============================================================== */
/*COLORS*/
/*------------------------------------------------------------------
# [Color codes]

main color:     #d6e6f2;
button color:   #b9d7ea;
elements color: #769fcd;
light color:    #f7fbfc;
star color:     #4e6686;


text color:     #222222;
header color:   #222831;
text gray:      #dddddd;
text gray dark: #9d9d9d;
link gray:      #474a56;
text light:     #fafafa;

# */
/*FONTS*/
/*------------------------------------------------------------------
# [Fonts]

main font  :   'Nunito', sans-serif;
header font:   'Josefin Sans', sans-serif;

# */
/* .test {
    @include indent('margin', 'top', $resolutions, map-get($levels, blue));
} */
/*===> Begin Base style <===*/
body {
  font-family: "Nunito", sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.6em;
  color: #222222;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased; }
  body ::selection {
    background: #d6e6f2;
    color: #000; }
  body ::-moz-selection {
    background: #d6e6f2;
    color: #000; }
  body ::-webkit-selection {
    background: #d6e6f2;
    color: #000; }
  body :-ms-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #9d9d9d;
    opacity: 1;
    /* Firefox */ }
  body ::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #9d9d9d;
    opacity: 1;
    /* Firefox */ }
  body :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #9d9d9d; }
  body ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #9d9d9d; }
  body * {
    outline: none; }
  body h1, body .h1, body h2, body .h2, body h3, body .h3, body h4, body .h4, body h5, body .h5, body h6, body .h6 {
    margin-top: 0;
    font-family: "Josefin Sans", sans-serif;
    line-height: 1.5em;
    color: #222831; }
  body .h1 {font-family: -apple-system,BlinkMacSystemFont,"Helvetica Neue",YuGothic,"ヒラギノ角ゴ ProN W3",Hiragino Kaku Gothic ProN,Arial,"メイリオ",Meiryo,sans-serif;}
    @media (max-width: 4096px) {
      body h1, body .h1, body h2, body .h2, body h3, body .h3, body h4, body .h4, body h5, body .h5, body h6, body .h6 {
        margin-bottom: 30px; } }
    @media (max-width: 1600px) {
      body h1, body .h1, body h2, body .h2, body h3, body .h3, body h4, body .h4, body h5, body .h5, body h6, body .h6 {
        margin-bottom: 30px; } }
    @media (max-width: 1440px) {
      body h1, body .h1, body h2, body .h2, body h3, body .h3, body h4, body .h4, body h5, body .h5, body h6, body .h6 {
        margin-bottom: 30px; } }
    @media (max-width: 1199px) {
      body h1, body .h1, body h2, body .h2, body h3, body .h3, body h4, body .h4, body h5, body .h5, body h6, body .h6 {
        margin-bottom: 30px; } }
    @media (max-width: 991px) {
      body h1, body .h1, body h2, body .h2, body h3, body .h3, body h4, body .h4, body h5, body .h5, body h6, body .h6 {
        margin-bottom: 25px; } }
    @media (max-width: 767px) {
      body h1, body .h1, body h2, body .h2, body h3, body .h3, body h4, body .h4, body h5, body .h5, body h6, body .h6 {
        margin-bottom: 25px; } }
    @media (max-width: 480px) {
      body h1, body .h1, body h2, body .h2, body h3, body .h3, body h4, body .h4, body h5, body .h5, body h6, body .h6 {
        margin-bottom: 20px; } }

  body h1, body .h1 {
    font-size: 36px;
    font-weight: 600;
    line-height: 1.5em;
    letter-spacing: 5px;
 }

    @media (max-width: 1199px) {
      body h1, body .h1 {
        font-size: 60px; } }
    @media (max-width: 991px) {
      body h1, body .h1 {
        font-size: 50px; } }
    @media (max-width: 767px) {
      body h1, body .h1 {
        font-size: 40px; } }
    @media (max-width: 480px) {
      body h1, body .h1 {
        font-size: 34px; } }
  body h2, body .h2 {
    font-size: 40px;
    font-weight: 600;
    line-height: 1.2em; }
    @media (max-width: 991px) {
      body h2, body .h2 {
        font-size: 36px; } }
    @media (max-width: 767px) {
      body h2, body .h2 {
        font-size: 32px; } }
    @media (max-width: 480px) {
      body h2, body .h2 {
        font-size: 28px; } }
  body h3, body .h3 {
    font-size: 26px;
    font-weight: 600;
    line-height: 1.3em; }
    @media (max-width: 767px) {
      body h3, body .h3 {
        font-size: 24px; } }
    @media (max-width: 480px) {
      body h3, body .h3 {
        font-size: 22px; } }
  body h4, body .h4 {
    font-size: 22px;
    font-weight: 600; }
    @media (max-width: 480px) {
      body h4, body .h4 {
        font-size: 20px; } }
  body h5, body .h5 {
    font-size: 18px;
    font-weight: 600; }
  body h6, body .h6 {
    font-size: 14px;
    font-weight: 600; }
  body p {
    letter-spacing: 0.3px;
    font-family: -apple-system,BlinkMacSystemFont,"Helvetica Neue",YuGothic,"ヒラギノ角ゴ ProN W3",Hiragino Kaku Gothic ProN,Arial,"メイリオ",Meiryo,sans-serif; }
    @media (max-width: 4096px) {
      body p {
        margin-bottom: 20px; } }
    @media (max-width: 1600px) {
      body p {
        margin-bottom: 20px; } }
    @media (max-width: 1440px) {
      body p {
        margin-bottom: 20px; } }
    @media (max-width: 1199px) {
      body p {
        margin-bottom: 20px; } }
    @media (max-width: 991px) {
      body p {
        margin-bottom: 15px; } }
    @media (max-width: 767px) {
      body p {
        margin-bottom: 15px; } }
    @media (max-width: 480px) {
      body p {
        margin-bottom: 15px; } }
  body a {
    display: inline-block;
    text-decoration: none;
    outline: none !important;
    transition: all .2s;
    display: inline-block;
    text-decoration: none;
    outline: none !important; }
    body a::-moz-focus-inner {
      border: 0 !important; }
    body a:hover, body a:focus {
      text-decoration: none; }
    body a:hover {
      color: #769fcd; }
  body img {
    max-width: 100%;
    display: inline-block;
    width: 100%; }
  body ol {
    padding: 0;
    list-style-position: inside;
    counter-reset: myCounter; }
    @media (max-width: 4096px) {
      body ol {
        margin-bottom: 30px; } }
    @media (max-width: 1600px) {
      body ol {
        margin-bottom: 30px; } }
    @media (max-width: 1440px) {
      body ol {
        margin-bottom: 30px; } }
    @media (max-width: 1199px) {
      body ol {
        margin-bottom: 30px; } }
    @media (max-width: 991px) {
      body ol {
        margin-bottom: 25px; } }
    @media (max-width: 767px) {
      body ol {
        margin-bottom: 25px; } }
    @media (max-width: 480px) {
      body ol {
        margin-bottom: 20px; } }
    body ol li {
      position: relative;
      margin-bottom: 0;
      list-style: none; }
      body ol li::before {
        counter-increment: myCounter;
        content: counter(myCounter) ". ";
        position: relative;
        left: 0;
        top: 0;
        float: left;
        margin-right: 10px;
        font-family: "Nunito", sans-serif;
        font-weight: 500;
        font-size: 15px;
        color: #222222; }
      body ol li:last-child p, body ol li:last-child a {
        margin-bottom: 0; }
      body ol li p, body ol li a {
        margin-bottom: 10px; }
      body ol li ol {
        margin-bottom: 0;
        padding-left: 20px;
        counter-reset: myCounter2; }
        body ol li ol li::before {
          counter-increment: myCounter2;
          content: counter(myCounter) "." counter(myCounter2) ". "; }
        body ol li ol li:last-child p, body ol li ol li:last-child a {
          margin-bottom: 10px; }
  body ul {
    padding: 0;
    list-style-position: inside;
    list-style: none; }
    @media (max-width: 4096px) {
      body ul {
        margin-bottom: 30px; } }
    @media (max-width: 1600px) {
      body ul {
        margin-bottom: 30px; } }
    @media (max-width: 1440px) {
      body ul {
        margin-bottom: 30px; } }
    @media (max-width: 1199px) {
      body ul {
        margin-bottom: 30px; } }
    @media (max-width: 991px) {
      body ul {
        margin-bottom: 25px; } }
    @media (max-width: 767px) {
      body ul {
        margin-bottom: 25px; } }
    @media (max-width: 480px) {
      body ul {
        margin-bottom: 20px; } }
    body ul li {
      position: relative;
      margin-bottom: 0;
      padding-left: 20px; }
      body ul li::after {
        content: '\f12c';
        position: absolute;
        left: 0;
        top: 0px;
        font-family: 'Material Design Icons';
        font-size: 15px;
        color: #769fcd; }
      body ul li:last-child p, body ul li:last-child a {
        margin-bottom: 0; }
      body ul li p, body ul li a {
        margin-bottom: 10px; }
      body ul li ul {
        margin-bottom: 0; }
        body ul li ul li:last-child p, body ul li ul li:last-child a {
          margin-bottom: 10px; }
  body blockquote {
    position: relative;
    padding: 35px 40px;
    background: #fafafa;
    border: none; }
    @media (max-width: 4096px) {
      body blockquote {
        margin-bottom: 30px; } }
    @media (max-width: 1600px) {
      body blockquote {
        margin-bottom: 30px; } }
    @media (max-width: 1440px) {
      body blockquote {
        margin-bottom: 30px; } }
    @media (max-width: 1199px) {
      body blockquote {
        margin-bottom: 30px; } }
    @media (max-width: 991px) {
      body blockquote {
        margin-bottom: 25px; } }
    @media (max-width: 767px) {
      body blockquote {
        margin-bottom: 25px; } }
    @media (max-width: 480px) {
      body blockquote {
        margin-bottom: 20px; } }
    body blockquote .blockquote-content p {
      font-size: 15px;
      font-weight: 500;
      letter-spacing: 1px;
      text-align: center;
      color: #222222; }
    body blockquote .blockquote-content .author-info {
      position: relative;
      z-index: 5; }
      body blockquote .blockquote-content .author-info::after {
        content: '\f27e';
        position: absolute;
        left: 50%;
        bottom: 20px;
        z-index: -1;
        font-family: 'Material Design Icons';
        font-size: 180px;
        color: #d6e6f2;
        opacity: .25;
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
      body blockquote .blockquote-content .author-info .author-info__name {
        text-align: center;
        margin-bottom: 10px; }
      body blockquote .blockquote-content .author-info .author-info__position {
        margin-bottom: 0;
        font-weight: 500;
        color: #769fcd; }
  body input {
    width: 100%;
    padding: 7px 15px;
    border: 1px solid #9d9d9d;
    font-size: 15px;
    line-height: 1em;
    letter-spacing: 0;
    color: #222222;
    outline: none; }
    @media (max-width: 4096px) {
      body input {
        margin-bottom: 20px; } }
    @media (max-width: 1600px) {
      body input {
        margin-bottom: 20px; } }
    @media (max-width: 1440px) {
      body input {
        margin-bottom: 20px; } }
    @media (max-width: 1199px) {
      body input {
        margin-bottom: 20px; } }
    @media (max-width: 991px) {
      body input {
        margin-bottom: 15px; } }
    @media (max-width: 767px) {
      body input {
        margin-bottom: 15px; } }
    @media (max-width: 480px) {
      body input {
        margin-bottom: 15px; } }
  body textarea {
    display: block;
    width: 100%;
    height: 200px;
    padding: 10px 15px;
    border: 1px solid #9d9d9d;
    font-size: 15px;
    line-height: 1em;
    letter-spacing: 0;
    color: #9d9d9d;
    resize: none; }
    @media (max-width: 4096px) {
      body textarea {
        margin-bottom: 20px; } }
    @media (max-width: 1600px) {
      body textarea {
        margin-bottom: 20px; } }
    @media (max-width: 1440px) {
      body textarea {
        margin-bottom: 20px; } }
    @media (max-width: 1199px) {
      body textarea {
        margin-bottom: 20px; } }
    @media (max-width: 991px) {
      body textarea {
        margin-bottom: 15px; } }
    @media (max-width: 767px) {
      body textarea {
        margin-bottom: 15px; } }
    @media (max-width: 480px) {
      body textarea {
        margin-bottom: 15px; } }
  body .price {
    margin-bottom: 0;
    font-family: "Josefin Sans", sans-serif;
    font-weight: 500;
    font-size: 22px;
    color: #769fcd; }
    body .price .sale {
      position: relative;
      font-size: 14px;
      color: #9d9d9d; }
      body .price .sale::after {
        content: '';
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        height: 1px;
        background: #9d9d9d;
        -ms-transform: translateY(-2px);
            transform: translateY(-2px); }
  @media (max-width: 991px) {
    body .mobile-reverse {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse; } }

/*===> End Base style <===*/
/*===> Begin Button style <===*/
button,
.button {
  min-width: 165px;
  padding: 10px 15px 5px 15px;
  border: none;
  background: #b9d7ea;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 500;
  font-size: 18px;
  text-align: center;
  color: #222831;
  transition: all .3s; }
  button:hover,
  .button:hover {
    background: #769fcd;
    color: #fff; }
  button.white,
  .button.white {
    padding: 9px 15px 4px 15px;
    background: #fff;
    border: 1px solid #769fcd;
    color: #769fcd; }
    button.white:hover,
    .button.white:hover {
      background: #769fcd;
      color: #fff; }
  button.border,
  .button.border {
    padding: 9px 15px 4px 15px;
    border: 1px solid #b9d7ea; }
    button.border:hover,
    .button.border:hover {
      border-color: #769fcd;
      background: #fff;
      color: #769fcd; }
  button.pswp__button,
  .button.pswp__button {
    min-width: 0; }
    button.pswp__button:hover,
    .button.pswp__button:hover {
      background-color: transparent; }
      button.pswp__button:hover.pswp__button--close,
      .button.pswp__button:hover.pswp__button--close {
        background: url(../libs/photoswipe/default-skin.png) 0 0 no-repeat;
        background-size: 264px 88px;
        background-position: 0 -44px; }
      button.pswp__button:hover.pswp__button--fs,
      .button.pswp__button:hover.pswp__button--fs {
        background: url(../libs/photoswipe/default-skin.png) 0 0 no-repeat;
        background-size: 264px 88px; }
      button.pswp__button:hover.pswp__button--zoom,
      .button.pswp__button:hover.pswp__button--zoom {
        background: url(../libs/photoswipe/default-skin.png) 0 0 no-repeat;
        background-size: 264px 88px;
        background-position: -88px 0; }

/*===> End Button style <===*/
/*===> Begin Main form <===*/
.main-form .input-columns {
  display: -ms-flexbox;
  display: flex;
  margin-left: -15px;
  margin-right: -15px; }
  .main-form .input-columns .input-columns__item {
    width: 33.33%;
    padding: 0 15px; }

@media (max-width: 480px) {
  .main-form .input-columns {
    -ms-flex-direction: column;
        flex-direction: column; }
    .main-form .input-columns .input-columns__item {
      width: 100%; }
  .main-form textarea {
    height: 130px; } }

/*===> End Main form <===*/
/*===> Begin Humburger <===*/
.humburger,
.close-nav {
  display: none; }
  @media (max-width: 991px) {
    .humburger,
    .close-nav {
      position: relative;
      display: block;
      width: 28px;
      height: 16px; }
      .humburger span,
      .close-nav span {
        position: absolute;
        width: 100%;
        height: 2px;
        background: #222831; }
        .humburger span:nth-child(1),
        .close-nav span:nth-child(1) {
          top: 0;
          left: 0;
          -ms-transform-origin: center left;
              transform-origin: center left; }
        .humburger span:nth-child(2),
        .close-nav span:nth-child(2) {
          top: 50%;
          left: 0;
          margin-top: -1px;
          -ms-transform-origin: center left;
              transform-origin: center left; }
        .humburger span:nth-child(3),
        .close-nav span:nth-child(3) {
          bottom: 0;
          left: 0;
          -ms-transform-origin: center left;
              transform-origin: center left; } }

.close-nav {
  width: 20px;
  min-width: 20px;
  height: 20px;
  min-height: 20px; }
  .close-nav span {
    width: 27px;
    background: #222831;
    height: 1px; }
    .close-nav span:nth-child(1) {
      top: 0px;
      left: 0px;
      margin-bottom: 1px;
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
      -ms-transform-origin: left center;
          transform-origin: left center; }
    .close-nav span:nth-child(2) {
      top: auto;
      bottom: 0px;
      left: 0px;
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
      -ms-transform-origin: left center;
          transform-origin: left center;
      margin-bottom: -1px; }

/*===> End Humburger <===*/
/*===> Begin bg popup <===*/
.bg-popup {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 101;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  visibility: hidden;
  opacity: 0;
  transition: all .3s; }
  .bg-popup.show-bg {
    opacity: 1;
    visibility: visible; }

/*===> End bg popup <===*/
/*===> Begin Bread crumbs <===*/
.bread-crumbs {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin-bottom: -5px; }
  .bread-crumbs li {
    margin-bottom: 5px;
    margin-right: 5px;
    padding-right: 20px;
    padding-left: 0; }
    .bread-crumbs li::after {
      content: '\f142';
      top: 1px;
      left: auto;
      right: 0;
      font-size: 15px;
      color: #222222; }
    .bread-crumbs li:last-child {
      margin-right: 0;
      padding-right: 0; }
      .bread-crumbs li:last-child::after {
        display: none; }
    .bread-crumbs li a, .bread-crumbs li p {
      margin-bottom: 0;
      font-size: 15px;
      font-weight: 600;
      color: #222222; }
    .bread-crumbs li a:hover {
      color: #769fcd; }

/*===> End Bread crumbs <===*/
/*===> Begin Footer form <===*/
.footer-form {
  display: -ms-flexbox;
  display: flex; }
  .footer-form input {
    width: 100%;
    min-width: 0;
    margin-bottom: 0;
    border-right: none;
    background: #f7fbfc; }
  .footer-form button {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    min-width: 45px;
    width: 45px;
    padding: 9px 5px;
    background: #769fcd;
    font-size: 25px;
    color: #fff; }
    .footer-form button:hover {
      background: #b9d7ea;
      color: #222222; }
    .footer-form button span {
      line-height: 1em; }

/*===> End Footer form <===*/
/*===> Begin Link <===*/
.link {
  position: relative;
  z-index: 1;
  padding: 10px 20px 7px 55px;
  font-family: -apple-system,BlinkMacSystemFont,"Helvetica Neue",YuGothic,"ヒラギノ角ゴ ProN W3",Hiragino Kaku Gothic ProN,Arial,"メイリオ",Meiryo,sans-serif;
  font-weight: 500;
  font-size: 15px;
  color: #222831; }
  .link::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 20px;
    display: block;
    height: 1px;
    width: 25px;
    min-width: 25px;
    margin-right: 10px;
    background: #222831;
    -ms-transform: translateY(-1px);
        transform: translateY(-1px);
    transition: background .3s; }
  .link::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 65%;
    height: 100%;
    background: #b9d7ea;
    transition: width .3s, background .3s; }
  .link:hover {
    color: #fff; }
    .link:hover::after {
      width: 100%;
      background: #769fcd; }
    .link:hover::before {
      background: #fff; }

/*===> End Link <===*/
/*===> Begin Slick dots <===*/
.slick-dots {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
  max-width: 1170px;
  padding: 0 15px;
  margin-bottom: 0;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%); }
  .slick-dots li {
    margin-right: 20px;
    padding-left: 0; }
    .slick-dots li:last-child {
      margin-right: 0; }
    .slick-dots li::after {
      display: none; }
    .slick-dots li.slick-active button {
      color: #769fcd; }
      .slick-dots li.slick-active button::after {
        left: 0;
        width: 100%; }
    .slick-dots li button {
      position: relative;
      margin-bottom: 0;
      padding: 0 0 4px 0;
      min-width: 0;
      box-sizing: border-box;
      background-color: transparent;
      font-family: "Josefin Sans", sans-serif;
      font-size: 18px;
      font-weight: 500;
      color: #474a56;
      cursor: pointer;
      transition: all .3s; }
      .slick-dots li button:hover {
        color: #769fcd; }
      .slick-dots li button::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 50%;
        height: 2px;
        width: 0%;
        background: #769fcd;
        transition: all .3s; }
  @media (max-width: 1199px) {
    .slick-dots {
      max-width: 970px; } }
  @media (max-width: 991px) {
     .slick-dots {
      position: static;
      max-width: 750px;
      -ms-transform: translateX(0);
          transform: translateX(0);
      margin-left: auto;
      margin-right: auto; } }
  @media (max-width: 991px) and (max-width: 4096px) {
    .slick-dots {
      margin-top: 40px; } }
  @media (max-width: 991px) and (max-width: 1600px) {
    .slick-dots {
      margin-top: 40px; } }
  @media (max-width: 991px) and (max-width: 1440px) {
    .slick-dots {
      margin-top: 40px; } }
  @media (max-width: 991px) and (max-width: 1199px) {
    .slick-dots {
      margin-top: 40px; } }
  @media (max-width: 991px) and (max-width: 991px) {
    .slick-dots {
      margin-top: 35px; } }
  @media (max-width: 991px) and (max-width: 767px) {
    .slick-dots {
      margin-top: 35px; } }
  @media (max-width: 991px) and (max-width: 480px) {
    .slick-dots {
      margin-top: 30px; } }

/*===> End Slick dots <===*/
/*===> Begin Rating <===*/
.rating {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  margin-bottom: 0; }
  .rating li {
    padding-left: 0; }
    .rating li::after {
      display: none; }
    .rating li .mdi {
      font-size: 22px;
      line-height: 1em; }
    .rating li .mdi-star, .rating li .mdi-star-half {
      color: #4e6686; }
    .rating li .mdi-star-outline {
      color: #dddddd; }

/*===> End Rating <===*/
/*===> Begin Section header <===*/
.section-header {
  font-weight: 600;
  text-align: center; }
  @media (max-width: 4096px) {
    .section-header {
      margin-bottom: 30px; } }
  @media (max-width: 1600px) {
    .section-header {
      margin-bottom: 30px; } }
  @media (max-width: 1440px) {
    .section-header {
      margin-bottom: 30px; } }
  @media (max-width: 1199px) {
    .section-header {
      margin-bottom: 30px; } }
  @media (max-width: 991px) {
    .section-header {
      margin-bottom: 25px; } }
  @media (max-width: 767px) {
    .section-header {
      margin-bottom: 25px; } }
  @media (max-width: 480px) {
    .section-header {
      margin-bottom: 20px; } }

/*===> End Section header <===*/
/*===> Begin Slider arrow <===*/
.slider-arrow {
  padding: 1px 10px;
  background: #f7fbfc;
  color: #9d9d9d;
  cursor: pointer; }
  .slider-arrow:hover {
    color: #769fcd; }

/*===> End Slider arrow <===*/
/*===> Begin Header search form <===*/
.header-search-form {
  position: absolute;
  top: 100%;
  right: 0;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  padding: 5px;
  background: #f7fbfc;
  -ms-transform: translateX(40px);
      transform: translateX(40px);
  opacity: 0;
  visibility: hidden;
  transition: all .3s; }
  .header-search-form input {
    margin-bottom: 0;
    min-width: 0;
    width: 100%;
    background: #f7fbfc;
    border: none;
    border-left: 1px solid #dddddd; }
  .header-search-form select {
    width: 100%; }
  .header-search-form .select2 {
    width: 100% !important;
    margin-bottom: 0;
    border: none; }
  .header-search-form .select2-container--default .select2-selection--single,
  .header-search-form .select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
  .header-search-form .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border: none; }
  .header-search-form .select2-selection {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    background: #f7fbfc; }
  .header-search-form .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 27px;
    padding-right: 30px;
    color: #9d9d9d; }
  .header-search-form .select2-selection__rendered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    font-size: 15px !important;
    height: 100%;
    line-height: 35px; }
  .header-search-form .select2-container--default .select2-selection--single .select2-selection__arrow {
    right: 10px;
    height: 100%;
    line-height: 35px;
    color: #9d9d9d; }
    .header-search-form .select2-container--default .select2-selection--single .select2-selection__arrow .mdi {
      color: #9d9d9d; }
  .header-search-form button {
    position: absolute;
    top: 0;
    right: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    min-width: 45px;
    height: 45px;
    padding: 0;
    text-align: center; }
    .header-search-form button .mdi {
      line-height: 1em !important;
      font-size: 28px !important;
      height: 28px; }
  @media (max-width: 991px) {
    .header-search-form {
      position: relative;
      top: 0;
      right: auto;
      width: 100%;
      max-width: 500px;
      visibility: visible;
      opacity: 1;
      -ms-transform: translateX(0);
          transform: translateX(0); } }

/*===> End Header search form <===*/
/*===> Begin Select <===*/
.select2-results__options {
  margin-bottom: 0; }
  .select2-results__options li::after {
    display: none; }

.select2 .mdi {
  transition: all .2s;
  -ms-transform-origin: center center;
      transform-origin: center center; }

.select2-container--default .select2-selection--single {
  border-radius: 0; }

.select2-container--open .mdi {
  -ms-transform: rotate(180deg);
      transform: rotate(180deg); }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #769fcd; }

.select2-dropdown.select2-dropdown--below {
  border: none; }

.select2-search__field {
  margin-bottom: 0; }

form .select2 {
  width: 100% !important; }
  @media (max-width: 4096px) {
    form .select2 {
      margin-bottom: 20px; } }
  @media (max-width: 1600px) {
    form .select2 {
      margin-bottom: 20px; } }
  @media (max-width: 1440px) {
    form .select2 {
      margin-bottom: 20px; } }
  @media (max-width: 1199px) {
    form .select2 {
      margin-bottom: 20px; } }
  @media (max-width: 991px) {
    form .select2 {
      margin-bottom: 15px; } }
  @media (max-width: 767px) {
    form .select2 {
      margin-bottom: 15px; } }
  @media (max-width: 480px) {
    form .select2 {
      margin-bottom: 15px; } }

form .select2-container--default .select2-selection--single .select2-selection__arrow {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  height: 36px;
  margin-top: -1px; }

form .select2-container--default .select2-selection--single {
  padding-top: 4px;
  padding-bottom: 4px;
  height: 36px; }

form .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-left: 15px;
  color: #9d9d9d; }

/*===> End Select <===*/
/*===> BEGIN Range slider <===*/
.slider-range {
  position: relative;
  margin: 4px 12px;
  height: 3px !important;
  border: none;
  background: #dddddd; }
  .slider-range .ui-widget-header {
    position: absolute;
    display: block;
    background: #769fcd;
    border: none; }
  .slider-range .ui-state-default, .slider-range .ui-widget-content .ui-state-default,
  .slider-range .ui-widget-header .ui-state-default,
  .slider-range .ui-button {
    outline: none !important; }
  .slider-range .ui-slider-handle {
    position: absolute;
    top: 50%;
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: none;
    background: #769fcd;
    cursor: pointer;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
    .slider-range .ui-slider-handle:nth-child(2) {
      -ms-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%); }
  .slider-range .ui-button {
    transition: all .2s; }
  .slider-range .ui-slider-range {
    position: absolute;
    top: 0;
    z-index: 1;
    display: block;
    height: 100%;
    font-size: .7em; }
  @media (max-width: 991px) {
    .slider-range {
      margin: 5px 15px; }
      .slider-range .ui-slider-handle {
        width: 15px;
        height: 15px; } }

.ui-button.ui-state-disabled.ui-state-hover {
  background: #b9d7ea; }
  .ui-button.ui-state-disabled.ui-state-hover:focus {
    background: #b9d7ea; }

.slider-range-wrap {
  padding: 2px 0; }

.price-filter {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: center;
      align-items: center;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: "Nunito", sans-serif;
  font-style: italic;
  font-weight: 500;
  font-size: 15px;
  color: #222222; }
  .price-filter input {
    display: inline;
    margin: 0 2px 0 5px;
    padding: 0;
    border: none;
    width: 29px;
    font-size: 15px;
    text-align: center;
    color: #222222; }

/*===> END Range slider <===*/
/*===> Begin Color picker form <===*/
.color-picker-form {
  position: relative; }
  .color-picker-form input {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0; }
    .color-picker-form input:checked + label span::after {
      -ms-transform: scale(1);
          transform: scale(1); }
  .color-picker-form label {
    position: relative;
    display: block;
    width: 100%;
    min-height: 20px;
    margin-bottom: 10px;
    padding-left: 55px;
    font-family: "Nunito", sans-serif;
    font-size: 15px;
    font-weight: 500;
    color: #222222;
    cursor: pointer; }
    .color-picker-form label:last-child {
      margin-bottom: 0; }
    .color-picker-form label span {
      position: absolute;
      top: 0;
      left: 0;
      width: 20px;
      height: 20px;
      border-radius: 50%; }
      .color-picker-form label span::after {
        content: '';
        position: absolute;
        top: 3px;
        left: 3px;
        width: 14px;
        height: 14px;
        border: 3px solid  #fff;
        border-radius: 50%;
        transition: all .2s;
        -ms-transform: scale(0);
            transform: scale(0); }
    .color-picker-form label .pink {
      background: #f0908a; }
    .color-picker-form label .blue {
      background: #c1e1e7; }
    .color-picker-form label .green {
      background: #1d5a2b; }
    .color-picker-form label .black {
      background: #000; }

/*===> End Color picker form <===*/
/*===> Begin Main picker form <===*/
.main-picker-form {
  position: relative; }
  .main-picker-form input {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0; }
    .main-picker-form input:checked + label::after {
      background: #222831; }
  .main-picker-form label {
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 10px;
    padding-left: 20px;
    font-family: "Nunito", sans-serif;
    font-size: 15px;
    font-weight: 500;
    color: #222222;
    cursor: pointer; }
    .main-picker-form label:last-child {
      margin-bottom: 0; }
    .main-picker-form label::after {
      content: '';
      position: absolute;
      top: 50%;
      left: 0;
      width: 10px;
      height: 10px;
      margin-top: -5px;
      border: 1px solid #222831;
      border-radius: 50%; }

/*===> End Main picker form <===*/
/*===> Begin Account form <===*/
@media (max-width: 4096px) {
  .account-form input {
    margin-bottom: 20px; } }

@media (max-width: 1600px) {
  .account-form input {
    margin-bottom: 20px; } }

@media (max-width: 1440px) {
  .account-form input {
    margin-bottom: 20px; } }

@media (max-width: 1199px) {
  .account-form input {
    margin-bottom: 20px; } }

@media (max-width: 991px) {
  .account-form input {
    margin-bottom: 15px; } }

@media (max-width: 767px) {
  .account-form input {
    margin-bottom: 15px; } }

@media (max-width: 480px) {
  .account-form input {
    margin-bottom: 15px; } }

.account-form .input-area {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px; }
  @media (max-width: 4096px) {
    .account-form .input-area {
      margin-bottom: -20px; } }
  @media (max-width: 1600px) {
    .account-form .input-area {
      margin-bottom: -20px; } }
  @media (max-width: 1440px) {
    .account-form .input-area {
      margin-bottom: -20px; } }
  @media (max-width: 1199px) {
    .account-form .input-area {
      margin-bottom: -20px; } }
  @media (max-width: 991px) {
    .account-form .input-area {
      margin-bottom: -15px; } }
  @media (max-width: 767px) {
    .account-form .input-area {
      margin-bottom: -15px; } }
  @media (max-width: 480px) {
    .account-form .input-area {
      margin-bottom: -15px; } }
  @media (max-width: 4096px) {
    .account-form .input-area {
      padding-bottom: 30px; } }
  @media (max-width: 1600px) {
    .account-form .input-area {
      padding-bottom: 30px; } }
  @media (max-width: 1440px) {
    .account-form .input-area {
      padding-bottom: 30px; } }
  @media (max-width: 1199px) {
    .account-form .input-area {
      padding-bottom: 30px; } }
  @media (max-width: 991px) {
    .account-form .input-area {
      padding-bottom: 25px; } }
  @media (max-width: 767px) {
    .account-form .input-area {
      padding-bottom: 25px; } }
  @media (max-width: 480px) {
    .account-form .input-area {
      padding-bottom: 20px; } }
  .account-form .input-area .input-wrap {
    width: 50%;
    padding: 0 15px; }

.account-form .controls {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between; }
  @media (max-width: 4096px) {
    .account-form .controls {
      margin-bottom: 30px; } }
  @media (max-width: 1600px) {
    .account-form .controls {
      margin-bottom: 30px; } }
  @media (max-width: 1440px) {
    .account-form .controls {
      margin-bottom: 30px; } }
  @media (max-width: 1199px) {
    .account-form .controls {
      margin-bottom: 30px; } }
  @media (max-width: 991px) {
    .account-form .controls {
      margin-bottom: 25px; } }
  @media (max-width: 767px) {
    .account-form .controls {
      margin-bottom: 25px; } }
  @media (max-width: 480px) {
    .account-form .controls {
      margin-bottom: 20px; } }
  .account-form .controls input {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0; }
    .account-form .controls input:checked + label::before {
      -ms-transform: scale(1);
          transform: scale(1); }
  .account-form .controls label {
    position: relative;
    margin-bottom: 0;
    padding-left: 20px;
    font-family: "Nunito", sans-serif;
    font-size: 15px;
    font-weight: 500;
    color: #222222;
    cursor: pointer; }
    .account-form .controls label::after {
      content: '';
      position: absolute;
      top: 50%;
      left: 0;
      width: 12px;
      height: 12px;
      margin-top: -5px;
      border: 1px solid #9d9d9d;
      border-radius: 50%; }
    .account-form .controls label::before {
      content: '';
      position: absolute;
      top: 50%;
      left: 3px;
      width: 6px;
      height: 6px;
      margin-top: -2px;
      border-radius: 50%;
      background: #9d9d9d;
      -ms-transform: scale(0);
          transform: scale(0); }
  .account-form .controls a {
    font-weight: 500;
    color: #769fcd; }
    .account-form .controls a:hover {
      color: #b9d7ea; }

@media (max-width: 991px) {
  .account-form .input-area .input-wrap {
    width: 100%; } }

/*===> End Account form <===*/
/*===> Begin Page filter <===*/
.page-filter {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between; }
  @media (max-width: 4096px) {
    .page-filter {
      margin-bottom: 30px; } }
  @media (max-width: 1600px) {
    .page-filter {
      margin-bottom: 30px; } }
  @media (max-width: 1440px) {
    .page-filter {
      margin-bottom: 30px; } }
  @media (max-width: 1199px) {
    .page-filter {
      margin-bottom: 30px; } }
  @media (max-width: 991px) {
    .page-filter {
      margin-bottom: 25px; } }
  @media (max-width: 767px) {
    .page-filter {
      margin-bottom: 25px; } }
  @media (max-width: 480px) {
    .page-filter {
      margin-bottom: 20px; } }
  .page-filter .types-card a {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    width: 35px;
    height: 35px;
    margin-right: 10px;
    border: 1px solid #9d9d9d; }
    .page-filter .types-card a:hover {
      border: 1px solid #769fcd; }
      .page-filter .types-card a:hover .mdi {
        color: #769fcd; }
    .page-filter .types-card a.active .mdi {
      color: #b9d7ea; }
    .page-filter .types-card a .mdi {
      font-size: 20px;
      color: #9d9d9d; }
  .page-filter .select2 {
    margin-bottom: 0; }
  .page-filter .selects-wrap {
    display: -ms-flexbox;
    display: flex; }
    .page-filter .selects-wrap .select-block {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      margin-right: 20px; }
      .page-filter .selects-wrap .select-block:last-child {
        margin-right: 0; }
        .page-filter .selects-wrap .select-block:last-child .select2-container--default .select2-selection--single .select2-selection__rendered {
          font-size: 14px;
          text-transform: uppercase;
          color: #9d9d9d; }
        .page-filter .selects-wrap .select-block:last-child .select2-container--default .select2-selection--single {
          min-width: 130px; }
        .page-filter .selects-wrap .select-block:last-child h6, .page-filter .selects-wrap .select-block:last-child .h6 {
          margin-right: 30px; }
      .page-filter .selects-wrap .select-block h6, .page-filter .selects-wrap .select-block .h6 {
        margin-right: 20px;
        margin-bottom: 0;
        font-weight: 500;
        text-transform: uppercase; }
    .page-filter .selects-wrap .select2 {
      width: auto !important; }
    .page-filter .selects-wrap .select2-container .select2-selection--single {
      height: auto; }
    .page-filter .selects-wrap .select2-container--default .select2-selection--single .select2-selection__arrow {
      top: 0;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      height: 100%; }
    .page-filter .selects-wrap .select2-container--default .select2-selection--single .select2-selection__rendered {
      padding-left: 0;
      font-family: "Nunito", sans-serif;
      font-size: 15px;
      font-weight: 500;
      color: #222222;
      line-height: 1em; }
    .page-filter .selects-wrap .select2-container--default .select2-selection--single {
      min-width: 70px;
      padding: 10px 20px 10px 10px;
      border-radius: 0;
      border-color: #c3c3c3; }
  @media (max-width: 767px) {
    .page-filter .selects-wrap .select-block {
      margin-right: 15px; }
      .page-filter .selects-wrap .select-block:last-child .select2-container--default .select2-selection--single {
        min-width: 110px; }
      .page-filter .selects-wrap .select-block:last-child h6, .page-filter .selects-wrap .select-block:last-child .h6 {
        margin-right: 20px; } }
  @media (max-width: 480px) {
    .page-filter {
      -ms-flex-direction: column;
          flex-direction: column; }
      .page-filter .types-card {
        margin-bottom: 15px;
        padding-left: 85px; }
      .page-filter .selects-wrap {
        -ms-flex-direction: column;
            flex-direction: column; }
        .page-filter .selects-wrap .select-block {
          margin-right: 0;
          margin-bottom: 15px; }
          .page-filter .selects-wrap .select-block h6, .page-filter .selects-wrap .select-block .h6 {
            width: 70px; }
          .page-filter .selects-wrap .select-block:last-child {
            margin-bottom: 0; }
          .page-filter .selects-wrap .select-block .select2-container--default .select2-selection--single {
            min-width: 110px; } }

/*===> End Page filter <===*/
/*===> Begin Product form <===*/
.product-form {
  border-bottom: 1px solid #dddddd; }
  @media (max-width: 4096px) {
    .product-form {
      margin-bottom: 15px; } }
  @media (max-width: 1600px) {
    .product-form {
      margin-bottom: 15px; } }
  @media (max-width: 1440px) {
    .product-form {
      margin-bottom: 15px; } }
  @media (max-width: 1199px) {
    .product-form {
      margin-bottom: 15px; } }
  @media (max-width: 991px) {
    .product-form {
      margin-bottom: 10px; } }
  @media (max-width: 767px) {
    .product-form {
      margin-bottom: 10px; } }
  @media (max-width: 480px) {
    .product-form {
      margin-bottom: 10px; } }
  .product-form .color-picker-form {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
    @media (max-width: 4096px) {
      .product-form .color-picker-form {
        margin-bottom: 20px; } }
    @media (max-width: 1600px) {
      .product-form .color-picker-form {
        margin-bottom: 20px; } }
    @media (max-width: 1440px) {
      .product-form .color-picker-form {
        margin-bottom: 20px; } }
    @media (max-width: 1199px) {
      .product-form .color-picker-form {
        margin-bottom: 20px; } }
    @media (max-width: 991px) {
      .product-form .color-picker-form {
        margin-bottom: 15px; } }
    @media (max-width: 767px) {
      .product-form .color-picker-form {
        margin-bottom: 15px; } }
    @media (max-width: 480px) {
      .product-form .color-picker-form {
        margin-bottom: 15px; } }
    .product-form .color-picker-form p {
      margin-right: 25px;
      margin-bottom: 0;
      font-weight: 600; }
    .product-form .color-picker-form label {
      width: 14px;
      height: 14px;
      min-height: 14px;
      margin-bottom: 0;
      margin-right: 10px;
      padding: 0px; }
      .product-form .color-picker-form label:last-child {
        margin-right: 0; }
      .product-form .color-picker-form label span {
        width: 14px;
        height: 14px; }
        .product-form .color-picker-form label span::after {
          top: 2px;
          left: 2px;
          width: 10px;
          height: 10px;
          border: 2px solid #fff; }
  .product-form .main-picker-form {
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 4096px) {
      .product-form .main-picker-form {
        margin-bottom: 20px; } }
    @media (max-width: 1600px) {
      .product-form .main-picker-form {
        margin-bottom: 20px; } }
    @media (max-width: 1440px) {
      .product-form .main-picker-form {
        margin-bottom: 20px; } }
    @media (max-width: 1199px) {
      .product-form .main-picker-form {
        margin-bottom: 20px; } }
    @media (max-width: 991px) {
      .product-form .main-picker-form {
        margin-bottom: 15px; } }
    @media (max-width: 767px) {
      .product-form .main-picker-form {
        margin-bottom: 15px; } }
    @media (max-width: 480px) {
      .product-form .main-picker-form {
        margin-bottom: 15px; } }
    .product-form .main-picker-form p {
      margin-right: 25px;
      margin-bottom: 0;
      font-weight: 600; }
    .product-form .main-picker-form label {
      width: auto;
      margin-bottom: 0;
      margin-right: 20px;
      font-weight: 500; }
      .product-form .main-picker-form label:last-child {
        margin-right: 0; }
      .product-form .main-picker-form label::after {
        border: 1px solid #9d9d9d;
        background: none;
        width: 12px;
        height: 12px;
        margin-top: -6px; }
      .product-form .main-picker-form label::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 3px;
        width: 6px;
        height: 6px;
        background: #9d9d9d;
        border-radius: 50%;
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
        opacity: 0; }
    .product-form .main-picker-form input:checked + label::after {
      background-color: transparent; }
    .product-form .main-picker-form input:checked + label::before {
      opacity: 1; }
  .product-form .product-form-control {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
        align-items: flex-start; }
    .product-form .product-form-control .counter-area {
      margin-right: 30px; }
      @media (max-width: 4096px) {
        .product-form .product-form-control .counter-area {
          margin-bottom: 15px; } }
      @media (max-width: 1600px) {
        .product-form .product-form-control .counter-area {
          margin-bottom: 15px; } }
      @media (max-width: 1440px) {
        .product-form .product-form-control .counter-area {
          margin-bottom: 15px; } }
      @media (max-width: 1199px) {
        .product-form .product-form-control .counter-area {
          margin-bottom: 15px; } }
      @media (max-width: 991px) {
        .product-form .product-form-control .counter-area {
          margin-bottom: 10px; } }
      @media (max-width: 767px) {
        .product-form .product-form-control .counter-area {
          margin-bottom: 10px; } }
      @media (max-width: 480px) {
        .product-form .product-form-control .counter-area {
          margin-bottom: 10px; } }
    .product-form .product-form-control button {
      margin-right: 30px;
      padding-top: 9px; }
      @media (max-width: 4096px) {
        .product-form .product-form-control button {
          margin-bottom: 15px; } }
      @media (max-width: 1600px) {
        .product-form .product-form-control button {
          margin-bottom: 15px; } }
      @media (max-width: 1440px) {
        .product-form .product-form-control button {
          margin-bottom: 15px; } }
      @media (max-width: 1199px) {
        .product-form .product-form-control button {
          margin-bottom: 15px; } }
      @media (max-width: 991px) {
        .product-form .product-form-control button {
          margin-bottom: 10px; } }
      @media (max-width: 767px) {
        .product-form .product-form-control button {
          margin-bottom: 10px; } }
      @media (max-width: 480px) {
        .product-form .product-form-control button {
          margin-bottom: 10px; } }
    .product-form .product-form-control a {
      width: 36px;
      height: 36px;
      margin-right: 10px;
      border: 1px solid #dddddd;
      font-size: 15px;
      text-align: center;
      line-height: 36px;
      color: #9d9d9d; }
      @media (max-width: 4096px) {
        .product-form .product-form-control a {
          margin-bottom: 15px; } }
      @media (max-width: 1600px) {
        .product-form .product-form-control a {
          margin-bottom: 15px; } }
      @media (max-width: 1440px) {
        .product-form .product-form-control a {
          margin-bottom: 15px; } }
      @media (max-width: 1199px) {
        .product-form .product-form-control a {
          margin-bottom: 15px; } }
      @media (max-width: 991px) {
        .product-form .product-form-control a {
          margin-bottom: 10px; } }
      @media (max-width: 767px) {
        .product-form .product-form-control a {
          margin-bottom: 10px; } }
      @media (max-width: 480px) {
        .product-form .product-form-control a {
          margin-bottom: 10px; } }
      .product-form .product-form-control a:hover {
        background: #769fcd;
        border-color: #769fcd;
        color: #fff; }
      .product-form .product-form-control a:last-child {
        margin-right: 0; }
  @media (max-width: 480px) {
    .product-form .product-form-control {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -ms-flex-pack: start;
          justify-content: flex-start;
      max-width: 255px; }
      .product-form .product-form-control .counter-area {
        margin-right: 20px; }
      .product-form .product-form-control button {
        margin-right: 0; } }

/*===> End Product form <===*/
/*===> Begin Counter area <===*/
.counter-area {
  position: relative;
  max-width: 70px; }
  .counter-area .counter-button {
    position: absolute;
    top: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    width: 20px;
    height: 100%;
    font-weight: 500;
    font-size: 15px;
    color: #9d9d9d;
    cursor: pointer;
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Chrome/Safari/Opera */
    /* Konqueror */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently
		                                  not supported by any browser */ }
    .counter-area .counter-button:hover {
      color: #769fcd; }
    .counter-area .counter-button.minus {
      left: 0; }
    .counter-area .counter-button.plus {
      right: 0; }
  .counter-area input {
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    color: #222222; }

/*===> End Counter area <===*/
/*===> Begin Reviews form <===*/
.reviews-form h4, .reviews-form .h4 {
  font-weight: 500; }
  @media (max-width: 4096px) {
    .reviews-form h4, .reviews-form .h4 {
      margin-bottom: 15px; } }
  @media (max-width: 1600px) {
    .reviews-form h4, .reviews-form .h4 {
      margin-bottom: 15px; } }
  @media (max-width: 1440px) {
    .reviews-form h4, .reviews-form .h4 {
      margin-bottom: 15px; } }
  @media (max-width: 1199px) {
    .reviews-form h4, .reviews-form .h4 {
      margin-bottom: 15px; } }
  @media (max-width: 991px) {
    .reviews-form h4, .reviews-form .h4 {
      margin-bottom: 10px; } }
  @media (max-width: 767px) {
    .reviews-form h4, .reviews-form .h4 {
      margin-bottom: 10px; } }
  @media (max-width: 480px) {
    .reviews-form h4, .reviews-form .h4 {
      margin-bottom: 10px; } }

.reviews-form > p {
  font-weight: 500; }
  @media (max-width: 4096px) {
    .reviews-form > p {
      margin-bottom: 30px; } }
  @media (max-width: 1600px) {
    .reviews-form > p {
      margin-bottom: 30px; } }
  @media (max-width: 1440px) {
    .reviews-form > p {
      margin-bottom: 30px; } }
  @media (max-width: 1199px) {
    .reviews-form > p {
      margin-bottom: 30px; } }
  @media (max-width: 991px) {
    .reviews-form > p {
      margin-bottom: 25px; } }
  @media (max-width: 767px) {
    .reviews-form > p {
      margin-bottom: 25px; } }
  @media (max-width: 480px) {
    .reviews-form > p {
      margin-bottom: 20px; } }

.reviews-form .review-stars {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }
  @media (max-width: 4096px) {
    .reviews-form .review-stars {
      margin-bottom: 20px; } }
  @media (max-width: 1600px) {
    .reviews-form .review-stars {
      margin-bottom: 20px; } }
  @media (max-width: 1440px) {
    .reviews-form .review-stars {
      margin-bottom: 20px; } }
  @media (max-width: 1199px) {
    .reviews-form .review-stars {
      margin-bottom: 20px; } }
  @media (max-width: 991px) {
    .reviews-form .review-stars {
      margin-bottom: 15px; } }
  @media (max-width: 767px) {
    .reviews-form .review-stars {
      margin-bottom: 15px; } }
  @media (max-width: 480px) {
    .reviews-form .review-stars {
      margin-bottom: 15px; } }
  .reviews-form .review-stars p {
    margin-right: 5px;
    margin-bottom: 0 !important;
    font-weight: 500;
    text-transform: uppercase; }

.reviews-form .input-columns {
  display: -ms-flexbox;
  display: flex;
  margin-left: -15px;
  margin-right: -15px; }
  .reviews-form .input-columns .input-columns__item {
    -ms-flex-positive: 1;
        flex-grow: 1;
    padding: 0 15px; }

.reviews-form textarea {
  height: 130px; }

@media (max-width: 480px) {
  .reviews-form .input-columns {
    -ms-flex-direction: column;
        flex-direction: column; } }

/*===> End Reviews form <===*/
/*===> START COMPONENT RAITING <===*/
.review-stars-input {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
  -ms-flex-pack: end;
      justify-content: flex-end; }
  .review-stars-input input {
    position: absolute;
    top: 0;
    z-index: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0; }
    .review-stars-input input:checked ~ label .mdi:last-child {
      -ms-transform: scale(1);
          transform: scale(1); }
  .review-stars-input label {
    position: relative;
    z-index: 1;
    margin: 0;
    width: 18px;
    height: 24px;
    margin-right: 2px;
    font-size: 18px;
    transition: all .3s;
    cursor: pointer; }
    .review-stars-input label:hover .mdi:last-child,
    .review-stars-input label:hover ~ label .mdi:last-child {
      -ms-transform: scale(1);
          transform: scale(1); }
    .review-stars-input label .mdi {
      position: absolute; }
      .review-stars-input label .mdi:first-child {
        z-index: 3;
        color: #dddddd; }
      .review-stars-input label .mdi:last-child {
        z-index: 5;
        color: #769fcd;
        -ms-transform: scale(0);
            transform: scale(0);
        transition: all .2s; }
  .review-stars-input #star-0,
  .review-stars-input #star-1,
  .review-stars-input #star-3,
  .review-stars-input #star-4,
  .review-stars-input #star-5 {
    width: 0;
    height: 0; }

/*===> END COMPONENT RAITING <===*/
/*===> Begin Checkout form <===*/
.checkout-form {
  display: -ms-flexbox;
  display: flex;
  margin-left: -15px;
  margin-right: -15px; }
  @media (max-width: 4096px) {
    .checkout-form {
      padding-top: 40px; } }
  @media (max-width: 1600px) {
    .checkout-form {
      padding-top: 40px; } }
  @media (max-width: 1440px) {
    .checkout-form {
      padding-top: 40px; } }
  @media (max-width: 1199px) {
    .checkout-form {
      padding-top: 40px; } }
  @media (max-width: 991px) {
    .checkout-form {
      padding-top: 35px; } }
  @media (max-width: 767px) {
    .checkout-form {
      padding-top: 35px; } }
  @media (max-width: 480px) {
    .checkout-form {
      padding-top: 30px; } }
  .checkout-form .order-info {
    width: 33.33%;
    padding-left: 15px;
    padding-right: 15px; }
    @media (max-width: 4096px) {
      .checkout-form .order-info {
        padding-bottom: 40px; } }
    @media (max-width: 1600px) {
      .checkout-form .order-info {
        padding-bottom: 40px; } }
    @media (max-width: 1440px) {
      .checkout-form .order-info {
        padding-bottom: 40px; } }
    @media (max-width: 1199px) {
      .checkout-form .order-info {
        padding-bottom: 40px; } }
    @media (max-width: 991px) {
      .checkout-form .order-info {
        padding-bottom: 35px; } }
    @media (max-width: 767px) {
      .checkout-form .order-info {
        padding-bottom: 35px; } }
    @media (max-width: 480px) {
      .checkout-form .order-info {
        padding-bottom: 30px; } }
  .checkout-form .user-info {
    width: 66.66%;
    padding-left: 15px;
    padding-right: 15px; }
    @media (max-width: 4096px) {
      .checkout-form .user-info {
        padding-bottom: 40px; } }
    @media (max-width: 1600px) {
      .checkout-form .user-info {
        padding-bottom: 40px; } }
    @media (max-width: 1440px) {
      .checkout-form .user-info {
        padding-bottom: 40px; } }
    @media (max-width: 1199px) {
      .checkout-form .user-info {
        padding-bottom: 40px; } }
    @media (max-width: 991px) {
      .checkout-form .user-info {
        padding-bottom: 35px; } }
    @media (max-width: 767px) {
      .checkout-form .user-info {
        padding-bottom: 35px; } }
    @media (max-width: 480px) {
      .checkout-form .user-info {
        padding-bottom: 30px; } }
    @media (max-width: 4096px) {
      .checkout-form .user-info input {
        margin-bottom: 20px; } }
    @media (max-width: 1600px) {
      .checkout-form .user-info input {
        margin-bottom: 20px; } }
    @media (max-width: 1440px) {
      .checkout-form .user-info input {
        margin-bottom: 20px; } }
    @media (max-width: 1199px) {
      .checkout-form .user-info input {
        margin-bottom: 20px; } }
    @media (max-width: 991px) {
      .checkout-form .user-info input {
        margin-bottom: 15px; } }
    @media (max-width: 767px) {
      .checkout-form .user-info input {
        margin-bottom: 15px; } }
    @media (max-width: 480px) {
      .checkout-form .user-info input {
        margin-bottom: 15px; } }
    .checkout-form .user-info .row-input {
      display: -ms-flexbox;
      display: flex;
      margin-left: -15px;
      margin-right: -15px; }
      .checkout-form .user-info .row-input .input-wrap {
        width: 50%;
        padding: 0 15px; }
    .checkout-form .user-info .agree {
      position: relative;
      margin-top: 10px; }
      .checkout-form .user-info .agree input {
        position: absolute;
        top: 50%;
        left: 0;
        width: 1px;
        height: 1px;
        opacity: 0; }
        .checkout-form .user-info .agree input:checked + label::before {
          opacity: 1; }
      .checkout-form .user-info .agree label {
        position: relative;
        display: block;
        width: 100%;
        margin-bottom: 10px;
        padding-left: 20px;
        font-family: "Nunito", sans-serif;
        font-size: 15px;
        font-weight: 500;
        color: #222222;
        cursor: pointer; }
        .checkout-form .user-info .agree label:last-child {
          margin-bottom: 0; }
        .checkout-form .user-info .agree label::after {
          content: '';
          position: absolute;
          top: 50%;
          left: 0;
          width: 12px;
          height: 12px;
          margin-top: -6px;
          border: 1px solid #9d9d9d;
          border-radius: 50%; }
        .checkout-form .user-info .agree label::before {
          content: '';
          position: absolute;
          top: 50%;
          left: 3px;
          width: 6px;
          height: 6px;
          border-radius: 50%;
          background: #9d9d9d;
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
          opacity: 0; }
  @media (max-width: 1199px) {
    .checkout-form .order-info {
      width: 40%; }
    .checkout-form .user-info {
      width: 60%; } }
  @media (max-width: 991px) {
    .checkout-form .order-info {
      width: 50%; }
    .checkout-form .user-info {
      width: 50%; }
      .checkout-form .user-info .row-input {
        -ms-flex-direction: column;
            flex-direction: column; }
        .checkout-form .user-info .row-input .input-wrap {
          width: 100%; } }
  @media (max-width: 767px) {
    .checkout-form {
      -ms-flex-direction: column;
          flex-direction: column; }
      .checkout-form .order-info {
        width: 100%; }
      .checkout-form .user-info {
        width: 100%; } }

/*===> End Checkout form <===*/
/*===> START VIDEO-POPUP STYLE<===*/
.video-popup {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100%; }
  .video-popup .inner-popup {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 100;
    width: 100%;
    max-width: 800px;
    height: 100%;
    max-height: 480px;
    padding-top: 25px;
    padding-bottom: 25px;
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
    .video-popup .inner-popup .close_popup-video {
      position: absolute;
      top: 0;
      right: 0;
      z-index: 10;
      font-size: 22px;
      color: #fff;
      cursor: pointer; }
    .video-popup .inner-popup iframe {
      width: 100%;
      height: 100%;
      border: none; }
  .video-popup .video-bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); }
  @media (max-width: 991px) {
    .video-popup .inner-popup {
      max-width: 650px;
      max-height: 380px; } }
  @media (max-width: 767px) {
    .video-popup .inner-popup {
      max-width: 450px;
      max-height: 300px; } }
  @media (max-width: 480px) {
    .video-popup .inner-popup {
      max-width: 320px;
      max-height: 200px; } }

/*===> END VIDEO-POPUP STYLE<===*/
/*===> Begin Newsletter form <===*/
.newsletter-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border-bottom: 1px solid #9d9d9d; }
  .newsletter-form input {
    width: 100%;
    margin-bottom: 0;
    padding-left: 0;
    background-color: transparent;
    border: none; }
  .newsletter-form button {
    min-width: 0;
    padding-right: 0;
    background-color: transparent;
    color: #474a56; }
    .newsletter-form button:hover {
      color: #fff; }

/*===> End Newsletter form <===*/
/*===> Begin Preloader <===*/
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  background: #fff; }
  .preloader .preloader-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    height: 100vh;
    overflow: hidden; }
  .preloader .item-1 {
    width: 100px;
    height: 100px;
    position: absolute;
    animation: right-1 4s infinite cubic-bezier(0, 0, 0.49, 1.02);
    animation-delay: 100ms;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center; }

@keyframes right-1 {
  10% {
    transform: rotate(250deg) translate(0, 0px); }
  50%, 65% {
    transform: rotate(250deg) translateX(-100px); }
  100% {
    transform: rotate(250deg) translate(0, 0px); } }
    .preloader .item-1 > * {
      width: 20px;
      height: 20px;
      background: #F583A1;
      border-radius: 50%;
      background-color: #E8DDB5; }
  .preloader .item-2 {
    width: 100px;
    height: 100px;
    position: absolute;
    animation: right-2 4s infinite cubic-bezier(0, 0, 0.49, 1.02);
    animation-delay: 200ms;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center; }

@keyframes right-2 {
  10% {
    transform: rotate(375deg) translate(0, 0px); }
  50%, 65% {
    transform: rotate(375deg) translateX(-100px); }
  100% {
    transform: rotate(375deg) translate(0, 0px); } }
    .preloader .item-2 > * {
      width: 20px;
      height: 20px;
      background: #F583A1;
      border-radius: 50%;
      background-color: #E8DDB5; }
  .preloader .item-3 {
    width: 100px;
    height: 100px;
    position: absolute;
    animation: right-3 4s infinite cubic-bezier(0, 0, 0.49, 1.02);
    animation-delay: 300ms;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center; }

@keyframes right-3 {
  10% {
    transform: rotate(500deg) translate(0, 0px); }
  50%, 65% {
    transform: rotate(500deg) translateX(-100px); }
  100% {
    transform: rotate(500deg) translate(0, 0px); } }
    .preloader .item-3 > * {
      width: 20px;
      height: 20px;
      background: #F583A1;
      border-radius: 50%;
      background-color: #E8DDB5; }
  .preloader .item-4 {
    width: 100px;
    height: 100px;
    position: absolute;
    animation: right-4 4s infinite cubic-bezier(0, 0, 0.49, 1.02);
    animation-delay: 400ms;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center; }

@keyframes right-4 {
  10% {
    transform: rotate(625deg) translate(0, 0px); }
  50%, 65% {
    transform: rotate(625deg) translateX(-100px); }
  100% {
    transform: rotate(625deg) translate(0, 0px); } }
    .preloader .item-4 > * {
      width: 20px;
      height: 20px;
      background: #F583A1;
      border-radius: 50%;
      background-color: #B2C9AB; }
  .preloader .item-5 {
    width: 100px;
    height: 100px;
    position: absolute;
    animation: right-5 4s infinite cubic-bezier(0, 0, 0.49, 1.02);
    animation-delay: 500ms;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center; }

@keyframes right-5 {
  10% {
    transform: rotate(750deg) translate(0, 0px); }
  50%, 65% {
    transform: rotate(750deg) translateX(-100px); }
  100% {
    transform: rotate(750deg) translate(0, 0px); } }
    .preloader .item-5 > * {
      width: 20px;
      height: 20px;
      background: #F583A1;
      border-radius: 50%;
      background-color: #B2C9AB; }
  .preloader .item-6 {
    width: 100px;
    height: 100px;
    position: absolute;
    animation: right-6 4s infinite cubic-bezier(0, 0, 0.49, 1.02);
    animation-delay: 600ms;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center; }

@keyframes right-6 {
  10% {
    transform: rotate(875deg) translate(0, 0px); }
  50%, 65% {
    transform: rotate(875deg) translateX(-100px); }
  100% {
    transform: rotate(875deg) translate(0, 0px); } }
    .preloader .item-6 > * {
      width: 20px;
      height: 20px;
      background: #F583A1;
      border-radius: 50%;
      background-color: #B2C9AB; }
  .preloader .item-7 {
    width: 100px;
    height: 100px;
    position: absolute;
    animation: right-7 4s infinite cubic-bezier(0, 0, 0.49, 1.02);
    animation-delay: 700ms;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center; }

@keyframes right-7 {
  10% {
    transform: rotate(1000deg) translate(0, 0px); }
  50%, 65% {
    transform: rotate(1000deg) translateX(-100px); }
  100% {
    transform: rotate(1000deg) translate(0, 0px); } }
    .preloader .item-7 > * {
      width: 20px;
      height: 20px;
      background: #F583A1;
      border-radius: 50%;
      background-color: #92B6B1; }
  .preloader .item-8 {
    width: 100px;
    height: 100px;
    position: absolute;
    animation: right-8 4s infinite cubic-bezier(0, 0, 0.49, 1.02);
    animation-delay: 800ms;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center; }

@keyframes right-8 {
  10% {
    transform: rotate(1125deg) translate(0, 0px); }
  50%, 65% {
    transform: rotate(1125deg) translateX(-100px); }
  100% {
    transform: rotate(1125deg) translate(0, 0px); } }
    .preloader .item-8 > * {
      width: 20px;
      height: 20px;
      background: #F583A1;
      border-radius: 50%;
      background-color: #92B6B1; }
  .preloader .item-9 {
    width: 100px;
    height: 100px;
    position: absolute;
    animation: right-9 4s infinite cubic-bezier(0, 0, 0.49, 1.02);
    animation-delay: 900ms;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center; }

@keyframes right-9 {
  10% {
    transform: rotate(1250deg) translate(0, 0px); }
  50%, 65% {
    transform: rotate(1250deg) translateX(-100px); }
  100% {
    transform: rotate(1250deg) translate(0, 0px); } }
    .preloader .item-9 > * {
      width: 20px;
      height: 20px;
      background: #F583A1;
      border-radius: 50%;
      background-color: #92B6B1; }

/*===> End Preloader <===*/
/*===> Begin Back top <===*/
.back-top {
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 400;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  width: 60px;
  height: 60px;
  background: #b9d7ea;
  cursor: pointer;
  transition: all .3s;
  opacity: 0;
  visibility: hidden; }
  .back-top:hover {
    background: #769fcd;
    color: #fff; }
  .back-top.show-btn {
    opacity: 1;
    visibility: visible; }
  .back-top p {
    margin-bottom: -3px;
    font-family: "Josefin Sans", sans-serif;
    font-weight: 500;
    font-size: 18px;
    text-transform: uppercase;
    color: #222831; }
  @media (max-width: 480px) {
    .back-top {
      bottom: 15px;
      right: 15px;
      width: 45px;
      height: 45px; }
      .back-top p {
        font-size: 16px; } }

/*===> End Back top <===*/
/*===> Begin Header <===*/
header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  height: 100px;
  background: #fff;
  transition: transform .3s; }
  header.is-scroll {
    position: fixed;
    top: -84px;
    left: 0;
    width: 100%;
    height: 84px;
    z-index: 100;
    margin-top: -1px;
    background: #fff;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15);
    -ms-transform: translateY(100%);
        transform: translateY(100%); }
    header.is-scroll .main-navigation > ul > li > a, header.is-scroll .main-navigation > ul > li > p {
      padding: 30px 0; }
    header.is-scroll .main-navigation > ul > li > a.active::after, header.is-scroll .main-navigation > ul > li > p.active::after {
      height: 20px; }
    header.is-scroll .header-cart {
      height: 84px; }
  header .main-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between; }
    header .main-header .main-header_logo .main-header_logo_link {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      height: 100%;
      padding: 0 38px;
      background: #d6e6f2;
      transition: background .2s; }
      header .main-header .main-header_logo .main-header_logo_link a {
        transition: all 0s; }
      header .main-header .main-header_logo .main-header_logo_link img {
        height: 23px; }
    header .main-header .humburger-wrap {
      display: none; }
  @media (max-width: 991px) {
    header .main-header {
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
      background: #bedfed; }
      header .main-header .humburger-wrap {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        -ms-flex-pack: center;
            justify-content: center;
        width: 120px;
        background: #bedfed; }
        .main-header_logo {
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    top: 15px;}}
  @media (max-width: 480px) {
    header {
      height: 70px; }
      header.is-scroll {
        top: -70px;
        height: 70px; }
        header.is-scroll .main-navigation > ul > li > a, header.is-scroll .main-navigation > ul > li > p {
          padding: 30px 0; }
        header.is-scroll .main-navigation > ul > li > a.active::after, header.is-scroll .main-navigation > ul > li > p.active::after {
          height: 20px; }
        header.is-scroll .header-cart {
          height: 82px; }
        header .main-header .humburger-wrap {
          width: 80px; }
        header .main-header .main-header_logo .main-header_logo_link {
          padding: 0 20px; }
        header .main-header .header-cart {
          min-width: 70px;
          width: 70px;
          height: 70px; }
          header .main-header .header-cart .cart-count {
            width: 45px;
            height: 40px; }
            header .main-header .header-cart .cart-count span {
              font-size: 30px; } }

/*===> End Header <===*/
/*===> Begin Main navigation <===*/
.main-navigation {
  width: 100%;
  max-width: 810px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }
  .main-navigation .close-wrap {
    display: none; }
  .main-navigation > ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    width: 100%;
    margin-right: 100px;
    margin-bottom: 0; }
    .main-navigation > ul > li.toggle-menu > a span, .main-navigation > ul > li.toggle-menu > p span {
      display: none; }
    .main-navigation > ul > li:nth-child(n+4) ul {
      left: auto;
      right: 0; }
      .main-navigation > ul > li:nth-child(n+4) ul ul {
        left: auto;
        right: 100%; }
    .main-navigation > ul > li > a, .main-navigation > ul > li > p {
      position: relative;
      margin-bottom: 0;
      padding: 39px 0;
      font-family: "Josefin Sans", sans-serif;
      font-size: 13px;
      font-weight: 500;
      letter-spacing: 2px;
      color: #222831;
      transition: color .3s; }
      .main-navigation > ul > li > a.active::after, .main-navigation > ul > li > p.active::after {
        content: '';
        position: absolute;
        top: 0;
        left: 50%;
        height: 30px;
        width: 1px;
        background: #769fcd; }
  .main-navigation ul li {
    padding-left: 0; }
    .main-navigation ul li::after {
      display: none; }
    .main-navigation ul li.toggle-menu:hover > ul {
      visibility: visible;
      opacity: 1;
      -ms-transform: translateY(0);
          transform: translateY(0); }
    .main-navigation ul li a:hover, .main-navigation ul li p:hover {
      color: #769fcd; }
    .main-navigation ul li a.active, .main-navigation ul li p.active {
      color: #769fcd; }
    .main-navigation ul li > ul {
      box-shadow: 0 0 16px rgba(0, 0, 0, 0.02); }
    .main-navigation ul li ul {
      position: absolute;
      width: 220px;
      left: 0;
      top: 90%;
      padding: 5px;
      background: #fff;
      -ms-transform: translateY(40px);
          transform: translateY(40px);
      opacity: 0;
      visibility: hidden;
      transition: all .3s; }
      .main-navigation ul li ul li:last-child a, .main-navigation ul li ul li:last-child p {
        margin-bottom: 0;
        border-bottom: none; }
      .main-navigation ul li ul li.toggle-menu:hover > a, .main-navigation ul li ul li.toggle-menu:hover > p {
        color: #769fcd; }
        .main-navigation ul li ul li.toggle-menu:hover > a span, .main-navigation ul li ul li.toggle-menu:hover > p span {
          color: #769fcd;
          -ms-transform: rotate(180deg);
              transform: rotate(180deg); }
      .main-navigation ul li ul li.toggle-menu a, .main-navigation ul li ul li.toggle-menu p {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        -ms-flex-pack: justify;
            justify-content: space-between; }
        .main-navigation ul li ul li.toggle-menu a span, .main-navigation ul li ul li.toggle-menu p span {
          line-height: 1em;
          color: #222831;
          font-size: 16px;
          transition: all .3s; }
      .main-navigation ul li ul li a, .main-navigation ul li ul li p {
        display: block;
        margin-bottom: 0;
        padding: 10px 5px;
        border-bottom: 1px dashed #dddddd;
        font-family: "Josefin Sans", sans-serif;
        font-weight: 500;
        font-size: 16px;
        letter-spacing: 1px;
        color: #000; }
      .main-navigation ul li ul ul {
        top: -5px;
        left: 100%; }
  .main-navigation .header-search {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    height: 100%; }
    .main-navigation .header-search.show-search .header-search-form {
      visibility: visible;
      -ms-transform: translateX(0);
          transform: translateX(0);
      opacity: 1; }
    .main-navigation .header-search.show-search > span:nth-child(1) {
      display: none; }
    .main-navigation .header-search.show-search > span:nth-child(2) {
      display: block; }
    .main-navigation .header-search > span:nth-child(2) {
      display: none; }
    .main-navigation .header-search span {
      font-size: 22px;
      color: #222831;
      cursor: pointer; }
  @media (max-width: 1199px) {
    .main-navigation {
      max-width: 600px; }
      .main-navigation > ul {
        margin-right: 35px; } }
  @media (max-width: 991px) {
    .main-navigation {
      position: fixed;
      top: 65px;
      left: 0;
      z-index: 1000;
      display: block;
      width: 100%;
      max-width: none;
      height: 100%;
      min-height: 100vh;
      height: 100vh;
      overflow: auto;
      background: #fff;
      visibility: hidden;
      opacity: 0;
      -ms-transform: scale(0.8);
          transform: scale(0.8);
      transition: all .3s; }
      .main-navigation.show-nav {
        opacity: 1;
        visibility: visible;
        -ms-transform: scale(1);
            transform: scale(1); }
        .main-navigation.show-nav * {
          -ms-transform: scale(1);
              transform: scale(1); }
      .main-navigation * {
        -ms-transform: scale(0);
            transform: scale(0); }
      .main-navigation .header-search {
        height: auto;
        padding: 0 15px; }
        .main-navigation .header-search > .mdi {
          display: none; }
      .main-navigation .close-wrap {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        -ms-flex-pack: justify;
            justify-content: space-between;
        width: 100%;
        min-height: 45px;
        padding: 10px 20px;
        background: #fff; }
        .main-navigation .close-wrap p {
          margin-bottom: 0;
          font-family: "Josefin Sans", sans-serif;
          font-size: 20px; }
        .main-navigation .close-wrap span {
          font-size: 22px;
          line-height: 1em; }
        .main-navigation .close-wrap .close-nav {
          margin-left: auto; }
      .main-navigation > ul {
        margin: 0;
        padding-left: 20px;
        -ms-flex-direction: column;
            flex-direction: column; }
        .main-navigation > ul > li.toggle-menu > a, .main-navigation > ul > li.toggle-menu > p {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-align: center;
              align-items: center;
          -ms-flex-pack: justify;
              justify-content: space-between; }
          .main-navigation > ul > li.toggle-menu > a span, .main-navigation > ul > li.toggle-menu > p span {
            display: inline-block;
            transition: all .3s; }
        .main-navigation > ul > li.toggle-menu.show > a, .main-navigation > ul > li.toggle-menu.show > p {
          color: #769fcd; }
          .main-navigation > ul > li.toggle-menu.show > a span, .main-navigation > ul > li.toggle-menu.show > p span {
            -ms-transform: rotate(180deg);
                transform: rotate(180deg); }
        .main-navigation > ul > li > a, .main-navigation > ul > li > p {
          position: relative;
          margin-bottom: 0;
          padding: 15px 20px 15px 0px !important; }
          .main-navigation > ul > li > a.active, .main-navigation > ul > li > p.active {
            padding-left: 25px !important; }
            .main-navigation > ul > li > a.active::after, .main-navigation > ul > li > p.active::after {
              top: 50%;
              left: -20px;
              width: 30px !important;
              height: 1px !important;
              -ms-transform: translateY(-4px);
                  transform: translateY(-4px); }
      .main-navigation ul li a, .main-navigation ul li p {
        display: block;
        width: 100%; }
      .main-navigation ul li > ul {
        box-shadow: none; }
      .main-navigation ul li ul {
        position: static;
        width: 100%;
        display: none;
        padding: 0px 20px 0px 15px;
        background: #fff;
        border-bottom: 1px dashed #dddddd;
        -ms-transform: translateY(0);
            transform: translateY(0);
        opacity: 1;
        visibility: visible;
        transition: all 0s; }
        .main-navigation ul li ul li.toggle-menu:hover > a, .main-navigation ul li ul li.toggle-menu:hover > p {
          color: #769fcd; }
          .main-navigation ul li ul li.toggle-menu:hover > a span, .main-navigation ul li ul li.toggle-menu:hover > p span {
            color: #769fcd;
            -ms-transform: rotate(90deg);
                transform: rotate(90deg); }
        .main-navigation ul li ul li.toggle-menu.show > a, .main-navigation ul li ul li.toggle-menu.show > p {
          color: #769fcd; }
          .main-navigation ul li ul li.toggle-menu.show > a span, .main-navigation ul li ul li.toggle-menu.show > p span {
            color: #769fcd;
            -ms-transform: rotate(270deg);
                transform: rotate(270deg); }
        .main-navigation ul li ul li.toggle-menu a, .main-navigation ul li ul li.toggle-menu p {
          position: relative;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-align: center;
              align-items: center;
          -ms-flex-pack: justify;
              justify-content: space-between; }
          .main-navigation ul li ul li.toggle-menu a span, .main-navigation ul li ul li.toggle-menu p span {
            position: absolute;
            top: 0;
            right: 0;
            z-index: 10;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-align: center;
                align-items: center;
            -ms-flex-pack: center;
                justify-content: center;
            width: 30px;
            height: 100%;
            font-size: 22px;
            line-height: 1em;
            color: #222831;
            transition: all .3s;
            -ms-transform: rotate(90deg);
                transform: rotate(90deg); }
        .main-navigation ul li ul li a, .main-navigation ul li ul li p {
          display: block;
          margin-bottom: 0;
          padding: 10px 5px;
          border-bottom: 1px dashed #dddddd;
          font-family: "Josefin Sans", sans-serif;
          font-weight: 500;
          font-size: 16px;
          letter-spacing: 1px;
          color: #000; }
        .main-navigation ul li ul ul {
          top: -5px;
          left: 100%;
          padding-right: 0;
          padding-left: 15px; } }

/*===> End Main navigation <===*/
/*===> Begin Typography content <===*/
@media (max-width: 4096px) {
  .typography-content {
    padding-top: 40px; } }

@media (max-width: 1600px) {
  .typography-content {
    padding-top: 40px; } }

@media (max-width: 1440px) {
  .typography-content {
    padding-top: 40px; } }

@media (max-width: 1199px) {
  .typography-content {
    padding-top: 40px; } }

@media (max-width: 991px) {
  .typography-content {
    padding-top: 35px; } }

@media (max-width: 767px) {
  .typography-content {
    padding-top: 35px; } }

@media (max-width: 480px) {
  .typography-content {
    padding-top: 30px; } }

@media (max-width: 4096px) {
  .typography-content {
    padding-bottom: 40px; } }

@media (max-width: 1600px) {
  .typography-content {
    padding-bottom: 40px; } }

@media (max-width: 1440px) {
  .typography-content {
    padding-bottom: 40px; } }

@media (max-width: 1199px) {
  .typography-content {
    padding-bottom: 40px; } }

@media (max-width: 991px) {
  .typography-content {
    padding-bottom: 35px; } }

@media (max-width: 767px) {
  .typography-content {
    padding-bottom: 35px; } }

@media (max-width: 480px) {
  .typography-content {
    padding-bottom: 30px; } }

.typography-content .list-preview {
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 4096px) {
    .typography-content .list-preview {
      padding-top: 40px; } }
  @media (max-width: 1600px) {
    .typography-content .list-preview {
      padding-top: 40px; } }
  @media (max-width: 1440px) {
    .typography-content .list-preview {
      padding-top: 40px; } }
  @media (max-width: 1199px) {
    .typography-content .list-preview {
      padding-top: 40px; } }
  @media (max-width: 991px) {
    .typography-content .list-preview {
      padding-top: 35px; } }
  @media (max-width: 767px) {
    .typography-content .list-preview {
      padding-top: 35px; } }
  @media (max-width: 480px) {
    .typography-content .list-preview {
      padding-top: 30px; } }
  @media (max-width: 4096px) {
    .typography-content .list-preview {
      padding-bottom: 40px; } }
  @media (max-width: 1600px) {
    .typography-content .list-preview {
      padding-bottom: 40px; } }
  @media (max-width: 1440px) {
    .typography-content .list-preview {
      padding-bottom: 40px; } }
  @media (max-width: 1199px) {
    .typography-content .list-preview {
      padding-bottom: 40px; } }
  @media (max-width: 991px) {
    .typography-content .list-preview {
      padding-bottom: 35px; } }
  @media (max-width: 767px) {
    .typography-content .list-preview {
      padding-bottom: 35px; } }
  @media (max-width: 480px) {
    .typography-content .list-preview {
      padding-bottom: 30px; } }
  .typography-content .list-preview .list-preview__item {
    width: 50%; }
    .typography-content .list-preview .list-preview__item > ol {
      margin-right: 30px; }
    .typography-content .list-preview .list-preview__item > ol, .typography-content .list-preview .list-preview__item > ul {
      margin-bottom: 0; }

@media (max-width: 4096px) {
  .typography-content .text-preview {
    padding-top: 40px; } }

@media (max-width: 1600px) {
  .typography-content .text-preview {
    padding-top: 40px; } }

@media (max-width: 1440px) {
  .typography-content .text-preview {
    padding-top: 40px; } }

@media (max-width: 1199px) {
  .typography-content .text-preview {
    padding-top: 40px; } }

@media (max-width: 991px) {
  .typography-content .text-preview {
    padding-top: 35px; } }

@media (max-width: 767px) {
  .typography-content .text-preview {
    padding-top: 35px; } }

@media (max-width: 480px) {
  .typography-content .text-preview {
    padding-top: 30px; } }

@media (max-width: 4096px) {
  .typography-content .text-preview {
    padding-bottom: 40px; } }

@media (max-width: 1600px) {
  .typography-content .text-preview {
    padding-bottom: 40px; } }

@media (max-width: 1440px) {
  .typography-content .text-preview {
    padding-bottom: 40px; } }

@media (max-width: 1199px) {
  .typography-content .text-preview {
    padding-bottom: 40px; } }

@media (max-width: 991px) {
  .typography-content .text-preview {
    padding-bottom: 35px; } }

@media (max-width: 767px) {
  .typography-content .text-preview {
    padding-bottom: 35px; } }

@media (max-width: 480px) {
  .typography-content .text-preview {
    padding-bottom: 30px; } }

.typography-content .text-preview *:last-child {
  margin-bottom: 0; }

@media (max-width: 4096px) {
  .typography-content .blockquote-preview {
    padding-top: 40px; } }

@media (max-width: 1600px) {
  .typography-content .blockquote-preview {
    padding-top: 40px; } }

@media (max-width: 1440px) {
  .typography-content .blockquote-preview {
    padding-top: 40px; } }

@media (max-width: 1199px) {
  .typography-content .blockquote-preview {
    padding-top: 40px; } }

@media (max-width: 991px) {
  .typography-content .blockquote-preview {
    padding-top: 35px; } }

@media (max-width: 767px) {
  .typography-content .blockquote-preview {
    padding-top: 35px; } }

@media (max-width: 480px) {
  .typography-content .blockquote-preview {
    padding-top: 30px; } }

@media (max-width: 4096px) {
  .typography-content .blockquote-preview {
    padding-bottom: 40px; } }

@media (max-width: 1600px) {
  .typography-content .blockquote-preview {
    padding-bottom: 40px; } }

@media (max-width: 1440px) {
  .typography-content .blockquote-preview {
    padding-bottom: 40px; } }

@media (max-width: 1199px) {
  .typography-content .blockquote-preview {
    padding-bottom: 40px; } }

@media (max-width: 991px) {
  .typography-content .blockquote-preview {
    padding-bottom: 35px; } }

@media (max-width: 767px) {
  .typography-content .blockquote-preview {
    padding-bottom: 35px; } }

@media (max-width: 480px) {
  .typography-content .blockquote-preview {
    padding-bottom: 30px; } }

.typography-content .blockquote-preview blockquote {
  margin-bottom: 0; }

@media (max-width: 4096px) {
  .typography-content .form-preview {
    padding-top: 40px; } }

@media (max-width: 1600px) {
  .typography-content .form-preview {
    padding-top: 40px; } }

@media (max-width: 1440px) {
  .typography-content .form-preview {
    padding-top: 40px; } }

@media (max-width: 1199px) {
  .typography-content .form-preview {
    padding-top: 40px; } }

@media (max-width: 991px) {
  .typography-content .form-preview {
    padding-top: 35px; } }

@media (max-width: 767px) {
  .typography-content .form-preview {
    padding-top: 35px; } }

@media (max-width: 480px) {
  .typography-content .form-preview {
    padding-top: 30px; } }

@media (max-width: 4096px) {
  .typography-content .form-preview {
    padding-bottom: 40px; } }

@media (max-width: 1600px) {
  .typography-content .form-preview {
    padding-bottom: 40px; } }

@media (max-width: 1440px) {
  .typography-content .form-preview {
    padding-bottom: 40px; } }

@media (max-width: 1199px) {
  .typography-content .form-preview {
    padding-bottom: 40px; } }

@media (max-width: 991px) {
  .typography-content .form-preview {
    padding-bottom: 35px; } }

@media (max-width: 767px) {
  .typography-content .form-preview {
    padding-bottom: 35px; } }

@media (max-width: 480px) {
  .typography-content .form-preview {
    padding-bottom: 30px; } }

@media (max-width: 767px) {
  .typography-content .list-preview {
    -ms-flex-direction: column;
        flex-direction: column; }
    .typography-content .list-preview .list-preview__item {
      width: 100%; }
      .typography-content .list-preview .list-preview__item > ol {
        margin-right: 0;
        margin-bottom: 30px; } }

/*===> End Typography content <===*/
/*===> Begin Header cart <===*/
.header-cart {
  position: relative;
  width: 120px;
  min-width: 120px;
  height: 100px;
  background: #d6e6f2;
  cursor: pointer;
  transition: background .2s; }
  .header-cart:hover {
    background: #769fcd; }
  .header-cart .cart-count {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 44px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
        align-items: flex-end;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    .header-cart .cart-count span {
      font-size: 36px;
      color: #222831;
      line-height: 1em; }
    .header-cart .cart-count .cart-count_number {
      position: absolute;
      top: -4px;
      right: 0%;
      font-family: "Josefin Sans", sans-serif;
      font-weight: 500;
      font-size: 14px; }

/*===> End Header cart <===*/
/*===> Begin Popup cart <===*/
.popup-cart {
  position: fixed;
  top: 0;
  right: 0%;
  width: 100%;
  z-index: 200;
  overflow: auto;
  max-width: 500px;
  height: 100%;
  padding: 40px 40px 0 40px;
  box-shadow: -5px 0 16px rgba(0, 0, 0, 0.02);
  background: #fff;
  cursor: default;
  transition: transform .3s;
  transition-timing-function: linear;
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0); }
  .popup-cart.show-popup-cart {
    -ms-transform: translate(0%, 0);
    transform: translate(0%, 0); }
  .popup-cart .popup-cart__head {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
    margin-bottom: 35px; }
    .popup-cart .popup-cart__head h2, .popup-cart .popup-cart__head .h2 {
      margin-bottom: 0; }
    .popup-cart .popup-cart__head span {
      font-size: 30px;
      color: #222222;
      cursor: pointer; }
  .popup-cart .popup-cart__content {
    margin-bottom: 30px; }
    .popup-cart .popup-cart__content .product-card-small {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
          justify-content: space-between;
      margin-bottom: 10px;
      padding-bottom: 10px;
      border-bottom: 1px dashed #dddddd; }
      .popup-cart .popup-cart__content .product-card-small:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: none; }
      .popup-cart .popup-cart__content .product-card-small > a {
        min-width: 125px;
        padding-right: 15px; }
      .popup-cart .popup-cart__content .product-card-small .product-card-small__content {
        width: 100%; }
        .popup-cart .popup-cart__content .product-card-small .product-card-small__content h5, .popup-cart .popup-cart__content .product-card-small .product-card-small__content .h5 {
          margin-bottom: 10px;
          line-height: 1.25em; }
        .popup-cart .popup-cart__content .product-card-small .product-card-small__content .product-card-small__info p {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-align: center;
              align-items: center;
          margin-bottom: 10px;
          font-weight: 600;
          line-height: 1.3em; }
          .popup-cart .popup-cart__content .product-card-small .product-card-small__content .product-card-small__info p:last-child {
            margin-bottom: 0; }
          .popup-cart .popup-cart__content .product-card-small .product-card-small__content .product-card-small__info p span {
            margin-left: 10px;
            font-weight: 500; }
          .popup-cart .popup-cart__content .product-card-small .product-card-small__content .product-card-small__info p .pink {
            display: inline-block;
            width: 14px;
            height: 14px;
            border-radius: 50%;
            background: #f0908a; }
      .popup-cart .popup-cart__content .product-card-small .product-card-small__price {
        min-width: 65px;
        padding-left: 10px;
        text-align: right; }
        .popup-cart .popup-cart__content .product-card-small .product-card-small__price .price {
          margin-bottom: 15px; }
        .popup-cart .popup-cart__content .product-card-small .product-card-small__price a {
          margin-right: 5px;
          font-size: 22px;
          color: #dddddd; }
        .popup-cart .popup-cart__content .product-card-small .product-card-small__price span {
          font-size: 22px; }
        .popup-cart .popup-cart__content .product-card-small .product-card-small__price .delete-product {
          color: #474a56;
          cursor: pointer; }
  .popup-cart .popup-cart__subtotal {
    margin-bottom: 30px; }
    .popup-cart .popup-cart__subtotal p {
      margin-bottom: 0;
      font-family: "Josefin Sans", sans-serif;
      font-weight: 500;
      font-size: 26px;
      text-align: right;
      color: #222831; }
      .popup-cart .popup-cart__subtotal p span {
        padding-left: 30px; }
  .popup-cart .popup-cart__buttons {
    margin-bottom: 40px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
        justify-content: flex-end; }
    .popup-cart .popup-cart__buttons .button:nth-child(1) {
      margin-right: 30px; }
  @media (max-width: 480px) {
    .popup-cart {
      padding-top: 25px;
      padding-left: 15px;
      padding-right: 15px; }
      .popup-cart .popup-cart__content .product-card-small {
        -ms-flex-direction: column;
            flex-direction: column;
        -ms-flex-align: center;
            align-items: center; }
        .popup-cart .popup-cart__content .product-card-small > a {
          margin-bottom: 15px;
          padding-right: 0;
          width: 110px; }
        .popup-cart .popup-cart__content .product-card-small .product-card-small__content {
          margin-bottom: 15px; }
          .popup-cart .popup-cart__content .product-card-small .product-card-small__content a {
            width: 100%; }
            .popup-cart .popup-cart__content .product-card-small .product-card-small__content a br {
              display: none; }
        .popup-cart .popup-cart__content .product-card-small .product-card-small__price {
          display: -ms-flexbox;
          display: flex;
          padding-left: 0;
          -ms-flex-pack: justify;
              justify-content: space-between;
          width: 100%; }
          .popup-cart .popup-cart__content .product-card-small .product-card-small__price .price {
            margin-bottom: 0; }
      .popup-cart .popup-cart__buttons {
        -ms-flex-direction: column;
            flex-direction: column;
        -ms-flex-align: center;
            align-items: center;
        margin-bottom: 25px; }
        .popup-cart .popup-cart__buttons .button {
          width: 100%;
          max-width: 320px; }
          .popup-cart .popup-cart__buttons .button:nth-child(1) {
            margin-right: 0px;
            margin-bottom: 20px; } }

/*===> End Popup cart <===*/
/*===> Begin Main sidebar <===*/
@media (max-width: 4096px) {
  .main-sidebar {
    padding-top: 40px; } }

@media (max-width: 1600px) {
  .main-sidebar {
    padding-top: 40px; } }

@media (max-width: 1440px) {
  .main-sidebar {
    padding-top: 40px; } }

@media (max-width: 1199px) {
  .main-sidebar {
    padding-top: 40px; } }

@media (max-width: 991px) {
  .main-sidebar {
    padding-top: 35px; } }

@media (max-width: 767px) {
  .main-sidebar {
    padding-top: 35px; } }

@media (max-width: 480px) {
  .main-sidebar {
    padding-top: 30px; } }

@media (max-width: 4096px) {
  .main-sidebar {
    padding-bottom: 40px; } }

@media (max-width: 1600px) {
  .main-sidebar {
    padding-bottom: 40px; } }

@media (max-width: 1440px) {
  .main-sidebar {
    padding-bottom: 40px; } }

@media (max-width: 1199px) {
  .main-sidebar {
    padding-bottom: 40px; } }

@media (max-width: 991px) {
  .main-sidebar {
    padding-bottom: 35px; } }

@media (max-width: 767px) {
  .main-sidebar {
    padding-bottom: 35px; } }

@media (max-width: 480px) {
  .main-sidebar {
    padding-bottom: 30px; } }

.main-sidebar h4, .main-sidebar .h4 {
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 5px;
  font-weight: 600; }
  .main-sidebar h4::after, .main-sidebar .h4::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 25px;
    height: 1px;
    background: #d6e6f2; }

.main-sidebar .main-sidebar-categories,
.main-sidebar .main-sidebar-archives,
.main-sidebar .main-sidebar-latest-post {
  margin-bottom: 20px;
  border-bottom: 1px solid #dddddd; }

.main-sidebar .main-sidebar-categories__list,
.main-sidebar .main-sidebar-archives__list {
  margin-bottom: 20px;
  padding-left: 0; }
  .main-sidebar .main-sidebar-categories__list li,
  .main-sidebar .main-sidebar-archives__list li {
    margin-bottom: 10px;
    padding-left: 0; }
    .main-sidebar .main-sidebar-categories__list li::after,
    .main-sidebar .main-sidebar-archives__list li::after {
      display: none; }
    .main-sidebar .main-sidebar-categories__list li:last-child,
    .main-sidebar .main-sidebar-archives__list li:last-child {
      margin-bottom: 0; }
    .main-sidebar .main-sidebar-categories__list li a,
    .main-sidebar .main-sidebar-archives__list li a {
      display: block;
      width: 100%;
      margin-bottom: 0;
      font-weight: 500;
      color: #222222; }
      .main-sidebar .main-sidebar-categories__list li a:hover,
      .main-sidebar .main-sidebar-archives__list li a:hover {
        color: #769fcd;
        text-indent: 5px; }
        .main-sidebar .main-sidebar-categories__list li a:hover span,
        .main-sidebar .main-sidebar-archives__list li a:hover span {
          color: #769fcd; }

.main-sidebar .main-sidebar-archives__list li a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between; }
  .main-sidebar .main-sidebar-archives__list li a span {
    color: #9d9d9d;
    font-weight: 500; }

.main-sidebar .latest-post-list {
  margin-bottom: 20px;
  padding-left: 0; }
  .main-sidebar .latest-post-list li {
    margin-bottom: 10px;
    padding-bottom: 10px;
    padding-left: 0;
    border-bottom: 1px dashed #dddddd; }
    .main-sidebar .latest-post-list li::after {
      display: none; }
    .main-sidebar .latest-post-list li:last-child {
      margin-bottom: 0;
      padding-bottom: 0;
      border-bottom: none; }

.main-sidebar .main-sidebar-tags__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: -10px;
  margin-right: -7px;
  margin-left: -7px; }
  .main-sidebar .main-sidebar-tags__list li {
    width: 50%;
    padding-right: 7px;
    padding-left: 7px; }
    .main-sidebar .main-sidebar-tags__list li::after {
      display: none; }
    .main-sidebar .main-sidebar-tags__list li a {
      display: block;
      width: 100%;
      margin-bottom: 10px;
      padding: 10px;
      border: 1px solid #dddddd;
      font-weight: 500;
      font-size: 15px;
      text-align: center;
      letter-spacing: 0.3px;
      color: #474a56; }
      .main-sidebar .main-sidebar-tags__list li a:hover {
        background: #769fcd;
        color: #fff; }

/*===> End Main sidebar <===*/
/*===> Begin Latest post <===*/
.latest-post {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }
  .latest-post > a {
    min-width: 98px;
    padding-right: 15px;
    margin-bottom: 0; }
  .latest-post .latest-post__desc {
    width: 100%; }
    .latest-post .latest-post__desc h5, .latest-post .latest-post__desc .h5 {
      margin-bottom: 10px;
      line-height: 1.2em; }
    .latest-post .latest-post__desc time {
      display: block;
      font-family: "Josefin Sans", sans-serif;
      font-weight: 500;
      font-size: 14px;
      text-transform: uppercase;
      color: #9d9d9d; }

/*===> End Latest post <===*/
/*===> Begin Page name <===*/
.page-name {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  min-height: 400px;
  padding: 80px 0;
  background: url(../img/page-name.jpg) no-repeat;
  background-size: cover;
  background-attachment: fixed; }
  .page-name::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.6); }
  .page-name .container {
    position: relative;
    z-index: 2; }
  .page-name h1, .page-name .h1 {
    margin-bottom: 5px;
    text-align: center;
    font-weight: 500; }
  @media (max-width: 767px) {
    .page-name {
      min-height: 300px;
      padding: 50px 0;
      background: url(../img/page-name-mobile.jpg) no-repeat; } }
  @media (max-width: 480px) {
    .page-name {
      min-height: 200px; } }

/*===> End Page name <===*/
/*===> Begin Footer <===*/
footer {
  background: #f7fbfc; }
  @media (max-width: 4096px) {
    footer {
      padding-top: 40px; } }
  @media (max-width: 1600px) {
    footer {
      padding-top: 40px; } }
  @media (max-width: 1440px) {
    footer {
      padding-top: 40px; } }
  @media (max-width: 1199px) {
    footer {
      padding-top: 40px; } }
  @media (max-width: 991px) {
    footer {
      padding-top: 35px; } }
  @media (max-width: 767px) {
    footer {
      padding-top: 35px; } }
  @media (max-width: 480px) {
    footer {
      padding-top: 30px; } }
  @media (max-width: 4096px) {
    footer > .container {
      padding-top: 40px; } }
  @media (max-width: 1600px) {
    footer > .container {
      padding-top: 40px; } }
  @media (max-width: 1440px) {
    footer > .container {
      padding-top: 40px; } }
  @media (max-width: 1199px) {
    footer > .container {
      padding-top: 40px; } }
  @media (max-width: 991px) {
    footer > .container {
      padding-top: 35px; } }
  @media (max-width: 767px) {
    footer > .container {
      padding-top: 35px; } }
  @media (max-width: 480px) {
    footer > .container {
      padding-top: 30px; } }
  footer .footer-block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: start;
        align-items: flex-start; }
    @media (max-width: 4096px) {
      footer .footer-block {
        padding-bottom: 40px; } }
    @media (max-width: 1600px) {
      footer .footer-block {
        padding-bottom: 40px; } }
    @media (max-width: 1440px) {
      footer .footer-block {
        padding-bottom: 40px; } }
    @media (max-width: 1199px) {
      footer .footer-block {
        padding-bottom: 40px; } }
    @media (max-width: 991px) {
      footer .footer-block {
        padding-bottom: 35px; } }
    @media (max-width: 767px) {
      footer .footer-block {
        padding-bottom: 35px; } }
    @media (max-width: 480px) {
      footer .footer-block {
        padding-bottom: 30px; } }
    footer .footer-block > *:last-child {
      margin-bottom: 0; }
    footer .footer-block .logo {
      height: 28px; }
      @media (max-width: 4096px) {
        footer .footer-block .logo {
          margin-bottom: 30px; } }
      @media (max-width: 1600px) {
        footer .footer-block .logo {
          margin-bottom: 30px; } }
      @media (max-width: 1440px) {
        footer .footer-block .logo {
          margin-bottom: 30px; } }
      @media (max-width: 1199px) {
        footer .footer-block .logo {
          margin-bottom: 30px; } }
      @media (max-width: 991px) {
        footer .footer-block .logo {
          margin-bottom: 25px; } }
      @media (max-width: 767px) {
        footer .footer-block .logo {
          margin-bottom: 25px; } }
      @media (max-width: 480px) {
        footer .footer-block .logo {
          margin-bottom: 20px; } }
    footer .footer-block h4, footer .footer-block .h4 {
      line-height: 1.3em; }
      @media (max-width: 4096px) {
        footer .footer-block h4, footer .footer-block .h4 {
          margin-bottom: 30px; } }
      @media (max-width: 1600px) {
        footer .footer-block h4, footer .footer-block .h4 {
          margin-bottom: 30px; } }
      @media (max-width: 1440px) {
        footer .footer-block h4, footer .footer-block .h4 {
          margin-bottom: 30px; } }
      @media (max-width: 1199px) {
        footer .footer-block h4, footer .footer-block .h4 {
          margin-bottom: 30px; } }
      @media (max-width: 991px) {
        footer .footer-block h4, footer .footer-block .h4 {
          margin-bottom: 25px; } }
      @media (max-width: 767px) {
        footer .footer-block h4, footer .footer-block .h4 {
          margin-bottom: 25px; } }
      @media (max-width: 480px) {
        footer .footer-block h4, footer .footer-block .h4 {
          margin-bottom: 20px; } }
    footer .footer-block p {
      line-height: 26px; }
      @media (max-width: 4096px) {
        footer .footer-block p {
          margin-bottom: 30px; } }
      @media (max-width: 1600px) {
        footer .footer-block p {
          margin-bottom: 30px; } }
      @media (max-width: 1440px) {
        footer .footer-block p {
          margin-bottom: 30px; } }
      @media (max-width: 1199px) {
        footer .footer-block p {
          margin-bottom: 30px; } }
      @media (max-width: 991px) {
        footer .footer-block p {
          margin-bottom: 25px; } }
      @media (max-width: 767px) {
        footer .footer-block p {
          margin-bottom: 25px; } }
      @media (max-width: 480px) {
        footer .footer-block p {
          margin-bottom: 20px; } }
    footer .footer-block a {
      display: inline-block;
      margin-bottom: 10px;
      font-weight: 500;
      font-size: 15px;
      letter-spacing: 0.3px;
      color: #222222; }
      footer .footer-block a:hover {
        color: #769fcd; }
  footer .footer-nav {
    margin-bottom: 0;
    padding-left: 0; }
    footer .footer-nav ul {
      margin-bottom: 0; }
      footer .footer-nav ul li {
        padding-left: 0; }
        footer .footer-nav ul li::after {
          display: none; }
  @media (max-width: 4096px) {
    footer .footer-bottom-wrap {
      padding-top: 40px; } }
  @media (max-width: 1600px) {
    footer .footer-bottom-wrap {
      padding-top: 40px; } }
  @media (max-width: 1440px) {
    footer .footer-bottom-wrap {
      padding-top: 40px; } }
  @media (max-width: 1199px) {
    footer .footer-bottom-wrap {
      padding-top: 40px; } }
  @media (max-width: 991px) {
    footer .footer-bottom-wrap {
      padding-top: 35px; } }
  @media (max-width: 767px) {
    footer .footer-bottom-wrap {
      padding-top: 35px; } }
  @media (max-width: 480px) {
    footer .footer-bottom-wrap {
      padding-top: 30px; } }
  footer .footer-bottom-wrap .footer-bottom {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 1px solid #9d9d9d; }
    footer .footer-bottom-wrap .footer-bottom .footer-bottom__item {
      width: 33.33%; }
      footer .footer-bottom-wrap .footer-bottom .footer-bottom__item > p {
        margin-bottom: 0;
        font-family: "Josefin Sans", sans-serif;
        font-weight: 500;
        font-size: 14px;
        text-align: center;
        color: #474a56; }
        footer .footer-bottom-wrap .footer-bottom .footer-bottom__item > p a {
          color: #474a56; }
          footer .footer-bottom-wrap .footer-bottom .footer-bottom__item > p a:hover {
            color: #769fcd; }
      footer .footer-bottom-wrap .footer-bottom .footer-bottom__item .social-list {
        -ms-flex-pack: end;
            justify-content: flex-end; }
    footer .footer-bottom-wrap .footer-bottom .footer-menu {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      margin-bottom: 0; }
      footer .footer-bottom-wrap .footer-bottom .footer-menu li {
        margin-right: 25px;
        padding-left: 0; }
        footer .footer-bottom-wrap .footer-bottom .footer-menu li:last-child {
          margin-right: 0; }
        footer .footer-bottom-wrap .footer-bottom .footer-menu li::after {
          display: none; }
        footer .footer-bottom-wrap .footer-bottom .footer-menu li a {
          margin-bottom: 0;
          font-weight: 500;
          font-size: 15px;
          color: #474a56; }
          footer .footer-bottom-wrap .footer-bottom .footer-menu li a:hover {
            color: #769fcd; }
  @media (max-width: 991px) {
    footer > .container .row {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      footer > .container .row > div {
        width: 100%; }
    footer .footer-bottom-wrap .footer-bottom {
      -ms-flex-direction: column;
          flex-direction: column; }
      footer .footer-bottom-wrap .footer-bottom .footer-bottom__item {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
            justify-content: center;
        width: 100%; }
        footer .footer-bottom-wrap .footer-bottom .footer-bottom__item > p {
          margin-bottom: 15px;
          text-align: center; }
        footer .footer-bottom-wrap .footer-bottom .footer-bottom__item .social-list {
          -ms-flex-pack: center;
              justify-content: center; }
      footer .footer-bottom-wrap .footer-bottom .footer-menu {
        margin-bottom: 15px; } }

/*===> End Footer <===*/
/*===> Begin Social list <===*/
.social-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 0; }
  .social-list li {
    margin-right: 20px;
    padding-left: 0; }
    .social-list li:last-child {
      margin-right: 0; }
    .social-list li::after {
      display: none; }
    .social-list li a {
      margin-bottom: 0;
      font-size: 17px;
      color: #474a56; }
      .social-list li a:hover {
        color: #769fcd; }

.social-list-second {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 0; }
  .social-list-second li {
    margin-right: 20px;
    padding-right: 21px;
    padding-left: 0;
    border-right: 1px solid #9d9d9d; }
    .social-list-second li:last-child {
      margin-right: 0;
      padding-right: 0;
      border-right: none; }
    .social-list-second li::after {
      display: none; }
    .social-list-second li a {
      margin-bottom: 0;
      font-weight: 500;
      font-size: 15px;
      text-transform: uppercase;
      letter-spacing: 1px;
      color: #474a56; }
      .social-list-second li a:hover {
        color: #769fcd; }
      .social-list-second li a span {
        font-size: 17px; }

/*===> End Social list <===*/
/*===> Begin main slider <===*/
.main-slider-wrap {
  position: relative;
  z-index: 2;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.03);
  height: 100vh;
  max-height: 1000px;
  min-height: 600px;
  padding-top: 100px;
  overflow: hidden; }
  .main-slider-wrap::after {
    content: '';
    position: absolute;
    top: 0;
    right: 120px;
    z-index: -1;
    height: 100%;
    width: 120%;
    border-top: 100px solid #f7fbfc;
    border-right: 100px solid #f7fbfc; }
  .main-slider-wrap .main-slider.animate-slider .main-slider__image img {
    -ms-transform: translate(-50%, 50px);
        transform: translate(-50%, 50px);
    opacity: 0;
    transition: all .3s; }
  .main-slider-wrap .main-slider.animate-slider .main-slider__sale,
  .main-slider-wrap .main-slider.animate-slider h1, .main-slider-wrap .main-slider.animate-slider .h1,
  .main-slider-wrap .main-slider.animate-slider .link-wrap,
  .main-slider-wrap .main-slider.animate-slider .main-slider__text {
    -ms-transform: translateY(50px);
        transform: translateY(50px);
    opacity: 0;
    transition: all .4s;
    transition-delay: .2s; }
  .main-slider-wrap .main-slider.animate-slider h1, .main-slider-wrap .main-slider.animate-slider .h1 {
    transition-delay: .4s; }
  .main-slider-wrap .main-slider.animate-slider .main-slider__text {
    transition-delay: .6s; }
  .main-slider-wrap .main-slider.animate-slider .link-wrap {
    transition-delay: .8s; }
  .main-slider-wrap .main-slider.animate-slider .animate-slide .main-slider__image img {
    -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    opacity: 1; }
  .main-slider-wrap .main-slider.animate-slider .animate-slide .main-slider__sale,
  .main-slider-wrap .main-slider.animate-slider .animate-slide h1, .main-slider-wrap .main-slider.animate-slider .animate-slide .h1, .main-slider-wrap .main-slider.animate-slider .animate-slide .link-wrap,
  .main-slider-wrap .main-slider.animate-slider .animate-slide .main-slider__text {
    -ms-transform: translateY(0px);
        transform: translateY(0px);
    opacity: 1; }
  .main-slider-wrap .main-slider {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    height: 100%; }
    .main-slider-wrap .main-slider > div {
      height: 100%; }
      .main-slider-wrap .main-slider > div .slick-track {
        height: 100%; }
        .main-slider-wrap .main-slider > div .slick-track .slick-slide > div {
          height: 100%; }
          .main-slider-wrap .main-slider > div .slick-track .slick-slide > div .slider-card {
            display: -ms-flexbox !important;
            display: flex !important;
            -ms-flex-direction: column;
                flex-direction: column;
            -ms-flex-pack: center;
                justify-content: center;
            height: 100%; }
  .main-slider-wrap .slider-card {
    position: relative; }
    .main-slider-wrap .slider-card .container {
      position: relative;
      z-index: 2; }
  .main-slider-wrap .main-slider__sale {
    display: inline-block;
    margin-bottom: 20px;
    padding: 9px 15px 5px;
    background: #f7fbfc;
    font-family: "Josefin Sans", sans-serif;
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase; }
  @media (max-width: 4096px) {
    .main-slider-wrap h1, .main-slider-wrap .h1 {
      margin-bottom: 20px; } }
  @media (max-width: 1600px) {
    .main-slider-wrap h1, .main-slider-wrap .h1 {
      margin-bottom: 20px; } }
  @media (max-width: 1440px) {
    .main-slider-wrap h1, .main-slider-wrap .h1 {
      margin-bottom: 20px; } }
  @media (max-width: 1199px) {
    .main-slider-wrap h1, .main-slider-wrap .h1 {
      margin-bottom: 20px; } }
  @media (max-width: 991px) {
    .main-slider-wrap h1, .main-slider-wrap .h1 {
      margin-bottom: 15px; } }
  @media (max-width: 767px) {
    .main-slider-wrap h1, .main-slider-wrap .h1 {
      margin-bottom: 15px; } }
  @media (max-width: 480px) {
    .main-slider-wrap h1, .main-slider-wrap .h1 {
      margin-bottom: 15px; } }
  .main-slider-wrap .main-slider__text {
    max-width: 540px;
    font-weight: 500;
    font-size: 14px;
    line-height: 2em;
    letter-spacing: 0.3px; }
    @media (max-width: 4096px) {
      .main-slider-wrap .main-slider__text {
        margin-bottom: 40px; } }
    @media (max-width: 1600px) {
      .main-slider-wrap .main-slider__text {
        margin-bottom: 40px; } }
    @media (max-width: 1440px) {
      .main-slider-wrap .main-slider__text {
        margin-bottom: 40px; } }
    @media (max-width: 1199px) {
      .main-slider-wrap .main-slider__text {
        margin-bottom: 40px; } }
    @media (max-width: 991px) {
      .main-slider-wrap .main-slider__text {
        margin-bottom: 35px; } }
    @media (max-width: 767px) {
      .main-slider-wrap .main-slider__text {
        margin-bottom: 35px; } }
    @media (max-width: 480px) {
      .main-slider-wrap .main-slider__text {
        margin-bottom: 30px; } }
  .main-slider-wrap .main-slider__image {
    position: absolute;
    top: 30px;
    right: 250px;
    width: 33.5%;
    min-width: 400px;
    height: 100%;
    z-index: 0; }
    .main-slider-wrap .main-slider__image::after {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      z-index: -1;
      top: -30px;
      left: 30px;
      background: #fff; }
    .main-slider-wrap .main-slider__image a {
      position: relative;
      display: block;
      height: 100%;
      padding: 20px 20px 0 20px;
      background: #f5f5f3;
      /* Old browsers */
      /* FF3.6-15 */
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(45deg, #f5f5f3 0%, #e5e8e3 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f3', endColorstr='#e5e8e3',GradientType=1 );
      /* IE6-9 fallback on horizontal gradient */ }
      .main-slider-wrap .main-slider__image a img {
        position: absolute;
        left: 50%;
        bottom: 0;
        margin-left: auto;
        margin-right: auto;
        max-height: 100%;
        max-height: calc(100% - 20px);
        max-width: calc(100% - 40px);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
  .main-slider-wrap .main-slider__navigation {
    position: absolute;
    left: 0;
    top: 50%;
    min-width: 120px;
    padding: 5px 15px;
    background: #fff;
    font-family: "Nunito", sans-serif;
    font-weight: 500;
    font-size: 15px;
    text-transform: uppercase;
    color: #474a56; }
    .main-slider-wrap .main-slider__navigation:hover {
      background: #769fcd;
      color: #fff; }
    .main-slider-wrap .main-slider__navigation.next {
      -ms-transform: rotate(-90deg) translateX(50%);
          transform: rotate(-90deg) translateX(50%); }
    .main-slider-wrap .main-slider__navigation.prev {
      -ms-transform: rotate(-90deg) translateX(-50%);
          transform: rotate(-90deg) translateX(-50%); }
    .main-slider-wrap .main-slider__navigation span {
      font-size: 15px; }
  .main-slider-wrap .slider-nav-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%; }
    .main-slider-wrap .slider-nav-wrap .slider-nav {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      margin-bottom: 0; }
      .main-slider-wrap .slider-nav-wrap .slider-nav li {
        margin-right: 20px;
        padding-left: 0; }
        .main-slider-wrap .slider-nav-wrap .slider-nav li:last-child {
          margin-right: 0; }
        .main-slider-wrap .slider-nav-wrap .slider-nav li::after {
          display: none; }
        .main-slider-wrap .slider-nav-wrap .slider-nav li p {
          position: relative;
          margin-bottom: 0;
          padding-bottom: 13px;
          box-sizing: border-box;
          font-family: "Josefin Sans", sans-serif;
          font-size: 18px;
          font-weight: 500;
          color: #474a56;
          cursor: pointer;
          transition: all .3s; }
          .main-slider-wrap .slider-nav-wrap .slider-nav li p:hover {
            color: #769fcd; }
          .main-slider-wrap .slider-nav-wrap .slider-nav li p::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 50%;
            height: 3px;
            width: 0%;
            background: #769fcd;
            transition: all .3s; }
          .main-slider-wrap .slider-nav-wrap .slider-nav li p.active {
            color: #769fcd; }
            .main-slider-wrap .slider-nav-wrap .slider-nav li p.active::after {
              left: 0;
              width: 100%; }
  .social-wrap {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 120px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    padding-top: 100px;
    background: #fff; }
    .social-wrap .social-list-second {
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
      width: 410px;
      min-width: 410px; }
  @media (max-width: 1600px) {
    .main-slider-wrap .main-slider__image {
      right: 120px; }
      .main-slider-wrap .main-slider__image::after {
        display: none; } }
  @media (max-width: 1300px) {
    .main-slider-wrap {
      min-height: 600px; }
      .main-slider-wrap::after {
        display: none; }
      .main-slider-wrap .main-slider__navigation {
        display: none !important; }
      .main-slider-wrap .main-slider__image {
        top: auto;
        bottom: 0;
        right: 5%; }
      .social-wrap {
        width: 80px; } }
  @media (max-width: 991px) {
    .main-slider-wrap {
      height: auto;
      max-height: none;
      min-width: 0; }
      .main-slider-wrap .main-slider__image {
        position: static;
        top: 0;
        left: 0;
        right: 0;
        margin-bottom: -15px;
        max-width: 400px;
        width: 100%;
        padding: 0 15px;
        min-width: 0; }
        .main-slider-wrap .main-slider__image a img {
          position: relative; }
      .main-slider-wrap .main-slider-desc {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
            flex-direction: column;
        -ms-flex-align: center;
            align-items: center; }
        .main-slider-wrap .main-slider-desc h1, .main-slider-wrap .main-slider-desc .h1 {
          width: 100%; }
        .main-slider-wrap .main-slider-desc .main-slider__text {
          width: 100%;
          max-width: none; }
        .main-slider-wrap .main-slider-desc a {
          margin-right: auto; }
      .main-slider-wrap .main-slider > div .slick-track .slick-slide > div .slider-card {
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
        -ms-flex-align: center;
            align-items: center;
        padding-top: 15px; }
      .main-slider-wrap .slider-nav-wrap {
        position: static; }
      .social-wrap {
        display: none; } }
  @media (max-width: 480px) {
    .main-slider-wrap {
      padding-top: 70px; } }

/*===> End main slider <===*/
/*===> Begin Product card <===*/
.product-card {
  max-width: 262px; }
  .product-card.bullet-type {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    max-width: none; }
    .product-card.bullet-type .product-card-logo {
      min-width: 277px;
      padding-right: 15px; }
    .product-card.bullet-type .product-card-info {
      padding-top: 0;
      padding-left: 15px;
      text-align: left; }
      .product-card.bullet-type .product-card-info .product-card-info__head {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -ms-flex-align: center;
            align-items: center; }
        .product-card.bullet-type .product-card-info .product-card-info__head h4, .product-card.bullet-type .product-card-info .product-card-info__head .h4 {
          margin-bottom: 0;
          margin-right: 20px; }
        .product-card.bullet-type .product-card-info .product-card-info__head .rating {
          margin-bottom: 0; }
        .product-card.bullet-type .product-card-info .product-card-info__head .price {
          display: block;
          width: 100%; }
          @media (max-width: 4096px) {
            .product-card.bullet-type .product-card-info .product-card-info__head .price {
              margin-top: 10px; } }
          @media (max-width: 1600px) {
            .product-card.bullet-type .product-card-info .product-card-info__head .price {
              margin-top: 10px; } }
          @media (max-width: 1440px) {
            .product-card.bullet-type .product-card-info .product-card-info__head .price {
              margin-top: 10px; } }
          @media (max-width: 1199px) {
            .product-card.bullet-type .product-card-info .product-card-info__head .price {
              margin-top: 10px; } }
          @media (max-width: 991px) {
            .product-card.bullet-type .product-card-info .product-card-info__head .price {
              margin-top: 5px; } }
          @media (max-width: 767px) {
            .product-card.bullet-type .product-card-info .product-card-info__head .price {
              margin-top: 5px; } }
          @media (max-width: 480px) {
            .product-card.bullet-type .product-card-info .product-card-info__head .price {
              margin-top: 5px; } }
          @media (max-width: 4096px) {
            .product-card.bullet-type .product-card-info .product-card-info__head .price {
              margin-bottom: 15px; } }
          @media (max-width: 1600px) {
            .product-card.bullet-type .product-card-info .product-card-info__head .price {
              margin-bottom: 15px; } }
          @media (max-width: 1440px) {
            .product-card.bullet-type .product-card-info .product-card-info__head .price {
              margin-bottom: 15px; } }
          @media (max-width: 1199px) {
            .product-card.bullet-type .product-card-info .product-card-info__head .price {
              margin-bottom: 15px; } }
          @media (max-width: 991px) {
            .product-card.bullet-type .product-card-info .product-card-info__head .price {
              margin-bottom: 10px; } }
          @media (max-width: 767px) {
            .product-card.bullet-type .product-card-info .product-card-info__head .price {
              margin-bottom: 10px; } }
          @media (max-width: 480px) {
            .product-card.bullet-type .product-card-info .product-card-info__head .price {
              margin-bottom: 10px; } }
      .product-card.bullet-type .product-card-info .product-card__text {
        max-height: 66px;
        overflow: hidden; }
        @media (max-width: 4096px) {
          .product-card.bullet-type .product-card-info .product-card__text {
            margin-bottom: 30px; } }
        @media (max-width: 1600px) {
          .product-card.bullet-type .product-card-info .product-card__text {
            margin-bottom: 30px; } }
        @media (max-width: 1440px) {
          .product-card.bullet-type .product-card-info .product-card__text {
            margin-bottom: 30px; } }
        @media (max-width: 1199px) {
          .product-card.bullet-type .product-card-info .product-card__text {
            margin-bottom: 30px; } }
        @media (max-width: 991px) {
          .product-card.bullet-type .product-card-info .product-card__text {
            margin-bottom: 25px; } }
        @media (max-width: 767px) {
          .product-card.bullet-type .product-card-info .product-card__text {
            margin-bottom: 25px; } }
        @media (max-width: 480px) {
          .product-card.bullet-type .product-card-info .product-card__text {
            margin-bottom: 20px; } }
      .product-card.bullet-type .product-card-info .product-card-buttons .button {
        margin-right: 30px;
        font-weight: 500; }
      .product-card.bullet-type .product-card-info .product-card-buttons a {
        margin-right: 10px; }
        .product-card.bullet-type .product-card-info .product-card-buttons a:last-child {
          margin-right: 0; }
      .product-card.bullet-type .product-card-info .product-card-buttons .control {
        width: 36px;
        height: 36px;
        border: 1px solid #dddddd;
        font-size: 15px;
        text-align: center;
        line-height: 36px;
        color: #9d9d9d; }
        .product-card.bullet-type .product-card-info .product-card-buttons .control:hover {
          background: #769fcd;
          border-color: #769fcd;
          color: #fff; }
  .product-card .product-card-logo {
    position: relative;
    overflow: hidden; }
    .product-card .product-card-logo:hover .product-card__control {
      visibility: visible;
      opacity: 1; }
      .product-card .product-card-logo:hover .product-card__control li {
        opacity: 1;
        -ms-transform: translateY(0);
            transform: translateY(0); }
        .product-card .product-card-logo:hover .product-card__control li:nth-child(2) {
          transition-delay: .1s; }
        .product-card .product-card-logo:hover .product-card__control li:nth-child(3) {
          transition-delay: .2s; }
    .product-card .product-card-logo .tag-list {
      position: absolute;
      top: 20px;
      left: 0; }
      .product-card .product-card-logo .tag-list .tag {
        margin-bottom: 10px; }
    .product-card .product-card-logo .tag {
      padding: 6px 12px 2px;
      background: #f7fbfc;
      font-family: "Josefin Sans", sans-serif;
      font-weight: 500;
      font-size: 14px;
      text-transform: uppercase;
      color: #222831; }
      .product-card .product-card-logo .tag.sale-tag {
        background: #b9d7ea; }
    .product-card .product-card-logo .product-card__control {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      background: rgba(71, 74, 86, 0.8);
      opacity: 0;
      visibility: hidden;
      transition: all .2s; }
      .product-card .product-card-logo .product-card__control li {
        padding-left: 15px;
        padding-right: 15px;
        opacity: 0;
        -ms-transform: translateY(15px);
            transform: translateY(15px);
        transition: transform .25s, opacity .25s, color .2s; }
        .product-card .product-card-logo .product-card__control li::after {
          display: none; }
        .product-card .product-card-logo .product-card__control li a {
          margin-bottom: 0;
          font-size: 26px;
          color: #fff; }
          .product-card .product-card-logo .product-card__control li a:hover {
            color: #769fcd; }
  .product-card .product-card-info {
    text-align: center; }
    @media (max-width: 4096px) {
      .product-card .product-card-info {
        padding-top: 20px; } }
    @media (max-width: 1600px) {
      .product-card .product-card-info {
        padding-top: 20px; } }
    @media (max-width: 1440px) {
      .product-card .product-card-info {
        padding-top: 20px; } }
    @media (max-width: 1199px) {
      .product-card .product-card-info {
        padding-top: 20px; } }
    @media (max-width: 991px) {
      .product-card .product-card-info {
        padding-top: 15px; } }
    @media (max-width: 767px) {
      .product-card .product-card-info {
        padding-top: 15px; } }
    @media (max-width: 480px) {
      .product-card .product-card-info {
        padding-top: 15px; } }
    @media (max-width: 4096px) {
      .product-card .product-card-info .rating {
        margin-bottom: 10px; } }
    @media (max-width: 1600px) {
      .product-card .product-card-info .rating {
        margin-bottom: 10px; } }
    @media (max-width: 1440px) {
      .product-card .product-card-info .rating {
        margin-bottom: 10px; } }
    @media (max-width: 1199px) {
      .product-card .product-card-info .rating {
        margin-bottom: 10px; } }
    @media (max-width: 991px) {
      .product-card .product-card-info .rating {
        margin-bottom: 5px; } }
    @media (max-width: 767px) {
      .product-card .product-card-info .rating {
        margin-bottom: 5px; } }
    @media (max-width: 480px) {
      .product-card .product-card-info .rating {
        margin-bottom: 5px; } }
    @media (max-width: 4096px) {
      .product-card .product-card-info h4, .product-card .product-card-info .h4 {
        margin-bottom: 10px; } }
    @media (max-width: 1600px) {
      .product-card .product-card-info h4, .product-card .product-card-info .h4 {
        margin-bottom: 10px; } }
    @media (max-width: 1440px) {
      .product-card .product-card-info h4, .product-card .product-card-info .h4 {
        margin-bottom: 10px; } }
    @media (max-width: 1199px) {
      .product-card .product-card-info h4, .product-card .product-card-info .h4 {
        margin-bottom: 10px; } }
    @media (max-width: 991px) {
      .product-card .product-card-info h4, .product-card .product-card-info .h4 {
        margin-bottom: 5px; } }
    @media (max-width: 767px) {
      .product-card .product-card-info h4, .product-card .product-card-info .h4 {
        margin-bottom: 5px; } }
    @media (max-width: 480px) {
      .product-card .product-card-info h4, .product-card .product-card-info .h4 {
        margin-bottom: 5px; } }
    .product-card .product-card-info .price {
      font-weight: 600; }
      .product-card .product-card-info .price .sale {
        font-weight: 500; }
  @media (max-width: 767px) {
    .product-card.bullet-type {
      -ms-flex-direction: column;
          flex-direction: column; }
      .product-card.bullet-type .product-card-logo {
        width: 100%;
        max-width: 290px;
        min-width: 0;
        padding-right: 0;
        overflow: hidden; }
        .product-card.bullet-type .product-card-logo a {
          display: block;
          width: 100%; }
          .product-card.bullet-type .product-card-logo a img {
            width: 100%; }
      .product-card.bullet-type .product-card-info {
        padding-left: 0;
        text-align: center; } }
    @media (max-width: 767px) and (max-width: 4096px) {
      .product-card.bullet-type .product-card-info {
        padding-top: 20px; } }
    @media (max-width: 767px) and (max-width: 1600px) {
      .product-card.bullet-type .product-card-info {
        padding-top: 20px; } }
    @media (max-width: 767px) and (max-width: 1440px) {
      .product-card.bullet-type .product-card-info {
        padding-top: 20px; } }
    @media (max-width: 767px) and (max-width: 1199px) {
      .product-card.bullet-type .product-card-info {
        padding-top: 20px; } }
    @media (max-width: 767px) and (max-width: 991px) {
      .product-card.bullet-type .product-card-info {
        padding-top: 15px; } }
    @media (max-width: 767px) and (max-width: 767px) {
      .product-card.bullet-type .product-card-info {
        padding-top: 15px; } }
    @media (max-width: 767px) and (max-width: 480px) {
      .product-card.bullet-type .product-card-info {
        padding-top: 15px; } }
  @media (max-width: 767px) {
        .product-card.bullet-type .product-card-info .product-card-info__head {
          text-align: center; }
          .product-card.bullet-type .product-card-info .product-card-info__head h4, .product-card.bullet-type .product-card-info .product-card-info__head .h4 {
            width: 100%;
            margin-right: 0;
            text-align: center;
            -ms-flex-order: 1;
                order: 1; }
          .product-card.bullet-type .product-card-info .product-card-info__head .rating {
            -ms-flex-order: 0;
                order: 0;
            width: 100%;
            margin-bottom: 10px; }
          .product-card.bullet-type .product-card-info .product-card-info__head .price {
            -ms-flex-order: 2;
                order: 2; }
        .product-card.bullet-type .product-card-info .product-card-buttons {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
          -ms-flex-pack: justify;
              justify-content: space-between; }
          .product-card.bullet-type .product-card-info .product-card-buttons .button {
            margin-right: 0;
            display: block;
            width: 100%;
            margin-bottom: 10px;
            min-width: 150px; }
          .product-card.bullet-type .product-card-info .product-card-buttons a {
            -ms-flex-positive: 1;
                flex-grow: 1; } }

/*===> End Product card <===*/
/*===> Begin Home about <===*/
@media (max-width: 4096px) {
  .home-about {
    padding-top: 40px; } }

@media (max-width: 1600px) {
  .home-about {
    padding-top: 40px; } }

@media (max-width: 1440px) {
  .home-about {
    padding-top: 40px; } }

@media (max-width: 1199px) {
  .home-about {
    padding-top: 40px; } }

@media (max-width: 991px) {
  .home-about {
    padding-top: 35px; } }

@media (max-width: 767px) {
  .home-about {
    padding-top: 35px; } }

@media (max-width: 480px) {
  .home-about {
    padding-top: 30px; } }

.home-about .home-about__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }
  @media (max-width: 4096px) {
    .home-about .home-about__content {
      padding-top: 40px; } }
  @media (max-width: 1600px) {
    .home-about .home-about__content {
      padding-top: 40px; } }
  @media (max-width: 1440px) {
    .home-about .home-about__content {
      padding-top: 40px; } }
  @media (max-width: 1199px) {
    .home-about .home-about__content {
      padding-top: 40px; } }
  @media (max-width: 991px) {
    .home-about .home-about__content {
      padding-top: 35px; } }
  @media (max-width: 767px) {
    .home-about .home-about__content {
      padding-top: 35px; } }
  @media (max-width: 480px) {
    .home-about .home-about__content {
      padding-top: 30px; } }
  @media (max-width: 4096px) {
    .home-about .home-about__content {
      padding-bottom: 40px; } }
  @media (max-width: 1600px) {
    .home-about .home-about__content {
      padding-bottom: 40px; } }
  @media (max-width: 1440px) {
    .home-about .home-about__content {
      padding-bottom: 40px; } }
  @media (max-width: 1199px) {
    .home-about .home-about__content {
      padding-bottom: 40px; } }
  @media (max-width: 991px) {
    .home-about .home-about__content {
      padding-bottom: 35px; } }
  @media (max-width: 767px) {
    .home-about .home-about__content {
      padding-bottom: 35px; } }
  @media (max-width: 480px) {
    .home-about .home-about__content {
      padding-bottom: 30px; } }
  .home-about .home-about__content .home-about__logo {
    width: 50%;
    max-width: 473px;
    padding-right: 15px; }
  .home-about .home-about__content .home-about__text {
    width: 70%;
    padding-left: 15px; }
    .home-about .home-about__content .home-about__text h1, .home-about .home-about__content .home-about__text .h1 {
      position: relative;
      font-weight: 500;
      line-height: 1.1em; }
      @media (max-width: 4096px) {
        .home-about .home-about__content .home-about__text h1, .home-about .home-about__content .home-about__text .h1 {
          margin-bottom: 30px; } }
      @media (max-width: 1600px) {
        .home-about .home-about__content .home-about__text h1, .home-about .home-about__content .home-about__text .h1 {
          margin-bottom: 30px; } }
      @media (max-width: 1440px) {
        .home-about .home-about__content .home-about__text h1, .home-about .home-about__content .home-about__text .h1 {
          margin-bottom: 30px; } }
      @media (max-width: 1199px) {
        .home-about .home-about__content .home-about__text h1, .home-about .home-about__content .home-about__text .h1 {
          margin-bottom: 30px; } }
      @media (max-width: 991px) {
        .home-about .home-about__content .home-about__text h1, .home-about .home-about__content .home-about__text .h1 {
          margin-bottom: 25px; } }
      @media (max-width: 767px) {
        .home-about .home-about__content .home-about__text h1, .home-about .home-about__content .home-about__text .h1 {
          margin-bottom: 25px; } }
      @media (max-width: 480px) {
        .home-about .home-about__content .home-about__text h1, .home-about .home-about__content .home-about__text .h1 {
          margin-bottom: 20px; } }
      .home-about .home-about__content .home-about__text h1::after, .home-about .home-about__content .home-about__text .h1::after {
        content: '';
        position: absolute;
        top: -25px;
        left: -70px;
        width: 160px;
        border-bottom: 1px solid #9d9d9d; }
      .home-about .home-about__content .home-about__text h1 strong, .home-about .home-about__content .home-about__text .h1 strong {
        font-weight: 600; }
    .home-about .home-about__content .home-about__text p {
      line-height: 26px; }
      @media (max-width: 4096px) {
        .home-about .home-about__content .home-about__text p {
          margin-bottom: 40px; } }
      @media (max-width: 1600px) {
        .home-about .home-about__content .home-about__text p {
          margin-bottom: 40px; } }
      @media (max-width: 1440px) {
        .home-about .home-about__content .home-about__text p {
          margin-bottom: 40px; } }
      @media (max-width: 1199px) {
        .home-about .home-about__content .home-about__text p {
          margin-bottom: 40px; } }
      @media (max-width: 991px) {
        .home-about .home-about__content .home-about__text p {
          margin-bottom: 35px; } }
      @media (max-width: 767px) {
        .home-about .home-about__content .home-about__text p {
          margin-bottom: 35px; } }
      @media (max-width: 480px) {
        .home-about .home-about__content .home-about__text p {
          margin-bottom: 30px; } }

@media (max-width: 991px) {
  .home-about .home-about__content .home-about__logo {
    width: 75%; } }

@media (max-width: 991px) and (max-width: 4096px) {
  .home-about .home-about__content .home-about__text h1, .home-about .home-about__content .home-about__text .h1 {
    margin-bottom: 20px; } }

@media (max-width: 991px) and (max-width: 1600px) {
  .home-about .home-about__content .home-about__text h1, .home-about .home-about__content .home-about__text .h1 {
    margin-bottom: 20px; } }

@media (max-width: 991px) and (max-width: 1440px) {
  .home-about .home-about__content .home-about__text h1, .home-about .home-about__content .home-about__text .h1 {
    margin-bottom: 20px; } }

@media (max-width: 991px) and (max-width: 1199px) {
  .home-about .home-about__content .home-about__text h1, .home-about .home-about__content .home-about__text .h1 {
    margin-bottom: 20px; } }

@media (max-width: 991px) and (max-width: 991px) {
  .home-about .home-about__content .home-about__text h1, .home-about .home-about__content .home-about__text .h1 {
    margin-bottom: 15px; } }

@media (max-width: 991px) and (max-width: 767px) {
  .home-about .home-about__content .home-about__text h1, .home-about .home-about__content .home-about__text .h1 {
    margin-bottom: 15px; } }

@media (max-width: 991px) and (max-width: 480px) {
  .home-about .home-about__content .home-about__text h1, .home-about .home-about__content .home-about__text .h1 {
    margin-bottom: 15px; } }

@media (max-width: 991px) {
  .home-about .home-about__content .home-about__text h1::after, .home-about .home-about__content .home-about__text .h1::after {
    display: none; }
  .home-about .home-about__content .home-about__text p {
    line-height: 24px; } }
  @media (max-width: 991px) and (max-width: 4096px) {
    .home-about .home-about__content .home-about__text p {
      margin-bottom: 30px; } }
  @media (max-width: 991px) and (max-width: 1600px) {
    .home-about .home-about__content .home-about__text p {
      margin-bottom: 30px; } }
  @media (max-width: 991px) and (max-width: 1440px) {
    .home-about .home-about__content .home-about__text p {
      margin-bottom: 30px; } }
  @media (max-width: 991px) and (max-width: 1199px) {
    .home-about .home-about__content .home-about__text p {
      margin-bottom: 30px; } }
  @media (max-width: 991px) and (max-width: 991px) {
    .home-about .home-about__content .home-about__text p {
      margin-bottom: 25px; } }
  @media (max-width: 991px) and (max-width: 767px) {
    .home-about .home-about__content .home-about__text p {
      margin-bottom: 25px; } }
  @media (max-width: 991px) and (max-width: 480px) {
    .home-about .home-about__content .home-about__text p {
      margin-bottom: 20px; } }

@media (max-width: 767px) {
  .home-about .home-about__content {
    -ms-flex-direction: column;
        flex-direction: column;
    max-width: 456px;
    margin-left: auto;
    margin-right: auto; }
    .home-about .home-about__content .home-about__logo {
      width: 100%;
      max-width: none;
      margin-bottom: 20px;
      padding-right: 0; }
      .home-about .home-about__content .home-about__logo img {
        display: block;
        margin-left: auto;
        margin-right: auto; }
    .home-about .home-about__content .home-about__text {
      width: 100%;
      padding-left: 0; } }

/*===> End Home about <===*/
/*===> Begin Benefit <===*/
.benefit-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 0;
  margin-left: -15px;
  margin-right: -15px; }
  @media (max-width: 4096px) {
    .benefit-list {
      padding-top: 40px; } }
  @media (max-width: 1600px) {
    .benefit-list {
      padding-top: 40px; } }
  @media (max-width: 1440px) {
    .benefit-list {
      padding-top: 40px; } }
  @media (max-width: 1199px) {
    .benefit-list {
      padding-top: 40px; } }
  @media (max-width: 991px) {
    .benefit-list {
      padding-top: 35px; } }
  @media (max-width: 767px) {
    .benefit-list {
      padding-top: 35px; } }
  @media (max-width: 480px) {
    .benefit-list {
      padding-top: 30px; } }
  .benefit-list li {
    padding-left: 15px;
    padding-right: 15px;
    width: 33.33%;
    max-width: 320px; }
    .benefit-list li::after {
      display: none; }
    @media (max-width: 4096px) {
      .benefit-list li .benefit-card {
        padding-bottom: 40px; } }
    @media (max-width: 1600px) {
      .benefit-list li .benefit-card {
        padding-bottom: 40px; } }
    @media (max-width: 1440px) {
      .benefit-list li .benefit-card {
        padding-bottom: 40px; } }
    @media (max-width: 1199px) {
      .benefit-list li .benefit-card {
        padding-bottom: 40px; } }
    @media (max-width: 991px) {
      .benefit-list li .benefit-card {
        padding-bottom: 35px; } }
    @media (max-width: 767px) {
      .benefit-list li .benefit-card {
        padding-bottom: 35px; } }
    @media (max-width: 480px) {
      .benefit-list li .benefit-card {
        padding-bottom: 30px; } }
  @media (max-width: 991px) {
    .benefit-list {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .benefit-list li {
        -ms-flex-positive: 1;
            flex-grow: 1;
        width: 50%; } }
  @media (max-width: 767px) {
    .benefit-list li {
      width: 100%;
      max-width: none; } }

.benefit-card {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start; }
  .benefit-card img {
    margin-right: 15px;
    width: 45px; }
  .benefit-card .benefit__text h4, .benefit-card .benefit__text .h4 {
    margin-bottom: 0;
    font-weight: 500; }
  .benefit-card .benefit__text p {
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 0; }

/*===> End Benefit <===*/
/*===> Begin Home products <===*/
@media (max-width: 4096px) {
  .home-products {
    padding-top: 40px; } }

@media (max-width: 1600px) {
  .home-products {
    padding-top: 40px; } }

@media (max-width: 1440px) {
  .home-products {
    padding-top: 40px; } }

@media (max-width: 1199px) {
  .home-products {
    padding-top: 40px; } }

@media (max-width: 991px) {
  .home-products {
    padding-top: 35px; } }

@media (max-width: 767px) {
  .home-products {
    padding-top: 35px; } }

@media (max-width: 480px) {
  .home-products {
    padding-top: 30px; } }

@media (max-width: 4096px) {
  .home-products {
    padding-bottom: 40px; } }

@media (max-width: 1600px) {
  .home-products {
    padding-bottom: 40px; } }

@media (max-width: 1440px) {
  .home-products {
    padding-bottom: 40px; } }

@media (max-width: 1199px) {
  .home-products {
    padding-bottom: 40px; } }

@media (max-width: 991px) {
  .home-products {
    padding-bottom: 35px; } }

@media (max-width: 767px) {
  .home-products {
    padding-bottom: 35px; } }

@media (max-width: 480px) {
  .home-products {
    padding-bottom: 30px; } }

@media (max-width: 4096px) {
  .home-products .container {
    padding-bottom: 40px; } }

@media (max-width: 1600px) {
  .home-products .container {
    padding-bottom: 40px; } }

@media (max-width: 1440px) {
  .home-products .container {
    padding-bottom: 40px; } }

@media (max-width: 1199px) {
  .home-products .container {
    padding-bottom: 40px; } }

@media (max-width: 991px) {
  .home-products .container {
    padding-bottom: 35px; } }

@media (max-width: 767px) {
  .home-products .container {
    padding-bottom: 35px; } }

@media (max-width: 480px) {
  .home-products .container {
    padding-bottom: 30px; } }

/* .home-products .grid-wrap .link {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 166px; } */

  .home-products .grid-wrap .link {
      display: inline-block;
      margin-left: auto;
      margin-right: auto;
      max-width: 245px;
      left: 50%;
      transform: translateX(-210px);
  }
  a.link.store {
    margin-left: 15px;
  }
.home-products .grid-wrap .link.filter.store {
  margin-right: 0;
}

/*===> End Home products <===*/
/*===> Begin Grid <===*/
.grid {
  margin-left: -15px;
  margin-right: -15px; }
  @media (max-width: 4096px) {
    .grid {
      margin-top: -30px; } }
  @media (max-width: 1600px) {
    .grid {
      margin-top: -30px; } }
  @media (max-width: 1440px) {
    .grid {
      margin-top: -30px; } }
  @media (max-width: 1199px) {
    .grid {
      margin-top: -30px; } }
  @media (max-width: 991px) {
    .grid {
      margin-top: -25px; } }
  @media (max-width: 767px) {
    .grid {
      margin-top: -25px; } }
  @media (max-width: 480px) {
    .grid {
      margin-top: -20px; } }
  @media (max-width: 4096px) {
    .grid {
      margin-bottom: 40px; } }
  @media (max-width: 1600px) {
    .grid {
      margin-bottom: 40px; } }
  @media (max-width: 1440px) {
    .grid {
      margin-bottom: 40px; } }
  @media (max-width: 1199px) {
    .grid {
      margin-bottom: 40px; } }
  @media (max-width: 991px) {
    .grid {
      margin-bottom: 35px; } }
  @media (max-width: 767px) {
    .grid {
      margin-bottom: 35px; } }
  @media (max-width: 480px) {
    .grid {
      margin-bottom: 30px; } }
  .grid .grid-item {
    width: 25%;
    padding-left: 15px;
    padding-right: 15px; }
    @media (max-width: 4096px) {
      .grid .grid-item {
        margin-top: 30px; } }
    @media (max-width: 1600px) {
      .grid .grid-item {
        margin-top: 30px; } }
    @media (max-width: 1440px) {
      .grid .grid-item {
        margin-top: 30px; } }
    @media (max-width: 1199px) {
      .grid .grid-item {
        margin-top: 30px; } }
    @media (max-width: 991px) {
      .grid .grid-item {
        margin-top: 25px; } }
    @media (max-width: 767px) {
      .grid .grid-item {
        margin-top: 25px; } }
    @media (max-width: 480px) {
      .grid .grid-item {
        margin-top: 20px; } }
    .grid .grid-item .product-card {
      margin-left: auto;
      margin-right: auto; }
  @media (max-width: 767px) {
    .grid .grid-item {
      width: 33.33%; } }
  @media (max-width: 570px) {
    .grid .grid-item {
      width: 50%; } }
  @media (max-width: 480px) {
    .grid .grid-item {
      width: 100%; } }

.grid-filter ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  margin-bottom: 0; }
  .grid-filter ul li {
    margin-right: 40px;
    margin-bottom: 30px;
    padding-left: 0; }
    .grid-filter ul li:last-child {
      margin-right: 0; }
    .grid-filter ul li::after {
      display: none; }
    .grid-filter ul li a {
      position: relative;
      margin-bottom: 0;
      padding-bottom: 10px;
      font-family: "Josefin Sans", sans-serif;
      font-weight: 500;
      font-size: 18px;
      color: #9d9d9d; }
      .grid-filter ul li a:hover {
        color: #222831; }
      .grid-filter ul li a::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 0%;
        height: 2px;
        background: #769fcd; }
      .grid-filter ul li a.active {
        color: #222831; }
        .grid-filter ul li a.active::after {
          width: 100%; }

@media (max-width: 767px) {
  .grid-filter ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .grid-filter ul li {
      margin-right: 15px;
      margin-bottom: 20px; } }

/*===> End Grid <===*/
/*===> Begin Sale banner <===*/
.sale-banner {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  height: 565px;
  background: #e5e5e2;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #e5e5e2 0%, #f6f6f4 40%, #f6f6f4 60%, #e0e3e0 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e2', endColorstr='#e0e3e0',GradientType=1 );
  /* IE6-9 */ }
  .sale-banner > img {
    position: absolute;
    bottom: 0; }
    .sale-banner > img.left-img {
      left: 8%; }
    .sale-banner > img.right-img {
      right: 3%; }
  .sale-banner .container {
    position: relative;
    z-index: 10; }
  .sale-banner .sale-banner__header {
    position: relative;
    z-index: 2;
    text-align: center; }
    @media (max-width: 4096px) {
      .sale-banner .sale-banner__header {
        margin-bottom: 40px; } }
    @media (max-width: 1600px) {
      .sale-banner .sale-banner__header {
        margin-bottom: 40px; } }
    @media (max-width: 1440px) {
      .sale-banner .sale-banner__header {
        margin-bottom: 40px; } }
    @media (max-width: 1199px) {
      .sale-banner .sale-banner__header {
        margin-bottom: 40px; } }
    @media (max-width: 991px) {
      .sale-banner .sale-banner__header {
        margin-bottom: 35px; } }
    @media (max-width: 767px) {
      .sale-banner .sale-banner__header {
        margin-bottom: 35px; } }
    @media (max-width: 480px) {
      .sale-banner .sale-banner__header {
        margin-bottom: 30px; } }
    .sale-banner .sale-banner__header h2, .sale-banner .sale-banner__header .h2 {
      position: relative;
      z-index: 2;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 2px;
      margin-bottom: 10px; }
      .sale-banner .sale-banner__header h2 .percent, .sale-banner .sale-banner__header .h2 .percent {
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: -1;
        font-family: "Josefin Sans", sans-serif;
        font-weight: 700;
        font-size: 100px;
        letter-spacing: 12px;
        color: #474a56;
        opacity: .15;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
    .sale-banner .sale-banner__header h4, .sale-banner .sale-banner__header .h4 {
      margin-bottom: 0;
      text-transform: lowercase;
      font-weight: 500;
      letter-spacing: 1px; }
  @media (max-width: 4096px) {
    .sale-banner .timer-wrap {
      padding-top: 40px; } }
  @media (max-width: 1600px) {
    .sale-banner .timer-wrap {
      padding-top: 40px; } }
  @media (max-width: 1440px) {
    .sale-banner .timer-wrap {
      padding-top: 40px; } }
  @media (max-width: 1199px) {
    .sale-banner .timer-wrap {
      padding-top: 40px; } }
  @media (max-width: 991px) {
    .sale-banner .timer-wrap {
      padding-top: 35px; } }
  @media (max-width: 767px) {
    .sale-banner .timer-wrap {
      padding-top: 35px; } }
  @media (max-width: 480px) {
    .sale-banner .timer-wrap {
      padding-top: 30px; } }
  .sale-banner .rotate-sell {
    position: absolute;
    top: 0;
    height: 100%;
    width: 80px;
    z-index: 10;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center; }
    .sale-banner .rotate-sell:hover {
      background: rgba(255, 255, 255, 0.3); }
    .sale-banner .rotate-sell span {
      position: relative;
      padding-left: 60px;
      font-weight: 500;
      font-size: 15px;
      text-transform: uppercase;
      color: #626060;
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
      transition: all .25s; }
      .sale-banner .rotate-sell span::before {
        content: '';
        position: absolute;
        left: 0;
        top: 50%;
        width: 50px;
        height: 1px;
        background: #9d9d9d;
        transition: all .25s; }
    .sale-banner .rotate-sell.sale-left {
      left: 0; }
    .sale-banner .rotate-sell.sale-right {
      right: 0; }
      .sale-banner .rotate-sell.sale-right span {
        padding-right: 60px;
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg); }
        .sale-banner .rotate-sell.sale-right span::before {
          left: auto;
          right: 0;
          top: 50%; }
  @media (max-width: 1600px) {
    .sale-banner > img.left-img {
      left: 5%; }
    .sale-banner > img.right-img {
      right: 2%; } }
  @media (max-width: 1440px) {
    .sale-banner > img.left-img {
      left: 0;
      height: 490px; }
    .sale-banner > img.right-img {
      right: 0;
      height: 540px; } }
  @media (max-width: 1199px) {
    .sale-banner {
      height: auto;
      min-height: 400px; }
      .sale-banner > img.left-img {
        height: 390px; }
      .sale-banner > img.right-img {
        height: 440px; } }
  @media (max-width: 991px) {
    .sale-banner > img.left-img {
      height: 340px; }
    .sale-banner > img.right-img {
      height: 390px; } }
  @media (max-width: 767px) {
    .sale-banner {
      min-height: 350px;
      padding-top: 30px;
      padding-bottom: 30px; }
      .sale-banner > img {
        display: none; }
      .sale-banner .container {
        width: 100%; }
      .sale-banner .sale-banner__header h2 .percent, .sale-banner .sale-banner__header .h2 .percent {
        font-size: 80px; } }
  @media (max-width: 480px) {
    .sale-banner {
      min-height: 300px; } }
  @media (max-width: 480px) and (max-width: 4096px) {
    .sale-banner .timer-wrap {
      padding-bottom: 40px; } }
  @media (max-width: 480px) and (max-width: 1600px) {
    .sale-banner .timer-wrap {
      padding-bottom: 40px; } }
  @media (max-width: 480px) and (max-width: 1440px) {
    .sale-banner .timer-wrap {
      padding-bottom: 40px; } }
  @media (max-width: 480px) and (max-width: 1199px) {
    .sale-banner .timer-wrap {
      padding-bottom: 40px; } }
  @media (max-width: 480px) and (max-width: 991px) {
    .sale-banner .timer-wrap {
      padding-bottom: 35px; } }
  @media (max-width: 480px) and (max-width: 767px) {
    .sale-banner .timer-wrap {
      padding-bottom: 35px; } }
  @media (max-width: 480px) and (max-width: 480px) {
    .sale-banner .timer-wrap {
      padding-bottom: 30px; } }
  @media (max-width: 480px) {
      .sale-banner .sale-banner__header h2 .percent, .sale-banner .sale-banner__header .h2 .percent {
        font-size: 70px; }
      .sale-banner .rotate-sell {
        top: auto;
        bottom: 0;
        height: 40px;
        width: 50%; }
        .sale-banner .rotate-sell span {
          padding-left: 0;
          -ms-transform: rotate(0);
              transform: rotate(0); }
          .sale-banner .rotate-sell span::before {
            display: none; }
        .sale-banner .rotate-sell.sale-left {
          left: 0; }
        .sale-banner .rotate-sell.sale-right {
          right: 0; }
          .sale-banner .rotate-sell.sale-right span {
            padding-right: 0;
            -ms-transform: rotate(0);
                transform: rotate(0); } }

/*===> End Sale banner <===*/
/*===> Begin Timer <===*/
.timer-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: -20px; }
  .timer-wrap .timer-block-wrap {
    width: 25%;
    margin-bottom: 20px;
    border-right: 1px solid #9d9d9d;
    text-align: center; }
    .timer-wrap .timer-block-wrap:last-child {
      border-right: none; }
    .timer-wrap .timer-block-wrap .timer-count {
      margin-bottom: 5px;
      font-family: "Josefin Sans", sans-serif;
      font-weight: 600;
      font-size: 70px;
      line-height: 1em;
      color: #222831; }
      .timer-wrap .timer-block-wrap .timer-count p {
        margin-bottom: 0; }
    .timer-wrap .timer-block-wrap .timer-text {
      margin-bottom: 0;
      font-family: "Josefin Sans", sans-serif;
      font-weight: 500;
      font-size: 22px;
      color: #474a56; }
  @media (max-width: 1199px) {
    .timer-wrap .timer-block-wrap .timer-count {
      margin-bottom: 0;
      font-size: 50px; }
    .timer-wrap .timer-block-wrap .timer-text {
      font-size: 20px; } }
  @media (max-width: 767px) {
    .timer-wrap {
      max-width: 450px;
      margin-left: auto;
      margin-right: auto; }
      .timer-wrap .timer-block-wrap .timer-count {
        margin-bottom: 0;
        font-size: 36px; } }
  @media (max-width: 480px) {
    .timer-wrap .timer-block-wrap .timer-count {
      font-size: 30px; }
    .timer-wrap .timer-block-wrap .timer-text {
      font-size: 16px; } }

/*===> End Timer <===*/
/*==> Begin New arrivals <===*/
@media (max-width: 4096px) {
  .new-arrivals-section {
    padding-top: 40px; } }

@media (max-width: 1600px) {
  .new-arrivals-section {
    padding-top: 40px; } }

@media (max-width: 1440px) {
  .new-arrivals-section {
    padding-top: 40px; } }

@media (max-width: 1199px) {
  .new-arrivals-section {
    padding-top: 40px; } }

@media (max-width: 991px) {
  .new-arrivals-section {
    padding-top: 35px; } }

@media (max-width: 767px) {
  .new-arrivals-section {
    padding-top: 35px; } }

@media (max-width: 480px) {
  .new-arrivals-section {
    padding-top: 30px; } }

@media (max-width: 4096px) {
  .new-arrivals-section {
    padding-bottom: 40px; } }

@media (max-width: 1600px) {
  .new-arrivals-section {
    padding-bottom: 40px; } }

@media (max-width: 1440px) {
  .new-arrivals-section {
    padding-bottom: 40px; } }

@media (max-width: 1199px) {
  .new-arrivals-section {
    padding-bottom: 40px; } }

@media (max-width: 991px) {
  .new-arrivals-section {
    padding-bottom: 35px; } }

@media (max-width: 767px) {
  .new-arrivals-section {
    padding-bottom: 35px; } }

@media (max-width: 480px) {
  .new-arrivals-section {
    padding-bottom: 30px; } }

.new-arrivals-section .new-arrivals-wrap {
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 4096px) {
    .new-arrivals-section .new-arrivals-wrap {
      padding-top: 40px; } }
  @media (max-width: 1600px) {
    .new-arrivals-section .new-arrivals-wrap {
      padding-top: 40px; } }
  @media (max-width: 1440px) {
    .new-arrivals-section .new-arrivals-wrap {
      padding-top: 40px; } }
  @media (max-width: 1199px) {
    .new-arrivals-section .new-arrivals-wrap {
      padding-top: 40px; } }
  @media (max-width: 991px) {
    .new-arrivals-section .new-arrivals-wrap {
      padding-top: 35px; } }
  @media (max-width: 767px) {
    .new-arrivals-section .new-arrivals-wrap {
      padding-top: 35px; } }
  @media (max-width: 480px) {
    .new-arrivals-section .new-arrivals-wrap {
      padding-top: 30px; } }
  .new-arrivals-section .new-arrivals-wrap .new-arrivals-head {
    width: 25%;
    padding-right: 15px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center; }
    .new-arrivals-section .new-arrivals-wrap .new-arrivals-head .slider-buttons .slider-arrow:first-child {
      margin-right: 30px; }
  .new-arrivals-section .new-arrivals-wrap .new-arrivals-slider-wrap {
    display: block;
    width: 75%;
    padding-left: 15px; }
    .new-arrivals-section .new-arrivals-wrap .new-arrivals-slider-wrap .new-arrivals-slider {
      margin-right: -15px;
      margin-left: -15px; }
      .new-arrivals-section .new-arrivals-wrap .new-arrivals-slider-wrap .new-arrivals-slider .slider-card {
        padding: 0 15px; }

@media (max-width: 767px) {
  .new-arrivals-section .new-arrivals-wrap {
    -ms-flex-direction: column;
        flex-direction: column; }
    .new-arrivals-section .new-arrivals-wrap .new-arrivals-head {
      width: 100%;
      -ms-flex-direction: row;
          flex-direction: row;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: justify;
          justify-content: space-between;
      margin-bottom: 30px;
      padding-right: 0; }
      .new-arrivals-section .new-arrivals-wrap .new-arrivals-head h2, .new-arrivals-section .new-arrivals-wrap .new-arrivals-head .h2 {
        margin-bottom: 0;
        text-align: center; }
        .new-arrivals-section .new-arrivals-wrap .new-arrivals-head h2 br, .new-arrivals-section .new-arrivals-wrap .new-arrivals-head .h2 br {
          display: none; }
      .new-arrivals-section .new-arrivals-wrap .new-arrivals-head .slider-buttons {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
            justify-content: center; }
        .new-arrivals-section .new-arrivals-wrap .new-arrivals-head .slider-buttons .slider-arrow:first-child {
          margin-right: 15px; }
    .new-arrivals-section .new-arrivals-wrap .new-arrivals-slider-wrap {
      width: 100%;
      padding-left: 0; }
      .new-arrivals-section .new-arrivals-wrap .new-arrivals-slider-wrap .product-card {
        max-width: none;
        width: 100%;
        margin-left: auto;
        margin-right: auto; }
        .new-arrivals-section .new-arrivals-wrap .new-arrivals-slider-wrap .product-card .product-card-logo img {
          width: 100%; } }

@media (max-width: 767px) and (max-width: 480px) {
  .new-arrivals-section .new-arrivals-wrap .new-arrivals-head {
    max-width: 290px;
    margin-left: auto;
    margin-right: auto; }
  .new-arrivals-section .new-arrivals-wrap .new-arrivals-slider-wrap .product-card {
    max-width: 290px; } }

/*==> End New arrivals <===*/
/*===> Begin Instagram widget <===*/
@media (max-width: 4096px) {
  .instagram-widget-wrap {
    padding-top: 40px; } }

@media (max-width: 1600px) {
  .instagram-widget-wrap {
    padding-top: 40px; } }

@media (max-width: 1440px) {
  .instagram-widget-wrap {
    padding-top: 40px; } }

@media (max-width: 1199px) {
  .instagram-widget-wrap {
    padding-top: 40px; } }

@media (max-width: 991px) {
  .instagram-widget-wrap {
    padding-top: 35px; } }

@media (max-width: 767px) {
  .instagram-widget-wrap {
    padding-top: 35px; } }

@media (max-width: 480px) {
  .instagram-widget-wrap {
    padding-top: 30px; } }

.instagram-widget-wrap .instagram-widget__head {
  position: relative;
  padding-top: 60px;
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
  text-align: center; }
  @media (max-width: 4096px) {
    .instagram-widget-wrap .instagram-widget__head {
      margin-bottom: 40px; } }
  @media (max-width: 1600px) {
    .instagram-widget-wrap .instagram-widget__head {
      margin-bottom: 40px; } }
  @media (max-width: 1440px) {
    .instagram-widget-wrap .instagram-widget__head {
      margin-bottom: 40px; } }
  @media (max-width: 1199px) {
    .instagram-widget-wrap .instagram-widget__head {
      margin-bottom: 40px; } }
  @media (max-width: 991px) {
    .instagram-widget-wrap .instagram-widget__head {
      margin-bottom: 35px; } }
  @media (max-width: 767px) {
    .instagram-widget-wrap .instagram-widget__head {
      margin-bottom: 35px; } }
  @media (max-width: 480px) {
    .instagram-widget-wrap .instagram-widget__head {
      margin-bottom: 30px; } }
  .instagram-widget-wrap .instagram-widget__head h4, .instagram-widget-wrap .instagram-widget__head .h4 {
    margin-bottom: 15px;
    text-transform: uppercase; }
  .instagram-widget-wrap .instagram-widget__head h5, .instagram-widget-wrap .instagram-widget__head .h5 {
    margin-bottom: 0;
    text-transform: uppercase; }
  .instagram-widget-wrap .instagram-widget__head img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1; }

.instagram-widget-wrap .instagram-widget-slider {
  margin-right: -15px;
  margin-left: -15px; }
  .instagram-widget-wrap .instagram-widget-slider div {
    display: block !important; }

.instagram-widget-wrap .insta-card {
  position: relative;
  display: block; }
  .instagram-widget-wrap .insta-card:hover .post-info {
    opacity: 1;
    -ms-transform: scale(1);
        transform: scale(1); }
  .instagram-widget-wrap .insta-card .post-info {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    -ms-transform: scale(0.8);
        transform: scale(0.8);
    transition: all .3s; }
    .instagram-widget-wrap .insta-card .post-info span {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      margin-right: 20px;
      font-family: "Nunito", sans-serif;
      font-size: 16px;
      color: #fff; }
      .instagram-widget-wrap .insta-card .post-info span:last-child {
        margin-right: 0; }
      .instagram-widget-wrap .insta-card .post-info span .mdi {
        margin-right: 5px;
        font-size: 18px; }

@media (max-width: 480px) {
  .instagram-widget-wrap .instagram-widget__head {
    padding-top: 20px; } }

/*===> End Instagram widget <===*/
/*===> Begin Categories card <===*/
.categories-card {
  position: relative;
  display: block;
  overflow: hidden; }
  .categories-card::after {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -65px;
    width: 100%;
    height: 130px;
    background: rgba(255, 255, 255, 0.8);
    z-index: 1;
    transition: all .38s; }
  .categories-card:hover::after {
    top: 0;
    height: 100%;
    margin-top: 0;
    background: rgba(255, 255, 255, 0.5); }
  .categories-card .category-info {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 2;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    width: 100%;
    height: 130px;
    text-align: center;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
    .categories-card .category-info .category-info__text {
      margin-bottom: 5px;
      font-family: "Nunito", sans-serif;
      font-weight: 600;
      font-size: 15px;
      color: #222831; }
    .categories-card .category-info .category-name {
      margin-bottom: 0;
      font-weight: 500; }
  .categories-card img {
    position: relative;
    left: 50%;
    max-width: none;
    height: 100%;
    -ms-transform: translateX(-50%);
        transform: translateX(-50%); }

/*===> End Categories card <===*/
/*===> Begin Categories content <===*/
@media (max-width: 4096px) {
  .categories-content {
    padding-top: 40px; } }

@media (max-width: 1600px) {
  .categories-content {
    padding-top: 40px; } }

@media (max-width: 1440px) {
  .categories-content {
    padding-top: 40px; } }

@media (max-width: 1199px) {
  .categories-content {
    padding-top: 40px; } }

@media (max-width: 991px) {
  .categories-content {
    padding-top: 35px; } }

@media (max-width: 767px) {
  .categories-content {
    padding-top: 35px; } }

@media (max-width: 480px) {
  .categories-content {
    padding-top: 30px; } }

@media (max-width: 4096px) {
  .categories-content {
    padding-bottom: 40px; } }

@media (max-width: 1600px) {
  .categories-content {
    padding-bottom: 40px; } }

@media (max-width: 1440px) {
  .categories-content {
    padding-bottom: 40px; } }

@media (max-width: 1199px) {
  .categories-content {
    padding-bottom: 40px; } }

@media (max-width: 991px) {
  .categories-content {
    padding-bottom: 35px; } }

@media (max-width: 767px) {
  .categories-content {
    padding-bottom: 35px; } }

@media (max-width: 480px) {
  .categories-content {
    padding-bottom: 30px; } }

@media (max-width: 4096px) {
  .categories-content .container {
    padding-top: 40px; } }

@media (max-width: 1600px) {
  .categories-content .container {
    padding-top: 40px; } }

@media (max-width: 1440px) {
  .categories-content .container {
    padding-top: 40px; } }

@media (max-width: 1199px) {
  .categories-content .container {
    padding-top: 40px; } }

@media (max-width: 991px) {
  .categories-content .container {
    padding-top: 35px; } }

@media (max-width: 767px) {
  .categories-content .container {
    padding-top: 35px; } }

@media (max-width: 480px) {
  .categories-content .container {
    padding-top: 30px; } }

@media (max-width: 4096px) {
  .categories-content .container {
    padding-bottom: 40px; } }

@media (max-width: 1600px) {
  .categories-content .container {
    padding-bottom: 40px; } }

@media (max-width: 1440px) {
  .categories-content .container {
    padding-bottom: 40px; } }

@media (max-width: 1199px) {
  .categories-content .container {
    padding-bottom: 40px; } }

@media (max-width: 991px) {
  .categories-content .container {
    padding-bottom: 35px; } }

@media (max-width: 767px) {
  .categories-content .container {
    padding-bottom: 35px; } }

@media (max-width: 480px) {
  .categories-content .container {
    padding-bottom: 30px; } }

.categories-content .categories-grid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px; }
  @media (max-width: 4096px) {
    .categories-content .categories-grid {
      margin-bottom: -30px; } }
  @media (max-width: 1600px) {
    .categories-content .categories-grid {
      margin-bottom: -30px; } }
  @media (max-width: 1440px) {
    .categories-content .categories-grid {
      margin-bottom: -30px; } }
  @media (max-width: 1199px) {
    .categories-content .categories-grid {
      margin-bottom: -30px; } }
  @media (max-width: 991px) {
    .categories-content .categories-grid {
      margin-bottom: -25px; } }
  @media (max-width: 767px) {
    .categories-content .categories-grid {
      margin-bottom: -25px; } }
  @media (max-width: 480px) {
    .categories-content .categories-grid {
      margin-bottom: -20px; } }
  .categories-content .categories-grid .grid-item {
    padding: 0 15px; }
    @media (max-width: 4096px) {
      .categories-content .categories-grid .grid-item {
        margin-bottom: 30px; } }
    @media (max-width: 1600px) {
      .categories-content .categories-grid .grid-item {
        margin-bottom: 30px; } }
    @media (max-width: 1440px) {
      .categories-content .categories-grid .grid-item {
        margin-bottom: 30px; } }
    @media (max-width: 1199px) {
      .categories-content .categories-grid .grid-item {
        margin-bottom: 30px; } }
    @media (max-width: 991px) {
      .categories-content .categories-grid .grid-item {
        margin-bottom: 25px; } }
    @media (max-width: 767px) {
      .categories-content .categories-grid .grid-item {
        margin-bottom: 25px; } }
    @media (max-width: 480px) {
      .categories-content .categories-grid .grid-item {
        margin-bottom: 20px; } }
    .categories-content .categories-grid .grid-item.grid-width-1 {
      width: 50%; }
    .categories-content .categories-grid .grid-item.grid-width-2 {
      width: 25%; }
    .categories-content .categories-grid .grid-item.grid-width-3 {
      width: 41.66666667%; }
    .categories-content .categories-grid .grid-item.grid-width-4 {
      width: 33.33%; }

@media (max-width: 991px) {
  .categories-content .categories-grid {
    max-width: 555px;
    margin-left: auto;
    margin-right: auto; }
    .categories-content .categories-grid .grid-item.grid-width-1 {
      width: 100%; }
    .categories-content .categories-grid .grid-item.grid-width-2 {
      width: 50%; }
    .categories-content .categories-grid .grid-item.grid-width-3 {
      width: 100%; }
    .categories-content .categories-grid .grid-item.grid-width-4 {
      width: 50%; }
    .categories-content .categories-grid .grid-item .categories-card img {
      min-width: 100%; } }

@media (max-width: 480px) {
  .categories-content .categories-grid {
    max-width: 350px; }
    .categories-content .categories-grid .grid-item.grid-width-1 {
      width: 100%; }
    .categories-content .categories-grid .grid-item.grid-width-2 {
      width: 100%; }
    .categories-content .categories-grid .grid-item.grid-width-3 {
      width: 100%; }
    .categories-content .categories-grid .grid-item.grid-width-4 {
      width: 100%; }
    .categories-content .categories-grid .grid-item .categories-card img {
      width: auto; } }

/*===> End Categories content <===*/
/*===> Begin Shop sidebar <===*/
@media (max-width: 4096px) {
  .shop-sidebar {
    padding-top: 40px; } }

@media (max-width: 1600px) {
  .shop-sidebar {
    padding-top: 40px; } }

@media (max-width: 1440px) {
  .shop-sidebar {
    padding-top: 40px; } }

@media (max-width: 1199px) {
  .shop-sidebar {
    padding-top: 40px; } }

@media (max-width: 991px) {
  .shop-sidebar {
    padding-top: 35px; } }

@media (max-width: 767px) {
  .shop-sidebar {
    padding-top: 35px; } }

@media (max-width: 480px) {
  .shop-sidebar {
    padding-top: 30px; } }

@media (max-width: 4096px) {
  .shop-sidebar {
    padding-bottom: 40px; } }

@media (max-width: 1600px) {
  .shop-sidebar {
    padding-bottom: 40px; } }

@media (max-width: 1440px) {
  .shop-sidebar {
    padding-bottom: 40px; } }

@media (max-width: 1199px) {
  .shop-sidebar {
    padding-bottom: 40px; } }

@media (max-width: 991px) {
  .shop-sidebar {
    padding-bottom: 35px; } }

@media (max-width: 767px) {
  .shop-sidebar {
    padding-bottom: 35px; } }

@media (max-width: 480px) {
  .shop-sidebar {
    padding-bottom: 30px; } }

.shop-sidebar .filter-sidebar,
.shop-sidebar .shop-sidebar-tags {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #dddddd;
  transition: margin 0.2s, padding 0.2s; }
  .shop-sidebar .filter-sidebar.short,
  .shop-sidebar .shop-sidebar-tags.short {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0; }

.shop-sidebar h4, .shop-sidebar .h4 {
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 5px;
  font-weight: 600; }
  .shop-sidebar h4::after, .shop-sidebar .h4::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 25px;
    height: 1px;
    background: #d6e6f2; }
  .shop-sidebar h4.filter-head, .shop-sidebar .h4.filter-head {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
    cursor: pointer; }
  .shop-sidebar h4.filter-head-active .mdi, .shop-sidebar .h4.filter-head-active .mdi {
    -ms-transform: rotate(180deg);
        transform: rotate(180deg); }
  .shop-sidebar h4 .mdi, .shop-sidebar .h4 .mdi {
    width: 30px;
    text-align: center;
    font-size: 22px;
    color: #9d9d9d;
    transition: all .3s; }

.shop-sidebar .filter-list {
  margin-bottom: 0; }
  .shop-sidebar .filter-list > li:last-child > a, .shop-sidebar .filter-list > li:last-child > p {
    margin-bottom: 0; }
  .shop-sidebar .filter-list > li > a, .shop-sidebar .filter-list > li > p {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    margin-bottom: 15px;
    font-weight: "Nunito", sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #222222; }
    .shop-sidebar .filter-list > li > a:hover, .shop-sidebar .filter-list > li > p:hover {
      color: #769fcd; }
    .shop-sidebar .filter-list > li > a.active .plus::before, .shop-sidebar .filter-list > li > p.active .plus::before {
      margin-top: -1px;
      margin-left: -5px;
      width: 10px;
      height: 2px; }
    .shop-sidebar .filter-list > li > a.active + ul, .shop-sidebar .filter-list > li > p.active + ul {
      display: block; }
  .shop-sidebar .filter-list li {
    padding-left: 0; }
    .shop-sidebar .filter-list li::after {
      display: none; }
  .shop-sidebar .filter-list ul {
    display: none;
    padding-left: 30px; }
    .shop-sidebar .filter-list ul li a {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: justify;
          justify-content: space-between;
      margin-bottom: 10px;
      font-weight: "Nunito", sans-serif;
      font-size: 15px;
      font-weight: 500;
      color: #9d9d9d; }
      .shop-sidebar .filter-list ul li a:hover {
        color: #769fcd; }
  .shop-sidebar .filter-list .plus {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    height: 100%;
    width: 30px;
    cursor: pointer; }
    .shop-sidebar .filter-list .plus:hover::before, .shop-sidebar .filter-list .plus:hover::after {
      background: #769fcd; }
    .shop-sidebar .filter-list .plus::before, .shop-sidebar .filter-list .plus::after {
      content: '';
      position: absolute;
      width: 10px;
      height: 2px;
      background: #222831;
      transition: all .3s; }
    .shop-sidebar .filter-list .plus::before {
      top: 50%;
      left: 50%;
      margin-left: -1px;
      margin-top: -5px;
      width: 2px;
      height: 10px; }
    .shop-sidebar .filter-list .plus::after {
      top: 50%;
      left: 50%;
      margin-top: -1px;
      margin-left: -5px; }

.shop-sidebar .main-sidebar-tags__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: -10px;
  margin-right: -7px;
  margin-left: -7px; }
  .shop-sidebar .main-sidebar-tags__list li {
    width: 50%;
    padding-right: 7px;
    padding-left: 7px; }
    .shop-sidebar .main-sidebar-tags__list li::after {
      display: none; }
    .shop-sidebar .main-sidebar-tags__list li a {
      display: block;
      width: 100%;
      margin-bottom: 10px;
      padding: 10px;
      border: 1px solid #dddddd;
      font-weight: 500;
      font-size: 15px;
      text-align: center;
      letter-spacing: 0.3px;
      color: #474a56; }
      .shop-sidebar .main-sidebar-tags__list li a:hover {
        background: #769fcd;
        color: #fff; }

.shop-sidebar .latest-product-list {
  margin-bottom: 20px;
  padding-left: 0; }
  .shop-sidebar .latest-product-list li {
    margin-bottom: 10px;
    padding-bottom: 10px;
    padding-left: 0;
    border-bottom: 1px dashed #dddddd; }
    .shop-sidebar .latest-product-list li::after {
      display: none; }
    .shop-sidebar .latest-product-list li:last-child {
      margin-bottom: 0;
      padding-bottom: 0;
      border-bottom: none; }

.shop-sidebar .latest-product-list {
  margin-bottom: 0; }

.shop-sidebar .sidebar-filter {
  position: relative; }
  .shop-sidebar .sidebar-filter .close-filter {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
    margin-bottom: 10px;
    margin-left: -15px;
    margin-right: -15px;
    padding: 5px 15px;
    box-shadow: 0px 2px 5px -4px rgba(0, 0, 0, 0.75); }
    .shop-sidebar .sidebar-filter .close-filter span {
      font-size: 22px; }
  .shop-sidebar .sidebar-filter .show-filter {
    position: absolute;
    top: 50%;
    right: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    width: 35px;
    height: 35px;
    box-shadow: -2px 0px 5px 0px rgba(0, 0, 0, 0.05);
    background: #fff;
    font-size: 26px; }
  .shop-sidebar .sidebar-filter .close-filter,
  .shop-sidebar .sidebar-filter .show-filter {
    display: none; }

@media (max-width: 991px) {
  .shop-sidebar .sidebar-filter {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 199;
    width: 100%;
    max-width: 320px;
    background: #fff;
    padding: 0 15px;
    height: 100%;
    max-height: 100vh;
    padding-bottom: 20px;
    -ms-transform: translateX(100%);
        transform: translateX(100%);
    transition: transform .3s; }
    .shop-sidebar .sidebar-filter.show {
      -ms-transform: translateX(0);
          transform: translateX(0);
      z-index: 1001; }
    .shop-sidebar .sidebar-filter .inner-wrap {
      height: 100%;
      max-height: 100vh;
      overflow: auto; }
    .shop-sidebar .sidebar-filter .close-filter {
      display: -ms-flexbox;
      display: flex; }
    .shop-sidebar .sidebar-filter .show-filter {
      display: -ms-flexbox;
      display: flex; } }

/*===> End Shop sidebar <===*/
/*===> Begin Latest product <===*/
.latest-product {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 0; }
  .latest-product > a {
    min-width: 98px;
    padding-right: 15px;
    margin-bottom: 0; }
  .latest-product .latest-product__desc {
    width: 100%; }
    .latest-product .latest-product__desc h5, .latest-product .latest-product__desc .h5 {
      margin-bottom: 10px;
      line-height: 1.2em; }
    .latest-product .latest-product__desc .price {
      font-size: 18px; }

/*===> End Latest product <===*/
/*===> Begin Shop page 1 content <===*/
@media (max-width: 4096px) {
  .shop-page-content-1,
  .shop-page-content-2,
  .shop-page-content-3 {
    padding-top: 40px; } }

@media (max-width: 1600px) {
  .shop-page-content-1,
  .shop-page-content-2,
  .shop-page-content-3 {
    padding-top: 40px; } }

@media (max-width: 1440px) {
  .shop-page-content-1,
  .shop-page-content-2,
  .shop-page-content-3 {
    padding-top: 40px; } }

@media (max-width: 1199px) {
  .shop-page-content-1,
  .shop-page-content-2,
  .shop-page-content-3 {
    padding-top: 40px; } }

@media (max-width: 991px) {
  .shop-page-content-1,
  .shop-page-content-2,
  .shop-page-content-3 {
    padding-top: 35px; } }

@media (max-width: 767px) {
  .shop-page-content-1,
  .shop-page-content-2,
  .shop-page-content-3 {
    padding-top: 35px; } }

@media (max-width: 480px) {
  .shop-page-content-1,
  .shop-page-content-2,
  .shop-page-content-3 {
    padding-top: 30px; } }

@media (max-width: 4096px) {
  .shop-page-content-1,
  .shop-page-content-2,
  .shop-page-content-3 {
    padding-bottom: 40px; } }

@media (max-width: 1600px) {
  .shop-page-content-1,
  .shop-page-content-2,
  .shop-page-content-3 {
    padding-bottom: 40px; } }

@media (max-width: 1440px) {
  .shop-page-content-1,
  .shop-page-content-2,
  .shop-page-content-3 {
    padding-bottom: 40px; } }

@media (max-width: 1199px) {
  .shop-page-content-1,
  .shop-page-content-2,
  .shop-page-content-3 {
    padding-bottom: 40px; } }

@media (max-width: 991px) {
  .shop-page-content-1,
  .shop-page-content-2,
  .shop-page-content-3 {
    padding-bottom: 35px; } }

@media (max-width: 767px) {
  .shop-page-content-1,
  .shop-page-content-2,
  .shop-page-content-3 {
    padding-bottom: 35px; } }

@media (max-width: 480px) {
  .shop-page-content-1,
  .shop-page-content-2,
  .shop-page-content-3 {
    padding-bottom: 30px; } }

@media (max-width: 4096px) {
  .shop-page-content-1 .shop-page-section,
  .shop-page-content-2 .shop-page-section,
  .shop-page-content-3 .shop-page-section {
    padding-top: 40px; } }

@media (max-width: 1600px) {
  .shop-page-content-1 .shop-page-section,
  .shop-page-content-2 .shop-page-section,
  .shop-page-content-3 .shop-page-section {
    padding-top: 40px; } }

@media (max-width: 1440px) {
  .shop-page-content-1 .shop-page-section,
  .shop-page-content-2 .shop-page-section,
  .shop-page-content-3 .shop-page-section {
    padding-top: 40px; } }

@media (max-width: 1199px) {
  .shop-page-content-1 .shop-page-section,
  .shop-page-content-2 .shop-page-section,
  .shop-page-content-3 .shop-page-section {
    padding-top: 40px; } }

@media (max-width: 991px) {
  .shop-page-content-1 .shop-page-section,
  .shop-page-content-2 .shop-page-section,
  .shop-page-content-3 .shop-page-section {
    padding-top: 35px; } }

@media (max-width: 767px) {
  .shop-page-content-1 .shop-page-section,
  .shop-page-content-2 .shop-page-section,
  .shop-page-content-3 .shop-page-section {
    padding-top: 35px; } }

@media (max-width: 480px) {
  .shop-page-content-1 .shop-page-section,
  .shop-page-content-2 .shop-page-section,
  .shop-page-content-3 .shop-page-section {
    padding-top: 30px; } }

@media (max-width: 4096px) {
  .shop-page-content-1 .shop-page-section,
  .shop-page-content-2 .shop-page-section,
  .shop-page-content-3 .shop-page-section {
    padding-bottom: 40px; } }

@media (max-width: 1600px) {
  .shop-page-content-1 .shop-page-section,
  .shop-page-content-2 .shop-page-section,
  .shop-page-content-3 .shop-page-section {
    padding-bottom: 40px; } }

@media (max-width: 1440px) {
  .shop-page-content-1 .shop-page-section,
  .shop-page-content-2 .shop-page-section,
  .shop-page-content-3 .shop-page-section {
    padding-bottom: 40px; } }

@media (max-width: 1199px) {
  .shop-page-content-1 .shop-page-section,
  .shop-page-content-2 .shop-page-section,
  .shop-page-content-3 .shop-page-section {
    padding-bottom: 40px; } }

@media (max-width: 991px) {
  .shop-page-content-1 .shop-page-section,
  .shop-page-content-2 .shop-page-section,
  .shop-page-content-3 .shop-page-section {
    padding-bottom: 35px; } }

@media (max-width: 767px) {
  .shop-page-content-1 .shop-page-section,
  .shop-page-content-2 .shop-page-section,
  .shop-page-content-3 .shop-page-section {
    padding-bottom: 35px; } }

@media (max-width: 480px) {
  .shop-page-content-1 .shop-page-section,
  .shop-page-content-2 .shop-page-section,
  .shop-page-content-3 .shop-page-section {
    padding-bottom: 30px; } }

.shop-page-content-1 .shop-page-section .link,
.shop-page-content-2 .shop-page-section .link,
.shop-page-content-3 .shop-page-section .link {
  display: block;
  width: 166px;
  margin-left: auto;
  margin-right: auto; }

.shop-page-content-1 .product-list,
.shop-page-content-2 .product-list,
.shop-page-content-3 .product-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px; }
  @media (max-width: 4096px) {
    .shop-page-content-1 .product-list,
    .shop-page-content-2 .product-list,
    .shop-page-content-3 .product-list {
      margin-bottom: -30px; } }
  @media (max-width: 1600px) {
    .shop-page-content-1 .product-list,
    .shop-page-content-2 .product-list,
    .shop-page-content-3 .product-list {
      margin-bottom: -30px; } }
  @media (max-width: 1440px) {
    .shop-page-content-1 .product-list,
    .shop-page-content-2 .product-list,
    .shop-page-content-3 .product-list {
      margin-bottom: -30px; } }
  @media (max-width: 1199px) {
    .shop-page-content-1 .product-list,
    .shop-page-content-2 .product-list,
    .shop-page-content-3 .product-list {
      margin-bottom: -30px; } }
  @media (max-width: 991px) {
    .shop-page-content-1 .product-list,
    .shop-page-content-2 .product-list,
    .shop-page-content-3 .product-list {
      margin-bottom: -25px; } }
  @media (max-width: 767px) {
    .shop-page-content-1 .product-list,
    .shop-page-content-2 .product-list,
    .shop-page-content-3 .product-list {
      margin-bottom: -25px; } }
  @media (max-width: 480px) {
    .shop-page-content-1 .product-list,
    .shop-page-content-2 .product-list,
    .shop-page-content-3 .product-list {
      margin-bottom: -20px; } }
  @media (max-width: 4096px) {
    .shop-page-content-1 .product-list,
    .shop-page-content-2 .product-list,
    .shop-page-content-3 .product-list {
      padding-bottom: 40px; } }
  @media (max-width: 1600px) {
    .shop-page-content-1 .product-list,
    .shop-page-content-2 .product-list,
    .shop-page-content-3 .product-list {
      padding-bottom: 40px; } }
  @media (max-width: 1440px) {
    .shop-page-content-1 .product-list,
    .shop-page-content-2 .product-list,
    .shop-page-content-3 .product-list {
      padding-bottom: 40px; } }
  @media (max-width: 1199px) {
    .shop-page-content-1 .product-list,
    .shop-page-content-2 .product-list,
    .shop-page-content-3 .product-list {
      padding-bottom: 40px; } }
  @media (max-width: 991px) {
    .shop-page-content-1 .product-list,
    .shop-page-content-2 .product-list,
    .shop-page-content-3 .product-list {
      padding-bottom: 35px; } }
  @media (max-width: 767px) {
    .shop-page-content-1 .product-list,
    .shop-page-content-2 .product-list,
    .shop-page-content-3 .product-list {
      padding-bottom: 35px; } }
  @media (max-width: 480px) {
    .shop-page-content-1 .product-list,
    .shop-page-content-2 .product-list,
    .shop-page-content-3 .product-list {
      padding-bottom: 30px; } }
  .shop-page-content-1 .product-list.list-bullet,
  .shop-page-content-2 .product-list.list-bullet,
  .shop-page-content-3 .product-list.list-bullet {
    -ms-flex-direction: column;
        flex-direction: column; }
    .shop-page-content-1 .product-list.list-bullet .product-card,
    .shop-page-content-2 .product-list.list-bullet .product-card,
    .shop-page-content-3 .product-list.list-bullet .product-card {
      width: 100%; }
  .shop-page-content-1 .product-list .product-card,
  .shop-page-content-2 .product-list .product-card,
  .shop-page-content-3 .product-list .product-card {
    width: 33.33%;
    max-width: none;
    padding: 0 15px; }
    @media (max-width: 4096px) {
      .shop-page-content-1 .product-list .product-card,
      .shop-page-content-2 .product-list .product-card,
      .shop-page-content-3 .product-list .product-card {
        margin-bottom: 30px; } }
    @media (max-width: 1600px) {
      .shop-page-content-1 .product-list .product-card,
      .shop-page-content-2 .product-list .product-card,
      .shop-page-content-3 .product-list .product-card {
        margin-bottom: 30px; } }
    @media (max-width: 1440px) {
      .shop-page-content-1 .product-list .product-card,
      .shop-page-content-2 .product-list .product-card,
      .shop-page-content-3 .product-list .product-card {
        margin-bottom: 30px; } }
    @media (max-width: 1199px) {
      .shop-page-content-1 .product-list .product-card,
      .shop-page-content-2 .product-list .product-card,
      .shop-page-content-3 .product-list .product-card {
        margin-bottom: 30px; } }
    @media (max-width: 991px) {
      .shop-page-content-1 .product-list .product-card,
      .shop-page-content-2 .product-list .product-card,
      .shop-page-content-3 .product-list .product-card {
        margin-bottom: 25px; } }
    @media (max-width: 767px) {
      .shop-page-content-1 .product-list .product-card,
      .shop-page-content-2 .product-list .product-card,
      .shop-page-content-3 .product-list .product-card {
        margin-bottom: 25px; } }
    @media (max-width: 480px) {
      .shop-page-content-1 .product-list .product-card,
      .shop-page-content-2 .product-list .product-card,
      .shop-page-content-3 .product-list .product-card {
        margin-bottom: 20px; } }

@media (max-width: 767px) {
  .shop-page-content-1,
  .shop-page-content-2,
  .shop-page-content-3 {
    max-width: 580px;
    margin-left: auto;
    margin-right: auto; }
    .shop-page-content-1.shop-page-content-3 .product-list,
    .shop-page-content-2.shop-page-content-3 .product-list,
    .shop-page-content-3.shop-page-content-3 .product-list {
      -ms-flex-direction: row;
          flex-direction: row; }
      .shop-page-content-1.shop-page-content-3 .product-list .product-card,
      .shop-page-content-2.shop-page-content-3 .product-list .product-card,
      .shop-page-content-3.shop-page-content-3 .product-list .product-card {
        width: 50%; }
    .shop-page-content-1 .product-list .product-card,
    .shop-page-content-2 .product-list .product-card,
    .shop-page-content-3 .product-list .product-card {
      width: 50%; } }

@media (max-width: 480px) {
  .shop-page-content-1,
  .shop-page-content-2,
  .shop-page-content-3 {
    max-width: 320px; }
    .shop-page-content-1.shop-page-content-3,
    .shop-page-content-2.shop-page-content-3,
    .shop-page-content-3.shop-page-content-3 {
      max-width: 320px; }
      .shop-page-content-1.shop-page-content-3 .product-list .product-card,
      .shop-page-content-2.shop-page-content-3 .product-list .product-card,
      .shop-page-content-3.shop-page-content-3 .product-list .product-card {
        width: 100%; }
    .shop-page-content-1 .product-list .product-card,
    .shop-page-content-2 .product-list .product-card,
    .shop-page-content-3 .product-list .product-card {
      width: 100%; }
      .shop-page-content-1 .product-list .product-card img,
      .shop-page-content-2 .product-list .product-card img,
      .shop-page-content-3 .product-list .product-card img {
        width: 100%; } }

/*===> End Shop page 1 content <===*/
/*===> Begin Account content <===*/
@media (max-width: 4096px) {
  .account-content {
    padding-top: 40px; } }

@media (max-width: 1600px) {
  .account-content {
    padding-top: 40px; } }

@media (max-width: 1440px) {
  .account-content {
    padding-top: 40px; } }

@media (max-width: 1199px) {
  .account-content {
    padding-top: 40px; } }

@media (max-width: 991px) {
  .account-content {
    padding-top: 35px; } }

@media (max-width: 767px) {
  .account-content {
    padding-top: 35px; } }

@media (max-width: 480px) {
  .account-content {
    padding-top: 30px; } }

@media (max-width: 4096px) {
  .account-content {
    padding-bottom: 40px; } }

@media (max-width: 1600px) {
  .account-content {
    padding-bottom: 40px; } }

@media (max-width: 1440px) {
  .account-content {
    padding-bottom: 40px; } }

@media (max-width: 1199px) {
  .account-content {
    padding-bottom: 40px; } }

@media (max-width: 991px) {
  .account-content {
    padding-bottom: 35px; } }

@media (max-width: 767px) {
  .account-content {
    padding-bottom: 35px; } }

@media (max-width: 480px) {
  .account-content {
    padding-bottom: 30px; } }

@media (max-width: 4096px) {
  .account-content .container {
    padding-top: 40px; } }

@media (max-width: 1600px) {
  .account-content .container {
    padding-top: 40px; } }

@media (max-width: 1440px) {
  .account-content .container {
    padding-top: 40px; } }

@media (max-width: 1199px) {
  .account-content .container {
    padding-top: 40px; } }

@media (max-width: 991px) {
  .account-content .container {
    padding-top: 35px; } }

@media (max-width: 767px) {
  .account-content .container {
    padding-top: 35px; } }

@media (max-width: 480px) {
  .account-content .container {
    padding-top: 30px; } }

.account-content .container .row > div:nth-child(2) .account-block {
  position: relative; }
  .account-content .container .row > div:nth-child(2) .account-block::after {
    content: '';
    position: absolute;
    top: -20px;
    left: -15px;
    width: 1px;
    height: 100%;
    background: #dddddd; }

@media (max-width: 4096px) {
  .account-content .account-block {
    padding-bottom: 40px; } }

@media (max-width: 1600px) {
  .account-content .account-block {
    padding-bottom: 40px; } }

@media (max-width: 1440px) {
  .account-content .account-block {
    padding-bottom: 40px; } }

@media (max-width: 1199px) {
  .account-content .account-block {
    padding-bottom: 40px; } }

@media (max-width: 991px) {
  .account-content .account-block {
    padding-bottom: 35px; } }

@media (max-width: 767px) {
  .account-content .account-block {
    padding-bottom: 35px; } }

@media (max-width: 480px) {
  .account-content .account-block {
    padding-bottom: 30px; } }

.account-content .account-block p {
  max-width: 360px; }

@media (max-width: 767px) {
  .account-content {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto; }
    .account-content .container .row > div:nth-child(2) .account-block::after {
      display: none; } }

/*===> End Account content <===*/
/*===> Begin Product section description <===*/
@media (max-width: 4096px) {
  .product-section-description {
    padding-top: 40px; } }

@media (max-width: 1600px) {
  .product-section-description {
    padding-top: 40px; } }

@media (max-width: 1440px) {
  .product-section-description {
    padding-top: 40px; } }

@media (max-width: 1199px) {
  .product-section-description {
    padding-top: 40px; } }

@media (max-width: 991px) {
  .product-section-description {
    padding-top: 35px; } }

@media (max-width: 767px) {
  .product-section-description {
    padding-top: 35px; } }

@media (max-width: 480px) {
  .product-section-description {
    padding-top: 30px; } }

@media (max-width: 4096px) {
  .product-section-description {
    padding-bottom: 40px; } }

@media (max-width: 1600px) {
  .product-section-description {
    padding-bottom: 40px; } }

@media (max-width: 1440px) {
  .product-section-description {
    padding-bottom: 40px; } }

@media (max-width: 1199px) {
  .product-section-description {
    padding-bottom: 40px; } }

@media (max-width: 991px) {
  .product-section-description {
    padding-bottom: 35px; } }

@media (max-width: 767px) {
  .product-section-description {
    padding-bottom: 35px; } }

@media (max-width: 480px) {
  .product-section-description {
    padding-bottom: 30px; } }

@media (max-width: 4096px) {
  .product-section-description h2, .product-section-description .h2 {
    margin-bottom: 20px; } }

@media (max-width: 1600px) {
  .product-section-description h2, .product-section-description .h2 {
    margin-bottom: 20px; } }

@media (max-width: 1440px) {
  .product-section-description h2, .product-section-description .h2 {
    margin-bottom: 20px; } }

@media (max-width: 1199px) {
  .product-section-description h2, .product-section-description .h2 {
    margin-bottom: 20px; } }

@media (max-width: 991px) {
  .product-section-description h2, .product-section-description .h2 {
    margin-bottom: 15px; } }

@media (max-width: 767px) {
  .product-section-description h2, .product-section-description .h2 {
    margin-bottom: 15px; } }

@media (max-width: 480px) {
  .product-section-description h2, .product-section-description .h2 {
    margin-bottom: 15px; } }

.product-section-description .product-review {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start; }
  @media (max-width: 4096px) {
    .product-section-description .product-review .rating, .product-section-description .product-review p, .product-section-description .product-review a {
      margin-bottom: 20px; } }
  @media (max-width: 1600px) {
    .product-section-description .product-review .rating, .product-section-description .product-review p, .product-section-description .product-review a {
      margin-bottom: 20px; } }
  @media (max-width: 1440px) {
    .product-section-description .product-review .rating, .product-section-description .product-review p, .product-section-description .product-review a {
      margin-bottom: 20px; } }
  @media (max-width: 1199px) {
    .product-section-description .product-review .rating, .product-section-description .product-review p, .product-section-description .product-review a {
      margin-bottom: 20px; } }
  @media (max-width: 991px) {
    .product-section-description .product-review .rating, .product-section-description .product-review p, .product-section-description .product-review a {
      margin-bottom: 15px; } }
  @media (max-width: 767px) {
    .product-section-description .product-review .rating, .product-section-description .product-review p, .product-section-description .product-review a {
      margin-bottom: 15px; } }
  @media (max-width: 480px) {
    .product-section-description .product-review .rating, .product-section-description .product-review p, .product-section-description .product-review a {
      margin-bottom: 15px; } }
  .product-section-description .product-review .rating {
    margin-right: 20px; }
  .product-section-description .product-review p, .product-section-description .product-review a {
    font-family: "Nunito", sans-serif;
    font-weight: 500;
    font-size: 15px;
    color: #222222; }
  .product-section-description .product-review p {
    position: relative;
    margin-right: 10px;
    padding-right: 11px; }
    .product-section-description .product-review p::after {
      content: '';
      position: absolute;
      top: 50%;
      right: 0;
      width: 1px;
      height: 12px;
      background: #9d9d9d;
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }
  .product-section-description .product-review a:hover {
    color: #769fcd; }

.product-section-description .product-available {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  border-bottom: 1px solid #dddddd; }
  @media (max-width: 4096px) {
    .product-section-description .product-available {
      margin-bottom: 15px; } }
  @media (max-width: 1600px) {
    .product-section-description .product-available {
      margin-bottom: 15px; } }
  @media (max-width: 1440px) {
    .product-section-description .product-available {
      margin-bottom: 15px; } }
  @media (max-width: 1199px) {
    .product-section-description .product-available {
      margin-bottom: 15px; } }
  @media (max-width: 991px) {
    .product-section-description .product-available {
      margin-bottom: 10px; } }
  @media (max-width: 767px) {
    .product-section-description .product-available {
      margin-bottom: 10px; } }
  @media (max-width: 480px) {
    .product-section-description .product-available {
      margin-bottom: 10px; } }
  @media (max-width: 4096px) {
    .product-section-description .product-available .price, .product-section-description .product-available .available {
      margin-bottom: 15px; } }
  @media (max-width: 1600px) {
    .product-section-description .product-available .price, .product-section-description .product-available .available {
      margin-bottom: 15px; } }
  @media (max-width: 1440px) {
    .product-section-description .product-available .price, .product-section-description .product-available .available {
      margin-bottom: 15px; } }
  @media (max-width: 1199px) {
    .product-section-description .product-available .price, .product-section-description .product-available .available {
      margin-bottom: 15px; } }
  @media (max-width: 991px) {
    .product-section-description .product-available .price, .product-section-description .product-available .available {
      margin-bottom: 10px; } }
  @media (max-width: 767px) {
    .product-section-description .product-available .price, .product-section-description .product-available .available {
      margin-bottom: 10px; } }
  @media (max-width: 480px) {
    .product-section-description .product-available .price, .product-section-description .product-available .available {
      margin-bottom: 10px; } }
  .product-section-description .product-available .price {
    margin-right: 20px;
    font-weight: 600; }
    .product-section-description .product-available .price span {
      font-weight: 500; }
  .product-section-description .product-available .available {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
    .product-section-description .product-available .available p {
      margin-bottom: 0;
      font-weight: 600;
      font-size: 15px; }
      .product-section-description .product-available .available p span {
        font-weight: 500; }
    .product-section-description .product-available .available .left {
      position: relative;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      margin-right: 10px;
      padding-right: 11px; }
      .product-section-description .product-available .available .left::after {
        content: '';
        position: absolute;
        top: 50%;
        right: 0;
        width: 1px;
        height: 12px;
        background: #9d9d9d;
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
      .product-section-description .product-available .available .left p {
        font-weight: 500; }
      .product-section-description .product-available .available .left img {
        margin-right: 8px; }

@media (max-width: 4096px) {
  .product-section-description .product-text {
    margin-bottom: 20px; } }

@media (max-width: 1600px) {
  .product-section-description .product-text {
    margin-bottom: 20px; } }

@media (max-width: 1440px) {
  .product-section-description .product-text {
    margin-bottom: 20px; } }

@media (max-width: 1199px) {
  .product-section-description .product-text {
    margin-bottom: 20px; } }

@media (max-width: 991px) {
  .product-section-description .product-text {
    margin-bottom: 15px; } }

@media (max-width: 767px) {
  .product-section-description .product-text {
    margin-bottom: 15px; } }

@media (max-width: 480px) {
  .product-section-description .product-text {
    margin-bottom: 15px; } }

@media (max-width: 4096px) {
  .product-section-description .product-text p {
    margin-bottom: 10px; } }

@media (max-width: 1600px) {
  .product-section-description .product-text p {
    margin-bottom: 10px; } }

@media (max-width: 1440px) {
  .product-section-description .product-text p {
    margin-bottom: 10px; } }

@media (max-width: 1199px) {
  .product-section-description .product-text p {
    margin-bottom: 10px; } }

@media (max-width: 991px) {
  .product-section-description .product-text p {
    margin-bottom: 5px; } }

@media (max-width: 767px) {
  .product-section-description .product-text p {
    margin-bottom: 5px; } }

@media (max-width: 480px) {
  .product-section-description .product-text p {
    margin-bottom: 5px; } }

.product-section-description .product-text p:last-child {
  margin-bottom: 0; }

.product-section-description .product-more-info {
  margin-bottom: 0; }
  .product-section-description .product-more-info li {
    display: -ms-flexbox;
    display: flex;
    margin-right: 10px;
    padding-left: 0; }
    .product-section-description .product-more-info li::after {
      display: none; }
    .product-section-description .product-more-info li p {
      font-weight: 500;
      color: #222222; }
      .product-section-description .product-more-info li p:first-child {
        margin-right: 10px;
        font-weight: 600;
        text-transform: uppercase;
        color: #222831; }
    .product-section-description .product-more-info li .social-list li a {
      margin-bottom: 0;
      color: #9d9d9d; }
      .product-section-description .product-more-info li .social-list li a:hover {
        color: #769fcd; }

@media (max-width: 480px) {
  .product-section-description .product-review {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .product-section-description .product-review .rating {
      -ms-flex-pack: start;
          justify-content: flex-start;
      width: 100%;
      margin-right: 0; }
  .product-section-description .product-available {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .product-section-description .product-available .price {
      width: 100%;
      margin-right: 0; } }

/*===> End Product section description <===*/
/*===> Begin Tab <===*/
@media (max-width: 4096px) {
  .tab-wrap {
    margin-bottom: 40px; } }

@media (max-width: 1600px) {
  .tab-wrap {
    margin-bottom: 40px; } }

@media (max-width: 1440px) {
  .tab-wrap {
    margin-bottom: 40px; } }

@media (max-width: 1199px) {
  .tab-wrap {
    margin-bottom: 40px; } }

@media (max-width: 991px) {
  .tab-wrap {
    margin-bottom: 35px; } }

@media (max-width: 767px) {
  .tab-wrap {
    margin-bottom: 35px; } }

@media (max-width: 480px) {
  .tab-wrap {
    margin-bottom: 30px; } }

.tab-wrap .tab-head {
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #dddddd; }
  @media (max-width: 4096px) {
    .tab-wrap .tab-head {
      margin-bottom: 30px; } }
  @media (max-width: 1600px) {
    .tab-wrap .tab-head {
      margin-bottom: 30px; } }
  @media (max-width: 1440px) {
    .tab-wrap .tab-head {
      margin-bottom: 30px; } }
  @media (max-width: 1199px) {
    .tab-wrap .tab-head {
      margin-bottom: 30px; } }
  @media (max-width: 991px) {
    .tab-wrap .tab-head {
      margin-bottom: 25px; } }
  @media (max-width: 767px) {
    .tab-wrap .tab-head {
      margin-bottom: 25px; } }
  @media (max-width: 480px) {
    .tab-wrap .tab-head {
      margin-bottom: 20px; } }
  .tab-wrap .tab-head h3, .tab-wrap .tab-head .h3 {
    position: relative;
    margin-bottom: -1px;
    margin-right: 50px;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 5px;
    border-bottom: 1px solid #dddddd;
    font-weight: 600;
    color: #9d9d9d;
    cursor: pointer;
    transition: all .3s; }
    .tab-wrap .tab-head h3:last-child, .tab-wrap .tab-head .h3:last-child {
      margin-right: 0; }
    .tab-wrap .tab-head h3::after, .tab-wrap .tab-head .h3::after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 50%;
      width: 0%;
      height: 2px;
      background: #769fcd;
      transition: all .3s; }
    .tab-wrap .tab-head h3:hover, .tab-wrap .tab-head .h3:hover {
      color: #222831; }
      .tab-wrap .tab-head h3:hover::after, .tab-wrap .tab-head .h3:hover::after {
        left: 0;
        width: 100%; }
    .tab-wrap .tab-head h3.active-tab, .tab-wrap .tab-head .h3.active-tab {
      color: #222831; }
      .tab-wrap .tab-head h3.active-tab::after, .tab-wrap .tab-head .h3.active-tab::after {
        left: 0;
        width: 100%; }

.tab-wrap .active-tab + .tab-content {
  display: block; }

.tab-wrap .tab-content {
  display: none; }
  @media (max-width: 4096px) {
    .tab-wrap .tab-content {
      margin-bottom: 20px; } }
  @media (max-width: 1600px) {
    .tab-wrap .tab-content {
      margin-bottom: 20px; } }
  @media (max-width: 1440px) {
    .tab-wrap .tab-content {
      margin-bottom: 20px; } }
  @media (max-width: 1199px) {
    .tab-wrap .tab-content {
      margin-bottom: 20px; } }
  @media (max-width: 991px) {
    .tab-wrap .tab-content {
      margin-bottom: 15px; } }
  @media (max-width: 767px) {
    .tab-wrap .tab-content {
      margin-bottom: 15px; } }
  @media (max-width: 480px) {
    .tab-wrap .tab-content {
      margin-bottom: 15px; } }
  .tab-wrap .tab-content p {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.45px; }
    @media (max-width: 4096px) {
      .tab-wrap .tab-content p {
        margin-bottom: 15px; } }
    @media (max-width: 1600px) {
      .tab-wrap .tab-content p {
        margin-bottom: 15px; } }
    @media (max-width: 1440px) {
      .tab-wrap .tab-content p {
        margin-bottom: 15px; } }
    @media (max-width: 1199px) {
      .tab-wrap .tab-content p {
        margin-bottom: 15px; } }
    @media (max-width: 991px) {
      .tab-wrap .tab-content p {
        margin-bottom: 10px; } }
    @media (max-width: 767px) {
      .tab-wrap .tab-content p {
        margin-bottom: 10px; } }
    @media (max-width: 480px) {
      .tab-wrap .tab-content p {
        margin-bottom: 10px; } }
  .tab-wrap .tab-content > *:last-child {
    margin-bottom: 0; }
  @media (max-width: 4096px) {
    .tab-wrap .tab-content .reviews-list {
      margin-bottom: 40px; } }
  @media (max-width: 1600px) {
    .tab-wrap .tab-content .reviews-list {
      margin-bottom: 40px; } }
  @media (max-width: 1440px) {
    .tab-wrap .tab-content .reviews-list {
      margin-bottom: 40px; } }
  @media (max-width: 1199px) {
    .tab-wrap .tab-content .reviews-list {
      margin-bottom: 40px; } }
  @media (max-width: 991px) {
    .tab-wrap .tab-content .reviews-list {
      margin-bottom: 35px; } }
  @media (max-width: 767px) {
    .tab-wrap .tab-content .reviews-list {
      margin-bottom: 35px; } }
  @media (max-width: 480px) {
    .tab-wrap .tab-content .reviews-list {
      margin-bottom: 30px; } }

.tab-wrap .tab-product-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 0;
  margin-bottom: -15px !important;
  margin-left: -15px;
  margin-right: -15px; }
  .tab-wrap .tab-product-list li {
    width: 25%;
    margin-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px; }
    .tab-wrap .tab-product-list li::after {
      display: none; }
    .tab-wrap .tab-product-list li a {
      margin-bottom: 0; }

.tab-wrap .product-table {
  width: 100%; }
  @media (max-width: 4096px) {
    .tab-wrap .product-table {
      margin-bottom: 15px; } }
  @media (max-width: 1600px) {
    .tab-wrap .product-table {
      margin-bottom: 15px; } }
  @media (max-width: 1440px) {
    .tab-wrap .product-table {
      margin-bottom: 15px; } }
  @media (max-width: 1199px) {
    .tab-wrap .product-table {
      margin-bottom: 15px; } }
  @media (max-width: 991px) {
    .tab-wrap .product-table {
      margin-bottom: 10px; } }
  @media (max-width: 767px) {
    .tab-wrap .product-table {
      margin-bottom: 10px; } }
  @media (max-width: 480px) {
    .tab-wrap .product-table {
      margin-bottom: 10px; } }
  .tab-wrap .product-table.type-2 tr:last-child {
    border-bottom: none; }
    .tab-wrap .product-table.type-2 tr:last-child td {
      padding-bottom: 0; }
  .tab-wrap .product-table.type-2 tr:first-child {
    border-top: none; }
    .tab-wrap .product-table.type-2 tr:first-child td {
      padding-top: 0; }
  .tab-wrap .product-table tr {
    border-top: 1px dashed #dddddd; }
    .tab-wrap .product-table tr:last-child {
      border-bottom: 1px dashed #dddddd; }
    .tab-wrap .product-table tr td:first-child {
      max-width: 195px; }
      .tab-wrap .product-table tr td:first-child p {
        font-weight: 600;
        letter-spacing: 0; }
    .tab-wrap .product-table tr td p {
      font-weight: 500;
      letter-spacing: 0.45px; }
  @media (max-width: 4096px) {
    .tab-wrap .product-table td {
      padding-top: 15px; } }
  @media (max-width: 1600px) {
    .tab-wrap .product-table td {
      padding-top: 15px; } }
  @media (max-width: 1440px) {
    .tab-wrap .product-table td {
      padding-top: 15px; } }
  @media (max-width: 1199px) {
    .tab-wrap .product-table td {
      padding-top: 15px; } }
  @media (max-width: 991px) {
    .tab-wrap .product-table td {
      padding-top: 10px; } }
  @media (max-width: 767px) {
    .tab-wrap .product-table td {
      padding-top: 10px; } }
  @media (max-width: 480px) {
    .tab-wrap .product-table td {
      padding-top: 10px; } }
  @media (max-width: 4096px) {
    .tab-wrap .product-table td {
      padding-bottom: 15px; } }
  @media (max-width: 1600px) {
    .tab-wrap .product-table td {
      padding-bottom: 15px; } }
  @media (max-width: 1440px) {
    .tab-wrap .product-table td {
      padding-bottom: 15px; } }
  @media (max-width: 1199px) {
    .tab-wrap .product-table td {
      padding-bottom: 15px; } }
  @media (max-width: 991px) {
    .tab-wrap .product-table td {
      padding-bottom: 10px; } }
  @media (max-width: 767px) {
    .tab-wrap .product-table td {
      padding-bottom: 10px; } }
  @media (max-width: 480px) {
    .tab-wrap .product-table td {
      padding-bottom: 10px; } }
  .tab-wrap .product-table td p {
    margin-bottom: 0; }

.tab-wrap .mobile-accordeon {
  display: none; }

@media (max-width: 767px) {
  .tab-wrap .mobile-accordeon {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between; }
    .tab-wrap .mobile-accordeon .mdi {
      transition: all .3s; }
    .tab-wrap .mobile-accordeon.active-tab {
      color: #769fcd; }
      .tab-wrap .mobile-accordeon.active-tab .mdi {
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }
  .tab-wrap .tab-head {
    display: none; } }

@media (max-width: 480px) {
  .tab-wrap .tab-product-list li {
    width: 50%; } }

/*===> End Tab <===*/
/*===> Begin Reviews list <===*/
.reviews-list {
  margin-bottom: 0; }
  .reviews-list li {
    padding-left: 0; }
    .reviews-list li::after {
      display: none; }
    .reviews-list li:last-child .reviews-block {
      margin-bottom: 0; }
    .reviews-list li .reviews-block {
      border-bottom: 1px dashed #dddddd; }
      @media (max-width: 4096px) {
        .reviews-list li .reviews-block {
          padding-bottom: 15px; } }
      @media (max-width: 1600px) {
        .reviews-list li .reviews-block {
          padding-bottom: 15px; } }
      @media (max-width: 1440px) {
        .reviews-list li .reviews-block {
          padding-bottom: 15px; } }
      @media (max-width: 1199px) {
        .reviews-list li .reviews-block {
          padding-bottom: 15px; } }
      @media (max-width: 991px) {
        .reviews-list li .reviews-block {
          padding-bottom: 10px; } }
      @media (max-width: 767px) {
        .reviews-list li .reviews-block {
          padding-bottom: 10px; } }
      @media (max-width: 480px) {
        .reviews-list li .reviews-block {
          padding-bottom: 10px; } }
      @media (max-width: 4096px) {
        .reviews-list li .reviews-block {
          margin-bottom: 15px; } }
      @media (max-width: 1600px) {
        .reviews-list li .reviews-block {
          margin-bottom: 15px; } }
      @media (max-width: 1440px) {
        .reviews-list li .reviews-block {
          margin-bottom: 15px; } }
      @media (max-width: 1199px) {
        .reviews-list li .reviews-block {
          margin-bottom: 15px; } }
      @media (max-width: 991px) {
        .reviews-list li .reviews-block {
          margin-bottom: 10px; } }
      @media (max-width: 767px) {
        .reviews-list li .reviews-block {
          margin-bottom: 10px; } }
      @media (max-width: 480px) {
        .reviews-list li .reviews-block {
          margin-bottom: 10px; } }
      .reviews-list li .reviews-block .reviews-head {
        display: -ms-flexbox;
        display: flex; }
        @media (max-width: 4096px) {
          .reviews-list li .reviews-block .reviews-head {
            margin-bottom: 10px; } }
        @media (max-width: 1600px) {
          .reviews-list li .reviews-block .reviews-head {
            margin-bottom: 10px; } }
        @media (max-width: 1440px) {
          .reviews-list li .reviews-block .reviews-head {
            margin-bottom: 10px; } }
        @media (max-width: 1199px) {
          .reviews-list li .reviews-block .reviews-head {
            margin-bottom: 10px; } }
        @media (max-width: 991px) {
          .reviews-list li .reviews-block .reviews-head {
            margin-bottom: 5px; } }
        @media (max-width: 767px) {
          .reviews-list li .reviews-block .reviews-head {
            margin-bottom: 5px; } }
        @media (max-width: 480px) {
          .reviews-list li .reviews-block .reviews-head {
            margin-bottom: 5px; } }
        .reviews-list li .reviews-block .reviews-head h5, .reviews-list li .reviews-block .reviews-head .h5 {
          margin-bottom: 0;
          margin-right: 20px;
          font-weight: 500; }
        .reviews-list li .reviews-block .reviews-head time {
          font-weight: 500;
          font-size: 15px;
          color: #9d9d9d; }
      .reviews-list li .reviews-block .rating {
        -ms-flex-pack: start;
            justify-content: flex-start; }
        @media (max-width: 4096px) {
          .reviews-list li .reviews-block .rating {
            margin-bottom: 20px; } }
        @media (max-width: 1600px) {
          .reviews-list li .reviews-block .rating {
            margin-bottom: 20px; } }
        @media (max-width: 1440px) {
          .reviews-list li .reviews-block .rating {
            margin-bottom: 20px; } }
        @media (max-width: 1199px) {
          .reviews-list li .reviews-block .rating {
            margin-bottom: 20px; } }
        @media (max-width: 991px) {
          .reviews-list li .reviews-block .rating {
            margin-bottom: 15px; } }
        @media (max-width: 767px) {
          .reviews-list li .reviews-block .rating {
            margin-bottom: 15px; } }
        @media (max-width: 480px) {
          .reviews-list li .reviews-block .rating {
            margin-bottom: 15px; } }
      .reviews-list li .reviews-block p {
        line-height: 26px;
        margin-bottom: 0; }

/*===> End Reviews list <===*/
/*===> Begin Related product <===*/
@media (max-width: 4096px) {
  .related-product-wrap {
    padding-top: 40px; } }

@media (max-width: 1600px) {
  .related-product-wrap {
    padding-top: 40px; } }

@media (max-width: 1440px) {
  .related-product-wrap {
    padding-top: 40px; } }

@media (max-width: 1199px) {
  .related-product-wrap {
    padding-top: 40px; } }

@media (max-width: 991px) {
  .related-product-wrap {
    padding-top: 35px; } }

@media (max-width: 767px) {
  .related-product-wrap {
    padding-top: 35px; } }

@media (max-width: 480px) {
  .related-product-wrap {
    padding-top: 30px; } }

.related-product-wrap h2, .related-product-wrap .h2 {
  text-align: center; }
  @media (max-width: 4096px) {
    .related-product-wrap h2, .related-product-wrap .h2 {
      margin-bottom: 40px; } }
  @media (max-width: 1600px) {
    .related-product-wrap h2, .related-product-wrap .h2 {
      margin-bottom: 40px; } }
  @media (max-width: 1440px) {
    .related-product-wrap h2, .related-product-wrap .h2 {
      margin-bottom: 40px; } }
  @media (max-width: 1199px) {
    .related-product-wrap h2, .related-product-wrap .h2 {
      margin-bottom: 40px; } }
  @media (max-width: 991px) {
    .related-product-wrap h2, .related-product-wrap .h2 {
      margin-bottom: 35px; } }
  @media (max-width: 767px) {
    .related-product-wrap h2, .related-product-wrap .h2 {
      margin-bottom: 35px; } }
  @media (max-width: 480px) {
    .related-product-wrap h2, .related-product-wrap .h2 {
      margin-bottom: 30px; } }

.related-product-wrap .related-product-list {
  display: -ms-flexbox;
  display: flex;
  margin-left: -15px;
  margin-right: -15px; }
  .related-product-wrap .related-product-list .related-product {
    padding-left: 15px;
    padding-right: 15px; }
    @media (max-width: 4096px) {
      .related-product-wrap .related-product-list .related-product {
        padding-bottom: 40px; } }
    @media (max-width: 1600px) {
      .related-product-wrap .related-product-list .related-product {
        padding-bottom: 40px; } }
    @media (max-width: 1440px) {
      .related-product-wrap .related-product-list .related-product {
        padding-bottom: 40px; } }
    @media (max-width: 1199px) {
      .related-product-wrap .related-product-list .related-product {
        padding-bottom: 40px; } }
    @media (max-width: 991px) {
      .related-product-wrap .related-product-list .related-product {
        padding-bottom: 35px; } }
    @media (max-width: 767px) {
      .related-product-wrap .related-product-list .related-product {
        padding-bottom: 35px; } }
    @media (max-width: 480px) {
      .related-product-wrap .related-product-list .related-product {
        padding-bottom: 30px; } }

@media (max-width: 991px) {
  .related-product-wrap .related-product-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .related-product-wrap .related-product-list .related-product {
      width: 50%; }
      .related-product-wrap .related-product-list .related-product .product-card {
        max-width: none; }
        .related-product-wrap .related-product-list .related-product .product-card img {
          width: 100%; } }

@media (max-width: 480px) {
  .related-product-wrap .related-product-list .related-product {
    width: 100%; } }

/*===> End Related product <===*/
/*===> Begin Product page content 1 <===*/
@media (max-width: 4096px) {
  .product-page-content-1 {
    padding-top: 40px; } }

@media (max-width: 1600px) {
  .product-page-content-1 {
    padding-top: 40px; } }

@media (max-width: 1440px) {
  .product-page-content-1 {
    padding-top: 40px; } }

@media (max-width: 1199px) {
  .product-page-content-1 {
    padding-top: 40px; } }

@media (max-width: 991px) {
  .product-page-content-1 {
    padding-top: 35px; } }

@media (max-width: 767px) {
  .product-page-content-1 {
    padding-top: 35px; } }

@media (max-width: 480px) {
  .product-page-content-1 {
    padding-top: 30px; } }

@media (max-width: 4096px) {
  .product-page-content-1 {
    padding-bottom: 40px; } }

@media (max-width: 1600px) {
  .product-page-content-1 {
    padding-bottom: 40px; } }

@media (max-width: 1440px) {
  .product-page-content-1 {
    padding-bottom: 40px; } }

@media (max-width: 1199px) {
  .product-page-content-1 {
    padding-bottom: 40px; } }

@media (max-width: 991px) {
  .product-page-content-1 {
    padding-bottom: 35px; } }

@media (max-width: 767px) {
  .product-page-content-1 {
    padding-bottom: 35px; } }

@media (max-width: 480px) {
  .product-page-content-1 {
    padding-bottom: 30px; } }

.product-page-content-1 .product-section-1 {
  display: -ms-flexbox;
  display: flex; }
  .product-page-content-1 .product-section-1 .product-preview {
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 4096px) {
      .product-page-content-1 .product-section-1 .product-preview {
        padding-top: 40px; } }
    @media (max-width: 1600px) {
      .product-page-content-1 .product-section-1 .product-preview {
        padding-top: 40px; } }
    @media (max-width: 1440px) {
      .product-page-content-1 .product-section-1 .product-preview {
        padding-top: 40px; } }
    @media (max-width: 1199px) {
      .product-page-content-1 .product-section-1 .product-preview {
        padding-top: 40px; } }
    @media (max-width: 991px) {
      .product-page-content-1 .product-section-1 .product-preview {
        padding-top: 35px; } }
    @media (max-width: 767px) {
      .product-page-content-1 .product-section-1 .product-preview {
        padding-top: 35px; } }
    @media (max-width: 480px) {
      .product-page-content-1 .product-section-1 .product-preview {
        padding-top: 30px; } }
    @media (max-width: 4096px) {
      .product-page-content-1 .product-section-1 .product-preview {
        padding-bottom: 40px; } }
    @media (max-width: 1600px) {
      .product-page-content-1 .product-section-1 .product-preview {
        padding-bottom: 40px; } }
    @media (max-width: 1440px) {
      .product-page-content-1 .product-section-1 .product-preview {
        padding-bottom: 40px; } }
    @media (max-width: 1199px) {
      .product-page-content-1 .product-section-1 .product-preview {
        padding-bottom: 40px; } }
    @media (max-width: 991px) {
      .product-page-content-1 .product-section-1 .product-preview {
        padding-bottom: 35px; } }
    @media (max-width: 767px) {
      .product-page-content-1 .product-section-1 .product-preview {
        padding-bottom: 35px; } }
    @media (max-width: 480px) {
      .product-page-content-1 .product-section-1 .product-preview {
        padding-bottom: 30px; } }
    .product-page-content-1 .product-section-1 .product-preview .vertical-slider-1-wrap {
      position: relative;
      width: 100%;
      max-width: 165px;
      min-width: 165px;
      margin-right: 15px;
      overflow: hidden; }
      .product-page-content-1 .product-section-1 .product-preview .vertical-slider-1-wrap div {
        display: block; }
      .product-page-content-1 .product-section-1 .product-preview .vertical-slider-1-wrap .vertical-slider-1 {
        height: 100%; }
      .product-page-content-1 .product-section-1 .product-preview .vertical-slider-1-wrap .slick-current .slider-card {
        position: relative; }
        .product-page-content-1 .product-section-1 .product-preview .vertical-slider-1-wrap .slick-current .slider-card::after {
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          border: 2px solid #d6e6f2; }
      .product-page-content-1 .product-section-1 .product-preview .vertical-slider-1-wrap .slick-list {
        height: 100%;
        padding-top: 0 !important;
        padding-bottom: 40px; }
        .product-page-content-1 .product-section-1 .product-preview .vertical-slider-1-wrap .slick-list img {
          display: block; }
        .product-page-content-1 .product-section-1 .product-preview .vertical-slider-1-wrap .slick-list .slick-slide {
          display: block; }
          .product-page-content-1 .product-section-1 .product-preview .vertical-slider-1-wrap .slick-list .slick-slide div {
            display: block; }
      .product-page-content-1 .product-section-1 .product-preview .vertical-slider-1-wrap .slider-card {
        display: block !important;
        cursor: pointer; }
        @media (max-width: 4096px) {
          .product-page-content-1 .product-section-1 .product-preview .vertical-slider-1-wrap .slider-card {
            margin-bottom: 30px; } }
        @media (max-width: 1600px) {
          .product-page-content-1 .product-section-1 .product-preview .vertical-slider-1-wrap .slider-card {
            margin-bottom: 30px; } }
        @media (max-width: 1440px) {
          .product-page-content-1 .product-section-1 .product-preview .vertical-slider-1-wrap .slider-card {
            margin-bottom: 30px; } }
        @media (max-width: 1199px) {
          .product-page-content-1 .product-section-1 .product-preview .vertical-slider-1-wrap .slider-card {
            margin-bottom: 30px; } }
        @media (max-width: 991px) {
          .product-page-content-1 .product-section-1 .product-preview .vertical-slider-1-wrap .slider-card {
            margin-bottom: 25px; } }
        @media (max-width: 767px) {
          .product-page-content-1 .product-section-1 .product-preview .vertical-slider-1-wrap .slider-card {
            margin-bottom: 25px; } }
        @media (max-width: 480px) {
          .product-page-content-1 .product-section-1 .product-preview .vertical-slider-1-wrap .slider-card {
            margin-bottom: 20px; } }
        .product-page-content-1 .product-section-1 .product-preview .vertical-slider-1-wrap .slider-card a {
          display: block; }
      .product-page-content-1 .product-section-1 .product-preview .vertical-slider-1-wrap .vertical-nav {
        position: absolute;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        -ms-flex-pack: center;
            justify-content: center;
        left: 50%;
        width: 25px;
        min-width: 0;
        height: 25px;
        margin-right: -15px;
        padding: 0;
        background: rgba(0, 0, 0, 0.2);
        color: #fff;
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
        .product-page-content-1 .product-section-1 .product-preview .vertical-slider-1-wrap .vertical-nav.prev {
          top: 0; }
        .product-page-content-1 .product-section-1 .product-preview .vertical-slider-1-wrap .vertical-nav.next {
          bottom: 0; }
        .product-page-content-1 .product-section-1 .product-preview .vertical-slider-1-wrap .vertical-nav.slick-hidden {
          display: none; }
    .product-page-content-1 .product-section-1 .product-preview .big-slider-1 {
      width: 100%;
      max-width: 488px;
      padding-right: 15px;
      padding-left: 15px; }
      .product-page-content-1 .product-section-1 .product-preview .big-slider-1 .slider-card {
        display: block !important; }
        .product-page-content-1 .product-section-1 .product-preview .big-slider-1 .slider-card a {
          display: block; }
  .product-page-content-1 .product-section-1 .product-section-description {
    padding-left: 15px; }

@media (max-width: 1199px) {
  .product-page-content-1 .product-section-1 .product-preview .vertical-slider-1-wrap {
    min-width: 130px;
    width: 130px; }
  .product-page-content-1 .product-section-1 .product-preview .big-slider-1 {
    max-width: 405px; } }

@media (max-width: 991px) {
  .product-page-content-1 .product-section-1 {
    -ms-flex-direction: column;
        flex-direction: column; }
    .product-page-content-1 .product-section-1 .product-preview {
      -ms-flex-pack: center;
          justify-content: center; }
      .product-page-content-1 .product-section-1 .product-preview .vertical-slider-1-wrap {
        min-width: 130px;
        width: 130px; }
      .product-page-content-1 .product-section-1 .product-preview .big-slider-1 {
        width: auto;
        max-width: 488px; } }

@media (max-width: 767px) {
  .product-page-content-1 {
    max-width: 488px;
    margin-left: auto;
    margin-right: auto; }
    .product-page-content-1 .product-section-1 .product-preview {
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
      width: 100%;
      max-width: 458px;
      margin-left: auto;
      margin-right: auto; }
      .product-page-content-1 .product-section-1 .product-preview .vertical-slider-1-wrap {
        width: 100%;
        max-width: 100%;
        max-width: none;
        min-width: 0; }
        .product-page-content-1 .product-section-1 .product-preview .vertical-slider-1-wrap .slick-slide {
          padding: 0 5px; }
        .product-page-content-1 .product-section-1 .product-preview .vertical-slider-1-wrap .slick-list {
          margin-left: -5px;
          margin-right: -5px;
          padding-bottom: 0; }
        .product-page-content-1 .product-section-1 .product-preview .vertical-slider-1-wrap .slider-card {
          max-width: 165px;
          margin-bottom: 0; }
        .product-page-content-1 .product-section-1 .product-preview .vertical-slider-1-wrap .vertical-nav {
          left: auto;
          top: 50%;
          bottom: auto;
          margin-right: 0;
          -ms-transform: translate(0, -50%);
          transform: translate(0, -50%); }
          .product-page-content-1 .product-section-1 .product-preview .vertical-slider-1-wrap .vertical-nav.prev {
            left: 0;
            top: 50%; }
            .product-page-content-1 .product-section-1 .product-preview .vertical-slider-1-wrap .vertical-nav.prev .mdi {
              -ms-transform: rotate(-90deg);
                  transform: rotate(-90deg); }
          .product-page-content-1 .product-section-1 .product-preview .vertical-slider-1-wrap .vertical-nav.next {
            right: 0;
            top: 50%; }
            .product-page-content-1 .product-section-1 .product-preview .vertical-slider-1-wrap .vertical-nav.next .mdi {
              -ms-transform: rotate(-90deg);
                  transform: rotate(-90deg); }
          .product-page-content-1 .product-section-1 .product-preview .vertical-slider-1-wrap .vertical-nav.slick-hidden {
            display: none; }
      .product-page-content-1 .product-section-1 .product-preview .big-slider-1 {
        width: 100%;
        max-width: 100%;
        min-width: 0;
        padding: 0 0; } }
      @media (max-width: 767px) and (max-width: 4096px) {
        .product-page-content-1 .product-section-1 .product-preview .big-slider-1 {
          margin-bottom: 30px; } }
      @media (max-width: 767px) and (max-width: 1600px) {
        .product-page-content-1 .product-section-1 .product-preview .big-slider-1 {
          margin-bottom: 30px; } }
      @media (max-width: 767px) and (max-width: 1440px) {
        .product-page-content-1 .product-section-1 .product-preview .big-slider-1 {
          margin-bottom: 30px; } }
      @media (max-width: 767px) and (max-width: 1199px) {
        .product-page-content-1 .product-section-1 .product-preview .big-slider-1 {
          margin-bottom: 30px; } }
      @media (max-width: 767px) and (max-width: 991px) {
        .product-page-content-1 .product-section-1 .product-preview .big-slider-1 {
          margin-bottom: 25px; } }
      @media (max-width: 767px) and (max-width: 767px) {
        .product-page-content-1 .product-section-1 .product-preview .big-slider-1 {
          margin-bottom: 25px; } }
      @media (max-width: 767px) and (max-width: 480px) {
        .product-page-content-1 .product-section-1 .product-preview .big-slider-1 {
          margin-bottom: 20px; } }

@media (max-width: 767px) {
    .product-page-content-1 .product-section-1 .product-section-description {
      max-width: 460px;
      margin-left: auto;
      margin-right: auto;
      padding-left: 0; } }

/*===> End Product page content 1 <===*/
/*===> Begin Product page content 2 <===*/
@media (max-width: 4096px) {
  .product-page-content-2 {
    padding-top: 40px; } }

@media (max-width: 1600px) {
  .product-page-content-2 {
    padding-top: 40px; } }

@media (max-width: 1440px) {
  .product-page-content-2 {
    padding-top: 40px; } }

@media (max-width: 1199px) {
  .product-page-content-2 {
    padding-top: 40px; } }

@media (max-width: 991px) {
  .product-page-content-2 {
    padding-top: 35px; } }

@media (max-width: 767px) {
  .product-page-content-2 {
    padding-top: 35px; } }

@media (max-width: 480px) {
  .product-page-content-2 {
    padding-top: 30px; } }

@media (max-width: 4096px) {
  .product-page-content-2 {
    padding-bottom: 40px; } }

@media (max-width: 1600px) {
  .product-page-content-2 {
    padding-bottom: 40px; } }

@media (max-width: 1440px) {
  .product-page-content-2 {
    padding-bottom: 40px; } }

@media (max-width: 1199px) {
  .product-page-content-2 {
    padding-bottom: 40px; } }

@media (max-width: 991px) {
  .product-page-content-2 {
    padding-bottom: 35px; } }

@media (max-width: 767px) {
  .product-page-content-2 {
    padding-bottom: 35px; } }

@media (max-width: 480px) {
  .product-page-content-2 {
    padding-bottom: 30px; } }

.product-page-content-2 .product-section-2 {
  display: -ms-flexbox;
  display: flex; }
  .product-page-content-2 .product-section-2 .product-preview {
    width: 50%;
    padding-right: 15px; }
    @media (max-width: 4096px) {
      .product-page-content-2 .product-section-2 .product-preview {
        padding-top: 40px; } }
    @media (max-width: 1600px) {
      .product-page-content-2 .product-section-2 .product-preview {
        padding-top: 40px; } }
    @media (max-width: 1440px) {
      .product-page-content-2 .product-section-2 .product-preview {
        padding-top: 40px; } }
    @media (max-width: 1199px) {
      .product-page-content-2 .product-section-2 .product-preview {
        padding-top: 40px; } }
    @media (max-width: 991px) {
      .product-page-content-2 .product-section-2 .product-preview {
        padding-top: 35px; } }
    @media (max-width: 767px) {
      .product-page-content-2 .product-section-2 .product-preview {
        padding-top: 35px; } }
    @media (max-width: 480px) {
      .product-page-content-2 .product-section-2 .product-preview {
        padding-top: 30px; } }
    @media (max-width: 4096px) {
      .product-page-content-2 .product-section-2 .product-preview {
        padding-bottom: 40px; } }
    @media (max-width: 1600px) {
      .product-page-content-2 .product-section-2 .product-preview {
        padding-bottom: 40px; } }
    @media (max-width: 1440px) {
      .product-page-content-2 .product-section-2 .product-preview {
        padding-bottom: 40px; } }
    @media (max-width: 1199px) {
      .product-page-content-2 .product-section-2 .product-preview {
        padding-bottom: 40px; } }
    @media (max-width: 991px) {
      .product-page-content-2 .product-section-2 .product-preview {
        padding-bottom: 35px; } }
    @media (max-width: 767px) {
      .product-page-content-2 .product-section-2 .product-preview {
        padding-bottom: 35px; } }
    @media (max-width: 480px) {
      .product-page-content-2 .product-section-2 .product-preview {
        padding-bottom: 30px; } }
    @media (max-width: 4096px) {
      .product-page-content-2 .product-section-2 .product-preview .big-slider-2 {
        margin-bottom: 40px; } }
    @media (max-width: 1600px) {
      .product-page-content-2 .product-section-2 .product-preview .big-slider-2 {
        margin-bottom: 40px; } }
    @media (max-width: 1440px) {
      .product-page-content-2 .product-section-2 .product-preview .big-slider-2 {
        margin-bottom: 40px; } }
    @media (max-width: 1199px) {
      .product-page-content-2 .product-section-2 .product-preview .big-slider-2 {
        margin-bottom: 40px; } }
    @media (max-width: 991px) {
      .product-page-content-2 .product-section-2 .product-preview .big-slider-2 {
        margin-bottom: 35px; } }
    @media (max-width: 767px) {
      .product-page-content-2 .product-section-2 .product-preview .big-slider-2 {
        margin-bottom: 35px; } }
    @media (max-width: 480px) {
      .product-page-content-2 .product-section-2 .product-preview .big-slider-2 {
        margin-bottom: 30px; } }
    .product-page-content-2 .product-section-2 .product-preview .big-slider-2 a {
      display: block; }
    .product-page-content-2 .product-section-2 .product-preview .big-slider-2 .slick-slide .slider-card {
      display: block !important; }
    .product-page-content-2 .product-section-2 .product-preview .nav-slider-2-wrap {
      position: relative;
      margin-left: -15px;
      margin-right: -15px; }
      .product-page-content-2 .product-section-2 .product-preview .nav-slider-2-wrap .slick-current .slider-card {
        position: relative; }
        .product-page-content-2 .product-section-2 .product-preview .nav-slider-2-wrap .slick-current .slider-card::after {
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          border: 2px solid #d6e6f2; }
      .product-page-content-2 .product-section-2 .product-preview .nav-slider-2-wrap .slick-slide {
        padding: 0 15px; }
      .product-page-content-2 .product-section-2 .product-preview .nav-slider-2-wrap .nav-slider {
        position: absolute;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        -ms-flex-pack: center;
            justify-content: center;
        top: 50%;
        width: 25px;
        min-width: 0;
        height: 25px;
        padding: 0;
        background: rgba(0, 0, 0, 0.2);
        color: #fff;
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
        .product-page-content-2 .product-section-2 .product-preview .nav-slider-2-wrap .nav-slider.prev {
          left: 15px; }
        .product-page-content-2 .product-section-2 .product-preview .nav-slider-2-wrap .nav-slider.next {
          right: 15px; }
        .product-page-content-2 .product-section-2 .product-preview .nav-slider-2-wrap .nav-slider.slick-hidden {
          display: none; }
  .product-page-content-2 .product-section-2 .product-section-description {
    width: 50%;
    padding-left: 15px; }

@media (max-width: 767px) {
  .product-page-content-2 {
    max-width: 580px;
    margin-left: auto;
    margin-right: auto; }
    .product-page-content-2 .product-section-2 {
      -ms-flex-direction: column;
          flex-direction: column; }
      .product-page-content-2 .product-section-2 .product-preview {
        width: 100%;
        padding-right: 0; }
      .product-page-content-2 .product-section-2 .product-section-description {
        width: 100%;
        padding-left: 0; } }

/*===> End Product page content 2 <===*/
/*===> Begin Product page content 3 <===*/
@media (max-width: 4096px) {
  .product-page-content-3 {
    padding-top: 40px; } }

@media (max-width: 1600px) {
  .product-page-content-3 {
    padding-top: 40px; } }

@media (max-width: 1440px) {
  .product-page-content-3 {
    padding-top: 40px; } }

@media (max-width: 1199px) {
  .product-page-content-3 {
    padding-top: 40px; } }

@media (max-width: 991px) {
  .product-page-content-3 {
    padding-top: 35px; } }

@media (max-width: 767px) {
  .product-page-content-3 {
    padding-top: 35px; } }

@media (max-width: 480px) {
  .product-page-content-3 {
    padding-top: 30px; } }

@media (max-width: 4096px) {
  .product-page-content-3 {
    padding-bottom: 40px; } }

@media (max-width: 1600px) {
  .product-page-content-3 {
    padding-bottom: 40px; } }

@media (max-width: 1440px) {
  .product-page-content-3 {
    padding-bottom: 40px; } }

@media (max-width: 1199px) {
  .product-page-content-3 {
    padding-bottom: 40px; } }

@media (max-width: 991px) {
  .product-page-content-3 {
    padding-bottom: 35px; } }

@media (max-width: 767px) {
  .product-page-content-3 {
    padding-bottom: 35px; } }

@media (max-width: 480px) {
  .product-page-content-3 {
    padding-bottom: 30px; } }

.product-page-content-3 .product-section-3 {
  display: -ms-flexbox;
  display: flex; }
  .product-page-content-3 .product-section-3 .product-preview {
    width: 50%;
    padding-right: 15px; }
    @media (max-width: 4096px) {
      .product-page-content-3 .product-section-3 .product-preview {
        padding-top: 40px; } }
    @media (max-width: 1600px) {
      .product-page-content-3 .product-section-3 .product-preview {
        padding-top: 40px; } }
    @media (max-width: 1440px) {
      .product-page-content-3 .product-section-3 .product-preview {
        padding-top: 40px; } }
    @media (max-width: 1199px) {
      .product-page-content-3 .product-section-3 .product-preview {
        padding-top: 40px; } }
    @media (max-width: 991px) {
      .product-page-content-3 .product-section-3 .product-preview {
        padding-top: 35px; } }
    @media (max-width: 767px) {
      .product-page-content-3 .product-section-3 .product-preview {
        padding-top: 35px; } }
    @media (max-width: 480px) {
      .product-page-content-3 .product-section-3 .product-preview {
        padding-top: 30px; } }
    @media (max-width: 4096px) {
      .product-page-content-3 .product-section-3 .product-preview {
        padding-bottom: 40px; } }
    @media (max-width: 1600px) {
      .product-page-content-3 .product-section-3 .product-preview {
        padding-bottom: 40px; } }
    @media (max-width: 1440px) {
      .product-page-content-3 .product-section-3 .product-preview {
        padding-bottom: 40px; } }
    @media (max-width: 1199px) {
      .product-page-content-3 .product-section-3 .product-preview {
        padding-bottom: 40px; } }
    @media (max-width: 991px) {
      .product-page-content-3 .product-section-3 .product-preview {
        padding-bottom: 35px; } }
    @media (max-width: 767px) {
      .product-page-content-3 .product-section-3 .product-preview {
        padding-bottom: 35px; } }
    @media (max-width: 480px) {
      .product-page-content-3 .product-section-3 .product-preview {
        padding-bottom: 30px; } }
    .product-page-content-3 .product-section-3 .product-preview .big-slider-3 {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin-left: -15px;
      margin-right: -15px; }
      @media (max-width: 4096px) {
        .product-page-content-3 .product-section-3 .product-preview .big-slider-3 {
          margin-bottom: -30px; } }
      @media (max-width: 1600px) {
        .product-page-content-3 .product-section-3 .product-preview .big-slider-3 {
          margin-bottom: -30px; } }
      @media (max-width: 1440px) {
        .product-page-content-3 .product-section-3 .product-preview .big-slider-3 {
          margin-bottom: -30px; } }
      @media (max-width: 1199px) {
        .product-page-content-3 .product-section-3 .product-preview .big-slider-3 {
          margin-bottom: -30px; } }
      @media (max-width: 991px) {
        .product-page-content-3 .product-section-3 .product-preview .big-slider-3 {
          margin-bottom: -25px; } }
      @media (max-width: 767px) {
        .product-page-content-3 .product-section-3 .product-preview .big-slider-3 {
          margin-bottom: -25px; } }
      @media (max-width: 480px) {
        .product-page-content-3 .product-section-3 .product-preview .big-slider-3 {
          margin-bottom: -20px; } }
      .product-page-content-3 .product-section-3 .product-preview .big-slider-3 .slider-card {
        width: 50%;
        padding: 0 15px; }
        @media (max-width: 4096px) {
          .product-page-content-3 .product-section-3 .product-preview .big-slider-3 .slider-card {
            margin-bottom: 30px; } }
        @media (max-width: 1600px) {
          .product-page-content-3 .product-section-3 .product-preview .big-slider-3 .slider-card {
            margin-bottom: 30px; } }
        @media (max-width: 1440px) {
          .product-page-content-3 .product-section-3 .product-preview .big-slider-3 .slider-card {
            margin-bottom: 30px; } }
        @media (max-width: 1199px) {
          .product-page-content-3 .product-section-3 .product-preview .big-slider-3 .slider-card {
            margin-bottom: 30px; } }
        @media (max-width: 991px) {
          .product-page-content-3 .product-section-3 .product-preview .big-slider-3 .slider-card {
            margin-bottom: 25px; } }
        @media (max-width: 767px) {
          .product-page-content-3 .product-section-3 .product-preview .big-slider-3 .slider-card {
            margin-bottom: 25px; } }
        @media (max-width: 480px) {
          .product-page-content-3 .product-section-3 .product-preview .big-slider-3 .slider-card {
            margin-bottom: 20px; } }
  .product-page-content-3 .product-section-3 .product-section-description {
    width: 50%;
    padding-left: 15px; }

@media (max-width: 991px) {
  .product-page-content-3 .product-section-3 {
    -ms-flex-direction: column;
        flex-direction: column; }
    .product-page-content-3 .product-section-3 .product-preview {
      width: 100%;
      padding-right: 0; }
      .product-page-content-3 .product-section-3 .product-preview .big-slider-3 .slider-card {
        width: 25%; }
    .product-page-content-3 .product-section-3 .product-section-description {
      width: 100%;
      padding-left: 0; } }

@media (max-width: 767px) {
  .product-page-content-3 .product-section-3 .product-preview {
    width: 100%; }
    .product-page-content-3 .product-section-3 .product-preview .big-slider-3 .slider-card {
      width: 50%; }
      .product-page-content-3 .product-section-3 .product-preview .big-slider-3 .slider-card a {
        display: block; }
        .product-page-content-3 .product-section-3 .product-preview .big-slider-3 .slider-card a img {
          width: 100%; } }

/*===> End Product page content 3 <===*/
/*===> Begin Product page content 4 <===*/
@media (max-width: 4096px) {
  .product-page-content-4 {
    padding-top: 40px; } }

@media (max-width: 1600px) {
  .product-page-content-4 {
    padding-top: 40px; } }

@media (max-width: 1440px) {
  .product-page-content-4 {
    padding-top: 40px; } }

@media (max-width: 1199px) {
  .product-page-content-4 {
    padding-top: 40px; } }

@media (max-width: 991px) {
  .product-page-content-4 {
    padding-top: 35px; } }

@media (max-width: 767px) {
  .product-page-content-4 {
    padding-top: 35px; } }

@media (max-width: 480px) {
  .product-page-content-4 {
    padding-top: 30px; } }

@media (max-width: 4096px) {
  .product-page-content-4 {
    padding-bottom: 40px; } }

@media (max-width: 1600px) {
  .product-page-content-4 {
    padding-bottom: 40px; } }

@media (max-width: 1440px) {
  .product-page-content-4 {
    padding-bottom: 40px; } }

@media (max-width: 1199px) {
  .product-page-content-4 {
    padding-bottom: 40px; } }

@media (max-width: 991px) {
  .product-page-content-4 {
    padding-bottom: 35px; } }

@media (max-width: 767px) {
  .product-page-content-4 {
    padding-bottom: 35px; } }

@media (max-width: 480px) {
  .product-page-content-4 {
    padding-bottom: 30px; } }

.product-page-content-4 .product-section-4 {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: justify;
      justify-content: space-between; }
  .product-page-content-4 .product-section-4 .product-preview {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px; }
    @media (max-width: 4096px) {
      .product-page-content-4 .product-section-4 .product-preview {
        padding-top: 40px; } }
    @media (max-width: 1600px) {
      .product-page-content-4 .product-section-4 .product-preview {
        padding-top: 40px; } }
    @media (max-width: 1440px) {
      .product-page-content-4 .product-section-4 .product-preview {
        padding-top: 40px; } }
    @media (max-width: 1199px) {
      .product-page-content-4 .product-section-4 .product-preview {
        padding-top: 40px; } }
    @media (max-width: 991px) {
      .product-page-content-4 .product-section-4 .product-preview {
        padding-top: 35px; } }
    @media (max-width: 767px) {
      .product-page-content-4 .product-section-4 .product-preview {
        padding-top: 35px; } }
    @media (max-width: 480px) {
      .product-page-content-4 .product-section-4 .product-preview {
        padding-top: 30px; } }
    @media (max-width: 4096px) {
      .product-page-content-4 .product-section-4 .product-preview {
        padding-bottom: 40px; } }
    @media (max-width: 1600px) {
      .product-page-content-4 .product-section-4 .product-preview {
        padding-bottom: 40px; } }
    @media (max-width: 1440px) {
      .product-page-content-4 .product-section-4 .product-preview {
        padding-bottom: 40px; } }
    @media (max-width: 1199px) {
      .product-page-content-4 .product-section-4 .product-preview {
        padding-bottom: 40px; } }
    @media (max-width: 991px) {
      .product-page-content-4 .product-section-4 .product-preview {
        padding-bottom: 35px; } }
    @media (max-width: 767px) {
      .product-page-content-4 .product-section-4 .product-preview {
        padding-bottom: 35px; } }
    @media (max-width: 480px) {
      .product-page-content-4 .product-section-4 .product-preview {
        padding-bottom: 30px; } }
    @media (max-width: 4096px) {
      .product-page-content-4 .product-section-4 .product-preview .big-slider-4 {
        margin-bottom: -30px; } }
    @media (max-width: 1600px) {
      .product-page-content-4 .product-section-4 .product-preview .big-slider-4 {
        margin-bottom: -30px; } }
    @media (max-width: 1440px) {
      .product-page-content-4 .product-section-4 .product-preview .big-slider-4 {
        margin-bottom: -30px; } }
    @media (max-width: 1199px) {
      .product-page-content-4 .product-section-4 .product-preview .big-slider-4 {
        margin-bottom: -30px; } }
    @media (max-width: 991px) {
      .product-page-content-4 .product-section-4 .product-preview .big-slider-4 {
        margin-bottom: -25px; } }
    @media (max-width: 767px) {
      .product-page-content-4 .product-section-4 .product-preview .big-slider-4 {
        margin-bottom: -25px; } }
    @media (max-width: 480px) {
      .product-page-content-4 .product-section-4 .product-preview .big-slider-4 {
        margin-bottom: -20px; } }
    @media (max-width: 4096px) {
      .product-page-content-4 .product-section-4 .product-preview .big-slider-4 .slider-card {
        margin-bottom: 30px; } }
    @media (max-width: 1600px) {
      .product-page-content-4 .product-section-4 .product-preview .big-slider-4 .slider-card {
        margin-bottom: 30px; } }
    @media (max-width: 1440px) {
      .product-page-content-4 .product-section-4 .product-preview .big-slider-4 .slider-card {
        margin-bottom: 30px; } }
    @media (max-width: 1199px) {
      .product-page-content-4 .product-section-4 .product-preview .big-slider-4 .slider-card {
        margin-bottom: 30px; } }
    @media (max-width: 991px) {
      .product-page-content-4 .product-section-4 .product-preview .big-slider-4 .slider-card {
        margin-bottom: 25px; } }
    @media (max-width: 767px) {
      .product-page-content-4 .product-section-4 .product-preview .big-slider-4 .slider-card {
        margin-bottom: 25px; } }
    @media (max-width: 480px) {
      .product-page-content-4 .product-section-4 .product-preview .big-slider-4 .slider-card {
        margin-bottom: 20px; } }
  .product-page-content-4 .product-section-4 .product-section-description {
    width: 25%; }
    .product-page-content-4 .product-section-4 .product-section-description.sticky-left {
      padding-right: 15px; }
      .product-page-content-4 .product-section-4 .product-section-description.sticky-left.stop {
        right: auto !important;
        left: 0 !important; }
      .product-page-content-4 .product-section-4 .product-section-description.sticky-left + .clone-desc {
        left: 0;
        width: 25%; }
    .product-page-content-4 .product-section-4 .product-section-description.fixed ~ .product-preview {
      margin-left: 25%; }
    .product-page-content-4 .product-section-4 .product-section-description.sticky-right {
      padding-left: 15px; }
      .product-page-content-4 .product-section-4 .product-section-description.sticky-right + .clone-desc {
        right: 0;
        width: 25%; }
    .product-page-content-4 .product-section-4 .product-section-description h2, .product-page-content-4 .product-section-4 .product-section-description .h2 {
      text-align: center; }
    .product-page-content-4 .product-section-4 .product-section-description .product-review {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -ms-flex-pack: center;
          justify-content: center; }
      .product-page-content-4 .product-section-4 .product-section-description .product-review .rating {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px; }
    .product-page-content-4 .product-section-4 .product-section-description .product-available {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-align: center;
          align-items: center;
      padding-bottom: 0;
      border-bottom: none; }
      @media (max-width: 4096px) {
        .product-page-content-4 .product-section-4 .product-section-description .product-available {
          margin-bottom: 20px; } }
      @media (max-width: 1600px) {
        .product-page-content-4 .product-section-4 .product-section-description .product-available {
          margin-bottom: 20px; } }
      @media (max-width: 1440px) {
        .product-page-content-4 .product-section-4 .product-section-description .product-available {
          margin-bottom: 20px; } }
      @media (max-width: 1199px) {
        .product-page-content-4 .product-section-4 .product-section-description .product-available {
          margin-bottom: 20px; } }
      @media (max-width: 991px) {
        .product-page-content-4 .product-section-4 .product-section-description .product-available {
          margin-bottom: 15px; } }
      @media (max-width: 767px) {
        .product-page-content-4 .product-section-4 .product-section-description .product-available {
          margin-bottom: 15px; } }
      @media (max-width: 480px) {
        .product-page-content-4 .product-section-4 .product-section-description .product-available {
          margin-bottom: 15px; } }
      .product-page-content-4 .product-section-4 .product-section-description .product-available .price {
        width: 100%;
        margin-right: 0;
        margin-bottom: 0;
        padding-bottom: 0;
        text-align: center; }
      .product-page-content-4 .product-section-4 .product-section-description .product-available .available {
        margin-bottom: 0; }
    .product-page-content-4 .product-section-4 .product-section-description .product-more-info {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-align: center;
          align-items: center; }
      .product-page-content-4 .product-section-4 .product-section-description .product-more-info li {
        width: auto; }
    .product-page-content-4 .product-section-4 .product-section-description .product-form {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-align: center;
          align-items: center;
      border-bottom: none; }
      @media (max-width: 4096px) {
        .product-page-content-4 .product-section-4 .product-section-description .product-form {
          margin-bottom: 20px; } }
      @media (max-width: 1600px) {
        .product-page-content-4 .product-section-4 .product-section-description .product-form {
          margin-bottom: 20px; } }
      @media (max-width: 1440px) {
        .product-page-content-4 .product-section-4 .product-section-description .product-form {
          margin-bottom: 20px; } }
      @media (max-width: 1199px) {
        .product-page-content-4 .product-section-4 .product-section-description .product-form {
          margin-bottom: 20px; } }
      @media (max-width: 991px) {
        .product-page-content-4 .product-section-4 .product-section-description .product-form {
          margin-bottom: 15px; } }
      @media (max-width: 767px) {
        .product-page-content-4 .product-section-4 .product-section-description .product-form {
          margin-bottom: 15px; } }
      @media (max-width: 480px) {
        .product-page-content-4 .product-section-4 .product-section-description .product-form {
          margin-bottom: 15px; } }
      .product-page-content-4 .product-section-4 .product-section-description .product-form .product-form-control {
        -ms-flex-pack: center;
            justify-content: center;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        max-width: 165px; }
        .product-page-content-4 .product-section-4 .product-section-description .product-form .product-form-control .button, .product-page-content-4 .product-section-4 .product-section-description .product-form .product-form-control button, .product-page-content-4 .product-section-4 .product-section-description .product-form .product-form-control .counter-area {
          margin-right: 0; }
        .product-page-content-4 .product-section-4 .product-section-description .product-form .product-form-control .control {
          margin-bottom: 0; }
      @media (max-width: 4096px) {
        .product-page-content-4 .product-section-4 .product-section-description .product-form .color-picker-form {
          margin-bottom: 15px; } }
      @media (max-width: 1600px) {
        .product-page-content-4 .product-section-4 .product-section-description .product-form .color-picker-form {
          margin-bottom: 15px; } }
      @media (max-width: 1440px) {
        .product-page-content-4 .product-section-4 .product-section-description .product-form .color-picker-form {
          margin-bottom: 15px; } }
      @media (max-width: 1199px) {
        .product-page-content-4 .product-section-4 .product-section-description .product-form .color-picker-form {
          margin-bottom: 15px; } }
      @media (max-width: 991px) {
        .product-page-content-4 .product-section-4 .product-section-description .product-form .color-picker-form {
          margin-bottom: 10px; } }
      @media (max-width: 767px) {
        .product-page-content-4 .product-section-4 .product-section-description .product-form .color-picker-form {
          margin-bottom: 10px; } }
      @media (max-width: 480px) {
        .product-page-content-4 .product-section-4 .product-section-description .product-form .color-picker-form {
          margin-bottom: 10px; } }
      @media (max-width: 4096px) {
        .product-page-content-4 .product-section-4 .product-section-description .product-form .main-picker-form {
          margin-bottom: 30px; } }
      @media (max-width: 1600px) {
        .product-page-content-4 .product-section-4 .product-section-description .product-form .main-picker-form {
          margin-bottom: 30px; } }
      @media (max-width: 1440px) {
        .product-page-content-4 .product-section-4 .product-section-description .product-form .main-picker-form {
          margin-bottom: 30px; } }
      @media (max-width: 1199px) {
        .product-page-content-4 .product-section-4 .product-section-description .product-form .main-picker-form {
          margin-bottom: 30px; } }
      @media (max-width: 991px) {
        .product-page-content-4 .product-section-4 .product-section-description .product-form .main-picker-form {
          margin-bottom: 25px; } }
      @media (max-width: 767px) {
        .product-page-content-4 .product-section-4 .product-section-description .product-form .main-picker-form {
          margin-bottom: 25px; } }
      @media (max-width: 480px) {
        .product-page-content-4 .product-section-4 .product-section-description .product-form .main-picker-form {
          margin-bottom: 20px; } }

@media (max-width: 1199px) {
  .product-page-content-4 .product-section-4 .product-preview {
    width: 40%; }
  .product-page-content-4 .product-section-4 .product-section-description {
    width: 30%; }
    .product-page-content-4 .product-section-4 .product-section-description.sticky-left + .clone-desc {
      width: 30%; }
    .product-page-content-4 .product-section-4 .product-section-description.fixed ~ .product-preview {
      margin-left: 30%; }
    .product-page-content-4 .product-section-4 .product-section-description.sticky-right + .clone-desc {
      width: 30%; } }

@media (max-width: 991px) {
  .product-page-content-4 .product-section-4 {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center; }
    .product-page-content-4 .product-section-4 .product-preview {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-order: 0;
          order: 0;
      width: 100%;
      padding-left: 0;
      padding-right: 0; }
    .product-page-content-4 .product-section-4 .product-section-description {
      position: static !important;
      width: 100% !important; }
      .product-page-content-4 .product-section-4 .product-section-description.sticky-left {
        -ms-flex-order: 1;
            order: 1;
        padding-bottom: 0;
        padding-right: 0; }
      .product-page-content-4 .product-section-4 .product-section-description.fixed ~ .product-preview {
        margin-left: 0%; }
      .product-page-content-4 .product-section-4 .product-section-description.sticky-right {
        -ms-flex-order: 1;
            order: 1;
        padding-top: 15px;
        padding-left: 0; } }

@media (max-width: 480px) {
  .product-page-content-4 .product-section-4 .product-review .rating {
    -ms-flex-pack: center;
        justify-content: center; } }

/*===> End Product page content 4 <===*/
/*===> Begin Product page content 5 <===*/
@media (max-width: 4096px) {
  .product-page-content-5 {
    padding-top: 40px; } }

@media (max-width: 1600px) {
  .product-page-content-5 {
    padding-top: 40px; } }

@media (max-width: 1440px) {
  .product-page-content-5 {
    padding-top: 40px; } }

@media (max-width: 1199px) {
  .product-page-content-5 {
    padding-top: 40px; } }

@media (max-width: 991px) {
  .product-page-content-5 {
    padding-top: 35px; } }

@media (max-width: 767px) {
  .product-page-content-5 {
    padding-top: 35px; } }

@media (max-width: 480px) {
  .product-page-content-5 {
    padding-top: 30px; } }

@media (max-width: 4096px) {
  .product-page-content-5 {
    padding-bottom: 40px; } }

@media (max-width: 1600px) {
  .product-page-content-5 {
    padding-bottom: 40px; } }

@media (max-width: 1440px) {
  .product-page-content-5 {
    padding-bottom: 40px; } }

@media (max-width: 1199px) {
  .product-page-content-5 {
    padding-bottom: 40px; } }

@media (max-width: 991px) {
  .product-page-content-5 {
    padding-bottom: 35px; } }

@media (max-width: 767px) {
  .product-page-content-5 {
    padding-bottom: 35px; } }

@media (max-width: 480px) {
  .product-page-content-5 {
    padding-bottom: 30px; } }

.product-page-content-5 .product-section-5 {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start; }
  .product-page-content-5 .product-section-5 .clone-desc {
    right: 0;
    width: 50%; }
  .product-page-content-5 .product-section-5 .product-preview {
    width: 50%;
    padding-right: 15px; }
    @media (max-width: 4096px) {
      .product-page-content-5 .product-section-5 .product-preview {
        padding-top: 40px; } }
    @media (max-width: 1600px) {
      .product-page-content-5 .product-section-5 .product-preview {
        padding-top: 40px; } }
    @media (max-width: 1440px) {
      .product-page-content-5 .product-section-5 .product-preview {
        padding-top: 40px; } }
    @media (max-width: 1199px) {
      .product-page-content-5 .product-section-5 .product-preview {
        padding-top: 40px; } }
    @media (max-width: 991px) {
      .product-page-content-5 .product-section-5 .product-preview {
        padding-top: 35px; } }
    @media (max-width: 767px) {
      .product-page-content-5 .product-section-5 .product-preview {
        padding-top: 35px; } }
    @media (max-width: 480px) {
      .product-page-content-5 .product-section-5 .product-preview {
        padding-top: 30px; } }
    @media (max-width: 4096px) {
      .product-page-content-5 .product-section-5 .product-preview {
        padding-bottom: 40px; } }
    @media (max-width: 1600px) {
      .product-page-content-5 .product-section-5 .product-preview {
        padding-bottom: 40px; } }
    @media (max-width: 1440px) {
      .product-page-content-5 .product-section-5 .product-preview {
        padding-bottom: 40px; } }
    @media (max-width: 1199px) {
      .product-page-content-5 .product-section-5 .product-preview {
        padding-bottom: 40px; } }
    @media (max-width: 991px) {
      .product-page-content-5 .product-section-5 .product-preview {
        padding-bottom: 35px; } }
    @media (max-width: 767px) {
      .product-page-content-5 .product-section-5 .product-preview {
        padding-bottom: 35px; } }
    @media (max-width: 480px) {
      .product-page-content-5 .product-section-5 .product-preview {
        padding-bottom: 30px; } }
    @media (max-width: 4096px) {
      .product-page-content-5 .product-section-5 .product-preview .big-slider-5 {
        margin-bottom: -30px; } }
    @media (max-width: 1600px) {
      .product-page-content-5 .product-section-5 .product-preview .big-slider-5 {
        margin-bottom: -30px; } }
    @media (max-width: 1440px) {
      .product-page-content-5 .product-section-5 .product-preview .big-slider-5 {
        margin-bottom: -30px; } }
    @media (max-width: 1199px) {
      .product-page-content-5 .product-section-5 .product-preview .big-slider-5 {
        margin-bottom: -30px; } }
    @media (max-width: 991px) {
      .product-page-content-5 .product-section-5 .product-preview .big-slider-5 {
        margin-bottom: -25px; } }
    @media (max-width: 767px) {
      .product-page-content-5 .product-section-5 .product-preview .big-slider-5 {
        margin-bottom: -25px; } }
    @media (max-width: 480px) {
      .product-page-content-5 .product-section-5 .product-preview .big-slider-5 {
        margin-bottom: -20px; } }
    @media (max-width: 4096px) {
      .product-page-content-5 .product-section-5 .product-preview .big-slider-5 .slider-card {
        margin-bottom: 30px; } }
    @media (max-width: 1600px) {
      .product-page-content-5 .product-section-5 .product-preview .big-slider-5 .slider-card {
        margin-bottom: 30px; } }
    @media (max-width: 1440px) {
      .product-page-content-5 .product-section-5 .product-preview .big-slider-5 .slider-card {
        margin-bottom: 30px; } }
    @media (max-width: 1199px) {
      .product-page-content-5 .product-section-5 .product-preview .big-slider-5 .slider-card {
        margin-bottom: 30px; } }
    @media (max-width: 991px) {
      .product-page-content-5 .product-section-5 .product-preview .big-slider-5 .slider-card {
        margin-bottom: 25px; } }
    @media (max-width: 767px) {
      .product-page-content-5 .product-section-5 .product-preview .big-slider-5 .slider-card {
        margin-bottom: 25px; } }
    @media (max-width: 480px) {
      .product-page-content-5 .product-section-5 .product-preview .big-slider-5 .slider-card {
        margin-bottom: 20px; } }
  .product-page-content-5 .product-section-5 .product-section-description {
    width: 50%;
    padding-left: 15px; }

@media (max-width: 767px) {
  .product-page-content-5 {
    max-width: 555px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0; }
    .product-page-content-5 .product-section-5 {
      -ms-flex-direction: column;
          flex-direction: column; }
      .product-page-content-5 .product-section-5 .product-preview {
        width: 100%;
        padding-right: 0; }
      .product-page-content-5 .product-section-5 .product-section-description {
        position: static !important;
        width: 100%;
        padding-left: 0; } }

/*===> End Product page content 5 <===*/
/*===> Begin Product page content 6 <===*/
@media (max-width: 4096px) {
  .product-page-content-6 {
    padding-top: 40px; } }

@media (max-width: 1600px) {
  .product-page-content-6 {
    padding-top: 40px; } }

@media (max-width: 1440px) {
  .product-page-content-6 {
    padding-top: 40px; } }

@media (max-width: 1199px) {
  .product-page-content-6 {
    padding-top: 40px; } }

@media (max-width: 991px) {
  .product-page-content-6 {
    padding-top: 35px; } }

@media (max-width: 767px) {
  .product-page-content-6 {
    padding-top: 35px; } }

@media (max-width: 480px) {
  .product-page-content-6 {
    padding-top: 30px; } }

@media (max-width: 4096px) {
  .product-page-content-6 {
    padding-bottom: 40px; } }

@media (max-width: 1600px) {
  .product-page-content-6 {
    padding-bottom: 40px; } }

@media (max-width: 1440px) {
  .product-page-content-6 {
    padding-bottom: 40px; } }

@media (max-width: 1199px) {
  .product-page-content-6 {
    padding-bottom: 40px; } }

@media (max-width: 991px) {
  .product-page-content-6 {
    padding-bottom: 35px; } }

@media (max-width: 767px) {
  .product-page-content-6 {
    padding-bottom: 35px; } }

@media (max-width: 480px) {
  .product-page-content-6 {
    padding-bottom: 30px; } }

.product-page-content-6 .product-section-6 {
  display: -ms-flexbox;
  display: flex; }
  .product-page-content-6 .product-section-6 .product-preview {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
        align-items: flex-start; }
    @media (max-width: 4096px) {
      .product-page-content-6 .product-section-6 .product-preview {
        padding-top: 40px; } }
    @media (max-width: 1600px) {
      .product-page-content-6 .product-section-6 .product-preview {
        padding-top: 40px; } }
    @media (max-width: 1440px) {
      .product-page-content-6 .product-section-6 .product-preview {
        padding-top: 40px; } }
    @media (max-width: 1199px) {
      .product-page-content-6 .product-section-6 .product-preview {
        padding-top: 40px; } }
    @media (max-width: 991px) {
      .product-page-content-6 .product-section-6 .product-preview {
        padding-top: 35px; } }
    @media (max-width: 767px) {
      .product-page-content-6 .product-section-6 .product-preview {
        padding-top: 35px; } }
    @media (max-width: 480px) {
      .product-page-content-6 .product-section-6 .product-preview {
        padding-top: 30px; } }
    @media (max-width: 4096px) {
      .product-page-content-6 .product-section-6 .product-preview {
        padding-bottom: 40px; } }
    @media (max-width: 1600px) {
      .product-page-content-6 .product-section-6 .product-preview {
        padding-bottom: 40px; } }
    @media (max-width: 1440px) {
      .product-page-content-6 .product-section-6 .product-preview {
        padding-bottom: 40px; } }
    @media (max-width: 1199px) {
      .product-page-content-6 .product-section-6 .product-preview {
        padding-bottom: 40px; } }
    @media (max-width: 991px) {
      .product-page-content-6 .product-section-6 .product-preview {
        padding-bottom: 35px; } }
    @media (max-width: 767px) {
      .product-page-content-6 .product-section-6 .product-preview {
        padding-bottom: 35px; } }
    @media (max-width: 480px) {
      .product-page-content-6 .product-section-6 .product-preview {
        padding-bottom: 30px; } }
    .product-page-content-6 .product-section-6 .product-preview .vertical-slider-6-wrap {
      position: relative;
      width: 100%;
      max-width: 85px;
      min-width: 85px;
      overflow: hidden; }
      .product-page-content-6 .product-section-6 .product-preview .vertical-slider-6-wrap div {
        display: block; }
      .product-page-content-6 .product-section-6 .product-preview .vertical-slider-6-wrap .vertical-slider-6 {
        height: 100%; }
      .product-page-content-6 .product-section-6 .product-preview .vertical-slider-6-wrap .slick-current .slider-card {
        position: relative; }
        .product-page-content-6 .product-section-6 .product-preview .vertical-slider-6-wrap .slick-current .slider-card::after {
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          border: 2px solid #d6e6f2; }
      .product-page-content-6 .product-section-6 .product-preview .vertical-slider-6-wrap .slick-list {
        height: 100%;
        padding-top: 0 !important;
        margin-bottom: -13px; }
        .product-page-content-6 .product-section-6 .product-preview .vertical-slider-6-wrap .slick-list img {
          display: block; }
        .product-page-content-6 .product-section-6 .product-preview .vertical-slider-6-wrap .slick-list .slick-slide {
          display: block; }
          .product-page-content-6 .product-section-6 .product-preview .vertical-slider-6-wrap .slick-list .slick-slide > div {
            display: block;
            padding-bottom: 13px; }
      .product-page-content-6 .product-section-6 .product-preview .vertical-slider-6-wrap .slider-card {
        display: block !important;
        cursor: pointer;
        padding: 0; }
        .product-page-content-6 .product-section-6 .product-preview .vertical-slider-6-wrap .slider-card a {
          display: block; }
      .product-page-content-6 .product-section-6 .product-preview .vertical-slider-6-wrap .vertical-nav {
        position: absolute;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        -ms-flex-pack: center;
            justify-content: center;
        left: 50%;
        width: 25px;
        min-width: 0;
        height: 25px;
        padding: 0;
        background: rgba(0, 0, 0, 0.2);
        color: #fff;
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
        .product-page-content-6 .product-section-6 .product-preview .vertical-slider-6-wrap .vertical-nav.prev {
          top: 0; }
        .product-page-content-6 .product-section-6 .product-preview .vertical-slider-6-wrap .vertical-nav.next {
          bottom: 0; }
        .product-page-content-6 .product-section-6 .product-preview .vertical-slider-6-wrap .vertical-nav.slick-hidden {
          display: none; }
    .product-page-content-6 .product-section-6 .product-preview .big-slider-6 {
      width: 100%;
      max-width: 488px;
      padding-right: 15px;
      padding-left: 15px; }
      .product-page-content-6 .product-section-6 .product-preview .big-slider-6 .slider-card {
        display: block !important; }
        .product-page-content-6 .product-section-6 .product-preview .big-slider-6 .slider-card a {
          display: block; }
  .product-page-content-6 .product-section-6 .product-section-description {
    padding-left: 15px; }

@media (max-width: 991px) {
  .product-page-content-6 .product-section-6 {
    -ms-flex-direction: column;
        flex-direction: column; }
    .product-page-content-6 .product-section-6 .product-preview {
      -ms-flex-pack: center;
          justify-content: center; }
      .product-page-content-6 .product-section-6 .product-preview .big-slider-6 {
        width: auto;
        max-width: 488px; } }

@media (max-width: 767px) {
  .product-page-content-6 {
    max-width: 488px;
    margin-left: auto;
    margin-right: auto; }
    .product-page-content-6 .product-section-6 .product-preview {
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
      width: 100%;
      max-width: 458px;
      margin-left: auto;
      margin-right: auto; }
      .product-page-content-6 .product-section-6 .product-preview .vertical-slider-6-wrap {
        width: 100%;
        max-width: 100%;
        max-width: none;
        min-width: 0; }
        .product-page-content-6 .product-section-6 .product-preview .vertical-slider-6-wrap .slick-list {
          margin-left: -5px;
          margin-right: -5px;
          padding-bottom: 0; }
          .product-page-content-6 .product-section-6 .product-preview .vertical-slider-6-wrap .slick-list .slick-slide {
            padding: 0 5px; }
            .product-page-content-6 .product-section-6 .product-preview .vertical-slider-6-wrap .slick-list .slick-slide > div {
              padding-bottom: 0; }
              .product-page-content-6 .product-section-6 .product-preview .vertical-slider-6-wrap .slick-list .slick-slide > div img {
                width: 100%; }
        .product-page-content-6 .product-section-6 .product-preview .vertical-slider-6-wrap .slider-card {
          max-width: 165px;
          margin-bottom: 0; }
        .product-page-content-6 .product-section-6 .product-preview .vertical-slider-6-wrap .vertical-nav {
          left: auto;
          top: 50%;
          bottom: auto;
          margin-right: 0;
          -ms-transform: translate(0, -50%);
          transform: translate(0, -50%); }
          .product-page-content-6 .product-section-6 .product-preview .vertical-slider-6-wrap .vertical-nav.prev {
            left: 0;
            top: 50%; }
            .product-page-content-6 .product-section-6 .product-preview .vertical-slider-6-wrap .vertical-nav.prev .mdi {
              -ms-transform: rotate(-90deg);
                  transform: rotate(-90deg); }
          .product-page-content-6 .product-section-6 .product-preview .vertical-slider-6-wrap .vertical-nav.next {
            right: 0;
            top: 50%; }
            .product-page-content-6 .product-section-6 .product-preview .vertical-slider-6-wrap .vertical-nav.next .mdi {
              -ms-transform: rotate(-90deg);
                  transform: rotate(-90deg); }
          .product-page-content-6 .product-section-6 .product-preview .vertical-slider-6-wrap .vertical-nav.slick-hidden {
            display: none; }
      .product-page-content-6 .product-section-6 .product-preview .big-slider-6 {
        width: 100%;
        max-width: 100%;
        min-width: 0;
        padding: 0 0; } }
      @media (max-width: 767px) and (max-width: 4096px) {
        .product-page-content-6 .product-section-6 .product-preview .big-slider-6 {
          margin-bottom: 30px; } }
      @media (max-width: 767px) and (max-width: 1600px) {
        .product-page-content-6 .product-section-6 .product-preview .big-slider-6 {
          margin-bottom: 30px; } }
      @media (max-width: 767px) and (max-width: 1440px) {
        .product-page-content-6 .product-section-6 .product-preview .big-slider-6 {
          margin-bottom: 30px; } }
      @media (max-width: 767px) and (max-width: 1199px) {
        .product-page-content-6 .product-section-6 .product-preview .big-slider-6 {
          margin-bottom: 30px; } }
      @media (max-width: 767px) and (max-width: 991px) {
        .product-page-content-6 .product-section-6 .product-preview .big-slider-6 {
          margin-bottom: 25px; } }
      @media (max-width: 767px) and (max-width: 767px) {
        .product-page-content-6 .product-section-6 .product-preview .big-slider-6 {
          margin-bottom: 25px; } }
      @media (max-width: 767px) and (max-width: 480px) {
        .product-page-content-6 .product-section-6 .product-preview .big-slider-6 {
          margin-bottom: 20px; } }

@media (max-width: 767px) {
    .product-page-content-6 .product-section-6 .product-section-description {
      max-width: 460px;
      margin-left: auto;
      margin-right: auto;
      padding-left: 0; } }

/*===> End Product page content 6 <===*/
/*===> Begin Cart table <===*/
@media (max-width: 4096px) {
  .cart-table {
    padding-top: 40px; } }

@media (max-width: 1600px) {
  .cart-table {
    padding-top: 40px; } }

@media (max-width: 1440px) {
  .cart-table {
    padding-top: 40px; } }

@media (max-width: 1199px) {
  .cart-table {
    padding-top: 40px; } }

@media (max-width: 991px) {
  .cart-table {
    padding-top: 35px; } }

@media (max-width: 767px) {
  .cart-table {
    padding-top: 35px; } }

@media (max-width: 480px) {
  .cart-table {
    padding-top: 30px; } }

@media (max-width: 4096px) {
  .cart-table {
    padding-bottom: 40px; } }

@media (max-width: 1600px) {
  .cart-table {
    padding-bottom: 40px; } }

@media (max-width: 1440px) {
  .cart-table {
    padding-bottom: 40px; } }

@media (max-width: 1199px) {
  .cart-table {
    padding-bottom: 40px; } }

@media (max-width: 991px) {
  .cart-table {
    padding-bottom: 35px; } }

@media (max-width: 767px) {
  .cart-table {
    padding-bottom: 35px; } }

@media (max-width: 480px) {
  .cart-table {
    padding-bottom: 30px; } }

.cart-table .thead {
  border-bottom: 1px solid #dddddd; }
  @media (max-width: 4096px) {
    .cart-table .thead {
      margin-bottom: 30px; } }
  @media (max-width: 1600px) {
    .cart-table .thead {
      margin-bottom: 30px; } }
  @media (max-width: 1440px) {
    .cart-table .thead {
      margin-bottom: 30px; } }
  @media (max-width: 1199px) {
    .cart-table .thead {
      margin-bottom: 30px; } }
  @media (max-width: 991px) {
    .cart-table .thead {
      margin-bottom: 25px; } }
  @media (max-width: 767px) {
    .cart-table .thead {
      margin-bottom: 25px; } }
  @media (max-width: 480px) {
    .cart-table .thead {
      margin-bottom: 20px; } }
  .cart-table .thead h5, .cart-table .thead .h5 {
    margin-bottom: 5px; }

.cart-table .cart__item {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #dddddd; }
  .cart-table .cart__item .button {
    width: 100%;
    min-width: 145px; }
  .cart-table .cart__item .d-flex, .cart-table .cart__item .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
  .cart-table .cart__item .row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .cart-table .cart__item .cart-product__logo {
    margin-right: 15px; }
  @media (max-width: 4096px) {
    .cart-table .cart__item .cart-product-info h4, .cart-table .cart__item .cart-product-info .h4 {
      margin-bottom: 10px; } }
  @media (max-width: 1600px) {
    .cart-table .cart__item .cart-product-info h4, .cart-table .cart__item .cart-product-info .h4 {
      margin-bottom: 10px; } }
  @media (max-width: 1440px) {
    .cart-table .cart__item .cart-product-info h4, .cart-table .cart__item .cart-product-info .h4 {
      margin-bottom: 10px; } }
  @media (max-width: 1199px) {
    .cart-table .cart__item .cart-product-info h4, .cart-table .cart__item .cart-product-info .h4 {
      margin-bottom: 10px; } }
  @media (max-width: 991px) {
    .cart-table .cart__item .cart-product-info h4, .cart-table .cart__item .cart-product-info .h4 {
      margin-bottom: 5px; } }
  @media (max-width: 767px) {
    .cart-table .cart__item .cart-product-info h4, .cart-table .cart__item .cart-product-info .h4 {
      margin-bottom: 5px; } }
  @media (max-width: 480px) {
    .cart-table .cart__item .cart-product-info h4, .cart-table .cart__item .cart-product-info .h4 {
      margin-bottom: 5px; } }
  .cart-table .cart__item .cart-product-info .product-settings p {
    margin-bottom: 0;
    font-weight: 600; }
    .cart-table .cart__item .cart-product-info .product-settings p span {
      font-weight: 500;
      margin-left: 10px; }
    .cart-table .cart__item .cart-product-info .product-settings p.color {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center; }
      .cart-table .cart__item .cart-product-info .product-settings p.color span {
        display: block;
        width: 14px;
        height: 14px;
        border-radius: 50%;
        background: #f0908a; }
  .cart-table .cart__item .subtotal {
    color: #474a56; }
  .cart-table .cart__item .cart-product_options {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
        align-items: flex-end;
    -ms-flex-pack: center;
        justify-content: center; }
    .cart-table .cart__item .cart-product_options .mdi {
      display: block;
      max-height: 22px;
      font-size: 22px;
      line-height: 1em;
      cursor: pointer;
      transition: all .2s; }
      .cart-table .cart__item .cart-product_options .mdi:hover {
        color: #769fcd; }
    .cart-table .cart__item .cart-product_options .delete-cart_product {
      color: #474a56; }
    .cart-table .cart__item .cart-product_options .correct_product {
      margin-left: 10px;
      margin-bottom: -1px;
      color: #dddddd; }

.cart-table .cart-products-list {
  margin-bottom: 30px; }
  .cart-table .cart-products-list .cart__item:last-child {
    margin-bottom: 0; }

.cart-table .cart-controls {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between; }
  .cart-table .cart-controls .inner-wrap .button {
    margin-right: 30px; }
    .cart-table .cart-controls .inner-wrap .button:last-child {
      margin-right: 0; }

@media (max-width: 991px) {
  .cart-table .cart__item .d-flex {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: start;
        align-items: flex-start; }
  .cart-table .cart__item .cart-product__logo {
    margin-right: 0;
    margin-bottom: 15px; } }

@media (max-width: 767px) {
  .cart-table .thead .row > div:nth-child(1) {
    display: none; }
  .cart-table .cart__item .d-flex {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: center;
        align-items: center;
    margin-bottom: 20px; }
  .cart-table .cart__item .cart-product__logo {
    margin-right: 15px;
    margin-bottom: 0; }
  .cart-table .cart-controls .inner-wrap .button {
    margin-right: 15px; }
    .cart-table .cart-controls .inner-wrap .button:last-child {
      margin-right: 15px; }
  .cart-table .cart-controls .button {
    min-width: 139px;
    margin-right: 15px; }
    .cart-table .cart-controls .button:last-child {
      margin-right: 0; } }

@media (max-width: 480px) {
  .cart-table .thead .row > div {
    width: 33.33%; }
  .cart-table .cart__item .d-flex {
    width: 100% !important; }
  .cart-table .cart__item .row > div {
    width: 33.33%; }
    .cart-table .cart__item .row > div.col-mob {
      width: 40%;
      padding-top: 15px; }
      .cart-table .cart__item .row > div.col-mob + div {
        width: 50%; }
    .cart-table .cart__item .row > div:last-child {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: end;
          justify-content: flex-end;
      width: 100%;
      padding-top: 15px; }
  .cart-table .cart-controls {
    -ms-flex-direction: column;
        flex-direction: column;
    width: 100%; }
    .cart-table .cart-controls .inner-wrap {
      width: 100%; }
      .cart-table .cart-controls .inner-wrap .button {
        display: block;
        width: 100%;
        margin-top: 0;
        margin-bottom: 15px;
        margin-right: 0; }
        .cart-table .cart-controls .inner-wrap .button:last-child {
          margin-bottom: 0; }
    .cart-table .cart-controls .button {
      margin-top: 15px; } }

/*===> End Cart table <===*/
/*===> Begin Cart content <===*/
@media (max-width: 4096px) {
  .cart-content {
    padding-top: 40px; } }

@media (max-width: 1600px) {
  .cart-content {
    padding-top: 40px; } }

@media (max-width: 1440px) {
  .cart-content {
    padding-top: 40px; } }

@media (max-width: 1199px) {
  .cart-content {
    padding-top: 40px; } }

@media (max-width: 991px) {
  .cart-content {
    padding-top: 35px; } }

@media (max-width: 767px) {
  .cart-content {
    padding-top: 35px; } }

@media (max-width: 480px) {
  .cart-content {
    padding-top: 30px; } }

.cart-content .cart-form-list {
  display: -ms-flexbox;
  display: flex;
  margin-left: -15px;
  margin-right: -15px; }
  @media (max-width: 4096px) {
    .cart-content .cart-form-list {
      padding-top: 40px; } }
  @media (max-width: 1600px) {
    .cart-content .cart-form-list {
      padding-top: 40px; } }
  @media (max-width: 1440px) {
    .cart-content .cart-form-list {
      padding-top: 40px; } }
  @media (max-width: 1199px) {
    .cart-content .cart-form-list {
      padding-top: 40px; } }
  @media (max-width: 991px) {
    .cart-content .cart-form-list {
      padding-top: 35px; } }
  @media (max-width: 767px) {
    .cart-content .cart-form-list {
      padding-top: 35px; } }
  @media (max-width: 480px) {
    .cart-content .cart-form-list {
      padding-top: 30px; } }
  @media (max-width: 4096px) {
    .cart-content .cart-form-list {
      padding-bottom: 40px; } }
  @media (max-width: 1600px) {
    .cart-content .cart-form-list {
      padding-bottom: 40px; } }
  @media (max-width: 1440px) {
    .cart-content .cart-form-list {
      padding-bottom: 40px; } }
  @media (max-width: 1199px) {
    .cart-content .cart-form-list {
      padding-bottom: 40px; } }
  @media (max-width: 991px) {
    .cart-content .cart-form-list {
      padding-bottom: 35px; } }
  @media (max-width: 767px) {
    .cart-content .cart-form-list {
      padding-bottom: 35px; } }
  @media (max-width: 480px) {
    .cart-content .cart-form-list {
      padding-bottom: 30px; } }
  .cart-content .cart-form-list .cart-form {
    width: 33.33%;
    padding-left: 15px;
    padding-right: 15px; }
    @media (max-width: 4096px) {
      .cart-content .cart-form-list .cart-form {
        margin-bottom: 40px; } }
    @media (max-width: 1600px) {
      .cart-content .cart-form-list .cart-form {
        margin-bottom: 40px; } }
    @media (max-width: 1440px) {
      .cart-content .cart-form-list .cart-form {
        margin-bottom: 40px; } }
    @media (max-width: 1199px) {
      .cart-content .cart-form-list .cart-form {
        margin-bottom: 40px; } }
    @media (max-width: 991px) {
      .cart-content .cart-form-list .cart-form {
        margin-bottom: 35px; } }
    @media (max-width: 767px) {
      .cart-content .cart-form-list .cart-form {
        margin-bottom: 35px; } }
    @media (max-width: 480px) {
      .cart-content .cart-form-list .cart-form {
        margin-bottom: 30px; } }
    @media (max-width: 4096px) {
      .cart-content .cart-form-list .cart-form h3, .cart-content .cart-form-list .cart-form .h3 {
        margin-bottom: 15px; } }
    @media (max-width: 1600px) {
      .cart-content .cart-form-list .cart-form h3, .cart-content .cart-form-list .cart-form .h3 {
        margin-bottom: 15px; } }
    @media (max-width: 1440px) {
      .cart-content .cart-form-list .cart-form h3, .cart-content .cart-form-list .cart-form .h3 {
        margin-bottom: 15px; } }
    @media (max-width: 1199px) {
      .cart-content .cart-form-list .cart-form h3, .cart-content .cart-form-list .cart-form .h3 {
        margin-bottom: 15px; } }
    @media (max-width: 991px) {
      .cart-content .cart-form-list .cart-form h3, .cart-content .cart-form-list .cart-form .h3 {
        margin-bottom: 10px; } }
    @media (max-width: 767px) {
      .cart-content .cart-form-list .cart-form h3, .cart-content .cart-form-list .cart-form .h3 {
        margin-bottom: 10px; } }
    @media (max-width: 480px) {
      .cart-content .cart-form-list .cart-form h3, .cart-content .cart-form-list .cart-form .h3 {
        margin-bottom: 10px; } }
    @media (max-width: 4096px) {
      .cart-content .cart-form-list .cart-form p {
        margin-bottom: 30px; } }
    @media (max-width: 1600px) {
      .cart-content .cart-form-list .cart-form p {
        margin-bottom: 30px; } }
    @media (max-width: 1440px) {
      .cart-content .cart-form-list .cart-form p {
        margin-bottom: 30px; } }
    @media (max-width: 1199px) {
      .cart-content .cart-form-list .cart-form p {
        margin-bottom: 30px; } }
    @media (max-width: 991px) {
      .cart-content .cart-form-list .cart-form p {
        margin-bottom: 25px; } }
    @media (max-width: 767px) {
      .cart-content .cart-form-list .cart-form p {
        margin-bottom: 25px; } }
    @media (max-width: 480px) {
      .cart-content .cart-form-list .cart-form p {
        margin-bottom: 20px; } }
    .cart-content .cart-form-list .cart-form .select2-container--default .select2-selection--single .select2-selection__arrow {
      width: 50px;
      color: #a9a9a9; }
  .cart-content .cart-form-list .invoice-wrap {
    width: 33.33%;
    padding-left: 15px;
    padding-right: 15px; }
    @media (max-width: 4096px) {
      .cart-content .cart-form-list .invoice-wrap {
        margin-bottom: 40px; } }
    @media (max-width: 1600px) {
      .cart-content .cart-form-list .invoice-wrap {
        margin-bottom: 40px; } }
    @media (max-width: 1440px) {
      .cart-content .cart-form-list .invoice-wrap {
        margin-bottom: 40px; } }
    @media (max-width: 1199px) {
      .cart-content .cart-form-list .invoice-wrap {
        margin-bottom: 40px; } }
    @media (max-width: 991px) {
      .cart-content .cart-form-list .invoice-wrap {
        margin-bottom: 35px; } }
    @media (max-width: 767px) {
      .cart-content .cart-form-list .invoice-wrap {
        margin-bottom: 35px; } }
    @media (max-width: 480px) {
      .cart-content .cart-form-list .invoice-wrap {
        margin-bottom: 30px; } }

@media (max-width: 1199px) {
  .cart-content .cart-form-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .cart-content .cart-form-list .cart-form {
      width: 50%; }
      .cart-content .cart-form-list .cart-form:nth-child(1) {
        -ms-flex-order: 0;
            order: 0; }
      .cart-content .cart-form-list .cart-form:nth-child(2) {
        -ms-flex-order: 2;
            order: 2; }
    .cart-content .cart-form-list .invoice-wrap {
      -ms-flex-order: 1;
          order: 1;
      width: 50%;
      margin-left: auto;
      margin-right: auto; } }

@media (max-width: 767px) {
  .cart-content .cart-form-list .cart-form {
    width: 100%; }
    .cart-content .cart-form-list .cart-form:nth-child(1) {
      -ms-flex-order: 0;
          order: 0; }
    .cart-content .cart-form-list .cart-form:nth-child(2) {
      -ms-flex-order: 1;
          order: 1; }
  .cart-content .cart-form-list .invoice-wrap {
    -ms-flex-order: 2;
        order: 2;
    width: 100%; } }

/*===> End Cart content <===*/
/*===> Begin Invoice <===*/
.invoice .invoice-info {
  padding-left: 15px;
  padding-right: 15px;
  border: 1px solid #9d9d9d; }
  @media (max-width: 4096px) {
    .invoice .invoice-info {
      margin-bottom: 30px; } }
  @media (max-width: 1600px) {
    .invoice .invoice-info {
      margin-bottom: 30px; } }
  @media (max-width: 1440px) {
    .invoice .invoice-info {
      margin-bottom: 30px; } }
  @media (max-width: 1199px) {
    .invoice .invoice-info {
      margin-bottom: 30px; } }
  @media (max-width: 991px) {
    .invoice .invoice-info {
      margin-bottom: 25px; } }
  @media (max-width: 767px) {
    .invoice .invoice-info {
      margin-bottom: 25px; } }
  @media (max-width: 480px) {
    .invoice .invoice-info {
      margin-bottom: 20px; } }
  @media (max-width: 4096px) {
    .invoice .invoice-info {
      padding-top: 30px; } }
  @media (max-width: 1600px) {
    .invoice .invoice-info {
      padding-top: 30px; } }
  @media (max-width: 1440px) {
    .invoice .invoice-info {
      padding-top: 30px; } }
  @media (max-width: 1199px) {
    .invoice .invoice-info {
      padding-top: 30px; } }
  @media (max-width: 991px) {
    .invoice .invoice-info {
      padding-top: 25px; } }
  @media (max-width: 767px) {
    .invoice .invoice-info {
      padding-top: 25px; } }
  @media (max-width: 480px) {
    .invoice .invoice-info {
      padding-top: 20px; } }
  @media (max-width: 4096px) {
    .invoice .invoice-info {
      padding-bottom: 30px; } }
  @media (max-width: 1600px) {
    .invoice .invoice-info {
      padding-bottom: 30px; } }
  @media (max-width: 1440px) {
    .invoice .invoice-info {
      padding-bottom: 30px; } }
  @media (max-width: 1199px) {
    .invoice .invoice-info {
      padding-bottom: 30px; } }
  @media (max-width: 991px) {
    .invoice .invoice-info {
      padding-bottom: 25px; } }
  @media (max-width: 767px) {
    .invoice .invoice-info {
      padding-bottom: 25px; } }
  @media (max-width: 480px) {
    .invoice .invoice-info {
      padding-bottom: 20px; } }
  .invoice .invoice-info .inner-invoice {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto; }
    .invoice .invoice-info .inner-invoice .list-invoice {
      margin-bottom: 15px;
      padding: 0 20px;
      border-bottom: 1px dashed #9d9d9d; }
      .invoice .invoice-info .inner-invoice .list-invoice h5, .invoice .invoice-info .inner-invoice .list-invoice .h5 {
        margin-bottom: 10px; }
      .invoice .invoice-info .inner-invoice .list-invoice p {
        margin-bottom: 15px; }
      .invoice .invoice-info .inner-invoice .list-invoice h5, .invoice .invoice-info .inner-invoice .list-invoice .h5, .invoice .invoice-info .inner-invoice .list-invoice p {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .invoice .invoice-info .inner-invoice h3, .invoice .invoice-info .inner-invoice .h3 {
      margin-bottom: 0;
      padding: 0 20px; }

.invoice .button, .invoice button {
  display: block;
  width: 100%; }

/*===> End Invoice <===*/
/*===> Begin Wish content <===*/
@media (max-width: 4096px) {
  .wish-content {
    padding-top: 40px; } }

@media (max-width: 1600px) {
  .wish-content {
    padding-top: 40px; } }

@media (max-width: 1440px) {
  .wish-content {
    padding-top: 40px; } }

@media (max-width: 1199px) {
  .wish-content {
    padding-top: 40px; } }

@media (max-width: 991px) {
  .wish-content {
    padding-top: 35px; } }

@media (max-width: 767px) {
  .wish-content {
    padding-top: 35px; } }

@media (max-width: 480px) {
  .wish-content {
    padding-top: 30px; } }

@media (max-width: 4096px) {
  .wish-content {
    padding-bottom: 40px; } }

@media (max-width: 1600px) {
  .wish-content {
    padding-bottom: 40px; } }

@media (max-width: 1440px) {
  .wish-content {
    padding-bottom: 40px; } }

@media (max-width: 1199px) {
  .wish-content {
    padding-bottom: 40px; } }

@media (max-width: 991px) {
  .wish-content {
    padding-bottom: 35px; } }

@media (max-width: 767px) {
  .wish-content {
    padding-bottom: 35px; } }

@media (max-width: 480px) {
  .wish-content {
    padding-bottom: 30px; } }

@media (max-width: 767px) {
  .wish-content .cart-controls {
    -ms-flex-direction: column;
        flex-direction: column;
    width: 100%;
    max-width: 400px; }
    .wish-content .cart-controls .inner-wrap {
      width: 100%; }
      .wish-content .cart-controls .inner-wrap .button {
        display: block;
        width: 100%;
        margin-top: 0;
        margin-bottom: 15px;
        margin-right: 0; }
        .wish-content .cart-controls .inner-wrap .button:last-child {
          margin-bottom: 0; }
    .wish-content .cart-controls .button {
      margin-top: 15px; } }

/*===> End Wish content <===*/
/*===> Begin Checkout content <===*/
@media (max-width: 4096px) {
  .checkout-content {
    padding-top: 40px; } }

@media (max-width: 1600px) {
  .checkout-content {
    padding-top: 40px; } }

@media (max-width: 1440px) {
  .checkout-content {
    padding-top: 40px; } }

@media (max-width: 1199px) {
  .checkout-content {
    padding-top: 40px; } }

@media (max-width: 991px) {
  .checkout-content {
    padding-top: 35px; } }

@media (max-width: 767px) {
  .checkout-content {
    padding-top: 35px; } }

@media (max-width: 480px) {
  .checkout-content {
    padding-top: 30px; } }

@media (max-width: 4096px) {
  .checkout-content {
    padding-bottom: 40px; } }

@media (max-width: 1600px) {
  .checkout-content {
    padding-bottom: 40px; } }

@media (max-width: 1440px) {
  .checkout-content {
    padding-bottom: 40px; } }

@media (max-width: 1199px) {
  .checkout-content {
    padding-bottom: 40px; } }

@media (max-width: 991px) {
  .checkout-content {
    padding-bottom: 35px; } }

@media (max-width: 767px) {
  .checkout-content {
    padding-bottom: 35px; } }

@media (max-width: 480px) {
  .checkout-content {
    padding-bottom: 30px; } }

/*===> End Checkout content <===*/
/*===> Begin About article <===*/
.about-article {
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 4096px) {
    .about-article {
      padding-top: 40px; } }
  @media (max-width: 1600px) {
    .about-article {
      padding-top: 40px; } }
  @media (max-width: 1440px) {
    .about-article {
      padding-top: 40px; } }
  @media (max-width: 1199px) {
    .about-article {
      padding-top: 40px; } }
  @media (max-width: 991px) {
    .about-article {
      padding-top: 35px; } }
  @media (max-width: 767px) {
    .about-article {
      padding-top: 35px; } }
  @media (max-width: 480px) {
    .about-article {
      padding-top: 30px; } }
  @media (max-width: 4096px) {
    .about-article {
      padding-bottom: 40px; } }
  @media (max-width: 1600px) {
    .about-article {
      padding-bottom: 40px; } }
  @media (max-width: 1440px) {
    .about-article {
      padding-bottom: 40px; } }
  @media (max-width: 1199px) {
    .about-article {
      padding-bottom: 40px; } }
  @media (max-width: 991px) {
    .about-article {
      padding-bottom: 35px; } }
  @media (max-width: 767px) {
    .about-article {
      padding-bottom: 35px; } }
  @media (max-width: 480px) {
    .about-article {
      padding-bottom: 30px; } }
  .about-article .article-logo {
    width: 50%;
    padding-right: 15px; }
  .about-article .article-text {
    width: 50%;
    padding-left: 15px; }
    @media (max-width: 4096px) {
      .about-article .article-text p {
        margin-bottom: 40px; } }
    @media (max-width: 1600px) {
      .about-article .article-text p {
        margin-bottom: 40px; } }
    @media (max-width: 1440px) {
      .about-article .article-text p {
        margin-bottom: 40px; } }
    @media (max-width: 1199px) {
      .about-article .article-text p {
        margin-bottom: 40px; } }
    @media (max-width: 991px) {
      .about-article .article-text p {
        margin-bottom: 35px; } }
    @media (max-width: 767px) {
      .about-article .article-text p {
        margin-bottom: 35px; } }
    @media (max-width: 480px) {
      .about-article .article-text p {
        margin-bottom: 30px; } }
    .about-article .article-text h4, .about-article .article-text .h4 {
      margin-bottom: 0;
      float: left;
      font-weight: 500; }
    .about-article .article-text img {
      display: block;
      margin-left: auto;
      margin-right: auto; }
  @media (max-width: 991px) {
    .about-article {
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-align: center;
          align-items: center; }
      .about-article .article-logo {
        width: 100%;
        padding-right: 0; } }
    @media (max-width: 991px) and (max-width: 4096px) {
      .about-article .article-logo {
        margin-bottom: 30px; } }
    @media (max-width: 991px) and (max-width: 1600px) {
      .about-article .article-logo {
        margin-bottom: 30px; } }
    @media (max-width: 991px) and (max-width: 1440px) {
      .about-article .article-logo {
        margin-bottom: 30px; } }
    @media (max-width: 991px) and (max-width: 1199px) {
      .about-article .article-logo {
        margin-bottom: 30px; } }
    @media (max-width: 991px) and (max-width: 991px) {
      .about-article .article-logo {
        margin-bottom: 25px; } }
    @media (max-width: 991px) and (max-width: 767px) {
      .about-article .article-logo {
        margin-bottom: 25px; } }
    @media (max-width: 991px) and (max-width: 480px) {
      .about-article .article-logo {
        margin-bottom: 20px; } }
  @media (max-width: 991px) {
        .about-article .article-logo img {
          display: block;
          margin-left: auto;
          margin-right: auto; }
      .about-article .article-text {
        width: 100%;
        padding-left: 0; } }

/*===> End About article <===*/
/*===> Begin video block <===*/
.video-block {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  height: 500px;
  background: url(../img/video_img.jpg) no-repeat center;
  background-size: cover; }
  @media (max-width: 4096px) {
    .video-block {
      margin-top: 40px; } }
  @media (max-width: 1600px) {
    .video-block {
      margin-top: 40px; } }
  @media (max-width: 1440px) {
    .video-block {
      margin-top: 40px; } }
  @media (max-width: 1199px) {
    .video-block {
      margin-top: 40px; } }
  @media (max-width: 991px) {
    .video-block {
      margin-top: 35px; } }
  @media (max-width: 767px) {
    .video-block {
      margin-top: 35px; } }
  @media (max-width: 480px) {
    .video-block {
      margin-top: 30px; } }
  @media (max-width: 4096px) {
    .video-block {
      margin-bottom: 40px; } }
  @media (max-width: 1600px) {
    .video-block {
      margin-bottom: 40px; } }
  @media (max-width: 1440px) {
    .video-block {
      margin-bottom: 40px; } }
  @media (max-width: 1199px) {
    .video-block {
      margin-bottom: 40px; } }
  @media (max-width: 991px) {
    .video-block {
      margin-bottom: 35px; } }
  @media (max-width: 767px) {
    .video-block {
      margin-bottom: 35px; } }
  @media (max-width: 480px) {
    .video-block {
      margin-bottom: 30px; } }
  .video-block::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    cursor: pointer; }
  .video-block .video-header {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    text-align: center;
    z-index: 5; }
    .video-block .video-header .mdi {
      display: block;
      font-size: 50px;
      cursor: pointer; }
      @media (max-width: 4096px) {
        .video-block .video-header .mdi {
          margin-bottom: 40px; } }
      @media (max-width: 1600px) {
        .video-block .video-header .mdi {
          margin-bottom: 40px; } }
      @media (max-width: 1440px) {
        .video-block .video-header .mdi {
          margin-bottom: 40px; } }
      @media (max-width: 1199px) {
        .video-block .video-header .mdi {
          margin-bottom: 40px; } }
      @media (max-width: 991px) {
        .video-block .video-header .mdi {
          margin-bottom: 35px; } }
      @media (max-width: 767px) {
        .video-block .video-header .mdi {
          margin-bottom: 35px; } }
      @media (max-width: 480px) {
        .video-block .video-header .mdi {
          margin-bottom: 30px; } }
      .video-block .video-header .mdi::before {
        line-height: 1em; }
    .video-block .video-header h2, .video-block .video-header .h2 {
      margin-bottom: 0;
      cursor: pointer;
      transition: all .25s; }
      .video-block .video-header h2:hover, .video-block .video-header .h2:hover {
        color: #fff; }
  @media (max-width: 991px) {
    .video-block {
      height: 400px; } }

/*===> End video block <===*/
/*===> Begin Team list <===*/
.team-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: start;
      align-items: flex-start;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 0; }
  .team-list li {
    width: 25%;
    padding-left: 15px;
    padding-right: 15px; }
    @media (max-width: 4096px) {
      .team-list li {
        padding-bottom: 40px; } }
    @media (max-width: 1600px) {
      .team-list li {
        padding-bottom: 40px; } }
    @media (max-width: 1440px) {
      .team-list li {
        padding-bottom: 40px; } }
    @media (max-width: 1199px) {
      .team-list li {
        padding-bottom: 40px; } }
    @media (max-width: 991px) {
      .team-list li {
        padding-bottom: 35px; } }
    @media (max-width: 767px) {
      .team-list li {
        padding-bottom: 35px; } }
    @media (max-width: 480px) {
      .team-list li {
        padding-bottom: 30px; } }
    .team-list li::after {
      display: none; }
  .team-list .employe-card:hover .employe-info .employe-contact li {
    -ms-transform: translateY(0);
        transform: translateY(0);
    opacity: 1; }
    .team-list .employe-card:hover .employe-info .employe-contact li:nth-child(2) {
      transition-delay: .1s; }
    .team-list .employe-card:hover .employe-info .employe-contact li:nth-child(3) {
      transition-delay: .2s; }
    .team-list .employe-card:hover .employe-info .employe-contact li:nth-child(4) {
      transition-delay: .3s; }
    .team-list .employe-card:hover .employe-info .employe-contact li:nth-child(5) {
      transition-delay: .4s; }
    .team-list .employe-card:hover .employe-info .employe-contact li:nth-child(6) {
      transition-delay: .5s; }
  @media (max-width: 4096px) {
    .team-list .employe-card .employe-avatar {
      margin-bottom: 20px; } }
  @media (max-width: 1600px) {
    .team-list .employe-card .employe-avatar {
      margin-bottom: 20px; } }
  @media (max-width: 1440px) {
    .team-list .employe-card .employe-avatar {
      margin-bottom: 20px; } }
  @media (max-width: 1199px) {
    .team-list .employe-card .employe-avatar {
      margin-bottom: 20px; } }
  @media (max-width: 991px) {
    .team-list .employe-card .employe-avatar {
      margin-bottom: 15px; } }
  @media (max-width: 767px) {
    .team-list .employe-card .employe-avatar {
      margin-bottom: 15px; } }
  @media (max-width: 480px) {
    .team-list .employe-card .employe-avatar {
      margin-bottom: 15px; } }
  .team-list .employe-card .employe-info {
    position: relative;
    overflow: hidden; }
    @media (max-width: 4096px) {
      .team-list .employe-card .employe-info {
        padding-bottom: 40px; } }
    @media (max-width: 1600px) {
      .team-list .employe-card .employe-info {
        padding-bottom: 40px; } }
    @media (max-width: 1440px) {
      .team-list .employe-card .employe-info {
        padding-bottom: 40px; } }
    @media (max-width: 1199px) {
      .team-list .employe-card .employe-info {
        padding-bottom: 40px; } }
    @media (max-width: 991px) {
      .team-list .employe-card .employe-info {
        padding-bottom: 35px; } }
    @media (max-width: 767px) {
      .team-list .employe-card .employe-info {
        padding-bottom: 35px; } }
    @media (max-width: 480px) {
      .team-list .employe-card .employe-info {
        padding-bottom: 30px; } }
    .team-list .employe-card .employe-info h4, .team-list .employe-card .employe-info .h4 {
      text-align: center;
      margin-bottom: 0; }
    .team-list .employe-card .employe-info .position {
      font-weight: 500;
      text-transform: uppercase;
      text-align: center;
      color: #769fcd;
      margin-bottom: 0; }
    .team-list .employe-card .employe-info .employe-contact {
      position: absolute;
      bottom: 0;
      left: 0;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-align: center;
          align-items: center;
      width: 100%;
      margin-bottom: 0; }
      .team-list .employe-card .employe-info .employe-contact li {
        width: auto;
        margin-right: 15px;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 0;
        -ms-transform: translateY(15px);
            transform: translateY(15px);
        opacity: 0;
        transition: all .2s; }
        .team-list .employe-card .employe-info .employe-contact li::after {
          display: none; }
        .team-list .employe-card .employe-info .employe-contact li:last-child {
          margin-right: 0; }
        .team-list .employe-card .employe-info .employe-contact li a {
          display: block;
          margin-bottom: 0;
          font-size: 15px;
          color: #222222; }
          .team-list .employe-card .employe-info .employe-contact li a:hover {
            color: #769fcd; }

@media (max-width: 991px) and (max-width: 4096px) {
  .team-list {
    padding-bottom: 40px; } }

@media (max-width: 991px) and (max-width: 1600px) {
  .team-list {
    padding-bottom: 40px; } }

@media (max-width: 991px) and (max-width: 1440px) {
  .team-list {
    padding-bottom: 40px; } }

@media (max-width: 991px) and (max-width: 1199px) {
  .team-list {
    padding-bottom: 40px; } }

@media (max-width: 991px) and (max-width: 991px) {
  .team-list {
    padding-bottom: 35px; } }

@media (max-width: 991px) and (max-width: 767px) {
  .team-list {
    padding-bottom: 35px; } }

@media (max-width: 991px) and (max-width: 480px) {
  .team-list {
    padding-bottom: 30px; } }
  @media (max-width: 991px) {
    .team-list .employe-card .employe-info {
      padding-bottom: 0; }
      .team-list .employe-card .employe-info .position {
        margin-bottom: 15px; }
      .team-list .employe-card .employe-info .employe-contact {
        position: static; }
        .team-list .employe-card .employe-info .employe-contact li {
          margin-right: 10px;
          opacity: 1;
          -ms-transform: translateY(0);
              transform: translateY(0); } }
  @media (max-width: 767px) {
    .team-list {
      -ms-flex-pack: center;
          justify-content: center; }
      .team-list li {
        max-width: 263px;
        width: 50%; } }
  @media (max-width: 480px) {
    .team-list li {
      width: 100%; } }

/*===> End Team list <===*/
/*===> Begin Newsletter wrap <===*/
.newsletter-wrap {
  background: #d6e6f2; }
  @media (max-width: 4096px) {
    .newsletter-wrap {
      padding-top: 40px; } }
  @media (max-width: 1600px) {
    .newsletter-wrap {
      padding-top: 40px; } }
  @media (max-width: 1440px) {
    .newsletter-wrap {
      padding-top: 40px; } }
  @media (max-width: 1199px) {
    .newsletter-wrap {
      padding-top: 40px; } }
  @media (max-width: 991px) {
    .newsletter-wrap {
      padding-top: 35px; } }
  @media (max-width: 767px) {
    .newsletter-wrap {
      padding-top: 35px; } }
  @media (max-width: 480px) {
    .newsletter-wrap {
      padding-top: 30px; } }
  @media (max-width: 4096px) {
    .newsletter-wrap {
      padding-bottom: 40px; } }
  @media (max-width: 1600px) {
    .newsletter-wrap {
      padding-bottom: 40px; } }
  @media (max-width: 1440px) {
    .newsletter-wrap {
      padding-bottom: 40px; } }
  @media (max-width: 1199px) {
    .newsletter-wrap {
      padding-bottom: 40px; } }
  @media (max-width: 991px) {
    .newsletter-wrap {
      padding-bottom: 35px; } }
  @media (max-width: 767px) {
    .newsletter-wrap {
      padding-bottom: 35px; } }
  @media (max-width: 480px) {
    .newsletter-wrap {
      padding-bottom: 30px; } }
  @media (max-width: 4096px) {
    .newsletter-wrap .container {
      padding-top: 40px; } }
  @media (max-width: 1600px) {
    .newsletter-wrap .container {
      padding-top: 40px; } }
  @media (max-width: 1440px) {
    .newsletter-wrap .container {
      padding-top: 40px; } }
  @media (max-width: 1199px) {
    .newsletter-wrap .container {
      padding-top: 40px; } }
  @media (max-width: 991px) {
    .newsletter-wrap .container {
      padding-top: 35px; } }
  @media (max-width: 767px) {
    .newsletter-wrap .container {
      padding-top: 35px; } }
  @media (max-width: 480px) {
    .newsletter-wrap .container {
      padding-top: 30px; } }
  @media (max-width: 4096px) {
    .newsletter-wrap .container {
      padding-bottom: 40px; } }
  @media (max-width: 1600px) {
    .newsletter-wrap .container {
      padding-bottom: 40px; } }
  @media (max-width: 1440px) {
    .newsletter-wrap .container {
      padding-bottom: 40px; } }
  @media (max-width: 1199px) {
    .newsletter-wrap .container {
      padding-bottom: 40px; } }
  @media (max-width: 991px) {
    .newsletter-wrap .container {
      padding-bottom: 35px; } }
  @media (max-width: 767px) {
    .newsletter-wrap .container {
      padding-bottom: 35px; } }
  @media (max-width: 480px) {
    .newsletter-wrap .container {
      padding-bottom: 30px; } }
  .newsletter-wrap .newsletter-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between; }
    .newsletter-wrap .newsletter-content .newsletter-header {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      width: 50%;
      max-width: 475px;
      padding-right: 15px; }
      .newsletter-wrap .newsletter-content .newsletter-header img {
        margin-right: 40px; }
      .newsletter-wrap .newsletter-content .newsletter-header h3, .newsletter-wrap .newsletter-content .newsletter-header .h3 {
        margin-bottom: 5px; }
      .newsletter-wrap .newsletter-content .newsletter-header p {
        margin-bottom: 0;
        font-weight: 500; }
    .newsletter-wrap .newsletter-content .newsletter-form-wrap {
      width: 50%;
      max-width: 570px;
      padding-left: 15px; }
  @media (max-width: 991px) {
    .newsletter-wrap .newsletter-content .newsletter-header {
      width: 60%; }
    .newsletter-wrap .newsletter-content .newsletter-form-wrap {
      width: 40%; } }
  @media (max-width: 767px) {
    .newsletter-wrap .newsletter-content {
      -ms-flex-direction: column;
          flex-direction: column; }
      .newsletter-wrap .newsletter-content .newsletter-header {
        width: 100%;
        margin-bottom: 20px; }
      .newsletter-wrap .newsletter-content .newsletter-form-wrap {
        width: 100%; } }
  @media (max-width: 480px) {
    .newsletter-wrap .newsletter-content .newsletter-header img {
      width: 30px;
      margin-right: 20px; } }

/*===> End Newsletter wrap <===*/
/*===> Begin Partners slider <===*/
@media (max-width: 4096px) {
  .partners-slider-wrap {
    padding-top: 40px; } }

@media (max-width: 1600px) {
  .partners-slider-wrap {
    padding-top: 40px; } }

@media (max-width: 1440px) {
  .partners-slider-wrap {
    padding-top: 40px; } }

@media (max-width: 1199px) {
  .partners-slider-wrap {
    padding-top: 40px; } }

@media (max-width: 991px) {
  .partners-slider-wrap {
    padding-top: 35px; } }

@media (max-width: 767px) {
  .partners-slider-wrap {
    padding-top: 35px; } }

@media (max-width: 480px) {
  .partners-slider-wrap {
    padding-top: 30px; } }

@media (max-width: 4096px) {
  .partners-slider-wrap {
    padding-bottom: 40px; } }

@media (max-width: 1600px) {
  .partners-slider-wrap {
    padding-bottom: 40px; } }

@media (max-width: 1440px) {
  .partners-slider-wrap {
    padding-bottom: 40px; } }

@media (max-width: 1199px) {
  .partners-slider-wrap {
    padding-bottom: 40px; } }

@media (max-width: 991px) {
  .partners-slider-wrap {
    padding-bottom: 35px; } }

@media (max-width: 767px) {
  .partners-slider-wrap {
    padding-bottom: 35px; } }

@media (max-width: 480px) {
  .partners-slider-wrap {
    padding-bottom: 30px; } }

@media (max-width: 4096px) {
  .partners-slider-wrap .container {
    padding-top: 40px; } }

@media (max-width: 1600px) {
  .partners-slider-wrap .container {
    padding-top: 40px; } }

@media (max-width: 1440px) {
  .partners-slider-wrap .container {
    padding-top: 40px; } }

@media (max-width: 1199px) {
  .partners-slider-wrap .container {
    padding-top: 40px; } }

@media (max-width: 991px) {
  .partners-slider-wrap .container {
    padding-top: 35px; } }

@media (max-width: 767px) {
  .partners-slider-wrap .container {
    padding-top: 35px; } }

@media (max-width: 480px) {
  .partners-slider-wrap .container {
    padding-top: 30px; } }

.partners-slider-wrap h2, .partners-slider-wrap .h2 {
  text-align: center; }

.partners-slider-wrap .partners-slider {
  margin-left: -15px;
  margin-right: -15px; }
  .partners-slider-wrap .partners-slider .slider-card {
    padding: 0 15px; }
    .partners-slider-wrap .partners-slider .slider-card img {
      display: block;
      margin-left: auto;
      margin-right: auto; }

/*===> End Partners slider <===*/
/*===> Begin About content <===*/
@media (max-width: 4096px) {
  .about-content {
    padding-top: 40px; } }

@media (max-width: 1600px) {
  .about-content {
    padding-top: 40px; } }

@media (max-width: 1440px) {
  .about-content {
    padding-top: 40px; } }

@media (max-width: 1199px) {
  .about-content {
    padding-top: 40px; } }

@media (max-width: 991px) {
  .about-content {
    padding-top: 35px; } }

@media (max-width: 767px) {
  .about-content {
    padding-top: 35px; } }

@media (max-width: 480px) {
  .about-content {
    padding-top: 30px; } }

@media (max-width: 4096px) {
  .about-content {
    padding-bottom: 40px; } }

@media (max-width: 1600px) {
  .about-content {
    padding-bottom: 40px; } }

@media (max-width: 1440px) {
  .about-content {
    padding-bottom: 40px; } }

@media (max-width: 1199px) {
  .about-content {
    padding-bottom: 40px; } }

@media (max-width: 991px) {
  .about-content {
    padding-bottom: 35px; } }

@media (max-width: 767px) {
  .about-content {
    padding-bottom: 35px; } }

@media (max-width: 480px) {
  .about-content {
    padding-bottom: 30px; } }

@media (max-width: 4096px) {
  .about-content .container {
    padding-top: 40px; } }

@media (max-width: 1600px) {
  .about-content .container {
    padding-top: 40px; } }

@media (max-width: 1440px) {
  .about-content .container {
    padding-top: 40px; } }

@media (max-width: 1199px) {
  .about-content .container {
    padding-top: 40px; } }

@media (max-width: 991px) {
  .about-content .container {
    padding-top: 35px; } }

@media (max-width: 767px) {
  .about-content .container {
    padding-top: 35px; } }

@media (max-width: 480px) {
  .about-content .container {
    padding-top: 30px; } }

/*===> End About content <===*/
/*===> Begin Single post article <===*/
@media (max-width: 4096px) {
  .single-post-content {
    padding-top: 40px; } }

@media (max-width: 1600px) {
  .single-post-content {
    padding-top: 40px; } }

@media (max-width: 1440px) {
  .single-post-content {
    padding-top: 40px; } }

@media (max-width: 1199px) {
  .single-post-content {
    padding-top: 40px; } }

@media (max-width: 991px) {
  .single-post-content {
    padding-top: 35px; } }

@media (max-width: 767px) {
  .single-post-content {
    padding-top: 35px; } }

@media (max-width: 480px) {
  .single-post-content {
    padding-top: 30px; } }

@media (max-width: 4096px) {
  .single-post-content {
    padding-bottom: 40px; } }

@media (max-width: 1600px) {
  .single-post-content {
    padding-bottom: 40px; } }

@media (max-width: 1440px) {
  .single-post-content {
    padding-bottom: 40px; } }

@media (max-width: 1199px) {
  .single-post-content {
    padding-bottom: 40px; } }

@media (max-width: 991px) {
  .single-post-content {
    padding-bottom: 35px; } }

@media (max-width: 767px) {
  .single-post-content {
    padding-bottom: 35px; } }

@media (max-width: 480px) {
  .single-post-content {
    padding-bottom: 30px; } }

@media (max-width: 4096px) {
  .single-post-article {
    padding-top: 40px; } }

@media (max-width: 1600px) {
  .single-post-article {
    padding-top: 40px; } }

@media (max-width: 1440px) {
  .single-post-article {
    padding-top: 40px; } }

@media (max-width: 1199px) {
  .single-post-article {
    padding-top: 40px; } }

@media (max-width: 991px) {
  .single-post-article {
    padding-top: 35px; } }

@media (max-width: 767px) {
  .single-post-article {
    padding-top: 35px; } }

@media (max-width: 480px) {
  .single-post-article {
    padding-top: 30px; } }

@media (max-width: 4096px) {
  .single-post-article {
    padding-bottom: 40px; } }

@media (max-width: 1600px) {
  .single-post-article {
    padding-bottom: 40px; } }

@media (max-width: 1440px) {
  .single-post-article {
    padding-bottom: 40px; } }

@media (max-width: 1199px) {
  .single-post-article {
    padding-bottom: 40px; } }

@media (max-width: 991px) {
  .single-post-article {
    padding-bottom: 35px; } }

@media (max-width: 767px) {
  .single-post-article {
    padding-bottom: 35px; } }

@media (max-width: 480px) {
  .single-post-article {
    padding-bottom: 30px; } }

@media (max-width: 4096px) {
  .single-post-article .single-post-head {
    margin-bottom: 30px; } }

@media (max-width: 1600px) {
  .single-post-article .single-post-head {
    margin-bottom: 30px; } }

@media (max-width: 1440px) {
  .single-post-article .single-post-head {
    margin-bottom: 30px; } }

@media (max-width: 1199px) {
  .single-post-article .single-post-head {
    margin-bottom: 30px; } }

@media (max-width: 991px) {
  .single-post-article .single-post-head {
    margin-bottom: 25px; } }

@media (max-width: 767px) {
  .single-post-article .single-post-head {
    margin-bottom: 25px; } }

@media (max-width: 480px) {
  .single-post-article .single-post-head {
    margin-bottom: 20px; } }

.single-post-article .single-post-head h2, .single-post-article .single-post-head .h2 {
  margin-bottom: 5px; }

.single-post-article .single-post-head .article-meta {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 0; }
  .single-post-article .single-post-head .article-meta li {
    padding-left: 0;
    padding-right: 15px; }
    .single-post-article .single-post-head .article-meta li::after {
      display: none; }
    .single-post-article .single-post-head .article-meta li:last-child {
      padding-right: 0; }
    .single-post-article .single-post-head .article-meta li * {
      margin-bottom: 0;
      font-family: "Josefin Sans", sans-serif;
      text-transform: uppercase;
      font-weight: 500;
      font-size: 14px;
      color: #9d9d9d; }
    .single-post-article .single-post-head .article-meta li a {
      margin-right: 2px; }
      .single-post-article .single-post-head .article-meta li a:hover {
        color: #769fcd; }
    .single-post-article .single-post-head .article-meta li .mdi {
      margin-right: 5px; }

@media (max-width: 4096px) {
  .single-post-article .post-img {
    margin-bottom: 40px; } }

@media (max-width: 1600px) {
  .single-post-article .post-img {
    margin-bottom: 40px; } }

@media (max-width: 1440px) {
  .single-post-article .post-img {
    margin-bottom: 40px; } }

@media (max-width: 1199px) {
  .single-post-article .post-img {
    margin-bottom: 40px; } }

@media (max-width: 991px) {
  .single-post-article .post-img {
    margin-bottom: 35px; } }

@media (max-width: 767px) {
  .single-post-article .post-img {
    margin-bottom: 35px; } }

@media (max-width: 480px) {
  .single-post-article .post-img {
    margin-bottom: 30px; } }

.single-post-article .article-float {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start; }
  @media (max-width: 4096px) {
    .single-post-article .article-float {
      margin-bottom: 30px; } }
  @media (max-width: 1600px) {
    .single-post-article .article-float {
      margin-bottom: 30px; } }
  @media (max-width: 1440px) {
    .single-post-article .article-float {
      margin-bottom: 30px; } }
  @media (max-width: 1199px) {
    .single-post-article .article-float {
      margin-bottom: 30px; } }
  @media (max-width: 991px) {
    .single-post-article .article-float {
      margin-bottom: 25px; } }
  @media (max-width: 767px) {
    .single-post-article .article-float {
      margin-bottom: 25px; } }
  @media (max-width: 480px) {
    .single-post-article .article-float {
      margin-bottom: 20px; } }
  .single-post-article .article-float.reverse .inner-wrap {
    padding-left: 15px;
    padding-right: 0; }
  .single-post-article .article-float.reverse img {
    margin-left: 0;
    padding-right: 15px; }
  .single-post-article .article-float .inner-wrap {
    padding-right: 15px; }
    .single-post-article .article-float .inner-wrap > *:last-child {
      margin-bottom: 0; }
  .single-post-article .article-float img {
    -ms-flex-positive: 1;
        flex-grow: 1;
    width: 100%;
    margin-left: 15px; }

.single-post-article .single-post-gallery {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px; }
  .single-post-article .single-post-gallery .gallery-card {
    width: 25%;
    padding: 0 15px; }
    @media (max-width: 4096px) {
      .single-post-article .single-post-gallery .gallery-card {
        margin-bottom: 30px; } }
    @media (max-width: 1600px) {
      .single-post-article .single-post-gallery .gallery-card {
        margin-bottom: 30px; } }
    @media (max-width: 1440px) {
      .single-post-article .single-post-gallery .gallery-card {
        margin-bottom: 30px; } }
    @media (max-width: 1199px) {
      .single-post-article .single-post-gallery .gallery-card {
        margin-bottom: 30px; } }
    @media (max-width: 991px) {
      .single-post-article .single-post-gallery .gallery-card {
        margin-bottom: 25px; } }
    @media (max-width: 767px) {
      .single-post-article .single-post-gallery .gallery-card {
        margin-bottom: 25px; } }
    @media (max-width: 480px) {
      .single-post-article .single-post-gallery .gallery-card {
        margin-bottom: 20px; } }

.single-post-article blockquote {
  max-width: 945px;
  margin-left: auto;
  margin-right: auto; }

.single-post-article .article-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 0 30px 15px 30px;
  background: #fafafa; }
  @media (max-width: 4096px) {
    .single-post-article .article-footer {
      margin-top: 30px; } }
  @media (max-width: 1600px) {
    .single-post-article .article-footer {
      margin-top: 30px; } }
  @media (max-width: 1440px) {
    .single-post-article .article-footer {
      margin-top: 30px; } }
  @media (max-width: 1199px) {
    .single-post-article .article-footer {
      margin-top: 30px; } }
  @media (max-width: 991px) {
    .single-post-article .article-footer {
      margin-top: 25px; } }
  @media (max-width: 767px) {
    .single-post-article .article-footer {
      margin-top: 25px; } }
  @media (max-width: 480px) {
    .single-post-article .article-footer {
      margin-top: 20px; } }
  .single-post-article .article-footer .article-tags {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-align: center;
        align-items: center;
    margin-bottom: 0;
    padding-top: 15px;
    padding-right: 15px;
    padding-left: 35px; }
    .single-post-article .article-footer .article-tags::after {
      content: '\f4fb';
      position: absolute;
      top: 15px;
      left: 0;
      font-family: "Material Design Icons";
      font-size: 18px;
      color: #769fcd; }
    .single-post-article .article-footer .article-tags li {
      padding-left: 0;
      padding-right: 4px; }
      .single-post-article .article-footer .article-tags li::after {
        display: none; }
      .single-post-article .article-footer .article-tags li:last-child {
        padding-right: 0; }
      .single-post-article .article-footer .article-tags li a {
        margin-bottom: 0;
        font-weight: 500;
        color: #222222; }
        .single-post-article .article-footer .article-tags li a:hover {
          color: #769fcd; }
  .single-post-article .article-footer .social-list {
    padding-top: 15px; }
    .single-post-article .article-footer .social-list li {
      margin-right: 5px; }
    .single-post-article .article-footer .social-list p {
      margin-bottom: -3px;
      margin-right: 5px;
      font-family: "Josefin Sans", sans-serif;
      font-weight: 500;
      font-size: 14px;
      text-transform: uppercase; }
    .single-post-article .article-footer .social-list a {
      font-size: 18px;
      color: #9d9d9d; }
      .single-post-article .article-footer .social-list a:hover {
        color: #769fcd; }

@media (max-width: 991px) {
  .single-post-article .article-float {
    -ms-flex-direction: column;
        flex-direction: column; }
    .single-post-article .article-float.reverse .inner-wrap {
      padding-left: 0;
      padding-right: 0; }
    .single-post-article .article-float.reverse img {
      margin-left: 0;
      padding-right: 0;
      margin-bottom: 20px;
      margin-top: 0; }
    .single-post-article .article-float .inner-wrap {
      padding-right: 10px; }
      .single-post-article .article-float .inner-wrap > *:last-child {
        margin-bottom: 0; }
    .single-post-article .article-float img {
      margin-bottom: 0;
      margin-top: 20px;
      margin-left: 0; }
  .single-post-article .single-post-gallery .gallery-card {
    width: 50%; }
    .single-post-article .single-post-gallery .gallery-card a {
      display: block; }
    .single-post-article .single-post-gallery .gallery-card img {
      width: 100%; } }

/*===> End Single post article <===*/
/*===> Begin Comment section <===*/
@media (max-width: 4096px) {
  .comment-section {
    padding-top: 40px; } }

@media (max-width: 1600px) {
  .comment-section {
    padding-top: 40px; } }

@media (max-width: 1440px) {
  .comment-section {
    padding-top: 40px; } }

@media (max-width: 1199px) {
  .comment-section {
    padding-top: 40px; } }

@media (max-width: 991px) {
  .comment-section {
    padding-top: 35px; } }

@media (max-width: 767px) {
  .comment-section {
    padding-top: 35px; } }

@media (max-width: 480px) {
  .comment-section {
    padding-top: 30px; } }

@media (max-width: 4096px) {
  .comment-section .comments-list {
    margin-bottom: -30px; } }

@media (max-width: 1600px) {
  .comment-section .comments-list {
    margin-bottom: -30px; } }

@media (max-width: 1440px) {
  .comment-section .comments-list {
    margin-bottom: -30px; } }

@media (max-width: 1199px) {
  .comment-section .comments-list {
    margin-bottom: -30px; } }

@media (max-width: 991px) {
  .comment-section .comments-list {
    margin-bottom: -25px; } }

@media (max-width: 767px) {
  .comment-section .comments-list {
    margin-bottom: -25px; } }

@media (max-width: 480px) {
  .comment-section .comments-list {
    margin-bottom: -20px; } }

@media (max-width: 4096px) {
  .comment-section .comments-list {
    padding-bottom: 40px; } }

@media (max-width: 1600px) {
  .comment-section .comments-list {
    padding-bottom: 40px; } }

@media (max-width: 1440px) {
  .comment-section .comments-list {
    padding-bottom: 40px; } }

@media (max-width: 1199px) {
  .comment-section .comments-list {
    padding-bottom: 40px; } }

@media (max-width: 991px) {
  .comment-section .comments-list {
    padding-bottom: 35px; } }

@media (max-width: 767px) {
  .comment-section .comments-list {
    padding-bottom: 35px; } }

@media (max-width: 480px) {
  .comment-section .comments-list {
    padding-bottom: 30px; } }

.comment-section .comments-list li {
  padding-left: 0; }
  .comment-section .comments-list li::after {
    display: none; }
  .comment-section .comments-list li .comment {
    padding-left: 35px;
    padding-right: 35px;
    background: #fafafa; }
    @media (max-width: 4096px) {
      .comment-section .comments-list li .comment {
        margin-bottom: 30px; } }
    @media (max-width: 1600px) {
      .comment-section .comments-list li .comment {
        margin-bottom: 30px; } }
    @media (max-width: 1440px) {
      .comment-section .comments-list li .comment {
        margin-bottom: 30px; } }
    @media (max-width: 1199px) {
      .comment-section .comments-list li .comment {
        margin-bottom: 30px; } }
    @media (max-width: 991px) {
      .comment-section .comments-list li .comment {
        margin-bottom: 25px; } }
    @media (max-width: 767px) {
      .comment-section .comments-list li .comment {
        margin-bottom: 25px; } }
    @media (max-width: 480px) {
      .comment-section .comments-list li .comment {
        margin-bottom: 20px; } }
    @media (max-width: 4096px) {
      .comment-section .comments-list li .comment {
        padding-top: 20px; } }
    @media (max-width: 1600px) {
      .comment-section .comments-list li .comment {
        padding-top: 20px; } }
    @media (max-width: 1440px) {
      .comment-section .comments-list li .comment {
        padding-top: 20px; } }
    @media (max-width: 1199px) {
      .comment-section .comments-list li .comment {
        padding-top: 20px; } }
    @media (max-width: 991px) {
      .comment-section .comments-list li .comment {
        padding-top: 15px; } }
    @media (max-width: 767px) {
      .comment-section .comments-list li .comment {
        padding-top: 15px; } }
    @media (max-width: 480px) {
      .comment-section .comments-list li .comment {
        padding-top: 15px; } }
    @media (max-width: 4096px) {
      .comment-section .comments-list li .comment {
        padding-bottom: 20px; } }
    @media (max-width: 1600px) {
      .comment-section .comments-list li .comment {
        padding-bottom: 20px; } }
    @media (max-width: 1440px) {
      .comment-section .comments-list li .comment {
        padding-bottom: 20px; } }
    @media (max-width: 1199px) {
      .comment-section .comments-list li .comment {
        padding-bottom: 20px; } }
    @media (max-width: 991px) {
      .comment-section .comments-list li .comment {
        padding-bottom: 15px; } }
    @media (max-width: 767px) {
      .comment-section .comments-list li .comment {
        padding-bottom: 15px; } }
    @media (max-width: 480px) {
      .comment-section .comments-list li .comment {
        padding-bottom: 15px; } }
    .comment-section .comments-list li .comment .avatar {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: start;
          align-items: flex-start; }
      @media (max-width: 4096px) {
        .comment-section .comments-list li .comment .avatar {
          margin-bottom: 20px; } }
      @media (max-width: 1600px) {
        .comment-section .comments-list li .comment .avatar {
          margin-bottom: 20px; } }
      @media (max-width: 1440px) {
        .comment-section .comments-list li .comment .avatar {
          margin-bottom: 20px; } }
      @media (max-width: 1199px) {
        .comment-section .comments-list li .comment .avatar {
          margin-bottom: 20px; } }
      @media (max-width: 991px) {
        .comment-section .comments-list li .comment .avatar {
          margin-bottom: 15px; } }
      @media (max-width: 767px) {
        .comment-section .comments-list li .comment .avatar {
          margin-bottom: 15px; } }
      @media (max-width: 480px) {
        .comment-section .comments-list li .comment .avatar {
          margin-bottom: 15px; } }
      .comment-section .comments-list li .comment .avatar img {
        min-width: 50px;
        margin-right: 15px; }
      .comment-section .comments-list li .comment .avatar h5, .comment-section .comments-list li .comment .avatar .h5 {
        margin-bottom: 0; }
      .comment-section .comments-list li .comment .avatar time {
        font-family: "Josefin Sans", sans-serif;
        font-style: italic;
        font-weight: 500;
        font-size: 14px;
        color: #9d9d9d; }
    .comment-section .comments-list li .comment .comment-text {
      padding-left: 65px; }
      @media (max-width: 4096px) {
        .comment-section .comments-list li .comment .comment-text p {
          margin-bottom: 30px; } }
      @media (max-width: 1600px) {
        .comment-section .comments-list li .comment .comment-text p {
          margin-bottom: 30px; } }
      @media (max-width: 1440px) {
        .comment-section .comments-list li .comment .comment-text p {
          margin-bottom: 30px; } }
      @media (max-width: 1199px) {
        .comment-section .comments-list li .comment .comment-text p {
          margin-bottom: 30px; } }
      @media (max-width: 991px) {
        .comment-section .comments-list li .comment .comment-text p {
          margin-bottom: 25px; } }
      @media (max-width: 767px) {
        .comment-section .comments-list li .comment .comment-text p {
          margin-bottom: 25px; } }
      @media (max-width: 480px) {
        .comment-section .comments-list li .comment .comment-text p {
          margin-bottom: 20px; } }
      .comment-section .comments-list li .comment .comment-text .reply {
        color: #222222; }
        .comment-section .comments-list li .comment .comment-text .reply:hover {
          color: #769fcd; }
  .comment-section .comments-list li ul {
    padding-left: 80px; }

@media (max-width: 4096px) {
  .comment-section .form-preview {
    padding-top: 40px; } }

@media (max-width: 1600px) {
  .comment-section .form-preview {
    padding-top: 40px; } }

@media (max-width: 1440px) {
  .comment-section .form-preview {
    padding-top: 40px; } }

@media (max-width: 1199px) {
  .comment-section .form-preview {
    padding-top: 40px; } }

@media (max-width: 991px) {
  .comment-section .form-preview {
    padding-top: 35px; } }

@media (max-width: 767px) {
  .comment-section .form-preview {
    padding-top: 35px; } }

@media (max-width: 480px) {
  .comment-section .form-preview {
    padding-top: 30px; } }

@media (max-width: 4096px) {
  .comment-section .form-preview {
    padding-bottom: 40px; } }

@media (max-width: 1600px) {
  .comment-section .form-preview {
    padding-bottom: 40px; } }

@media (max-width: 1440px) {
  .comment-section .form-preview {
    padding-bottom: 40px; } }

@media (max-width: 1199px) {
  .comment-section .form-preview {
    padding-bottom: 40px; } }

@media (max-width: 991px) {
  .comment-section .form-preview {
    padding-bottom: 35px; } }

@media (max-width: 767px) {
  .comment-section .form-preview {
    padding-bottom: 35px; } }

@media (max-width: 480px) {
  .comment-section .form-preview {
    padding-bottom: 30px; } }

@media (max-width: 991px) {
  .comment-section .comments-list li ul {
    padding-left: 40px; } }

@media (max-width: 480px) {
  .comment-section .comments-list li .comment {
    padding-left: 20px;
    padding-right: 20px; }
    .comment-section .comments-list li .comment .comment-text {
      padding-left: 0; }
  .comment-section .comments-list li ul {
    padding-left: 20px; } }

/*===> End Comment section <===*/
/*===> Begin Blog card <===*/
@media (max-width: 4096px) {
  .blog-card {
    margin-bottom: 30px; } }

@media (max-width: 1600px) {
  .blog-card {
    margin-bottom: 30px; } }

@media (max-width: 1440px) {
  .blog-card {
    margin-bottom: 30px; } }

@media (max-width: 1199px) {
  .blog-card {
    margin-bottom: 30px; } }

@media (max-width: 991px) {
  .blog-card {
    margin-bottom: 25px; } }

@media (max-width: 767px) {
  .blog-card {
    margin-bottom: 25px; } }

@media (max-width: 480px) {
  .blog-card {
    margin-bottom: 20px; } }

.blog-card .post-preview {
  display: block; }
  @media (max-width: 4096px) {
    .blog-card .post-preview {
      margin-bottom: 20px; } }
  @media (max-width: 1600px) {
    .blog-card .post-preview {
      margin-bottom: 20px; } }
  @media (max-width: 1440px) {
    .blog-card .post-preview {
      margin-bottom: 20px; } }
  @media (max-width: 1199px) {
    .blog-card .post-preview {
      margin-bottom: 20px; } }
  @media (max-width: 991px) {
    .blog-card .post-preview {
      margin-bottom: 15px; } }
  @media (max-width: 767px) {
    .blog-card .post-preview {
      margin-bottom: 15px; } }
  @media (max-width: 480px) {
    .blog-card .post-preview {
      margin-bottom: 15px; } }
  .blog-card .post-preview img {
    width: 100%; }

.blog-card h3, .blog-card .h3 {
  margin-bottom: 5px; }

.blog-card .article-meta {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 0; }
  .blog-card .article-meta li {
    padding-left: 0;
    padding-right: 15px; }
    .blog-card .article-meta li::after {
      display: none; }
    .blog-card .article-meta li:last-child {
      padding-right: 0; }
    .blog-card .article-meta li * {
      margin-bottom: 0;
      font-family: "Josefin Sans", sans-serif;
      text-transform: uppercase;
      font-weight: 500;
      font-size: 14px;
      color: #9d9d9d; }
    .blog-card .article-meta li a {
      margin-right: 2px; }
      .blog-card .article-meta li a:hover {
        color: #769fcd; }
    .blog-card .article-meta li .mdi {
      margin-right: 5px; }

/*===> End Blog card <===*/
/*===> Begin Blog content <===*/
@media (max-width: 4096px) {
  .blog-content {
    padding-top: 40px; } }

@media (max-width: 1600px) {
  .blog-content {
    padding-top: 40px; } }

@media (max-width: 1440px) {
  .blog-content {
    padding-top: 40px; } }

@media (max-width: 1199px) {
  .blog-content {
    padding-top: 40px; } }

@media (max-width: 991px) {
  .blog-content {
    padding-top: 35px; } }

@media (max-width: 767px) {
  .blog-content {
    padding-top: 35px; } }

@media (max-width: 480px) {
  .blog-content {
    padding-top: 30px; } }

@media (max-width: 4096px) {
  .blog-content {
    padding-bottom: 40px; } }

@media (max-width: 1600px) {
  .blog-content {
    padding-bottom: 40px; } }

@media (max-width: 1440px) {
  .blog-content {
    padding-bottom: 40px; } }

@media (max-width: 1199px) {
  .blog-content {
    padding-bottom: 40px; } }

@media (max-width: 991px) {
  .blog-content {
    padding-bottom: 35px; } }

@media (max-width: 767px) {
  .blog-content {
    padding-bottom: 35px; } }

@media (max-width: 480px) {
  .blog-content {
    padding-bottom: 30px; } }

@media (max-width: 4096px) {
  .blog-content .grid-wrap {
    padding-top: 40px; } }

@media (max-width: 1600px) {
  .blog-content .grid-wrap {
    padding-top: 40px; } }

@media (max-width: 1440px) {
  .blog-content .grid-wrap {
    padding-top: 40px; } }

@media (max-width: 1199px) {
  .blog-content .grid-wrap {
    padding-top: 40px; } }

@media (max-width: 991px) {
  .blog-content .grid-wrap {
    padding-top: 35px; } }

@media (max-width: 767px) {
  .blog-content .grid-wrap {
    padding-top: 35px; } }

@media (max-width: 480px) {
  .blog-content .grid-wrap {
    padding-top: 30px; } }

@media (max-width: 4096px) {
  .blog-content .grid-wrap {
    padding-bottom: 40px; } }

@media (max-width: 1600px) {
  .blog-content .grid-wrap {
    padding-bottom: 40px; } }

@media (max-width: 1440px) {
  .blog-content .grid-wrap {
    padding-bottom: 40px; } }

@media (max-width: 1199px) {
  .blog-content .grid-wrap {
    padding-bottom: 40px; } }

@media (max-width: 991px) {
  .blog-content .grid-wrap {
    padding-bottom: 35px; } }

@media (max-width: 767px) {
  .blog-content .grid-wrap {
    padding-bottom: 35px; } }

@media (max-width: 480px) {
  .blog-content .grid-wrap {
    padding-bottom: 30px; } }

@media (max-width: 4096px) {
  .blog-content .grid-wrap .grid {
    margin-bottom: -30px; } }

@media (max-width: 1600px) {
  .blog-content .grid-wrap .grid {
    margin-bottom: -30px; } }

@media (max-width: 1440px) {
  .blog-content .grid-wrap .grid {
    margin-bottom: -30px; } }

@media (max-width: 1199px) {
  .blog-content .grid-wrap .grid {
    margin-bottom: -30px; } }

@media (max-width: 991px) {
  .blog-content .grid-wrap .grid {
    margin-bottom: -25px; } }

@media (max-width: 767px) {
  .blog-content .grid-wrap .grid {
    margin-bottom: -25px; } }

@media (max-width: 480px) {
  .blog-content .grid-wrap .grid {
    margin-bottom: -20px; } }

@media (max-width: 4096px) {
  .blog-content .grid-wrap .grid {
    padding-bottom: 40px; } }

@media (max-width: 1600px) {
  .blog-content .grid-wrap .grid {
    padding-bottom: 40px; } }

@media (max-width: 1440px) {
  .blog-content .grid-wrap .grid {
    padding-bottom: 40px; } }

@media (max-width: 1199px) {
  .blog-content .grid-wrap .grid {
    padding-bottom: 40px; } }

@media (max-width: 991px) {
  .blog-content .grid-wrap .grid {
    padding-bottom: 35px; } }

@media (max-width: 767px) {
  .blog-content .grid-wrap .grid {
    padding-bottom: 35px; } }

@media (max-width: 480px) {
  .blog-content .grid-wrap .grid {
    padding-bottom: 30px; } }

.blog-content .grid-wrap .link {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 166px; }

.blog-content .grid-item {
  width: 33.33%; }

@media (max-width: 767px) {
  .blog-content .grid-item {
    width: 50%; } }

@media (max-width: 480px) {
  .blog-content .grid-item {
    width: 100%; } }

/*===> End Blog content <===*/
/*===> Begin Contact full <===*/
.contact-full {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 0; }
  @media (max-width: 4096px) {
    .contact-full {
      padding-top: 40px; } }
  @media (max-width: 1600px) {
    .contact-full {
      padding-top: 40px; } }
  @media (max-width: 1440px) {
    .contact-full {
      padding-top: 40px; } }
  @media (max-width: 1199px) {
    .contact-full {
      padding-top: 40px; } }
  @media (max-width: 991px) {
    .contact-full {
      padding-top: 35px; } }
  @media (max-width: 767px) {
    .contact-full {
      padding-top: 35px; } }
  @media (max-width: 480px) {
    .contact-full {
      padding-top: 30px; } }
  .contact-full > li {
    width: 25%;
    padding-left: 15px;
    padding-right: 15px; }
    @media (max-width: 4096px) {
      .contact-full > li {
        padding-bottom: 40px; } }
    @media (max-width: 1600px) {
      .contact-full > li {
        padding-bottom: 40px; } }
    @media (max-width: 1440px) {
      .contact-full > li {
        padding-bottom: 40px; } }
    @media (max-width: 1199px) {
      .contact-full > li {
        padding-bottom: 40px; } }
    @media (max-width: 991px) {
      .contact-full > li {
        padding-bottom: 35px; } }
    @media (max-width: 767px) {
      .contact-full > li {
        padding-bottom: 35px; } }
    @media (max-width: 480px) {
      .contact-full > li {
        padding-bottom: 30px; } }
    .contact-full > li::after {
      display: none; }
    .contact-full > li .contact-block {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-align: center;
          align-items: center;
      text-align: center; }
      .contact-full > li .contact-block > *:last-child {
        margin-bottom: 0; }
      @media (max-width: 4096px) {
        .contact-full > li .contact-block img {
          margin-bottom: 30px; } }
      @media (max-width: 1600px) {
        .contact-full > li .contact-block img {
          margin-bottom: 30px; } }
      @media (max-width: 1440px) {
        .contact-full > li .contact-block img {
          margin-bottom: 30px; } }
      @media (max-width: 1199px) {
        .contact-full > li .contact-block img {
          margin-bottom: 30px; } }
      @media (max-width: 991px) {
        .contact-full > li .contact-block img {
          margin-bottom: 25px; } }
      @media (max-width: 767px) {
        .contact-full > li .contact-block img {
          margin-bottom: 25px; } }
      @media (max-width: 480px) {
        .contact-full > li .contact-block img {
          margin-bottom: 20px; } }
      .contact-full > li .contact-block a, .contact-full > li .contact-block p {
        margin-bottom: 0;
        line-height: 26px;
        font-weight: 600;
        font-size: 15px;
        color: #222222; }
      .contact-full > li .contact-block a:hover {
        color: #769fcd; }
  @media (max-width: 991px) {
    .contact-full > li {
      width: 50%; } }
  @media (max-width: 480px) {
    .contact-full > li {
      width: 100%; } }

/*===> End Contact full <===*/
/*===> Begin Contact content <===*/
@media (max-width: 4096px) {
  .contact-content {
    padding-top: 40px; } }

@media (max-width: 1600px) {
  .contact-content {
    padding-top: 40px; } }

@media (max-width: 1440px) {
  .contact-content {
    padding-top: 40px; } }

@media (max-width: 1199px) {
  .contact-content {
    padding-top: 40px; } }

@media (max-width: 991px) {
  .contact-content {
    padding-top: 35px; } }

@media (max-width: 767px) {
  .contact-content {
    padding-top: 35px; } }

@media (max-width: 480px) {
  .contact-content {
    padding-top: 30px; } }

@media (max-width: 4096px) {
  .contact-content {
    padding-bottom: 40px; } }

@media (max-width: 1600px) {
  .contact-content {
    padding-bottom: 40px; } }

@media (max-width: 1440px) {
  .contact-content {
    padding-bottom: 40px; } }

@media (max-width: 1199px) {
  .contact-content {
    padding-bottom: 40px; } }

@media (max-width: 991px) {
  .contact-content {
    padding-bottom: 35px; } }

@media (max-width: 767px) {
  .contact-content {
    padding-bottom: 35px; } }

@media (max-width: 480px) {
  .contact-content {
    padding-bottom: 30px; } }

.contact-content .map-section {
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 4096px) {
    .contact-content .map-section {
      padding-top: 40px; } }
  @media (max-width: 1600px) {
    .contact-content .map-section {
      padding-top: 40px; } }
  @media (max-width: 1440px) {
    .contact-content .map-section {
      padding-top: 40px; } }
  @media (max-width: 1199px) {
    .contact-content .map-section {
      padding-top: 40px; } }
  @media (max-width: 991px) {
    .contact-content .map-section {
      padding-top: 35px; } }
  @media (max-width: 767px) {
    .contact-content .map-section {
      padding-top: 35px; } }
  @media (max-width: 480px) {
    .contact-content .map-section {
      padding-top: 30px; } }
  .contact-content .map-section .map-block {
    width: 50%;
    padding-right: 15px; }
    @media (max-width: 4096px) {
      .contact-content .map-section .map-block {
        padding-bottom: 40px; } }
    @media (max-width: 1600px) {
      .contact-content .map-section .map-block {
        padding-bottom: 40px; } }
    @media (max-width: 1440px) {
      .contact-content .map-section .map-block {
        padding-bottom: 40px; } }
    @media (max-width: 1199px) {
      .contact-content .map-section .map-block {
        padding-bottom: 40px; } }
    @media (max-width: 991px) {
      .contact-content .map-section .map-block {
        padding-bottom: 35px; } }
    @media (max-width: 767px) {
      .contact-content .map-section .map-block {
        padding-bottom: 35px; } }
    @media (max-width: 480px) {
      .contact-content .map-section .map-block {
        padding-bottom: 30px; } }
    .contact-content .map-section .map-block > div {
      height: 100%;
      min-height: 300px; }
      .contact-content .map-section .map-block > div button {
        display: none; }
      .contact-content .map-section .map-block > div .gmnoprint {
        display: none; }
  .contact-content .map-section .form-preview {
    width: 50%;
    padding-left: 15px; }
    @media (max-width: 4096px) {
      .contact-content .map-section .form-preview {
        padding-bottom: 40px; } }
    @media (max-width: 1600px) {
      .contact-content .map-section .form-preview {
        padding-bottom: 40px; } }
    @media (max-width: 1440px) {
      .contact-content .map-section .form-preview {
        padding-bottom: 40px; } }
    @media (max-width: 1199px) {
      .contact-content .map-section .form-preview {
        padding-bottom: 40px; } }
    @media (max-width: 991px) {
      .contact-content .map-section .form-preview {
        padding-bottom: 35px; } }
    @media (max-width: 767px) {
      .contact-content .map-section .form-preview {
        padding-bottom: 35px; } }
    @media (max-width: 480px) {
      .contact-content .map-section .form-preview {
        padding-bottom: 30px; } }
    .contact-content .map-section .form-preview .main-form .input-columns .input-columns__item {
      width: 50%; }

@media (max-width: 767px) {
  .contact-content .map-section {
    -ms-flex-direction: column;
        flex-direction: column; }
    .contact-content .map-section .map-block {
      width: 100%;
      padding-right: 0; }
    .contact-content .map-section .form-preview {
      width: 100%;
      padding-left: 0; } }

@media (max-width: 480px) {
  .contact-content .map-section .form-preview .main-form .input-columns .input-columns__item {
    width: 100%; } }

/*===> End Contact content <===*/
/*===> Begin Home page <===*/
.home-page header {
  background-color: transparent; }
  .home-page header + .clone-nav {
    display: none !important; }
  .home-page header.is-scroll {
    background: #fff; }
    .home-page header.is-scroll .main-header .inner-wrap {
      max-width: none; }
  .home-page header .main-header .inner-wrap {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 1090px;
    background: #fff; }
  .home-page header .main-header .main-navigation {
    background: #fff;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto; }
    .home-page header .main-header .main-navigation > ul {
      margin-right: 40px; }

@media (max-width: 991px) {
  .home-page header .main-header .inner-wrap {
    width: auto; }
  .home-page header .main-header .main-navigation {
    background: #fff;
    max-width: none;
    margin-left: auto;
    margin-right: auto; }
    .home-page header .main-header .main-navigation > ul {
      margin-right: 0; } }

/*===> End Home page <===*/

/*ADD*/
p.main-slider__text.sub-title {
    font-size: 15px;
    color: #de9922;
    font-weight: 600;
    margin-bottom: 30px;
}
