/* ========================================================
:: Template Name: Bigshop - Responsive E-commerce Template
:: Author: Designing World
:: Author URL: https://wrapbootstrap.com/user/DesigningWorld
:: Version: 2.2.0
:: Created: 18 Sep 2017
:: Last Updated: 18 Oct, 2019
======================================================== */
/* :: 1.0 Import Web Fonts */
@import url("https://fonts.googleapis.com/css?family=Muli:200,300,400,600,700,800,900&display=swap");
/* :: 2.0 Import All CSS */
@import url(css/bootstrap.min.css);
@import url(css/default/classy-nav.min.css);
@import url(css/owl.carousel.min.css);
@import url(css/nice-select.css);
@import url(css/animate.css);
@import url(css/jquery-ui.min.css);
@import url(css/magnific-popup.css);
@import url(css/font-awesome.min.css);
@import url(css/default/icofont.min.css);
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700,700");
/* Preloader CSS */
#preloader {
  background: #fff;
  height: 100%;
  left: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  position: fixed;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 999999999; }
/*  #preloader .spinner-grow {
    background-color: #070a57; }*/


    .preloader {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  position: absolute;
}

.preloader span {
  position: absolute;
  display: block;
  bottom: 0;
  width: 9px;
  height: 5px;
  border-radius: 5px;
  background: #fff;
  -webkit-animation: preloader 2s infinite ease-in-out;
  animation: preloader 2s infinite ease-in-out;
}

.preloader span:nth-child(2) {
  left: 11px;
  -webkit-animation-delay: 200ms;
  animation-delay: 200ms;
}

.preloader span:nth-child(3) {
  left: 22px;
  -webkit-animation-delay: 400ms;
  animation-delay: 400ms;
}

.preloader span:nth-child(4) {
  left: 33px;
  -webkit-animation-delay: 600ms;
  animation-delay: 600ms;
}

.preloader span:nth-child(5) {
  left: 44px;
  -webkit-animation-delay: 800ms;
  animation-delay: 800ms;
}

.preloader span:nth-child(6) {
  left: 55px;
  -webkit-animation-delay: 1000ms;
  animation-delay: 1000ms;
}

@-webkit-keyframes preloader {
  0% {
    height: 5px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    background: rgba(0, 0, 0, 0.1);
  }
  25% {
    height: 30px;
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
    background: #272370;
  }
  50%, 100% {
    height: 5px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    background: rgba(0, 0, 0, 0.1);
  }
}

@keyframes preloader {
  0% {
    height: 5px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    background: #fff;
  }
  25% {
    height: 30px;
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
    background: #3498db;
  }
  50%, 100% {
    height: 5px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    background: #fff;
  }
}

/* For mobile phones: */
[class*="col-"] {
  width: 94%;
}

/* Reboot CSS */
* {
  margin: 0;
  padding: 0; }

body {
  font-family: "Montserrat", sans-serif;
  font-size: 1rem; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #070a57;
  font-family: "Montserrat", sans-serif; }

p {
  color: #747794;
  line-height: 1.9; }

a {
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  outline: none;
  color: #070a57;
  text-decoration: none;
  font-weight: 100; }
  a:hover, a:focus {
    text-decoration: none;
    outline: none;
    font-weight: 100; }

ul,
ol {
  margin: 0;
  padding: 0; }
  ul li,
  ol li {
    list-style: none; }

img {
  height: auto;
  max-width: 100%;
  }

.bg-img {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat; }

.bg-transparent {
  background-color: transparent; }

.font-bold {
  font-weight: 700; }

.font-light {
  font-weight: 300; }

.jarallax {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%; }

.btn:focus,
input:focus,
textarea:focus,
.form-control:focus {
  box-shadow: none; }

