/** Shopify CDN: Minification failed

Line 964:2 Unexpected "1"
Line 969:4 Unexpected "1"
Line 972:4 Unexpected "1"
Line 975:6 Unexpected "1"
Line 979:8 Unexpected "1"
Line 982:10 Unexpected "1"
Line 985:8 Unexpected "1"
Line 988:6 Unexpected "1"
Line 991:4 Unexpected "1"
Line 994:4 Unexpected "1"

**/
/*--------------------------------------3rd lay style.scss  --------------------------------------------

Template Name:flowercart
Template URI: themes.pixelstrap.com/flowercart
Description: This is E-commerce website
Author: Pixelstrap
Author URI: https://themeforest.net/user/pixelstrap

----------------------------------------------------------------------------------- */
/* 01. General CSS */
/* 02. Button CSS */
/* 03. Title CSS */
/* 04. Header CSS */
/* 05. Brand logo CSS */
/* 06. Home slider CSS  */
/* 07. Instagram CSS  */
/* 08. Blog CSS */
/* 09. Service CSS  */
/* 10. About CSS  */
/* 11. Banner Timer CSS  */
/* 12. Category CSS */
/* 13. Product Box CSS */
/* 14. Theme tab CSS */
/* 15. Banner CSS */
/* 16. Collection Banner CSS */
/* 17. look-book demo CSS */
/* 18. Product-box slider CSS */
/* 19. Modal popup CSS */
/* 20. Look-book CSS */
/* 21. Full page scroll CSS */
/* 22. Layout-8 CSS */
/* 23. Layout-17 CSS */
/* 24. Layout-18 CSS */
/* 25. Layout-19 CSS */
/* 26. Layout-20 CSS */
/* 27. Flying cart CSS */
/* 28. Footer CSS */
/* 29. Loader CSS*/
/* 30. Tap to top CSS */
/* 31. Inner pages CSS */
/* 32. RTL CSS */
/* 33. Color picker CSS */
/* 34. Shopify Theme */
/*=====================
01.General CSS start
==========================*/
body {
  font-family: "Montserrat", "HelveticaNeue", "Helvetica Neue", sans-serif;
  position: relative;
  background: #ffffff;
  font-size: 14px;
  color: #777777; }
  body.template-index header.header-7 {
    /*.full-nav{
      position: absolute;
      width: 100%;
      background-color: rgba($black, 0.8);
    }*/ }

h1 {
  font-size: 60px;
  color: #333333;
  font-weight: 500;
  text-transform: uppercase;
  font-family: 'Abril Fatface', cursive; }

h2 {
  font-size: 36px;
  color: #000000;
  text-transform: capitalize;
  line-height: 1;
  font-family: "Montserrat", "HelveticaNeue", "Helvetica Neue", sans-serif;
  font-weight: 500;
  letter-spacing: 0.02em; }

h3 {
  font-size: 24px;
  font-weight: 400;
  color: #222222;
  letter-spacing: 0.03em; }

h4 {
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1; }

h5 {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 24px;
  letter-spacing: 0.05em; }

h6 {
  font-size: 14px;
  font-weight: 400;
  color: #222222;
  line-height: 24px; }

[data-notify="progressbar"] {
  margin-bottom: 0px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 5px; }

.progress-bar {
  background-color: #19a340; }

ul {
  padding-left: 0;
  margin-bottom: 0; }

li {
  display: inline-block; }

p {
  font-size: 14px;
  color: #222222;
  line-height: 1.3; }

a {
  transition: 0.5s ease; }
  a:hover {
    text-decoration: none;
    transition: 0.5s ease; }
  a:focus {
    outline: none; }

button:focus, select:focus {
  outline: none; }

section, .section-t-space {
  padding-top: 70px; }

.section-b-space {
  padding-bottom: 70px; }

.p-t-0 {
  padding-top: 0; }

hr.style1 {
  width: 75px;
  height: 3px;
  margin-top: 13px;
  background-color: #f99a33;
  text-align: center; }

.no-arrow .slick-next, .no-arrow .slick-prev {
  display: none !important; }

.form-control {
  border-radius: 0; }

.small-section {
  padding-top: 0px;
  padding-bottom: 0px; }

.banner-padding {
  padding-top: 30px; }

.border-section {
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd; }

.border-b {
  border-bottom: 1px solid #38352f; }

.darken-layout {
  background-color: #393230; }

.dark-layout {
  background-color: #2d2a25; }

.light-layout {
  background-color: #f9f9f9; }

.white-layout {
  background-color: white; }

.bg-light0 {
  background-color: #d0edff; }

.bg-light1 {
  background-color: pink; }

.bg-light2 {
  background-color: #1e56f2; }

.bg-blog {
  background-color: #eeeeee; }

del {
  font-size: 14px;
  color: #aaaaaa;
  font-weight: 500; }

.border-bottom-grey {
  border-bottom: 1px solid #efefef; }

.p-t-0 {
  padding-top: 0 !important; }

.center-slider {
  border-left: 1px solid #f1f5f4;
  border-right: 1px solid #f1f5f4; }

@keyframes animate {
  0% {
    background-position: 0 0; }

  100% {
    background-position: 0 500px; } }

/*=====================
02.Button CSS start
==========================*/
button {
  cursor: pointer; }

.btn {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 400;
  border-radius: 0;
  letter-spacing: 0.8px;
  background: transparent;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s; }
  .btn:focus {
    box-shadow: none; }

.btn-solid {
  padding: 9px 20px;
  color: #ffffff;
  border: 1px solid #f99a33;
  background-color: #f99a33;
  position: relative;
  z-index: 3;
  font-weight: 400;
  position: relative;
  letter-spacing: 0.05em;
  display: inline-block;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  /*&:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    background-color: #000000;
    border-color: #000000;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }*/
  /*&:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    background-color: #000000;
    border: 1px solid #000000;
    -webkit-transform: scale(1.1,1.1);
    transform: scale(1.1,1.1);
  }*/
  /*   &.btn-xs {
      padding: 5px 8px;
      text-transform: capitalize;
    } */ }
  .btn-solid:hover, .btn-solid:focus {
    background-color: #000000;
    border-color: #000000;
    color: #ffffff;
    /*&:before {
      opacity: 1;
      -webkit-transform: scale(1);
      transform: scale(1);
    }*/
    /*&:after{
      opacity: 1;
      -webkit-transform: scale(1,1);
      transform: scale(1,1);
    }*/ }
  .btn-solid.black-btn {
    background-color: #333;
    border: 2px solid #333;
    color: white;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.07);
    border-radius: 30px; }
    .btn-solid.black-btn:hover {
      background-color: #000000;
      border: 2px solid #000000; }
  .btn-solid.btn-gradient {
    background: #f99a33;
    background: linear-gradient(180deg, #01effc 0%, #485ff2 99%);
    transition: background 300ms ease-in-out;
    background-size: 300% 100%;
    border: none; }
    .btn-solid.btn-gradient:hover {
      background: linear-gradient(-180deg, #485ff2 0%, #01effc 99%);
      transition: background 300ms ease-in-out;
      color: white; }
  .btn-solid.btn-green {
    background-image: linear-gradient(to right, #01effc, #485ff2);
    border: none;
    background-color: #f99a33; }
    .btn-solid.btn-green:hover {
      background-color: #f99a33;
      background-image: none;
      color: white; }
  .btn-solid.btn-sm {
    padding: 9px 16px; }

.btn-outline {
  display: inline-block;
  padding: 12px 26px;
  letter-spacing: 0.05em;
  position: relative;
  border: 1px solid #000000;
  background-color: #000000;
  color: #ffffff;
  z-index: 3;
  /*&:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #000000;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
  &:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    background-color: #f99a33;
    border: 1px solid #f99a33;
    -webkit-transform: scale(1.1,1.1);
    transform: scale(1.1,1.1);
  }*/ }
  .btn-outline:hover, .btn-outline:focus {
    color: #ffffff;
    background-color: #f99a33;
    border: 1px solid #f99a33;
    /*&:before {
      opacity: 0;
      -webkit-transform: scale(0.55,0.55);
      transform: scale(0.55,0.55);
    }
    &:after{
      opacity: 1;
      -webkit-transform: scale(1,1);
      transform: scale(1,1);
    }*/ }

.btn-classic:hover {
  background-color: #f99a33; }

.btn-theme {
  border: 1px solid #000000;
  background-color: #000000;
  color: #ffffff; }

button.btn.btn-solid:active, button.btn.btn-outline:active {
  background-image: -webkit-linear-gradient(30deg, #f99a33 50%, transparent 50%);
  background-image: linear-gradient(30deg, #f99a33 50%, transparent 50%);
  color: #ffffff;
  background: #f99a33; }

button[disabled] {
  cursor: not-allowed; }

/*=====================
03.Title CSS start
==========================*/
.title1 {
  text-align: center; }
  .title1 h4 {
    color: #f99a33;
    padding-bottom: 10px;
    margin-bottom: 0;
    margin-top: -3px; }
  .title1 .title-inner1 {
    padding-bottom: 15px;
    margin-bottom: 30px;
    position: relative; }
    .title1 .title-inner1:after {
      position: absolute;
      height: 5px;
      width: 70px;
      background-color: #f99a33;
      content: "";
      left: 0;
      right: 0;
      margin: 0 auto;
      bottom: 0; }
  .title1.title-gradient .title-inner1:after {
    background: #01effc;
    background: linear-gradient(180deg, #01effc 0%, #485ff2 99%);
    background-color: #01eefc; }
  .title1.title5 .title-inner1 {
    padding-bottom: 0;
    margin-bottom: 0; }
    .title1.title5 .title-inner1:after {
      display: none; }
  .title1.title5 hr[role="tournament6"] {
    border: 0px solid;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(249, 154, 51, 0.75), rgba(0, 0, 0, 0));
    display: block;
    width: 25%;
    margin: 15px auto 30px auto; }
  .title1.title5 hr[role="tournament6"]::before {
    position: absolute;
    background-color: #efefef;
    border: 1px solid;
    border-color: #f99a33;
    padding: 5px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 50%;
    margin: -6px 0px 0px 0;
    content: ""; }

.title2 {
  text-align: center;
  background: transparent url(/cdn/shop/files/titleline.png?v=1761565145) no-repeat scroll center bottom;
  padding-bottom: 1px;
  margin-bottom: 10px; }
  .title2 h4 {
    color: #999999;
    padding-bottom: 10px;
    margin-bottom: 0;
    margin-top: -3px;
    letter-spacing: 1px;
    font-family: "Dancing Script", cursive; }
  .title2 .title-inner2 {
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
    padding: 0;
    text-transform: capitalize;
    font-family: "Montserrat", "HelveticaNeue", "Helvetica Neue", sans-serif;
    font-weight: 400; }

.title3 {
  text-align: center; }
  .title3 h4 {
    color: #f99a33;
    padding-bottom: 10px;
    margin-bottom: 0;
    margin-top: -9px; }
  .title3 .title-inner3 {
    margin-bottom: 20px;
    position: relative; }
  .title3 .line {
    position: relative;
    height: 5px;
    width: 45px;
    background-color: #f99a33;
    content: "";
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
    margin-bottom: 50px; }
    .title3 .line:after, .title3 .line:before {
      position: absolute;
      height: 5px;
      width: 10px;
      content: "";
      background-color: #f99a33; }
    .title3 .line:after {
      right: 50px; }
    .title3 .line:before {
      left: 50px; }

.title4 {
  text-align: center; }
  .title4 .title-inner4 {
    padding-bottom: 25px;
    margin-bottom: 0;
    position: relative;
    margin-top: -5px; }
  .title4 .line {
    position: relative;
    height: 2px;
    width: 180px;
    background-color: #f99a33;
    margin: 0 auto;
    margin-bottom: 40px;
    bottom: 0;
    top: 0; }
    .title4 .line:after, .title4 .line:before {
      position: absolute;
      height: 10px;
      width: 10px;
      content: "";
      background-color: #f99a33;
      top: -4px;
      border-radius: 50%; }
    .title4 .line:after {
      left: 78px; }
    .title4 .line:before {
      left: 64px; }
    .title4 .line span:after, .title4 .line span:before {
      position: absolute;
      height: 10px;
      width: 10px;
      content: "";
      background-color: #f99a33;
      top: -4px;
      border-radius: 50%; }
    .title4 .line span:after {
      right: 78px; }
    .title4 .line span:before {
      right: 64px; }

.title-borderless {
  margin-bottom: 30px;
  text-align: center;
  margin-top: -5px; }

/*=====================
04.Header CSS start
==========================*/
header {
  background-color: rgba(0, 0, 0, 0); }
  header.header-tools {
    position: absolute;
    width: 100%;
    top: 35px;
    z-index: 1;
    background-color: transparent; }
    header.header-tools.header-tools-inner {
      position: relative;
      top: 0; }
      header.header-tools.header-tools-inner .top-header {
        background-color: #f99a33; }
      header.header-tools.header-tools-inner .logo-menu-part {
        background-color: #fff;
        border-bottom: 2px solid #f99a33; }
        header.header-tools.header-tools-inner .logo-menu-part > .container {
          background-color: #fff;
          border-bottom: none; }
    header.header-tools .container {
      padding-left: 30px;
      padding-right: 30px; }
    header.header-tools .top-header {
      background-color: transparent; }
      header.header-tools .top-header .container {
        background-color: #f99a33; }
      header.header-tools .top-header .header-contact {
        padding: 10px 0; }
        header.header-tools .top-header .header-contact li {
          color: white; }
      header.header-tools .top-header .header-dropdown li {
        padding: 10px 25px; }
    header.header-tools .logo-menu-part > .container {
      background-color: #fff;
      border-bottom: 2px solid #f99a33; }
    header.header-tools .main-menu .menu-left .navbar {
      padding: 25px 45px 25px 0; }
    header.header-tools .main-menu .brand-logo {
      padding-top: 25px;
      padding-bottom: 25px; }
    header.header-tools .pixelstrap.sm-horizontal > li > a {
      padding-top: 25px;
      padding-bottom: 25px; }
      header.header-tools .pixelstrap.sm-horizontal > li > a:hover, header.header-tools .pixelstrap.sm-horizontal > li > a:active, header.header-tools .pixelstrap.sm-horizontal > li > a:focus, header.header-tools .pixelstrap.sm-horizontal > li > a.highlighted {
        padding-top: 25px;
        padding-bottom: 25px; }
    header.header-tools .pixelstrap.sm-horizontal li .lable-nav {
      top: 5px; }
    header.header-tools .onhover-div {
      padding-top: 25px;
      padding-bottom: 25px; }
  header.header-gym {
    position: absolute;
    width: 100%; }
    header.header-gym.header-gym-inner {
      position: relative; }
    header.header-gym .main-menu {
      background-color: transparent;
      z-index: 1; }
      header.header-gym .main-menu .menu-left .navbar {
        padding: 20px 45px 20px 0; }
        header.header-gym .main-menu .menu-left .navbar i {
          color: white; }
      header.header-gym .main-menu .brand-logo {
        padding-top: 20px;
        padding-bottom: 20px; }
      header.header-gym .main-menu .onhover-div .show-div {
        top: 90px; }
    header.header-gym .pixelstrap > li > a {
      padding-top: 20px;
      padding-bottom: 20px;
      color: #fdfdfd; }
      header.header-gym .pixelstrap > li > a:hover, header.header-gym .pixelstrap > li > a:active, header.header-gym .pixelstrap > li > a:focus, header.header-gym .pixelstrap > li > a.highlighted {
        padding-top: 20px;
        padding-bottom: 20px;
        color: #ffffff; }
    header.header-gym .pixelstrap > li:last-child > a {
      padding-right: 0; }
    header.header-gym .onhover-div {
      padding-top: 20px;
      padding-bottom: 20px; }
      header.header-gym .onhover-div > div img {
        filter: brightness(54); }
    header.header-gym .top-header {
      position: relative; }
      header.header-gym .top-header.blue-layout {
        border-bottom: 1px solid #223b7d; }
      header.header-gym .top-header .nav-center {
        text-align: center; }
  header.header2 .header-contact, header.header2 .header-social-app {
    padding: 15px 0;
    display: inline-block; }
    header.header2 .header-contact li, header.header2 .header-contact h6, header.header2 .header-social-app li, header.header2 .header-social-app h6 {
      color: #000000;
      font-size: 14px;
      display: inline-block; }
    header.header2 .header-contact i, header.header2 .header-social-app i {
      color: #000000; }
  @media (min-width: 578px) {
    header.header2 .top-nav-left > div, header.header2 .header-social-app > div {
      padding-right: 19px !important;
      margin-right: 20px;
      position: relative; }
      header.header2 .top-nav-left > div:before, header.header2 .header-social-app > div:before {
        content: "";
        position: absolute;
        height: 20px;
        width: 1px;
        background: rgba(0, 0, 0, 0.7);
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto; }
      header.header2 .top-nav-left > div:last-child, header.header2 .header-social-app > div:last-child {
        padding-right: 0 !important;
        margin-right: 0; }
        header.header2 .top-nav-left > div:last-child:before, header.header2 .header-social-app > div:last-child:before {
          display: none; } }
  header.header2 .app-link {
    display: inline-block;
    vertical-align: middle;
    line-height: 8px;
    padding-top: 1px;
    top: 1px; }
    header.header2 .app-link h6 {
      line-height: 10px; }
    header.header2 .app-link ul {
      display: inline-block; }
      header.header2 .app-link ul > li {
        margin-left: 10px; }
  header.header2 .header-contact li.anounce-text span {
    font-weight: 600;
    margin: 0 3px; }
  header.header2 .header-contact li i {
    padding-right: 10px; }
  @media (min-width: 992px) {
    header.header2 .header-contact li {
      padding-right: 24px;
      margin-right: 2px;
      position: relative; }
      header.header2 .header-contact li:before {
        content: "";
        position: absolute;
        height: 20px;
        width: 1px;
        background: rgba(0, 0, 0, 0.7);
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto; }
      header.header2 .header-contact li:last-child {
        padding-right: 0;
        margin-right: 0; }
        header.header2 .header-contact li:last-child:before {
          display: none; } }
  header.header2 .header-social-app {
    display: inline-block; }
  header.header2 .header-social {
    display: inline-block; }
    header.header2 .header-social li {
      cursor: pointer;
      display: inline-block;
      vertical-align: middle;
      /*     height: 34px;
      width: 34px;
      margin: 2px 2px;
      background-color: #fff;
      border: 1px solid $white-dark;
      border-radius: 50%; */
      position: relative;
      -webkit-transition: 0.5s ease;
      -moz-transition: 0.5s ease;
      -ms-transition: 0.5s ease;
      -o-transition: 0.5s ease;
      transition: 0.5s ease;
      padding: 0px 8px; }
      header.header2 .header-social li:first-child {
        padding-left: 0; }
      header.header2 .header-social li a i {
        color: #000000;
        -webkit-transition: 0.5s ease;
        -moz-transition: 0.5s ease;
        -ms-transition: 0.5s ease;
        -o-transition: 0.5s ease;
        transition: 0.5s ease; }
      header.header2 .header-social li:hover {
      /*       &.facebook {
      background-color: #3b5999;          
      border-color: #3b5999;
    }
      &.google {
      background-color: #cb2027;
      border-color: #cb2027;
    }
      &.twitter {
      background-color: #00aced;
      border-color: #00aced;
    }
      &.insta {
      background-color: #cc2366;
      border-color: #cc2366;
    }
      &.rss {
      background-color: #3B6D99;
      border-color: #3B6D99;
    }
      &.youtube {
      background-color: #ff3400;
      border-color: #ff3400;
    } */
      /*       a{
      i{
      color: $white;
    }
    } */ }
        header.header2 .header-social li:hover.facebook a i {
          color: #3b5999; }
        header.header2 .header-social li:hover.google a i {
          color: #cb2027; }
        header.header2 .header-social li:hover.twitter a i {
          color: #00aced; }
        header.header2 .header-social li:hover.insta a i {
          color: #cc2366; }
        header.header2 .header-social li:hover.rss a i {
          color: #3B6D99; }
        header.header2 .header-social li:hover.youtube a i {
          color: #ff3400; }
  header.header2 .setting-icon {
    display: none !important; }
  header.header2 .language-block, header.header2 .setting-icon {
    display: inline-block; }
    header.header2 .language-block > div, header.header2 .setting-icon > div {
      display: block; }
    header.header2 .language-block .language-dropdown, header.header2 .language-block .curroncy-dropdown, header.header2 .setting-icon .language-dropdown, header.header2 .setting-icon .curroncy-dropdown {
      position: relative;
      display: inline-block;
      padding: 10px 20px 10px 18px;
      cursor: pointer;
      position: relative;
      /*         &:last-child {
                padding-right: 0 !important;
                margin-right: 0;
                &:before {
                  display: none;
                }
              } */ }
      @media (min-width: 1430px) {
        header.header2 .language-block .language-dropdown, header.header2 .language-block .curroncy-dropdown, header.header2 .setting-icon .language-dropdown, header.header2 .setting-icon .curroncy-dropdown {
          margin-right: 20px; }
          header.header2 .language-block .language-dropdown:after, header.header2 .language-block .curroncy-dropdown:after, header.header2 .setting-icon .language-dropdown:after, header.header2 .setting-icon .curroncy-dropdown:after {
            content: "";
            position: absolute;
            height: 20px;
            width: 1px;
            background: rgba(0, 0, 0, 0.7);
            right: -19px;
            top: 0;
            bottom: 0;
            margin: auto; } }
      header.header2 .language-block .language-dropdown .language-dropdown-click, header.header2 .language-block .language-dropdown .curroncy-dropdown-click, header.header2 .language-block .language-dropdown .language-dropdown, header.header2 .language-block .language-dropdown .curroncy-dropdown, header.header2 .language-block .curroncy-dropdown .language-dropdown-click, header.header2 .language-block .curroncy-dropdown .curroncy-dropdown-click, header.header2 .language-block .curroncy-dropdown .language-dropdown, header.header2 .language-block .curroncy-dropdown .curroncy-dropdown, header.header2 .setting-icon .language-dropdown .language-dropdown-click, header.header2 .setting-icon .language-dropdown .curroncy-dropdown-click, header.header2 .setting-icon .language-dropdown .language-dropdown, header.header2 .setting-icon .language-dropdown .curroncy-dropdown, header.header2 .setting-icon .curroncy-dropdown .language-dropdown-click, header.header2 .setting-icon .curroncy-dropdown .curroncy-dropdown-click, header.header2 .setting-icon .curroncy-dropdown .language-dropdown, header.header2 .setting-icon .curroncy-dropdown .curroncy-dropdown {
        color: #000000; }
        header.header2 .language-block .language-dropdown .language-dropdown-click i, header.header2 .language-block .language-dropdown .curroncy-dropdown-click i, header.header2 .language-block .language-dropdown .language-dropdown i, header.header2 .language-block .language-dropdown .curroncy-dropdown i, header.header2 .language-block .curroncy-dropdown .language-dropdown-click i, header.header2 .language-block .curroncy-dropdown .curroncy-dropdown-click i, header.header2 .language-block .curroncy-dropdown .language-dropdown i, header.header2 .language-block .curroncy-dropdown .curroncy-dropdown i, header.header2 .setting-icon .language-dropdown .language-dropdown-click i, header.header2 .setting-icon .language-dropdown .curroncy-dropdown-click i, header.header2 .setting-icon .language-dropdown .language-dropdown i, header.header2 .setting-icon .language-dropdown .curroncy-dropdown i, header.header2 .setting-icon .curroncy-dropdown .language-dropdown-click i, header.header2 .setting-icon .curroncy-dropdown .curroncy-dropdown-click i, header.header2 .setting-icon .curroncy-dropdown .language-dropdown i, header.header2 .setting-icon .curroncy-dropdown .curroncy-dropdown i {
          margin-left: 10px; }
    header.header2 .language-block .language-dropdown-open li, header.header2 .language-block .curroncy-dropdown-open li, header.header2 .language-block .language-open li, header.header2 .language-block .currency-open li, header.header2 .setting-icon .language-dropdown-open li, header.header2 .setting-icon .curroncy-dropdown-open li, header.header2 .setting-icon .language-open li, header.header2 .setting-icon .currency-open li {
      display: block;
      padding: 0; }
      header.header2 .language-block .language-dropdown-open li.selected a, header.header2 .language-block .curroncy-dropdown-open li.selected a, header.header2 .language-block .language-open li.selected a, header.header2 .language-block .currency-open li.selected a, header.header2 .setting-icon .language-dropdown-open li.selected a, header.header2 .setting-icon .curroncy-dropdown-open li.selected a, header.header2 .setting-icon .language-open li.selected a, header.header2 .setting-icon .currency-open li.selected a {
        color: #f99a33; }
      header.header2 .language-block .language-dropdown-open li a.selected, header.header2 .language-block .curroncy-dropdown-open li a.selected, header.header2 .language-block .language-open li a.selected, header.header2 .language-block .currency-open li a.selected, header.header2 .setting-icon .language-dropdown-open li a.selected, header.header2 .setting-icon .curroncy-dropdown-open li a.selected, header.header2 .setting-icon .language-open li a.selected, header.header2 .setting-icon .currency-open li a.selected {
        color: #f99a33; }
      header.header2 .language-block .language-dropdown-open li a i, header.header2 .language-block .curroncy-dropdown-open li a i, header.header2 .language-block .language-open li a i, header.header2 .language-block .currency-open li a i, header.header2 .setting-icon .language-dropdown-open li a i, header.header2 .setting-icon .curroncy-dropdown-open li a i, header.header2 .setting-icon .language-open li a i, header.header2 .setting-icon .currency-open li a i {
        margin-right: 10px; }
  header.header2 .top-nav-right > ul {
    display: inline-block; }
    header.header2 .top-nav-right > ul .mobile-account {
      padding: 10px 20px 10px 18px; }
  header.header2 .input-block {
    width: 35%; }
    header.header2 .input-block .input-box .big-deal-form {
      border: 1px solid rgba(0, 0, 0, 0.1);
      width: 100%;
      margin: auto; }
      header.header2 .input-block .input-box .big-deal-form .input-group .form-control {
        border-radius: 0;
        border: none;
        height: 44px;
        font-size: 15px; }
        header.header2 .input-block .input-box .big-deal-form .input-group .form-control:focus {
          box-shadow: none; }
      header.header2 .input-block .input-box .big-deal-form .input-group span {
        align-self: center; }
        header.header2 .input-block .input-box .big-deal-form .input-group span i {
          font-size: 17px;
          top: 2px;
          position: relative; }
      header.header2 .input-block .input-box .big-deal-form .input-group .input-group-prepend {
        margin: 0; }
        header.header2 .input-block .input-box .big-deal-form .input-group .input-group-prepend.category-menu {
          position: relative;
          padding-right: 10px; }
          header.header2 .input-block .input-box .big-deal-form .input-group .input-group-prepend.category-menu:before {
            content: " ";
            position: absolute;
            right: 0;
            top: 0;
            bottom: 0;
            margin: auto;
            background: rgba(0, 0, 0, 0.1);
            height: 30px;
            width: 1px; }
      header.header2 .input-block .input-box .big-deal-form .input-group .search-icon {
        padding: 10px 16px;
        background-color: #f99a33;
        border-color: #f99a33;
        color: white; }
        header.header2 .input-block .input-box .big-deal-form .input-group .search-icon:hover {
          background-color: black;
          border-color: black;
          color: white; }
      header.header2 .input-block .input-box .big-deal-form .input-group select {
        appearance: none;
        -webkit-appearance: none;
        outline: none;
        background: transparent url(drop-1.png) no-repeat 130px 18px;
        padding: 0 15px 0 5px;
        text-transform: uppercase;
        text-align: center;
        text-align-last: center;
        border: none;
        background-size: 10px;
        font-size: 13px;
        position: relative; }
        header.header2 .input-block .input-box .big-deal-form .input-group select option {
          text-align: left; }
  header.header2 .menu-right .call-now, header.header2 .menu-right .cart-shop {
    text-align: left;
    cursor: pointer;
    padding: 30px 25px;
    display: inline-block; }
    header.header2 .menu-right .call-now .call-img, header.header2 .menu-right .call-now .cart-img, header.header2 .menu-right .cart-shop .call-img, header.header2 .menu-right .cart-shop .cart-img {
      display: inline-block;
      vertical-align: middle;
      width: 40px;
      height: 40px;
      transform: rotateY(0deg);
      -webkit-transition: 1.2s ease;
      -moz-transition: 1.2 ease;
      -ms-transition: 1.2s ease;
      -o-transition: 1.2s ease;
      transition: 1.2s ease; }
    header.header2 .menu-right .call-now .call-desc, header.header2 .menu-right .call-now .cart-desc, header.header2 .menu-right .cart-shop .call-desc, header.header2 .menu-right .cart-shop .cart-desc {
      display: inline-block;
      vertical-align: middle;
      margin-left: 5px; }
      header.header2 .menu-right .call-now .call-desc .call-title, header.header2 .menu-right .call-now .call-desc .cart-title, header.header2 .menu-right .call-now .cart-desc .call-title, header.header2 .menu-right .call-now .cart-desc .cart-title, header.header2 .menu-right .cart-shop .call-desc .call-title, header.header2 .menu-right .cart-shop .call-desc .cart-title, header.header2 .menu-right .cart-shop .cart-desc .call-title, header.header2 .menu-right .cart-shop .cart-desc .cart-title {
        font-size: 15px;
        line-height: 22px;
        letter-spacing: 0.5px;
        font-weight: 500;
        display: block;
        color: black; }
      header.header2 .menu-right .call-now .call-desc .call-number, header.header2 .menu-right .call-now .call-desc .item, header.header2 .menu-right .call-now .cart-desc .call-number, header.header2 .menu-right .call-now .cart-desc .item, header.header2 .menu-right .cart-shop .call-desc .call-number, header.header2 .menu-right .cart-shop .call-desc .item, header.header2 .menu-right .cart-shop .cart-desc .call-number, header.header2 .menu-right .cart-shop .cart-desc .item {
        margin-top: 0px;
        color: #666;
        font-size: 13px; }
    header.header2 .menu-right .call-now:hover .call-img, header.header2 .menu-right .call-now:hover .cart-img, header.header2 .menu-right .cart-shop:hover .call-img, header.header2 .menu-right .cart-shop:hover .cart-img {
      transform: rotateY(360deg); }
  header.header2 .menu-right .cart-shop {
    padding-left: 0;
    padding-right: 0; }
    header.header2 .menu-right .cart-shop .item, header.header2 .menu-right .cart-shop .cart_qty_cls {
      font-size: 11px;
      display: inline-block;
      color: #666; }
  1
  header.header-5 {
    position: absolute;
    width: 100%;
    background-color: transparent; }
    1
    header.header-5.header-5-inner {
      position: relative; }
    1
    header.header-5 .top-header {
      background-color: transparent; }
      1
      header.header-5 .top-header .header-dropdown > li {
        padding-top: 40px;
        padding-right: 0; }
        1
        header.header-5 .top-header .header-dropdown > li.mobile-account {
          padding: 40px 15px 15px !important; }
          1
          header.header-5 .top-header .header-dropdown > li.mobile-account:before {
            display: none; }
        1
        header.header-5 .top-header .header-dropdown > li.mobile-wishlist {
          padding: 40px 15px 15px !important; }
      1
      header.header-5 .top-header .header-dropdown .onhover-dropdown .onhover-show-div {
        top: 80px; }
    1
    header.header-5 .onhover-div .show-div {
      top: 80px; }
    1
    header.header-5.container-med .container-fluid {
      padding-left: 50px;
      padding-right: 50px; }
  header.header2 .top-header .language-block > i {
    display: none; }
  header.header-6 .top-header {
    background-color: #f99a33; }
  header.header-6 .mobile-search {
    display: none; }
  header.header-7 {
    position: relative;
    z-index: 9; }
    header.header-7 .main-menu .menu-left .navbar {
      padding: 25px 45px 25px 0; }
      header.header-7 .main-menu .menu-left .navbar i {
        color: #fdfdfd; }
    header.header-7 .main-menu .brand-logo {
      padding-top: 18px;
      padding-bottom: 18px;
      padding-right: 25px; }
    header.header-7 .onhover-div {
      padding-top: 8px;
      padding-bottom: 8px; }
      header.header-7 .onhover-div img {
        filter: brightness(100); }
      header.header-7 .onhover-div .show-div img {
        filter: unset; }
      header.header-7 .onhover-div:hover .show-div {
        transform: translateY(-63px); }
    header.header-7 .game-layout {
      background-color: rgba(0, 0, 0, 0.5); }
    header.header-7 .top-header .header-contact .call {
      position: relative;
      padding-left: 40px;
      line-height: 30px; }
      header.header-7 .top-header .header-contact .call i {
        display: none; }
      header.header-7 .top-header .header-contact .call:before {
        content: "";
        float: left;
        height: 30px;
        left: 0px;
        position: absolute;
        width: 40px;
        background: transparent url(sprite.png) no-repeat;
        background-position: 0 0; }
      header.header-7 .top-header .header-contact .call.email-id:before {
        background: transparent url(email.png) no-repeat center;
        background-size: 66%; }
      header.header-7 .top-header .header-contact .call.announce:before {
        display: none; }
    @media (min-width: 578px) {
      header.header-7 .top-header .header-dropdown > li:after {
        position: absolute;
        content: "";
        height: 13px;
        width: 1px;
        background: rgba(0, 0, 0, 0.2);
        left: -3px;
        top: 0;
        bottom: 0;
        margin: auto; } }
    header.header-7 .top-header .header-dropdown > li:first-child:after {
      display: none; }
    @media (min-width: 578px) {
      header.header-7 .top-header .header-dropdown > li i {
        display: none; } }
    header.header-7 .top-header .header-dropdown > li a {
      line-height: 30px; }
  header.header-metro {
    position: absolute;
    width: 100%; }
    header.header-metro .top-header {
      background-color: transparent;
      position: relative; }
    header.header-metro .metro {
      background-color: white;
      z-index: 9;
      position: relative; }
  header.left-header .top-header {
    padding-left: 300px;
    background-color: white; }
    header.left-header .top-header .header-dropdown .mobile-wishlist img, header.left-header .top-header .header-dropdown .mobile-account img {
      display: block; }
    header.left-header .top-header .header-dropdown .mobile-wishlist i, header.left-header .top-header .header-dropdown .mobile-account i {
      display: none; }
  header.left-header .onhover-div {
    padding-top: 15px;
    padding-bottom: 15px; }
    header.left-header .onhover-div > div img {
      width: 20px;
      height: auto; }
    header.left-header .onhover-div .show-div {
      top: 56px; }
  header.left-header .sidenav {
    left: 0;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.25); }
    header.left-header .sidenav .sidebar-back {
      display: none; }
    header.left-header .sidenav nav {
      background-color: white; }
    header.left-header .sidenav .pixelstrap > li > a {
      padding: 10px 0 20px 0;
      background-color: white; }
      header.left-header .sidenav .pixelstrap > li > a:hover, header.left-header .sidenav .pixelstrap > li > a:focus, header.left-header .sidenav .pixelstrap > li > a.highlighted {
        padding: 10px 0 20px 0;
        background-color: white; }
    header.left-header .sidenav .pixelstrap > li .lable-nav {
      top: -12px;
      background-color: #eeeeee; }
      header.left-header .sidenav .pixelstrap > li .lable-nav:before {
        border-top: 5px solid #ff4c3b; }
      header.left-header .sidenav .pixelstrap > li .lable-nav.grey-lable {
        background-color: #4d6171; }
        header.left-header .sidenav .pixelstrap > li .lable-nav.grey-lable:before {
          border-top: 5px solid #4d6171; }
    header.left-header .sidenav .left-sidebar_search {
      width: 100%;
      background-color: white; }
      header.left-header .sidenav .left-sidebar_search input {
        height: 55px;
        width: 95%;
        border: none;
        padding-left: 15px;
        background-color: transparent; }
      header.left-header .sidenav .left-sidebar_search .btn-search {
        position: absolute;
        right: 10px;
        top: 20px;
        border: none;
        background-color: transparent; }
    header.left-header .sidenav .left-sidebar_center {
      padding: 40px 0 30px 30px;
      background-color: white; }
    header.left-header .sidenav .bottom-section {
      padding: 70px 25px; }
      header.left-header .sidenav .bottom-section .icon_settings li {
        display: inline-block; }
      header.left-header .sidenav .bottom-section .icon_settings .shopping-cart {
        position: relative; }
        header.left-header .sidenav .bottom-section .icon_settings .shopping-cart .shopping-count {
          width: 18px;
          height: 18px;
          background-color: #ff4c3b;
          color: white;
          position: absolute;
          border-radius: 100%;
          display: flex;
          align-items: center;
          justify-content: center;
          top: -7px;
          right: 7px; }
      header.left-header .sidenav .bottom-section ul li {
        display: inline-block;
        padding: 8px 15px 8px 0; }
        header.left-header .sidenav .bottom-section ul li a {
          font-size: 16px;
          text-transform: capitalize;
          color: #333333; }
          header.left-header .sidenav .bottom-section ul li a i {
            font-size: 18px;
            padding-right: 5px;
            color: #333333; }
      header.left-header .sidenav .bottom-section .leftside_setting .language, header.left-header .sidenav .bottom-section .leftside_setting .currency {
        display: flex; }
        header.left-header .sidenav .bottom-section .leftside_setting .language h5, header.left-header .sidenav .bottom-section .leftside_setting .currency h5 {
          margin-bottom: 0;
          text-transform: capitalize;
          color: #999;
          margin-top: 0; }
        header.left-header .sidenav .bottom-section .leftside_setting .language select, header.left-header .sidenav .bottom-section .leftside_setting .currency select {
          margin-left: 10px;
          border: none;
          outline: none;
          text-transform: capitalize;
          color: #333333; }
      header.left-header .sidenav .bottom-section .leftside_setting h5 {
        margin-top: 10px; }
    header.left-header .sidenav .leftside_social {
      position: relative;
      width: 100%;
      padding: 30px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-top: 1px dashed #dddddd; }
      header.left-header .sidenav .leftside_social .footer-social {
        margin-top: 0; }
        header.left-header .sidenav .leftside_social .footer-social i {
          font-size: 18px; }
        header.left-header .sidenav .leftside_social .footer-social li {
          padding: 10px; }
      header.left-header .sidenav .leftside_social .call_us h5 {
        text-align: center; }
        header.left-header .sidenav .leftside_social .call_us h5 span {
          display: block; }
  header.left-header .main-menu {
    justify-content: flex-end; }
    header.left-header .main-menu .brand-logo {
      display: flex;
      align-items: center;
      justify-content: center;
      border-bottom: 1px dashed #dddddd; }
    header.left-header .main-menu .menu-right .header-dropdown > li img {
      width: 20px;
      height: auto; }
    header.left-header .main-menu .menu-right .icon-nav .onhover-div > img {
      width: 20px;
      height: auto; }
    header.left-header .main-menu .menu-left .navbar {
      display: none; }
    header.left-header .main-menu .menu-left .mobile-logo {
      display: none; }
  header.left-header .search-overlay {
    padding-left: 300px; }

.onhover-dropdown {
  position: relative;
  font-size: 14px; }
  .onhover-dropdown:before {
    content: "\f107";
    font-family: FontAwesome;
    position: absolute;
    right: 3px; }
  .onhover-dropdown .onhover-show-div {
    top: 41px;
    position: absolute;
    z-index: 10;
    background-color: white;
    transition: all 0.2s ease;
    min-width: 160px;
    text-align: left;
    -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.07);
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.07);
    transform: translateY(30px);
    opacity: 0;
    visibility: hidden;
    right: 0;
    padding: 15px 20px;
    border-radius: 0 !important; }
    .onhover-dropdown .onhover-show-div.product-page-full {
      z-index: 99999; }
  .onhover-dropdown:hover .onhover-show-div {
    opacity: 1;
    transform: translateY(0px);
    visibility: visible;
    -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.07);
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.07);
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.07); }

.onhover-div {
  position: relative;
  font-family: "Montserrat", "HelveticaNeue", "Helvetica Neue", sans-serif; }
  .onhover-div img, .onhover-div i {
    cursor: pointer; }
  .onhover-div .show-div {
    top: 80px;
    position: absolute;
    z-index: 9;
    background-color: white;
    transition: all linear 0.3s;
    min-width: 236px;
    text-align: left;
    -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.07);
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.07);
    transform: translateY(20px);
    opacity: 0;
    visibility: hidden;
    right: 0;
    padding: 0;
    border-radius: 0 !important; }
  .onhover-div:hover .show-div {
    opacity: 1;
    transform: translateY(0px);
    visibility: visible; }

.search-overlay {
  height: 100%;
  width: 100%;
  display: none;
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7); }
  .search-overlay.search-overlay-box {
    height: auto;
    width: 400px;
    display: none;
    position: absolute;
    z-index: 9999;
    top: 100px;
    right: 0;
    left: auto;
    box-shadow: 0px 0px 5px #eeeeee;
    background: #f5f5f5; }
    .search-overlay.search-overlay-box .overlay-content .form-group {
      margin: 0 !important; }
      .search-overlay.search-overlay-box .overlay-content .form-group input {
        padding: 10px 0;
        margin-bottom: 0;
        border-bottom: none; }
    .search-overlay.search-overlay-box .overlay-content button {
      padding: 12px 10px;
      position: absolute;
      right: 0;
      top: 0; }
      .search-overlay.search-overlay-box .overlay-content button i {
        display: block !important;
        font-size: 20px; }
    .search-overlay.search-overlay-box .closebtn {
      display: none; }
  .search-overlay > div {
    /*     height: 100%;
        width: 100%; */
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f5f5f5;
    animation: fadeInDown 400ms ease-in-out; }
    .search-overlay > div .overlay-content {
      width: 78%;
      margin: auto; }
      .search-overlay > div .overlay-content .form-control {
        margin: 0; }
        .search-overlay > div .overlay-content .form-control:focus {
          box-shadow: none; }
      .search-overlay > div .overlay-content input {
        border: 0;
        /*         border-bottom: 2px solid lighten($black, 46.5%); */
        border-radius: 50px;
        padding: 14px 18px;
        margin: 35px 0 !important;
        text-transform: capitalize;
        border: 1px solid rgba(0, 0, 0, 0.11); }
        .search-overlay > div .overlay-content input::-webkit-input-placeholder {
          /* Chrome/Opera/Safari */
          color: #777777;
          font-size: 16px; }
        .search-overlay > div .overlay-content input::-moz-placeholder {
          /* Firefox 19+ */
          color: #777777;
          font-size: 16px; }
        .search-overlay > div .overlay-content input:-ms-input-placeholder {
          /* IE 10+ */
          color: #777777;
          font-size: 16px; }
        .search-overlay > div .overlay-content input:-moz-placeholder {
          /* Firefox 18- */
          color: #777777;
          font-size: 16px; }
      .search-overlay > div .overlay-content button {
        position: absolute;
        top: 10px;
        background-color: transparent;
        border: 0;
        font-size: 20px;
        color: #777777;
        right: 20px;
        -webkit-transition: 0.5s ease;
        -moz-transition: 0.5s ease;
        -ms-transition: 0.5s ease;
        -o-transition: 0.5s ease;
        transition: 0.5s ease; }
        .search-overlay > div .overlay-content button:hover {
          color: #f99a33; }
    .search-overlay > div .closebtn {
      position: fixed;
      top: 33px;
      right: 20px;
      color: #777777;
      font-size: 40px;
      cursor: pointer; }

.top-header {
  background-color: #f8f8f8; }
  .top-header .header-contact {
    padding: 15px 0; }
    .top-header .header-contact li {
      color: #000000;
      font-size: 14px; }
      .top-header .header-contact li i {
        color: #000000;
        padding-right: 10px; }
  .top-header .header-dropdown li {
    cursor: pointer;
    color: #000000;
    padding-right: 20px !important; }
    .top-header .header-dropdown li a {
      color: #000000;
      text-transform: capitalize; }
    .top-header .header-dropdown li i {
      padding-right: 5px;
      font-size: 13px;
      transition: all 0.5s ease;
      display: none; }
    .top-header .header-dropdown li ul li {
      padding-top: 0;
      padding-bottom: 0; }
    .top-header .header-dropdown li a i {
      color: #000000;
      transition: all 0.5s ease; }
  .top-header .header-dropdown .onhover-dropdown .onhover-show-div li {
    padding-left: 0;
    display: flex;
    font-size: 15px;
    padding-bottom: 5px; }
    .top-header .header-dropdown .onhover-dropdown .onhover-show-div li:last-child {
      padding-bottom: 0; }
    .top-header .header-dropdown .onhover-dropdown .onhover-show-div li a {
      color: #333333; }
  .top-header.top-header-dark {
    background-color: #f8f8f8; }
    .top-header.top-header-dark .header-contact li {
      color: #000000; }
      .top-header.top-header-dark .header-contact li i {
        color: #000000; }
    .top-header.top-header-dark .header-dropdown li {
      color: #000000; }
      .top-header.top-header-dark .header-dropdown li a {
        color: #000000; }
        .top-header.top-header-dark .header-dropdown li a i {
          color: #000000; }
  .top-header.top-header-dark2 {
    background-color: #f8f8f8; }
    .top-header.top-header-dark2 .header-contact li {
      color: #000000; }
      .top-header.top-header-dark2 .header-contact li i {
        color: #000000; }
    .top-header.top-header-dark2 .header-dropdown li {
      color: #000000; }
      .top-header.top-header-dark2 .header-dropdown li a {
        color: #000000; }
        .top-header.top-header-dark2 .header-dropdown li a i {
          color: #000000; }
        .top-header.top-header-dark2 .header-dropdown li a:hover i {
          color: #f99a33; }
  .top-header.top-header-dark3 {
    background-color: #f8f8f8; }
    .top-header.top-header-dark3 .header-contact li {
      color: #000000; }
      .top-header.top-header-dark3 .header-contact li i {
        color: #000000; }
    .top-header.top-header-dark3 .header-dropdown li {
      color: #000000; }
      .top-header.top-header-dark3 .header-dropdown li a {
        color: #000000; }
        .top-header.top-header-dark3 .header-dropdown li a i {
          color: #000000; }
        .top-header.top-header-dark3 .header-dropdown li a:hover i {
          color: #f99a33; }

.layout3-menu .main-menu .menu-left .navbar i {
  font-size: 22px; }

.absolute-logo {
  position: absolute;
  left: 50%;
  transform: translateX(-50%); }

.main-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 9; }
  .main-menu.product-full-page {
    z-index: 9999; }
  .main-menu .brand-logo {
    display: inline-block;
    padding-top: 25px;
    padding-bottom: 25px; }
  .main-menu .menu-left {
    display: flex;
    align-items: center; }
    .main-menu .menu-left .navbar {
      display: inline-block;
      padding: 20px 100px 20px 0px; }
      .main-menu .menu-left .navbar i {
        font-size: 22px;
        color: #444444;
        cursor: pointer; }
    .main-menu .menu-left.around-border .navbar > a {
      border: 2px solid #fef0e0;
      padding: 11px 10px 6px; }
    .main-menu .menu-left.category-nav-right .navbar {
      padding-right: 0;
      padding-left: 45px; }
      .main-menu .menu-left.category-nav-right .navbar > a {
        border: 2px solid #f5f2f2;
        padding: 11px 10px 6px; }
      .main-menu .menu-left.category-nav-right .navbar i {
        color: #938d8c; }

.menu-right .icon-nav {
  display: inline-block; }
  .menu-right .icon-nav li {
    padding-left: 20px; }
    .menu-right .icon-nav li:last-child {
      padding-left: 0;
      padding-right: 0; }
  .menu-right .icon-nav .onhover-div .show-div.shopping-cart {
    padding: 15px 15px;
    min-width: 280px;
    left: unset;
    right: 0; }
    .menu-right .icon-nav .onhover-div .show-div.shopping-cart h5 {
      font-size: 14px;
      padding: 0 8px; }
    .menu-right .icon-nav .onhover-div .show-div.shopping-cart form {
      max-height: 300px;
      overflow: auto;
      padding-right: 5px; }
      .menu-right .icon-nav .onhover-div .show-div.shopping-cart form li {
        position: relative;
        padding-bottom: 14px;
        width: 100%; }
        .menu-right .icon-nav .onhover-div .show-div.shopping-cart form li:last-child {
          padding-bottom: 0; }
        .menu-right .icon-nav .onhover-div .show-div.shopping-cart form li .media img {
          width: 75px; }
        .menu-right .icon-nav .onhover-div .show-div.shopping-cart form li .media .media-body {
          align-self: center; }
          .menu-right .icon-nav .onhover-div .show-div.shopping-cart form li .media .media-body .ajaxcart__product-meta {
            padding-bottom: 3px;
            font-size: 13px;
            display: block;
            color: #666;
            text-transform: capitalize; }
          .menu-right .icon-nav .onhover-div .show-div.shopping-cart form li .media .media-body h4 {
            color: #333333;
            font-size: 15px;
            margin-bottom: 4px;
            letter-spacing: 0px;
            line-height: 20px; }
            .menu-right .icon-nav .onhover-div .show-div.shopping-cart form li .media .media-body h4 em {
              color: #333333;
              font-size: 14px;
              font-style: normal; }
            .menu-right .icon-nav .onhover-div .show-div.shopping-cart form li .media .media-body h4 span {
              color: #222222;
              font-size: 14px; }
        .menu-right .icon-nav .onhover-div .show-div.shopping-cart form li .close-circle {
          position: absolute;
          top: -2px;
          right: 0px; }
          .menu-right .icon-nav .onhover-div .show-div.shopping-cart form li .close-circle i {
            color: #a1a1a1;
            transition: all 0.3s ease; }
            .menu-right .icon-nav .onhover-div .show-div.shopping-cart form li .close-circle i:hover {
              color: black;
              transition: all 0.3s ease; }
        .menu-right .icon-nav .onhover-div .show-div.shopping-cart form li .total {
          border-top: 1px solid #f1f5f4;
          border-bottom: 1px solid #f1f5f4;
          padding-top: 10px;
          padding-bottom: 10px; }
          .menu-right .icon-nav .onhover-div .show-div.shopping-cart form li .total h5 {
            text-transform: capitalize;
            margin-bottom: 0;
            color: #999999; }
            .menu-right .icon-nav .onhover-div .show-div.shopping-cart form li .total h5 span {
              float: right; }
        .menu-right .icon-nav .onhover-div .show-div.shopping-cart form li .buttons a {
          font-size: 16px;
          color: #333333;
          text-transform: capitalize;
          font-weight: 500;
          -webkit-transition: 0.5s ease;
          -moz-transition: 0.5s ease;
          -ms-transition: 0.5s ease;
          -o-transition: 0.5s ease;
          transition: 0.5s ease; }
          .menu-right .icon-nav .onhover-div .show-div.shopping-cart form li .buttons a:hover {
            color: #f99a33; }
        .menu-right .icon-nav .onhover-div .show-div.shopping-cart form li .buttons .checkout {
          float: right;
          background: transparent;
          border: none;
          font-size: 16px;
          font-weight: 500;
          color: #333333;
          -webkit-transition: 0.5s ease;
          -moz-transition: 0.5s ease;
          -ms-transition: 0.5s ease;
          -o-transition: 0.5s ease;
          transition: 0.5s ease; }
          .menu-right .icon-nav .onhover-div .show-div.shopping-cart form li .buttons .checkout:hover {
            color: #f99a33; }
    .menu-right .icon-nav .onhover-div .show-div.shopping-cart form::-webkit-scrollbar-track {
      -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
      background-color: #F5F5F5; }
    .menu-right .icon-nav .onhover-div .show-div.shopping-cart form::-webkit-scrollbar {
      width: 3px;
      background-color: #F5F5F5; }
    .menu-right .icon-nav .onhover-div .show-div.shopping-cart form::-webkit-scrollbar-thumb {
      background-color: #f99a33;
      border: 1px solid #f99a33; }
  .menu-right .icon-nav .onhover-div .show-div.setting, .menu-right .icon-nav .onhover-div .show-div.my-account {
    padding: 15px 20px 20px;
    min-width: 175px;
    right: 0;
    left: unset;
    -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.07);
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.07);
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.07); }
    .menu-right .icon-nav .onhover-div .show-div.setting h6, .menu-right .icon-nav .onhover-div .show-div.my-account h6 {
      font-size: 15px;
      text-transform: capitalize;
      color: #333333;
      font-weight: 700;
      margin-bottom: 0;
      margin-top: 5px; }
      .menu-right .icon-nav .onhover-div .show-div.setting h6:first-child, .menu-right .icon-nav .onhover-div .show-div.my-account h6:first-child {
        margin-top: 0; }
    .menu-right .icon-nav .onhover-div .show-div.setting #translate, .menu-right .icon-nav .onhover-div .show-div.my-account #translate {
      width: auto;
      margin: 5px 0 0;
      padding: 0px 10px;
      color: #333333;
      border: none;
      font-size: 14px;
      text-transform: uppercase;
      background-color: transparent; }
    .menu-right .icon-nav .onhover-div .show-div.setting ul li, .menu-right .icon-nav .onhover-div .show-div.my-account ul li {
      display: flex;
      padding-bottom: 0;
      padding-left: 17px;
      padding-right: 17px;
      padding-top: 5px; }
      .menu-right .icon-nav .onhover-div .show-div.setting ul li a, .menu-right .icon-nav .onhover-div .show-div.my-account ul li a {
        color: #333333;
        font-weight: 400;
        font-size: 14px;
        text-transform: capitalize; }
        .menu-right .icon-nav .onhover-div .show-div.setting ul li a.selected, .menu-right .icon-nav .onhover-div .show-div.my-account ul li a.selected {
          color: #f99a33; }
  .menu-right .icon-nav .onhover-div .show-div.my-account li {
    margin-top: 7px; }
    .menu-right .icon-nav .onhover-div .show-div.my-account li a {
      text-transform: uppercase;
      font-size: 14px;
      color: #333333; }
  .menu-right .icon-nav .onhover-div .show-div li {
    padding: 0; }
    .menu-right .icon-nav .onhover-div .show-div li .form-control {
      border-radius: 0; }
      .menu-right .icon-nav .onhover-div .show-div li .form-control:focus {
        border: 1px solid #ced4da;
        box-shadow: none; }
    .menu-right .icon-nav .onhover-div .show-div li .search-btn {
      padding: 8px 12px;
      background-color: #f99a33;
      color: white; }
.menu-right.nav-icon-left .icon-nav {
  display: inline-block; }
  .menu-right.nav-icon-left .icon-nav li {
    padding-right: 20px;
    padding-left: 0px; }
    .menu-right.nav-icon-left .icon-nav li:last-child {
      padding-left: 0;
      padding-right: 0; }
  .menu-right.nav-icon-left .icon-nav .onhover-div .show-div.setting, .menu-right.nav-icon-left .icon-nav .onhover-div .show-div.my-account {
    left: unset;
    right: 0; }

.nav-cat li {
  position: relative;
  display: flex;
  padding-left: 5px;
  padding-right: 5px; }
  .nav-cat li .round-cat {
    height: 50px;
    width: 50px;
    border: 1px solid #dddddd;
    padding: 12px;
    border-radius: 100%;
    margin-right: 10px; }
  .nav-cat li a {
    color: #333333;
    font-size: 16px;
    text-transform: uppercase; }

.header-gym .main-menu .menu-right .icon-nav .mobile-search i, .header-gym .main-menu .menu-right .icon-nav .mobile-setting i, .header-gym .main-menu .menu-right .icon-nav .mobile-cart i {
  color: black; }

.new-tag {
  padding-left: 3px;
  color: #f99a33;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700; }

.category-header-2 {
  margin-bottom: 30px;
  background-color: #f99a33; }
  .category-header-2 .category-left {
    display: flex;
    position: relative;
    z-index: 7;
    /*      &:before {
           @media (min-width: 992px) {
             content: "";
             position: absolute;
             bottom: 0px;
             top: 0;
             right: 0px;
             left: 0px;
             border-bottom: 2px solid $theme-deafult;
             border-top: 2px solid $theme-deafult;
             margin: auto;
                 z-index: -1;
           }
         }
         &:after {
           content: "";
           position: absolute;
           top: 0;
           bottom: 0;
           right: 0px;
           left: 0px;
           border-left: 2px solid $theme-deafult;
           border-right: 2px solid $theme-deafult;
           margin: auto;
               z-index: -1;
         } */ }
    @media (min-width: 578px) {
      .category-header-2 .category-left {
        margin: 0; } }
    .category-header-2 .category-left .nav-block .nav-left {
      width: 320px;
      position: absolute;
      z-index: 6;
      overflow: hidden; }
      @media (max-width: 1480px) {
        .category-header-2 .category-left .nav-block .nav-left {
          width: 90%; } }
      .category-header-2 .category-left .nav-block .nav-left .navbar {
        display: flex;
        justify-content: center;
        background-color: #000000;
        padding: 15px 0px;
        cursor: pointer; }
        .category-header-2 .category-left .nav-block .nav-left .navbar h5 {
          text-transform: uppercase;
          font-size: 14px;
          line-height: 24px;
          letter-spacing: 0.6px;
          margin-left: 16px;
          font-weight: 500;
          color: white; }
      .category-header-2 .category-left .nav-block .nav-left .navbar-toggler {
        width: 17px;
        height: 17px;
        padding: 0;
        background-color: white;
        color: #000000;
        border-radius: 50%;
        font-size: 11px;
        display: flex;
        justify-content: center;
        align-items: center; }
      .category-header-2 .category-left .nav-block .nav-left .nav-cat {
        padding: 15px;
        margin-top: 0px;
        background-color: white;
        border: 1px solid #eee;
        border-bottom: 2px solid #f87e10; }
        .category-header-2 .category-left .nav-block .nav-left .nav-cat li {
          display: block;
          padding: 5px; }
          .category-header-2 .category-left .nav-block .nav-left .nav-cat li a {
            color: #4a4142;
            font-size: 14px;
            text-transform: capitalize;
            letter-spacing: 0.03em; }
          .category-header-2 .category-left .nav-block .nav-left .nav-cat li img {
            margin-right: 10px;
            border: 2px solid rgba(0, 0, 0, 0.2);
            border-radius: 50%;
            padding: 3px;
            transition: all 0.5s ease; }
          .category-header-2 .category-left .nav-block .nav-left .nav-cat li:hover > a {
            color: #f99a33; }
          .category-header-2 .category-left .nav-block .nav-left .nav-cat li:hover > img {
            border: 2px solid #f99a33; }
          .category-header-2 .category-left .nav-block .nav-left .nav-cat li .mor-slide-click {
            color: #f99a33;
            font-size: 16px;
            font-weight: 700;
            text-transform: capitalize;
            display: block;
            width: 100%;
            margin-top: 10px;
            letter-spacing: 0.5px; }
            .category-header-2 .category-left .nav-block .nav-left .nav-cat li .mor-slide-click i {
              font-size: 20px;
              float: right; }
  .category-header-2 .category-outer {
    padding: 0; }
  .category-header-2 .menu-outer-center {
    text-align: left; }
    .category-header-2 .menu-outer-center #main-nav {
      display: inline-block;
      vertical-align: middle; }
      .category-header-2 .menu-outer-center #main-nav .pixelstrap > li:nth-child(1) > a, .category-header-2 .menu-outer-center #main-nav .pixelstrap > li:nth-child(2) > a {
        padding-left: 0; }

/*=====================
05.Brand logo CSS start
==========================*/
.logo-block {
  padding: 0 15px; }
  .logo-block a:focus {
    outline: none; }
  .logo-block img {
    /*filter: grayscale(100%);*/
    opacity: 1;
    transition: .5s ease;
    margin: 0 auto;
    padding: 0 15px;
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transition: 1.2s ease;
    -moz-transition: 1.2 ease;
    -ms-transition: 1.2s ease;
    -o-transition: 1.2s ease;
    transition: 1.2s ease; }
    .logo-block img:focus {
      outline: none; }
    .logo-block img:hover {
      filter: grayscale(0);
      opacity: 1;
      -webkit-transform: rotateY(360deg);
      -moz-transform: rotateY(360deg);
      -ms-transform: rotateY(360deg);
      -o-transform: rotateY(360deg);
      transform: rotateY(360deg); }

/*=====================
06.Home-slider CSS start
==========================*/
.home-slider2 .slick-slide {
  text-align: center; }

@media (min-width: 992px) {
  .slide-banner-outer.left_pos_banner {
    order: -1; } }
.slide-banner-outer > .row .banner-main {
  margin-bottom: 30px; }
  .slide-banner-outer > .row .banner-main:last-child {
    margin-bottom: 0; }

.home-slider .slick-prev, .home-slider .slick-next, .center-slider .slick-prev, .center-slider .slick-next {
  opacity: 0;
  transform: scale(2);
  height: 24px;
  width: 24px;
  background: #f99a33;
  border-color: #f99a33;
  transition: all 0.5s ease;
  margin-top: -10px;
  /*     box-shadow: inset 0 0 0 1px rgba(255,255,255,.8); */ }
  .home-slider .slick-prev:before, .home-slider .slick-next:before, .center-slider .slick-prev:before, .center-slider .slick-next:before {
    font: normal normal normal 10px/22px FontAwesome;
    opacity: 1;
    color: white;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center; }
  .home-slider .slick-prev:hover, .home-slider .slick-prev:focus, .home-slider .slick-next:hover, .home-slider .slick-next:focus, .center-slider .slick-prev:hover, .center-slider .slick-prev:focus, .center-slider .slick-next:hover, .center-slider .slick-next:focus {
    background: black;
    border-color: black;
    /*       box-shadow: inset 0 0 0 1px rgba(#f99a33, 1); */ }
    .home-slider .slick-prev:hover:before, .home-slider .slick-prev:focus:before, .home-slider .slick-next:hover:before, .home-slider .slick-next:focus:before, .center-slider .slick-prev:hover:before, .center-slider .slick-prev:focus:before, .center-slider .slick-next:hover:before, .center-slider .slick-next:focus:before {
      color: white; }
@media (min-width: 992px) {
  .home-slider .slick-next, .center-slider .slick-next {
    right: 38px;
    top: 90%; } }
.home-slider .slick-next:before, .center-slider .slick-next:before {
  content: "\f105" !important; }
.home-slider .slick-prev, .center-slider .slick-prev {
  z-index: 1; }
  @media (min-width: 992px) {
    .home-slider .slick-prev, .center-slider .slick-prev {
      right: 90px;
      top: 90%;
      left: auto; } }
  .home-slider .slick-prev:before, .center-slider .slick-prev:before {
    content: "\f104" !important; }
.home-slider .home, .center-slider .home {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 65vh;
  min-height: 600px; }
  .home-slider .home.home1, .center-slider .home.home1 {
    background-image: url("../images/home-banner/1.jpg"); }
  .home-slider .home.home2, .center-slider .home.home2 {
    background-image: url("../images/home-banner/2.jpg"); }
  .home-slider .home.home3, .center-slider .home.home3 {
    background-image: url("../images/home-banner/3.jpg"); }
  .home-slider .home.home4, .center-slider .home.home4 {
    background-image: url("../images/home-banner/4.jpg"); }
  .home-slider .home.home5, .center-slider .home.home5 {
    background-image: url("../images/home-banner/5.jpg"); }
  .home-slider .home.home6, .center-slider .home.home6 {
    background-image: url("../images/home-banner/6.jpg"); }
  .home-slider .home.home7, .center-slider .home.home7 {
    background-image: url("../images/home-banner/7.jpg"); }
  .home-slider .home.home8, .center-slider .home.home8 {
    background-image: url("../images/home-banner/8.jpg"); }
  .home-slider .home.home9, .center-slider .home.home9 {
    background-image: url("../images/home-banner/9.jpg"); }
  .home-slider .home.home10, .center-slider .home.home10 {
    background-image: url("../images/home-banner/10.jpg"); }
  .home-slider .home.home11, .center-slider .home.home11 {
    background-image: url("../images/home-banner/11.jpg"); }
  .home-slider .home.home12, .center-slider .home.home12 {
    background-image: url("../images/home-banner/12.jpg"); }
  .home-slider .home.home13, .center-slider .home.home13 {
    background-image: url("../images/home-banner/13.jpg"); }
  .home-slider .home.home14, .center-slider .home.home14 {
    background-image: url("../images/home-banner/14.jpg"); }
  .home-slider .home.home15, .center-slider .home.home15 {
    background-image: url("../images/home-banner/15.jpg"); }
  .home-slider .home.home16, .center-slider .home.home16 {
    background-image: url("../images/home-banner/16.jpg"); }
  .home-slider .home.home17, .center-slider .home.home17 {
    background-image: url("../images/home-banner/17.jpg"); }
  .home-slider .home.home18, .center-slider .home.home18 {
    background-image: url("../images/home-banner/18.jpg"); }
  .home-slider .home.home19, .center-slider .home.home19 {
    background-image: url("../images/home-banner/19.jpg"); }
  .home-slider .home.home20, .center-slider .home.home20 {
    background-image: url("../images/home-banner/20.jpg"); }
  .home-slider .home.home21, .center-slider .home.home21 {
    background-image: url("../images/home-banner/21.jpg"); }
  .home-slider .home.home22, .center-slider .home.home22 {
    background-image: url("../images/home-banner/22.jpg"); }
  .home-slider .home.home23, .center-slider .home.home23 {
    background-image: url("../images/home-banner/23.jpg"); }
  .home-slider .home.home24, .center-slider .home.home24 {
    background-image: url("../images/home-banner/24.jpg"); }
  .home-slider .home.home25, .center-slider .home.home25 {
    background-image: url("../images/home-banner/25.jpg"); }
  .home-slider .home.home26, .center-slider .home.home26 {
    background-image: url("../images/home-banner/26.jpg"); }
  .home-slider .home.home27, .center-slider .home.home27 {
    background-image: url("../images/home-banner/27.jpg"); }
  .home-slider .home.home28, .center-slider .home.home28 {
    background-image: url("../images/home-banner/28.jpg"); }
  .home-slider .home.home29, .center-slider .home.home29 {
    background-image: url("../images/home-banner/29.jpg"); }
  .home-slider .home.home30, .center-slider .home.home30 {
    background-image: url("../images/home-banner/30.jpg"); }
  .home-slider .home.home31, .center-slider .home.home31 {
    background-image: url("../images/home-banner/31.jpg"); }
  .home-slider .home.home32, .center-slider .home.home32 {
    background-image: url("../images/home-banner/32.jpg"); }
  .home-slider .home.home33, .center-slider .home.home33 {
    background-image: url("../images/home-banner/33.jpg"); }
  .home-slider .home.home34, .center-slider .home.home34 {
    background-image: url("../images/home-banner/34.jpg"); }
  .home-slider .home.home35, .center-slider .home.home35 {
    background-image: url("../images/home-banner/35.jpg"); }
  .home-slider .home.home36, .center-slider .home.home36 {
    background-image: url("../images/home-banner/36.jpg"); }
  .home-slider .home.home37, .center-slider .home.home37 {
    background-image: url("../images/home-banner/37.jpg"); }
  .home-slider .home.home38, .center-slider .home.home38 {
    background-image: url("../images/home-banner/38.jpg"); }
  .home-slider .home.home39, .center-slider .home.home39 {
    background-image: url("../images/home-banner/39.jpg"); }
  .home-slider .home.home40, .center-slider .home.home40 {
    background-image: url("../images/home-banner/40.jpg"); }
  .home-slider .home .container, .center-slider .home .container {
    position: relative; }
    .home-slider .home .container .tools-parts, .center-slider .home .container .tools-parts {
      position: absolute;
      top: 0;
      right: 10%;
      display: flex;
      align-items: center;
      height: 85vh;
      margin-top: 50px; }
.home-slider .slider-contain, .center-slider .slider-contain {
  width: 100%;
  height: 65vh;
  min-height: 600px;
  display: flex;
  align-items: center; }
  @media (min-width: 578px) {
    .home-slider .slider-contain, .center-slider .slider-contain {
      padding: 0 26px; } }
  .home-slider .slider-contain h1, .center-slider .slider-contain h1 {
    margin-top: 0px;
    font-size: 80px;
    margin-bottom: 0px;
    font-weight: 400;
    text-transform: unset;
    font-family: "Dancing Script", cursive; }
    .home-slider .slider-contain h1 span, .center-slider .slider-contain h1 span {
      font-weight: 600; }
  .home-slider .slider-contain h4, .center-slider .slider-contain h4 {
    /*       font-weight: 700;
          letter-spacing: 0.4em; */
    color: #222222;
    font-size: 20px;
    margin-bottom: 5px;
    /*       font-family: 'Dancing Script', cursive; */ }
  .home-slider .slider-contain h3, .center-slider .slider-contain h3 {
    font-size: 16px;
    font-style: italic;
    margin-bottom: 15px;
    text-transform: capitalize;
    margin-top: 25px; }
  .home-slider .slider-contain .btn-solid, .home-slider .slider-contain .btn-outline, .center-slider .slider-contain .btn-solid, .center-slider .slider-contain .btn-outline {
    margin-top: 20px; }
.home-slider .p-left .slider-contain, .center-slider .p-left .slider-contain {
  justify-content: flex-start; }
.home-slider .p-right .slider-contain, .center-slider .p-right .slider-contain {
  justify-content: flex-end; }
.home-slider .p-center .slider-contain, .center-slider .p-center .slider-contain {
  justify-content: center; }
.home-slider .p-top .slider-contain, .center-slider .p-top .slider-contain {
  justify-content: center;
  top: 35px;
  bottom: auto;
  height: auto; }
.home-slider .p-bottom .slider-contain, .center-slider .p-bottom .slider-contain {
  justify-content: center;
  bottom: 35px;
  top: auto;
  height: auto; }
.home-slider:hover, .center-slider:hover {
  /*     .slick-next {
        right:50px;
      }
      .slick-prev {
      left: 50px;
    } */
  /*     .slick-next{
        @media (min-width: 992px) {
          right: 38px;
          top: 89%;
        }
        &:before {
          content: "\f105" !important;
        }
      }
      .slick-prev {
        @media (min-width: 992px) {
          right: 90px;
          top: 89%;
        }
      } */ }
  .home-slider:hover .slick-prev, .home-slider:hover .slick-next, .center-slider:hover .slick-prev, .center-slider:hover .slick-next {
    opacity: 1;
    transition: all 0.5s ease; }
    .home-slider:hover .slick-prev:before, .home-slider:hover .slick-next:before, .center-slider:hover .slick-prev:before, .center-slider:hover .slick-next:before {
      opacity: 1; }

.home-slider-container .slider-contain {
  padding: 0 100px; }

.layout-7 .home {
  height: 60vh; }
  .layout-7 .home .slider-contain {
    height: 60vh; }

.banner-slider .height-banner {
  height: 100%; }
.banner-slider .home {
  height: 81vh; }
  .banner-slider .home .slider-contain {
    height: 81vh; }
.banner-slider .home-banner > div {
  /*       &:last-child {
          img, span {
            margin-top: 30px;
          }
        } */ }
  .banner-slider .home-banner > div img {
    width: 100%; }

.absolute-banner {
  margin-top: -105px; }
  .absolute-banner .absolute-bg {
    background-color: white;
    position: relative;
    padding: 25px;
    box-shadow: 0 0 8px 0 #ddd; }

/*=====================
07.Instagram CSS start
==========================*/
.slick-instagram {
  margin-bottom: -5px; }

.instagram-box {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto; }
  .instagram-box img {
    width: 100%;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease; }
  .instagram-box .overlay {
    display: flex;
    align-items: center;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(90deg, rgba(250, 134, 155, 0.4902), rgba(250, 134, 155, 0.72941));
    background: linear-gradient(90deg, rgba(250, 134, 155, 0.4902), rgba(250, 134, 155, 0.72941));
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: scale(0) rotate(180deg);
    transform: scale(0) rotate(180deg);
    justify-content: center;
    left: 0; }
    .instagram-box .overlay i {
      font-size: 60px;
      color: white; }
  .instagram-box:hover img {
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
    -webkit-transform: scale(1.08);
    transform: scale(1.08); }
  .instagram-box:hover .overlay {
    opacity: 1;
    transition: .5s ease;
    transform: scale(1) rotate(0deg) !important;
    -webkit-transform: scale(1) rotate(360deg) !important;
    transform: scale(1) rotate(360deg) !important; }

/*=====================
08.Blog CSS start
==========================*/
.blog .slick-slide {
  line-height: 1; }

.blog-bg {
  background-color: #f1f5f4; }

.classic-effect {
  width: 100%;
  overflow: hidden;
  position: relative;
  border-radius: 0px;
  /* padding: 0 5px 5px 5px; */
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.07); }
  .classic-effect .search {
    display: none; }
  .classic-effect figure img {
    position: relative;
    width: 100%;
    transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -moz-transform: scale(1);
    transition: all 2s;
    -webkit-transition: all 2s;
    -moz-transition: all 2s;
    -ms-transition: all 2s;
    -o-transition: all 2s; }
  .classic-effect figure .ovrly {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.08);
    height: 100%;
    position: absolute;
    width: 100%;
    top: -50%;
    left: -30%;
    -webkit-transform: scale(0.2);
    -moz-transform: scale(0.2);
    -ms-transform: scale(0.2);
    -o-transform: scale(0.2);
    transform: scale(0.2);
    opacity: 0;
    -webkit-transition: all 1.88s;
    -moz-transition: all 1.88s;
    -o-transition: all 1.88s;
    transition: all 1.88s; }
  .classic-effect figure .buttons {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    .classic-effect figure .buttons .search-botton {
      background-color: white;
      -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
      -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
      box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      color: rgba(50, 50, 50, 0.9);
      display: inline-block;
      margin: 0 1px;
      line-height: 40px;
      font-size: 16px;
      text-align: center;
      text-decoration: none;
      width: 40px;
      height: 40px;
      -webkit-transition: all 0.2s 0.3s;
      -moz-transition: all 0.2s 0.3s;
      -o-transition: all 0.2s 0.3s;
      transition: all 0.2s 0.3s;
      opacity: 0; }

.basic-effect {
  position: relative;
  overflow: hidden; }
  .basic-effect > div {
    transition: all 0.5s ease; }
  .basic-effect:after {
    position: absolute;
    content: "";
    background: linear-gradient(-180deg, rgba(1, 239, 252, 0.8) 0%, rgba(72, 95, 242, 0.8) 99%);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 0.5s ease; }
  .basic-effect:hover:after {
    opacity: 1;
    transition: all 0.5s ease; }
  .basic-effect:hover > div {
    transform: scale(1.2) rotate(5deg);
    transition: all 0.5s ease; }

.outer-blog {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer; }
  .outer-blog:hover .classic-effect figure img {
    transform: scale(1.4);
    -webkit-transform: scale(1.4);
    -ms-transform: scale(1.4);
    -o-transform: scale(1.4);
    -moz-transform: scale(1.4); }
  .outer-blog:hover .classic-effect figure .ovrly {
    opacity: 0;
    webkit-transform: scale(3);
    -moz-transform: scale(3);
    -ms-transform: scale(3);
    -o-transform: scale(3);
    transform: scale(3); }
  .outer-blog:hover .classic-effect figure .buttons .search-botton {
    opacity: 1; }
  .outer-blog:hover .blog-details .blog-btn {
    color: #f99a33; }
    .outer-blog:hover .blog-details .blog-btn i {
      margin-left: 10px; }

.inner-option {
  /*   position: absolute;
    background: $white;
    bottom: 12px;
    left: 12px;
    padding: 6px 12px;
    text-align: center; */
  margin-bottom: 10px;
  margin-top: 4px; }
  .inner-option h4 {
    background: transparent;
    padding: 0;
    color: black;
    font-size: 18px;
    font-weight: 400;
    margin: 0;
    padding-right: 10px;
    margin-right: 6px;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
  .inner-option h5 {
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    color: #222222;
    vertical-align: middle;
    display: inline-block;
    letter-spacing: 0.5px; }

.blog-details {
  text-align: center;
  padding: 15px 15px;
  padding-top: 20px;
  border: 1px solid #eee;
  background-color: white;
  border-top: 0;
  /*   h4{
      background: transparent;
      padding: 10px 0;
      display: block;
      color: #000;
      font-size: 24px;
      font-weight: 500;
      margin: 0;
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s;
    } */ }
  .blog-details a p {
    color: #333333;
    font-size: 17px;
    text-transform: capitalize;
    font-weight: 500;
    line-height: 17px;
    letter-spacing: 0.03em;
    margin-top: 0px;
    margin-bottom: 12px;
    letter-spacing: 0.8px;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease; }
    .blog-details a p:hover {
      color: #000; }
  .blog-details h5 {
    margin-bottom: 0px; }
    .blog-details h5 p {
      font-size: 13px;
      text-transform: capitalize;
      font-weight: 400;
      letter-spacing: 0.4px;
      margin: 0;
      margin-bottom: 0px;
      line-height: 23px;
      color: #222222; }
  .blog-details h6 {
    position: relative;
    color: black;
    margin-bottom: 7px;
    top: 0;
    padding: 0px 0px 4px;
    left: 0;
    text-align: center;
    line-height: 18px;
    display: inline-block;
    text-transform: capitalize;
    letter-spacing: 0.5px; }
  .blog-details .blog-btn {
    color: black;
    padding-top: 13px;
    display: inline-block;
    text-transform: capitalize;
    -webkit-transition: 0.8s ease;
    -moz-transition: 0.8s ease;
    -ms-transition: 0.8s ease;
    -o-transition: 0.8s ease;
    transition: 0.8s ease; }
    .blog-details .blog-btn i {
      margin-left: 2px;
      -webkit-transition: 0.8s ease;
      -moz-transition: 0.8s ease;
      -ms-transition: 0.8s ease;
      -o-transition: 0.8s ease;
      transition: 0.8s ease; }

.blog-2 .blog-details h6 {
  padding: 5px 0; }

/*=====================
09.Service CSS start
==========================*/
.service-block {
  display: flex;
  align-items: center;
  justify-content: center; }
  .service-block .media {
    padding-top: 35px;
    padding-bottom: 35px; }
  .service-block .service-img {
    position: relative;
    margin-right: 15px;
    transition: all 1.2s ease;
    -webkit-transition: all 1.2s ease;
    -moz-transition: all 1.2s ease;
    -ms-transition: all 1.2s ease;
    -o-transition: all 1.2s ease; }
  .service-block img {
    opacity: 1;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-transition: 0.8s ease;
    -moz-transition: 0.8s ease;
    -ms-transition: 0.8s ease;
    -o-transition: 0.8s ease;
    transition: 0.8s ease; }
    .service-block img.img-hover {
      opacity: 0;
      transform: scale(0);
      -moz-transform: scale(0);
      -webkit-transform: scale(0);
      -o-transform: scale(0);
      -ms-transform: scale(0);
      -webkit-transition: 0.8s ease;
      -moz-transition: 0.8s ease;
      -ms-transition: 0.8s ease;
      -o-transition: 0.8s ease;
      transition: 0.8s ease; }
  .service-block h4 {
    color: black;
    font-size: 16px;
    margin-bottom: 8px;
    line-height: 16px;
    text-transform: capitalize;
    font-weight: 500;
    letter-spacing: 0.6px; }
  .service-block p {
    text-transform: capitalize;
    margin-bottom: 0;
    line-height: 21px;
    letter-spacing: 0.6px; }
  .service-block + .service-block {
    border-left: 1px solid #dddddd; }

.service_4 {
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee; }
  .service_4 .service-block {
    border: none;
    position: relative; }
    .service_4 .service-block:before {
      content: "";
      position: absolute;
      right: 0;
      top: 0;
      bottom: 0;
      margin: auto;
      background: #eee;
      height: 50px;
      width: 1px; }
    .service_4 .service-block:last-child:before {
      display: none; }
    .service_4 .service-block .media {
      display: flex;
      align-items: center;
      justify-content: center;
      -webkit-transition: 0.8s ease;
      -moz-transition: 0.8s ease;
      -ms-transition: 0.8s ease;
      -o-transition: 0.8s ease;
      transition: 0.8s ease; }
      .service_4 .service-block .media .service-img {
        min-width: 50px;
        min-height: 50px;
        position: relative;
        padding: 0px;
        text-align: center;
        -webkit-transition: 0.8s ease;
        -moz-transition: 0.8s ease;
        -ms-transition: 0.8s ease;
        -o-transition: 0.8s ease;
        transition: 0.8s ease; }
    .service_4 .service-block:hover .media .service-img {
      /*       transform: rotateY(360deg);
            -moz-transform: rotateY(360deg);
            -webkit-transform: rotateY(360deg);
            -o-transform: rotateY(360deg);
            -ms-transform: rotateY(360deg); */ }
      .service_4 .service-block:hover .media .service-img:after {
        /*         animation: 1.5s ease-out 75ms normal none infinite running shined; */ }
      .service_4 .service-block:hover .media .service-img.service-hover img {
        opacity: 0; }
        .service_4 .service-block:hover .media .service-img.service-hover img.img-hover {
          opacity: 1;
          transform: scale(1);
          -moz-transform: scale(1);
          -webkit-transform: scale(1);
          -o-transform: scale(1);
          -ms-transform: scale(1); }
    .service_4 .service-block:hover .media h4 {
      color: #000; }

@keyframes shined {
  0% {
    opacity: .3; }

  40% {
    opacity: .5;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 8px 3px rgba(249, 154, 51, 0.5), 0 0 0 10px rgba(255, 255, 255, 0.5); }

  100% {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 8px 3px rgba(249, 154, 51, 0.8), 0 0 0 10px rgba(255, 255, 255, 0.5);
    -webkit-transform: scale(1.2);
    opacity: 0; } }

.service-21 > .service {
  /*     border-bottom: 1px solid #eee;  
      border-top: 1px solid #eee; */ }

.service-block1 {
  text-align: center;
  position: relative;
  padding: 35px 0;
  cursor: pointer; }
  .service-block1:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #eee;
    height: 50px;
    width: 1px; }
  .service-block1:last-child:before {
    display: none; }
  .service-block1 .service-img {
    min-width: 60px;
    min-height: 60px;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.15);
    border-radius: 100%;
    background: #fff;
    position: relative;
    display: inline-block;
    text-align: center;
    margin-bottom: 15px;
    -webkit-transition: 0.8s ease;
    -moz-transition: 0.8s ease;
    -ms-transition: 0.8s ease;
    -o-transition: 0.8s ease;
    transition: 0.8s ease; }
  .service-block1 img {
    opacity: 1;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 54%;
    -webkit-transition: 0.8s ease;
    -moz-transition: 0.8s ease;
    -ms-transition: 0.8s ease;
    -o-transition: 0.8s ease;
    transition: 0.8s ease; }
    .service-block1 img.img-hover {
      opacity: 0;
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      margin: auto;
      -webkit-transition: 0.8s ease;
      -moz-transition: 0.8s ease;
      -ms-transition: 0.8s ease;
      -o-transition: 0.8s ease;
      transition: 0.8s ease; }
  .service-block1 h4 {
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 7px;
    font-size: 16px;
    color: black;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease; }
  .service-block1 p {
    letter-spacing: 0.03em;
    margin-bottom: 0;
    line-height: 1.5; }
  .service-block1:hover img {
    animation: jello 1000ms ease-in-out;
    animation: bounce 1000ms ease-in-out;
    animation: tada 1000ms ease-in-out;
    animation: wobble 1000ms ease-in-out; }
  .service-block1:hover .service-img.service-hover img {
    opacity: 0; }
    .service-block1:hover .service-img.service-hover img.img-hover {
      opacity: 1; }
  .service-block1:hover h4 {
    color: #f99a33; }

/*=====================
10.About CSS start
==========================*/
.about-text p {
  line-height: 24px;
  letter-spacing: 0.5px;
  text-align: center;
  margin-bottom: 0;
  margin-top: -8px; }

/*=====================
11.Banner-Timer CSS start
==========================*/
.banner-timer {
  background-size: cover;
  margin-left: 0px;
  margin-right: 0px; }
  .banner-timer .banner-text {
    padding-top: 45px;
    padding-bottom: 45px; }
    .banner-timer .banner-text h2 {
      margin-bottom: 0;
      text-align: center; }
      .banner-timer .banner-text h2 span {
        color: #f99a33; }
  .banner-timer .timer-box {
    justify-content: center;
    display: flex; }

.timer {
  padding: 7px 15px;
  margin-top: 30px;
  background-color: #2d2a25;
  display: inline-block; }
  .timer p {
    font-size: 18px;
    color: white;
    margin-bottom: 0; }
  .timer span {
    width: 70px;
    display: inline-block; }
    .timer span .timer-cal {
      font-size: 12px;
      color: #222222; }
    .timer span .padding-l {
      padding-left: 22px;
      display: inline; }

/*=====================
12.Category CSS start
==========================*/
.category-block {
  vertical-align: middle; }
  .category-block .category-image {
    margin: 0 auto;
    text-align: center;
    width: 110px;
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s ease;
    padding: 0px;
    position: relative; }
    .category-block .category-image img {
      width: 60%;
      height: auto;
      transition: all 0.5s ease; }
  .category-block .category-details {
    margin-top: 15px;
    text-align: center;
    margin-bottom: -5px; }
    .category-block .category-details h5 {
      font-weight: 700;
      margin: 0 auto;
      transition: 0.5s ease;
      text-transform: uppercase;
      padding-bottom: 5px; }
    .category-block .category-details h6 {
      margin-bottom: 0px; }

.category-slider .slick-slide .category-outer .category-block .category-image:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 100%;
  border-left: 1px solid #f99a33;
  border-right: 0px solid #f99a33;
  border-top: 4px solid #f99a33;
  border-bottom: 2px solid #f99a33;
  transform: rotate(55deg);
  -webkit-transition: 1.2s ease;
  -moz-transition: 1.2 ease;
  -ms-transition: 1.2s ease;
  -o-transition: 1.2s ease;
  transition: 1.2s ease; }
.category-slider .slick-slide:nth-child(2) .category-outer .category-block .category-image:after {
  transform: rotate(0deg); }
.category-slider .slick-slide:nth-child(3) .category-outer .category-block .category-image:after {
  transform: rotate(110deg); }
.category-slider .slick-slide:nth-child(4) .category-outer .category-block .category-image:after {
  transform: rotate(-153deg); }
.category-slider .slick-slide:nth-child(5) .category-outer .category-block .category-image:after {
  transform: rotate(-40deg); }
.category-slider .slick-slide:nth-child(6) .category-outer .category-block .category-image:after {
  transform: rotate(163deg); }
.category-slider .slick-slide:nth-child(7) .category-outer .category-block .category-image:after {
  transform: rotate(-105deg); }
.category-slider .slick-slide:nth-child(8) .category-outer .category-block .category-image:after {
  transform: rotate(-225deg); }
.category-slider .slick-slide:hover .category-block .category-image:after {
  animation: rotate 5s linear infinite; }
.category-slider .slick-slide:hover .category-block .category-image img {
  animation: pulse 5s infinite; }
.category-slider .slick-slide:hover .category-block .category-details h5 {
  color: black;
  transition: all 0.5s ease; }

.category-border {
  background-color: #f1f5f4;
  padding: 20px 10px; }
  .category-border .border-padding {
    padding: 0 10px; }
  .category-border div .category-banner {
    padding: 0;
    position: relative;
    overflow: hidden; }
    .category-border div .category-banner img {
      transform: scale(1);
      transition: 0.5s ease; }
    .category-border div .category-banner:hover img {
      transform: scale(1.1) translateX(14px);
      transition: 0.5s ease; }
    .category-border div .category-banner:hover h2 {
      color: #f99a33;
      transition: 0.5s ease; }
    .category-border div .category-banner .category-box {
      z-index: 1;
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      display: flex;
      align-items: center;
      justify-content: center; }
      .category-border div .category-banner .category-box h2 {
        background-color: white;
        display: inline-block;
        padding: 20px 35px;
        margin-bottom: 0;
        box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.4);
        transition: 0.5s ease; }

.category-bg {
  background-color: #fde4c8;
  padding: 40px 50px; }
  .category-bg .category-inner {
    margin-bottom: 30px; }
    @media (min-width: 576px) {
      .category-bg .category-inner {
        display: flex;
        text-align: center;
        align-items: center;
        margin-bottom: 80px;
        cursor: pointer; } }
    .category-bg .category-inner:last-child {
      margin-bottom: 0; }
    .category-bg .category-inner:hover .category-image .image-block:after {
      /*border-radius: 50%;*/ }
    .category-bg .category-inner:hover .category-image img {
      transform: scale(0.95) rotate(-5deg); }
    .category-bg .category-inner:hover .category-image.even img {
      transform: scale(0.95) rotate(5deg); }
    .category-bg .category-inner:hover .contain-block h2 {
      color: #f99a33;
      transition: all 0.5s ease; }
    .category-bg .category-inner:hover .contain-block h6 {
      letter-spacing: 4.5px; }
      .category-bg .category-inner:hover .contain-block h6 span {
        color: #f99a33;
        transition: all 0.5s ease; }
    .category-bg .category-inner:hover .contain-block .category-offer:before {
      width: 120px; }
  .category-bg .category-image {
    position: relative; }
    .category-bg .category-image .image-block {
      position: relative;
      display: inline-block;
      z-index: 2; }
      .category-bg .category-image .image-block:after {
        content: "";
        position: absolute;
        height: 300px;
        width: 300px;
        background-color: #f5f5f5;
        top: -40px;
        left: -40px;
        margin: 0 auto;
        z-index: -1;
        border-radius: 0;
        -webkit-transition: 0.8s ease;
        -moz-transition: 0.8s ease;
        -ms-transition: 0.8s ease;
        -o-transition: 0.8s ease;
        transition: 0.8s ease; }
    .category-bg .category-image img {
      width: 300px;
      height: auto;
      transform: scale(1) rotate(0deg);
      -webkit-transition: 1.2s ease;
      -moz-transition: 1.2 ease;
      -ms-transition: 1.2s ease;
      -o-transition: 1.2s ease;
      transition: 1.2s ease; }
    @media (min-width: 576px) {
      .category-bg .category-image.even {
        order: 2; }
        .category-bg .category-image.even .image-block:after {
          left: auto;
          right: -40px; } }
  .category-bg .contain-block h2 {
    margin-top: 15px;
    position: relative;
    font-family: "Dancing Script", cursive;
    transition: 0.5s ease; }
  .category-bg .contain-block h6 {
    color: #f99a33;
    text-transform: uppercase;
    letter-spacing: 3.5px;
    line-height: 1;
    margin-bottom: 0;
    -webkit-transition: 0.8s ease;
    -moz-transition: 0.8s ease;
    -ms-transition: 0.8s ease;
    -o-transition: 0.8s ease;
    transition: 0.8s ease; }
    .category-bg .contain-block h6 span {
      color: #7f786d;
      letter-spacing: 0.03em;
      font-weight: 700;
      transition: all 0.5s ease; }
  .category-bg .contain-block .category-offer {
    color: #333333;
    display: block;
    font-size: 15px;
    position: relative;
    letter-spacing: 0.5px;
    padding-top: 12px;
    margin-top: 12px; }
    .category-bg .contain-block .category-offer:before {
      content: "";
      position: absolute;
      width: 75px;
      height: 1px;
      background: #d2d2d2;
      top: 0;
      right: 0;
      left: 0;
      margin: auto;
      -webkit-transition: 1.2s ease;
      -moz-transition: 1.2 ease;
      -ms-transition: 1.2s ease;
      -o-transition: 1.2s ease;
      transition: 1.2s ease; }
  .category-bg .contain-block .category-btn {
    letter-spacing: 0.07em;
    margin-top: 25px;
    transition: all 0.5s ease; }

.category-m .slick-slide > div {
  margin: 0 20px; }
.category-m .category-wrapper {
  border: 1px solid #dddada;
  margin: 0 auto;
  text-align: center;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
  background-color: white; }
  .category-m .category-wrapper > div:after, .category-m .category-wrapper > div:before {
    content: "";
    width: 1px;
    height: 0;
    position: absolute;
    transition: all 0.2s linear;
    background: #f99a33;
    transition-delay: 0s; }
  .category-m .category-wrapper > div:before {
    left: 0;
    top: 0; }
  .category-m .category-wrapper > div:after {
    right: 0;
    bottom: 0; }
  .category-m .category-wrapper:after, .category-m .category-wrapper:before {
    content: "";
    width: 0;
    height: 1px;
    position: absolute;
    transition: all 0.2s linear;
    background: #f99a33; }
  .category-m .category-wrapper:before {
    right: 0;
    top: 0; }
  .category-m .category-wrapper:after {
    left: 0;
    bottom: 0; }
  .category-m .category-wrapper:hover {
    transition: all 0.5s ease; }
    .category-m .category-wrapper:hover:after, .category-m .category-wrapper:hover:before {
      transition-delay: 0s;
      width: 100%; }
    .category-m .category-wrapper:hover > div:after, .category-m .category-wrapper:hover > div:before {
      transition-delay: 0.2s;
      height: 100%; }
  .category-m .category-wrapper img {
    display: inline; }
  .category-m .category-wrapper h4 {
    text-transform: uppercase;
    color: #2d2a25;
    font-weight: 700;
    margin-bottom: 0;
    padding-bottom: 25px;
    padding-top: 25px; }
  .category-m .category-wrapper .btn {
    margin-top: 20px; }
  .category-m .category-wrapper .category-link li {
    display: block;
    text-transform: capitalize;
    margin-top: 5px; }
    .category-m .category-wrapper .category-link li:first-child {
      margin-top: 0; }
    .category-m .category-wrapper .category-link li a {
      color: #948e8c; }
      .category-m .category-wrapper .category-link li a:hover {
        color: #f99a33; }

.background {
  background-color: #f1f5f4;
  padding: 20px 10px;
  margin: 0; }
  .background .contain-bg {
    width: 100%;
    background-color: white;
    padding-top: 45px;
    padding-bottom: 45px;
    text-align: center;
    transition: all 0.5s ease; }
    .background .contain-bg h4 {
      color: #333333;
      text-transform: uppercase;
      font-weight: 700;
      margin-bottom: 0;
      transition: all 0.5s ease; }
    .background .contain-bg:hover {
      background-color: #fef0e0; }
      .background .contain-bg:hover h4 {
        color: #f99a33;
        transition: all 0.5s ease; }

@keyframes rotate {
  0% {
    /*     transform: rotate(360deg); */ }

  100% {
    transform: rotate(1440deg); } }

/*=====================
13.Product Box CSS start
==========================*/
.product-m .slick-slide > div {
  padding: 13px; }

.color-variant li {
  display: inline-block;
  height: 20px;
  width: 20px;
  border-radius: 100%;
  margin-right: 5px;
  transition: all 0.1s ease;
  vertical-align: middle; }

.no-slider .product-box {
  width: 100%;
  flex: 0 0 25%;
  max-width: calc(25% - 30px);
  margin: 0 15px 30px;
  border-radius: 0px; }
  .no-slider .product-box.absolute-product {
    width: 100%;
    flex: 0 0 25%;
    max-width: calc(25% - 30px);
    margin: 0 15px 30px; }
  .no-slider .product-box:nth-last-child(-n+4) {
    margin: 0 15px 0; }

.product-para p {
  margin-bottom: 0;
  padding-bottom: 30px;
  line-height: 24px;
  letter-spacing: 0.05em; }

.absolute-product.product-box {
  width: 100%;
  display: inline-block;
  padding-bottom: 10px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  margin: 10px 0; }
  .absolute-product.product-box .img-wrapper {
    border-radius: 5px 5px 0 0; }
  .absolute-product.product-box .product-detail {
    text-align: center;
    margin-top: 0;
    padding: 0 15px; }
    .absolute-product.product-box .product-detail .color-variant {
      padding-top: 5px; }
      .absolute-product.product-box .product-detail .color-variant li {
        height: 16px;
        width: 16px; }
    .absolute-product.product-box .product-detail .cart-bottom {
      border-top: 1px solid #ddd;
      padding-top: 10px;
      margin-top: 10px; }
      .absolute-product.product-box .product-detail .cart-bottom form {
        display: inline-block; }
        .absolute-product.product-box .product-detail .cart-bottom form button {
          border: none;
          background-color: transparent; }
      .absolute-product.product-box .product-detail .cart-bottom i {
        color: #828282;
        font-size: 18px;
        padding-right: 7px;
        padding-left: 7px;
        transition: all 0.5s ease; }
        .absolute-product.product-box .product-detail .cart-bottom i:hover {
          color: #f99a33;
          transition: all 0.5s ease; }
    .absolute-product.product-box .product-detail .rating {
      margin-top: 10px; }

.product-box, .product-wrap {
  position: relative;
  transition: all 0.5s ease;
  border: 1px solid #e5e5e5;
  padding-bottom: 0px; }
  .product-box .img-block, .product-wrap .img-block {
    background-color: #f9f9f9;
    position: relative;
    overflow: hidden; }
    .product-box .img-block .front, .product-wrap .img-block .front {
      opacity: 1;
      top: 0;
      left: 0;
      transition: all 0.5s ease; }
    .product-box .img-block .back, .product-wrap .img-block .back {
      opacity: 0;
      position: absolute;
      backface-visibility: hidden;
      top: 0;
      left: 0;
      transition: all 0.5s ease;
      transform: scale(0.78); }
    .product-box .img-block .lable-wrapper, .product-wrap .img-block .lable-wrapper {
      margin: 0 auto;
      top: 40px;
      position: absolute;
      left: 0;
      right: 0;
      text-align: center;
      transition: all 0.5s ease;
      z-index: 2; }
      .product-box .img-block .lable-wrapper .lable1, .product-box .img-block .lable-wrapper .lable2, .product-wrap .img-block .lable-wrapper .lable1, .product-wrap .img-block .lable-wrapper .lable2 {
        font-size: 14px;
        padding: 10px 14px 10px 20px;
        display: inline-block;
        text-transform: uppercase;
        text-align: center; }
      .product-box .img-block .lable-wrapper .lable1, .product-wrap .img-block .lable-wrapper .lable1 {
        background-color: #98ca3c;
        color: #fff;
        border-bottom-left-radius: 25px;
        border-top-left-radius: 25px; }
        .product-box .img-block .lable-wrapper .lable1.square, .product-wrap .img-block .lable-wrapper .lable1.square {
          border-radius: 0px; }
        .product-box .img-block .lable-wrapper .lable1.small, .product-wrap .img-block .lable-wrapper .lable1.small {
          font-size: 12px;
          padding: 5px 10px 5px 14px; }
        .product-box .img-block .lable-wrapper .lable1.center, .product-wrap .img-block .lable-wrapper .lable1.center {
          display: inline-block; }
        .product-box .img-block .lable-wrapper .lable1.left, .product-wrap .img-block .lable-wrapper .lable1.left {
          position: absolute;
          top: -30px;
          left: 5px; }
        .product-box .img-block .lable-wrapper .lable1.right, .product-wrap .img-block .lable-wrapper .lable1.right {
          position: absolute;
          top: -30px;
          right: 5px; }
      .product-box .img-block .lable-wrapper .lable2, .product-wrap .img-block .lable-wrapper .lable2 {
        background-color: #ff4545;
        color: #ffffff;
        border-bottom-right-radius: 25px;
        border-top-right-radius: 25px; }
        .product-box .img-block .lable-wrapper .lable2.square, .product-wrap .img-block .lable-wrapper .lable2.square {
          border-radius: 0px; }
        .product-box .img-block .lable-wrapper .lable2.small, .product-wrap .img-block .lable-wrapper .lable2.small {
          font-size: 12px;
          padding: 5px 10px 5px 14px; }
        .product-box .img-block .lable-wrapper .lable2.center, .product-wrap .img-block .lable-wrapper .lable2.center {
          display: inline-block; }
        .product-box .img-block .lable-wrapper .lable2.left, .product-wrap .img-block .lable-wrapper .lable2.left {
          position: absolute;
          top: -30px;
          left: 5px; }
        .product-box .img-block .lable-wrapper .lable2.right, .product-wrap .img-block .lable-wrapper .lable2.right {
          position: absolute;
          top: -30px;
          right: 5px; }
    .product-box .img-block .product-thumb-list, .product-wrap .img-block .product-thumb-list {
      position: absolute;
      bottom: 0;
      left: 0; }
      .product-box .img-block .product-thumb-list li, .product-wrap .img-block .product-thumb-list li {
        display: block;
        opacity: 0.3; }
        .product-box .img-block .product-thumb-list li.active, .product-wrap .img-block .product-thumb-list li.active {
          opacity: 1; }
  .product-box .img-wrapper, .product-wrap .img-wrapper {
    position: relative;
    overflow: hidden; }
    .product-box .img-wrapper .front, .product-wrap .img-wrapper .front {
      opacity: 1;
      top: 0;
      left: 0;
      transition: all 0.5s ease; }
    .product-box .img-wrapper .back, .product-wrap .img-wrapper .back {
      opacity: 0;
      position: absolute;
      backface-visibility: hidden;
      top: 0;
      left: 0;
      transition: all 0.5s ease;
      transform: scale(0.78); }
    .product-box .img-wrapper .cart-box, .product-wrap .img-wrapper .cart-box {
      position: absolute;
      margin: 0 auto;
      display: inline-block;
      right: 0;
      left: 0;
      border-radius: 50px;
      width: max-content;
      padding: 12px 15px;
      box-shadow: 0 0 12px 0 #dddddd;
      bottom: 30px;
      background-color: white;
      opacity: 0;
      transition: all 0.2s ease; }
      .product-box .img-wrapper .cart-box button, .product-wrap .img-wrapper .cart-box button {
        background: none;
        box-shadow: none;
        border: none;
        padding: 0; }
      .product-box .img-wrapper .cart-box i, .product-wrap .img-wrapper .cart-box i {
        color: #6f6f6f;
        font-size: 18px;
        padding-left: 8px;
        padding-right: 8px;
        transition: all 0.2s ease;
        display: inline-block; }
        .product-box .img-wrapper .cart-box i:hover, .product-wrap .img-wrapper .cart-box i:hover {
          color: white;
          transition: all 0.2s ease; }
    .product-box .img-wrapper .lable-block .lable3, .product-wrap .img-wrapper .lable-block .lable3 {
      z-index: 1;
      color: #fff;
      background-color: #98ca3c;
      font-size: 11px;
      font-weight: 400;
      text-align: center;
      line-height: 11px;
      padding: 2px 3px;
      top: 15px;
      left: 15px;
      position: absolute;
      text-transform: uppercase;
      border-radius: 4px;
      letter-spacing: 0.5px; }
      .product-box .img-wrapper .lable-block .lable3.square, .product-wrap .img-wrapper .lable-block .lable3.square {
        border-radius: 0; }
      .product-box .img-wrapper .lable-block .lable3.small, .product-wrap .img-wrapper .lable-block .lable3.small {
        font-size: 11px;
        padding: 8px 3px; }
      .product-box .img-wrapper .lable-block .lable3.right, .product-wrap .img-wrapper .lable-block .lable3.right {
        right: 15px;
        left: auto; }
    .product-box .img-wrapper .lable-block .lable4, .product-wrap .img-wrapper .lable-block .lable4 {
      position: absolute;
      font-size: 12px;
      font-weight: 400;
      text-transform: uppercase;
      top: 15px;
      right: 15px;
      text-align: center;
      line-height: 13px;
      letter-spacing: 0.5px;
      z-index: 1;
      padding: 3px;
      border-radius: 4px;
      background-color: #ff4545;
      color: #ffffff; }
      .product-box .img-wrapper .lable-block .lable4.small, .product-wrap .img-wrapper .lable-block .lable4.small {
        font-size: 10px;
        padding: 6px 0px; }
      .product-box .img-wrapper .lable-block .lable4.left, .product-wrap .img-wrapper .lable-block .lable4.left {
        left: 15px;
        right: auto; }
      .product-box .img-wrapper .lable-block .lable4.square, .product-wrap .img-wrapper .lable-block .lable4.square {
        border-radius: 0; }
    .product-box .img-wrapper .product-thumb-list, .product-wrap .img-wrapper .product-thumb-list {
      position: absolute;
      bottom: 0;
      left: 0; }
      .product-box .img-wrapper .product-thumb-list li, .product-wrap .img-wrapper .product-thumb-list li {
        display: block;
        opacity: 0.3; }
        .product-box .img-wrapper .product-thumb-list li.active, .product-wrap .img-wrapper .product-thumb-list li.active {
          opacity: 1; }
  .product-box .cart-info, .product-box .cart-wrap, .product-wrap .cart-info, .product-wrap .cart-wrap {
    position: absolute;
    bottom: 40px;
    text-align: center;
    margin: 0 auto;
    display: inline-block;
    right: 0;
    left: 0;
    justify-content: center;
    opacity: 0;
    transition: all 0.5s ease; }
    .product-box .cart-info a [class^="ti-"], .product-box .cart-info a [class*=" ti-"], .product-box .cart-wrap a [class^="ti-"], .product-box .cart-wrap a [class*=" ti-"], .product-wrap .cart-info a [class^="ti-"], .product-wrap .cart-info a [class*=" ti-"], .product-wrap .cart-wrap a [class^="ti-"], .product-wrap .cart-wrap a [class*=" ti-"] {
      display: inline-block; }
    .product-box .cart-info.cart-wrap, .product-box .cart-wrap.cart-wrap, .product-wrap .cart-info.cart-wrap, .product-wrap .cart-wrap.cart-wrap {
      bottom: 12px;
      right: 15px;
      text-align: right;
      left: unset;
      margin: auto; }
      .product-box .cart-info.cart-wrap a, .product-box .cart-wrap.cart-wrap a, .product-wrap .cart-info.cart-wrap a, .product-wrap .cart-wrap.cart-wrap a {
        display: block;
        margin: 4px 0; }
        .product-box .cart-info.cart-wrap a.quick-view i, .product-box .cart-wrap.cart-wrap a.quick-view i, .product-wrap .cart-info.cart-wrap a.quick-view i, .product-wrap .cart-wrap.cart-wrap a.quick-view i {
          font-size: 18px;
          line-height: 19px;
          padding: 10px; }
      .product-box .cart-info.cart-wrap i, .product-box .cart-wrap.cart-wrap i, .product-wrap .cart-info.cart-wrap i, .product-wrap .cart-wrap.cart-wrap i {
        display: block;
        padding: 12px;
        border-radius: 0px;
        -webkit-transition: 0.5s ease;
        -moz-transition: 0.5s ease;
        -ms-transition: 0.5s ease;
        -o-transition: 0.5s ease;
        transition: 0.5s ease; }
      .product-box .cart-info.cart-wrap.cart-effect-left, .product-box .cart-wrap.cart-wrap.cart-effect-left, .product-wrap .cart-info.cart-wrap.cart-effect-left, .product-wrap .cart-wrap.cart-wrap.cart-effect-left {
        left: 0;
        right: unset; }
    .product-box .cart-info button, .product-box .cart-wrap button, .product-wrap .cart-info button, .product-wrap .cart-wrap button {
      background: none;
      box-shadow: none;
      border: none;
      padding: 0; }
    .product-box .cart-info i, .product-box .cart-wrap i, .product-wrap .cart-info i, .product-wrap .cart-wrap i {
      color: white;
      font-size: 15px;
      padding-right: 10px;
      padding-left: 10px;
      background-color: #f99a33;
      margin-bottom: 0px; }
      .product-box .cart-info i:hover, .product-box .cart-wrap i:hover, .product-wrap .cart-info i:hover, .product-wrap .cart-wrap i:hover {
        color: white;
        background-color: black; }
  .product-box .cart-detail, .product-wrap .cart-detail {
    position: absolute;
    bottom: 15px;
    right: 20px;
    opacity: 0; }
    .product-box .cart-detail i, .product-wrap .cart-detail i {
      color: black;
      font-size: 14px;
      background: #f99a33;
      padding: 9px;
      margin: 4px 0px 0px;
      border-radius: 50%;
      display: flex;
      -webkit-transition: 0.5s ease;
      -moz-transition: 0.5s ease;
      -ms-transition: 0.5s ease;
      -o-transition: 0.5s ease;
      transition: 0.5s ease; }
      .product-box .cart-detail i:hover, .product-wrap .cart-detail i:hover {
        background: black; }
    .product-box .cart-detail button, .product-wrap .cart-detail button {
      background: none;
      box-shadow: none;
      border: none;
      padding: 0; }
  .product-box .product-detail, .product-box .product-info, .product-wrap .product-detail, .product-wrap .product-info {
    padding: 0 10px;
    padding-top: 0;
    margin-top: -5px;
    min-height: 130px;
    display: flex;
    justify-content: center;
    flex-direction: column; }
    @media (max-width: 991px) {
      .product-box .product-detail, .product-box .product-info, .product-wrap .product-detail, .product-wrap .product-info {
        margin-top: 4px;
        margin-bottom: 8px; } }
    .product-box .product-detail .rating, .product-box .product-info .rating, .product-wrap .product-detail .rating, .product-wrap .product-info .rating {
      margin: 0px;
      /*       margin-bottom: 8px; */ }
      .product-box .product-detail .rating .spr-badge-starrating, .product-box .product-info .rating .spr-badge-starrating, .product-wrap .product-detail .rating .spr-badge-starrating, .product-wrap .product-info .rating .spr-badge-starrating {
        margin: 0; }
      .product-box .product-detail .rating i, .product-box .product-info .rating i, .product-wrap .product-detail .rating i, .product-wrap .product-info .rating i {
        padding-right: 5px; }
        .product-box .product-detail .rating i:nth-child(-n + 4), .product-box .product-info .rating i:nth-child(-n + 4), .product-wrap .product-detail .rating i:nth-child(-n + 4), .product-wrap .product-info .rating i:nth-child(-n + 4) {
          color: #ffa200; }
        .product-box .product-detail .rating i:last-child, .product-box .product-info .rating i:last-child, .product-wrap .product-detail .rating i:last-child, .product-wrap .product-info .rating i:last-child {
          color: #dddddd; }
    .product-box .product-detail h6, .product-box .product-info h6, .product-wrap .product-detail h6, .product-wrap .product-info h6 {
      /*       line-height: 1;
            margin-bottom: 0;
            padding-top: 0px;
            padding-bottom: 10px;
            transition: all 0.5s ease;
            font-size: 15px; */
      letter-spacing: 0.5px;
      color: #222222;
      text-transform: capitalize;
      text-align: center;
      font-size: 14px;
      font-weight: 600;
      width: auto;
      line-height: 20px;
      float: unset;
      clear: left;
      vertical-align: middle;
      padding: 0;
      margin: 0; }
      @media (max-width: 991px) {
        .product-box .product-detail h6, .product-box .product-info h6, .product-wrap .product-detail h6, .product-wrap .product-info h6 {
          float: none;
          display: block;
          text-align: center; } }
    .product-box .product-detail .pro_grid_desc, .product-box .product-info .pro_grid_desc, .product-wrap .product-detail .pro_grid_desc, .product-wrap .product-info .pro_grid_desc {
      display: none; }
    .product-box .product-detail h4, .product-box .product-info h4, .product-wrap .product-detail h4, .product-wrap .product-info h4 {
      font-size: 13px;
      color: #f99a33;
      font-weight: 600;
      margin-bottom: 0;
      letter-spacing: 0;
      transition: all 0.5s ease;
      vertical-align: middle;
      margin: 0;
      float: right;
      clear: right;
      line-height: 23px; }
      @media (max-width: 991px) {
        .product-box .product-detail h4, .product-box .product-info h4, .product-wrap .product-detail h4, .product-wrap .product-info h4 {
          float: none;
          display: block;
          text-align: center; } }
      .product-box .product-detail h4 del, .product-box .product-info h4 del, .product-wrap .product-detail h4 del, .product-wrap .product-info h4 del {
        color: #999999;
        font-size: 13px;
        font-weight: 500;
        margin-left: 3px;
        vertical-align: bottom; }
      .product-box .product-detail h4 span.login-price, .product-box .product-info h4 span.login-price, .product-wrap .product-detail h4 span.login-price, .product-wrap .product-info h4 span.login-price {
        font-size: 14px;
        display: block;
        color: #f99a33; }
    .product-box .product-detail span.login-price, .product-box .product-info span.login-price, .product-wrap .product-detail span.login-price, .product-wrap .product-info span.login-price {
      font-size: 14px;
      display: block;
      color: #f99a33; }
    .product-box .product-detail .color-variant, .product-box .product-info .color-variant, .product-wrap .product-detail .color-variant, .product-wrap .product-info .color-variant {
      padding-top: 10px; }
      .product-box .product-detail .color-variant li, .product-box .product-info .color-variant li, .product-wrap .product-detail .color-variant li, .product-wrap .product-info .color-variant li {
        display: inline-block;
        height: 22px;
        width: 22px;
        margin-right: 5px;
        transition: all 0.1s ease;
        cursor: pointer; }
        .product-box .product-detail .color-variant li.square, .product-box .product-info .color-variant li.square, .product-wrap .product-detail .color-variant li.square, .product-wrap .product-info .color-variant li.square {
          border-radius: 0; }
        .product-box .product-detail .color-variant li.round, .product-box .product-info .color-variant li.round, .product-wrap .product-detail .color-variant li.round, .product-wrap .product-info .color-variant li.round {
          border-radius: 100%; }
    .product-box .product-detail .size-variant, .product-box .product-info .size-variant, .product-wrap .product-detail .size-variant, .product-wrap .product-info .size-variant {
      padding-top: 10px; }
      .product-box .product-detail .size-variant li, .product-box .product-info .size-variant li, .product-wrap .product-detail .size-variant li, .product-wrap .product-info .size-variant li {
        display: inline-block;
        width: auto;
        min-width: 24px;
        height: 24px;
        font-size: 14px;
        text-align: center;
        color: #222222;
        border: 1px solid;
        line-height: 20px;
        margin-right: 5px;
        cursor: pointer;
        padding: 0 3px; }
        .product-box .product-detail .size-variant li.square, .product-box .product-info .size-variant li.square, .product-wrap .product-detail .size-variant li.square, .product-wrap .product-info .size-variant li.square {
          border-radius: 0; }
        .product-box .product-detail .size-variant li.round, .product-box .product-info .size-variant li.round, .product-wrap .product-detail .size-variant li.round, .product-wrap .product-info .size-variant li.round {
          border-radius: 100%; }
    .product-box .product-detail .advanced_add_cart, .product-box .product-info .advanced_add_cart, .product-wrap .product-detail .advanced_add_cart, .product-wrap .product-info .advanced_add_cart {
      margin-top: 10px;
      position: relative; }
      .product-box .product-detail .advanced_add_cart .variantsList, .product-box .product-info .advanced_add_cart .variantsList, .product-wrap .product-detail .advanced_add_cart .variantsList, .product-wrap .product-info .advanced_add_cart .variantsList {
        display: block;
        width: 100%;
        height: 30px;
        font-size: 14px;
        padding: 4px 22px 4px 10px;
        margin: auto;
        text-transform: capitalize;
        border: 1px solid #dddddd;
        color: #222222;
        -webkit-appearance: none;
        -moz-appearance: none;
        background: whitesmoke url(dropdown.png) no-repeat 93%; }
      .product-box .product-detail .advanced_add_cart .product_grid_cart_form, .product-box .product-info .advanced_add_cart .product_grid_cart_form, .product-wrap .product-detail .advanced_add_cart .product_grid_cart_form, .product-wrap .product-info .advanced_add_cart .product_grid_cart_form {
        position: absolute;
        width: auto;
        height: 100%;
        right: 0;
        top: 0; }
        .product-box .product-detail .advanced_add_cart .product_grid_cart_form button, .product-box .product-info .advanced_add_cart .product_grid_cart_form button, .product-wrap .product-detail .advanced_add_cart .product_grid_cart_form button, .product-wrap .product-info .advanced_add_cart .product_grid_cart_form button {
          font-size: 15px;
          padding: 0px 14px 0px;
          height: 100%;
          line-height: 1;
          border: none;
          background: #f99a33;
          color: white; }
  .product-box .product-info, .product-wrap .product-info {
    padding: 0;
    text-align: center;
    position: relative;
    margin-top: 15px; }
    .product-box .product-info .add-btn, .product-wrap .product-info .add-btn {
      position: absolute;
      bottom: 7px;
      margin: 0 auto;
      left: 0;
      right: 0;
      opacity: 0;
      transition: all 0.2s ease; }
      .product-box .product-info .add-btn i, .product-wrap .product-info .add-btn i {
        color: #f99a33; }
      .product-box .product-info .add-btn .btn-outline, .product-wrap .product-info .add-btn .btn-outline {
        transition: all 0.2s ease;
        color: #f99a33;
        background: white; }
        .product-box .product-info .add-btn .btn-outline:hover, .product-wrap .product-info .add-btn .btn-outline:hover {
          color: white;
          background: #f99a33; }
          .product-box .product-info .add-btn .btn-outline:hover i, .product-wrap .product-info .add-btn .btn-outline:hover i {
            color: white; }
  .product-box.effect-center .front img, .product-wrap.effect-center .front img {
    transition: all 0.5s ease; }
  .product-box.effect-center .img-wrapper .cart-box, .product-wrap.effect-center .img-wrapper .cart-box {
    bottom: 20%;
    transition: all 0.5s ease; }
  .product-box:hover.effect-center .front img, .product-wrap:hover.effect-center .front img {
    opacity: 0.3;
    transition: all 0.5s ease; }
  .product-box:hover.effect-center .img-wrapper .cart-box, .product-wrap:hover.effect-center .img-wrapper .cart-box {
    bottom: 35%;
    transition: all 0.5s ease; }
  .product-box:hover .img-block .first, .product-box:hover .img-wrapper .first, .product-wrap:hover .img-block .first, .product-wrap:hover .img-wrapper .first {
    opacity: 0;
    transition: all 0.5s ease; }
  .product-box:hover .img-block .back, .product-box:hover .img-wrapper .back, .product-wrap:hover .img-block .back, .product-wrap:hover .img-wrapper .back {
    opacity: 1;
    transition: all 0.5s ease;
    transform: scale(1);
    width: 100%; }
  .product-box:hover .cart-info, .product-wrap:hover .cart-info {
    opacity: 1;
    transition: all 0.5s ease; }
    .product-box:hover .cart-info button, .product-wrap:hover .cart-info button {
      animation: fadeInUp 300ms ease-in-out; }
    .product-box:hover .cart-info a:nth-child(2) i, .product-wrap:hover .cart-info a:nth-child(2) i {
      animation: fadeInUp 500ms ease-in-out; }
    .product-box:hover .cart-info a:nth-child(3) i, .product-wrap:hover .cart-info a:nth-child(3) i {
      animation: fadeInUp 700ms ease-in-out; }
    .product-box:hover .cart-info a:nth-child(4) i, .product-wrap:hover .cart-info a:nth-child(4) i {
      animation: fadeInUp 1000ms ease-in-out; }
  .product-box:hover .cart-wrap button, .product-wrap:hover .cart-wrap button {
    animation: fadeInRight 400ms ease-in-out; }
  .product-box:hover .cart-wrap a:nth-child(1) i, .product-wrap:hover .cart-wrap a:nth-child(1) i {
    animation: fadeInRight 400ms ease-in-out; }
  .product-box:hover .cart-wrap a:nth-child(2) i, .product-wrap:hover .cart-wrap a:nth-child(2) i {
    animation: fadeInRight 400ms ease-in-out; }
  .product-box:hover .cart-wrap a:nth-child(3) i, .product-wrap:hover .cart-wrap a:nth-child(3) i {
    animation: fadeInRight 400ms ease-in-out; }
  .product-box:hover .cart-wrap a:nth-child(4) i, .product-wrap:hover .cart-wrap a:nth-child(4) i {
    animation: fadeInRight 400ms ease-in-out; }
  .product-box:hover .cart-wrap.cart-effect-left button, .product-wrap:hover .cart-wrap.cart-effect-left button {
    animation: fadeInLeft 300ms ease-in-out; }
  .product-box:hover .cart-wrap.cart-effect-left a:nth-child(1) i, .product-wrap:hover .cart-wrap.cart-effect-left a:nth-child(1) i {
    animation: fadeInLeft 500ms ease-in-out; }
  .product-box:hover .cart-wrap.cart-effect-left a:nth-child(2) i, .product-wrap:hover .cart-wrap.cart-effect-left a:nth-child(2) i {
    animation: fadeInLeft 500ms ease-in-out; }
  .product-box:hover .cart-wrap.cart-effect-left a:nth-child(3) i, .product-wrap:hover .cart-wrap.cart-effect-left a:nth-child(3) i {
    animation: fadeInLeft 700ms ease-in-out; }
  .product-box:hover .cart-wrap.cart-effect-left a:nth-child(4) i, .product-wrap:hover .cart-wrap.cart-effect-left a:nth-child(4) i {
    animation: fadeInLeft 1000ms ease-in-out; }
  .product-box:hover .cart-detail, .product-wrap:hover .cart-detail {
    opacity: 1;
    transition: all 0.5s ease; }
    .product-box:hover .cart-detail button, .product-wrap:hover .cart-detail button {
      animation: fadeInRight 300ms ease-in-out; }
    .product-box:hover .cart-detail a:nth-child(2) i, .product-wrap:hover .cart-detail a:nth-child(2) i {
      animation: fadeInRight 500ms ease-in-out; }
    .product-box:hover .cart-detail a:nth-child(3) i, .product-wrap:hover .cart-detail a:nth-child(3) i {
      animation: fadeInRight 700ms ease-in-out; }
    .product-box:hover .cart-detail a:nth-child(4) i, .product-wrap:hover .cart-detail a:nth-child(4) i {
      animation: fadeInRight 1000ms ease-in-out; }
  .product-box:hover .product-info, .product-wrap:hover .product-info {
  /*h4 {
  opacity: 0;
  transition: all 0.5s ease;
}
  .color-variant {
  opacity: 0;
  transition: all 0.1s ease;
}*/ }
    .product-box:hover .product-info .add-btn, .product-wrap:hover .product-info .add-btn {
      opacity: 1;
      transition: all 0.2s ease;
      animation: fadeInUp 500ms ease-in-out; }
  .product-box:hover .img-wrapper .cart-box, .product-wrap:hover .img-wrapper .cart-box {
    opacity: 1;
    transition: all 0.2s ease;
    animation: fadeInUp 400ms ease-in-out; }

.no-color-varient .product-box:hover .product-info a h6, .no-color-varient .product-wrap:hover .product-info a h6 {
  opacity: 0;
  transition: all 0.5s ease; }

.prdslider-baner .product-box .product-detail h4 del, .prdslider-baner .product-box .product-info h4 del, .prdslider-baner .product-wrap .product-detail h4 del, .prdslider-baner .product-wrap .product-info h4 del {
  display: none; }

.addtocart_count {
  position: relative; }
  @media (min-width: 768px) {
    .addtocart_count .product-box:hover {
      /*         .product-detail {
                .prd-hover-show {
                  opacity: 0; 
            }
            }
              .qty-add-box{
              opacity: 1;
            } */ }
      .addtocart_count .product-box:hover .qty-add-box .add_to_cart_btn_cls {
        color: #ffffff;
        border: 1px solid #f99a33;
        background-color: #f99a33; } }
  @media (min-width: 768px) {
    .addtocart_count .product-box .product-detail .prd-hover-show {
      /*           opacity: 1;
                -webkit-transition: 0.5s ease;
                -moz-transition: 0.5s ease;
                -ms-transition: 0.5s ease;
                -o-transition: 0.5s ease;
                transition: 0.5s ease; */ } }
  .addtocart_count .product-box .qty-add-box {
    clear: both; }
    @media (min-width: 768px) {
      .addtocart_count .product-box .qty-add-box {
        /*         position: absolute;
                left: 0;
                right: 0;
                margin: 6px 0;
                opacity: 0;
                z-index: 1;
                -webkit-transition: 0.5s ease;
                -moz-transition: 0.5s ease;
                -ms-transition: 0.5s ease;
                -o-transition: 0.5s ease;
                transition: 0.5s ease; */ } }
    .addtocart_count .product-box .qty-add-box .add_to_cart_btn_cls {
      /*         padding: 1px 15px;
              border-radius: 20px;
              border-bottom-left-radius: 0;
              border-top-left-radius: 0; */
      /*         border-radius: 0px;
              background-color: #fff; */
      border: 1px solid #ddd;
      border-radius: 0px;
      padding: 1px 33px;
      cursor: pointer;
      transition: all 500ms ease 0s;
      margin-left: 10px; }
      @media (max-width: 991px) {
        .addtocart_count .product-box .qty-add-box .add_to_cart_btn_cls {
          padding: 1px 24px; } }
      .addtocart_count .product-box .qty-add-box .add_to_cart_btn_cls i {
        font-size: 13px;
        line-height: 25px; }
      .addtocart_count .product-box .qty-add-box .add_to_cart_btn_cls:hover {
        background-color: #000000;
        border-color: #000000;
        color: #ffffff; }
    .addtocart_count .product-box .qty-add-box .qty-box label {
      display: inline-block;
      margin-right: 8px;
      margin-bottom: 0;
      color: #232323; }
    .addtocart_count .product-box .qty-add-box .qty-box > form {
      display: inline-flex !important;
      /*         margin: 10px 0; */
      margin-top: 8px;
      margin-bottom: 0px; }
    .addtocart_count .product-box .qty-add-box .qty-box .input-group {
      width: auto;
      margin: 0; }
      .addtocart_count .product-box .qty-add-box .qty-box .input-group .form-control {
        width: 80px;
        flex: unset;
        padding: 0 0px;
        /*           border-radius: 20px;
                  border-bottom-right-radius: 0;
                  border-top-right-radius: 0; */
        border-radius: 0px;
        -webkit-appearance: textfield;
        background-color: #fff;
        border: 1px solid #ddd; }
        @media (max-width: 991px) {
          .addtocart_count .product-box .qty-add-box .qty-box .input-group .form-control {
            width: 58px; } }
  .addtocart_count .product-box .qty-selector {
    z-index: 2 !important;
    position: absolute !important;
    top: 10px !important;
    width: 120px;
    bottom: auto !important;
    left: 12px !important;
    margin: auto !important;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.06); }
    .addtocart_count .product-box .qty-selector .quick-view-product {
      position: unset !important;
      max-width: unset !important;
      background: unset !important;
      transform: unset !important;
      padding: unset !important; }
      .addtocart_count .product-box .qty-selector .quick-view-product .primary_block {
        padding: unset !important;
        display: unset !important;
        background: transparent !important; }
  .addtocart_count .product-box .product-detail {
    text-align: center; }
    .addtocart_count .product-box .product-detail .advanced_add_cart {
      /*         @media(min-width: 1200px) {
                width: 62%;
              } */
      margin: auto;
      margin-bottom: 7px;
      margin-top: 8px;
      width: 100%; }
    .addtocart_count .product-box .product-detail .spr-badge {
      display: none; }
    .addtocart_count .product-box .product-detail .detail-title .detail-right {
      text-align: center;
      justify-content: center; }
  .addtocart_count .product-box .cart-info {
    bottom: 40px;
    right: 10px; }
    .addtocart_count .product-box .cart-info a i {
      /*           background-color: #e2e2e2;
                border-radius: 100%;
                margin: 10px 0;
                padding: 12px;
                font-size: 16px;
                color: #313131; */ }
  .addtocart_count .product-box .add-button {
    padding: 8px 10px;
    width: 100%;
    border: none;
    background-color: white;
    color: black; }
  .addtocart_count .product-box:hover .add-button {
    bottom: 0;
    transition: all 0.5s ease; }
  .addtocart_count .addtocart_btn {
    position: relative; }
    .addtocart_count .addtocart_btn .cart_qty {
      width: 100%; }
      .addtocart_count .addtocart_btn .cart_qty.qty-box {
        position: absolute;
        bottom: 0;
        z-index: 4;
        display: none; }
        .addtocart_count .addtocart_btn .cart_qty.qty-box .input-group .form-control {
          width: 100%;
          padding: 6px 3px; }
          .addtocart_count .addtocart_btn .cart_qty.qty-box .input-group .form-control:focus {
            border-color: #efefef;
            box-shadow: none; }
        .addtocart_count .addtocart_btn .cart_qty.qty-box .input-group button {
          background: black !important;
          color: white;
          position: absolute;
          height: 100%;
          z-index: 9; }
          .addtocart_count .addtocart_btn .cart_qty.qty-box .input-group button.quantity-left-minus {
            left: 0; }
          .addtocart_count .addtocart_btn .cart_qty.qty-box .input-group button.quantity-right-plus {
            right: 0; }
          .addtocart_count .addtocart_btn .cart_qty.qty-box .input-group button i {
            color: white !important; }
        .addtocart_count .addtocart_btn .cart_qty.qty-box .input-group button i {
          color: black; }
      .addtocart_count .addtocart_btn .cart_qty.open {
        display: block; }

/*=====================
14.Theme tab CSS start
==========================*/
.theme-tab {
  position: relative; }
  .theme-tab .tab-content {
    display: none; }
    .theme-tab .tab-content[style="display: block;"] .product-box, .theme-tab .tab-content[style="display: block;"] .tab-box {
      animation: zoomIn 300ms ease-in-out; }
    .theme-tab .tab-content .slick-prev, .theme-tab .tab-content .slick-next {
      top: 50%; }
    .theme-tab .tab-content .product-tab .tab-box {
      background-color: white;
      width: 100%;
      flex: 0 0 25%;
      max-width: calc(25% - 10px);
      margin: 0 5px 10px; }
      .theme-tab .tab-content .product-tab .tab-box:nth-last-child(-n + 4) {
        margin: 0 5px 0; }
      .theme-tab .tab-content .product-tab .tab-box .product-box2 img {
        height: 250px;
        padding: 15px;
        transition: all 0.5s ease; }
      .theme-tab .tab-content .product-tab .tab-box .product-box2 .media .media-body .rating {
        margin-top: 0; }
        .theme-tab .tab-content .product-tab .tab-box .product-box2 .media .media-body .rating i {
          padding-right: 0; }
          .theme-tab .tab-content .product-tab .tab-box .product-box2 .media .media-body .rating i:nth-child(-n + 4) {
            color: #ffa200; }
          .theme-tab .tab-content .product-tab .tab-box .product-box2 .media .media-body .rating i:last-child {
            color: #dddddd; }
      .theme-tab .tab-content .product-tab .tab-box .product-box2 .media .media-body a h6 {
        margin-right: 35px;
        line-height: 17px;
        margin-top: 5px;
        margin-bottom: 0; }
      .theme-tab .tab-content .product-tab .tab-box .product-box2 .media .media-body h4 {
        font-size: 20px;
        margin-top: 5px;
        font-weight: 700;
        color: #333333;
        margin-bottom: 0; }
      .theme-tab .tab-content .product-tab .tab-box .product-box2 .media .media-body .color-variant li {
        display: inline-block;
        height: 20px;
        width: 20px;
        border-radius: 100%;
        margin-right: 2px;
        margin-top: 20px;
        transition: all 0.1s ease;
        margin-bottom: 0;
        cursor: pointer; }
      .theme-tab .tab-content .product-tab .tab-box:hover .product-box2 img {
        transform: scale(1.03);
        transition: all 0.5s ease; }
  .theme-tab .tab-title, .theme-tab .tab-title2 {
    text-align: center;
    font-size: 16px;
    margin-bottom: 6px; }
    .theme-tab .tab-title .current, .theme-tab .tab-title2 .current {
      background-color: #f99a33; }
      .theme-tab .tab-title .current a, .theme-tab .tab-title2 .current a {
        color: white; }
    .theme-tab .tab-title li, .theme-tab .tab-title2 li {
      padding: 8px 17px;
      margin: 0 7px;
      font-weight: 500;
      /*       background-color: $theme-secondary;
            border: 1px solid $theme-secondary; */
      -webkit-transition: 0.5s ease;
      -moz-transition: 0.5s ease;
      -ms-transition: 0.5s ease;
      -o-transition: 0.5s ease;
      transition: 0.5s ease; }
    .theme-tab .tab-title a, .theme-tab .tab-title2 a {
      color: #333333;
      text-transform: capitalize;
      -webkit-transition: 0.5s ease;
      -moz-transition: 0.5s ease;
      -ms-transition: 0.5s ease;
      -o-transition: 0.5s ease;
      transition: 0.5s ease; }
  .theme-tab .tab-title2 {
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase; }
    .theme-tab .tab-title2:after {
      content: "";
      position: absolute;
      border: 1px solid #f1f5f4;
      width: 100%;
      left: 0;
      top: 17px;
      z-index: -1; }
    .theme-tab .tab-title2 .current {
      background-color: white; }
      .theme-tab .tab-title2 .current a {
        background-color: white; }

.tab-bg {
  background-color: #fef5ea;
  padding: 70px 50px 70px 50px; }
  .tab-bg.tab-grey-bg {
    background-color: #f9f9f9; }
  .tab-bg .theme-tab .tab-title {
    margin-bottom: 30px; }

.feature-tabs-prd .theme-tab .tab-title, .feature-tabs-prd .theme-tab .tab-title2 {
  margin-bottom: 30px; }

.two-row-prd-slider.special-offer .product-m .slick-slide > div {
  margin: 0px 15px; }

/*=====================
15.Banner CSS start
==========================*/
.full-banner {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 190px;
  padding-bottom: 190px;
  background-position: center; }
  .full-banner.parallax-banner1 {
    background-image: url("../images/parallax/1.jpg"); }
  .full-banner.parallax-banner2 {
    background-image: url("../images/parallax/2.jpg"); }
  .full-banner.parallax-banner3 {
    background-image: url("../images/parallax/3.jpg"); }
  .full-banner.parallax-banner4 {
    background-image: url("../images/parallax/4.jpg"); }
  .full-banner.parallax-banner5 {
    background-image: url("../images/parallax/5.jpg"); }
  .full-banner.parallax-banner6 {
    background-image: url("../images/parallax/6.jpg"); }
  .full-banner.parallax-banner7 {
    background-image: url("../images/parallax/7.jpg"); }
  .full-banner.parallax-banner8 {
    background-image: url("../images/parallax/8.jpg"); }
  .full-banner.parallax-banner9 {
    background-image: url("../images/parallax/9.jpg"); }
  .full-banner.parallax-banner10 {
    background-image: url("../images/parallax/10.jpg"); }
  .full-banner.parallax-banner11 {
    background-image: url("../images/parallax/11.jpg"); }
  .full-banner.parallax-banner12 {
    background-image: url("../images/parallax/12.jpg"); }
  .full-banner.parallax-banner13 {
    background-image: url("../images/parallax/13.jpg"); }
  .full-banner.parallax-banner14 {
    background-image: url("../images/parallax/14.jpg"); }
  .full-banner.parallax-banner15 {
    background-image: url("../images/parallax/15.jpg"); }
  .full-banner.parallax-banner16 {
    background-image: url("../images/parallax/16.jpg"); }
  .full-banner.parallax-banner17 {
    background-image: url("../images/parallax/17.jpg"); }
  .full-banner.parallax-banner18 {
    background-image: url("../images/parallax/18.jpg"); }
  .full-banner.parallax-banner19 {
    background-image: url("../images/parallax/19.jpg"); }
  .full-banner.parallax-banner20 {
    background-image: url("../images/parallax/20.jpg"); }
  .full-banner.parallax-layout {
    padding-top: 350px;
    padding-bottom: 350px; }
    .full-banner.parallax-layout .banner-contain h4 {
      color: #7f786d; }
  .full-banner.parallax-banner-prd {
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll; }
    .full-banner.parallax-banner-prd .tools-parts {
      position: absolute;
      right: 24px;
      width: 35%;
      top: -12px; }
      @media (max-width: 1799px) {
        .full-banner.parallax-banner-prd .tools-parts {
          display: none; } }
  .full-banner.banner-layout-3 .banner-contain h4 {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    margin-bottom: 25px;
    position: relative;
    letter-spacing: 0.4px; }
    .full-banner.banner-layout-3 .banner-contain h4 span {
      color: #f99a33 !important; }
  .full-banner.banner-layout-3 .banner-contain .color {
    color: #f99a33;
    line-height: 1;
    padding-top: 0; }
  .full-banner.parallax {
    background-attachment: fixed; }
  .full-banner.p-left .banner-contain {
    float: left; }
  .full-banner.p-right .banner-contain {
    float: right; }
  .full-banner.p-center .banner-contain {
    left: 0;
    right: 0;
    margin: 0 auto; }
  .full-banner .banner-contain .btn-solid, .full-banner .banner-contain .btn-outline {
    margin-top: 28px; }
  .full-banner .banner-contain h2 {
    font-size: 90px;
    font-weight: 500;
    line-height: 85px;
    margin-bottom: 40px;
    letter-spacing: 0;
    font-family: "Dancing Script", cursive; }
    .full-banner .banner-contain h2 span {
      color: #f99a33 !important; }
  .full-banner .banner-contain h3 {
    font-size: 27px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 20px;
    font-style: italic;
    letter-spacing: 4px;
    text-transform: capitalize; }
    .full-banner .banner-contain h3 span {
      color: #f99a33 !important; }
  .full-banner .banner-contain h4 {
    font-size: 24px;
    color: #222222;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5em;
    padding-top: 10px;
    margin-bottom: 0; }

.parallax-cls section:nth-child(odd) .full-banner {
  background-position: right; }
.parallax-cls section:nth-child(even) .full-banner {
  background-position: left; }

.advertise-section {
  padding-bottom: 105px;
  padding-top: 105px;
  background-position: top; }
  .advertise-section .banner-contain {
    background-color: rgba(255, 255, 255, 0.9);
    padding: 40px 0;
    width: 90%;
    border: 3px solid #f99a33; }
    .advertise-section .banner-contain h2 {
      font-size: 75px; }

/*=====================
16.Collection Banner CSS start
==========================*/
.collection-banner {
  position: relative;
  overflow: hidden;
  z-index: 0; }
  .collection-banner .banner-img {
    /*     &:before{
          background: rgba($white, 0.12) none repeat scroll 0 0;
          bottom: 0;
          content: "";
          left: 0;
          top: 0;
          position: absolute;
          transform: rotateY(0deg);
          opacity: 0;
          -khtml-opacity: 0;
          -moz-opacity: 0;
          width: 100%;
          height: 100%;
          -webkit-transition: 1.2s ease;
          -moz-transition: 1.2 ease;
          -ms-transition: 1.2s ease;
          -o-transition: 1.2s ease;
          transition: 1.2s ease;
        } */ }
    .collection-banner .banner-img:before, .collection-banner .banner-img:after {
      content: "";
      top: 10px;
      right: 10px;
      bottom: 10px;
      left: 10px;
      position: absolute;
      z-index: 9;
      opacity: 0;
      filter: alpha(opacity=0);
      -webkit-transition: all 0.5s ease-in;
      -moz-transition: all 0.5s ease-in;
      -ms-transition: all 0.5s ease-in;
      -o-transition: all 0.5s ease-in;
      transition: all 0.5s ease-in; }
    .collection-banner .banner-img:before {
      border-top: 1px solid rgba(255, 255, 255, 0.8);
      border-bottom: 1px solid rgba(255, 255, 255, 0.8);
      -webkit-transform: scale(0, 1);
      -ms-transform: scale(0, 1);
      transform: scale(0, 1);
      transform-origin: center;
      -webkit-transition: all 0.5s ease-in;
      -moz-transition: all 0.5s ease-in;
      -ms-transition: all 0.5s ease-in;
      -o-transition: all 0.5s ease-in;
      transition: all 0.5s ease-in; }
    .collection-banner .banner-img:after {
      border-left: 1px solid rgba(255, 255, 255, 0.8);
      border-right: 1px solid rgba(255, 255, 255, 0.8);
      -webkit-transform: scale(1, 0);
      -ms-transform: scale(1, 0);
      transform: scale(1, 0);
      transform-origin: center;
      -webkit-transition: all 0.5s ease-in;
      -moz-transition: all 0.5s ease-in;
      -ms-transition: all 0.5s ease-in;
      -o-transition: all 0.5s ease-in;
      transition: all 0.5s ease-in; }
  .collection-banner img {
    width: 100%;
    -webkit-transition: 0.8s ease;
    -moz-transition: 0.8s ease;
    -ms-transition: 0.8s ease;
    -o-transition: 0.8s ease;
    transition: 0.8s ease; }
  .collection-banner.p-left .contain-banner {
    justify-content: flex-start; }
  .collection-banner.p-right .contain-banner {
    justify-content: flex-end; }
  .collection-banner.p-center .contain-banner {
    justify-content: center; }
  .collection-banner.p-top .contain-banner {
    justify-content: center;
    top: 35px;
    bottom: auto;
    height: auto; }
  .collection-banner.p-bottom .contain-banner {
    justify-content: center;
    bottom: 35px;
    top: auto;
    height: auto; }
  .collection-banner .contain-banner {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
    z-index: 9; }
    .collection-banner .contain-banner.banner-3 {
      padding-left: 50px;
      padding-right: 50px; }
      .collection-banner .contain-banner.banner-3 h2 {
        font-size: 36px;
        letter-spacing: 0.05em;
        color: white;
        margin-top: 5px;
        margin-bottom: 0; }
      .collection-banner .contain-banner.banner-3 h4 {
        color: white; }
    .collection-banner .contain-banner h4 {
      color: #f99a33;
      font-weight: 500;
      text-transform: capitalize;
      margin-bottom: 4px;
      letter-spacing: 0.5px;
      font-family: "Montserrat", "HelveticaNeue", "Helvetica Neue", sans-serif;
      font-size: 18px; }
    .collection-banner .contain-banner h2 {
      font-size: 46px;
      color: #333333;
      margin-bottom: 12px;
      font-family: "Dancing Script", cursive; }
    .collection-banner .contain-banner .btn {
      direction: ltr; }
      .collection-banner .contain-banner .btn i {
        font-size: 15px; }
    .collection-banner .contain-banner .absolute-contain {
      position: absolute;
      background-color: #ffffff;
      bottom: -22px;
      left: 50%;
      transform: translateX(-50%);
      padding: 20px;
      box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.35);
      min-width: 85%;
      text-align: center;
      transition: all 0.5s ease; }
      .collection-banner .contain-banner .absolute-contain h3 {
        color: #f99a33;
        text-transform: capitalize;
        margin-top: -5px;
        font-weight: 700; }
      .collection-banner .contain-banner .absolute-contain h4 {
        color: black;
        margin-bottom: 0; }
  .collection-banner.absolute-btm {
    overflow: visible; }
    .collection-banner.absolute-btm:hover img {
      transform: scale(1);
      transition: all 0.5s ease; }
  .collection-banner:hover .banner-img {
    /*        opacity: 1;
            -khtml-opacity: 1;
            -moz-opacity: 1;
            transform: rotateY(180deg); */ }
    .collection-banner:hover .banner-img:before {
      opacity: 1;
      filter: alpha(opacity=100);
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1); }
    .collection-banner:hover .banner-img:after {
      opacity: 1;
      filter: alpha(opacity=100);
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1); }
  .collection-banner:hover img {
    transform: scale(1.12); }

.collection_banner .col-md-4 .collection-banner .contain-banner h2 {
  font-size: 40px;
  font-weight: 700;
  color: #333333;
  letter-spacing: 0.1em; }

.banner-furniture {
  padding-left: 15px;
  padding-right: 15px; }
  .banner-furniture .collection-banner .contain-banner.banner-3 h2 {
    color: #333333;
    margin-bottom: 0; }
  .banner-furniture .collection-banner .contain-banner.banner-3 h4 {
    color: #f99a33; }

.banner-goggles .collection-banner .contain-banner.banner-3 h2 {
  color: #333333; }
.banner-goggles .collection-banner .contain-banner.banner-3 h4 {
  color: #f99a33; }

.slide-banner-outer .collection-banner .contain-banner {
  height: 54%; }

/*=====================
17.look-book demo CSS start
==========================*/
.lookbook-section {
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 25px; }
  .lookbook-section .lookbook-img > div + div img {
    margin-top: 25px; }

/*=====================
17.1.Game Demo css
==========================*/
.game-back {
  background-image: url("https://i.pinimg.com/originals/e0/80/08/e08008c19c8e9e1b0074baf36d699407.jpg");
  background-blend-mode: overlay;
  background-color: rgba(0, 0, 0, 0.6); }
  .game-back .pixelstrap.sm-horizontal > li > a {
    color: white; }
    .game-back .pixelstrap.sm-horizontal > li > a:hover, .game-back .pixelstrap.sm-horizontal > li > a.active {
      color: white; }
  .game-back .onhover-div img {
    filter: brightness(100); }
  .game-back .main-menu.border-section {
    border-bottom: none; }
  .game-back .main-menu .menu-left .navbar i {
    color: white; }

.main-banner-bg {
  background: url("../images/main-banner-bg.jpg");
  padding: 45px 0; }
  .main-banner-bg .small-slider {
    border: 20px solid white; }
    .main-banner-bg .small-slider .home-slider .home .slider-contain {
      align-items: flex-end; }
      .main-banner-bg .small-slider .home-slider .home .slider-contain h1, .main-banner-bg .small-slider .home-slider .home .slider-contain h4 {
        color: white; }
      .main-banner-bg .small-slider .home-slider .home .slider-contain > div {
        margin-bottom: 30px; }

.game-product .theme-tab .tab-title .current a, .game-product .theme-tab .tab-title2 .current a {
  border-bottom: 2px solid #f99a33;
  padding-bottom: 5px; }
.game-product.product-box .product-detail {
  text-align: center; }
.game-product.product-box .cart-info {
  bottom: 30px;
  right: 10px; }
  .game-product.product-box .cart-info a i {
    background-color: white;
    border-radius: 100%;
    margin: 10px 0;
    padding: 8px;
    font-size: 16px; }
.game-product.product-box .add-button {
  background-color: #f99a33;
  color: white;
  text-align: center;
  font-size: 18px;
  text-transform: capitalize;
  position: absolute;
  width: 100%;
  bottom: -40px;
  padding: 5px 0;
  transition: all 0.5s ease;
  cursor: pointer;
  border: none;
  left: 0; }
.game-product.product-box:hover .cart-info a:nth-child(1) i {
  animation: fadeInRight 300ms ease-in-out; }
.game-product.product-box:hover .add-button {
  bottom: 0;
  transition: all 0.5s ease; }
.game-product .img-wrapper img {
  width: 100%; }

.game-banner .banner-timer {
  background-image: url(../images/banner-game.jpg);
  background-blend-mode: overlay;
  background-color: rgba(0, 0, 0, 0.4);
  margin-left: 0;
  margin-right: 0; }
  .game-banner .banner-timer .banner-text h2 {
    color: white; }
.game-banner .timer {
  background-color: rgba(45, 42, 37, 0.4); }

.game-slider .theme-card .offer-slider img {
  height: 220px; }

.bg-footer {
  background: url("../images/game/footer.jpg");
  background-position: bottom; }
  .bg-footer .light-layout {
    background-color: transparent; }

.game-parallax .full-banner.parallax {
  background-blend-mode: overlay;
  background-color: rgba(0, 0, 0, 0.6); }
.game-parallax .full-banner .banner-contain h3, .game-parallax .full-banner .banner-contain h4 {
  color: white; }

.effect-cls {
  position: relative; }
  .effect-cls:after {
    content: "";
    position: absolute;
    background: url(top.png);
    top: -1px;
    width: 100%;
    height: 85px;
    z-index: 1;
    background-repeat: no-repeat; }
  .effect-cls:before {
    content: "";
    position: absolute;
    background: url(back.png);
    bottom: -12px;
    width: 100%;
    height: 110px;
    z-index: 1; }
  .effect-cls.footer-effect:before {
    display: none; }

/*=====================
17.2. Gym demo CSS start
==========================*/
.gym-parallax .title1 h2 {
  color: white; }
.gym-parallax .product-para p {
  color: white; }
.gym-parallax .instagram-box .overlay {
  background: linear-gradient(-180deg, rgba(1, 239, 252, 0.8) 0%, rgba(72, 95, 242, 0.8) 99%); }

.gym-product {
  text-align: center; }
  .gym-product.product-box {
    background-color: white;
    padding: 0px;
    transition: all 0.5s ease; }
    .gym-product.product-box .img-wrapper {
      position: relative; }
      .gym-product.product-box .img-wrapper:after {
        content: '';
        height: 40px;
        width: 100%;
        position: absolute;
        left: 0;
        bottom: 14px;
        right: 0;
        text-align: center;
        margin: 0 auto;
        border: 50px solid #f8f8f8;
        border-bottom: 0;
        border-radius: 100%/0px 0px 100px 100px;
        z-index: 2; }
      .gym-product.product-box .img-wrapper:before {
        content: '';
        height: 60px;
        width: 100%;
        position: absolute;
        left: 0;
        bottom: 0px;
        right: 0;
        text-align: center;
        margin: 0 auto;
        background: #fff;
        z-index: 1; }
      .gym-product.product-box .img-wrapper a img {
        margin: auto; }
      .gym-product.product-box .img-wrapper .cart-info {
        z-index: 1;
        display: flex;
        left: 0;
        right: 0;
        margin: auto;
        align-items: center;
        bottom: 0;
        top: auto;
        z-index: 3; }
        .gym-product.product-box .img-wrapper .cart-info i {
          background: #f99a33;
          color: rgba(0, 0, 0, 0.8);
          border-radius: 100%;
          margin: 0 5px;
          transition: all 0.5s ease; }
        .gym-product.product-box .img-wrapper .cart-info form {
          transform: translateY(-6px); }
        .gym-product.product-box .img-wrapper .cart-info a:first-child {
          transform: translateY(-6px); }
        .gym-product.product-box .img-wrapper .cart-info a:nth-child(2), .gym-product.product-box .img-wrapper .cart-info a:nth-child(3) {
          transform: translateY(-1px); }
        .gym-product.product-box .img-wrapper .cart-info a:last-child {
          transform: translateY(-6px); }
        .gym-product.product-box .img-wrapper .cart-info button:hover i, .gym-product.product-box .img-wrapper .cart-info a:hover i {
          background: black;
          color: white; }
    .gym-product.product-box .product-detail h6 {
      color: #222222; }
    .gym-product.product-box .product-detail h4 {
      color: #333333 !important; }
    .gym-product.product-box:hover {
      /*transform: scale(1.02);*/
      transition: all 0.5s ease; }
      .gym-product.product-box:hover .img-wrapper .cart-info {
        opacity: 1;
        transition: all 0.5s ease; }
        .gym-product.product-box:hover .img-wrapper .cart-info button {
          animation: fadeInDown 400ms ease-in-out; }
        .gym-product.product-box:hover .img-wrapper .cart-info a:nth-child(2) i {
          animation: fadeInDown 400ms ease-in-out; }
        .gym-product.product-box:hover .img-wrapper .cart-info a:nth-child(3) i {
          animation: fadeInDown 400ms ease-in-out; }
        .gym-product.product-box:hover .img-wrapper .cart-info a:nth-child(4) i {
          animation: fadeInDown 400ms ease-in-out; }
  .gym-product .partition-cls > div:nth-child(-n + 4) {
    margin-bottom: 30px; }

.gym-blog .blog-details {
  text-align: left;
  padding-left: 0; }
  .gym-blog .blog-details p {
    margin-bottom: 3px; }

.gym-banner .collection-banner .contain-banner h4, .gym-banner .collection-banner .contain-banner h2 {
  color: white; }

.bg-img-footer.overlay-cls {
  background-blend-mode: overlay;
  background-color: rgba(0, 0, 0, 0.85); }
.bg-img-footer .dark-layout {
  background-color: transparent; }
.bg-img-footer .footer-theme2 p {
  color: white; }
.bg-img-footer .footer-theme2 h4 {
  position: relative; }
.bg-img-footer .footer-theme2 .contact-details li {
  color: white; }
  .bg-img-footer .footer-theme2 .contact-details li a {
    color: white; }
.bg-img-footer .sub-footer.darker-subfooter {
  background: black; }
  .bg-img-footer .sub-footer.darker-subfooter p {
    color: white; }

.tap-top.gradient-top {
  background: linear-gradient(180deg, #01effc 0%, #485ff2 99%); }

/*=====================
17.3. Jewellery demo CSS start
==========================*/
.bg_cls {
  background-color: #fafafa; }

.j-box.product-box {
  width: auto;
  display: inline-block;
  border: 1px solid #eeeeee;
  border-radius: 3px;
  position: relative;
  overflow: hidden;
  text-align: center; }
  .j-box.product-box .cart-info {
    display: flex;
    left: 0;
    bottom: -30px;
    transition: all 0.5s ease; }
    .j-box.product-box .cart-info > form {
      margin: 0 2px; }
    .j-box.product-box .cart-info a {
      margin: 0 2px; }
      .j-box.product-box .cart-info a i {
        padding: 10px; }
  .j-box.product-box .product-detail {
    padding-bottom: 15px; }
    @media (min-width: 768px) {
      .j-box.product-box .product-detail {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 12px;
        position: relative;
        /*         &:before{
                  content: "";
                  position: absolute;
                  width: 86%;
                  height: 1px;
                  background: $white-dark;
                  left: 0;
                  right: 0;
                  margin: auto;
                  top: 0;
                } */ } }
  .j-box.product-box:hover .img-wrapper .cart-info {
    opacity: 1;
    transition: all 0.5s ease;
    bottom: 0; }
    .j-box.product-box:hover .img-wrapper .cart-info button {
      animation: none; }
    .j-box.product-box:hover .img-wrapper .cart-info a:nth-child(2) i {
      animation: none; }
    .j-box.product-box:hover .img-wrapper .cart-info a:nth-child(3) i {
      animation: none; }
    .j-box.product-box:hover .img-wrapper .cart-info a:nth-child(4) i {
      animation: none; }

.jewel-footer .sub-footer.black-subfooter {
  background-color: #f1f5f4; }

.home.bg-position {
  background-position: top; }

/*=====================
17.4. pets demo CSS start
==========================*/
.pets-box.product-box .img-wrapper .cart-info {
  /*background-color: rgba($theme-deafult, 0.5);*/
  padding: 10px;
  border: none;
  bottom: 0; }
  .pets-box.product-box .img-wrapper .cart-info button, .pets-box.product-box .img-wrapper .cart-info a {
    transform: perspective(500px) rotateX(90deg);
    transition: all 0.7s ease;
    transition-delay: 0.1s; }
  .pets-box.product-box .img-wrapper .cart-info a:nth-child(2) {
    transition-delay: 0.2s; }
  .pets-box.product-box .img-wrapper .cart-info a:nth-child(3) {
    transition-delay: 0.3s; }
  .pets-box.product-box .img-wrapper .cart-info a:nth-child(4) {
    transition-delay: 0.4s; }
  .pets-box.product-box .img-wrapper .cart-info i {
    padding: 7px;
    margin: 0 2px;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease; }
  .pets-box.product-box .img-wrapper .cart-info a {
    border-left: none; }
.pets-box.product-box .img-wrapper .rating {
  text-align: center; }
  @media (min-width: 768px) {
    .pets-box.product-box .img-wrapper .rating {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 10px;
      margin: auto;
      opacity: 1;
      -webkit-transition: 0.6s ease;
      -moz-transition: 0.6s ease;
      -ms-transition: 0.6s ease;
      -o-transition: 0.6s ease;
      transition: 0.6s ease; } }
.pets-box.product-box .product-detail {
  text-align: center;
  background-color: transparent; }
  .pets-box.product-box .product-detail .rating {
    margin-top: 0;
    padding-top: 15px; }
.pets-box.product-box:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.08); }
  .pets-box.product-box:hover .cart-info {
    opacity: 1;
    z-index: 3;
    transition: all 0.5s ease; }
    .pets-box.product-box:hover .cart-info button {
      animation: none;
      transform: perspective(500px) rotateX(0deg);
      transition-delay: 0.1s; }
    .pets-box.product-box:hover .cart-info a {
      animation: none;
      transform: perspective(500px) rotateX(0deg); }
      .pets-box.product-box:hover .cart-info a:nth-child(2) {
        transition-delay: 0.2s; }
      .pets-box.product-box:hover .cart-info a:nth-child(3) {
        transition-delay: 0.3s; }
      .pets-box.product-box:hover .cart-info a:nth-child(4) {
        transition-delay: 0.4s; }
  @media (min-width: 768px) {
    .pets-box.product-box:hover .rating {
      -webkit-transition: 0.38s ease;
      -moz-transition: 0.38s ease;
      -ms-transition: 0.38s ease;
      -o-transition: 0.38s ease;
      transition: 0.38s ease;
      opacity: 0; } }

#shopify-section-footer-7 .footer-top {
  padding-top: 46px; }
  #shopify-section-footer-7 .footer-top ul.contact-list li {
    margin-bottom: 15px; }
    #shopify-section-footer-7 .footer-top ul.contact-list li i {
      margin-right: 8px; }
  #shopify-section-footer-7 .footer-top ul li {
    display: block;
    margin-bottom: 14px; }
  #shopify-section-footer-7 .footer-top ul:last-child {
    margin-bottom: 0; }
#shopify-section-footer-7 .store-about .footer-contant > h2 {
  margin-bottom: 18px; }

footer .download-app {
  display: inline-block;
  margin-top: 20px; }
  footer .download-app .app1, footer .download-app .app2 {
    display: inline-block;
    vertical-align: middle;
    margin: 0px 15px; }
footer a {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s; }
  footer a:hover {
    color: #f99a33 !important; }
footer.pet-layout-footer .box-layout {
  background-color: #f5e1d0; }
footer.pet-layout-footer .footer-brand-logo {
  margin-bottom: 20px; }
footer.pet-layout-footer .sub-footer.black-subfooter {
  background-color: #f99a33; }
footer.pet-layout-footer .sub-footer p {
  padding: 15px 0;
  color: white; }
footer.pet-layout-footer .social-white {
  display: block;
  margin-top: 40px;
  margin-bottom: 30px; }

.form_search {
  height: 45px;
  box-shadow: 0 0 0 1px #e2e2e2;
  overflow: hidden;
  position: relative;
  width: 525px;
  background-color: #f5f5f5;
  border-radius: 25px; }
  .form_search input {
    width: 100%;
    height: 45px;
    font-size: 16px;
    color: darkgrey;
    border: none;
    outline: none;
    background: none;
    padding: 0 10px; }
  .form_search button {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 40px;
    height: 35px;
    padding: 0;
    border: none;
    outline: none;
    cursor: pointer;
    background-color: transparent;
    border-radius: 5px; }
    .form_search button i {
      font-size: 18px;
      color: #f99a33; }

.blog.blog_box .blog-details {
  text-align: left;
  padding: 0; }
  .blog.blog_box .blog-details p {
    font-size: 14px;
    text-transform: none;
    color: #333333;
    font-weight: 400;
    margin-bottom: 8px;
    margin-top: 3px; }
  .blog.blog_box .blog-details a p {
    color: #40494f;
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 0;
    margin-top: 10px; }
  .blog.blog_box .blog-details .read-cls {
    text-transform: capitalize;
    font-weight: 700; }

.pet-decor {
  position: absolute;
  left: 110px;
  bottom: -164px; }

.full-banner {
  padding-top: 130px;
  padding-bottom: 130px;
  background-blend-mode: overlay; }

/*=====================
17.5. tools demo CSS start
==========================*/
.tools-bg {
  background-color: #f5f5f5; }
  .tools-bg section {
    background-color: #f5f5f5; }

.tools-parallax.small-slider .home-slider .home .slider-contain h4, .tools-parallax.small-slider .home-slider .home .slider-contain h1 {
  color: white; }

.tools-parallax-product.full-banner {
  padding-top: 110px;
  padding-bottom: 110px; }
.tools-parallax-product .tools-description h3 {
  color: white;
  text-transform: uppercase;
  margin-top: -5px; }
.tools-parallax-product .tools-description .tools-form .search-box {
  width: 75%;
  margin: 20px 0; }
  .tools-parallax-product .tools-description .tools-form .search-box select {
    text-transform: capitalize; }
.tools-parallax-product .tools-description .tools-form .btn-find {
  width: 75%;
  padding: 7px 29px;
  background-size: 1000px; }
.tools-parallax-product .tools-grey .slick-prev, .tools-parallax-product .tools-grey .slick-next {
  transform: scale(1.5); }

.tools_slider .home-slider .home .container {
  position: relative; }
.tools_slider .home-slider .home .tools-parts {
  position: absolute;
  top: 0;
  right: 10%;
  display: flex;
  align-items: center;
  height: 85vh;
  margin-top: 50px; }
.tools_slider .home-slider .home .tools-parts1 {
  position: absolute;
  top: 0;
  right: 20%;
  display: flex;
  align-items: center;
  height: 85vh;
  margin-top: 50px; }
.tools_slider .home-slider .slider-contain {
  margin-top: 70px;
  margin-left: 150px; }
  .tools_slider .home-slider .slider-contain h4, .tools_slider .home-slider .slider-contain h1 {
    color: white; }

.tools-grey.product-box {
  width: 100%;
  display: inline-block;
  overflow: hidden;
  background-color: white;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.05); }
  .tools-grey.product-box .img-wrapper .lable-block {
    transition: all 0.5s ease; }
  .tools-grey.product-box .cart-info {
    display: flex;
    left: 0;
    bottom: -30px;
    transition: all 0.5s ease; }
    .tools-grey.product-box .cart-info .mobile-quick-view {
      display: none !important; }
    .tools-grey.product-box .cart-info a {
      background-color: #eef0f1;
      border-radius: 5px; }
      .tools-grey.product-box .cart-info a i {
        color: #555555; }
      .tools-grey.product-box .cart-info a:hover {
        background-color: #f99a33;
        transition: all 0.5s ease; }
        .tools-grey.product-box .cart-info a:hover i {
          color: white;
          transition: all 0.5s ease; }
    .tools-grey.product-box .cart-info form {
      width: 55%;
      margin: 0 5px; }
      .tools-grey.product-box .cart-info form button {
        width: 100%;
        height: 100%;
        background-color: #eef0f1;
        color: #555555;
        border-radius: 5px;
        margin: 0;
        transition: all 0.5s ease; }
        .tools-grey.product-box .cart-info form button i {
          display: none; }
        .tools-grey.product-box .cart-info form button:hover {
          background-color: #f99a33;
          color: white;
          transition: all 0.5s ease; }
  .tools-grey.product-box .quick-view-part {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    background-color: #f99a33;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: all 0.5s ease; }
    .tools-grey.product-box .quick-view-part .mobile-quick-view {
      width: auto; }
    .tools-grey.product-box .quick-view-part i {
      font-size: 18px;
      color: white; }
  .tools-grey.product-box .product-info {
    padding-left: 0px;
    padding-bottom: 15px;
    background-color: white;
    border-top: 1px solid rgba(221, 221, 221, 0.2); }
    .tools-grey.product-box .product-info .rating {
      margin-top: 0;
      padding-top: 15px; }
  .tools-grey.product-box:hover .img-wrapper .front img {
    opacity: 0.05;
    transition: all 0.5s ease; }
  .tools-grey.product-box:hover .img-wrapper .cart-info {
    opacity: 1;
    transition: all 0.5s ease;
    bottom: 10px; }
    .tools-grey.product-box:hover .img-wrapper .cart-info button {
      animation: none; }
    .tools-grey.product-box:hover .img-wrapper .cart-info a:nth-child(2) i {
      animation: none; }
    .tools-grey.product-box:hover .img-wrapper .cart-info a:nth-child(3) i {
      animation: none; }
    .tools-grey.product-box:hover .img-wrapper .cart-info a:nth-child(4) i {
      animation: none; }
  .tools-grey.product-box:hover .img-wrapper .lable-block {
    display: none;
    transition: all 0.5s ease; }
  .tools-grey.product-box:hover .quick-view-part {
    opacity: 1;
    transition: all 0.5s ease; }
  .tools-grey.product-box:hover .ribbon {
    display: none;
    transition: all 0.5s ease; }
.tools-grey .ribbon {
  position: absolute;
  left: -5px;
  top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 75px;
  height: 75px;
  text-align: right;
  transition: all 0.5s ease; }
  .tools-grey .ribbon span {
    font-size: 10px;
    font-weight: bold;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    transform: rotate(-45deg);
    width: 100px;
    display: block;
    background: #f99a33;
    box-shadow: 0 3px 10px -5px black;
    position: absolute;
    top: 19px;
    left: -21px; }
    .tools-grey .ribbon span:before {
      content: "";
      position: absolute;
      left: 0px;
      top: 100%;
      z-index: -1;
      border-left: 3px solid #f99a33;
      border-right: 3px solid transparent;
      border-bottom: 3px solid transparent;
      border-top: 3px solid #f99a33; }
    .tools-grey .ribbon span:after {
      content: "";
      position: absolute;
      right: 0px;
      top: 100%;
      z-index: -1;
      border-left: 3px solid transparent;
      border-right: 3px solid #f99a33;
      border-bottom: 3px solid transparent;
      border-top: 3px solid #f99a33; }

.category-tools .category-m .category-wrapper {
  background-color: white;
  border: none;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.05); }

.banner-tools {
  margin-top: 10px;
  border: 1px solid #dddddd;
  overflow: hidden; }
  .banner-tools img {
    transition: all 0.5s ease; }
  .banner-tools:hover img {
    transform: scale(1.05);
    transition: all 0.5s ease; }

.tools-brand {
  /*   .row {
      background-color: white;
      padding: 25px 0;
      box-shadow: 0 0 8px 0 #ddd;
      margin: 0;
    } */ }

.sticky-footer {
  background-image: url("../images/tools/footer.jpg"); }
  .sticky-footer .darken-layout {
    background-color: transparent !important; }
    .sticky-footer .darken-layout p {
      color: silver; }
    .sticky-footer .darken-layout .sub-title li a {
      color: silver; }
    .sticky-footer .darken-layout .sub-title .contact-list li, .sticky-footer .darken-layout .sub-title .contact-list i {
      color: silver; }
    .sticky-footer .darken-layout .footer-social i {
      color: silver; }
  .sticky-footer .dark-subfooter {
    background-color: #141111 !important; }
    .sticky-footer .dark-subfooter p {
      color: silver !important; }

/*=====================
17.6. Marijuana demo CSS start
==========================*/
.service_slide {
  position: relative; }
  .service_slide .home-slider .home {
    background-blend-mode: overlay;
    background-color: rgba(0, 0, 0, 0.4); }
  .service_slide .home-slider .slider-contain {
    height: 60vh; }

.service-home {
  width: 100%;
  margin-top: -150px; }
  .service-home .service-block1 {
    background-color: rgba(255, 255, 255, 0.9);
    padding: 25px 0; }
    .service-home .service-block1 h4 {
      margin-bottom: 0; }
    .service-home .service-block1 p {
      text-transform: capitalize; }
    .service-home .service-block1 img {
      margin-bottom: 10px; }
    .service-home .service-block1:nth-child(even) {
      background-color: rgba(255, 255, 255, 0.85); }

.service-21 {
  overflow: hidden; }

.tab-left .theme-tab {
  display: flex; }
  .tab-left .theme-tab .left-side {
    width: 30%; }
    .tab-left .theme-tab .left-side .left-tab-title {
      margin-bottom: 38px; }
      .tab-left .theme-tab .left-side .left-tab-title h4 {
        color: #dafe69;
        margin-top: -3px; }
      .tab-left .theme-tab .left-side .left-tab-title h3 {
        color: white; }
    .tab-left .theme-tab .left-side .tab-title {
      margin-right: 100px;
      text-align: left; }
      .tab-left .theme-tab .left-side .tab-title a {
        text-transform: capitalize; }
    .tab-left .theme-tab .left-side li {
      width: 100%;
      padding: 7px 0;
      border-bottom: 1px solid #606060; }
      .tab-left .theme-tab .left-side li a {
        color: white; }
      .tab-left .theme-tab .left-side li:first-child {
        border-top: 1px solid #606060; }
      .tab-left .theme-tab .left-side li.current a {
        color: #dafe69; }
  .tab-left .theme-tab .tab-content-cls {
    width: 70%; }

.product_section {
  background-image: url("../images/marijuana/leaf-bg.jpg"); }

.border-box.tools-grey .ribbon span {
  background-image: linear-gradient(to right, #5d7227, #203f15); }
.border-box.tools-grey .product-box {
  border-radius: 10px;
  box-shadow: none;
  border: 1px solid #dddddd; }
  .border-box.tools-grey .product-box .cart-info a:hover {
    background-image: linear-gradient(to right, #5d7227, #203f15); }
  .border-box.tools-grey .product-box .cart-info button:hover {
    background-image: linear-gradient(to right, #5d7227, #203f15); }
  .border-box.tools-grey .product-box .quick-view-part {
    background-image: linear-gradient(to right, #5d7227, #203f15); }

.detail-cannabis .detail_section {
  text-align: center; }
  .detail-cannabis .detail_section > div {
    box-shadow: -1px 2px 5px 1px #ececec;
    padding: 45px 25px;
    background-color: white; }
  .detail-cannabis .detail_section p {
    margin-bottom: 0;
    line-height: 24px;
    letter-spacing: 0.05em; }
  .detail-cannabis .detail_section h4 {
    font-weight: 700; }
  .detail-cannabis .detail_section svg {
    width: 50px;
    margin-bottom: 15px;
    fill: #f99a33; }

footer.footer-5 .dark-layout {
  background-color: transparent; }
footer.footer-5 .store-logo .logo-img {
  margin-bottom: 20px; }
footer.footer-5 .sub-footer {
  background-color: transparent; }
  footer.footer-5 .sub-footer p {
    color: white; }
footer.footer-5 .footer-theme2 p {
  color: white; }
footer.footer-5 .footer-theme2 .contact-details li {
  color: white; }
  footer.footer-5 .footer-theme2 .contact-details li a {
    color: white; }
footer.footer-5 .footer-theme2 .subscribe-block {
  border-left: 1px solid white;
  border-right: 1px solid white; }
@media (min-width: 1200px) {
  footer.footer-5 .footer-theme > div > div {
    width: 82%; }
  footer.footer-5 .footer-theme > div:last--child {
    width: auto;
    /*             > div {
                  margin: auto;
                  margin-right: 0;
                } */ } }
@media (min-width: 992px) {
  footer.footer-5 .link-full {
    margin-top: 40px;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
    padding-top: 32px; } }
@media (min-width: 992px) {
  footer.footer-5 .link-full > div {
    width: 50%;
    margin: auto;
    text-align: center; } }
@media (min-width: 992px) {
  footer.footer-5 .link-full > div .footer-title h4 {
    display: none; } }
footer.footer-5 .link-full > div .footer-contant > ul li {
  display: inline-block;
  margin: 4px 0; }
  footer.footer-5 .link-full > div .footer-contant > ul li a:after {
    content: "|";
    margin: 0 7px;
    color: rgba(118, 118, 118, 0.6); }
  footer.footer-5 .link-full > div .footer-contant > ul li:last-child a:after {
    display: none; }

.tap-top.green-top {
  background-image: linear-gradient(to right, #01effc, #485ff2);
  border: 1px solid rgba(255, 255, 255, 0.5); }

/*=====================
17.7. Left sidebar demo CSS start
==========================*/
.left-sidebar_space {
  padding-left: 300px; }

/*=====================
18.Product-box slider CSS start
==========================*/
.layout7-product .product-box {
  padding: 2px; }
  .layout7-product .product-box img {
    width: 100%; }
  .layout7-product .product-box .cart-info {
    right: 7px;
    bottom: 7px; }
  .layout7-product .product-box .details-product {
    position: absolute;
    transition: all 0.5s ease;
    opacity: 0;
    bottom: 15px;
    left: 15px; }
    .layout7-product .product-box .details-product h6, .layout7-product .product-box .details-product h4 {
      margin-bottom: 0; }
    .layout7-product .product-box .details-product h6 {
      color: black; }
  .layout7-product .product-box:hover .details-product {
    opacity: 1;
    animation: fadeIn 500ms ease-in-out;
    transition: all 0.5s ease; }

.rtl .subscribe-form .form-control {
  text-align: right !important; }

.theme-card {
  position: relative; }
  .theme-card.card-border {
    border: 1px solid #dddddd; }
    .theme-card.card-border h5 {
      padding-top: 20px;
      padding-bottom: 20px;
      padding-left: 50px; }
    .theme-card.card-border .slick-prev, .theme-card.card-border .slick-next {
      top: -45px; }
    .theme-card.card-border .slick-next {
      right: 30px; }
    .theme-card.card-border .slick-prev {
      right: 50px; }
    .theme-card.card-border .offer-slider {
      padding-top: 20px;
      padding-bottom: 20px; }
      .theme-card.card-border .offer-slider img {
        padding: 15px 15px 15px 30px; }
      .theme-card.card-border .offer-slider .media .media-body a h6 {
        margin-right: 25px; }
  .theme-card h5 {
    font-weight: 600;
    text-transform: capitalize;
    padding-bottom: 10px; }
    .theme-card h5.title-border {
      border-bottom: 1px solid #dddddd; }
  .theme-card .slick-prev, .theme-card .slick-next {
    top: -35px; }
  .theme-card .slick-next {
    right: 0; }
    .theme-card .slick-next:before {
      content: "\f105"; }
  .theme-card .slick-prev {
    left: unset;
    right: 38px; }
    .theme-card .slick-prev:before {
      content: "\f104"; }
  .theme-card .offer-slider a {
    padding: 15px 15px 15px 0px; }
    .theme-card .offer-slider a img {
      height: 130px;
      padding: 0; }
  .theme-card .offer-slider > div .media:last-child .media-body {
    margin-top: 15px; }
  .theme-card .offer-slider > div .media:last-child img {
    margin-bottom: -15px; }
  .theme-card .offer-slider .media .media-body .rating {
    margin-top: 0; }
    .theme-card .offer-slider .media .media-body .rating i {
      padding-right: 5px; }
      .theme-card .offer-slider .media .media-body .rating i:nth-child(-n + 4) {
        color: #ffa200; }
      .theme-card .offer-slider .media .media-body .rating i:last-child {
        color: #dddddd; }
  .theme-card .offer-slider .media .media-body a {
    padding: 0; }
    .theme-card .offer-slider .media .media-body a h6 {
      margin-right: 61px;
      line-height: 17px;
      margin-top: 5px;
      margin-bottom: 0;
      text-transform: capitalize; }
  .theme-card .offer-slider .media .media-body h4 {
    margin-top: 10px;
    font-weight: 600;
    font-size: 14px;
    color: #333333;
    margin-bottom: 0; }
    .theme-card .offer-slider .media .media-body h4 span.login-price {
      font-size: 14px;
      display: block;
      color: #f99a33; }

.multiple-slider .tools-grey .tab-content-cls {
  margin: 0 -15px; }

.center-slider .product-box {
  box-shadow: none; }
  .center-slider .product-box .img-wrapper img {
    padding: 15px; }
.center-slider .slick-next:before, .center-slider .slick-prev:before {
  box-shadow: 0 0 8px 0 #dddddd; }
.center-slider .title2 .title-inner2 {
  margin-bottom: 0; }
.center-slider:hover .product-box {
  box-shadow: none; }
.center-slider:hover .slick-next {
  right: 20px;
  transform: scale(1.8); }
.center-slider:hover .slick-prev {
  left: 20px;
  transform: scale(1.8); }

.full-box .theme-card .offer-slider .product-box2 .media img {
  height: 300px;
  transform: scale(1);
  transition: all 0.5s ease; }
.full-box .theme-card .offer-slider .product-box2 .media .media-body a h6 {
  margin-right: 20px; }
.full-box .theme-card .offer-slider .product-box2 .media .media-body h4 {
  font-size: 20px;
  margin-top: 5px; }
.full-box .theme-card .offer-slider .product-box2 .media .media-body .color-variant li {
  display: inline-block;
  height: 20px;
  width: 20px;
  border-radius: 100%;
  margin-right: 5px;
  margin-top: 15px;
  transition: all 0.1s ease;
  margin-bottom: 0;
  cursor: pointer; }
.full-box .theme-card .offer-slider .product-box2 + .product-box2 {
  border-top: 1px solid #f1f5f4; }
.full-box .theme-card .offer-slider .product-box2:hover .media img {
  transform: scale(1.03);
  transition: all 0.5s ease; }

.box-product .full-box .theme-card .offer-slider .product-box2 {
  box-shadow: 0 2px 5px 0 rgba(145, 145, 145, 0.16), 0 2px 10px 0 rgba(145, 145, 145, 0.12); }
  .box-product .full-box .theme-card .offer-slider .product-box2 .media {
    padding-right: 15px; }
    .box-product .full-box .theme-card .offer-slider .product-box2 .media img {
      height: auto;
      padding: 0 15px 0 0; }
    .box-product .full-box .theme-card .offer-slider .product-box2 .media .media-body {
      z-index: 1; }
      .box-product .full-box .theme-card .offer-slider .product-box2 .media .media-body h4 {
        font-size: 18px;
        margin-top: 7px; }
  .box-product .full-box .theme-card .offer-slider .product-box2 + .product-box2 {
    border-top: none;
    margin-top: 30px; }
  .box-product .full-box .theme-card .offer-slider .product-box2 .cart-bottom {
    border-top: 1px solid #ddd;
    padding-top: 10px;
    margin-top: 12px; }
    .box-product .full-box .theme-card .offer-slider .product-box2 .cart-bottom button {
      border: none;
      background-color: transparent;
      padding: 0; }
    .box-product .full-box .theme-card .offer-slider .product-box2 .cart-bottom i {
      color: #aaaaaa;
      font-size: 16px;
      padding-right: 7px;
      transition: all 0.5s ease; }
      .box-product .full-box .theme-card .offer-slider .product-box2 .cart-bottom i:hover {
        color: #f99a33;
        transition: all 0.5s ease; }
.box-product .theme-card .offer-slider > div .media:last-child .media-body {
  margin-top: 0; }

/*=====================
19.Modal popup CSS start
==========================*/
.modal-open {
  padding-right: 0 !important; }

#sizemodal {
  padding-right: 0 !important; }
  #sizemodal img {
    max-width: 100%; }

.theme-modal {
  padding-right: 0 !important; }
  .theme-modal .modal-dialog .modal-content .modal-body {
    padding: 15px;
    background-image: linear-gradient(90deg, #f99a33 5.77%, white 5.77%, white 25%, #111111 25%, #111111 30.77%, white 30.77%, white 50%, #f99a33 50%, #f99a33 55.77%, white 55.77%, white 75%, #111111 75%, #111111 80.77%, white 80.77%, white 100%);
    background-size: 36.77px 36.77px;
    background-color: white; }
    .theme-modal .modal-dialog .modal-content .modal-body .modal-bg {
      background-color: white;
      padding: 30px; }
      .theme-modal .modal-dialog .modal-content .modal-body .modal-bg .close {
        padding-right: 10px;
        padding-top: 5px;
        position: absolute;
        right: 17px;
        top: 0; }
        .theme-modal .modal-dialog .modal-content .modal-body .modal-bg .close span {
          color: black; }
      .theme-modal .modal-dialog .modal-content .modal-body .modal-bg .age-content h2 {
        border-bottom: 1px dashed #222222;
        text-align: center;
        margin-bottom: 30px;
        padding-bottom: 30px;
        font-weight: 700; }
      .theme-modal .modal-dialog .modal-content .modal-body .modal-bg .age-content h4 {
        margin-bottom: 30px;
        text-align: center;
        color: #272727;
        font-size: 18px;
        font-weight: 400;
        text-transform: capitalize; }
      .theme-modal .modal-dialog .modal-content .modal-body .modal-bg .age-content form {
        margin: 0 auto;
        text-align: center; }
        .theme-modal .modal-dialog .modal-content .modal-body .modal-bg .age-content form .form-control {
          padding-top: 15px;
          padding-bottom: 15px;
          text-align: center;
          font-size: 12px;
          height: 50px;
          border-radius: 0;
          width: 120px;
          letter-spacing: 0.05em;
          display: inline-block; }
        .theme-modal .modal-dialog .modal-content .modal-body .modal-bg .age-content form button {
          margin-top: 15px; }
      .theme-modal .modal-dialog .modal-content .modal-body .modal-bg .offer-content {
        text-align: center; }
        .theme-modal .modal-dialog .modal-content .modal-body .modal-bg .offer-content img {
          margin-bottom: 40px; }
        @media (min-width: 992px) {
          .theme-modal .modal-dialog .modal-content .modal-body .modal-bg .offer-content.verticale-img {
            align-items: center; }
            .theme-modal .modal-dialog .modal-content .modal-body .modal-bg .offer-content.verticale-img img {
              margin-bottom: 0; } }
        .theme-modal .modal-dialog .modal-content .modal-body .modal-bg .offer-content h2 {
          margin-bottom: 30px;
          text-align: center; }
        .theme-modal .modal-dialog .modal-content .modal-body .modal-bg .offer-content form .form-group {
          margin: 0 auto;
          text-align: center; }
          .theme-modal .modal-dialog .modal-content .modal-body .modal-bg .offer-content form .form-group .form-control {
            padding-top: 15px;
            padding-bottom: 15px;
            text-align: center;
            font-size: 12px;
            max-width: 640px;
            left: 0;
            right: 0;
            margin: 0 auto;
            letter-spacing: 0.05em; }
          .theme-modal .modal-dialog .modal-content .modal-body .modal-bg .offer-content form .form-group .btn-solid, .theme-modal .modal-dialog .modal-content .modal-body .modal-bg .offer-content form .form-group .btn-outline {
            margin-top: 10px;
            text-align: center; }
  .theme-modal .modal-dialog .demo_modal button.close {
    position: absolute;
    z-index: 1;
    right: 10px;
    top: 5px; }
  .theme-modal .modal-dialog .demo_modal .view-detail {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase; }
  .theme-modal.demo-modal .modal-dialog .modal-content .modal-body {
    height: 75vh;
    overflow-y: scroll;
    padding: 25px;
    background-image: none;
    background-color: #f9f9f9;
    /* Track */
    /* Handle */
    /* Handle on hover */ }
    .theme-modal.demo-modal .modal-dialog .modal-content .modal-body::-webkit-scrollbar {
      width: 5px; }
    .theme-modal.demo-modal .modal-dialog .modal-content .modal-body::-webkit-scrollbar-track {
      background: #f1f1f1; }
    .theme-modal.demo-modal .modal-dialog .modal-content .modal-body::-webkit-scrollbar-thumb {
      background: #f99a33; }
    .theme-modal.demo-modal .modal-dialog .modal-content .modal-body::-webkit-scrollbar-thumb:hover {
      background: #555; }
    .theme-modal.demo-modal .modal-dialog .modal-content .modal-body .demo-section .title-text h3 {
      color: #f99a33;
      margin-bottom: 24px;
      display: inline-block;
      padding-bottom: 5px;
      font-size: 40px;
      position: relative; }
      .theme-modal.demo-modal .modal-dialog .modal-content .modal-body .demo-section .title-text h3 .demo {
        color: black;
        margin: 0 14px; }
      .theme-modal.demo-modal .modal-dialog .modal-content .modal-body .demo-section .title-text h3 i {
        font-size: 22px;
        position: absolute;
        top: 0;
        left: 27px; }
    .theme-modal.demo-modal .modal-dialog .modal-content .modal-body .demo-section .demo-effects {
      margin-bottom: 40px; }
      .theme-modal.demo-modal .modal-dialog .modal-content .modal-body .demo-section .demo-effects h4 {
        text-transform: capitalize; }
      .theme-modal.demo-modal .modal-dialog .modal-content .modal-body .demo-section .demo-effects .set-position {
        display: block; }
      .theme-modal.demo-modal .modal-dialog .modal-content .modal-body .demo-section .demo-effects > div {
        text-decoration: none;
        color: black; }
        .theme-modal.demo-modal .modal-dialog .modal-content .modal-body .demo-section .demo-effects > div .layout-container {
          height: 340px;
          width: 100%;
          display: inline-flex;
          background-size: cover;
          transition: all 2s ease-out 0s;
          box-shadow: -1px 2px 5px 1px #ececec; }
          .theme-modal.demo-modal .modal-dialog .modal-content .modal-body .demo-section .demo-effects > div .layout-container.demo1 {
            background-image: url("../images/landing-page/demo/1.jpg"); }
          .theme-modal.demo-modal .modal-dialog .modal-content .modal-body .demo-section .demo-effects > div .layout-container.demo2 {
            background-image: url("../images/landing-page/demo/2.jpg"); }
          .theme-modal.demo-modal .modal-dialog .modal-content .modal-body .demo-section .demo-effects > div .layout-container.demo3 {
            background-image: url("../images/landing-page/demo/3.jpg"); }
          .theme-modal.demo-modal .modal-dialog .modal-content .modal-body .demo-section .demo-effects > div .layout-container.demo4 {
            background-image: url("../images/landing-page/demo/4.jpg"); }
          .theme-modal.demo-modal .modal-dialog .modal-content .modal-body .demo-section .demo-effects > div .layout-container.demo5 {
            background-image: url("../images/landing-page/demo/5.jpg"); }
          .theme-modal.demo-modal .modal-dialog .modal-content .modal-body .demo-section .demo-effects > div .layout-container.demo6 {
            background-image: url("../images/landing-page/demo/6.jpg"); }
          .theme-modal.demo-modal .modal-dialog .modal-content .modal-body .demo-section .demo-effects > div .layout-container.demo7 {
            background-image: url("../images/landing-page/demo/7.jpg"); }
          .theme-modal.demo-modal .modal-dialog .modal-content .modal-body .demo-section .demo-effects > div .layout-container.demo8 {
            background-image: url("../images/landing-page/demo/8.jpg"); }
          .theme-modal.demo-modal .modal-dialog .modal-content .modal-body .demo-section .demo-effects > div .layout-container.demo9 {
            background-image: url("../images/landing-page/demo/9.jpg"); }
          .theme-modal.demo-modal .modal-dialog .modal-content .modal-body .demo-section .demo-effects > div .layout-container.demo10 {
            background-image: url("../images/landing-page/demo/10.jpg"); }
          .theme-modal.demo-modal .modal-dialog .modal-content .modal-body .demo-section .demo-effects > div .layout-container.demo11 {
            background-image: url("../images/landing-page/demo/11.jpg"); }
          .theme-modal.demo-modal .modal-dialog .modal-content .modal-body .demo-section .demo-effects > div .layout-container.demo12 {
            background-image: url("../images/landing-page/demo/12.jpg"); }
          .theme-modal.demo-modal .modal-dialog .modal-content .modal-body .demo-section .demo-effects > div .layout-container.demo13 {
            background-image: url("../images/landing-page/demo/13.jpg"); }
          .theme-modal.demo-modal .modal-dialog .modal-content .modal-body .demo-section .demo-effects > div .layout-container.demo14 {
            background-image: url("../images/landing-page/demo/14.jpg"); }
          .theme-modal.demo-modal .modal-dialog .modal-content .modal-body .demo-section .demo-effects > div .layout-container.demo15 {
            background-image: url("../images/landing-page/demo/15.jpg"); }
          .theme-modal.demo-modal .modal-dialog .modal-content .modal-body .demo-section .demo-effects > div .layout-container.demo16 {
            background-image: url("../images/landing-page/demo/16.jpg"); }
          .theme-modal.demo-modal .modal-dialog .modal-content .modal-body .demo-section .demo-effects > div .layout-container.demo17 {
            background-image: url("../images/landing-page/demo/17.jpg"); }
          .theme-modal.demo-modal .modal-dialog .modal-content .modal-body .demo-section .demo-effects > div .layout-container.demo18 {
            background-image: url("../images/landing-page/demo/18.jpg"); }
          .theme-modal.demo-modal .modal-dialog .modal-content .modal-body .demo-section .demo-effects > div .layout-container.demo19 {
            background-image: url("../images/landing-page/demo/19.jpg"); }
          .theme-modal.demo-modal .modal-dialog .modal-content .modal-body .demo-section .demo-effects > div .layout-container.demo20 {
            background-image: url("../images/landing-page/demo/20.jpg"); }
          .theme-modal.demo-modal .modal-dialog .modal-content .modal-body .demo-section .demo-effects > div .layout-container.demo21 {
            background-image: url("../images/landing-page/demo/21.jpg"); }
          .theme-modal.demo-modal .modal-dialog .modal-content .modal-body .demo-section .demo-effects > div .layout-container.demo22 {
            background-image: url("../images/landing-page/demo/22.jpg"); }
          .theme-modal.demo-modal .modal-dialog .modal-content .modal-body .demo-section .demo-effects > div .layout-container.demo23 {
            background-image: url("../images/landing-page/demo/23.jpg"); }
          .theme-modal.demo-modal .modal-dialog .modal-content .modal-body .demo-section .demo-effects > div .layout-container.demo24 {
            background-image: url("../images/landing-page/demo/24.jpg"); }
          .theme-modal.demo-modal .modal-dialog .modal-content .modal-body .demo-section .demo-effects > div .layout-container.demo25 {
            background-image: url("../images/landing-page/demo/25.jpg"); }
          .theme-modal.demo-modal .modal-dialog .modal-content .modal-body .demo-section .demo-effects > div .layout-container.demo26 {
            background-image: url("../images/landing-page/demo/26.jpg"); }
          .theme-modal.demo-modal .modal-dialog .modal-content .modal-body .demo-section .demo-effects > div .layout-container.demo27 {
            background-image: url("../images/landing-page/demo/27.jpg"); }
          .theme-modal.demo-modal .modal-dialog .modal-content .modal-body .demo-section .demo-effects > div .layout-container.demo28 {
            background-image: url("../images/landing-page/demo/28.jpg"); }
          .theme-modal.demo-modal .modal-dialog .modal-content .modal-body .demo-section .demo-effects > div .layout-container.demo29 {
            background-image: url("../images/landing-page/demo/29.jpg"); }
          .theme-modal.demo-modal .modal-dialog .modal-content .modal-body .demo-section .demo-effects > div .layout-container.demo30 {
            background-image: url("../images/landing-page/demo/30.jpg"); }
          .theme-modal.demo-modal .modal-dialog .modal-content .modal-body .demo-section .demo-effects > div .layout-container.demo31 {
            background-image: url("../images/landing-page/demo/31.jpg"); }
          .theme-modal.demo-modal .modal-dialog .modal-content .modal-body .demo-section .demo-effects > div .layout-container.demo32 {
            background-image: url("../images/landing-page/demo/32.jpg"); }
          .theme-modal.demo-modal .modal-dialog .modal-content .modal-body .demo-section .demo-effects > div .layout-container.demo33 {
            background-image: url("../images/landing-page/demo/33.jpg"); }
          .theme-modal.demo-modal .modal-dialog .modal-content .modal-body .demo-section .demo-effects > div .layout-container.demo34 {
            background-image: url("../images/landing-page/demo/34.jpg"); }
          .theme-modal.demo-modal .modal-dialog .modal-content .modal-body .demo-section .demo-effects > div .layout-container.demo35 {
            background-image: url("../images/landing-page/demo/35.jpg"); }
          .theme-modal.demo-modal .modal-dialog .modal-content .modal-body .demo-section .demo-effects > div .layout-container.demo36 {
            background-image: url("../images/landing-page/demo/36.jpg"); }
          .theme-modal.demo-modal .modal-dialog .modal-content .modal-body .demo-section .demo-effects > div .layout-container.demo37 {
            background-image: url("../images/landing-page/demo/37.jpg"); }
          .theme-modal.demo-modal .modal-dialog .modal-content .modal-body .demo-section .demo-effects > div .layout-container.demo38 {
            background-image: url("../images/landing-page/demo/38.jpg"); }
          .theme-modal.demo-modal .modal-dialog .modal-content .modal-body .demo-section .demo-effects > div .layout-container.demo39 {
            background-image: url("../images/landing-page/demo/39.jpg"); }
          .theme-modal.demo-modal .modal-dialog .modal-content .modal-body .demo-section .demo-effects > div .layout-container.demo40 {
            background-image: url("../images/landing-page/demo/40.jpg"); }
          .theme-modal.demo-modal .modal-dialog .modal-content .modal-body .demo-section .demo-effects > div .layout-container.demo41 {
            background-image: url("../images/landing-page/demo/41.jpg"); }
          .theme-modal.demo-modal .modal-dialog .modal-content .modal-body .demo-section .demo-effects > div .layout-container.demo42 {
            background-image: url("../images/landing-page/demo/42.jpg"); }
          .theme-modal.demo-modal .modal-dialog .modal-content .modal-body .demo-section .demo-effects > div .layout-container.demo43 {
            background-image: url("../images/landing-page/demo/43.jpg"); }
          .theme-modal.demo-modal .modal-dialog .modal-content .modal-body .demo-section .demo-effects > div .layout-container.demo44 {
            background-image: url("../images/landing-page/demo/44.jpg"); }
          .theme-modal.demo-modal .modal-dialog .modal-content .modal-body .demo-section .demo-effects > div .layout-container.demo45 {
            background-image: url("../images/landing-page/demo/45.jpg"); }
        .theme-modal.demo-modal .modal-dialog .modal-content .modal-body .demo-section .demo-effects > div .demo-text h4 {
          font-size: 16px;
          margin-top: 10px;
          margin-bottom: 0;
          color: #000000; }
          .theme-modal.demo-modal .modal-dialog .modal-content .modal-body .demo-section .demo-effects > div .demo-text h4 span {
            font-weight: 500; }
        .theme-modal.demo-modal .modal-dialog .modal-content .modal-body .demo-section .demo-effects > div .demo-text .demo-btn {
          margin-top: 10px; }
          .theme-modal.demo-modal .modal-dialog .modal-content .modal-body .demo-section .demo-effects > div .demo-text .demo-btn .btn {
            border: 1px solid #ddd;
            background-color: white;
            width: 90px;
            color: #f99a33;
            padding: 5px 10px; }
            .theme-modal.demo-modal .modal-dialog .modal-content .modal-body .demo-section .demo-effects > div .demo-text .demo-btn .btn:hover {
              background-color: #f99a33;
              color: white; }
      .theme-modal.demo-modal .modal-dialog .modal-content .modal-body .demo-section .demo-effects:last-child {
        margin-bottom: 0; }
      .theme-modal.demo-modal .modal-dialog .modal-content .modal-body .demo-section .demo-effects.effect-2 .layout-container {
        background-size: cover;
        background-repeat: no-repeat; }
      .theme-modal.demo-modal .modal-dialog .modal-content .modal-body .demo-section .demo-effects.effect-2:hover .layout-container {
        background-position: top !important; }
      .theme-modal.demo-modal .modal-dialog .modal-content .modal-body .demo-section .demo-effects.effect-3 .layout-container {
        background-size: cover;
        background-repeat: no-repeat; }
      .theme-modal.demo-modal .modal-dialog .modal-content .modal-body .demo-section .demo-effects.effect-3:hover .layout-container {
        background-position: top !important; }
      .theme-modal.demo-modal .modal-dialog .modal-content .modal-body .demo-section .demo-effects:hover .layout-container {
        background-position: center 100% !important; }

.demo-right {
  top: 53vh;
  position: fixed;
  transform: translateY(-50%);
  display: flex;
  right: 0;
  transition: all 0.5s ease;
  z-index: 9; }
  .demo-right a {
    position: absolute;
    right: 28px;
    letter-spacing: 1.2px;
    font-size: 13px;
    color: #fff !important;
    font-weight: 600;
    text-transform: uppercase;
    transform: translate(50%, -50%);
    text-align: center;
    background-color: #f99a33;
    margin-bottom: 0;
    cursor: pointer;
    padding: 8px;
    opacity: 1; }
    .demo-right a span {
      display: inline-block; }

/*=====================
20.lookbook CSS start
==========================*/
.lookbook .lookbook-block {
  position: relative; }
  .lookbook .lookbook-block .lookbook-dot {
    cursor: pointer;
    position: absolute;
    z-index: 2;
    width: 29px;
    height: 29px;
    line-height: 29px;
    border-radius: 50%;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    top: 50%;
    left: 12%;
    background-color: white; }
    .lookbook .lookbook-block .lookbook-dot.dot2 {
      top: 70%;
      left: 27%; }
    .lookbook .lookbook-block .lookbook-dot.dot3 {
      top: 28%;
      left: 30%; }
    .lookbook .lookbook-block .lookbook-dot.dot4 {
      top: 67%;
      left: 8%; }
    .lookbook .lookbook-block .lookbook-dot.dot5 {
      top: 40%;
      left: 35%; }
    .lookbook .lookbook-block .lookbook-dot.dot6 {
      top: 80%;
      left: 58%; }
    .lookbook .lookbook-block .lookbook-dot.dot7 {
      top: 67%;
      left: 45%; }
    .lookbook .lookbook-block .lookbook-dot.dot8 {
      top: 39%;
      left: 69%; }
    .lookbook .lookbook-block .lookbook-dot.dot9 {
      top: 32%;
      left: 50%; }
    .lookbook .lookbook-block .lookbook-dot.dot10 {
      top: 60%;
      left: 50%; }
    .lookbook .lookbook-block .lookbook-dot.dot11 {
      top: 50%;
      left: 45%; }
    .lookbook .lookbook-block .lookbook-dot.dot12 {
      top: 75%;
      left: 45%; }
    .lookbook .lookbook-block .lookbook-dot.dot13 {
      top: 40%;
      left: 45%; }
    .lookbook .lookbook-block .lookbook-dot.dot14 {
      top: 76%;
      left: 45%; }
    .lookbook .lookbook-block .lookbook-dot.dot15 {
      top: 50%;
      left: 15%; }
    .lookbook .lookbook-block .lookbook-dot:before {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      content: "";
      background-color: #fff;
      background-color: #ffffff80;
      zoom: 1;
      background-color: transparent\9;
      z-index: -1;
      border-radius: 50%;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    .lookbook .lookbook-block .lookbook-dot span {
      text-align: center;
      justify-content: center;
      display: flex; }
    .lookbook .lookbook-block .lookbook-dot .dot-showbox {
      visibility: hidden;
      position: absolute;
      width: 130px;
      background-color: white;
      -webkit-box-shadow: -3px -3px 13px rgba(48, 54, 61, 0.1);
      box-shadow: -3px -3px 13px rgba(48, 54, 61, 0.1); }
      .lookbook .lookbook-block .lookbook-dot .dot-showbox.pos_left {
        top: -98px;
        left: 150%; }
        .lookbook .lookbook-block .lookbook-dot .dot-showbox.pos_left:before {
          border-right: 8px solid #ffffff;
          left: -8px; }
      .lookbook .lookbook-block .lookbook-dot .dot-showbox.pos_right {
        top: -98px;
        right: 150%; }
        .lookbook .lookbook-block .lookbook-dot .dot-showbox.pos_right:before {
          border-left: 8px solid #ffffff;
          right: -8px; }
      .lookbook .lookbook-block .lookbook-dot .dot-showbox.pos_top {
        bottom: 50px;
        left: -50px; }
        .lookbook .lookbook-block .lookbook-dot .dot-showbox.pos_top:before {
          border-left: 8px solid #ffffff;
          transform: rotate(90deg);
          bottom: -12px;
          left: 60px;
          top: unset; }
      .lookbook .lookbook-block .lookbook-dot .dot-showbox.pos_bottom {
        top: 50px;
        left: -50px; }
        .lookbook .lookbook-block .lookbook-dot .dot-showbox.pos_bottom:before {
          border-left: 8px solid #ffffff;
          transform: rotate(-90deg);
          top: -12px;
          left: 60px; }
      .lookbook .lookbook-block .lookbook-dot .dot-showbox img {
        margin-top: 0; }
      .lookbook .lookbook-block .lookbook-dot .dot-showbox .dot-info {
        padding: 5px;
        text-align: center; }
        .lookbook .lookbook-block .lookbook-dot .dot-showbox .dot-info h5 {
          margin-bottom: 0;
          text-transform: capitalize;
          line-height: 20px; }
          .lookbook .lookbook-block .lookbook-dot .dot-showbox .dot-info h5.title {
            font-weight: 700; }
        .lookbook .lookbook-block .lookbook-dot .dot-showbox .dot-info h6 {
          text-transform: uppercase;
          color: #f99a33;
          margin-bottom: 0; }
      .lookbook .lookbook-block .lookbook-dot .dot-showbox:before {
        position: absolute;
        content: "";
        width: 0;
        height: 0;
        border-top: 8px solid transparent;
        border-bottom: 8px solid transparent;
        top: 41%; }
    .lookbook .lookbook-block .lookbook-dot:hover {
      background-color: #f99a33;
      -webkit-box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.5);
      box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.5);
      z-index: 10; }
      .lookbook .lookbook-block .lookbook-dot:hover .dot-showbox {
        animation: fadeInUp 400ms ease-in-out;
        visibility: visible;
        transition: all 0.5s ease; }
      .lookbook .lookbook-block .lookbook-dot:hover span {
        color: white; }
      .lookbook .lookbook-block .lookbook-dot:hover:before {
        -webkit-transform: scale(1.3); }

/*=====================
21.Full-page scroll CSS start
==========================*/
.full-scroll-menu {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9;
  background-color: transparent; }
  .full-scroll-menu .container-fluid {
    padding-left: 60px;
    padding-right: 60px; }

.full-scroll-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%; }
  .full-scroll-footer .sub-footer {
    background-color: transparent; }
    .full-scroll-footer .sub-footer .container-fluid {
      padding-left: 60px;
      padding-right: 60px; }

.home {
  position: relative;
  overflow: hidden; }
  .home .tools-parts {
    position: absolute;
    height: 100%;
    /*     .img-fluid {
          height: 100%;
        } */ }

.home-slider.fullpage .home {
  height: calc(100vh - 2px); }
  .home-slider.fullpage .home .slider-contain {
    height: calc(100vh - 2px);
    padding-left: 25px; }
    .home-slider.fullpage .home .slider-contain h1 {
      font-style: italic;
      font-size: 50px;
      margin-top: -12px; }
    .home-slider.fullpage .home .slider-contain p {
      max-width: 600px;
      line-height: 1.5;
      margin-top: 15px;
      margin-bottom: 10px;
      font-size: 16px; }
.home-slider.fullpage .slick-next, .home-slider.fullpage .slick-prev {
  display: none !important; }
.home-slider.fullpage:hover .slick-next, .home-slider.fullpage:hover .slick-prev {
  display: none !important; }
.home-slider.fullpage .slick-dots {
  top: 50%;
  bottom: unset;
  width: unset;
  left: 20px;
  transform: translateY(-50%); }
  .home-slider.fullpage .slick-dots li {
    display: flex; }
    .home-slider.fullpage .slick-dots li button:before {
      font-size: 15px;
      color: #fdd7af;
      opacity: 0.50; }
  .home-slider.fullpage .slick-dots li.slick-active button:before {
    opacity: 1; }
.home-slider.instagram-slider .home {
  height: 50vh; }
  .home-slider.instagram-slider .home .slider-contain {
    height: 50vh; }
.home-slider.slick-dotted.slick-slider {
  margin-bottom: 0; }
.home-slider.video-slider video, .home-slider.video-slider img {
  height: 100vh;
  width: 100vw; }

/*=====================
22.Layout-8 CSS start
==========================*/
.layout-8 {
  padding: 0 80px; }
  .layout-8 .layout-8-bg {
    background-image: url(//virgofoods.in/cdn/shopifycloud/shopify/assets/no-image-2048-5e88c1b20e087fb7bbe9a3771824e743c244f437e4f8ba93bbf7b11b53f7824c.gif);
    background-size: cover;
    background-attachment: fixed;
    height: 100%;
    width: 100%;
    padding: 0 15px;
    margin-top: -1px; }
    .layout-8 .layout-8-bg .layout7-product .product-box .details-product {
      opacity: 1; }
    .layout-8 .layout-8-bg .layout7-product .product-box:hover .details-product {
      animation: none; }

.white-bg {
  background-color: white; }

/*=====================
23.Layout-17 CSS start
==========================*/
.box-layout-body {
  background-color: #ffffff; }
  .box-layout-body .box-layout-header {
    background-color: white; }
  .box-layout-body .box-layout {
    margin-top: -70px;
    box-shadow: 0 0 8px 0 #ddd;
    position: relative;
    background-color: #fff; }
    .box-layout-body .box-layout .full-banner {
      margin-left: -15px;
      margin-right: -15px;
      padding-top: 200px;
      padding-bottom: 200px; }
    .box-layout-body .box-layout.bg-image {
      background-image: url(//virgofoods.in/cdn/shopifycloud/shopify/assets/no-image-2048-5e88c1b20e087fb7bbe9a3771824e743c244f437e4f8ba93bbf7b11b53f7824c.gif);
      background-color: rgba(255, 255, 255, 0.9); }

/*=====================
24.layout-18 CSS start
==========================*/
.about-section {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin: 0 150px;
  margin-top: 40px; }
  .about-section .small-section {
    padding-top: 20px; }
  .about-section h2 {
    font-size: 54px;
    margin-bottom: 35px;
    font-family: "Dancing Script", cursive; }
  .about-section p {
    margin-bottom: 25px;
    text-align: left; }
  .about-section .service .service-block1 img {
    margin-bottom: 10px; }
  .about-section .service .service-block1 h5 {
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 0; }

.video-section .video-img {
  position: relative;
  overflow: hidden; }
  .video-section .video-img img {
    transition: all 0.5s ease;
    transform: scale(1); }
  .video-section .video-img .play-btn {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center; }
    .video-section .video-img .play-btn span {
      height: 60px;
      width: 60px;
      border-radius: 100%;
      background-color: #f99a33;
      text-align: center;
      justify-content: center;
      align-items: center;
      display: flex; }
    .video-section .video-img .play-btn i {
      font-size: 35px;
      padding-left: 5px;
      color: white; }
  .video-section .video-img:hover img {
    transform: scale(1.03);
    transition: all 0.5s ease; }
  .video-section .video-img .video-modal .modal-body {
    padding: 0; }
  .video-section .video-img .video-modal iframe {
    height: 500px;
    width: 100%;
    vertical-align: middle;
    border: none; }

/*=====================
25.layout-19 CSS start
==========================*/
.flower-bg {
  /*   background-image: url("../images/flower/flower-bg.jpg"); */
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 100%;
  width: 100%; }

.bg-block {
  /*   background-image: url("../images/flower/bg.jpg"); */
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 100%;
  width: 100%;
  padding: 70px 50px 60px 50px; }
  .bg-block .title4 .line {
    margin-bottom: 25px; }
  .bg-block .theme-tab .tab-title {
    margin-bottom: 30px; }

/*=====================
26.layout-20 CSS start
==========================*/
.layout-20 {
  background-image: url(//virgofoods.in/cdn/shopifycloud/shopify/assets/no-image-2048-5e88c1b20e087fb7bbe9a3771824e743c244f437e4f8ba93bbf7b11b53f7824c.gif);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 50px; }

/*=====================
28.footer CSS start
==========================*/
footer {
  background-color: #f8f8f8;
  background-size: cover;
  background-repeat: no-repeat; }
  footer .darken-layout p {
    color: #938d8c; }
  footer .darken-layout .sub-title .footer-title.active .according-menu {
    font: normal normal normal 14px/1 FontAwesome; }
    footer .darken-layout .sub-title .footer-title.active .according-menu.before {
      content: "\f068"; }
  footer .darken-layout .sub-title h4 {
    color: white; }
  footer .darken-layout .sub-title li a {
    color: #938d8c; }
  footer .darken-layout .sub-title .contact-list i {
    color: #938d8c; }
  footer .darken-layout .sub-title .contact-list li {
    color: #938d8c; }
  footer .darken-layout .footer-social i {
    color: #938d8c; }
  footer p {
    line-height: 24px;
    letter-spacing: 0.4px;
    margin-bottom: 0; }
  footer.footer-black .light-layout {
    background-color: #23292c; }
  footer.footer-black .upside {
    background-color: transparent; }
    footer.footer-black .upside .small-section {
      background-color: #d5d5d5;
      padding: 20px 30px;
      margin-bottom: -45px;
      z-index: 1;
      position: relative; }
      footer.footer-black .upside .small-section .center-thing {
        display: flex;
        justify-content: center;
        height: 100%; }
        footer.footer-black .upside .small-section .center-thing .subscribe h4 {
          margin-bottom: 0;
          color: black; }
        footer.footer-black .upside .small-section .center-thing .black-btn {
          background-image: linear-gradient(30deg, #23292c 50%, transparent 50%);
          border: 2px solid #23292c; }
  footer.footer-black .below-section {
    padding-top: 115px; }
  footer.footer-black .sub-footer {
    background-color: #191e21; }
  footer.footer-black .footer-theme .sub-title h4 {
    color: white; }
  footer.footer-black .subscribe h4, footer.footer-black .subscribe p {
    color: black; }
  footer.footer-black .footer-social {
    margin-top: 20px; }
    footer.footer-black .footer-social ul {
      margin: 4px 0 3px; }
    footer.footer-black .footer-social.text-left ul {
      text-align: left; }
    footer.footer-black .footer-social li {
      cursor: pointer;
      display: inline-block;
      vertical-align: middle;
      /*     height: 34px;
      width: 34px;
      margin: 2px 2px;
      background-color: #fff;
      border: 1px solid $white-dark;
      border-radius: 50%; */
      margin: 0 2px;
      text-align: center;
      position: relative;
      width: 33px;
      height: 33px;
      border: 1px solid #eee;
      background: white;
      border-radius: 50%;
      -webkit-transition: 0.5s ease;
      -moz-transition: 0.5s ease;
      -ms-transition: 0.5s ease;
      -o-transition: 0.5s ease;
      transition: 0.5s ease;
      padding: 0; }
      footer.footer-black .footer-social li.facebook {
        background-color: #3b5999;
        border-color: #3b5999; }
      footer.footer-black .footer-social li.google {
        background-color: #cb2027;
        border-color: #cb2027; }
      footer.footer-black .footer-social li.twitter {
        background-color: #00aced;
        border-color: #00aced; }
      footer.footer-black .footer-social li.insta {
        background-color: #cc2366;
        border-color: #cc2366; }
      footer.footer-black .footer-social li.rss {
        background-color: #3B6D99;
        border-color: #3B6D99; }
      footer.footer-black .footer-social li.youtube {
        background-color: #ff3400;
        border-color: #ff3400; }
      footer.footer-black .footer-social li:last-child {
        margin: 0; }
      footer.footer-black .footer-social li a {
        line-height: 31px; }
        footer.footer-black .footer-social li a i {
          color: white;
          font-size: 13px;
          -webkit-transition: 0.5s ease;
          -moz-transition: 0.5s ease;
          -ms-transition: 0.5s ease;
          -o-transition: 0.5s ease;
          transition: 0.5s ease; }
      footer.footer-black .footer-social li:hover {
        /*           &.facebook {
                    background-color: #3b5999;          
                    border-color: #3b5999;
                  }
                  &.google {
                    background-color: #cb2027;
                    border-color: #cb2027;
                  }
                  &.twitter {
                    background-color: #00aced;
                    border-color: #00aced;
                  }
                  &.insta {
                    background-color: #cc2366;
                    border-color: #cc2366;
                  }
                  &.rss {
                    background-color: #3B6D99;
                    border-color: #3B6D99;
                  }
                  &.youtube {
                    background-color: #ff3400;
                    border-color: #ff3400;
                  } */
      /*       &.facebook {
      a i{
      color: #3b5999;
    }
    }
      &.google {
      a i{
      color: #cb2027;
    }
    }
      &.twitter {
      a i{
      color: #00aced;
    }
    }
      &.insta {
      a i{
      color: #cc2366;
    }
    }
      &.rss {
      a i{
      color: #3B6D99;
    }
    }
      &.youtube {
      a i{
      color: #ff3400;
    }
    } */
        background: #f99a33;
        border-color: #f99a33; }
        footer.footer-black .footer-social li:hover a i {
          color: white; }
  footer.footer-black.footer-light .subscribe {
    border-right: 1px solid rgba(0, 0, 0, 0.8); }

@media (min-width: 992px) {
  .newsletter-outer {
    margin-bottom: 50px; }
    .newsletter-outer > .row {
      align-items: center;
      justify-content: center; }
    .newsletter-outer .news-title {
      display: inline-block;
      margin-right: 30px;
      padding-right: 30px;
      padding-left: 74px;
      border-right: 1px solid #eee;
      position: relative; }
      .newsletter-outer .news-title:before {
        content: "";
        position: absolute;
        height: 50px;
        width: 50px;
        left: 0;
        top: 0;
        bottom: 0;
        background: transparent url(newsletter.png) no-repeat center; } }

@media (min-width: 992px) {
  .subscribe {
    margin-bottom: 0px; }
    .subscribe h4 {
      color: #333333;
      text-transform: capitalize;
      font-weight: 600;
      font-size: 20px;
      display: inline-block;
      margin-bottom: 8px; } }

.subscribe-form {
  display: inline-flex; }
  .subscribe-form #mc_embed_signup_scroll {
    display: flex; }
  .subscribe-form .form-group {
    margin-bottom: 0; }
  .subscribe-form .form-control {
    height: 42px;
    border-radius: 0px;
    color: #767676;
    font-size: 14px;
    font-weight: 400;
    padding: 10px 15px;
    margin-bottom: 0;
    min-width: 280px;
    border: 1px solid #eeeeee;
    text-align: unset;
    letter-spacing: 0.6px; }
  .subscribe-form .btn-solid {
    /*margin: 0px;
    position: absolute;
    padding: 0;
    background: transparent;
    top: 10px;
    right: 30px;
    line-height: 0;
    color: $theme-text;
    &:after, &:before{
      display: none;
    }*/
    color: #ffffff;
    border: 1px solid #f99a33;
    background-color: #f99a33;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
    padding: 5px 22px; }
    .subscribe-form .btn-solid:hover {
      background-color: #000000;
      border-color: #000000;
      color: #ffffff; }
    .subscribe-form .btn-solid i {
      display: none;
      font-size: 15px; }
  .subscribe-form.classic-form .form-control {
    border-radius: 0;
    border: none;
    background-color: #f5f2f2;
    margin-left: 15px; }
  .subscribe-form.classic-form .btn-solid {
    margin-bottom: 0 !important; }

#mc_embed_signup_scroll {
  position: relative;
  /*&:after {
    content: "|";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 50px;
    color: $white-dark;
    font-size: 17px;
    line-height: 36px;
    font-weight: 400;
  }*/ }

.footer-social li, .social-white li {
  display: inline-block;
  padding-right: 45px; }
.footer-social i, .social-white i {
  font-size: 14px;
  /*     color: #111111; */
  transition: 0.5s ease; }

.social-white ul {
  margin: 15px 0 0px; }
.social-white.text-left ul {
  text-align: left; }
.social-white li {
  cursor: pointer;
  display: inline-block !important;
  vertical-align: middle;
  /*     height: 34px;
  width: 34px;
  margin: 2px 2px;
  background-color: #fff;
  border: 1px solid $white-dark;
  border-radius: 50%; */
  margin: 0 20px 0 0;
  text-align: center;
  position: relative;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
  padding: 0; }
  .social-white li:last-child {
    margin: 0; }
  .social-white li a {
    line-height: 31px; }
    .social-white li a i {
      color: black;
      font-size: 14px;
      -webkit-transition: 0.5s ease;
      -moz-transition: 0.5s ease;
      -ms-transition: 0.5s ease;
      -o-transition: 0.5s ease;
      transition: 0.5s ease; }
  .social-white li:hover {
    /*       &.facebook {
            background-color: #3b5999;          
            border-color: #3b5999;
          }
          &.google {
            background-color: #cb2027;
            border-color: #cb2027;
          }
          &.twitter {
            background-color: #00aced;
            border-color: #00aced;
          }
          &.insta {
            background-color: #cc2366;
            border-color: #cc2366;
          }
          &.rss {
            background-color: #3B6D99;
            border-color: #3B6D99;
          }
          &.youtube {
            background-color: #ff3400;
            border-color: #ff3400;
          } */
    /*       a{
            i{
              color: $white;
            }
          } */ }
    .social-white li:hover.facebook a i {
      color: #3b5999; }
    .social-white li:hover.google a i {
      color: #cb2027; }
    .social-white li:hover.twitter a i {
      color: #00aced; }
    .social-white li:hover.insta a i {
      color: #cc2366; }
    .social-white li:hover.rss a i {
      color: #3B6D99; }
    .social-white li:hover.youtube a i {
      color: #ff3400; }

.footer-theme .footer-logo {
  margin-bottom: 18px; }
@media (min-width: 992px) {
  .footer-theme .sub-title h4 {
    color: #333333;
    margin-bottom: 18px;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 16px; } }
.footer-theme .sub-title li {
  position: relative;
  display: inherit;
  padding-bottom: 10px;
  text-transform: capitalize;
  font-size: 14px;
  color: #222222; }
  .footer-theme .sub-title li:last-child {
    padding-bottom: 0; }
  .footer-theme .sub-title li a {
    position: relative;
    color: #222222;
    /*         &:before {
              position: absolute;
              top: 20px;
              content: "";
              height: 2px;
              width: 0;
              background-color:  $theme-deafult;
              transition: 0.5s ease;
            } */ }
  .footer-theme .sub-title li:hover a {
    color: #f99a33 !important;
    /*           &:before{
                width: 100%;
                height: 2px;
                transition: 0.5s ease;
              } */ }
.footer-theme .sub-title .contact-list i {
  position: absolute;
  left: 0;
  top: 7px; }
.footer-theme .sub-title .contact-list li {
  position: relative;
  padding-left: 25px;
  line-height: 28px;
  padding-bottom: 12px; }
  .footer-theme .sub-title .contact-list li a:hover {
    color: #f99a33;
    transition: all 0.5s ease; }
  .footer-theme .sub-title .contact-list li:hover {
    color: #999999;
    transition: all 0.3s ease; }
    .footer-theme .sub-title .contact-list li:hover a:before {
      display: none; }
  .footer-theme .sub-title .contact-list li:last-child {
    margin-bottom: -5px; }

.sub-footer {
  background-color: #000000;
  padding: 15px 0; }
  .sub-footer.dark-subfooter {
    background-color: #000000; }
    .sub-footer.dark-subfooter p {
      color: #ffffff; }
  .sub-footer.darker-subfooter {
    background-color: #000000; }
    .sub-footer.darker-subfooter p {
      color: #ffffff; }
  .sub-footer.black-subfooter {
    background-color: #000000; }
    .sub-footer.black-subfooter p {
      color: #ffffff; }
  .sub-footer p {
    color: #ffffff;
    margin-bottom: 0;
    padding: 0px 0; }
  .sub-footer .footer-end {
    display: inline-block;
    vertical-align: middle; }
  .sub-footer .payment-card-bottom {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end; }
    .sub-footer .payment-card-bottom li {
      padding-left: 7px;
      padding-right: 7px;
      display: inline-block; }
      .sub-footer .payment-card-bottom li svg {
        width: 30px;
        height: 24px;
        fill: inherit; }
        .sub-footer .payment-card-bottom li svg path {
          fill: #ffffff; }

.footer-theme2 {
  text-align: left; }
  .footer-theme2 .custome-section {
    border-bottom: 1px solid #eee;
    padding-bottom: 25px; }
    .footer-theme2 .custome-section .store-about {
      text-align: center;
      width: 44%;
      margin: auto; }
  .footer-theme2 .contact-details li {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    color: #767676; }
    .footer-theme2 .contact-details li.email i, .footer-theme2 .contact-details li.fax i {
      font-size: 16px; }
    .footer-theme2 .contact-details li:last-child {
      margin-bottom: 0; }
    .footer-theme2 .contact-details li .contact-text {
      width: 58%;
      line-height: 22px;
      text-align: left;
      display: inline-block; }
      .footer-theme2 .contact-details li .contact-text > span {
        color: #000000;
        font-size: 15px;
        line-height: 18px;
        font-weight: 500;
        margin-bottom: 5px;
        display: block;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s; }
    .footer-theme2 .contact-details li i {
      font-size: 22px;
      margin-top: 0px;
      height: 50px;
      border-radius: 50%;
      width: 50px;
      text-align: center;
      vertical-align: middle;
      margin: 0 12px 0 0;
      line-height: 50px;
      color: #f99a33;
      border: 1px solid #eeeeee;
      background: white;
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s; }
    .footer-theme2 .contact-details li:hover i {
      color: black; }
    .footer-theme2 .contact-details li:hover .contact-text > span {
      color: #f99a33; }
  .footer-theme2.footer-border {
    border: 20px solid #f1f5f4; }
  .footer-theme2 .footer-logo {
    margin-bottom: 18px; }
  .footer-theme2 p {
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 0.5px;
    margin-bottom: 15px;
    font-weight: 400;
    color: #767676; }
  .footer-theme2 h4 {
    text-transform: unset;
    font-weight: 500;
    text-align: left;
    font-size: 18px;
    position: relative;
    color: #000000;
    margin-bottom: 20px; }
  .footer-theme2 .subscribe-block {
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    padding: 10px 110px; }
    .footer-theme2 .subscribe-block h2 {
      color: white;
      margin-bottom: 30px; }
    .footer-theme2 .subscribe-block .btn-solid {
      margin-top: 10px; }
    .footer-theme2 .subscribe-block .form-control {
      text-align: center;
      letter-spacing: 5px;
      font-size: 12px;
      padding: 15px 0;
      border-radius: 0; }
    .footer-theme2 .subscribe-block .form-group {
      margin-bottom: 0; }
  .footer-theme2 .footer-link.link-white h4, .footer-theme2 .footer-link-b.link-white h4 {
    color: #333333; }
  .footer-theme2 .footer-link.link-white a, .footer-theme2 .footer-link-b.link-white a {
    color: #222222;
    transition: 0.5s ease; }
    .footer-theme2 .footer-link.link-white a:hover, .footer-theme2 .footer-link-b.link-white a:hover {
      color: #f99a33 !important; }
  .footer-theme2 .footer-link h4, .footer-theme2 .footer-link-b h4 {
    padding-bottom: 20px; }
  .footer-theme2 .footer-link li, .footer-theme2 .footer-link-b li {
    text-transform: capitalize;
    margin: 4px 0; }
  .footer-theme2 .footer-link a, .footer-theme2 .footer-link-b a {
    color: #7f786d;
    transition: 0.5s ease; }
    .footer-theme2 .footer-link a:hover, .footer-theme2 .footer-link-b a:hover {
      color: #f5f2f2;
      transition: 0.5s ease; }
  @media (min-width: 992px) {
    .footer-theme2 .footer-link .link-full, .footer-theme2 .footer-link-b .link-full {
      width: 50%;
      margin: auto;
      text-align: center; } }
  .footer-theme2 .footer-link .link-full > ul li, .footer-theme2 .footer-link-b .link-full > ul li {
    display: inline-block;
    margin: 4px 0; }
    .footer-theme2 .footer-link .link-full > ul li a:after, .footer-theme2 .footer-link-b .link-full > ul li a:after {
      content: "-";
      margin: 0 7px;
      color: rgba(118, 118, 118, 0.6); }
    .footer-theme2 .footer-link .link-full > ul li:last-child a:after, .footer-theme2 .footer-link-b .link-full > ul li:last-child a:after {
      display: none; }
  .footer-theme2 .footer-link-b h4 {
    margin-top: 50px; }
  .footer-theme2.top-section h2 {
    color: #333333; }
  .footer-theme2.top-section .footer-block .contact-details li a {
    color: #7f786d; }
    .footer-theme2.top-section .footer-block .contact-details li a:hover {
      color: #f99a33;
      transition: all 0.5s ease; }
  .footer-theme2.top-section .footer-block .subscribe-white .form-group {
    margin-bottom: 0; }
  .footer-theme2.top-section .footer-block .subscribe-white .form-control {
    border: none;
    border-radius: 0; }
    .footer-theme2.top-section .footer-block .subscribe-white .form-control:focus {
      box-shadow: none; }
  .footer-theme2.top-section .footer-block .subscribe-white h2 {
    margin-bottom: 30px; }
  .footer-theme2.top-section .footer-block .subscribe-white .btn-solid {
    margin: 0px;
    position: absolute;
    padding: 0;
    background: transparent;
    top: 14px;
    right: 13px;
    line-height: 0;
    color: #f99a33; }
    .footer-theme2.top-section .footer-block .subscribe-white .btn-solid i {
      font-size: 15px; }
    .footer-theme2.top-section .footer-block .subscribe-white .btn-solid:before, .footer-theme2.top-section .footer-block .subscribe-white .btn-solid:after {
      display: none; }
    .footer-theme2.top-section .footer-block .subscribe-white .btn-solid:hover, .footer-theme2.top-section .footer-block .subscribe-white .btn-solid:focus {
      color: black; }
  .footer-theme2.top-section .footer-block .subscribe-white .form-control {
    height: 44px;
    border-radius: 0px;
    color: #767676;
    font-size: 14px;
    font-weight: 400;
    padding: 10px 15px;
    padding-right: 60px;
    margin-bottom: 0;
    border: 1px solid #eeeeee;
    text-align: left;
    letter-spacing: 0.6px; }
  .footer-theme2.top-section > div {
    /*       @media(min-width: 992px) {
            > div{       
                width: 72%;
                margin: auto;
            }
            &:first-child {
              > div{ 
               margin-left: 0;
              }
            }
            &:nth-child(2){
              >div{
                &:before, &:after{
                  position: absolute;
                  content: "";
                  top: 0;
                  bottom: 0;
                  left: -30px;
                  margin: auto;
                  height: 70%;
                  width: 1px;
                  background-color: $white-dark;
                }
                &:after{
                  right: -30px;
                  left: auto;
                }
              }
            }
            &:last-child {
              > div{          
                text-align: right;          
                margin-right: 0;
              }
            }
          } */ }

#shopify-section-footer-2 .footer-top {
  padding-bottom: 40px; }
#shopify-section-footer-2 .small-section {
  padding-top: 40px !important;
  padding-bottom: 70px;
  border-top: 1px solid #eeeeee; }

/*=====================
29.Loader CSS start
==========================*/
.loader-wrapper {
  height: 100vh;
  width: 100vw;
  background-color: #fff;
  display: block;
  align-items: center;
  justify-content: center;
  position: fixed;
  z-index: 9999;
  top: 0; }
  .loader-wrapper img {
    top: 50%;
    left: 50%;
    width: 6%;
    position: absolute;
    transform: translate(-50%, -50%); }
  .loader-wrapper .theme-loader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    border-radius: 50%; }

@keyframes loading {
  0% {
    border: 0 solid white;
    transition: all 0.3s ease; }

  20% {
    border: 8px solid white;
    width: 0;
    height: 0;
    transition: all 0.3s ease; }

  100% {
    border: 8px solid white;
    width: 100%;
    height: 100%;
    transition: all 0.3s ease; } }

/*=====================
30.Tab to top CSS start
==========================*/
.tap-top {
  background-color: #f99a33;
  bottom: 50px;
  display: none;
  background-size: 102px;
  position: fixed;
  cursor: pointer;
  right: 40px;
  z-index: 999;
  line-height: 1;
  text-align: center;
  padding: 22px;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transition: 0.8s ease;
  -moz-transition: 0.8s ease;
  -ms-transition: 0.8s ease;
  -o-transition: 0.8s ease;
  transition: 0.8s ease;
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.05); }
  .tap-top i {
    color: white;
    text-shadow: 0px 33px 2px rgba(0, 0, 0, 0);
    -webkit-transition: 0.8s ease;
    -moz-transition: 0.8s ease;
    -ms-transition: 0.8s ease;
    -o-transition: 0.8s ease;
    transition: 0.8s ease; }
  .tap-top:hover {
    background-color: black; }
    .tap-top:hover i {
      color: white;
      /*       text-shadow: 0px 0px 2px rgba(0,0,0,0.3); */ }

/*=====================
31.Inner pages CSS start
==========================*/
.error-section {
  padding: 130px 0 140px;
  text-align: center; }
  .error-section h1 {
    font-size: 200px;
    font-weight: 600;
    margin: 0;
    line-height: 0.8;
    color: #aaaaaa; }
  .error-section h2 {
    color: #aaaaaa;
    font-weight: 500;
    letter-spacing: 3px;
    margin: 40px 0; }

.breadcrumb-section {
  background-color: #f8f8f8;
  padding: 30px 0; }
  .breadcrumb-section .page-title {
    display: flex;
    height: 100%;
    align-items: center; }
    .breadcrumb-section .page-title h2 {
      font-size: 16px;
      margin-bottom: 0;
      color: #555; }
  .breadcrumb-section .breadcrumb {
    background-color: transparent;
    justify-content: flex-end;
    text-transform: uppercase;
    font-size: 14px;
    color: #555;
    font-weight: 600;
    margin: 0; }
    .breadcrumb-section .breadcrumb li.active {
      color: #999; }
    .breadcrumb-section .breadcrumb li a {
      color: #555;
      font-weight: 600; }

.about-head {
  margin-bottom: 20px;
  align-items: center;
  display: flex;
  height: 100%; }
  .about-head h2 {
    color: #f99a33;
    margin-bottom: 0; }

.about-page p {
  margin-bottom: 0; }
.about-page .banner-section {
  border-radius: 5px;
  overflow: hidden; }
.about-page h4 {
  margin-bottom: 10px;
  margin-top: 30px;
  text-transform: capitalize;
  font-weight: 600;
  line-height: 1.3; }
.about-page p {
  line-height: 2;
  letter-spacing: 0.03em; }

.testimonial {
  background-color: #f7f7f7;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: overlay;
  background-color: rgba(255, 255, 255, 0.4); }
  .testimonial .testimonial-slider .slick-prev, .testimonial .testimonial-slider .slick-next {
    opacity: 0; }
  .testimonial .testimonial-slider:hover .slick-prev, .testimonial .testimonial-slider:hover .slick-next {
    opacity: 1; }
  .testimonial .testimonial-slider:hover .slick-prev {
    left: -45px; }
  .testimonial .testimonial-slider:hover .slick-next {
    right: -45px; }
  .testimonial .testimonial-slider .media {
    display: block; }
    .testimonial .testimonial-slider .media .test-img {
      margin-bottom: 30px; }
    .testimonial .testimonial-slider .media img {
      border-radius: 50%;
      border: 1px solid white;
      padding: 2px;
      height: 150px;
      width: 150px;
      margin: auto;
      background-color: #f99a33; }
    .testimonial .testimonial-slider .media .qoute {
      display: none;
      width: 24px;
      height: 30px;
      background: url("quote.png"); }
    .testimonial .testimonial-slider .media h5 {
      font-weight: 400;
      color: #333333;
      margin-bottom: 0;
      margin-top: 0px;
      font-size: 24px;
      line-height: 28px;
      letter-spacing: 0.5px;
      vertical-align: bottom;
      display: inline-block; }
    .testimonial .testimonial-slider .media h6 {
      margin: 0;
      line-height: 22px;
      vertical-align: bottom;
      color: #555555;
      margin-left: 12px;
      font-size: 15px;
      letter-spacing: 0.5px;
      position: relative;
      font-style: italic;
      display: inline-block;
      /*&:before {
        content: "";
        position: absolute;
        height: 15px;
        width: 1px;
        background-color: rgba(0,0,0,0.4);
        left: 0;
        bottom: 0;
        top: 0;
        transform: rotate(28deg);
        margin: auto;
      }*/ }
    .testimonial .testimonial-slider .media .media-body {
      background: transparent;
      padding: 0px 30px;
      width: 50%;
      flex: none;
      display: block;
      text-align: center;
      margin: auto; }
      .testimonial .testimonial-slider .media .media-body p {
        line-height: 24px;
        margin: 0;
        margin-top: 15px;
        letter-spacing: 0.5px;
        color: #555555; }

.team {
  position: relative; }
  .team img {
    margin: 0 auto; }
  .team .slick-prev, .team .slick-next {
    position: absolute;
    top: -45px; }
    .team .slick-prev:before, .team .slick-next:before {
      font: normal normal normal 30px/1 FontAwesome;
      color: #333333;
      opacity: 0.6; }
  .team .slick-prev {
    left: unset;
    right: 20px; }
    .team .slick-prev:before {
      content: "\f104"; }
  .team .slick-next {
    right: 0; }
    .team .slick-next:before {
      content: "\f105"; }
  .team h2 {
    color: #333333;
    padding-bottom: 15px;
    border-bottom: 1px solid #dddada;
    margin-bottom: 10px; }
  .team h4, .team h6 {
    text-align: center; }
  .team h4 {
    color: #f99a33;
    font-weight: 700;
    margin-top: 15px;
    margin-bottom: 5px; }

.collection-filter-block {
  margin-bottom: 29px;
  padding: 0 30px;
  border: 1px solid #dddddd;
  background-color: white; }
  .collection-filter-block .product-service {
    padding: 30px 0; }
    .collection-filter-block .product-service .media {
      padding-bottom: 20px;
      margin-bottom: 20px;
      align-items: center;
      border-bottom: 1px solid #dddddd; }
      .collection-filter-block .product-service .media .media-body {
        padding-left: 15px; }
        .collection-filter-block .product-service .media .media-body h4 {
          margin-bottom: 8px;
          color: #000;
          font-size: 17px; }
        .collection-filter-block .product-service .media .media-body p {
          margin-bottom: 0;
          text-transform: capitalize; }
      .collection-filter-block .product-service .media:last-child {
        padding-bottom: 0; }

.collection-collapse-block {
  border-bottom: 1px solid #dddddd;
  margin-bottom: 12px;
  padding-bottom: 24px; }
  .collection-collapse-block:last-child {
    border-bottom: none; }
  .collection-collapse-block .collapse-block-title {
    position: relative;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 16px;
    color: #444444;
    font-weight: 600;
    margin: 30px 0 0 0; }
    .collection-collapse-block .collapse-block-title:after {
      position: absolute;
      display: block;
      top: 0;
      right: -3px;
      content: "\f0d7";
      font-family: FontAwesome;
      color: #444444; }
  .collection-collapse-block .collection-collapse-block-content .collection-brand-filter .collection-filter-checkbox {
    margin-bottom: 12px; }
    .collection-collapse-block .collection-collapse-block-content .collection-brand-filter .collection-filter-checkbox label {
      text-transform: uppercase;
      cursor: pointer;
      font-size: 12px;
      color: #777777;
      font-weight: 600;
      letter-spacing: 0.5px; }
      .collection-collapse-block .collection-collapse-block-content .collection-brand-filter .collection-filter-checkbox label:before {
        top: 1px;
        height: 15px;
        width: 15px;
        background: white;
        border: 1px solid #777777; }
      .collection-collapse-block .collection-collapse-block-content .collection-brand-filter .collection-filter-checkbox label:after {
        top: 1px;
        height: 15px;
        width: 15px;
        background-size: 65%; }
      .collection-collapse-block .collection-collapse-block-content .collection-brand-filter .collection-filter-checkbox label:hover {
        color: black; }
    .collection-collapse-block .collection-collapse-block-content .collection-brand-filter .collection-filter-checkbox .custom-control-input:checked ~ .custom-control-label:after {
      background-image: url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'><path fill='%23000' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/></svg>"); }
  .collection-collapse-block .collection-collapse-block-content .collection-brand-filter ul.sidebar_filter_cls {
    margin-top: 30px; }
    .collection-collapse-block .collection-collapse-block-content .collection-brand-filter ul.sidebar_filter_cls li.active .collection-filter-checkbox .custom-control-input ~ .custom-control-label:after {
      background-image: url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'><path fill='%23000' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/></svg>"); }
  .collection-collapse-block .collection-collapse-block-content .collection-brand-filter ul.category-list li {
    display: flex;
    font-size: 16px;
    text-transform: capitalize;
    line-height: 18px; }
    .collection-collapse-block .collection-collapse-block-content .collection-brand-filter ul.category-list li a {
      color: #222222;
      padding-bottom: 10px; }
    .collection-collapse-block .collection-collapse-block-content .collection-brand-filter ul.category-list li:last-child a {
      padding-bottom: 0; }
    .collection-collapse-block .collection-collapse-block-content .collection-brand-filter ul.category-list li:first-child {
      margin-top: 30px; }
    .collection-collapse-block .collection-collapse-block-content .collection-brand-filter ul.category-list li.active a {
      font-weight: 900; }

.color-selector ul {
  margin-top: 30px; }
  .color-selector ul li {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    margin-right: 5px;
    margin-bottom: 10px;
    cursor: pointer; }
    .color-selector ul li:hover {
      border: 1px solid black; }
  .color-selector ul li.active {
    border: 1px solid black;
    position: relative; }
    .color-selector ul li.active:after {
      content: "";
      background-image: url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'><path fill='%23000' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/></svg>");
      top: 10px;
      right: 4px;
      height: 15px;
      width: 15px;
      background-size: 70%;
      background-repeat: no-repeat;
      position: absolute; }
  .color-selector ul li.black.active:after {
    filter: invert(100%); }

.collection-sidebar-banner {
  margin-top: 30px;
  margin-bottom: 30px; }

.top-banner-wrapper > a img {
  margin-bottom: 30px; }
.top-banner-wrapper .top-banner-content h4 {
  font-weight: 600;
  color: #444444;
  margin-bottom: 15px; }
.top-banner-wrapper .top-banner-content h5 {
  font-size: 16px;
  font-weight: 600;
  color: #444444;
  letter-spacing: 1px;
  line-height: 1.2;
  margin-bottom: 10px; }
.top-banner-wrapper .top-banner-content p {
  line-height: 1.5;
  color: #777777;
  margin-bottom: 0; }
.top-banner-wrapper .top-banner-content .product-filter-tags a.filter_tag {
  color: #222222;
  border: 1px solid #222222;
  padding: 2px 10px;
  text-transform: capitalize; }
  .top-banner-wrapper .top-banner-content .product-filter-tags a.filter_tag i {
    padding-left: 4px;
    font-size: 10px; }
.top-banner-wrapper .top-banner-content .product-filter-tags a.clear_filter {
  float: right;
  font-weight: 600;
  color: black; }

.product-wrapper-grid.list-view .product-wrap .product-info {
  text-align: left;
  align-self: center;
  padding-left: 15px; }
.product-wrapper-grid.list-view .product-box {
  display: flex;
  padding-bottom: 0;
  /*     &:hover{
        box-shadow: 0px 0px 5px 2px $round-border;
      } */ }
  .product-wrapper-grid.list-view .product-box .img-wrapper, .product-wrapper-grid.list-view .product-box .img-block {
    width: 25%; }
  .product-wrapper-grid.list-view .product-box .product-detail {
    padding-left: 15px;
    align-self: center;
    text-align: left !important;
    width: 75%; }
    .product-wrapper-grid.list-view .product-box .product-detail h6 {
      float: none; }
    .product-wrapper-grid.list-view .product-box .product-detail h4 {
      float: none;
      margin-bottom: 10px;
      margin-top: 5px; }
    .product-wrapper-grid.list-view .product-box .product-detail:before {
      display: none; }
    .product-wrapper-grid.list-view .product-box .product-detail .rating {
      margin-top: 0; }
    .product-wrapper-grid.list-view .product-box .product-detail .pro_grid_desc {
      display: block;
      margin: 5px 0 0; }

@media (min-width: 768px) {
  .collection-product-wrapper {
    margin-top: 30px; } }
.collection-product-wrapper .collection-grid.list-view .advanced_add_cart {
  width: 27%;
  margin: 0;
  margin-bottom: 10px; }
.collection-product-wrapper .product-top-filter {
  border-bottom: 1px solid #dddddd;
  border-top: 1px solid #dddddd; }
  .collection-product-wrapper .product-top-filter .product-filter-content, .collection-product-wrapper .product-top-filter .popup-filter {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .collection-product-wrapper .product-top-filter .product-filter-content .search-count, .collection-product-wrapper .product-top-filter .product-filter-content .sidebar-popup, .collection-product-wrapper .product-top-filter .popup-filter .search-count, .collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup {
      border-right: 1px solid #dddddd;
      padding: 20px 5px;
      text-transform: capitalize;
      width: 35%; }
      .collection-product-wrapper .product-top-filter .product-filter-content .search-count h5, .collection-product-wrapper .product-top-filter .product-filter-content .sidebar-popup h5, .collection-product-wrapper .product-top-filter .popup-filter .search-count h5, .collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup h5 {
        margin-bottom: 0; }
    .collection-product-wrapper .product-top-filter .product-filter-content .collection-view, .collection-product-wrapper .product-top-filter .popup-filter .collection-view {
      padding: 20px;
      width: 10%; }
      .collection-product-wrapper .product-top-filter .product-filter-content .collection-view ul li, .collection-product-wrapper .product-top-filter .popup-filter .collection-view ul li {
        height: 100%;
        vertical-align: middle;
        cursor: pointer; }
        .collection-product-wrapper .product-top-filter .product-filter-content .collection-view ul li.active i, .collection-product-wrapper .product-top-filter .popup-filter .collection-view ul li.active i {
          color: #f99a33; }
        .collection-product-wrapper .product-top-filter .product-filter-content .collection-view ul li:first-child, .collection-product-wrapper .product-top-filter .popup-filter .collection-view ul li:first-child {
          margin-right: 14px; }
    .collection-product-wrapper .product-top-filter .product-filter-content .collection-grid-view, .collection-product-wrapper .product-top-filter .popup-filter .collection-grid-view {
      padding: 20px;
      width: 20%;
      border-right: 1px solid #dddddd; }
      .collection-product-wrapper .product-top-filter .product-filter-content .collection-grid-view ul, .collection-product-wrapper .product-top-filter .popup-filter .collection-grid-view ul {
        display: flex;
        justify-content: flex-end; }
        .collection-product-wrapper .product-top-filter .product-filter-content .collection-grid-view ul li, .collection-product-wrapper .product-top-filter .popup-filter .collection-grid-view ul li {
          margin-left: 10px; }
          .collection-product-wrapper .product-top-filter .product-filter-content .collection-grid-view ul li img, .collection-product-wrapper .product-top-filter .popup-filter .collection-grid-view ul li img {
            height: 18px;
            cursor: pointer; }
    .collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view, .collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter, .collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view, .collection-product-wrapper .product-top-filter .popup-filter .product-page-filter {
      position: relative;
      width: 20%; }
      .collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view select, .collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter select, .collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view select, .collection-product-wrapper .product-top-filter .popup-filter .product-page-filter select {
        border: 0;
        padding: 20px 5px;
        border-right: 1px solid #dddddd;
        width: 100%;
        -webkit-appearance: none;
        -moz-appearance: none;
        cursor: pointer;
        background: url(dropdown.png) no-repeat 95%; }
        .collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view select:focus, .collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter select:focus, .collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view select:focus, .collection-product-wrapper .product-top-filter .popup-filter .product-page-filter select:focus {
          outline: unset; }
        .collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view select option, .collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter select option, .collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view select option, .collection-product-wrapper .product-top-filter .popup-filter .product-page-filter select option {
          padding: 20px 0; }
    .collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter, .collection-product-wrapper .product-top-filter .popup-filter .product-page-filter {
      width: 15%; }
      .collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter:before, .collection-product-wrapper .product-top-filter .popup-filter .product-page-filter:before {
        right: 10px; }
      .collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter select, .collection-product-wrapper .product-top-filter .popup-filter .product-page-filter select {
        border-right: none; }
  .collection-product-wrapper .product-top-filter .popup-filter {
    justify-content: unset; }
    .collection-product-wrapper .product-top-filter .popup-filter ::-webkit-scrollbar {
      width: 3px; }
    .collection-product-wrapper .product-top-filter .popup-filter ::-webkit-scrollbar-track {
      background: #dddddd; }
    .collection-product-wrapper .product-top-filter .popup-filter ::-webkit-scrollbar-thumb {
      background: #888888; }
    .collection-product-wrapper .product-top-filter .popup-filter ::-webkit-scrollbar-thumb:hover {
      background: #555555; }
    .collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup {
      position: relative;
      cursor: pointer;
      width: 20%;
      background: url(dropdown.png) no-repeat 95%; }
      .collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup a {
        font-size: 16px;
        color: #333333; }
    .collection-product-wrapper .product-top-filter .popup-filter .open-popup {
      display: none;
      position: absolute;
      z-index: 9;
      top: 75px;
      left: 15px;
      border: 1px solid #f1f5f4;
      box-shadow: 0 0 5px #ddd;
      min-width: 330px; }
      .collection-product-wrapper .product-top-filter .popup-filter .open-popup.open {
        display: block; }
      .collection-product-wrapper .product-top-filter .popup-filter .open-popup .collection-filter {
        background-color: #f8f8f8;
        width: auto;
        height: 600px;
        overflow-y: scroll; }
        .collection-product-wrapper .product-top-filter .popup-filter .open-popup .collection-filter .collection-filter-block {
          border: none;
          background-color: #f8f8f8;
          margin-bottom: 0; }
        .collection-product-wrapper .product-top-filter .popup-filter .open-popup .collection-filter .theme-card {
          padding: 0 30px; }
        .collection-product-wrapper .product-top-filter .popup-filter .open-popup .collection-filter .collection-sidebar-banner {
          padding: 0 30px; }
    .collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view, .collection-product-wrapper .product-top-filter .popup-filter .product-page-filter {
      width: 20%; }
      .collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view select, .collection-product-wrapper .product-top-filter .popup-filter .product-page-filter select {
        padding-right: 45px;
        font-size: 16px; }
      .collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view:before, .collection-product-wrapper .product-top-filter .popup-filter .product-page-filter:before {
        right: 35px; }
    .collection-product-wrapper .product-top-filter .popup-filter .collection-grid-view {
      padding: 20px; }
    .collection-product-wrapper .product-top-filter .popup-filter .collection-view {
      width: 20%; }
    .collection-product-wrapper .product-top-filter .popup-filter .product-page-filter:before {
      right: 25px !important; }
.collection-product-wrapper .product-wrapper-grid .product-box {
  margin-top: 30px; }
.collection-product-wrapper .product-wrapper-grid .product-five {
  flex: 0 0 20%;
  max-width: 20%;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }
.collection-product-wrapper .product-wrapper-grid .col-lg-2 {
  flex: 0 0 20%;
  max-width: 20%; }
  .collection-product-wrapper .product-wrapper-grid .col-lg-2 .product-box .product-detail h6 {
    font-size: 13px; }
  .collection-product-wrapper .product-wrapper-grid .col-lg-2 .product-box .product-detail h4 {
    font-size: 16px; }
  .collection-product-wrapper .product-wrapper-grid .col-lg-2 .product-box .product-detail .rating i {
    padding-right: 0; }
  .collection-product-wrapper .product-wrapper-grid .col-lg-2 .product-box .product-detail .color-variant {
    padding-top: 5px; }
    .collection-product-wrapper .product-wrapper-grid .col-lg-2 .product-box .product-detail .color-variant li {
      height: 16px;
      width: 16px; }
  .collection-product-wrapper .product-wrapper-grid .col-lg-2 .product-box .product-detail .size-variant {
    padding-top: 5px; }
    .collection-product-wrapper .product-wrapper-grid .col-lg-2 .product-box .product-detail .size-variant li {
      width: auto;
      height: 20px;
      font-size: 12px;
      line-height: 18px; }
  .collection-product-wrapper .product-wrapper-grid .col-lg-2 .product-box .img-wrapper .lable-block .lable3 {
    padding: 6px 2px;
    font-size: 10px; }
  .collection-product-wrapper .product-wrapper-grid .col-lg-2 .product-box .img-wrapper .lable-block .lable4 {
    font-size: 12px; }
  .collection-product-wrapper .product-wrapper-grid .col-lg-2 .product-box .img-wrapper .product-thumb-list li a img {
    height: 40px; }
  .collection-product-wrapper .product-wrapper-grid .col-lg-2 .product-box .img-wrapper .cart-info.cart-wrap i {
    padding-bottom: 6px;
    padding-top: 6px;
    font-size: 15px; }

.filter-main-btn {
  display: none;
  margin-bottom: 20px; }
  .filter-main-btn span {
    width: 40%;
    border-radius: 0;
    font-size: 20px; }

.collection-mobile-back {
  padding: 15px 0;
  border-bottom: 1px solid #dddddd;
  display: none; }
  .collection-mobile-back span {
    text-transform: uppercase;
    font-size: 14px;
    color: #000;
    cursor: pointer; }
    .collection-mobile-back span i {
      font-size: 20px;
      font-weight: bold;
      margin-right: 5px; }

.product-pagination {
  border-bottom: 1px solid #dddddd;
  border-top: 1px solid #dddddd;
  margin: 50px 20px 40px 20px; }
  .product-pagination .pagination {
    border-radius: 0; }
    .product-pagination .pagination .page-item {
      border-radius: 0; }
      .product-pagination .pagination .page-item a {
        padding: 18px;
        border-bottom: 0;
        border-top: 0;
        color: #777777;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0; }
      .product-pagination .pagination .page-item:last-child .page-link {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0; }
    .product-pagination .pagination .page-item.active a {
      color: #f99a33;
      background-color: white;
      border-color: #dddddd; }
  .product-pagination .product-search-count-bottom {
    justify-content: flex-end;
    display: flex;
    align-items: center;
    height: 100%;
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    padding-right: 15px; }
    .product-pagination .product-search-count-bottom h5 {
      color: #777777;
      font-size: 14px;
      margin-bottom: 0;
      padding: 5px 0; }

.pagination-class {
  border-bottom: 1px solid #dddddd;
  border-top: 1px solid #dddddd;
  border-right: 1px solid #dddddd; }
  .pagination-class .pagination {
    border-radius: 0; }
    .pagination-class .pagination .page-item {
      border-radius: 0; }
      .pagination-class .pagination .page-item a {
        padding: 18px;
        border-bottom: 0;
        border-top: 0;
        color: #777777;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0; }
    .pagination-class .pagination .page-item.active a {
      color: #f99a33;
      background-color: white;
      border-color: #dddddd; }

.collection .col-lg-3:nth-child(-n+4) .collection-block {
  padding-top: 0px; }
.collection .collection-block {
  text-align: center;
  padding-top: 25px; }
  .collection .collection-block img {
    margin-bottom: 20px; }
  .collection .collection-block .collection-content {
    text-align: center; }
    .collection .collection-block .collection-content h3 {
      margin-bottom: 10px;
      color: #333333;
      text-transform: uppercase;
      font-weight: 900;
      letter-spacing: 0.05em; }
    .collection .collection-block .collection-content h4 {
      color: #333333;
      margin-bottom: 10px;
      font-size: 16px; }
    .collection .collection-block .collection-content p {
      line-height: 1.5; }
    .collection .collection-block .collection-content .btn-solid, .collection .collection-block .collection-content .btn-outline {
      padding: 10px 25px; }

.faq-section .accordion.theme-accordion .card {
  margin-top: 10px;
  border-radius: 0;
  overflow: hidden;
  border-bottom: 1px solid #dddddd; }
  .faq-section .accordion.theme-accordion .card :not(:first-of-type):not(:last-of-type), .faq-section .accordion.theme-accordion .card .theme-accordion .card:first-of-type {
    border-bottom: 1px solid #dddddd; }
  .faq-section .accordion.theme-accordion .card:first-child {
    margin-top: 0; }
  .faq-section .accordion.theme-accordion .card .card-header {
    padding: 0;
    border-bottom: 0;
    transition: all 0.3s ease;
    background-color: #f9f9f9; }
    .faq-section .accordion.theme-accordion .card .card-header button {
      color: #333333;
      text-align: left;
      font-size: 17px;
      padding: 18px;
      font-weight: 600; }
      .faq-section .accordion.theme-accordion .card .card-header button:before {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-top: 6px solid #000000;
        right: 20px;
        top: 25px;
        transition: all 0.3s ease; }
      .faq-section .accordion.theme-accordion .card .card-header button[aria-expanded="true"]:before {
        border-top: 0;
        border-bottom: 6px solid black;
        transition: all 0.3s ease; }
      .faq-section .accordion.theme-accordion .card .card-header button:hover {
        text-decoration: none;
        color: #f99a33;
        transition: all 0.3s ease; }
  .faq-section .accordion.theme-accordion .card .card-body {
    padding: 15px 18px; }
    .faq-section .accordion.theme-accordion .card .card-body p {
      margin-bottom: 0;
      font-size: 14px;
      color: #555555;
      line-height: 1.8;
      letter-spacing: 0.06em; }

.pwd-page {
  padding: 140px 0;
  text-align: center; }
  .pwd-page h2 {
    margin-bottom: 25px;
    color: #333333; }
  .pwd-page .theme-form input {
    border-color: #dddddd;
    font-size: 15px;
    padding: 15px 25px;
    margin-bottom: 15px;
    height: inherit;
    text-align: center; }
  .pwd-page .theme-form .btn-solid {
    margin: 0 auto; }

.login-page h3, .authentication-page h3 {
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #333333;
  font-weight: 700; }
.login-page .theme-card, .authentication-page .theme-card {
  padding: 30px;
  border: 1px solid #dddddd;
  line-height: 1; }
  .login-page .theme-card .theme-form label, .authentication-page .theme-card .theme-form label {
    text-transform: capitalize;
    color: #333333;
    font-size: 14px;
    font-weight: 600; }
  .login-page .theme-card .theme-form input, .authentication-page .theme-card .theme-form input {
    border-color: #dddddd;
    font-size: 12px;
    padding: 17px 25px;
    margin-bottom: 30px;
    height: inherit; }
  .login-page .theme-card .theme-form select, .authentication-page .theme-card .theme-form select {
    border-color: #dddddd;
    font-size: 12px;
    padding: 17px 25px;
    margin-bottom: 30px;
    height: inherit; }
  .login-page .theme-card .theme-form .add_address_btn, .login-page .theme-card .theme-form .update_address_btn, .authentication-page .theme-card .theme-form .add_address_btn, .authentication-page .theme-card .theme-form .update_address_btn {
    padding: 13px 29px;
    color: white;
    font-size: 14px;
    border: 2px solid #f99a33; }
  .login-page .theme-card .theme-form input[type='submit'], .authentication-page .theme-card .theme-form input[type='submit'] {
    font-size: 14px;
    border: 2px solid #f99a33; }
.login-page .authentication-right, .authentication-page .authentication-right {
  height: calc(100% - 48px); }
  .login-page .authentication-right h6, .authentication-page .authentication-right h6 {
    text-transform: uppercase;
    color: #333333;
    font-weight: 600;
    margin-bottom: 20px; }
  .login-page .authentication-right p, .authentication-page .authentication-right p {
    font-size: 14px;
    color: #555555;
    line-height: 2;
    margin-bottom: 1rem; }
.login-page p, .authentication-page p {
  font-size: 16px;
  text-transform: capitalize;
  line-height: 24px; }
  .login-page p a, .authentication-page p a {
    font-size: 16px;
    font-weight: 600;
    color: #f99a33; }
.login-page .order-link, .authentication-page .order-link {
  font-size: 16px;
  font-weight: 600;
  color: #f99a33; }

.register-page h3 {
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #333333;
  font-weight: 700; }
.register-page .theme-card {
  padding: 30px;
  border: 1px solid #dddddd;
  line-height: 1; }
  .register-page .theme-card .theme-form label {
    text-transform: capitalize;
    color: #333333;
    font-size: 14px;
    font-weight: 600; }
  .register-page .theme-card .theme-form input {
    border-color: #dddddd;
    font-size: 12px;
    padding: 17px 25px;
    margin-bottom: 30px;
    height: inherit; }

.search-block {
  padding: 40px 0; }
  .search-block .form-header .input-group input {
    border-radius: 0 5px 5px 0;
    padding: 15px 20px; }
  .search-block .form-header .input-group i {
    padding-right: 10px; }
  .search-block .form-header .input-group .btn {
    z-index: 0; }

.contact-page .map iframe {
  width: 100%;
  height: 100%;
  border: none; }
.contact-page .form-control {
  border-radius: 0; }
.contact-page .contact-right {
  padding-top: 30px;
  padding-bottom: 30px; }
  .contact-page .contact-right ul li {
    position: relative;
    padding-left: 150px;
    margin-top: 45px;
    display: block; }
    .contact-page .contact-right ul li:first-child {
      margin-top: 0; }
    .contact-page .contact-right ul li .contact-icon {
      position: absolute;
      left: 0;
      text-align: center;
      width: 130px;
      border-right: 1px solid #dddddd; }
      .contact-page .contact-right ul li .contact-icon i {
        font-size: 20px;
        color: #f99a33; }
      .contact-page .contact-right ul li .contact-icon h6 {
        text-transform: uppercase;
        padding-top: 5px;
        font-weight: 600;
        color: #f99a33; }
    .contact-page .contact-right ul li p {
      font-weight: 600;
      margin-bottom: 0;
      line-height: 30px; }
.contact-page .theme-form label {
  text-transform: capitalize;
  color: #333333;
  font-size: 14px;
  font-weight: 600; }
.contact-page .theme-form input {
  border-color: #dddddd;
  font-size: 12px;
  padding: 17px 25px;
  margin-bottom: 30px;
  height: inherit; }
.contact-page .theme-form textarea {
  border-color: #dddddd;
  font-size: 12px;
  padding: 17px 25px;
  margin-bottom: 30px;
  height: inherit; }

.template-password {
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed; }
  .template-password #container {
    height: 100vh;
    max-width: 600px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap; }
    .template-password #container #login {
      width: 100%;
      margin-bottom: 120px; }
      .template-password #container #login h2 {
        color: #f99a33;
        font-size: 30px;
        font-weight: 400; }
      .template-password #container #login .theme-form h3 {
        color: #999999;
        font-size: 20px; }
      .template-password #container #login .theme-form label {
        text-transform: capitalize;
        color: #333333;
        font-size: 14px;
        font-weight: 600; }
      .template-password #container #login .theme-form input[type='password'] {
        border-color: #dddddd;
        font-size: 12px;
        padding: 17px 25px;
        margin-bottom: 15px;
        height: inherit; }
      .template-password #container #login .theme-form textarea {
        border-color: #dddddd;
        font-size: 12px;
        padding: 17px 25px;
        margin-bottom: 30px;
        height: inherit; }
      .template-password #container #login #footer #owner {
        font-size: 15px;
        color: #555555; }
        .template-password #container #login #footer #owner a {
          color: #f99a33; }
    .template-password #container #powered {
      margin: 0;
      display: block;
      position: absolute;
      bottom: 10px; }
      .template-password #container #powered p {
        margin-bottom: 0; }

.qty-box .input-group {
  justify-content: center; }
  .qty-box .input-group span button {
    background: white !important;
    border: 1px solid #ced4da;
    z-index: 0; }
  .qty-box .input-group .form-control {
    text-align: center;
    width: 80px;
    flex: unset; }
  .qty-box .input-group button {
    background-color: transparent;
    border: 0;
    color: #222222;
    cursor: pointer;
    padding-left: 12px;
    font-size: 12px;
    font-weight: 900;
    line-height: 1; }
    .qty-box .input-group button i {
      font-weight: 900;
      color: #333333; }
  .qty-box .input-group .icon {
    padding-right: 0; }

.wishlist-section .action--wishlist .ti-heart {
  display: none; }

.cart-section .table tbody + tbody, .wishlist-section .table tbody + tbody {
  border-top: none; }
.cart-section .cart-buttons, .wishlist-section .cart-buttons {
  padding-top: 35px; }
  .cart-section .cart-buttons > div:last-child, .wishlist-section .cart-buttons > div:last-child {
    text-align: right;
    padding-right: 59px; }
.cart-section .wishlist-buttons, .wishlist-section .wishlist-buttons {
  padding-top: 35px;
  text-align: right; }
  .cart-section .wishlist-buttons:last-child a, .wishlist-section .wishlist-buttons:last-child a {
    margin-left: 15px; }
.cart-section .cart-table, .wishlist-section .cart-table {
  overflow: hidden;
  margin-bottom: 0; }
  .cart-section .cart-table thead th, .wishlist-section .cart-table thead th {
    border-bottom-width: 1px;
    font-weight: 900;
    color: #333333;
    text-transform: uppercase;
    font-size: 14px;
    border-top: 0;
    text-align: center; }
.cart-section tbody h2, .wishlist-section tbody h2 {
  margin-bottom: 0; }
.cart-section tbody tr td, .wishlist-section tbody tr td {
  vertical-align: middle;
  color: #222222;
  border-top: 0;
  border-bottom: 1px solid #eeeeee;
  text-align: center; }
  .cart-section tbody tr td a, .cart-section tbody tr td p, .wishlist-section tbody tr td a, .wishlist-section tbody tr td p {
    color: #222222;
    font-weight: 400;
    font-size: 14px;
    text-transform: capitalize;
    margin-bottom: 0; }
    .cart-section tbody tr td a img, .cart-section tbody tr td p img, .wishlist-section tbody tr td a img, .wishlist-section tbody tr td p img {
      height: 90px; }
  .cart-section tbody tr td .td-color, .wishlist-section tbody tr td .td-color {
    color: #f99a33; }
  .cart-section tbody tr td h2, .wishlist-section tbody tr td h2 {
    font-size: 18px;
    color: #333333;
    font-weight: 400; }
  .cart-section tbody tr td .mobile-cart-content, .wishlist-section tbody tr td .mobile-cart-content {
    display: none;
    justify-content: center;
    margin-top: 10px; }
    .cart-section tbody tr td .mobile-cart-content .qty-box, .wishlist-section tbody tr td .mobile-cart-content .qty-box {
      border-right: 1px solid #dddddd;
      border-radius: 5px; }
      .cart-section tbody tr td .mobile-cart-content .qty-box .input-group .form-control, .wishlist-section tbody tr td .mobile-cart-content .qty-box .input-group .form-control {
        width: 48px;
        padding: 6px; }
    .cart-section tbody tr td .mobile-cart-content .col-xs-3, .wishlist-section tbody tr td .mobile-cart-content .col-xs-3 {
      align-self: center;
      margin-left: 10px;
      margin-right: 10px; }
    .cart-section tbody tr td .mobile-cart-content h2, .wishlist-section tbody tr td .mobile-cart-content h2 {
      font-size: 20px; }
.cart-section tfoot tr th, .wishlist-section tfoot tr th {
  padding-top: 35px;
  text-align: right; }
.cart-section tfoot tr td, .wishlist-section tfoot tr td {
  padding-top: 35px;
  padding-bottom: 0;
  text-align: right;
  border: none;
  padding-right: 45px; }
  .cart-section tfoot tr td h2, .wishlist-section tfoot tr td h2 {
    font-size: 24px;
    margin-bottom: 0; }
  .cart-section tfoot tr td:first-child, .wishlist-section tfoot tr td:first-child {
    width: 85%;
    font-size: 15px;
    padding-right: 10px;
    text-transform: capitalize;
    font-weight: 700; }

.blog-detail-page .blog-detail p:last-child {
  margin-bottom: 0; }
.blog-detail-page .blog-detail img {
  margin-bottom: 40px; }
.blog-detail-page .blog-detail h3 {
  color: #333333;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: uppercase; }
.blog-detail-page .blog-detail p {
  color: #222222;
  line-height: 1.8; }
.blog-detail-page .blog-detail .post-social {
  color: #222222;
  text-align: left;
  padding-bottom: 15px;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 15px; }
  .blog-detail-page .blog-detail .post-social li + li {
    padding-left: 15px;
    margin-left: 15px;
    border-left: 1px solid #dddddd; }
.blog-detail-page .blog-advance > div:last-child p:last-child {
  margin-bottom: 0; }
.blog-detail-page .blog-advance img {
  margin-bottom: 25px;
  margin-top: 25px; }
.blog-detail-page .blog-advance ul {
  list-style-type: decimal;
  list-style-position: inside;
  line-height: 2.5;
  font-size: 15px; }
  .blog-detail-page .blog-advance ul li {
    display: list-item;
    font-weight: 700; }
.blog-detail-page .blog-advance p {
  line-height: 1.8; }
.blog-detail-page .comment-section {
  border-bottom: 1px solid #dddddd; }
  .blog-detail-page .comment-section li {
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid #dddddd; }
    .blog-detail-page .comment-section li img {
      height: 65px;
      width: 65px;
      margin-right: 20px;
      border-radius: 100%; }
    .blog-detail-page .comment-section li h6 {
      color: #444444;
      text-transform: uppercase;
      font-weight: 700;
      margin-bottom: 5px; }
      .blog-detail-page .comment-section li h6 span {
        font-size: 13px;
        font-weight: 500;
        text-transform: capitalize;
        color: #222222;
        margin-left: 20px; }
    .blog-detail-page .comment-section li p {
      line-height: 1.8;
      margin-bottom: 0; }
    .blog-detail-page .comment-section li:last-child {
      padding-bottom: 0px; }
.blog-detail-page .blog-contact h2 {
  margin-bottom: 30px; }
.blog-detail-page .blog-contact .theme-form label {
  text-transform: capitalize;
  color: #333333;
  font-size: 16px;
  font-weight: 700; }
.blog-detail-page .blog-contact .theme-form input, .blog-detail-page .blog-contact .theme-form textarea {
  border-color: #dddddd;
  font-size: 14px;
  padding: 17px 25px;
  margin-bottom: 30px; }

.blog-page .blog-sidebar h6 {
  margin-bottom: 0;
  line-height: 20px;
  color: #333333;
  font-weight: 700; }
.blog-page .blog-sidebar p {
  line-height: 20px;
  margin-bottom: 0;
  color: #555555; }
.blog-page .blog-sidebar h4 {
  color: #333333;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 20px;
  letter-spacing: 1px; }
.blog-page .blog-sidebar .theme-card {
  border: 1px solid #dddddd;
  padding: 30px;
  background-color: white; }
  .blog-page .blog-sidebar .theme-card .recent-blog li .media img {
    width: 100px;
    margin-right: 10px; }
  .blog-page .blog-sidebar .theme-card .recent-blog li + li {
    margin-top: 30px; }
  .blog-page .blog-sidebar .theme-card .popular-tags li a {
    color: #222222;
    text-transform: capitalize;
    font-weight: 600; }
  .blog-page .blog-sidebar .theme-card + .theme-card {
    margin-top: 30px; }
.blog-page .blog-media {
  margin-bottom: 30px; }
  .blog-page .blog-media:last-child {
    margin-bottom: 0; }
  .blog-page .blog-media .blog-right {
    height: 100%;
    align-items: center;
    justify-content: center;
    display: flex; }
    .blog-page .blog-media .blog-right h6 {
      color: #f99a33;
      text-transform: uppercase;
      margin-bottom: 10px; }
    .blog-page .blog-media .blog-right h4 {
      color: #333333;
      font-weight: 700;
      line-height: 1.5;
      margin-bottom: 15px; }
    .blog-page .blog-media .blog-right p {
      line-height: 1.8;
      margin-bottom: 0;
      letter-spacing: 0.04em; }
    .blog-page .blog-media .blog-right ul {
      color: #222222;
      margin-bottom: 15px; }
      .blog-page .blog-media .blog-right ul li {
        font-size: 14px;
        line-height: 1.5; }
        .blog-page .blog-media .blog-right ul li i {
          padding-right: 3px; }
        .blog-page .blog-media .blog-right ul li + li {
          padding-left: 15px;
          margin-left: 15px;
          border-left: 1px solid #dddddd; }

.product-slick .slick-prev, .product-slick .slick-next, .rtl-product-slick .slick-prev, .rtl-product-slick .slick-next, .product-right-slick .slick-prev, .product-right-slick .slick-next, .rtl-product-right-slick .slick-prev, .rtl-product-right-slick .slick-next {
  margin-top: -10px; }
.product-slick .slick-next, .rtl-product-slick .slick-next, .product-right-slick .slick-next, .rtl-product-right-slick .slick-next {
  right: 20px;
  z-index: 1; }
.product-slick .slick-prev, .rtl-product-slick .slick-prev, .product-right-slick .slick-prev, .rtl-product-right-slick .slick-prev {
  left: 20px;
  z-index: 1; }
.product-slick .slick-slide > div, .rtl-product-slick .slick-slide > div, .product-right-slick .slick-slide > div, .rtl-product-right-slick .slick-slide > div {
  display: flex;
  margin-bottom: 15px; }
  .product-slick .slick-slide > div img, .rtl-product-slick .slick-slide > div img, .product-right-slick .slick-slide > div img, .rtl-product-right-slick .slick-slide > div img {
    margin: 0 auto; }

.slider-nav, .rtl-slider-nav, .slider-right-nav, .rtl-slider-right-nav {
  /*   .slick-track{
  transform: translate3d(0, 0, 0) !important;
} */ }
  .slider-nav .slick-slide, .rtl-slider-nav .slick-slide, .slider-right-nav .slick-slide, .rtl-slider-right-nav .slick-slide {
    background: transparent; }
    .slider-nav .slick-slide img, .rtl-slider-nav .slick-slide img, .slider-right-nav .slick-slide img, .rtl-slider-right-nav .slick-slide img {
      margin: 0 auto; }
    .slider-nav .slick-slide > div, .rtl-slider-nav .slick-slide > div, .slider-right-nav .slick-slide > div, .rtl-slider-right-nav .slick-slide > div {
      display: flex;
      margin: 5px;
      border: 1px solid #dddddd;
      transition: all 0.5s ease; }
    .slider-nav .slick-slide.slick-current > div, .rtl-slider-nav .slick-slide.slick-current > div, .slider-right-nav .slick-slide.slick-current > div, .rtl-slider-right-nav .slick-slide.slick-current > div {
      border-color: #aaaaaa;
      transition: all 0.5s ease; }
    .slider-nav .slick-slide.slick-active, .rtl-slider-nav .slick-slide.slick-active, .slider-right-nav .slick-slide.slick-active, .rtl-slider-right-nav .slick-slide.slick-active {
      transition: all 0.5s ease; }

.home-slider .slick-slide.slick-active, .center-slider .slick-slide.slick-active {
  transition: all 0.5s ease;
  /*.home {
    animation: zoomIn 3.3s ease-in-out;
  }*/ }
  .home-slider .slick-slide.slick-active .slider-contain > div > h4, .center-slider .slick-slide.slick-active .slider-contain > div > h4 {
    animation: slideInUp 900ms ease-in-out; }
  .home-slider .slick-slide.slick-active .slider-contain > div > h1, .center-slider .slick-slide.slick-active .slider-contain > div > h1 {
    animation: slideInUp 1000ms ease-in-out; }
  .home-slider .slick-slide.slick-active .slider-contain > div > h3, .center-slider .slick-slide.slick-active .slider-contain > div > h3 {
    animation: slideInUp 1100ms ease-in-out; }
  .home-slider .slick-slide.slick-active .slider-contain > div .btn-solid, .center-slider .slick-slide.slick-active .slider-contain > div .btn-solid {
    animation: slideInUp 1200ms ease-in-out; }

.slider-right-nav .slick-slide:first-child > div, .rtl-slider-right-nav .slick-slide:first-child > div {
  margin-top: 0; }

.pro_sticky_info {
  border: 1px solid #dddddd;
  padding: 20px; }

.is_stuck {
  margin-top: 60px; }

.image-scroll div > div {
  padding-bottom: 20px; }
  .image-scroll div > div:last-child {
    padding: 0; }

.product-right p {
  margin-bottom: 0;
  line-height: 1.5em;
  letter-spacing: 0.5px; }
.product-right .product-title {
  color: #333333;
  text-transform: capitalize;
  font-weight: 700;
  margin-bottom: 10px; }
  .product-right .product-title.cate-mode {
    margin-bottom: 20px !important; }
.product-right .border-product {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px dashed #dddddd; }
.product-right h2 {
  text-transform: capitalize;
  margin-bottom: 15px;
  font-size: 25px;
  line-height: 1.2em; }
.product-right h3 {
  font-size: 26px;
  color: #333333;
  margin-bottom: 15px; }
.product-right h4 {
  font-size: 16px;
  margin-bottom: 7px; }
  .product-right h4 del {
    color: #222222; }
  .product-right h4 span {
    padding-left: 5px;
    color: #f99a33; }
.product-right .color-variant {
  margin-bottom: 25px; }
  .product-right .color-variant li {
    height: 30px;
    width: 30px;
    cursor: pointer; }
.product-right .product-buttons {
  margin-bottom: 20px;
  display: inline-flex; }
  .product-right .product-buttons .btn-solid, .product-right .product-buttons .btn-outline {
    padding: 7px 25px; }
  .product-right .product-buttons button:nth-child(2) {
    margin-left: 10px; }
  .product-right .product-buttons .dynamic-payment-button .shopify-payment-button__button {
    padding: 10px 20px;
    color: #ffffff;
    border: 1px solid #f99a33;
    background-color: #f99a33;
    position: relative;
    z-index: 3;
    border-radius: 0;
    font-weight: 400;
    position: relative;
    letter-spacing: 0.05em;
    display: inline-block;
    text-transform: uppercase;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease; }
    .product-right .product-buttons .dynamic-payment-button .shopify-payment-button__button:hover, .product-right .product-buttons .dynamic-payment-button .shopify-payment-button__button:focus {
      background-color: #000000;
      border-color: #000000;
      color: #ffffff; }
  .product-right .product-buttons .dynamic-payment-button .shopify-payment-button__button--hidden {
    padding: 0;
    margin: 0;
    font-size: 0;
    display: none; }
.product-right .pro-desc ul {
  list-style: disc;
  padding-left: 20px; }
  .product-right .pro-desc ul li {
    display: list-item; }
.product-right .sold_notify_form {
  margin-bottom: 15px; }
  .product-right .sold_notify_form p {
    margin-bottom: 5px; }
  .product-right .sold_notify_form #notify-me-wrapper {
    display: flex;
    width: 100%; }
.product-right .product-description h6 span {
  float: right; }
.product-right .product-description .qty-box {
  display: flex;
  align-items: center;
  margin-top: 10px; }
  .product-right .product-description .qty-box .input-group {
    justify-content: unset;
    width: unset; }
    .product-right .product-description .qty-box .input-group .form-control {
      border-right: none; }
.product-right .size-box {
  margin-top: 10px;
  margin-bottom: 10px; }
  .product-right .size-box ul li {
    height: 35px;
    width: auto;
    margin-right: 10px;
    cursor: pointer;
    text-align: center; }
    .product-right .size-box ul li a {
      color: #333333;
      font-size: 18px;
      display: flex;
      align-items: center;
      justify-content: center;
      height: 100%; }
    .product-right .size-box ul li label {
      width: auto;
      padding: 0 5px; }
    .product-right .size-box ul li.active {
      background-color: #f7f7f7; }
.product-right .material-variant li label {
  width: auto;
  min-width: auto;
  padding: 0 5px; }
.product-right .product-icon {
  display: flex; }
  .product-right .product-icon .product-social {
    margin-top: 5px; }
    .product-right .product-icon .product-social li {
      padding-right: 30px; }
      .product-right .product-icon .product-social li a {
        color: #333333;
        transition: all 0.3s ease; }
        .product-right .product-icon .product-social li a i {
          font-size: 18px; }
        .product-right .product-icon .product-social li a:hover {
          color: #f99a33; }
      .product-right .product-icon .product-social li:last-child {
        padding-right: 0; }
  .product-right .product-icon .wishlist-btn {
    background-color: transparent;
    border: none;
    color: #f99a33;
    margin-top: 5px; }
    .product-right .product-icon .wishlist-btn a {
      vertical-align: middle; }
    .product-right .product-icon .wishlist-btn i {
      border-left: 1px solid #dddddd;
      font-size: 18px;
      padding-left: 10px;
      margin-left: 15px;
      transition: all 0.5s ease; }
    .product-right .product-icon .wishlist-btn span {
      padding-left: 10px;
      font-size: 18px; }
    .product-right .product-icon .wishlist-btn:hover i {
      color: #f99a33;
      transition: all 0.5s ease; }
.product-right .payment-card-bottom {
  margin-top: 10px; }
  .product-right .payment-card-bottom ul li {
    padding-right: 10px; }
.product-right .timer {
  margin-top: 0px;
  background-color: #f7f7f7; }
  .product-right .timer p {
    color: #333333; }
.product-right.product-form-box {
  text-align: center;
  border: 1px solid #dddddd;
  padding: 20px; }
  .product-right.product-form-box .product-description .qty-box {
    margin-bottom: 5px; }
    .product-right.product-form-box .product-description .qty-box .input-group {
      justify-content: center;
      width: 100%; }
  .product-right.product-form-box .product-buttons {
    margin-bottom: 10px; }
  .product-right.product-form-box .timer {
    margin-bottom: 10px;
    text-align: left; }
.product-right .cate-mode span a {
  font-size: 18px;
  color: #f99a33;
  border-bottom: 1px solid; }
.product-right .login-price {
  font-size: 15px;
  display: block;
  color: #f99a33;
  font-weight: 600; }

.single-product-tables {
  display: flex;
  margin-top: 20px; }
  .single-product-tables table {
    width: 20%; }
    .single-product-tables table tr {
      height: 35px; }
      .single-product-tables table tr td:first-child {
        font-weight: 600; }
      .single-product-tables table tr .in-stock td:last-child {
        color: #29a222; }
      .single-product-tables table tr .out-of-stock td:last-child {
        color: #e21b1b; }
  .single-product-tables.detail-section {
    margin-top: 0; }
    .single-product-tables.detail-section table {
      width: 55%; }

.product-accordion .btn-link {
  color: #333333; }
  .product-accordion .btn-link:hover {
    text-decoration: none; }
.product-accordion .card {
  border: none; }
  .product-accordion .card .card-body ul li {
    display: list-item; }
.product-accordion .card-header {
  padding: 5px 8px;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.125);
  background-color: rgba(127, 127, 127, 0.03); }

.product-related h2 {
  color: #333333;
  padding-bottom: 20px;
  border-bottom: 1px solid #dddada;
  margin-bottom: 20px; }

.rating {
  margin-top: 0; }
  .rating i {
    padding-right: 5px; }
    .rating i:nth-child(-n + 4) {
      color: #ffa200; }
    .rating i:last-child {
      color: #dddddd; }
  .rating .three-star {
    padding-bottom: 5px; }
    .rating .three-star i {
      color: #acacac; }
      .rating .three-star i:nth-child(-n + 3) {
        color: #ffd200; }

.tab-border {
  border: 1px solid #dddddd;
  margin: 0;
  padding: 8px 0; }
  .tab-border .nav-border {
    border-bottom: 0;
    border-right: 1px solid #dddddd; }

.tab-product, .product-full-tab {
  padding-top: 30px; }
  .tab-product .nav-material.nav-tabs, .product-full-tab .nav-material.nav-tabs {
    display: flex;
    align-items: center;
    flex-wrap: nowrap; }
    .tab-product .nav-material.nav-tabs .nav-item .nav-link, .product-full-tab .nav-material.nav-tabs .nav-item .nav-link {
      color: #212121;
      text-align: center;
      padding: 15px 20px;
      text-transform: uppercase;
      border: 0; }
    .tab-product .nav-material.nav-tabs .nav-item .material-border, .product-full-tab .nav-material.nav-tabs .nav-item .material-border {
      border-bottom: 2px solid #f99a33;
      opacity: 0; }
    .tab-product .nav-material.nav-tabs .nav-link.active, .product-full-tab .nav-material.nav-tabs .nav-link.active {
      color: #f99a33; }
      .tab-product .nav-material.nav-tabs .nav-link.active ~ .material-border, .product-full-tab .nav-material.nav-tabs .nav-link.active ~ .material-border {
        transition: all 0.3s ease;
        opacity: 1; }
  .tab-product .tab-pane, .product-full-tab .tab-pane {
    padding: 10px 0; }
    .tab-product .tab-pane p, .tab-product .tab-pane span, .product-full-tab .tab-pane p, .product-full-tab .tab-pane span {
      padding-bottom: 5px; }
    .tab-product .tab-pane ul, .product-full-tab .tab-pane ul {
      list-style: disc;
      list-style-position: inside;
      padding-bottom: 5px;
      padding-left: 20px; }
      .tab-product .tab-pane ul li, .product-full-tab .tab-pane ul li {
        display: list-item; }
  .tab-product .theme-form input, .product-full-tab .theme-form input {
    border-color: #dddddd;
    font-size: 15px;
    padding: 15px 25px;
    margin-bottom: 15px;
    height: inherit;
    text-align: left; }
  .tab-product .theme-form .btn-solid, .product-full-tab .theme-form .btn-solid {
    margin: 0 auto; }
  .tab-product .theme-form textarea, .product-full-tab .theme-form textarea {
    border-color: #dddddd;
    font-size: 15px;
    padding: 17px 25px;
    margin-bottom: 15px;
    height: inherit; }
  .tab-product .tab-content.nav-material p, .product-full-tab .tab-content.nav-material p {
    padding-top: 20px;
    margin-bottom: 0;
    line-height: 2; }
  .tab-product .tab-content.nav-material .media, .product-full-tab .tab-content.nav-material .media {
    margin-top: 20px; }
  .tab-product .title, .product-full-tab .title {
    padding-right: 45px;
    color: #f99a33;
    padding-bottom: 20px; }
  .tab-product .theme-slider .slick-arrow, .product-full-tab .theme-slider .slick-arrow {
    top: -45px;
    height: auto; }
    .tab-product .theme-slider .slick-arrow :before, .product-full-tab .theme-slider .slick-arrow :before {
      color: black;
      font-size: 18px; }
  .tab-product .product-box, .product-full-tab .product-box {
    position: relative;
    margin: 5px; }
    .tab-product .product-box:hover, .product-full-tab .product-box:hover {
      box-shadow: 0 0 12px 0 #dddddd; }
      .tab-product .product-box:hover .lbl-1, .product-full-tab .product-box:hover .lbl-1 {
        opacity: 1;
        transition: all 0.3s ease; }
      .tab-product .product-box:hover .lbl-2, .product-full-tab .product-box:hover .lbl-2 {
        opacity: 1;
        animation: flipInY 1000ms ease-in-out; }
      .tab-product .product-box:hover .color-variant li, .product-full-tab .product-box:hover .color-variant li {
        opacity: 1 !important;
        animation: fadeInUp 500ms ease-in-out; }
    .tab-product .product-box .img-block, .product-full-tab .product-box .img-block {
      min-height: unset; }
    .tab-product .product-box .cart-info, .product-full-tab .product-box .cart-info {
      position: absolute;
      padding: 10px 0;
      top: 25%;
      right: 15px;
      width: 40px;
      margin-right: 0; }
      .tab-product .product-box .cart-info i, .product-full-tab .product-box .cart-info i {
        padding-right: 0; }
      .tab-product .product-box .cart-info a, .tab-product .product-box .cart-info button, .product-full-tab .product-box .cart-info a, .product-full-tab .product-box .cart-info button {
        color: #333333;
        transition: all 0.3s ease;
        background-color: white;
        height: 35px;
        width: 35px;
        margin: 7px 0;
        border-radius: 100%;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border: 0;
        box-shadow: 0 0 12px 0 #dddddd; }
        .tab-product .product-box .cart-info a :hover, .tab-product .product-box .cart-info button :hover, .product-full-tab .product-box .cart-info a :hover, .product-full-tab .product-box .cart-info button :hover {
          transition: all 0.3s ease;
          color: #f99a33; }
    .tab-product .product-box .lbl-1, .product-full-tab .product-box .lbl-1 {
      background-color: #f99a33;
      padding: 2px 20px 2px 10px;
      display: inline-block;
      text-align: center;
      color: #ffffff;
      position: absolute;
      left: 0;
      top: 15px;
      font-size: 14px;
      line-height: 1.5;
      opacity: 0; }
      .tab-product .product-box .lbl-1:before, .product-full-tab .product-box .lbl-1:before {
        content: "";
        position: absolute;
        right: 0;
        top: 0;
        width: 0;
        height: 0;
        border-top: 12px solid #f99a33;
        border-bottom: 13px solid #f99a33;
        border-right: 7px solid white; }
    .tab-product .product-box .lbl-2, .product-full-tab .product-box .lbl-2 {
      font-size: 14px;
      top: 15px;
      position: absolute;
      right: 10px;
      color: #333333;
      font-weight: 600;
      text-transform: capitalize;
      opacity: 0; }
    .tab-product .product-box a, .product-full-tab .product-box a {
      color: #0072bb;
      font-size: 15px;
      font-weight: 700;
      letter-spacing: 1px; }
    .tab-product .product-box .color-variant, .product-full-tab .product-box .color-variant {
      position: absolute;
      top: -35px;
      width: 100%; }
    .tab-product .product-box .slick-slide img, .product-full-tab .product-box .slick-slide img {
      display: block; }
    .tab-product .product-box .product-details, .product-full-tab .product-box .product-details {
      position: relative; }
      .tab-product .product-box .product-details .color-variant, .product-full-tab .product-box .product-details .color-variant {
        position: absolute;
        top: -35px;
        width: 100%; }
        .tab-product .product-box .product-details .color-variant li, .product-full-tab .product-box .product-details .color-variant li {
          opacity: 0;
          display: inline-block;
          height: 15px;
          width: 15px;
          border-radius: 100%;
          margin: 0 3px;
          transition: all 0.3s ease;
          cursor: pointer; }
      .tab-product .product-box .product-details h6, .product-full-tab .product-box .product-details h6 {
        color: #333333;
        font-weight: 600;
        letter-spacing: 1px;
        text-transform: capitalize; }
      .tab-product .product-box .product-details .price, .product-full-tab .product-box .product-details .price {
        padding-bottom: 10px;
        font-size: 16px;
        color: #f99a33; }

.product-full-tab {
  padding-top: 70px; }

.bundle {
  margin-top: 10px; }
  .bundle .bundle_img {
    display: flex; }
    .bundle .bundle_img .img-box {
      opacity: 0.4; }
      .bundle .bundle_img .img-box img {
        max-width: 115px;
        border: 1px solid #ddd;
        padding: 2px; }
      .bundle .bundle_img .img-box.bundle_curr_proImg {
        opacity: 1; }
    .bundle .bundle_img .plus {
      display: flex;
      align-items: center;
      padding: 0 7px;
      font-size: 22px; }
      .bundle .bundle_img .plus:last-child {
        display: none; }
  .bundle .bundle_detail {
    margin-top: 15px; }
    .bundle .bundle_detail .price_product {
      color: black;
      padding-left: 3px;
      font-weight: 700; }
    .bundle .bundle_detail .bundle_product_cls {
      opacity: 0.4; }
    .bundle .bundle_detail .bundle_active_pro {
      opacity: 1; }

.theme_checkbox label {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 14px;
  user-select: none;
  text-transform: capitalize;
  color: #333333; }
  .theme_checkbox label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0; }
    .theme_checkbox label input:checked ~ .checkmark:after {
      display: block; }
  .theme_checkbox label .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: white;
    border: 1px solid #dddddd; }
    .theme_checkbox label .checkmark:after {
      content: "";
      position: absolute;
      display: none;
      left: 7px;
      top: 3px;
      width: 5px;
      height: 10px;
      border: solid black;
      border-width: 0 2px 2px 0;
      transform: rotate(45deg); }

.quick-view {
  max-width: 1080px;
  max-height: 600px;
  position: relative; }

.metro-section.product-box .product-detail {
  opacity: 0;
  position: absolute;
  background-color: white;
  padding: 10px;
  transition: all 0.5s ease;
  width: 80%;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -10px;
  text-align: center; }
  .metro-section.product-box .product-detail h6 {
    color: #525252;
    padding-top: 0;
    margin-top: -2px; }
  .metro-section.product-box .product-detail h4 {
    font-weight: 400;
    color: black; }
.metro-section.product-box .cart-wrap {
  top: 7px;
  right: 7px;
  opacity: 1; }
  .metro-section.product-box .cart-wrap button {
    border: 1px solid white;
    border-radius: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    opacity: 1; }
    .metro-section.product-box .cart-wrap button i {
      padding: 7px;
      color: #333333; }
  .metro-section.product-box .cart-wrap a i {
    border-radius: 100%;
    border: 1px solid white;
    margin: 5px 0;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 7px;
    color: #333333;
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center; }
.metro-section.product-box:hover .product-detail {
  opacity: 1;
  transition: all 0.5s ease;
  bottom: 15px; }
.metro-section.product-box:hover .cart-wrap button {
  animation: none; }
.metro-section.product-box:hover .cart-wrap a i {
  opacity: 1; }
.metro-section.product-box:hover .cart-wrap a:nth-child(2) i {
  animation: fadeInDown 500ms ease-in-out; }
.metro-section.product-box:hover .cart-wrap a:nth-child(3) i {
  animation: fadeInDown 700ms ease-in-out; }
.metro-section.product-box:hover .cart-wrap a:nth-child(4) i {
  animation: fadeInDown 1000ms ease-in-out; }

.portfolio-section {
  padding-bottom: 40px; }
  .portfolio-section .article-title {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    color: white;
    transition: all 0.5s ease;
    text-align: center;
    float: left;
    font-size: 18px;
    line-height: 24px; }
    .portfolio-section .article-title a {
      color: black; }
  .portfolio-section .isotopeSelector {
    float: left;
    width: 100%;
    position: relative; }
    .portfolio-section .isotopeSelector .overlay {
      position: relative;
      border: 1px solid #dddddd; }
    .portfolio-section .isotopeSelector img {
      width: 100%;
      height: auto; }
  .portfolio-section .isotopeSelector {
    margin-bottom: 30px; }
    .portfolio-section .isotopeSelector img {
      transition: all .4s ease; }
    .portfolio-section .isotopeSelector .overlay-background {
      transform: scale(0);
      transition: all .4s ease; }
      .portfolio-section .isotopeSelector .overlay-background i {
        position: absolute;
        top: 50%;
        left: 50%;
        background-color: white;
        padding: 10px;
        border-radius: 100%;
        transform: translate(-50%, -50%);
        color: #f99a33;
        font-size: 22px;
        display: none;
        transition: all 0.4s ease;
        width: 40px;
        height: 40px;
        align-items: center;
        justify-content: center; }
    .portfolio-section .isotopeSelector:hover img {
      transform: scale(1.2) rotate(2deg);
      transition: all .4s ease; }
    .portfolio-section .isotopeSelector:hover .overlay-background {
      transform: scale(1);
      border: 3px solid white;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      z-index: 1;
      background-color: rgba(249, 154, 51, 0.2);
      transition: all 0.4s ease; }
      .portfolio-section .isotopeSelector:hover .overlay-background i {
        display: flex;
        transition: all 0.4s ease; }
  .portfolio-section .border-portfolio {
    margin: 3px;
    overflow: hidden; }
  .portfolio-section #form1 {
    padding-bottom: 20px; }
  .portfolio-section .filter-button {
    padding: 0 24px;
    font-size: 20px;
    line-height: 35px;
    border: none;
    text-transform: capitalize;
    background-color: white; }
    .portfolio-section .filter-button.active {
      background-color: #f99a33;
      color: white; }
  .portfolio-section.fullwidth-portfolio .isotopeSelector {
    padding-left: 7px;
    padding-right: 7px;
    margin-bottom: 14px; }
  .portfolio-section.metro-section.product-box .product-detail {
    opacity: 0;
    position: absolute;
    background-color: white;
    padding: 10px;
    transition: all 0.5s ease;
    width: 80%;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -10px;
    text-align: center; }
    .portfolio-section.metro-section.product-box .product-detail h6 {
      color: #525252;
      padding-top: 0;
      margin-top: -2px; }
    .portfolio-section.metro-section.product-box .product-detail h4 {
      font-weight: 400;
      color: black; }
  .portfolio-section.metro-section.product-box .cart-wrap {
    top: 7px;
    right: 7px;
    opacity: 1; }
    .portfolio-section.metro-section.product-box .cart-wrap button {
      border: 1px solid white;
      border-radius: 100%;
      background-color: rgba(255, 255, 255, 0.8);
      opacity: 1; }
      .portfolio-section.metro-section.product-box .cart-wrap button i {
        padding: 7px;
        color: #333333; }
    .portfolio-section.metro-section.product-box .cart-wrap a i {
      border-radius: 100%;
      border: 1px solid white;
      margin: 5px 0;
      background-color: rgba(255, 255, 255, 0.8);
      padding: 7px;
      color: #333333;
      opacity: 0;
      display: flex;
      align-items: center;
      justify-content: center; }
  .portfolio-section.metro-section.product-box:hover .product-detail {
    opacity: 1;
    transition: all 0.5s ease;
    bottom: 15px; }
  .portfolio-section.metro-section.product-box:hover .cart-wrap button {
    animation: none; }
  .portfolio-section.metro-section.product-box:hover .cart-wrap a i {
    opacity: 1; }
  .portfolio-section.metro-section.product-box:hover .cart-wrap a:nth-child(2) i {
    animation: fadeInDown 500ms ease-in-out; }
  .portfolio-section.metro-section.product-box:hover .cart-wrap a:nth-child(3) i {
    animation: fadeInDown 700ms ease-in-out; }
  .portfolio-section.metro-section.product-box:hover .cart-wrap a:nth-child(4) i {
    animation: fadeInDown 1000ms ease-in-out; }

.filter-section .filter-container {
  text-align: center;
  padding: 0 0 20px; }
  .filter-section .filter-container ul.filter > li {
    padding: 0 25px; }
    .filter-section .filter-container ul.filter > li > a {
      color: #f99a33;
      font-size: 20px;
      line-height: 40px; }
      .filter-section .filter-container ul.filter > li > a:hover, .filter-section .filter-container ul.filter > li > a:focus {
        text-decoration: none;
        color: #f99a33;
        outline: none; }
    .filter-section .filter-container ul.filter > li.active {
      background-color: #f99a33; }
      .filter-section .filter-container ul.filter > li.active a {
        color: white; }
    .filter-section .filter-container ul.filter > li span {
      color: #ddd;
      font-size: 20px;
      display: inline-block;
      margin: 0 5px; }
  .filter-section .filter-container .filter > li {
    padding: 0;
    margin: 0; }
.filter-section .title1 .title-inner1 {
  margin-top: -5px; }
.filter-section h1 {
  text-align: center; }

.demo-colored-wrap {
  background: #ecf0f1; }

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1; }

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8; }

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0; }

.offer-box {
  top: 50%;
  position: fixed;
  transform: translateY(-50%);
  display: flex;
  left: -415px;
  transition: all 0.5s ease;
  z-index: 9; }
  .offer-box img {
    margin-right: 18px; }
  .offer-box.toggle-cls {
    left: 0;
    transition: all 0.5s ease; }
  .offer-box .heading-right h3 {
    position: absolute;
    top: 50%;
    right: 0;
    width: 230px;
    height: 36px;
    line-height: 36px;
    letter-spacing: 5px;
    font-size: 18px;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    transform: translate(50%, -50%) rotate(-90deg);
    text-align: center;
    background-color: #f99a33;
    margin-bottom: 0;
    cursor: pointer; }

/*=====================
32.RTL CSS start
==========================*/
body.rtl {
  direction: rtl; }

.rtl {
  /*   h1, h2, h3, h4, h5, h6, p {
      text-align: right;
    } */
  /*.product-box .product-detail, .product-box .product-info, .product-wrap .product-detail, .product-wrap .product-info{
    text-align: right;
  }*/ }
  .rtl #cookie-bar p {
    text-align: center; }
  .rtl ul {
    -webkit-padding-start: 0; }
  .rtl.template-product .product-right, .rtl.template-collection .product-right {
    text-align: right !important; }
    .rtl.template-product .product-right ul, .rtl.template-product .product-right ol, .rtl.template-collection .product-right ul, .rtl.template-collection .product-right ol {
      text-align: right;
      width: 100%; }
  .rtl.template-product .collection-filter, .rtl.template-collection .collection-filter {
    text-align: right; }
  .rtl .slick-slider {
    direction: ltr; }
  .rtl .offset-md-3, .rtl .offset-lg-2, .rtl .offset-xl-3, .rtl .offset-lg-3, .rtl .offset-md-2 {
    margin: 0 auto; }
  .rtl .title1 h4, .rtl .title1 h2, .rtl .title2 h4, .rtl .title2 h2, .rtl .title3 h4, .rtl .title3 h2, .rtl .title4 h4, .rtl .title4 h2 {
    text-align: center; }
  .rtl .theme-modal.demo-modal .modal-dialog .modal-content .modal-body .demo-section .title-text h3 i {
    left: 142px; }
  .rtl .category-header-2 .menu-outer-center #main-nav .pixelstrap > li:nth-child(1) > a, .rtl .category-header-2 .menu-outer-center #main-nav .pixelstrap > li:nth-child(2) > a {
    padding-right: 0;
    padding-left: 15px; }
  .rtl .cart_qty_cls {
    right: 4px; }
  .rtl .add_to_cart .cart-inner .cart_media form li .media {
    text-align: right; }
    .rtl .add_to_cart .cart-inner .cart_media form li .media img {
      margin-left: 1rem !important;
      margin-right: 0 !important; }
  .rtl .download-app {
    float: right; }
  .rtl .addtocart_count .product-box .qty-add-box .qty-box label {
    margin-right: 0px;
    margin-left: 8px; }
  .rtl .addtocart_count .product-box .qty-add-box .qty-box .input-group .form-control {
    /*               border-radius: 20px;
                  border-bottom-left-radius: 0;
                  border-top-left-radius: 0; */ }
  .rtl .addtocart_count .product-box .qty-add-box .add_to_cart_btn_cls {
    /*           border-radius: 20px;
              border-bottom-right-radius: 0;
              border-top-right-radius: 0; */
    margin-left: 0px;
    margin-right: 10px; }
  .rtl .category-header-2 .menu-outer-center {
    text-align: right; }
  .rtl .category-header-2 .category-left .nav-block .nav-left .navbar h5 {
    margin-right: 16px;
    margin-left: 0px; }
  .rtl .category-header-2 .category-left .nav-block .nav-left .navbar .nav-desk {
    text-align: right; }
  .rtl .home-slider .slider-contain .btn-solid, .rtl .center-slider .slider-contain .btn-solid {
    float: inherit; }
  .rtl .home-slider .slick-next, .rtl .center-slider .slick-next {
    right: unset;
    left: 40px; }
    .rtl .home-slider .slick-next:before, .rtl .center-slider .slick-next:before {
      transform: rotate(180deg); }
  .rtl .home-slider .slick-prev, .rtl .center-slider .slick-prev {
    left: unset;
    right: 40px; }
    .rtl .home-slider .slick-prev:before, .rtl .center-slider .slick-prev:before {
      transform: rotate(180deg); }
  .rtl .home-slider:hover .slick-next, .rtl .center-slider:hover .slick-next {
    right: unset;
    left: 70px; }
  .rtl .home-slider:hover .slick-prev, .rtl .center-slider:hover .slick-prev {
    left: unset;
    right: 70px; }
  .rtl .pwd-page h2 {
    text-align: center; }
  .rtl .main-menu .menu-right .icon-nav .onhover-div .show-div.setting, .rtl .main-menu .menu-right .icon-nav .onhover-div .show-div.my-account {
    text-align: right; }
  .rtl .gym-product.product-box {
    direction: rtl; }
  .rtl .add_to_cart .cart-inner .cart_media form .close-circle {
    left: 0;
    right: auto; }
  .rtl .add_to_cart .cart-inner .cart_top .close-cart {
    margin-right: auto;
    margin-left: 0; }
  .rtl .menu-right .icon-nav .onhover-div .show-div.shopping-cart form li .media .media-body {
    text-align: right; }
  .rtl .product-box .color-variant {
    -webkit-padding-start: 0; }
  .rtl .product-box .product-info h4, .rtl .product-box .product-info h6 {
    text-align: center; }
  .rtl .product-box .product-detail .advanced_add_cart .variantsList, .rtl .product-box .product-detail .product-info .advanced_add_cart .variantsList, .rtl .product-box .product-detail .advanced_add_cart .variantsList, .rtl .product-box .product-detail .advanced_add_cart .variantsList {
    padding: 6px 10px 6px 40px;
    background-position: 7%;
    direction: rtl; }
  .rtl .product-box .product-detail .advanced_add_cart .product_grid_cart_form, .rtl .product-box .product-detail .advanced_add_cart .product_grid_cart_form, .rtl .product-box .product-detail .advanced_add_cart .product_grid_cart_form, .rtl .product-box .product-detail .advanced_add_cart .product_grid_cart_form {
    left: 0;
    right: auto; }
  .rtl .product-box .product-detail .color-variant {
    text-align: right;
    padding: 0;
    padding-top: 10px; }
    .rtl .product-box .product-detail .color-variant li:first-child {
      margin-right: 0; }
  .rtl .product-box .product-detail .size-variant {
    text-align: right; }
    .rtl .product-box .product-detail .size-variant li:first-child {
      margin-right: 0; }
  .rtl .product-box .img-block .lable-wrapper .lable1 {
    border-bottom-right-radius: 25px;
    border-top-right-radius: 25px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0; }
  .rtl .product-box .img-block .lable-wrapper .lable2 {
    border-bottom-left-radius: 25px;
    border-top-left-radius: 25px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }
  .rtl .subscribe h4 i {
    padding-left: 5px;
    padding-right: 0; }
  .rtl .sidenav .sidebar-back i {
    float: left; }
  @media (max-width: 991px) {
    .rtl .newsletter-outer {
      text-align: right; }
    .rtl footer .footer-title h4 {
      text-align: right; }
    .rtl footer .footer-title .according-menu:before {
      left: 15px;
      right: auto; }
    .rtl footer .footer-title.active .according-menu:before {
      left: 15px;
      right: auto; } }
  .rtl .service-block img {
    margin-left: 12px; }
  .rtl .service_4 .service-block {
    text-align: right; }
    .rtl .service_4 .service-block:before {
      right: auto;
      left: 0; }
  .rtl .service-block1 h4, .rtl .service-block1 p {
    text-align: center; }
  .rtl .service-block1:before {
    right: auto;
    left: 0; }
  .rtl .inner-option {
    right: 12px;
    left: auto; }
  .rtl .blog-details h4, .rtl .blog-details h6 {
    text-align: center; }
  .rtl .instagram h2 {
    text-align: center; }
  .rtl .category-block .category-details h5 {
    text-align: center; }
  .rtl .category-bg .contain-block h6 {
    text-align: center; }
  .rtl .about-text p {
    text-align: center; }
  .rtl .beauty-about .text-center {
    text-align: left !important; }
  .rtl .collection-banner.p-left .contain-banner {
    justify-content: flex-end; }
  .rtl .collection-banner.p-right .contain-banner {
    justify-content: flex-start; }
  .rtl .collection-banner.p-center .contain-banner {
    justify-content: center; }
  .rtl .footer-link {
    text-align: right; }
  .rtl .footer-theme2 {
    text-align: right; }
    .rtl .footer-theme2 .footer-title h4 {
      text-align: right; }
    .rtl .footer-theme2 .contact-details li i {
      margin: 0 0px 0 12px; }
    .rtl .footer-theme2 .contact-details li .contact-text {
      text-align: right; }
    @media (min-width: 1200px) {
      .rtl .footer-theme2.top-section > div:first-child > div {
        margin-right: 0;
        margin-left: auto; } }
  .rtl .full-banner .banner-contain .btn-solid, .rtl .full-banner .banner-contain .btn-outline {
    float: right; }
  .rtl .full-banner.p-left .banner-contain {
    float: right; }
  .rtl .full-banner.p-right .banner-contain {
    float: left; }
  .rtl .full-banner.p-center .banner-contain {
    left: 0;
    right: 0;
    margin: 0 auto; }
    .rtl .full-banner.p-center .banner-contain h3, .rtl .full-banner.p-center .banner-contain h4 {
      text-align: center; }
    .rtl .full-banner.p-center .banner-contain .btn-solid, .rtl .full-banner.p-center .banner-contain .btn-outline {
      float: unset; }
  .rtl .offer-slider .slick-slide {
    line-height: 1; }
  .rtl .theme-card h5.title-border {
    text-align: right; }
  .rtl .theme-card .slick-prev {
    left: 0;
    right: unset; }
  .rtl .theme-card .slick-next {
    right: unset;
    left: 25px; }
  .rtl .theme-card .offer-slider a {
    padding: 15px 0 15px 15px; }
  .rtl .theme-card .offer-slider .media .media-body {
    text-align: right; }
    .rtl .theme-card .offer-slider .media .media-body a h6 {
      margin-left: 61px;
      margin-right: 0; }
    .rtl .theme-card .offer-slider .media .media-body .rating {
      text-align: right; }
      .rtl .theme-card .offer-slider .media .media-body .rating i {
        padding-left: 5px; }
  .rtl .theme-card.card-border h5 {
    padding-left: 0;
    padding-right: 50px; }
  .rtl .theme-card.card-border .slick-prev {
    left: 30px; }
  .rtl .theme-card.card-border .slick-next {
    left: 50px; }
  .rtl .theme-card.card-border .offer-slider img {
    padding: 15px 30px 15px 15px; }
  .rtl .theme-card .media {
    direction: rtl; }
  .rtl .background .contain-bg h4 {
    text-align: center; }
  .rtl .center-slider:hover .slick-next {
    left: 20px;
    right: unset; }
  .rtl .center-slider:hover .slick-prev {
    left: unset;
    right: 20px; }
  .rtl.layout-20 .home-slider .slider-contain .btn-solid, .rtl.layout-20 .home-slider .slider-contain .btn-outline {
    float: right; }
  .rtl .theme-tab .tab-title {
    -webkit-padding-start: 0; }
  .rtl .theme-tab .tab-content .product-tab .tab-box .product-box2 img {
    padding: 15px 0 15px 15px; }
  .rtl .theme-tab .tab-content .product-tab .tab-box .product-box2 .media .media-body .rating {
    text-align: right; }
  .rtl .theme-tab .tab-content .product-tab .tab-box .product-box2 .media .media-body a h6 {
    margin-left: 35px;
    margin-right: 0; }
  .rtl .theme-tab .tab-content .product-tab .tab-box .product-box2 .media .media-body .color-variant {
    text-align: right;
    -webkit-padding-start: 0; }
  .rtl .timer {
    padding-left: 0;
    padding-right: 40px; }
    .rtl .timer span .padding-l {
      padding-left: 0;
      padding-right: 22px; }
  .rtl .category-m .category-wrapper h4 {
    text-align: center; }
  .rtl .category-m .category-wrapper .category-link {
    -webkit-padding-start: 0; }
  .rtl .full-box .theme-card .offer-slider .product-box2 .media .media-body a h6 {
    margin-right: 0;
    margin-left: 20px; }
  .rtl .full-box .theme-card .offer-slider .product-box2 .media .media-body .color-variant {
    text-align: right;
    -webkit-padding-start: 0; }
  .rtl .compare_modal .modal-compare-cls .modal-content .modal-body .table-wrapper .table tbody tr th, .rtl .compare_modal .modal-compare-cls .modal-content .modal-body .table-wrapper .table tbody tr td {
    text-align: right; }
  .rtl .compare_modal .modal-compare-cls .modal-content .modal-body .table-wrapper .table thead .th-compare td {
    text-align: right; }
  .rtl .compare_modal .modal-compare-cls .modal-content .modal-body .table-wrapper .table thead .th-compare th .remove-compare {
    float: right; }
  .rtl .product-wrap .product-detail .rating, .rtl .product-wrap .product-detail h4, .rtl .product-wrap .product-detail h6, .rtl .product-wrap .product-detail .color-variant, .rtl .product-wrap .product-info .rating, .rtl .product-wrap .product-info h4, .rtl .product-wrap .product-info h6, .rtl .product-wrap .product-info .color-variant {
    text-align: center; }
  .rtl .product-wrap .product-detail .color-variant li, .rtl .product-wrap .product-info .color-variant li {
    margin: 0 2px; }
  .rtl .breadcrumb-item + .breadcrumb-item {
    padding-right: 0.5rem;
    padding-left: 0; }
    .rtl .breadcrumb-item + .breadcrumb-item:before {
      padding-right: 0;
      padding-left: 0.5rem; }
  .rtl .top-header .header-dropdown li:first-child {
    padding-right: 25px;
    padding-left: 0; }
  .rtl .main-menu .menu-right .icon-nav .onhover-div .show-div.shopping-cart li .media img.mr-3 {
    margin-right: unset !important;
    margin-left: 1rem !important; }
  .rtl .main-menu .menu-right .icon-nav .onhover-div .show-div.shopping-cart li .close-circle {
    right: unset;
    left: 0; }
  .rtl .main-nav-center .toggle-nav {
    left: 15px;
    right: auto;
    padding-left: 0;
    padding-right: 15px; }
  @media (min-width: 992px) {
    .rtl .newsletter-outer .news-title {
      margin-right: 0px;
      margin-left: 30px;
      padding-right: 74px;
      padding-left: 30px;
      text-align: right;
      border: none;
      border-left: 1px solid #eee; }
      .rtl .newsletter-outer .news-title:before {
        left: auto;
        right: 0; } }
  @media (min-width: 992px) {
    .rtl .testimonial .testimonial-slider .slick-track .slick-slide .media .test-img {
      right: 78px;
      left: auto;
      order: 2; } }
  .rtl .testimonial .testimonial-slider .slick-track .slick-slide:nth-child(even) .media {
    border-right: 1px solid #dddddd;
    padding-right: 50px;
    padding-left: 0;
    border-left: none; }
  .rtl .beauty-about .about-text p {
    text-align: right; }
  .rtl .beauty-about .service-block1 h5 {
    text-align: center; }
  .rtl .team .slick-next {
    right: unset;
    left: 20px; }
  .rtl .team .slick-prev {
    right: unset;
    left: 0; }
  .rtl .team h4, .rtl .team h6 {
    text-align: center; }
  .rtl .blog-page .blog-sidebar .theme-card .recent-blog {
    text-align: right; }
    .rtl .blog-page .blog-sidebar .theme-card .recent-blog li .media img {
      margin-right: 0;
      margin-left: 10px; }
  .rtl .blog-page .blog-sidebar .theme-card .popular-blog li .blog-date {
    margin: 0 0 0 15px; }
  .rtl .blog-page .blog-media .blog-right ul {
    text-align: right; }
    .rtl .blog-page .blog-media .blog-right ul li + li {
      padding-right: 15px;
      margin-right: 15px;
      border-right: 1px solid #dddddd;
      padding-left: 0;
      margin-left: 0;
      border-left: none; }
  .rtl .blog-detail-page .blog-detail .post-social {
    text-align: right; }
    .rtl .blog-detail-page .blog-detail .post-social li + li {
      padding-right: 15px;
      margin-right: 15px;
      border-right: 1px solid #dddddd;
      padding-left: 0;
      margin-left: 0;
      border-left: none; }
  .rtl .blog-detail-page .blog-advance ul {
    text-align: right; }
  .rtl .blog-detail-page .comment-section li img {
    margin-right: 0;
    margin-left: 20px; }
  .rtl .blog-detail-page .blog-contact .theme-form label, .rtl .blog-detail-page .blog-contact .theme-form .btn-solid, .rtl .blog-detail-page .blog-contact .theme-form .btn-outline {
    float: right; }
  .rtl .cart-section tbody tr td h2, .rtl .cart-section tbody tr td p, .rtl .wishlist-section tbody tr td h2, .rtl .wishlist-section tbody tr td p {
    text-align: center; }
  .rtl .cart-section tfoot tr td:first-child, .rtl .wishlist-section tfoot tr td:first-child {
    padding-right: 0;
    padding-left: 10px;
    text-align: left; }
  .rtl .cart-section .cart-buttons > div:last-child, .rtl .wishlist-section .cart-buttons > div:last-child {
    text-align: left;
    padding-left: 59px;
    padding-right: 0; }
  .rtl .cart-section .cart-buttons > div:first-child .btn-solid, .rtl .cart-section .cart-buttons > div:first-child .btn-outline, .rtl .wishlist-section .cart-buttons > div:first-child .btn-solid, .rtl .wishlist-section .cart-buttons > div:first-child .btn-outline {
    float: right; }
  .rtl .collection-product-wrapper .product-top-filter .product-filter-content .collection-view ul li:first-child {
    margin-right: 0;
    margin-left: 14px; }
  .rtl .collection-product-wrapper .product-top-filter .product-filter-content .search-count {
    border-right: none;
    border-left: 1px solid #dddddd;
    padding-right: 0;
    padding-left: 20px; }
  .rtl .collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view select {
    border-right: none;
    border-left: 1px solid #dddddd;
    padding: 20px;
    background: url(../images/dropdown.png) no-repeat 5%; }
  .rtl .collection-product-wrapper .product-top-filter .product-filter-content .collection-grid-view {
    border-right: none;
    border-left: 1px solid #dddddd; }
  .rtl .collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter select {
    padding: 20px;
    background: url(../images/dropdown.png) no-repeat 5%; }
  .rtl .collection-product-wrapper .product-top-filter .popup-filter .open-popup {
    left: unset;
    right: 0; }
  .rtl .collection-product-wrapper .product-top-filter .popup-filter .collection-grid-view, .rtl .collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view, .rtl .collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup, .rtl .collection-product-wrapper .product-top-filter .popup-filter .search-count {
    border-right: none;
    border-left: 1px solid #dddddd; }
    .rtl .collection-product-wrapper .product-top-filter .popup-filter .collection-grid-view select, .rtl .collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view select, .rtl .collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup select, .rtl .collection-product-wrapper .product-top-filter .popup-filter .search-count select {
      border-right: none; }
  .rtl .collection-product-wrapper .product-top-filter .popup-filter .collection-view ul {
    float: right; }
    .rtl .collection-product-wrapper .product-top-filter .popup-filter .collection-view ul li:first-child {
      margin-right: 0;
      margin-left: 14px; }
  .rtl .collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view select {
    background: url(../images/dropdown.png) no-repeat 5%; }
  .rtl .collection-product-wrapper .product-top-filter .popup-filter .product-page-filter select {
    background: url(../images/dropdown.png) no-repeat 5%; }
  .rtl .collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup {
    text-align: right;
    background: url(../images/dropdown.png) no-repeat 5%; }
  .rtl .qty-box .input-group span button {
    transform: rotate(180deg); }
  .rtl .product-pagination .product-search-count-bottom {
    padding-right: 0;
    padding-left: 15px; }
  .rtl .product-pagination .pagination .page-item a i {
    transform: rotate(180deg); }
  .rtl .custom-control-label:after {
    right: -1.5rem;
    left: unset; }
  .rtl .contact-page .theme-form label {
    float: right; }
  .rtl .contact-page .theme-form .btn-solid, .rtl .contact-page .theme-form .btn-outline {
    float: right; }
  .rtl .contact-page .contact-right ul li {
    padding-right: 150px;
    padding-left: 0; }
    .rtl .contact-page .contact-right ul li .contact-icon {
      left: unset;
      border-left: 1px solid #dddddd;
      border-right: 0;
      right: 0; }
      .rtl .contact-page .contact-right ul li .contact-icon h6 {
        text-align: center; }
  .rtl .faq-section .accordion.theme-accordion .card .card-header button {
    float: right;
    text-align: right; }
    .rtl .faq-section .accordion.theme-accordion .card .card-header button:before {
      right: unset;
      left: 20px; }
  .rtl .login-page .theme-card {
    text-align: right; }
    .rtl .login-page .theme-card .theme-form label {
      float: right; }
  .rtl .register-page .theme-card .theme-form label {
    float: right; }
  .rtl .product-right .rating, .rtl .product-right .color-variant {
    text-align: center; }
  .rtl .product-right.product-form-box h4, .rtl .product-right.product-form-box h3, .rtl .product-right.product-form-box h6 {
    text-align: center; }
  .rtl .product-right .product-buttons button:nth-child(2) {
    margin-right: 10px; }
  .rtl .product-right .size_chart_link.float-right {
    float: left !important; }
  .rtl .product-right .product-icon .product-social li {
    padding-right: 0;
    padding-left: 30px; }
  .rtl .product-right .product-icon .wishlist-btn i {
    border-left: none;
    border-right: 1px solid #dddddd;
    padding-left: 0;
    margin-left: 0;
    padding-right: 10px;
    margin-right: 5px; }
  .rtl .product-right .product-icon .wishlist-btn span {
    padding-left: 0;
    padding-right: 10px; }
  .rtl .product-right .payment-card-bottom {
    text-align: right; }
    .rtl .product-right .payment-card-bottom ul li {
      padding-right: 0;
      padding-left: 10px; }
  .rtl .product-right.product-content .size-variant {
    text-align: right; }
  .rtl .product-right.product-content .size-variant, .rtl .product-right.product-content .color-variant {
    text-align: right; }
    .rtl .product-right.product-content .size-variant li:first-child, .rtl .product-right.product-content .color-variant li:first-child {
      margin-right: 0px; }
  .rtl .product-right.product-content .border-product {
    text-align: right; }
  .rtl .product-right.product-content form {
    text-align: right; }
  .rtl .product-right.product-content .product-description h6 span {
    float: left; }
  .rtl .product-layout-wrapper {
  /*.slider-nav{
  .slick-track{
  transform: translate3d(0, 0, 0) !important;
}
}*/ }
    .rtl .product-layout-wrapper .btn-product-change {
      left: 15px;
      right: auto !important;
      top: -35px !important; }
    .rtl .product-layout-wrapper.product-gallery-layout .container-fluid .row .product_img_gallery {
      padding: 0; }
    .rtl .product-layout-wrapper.product-gallery-layout .container-fluid .row .btn-product-change {
      left: 270px;
      right: auto !important;
      top: -35px !important; }
  .rtl .single-product-tables {
    text-align: right; }
    .rtl .single-product-tables.detail-section {
      text-align: right; }
  .rtl .tab-product .theme-form input, .rtl .product-full-tab .theme-form input {
    text-align: right; }
  .rtl .tab-product .tab-content .theme-form .media .ml-3, .rtl .product-full-tab .tab-content .theme-form .media .ml-3 {
    margin-left: 0 !important;
    margin-right: 1rem !important; }
  .rtl .theme-form {
    text-align: right; }
  .rtl .collection .collection-block .collection-content h3, .rtl .collection .collection-block .collection-content h4, .rtl .collection .collection-block .collection-content p {
    text-align: center; }
  .rtl .rtl-product-right-slick .slick-next, .rtl .rtl-product-slick .slick-next {
    right: unset;
    left: 1px;
    transform: rotate(180deg); }
  .rtl .rtl-product-right-slick .slick-prev, .rtl .rtl-product-slick .slick-prev {
    left: unset;
    right: 1px;
    transform: rotate(180deg); }
  .rtl .rtl-product-right-slick:hover .slick-next, .rtl .rtl-product-slick:hover .slick-next {
    right: unset;
    left: 20px; }
  .rtl .rtl-product-right-slick:hover .slick-prev, .rtl .rtl-product-slick:hover .slick-prev {
    left: unset;
    right: 20px; }
  .rtl .collection-wrapper .product-right .product-buttons {
    text-align: center; }
  .rtl .collection-wrapper .product-right .size-box {
    text-align: center; }
    .rtl .collection-wrapper .product-right .size-box ul li {
      margin-right: 0;
      margin-left: 10px; }
  .rtl .collection-wrapper .product-right .product-description h6 span {
    float: left; }
  .rtl .collection-mobile-back span i {
    float: left; }
  .rtl .modal-header .close {
    padding: unset;
    margin: unset; }
  .rtl .collection-collapse-block .collapse-block-title:after {
    left: -3px;
    right: unset; }
  .rtl .collection-filter-block .product-service .media .media-body {
    padding-right: 10px;
    padding-left: 0; }
  .rtl .collection-sidebar-banner {
    text-align: right; }
  .rtl .tab-border .nav-border {
    border-right: 0;
    border-left: 1px solid #dddddd; }
  .rtl .custom-control {
    padding-left: 0;
    padding-right: 1.5rem; }
  .rtl .collection-collapse-block .collection-collapse-block-content .color-selector ul {
    text-align: right; }
  .rtl .collection-collapse-block .collection-collapse-block-content .collection-brand-filter .collection-filter-checkbox {
    text-align: right; }
  .rtl .custom-control-label:before {
    right: -1.5rem;
    left: 0; }
  .rtl .product-wrapper-grid.list-view .product-box .product-detail {
    padding-right: 15px;
    padding-left: 0; }
  .rtl .top-header .nav-center .header-contact {
    text-align: center; }
  .rtl .top-header .header-contact {
    text-align: right; }
    .rtl .top-header .header-contact li i {
      padding-right: 0;
      padding-left: 10px; }
  .rtl .top-header .header-dropdown {
    text-align: left; }
    .rtl .top-header .header-dropdown .onhover-show-div li {
      padding-right: 0; }
    .rtl .top-header .header-dropdown li i {
      padding-right: 0;
      padding-left: 5px; }
  .rtl .main-menu .menu-right {
    float: left; }
  .rtl .search-overlay > div .overlay-content button {
    right: unset;
    left: 10px; }
  .rtl .footer-theme .sub-title {
    text-align: right; }
    .rtl .footer-theme .sub-title li a:before {
      right: 0; }
    .rtl .footer-theme .sub-title .contact-list li {
      padding-left: 0;
      padding-right: 25px; }
    .rtl .footer-theme .sub-title .contact-list i {
      left: unset;
      right: 0; }
  .rtl .footer-logo {
    text-align: right; }
  .rtl footer p, .rtl footer .footer-social {
    text-align: right; }
  .rtl .sub-footer .payment-card-bottom li {
    padding-left: 0;
    padding-right: 15px; }
  .rtl .footer-theme2 .store-about {
    text-align: right; }
  .rtl .dark-layout h2 {
    text-align: center; }
  .rtl .dark-layout .footer-contant p {
    text-align: center; }
  .rtl .subscribe-form.classic-form .form-control {
    margin-left: 0;
    margin-right: 15px; }
  .rtl .rtl-text .product-right .color-variant, .rtl .rtl-text .product-right .size-box, .rtl .rtl-text .product-right .product-buttons, .rtl .rtl-text .product-right .border-product {
    text-align: right; }
  .rtl .search-block .form-header .input-group i {
    padding-right: 0;
    padding-left: 10px; }
  .rtl .layout-7 .home-slider .slider-contain .btn-solid {
    float: right; }
  .rtl .payment-box .payment-options li .radio-option {
    text-align: right; }
    .rtl .payment-box .payment-options li .radio-option label {
      padding-right: 30px;
      padding-left: 0; }
    .rtl .payment-box .payment-options li .radio-option input[type="radio"] {
      right: 0;
      left: unset; }
  .rtl header.left-header .sidenav {
    right: 0; }
    .rtl header.left-header .sidenav .left-sidebar_center {
      padding: 40px 30px 40px 0; }
    .rtl header.left-header .sidenav .pixelstrap li a .sub-arrow {
      left: 7px;
      transform: rotate(180deg); }
  .rtl header.left-header .top-header {
    padding-left: 0;
    padding-right: 300px; }
  .rtl header.left-header .search-overlay {
    padding-right: 300px;
    padding-left: 0; }
  .rtl header.header2 .text-left {
    text-align: right !important; }
  .rtl header.header2 .text-right {
    text-align: left !important; }
  @media (min-width: 578px) {
    .rtl header.header2 .top-nav-left > div, .rtl header.header2 .header-social-app > div {
      padding-right: 0px !important;
      padding-left: 19px !important;
      margin-right: 0px;
      margin-left: 20px; }
      .rtl header.header2 .top-nav-left > div:before, .rtl header.header2 .header-social-app > div:before {
        right: auto;
        left: 0; }
      .rtl header.header2 .top-nav-left > div:last-child, .rtl header.header2 .header-social-app > div:last-child {
        padding-left: 0 !important;
        margin-left: 0; } }
  .rtl header.header2 .app-link ul > li {
    margin-left: 0px;
    margin-right: 10px; }
  .rtl header.header2 .header-contact li i {
    padding-right: 0px;
    padding-left: 10px; }
  @media (min-width: 992px) {
    .rtl header.header2 .header-contact li {
      padding-right: 0px;
      padding-left: 24px;
      margin-right: 0px;
      margin-left: 2px; }
      .rtl header.header2 .header-contact li:before {
        right: auto;
        left: 0; }
      .rtl header.header2 .header-contact li:last-child {
        padding-left: 0;
        margin-left: 0; } }
  .rtl header.header2 .language-block .language-dropdown, .rtl header.header2 .language-block .curroncy-dropdown, .rtl header.header2 .setting-icon .language-dropdown, .rtl header.header2 .setting-icon .curroncy-dropdown {
    padding: 10px 18px 10px 20px; }
    @media (min-width: 1430px) {
      .rtl header.header2 .language-block .language-dropdown, .rtl header.header2 .language-block .curroncy-dropdown, .rtl header.header2 .setting-icon .language-dropdown, .rtl header.header2 .setting-icon .curroncy-dropdown {
        margin-right: 0px;
        margin-left: 20px; }
        .rtl header.header2 .language-block .language-dropdown:after, .rtl header.header2 .language-block .curroncy-dropdown:after, .rtl header.header2 .setting-icon .language-dropdown:after, .rtl header.header2 .setting-icon .curroncy-dropdown:after {
          right: auto;
          left: -19px; } }
    .rtl header.header2 .language-block .language-dropdown .language-dropdown-click i, .rtl header.header2 .language-block .language-dropdown .curroncy-dropdown-click i, .rtl header.header2 .language-block .language-dropdown .language-dropdown i, .rtl header.header2 .language-block .language-dropdown .curroncy-dropdown i, .rtl header.header2 .language-block .curroncy-dropdown .language-dropdown-click i, .rtl header.header2 .language-block .curroncy-dropdown .curroncy-dropdown-click i, .rtl header.header2 .language-block .curroncy-dropdown .language-dropdown i, .rtl header.header2 .language-block .curroncy-dropdown .curroncy-dropdown i, .rtl header.header2 .setting-icon .language-dropdown .language-dropdown-click i, .rtl header.header2 .setting-icon .language-dropdown .curroncy-dropdown-click i, .rtl header.header2 .setting-icon .language-dropdown .language-dropdown i, .rtl header.header2 .setting-icon .language-dropdown .curroncy-dropdown i, .rtl header.header2 .setting-icon .curroncy-dropdown .language-dropdown-click i, .rtl header.header2 .setting-icon .curroncy-dropdown .curroncy-dropdown-click i, .rtl header.header2 .setting-icon .curroncy-dropdown .language-dropdown i, .rtl header.header2 .setting-icon .curroncy-dropdown .curroncy-dropdown i {
      margin-left: 0px;
      margin-right: 10px; }
  .rtl header.header2 .language-block .language-dropdown-open li a i, .rtl header.header2 .language-block .curroncy-dropdown-open li a i, .rtl header.header2 .language-block .language-open li a i, .rtl header.header2 .language-block .currency-open li a i, .rtl header.header2 .setting-icon .language-dropdown-open li a i, .rtl header.header2 .setting-icon .curroncy-dropdown-open li a i, .rtl header.header2 .setting-icon .language-open li a i, .rtl header.header2 .setting-icon .currency-open li a i {
    margin-right: 0px;
    margin-left: 10px; }
  .rtl header.header2 .top-nav-right > ul .mobile-account {
    padding: 10px 18px 10px 20px; }
  .rtl header.header2 .input-block .input-box .big-deal-form .input-group .input-group-prepend.category-menu {
    padding-right: 0px;
    padding-left: 10px; }
    .rtl header.header2 .input-block .input-box .big-deal-form .input-group .input-group-prepend.category-menu:before {
      right: auto;
      left: 0; }
  .rtl header.header2 .input-block .input-box .big-deal-form .input-group select {
    padding: 0 5px 0 15px;
    background-position: 7px 16px; }
  .rtl header.header2 .menu-right .call-now, .rtl header.header2 .menu-right .cart-shop {
    text-align: right; }
    .rtl header.header2 .menu-right .call-now .call-desc, .rtl header.header2 .menu-right .call-now .cart-desc, .rtl header.header2 .menu-right .cart-shop .call-desc, .rtl header.header2 .menu-right .cart-shop .cart-desc {
      margin-left: 0px;
      margin-right: 5px; }
  .rtl .order-box .total li .count {
    text-align: right; }
  .rtl .order-box .sub-total .shipping {
    text-align: right; }
  .rtl .order-box .sub-total .shopping-option label {
    padding-left: 0;
    padding-right: 10px; }
  .rtl .order-box .sub-total li .count {
    text-align: right; }
  .rtl .order-box .qty li span {
    text-align: right; }
  .rtl .order-box .title-box span {
    text-align: right; }
  .rtl .error-section h1, .rtl .error-section h2 {
    text-align: center; }
  .rtl .deal-banner-containe {
    text-align: right; }
  .rtl .theme-tab .product-box, .rtl .theme-tab .tab-box {
    direction: rtl; }
  .rtl .left-sidebar-collection .collection-filter-block, .rtl .left-sidebar-collection .small-section, .rtl .collection-product-wrapper .collection-filter-block, .rtl .collection-product-wrapper .small-section, .rtl .collection-filter .collection-filter-block, .rtl .collection-filter .small-section {
    text-align: right; }
  .rtl .top-banner-wrapper .small-section {
    text-align: right; }
  .rtl .product-layout-wrapper .product-right, .rtl #ProductSection-product-right-image-template .product-right {
    text-align: right; }
  .rtl .product-related {
    text-align: right; }
  .rtl .blog-media .blog-right {
    text-align: right; }
  .rtl .blog-detail-page .blog-detail {
    text-align: right; }

/*=====================
33.Color CSS start
==========================*/
.color1 {
  background: #ff4c3b; }

.color2 {
  background: #3fdda7; }

.color3 {
  background: #f0b54d; }

.color4 {
  background: #e4604a; }

.color5 {
  background: #d4b196; }

.color6 {
  background: #866e6c; }

.color7 {
  background: #cc2121; }

.color8 {
  background: #dc457e; }

.color9 {
  background: #6d7e87; }

.color10 {
  background: #fa869b; }

.color11 {
  background: #81ba00; }

.color12 {
  background: #fe816d; }

.color-picker {
  position: fixed;
  right: -190px;
  top: 35%;
  width: 190px;
  z-index: 1;
  transition: all .3s ease; }
  .color-picker .settings-header {
    background: #f3f3f3;
    padding: 5px 15px;
    box-shadow: 0px -10px 20px -5px rgba(220, 220, 220, 0.62); }
    .color-picker .settings-header h3 {
      color: black;
      margin: 0;
      font-size: 20px;
      padding: 4px 9px; }
  .color-picker .section {
    background: white;
    padding: 10px;
    border: 1px solid  #f3f3f3;
    overflow: auto; }
    .color-picker .section i {
      font-size: 16px;
      margin-right: 10px; }
  .color-picker a.handle {
    position: absolute;
    right: 190px;
    width: 42px;
    height: 41px;
    color: black;
    transition: all ease-in 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    z-index: -1;
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
    text-decoration: none;
    background: #ffffff;
    top: -80px;
    border: 1px solid white;
    box-shadow: 0 0 5px rgba(4, 4, 4, 0.28); }
    .color-picker a.handle i {
      margin-left: 5px; }
    .color-picker a.handle:hover {
      color: #f99a33; }
  .color-picker .colors a {
    width: 32px;
    height: 32px;
    margin: 5px;
    float: left;
    transition: all ease-in 0.3s; }
  .color-picker .skin a {
    display: block;
    width: 70px;
    height: 30px;
    margin-left: 0;
    margin-top: 0;
    margin-right: 5px;
    float: left;
    text-align: center;
    line-height: 30px;
    border: 2px transparent solid; }
    .color-picker .skin a.actt {
      border: 2px white solid; }

.handle i {
  animation: ring-rotate 3s infinite linear; }
.handle:hover {
  background-color: white; }

@keyframes ring-rotate {
  0% {
    transform: rotate(0deg); }

  100% {
    transform: rotate(360deg); } }

.sec-position {
  position: relative;
  top: -80px; }

/*=====================
34.Shopify css start
==========================*/
.beauty-about {
  /*img {
      animation: pulse 24s infinite 0.5s;
    }*/ }
  .beauty-about:hover .image-about .about-img1 {
    transform: scale(0.92); }
  .beauty-about .image-about {
    display: inline-block;
    vertical-align: middle;
    /*position: relative;
    &:after {
      border-color: rgba($theme-deafult,0.4);
      border-style: solid;
      border-width: 4px;
      content: "";
      height: 100%;
      right: 20px;
      position: absolute;
      top: 20px;
      width: 100%;
      z-index: -1;
      -webkit-transition: 0.8s ease;
      -moz-transition: 0.8s ease;
      -ms-transition: 0.8s ease;
      -o-transition: 0.8s ease;
      transition: 0.8s ease;
    }*/ }
    .beauty-about .image-about .about-img1 {
      width: 640px;
      height: auto;
      position: relative;
      z-index: 1;
      top: 70px;
      left: -50px;
      transform: scale(1);
      -webkit-transition: 0.94s ease;
      -moz-transition: 0.94s ease;
      -ms-transition: 0.94s ease;
      -o-transition: 0.94s ease;
      transition: 0.94s ease; }
    .beauty-about .image-about .about-img2 {
      width: 940px;
      height: auto;
      position: absolute;
      right: 0;
      top: 0;
      bottom: 0; }
  .beauty-about:hover .image-about:after {
    right: 0;
    top: 0;
    border-color: rgba(249, 154, 51, 0.8); }
  @media (min-width: 992px) {
    .beauty-about .img_right {
      order: 2; } }

.theme-pannel-main {
  background-color: white;
  position: fixed;
  top: 37%;
  right: 0;
  z-index: 9;
  padding: 5px 5px;
  box-shadow: 0 0 7px 1px rgba(158, 158, 158, 0.2); }
  .theme-pannel-main ul li {
    display: flex;
    padding: 6px 9px;
    /*       border-bottom: 1px solid #dadada; */ }
    .theme-pannel-main ul li span {
      padding: 0;
      text-transform: uppercase;
      color: #949494;
      font-weight: 500; }
    .theme-pannel-main ul li a {
      padding: 0;
      line-height: 13px; }
      .theme-pannel-main ul li a span {
        font-size: 13px;
        line-height: 13px; }
    .theme-pannel-main ul li:last-child {
      border-bottom: 0; }

.color-picker {
  position: fixed;
  top: calc(30% + 110px);
  z-index: 9;
  padding: 0 5px;
  right: 0;
  -webkit-box-shadow: 0 0 7px 1px rgba(158, 158, 158, 0.2);
  box-shadow: 0 0 7px 1px rgba(158, 158, 158, 0.2);
  background-color: white;
  max-width: 150px; }
  .color-picker h4 {
    padding: 10px 8px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
    font-size: 16px;
    text-transform: uppercase; }
  .color-picker .title {
    display: inline-block;
    position: absolute;
    left: -68px;
    width: 68px;
    box-shadow: -3px 0 7px 1px rgba(158, 158, 158, 0.2);
    background-color: white;
    padding: 10px 14px; }
  .color-picker .colors {
    text-align: center; }
    .color-picker .colors li {
      height: 35px;
      margin: 3px;
      width: 35px;
      display: inline-block;
      position: relative; }
      .color-picker .colors li.active:before {
        content: "\e600";
        position: absolute;
        font-family: themify;
        color: #fff;
        font-size: 19px;
        top: 2px;
        left: 10px;
        transform: rotate(-90deg); }

/*=====================
.Add to cart popup
==========================*/
.add_to_cart {
  position: fixed;
  background-color: white;
  z-index: 9999;
  transition: all 0.5s ease; }
  .add_to_cart ::-webkit-scrollbar {
    width: 3px;
    height: 7px; }
  .add_to_cart ::-webkit-scrollbar-track {
    background: #dddddd; }
  .add_to_cart ::-webkit-scrollbar-thumb {
    background: #888888; }
  .add_to_cart ::-webkit-scrollbar-thumb:hover {
    background: #555555; }
  .add_to_cart.top .cart-inner .cart_media .empty_cart_slide_cls, .add_to_cart.bottom .cart-inner .cart_media .empty_cart_slide_cls {
    padding: 40px; }
  .add_to_cart.top .cart-inner .cart_media .cart_product, .add_to_cart.bottom .cart-inner .cart_media .cart_product {
    padding: 32px 44px 32px !important;
    height: 97%; }
  .add_to_cart.top .cart-inner .cart_media form li .media, .add_to_cart.bottom .cart-inner .cart_media form li .media {
    height: 80%; }
  .add_to_cart.top .cart-inner .cart_media form li .buttons, .add_to_cart.bottom .cart-inner .cart_media form li .buttons {
    float: right; }
    .add_to_cart.top .cart-inner .cart_media form li .buttons .checkout, .add_to_cart.bottom .cart-inner .cart_media form li .buttons .checkout {
      display: inline-block;
      width: auto;
      margin-left: 7px; }
  .add_to_cart .cart-inner {
    background-color: #ffffff;
    z-index: 9;
    position: relative;
    top: 0; }
    .add_to_cart .cart-inner .cart_media {
      padding: 0 20px; }
      .add_to_cart .cart-inner .cart_media form {
        display: flex;
        width: 100%; }
        .add_to_cart .cart-inner .cart_media form li {
          position: relative;
          padding-bottom: 10px;
          width: 100%; }
          .add_to_cart .cart-inner .cart_media form li .media {
            align-items: center;
            height: 100%; }
            .add_to_cart .cart-inner .cart_media form li .media img {
              height: 90px; }
            .add_to_cart .cart-inner .cart_media form li .media .media-body {
              align-self: center; }
              .add_to_cart .cart-inner .cart_media form li .media .media-body h4 {
                color: #333333;
                font-size: 15px;
                line-height: 20px; }
                .add_to_cart .cart-inner .cart_media form li .media .media-body h4 em {
                  font-style: unset; }
                .add_to_cart .cart-inner .cart_media form li .media .media-body h4 span {
                  color: #222222;
                  font-size: 16px; }
          .add_to_cart .cart-inner .cart_media form li .total {
            border-top: 1px solid #f1f5f4;
            border-bottom: 1px solid #f1f5f4;
            padding-top: 10px;
            padding-bottom: 10px; }
            .add_to_cart .cart-inner .cart_media form li .total h5 {
              text-transform: capitalize;
              margin-bottom: 0;
              color: #999999; }
              .add_to_cart .cart-inner .cart_media form li .total h5 span {
                float: right; }
          .add_to_cart .cart-inner .cart_media form li .buttons .checkout {
            float: right; }
        .add_to_cart .cart-inner .cart_media form .close-circle {
          position: absolute;
          top: -6px;
          right: 0px; }
          .add_to_cart .cart-inner .cart_media form .close-circle i {
            color: #a1a1a1;
            font-size: 16px;
            transition: all 0.5s ease; }
            .add_to_cart .cart-inner .cart_media form .close-circle i:hover {
              color: black;
              transition: all 0.5s ease; }
    .add_to_cart .cart-inner .cart_top {
      display: flex;
      padding: 20px;
      border-bottom: 1px solid #efefef;
      margin-bottom: 20px;
      align-items: center; }
      .add_to_cart .cart-inner .cart_top h3 {
        font-size: 18px;
        color: #222222;
        font-weight: 700;
        text-transform: uppercase;
        margin-bottom: 0; }
      .add_to_cart .cart-inner .cart_top .close-cart {
        margin-left: auto; }
        .add_to_cart .cart-inner .cart_top .close-cart i {
          color: black;
          font-size: 18px; }
  .add_to_cart .overlay {
    visibility: hidden;
    opacity: 0;
    background-color: #212331;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.5s ease; }
  .add_to_cart.open-side {
    transition: all 0.5s ease; }
    .add_to_cart.open-side .overlay {
      opacity: 0.8;
      visibility: visible;
      transition: all 0.5s ease; }
  .add_to_cart.left {
    left: -300px;
    top: 0;
    height: 100vh;
    width: 300px; }
    .add_to_cart.left .cart-inner {
      height: 100vh;
      overflow: auto; }
      .add_to_cart.left .cart-inner form {
        display: block;
        width: 100%; }
    .add_to_cart.left.open-side {
      left: 0; }
  .add_to_cart.right {
    right: -300px;
    height: 100vh;
    width: 300px;
    top: 0; }
    .add_to_cart.right .cart-inner {
      height: 100vh;
      overflow: auto; }
      .add_to_cart.right .cart-inner form {
        display: block;
        width: 100%; }
    .add_to_cart.right.open-side {
      right: 0; }
  .add_to_cart.top, .add_to_cart.bottom {
    height: 218px;
    width: 100%; }
    .add_to_cart.top .cart_media, .add_to_cart.bottom .cart_media {
      display: flex;
      width: 100%; }
      .add_to_cart.top .cart_media .cart_product, .add_to_cart.bottom .cart_media .cart_product {
        display: flex;
        width: 75%;
        overflow-y: auto; }
        .add_to_cart.top .cart_media .cart_product li, .add_to_cart.bottom .cart_media .cart_product li {
          min-width: 245px;
          max-width: 225px;
          margin-right: 18px;
          padding-bottom: 0; }
      .add_to_cart.top .cart_media .cart_total, .add_to_cart.bottom .cart_media .cart_total {
        width: 25%; }
    .add_to_cart.top .cart-inner, .add_to_cart.bottom .cart-inner {
      height: 218px; }
      .add_to_cart.top .cart-inner .cart_top, .add_to_cart.bottom .cart-inner .cart_top {
        margin-bottom: 0;
        background-color: #fbfbfb;
        padding: 15px 44px;
        border-bottom: none; }
      .add_to_cart.top .cart-inner .cart_media, .add_to_cart.bottom .cart-inner .cart_media {
        padding: 0; }
        .add_to_cart.top .cart-inner .cart_media .cart_product, .add_to_cart.top .cart-inner .cart_media .cart_total, .add_to_cart.bottom .cart-inner .cart_media .cart_product, .add_to_cart.bottom .cart-inner .cart_media .cart_total {
          padding: 30px 44px; }
  .add_to_cart.top {
    top: -300px; }
    .add_to_cart.top.open-side {
      top: 0; }
  .add_to_cart.bottom {
    bottom: -300px; }
    .add_to_cart.bottom.open-side {
      bottom: 0; }

/* Image qual css */
.equal_height [class*="lazyload"] {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover; }

.equal_height [class*="lazyload"]:before {
  content: '';
  display: block;
  height: 0;
  width: 100%; }

.equal_height.ratio2_1 [class*="lazyload"]:before {
  padding-top: 50%; }

.equal_height.ratio3_2 [class*="lazyload"]:before {
  padding-top: 68%; }

.equal_height.ratio_landscape [class*="lazyload"]:before {
  padding-top: 75%; }

.equal_height.ratio_square [class*="lazyload"]:before {
  padding-top: 100%; }

.equal_height.ratio_asos [class*="lazyload"]:before {
  padding-top: 127.7777778%; }

.equal_height.ratio_portrait [class*="lazyload"]:before {
  padding-top: 150%; }

.equal_height.ratio1_2 [class*="lazyload"]:before {
  padding-top: 200%; }

.equal_height.contain [class*="lazyload"] {
  background-size: contain; }

.equal_height.bg_pos_1 [class*="lazyload"] {
  background-position: left top; }

.equal_height.bg_pos_2 [class*="lazyload"] {
  background-position: left center; }

.equal_height.bg_pos_3 [class*="lazyload"] {
  background-position: left bottom; }

.equal_height.bg_pos_4 [class*="lazyload"] {
  background-position: right top; }

.equal_height.bg_pos_5 [class*="lazyload"] {
  background-position: right center; }

.equal_height.bg_pos_6 [class*="lazyload"] {
  background-position: right bottom; }

.equal_height.bg_pos_7 [class*="lazyload"] {
  background-position: center top; }

.equal_height.bg_pos_8 [class*="lazyload"] {
  background-position: center center; }

.equal_height.bg_pos_9 [class*="lazyload"] {
  background-position: center bottom; }

.blur-up {
  -webkit-filter: blur(5px);
  filter: blur(5px);
  transition: filter 400ms, -webkit-filter 400ms; }

.blur-up.lazyloaded {
  -webkit-filter: blur(0);
  filter: blur(0); }

.fly-cart-img {
  width: auto !important; }

.hidden, .hide {
  display: none !important; }

/* sticky header css */
.sticky.fixed {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 9;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  box-shadow: 0px 0px 8px #ddd; }
  .sticky.fixed .top-header {
    display: none; }
.sticky.header2.fixed .top-header {
  display: none; }
.sticky.header2.fixed .main-menu .brand-logo {
  padding-top: 26px;
  padding-bottom: 26px; }
.sticky.header2.fixed .main-menu .menu-left .navbar {
  padding: 28px 45px 28px 0; }
.sticky.header2.fixed .main-menu .menu-right .icon-nav li.onhover-div {
  padding-top: 30px;
  padding-bottom: 30px; }
.sticky.header2.fixed .main-nav-center .sm > li > a {
  padding-top: 16px;
  padding-bottom: 16px; }
.sticky.header2.fixed .main-nav-center .sm > li .lable-nav {
  top: 1px; }

@media screen and (max-width: 577px) {
  .cart_qty_cls {
    position: absolute;
    background: #f99a33;
    width: 15px;
    height: 15px;
    color: white !important;
    border-radius: 50%;
    text-align: center;
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    top: 27%;
    right: 24px;
    padding: 0; } }

/* comapre modal css */
.close-modal {
  float: right;
  bottom: 0;
  position: absolute;
  right: 0; }

.compare_modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10000;
  display: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  background: rgba(0, 0, 0, 0.5); }
  .compare_modal .modal-compare-cls {
    max-width: 1100px;
    width: 100%;
    padding: 15px;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%); }
    .compare_modal .modal-compare-cls .modal-content {
      padding: 0;
      border: none;
      border-radius: 0; }
      .compare_modal .modal-compare-cls .modal-content .modal-header {
        padding: 0 15px;
        border: none; }
        .compare_modal .modal-compare-cls .modal-content .modal-header h2.modal-title {
          text-align: center;
          margin: 0;
          padding: 10px;
          display: block;
          width: 100%;
          font-size: 30px;
          font-weight: 700; }
      .compare_modal .modal-compare-cls .modal-content .modal-body {
        padding: 0 15px; }
        .compare_modal .modal-compare-cls .modal-content .modal-body .table-wrapper {
          padding-bottom: 0px; }
          .compare_modal .modal-compare-cls .modal-content .modal-body .table-wrapper .table {
            margin: 0;
            border-top: 1px solid #eeeeee;
            border-right: 1px solid #eeeeee;
            text-transform: capitalize;
            color: #222;
            border-bottom: 1px solid #eeeeee; }
            .compare_modal .modal-compare-cls .modal-content .modal-body .table-wrapper .table thead .th-compare td {
              font-size: 14px;
              font-weight: 700;
              background: #eeeeee; }
            .compare_modal .modal-compare-cls .modal-content .modal-body .table-wrapper .table thead .th-compare th {
              text-align: left;
              border-bottom: 1px solid #eeeeee;
              border-right: 1px solid #eeeeee; }
              .compare_modal .modal-compare-cls .modal-content .modal-body .table-wrapper .table thead .th-compare th .remove-compare {
                float: left;
                border: none;
                background: transparent;
                padding: 0;
                font-size: 14px;
                font-weight: 500; }
            .compare_modal .modal-compare-cls .modal-content .modal-body .table-wrapper .table tbody tr th {
              background: #eeeeee; }
            .compare_modal .modal-compare-cls .modal-content .modal-body .table-wrapper .table tbody tr td {
              border-right: 1px solid #eeeeee; }
            .compare_modal .modal-compare-cls .modal-content .modal-body .table-wrapper .table tbody tr th, .compare_modal .modal-compare-cls .modal-content .modal-body .table-wrapper .table tbody tr td {
              padding: 15px;
              vertical-align: top;
              border-bottom: 1px solid #eeeeee;
              border-top: 1px solid #eeeeee; }
            .compare_modal .modal-compare-cls .modal-content .modal-body .table-wrapper .table tbody tr .grid-link__title {
              font-size: 15px; }
            .compare_modal .modal-compare-cls .modal-content .modal-body .table-wrapper .table tbody tr .product_price {
              margin: 15px 0; }
              .compare_modal .modal-compare-cls .modal-content .modal-body .table-wrapper .table tbody tr .product_price span.money {
                padding-left: 5px; }
            .compare_modal .modal-compare-cls .modal-content .modal-body .table-wrapper .table tbody tr p {
              color: #222;
              font-size: 13px;
              line-height: 20px;
              margin: 0; }
            .compare_modal .modal-compare-cls .modal-content .modal-body .table-wrapper .table tbody tr .add-to-cart, .compare_modal .modal-compare-cls .modal-content .modal-body .table-wrapper .table tbody tr .select-option-cls {
              padding: 6px 10px; }
      .compare_modal .modal-compare-cls .modal-content .modal-footer {
        padding: 15px 15px 0;
        border: none; }
        .compare_modal .modal-compare-cls .modal-content .modal-footer .close-modal {
          top: 2px;
          right: 6px;
          font-size: 20px;
          color: #f99a33;
          position: absolute;
          bottom: auto;
          line-height: 20px; }

.masonary_product_grid .product-box .img-wrapper, .masonary_product_grid .product-wrap .img-wrapper {
  min-height: auto !important;
  max-height: inherit !important; }

/* collection page */
.collection_ajax_loader {
  position: absolute;
  z-index: 99;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  background: white;
  text-align: center;
  display: none; }

.sidebar_brand li, .sidebar_price li, .sidebar_size li {
  display: block; }

.infinite-scrolling {
  position: relative; }
  .infinite-scrolling .loading-product {
    position: absolute;
    top: 0px;
    left: 50%;
    display: block;
    width: 100%;
    transform: translateX(-50%); }
  .infinite-scrolling a.disabled {
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    color: #f99a33;
    cursor: context-menu; }

.loading-more.active {
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  color: #f99a33;
  cursor: context-menu; }

.mob-filter-bottom, .mob-popup-filter-bottom {
  display: none; }

.empty_collection_cls span {
  background: #eeeeee;
  color: #222222;
  padding: 10px 20px;
  display: inline-block;
  font-size: 20px; }

.pink {
  background-color: pink; }

.red {
  background-color: red; }

.green {
  background-color: #69da6d; }

.yellow {
  background-color: #f2f896; }

.skyblue, .sky_blue, .sky-blue {
  background-color: #7ee7ec; }

.blue {
  background-color: #1e56f2; }

.orange {
  background-color: coral; }

.purple {
  background-color: violet; }

.violet {
  background-color: #a007a0; }

.brown {
  background-color: brown; }

.lightgreen {
  background-color: #c7f7c7; }

.olive {
  background-color: olive; }

.navy {
  background-color: navy; }

.black {
  background-color: black; }

.gray, .grey {
  background-color: #222222; }

.maroon {
  background-color: maroon; }

.copper {
  background-color: #e3baa4; }

.silver {
  background-color: #dbdbd9; }

.gold {
  background-color: #e1d3b6; }

.white {
  background-color: white;
  border: 1px solid #aaa; }

/* cart */
.cart_counter {
  width: 100%;
  display: block;
  margin-bottom: 15px; }
  .cart_counter .countdownholder {
    display: block;
    background: #fbdedc;
    padding: 15px;
    border: 1px solid #f99a33;
    font-size: 14px;
    color: #2c2c2c;
    font-weight: bold;
    border-radius: 0;
    text-align: center; }
    .cart_counter .countdownholder #countdownhere {
      display: inline-block; }
    .cart_counter .countdownholder .cart_checkout {
      background: #f99a33;
      color: white;
      font-size: 14px;
      text-transform: capitalize;
      padding: 5px 10px;
      margin-left: 10px; }

/* wishlist */
.remove_btn_wislist, .cart, .update_cart {
  background: transparent;
  border: none; }

.shopify-challenge__container {
  margin: 100px auto !important; }

.shopify-challenge__button {
  padding: 9px 20px;
  color: #ffffff;
  background-color: #f99a33;
  border: 1px solid #f99a33;
  position: relative;
  z-index: 3;
  font-weight: 500;
  position: relative;
  letter-spacing: 0.05em;
  display: inline-block; }
  .shopify-challenge__button:hover, .shopify-challenge__button:focus {
    color: #ffffff;
    background-color: #000000;
    border: 1px solid #000000; }

/*  Form feedback messages/customer pages */
#RecoverPassword {
  color: #f99a33;
  font-size: 15px;
  font-weight: 600; }

.alert-success button.close {
  top: 10px !important; }

.note, .form-message {
  padding: 15px;
  margin: 0 0 15px; }

.note {
  border: 1px solid #000; }

.form-message--success {
  border: 1px solid #19a340;
  background-color: #def6e1;
  color: #19a340; }

.form-message--error {
  border: 1px solid #d20000;
  background-color: #fbe3e3;
  color: #d20000; }
  .form-message--error ul {
    list-style: none;
    padding: 0;
    margin: 0; }
  .form-message--error a {
    color: #d20000;
    text-decoration: underline; }

.status_paid, .status_authorized, .status_fulfilled {
  background-color: #33bf69;
  color: white;
  border: none;
  border-radius: 3px;
  padding: 2px 10px;
  font-size: 12px;
  text-transform: capitalize;
  font-weight: 600; }

.status_filed, .status_pending, .status_unfulfilled {
  background-color: #eeeeee;
  color: #000;
  border: none;
  border-radius: 3px;
  padding: 2px 10px;
  font-size: 12px;
  text-transform: capitalize;
  font-weight: 600; }

.order-detail-table table thead {
  background: #f2f2f2; }
  .order-detail-table table thead tr th, .order-detail-table table thead tr td {
    color: black;
    font-weight: 600;
    border-bottom: 1px solid #ebebeb; }
.order-detail-table table tbody tr td a, .order-detail-table table tbody tr td a {
  color: #f99a33;
  font-weight: 600; }
  .order-detail-table table tbody tr td a:hover, .order-detail-table table tbody tr td a:hover {
    color: black; }
.order-detail-table table tfoot tr {
  border: none; }
  .order-detail-table table tfoot tr th, .order-detail-table table tfoot tr td {
    border: none;
    padding: 10px;
    color: #777777; }
  .order-detail-table table tfoot tr:last-child {
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    color: #777777; }

/* cookie bar */
#cookie-bar {
  background: #111111;
  height: auto;
  line-height: 24px;
  text-align: center;
  padding: 10px 0;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 99; }
  #cookie-bar p {
    margin: 0;
    padding: 0;
    color: #ffffff; }
  #cookie-bar a {
    color: white;
    display: inline-block;
    border-radius: 3px;
    text-decoration: none;
    padding: 8px;
    margin-left: 15px; }
  #cookie-bar .cb-enable {
    background: #f99a33; }
    #cookie-bar .cb-enable:hover {
      background: #fab365; }
  #cookie-bar .cb-disable {
    background: #990000; }
    #cookie-bar .cb-disable:hover {
      background: #bb0000; }
  #cookie-bar .cb-policy {
    background: #0033bb; }
    #cookie-bar .cb-policy:hover {
      background: #0055dd; }

/* product page */
.rating .spr-badge-caption {
  display: none; }
.rating .spr-badge-starrating .spr-icon {
  opacity: 1;
  font-size: 10px;
  padding-right: 2px !important; }

.product-layout-wrapper .row {
  position: relative; }
  .product-layout-wrapper .row .btn-product-change {
    position: absolute;
    top: -35px;
    right: 0;
    z-index: 0;
    color: #f99a33; }
    .product-layout-wrapper .row .btn-product-change a {
      color: #f99a33; }
.product-layout-wrapper.product-sidebar-layout .btn-product-change {
  position: absolute;
  top: -50px;
  right: 15px;
  z-index: 8;
  color: #f99a33; }
  .product-layout-wrapper.product-sidebar-layout .btn-product-change a {
    color: #f99a33; }
.product-layout-wrapper.product-gallery-layout .container-fluid .row {
  position: relative; }
  .product-layout-wrapper.product-gallery-layout .container-fluid .row .product_img_gallery {
    padding: 0; }
  .product-layout-wrapper.product-gallery-layout .container-fluid .row .btn-product-change {
    position: absolute;
    top: -35px;
    right: 270px;
    z-index: 8;
    color: #222222; }
    .product-layout-wrapper.product-gallery-layout .container-fluid .row .btn-product-change a {
      color: #222222; }
.product-layout-wrapper .col-lg-8.offset-lg-2 .slick-slide img {
  margin: 0 auto; }
.product-layout-wrapper .selector-wrapper {
  margin-bottom: 15px;
  display: block; }
  .product-layout-wrapper .selector-wrapper label {
    margin: 0;
    display: inline-block;
    padding-right: 10px;
    font-weight: 600;
    font-size: 15px;
    width: 10%; }
  .product-layout-wrapper .selector-wrapper .single-option-selector {
    width: 50%;
    font-size: 14px;
    text-transform: capitalize;
    height: 34px;
    padding: 5px 10px;
    border: 1px solid #dddddd;
    border-radius: 0px; }
.product-layout-wrapper .trust-badges img {
  height: 70px; }
.product-layout-wrapper .pro_inventory {
  margin-bottom: 20px; }
  .product-layout-wrapper .pro_inventory p {
    font-size: 14px;
    font-weight: 600; }
  .product-layout-wrapper .pro_inventory .inventory-scroll {
    height: 10px;
    position: relative;
    margin: 10px 0;
    background: #eae9e9;
    border-radius: 25px; }
    .product-layout-wrapper .pro_inventory .inventory-scroll > span {
      display: block;
      height: 100%;
      float: left;
      background-color: #15b300;
      border-radius: 35px; }
      .product-layout-wrapper .pro_inventory .inventory-scroll > span:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        z-index: 1;
        -webkit-background-size: 50px 50px;
        -moz-background-size: 50px 50px;
        -webkit-animation: move 2s linear infinite;
        -webkit-border-top-right-radius: 8px;
        -webkit-border-bottom-right-radius: 8px;
        -moz-border-radius-topright: 8px;
        -moz-border-radius-bottomright: 8px;
        border-top-right-radius: 8px;
        border-bottom-right-radius: 8px;
        -webkit-border-top-left-radius: 20px;
        -webkit-border-bottom-left-radius: 20px;
        -moz-border-radius-topleft: 20px;
        -moz-border-radius-bottomleft: 20px;
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px;
        overflow: hidden; }

.product-slick-gallery .slick-prev {
  left: 15px;
  z-index: 1; }
.product-slick-gallery .slick-next {
  right: 15px; }
.product-slick-gallery .slick-slide img {
  padding: 0;
  width: 100%; }

#product-inquiry .theme-form label {
  text-transform: capitalize;
  color: #333333;
  font-size: 14px;
  font-weight: 600; }
#product-inquiry .theme-form input {
  border-color: #dddddd;
  font-size: 12px;
  padding: 17px 25px;
  margin-bottom: 30px;
  height: inherit; }
#product-inquiry .theme-form textarea {
  border-color: #dddddd;
  font-size: 12px;
  padding: 17px 25px;
  margin-bottom: 30px;
  height: inherit; }

.spr-container {
  border-color: #dddddd; }
  .spr-container .spr-summary-actions-newreview {
    font-size: 15px;
    color: #f99a33;
    font-weight: 600; }
  .spr-container .new-review-form .spr-form-label {
    font-size: 14px;
    line-height: 20px;
    font-family: "Montserrat", "HelveticaNeue", "Helvetica Neue", sans-serif; }
  .spr-container .new-review-form .spr-form-input-text, .spr-container .new-review-form .spr-form-input-email, .spr-container .new-review-form .spr-form-input-textarea {
    border-color: #dddddd;
    font-size: 15px;
    padding: 15px 25px;
    margin-bottom: 15px;
    height: inherit;
    text-align: left;
    line-height: 1.5;
    color: #495057;
    background-color: white;
    background-clip: padding-box;
    border: 1px solid #dddddd;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  .spr-container .new-review-form .spr-button {
    padding: 9px 20px;
    color: #ffffff;
    border: 1px solid #f99a33;
    background-color: #f99a33;
    position: relative;
    z-index: 3;
    font-weight: 500;
    position: relative;
    letter-spacing: 0.05em;
    display: inline-block; }
    .spr-container .new-review-form .spr-button:hover, .spr-container .new-review-form .spr-button:focus {
      color: #ffffff;
      background: #000000;
      border-color: #000000; }

.tab-content #shopify-product-reviews {
  margin: 25px 0 !important; }

.product-accordion #shopify-product-reviews {
  margin: 0 !important; }

.product-3-col-layout .product-counter .product_count ul li, .product-sidebar-layout .product-counter .product_count ul li {
  padding-right: 10px;
  border-right: none !important; }
  .product-3-col-layout .product-counter .product_count ul li img, .product-sidebar-layout .product-counter .product_count ul li img {
    padding-left: 5; }
    .product-3-col-layout .product-counter .product_count ul li img.user_img, .product-sidebar-layout .product-counter .product_count ul li img.user_img {
      padding-left: 0; }

/* product sales notification */
#someone-purchased {
  background: #fff;
  border: 0;
  display: none;
  border-radius: 0;
  bottom: 20px;
  left: 20px;
  top: auto !important;
  right: auto !important;
  padding: 0;
  position: fixed;
  text-align: left;
  width: auto;
  z-index: 99999;
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.4); }
  #someone-purchased div img {
    cursor: pointer;
    float: left;
    max-height: 85px;
    max-width: 120px;
    width: auto; }
  #someone-purchased div p {
    color: black;
    float: left;
    font-size: 13px;
    margin: 0 0 0 13px;
    width: auto;
    padding: 10px 10px 0 0;
    line-height: 20px; }
    #someone-purchased div p a {
      padding-right: 52px;
      color: #f99a33 !important;
      display: block;
      font-size: 16px;
      font-weight: 700;
      text-transform: capitalize;
      margin: 2px 0; }
      #someone-purchased div p a :hover {
        color: #000; }
    #someone-purchased div p small {
      color: #222222;
      text-align: left;
      display: block;
      font-size: 12px;
      margin-bottom: 8px; }
  #someone-purchased span.close_sales_popup {
    padding: 5px;
    cursor: pointer;
    font-size: 13px; }

@media screen and (max-width: 767px) {
  #someone-purchased {
    display: none !important; } }
@keyframes nFadeIn {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0); }

  to {
    opacity: 1;
    transform: none; } }

#someone-purchased.fade-in {
  opacity: 0;
  animation-name: nFadeIn;
  animation-duration: 1s;
  animation-fill-mode: both;
  padding: 8x; }

@media screen and (max-width: 767px) {
  @keyframes nFadeIn {
    from {
      opacity: 0;
      transform: translate3d(0, 100%, 0); }

    to {
      opacity: 1;
      transform: none; } } }
@keyframes nFadeOut {
  from {
    opacity: 1; }

  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
    bottom: 0; } }

#someone-purchased.fade-out {
  opacity: 0;
  animation-name: nFadeOut;
  animation-duration: 1s;
  animation-fill-mode: both; }

@media screen and (max-width: 767px) {
  @keyframes nFadeOut {
    from {
      opacity: 1; }

    to {
      opacity: 0;
      transform: translate3d(0, 100%, 0);
      bottom: 0; } } }
/* upsell cart popup */
.cart-upsell-popup {
  width: 100%;
  height: 100%;
  float: left;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
  padding: 15px;
  overflow-y: scroll; }
  .cart-upsell-popup .upsell-modal {
    width: 100%;
    max-width: 650px;
    overflow-y: auto;
    background: transparent;
    padding: 15px;
    margin: 0 auto;
    position: relative;
    top: 50%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateY(-50%); }
    .cart-upsell-popup .upsell-modal .upsell-body {
      width: 100%;
      float: left;
      padding: 15px;
      background: white;
      text-align: center; }
      .cart-upsell-popup .upsell-modal .upsell-body .media a img {
        max-width: 150px; }
      .cart-upsell-popup .upsell-modal .upsell-body .media .media-body a h6 {
        font-size: 16px; }
        .cart-upsell-popup .upsell-modal .upsell-body .media .media-body a h6 i {
          margin-right: 8px;
          color: white;
          background: #19a340;
          font-size: 14px;
          width: 18px;
          height: 18px;
          line-height: 18px;
          border-radius: 50%; }
      .cart-upsell-popup .upsell-modal .upsell-body .media .media-body .buttons {
        width: 100%;
        display: inline-block;
        margin: 5px 0; }
        .cart-upsell-popup .upsell-modal .upsell-body .media .media-body .buttons a {
          display: inline-block;
          font-size: 16px;
          padding: 4px 9px;
          color: #ffffff;
          border: 1px solid #f99a33;
          background-color: #f99a33;
          margin: 0 6px;
          border-radius: 3px; }
        .cart-upsell-popup .upsell-modal .upsell-body .media .media-body .buttons button {
          display: inline-block;
          font-size: 16px;
          padding: 4px 9px;
          margin: 0 6px;
          background-color: #000000;
          border-color: #000000;
          color: #ffffff;
          border: none;
          margin: 0 6px;
          border-radius: 3px; }
      .cart-upsell-popup .upsell-modal .upsell-body .media .media-body .upsell_payment {
        padding: 15px 15px 0; }
      .cart-upsell-popup .upsell-modal .upsell-body .product-upsell {
        margin: 20px 0 10px; }
        .cart-upsell-popup .upsell-modal .upsell-body .product-upsell h4 {
          font-weight: 600; }
      .cart-upsell-popup .upsell-modal .upsell-body #upsell_product .product-box {
        width: 25%;
        float: left;
        padding: 0 5px; }
      .cart-upsell-popup .upsell-modal .upsell-body .close_upsell {
        position: absolute;
        top: 22px;
        right: 25px;
        font-size: 20px;
        cursor: pointer;
        line-height: 10px;
        width: 15px;
        height: 15px; }

/* exit popup */
#exit_popup {
  width: 100%;
  height: 100%;
  float: left;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
  padding: 15px;
  overflow-y: scroll; }
  #exit_popup .exit-popup-modal {
    width: 100%;
    max-width: 600px;
    overflow-y: auto;
    background: transparent;
    padding: 15px;
    margin: 0 auto;
    position: relative;
    top: 50%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateY(-50%); }
    #exit_popup .exit-popup-modal .exit-popup-body {
      width: 100%;
      float: left;
      padding: 15px;
      background: white;
      text-align: center;
      padding: 30px; }
      #exit_popup .exit-popup-modal .exit-popup-body .media-body {
        text-align: left; }
        #exit_popup .exit-popup-modal .exit-popup-body .media-body h4 {
          font-size: 20px;
          line-height: 1.2;
          color: #f99a33;
          font-weight: 500; }
        #exit_popup .exit-popup-modal .exit-popup-body .media-body h5 {
          font-size: 18px;
          color: #222222; }
        #exit_popup .exit-popup-modal .exit-popup-body .media-body a {
          color: black; }
      #exit_popup .exit-popup-modal .exit-popup-body .close {
        position: absolute;
        top: 20px;
        right: 20px;
        width: 15px;
        height: 15px;
        line-height: 15px; }
        #exit_popup .exit-popup-modal .exit-popup-body .close a {
          color: black; }

/* random product counter */
.product-counter .product_count ul {
  background-color: #f8f8f8;
  padding: 5px;
  margin-bottom: 15px; }
  .product-counter .product_count ul li {
    padding-right: 25px; }
    .product-counter .product_count ul li img {
      margin-top: -5px; }
      .product-counter .product_count ul li img.user_img {
        padding-left: 20px; }
    .product-counter .product_count ul li span {
      font-size: 16px;
      padding-left: 5px;
      text-transform: capitalize;
      color: #272727; }
    .product-counter .product_count ul li .p_counter {
      color: #f99a33;
      font-weight: 700;
      font-size: 16px; }

/*=====================
   8. Discount banner CSS start
==========================*/
.discount-banner {
  background-color: white; }
  .discount-banner .discount-banner-contain {
    padding: 47px 0;
    text-align: center; }
    .discount-banner .discount-banner-contain h2 {
      font-size: calc(14px + (24 - 14) * ((100vw - 320px) / (1920 - 320)));
      text-transform: capitalize;
      margin-bottom: 3px;
      margin-top: -5px; }
    .discount-banner .discount-banner-contain h1 {
      font-size: calc(18px + (42 - 18) * ((100vw - 320px) / (1920 - 320)));
      font-weight: normal;
      text-transform: uppercase;
      margin-bottom: 10px;
      color: black; }
      .discount-banner .discount-banner-contain h1 span {
        color: #f99a33; }
        .discount-banner .discount-banner-contain h1 span + span {
          color: black;
          font-weight: 700; }
    .discount-banner .discount-banner-contain .rounded-contain {
      border: 2px dashed black;
      border-radius: 50px;
      padding: 5px; }
      .discount-banner .discount-banner-contain .rounded-contain .rounded-subcontain {
        background-color: #f99a33;
        color: white;
        text-transform: uppercase;
        padding: 18px 0;
        font-weight: 600;
        font-size: calc(14px + (18 - 14) * ((100vw - 320px) / (1920 - 320)));
        letter-spacing: .08em;
        line-height: 1;
        border-radius: 50px; }
      .discount-banner .discount-banner-contain .rounded-contain.rounded-inverse {
        border: 2px dashed #f99a33; }
        .discount-banner .discount-banner-contain .rounded-contain.rounded-inverse .rounded-subcontain {
          background-color: black; }

/*=====================
   7. Deal banner CSS start
==========================*/
.deal-banner {
  background-color: #f99a33;
  padding: 40px 0; }
  .deal-banner > .container-fluid > .row, .deal-banner > .container > .row {
    align-items: center; }
  .deal-banner .deal-banner-containe h2 {
    font-size: calc(16px + (24 - 14) * ((100vw - 320px) / (1920 - 320)));
    text-transform: unset;
    color: white;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 15px;
    font-family: "Dancing Script", cursive; }
  .deal-banner .deal-banner-containe h1 {
    font-size: calc(14px + (40 - 16) * ((100vw - 320px) / (1920 - 320)));
    font-weight: 600;
    color: white;
    text-transform: unset;
    line-height: 1;
    letter-spacing: 0.5px;
    font-family: "Montserrat", "HelveticaNeue", "Helvetica Neue", sans-serif;
    margin-bottom: 0; }
  .deal-banner .deal-banner-containe .deal-btn {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    margin-top: 20px; }
    @media (min-width: 992px) {
      .deal-banner .deal-banner-containe .deal-btn {
        margin-top: 0px;
        justify-content: flex-end; } }
    .deal-banner .deal-banner-containe .deal-btn .btn {
      background: white;
      border-color: white;
      color: black; }
      .deal-banner .deal-banner-containe .deal-btn .btn:hover {
        background-color: black;
        border-color: black;
        color: white; }
  .deal-banner.deal-banner-inverse {
    background-color: black; }

.shipping-info {
  padding: 35px 0px !important;
  background-color: #f99a33;
  margin: 0;
  text-align: center;
  background-repeat: no-repeat;
  background-size: cover; }
  @media (max-width: 1199px) {
    .shipping-info {
      background-position: center; } }
  @media (max-width: 767px) {
    .shipping-info {
      padding: 15px 0px !important; } }
  .shipping-info .free_shipping_bar {
    width: 100%;
    text-align: center; }
    .shipping-info .free_shipping_bar .shipping-wrapper {
      display: inline-flex;
      margin-bottom: 0px; }
      .shipping-info .free_shipping_bar .shipping-wrapper h4 {
        padding-right: 8px;
        padding-left: 8px;
        margin-bottom: 0px;
        font-size: 16px;
        color: #000;
        font-weight: 500;
        text-transform: uppercase; }
        .shipping-info .free_shipping_bar .shipping-wrapper h4 span {
          padding-right: 8px;
          padding-left: 8px;
          margin-bottom: 0px;
          font-size: 16px;
          color: #000;
          font-weight: 700;
          text-transform: uppercase; }
      .shipping-info .free_shipping_bar .shipping-wrapper h3 {
        color: #000;
        font-size: 20px;
        line-height: 10px;
        padding-top: 3px; }
  .shipping-info h2 {
    margin: 0;
    font-size: 16px;
    width: 100%;
    color: #000; }
  .shipping-info .close_shipping_bar {
    position: absolute;
    right: 10px;
    top: 8px;
    color: #000;
    font-size: 20px;
    line-height: 18px;
    cursor: pointer; }

/* loader css */
.ajax-loader {
  z-index: 999;
  position: fixed;
  top: 50% !important;
  bottom: auto;
  left: 50%;
  right: auto;
  width: 80px;
  height: 80px;
  margin: 0px;
  overflow: hidden;
  padding: 0;
  text-align: center; }

.cssload-thecube {
  width: 45px;
  height: 45px;
  margin: 0 auto;
  margin-top: 15px;
  position: relative;
  transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg); }
  .cssload-thecube .cssload-cube {
    position: relative;
    float: left;
    width: 50%;
    height: 50%;
    transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1); }
    .cssload-thecube .cssload-cube:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: #f99a33;
      animation: cssload-fold-thecube 2.76s infinite linear both;
      -o-animation: cssload-fold-thecube 2.76s infinite linear both;
      -ms-animation: cssload-fold-thecube 2.76s infinite linear both;
      -webkit-animation: cssload-fold-thecube 2.76s infinite linear both;
      -moz-animation: cssload-fold-thecube 2.76s infinite linear both;
      transform-origin: 100% 100%;
      -o-transform-origin: 100% 100%;
      -ms-transform-origin: 100% 100%;
      -webkit-transform-origin: 100% 100%;
      -moz-transform-origin: 100% 100%; }
  .cssload-thecube .cssload-c2 {
    transform: scale(1.1) rotateZ(90deg);
    -o-transform: scale(1.1) rotateZ(90deg);
    -ms-transform: scale(1.1) rotateZ(90deg);
    -webkit-transform: scale(1.1) rotateZ(90deg);
    -moz-transform: scale(1.1) rotateZ(90deg); }
    .cssload-thecube .cssload-c2:before {
      animation-delay: 0.35s;
      -o-animation-delay: 0.35s;
      -ms-animation-delay: 0.35s;
      -webkit-animation-delay: 0.35s;
      -moz-animation-delay: 0.35s; }
  .cssload-thecube .cssload-c3 {
    transform: scale(1.1) rotateZ(180deg);
    -o-transform: scale(1.1) rotateZ(180deg);
    -ms-transform: scale(1.1) rotateZ(180deg);
    -webkit-transform: scale(1.1) rotateZ(180deg);
    -moz-transform: scale(1.1) rotateZ(180deg); }
    .cssload-thecube .cssload-c3:before {
      animation-delay: 0.69s;
      -o-animation-delay: 0.69s;
      -ms-animation-delay: 0.69s;
      -webkit-animation-delay: 0.69s;
      -moz-animation-delay: 0.69s; }
  .cssload-thecube .cssload-c4 {
    transform: scale(1.1) rotateZ(270deg);
    -o-transform: scale(1.1) rotateZ(270deg);
    -ms-transform: scale(1.1) rotateZ(270deg);
    -webkit-transform: scale(1.1) rotateZ(270deg);
    -moz-transform: scale(1.1) rotateZ(270deg); }
    .cssload-thecube .cssload-c4:before {
      animation-delay: 1.04s;
      -o-animation-delay: 1.04s;
      -ms-animation-delay: 1.04s;
      -webkit-animation-delay: 1.04s;
      -moz-animation-delay: 1.04s; }

@keyframes cssload-fold-thecube {
  0%, 10% {
    transform: perspective(87px) rotateX(-180deg);
    opacity: 0; }

  25%,
  75% {
    transform: perspective(87px) rotateX(0deg);
    opacity: 1; }

  90%,
  100% {
    transform: perspective(87px) rotateY(180deg);
    opacity: 0; } }

@-o-keyframes cssload-fold-thecube {
  0%, 10% {
    -o-transform: perspective(87px) rotateX(-180deg);
    opacity: 0; }

  25%,
  75% {
    -o-transform: perspective(87px) rotateX(0deg);
    opacity: 1; }

  90%,
  100% {
    -o-transform: perspective(87px) rotateY(180deg);
    opacity: 0; } }

@-ms-keyframes cssload-fold-thecube {
  0%, 10% {
    -ms-transform: perspective(87px) rotateX(-180deg);
    opacity: 0; }

  25%,
  75% {
    -ms-transform: perspective(87px) rotateX(0deg);
    opacity: 1; }

  90%,
  100% {
    -ms-transform: perspective(87px) rotateY(180deg);
    opacity: 0; } }

@-webkit-keyframes cssload-fold-thecube {
  0%, 10% {
    -webkit-transform: perspective(87px) rotateX(-180deg);
    opacity: 0; }

  25%,
  75% {
    -webkit-transform: perspective(87px) rotateX(0deg);
    opacity: 1; }

  90%,
  100% {
    -webkit-transform: perspective(87px) rotateY(180deg);
    opacity: 0; } }

@-moz-keyframes cssload-fold-thecube {
  0%, 10% {
    -moz-transform: perspective(87px) rotateX(-180deg);
    opacity: 0; }

  25%,
  75% {
    -moz-transform: perspective(87px) rotateX(0deg);
    opacity: 1; }

  90%,
  100% {
    -moz-transform: perspective(87px) rotateY(180deg);
    opacity: 0; } }

/* placeholder */
.placeholder-svg {
  display: block;
  fill: #555;
  background-color: #e8e8e8;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  border: 1px solid #555; }

.service-block .placeholder-svg {
  width: 100px;
  margin-right: 5px; }

/* lanng-switcher */
.selectize-dropdown.lang-switcher .selectize-dropdown-content .option {
  font-size: 16px;
  margin-left: 17px;
  line-height: 20px;
  text-transform: capitalize;
  cursor: pointer; }
  .selectize-dropdown.lang-switcher .selectize-dropdown-content .option.selected {
    color: #f99a33; }

.selectize-control .selectize-input {
  height: 20px;
  cursor: pointer; }
  .selectize-control .selectize-input .item {
    text-transform: capitalize;
    font-size: 16px;
    background: url(dropdown.png) no-repeat 95%; }
  .selectize-control .selectize-input input {
    width: 0px !important;
    border: none; }

#upsell_product .upsell_lang_trans {
  color: #222;
  text-transform: capitalize; }

.empty_cart_slide_cls {
  margin-bottom: 0; }

/* import demo  css */
#demo-import-lightbox {
  position: fixed;
  display: table;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  visibility: hidden;
  z-index: 9999999; }

body.lightbox-active {
  overflow: hidden;
  margin-right: 17px; }
  body.lightbox-active #demo-import-lightbox {
    position: fixed;
    display: table;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    visibility: hidden;
    z-index: 9999999; }
    body.lightbox-active #demo-import-lightbox .lightbox {
      max-height: -moz-calc(100vh - 110px);
      max-height: -webkit-calc(100vh - 110px);
      max-height: -o-calc(100vh - 110px);
      max-height: calc(100vh - 110px);
      max-width: 90%;
      margin: 0;
      width: 100%;
      overflow-y: scroll;
      height: 100%;
      background: white;
      padding: 30px;
      display: none;
      font-weight: 400;
      position: relative;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 1050;
      overflow: hidden;
      -webkit-overflow-scrolling: touch;
      outline: 0;
      opacity: 1; }
      body.lightbox-active #demo-import-lightbox .lightbox .importbox-inner {
        overflow: auto;
        max-height: 100%;
        position: relative;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto; }
        body.lightbox-active #demo-import-lightbox .lightbox .importbox-inner label {
          font-size: 25px;
          color: #333333;
          margin-bottom: 30px;
          font-weight: 600;
          width: 100%;
          display: block;
          text-align: center; }
        body.lightbox-active #demo-import-lightbox .lightbox .importbox-inner .importbox-body {
          min-height: 100%;
          height: 100%;
          background: white;
          position: relative;
          z-index: 0; }
          body.lightbox-active #demo-import-lightbox .lightbox .importbox-inner .importbox-body h1 {
            padding: 75px 0 30px 0;
            text-align: center;
            font-size: 30px;
            line-height: 30px; }
          body.lightbox-active #demo-import-lightbox .lightbox .importbox-inner .importbox-body .update_demo_item .demo_img {
            width: 100%;
            height: 300px;
            border-radius: 7px;
            background-size: cover;
            -webkit-transition: all 2s ease-out 0s;
            transition: all 2s ease-out 0s;
            box-shadow: -1px 2px 5px 1px #ececec; }
          body.lightbox-active #demo-import-lightbox .lightbox .importbox-inner .importbox-body .update_demo_item .import-form-fields {
            width: 100%;
            float: left;
            padding: 10px 15px 20px; }
            body.lightbox-active #demo-import-lightbox .lightbox .importbox-inner .importbox-body .update_demo_item .import-form-fields span {
              width: auto;
              float: left;
              font-size: 15px;
              color: #f99a33; }
            body.lightbox-active #demo-import-lightbox .lightbox .importbox-inner .importbox-body .update_demo_item .import-form-fields .demo-click-btn {
              background: transparent;
              border: none;
              float: right;
              padding: 0;
              font-size: 14px; }
              body.lightbox-active #demo-import-lightbox .lightbox .importbox-inner .importbox-body .update_demo_item .import-form-fields .demo-click-btn span {
                font-size: 16px;
                line-height: 22px; }
          body.lightbox-active #demo-import-lightbox .lightbox .importbox-inner .importbox-body .update_demo_item:hover .demo_img {
            background-position: center 100% !important; }
          body.lightbox-active #demo-import-lightbox .lightbox .importbox-inner .importbox-body .export-json {
            position: fixed;
            height: 100%;
            width: 100%;
            visibility: hidden;
            z-index: 9999999;
            background: rgba(0, 0, 0, 0.7);
            padding: 15px;
            margin: 0 auto;
            top: 0;
            left: 0; }
            body.lightbox-active #demo-import-lightbox .lightbox .importbox-inner .importbox-body .export-json .export-json-inner {
              background: white;
              position: absolute;
              width: auto;
              padding: 15px;
              left: 50%;
              transform: translateX(-50%);
              top: 10%; }
              body.lightbox-active #demo-import-lightbox .lightbox .importbox-inner .importbox-body .export-json .export-json-inner .attention {
                background: #fbe3e3;
                border-left: 3px solid #d20000;
                padding: 10px 15px;
                width: 100%;
                margin-bottom: 30px; }
                body.lightbox-active #demo-import-lightbox .lightbox .importbox-inner .importbox-body .export-json .export-json-inner .attention .attention-title {
                  color: #d20000; }
                  body.lightbox-active #demo-import-lightbox .lightbox .importbox-inner .importbox-body .export-json .export-json-inner .attention .attention-title strong {
                    padding-left: 5px; }
                body.lightbox-active #demo-import-lightbox .lightbox .importbox-inner .importbox-body .export-json .export-json-inner .attention .attention-description {
                  font-size: 14px;
                  text-transform: capitalize;
                  color: #333333; }
              body.lightbox-active #demo-import-lightbox .lightbox .importbox-inner .importbox-body .export-json .export-json-inner .export_btn button {
                padding: 10px 24px;
                color: white;
                letter-spacing: 0.05em;
                border: 2px solid #f99a33;
                background: #f99a33;
                font-size: 16px;
                font-weight: 600; }
              body.lightbox-active #demo-import-lightbox .lightbox .importbox-inner .importbox-body .export-json .export-json-inner .export_btn .import-btn img {
                display: none; }
              body.lightbox-active #demo-import-lightbox .lightbox .importbox-inner .importbox-body .export-json .export-json-inner .export_btn .import-btn.loading img {
                display: inline-block;
                width: 20px; }
              body.lightbox-active #demo-import-lightbox .lightbox .importbox-inner .importbox-body .export-json .export-json-inner .export_btn .import-btn.loading span {
                display: none; }
              body.lightbox-active #demo-import-lightbox .lightbox .importbox-inner .importbox-body .export-json .export-json-inner .close-btn {
                position: absolute;
                top: 0;
                right: 0;
                background: transparent;
                border: none;
                color: #f99a33;
                font-size: 16px; }
            body.lightbox-active #demo-import-lightbox .lightbox .importbox-inner .importbox-body .export-json.lightbox-open {
              visibility: visible;
              display: inline-block !important;
              box-shadow: none;
              animation: zoomIn 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards; }
      body.lightbox-active #demo-import-lightbox .lightbox .pixel-close {
        position: absolute;
        top: 0;
        right: 0; }
        body.lightbox-active #demo-import-lightbox .lightbox .pixel-close button {
          background: transparent;
          border: none;
          font-size: 20px;
          color: #f99a33; }
    body.lightbox-active #demo-import-lightbox.demo-modal {
      visibility: visible;
      background: rgba(0, 0, 0, 0.8);
      text-align: center; }
      body.lightbox-active #demo-import-lightbox.demo-modal .lightbox.showlightbox {
        display: inline-block;
        box-shadow: none;
        animation: zoomIn 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards; }
      body.lightbox-active #demo-import-lightbox.demo-modal .lightbox.out {
        animation: zoomOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards; }
      body.lightbox-active #demo-import-lightbox.demo-modal.out .lightbox {
        animation: zoomOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards; }

#shopify-section-product-template.shopify-section {
  background: white; }

.product-related .product-box, .product-related .product-wrap {
  position: relative;
  transition: all 0.5s ease;
  margin: 15px; }

.search-product .product-box {
  margin-bottom: 30px; }
  .search-product .product-box:nth-child(9n) {
    margin-bottom: 0px; }
  .search-product .product-box:nth-child(10n) {
    margin-bottom: 0px; }

.lang_desc_trans {
  font-size: 14px;
  line-height: 2.5; }
  .lang_desc_trans ul, .lang_desc_trans li, .lang_desc_trans p, .lang_desc_trans a, .lang_desc_trans span, .lang_desc_trans div, .lang_desc_trans section, .lang_desc_trans h1, .lang_desc_trans h2, .lang_desc_trans h3, .lang_desc_trans h4, .lang_desc_trans h5, .lang_desc_trans h6, .lang_desc_trans em, .lang_desc_trans i, .lang_desc_trans b {
    font-size: initial; }

@-webkit-keyframes shine {
  100% {
    left: 125%; } }

@keyframes shine {
  100% {
    left: 125%; } }

/* extra */
.effect-wrapper-main {
  position: relative; }
  .effect-wrapper-main .effect-banner-style-2:before {
    background: rgba(0, 0, 0, 0) url(//cdn.shopify.com/s/files/1/0268/5560/4283/t/2/assets/section_bellow_image.png?v=1578548582) no-repeat scroll center bottom;
    backface-visibility: 4px;
    content: "";
    height: 280px;
    position: absolute;
    width: 589px;
    right: 0;
    bottom: -170px;
    transform: rotate(-20deg);
    right: 32px; }

#shopify-section-1577363077677 section {
  background-color: white; }

.spr-icon-star-empty:before {
  content: '\e800' !important; }

.effect-wrapper-main .product-box .img-wrapper {
  border-radius: 10px;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.07); }

.cart-note {
  display: flex;
  align-items: center; }
  .cart-note .cart-note-text {
    margin: 0;
    margin-right: 12px;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 600; }

.slick-slider > button:before {
  font-family: themify; }
.slick-slider .slick-prev:before {
  content: "\e64a"; }
.slick-slider .slick-next:before {
  content: "\e649"; }

.clear-fix {
  clear: both; }

.product-box .product-detail .advanced_add_cart .selector-wrapper, .product-box .product-info .advanced_add_cart .selector-wrapper, .product-wrap .product-detail .advanced_add_cart .selector-wrapper, .product-wrap .product-info .advanced_add_cart .selector-wrapper {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 14px;
  padding: 4px 22px 4px 10px;
  margin: auto;
  text-transform: capitalize;
  border: 1px solid #ddd;
  color: #222;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: whitesmoke url(dropdown.png) no-repeat 93%; }

.product-box .product-detail .advanced_add_cart .selector-wrapper {
  display: none; }
  .product-box .product-detail .advanced_add_cart .selector-wrapper:first-child {
    display: block; }
  .product-box .product-detail .advanced_add_cart .selector-wrapper select {
    width: 100%;
    background-color: transparent;
    border: none; }

.two-row-prd-slider .product-box .product-detail h6 {
  float: unset;
  text-align: center; }

.list-view .product-box .product-detail h6 {
  text-align: left; }

.add_to_cart_btn_cls ti {
  font-size: 14px; }

.wishlist-tile-container .btn-solid i {
  color: white;
  font-size: 14px; }

button.dropdown-toggle::after {
  content: none; }

.cart-section.section-b-space
.row.cart-buttons > .col-lg-4.col-md-12 {
  width: 100% !important;
  flex: unset;
  max-width: unset; }
