/* Global things */
@import url("https://fonts.googleapis.com/css?family=Blinker&display=swap");
* {
  margin: 0;
  padding: 0;
  outline: none;
  font-family: 'Blinker', sans-serif;
  font-size: 16px; }
  * *:focus {
    outline: none;
    box-shadow: none; }

ul {
  margin: 0;
  padding: 0;
  list-style: none; }

body {
  background-color: #f1eee9; }

/* Headers Style 
===================== */
.header {
  width: 100%;
  overflow: hidden; }
  .header .container-fluid {
    width: 85%; }
  .header .slide-in-top {
    -webkit-animation: slide-in-top 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    animation: slide-in-top 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both; }
@-webkit-keyframes slide-in-top {
  0% {
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }
@keyframes slide-in-top {
  0% {
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }
  .header .swing-in-bottom-fwd {
    -webkit-animation: swing-in-bottom-fwd 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
    animation: swing-in-bottom-fwd 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) both; }
@-webkit-keyframes swing-in-bottom-fwd {
  0% {
    -webkit-transform: rotateX(100deg);
    transform: rotateX(100deg);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    opacity: 0; }
  100% {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    opacity: 1; } }
@keyframes swing-in-bottom-fwd {
  0% {
    -webkit-transform: rotateX(100deg);
    transform: rotateX(100deg);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    opacity: 0; }
  100% {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    opacity: 1; } }
  .header .top-header {
    background-color: #d04a58;
    height: 40px;
    line-height: 35px;
    z-index: 5;
    position: relative;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 4px 0px #000;
    -moz-box-shadow: 0px 0px 4px 0px #000;
    -o-box-shadow: 0px 0px 4px 0px #000;
    box-shadow: 0px 0px 4px 0px #000; }
    .header .top-header .langs {
      vertical-align: middle;
      color: #fff;
      font-size: 14px;
      text-align: center; }
    .header .top-header a {
      color: #fff;
      text-decoration: none;
      -webkit-transition: 0.3s ease-in-out;
      -moz-transition: 0.3s ease-in-out;
      -o-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out; }
      .header .top-header a:hover {
        color: #000;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out; }
    .header .top-header p {
      color: #fff;
      vertical-align: middle; }
    .header .top-header .top-menu {
      display: inline-flex;
      float: right;
      vertical-align: middle; }
      .header .top-header .top-menu li {
        margin-right: 10px; }
        .header .top-header .top-menu li::after {
          content: '|';
          padding-left: 10px;
          color: #fff; }
      .header .top-header .top-menu li:last-of-type {
        margin-right: 10px; }
        .header .top-header .top-menu li:last-of-type::after {
          content: ''; }
  .header .middle-nav {
    background-color: #fff;
    width: 100%;
    -webkit-box-shadow: 0px 0px 7px -2px #000;
    -moz-box-shadow: 0px 0px 7px -2px #000;
    -o-box-shadow: 0px 0px 7px -2px #000;
    box-shadow: 0px 0px 7px -2px #000;
    height: 100px;
    z-index: 4; }
    .header .middle-nav .mobile-nav {
      display: none;
      background-color: #fff;
      width: 100%;
      position: absolute;
      left: 0;
      z-index: 999;
      margin: 10px 0;
      box-shadow: 0px 0px 5px 0px #d2d2d2;
      -webkit-animation: slide-in-top 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
      animation: slide-in-top 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
      -webkit-transition: 0.3s ease-in-out;
      -moz-transition: 0.3s ease-in-out;
      -o-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out; }
      .header .middle-nav .mobile-nav li {
        padding: 10px;
        border-bottom: 1px solid #ededed;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out; }
      .header .middle-nav .mobile-nav .mob-list {
        padding: 10px;
        border-bottom: 1px solid #ededed;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
        color: #000; }
        .header .middle-nav .mobile-nav .mob-list a {
          color: #000; }
        .header .middle-nav .mobile-nav .mob-list:hover {
          background-color: #d04a58;
          -webkit-transition: 0.3s ease-in-out;
          -moz-transition: 0.3s ease-in-out;
          -o-transition: 0.3s ease-in-out;
          transition: 0.3s ease-in-out;
          color: #fff; }
        .header .middle-nav .mobile-nav .mob-list:hover a {
          color: #fff;
          -webkit-transition: 0.3s ease-in-out;
          -moz-transition: 0.3s ease-in-out;
          -o-transition: 0.3s ease-in-out;
          transition: 0.3s ease-in-out; }
      .header .middle-nav .mobile-nav .dropdown {
        display: none; }
    .header .middle-nav .menu-btn {
      background: transparent;
      border: none;
      position: absolute;
      right: 50px;
      display: none; }
      .header .middle-nav .menu-btn i {
        font-size: 24px;
        color: #d04a58; }
    .header .middle-nav .header-brand {
      margin-right: 20px; }
    .header .middle-nav a img {
      max-height: 100px;
      padding: 5px 10px; }
    .header .middle-nav .middle-links {
      display: flex;
      align-items: center; }
      .header .middle-nav .middle-links .middle-link {
        color: #6f6555;
        border-left: 1px solid #dcdcdc;
        height: 100px;
        display: flex;
        align-items: center;
        padding: 0 10px;
        text-decoration: none;
        border-right: 1px solid #dcdcdc;
        margin: 0 20px;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out; }
        .header .middle-nav .middle-links .middle-link:nth-of-type(3) {
          margin: 0;
          margin-left: 20px; }
        .header .middle-nav .middle-links .middle-link:nth-of-type(4) {
          border-right: 1px solid #dcdcdc;
          border-left: none; }
        .header .middle-nav .middle-links .middle-link:hover {
          color: #d04a58;
          -webkit-transition: 0.3s ease-in-out;
          -moz-transition: 0.3s ease-in-out;
          -o-transition: 0.3s ease-in-out;
          transition: 0.3s ease-in-out; }
      .header .middle-nav .middle-links form {
        display: inline-block; }
        .header .middle-nav .middle-links form .custom-search {
          width: 400px;
          position: relative; }
          .header .middle-nav .middle-links form .custom-search button {
            position: absolute;
            background-color: #d04a58;
            top: 0;
            right: 0;
            height: 100%;
            padding: 0 10px;
            display: flex;
            align-items: center;
            color: #fff;
            border: none; }
          .header .middle-nav .middle-links form .custom-search .form-control {
            background-color: #f8e4e6;
            padding-left: 20px;
            font-size: 14px;
            -webkit-transition: 0.3s ease-in-out;
            -moz-transition: 0.3s ease-in-out;
            -o-transition: 0.3s ease-in-out;
            transition: 0.3s ease-in-out; }
            .header .middle-nav .middle-links form .custom-search .form-control:focus {
              outline: none;
              box-shadow: none;
              border-color: #d04a58;
              -webkit-transition: 0.3s ease-in-out;
              -moz-transition: 0.3s ease-in-out;
              -o-transition: 0.3s ease-in-out;
              transition: 0.3s ease-in-out; }
      .header .middle-nav .middle-links .shopping-cart {
        position: relative; }
        .header .middle-nav .middle-links .shopping-cart .number {
          position: absolute;
          background-color: #8f877a;
          border-radius: 50%;
          top: 5px;
          right: -15px;
          text-align: center;
          font-weight: bold;
          color: #fff;
          width: 20px;
          height: 20px;
          font-size: 14px; }
        .header .middle-nav .middle-links .shopping-cart .price {
          color: #8f877a;
          position: absolute;
          bottom: 0;
          right: -50px; }
  .header .last-nav {
    background-color: transparent;
    display: block;
    margin: 20px auto;
    justify-content: center;
    width: 80%; }
    .header .last-nav .row {
      margin: 0; }
    .header .last-nav .col {
      padding: 0;
      display: flex; }
    .header .last-nav .last-links {
      display: inline-flex;
      align-items: center;
      height: 120px;
      -webkit-box-shadow: 0px 0px 7px -2px #000;
      -moz-box-shadow: 0px 0px 7px -2px #000;
      -o-box-shadow: 0px 0px 7px -2px #000;
      box-shadow: 0px 0px 7px -2px #000;
      margin: 0 auto; }
      .header .last-nav .last-links li {
        padding: 0 25px;
        height: 100%;
        margin: 0;
        display: flex;
        align-items: center;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out; }
        .header .last-nav .last-links li a {
          color: #8f877a;
          text-decoration: none; }
          .header .last-nav .last-links li a img {
            height: 35px; }
        .header .last-nav .last-links li .last-icon {
          display: flex;
          margin: 10px auto;
          justify-content: center; }
        .header .last-nav .last-links li:hover {
          background-color: #c8bdac;
          -webkit-transition: 0.3s ease-in-out;
          -moz-transition: 0.3s ease-in-out;
          -o-transition: 0.3s ease-in-out;
          transition: 0.3s ease-in-out; }
        .header .last-nav .last-links li:hover a {
          color: #6e665b; }
      .header .last-nav .last-links .active {
        background-color: #8f877a;
        margin: 0; }
        .header .last-nav .last-links .active a {
          color: #fff; }
      .header .last-nav .last-links .active-2 {
        background-color: #d04a58;
        margin: 0; }
        .header .last-nav .last-links .active-2 a {
          color: #fff; }

.mobile-search-cont {
  display: none; }
  .mobile-search-cont .shopping-cart {
    position: relative;
    margin-top: 20px; }
    .mobile-search-cont .shopping-cart img {
      height: 40px;
      width: 40px; }
    .mobile-search-cont .shopping-cart .number {
      position: absolute;
      background-color: #8f877a;
      border-radius: 50%;
      top: -7px;
      right: -30px;
      text-align: center;
      font-weight: bold;
      color: #fff;
      width: 20px;
      height: 20px;
      font-size: 14px; }
    .mobile-search-cont .shopping-cart .price {
      color: #8f877a;
      position: absolute;
      right: -60px;
      font-size: 14px;
      bottom: 0; }
  .mobile-search-cont .mobile-search {
    display: block;
    margin: 0 auto;
    margin-top: 20px;
    width: 90%; }
    .mobile-search-cont .mobile-search .custom-search {
      width: 100%;
      position: relative; }
      .mobile-search-cont .mobile-search .custom-search button {
        position: absolute;
        background-color: #d04a58;
        top: 0;
        right: 0;
        height: 100%;
        padding: 0 10px;
        display: flex;
        align-items: center;
        color: #fff;
        border: none; }
      .mobile-search-cont .mobile-search .custom-search .form-control {
        background-color: #f8e4e6;
        padding-left: 20px;
        font-size: 14px;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out; }
        .mobile-search-cont .mobile-search .custom-search .form-control:focus {
          outline: none;
          box-shadow: none;
          border-color: #d04a58;
          -webkit-transition: 0.3s ease-in-out;
          -moz-transition: 0.3s ease-in-out;
          -o-transition: 0.3s ease-in-out;
          transition: 0.3s ease-in-out; }

/* Home Slider 
============== */
.home-slider {
  margin: 40px 0; }
  .home-slider .home-slides {
    width: 100%;
    -webkit-box-shadow: 10px 10px 6px -6px #2a2a2a54;
    -moz-box-shadow: 10px 10px 6px -6px #2a2a2a54;
    -o-box-shadow: 10px 10px 6px -6px #2a2a2a54;
    box-shadow: 10px 10px 6px -6px #2a2a2a54; }
    .home-slider .home-slides a {
      text-decoration: none; }
    .home-slider .home-slides .home-slide .slide-content {
      text-align: center;
      margin-top: 10%; }
      .home-slider .home-slides .home-slide .slide-content h5 {
        color: #8f877a;
        margin-bottom: 10px;
        text-transform: uppercase; }
      .home-slider .home-slides .home-slide .slide-content h4 {
        color: #d04a58;
        margin-bottom: 10px;
        text-transform: uppercase; }
      .home-slider .home-slides .home-slide .slide-content img {
        width: 250px;
        margin: 20px auto; }
      .home-slider .home-slides .home-slide .slide-content .discount {
        height: 70px;
        width: 70px;
        line-height: 70px;
        text-align: center;
        border-radius: 50%;
        background-color: #d04a58;
        color: #fff;
        font-size: 20px;
        margin: 20px auto; }
    .home-slider .home-slides .home-slide .slide-img {
      display: block;
      margin: 0 auto;
      max-height: 400px; }
      .home-slider .home-slides .home-slide .slide-img img {
        height: 100%;
        width: 100%;
        padding: 50px; }
    .home-slider .home-slides .owl-prev,
    .home-slider .home-slides .owl-next {
      color: #fff;
      font-size: 40px;
      margin-top: -20px;
      position: absolute;
      top: 50%;
      text-align: center;
      line-height: 39px;
      border: 1px solid #fff;
      width: 40px;
      height: 40px;
      font-size: 40px;
      color: #fff !important;
      font-weight: bold;
      box-shadow: 0 5px 10px rgba(255, 255, 255, 0.17), 0 15px 40px rgba(253, 253, 253, 0.15);
      border-radius: 0;
      z-index: 99;
      border: 1px solid #a7a7a7 !important;
      border-radius: 50%;
      padding: 0 !important;
      height: 60px;
      line-height: 60px;
      width: 60px; }
      .home-slider .home-slides .owl-prev i,
      .home-slider .home-slides .owl-next i {
        font-size: 40px; }
    .home-slider .home-slides button::focus {
      outline: none;
      box-shadow: none; }
    .home-slider .home-slides .owl-prev {
      left: -10%;
      transition: 0.4s;
      -webkit-transition: 0.4s;
      -moz-transition: 0.4s;
      -o-transition: 0.4s;
      -ms-transition: 0.4s; }
      .home-slider .home-slides .owl-prev:hover {
        background: #d04a58 !important;
        border: 1px solid #d04a58 !important;
        -webkit-transition: 0.4s ease-in-out;
        -moz-transition: 0.4s ease-in-out;
        -o-transition: 0.4s ease-in-out;
        transition: 0.4s ease-in-out; }
    .home-slider .home-slides .owl-next {
      right: -10%;
      transition: 0.4s;
      -webkit-transition: 0.4s;
      -moz-transition: 0.4s;
      -o-transition: 0.4s;
      -ms-transition: 0.4s; }
      .home-slider .home-slides .owl-next:hover {
        background: #d04a58 !important;
        border: 1px solid #d04a58 !important;
        -webkit-transition: 0.4s ease-in-out;
        -moz-transition: 0.4s ease-in-out;
        -o-transition: 0.4s ease-in-out;
        transition: 0.4s ease-in-out; }

/* Top Categoraies
=========================== */
.top-cat {
  margin: 60px 0;
  text-align: center; }
  .top-cat h1 {
    border-left: 15px solid #d04a58;
    display: inline-block;
    padding-left: 15px;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: bolder;
    color: #6a6459; }
  .top-cat .cat-slider {
    background-color: #fff;
    padding: 20px;
    -webkit-box-shadow: 10px 10px 6px -6px #2a2a2a54;
    -moz-box-shadow: 10px 10px 6px -6px #2a2a2a54;
    -o-box-shadow: 10px 10px 6px -6px #2a2a2a54;
    box-shadow: 10px 10px 6px -6px #2a2a2a54; }
    .top-cat .cat-slider a {
      text-decoration: none;
      color: #000;
      -webkit-transition: 0.4s ease-in-out;
      -moz-transition: 0.4s ease-in-out;
      -o-transition: 0.4s ease-in-out;
      transition: 0.4s ease-in-out; }
    .top-cat .cat-slider .cat-slide {
      margin: 0 15px;
      text-align: center; }
      .top-cat .cat-slider .cat-slide img {
        border-radius: 50%;
        border: 4px solid #dddddd;
        padding: 10px;
        width: 120px;
        height: 120px;
        line-height: 100px;
        display: block;
        margin: 0 auto;
        margin-bottom: 15px; }
      .top-cat .cat-slider .cat-slide span {
        text-align: center;
        -webkit-transition: 0.4s ease-in-out;
        -moz-transition: 0.4s ease-in-out;
        -o-transition: 0.4s ease-in-out;
        transition: 0.4s ease-in-out; }
      .top-cat .cat-slider .cat-slide:hover span {
        color: #d04a58;
        -webkit-transition: 0.4s ease-in-out;
        -moz-transition: 0.4s ease-in-out;
        -o-transition: 0.4s ease-in-out;
        transition: 0.4s ease-in-out; }
    .top-cat .cat-slider .owl-prev,
    .top-cat .cat-slider .owl-next {
      font-size: 40px;
      margin-top: -20px;
      position: absolute;
      top: 50%;
      text-align: center;
      border: 1px solid #fff;
      width: 40px;
      height: 40px;
      font-size: 40px;
      color: #d04a58 !important;
      font-weight: bold;
      box-shadow: 0 5px 10px rgba(255, 255, 255, 0.17), 0 15px 40px rgba(253, 253, 253, 0.15);
      z-index: 99;
      border: 4px solid #a7a7a7 !important;
      border-radius: 50%;
      padding: 0 !important;
      height: 40px;
      line-height: 40px !important;
      width: 40px;
      justify-content: center;
      display: flex; }
      .top-cat .cat-slider .owl-prev i,
      .top-cat .cat-slider .owl-next i {
        font-size: 30px; }
    .top-cat .cat-slider .owl-prev {
      left: 0;
      transition: 0.4s;
      -webkit-transition: 0.4s;
      -moz-transition: 0.4s;
      -o-transition: 0.4s;
      -ms-transition: 0.4s; }
      .top-cat .cat-slider .owl-prev:hover {
        background: #d04a58 !important;
        border: 1px solid #d04a58 !important;
        -webkit-transition: 0.4s ease-in-out;
        -moz-transition: 0.4s ease-in-out;
        -o-transition: 0.4s ease-in-out;
        transition: 0.4s ease-in-out;
        color: #fff !important; }
    .top-cat .cat-slider .owl-next {
      right: 0;
      transition: 0.4s;
      -webkit-transition: 0.4s;
      -moz-transition: 0.4s;
      -o-transition: 0.4s;
      -ms-transition: 0.4s; }
      .top-cat .cat-slider .owl-next:hover {
        background: #d04a58 !important;
        border: 1px solid #d04a58 !important;
        -webkit-transition: 0.4s ease-in-out;
        -moz-transition: 0.4s ease-in-out;
        -o-transition: 0.4s ease-in-out;
        transition: 0.4s ease-in-out;
        color: #fff !important; }
  .top-cat .banners {
    margin: 40px 0; }
    .top-cat .banners .banner {
      background-size: cover;
      height: 350px;
      width: 100%;
      padding-left: 40px;
      text-align: left;
      padding-top: 7%;
      margin: 0 5px;
      -webkit-box-shadow: 10px 10px 6px -6px #2a2a2a54;
      -moz-box-shadow: 10px 10px 6px -6px #2a2a2a54;
      -o-box-shadow: 10px 10px 6px -6px #2a2a2a54;
      box-shadow: 10px 10px 6px -6px #2a2a2a54; }
      .top-cat .banners .banner h5 {
        text-transform: uppercase;
        color: #888888;
        margin-bottom: 40px; }
      .top-cat .banners .banner h4 {
        text-transform: uppercase; }
      .top-cat .banners .banner h2 {
        text-transform: uppercase;
        font-weight: bold; }
      .top-cat .banners .banner .btn-green {
        background-color: #fff;
        border: none;
        padding: 10px 20px;
        border-radius: 20px;
        color: #7bc002;
        font-size: 20px;
        text-transform: uppercase;
        text-decoration: none;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out; }
        .top-cat .banners .banner .btn-green i {
          margin-left: 10px; }
        .top-cat .banners .banner .btn-green:hover {
          background-color: #7bc002;
          color: #fff;
          -webkit-transition: 0.3s ease-in-out;
          -moz-transition: 0.3s ease-in-out;
          -o-transition: 0.3s ease-in-out;
          transition: 0.3s ease-in-out; }
      .top-cat .banners .banner .btn-red {
        background-color: #fff;
        border: none;
        padding: 10px 20px;
        border-radius: 20px;
        color: #ff3e46;
        font-size: 20px;
        text-transform: uppercase;
        text-decoration: none;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out; }
        .top-cat .banners .banner .btn-red i {
          margin-left: 10px; }
        .top-cat .banners .banner .btn-red:hover {
          background-color: #ff3e46;
          color: #fff;
          -webkit-transition: 0.3s ease-in-out;
          -moz-transition: 0.3s ease-in-out;
          -o-transition: 0.3s ease-in-out;
          transition: 0.3s ease-in-out; }

/* Best Sellers
=========================== */
.best-sellers {
  margin: 60px 0;
  text-align: center; }
  .best-sellers .title {
    border-left: 15px solid #d04a58;
    display: inline-block;
    padding-left: 15px;
    line-height: 30px;
    text-transform: uppercase;
    color: #6a6459;
    font-weight: bolder;
  }
  .best-sellers .best-slider {
    background-color: #fff;
    -webkit-box-shadow: 10px 10px 6px -6px #2a2a2a54;
    -moz-box-shadow: 10px 10px 6px -6px #2a2a2a54;
    -o-box-shadow: 10px 10px 6px -6px #2a2a2a54;
    box-shadow: 10px 10px 6px -6px #2a2a2a54;
    padding: 20px;
    display: inline-flex;
    margin: 0 auto; }
    .best-sellers .best-slider .best-slide {
      margin-right: 10px;
      width: 75%;
      margin: 0 auto; }
      .best-sellers .best-slider .best-slide .item-top {
        position: relative;
        border: 1px solid #dddddd; }
        .best-sellers .best-slider .best-slide .item-top .hot {
          position: absolute;
          top: 10px;
          left: 10px;
          color: #fff;
          background-color: #d04a58;
          padding: 2px 10px;
          border-radius: 5px; }
        .best-sellers .best-slider .best-slide .item-top .discount {
          position: absolute;
          right: 10px;
          top: 10px;
          color: #fff;
          background-color: #7bc002;
          padding: 2px 10px;
          border-radius: 5px; }
      .best-sellers .best-slider .best-slide img {
        max-height: 230px;
        min-height: 230px;
        display: block;
        margin: 0 auto;
        padding: 30px;
        margin-top: 10px; }
      .best-sellers .best-slider .best-slide h1 {
        font-size: 20px;
        margin: 20px 0; }
      .best-sellers .best-slider .best-slide .stars-active {
        display: block;
        margin: 0 auto;
        margin-bottom: 10px; }
        .best-sellers .best-slider .best-slide .stars-active i {
          color: #7bc002; }
      .best-sellers .best-slider .best-slide .old-price {
        text-decoration: line-through;
        color: #8f877a; }
      .best-sellers .best-slider .best-slide .new-price {
        color: #000; }
      .best-sellers .best-slider .best-slide a {
        display: inline-block;
        margin: 15px auto;
        border: 1px solid #d04a58;
        padding: 5px 10px;
        color: #8f877a;
        text-decoration: none;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out; }
        .best-sellers .best-slider .best-slide a i {
          color: #d04a58;
          margin-right: 10px;
          -webkit-transition: 0.3s ease-in-out;
          -moz-transition: 0.3s ease-in-out;
          -o-transition: 0.3s ease-in-out;
          transition: 0.3s ease-in-out; }
        .best-sellers .best-slider .best-slide a:hover {
          background-color: #d04a58;
          color: #fff !important;
          -webkit-transition: 0.3s ease-in-out;
          -moz-transition: 0.3s ease-in-out;
          -o-transition: 0.3s ease-in-out;
          transition: 0.3s ease-in-out; }
        .best-sellers .best-slider .best-slide a:hover i {
          color: #fff;
          -webkit-transition: 0.3s ease-in-out;
          -moz-transition: 0.3s ease-in-out;
          -o-transition: 0.3s ease-in-out;
          transition: 0.3s ease-in-out; }
    .best-sellers .best-slider .owl-prev,
    .best-sellers .best-slider .owl-next {
      font-size: 40px;
      margin-top: -20px;
      position: absolute;
      top: 50%;
      text-align: center;
      border: 1px solid #fff;
      width: 40px;
      height: 40px;
      font-size: 40px;
      color: #d04a58 !important;
      font-weight: bold;
      box-shadow: 0 5px 10px rgba(255, 255, 255, 0.17), 0 15px 40px rgba(253, 253, 253, 0.15);
      z-index: 99;
      border: 2px solid #a7a7a7 !important;
      border-radius: 50%;
      padding: 0 !important;
      height: 35px;
      line-height: 35px !important;
      width: 35px;
      justify-content: center;
      display: flex; }
      .best-sellers .best-slider .owl-prev i,
      .best-sellers .best-slider .owl-next i {
        font-size: 26px; }
    .best-sellers .best-slider .owl-prev {
      left: 10px;
      transition: 0.4s;
      -webkit-transition: 0.4s;
      -moz-transition: 0.4s;
      -o-transition: 0.4s;
      -ms-transition: 0.4s; }
      .best-sellers .best-slider .owl-prev:hover {
        background: #d04a58 !important;
        border: 1px solid #d04a58 !important;
        -webkit-transition: 0.4s ease-in-out;
        -moz-transition: 0.4s ease-in-out;
        -o-transition: 0.4s ease-in-out;
        transition: 0.4s ease-in-out;
        color: #fff !important; }
    .best-sellers .best-slider .owl-next {
      right: 10px;
      transition: 0.4s;
      -webkit-transition: 0.4s;
      -moz-transition: 0.4s;
      -o-transition: 0.4s;
      -ms-transition: 0.4s; }
      .best-sellers .best-slider .owl-next:hover {
        background: #d04a58 !important;
        border: 1px solid #d04a58 !important;
        -webkit-transition: 0.4s ease-in-out;
        -moz-transition: 0.4s ease-in-out;
        -o-transition: 0.4s ease-in-out;
        transition: 0.4s ease-in-out;
        color: #fff !important; }
  .best-sellers .deals {
    margin: 30px 0; }
    .best-sellers .deals .col-md-6 {
      padding: 0 5px; }
    .best-sellers .deals .best-deal {
      background-size: cover;
      height: 250px;
      -webkit-box-shadow: 10px 8px 15px -5px #44444447;
      -moz-box-shadow: 10px 8px 15px -5px #44444447;
      -o-box-shadow: 10px 8px 15px -5px #44444447;
      box-shadow: 10px 8px 15px -5px #44444447; }
      .best-sellers .deals .best-deal .content {
        float: right;
        padding-right: 80px;
        padding-top: 20px; }
        .best-sellers .deals .best-deal .content h1,
        .best-sellers .deals .best-deal .content h4 {
          color: #7bc002;
          text-transform: uppercase; }
        .best-sellers .deals .best-deal .content p {
          font-size: 30px;
          font-weight: bold;
          color: #534f55; }
        .best-sellers .deals .best-deal .content a {
          background-color: #7bc002;
          color: #fff;
          padding: 10px 20px;
          border-radius: 5px;
          text-decoration: none;
          -webkit-transition: 0.3s ease-in-out;
          -moz-transition: 0.3s ease-in-out;
          -o-transition: 0.3s ease-in-out;
          transition: 0.3s ease-in-out;
          text-transform: uppercase; }
          .best-sellers .deals .best-deal .content a:hover {
            background-color: #d04a58;
            -webkit-transition: 0.3s ease-in-out;
            -moz-transition: 0.3s ease-in-out;
            -o-transition: 0.3s ease-in-out;
            transition: 0.3s ease-in-out; }

/* Brands 
============ */
.brands {
  margin: 60px 0;
  text-align: center;
  overflow: hidden; }
  .brands .title {
    border-left: 15px solid #d04a58;
    display: inline-block;
    padding-left: 15px;
    line-height: 30px;
    text-transform: uppercase;
    color: #6a6459;
    font-weight: bolder;
  }
  .brands .brands-logo {
    margin: 20px 0; }
    .brands .brands-logo a {
      margin-right: 10px; }
    .brands .brands-logo img {
      background-color: #fff;
      padding: 10px;
      border-radius: 50%;
      border: 2px solid #7bc002;
      margin-bottom: 20px;
      width: 150px;
      -webkit-box-shadow: 10px 8px 15px -5px #44444447;
      -moz-box-shadow: 10px 8px 15px -5px #44444447;
      -o-box-shadow: 10px 8px 15px -5px #44444447;
      box-shadow: 10px 8px 15px -5px #44444447;
      -webkit-transition: 0.3s ease-in-out;
      -moz-transition: 0.3s ease-in-out;
      -o-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out; }
      .brands .brands-logo img:hover {
        transform: scale(1.09);
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out; }

/* testimonial 
============== */
.testimonial {
  margin: 60px 0;
  text-align: center;
  overflow: hidden;
  background-color: #f5f5f5;
  width: 100%;
  margin: 0 auto;
  padding: 30px 0;
  -webkit-box-shadow: 10px 8px 15px -5px #44444447;
  -moz-box-shadow: 10px 8px 15px -5px #44444447;
  -o-box-shadow: 10px 8px 15px -5px #44444447;
  box-shadow: 10px 8px 15px -5px #44444447; }
  .testimonial .testimonial-slider .testimonial-item img {
    width: 160px;
    height: 160px;
    line-height: 160px;
    border-radius: 50%;
    margin: 10px auto;
    -webkit-box-shadow: 10px 8px 15px -5px #44444447;
    -moz-box-shadow: 10px 8px 15px -5px #44444447;
    -o-box-shadow: 10px 8px 15px -5px #44444447;
    box-shadow: 10px 8px 15px -5px #44444447;
    margin-bottom: 20px;
    border: 4px dotted #d04a58;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out; }
    .testimonial .testimonial-slider .testimonial-item img:hover {
      transform: scale(1.09);
      -webkit-transition: 0.3s ease-in-out;
      -moz-transition: 0.3s ease-in-out;
      -o-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out; }
  .testimonial .testimonial-slider .testimonial-item .message {
    width: 50%;
    margin: 0 auto;
    margin-bottom: 30px;
    line-height: 30px; }
  .testimonial .testimonial-slider .testimonial-item .name {
    color: #d04a58;
    margin-right: 15px; }
  .testimonial .testimonial-slider .testimonial-item .feel {
    color: #6d6d6d; }
  .testimonial .testimonial-slider .testimonial-item .test-img {
    position: relative;
    display: inline-block; }
    .testimonial .testimonial-slider .testimonial-item .test-img i {
      position: absolute;
      bottom: 15px;
      left: 25px;
      background-color: #7bc002;
      padding: 10px;
      border-radius: 50%;
      color: #fff;
      padding: 5px;
      border-radius: 50%;
      z-index: 9999; }
  .testimonial .testimonial-slider .owl-prev,
  .testimonial .testimonial-slider .owl-next {
    font-size: 40px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
    text-align: center;
    border: 1px solid #fff;
    width: 40px;
    height: 40px;
    font-size: 40px;
    color: #a7a7a7 !important;
    font-weight: bold;
    box-shadow: 0 5px 10px rgba(255, 255, 255, 0.17), 0 15px 40px rgba(253, 253, 253, 0.15);
    z-index: 99;
    padding: 0 !important;
    justify-content: center;
    display: flex; }
    .testimonial .testimonial-slider .owl-prev i,
    .testimonial .testimonial-slider .owl-next i {
      font-size: 40px; }
  .testimonial .testimonial-slider .owl-prev {
    left: 10px;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s; }
    .testimonial .testimonial-slider .owl-prev:hover {
      -webkit-transition: 0.4s ease-in-out;
      -moz-transition: 0.4s ease-in-out;
      -o-transition: 0.4s ease-in-out;
      transition: 0.4s ease-in-out;
      color: #d04a58 !important;
      background-color: transparent;
      border: none; }
  .testimonial .testimonial-slider .owl-next {
    right: 10px;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s; }
    .testimonial .testimonial-slider .owl-next:hover {
      -webkit-transition: 0.4s ease-in-out;
      -moz-transition: 0.4s ease-in-out;
      -o-transition: 0.4s ease-in-out;
      transition: 0.4s ease-in-out;
      color: #d04a58 !important;
      background-color: transparent;
      border: none; }
  .testimonial .features {
    background-color: #fff;
    max-height: 200px;
    overflow: hidden;
    box-shadow: 0 10px 10px 1px #e3e3e3;
    margin: 40px auto;
    border: 1px solid #dddddd;
    display: flex; }
    .testimonial .features .block {
      border-right: 1px solid #dddddd;
      display: inline-block;
      align-items: center;
      height: 200px;
      padding-top: 20px;
      -webkit-transition: 0.3s ease-in-out;
      -moz-transition: 0.3s ease-in-out;
      -o-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out; }
      .testimonial .features .block .special {
        color: #d04a58;
        border-radius: 50%;
        line-height: 80px;
        width: 80px;
        height: 80px;
        border: 2px dotted #d04a58;
        display: inline-block;
        margin: 0 auto;
        margin-bottom: 20px;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out; }
      .testimonial .features .block p {
        width: 70%;
        margin: 0 auto;
        letter-spacing: 0.5px;
        font-weight: bold;
        text-transform: uppercase; }
      .testimonial .features .block:hover {
        background-color: #d04a58;
        color: #fff;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out; }
      .testimonial .features .block:hover .special {
        color: #fff !important;
        border: 2px dotted #fff;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out; }
      .testimonial .features .block a {
        display: block;
        background-color: #fff;
        padding: 10px 50px;
        color: #d04a58;
        display: block;
        text-align: center;
        margin: 20px;
        border-radius: 20px;
        text-decoration: none;
        font-size: 20px;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out; }
        .testimonial .features .block a i {
          margin-right: 10px;
          vertical-align: middle; }
        .testimonial .features .block a:hover {
          background-color: #d04a58;
          color: #fff;
          -webkit-transition: 0.3s ease-in-out;
          -moz-transition: 0.3s ease-in-out;
          -o-transition: 0.3s ease-in-out;
          transition: 0.3s ease-in-out; }
        .testimonial .features .block a:hover i {
          -webkit-transition: 0.3s ease-in-out;
          -moz-transition: 0.3s ease-in-out;
          -o-transition: 0.3s ease-in-out;
          transition: 0.3s ease-in-out;
          color: #fff; }

/* Footer 
    ========== */
.footer {
  position: relative; }
  .footer .footer-brand {
    position: absolute;
    position: absolute;
    right: 14%;
    top: 30%; }
    .footer .footer-brand img {
      height: 200px;
      width: 200px; }
  .footer .top-footer {
    background-image: linear-gradient(to right top, #aa303c, #b5303d, #bf303f, #ca3040, #d52f41);
    padding: 40px 0;
    padding-top: 60px;
    color: #fff; }
    .footer .top-footer h5 {
      text-transform: uppercase;
      margin-bottom: 20px;
      font-weight: bold; }
    .footer .top-footer ul {
      margin: 0;
      padding: 0; }
      .footer .top-footer ul li a {
        color: #fff;
        text-decoration: none;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out; }
        .footer .top-footer ul li a:hover {
          color: #000;
          -webkit-transition: 0.3s ease-in-out;
          -moz-transition: 0.3s ease-in-out;
          -o-transition: 0.3s ease-in-out;
          transition: 0.3s ease-in-out; }
    .footer .top-footer .call-box {
      background-color: #a94a42;
      padding: 15px 5px;
      color: #fff;
      text-align: center;
      border-radius: 5px;
      -webkit-box-shadow: 0px -5px 11px 0px #7431316e;
      -moz-box-shadow: 0px -5px 11px 0px #7431316e;
      -o-box-shadow: 0px -5px 11px 0px #7431316e;
      box-shadow: 0px -5px 11px 0px #7431316e; }
  .footer .newsletter {
    background-color: #1b1e24;
    padding: 60px 0;
    text-align: center;
    color: #fff; }
    .footer .newsletter p {
      text-transform: uppercase;
      font-size: 20px;
      color: #fff; }
    .footer .newsletter h1 {
      color: #7bc002;
      text-transform: uppercase; }
    .footer .newsletter form {
      display: inline-flex; }
      .footer .newsletter form .form-control {
        width: 400px;
        border-radius: 20px;
        padding: 27px 25px;
        margin-right: 40px;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out; }
        .footer .newsletter form .form-control:focus {
          outline: none;
          box-shadow: none;
          border-color: #d04a58;
          -webkit-transition: 0.3s ease-in-out;
          -moz-transition: 0.3s ease-in-out;
          -o-transition: 0.3s ease-in-out;
          transition: 0.3s ease-in-out; }
      .footer .newsletter form button {
        background-color: #d04a58;
        padding: 10px 30px;
        color: #fff;
        border-radius: 20px;
        border: none;
        text-transform: uppercase;
        font-size: 20px;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out; }
        .footer .newsletter form button i {
          margin-right: 10px;
          color: #fff; }
        .footer .newsletter form button:hover {
          background-color: #fff;
          color: #d04a58;
          -webkit-transition: 0.3s ease-in-out;
          -moz-transition: 0.3s ease-in-out;
          -o-transition: 0.3s ease-in-out;
          transition: 0.3s ease-in-out; }
        .footer .newsletter form button:hover i {
          color: #d04a58;
          -webkit-transition: 0.3s ease-in-out;
          -moz-transition: 0.3s ease-in-out;
          -o-transition: 0.3s ease-in-out;
          transition: 0.3s ease-in-out; }
  .footer .copy-footer {
    background-color: #252932;
    padding: 20px 0;
    text-align: center;
    border-top: 2px solid #2f3044; }
    .footer .copy-footer p {
      color: #fff; }
    .footer .copy-footer .social {
      display: flex; }
      .footer .copy-footer .social li {
        margin-right: 10px;
        height: 35px;
        width: 35px;
        line-height: 35px;
        border-radius: 2px;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out; }
        .footer .copy-footer .social li i {
          color: #fff; }
        .footer .copy-footer .social li a {
          color: #fff; }
        .footer .copy-footer .social li:hover {
          background-color: #d04a58 !important;
          -webkit-transition: 0.3s ease-in-out;
          -moz-transition: 0.3s ease-in-out;
          -o-transition: 0.3s ease-in-out;
          transition: 0.3s ease-in-out; }
    .footer .copy-footer .payment {
      display: flex; }
      .footer .copy-footer .payment li {
        margin-right: 30px;
        height: 35px;
        width: 35px;
        line-height: 35px; }
        .footer .copy-footer .payment li i {
          font-size: 40px; }

@media (min-width: 225px) and (max-width: 576px) {
  .menu-btn {
    display: block !important; }

  .mobile-hide {
    display: none !important; }

  .container-fluid {
    width: 100% !important; }

  .top-cat h1,
  .best-sellers .title,
  .brands .title {
    font-size: 30px; }

  .home-slider {
    margin: 20px 0; }

  .top-cat .banners .banner {
    margin-bottom: 20px;
    background-position: center; }

  .best-sellers .deals .best-deal {
    background-position: center;
    margin-bottom: 20px; }

  .testimonial .testimonial-slider .testimonial-item .message {
    width: 85%; }

  .best-sellers .deals .best-deal .content {
    padding-right: 25px; }

  .testimonial .features {
    display: inline-table; }
    .testimonial .features .block {
      width: 100%;
      border: none;
      border-bottom: 1px solid #dddddd; }

  .footer .top-footer ul {
    margin-bottom: 20px; }

  .footer {
    text-align: center; }

  .footer .newsletter form {
    display: block; }

  .footer .newsletter form .form-control {
    width: 100%;
    margin-bottom: 20px; }

  .footer .newsletter h1 {
    font-size: 30px;
    margin-bottom: 20px; }

  .footer .copy-footer .payment,
  .footer .copy-footer .social {
    margin-bottom: 20px;
    display: inline-flex; }

  .brands .brands-logo img {
    width: auto; } }
@media (min-width: 225px) and (max-width: 992px) {
  .header {
    overflow: visible; }

  .mobile-search-cont {
    display: block !important; }

  .menu-btn {
    display: block !important; }

  .mobile-hide {
    display: none !important; }

  .container-fluid {
    width: 100% !important; }

  .top-cat h1,
  .best-sellers .title,
  .brands .title {
    font-size: 30px; }

  .home-slider {
    margin: 20px 0; }

  .top-cat .banners .banner {
    margin-bottom: 20px;
    background-position: center; }

  .best-sellers .deals .best-deal {
    background-position: center;
    margin-bottom: 20px; }

  .testimonial .testimonial-slider .testimonial-item .message {
    width: 85%; }

  .best-sellers .deals .best-deal .content {
    padding-right: 25px; }

  .testimonial .features {
    display: inline-table; }
    .testimonial .features .block {
      width: 100%;
      border: none;
      border-bottom: 1px solid #dddddd; }

  .footer .top-footer ul {
    margin-bottom: 20px; }

  .footer {
    text-align: center; }

  .footer .newsletter form {
    display: block; }

  .footer .newsletter form .form-control {
    width: 100%;
    margin-bottom: 20px; }

  .footer .newsletter h1 {
    font-size: 30px;
    margin-bottom: 20px; }

  .footer .copy-footer .payment,
  .footer .copy-footer .social {
    margin-bottom: 20px;
    display: inline-flex; } }
@media (min-width: 576px) and (max-width: 992px) {
  .brands .brands-logo img {
    width: auto; } }
@media (min-width: 1000px) and (max-width: 1300px) {
  .header .container-fluid {
    width: 100%; }

  .header .top-header .top-menu {
    float: none;
    text-align: center; }

  .header .top-header .col-md-5 {
    text-align: center; } }
@media (min-width: 1200px) {
  .hide-lg {
    display: none; } }

/*# sourceMappingURL=theme.css.map */
