@charset "UTF-8";
/*********************************************************************************

    Template Name: Wenro Multipurpose  Bootstrap 5 Template  
    Template URI: https://themeforest.net/user/hastech
    Description: Wenro is a beautifula and unique multipurpose Bootstrap 5 template.
    Author: HasTech
    Author URI: https://hastech.company/
    Version: 2.0.0
    Note: This is style css.


**********************************************************************************/
/*===============================================================================
      [ CSS INDEX ]
=================================================================================

    reset
    typography
    helper class
    button
    section-title
    slide-activation
    social-icon
    popup
    cartbox
    setting-box
    header
    navigation
    banner
    welcome-area
    testimonial
    product
    shop-colection
    newsletter
    slider
    look-book
    brand
    blog
    add-banner
    hot-banner
    recent-post
    instagram
    video-area
    info
    module-product
    bradcaump
    single-product
    sidebar
    blog-details
    portfolio
    about
    team
    error
    contact
    faq
    myaccount
    cart
    wishlist
    checkout
    shop-single
    footer



s
// Needed Files
@import 'variables';
@import 'mixins';



/*******************
Basic Styles
********************/
/**
Reset Styles
*/
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

html {
  font-size: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
  font-family: 'chronicle';
}

body {
  color: #141412;
  line-height: 1.5;
  margin: 0;
  letter-spacing: 1px;
}

a {
 
  text-decoration: none;
}

a:visited {
  color: #444;
}

a:focus {
  outline: thin dotted;
}

a:active,
a:hover {
  color: #f50381;
  outline: 0;
}

a:hover {
  text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-family: 'chronicle';
  line-height: 1.3;
}

h1 {
  font-size: 48px;
  margin: 33px 0;
}

h2 {
  font-size: 30px;
  margin: 25px 0;
}

h3 {
  font-size: 22px;
  margin: 22px 0;
}

h4 {
  font-size: 20px;
  margin: 25px 0;
}

h5 {
  font-size: 18px;
  margin: 30px 0;
}

h6 {
  font-size: 16px;
  margin: 36px 0;
}

address {
  font-style: italic;
  margin: 0 0 24px;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

mark {
  background: #f50381;
  color: #000;
}

p {
  margin: 0 0 24px;
}

code,
kbd,
pre,
samp {
  font-family: 'chronicle';
  font-size: 14px;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}

pre {
  background: #f5f5f5;
  color: #666;
  font-family: 'chronicle';
  font-size: 14px;
  margin: 20px 0;
  overflow: auto;
  padding: 20px;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

blockquote,
q {
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

blockquote {
  font-size: 18px;
  font-style: italic;
  font-weight: 300;
  margin: 24px 40px;
}

blockquote blockquote {
  margin-right: 0;
}

blockquote cite,
blockquote small {
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase;
}

blockquote em,
blockquote i {
  font-style: normal;
  font-weight: 300;
}

blockquote strong,
blockquote b {
  font-weight: 400;
}

small {
  font-size: smaller;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

dl {
  margin: 0 20px;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 0 20px;
}

menu,
ol,
ul {
  margin: 0;
  padding: 0;
}

ul {
  list-style-type: square;
}

nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

li > ul,
li > ol {
  margin: 0;
}

img {
  -ms-interpolation-mode: bicubic;
  border: 0;
  vertical-align: middle;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

form {
  margin: 0;
}

fieldset {
 
  margin: 0 -12px;
  min-width: inherit;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
  white-space: normal;
}

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  max-width: 100%;
  vertical-align: baseline;
}

button
 {
  line-height: normal;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
input[disabled] {
  cursor: default;
}

input[type=checkbox],
input[type=radio] {
  padding: 0;
}

input[type=search] {
  -webkit-appearance: textfield;
  padding-right: 2px;
  /* Don't cut off the webkit search cancel button */
  width: 270px;
}

input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-bottom: 1px solid #ededed;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 14px;
  line-height: 2;
  margin: 0 0 20px;
  width: 100%;
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
}

caption {
  font-size: 16px;
  margin: 20px 0;
}

th {
  font-weight: bold;
  text-transform: uppercase;
}

td {
  border-top: 1px solid #ededed;
  padding:14px 10px 15px 0;
}

del {
  color: #333;
}

ins {
  background: #fff9c0;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
  color: #7d7b6d;
}

:-moz-placeholder {
  color: #7d7b6d;
}

:-ms-input-placeholder {
  color: #7d7b6d;
}

/**
Typography
*/
html {
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
  font-size: 1.0rem;
 
  font-family: 'Titillium Web';

  font-weight: var(--body-font-weight);
    font-style: normal;
    line-height: 2;
    position: relative;
    visibility: visible;
    overflow-x: hidden;
    color: var(--black-color);
    background-color: var(--white-color);
}
}

::-webkit-input-placeholder {
  color: #606060;
}

:-moz-placeholder {
  color: #606060;
}

::-moz-placeholder {
  color: #606060;
}

:-ms-input-placeholder {
  color: #606060;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, address, p, pre, blockquote, dl, dd, menu, ol, ul, table, caption, hr {
  margin: 0;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: 'chronicle';
  line-height: 1.35;
}

h1,
.h1 {
  font-size: 48px;
}

h2,
.h2 {
  font-size: 30px;
}

h3,
.h3 {
  font-size: 22px;
}

h4,
.h4 {
  font-size: 20px;
}

h5,
.h5 {
  font-size: 18px;
}

h6,
.h6 {
  font-size: 16px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  h1,
.h1 {
    font-size: 36px;
  }

  h2,
.h2 {
    font-size: 26px;
  }

  h3,
.h3 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  h1,
.h1 {
    font-size: 32px;
  }

  h2,
.h2 {
    font-size: 24px;
  }

  h3,
.h3 {
    font-size: 18px;
  }
}
h1, .h1, h2, .h2 {
  font-weight: 700;
}

h3, .h3, h4, .h4 {
  font-weight: 700;
}

h5, .h5, h6, .h6 {
  font-weight: 700;
}

a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none;
}

/**
Helper Class
*/
.hidden {
  display: none;
}

.poss--relative {
  position: relative;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.animation1 {
  -webkit-transition-duration: 400ms;
          transition-duration: 400ms;
}

.theme-color {
  color: #f50381;
}

ul {
  list-style: none;
}

a#scrollUp {
  background: #00abcc;
  color: #fff;
  bottom: 40px;
  right: 40px;
  border-radius: 100px;
  height: 45px;
  width: 45px;
  font-size: 25px;
  text-align: center;
  padding: -1px 0;
  -webkit-box-shadow: 0 0 15px 0px rgba(50, 50, 50, 0.2);
          box-shadow: 0 0 15px 0px rgba(50, 50, 50, 0.2);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a#scrollUp:hover {
  background: #fff;
  color: #e2b763;
}

img {
  max-width: 100%;
}

a:hover {
  color: #d1ac66;
}

a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.invisible {
  visibility: hidden;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.clearfix:after {
  clear: both;
}

/* Define Colors */
.color--theme {
  color: #f50381;
}

.color--light {
  color: #999999;
}

.color--dark {
  color: #333333;
}

.color--black {
  color: #000000;
}

.color--white {
  color: #ffffff;
}

/* Background Color */
.bg--theme {
  background: #f50381;
}

.bg--light {
  background: #999999;
}

.bg--dark {
  background: #333333;
}

.bg--black {
  background: #000000;
}

.bg--white {
  background: #ffffff;
}

.bg__cat--1 {
  background: #f9f9f9;
}

.bg__cat--2 {
  background: #201f29;
}

.bg__cat--3 {
  background: #f7f7f7;
}

.bg__cat--4 {
  background: #f7f7f7;
}

.bg__cat--5 {
  background: #1a1a1a;
}

.bg__cat--6 {
  background: #f2f2f2;
}

.bg__cat--7 {
  background: #191919;
}

.bg__cat--8 {
  background: #f4f4f4;
}

.bg__cat--9 {
  background: #f7f7f7;
}

.md__dec--30 {
  margin-bottom: -30px;
}

/* Background Image */
.bg-image--1 {
  background-image: url(images/bg/1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg-image--2 {
  background-image: url(images/bg/2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg-image--3 {
  background-image: url(images/bg/3.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg-image--4 {
  background-image: url(images/bg/4.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg-image--5 {
  background-image: url(images/bg/5.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg-image--6 {
  background-image: url(images/bg/6.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg-image--7 {
  background-image: url(images/bg/7.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg-image--8 {
  background-image: url(images/bg/8.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg-image--9 {
  background-image: url(images/bg/9.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg-image--10 {
  background-image: url(images/bg/10.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg-image--11 {
  background-image: url(images/bg/11.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg-image--12 {
  background-image: url(images/bg/12.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg-image--13 {
  background-image: url(images/bg/13.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg-image--14 {
  background-image: url(images/bg/14.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg-image--15 {
  background-image: url(images/bg/15.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg-image--16 {
  background-image: url(images/bg/16.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg-image--17 {
  background-image: url(images/bg/17.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg-image--18 {
  background-image: url(images/bg/18.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg-image--19 {
  background-image: url(images/bg/19.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg-image--20 {
  background-image: url(images/bg/20.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg-image--21 {
  background-image: url(images/bg/21.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg-image--22 {
  background-image: url(images/bg/22.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg-image--23 {
  background-image: url(images/bg/23.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg-image--24 {
  background-image: url(images/bg/24.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg-image--25 {
  background-image: url(images/bg/25.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg-image--26 {
  background-image: url(images/bg/26.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg-image--27 {
  background-image: url(images/bg/27.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg-image--28 {
  background-image: url(images/bg/28.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg-image--29 {
  background-image: url(images/bg/29.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg-image--30 {
  background-image: url(images/bg/30.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg-image--31 {
  background-image: url(images/bg/31.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg-image--32 {
  background-image: url(images/bg/32.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg-image--33 {
  background-image: url(images/bg/33.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg-image--34 {
  background-image: url(images/bg/34.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg-image--35 {
  background-image: url(images/bg/35.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg-image--36 {
  background-image: url(images/bg/36.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg-image--37 {
  background-image: url(images/bg/37.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg-image--38 {
  background-image: url(images/bg/38.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg-image--39 {
  background-image: url(images/bg/39.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg-image--40 {
  background-image: url(images/bg/40.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg-image--41 {
  background-image: url(images/bg/41.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg-image--42 {
  background-image: url(images/bg/42.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg-image--43 {
  background-image: url(images/bg/43.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg-image--44 {
  background-image: url(images/bg/44.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg-image--45 {
  background-image: url(images/bg/45.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg-image--46 {
  background-image: url(images/bg/46.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg-image--47 {
  background-image: url(images/bg/47.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg-image--48 {
  background-image: url(images/bg/48.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg-image--49 {
  background-image: url(../images/slider/b2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg-image--50 {
  background-image: url(../images/slider/b2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg-image--51 {
  background-image: url(../images/slider/b2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg-image--52 {
  background-image: url(images/bg/52.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg-image--53 {
  background-image: url(images/bg/53.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg-image--54 {
  background-image: url(images/bg/54.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg-image--55 {
  background-image: url(images/bg/55.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg-image--56 {
  background-image: url(images/bg/56.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg-image--57 {
  background-image: url(images/bg/57.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg-image--58 {
  background-image: url(images/bg/58.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg-image--59 {
  background-image: url(images/bg/59.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg-image--60 {
  background-image: url(images/bg/60.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg-image--61 {
  background-image: url(images/bg/61.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg-image--62 {
  background-image: url(images/bg/62.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg-image--63 {
  background-image: url(images/bg/63.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg-image--64 {
  background-image: url(images/bg/64.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg-image--65 {
  background-image: url(images/bg/65.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg-image--66 {
  background-image: url(images/bg/66.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg-image--67 {
  background-image: url(images/bg/67.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg-image--68 {
  background-image: url(images/bg/68.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg-image--69 {
  background-image: url(images/bg/69.html);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg-image--70 {
  background-image: url(images/bg/70.html);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

/* spacing */
.mt--20 {
  margin-top: 20px;
}

.mt--30 {
  margin-top: 30px;
}

.mt--40 {
  margin-top: 40px;
}

.mt--50 {
  margin-top: 50px;
}

.mt--60 {
  margin-top: 0px;
}

.mt--70 {
  margin-top: 70px;
}

.mt--80 {
  margin-top: 80px;
}

.mt--90 {
  margin-top: 90px;
}

.mt--100 {
  margin-top: 100px;
}

.mt--110 {
  margin-top: 110px;
}

.mt--120 {
  margin-top: 120px;
}

.mt--130 {
  margin-top: 130px;
}

.mt--140 {
  margin-top: 140px;
}

.mt--150 {
  margin-top: 150px;
}

/* spacing */
.pt--30 {
  padding-top: 30px;
}

.pt--40 {
  padding-top: 40px;
}

.pt--50 {
  padding-top: 50px;
}

.pt--60 {
  padding-top: 60px;
}

.pt--70 {
  padding-top: 70px;
}

.pt--80 {
  padding-top: 80px;
}

.pt--90 {
  padding-top: 90px;
}

.pt--100 {
  padding-top: 100px;
}

.pt--110 {
  padding-top: 110px;
}

.pt--120 {
  padding-top: 120px;
}

.pt--130 {
  padding-top: 130px;
}

.pt--140 {
  padding-top: 140px;
}

.pt--150 {
  padding-top: 150px;
}

/* spacing */
.pb--30 {
  padding-bottom: 30px;
}

.pb--40 {
  padding-bottom: 40px;
}

.pb--50 {
  padding-bottom: 50px;
}

.pb--60 {
  padding-bottom: 60px;
}

.pb--70 {
  padding-bottom: 70px;
}

.pb--80 {
  padding-bottom: 80px;
}

.pb--90 {
  padding-bottom: 90px;
}

.pb--100 {
  padding-bottom: 100px;
}

.pb--110 {
  padding-bottom: 110px;
}

.pb--120 {
  padding-bottom: 120px;
}

.pb--130 {
  padding-bottom: 130px;
}

.pb--140 {
  padding-bottom: 140px;
}

.pb--150 {
  padding-bottom: 150px;
}

/* spacing */
.ptb--30 {
  padding: 30px 0;
}

.ptb--40 {
  padding: 40px 0;
}

.ptb--50 {
  padding: 50px 0;
}

.ptb--60 {
  padding: 60px 0;
}

.ptb--70 {
  padding: 70px 0;
}

.ptb--80 {
  padding: 80px 0;
}

.ptb--90 {
  padding: 90px 0;
}

.ptb--100 {
  padding: 100px 0;
}

.ptb--110 {
  padding: 110px 0;
}

.ptb--120 {
  padding: 120px 0;
}

.ptb--130 {
  padding: -79px 0;
}

.ptb--140 {
  padding: 140px 0;
}

.ptb--150 {
  padding: 150px 0;
}

.padding--lr--30px {
  padding: 0 30px;
}

.margin--lr--60 {
  margin: 0 60px;
}

/* Text specialized */
.text--italic {
  font-style: italic;
}

.text--normal {
  font-style: normal;
}

.text--underline {
  font-style: underline;
}

/* Font specialized */
.body--font {
  font-family: 'chronicle';
}

.heading--font {
  font-family: 'chronicle';
}

/* Height and width */
.fullscreen {
  min-height: 60vh;
  width: 100%;
}

.w--100 {
  width: 100%;
}

.w--75 {
  width: 75%;
}

.w--50 {
  width: 50%;
}

.w--33 {
  width: 33.33%;
}

.w--25 {
  width: 25%;
}

.w--10 {
  width: 10%;
}

.h--100 {
  height: 100%;
}

.h--75 {
  height: 75%;
}

.h--50 {
  height: 50%;
}

.h--25 {
  height: 25%;
}

.h--33 {
  height: 33.33%;
}

.h--10 {
  height: 10%;
}

/* Section padding */
.section-padding--xlg {
  padding: 180px 0;
}

.section-padding--lg {
  padding: 130px 0;
}

.section-padding--md {
  padding: 120px 0;
}

.section-padding--sm {
  padding: 100px 0;
}

.section-padding--xs {
  padding: 80px 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-padding--xlg {
    padding: 120px 0;
  }

  .section-padding--lg {
    padding: 100px 0;
  }

  .section-padding--md {
    padding: 85px 0;
  }

  .section-padding--sm {
    padding: 70px 0;
  }

  .section-padding--xs {
    padding: 60px 0;
  }

  .md-mt-30 {
    margin-top: 30px;
  }

  .md-mt-40 {
    margin-top: 40px;
  }

  .md-mb-40 {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .section-padding--xlg {
    padding: 90px 0;
  }

  .section-padding--lg {
    padding: 70px 0;
  }

  .section-padding--md {
    padding: 60px 0;
  }

  .section-padding--sm {
    padding: 50px 0;
  }

  .section-padding--xs {
    padding: 50px 0;
  }

  .sm-mt-30 {
    margin-top: 30px;
  }

  .sm-mt-40 {
    margin-top: 40px;
  }

  .sm-mb-40 {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .xs-mt-0 {
    margin-top: 0;
  }

  .xs-mt-30 {
    margin-top: 30px;
  }

  .xs-mt-40 {
    margin-top: 40px;
  }

  .xs-pt-100 {
    padding-top: 100px !important;
  }

  .xs-mt--30 {
    margin-top: -30px !important;
  }

  .xs-pb-0 {
    padding-bottom: 0 !important;
  }
}
/* Overlay styles */
[data-overlay], [data-black-overlay] {
  position: relative;
}

[data-overlay] > div, [data-overlay] > *, [data-black-overlay] > div, [data-black-overlay] > * {
  position: relative;
  z-index: 2;
}

[data-overlay]:before, [data-black-overlay]:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}

[data-overlay]:before {
  background-color: #f50381;
}

[data-black-overlay]:before {
  background-color: #000000;
}

[data-overlay="1"]:before, [data-black-overlay="1"]:before {
  opacity: 0.1;
}

[data-overlay="2"]:before, [data-black-overlay="2"]:before {
  opacity: 0.2;
}

[data-overlay="3"]:before, [data-black-overlay="3"]:before {
  opacity: 0.3;
}

[data-overlay="4"]:before, [data-black-overlay="4"]:before {
  opacity: 0.4;
}

[data-overlay="5"]:before, [data-black-overlay="5"]:before {
  opacity: 0.5;
}

[data-overlay="6"]:before, [data-black-overlay="6"]:before {
  opacity: 0.6;
}

[data-overlay="7"]:before, [data-black-overlay="7"]:before {
  opacity: 0.7;
}

[data-overlay="8"]:before, [data-black-overlay="8"]:before {
  opacity: 0.8;
}

[data-overlay="9"]:before, [data-black-overlay="9"]:before {
  opacity: 0.9;
}

[data-overlay="10"]:before, [data-black-overlay="10"]:before {
  opacity: 1;
}

/*******************
Elements Styles
********************/
/*------------------------------
	Button Styles 
------------------------------*/
.shopbtn {
  color: #2e2e2e;
  font-size: 12px;
  font-weight: 600;
  position: relative;
  text-transform: uppercase;
  -webkit-transition: all 300ms ease-in 0s;
  transition: all 300ms ease-in 0s;
}
.shopbtn::after {
  background: rgba(0, 0, 0, 0) url("images/icons/links_static.png") no-repeat scroll 100% 50%;
  content: "";
  display: inline-block;
  height: 11px;
  margin: 0 10px;
  vertical-align: -2px;
  width: 44px;
}
.shopbtn:hover::after {
  background-position: 0 50%;
  -webkit-transition: all 300ms ease-in 0s;
  transition: all 300ms ease-in 0s;
}

.color__turquoise .shopbtn:hover {
  color: #3cc8df;
}

.color__turquoise .shopbtn:hover::after {
  background-position: 100% 50%;
}

.wnro__btn {
  position: relative;
  z-index: 9 !important;
}

/*-------------------------------
	Section Title Styles
---------------------------------*/
.section__title.title--white h2 {
  color: #fff;
}
.section__title.title--white h2.title__be--2::after {
  content: url("images/icons/icon_title3.png");
}
.section__title h2 {
  color: #0a0b0c;
  display: block;
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 30px;
  padding: 50px 0 30px;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 3px;
}
.section__title h2::before {
  background: rgba(0, 0, 0, 0) url("../logo/logof.jpg") repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 9px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 83px;
}
.section__title h2::after {
  content: url("");
  display: block;
  left: 50%;
  position: absolute;
  text-align: center;
  top: -14px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.section__title h2.after__with--border::before {
  border-bottom: 2px solid #e1e1e1;
  border-top: 2px solid #e1e1e1;
  bottom: 0;
  content: "";
  height: 9px;
  left: 50%;
  margin-left: -33px;
  position: absolute;
  -webkit-transform: skewX(70deg);
          transform: skewX(70deg);
  width: 66px;
  background-image: none;
}

.section__title--3 h2 {
  color: #2e2e2e;
  display: inline-block;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
  vertical-align: top;
}

.section__title--3 h2 {
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  color: #2e2e2e;
}
.section__title--3 p {
  color: #848484;
  font-size: 12px;
  font-weight: 300;
}

@media only screen and (max-width: 420px) {
  .section__title h2 {
    font-size: 17px;
  }
}
/*------------------------------
	Slide Activation Styles 
------------------------------*/
.arrows_style {
  position: relative;
}
.arrows_style .owl-nav div {
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transition: all 300ms ease-in 0s;
  transition: all 300ms ease-in 0s;
  opacity: 0;
}
.arrows_style .owl-nav div i {
  position: relative;
}
.arrows_style .owl-nav div.owl-next {
  left: auto;
  right: 0;
}

.arrows_style.owl-theme .owl-nav [class*=owl-] {
  background: #fff none repeat scroll 0 0;
  border-radius: 100%;
  -webkit-box-shadow: 1px 2px 5px 0 rgba(0, 0, 0, 0.07);
          box-shadow: 1px 2px 5px 0 rgba(0, 0, 0, 0.07);
  color: #2e2e2e;
  cursor: pointer;
  font-size: 24px;
  height: 50px;
  line-height: 43px;
  margin-top: -55px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 50px;
  z-index: 1;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  color: #d1ad68;
  -webkit-transition: all 300ms ease-in 0s;
  transition: all 300ms ease-in 0s;
}

.slider--12.owl-theme .owl-nav [class*=owl-]:hover {
  color: #3cc8df;
}

.slider--12.slide__arrow01.owl-theme .owl-nav [class*=owl-]:hover {
  border: 1px solid #3cc8df;
  color: #3cc8df;
}

.slider--15.slide__arrow01.owl-theme .owl-nav [class*=owl-] {
  border: 1px solid #000;
  color: #000;
}

.brown__nav.slide__arrow01.owl-theme .owl-nav [class*=owl-]:hover {
  border: 1px solid #ce7852;
  color: #ce7852;
}

.footer__turquoise .owl-theme .owl-nav [class*=owl-]:hover {
  color: #3cc8df;
}

.arrows_style:hover .owl-nav div {
  opacity: 1;
  -webkit-transition: all 300ms ease-in 0s;
  transition: all 300ms ease-in 0s;
}

.brand__activation.arrows_style.owl-theme .owl-nav [class*=owl-] {
  margin-top: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.blog__activation [class*=col-] {
  max-width: 100%;
}

.product5__activation [class*=col-] {
  max-width: 100%;
}

.productcategory__slide--2 [class*=col-] {
  max-width: 100%;
}

.productcategory__slide--6 [class*=col-] {
  max-width: 100%;
}

.product__slide--5 [class*=col-] {
  max-width: 100%;
}

.product__indicator--4 [class*=col-] {
  max-width: 100%;
}

.module__activation [class*=col-] {
  max-width: 100%;
}

.furniture--5 [class*=col-] {
  max-width: 100%;
}

.furniture--4 [class*=col-] {
  max-width: 100%;
}

.activation--2 [class*=col-] {
  max-width: 100%;
}

.blog__activation.arrows_style.owl-theme .owl-nav [class*=owl-] {
  margin-top: -9px;
}

.yellow--banner .owl__dot--cus.owl-theme .owl-dots .owl-dot.active span,
.yellow--banner .owl__dot--cus.owl-theme .owl-dots .owl-dot:hover span {
  background: #ffa800 none repeat scroll 0 0;
}

.yellow--banner .owl__dot--cus.owl-theme .owl-dots .owl-dot span {
  background: #fff none repeat scroll 0 0;
  opacity: 1;
}

.yellow__slider.slide__arrow01.owl-theme .owl-nav [class*=owl-]:hover {
  border: 1px solid #ffa800;
  color: #ffa800;
}

.yellow--product .owl-theme .owl-nav [class*=owl-]:hover {
  color: #ffa800;
}

.nav--yellow .owl-theme .owl-nav [class*=owl-]:hover {
  color: #ffa800;
}

.owl-theme .owl-nav {
  margin-top: 0;
}

.brown--color .owl-theme .owl-nav [class*=owl-]:hover {
  color: #ce7852;
}

.color--pink .owl-theme .owl-nav [class*=owl-]:hover {
  color: #da7187;
}

.slider--11.color--pink.slide__arrow01.owl-theme .owl-nav [class*=owl-]:hover {
  border: 1px solid #da7187;
  color: #da7187;
  -webkit-transition: all 300ms ease-in 0s;
  transition: all 300ms ease-in 0s;
}

.nav--tar .owl-theme .owl-nav [class*=owl-]:hover {
  color: #3cc8df;
}

/*------------------------------
	Social Icon Styles 
------------------------------*/
.social__net li {
  margin-right: 10px;
}
.social__net li a {
  background: #e2b763 none repeat scroll 0 0;
  border: 1px solid #e2b763;
  border-radius: 100%;
  color: #0a0b0c;
  display: inline-block;
  height: 34px;
  line-height: 32px;
  padding: 0;
  text-align: center;
  -webkit-transition: all 300ms ease-in 0s;
  transition: all 300ms ease-in 0s;
  width: 34px;
  font-size: 16px;
}
.social__net li a:hover {
  border-color: #fff;
  color: #fff;
}
.social__net.social__net--2 li a {
  border: 1px solid #e6e6e6;
  color: #b5b5b5;
}
.social__net.social__net--2 li a:hover {
  border-color: #f50381;
  color: #f50381;
}
.social__net.social__net--3 li {
  margin-right: 20px;
}
.social__net.social__net--3 li a {
  border: 1px solid #4d4d4e;
  color: #a1a1a1;
}
.social__net.social__net--3 li a:hover {
  border-color: #f50381;
  color: #f50381;
}

.social__icon li a {
  color: #b5b5b5;
  font-size: 20px;
  -webkit-transition: all 300ms ease-in 0s;
  transition: all 300ms ease-in 0s;
  padding: 0 12px;
}
.social__icon li:last-child a {
  padding: 0 0px 0 12px;
}

.footer--yellow .social__net.social__net--3 li a:hover,
.yellow--color .social__net.social__net--3 li a:hover {
  border-color: #ffa800;
  color: #ffa800;
}

.color--pink .social__net.social__net--3 li a:hover {
  border-color: #da7187;
  color: #da7187;
}

.brown--color .social__net.social__net--3 li a:hover {
  border-color: #ce7852;
  color: #ce7852;
}

.brown--color .social__net.social__net--2 li a:hover {
  border-color: #ce7852;
  color: #ce7852;
}

.color__turquoise .social__net.social__net--2 li a:hover,
.color__turquoise .social__net.social__net--3 li a:hover {
  border-color: #3cc8df;
  color: #3cc8df;
}

.social__net--4 li {
  display: inline-block;
  line-height: 34px;
}
.social__net--4 li a {
  color: #a2a2a2;
  display: inline-block;
  font-size: 24px;
  line-height: 30px;
  padding: 0 10px;
  text-align: center;
}
.social__net--4 li a:hover {
  color: #f50381;
}

/*-------------------------------
	Popup Styles
---------------------------------*/
.block-bg {
  background: rgba(22, 22, 27, 0.97) none repeat scroll 0 0;
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  text-align: center;
  top: 0;
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
  transition: -webkit-transform 0.8s ease 0s, transform 0.8s ease 0s, opacity 0.5s ease 0s, visibility 0.5s ease 0s;
  visibility: hidden;
  width: 100%;
  z-index: 999;
}
.block-bg.is-visible {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  visibility: visible;
}
.block-bg .close__wrap {
  color: white;
  cursor: pointer;
  font-size: 12px;
  font-weight: 700;
  line-height: 25px;
  margin-top: -12.5px;
  padding-right: 25px;
  position: absolute;
  right: 15px;
  text-transform: uppercase;
  top: 50%;
  z-index: 11;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.block-bg .close__wrap:hover {
  color: #f50381;
}
.block-bg .close__wrap::after {
  content: "";
  font-family: Material-Design-Iconic-Font;
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.box-menu-content .container-fluid {
  padding: 0 80px;
}
.box-menu-content .pp__logo {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 115px;
}
.box-menu-content .ppnav .ppmainmenu {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 115px;
}
.box-menu-content .ppnav .ppmainmenu li {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.box-menu-content .ppnav .ppmainmenu li a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  line-height: 25px;
  padding: 10px 20px;
  position: relative;
  text-transform: uppercase;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.box-menu-content .ppnav .ppmainmenu li:hover a {
  color: #f50381;
}
.box-menu-content .ppnav .ppmainmenu li.drop {
  position: relative;
}
.box-menu-content .ppnav .ppmainmenu li.drop .ppmegamenu {
  background: #151515 none repeat scroll 0 0;
  -webkit-box-shadow: 1px 2px 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 1px 2px 10px 0 rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: 0;
  opacity: 0;
  padding: 30px 0 25px;
  position: absolute;
  text-align: left;
  top: 120%;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  visibility: hidden;
  width: 720px;
  z-index: 3000;
}
.box-menu-content .ppnav .ppmainmenu li.drop .ppmegamenu.mega02 {
  width: 490px;
}
.box-menu-content .ppnav .ppmainmenu li.drop .ppmegamenu.mega03 {
  width: 720px;
}
.box-menu-content .ppnav .ppmainmenu li.drop .ppmegamenu.mega04 {
  width: 950px;
}
.box-menu-content .ppnav .ppmainmenu li.drop .ppmegamenu.dropdown {
  width: 240px;
}
.box-menu-content .ppnav .ppmainmenu li.drop .ppmegamenu .item.item01 {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
.box-menu-content .ppnav .ppmainmenu li.drop .ppmegamenu .item.item02 {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
.box-menu-content .ppnav .ppmainmenu li.drop .ppmegamenu .item.item03 {
  -ms-flex-preferred-size: 33.33%;
      flex-basis: 33.33%;
}
.box-menu-content .ppnav .ppmainmenu li.drop .ppmegamenu .item.item04 {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
}
.box-menu-content .ppnav .ppmainmenu li.drop .ppmegamenu .item .title {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 19px;
  margin-left: 30px;
  margin-right: 20px;
  padding-bottom: 10px;
  padding-left: 0;
  text-transform: uppercase;
}
.box-menu-content .ppnav .ppmainmenu li.drop .ppmegamenu .item li a {
  color: #aaaaaa;
  font-size: 13px;
  font-weight: normal;
  line-height: 34px;
  text-transform: capitalize;
  display: block;
  padding: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.box-menu-content .ppnav .ppmainmenu li.drop .ppmegamenu .item li a:hover {
  color: #f50381;
  padding-left: 3px;
}
.box-menu-content .ppnav .ppmainmenu li.drop:hover .ppmegamenu {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.box-menu-content .ppnav .ppmainmenu ul li.label2 {
  display: block;
  position: relative;
}

.box-menu-content .ppnav .ppmainmenu ul li.label2 ul {
  background: #000 none repeat scroll 0 0;
  left: 87%;
  opacity: 0;
  padding: 6px 22px;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  visibility: hidden;
  width: 206px;
}

.box-menu-content .ppnav .ppmainmenu li.drop .ppmegamenu ul li.label2 ul li a {
  line-height: 28px;
}

.box-menu-content .ppnav .ppmainmenu ul li.label2 a {
  display: block;
  position: relative;
}

.box-menu-content .ppnav .ppmainmenu li.drop .ppmegamenu .item > li {
  padding-left: 30px;
  padding-right: 20px;
}

.box-menu-content .ppnav .ppmainmenu ul li.label2:hover ul {
  left: 100%;
  opacity: 1;
  visibility: visible;
}

.box-menu-content .ppnav .ppmainmenu li.drop .ppmegamenu .item > li a {
  position: relative;
}

.box-menu-content .ppnav .ppmainmenu li.drop .ppmegamenu .item > li.label2 > a::after {
  content: "";
  font-family: Material-Design-Iconic-Font;
  font-size: 15px;
  position: absolute;
  right: 0;
}

.block-bg.close__top .close__wrap {
  right: 90px;
  top: 50px;
}

.minisearch .field__search {
  left: 0;
  margin: 0 auto auto;
  max-width: 1000px;
  padding: 0 5px;
  position: fixed;
  right: 0;
  top: 50%;
}
.minisearch .field__search input {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background: transparent none repeat scroll 0 0;
  border-color: currentcolor currentcolor #ebebeb;
  -o-border-image: none;
     border-image: none;
  border-style: none none solid;
  border-width: 0 0 1px;
  color: #fff;
  height: 60px;
  padding: 10px 60px 10px 10px;
  position: static;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  width: 100%;
  z-index: 1;
  font-size: 16px;
  outline: none;
}
.minisearch .field__search .action {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
.minisearch .field__search .action a i {
  color: #797979;
  display: inline-block;
  font-size: 26px;
  height: 60px;
  left: 0;
  line-height: 60px;
  text-align: center;
  top: 0;
  width: 60px;
}

.yellow--color.block-bg .close__wrap:hover,
.yellow--color.box-menu-content .ppnav .ppmainmenu li:hover a,
.yellow--color.box-menu-content .ppnav .ppmainmenu li.drop .ppmegamenu .item li a:hover {
  color: #ffa800;
}

.color--pink.block-bg .close__wrap:hover,
.color--pink.box-menu-content .ppnav .ppmainmenu li:hover a,
.color--pink.box-menu-content .ppnav .ppmainmenu li.drop .ppmegamenu .item li a:hover {
  color: #da7187;
}

.brown--color.block-bg .close__wrap:hover,
.brown--color.box-menu-content .ppnav .ppmainmenu li:hover a,
.brown--color.box-menu-content .ppnav .ppmainmenu li.drop .ppmegamenu .item li a:hover {
  color: #ce7852;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .box-menu-content .ppnav .ppmainmenu li.drop {
    position: static;
  }

  .box-menu-content .ppnav .ppmainmenu li.drop .ppmegamenu.mega04 {
    width: 725px;
  }
}
/*------------------------------
	Cart Box Styles 
------------------------------*/
.cartbox_active {
  position: relative;
}

.block-minicart {
  background: #fff none repeat scroll 0 0;
  left: auto;
  opacity: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 100%;
  transition: -webkit-transform 0.8s ease 0s, transform 0.8s ease 0s, opacity 0.5s ease 0s, visibility 0.5s ease 0s;
  visibility: hidden;
  z-index: 121;
  padding-top: 20px;
}
.block-minicart.is-visible {
  opacity: 1;
  visibility: visible;
}

.minicart-content-wrapper {
  width: 390px;
  padding: 25px 20px;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
          box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  margin: 4px 0 0;
  min-width: 100%;
  top: 100%;
  z-index: 100;
}
.minicart-content-wrapper .micart__close {
  color: #e60808;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  padding-right: 25px;
  position: absolute;
  right: 0px;
  text-transform: capitalize;
  top: 12px;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  z-index: 11;
}
.minicart-content-wrapper .micart__close:hover {
  color: #000000;
}
.minicart-content-wrapper .micart__close::after {
  content: "";
  font-family: Material-Design-Iconic-Font;
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}
.minicart-content-wrapper .items-total span {
  color: #606060;
  font-size: 12px;
}
.minicart-content-wrapper .total_amount {
  margin: 5px;
  padding: 0.2em 0.6em 0.3em;
}
.minicart-content-wrapper .total_amount span {
  font-size: 18px;
  font-weight: 700;
}
.minicart-content-wrapper .mini_action {
  margin-top: 15px;
  text-align: center;
}
.minicart-content-wrapper .mini_action .checkout__btn {
  background: #000 none repeat scroll 0 0;
  color: #fff;
  display: block;
  padding: 8px 0px 8px 0;
  font-size: 14px;
  text-transform: capitalize;
  border-radius: 5px;
  font-weight: 700;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.minicart-content-wrapper .mini_action .checkout__btn:hover {
  background: #e2b763 none repeat scroll 0 0;
  color: #fff;
}
.minicart-content-wrapper .mini_action .cart__btn {
  border: 1px solid #ebebeb;
  border-radius: 3px;
  display: block;
  font-size: 14px;
  padding: 8px 0px 8px 0;
  text-transform: capitalize;
  width: 100%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.minicart-content-wrapper .mini_action .cart__btn:hover {
  background-color: #e2b763;
  border-color: #e2b763;
  color: #fff;
}
.minicart-content-wrapper .single__items {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #ccc currentcolor;
  -o-border-image: none;
     border-image: none;
  border-style: solid none;
  border-width: 1px 0;
  margin: 20px -20px 0;
  overflow-x: auto;
  padding: 15px;
}
.minicart-content-wrapper .single__items .miniproduct .item01 .thumb {
  -ms-flex-preferred-size: 23%;
      flex-basis: 23%;
}
.minicart-content-wrapper .single__items .miniproduct .item01 .thumb a {
  border: 1px solid #ebebeb;
  border-radius: 5px;
  padding: 3px;
  display: block;
}
.minicart-content-wrapper .single__items .miniproduct .item01 .content {
  padding-left: 16px;
  text-align: left;
  -ms-flex-preferred-size: 77%;
      flex-basis: 77%;
}
.minicart-content-wrapper .single__items .miniproduct .item01 .content h6 a {
  color: #2e2e2e;
  text-transform: capitalize;
  font-weight: 400;
  margin: 0 0 10px;
  display: block;
}
.minicart-content-wrapper .single__items .miniproduct .item01 .content h6 a:hover {
  color: #ab7103;
}
.minicart-content-wrapper .single__items .miniproduct .item01 .content .prize {
  color: #343940;
  font-size: 1rem;
  font-weight: 700;
}
.minicart-content-wrapper .single__items .miniproduct .item01 .content .product_prize .qun {
  font-size: 12px;
  font-weight: 400;
}
.minicart-content-wrapper .single__items .miniproduct .item01 .content .product_prize ul li i {
  color: #303030;
  font-size: 19px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.minicart-content-wrapper .single__items .miniproduct .item01 .content .product_prize ul li i:hover {
  color: #d1ac66;
}
.minicart-content-wrapper .single__items .miniproduct .item01 .content .product_prize ul li + li {
  margin-left: 20px;
}

.brown__header .minicart-content-wrapper .single__items .miniproduct .item01 .content h6 a:hover {
  color: #ce7852;
}

.brown__header .minicart-content-wrapper .mini_action .checkout__btn:hover {
  background: #e2b763 none repeat scroll 0 0;
}

.header__area.brown__header .header__sidebar__right > li.shopcart > a span.product_qun::before {
  border-color: transparent #ce7852 transparent transparent;
}

.header__area.brown__header .header__sidebar__right > li.shopcart > a span.product_qun {
  background: #ce7852 none repeat scroll 0 0;
}

.brown__header .minicart-content-wrapper .mini_action .cart__btn:hover {
  background-color: #ce7852;
  border-color: #ce7852;
}

.brown__header .minicart-content-wrapper .single__items .miniproduct .item01 .content .product_prize ul li i:hover {
  color: #ce7852;
}

@media only screen and (max-width: 767px) {
  .minicart-content-wrapper .single__items {
    border: 0 none;
  }
}
@media only screen and (max-width: 575px) {
  .minicart-content-wrapper {
    width: 308px;
  }
}
@media only screen and (max-width: 420px) {
  .minicart-content-wrapper {
    width: 238px;
    padding: 25px 11px;
  }

  .minicart-content-wrapper .single__items .miniproduct .item01 .content h6 a {
    font-size: 13px;
    margin: 0 0 1px;
  }

  .minicart-content-wrapper .single__items .miniproduct .item01 .content {
    -ms-flex-preferred-size: 77%;
        flex-basis: 77%;
    padding-left: 10px;
  }
}
/*------------------------------
	Setting Styles 
------------------------------*/
.setting__active {
  position: relative;
}

.setting__block {
  background: #fff none repeat scroll 0 0;
  left: auto;
  opacity: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 100%;
  transition: -webkit-transform 0.8s ease 0s, transform 0.8s ease 0s, opacity 0.5s ease 0s, visibility 0.5s ease 0s;
  visibility: hidden;
  z-index: 10;
  padding-top: 20px;
}
.setting__block.is-visible {
  opacity: 1;
  visibility: visible;
}

.switcher-currency-trigger .switcher-dropdown {
  background: #fff none repeat scroll 0 0;
  left: auto;
  right: 0;
  text-align: center;
  position: absolute;
  top: 100%;
  transition: -webkit-transform 0.8s ease 0s, transform 0.8s ease 0s, opacity 0.5s ease 0s, visibility 0.5s ease 0s;
  z-index: 10;
  padding-top: 20px;
}
.switcher-currency-trigger .switcher-dropdown.is-visible {
  display: block;
  position: inherit;
}

.searchbar__content {
  border: 1px solid #ebebeb;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.17);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.17);
  max-height: 430px;
  overflow-x: hidden;
  overflow-y: auto;
}
.searchbar__content .content-inner {
  background: #fff none repeat scroll 0 0;
  max-width: 230px;
  min-width: 230px;
  overflow: hidden;
  padding: 15px 20px;
  position: relative;
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.searchbar__content .content-inner .switcher-currency {
  margin-left: 15px;
  margin-right: -6px;
}
.searchbar__content .content-inner .switcher-currency .label {
  border-bottom: 1px solid #ebebeb;
  color: #363636;
  cursor: pointer;
  display: block;
  font-size: 11px;
  font-weight: 600;
  line-height: 30px;
  margin: 0 0 10px;
  overflow: hidden;
  position: static;
  text-align: left;
  text-transform: uppercase;
}
.searchbar__content .content-inner .switcher-currency .label span {
  color: #363636;
  cursor: pointer;
  font-size: 11px;
  font-weight: 600;
  line-height: 30px;
  text-align: left;
  text-shadow: none;
  text-transform: uppercase;
}
.searchbar__content .content-inner .switcher-currency .switcher-options {
  cursor: pointer;
  display: block;
}
.searchbar__content .content-inner .switcher-currency .switcher-options .switcher-currency-trigger .currency-trigger {
  display: block;
  font-size: 12px;
  font-weight: 400;
  text-align: left;
}
.searchbar__content .content-inner .switcher-currency .switcher-options .switcher-currency-trigger .switcher-dropdown {
  border-radius: 0;
  color: #797979;
  display: block;
  font-weight: normal;
  height: inherit;
  line-height: 20px;
  padding: 5px 0;
  text-align: left;
  text-transform: capitalize;
}
.searchbar__content .content-inner .switcher-currency .switcher-options .switcher-currency-trigger .switcher-dropdown li {
  border-radius: 0;
  color: #797979;
  display: block;
  line-height: 20px;
  padding: 5px 0;
  text-align: left;
  text-transform: capitalize;
  font-size: 12px;
}
.searchbar__content .content-inner .switcher-currency .switcher-options .switcher-currency-trigger .setting__menu span a {
  color: #797979;
  display: block;
  font-weight: normal;
  height: inherit;
  line-height: 20px;
  padding: 5px 0;
  text-align: left;
  text-transform: capitalize;
  font-size: 12px;
}

/*******************
Blocks Styles
********************/
/**
Header Styles
*/
.boxlayout {
  padding: 30px;
}

.header__area .container-fluid {
  padding: 0 80px;
}
.header__area .menubar {
  display: inline-block;
}
.header__area .menubar a.open_sidebar {
  color: #2e2e2e;
  cursor: pointer;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 115px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding-right: 40px;
}
.header__area .menubar a.open_sidebar::after {
  content: "";
  font-family: "Material-Design-Iconic-Font";
  font-size: 26px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.header__area .logo {
  height: 115px;
  line-height: 108px;
  width:280px;
}
.header__area .header__sidebar__right {
  height: 115px;
  list-style: outside none none;
  position: relative;
  z-index: 9;
}
.header__area .header__sidebar__right > li {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header__area .header__sidebar__right > li.shop_search > a {
   background: none;
    height: auto;
    line-height: 35px;
    width: 24px;
}
.header__area .header__sidebar__right > li.shopcart > a {
    background: none;
    height: auto;
    line-height: 35px;
    width: 24px;
}
.header__area .header__sidebar__right > li > a {
  position: relative;
  display: block;
}
.header__area .header__sidebar__right > li > a i {
  color: #555;
  font-size: 20px;
}
.header__area .header__sidebar__right > li.shopcart {
  padding-left: 26px;
  padding-right: 26px;
  position: relative;
}
.header__area .header__sidebar__right > li.shopcart > a {
  position: relative;
}
.header__area .header__sidebar__right > li.shopcart > a span.product_qun {
  background: #f50381 none repeat scroll 0 0;
  border-radius: 0;
  color: #fff;
  display: block;
  font-size: 9px;
  font-weight: 400;
  height: 17px;
  line-height: 17px;
  margin: -8px 0 0;
  min-width: auto;
  overflow: visible;
  padding: 0;
  position: absolute;
  right: -26px;
  text-align: center;
  top: 50%;
  width: 16px;
}
.header__area .header__sidebar__right > li.shopcart > a span.product_qun::before {
  border-color: transparent #f50381 transparent transparent;
  border-style: solid;
  border-width: 3px;
  content: "";
  left: -6px;
  margin-top: -3px;
  position: absolute;
  top: 50%;
}
.header__area .header__sidebar__right > li.setting__bar__icon {
  position: relative;
  padding-left: 26px;
}
.header__area .header__sidebar__right > li.setting__bar__icon > a {
 
  cursor: pointer;
  font-size: 0;
  position: relative; 
  background: none;
    height: auto; 
    width: 24px;
    top: 5px;
}
.header__area .header__sidebar__right > li.click__menu {
  padding-right: 26px;
}
.header__area .header__sidebar__right > li.click__menu a i {
  font-size: 26px;
}

/* Header Style Two*/
.header__box {
  padding-left: 80px;
  padding-right: 80px;
}

.header--two .container-fluid {
  padding: 0;
}
.header--two .container-fluid .logo {
  text-align: left;
}

.header--two .margin--right {
  margin-right: -88px;
  z-index: 99;
}
.header--two .separator--right {
  position: relative;
}
.header--two .separator--right::before {
  background: #e1e1e1 none repeat scroll 0 0;
  content: "";
  height: 35px;
  position: absolute;
  right: -13px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
}
.header--two .mainmenu__nav .meninmenu {
  height: 115px;
}

.mainmenu__nav {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: start;
      -ms-grid-row-align: start;
      align-self: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 115px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.mainmenu__nav .meninmenu {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-grid-row-align: stretch;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mainmenu__nav .meninmenu {
    position: relative;
  }
}
.mainmenu__nav .meninmenu li {
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.mainmenu__nav .meninmenu li a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  color: #3a3a3a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
  padding: 0 20px;
  text-transform: capitalize;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

/* Dropdown Menu*/
.container-base .meninmenu li.drop {
  position: static;
}
.container-base .meninmenu li.drop.with--one--item {
  position: relative;
}
.container-base .meninmenu.start--right .megamenu {
  left: auto;
  right: 0;
}
.container-base .meninmenu.start--right .megamenu.dropdown {
  left: 0;
  right: auto;
}

.meninmenu li.drop {
  position: relative;
}
.meninmenu li.drop .megamenu {
  background: #fff none repeat scroll 0 0;
  -webkit-box-shadow: 1px 2px 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 1px 2px 10px 0 rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: 0;
  opacity: 0;
  position: absolute;
  text-align: left;
  top: 120%;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  visibility: hidden;
  width: 720px;
  z-index: 3000;
  padding: 5px 0px 0px 0px;
}
.meninmenu li.drop .megamenu.mega02 {
  width: 490px;
}
.meninmenu li.drop .megamenu.mega03 {
  width: 720px;
}
.meninmenu li.drop .megamenu.mega04 {
  width: 950px;
}
.meninmenu li.drop .megamenu.dropdown {
  width: 240px;
}
.meninmenu li.drop .megamenu .item.item01 {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
.meninmenu li.drop .megamenu .item.item02 {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
.meninmenu li.drop .megamenu .item.item03 {
  -ms-flex-preferred-size: 33.33%;
      flex-basis: 33.33%;
}
.meninmenu li.drop .megamenu .item.item04 {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
}
.meninmenu li.drop .megamenu .item .title {
  border-bottom: 1px solid rgba(112, 112, 112, 0.1);
  color: #323334;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 19px;
  margin-left: 30px;
  margin-right: 20px;
  padding-bottom: 10px;
  padding-left: 0;
  text-transform: uppercase;
}
.meninmenu li.drop .megamenu .item li a {
  color: #2b2a29;
  font-size: 12px;
  line-height: 30px;
  text-transform: capitalize;
  display: block;
  padding: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  letter-spacing: 1px;
}
.meninmenu li.drop .megamenu .item li a:hover {
  color: #f50381;
  padding-left: 5px;
}
.meninmenu li.drop:hover .megamenu {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.mainmenu__nav .meninmenu li.label2 {
  display: block;
  position: relative;
}

.mainmenu__nav .meninmenu li.label2 ul {
  background: #fff none repeat scroll 0 0;
  -webkit-box-shadow: 1px 2px 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 1px 2px 10px 0 rgba(0, 0, 0, 0.1);
  left: 87%;
  opacity: 0;
  padding: 6px 22px;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  visibility: hidden;
  width: 206px;
}

.mainmenu__nav .meninmenu li.label2 ul li a {
  line-height: 28px;
}

.mainmenu__nav .meninmenu li.label2 a {
  display: block;
  position: relative;
}

.mainmenu__nav .meninmenu li.drop .megamenu .item > li {
  padding-left: 25px;
  padding-right: 20px;
  border-bottom: 1px solid #98979740;
  padding-bottom: 10px;
}

.mainmenu__nav .meninmenu ul li.label2:hover ul {
  left: 100%;
  opacity: 1;
  visibility: visible;
}

.mainmenu__nav .meninmenu ul li.label2 a {
  position: relative;
}

.mainmenu__nav .meninmenu ul li.label2 > a::after {
  content: "";
  font-family: Material-Design-Iconic-Font;
  font-size: 15px;
  position: absolute;
  right: 0;
}

/* Header Style Three*/
.separator__border {
  margin-left: 20px;
  padding-left: 20px;
  position: relative;
}
.separator__border::before {
  background: #ebebeb none repeat scroll 0 0;
  content: "";
  height: 20px;
  left: 0;
  margin-top: -10px;
  position: absolute;
  top: 50%;
  width: 1px;
}

/* Header Style Four*/
.header__absolute {
  left: 0;
  position: absolute;
  right: 0;
  top: 30px;
  z-index: 9;
}

.header--four .mainmenu__nav {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header--four .mainmenu__nav .meninmenu li a {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  padding: 0 20px;
  text-transform: uppercase;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.header--four .mainmenu__nav .meninmenu li:hover a {
  color: #f50381;
}
.header--four .container-fluid .header__sidebar__right > li.shop_search > a {
  background: rgba(0, 0, 0, 0) url("images/icons/icon_search2.png") no-repeat scroll 100% center;
}
.header--four .container-fluid .header__sidebar__right > li.shopcart > a {
  background: rgba(0, 0, 0, 0) url("images/icons/icon_cart2.png") no-repeat scroll 100% center;
}

/* Header Style Five*/
.header--five.header__absolute {
  background: transparent none repeat scroll 0 0;
  left: 0;
  margin-bottom: 0;
  margin-top: 30px;
  padding-bottom: 0;
  position: absolute;
  right: 0;
  top: 80px;
  width: 100%;
}
.header--five .header__bg {
  background: #ffffff none repeat scroll 0 0;
  border-radius: 4px;
  padding: 0 15px;
}
.header--five .logo {
  height: 76px;
  line-height: 76px;
}
.header--five .mainmenu__nav {
  height: 76px;
}
.header--five .mainmenu__nav .meninmenu li a {
  color: #2e2e2e;
  font-size: 12px;
  font-weight: 600;
  padding: 0 20px;
  text-transform: uppercase;
}
.header--five .header__sidebar__right {
  height: 76px;
}

/* Header Style Six*/
.header--six.header__absolute {
  top: 0;
}
.header--six .mainmenu__nav {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* Header Style Seven*/
.lucian_header {
  background: rgba(0, 0, 0, 0) url("images/pos-bg/4.jpg") no-repeat fixed center center/cover;
}
.lucian_header.bg--2 {
  background: rgba(0, 0, 0, 0) url("images/pos-bg/12.jpg") no-repeat fixed center center/cover;
}

.header--seven .header__top {
  background: #ffffff none repeat scroll 0 0;
  position: relative;
  z-index: 9;
}
.header--seven .top__left p {
  color: #3e3e3e;
  font-size: 12px;
}
.header--seven .top__right > ul {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 88px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.header--seven .top__right > ul > li > a {
  color: #363636;
  display: block;
  font-size: 12px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 10px;
  text-transform: uppercase;
  padding: 0 18px;
}
.header--seven .top__right > ul > li:hover a {
  color: #f50381;
}
.header--seven .mainmenu__nav {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.header--seven .mainmenu__nav .meninmenu li a {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
  font-weight: 600;
  padding: 0 20px;
  position: relative;
  text-transform: uppercase;
}
.header--seven .mainmenu__nav .meninmenu li:first-child a {
  padding-left: 0;
}
.header--seven .container .header__sidebar__right > li.shop_search a {
  background: rgba(0, 0, 0, 0) url("images/icons/icon_search2.png") no-repeat scroll 100% center;
}
.header--seven .container .header__sidebar__right > li.shopcart a {
  background: rgba(0, 0, 0, 0) url("images/icons/icon_cart2.png") no-repeat scroll 100% center;
}

/* Header Style 12*/
.header--12 .header__top {
  background: #ffffff none repeat scroll 0 0;
  position: relative;
  z-index: 5;
}
.header--12 .mainmenu__nav {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header--12 .mainmenu__nav .meninmenu li a {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
  font-weight: 600;
  padding: 0 20px;
  position: relative;
  text-transform: uppercase;
}
.header--12 .mainmenu__nav .meninmenu li:first-child a {
  padding-left: 0;
}
.header--12 .container .header__right > li {
  margin-left: 20px;
}
.header--12 .container .header__right > li > a {
  display: block;
}
.header--12 .container .header__right > li.account > a {
  background: rgba(0, 0, 0, 0) url("images/icons/icon_account2.png") no-repeat scroll 0 center;
  height: 35px;
  line-height: 35px;
  width: 19px;
}
.header--12 .container .header__right > li.account > a:hover {
  background-position: 100% center;
}
.header--12 .container .header__right > li.shop_search > a {
  background: rgba(0, 0, 0, 0) url("images/icons/icon_search3.png") no-repeat scroll 0 center;
  height: 35px;
  line-height: 35px;
  width: 23px;
}
.header--12 .container .header__right > li.shop_search > a:hover {
  background-position: 100% center;
}
.header--12 .container .header__right > li.shopcart > a {
  background: rgba(0, 0, 0, 0) url("images/icons/icon_cart3.png") no-repeat scroll 0 center;
  height: 35px;
  line-height: 35px;
  width: 23px;
}
.header--12 .container .header__right > li.shopcart > a:hover {
  background-position: 100% center;
}
.header--12 .container .header__right > li.shopcart > a span {
  background: #3cc8df none repeat scroll 0 0;
  border-radius: 0;
  color: #fff;
  display: block;
  font-size: 9px;
  font-weight: 400;
  height: 17px;
  line-height: 17px;
  margin: -8px 0 0;
  min-width: auto;
  overflow: visible;
  padding: 0;
  position: absolute;
  right: -20px;
  text-align: center;
  top: 50%;
  width: 16px;
}
.header--12 .container .header__right > li.shopcart > a span::before {
  border-color: transparent #3cc8df transparent transparent;
  border-style: solid;
  border-width: 3px;
  content: "";
  left: -6px;
  margin-top: -3px;
  position: absolute;
  top: 50%;
}

.header--12 .switcher__account > ul > li:hover a {
  color: #3cc8df;
}

.header__turquoise .meninmenu li.drop .megamenu .item li a:hover {
  color: #3cc8df;
}

/* switcher account*/
.switcher__account > ul > li > a {
  color: #ffff;
  display: block;
  font-size: 12px;
  font-weight: 500;
  line-height: 30px;
  text-transform: none;
  padding: 0 18px;
  letter-spacing: 1px;
}
.switcher__account > ul > li:hover a {
  color: #f50381;
}
.switcher__account > ul > li.drop {
  position: relative;
}
.switcher__account > ul > li.drop .dropdown {
  background: #fff none repeat scroll 0 0;
  left: 0;
  opacity: 0;
  padding: 20px;
  position: absolute;
  text-align: left;
  top: 120%;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
 width: 170px;
  z-index: 20;
  visibility: hidden;
}
.switcher__account > ul > li.drop .dropdown li a {
  color: #2b2929;
  font-size: 12px;
  text-transform: capitalize;
  -webkit-transition: 3s;
  transition: 3s;
}
.switcher__account > ul > li.drop .dropdown li a:hover {
  color: #f50381;
}
.switcher__account > ul > li.drop:hover .dropdown {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

/* Header Style Nine*/
.header--nine.header__absolute {
  top: 0;
}
.header--nine .wn__header__top .header__left ul li {
  margin-right: 20px;
}
.header--nine .wn__header__top .header__left ul li a {
  color: #fff;
  display: block;
  font-size: 12px;
  font-weight: 600;
  line-height: 30px;
  text-transform: uppercase;
}
.header--nine .wn__header__top .header__right {
  list-style: none;
}
.header--nine .wn__header__top .header__right > li {
  margin-left: 20px;
}
.header--nine .wn__header__top .header__right > li a {
  display: block;
}
.header--nine .wn__header__top .header__right > li.account > a {
  background: rgba(0, 0, 0, 0) url("images/icons/icon_account.png") no-repeat scroll 100% center;
  height: 35px;
  line-height: 35px;
  width: 19px;
}
.header--nine .wn__header__top .header__right > li.account > a:hover {
  background-position: 0 center;
}
.header--nine .wn__header__top .header__right > li.shop_search > a {
  background: rgba(0, 0, 0, 0) url("images/icons/search1.png") no-repeat scroll 100% center;
  height: 35px;
  line-height: 35px;
  width: 23px;
}
.header--nine .wn__header__top .header__right > li.shop_search > a:hover {
  background-position: 0 center;
}
.header--nine .wn__header__top .header__right > li.shopcart {
  padding-right: 20px;
  position: relative;
}
.header--nine .wn__header__top .header__right > li.shopcart > a {
  background: rgba(0, 0, 0, 0) url("images/icons/cart1.png") no-repeat scroll 100% center;
  height: 35px;
  line-height: 35px;
  width: 23px;
  position: relative;
}
.header--nine .wn__header__top .header__right > li.shopcart > a:hover {
  background-position: 0 center;
}
.header--nine .wn__header__top .header__right > li.shopcart > a span {
  background: #ffa800 none repeat scroll 0 0;
  border-radius: 0;
  color: #fff;
  display: block;
  font-size: 9px;
  font-weight: 400;
  height: 17px;
  line-height: 17px;
  margin: -8px 0 0;
  min-width: auto;
  overflow: visible;
  padding: 0;
  position: absolute;
  right: -20px;
  text-align: center;
  top: 50%;
  width: 16px;
}
.header--nine .wn__header__top .header__right > li.shopcart > a span::before {
  border-color: transparent #ffa800 transparent transparent;
  border-style: solid;
  border-width: 3px;
  content: "";
  left: -6px;
  margin-top: -3px;
  position: absolute;
  top: 50%;
}
.header--nine .mainmenu__nav {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  height: 70px;
}
.header--nine .mainmenu__nav .meninmenu li a {
  color: #fff;
  display: block;
  font-size: 12px;
  font-weight: 600;
  line-height: 25px;
  padding: 22px 20px;
  position: relative;
  text-transform: uppercase;
}
.header--nine .mainmenu__nav .meninmenu li a:hover {
  color: #ffa800;
}

.yellow__header .meninmenu li.drop .megamenu .item li a:hover {
  color: #ffa800;
}

.header--nine .sticky__header.is-sticky .mainmenu__nav {
  border-bottom: 0 none;
}

/* Header Style Ten*/
.header--ten.header__absolute {
  top: 0;
}
.header--ten .mainmenu__nav {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.header--ten {
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 9;
}

.header__area.header--ten .header__sidebar__right > li.shopcart > a span.product_qun::before {
  border-color: transparent #ffa800 transparent transparent;
}

.yellow--color .minicart-content-wrapper .micart__close:hover,
.yellow--color .minicart-content-wrapper .single__items .miniproduct .item01 .content h6 a:hover,
.yellow--color .minicart-content-wrapper .single__items .miniproduct .item01 .content .product_prize ul li i:hover,
.yellow--color .meninmenu li.drop .megamenu .item li a:hover {
  color: #e2b763;
}

.yellow--color .minicart-content-wrapper .mini_action .checkout__btn:hover,
.header__area.yellow--color .header__sidebar__right > li.shopcart > a span.product_qun {
  background: #d1ac66 none repeat scroll 0 0;
}

.yellow--color .minicart-content-wrapper .mini_action .cart__btn:hover {
  background-color: #ffa800;
  border-color: #ffa800;
}

.header__area.yellow--color .header__sidebar__right > li.shopcart > a span.product_qun::before {
     border-color: transparent #d1ac66 transparent transparent;
}

/* Header Style 11*/
.header--11.header__absolute {
  border-bottom: 1px solid #fff;
  top: 0;
}
.header--11 .mainmenu__nav {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header--11 .mainmenu__nav .meninmenu > li > a {
  color: #2e2e2e;
  font-size: 12px;
  font-weight: 700;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.header--11 .mainmenu__nav .meninmenu > li > a:hover {
  color: #3cc8df;
}

.header--11 .meninmenu li.drop .megamenu .item li a:hover {
  color: #3cc8df;
}

.header__area.header--11 .header__sidebar__right > li.shopcart > a span.product_qun {
  background: #3cc8df none repeat scroll 0 0;
}

.header__area.header--11 .header__sidebar__right > li.shopcart > a span.product_qun::before {
  border-color: transparent #3cc8df transparent transparent;
}

/* Header Style 19*/
.header--19 .mainmenu__nav {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header--19 .mainmenu__nav .meninmenu > li > a {
  font-weight: 700;
}

.color__turquoise .minicart-content-wrapper .micart__close:hover,
.color__turquoise .minicart-content-wrapper .single__items .miniproduct .item01 .content h6 a:hover,
.color__turquoise .minicart-content-wrapper .single__items .miniproduct .item01 .content .product_prize ul li i:hover,
.color__turquoise .meninmenu li.drop .megamenu .item li a:hover {
  color: #3cc8df;
}

.color__turquoise .minicart-content-wrapper .mini_action .cart__btn:hover {
  background-color: #3cc8df;
  border-color: #3cc8df;
}

.header__area.color__turquoise .header__sidebar__right > li.shopcart > a span.product_qun::before {
  border-color: transparent #3cc8df transparent transparent;
}

.color__turquoise .minicart-content-wrapper .mini_action .checkout__btn:hover {
  background: #3cc8df none repeat scroll 0 0;
}

.color__turquoise.block-bg .close__wrap:hover {
  color: #3cc8df;
}

/* Header Style 14*/
.header--14 .mainmenu__nav {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header--14 .mainmenu__nav .meninmenu > li > a {
  color: #2b2a29;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

/* Header Style 15*/
.brown__header .meninmenu li.drop .megamenu .item li a:hover {
  color: #ce7852;
}

.header__area.brown__header .header__sidebar__right > li.shopcart > a span.product_qun::before {
  border-color: transparent #ce7852 transparent transparent;
}

.header__area.header--six .header__sidebar__right > li.click__menu {
  padding-right: 26px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.color--pink.header__area .header__sidebar__right > li.shopcart > a span.product_qun::before {
  border-color: transparent #da7187 transparent transparent;
}

.color--pink .minicart-content-wrapper .micart__close:hover,
.color--pink .minicart-content-wrapper .single__items .miniproduct .item01 .content h6 a:hover,
.color--pink .minicart-content-wrapper .single__items .miniproduct .item01 .content .product_prize ul li i:hover,
.color--pink .meninmenu li.drop .megamenu .item li a:hover {
  color: #da7187;
}

.color--pink .minicart-content-wrapper .mini_action .checkout__btn:hover,
.color--pink.header__area .header__sidebar__right > li.shopcart > a span.product_qun {
  background: #da7187 none repeat scroll 0 0;
}

.color--pink .minicart-content-wrapper .mini_action .cart__btn:hover {
  background-color: #da7187;
  border-color: #da7187;
}

.color--pink.header__area .header__sidebar__right > li.shopcart > a span.product_qun::before {
  border-color: transparent #da7187 transparent transparent;
}

.color--pink.header--11 .mainmenu__nav .meninmenu > li > a:hover {
  color: #da7187;
}

.bread__header.header__absolute {
  top: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.bread__header.header__area .menubar a.open_sidebar {
  color: #fff;
}

.bread__header.header__area .header__sidebar__right > li.shop_search > a {
  background: rgba(0, 0, 0, 0) url("images/icons/search3.png") no-repeat scroll 100% center;
  height: 100%;
  line-height: 35px;
  width: 24px;
}

.bread__header.header__area .header__sidebar__right > li.shopcart > a {
  background: rgba(0, 0, 0, 0) url("images/icons/cart3.png") no-repeat scroll 100% center;
}

.bread__header.header__area .header__sidebar__right > li.shopcart {
  padding-left: 20px;
}

.mainmenu__nav .meninmenu li.drop .megamenu .item > li.title {
  padding-left: 0;
}

/*--------------------------
	Sticky Header
----------------------------*/
.sticky__header.is-sticky {
  -webkit-animation: 0.4s ease-in-out 0s normal both 1 running fadeInDown;
  animation: 0.4s ease-in-out 0s normal both 1 running fadeInDown;
 background: rgb(255 255 255) none repeat scroll 0 0;
  -webkit-box-shadow: 0 0 5px #bdbdbd;
          box-shadow: 0 0 5px #bdbdbd;
  left: 0;
  position: fixed;
  top: 0;
  -webkit-transition: -webkit-box-shadow 0.5s ease-in-out 0s;
  transition: -webkit-box-shadow 0.5s ease-in-out 0s;
  transition: box-shadow 0.5s ease-in-out 0s;
  transition: box-shadow 0.5s ease-in-out 0s, -webkit-box-shadow 0.5s ease-in-out 0s;
  width: 100%;
  z-index: 99;
  padding:5px;
}

.header__area.sticky__header.is-sticky .menubar a.open_sidebar,
.header__area.sticky__header.is-sticky .header__sidebar__right,
.header__area.sticky__header.is-sticky .mainmenu__nav,
.header--two.sticky__header.is-sticky .mainmenu__nav .meninmenu {
  height: 55px;
}

.header__area.sticky__header.is-sticky .logo {
  height: 55px;
  line-height: 55px;
}

.header__box .header__area.sticky__header.is-sticky {
  padding-left: 80px;
  padding-right: 80px;
}

.sticky__bg--black.sticky__header.is-sticky {
  background: rgba(0, 0, 0, 0.9) none repeat scroll 0 0;
}

.header--five.header__absolute.sticky__header.is-sticky {
  margin-top: 0;
}

.header--five.header__absolute.sticky__header.is-sticky .header__bg {
  background: transparent;
}

.sticky__header.is-sticky .mainmenu__nav {
  height: 55px;
}

.header__area .sticky__header.is-sticky .header__sidebar__right {
  height: 55px;
  list-style: outside none none;
}

.header--12 .container .header__right > li.shopcart {
  padding-right: 20px;
}

.header__area.header--seven {
  position: relative;
  z-index: 999;
}

/* Responsive Css*/
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .header--two .margin--right {
    margin-right: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header--two .margin--right {
    margin-right: 37px;
  }

  .header--two .mainmenu__nav .meninmenu li a {
    font-size: 14px;
    padding: 0 14px;
  }

  .header__area.header--four .container-fluid {
    padding: 0 30px;
  }

  .header--four .meninmenu li.drop,
.header--nine .meninmenu li.drop,
.header--11 .meninmenu li.drop {
    position: static;
  }

  .header--five .mainmenu__nav {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .header--seven .top__right > ul > li > a {
    padding: 0 15px;
  }

  .header__area .container-fluid {
    padding: 0 30px;
  }

  .header__box {
    padding-left: 40px;
    padding-right: 40px;
  }

  .meninmenu li.drop .megamenu.mega03 {
    width: 600px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) and (min-width: 992px) and (max-width: 1199px) {
  .meninmenu li.drop .megamenu.mega03 {
    left: auto;
    right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sticky__header.is-sticky {
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  .header__box .header__area.sticky__header.is-sticky {
    padding-left: 0;
    padding-right: 0;
  }

  .header__box .header__area.sticky__header.is-sticky .container-fluid {
    padding: 0 22px;
  }

  .header__box {
    padding-left: 30px;
    padding-right: 30px;
  }

  .header__area .container-fluid {
    padding: 0 20px;
  }

  .header--four .mean-container {
    background: transparent none repeat scroll 0 0;
  }

  .header--five.header__absolute .container,
.header--six.header__absolute .container,
.header--seven .mainmenu__container .container,
.header__area .container-fluid {
    position: relative;
  }

  .header--five.header__absolute {
    margin-top: 0;
    top: 30px;
  }

  .header--five.header__absolute.sticky__header.is-sticky {
    margin-top: 0;
    top: 0;
  }

  .header--five .header__bg {
    padding: 0 60px 0 15px;
  }

  .header--five .mean-container,
.header--six .mean-container,
.header--seven .mean-container,
.header--nine .mean-container {
    background: transparent none repeat scroll 0 0;
    position: absolute;
    right: 0;
    top: 4px;
    width: 100%;
    z-index: 1;
  }

  .header--five .mean-container a.meanmenu-reveal span,
.header--six .mean-container a.meanmenu-reveal span,
.header--one .mean-container a.meanmenu-reveal span {
    background: #353950 none repeat scroll 0 0;
  }

  .header--five .mean-container a.meanmenu-reveal,
.header--six .mean-container a.meanmenu-reveal,
.header--one .mean-container a.meanmenu-reveal {
    color: #353950;
  }

  .header--five .mean-container .mean-nav,
.header--six .mean-container .mean-nav {
    margin-top: 70px;
  }

  .header--five.sticky__header.is-sticky .mean-container {
    top: -6px;
  }

  .header--five.sticky__header.is-sticky .mean-container .mean-nav,
.header--six.sticky__header.is-sticky .mean-container .mean-nav {
    margin-top: 60px;
  }

  .header--six.header__absolute .container {
    padding-right: 78px;
  }

  .header--six .mean-container {
    top: 24px;
  }

  .header--six.sticky__header.is-sticky .mean-container {
    top: -5px;
  }

  .header--seven .mean-container a.meanmenu-reveal span {
    background: #fff none repeat scroll 0 0;
  }

  .header--seven .mean-container a.meanmenu-reveal {
    color: #fff;
  }

  .header--seven .mean-container {
    top: 24px;
  }

  .header__area.header--seven .mean-container a.meanmenu-reveal {
    padding: 0;
  }

  .header--seven .mainmenu__container .container {
    padding-right: 55px;
  }

  .header--seven .sticky__header.is-sticky .mean-container {
    top: -7px;
  }

  .header--seven .sticky__header.is-sticky .mean-container .mean-nav {
    margin-top: 61px;
  }

  .header--nine .mean-container {
    top: 24px;
  }

  .header--nine.header__absolute {
    padding-right: 59px;
  }

  .header--nine .mean-container {
    z-index: -1;
  }

  .header--nine .sticky__header.is-sticky .mean-container {
    background: #333 none repeat scroll 0 0;
    top: 0;
  }

  .header__area .header__sidebar__right {
    z-index: 9;
  }

  .header__area .logo {
    z-index: 2;
    position: relative;
  }

  .header__area.header--ten .container-fluid {
    margin: 0 38px 0 42px;
    padding: 0 69px 0 0;
    position: relative;
    width: auto;
  }

  .header__area.header--19 .container-fluid {
    margin-right: 23px;
    padding: 0 44px 0 20px;
    position: relative;
    width: auto;
  }

  .header__area.header--ten .mean-container {
    background: transparent none repeat scroll 0 0;
    position: absolute;
    right: 0;
    top: 25px;
    width: 100%;
    z-index: 1;
  }

  .header__area.header--19 .mean-container {
    background: transparent none repeat scroll 0 0;
    position: absolute;
    right: 20px;
    top: 25px;
    width: 93%;
    z-index: 1;
  }

  .header__area.header--ten .mean-container a.meanmenu-reveal span,
.header__area.header--11 .mean-container a.meanmenu-reveal span,
.header__area.header--14 .mean-container a.meanmenu-reveal span,
.header__area.header--19 .mean-container a.meanmenu-reveal span {
    background: #444 none repeat scroll 0 0;
  }

  .header__area.header--ten .mean-container a.meanmenu-reveal,
.header__area.header--11 .mean-container a.meanmenu-reveal,
.header__area.header--14 .mean-container a.meanmenu-reveal,
.header__area.header--19 .mean-container a.meanmenu-reveal {
    color: #444;
  }

  .header__area.header--ten.sticky__header.is-sticky .mean-container,
.header__area.header--19.sticky__header.is-sticky .mean-container {
    top: -5px;
  }

  .header__area.header--ten.sticky__header.is-sticky .mean-container .mean-nav {
    margin-top: 60px;
  }

  .header__area.header--19 .mean-container a.meanmenu-reveal {
    padding: 0;
  }

  .header__area.header--11 .container-fluid,
.header__area.header--14 .container-fluid {
    margin-right: 30px;
    padding: 0 52px 0 20px;
    position: relative;
    width: auto;
    z-index: 99;
  }

  .header__area.header--11 .mean-container,
.header__area.header--14 .mean-container {
    background: transparent none repeat scroll 0 0;
    position: absolute;
    right: 0;
    top: 24px;
    width: 97%;
    z-index: -1;
  }

  .header__area.header--11 .mean-container a.meanmenu-reveal,
.header__area.header--14 .mean-container a.meanmenu-reveal {
    padding: 0;
  }

  .header__area.header--11.sticky__header.is-sticky .mean-container,
.header__area.header--14.sticky__header.is-sticky .mean-container {
    top: -5px;
  }

  .header__area.header--11.sticky__header.is-sticky .mean-container .mean-nav,
.header__area.header--14.sticky__header.is-sticky .mean-container .mean-nav {
    margin-top: 60px;
     max-height: max-content;
     background: #e2b763 none repeat scroll 0 0;
  }

  .header__area.header--one .container-fluid,
.header__area.header--four .container-fluid {
    padding: 0 74px 0 20px;
  }

  .header__area.header--one .mean-container,
.header__area.header--four .mean-container {
    padding: 0 20px;
  }

  .header__area.header--one .mean-container,
.header__area.header--four .mean-container {
    background: transparent none repeat scroll 0 0;
    padding: 0 20px;
    position: absolute;
    top: 23px;
  }

  .header__area.header--one .mean-container a.meanmenu-reveal,
.header__area.header--four .mean-container a.meanmenu-reveal {
    padding: 0;
  }

  .header__area.header--one.sticky__header.is-sticky .mean-container,
.header__area.header--four.sticky__header.is-sticky .mean-container {
    top: -7px;
  }

  .header__area.header--one .mean-container .mean-nav,
.header__area.header--four .mean-container .mean-nav {
    margin-top: 62px;
  }

  .header--four.header__absolute {
    top: 0;
  }

  .header__absolute {
    top: 0;
  }

  .bread__header.header--one .mean-container a.meanmenu-reveal span {
    background: #fff none repeat scroll 0 0;
  }

  .bread__header.header__area.header--one .mean-container a.meanmenu-reveal {
    color: #fff;
  }
}
@media only screen and (max-width: 767px) {
  .header__area.header--19 .container-fluid {
    margin-right: 23px;
    padding: 0 44px 0 20px;
    position: relative;
    width: auto;
  }

  .header__area.header--19 .mean-container {
    background: transparent none repeat scroll 0 0;
    position: absolute;
    right: 3px;
    top: 25px;
    width: 93%;
    z-index: 1;
  }

  .header__area .header__sidebar__right {
    z-index: 9;
  }

  .header__area .logo {
    z-index: 2;
    position: relative;
  }

  .header__area .container-fluid {
    padding: 0 18px;
  }

  .header__box {
    padding-left: 20px;
    padding-right: 20px;
  }

  .header__box .header__area.sticky__header.is-sticky {
    padding-left: 0;
    padding-right: 0;
  }

  .header--four .mean-container {
    background: transparent none repeat scroll 0 0;
  }

  .header--five.header__absolute .container,
.header--seven .mainmenu__container .container {
    position: relative;
  }

  .header--five .header__bg {
    padding: 0 60px 0 15px;
  }

  .header--five .mean-container,
.header--six .mean-container,
.header--seven .mean-container,
.header--nine .mean-container {
    background: transparent none repeat scroll 0 0;
    position: absolute;
    right: 0;
    top: 4px;
    width: 100%;
    z-index: 1;
  }

  .header--five .mean-container a.meanmenu-reveal span,
.header--six .mean-container a.meanmenu-reveal span,
.header--one .mean-container a.meanmenu-reveal span {
    background: #353950 none repeat scroll 0 0;
  }

  .bread__header.header--one .mean-container a.meanmenu-reveal span {
    background: #fff none repeat scroll 0 0;
  }

  .bread__header.header__area.header--one .mean-container a.meanmenu-reveal {
    color: #fff;
  }

  .header--five .mean-container a.meanmenu-reveal,
.header--six .mean-container a.meanmenu-reveal,
.header--one .mean-container a.meanmenu-reveal {
    color: #353950;
  }

  .header--five .mean-container .mean-nav,
.header--six .mean-container .mean-nav {
    margin-top: 70px;
  }

  .header--five.sticky__header.is-sticky .mean-container {
    top: -6px;
  }

  .header--five.sticky__header.is-sticky .mean-container .mean-nav,
.header--six.sticky__header.is-sticky .mean-container .mean-nav {
    margin-top: 60px;
  }

  .header--five.sticky__header.is-sticky .mean-container {
    top: -6px;
  }

  .header--five .header__bg {
    padding: 0 60px 0 0;
  }

  .header--six.header__absolute .container {
    padding-right: 54px;
  }

  .header--six .mean-container {
    top: 24px;
  }

  .header--six.sticky__header.is-sticky .mean-container {
    top: -5px;
  }

  .header--seven .top__right > ul > li > a {
    margin-bottom: 0;
    padding: 0 6px;
  }

  .header--seven .mean-container a.meanmenu-reveal span {
    background: #fff none repeat scroll 0 0;
  }

  .header--seven .mean-container a.meanmenu-reveal {
    color: #fff;
  }

  .header--seven .mainmenu__container .container {
    padding-right: 56px;
  }

  .header--seven .mean-container {
    top: 24px;
  }

  .header__area.header--seven .mean-container a.meanmenu-reveal {
    padding: 0;
  }

  .header--seven .sticky__header.is-sticky .mean-container {
    top: -7px;
  }

  .header--seven .sticky__header.is-sticky .mean-container .mean-nav {
    margin-top: 61px;
  }

  .header--nine .mean-container {
    top: 24px;
  }

  .header--nine.header__absolute {
    padding-right: 59px;
  }

  .header--nine .mean-container {
    z-index: -1;
  }

  .header--nine .sticky__header.is-sticky .mean-container {
    background: #333 none repeat scroll 0 0;
    top: 0;
  }

  .header__area.header--ten .container-fluid {
    margin: 0 38px 0 42px;
    padding: 0 69px 0 0;
    position: relative;
    width: auto;
  }

  .header__area.header--ten .mean-container {
    background: transparent none repeat scroll 0 0;
    position: absolute;
    right: 0;
    top: 25px;
    width: 100%;
  }

  .header__area.header--ten .mean-container a.meanmenu-reveal span,
.header__area.header--11 .mean-container a.meanmenu-reveal span,
.header__area.header--14 .mean-container a.meanmenu-reveal span,
.header__area.header--19 .mean-container a.meanmenu-reveal span {
    background: #444 none repeat scroll 0 0;
  }

  .header__area.header--ten .mean-container a.meanmenu-reveal,
.header__area.header--11 .mean-container a.meanmenu-reveal,
.header__area.header--14 .mean-container a.meanmenu-reveal,
.header__area.header--19 .mean-container a.meanmenu-reveal {
    color: #444;
  }

  .header__area.header--ten.sticky__header.is-sticky .mean-container,
.header__area.header--19.sticky__header.is-sticky .mean-container {
    top: -5px;
  }

  .header__area.header--ten.sticky__header.is-sticky .mean-container .mean-nav {
    margin-top: 60px;
  }

  .header__area.header--11 .container-fluid,
.header__area.header--14 .container-fluid {
    margin-right: 30px;
    padding: 0 52px 0 20px;
    position: relative;
    width: auto;
    z-index: 99;
  }

  .header__area.header--11 .mean-container,
.header__area.header--14 .mean-container {
    background: transparent none repeat scroll 0 0;
    position: absolute;
    right: 0;
    top: 24px;
    width: 58%;
    z-index: -1;
  }

  .header__area.header--11 .mean-container a.meanmenu-reveal,
.header__area.header--14 .mean-container a.meanmenu-reveal {
    padding: 0;
  }

  .header__area.header--11.sticky__header.is-sticky .mean-container,
.header__area.header--14.sticky__header.is-sticky .mean-container {
    top: -5px;
  }

  .header__area.header--11.sticky__header.is-sticky .mean-container .mean-nav,
.header__area.header--14.sticky__header.is-sticky .mean-container .mean-nav {
    margin-top: 60px;
        max-height: 500px;
     background: #e2b763 none repeat scroll 0 0;
  }

  .header__area.header--19 .header__sidebar__right > li.shopcart {
    padding-left: 15px;
  }

  .header__area.header--one .container-fluid,
.header__area.header--four .container-fluid {
    padding: 0 74px 0 20px;
  }

  .header__area.header--one .mean-container,
.header__area.header--four .mean-container {
    background: transparent none repeat scroll 0 0;
    padding: 0 20px;
    position: absolute;
    top: 23px;
  }

  .header__area.header--one .mean-container a.meanmenu-reveal,
.header__area.header--four .mean-container a.meanmenu-reveal {
    padding: 0;
  }

  .header__area.header--one.sticky__header.is-sticky .mean-container,
.header__area.header--four.sticky__header.is-sticky .mean-container {
    top: -7px;
  }

  .header__area.header--one .mean-container .mean-nav,
.header__area.header--four .mean-container .mean-nav {
    margin-top: 62px;
  }

  .header--four.header__absolute {
    top: 0;
  }

  .header--five.header__absolute {
    margin-top: 0;
    top: 30px;
  }

  .header--five.header__absolute.sticky__header.is-sticky {
    margin-top: 0;
    top: 0;
  }

  .header__area.header--19 .mean-container .mean-nav {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 575px) {
  .header--six.header__absolute .container {
    padding-right: 71px;
  }

  .header--nine .wn__header__top .header__right > li {
    margin-left: 10px;
  }

  .header--nine.header__absolute {
    padding-right: 48px;
  }

  .header__area.header--ten .header__sidebar__right > li.shopcart,
.header__area.header--11 .header__sidebar__right > li.shopcart {
    padding-left: 11px;
    padding-right: 18px;
  }

  .boxlayout {
    padding: 20px;
  }
}
@media only screen and (max-width: 420px) {
  .header__box {
    padding-left: 0;
    padding-right: 0;
  }

  .header--five .header__bg {
    padding: 0 51px 0 0;
  }

  .header--seven .mean-container {
    right: 9px;
  }

  .header--seven .top__right > ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .header__area.header--seven .logo {
    height: 66px;
    line-height: 94px;
  }

  .header__area.header--14 .header__sidebar__right > li.setting__bar__icon {
    padding-left: 4px;
  }

  .header__area.header--14 .container-fluid {
    margin-right: 12px;
    padding: 0 34px 0 20px;
  }

  .header__area.header--14 .header__sidebar__right > li.shopcart {
    padding-left: 7px;
    padding-right: 21px;
  }

  .header__area.header--two .header__sidebar__right > li.shopcart {
    padding-left: 13px;
    padding-right: 9px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .meninmenu li.drop {
    position: static;
  }
}

.header--12 .container .header__right > li.shopcart {
  position: relative;
}

/**
Navigation Styles
*/
nav.menu {
  display: block;
  width: 100%;
  border-style: solid;
  border-width: 0 1px;
  border-color: #eeeeee;
  padding: 0 15px;
}
nav.menu ul {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
  padding-left: 0;
}
nav.menu ul li {
  padding: 0 12px;
}
nav.menu ul li a {
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 30px 5px;
  color: #eeeeee;
  font-weight: 600;
  text-transform: uppercase;
}

/*--------------------------
	Banner Styles
----------------------------*/
.banner__collection__box .collection__thumb {
  margin-left: -15px;
  margin-right: -15px;
  display: block;
  overflow: hidden;
}
.banner__collection__box .collection__thumb a img {
  -webkit-transition: all 300ms ease-in 0s;
  transition: all 300ms ease-in 0s;
}
.banner__collection__box .collection__thumb:hover img {
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
}
.banner__collection__box .collection__content {
  margin-left: -15px;
  margin-right: -15px;
}
.banner__collection__box .collection__content .clc__brand {
  margin-bottom: 30px;
}
.banner__collection__box .collection__content h3 {
  color: #2e2e2e;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.5em;
  text-transform: uppercase;
}
.banner__collection__box .collection__content p {
  color: #606060;
  font-size: 12px;
  letter-spacing: 0.2em;
  line-height: 25px;
  padding: 30px 100px;
}
.wn__banner__area.page-content {
  padding: 0 75px;
}

.custom__banner {
  position: relative;
}
.custom__banner.coll {
  width: 62.25%;
  padding: 0 5px;
}
.custom__banner.col2 {
  width: 37.75%;
  padding: 0 5px;
  float: left;
}
.custom__banner .thumb {
  margin-bottom: 10px;
  text-align: center;
}
.custom__banner .thumb a {
  display: block;
  max-width: 100%;
  overflow: hidden;
  position: relative;
}
.custom__banner .thumb a::before {
  background-color: rgba(23, 23, 24, 0.8);
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  z-index: 1;
}
.custom__banner .thumb a img {
  -webkit-transition: all 300ms ease-in 0s;
  transition: all 300ms ease-in 0s;
  width: 100%;
}
.custom__banner .thumb a:hover img {
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
          transform: scale3d(1.05, 1.05, 1.05);
}
.custom__banner .content {
  left: 50%;
  min-width: 100%;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  z-index: 2;
}
.custom__banner .content h3 a {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.custom__banner .content p {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.2em;
  line-height: 25px;
}
.custom__banner .content a {
  color: #f50381;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  line-height: 25px;
  margin-top: 60px;
  text-transform: uppercase;
}
.custom__banner:hover .thumb a::before {
  opacity: 1;
}
.custom__banner:hover .content {
  opacity: 1;
}
.custom__banner:hover .content h3 {
  -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInUp;
          animation: 300ms ease-in-out 0s normal none 1 running fadeInUp;
}
.custom__banner:hover .content p {
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInUp;
          animation: 500ms ease-in-out 0s normal none 1 running fadeInUp;
}
.custom__banner:hover .content a {
  -webkit-animation: 700ms ease-in-out 0s normal none 1 running fadeInUp;
          animation: 700ms ease-in-out 0s normal none 1 running fadeInUp;
}

.banner__style--3 .margin-top {
  margin-top: -60px;
  position: relative;
  z-index: 2;
}
.banner__style--3 .space--round {
  padding: 30px;
}
.banner__style--3 .banner {
  overflow: hidden;
  position: relative;
}
.banner__style--3 .banner .thumb a {
  display: block;
  overflow: hidden;
  position: relative;
}
.banner__style--3 .banner .thumb a img {
  width: 100%;
  -webkit-transition: all 300ms ease-in 0s;
  transition: all 300ms ease-in 0s;
}
.banner__style--3 .banner .thumb a:hover img {
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
          transform: scale3d(1.05, 1.05, 1.05);
}
.banner__style--3 .banner .content {
  left: 50%;
  min-width: 100%;
  padding: 0 30px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  z-index: 2;
}
.banner__style--3 .banner .content h3 {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.banner__style--3 .banner .content h6 {
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0.025em;
  line-height: 25px;
}
.banner__style--3 .banner .links {
  padding: 0 30px;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 30px;
}
.banner__style--3 .banner .links a {
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  -webkit-transition: all 300ms ease-in 0s;
  transition: all 300ms ease-in 0s;
}
.banner__style--3 .banner .links a::after {
  background: rgba(0, 0, 0, 0) url("images/icons/links_static3.png") no-repeat scroll 100% 50%;
  content: "";
  display: inline-block;
  height: 11px;
  margin: 0 10px;
  width: 44px;
}

.banner__style--4 .banner {
  overflow: hidden;
  position: relative;
}
.banner__style--4 .banner .thumb a {
  overflow: hidden;
  position: relative;
  width: 100%;
  display: block;
}
.banner__style--4 .banner .thumb a::before {
  background: rgba(46, 46, 46, 0.7) none repeat scroll 0 0;
  content: "";
  height: 100%;
  opacity: 0;
  position: absolute;
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  width: 100%;
  z-index: 2;
}
.banner__style--4 .banner .content {
  left: 50%;
  min-width: 100%;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  z-index: 2;
}
.banner__style--4 .banner .content h3 {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.banner__style--4 .banner .content p {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.2em;
  line-height: 25px;
}
.banner__style--4 .banner .content a {
  color: #f50381;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  line-height: 25px;
  margin-top: 60px;
  text-transform: uppercase;
}
.banner__style--4 .banner:hover .thumb a::before {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.banner__style--4 .banner:hover .content {
  opacity: 1;
}
.banner__style--4 .banner:hover .content h3 {
  -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInUp;
          animation: 300ms ease-in-out 0s normal none 1 running fadeInUp;
}
.banner__style--4 .banner:hover .content p {
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInUp;
          animation: 500ms ease-in-out 0s normal none 1 running fadeInUp;
}
.banner__style--4 .banner:hover .content a {
  -webkit-animation: 700ms ease-in-out 0s normal none 1 running fadeInUp;
          animation: 700ms ease-in-out 0s normal none 1 running fadeInUp;
}
.banner__style--4.yellow--banner .banner .content a {
  color: #ffa800;
}

.banner--5 .banner {
  overflow: hidden;
  position: relative;
}
.banner--5 .banner .thumb {
  overflow: hidden;
  position: relative;
}
.banner--5 .banner .thumb a img {
  -webkit-transition: all 300ms ease-in 0s;
  transition: all 300ms ease-in 0s;
  width: 100%;
}
.banner--5 .banner .content {
  left: 50%;
  min-width: 100%;
  padding: 0 30px;
  position: absolute;
  top: 30%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
.banner--5 .banner .content.content__bg {
  background-color: rgba(255, 255, 255, 0.5);
  left: 40px;
  min-width: auto;
  padding: 50px 20px;
  right: 40px;
  -webkit-transform: translateX(0px) translateY(-50%);
          transform: translateX(0px) translateY(-50%);
}
.banner--5 .banner .content.border-top-bottom::after {
  background: #3e3e3e none repeat scroll 0 0;
  border-bottom: 0 none;
  bottom: 25px;
  content: "";
  height: 3px;
  left: 50%;
  pointer-events: none;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 40px;
}
.banner--5 .banner .content.border-top-bottom::before {
  background: #3e3e3e none repeat scroll 0 0;
  content: "";
  height: 3px;
  left: 50%;
  pointer-events: none;
  position: absolute;
  top: 25px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 40px;
}
.banner--5 .banner .content h3 a {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 5px;
  text-transform: uppercase;
  display: block;
}
.banner--5 .banner .content p {
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  line-height: 25px;
}
.banner--5 .banner .content h4 {
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 5px;
  text-transform: uppercase;
  color: #3e3e3e;
}
.banner--5 .banner .content h6 {
  color: #3e3e3e;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.banner--5 .banner .content span {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  line-height: 25px;
  display: block;
}
.banner--5 .banner .content a.shopbtn {
  color: #fff;
  display: block;
  font-size: 12px;
  font-weight: 600;
  margin-top: 15px;
  text-transform: uppercase;
}
.banner--5 .banner .content a.shopbtn::after {
  background: rgba(0, 0, 0, 0) url("images/icons/links_static7.png") no-repeat scroll 100% 50%;
  content: "";
  display: inline-block;
  height: 11px;
  margin: 0 10px;
  vertical-align: -2px;
  width: 44px;
}
.banner--5 .banner .content a.shopbtn:hover::after {
  background-position: 0 50%;
}
.banner--5 .banner .content.content__with__border::after {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: currentcolor white white;
  -o-border-image: none;
     border-image: none;
  border-style: none solid solid;
  border-width: 0 5px 5px;
  bottom: -42px;
  content: "";
  height: 50px;
  left: 50%;
  pointer-events: none;
  position: absolute;
  -webkit-transform: translateX(-50%) translateY(100%);
          transform: translateX(-50%) translateY(100%);
  width: 140px;
}
.banner--5 .banner .content.content__with__border::before {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: white white currentcolor;
  -o-border-image: none;
     border-image: none;
  border-style: solid solid none;
  border-width: 5px 5px 0;
  content: "";
  height: 50px;
  left: 50%;
  pointer-events: none;
  position: absolute;
  top: -25px;
  -webkit-transform: translateX(-50%) translateY(-100%);
          transform: translateX(-50%) translateY(-100%);
  width: 140px;
}
.banner--5 .banner .link {
  bottom: 30px;
  left: 0;
  padding: 0 30px;
  position: absolute;
  right: 0;
}
.banner--5 .banner .link a {
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}
.banner--5 .banner .link a::after {
  background: rgba(0, 0, 0, 0) url("") no-repeat scroll 100% 50%;
  content: "";
  display: inline-block;
  height: 11px;
  margin: 0 10px;
  width: 44px;
}
.banner--5 .banner .link.poss--center {
  bottom: -32px;
}
.banner--5 .banner.co13 .content {
  top: 50%;
}
.banner--5 .banner.co13 .content.border-top-bottom {
  padding: 44px 30px;
}
.banner--5 .banner.co13 .content.border-top-bottom.border--white::before {
  background: #fff none repeat scroll 0 0;
}
.banner--5 .banner.co13 .content.border-top-bottom.border--white::after {
  background: #fff none repeat scroll 0 0;
}
.banner--5 .banner:hover .thumb a img {
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
          transform: scale3d(1.05, 1.05, 1.05);
}
.banner--5 .banner:hover .content h3 {
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInUp;
          animation: 500ms ease-in-out 0s normal none 1 running fadeInUp;
}
.banner--5 .banner:hover .content p {
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInUp;
          animation: 500ms ease-in-out 0s normal none 1 running fadeInUp;
}
.banner--5 .banner:hover .content h4 {
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInUp;
          animation: 500ms ease-in-out 0s normal none 1 running fadeInUp;
}
.banner--5 .banner:hover .content h6 {
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInUp;
          animation: 500ms ease-in-out 0s normal none 1 running fadeInUp;
}
.banner--5 .banner:hover .content a.shopbtn {
  -webkit-animation: 700ms ease-in-out 0s normal none 1 running fadeInUp;
          animation: 700ms ease-in-out 0s normal none 1 running fadeInUp;
}
.banner--5 .banner:hover .link {
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInUp;
          animation: 500ms ease-in-out 0s normal none 1 running fadeInUp;
}
.banner--5 .banner:hover span {
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInUp;
          animation: 500ms ease-in-out 0s normal none 1 running fadeInUp;
}

.banner--5 .banner .content.pss--right {
  left: auto;
  right: 0;
  min-width: auto;
  padding: 0 30px;
  -webkit-transform: translateX(0) translateY(-50%);
          transform: translateX(0) translateY(-50%);
}

.banner--box .container {
  padding: 30px;
  max-width: 1230px;
  background: #fff none repeat scroll 0 0;
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15);
}
.banner--box.poss--top {
  margin-top: -130px;
  padding-bottom: 30px;
  position: relative;
  z-index: 2;
}

.banner__without--text a {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  position: relative;
}
.banner__without--text a img {
  width: 100%;
  -webkit-transition: all 300ms ease-in 0s;
  transition: all 300ms ease-in 0s;
}
.banner__without--text a:hover img {
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
          transform: scale3d(1.05, 1.05, 1.05);
}

.banner__style--7 .container-fluid {
  padding-left: 0px;
  padding-right: 0px;
  width: 100%;
}

.banner--7 {
  position: relative;
}
.banner--7 .thumb {
  display: block;
  margin-top: 30px;
  overflow: hidden;
  position: relative;
  text-align: center;
}
.banner--7 .thumb::before {
  background-color: rgba(23, 23, 24, 0.8);
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  z-index: 1;
}
.banner--7 .thumb a {
  display: block;
  overflow: hidden;
}
.banner--7 .thumb a img {
  width: 100%;
}
.banner--7 .content {
  left: 50%;
  min-width: 100%;
  opacity: 0;
  padding: 0 10px;
  pointer-events: none;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  z-index: 2;
}
.banner--7 .content h3 {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.banner--7 .content p {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.2em;
  line-height: 25px;
}
.banner--7 .content a {
  color: #ffa800;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  line-height: 25px;
  margin-top: 60px;
  text-transform: uppercase;
}
.banner--7:hover .thumb::before {
  opacity: 1;
}
.banner--7:hover .content h3 {
  -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInUp;
          animation: 300ms ease-in-out 0s normal none 1 running fadeInUp;
}
.banner--7:hover .content p {
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInUp;
          animation: 500ms ease-in-out 0s normal none 1 running fadeInUp;
}
.banner--7:hover .content a {
  -webkit-animation: 700ms ease-in-out 0s normal none 1 running fadeInUp;
          animation: 700ms ease-in-out 0s normal none 1 running fadeInUp;
}
.banner--7:hover .content {
  opacity: 1;
}

.banner--8 {
  position: relative;
}
.banner--8 .thumb a {
  display: block;
  max-width: 100%;
  overflow: hidden;
  position: relative;
}
.banner--8 .thumb a img {
  -webkit-transition: all 300ms ease-in 0s;
  transition: all 300ms ease-in 0s;
  width: 100%;
}
.banner--8 .content {
  left: 0;
  padding: 0 30px;
  pointer-events: none;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.banner--8 .content h3 {
  color: #fff;
  font-family: "tex_gyre_adventorbold";
  font-size: 60px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.banner--8 .content p {
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  line-height: 25px;
  margin: auto;
  max-width: 60%;
}
.banner--8 .content a.read__btn {
  border: 2px solid white;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  line-height: 46px;
  margin-top: 50px;
  padding: 0 30px;
  position: relative;
  text-transform: uppercase;
}
.banner--8 .content.text__style--2 h3 {
  color: #3e3e3e;
}
.banner--8 .content.text__style--2 p {
  color: #3e3e3e;
}
.banner--8 .content.text__style--2 a {
  border: 2px solid #3e3e3e;
  color: #3e3e3e;
}
.banner--8:hover .thumb a img {
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
          transform: scale3d(1.05, 1.05, 1.05);
}
.banner--8:hover .content h3 {
  -webkit-animation: 700ms ease 0s normal none 1 running fadeInDown;
          animation: 700ms ease 0s normal none 1 running fadeInDown;
}
.banner--8:hover .content p {
  -webkit-animation: 800ms linear 0s normal none 1 running fadeInDown;
          animation: 800ms linear 0s normal none 1 running fadeInDown;
}
.banner--8:hover .content a {
  -webkit-animation: 900ms linear 0s normal none 1 running fadeInDown;
          animation: 900ms linear 0s normal none 1 running fadeInDown;
}
.banner--8:hover .content.text__style--2 h3 {
  -webkit-animation: 1100ms linear 0s normal none 1 running flipInX;
          animation: 1100ms linear 0s normal none 1 running flipInX;
}
.banner--8:hover .content.text__style--2 p {
  -webkit-animation: 1300ms linear 0s normal none 1 running flipInX;
          animation: 1300ms linear 0s normal none 1 running flipInX;
}
.banner--8:hover .content.text__style--2 a {
  -webkit-animation: 1500ms linear 0s normal none 1 running flipInX;
          animation: 1500ms linear 0s normal none 1 running flipInX;
}

.banner_only_image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
}
.banner_only_image .banner {
  margin-top: 30px;
  padding: 0 15px;
  overflow: hidden;
}
.banner_only_image .banner a {
  overflow: hidden;
  display: inline-block;
}
.banner_only_image .banner a img {
  width: 100%;
  -webkit-transition: all 300ms ease-in 0s;
  transition: all 300ms ease-in 0s;
}
.banner_only_image .banner a:hover img {
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
          transform: scale3d(1.05, 1.05, 1.05);
}
.banner_only_image .banner.co11 {
  -ms-flex-preferred-size: 60.1%;
      flex-basis: 60.1%;
}
.banner_only_image .banner.co12 {
  -ms-flex-preferred-size: 39.9%;
      flex-basis: 39.9%;
}
.banner_only_image .banner.co13 {
  -ms-flex-preferred-size: 24.1%;
      flex-basis: 24.1%;
}
.banner_only_image .banner.co14 {
  -ms-flex-preferred-size: 51.8%;
      flex-basis: 51.8%;
}

.banner--10 {
  position: relative;
}
.banner--10 .thumb a {
  display: inline-block;
  overflow: hidden;
}
.banner--10 .thumb a img {
  width: 100%;
  -webkit-transition: all 300ms ease-in 0s;
  transition: all 300ms ease-in 0s;
}
.banner--10 .content {
  pointer-events: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 9;
}
.banner--10 .content h3 {
  color: #27302d;
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}
.banner--10 .content p {
  color: #27302d;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.05em;
  line-height: 25px;
  padding: 10px 0;
}
.banner--10 .content a {
  color: #27302d;
  font-size: 12px;
  font-weight: 600;
  margin-top: 20px;
  text-transform: uppercase;
}
.banner--10 .content a::after {
  background: rgba(0, 0, 0, 0) url("images/icons/links_static8.png") no-repeat scroll 100% 50%;
  content: "";
  display: inline-block;
  height: 11px;
  margin: 0 10px;
  vertical-align: -2px;
  width: 44px;
}
.banner--10 .content.content1 {
  left: 52%;
  min-width: 40%;
  text-align: left;
}
.banner--10 .content.content2 {
  bottom: 10%;
  right: 80%;
  text-align: right;
  top: auto;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  width: 150%;
}
.banner--10 .content.content3 {
  left: 0;
  right: 0;
  text-align: center;
}
.banner--10 .content.content3 h3 {
  color: #27302d;
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}
.banner--10 .content.content3 p {
  color: #27302d;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.05em;
  line-height: 25px;
  padding: 10px 0;
}
.banner--10:hover .thumb a img {
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
          transform: scale3d(1.05, 1.05, 1.05);
}
.banner--10.margin--top {
  margin-top: -142px;
}

.banner__style--4.color--pink .banner .content a {
  color: #da7187;
}

.color--pink .owl__dot--cus.owl-theme .owl-dots .owl-dot.active span,
.color--pink .owl__dot--cus.owl-theme .owl-dots .owl-dot:hover span {
  background: #da7187 none repeat scroll 0 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .banner__collection__box .collection__content .clc__brand {
    margin-bottom: 14px;
  }

  .banner__collection__box .collection__content p {
    padding: 11px 73px 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner__collection__box .collection__content h3 {
    font-size: 15px;
    letter-spacing: 7px;
  }

  .banner__collection__box .collection__content p {
    padding: 12px 28px 16px;
  }

  .banner__collection__box .collection__content .clc__brand {
    margin-bottom: 13px;
  }

  .custom__banner .content p {
    padding: 0 7%;
  }

  .banner--5 .banner.co13 .content.border-top-bottom {
    padding: 44px 7px;
  }

  .banner--7 .content a {
    margin-top: 14px;
  }

  .banner--7 .content h3 {
    font-size: 14px;
    line-height: 1.5;
  }

  .banner--8 .content h3 {
    font-size: 44px;
    margin-bottom: 14px;
  }

  .banner--10.margin--top {
    margin-top: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .custom__banner .content a {
    margin-top: 13px;
  }

  .custom__banner .content p {
    font-size: 13px;
    padding: 0 3%;
  }

  .wn__banner__area.page-content {
    padding: 0 30px;
  }

  .banner__style--3 .space--round {
    padding: 30px;
  }

  .banner__style--3 .margin-top {
    margin-top: 0;
  }

  .banner__style--3 .banner .content h3 {
    font-size: 23px;
  }

  .banner__style--3 .banner .links {
    bottom: 43px;
  }

  .banner--box.poss--top {
    margin-top: 0;
  }

  .banner--8 .content h3 {
    font-size: 39px;
    margin-bottom: 3px;
  }

  .banner--8 .content p {
    font-size: 18px;
    max-width: 83%;
  }

  .banner--8 .content a.read__btn {
    font-size: 16px;
    margin-top: 21px;
  }

  .banner--10.margin--top {
    margin-top: 0;
  }

  .banner--10 .content.content2 {
    right: 42%;
    width: 164%;
  }

  .banner--10 .content p {
    padding-left: 25%;
  }

  .banner--10 .thumb a {
    display: block;
  }

  .banner__style--3 .banner .links {
    bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .custom__banner.coll,
.custom__banner.col2,
.banner--box .container {
    width: 100%;
  }

  .wn__banner__area.page-content {
    padding: 0 30px;
  }

  .custom__banner .content p {
    padding: 0 10px;
  }

  .banner--box.poss--top {
    margin-top: 0;
  }

  .banner__style--3 .margin-top {
    margin-top: 0;
  }

  .banner--5 .banner .content.content__with__border::before,
.banner--5 .banner .content.content__with__border::after {
    display: none;
  }

  .banner--8 .content h3 {
    font-size: 20px;
    margin-bottom: 5px;
  }

  .banner--8 .content p {
    font-size: 14px;
    max-width: 100%;
  }

  .banner--8 .content a.read__btn {
    font-size: 14px;
    line-height: 46px;
    margin-top: 9px;
    padding: 0 21px;
  }

  .banner_only_image {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .banner_only_image .banner a,
.banner--10 .thumb a {
    display: block;
  }

  .banner_only_image .banner.co11,
.banner_only_image .banner.co12,
.banner_only_image .banner.co13,
.banner_only_image .banner.co14 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }

  .banner--10 .content.content1 {
    left: 31px;
    min-width: 100%;
  }

  .banner--10.margin--top {
    margin-top: 0;
  }

  .banner--10 .content.content2 {
    bottom: 10%;
    padding-left: 26px;
    right: 20px;
    width: 100%;
  }
}
@media only screen and (max-width: 575px) {
  .banner__collection__box .collection__content p {
    padding: 13px 20px 20px;
  }

  .banner__collection__box .collection__content h3 {
    font-size: 15px;
  }

  .custom__banner .content a {
    margin-top: 16px;
  }

  .banner--5 .banner .content.content__with__border::after {
    bottom: -26px;
  }

  .banner--box .container {
    padding: 15px;
  }

  .banner--7 .content h3 {
    font-size: 14px;
    margin-bottom: 4px;
  }

  .banner--7 .content p {
    font-size: 13px;
    letter-spacing: inherit;
    line-height: 20px;
  }

  .banner--7 .content a {
    font-size: 12px;
    line-height: 25px;
    margin-top: 10px;
  }

  .banner--8 .content {
    padding: 0;
  }

  .banner--8 .content h3 {
    font-size: 14px;
  }

  .banner--8 .content p {
    display: none;
  }

  .banner--8 .content a.read__btn {
    font-size: 14px;
    line-height: 35px;
    padding: 0 15px;
  }

  .banner--10 .content h3 {
    font-size: 16px;
    line-height: 27px;
  }

  .banner--10 .content p {
    font-size: 14px;
    line-height: 23px;
    padding: 10px 34px 10px 0;
  }
}
@media only screen and (max-width: 420px) {
  .banner--5 .banner .content.content__with__border::before,
.banner--5 .banner .content.content__with__border::after {
    display: none;
  }

  .banner--5 .banner .content h3 a {
    font-size: 16px;
  }

  .banner--5 .banner .content p {
    font-size: 14px;
    line-height: 17px;
  }

  .banner--5 .banner .content h4 {
    font-size: 16px;
    line-height: 23px;
  }

  .banner--5 .banner .content h6 {
    font-size: 16px;
    line-height: 22px;
  }

  .banner--10 .content p {
    display: none;
  }

  .margin--lr--60 {
    margin: 0;
  }
}
/*--------------------------
	Welcome Area
----------------------------*/
.story__content h2 {
  color: #2e2e2e;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.5em;
  text-transform: uppercase;
}
.story__content p {
    color: #000000d4;
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 25px;
    padding: 50px 7%;
}
.story__content h3 {
  color: #2e2e2e;
  font-family: 'chronicle';
  font-size: 24px;
  font-weight: 400;
  line-height: 35px;
  margin-bottom: 45px;
}
.center__line {
  position: relative;
}
.center__line::before {
  background: #d6d7d9 none repeat scroll 0 0;
  content: "";
  height: 85px;
  left: 50%;
  position: absolute;
  top: 0;
  width: 1px;
}

@media only screen and (max-width: 767px) {
  .story__content h2 {
    font-size: 19px;
  }

  .center__line::before {
    height: 49px;
  }

  .story__content p {
    font-size: 12px;
    padding: 26px 0;
  }

  .story__content h3 {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 575px) {
  .story__content h2 {
    font-size: 15px;
  }
}
/*------------------------------
	Testimonial Styles 
------------------------------*/
.testimonial__container .tes__img__slide {
  margin-bottom: 30px;
}
.testimonial__container .tes__img__slide .testimonial__img span {
  cursor: pointer;
  display: inline-block;
  margin: 0 15px;
  -webkit-transform: scale3d(0.8, 0.8, 0.8);
          transform: scale3d(0.8, 0.8, 0.8);
  -webkit-transition: all 300ms ease-in 0s;
  transition: all 300ms ease-in 0s;
}
.testimonial__container .tes__img__slide .testimonial__img span img {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-transition: all 300ms ease-in 0s;
  transition: all 300ms ease-in 0s;
  border-radius: 100%;
}
.testimonial__container .clint__info h6 {
  color: #606060;
  font-size: 12px;
  font-style: italic;
  font-weight: 300;
  letter-spacing: 0.2em;
  line-height: 1;
  text-transform: capitalize;
  margin-top: 32px;
}
.testimonial__container .clint__info p {
  color: #606060;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.1em;
  line-height: 25px;
  padding: 35px 11%;
  text-transform: capitalize;
}
.testimonial__container .clint__info .name__post {
  color: #606060;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.025em;
  line-height: 1;
  position: relative;
  text-transform: uppercase;
}
.testimonial__container .clint__info .name__post::before {
  background: #d6d7d9 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 1px;
  left: -25px;
  position: absolute;
  right: -25px;
  top: 50%;
  z-index: -1;
}
.testimonial__container .clint__info .name__post span {
  background: white none repeat scroll 0 0;
  display: inline-block;
  padding: 0 10px;
}

.testimonial__container .tes__img__slide .testimonial__img.slick-active.slick-center span img {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
  -webkit-transition: all 300ms ease-in 0s;
  transition: all 300ms ease-in 0s;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  transition: all 300ms ease-in 0s;
}

.testimonial__container .tes__img__slide {
  margin: auto;
  width: 50%;
}

.testimonial__container {
  position: relative;
}

.testimonial__container .slick-arrow {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #fff;
  border-radius: 100%;
  -webkit-box-shadow: 1px 2px 5px 0 rgba(0, 0, 0, 0.07);
          box-shadow: 1px 2px 5px 0 rgba(0, 0, 0, 0.07);
  color: #2e2e2e;
  cursor: pointer;
  font-size: 24px;
  height: 50px;
  left: 0;
  line-height: 43px;
  margin-top: -55px;
  opacity: 0;
  outline: medium none;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  width: 50px;
  z-index: 1;
}

.testimonial__container .wen-slick-next.slick-arrow {
  left: auto;
  right: 0;
}

.testimonial__container:hover .slick-arrow {
  opacity: 1;
}

.slick-initialized .slick-slide {
  outline: none;
}

.bg__cat--1 .testimonial__container .clint__info .name__post span {
  background: #f9f9f9 none repeat scroll 0 0;
}

@media only screen and (max-width: 575px) {
  .testimonial__container .clint__info p {
    padding: 35px 0;
  }
}
/*------------------------------
	Product Styles 
------------------------------*/
.product {
  position: relative;
  overflow: hidden;
}
.product .product__thumb {
  overflow: hidden;
  position: relative;
}
.product .product__thumb a {
  display: block;
}
.product .product__thumb a img {
  width: 100%;
}
.product .product__thumb a.second__img {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}
.product .product__thumb a.second__img img {
  width: 100%;
}
.product .product__thumb .new__box {
  color: #fff;
  font-size: 10px;
  font-weight: 600;
  line-height: 23px;
  min-width: 82px;
  position: absolute;
  right: -40px;
  text-align: center;
  text-transform: uppercase;
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.product .product__thumb .new__box::before {
  border-bottom: 39px solid #2e2e2e;
  border-top: 0 none;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
}
.product .product__thumb .new__box span {
  left: 0;
  position: absolute;
  right: 0;
  top: 13px;
}
.product .product__thumb .hot__box {
  background: #ffa800 none repeat scroll 0 0;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  font-size: 10px;
  font-weight: 600;
  line-height: 18px;
  min-width: 55px;
  padding: 5px 10px;
  position: absolute;
  right: 10px;
  text-align: center;
  text-transform: uppercase;
  top: 10px;
  z-index: 3;
}
.product .product__thumb .hot__box.color--2 {
  background: #c4df9a none repeat scroll 0 0;
}
.product .product__thumb .hot__box.color--2::after {
  border-color: transparent #c4df9a transparent transparent;
  border-right: 6px solid #c4df9a;
}
.product .product__thumb .hot__box.color--3 {
  background: #3cc8df none repeat scroll 0 0;
}
.product .product__thumb .hot__box.color--3::after {
  border-color: transparent #3cc8df transparent transparent;
  border-right: 6px solid #3cc8df;
}
.product .product__thumb .hot__box.color--4 {
  background: #da7187 none repeat scroll 0 0;
}
.product .product__thumb .hot__box.color--4::after {
  border-color: transparent #da7187 transparent transparent;
  border-right: 6px solid #da7187;
}
.product .product__thumb .hot__box::after {
  border-right: 6px solid #ffa800;
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: transparent #ffa800 transparent transparent;
  -o-border-image: none;
     border-image: none;
  border-style: solid;
  border-width: 6px;
  content: "";
  left: -11px;
  margin-top: -6px;
  position: absolute;
  top: 50%;
}
.product .product__thumb .prize {
  background: #fff;
  -webkit-box-shadow: 1px 2px 5px 0 rgba(0, 0, 0, 0.07);
  box-shadow: 1px 2px 5px 0 rgba(0, 0, 0, 0.07);
  display: inline-block;
  font-family: 'chronicle';
  height: 35px;
  line-height: 35px;
  padding: 0 15px;
  position: absolute;
}
.product .product__thumb .prize li {
  color: #343940;
  font-size: 14px;
  font-weight: 700;
}
.product .product__thumb .prize li.old_prize {
  color: #959595;
  font-weight: 500;
  margin: 0 5px;
  text-decoration: line-through;
}
.product .product__thumb .prize.position__right__bottom {
  bottom: 11px;
  right: 11px;
}
.product .product__thumb .action {
  position: absolute;
  right: 15px;
  top: 50%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.product .product__thumb .action .actions_inner .add_to_links li {
  margin-bottom: 4px;
}
.product .product__thumb .action .actions_inner .add_to_links li button {
  border: 0 none;
  border-radius: 100%;
  display: inline-block;
  font-size: 0;
  font-weight: normal;
  height: 36px;
  line-height: 36px;
  padding: 0;
  position: relative;
  text-align: center;
  width: 36px;
  -webkit-transition: all 300ms ease-in 0s;
  transition: all 300ms ease-in 0s;
  top:-60px;
}
.product .product__thumb .action .actions_inner .add_to_links li a{
  border: 0 none;
  border-radius: 100%;
  display: inline-block;
  font-size: 0;
  font-weight: normal;
  height: 36px;
  line-height: 36px;
  padding: 0;
  position: relative;
  text-align: center;
  width: 36px;
  -webkit-transition: all 300ms ease-in 0s;
  transition: all 300ms ease-in 0s;
  top:-60px;
}
.product .product__thumb .action .actions_inner .add_to_links li button:hover {
  background-color: #f50381;
}
.product .product__thumb .action .actions_inner .add_to_links li button.cart {
  background: white url("../images/icons/cart.png") no-repeat scroll 0 0;
}
.product .product__thumb .action .actions_inner .add_to_links li button.cart:hover {
  background-position: 100% 0;
  -webkit-transition: all 300ms ease-in 0s;
  background-color: #d1ac66;
}
.product .product__thumb .action .actions_inner .add_to_links li a.wishlist {
  background: white url("../images/icons/wishlist.png") no-repeat scroll 0 0;
}

.product .product__thumb .action .actions_inner .add_to_links li a.wishlist:hover {
  background-position: 100% 0;
  background-color: #d1ac66;
}
.product .product__thumb .action .actions_inner .add_to_links li button.compare {
  background: white url("../images/icons/compare.png") no-repeat scroll 0 0;
}
.product .product__thumb .action .actions_inner .add_to_links li button.compare:hover {
  background-position: 100% 0;
  background-color: #f50381;
}
.product .product__thumb .action .actions_inner .add_to_links li button.quickview {
  background: white url("../images/icons/search.png") no-repeat scroll 0 0;
}
.product .product__thumb .action .actions_inner .add_to_links li button.quickview:hover {
  background-position: 100% 0;
  background-color: #f50381;
}
.product .product__thumb .action .actions_inner .add_to_links li:nth-child(1) {
  -webkit-transition: opacity 300ms linear 0s;
  transition: opacity 300ms linear 0s;
  opacity: 0;
}
.product .product__thumb .action .actions_inner .add_to_links li:nth-child(2) {
  -webkit-transition: opacity 500ms linear 0s;
  transition: opacity 500ms linear 0s;
  opacity: 0;
}
.product .product__thumb .action .actions_inner .add_to_links li:nth-child(3) {
  -webkit-transition: opacity 700ms linear 0s;
  transition: opacity 700ms linear 0s;
  opacity: 0;
}
.product .product__thumb .action .actions_inner .add_to_links li:nth-child(4) {
  -webkit-transition: opacity 900ms linear 0s;
  transition: opacity 900ms linear 0s;
  opacity: 0;
}

.product .product__content {
  background: #fff;
  padding: 20px 0;
  width: 100%;
  text-align: center;
}

.product .product__content h4 {
  color: #3a3939;
  font-size: 16px;
  line-height: 23px;
  margin: 0 0 8px 0;
}
.product .product__content h4 a {
  display: block;
  font-weight: 600;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: capitalize;
  white-space: nowrap;
}

.product:hover .product__thumb .action .actions_inner .add_to_links li:nth-child(1) {
  -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInRight;
          animation: 300ms ease-in-out 0s normal none 1 running fadeInRight;
  opacity: 1;
  -webkit-transition: opacity 300ms linear 0s;
  transition: opacity 300ms linear 0s;
}

.product:hover .product__thumb .action .actions_inner .add_to_links li:nth-child(2) {
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInRight;
          animation: 500ms ease-in-out 0s normal none 1 running fadeInRight;
  opacity: 1;
  -webkit-transition: opacity 500ms linear 0s;
  transition: opacity 500ms linear 0s;
}

.product:hover .product__thumb .action .actions_inner .add_to_links li:nth-child(3) {
  -webkit-animation: 700ms ease-in-out 0s normal none 1 running fadeInRight;
          animation: 700ms ease-in-out 0s normal none 1 running fadeInRight;
  opacity: 1;
  -webkit-transition: opacity 700ms linear 0s;
  transition: opacity 700ms linear 0s;
}

.product:hover .product__thumb .action .actions_inner .add_to_links li:nth-child(4) {
  -webkit-animation: 900ms ease-in-out 0s normal none 1 running fadeInRight;
          animation: 900ms ease-in-out 0s normal none 1 running fadeInRight;
  opacity: 1;
  -webkit-transition: opacity 900ms linear 0s;
  transition: opacity 900ms linear 0s;
}

.product:hover .product__thumb a.second__img {
  opacity: 1;
  visibility: visible;
  width: 100%;
}

.rating.rating--yellow li.on i {
  color: #ffa800;
}
.rating li i {
  color: #b6b6b6;
}
.rating li.on i {
  color: #f50381;
}

.product__activation [class*=col-] {
  max-width: 100%;
}

.productcategory__slide [class*=col-] {
  max-width: 100%;
}

.product.product__style--2 .product__thumb {
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.product.product__style--2 .product__thumb .action .actions_inner .add_to_links li a.cart {
  background: #ebebeb url("images/icons/cart2.png") no-repeat scroll 0 0;
}
.product.product__style--2 .product__thumb .action .actions_inner .add_to_links li a.cart:hover {
  background-color: #ffa800;
  background-position: 100% 0;
  -webkit-transition: all 300ms ease-in 0s;
  transition: all 300ms ease-in 0s;
}
.product.product__style--2 .product__thumb .action .actions_inner .add_to_links li a.wishlist {
  background: #ebebeb url("images/icons/wishlist2.png") no-repeat scroll 0 0;
}
.product.product__style--2 .product__thumb .action .actions_inner .add_to_links li a.wishlist:hover {
  background-color: #ffa800;
  background-position: 100% 0;
  -webkit-transition: all 300ms ease-in 0s;
  transition: all 300ms ease-in 0s;
}
.product.product__style--2 .product__thumb .action .actions_inner .add_to_links li a.compare {
  background: #ebebeb url("images/icons/compare2.png") no-repeat scroll 0 0;
}
.product.product__style--2 .product__thumb .action .actions_inner .add_to_links li a.compare:hover {
  background-color: #ffa800;
  background-position: 100% 0;
  -webkit-transition: all 300ms ease-in 0s;
  transition: all 300ms ease-in 0s;
}
.product.product__style--2 .product__thumb .action .actions_inner .add_to_links li a.quickview {
  background: #ebebeb url("images/icons/search2.png") no-repeat scroll 0 0;
}
.product.product__style--2 .product__thumb .action .actions_inner .add_to_links li a.quickview:hover {
  background-color: #ffa800;
  background-position: 100% 0;
  -webkit-transition: all 300ms ease-in 0s;
  transition: all 300ms ease-in 0s;
}
.product.product__style--2 .product__thumb .prize.position__right__bottom {
  bottom: 30px;
  right: 30px;
}
.product.product__style--2 .product__content {
  background: transparent none repeat scroll 0 0;
}
.product.product__style--2 .product__content h4 a:hover {
  color: #ffa800;
}
.product.product__style--2:hover .product__thumb {
  -webkit-box-shadow: 7px 7px 15px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 7px 7px 15px 0 rgba(0, 0, 0, 0.1);
}

.border--round.owl-carousel .owl-item {
  border-color: #ebebeb transparent #ebebeb #ebebeb;
  border-style: solid;
  border-width: 1px;
  margin-bottom: 1px;
}

.product.product__style--3 .product__thumb {
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.product.product__style--3 .product__thumb .action .actions_inner .add_to_links li a.cart {
  background: #ebebeb url("images/icons/cart2.png") no-repeat scroll 0 0;
}
.product.product__style--3 .product__thumb .action .actions_inner .add_to_links li a.cart:hover {
  background-color: #ce7852;
  background-position: 100% 0;
  -webkit-transition: all 300ms ease-in 0s;
  transition: all 300ms ease-in 0s;
}
.product.product__style--3 .product__thumb .action .actions_inner .add_to_links li button.wishlist {
  background: #ebebeb url("../images/icons/wishlist2.png") no-repeat scroll 0 0;
}
.product.product__style--3 .product__thumb .action .actions_inner .add_to_links li button.reds {
  background: #ebebeb url("../images/icons/214309.png") no-repeat ;
  background-size: 17px;
   background-position: 50% center;
}

.product.product__style--3 .product__thumb .action .actions_inner .add_to_links li button.wishlist:hover {
  background-color: #e2b763;
  background-position: 100% 0;
  -webkit-transition: all 300ms ease-in 0s;
  transition: all 300ms ease-in 0s;
}
.product.product__style--3 .product__thumb .action .actions_inner .add_to_links li button.reds:hover {
  background-color: #e2b763;
  background-position: 50% center;
   -webkit-transition: all 300ms ease-in 0s;
  transition: all 300ms ease-in 0s;

}
.product.product__style--3 .product__thumb .action .actions_inner .add_to_links li a.compare {
  background: #ebebeb url("images/icons/compare2.png") no-repeat scroll 0 0;
}
.product.product__style--3 .product__thumb .action .actions_inner .add_to_links li a.compare:hover {
  background-color: #ce7852;
  background-position: 100% 0;
  -webkit-transition: all 300ms ease-in 0s;
  transition: all 300ms ease-in 0s;
}
.product.product__style--3 .product__thumb .action .actions_inner .add_to_links li a.quickview {
  background: #ebebeb url("images/icons/search2.png") no-repeat scroll 0 0;
}
.product.product__style--3 .product__thumb .action .actions_inner .add_to_links li a.quickview:hover {
  background-color: #ce7852;
  background-position: 100% 0;
  -webkit-transition: all 300ms ease-in 0s;
  transition: all 300ms ease-in 0s;
}
.product.product__style--3 .product__content {
  background: transparent none repeat scroll 0 0;
  display: inline-block;
  padding: 20px 15px;
  text-align: left;
}
.product.product__style--3 .product__content h4 a {
  color: #2e2e2e;
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 10px;
  padding: 0;
  text-transform: capitalize;
}
.product.product__style--3 .product__content h4 a:hover {
  color: #e2b763;
}
.product.product__style--3 .product__content .prize {
  margin-top: 15px;
}
.product.product__style--3 .product__content .prize li {
  color: #00abcc;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
}
.product.product__style--3 .product__content .prize li.old_prize {
  color: #7d7d7d;
  text-decoration: line-through;
}
.brown--color .rating li.on i {
  color: #ce7852;
}

.color--pink .product.product__style--3 .product__thumb .action .actions_inner .add_to_links li a.quickview:hover,
.color--pink .product.product__style--3 .product__thumb .action .actions_inner .add_to_links li a.compare:hover,
.color--pink .product.product__style--3 .product__thumb .action .actions_inner .add_to_links li a.wishlist:hover,
.color--pink .product.product__style--3 .product__thumb .action .actions_inner .add_to_links li a.cart:hover {
  background-color: #da7187;
}

.color--pink .product.product__style--3 .product__content h4 a:hover {
  color: #da7187;
}

.single__tab.tab-pane:not(.active) {
  display: none;
}

.shop-grid.tab-pane:not(.active) {
  display: none;
}

.product__nav a {
  border-left: 1px solid #ebebeb;
  color: #9b9b9b;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  padding: 0 25px;
  position: relative;
  text-transform: uppercase;
  -webkit-transition: all 300ms ease-in 0s;
  transition: all 300ms ease-in 0s;
}
.product__nav a:first-child {
  border-left: 0 none;
}
.product__nav a:hover, .product__nav a.active {
  color: #f50381;
  -webkit-transition: all 300ms ease-in 0s;
  transition: all 300ms ease-in 0s;
}

.product__nav a.item__before {
  position: relative;
}
.product__nav a.item__before::before {
  background: #f50381 none repeat scroll 0 0;
  content: "";
  height: 1px;
  left: 12px;
  margin-top: -2px;
  opacity: 0.4;
  position: absolute;
  top: 50%;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  width: 0;
  z-index: 1;
}
.product__nav a.active.item__before::before {
  width: 33px;
}
.product__nav a:hover.item__before::before {
  width: 33px;
}

.product__nav.product__nav--2 a {
  border-right: 1px solid #ebebeb;
  color: #9b9b9b;
  cursor: pointer;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  padding: 0 30px;
  position: relative;
  text-transform: uppercase;
}
.product__nav.product__nav--2 a::before {
  background: #ffa800 none repeat scroll 0 0;
  content: "";
  height: 1px;
  left: 12px;
  margin-top: -2px;
  opacity: 0.4;
  position: absolute;
  top: 50%;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  width: 0;
  z-index: 1;
}
.product__nav.product__nav--2 a:hover::before, .product__nav.product__nav--2 a.active::before {
  width: 33px;
}
.product__nav.product__nav--2 a:hover, .product__nav.product__nav--2 a.active {
  color: #ffa800;
}
.product__nav.border--bottom {
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 50px;
  padding-bottom: 28px;
}

.single__tab.space__top--none .product {
  margin-top: 0px;
}

.wn__bestseller__area.page-content {
  padding: 130px 50px;
}
.wn__bestseller__area.page-content .single__tab .product {
  margin-left: 15px;
  margin-right: 15px;
}

.wn__product__area.spacing--lr {
  padding-left: 25px;
  padding-right: 25px;
}

.furniture--5.space-between .product {
  margin: 0 15px;
}

.speakers__product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.speakers__product .custom__lg--5 {
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
  padding: 0 15px;
}

.product__turquoise .product__nav.product__nav--2 a:hover, .product__nav.product__nav--2 a.active,
.product__turquoise .product.product__style--2 .product__content h4 a:hover,
.product__turquoise .rating.rating--yellow li.on i,
.product__turquoise .rating li.on i,
.product__turquoise .rating.rating--yellow li.on i {
  color: #3cc8df;
}

.product__turquoise .owl-theme .owl-nav [class*=owl-]:hover {
  color: #3cc8df;
}

.product__turquoise .product.product__style--2 .product__thumb .action .actions_inner .add_to_links li a.quickview:hover,
.product__turquoise .product.product__style--2 .product__thumb .action .actions_inner .add_to_links li a.compare:hover,
.product__turquoise .product.product__style--2 .product__thumb .action .actions_inner .add_to_links li a.wishlist:hover,
.product__turquoise .product.product__style--2 .product__thumb .action .actions_inner .add_to_links li a.cart:hover,
.product__turquoise .product .product__thumb .action .actions_inner .add_to_links li a.quickview:hover,
.product__turquoise .product .product__thumb .action .actions_inner .add_to_links li a.compare:hover,
.product__turquoise .product .product__thumb .action .actions_inner .add_to_links li a.wishlist:hover,
.product__turquoise .product .product__thumb .action .actions_inner .add_to_links li a.cart:hover {
  background-color: #d1ac66;
}

.product__turquoise .rating.rating--yellow li.on i,
.product__turquoise .product .product__content h4 a:hover {
  color: #3cc8df;
}

.color--pink .product__nav.product__nav--2 a::before {
  background: #da7187 none repeat scroll 0 0;
}

.color--pink .product__nav.product__nav--2 a:hover, .product__nav.product__nav--2 a.active,
.color--pink .product.product__style--2 .product__content h4 a:hover,
.color--pink .rating.rating--yellow li.on i,
.color--pink .rating li.on i,
.color--pink .rating.rating--yellow li.on i {
  color: #da7187;
}

.color--pink .owl-theme .owl-nav [class*=owl-]:hover {
  color: #da7187;
}

.color--pink .product.product__style--2 .product__thumb .action .actions_inner .add_to_links li a.quickview:hover,
.color--pink .product.product__style--2 .product__thumb .action .actions_inner .add_to_links li a.compare:hover,
.color--pink .product.product__style--2 .product__thumb .action .actions_inner .add_to_links li a.wishlist:hover,
.color--pink .product.product__style--2 .product__thumb .action .actions_inner .add_to_links li a.cart:hover {
  background-color: #da7187;
}

.color--pink .rating.rating--yellow li.on i {
  color: #da7187;
}

.product__turquoise .product__nav.product__nav--2 a::before {
  background: #3cc8df none repeat scroll 0 0;
}

.product__turquoise .product__nav.product__nav--2 a.active {
  color: #3cc8df;
}

.yellow--color .product__nav a.active,
.yellow--color .product__nav.product__nav--2 a.active {
  color: #ffa800;
}

.product.product__style--3 .product__content.content--center {
  text-align: center;
}

.content--center .rating,
.product.product__style--3 .product__content.content--center .prize {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/*------------------------------
  06. Quickview Area
--------------------------------*/
#quickview-wrapper {
  position: relative;
  z-index: 9956748;
}

.modal-dialog.modal__container {
  max-width: 1170px;
  background: #fff;
}

.modal-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
}

.product-images {
  max-width: 50%;
  padding-right: 50px;
}

.product-info h1 {
  font-family: 'chronicle';
  font-size: 20px;
  margin-bottom: 10px;
  text-transform: capitalize;
}

.rating__and__review {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}

.review a {
  color: #606060;
}

.s-price-box span.new-price {
  color: #f50381;
  font-size: 23px;
  margin-right: 5px;
}

.s-price-box span.old-price {
  color: #606060;
  font-size: 15px;
  text-decoration: line-through;
}

.product-info {
  padding-left: 50px;
  max-width: 50%;
}

.quick-desc {
  color: #606060;
  margin-bottom: 30px;
  margin-top: 30px;
  width: 83%;
}

.select__color {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product-info .select__color h2 {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  text-transform: capitalize;
  font-family: 'chronicle';
}
.product-info .select__color .color__list {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 30px;
}
.product-info .select__color .color__list li a {
  background: #f10 none repeat scroll 0 0;
  border-radius: 100%;
  display: block;
  height: 30px;
  line-height: 31px;
  text-align: center;
  width: 30px;
  text-indent: 606060px;
}
.product-info .select__color .color__list li + li {
  margin-left: 15px;
}
.product-info .select__color .color__list li.gold a {
  background: #cc9900 none repeat scroll 0 0;
}
.product-info .select__color .color__list li.orange a {
  background: #cc6600 none repeat scroll 0 0;
}
.product-info .select__size {
  margin-bottom: 25px;
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.product-info .select__size h2 {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  text-transform: capitalize;
  font-family: 'chronicle';
}
.product-info .select__size .color__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.product-info .select__size .color__list li {
  margin-left: 15px;
}
.product-info .select__size .color__list li a {
  border-radius: 100%;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  text-align: center;
  width: 30px;
}

.rating__and__review .rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.select__size ul.color__list li a {
  background: #f1f1f1 none repeat scroll 0 0;
  color: #606060;
}

.widget.widget_socialsharing_widget {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

h3.widget-title-modal {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  text-transform: capitalize;
  font-family: 'chronicle';
  padding-right: 14px;
}

.addtocart-btn {
  margin-top: 66px;
  text-align: left;
}

.addtocart-btn a {
  background: #333 none repeat scroll 0 0;
  color: #fff;
  display: inline-block;
  font-size: 20px;
  height: 60px;
  line-height: 60px;
  padding: 0 87px;
  text-transform: capitalize;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.addtocart-btn a:hover {
  background: #f50381;
  color: #fff;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .wn__bestseller__area.page-content {
    padding: 130px 37px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .wn__bestseller__area.page-content {
    padding: 130px 30px;
  }

  .onsale__thumb {
    text-align: center;
  }

  .product-info {
    padding-left: 0;
  }

  .addtocart-btn {
    margin-top: 26px;
  }

  .margin--lr--60 {
    margin: 0 40px;
  }
}
@media only screen and (max-width: 767px) {
  .wn__bestseller__area.page-content {
    padding: 130px 0px;
  }

  .product__nav.nav--right a {
    padding: 0 20px;
  }

  .wn__product__area.spacing--lr {
    padding-left: 0;
    padding-right: 0;
  }

  .product__nav.product__nav--2 a {
    margin-bottom: 17px;
  }

  .product-images {
    margin-bottom: 30px;
    max-width: 100%;
    padding-right: 0;
  }

  .modal-product {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .product-info {
    max-width: 100%;
    padding-left: 0;
  }

  .addtocart-btn {
    margin-top: 30px;
  }

  .quick-desc {
    margin-bottom: 21px;
    margin-top: 21px;
    width: 100%;
  }

  .margin--lr--60 {
    margin: 0;
  }

  .addtocart-btn a {
    font-size: 17px;
    padding: 0 53px;
  }

  .product-info .select__color h2,
.product-info .select__size h2,
h3.widget-title-modal {
    font-size: 13px;
  }

  .product-info .select__color .color__list {
    margin-left: 17px;
  }
}
@media only screen and (max-width: 575px) {
  .product__nav.nav--right {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
    margin-top: 40px;
  }

  .product__nav.product__nav--2 a {
    padding: 0 14px;
  }

  .product__nav a {
    margin-bottom: 10px;
    padding: 0 11px;
  }
}
@media only screen and (max-width: 420px) {
  .product__nav a {
    padding: 0 18px;
  }
}
.modal-header {
  padding: 0;
}

.quickview-close {
  height: 50px;
  border: none;
  background-color: transparent;
  font-size: 20px;
  color: #444;
  font-weight: 700;
  width: 50px;
  padding: 0;
}

/*--------------------------
	Shop Colection Styles
----------------------------*/
.list__categories {
  overflow: hidden;
  position: relative;
  margin-top: 30px;
}
.list__categories .thumb__catrgories {
  position: relative;
}
.list__categories .thumb__catrgories::before {
  background: rgba(0, 0, 0, 0.7);
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 400ms ease-in 0s;
  transition: all 400ms ease-in 0s;
  z-index: 1;
}
.list__categories .thumb__catrgories a img {
  width: 100%;
  -webkit-transition: all 400ms ease-in 0s;
  transition: all 400ms ease-in 0s;
}
.list__categories .desc__categories {
  left: 85px;
  position: absolute;
  right: 85px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
.list__categories .desc__categories .categories__content {
  border: 2px solid #fff;
  padding: 110px 30px 100px;
  -webkit-transform: scale3d(1.2, 1.2, 1.2);
          transform: scale3d(1.2, 1.2, 1.2);
  -webkit-transition: all 500ms ease-in 0s;
  transition: all 500ms ease-in 0s;
  opacity: 0;
}
.list__categories .desc__categories .categories__content h6 a {
  color: #fff;
  display: block;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 35px;
  padding-bottom: 10px;
  position: relative;
  text-transform: uppercase;
  -webkit-transition: all 300ms ease-in 0s;
  transition: all 300ms ease-in 0s;
}
.list__categories .desc__categories .categories__content h6 a::before {
  background: #f50381 none repeat scroll 0 0;
  bottom: -2px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 45px;
}
.list__categories .desc__categories .categories__content p {
  margin: 0 0 9px;
  color: #fff;
  letter-spacing: 0.025em;
}
.list__categories .desc__categories .categories__content .cat__btn .shopbtn {
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 30px;
  margin-top: 20px;
  text-transform: uppercase;
  -webkit-transition: all 300ms ease-in 0s;
  transition: all 300ms ease-in 0s;
}
.list__categories .desc__categories .categories__content .cat__btn .shopbtn::after {
  background: rgba(0, 0, 0, 0) url("images/icons/links_static2.png") no-repeat scroll 100% 50%;
  content: "";
  display: inline-block;
  height: 11px;
  margin: 0 10px;
  vertical-align: -2px;
  width: 44px;
}
.list__categories:hover .thumb__catrgories a img {
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
          transform: scale3d(1.05, 1.05, 1.05);
  -webkit-transition: all 400ms ease-in 0s;
  transition: all 400ms ease-in 0s;
}
.list__categories:hover .thumb__catrgories::before {
  opacity: 1;
  -webkit-transition: all 400ms ease-in 0s;
  transition: all 400ms ease-in 0s;
}
.list__categories:hover .desc__categories .categories__content {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
}

.owl__dot--cus {
  position: relative;
}
.owl__dot--cus .owl-dots {
  bottom: 20px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
}
.owl__dot--cus .owl-dots span {
  background: #464646 none repeat scroll 0 0;
  border-radius: 100%;
  display: block;
  height: 10px;
  margin: 5px;
  width: 10px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.owl__dot--cus.owl-theme .owl-dots .owl-dot.active span,
.owl__dot--cus.owl-theme .owl-dots .owl-dot:hover span {
  background: #f50381 none repeat scroll 0 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .list__categories .desc__categories .categories__content {
    padding: 72px 30px 72px;
  }

  .list__categories .desc__categories {
    left: 20px;
    right: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .list__categories .desc__categories .categories__content {
    padding: 72px 30px 72px;
  }

  .list__categories .desc__categories {
    left: 20px;
    right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .list__categories .desc__categories .categories__content {
    padding: 15px 30px;
  }

  .list__categories .desc__categories {
    left: 20px;
    right: 20px;
  }
}
/*--------------------------
	Newsletter Styles
----------------------------*/
.newsletter--bg {
  background: rgba(0, 0, 0, 0) url("../images/pos-bg/1.jpg") no-repeat scroll center center/cover;
  display: inline-block;
  margin: 0;
  padding: 180px 0 95px;
  text-align: center;
  width: 100%;
}
.newsletter--bg.newsletter--bg--2 {
  background: rgba(0, 0, 0, 0) url("images/pos-bg/2.jpg") no-repeat scroll center center/cover;
}
.newsletter--bg.newsletter--bg--3 {
  background: rgba(0, 0, 0, 0) url("images/pos-bg/8.jpg") no-repeat scroll center center/cover;
}
.newsletter--bg.newsletter--bg--4 {
  background: rgba(0, 0, 0, 0) url("images/pos-bg/10.jpg") no-repeat scroll center center/cover;
}
.newsletter--bg.newsletter--bg--5 {
  background: rgba(0, 0, 0, 0) url("images/pos-bg/11.jpg") no-repeat scroll center center/cover;
}
.newsletter--bg.newsletter--bg--6 {
  background: rgba(0, 0, 0, 0) url("") no-repeat scroll center center/cover;
}
.newsletter--bg.newsletter--bg--7 {
  background: rgba(0, 0, 0, 0) url("images/pos-bg/16.jpg") no-repeat scroll center center/cover;
}
.newsletter--bg.newsletter--bg--8 {
  background: rgba(0, 0, 0, 0) url("images/pos-bg/17.jpg") no-repeat scroll center center/cover;
}
.newsletter--bg.newsletter--bg--9 {
  background: rgba(0, 0, 0, 0) url("images/pos-bg/18.jpg") no-repeat scroll center center/cover;
}
.newsletter--bg.newsletter--bg--10 {
  background: rgba(0, 0, 0, 0) url("images/pos-bg/20.jpg") no-repeat scroll center center/cover;
}
.newsletter--bg.newsletter--bg--11 {
  background: rgba(0, 0, 0, 0) url("images/pos-bg/21.jpg") no-repeat scroll center center/cover;
}
.newsletter--bg.newsletter--bg--12 {
  background: rgba(0, 0, 0, 0) url("images/pos-bg/23.jpg") no-repeat scroll center center/cover;
}
.newsletter--bg.newsletter--bg--13 {
  background: rgba(0, 0, 0, 0) url("images/pos-bg/25.jpg") no-repeat scroll center center/cover;
}
.newsletter--bg.newsletter--bg--14 {
  background: rgba(0, 0, 0, 0) url("images/pos-bg/26.jpg") no-repeat scroll center center/cover;
}

.newsletter__block {
  margin-top: 40px;
}
.newsletter__block p {
  color: #606060;
  font-size: 12px;
  letter-spacing: 0.2em;
  line-height: 25px;
  padding-bottom: 60px;
}
.newsletter__block .newsletter__box {
  display: inline-block;
  margin-top: 20px;
  max-width: 570px;
  position: relative;
  width: 100%;
}
.newsletter__block .newsletter__box input {
  background: transparent none repeat scroll 0 0;
  border: 1px solid #ebebeb;
  border-radius: 0;
  color: #8f8f8f;
  display: inline-block;
  font-size: 12px;
  height: 50px;
  line-height: 30px;
  padding: 10px 168px 10px 10px;
  width: 100%;
  outline: none;
}
.newsletter__block .newsletter__box button {
  background: #f50381 none repeat scroll 0 0;
  border: 1px solid #f50381;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  height: 50px;
  letter-spacing: 0.025em;
  line-height: 36px;
  padding: 0 35px;
  position: absolute;
  right: 0;
  text-align: center;
  text-transform: uppercase;
  top: 0;
  -webkit-transition: all 300ms ease-in 0s;
  transition: all 300ms ease-in 0s;
}
.newsletter__block .newsletter__box button:hover {
  background: #000 none repeat scroll 0 0;
  border: 1px solid #000;
  color: #fff;
}

.newsletter__style--2 .newsletter--bg {
  padding: 44px 0 95px;
}
.newsletter__style--2 .newsletter__block p {
  letter-spacing: 0;
  padding: 0 8% 60px;
}
.newsletter__style--2 .newsletter__block .newsletter__box button {
  background: #ffa800 none repeat scroll 0 0;
  border: 1px solid #ffa800;
}
.newsletter__style--2 .newsletter__block .newsletter__box button:hover {
  background: #000 none repeat scroll 0 0;
  border: 1px solid #000;
}

.newsletter__style--3 .newsletter__block .newsletter__box button {
  background: #3cc8df none repeat scroll 0 0;
  border: 1px solid #3cc8df;
}
.newsletter__style--3 .newsletter__block .newsletter__box button:hover {
  background: #000 none repeat scroll 0 0;
  border: 1px solid #000;
}

.newsletter__yellow .newsletter__block .newsletter__box button {
  background: #2e2e2e none repeat scroll 0 0;
  border: 1px solid #2e2e2e;
}
.newsletter__yellow .newsletter__block .newsletter__box button:hover {
  background: #ffa800 none repeat scroll 0 0;
  border: 1px solid #ffa800;
}

.brown--color .newsletter__block .newsletter__box button {
  background: #2e2e2e none repeat scroll 0 0;
  border: 1px solid #2e2e2e;
}
.brown--color .newsletter__block .newsletter__box button:hover {
  background: #ce7852 none repeat scroll 0 0;
  border: 1px solid #ce7852;
}

.color--pink .newsletter__block .newsletter__box button {
  background: #2e2e2e none repeat scroll 0 0;
  border: 1px solid #2e2e2e;
}
.color--pink .newsletter__block .newsletter__box button:hover {
  background: #da7187 none repeat scroll 0 0;
  border: 1px solid #da7187;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .newsletter--bg,
.newsletter--bg.newsletter--bg--2,
.newsletter--bg.newsletter--bg--4,
.newsletter--bg.newsletter--bg--3,
.newsletter__style--2 .newsletter--bg,
.newsletter--bg.newsletter--bg--7,
.newsletter--bg.newsletter--bg--8,
.newsletter--bg.newsletter--bg--9,
.newsletter--bg.newsletter--bg--10,
.newsletter--bg.newsletter--bg--12,
.newsletter--bg.newsletter--bg--14,
.newsletter--bg.newsletter--bg--13,
.newsletter--bg.newsletter--bg--11 {
    background-position: left center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .newsletter--bg,
.newsletter--bg.newsletter--bg--2,
.newsletter--bg.newsletter--bg--4,
.newsletter--bg.newsletter--bg--3,
.newsletter__style--2 .newsletter--bg,
.newsletter--bg.newsletter--bg--7,
.newsletter--bg.newsletter--bg--8,
.newsletter--bg.newsletter--bg--9,
.newsletter--bg.newsletter--bg--10,
.newsletter--bg.newsletter--bg--12,
.newsletter--bg.newsletter--bg--14,
.newsletter--bg.newsletter--bg--13,
.newsletter--bg.newsletter--bg--11 {
    background-position: right center;
  }

  .main-page-content {
    padding-left: 30px;
    padding-right: 30px;
  }

  .newsletter--bg.newsletter--bg--10 {
    padding: 95px 0;
  }
}
@media only screen and (max-width: 767px) {
  .newsletter--bg,
.newsletter--bg.newsletter--bg--2,
.newsletter--bg.newsletter--bg--4,
.newsletter--bg.newsletter--bg--3,
.newsletter__style--2 .newsletter--bg,
.newsletter--bg.newsletter--bg--7,
.newsletter--bg.newsletter--bg--8,
.newsletter--bg.newsletter--bg--9,
.newsletter--bg.newsletter--bg--10,
.newsletter--bg.newsletter--bg--12,
.newsletter--bg.newsletter--bg--13,
.newsletter--bg.newsletter--bg--14,
.newsletter--bg.newsletter--bg--11 {
    background-position: right center;
  }

  .newsletter__block p {
    color: #000;
  }

  .newsletter--bg.newsletter--bg--10 {
    padding: 95px 0;
  }

  .newsletter__block .newsletter__box input {
    padding: 10px 98px 10px 10px;
  }
}
@media only screen and (max-width: 575px) {
  .newsletter--bg,
.newsletter--bg.newsletter--bg--2,
.newsletter--bg.newsletter--bg--4,
.newsletter--bg.newsletter--bg--7 {
    background: #fff none no-repeat scroll left center/cover;
  }

  .newsletter--bg.newsletter--bg--3,
.newsletter__style--2 .newsletter--bg {
    background: #f2f2f2 none no-repeat scroll left center/cover;
  }

  .newsletter--bg.newsletter--bg--9,
.newsletter--bg.newsletter--bg--11 {
    background: #f7f7f7 none no-repeat scroll left center/cover;
  }

  .newsletter__block {
    margin-top: 30px;
  }

  .newsletter__block .newsletter__box button {
    font-size: 12px;
    padding: 0 10px;
  }
}
@media only screen and (max-width: 420px) {
  .newsletter--bg.newsletter--bg--2 {
    padding: 0 0 30px;
  }
}
/*-------------------------
	Slider Styles
-------------------------*/
.slide.align__center--left {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.slide .slider__content h2 {
  color: #fff;
  font-size: 80px;
  font-weight: 600;
  text-transform: capitalize;
}
.slide .slider__content h1 {
  color: #fff;
  font-size: 60px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 20px;
}
.slide .slider__content h1 span {
  color: #f50381;
}
.slide .slider__content p {
  color: white;
  font-size: 14px;
  letter-spacing: 0.2em;
  line-height: 25px;
  margin: 0 0 50px;
  max-width: 725px;
}
.slide .slider__content a.shopbtn {
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  line-height: 30px;
  text-transform: uppercase;
}
.slide .slider__content a.shopbtn::after {
  background: rgba(0, 0, 0, 0) url("images/icons/nav_icon.png") no-repeat scroll 100% -37px;
  content: "";
  display: inline-block;
  height: 11px;
  margin-bottom: 2px;
  margin-left: 5px;
  vertical-align: middle;
  width: 44px;
}
.slide .slider__content a.shopbtn:hover {
  color: #f50381;
}

.slider--two .slide.align__center--left {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.slider--two .slide .slider__content h2 {
  color: #3a3a3a;
  font-size: 70px;
  font-weight: 600;
  text-transform: capitalize;
}
.slider--two .slide .slider__content h1 {
  color: #3a3a3a;
  font-size: 70px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 20px;
  position: relative;
}
.slider--two .slide .slider__content h1 span {
  color: #f50381;
}
.slider--two .slide .slider__content p {
  color: #3a3a3a;
  font-size: 14px;
  letter-spacing: 0.2em;
  line-height: 25px;
}
.slider--two .slide .slider__content span.sale {
  color: #2c2c2c;
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
  margin: 0;
  display: block;
}
.slider--two .slide .slider__content a.shopbtn {
  color: #3a3a3a;
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 30px;
  text-transform: uppercase;
  vertical-align: top;
}
.slider--two .slide .slider__content a.shopbtn::after {
  background: rgba(0, 0, 0, 0) url("images/icons/links_static.png") repeat scroll 100% 50%;
  content: "";
  display: inline-block;
  font-size: 0;
  height: 11px;
  margin-left: 25px;
  vertical-align: -2px;
  width: 44px;
  -webkit-transition: all 300ms ease-in 0s;
  transition: all 300ms ease-in 0s;
}
.slider--two .slide .slider__content a.shopbtn:hover {
  color: #f50381;
}
.slider--two .slide .slider__content a.shopbtn:hover::after {
  background-position: -2% 100%;
}

.slider--three .slide .slider__content h1 {
  color: #fff;
  font-size: 110px;
  font-weight: 600;
  margin: 0 0 20px;
  text-transform: capitalize;
}
.slider--three .slide .slider__content p {
  color: #3a3a3a;
  font-size: 14px;
  letter-spacing: 0.2em;
  line-height: 25px;
}
.slider--three .slide .slider__content a.shopbtn {
  color: #3a3a3a;
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 30px;
  text-transform: uppercase;
}
.slider--three .slide .slider__content a.shopbtn::after {
  background: rgba(0, 0, 0, 0) url("images/icons/links_static.png") repeat scroll 100% 50%;
  content: "";
  display: inline-block;
  font-size: 0;
  height: 11px;
  margin-left: 25px;
  vertical-align: -2px;
  width: 44px;
  -webkit-transition: all 300ms ease-in 0s;
  transition: all 300ms ease-in 0s;
}
.slider--three .slide .slider__content a.shopbtn:hover {
  color: #f50381;
}
.slider--three .slide .slider__content a.shopbtn:hover::after {
  background-position: -2% 100%;
}

.main-page-content {
  padding-left: 40px;
  padding-right: 40px;
  max-width: 100%;
}

.page-slider {
  padding-right: 140px;
  position: relative;
}
.page-slider .menubar {
  cursor: pointer;
  position: absolute;
  right: 33px;
  top: 50%;
}
.page-slider .menubar a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #2e2e2e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
}
.page-slider .menubar a i {
  color: #2e2e2e;
  font-size: 28px;
  padding-left: 10px;
}

.slider--four .slider__content {
  padding-top: 95px;
}

.slider--four .slide .slider__content.text-grey h2 {
  color: #2e2e2e;
}
.slider--four .slide .slider__content.text-grey h1 {
  color: #2e2e2e;
}
.slider--four .slide .slider__content.text-grey p {
  color: #2e2e2e;
}
.slider--four .slide .slider__content.text-grey a.shopbtn {
  color: #2e2e2e;
}
.slider--four .slide .slider__content.text-grey a.shopbtn:hover {
  color: #f50381;
}
.slider--four .slide .slider__content h2 {
  color: #fff;
  font-size: 60px;
  font-weight: 600;
  line-height: 1;
  text-transform: capitalize;
}
.slider--four .slide .slider__content h1 {
  color: #fff;
  font-size: 60px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 20px;
  position: relative;
}
.slider--four .slide .slider__content p {
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.2em;
  line-height: 25px;
}
.slider--four .slide .slider__content .contentbox {
  border: 7px solid white;
  max-width: 420px;
  padding: 30px;
}
.slider--four .slide .slider__content .contentbox.contentbox--2 {
  border: 6px solid #f50381;
  max-width: 501px;
  padding: 30px;
}
.slider--four .slide .slider__content a.shopbtn {
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 30px;
  text-transform: uppercase;
}
.slider--four .slide .slider__content a.shopbtn::after {
  background: rgba(0, 0, 0, 0) url("images/icons/links_static4.png") repeat scroll 0 0;
  content: "";
  display: inline-block;
  font-size: 0;
  height: 11px;
  margin-left: 25px;
  vertical-align: -2px;
  width: 44px;
}
.slider--four .slide .slider__content a.shopbtn:hover {
  color: #f50381;
}

.slider--five .slide .slider__content {
  padding-top: 160px;
}
.slider--five .slide .slider__content.minimal h2 {
  color: #fff;
  font-family: "tex_gyre_adventorbold";
  font-size: 48px;
  line-height: 1;
}
.slider--five .slide .slider__content.minimal h1 {
  color: #2e2e2e;
  font-family: "tex_gyre_adventorbold";
  font-size: 72px;
  line-height: 1;
  margin-bottom: 20px;
  text-transform: capitalize;
}
.slider--five .slide .slider__content.minimal p {
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.2em;
  line-height: 18px;
}
.slider--five .slide .slider__content h2 {
  font-size: 60px;
  line-height: 0.8;
  text-transform: capitalize;
}
.slider--five .slide .slider__content h2::before {
  background: #fff none repeat scroll 0 0;
  content: "";
  height: 34px;
  left: 45px;
  position: absolute;
  top: -48px;
  width: 5px;
}
.slider--five .slide .slider__content h1 {
  color: #fff;
  font-size: 60px;
  line-height: 0.8;
}
.slider--five .slide .slider__content p {
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.2em;
  line-height: 18px;
}
.slider--five .slide .slider__content .contentbox {
  max-width: 420px;
  padding: 30px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.slider--five .slide .slider__content .contentbox::after {
  border-color: #fff #fff #fff transparent;
  border-style: solid;
  border-width: 5px;
  bottom: -82px;
  content: "";
  left: 45px;
  position: absolute;
  right: -58px;
  top: -48px;
  z-index: -1;
}
.slider--five .slide .slider__content a.shopbtn {
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 30px;
  text-transform: uppercase;
  position: relative;
}
.slider--five .slide .slider__content a.shopbtn::after {
  background: rgba(0, 0, 0, 0) url("images/icons/links_static4.png") repeat scroll 0 0;
  content: "";
  display: inline-block;
  font-size: 0;
  height: 11px;
  margin-left: 25px;
  vertical-align: -2px;
  width: 44px;
}
.slider--five .slide .slider__content a.shopbtn::before {
  background: #fff none repeat scroll 0 0;
  bottom: -112px;
  content: "";
  height: 69px;
  left: 14px;
  position: absolute;
  width: 5px;
}
.slider--five .slide .slider__content a.shopbtn:hover {
  color: #f50381;
}

.slider--six .slide .slider__content.text-center p {
  margin: auto auto 50px;
}
.slider--six .slide .slider__content h2 {
  color: #2e2e2e;
  font-size: 60px;
  font-weight: 600;
  text-transform: capitalize;
}
.slider--six .slide .slider__content h1 {
  color: #fff;
  font-size: 60px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 20px;
  position: relative;
}
.slider--six .slide .slider__content h1 span {
  color: #2e2e2e;
}
.slider--six .slide .slider__content p {
  color: #2e2e2e;
  font-size: 14px;
  letter-spacing: 0.2em;
  line-height: 25px;
}
.slider--six .slide .slider__content a.shopbtn {
  color: #2e2e2e;
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 30px;
  text-transform: uppercase;
}
.slider--six .slide .slider__content a.shopbtn::after {
  background: rgba(0, 0, 0, 0) url("images/icons/links_static.png") repeat scroll 100% 50%;
  content: "";
  display: inline-block;
  font-size: 0;
  height: 11px;
  margin-left: 25px;
  vertical-align: -2px;
  width: 44px;
  -webkit-transition: all 300ms ease-in 0s;
  transition: all 300ms ease-in 0s;
}
.slider--six .slide .slider__content a.shopbtn:hover {
  color: #f50381;
}
.slider--six .slide .slider__content a.shopbtn:hover::after {
  background-position: -2% 100%;
}
.slider--six .slide .slider__content.slidebox .contentbox {
  margin: -100px auto 0;
  max-width: 780px;
  padding: 30px 0;
  right: 0;
  text-align: center;
  position: relative;
}
.slider--six .slide .slider__content.slidebox .contentbox::before {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: white white currentcolor;
  -o-border-image: none;
     border-image: none;
  border-style: solid solid none;
  border-width: 7px 7px 0;
  content: "";
  height: 100px;
  left: 50%;
  pointer-events: none;
  position: absolute;
  top: 0;
  -webkit-transform: translateX(-50%) translateY(-100%);
          transform: translateX(-50%) translateY(-100%);
  width: 270px;
}
.slider--six .slide .slider__content.slidebox .contentbox::after {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: currentcolor white white;
  -o-border-image: none;
     border-image: none;
  border-style: none solid solid;
  border-width: 0 7px 7px;
  bottom: 0;
  content: "";
  height: 170px;
  left: 50%;
  pointer-events: none;
  position: absolute;
  -webkit-transform: translateX(-50%) translateY(100%);
          transform: translateX(-50%) translateY(100%);
  width: 270px;
}
.slider--six .slide .slider__content.slidebox .contentbox h1 {
  color: #fff;
  font-size: 50px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 20px;
  position: relative;
}
.slider--six .slide .slider__content.slidebox .contentbox h1 span {
  color: #2e2e2e;
}
.slider--six .slide .slider__content.slidebox .contentbox p {
  color: white;
}
.slider--six .slide .slider__content.slidebox .contentbox a {
  bottom: -74%;
  position: relative;
}

.slider__group {
  padding: 30px 0 0;
  width: 1230px;
  background: #fff none repeat scroll 0;
  margin: auto;
}
.slider__group .container {
  padding: 0 15px;
}
.slider__group .slider__area .slide.section__height {
  height: 603px;
  padding: 0 100px;
}
.slider__group .slider__area .slide .slider__content h1 {
  color: #363636;
  font-family: "tex_gyre_adventorbold";
  font-size: 72px;
  line-height: 1;
  text-transform: capitalize;
  margin-bottom: 0;
}
.slider__group .slider__area .slide .slider__content h3 {
  color: #363636;
  font-family: "tex_gyre_adventorbold";
  font-size: 72px;
  line-height: 1;
  margin-bottom: 20px;
  position: relative;
}
.slider__group .slider__area .slide .slider__content p {
  margin: 0 0 50px;
  max-width: 380px;
  color: #363636;
  font-size: 14px;
  letter-spacing: 0.2em;
  line-height: 25px;
}
.slider__group .slider__area .slide .slider__content a {
  color: #363636;
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 30px;
  text-transform: uppercase;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.slider__group .slider__area .slide .slider__content a:hover {
  color: #f50381;
}
.slider__group .slider__area .slide .slider__content a::after {
  background: rgba(0, 0, 0, 0) url("images/icons/links_static2.png") repeat scroll 0 0;
  content: "";
  display: inline-block;
  font-size: 0;
  height: 11px;
  margin-left: 25px;
  vertical-align: -2px;
  width: 44px;
}

.slider--nine .slide .slider__content {
  padding-top: 39px;
}
.slider--nine .slide .slider__content h2 {
  color: #fff;
  font-family: "tex_gyre_adventorbold";
  font-size: 120px;
  line-height: 0.85;
  text-transform: capitalize;
}
.slider--nine .slide .slider__content h1 {
  color: #fff;
  font-family: "tex_gyre_adventorbold";
  font-size: 120px;
  line-height: 0.85;
  margin-bottom: 90px;
}
.slider--nine .slide .slider__content h1 span {
  color: #ffa800;
  display: block;
}
.slider--nine .slide .slider__content a {
  background-color: rgba(222, 136, 64, 0.7);
  border: 2px solid white;
  color: white;
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  line-height: 44px;
  padding: 0 35px;
  text-transform: uppercase;
  vertical-align: top;
}
.slider--nine .slide .slider__content.text__style--2 h2 {
  color: #fff;
  font-family: "tex_gyre_adventorbold";
  font-size: 120px;
  line-height: 1;
  margin-bottom: 50px;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
  text-transform: capitalize;
}
.slider--nine .slide .slider__content.text__style--2 h1 {
  color: #fff;
  display: inline-block;
  font-family: "tex_gyre_adventorbold";
  font-size: 60px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 87px;
  padding: 0 50px;
  position: relative;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}
.slider--nine .slide .slider__content.text__style--2 h1::after {
  background: white none repeat scroll 0 0;
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
          box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
  content: "";
  height: 10px;
  left: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 120px;
}
.slider--nine .slide .slider__content.text__style--2 h1::before {
  background: white none repeat scroll 0 0;
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
          box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
  content: "";
  height: 10px;
  position: absolute;
  right: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 120px;
}
.slider--nine .slide .slider__content.text__style--2 .slide__btn {
  display: block;
}

.slider--ten .slide .slider__content h2 {
  color: #2e2e2e;
  font-family: "tex_gyre_adventorbold";
  font-size: 90px;
  line-height: 1;
  text-transform: capitalize;
  margin-bottom: 20px;
}
.slider--ten .slide .slider__content h2 span {
  color: #ffa800;
  display: block;
}
.slider--ten .slide .slider__content h2 span.inline__text {
  display: inline-block;
}
.slider--ten .slide .slider__content h1 {
  color: #2e2e2e;
  font-family: "tex_gyre_adventorbold";
  font-size: 90px;
  line-height: 1;
  margin-bottom: 20px;
}
.slider--ten .slide .slider__content p {
  color: #606060;
  font-size: 14px;
  line-height: 25px;
  max-width: 50%;
  position: relative;
  margin-bottom: 50px;
}
.slider--ten .slide .slider__content a {
  color: #2e2e2e;
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 30px;
  text-transform: uppercase;
}
.slider--ten .slide .slider__content a::after {
  background: rgba(0, 0, 0, 0) url("images/icons/links_static5.png") repeat scroll 0 0;
  content: "";
  display: inline-block;
  font-size: 0;
  height: 11px;
  margin: 0 25px;
  vertical-align: -2px;
  width: 44px;
}
.slider--ten .slide .slider__content a:hover {
  color: #ffa800;
}

.slider--11 .slide .slider__content {
  padding-top: 120px;
}
.slider--11 .slide .slider__content h2 {
  color: #2e2e2e;
  font-family: "tex_gyre_adventorbold";
  font-size: 48px;
  line-height: 1;
}
.slider--11 .slide .slider__content h1 {
  color: #3cc8df;
  font-family: "tex_gyre_adventorbold";
  font-size: 87px;
  line-height: 1;
  margin-bottom: 20px;
  position: relative;
  text-transform: capitalize;
}
.slider--11 .slide .slider__content p {
  color: #606060;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 24px;
}
.slider--11 .slide .slider__content a {
  color: #2e2e2e;
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 30px;
  text-transform: uppercase;
}
.slider--11 .slide .slider__content a::after {
  background: rgba(0, 0, 0, 0) url("images/icons/links_static6.png") repeat scroll 0 0;
  content: "";
  display: inline-block;
  font-size: 0;
  height: 11px;
  margin: 0 25px;
  vertical-align: -2px;
  width: 44px;
}
.slider--11 .slide .slider__content a:hover {
  color: #3cc8df;
}
.slider--11.color--pink .slide .slider__content h1 {
  color: #da7187;
}
.slider--11.color--pink .slide .slider__content a {
  color: #2e2e2e;
}
.slider--11.color--pink .slide .slider__content a::after {
  background: rgba(0, 0, 0, 0) url("images/icons/links_static5.png") repeat scroll 100% 0;
  content: "";
  display: inline-block;
  font-size: 0;
  height: 11px;
  margin: 0 25px;
  vertical-align: -2px;
  width: 44px;
}
.slider--11.color--pink .slide .slider__content a:hover {
  color: #da7187;
}

.slider--11.slide__arrow01.owl-theme .owl-nav [class*=owl-]:hover {
  color: #3cc8df;
  -webkit-transition: all 300ms ease-in 0s;
  transition: all 300ms ease-in 0s;
  border: 1px solid #3cc8df;
}

.slider__group {
  padding: 30px 0 0;
  width: 1230px;
  background: #fff none repeat scroll 0;
  margin: auto;
}
.slider__group .slider__area.slider--12 .slide.section__height {
  height: 619px;
  padding: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.slider__group .slider__area.slider--12 .slide .slider__content {
  text-align: center;
}
.slider__group .slider__area.slider--12 .slide .slider__content h1 {
  color: #fff;
  font-family: "tex_gyre_adventorbold";
  font-size: 72px;
  line-height: 1;
  text-transform: capitalize;
}
.slider__group .slider__area.slider--12 .slide .slider__content h3 {
  color: #fff;
  display: block;
  font-family: "tex_gyre_adventorbold";
  font-size: 72px;
  line-height: 1;
  margin-bottom: 30px;
}
.slider__group .slider__area.slider--12 .slide .slider__content p {
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.2em;
  line-height: 25px;
}
.slider__group .slider__area.slider--12 .slide .slider__content a {
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 30px;
  text-transform: uppercase;
}
.slider__group .slider__area.slider--12 .slide .slider__content a:hover {
  color: #3cc8df;
}
.slider__group .slider__area.slider--12 .slide .slider__content a::after {
  background: rgba(0, 0, 0, 0) url("images/icons/links_static6.png") repeat scroll 0 0;
  content: "";
  display: inline-block;
  font-size: 0;
  height: 11px;
  margin-left: 25px;
  vertical-align: -2px;
  width: 44px;
}
.slider__group .slider__area.slider--12 .slide .slider__content.text--black h1,
.slider__group .slider__area.slider--12 .slide .slider__content.text--black h3,
.slider__group .slider__area.slider--12 .slide .slider__content.text--black p,
.slider__group .slider__area.slider--12 .slide .slider__content.text--black a {
  color: #444;
}

.slider--13 .slide .slider__content {
  padding-left: 120px;
  padding-top: 51px;
}
.slider--13 .slide .slider__content h2 {
  color: #fff;
  font-family: "tex_gyre_adventorbold";
  font-size: 100px;
  line-height: 0.85;
  text-transform: capitalize;
}
.slider--13 .slide .slider__content h1 {
  color: #fff;
  font-family: "tex_gyre_adventorbold";
  font-size: 100px;
  line-height: 0.85;
  margin-bottom: 90px;
}
.slider--13 .slide .slider__content a {
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  line-height: 30px;
  text-transform: uppercase;
}
.slider--13 .slide .slider__content a::after {
  background: rgba(0, 0, 0, 0) url("images/icons/links_static5.png") repeat scroll 0 0;
  content: "";
  display: inline-block;
  font-size: 0;
  height: 11px;
  margin: 0 25px;
  vertical-align: -2px;
  width: 44px;
}
.slider--13 .slide .slider__content a:hover {
  color: #ffa800;
}

.slider--14 .slide .slider__content {
  padding-left: 115px;
}
.slider--14 .slide .slider__content h2 {
  color: #fff;
  font-family: "tex_gyre_adventorbold";
  font-size: 110px;
  line-height: 1;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  text-transform: capitalize;
}
.slider--14 .slide .slider__content h1 {
  color: #fff;
  font-family: "tex_gyre_adventorbold";
  font-size: 110px;
  line-height: 1;
  margin-bottom: 50px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
.slider--14 .slide .slider__content h1 span.text__yellow {
  color: #ffa800;
}
.slider--14 .slide .slider__content h1 span.text__uniq {
  color: #5d7680;
}
.slider--14 .slide .slider__content p {
  margin: 0 0 50px;
  max-width: 725px;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.2em;
  line-height: 25px;
}
.slider--14 .slide .slider__content a {
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 30px;
  text-transform: uppercase;
}
.slider--14 .slide .slider__content a::after {
  background: rgba(0, 0, 0, 0) url("images/icons/links_static5.png") repeat scroll 0 0;
  content: "";
  display: inline-block;
  font-size: 0;
  height: 11px;
  margin: 0 25px;
  vertical-align: -2px;
  width: 44px;
}
.slider--14 .slide .slider__content a:hover {
  color: #ffa800;
}

.slider--15 .slide .slider__content {
  padding-left: 115px;
}
.slider--15 .slide .slider__content h2 {
  color: #3c3c3c;
  font-family: "tex_gyre_adventorbold";
  font-size: 80px;
  line-height: 1;
  text-transform: capitalize;
}
.slider--15 .slide .slider__content h2 span {
  color: #ce7852;
}
.slider--15 .slide .slider__content h1 {
  color: #3c3c3c;
  font-family: "tex_gyre_adventorbold";
  font-size: 80px;
  line-height: 1;
  margin-bottom: 50px;
}
.slider--15 .slide .slider__content p {
  margin: 0 0 50px;
  max-width: 450px;
  color: #3c3c3c;
  font-size: 14px;
  letter-spacing: 0.2em;
  line-height: 25px;
}
.slider--15 .slide .slider__content a {
  color: #3c3c3c;
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 30px;
  text-transform: uppercase;
}
.slider--15 .slide .slider__content a::after {
  background: rgba(0, 0, 0, 0) url("images/icons/links_static8.png") repeat scroll 100% 50%;
  content: "";
  display: inline-block;
  height: 11px;
  margin-left: 25px;
  width: 44px;
}
.slider--15 .slide .slider__content a:hover::after {
  background-position: 0 0;
}
.slider--15 .slide .slider__content a:hover {
  color: #ce7852;
}

.slider--16 .slide .slider__content {
  padding-left: 115px;
  padding-top: 79px;
}
.slider--16 .slide .slider__content h2 {
  color: #2e2e2e;
  font-family: "tex_gyre_adventorbold";
  font-size: 130px;
  line-height: 1;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  text-transform: capitalize;
}
.slider--16 .slide .slider__content h1 {
  color: #2e2e2e;
  font-family: "tex_gyre_adventorbold";
  font-size: 130px;
  line-height: 1;
  margin-bottom: 50px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
.slider--16 .slide .slider__content h1 span {
  color: #ce7852;
}
.slider--16 .slide .slider__content a {
  color: #2e2e2e;
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 30px;
  text-transform: uppercase;
}
.slider--16 .slide .slider__content a::after {
  background: rgba(0, 0, 0, 0) url("images/icons/links_static8.png") repeat scroll 100% 50%;
  content: "";
  display: inline-block;
  height: 11px;
  margin-left: 25px;
  width: 44px;
}
.slider--16 .slide .slider__content a:hover::after {
  background-position: 0 0;
}
.slider--16 .slide .slider__content a:hover {
  color: #ce7852;
}

.slider-page-one .sl__item .slider__content h2 {
  color: #2c2c2c;
  font-size: 72px;
  font-weight: 700;
  line-height: 1;
  margin: 0;
  text-transform: capitalize;
}
.slider-page-one .sl__item .slider__content h1 {
  color: #f50381;
  font-size: 72px;
  font-weight: 700;
  line-height: 1;
  margin: 0;
  text-transform: capitalize;
}
.slider-page-one .sl__item .slider__content p {
  display: inline-block;
  font-size: 12px;
  letter-spacing: 0.2em;
  line-height: 25px;
  margin: 0;
  max-width: 50%;
  padding: 30px 0;
  vertical-align: top;
  color: #606060;
}
.slider-page-one .sl__item .slider__content a {
  color: #2c2c2c;
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 30px;
  margin-top: 40px;
  position: relative;
  text-transform: uppercase;
}
.slider-page-one .sl__item .slider__content a::after {
  background: rgba(0, 0, 0, 0) url("images/icons/links_static4.png") repeat scroll 0 0;
  content: "";
  display: inline-block;
  font-size: 0;
  height: 11px;
  margin: 0 25px;
  vertical-align: -2px;
  width: 44px;
}
.slider-page-one .sl__item .slider__content span.sale {
  color: #2c2c2c;
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
  margin: 0;
  display: block;
}

.slider-page-two .sl__item .slider__content h2 {
  color: #fff;
  font-size: 72px;
  font-weight: 700;
  line-height: 1;
  text-transform: capitalize;
}
.slider-page-two .sl__item .slider__content h1 {
  color: #f50381;
  font-size: 72px;
  font-weight: 700;
  line-height: 1;
  margin: 0;
  text-transform: capitalize;
}
.slider-page-two .sl__item .slider__content p {
  display: inline-block;
  font-size: 12px;
  letter-spacing: 0.2em;
  line-height: 25px;
  margin: 0;
  max-width: 50%;
  padding: 30px 0;
  color: #868686;
}
.slider-page-two .sl__item .slider__content a {
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 30px;
  margin-top: 40px;
  position: relative;
  text-transform: uppercase;
  direction: rtl;
}
.slider-page-two .sl__item .slider__content a::after {
  background: rgba(0, 0, 0, 0) url("images/icons/links_static4.png") repeat scroll 0 0;
  content: "";
  display: inline-block;
  font-size: 0;
  height: 11px;
  margin: 0 25px;
  vertical-align: -2px;
  width: 44px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.slider-page-two .sl__item .slider__content span.sale {
  color: #2c2c2c;
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
  display: block;
  color: #fff;
}

.slide__arrow01 {
  position: relative;
}
.slide__arrow01 .owl-nav div {
  left: 30px;
  position: absolute;
  top: 50%;
  opacity: 0;
}
.slide__arrow01 .owl-nav div i {
  font-size: 20px;
}
.slide__arrow01 .owl-nav div.owl-next {
  left: auto;
  right: 30px;
}
.slide__arrow01:hover .owl-nav div {
  left: 10px;
  opacity: 1;
}
.slide__arrow01:hover .owl-nav div.owl-next {
  right: 10px;
  left: auto;
}

.slide__arrow01.owl-theme .owl-nav [class*=owl-] {
  background-color: transparent;
  border: 1px solid #e2b763;
    color: #2b2a29;
  border-radius: 100%;
  cursor: pointer;
  display: block;
  height: 45px;
  line-height: 48px;
  padding: 0;
  text-align: center;
  -webkit-transition: all 300ms ease-in 0s;
  transition: all 300ms ease-in 0s;
  width: 45px;
  z-index: 9;
}

.slide__arrow01.owl-theme .owl-nav [class*=owl-]:hover {
 
  -webkit-transition: all 300ms ease-in 0s;
  transition: all 300ms ease-in 0s;
 color: #2b2a29;
       border: 2px solid #e2b763;
}

.slider--nine.slide__arrow01.owl-theme .owl-nav [class*=owl-]:hover,
.slider--ten.slide__arrow01.owl-theme .owl-nav [class*=owl-]:hover {
  color: #ffa800;
  -webkit-transition: all 300ms ease-in 0s;
  transition: all 300ms ease-in 0s;
  border: 1px solid #ffa800;
}

.slide__activation.owl-theme .owl-nav {
  margin-top: 0;
}

.slide__arrow02 {
  position: relative;
}
.slide__arrow02 .owl-nav div {
  bottom: 0;
  left: 0;
  position: absolute;
  width: 50px;
}
.slide__arrow02 .owl-nav div i {
  font-size: 20px;
}
.slide__arrow02 .owl-nav div.owl-next {
  left: 50px;
}
.slide__arrow02 .owl-nav div.owl-next::before {
  background: #e1e1e1 none repeat scroll 0 0;
  content: "";
  height: 14px;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
}

.slide__arrow02.owl-theme .owl-nav [class*=owl-] {
  background: #fff none repeat scroll 0 0;
  color: #2e2e2e;
  height: 50px;
  line-height: 50px;
  margin: 0;
  opacity: 1;
  padding: 0;
  -webkit-transition: all 300ms ease-in 0s;
  transition: all 300ms ease-in 0s;
  border-radius: 0;
}

.slide__arrow03 {
  position: relative;
}
.slide__arrow03 .owl-nav div {
  bottom: 0;
  right: 0;
  position: absolute;
  width: 50px;
}
.slide__arrow03 .owl-nav div i {
  font-size: 20px;
}
.slide__arrow03 .owl-nav div.owl-prev {
  right: 50px;
}
.slide__arrow03 .owl-nav div.owl-prev::before {
  background: #e1e1e1 none repeat scroll 0 0;
  content: "";
  height: 14px;
  right: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
}

.slide__arrow03.owl-theme .owl-nav [class*=owl-] {
  background: #fff none repeat scroll 0 0;
  color: #2e2e2e;
  height: 50px;
  line-height: 50px;
  margin: 0;
  opacity: 1;
  padding: 0;
  -webkit-transition: all 300ms ease-in 0s;
  transition: all 300ms ease-in 0s;
  border-radius: 0;
}

.owl-item.active .animation__style01 .slider__content h2 {
  -webkit-animation: 800ms ease-in-out 0s normal none 1 running zoomInUp;
          animation: 800ms ease-in-out 0s normal none 1 running zoomInUp;
}
.owl-item.active .animation__style01 .slider__content h3 {
  -webkit-animation: 800ms ease-in-out 0s normal none 1 running zoomInUp;
          animation: 800ms ease-in-out 0s normal none 1 running zoomInUp;
}
.owl-item.active .animation__style01 .slider__content h1 {
  -webkit-animation: 1000ms ease-in-out 0s normal none 1 running zoomInUp;
          animation: 1000ms ease-in-out 0s normal none 1 running zoomInUp;
}
.owl-item.active .animation__style01 .slider__content p {
  -webkit-animation: 1200ms ease-in-out 0s normal none 1 running zoomInUp;
          animation: 1200ms ease-in-out 0s normal none 1 running zoomInUp;
}
.owl-item.active .animation__style01 .slider__content a {
  -webkit-animation: 1400ms ease-in-out 0s normal none 1 running zoomInUp;
          animation: 1400ms ease-in-out 0s normal none 1 running zoomInUp;
}
.owl-item.active .animation__style02 .slider__content h2 {
  -webkit-animation: 1500ms ease-in-out 0s normal none 1 running fadeInLeft;
          animation: 1500ms ease-in-out 0s normal none 1 running fadeInLeft;
}
.owl-item.active .animation__style02 .slider__content h1 {
  -webkit-animation: 1500ms ease-in-out 0s normal none 1 running fadeInRight;
          animation: 1500ms ease-in-out 0s normal none 1 running fadeInRight;
}
.owl-item.active .animation__style02 .slider__content p {
  -webkit-animation: 2200ms ease-in-out 0s normal none 1 running bounceInDown;
          animation: 2200ms ease-in-out 0s normal none 1 running bounceInDown;
}
.owl-item.active .animation__style02 .slider__content a {
  -webkit-animation: 1800ms ease-in-out 0s normal none 1 running bounceInDown;
          animation: 1800ms ease-in-out 0s normal none 1 running bounceInDown;
}
.owl-item.active .animation__style03 .slider__content h1 {
  -webkit-animation: 1500ms ease-in-out 0s normal none 1 running fadeInLeft;
          animation: 1500ms ease-in-out 0s normal none 1 running fadeInLeft;
}
.owl-item.active .animation__style03 .slider__content p {
  -webkit-animation: 2200ms ease-in-out 0s normal none 1 running bounceInDown;
          animation: 2200ms ease-in-out 0s normal none 1 running bounceInDown;
}
.owl-item.active .animation__style03 .slider__content a {
  -webkit-animation: 1800ms ease-in-out 0s normal none 1 running bounceInDown;
          animation: 1800ms ease-in-out 0s normal none 1 running bounceInDown;
}
.owl-item.active .animation__style04 .slider__content h2 {
  -webkit-animation: 1500ms ease-in-out 0s normal none 1 running fadeInLeft;
          animation: 1500ms ease-in-out 0s normal none 1 running fadeInLeft;
}
.owl-item.active .animation__style04 .slider__content h3 {
  -webkit-animation: 1500ms ease-in-out 0s normal none 1 running fadeInLeft;
          animation: 1500ms ease-in-out 0s normal none 1 running fadeInLeft;
}
.owl-item.active .animation__style04 .slider__content h1 {
  -webkit-animation: 1500ms ease-in-out 0s normal none 1 running fadeInRight;
          animation: 1500ms ease-in-out 0s normal none 1 running fadeInRight;
}
.owl-item.active .animation__style04 .slider__content p {
  -webkit-animation: 2200ms ease-in-out 0s normal none 1 running bounceInDown;
          animation: 2200ms ease-in-out 0s normal none 1 running bounceInDown;
}
.owl-item.active .animation__style04 .slider__content a {
  -webkit-animation: 1800ms ease-in-out 0s normal none 1 running bounceInDown;
          animation: 1800ms ease-in-out 0s normal none 1 running bounceInDown;
}
.owl-item.active .animation__style04 .slider__content .sale {
  -webkit-animation: 1800ms ease-in-out 0s normal none 1 running bounceInDown;
          animation: 1800ms ease-in-out 0s normal none 1 running bounceInDown;
}
.owl-item.active .animation__style05 .slider__content h2 {
  -webkit-animation: 1500ms ease-in-out 0s normal none 1 running fadeInLeft;
          animation: 1500ms ease-in-out 0s normal none 1 running fadeInLeft;
}
.owl-item.active .animation__style05 .slider__content h1 {
  -webkit-animation: 1500ms ease-in-out 0s normal none 1 running fadeInRight;
          animation: 1500ms ease-in-out 0s normal none 1 running fadeInRight;
}
.owl-item.active .animation__style05 .slider__content p {
  -webkit-animation: 2200ms ease-in-out 0s normal none 1 running bounceInDown;
          animation: 2200ms ease-in-out 0s normal none 1 running bounceInDown;
}
.owl-item.active .animation__style05 .slider__content a {
  -webkit-animation: 1800ms ease-in-out 0s normal none 1 running bounceInDown;
          animation: 1800ms ease-in-out 0s normal none 1 running bounceInDown;
}
.owl-item.active .animation__style06 .slider__content h2 {
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInLeft;
          animation: 500ms ease-in-out 0s normal none 1 running fadeInLeft;
}
.owl-item.active .animation__style06 .slider__content h1 {
  -webkit-animation: 700ms ease-in-out 0s normal none 1 running fadeInLeft;
          animation: 700ms ease-in-out 0s normal none 1 running fadeInLeft;
}
.owl-item.active .animation__style06 .slider__content p {
  -webkit-animation: 900ms ease-in-out 0s normal none 1 running fadeInLeft;
          animation: 900ms ease-in-out 0s normal none 1 running fadeInLeft;
}
.owl-item.active .animation__style06 .slider__content a {
  -webkit-animation: 1000ms ease-in-out 0s normal none 1 running fadeInLeft;
          animation: 1000ms ease-in-out 0s normal none 1 running fadeInLeft;
}
.owl-item.active .animation__style06 .slider__content span {
  -webkit-animation: 1200ms ease-in-out 0s normal none 1 running fadeInLeft;
          animation: 1200ms ease-in-out 0s normal none 1 running fadeInLeft;
}
.owl-item.active .animation__style07 .slider__content h2 {
  -webkit-animation: 900ms ease-in-out 0s normal none 1 running flipInX;
          animation: 900ms ease-in-out 0s normal none 1 running flipInX;
}
.owl-item.active .animation__style07 .slider__content h1 {
  -webkit-animation: 1000ms ease-in-out 0s normal none 1 running flipInX;
          animation: 1000ms ease-in-out 0s normal none 1 running flipInX;
}
.owl-item.active .animation__style07 .slider__content p {
  -webkit-animation: 1200ms ease-in-out 0s normal none 1 running flipInX;
          animation: 1200ms ease-in-out 0s normal none 1 running flipInX;
}
.owl-item.active .animation__style07 .slider__content a {
  -webkit-animation: 1500ms ease-in-out 0s normal none 1 running flipInX;
          animation: 1500ms ease-in-out 0s normal none 1 running flipInX;
}
.owl-item.active .animation__style07 .slider__content span {
  -webkit-animation: 1900ms ease-in-out 0s normal none 1 running flipInX;
          animation: 1900ms ease-in-out 0s normal none 1 running flipInX;
}
.owl-item.active .animation__style08 .slider__content h2 {
  -webkit-animation: 900ms ease-in-out 0s normal none 1 running slideInDown;
          animation: 900ms ease-in-out 0s normal none 1 running slideInDown;
}
.owl-item.active .animation__style08 .slider__content h1 {
  -webkit-animation: 1200ms ease-in-out 0s normal none 1 running slideInDown;
          animation: 1200ms ease-in-out 0s normal none 1 running slideInDown;
}
.owl-item.active .animation__style08 .slider__content p {
  -webkit-animation: 1300ms ease-in-out 0s normal none 1 running slideInDown;
          animation: 1300ms ease-in-out 0s normal none 1 running slideInDown;
}
.owl-item.active .animation__style08 .slider__content a {
  -webkit-animation: 1500ms ease-in-out 0s normal none 1 running slideInDown;
          animation: 1500ms ease-in-out 0s normal none 1 running slideInDown;
}
.owl-item.active .animation__style08 .slider__content span {
  -webkit-animation: 1400ms ease-in-out 0s normal none 1 running slideInDown;
          animation: 1400ms ease-in-out 0s normal none 1 running slideInDown;
}
.owl-item.active .animation__style09 .slider__content h2 {
  -webkit-animation: 900ms ease-in-out 0s normal none 1 running fadeInRight;
          animation: 900ms ease-in-out 0s normal none 1 running fadeInRight;
}
.owl-item.active .animation__style09 .slider__content h1 {
  -webkit-animation: 1200ms ease-in-out 0s normal none 1 running fadeInRight;
          animation: 1200ms ease-in-out 0s normal none 1 running fadeInRight;
}
.owl-item.active .animation__style09 .slider__content p {
  -webkit-animation: 1300ms ease-in-out 0s normal none 1 running fadeInRight;
          animation: 1300ms ease-in-out 0s normal none 1 running fadeInRight;
}
.owl-item.active .animation__style09 .slider__content a {
  -webkit-animation: 1500ms ease-in-out 0s normal none 1 running fadeInRight;
          animation: 1500ms ease-in-out 0s normal none 1 running fadeInRight;
}
.owl-item.active .animation__style09 .slider__content span {
  -webkit-animation: 1400ms ease-in-out 0s normal none 1 running fadeInRight;
          animation: 1400ms ease-in-out 0s normal none 1 running fadeInRight;
}
.owl-item.active .animation__style10 .slider__content h2 {
  -webkit-animation: 800ms ease-in-out 0s normal none 1 running zoomInDown;
          animation: 800ms ease-in-out 0s normal none 1 running zoomInDown;
}
.owl-item.active .animation__style10 .slider__content h3 {
  -webkit-animation: 800ms ease-in-out 0s normal none 1 running zoomInDown;
          animation: 800ms ease-in-out 0s normal none 1 running zoomInDown;
}
.owl-item.active .animation__style10 .slider__content h1 {
  -webkit-animation: 1000ms ease-in-out 0s normal none 1 running zoomInDown;
          animation: 1000ms ease-in-out 0s normal none 1 running zoomInDown;
}
.owl-item.active .animation__style10 .slider__content p {
  -webkit-animation: 1200ms ease-in-out 0s normal none 1 running zoomInRight;
          animation: 1200ms ease-in-out 0s normal none 1 running zoomInRight;
}
.owl-item.active .animation__style10 .slider__content a {
  -webkit-animation: 1400ms ease-in-out 0s normal none 1 running zoomInUp;
          animation: 1400ms ease-in-out 0s normal none 1 running zoomInUp;
}

.slider__fixed--height {
  width: 100%;
  height: 860px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .slider--nine .slide .slider__content h2,
.slider--nine .slide .slider__content h1,
.slider--nine .slide .slider__content.text__style--2 h2 {
    font-size: 90px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider__group {
    margin: 0 30px;
    width: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider__fixed--height {
    padding: 150px 0 !important;
    height: auto !important;
  }

  .fullscreen {
    min-height: auto !important;
    padding: 150px 0 !important;
  }

  .page-slider {
    padding-right: 0;
  }

  .slider--six .slide .slider__content.slidebox .contentbox::before,
.slider--six .slide .slider__content.slidebox .contentbox::after,
.slider--nine .slide .slider__content.text__style--2 h1::before,
.slider--nine .slide .slider__content.text__style--2 h1::after {
    display: none;
  }

  .slider--six .slide .slider__content.slidebox .contentbox {
    margin: 0;
    padding: 0;
  }

  .slider__group {
    width: 100%;
  }

  .slider__group .slider__area .slide.section__height {
    height: auto;
    padding: 72px 30px;
  }

  .slider--nine .slide .slider__content h2,
.slider--nine .slide .slider__content.text__style--2 h2,
.slider--15 .slide .slider__content h2 {
    font-size: 56px;
  }

  .slider--nine .slide .slider__content h1 {
    font-size: 91px;
  }

  .slider--nine .slide .slider__content.text__style--2 h1 {
    margin-bottom: 64px;
  }

  .slider--nine .slide .slider__content.text__style--2 h2 {
    margin-bottom: 37px;
  }

  .slider--15 .slide .slider__content h1 {
    font-size: 73px;
    line-height: 101px;
  }

  .slider--15 .slide .slider__content {
    padding-left: 40px;
  }

  .slider--15 .slide .slider__content h1 {
    margin-bottom: 27px;
  }

  .slider--15 .slide .slider__content p {
    margin: 0 0 34px;
  }

  .slider--four .slide .slider__content .contentbox {
    border: 0 none;
  }

  .slider--five .fullscreen {
    min-height: 67vh;
    padding: 0;
  }

  .slider--five .slide .slider__content {
    padding-top: 83px;
  }

  .slider--ten .slide .slider__content p {
    max-width: 100%;
  }

  .slider--ten .slide .slider__content h2 {
    font-size: 59px;
  }

  .slider--ten .slide .slider__content h1 {
    font-size: 59px;
    line-height: 55px;
  }

  .slider--14 .slide .slider__content h2 {
    font-size: 68px;
  }

  .slider--14 .slide .slider__content h1 {
    font-size: 71px;
    margin-bottom: 39px;
  }
}
@media only screen and (max-width: 767px) {
  .slider__fixed--height {
    height: auto !important;
    padding: 100px 0 !important;
  }

  .fullscreen {
    min-height: auto !important;
    padding: 100px 0 !important;
  }

  .slider--five .slide .slider__content .contentbox::after,
.slider--four .slide .slider__content .contentbox.contentbox--2 {
    border: 0 none;
  }

  .slider--five .slide .slider__content a.shopbtn::before,
.slider--five .slide .slider__content h2::before,
.slider--six .slide .slider__content.slidebox .contentbox::before,
.slider--six .slide .slider__content.slidebox .contentbox::after,
.slider--nine .slide .slider__content.text__style--2 h1::before,
.slider--nine .slide .slider__content.text__style--2 h1::after {
    display: none;
  }

  .slider--six .slide .slider__content.slidebox .contentbox {
    margin: 0;
    padding: 0;
  }

  .slide .slider__content h1,
.slider--two .slide .slider__content h1,
.slider--three .slide .slider__content h1,
.slider--four .slide .slider__content h1,
.slider--five .slide .slider__content.minimal h1,
.slider--five .slide .slider__content h1,
.slider--six .slide .slider__content h1,
.slider--six .slide .slider__content.slidebox .contentbox h1,
.slider__group .slider__area .slide .slider__content h1,
.slider--nine .slide .slider__content h1,
.slider--nine .slide .slider__content.text__style--2 h1,
.slider--ten .slide .slider__content h1,
.slider--11 .slide .slider__content h1,
.slider__group .slider__area.slider--12 .slide .slider__content h1,
.slider--13 .slide .slider__content h1,
.slider--14 .slide .slider__content h1,
.slider--15 .slide .slider__content h1,
.slider--16 .slide .slider__content h1,
.slider-page-one .sl__item .slider__content h1,
.slider-page-two .sl__item .slider__content h1 {
    font-size: 42px;
  }

  .slide .slider__content h2,
.slider--two .slide .slider__content h2,
.slider--four .slide .slider__content h2,
.slider--five .slide .slider__content.minimal h2,
.slider--five .slide .slider__content h2,
.slider--six .slide .slider__content h2,
.slider__group .slider__area .slide .slider__content h3,
.slider--nine .slide .slider__content h2,
.slider--nine .slide .slider__content.text__style--2 h2,
.slider--ten .slide .slider__content h2,
.slider--11 .slide .slider__content h2,
.slider__group .slider__area.slider--12 .slide .slider__content h3,
.slider--13 .slide .slider__content h2,
.slider--14 .slide .slider__content h2,
.slider--15 .slide .slider__content h2,
.slider--16 .slide .slider__content h2,
.slider-page-one .sl__item .slider__content h2,
.slider-page-two .sl__item .slider__content h2 {
    font-size: 50px;
  }

  .slider-page-one .sl__item .slider__content p,
.slider-page-two .sl__item .slider__content p {
    max-width: 100%;
  }

  .slider--13 .slide .slider__content h1 {
    margin-bottom: 42px;
  }

  .slider--13 .slide .slider__content,
.slider--14 .slide .slider__content,
.slider--15 .slide .slider__content,
.slider--16 .slide .slider__content {
    padding-left: 0;
  }

  .slider--ten .slide .slider__content {
    padding-top: 63px;
  }

  .slider--ten .slide .slider__content p {
    max-width: 91%;
  }

  .slider--ten .slide .slider__content h2 {
    margin-bottom: 11px;
  }

  .slider__group .slider__area .slide .slider__content p {
    margin: 0 0 29px;
  }

  .slider--16 .slide .slider__content h1 {
    margin-bottom: 26px;
  }

  .slide .slider__content p {
    margin: 0 0 22px;
  }

  .main-page-content {
    padding-left: 0;
    padding-right: 0;
  }

  .page-slider {
    padding-right: 0;
  }

  .slider--four .slide .slider__content .contentbox {
    border: 0 none;
  }

  .slider--four .slide .slider__content .contentbox {
    padding: 0;
  }

  .slider--nine .slide .slider__content.text__style--2 h1 {
    margin-bottom: 44px;
  }

  .slider--nine .slide .slider__content.text__style--2 h2 {
    margin-bottom: 30px;
  }

  .slider__group {
    width: 100%;
  }

  .slider__group .slider__area .slide.section__height {
    height: auto;
    padding: 72px 30px;
  }

  .slider--14 .slide .slider__content h1 {
    margin-bottom: 40px;
  }

  .slider--14 .slide .slider__content p {
    margin: 0 0 34px;
  }

  .slider--five .slide .slider__content {
    padding-top: 106px;
  }

  .slider--four .slider__content {
    padding-top: 75px;
  }

  .slider--five .slide .slider__content .contentbox {
    padding: 0;
  }

  .slider--six .slide .slider__content {
    padding-top: 64px;
  }

  .slider--nine .slide .slider__content h1 {
    font-size: 77px;
    margin-bottom: 47px;
  }
}
@media only screen and (max-width: 575px) {
  .slider--15 .slide .slider__content h2 {
    font-size: 48px;
    line-height: 81px;
  }

  .slider--15 .slide .slider__content h1 {
    font-size: 36px;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slide__activation.owl-theme .owl-nav {
    display: none;
  }
}

/*--------------------------
	Look Book Styles
----------------------------*/
.look__book__wrapper {
  display: inline-block;
    margin-top: 0;
    padding-bottom: 180px;
    padding-top: 200px;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.look__book__wrapper .row {
  margin: 0 -35px;
  padding: 0 70px;
}
.look__book__wrapper .row .col {
  padding:0px 45px 0px 0px;
}
.look__book__wrapper .book__thumb {
  display: block;
  overflow: hidden;
  position: relative;
  text-align: center;
  z-index: 1;
}
.look__book__wrapper .book__thumb a img {
  -webkit-transition: all 300ms ease-in 0s;
  transition: all 300ms ease-in 0s;
  width: 100%;
}
.look__book__wrapper .book__thumb a:hover img {
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
          transform: scale3d(1.05, 1.05, 1.05);
}
.look__book__wrapper .book__thumb.thumb2 {
  margin-top: 45%;
}
.look__book__wrapper .book__content {
  position: relative;
  text-align: left;
}
.look__book__wrapper .book__content::before {
  border: 10px solid #f3f3f3;
    bottom: -70px;
    content: "";
    left: -55px;
    position: absolute;
    right: -129px;
    top: -50px;
    -webkit-transform: translateX(-80%);
    transform: translateX(-80%);
}
.look__book__wrapper .book__content .book__content__inner {
  background: white none repeat scroll 0 0;
  padding: 30px 0;
  position: relative;
  margin-top: -150px;
}
.look__book__wrapper .book__content .book__content__inner h2 {
  color: #3a3a3a;
  font-size: 60px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-bottom: 30px;
  text-transform: uppercase;
  -webkit-transform: translateX(-200px);
          transform: translateX(-200px);
  white-space: nowrap;
}
.look__book__wrapper .book__content .book__content__inner h4 {
  color: #3a3a3a;
  font-size: 24px;
  font-weight: 700;
  text-transform: capitalize;
}
.look__book__wrapper .book__content .book__content__inner p {
  color: #606060;
  font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 28px;
  padding: 30px 0;
}
.look__book__wrapper .book__content.content2 {
  text-align: right;
  -webkit-transform: translateY(40%);
          transform: translateY(40%);
}
.look__book__wrapper .book__content.content2::before {
  bottom: -50px;
  left: 0;
  right: 0;
  top: -50px;
  -webkit-transform: translateX(80%);
          transform: translateX(80%);
}
.look__book__wrapper .book__content.content2 .book__content__inner {
  margin-top: 0;
}
.look__book__wrapper.space__vare--2 {
  margin-top: 100px;
}




@media only screen and (min-width: 992px) and (max-width: 1199px) {
    
    .wn__look__book {
    margin: 0 0 100px 0;
}
    .look__book__wrapper .book__content .book__content__inner p {
  
    font-size: 12px;
    letter-spacing: 0.1em;
    line-height: 25px;

}
    
    
  .look__book__wrapper .book__thumb.thumb2 {
    margin-top: 70%;
  }

  .look__book__wrapper .book__content::before {
    right: -82px;
  }
}


@media only screen and (min-width: 768px) and (max-width: 991px) {
    
    
    
    
    .look__book__wrapper .book__content .book__content__inner p {
   
    padding: 20px 0;
    font-size: 12px;
    line-height: 25px;
    
}
    
    
  
  .look__book__wrapper .book__content .book__content__inner {
   
    padding: 20px 0;
  
   
}

  
  .wn__look__book {
    margin: 0 0 280px 0;
}
  
  
  .look__book__wrapper .book__content::before {
   border: 5px solid #f3f3f3;
    bottom: -35px;
    left: -35px;
    right: -86px;
    top: -35px;
  }
.look__book__wrapper .book__content.content2::before {
    bottom: -34px;
    left: 0;
    right: 0px;
    top: -50px;
 
}
  .look__book__wrapper .book__thumb.thumb2 {
    margin-top: 75%;
  }

  .look__book__wrapper .book__content.content2 {
    right: 13px;
    -webkit-transform: translateY(30%);
            transform: translateY(30%);
  }

  .look__book__wrapper .book__content .book__content__inner h4 {
    font-size: 21px;
  }

  .look__book__wrapper .book__content .book__content__inner h2 {
    font-size: 50px;
  }

  .look__book__wrapper {
    padding-bottom: 10px;
  }

  .look__book__wrapper .row {
    margin: 0 -54px;
  }

  .look__book__wrapper .book__content.content2 {
    -webkit-transform:translateY(30%);
            transform: translateY(30%);
  }
}
@media only screen and (max-width: 767px) {
  .look__book__wrapper {
    margin-bottom: 22px;
    padding-top: 130px;
    margin-top: 0;
  }

  .look__book__wrapper .book__content::before {
    border: 0 none;
  }

  .look__book__wrapper .book__content .book__content__inner {
    margin-top: 0;
  }

  .look__book__wrapper .book__content .book__content__inner h2 {
    font-size: 42px;
    margin-bottom: 18px;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }

  .look__book__wrapper .book__thumb.thumb2 {
    margin-top: 20px;
  }

  .look__book__wrapper .book__content.content2 {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }

  .look__book__wrapper .row {
    margin: 0 -35px;
    padding: 0 10px;
  }

  .look__book__wrapper .book__content .book__content__inner h4 {
    font-size: 22px;
  }

  .look__book__wrapper {
    padding-bottom: 7px;
  }

  .look__book__wrapper.space__vare--2 {
    margin-top: 0;
    padding-top: 100px;
  }
}
@media only screen and (max-width: 575px) {
  .look__book__wrapper .book__content .book__content__inner h4 {
    font-size: 15px;
  }

  .look__book__wrapper .book__content .book__content__inner p {
    padding: 16px 0;
  }
}
@media only screen and (max-width: 420px) {
  .look__book__wrapper .book__content .book__content__inner h2 {
    font-size: 25px;
  }

  .look__book__wrapper .book__content .book__content__inner p {
    padding: 12px 0;
  }

  .look__book__wrapper .book__content .book__content__inner h4 {
    font-size: 15px;
  }
}
/*-------------------------
	Brand Styles
-------------------------*/
.brand--2 .brand__activation {
  border-bottom: 1px dashed #ebebeb;
  border-top: 1px dashed #ebebeb;
  padding: 60px 0;
}

.brand--3 .brand__activation {
  padding: 97px 0;
}

.brand__activation.owl-carousel .owl-item img {
  display: block;
  width: auto;
}

/*-------------------------
	Blog Styles
-------------------------*/
.blog {
  margin-top: 30px;
}
.blog .blog__inner {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
.blog .blog__inner .date__time {
  margin-bottom: 14px;
}
.blog .blog__inner .date__time .day {
  color: #2e2e2e;
  display: inline-block;
  font-size: 48px;
  font-weight: 700;
}
.blog .blog__inner .date__time .seperate {
  display: inline-block;
  margin-top: 26px;
}
.blog .blog__inner .date__time .month {
  display: inline-block;
  margin-top: 26px;
}
.blog .blog__inner h4 {
  display: block;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 30px;
  position: relative;
  text-transform: capitalize;
}
.blog .blog__inner h4 a {
  color: #2e2e2e;
  line-height: 25px;
}
.blog .blog__inner p {
  font-size: 12px;
  letter-spacing: 0.2em;
  line-height: 25px;
  margin-bottom: 9px;
  padding: 0 3% 0 0;
}
.blog .blog__thumb {
  display: block;
  overflow: hidden;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
.blog .blog__thumb img {
  -webkit-transition: all 300ms ease-in 0s;
  transition: all 300ms ease-in 0s;
  width: 100%;
}
.blog:hover .blog__thumb img {
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
          transform: scale3d(1.05, 1.05, 1.05);
}

.color--pink .shopbtn:hover::after {
  background-position: 100% 50%;
  -webkit-transition: all 300ms ease-in 0s;
  transition: all 300ms ease-in 0s;
}

.color--pink .shopbtn:hover {
  color: #da7187;
}

.wn__blog__area.bg__images {
  background: rgba(0, 0, 0, 0) url("images/pos-bg/5.jpg") no-repeat scroll center top;
  margin-bottom: 112px;
 
  text-align: center;
}
.wn__blog__area.bg__images.bg__images--2 {
  background: rgba(0, 0, 0, 0) url("images/pos-bg/7.jpg") no-repeat scroll center top;
}
.wn__blog__area.bg__images.bg__images--3 {
  background: rgba(0, 0, 0, 0) url("images/pos-bg/14.jpg") no-repeat scroll center top;
}
.wn__blog__area.bg__images.bg__images--4 {
  background: rgba(0, 0, 0, 0) url("images/pos-bg/22.jpg") no-repeat scroll center top;
}
.wn__blog__area.bg__images.bg__images--5 {
  background: rgba(0, 0, 0, 0) url("images/pos-bg/24.jpg") no-repeat scroll center top;
}
.wn__blog__area .title {
  margin-bottom: 17px;
}
.wn__blog__area .title h2 {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  padding: 5px 0;
  text-transform: uppercase;
}

.wenro__blog {
  margin-top: 30px;
  background: white none repeat scroll 0 0;
  -webkit-box-shadow: 1px 2px 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 1px 2px 10px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  padding: 18px;
  position: relative;
  text-align: left;
  width: 100%;
}
.wenro__blog .thumb {
  display: block;
  overflow: hidden;
}
.wenro__blog .thumb a {
  display: block;
  overflow: hidden;
}
.wenro__blog .thumb a img {
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  width: 100%;
}
.wenro__blog .content span {
  margin-top: 28px;
  display: block;
  color: #a4a4a4;
  font-size: 10px;
  font-weight: 600;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.wenro__blog .content h2 {
  display: block;
  font-size: 14px;
  font-weight: 700;
  line-height: 25px;
  margin-bottom: 10px;
  margin-top: 13px;
  position: relative;
  text-transform: uppercase;
}
.wenro__blog .content h2 a {
  color: #2e2e2e;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.wenro__blog .content h2 a:hover {
  color: #f50381;
}
.wenro__blog .content p {
  font-size: 12px;
  line-height: 24px;
  padding: 0 0 28px;
}
.wenro__blog .content .blog__btn {
  border-bottom: 1px solid #d7d7d7;
  color: #2e2e2e;
  font-size: 12px;
  font-weight: 500;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.wenro__blog .content .blog__btn:hover {
  border-color: #d3ae6a;
  color: #ffffff;
}
.wenro__blog:hover .thumb a img {
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
          transform: scale3d(1.05, 1.05, 1.05);
}

.blog__turquoise .wenro__blog .content h2 a:hover {
  color: #3cc8df;
}

.blog__turquoise .wenro__blog .content .blog__btn:hover {
  border-color: #3cc8df;
  color: #3cc8df;
}

.yellow--blog .wenro__blog .content h2 a:hover {
  color: #ffa800;
}

.yellow--blog .wenro__blog .content .blog__btn:hover {
  border-color: #ffa800;
  color: #ffa800;
}

.brown--color .wenro__blog .content h2 a:hover {
  color: #ce7852;
}

.brown--color .wenro__blog .content .blog__btn:hover {
  border-color: #ce7852;
  color: #ce7852;
}

.color--pink .wenro__blog .content h2 a:hover {
  color: #da7187;
}

.color--pink .wenro__blog .content .blog__btn:hover {
  border-color: #da7187;
  color: #da7187;
}

.blog-page .page__header {
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 30px;
}
.blog-page .page__header h2 {
  font-size: 22px;
  margin: 0 0 10px;
  color: #2e2e2e;
}
.blog-page .blog__post {
  margin-top: 40px;
}
.blog-page .blog__post .thumb {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
.blog-page .blog__post .thumb a img {
  width: 100%;
}
.blog-page .blog__post .content {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  padding: 0 0 0 20px;
}
.blog-page .blog__post .content h4 a {
  color: #2e2e2e;
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 5px;
  text-transform: capitalize;
  font-weight: 600;
}
.blog-page .blog__post .content h4 a:hover {
  color: #c18e2d;
}
.blog-page .blog__post .content .post__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 0 10px;
  position: relative;
}
.blog-page .blog__post .content .post__meta::after {
  background: #c92c61 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  width: 40px;
}
.blog-page .blog__post .content .post__meta li {
  color: #240105;
  font-size: 12px;
  font-weight: 700;
  text-transform: capitalize;
  margin: 0 3px 0 3px;
}
.blog-page .blog__post .content .post__meta li a {
  padding-left: 0px;
  color: #b88012;
  font-size: 12px;
  font-weight: 700;
}
.blog-page .blog__post .content p {
  color: #606060;
  font-size: 12px;
  margin: 17px 0 10px;
}
.blog-page .blog__post .content .blog__btn a {
  color: #262626;
  display: block;
  font-weight: 700;
  margin-top: 20px;
  text-transform: capitalize;
}
.blog-page .blog__post .content .blog__btn a:hover {
  color: #f50381;
}
.blog-page .blog__post.text--post .content {
  padding: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .wenro__blog {
    padding: 10px;
  }

  .wenro__blog .content h2 {
    font-size: 12px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .wenro__blog .content h2 {
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .post__itam .content p {
    padding: 0 0 15px;
  }

  .wenro__blog {
    padding: 9px;
  }
}
@media only screen and (max-width: 575px) {
  .blog .blog__inner h4 {
    margin-bottom: 11px;
  }

  .blog .blog__inner p {
    padding: 0;
  }

  .blog .blog__inner .date__time {
    margin-bottom: 7px;
  }
}
@media only screen and (max-width: 420px) {
  .blog .blog__inner,
.blog .blog__thumb {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }

  .blog .blog__thumb {
    margin-top: 30px;
  }
}
/*--------------------------
	Add Banner Styles
----------------------------*/
.add__banner {
  overflow: hidden;
  text-align: center;
  position: relative;
}
.add__banner .banner__thumb a {
  display: block;
  overflow: hidden;
  position: relative;
}
.add__banner .banner__thumb a img {
  width: 100%;
  -webkit-transition: all 300ms ease-in 0s;
  transition: all 300ms ease-in 0s;
}
.add__banner .banner__thumb a:hover img {
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
          transform: scale3d(1.05, 1.05, 1.05);
}
.add__banner .banner__inner {
  left: 50%;
  min-width: 100%;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
.add__banner .banner__inner h3 {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.add__banner .banner__inner h6 {
  color: #fff;
  font-size: 14px;
  line-height: 25px;
}
.add__banner:hover .banner__inner h3 {
  -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInUp;
          animation: 300ms ease-in-out 0s normal none 1 running fadeInUp;
}
.add__banner:hover .banner__inner h6 {
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInUp;
          animation: 500ms ease-in-out 0s normal none 1 running fadeInUp;
}

@media only screen and (max-width: 767px) {
  .add__banner .banner__inner h6 {
    font-size: 13px;
    line-height: 25px;
  }

  .add__banner .banner__inner h3 {
    font-size: 16px;
    margin-bottom: 5px;
  }
}
/*-------------------------
	Hot Banner Styles
-------------------------*/
.hot__banner .thumb a {
  display: block;
  overflow: hidden;
  position: relative;
}
.hot__banner .thumb a img {
  -webkit-transition: all 300ms ease-in 0s;
  transition: all 300ms ease-in 0s;
  width: 100%;
}
.hot__banner .thumb a:hover img {
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
          transform: scale3d(1.05, 1.05, 1.05);
}
.hot__banner .banner__content {
  padding: 30px 0;
  text-align: left;
}
.hot__banner .banner__content h3 {
  color: #2e2e2e;
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
}
.hot__banner .banner__content p {
  font-size: 12px;
  letter-spacing: 0.2em;
  line-height: 25px;
  padding: 30px 0 50px;
}
.hot__banner.box2 .banner__content {
  padding-top: 0;
}

@media only screen and (max-width: 767px) {
  .hot__banner .banner__content h3 {
    font-size: 23px;
  }

  .hot__banner .banner__content p {
    padding: 18px 0 29px;
  }
}
/*--------------------------
	Recent Post Styles
----------------------------*/
.post__itam {
  background: rgba(0, 0, 0, 0) url("images/pos-bg/3.jpg") no-repeat fixed center center/cover;
}
.post__itam.item__bg--2 {
  background: rgba(0, 0, 0, 0) url("images/pos-bg/19.jpg") no-repeat fixed center center/cover;
}
.post__itam .content {
  background: #fff none repeat scroll 0 0;
  display: inline-block;
  padding: 35px 0;
  position: relative;
  text-align: center;
  -webkit-transition: background 0.7s ease 0s;
  transition: background 0.7s ease 0s;
  width: 100%;
}
.post__itam .content::after {
  background: rgba(0, 0, 0, 0) -webkit-gradient(linear, left top, right top, from(#ffffff), color-stop(52%, #e6e6e6), color-stop(52%, #e6e6e6), color-stop(52%, #e6e6e6), to(#ffffff)) repeat scroll 0 0;
  background: rgba(0, 0, 0, 0) linear-gradient(to right, #ffffff 0%, #e6e6e6 52%, #e6e6e6 52%, #e6e6e6 52%, #ffffff 100%) repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 1px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 50%;
}
.post__itam .content h3 {
  display: block;
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
  margin-bottom: 25px;
  text-transform: capitalize;
}
.post__itam .content h3 a {
  color: #2e2e2e;
}
.post__itam .content p {
  font-size: 12px;
  letter-spacing: 0.2em;
  line-height: 25px;
  padding: 0 22% 15px;
}
.post__itam .content .post__time span {
  font-size: 12px;
  margin-bottom: 15px;
}
.post__itam:hover .content {
  background: transparent none repeat scroll 0 0;
}
.post__itam:hover .content h3 a {
  color: #fff;
}
.post__itam:hover .content p {
  color: #fff;
}
.post__itam:hover span {
  color: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .post__itam .content p {
    padding: 0 12% 15px;
  }
}
@media only screen and (max-width: 767px) {
  .post__itam .content p {
    padding: 0 11% 15px;
  }
}
@media only screen and (max-width: 575px) {
  .post__itam .content p {
    padding: 0 9px 15px;
  }
}
/*-------------------------
	Instagram Styles
-------------------------*/
.instagram__wrapper {
  padding: 60px 0;
}
.instagram__wrapper .instagram {
  margin-bottom: 60px;
}
.instagram__wrapper .instagram .title_instagram h2 {
  color: #fff;
  font-size: 48px;
  font-weight: 600;
  margin-bottom: 30px;
  text-transform: capitalize;
}
.instagram__wrapper .instagram .des_intagram span {
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.2em;
  opacity: 0.5;
}
.instagram__wrapper .instagram .des_intagram a {
  color: #fff;
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
}
.instagram__wrapper .instagram .des_intagram a:hover {
  color: #f50381;
}
.instagram__wrapper .taxt__bottom {
  margin-top: 60px;
  text-align: center;
}
.instagram__wrapper .taxt__bottom span {
  color: #adadad;
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  padding: 0 20px;
  position: relative;
  text-transform: uppercase;
}
.instagram__wrapper .taxt__bottom span::after {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  content: "";
  left: 100%;
  position: absolute;
  top: 50%;
  width: 5000%;
}
.instagram__wrapper .taxt__bottom span::before {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  content: "";
  position: absolute;
  right: 100%;
  top: 50%;
  width: 5000%;
}

.instagram__item .item a {
  position: relative;
  display: block;
}
.instagram__item .item a::before {
  background-color: rgba(0, 0, 0, 0.5);
  bottom: 25px;
  content: "";
  left: 25px;
  opacity: 0;
  position: absolute;
  right: 25px;
  top: 25px;
  -webkit-transform: scale3d(1.2, 1.2, 1.2);
          transform: scale3d(1.2, 1.2, 1.2);
  -webkit-transition: all 500ms ease-in 0s;
  transition: all 500ms ease-in 0s;
}
.instagram__item .item a::after {
  background: rgba(0, 0, 0, 0) url("images/icons/plus.png") repeat scroll 0 0;
  content: "";
  height: 68px;
  left: 50%;
  margin-left: -34px;
  margin-top: -34px;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transition: all 500ms ease-in 0s;
  transition: all 500ms ease-in 0s;
  width: 68px;
}
.instagram__item .item:hover a::before {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
}
.instagram__item .item:hover a::after {
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running zoomIn;
          animation: 500ms ease-in-out 0s normal none 1 running zoomIn;
  opacity: 1;
}

.color--pink .instagram__wrapper .instagram .des_intagram a:hover {
  color: #da7187;
}

.color__turquoise .instagram__wrapper .instagram .des_intagram a:hover {
  color: #3cc8df;
}

.color__turquoise .theme-color {
  color: #3cc8df;
}

@media only screen and (max-width: 575px) {
  .instagram__wrapper .instagram .title_instagram h2 {
    font-size: 36px;
    margin-bottom: 18px;
  }
}
/*--------------------------
	Video Styles
----------------------------*/
.video__area .static_video {
  position: relative;
}
.video__area .static_video .play__img {
  cursor: pointer;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
.video__area .static_video .play__img img {
  height: auto;
  max-width: 100%;
}
.video__area .content p {
  font-size: 12px;
  letter-spacing: 0.2em;
  line-height: 25px;
  margin: 0 auto;
  padding: 50px 15%;
}
.video__area .content h3 {
  color: #2e2e2e;
  font-family: "Satisfy", cursive;
  font-size: 24px;
  font-weight: normal;
  line-height: 35px;
}

.static-video .static_video {
  position: relative;
}

.static-video {
  position: relative;
  text-align: center;
  margin-bottom: 130px;
}

.static-video .static_video {
  position: relative;
}

.static_video #cms_play {
  position: absolute;
  top: 50%;
  left: 50%;
  cursor: pointer;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .video__area .content p {
    padding: 50px 8%;
  }
}
@media only screen and (max-width: 767px) {
  .video__area .content p {
    padding: 50px 0;
  }
}
/*--------------------------
	Info Styles
----------------------------*/
.wn__information .container {
  padding: 0;
}
.wn__information .info {
  padding: 30px 10px;
  position: relative;
  text-align: center;
  -webkit-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
  margin-top: 30px;
}
.wn__information .info h3 {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.wn__information .info::before {
  background: rgba(0, 0, 0, 0) url("images/icons/box.png") no-repeat scroll 0 0;
  bottom: -24px;
  content: "";
  display: inline-block;
  height: 4px;
  left: 50%;
  opacity: 0;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 300ms ease-in 0s;
  transition: all 300ms ease-in 0s;
  width: 237px;
}
.wn__information .info:hover::before {
  opacity: 1;
}
.wn__information .info:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
.wn__information .info.info11 {
  background: #a2afc6 url("images/png-img/shipping.png") no-repeat scroll 100% 100%;
}
.wn__information .info.info12 {
  background: #c6bba2 url("images/png-img/headphone.png") no-repeat scroll 100% 100%;
}
.wn__information .info.info13 {
  background: #a2c6c0 url("images/png-img/payment.png") no-repeat scroll 100% 100%;
}

.plr--0 {
  padding-left: 0px;
  padding-right: 0px;
}

.info__2 {
  background: #f2f2f2 none repeat scroll 0 0;
  padding: 45px 40px;
  text-align: center;
  margin-bottom: 30px;
  margin-top: 30px;
}
.info__2 h2 {
  color: #2e2e2e;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.2em;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.info__2 p {
  font-size: 12px;
  line-height: 25px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .info__2 {
    padding: 45px 23px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .wn__information .info h3 {
    font-size: 12px;
  }

  .info__2 {
    padding: 45px 10px;
  }
}
@media only screen and (max-width: 767px) {
  .wn__information .container {
    padding: 0 15px;
  }

  .wn__information .info h3 {
    font-size: 12px;
  }
}
/*--------------------------
	Module Product
----------------------------*/
.module__container {
  background: #fff none repeat scroll 0 0;
  -webkit-box-shadow: 1px 2px 3px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 1px 2px 3px 0 rgba(0, 0, 0, 0.05);
  padding: 0 15px 30px;
}
.module__container .title h2 {
  border-bottom: 1px solid #ebebeb;
  color: #2e2e2e;
  display: block;
  font-size: 14px;
  font-weight: 700;
  line-height: 30px;
  margin: 0 -15px 25px;
  padding: 25px 0;
  text-align: center;
  text-transform: uppercase;
}

.module__product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.module__product .thumb {
  background: #fff none repeat scroll 0 0;
  -webkit-box-shadow: 1px 2px 3px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 1px 2px 3px 0 rgba(0, 0, 0, 0.05);
  -ms-flex-preferred-size: 29%;
      flex-basis: 29%;
}
.module__product .content {
  padding: 0 0 0 15px;
  text-align: left;
  -ms-flex-preferred-size: 71%;
      flex-basis: 71%;
}
.module__product .content h6 a {
  color: #2e2e2e;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 10px;
  text-transform: capitalize;
  display: block;
}
.module__product .content .module__prize {
  margin-top: 10px;
}
.module__product .content .module__prize li {
  color: #343940;
  font-size: 14px;
  font-weight: 400;
}
.module__product .content .module__prize li.old_prize {
  color: #7d7d7d;
  text-decoration: line-through;
}

/*--------------------------
	Breadcaump Styles
----------------------------*/
.ht__bradcaump__area {
  padding-bottom: 60px;
  padding-top: 183px;
}

.bradcaump__inner .bradcaump-title {
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  line-height: 30px;
}
.bradcaump__inner .bradcaump-content {
  padding: 15px 0;
}
.bradcaump__inner .bradcaump-content .breadcrumb_item {
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  text-transform: capitalize;
  color: #fff;
}
.bradcaump__inner .bradcaump-content .breadcrumb_item.active, .bradcaump__inner .bradcaump-content .breadcrumb_item:hover {
  color: #00abcc;
}
.bradcaump__inner .bradcaump-content span.brd-separetor {
  color: #fff;
  font-style: italic;
  margin: 0 7px;
}

/*--------------------------
	Single Product Styles
----------------------------*/
.product__info__main h1 {
  color: #2e2e2e;
  font-size: 18px;
  font-weight: 600;
  margin: 15px 0 3px;
  line-height: 1.42857;
}
.product__info__main .product-info-stock-sku p {
  color: #616161;
  display: inline-block;
  font-size: 14px;
  text-transform: capitalize;
}
.product__info__main .product-info-stock-sku p span {
  color: #f50381;
}
.product__info__main .product-info-stock-sku p + p {
  margin-left: 15px;
}
.product__info__main .product-reviews-summary {
  margin: 25px 0px 40px;
  padding: 3px 0 0;
}
.product__info__main .product-reviews-summary .rating-summary {
  margin-right: 8px;
}
.product__info__main .product-reviews-summary .rating-summary li i {
  color: #f50381;
  font-size: 14px;
}
.product__info__main .product-reviews-summary .reviews-actions a {
  color: #858484;
  font-size: 12px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.product__info__main .product-reviews-summary .reviews-actions a + a {
  border-left: 1px solid #858484;
  padding-left: 6px;
  margin-left: 5px;
}
.product__info__main .product-reviews-summary .reviews-actions a:hover {
  color: #f50381;
}
.product__info__main .price-box {
  margin: 26px 0;
}
.product__info__main .price-box span {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 5px;
  display: block;
  color: #343940;
}
.product__info__main .product-color-label span {
  font-size: 14px;
  font-weight: 500;
  display: block;
}
.product__info__main .product-color-label .color__attribute {
  margin-top: 10px;
}
.product__info__main .product-color-label .color__attribute .swatch-option {
  border: 1px solid #dadada;
  cursor: pointer;
  float: left;
  height: 20px;
  margin: 0 10px 5px 0;
  max-width: 90px;
  min-width: 30px;
  overflow: hidden;
  padding: 1px 2px;
  position: relative;
  text-align: center;
  text-overflow: ellipsis;
}
.product__info__main .box-tocart {
  margin: 0px 0 20px;
}
.product__info__main .box-tocart span {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  line-height: 40px;
  margin: 0 10px 0 0;
  text-transform: capitalize;
}
.product__info__main .box-tocart .input-text {
  border: 1px solid #ebebeb;
  color: #616161;
  font-size: 14px;
  height: 40px;
  text-align: center;
  width: 3.631em;
  margin: 0 15px 15px 0;
}
.product__info__main .box-tocart .addtocart__actions .tocart {
  background: #2e2e2e url("../images/icons/cart4.png") no-repeat scroll -30px center;
  border: 0 none;
  border-radius: 25px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  height: 40px;
  line-height: 40px;
  padding: 0 20px 0 45px;
  text-transform: capitalize;
}
.product__info__main .box-tocart .addtocart__actions .tocart:hover {
  background-color: #f50381;
  border-color: #f50381;
}
.product__info__main .product-addto-links button {
  border: 2px solid #2e2e2e63;
  border-radius: 100%;
  float: left;
  font-size: 0;
  height: 40px;
  line-height: 36px;
  margin-left: 7px;
  padding: 0;
  position: relative;
  text-align: center;
  width: 40px;
}
.product__info__main .product-addto-links button.wishlist {
  background: #ffffff url("../images/icons/button-wishlist.png") no-repeat scroll 0 0;
}
.product__info__main .product-addto-links button.compare {
  background: #ffffff url("../images/icons/button-compare.png") no-repeat scroll 0 0;
}
.product__info__main .product-addto-links button.email {
  background: #ffffff url("../images/icons/button-email.png") no-repeat scroll 0 0;
}
.product__info__main .product-addto-links button:hover {
  background-color: #d1ac66;
  background-position: 100% center;
  border-color: #d1ac66;
}
.product__info__main .product-addto-links button.red {
  
      background: #ffffff url("../images/icons/214309.png") no-repeat ;
  background-position: 50% center;
  background-size: 17px ;
}
.product__info__main .product-addto-links button.red:hover {
   background-color: #d1ac66;
  background-position: 50% center;
  border-color: #d1ac66;
}
.product__info__main .product__overview {
  border-top: 1px solid #ebebeb;
  clear: both;
  line-height: 24px;
  margin: 20px 0 0;
  padding: 30px 0;
}
.product__info__main .product__overview p {
  color: #606060;
  font-size: 12px;
  font-weight: 400;
}
.product__info__main .product__overview .pro__attribute li {
  color: #606060;
  font-size: 12px;
  font-weight: 400;
}

.swatch-option.image:hover:not(.disabled),
.swatch-option.color:hover:not(.disabled) {
  border: 1px solid #fff;
  outline: 2px solid #ff5216;
}

.swatch-option:hover:not(.disabled) {
  border: 1px solid #fff;
  color: #333;
  outline: 1px solid #999;
}

.product__info__detailed .pro_details_nav {
  border-bottom: 2px solid #ebebeb;
  margin-bottom: 25px;
}
.product__info__detailed .pro_details_nav a.nav-item {
  border: 0 none;
  color: #bebebe;
  font-size: 14px;
  font-weight: 700;
  height: 46px;
  line-height: 46px;
  position: relative;
  text-transform: uppercase;
  padding: 0;
}
.product__info__detailed .pro_details_nav a.nav-item + .nav-item {
  margin-left: 38px;
}
.product__info__detailed .pro_details_nav a.nav-item::after {
  background: #2e2e2e none repeat scroll 0 0;
  bottom: -2px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  width: 0;
}
.product__info__detailed .pro_details_nav a.nav-item.active::after, .product__info__detailed .pro_details_nav a.nav-item:hover::after {
  width: 100%;
}
.product__info__detailed .pro_details_nav a.nav-item.active, .product__info__detailed .pro_details_nav a.nav-item:hover {
  color: #333;
}
.product__info__detailed .description__attribute p {
  line-height: 24px;
  color: #606060;
  font-size: 12px;
  font-weight: 400;
}
.product__info__detailed .description__attribute ul li {
  line-height: 24px;
  color: #606060;
  font-size: 12px;
  font-weight: 400;
}
.product__info__detailed .review__attribute h1 {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.1;
  margin-bottom: 2rem;
}
.product__info__detailed .review__attribute h2 {
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1.1;
  margin: 0 0 30px;
}
.product__info__detailed .review__attribute .review__ratings__type .review-ratings .rating-summary {
  margin-bottom: 5px;
}
.product__info__detailed .review__attribute .review__ratings__type .review-ratings .rating-summary span {
  display: inline-block;
  line-height: 28px;
  padding: 0 10px 0 0;
}
.product__info__detailed .review__attribute .review__ratings__type .review-ratings .rating-summary .rating li i {
  color: #d1ac66;
  font-size: 18px;
  height: 28px;
  line-height: 28px;
}
.product__info__detailed .review__attribute .review__ratings__type .review-ratings .rating-summary .rating li.off i {
  color: #c7c7c7;
}
.product__info__detailed .review__attribute .review__ratings__type .review-content {
  margin-left: 130px;
}
.product__info__detailed .review__attribute .review__ratings__type .review-content p {
  line-height: 24px;
  font-size: 12px;
  color: #606060;
}
.product__info__detailed .review-fieldset {
  border-top: 1px solid #c9c9c9;
  margin-top: 34px;
  padding-top: 72px;
}
.product__info__detailed .review-fieldset h2 {
  color: #333;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 400;
      margin-bottom: 40px;
}
.product__info__detailed .review-fieldset h3 {
  margin-bottom: 30px;
  font-size: 2rem;
  line-height: 1.2;
  color: #333;
  margin-bottom: 30px;
  font-weight: 400;
}
.product__info__detailed .review-fieldset .review-field-ratings .label span {
  color: #333;
  display: inline-block;
  font-weight: 500;
  margin: 0 0 8px;
  font-size: 12px;
}
.product__info__detailed .review-fieldset .review-field-ratings .label span::after {
  color: #e02b27;
  content: "*";
  font-size: 1.2rem;
  margin: 0 0 0 5px;
}
.product__info__detailed .review-fieldset .review-field-ratings .review-field-rating {
  margin: 0 0 29px;
}
.product__info__detailed .review-fieldset .review-field-ratings .review-field-rating span {
  font-size: 12px;
  font-weight: 700;
  line-height: 28px;
  padding-right: 10px;
}
.product__info__detailed .review-fieldset .review-field-ratings .review-field-rating .rating li.off i {
  color: #ddd;
  font-size: 18px;
}
.product__info__detailed .review-fieldset .review_form_field .input__box {
  margin: 0 0 29px;
}
.product__info__detailed .review-fieldset .review_form_field .input__box span {
  color: #333;
  display: inline-block;
  font-weight: 500;
  margin: 0 0 8px;
}
.product__info__detailed .review-fieldset .review_form_field .input__box span::after {
  color: #e02b27;
  content: "*";
  font-size: 1.2rem;
  margin: 0 0 0 5px;
}
.product__info__detailed .review-fieldset .review_form_field .input__box input {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #ebebeb;
  border-radius: 1px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
  height: 32px;
  line-height: 1.42857;
  outline: medium none;
  padding: 0 9px;
  width: 100%;
}
.product__info__detailed .review-fieldset .review_form_field .input__box textarea {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #ebebeb;
  border-radius: 1px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
  height: 32px;
  line-height: 1.42857;
  outline: medium none;
  padding: 0 9px;
  width: 100%;
  min-height: 100px;
}
.product__info__detailed .review-fieldset .review_form_field .review-form-actions button {
  background: #f2f2f2 none repeat scroll 0 0;
  border: 1px solid #cdcdcd;
  border-radius: 5px;
  color: #333;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  line-height: 38px;
  padding: 0 18px;
  text-transform: uppercase;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.product__info__detailed .review-fieldset .review_form_field .review-form-actions button:hover {
  background: #e2e2e2 none repeat scroll 0 0;
  border: 1px solid #cdcdcd;
  color: #555;
}

.pro__tab_label.tab-pane:not(.active) {
  display: none;
}

/*--------------------------
	Sidebar Styles
----------------------------*/
.wn__sidebar .widget h3.widget-title {
  font-size: 16px;
  margin: 0 0 25px;
  text-transform: uppercase;
  border-bottom: 2px solid #2e2e2e;
  margin-bottom: 20px;
  padding-bottom: 5px;
  color: #2e2e2e;
}
.wn__sidebar .widget.search_widget {
  margin: 0 0 30px;
}
.wn__sidebar .widget.search_widget .form-input {
  position: relative;
}
.wn__sidebar .widget.search_widget .form-input input {
  border: 1px solid #e1e1e1;
  height: 34px;
  padding: 0 44px 0 20px;
  width: 100%;
  outline: none;
}
.wn__sidebar .widget.search_widget .form-input button {
  background: transparent none repeat scroll 0 0;
  border: 0 none;
  color: #222;
  font-size: 12px;
  padding: 0 12px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.wn__sidebar .widget.recent_widget {
  margin: 0 0 30px;
}
.wn__sidebar .widget.recent_widget .recent-posts ul li {
  margin-bottom: 15px;
}
.wn__sidebar .widget.recent_widget .recent-posts ul li .post-wrapper .thumb {
  width: 50px;
}
.wn__sidebar .widget.recent_widget .recent-posts ul li .post-wrapper .content {
  padding-left: 15px;
}
.wn__sidebar .widget.recent_widget .recent-posts ul li .post-wrapper .content h4 a {
  line-height: 20px;
  color: #333;
  font-size: 14px;
  font-weight: 400;
}
.wn__sidebar .widget.recent_widget .recent-posts ul li .post-wrapper .content h4 a:hover {
  color: #f50381;
}
.wn__sidebar .widget.recent_widget .recent-posts ul li .post-wrapper .content p {
  color: #606060;
  font-size: 12px;
  font-weight: 300;
}
.wn__sidebar .widget.comment_widget {
  margin: 0 0 30px;
}
.wn__sidebar .widget.comment_widget ul li {
  line-height: 26px;
  margin-bottom: 15px;
}
.wn__sidebar .widget.comment_widget ul li .post-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.wn__sidebar .widget.comment_widget ul li .post-wrapper .thumb {
  width: 50px;
}
.wn__sidebar .widget.comment_widget ul li .post-wrapper .thumb img {
  width: 100%;
}
.wn__sidebar .widget.comment_widget ul li .post-wrapper .content {
  padding-left: 15px;
}
.wn__sidebar .widget.comment_widget ul li .post-wrapper .content p {
  line-height: 20px;
  font-size: 12px;
}
.wn__sidebar .widget.comment_widget ul li .post-wrapper .content a {
  font-size: 14px;
  color: #333;
  font-weight: 400;
}
.wn__sidebar .widget.comment_widget ul li .post-wrapper .content a:hover {
  color: #f50381;
}
.wn__sidebar .widget.category_widget {
  margin: 0 0 30px;
}
.wn__sidebar .widget.category_widget ul li {
  margin-bottom: 15px;
}
.wn__sidebar .widget.category_widget ul li a {
  color: #333;
  font-size: 14px;
  font-weight: 400;
}
.wn__sidebar .widget.category_widget ul li a:hover {
  color: #f50381;
}
.wn__sidebar .widget.archives_widget {
  margin: 0 0 30px;
}
.wn__sidebar .widget.archives_widget ul li {
  margin-bottom: 15px;
}
.wn__sidebar .widget.archives_widget ul li a {
  color: #333;
  font-size: 14px;
  font-weight: 400;
}
.wn__sidebar .widget.archives_widget ul li a:hover {
  color: #f50381;
}

/*--------------------------
	Blog Details Styles
----------------------------*/
.page-blog-details .container-fluid {
  margin-left: auto;
  margin-right: auto;
  max-width: 1770px;
  width: 100%;
}

.blog-details .blog-post-details {
  margin-bottom: 69px;
}
.blog-details .blog-post-details .post-thumbnail {
  margin-bottom: 30px;
}
.blog-details .blog-post-details .post_wrapper .post_header {
  margin: 0 0 10px;
}
.blog-details .blog-post-details .post_wrapper .post_header h2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 25px;
  margin-bottom: 5px;
  text-transform: uppercase;
  color: #2e2e2e;
}
.blog-details .blog-post-details .post_wrapper .post_header .post_author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.blog-details .blog-post-details .post_wrapper .post_header .post_author li {
  color: #9b9b9b;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  padding-right: 5px;
}
.blog-details .blog-post-details .post_wrapper .post_header .post_author li a {
  color: #9b9b9b;
}
.blog-details .blog-post-details .post_wrapper .post_content p {
  color: #606060;
  margin: 0 0 10px;
  font-size: 14px;
  font-weight: 300;
  line-height: 25px;
}
.blog-details .blog-post-details .post_wrapper .post_content blockquote {
  background: #efefef none repeat scroll 0 0;
  border: medium none;
  color: #4d4d4d;
  font-size: 12px;
  font-style: italic;
  margin: 20px 0;
  padding: 30px;
}
.blog-details .blog-post-details .post_wrapper .blog_meta {
  border-bottom: 1px solid #e1e1e1;
  border-top: 1px solid #e1e1e1;
  color: #606060;
  font-size: 12px;
  margin: 0 0 40px;
  padding: 5px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.blog-details .blog-post-details .post_wrapper .blog_meta li {
  color: #606060;
  font-size: 14px;
  padding-right: 5px;
}
.blog-details .blog-post-details .post_wrapper .blog_meta li a {
  color: #606060;
}
.blog-details .comments_area .comment__title {
  border-bottom: 2px solid #e8e8e8;
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 30px;
  position: relative;
  text-transform: uppercase;
  color: #2e2e2e;
}
.blog-details .comments_area .comment__title::after {
  background: #f50381 none repeat scroll 0 0;
  bottom: -2px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 120px;
}
.blog-details .comments_area .comment__list li {
  margin: 0 0 20px;
}
.blog-details .comments_area .comment__list li.comment_reply {
  margin-left: 23px;
}
.blog-details .comments_area .comment__list li .wn__comment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.blog-details .comments_area .comment__list li .wn__comment .thumb {
  width: 50px;
}
.blog-details .comments_area .comment__list li .wn__comment .thumb img {
  width: 100%;
}
.blog-details .comments_area .comment__list li .wn__comment .content {
  border: 1px solid #ececec;
  border-radius: 3px;
  margin-left: 10px;
  padding: 10px;
  width: 100%;
  position: relative;
}
.blog-details .comments_area .comment__list li .wn__comment .content::before {
  background: #fff none repeat scroll 0 0;
  border-bottom: 1px solid #ececec;
  border-left: 1px solid #ececec;
  content: "";
  display: block;
  height: 10px;
  left: -5px;
  position: absolute;
  top: 10px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 10px;
}
.blog-details .comments_area .comment__list li .wn__comment .content .comnt__author span {
  margin-right: 10px;
  color: #606060;
  font-size: 12px;
}
.blog-details .comments_area .comment__list li .wn__comment .content .comnt__author span a {
  color: #f50381;
}
.blog-details .comments_area .comment__list li .wn__comment .content .comnt__author .reply__btn {
  margin-left: 10px;
}
.blog-details .comments_area .comment__list li .wn__comment .content .comnt__author .reply__btn a {
  color: #f50381;
  font-weight: 300;
  font-size: 12px;
}
.blog-details .comments_area .comment__list li .wn__comment .content p {
  color: #333;
  margin: 0 0 10px;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
}
.blog-details .comment_respond h3.reply_title {
  border-bottom: 2px solid #e8e8e8;
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 30px;
  position: relative;
  text-transform: uppercase;
  color: #2e2e2e;
}
.blog-details .comment_respond h3.reply_title::after {
  background: #f50381 none repeat scroll 0 0;
  bottom: -2px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 120px;
}
.blog-details .comment_respond h3.reply_title small a {
  color: #f50381;
}
.blog-details .comment_respond .comment__form p {
  margin: 0 0 10px;
  font-size: 12px;
  font-weight: 300;
  line-height: 24px;
}
.blog-details .comment_respond .comment__form .input__box label {
  color: #606060;
  display: block;
  margin: 0 0 5px;
  font-size: 12px;
}
.blog-details .comment_respond .comment__form .input__box textarea {
  border: 1px solid #e1e1e1;
  min-height: 130px;
  width: 100%;
  margin: 0 0 10px;
}
.blog-details .comment_respond .comment__form .input__box.one--third {
  width: 33.33%;
  float: left;
  padding: 0 10px;
}
.blog-details .comment_respond .comment__form .input__box.one--third input {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #e1e1e1;
  height: 32px;
  width: 100%;
  padding: 0 10px;
  outline: none;
}
.blog-details .comment_respond .comment__form .submite__btn {
  margin-top: 10px;
}
.blog-details .comment_respond .comment__form .submite__btn a {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 2px solid #333;
  border-radius: 20px;
  color: #333;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  line-height: 34px;
  padding: 2px 20px 0;
  text-shadow: none;
  text-transform: uppercase;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.blog-details .comment_respond .comment__form .submite__btn a:hover {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border-color: #f50381;
  color: #f50381;
}

.blog-details .comment_respond .comment__form .input__wrapper {
  margin-left: -10px;
  margin-right: -10px;
}

.wn__pagination {
  margin-top: 100px;
  text-align: center;
}
.wn__pagination li {
  display: inline-block;
}
.wn__pagination li.active a {
  border-color: transparent;
  color: #363636;
}
.wn__pagination li a {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
 
  color: #cacaca;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  margin: 0 5px;
  padding: 0 13px;
  text-align: center;
}
.wn__pagination li a:hover {
  border-color: transparent;
  color: #363636;
}
@media only screen and (max-width: 767px) {
  .blog-page .blog__post .content p {
    margin: 7px 0 10px;
  }

  .blog-page .blog__post .content .blog__btn a {
    margin-top: 4px;
  }
}
@media only screen and (max-width: 575px) {
  .blog-details .comments_area .comment__list li .wn__comment .content .comnt__author .reply__btn {
    margin-left: 0;
  }

  .blog-details .comment_respond h3.reply_title small a {
    font-size: 15px;
  }

  .blog-page .blog__post .thumb {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }

  .blog-page .blog__post .content {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    padding: 20px 0 0;
  }

  .blog-details .comment_respond .comment__form .input__box.one--third {
    margin-bottom: 15px;
    width: 100%;
  }
}
@media only screen and (max-width: 420px) {
  .blog-details .comments_area .comment__list li.comment_reply {
    margin-left: 0;
  }
}
/*--------------------------
	Portfolio Styles
----------------------------*/
.gallery__menu {
  background: #f5f5f5 none repeat scroll 0 0;
  text-align: center;
  text-transform: capitalize;
  padding: 60px 0;
}
.gallery__menu button {
  background: #fff none repeat scroll 0 0;
  color: #666;
  border: medium none;
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  line-height: 45px;
  margin-bottom: 5px;
  margin-right: 2px;
  padding: 0 30px;
  position: relative;
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  z-index: 2;
}
.gallery__menu button::after {
  border-color: #fff #fff transparent transparent;
  border-style: solid;
  border-width: 5px;
  content: "";
  display: block;
  position: absolute;
  right: 2px;
  top: 2px;
}
.gallery__menu button:hover, .gallery__menu button.is-checked {
  background: #71a9d0 none repeat scroll 0 0;
  color: #fff;
}

.portfolio {
  margin-top: 30px;
  position: relative;
}
.portfolio .thumb {
  position: relative;
}
.portfolio .thumb a img {
  width: 100%;
}
.portfolio .thumb .search {
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 100%;
  z-index: 9;
}
.portfolio .thumb .search a i {
  background-color: #4fc1f0;
  border-color: #ffffff;
  border-radius: 100%;
  border-style: solid;
  border-width: 0;
  color: #ffffff;
  display: block;
  font-size: 18px;
  font-weight: 400;
  height: 50px;
  line-height: 21px;
  margin: auto;
  padding: 15px;
  width: 50px;
  z-index: 2;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.portfolio .thumb .search a:hover i {
  background-color: #71a9d0;
  border-color: #ffffff;
  color: #ffffff;
}
.portfolio .thumb .link {
  bottom: 12px;
  position: absolute;
  right: 12px;
  opacity: 0;
  z-index: 9;
}
.portfolio .thumb .link a i {
  background-color: #71a9d0;
  border-color: #ffffff;
  border-radius: 100%;
  border-style: solid;
  border-width: 3px;
  clear: none;
  color: #ffffff;
  display: inline-block;
  float: right;
  font-size: 16px;
  font-weight: 400;
  height: 60px;
  line-height: 53px;
  position: relative;
  text-align: center;
  width: 60px;
  z-index: 2;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.portfolio .thumb .link a:hover i {
  background-color: #4fc1f0;
  border-color: #4fc1f0;
  border-style: solid;
  border-width: 3px;
  color: #ffffff;
}
.portfolio:hover .thumb .search {
  opacity: 1;
}
.portfolio:hover .thumb .link {
  opacity: 1;
  -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
          animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
}

.portfolio .content {
  background-color: #f5f5f5;
  opacity: 0;
  padding: 20px;
  position: absolute;
  top: 100%;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  width: 100%;
  z-index: 99;
  visibility: hidden;
}
.portfolio .content h6 a {
  color: #000;
  font-size: 14px;
}
.portfolio .content p {
  color: #71a9d0;
  display: block;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  text-transform: capitalize;
}
.portfolio:hover .content {
  opacity: 1;
  visibility: visible;
}

.masonry__wrap {
  margin-left: 10px;
  margin-right: 10px;
}

@media only screen and (max-width: 767px) {
  .portfolio .thumb .link a i {
    height: 40px;
    line-height: 34px;
    width: 40px;
  }

  .masonry__wrap {
    margin-left: 0;
    margin-right: 0;
  }
}
/*--------------------------
	About Styles
----------------------------*/
.about_area .thumb {
  margin-left: -15px;
  margin-right: -15px;
}
.about_area .content {
  margin-right: -15px;
  margin-left: -15px;
  padding: 30px 50px;
  text-align: center;
}
.about_area .content h3 {
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  color: #2e2e2e;
  line-height: 1.35;
  margin: 0 0 5px;
}
.about_area .content h2 {
  font-weight: 700;
  text-transform: uppercase;
  color: #2e2e2e;
  line-height: 1.35;
  margin: 0 0 5px;
}
.about_area .content p {
  color: #606060;
  margin: 0 0 10px;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
}
.about_area .content strong {
  font-weight: 700;
  color: #606060;
}
.about_area .content.text_style--2 h2 {
  color: #2e2e2e;
  font-size: 24px;
  margin-bottom: 32px;
  margin-top: 13px;
  text-transform: uppercase;
}
.about_area .content.text_style--2 .single-skill p {
  font-size: 13px;
  font-weight: 700;
  padding: 5px 0;
  text-transform: uppercase;
  color: #b3b3b3;
  font-size: 12px;
}

.skill-container .progress-bar {
  background-color: #7b7b7b;
}

.skill-container .progress {
  background-color: #e1e1e1;
  height: 7px;
  border-radius: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about_area .content h3 {
    font-size: 26px;
    line-height: 28px;
    margin: 0 0 5px;
  }

  .about_area .content h2 {
    font-size: 26px;
  }

  .about_area .content p {
    margin: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about_area .content {
    padding: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .about_area .content {
    padding: 30px;
  }
}
/*--------------------------
	Team Styles
----------------------------*/
.wn__team {
  margin-top: 40px;
}
.wn__team .thumb img {
  width: 100%;
}
.wn__team .content h4 {
  font-weight: 400;
  margin-top: 15px;
  text-transform: capitalize;
  color: #2e2e2e;
}
.wn__team .content p {
  margin: 0 0 10px;
  color: #848484;
  font-size: 12px;
}

.team__social__net {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.team__social__net li + li {
  margin-left: 13px;
}

.team__social__net li a i {
  font-size: 16px;
}

/*--------------------------
	Error Styles
----------------------------*/
.error__inner .error__content h2 {
    font-size: 36px;
    margin: 50px 0;
    text-transform: capitalize;
    color: #2e2e2e;
    font-weight: 700;
}
.error__inner .error__content p {
  font-style: italic;
  color: #848484;
  margin: 0 0 10px;
}
.error__inner .error__content .form__box {
  border-bottom: 2px solid #222;
  height: 50px;
  margin: 30px auto 0;
  max-width: 60%;
  position: relative;
}
.error__inner .error__content .form__box input {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 0 none;
  height: 100%;
  padding-left: 20px;
  padding-right: 80px;
  width: 100%;
  outline: none;
}
.error__inner .error__content .form__box button {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 0 none;
  font-size: 18px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
}

@media only screen and (max-width: 575px) {
  .error__logo a img {
    width: 74%;
  }

  .error__inner .error__content h2 {
    font-size: 27px;
    margin: 22px 0;
  }

  .error__inner .error__content .form__box {
    max-width: 100%;
  }
}
/*--------------------------
	Contact Styles
----------------------------*/
.contact__title {
  font-size: 18px;
  text-transform: capitalize;
  color: #2e2e2e;
  font-weight: 700;
  margin-bottom: 35px;
}

.contact-form-wrap p {
  margin-bottom: 35px;
  color: #848484;
}
.contact-form-wrap .single-contact-form {
  margin: 0 0 35px;
}
.contact-form-wrap .single-contact-form.space-between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-left: -10px;
  margin-right: -10px;
}
.contact-form-wrap .single-contact-form.space-between input {
  margin: 0 10px;
}
.contact-form-wrap .single-contact-form input {
  border: 1px solid #e1e1e1;
  border-radius: 0;
  height: 42px;
  padding: 0 15px;
  width: 100%;
  outline: none;
}
.contact-form-wrap .single-contact-form textarea {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #e1e1e1;
  border-radius: 0;
  max-width: 100%;
  padding: 10px;
  height: 200px;
  padding: 15px;
  width: 100%;
  outline: none;
}
.contact-form-wrap .contact-btn button {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 2px solid #333;
  border-radius: 20px;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #333;
  display: inline-block;
  font-family: Poppins, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 34px;
  padding: 2px 20px 0;
  text-shadow: none;
  text-transform: uppercase;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.contact-form-wrap .contact-btn button:hover {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border-color: #f50381;
  color: #f50381;
}

.wn__address p {
  margin-bottom: 35px;
  color: #848484;
   height: 900px;
}
.wn__address .single__address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
   height: 900px;
}
.wn__address .single__address i {
  color: #353535;
  font-size: 20px;
  margin-right: 20px;
  margin-top: 10px;
}
.wn__address .single__address .content span {
  color: #353535;
  display: inline-block;
  font-weight: 600;
  text-transform: capitalize;
}
.wn__address .single__address .content p {
  color: #757575;
  font-size: 12px;
  margin-bottom: 15px;
}

#googleMap iframe {
  width: 100%;
  height: 900px;
}

@media only screen and (max-width: 420px) {
  .contact-form-wrap .single-contact-form.space-between {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .contact-form-wrap .single-contact-form.space-between input + input {
    margin-top: 30px;
  }
}
/*--------------------------
	Faq Styles
----------------------------*/
.wn_accordion .card {
  border: 0 none;
  margin-bottom: 20px;
}

.acc-header h5 a {
  background: #eee none repeat scroll 0 0;
  color: #333;
  display: block;
  font-size: 16px;
  font-weight: 300;
  padding: 18px 40px 18px 26px;
  position: relative;
}

.wn_accordion .card {
  border: 1px solid #e1e1e1;
  border-radius: 0;
}

.wn_accordion .card-body {
  color: #848484;
  font-size: 13px;
  padding-left: 18px;
  padding-right: 18px;
}

.acc-header h5 a.collapsed::after {
  background-image: url("images/others/toggle_open.png");
  background-repeat: no-repeat;
  content: "";
  height: 20px;
  padding: 0 10px;
  position: absolute;
  right: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
}

.acc-header h5 a::after {
  background-image: url("images/others/toggle_close.png");
  background-repeat: no-repeat;
  content: "";
  height: 20px;
  padding: 0 10px;
  position: absolute;
  right: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
}

.wn__accordeion__content {
  margin-bottom: 36px;
}
.wn__accordeion__content h2 {
  font-size: 16px;
  margin: 0 0 5px;
  padding: 0 0 5px;
  color: #2e2e2e;
  font-weight: 700;
}
.wn__accordeion__content p {
  color: #848484;
  font-size: 13px;
}

/*--------------------------
	MyAccount Styles
----------------------------*/
.account__title {
  font-size: 22px;
  color: #2e2e2e;
  font-weight: 600;
  line-height: 1.35;
  margin: 0 0 5px;
   letter-spacing: 3px;
}

.account__form {
  border: 1px solid #d3ced2;
  border-radius: 5px;
  margin: 2em 0;
  padding: 20px;
  text-align: left;
}
.account__form .input__box {
  margin: 0 0 10px;
}
.account__form .input__box label {
  margin: 0 0 5px;
  line-height: 2;
  color: #848484;
  font-size: 12px;
  display: block;
}
.account__form .input__box label span {
  color: #f50381;
}
.account__form .input__box input {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #e1e1e1;
  border-radius: 0;
  height: 32px;
  width: 100%;
  padding: 0 0 0 10px;
}
.account__form .form__btn button {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 2px solid #333;
  border-radius: 20px;
  color: #333;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  line-height: 34px;
  padding: 2px 20px 0;
  text-transform: uppercase;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.account__form .form__btn button:hover {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border-color: #f50381;
  color: #f50381;
}
.account__form .form__btn span {
  color: #848484;
  font-size: 12px;
}
.account__form .forget_pass {
  color: #f50381;
  font-size: 12px;
  margin-top: 18px;
  display: block;
}

.account__form .form__btn .label-for-checkbox {
  margin-bottom: 0;
  margin-left: 10px;
}

/*======= Cart Styles =======*/
/*---------------------------------------
  26. Our Cart Area
----------------------------------------*/
.car-header-title h2 {
  font-size: 20px;
  margin: 0;
  text-transform: uppercase;
}

.table-content table {
  background: #fff none repeat scroll 0 0;
  border-color: #eaeaea;
  border-radius: 0;
  border-style: solid;
  border-width: 1px 0 0 1px;
  text-align: center;
  width: 100%;
}

.table-content table th {
  border-top: medium none;
  font-weight: 600;
  padding: 20px 10px;
  text-align: center;
  text-transform: capitalize;
  vertical-align: middle;
  white-space: nowrap;
}

.table-content table th, .table-content table td {
  border-bottom: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
}

.table-content table td {
    border-top: medium none;
    font-size: 11px;
    padding: 35px 9px;
    text-align: center;
    vertical-align: middle;
}

.table-content table td input {
    background: #f6f6f6db none repeat scroll 0 0;
   
    border-radius: 3px;
    color: #333;
    font-size: 14px;
    font-weight: normal;
    height: 40px;
    border: 1px solid #201f2926;
    padding: 0 5px 0 10px;
    width: 45px;
}
.table-content table td.product-subtotal {
  font-size: 18px;
  font-weight: bold;
  width: 120px;
  color: #333;
}

.table-content table td.product-name a {
  font-size: 14px;
  font-weight: 700;
  margin-left: 10px;
  color: #333;
}

.table-content table td.product-name {
  width: 270px;
}

.table-content table td.product-thumbnail {
  width: 16%;
}

.table-content table td.product-remove i {
  color: #919191;
  display: inline-block;
  font-size: 20px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  width: 40px;
}

.table-content table .product-price .amount {
  font-size: 18px;
  font-weight: 700;
  color: #333;
}

.table-content table td.product-remove i:hover {
  color: #252525;
}

.table-content table td.product-quantity {
  width: 180px;
}

.table-content table td.product-remove {
  width: 150px;
}

.table-content table td.product-price {
  width: 130px;
}

.table-content table td.product-name a:hover {
  color: #f50381;
}

.cart_totals table tr.order-total th,
.cart_totals table tr.order-total .amount {
  font-size: 20px;
  text-transform: uppercase;
  white-space: nowrap;
}

.owl-theme .owl-controls .owl-page span {
  background: #ffffff none repeat scroll 0 0;
  border: 1px solid #c1c1c1;
  border-radius: 100%;
  display: block;
  height: 13px;
  margin: 3px;
  width: 13px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  border: 2px solid #c1c1c1;
}

.table-content table .title-top th {
  background: #f6f6f6 none repeat scroll 0 0;
  border-bottom: 1px solid transparent;

  color: #333;
}

.cartbox__btn {
  background: #f6f6f6 none repeat scroll 0 0;
  border-bottom: 1px solid #e8e8e8;
  border-left: 1px solid #e8e8e8;
  border-right: 1px solid #e8e8e8;
  padding: 40px;
}

.cart__btn__list li a {
  background: #fff none repeat scroll 0 0;
  border-radius: 5px;
  display: block;
  font-family: 'chronicle';
  font-size: 18px;
  font-weight: 400;
  height: 50px;
  line-height: 50px;
  padding: 0 26px;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.cart__btn__list li a:hover {
  background: #f50381 none repeat scroll 0 0;
  color: #fff;
}

.cartbox-total {
  background: #f6f6f6 none repeat scroll 0 0;
  padding: 0 40px;
}

.cartbox__total__area {
  margin-top: 80px;
}

.cart__total__amount {
  background: #d1ac66  none repeat scroll 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 60px;
  padding: 0 40px;
}

.cart__total__list li {
  color: #444444;
  font-family: 'chronicle';
  font-size: 18px;
  height: 60px;
  line-height: 60px;
}

.cart__total__tk li {
  color: #444444;
  font-size: 18px;
  font-weight: 700;
  height: 60px;
  line-height: 60px;
}

.cart__total__amount span {
  color: #fff;
  font-size: 18px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cartbox__btn {
    padding: 40px 18px;
  }

  .cart__btn__list li a {
    font-size: 15px;
    padding: 0 26px;
  }
}
@media only screen and (max-width: 767px) {
  .cart__btn__list li {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    margin-bottom: 20px;
    padding: 0 20px;
    text-align: center;
  }

  .cart__btn__list li a {
    font-size: 15px;
    font-weight: 400;
    padding: 0 23px;
  }
}
@media only screen and (max-width: 575px) {
  .cartbox__btn {
    padding: 40px 0;
  }

  .cart__btn__list li a {
    font-size: 13px;
    padding: 0 15px;
  }

  .cart__btn__list li {
    padding: 0 8px;
  }
}
/*--------------------------
	Wishlist Styles
----------------------------*/
.wnro__table table {
  border: 1px solid #e1e1e1;
}
@media only screen and (max-width: 767px) {
  .wnro__table table {
    width: 700px;
  }
}

.wnro__table th .nobr {
  color: #2e2e2e;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  padding: 20px 0;
  text-transform: uppercase;
}

.wnro__table tbody td.product-remove a {
  color: #3f3f3f;
  display: block;
  font-weight: 700;
  height: 1em;
  line-height: 1;
  padding: 10px 0;
  text-align: center;
}

.wnro__table tbody td.product-remove {
  padding-right: 0;
  text-align: center;
  width: 40px;
}

.product-thumbnail {
  padding: 25px 0;
}

.product-name a {
  color: #333333;
  font-size: 14px;
  font-weight: 500;
}

.product-price span.amount {
  color: #343940;
  font-size: 18px;
  font-weight: 700;
}

.product-stock-status span.wishlist-in-stock {
  color: #f50381;
}

.product-add-to-cart a {
  border: 2px solid #333;
  border-radius: 20px;
  color: #333;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  height: 40px;
  line-height: 35px;
  padding: 0 30px;
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: auto;
}

.product-add-to-cart {
  padding: 10px;
  text-align: center;
  width: 190px;
}

.product-add-to-cart a:hover {
  border: 2px solid #f50381;
  color: #f50381;
}

/*--------------------------
	Checkout Styles
----------------------------*/
.checkout_login,
.checkout_coupon {
  display: none;
}

.checkout_info {
  background-color: #f7f6f7;
  border-top: 3px solid #d1ac66;
  color: #515151;
  margin: 0 0 2em;
  padding: 1em 2em 1em 3.5em;
  position: relative;
  width: auto;
  border-top-color: #d1ac66;
}
.checkout_info::before {
  color: #2a0308;
  content: "";
  font-family: FontAwesome;
  font-size: 13px;
  left: 26px;
  position: absolute;
}
.checkout_info span {
margin-right: 10px;
  font-size: 14px;
}
.checkout_info a.showlogin, .checkout_info a.showcoupon {
  color:#ff0000;
  font-size: 14px;
}

.wn__checkout__form {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #e1e1e1;
  border-radius: 0;
  margin: 0 0 20px;
  padding: 20px;
  text-align: left;
}
.wn__checkout__form p {
  color: #848484;
  font-size: 14px;
  margin: 0 0 10px;
}
.wn__checkout__form .input__box label {
  margin-bottom: 10px;
  line-height: 2;
  display: block;
  color: #000000ed;
  font-size: 14px;
}
.wn__checkout__form .input__box input {
  border: 1px solid #e1e1e1;
  height: 36px;
  margin: 0 0 14px;
  max-width: 100%;
  padding: 0 0 0 10px;
  width: 370px;
}
.wn__checkout__form .form__btn button {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 2px solid #333;
    border-radius: 0;
    color: #333;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    line-height: 28px;
    padding: 0px 20px 0;
    text-transform: uppercase;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.wn__checkout__form .form__btn button:hover {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border-color: #d1ac66;
  color: #000;
}
.wn__checkout__form .form__btn .label-for-checkbox {
  margin-bottom: 5px;
}
.wn__checkout__form .form__btn .label-for-checkbox input {
  margin: 0 3px 0 15px;
}
.wn__checkout__form .form__btn .label-for-checkbox span {
  color: #848484;
  font-size: 14px;
}
.wn__checkout__form .form__btn .label-for-checkbox a {
  color: #f50381;
  font-size: 12px;
}

.checkout_coupon {
  border: 1px solid #d3ced2;
  border-radius: 5px;
  margin: 2em 0;
  padding: 20px;
  text-align: left;
}
.checkout_coupon .form__coupon input {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #e1e1e1;
  border-radius: 0;
  height: 32px;
  max-width: 100%;
  padding: 0 0 0 10px;
}
.checkout_coupon .form__coupon button {
  background: #2e2e2e none repeat scroll 0 0;
  border-radius: 0;
  color: #fff;
  margin-left: 6px;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  line-height: 34px;
  padding: 2px 20px 0;
  text-transform: uppercase;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  border: 0 none;
}
.checkout_coupon .form__coupon button:hover {
    color: #ffffff;
    background: #d1ac66;
}

.customer_details h3 {
  color: #2e2e2e;
  font-weight: 600;
  line-height: 1.35;
  font-size: 20px;
  margin: 0 0 30px;
}
.customer_details .customar__field .input_box {
  margin: 0 0 30px;
}
.customer_details .customar__field .input_box.space_between {
  margin: 0 15px;
  width: 50%;
}
.customer_details .customar__field .input_box label {
  color: #2e2e2e;
  line-height: 2;
  font-size: 14px;
  display: block;
  margin-bottom: 5px;
  text-transform: capitalize;
}
.customer_details .customar__field .input_box label span {
  color: red;
  font-weight: 700;
  margin-left:5px;
}
.customer_details .customar__field .input_box input {
  height: 40px;
  background: #fff none repeat scroll 0 0;
  border: 1px solid #e1e1e1;
  height: 32px;
  width: 100%;
  padding: 0 10px;
}

.customer_details .customar__field .margin_between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  margin-left: -15px;
  margin-right: -15px;
}

.select__option {
  border: 1px solid #e1e1e1;
  height: 32px;
  padding: 0 43px 0 10px;
  width: 100%;
}

.account__field,
.differt__form {
  display: none;
}

.create__account .wn__accountbox span {
    color: #201f29;
    font-size: 14px;
    margin-left: 10px;
}
.create__account .account__field label {
    color: #ff0000;
    margin: 6px 0 5px;
    display: block;
    font-size: 12px;
}

.create__account .account__field label span {
  color: red;
  font-weight: 700;
}

.create__account .account__field input {
    border: 1px solid #a00;
    height: 32px;
    width: 100%;
    padding: 0 10px;
    text-transform: capitalize;
}
.differt__address span {
  font-weight: 600;
  color: #2e2e2e;
  font-size: 20px;
  margin-left:10px;
}

.wn__order__box {
  background: #d1ac6640 none repeat scroll 0 0;
}
.wn__order__box h3.onder__title {
    border-bottom: 1px solid #12101021;
    font-size: 20px;
    margin: 0;
    padding: 15px 0;
    text-align: center;
    text-transform: capitalize;
    width: 100%;
    color: #2e2e2e;
}

.order__total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 22px 80px 0;
}
.order__total li {
  color: #333333;
  font-size: 18px;
  font-weight: 600;
}

.order_product {
  margin-top: 18px;
  padding: 0 80px;
}
.order_product li {
  color: #333333;
  font-size: 14px;
  font-weight: 500;
  padding: 15px 0;
}
.order_product li span {
  float: right;
}

.shipping__method {
  padding: 15px 80px 25px;
}

.shipping__method > li span {
  float: right;
}

.shipping__method li {
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.shipping__method > li + li {
  margin-top: 20px;
}

.shipping__method li ul li input {
  margin-right: 5px;
  margin-top: 6px;
}

.total__amount {
  border-top: 1px solid #12101021;
  padding: 0 80px;
}

.total__amount li span {
  float: right;
}

.total__amount li {
  color: #333333;
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 15px;
  padding-top: 15px;
  text-transform: capitalize;
}

.checkout_accordion .payment {
  margin: 0 0 20px;
}

.checkout_accordion .checkout__title input {
  margin: 0 1em 0 0;
}
.checkout_accordion .checkout__title label {
  margin: 0 0 5px;
}
.checkout_accordion .payment-body {
  color: #606060;
  font-size: 14px;
  padding: 10px 12px;
}

div.checkout__title {
    background: #323031e0 none repeat scroll 0 0;
    display: block;
    padding: 15px 15px;
    font-weight: 600;
    color: white;
}
@media only screen and (max-width: 767px) {
  .order__total {
    padding: 22px 60px 0;
  }

  .order_product {
    padding: 0 60px;
  }

  .shipping__method {
    padding: 15px 60px 25px;
  }

  .total__amount {
    padding: 0 60px;
  }
}
@media only screen and (max-width: 575px) {
  .order__total {
    padding: 22px 20px 0;
  }

  .order_product {
    padding: 0 20px;
  }

  .shipping__method {
    padding: 15px 20px 25px;
  }

  .total__amount {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 420px) {
  .checkout_coupon .form__coupon button {
    margin-left: 0;
    margin-top: 20px;
  }

  .checkout_coupon .form__coupon input {
    width: 100%;
  }
}
/*--------------------------
	Shop Single Styles
----------------------------*/
.wedget__title {
  border-bottom: 2px solid #2e2e2e;
  margin-bottom: 20px;
  padding-bottom: 12px;
  position: relative;
  font-size: 20px;
  color: #2e2e2e;

}

.wedget__categories.poroduct--cat {
  margin: 0 0 30px;
}
.wedget__categories.poroduct--cat ul li {
  border-bottom: 1px dashed #e1e1e1;
  line-height: 45px;
  text-align: left;
  text-transform: capitalize;
}
.wedget__categories.poroduct--cat ul li a {
  color: #606060;
  font-size: 16px;
  font-weight: 400;
}
.wedget__categories.poroduct--cat ul li a:hover {
  color: #d1ac66;
}
.wedget__categories.poroduct--cat ul li a span {
  color: #d1ac66;
  float: right;
}
.wedget__categories.pro--range {
  margin: 0 0 45px;
}
.wedget__categories.poroduct--compare {
  margin: 0 0 30px;
}
.wedget__categories.poroduct--compare ul {
  margin: 0 0 20px;
}
.wedget__categories.poroduct--compare ul li {
  border-bottom: 1px dashed #e1e1e1;
  line-height: 45px;
  text-align: left;
  text-transform: capitalize;
}
.wedget__categories.poroduct--compare ul li a {
  display: block;
  color: #606060;
  font-size: 14px;
  font-weight: 400;
}
.wedget__categories.poroduct--tag {
  margin: 0 0 30px;
}
.wedget__categories.poroduct--tag ul li {
  display: inline-block;
}
.wedget__categories.poroduct--tag ul li a {
  background: #ebebeb none repeat scroll 0 0;
  color: #606060;
  display: inline-block;
  font-size: 14px;
  line-height: 33px;
  margin: 5px 5px 0 0;
  padding: 0 10px;
  text-transform: capitalize;
}
.wedget__categories.poroduct--tag ul li a:hover {
  background: #464646 none repeat scroll 0 0;
  color: #fff;
}
.wedget__categories.sidebar--banner {
  display: inline-block;
  position: relative;
}
.wedget__categories.sidebar--banner .text {
  bottom: 30px;
  left: 30px;
  margin: auto;
  position: absolute;
  right: 30px;
  text-align: center;
  top: 30px;
}
.wedget__categories.sidebar--banner .text::after {
  border-color: rgba(255, 255, 255, 0.2);
  border-style: solid;
  border-width: 0 5px 6px;
  content: "";
  display: inline-block;
  height: 53px;
  margin: 20px auto 0;
  width: 100%;
}
.wedget__categories.sidebar--banner .text::before {
  border-color: rgba(255, 255, 255, 0.2);
  border-style: solid;
  border-width: 6px 5px 0;
  content: "";
  display: inline-block;
  height: 53px;
  margin: 0 auto 20px;
  width: 100%;
}
.wedget__categories.sidebar--banner .text h2 {
  color: #f50381;
  font-size: 14px;
  text-transform: uppercase;
}
.wedget__categories.sidebar--banner .text h6 {
  color: #fff;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 700;
}
.wedget__categories.sidebar--banner .text h6 strong {
  color: #f50381;
}

.wedget__categories.poroduct--compare ul li:last-child {
  border: 0 none;
}

.content-shopby {
  margin-top: 32px;
}

.price--output input {
  border: 0 none;
}

.price--output span {
  color: #333;
  font-size: 14px;
}

.price--filter {
  display: inline-block;
}

.price--output {
  display: inline-block;
}

.price--filter button {
  background:#00abcc none repeat scroll 0 0;
  border-radius: 3px;
  border: none;
  color: #fff;
  display: block;
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  padding: 0 20px;
  text-transform: capitalize;
}

.ui-widget-content {
  background: #ededed none repeat scroll 0 0;
  border: 0 none;
  color: #222;
}

.ui-slider-horizontal {
  height: 7px;
}

.ui-slider .ui-slider-handle {
  border-radius: 100%;
  cursor: default;
  height: 16px;
  position: absolute;
  -ms-touch-action: none;
      touch-action: none;
  width: 16px;
  z-index: 2;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  background: #00abcc none repeat scroll 0 0;
  border: 0 none;
  color: #00abcc;
}

.ui-slider-range.ui-widget-header.ui-corner-all {
  background:#00abcc none repeat scroll 0 0;
}

.ui-slider-horizontal {
  margin-bottom: 25px;
  margin-top: 7px;
}

.shop__list__wrapper {
  border-bottom: 2px solid #e1e1e1;
  border-top: 2px solid #e1e1e1;
  margin: 0 0 30px;
  padding: 10px 0;
  width: 100%;
}
.shop__list__wrapper .shop__list a {
  border: 1px solid #ccc;
  color: #a3a3a3;
  font-size: 15px;
  height: 31px;
  line-height: 32px;
  margin-right: 8px;
  padding: 0 !important;
  text-align: center;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  width: 31px;
}
.shop__list__wrapper .shop__list a.active, .shop__list__wrapper .shop__list a:hover {
  border-color: #2e2e2e;
  color: #2e2e2e;
}
.shop__list__wrapper p {
  color: #3f3f3f;
  display: inline-block;
  height: 31px;
  line-height: 31px;
}
.shop__list__wrapper .orderby__wrapper span {
  color: #3f3f3f;
  display: inline-block;
  height: 31px;
  line-height: 31px;
}

.shot__byselect {
  border: 1px solid #e1e1e1;
  color: #898888;
  height: 30px;
  margin-left: 10px;
  padding: 0 10px;
}

.list__view {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.list__view .thumb {
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
  overflow: hidden;
  position: relative;
}
.list__view .thumb a {
  display: block;
}
.list__view .thumb a img {
  width: 100%;
}
.list__view .thumb a.second__img {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
.list__view .content {
  -ms-flex-preferred-size: 70%;
      flex-basis: 70%;
  padding-left: 32px;
}
.list__view .content h2 {
  margin: 5px 0 0;
}
.list__view .content h2 a {
  color: #2e2e2e;
  font-size: 24px;
  font-weight: 500;
  text-transform: capitalize;
}
.list__view .content .rating {
  margin-top: 13px;
}
.list__view .content .prize__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  margin-top: 20px;
}
.list__view .content .prize__box li {
  font-size: 18px;
  color: #2e2e2e;
}
.list__view .content .prize__box li.old__prize {
  color: #868888;
  font-size: 16px;
  margin-left: 10px;
  text-decoration: line-through;
}
.list__view .content p {
  color: #606060;
  font-size: 13px;
  line-height: 24px;
  margin: 0 0 30px;
}
.list__view .content .cart__action li {
  margin-right: 15px;
}
.list__view .content .cart__action li a {
  background-position: 2px -36px;
  border: 2px solid #ebebeb;
  border-radius: 100%;
  height: 44px;
  width: 44px;
  position: relative;
  display: block;
}
.list__view .content .cart__action li.cart a {
  background: #222 none repeat scroll 0 0;
  border: 0 none;
  border-radius: 20px;
  -webkit-box-shadow: 1px 0 1px rgba(0, 0, 0, 0.3);
          box-shadow: 1px 0 1px rgba(0, 0, 0, 0.3);
  color: #fff;
  font-weight: 700;
  height: 44px;
  line-height: 44px;
  padding: 0 25px;
  text-transform: uppercase;
  width: auto;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.list__view .content .cart__action li.cart a:hover {
  background: #f50381 none repeat scroll 0 0;
}
.list__view .content .cart__action li.wishlist a {
  background: white url("images/icons/wishlist.png") no-repeat scroll -6% 0;
}
.list__view .content .cart__action li.wishlist a:hover {
  background-position: 108% 0;
  border: 2px solid #f50381;
  background-color: #f50381;
}
.list__view .content .cart__action li.compare a {
  background: white url("images/icons/compare.png") no-repeat scroll -6% 0;
}
.list__view .content .cart__action li.compare a:hover {
  background-position: 108% 0;
  border: 2px solid #f50381;
  background-color: #f50381;
}
.list__view:hover .thumb a.second__img {
  opacity: 1;
  visibility: visible;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .orderby__wrapper {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-top: 14px;
  }

  .list__view {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .list__view .thumb {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-bottom: 20px;
  }

  .list__view .content {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    padding-left: 0;
  }
}
/*-------------------------
	Footer Styles
-------------------------*/
.footer-static-top {
  padding: 90px 0 50px;
}

.footer__home .footer__widget .ft__logo {
  margin-bottom: 45px;
}
.footer__home .footer__widget .footer__content p.des__footer {
  color: #d3d3d3;
  font-size: 12px;
  line-height: 25px;
  margin-bottom: 20px;
}
.footer__home .footer__widget .footer__content .footer__address p.address {
  color: #d3d3d3;
  margin-bottom: 15px;
  padding-left: 0px;
  position: relative;
  font-size: 12px;
  line-height: 25px;
}
.footer__home .footer__widget .footer__content .footer__address p.address label {
  color: #d3d3d3;
  font-weight: normal;
  margin: 0 3px;
  text-transform: capitalize;
}
.footer__home .footer__widget .footer__content .footer__address p.address a {
  color: #d3d3d3;
  display: inline-block;
}
.footer__home .footer__widget .footer__content .footer__address p.address::before {
  color: #3c3c3c;
  content: "";
  display: inline-block;
  height: 18px;
  left: 0;
  margin-top: -9px;
  position: absolute;
  top: 50%;
  width: 18px;
}
.footer__home .footer__widget .footer__content .footer__address p.address.location {
  background: none;
}
.footer__home .footer__widget .footer__content .footer__address p.address.phone {
  /*background: rgba(0, 0, 0, 0) url("images/icons/ph.png") no-repeat scroll 0 0;*/
}
.footer__home .footer__widget .footer__content .footer__address p.address.email {
  background: none;
}
.footer__home .footer__widget h4 {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 30px;
  margin: 0 0 35px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.footer__home .footer__widget .footer__content ul.ft__menu li {
  line-height: 30px;
  padding-bottom: 5px;
}
.footer__home .footer__widget .footer__content ul.ft__menu li a {
  color: #d3d3d3;
  display: block;
  font-size: 12px;
  padding-left: 17px;
  position: relative;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease-in 0s;
  transition: all 300ms ease-in 0s;
   letter-spacing: 1px;
}
.footer__home .footer__widget .footer__content ul.ft__menu li a:hover {
  color: #e2b763;
}
.footer__home .footer__widget .footer__content ul.ft__menu li a::before {
  background: #999 none repeat scroll 0 0;
  border-radius: 100%;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  top: 48%;
  -webkit-transition: all 300ms ease-in 0s;
  transition: all 300ms ease-in 0s;
  width: 4px;
}
.footer__home .footer__widget .footer__content ul.ft__menu li a:hover::before {
  background: #e2b763 none repeat scroll 0 0;
}
.footer__home .footer__widget .footer__content ul.instagrem__list li {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  padding: 4px;
}
.footer__home .footer__widget .footer__content .follow__us a {
  display: block;
  font-style: italic;
  padding-top: 10px;
  color: #999;
  font-size: 12px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.footer__home .footer__widget .footer__content .follow__us a:hover {
  text-decoration: underline;
  color: #f50381;
}
.footer__home .footer__widget .footer__content .follow__us a i {
  padding-left: 10px;
}
.footer__home .copyright__wrapper .copyright {
  border-top: 1px dashed #2d2c36;
  padding-bottom: 20px;
  padding-top: 20px;
}
.footer__home .copyright__wrapper .copyright .copy__right__inner p {
  color: #999;
  font-size: 14px;
  line-height: 34px;
  margin: 0;
  text-align: center;
}
.footer__home .copyright__wrapper .copyright .copy__right__inner p i {
  color: #f50381;
  font-size: 12px;
  margin: 0 2px;
}
.footer__home .copyright__wrapper .copyright .copy__right__inner p a {
  color: #999;
}
.footer__home .copyright__wrapper .copyright .copy__right__inner p a:hover {
  color: #fff;
}

.copy__right__inner p i {
  color: #f50381;
  font-size: 12px;
  margin: 0 2px;
}

.footer__home.footer--two .footer__widget .footer__content .footer__address p.address {
  color: #8d8d8d;
}
.footer__home.footer--two .footer__widget .footer__content .footer__address p.address label {
  color: #8d8d8d;
}
.footer__home.footer--two .footer__widget .footer__content .footer__address p.address a {
  color: #8d8d8d;
}
.footer__home.footer--two .footer__widget .footer__content .footer__address p.address.location {
  background: rgba(0, 0, 0, 0) url("images/icons/lc2.png") no-repeat scroll 0 0;
}
.footer__home.footer--two .footer__widget .footer__content .footer__address p.address.phone {
  background: rgba(0, 0, 0, 0) url("images/icons/ph2.png") no-repeat scroll 0 0;
}
.footer__home.footer--two .footer__widget .footer__content .footer__address p.address.email {
  background: rgba(0, 0, 0, 0) url("images/icons/em2.png") no-repeat scroll 0 0;
}
.footer__home.footer--two .footer__widget h4 {
  color: #2e2e2e;
}
.footer__home.footer--two .copyright__wrapper .copyright {
  border-top: 0 none;
  padding-bottom: 20px;
  padding-top: 20px;
}
.footer__home.footer--two .copyright__wrapper .copyright .copy__right__inner p {
  color: #676767;
  font-size: 12px;
  line-height: 34px;
  margin: 0;
  text-align: center;
}
.footer__home.footer--two .copyright__wrapper .copyright .copy__right__inner p a {
  color: #676767;
}
.footer__home.footer--two .copyright__wrapper .copyright .copy__right__inner p a:hover {
  color: #f50381;
}

.footer--four .footer-static-top {
  background: #ffffff none repeat scroll 0 0;
  padding: 130px 0;
  text-align: center;
  border-bottom: 1px solid #ebebeb;
}
.footer--four .copyright__wrapper {
  padding: 18px 0;
}

.footer__menu .ft__logo a {
  display: block;
  margin-bottom: 40px;
  text-align: center;
}
.footer__menu .footer__content .mainmenu li {
  display: inline-block;
  padding: 0 22px;
}
.footer__menu .footer__content .mainmenu li a {
  color: #2e2e2e;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.footer__menu .footer__content .mainmenu li a:hover {
  color: #f50381;
}

.page-footer {
  margin-left: 80px;
  margin-right: 80px;
}

.footer--four.bg__cat--8 .footer-static-top {
  background: transparent none repeat scroll 0 0;
}

.footer--5 .footer-static-top {
  padding: 90px 0 50px;
}
.footer--5 .time__info {
  background: #1f1f1f none repeat scroll 0 0;
  margin-bottom: 50px;
  padding: 15px 0;
}
.footer--5 .time__info ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer--5 .time__info ul li {
  -ms-flex-preferred-size: 33.33%;
      flex-basis: 33.33%;
  text-align: center;
  color: #b1b1b1;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  border-left: 1px solid #2c2c2c;
}
.footer--5 .time__info ul li:first-child {
  border-left: medium none;
}
.footer--5 .footer__widget .ft__logo {
  display: inline-block;
  margin-bottom: 45px;
}
.footer--5 .footer__widget .des__footer {
  font-size: 12px;
  letter-spacing: 0.2em;
  line-height: 25px;
  padding: 0 19% 40px;
  color: #999;
}
.footer--5 .footer__widget h4 {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  line-height: 30px;
  text-transform: uppercase;
  margin: 0 0 25px;
}
.footer--5 .footer__widget .footer__address p.address {
  color: #d3d3d3;
  display: block;
  line-height: 24px;
  padding-left: 30px;
  position: relative;
  margin-bottom: 5px;
  font-size: 12px;
}
.footer--5 .footer__widget .footer__address p.address label {
  color: #f50381;
}
.footer--5 .footer__widget .footer__address p.address a {
  color: #d3d3d3;
  line-height: 24px;
  padding-left: 30px;
  position: relative;
  margin-bottom: 5px;
}
.footer--5 .footer__widget .footer__content .space__hr {
  margin-bottom: 15px;
  margin-top: 12px;
}
.footer--5 .footer__widget .footer__content .ft__menu {
  font-size: 12px;
  line-height: 30px;
}
.footer--5 .footer__widget .footer__content .ft__menu li {
  display: block;
  margin-bottom: 5px;
}
.footer--5 .footer__widget .footer__content .ft__menu li a {
  color: #999;
  display: block;
  font-weight: 400;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.footer--5 .footer__widget .footer__content .ft__menu li a span {
  float: right;
}
.footer--5 .footer__widget .footer__content .ft__menu li a:hover {
  color: #f50381;
}
.footer--5 .footer__widget .footer__content .instagrem__list li {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  margin-bottom: 8px;
  padding: 0 4px;
}
.footer--5 .copyright__wrapper .copyright {
  border-top: 1px dashed #2d2c36;
  padding: 20px 0;
}
.footer--5 .copyright__wrapper .copyright .copy__right__inner p {
  color: #999;
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
  padding: 5px 0;
  text-transform: capitalize;
}
.footer--5 .copyright__wrapper .copyright .copy__right__inner p a {
  color: #999;
}
.footer--5.variation--2 .footer__widget.our__service {
  margin-left: -30px;
}
.footer--5.variation--2 .footer__widget.opening-time {
  margin-left: -53px;
}
.footer--5.variation--2 .footer__widget .des__footer {
  letter-spacing: inherit;
  line-height: 24px;
  margin: auto;
  padding: 0 21% 40px;
}
.footer--5.variation--2 .footer__widget .footer__address p.address {
  padding-left: 0;
}
.footer--5.variation--2 .footer__widget .footer__address p.address label {
  color: #ffa800;
}
.footer--5.variation--2 .footer__widget .footer__address p.address span {
  padding-left: 22px;
  text-align: left;
}
.footer--5.variation--2 .footer__widget .follow__us a {
  color: #797979;
  display: block;
  font-size: 12px;
  margin-top: 8px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.footer--5.variation--2 .footer__widget .follow__us a i {
  padding-left: 9px;
}
.footer--5.variation--2 .footer__widget .follow__us a:hover {
  color: #ffa800;
}
.footer--5.variation--2 .footer__container {
  border-bottom: 1px dashed #2d2c36;
  border-top: 1px dashed #2d2c36;
  padding: 90px 45px 96px;
}
.footer--5.variation--2 .footer-static-top {
  padding-bottom: 0;
  padding-top: 100px;
}

.footer--5.variation--2 .copyright__wrapper .copyright {
  border-top: 1px dashed transparent;
  padding: 20px 45px;
}

.footer--5.variation--2 .footer__widget .footer__content .ft__menu li a:hover {
  color: #ffa800;
}

.footer--yellow .copy__right__inner p a:hover {
  color: #ffa800;
}

.footer-page.bg__images {
  background: rgba(0, 0, 0, 0) url("images/pos-bg/6.jpg") no-repeat fixed center center;
}
.footer-page.bg__images--2 {
  background: rgba(0, 0, 0, 0) url("images/pos-bg/13.jpg") no-repeat fixed center center;
}
.footer-page .wn__brand__area {
  border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
}

.footer--7 .footer--four .footer-static-top {
  background: transparent none repeat scroll 0 0;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
}

.footer--7 .footer__menu .footer__content .mainmenu li a {
  color: #999;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.color--pink .social__net.social__net--2 li a:hover {
  border-color: #da7187;
  color: #da7187;
}

.color--pink .copy__right__inner p a:hover,
.color--pink .footer__menu .footer__content .mainmenu li a:hover {
  color: #da7187;
}

.brown--color .copy__right__inner p a:hover {
  color: #ce7852;
}

.color__turquoise .copy__right__inner p a:hover,
.color__turquoise .footer__menu .footer__content .mainmenu li a:hover {
  color: #3cc8df;
}

.yellow--color .copy__right__inner p a:hover {
  color: #ffa800;
}

.footer--7 .copy__right__inner p a {
  color: #606060;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer__home .footer__widget .footer__content .footer__address p.address {
    font-size: 11px;
    line-height: 18px;
    margin-bottom: 17px;
    padding-left: 0px;
  }

  .footer--5.variation--2 .footer__container {
    padding: 90px 2px 96px;
  }

  .page-footer {
    margin-left: 40px;
    margin-right: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .page-footer {
    margin-left: 30px;
    margin-right: 30px;
  }

  .footer--5 .footer__widget .des__footer {
    padding: 0 4% 40px;
  }

  .footer--5.variation--2 .footer__widget.account {
    margin-left: 59px;
  }

  .footer--5.variation--2 .footer__widget.our__service {
    margin-left: 43px;
  }

  .footer--5.variation--2 .footer__widget.opening-time {
    margin-left: 0;
  }

  .footer--5.variation--2 .footer__widget .des__footer {
    padding: 0 3% 40px;
  }
}
@media only screen and (max-width: 767px) {
  .page-footer {
    margin-left: 30px;
    margin-right: 30px;
  }

  .footer__menu .footer__content .mainmenu li {
    padding: 0 13px;
  }

  .footer__menu .footer__content .mainmenu li {
    margin-bottom: 10px;
    padding: 0 13px;
  }

  .footer__menu .footer__content .mainmenu {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .footer--5 .footer__widget .des__footer {
    padding: 0 0 40px;
  }

  .footer--5 .time__info ul li {
    -ms-flex-preferred-size: 33.33%;
        flex-basis: 33.33%;
  }

  .footer--5.variation--2 .footer__widget.our__service {
    margin-left: 0;
  }

  .footer--5.variation--2 .footer__widget.account {
    margin-left: 68px;
  }

  .footer--5.variation--2 .footer__widget .des__footer {
    padding: 0 3% 40px;
  }

  .footer--5.variation--2 .copyright__wrapper .copyright {
    padding: 20px 0;
  }
}
@media only screen and (max-width: 575px) {
  .footer--two .copy__right__inner {
    margin-top: 10px;
  }

  .footer--5 .time__info ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .footer--5 .time__info ul li {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }

  .footer--5.variation--2 .footer__widget.account {
    margin-left: 0;
  }

  .footer--5.variation--2 .footer__widget.opening-time {
    margin-left: 0;
  }

  .footer--5.variation--2 .footer__container {
    padding: 90px 0 96px;
  }
}
@media only screen and (max-width: 420px) {
  .page-footer {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.tab-content .tab-pane {
  display: block;
  height: 0;
  visibility: hidden;
}

.tab-content .tab-pane.active {
  height: auto;
  visibility: visible;
}


.header-search-field {
    border: 1px solid #00abcc;
    background-color: #ffff;
    border-radius: 30px;
    padding: 5px 0px 5px 20px;
    width: 100%;
}
.cpyrght:hover{color:#e2b763 !important;}

.footer__home .footer__widget .footer__content .footer__address p.address i {
    color: #e2b763;
}

@media only screen and (min-width: 1300px) and (max-width: 1500px){
    .header--14 .mainmenu__nav .meninmenu > li > a {

    font-size: 12px;
  
}

.mainmenu__nav .meninmenu li a {
   
    padding: 0 16px;
   
}

    
    .header__area .logo {
    width:100%;
}
    
}


@media only screen and (min-width: 992px) and (max-width: 1300px){

.mainmenu__nav .meninmenu li a {
   
    padding: 0 10px;
   
}


.header__area .logo {
    width: 220px;
}


.header--14 .mainmenu__nav .meninmenu > li > a {

    font-size: 10px;
  
}


.header-search-field {
  
    padding: 5px 0px 5px 11px;

    font-size: 10px;
}
}




@media only screen and (max-width:766px){


.header__area .logo {
    width: 150px;
}
    
  .header-search-field {
  width: 90%;
    padding: 5px 0px 5px 10px;
    font-size: 10px;
}  
    
    
    
    
    
.header-search-btn {
    font-size: 10px;
    right: 12px;
    width: 18px;
   
}

.header-search-btn i{
    font-size: 10px;
    
}
    
    
    
    
    
}






.header__sidebar__right > li.shopcart {
    padding-left: 26px;
    padding-right: 26px;
    position: relative;
}


 .header__sidebar__right > li.shopcart > a {
  position: relative;
}


.topbar{
background: #00abcc;
padding: 3px;
}

.topbar .container-fluid {
    padding: 0 80px;
}









@media only screen and (max-width:767px)
{
    .slide__arrow01.owl-theme .owl-nav [class*=owl-] {
 
    height: 30px;
    line-height: 33px;   
    width: 30px;

}
    
}



.slider1 .slide__arrow01.owl-theme .owl-nav [class*=owl-] {
  
    color: #d1ad68;
}

.header-search-box {
    position: relative;
}


.header-search-btn {
    font-size: 14px;
    line-height: 1;
    right: 20px;
    top: 50%;
    width: 15px;
        background: none;
   
    border: none;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.switcher__account .dropdown-menu {
   
    z-index: 999 !important;
 font-size: 12px;
}


.header__left .nav-item {
    left: 25px;
}


.switcher__account > ul > li:hover .read__btn {
    color: #e2b763;
}






.switcher__account .dropdown-toggle:after {
  display:none;
}

.switcher__account > ul > li:hover a {
    color: #000;
}

.switcher__account > ul > li > .read__btn {
    color: #ffff;
   background:black;
}




 .header__sidebar__right > li.shopcart > a span.product_qun {
  background: #000 none repeat scroll 0 0;
  border-radius: 0;
  color: #fff;
  display: block;
  font-size: 9px;
  font-weight: 400;
  height: 17px;
  line-height: 17px;
  margin: -8px 0 0;
  min-width: auto;
  overflow: visible;
  padding: 0;
  position: absolute;
  right: -10px;
  text-align: center;
  top: 50%;
  width: 16px;
}




.header__sidebar__right > li.shopcart > a span.product_qun::before {
  border-color: transparent #000 transparent transparent;
  border-style: solid;
  border-width: 3px;
  content: "";
  left: -6px;
  margin-top: -3px;
  position: absolute;
  top: 50%;
}



.header__sidebar__right > li.shopcart > a i {
  font-size:18px;
  color:#000;
}








@media only screen and (min-width: 767px) and (max-width: 1023px){
.switcher__account > ul > li > a {
  
    font-size: 10px;
 
    padding: 0 12px;
}


.topbar .container-fluid {
    padding: 0 20px;
}

.w50{width:50%}
}



@media only screen and (max-width:766px){
.switcher__account > ul > li > a {
  
    font-size: 10px;
 
    padding: 0 12px;
}


.topbar .container-fluid {
    padding: 0 20px;
}

.header__left ul{
    justify-content: center !important;
}
}


.mean-container .mean-nav ul li a.mean-expand:hover {
    background: #00000036;
}


.bgnews{
    background:url(../images/banner/banner-2.jpg);
background-size:cover;
background-repeat: no-repeat;
margin-bottom:90px;
    
}
@media only screen and (min-width:767px) and (max-width:1200px){
.newsletter__style--2 .newsletter--bg {
    padding: 20px 0 0px;
}

.section__title h2 {
    color: #0a0b0c;
    display: block;
    font-size: 16px;
    font-weight: 700;
    line-height: 29px;
    margin-bottom: 12px;
    padding: 30px 0 19px;
    position: relative;
    text-transform: uppercase;
}

.newsletter__block {
    margin-top: 0px;
}

.bgnews{
    background-size:contain;
        min-height: 280px;
}


.bgnewsbtn{
font-size:10px;
padding: 5px !important;

}

.newsletter .section__title{
    text-align: center!important;
    margin-top: 10px;
}

.newsletter__style--2 .newsletter__block p {

    padding: 0 0% 5px !important;
}

.section__title h2.after__with--border::before {
  
    height: 5px;
    width: 54px;

}





}


.bgnewsbtn{
 background: #; 
color: #ffff !important; 
padding: 15px;
border: none;
    
}

.bgnewsbtn:hover{
 
color: #000 !important; 

    
}


.footer__home .footer__widget .footer__content .footer__address p.address a:hover{
    color: #e2b763;

}



.mainmenu__nav .meninmenu ul li.label2 ul{
   padding: 0px !important; 
 
}




.mainmenu__nav .meninmenu ul li.label2 ul li{
   padding:0px 0px 10px 25px;
    border-bottom: 1px solid #98979740;
}

.mean-container .mean-nav {
    background: #00abcc none repeat scroll 0 0;
  
}



.clamp {
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}


@media only screen and (max-width: 992px){



.bannerbtn {
   
    font-size: 10px!important;
   
    
}


.testimonial__container .clint__info .name__post {
   
    font-size: 12px!important;
  
}
.add__banner .banner__inner h3 {
    font-size: 14px!important;
    margin-bottom: 5px !important;
}



.section__title h2 {
    font-size: 14px !important;
}

.product__nav.product__nav--2 a {
   
    padding: 6px 20px !important;

}

.product__nav.product__nav--2 a {
    font-size: 12px !important;
}

.product__nav.product__nav--2 a.active::after {
 
    top: 25% !important;
    
}	


.story__content h2 {

    font-size: 14px !important;
   
}	


.story__content p {

    font-size: 10px !important;
 
}	

.newsletter__block p {
    font-size: 10px !important;
    
}

.wenro__blog .content h2 {
    margin-bottom:10px !important;
    margin-top: 10px !important; 
    font-size: 14px !important;
   
}

.add__banner .content__bg {

    padding: 215px 0 215px 0px !important
   
}

}

.scrollup1 {
    overflow: hidden;
    position: fixed;
    height: auto;
    width: auto;
    line-height: 60px;
    bottom: 25px;
    left: 20px;
    text-align: center;
    z-index: 9999;
    background: transparent;
    color: #fff;
    border: none;
}



.faprofile {
    position: relative;
    top: 0;
    right: 5px;
    font-size: 18px;
}

.text-justify {
    text-align: justify !important;
}


.famr9 {
    margin-right: 9px;
}


.ht__bradcaump__area {
    padding-bottom: 60px;
    padding-top: 60px;
}
.bg-image--68 {
    background-image: url(../images/bg/bg1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.ht__bradcaump__area {
    padding-bottom: 20px;
    padding-top: 20px;
}

.bradcaump__inner .bradcaump-content .breadcrumb_item {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    text-transform: capitalize;
    color: #fff;
}
.line-sep {
    border-bottom: 1px solid #e5e5e5;
    float: left;
    margin-bottom: 60px;
    padding-top: 50px;
    position: relative;
    text-align: center;
    width: 100%;
}
.line-sep img {
    left: 48%;
    position: absolute;
    top: 28px;
}
.mr5 {
    margin-right: 5px;
}

@media only screen and (max-width: 767px){
    
    
    .look__book__wrapper .book__content .book__content__inner p {
   
   text-align: justify;
   
}

.line-sep img {
    left: 40%;
}


.term-title {
  
    font-size: 20px !important;
  
}


}





.clrred {
    color: #ff0000;
}




 .look__book__wrapper .book__thumb.thumb1 {
    margin-top: -25%;
}

@media only screen and (max-width:767px){

.look__book__wrapper .row .col {
    padding: 0px 25px 0px 25px;
}

.book__content__inner {
    text-align: left;
}

.look__book__wrapper .book__thumb.thumb1 {
    margin-top: -45%;
}

@font-face{font-family:chronicle;src:url("{{ asset('front-end/fonts/Chronicle-Display-Light.otf') }}") format('truetype');font-weight:400;font-style:normal;font-display:swap}	
	






/* inner*/

.section__title h2::after {
 display:none;
}
.testimonial__container .clint__info .name__post span {
 
    padding: 5px 10px;
}

.testimonial__container:hover .slick-arrow {
    opacity: 0;
}


.slick-dots li {
 
    top: 30px;
  
}

.slick-dots li button:before {
   
    font-size: 10px;
    
}


.banner--box.poss--top {
    margin-top: 0;
}



.banner__style--4 {
    border: 1px solid #d1ac6659;
    box-shadow: 1px 2px 10px 0 rgb(46 46 46 / 34%);
}
	

	
	.section__title h2.title__be--2::after {
  display: block;
  left: 50%;
  position: absolute;
  text-align: center;
 
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
    content: url("{{ asset('front-end/images/faviconnew.png') }}");
        top: -14px;
}
	
.banner--box .container {
 
    -webkit-box-shadow: none;
    box-shadow: none;
}

.link{padding:15px;}

.link a {
    font-weight: 500;
    font-size: 16px;
    text-transform: capitalize;
}
	
.banner__style--4 .banner .content a {
   
    color: #282225;
    font-weight: 600;
    margin-top: 0;
    text-transform: uppercase;
    background: #d1ac66 !important;
}	
	
	
	
.product__nav.product__nav--2 a {
    color: #141111;
    background: transparent;
    padding: 15px 25px;
    border: 1px solid #d1ac66;
}
.yellow--color .product__nav a.active, .yellow--color .product__nav.product__nav--2 a.active {
    color: #ffffff;
    background: #d1ac66;
}	

	.product__nav.product__nav--2 a.active::before {
	    display:none;
	}
	
	.product__nav.product__nav--2 a::before {
      display:none;
}

	
.product__nav.product__nav--2 a.active::after {
    border-color:transparent #d1ac66 transparent transparent;
    border-style: solid;
    border-width: 10px;
    content: "";
    left: 9px;
    margin-top: 24px;
    position: absolute;
    top: 50%;
    transform: rotate(-90deg);
}
	
	

	.product__nav.product__nav--2 a:hover {
    color: #2c2121;
}


.product__nav.product__nav--2 a {

    font-size: 14px;
  
}




.product {
   
    border: 1px solid #ebebeb;
}

.border--round.owl-carousel .owl-item {

    border: none;
}




.add__banner:hover .content__bg {
    background-color: #0000001f;
    left: 40px;
    min-width: auto;
    padding: 150px 0 150px 0px;
    right: 0;
    left: 0;
    transform: translateX(0px) translateY(-50%);
}



.add__banner:hover .content__with__border::before {
   
    border-color: white white currentcolor;
    -o-border-image: none;
    border-image: none;
    border-style: solid solid none;
    border-width: 5px 5px 0;
    content: "";
    height: 50px;
    left: 50%;
    pointer-events: none;
    position: absolute;
    top: -25px;
  
    transform: translateX(-50%) translateY(-100%);
    width: 140px;
}


.bannerbtn {
    background-color: #e2b763;
    border: 1px solid #e2b763;
    color: #180f0f !important;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    line-height: 25px;
    margin-top: 30px;
    padding: 0 20px;
    text-transform: uppercase;
    vertical-align: top;
}






.owl__dot--cus .owl-dots {
    bottom: -50px;
  
}


.owl__dot--cus.owl-theme .owl-dots .owl-dot.active span, .owl__dot--cus.owl-theme .owl-dots .owl-dot:hover span {
    background: #373435 none repeat scroll 0 0;
}


.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #252122;
}



.wn__blog__area .section__title h2 {
    color: #d2ab66;
    
}


.wenro__blog .content .blog__btn {

    color: #ffffff;
    font-size: 12px;
    padding: 5px 14px 5px 14px;
    background: #d3ae6a;
  
}





.wn__blog__area.bg__images {
    background: rgba(0, 0, 0, 0) url("{{ asset('front-end/images/bg/bg1.jpg"') }}) no-repeat scroll center top;
    margin-bottom: 112px;
    padding-top: 88px;
    text-align: center;
}

.wenro__blog .content h2 a {
    color: #ffffff;
    letter-spacing: 1px;
}

.blog1 .wenro__blog .content h2 a {
    color: #000;

}

.blog1 .content{min-height:170px;}


.wenro__blog {
    margin-top: 30px;
    background: #d6b577 none repeat scroll 0 0;
   
    box-shadow: 1px 2px 10px 0 rgb(60 56 49 / 52%);
    margin-bottom: 20px;
   padding:0px 0px 18px 0px;
    position: relative;
    text-align: center;
    width: 100%;
}

.blog1 .wenro__blog {
    margin-top: 30px;
    background: #d6b577 none repeat scroll 0 0;
   
    box-shadow: 1px 2px 10px 0 rgb(60 56 49 / 52%);
    margin-bottom: 20px;
   padding:18px;
    position: relative;
    text-align: center;
    width: 100%;
}

.wenro__blog .content h2 {
   text-transform: capitalize;
    margin-top: 15px;
    font-size: 18px;
    font-weight: 600;
    
}




.bg-image--13 {
    background-image: url({{ asset('front-end/images/banner/banner-slide.jpg') }});
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    opacity:0.88;
}

.bg-image--14 {
    background-image: url({{ asset('front-end/images/banner/banner-slide1.jpg') }});
 background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
     opacity:0.88;
}
.bg-image--15 {
    background-image: url({{ asset('front-end/images/banner/banner-slide.jpg') }});
 background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
     opacity:0.88;
}


.slider1 .slider__area .slide .slider__content h3 a{
    color: #ffffff;
    
    font-size: 24px;
    line-height: 1;
    margin-bottom: 20px;
    position: relative;
}

.slider1 .slider__area .slide .slider__content p {
    margin: 0 0 50px;
    max-width: 380px;
    color: #ffffff;
    font-size: 12px;
    letter-spacing: 0.1em;
    line-height: 24px;
}

.slider1 .slider__area .slide .slider__content .btn {
    color: #ffffff;
    display: inline-block;
    background: #d1ab66;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.1em;
    line-height: 30px;
    text-transform: uppercase;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}


.slider1 .slider__area .slide .slider__content a::after {
    display: none;
}



.slider__group .slider__area .slide.section__height {
    height: 450px;
    padding: 0 80px;
    
}




iframe {
    height: 100%;
    width: 100%;
    display:flex;
flex-direction: column; 
overflow: hidden;
flex-grow: 1;
}

.wenro__blog .content h2 a:hover {
    color: #3e3c3c;
}

.blog1 .wenro__blog {
    margin-top: 28px;
    background: #ffffff none repeat scroll 0 0;
    box-shadow: 1px 2px 10px 0 rgb(13 10 34 / 29%);
   
}

.blog1 .wenro__blog .content h2 {

    margin-top: 25px;
    font-size: 14px;
   color:#3b3838;
}

.blog1 .wenro__blog .content p {
    font-size: 12px;
    line-height: 24px;
    padding: 0px 21px 28px;
    min-height: 100px;
}

.wenro__blog .thumb a img {

    transform: scale3d(1.05, 1.05, 1.05);
}

.wenro__blog:hover .thumb a img {

    transform: none;
}


.wn__newsletter__area .section__title h2 {
 color:#d1ab66;
}

.newsletter__style--2 .newsletter__block p {
   color:#fff;
}


.newsletter__style--2 .newsletter--bg {

    background: none;
}


.story__content h2 {
    color: #2e2e2e;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.4em;
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 25px;
    line-height: 30px;
}

.story__content {padding:10px;}

.story__content p {
    color: #000000d4;
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 28px;
    padding: 22px 0%;
    text-align: center;
}
.newsletter__block p {
    
    font-size: 14px;
    letter-spacing: 1px !important;

}



.area1 .banner--5 .banner .content.content__with__border::before {
  display:none;
}

.area1 .banner--5 .banner .content.content__with__border::after {
    display:none;
}

.area1 .banner--5 .banner .content h3 a {

    font-size: 18px;
    letter-spacing: 1px;
   
}

.area1  .banner--5 .banner.co13 .content {
    top: 35%;
}

.area1  .banner--5 .banner .content {
    left: 43%;
   }


.area1 .col-lg-6 {
 width:50%;
    padding: 0px;
    
}
.area1 .col-lg-4 {
 
    padding: 0px;
    width:33.33333333%;
}




.sav_area .col-lg-4 {
    padding: 1px;
}

.area1 .banner--5 .banner .link a::after {
 
    width: 20px;
}

.testimonial__container .tes__img__slide .testimonial__img span img {
   
    display: none;
}



.testimonial__container .slick-arrow {
    background: #e2b763 none repeat scroll 0 0;
    border: 1px solid #fff;
    color: #ffffff;
   
}

.wn__blog__area.bg__images{
 
    margin-bottom: 80px;
}

.bannerarea {
    background: url({{ asset('front-end/images/banner/banner-5.jpg') }});
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 90px;
    height: 390px;
}

@media (min-width: 992px){
.bannerarea .offset-lg-5 {
    margin-right: 41.66666667%;
}
}




.appsection {
    padding:60px 0px 60px 0px;
    background: url('images/banner/bg-1.jpg');
    background-size: cover;
}

.appsection .newsletter--bg.newsletter--bg--2 {
    background: none;
}



.ulapp li:before {
    content: ".";
    font-size: 35px;
    position: relative;
    top: 0;
    color: white;
    right: 10px;
}

.appsection  .newsletter__block p {
    font-size: 14px;
    letter-spacing: 1px !important;
    color: #ffff;
    margin-bottom: 15px;
    padding-bottom: 0px;
}




.ulapp {
    color: #ffff;
}

.btn-app{
background: #d1ab66;
color: #ffff !important;
padding: 17px;
border: none;
position: relative;
font-size: 18px;
top: 50px;
margin: 10px;
}

.i-app{
   font-size: 35px;
    margin-right: 9px;
    position: relative;
    top: 6px;
}


.appsection .section__title h2::before {
   
    left: 20%;
  
}


.appsection .section__title h2::after {
   
    display: none;
  
}

.appsection .section__title h2 {
  
    text-transform: none;
}

.btn-app:hover {
    color: #000 !important
}



.add__banner:hover .content__bg {
    background-color: transparent;
   
}




.add__banner .content__bg {
    background-color: #00000026;
    left: 40px;
    min-width: auto;
    padding: 150px 0 150px 0px;
    right: 0;
    left: 0;
    transform: translateX(0px) translateY(-50%);
}



@media (max-width: 767px){
.i-app {
    font-size: 23px;
    margin-right: 3px;
    position: relative;
    top: 2px;
}

.btn-app {
    background: #d1ab66;
   
    padding: 8px;
    border: none;
    position: relative;
    font-size: 14px;
    top: 50px;
    margin: 10px;
}

.appsection {
    padding: 60px 0px 85px 0px;

}





}

.wn__testimonial__area {

    background: #e2b763;
}

.testimonial__container .clint__info p {
    color: #ffffff;
    font-weight: 500;
   
}



@media only screen and (min-width: 600px) and (max-width: 1100px){

.blog1 .wenro__blog .content p {
    font-size: 10px;
    line-height: 24px;
    padding: 0px 0px 22px;
    min-height: 100px;
}
.blog1 .wenro__blog .content h2 {

    font-size: 12px;
   
}
.btn-app {
   
    padding: 10px;
   
    font-size: 14px;
    top: 20px;
    margin: 10px;
}


.i-app {
    font-size: 18px;
    margin-right: 9px;
    position: relative;
    top: 0px;
}

}


@media only screen and (min-width: 992px) and (max-width: 1029px){


.story__content h2 {
    color: #2e2e2e;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.4em;
    text-transform: uppercase;
    margin-top: 5px;
    margin-bottom: 15px;
}

	.story__content p {
    
    font-size: 10px; 
    padding: 0px 0%;
    
}												

}

.wdth1{width:66.66666667%;}
.wdth2{width:33.33333333%;}

@media only screen and (max-width: 992px){
.area1 .sm-mt-30 {
    margin-top: 0px;
}

.banner--5 .banner .content {
   
    padding: 0px 0px;
  
}

.banner--5 .banner .link.poss--center {
    bottom: -11px;
}

.banner--5 .banner .link a {
    color: #fff;
    font-size: 7px;
    font-weight: 600;
    text-transform: uppercase;
}

.area1 .banner--5 .banner .link a::after {
    width: 10px;
    height:8px;
}

.area1 .banner--5 .banner .content h3 a {
    font-size: 7px !important;
}
.area1  .banner--5 .banner .content {
    left: 52%;
}

}

@media only screen and (min-width:767px)  and (max-width:1023px){
.wdth50{width:50%;}

}

.sav_area{margin-top: 70px;}

.bannersec{
    
    margin-bottom: 180px !important;
    margin-top:90px;
}

.famr9{margin-right: 9px;}
.faprofile{position: relative;top: 0;right: 5px;font-size: 18px;}

@media only screen and (min-height:1365px)  and (max-width:1366px){
.fullscreen {
    min-height: 30vh;
   
}

}

@media only screen  and (max-width:767px){
    
    
    .wdth1 {
    width: 100%;
}
    
  iframe { 
    display: inline-block;
  }  

  .wdth2 {
    width: 100%;
     margin: 17px 0 0; 
     max-width: 100%; 
    object-fit: cover;
}
    .wdth2 img {
    height: 100%;
    width: 100%;
} 
    
.bgnewsbtn {
    background: #d1ab66;
    color: #ffff !important;
    padding: 8px;
    border: none;
    font-size: 12px;
}

.newsletter__style--2 .newsletter__block p {
    letter-spacing: 0;
    padding: 0 0% 11px;
}


.bannersec .add__banner {
 margin-bottom: 60px;
}


}


.shop .wenro__blog {
 padding: 0px 0px 0px 0px;
  
}




.shop .wenro__blog .content h2 {
  
    line-height: 3;
    margin-bottom: 0px;
    margin-top: 0px;
   
}

@charset "UTF-8";
:root{--primary-color:#121a25;--secondary-color:#f51c1c;--secondary-color2:#4f5ac2;--yellow-color:#ffc107;--text-gray-color:#666666;--white-color:#ffffff;--ofwhite-color:#f2f2f2;--black-color:#000000;--light-color:#a5a5a5;--light-color2:#aaaaaa;--dark-color:#242424;--sky-color:#647589;--border-color:#c8c8c8;--border-color2:#e4e4e4;--border-color3:#dddddd;--border-dark:#383434;--bg-gray-color:#f7f8fc;--gray-color:#ebebeb;--gray-color2:#f5f5f5;--josefin-sans:"Josefin Sans",sans-serif;--open-sans:"Open Sans",sans-serif;--body-font-size:1.6rem;--body-font-weight:400;--body-line-height:2.5rem;--headings-weight:600;--transition:all 0.3s ease 0s;--container-fluid-offset:19rem}.color-scheme-1{--secondary-color:#f51c1c}.color-scheme-2{--secondary-color:#4f5ac2}.color-scheme-3{--secondary-color:#666666}*,::after,::before{-webkit-box-sizing:border-box;box-sizing:border-box}body,html{min-height:100%;margin:0;font-size:62.5%;padding:0}body{font-family:'Titillium Web';font-size:14px;font-weight:var(--body-font-weight);font-style:normal;line-height:2;position:relative;visibility:visible;overflow-x:hidden;color:var(--black-color);background-color:var(--white-color)}@media only screen and (max-width:1599px){body{font-size:1.5rem}}@media only screen and (max-width:767px){body{font-size:1.4rem}}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{font-weight:500;margin:0}.h1,h1{font-size:32px;line-height:3.5rem;font-weight:700}@media only screen and (min-width:576px){.h1,h1{font-size:3rem;line-height:3.8rem}}@media only screen and (min-width:768px){.h1,h1{font-size:3.6rem;line-height:4.3rem}}@media only screen and (min-width:992px){.h1,h1{font-size:4.2rem;line-height:4.8rem}}@media only screen and (min-width:1200px){.h1,h1{font-size:4.8rem;line-height:5.3rem}}@media only screen and (min-width:1366px){.h1,h1{font-size:5rem;line-height:5.5rem}}@media only screen and (min-width:1600px){.h1,h1{font-size:6rem;line-height:7.2rem}}.h2,h2{font-size:30px;line-height:2.8rem;font-weight:500}@media only screen and (min-width:768px){.h2,h2{font-size:2.5rem;line-height:3rem}}@media only screen and (min-width:992px){.h2,h2{font-size:3rem;line-height:3.5rem}}@media only screen and (min-width:1200px){.h2,h2{font-size:3.5rem;line-height:4rem}}@media only screen and (min-width:1600px){.h2,h2{font-size:30px;line-height:4.5rem}}.h3,h3{font-size:28px;line-height:2.8rem;font-weight:600}@media only screen and (min-width:992px){.h3,h3{font-size:2.3rem;line-height:3.2rem}}@media only screen and (min-width:1200px){.h3,h3{font-size:2.5rem;line-height:3.5rem}}@media only screen and (min-width:1600px){.h3,h3{font-size:3rem;line-height:4rem}}.h4,h4{font-weight:600;font-size:1.6rem;line-height:2.8rem}@media only screen and (min-width:1200px){.h4,h4{font-size:1.8rem;line-height:3rem}}.h5,h5{font-weight:400}.h6,h6{font-weight:400}.p,p{margin-top:0;margin-bottom:1.8rem;color:var(--text-gray-color);font-family:var(--open-sans)}@media only screen and (max-width:767px){.p,p{font-size:1.4rem;line-height:2.4rem}}p:last-child{margin-bottom:0}a,button{display:inline-block;cursor:pointer;-webkit-transition:var(--transition);transition:var(--transition);text-decoration:none;color:inherit}a,button,img,input,textarea{-webkit-transition:var(--transition);transition:var(--transition)}:focus{outline:0;-webkit-box-shadow:none;box-shadow:none}:focus-visible{-webkit-box-shadow:0 0 5px 2px rgba(19,19,19,.15);box-shadow:0 0 5px 2px rgba(19,19,19,.15)}a:focus{text-decoration:none;outline:0}a:hover{text-decoration:none;color:#00accd;}button,input[type=submit]{cursor:pointer;font-family:var(--font-lato);font-size:var(--body-font-size);font-weight:var(--body-font-weight);line-height:var(--body-line-height)}input[type=number]{-moz-appearance:textfield}img{max-width:100%;height:auto}span{display:inline-block;-webkit-transition:var(--transition);transition:var(--transition)}label{-webkit-transition:var(--transition);transition:var(--transition)}input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{opacity:1}input:-moz-placeholder,textarea:-moz-placeholder{opacity:1}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1}input:-ms-input-placeholder,textarea:-ms-input-placeholder{opacity:1}ul{margin:0;padding:0}ul:last-child{margin-bottom:0}li{list-style:none;line-height:1}hr{border-top-width:2px}.container,.container-fluid{width:100%;margin-right:auto;margin-left:auto}.container{padding-right:1.5rem;padding-left:1.5rem}.container-fluid{--offset-fluid:1.5rem;padding-right:var(--offset-fluid);padding-left:var(--offset-fluid)}@media only screen and (min-width:992px){.container-fluid{--offset-fluid:3rem}}@media only screen and (min-width:1366px){.container-fluid{--offset-fluid:calc(var(--container-fluid-offset) / 4.5)}}@media only screen and (min-width:1600px){.container-fluid{--offset-fluid:calc(var(--container-fluid-offset) / 2.5)}}@media only screen and (min-width:1800px){.container-fluid{--offset-fluid:var(--container-fluid-offset)}}@media only screen and (min-width:576px){.container{max-width:576px}}@media only screen and (min-width:768px){.container{max-width:768px}}@media only screen and (min-width:992px){.container{max-width:960px}}@media only screen and (min-width:1200px){.container{max-width:1200px}}@media only screen and (min-width:1400px){.container{max-width:1200px}}.row{--bs-gutter-x:3rem;--bs-gutter-y:0;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:calc(var(--bs-gutter-y) * -1);margin-right:calc(var(--bs-gutter-x) * -.5);margin-left:calc(var(--bs-gutter-x) * -.5)}.row>*{-ms-flex-negative:0;flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5);margin-bottom:var(--bs-gutter-y)}.col{-webkit-box-flex:1;-ms-flex:1 0 0%;flex:1 0 0%}.row-cols-auto>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.row-cols-1>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%}.row-cols-2>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:50%}.row-cols-3>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:33.3333333333%}.row-cols-4>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:25%}.row-cols-5>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:20%}.row-cols-6>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:16.6666666667%}@media only screen and (min-width:576px){.col-sm{-webkit-box-flex:1;-ms-flex:1 0 0%;flex:1 0 0%}.row-cols-sm-auto>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.row-cols-sm-1>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%}.row-cols-sm-2>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:50%}.row-cols-sm-3>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:33.3333333333%}.row-cols-sm-4>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:25%}.row-cols-sm-5>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:20%}.row-cols-sm-6>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:16.6666666667%}}@media only screen and (min-width:768px){.col-md{-webkit-box-flex:1;-ms-flex:1 0 0%;flex:1 0 0%}.row-cols-md-auto>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.row-cols-md-1>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%}.row-cols-md-2>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:50%}.row-cols-md-3>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:33.3333333333%}.row-cols-md-4>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:25%}.row-cols-md-5>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:20%}.row-cols-md-6>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:16.6666666667%}}@media only screen and (min-width:992px){.col-lg{-webkit-box-flex:1;-ms-flex:1 0 0%;flex:1 0 0%}.row-cols-lg-auto>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.row-cols-lg-1>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%}.row-cols-lg-2>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:50%}.row-cols-lg-3>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:33.3333333333%}.row-cols-lg-4>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:25%}.row-cols-lg-5>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:20%}.row-cols-lg-6>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:16.6666666667%}}@media only screen and (min-width:1200px){.col-xl{-webkit-box-flex:1;-ms-flex:1 0 0%;flex:1 0 0%}.row-cols-xl-auto>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.row-cols-xl-1>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%}.row-cols-xl-2>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:50%}.row-cols-xl-3>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:33.3333333333%}.row-cols-xl-4>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:25%}.row-cols-xl-5>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:20%}.row-cols-xl-6>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:16.6666666667%}}@media only screen and (min-width:1600px){.col-xxl{-webkit-box-flex:1;-ms-flex:1 0 0%;flex:1 0 0%}.row-cols-xxl-auto>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.row-cols-xxl-1>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%}.row-cols-xxl-2>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:50%}.row-cols-xxl-3>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:33.3333333333%}.row-cols-xxl-4>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:25%}.row-cols-xxl-5>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:20%}.row-cols-xxl-6>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:16.6666666667%}}.col-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.col-1{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:8.33333333%}.col-2{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:16.66666667%}.col-3{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:25%}.col-4{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:33.33333333%}.col-5{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:41.66666667%}.col-6{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:50%}.col-7{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:58.33333333%}.col-8{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:66.66666667%}.col-9{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:75%}.col-10{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:83.33333333%}.col-11{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:91.66666667%}.col-12{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%}@media only screen and (min-width:576px){.col-sm-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.col-sm-1{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:8.33333333%}.col-sm-2{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:16.66666667%}.col-sm-3{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:25%}.col-sm-4{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:33.33333333%}.col-sm-5{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:41.66666667%}.col-sm-6{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:50%}.col-sm-7{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:58.33333333%}.col-sm-8{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:66.66666667%}.col-sm-9{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:75%}.col-sm-10{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:83.33333333%}.col-sm-11{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:91.66666667%}.col-sm-12{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%}}@media only screen and (min-width:768px){.col-md-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.col-md-1{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:8.33333333%}.col-md-2{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:16.66666667%}.col-md-3{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:25%}.col-md-4{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:33.33333333%}.col-md-5{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:41.66666667%}.col-md-6{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:50%}.col-md-7{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:58.33333333%}.col-md-8{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:66.66666667%}.col-md-9{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:75%}.col-md-10{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:83.33333333%}.col-md-11{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:91.66666667%}.col-md-12{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%}}@media only screen and (min-width:992px){.col-lg-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.col-lg-1{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:8.33333333%}.col-lg-2{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:16.66666667%}.col-lg-3{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:25%}.col-lg-4{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:33.33333333%}.col-lg-5{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:41.66666667%}.col-lg-6{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:50%}.col-lg-7{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:58.33333333%}.col-lg-8{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:66.66666667%}.col-lg-9{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:75%}.col-lg-10{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:83.33333333%}.col-lg-11{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:91.66666667%}.col-lg-12{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%}}@media only screen and (min-width:1200px){.col-xl-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.col-xl-1{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:8.33333333%}.col-xl-2{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:16.66666667%}.col-xl-3{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:25%}.col-xl-4{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:33.33333333%}.col-xl-5{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:41.66666667%}.col-xl-6{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:50%}.col-xl-7{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:58.33333333%}.col-xl-8{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:66.66666667%}.col-xl-9{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:75%}.col-xl-10{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:83.33333333%}.col-xl-11{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:91.66666667%}.col-xl-12{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%}}@media only screen and (min-width:1400px){.col-xxl-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.col-xxl-1{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:8.33333333%}.col-xxl-2{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:16.66666667%}.col-xxl-3{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:25%}.col-xxl-4{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:33.33333333%}.col-xxl-5{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:41.66666667%}.col-xxl-6{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:50%}.col-xxl-7{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:58.33333333%}.col-xxl-8{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:66.66666667%}.col-xxl-9{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:75%}.col-xxl-10{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:83.33333333%}.col-xxl-11{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:91.66666667%}.col-xxl-12{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%}}@media (min-width:768px){.offset-md-2{margin-left:16.66666667%}}@media (min-width:992px){.offset-lg-2{margin-left:16.66666667%}.offset-lg-1{margin-left:8.33333333%}}@media (min-width:992px){.offset-lg-3{margin-left:25%}.offset-lg-6{margin-left:50%}.offset-lg-0{margin-left:0}}@media (min-width:1200px){.offset-xl-0{margin-left:0}}@media only screen and (max-width:767px){.row{margin-right:-10px;margin-left:-10px}.row>*{padding-right:10px;padding-left:10px}}@media only screen and (max-width:479px){.row{margin-right:-8px;margin-left:-8px}.row>*{padding-right:8px;padding-left:8px}}.row-reverse{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}@media only screen and (max-width:991px){.row-md-reverse{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}}.d-flex{display:-webkit-box;display:-ms-flexbox;display:flex}.flex-wrap{-ms-flex-wrap:wrap;flex-wrap:wrap}.align-items-center{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.align-self-center{-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center}.justify-content-center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.justify-content-between{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.d-none{display:none}@media only screen and (min-width:992px){.d-lg-block{display:block}.d-lg-flex{display:-webkit-box;display:-ms-flexbox;display:flex}}@media only screen and (min-width:1200px){.d-xl-none{display:none}.d-xl-block{display:block}.d-xl-flex{display:-webkit-box;display:-ms-flexbox;display:flex}}@media only screen and (min-width:1600px){.d-xxl-none{display:none}.d-xxl-block{display:block}.d-xxl-flex{display:-webkit-box;display:-ms-flexbox;display:flex}}@media only screen and (max-width:1199px){.col-lg-order{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}@media only screen and (max-width:991px){.d-md-none{display:none}.d-md-flex{display:-webkit-box;display:-ms-flexbox;display:flex}.col-md-order{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.d-md-block{display:block}}@media only screen and (max-width:767px){.d-sm-none{display:none}.d-sm-block{display:block}.d-sm-flex{display:-webkit-box;display:-ms-flexbox;display:flex}.col-sm-order{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}@media only screen and (max-width:575px){.d-sm-2-none{display:none}.d-sm-2-block{display:block}.d-sm-2-flex{display:-webkit-box;display:-ms-flexbox;display:flex}.col-sm-2-order{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}.display-block{display:block}.primary__btn{font-weight:600;display:inline-block;font-size:1.5rem;line-height:3.4rem;height:3.4rem;padding:0 1.5rem;letter-spacing:.2px;border-radius:.3rem;background:#00abcc;color:var(--white-color);border:0}.primary__btn:hover{background:var(--primary-color);color:var(--white-color)}@media only screen and (min-width:768px){.primary__btn{line-height:4rem;height:4rem;padding:0 2.2rem}}@media only screen and (min-width:992px){.primary__btn{font-size:1.6rem;line-height:4.5rem;height:4.5rem;padding:0 2.5rem}}.primary__btn.style2{background:var(--white-color);border:1px solid var(--primary-color);color:var(--primary-color);font-size:1.4rem}@media only screen and (min-width:768px){.primary__btn.style2{line-height:3.8rem;height:3.8rem;padding:0 2rem}}.primary__btn.style2:hover{background:var(--secondary-color);color:var(--white-color);border-color:var(--secondary-color)}.primary__btn.btn__style2{border-radius:2rem}@media only screen and (min-width:768px){.primary__btn.btn__style2{line-height:4.1rem;height:4.1rem}}.primary__btn.btn__style3{background:var(--primary-color)}.primary__btn.btn__style3:hover{background:var(--secondary-color)}.table-responsive{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.swiper__nav--btn{width:4rem;height:4rem;background:#00accd;border-radius:50%;opacity:0;visibility:hidden;-webkit-transition:var(--transition);transition:var(--transition);z-index:9}@media only screen and (max-width:767px){.swiper__nav--btn{width:3.5rem;height:3.5rem}}.swiper__nav--btn:hover{background:var(--primary-color)}.swiper__nav--btn::after{background:url(../img/icon/left-arrow-angle.webp);width:9px;height:17px;font-size:0}.swiper__nav--btn.swiper-button-prev{left:0}.swiper__nav--btn.swiper-button-next{right:0}.swiper__nav--btn.swiper-button-next::after{background:url(../img/icon/right-arrow-angle.webp)}.swiper__nav--btn.style2{top:23px;right:0;opacity:1;visibility:visible;background:var(--primary-color);border-radius:.5rem}.swiper__nav--btn.style2:hover{background:var(--secondary-color)}.swiper__nav--btn.style2.swiper-button-prev{right:6rem;left:auto}@media only screen and (max-width:575px){.swiper__nav--btn.style2.swiper-button-prev{right:4.5rem}}.swiper-pagination{bottom:0!important}.swiper-pagination-bullet{width:1rem;height:1rem;background:var(--light-color);opacity:1;vertical-align:middle;-webkit-transition:var(--transition);transition:var(--transition)}.swiper-pagination-bullet.swiper-pagination-bullet-active{background:var(--secondary-color);width:1.4rem;height:1.4rem}select{word-wrap:normal;font-family:var(--font-lato);font-size:var(--body-font-size);font-weight:var(--body-font-weight);line-height:var(--body-line-height)}.section__heading.style2{padding-bottom:2.5rem}.section__heading--position__img{position:absolute;bottom:-24px;left:55%;z-index:9;background:var(--white-color)}#scroll__top{position:fixed;bottom:50px;right:20px;z-index:99;outline:0;background-color:#00accd;color:var(--white-color);-webkit-box-shadow:0 2px 22px rgba(0,0,0,.16);box-shadow:0 2px 22px rgba(0,0,0,.16);cursor:pointer;-webkit-transform:translateY(50px);transform:translateY(50px);opacity:0;visibility:hidden;-webkit-transition:.3s;transition:.3s;line-height:1;width:4.3rem;height:4.3rem;border-radius:50%;border:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}#scroll__top:hover{background:var(--primary-color)}@media only screen and (max-width:991px){#scroll__top{bottom:75px}}#scroll__top.active{visibility:visible;opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}#scroll__top svg{width:25px;line-height:1}.visually-hidden{position:absolute!important;overflow:hidden;width:1px;height:1px;margin:-1px;padding:0;border:0;word-wrap:normal!important}.line-height-1{line-height:1}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.overflow-hidden{overflow:hidden}.break{word-break:break-word}.uppercase{text-transform:uppercase}.capitalize{text-transform:capitalize}.text-white{color:var(--white-color)!important}.text-ofwhite{color:var(--ofwhite-color)}.text-black{color:var(--black-color)!important}.body__background{background:var(----gray-color)}.bg__primary{background:var(--primary-color)}.bg__secondary{background:var(--secondary-color)}.bg__secondary2{background:var(--secondary-color2)}.bg__gray--color{background:var(--bg-gray-color)}.bg__white{background:var(--white-color)}.bg__black{background:#1d1c1c}.text__primary{color:var(--primary-color)!important}.text__secondary{color:var(--secondary-color)}.text__secondary2{color:var(--secondary-color2)}.position__relative{position:relative}.border-bottom{border-bottom:1px solid var(--border-color)}.border{border:1px solid var(--border-color)}.border-0{border:none}.border-radius-5{border-radius:.5rem}.border-radius-10{border-radius:1rem}.border-radius-20{border-radius:2rem}.border-radius-30{border-radius:3rem}.border-radius-50{border-radius:50%}@media only screen and (max-width:991px){.md-width-100{width:100%}}.tab_content{display:block}.tab_pane{display:none;-webkit-transition:var(--transition);transition:var(--transition)}.tab_pane:not(.show){opacity:0}.tab_pane.show{opacity:1}.tab_pane.active{display:block}.mobile_menu_open,.offCanvas__minicart_active,.offcanvas__filter--sidebar_active,.predictive__search--box_active,body.overlay__active{overflow-y:hidden}.mobile_menu_open::before,.offCanvas__minicart_active::before,.offcanvas__filter--sidebar_active::before,.predictive__search--box_active::before,body.overlay__active::before{position:absolute;content:"";background:#000;width:100%;height:100%;z-index:999;opacity:.5;cursor:crosshair}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0);-moz-transform:translateZ(0);-ms-transform:translateZ(0);-o-transform:translateZ(0)}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate-fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInUp{from{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInUp{from{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}.section--padding{padding-top:6rem;padding-bottom:6rem}@media only screen and (min-width:768px){.section--padding{padding-top:8rem;padding-bottom:8rem}}@media only screen and (min-width:992px){.section--padding{padding-top:9rem;padding-bottom:9rem}}.section--nargin{margin-top:6rem;margin-bottom:6rem}@media only screen and (min-width:768px){.section--nargin{margin-top:8rem;margin-bottom:8rem}}@media only screen and (min-width:992px){.section--nargin{margin-top:9rem;margin-bottom:9rem}}@media only screen and (min-width:1200px){.section--nargin{margin-top:10rem;margin-bottom:10rem}}.p-0{padding:0}.pt-0{padding-top:0}.pb-0{padding-bottom:0}.m-0{margin:0}.mt-0{margin-top:0}.mb-0{margin-bottom:0}.mb-60{margin-bottom:3.5rem}@media only screen and (min-width:768px){.mb-60{margin-bottom:4rem}}@media only screen and (min-width:992px){.mb-60{margin-bottom:6rem}}.mb-55{margin-bottom:3.5rem}@media only screen and (min-width:992px){.mb-55{margin-bottom:5.5rem}}.mb-50{margin-bottom:3rem}@media only screen and (min-width:768px){.mb-50{margin-bottom:3.2rem}}@media only screen and (min-width:992px){.mb-50{margin-bottom:3.5rem}}@media only screen and (min-width:1200px){.mb-50{margin-bottom:4rem}}@media only screen and (min-width:1600px){.mb-50{margin-bottom:1rem}}.mb-40{margin-bottom:3.2rem}@media only screen and (min-width:992px){.mb-40{margin-bottom:4rem}}.mb--n40{margin-bottom:-3.2rem}@media only screen and (min-width:992px){.mb--n40{margin-bottom:-4rem}}.mb-35{margin-bottom:2.5rem}@media only screen and (min-width:768px){.mb-35{margin-bottom:3.5rem}}.mb-30{margin-bottom:2rem}@media only screen and (min-width:992px){.mb-30{margin-bottom:2.5rem}}@media only screen and (min-width:1600px){.mb-30{margin-bottom:3rem}}.mb--n30{margin-bottom:-2rem}@media only screen and (min-width:992px){.mb--n30{margin-bottom:-2.5rem}}@media only screen and (min-width:1600px){.mb--n30{margin-bottom:-3rem}}.mb-28{margin-bottom:2.8rem}.mb--n28{margin-bottom:-2.8rem}.mb--n25{margin-bottom:-1.8rem}@media only screen and (min-width:992px){.mb--n25{margin-bottom:-2rem}}@media only screen and (min-width:1200px){.mb--n25{margin-bottom:-2.5rem}}.mb-25{margin-bottom:1.8rem}@media only screen and (min-width:992px){.mb-25{margin-bottom:2rem}}@media only screen and (min-width:1200px){.mb-25{margin-bottom:2.5rem}}.mb-20{margin-bottom:1.5rem}@media only screen and (min-width:768px){.mb-20{margin-bottom:2rem}}.mb-15{margin-bottom:1rem}@media only screen and (min-width:768px){.mb-15{margin-bottom:1.5rem}}.mb-12{margin-bottom:1rem}@media only screen and (min-width:992px){.mb-12{margin-bottom:1.2rem}}.mb-10{margin-bottom:.8rem}@media only screen and (min-width:992px){.mb-10{margin-bottom:1rem}}.mb-5{margin-bottom:.5rem}.mb-8{margin-bottom:.8rem}.mr-30{margin-right:3rem}.offcanvas__header--menu__open{line-height:1;display:none}@media only screen and (max-width:991px)
{.offcanvas__header--menu__open{display:block}}.offcanvas__header--menu__open--svg{width:32px}.offcanvas-header{position:fixed;z-index:9999;top:0;left:0;width:100%;max-width:300px;height:100vh;-webkit-transition:var(--transition);transition:var(--transition);-webkit-transform:translateX(-100%);transform:translateX(-100%);background-color:var(--white-color);-webkit-box-shadow:0 0 10px rgba(0,0,0,.15);box-shadow:0 0 10px rgba(0,0,0,.15);opacity:0;visibility:hidden}@media only screen and (min-width:480px){.offcanvas-header{max-width:320px}}.offcanvas-header.open{-webkit-transform:translateX(0);transform:translateX(0);opacity:1;visibility:visible}.offcanvas-header.open~.offcanvas-overlay{visibility:visible;opacity:.75}.offcanvas-overlay{position:fixed;z-index:9998;top:0;left:0;visibility:hidden;width:100%;height:100%;-webkit-transition:var(--transition);transition:var(--transition);opacity:0;background-color:var(--black-color)}.offcanvas__inner{position:relative;height:100%}.offcanvas__logo{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:20px 15px}.offcanvas__close--btn{position:relative;-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center;width:2rem;height:2rem;padding:0;text-indent:-9999px;border:none;background-color:transparent}.offcanvas__close--btn::after,.offcanvas__close--btn::before{position:absolute;top:50%;left:0;width:100%;height:2px;margin-top:-1px;content:"";-webkit-transform:rotate(45deg);transform:rotate(45deg);background-color:var(--black-color)}.offcanvas__close--btn::after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.offcanvas__menu{overflow-y:auto;height:100%}.offcanvas__menu_ul{overflow:auto;margin:0;padding:0;list-style:none}.offcanvas__menu_li{position:relative;border-bottom:1px solid var(--border-color2)}.offcanvas__menu_li:first-child{border-top:1px solid var(--border-color2)}.offcanvas__menu_item{line-height:1;display:block;padding:15px 20px;text-transform:uppercase}.offcanvas__sub_menu{display:none;margin:0;padding:0;list-style:none}.offcanvas__sub_menu_li{position:relative;border-top:1px solid var(--border-color2)}.offcanvas__sub_menu_item{line-height:1;display:block;padding:15px 0 15px 30px}.offcanvas__sub_menu_item~.offcanvas__sub_menu .offcanvas__sub_menu_item{padding-left:40px}.offcanvas__sub_menu_toggle{font-size:20px;position:absolute;z-index:9;top:0;right:0;width:4rem;height:4.6rem;padding:0;border:none;border-radius:0;background-color:transparent}.offcanvas__sub_menu_toggle::after,.offcanvas__sub_menu_toggle::before{position:absolute;top:50%;left:50%;width:12px;height:2px;content:"";-webkit-transition:var(--transition);transition:var(--transition);-webkit-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%);background-color:var
 (--black-color)}.offcanvas__sub_menu_toggle:not(.active)::after{-webkit-transform:translateX(-50%) translateY(-50%) rotate(90deg);transform:translateX(-50%) translateY(-50%) rotate(90deg)}.offcanvas__account--items{padding:28px 17px 20px}.offcanvas__account--items__icon{width:3rem;height:3rem;text-align:center;background:var(--secondary-color);line-height:3.8rem;border-radius:50%;color:var(--white-color)}.offcanvas__account--items__label{font-size:1.5rem;font-weight:600;margin-left:6px}.offcanvas__language--switcher{font-weight:500;font-family:var(--font-poppins)}.offcanvas__dropdown--language{position:absolute;z-index:9;width:100px;-webkit-box-shadow:0 5px 30px rgba(0,0,0,.1);box-shadow:0 5px 30px rgba(0,0,0,.1);bottom:100%;opacity:0;visibility:hidden;margin-bottom:20px;-webkit-transition:var(--transition);transition:var(--transition);background:var(--white-color)}.offcanvas__dropdown--language.active{opacity:1;visibility:visible;margin-bottom:12px}.offcanvas__account--currency{position:relative;padding:0 17px}.offcanvas__account--currency__menu{font-family:var(--font-poppins);font-weight:500}.offcanvas__account--currency__submenu{position:absolute;z-index:9;width:100px;-webkit-box-shadow:0 5px 30px rgba(0,0,0,.1);box-shadow:0 5px 30px rgba(0,0,0,.1);bottom:100%;opacity:0;visibility:hidden;margin-bottom:20px;-webkit-transition:var(--transition);transition:var(--transition);background:var(--white-color)}.offcanvas__account--currency__submenu.active{opacity:1;visibility:visible;margin-bottom:12px}.offcanvas__stikcy--toolbar{position:fixed;bottom:0;background:var(--white-color);left:0;right:0;z-index:99;-webkit-box-shadow:0 0 9px rgba(0,0,0,.12);box-shadow:0 0 9px rgba(0,0,0,.12);padding:10px 20px;display:none;visibility:hidden}@media only screen and (min-width:500px){.offcanvas__stikcy--toolbar{padding:10px 40px}}@media only screen and (min-width:768px){.offcanvas__stikcy--toolbar{padding:10px 60px}}@media only screen and (max-width:767px){.offcanvas__stikcy--toolbar{display:block;visibility:visible}}.offcanvas__stikcy--toolbar__btn{position:relative;text-align:center}.offcanvas__stikcy--toolbar__btn:hover .offcanvas__stikcy--toolbar__icon{background:var(--primary-color);color:var(--white-color)}.offcanvas__stikcy--toolbar__icon{width:3rem;height:3rem;text-align:center;background:var(--secondary-color);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:50%;color:var(--white-color);margin:0 auto}.offcanvas__stikcy--toolbar__label{display:block;font-size:1.2rem;font-weight:600;margin-top:6px}.header__sticky.sticky{position:fixed;width:100%;top:0;background:var(--white-color);left:0;z-index:99;-webkit-box-shadow:0 0 7px rgba(0,0,0,.15);box-shadow:0 0 7px rgba(0,0,0,.15);-webkit-transition:.3s;transition:.3s}.header__sticky.sticky .header__sticky--block{display:-webkit-box;display:-ms-flexbox;display:flex}.header__sticky.sticky .header__sticky--none{display:none}.header__sticky .header__sticky--block{display:none}.main__logo--title{line-height:2rem}.header__topbar{padding:1rem 0}@media only screen and (max-width:991px){.header__topbar--inner{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}@media only screen and (max-width:575px){.header__shipping--wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.header__shipping--text{font-size:1.4rem;line-height:2rem}@media only screen and (max-width:767px){.header__shipping--text{text-align:center}}@media only screen and (min-width:992px){.header__shipping--text{font-size:1.4rem}}@media only screen and (min-width:1200px){.header__shipping--text{font-size:1.5rem}}@media only screen and (max-width:575px){.header__shipping--text{margin-bottom:1rem}.header__shipping--text:last-child{margin-bottom:0}}.header__shipping--text__icon{margin-right:.5rem}.header__discount--text{font-size:1.6rem}@media only screen and (min-width:992px){.header__discount--text{font-size:1.6rem}}@media only screen and (min-width:1200px){.header__discount--text{font-size:1.8rem}}.header__discount--icon__img{vertical-align:middle;margin-right:.4rem}@media only screen and (max-width:991px){.language__currency{padding:5px 20px}}.language__currency--list{position:relative;margin-right:1.5rem;padding-right:1.5rem}.language__currency--list:last-child{margin-right:0;padding-right:0}.language__currency--list:last-child::before{display:none}.language__currency--list::before{position:absolute;content:"";width:1px;height:100%;background:var(--white-color);right:0;top:0}.language__switcher{font-size:1.5rem}@media only screen and (min-width:992px){.language__switcher{font-size:1.6rem;line-height:2.4rem}}.language__switcher--icon__img{vertical-align:middle;margin-right:3px}.language__switcher.style2{color:var(--text-gray-color)}.language__switcher.style2:hover{color:var(--secondary-color2)}.dropdown__language{position:absolute;z-index:9;width:100px;-webkit-box-shadow:0 5px 30px rgba(0,0,0,.1);box-shadow:0 5px 30px rgba(0,0,0,.1);top:100%;opacity:0;visibility:hidden;margin-top:28px;-webkit-transition:var(--transition);transition:var(--transition);background:var(--white-color)}.dropdown__language.active{opacity:1;visibility:visible;margin-top:17px}.language__items:last-child .language__text{border-bottom:0}.language__text{display:block;font-size:1.4rem;padding:10px 14px;background:var(--gray-color2);border-bottom:1px solid var(--border-color2)}.language__text:hover{background:var(--primary-color);color:var(--white-color);border-color:var(--primary-color)}.account__currency{margin-right:25px;position:relative}@media only screen and (min-width:1200px){.account__currency{margin-right:32px}}.account__currency--link{font-size:1.5rem;line-height:2rem}@media only screen and (min-width:992px){.account__currency--link{font-size:1.5rem}}.account__currency--link.style2{color:var(--text-gray-color)}.account__currency--link.style2:hover{color:var(--secondary-color2)}.dropdown__currency{position:absolute;z-index:9;width:100px;-webkit-box-shadow:0 5px 30px rgba(0,0,0,.1);box-shadow:0 5px 30px rgba(0,0,0,.1);top:100%;opacity:0;visibility:hidden;margin-top:28px;-webkit-transition:var(--transition);transition:var(--transition);background:var(--white-color)}.dropdown__currency.active{opacity:1;visibility:visible;margin-top:17px}.currency__items:last-child .currency__text{border-bottom:0}.currency__text{display:block;font-size:1.4rem;padding:1rem 1.4rem;background:var(--gray-color2);border-bottom:1px solid var(--border-color2)}.currency__text:hover{background:var(--primary-color);color:var(--white-color);border-color:var(--primary-color)}@media only screen and (max-width:991px){.main__header{padding:1.5rem 0}}.header__account--items{margin-right:2rem}.header__account--items:last-child{margin-right:0}@media only screen and (max-width:575px){.header__account--items{margin-right:1rem}}@media only screen and (min-width:992px){.header__account--search__items.mobile__d--block{display:none}}.header__account--btn{position:relative;color:#231f20;text-align:center}.header__account--btn:hover{color:#00accd;}.items__count{position:absolute;right:-1.4rem;top:-1rem;width:2rem;height:2rem;font-size:1rem;line-height:2rem;background:var(--secondary-color);text-align:center;border-radius:50%;color:var(--white-color)}.items__count.style2{right:-1.4rem}.items__count.wishlist__count{right:-.7rem}.predictive__search--title{margin-bottom:15px}@media only screen and (min-width:992px){.predictive__search--title{margin-bottom:20px}}@media only screen and (min-width:1600px){.predictive__search--title{margin-bottom:30px}}.predictive__search--box{background:var(--white-color);-webkit-box-shadow:0 -4px 27px rgba(62,70,120,.16);box-shadow:0 -4px 27px rgba(62,70,120,.16);position:relative;position:fixed;left:0;right:0;top:0;opacity:0;visibility:hidden;z-index:999;-webkit-transition:all .3s ease 0s;transition:all .3s ease 0s;-webkit-transform:translateY(-100%);transform:translateY(-100%)}.predictive__search--box.active{opacity:1;visibility:visible;-webkit-transform:translateY(0);transform:translateY(0)}.predictive__search--box__inner{padding:20px 16px;text-align:center}@media only screen and (min-width:576px){.predictive__search--box__inner{padding:22px 50px}}@media only screen and (min-width:768px){.predictive__search--box__inner{padding:30px 80px}}@media only screen and (min-width:992px){.predictive__search--box__inner{padding:30px 150px}}.predictive__search--form{width:100%;position:relative}.predictive__search--input{width:100%;height:5rem;border:1px solid var(--border-color2);padding:0 80px 0 15px;font-size:1.6rem;font-weight:400;border-radius:5px}.predictive__search--input:focus{border-color:var(--secondary-color)}.predictive__search--input:focus::-webkit-input-placeholder{color:#000}@media only screen and (max-width:576px){.predictive__search--input{height:45px}}.predictive__search--button{position:absolute;top:0;right:0;height:100%;padding:0;background:var(--secondary-color);border:0;width:6rem;text-align:center;color:var(--white-color);border-radius:0 5px 5px 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.predictive__search--button:hover{background:var(--primary-color)}.predictive__search--close__btn{position:absolute;top:20px;right:40px;padding:0;border:0;background:inherit}@media only screen and (max-width:576px){.predictive__search--close__btn{right:15px}}.predictive__search--close__btn:hover{color:var(--primary-color);-webkit-transform:scale(1.3);transform:scale(1.3)}.header__bottom{-webkit-box-shadow:0 3px 8px rgba(71,71,71,.16);box-shadow:0 3px 8px rgba(71,71,71,.16)}.header__menu--items{margin-right:3rem;position:relative}@media only screen and (min-width:992px){.header__menu--items{margin-right:2.5rem}}@media only screen and (min-width:1200px){.header__menu--items{margin-right:3.8rem}}@media only screen and (min-width:1366px){.header__menu--items{margin-right:5rem}}@media only screen and (min-width:1600px){.header__menu--items{margin-right:7rem}}@media only screen and (min-width:992px){.header__menu--items.style3{margin-right:2.5rem}}@media only screen and (min-width:1200px){.header__menu--items.style3{margin-right:4rem}}@media only screen and (min-width:1366px){.header__menu--items.style3{margin-right:5rem}}.header__menu--items:last-child{margin-right:0}.header__menu--items:hover .header__menu--link{color:#231f20;}.header__menu--items:hover .header__sub--menu{visibility:visible;margin-top:0;opacity:1}.header__menu--items:hover .header__mega--menu{visibility:visible;margin-top:0;opacity:1}.header__menu--link{font-size:1.6rem;line-height:2.5rem;padding:2rem 0;color:var(--text-gray-color)}@media only screen and (min-width:1200px){.header__menu--link{font-size:1.8rem;padding:2.5rem 0}}.header__menu--link.style3{color:var(--primary-color)}.header__menu--link.style3:hover{color:var(--secondary-color)}.menu__plus--icon{margin-left:3px}.header__sub--menu{position:absolute;z-index:9;top:100%;left:0;visibility:hidden;width:220px;margin:0;margin-top:20px;padding:20px;list-style:none;-webkit-transition:var(--transition);transition:var(--transition);opacity:0;background-color:var(--white-color);-webkit-box-shadow:0 10px 20px rgba(0,0,0,.15);box-shadow:0 10px 20px rgba(0,0,0,.15);border-radius:10px}.header__sub--menu__link{font-size:1.5rem;display:block;padding:10px 0}.mega__menu--items{position:static}.header__mega--menu{position:absolute;z-index:9;top:100%;left:0;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%;margin:0;margin-top:20px;padding:25px;list-style:none;-webkit-transition:var(--transition);transition:var(--transition);visibility:hidden;opacity:0;background-color:var(--white-color);-webkit-box-shadow:0 10px 20px rgba(0,0,0,.15);box-shadow:0 10px 20px rgba(0,0,0,.15);border-radius:10px}.header__mega--menu__li{padding:3px 15px;width:25%}.header__mega--subtitle{font-weight:600;font-size:1.6rem;margin-bottom:15px}.header__mega--sub__menu--title{font-size:1.5rem;padding:8px 0}.offCanvas__minicart{position:fixed;width:310px;height:100%;padding:18px 15px 30px;background:var(--white-color);z-index:999;right:0;top:0;-webkit-transition:.4s;transition:.4s;-webkit-transform:translateX(100%);transform:translateX(100%);overflow-y:auto;-webkit-box-shadow:0 0 15px rgba(5,0,0,.1);box-shadow:0 0 15px rgba(5,0,0,.1);visibility:hidden}.offCanvas__minicart.active{opacity:1;visibility:visible;-webkit-transform:translateX(0);transform:translateX(0)}@media only screen and (min-width:480px){.offCanvas__minicart{width:375px}}@media only screen and (min-width:1600px){.offCanvas__minicart{padding:20px 15px 33px}}.minicart__header--top{margin-bottom:10px}.minicart__header--desc{font-size:1.6rem;color:var(--text-gray-color)}@media only screen and (min-width:480px){.minicart__header--desc{font-size:1.7rem}}.minicart__title{font-weight:600}.minicart__close--btn{padding:0;background:inherit;border:0;line-height:1.5rem;color:var(--black-color)}.minicart__close--btn:hover{color:var(--primary-color);-webkit-transform:scale(1.3);transform:scale(1.3)}.minicart__close--icon{width:22px}.minicart__product{margin-bottom:17px}.minicart__product--items{margin-top:18px;padding-top:18px;border-top:1px solid var(--border-color2)}@media only screen and (min-width:1600px){.minicart__product--items{margin-top:22px;padding-top:22px}}.minicart__product--remove{border:0;padding:0;background:0 0;font-size:1.2rem;text-transform:uppercase;text-decoration:underline;font-weight:700;opacity:.7}.minicart__product--remove:hover{color:var(--secondary-color)}.minicart__thumbnail{width:100px;line-height:1}@media only screen and (min-width:480px){.minicart__thumbnail{width:120px}}.minicart__thumbnail a{display:block}.minicart__thumbnail a img{display:block}.minicart__text{width:calc(100% - 100px);padding-left:10px}@media only screen and (min-width:480px){.minicart__text{width:calc(100% - 120px);padding-left:13px}}.minicart__subtitle{font-size:1.5rem;font-weight:600;line-height:24px;margin-bottom:2px}@media only screen and (min-width:480px){.minicart__subtitle{font-size:1.6rem}}.color__variant{opacity:.8;margin-bottom:4px;line-height:20px}.minicart__price{margin-bottom:9px}.minicart__quantity{margin-right:15px}.quantity__box{text-align:center;display:-webkit-box;display:-ms-flexbox;display:flex}.quantity__value{display:inline-block;border:1px solid var(--border-color2);margin:0;width:3.3rem;height:3rem;text-align:center;padding:0;background:var(--gray-color2);cursor:pointer;font-size:2rem;font-weight:500}.quantity__value.decrease{margin-right:-4px;border-radius:13px 0 0 13px}.quantity__value.increase{margin-left:-4px;border-radius:0 13px 13px 0}input.quantity__number{text-align:center;border:none;border-top:1px solid var(--border-color2);border-bottom:1px solid var(--border-color2);margin:0;width:3.3rem;height:3rem}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.minicart__amount{padding:13px 0;border-top:1px solid var(--border-color2);border-bottom:1px solid var(--border-color2)}.minicart__amount_list{margin-bottom:10px}.minicart__amount_list:last-child{margin-bottom:0}.minicart__conditions{padding:20px 0}.minicart__conditions--input{vertical-align:middle}.minicart__conditions--label{font-weight:600;letter-spacing:.5px;color:var(--text-gray-color)}.minicart__conditions--link{color:var(--secondary-color);text-decoration:underline}.minicart__conditions--link:hover{color:var(--primary-color);text-decoration:underline}.minicart__button--link{font-size:1.5rem;font-weight:600;line-height:4.5rem;height:4.5rem;margin-right:14px}.minicart__button--link:last-child{margin-right:0}@media only screen and (max-width:991px){.header__section.mb-20{margin-bottom:0}}@media only screen and (max-width:767px){.header__topbar--inner2{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.main__header--style2{padding:2.5rem 0}@media only screen and (max-width:991px){.header__info{margin-right:4rem}}@media only screen and (max-width:767px){.header__info{margin-right:0;margin-bottom:1rem}}@media only screen and (max-width:575px){.header__info{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.header__info--list{margin-right:2rem}.header__info--list:last-child{margin-right:0}@media only screen and (max-width:575px){.header__info--list{margin-right:0;margin-bottom:1.3rem}.header__info--list:last-child{margin-bottom:0}}.header__info--icon{vertical-align:middle;margin-right:.3rem}.header__info--text{color:var(--text-gray-color);font-family:var(--open-sans)}@media only screen and (max-width:1199px){.header__info--text{font-size:1.4rem}}.header__select--categories.select::before{display:none}.header__select--categories__icon{position:absolute;right:1.5rem;top:50%;-webkit-transform:translatey(-50%);transform:translatey(-50%);pointer-events:none}.select{position:relative}.select::before{border-bottom:2px solid var(--black-color);border-right:2px solid var(--black-color);content:"";display:block;height:7px;margin-top:-4px;pointer-events:none;position:absolute;right:18px;top:50%;width:7px;-webkit-transform-origin:66% 66%;transform-origin:66% 66%;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:.7}.header__select--inner{border:0;background:var(--gray-color);height:5.5rem;padding:0 3.3rem 0 1.8rem;-webkit-appearance:none;cursor:pointer;font-size:1.6rem;color:var(--primary-color)}@media only screen and (min-width:1200px){.header__select--inner{padding:0 4.3rem 0 2rem}}.header__search--box{position:relative;width:25rem}@media only screen and (min-width:992px){.header__search--box{width:32rem}}@media only screen and (min-width:1200px){.header__search--box{width:45rem}}.header__search input::-webkit-input-placeholder{color:#a6a6a6}.header__search input::-moz-placeholder{color:#a6a6a6}.header__search input:-ms-input-placeholder{color:#a6a6a6}.header__search input:-moz-placeholder{color:#a6a6a6}.header__search--input{width:100%;border:1px solid var(--gray-color);border-left:0;height:5.5rem;padding:0 7rem 0 2.2rem;font-size:1.5rem;color:#a6a6a6;font-family:var(--open-sans);opacity:.7}.header__search--input:focus::-webkit-input-placeholder{opacity:1;color:var(--primary-color)}@media only screen and (min-width:1200px){.header__search--input{padding:0 7rem 0 2.2rem}}.header__search--button{position:absolute;top:-1px;right:-1px;height:102%;border:0;padding:0 1.5rem;line-height:2rem;background:var(--secondary-color)}.header__search--button:hover{background:var(--primary-color)}.header__section3{background:var(--gray-color2);-webkit-box-shadow:0 3px 8px rgba(71,71,71,.16);box-shadow:0 3px 8px rgba(71,71,71,.16)}@media only screen and (max-width:991px){.header__section3.mb-20{margin-bottom:2rem}}.hero__slider--bg{background:url(../img/slider/home1-slider1.webp);background-repeat:no-repeat;background-attachment:scroll;background-position:center center;background-size:cover}@media only screen and (max-width:767px){.hero__slider--bg{background-position:25%}}.hero__slider--bg.slider2{background:url(../img/slider/home1-slider2.webp);background-repeat:no-repeat;background-attachment:scroll;background-position:center center;background-size:cover}@media only screen and (max-width:767px){.hero__slider--bg.slider2{background-position:25%}}.hero__slider--bg.slider3{background:url(../img/slider/home1-slider3.webp);background-repeat:no-repeat;background-attachment:scroll;background-position:center center;background-size:cover}@media only screen and (max-width:767px){.hero__slider--bg.slider3{background-position:25%}}.hero__slider--items{position:relative}.hero__slider--items__inner{padding:6rem 0}@media only screen and (min-width:768px){.hero__slider--items__inner{padding:6.5rem 0}}@media only screen and (min-width:992px){.hero__slider--items__inner{padding:7rem 0}}@media only screen and (min-width:1200px){.hero__slider--items__inner{padding:8rem 0}}@media only screen and (min-width:1366px){.hero__slider--items__inner{padding:9.5rem 0}}@media only screen and (min-width:1600px){.hero__slider--items__inner{padding:8.5rem 0}}@media only screen and (max-width:767px){.slider__content{text-align:center}}@media only screen and (min-width:768px){.slider__content{padding-left:4rem}}@media only screen and (min-width:1500px){.slider__content{padding-left:0}}@media only screen and (min-width:768px){.slider__content.text-right{padding-right:4rem;padding-left:0}}@media only screen and (min-width:1500px){.slider__content.text-right{padding-right:0}}.slider__content--maintitle{margin-bottom:1.4rem}@media only screen and (min-width:992px){.slider__content--maintitle{margin-bottom:1.8rem}}@media only screen and (min-width:992px){.slider__content--maintitle{margin-bottom:2.3rem}}@media only screen and (min-width:1200px){.slider__content--maintitle{margin-bottom:3rem}}.slider__content--desc{font-weight:300}.slider__content--desc.desc1{position:relative;padding-left:70px}@media only screen and (max-width:767px){.slider__content--desc.desc1{padding-left:0}}.slider__content--desc.desc1.right{padding-left:0}.slider__content--desc.desc1.right::before{display:none}.slider__content--desc.desc1::before{position:absolute;content:"";width:5.5rem;height:.1rem;background:var(--white-color);left:0;top:50%;-webkit-transform:translatey(-50%);transform:translatey(-50%)}@media only screen and (max-width:767px){.slider__content--desc.desc1::before{display:none}}@media only screen and (max-width:1199px){.slider__content--desc.mb-35{margin-bottom:3rem}}@media only screen and (max-width:991px){.slider__content--desc.mb-35{margin-bottom:2.5rem}}.slider__content--btn{background:var(--white-color);color:var(--primary-color)}.hero__slider--activation .swiper-button-prev{left:1rem}@media only screen and (min-width:768px){.hero__slider--activation .swiper-button-prev{left:1rem}}@media only screen and (min-width:992px){.hero__slider--activation .swiper-button-prev{left:2rem}}.hero__slider--activation .swiper-button-next{right:1rem}@media only screen and (min-width:768px){.hero__slider--activation .swiper-button-next{right:1rem}}@media only screen and (min-width:992px){.hero__slider--activation .swiper-button-next{right:2rem}}.slider__text--shape__icon{vertical-align:middle;margin-right:.3rem}.slider__layer--img{transform:scale(1.1);-webkit-transform:scale(1.1);-moz-transform:scale(1.1);
  -ms-transform:scale(1.1);-o-transform:scale(1.1)}.swiper-slide-active .slider__content>*{-webkit-animation-name:fadeInUp;animation-name:fadeInUp;-webkit-animation-duration:1.5s;animation-duration:1.5s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.swiper-slide-active .slider__content--subtitle{-webkit-animation-delay:.3s;animation-delay:.3s}.swiper-slide-active .slider__content--maintitle{-webkit-animation-delay:.6s;animation-delay:.6s}.swiper-slide-active .slider__content--desc{-webkit-animation-delay:.9s;animation-delay:.9s}.swiper-slide-active .slider__content--btn{-webkit-animation-delay:1s;animation-delay:1s}.swiper-slide-active .slider__layer--img{transform:scale(1);-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);-webkit-transition:1.7s;transition:1.7s}@media (min-width:768px){.slider2__col--9{width:71%}}@media (min-width:992px){.slider2__col--9{width:71%}}@media (min-width:1200px){.slider2__col--9{width:73%}}.hero__slider--bg2{background:url(../img/slider/home2-slider1.webp);background-repeat:no-repeat;background-attachment:scroll;background-position:center center;background-size:cover;height:30rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media (min-width:768px){.hero__slider--bg2{height:32.8rem}}@media (min-width:992px){.hero__slider--bg2{height:42.2rem}}

@media (min-width:1200px){.hero__slider--bg2{height:49rem}}@media only screen and (max-width:767px)
{.hero__slider--bg2{background-position:25%}}.hero__slider--bg2.slider2{background:url(../img/slider/home2-slider2.webp);
  background-repeat:no-repeat;background-attachment:scroll;background-position:center center;background-size:cover;width:100%}@media only screen and (max-width:767px){.hero__slider--bg2.slider2{background-position:25%}}.slider__content2--maintitle{font-size:2.6rem;line-height:3.5rem}@media only screen and (min-width:768px){.slider__content2--maintitle{font-size:3rem;line-height:4rem}}@media only screen and (min-width:1200px){.slider__content2--maintitle{font-size:4.5rem;line-height:6rem}}.slider__content2--btn{font-size:1.3rem;height:3.5rem;line-height:3.5rem;border-radius:2rem;margin-top:2rem}.swiper-slide-active .slider__content2>*{-webkit-animation-name:fadeInUp;animation-name:fadeInUp;-webkit-animation-duration:1.5s;animation-duration:1.5s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.swiper-slide-active .slider__content2--desc{-webkit-animation-delay:.3s;animation-delay:.3s}.swiper-slide-active .slider__content2--maintitle{-webkit-animation-delay:.6s;animation-delay:.6s}.swiper-slide-active .slider__content2--btn{-webkit-animation-delay:.9s;animation-delay:.9s}.hero__slider--bg3{background:url(../img/slider/home3-slider1.webp);background-repeat:no-repeat;background-attachment:scroll;background-position:center center;background-size:cover;height:32rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media (min-width:768px){.hero__slider--bg3{height:37rem}}@media (min-width:992px){.hero__slider--bg3{height:42.2rem}}@media (min-width:1200px){.hero__slider--bg3{height:46.8rem}}@media (min-width:1600px){.hero__slider--bg3{height:47.4rem}}@media only screen and (max-width:767px){.hero__slider--bg3{background-position:25%}}.hero__slider--bg3.slider2{background:url(../img/slider/home3-slider2.webp);background-repeat:no-repeat;background-attachment:scroll;background-position:center center;background-size:cover;width:100%}@media only screen and (max-width:767px){.hero__slider--bg3.slider2{background-position:25%}}@media only screen and (min-width:768px){.slider__content3.padding-left{padding-left:5rem}}@media only screen and (min-width:992px){.slider__content3.padding-left{padding-left:7rem}}@media only screen and (max-width:767px){.slider__content3.padding-left{text-align:center;width:100%;padding:0 3rem}}@media only screen and (max-width:480px){.slider__content3.padding-left{padding:0 1.5rem}}.slider__content3.padding-left.text-center{width:100%;padding-left:0}.slider__content3--maintitle{font-size:2.2rem;line-height:3rem;margin-bottom:1rem;font-weight:700}@media only screen and (min-width:480px){.slider__content3--maintitle{font-size:2.8rem;line-height:4rem}}@media only screen and (min-width:768px){.slider__content3--maintitle{font-size:3.2rem;line-height:4.3rem;margin-bottom:1rem}}@media only screen and (min-width:992px){.slider__content3--maintitle{font-size:3.5rem;line-height:4.5rem;margin-bottom:1rem}}@media only screen and (min-width:1200px){.slider__content3--maintitle{font-size:4rem;line-height:5rem;margin-bottom:1.6rem}}@media only screen and (min-width:1600px){.slider__content3--maintitle{font-size:4.5rem;line-height:5.7rem;margin-bottom:1.6rem}}@media only screen and (max-width:480px){.slider__content3--desc.mb-35{margin-bottom:2rem}}.slider__content3--desc.color-black{color:var(--black-color)}.swiper-slide-active .slider__content3>*{-webkit-animation-name:fadeInUp;animation-name:fadeInUp;-webkit-animation-duration:1.5s;animation-duration:1.5s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.swiper-slide-active .slider__content3--maintitle{-webkit-animation-delay:.3s;animation-delay:.3s}.swiper-slide-active .slider__content3--desc{-webkit-animation-delay:.6s;animation-delay:.6s}.swiper-slide-active .slider__content3--btn{-webkit-animation-delay:.9s;animation-delay:.9s}.swiper:hover .swiper__nav--btn{opacity:1;visibility:visible}@media only screen and (max-width:767px){.product__tab--btn{-ms-flex-wrap:wrap;flex-wrap:wrap}}@media only screen and (max-width:767px){.product__tab--btn.style2{margin-top:2rem}}.product__tab--btn__list{font-size:1.6rem;height:3.2rem;line-height:3.2rem;padding:0 1rem;cursor:pointer;font-weight:600;-webkit-transition:var(--transition);transition:var(--transition);border:1px solid transparent}.product__tab--btn__list.active{border-color:#00abcc;}.product__tab--btn__list:hover{border-color:#00abcc;}.product__tab--btn__list:last-child{margin-right:0}@media only screen and (max-width:575px){.product__tab--btn__list{margin:5px}}@media only screen and (min-width:768px){.product__tab--btn__list{margin-right:10px;font-size:1.8rem;height:3.4rem;line-height:3.4rem;padding:0 1.2rem}}@media only screen and (min-width:992px){.product__tab--btn__list{font-size:1.6rem;height:3.6rem;line-height:3.6rem;padding:0 1.6rem}}.product__tab--btn__list.style2{border:0;padding:0;margin-right:3.5rem}@media only screen and (max-width:767px){.product__tab--btn__list.style2{margin-right:2rem}}.product__tab--btn__list.style2:last-child{margin-right:0}.product__tab--btn__list.style2:hover{color:var(--secondary-color)}.product__tab--btn__list.style2.active{color:var(--secondary-color)}.product__swiper--column4{padding:0 2px 2px}.product__items--thumbnail{position:relative;overflow:hidden;line-height:1}.product__secondary--img{position:absolute;top:0;left:0;right:0;opacity:0;visibility:hidden;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.product__items:hover .product__items--img{-webkit-transform:scale(1.05);transform:scale(1.05)}.product__items:hover .product__secondary--img{opacity:1;visibility:visible}.product__items:hover .product__items--action{opacity:1;visibility:visible;bottom:1.2rem}.product__items:hover .product__items--action__cart--btn{opacity:1;visibility:visible}.product__items:hover .product__cart--btn__style2{opacity:1;visibility:visible}.product__items--link{display:block}@media only screen and (max-width:767px){.product__items--link{width:100%}}.product__items--img{width:100%;display:block}.product__items--action{position:absolute;bottom:0;left:0;right:0;opacity:0;visibility:hidden;-webkit-transition:var(--transition);transition:var(--transition)}@media only screen and (max-width:575px){.product__items--action{opacity:1;visibility:visible;bottom:1.2rem}}.product__items--action__list{margin-right:.3rem}.product__items--action__list:last-child{margin-right:0}@media only screen and (min-width:992px){.product__items--action__list{margin-right:.4rem}}.product__items--action__btn{height:3.2rem;line-height:3.2rem;padding:0 .6rem;color:var(--text-gray-color);background:var(--white-color);border-radius:.3rem}@media only screen and (min-width:992px){.product__items--action__btn{padding:0 .8rem;height:3.4rem;line-height:3.2rem}}.product__items--action__btn.add__to--cart{padding:0 .8rem;font-size:1.5rem}@media only screen and (min-width:1200px){.product__items--action__btn.add__to--cart{font-size:1.4rem;padding:0 .6rem}}@media only screen and (min-width:1366px){.product__items--action__btn.add__to--cart{padding:0 1rem}}@media only screen and (min-width:1600px){.product__items--action__btn.add__to--cart{padding:0 1.3rem}}.product__items--action__btn--svg{vertical-align:middle}.product__items--action__btn:hover{background:var(--secondary-color);color:var(--white-color)}.product__items--action__cart--btn{height:3.2rem;line-height:3.4rem;font-size:1.4rem;padding:0 1.3rem;opacity:0;visibility:hidden}@media only screen and (max-width:575px){.product__items--action__cart--btn{opacity:1;visibility:visible}}.product__items--action__cart--btn__icon{margin-right:.3rem}.product__items--action__cart--btn.btn__style2{height:3.2rem;line-height:3.4rem;font-size:1.4rem;padding:0 1.5rem}.product__items--content{padding:1.8rem 1rem 1.5rem;border:1px solid var(--border-color);border-top:0}.product__items--content__subtitle{font-size:1.4rem;line-height:2.2rem;color:var(--text-gray-color)}@media only screen and (min-width:992px){.product__items--content__subtitle{font-size:1.5rem}}.product__items--content__title{margin-bottom:.3rem}@media only screen and (max-width:400px){.product__items--content__title{font-size:1.4rem;line-height:2rem}}.product__items--content.style2{padding:1.8rem 0 0;border:0}.product__cart--btn__style2{font-size:1rem;height:2.5rem;line-height:2.5rem;padding:0 1.3rem;position:absolute;right:0;top:56%;-webkit-transform:translatey(-50%);transform:translatey(-50%);opacity:0;visibility:hidden}@media only screen and (max-width:575px){.product__cart--btn__style2{position:inherit;top:inherit;-webkit-transform:inherit;transform:inherit;margin-top:1rem;opacity:1;visibility:visible}}.product__items--color{margin-bottom:.6rem}.product__items--color__list{margin-right:.8rem}.product__items--color__list:last-child{margin-right:0}.product__items--color__link{width:1.1rem;height:1.1rem;border-radius:50%}.product__items--color__link.one{background:#fb2c36}.product__items--color__link.two{background:#f8a81e}.product__items--color__link.three{background:#2cfb3a}.product__items--color__link.four{background:#2c9afb}@media only screen and (max-width:575px){.add__to--cart__text{display:none}}.product__items--price{margin-bottom:.8rem}.product__items--price.style2{margin-bottom:0}.current__price{font-size:1.5rem;color:var(--secondary-color);font-weight:600}@media only screen and (min-width:768px){.current__price{font-size:1.6rem}}@media only screen and (min-width:992px){.current__price{font-size:1.8rem}}.current__price.style2{font-size:1.6rem}.old__price{font-size:1.4rem;color:var(--light-color);font-weight:600;text-decoration:line-through;margin-left:.4rem}@media only screen and (min-width:768px){.old__price{font-size:1.5rem}}@media only screen and (min-width:992px){.old__price{font-size:1.6rem}}.old__price.style2{font-size:1.4rem}.product__rating{margin-bottom:1.6rem}.rating__list{margin-right:.4rem}.rating__list:last-child{margin-right:0}.rating__list--icon{color:var(--yellow-color)}.product__badge{position:absolute;top:0;left:1rem}.product__badge.style2{top:1.5rem;left:0}.product__badge.style3{top:0;left:0}.product__badge--items{width:2.4rem;height:4.9rem;background:var(--secondary-color);color:var(--white-color);font-size:1rem;line-height:4.3rem;text-align:center;-webkit-clip-path:polygon(0 0,100% 0,100% 100%,50% 74%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,50% 74%,0 100%)}.product__badge--items.style2{width:4.9rem;height:2.3rem;line-height:2.3rem;-webkit-clip-path:inherit;clip-path:inherit;border-radius:0 .2rem .2rem 0}.product__badge--items.style3{width:2.6rem;height:4.1rem;line-height:4.1rem;-webkit-clip-path:inherit;clip-path:inherit}@media only screen and (min-width:1200px){.product__col--width__8{width:63.66666667%}}@media only screen and (min-width:1200px){.product__col--width__4{width:36.33333333%}}@media only screen and (max-width:767px){.product__section--header{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.product__items--content__tag{color:var(--text-gray-color);margin:.3rem 0}.product__items:hover .product__items--action.style2{bottom:inherit;right:1.5rem}.product__items--rating{margin-bottom:.8rem}.product__items--action.style2{top:2.5rem;right:0;left:auto;bottom:auto;padding:.5rem .3rem;background:var(--white-color);border-radius:2rem}@media only screen and (min-width:992px){.product__items--action.style2{top:1.5rem}}@media only screen and (max-width:7575px){.product__items--action.style2{right:1.5rem}}.product__items--action__list.style2{margin-right:0;margin-bottom:.3rem;text-align:center}.product__items--action__list.style2:last-child{margin-bottom:0}.product__items--action__btn.style2{background:inherit;color:var(--secondary-color)}.product__items--action__btn.style2:hover{color:var(--primary-color)}.product__content--style2{padding:1.5rem 0 0;border:0}.product__swiper--grid{padding-top:6.8rem;margin-top:-7rem}@media only screen and (max-width:991px){.product__swiper--grid{margin-bottom:3rem}}.product__grid--heading__maintitle{font-weight:600;padding-bottom:.8rem}@media only screen and (min-width:992px){.product__grid--heading__maintitle{font-size:2.4rem;line-height:3rem}}.product__grid--heading__maintitle::before{position:absolute;content:"";width:6rem;height:.2rem;background:var(--secondary-color2);bottom:0;left:0}.product__items--grid{margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid var(--border-color)}.product__items--grid:last-child{margin-bottom:0;padding-bottom:0;border-bottom:0}.product__items--grid__thumbnail{overflow:hidden;line-height:1;width:8rem}@media only screen and (min-width:1366px){.product__items--grid__thumbnail{width:10rem}}.product__items--grid__content{padding:.8rem .8rem .8rem 1.5rem;width:calc(100% - 8rem)}@media only screen and (min-width:1366px){.product__items--grid__content{width:calc(100% - 10rem)}}.product__items--grid:hover .product__items--img{-webkit-transform:inherit;transform:inherit}@media only screen and (max-width:767px){.categories__inner{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.categories__content{width:35rem}@media only screen and (max-width:767px){.categories__content{width:100%;margin-bottom:3rem}}.categories__content--title{margin-bottom:1.7rem}.categories__product{-ms-flex-wrap:wrap;flex-wrap:wrap;padding:1rem 0 1.5rem}@media (min-width:992px){.categories__product{padding:2rem 0 2.5rem}}.categories__product--list{margin:0 2rem 2rem 0}@media (min-width:992px){.categories__product--list{margin:0 3rem 3rem 0}}.categories__product--icons{display:inline-block;width:5.6rem;height:5.6rem;background:var(--white-color);color:var(--secondary-color2);-webkit-box-shadow:0 6px 12px rgba(58,58,58,.15);box-shadow:0 6px 12px rgba(58,58,58,.15);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:50%}.categories__product--icons:hover{background:var(--secondary-color2);color:var(--white-color);-webkit-transform:scale(1.1);transform:scale(1.1)}.categories__sidebar{width:calc(100% - 35rem);padding-left:3rem}@media only screen and (min-width:768px){.categories__sidebar{padding-left:4rem}}@media only screen and (min-width:992px){.categories__sidebar{padding-left:6rem}}@media only screen and (min-width:1200px){.categories__sidebar{padding-left:11rem}}@media only screen and (max-width:767px){.categories__sidebar{width:100%;padding-left:0}}.categories__sidebar--inner{padding:1.5rem 0 1.5rem 3rem;position:relative}@media only screen and (min-width:768px){.categories__sidebar--inner{padding:2rem 0 2rem 3.5rem}}@media only screen and (min-width:992px){.categories__sidebar--inner{padding:3rem 0 3rem 6rem}}@media only screen and (min-width:1200px){.categories__sidebar--inner{padding:4rem 0 4rem 11rem}}@media only screen and (max-width:767px){.categories__sidebar--inner{padding:0}}.categories__sidebar--inner:hover::before{border-color:var(--primary-color)}.categories__sidebar--inner::before{position:absolute;content:"";width:60%;height:100%;border:4px solid var(--secondary-color2);top:0;left:0;-webkit-transition:var(--transition);transition:var(--transition)}@media only screen and (max-width:767px){.categories__sidebar--inner::before{display:none}}.categories__product--items{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:100%;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-transition:var(--transition);transition:var(--transition)}.categories__product--items:hover{-webkit-box-shadow:0 8px 16px rgba(25,25,25,.16);box-shadow:0 8px 16px rgba(25,25,25,.16)}.categories__product--items__link{padding:1.2rem 1.5rem;width:100%}@media only screen and (max-width:767px){.categories__product--items__link{padding:1.2rem 1.2rem}}.categories__product--thumbnail__img{margin:0 auto}@media only screen and (max-width:767px){.categories__product--thumbnail__img{max-width:8rem}}.categories__product--title{margin-top:.8rem}@media only screen and (max-width:767px){.new__product--section__inner{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.new__product--content{width:37rem;padding-right:4rem}@media only screen and (max-width:767px){.new__product--content{width:100%;padding-right:0;margin-bottom:3rem}}.new__product--content__title{margin-bottom:1.2rem}@media only screen and (min-width:1200px){.new__product--content__title{font-size:4rem;line-height:5rem;margin-bottom:2rem}}@media only screen and (min-width:1600px){.new__product--content__title{font-size:4.5rem;line-height:5.5rem;margin-bottom:2rem}}.new__product--sidebar{width:calc(100% - 37rem);padding:4.5rem 0 6rem;padding-left:.2rem}@media only screen and (max-width:767px){.new__product--sidebar{width:100%;padding:0 0 5rem}}.new__product--section::before{position:absolute;content:"";width:42%;height:100%;background:#f1f1f1;top:0;right:0}@media only screen and (min-width:992px){.new__product--section::before{width:50%}}@media only screen and (max-width:767px){.new__product--section::before{display:none}}.product__pagination{bottom:1.5rem!important}.product__pagination .swiper-pagination-bullet{background:#949494}.product__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background:var(--secondary-color)}.new__product--price{margin-bottom:2.2rem}@media only screen and (min-width:1200px){.new__product--price{margin-bottom:3.2rem}}.new__product--price__badge{font-size:1.4rem;line-height:2.2rem;font-family:var(--open-sans);color:var(--text-gray-color)}.new__product--current__price{font-size:2.5rem;line-height:3rem;font-weight:600}.new__product--old__price{font-size:1.8rem;line-height:2.2rem;padding-left:1rem;color:var(--text-gray-color)}.banner__items{overflow:hidden}.banner__items:hover .banner__items--thumbnail__img{-webkit-transform:scale(1.05);transform:scale(1.05)}.banner__items--thumbnail{display:block}@media only screen and (max-width:575px){.banner__items--thumbnail{width:100%}}.banner__items--thumbnail__img{display:block}@media only screen and (max-width:575px){.banner__items--thumbnail__img{width:100%}}.banner__items--content{position:absolute;top:2.5rem;left:2rem;cursor:pointer}@media only screen and (min-width:992px){.banner__items--content{top:3rem;left:3.5rem}}.banner__items--content.one{top:50%;left:auto;right:2rem;-webkit-transform:translatey(-50%);transform:translatey(-50%)}@media only screen and (min-width:768px){.banner__items--content.one{right:2.5rem}}@media only screen and (min-width:992px){.banner__items--content.one{right:4.5rem}}.banner__items--content.two{top:50%;-webkit-transform:translatey(-50%);transform:translatey(-50%)}.banner__items--content.three{left:3rem;top:20%}@media only screen and (min-width:992px){.banner__items--content.three{left:6rem}}.banner__items--content.four{left:2rem;right:2rem;text-align:center}.banner__items--content.five{top:50%;left:auto;right:2rem;-webkit-transform:translatey(-50%);transform:translatey(-50%)}@media only screen and (min-width:768px){.banner__items--content.five{right:2.5rem}}@media only screen and (min-width:992px){.banner__items--content.five{right:4.5rem}}.banner__items--content__title{position:relative;padding-bottom:1rem;font-size:1.8rem;line-height:2.4rem}@media only screen and (min-width:768px){.banner__items--content__title{font-size:2rem;line-height:2.8rem}}@media only screen and (min-width:992px){.banner__items--content__title{font-size:2.2rem;line-height:2.8rem}}@media only screen and (min-width:1200px){.banner__items--content__title{font-size:2.4rem;line-height:3rem}}@media only screen and (min-width:1366px){.banner__items--content__title{font-size:2.8rem;line-height:3.3rem}}@media only screen and (min-width:1600px){.banner__items--content__title{font-size:3rem;line-height:3.6rem}}.banner__items--content__title::before{position:absolute;content:"";width:10.4rem;height:.4rem;background:url(../img/banner/border-shape.webp);bottom:0;left:0}.banner__items--content__title.four::before{left:50%;-webkit-transform:translatex(-50%);transform:translatex(-50%)}.banner__items--content__style2{position:absolute;left:3rem;top:50%;-webkit-transform:translatey(-50%);transform:translatey(-50%)}.banner__items--content__style2.right{left:auto;right:3rem}.banner__items--content__style2--title{font-size:1.7rem;line-height:2.1rem;margin-bottom:.8rem}@media only screen and (min-width:768px){.banner__items--content__style2--title{font-size:1.8rem;line-height:2.2rem;margin-bottom:1rem}}@media only screen and (min-width:992px){.banner__items--content__style2--title{font-size:2rem;line-height:2.6rem;margin-bottom:1.2rem}}@media only screen and (min-width:1200px){.banner__items--content__style2--title{font-size:2.2rem;line-height:3rem}}@media only screen and (min-width:1366px){.banner__items--content__style2--title{font-size:2.5rem;line-height:3.6rem}}@media only screen and (min-width:1600px){.banner__items--content__style2--title{font-size:2.8rem;line-height:4rem}}.deals__banner--thumbnail{overflow:hidden}@media only screen and (max-width:1199px){.deals__banner--thumbnail{margin-top:4rem}}.deals__banner--thumbnail:hover .deals__banner--thumbnail__img{-webkit-transform:scale(1.05);transform:scale(1.05)}.deals__banner--thumbnail.mt-0{margin-top:0}.deals__banner--content{position:absolute;left:0;right:0;top:2rem}.deals__banner--content__maintitle{margin-bottom:1.6rem}.countdown__item{margin-right:2rem;text-align:center}.countdown__item:last-child{margin-right:0}.deals__banner--countdown{margin-bottom:2.2rem}@media only screen and (max-width:480px){.deals__banner--countdown{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.deals__banner--countdown .countdown__number{width:4rem;height:4rem;line-height:4rem;background:var(--white-color);color:var(--primary-color);border-radius:50%;font-size:1.6rem;font-weight:600;margin-bottom:.2rem;font-family:var(--open-sans)}@media only screen and (min-width:1200px){.deals__banner--countdown .countdown__number{font-size:1.8rem}}.deals__banner--countdown .countdown__text{font-size:1.2rem;font-weight:600;color:var(--primary-color);text-transform:capitalize}@media only screen and (max-width:575px){.banner__video--thumbnail__img{height:17rem;-o-object-fit:cover;object-fit:cover;margin:0 auto}}.bideo__play{position:absolute;top:50%;left:50%;-webkit-transform:translatey(-50%) translatex(-50%);transform:translatey(-50%) translatex(-50%)}.bideo__play--icon{width:8.4rem;height:8.4rem;background:var(--white-color);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:50%;color:var(--secondary-color);position:relative;-webkit-transition:.5s;transition:.5s;-webkit-animation:animate 2s linear infinite;animation:animate 2s linear infinite;-webkit-transform:scale(1);transform:scale(1)}.bideo__play--icon:hover{background:var(--secondary-color);color:var(--white-color);-webkit-transform:scale(1.2);transform:scale(1.2)}@media only screen and (max-width:767px){.bideo__play--icon{width:6rem;height:6rem}}@media only screen and (max-width:767px){.bideo__play--icon svg{width:3.5rem}}@-webkit-keyframes animate{0%{-webkit-box-shadow:0 0 0 0 rgba(255,255,255,.7);box-shadow:0 0 0 0 rgba(255,255,255,.7)}40%{-webkit-box-shadow:0 0 0 50px rgba(255,193,7,0);box-shadow:0 0 0 50px rgba(255,193,7,0)}80%{-webkit-box-shadow:0 0 0 50px rgba(255,193,7,0);box-shadow:0 0 0 50px rgba(255,193,7,0)}100%{-webkit-box-shadow:0 0 0 rgba(255,193,7,0);box-shadow:0 0 0 rgba(255,193,7,0)}}@keyframes animate{0%{-webkit-box-shadow:0 0 0 0 rgba(255,255,255,.7);box-shadow:0 0 0 0 rgba(255,255,255,.7)}40%{-webkit-box-shadow:0 0 0 50px rgba(255,193,7,0);box-shadow:0 0 0 50px rgba(255,193,7,0)}80%{-webkit-box-shadow:0 0 0 50px rgba(255,193,7,0);box-shadow:0 0 0 50px rgba(255,193,7,0)}100%{-webkit-box-shadow:0 0 0 rgba(255,193,7,0);box-shadow:0 0 0 rgba(255,193,7,0)}}@media only screen and (max-width:767px){.banner__sidebar--two{text-align:center;margin-top:3rem}}@media only screen and (max-width:767px){.banner__sidebar2--img{margin:0 auto}}@media (min-width:768px){.banner2__col--3{width:29%}}@media (min-width:992px){.banner2__col--3{width:29%}}@media (min-width:1200px){.banner2__col--3{width:27%}}@media only screen and (max-width:767px){.banner__sidebar2--content{left:1.5rem;right:1.5rem}}@media (min-width:768px){.banner2__col--6{width:52%}}@media (min-width:768px){.banner2__col--6r{width:48%}}@media (max-width:479px){.banner__img--height{height:18rem;-o-object-fit:cover;object-fit:cover}}.banner__content--style2{position:absolute;top:2rem;left:2rem}.banner__content--style2__subtitle{font-size:1.3rem;line-height:2.4rem;font-weight:400;margin-bottom:.5rem}.banner__content--style2__subtitle.text-ofwhite{color:#bcbcbc}.banner__content--style2--title{font-size:1.8rem;line-height:2.2rem;color:var(--primary-color);margin-bottom:1rem}@media only screen and (min-width:1200px){.banner__content--style2--title{font-size:2rem;line-height:2.5rem;margin-bottom:1.5rem}}.banner__content--style2--title.text-white{color:var(--white-color)}.banner__content--style2__link{color:var(--secondary-color2)}.banner__content--style2__link:hover{color:var(--secondary-color)!important}.banner__content--style2__link.primary__btn.style2{background:inherit;border:1px solid var(--primary-color);border-radius:2rem;padding:0 2.8rem}.banner__content--style2__link.primary__btn.style2:hover{background:var(--secondary-color2);border-color:var(--secondary-color2);color:var(--white-color)!important}.banner__content--style2__link.primary__btn.style2.text-white{border:1px solid var(--secondary-color2);color:var(--primary-color)}@media only screen and (max-width:767px){.banner__section--inner{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.banner__discount--content{width:33.8rem}@media only screen and (max-width:767px){.banner__discount--content{width:100%;margin-bottom:3rem}}.banner__discount--content__subtitle{font-size:1.3rem;line-height:2.2rem;color:var(--text-gray-color);margin-bottom:1.2rem}.banner__discount--content__title{margin-bottom:.8rem}@media only screen and (min-width:1200px){.banner__discount--content__title{font-size:30px;line-height:4.5rem;margin-bottom:1rem}}@media only screen and (min-width:1600px){.banner__discount--content__title{font-size:30px;line-height:5rem;margin-bottom:1.3rem}}.banner__discount--content__desc{margin-bottom:1.5rem}@media only screen and (min-width:1200px){.banner__discount--content__desc{margin-bottom:2.5rem}}@media only screen and (min-width:1600px){.banner__discount--content__desc{margin-bottom:3rem}}.banner2__right--sidebar{width:calc(100% - 33.8rem);padding:3.5rem 0 3rem 3.8rem}@media only screen and (max-width:767px){.banner2__right--sidebar{width:100%;padding:2rem 0 2rem 2rem}}@media only screen and (max-width:575px){.banner2__right--sidebar{padding:2rem 0 2rem 0}}.banner2__right--sidebar:hover::before{border-color:var(--secondary-color2)}.banner2__right--sidebar::before{position:absolute;content:"";width:50%;height:100%;border:4px solid var(--primary-color);right:0;top:0;-webkit-transition:var(--transition);transition:var(--transition)}.banner2__sidebar--items{margin-right:2rem;overflow:hidden}.banner2__sidebar--items:last-child{margin-right:0}@media (min-width:992px){.banner2__sidebar--items{margin-right:3rem}}.banner2__sidebar--items.one{margin-top:4rem}@media (min-width:992px){.banner2__sidebar--items.one{margin-top:8rem}}.banner2__sidebar--items.two{margin-top:2rem}@media (min-width:992px){.banner2__sidebar--items.two{margin-top:4rem}}.banner2__sidebar--items:hover .banner__items--thumbnail__img{-webkit-transform:scale(1.05);transform:scale(1.05)}.deals__content--style2{position:absolute;left:3.5rem;top:50%;-webkit-transform:translatey(-50%);transform:translatey(-50%)}@media only screen and (max-width:480px){.deals__content--style2{text-align:center}}.deals__content--style2__subtitle{font-size:1.3rem;line-height:2rem;color:var(--text-gray-color);margin-bottom:1rem}.deals__content--style2__maintitle{margin-bottom:1.7rem;color:var(--primary-color)}@media (max-width:767px){.deals__banner--thumbnail__img.style2{height:30rem;-o-object-fit:cover;object-fit:cover}}.product__banner{overflow:hidden}.product__banner:hover .product__banner--thumbnail__img{-webkit-transform:scale(1.05);transform:scale(1.05)}.product__banner--content{position:absolute;top:3rem;left:3rem}.product__banner--content__subtitle{font-family:var(--open-sans);font-size:1.5rem;font-weight:400;margin-bottom:.4rem}.product__banner--content--title{font-size:2.2rem;line-height:2.8rem;margin-bottom:2rem}.product__banner--content__price{font-size:2rem;line-height:2.2rem}@media only screen and (min-width:992px){.product__banner--content__price{font-size:2.5rem;line-height:2.8rem}}.choiceus__banner--thumbnail{overflow:hidden}@media only screen and (max-width:991px){.choiceus__banner--thumbnail.one{margin-right:5rem}}.choiceus__banner--thumbnail.two{position:absolute;top:50%;right:0;-webkit-transform:translatey(-50%);transform:translatey(-50%)}.choiceus__banner--thumbnail__img:hover{-webkit-transform:scale(1.05);transform:scale(1.05)}@media only screen and (max-width:991px){.choiceus__banner--thumbnail__img.two{max-width:28rem}}@media only screen and (max-width:400px){.choiceus__banner--thumbnail__img.two{max-width:20rem}}@media only screen and (max-width:300px){.choiceus__banner--thumbnail__img.two{max-width:12rem}}.bideo__play.style3{left:70%}.bideo__play--icon.style3{background:var(--primary-color);color:var(--white-color)}.bideo__play--icon.style3:hover{background:var(--secondary-color)}.choiceus__content{padding-left:3rem}@media only screen and (max-width:767px){.choiceus__content{margin-top:3rem}}@media only screen and (max-width:991px){.choiceus__content{padding-left:0}}.choiceus__content--title{margin-bottom:2.2rem}@media only screen and (max-width:767px){.choiceus__content--title{margin-bottom:1.2rem}}.choiceus__content--desc{margin-bottom:4.2rem}@media only screen and (min-width:1200px){.choiceus__content--desc{font-size:1.7rem;line-height:2.8rem}}@media only screen and (max-width:767px){.choiceus__content--desc{margin-bottom:2.2rem}}.choiceus__info{margin-bottom:5rem}@media only screen and (max-width:767px){.choiceus__info{margin-bottom:2.5rem}}.choiceus__info--step{margin-bottom:3.5rem}.choiceus__info--step:last-child{margin-bottom:0}@media only screen and (max-width:767px){.choiceus__info--step{margin-bottom:2.5rem}}.choiceus__info--list{text-align:center;margin-right:3.2rem}.choiceus__info--list:last-child{margin-right:0}.choiceus__info--text{display:block;font-weight:600;margin-top:1.3rem}@media only screen and (max-width:767px){.choiceus__info--text{margin-top:1rem}}.choiceus__info--btn{-webkit-box-shadow:0 6px 12px rgba(18,26,37,.34);box-shadow:0 6px 12px rgba(18,26,37,.34)}.banner__content--style3{position:absolute;top:50%;left:2rem;-webkit-transform:translatey(-50%);transform:translatey(-50%)}.banner__content--style3__title{font-size:1.8rem;margin-bottom:.5rem;line-height:2.4rem}@media only screen and (min-width:992px){.banner__content--style3__title{margin-bottom:.5rem;line-height:2.6rem}}@media only screen and (min-width:1200px){.banner__content--style3__title{font-size:2rem;line-height:2.4rem;margin-bottom:.8rem}}.banner__content--style3__price{display:block;margin-bottom:1.5rem}@media only screen and (max-width:767px){.banner__content--style3__price{margin-bottom:1rem;line-height:2.2rem}}.banner__content--style3__btn{height:2.5rem;line-height:2.3rem;font-size:1.2rem;border:1px solid var(--primary-color);background:inherit;color:var(--primary-color);padding:0 1.5rem;border-radius:0}.blog__section--inner{padding:1rem}.blog__section--inner.p-0{padding:0}.blog__items{-webkit-box-shadow:0 3px 6px rgba(68,68,68,.2);box-shadow:0 3px 6px rgba(68,68,68,.2);border-radius:1rem 1rem 0 0}.blog__items:hover .blog__thumbnail--img{-webkit-transform:scale(1.05);transform:scale(1.05)}.blog__thumbnail{overflow:hidden;border-radius:1rem 1rem 0 0}.blog__thumbnail--link{width:100%}.blog__thumbnail--img{width:100%}.blog__content{padding:1.8rem 1.5rem 1.5rem}.blog__content--meta{margin-bottom:1rem}@media only screen and (max-width:767px){.blog__content--meta{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.blog__content--meta__text{font-size:1.3rem;color:var(--primary-color);margin-right:1.8rem}.blog__content--meta__text:last-child{margin-right:0}@media only screen and (min-width:1200px){.blog__content--meta__text{margin-right:2.2rem}}@media only screen and (max-width:767px){.blog__content--meta__text{margin-right:0;margin-bottom:.8rem}.blog__content--meta__text:last-child{margin-bottom:0}}.blog__content--meta__icon{color:var(--secondary-color);margin-right:.4rem}.blog__content--title{line-height:2.5rem;margin-bottom:1.4rem}.blog__content--desc{font-size:1.6rem;line-height:2.5rem;margin-bottom:2.2rem}@media only screen and (max-width:767px){.blog__content--desc{font-size:1.5rem}}.blog__content--btn{background:var(--white-color);border:1px solid var(--primary-color);color:var(--secondary-color);font-size:1.4rem;border-radius:2rem}@media only screen and (min-width:768px){.blog__content--btn{line-height:3rem;height:3rem;padding:0 1.7rem}}.blog__content--btn:hover{background:var(--secondary-color);color:var(--white-color);border-color:var(--secondary-color)}.blog__content--btn.btn__style3{color:var(--white-color);border-radius:.2rem;font-size:1.3rem}.articl__post--items{margin-bottom:2rem}.articl__post--items:hover .articl__post--items__img{-webkit-transform:scale(1.1);transform:scale(1.1)}.articl__post--items:last-child{margin-bottom:0}.articl__post--items__thumbnail{width:9rem;overflow:hidden}.articl__post--items__content{width:calc(100% - 9rem);padding-left:1.5rem}@media only screen and (min-width:768px){.articl__post--items__content--title{font-size:1.7rem;line-height:2.2rem}}.testimonial__banner--thumbnail{overflow:hidden}@media only screen and (max-width:1199px){.testimonial__banner--thumbnail{margin-top:3rem}}.testimonial__banner--thumbnail:hover .testimonial__banner--thumbnail__img{-webkit-transform:scale(1.05);transform:scale(1.05)}.testimonial__items--topbar{margin-bottom:1.7rem}@media only screen and (max-width:767px){.testimonial__items--topbar{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}@media only screen and (max-width:767px){.testimonial__items--content{text-align:center}}.testimonial__items--thumbnail{width:5.6rem}.testimonial__items--author{position:relative;width:calc(100% - 5.6rem);padding-left:1.5rem}@media only screen and (max-width:767px){.testimonial__items--author{width:auto}}.testimonial__items--author__title{line-height:2rem;font-size:1.7rem}.testimonial__items--author__subtitle{font-size:1.3rem;line-height:1.7rem;color:var(--text-gray-color);font-style:italic;font-family:var(--open-sans)}.testimonial__items--desc{margin-bottom:1.2rem}@media only screen and (min-width:992px){.testimonial__items--desc{margin-bottom:1.4rem}}.testimonial__items--desc.style2{margin:1rem 0 1.5rem}.testimonial__icon--svg{color:var(--light-color)}.testimonial__rating{margin-top:1rem!important}.testimonial__rating .rating__list{margin-right:.3rem}.testimonial__padding{padding-bottom:5rem}@media only screen and (min-width:1366px){.testimonial__padding{padding-bottom:6.5rem}}@media only screen and (max-width:767px){.testimonial__padding{padding-bottom:4rem}}.testimonial__swiper--column3 .swiper-pagination-bullet{background:#c2c2c2}.testimonial__swiper--column3 .swiper-pagination-bullet.swiper-pagination-bullet-active{background:var(--secondary-color2)}.testimonial__bg--two{background:#f6f6f6}.testimonial__items--style2{background:var(--white-color);padding:3.5rem 1.5rem;-webkit-box-shadow:0 6px 12px rgba(52,52,52,.1);box-shadow:0 6px 12px rgba(52,52,52,.1)}.testimonial__thumbnail--style2{width:5.6rem}.testimonial__content--style2{width:calc(100% - 5.6rem);padding-left:1.7rem}@media only screen and (min-width:768px){.testimonial__content--style2{padding-left:3rem}}.testimonial__quote--icon{position:absolute;top:1.5rem;left:2rem}.testimonial__bg--shape1{position:absolute;top:0;left:0}.testimonial__bg--shape2{position:absolute;top:0;right:0}.testimonial__padding3{padding:1rem .5rem 4.4rem}.testimonial__items--style3{background:#f8f8f8;padding:2.5rem 2rem;-webkit-transition:var(--transition);transition:var(--transition)}@media only screen and (min-width:768px){.testimonial__items--style3{padding:3.5rem 2.5rem}}.testimonial__items--style3:hover{-webkit-box-shadow:0 6px 12px rgba(25,25,25,.15);box-shadow:0 6px 12px rgba(25,25,25,.15)}.testimonial__thumbnail--style3{margin-bottom:1.5rem}.testimonial__thumbnail--style3__img{margin:0 auto}.testimonial__style3--author{margin-bottom:1.2rem}.testimonial__style3--author__title{font-size:1.4rem;line-height:1.8rem}.testimonial__style3--author__subtitle{font-size:1.2rem;line-height:1.6rem;color:var(--text-gray-color)}@media only screen and (max-width:767px){.newsletter__banner--thumbnail__img{height:25rem;-o-object-fit:cover;object-fit:cover}}.newsletter__content{position:absolute;top:50%;right:13rem;-webkit-transform:translatey(-50%);transform:translatey(-50%)}.newsletter__content--subtitle{margin-bottom:.5rem}@media only screen and (max-width:991px){.newsletter__content{text-align:center;left:2rem;right:2rem}}.newsletter__content.style2{left:7rem;right:auto}@media only screen and (min-width:992px){.newsletter__content.style2{left:7rem}}@media only screen and (max-width:991px){.newsletter__content.style2{left:2rem;right:2rem}}.newsletter__subscribe--form{width:35rem}@media only screen and (min-width:768px){.newsletter__subscribe--form{width:40rem}}@media only screen and (min-width:992px){.newsletter__subscribe--form{width:42.5rem}}@media only screen and (max-width:991px){.newsletter__subscribe--form{margin:0 auto}}@media only screen and (max-width:575px){.newsletter__subscribe--form{width:100%}}.newsletter__subscribe--input{width:100%;height:4.3rem;border:0;background:var(--white-color);padding:0 12.5rem 0 2rem}@media only screen and (min-width:1600px){.newsletter__subscribe--input{padding:0 14rem 0 2rem}}@media only screen and (max-width:575px){.newsletter__subscribe--input{padding:0 12rem 0 1.2rem}}.newsletter__subscribe--button{position:absolute;right:1rem;top:5px;height:3.3rem;line-height:3.3rem;font-size:1.3rem;padding:0 1.2rem}@media only screen and (min-width:1600px){.newsletter__subscribe--button{padding:0 2rem}}.newsletter__subscribe--button__icon{vertical-align:middle;margin-left:.4rem}@media only screen and (max-width:575px){.newsletter__subscribe--button{padding:0 1rem}}.newsletter__subscribe--button.btn__style2{height:3.3rem;line-height:3.3rem}.newsletter__subscribe--form__style{width:100%}.footer__newsletter--desc{font-size:1.5rem}@media only screen and (max-width:1199px){.footer__newsletter--input{padding:0 1.4rem 0}}@media only screen and (max-width:1199px){.footer__newsletter--button{position:inherit;top:inherit;right:inherit;margin-top:1.5rem}}.shipping__section--inner{max-width:650px;margin:0 auto;padding:2.5rem;background:var(--white-color);-webkit-box-shadow:0 8px 18px rgba(70,70,70,.16);box-shadow:0 8px 18px rgba(70,70,70,.16)}@media only screen and (min-width:992px){.shipping__section--inner{max-width:750px;padding:3rem}}@media only screen and (min-width:1366px){.shipping__section--inner{max-width:800px;padding:3.5rem 3rem}}@media only screen and (min-width:1600px){.shipping__section--inner{max-width:868px;padding:4rem 3rem}}@media only screen and (max-width:767px){.shipping__section--inner{padding:2.5rem 1.5rem}}@media only screen and (max-width:575px){.shipping__section--inner{-ms-flex-wrap:wrap;flex-wrap:wrap}}.shipping_mt{margin-top:-5rem}@media only screen and (max-width:767px){.shipping_mt{margin-top:6rem}}.shipping__items{position:relative;padding-right:4rem}@media only screen and (min-width:992px){.shipping__items{padding-right:6rem}}@media only screen and (max-width:767px){.shipping__items{padding-right:2.2rem}}@media only screen and (max-width:575px){.shipping__items{width:50%;padding:1rem}}.shipping__items::before{position:absolute;content:"";width:6.5rem;height:.1rem;border:1px dashed var(--secondary-color);right:-14px;top:20px;opacity:.6}@media only screen and (min-width:992px){.shipping__items::before{width:8.5rem}}@media only screen and (max-width:767px){.shipping__items::before{display:none}}.shipping__items:last-child{padding-right:0}.shipping__items:last-child::before{display:none}.shipping__items--content{margin-top:1.3rem}@media only screen and (max-width:575px){.shipping__items--content{margin-top:.8rem}}.shipping__items--content__title{font-weight:600;font-size:1.7rem;line-height:2.5rem}@media only screen and (max-width:767px){.shipping__items--content__title{font-size:1.6rem}}.shipping__style2--inner{border:1px solid var(--gray-color);padding:3rem;-webkit-box-shadow:0 3px 6px rgba(100,100,100,.1);box-shadow:0 3px 6px rgba(100,100,100,.1)}@media only screen and (min-width:992px){.shipping__style2--inner{padding:3rem 2rem}}@media only screen and (min-width:1200px){.shipping__style2--inner{padding:3rem}}@media only screen and (max-width:991px){.shipping__style2--inner{-ms-flex-wrap:wrap;flex-wrap:wrap;padding:3rem 2rem .4rem}}.shipping__style2--items{position:relative;padding-right:5.5rem;margin-right:5.5rem}@media only screen and (min-width:992px){.shipping__style2--items{padding-right:2rem;margin-right:2rem}}@media only screen and (min-width:1200px){.shipping__style2--items{padding-right:5.5rem;margin-right:5.5rem}}@media only screen and (max-width:991px){.shipping__style2--items{padding-right:3rem;margin-right:0;width:33.33%;margin-bottom:2.5rem}}@media only screen and (max-width:767px){.shipping__style2--items{width:50%}}@media only screen and (max-width:575px){.shipping__style2--items{width:100%;padding-right:0;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.shipping__style2--items:last-child{padding-right:0;margin-right:0}.shipping__style2--items:last-child::before{display:none}.shipping__style2--items::before{position:absolute;content:"";width:.1rem;height:100%;background:var(--gray-color);right:0;top:0}@media only screen and (max-width:991px){.shipping__style2--items::before{display:none}}.shipping__style2--icon{margin-right:2.5rem;color:var(--secondary-color2)}.shipping__style2--content__title{font-size:1.5rem;line-height:2.2rem}.shipping__style2--content__desc{font-family:var(--open-sans);line-height:2.2rem;font-size:1.4rem}.instagram__thumbnail{overflow:hidden}.instagram__thumbnail:hover .instagram__social--icon{-webkit-transform:translatey(-50%) translatex(-50%) scale(1);transform:translatey(-50%) translatex(-50%) scale(1)}.instagram__thumbnail:hover .instagram__thumbnail--img{-webkit-transform:scale(1.05);transform:scale(1.05)}@media only screen and (max-width:575px){.instagram__thumbnail--img{width:100%}}.instagram__social--icon{position:absolute;top:50%;left:50%;width:5rem;height:5rem;background:var(--white-color);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:50%;color:var(--secondary-color);-webkit-transform:translatey(-50%) translatex(-50%) scale(0);transform:translatey(-50%) translatex(-50%) scale(0)}.instagram__social--icon:hover{background:var(--secondary-color);color:var(--white-color)}.footer__bg{background:url(../img/banner/footer-bg.webp);background-repeat:no-repeat;background-attachment:scroll;background-position:center center;background-size:cover}@media only screen and (max-width:991px){.footer__section{padding-bottom:7rem}}.main__footer{border-bottom:1px solid var(--border-color);padding:5rem 0 1.5rem}@media only screen and (min-width:992px){.main__footer{padding:5rem 0 2rem}}@media only screen and (max-width:767px){.main__footer{padding:6rem 0 3.5rem}}.footer__social{margin-top:2.5rem}@media only screen and (min-width:992px){.footer__social{margin-top:3.2rem}}.social__shear--list{margin-right:1.6rem}.social__shear--list:last-child{margin-right:0}.social__shear--list__icon{color:#00accd;}.social__shear--list__icon:hover{color:var(--primary-color)}.footer__logo{margin-bottom:1.5rem}@media only screen and (max-width:991px){.footer__widget{margin-bottom:3rem}}@media only screen and (max-width:767px){.footer__widget{margin-bottom:0}}.footer__widget--desc{font-size:1.5rem}.footer__widget--title{margin-bottom:2rem;font-weight:400;position:relative;color:var(--primary-color);font-size:1.8rem}@media only screen and (min-width:576px){.footer__widget--title{font-size:2rem;line-height:2.4rem}}@media only screen and (min-width:768px){.footer__widget--title{margin-bottom:1.5rem}}@media only screen and (min-width:992px){.footer__widget--title{font-size:2rem;line-height:2.6rem;margin-bottom:1.7rem}}.footer__widget--title__arrowdown--icon{position:absolute;right:0;top:38%;-webkit-transition:.3s;transition:.3s;display:none}@media only screen and (max-width:767px){.footer__widget--title__arrowdown--icon{display:block}}.footer__widget.active{padding-bottom:3rem}.footer__widget.active .footer__widget--title__arrowdown--icon{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.footer__widget--menu__list{margin-bottom:.8rem}.footer__widget--menu__list:last-child{margin-bottom:0}.footer__widget--menu__text{line-height:3rem;font-size:1.5rem;color:var(--text-gray-color);font-family:var(--open-sans)}.footer__widget--button{position:absolute;z-index:9;top:0;left:0;visibility:hidden;width:100%;height:100%;content:"";color:transparent;border:0;background-color:transparent}@media only screen and (max-width:767px){.footer__widget--button{visibility:visible}}@media only screen and (max-width:767px){.footer__widget--inner{display:none}}.footer__bottom{padding:1.5rem 0}@media only screen and (max-width:991px){.footer__bottom{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.copyright__content{font-size:1.3rem}@media only screen and (max-width:991px){.copyright__content{margin-bottom:2rem}}@media only screen and (max-width:767px){.copyright__content{text-align:center}}.copyright__content--link{color:var(--primary-color);font-weight:600}.copyright__content--link:hover{text-decoration:underline}.footer__contact--info__inner{margin-bottom:1.5rem}.footer__contact--info__text{font-size:1.5rem;line-height:2.5rem;color:var(--text-gray-color);font-family:var(--open-sans);margin-bottom:1rem}.footer__contact--info__text:last-child{margin-bottom:0}.footer__payment--method__title{font-size:1.5rem;line-height:2.2rem;font-family:var(--open-sans);margin-bottom:1.7rem}.modal{position:fixed;top:0;left:0;right:0;bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:1rem;background:rgba(0,0,0,.8);cursor:pointer;visibility:hidden;opacity:0;-webkit-transition:all .35s ease-in;transition:all .35s ease-in;z-index:99}.modal.is-visible{visibility:visible;opacity:1}.modal.is-visible .quickview__main--wrapper{-webkit-transform:translateY(0);transform:translateY(0)}.quickview__main--wrapper{position:relative;max-width:880px;max-height:80vh;border-radius:10px;background:#fff;overflow:auto;cursor:default;padding:25px;-webkit-transform:translateY(-50px);transform:translateY(-50px);-webkit-transition:var(--transition);transition:var(--transition)}@media only screen and (max-width:767px){.quickview__main--wrapper{max-width:550px}}@media only screen and (max-width:575px){.quickview__main--wrapper{padding:25px 15px}}.quickview__header{position:absolute;padding:0;top:16px;right:16px;z-index:9}@media only screen and (max-width:767px){.quickview__header{top:10px;right:10px}}.quickview__close--btn{font-size:1.8rem;padding:0;width:3.2rem;height:3.2rem;line-height:3.4rem;border-radius:50%;font-weight:700;border:1px solid var(--border-color);background:var(--white-color)}.quickview__close--btn:hover{background:var(--secondary-color);border-color:var(--secondary-color);color:var(--white-color)}[data-animation] .modal-dialog{opacity:0;-webkit-transition:all .5s cubic-bezier(.51,.92,.24,1.15);transition:all .5s cubic-bezier(.51,.92,.24,1.15)}[data-animation].is-visible .modal-dialog{opacity:1;-webkit-transition-delay:.2s;transition-delay:.2s}.quickview__info--review__text{color:var(--text-gray-color);font-weight:500;margin-left:15px}@media only screen and (max-width:767px){.quickview__gallery{margin-bottom:20px}}.quickview__thumbnail{position:relative;line-height:1}.quickview__thumbnail--link{width:100%;border-radius:8px}.quickview__thumbnail--img{width:100%;border-radius:8px}.quickview__gallery--pagination .swiper-pagination-bullet{width:16px;height:5px;background:var(--secondary-color);opacity:1;border-radius:2px;margin:0 3px!important}.quickview__gallery--pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background:var(--primary-color)}.variant__color--value{width:2.5rem;height:2.5rem;padding:2px;display:inline-block;border-radius:50%;margin-right:10px;line-height:1;cursor:pointer}.variant__color--value:last-child{margin-right:0}.variant__color--value__img{border-radius:50%}.variant__color--list input[type=radio]+label{border:1px solid var(--primary-color)}.variant__color--list input[type=radio]+label:hover{border:1px solid var(--secondary-color)}.variant__color--list{margin-right:10px}.variant__color--list input[type=radio]{clip:rect(0,0,0,0);overflow:hidden;position:absolute;height:1px;width:1px}.variant__color--list input[type=radio]:checked+label{border:1px solid var(--secondary-color)}.variant__color--list:last-child{margin-right:0}.variant__input--fieldset{min-width:-webkit-fit-content;min-width:-moz-fit-content;min-width:fit-content;border:none;margin:0;padding:0}.variant__size--list input[type=radio]+label{border:1px solid var(--border-color2)}.variant__size--list input[type=radio]+label:hover{border:1px solid var(--secondary-color);color:var(--secondary-color)}.variant__size--list{margin-right:13px}.variant__size--list:last-child{margin-right:0}.variant__size--list input[type=radio]{clip:rect(0,0,0,0);overflow:hidden;position:absolute;height:1px;width:1px}.variant__size--list input[type=radio]:checked+label{border:1px solid var(--secondary-color);color:var(--secondary-color)}.variant__size--value{width:4.7rem;height:3.2rem;line-height:3.2rem;display:inline-block;border-radius:5px;text-align:center;font-size:1.5rem;cursor:pointer}.quickview__variant--wishlist__svg{width:22px;margin-right:7px}.variant__wishlist--icon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.quickview__value--quantity{width:3.5rem;height:3.5rem;font-size:2.2rem;line-height:3.3rem}.quickview__value--quantity.decrease{border-radius:17px 0 0 17px}.quickview__value--quantity.increase{border-radius:0 17px 17px 0}input.quickview__value--number{height:3.5rem;font-size:1.7rem}.quickview__cart--btn{height:3.8rem;line-height:3.8rem;padding:0 25px;margin-left:15px;font-size:1.5rem}.quickview__social--title{font-size:1.5rem;font-weight:600;margin-right:15px}.quickview__social--list{margin-right:10px}.quickview__social--list:last-child{margin-right:0}.quickview__social--icon{width:3rem;height:3rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:var(--secondary-color);color:var(--white-color);border-radius:50%}.quickview__social--icon:hover{background:var(--primary-color);color:var(--white-color)}@media only screen and (max-width:767px){.accordion__section--inner .row{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}}@media only screen and (max-width:767px){.accordion__banner{text-align:center}}@media only screen and (max-width:767px){.accordion__wrapper{margin-bottom:30px}}.accordion__items.active{margin-bottom:20px}.accordion__items.active:last-child{margin-bottom:0}.accordion__items--body{display:none;padding:0 20px}.accordion__items--body__desc{font-size:1.5rem;line-height:2.8rem}.accordion__items--button{border:0;background:var(--white-color);width:100%;padding:13px 60px 13px 25px;text-align:left;margin-bottom:15px;font-size:1.5rem;font-weight:600;position:relative}@media only screen and (min-width:992px){.accordion__items--button{padding:13px 70px 13px 35px}}@media only screen and (min-width:1200px){.accordion__items--button{padding:24px 80px 24px 40px}}.accordion__items--button__icon{width:3rem;height:3rem;background:var(--secondary-color);color:var(--white-color);padding:5px;border-radius:50%;position:absolute;top:50%;right:12px;-webkit-transform:translatey(-50%);transform:translatey(-50%)}@media only screen and (min-width:768px){.accordion__items--button__icon{right:15px}}@media only screen and (min-width:992px){.accordion__items--button__icon{right:35px}}.portfolio__items--thumbnail::before{position:absolute;content:"";width:100%;height:100%;background:var(--secondary-color);top:0;left:0;opacity:0;-webkit-transition:var(--transition);transition:var(--transition);z-index:9;pointer-events:none}.portfolio__items--thumbnail:hover::before{opacity:.6}.portfolio__items--thumbnail__link{overflow:hidden;display:block}.portfolio__items--thumbnail:hover .portfolio__items--thumbnail__img{-webkit-transform:scale(1.1);transform:scale(1.1)}.portfolio__items--thumbnail:hover .portfolio__view--icon{-webkit-transform:translatey(-50%) translatex(-50%) scale(1);transform:translatey(-50%) translatex(-50%) scale(1)}.portfolio__items--thumbnail__img{-webkit-transition:.3s;transition:.3s;display:block}.portfolio__view--icon{width:4rem;height:4rem;background:var(--white-color);color:var(--secondary-color);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:50%;z-index:9;position:absolute;top:50%;left:50%;-webkit-transform:translatey(-50%) translatex(-50%) scale(0);transform:translatey(-50%) translatex(-50%) scale(0)}.portfolio__view--icon svg{width:2.7rem}.portfolio__view--icon:hover{background:var(--primary-color);color:var(--white-color)}@media only screen and (max-width:767px){.brand__logo--section{padding-bottom:3rem}}@media only screen and (max-width:767px){.brand__logo--section__inner{-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}}.brand__logo--items{margin-right:8rem}.brand__logo--items:last-child{margin-right:0}@media only screen and (min-width:768px){.brand__logo--items{margin-right:3.5rem}}@media only screen and (min-width:992px){.brand__logo--items{margin-right:6rem}}@media only screen and (min-width:1200px){.brand__logo--items{margin-right:8rem}}@media only screen and (max-width:767px){.brand__logo--items{margin:0 30px 30px}}@media only screen and (max-width:480px){.brand__logo--items{margin:0 15px 30px}}@media only screen and (max-width:480px){.brand__logo--items__thumbnail--img{max-width:11rem}}.brand__logo--items__thumbnail--img:hover{-webkit-transform:scale(1.08);transform:scale(1.08)}.breadcrumb__bg{background:url(../img/banner/breadcrumb-bg.webp);background-repeat:no-repeat;background-attachment:scroll;background-position:center center;background-size:cover;height:200px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}@media only screen and (min-width:768px){.breadcrumb__bg{height:230px}}@media only screen and (min-width:992px){.breadcrumb__bg{height:250px}}@media only screen and (min-width:1200px){.breadcrumb__bg{height:270px}}@media only screen and (min-width:1600px){.breadcrumb__bg{height:300px}}.breadcrumb__content{position:relative}@media only screen and (max-width:575px){.breadcrumb__content{text-align:center}}@media only screen and (min-width:1200px){.breadcrumb__content--title{font-size:5rem;line-height:6rem}}@media only screen and (min-width:1600px){.breadcrumb__content--title{font-size:6rem;line-height:8rem}}@media only screen and (max-width:575px){.breadcrumb__content--menu{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.breadcrumb__content--menu__items{position:relative;margin-right:20px;padding-right:22px;font-size:16px;line-height:24px}@media only screen and (min-width:768px){.breadcrumb__content--menu__items{font-size:18px}}.breadcrumb__content--menu__items:last-child{margin-right:0;padding-right:0}.breadcrumb__content--menu__items:last-child::before{display:none}.breadcrumb__content--menu__items::before{position:absolute;content:"";width:10px;height:2px;background:var(--white-color);right:-4px;top:50%;-webkit-transform:translatey(-50%);transform:translatey(-50%)}@media only screen and (max-width:991px){.team__section.section--padding{padding-bottom:6rem}}@media only screen and (max-width:767px){.team__section.section--padding{padding-bottom:4rem}}@media only screen and (max-width:991px){.about__thumbnail{margin-bottom:3rem}}@media only screen and (max-width:767px){.about__thumbnail{margin-bottom:2.5rem}}.about__thumbnail--items{margin-right:2rem}.about__thumbnail--items:last-child{margin-right:0}.about__thumbnail--items:first-child{margin-top:8rem}@media only screen and (max-width:991px){.about__thumbnail--items:first-child{margin-top:0}}.about__thumbnail--play{top:40%;padding:0;border:0;right:42%;position:absolute}@media only screen and (max-width:991px){.about__thumbnail--play{top:50%;-webkit-transform:translatey(-50%);transform:translatey(-50%);margin-top:0}}.about__thumbnail--play__icon{width:5rem;height:5rem}.about__content--subtitle{font-size:2rem;font-weight:600;line-height:2.8rem}.about__content--maintitle{font-weight:700}@media only screen and (min-width:992px)
  {.about__content--maintitle{font-size:3.2rem;line-height:4rem}}@media only screen and (min-width:1600px){.about__content--maintitle{font-size:3.5rem;line-height:4.4rem}}.about__content--desc{font-size:1.6rem;line-height:2.8rem;color:var(--text-gray-color)}.about__author--name{font-weight:600;line-height:2.6rem}.about__author--signature{position:absolute;top:50%;left:105px;-webkit-transform:translatey(-50%);transform:translatey(-50%)}.counterup__banner__bg2{background:url(../img/banner/banner-bg4.webp);background-repeat:no-repeat;background-attachment:scroll;background-position:center center;background-size:cover;position:relative}.counterup__banner__bg2::before{position:absolute;content:"";width:100%;height:100%;background:var(--black-color);left:0;top:0;opacity:.7}.counterup__banner--inner{padding:60px 0}@media only screen and (max-width:575px){.counterup__banner--inner{-ms-flex-wrap:wrap;flex-wrap:wrap;padding:60px 0 38px}}@media only screen and (min-width:768px){.counterup__banner--inner{padding:70px 0}}@media only screen and (min-width:992px){.counterup__banner--inner{padding:8px 0}}@media only screen and (min-width:1200px){.counterup__banner--inner{padding:110px 0}}@media only screen and (min-width:1600px){.counterup__banner--inner{padding:150px 0}}@media only screen and (max-width:575px){.counterup__banner--items{width:50%;margin-bottom:22px}}.counterup__banner--items__text{font-size:1.4rem;line-height:2.3rem;margin-bottom:10px}@media only screen and (min-width:768px){.counterup__banner--items__text{font-size:1.6rem;line-height:2.4rem;margin-bottom:11px}}@media only screen and (min-width:992px){.counterup__banner--items__text{font-size:1.7rem;line-height:2.7rem}}@media only screen and (min-width:1200px){.counterup__banner--items__text{font-size:2rem;line-height:3.2rem}}.counterup__banner--items__number{font-family:var(--font-lora);font-weight:700;font-size:3rem;line-height:4rem}@media only screen and (min-width:768px){.counterup__banner--items__number{font-size:3.3rem}}@media only screen and (min-width:992px){.counterup__banner--items__number{font-size:4rem;line-height:4.8rem}}@media only screen and (min-width:1200px){.counterup__banner--items__number{font-size:5rem;line-height:6rem}}.team__items:hover .team__thumbnail{border-color:var(--secondary-color)}@media only screen and (max-width:991px){.team__items{margin-bottom:2.5rem}}.team__thumbnail{position:relative;line-height:1;display:inline-block;border:6px solid transparent;padding:.7rem;-webkit-transition:var(--transition);transition:var(--transition);border-radius:50%}.team__social--list{margin-right:1.5rem}.team__social--list:last-child{margin-right:0}@media only screen and (max-width:575px){.team__social--list{margin-right:.8rem}}.team__social--icon{width:3rem;height:3rem;text-align:center;background:var(--secondary-color);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:50%;color:var(--white-color)}.team__social--icon:hover{color:var(--white-color);background:var(--primary-color)}@media only screen and (max-width:575px){.team__social--icon{width:2.6rem;height:2.6rem;line-height:3.4rem}}@media only screen and (max-width:575px){.team__social--icon svg{width:15px}}.team__content{padding:1.8rem 0 0}@media only screen and (max-width:991px){.team__content{padding:1.2rem 0 0}}.team__content--subtitle{color:var(--sky-color);font-size:1.5rem;line-height:2rem;margin-bottom:1.5rem}@media only screen and (min-width:767px){.team__content--subtitle{font-size:1.7rem;line-height:2.5rem}}.team__content--title{font-weight:700;margin-bottom:1rem}@media only screen and (min-width:992px){.team__content--title{font-size:2.2rem;line-height:2.5rem;margin-bottom:1.5rem}}@media only screen and (min-width:1200px){.team__content--title{font-size:2.4rem;line-height:2.5rem}}@media only screen and (max-width:575px){.team__content--title{font-size:1.8rem;line-height:2.5rem}}.shop__header{padding:1.5rem 2rem;border-radius:.5rem}@media only screen and (min-width:992px) and (max-width:1199px){.shop__header{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}@media only screen and (max-width:479px){.shop__header{-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.product__view--mode__list{margin-right:2rem}.product__view--mode__list:last-child{margin-right:0}@media only screen and (min-width:992px){.product__view--mode__list{margin-right:1.5rem}}@media only screen and (min-width:1200px){.product__view--mode__list{margin-right:2.5rem}}@media only screen and (min-width:1366px){.product__view--mode__list{margin-right:3.5rem}}@media only screen and (max-width:991px){.product__view--mode__list{margin-right:0}}.product__view--label{font-weight:600;margin-right:1.2rem}@media only screen and (min-width:992px){.product__view--label{margin-right:.8rem;font-size:1.5rem}}@media only screen and (min-width:1200px){.product__view--label{margin-right:2.5rem}}@media only screen and (min-width:1366px){.product__view--label{margin-right:3.5rem}}.product__view--select{border:1px solid var(--border-color);padding:.6rem 3rem .6rem 1.2rem;-webkit-appearance:none;cursor:pointer;border-radius:.5rem;background:var(--white-color)}.select.shop__header--select::before{right:14px}.product__grid--column__buttons--icons{border:1px solid var(--border-color);background:var(--white-color);border-radius:.3rem;width:3.7rem;height:3.7rem;line-height:1.1rem;margin-right:10px;text-align:center;padding:0}.product__grid--column__buttons--icons:last-child{margin-right:0}.product__grid--column__buttons--icons:hover{color:var(--secondary-color);border-color:var(--secondary-color)}.product__grid--column__buttons--icons.active{color:var(--secondary-color);border-color:var(--secondary-color)}.product__showing--count{font-weight:500;letter-spacing:.5px}@media only screen and (min-width:992px){.product__showing--count{font-size:1.5rem;line-height:2.6rem;margin-top:1.2rem}}@media only screen and (min-width:1200px){.product__showing--count{font-size:1.7rem;line-height:2.8rem;margin-top:0;margin-left:2rem}}@media only screen and (max-width:479px){.product__showing--count{text-align:center;width:100%;margin-top:1.2rem}}.offcanvas__filter--sidebar{position:fixed;z-index:9999;top:0;left:0;width:100%;max-width:300px;height:100vh;-webkit-transition:var(--transition);transition:var(--transition);-webkit-transform:translateX(-100%);transform:translateX(-100%);background-color:var(--white-color);-webkit-box-shadow:0 0 10px rgba(0,0,0,.15);box-shadow:0 0 10px rgba(0,0,0,.15);overflow-y:auto}@media only screen and (min-width:480px){.offcanvas__filter--sidebar{max-width:320px}}.offcanvas__filter--sidebar.active{opacity:1;visibility:visible;-webkit-transform:translateX(0);transform:translateX(0)}.widget__filter--btn{border:1px solid var(--border-color);background:var(--white-color);border-radius:.3rem;padding:.5rem 1.2rem}@media only screen and (max-width:479px){.widget__filter--btn{margin-right:2.5rem}}.widget__filter--btn:hover{border-color:var(--secondary-color);color:var(--secondary-color)}.widget__filter--btn__icon{width:20px}.widget__filter--btn__text{font-weight:600;font-size:1.5rem;margin-left:.7rem}.offcanvas__filter--close{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border:1px solid var(--border-color);padding:.5rem 1rem;border-radius:.3rem;margin:25px;background:var(--white-color)}.offcanvas__filter--close:hover{border-color:var(--secondary-color);color:var(--secondary-color)}.offcanvas__filter--close__text{font-size:1.5rem;font-weight:600;margin-left:8px}.shop__sidebar--widget{position:-webkit-sticky;position:sticky;top:0}.single__widget{margin-bottom:3rem}@media only screen and (min-width:992px){.single__widget{margin-bottom:4rem}}.single__widget:last-child{margin-bottom:0}.single__widget.widget__bg{padding:2rem;border-radius:.5rem;-webkit-box-shadow:0 2px 22px rgba(0,0,0,.1);box-shadow:0 2px 22px rgba(0,0,0,.1)}@media only screen and (max-width:991px){.single__widget.widget__bg{padding:3rem 2rem 2.5rem}}.widget__title{margin-bottom:3rem;color:var(--secondary-color);padding-left:5rem}@media only screen and (min-width:992px){.widget__title{font-size:2rem;line-height:3rem;margin-bottom:3rem}}@media only screen and (min-width:1366px){.widget__title{font-size:2.3rem;line-height:3rem;margin-bottom:3rem}}@media only screen and (min-width:1400px){.widget__title{font-size:2.5rem;line-height:3rem;margin-bottom:3rem}}.widget__title::before{position:absolute;content:"";width:4.6rem;height:6.9rem;background:url(../img/other/widget-shape.webp);left:0;top:48%;-webkit-transform:translatey(-50%);transform:translatey(-50%)}.widget__search--form{position:relative}.widget__search--form__input{width:100%;height:4.5rem;padding:0 9rem 0 1.5rem;border-radius:.5rem;border:1px solid var(--border-color)}@media only screen and (min-width:992px){.widget__search--form__input{font-size:1.5rem}}.widget__search--form__input:focus{border-color:var(--secondary-color)}.widget__search--form__btn{position:absolute;top:0;right:0;border:0;background:var(--secondary-color);color:var(--white-color);padding:0 1.5rem;height:100%;border-radius:0 .5rem .5rem 0}.widget__search--form__btn:hover{background:var(--primary-color)}.widget__categories--menu__list{border:1px solid var(--border-color);margin-bottom:1.5rem;border-radius:.5rem}.widget__categories--menu__list:last-child{margin-bottom:0}.widget__categories--menu__list.active .widget__categories--menu__label{margin-bottom:0}.widget__categories--menu__list.active .widget__categories--menu__arrowdown--icon{-webkit-transform:rotate(180deg);transform:rotate(180deg);top:38%}.widget__categories--menu__label{cursor:pointer;padding:.5rem 1rem;position:relative;-webkit-transition:var(--transition);transition:var(--transition)}.widget__categories--menu__label:hover{color:var(--primary-color)}.widget__categories--menu__text{padding-left:1rem}.widget__categories--menu__img{width:3rem}.widget__categories--menu__arrowdown--icon{position:absolute;right:1.5rem;top:43%;-webkit-transition:var(--transition);transition:var(--transition)}.widget__categories--sub__menu{display:none;padding:1.5rem 0;border-top:1px solid var(--border-color)}.widget__categories--sub__menu--list{margin-bottom:.8rem;padding:0 1rem .8rem;border-bottom:1px solid var(--border-color)}.widget__categories--sub__menu--list:last-child{margin-bottom:0;padding-bottom:0;border-bottom:0}.widget__categories--sub__menu--img{width:2.8rem}.widget__categories--sub__menu--text{padding-left:1rem;line-height:2.8rem}.widget__form--check__list{margin-bottom:1rem;position:relative}.widget__form--check__list:last-child{margin-bottom:0}.widget__form--check__label{cursor:pointer;line-height:2.8rem;-webkit-transition:var(--transition);transition:var(--transition);border:1px solid var(--border-color);background:var(--white-color);padding:.5rem 3rem .5rem 1.5rem;border-radius:.5rem;display:block}.widget__form--check__label:hover{color:var(--primary-color)}.widget__form--check__input{position:absolute;right:1rem;top:50%;-webkit-transform:translatey(-50%);transform:translatey(-50%);opacity:0;cursor:pointer;z-index:999}.widget__form--check__input:checked~.widget__form--checkmark{background-color:var(--secondary-color)}.widget__form--check__input:checked~.widget__form--checkmark::before{display:block}.widget__form--checkmark{height:1.8rem;width:1.8rem;border:1px solid var(--secondary-color);border-radius:50%;display:block;position:absolute;top:50%;right:1rem;-webkit-transform:translatey(-50%);transform:translatey(-50%);background:var(--white-color);-webkit-transition:var(--transition);transition:var(--transition)}.widget__form--checkmark::before{right:.5rem;top:.3rem;width:.5rem;height:.8rem;border:solid #fff;border-top-width:medium;border-right-width:medium;border-bottom-width:medium;border-left-width:medium;border-width:0 2px 2px 0;-webkit-transform:rotate(45deg);transform:rotate(45deg);content:"";position:absolute;display:none}.price__filter--group{width:46%}.price__filter--label{font-weight:600;margin-bottom:.6rem;display:inline-block}@media only screen and (min-width:992px){.price__filter--label{font-size:1.5rem}}.price__filter--input{border:1px solid var(--border-color);padding:.7rem 1rem}.price__filter--input__field{width:100%}.price__filter--currency{font-weight:700;margin-right:.6rem}.price__filter--btn{height:4rem;line-height:4rem}.price__divider{font-size:2rem;padding:2.5rem 1rem 0}.widget__tagcloud--list{display:inline-block;margin:0 8px 8px 0}.widget__tagcloud--link{border:1px solid var(--border-color);background:var(--white-color);padding:.5rem 1.2rem;line-height:2.5rem;border-radius:.3rem}.widget__tagcloud--link:hover{background:var(--secondary-color);border-color:var(--secondary-color);color:var(--white-color)}@media only screen and (max-width:991px){.shop__product--wrapper .product__items--link{width:100%}}@media only screen and (max-width:991px){.shop__product--wrapper .product__items--img{width:100%}}@media only screen and (max-width:1365px){.product__grid--inner .product__items--action__btn{padding:0 .6rem}}@media only screen and (max-width:1199px){.product__grid--inner .product__items--action__btn{padding:0 .5rem}}@media only screen and (max-width:1365px){.product__grid--inner .product__items--action__btn.add__to--cart{font-size:1.3rem;padding:0 .4rem}}.product__list--items__thumbnail{width:14rem}@media only screen and (min-width:480px){.product__list--items__thumbnail{width:17rem}}@media only screen and (min-width:768px){.product__list--items__thumbnail{width:19.6rem}}@media only screen and (max-width:479px){.product__list--items__thumbnail{width:10rem}}.product__list--items__content{width:calc(100% - 14rem);padding-left:1.5rem}@media only screen and (min-width:480px){.product__list--items__content{width:calc(100% - 17rem);padding-left:2rem}}@media only screen and (min-width:768px){.product__list--items__content{width:calc(100% - 19.6rem);padding-left:3rem}}@media only screen and (max-width:479px){.product__list--items__content{width:calc(100% - 10rem)}}.product__list--items__content--title{font-weight:600}@media only screen and (min-width:992px){.product__list--items__content--title{font-size:2rem;line-height:2.8rem}}.product__list--items__content--desc{line-height:2.6rem}@media only screen and (min-width:992px){.product__list--items__content--desc{line-height:3rem}}@media only screen and (max-width:575px){.product__list--items__content--desc{display:none}}.product__list--items{border:1px solid var(--border-color2)}@media only screen and (min-width:992px) and (max-width:1199px){.product__list--items{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}@media only screen and (max-width:767px){.product__list--items{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.product__list--items__left{width:70%;border-right:1px solid var(--border-color2);padding:3rem}@media only screen and (min-width:1366px){.product__list--items__left{width:65%}}@media only screen and (min-width:992px) and (max-width:1199px){.product__list--items__left{width:100%;border-right:0;border-bottom:1px solid var(--border-color2)}}@media only screen and (max-width:767px){.product__list--items__left{width:100%;border-right:0;border-bottom:1px solid var(--border-color2);padding:2rem}}.product__list--items__right{width:30%;padding:3rem}@media only screen and (min-width:1366px){.product__list--items__right{width:35%;padding:3rem 3rem 3rem 6rem}}@media only screen and (min-width:992px) and (max-width:1199px){.product__list--items__right{width:100%}}@media only screen and (max-width:767px){.product__list--items__right{width:100%;padding:2rem}}.product__list--current__price{font-weight:600;color:var(--secondary-color);font-size:2rem;line-height:2.2rem;margin-bottom:.8rem}@media only screen and (min-width:992px){.product__list--current__price{font-size:2.2rem;line-height:2.8rem}}@media only screen and (min-width:992px){.product__list--current__price{font-size:2.5rem;line-height:3rem}}.rating__list--text{color:var(--text-gray-color);font-family:var(--open-sans);font-size:1.3rem;margin-left:.5rem}.product__list--action__cart--btn{border:1px solid var(--secondary-color);color:var(--secondary-color);background:var(--white-color);margin-bottom:1.5rem}.product__list--action__cart--btn:hover{background:var(--secondary-color);color:var(--white-color)}.product__list--action__cart--btn:hover span{color:var(--white-color)}.product__list--action__cart--btn__icon{margin-right:.5rem}.product__list--action__btn{color:var(--secondary-color)}.product__list--action__btn:hover{color:var(--primary-color)}@media only screen and (max-width:767px){.product__list--action__btn--svg{width:2.2rem}}.product__list--action__child{margin-right:1.5rem}.product__list--action__child:last-child{margin-right:0}.product__list--rating{margin-bottom:1.5rem}.pagination__area{padding:1.5rem 2rem;margin-top:3rem}@media only screen and (min-width:768px){.pagination__area{margin-top:5rem}}.pagination__list{margin-right:.8rem}.pagination__list:last-child{margin-right:0}@media only screen and (min-width:768px){.pagination__list{margin-right:1.2rem}}.pagination__item{width:3.8rem;height:3.8rem;line-height:3.6rem;font-size:1.6rem;font-weight:600;text-align:center;border-radius:50%;border:1px solid var(--border-color2);background:var(--white-color)}@media only screen and (min-width:768px){.pagination__item{width:4rem;height:4rem;line-height:3.8rem}}.pagination__item--current{background:var(--secondary-color);border-color:var(--secondary-color);color:var(--white-color)}.pagination__item:hover{background:var(--secondary-color);border-color:var(--secondary-color);color:var(--white-color)}.product__details--media{position:-webkit-sticky;position:sticky;top:0}@media only screen and (max-width:767px){.product__details--media{margin-bottom:5.7rem}}.product__media--preview__items{position:relative}.product__media--preview__items--link{width:100%;display:block}.product__media--preview__items--img{width:100%;display:block}.product__media--view__icon{position:absolute;top:2rem;left:2rem}.product__media--view__icon.media__play{right:2rem;left:auto}.product__media--view__icon--link{width:3.5rem;height:3.5rem;text-align:center;background:var(--secondary-color);border-radius:50%;color:var(--white-color);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.product__media--view__icon--link:hover{background:var(--primary-color);color:var(--white-color)}.media__play--icon__link{color:var(--secondary-color)}.media__play--icon__link:hover{color:var(--primary-color)}.product__media--nav{margin-top:2rem}.product__media--nav__items{border:1px solid var(--border-color2);padding:.5rem;line-height:1}.product__media--nav__items--img{width:100%;cursor:pointer}@media only screen and (min-width:768px){.product__details--info{font-size:1.6rem}}@media only screen and (min-width:992px){.product__details--info__title{font-size:3rem}}.product__details--info__price .current__price{font-size:1.6rem}@media only screen and (min-width:992px){.product__details--info__price .current__price{font-size:2rem}}.product__details--info__price .old__price{font-size:1.4rem;margin-left:.8rem}@media only screen and (min-width:992px){.product__details--info__price .old__price{font-size:1.8rem}}.product__details--info__desc{font-size:1.5rem}@media only screen and (min-width:992px){.product__details--info__desc{font-size:1.6rem;line-height:2.8rem}}.variant__buy--now__btn{width:100%}.product__variant--title{font-size:1.5rem;font-weight:700;margin-right:1rem}.product__details--info__meta--list{font-size:1.5rem;margin-bottom:.8rem}.product__details--info__meta--list:last-child{margin-bottom:0}.guarantee__safe--checkout__title{font-size:1.5rem;font-weight:600;margin-bottom:1.2rem}.product__details--tab__section{background:var(--bg-gray-color)}.product__details--tab__section.sidebar__tab--section{padding:3.5rem}@media only screen and (max-width:575px){.product__details--tab__section.sidebar__tab--section{padding:2rem}}@media only screen and (min-width:992px) and (max-width:1199px){.sidebar__tab--section .product__details--tab__list{margin-right:2rem}.sidebar__tab--section .product__details--tab__list:last-child{margin-right:0}}.product__details--tab__inner{background:var(--white-color);padding:3rem}@media only screen and (max-width:575px){.product__details--tab__inner{padding:2.5rem 1.5rem}}@media only screen and (max-width:767px){.product__details--tab{-ms-flex-wrap:wrap;flex-wrap:wrap}.product__details--tab.mb-30{margin-bottom:1.5rem}}.product__details--tab__list{font-size:1.6rem;line-height:2.6rem;margin-right:5rem;cursor:pointer;-webkit-transition:var(--transition);transition:var(--transition);position:relative;padding-bottom:.4rem}.product__details--tab__list::before{position:absolute;content:"";width:0;height:1px;background:var(--secondary-color);left:50%;right:50%;-webkit-transition:var(--transition);transition:var(--transition);bottom:0}.product__details--tab__list.active{color:var(--secondary-color)}.product__details--tab__list.active::before{width:100%;left:0;right:0}.product__details--tab__list:hover{color:var(--secondary-color)}.product__details--tab__list:hover::before{width:100%;left:0;right:0}.product__details--tab__list:last-child{margin-right:0}@media only screen and (min-width:768px){.product__details--tab__list{font-size:1.8rem}}@media only screen and (min-width:1200px){.product__details--tab__list{font-size:1.8rem}}@media only screen and (max-width:767px){.product__details--tab__list{margin:0 1rem 1.3rem}}@media only screen and (max-width:767px){.product__tab--content__items{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}}@media only screen and (min-width:992px) and (max-width:1199px){.product__tab--content__items.style2{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}}.product__tab--content__thumbnail{width:28rem}@media only screen and (max-width:400px){.product__tab--content__thumbnail{width:100%}}@media only screen and (min-width:992px) and (max-width:1199px){.product__tab--content__thumbnail.style2{width:100%}}.product__tab--content__right{width:calc(100% - 28rem);padding-left:3.5rem}@media only screen and (max-width:767px){.product__tab--content__right{width:100%;padding-left:0;padding-top:2rem}}@media only screen and (min-width:992px) and (max-width:1199px){.product__tab--content__right.style2{width:100%;padding-left:0;padding-top:2rem}}.product__tab--content__title{font-weight:600;font-size:1.7rem}@media only screen and (min-width:992px){.product__tab--content__title{font-size:1.8rem}}.product__tab--content__desc{line-height:2.6rem;color:var(--text-gray-color)}@media only screen and (min-width:992px){.product__tab--content__desc{font-size:1.5rem;line-height:2.8rem}}.product__tab--content__list{line-height:2.6rem;margin-bottom:.6rem;color:var(--text-gray-color)}@media only screen and (min-width:992px){.product__tab--content__list{font-size:1.5rem;line-height:2.8rem}}.product__tab--content__list:last-child{margin-bottom:0}.product__tab--content__list--icon{width:2rem;vertical-align:middle;margin-right:.5rem}.product__reviews--header{position:relative;border-bottom:1px solid var(--border-color2);padding-bottom:1.5rem;margin-bottom:2.5rem}@media only screen and (min-width:768px){.product__reviews--header{padding-bottom:2.5rem;margin-bottom:3.5rem}}@media only screen and (max-width:575px){.product__reviews--header{text-align:center}}@media only screen and (max-width:575px){.reviews__ratting{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.reviews__summary--caption{color:var(--secondary-color);margin-left:1.2rem}.actions__newreviews--btn{position:absolute;right:0;bottom:2.2rem}@media only screen and (max-width:575px){.actions__newreviews--btn{position:inherit;bottom:inherit;margin-top:1rem}}.actions__newreviews--btn.primary__btn{font-size:1.5rem;line-height:4rem;height:4rem;padding:0 1.5rem}@media only screen and (min-width:992px){.actions__newreviews--btn.primary__btn{font-size:1.6rem;line-height:4.6rem;height:4.6rem;padding:0 1.8rem}}.reviews__comment--area{padding:0 2rem;margin-bottom:3rem}@media only screen and (max-width:767px){.reviews__comment--area{padding:0;margin-bottom:2rem}}.reviews__comment--thumbnail{width:7.8rem}@media only screen and (max-width:575px){.reviews__comment--thumbnail{margin:0 auto .5rem}}.reviews__comment--content{width:100%;position:relative}@media only screen and (min-width:576px){.reviews__comment--content{width:calc(100% - 7.8rem);padding-left:2.5rem}}@media only screen and (max-width:575px){.reviews__comment--content{text-align:center}}.reviews__comment--content__date{position:absolute;top:0;right:0;border:1px solid var(--border-color2);padding:.6rem 1.2rem;border-radius:5px}@media only screen and (max-width:575px){.reviews__comment--content__date{position:inherit;margin-top:1.5rem}}.reviews__comment--content__title{font-weight:600;margin-bottom:.8rem}.reviews__comment--content .reviews__ratting{margin-bottom:.5rem}@media only screen and (max-width:575px){.reviews__comment--content .reviews__ratting{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.reviews__comment--content__desc{margin-bottom:0}@media only screen and (min-width:992px){.reviews__comment--content__desc{font-size:1.5rem;line-height:2.8rem}}.reviews__comment--list{border-bottom:1px solid var(--border-color2);padding-bottom:2rem;margin-bottom:2rem}.reviews__comment--list:last-child{padding-bottom:0;margin-bottom:0;border-bottom:0}@media only screen and (min-width:768px){.reviews__comment--list{padding-bottom:2.5rem;margin-bottom:2.5rem}}@media only screen and (max-width:575px){.reviews__comment--list{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}@media only screen and (min-width:992px){.reviews__comment--list.margin__left{margin-left:5rem}}@media only screen and (max-width:575px){.reviews__comment--reply__title{text-align:center}}.reviews__comment--reply__textarea{width:100%;height:100px;resize:none;padding:1.2rem 1.5rem;border:1px solid var(--border-color2);border-radius:.5rem}@media only screen and (min-width:768px){.reviews__comment--reply__textarea{height:150px}}@media only screen and (min-width:992px){.reviews__comment--reply__textarea{font-size:1.5rem}}.reviews__comment--reply__textarea:focus{border-color:var(--secondary-color)}.reviews__comment--reply__input{width:100%;border:1px solid var(--border-color2);height:5rem;border-radius:.5rem;padding:0 1.5rem}@media only screen and (min-width:992px){.reviews__comment--reply__input{font-size:1.5rem}}.reviews__comment--reply__input:focus{border-color:var(--secondary-color)}@media only screen and (max-width:575px){.reviews__comment--rating{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.product__details--gallery{position:-webkit-sticky;position:sticky;top:0}@media only screen and (max-width:767px){.product__details--gallery{margin-bottom:4.5rem}}.blog__wrapper--sidebar{position:-webkit-sticky;position:sticky;top:0}.blog__sidebar--widget{position:-webkit-sticky;position:sticky;top:0}@media only screen and (max-width:991px){.blog__sidebar--widget.left{margin-top:8rem}}@media only screen and (max-width:767px){.blog__sidebar--widget.left{margin-top:6rem}}.blog__post--header.mb-30{margin-bottom:2.5rem}@media only screen and (min-width:992px){.post__header--title{line-height:3.8rem;font-size:3.2rem}}@media only screen and (min-width:1600px){.post__header--title{line-height:4.5rem;font-size:3.7rem}}.blog__post--meta{text-transform:capitalize}@media only screen and (min-width:992px){.blog__post--meta{font-size:1.5rem}}.blog__post--meta__link{color:var(--secondary-color)}.blog__post--meta__link:hover{color:var(--secondary-color);text-decoration:underline}.blog__thumbnail{line-height:1}@media only screen and (max-width:767px){.blog__thumbnail.mb-30{margin-bottom:2rem}}.blog__details--content__subtitle{line-height:3rem}@media only screen and (min-width:992px){.blog__details--content__subtitle{line-height:3.2rem}}@media only screen and (min-width:1200px){.blog__details--content__subtitle{line-height:4rem;font-size:2.7rem}}.blockquote__content{padding:20px 30px;text-align:center;border-radius:10px}@media only screen and (min-width:992px){.blockquote__content{padding:30px 40px}}@media only screen and (min-width:1200px){.blockquote__content{padding:40px 70px}}@media only screen and (max-width:767px){.blockquote__content{margin:0 0 2.5rem;padding:1.5rem 2rem}}.blockquote__content--desc{font-size:1.6rem;line-height:3rem;font-style:italic;font-weight:500}@media only screen and (min-width:768px){.blockquote__content--desc{font-size:1.8rem;line-height:3.4rem}}.blog__tags--social__media{padding:5rem 0}@media only screen and (max-width:1199px){.blog__tags--social__media{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}}@media only screen and (max-width:1199px){.blog__tags--media{margin-bottom:2rem}}@media only screen and (max-width:575px){.blog__tags--media{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}}.blog__tags--media__title{font-size:1.5rem;font-weight:600;margin-right:1rem}@media only screen and (min-width:992px){.blog__tags--media__title{font-size:1.6rem}}@media only screen and (max-width:575px){.blog__tags--media__title{margin-right:0;margin-bottom:1rem}}.blog__tags--media__list{margin-right:.7rem}.blog__tags--media__list:last-child{margin-right:0}.blog__tags--media__link{border:1px solid var(--border-color2);background:var(--white-color);padding:.5rem 1.2rem;line-height:2.5rem;border-radius:.3rem;text-transform:capitalize}.blog__tags--media__link:hover{background:var(--primary-color);border-color:var(--primary-color);color:var(--white-color)}@media only screen and (max-width:575px){.blog__tags--media__link{padding:.4rem .8rem}}.meta__deta{font-weight:500;margin-top:.6rem;font-size:1.5rem}.blog__social--media__title{font-size:1.5rem;font-weight:600;margin-right:1rem}@media only screen and (min-width:992px){.blog__social--media__title{font-size:1.6rem}}.blog__social--media__list{margin-right:1rem}.blog__social--media__list:last-child{margin-right:0}.blog__social--media__link{width:3rem;height:3rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:var(--secondary-color);color:var(--white-color);border-radius:50%}.blog__social--media__link:hover{background:var(--primary-color);color:var(--white-color)}.related__post--items:hover .related__post--img{-webkit-transform:scale(1.05);transform:scale(1.05)}.related__post--thumbnail{overflow:hidden}@media only screen and (max-width:575px){.related__post--thumbnail a{width:100%}}@media only screen and (max-width:575px){.related__post--thumbnail a img{width:100%}}@media only screen and (max-width:575px){.related__post--text{text-align:center}}.related__post--title{font-size:1.8rem}@media only screen and (min-width:992px){.related__post--title{font-size:2rem;line-height:2.7rem}}.related__post--deta{font-size:1.5rem}.comment__reply--btn{position:absolute;top:0;right:0;height:4rem;line-height:4rem;padding:0 2.5rem;font-size:1.4rem}@media only screen and (min-width:992px){.comment__reply--btn{font-size:1.6rem}}@media only screen and (max-width:767px){.comment__reply--btn{position:inherit;margin-top:1.5rem}}.reviews__comment--content__title2{font-weight:600;line-height:2.4rem;margin-bottom:.6rem}@media only screen and (min-width:992px){.reviews__comment--content__title2{font-size:1.8rem}}.reviews__comment--content__date2{font-size:1.5rem;color:var(--light-color);margin-bottom:.8rem}.contact__section--hrading__desc{line-height:2.8rem}.contact__form{background:var(--white-color);border-radius:10px;-webkit-box-shadow:0 7px 20px rgba(0,0,0,.16);box-shadow:0 7px 20px rgba(0,0,0,.16);padding:2rem}@media only screen and (min-width:768px){.contact__form{padding:3rem}}.contact__form--title{font-weight:600}@media only screen and (max-width:1199px){.contact__form--title.mb-30{margin-bottom:2rem}}.contact__form--label{display:block;margin-bottom:8px}.contact__form--label__star{color:var(--secondary-color)}.contact__form--input{width:100%;height:4.5rem;padding:5px 15px;border-radius:8px;border:1px solid var(--border-color)}.contact__form--input:focus{border-color:var(--secondary-color)!important}.contact__form--textarea{width:100%;height:8rem;padding:12px 15px;border-radius:8px;resize:none;border:1px solid var(--border-color);font-family:var(--font-poppins)}.contact__form--textarea:focus{border-color:var(--secondary-color)!important}@media only screen and (min-width:992px){.contact__form--textarea{height:120px}}@media only screen and (min-width:1200px){.contact__form--textarea{height:160px}}.contact__form--btn{width:100%}@media only screen and (min-width:992px){.contact__form--btn{font-size:1.7rem}}.contact__info{background:var(--secondary-color);padding:2rem}@media only screen and (min-width:576px){.contact__info{padding:3rem}}@media only screen and (min-width:768px){.contact__info{padding:4rem}}@media only screen and (min-width:992px){.contact__info{padding:4rem 3rem}}@media only screen and (min-width:1200px){.contact__info{padding:5rem 6rem}}@media only screen and (max-width:991px){.contact__info{margin-top:3rem}}.contact__info--items{margin-bottom:2.7rem}.contact__info--items:last-child{margin-bottom:0}@media only screen and (max-width:575px){.contact__info--items{margin-bottom:2rem}}.contact__info--icon{margin-right:1.2rem;color:var(--white-color);padding-top:.8rem}@media only screen and (min-width:1200px){.contact__info--icon{margin-right:2rem}}@media only screen and (max-width:575px){.contact__info--icon svg{width:2.5rem}}.contact__info--content__title{font-weight:600}@media only screen and (min-width:992px){.contact__info--content__title{font-size:2rem;line-height:2.8rem}}.contact__info--content__desc{font-size:1.5rem;line-height:2.6rem}@media only screen and (min-width:1200px){.contact__info--content__desc{font-size:1.6rem;line-height:2.7rem}}.contact__info--content__desc a:hover{color:var(--primary-color)}.contact__info--social__list{margin-right:11px}.contact__info--social__list:last-child{margin-right:0}.contact__info--social__icon{width:3rem;height:3rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:var(--white-color);color:var(--secondary-color);border-radius:50%}.contact__info--social__icon:hover{background:var(--primary-color);color:var(--white-color)}.contact__map--iframe{width:100%;height:400px;margin-bottom:-7px}@media only screen and (min-width:992px){.contact__map--iframe{height:500px}}@media only screen and (min-width:1200px){.contact__map--iframe{height:600px}}.cart__table--inner{width:100%;border-spacing:0}@media only screen and (max-width:575px){.cart__table--header{display:none}}.cart__table--header__list{padding:0 2rem 2rem 0;text-transform:uppercase;text-align:left;border-bottom:1px solid var(--border-color2)}.cart__table--header__list:last-child{padding-right:0}@media only screen and (min-width:992px){.cart__table--header__list{font-size:1.5rem}}.cart__table--header__list.text-center{text-align:center}.cart__table--header__list.text-right{text-align:right}@media only screen and (max-width:575px){.cart__table--body__items{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.cart__table--body__list{border-bottom:1px solid var(--border-color2);padding:2rem 2rem 2rem 0}.cart__table--body__list:last-child{padding-right:0}@media only screen and (max-width:575px){.cart__table--body__list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:2rem 0}}.cart__thumbnail{max-width:10rem;line-height:1}@media only screen and (max-width:767px){.cart__thumbnail{max-width:8rem}}.cart__content{padding-left:1.5rem}@media only screen and (min-width:1200px){.cart__content{padding-left:2rem}}.cart__content--variant{display:block;margin-bottom:.5rem;line-height:2.2rem;font-size:1.3rem}.cart__content--variant:last-child{margin-bottom:0}.cart__content--title{margin-bottom:.5rem;line-height:2.5rem}.cart__remove--btn{font-weight:600;width:3rem;height:3rem;text-align:center;line-height:3.7rem;background:var(--white-color);-webkit-box-shadow:0 2px 22px rgba(0,0,0,.16);box-shadow:0 2px 22px rgba(0,0,0,.16);margin-right:1.5rem;border-radius:50%;border:0}.cart__remove--btn:hover{color:var(--secondary-color)}.cart__price{font-weight:600}@media only screen and (min-width:992px){.cart__price{font-size:1.6rem}}.continue__shopping{padding-top:2rem}.continue__shopping--link{font-size:1.5rem;font-weight:600;color:var(--secondary-color)}@media only screen and (min-width:992px){.continue__shopping--link{font-size:1.7rem}}.continue__shopping--clear{font-size:1.5rem;font-weight:600;color:var(--secondary-color);border:0;padding:0;background:inherit}@media only screen and (min-width:992px){.continue__shopping--clear{font-size:1.7rem}}.cart__summary{-webkit-box-shadow:0 2px 22px rgba(0,0,0,.16);box-shadow:0 2px 22px rgba(0,0,0,.16);padding:2rem;background:var(--white-color);position:-webkit-sticky;position:sticky;top:0}@media only screen and (max-width:991px){.cart__summary{margin-top:7.5rem}}@media only screen and (max-width:767px){.cart__summary{margin-top:5.5rem}}.cart__summary--total__table{width:100%}.coupon__code--title{font-size:1.7rem;margin-bottom:.7rem;line-height:2.4rem}@media only screen and (min-width:992px){.coupon__code--title{font-size:2rem}}.coupon__code--desc{margin-bottom:1.5rem}.coupon__code--field__input{border:1px solid var(--border-color);height:4.5rem;padding:0 1rem;width:100px}@media only screen and (min-width:768px){.coupon__code--field__input{width:160px}}@media only screen and (min-width:992px){.coupon__code--field__input{width:140px}}@media only screen and (min-width:1200px){.coupon__code--field__input{width:160px}}@media only screen and (max-width:575px){.coupon__code--field__input{height:4rem}}.coupon__code--field__input:focus{border-color:var(--secondary-color)}.coupon__code--field__btn{height:4.5rem;line-height:4.5rem;padding:0 2.5rem;margin-left:2rem}@media only screen and (min-width:1200px){.coupon__code--field__btn{margin-left:3rem}}@media only screen and (max-width:575px){.coupon__code--field__btn{height:4rem;line-height:4rem;padding:0 1.8rem}}.cart__note--title{font-size:1.7rem;margin-bottom:.7rem;line-height:2.4rem}@media only screen and (min-width:992px){.cart__note--title{font-size:2rem}}.cart__note--desc{margin-bottom:1.5rem}.cart__note--textarea{border:1px solid var(--border-color);height:10rem;padding:1rem;width:100%;resize:none}.cart__note--textarea:focus{border-color:var(--secondary-color)}.cart__summary--total__list{margin-bottom:1rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.cart__summary--total__list:last-child{margin-bottom:0}.cart__summary--footer__desc{font-size:1.5rem;margin-bottom:1.5rem}.cart__summary--footer__btn{height:4.5rem;line-height:4.5rem;padding:0 1.5rem}@media only screen and (min-width:992px){.cart__summary--footer__btn{padding:0 1.5rem;font-size:1.5rem}}@media only screen and (min-width:1200px){.cart__summary--footer__btn{padding:0 2.5rem}}@media only screen and (max-width:575px){.cart__summary--footer__btn{height:4rem;line-height:4rem;padding:0 1.2rem}}.wishlist__cart--btn{font-size:1.4rem}@media only screen and (min-width:992px){.wishlist__cart--btn{font-size:1.6rem}}@media only screen and (max-width:767px){.wishlist__cart--btn{padding:.5rem .4rem;height:auto;line-height:2.4rem;border-radius:5px;text-align:center;font-size:1.3rem;min-width:95px}}.checkout__breadcrumb{padding:0;margin:0}@media only screen and (max-width:767px){.checkout__breadcrumb{margin-top:2.5rem}}.breadcrumb__link{font-size:1.3rem;color:var(--secondary-color)}.readcrumb__chevron-icon{color:#737373;width:1.6rem;height:1.6rem;margin:0 .6rem}.breadcrumb__text{color:#737373;font-size:1.3rem}.breadcrumb__text.current{color:var(----black-color)}.order__summary--mobile__version{display:none}@media only screen and (max-width:767px){.order__summary--mobile__version{display:block}}.order__summary--toggle{width:100%;text-align:left;background:var(--bg-gray-color);border:0;border:1px solid var(--border-color2);padding:1.2rem}.order__summary--toggle__inner{width:100%}.order__summary--toggle__text{color:var(--secondary-color)}.order__summary--toggle__icon{color:var(--secondary-color);vertical-align:middle;line-height:1.5rem;margin-right:1rem}.summary__table{width:100%}.summary__table--items{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.summary__table--list{padding:1rem 2rem 1rem 0;border-bottom:1px solid var(--border-color2)}.summary__table--list:last-child{padding-right:0}details>summary{list-style:none}details>summary::-webkit-details-marker{display:none}.order__summary--final__price{float:right;font-size:1.5rem;font-weight:600}.order__summary--section{background:var(--bg-gray-color);padding:3rem 1rem 1rem}.checkout__checkbox{position:relative}.checkout__checkbox--input{position:absolute;left:-1px;top:4px;opacity:0;cursor:pointer;z-index:999}.checkout__checkbox--input:checked~.checkout__checkbox--checkmark{background-color:var(--secondary-color);border:1px solid var(--secondary-color)}.checkout__checkbox--input:checked~.checkout__checkbox--checkmark::before{display:block}.checkout__checkbox--label{padding-left:3rem;cursor:pointer}.checkout__checkbox--checkmark{height:1.8rem;width:1.8rem;border:1px solid var(--border-color);border-radius:.3rem;display:block;position:absolute;top:4px;left:0;background:var(--white-color);-webkit-transition:var(--transition);transition:var(--transition)}.checkout__checkbox--checkmark::before{left:.5rem;top:.3rem;width:.5rem;height:.8rem;border:solid #fff;border-top-width:medium;border-right-width:medium;border-bottom-width:medium;border-left-width:medium;border-width:0 2px 2px 0;-webkit-transform:rotate(45deg);transform:rotate(45deg);content:"";position:absolute;display:none}.checkout__input--label{display:inline-block}.checkout__input--label__star{color:var(--secondary-color)}.checkout__input--field{width:100%;border:1px solid var(--border-color2);height:4.5rem;padding:0 1.5rem}.checkout__input--field:focus{border-color:var(--secondary-color)}.checkout__notes--textarea__field{width:100%;border:1px solid var(--border-color2);padding:1rem 1.5rem .5rem;resize:none}.checkout__notes--textarea__field:focus{border-color:var(--secondary-color)}@media only screen and (max-width:991px){.checkout__section--header{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}}.section__header--title{font-size:2rem;line-height:2.2rem}@media only screen and (min-width:1200px){.section__header--title{font-size:2.2rem;line-height:2.4rem}}@media only screen and (max-width:575px){.section__header--title{margin-bottom:.8rem}}.section__header--desc{margin-top:.5rem}.layout__flex--item{color:var(--text-gray-color)}@media only screen and (max-width:991px){.layout__flex--item{margin-top:1rem}}.layout__flex--item__link{color:var(--secondary-color)}.section__shipping--address{padding:3rem 0 2rem}@media only screen and (min-width:992px){.section__shipping--address{padding:4rem 0 3rem}}.section__shipping--address.pt-10{padding-top:1rem}.section__shipping--address.pt-0{padding-top:0}.checkout__input--select{position:relative}.checkout__input--select__field{width:100%;height:4.5rem;padding:.5rem 1.5rem;border:1px solid var(--border-color2);-webkit-appearance:none;cursor:pointer}.checkout__input--select__field:focus{border-color:var(--secondary-color)}.previous__link--content{margin-left:2rem;color:var(--secondary-color)}@media only screen and (max-width:575px){.previous__link--content{margin-left:0;margin-top:1rem}}.checkout__footer{border:0}@media only screen and (max-width:575px){.checkout__content--step__footer{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.checkout__sidebar{background:#fafafa;border:1px solid var(--border-color2);padding:3rem 2.5rem;position:-webkit-sticky;position:sticky;top:0}@media only screen and (max-width:991px){.checkout__sidebar{padding:3rem 1.8rem}}@media only screen and (max-width:767px){.checkout__sidebar{margin-top:3rem}}.product__thumbnail{width:7rem;border:1px solid var(--border-color2);position:relative;line-height:1}.product__thumbnail--quantity{position:absolute;top:-6px;right:-5px;width:2rem;height:2rem;line-height:2rem;background:#7f7f7f;color:var(--white-color);text-align:center;border-radius:50%;font-size:1.2rem}.product__description{padding-left:1.5rem}.product__description--name{font-size:1.4rem;line-height:2rem;font-weight:600;opacity:.9}.product__description--variant{font-size:1.2rem;color:var(--light-color);line-height:2rem}.checkout__product--table{margin-bottom:2rem}.checkout__product--table .cart__table--body__list{padding:1rem 2rem 1rem 0}.checkout__product--table .cart__table--body__list:last-child{padding-right:0}.checkout__discount--code{margin-bottom:2.5rem}.checkout__discount--code__input--field{width:100%;border:1px solid var(--border-color2);height:4.5rem;padding:0 1.5rem}.checkout__discount--code__input--field:focus{border-color:var(--secondary-color)}.checkout__discount--code__btn{height:4.5rem;line-height:4.5rem;margin-left:2rem;padding:0 2.5rem}.checkout__total{border-top:1px solid var(--border-color2);padding-top:1.2rem}.checkout__total--table{width:100%}.checkout__total--calculated__text{font-size:1.3rem;color:var(--text-gray-color)}.checkout__total--title{color:var(--text-gray-color)}.checkout__total--footer__list{padding-top:3rem;position:relative}.checkout__total--footer__list::before{position:absolute;content:"";width:100%;height:1px;background:#e4e4e4;top:1.5rem;left:0}.checkout__total--footer__title{font-size:1.6rem}.checkout__total--footer__amount{font-size:2.2rem;font-weight:600}.checkout__order--summary__title{font-size:2rem;line-height:2.2rem}@media only screen and (min-width:1200px){.checkout__order--summary__title{font-size:2.2rem;line-height:2.4rem}}.payment__history{margin-top:2rem}.payment__history--title{font-size:2rem;line-height:2.2rem}@media only screen and (min-width:1200px){.payment__history--title{font-size:2.2rem;line-height:2.4rem}}@media only screen and (max-width:575px){.payment__history--inner{-ms-flex-wrap:wrap;flex-wrap:wrap}}.payment__history--list{margin-right:1.5rem}@media only screen and (max-width:1199px){.payment__history--list{margin-bottom:1rem}}.payment__history--list:last-child{margin-right:0}@media only screen and (max-width:1199px){.payment__history--list{margin-right:1rem}}.payment__history--link{padding:0 2rem;background:var(--white-color);color:var(--primary-color);border:1px solid var(--primary-color)}@media only screen and (max-width:1199px){.payment__history--link{font-size:1.5rem;padding:0 .8rem}}.checkout__now--btn{width:100%;text-align:center}.my__account--section__inner{background:var(--white-color);-webkit-box-shadow:0 2px 22px rgba(0,0,0,.16);box-shadow:0 2px 22px rgba(0,0,0,.16);padding:3rem 2rem}@media only screen and (min-width:1199px){.my__account--section__inner{padding:5rem 4rem}}@media only screen and (max-width:991px){.my__account--section__inner{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.account__left--sidebar{border-right:1px solid var(--border-color2);padding-right:3rem;margin-right:3rem;width:18rem}@media only screen and (min-width:1199px){.account__left--sidebar{padding-right:5rem;margin-right:5rem;width:23rem}}@media only screen and (max-width:991px){.account__left--sidebar{width:100%;padding-right:0;margin-right:0;border-right:0;border-bottom:1px solid var(--border-color2);padding-bottom:2.5rem;margin-bottom:2.5rem}}.account__wrapper{width:calc(100% - 18rem)}@media only screen and (min-width:1199px){.account__wrapper{width:calc(100% - 23rem)}}@media only screen and (max-width:991px){.account__wrapper{width:100%}}@media only screen and (max-width:991px){.account__menu{width:250px;margin-right:3rem}}@media only screen and (max-width:479px){.account__menu{margin-right:0}}.account__menu--list{font-size:1.5rem;line-height:2.5rem;font-weight:600;cursor:pointer;-webkit-transition:var(--transition);transition:var(--transition);margin-bottom:1.5rem}.account__menu--list:last-child{margin-bottom:0}.account__menu--list:hover{color:var(--secondary-color)}.account__menu--list.active{color:var(--secondary-color)}@media only screen and (min-width:992px){.account__menu--list{font-size:1.6rem}}.account__details.two{padding-top:0}@media only screen and (min-width:992px){.account__details{padding-top:3rem}}@media only screen and (max-width:479px){.account__details{padding-top:3rem}}.account__details--title{margin-bottom:1rem}.account__details--desc{color:var(--text-gray-color);line-height:3rem;margin-bottom:2rem;font-size:1.5rem}.account__details--link{color:var(--secondary-color);border-bottom:1px solid var(--secondary-color);font-size:1.5rem}.account__details--link:hover{color:var(--primary-color);border-color:var(--primary-color)}.new__address--btn{padding:0 2.5rem}@media only screen and (min-width:992px){.new__address--btn{font-size:1.5rem}}.account__details--footer{margin-top:3rem}.account__details--footer__btn{background:var(--white-color);border:1px solid var(--black-color);padding:0 2.5rem;height:4.5rem;line-height:4.1rem;border-radius:2.5rem;margin-right:1rem;font-size:1.5rem}.account__details--footer__btn:last-child{margin-right:0}.account__details--footer__btn:hover{color:var(--secondary-color);border-color:var(--secondary-color)}.account__welcome--text{font-size:1.6rem;margin-bottom:2rem}@media only screen and (min-width:992px){.account__welcome--text{font-size:1.8rem;margin-bottom:3rem}}.account__content--title{font-weight:600}.account__table{width:100%;border:1px solid var(--border-color2);border-spacing:0;border-bottom:0}@media only screen and (max-width:479px){.account__table{border:0}}@media only screen and (max-width:767px){.account__table--header{display:none}}.account__table--header__child--items{text-align:left;border-bottom:1px solid var(--border-color2);padding:1.7rem 1.3rem;font-size:1.5rem}.account__table--header__child--items:last-child{text-align:right}@media only screen and (min-width:1200px){.account__table--header__child--items{font-size:1.6rem;padding:1.7rem 1.5rem}}@media only screen and (max-width:767px){.account__table--body.mobile__none{display:none}}.account__table--body.mobile__block{display:none}@media only screen and (max-width:767px){.account__table--body.mobile__block{display:block}}@media only screen and (max-width:767px){.account__table--body__child{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-bottom:2rem;border-bottom:1px solid #ddd;padding-bottom:2rem}.account__table--body__child:last-child{margin-bottom:0}}.account__table--body__child--items{border-bottom:1px solid var(--border-color2);padding:1.7rem 2rem;color:var(--text-gray-color)}.account__table--body__child--items:last-child{text-align:right}@media only screen and (max-width:767px){.account__table--body__child--items{padding:.5rem 2rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;border:0}}@media only screen and (max-width:479px){.account__table--body__child--items{padding:.5rem 0}}.error__section{background:#f9fafc}@media only screen and (max-width:1199px){.error__content--img{max-width:600px}}@media only screen and (max-width:767px){.error__content--img{max-width:450px}}@media only screen and (max-width:575px){.error__content--img{max-width:100%;padding:0 3rem}}.error__content--title{font-weight:600;margin-bottom:1.5rem;font-size:2rem;line-height:3rem}@media only screen and (min-width:576px){.error__content--title{margin-bottom:1.5rem;font-size:2.6rem;line-height:3rem}}@media only screen and (min-width:768px){.error__content--title{margin-bottom:1.8rem;font-size:3.3rem;line-height:4rem}}@media only screen and (min-width:992px){.error__content--title{font-size:4rem;line-height:4.5rem;margin-bottom:2rem}}@media only screen and (min-width:1200px){.error__content--title{font-size:4.5rem;line-height:5rem;margin-bottom:2.5rem}}@media only screen and (min-width:1366px){.error__content--title{font-size:5rem;line-height:5.5rem}}.error__content--desc{font-size:1.5rem}@media only screen and (min-width:768px){.error__content--desc{font-size:1.7rem;line-height:2.5rem;margin-bottom:2.5rem}}@media only screen and (min-width:992px){.error__content--desc{font-size:1.8rem;line-height:2.5rem;margin-bottom:2.5rem}}@media only screen and (min-width:1200px){.error__content--desc{font-size:2rem;line-height:2.5rem;margin-bottom:3rem}}@media only screen and (min-width:992px){.error__content--btn{font-size:1.6rem}}.account__login{background:var(--white-color);padding:2.5rem;border-radius:1rem;-webkit-box-shadow:0 5px 30px rgba(0,0,0,.1);box-shadow:0 5px 30px rgba(0,0,0,.1)}@media only screen and (min-width:992px){.account__login{padding:3rem}}.account__login--header__title{font-weight:600}.account__login--header__desc{font-size:1.5rem;font-weight:600}.account__login--input{width:100%;height:4.8rem;border:1px solid var(--border-color);border-radius:.5rem;padding:0 1.5rem;margin-bottom:1.5rem}@media only screen and (min-width:768px){.account__login--input{height:5.2rem}}@media only screen and (min-width:992px){.account__login--input{font-size:1.5rem}}.account__login--input:focus{border-color:var(--secondary-color)}.account__login--btn{width:100%;border-radius:.5rem;font-size:1.5rem}@media only screen and (min-width:992px){.account__login--btn{font-size:1.7rem}}@media only screen and (max-width:767px){.account__login--btn{height:4.5rem;line-height:4.5rem}}.account__login--signup__text{text-align:center;font-size:1.5rem;font-weight:600;color:var(--text-gray-color)}.account__login--signup__text button{padding:0;border:0;background:inherit}.account__login--signup__text button:hover{color:var(--secondary-color)}.account__login--forgot{font-weight:600;color:var(--secondary-color);font-size:1.5rem;padding:0;border:0;background:inherit}@media only screen and (max-width:575px){.account__login--forgot{margin-top:.6rem}}.account__login--forgot:hover{color:var(--primary-color)}@media only screen and (max-width:767px){.account__login.register{margin-top:3rem}}@media only screen and (max-width:575px){.account__login--remember__forgot{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}}@media only screen and (max-width:575px){.account__login--remember .checkout__checkbox--checkmark{top:0;top:5px;-webkit-transform:inherit;transform:inherit}}.login__remember--label{font-size:1.3rem;font-weight:600}@media only screen and (min-width:992px){.login__remember--label{font-size:1.5rem}}.account__login--divide{text-align:center;position:relative;padding:1rem 0}.account__login--divide::before{position:absolute;content:"";width:100%;height:.1rem;background:var(--border-color2);top:50%;left:0;-webkit-transform:translatey(-50%);transform:translatey(-50%)}.account__login--divide__text{padding:0 .8rem;background:var(--white-color);position:relative;font-weight:500;color:var(--light-color)}@media only screen and (min-width:992px){.account__login--divide__text{font-size:1.5rem}}.account__social--link{height:4.2rem;line-height:4.2rem;padding:0 2.5rem;color:var(--white-color);border-radius:.5rem;font-weight:600;margin-right:1rem}.account__social--link.facebook{background:#4867aa}.account__social--link.facebook:hover{background:var(--secondary-color);color:var(--white-color)}.account__social--link.google{background:#e94235}.account__social--link.google:hover{background:var(--secondary-color);color:var(--white-color)}.account__social--link.twitter{background:#55adee}.account__social--link.twitter:hover{background:var(--secondary-color);color:var(--white-color)}.account__social--link:last-child{margin-right:0}@media only screen and (min-width:768px){.account__social--link{padding:0 2rem}}@media only screen and (min-width:992px){.account__social--link{padding:0 3.2rem;margin-right:1.2rem;font-size:1.5rem}}@media only screen and (min-width:1200px){.account__social--link{padding:0 4.5rem;margin-right:2rem}}@media only screen and (max-width:575px){.account__social--link{height:4rem;line-height:4rem;padding:0 1.4rem}}.compare__heading--maintitle{font-size:2rem}@media only screen and (min-width:992px){.compare__heading--maintitle{font-size:3rem;height:3.2rem}}.compare__table{border:1px solid var(--border-color2);border-spacing:0;border-bottom:0}.compare__table--items__child{padding:1.2rem;border-left:1px solid var(--border-color2);border-bottom:1px solid var(--border-color2);text-align:center}.compare__table--items__child:first-child{border-left:0}@media only screen and (max-width:991px){.compare__table--items__child{min-width:200px}}.compare__table--items__child--header{padding:1rem;border-bottom:1px solid var(--border-color2);text-transform:uppercase;background:var(--gray-color2);font-size:1.4rem}@media only screen and (min-width:992px){.compare__table--items__child--header{font-size:1.5rem}}.compare__product--title{font-size:1.4rem;line-height:2.4rem;margin-bottom:1rem;text-align:center}.compare__product--thumbnail{border-radius:.5rem}.compare__remove{padding:0;float:right;width:100%;border:0;background:inherit;text-align:center;color:var(--text-gray-color);margin-bottom:5px}.compare__remove:hover{color:var(--secondary-color)}.compare__description{color:var(--text-gray-color);padding:.5rem 0;font-size:1.5rem;line-height:2.8rem;text-align:center}.compare__instock{text-transform:uppercase;font-size:1.3rem;text-align:center}.compare__product--price{color:var(--text-gray-color)}.compare__cart--btn{border-radius:.5rem;text-transform:uppercase;padding:0 2rem;height:4rem;line-height:4rem;font-size:1.3rem}@media only screen and (min-width:992px){.compare__cart--btn{height:4.2rem;line-height:4.2rem;padding:0 2.5rem}}.face__step{margin-bottom:3.5rem;padding-bottom:3rem}.face__step:last-child{margin-bottom:0;padding-bottom:0}.face__step--title{font-weight:600}@media only screen and (max-width:767px){.face__step--title.mb-30{margin-bottom:2.2rem}}.faq__accordion--btn{-webkit-box-shadow:0 2px 22px rgba(0,0,0,.1);box-shadow:0 2px 22px rgba(0,0,0,.1);padding:1.8rem 6rem 1.8rem 2rem;font-size:1.5rem;border-radius:.5rem}.faq__accordion--btn .accordion__items--button__icon{right:2rem}@media only screen and (min-width:768px){.faq__accordion--btn{font-size:1.7rem}}div#preloader{width:100%;height:100%;background:#fff;z-index:9999;position:fixed;overflow:hidden}.addloaded{opacity:0;transition:1s ease-out;-webkit-transition:1s ease-out;-moz-transition:1s ease-out;-ms-transition:1s ease-out;-o-transition:1s ease-out;pointer-events:none}@-webkit-keyframes spinner{to{-webkit-transform:rotateZ(360deg);transform:rotateZ(360deg)}}@keyframes spinner{to{-webkit-transform:rotateZ(360deg);transform:rotateZ(360deg)}}@-webkit-keyframes letters-loading{0%,100%,75%{opacity:0;-webkit-transform:rotateY(-90deg);transform:rotateY(-90deg)}25%,50%{opacity:1;-webkit-transform:rotateY(0);transform:rotateY(0)}}@keyframes letters-loading{0%,100%,75%{opacity:0;-webkit-transform:rotateY(-90deg);transform:rotateY(-90deg)}25%,50%{opacity:1;-webkit-transform:rotateY(0);transform:rotateY(0)}}.loader{text-transform:uppercase;color:var(--white-color);font-size:40px;font-family:arial;position:fixed;left:50%;top:40%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);overflow:hidden}@media only screen and (max-width:767px){.loader{width:100%;padding:0 2rem;text-align:center}}.loader span{position:relative;top:30px;border-radius:8px;padding:0 10px;background-color:var(--secondary-color);-webkit-animation:.7s ease-in-out infinite alternate;animation:.7s ease-in-out infinite alternate;-webkit-animation-name:loading-txt;animation-name:loading-txt;width:4.5rem;height:4.5rem;line-height:4.5rem;text-align:center;font-size:2.5rem;font-weight:700}@media only screen and (max-width:767px){.loader span{width:3rem;height:3rem;line-height:3rem;font-size:1.6rem}}@-webkit-keyframes loading-txt{to{top:0}}@keyframes loading-txt{to{top:0}}.loader span:nth-child(2){-webkit-animation-delay:.15s;animation-delay:.15s}.loader span:nth-child(3){-webkit-animation-delay:.3s;animation-delay:.3s}.loader span:nth-child(4){-webkit-animation-delay:.45s;animation-delay:.45s}.loader span:nth-child(5){-webkit-animation-delay:.6s;animation-delay:.6s}.loader span:nth-child(6){-webkit-animation-delay:.75s;animation-delay:.75s}.loader span:nth-child(7){-webkit-animation-delay:.9s;animation-delay:.9s}.privacy__policy--content{margin-bottom:2rem}.privacy__policy--content:last-child{margin-bottom:0}.privacy__policy--content__title{font-size:2rem;line-height:2.5rem;margin-bottom:.8rem}@media only screen and (min-width:768px){.privacy__policy--content__title{font-size:2.2rem;line-height:2.5rem}}@media only screen and (min-width:1600px){.privacy__policy--content__title{font-size:2.5rem;line-height:2.8rem;margin-bottom:1.2rem}}.privacy__policy--content__subtitle{font-size:1.8rem;line-height:2.5rem;margin-bottom:.8rem}@media only screen and (min-width:1600px){.privacy__policy--content__subtitle{font-size:2rem;line-height:2.5rem;margin-bottom:1rem}}.privacy__policy--content__desc{font-size:1.4rem;margin-bottom:1.5rem}@media only screen and (min-width:1200px){.privacy__policy--content__desc{font-size:1.5rem}}[data-animation] .newsletter__popup--inner{opacity:0;visibility:hidden;-webkit-transition:all .5s cubic-bezier(.51,.92,.24,1.15);transition:all .5s cubic-bezier(.51,.92,.24,1.15)}[data-animation].newsletter__show .newsletter__popup--inner{opacity:1;visibility:visible;-webkit-transition-delay:.2s;transition-delay:.2s}.newsletter__popup{position:fixed;top:0;left:0;right:0;bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:1rem;cursor:pointer;visibility:hidden;opacity:0;-webkit-transition:all 1s ease-in-out;transition:all 1s ease-in-out;z-index:999}.newsletter__popup.newsletter__show{visibility:visible;opacity:1}.newsletter__popup.newsletter__show .newsletter__popup--inner{-webkit-transform:translateY(0);transform:translateY(0)}.newsletter__popup--inner{position:relative;width:88%;max-height:80vh;border-radius:10px;background:var(--white-color);-webkit-box-shadow:2px 0 20px rgba(0,0,0,.06);box-shadow:2px 0 20px rgba(0,0,0,.06);overflow:auto;cursor:default;-webkit-transform:translateY(-50px);transform:translateY(-50px)}@media only screen and (min-width:576px){.newsletter__popup--inner{width:80%}}@media only screen and (min-width:768px){.newsletter__popup--inner{width:655px}}@media only screen and (min-width:992px){.newsletter__popup--inner{width:720px}}@media only screen and (min-width:1200px){.newsletter__popup--inner{width:760px}}.newsletter__popup--close__btn{position:absolute;top:4px;right:4px;background:var(--secondary-color);color:var(--white-color);line-height:2.8rem;border:0;text-transform:uppercase;font-size:1.2rem;border-radius:50%;padding:0;width:3rem;height:3rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.newsletter__popup--close__btn:hover{background:var(--primary-color)}@media only screen and (min-width:992px){.newsletter__popup--close__btn{width:3.2rem;height:3.2rem}}.newsletter__popup--close__btn>*{pointer-events:none}.newsletter__popup--thumbnail{width:280px}@media only screen and (min-width:992px){.newsletter__popup--thumbnail{width:320px}}@media only screen and (min-width:1200px){.newsletter__popup--thumbnail{width:330px}}@media only screen and (max-width:767px){.newsletter__popup--thumbnail{display:none}}.newsletter__popup--box__right{width:100%;padding:4rem 2rem 2.2rem;text-align:center}@media only screen and (min-width:576px){.newsletter__popup--box__right{padding:4rem 2rem 3rem}}@media only screen and (min-width:768px){.newsletter__popup--box__right{width:calc(100% - 280px);padding:3rem 2rem}}@media only screen and (min-width:992px){.newsletter__popup--box__right{width:calc(100% - 320px);padding:4rem 2.5rem}}@media only screen and (min-width:1200px){.newsletter__popup--box__right{width:calc(100% - 330px);padding:4rem 3rem}}.newsletter__popup--title{margin-bottom:1.3rem}@media only screen and (min-width:992px){.newsletter__popup--title{margin-bottom:2rem;font-size:2.5rem;line-height:2.5rem}}@media only screen and (min-width:1200px){.newsletter__popup--title{font-size:2.8rem;line-height:2.8rem}}.newsletter__popup--content--desc{color:var(--text-gray-color);display:inline-block;line-height:2.2rem;font-size:1.5rem;margin-bottom:1.4rem}@media only screen and (min-width:768px){.newsletter__popup--content--desc{line-height:2.2rem;font-size:1.5rem}}@media only screen and (min-width:992px){.newsletter__popup--content--desc{font-size:1.6rem;margin-bottom:2.2rem}}.newsletter__popup--subscribe__input{width:100%;height:4rem;border:1px solid var(--border-color);border-radius:5px;padding:0 15px}.newsletter__popup--subscribe__input:focus{border-color:var(--secondary-color)}@media only screen and (min-width:768px){.newsletter__popup--subscribe__input{height:4.5rem}}.newsletter__popup--subscribe__btn{width:100%;height:4rem;background:var(--secondary-color);color:var(--white-color);border:0;padding:0 2rem;font-size:1.5rem;text-transform:uppercase;font-weight:500;border-radius:5px;margin-top:1.5rem}.newsletter__popup--subscribe__btn:hover{background:var(--primary-color)}@media only screen and (min-width:768px){.newsletter__popup--subscribe__btn{height:4.5rem}}.newsletter__popup--footer{margin-top:1.2rem}.newsletter__popup--dontshow__again--text{color:var(--text-gray-color);cursor:pointer;font-size:1.4rem}@media only screen and (min-width:768px){.newsletter__popup--dontshow__again--text{font-size:1.6rem}}