.bs-tooltip-auto[x-placement^=top] .arrow::before,
.bs-tooltip-top .arrow::before {
  border-top-color: #0f99f3; }

.bs-tooltip-auto[x-placement^=bottom] .arrow::before,
.bs-tooltip-bottom .arrow::before {
  border-bottom-color: #0f99f3; }

.bs-tooltip-auto[x-placement^=left] .arrow::before,
.bs-tooltip-left .arrow::before {
  border-left-color: #0f99f3; }

.bs-tooltip-auto[x-placement^=right] .arrow::before,
.bs-tooltip-right .arrow::before {
  border-right-color: #0f99f3; }

.tooltip-inner {
  background-color: #0f99f3; }

/* Spacing */
.mt-15 {
  margin-top: 15px; }

.mt-30 {
  margin-top: 30px; }

.mt-50 {
  margin-top: 50px; }

.mt-70 {
  margin-top: 70px; }

.mt-100 {
  margin-top: 100px; }

.mb-15 {
  margin-bottom: 15px; }

.mb-30 {
  margin-bottom: 30px; }

.mb-50 {
  margin-bottom: 50px; }

.mb-70 {
  margin-bottom: 70px; }

.mb-100 {
  margin-bottom: 100px; }

.ml-15 {
  margin-left: 15px; }

.ml-30 {
  margin-left: 30px; }

.mr-15 {
  margin-right: 15px; }

.mr-30 {
  margin-right: 30px; }

/* Section Padding */
.section_padding_50 {
  padding: 50px 0; }

.section_padding_50_20 {
  padding: 50px 0 20px 0; }

.section_padding_150 {
  padding: 150px 0; }

.section_padding_0 {
  padding: 0; }

.section_padding_0_70 {
  padding: 0 0 70px 0; }

.section_padding_100 {
  padding: 100px 0; }

.section_padding_100_0 {
  padding: 100px 0 0 0; }

.section_padding_0_100 {
  padding: 0 0 100px 0; }

.section_padding_0_70 {
  padding: 0 0 70px 0; }

.section_padding_100_50 {
  padding-top: 100px;
  padding-bottom: 50px; }

.section_padding_100_70 {
  padding-top: 100px;
  padding-bottom: 70px; }

.section_padding_200 {
  padding-top: 200px;
  padding-bottom: 200px; }

.section_padding_200_100 {
  padding-top: 200px;
  padding-bottom: 100px; }

.section_padding_200_70 {
  padding-top: 200px;
  padding-bottom: 70px; }

.section_padding_200_170 {
  padding-top: 200px;
  padding-bottom: 170px; }

.section_padding_200_0 {
  padding-top: 200px;
  padding-bottom: 0; }

/* scrollup */
#scrollUp {
  background-color: #070a57;
  border-radius: 50%;
  bottom: 40px;
  color: #ffffff;
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  right: 40px;
  text-align: center;
  width: 40px;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms; }
  #scrollUp:hover, #scrollUp:focus {
    background-color: #0f99f3;
    color: #ffffff; }

/* Shortcodes CSS */
.section_heading {
  position: relative;
  z-index: 1;
  background-color: #0f99f3;
  height: 40px;
  margin-bottom: 50px; }
  .section_heading h5 {
    color: #ffffff;
    font-size: 18px;
    line-height: 40px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 2px; }
    @media only screen and (max-width: 767px) {
      .section_heading h5 {
        letter-spacing: 1px; } }
  .section_heading.text-left {
    text-align: left !important; }
  .section_heading.white h3,
  .section_heading.white p {
    color: #ffffff; }
  .section_heading.new_arrivals {
    position: relative;
    z-index: 1;
    display: inline-block;
    width: 300px; }
    .section_heading.new_arrivals h5 {
      margin-bottom: 0; }
    .section_heading.new_arrivals::before {
      background-color: #0f99f3;
      content: "";
      height: 40px;
      position: absolute;
      right: 300px;
      top: 0;
      width: 5200px;
      z-index: 9; }
  .section_heading.featured::after {
    background-color: #0f99f3;
    content: "";
    height: 40px;
    left: 320px;
    position: absolute;
    top: 0;
    width: 5200px; }
  .section_heading.featured h5 {
    padding-left: 15px;
    margin-bottom: 0; }

/* Button */
.btn {
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  padding: 0 24px;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  border-color: transparent;
  border-radius: 8px;
  font-weight: 700;
  height: 44px;
  line-height: 42px;
  font-size: 14px;
  /*text-transform: uppercase;*/
  letter-spacing: 0.5px; }

.btn-lg {
  padding: 0 30px;
  height: 52px;
  line-height: 50px;
  font-size: 16px; }

.btn-sm {
  padding: 0 18px;
  height: 38px;
  line-height: 36px;
  font-size: 12px; }

.btn-primary {
  background-color: #0f99f3; }
  .btn-primary:hover, .btn-primary:focus {
    background-color: #070a57; }

.btn-outline-primary {
  border-color: #0f99f3; }

.bg-gray {
  background-color: #f8f8ff !important; }

.bg-overlay {
  position: relative;
  z-index: 1; }
  .bg-overlay::after {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    content: "";
    background-color: #070a57;
    opacity: 0.6; }

@media only screen and (max-width: 767px) {
  .display-1 {
    font-size: 4rem; } }

@media only screen and (max-width: 767px) {
  .display-2 {
    font-size: 3.5rem; } }

@media only screen and (max-width: 767px) {
  .display-3 {
    font-size: 3rem; } }

@media only screen and (max-width: 767px) {
  .display-4 {
    font-size: 2.5rem; } }

.bigshop-blockquote {
  background-color: #f8f8ff;
  padding: 30px; }
  .bigshop-blockquote h3 {
    line-height: 1.5; }
    @media only screen and (max-width: 767px) {
      .bigshop-blockquote h3 {
        font-size: 1.1rem; } }

.bl-10 {
  border-left: 10px solid #0f99f3; }

.bt-10 {
  border-top: 10px solid #0f99f3; }

.br-10 {
  border-right: 10px solid #0f99f3; }

/* Header CSS */
.top-header-area {
  position: relative;
  z-index: 600;
  height: 40px;
    background-color: #77C8BF;
  border-bottom: 1px solid #77C8BF; }
  .top-header-area.z-index-reduce {
    z-index: 100; }
  .top-header-area .welcome-note {
    font-size: 14px;
    color: #747794;
    line-height: 1; }
    .top-header-area .welcome-note .text {
      display: inline-block; }
      @media only screen and (max-width: 767px) {
        .top-header-area .welcome-note .text {
          display: none; } }
    .top-header-area .welcome-note .popover--text {
      display: none; }
      .top-header-area .welcome-note .popover--text i {
        font-size: 1rem; }
      @media only screen and (max-width: 767px) {
        .top-header-area .welcome-note .popover--text {
          display: inline-block; } }
  .top-header-area .language-currency-dropdown {
    position: relative;
    z-index: 1; }
    .top-header-area .language-currency-dropdown .language-dropdown {
      border-right: 1px solid #d6e6fb;
      margin-right: 15px;
      padding-right: 15px; }
    .top-header-area .language-currency-dropdown .btn {
      font-size: 13px;
      font-weight: 700;
      padding: 0; }
    .top-header-area .language-currency-dropdown .dropdown-menu {
      border-radius: 6px;
      box-shadow: 0 0 8px 0 rgba(47, 91, 234, 0.15);
      border: none;
      min-width: 7rem;
      text-align: right;
      -webkit-animation-name: dropdownAnimation;
      animation-name: dropdownAnimation;
      -webkit-animation-duration: 350ms;
      animation-duration: 350ms;
      -webkit-animation-fill-mode: both;
      animation-fill-mode: both; }
      .top-header-area .language-currency-dropdown .dropdown-menu.dropdown-menu-right {
        left: auto !important;
        right: 0 !important; }
      .top-header-area .language-currency-dropdown .dropdown-menu .dropdown-item {
        font-size: 13px;
        font-weight: 700; }
        .top-header-area .language-currency-dropdown .dropdown-menu .dropdown-item:active {
          background-color: transparent; }

@-webkit-keyframes dropdownAnimation {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 70px, 0);
    -ms-transform: translate3d(0, 70px, 0);
    transform: translate3d(0, 70px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 30px, 0);
    -ms-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0); } }

@keyframes dropdownAnimation {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 70px, 0);
    -ms-transform: translate3d(0, 70px, 0);
    transform: translate3d(0, 70px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 30px, 0);
    -ms-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0); } }

.header_area {
  position: relative;
  z-index: 500; }
  .header_area .bigshop-main-menu {
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    background-color: transparent; }
  .header_area .classy-nav-container {
    z-index: 400; }
  .header_area .classy-navbar {
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    padding: 0;
    height: 80px; }
    @media only screen and (max-width: 767px) {
      .header_area .classy-navbar {
        height: 70px; } }
    .header_area .classy-navbar .nav-brand {
      margin-right: 50px; }
      @media only screen and (max-width: 767px) {
        .header_area .classy-navbar .nav-brand {
          margin-right: 15px; } }
      @media only screen and (min-width: 480px) and (max-width: 767px) {
        .header_area .classy-navbar .nav-brand {
          margin-right: 30px; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .header_area .classy-navbar .nav-brand {
          margin-right: 50px; } }
  .header_area .classynav ul li a {
      color:#272370;
    font-size: 17px;
    height: auto;
    line-height: 1;
    padding: 15px 15px; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .header_area .classynav ul li a {
        padding: 20px 10px; } }
    @media only screen and (max-width: 767px) {
      .header_area .classynav ul li a {
        padding: 20px 10px; } }
    .header_area .classynav ul li a:focus, .header_area .classynav ul li a:hover {
      color: #fff; }
  .header_area .classynav ul li li a {
    padding: 15px 25px; }
  .header_area .classynav ul li .dropdown {
    /*width: 240px;*/
    box-shadow: 0 0 8px 0 rgba(47, 91, 234, 0.15);
    border-radius: 6px;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .header_area .classynav ul li .dropdown {
        -webkit-transition-duration: 0ms;
        -o-transition-duration: 0ms;
        transition-duration: 0ms;
        width: 100%;
        border-radius: 0;
        box-shadow: none; } }
    @media only screen and (max-width: 767px) {
      .header_area .classynav ul li .dropdown {
        -webkit-transition-duration: 0ms;
        -o-transition-duration: 0ms;
        transition-duration: 0ms;
        width: 100%;
        border-radius: 0;
        box-shadow: none; } }
    .header_area .classynav ul li .dropdown li .dropdown {
      /*left: 0px; */
        
    }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .header_area .classynav ul li .dropdown li .dropdown {
          left: 0; } }
      @media only screen and (max-width: 767px) {
        .header_area .classynav ul li .dropdown li .dropdown {
          left: 0; } }
  .header_area .classynav ul li .megamenu {
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    box-shadow: 0 0 8px 0 rgba(47, 91, 234, 0.15);
    border-radius: 6px; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .header_area .classynav ul li .megamenu {
        -webkit-transition-duration: 0ms;
        -o-transition-duration: 0ms;
        transition-duration: 0ms;
        box-shadow: none; } }
    @media only screen and (max-width: 767px) {
      .header_area .classynav ul li .megamenu {
        -webkit-transition-duration: 0ms;
        -o-transition-duration: 0ms;
        transition-duration: 0ms;
        box-shadow: none; } }
    .header_area .classynav ul li .megamenu .single-mega.cn-col-2 {
      width: 50%;
      float: left;
      padding: 15px; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .header_area .classynav ul li .megamenu .single-mega.cn-col-2 {
          width: 100%; } }
      @media only screen and (max-width: 767px) {
        .header_area .classynav ul li .megamenu .single-mega.cn-col-2 {
          width: 100%; } }
  .header_area .classynav ul li.megamenu-item > a:after,
  .header_area .classynav ul li.has-down > a:after {
    line-height: 42px; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .header_area .classynav ul li.megamenu-item > a:after,
      .header_area .classynav ul li.has-down > a:after {
        line-height: 54px; } }
    @media only screen and (max-width: 767px) {
      .header_area .classynav ul li.megamenu-item > a:after,
      .header_area .classynav ul li.has-down > a:after {
        line-height: 54px; } }

.breakpoint-on .dd-trigger {
  top: 11.5px;
  background-color: #070a57; }

.breakpoint-on ul ul .dd-trigger {
  top: 6.5px; }

@media only screen and (max-width: 767px) {
  .classy-navbar-toggler {
    margin-right: 15px; } }

.breakpoint-on .classynav ul li.has-down.active > .dd-trigger,
.breakpoint-on .classynav ul li.megamenu-item.active > .dd-trigger {
  background-color: #0f99f3; }

.hero_meta_area {
  position: relative;
  z-index: 1; }
  .hero_meta_area .search-area {
    position: relative;
    z-index: 1; }
    .hero_meta_area .search-area .search-btn {
      width: 35px;
      height: 35px;
      line-height: 35px;
      background-color: #f8f8ff;
      text-align: center;
      border-radius: 50%;
      cursor: pointer;
      margin-right: 15px; }
      @media only screen and (max-width: 767px) {
        .hero_meta_area .search-area .search-btn {
          margin-right: 8px;
          width: 30px;
          height: 30px;
          line-height: 30px; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .hero_meta_area .search-area .search-btn {
          margin-right: 15px;
          width: 35px;
          height: 35px;
          line-height: 35px; } }
    .hero_meta_area .search-area .search-form {
      -webkit-transition-duration: 500ms;
      -o-transition-duration: 500ms;
      transition-duration: 500ms;
      position: absolute;
      padding: 0 15px;
      border-radius: 6px;
      top: 100px;
      right: 0;
      background-color: #ffffff;
      box-shadow: 0 0 8px 0 rgba(47, 91, 234, 0.15);
      opacity: 0;
      visibility: hidden; }
      .hero_meta_area .search-area .search-form input {
        background-color: #ffffff;
        width: 240px;
        height: 54px;
        border: none;
        font-size: 13px; }
        @media only screen and (max-width: 767px) {
          .hero_meta_area .search-area .search-form input {
            width: 165px; } }
        @media only screen and (min-width: 576px) and (max-width: 767px) {
          .hero_meta_area .search-area .search-form input {
            width: 240px; } }
        .hero_meta_area .search-area .search-form input:focus {
          box-shadow: none; }
      .hero_meta_area .search-area .search-form.active {
        top: 50px;
        opacity: 1;
        visibility: visible; }
  .hero_meta_area .wishlist-area {
    position: relative;
    z-index: 1; }
    .hero_meta_area .wishlist-area .wishlist-btn {
      display: block;
      width: 35px;
      height: 35px;
      line-height: 35px;
      background-color: #f8f8ff;
      text-align: center;
      border-radius: 50%;
      cursor: pointer;
      margin-right: 15px; }
      @media only screen and (max-width: 767px) {
        .hero_meta_area .wishlist-area .wishlist-btn {
          margin-right: 8px;
          width: 30px;
          height: 30px;
          line-height: 30px; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .hero_meta_area .wishlist-area .wishlist-btn {
          margin-right: 15px;
          width: 35px;
          height: 35px;
          line-height: 35px; } }
  .hero_meta_area .cart-area {
    position: relative;
    z-index: 2; }
    .hero_meta_area .cart-area .cart--btn {
      -webkit-transition-duration: 500ms;
      -o-transition-duration: 500ms;
      transition-duration: 500ms;
      position: relative;
      z-index: 1;
      width: 35px;
      height: 35px;
      line-height: 35px;
      background-color: #f8f8ff;
      text-align: center;
      border-radius: 50%;
      cursor: pointer;
      margin-right: 15px;
      font-size: 16px; }
      @media only screen and (max-width: 767px) {
        .hero_meta_area .cart-area .cart--btn {
          margin-right: 8px;
          width: 30px;
          height: 30px;
          line-height: 30px; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .hero_meta_area .cart-area .cart--btn {
          margin-right: 15px;
          width: 35px;
          height: 35px;
          line-height: 35px; } }
      .hero_meta_area .cart-area .cart--btn:hover, .hero_meta_area .cart-area .cart--btn:focus {
        color: #0f99f3; }
      .hero_meta_area .cart-area .cart--btn .cart_quantity {
        -webkit-transition-duration: 500ms;
        -o-transition-duration: 500ms;
        transition-duration: 500ms;
        background-color: #0f99f3;
        border-radius: 50%;
        color: #ffffff;
        font-size: 10px;
        height: 20px;
        line-height: 20px;
        position: absolute;
        right: -5px;
        text-align: center;
        top: -10px;
        width: 20px;
        z-index: 2;
        font-weight: 700; }
    .hero_meta_area .cart-area .cart-dropdown-content {
      -webkit-transition-duration: 500ms;
      -o-transition-duration: 500ms;
      transition-duration: 500ms;
      background-color: #ffffff;
      box-shadow: 0 0 8px 0 rgba(47, 91, 234, 0.15);
      border-radius: 6px;
      position: absolute;
      right: -44px;
      top: 70px;
      width: 280px;
      z-index: 120;
      padding: 30px 25px;
      opacity: 0;
      visibility: hidden; }
      .hero_meta_area .cart-area .cart-dropdown-content .cart-list li {
        border-bottom: 1px solid #d6e6fb;
        padding-bottom: 1rem; }
      .hero_meta_area .cart-area .cart-dropdown-content li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 1rem; }
        .hero_meta_area .cart-area .cart-dropdown-content li .cart-item-desc {
          position: relative;
          z-index: 1;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-flex: 0;
          -ms-flex: 0 0 calc(100% - 50px);
          flex: 0 0 calc(100% - 50px);
          max-width: calc(100% - 50px);
          width: calc(100% - 50px); }
          .hero_meta_area .cart-area .cart-dropdown-content li .cart-item-desc .image {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 40px;
            flex: 0 0 40px;
            max-width: 40px;
            width: 40px;
            margin-right: 15px; }
            .hero_meta_area .cart-area .cart-dropdown-content li .cart-item-desc .image img {
              width: 40px; }
          .hero_meta_area .cart-area .cart-dropdown-content li .cart-item-desc a {
            font-size: 13px; }
          .hero_meta_area .cart-area .cart-dropdown-content li .cart-item-desc p {
            font-size: 12px;
            margin-bottom: 0; }
        .hero_meta_area .cart-area .cart-dropdown-content li .dropdown-product-remove {
          -webkit-transition-duration: 500ms;
          -o-transition-duration: 500ms;
          transition-duration: 500ms;
          -webkit-box-flex: 0;
          -ms-flex: 0 0 30px;
          flex: 0 0 30px;
          max-width: 30px;
          width: 30px;
          height: 30px;
          border: 1px solid #d6e6fb;
          text-align: center;
          line-height: 29px;
          border-radius: 50%;
          background-color: #ffffff;
          color: #070a57;
          font-size: 14px;
          margin-left: 20px;
          cursor: pointer; }
          .hero_meta_area .cart-area .cart-dropdown-content li .dropdown-product-remove:hover, .hero_meta_area .cart-area .cart-dropdown-content li .dropdown-product-remove:focus {
            border-color: #d6e6fb;
            background-color: #0f99f3;
            color: #ffffff; }
        .hero_meta_area .cart-area .cart-dropdown-content li:last-child {
          margin-bottom: 0; }
      .hero_meta_area .cart-area .cart-dropdown-content .cart-pricing li {
        margin-bottom: 10px; }
        .hero_meta_area .cart-area .cart-dropdown-content .cart-pricing li span {
          font-size: 13px; }
        .hero_meta_area .cart-area .cart-dropdown-content .cart-pricing li:last-child span {
          font-weight: 700;
          color: #070a57; }
    .hero_meta_area .cart-area:hover .cart_quantity, .hero_meta_area .cart-area:focus .cart_quantity {
      background-color: #141414;
      color: #ffffff; }
    .hero_meta_area .cart-area:hover .cart-dropdown-content, .hero_meta_area .cart-area:focus .cart-dropdown-content {
      top: 50px;
      opacity: 1;
      visibility: visible; }
  .hero_meta_area .account-area {
    position: relative;
    z-index: 1; }
    .hero_meta_area .account-area .user-thumbnail {
      position: relative;
      z-index: 1;
      width: 35px;
      height: 35px;
      line-height: 35px;
      background-color: #f8f8ff;
      text-align: center;
      border-radius: 50%;
      cursor: pointer; }
      .hero_meta_area .account-area .user-thumbnail img {
        border-radius: 50%; }
      @media only screen and (max-width: 767px) {
        .hero_meta_area .account-area .user-thumbnail {
          width: 30px;
          height: 30px;
          line-height: 30px; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .hero_meta_area .account-area .user-thumbnail {
          width: 35px;
          height: 35px;
          line-height: 35px; } }
    .hero_meta_area .account-area .user-meta-dropdown {
      background-color: #ffffff;
      border-radius: 3px;
      padding: 30px;
      position: absolute;
      right: -10px;
      text-align: left;
      top: 70px;
      width: 200px;
      z-index: 100;
      box-shadow: 0 0 8px 0 rgba(47, 91, 234, 0.15);
      -webkit-transition-duration: 500ms;
      -o-transition-duration: 500ms;
      transition-duration: 500ms;
      opacity: 0;
      visibility: hidden; }
      .hero_meta_area .account-area .user-meta-dropdown .user-title {
        font-size: 14px;
        font-weight: 600;
        margin-bottom: 10px; }
        .hero_meta_area .account-area .user-meta-dropdown .user-title span {
          font-weight: 400; }
      .hero_meta_area .account-area .user-meta-dropdown a {
        font-size: 13px;
        font-weight: 600;
        padding: 5px 0;
        display: block;
        color: #747794; }
        .hero_meta_area .account-area .user-meta-dropdown a:hover, .hero_meta_area .account-area .user-meta-dropdown a:focus {
          color: #0f99f3; }
    .hero_meta_area .account-area a {
      border-radius: 50%;
      width: 100%;
      height: 100%;
      display: block; }
      .hero_meta_area .account-area a img {
        border-radius: 50%; }
    .hero_meta_area .account-area:hover .user-meta-dropdown, .hero_meta_area .account-area:focus .user-meta-dropdown {
      top: 50px;
      opacity: 1;
      visibility: visible; }

.megamenu-slides {
  position: relative;
  z-index: 1; }
  .megamenu-slides a {
    display: block; }
    .megamenu-slides a img {
      width: 100%; }
  .megamenu-slides .owl-prev,
  .megamenu-slides .owl-next {
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    position: absolute;
    width: 30px;
    height: 30px;
    background-color: #ffffff;
    top: 50%;
    margin-top: -15px;
    left: 30px;
    border-radius: 50%;
    text-align: center;
    line-height: 30px; }
    .megamenu-slides .owl-prev:hover, .megamenu-slides .owl-prev:focus,
    .megamenu-slides .owl-next:hover,
    .megamenu-slides .owl-next:focus {
      background-color: #0f99f3;
      color: #ffffff; }
  .megamenu-slides .owl-next {
    left: auto;
    right: 30px; }

.classy-navbar-toggler .navbarToggler span {
  background-color: #272370;
  margin-right: 10px;
  width: 24px; }

.breakpoint-on .classynav > ul > li > a {
  background-color: #f8f8ff;
  border-bottom-color: #ffffff; }

/* Hero CSS */
.single_slide {
  position: relative;
  z-index: 1;
  background-position: center center;
  background-size: cover;
  height: 600px; }
  @media only screen and (max-width: 767px) {
    .single_slide {
      height: 450px; } }
  .single_slide .welcome_slide_text {
    position: relative;
    z-index: 1; }
    .single_slide .welcome_slide_text p {
      color: #141414;
      letter-spacing: 5px;
      text-transform: uppercase; }
      @media only screen and (max-width: 767px) {
        .single_slide .welcome_slide_text p {
          letter-spacing: 2px; } }
    .single_slide .welcome_slide_text h2 {
      text-transform: capitalize;
      font-size: 4rem;
      margin-bottom: 1rem;
      font-weight: 700; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .single_slide .welcome_slide_text h2 {
          font-size: 3.5rem; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .single_slide .welcome_slide_text h2 {
          font-size: 3rem; } }
      @media only screen and (max-width: 767px) {
        .single_slide .welcome_slide_text h2 {
          font-size: 2rem; } }
    .single_slide .welcome_slide_text h4 {
      font-size: 2rem;
      margin-bottom: 2rem; }
      @media only screen and (max-width: 767px) {
        .single_slide .welcome_slide_text h4 {
          font-size: 1.5rem; } }
    .single_slide .welcome_slide_text .regular-price {
      margin-left: 0.5rem;
      color: #747794;
      text-decoration: line-through; }
  .single_slide .welcome_slide_image {
    position: relative;
    z-index: 1; }
    .single_slide .welcome_slide_image img {
      display: block;
      margin: auto;
      max-width: 240px; }
    .single_slide .welcome_slide_image .discount_badge {
      background-color: #070a57;
      border-radius: 50%;
      color: #ffffff;
      height: 90px;
      padding: 15px;
      position: absolute;
      right: 70px;
      text-align: center;
      top: 10%;
      width: 90px;
      z-index: 1000;
      box-shadow: 0 2px 12px 2px rgba(0, 0, 0, 0.1);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      @media only screen and (max-width: 767px) {
        .single_slide .welcome_slide_image .discount_badge {
          right: 0; } }
      .single_slide .welcome_slide_image .discount_badge span {
        font-size: 16px;
        line-height: 1.5;
        font-weight: 700; }

.welcome_slides {
  position: relative;
  z-index: 10; }
  .welcome_slides .owl-dots {
    position: absolute;
    z-index: 2;
    text-align: center;
    bottom: 30px;
    width: 100%;
    left: 0; }
    .welcome_slides .owl-dots .owl-dot {
      background-color: #ffffff;
      border-radius: 50%;
      display: inline-block;
      height: 10px;
      margin: 0 5px;
      width: 10px; }
      .welcome_slides .owl-dots .owl-dot.active {
        background-color: #0f99f3; }
  .welcome_slides .owl-prev,
  .welcome_slides .owl-next {
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    position: absolute;
    z-index: 100;
    width: 50px;
    display: inline-block;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 24px;
    background-color: #070a57;
    color: #ffffff;
    margin-top: -25px;
    left: 70px;
    top: 50%;
    border-radius: 4px;
    opacity: 0;
    visibility: hidden; }
    @media only screen and (max-width: 767px) {
      .welcome_slides .owl-prev,
      .welcome_slides .owl-next {
        left: 20px;
        width: 35px;
        height: 35px;
        line-height: 35px;
        font-size: 18px; } }
    .welcome_slides .owl-prev:hover, .welcome_slides .owl-prev:focus,
    .welcome_slides .owl-next:hover,
    .welcome_slides .owl-next:focus {
      color: #0f99f3; }
  .welcome_slides .owl-next {
    left: auto;
    right: 70px; }
    @media only screen and (max-width: 767px) {
      .welcome_slides .owl-next {
        right: 20px; } }
  .welcome_slides:hover .owl-prev,
  .welcome_slides:hover .owl-next, .welcome_slides:focus .owl-prev,
  .welcome_slides:focus .owl-next {
    opacity: 1;
    visibility: visible; }
    
    
    
    
  .welcome_slides.modern-slides .single_slide {
    height: 750px; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .welcome_slides.modern-slides .single_slide {
        height: 600px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .welcome_slides.modern-slides .single_slide {
        height: 600px; } }
    @media only screen and (max-width: 767px) {
      .welcome_slides.modern-slides .single_slide {
        height: 500px; } }

.welSlideTwo {
  position: relative;
  z-index: 10; }
  .welSlideTwo .single_slide {
    position: relative;
    z-index: 1; }
    .welSlideTwo .single_slide::after {
      position: absolute;
      width: 100%;
      height: 100%;
      content: "";
      top: 0;
      left: 0;
      z-index: -1;
      background-color: #070a57;
      opacity: 0.5; }
    .welSlideTwo .single_slide p,
    .welSlideTwo .single_slide h2 {
      color: #ffffff; }
  .welSlideTwo .owl-dots {
    bottom: 30px;
    width: 100%;
    position: absolute;
    left: 0;
    z-index: 2;
    text-align: center; }
    .welSlideTwo .owl-dots .owl-dot {
      background-color: #ffffff;
      border-radius: 50%;
      display: inline-block;
      height: 10px;
      margin: 0 5px;
      width: 10px; }
      .welSlideTwo .owl-dots .owl-dot.active {
        background-color: #070a57; }
  .welSlideTwo .owl-prev,
  .welSlideTwo .owl-next {
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    position: absolute;
    z-index: 100;
    width: 50px;
    display: inline-block;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 24px;
    background-color: #070a57;
    color: #ffffff;
    margin-top: -25px;
    left: 70px;
    top: 50%;
    border-radius: 4px;
    opacity: 0;
    visibility: hidden; }
    .welSlideTwo .owl-prev:hover, .welSlideTwo .owl-prev:focus,
    .welSlideTwo .owl-next:hover,
    .welSlideTwo .owl-next:focus {
      color: #0f99f3; }
  .welSlideTwo .owl-next {
    left: auto;
    right: 70px; }
  .welSlideTwo:hover .owl-prev,
  .welSlideTwo:hover .owl-next, .welSlideTwo:focus .owl-prev,
  .welSlideTwo:focus .owl-next {
    opacity: 1;
    visibility: visible; }

/* Quickview CSS */
#quickview .modal-body {
  box-shadow: 0 0 88px 8px rgba(47, 91, 234, 0.125); }

#quickview button.close {
  border: 1px solid #d6e6fb;
  box-shadow: none;
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  right: 15px;
  text-align: center;
  top: 10px;
  z-index: 9;
  line-height: 28px; }

.quickview_body {
  position: relative;
  z-index: 1;
  overflow: hidden; }
  .quickview_body .quickview_pro_img {
    border: 1px solid #f8f8ff;
    position: relative;
    width: 100%;
    z-index: 1; }
    .quickview_body .quickview_pro_img .hover_img {
      left: 0;
      opacity: 0;
      position: absolute;
      top: -30px;
      -webkit-transition-duration: 500ms;
      -o-transition-duration: 500ms;
      transition-duration: 500ms; }
    .quickview_body .quickview_pro_img:hover .hover_img {
      top: 0;
      opacity: 1; }
  .quickview_body .quickview_pro_des {
    padding: 30px 0; }
    .quickview_body .quickview_pro_des .title {
      text-transform: capitalize; }
    .quickview_body .quickview_pro_des .price > span {
      color: #747794;
      font-size: 14px;
      text-decoration: line-through; }
    .quickview_body .quickview_pro_des p {
      font-size: 13px; }
    .quickview_body .quickview_pro_des a {
      color: #0f99f3;
      font-size: 13px;
      text-decoration: underline; }
      .quickview_body .quickview_pro_des a:hover, .quickview_body .quickview_pro_des a:focus {
        color: #070a57; }
  .quickview_body .quantity {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 1rem; }
    .quickview_body .quantity input {
      -moz-appearance: none;
      border: 1px solid #f8f8ff;
      height: 35px;
      text-align: center;
      width: 40px;
      font-size: 13px; }
  .quickview_body .cart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .quickview_body .qty-plus,
  .quickview_body .qty-minus {
    background-color: transparent;
    border: 1px solid #f8f8ff;
    color: #070a57;
    cursor: pointer;
    height: 35px;
    text-align: center;
    width: 22px; }
    .quickview_body .qty-plus i,
    .quickview_body .qty-minus i {
      color: #747794;
      font-size: 10px;
      line-height: 33px; }
  .quickview_body .qty-plus {
    border-left: 0 solid transparent; }
  .quickview_body .qty-minus {
    border-right: 0 solid transparent; }
  .quickview_body .cart-submit {
    background-color: #070a57;
    border: medium none;
    color: #ffffff;
    cursor: pointer;
    font-size: 14px;
    height: 35px;
    margin-left: 15px;
    width: 120px;
    border-radius: 6px;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms; }
    .quickview_body .cart-submit:hover, .quickview_body .cart-submit:focus {
      background-color: #0f99f3;
      color: #ffffff; }
  .quickview_body .modal_pro_wishlist > a,
  .quickview_body .modal_pro_compare > a {
    background-color: #e91e63;
    color: #ffffff;
    display: block;
    height: 35px;
    margin: 0 10px;
    text-align: center;
    width: 35px;
    border-radius: 6px;
    font-size: 18px; }
    .quickview_body .modal_pro_wishlist > a i,
    .quickview_body .modal_pro_compare > a i {
      line-height: 35px; }
    .quickview_body .modal_pro_wishlist > a:hover, .quickview_body .modal_pro_wishlist > a:focus,
    .quickview_body .modal_pro_compare > a:hover,
    .quickview_body .modal_pro_compare > a:focus {
      background-color: #070a57;
      color: #ffffff; }
  .quickview_body .modal_pro_compare > a {
    background-color: #0f99f3;
    margin: 0; }
  .quickview_body .share_wf > p {
    font-size: 13px;
    margin-bottom: 5px;
    text-transform: capitalize; }
  .quickview_body .share_wf ._icon > a {
    color: #747794;
    font-size: 14px;
    margin-right: 10px; }
    .quickview_body .share_wf ._icon > a:hover, .quickview_body .share_wf ._icon > a:focus {
      color: #070a57; }
  .quickview_body .top_seller_product_rating > i {
    color: #ff9800;
    font-size: 13px; }

/* Catagory CSS */
.single_catagory_area {
  position: relative;
  z-index: 1; }
  .single_catagory_area a {
    position: relative;
    z-index: 1;
    display: block; }
    .single_catagory_area a img {
      border-radius: 6px; }
    .single_catagory_area a:hover, .single_catagory_area a:focus {
      opacity: 0.8; }

.shop_by_catagory_area {
  position: relative;
  z-index: 1; }
  .shop_by_catagory_area::after {
    width: 100%;
    position: absolute;
    height: 50%;
    top: 0;
    left: 0;
    content: '';
    background-color: #f8f8ff;
    z-index: -1; }

.shop_by_catagory_slides {
  position: relative;
  z-index: 1; }

.single_catagory_slide {
  position: relative;
  z-index: 1;
  text-align: center; }
  .single_catagory_slide a {
    display: block;
    margin: 0 auto 15px; }
    .single_catagory_slide a img {
      -webkit-transition-duration: 500ms;
      -o-transition-duration: 500ms;
      transition-duration: 500ms;
      border-radius: 50%;
      border: 2px solid #d6e6fb; }
  .single_catagory_slide p {
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    margin-bottom: 0;
    font-weight: 700; }
  .single_catagory_slide:hover p, .single_catagory_slide:focus p {
    color: #0f99f3; }

.single_catagory {
  position: relative;
  z-index: 1;
  overflow: hidden; }
  .single_catagory img {
    width: 100%; }
  .single_catagory .single_cata_desc {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9; }
    .single_catagory .single_cata_desc .single_cata_desc_text {
      padding: 40px;
      border-radius: 6px;
      background-color: rgba(7, 10, 87, 0.66);
      text-align: center; }
      .single_catagory .single_cata_desc .single_cata_desc_text h5 {
        color: #ffffff; }
      .single_catagory .single_cata_desc .single_cata_desc_text a {
        color: #ffffff; }
        .single_catagory .single_cata_desc .single_cata_desc_text a:hover, .single_catagory .single_cata_desc .single_cata_desc_text a:focus {
          color: #0f99f3; }

/* Products CSS */
.new_arrivals_area {
  position: relative;
  overflow: hidden;
  z-index: 2; }

.single-product-area {
  position: relative;
  z-index: 1;
  background-color: #f8f8ff;
  border: 1px solid #f8f8ff;
  overflow: hidden;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms; }
  .single-product-area .product_image {
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    position: relative;
    z-index: 2;
    width: 100%; }
    .single-product-area .product_image img {
      width: 100%; }
    .single-product-area .product_image .product_wishlist a {
      -webkit-transition-duration: 500ms;
      -o-transition-duration: 500ms;
      transition-duration: 500ms;
      background-color: #e91e63;
      height: 30px;
      position: absolute;
      right: -32px;
      text-align: center;
      top: 15px;
      width: 30px;
      z-index: 9; }
      .single-product-area .product_image .product_wishlist a i {
        color: #ffffff;
        font-size: 18px;
        line-height: 30px; }
      .single-product-area .product_image .product_wishlist a:hover, .single-product-area .product_image .product_wishlist a:focus {
        background-color: #141414;
        color: #ffffff; }
    .single-product-area .product_image .product_compare a {
      background-color: #0f99f3;
      height: 30px;
      position: absolute;
      right: -32px;
      text-align: center;
      top: 60px;
      width: 30px;
      -webkit-transition-duration: 500ms;
      -o-transition-duration: 500ms;
      transition-duration: 500ms;
      z-index: 9;
      -webkit-transition-delay: 100ms;
      transition-delay: 100ms; }
      .single-product-area .product_image .product_compare a i {
        color: #ffffff;
        font-size: 18px;
        line-height: 30px; }
      .single-product-area .product_image .product_compare a:hover, .single-product-area .product_image .product_compare a:focus {
        background-color: #141414;
        color: #ffffff; }
  .single-product-area .product_description {
    position: relative;
    z-index: 100;
    padding: 30px 15px;
    text-align: center; }
    .single-product-area .product_description .brand_name {
      font-size: 12px;
      margin-bottom: 0.5rem;
      text-transform: uppercase;
      font-weight: 700;
      line-height: 1; }
    .single-product-area .product_description a {
      display: block;
      font-size: 15px;
      margin-bottom: 0.5rem; }
    .single-product-area .product_description .product-price {
      margin-bottom: 0; }
      .single-product-area .product_description .product-price span {
        color: #0f99f3;
        font-size: 14px;
        text-decoration: line-through; }
    .single-product-area .product_description .product_rating {
      display: inline-block;
      margin-top: 5px; }
      .single-product-area .product_description .product_rating i {
        color: #ff9800;
        font-size: 12px; }
    .single-product-area .product_description .product_add_to_cart a {
      background-color: #0f99f3;
      top: -30px;
      color: #ffffff;
      display: block;
      font-size: 12px;
      height: 35px;
      left: 0;
      line-height: 35px;
      position: absolute;
      text-align: center;
      width: 50%;
      -webkit-transition-duration: 500ms;
      -o-transition-duration: 500ms;
      transition-duration: 500ms;
      z-index: 20;
      opacity: 0;
      visibility: hidden; }
      @media only screen and (max-width: 767px) {
        .single-product-area .product_description .product_add_to_cart a i {
          display: none; } }
      .single-product-area .product_description .product_add_to_cart a:hover, .single-product-area .product_description .product_add_to_cart a:focus {
        background-color: #070a57; }
    .single-product-area .product_description .product_quick_view a {
      background-color: #141414;
      top: -30px;
      color: #ffffff;
      display: block;
      font-size: 12px;
      height: 35px;
      line-height: 35px;
      position: absolute;
      right: 0;
      text-align: center;
      width: 50%;
      text-transform: capitalize;
      -webkit-transition-duration: 500ms;
      -o-transition-duration: 500ms;
      transition-duration: 500ms;
      z-index: 20;
      opacity: 0;
      visibility: hidden; }
      @media only screen and (max-width: 767px) {
        .single-product-area .product_description .product_quick_view a i {
          display: none; } }
      .single-product-area .product_description .product_quick_view a:hover, .single-product-area .product_description .product_quick_view a:focus {
        background-color: #070a57; }
  .single-product-area .hover_img {
    position: absolute;
    top: -30px;
    -webkit-transition-duration: 750ms;
    -o-transition-duration: 750ms;
    transition-duration: 750ms;
    opacity: 0;
    left: 0; }
  .single-product-area:hover .hover_img, .single-product-area:focus .hover_img {
    position: absolute;
    top: 0;
    opacity: 1; }
  .single-product-area:hover .product_add_to_cart a,
  .single-product-area:hover .product_quick_view a, .single-product-area:focus .product_add_to_cart a,
  .single-product-area:focus .product_quick_view a {
    top: -35px;
    opacity: 1;
    visibility: visible; }
  .single-product-area:hover .product_wishlist a,
  .single-product-area:hover .product_compare a, .single-product-area:focus .product_wishlist a,
  .single-product-area:focus .product_compare a {
    right: 0; }

.product_badge {
  left: 0;
  position: absolute;
  top: 15px;
  z-index: 40; }
  .product_badge span {
    background: #0f99f3;
    clear: both;
    color: #ffffff;
    display: block;
    font-size: 10px;
    height: 22px;
    line-height: 23.5px;
    position: relative;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    z-index: 2;
    padding-left: 7px; }
    .product_badge span::before {
      border-color: #0f99f3 transparent #0f99f3 #0f99f3;
      border-style: solid;
      border-width: 11px 6px;
      color: #0f99f3;
      content: "";
      height: 100%;
      position: absolute;
      right: -15px;
      top: 0;
      width: 15px;
      z-index: 1; }

.new_arrivals_slides,
.you_may_like_area {
  position: relative;
  z-index: 1; }
  .new_arrivals_slides .owl-prev,
  .new_arrivals_slides .owl-next,
  .you_may_like_area .owl-prev,
  .you_may_like_area .owl-next {
    background-color: #ffffff;
    visibility: hidden;
    opacity: 0;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    width: 40px;
    height: 40px;
    border: 2px solid #d6e6fb;
    text-align: center;
    line-height: 36px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    left: 15px;
    color: #070a57; }
    .new_arrivals_slides .owl-prev:hover, .new_arrivals_slides .owl-prev:focus,
    .new_arrivals_slides .owl-next:hover,
    .new_arrivals_slides .owl-next:focus,
    .you_may_like_area .owl-prev:hover,
    .you_may_like_area .owl-prev:focus,
    .you_may_like_area .owl-next:hover,
    .you_may_like_area .owl-next:focus {
      border-color: #070a57; }
  .new_arrivals_slides .owl-next,
  .you_may_like_area .owl-next {
    left: auto;
    right: 15px; }
  .new_arrivals_slides:hover .owl-prev,
  .new_arrivals_slides:hover .owl-next, .new_arrivals_slides:focus .owl-prev,
  .new_arrivals_slides:focus .owl-next,
  .you_may_like_area:hover .owl-prev,
  .you_may_like_area:hover .owl-next,
  .you_may_like_area:focus .owl-prev,
  .you_may_like_area:focus .owl-next {
    visibility: visible;
    opacity: 1; }

/* Popular Items Area */
.single_popular_item {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-bottom: 30px; }
  .single_popular_item .product_image {
    position: relative;
    z-index: 1;
    overflow: hidden; }
    .single_popular_item .product_image .hover_img {
      height: 100%;
      left: 0;
      opacity: 0;
      position: absolute;
      top: -15px;
      -webkit-transition-duration: 400ms;
      transition-duration: 400ms;
      width: 100%; }
  .single_popular_item .product_description {
    background-color: #f8f8ff;
    padding: 15px; }
    .single_popular_item .product_description h5 {
      font-size: 16px;
      margin-bottom: 10px; }
    .single_popular_item .product_description h6 {
      margin-bottom: 0; }
      .single_popular_item .product_description h6 span {
        font-size: 80%;
        text-decoration: line-through;
        color: #0f99f3; }
  .single_popular_item .product_badge > span,
  .single_popular_item .product_wishlist > a {
    background-color: #070a57; }
  .single_popular_item .product_badge > span:before {
    border-color: #070a57 transparent #070a57 #070a57; }
  .single_popular_item .product_wishlist > a {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    right: -35px;
    position: absolute;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    z-index: 10;
    top: 10px;
    border-radius: 3px 0 0 3px;
    color: #ffffff; }
    .single_popular_item .product_wishlist > a:hover, .single_popular_item .product_wishlist > a:focus {
      color: #0f99f3; }
  .single_popular_item .product_add_to_cart > a {
    background-color: #070a57;
    bottom: 40px;
    color: #ffffff;
    display: block;
    font-size: 13px;
    height: 35px;
    left: 50%;
    line-height: 35px;
    margin-left: -65px;
    position: absolute;
    text-align: center;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    width: 130px;
    border-radius: 3px;
    opacity: 0; }
    .single_popular_item .product_add_to_cart > a:hover, .single_popular_item .product_add_to_cart > a:focus {
      background-color: #0f99f3; }
  .single_popular_item:hover .product_add_to_cart > a, .single_popular_item:focus .product_add_to_cart > a {
    opacity: 1; }
  .single_popular_item:hover .product_image .hover_img, .single_popular_item:focus .product_image .hover_img {
    opacity: 1;
    top: 0; }
  .single_popular_item:hover .product_wishlist > a, .single_popular_item:focus .product_wishlist > a {
    right: 0; }

.popular_items_slides {
  position: relative;
  z-index: 1; }
  .popular_items_slides .owl-prev,
  .popular_items_slides .owl-next {
    background-color: #ffffff;
    visibility: hidden;
    opacity: 0;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    width: 40px;
    height: 40px;
    border: 2px solid #d6e6fb;
    text-align: center;
    line-height: 36px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    left: 15px;
    color: #070a57; }
    .popular_items_slides .owl-prev:hover, .popular_items_slides .owl-prev:focus,
    .popular_items_slides .owl-next:hover,
    .popular_items_slides .owl-next:focus {
      border-color: #070a57; }
  .popular_items_slides .owl-next {
    left: auto;
    right: 15px; }
  .popular_items_slides:hover .owl-prev,
  .popular_items_slides:hover .owl-next, .popular_items_slides:focus .owl-prev,
  .popular_items_slides:focus .owl-next {
    visibility: visible;
    opacity: 1; }

/* Brands CSS */
.popular_section_heading > h5 {
  margin: 0;
  text-transform: uppercase; }

.single_brands {
  border: 0px solid transparent;
  padding: 15px;
  border-radius: 3px; 
  
    
}

/* Feature CSS */
.special_feature_area {
  position: relative;
  z-index: 1;
  background-color: #f8f8ff; }

.single_feature_area {
  position: relative;
  z-index: 1;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms; }
  .single_feature_area .feature_icon {
    text-align: center;
    position: relative;
    z-index: 2;
    margin-right: 15px;
    height: 70px;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    border-right: 1px solid #d6e6fb;
    padding-right: 30px; }
    .single_feature_area .feature_icon i {
      font-size: 36px;
      line-height: 70px; }
    .single_feature_area .feature_icon span i {
      background-color: #0f99f3;
      border-radius: 50%;
      color: #ffffff;
      font-size: 13px;
      width: 24px;
      height: 24px;
      line-height: 24px;
      position: absolute;
      right: 15px;
      top: 0; }
  .single_feature_area .feature_content h6 {
    text-transform: uppercase; }
  .single_feature_area .feature_content p {
    font-size: 13px;
    margin-bottom: 0;
    line-height: 1; }

/* Footer Area */
.footer_area {
  position: relative;
  z-index: 1;
  background-color: #1d2536; }
  .footer_area .single_footer_area {
    position: relative;
    z-index: 1; }
    .footer_area .single_footer_area .footer_heading h6 {
      color: #ffffff;
      text-transform: capitalize; }
    .footer_area .single_footer_area .footer_content li {
      color: rgba(255, 255, 255, 0.8);
      font-size: 14px;
      margin-bottom: 1rem; }
      .footer_area .single_footer_area .footer_content li:last-child {
        margin-bottom: 0; }
      .footer_area .single_footer_area .footer_content li span {
        width: 65px;
        display: inline-block; }
    .footer_area .single_footer_area .footer_social_area a {
      color: rgba(255, 255, 255, 0.8);
      display: inline-block;
      font-size: 14px;
      margin-right: 15px; }
      .footer_area .single_footer_area .footer_social_area a:hover, .footer_area .single_footer_area .footer_social_area a:focus {
        color: #0f99f3; }
    .footer_area .single_footer_area .footer_widget_menu a {
      font-weight: 400;
      color: rgba(255, 255, 255, 0.8);
      display: block;
      font-size: 13px;
      margin-bottom: 12px;
      text-transform: capitalize;
      -webkit-transition-duration: 500ms;
      transition-duration: 500ms; }
      .footer_area .single_footer_area .footer_widget_menu a:hover, .footer_area .single_footer_area .footer_widget_menu a:focus {
        color: #0f99f3;
        margin-left: 3px; }
    .footer_area .single_footer_area .subscribtion_form {
      position: relative;
      z-index: 1; }
      .footer_area .single_footer_area .subscribtion_form .mail {
        border: 1px solid rgba(255, 255, 255, 0.1);
        font-size: 13px;
        height: 40px;
        padding: 5px 20px;
        width: 100%;
        background-color: transparent;
        color: #ffffff; }
        .footer_area .single_footer_area .subscribtion_form .mail:focus {
          box-shadow: none; }
      .footer_area .single_footer_area .subscribtion_form .submit {
        border: none;
        border-radius: 6px;
        color: #ffffff;
        cursor: pointer;
        font-size: 24px;
        height: 40px;
        position: absolute;
        right: 0;
        top: 0;
        background-color: transparent;
        width: 50px; }
        .footer_area .single_footer_area .subscribtion_form .submit:hover {
          color: #0f99f3; }
    .footer_area .single_footer_area .apps_download a img {
      display: inline-block;
      margin-right: 10px;
      max-width: 120px;
      border-radius: 4px; }
    .footer_area .single_footer_area .apps_download a:last-child img {
      margin-right: 0; }
  .footer_area .footer_bottom_area {
    border-top: 1px solid rgba(255, 255, 255, 0.075);
    padding: 30px 0; }
    @media only screen and (max-width: 767px) {
      .footer_area .footer_bottom_area .copywrite_text {
        text-align: center;
        margin-bottom: 15px; } }
    .footer_area .footer_bottom_area .copywrite_text p {
      color: rgba(255, 255, 255, 0.7);
      font-size: 13px;
      margin: 0; }
      .footer_area .footer_bottom_area .copywrite_text p a {
        font-size: 13px;
        color: rgba(255, 255, 255, 0.8);
        font-weight: 400; }
        .footer_area .footer_bottom_area .copywrite_text p a:hover, .footer_area .footer_bottom_area .copywrite_text p a:focus {
          color: #0f99f3; }
    .footer_area .footer_bottom_area .payment_method {
      text-align: right; }
      @media only screen and (max-width: 767px) {
        .footer_area .footer_bottom_area .payment_method {
          text-align: center; } }
      .footer_area .footer_bottom_area .payment_method img {
        height: 25px;
        width: auto;
        display: inline-block; }
  .footer_area.white-footer {
    background-color: #ffffff; }
    .footer_area.white-footer .single_footer_area .footer_heading h6 {
      color: #070a57; }
    .footer_area.white-footer .single_footer_area .footer_social_area a {
      color: #070a57; }
      .footer_area.white-footer .single_footer_area .footer_social_area a:hover, .footer_area.white-footer .single_footer_area .footer_social_area a:focus {
        color: #0f99f3; }
    .footer_area.white-footer .single_footer_area .footer_content li {
      color: #747794; }
    .footer_area.white-footer .single_footer_area .footer_widget_menu a {
      color: #747794; }
      .footer_area.white-footer .single_footer_area .footer_widget_menu a:hover, .footer_area.white-footer .single_footer_area .footer_widget_menu a:focus {
        color: #0f99f3; }
    .footer_area.white-footer .single_footer_area .subscribtion_form .mail {
      border: 1px solid #d6e6fb;
      color: #070a57; }
    .footer_area.white-footer .footer_bottom_area {
      border-top: 1px solid #d6e6fb; }
    .footer_area.white-footer .subscribtion_form .submit {
      color: #070a57; }
    .footer_area.white-footer .footer_bottom_area .copywrite_text p {
      color: #747794; }
    .footer_area.white-footer .footer_bottom_area .copywrite_text a {
      color: #070a57; }
      .footer_area.white-footer .footer_bottom_area .copywrite_text a:hover, .footer_area.white-footer .footer_bottom_area .copywrite_text a:focus {
        color: #0f99f3; }

/* Blog CSS */
.widget-area {
  position: relative;
  z-index: 1;
  padding: 40px;
  background-color: #f8f8ff;
  border-radius: 6px; }
  .widget-area h6 {
    margin-bottom: 1rem; }
  .widget-area input {
    width: 100%;
    height: 45px;
    border: 1px solid #d6e6fb;
    background-color: transparent;
    font-size: 13px;
    font-style: italic;
    padding: 5px 20px; }
    .widget-area input:focus {
      border: 1px solid #070a57; }

.single_latest_post {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px; }
  .single_latest_post:last-child {
    margin-bottom: 0; }
  .single_latest_post .post-thumbnail {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 90px;
    flex: 0 0 90px;
    width: 90px;
    max-width: 90px;
    margin-right: 15px; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .single_latest_post .post-thumbnail {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 70px;
        flex: 0 0 70px;
        width: 70px;
        max-width: 70px; } }
    @media only screen and (max-width: 767px) {
      .single_latest_post .post-thumbnail {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 70px;
        flex: 0 0 70px;
        width: 70px;
        max-width: 70px; } }
  .single_latest_post .post-content a {
    font-size: 13px;
    margin-bottom: 0.5rem;
    line-height: 1.3; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .single_latest_post .post-content a {
        font-size: 12px; } }
    @media only screen and (max-width: 767px) {
      .single_latest_post .post-content a {
        font-size: 12px; } }
  .single_latest_post .post-content p {
    margin-bottom: 0;
    font-size: 12px; }

.catagory_section a,
.achive_section a {
  display: block;
  font-size: 14px;
  height: auto;
  padding: 5px 0;
  width: 100%; }

.tag_section {
  position: relative;
  z-index: 1; }
  .tag_section li {
    display: inline-block; }
    .tag_section li a {
      border: 2px solid #d6e6fb;
      border-radius: 30px;
      display: inline-block;
      font-size: 12px;
      margin-bottom: 3px;
      padding: 5px 15px; }

.single_blog_area {
  position: relative;
  z-index: 1;
  margin-bottom: 30px; }
  .single_blog_area .blog_post_thumb {
    position: relative;
    z-index: 1;
    border-radius: 6px 6px 0 0; }
    .single_blog_area .blog_post_thumb img {
      border-radius: 6px 6px 0 0;
      width: 100%; }
    .single_blog_area .blog_post_thumb .post-date {
      position: absolute;
      width: 80px;
      height: 90px;
      background-color: #0f99f3;
      top: 0;
      left: 40px;
      text-align: center;
      border-radius: 0 0 6px 6px; }
      .single_blog_area .blog_post_thumb .post-date a {
        color: #ffffff;
        display: block;
        height: 60px;
        line-height: 60px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.21); }
      .single_blog_area .blog_post_thumb .post-date span {
        color: #ffffff;
        height: 30px;
        line-height: 30px;
        font-size: 12px; }
  .single_blog_area .blog_post_content {
    position: relative;
    z-index: 1;
    background-color: #f8f8ff;
    padding: 35px 40px;
    border-radius: 0 0 6px 6px; }
    .single_blog_area .blog_post_content .blog_title {
      font-size: 24px;
      margin-bottom: 1rem; }
    .single_blog_area .blog_post_content a {
      color: #070a57;
      font-size: 14px;
      display: block; }
      .single_blog_area .blog_post_content a:hover, .single_blog_area .blog_post_content a:focus {
        color: #0f99f3; }

.blog-details-area {
  position: relative;
  z-index: 1; }
  .blog-details-area img {
    border-radius: 6px; }
  .blog-details-area .status-bar a {
    display: inline-block;
    color: #070a57;
    font-size: 13px;
    margin-right: 15px;
    margin-bottom: 15px; }
    .blog-details-area .status-bar a i {
      color: #747794; }
    .blog-details-area .status-bar a:hover, .blog-details-area .status-bar a:focus {
      color: #0f99f3; }

.comment_area .children {
  margin-left: 50px; }

.comment-wrapper {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px; }

.comment-author-img {
  border-radius: 50%;
  height: 50px;
  width: 50px; }

.img-circle {
  border-radius: 50%; }

.comment-content {
  padding-left: 15px; }

.comment-content h5 {
  font-size: 14px;
  margin-bottom: 5px; }

.comment-content > p {
  margin: 0; }

.comment-content .reply {
  color: #747794;
  display: block;
  font-size: 12px;
  margin-bottom: 15px; }

/* Deals CSS */
.weekly_deals_content h3,
.weekly_deals_content > p {
  color: #ffffff; }

.weekly_deals_timer li {
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 0;
  color: #ffffff;
  display: inline-block;
  height: 80px;
  margin-right: 15px;
  padding: 6px;
  text-transform: capitalize;
  width: 80px; }
  @media only screen and (max-width: 767px) {
    .weekly_deals_timer li {
      width: 65px;
      margin-right: 5px; } }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .weekly_deals_timer li {
      width: 80px;
      margin-right: 15px; } }
  .weekly_deals_timer li span {
    color: #ffffff;
    display: block;
    font-size: 24px; }
  .weekly_deals_timer li:last-child {
    margin-right: 0; }

/* Breadcumb CSS */
.breadcumb_area {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 170px;
  background-color: #f8f8ff; }

.breadcumb_area .breadcrumb {
  margin-bottom: 0;
  background-color: transparent;
  padding: 0; }

.breadcumb_area .breadcrumb-item,
.breadcumb_area .breadcrumb-item > a {
  text-transform: capitalize;
  font-weight: 700; }

/* Product Sidebar CSS */
.custom-control-input:checked ~ .custom-control-label::before {
  border-color: #0f99f3;
  background-color: #0f99f3;
  box-shadow: none !important; }

.custom-checkbox .custom-control-label::before {
  border-radius: 50%; }

.shop_top_sidebar_area {
  position: relative;
  z-index: 100;
  padding: 15px 30px;
  background-color: #f8f8ff;
  border-radius: 6px;
  margin-bottom: 30px; }
  .shop_top_sidebar_area .custom-select:focus {
    box-shadow: none; }

.widget {
  position: relative;
  z-index: 1;
  padding: 30px;
  background-color: #f8f8ff;
  border-radius: 6px; }
  .widget .widget-title {
    font-size: 16px;
    text-transform: capitalize;
    margin-bottom: 1rem; }
  .widget .widget-desc label {
    text-transform: capitalize; }
  .widget .custom-control-input:checked ~ .custom-control-label::before {
    border-color: #0f99f3;
    background-color: #0f99f3;
    box-shadow: none !important; }
  .widget .custom-checkbox .custom-control-label::before {
    border-radius: 50%; }
  .widget.rating .widget-desc li a {
    display: block;
    color: #ff9800;
    font-size: 14px;
    margin-bottom: 0.7rem; }
    .widget.rating .widget-desc li a span {
      font-weight: 400; }
  .widget.rating .widget-desc li:last-child a {
    margin-bottom: 0; }
  .widget.size .widget-desc li {
    display: inline-block;
    margin-top: 4px; }
  .widget.size .widget-desc a {
    background-color: #0f99f3;
    color: #ffffff;
    display: block;
    font-size: 11px;
    padding: 5px 10px;
    border-radius: 3px; }
    .widget.size .widget-desc a:hover, .widget.size .widget-desc a:focus, .widget.size .widget-desc a:visited {
      background-color: #070a57; }
  .widget.price .ui-slider-handle {
    background-color: #0f99f3;
    border: none;
    border-radius: 0;
    width: 12px;
    height: 12px;
    top: -3px;
    margin-left: -2px; }
  .widget.price .ui-slider-range.ui-corner-all.ui-widget-header {
    background-color: #0f99f3; }
  .widget.price .ui-slider-horizontal {
    height: 8px; }
  .widget.price .range-price {
    font-size: 14px;
    font-weight: 700;
    margin-top: 15px;
    text-transform: capitalize; }
  .widget.price .ui-widget.ui-widget-content {
    border: 1px solid #d6e6fb; }

.custom-control-input:checked ~ .custom-control-label.black:before,
.custom-control-label.black:before {
  background-color: #000; }

.custom-control-input:checked ~ .custom-control-label.pink:before,
.custom-control-label.pink:before {
  background-color: #E91E63; }

.custom-control-input:checked ~ .custom-control-label.red:before,
.custom-control-label.red:before {
  background-color: #F44336; }

.custom-control-input:checked ~ .custom-control-label.purple:before,
.custom-control-label.purple:before {
  background-color: #9C27B0; }

.custom-control-input:checked ~ .custom-control-label.orange:before,
.custom-control-label.orange:before {
  background-color: orange; }

.shop_pagination_area {
  position: relative;
  z-index: 1; }
  .shop_pagination_area .page-item .page-link {
    border: 1px solid transparent;
    color: #070a57;
    border-radius: 4px;
    padding: 2px 10px; }
    .shop_pagination_area .page-item .page-link:focus {
      box-shadow: none; }
  .shop_pagination_area .page-item.active .page-link {
    background-color: #0f99f3;
    color: #ffffff; }

/* Product Details CSS */
.single_product_thumb {
  position: relative;
  z-index: 1; }
  .single_product_thumb .carousel-indicators {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    bottom: 15px;
    left: 0;
    margin: 0;
    width: 100%; }
    .single_product_thumb .carousel-indicators li {
      -webkit-transition-duration: 500ms;
      -o-transition-duration: 500ms;
      transition-duration: 500ms;
      width: 50px;
      height: 50px;
      border: 2px solid #070a57;
      background-position: center center;
      background-size: cover; }
      .single_product_thumb .carousel-indicators li.active {
        border-color: #0f99f3; }
  .single_product_thumb .product_badge {
    top: 30px; }

.single_product_desc {
  border: 1px solid #d6e6fb;
  border-radius: 3px;
  padding: 30px;
  background-color: #f8f8ff; }
  .single_product_desc .title {
    font-size: 18px; }
  .single_product_desc .single_product_ratings {
    position: relative;
    z-index: 1; }
    .single_product_desc .single_product_ratings i {
      color: #ff9800;
      font-size: 14px; }
    .single_product_desc .single_product_ratings span {
      font-size: 13px; }
  .single_product_desc .price {
    font-size: 18px; }
    .single_product_desc .price span {
      color: #0f99f3;
      font-size: 90%;
      text-decoration: line-through; }
  .single_product_desc .short_overview h6 {
    font-size: 14px; }
  .single_product_desc .short_overview p {
    color: #747794;
    font-size: 14px;
    font-weight: 300; }
  .single_product_desc .cart .quantity {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .single_product_desc .cart .quantity .qty-minus,
    .single_product_desc .cart .quantity .qty-plus {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 40px;
      flex: 0 0 40px;
      max-width: 40px;
      width: 40px;
      display: inline-block;
      height: 50px;
      border: 2px solid #d6e6fb;
      background-color: #ffffff;
      cursor: pointer;
      text-align: center;
      line-height: 48px;
      color: #747794; }
      .single_product_desc .cart .quantity .qty-minus:hover, .single_product_desc .cart .quantity .qty-minus:focus,
      .single_product_desc .cart .quantity .qty-plus:hover,
      .single_product_desc .cart .quantity .qty-plus:focus {
        color: #0f99f3; }
    .single_product_desc .cart .quantity .qty-minus {
      border-radius: 4px 0 0 4px; }
    .single_product_desc .cart .quantity .qty-plus {
      border-radius: 0 4px 4px 0; }
  .single_product_desc .cart input {
    width: 60px;
    height: 50px;
    padding: 0 10px;
    border: 2px solid #d6e6fb;
    border-left: none;
    border-right: none;
    border-radius: 0;
    text-align: center; }
    .single_product_desc .cart input:focus {
      box-shadow: none; }
  .single_product_desc .cart .cart-submit {
    background-color: #0f99f3;
    border: medium none;
    color: #ffffff;
    font-size: 14px;
    height: 40px;
    margin-left: 15px;
    text-transform: uppercase;
    width: 120px;
    cursor: pointer; }
  .single_product_desc .others_info_area > a {
    font-size: 12px;
    font-weight: 400;
    margin-right: 15px;
    text-transform: capitalize; }
  .single_product_desc .size_guide_thumb a {
    background-position: center center;
    background-size: cover;
    border: 2px solid #d6e6fb;
    height: 60px;
    margin-right: 10px;
    width: 80px;
    border-radius: 2px; }
    .single_product_desc .size_guide_thumb a:hover, .single_product_desc .size_guide_thumb a:focus {
      border-color: #070a57; }

.product_details_tab {
  position: relative;
  z-index: 1; }
  .product_details_tab .nav-item .nav-link {
    padding: 0.9rem 2rem;
    font-size: 14px; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .product_details_tab .nav-item .nav-link {
        padding: 0.9rem 1rem; } }
    @media only screen and (max-width: 767px) {
      .product_details_tab .nav-item .nav-link {
        padding: 0.5rem 1rem; } }
    .product_details_tab .nav-item .nav-link.active {
      color: #0f99f3; }
  .product_details_tab .tab-pane {
    border-bottom: 1px solid #d6e6fb;
    border-right: 1px solid #d6e6fb;
    border-left: 1px solid #d6e6fb;
    padding: 30px; }
  .product_details_tab .description_area iframe {
    margin-bottom: 15px;
    width: 100% !important; }
  .product_details_tab .review-details p {
    font-size: 13px;
    margin: 0; }
  .product_details_tab .review-rating {
    margin-bottom: 10px; }
    .product_details_tab .review-rating i {
      color: #ff9800;
      font-size: 14px; }
    .product_details_tab .review-rating span {
      font-weight: 700; }

.submit_a_review_area form .stars {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAABaCAYAAACv+ebYAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNXG14zYAAAAWdEVYdENyZWF0aW9uIFRpbWUAMDcvMDMvMTNJ3Rb7AAACnklEQVRoge2XwW3bMBSGPxa9NxtIGzTAW8DdRL7o3A0qb+BrdNIm9QAm0G7gbJBMwB5MoVJNUSRFIXGqHwhkmXr68hOPNH9ljOEt9OlNqBs4RlrrSmtdpdZ/Ti0EGnvtUoqTHFunBVCkuk6d6mbi83rggdteSa5THDeB3+UDO9z2inatXFum1roESuAReAB29vp15n2/gRfgZK+/gIuIXLxgrfUO+Bnzn0fom4ic+pvRVNuB/QrQ/RB6A7bwLjN8b985krO5MsKd0ElwJvgk1AteCPdCYWI5/SutddQxRUTU3DOzG4hd01EKqQnZuaLBITUh4F0CeLYm5CDw6PjuFTjaz9+BLwE1I8VO9StwAEoRaUSkseMHO+aqcWq2qwcdfQCOIvIy8dwDV/c/YL6zvWDbnQ3QuH5hltQEreM1dH/n6g28gT8eWLVUqqVKrb+vtGidFkCR6vp+0uLAba8k1/eRFh1ue0W7dv4sqpaSjGnR1Fy8YNWyY8W0aGpO/c1oqu3AKmlxCL0BW3iXGb637xzJ2VwZ4U7oJDgTfBLqBS+Ee6EQeMpULVFHUVOzPC3aNR2lkJotLbr0vtKiqWlMTcNaaXHQ0QfgaGqcaVG1jNLibGcbYyb/eDIlT6bjyZS+51JqtrS4gTfw/wzWqkKrKrU8fQPR6gKAmDKlPM3x1WkBFKmu0xxf3fZR5jnFdbzjv257JbmOdzx22yvadZzjW7e9ol27HWtVkjEtIubiB2u1Y8W0iJhTfzOe6uvAKmlxCL0FX+FdZvjevnMkd3Plgzuh0+A88EmoH7wM7oVC6AaiVdwuI2Z5WrRrOk4BNVtadOl9pUXENIhpWCstDjr6ABwR40yLaDVKi7Od7U1/Z0pzpjNngtNiaM2WFj8++A+motm0NTqjmwAAAABJRU5ErkJggg==") repeat-x 0 0;
  width: 150px; }

.submit_a_review_area form .stars:before,
.submit_a_review_area form .stars:after {
  display: table;
  content: ""; }

.submit_a_review_area form .stars:after {
  clear: both; }

.submit_a_review_area form .stars input[type="radio"] {
  position: absolute;
  opacity: 0; }

.submit_a_review_area form .stars input[type="radio"].star-5:checked ~ span {
  width: 100%; }

.submit_a_review_area form .stars input[type="radio"].star-4:checked ~ span {
  width: 80%; }

.submit_a_review_area form .stars input[type="radio"].star-3:checked ~ span {
  width: 60%; }

.submit_a_review_area form .stars input[type="radio"].star-2:checked ~ span {
  width: 40%; }

.submit_a_review_area form .stars input[type="radio"].star-1:checked ~ span {
  width: 20%; }

.submit_a_review_area form .stars label {
  display: block;
  width: 30px;
  height: 30px;
  margin: 0 !important;
  padding: 0 !important;
  text-indent: -999rem;
  float: left;
  position: relative;
  z-index: 10;
  background: transparent !important;
  cursor: pointer; }

.submit_a_review_area form .stars label:hover ~ span {
  background-position: 0 -30px; }

.submit_a_review_area form .stars label.star-5:hover ~ span {
  width: 100% !important; }

.submit_a_review_area form .stars label.star-4:hover ~ span {
  width: 80% !important; }

.submit_a_review_area form .stars label.star-3:hover ~ span {
  width: 60% !important; }

.submit_a_review_area form .stars label.star-2:hover ~ span {
  width: 40% !important; }

.submit_a_review_area form .stars label.star-1:hover ~ span {
  width: 20% !important; }

.submit_a_review_area form .stars span {
  display: block;
  width: 0;
  position: relative;
  top: 0;
  left: 0;
  height: 30px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAABaCAYAAACv+ebYAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNXG14zYAAAAWdEVYdENyZWF0aW9uIFRpbWUAMDcvMDMvMTNJ3Rb7AAACnklEQVRoge2XwW3bMBSGPxa9NxtIGzTAW8DdRL7o3A0qb+BrdNIm9QAm0G7gbJBMwB5MoVJNUSRFIXGqHwhkmXr68hOPNH9ljOEt9OlNqBs4RlrrSmtdpdZ/Ti0EGnvtUoqTHFunBVCkuk6d6mbi83rggdteSa5THDeB3+UDO9z2inatXFum1roESuAReAB29vp15n2/gRfgZK+/gIuIXLxgrfUO+Bnzn0fom4ic+pvRVNuB/QrQ/RB6A7bwLjN8b985krO5MsKd0ElwJvgk1AteCPdCYWI5/SutddQxRUTU3DOzG4hd01EKqQnZuaLBITUh4F0CeLYm5CDw6PjuFTjaz9+BLwE1I8VO9StwAEoRaUSkseMHO+aqcWq2qwcdfQCOIvIy8dwDV/c/YL6zvWDbnQ3QuH5hltQEreM1dH/n6g28gT8eWLVUqqVKrb+vtGidFkCR6vp+0uLAba8k1/eRFh1ue0W7dv4sqpaSjGnR1Fy8YNWyY8W0aGpO/c1oqu3AKmlxCL0BW3iXGb637xzJ2VwZ4U7oJDgTfBLqBS+Ee6EQeMpULVFHUVOzPC3aNR2lkJotLbr0vtKiqWlMTcNaaXHQ0QfgaGqcaVG1jNLibGcbYyb/eDIlT6bjyZS+51JqtrS4gTfw/wzWqkKrKrU8fQPR6gKAmDKlPM3x1WkBFKmu0xxf3fZR5jnFdbzjv257JbmOdzx22yvadZzjW7e9ol27HWtVkjEtIubiB2u1Y8W0iJhTfzOe6uvAKmlxCL0FX+FdZvjevnMkd3Plgzuh0+A88EmoH7wM7oVC6AaiVdwuI2Z5WrRrOk4BNVtadOl9pUXENIhpWCstDjr6ABwR40yLaDVKi7Od7U1/Z0pzpjNngtNiaM2WFj8++A+motm0NTqjmwAAAABJRU5ErkJggg==") repeat-x 0 -60px;
  -webkit-transition: -webkit-width 0.5s;
  -webkit-transition: width 0.5s;
  transition: width 0.5s; }

.submit_a_review_area > h4 {
  font-size: 18px; }

.submit_a_review_area .form-group > label {
  font-size: 14px;
  display: block; }

.submit_a_review_area .form-group .form-control {
  font-size: 14px; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #ffffff;
  text-align: center;
  padding-right: 0;
  width: 36px;
  position: fixed;
  background-color: #0f99f3;
  z-index: 999999;
  height: 36px;
  top: 15px;
  right: 15px;
  border-radius: 50%;
  line-height: 35px; }

.mfp-bg {
  background: #ffffff;
  opacity: 1; }

.mfp-figure:after {
  box-shadow: 0 0 88px 8px rgba(47, 91, 234, 0.125); }

.mfp-arrow {
  opacity: 1; }

button.mfp-close,
button.mfp-arrow {
  background-color: #0f99f3; }

.mfp-arrow-left:before {
  border-right-color: transparent; }

.mfp-arrow-right:before {
  border-left-color: transparent; }

.mfp-title {
  color: #747794;
  font-size: 12px;
  font-weight: 700; }

.mfp-counter {
  color: #070a57;
  font-weight: 700; }

/* Cart CSS */
.cart-table {
  position: relative;
  z-index: 1;
  text-align: center; }
  .cart-table .icofont-close {
    cursor: pointer; }
  .cart-table thead {
    background-color: #f8f8ff; }
  .cart-table .table thead th {
    border-bottom: 0; }
  .cart-table .table-bordered td,
  .cart-table .table-bordered th {
    border-color: #d6e6fb; }
  .cart-table .table td,
  .cart-table .table th {
    vertical-align: middle; }
  .cart-table tbody {
    font-size: 14px;
    font-weight: 700; }
    .cart-table tbody img {
      max-width: 60px; }
  .cart-table .qty-minus,
  .cart-table .qty-plus {
    background-color: #f8f8ff;
    cursor: pointer;
    display: inline-block;
    height: 30px;
    width: 30px; }
  .cart-table .qty-minus i,
  .cart-table .qty-plus i {
    line-height: 30px;
    font-size: 10px; }
  .cart-table .qty-text {
    background-color: #f8f8ff;
    border: medium none;
    display: inline-block;
    height: 30px;
    -moz-appearance: textfield;
    -webkit-appearance: textfield;
    appearance: textfield;
    text-align: center;
    font-size: 12px; }
  .cart-table .quantity {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }

.cart-apply-coupon,
.cart-total-area {
  position: relative;
  z-index: 1;
  background-color: #f8f8ff;
  padding: 30px;
  border-radius: 6px; }

.cart-apply-coupon .form-control {
  width: 100%;
  height: 50px;
  border: 2px solid #d6e6fb;
  font-size: 13px;
  padding: 0 20px;
  margin-bottom: 15px; }

.cart-total-area tbody {
  font-weight: 700;
  font-size: 14px; }
  .cart-total-area tbody tr td:first-child {
    padding-left: 0; }
  .cart-total-area tbody tr td:last-child {
    padding-right: 0;
    text-align: right; }

.cart-total-area .table td,
.cart-total-area .table th {
  border-top-color: #d6e6fb; }

/* Checkout CSS */
.checkout_steps_area {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #070a57; }
  .checkout_steps_area a {
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 70px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    width: 20%;
    height: 70px;
    color: #ffffff; }
    @media only screen and (max-width: 767px) {
      .checkout_steps_area a {
        font-size: 10px; } }
    @media only screen and (min-width: 480px) and (max-width: 767px) {
      .checkout_steps_area a {
        font-size: 11px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .checkout_steps_area a {
        font-size: 12px; } }
    .checkout_steps_area a i {
      display: none; }
    .checkout_steps_area a.active {
      background-color: #0f99f3;
      cursor: default;
      pointer-events: none; }
    .checkout_steps_area a.complated {
      background-color: #27ae60; }
      .checkout_steps_area a.complated i {
        display: inline-block; }

.checkout_details_area {
  position: relative;
  z-index: 1; }
  .checkout_details_area label {
    font-weight: 700; }
  .checkout_details_area .form-control {
    font-size: 13px;
    height: 45px;
    padding: 5px 20px;
    border-color: #d6e6fb; }
    .checkout_details_area .form-control:focus {
      border-color: #070a57; }
  .checkout_details_area textarea.form-control {
    height: 100px;
    padding: 15px 20px; }
  .checkout_details_area .panel-body > p {
    margin: 0; }
  .checkout_details_area .edit-btn {
    border: 1px solid #d6e6fb;
    border-radius: 30px;
    display: inline-block;
    padding: 5px 15px;
    font-size: 11px;
    font-weight: 700; }

.forget_password {
  display: block;
  font-size: 13px;
  margin-top: 15px; }

.shipping_method {
  position: relative;
  z-index: 1;
  text-align: center; }
  .shipping_method tbody {
    font-weight: 700; }

.payment_method {
  position: relative;
  z-index: 1; }
  .payment_method .panel-heading h6 a.collapsed,
  .payment_method .panel-heading h6 a {
    background-color: #f8f8ff;
    padding: 20px 30px;
    border-radius: 5px;
    font-size: 14px; }
  .payment_method .panel-heading h6 {
    margin-bottom: 0; }
  .payment_method .panel-heading h6 a {
    border-radius: 6px 6px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .payment_method .panel-heading h6 a i {
      padding-right: 10px;
      font-size: 3rem; }
  .payment_method .panel {
    margin-bottom: 15px; }
  .payment_method .panel-body {
    background-color: #f8f8ff;
    border-radius: 0 0 5px 5px;
    border-top: 1px solid #d6e6fb;
    padding: 20px 30px; }

.security_code_popover {
  border: medium none;
  box-shadow: none;
  padding: 0; }
  .security_code_popover:focus {
    box-shadow: none;
    outline: 0 none; }

.order_complated_area {
  border: 5px solid #d6e6fb;
  padding: 50px; }
  .order_complated_area h5 {
    margin-bottom: 5px; }
  .order_complated_area .orderid {
    color: #070a57;
    font-weight: 700;
    margin: 0; }

/* Wishlist CSS */
.wishlist-table {
  position: relative;
  z-index: 1; }

/* Compare CSS */
.compare-list {
  position: relative; }
  .compare-list .table tbody tr td {
    vertical-align: middle;
    font-size: 13px; }
  .compare-list td.action a {
    background-color: #f8f8ff;
    border-radius: 50%;
    display: inline-block;
    font-size: 17px;
    height: 40px;
    text-align: center;
    width: 40px;
    padding: 0; }
    .compare-list td.action a i {
      line-height: 40px; }
    .compare-list td.action a.compare_addTocart {
      background-color: #0f99f3;
      color: #ffffff; }
    .compare-list td.action a.compare_addWishlist {
      background-color: #e91e63;
      color: #ffffff; }
    .compare-list td.action a.remove_from_compare {
      background-color: #141414;
      color: #ffffff; }
  .compare-list .rating i {
    color: #ff9800; }

/* Error CSS */
.not-found-text {
  position: relative;
  z-index: 1; }
  .not-found-text h2 {
    display: block;
    font-size: 8rem; }

/* Coming Soon CSS */
.comingsoon_area {
  position: relative;
  z-index: 4; }
  .comingsoon_area .cs-icon {
    font-size: 12rem;
    color: #070a57;
    display: block;
    line-height: 1; }
  .comingsoon_area .coming_soon_timer li {
    color: #070a57;
    display: inline-block;
    font-size: 42px;
    margin-right: 15px; }
    @media only screen and (max-width: 767px) {
      .comingsoon_area .coming_soon_timer li {
        font-size: 28px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .comingsoon_area .coming_soon_timer li {
        font-size: 36px; } }
    .comingsoon_area .coming_soon_timer li:last-child {
      margin-right: 0; }
  .comingsoon_area .subscribe_bar p {
    font-size: 18px;
    margin: 15px auto;
    max-width: 500px; }
  .comingsoon_area .subscribe_bar input#mail {
    border: medium none;
    height: 45px;
    padding: 5px 20px;
    border-radius: 6px;
    font-size: 13px; }
  .comingsoon_area .subscribe_bar button {
    background-color: #0f99f3;
    border: medium none;
    color: #ffffff;
    height: 45px;
    width: 150px; }

/* Contact CSS */

@media screen and (min-width: 601px) {
  .single-contact-info {
  position: relative;
  z-index: 1;
  background-color: #f8f8ff;
  padding: 16px;
  border-radius: 6px;
  }
}

@media screen and (max-width: 600px) {
  .single-contact-info {
  position: relative;
  z-index: 1;
  background-color: #f8f8ff;
  padding: 19px;
  border-radius: 10px;

  }
}

/*.single-contact-info {*/
/*  position: relative;*/
/*  z-index: 1;*/
/*  background-color: #f8f8ff;*/
/*  padding: 30px;*/
/*  border-radius: 6px; }*/
  .single-contact-info i {
    font-size: 2rem;
    margin-bottom: 1rem;
    display: block;
    color: #070a57; }
  .single-contact-info p {
    margin-bottom: 0; }

.contact_from {
  position: relative;
  z-index: 1; }
  .contact_from .form-control {
    font-size: 13px;
    height: 45px;
    padding: 5px 20px;
    border-color: #d6e6fb; }
    .contact_from .form-control:focus {
      border-color: #070a57; }
  .contact_from textarea.form-control {
    height: 200px;
    padding: 15px 20px; }

.google-map {
  position: relative;
  z-index: 1; }
  .google-map iframe {
    width: 100%;
    height: 300px;
    border: 0; }

/* FAQ CSS */
.faq_quesition_search_form {
  position: relative;
  z-index: 1; }
  .faq_quesition_search_form h2 {
    font-size: 42px;
    margin-bottom: 30px;
    text-align: center;
    color: #ffffff; }
    @media only screen and (max-width: 767px) {
      .faq_quesition_search_form h2 {
        font-size: 30px; } }
  .faq_quesition_search_form .faq_form {
    position: relative;
    z-index: 1; }
    .faq_quesition_search_form .faq_form input {
      border: medium none;
      border-radius: 30px;
      height: 60px;
      padding: 0 30px; }
    .faq_quesition_search_form .faq_form button {
      background-color: transparent;
      box-shadow: none;
      cursor: pointer;
      font-size: 24px;
      line-height: 60px;
      padding: 0;
      position: absolute;
      right: 30px;
      top: 0;
      z-index: 5; }

.single-faq {
  position: relative;
  z-index: 1; }
  .single-faq p {
    margin-bottom: 0; }

.cannot_find_text i {
  display: block;
  font-size: 80px;
  margin-bottom: 15px; }

/* About CSS */
.about_us_content {
  position: relative;
  z-index: 1; }
  .about_us_content h5 {
    font-size: 1.6rem;
    line-height: 1.5;
    margin-bottom: 1rem; }
    @media only screen and (max-width: 767px) {
      .about_us_content h5 {
        font-size: 1.2rem; } }
  .about_us_content p {
    font-size: 18px; }
    @media only screen and (max-width: 767px) {
      .about_us_content p {
        font-size: 16px; } }
  .about_us_content img {
    margin-bottom: 30px;
    border-radius: 10px; }
  .about_us_content .col-6:nth-child(2) img {
    margin-top: 50px; }
  .about_us_content .col-6:nth-child(3) img {
    margin-top: -50px; }

.single-service-area {
  position: relative;
  z-index: 1;
  text-align: center; }
  .single-service-area i {
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    display: block;
    margin-bottom: 1rem;
    font-size: 3rem;
    color: #070a57; }
  .single-service-area p {
    margin-bottom: 0; }
  .single-service-area:hover i, .single-service-area:focus i {
    color: #0f99f3; }

.cool_fact_text {
  position: relative;
  z-index: 1;
  margin-bottom: 30px; }
  .cool_fact_text h2 {
    color: #ffffff; }
  .cool_fact_text h5 {
    margin-bottom: 0;
    font-weight: 400;
    color: #ffffff; }

.testimonials_slides {
  position: relative;
  z-index: 1; }
  .testimonials_slides .single_tes_slide {
    position: relative;
    z-index: 1;
    padding-top: 15px; }
    .testimonials_slides .single_tes_slide img {
      border-radius: 50%;
      height: 100px;
      width: 100px;
      margin: 0 auto 15px;
      box-shadow: 0 2px 12px 2px rgba(0, 0, 0, 0.1);
      padding: 5px; }
    .testimonials_slides .single_tes_slide h6 {
      line-height: 2;
      margin-bottom: 1rem; }
    .testimonials_slides .single_tes_slide p {
      margin-bottom: 0; }
    .testimonials_slides .single_tes_slide span {
      display: block; }
  .testimonials_slides .owl-dots {
    text-align: center;
    margin-top: 30px; }
    .testimonials_slides .owl-dots .owl-dot {
      width: 15px;
      height: 15px;
      background-color: #d6e6fb;
      display: inline-block;
      margin: 0 5px;
      position: relative;
      z-index: 1;
      border: 1px solid #d6e6fb;
      border-radius: 50%; }
      .testimonials_slides .owl-dots .owl-dot.active {
        border: 1px solid #0f99f3; }
        .testimonials_slides .owl-dots .owl-dot.active::after {
          background-color: #0f99f3;
          position: absolute;
          width: 11px;
          height: 11px;
          top: 1px;
          left: 1px;
          border-radius: 50%;
          content: '';
          z-index: 2; }
  .testimonials_slides .owl-prev,
  .testimonials_slides .owl-next {
    background-color: #ffffff;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    width: 40px;
    height: 40px;
    border: 2px solid #d6e6fb;
    text-align: center;
    line-height: 36px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    left: -15px;
    color: #070a57; }
    .testimonials_slides .owl-prev:hover, .testimonials_slides .owl-prev:focus,
    .testimonials_slides .owl-next:hover,
    .testimonials_slides .owl-next:focus {
      border-color: #070a57; }
    @media only screen and (max-width: 767px) {
      .testimonials_slides .owl-prev,
      .testimonials_slides .owl-next {
        left: 0; } }
  .testimonials_slides .owl-next {
    left: auto;
    right: -15px; }
    @media only screen and (max-width: 767px) {
      .testimonials_slides .owl-next {
        right: 0; } }

/* Login CSS */
.login_form {
  position: relative;
  z-index: 1;
  padding: 40px;
  background-color: #f8f8ff;
  border-radius: 6px; }
  .login_form .form-control {
    font-size: 13px;
    height: 45px;
    padding: 5px 20px;
    border-color: #d6e6fb; }
    .login_form .form-control:focus {
      border-color: #070a57; }

/* Account CSS */
.my-account-navigation {
  position: relative;
  z-index: 1;
  padding: 30px;
  background-color: #f8f8ff;
  border-radius: 6px; }
  .my-account-navigation li a {
    display: block;
    font-size: 14px;
    margin-bottom: 1rem;
    border-bottom: 1px solid #d6e6fb;
    padding-bottom: 1rem; }
  .my-account-navigation li:last-child a {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0; }
  .my-account-navigation li.active a {
    color: #0f99f3; }

.my-account-content {
  position: relative;
  z-index: 1;
  padding: 30px;
  background-color: #f8f8ff;
  border-radius: 6px; }
  .my-account-content p:last-child {
    margin-bottom: 0; }
  .my-account-content .action-btn {
    padding: 5px 15px;
    border-radius: 20px;
    border: 2px solid #0f99f3;
    font-size: 12px;
    font-weight: 700;
    color: #0f99f3; }
    .my-account-content .action-btn:hover, .my-account-content .action-btn:focus {
      border-color: #0f99f3;
      background-color: #0f99f3;
      color: #ffffff; }
  .my-account-content address {
    color: #747794; }
  .my-account-content label {
    font-size: 13px;
    font-weight: 700; }
  .my-account-content .form-control {
    font-size: 13px;
    height: 45px;
    padding: 5px 20px;
    border-color: #d6e6fb; }
    .my-account-content .form-control:focus {
      border-color: #070a57; }

/* Offer CSS */
.featured_offer_area {
  background-position: center center;
  background-size: cover;
  height: 100%;
  position: relative;
  width: 100%;
  z-index: 1; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .featured_offer_area {
      height: 600px;
      margin-bottom: 50px; } }
  @media only screen and (max-width: 767px) {
    .featured_offer_area {
      height: 500px;
      margin-bottom: 50px; } }
  .featured_offer_area::after {
    background-color: transparent;
    border: 5px solid #f8f8ff;
    bottom: 30px;
    content: "";
    height: calc(100% - 60px);
    position: absolute;
    right: 30px;
    top: 30px;
    width: calc(100% - 60px);
    z-index: -1; }
  .featured_offer_area .featured_offer_text {
    background-color: #ffffff;
    display: inline-block;
    margin-left: 15px;
    padding: 50px;
    box-shadow: 0 0 88px 8px rgba(47, 91, 234, 0.125);
    border-radius: 6px; }
    @media only screen and (max-width: 767px) {
      .featured_offer_area .featured_offer_text {
        padding: 30px; } }
    .featured_offer_area .featured_offer_text h2 {
      font-weight: 700; }
    .featured_offer_area .featured_offer_text p,
    .featured_offer_area .featured_offer_text h2,
    .featured_offer_area .featured_offer_text h4 {
      line-height: 1;
      margin-bottom: 10px; }
    .featured_offer_area .featured_offer_text h4 {
      text-transform: uppercase; }

.featured_product_area {
  position: relative;
  overflow: hidden; }
  .featured_product_area .owl-nav {
    position: absolute;
    top: -90px;
    width: 100%;
    right: 0; }
  .featured_product_area .owl-next,
  .featured_product_area .owl-prev {
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    color: #ffffff;
    display: inline-block;
    font-size: 20px;
    height: 40px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 30px; }
    .featured_product_area .owl-next i,
    .featured_product_area .owl-prev i {
      line-height: 40px; }
    .featured_product_area .owl-next:hover, .featured_product_area .owl-next:focus,
    .featured_product_area .owl-prev:hover,
    .featured_product_area .owl-prev:focus {
      background-color: #070a57; }
  .featured_product_area .owl-prev {
    right: 30px !important; }

/* Beach Offer Area */
.beach_offer_area {
  position: relative;
  z-index: 1;
  background-color: #0f99f3;
  border-radius: 6px; }
  .beach_offer_area img {
    border-radius: 6px; }
  .beach_offer_area .beach_offer_info {
    left: 30px;
    position: absolute;
    top: 50px;
    z-index: 9; }
    .beach_offer_area .beach_offer_info p {
      color: #ffffff;
      margin-bottom: 0.5rem; }
    .beach_offer_area .beach_offer_info h3 {
      color: #ffffff;
      text-transform: uppercase; }
    .beach_offer_area .beach_offer_info a {
      background-color: #ffffff;
      color: #070a57; }
      .beach_offer_area .beach_offer_info a:hover, .beach_offer_area .beach_offer_info a:focus {
        background-color: #070a57;
        color: #ffffff; }

/* Apparels Offer Area */
.apparels_offer_area {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 6px; }
  .apparels_offer_area img {
    border-radius: 6px;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms; }
  .apparels_offer_area .apparels_offer_info {
    background-color: rgba(0, 0, 0, 0.7);
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
    padding-left: 30px; }
  .apparels_offer_area h4 {
    color: #ffffff;
    font-weight: 400; }
  .apparels_offer_area span {
    font-size: 30px; }
  .apparels_offer_area .btn {
    background-color: transparent;
    box-shadow: none;
    color: #ffffff;
    line-height: 1;
    padding: 0;
    font-weight: 700; }
    .apparels_offer_area .btn:hover, .apparels_offer_area .btn:focus {
      color: #0f99f3; }
  .apparels_offer_area:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }

/* Backpack & Elect Offer Area */
.elect_offer_area {
  position: relative;
  z-index: 1;
  border-radius: 6px; }
  .elect_offer_area img {
    border-radius: 6px; }
  .elect_offer_area .elect_offer_info {
    height: 100%;
    left: 0;
    padding-left: 30px;
    position: absolute;
    top: 0;
    width: 100%; }
    .elect_offer_area .elect_offer_info h4 {
      font-weight: 400;
      line-height: 1;
      margin-bottom: 5px;
      font-size: 18px; }
    .elect_offer_area .elect_offer_info .btn {
      background-color: transparent;
      box-shadow: none;
      font-size: 14px;
      font-weight: 700;
      padding: 0; }
      .elect_offer_area .elect_offer_info .btn:hover, .elect_offer_area .elect_offer_info .btn:focus {
        color: #0f99f3; }

.backpack_offer_area {
  border: 1px solid #f8f8ff;
  position: relative;
  z-index: 1; }
  .backpack_offer_area .backpack_offer_info {
    bottom: 0;
    height: auto;
    padding: 25px 25px 15px;
    position: absolute;
    text-align: right;
    width: 100%;
    z-index: 2; }
    .backpack_offer_area .backpack_offer_info h4 {
      font-weight: 400;
      line-height: 1;
      margin-bottom: 5px;
      font-size: 18px; }
    .backpack_offer_area .backpack_offer_info .btn {
      background-color: transparent;
      box-shadow: none;
      font-size: 14px;
      font-weight: 700;
      padding: 0; }
      .backpack_offer_area .backpack_offer_info .btn:hover, .backpack_offer_area .backpack_offer_info .btn:focus {
        color: #0f99f3; }

/* Weekly Deals Info */
.weekly_deals_area {
  position: relative;
  z-index: 1;
  border-radius: 6px; }
  .weekly_deals_area img {
    border-radius: 6px; }
  .weekly_deals_area .weekly_deals_info {
    height: 100%;
    left: 0;
    padding: 30px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 3; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .weekly_deals_area .weekly_deals_info {
        padding: 10px; } }
    @media only screen and (max-width: 767px) {
      .weekly_deals_area .weekly_deals_info {
        padding: 10px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .weekly_deals_area .weekly_deals_info {
        padding: 40px; } }
    .weekly_deals_area .weekly_deals_info h4 {
      font-weight: 400;
      margin-bottom: 5px;
      font-size: 18px; }
    .weekly_deals_area .weekly_deals_info .deals_timer li {
      background-color: #0f99f3;
      border-radius: 50%;
      color: #747794;
      display: inline-block;
      font-size: 11px;
      height: 40px;
      margin-right: 15px;
      margin-top: 5px;
      text-align: center;
      text-transform: capitalize;
      width: 40px; }
      .weekly_deals_area .weekly_deals_info .deals_timer li.blank-timer {
        height: 1px !important;
        width: 1px !important;
        background-color: transparent !important; }
      .weekly_deals_area .weekly_deals_info .deals_timer li span {
        color: #ffffff;
        display: block;
        line-height: 40px;
        font-size: 12px; }

.backpack_offer_area img,
.elect_offer_area img,
.beach_offer_area img,
.weekly_deals_area img,
.apparels_offer_area img {
  width: 100%; }

/* Tabs CSS */
.best_rated_onsale_top_sellares .tabs_area {
  position: relative;
  z-index: 1;
  overflow: hidden; }
  .best_rated_onsale_top_sellares .tabs_area .nav-tabs {
    border-bottom: 5px solid #d6e6fb; }
    .best_rated_onsale_top_sellares .tabs_area .nav-tabs .nav-item {
      margin-bottom: 0; }
      .best_rated_onsale_top_sellares .tabs_area .nav-tabs .nav-item.show .nav-link {
        border-color: transparent;
        color: #0f99f3; }
  .best_rated_onsale_top_sellares .tabs_area .nav-link {
    position: relative;
    z-index: 1;
    font-size: 18px;
    padding: 0 20px 10px;
    text-transform: capitalize;
    font-weight: 700; }
    @media only screen and (max-width: 767px) {
      .best_rated_onsale_top_sellares .tabs_area .nav-link {
        font-size: 14px;
        padding: 0 10px 10px; } }
    @media only screen and (min-width: 480px) and (max-width: 767px) {
      .best_rated_onsale_top_sellares .tabs_area .nav-link {
        font-size: 18px;
        padding: 0 20px 10px; } }
    .best_rated_onsale_top_sellares .tabs_area .nav-link.active {
      border-color: transparent;
      color: #0f99f3; }
    .best_rated_onsale_top_sellares .tabs_area .nav-link:hover, .best_rated_onsale_top_sellares .tabs_area .nav-link:focus {
      border-color: transparent; }
    .best_rated_onsale_top_sellares .tabs_area .nav-link.active::after {
      background-color: #0f99f3;
      bottom: -6px;
      content: "";
      height: 5px;
      left: -1px;
      position: absolute;
      width: 12000px;
      z-index: 5; }
  .best_rated_onsale_top_sellares .tabs_area .tab-content {
    position: relative;
    z-index: 1;
    margin-top: 40px; }

.single_top_sellers {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
  border: 1px solid #f8f8ff;
  background-color: #f8f8ff;
  border-radius: 4px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15);
  margin-left: 5px;
  margin-right: 5px; }
  .single_top_sellers .top_seller_image {
    position: relative;
    z-index: 1;
    max-width: 50%;
    width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%; }
    @media only screen and (max-width: 767px) {
      .single_top_sellers .top_seller_image {
        max-width: 40%;
        width: 40%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
        flex: 0 0 40%; } }
    @media only screen and (min-width: 480px) and (max-width: 767px) {
      .single_top_sellers .top_seller_image {
        max-width: 50%;
        width: 50%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .single_top_sellers .top_seller_image {
        max-width: 40%;
        width: 40%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
        flex: 0 0 40%; } }
    .single_top_sellers .top_seller_image img {
      width: 100%;
      border-radius: 4px 0 0 4px; }
  .single_top_sellers .top_seller_desc {
    position: relative;
    z-index: 1;
    max-width: 50%;
    width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding: 15px; }
    @media only screen and (max-width: 767px) {
      .single_top_sellers .top_seller_desc {
        max-width: 60%;
        width: 60%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
        flex: 0 0 60%; } }
    @media only screen and (min-width: 480px) and (max-width: 767px) {
      .single_top_sellers .top_seller_desc {
        max-width: 50%;
        width: 50%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .single_top_sellers .top_seller_desc {
        max-width: 60%;
        width: 60%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
        flex: 0 0 60%; } }
    .single_top_sellers .top_seller_desc h5 {
      font-size: 14px;
      font-weight: 700;
      margin-bottom: 10px;
      text-transform: capitalize; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .single_top_sellers .top_seller_desc h5 {
          margin-bottom: 5px; } }
    .single_top_sellers .top_seller_desc h6 {
      font-weight: 700;
      margin-bottom: 10px; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .single_top_sellers .top_seller_desc h6 {
          margin-bottom: 5px; } }
      .single_top_sellers .top_seller_desc h6 span {
        color: #747794;
        font-size: 13px;
        font-weight: 400;
        text-decoration: line-through; }
    .single_top_sellers .top_seller_desc .ts-seller-info {
      position: relative;
      z-index: 1; }
      .single_top_sellers .top_seller_desc .ts-seller-info .ts_product_compare a,
      .single_top_sellers .top_seller_desc .ts-seller-info .ts_product_add_to_cart a,
      .single_top_sellers .top_seller_desc .ts-seller-info .ts_product_quick_view a,
      .single_top_sellers .top_seller_desc .ts-seller-info .ts_product_wishlist a {
        background-color: #0f99f3;
        color: #ffffff;
        display: inline-block;
        font-size: 14px;
        height: 30px;
        width: 30px;
        border-radius: 4px;
        text-align: center;
        line-height: 30px; }
        @media only screen and (min-width: 992px) and (max-width: 1199px) {
          .single_top_sellers .top_seller_desc .ts-seller-info .ts_product_compare a,
          .single_top_sellers .top_seller_desc .ts-seller-info .ts_product_add_to_cart a,
          .single_top_sellers .top_seller_desc .ts-seller-info .ts_product_quick_view a,
          .single_top_sellers .top_seller_desc .ts-seller-info .ts_product_wishlist a {
            height: 24px;
            width: 24px;
            line-height: 24px; } }
        @media only screen and (min-width: 576px) and (max-width: 767px) {
          .single_top_sellers .top_seller_desc .ts-seller-info .ts_product_compare a,
          .single_top_sellers .top_seller_desc .ts-seller-info .ts_product_add_to_cart a,
          .single_top_sellers .top_seller_desc .ts-seller-info .ts_product_quick_view a,
          .single_top_sellers .top_seller_desc .ts-seller-info .ts_product_wishlist a {
            height: 24px;
            width: 24px;
            line-height: 24px; } }
        .single_top_sellers .top_seller_desc .ts-seller-info .ts_product_compare a:hover, .single_top_sellers .top_seller_desc .ts-seller-info .ts_product_compare a:focus,
        .single_top_sellers .top_seller_desc .ts-seller-info .ts_product_add_to_cart a:hover,
        .single_top_sellers .top_seller_desc .ts-seller-info .ts_product_add_to_cart a:focus,
        .single_top_sellers .top_seller_desc .ts-seller-info .ts_product_quick_view a:hover,
        .single_top_sellers .top_seller_desc .ts-seller-info .ts_product_quick_view a:focus,
        .single_top_sellers .top_seller_desc .ts-seller-info .ts_product_wishlist a:hover,
        .single_top_sellers .top_seller_desc .ts-seller-info .ts_product_wishlist a:focus {
          background-color: #070a57; }
      .single_top_sellers .top_seller_desc .ts-seller-info .ts_product_wishlist a {
        background-color: #e91e63; }
      .single_top_sellers .top_seller_desc .ts-seller-info .ts_product_add_to_cart a {
        background-color: #070a57; }
      .single_top_sellers .top_seller_desc .ts-seller-info .ts_product_quick_view a {
        background-color: #27ae60; }
  .single_top_sellers .top_seller_product_rating {
    line-height: 1; }
    .single_top_sellers .top_seller_product_rating i {
      color: #ff9800;
      font-size: 14px; }

/* Shop List CSS */
.shop_list_product_area {
  position: relative;
  z-index: 1; }
  .shop_list_product_area .single-product-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .shop_list_product_area .single-product-area .product_image {
      overflow: hidden;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 270px;
      flex: 0 0 270px;
      width: 270px;
      max-width: 270px; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .shop_list_product_area .single-product-area .product_image {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 170px;
          flex: 0 0 170px;
          width: 170px;
          max-width: 170px; } }
      @media only screen and (max-width: 767px) {
        .shop_list_product_area .single-product-area .product_image {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 110px;
          flex: 0 0 110px;
          width: 110px;
          max-width: 110px; } }
      @media only screen and (min-width: 480px) and (max-width: 767px) {
        .shop_list_product_area .single-product-area .product_image {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 160px;
          flex: 0 0 160px;
          width: 160px;
          max-width: 160px; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .shop_list_product_area .single-product-area .product_image {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 180px;
          flex: 0 0 180px;
          width: 180px;
          max-width: 180px; } }
    .shop_list_product_area .single-product-area .product_description {
      position: relative;
      text-align: left;
      z-index: 1;
      padding: 30px;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 270px);
      flex: 0 0 calc(100% - 270px);
      width: calc(100% - 270px);
      max-width: calc(100% - 270px); }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .shop_list_product_area .single-product-area .product_description {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 calc(100% - 170px);
          flex: 0 0 calc(100% - 170px);
          width: calc(100% - 170px);
          max-width: calc(100% - 170px); } }
      @media only screen and (max-width: 767px) {
        .shop_list_product_area .single-product-area .product_description {
          padding: 10px 15px;
          -webkit-box-flex: 0;
          -ms-flex: 0 0 calc(100% - 110px);
          flex: 0 0 calc(100% - 110px);
          width: calc(100% - 110px);
          max-width: calc(100% - 110px); } }
      @media only screen and (min-width: 480px) and (max-width: 767px) {
        .shop_list_product_area .single-product-area .product_description {
          padding: 30px;
          -webkit-box-flex: 0;
          -ms-flex: 0 0 calc(100% - 160px);
          flex: 0 0 calc(100% - 160px);
          width: calc(100% - 160px);
          max-width: calc(100% - 160px); } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .shop_list_product_area .single-product-area .product_description {
          padding: 30px;
          -webkit-box-flex: 0;
          -ms-flex: 0 0 calc(100% - 180px);
          flex: 0 0 calc(100% - 180px);
          width: calc(100% - 180px);
          max-width: calc(100% - 180px); } }
      .shop_list_product_area .single-product-area .product_description .product-short-desc {
        margin-top: 1rem;
        margin-bottom: 0;
        font-size: 14px; }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .shop_list_product_area .single-product-area .product_description .product-short-desc {
            display: none; } }
        @media only screen and (max-width: 767px) {
          .shop_list_product_area .single-product-area .product_description .product-short-desc {
            display: none; } }
      @media only screen and (max-width: 767px) {
        .shop_list_product_area .single-product-area .product_description .brand_name {
          display: none; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .shop_list_product_area .single-product-area .product_description .brand_name {
          display: block; } }
      .shop_list_product_area .single-product-area .product_description .product_add_to_cart a,
      .shop_list_product_area .single-product-area .product_description .product_quick_view a {
        top: auto;
        bottom: 0;
        visibility: visible;
        opacity: 1;
        margin-bottom: 0; }
        @media only screen and (max-width: 767px) {
          .shop_list_product_area .single-product-area .product_description .product_add_to_cart a,
          .shop_list_product_area .single-product-area .product_description .product_quick_view a {
            font-size: 11px; } }
        @media only screen and (max-width: 767px) {
          .shop_list_product_area .single-product-area .product_description .product_add_to_cart a i,
          .shop_list_product_area .single-product-area .product_description .product_quick_view a i {
            display: none; } }
        .shop_list_product_area .single-product-area .product_description .product_add_to_cart a:hover, .shop_list_product_area .single-product-area .product_description .product_add_to_cart a:focus,
        .shop_list_product_area .single-product-area .product_description .product_quick_view a:hover,
        .shop_list_product_area .single-product-area .product_description .product_quick_view a:focus {
          top: auto;
          bottom: 0;
          visibility: visible;
          opacity: 1; }

/* Element CSS */
.shortcodes_content {
  border: 3px solid #f8f8ff;
  padding: 20px; }

.bigshop-accordian {
  position: relative;
  z-index: 1; }
  .bigshop-accordian .card {
    border: 0; }
    .bigshop-accordian .card .card-header {
      margin-bottom: 0;
      background-color: #f8f8ff;
      border-bottom-color: #d6e6fb; }
      .bigshop-accordian .card .card-header .btn {
        color: #0f99f3;
        font-weight: 700; }
        .bigshop-accordian .card .card-header .btn.collapsed {
          color: #070a57; }
    .bigshop-accordian .card:last-of-type .card-header {
      border-bottom: 0; }

.bigshop-accordian-with-icon {
  position: relative;
  z-index: 1; }
  .bigshop-accordian-with-icon .card {
    border: 0; }
    .bigshop-accordian-with-icon .card .card-header {
      margin-bottom: 0;
      background-color: #f8f8ff;
      border-bottom-color: #d6e6fb; }
      .bigshop-accordian-with-icon .card .card-header .btn {
        color: #0f99f3;
        font-weight: 700; }
        .bigshop-accordian-with-icon .card .card-header .btn .icofont-rounded-down {
          display: none; }
        .bigshop-accordian-with-icon .card .card-header .btn .icofont-rounded-up {
          display: inline-block; }
        .bigshop-accordian-with-icon .card .card-header .btn.collapsed {
          color: #070a57; }
          .bigshop-accordian-with-icon .card .card-header .btn.collapsed .icofont-rounded-down {
            display: inline-block; }
          .bigshop-accordian-with-icon .card .card-header .btn.collapsed .icofont-rounded-up {
            display: none; }
    .bigshop-accordian-with-icon .card:last-of-type .card-header {
      border-bottom: 0; }

.bigshop-form {
  position: relative;
  z-index: 1; }
  .bigshop-form .form-control {
    font-size: 13px;
    height: 45px;
    padding: 5px 20px;
    border-color: #d6e6fb; }
    .bigshop-form .form-control:focus {
      border-color: #070a57; }
  .bigshop-form textarea.form-control {
    height: 200px;
    padding: 15px 20px; }

.bigshop-gallery-area {
  position: relative;
  z-index: 1; }
  .bigshop-gallery-area .single-gallery-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    width: 25%;
    min-width: 25%; }
    @media only screen and (max-width: 767px) {
      .bigshop-gallery-area .single-gallery-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        width: 50%;
        min-width: 50%; } }

.single_icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(25% - 2rem);
  flex: 0 0 calc(25% - 2rem);
  width: calc(25% - 2rem);
  min-width: calc(25% - 2rem);
  position: relative;
  z-index: 1;
  border: 3px solid #f8f8ff;
  padding: 30px;
  text-align: center;
  margin-left: 1rem;
  margin-right: 1rem;
  margin-bottom: 2rem; }
  @media only screen and (max-width: 767px) {
    .single_icon {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 2rem);
      flex: 0 0 calc(100% - 2rem);
      width: calc(100% - 2rem);
      min-width: calc(100% - 2rem); } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .single_icon {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 2rem);
      flex: 0 0 calc(50% - 2rem);
      width: calc(50% - 2rem);
      min-width: calc(50% - 2rem); } }
  .single_icon i {
    display: block;
    margin-bottom: 1rem;
    font-size: 1.5rem; }
  .single_icon code {
    display: block; }

.bigshop-label {
  background-color: #f8f8ff;
  font-size: 75%;
  padding: 5px 10px;
  border-radius: 4px; }
  .bigshop-label.bigshop-label-success {
    color: #ffffff;
    background-color: #27ae60; }
  .bigshop-label.bigshop-label-info {
    color: #ffffff;
    background-color: #0f99f3; }
  .bigshop-label.bigshop-label-warning {
    color: #ffffff;
    background-color: #ff9800; }
  .bigshop-label.bigshop-label-danger {
    color: #ffffff;
    background-color: #e91e63; }
  .bigshop-label.bigshop-label-pill {
    border-radius: 30px; }

.demo-hero-area {
  position: relative;
  z-index: 1; }

.single-demo-area {
  position: relative;
  z-index: 1;
  text-align: center; }
  .single-demo-area a {
    margin-top: 1rem; }
  .single-demo-area img {
    border: 1px solid #d6e6fb;
    border-radius: 6px;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    box-shadow: 0 0 8px 0 rgba(47, 91, 234, 0.125); }
	
	
.hero-area {
  
  background-size: cover;
  height: 100vh;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-area:before {
  content: '';

  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.hero-area .block {
  color: #fff;
}

.hero-area .block h1 {
  font-size: 60px;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.hero-area .block p {
  color: #fff;
  width: 50%;
  margin-bottom: 20px;
}

.hero-area .block .btn-main {
  margin-right: 8px;
}

.hero-area .block .btn-main:hover {
  opacity: .8;
}

.hero-area-video {
  height: 100vh;
  position: inherit !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-area-video .block {
  color: #fff;
  text-align: center;
}

.hero-area-video .block h1 {
  font-size: 60px;
  font-weight: 700;
  margin-bottom: 20px;
}

.hero-area-video .block p {
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 3px;
  margin-bottom: 20px;
}

.hero-area-video .block .btn-main {
  margin-top: 20px;
}	


/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  transition: 0.3s;
  font-size: 19px;
  color: #B4B4B5;
}

/* Change background color of buttons on hover */
.tab button:hover {
  color: #272370;
}

/* Create an active/current tablink class */
.tab button.active {
  color: #272370;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border-top: none;
  font-size: 14px;
}


.contact-us {
  padding: 100px 0 50px 0;
}



.contact-form .form-control {
  background-color: transparent;
  border: 1px solid #dedede;
  box-shadow: none;
  height: 45px !important;
  color: #b3b2b2;
  height: 38px;
  font-size: 12px;
  border-radius: 30px;
  padding:3px 0px 0px 23px;
  letter-spacing:1px;
}






.contact-form input:hover,
.contact-form textarea:hover,
.contact-form #contact-submit:hover {
  border-color: #272370;
}

.contact-form #contact-submit {
  /*border: none;*/
  /*padding: 2px 0;*/
  /*width: 100%;*/
  /*margin: 0;*/
  /*background: #272370;*/
  /*color: #fff;*/
  /*border-radius: 0;*/
}

.contact-form textarea.form-control {
  padding: 10px;
  height: 120px !important;
  outline: none;
}


.contact-details .contact-short-info {
  margin-top: 15px;
}

.contact-details .contact-short-info li {
  margin-bottom: 6px;
}


/* Style the How We Simplify Our Solutions tab */
.simplify-tab {
  float: left;
  width: 30%;
  height: 300px;
}

/* Style the How We Simplify Our Solutions buttons inside the tab */
.simplify-tab button {
  display: block;
  background-color: inherit;
  color: #B4B4B5;
  padding: 10px 0px;
  width: 250%;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
  font-size: 17px;
  font-weight: 100;
}

.simplify-tab button:hover {
  color: #272370;
}

.simplify-tab button.active {
  color: #144374;
  font-weight:100;
}

/* Style the How We Simplify Our Solutions content */
.simplify-tabcontent {
  float: left;
  padding: 0px 12px;
  width: 100%;
  border-left: none;
  height: 300px;
}

.img-container2 {
  position: relative;
  text-align: center;
  
}

.img-container2 .img-fluid{
  border-radius: 12px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1), 0 3px 10px 0 rgba(0, 0, 0, 0.1);
  
}

.img-container {
  position: relative;
  text-align: center;
  
}

.img-container:before {
 position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  border-radius: 12px;
    /*background: rgba(118,201,190,0.8);*/
}

.img-container .img-fluid{
  border-radius: 12px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1), 0 3px 10px 0 rgba(0, 0, 0, 0.1);
  
}




.indeximg-container {
  position: relative;
  text-align: center;
  
}

.indeximg-container:before {
 position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  border-radius: 12px;
    /*background: rgba(118,201,190,0.8);*/
}

.indeximg-container .img-fluid{
  border-radius: 12px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1), 0 3px 10px 0 rgba(0, 0, 0, 0.1);
  
}



.img-centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/*.img-centered p{*/
/*  color:#fff; */
/*  font-size: 18.5px;*/
/*}*/

/*.text-block {*/
/*  position: absolute;*/
/*  bottom: -150px;*/
/*  right: -200px;*/
/*  background-color: #fff;*/
/*  color: #272370;*/
/*  padding: 20px;*/
/*  border-radius: 50px;*/
/*  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1), 0 3px 10px 0 rgba(0, 0, 0, 0.1);*/
/*}*/

@media screen and (min-width: 601px) {
  .text-block {
  position: fixed;
  bottom: -216px;
  right: -42px;
  background-color: #fff;
  color: #272370;
  padding: 11px 0px 7px 0px;
  border-radius: 50px;
  left: -155px;
  }
}

@media screen and (max-width: 600px) {
  .text-block {
      position: fixed;
  bottom: -150px;
  right: -97px;
  background-color: #fff;
  color: #272370;
  padding: 9px 0px 0px 0px;
  border-radius: 50px;
  left: -110px;
  }
}


@media screen and (min-width: 601px) {
  .productstext-block {
 position: fixed;
  bottom: -196px;
  right: -123px;
  background-color: #fff;
  color: #272370;
  padding: 16px 13px 15px 16px;
  border-radius: 50px;
  left: -60px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1), 0 3px 10px 0 rgba(0, 0, 0, 0.1);
  }
}

@media screen and (max-width: 600px) {
  .productstext-block {
  position: fixed;
  bottom: -71px;
  right: -21px;
  background-color: #fff;
  color: #272370;
  padding: 10px 7px 9px 13px;
  border-radius: 50px;
  left: -37px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1), 0 3px 10px 0 rgba(0, 0, 0, 0.1);
  }
}



@media screen and (min-width: 601px) {
  .indextext-block {
position: fixed;
  bottom: -77px;
  right: 75px;
  background-color: #fff;
  color: #272370;
  padding: 25px 0px 24px 0px;
  border-radius: 50px;
  left: 160px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1), 0 3px 10px 0 rgba(0, 0, 0, 0.1);
 
  }
}

@media screen and (max-width: 600px) {
  .indextext-block {
        position: fixed;
        bottom: -34px;
        right: -91px;
        background-color: #fff;
        color: #272370;
        padding: 16px 0px 9px 0px;
        border-radius: 50px;
        left: 57px;
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1), 0 3px 10px 0 rgba(0, 0, 0, 0.1);
        
  }
  
  
  .solutiontitle{
      font-size:11pt;
  }
}



@media only screen and (min-width: 601px) {
  .contactus {
    margin-top: -55px;
  }
  
  
  .contactus-item h1{
    color:#fff;
    font-size: 50pt;
    letter-spacing: 2px;
    font-weight: 700;
    margin-bottom: 20px;
  }
  
  .contactusslider{
      background-size: 100% 100%;
      margin-bottom: 200px;
      background-repeat:no-repeat;
  }
}

@media only  screen and (max-width: 600px) {
  .contactus {
    margin-top: -173px;
  }
  
  
 .contactus-item h1{
    color:#fff;
    font-size: 40px;
    letter-spacing: 2px;
    font-weight: 700;
    margin-bottom: 20px;
  }
  
  
  
  
  
  .contactusslider{
      background-size: 100% 100%;
      margin-bottom: 200px;
      background-repeat:no-repeat;
  }
}

@media screen and (min-width: 601px) {
  .contactemailnumber {
    margin-top:50px;
    margin-left: 50px;
  }
  
  .contact-email{
      padding:0px 105px 0px 52px;
  }
  
  
  .contactemailicon{
      margin-left: 30px;
      padding:0px 0px 0px 71px;
  }

}

@media screen and (max-width: 600px) {
  .contactemailnumber {
    margin-top:50px;
    /*margin-left: 50px;*/
  }
  
  .contact-email{
    margin-bottom: 0;
      padding:0px 105px 0px 52px;
  }
  
  .contactemailicon{
      margin-left: 30px;
      padding:0px 0px 0px 28px;
  }
  

}

@media screen and (min-width: 601px) {
.fullfilmenttext-block {
  position: fixed;
  bottom: -197px;
  right: -141px;
  background-color: #fff;
  color: #272370;
  padding: 17px 33px 12px 32px;
  border-radius: 50px;
  left: -50px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1), 0 3px 10px 0 rgba(0, 0, 0, 0.1);
  }
}

@media screen and (max-width: 600px) {
  .fullfilmenttext-block {
      position: fixed;
      bottom: -135px;
      right: -21px;
      background-color: #fff;
      color: #272370;
      padding: 10px 10px 6px 13px;
      border-radius: 50px;
      left: -15px;
      box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1), 0 3px 10px 0 rgba(0, 0, 0, 0.1);
  
  }
}



@media screen and (min-width: 601px) {
  .epostplustext-block {
 position: fixed;
  bottom: -197px;
  right: -120px;
  background-color: #fff;
  color: #272370;
  padding: 17px 33px 12px 32px;
  border-radius: 50px;
  left: -18px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  }
}

@media screen and (max-width: 600px) {
  .epostplustext-block {
      position: fixed;
      bottom: -87px;
      right: -5px;
      background-color: #fff;
      color: #272370;
      padding: 12px 33px 6px 20px;
      border-radius: 50px;
      left: -32px;
      box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  }
}









@media screen and (min-width: 601px) {
  .solutiondesc {
    color:white;
    font-size: 15pt;
    line-height:normal;
    text-align:left;
    width:auto;
    padding: 2px 181px 0px 6px;
    font-weight:500
    
  }
}

@media screen and (max-width: 600px) {
  .solutiondesc {
color:white;
font-size:7pt;
line-height:normal;
text-align:left;
width:auto;
padding: 2px 0px 0px 6px;
font-weight:500;
  }
}

@media screen and (min-width: 601px) {
  .contentext {
    font-size:16pt;
    font-weight:700;
    
  }
}

@media screen and (max-width: 600px) {
  .contentext {
font-size:9pt;
font-weight:700;

  }
}



@media screen and (min-width: 601px) {
  .smestext-block {
position: fixed;
  bottom: -214px;
  right: -125px;
  background-color: #fff;
  color: #272370;
  padding: 15px 72px 12px 77px;
  margin:0px 0px 0px 0px;
  border-radius: 50px;
  left: -32px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1), 0 3px 10px 0 rgba(0, 0, 0, 0.1);
  }
}

@media screen and (max-width: 600px) {
  .smestext-block {
      position: fixed;
      bottom: -88px;
      right: -15px;
      background-color: #fff;
      color: #272370;
      padding: 11px 14px 3px 14px;
      border-radius: 50px;
      left: -13px;
      box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1), 0 3px 10px 0 rgba(0, 0, 0, 0.1);
  
  }
}


@media screen and (min-width: 601px) {
  .traditionaltext-block {
  position: fixed;
  bottom: -200px;
  right: -153px;
  background-color: #fff;
  color: #272370;
  padding: 18px 24px 16px 18px;
  border-radius: 50px;
  left: -35px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1), 0 3px 10px 0 rgba(0, 0, 0, 0.1);
  }
}

@media screen and (max-width: 600px) {
  .traditionaltext-block {
      position: fixed;
      bottom: -57px;
      right: -45px;
      background-color: #fff;
      color: #272370;
      padding: 11px 10px 7px 10px;
      border-radius: 50px;
      left: -29px;
      box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1), 0 3px 10px 0 rgba(0, 0, 0, 0.1);
  
  }
}

@media screen and (min-width: 601px) {
  .logistictext-block {
  position: fixed;
  bottom: -209px;
  right: -116px;
  background-color: #fff;
  color: #272370;
  padding: 22px 25px 13px 55px;
  border-radius: 50px;
  left: -41px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1), 0 3px 10px 0 rgba(0, 0, 0, 0.1);
  }
}

@media screen and (max-width: 600px) {
  .logistictext-block {
      position: fixed;
      bottom: -92px;
      right: -4px;
      background-color: #fff;
      color: #272370;
      padding: 15px 15px 9px 15px;
      border-radius: 50px;
      left: -52px;
      box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1), 0 3px 10px 0 rgba(0, 0, 0, 0.1);
  }
}

@media screen and (min-width: 601px) {
 .markettext-block {
     width: 152%;
     height: 155%;
     position: fixed;
     bottom: -228px;
     right: -132px;
     background-color: #fff;
     color: #272370;
     padding: 19px 20px 19px 20px;
     border-radius: 50px;
     left: -27px;
     box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1), 0 3px 10px 0 rgba(0, 0, 0, 0.1);
 }
}

@media screen and (max-width: 600px) {
  .markettext-block {
      position: fixed;
      bottom: -70px;
      right: -16px;
      background-color: #fff;
      color: #272370;
      padding: 12px 8px 5px 15px;
      border-radius: 50px;
      left: -46px;
      box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1), 0 3px 10px 0 rgba(0, 0, 0, 0.1);
  }
}
.slider-item h1 {
  color: #272370;
  font-size: 40px;
  letter-spacing: 2px;
  font-weight: 700;
  margin-bottom: 20px;
}

.slider-item p {
  color:black; 
  font-size: 18px;
  margin-bottom: 20px;
}


.blog {
  padding-bottom: 110px;
  padding-top: 70px;
  background: #fff;
}

.post-item {
  background: #fff;
  margin-bottom: 20px;
  border-radius: 12px; 
  /*box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1), 0 3px 10px 0 rgba(0, 0, 0, 0.1);*/
  
}

.post-item .content {
  padding: 23px 36px 57px 36px;
}

.post-item .content h4 a {
  color: #144374;
  font-weight:500;
  font-size:16pt;
  padding:0px 0px 0px 0px;
  
}

.post-item .content p {
  color: #757575;
  font-size: 14px;
  margin: 10px 0;
}

.post-item .content .btn-main {
  padding: 12px 25px;
  margin: 15px 0;
}










.post-item {
  background: #fff;
  margin-bottom: 20px;
  border-radius: 12px; 
  /*box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1), 0 3px 10px 0 rgba(0, 0, 0, 0.1);*/
}

.post-item .aboutus-content {
  padding: 23px 22px 57px 22px;
}

.careerh4-title{
  font-weight:700;
  font-size:16pt;
  padding:0px 0px 0px 0px;
  
}

.post-item .aboutus-content p {
  color: #444444;
  font-size: 10pt;
  letter-spacing:1px;
  margin: 10px 0;
  line-height:17px;
}

.post-item .aboutus-content .btn-maina {
  margin: 26px 0px 20px 46px;
  text-transform:none;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid transparent;
  color: #fff;
  font-size: 13pt;
  letter-spacing: 1px;
  border-radius: 40px;
  width:70%;
  height:10%;
  font-weight:500;
}

/* 8.2.1 Blog Details */
.blog-details h3 {
  font-size: 30px;
  color: #000;
  margin-bottom: 10px;
}

/* 8.2.2 Post Content */
.post-content ul {
  margin-bottom: 20px;
}

.post-content ul li {
  color: #aaa;
}

.post-content ul li a {
  color: #aaa;
}

.post-content p {
  margin-bottom: 30px;
}

.post-content blockquote {
  border-left: 2px solid #272370;
  padding: 40px 35px;
  margin-bottom: 30px;
  background: #eeeeee;
}

.post-content-share {
  margin-bottom: 100px;
}

.post-content-share li {
  height: 45px;
  width: 45px;
  border: 1px solid #ddd;
  text-align: center;
  background: #fff;
  transition: .3s ease;
  margin-right: 10px;
}

.post-content-share li a i {
  line-height: 45px;
  color: #000;
  transition: .3s ease;
}

.post-content-share li:hover {
  background: #272370;
  border-color: #272370;
}

.post-content-share li:hover i {
  color: #fff;
}

.title {
  padding-bottom: 50px;
  overflow: hidden;
}

.title h2 {
  font-weight: 600;
  font-size: 35px;
  color: #232323;
}

.title p {
  color: #848484;
  width: 50%;
  margin: 0 auto;
}

.title.title-white h2 {
  color: #fff;
}

.border {
  height: 2px;
  margin: 20px auto 20px;
  position: relative;
  width: 80px;
  background: #272370;
}


.signup-wrapper {
    width: 100%;
  height: auto;
  padding: 27px;
    border-radius: 68px;
  background: transparent;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1), 0 3px 10px 0 rgba(0, 0, 0, 0.1);
}

/* Form text input */

.signup-wrapper input {

    padding-left: 20px;
 
    font: 13px;
    border: 0;
    background: #fff;
    border-radius: 40px;
    border-top-style: none;
}

.signup-wrapper input:focus {
    outline: 0;
    background: #fff;
    
}

.signup-wrapper input::-webkit-input-placeholder {
   color: #999;
   font-weight: normal;
   font-style: italic;
  padding-left: 20px;
}

.signup-wrapper input:-moz-placeholder {
    
    color: #999;
    font-weight: normal;
    font-style: italic;
}

.signup-wrapper input:-ms-input-placeholder {
    color: #999;
    font-weight: normal;
    font-style: italic;
  border-style: none;
}   

/* Form submit button */
.signup-wrapper button {
    overflow: visible;
    position: relative;
    float: right;
    border: 0;
    padding: 0;
    cursor: pointer;
    height: 40px;
    width: 110px;
    font: 13px;
    color: #fff;
    background: #ffb657;
    border-radius: 40px;

}  

.signup-wrapper button:hover{    
background: #272370;
}  

.signup-wrapper button:active,
.signup-wrapper button:focus{  
    background: #ffb657;
    outline: 0; 
    padding-bottom: 10px; 
}


/*=================================================================
  Footer section
==================================================================*/
.top-footer {
  background-color: #fff;
  border-top: 1px solid transparent;
  padding: 50px 0 80px;
}

.top-footer h3 {
  font-size: 16px;
  line-height: 1.5;
  color: #272370;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 20px;
}

.top-footer p {
  font-size: 13px;
  line-height: 1.6;
  color: #272370;
  font-weight: 300;
  padding-right: 20px;
}

.top-footer li a {
  font-size: 13px;
  line-height: 30px;
  color: #bdbdbd;
  font-weight: 300;
  letter-spacing: 1px;
  transition: color .3s;
  font-family: "Source Sans Pro", sans-serif;
  display: block;
}

.top-footer li a:hover {
  color: #272370;
}

.footer-bottom {
  text-align: center;
  background-color: #F2F2F2;
  padding: 16px 0;
}

.footer-bottom h5 {
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  color: #272370;
  font-weight: 400;
  margin-top: 7px;
  margin-bottom: 3px;
}

.footer-bottom h6 {
  font-size: 11px;
  line-height: 15px;
  color: #888888;
  font-weight: 400;
  text-transform: capitalize;
  letter-spacing: 2px;
  margin-bottom: 0;
}

.footer-bottom a {
  color: #272370;
}

.footer-bottom a:hover {
  color: #272370;
}

.page-404 {
  display: flex;
  align-items: center;
  height: 100vh;
}

.page-404 h1 {
  font-size: 200px;
}

/*============================================================
  For Small Desktop
==============================================================*/
@media (min-width: 700px) and (max-width: 1090px) {
  .counters-item:before {
    display: none;
  }
}

@media (min-width: 980px) and (max-width: 1150px) {
  /* parallax section */
  .parallax-section {
    background-position: center top !important;
  }
  /* home slider */
  #slitSlider .carousel-caption h2 {
    font-size: 60px;
  }
  /* about us */
  .feature-desc h3 {
    margin-top: 0;
  }
  /* our team */
  .team-mate {
    margin-bottom: 30px;
  }
  .mask ul {
    top: 85px;
  }
  .mask ul li {
    margin: 0 5px;
  }
  .team-mate > h4 {
    margin-bottom: 10px;
  }
  .team-mate img {
    margin: 0 auto;
  }
  .member-info ul li {
    margin-right: 10px;
  }
  /* testimonial */
  .client-info {
    width: 55%;
  }
  /* blog page */
  .tab-post-nav li a {
    padding: 15px 8px;
  }
  /* single blog page */
  .author-bio h5 {
    margin-left: 70px;
  }
}


.btn-main {
  background: #272370;
  border: 1px solid #272370;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  letter-spacing: 1px;
  padding: 4px 40px;
  text-transform: uppercase;
  border-radius: 40px;
}

.btn-main:hover {
  color: #fff;
}


img {
  vertical-align: middle;
}

/* Position the image container (needed to position the left and right arrows) */
.container {
  position: relative;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Add a pointer when hovering over the thumbnail images */
.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 63%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  background: linear-gradient(to bottom, #2D2D2C 0%, #9E9E9B 100%)
}

/* Position the "next button" to the right */
.next {
  right: 0;

}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}



.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Six columns side by side */
.column {
  float: left;
  width: 16.66%;
}

/* Add a transparency effect for thumnbail images */
.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}


#sticker {
  border-radius: 50px;
  z-index: 999999;
  position: fixed;
  top: 79%;
  /* left:3%; */
  right: -60px;
  bottom: 18px;
  /*right: 90px;*/

        }
        
        
.btn-whatsup {
            box-shadow: 41px 4px #a6acb1;
      background-color: transparent;
  background-color: transparent; }
  .btn-whatsup:hover, .btn-whatsup:focus {
    /*background-color: #99ccff; */
      
  }

.btn-ws {
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  padding: 0px 34px;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  /* border-color: transparent; */
  border-radius: 9px;
  font-weight: 700;
  height: 44px;
  line-height: 42px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: white;
  /* padding: 0px 32px 0px 0px; */
  }
  
  
  .media-wrapper{
  
      padding:4px 6px 0px 6px;

  }

.sidebtn3{
      margin:-12px 0px 0px -45px;
  }
  
.sidebtn2{
    margin:-12px 0px 0px -45px;
}

.sidebtn4{
    margin:-12px 0px 0px -45px;
}
  
.sidebtn5{
    margin:-12px 0px 0px -45px;
}

.sidebtn6{
    margin:-12px 0px 0px -45px;
}



.sidebtn7{
    margin:-12px 0px 0px -45px;
}




@media screen and (min-width: 601px) {
    .indexsolutiontab {
    position: relative;
    padding-right: 15px;
    padding-left: 15px;
    
        
    } 
    
    
    
    .epostdropshipsmalltab {
    position: relative;
    padding-right: 19px;
    padding-left: 15px;
    
        
    } 
    
    .epostdropshiplargetab {
    position: relative;
    width: 83%;
    padding-right: 15px;
    padding-left: 15px;
        
        
    } 
}

@media screen and (max-width: 600px) {
    .indexsolutiontab {
    position: relative;
    padding-right: 15px;
    padding-left: 15px;
      
      
    }
    
    
    
    
    .epostdropshipsmalltab {
    position: relative;
    width: 10%;
    padding-right: 30px;
    padding-left: 15px;
    
        
  } 
  
  
    .epostdropshiplargetab {
    position: relative;
    width:83%;
    padding-right: 0px;
    padding-left: 0px;
    
        
  } 
}




@media screen and (min-width: 601px) {
.oursolutionsection {
padding-top: 166px; 
margin-bottom: 100px;

background-position:bottom -69px right 285px;
background-size:62% auto;
background-repeat: no-repeat;
    
} 

.oursolutionimgsection {
            position: relative;
            width: 100%;
            padding-right: 15px;
            padding-left: 15px;
            padding-top:0px;
            margin-top:-40px;
        
}     
    

}

@media screen and (max-width: 600px) {
.oursolutionsection {
    padding-top: 166px;
    margin-bottom: 100px;
    background-position: bottom -74px right 17px;
    background-size: 188% 44%;
    background-repeat: no-repeat;
    
      
      
}
.oursolutionimgsection {
    position: relative;
    width: 86%;
    padding-right: 15px;
    padding-left: 15px;
    padding-top:80px;
    
        
    } 
    
    

    
    
}




@media only screen and (min-width: 601px) {
          .ourproductsection {
            padding-bottom:250px;
            margin:0px 350px 0px 350px;
          }
          
          .oruproductsbgimg {
           padding-top:120px;
           background-position: bottom 294px right 67px;
           background-size: 114% auto;
           padding-right:42px;
           background-repeat: no-repeat;
          }
          
          
          .collaborationtitle{
            flex: 0 0 58.333333%;
            max-width: 58.333333%;
        }
        
        
            
          .collaborationtitle p{
            color: #15569b;
            font-weight:300;
            line-height:19px;
            letter-spacing:1px;
            padding: 20px 0px 0px 0px;
            }
            
            
        .indexfooter{
              padding-top:500px;
            /* background-position: bottom 241px right 348px; */
            /*background-size: auto 923px;*/
            background-repeat: no-repeat;
        }
        
        
        .indexjoinus{
            font-weight: 900;
            margin-right: 217px;
            margin-left:50px;
            font-size:35pt;
            padding:14px 0px 0px 20px;
        }
  
  
        .post-item-index {
          background: #fff;
          /*margin-bottom: 20px;*/
          border-radius: 12px; 
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1), 0 3px 10px 0 rgba(0, 0, 0, 0.1);
          padding: 50px 0 50px 0;
          margin:-232px 78px 58px 51px
          
        }
        
        
        .joinusbtn{
           
           background: linear-gradient(to right, #e72c7a 0%, #ffffff 156%);
           width: 216px;
           height: 12px;
           margin-top: 30px;
           border:0px solid transparent; 
        }
        
        
        .indexslider{
            background-size: cover;
            background-repeat: no-repeat;
            object-fit: cover;
        }
        
        
        .productslider{
            background-size: 100% 100%;
            object-fit: cover;
            background-repeat: no-repeat;
            
        }
        
        
        .productshero-area{
          background-size: cover;
          height: 100vh;
          position: relative;
          display: flex;
          justify-content: center;
          align-items: center;
          object-fit: cover;
        }
        
        .productsherotitle h1{
          color:#fff;
          font-size:50pt;
          letter-spacing: 2px;
          font-weight: 700;
          margin-bottom: 20px;
        }
        
    
        .productsherotitle p{
            color:#fff;
            letter-spacing:1px;
            font-weight:500;
            font-size:14pt;
        }
        
        
        .productlinebtn{
            background: linear-gradient(to right, #ffffff -28%, #e72c7a 100%);
            width: 224px;
            height: 10px;
            border:0px solid transparent;
        }
        
        
        
        .productemailbtn{
            font-weight:100;
            border-radius: 45px; 
            width: 245px;
            height:49px;
            background-color: #e72c7a;
            text-transform: capitalize;
            font-size: 13pt;
            margin:38px;
            font-weight:500;
            box-shadow:0 2px 12px 0 #fb73a5, 0 3px 10px 0 rgb(0 0 0 / 10%)
        }
        
        
        
                
        .productepostdropship{
            
            /*padding-top: 166px;*/
            /*margin-bottom: 100px;*/
            /*background-position: bottom -78px right 272px;*/
            /*background-size: 73% auto;*/
            /*background-repeat: no-repeat;*/
        }
        
        
        .productepostdropshipfirstrow {
                flex: 0 0 54%;
                max-width: 54%;
                margin: -110px 0px 0px 0px;
                padding: 0px 19px 0px 0px;
        }
        
        
        
        .productecommercefirstrow {
                flex: 0 0 54%;
                max-width: 54%;
                margin: -27px 0px 0px 0px;
                padding: 0px 19px 0px 0px;
        }
        
        
        .productepostplusfirstrow {
                flex: 0 0 54%;
                max-width: 54%;
                margin: -53px 0px 0px 0px;
                padding: 0px 19px 0px 0px;
        }
        
        
        .epostdropshipsimplify-tab button {
              display: block;
              background-color: inherit;
              color: #B4B4B5;
              padding: 10px 0px;
              border: none;
              outline: none;
              text-align: left;
              cursor: pointer;
              transition: 0.3s;
              font-size: 17px;
              font-weight: 100;
        }
        
        .productecommercefulfillment{
            
            margin-top:170px;
            /*padding-top: 160px;*/
            /*margin-bottom: 200px;*/
            /*background-position: bottom -85px right 249px;*/
            /*background-size: 73% auto;*/
            /*background-repeat: no-repeat;*/
        }
        
        .ecommercefulfillmentimg{
            /*box-shadow: 0 2px 4px 0 #495057, 0 3px 10px 0 #495057;*/
            
        }
        
        
        .epostdropshiptab{
            width: auto;
            padding:24px 0px 0px 42px;
        }
        
        
        .epostplus{
            margin-top:170px
            /*padding-top: 230px;*/
            /*margin-bottom: 100px;*/
            /*background-position: bottom -78px right 272px;*/
            /*background-size: 73% auto;*/
            /*background-repeat: no-repeat;*/
        }
        
        
        .sectionimg{
            max-width: 115%;
            height: auto;
            border-radius:12px;
        }
        
        
        
        .solutionslider{
            background-size: 100% 100%;
            background-repeat: no-repeat;
            margin:0px 0px 0px 0px;
            object-fit: cover;
            background-repeat: no-repeat;
        }
        
        
        .smesection{
            margin-top:200px;
            /*padding-top: 166px;*/
            /*margin-bottom: 100px;*/
            /*background-position: bottom -106px right 241px;*/
            /*background-size: 66% auto;*/
            /*background-repeat: no-repeat;*/
        }
        
        
        .smesimgcontainer{
            /*padding:0px 0px 0px 27px;*/
            
            /*    flex: 0 0 50%;*/
            /*    max-width: 50%;*/
            /*    margin:-72px 0px 0px 0px;*/
            /*padding-right: 0px;*/
            /*padding-left: 27px;*/
            
            
             flex: 0 0 54%;
                max-width: 54%;
                margin: 27px 0px 0px 0px;
                padding: 0px 19px 0px 0px;
            
        }
        
        .marketplacesection{
            /*background-position: bottom -59px right 337px;*/
            /*background-size: 70% auto;*/
            /*background-repeat: no-repeat;*/
            /*padding-top: 166px;*/
            /*margin-bottom: 100px;*/
            
            margin-top:150px;
        }
        

        .marketplaceimgcontainer{
           flex: 0 0 54%;
                max-width: 54%;
                margin: 13px 0px 0px 0px;
                padding: 0px 19px 0px 0px;
            /*padding-right: 0px;*/
            /*padding-left: 27px;*/
            
        }
        
        
        .marketplacetitle{
            font-size: 45px;
            font-weight:600;
            padding:0px 0px 0px 16px;
        }
        
        .traditionalsection{
            /*padding-top: 120px;*/
            /*margin-bottom: 200px;*/
            /*background-position: bottom -106px right 241px;*/
            /*background-size: 66% auto;*/
            /*background-repeat: no-repeat;*/
            margin-top:200px;
        }
        
        
        
        
        
        .traditionaldistributionimgcontainer{
           flex: 0 0 54%;
                max-width: 54%;
                margin: 30px 0px 0px 0px;
                padding: 0px 19px 0px 0px;
            /*padding-right: 0px;*/
            /*padding-left: 27px;*/
            
        }
        
        
        
        
        .logisticcompanysection{
            /*padding-top: 210px;*/
            /*margin-bottom: 400px;*/
            /*background-position: bottom -57px right 337px;*/
            /*background-size: 70% auto;*/
            /*background-repeat: no-repeat;*/
            
            margin-top:200px
        }
        
        
        
        
        .logisticcompanyimgcontainer{
           flex: 0 0 54%;
                max-width: 54%;
                margin: 0px 0px 0px 0px;
                padding: 0px 19px 0px 0px;
        }
        
        
        .logisticompanytitle{
          font-size: 45px;
          font-weight:600;
          padding:0px 128px 29px 31px;  
        }
        
        
        .blogslider{
            background-size: cover;
            background-repeat: no-repeat;
            object-fit: cover;
        }
        
        .blogsliderimgbg{
            background-position: bottom -175px right 782px;
            background-size: 214% auto;
            padding: 0px 6px 64px 43px;
            border-radius: 10px;
            padding: 63px;
        }
        
        
        
        .blogsliderimg{
            width:666px;
            height: auto;
            border-radius: 10px;
            margin-left: 18px;
            margin-bottom: 4px;
            margin-top: -40px
        }
        
        
        .blogsliderimgcontainer{
            flex: 0 0 66.666667%;
            max-width: 66.666667%;
        }
        

    
        .bloghero-area {
          
          background-size: cover;
          height: 100vh;
          position: relative;
          display: flex;
          justify-content: center;
          align-items: center;
        }
        
        .bloghero-area h1{
            
            font-size:67px;
            padding:82px 0px 0px 10px;
            color: #272370;
            letter-spacing: 2px;
            font-weight: 700;
            margin-bottom: 20px;
            
        }
        
        
        
        .bloghero-area p{
            
            line-height:22px;
            font-size:18px;
            text-align:left;
            padding:25px 0px 0px 10px;
            color:#36383a
            
        }
        
        
        .trendingnowtitle{
            font-weight: bolder;
            font-size:37pt;
            color: #070a57;
            font-family: "Montserrat", sans-serif;
        }
        
        
        .casestudyslider{
            background-size: 100% 100%;
            background-repeat: no-repeat;
        }
        
        .casestudyhero-area {
          
          background-size: cover;
          height: 100vh;
          position: relative;
          display: flex;
          justify-content: center;
          align-items: center;
        }
        
        
        
        .casestudyimg{
            background-position: bottom -191px right 701px;
            background-size: 228% auto;
            padding: 0px 6px 64px 43px;
            border-radius: 10px;
            padding: 33px;
        }
        
        
        .casestudyhero-area h1{
            font-size:58px;
            padding:99px 0px 0px 17px;
        }
        
        .casestudyhero-area p{
            line-height:22px;
            font-size:18px;
            text-align:left;
            padding:6px 59px 0px 21px;
            color:#36383a;
        }
        
.switch {
  position: relative;
  display: inline-block;
  width: 55px;
  height: 34px;
  margin:35px 0px 0px -73px;
  top:0;
  bottom:0;
  
}


        
        .btn-signup{
           background:#e72c7a;
           border:none;
           padding: 2px 87px 0px 87px;
           margin-left: 19px;
           text-transform: capitalize;
           font-weight:100;
           font-size:14pt;
           margin: 13px 0px 0px 19px;
           box-shadow: 0 2px 4px 0 #f1b3cd, 0 3px 10px 0 #eb83ae;

        }
        
        .img-aboutus{
            margin-left: 20px;
            margin-bottom: 4px;
            margin-top: -30px;
            border-radius:8px;
            max-width:100%;
           height: auto;
        }
        
        
        .aboutusecommerce{
            flex: 0 0 50%;
            max-width: 50%;   
        }
        
        
        .btnlineecommerce{
          background: linear-gradient(to right, #eebbd2 15%, #e72c7a 100%);
          width: 570px;
          height: 12px;
          margin-top: 70px;
          border:0px solid transparent;
          border-radius:6px 0px 0px 6px;  
        }
        
        
        .aboutustitle{
            font-weight: 500;
            font-size:32pt;
        }
        
        
        .img-aboutusbackground{
            background-position:bottom 10px right 584px;
            background-size:227% auto;
            padding:0px 6px 64px 43px
        }
        
        
        .row-joinourteam{
            background-color:#fff;
            border-radius:15px 233px 233px 15px;
            box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1), 0 3px 10px 0 rgba(0, 0, 0, 0.1);
        }
        
        .teamimagebg{
           background: linear-gradient(to right, #ccffff 7%, #66ccff 24%);
           width: 435px;
           height: 435px;
           border-radius: 50%;
           margin-left: 40px;
           padding: 17px 10px 0px 17px ;
        }
        
        .teamimg{
           width: 400px;
           height: 400px;
           border-radius: 50%;
           object-fit: cover;  
        }
        
        
        .aboutuslteamline{
            background: linear-gradient(to right, #f9bad7 0%, #e72c7a 100%);
            width: 462px;
            height: 11px;
            margin:75px 0px 0px 50px;
            padding:0px 0px 0px 0px;
            border-radius:0px 7px 6px 0px;
            border:0px solid transparent;
        }
        
        
        .indexcontentab{
            margin-left:71px;
            font-weight:100
        }
        
        .btn-getquotation{
            border-radius: 30px;
            width:222px;
            /*margin-left:150px;*/
            letter-spacing:1px;
            box-shadow: 0 2px 4px 0 #84abc5, 0 3px 10px 0 #8cc2cb;
            font-weight:100;
            font-size:12pt;
            color: #fff;
            background: #272370;
            margin:30px 0px 0px 150px;
        }
        
        
        .tracking-input {
          background-color: transparent;
          border: 1px solid #dedede;
          box-shadow: none;
          height: 48px !important;
          color: #b3b2b2;
          height: 38px;
          font-size: 12px;
          border-radius: 30px;
          padding:3px 0px 0px 23px;
          letter-spacing:1px;
          width:396px;
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1), 0 3px 10px 0 rgba(0, 0, 0, 0.1);
        }
        
        
        .btn-track{
            border-radius: 30px;
            letter-spacing:1px;
            margin-top:214px;
            width:248px;
            margin-left:97px;
            margin-right:0;
            font-size:12pt;
            color: #fff;
            background: #272370;
        }
        
        
                
        .aboutushero-area {
          
          background-size: cover;
          height: 100vh;
          position: relative;
          display: flex;
          justify-content: center;
          align-items: center;
        }
        
        .aboutushero-area:before {
          content: '';
        
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
        }
        
        .aboutustitlediv{
            margin-top: -310px;
        }
        
        
        .aboutusslider-item h1{
         color:#fff;
         font-size:50pt;
         letter-spacing: 2px;
         font-weight: 600;
         margin-bottom: 20px;
        }
        
        
                
        .indexslider-item h1 {
            
         padding-top:65px;
         font-size:29pt;
          color: #272370;
          letter-spacing: 2px;
          font-weight: 600;
          margin-bottom: 20px;
        }
        
        
        .btnindexlinetab{
            background: linear-gradient(to right, #ffffff -16%, #e72c7a 100%);
            width: 199px;
            height: 12px;
            border:0px solid transparent;
            margin-right:31px;
        }
        
        
        .contact-form {
              background-color: #fff; 
            padding:30px; 
            border-radius: 12px; 
            /*box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1), 0 3px 10px 0 rgba(0, 0, 0, 0.1);*/
          margin-bottom: 40px;
        }
        
        .contactformimg{
            max-width:120%
        }
        
        .smefirstpart{
            width: auto;
            margin:64px 0px 0px 38px;
        }
        
        .marketplacesecsection{
            padding:0px 0px 0px 14px;
            margin:0px 0px 0px 49px;
        }
        
        .traditionaldissecsection{
           margin:20px 0px 0px 42px
        }
        
        .logisticcompanysecsection{
            padding:0px 0px 0px 14px;
            margin:0px 0px 0px 49px;
        }
        
.epostdropshipsimplify-tab {
  float: left;
  width: 100%;
  height: auto;
  padding:41px 0px 0px 0px;
}

.epostdropshipfirstpart{
    padding:0px 0px 0px 0px;
    margin:0px 0px 0px 49px;
}

.epostplusfirstpart{
    padding:0px 0px 0px 10px ;
    margin:0px 0px 0px 49px;
}

.indeximgsolution{
    max-width:117%;height:auto;
}

.indextransfrom{
    left:0;translate(8%, -44%);transform: translate(19%, -33%);
}


.indexsingletab{
    margin-left:52px;
    color:#8ae5dc
}
        
                
}



/*-------------------------------------SMALL SCREEN*------------------------------------*/
@media only screen and (max-width: 600px) {
      .ourproductsection {
        padding-bottom:0px;
        margin:0px 0px 0px 44px;
      }
      
      
      .oruproductsbgimg {
        padding-top:120px;
        background-position: bottom 441px right -14px;
        padding-right: 42px;
        background-size: 151% auto;
        background-repeat: no-repeat;
      
      }
      
      
        .collaborationtitle{
           flex: 0 0 58.333333%;
        }
        
        
        .collaborationtitle p{
              color: #15569b;
              font-weight:300;
              line-height:19px;
              letter-spacing:1px;
              padding: 20px 37px 0px 24px;
        }
        
        .indexfooter{
             padding-top: 510px;
            background-position: bottom 109% right 90%;
            background-size: auto 455px;
            background-repeat: no-repeat;
        }
    
    
        .indexjoinus{
         font-weight: 900;
         margin-right:16px;
         margin-left: -4px;
         font-size:15pt;
         padding:14px 0px 0px 20px;
        }
    
        .post-item-index {
          background: #fff;
          /*margin-bottom: 20px;*/
          border-radius: 12px;
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1), 0 3px 10px 0 rgba(0, 0, 0, 0.1);
          padding: 20px 3px 20px 3px;
          margin: -367px 20px -10px 13px;
          
        }
        
        
        
        .joinusbtn{
            background: linear-gradient(to right, #e72c7a 0%, #ffffff 156%);
            width: 108px;
            height: 12px;
            /*margin-top: 21px;*/
            border:0px solid transparent;
            margin:21px 0px 0px 14px;
        }
        
        
        
        .indexslider{
            background-size: 137% 41%;
            background-repeat: no-repeat;
            object-fit: cover;
        }
        
        .productslider{
            background-size: 100% 100%;
            object-fit: cover;
            background-repeat: no-repeat;
        }
        
        .productshero-area{
          background-size: cover;
          height: 57vh;
          position: relative;
          display: flex;
          justify-content: center;
          align-items: center;
        }
        
        .productsherotitle h1{
          color:#fff;
          font-size:42pt;
          letter-spacing: 2px;
          font-weight: 700;
          margin-bottom: 20px;
          padding:0px 0px 0px 23px;
        }
        
        
        
        .productsherotitle p{
            color:#fff;
            letter-spacing:1px;
            font-weight:500;
            font-size:10pt;
            padding:0px 0px 0px 25px;
        }
        
        
        .productlinebtn{
            background: linear-gradient(to right, #ffffff -28%, #e72c7a 100%);
            width: 150px;
            height: 10px;
            border:0px solid transparent;
        }
        
        
        .productemailbtn{
            font-weight:100;
            border-radius: 45px; 
            width: 175px;
            height:46px;
            background-color: #e72c7a;
            text-transform: capitalize;
            font-size: 11pt;
            font-weight:500;
            margin:22px;
            box-shadow:0 2px 12px 0 #fb73a5, 0 3px 10px 0 rgb(0 0 0 / 10%)
        }
        
        .productepostdropship{
            padding-top: 98px;
            margin-bottom: 100px;
            background-position: bottom 325px right 98%;
            background-size: 206% auto;
            background-repeat: no-repeat;
        }
        
        
        .productepostdropshipfirstrow {
            position: relative;
            width: 96%;
            padding-right: 0px;
            padding-left: 27px;
            
        }
                
        .productecommercefirstrow {
            position: relative;
            width: 96%;
            padding-right: 0px;
            padding-left: 27px;
            
        }
        
        
        .productepostplusfirstrow {
            position: relative;
            width: 96%;
            padding-right: 0px;
            padding-left: 27px;
            
        }
                
  
        
        .epostdropshipsimplify-tab button {
          display: block;
          background-color: inherit;
          color: #B4B4B5;
          padding: 10px 0px;
          border: none;
          outline: none;
          text-align: left;
          cursor: pointer;
          transition: 0.3s;
          font-size: 17px;
          font-weight: 100;
        }
        
        
        
        
        .productecommercefulfillment{
            
            margin-top:100px;
            /*padding-top: 290px;*/
            /*margin-bottom: 1-66px;*/
            /*background-position: bottom -8px right -4px;*/
            /*background-size: 182% auto;*/
            /*background-repeat: no-repeat;*/
        }
        
        
        .ecommercefulfillmentimg{
            /*box-shadow: 0 2px 4px 0 #495057, 0 3px 10px 0 #495057;*/
            margin-top:105px;
        }
        
        .epostdropshiptab{
            width: auto;
            padding:28px 0px 0px 13px;
        }
    
        
        .epostplus{
             margin-top:100px;
          /*padding-top: 83px;*/
          /*  margin-bottom: 100px;*/
          /*  background-position: bottom 350px right -342px;*/
          /*  background-size: 182% auto;*/
          /*  background-repeat: no-repeat;*/
        }
        
        
        .sectionimg{
            /*max-width: 80%;*/
            height: auto;
            border-radius:12px;
        }
        
        
        
        .solutionslider{
            background-size: 100% 100%;
            background-repeat: no-repeat;
            margin:0px 0px 0px 0px;
            object-fit: cover;
            background-repeat: no-repeat;
        }
    
    
    
        .smesection{
            padding-top: 82px;
            margin-bottom: 100px;
            background-position: bottom -62px right -9px;
            background-size: 193% auto;
            background-repeat: no-repeat;
        }
        
        
        .smesimgcontainer{
            padding:0px 43px 0px 24px;
            position: relative;
            width: 96%;
            /*padding-right: 0px;*/
            /*padding-left: 27px;*/
        }
        
        
        .marketplacesection{
            /*background-position: bottom 422px right -401px;*/
            /*background-size: 193% auto;*/
            /*background-repeat: no-repeat;*/
            /*padding-top: 58px;*/
            /*margin-bottom: 100px;*/
            margin-top:100px;
        }
        
        
        
        .marketplaceimgcontainer{
            padding:0px 0px 0px 63px;
            position: relative;
            width: 96%;
            /*padding-right: 0px;*/
            /*padding-left: 27px;*/
            
        }
        
        .marketplacetitle{
            font-size: 45px;
            font-weight:600;
            padding:73px 0px 0px 16px;
        }
        
        .traditionalsection{
           /*padding-top: 120px;*/
           /* margin-bottom: 200px;*/
           /* background-position: bottom -79px right -6px;*/
           /* background-size: 193% auto;*/
           /* background-repeat: no-repeat;*/
           
           margin-top:100px;
        }
        
        
        
        
                
        .traditionaldistributionimgcontainer{
            padding: 50px 36px 0px 21px;
            position: relative;
            width: 96%;
            /*padding-right: 0px;*/
            /*padding-left: 27px;*/
            
        }
        
        
        
        .logisticcompanysection{
            /*padding-top: 94px;*/
            /*margin-bottom: 400px;*/
            /*background-position: bottom 455px right -392px;*/
            /*background-size: 193% auto;*/
            /*background-repeat: no-repeat;*/
            
            margin-top:100px
        }
        
        
        .logisticcompanyimgcontainer{
            padding: 0px 0px 0px 56px;
            position: relative;
            width: 96%;
        }
        .logisticompanytitle{
          font-size: 45px;
          font-weight:600;
          padding:100px 128px 29px 31px;  
        }
        

        .blogslider{
            background-size: 137% 56%;
            background-repeat: no-repeat;
            object-fit: cover;
        }
        
    
        .blogsliderimgbg{
          background-position: bottom -68px right 1025px;
          background-size: 207% auto;
          padding: 57px 9px 29px 45px;
      
        }
        
        
        .blogsliderimg{
            width:666px;
            height: auto;
            border-radius: 10px;
            margin-left: 18px;
            margin-bottom: 4px;
            margin-top: -40px;
        }
        
        
        .blogsliderimgcontainer{
            position: relative;
            width: 81%;
        }
        
        
        .bloghero-area {
          
          background-size: cover;
          height: 73vh;
          position: relative;
          display: flex;
          justify-content: center;
          align-items: center;
        }
        
        .bloghero-area h1{
            
            font-size: 57px;
            padding: 28px 0px 0px 29px;
            color: #272370;
            letter-spacing: 2px;
            font-weight: 700;
            margin-bottom: 20px;
            
        }
        
        
        
        .bloghero-area p{
            
            line-height:22px;
            font-size:18px;
            text-align:left;
            padding:0px 29px 0px 29px;
            color:#36383a
            
        }
        
        .trendingnowtitle{
            font-weight: bolder;
            font-size:30pt;
            color: #070a57;
            font-family: "Montserrat", sans-serif;
        }
        
        .casestudyslider{
            background-size: 100% auto;
            background-repeat: no-repeat;
        }
        
        
        
        .casestudyhero-area {
          
          background-size: cover;
          height: 100vh;
          position: relative;
          display: flex;
          justify-content: center;
          align-items: center;
        }
        
        
        .casestudyimg{
            /*background-position:bottom -47px right 341px;*/
            background-position:bottom -46px right 319px;
            background-size:215% auto;
            padding: 12px 6px 64px 43px;
            border-radius: 10px;
           
        }
        
        
        .casestudyhero-area h1{
            font-size:58px;
            padding:49px 0px 0px 59px;
        }
        
        .casestudyhero-area p{
            line-height:22px;
            font-size:18px;
            text-align:left;
            padding:6px 21px 0px 65px;
            color:#36383a;
        }
        
        
        
        .switch {
          position: relative;
          display: inline-block;
          width: 55px;
          height: 34px;
          margin:34px 0px 0px -130px;
          top:-90px;
          bottom:0;
          right:0;
          left:362px;
        }
        
        
        
        .btn-signup{
            background:#e72c7a;
            border:none;
            padding: 0px 25px 0px 25px;
            /*margin-left: 20px;*/
            text-transform: capitalize;
            font-weight:100;
            font-size: 9pt;
            height: 39px;
            margin:6px 0px 0px 15px;
            box-shadow: 0 2px 4px 0 #f1b3cd, 0 3px 10px 0 #eb83ae;
        }
        
        
        
        .img-aboutus{
            margin-left: 20px;
            margin-bottom: 4px;
            margin-top: -30px;
            border-radius:8px;
            max-width: 86%;
           height: auto;
        }
        
        .aboutusecommerce{
            flex: 0 0 50%;
        }
        
        
        .btnlineecommerce{
          background: linear-gradient(to right, #eebbd2 15%, #e72c7a 100%);
          width: 204px;
          height: 12px;
          margin-top: 70px;
          border:0px solid transparent;
          border-radius:6px 0px 0px 6px;  
        }
        
        .aboutustitle{
            font-weight: 500;
            font-size:23pt;
            padding-left:13px;
        }
        
        .img-aboutusbackground{
            background-position:bottom -47px right 404px;
            background-size:180% auto;
            padding:0px 6px 59px 43px;
        }
        
        .row-joinourteam{
            background-color:#fff;
            border-radius:16px 16px 233px 233px;
            box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1), 0 3px 10px 0 rgba(0, 0, 0, 0.1);
        }
        
        .teamimagebg{
          background: linear-gradient(to right, #ccffff 7%, #66ccff 24%);
           width: 435px;
           height: 435px;
           border-radius: 50%;
           /*margin-left: 40px;*/
           padding: 17px 10px 0px 17px ;
        }
        
        
        .teamimg{
           width: 400px;
           height: 400px;
           border-radius: 50%;
           object-fit: cover; 
        }
        
        
        .aboutuslteamline{
            background: linear-gradient(to right, #f9bad7 0%, #e72c7a 100%);
            width: 365px;
            height: 11px;
            margin:100px 0px 0px 50px;
            padding:0px 0px 0px 0px;
            border-radius:0px 7px 6px 0px;
            border:0px solid transparent;
        }
        
        .indexcontentab{
            margin-left:16px;
            font-weight:100
        }
        
        .btn-getquotation{
            border-radius: 30px;
            width:222px;
            margin-left:55px;
            letter-spacing:1px;
            box-shadow: 0 2px 4px 0 #84abc5, 0 3px 10px 0 #8cc2cb;
            font-weight:100;
            font-size:12pt;
            color: #fff;
            background: #272370;
        }
        
        
.tracking-input {
  background-color: transparent;
  border: 1px solid #dedede;
  box-shadow: none;
  height: 48px !important;
  color: #b3b2b2;
  height: 38px;
  font-size: 12px;
  border-radius: 30px;
  padding:3px 0px 0px 23px;
  letter-spacing:1px;
  width:354px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1), 0 3px 10px 0 rgba(0, 0, 0, 0.1);
}


        .btn-track{
            border-radius: 30px;
            letter-spacing:1px;
            margin-top:214px;
            width:248px;
            margin-left:55px;
            margin-right:0;
            font-size:12pt;
            color: #fff;
            background: #272370;
        }
        
        
        
        .aboutushero-area {
          
          background-size: cover;
          height: 22vh;
          position: relative;
          display: flex;
          justify-content: center;
          align-items: center;
        }
        
        .aboutushero-area:before {
          content: '';
        
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
        }
        
        
        .aboutustitlediv{
            margin-top: -120px;
        }
        
        
        .aboutusslider-item h1{
         color:#fff;
         font-size:25pt;
         letter-spacing: 2px;
         font-weight: 600;
         margin-bottom: 20px;
        }
        
        
        .indexcollab{
            padding:116px 0px 0px 0px;
        }
        
        .indexslider-item h1 {
          color: #272370;
          font-size: 24pt;
          letter-spacing: 2px;
          font-weight: 700;
          margin-bottom: 20px;
          padding:20px 0px 0px 18px;
        }
        
        .btnindexlinetab{
            background: linear-gradient(to right, #ffffff -16%, #e72c7a 100%);
            width: 168px;
            height: 12px;
            margin-left:15px;
            border:0px solid transparent;
            margin-right:15px;
        }
        
.contact-form {
      background-color: #fff; 
    padding:30px; 
    border-radius: 12px; 
    /*box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1), 0 3px 10px 0 rgba(0, 0, 0, 0.1);*/
  margin-bottom: 40px;
  margin-top:70px;
  margin-left:13px;
}

.indexfirstsection{
    margin-top:0px;
}

        
        .smefirstpart{
            width: auto;
            margin:64px 0px 0px 37px;
        }
        
        .marketplacesecsection{
            padding:0px 0px 0px 14px;
            margin:0px 0px 0px 0px;
        }
        
        .traditionaldissecsection{
           margin:20px 0px 0px 42px
        }
        
        .logisticcompanysecsection{
            padding:0px 0px 0px 0px;
            margin:0px 0px 0px 0px;
        }
        
        .epostdropshipsimplify-tab {
  float: left;
  /*width: 100%;*/
  height: auto;
}

.epostdropshipfirstpart{
    padding:0px 0px 0px 0px;
    margin:0px 0px 0px 29px;
}

.epostplusfirstpart{
    padding:0px 0px 0px 10px ;
    margin:0px 0px 0px 29px;
}


.indextransfrom{
    transform: translate(-66%, -34%);
}
       
       
.indexsingletab{
    margin-left:13px;
    color:#8ae5dc
} 

.indexfooterjoinus{
    height:9vh;
    width:auto;
   
}




}





.post-item-index .content {
  /*padding: 23px 36px 57px 36px;*/
}

.post-item-index .content h4 a {
  color: #144374;
  font-weight:500;
  font-size:16pt;
  padding:0px 0px 0px 0px;
  
}

.post-item-index .content p {
  color: #757575;
  font-size: 14px;
  margin: 10px 0;
}

.post-item-index .content .btn-main {
  /*padding: 12px 25px;*/
  /*margin: 15px 0;*/
}



/* Style the How We Simplify Our Solutions tab */


/* Style the How We Simplify Our Solutions buttons inside the tab */


.epostdropshipsimplify-tab button:hover {
  color: #272370;
}

.epostdropshipsimplify-tab button.active {
  color: #144374;
  font-weight:100;
}














.indexmedia-wrapper{
  
      padding:19px 14px 0px 14px;
      border-radius:10px 10px 0px 0px;

}



.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: -5px;
  right: 0;
  bottom: 0;
  background-color: #272370;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #272370;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.privacypolicytext{
    letter-spacing:1px;
    line-height:21px;
    font-weight:500;
    font-size:13pt;
}


.privacypolicytextans{
    letter-spacing:1px;
    line-height:21px;
    font-weight:500;
    font-size:13pt;
    padding-left:15px;
}


@media only screen and (min-width: 601px) {
    .joinustitlefooter{
        font-weight: 900;
        margin-right: 360px;
        margin-left:100px;
    }
    
    .joinustabline{
       background: linear-gradient(to right, #ffffff -16%, #e72c7a 100%);
       width: 270px;
       height: 12px;
       margin-top: 17px; 
       border:0px solid transparent; 
    }
    
    .joinusigninbtn{
        background:#e72c7a ; 
        border:none;
        padding: 1px 97px;
        margin-left: 10px;
        font-weight:100;
    }
}

@media only screen and (max-width: 600px) {
    
        .joinustitlefooter{
        font-weight: 700;
        margin-right: 10px;
        font-size:12pt;
        margin-top:10px;
    }
    
    .joinustabline{
       background: linear-gradient(to right, #ffffff -16%, #e72c7a 100%);
       width: 91px;
       height: 12px;
       margin-top: 15px; 
       border:0px solid transparent; 
    }
    
    .joinusigninbtn{
        background:#e72c7a; 
        border:none;
        padding: 2px 25px;
        margin-left: 10px;
        margin-top: -2px;
        font-weight:100;
    }
}
