
/* Import Fonts & All CSS Files */
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&amp;display=swap");
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Markazi+Text:wght@400;500;600&display=swap');
@import url(css/bootstrap.min.css);
@import url(css/animate.css);
@import url(css/owl.carousel.min.css);
@import url(css/font-awesome.min.css);
@import url(css/default/lineicons.min.css);
/* Reboot CSS */
* {
  margin: 0;
  padding: 0; }

body,
html {
  font-family: "Roboto", sans-serif;
  color: #747794;
  overflow-x: hidden;
  background-color: #ececec;
  background: #1b1b1b;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #020310;
  line-height: 1.4;
  font-weight: 700; }

p {
  color: #747794;
  font-size: 14px; }

a,
a:hover,
a:focus {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  text-decoration: none;
  outline: 0 solid transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #100DD1; }

.btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none; }

ul {
  margin: 0; }
  ul li {
    list-style: none;
    text-decoration: none; }
    ul li:hover, ul li:focus {
      list-style: none;
      text-decoration: none; }

ol {
  margin: 0; }

img {
  max-width: 100%;
  height: auto; }

/* Section Padding */
.section-padding-30 {
  padding-top: 30px;
  padding-bottom: 30px; }

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

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

.section-padding-30-14 {
  padding-top: 30px;
  padding-bottom: 14px; }

/* Scrollup */
#scrollUp {
  bottom: 30px;
  font-size: 16px;
  right: 30px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #ffffff;
  text-align: center;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  border-radius: 6px;
  background-color: #020310; }
  #scrollUp:hover, #scrollUp:focus {
    background-color: #100DD1; }

.jarallax {
  position: relative;
  z-index: 0; }
  .jarallax .jarallax-img {
    position: absolute;
    -o-object-fit: cover;
       object-fit: cover;
    font-family: 'object-fit: cover;';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1; }

input:required,
textarea:required {
  -webkit-box-shadow: none !important;
          box-shadow: none !important; }

input:invalid,
textarea:invalid {
  -webkit-box-shadow: none !important;
          box-shadow: none !important; }

.no-boxshadow {
  -webkit-box-shadow: none !important;
          box-shadow: none !important; }

@media only screen and (min-width: 1200px) {
  .container {
    /*max-width: 940px; */

    max-width: 1227px;


    }
     }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .container {
    /*max-width: 800px; */
        max-width: 1040px;
      
  }
  }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .container {
    max-width: 640px; } }

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .container {
    max-width: 500px;

  } 
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .container {
    max-width: 575px;
   }
   }

/* Shortcodes CSS */
.h-100vh {
  height: 100vh !important; }

.bg-img {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

.bg-fixed {
  background-attachment: fixed; }

.bg-overlay {
  position: relative;
  z-index: 1; }
  .bg-overlay::after {
    position: absolute;
    content: "";
    background: #100DD1;
    background: -webkit-gradient(linear, right top, left top, from(#100DD1), to(#083afb));
    background: linear-gradient(to left, #100DD1, #083afb);
    opacity: 0.85;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1; }

.bg-gray {
  background-color: #f8f8ff; }

.btn,
.btn:hover,
.btn:focus {
  font-weight: 700;
  -webkit-box-shadow: none;
          box-shadow: none; }

.btn {
  padding: .375rem 1rem;
  font-size: 0.85rem;
  border-radius: .4rem; }
  .btn:hover, .btn:focus {
    color: #ffffff; }

.btn-group-lg > .btn,
.btn-lg {
  padding: .75rem 1.25rem;
  font-size: 1rem;
  border-radius: .5rem; }

.btn-group-sm > .btn,
.btn-sm {
  padding: .25rem .75rem;
  font-size: .75rem;
  border-radius: .25rem; }

.btn-warning {
    color: #ffffff;
    background-color: #25D366;
    border-color: #25D366;
    padding: 10px 19px 10px;
   }
  .btn-warning:hover, .btn-warning:focus {
    color: #ffffff;
    background-color: #020310;
    border-color: #020310; }

.btn-danger {
     background-color: #f7941e;
    border-color: #f7941e;
}
  .btn-danger:hover, .btn-danger:focus {
    background-color: #020310;
    border-color: #020310; }

.btn-primary {
  background-color: #100DD1;
  border-color: #100DD1; }
  .btn-primary:hover, .btn-primary:focus {
    background-color: #020310;
    border-color: #020310; }

.btn-success {
    background-color: #a5ce39;
    border-color: #a5ce39;
     }
  .btn-success:hover, .btn-success:focus {
    background-color: #a5ce39;
    border-color: #a5ce39;
    
     }

.btn-info {
  background-color: #21d6f1;
  border-color: #21d6f1; }
  .btn-info:hover, .btn-info:focus {
    background-color: #020310;
    border-color: #020310; }

.bg-primary,
.badge-primary {
  background-color: #100DD1 !important; }

.bg-danger,
.badge-danger {
  background-color: #ea4c62 !important; }

.bg-warning,
.badge-warning {
  background-color: #ffaf00 !important;
  color: #020310; }

.bg-info,
.badge-info {
  background-color: #21d6f1 !important; }

.bg-success,
.badge-success {
  background-color: #468a23 !important;
 
  }

.text-dark {
  color: #020310 !important; }

.section-heading {
  position: relative;
  z-index: 1;
  margin-bottom: 1rem; }
  .section-heading h6 {
    margin-bottom: 0;
    color: #020310; }
  .section-heading p {
    margin-bottom: 0; }

.card {
  border-color: transparent !important;
  /*border-radius: 0.75rem;*/
      border-radius: 17px 0 0;
  /* -webkit-box-shadow: 0 1px 1px 0px #d7def4;
          box-shadow: 0 1px 1px 0px #d7def4; */
          -webkit-box-shadow: 0 0 32px -7px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 0 32px -7px rgba(0,0,0,0.1);
    box-shadow: 0 0 32px -7px rgba(0,0,0,0.1);
         }
  .card .card-body {
    /* padding: 1rem;  */
    
    padding: 3px;
  }

.card-img-top {
  border-top-left-radius: calc(.75rem - 1px);
  border-top-right-radius: calc(.75rem - 1px); }

.border,
.border-left,
.border-right,
.border-bottom,
.border-top,
.list-group-item {
  border-color: #ebebeb !important; }

.mfp-iframe-holder .mfp-content {
  max-width: 1100px; }

.internet-connection-status {
  position: fixed;
  background-color: transparent;
  width: 100%;
  height: 26px;
  z-index: 99999;
  text-align: center;
  color: #ffffff;
  bottom: 58px !important;
  left: 0;
  right: 0;
  line-height: 26px;
  font-weight: 700;
  font-size: 12px; }

/* Preloader CSS */
#preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  top: 0;
  left: 0;
  background-color: #f8f8ff;
  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;
  overflow: hidden; }

/* Animation CSS */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  100% {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg); } }

@keyframes spin {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  100% {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg); } }

@-webkit-keyframes burst {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; }
  90% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0; } }

@keyframes burst {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; }
  90% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0; } }

@-webkit-keyframes flashing {
  0%,
  90% {
    opacity: 1; }
  45% {
    opacity: 0; } }

@keyframes flashing {
  0%,
  90% {
    opacity: 1; }
  45% {
    opacity: 0; } }

@-webkit-keyframes fade-left {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1; }
  75% {
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
    opacity: 0; } }

@keyframes fade-left {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1; }
  75% {
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
    opacity: 0; } }

@-webkit-keyframes fade-right {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1; }
  75% {
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
    opacity: 0; } }

@keyframes fade-right {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1; }
  75% {
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
    opacity: 0; } }

@-webkit-keyframes fade-up {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; }
  75% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
    opacity: 0; } }

@keyframes fade-up {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; }
  75% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
    opacity: 0; } }

@-webkit-keyframes fade-down {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; }
  75% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    opacity: 0; } }

@keyframes fade-down {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; }
  75% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    opacity: 0; } }

@-webkit-keyframes tada {
  from,
  to {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1); }
  10%,
  20% {
    -webkit-transform: scale3d(0.95, 0.95, 0.95) rotate3d(0, 0, 1, -10deg);
            transform: scale3d(0.95, 0.95, 0.95) rotate3d(0, 0, 1, -10deg); }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, 10deg);
            transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, 10deg); }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, -10deg);
            transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, -10deg); } }

@keyframes tada {
  from,
  to {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1); }
  10%,
  20% {
    -webkit-transform: scale3d(0.95, 0.95, 0.95) rotate3d(0, 0, 1, -10deg);
            transform: scale3d(0.95, 0.95, 0.95) rotate3d(0, 0, 1, -10deg); }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, 10deg);
            transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, 10deg); }
  40%,
  60%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
            transform: rotate3d(0, 0, 1, -10deg); } }

.lni-spin-effect,
.lni-spin-effect-hover:hover {
  -webkit-animation: spin 2s linear infinite;
          animation: spin 2s linear infinite; }

.lni-tada-effect,
.lni-tada-effect-hover:hover {
  -webkit-animation: tada 1.5s ease infinite;
          animation: tada 1.5s ease infinite; }

.lni-flashing-effect,
.lni-flashing-effect-hover:hover {
  -webkit-animation: flashing 1.5s infinite linear;
          animation: flashing 1.5s infinite linear; }

.lni-burst-effect,
.lni-burst-effect-hover:hover {
  -webkit-animation: burst 1.5s infinite linear;
          animation: burst 1.5s infinite linear; }

.lni-fade-up-effect,
.lni-fade-up-effect-hover:hover {
  -webkit-animation: fade-up 1.5s infinite linear;
          animation: fade-up 1.5s infinite linear; }

.lni-fade-down-effect,
.lni-fade-down-effect-hover:hover {
  -webkit-animation: fade-down 1.5s infinite linear;
          animation: fade-down 1.5s infinite linear; }

.lni-fade-left-effect,
.lni-fade-left-effect-hover:hover {
  -webkit-animation: fade-left 1.5s infinite linear;
          animation: fade-left 1.5s infinite linear; }

.lni-fade-right-effect,
.lni-fade-right-effect-hover:hover {
  -webkit-animation: fade-right 1.5s infinite linear;
          animation: fade-right 1.5s infinite linear; }

/* Demo CSS */
.preview-iframe-wrapper {
  position: relative;
  z-index: 1; }
  @media only screen and (min-width: 1200px) {
    .preview-iframe-wrapper .container.demo-container {
      max-width: 1140px; } }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .preview-iframe-wrapper .container.demo-container {
      max-width: 960px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .preview-iframe-wrapper .container.demo-container {
      max-width: 720px; } }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .preview-iframe-wrapper .container.demo-container {
      width: 100%;
      max-width: 100%; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .preview-iframe-wrapper .container.demo-container {
      max-width: 540px; } }
  .preview-iframe-wrapper .preview-hero-area {
    position: relative;
    z-index: 1;
    width: 100%;
    padding-top: 100px;
    margin-bottom: -50px; }
    .preview-iframe-wrapper .preview-hero-area::after {
      position: absolute;
      content: "";
      background-image: url(img/core-img/curve.png);
      bottom: 50px;
      width: 142px;
      height: 121px;
      background-repeat: no-repeat;
      right: 0;
      z-index: auto; }
    .preview-iframe-wrapper .preview-hero-area .preview-content-wrapper {
      position: relative;
      z-index: 1;
      margin-bottom: 150px; }
      .preview-iframe-wrapper .preview-hero-area .preview-content-wrapper .demo-title {
        font-size: 2.1rem;
        margin-bottom: 1rem; }
        @media only screen and (min-width: 992px) and (max-width: 1199px) {
          .preview-iframe-wrapper .preview-hero-area .preview-content-wrapper .demo-title {
            font-size: 1.75rem; } }
        @media only screen and (max-width: 767px) {
          .preview-iframe-wrapper .preview-hero-area .preview-content-wrapper .demo-title {
            font-size: 1.625rem; } }
        @media only screen and (min-width: 576px) and (max-width: 767px) {
          .preview-iframe-wrapper .preview-hero-area .preview-content-wrapper .demo-title {
            font-size: 2rem; } }
        .preview-iframe-wrapper .preview-hero-area .preview-content-wrapper .demo-title span {
          color: #100DD1; }
      .preview-iframe-wrapper .preview-hero-area .preview-content-wrapper .demo-desc {
        font-size: 18px; }
      .preview-iframe-wrapper .preview-hero-area .preview-content-wrapper .qr-code-wrapper {
        position: relative;
        z-index: 1;
        background-color: #ffffff;
        text-align: center;
        max-width: 18rem;
        padding: 2rem;
        border-radius: .5rem; }
        .preview-iframe-wrapper .preview-hero-area .preview-content-wrapper .qr-code-wrapper::after {
          position: absolute;
          width: 200px;
          height: 200px;
          background-image: url(img/core-img/dot-blue.png);
          background-repeat: repeat;
          bottom: -70px;
          left: -70px;
          z-index: -10;
          content: "";
          border-radius: 50%;
          opacity: 0.15; }
        .preview-iframe-wrapper .preview-hero-area .preview-content-wrapper .qr-code-wrapper h6 {
          font-size: 14px; }
    .preview-iframe-wrapper .preview-hero-area iframe {
      position: relative;
      z-index: 1;
      width: 389px;
      height: 752px;
      border: 7px solid #020310;
      border-radius: 1.25rem;
      -webkit-box-shadow: 0 8px 15px rgba(14, 14, 14, 0.175);
              box-shadow: 0 8px 15px rgba(14, 14, 14, 0.175);
      margin-bottom: 150px; }
      @media only screen and (max-width: 767px) {
        .preview-iframe-wrapper .preview-hero-area iframe {
          display: none; } }
  .preview-iframe-wrapper .tech-img ul li {
    margin-right: 1rem;
    margin-top: 1rem; }
    .preview-iframe-wrapper .tech-img ul li:last-child {
      margin-right: 0rem; }
    .preview-iframe-wrapper .tech-img ul li img {
      max-height: 30px; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .preview-iframe-wrapper .tech-img ul li img {
          max-height: 22px; } }
      @media only screen and (max-width: 767px) {
        .preview-iframe-wrapper .tech-img ul li img {
          max-height: 22px; } }
  .preview-iframe-wrapper .features-area {
    position: relative;
    z-index: 1;
    padding: 100px 0;
    border-radius: 3rem 0 0 0; }
    .preview-iframe-wrapper .features-area ul li {
      position: relative;
      z-index: 1;
      padding-left: 1.5rem;
      margin-top: 1rem; }
      .preview-iframe-wrapper .features-area ul li.active {
        color: #020310; }
      .preview-iframe-wrapper .features-area ul li::before {
        position: absolute;
        content: "\f00c";
        top: 0;
        left: 0;
        font-family: "FontAwesome";
        font-size: 16px;
        color: #100DD1;
        z-index: 1; }

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

.tablet-wrap {
  position: relative;
  z-index: 1;
  margin-top: 95px; }

.ipad-frame-wrap {
  position: relative;
  z-index: 1;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center; }
  .ipad-frame-wrap iframe {
    width: 768px;
    height: 1024px;
    border: 10px solid #d7def4;
    border-radius: 1.5rem; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .ipad-frame-wrap iframe {
        width: 100%; } }
    @media only screen and (max-width: 767px) {
      .ipad-frame-wrap iframe {
        display: none; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .ipad-frame-wrap iframe {
        width: 100%;
        height: 800px; } }

.preview-footer-area {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100px; }
  .preview-footer-area .footer-nav a {
    margin-left: 1rem;
    font-size: 14px;
    color: #747794;
    font-weight: 700; }
    .preview-footer-area .footer-nav a:hover, .preview-footer-area .footer-nav a:focus {
      color: #100DD1; }
  .preview-footer-area .footer-logo img {
    max-height: 50px; }

/* Header CSS */
.header-area {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  background-color: #000;
  width: 100%;
  /*height: 62px;*/
  /*height: 74px;*/
   height:90px;
  /*position: fixed;*/
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  -webkit-box-shadow: 0 6px 12px rgba(15, 15, 15, 0.15);
          box-shadow: 0 6px 12px rgba(15, 15, 15, 0.15); }

.top-search-form {
  position: relative;
  z-index: 1; }
  .top-search-form form {
    position: relative;
    z-index: 1; }
    .top-search-form form .form-control {
      /* max-width: 190px; */
     background-color: #f7f7f7;
     height: 38px;
     font-size: 12px;
     padding: 10px 15px;
     padding-left: 53px;
     border: 1px solid #ebebeb;
     color: #747794; 
     margin-bottom: 25px;
    }
      @media only screen and (min-width: 480px) and (max-width: 767px) {
        .top-search-form form .form-control {
          /* max-width: 240px;
          width: 240px; */
          max-width: 100%;
          width: 98%;
         } 
        }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .top-search-form form .form-control {
          /* max-width: 280px;
          width: 280px; */
           
            max-width: 100%;
            width: 100%;
            background-color: #454545;
            height: 38px;
            font-size: 12px;
            padding: 10px 15px;
            padding-left: 35px;
            border: 1px solid #454545;
            color: #ffffff;
            border-radius: 20px;



         } 
        }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .top-search-form form .form-control {
              max-width: 100%;
    width: 100%;
    background-color: #454545;
    height: 38px;
    font-size: 12px;
    padding: 10px 15px;
    padding-left: 35px;
    border: 1px solid #454545;
    color: #ffffff;
    border-radius: 20px;
            
        } }
      @media only screen and (min-width: 1200px) {
        .top-search-form form .form-control {
          /* max-width: 350px;
          width: 350px;  */
              max-width: 100%;
    width: 100%;
    background-color: #454545;
    height: 38px;
    font-size: 12px;
    padding: 10px 15px;
    padding-left: 35px;
    border: 1px solid #454545;
    color: #ffffff;
    border-radius: 20px;
        } 
      }
    .top-search-form form button {
      background-color: transparent;
      position: absolute;
      top: 3px;
      left: 10px;
      width: 18px;
      height: 30px;
      border: 0;
      z-index: 10;
      color: #747794; }
      .top-search-form form button:focus {
        outline: none; }

.hexa-navbar-toggler {
  position: relative;
  z-index: 1;
  width: 26px;
  cursor: pointer;
  padding: .5rem 0; }
  .hexa-navbar-toggler span {
    -webkit-transition-duration: 500ms;
            transition-duration: 500ms;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 22px;
            flex: 0 0 22px;
    min-width: 22px;
    width: 22px;
    height: 2px;
    background-color: #747794;
    margin-bottom: 4px; }
    .hexa-navbar-toggler span:nth-child(2) {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 12px;
              flex: 0 0 12px;
      min-width: 12px;
      width: 12px; }
    .hexa-navbar-toggler span:last-child {
      margin-bottom: 0;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 17px;
              flex: 0 0 17px;
      min-width: 17px;
      width: 17px; }
  .hexa-navbar-toggler:hover span, .hexa-navbar-toggler:focus span {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 22px;
            flex: 0 0 22px;
    min-width: 22px;
    width: 22px; }

.filter-option {
  position: relative;
  z-index: 1;
  cursor: pointer;
  text-align: right;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 20px; }

.back-button a {
  color: #747794;
  font-weight: 500;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .back-button a i {
    font-size: 1.25rem;
    margin-right: 0.25rem; }
  .back-button a:hover, .back-button a:focus {
        color: #f4af46;
      
  }

.page-heading h6 {
  color: #747794;
  font-size: 14px; }

.logo-wrapper a {
  display: block;
  font-size: 33px;
  color: #f7941e;
  font-weight: 500;
   }

/* Hero CSS */
.intro-wrapper {
  position: relative;
  width: 100%;
  height: 100vh;
  background: #100DD1;
  background: -webkit-gradient(linear, right top, left top, from(#100DD1), to(#0d3bd1));
  background: linear-gradient(to left, #100DD1, #0d3bd1);
  z-index: 1; }
  .intro-wrapper .background-shape {
    position: absolute;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    background-color: #ffffff;
    opacity: 0.175;
    z-index: -1;
    top: -130px;
    right: -85px; }

.get-started-btn {
  position: fixed;
  z-index: 100;
  bottom: 40px;
  width: 280px;
  left: 50%;
  margin-left: -140px; }

/* Core CSS */
.page-content-wrapper {
  position: relative;
  z-index: 1;
  /* margin-top: 50px; */
  margin-top: 20px;
  /*margin-bottom: 58px;*/
  /*margin-bottom: 136px;*/
  margin-bottom: 95px;
  
    
    
}

.hexa-sidenav-wrapper {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  position: fixed;
  width: 100%;
  z-index: 999999;
  top: 0;
  left: -250px;
  height: 100%;
  background: #100DD1;
  background: -webkit-gradient(linear, right top, left top, from(#100DD1), to(#0d3bd1));
  background: linear-gradient(to left, #100DD1, #0d3bd1);
  overflow-y: auto;
  width: 240px; }
  .hexa-sidenav-wrapper .go-home-btn {
    -webkit-transition-duration: 400ms;
            transition-duration: 400ms;
    position: fixed;
    bottom: 30px;
    left: 170px;
    background-color: #00b894;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    color: #ffffff;
    line-height: 42px;
    z-index: 10;
    cursor: pointer;
    visibility: hidden;
    opacity: 0;
    font-size: 1.25rem; }
    .hexa-sidenav-wrapper .go-home-btn:hover, .hexa-sidenav-wrapper .go-home-btn:focus {
      background-color: #020310; }
  .hexa-sidenav-wrapper.nav-active {
    left: 0; }
    .hexa-sidenav-wrapper.nav-active .go-home-btn {
      visibility: visible;
      opacity: 1; }
  .hexa-sidenav-wrapper.filter-nav {
    background: #f8f8ff; }

.sidenav-black-overlay {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  width: 100%;
  position: fixed;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(2, 3, 16, 0.3);
  z-index: 9999;
  opacity: 0;
  visibility: hidden; }
  .sidenav-black-overlay.active {
    opacity: 1;
    visibility: visible; }

.sidenav-profile {
  position: relative;
  z-index: 1; }
  .sidenav-profile .user-profile {
    position: relative;
    z-index: 1;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin: 3rem auto 0.5rem; }
    .sidenav-profile .user-profile::before {
      position: absolute;
      width: 110px;
      height: 110px;
      top: -15px;
      left: -15px;
      background-image: url(img/core-img/dot.png);
      content: "";
      z-index: -10;
      opacity: 0.2;
      border-radius: 50%; }
    .sidenav-profile .user-profile img {
      border-radius: 50%; }
    .sidenav-profile .user-profile .user-designation {
      position: absolute;
      z-index: 1;
      height: 46px;
      width: 46px;
      font-size: 12px;
      border: 3px solid #ffffff;
      background-color: #100DD1;
      display: inline-block;
      border-radius: 50%;
      color: #ffffff;
      line-height: 40px;
      text-align: center;
      font-weight: 700;
      top: 0;
      right: 0; }
  .sidenav-profile .user-info {
    position: relative;
    z-index: 1;
    text-align: center; }
    .sidenav-profile .user-info h6,
    .sidenav-profile .user-info p {
      color: #ffffff; }
    .sidenav-profile .user-info .available-balance {
      margin-bottom: 0;
      display: block;
      font-size: 14px;
      font-weight: 700;
      color: #ffffff; }

.sidenav-nav {
  margin: 3rem 1rem;
  position: relative;
  z-index: 1; }
  .sidenav-nav li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #ffffff;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    padding-right: 1rem;
    padding-left: 1rem;
    font-size: 14px;
    font-weight: 700;
    border-radius: 0.375rem; }
    .sidenav-nav li a i {
      -webkit-transition-duration: 500ms;
              transition-duration: 500ms;
      display: inline-block;
      margin-right: 0.5rem;
      font-size: 1rem;
      color: #ffffff; }
    .sidenav-nav li a:hover, .sidenav-nav li a:focus {
      background-color: rgba(15, 15, 15, 0.1);
      font-weight: 700; }
  .sidenav-nav li:last-child a {
    margin-bottom: 0; }

li.hexa-dropdown-menu {
  position: relative;
  z-index: 1; }
  li.hexa-dropdown-menu ul {
    display: none;
    padding-left: 1rem; }
    li.hexa-dropdown-menu ul li a {
      font-size: 13px;
      padding-top: 0.5rem;
      padding-bottom: 0.5rem; }
  li.hexa-dropdown-menu .dropdown-trigger-btn {
    height: 45px;
    line-height: 45px;
    color: #ffffff;
    font-size: 12px;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    text-align: right;
    padding-right: 1rem;
    border-radius: 0.375rem;
    cursor: pointer; }
    li.hexa-dropdown-menu .dropdown-trigger-btn i {
      -webkit-transition-duration: 500ms;
              transition-duration: 500ms; }
    li.hexa-dropdown-menu .dropdown-trigger-btn:hover, li.hexa-dropdown-menu .dropdown-trigger-btn:focus {
      background-color: rgba(15, 15, 15, 0.1); }
    li.hexa-dropdown-menu .dropdown-trigger-btn.active {
      background-color: rgba(15, 15, 15, 0.1); }
      li.hexa-dropdown-menu .dropdown-trigger-btn.active i {
        -webkit-transform: rotate(-180deg);
                transform: rotate(-180deg); }

.pwa-install-alert {
  position: fixed;
  z-index: 999999;
  background-color: #242644;
  bottom: 3.5rem;
  left: .5rem;
  right: .5rem;
  border-radius: 0.75rem;
  border: 0; }
  .pwa-install-alert .toast-body {
    padding: 1.25rem; }
    .pwa-install-alert .toast-body .content img {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 30px;
              flex: 0 0 30px;
      width: 30px;
      max-width: 30px;
      margin-right: 0.5rem; }
    .pwa-install-alert .toast-body span {
      font-size: 13px; }
  .pwa-install-alert .close {
    position: absolute;
    top: 1rem;
    right: 1.25rem;
    z-index: 10; }
    .pwa-install-alert .close span {
      font-size: 18px;
      color: #ffffff; }

.page-nav {
  position: relative;
  z-index: 1; }
  .page-nav li a {
    color: #020310;
    display: block;
    padding: 0.75rem 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 0.5rem;
    border-radius: 0.75rem;
    background-color: #ffffff;
    font-size: 14px;
    font-weight: 500; }
    .page-nav li a i {
      font-size: 1rem;
      margin-left: auto; }
    .page-nav li a:hover, .page-nav li a:focus {
      color: #100DD1;
      background-color: #f8f8ff; }
  .page-nav li:last-child a {
    margin-bottom: 0; }

.hero-slides {
  position: relative;
  z-index: 1; }
  .hero-slides .owl-prev,
  .hero-slides .owl-next {
    position: absolute;
    top: 50%;
    background-color: rgba(255, 255, 255, 0.11);
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    left: 0;
    margin-top: -15px;
    color: #ffffff;
    display: none; }
  .hero-slides .owl-next {
    left: auto;
    right: 0; }
  .hero-slides .owl-dots {
    position: absolute;
    width: 100%;
    bottom: 15px;
    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; }
    .hero-slides .owl-dots .owl-dot {
      -webkit-transition-duration: 500ms;
              transition-duration: 500ms;
      position: relative;
      z-index: 1;
      margin: 0 5px;
      width: 8px;
      height: 8px;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 8px;
              flex: 0 0 8px;
      max-width: 8px;
      background-color: #ebebeb;
      border-radius: 50%; }
      .hero-slides .owl-dots .owl-dot.active {
        background-color: #ffaf00; }
        .hero-slides .owl-dots .owl-dot.active::after {
          position: absolute;
          width: calc(100% + 8px);
          height: calc(100% + 8px);
          z-index: 1;
          content: "";
          border: 2px solid #ffaf00;
          left: -4px;
          top: -4px;
          border-radius: 50%; }

.single-hero-slide {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 200px;
  background-position: center center;
  background-size: cover; }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .single-hero-slide {
      height: 220px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .single-hero-slide {
      height: 240px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-hero-slide {
      height: 300px; } }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-hero-slide {
      height: 320px; } }
  @media only screen and (min-width: 1200px) {
    .single-hero-slide {
      height: 450px; } }
  .single-hero-slide .slide-content {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 10; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .single-hero-slide .slide-content h4 {
        font-size: 2rem; } }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .single-hero-slide .slide-content h4 {
        font-size: 2rem; } }
    @media only screen and (min-width: 1200px) {
      .single-hero-slide .slide-content h4 {
        font-size: 2.5rem; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .single-hero-slide .slide-content p {
        font-size: 1.125rem; } }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .single-hero-slide .slide-content p {
        font-size: 1.125rem; } }
    @media only screen and (min-width: 1200px) {
      .single-hero-slide .slide-content p {
        font-size: 1.25rem; } }

.catagory-card {
  position: relative;
  z-index: 1;
  text-align: center;
  /*border-radius: 0.75rem;*/
  /* height: 89px; */
  padding: 8px 0;
  background:#303030!important;
  border-radius: 17px 0 0;

}

  .catagory-card a {
    display: block;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem; }
  .catagory-card i {
    margin-bottom: 0.75rem;
    font-size: 1.75rem;
    display: block;
    color: #100DD1;
    }
    
  .catagory-card span {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    display: block;
    font-size: 12px;
    font-weight: 700;
    /*line-height: 1;*/
        line-height: 16px;
    color: #ecebe9!important;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 400;
    padding-top: 8px;
    /*text-align: left;*/
    font-family: 'Roboto', sans-serif;
    font-weight: 400; 
  }
  .catagory-card:hover span, .catagory-card:focus span {
    color: #100DD1; }

.flash-sale-slide.owl-carousel {
  width: 130% !important; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .flash-sale-slide.owl-carousel {
      width: 100% !important; } }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .flash-sale-slide.owl-carousel {
      width: 100% !important; } }
  @media only screen and (min-width: 1200px) {
    .flash-sale-slide.owl-carousel {
      width: 100% !important; } }

.flash-sale-card {
  position: relative;
  z-index: 1; }
  .flash-sale-card img {
    /* margin-bottom: 0.5rem;  */
  }
  .flash-sale-card .product-title {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    color: #020310;
    font-size: 14px;
    font-weight: 500;
    display: block;
    line-height: 1.2;
    margin-bottom: 0.25rem;
    overflow: hidden;
    text-overflow: ellipsis;
    /* white-space: nowrap; */
   }
  .flash-sale-card .sale-price {
    font-size: 14px;
    font-weight: 700;
    color: #100DD1;
    margin-bottom: 0; }
  .flash-sale-card .real-price {
    display: inline-block;
    margin-left: 5px;
    font-size: 12px;
    text-decoration: line-through;
    margin-bottom: 0.25rem; }
  .flash-sale-card .progress {
    height: 0.25rem; }
  .flash-sale-card .progress-title {
    color: #747794;
    font-size: 12px;
    display: block; }
  .flash-sale-card:hover .product-title, .flash-sale-card:focus .product-title {
    color: #100DD1; }

.top-product-card {
  position: relative;
  z-index: 1; 
    background: #303030!important;
}
  .top-product-card .badge {
    position: absolute;
    top: 1rem;
    left: 1rem;
    z-index: 10; }
  .top-product-card .wishlist-btn {
    position: absolute;
    top: 1rem;
    right: 1rem;
    z-index: 10;
    color: #ea4c62;
    font-size: 1.25rem;
    line-height: 1; }
  .top-product-card .product-thumbnail {
    text-align: center; }
    .top-product-card .product-thumbnail img {
      width: 100%; 
      /*border-radius: 10px;*/
          border-radius: 17px 0 0;
    }
  .top-product-card .delete-btn {
    position: absolute;
    top: 1rem;
    right: 1rem;
    z-index: 10;
    color: #747794;
    font-size: 1.25rem;
    line-height: 1; }
  .top-product-card .product-title {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0.25rem;
    color: #dbdbdb; 
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    /*width: 180px;*/
    text-indent: 9px;
  }
  .top-product-card .sale-price {
    /* margin-bottom: 0.25rem; */
    margin-bottom: 6px;
    font-weight: 700;
    color: #dbdbdb;
    font-weight: 700; 
    text-align: center;
  }
    .top-product-card .sale-price span {
      color: #747794;
      margin-left: 5px;
      text-decoration: line-through;
      font-size: 14px; }
  .top-product-card .product-rating {
    font-size: 10px;
    color: #ffaf00; }
    .top-product-card .product-rating i {
      margin: 0 1px; 
        
    }
    
  .top-product-card .btn {
    /*padding: 0;*/
    /*border-radius: 50%;*/
    /*width: 40px;*/
    /*height: 40px;*/
    /*text-align: center;*/
    /*line-height: 35px;*/
    /*position: absolute;*/
    /*right: 12px;*/
    /*bottom: 12px;*/
    /*font-size: 1rem;*/
    /*z-index: 9; */
    
    position: relative;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
    display: block;
    width: 119px;
    margin-bottom: 5px;
      
  }
  .top-product-card:hover .product-title, .top-product-card:focus .product-title {
    color:#dbdbdb 
      
  }

.weekly-product-card {
  position: relative;
  z-index: 1; 
    
}
  .weekly-product-card .product-thumbnail-side {
    position: relative;
    z-index: 1;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    /*max-width: 50%;*/
        /*max-width: 43%;*/
         max-width: 39%;
    width: 50%;
    padding-right: 1rem;
    }
    .weekly-product-card .product-thumbnail-side .product-thumbnail {
      position: relative;
      z-index: 1; }
      .weekly-product-card .product-thumbnail-side .product-thumbnail img {
        max-height: 150px;
        border-radius: 10px;
    }
    .weekly-product-card .product-thumbnail-side .badge {
      position: absolute;
      z-index: 2;
      top: 0.5rem;
      left: 0.5rem; }
    .weekly-product-card .product-thumbnail-side .wishlist-btn {
      position: absolute;
      bottom: 0.5rem;
      left: 0.5rem;
      color: #ea4c62;
      line-height: 1;
      z-index: 11;
      font-size: 1.25rem; }
    .weekly-product-card .product-thumbnail-side .delete-btn {
      position: absolute;
      bottom: 0.5rem;
      left: 0.5rem;
      color: #747794;
      line-height: 1;
      z-index: 11; }
  .weekly-product-card .product-description {
    position: relative;
    z-index: 1;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    width: 50%; }
    .weekly-product-card .product-description .product-title {
      margin-bottom: 0.5rem;
      font-weight: 700;
      font-size: 14px;
      color: #020310; }
    .weekly-product-card .product-description .sale-price {
      margin-bottom: 0.5rem;
      font-size: 14px;
      font-weight: 700;
      color: #020310;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .weekly-product-card .product-description .sale-price i {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 22px;
                flex: 0 0 22px;
        max-width: 22px;
        width: 22px;
        height: 22px;
        line-height: 23px;
        border-radius: 50%;
        color: #000;
        /*background-color: #100DD1;*/
        font-size: 10px;
        text-align: center;
        /*margin-right: 0.25rem;*/
        }
      .weekly-product-card .product-description .sale-price span {
        text-decoration: line-through;
        color: #a4a4a4;
        margin-left: 0.25rem; 
          
      }
    .weekly-product-card .product-description .product-rating {
      font-size: 14px;
      font-weight: 700;
      margin-bottom: 0.5rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .weekly-product-card .product-description .product-rating i {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 22px;
                flex: 0 0 22px;
        max-width: 22px;
        width: 22px;
        height: 22px;
        line-height: 23px;
        border-radius: 50%;
        color: #ffffff;
        background-color: #ffaf00;
        font-size: 10px;
        text-align: center;
        margin-right: 0.25rem;
        padding-left: 1px; }
    .weekly-product-card .product-description .btn i {
      font-size: 14px; }
  .weekly-product-card:hover .product-title, .weekly-product-card:focus .product-title {
    color: #100DD1; }

.featured-product-card {
  position: relative;
  z-index: 1; }
  .featured-product-card .custom-badge {
    position: absolute;
    left: 1rem;
    top: -1px;
    z-index: 100;
    height: 22px;
    border-radius: 0;
    padding: 0 0 0 .75rem;
    line-height: 22px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg); }
    .featured-product-card .custom-badge::before {
      border-color: #ffaf00 transparent #ffaf00 #ffaf00;
      border-style: solid;
      border-width: 11px 8px;
      content: "";
      height: 22px;
      position: absolute;
      right: -17px;
      top: 0;
      width: 17px;
      z-index: 1; }
  .featured-product-card .product-thumbnail-side {
    position: relative;
    z-index: 1;
    margin-bottom: 0.5rem; }
    .featured-product-card .product-thumbnail-side .product-thumbnail {
      position: relative;
      z-index: 1;
      text-align: center; }
      .featured-product-card .product-thumbnail-side .product-thumbnail img {
        max-height: 150px; }
    .featured-product-card .product-thumbnail-side .wishlist-btn {
      position: absolute;
      top: 0rem;
      right: 0rem;
      color: #ea4c62;
      line-height: 1;
      z-index: 11;
      font-size: 1.25rem; }
  .featured-product-card .product-description {
    position: relative;
    z-index: 1; }
    .featured-product-card .product-description .product-title {
      margin-bottom: 0.25rem;
      font-weight: 700;
      font-size: 14px;
      color: #020310; }
      .featured-product-card .product-description .product-title:hover, .featured-product-card .product-description .product-title:focus {
        color: #100DD1; }
    .featured-product-card .product-description .sale-price {
      margin-bottom: 0;
      font-size: 14px;
      font-weight: 700;
      color: #00b894; }

.catagory-sidebar-area {
  position: relative;
  z-index: 1;
  padding: 3rem 2rem; }

.widget .widget-title {
  display: block; }

.widget .form-check-label {
  font-size: 14px; }

.notification-area {
  position: relative;
  z-index: 1; }
  .notification-area .list-group-item {
    border-color: #ebebeb;
    margin-bottom: 0.5rem;
    border-radius: 0.5rem; }
    .notification-area .list-group-item .noti-icon {
      position: relative;
      z-index: 1;
      display: inline-block;
      width: 30px;
      height: 30px;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 30px;
              flex: 0 0 30px;
      max-width: 30px;
      background: #100DD1;
      background: -webkit-gradient(linear, right top, left top, from(#100DD1), to(#0d3bd1));
      background: linear-gradient(to left, #100DD1, #0d3bd1);
      color: #ffffff;
      text-align: center;
      font-size: 1rem;
      margin-right: .75rem;
      border-radius: 50%; }
      .notification-area .list-group-item .noti-icon i {
        line-height: 30px; }
      .notification-area .list-group-item .noti-icon::before {
        position: absolute;
        width: 10px;
        height: 10px;
        background-color: #ffaf00;
        content: "";
        top: -2px;
        right: -2px;
        border-radius: 50%;
        z-index: 1; }
    .notification-area .list-group-item h6 {
      font-size: 14px;
      -webkit-transition-duration: 500ms;
              transition-duration: 500ms;
      color: #020310; }
    .notification-area .list-group-item p {
      margin-bottom: 0.5rem; }
    .notification-area .list-group-item a {
      font-size: 14px; }
    .notification-area .list-group-item span {
      font-size: 12px;
      display: block;
      color: #747794; }
    .notification-area .list-group-item:first-child {
      border-top-left-radius: .5rem;
      border-top-right-radius: .5rem; }
    .notification-area .list-group-item:last-child {
      border-bottom-right-radius: .5rem;
      border-bottom-left-radius: .5rem; }
    .notification-area .list-group-item.readed {
      background-color: #f8f8ff; }
      .notification-area .list-group-item.readed .noti-icon {
        background: #00b894; }
        .notification-area .list-group-item.readed .noti-icon::before {
          display: none; }
      .notification-area .list-group-item.readed h6 {
        color: #747794; }
    .notification-area .list-group-item:hover h6, .notification-area .list-group-item:focus h6 {
      color: #100DD1; }
  .notification-area .unread-notifications {
    position: relative;
    z-index: 1; }

.layout-options {
  position: relative;
  z-index: 1; }
  .layout-options a {
    display: inline-block;
    width: 36px;
    height: 30px;
    background-color: #ffffff;
    border-radius: 0.25rem;
    margin-left: .5rem;
    text-align: center;
    font-size: 1rem;
    color: #747794; }
    .layout-options a i {
      line-height: 30px; }
    .layout-options a:hover, .layout-options a:focus, .layout-options a.active {
      color: #ffffff;
      background-color: #ea4c62; }

.settings-card {
  margin-bottom: 0.5rem;
  border-radius: 0.75rem; }
  .settings-card .card-body {
    padding: 0.75rem 1rem; }
  .settings-card:last-child {
    margin-bottom: 0; }

.single-settings {
  position: relative;
  z-index: 1; }
  .single-settings .title {
    font-size: 14px; }
    .single-settings .title i {
      width: 22px;
      height: 22px;
      display: inline-block;
      background-color: #8A4821;
      text-align: center;
      color: #ffffff;
      line-height: 22px;
      border-radius: .25rem;
      margin-right: .5rem;
      font-size: 14px; }
    .single-settings .title span span {
      font-size: 10px;
      margin-left: 0.5rem; }
  .single-settings .data-content {
    font-size: 13px;
    font-weight: 700; }
    .single-settings .data-content a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .single-settings .data-content i {
      margin-left: 0.25rem; }
  .single-settings .toggle-button-cover {
    position: relative;
    z-index: 1; }
  .single-settings .knobs,
  .single-settings .layer {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  .single-settings .button.r {
    position: relative;
    width: 45px;
    height: 21px;
    overflow: hidden;
    border: 1px solid #ebebeb; }
  .single-settings .button.r,
  .single-settings .button.r .layer {
    border-radius: 100px; }
  .single-settings .checkbox {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    opacity: 0;
    cursor: pointer;
    z-index: 3; }
  .single-settings .knobs {
    z-index: 2; }
  .single-settings .layer {
    width: 100%;
    background-color: transparent;
    -webkit-transition: 0.3s ease all;
    transition: 0.3s ease all;
    z-index: 1; }
  .single-settings .knobs:before {
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    width: 15px;
    height: 15px;
    background-color: #ea4c62;
    border-radius: 50%;
    -webkit-transition: 0.3s ease all, left 0.3s cubic-bezier(0.18, 0.89, 0.35, 1.15);
    transition: 0.3s ease all, left 0.3s cubic-bezier(0.18, 0.89, 0.35, 1.15); }
  .single-settings .checkbox:active + .knobs:before {
    width: 45px;
    border-radius: 100px; }
  .single-settings .checkbox:checked:active + .knobs:before {
    margin-left: -26px; }
  .single-settings .checkbox:checked + .knobs:before {
    content: '';
    left: 24px;
    background-color: #100DD1; }
  .single-settings .checkbox:checked ~ .layer {
    background-color: #f8f8ff; }

.language-area-wrapper,
.shipping-method-choose {
  position: relative; }
  .language-area-wrapper ul,
  .shipping-method-choose ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .language-area-wrapper ul li,
    .shipping-method-choose ul li {
      display: block;
      position: relative;
      z-index: 1;
      width: 100%; }
      .language-area-wrapper ul li input[type=radio],
      .shipping-method-choose ul li input[type=radio] {
        position: absolute;
        visibility: hidden; }
      .language-area-wrapper ul li label,
      .shipping-method-choose ul li label {
        display: block;
        position: relative;
        padding: 10px 10px 10px 45px;
        z-index: 9;
        cursor: pointer;
        -webkit-transition: all 0.25s linear;
        transition: all 0.25s linear;
        margin-bottom: 0;
        border-radius: 0.4rem;
        font-size: 14px;
        font-weight: 700; }
        .language-area-wrapper ul li label span,
        .shipping-method-choose ul li label span {
          font-size: 11px;
          margin-left: 0.5rem; }
      .language-area-wrapper ul li .check,
      .shipping-method-choose ul li .check {
        display: block;
        position: absolute;
        border: 4px solid #00b894;
        border-radius: 100%;
        height: 20px;
        width: 20px;
        top: 50%;
        margin-top: -10px;
        left: 15px;
        z-index: 5;
        -webkit-transition: all .25s linear;
        transition: all .25s linear; }
        .language-area-wrapper ul li .check::before,
        .shipping-method-choose ul li .check::before {
          display: block;
          position: absolute;
          content: '';
          border-radius: 100%;
          height: 8px;
          width: 8px;
          top: 50%;
          left: 50%;
          margin: -4px;
          -webkit-transition: background 0.25s linear;
          transition: background 0.25s linear; }
  .language-area-wrapper input[type=radio]:checked ~ .check,
  .shipping-method-choose input[type=radio]:checked ~ .check {
    border-color: #100DD1; }
  .language-area-wrapper input[type=radio]:checked ~ .check::before,
  .shipping-method-choose input[type=radio]:checked ~ .check::before {
    background: #100DD1; }
  .language-area-wrapper input[type=radio]:checked ~ label,
  .shipping-method-choose input[type=radio]:checked ~ label {
    color: #100DD1;
    background-color: rgba(16, 13, 209, 0.103); }

.user-info-card {
  position: relative;
  z-index: 1;
  background-color: #ffaf00;
  border-color: #ffaf00;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }
  .user-info-card .user-profile {
    position: relative;
    z-index: 1;
    width: 80px;
    height: 80px;
    border-radius: 50%; }
    .user-info-card .user-profile img {
      border-radius: 50%; }

.single-profile-data {
  position: relative;
  z-index: 1;
  margin-bottom: 1.25rem; }
  .single-profile-data:last-child {
    margin-bottom: 0; }
  .single-profile-data .title {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
    font-size: 12px;
    color: #020310; }
    .single-profile-data .title i {
      width: 22px;
      height: 22px;
      display: inline-block;
      background-color: #8A4821;
      text-align: center;
      color: #ffffff;
      line-height: 23px;
      border-radius: .25rem;
      margin-right: .4rem;
      font-size: 12px; }
    .single-profile-data .title span {
      line-height: 1; }
  .single-profile-data .data-content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
    font-size: 13px;
    text-align: right;
    color: #747794; }

.user-data-card {
  position: relative;
  z-index: 1;
  border-color: #ffffff;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }
  .user-data-card .card-body {
    padding: 1.25rem; }
  .user-data-card .title {
    font-size: 13px;
    color: #020310;
    font-weight: 500;
    margin-bottom: 0; }
    .user-data-card .title i {
      width: 24px;
      height: 24px;
      display: inline-block;
      background-color: #00b894;
      text-align: center;
      color: #ffffff;
      line-height: 24px;
      border-radius: .25rem;
      margin-right: .4rem;
      font-size: 14px; }
  .user-data-card .form-control {
    height: 36px;
    padding: 0 15px;
    color: #747794;
    font-size: 13px; }
  .user-data-card textarea.form-control {
    height: auto;
    padding: 15px; }

.change-user-thumb {
  position: absolute;
  z-index: 1;
  width: 30px;
  height: 30px;
  bottom: 0;
  right: 0; }
  .change-user-thumb input {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 10;
    opacity: 0; }
  .change-user-thumb button {
    width: 100%;
    height: 100%;
    background-color: #f8f8ff;
    border: none;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 14px;
    z-index: 1;
    border: 1px solid #ebebeb; }

.support-wrapper .faq-heading {
  background: #100DD1;
  background: -webkit-gradient(linear, left top, right top, from(#100DD1), to(#00b894));
  background: linear-gradient(to right, #100DD1, #00b894);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
          background-clip: text;
  font-weight: 800; }

.accordian-card {
  position: relative;
  z-index: 1; }
  .accordian-card .card-body {
    padding: 1.25rem; }
  .accordian-card p {
    padding-left: 35px; }
    .accordian-card p:last-child {
      margin-bottom: 0; }
  .accordian-card .accordian-header.collapse {
    display: block; }
  .accordian-card .accordian-header button {
    color: #100DD1;
    text-align: left;
    padding-left: 0;
    padding-right: 0; }
    .accordian-card .accordian-header button span i {
      width: 30px;
      height: 30px;
      border-radius: 50%;
      background-color: #100DD1;
      display: inline-block;
      text-align: center;
      line-height: 30px;
      color: #ffffff;
      margin-right: 0.5rem;
      font-size: 1rem; }
    .accordian-card .accordian-header button > i {
      color: #747794;
      -webkit-transform: rotate(-90deg);
              transform: rotate(-90deg); }
    .accordian-card .accordian-header button:hover, .accordian-card .accordian-header button:focus {
      color: #100DD1; }
    .accordian-card .accordian-header button.collapsed > span {
      color: #020310; }
    .accordian-card .accordian-header button.collapsed > i {
      -webkit-transform: rotate(0);
              transform: rotate(0); }
  .accordian-card.seller-card .accordian-header button span i {
    background-color: #ea4c62; }
  .accordian-card.others-card .accordian-header button span i {
    background-color: #00b894; }

.single-product-slide,
.blog-details-post-thumbnail {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 380px;
  background-position: center center;
  background-size: cover; }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .single-product-slide,
    .blog-details-post-thumbnail {
      height: 450px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-product-slide,
    .blog-details-post-thumbnail {
      height: 500px; } }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-product-slide,
    .blog-details-post-thumbnail {
      height: 520px; } }
  @media only screen and (min-width: 1200px) {
    .single-product-slide,
    .blog-details-post-thumbnail {
      height: 600px; } }

.catagory-single-img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 180px;
  background-position: center center;
  background-size: cover; }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .catagory-single-img {
      height: 210px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .catagory-single-img {
      height: 240px; } }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .catagory-single-img {
      height: 270px; } }
  @media only screen and (min-width: 1200px) {
    .catagory-single-img {
      height: 310px; } }

.faq-search-form {
  position: relative;
  z-index: 1; }
  .faq-search-form input {
    border-radius: 60px;
    padding-left: 40px;
    font-weight: 700; }
    .faq-search-form input:focus {
      border-color: transparent; }
  .faq-search-form button {
    position: absolute;
    width: 50px;
    height: 50px;
    border: 0;
    background-color: transparent;
    text-align: center;
    top: 0;
    left: 0;
    z-index: 10;
    outline: none !important; }

.live-chat-intro {
  position: relative;
  z-index: 1;
  background-color: #100DD1;
  padding: 2rem 0;
  text-align: center;
  border-radius: 0 0 3rem 3rem; }
  .live-chat-intro p {
    color: #ffffff;
    margin-bottom: 0.5rem; }
  .live-chat-intro img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin: 0 auto .5rem;
    display: block; }
  .live-chat-intro .status {
    position: relative;
    z-index: 1;
    color: #ffffff;
    font-size: 14px;
    display: inline-block; }
    .live-chat-intro .status.online {
      padding-left: 15px; }
      .live-chat-intro .status.online::after {
        position: absolute;
        width: 10px;
        height: 10px;
        background-color: #00b894;
        border-radius: 50%;
        content: "";
        margin-top: -5px;
        top: 50%;
        left: 0;
        z-index: 10; }

.agent-message-content {
  position: relative;
  z-index: 1;
  margin-bottom: 1rem; }
  .agent-message-content .agent-thumbnail {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30px;
            flex: 0 0 30px;
    max-width: 30px;
    width: 30px; }
    .agent-message-content .agent-thumbnail img {
      width: 30px;
      height: 30px;
      border-radius: 50%;
      -webkit-box-shadow: 0 1px 3px 0 rgba(15, 15, 15, 0.175);
              box-shadow: 0 1px 3px 0 rgba(15, 15, 15, 0.175);
      background-color: #ffffff;
      padding: 2px; }
  .agent-message-content .agent-message-text {
    position: relative;
    z-index: 1; }
    .agent-message-content .agent-message-text span {
      font-size: 12px;
      color: #747794;
      margin-left: 0.5rem;
      margin-top: 0.25rem;
      display: block; }
    .agent-message-content .agent-message-text p {
      display: inline-block;
      margin-bottom: 0;
      background-color: #ffffff;
      padding: .75rem 1rem .65rem;
      border-radius: 1rem 1rem 1rem 0.25rem; }

.user-message-content {
  position: relative;
  z-index: 1;
  text-align: right;
  margin-bottom: 1rem; }
  .user-message-content .user-message-text {
    padding-left: 3rem; }
    .user-message-content .user-message-text p {
      display: inline-block;
      margin-bottom: 0;
      padding: .75rem 1rem .65rem;
      background-color: #100DD1;
      color: #ffffff;
      border-radius: 1rem 1rem 0.25rem 1rem; }
    .user-message-content .user-message-text span {
      font-size: 12px;
      display: block;
      color: #747794;
      margin-right: 0.5rem;
      margin-top: 0.25rem; }

.type-text-form {
  position: fixed;
  width: 100%;
  height: 55px;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  z-index: 99999; }
  .type-text-form .form-control {
    -webkit-transition-duration: 500ms;
            transition-duration: 500ms;
    width: 100%;
    height: 55px;
    border-color: transparent;
    color: #747794;
    font-size: 13px;
    padding-top: 17px;
    padding-bottom: 17px;
    padding-left: 40px; }
    .type-text-form .form-control:focus {
      border-color: transparent; }
  .type-text-form button[type="submit"] {
    position: absolute;
    width: 40px;
    height: 55px;
    top: 0;
    right: 0;
    z-index: 30;
    border: 0;
    background-color: #ffffff;
    font-size: 1rem;
    color: #020310;
    outline: none !important; }
  .type-text-form .file-upload {
    position: absolute;
    width: 40px;
    height: 55px;
    top: 0;
    left: 0;
    z-index: 20; }
    .type-text-form .file-upload input {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 200;
      opacity: 0; }
    .type-text-form .file-upload span {
      position: absolute;
      top: 0;
      left: 0;
      background-color: #ffffff;
      height: 100%;
      width: 100%;
      z-index: 50;
      text-align: center;
      line-height: 55px; }

.single-order-status {
  position: relative;
  z-index: 1;
  margin-bottom: 1rem; }
  .single-order-status:last-child {
    margin-bottom: 0; }
  .single-order-status .card-body {
    padding: 0.75rem 1rem; }
  .single-order-status .order-icon {
    color: #020310;
    margin-right: .5rem; }
    .single-order-status .order-icon i {
      font-size: 1.125rem; }
  .single-order-status .order-status {
    color: #020310;
    font-size: 14px;
    font-weight: 700; }
    .single-order-status .order-status .order-date {
      font-size: 10px;
      color: #020310;
      margin-left: 0.5rem; }

.cart-table {
  position: relative;
  z-index: 1; 
        background: #303030;
}
  .cart-table table {
    max-width: 100%; }
    .cart-table table tbody tr {
      background-color: #ffffff;
      border-bottom: 2px dashed #ebebeb; }
      .cart-table table tbody tr:last-child {
        border-bottom: 0; }
    .cart-table table a {
      color: #020310;
      font-weight: 700; }
      .cart-table table a.remove-product {
        color: #ff0303;
        width: 24px;
        height: 24px;
        /* background-color: #f4af46; */
        display: inline-block;
        text-align: center;
        line-height: 25px;
        border-radius: 50%;
        font-size: 20px; }
        .cart-table table a.remove-product:hover, .cart-table table a.remove-product:focus {
          color: #ffffff;
          background-color: #020310; }
      .cart-table table a span {
        display: block;
        color: #747794; }
      .cart-table table a:hover, .cart-table table a:focus {
        color: #100DD1; }
  .cart-table .table td,
  .cart-table .table th {
    vertical-align: middle;
    color: #747794;
    font-size: 12px;
    padding: 1rem .5rem;
    border: 0; }
  .cart-table img {
    max-width: 2.5rem;
    border: 1px solid #ebebeb; }
  .cart-table .qty-text {
    border: 2px solid #ebebeb;
    width: 2.5rem;
    text-align: center;
    height: 2rem;
    border-radius: .25rem;
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
    font-weight: 700; }
    .cart-table .qty-text:focus {
      border-color: #100DD1; }

.coupon-card .card-body {
  padding: 1.25rem; }

.cart-amount-area .card-body {
  padding: .75rem 1.25rem; }

.apply-coupon {
  position: relative;
  z-index: 1; }
  .apply-coupon p {
    font-size: 12px; }

.coupon-form {
  position: relative;
  z-index: 1; }
  .coupon-form .form-control {
    height: 34.4px;
    padding: 5px 15px;
    font-size: 12px;
    border-radius: .4rem; }
  .coupon-form button {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10; }

.billing-information-card {
  position: relative;
  z-index: 1; }

.billing-information-title-card {
  border-radius: 1rem 1rem 0 0;
  border-color: #ea4c62; }

.shipping-method-choose-title-card {
  border-radius: 1rem 1rem 0 0;
  border-color: #00b894; }

.shipping-method-choose-card {
  border-radius: 0 0 1rem 1rem;
  border-color: #ffffff; }

.single-payment-method a {
  display: block;
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  text-align: center;
  padding: 3rem 1rem;
  border-radius: 0.75rem; }
  .single-payment-method a i {
    font-size: 3rem;
    margin-bottom: .5rem;
    display: block; }
  .single-payment-method a h6 {
    -webkit-transition-duration: 500ms;
            transition-duration: 500ms;
    margin-bottom: 0; }
  .single-payment-method a:hover, .single-payment-method a:focus {
    -webkit-box-shadow: 0 5px 11px rgba(15, 15, 15, 0.175);
            box-shadow: 0 5px 11px rgba(15, 15, 15, 0.175); }
    .single-payment-method a:hover h6, .single-payment-method a:focus h6 {
      color: #100DD1; }

.credit-card-info-wrapper img {
  margin: 0 auto;
  max-width: 300px; }

.pay-credit-card-form {
  position: relative;
  z-index: 1; }
  .pay-credit-card-form label {
    font-size: 12px;
    font-weight: 700;
    margin-left: 0.25rem;
    text-transform: uppercase; }
  .pay-credit-card-form small {
    font-size: 11px; }
  .pay-credit-card-form .form-control {
    height: 44px;
    padding-top: 5px;
    padding-bottom: 5px;
    -webkit-box-shadow: 0 1px 1px 0px #d7def4;
            box-shadow: 0 1px 1px 0px #d7def4; }

.bank-ac-info .list-group-item {
  font-size: 14px; }

.order-success-wrapper {
  position: relative;
  width: 100%;
  background: #100DD1;
  background: -webkit-gradient(linear, right top, left top, from(#100DD1), to(#0d3bd1));
  background: linear-gradient(to left, #100DD1, #0d3bd1);
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 2;
  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;
  text-align: center;
  padding: 1rem 3rem; }
  .order-success-wrapper i {
    display: inline-block;
    font-size: 3rem;
    margin-bottom: 1rem;
    color: #ffffff; }
  .order-success-wrapper h5 {
    color: #ffffff; }
  .order-success-wrapper p {
    margin-bottom: 0;
    font-size: 13px;
    color: #ffffff; }

.product-slides {
  position: relative;
  z-index: 1;
  margin-bottom: -40px; }
  .product-slides .owl-prev,
  .product-slides .owl-next {
    position: absolute;
    width: 30px;
    height: 30px;
    background-color: transparent;
    text-align: center;
    line-height: 30px;
    z-index: 10;
    top: 50%;
    margin-top: -15px;
    left: 15px;
    font-size: 20px;
    color: #100DD1; }
    .product-slides .owl-prev.disabled,
    .product-slides .owl-next.disabled {
      opacity: 0;
      visibility: hidden; }
  .product-slides .owl-next {
    left: auto;
    right: 15px; }
  .product-slides .owl-dots {
    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;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 1rem;
    z-index: 10; }
    .product-slides .owl-dots .owl-dot {
      -webkit-transition-duration: 300ms;
              transition-duration: 300ms;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 12px;
              flex: 0 0 12px;
      width: 12px;
      max-width: 12px;
      height: 2px;
      background-color: #ebebeb;
      margin: 0 5px; }
      .product-slides .owl-dots .owl-dot.active {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 24px;
                flex: 0 0 24px;
        width: 24px;
        max-width: 24px;
        background-color: #ffaf00; }

.product-title-meta-data {
  border-top-left-radius: 3rem;
  padding-top: 1.5rem !important; }


  .product-title-meta-data .p-wishlist-share {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80px;
            flex: 0 0 80px;
    width: 80px;
    max-width: 80px;
    text-align: right; }

.product-description {
  position: relative;
  z-index: 1; }
  .product-description .sale-price {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: #ea4c62; }
    .product-description .sale-price span {
      margin-left: 0.5rem;
      color: #747794;
      text-decoration: line-through;
      font-size: 1rem; }
  .product-description .ratings i {
    color: #ffaf00;
    font-size: 12px;
    margin-right: 3px; }
  .product-description .ratings span {
    font-size: 12px;
    color: #747794; }
  .product-description .total-result-of-ratings span:first-child {
    background-color: #00b894;
    padding: 3px 6px;
    color: #ffffff;
    display: inline-block;
    border-radius: .25rem;
    font-size: 12px;
    margin-right: 0.25rem;
    font-weight: 700; }
  .product-description .total-result-of-ratings span:last-child {
    color: #00b894;
    font-size: 12px;
    font-weight: 700; }

.cart-form {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .cart-form .form-control {
    max-width: 50px;
    height: 35px;
    margin-right: 0.5rem;
    margin-left: 0.5rem;
    text-align: center;
    font-weight: 700;
    padding: 0.375rem 0.5rem; }
  .cart-form .quantity-button-handler {
    width: 35px;
    height: 35px;
    background-color: #f8f8ff;
    border: 1px solid #ebebeb;
    color: #020310;
    line-height: 33px;
    font-size: 1.25rem;
    text-align: center;
    border-radius: 0.25rem;
    cursor: pointer;
    -webkit-transition-duration: 500ms;
            transition-duration: 500ms; }
    .cart-form .quantity-button-handler:hover {
      color: #100DD1; }

.p-wishlist-share a {
  display: inline-block;
  color: #ea4c62;
  font-size: 1.5rem; }

.choose-color-radio .form-check-input {
  border: 0;
  background-color: #f8f8ff; }
  .choose-color-radio .form-check-input.blue {
    background-color: #100DD1; }
  .choose-color-radio .form-check-input.yellow {
    background-color: #ffaf00; }
  .choose-color-radio .form-check-input.green {
    background-color: #00b894; }
  .choose-color-radio .form-check-input.purple {
    background-color: #ea4c62; }
  .choose-color-radio .form-check-input:checked {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e"); }

.choose-size-radio {
  position: relative;
  z-index: 1;
  text-align: right; }
  .choose-size-radio .form-check-input {
    background-color: #f8f8ff;
    border-radius: 0.25rem; }
    .choose-size-radio .form-check-input:checked {
      background-color: #ea4c62;
      border-color: #ea4c62;
      background-image: none; }
  .choose-size-radio .form-check-label {
    font-size: 12px;
    font-weight: 700; }

.p-specification {
  position: relative;
  z-index: 1; }
  .p-specification li {
    font-size: 14px; }

.single-user-review {
  position: relative;
  z-index: 1;
  border-bottom: 2px dashed #ebebeb;
  margin-bottom: 1rem;
  padding-bottom: 1rem; }
  .single-user-review:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0; }
  .single-user-review .user-thumbnail {
    margin-top: 0.5rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40px;
            flex: 0 0 40px;
    width: 40px;
    max-width: 40px;
    margin-right: .5rem; }
    .single-user-review .user-thumbnail img {
      border-radius: 50%; }
  .single-user-review .rating {
    font-size: 12px;
    color: #ffaf00; }
  .single-user-review .name-date {
    display: block;
    font-size: 11px; }

.ratings-submit-form {
  position: relative;
  z-index: 1; }
  .ratings-submit-form textarea.form-control {
    height: 80px;
    font-size: 14px; }
  .ratings-submit-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; }
    .ratings-submit-form .stars:before, .ratings-submit-form .stars:after {
      display: table;
      content: ""; }
    .ratings-submit-form .stars:after {
      clear: both; }
    .ratings-submit-form .stars input[type="radio"] {
      position: absolute;
      opacity: 0; }
      .ratings-submit-form .stars input[type="radio"].star-5:checked ~ span {
        width: 100%; }
      .ratings-submit-form .stars input[type="radio"].star-4:checked ~ span {
        width: 80%; }
      .ratings-submit-form .stars input[type="radio"].star-3:checked ~ span {
        width: 60%; }
      .ratings-submit-form .stars input[type="radio"].star-2:checked ~ span {
        width: 40%; }
      .ratings-submit-form .stars input[type="radio"].star-1:checked ~ span {
        width: 20%; }
    .ratings-submit-form .stars label {
      display: block;
      width: 30px;
      height: 30px;
      margin: 0 !important;
      padding: 0 !important;
      text-indent: -99999rem;
      float: left;
      position: relative;
      z-index: 10;
      background: transparent !important;
      cursor: pointer; }
      .ratings-submit-form .stars label:hover ~ span {
        background-position: 0 -30px; }
      .ratings-submit-form .stars label.star-5:hover ~ span {
        width: 100% !important; }
      .ratings-submit-form .stars label.star-4:hover ~ span {
        width: 80% !important; }
      .ratings-submit-form .stars label.star-3:hover ~ span {
        width: 60% !important; }
      .ratings-submit-form .stars label.star-2:hover ~ span {
        width: 40% !important; }
      .ratings-submit-form .stars label.star-2:hover ~ span {
        width: 20% !important; }
    .ratings-submit-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: width 0.5s;
      transition: width 0.5s; }

.add2cart-notification {
   position: fixed;
    bottom: 0;
    width: 100%;
    height: 42px;
    background-color: #30bc5b;
    z-index: 1000;
    color: #ffffff;
    text-align: center;
    font-size: 12px;
    line-height: 43px;
    font-weight: 700;
    
}

.discount-coupon-card {
  position: relative;
  z-index: 1;
  background-color: #ea4c62 !important; }
  .discount-coupon-card .coupon-text-wrap h5 {
    border-right: 1px solid rgba(255, 255, 255, 0.75); }

.offline-area-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
  height: calc(100vh - 108px); }
  .offline-area-wrapper i {
    font-size: 3rem;
    display: block;
    margin-bottom: 1rem; }

.sales-offer-content {
  position: relative;
  z-index: 1; }
  .sales-offer-content .sales-end {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
    max-width: 60%;
    width: 60%; }
  .sales-offer-content .sales-volume {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
    max-width: 40%;
    width: 40%; }
  .sales-offer-content .sales-end-timer li {
    line-height: 1;
    margin-left: 0.5rem;
    color: #ea4c62;
    font-weight: 700;
    font-size: 13px; }
    .sales-offer-content .sales-end-timer li:first-child {
      margin-left: 0; }
    .sales-offer-content .sales-end-timer li span {
      margin-right: 0.125rem;
      color: #ea4c62; }
  .sales-offer-content .sales-volume .progress {
    border-radius: 100px;
    }

/* Footer CSS */
.footer-nav-area {
    
-webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    background-color: #fff;
    width: 100%;
    height: 73px;
    position: fixed;
    bottom: 0px;
    left: 0;
    right: 0;
    z-index: 1000;
    -webkit-box-shadow: 0 -6px 12px rgba(15, 15, 15, 0.15);
    box-shadow: 0 -6px 12px rgba(15, 15, 15, 0.15);
    /*border-radius: 0.6rem;*/
    border-radius:20px 20px 0px 0px;
    margin: 0 auto;
    /*background: -webkit-linear-gradient(297deg, #a4cd39, #eff48e 79%);*/
    /*background: linear-gradient(145deg, #5cac3a, #25953c 153%);*/
    /*background: linear-gradient(145deg, #5cac3a, #a5ce39 55%);*/
    background: #262e39;
        
    
}


.ft_count{
    position: absolute;
    width: 18px;
    height: 18px;
    display: flex;
    background: #f7941d;
    border-radius: 50px;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    top: -10px;
    right: 14px;
    color: #fff;
    font-weight: 600;
}
.hexa-footer-nav ul {
  width: 100%; }
  .hexa-footer-nav ul li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
    position: relative;
    z-index: 1; }
    .hexa-footer-nav ul li a {
      position: relative;
      display: block;
      font-size: 12px;
      text-align: center;
      /* font-weight: 700; */
      text-transform: capitalize;
      line-height: 1;
      color: #fff;
      z-index: 1;
       /*font-weight: 700 !important;*/
      }
      .hexa-footer-nav ul li a i {
        display: block;
        /*font-size: 18px;*/
        font-size: 2em;
        
         margin-bottom: 6px; 
        /*background: -webkit-linear-gradient(283deg, #1a1a1a 0, #6fc70f 55%, #0a00b2 100%);*/
       /*background-image: -ms-linear-gradient(330deg, #ff9000 0, red 50%, #0a00b2 100%);*/
           background: -webkit-linear-gradient(283deg, #ffffff 0, #ffffff 55%, #ffffff 100%);
      -webkit-background-clip: text;
      background-clip: text;
      -webkit-text-fill-color: transparent;

          
      }
      /*.hexa-footer-nav ul li a:hover, .hexa-footer-nav ul li a:focus {*/
      /*  color: #100DD1; */
          
      /*}*/
      .hexa-footer-nav ul li a img {
        max-height: 1.5rem;
        margin: 0 auto .25rem;
        display: block; }
    .hexa-footer-nav ul li.active a {
      color: #fff;
     

    }

/* Cta Area */
.cta-area {
  position: relative;
  z-index: 2; }
  .cta-area .cta-text {
    position: relative;
    z-index: 1;
    border-radius: 0.75rem;
    background-size: cover;
    background-position: center top; }
    .cta-area .cta-text p,
    .cta-area .cta-text h4 {
      color: #ffffff; }
    .cta-area .cta-text::after {
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      position: absolute;
      content: "";
      background: #100DD1;
      background: -webkit-gradient(linear, right top, left top, from(#100DD1), to(#0d3bd1));
      background: linear-gradient(to left, #100DD1, #0d3bd1);
      z-index: -10;
      border-radius: 0.75rem;
      opacity: .75; }

/* Register CSS */
.login-wrapper {
  position: relative;
  width: 100%;
  min-height: 100vh;
  background: #100DD1;
  background: -webkit-gradient(linear, right top, left top, from(#100DD1), to(#0d3bd1));
  background: linear-gradient(to left, #100DD1, #0d3bd1);
  z-index: 10;
  overflow-y: auto;
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow-x: hidden; }
  .login-wrapper .background-shape {
    position: absolute;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    background-color: #ffffff;
    opacity: 0.175;
    z-index: -1;
    top: -130px;
    right: -85px; }
  .login-wrapper .success-check {
    color: #ffffff;
    margin: 0 auto; }
    .login-wrapper .success-check i {
      font-size: 3rem; }

.register-form {
  position: relative;
  z-index: 1; }
  .register-form .form-group {
    position: relative;
    z-index: 1; }
  .register-form span {
    color: #ffffff;
    font-size: 12px;
    display: block; }
  .register-form form > .form-group > label {
    position: absolute;
    text-align: center;
    z-index: 100;
    border-radius: 50%;
    left: 0;
    font-size: 16px;
    margin-bottom: 0;
    color: #ffffff;
    top: 26px; }
  .register-form .form-control {
    border-radius: 0;
    border: 0;
    color: #ffffff;
    font-size: 13px;
    background-color: transparent;
    height: 40px;
    padding: 8px 8px 8px 24px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15); }
    .register-form .form-control::-webkit-input-placeholder {
      color: #ffffff;
      opacity: 0.5; }
    .register-form .form-control::-moz-placeholder {
      color: #ffffff;
      opacity: 0.5; }
    .register-form .form-control:-ms-input-placeholder {
      color: #ffffff;
      opacity: 0.5; }
    .register-form .form-control::-ms-input-placeholder {
      color: #ffffff;
      opacity: 0.5; }
    .register-form .form-control::placeholder {
      color: #ffffff;
      opacity: 0.5; }
  .register-form .progress {
    width: 100%;
    height: 5px;
    margin-top: 1rem;
    border-radius: 0.75rem;
    margin-bottom: 0.25rem; }
  .register-form .password-score {
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .register-form .password-score span {
      font-size: 18px;
      margin-left: 1rem; }
  .register-form .password-recommendation {
    display: none !important; }
  .register-form #password-recommendation-heading {
    font-weight: 700;
    color: #00b894;
    font-size: 16px; }

.view-as-guest .btn {
  color: #ffffff;
  opacity: 0.65;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px; }
  .view-as-guest .btn:hover, .view-as-guest .btn:focus {
    opacity: 1; }

.login-meta-data a {
  font-size: 14px;
  color: #ffffff;
  font-weight: 500; }
  .login-meta-data a:hover, .login-meta-data a:focus {
    color: #ffaf00; }

.login-meta-data p {
  color: rgba(255, 255, 255, 0.7); }
  .login-meta-data p a {
    color: #ffffff;
    font-weight: 500; }
    .login-meta-data p a:hover, .login-meta-data p a:focus {
      color: #ffaf00; }

.go-back-btn {
  -webkit-transition-duration: 400ms;
          transition-duration: 400ms;
  position: fixed;
  top: 30px;
  right: 30px;
  background-color: #ea4c62;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  color: #ffffff;
  line-height: 42px;
  z-index: 10;
  cursor: pointer; }
  .go-back-btn:hover, .go-back-btn:focus {
    background-color: #100DD1;
    color: #ffffff; }

.otp-form {
  position: relative;
  z-index: 1; }
  .otp-form .form-control {
    padding: 0.5rem 0.75rem;
    border: 0;
    font-size: 14px;
    background-color: rgba(255, 255, 255, 0.25);
    font-weight: 700;
    color: #ffffff;
    border-radius: 0.5rem; }
    .otp-form .form-control::-webkit-input-placeholder {
      color: #ffffff;
      opacity: 0.5; }
    .otp-form .form-control::-moz-placeholder {
      color: #ffffff;
      opacity: 0.5; }
    .otp-form .form-control:-ms-input-placeholder {
      color: #ffffff;
      opacity: 0.5; }
    .otp-form .form-control::-ms-input-placeholder {
      color: #ffffff;
      opacity: 0.5; }
    .otp-form .form-control::placeholder {
      color: #ffffff;
      opacity: 0.5; }
  .otp-form select.form-select {
    padding: 0.5rem 0.75rem;
    height: 50px;
    border: 0;
    font-size: 14px;
    background-color: rgba(255, 255, 255, 0.25);
    font-weight: 700;
    color: #ffffff;
    border-radius: 0.5rem;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80px;
            flex: 0 0 80px;
    max-width: 80px;
    width: 80px; }
    .otp-form select.form-select:focus {
      -webkit-box-shadow: none !important;
              box-shadow: none !important; }
  .otp-form select option {
    background-color: #100DD1; }
  .otp-form input.form-control {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important; }

.otp-verify-form {
  position: relative;
  z-index: 1; }
  .otp-verify-form .form-control {
    -webkit-transition-duration: 500ms;
            transition-duration: 500ms;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50px;
            flex: 0 0 50px;
    max-width: 50px;
    width: 50px;
    padding: 12px;
    border: 0;
    text-align: center;
    font-size: 1.25rem;
    background-color: rgba(255, 255, 255, 0.25);
    color: #ffffff;
    font-weight: 700; }
    .otp-verify-form .form-control::-webkit-input-placeholder {
      color: #ffffff;
      opacity: 0.5; }
    .otp-verify-form .form-control::-moz-placeholder {
      color: #ffffff;
      opacity: 0.5; }
    .otp-verify-form .form-control:-ms-input-placeholder {
      color: #ffffff;
      opacity: 0.5; }
    .otp-verify-form .form-control::-ms-input-placeholder {
      color: #ffffff;
      opacity: 0.5; }
    .otp-verify-form .form-control::placeholder {
      color: #ffffff;
      opacity: 0.5; }
    .otp-verify-form .form-control:focus {
      background-color: #ffaf00;
      color: #020310; }

.otp-sec {
  font-weight: 500; }

.contact-wrap {
  position: relative;
  width: 100%;
  min-height: 100vh;
  z-index: 10;
  overflow-y: auto;
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow-x: hidden;
  background-color: #e7eaf5; }

.contact-form {
  position: relative;
  z-index: 1; }
  .contact-form .form-group {
    position: relative;
    z-index: 1; }
  .contact-form form > .form-group > label {
    position: absolute;
    text-align: center;
    z-index: 100;
    border-radius: 50%;
    left: 10px;
    font-size: 16px;
    margin-bottom: 0;
    color: #747794;
    top: 11px; }
  .contact-form .form-control {
    border-radius: 0.5rem;
    border: 0;
    color: #747794;
    font-size: 13px;
    background-color: #ffffff;
    height: 46px;
    padding: 0.75rem 1.25rem; }
    .contact-form .form-control::-webkit-input-placeholder {
      color: #747794;
      opacity: 1; }
    .contact-form .form-control::-moz-placeholder {
      color: #747794;
      opacity: 1; }
    .contact-form .form-control:-ms-input-placeholder {
      color: #747794;
      opacity: 1; }
    .contact-form .form-control::-ms-input-placeholder {
      color: #747794;
      opacity: 1; }
    .contact-form .form-control::placeholder {
      color: #747794;
      opacity: 1; }
  .contact-form textarea.form-control {
    height: 120px; }

.google-maps-wrap {
  position: relative;
  z-index: 1; }
  .google-maps-wrap iframe {
    width: 100%;
    height: 300px;
    border: 0; }

/* Contact CSS */
.form-control {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  border-color: #363636;
  height: 50px;
  padding: 0.375rem 1rem;
  font-size: 14px; 
    background: #363636;
}
  .form-control:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
    /*color: #ffffff!important;*/
    background-color: #363636!important;
}

.form-control {
   
    /*color: #f9f9f9;*/
    
}

#time-select {
    
    color: #ffffff;
}

/* Blog CSS */
.post-bookmark-wrap {
  position: relative;
  z-index: 1; }

.blog-card {
  position: relative;
  z-index: 1;
  border: 0; }
  .blog-card .post-img {
    position: relative;
    z-index: 1;
    border-radius: 0.75rem; }
    .blog-card .post-img img {
      border-radius: 0.75rem; }
    .blog-card .post-img::after {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      content: "";
      background-color: #020310;
      opacity: 0.3;
      z-index: 1;
      border-radius: 0.75rem; }
  .blog-card .post-bookmark {
    position: absolute;
    z-index: 100;
    color: #ffffff;
    top: .5rem;
    right: .5rem;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: transparent;
    text-align: center; }
    .blog-card .post-bookmark i {
      line-height: 30px; }
    .blog-card .post-bookmark:hover, .blog-card .post-bookmark:focus {
      background-color: rgba(255, 255, 255, 0.2); }
  .blog-card .post-content {
    position: absolute !important;
    width: calc(100% - 1rem);
    bottom: .5rem;
    left: .5rem;
    z-index: 100;
    border-radius: .5rem;
    background-color: #ffffff;
    padding: .75rem;
    overflow: hidden; }
    .blog-card .post-content .bg-shapes .circle1 {
      width: 30px;
      height: 30px;
      position: absolute;
      border-radius: 50%;
      top: -15px;
      right: -15px;
      background-color: transparent;
      border: 1px solid #ebebeb;
      z-index: -1; }
    .blog-card .post-content .bg-shapes .circle2 {
      width: 50px;
      height: 50px;
      position: absolute;
      border-radius: 50%;
      top: -25px;
      right: -25px;
      background-color: transparent;
      border: 1px solid #ebebeb;
      z-index: -1; }
    .blog-card .post-content .bg-shapes .circle3 {
      width: 70px;
      height: 70px;
      position: absolute;
      border-radius: 50%;
      top: -35px;
      right: -35px;
      background-color: transparent;
      border: 1px solid #ebebeb;
      z-index: -1; }
    .blog-card .post-content .bg-shapes .circle4 {
      width: 90px;
      height: 90px;
      position: absolute;
      border-radius: 50%;
      top: -45px;
      right: -45px;
      background-color: transparent;
      border: 1px solid #ebebeb;
      z-index: -1; }
    .blog-card .post-content .post-catagory {
      font-size: 11px;
      text-transform: uppercase;
      font-weight: 700;
      color: #ea4c62;
      margin-bottom: 0.125rem;
      letter-spacing: .5px; }
    .blog-card .post-content .post-title {
      font-size: 14px;
      font-weight: 700;
      line-height: 1.3;
      color: #020310;
      margin-bottom: .5rem;
      overflow: hidden;
      height: 38px; }
      .blog-card .post-content .post-title:hover, .blog-card .post-content .post-title:focus {
        color: #100DD1; }
    .blog-card .post-content .post-meta {
      position: relative;
      z-index: 1; }
      .blog-card .post-content .post-meta a {
        font-size: 10px;
        line-height: 1;
        color: #747794; }
        .blog-card .post-content .post-meta a:hover, .blog-card .post-content .post-meta a:focus {
          color: #100DD1; }
        .blog-card .post-content .post-meta a i {
          margin-right: 0.25rem; }
      .blog-card .post-content .post-meta span {
        font-size: 10px;
        line-height: 1;
        color: #747794; }
        .blog-card .post-content .post-meta span i {
          margin-right: 0.25rem; }
  .blog-card.list-card .post-content {
    width: calc(50% - 1rem);
    bottom: .75rem;
    left: .75rem; }
  .blog-card.list-card .post-bookmark {
    top: .75rem;
    right: .75rem; }
  .blog-card.list-card .read-more-btn {
    position: absolute;
    min-width: 100px;
    right: .75rem;
    bottom: .75rem;
    z-index: 99; }

.blog-catagory-card {
  position: relative;
  z-index: 1; }
  .blog-catagory-card a {
    display: block; }
    .blog-catagory-card a i {
      color: #100DD1;
      font-size: 2rem;
      margin-bottom: 1rem;
      display: block; }
    .blog-catagory-card a span {
      -webkit-transition-duration: 500ms;
              transition-duration: 500ms;
      color: #747794;
      text-transform: uppercase;
      font-size: 12px;
      font-weight: 700;
      letter-spacing: .5px; }
    .blog-catagory-card a:hover span, .blog-catagory-card a:focus span {
      color: #100DD1; }

.blog-details-post-thumbnail {
  position: relative;
  z-index: 1;
  margin-bottom: -40px; }
  .blog-details-post-thumbnail .post-bookmark {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #ea4c62;
    text-align: center;
    position: absolute;
    top: 1rem;
    left: 0;
    z-index: 100;
    color: #ffffff; }
    .blog-details-post-thumbnail .post-bookmark i {
      line-height: 35px; }
    .blog-details-post-thumbnail .post-bookmark:hover, .blog-details-post-thumbnail .post-bookmark:focus {
      background-color: #100DD1;
      color: #ffffff; }

.product-title-meta-data {
  position: relative;
  z-index: 1; }
  .product-title-meta-data .post-catagory {
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: .5px;
    color: #ea4c62;
    font-weight: 700; }

.post-meta-data a {
  color: #747794;
  font-size: 12px; }
  .post-meta-data a img {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    margin-right: 0.25rem; }
  .post-meta-data a span {
    -webkit-transition-duration: 500ms;
            transition-duration: 500ms;
    padding: 3px 8px;
    border: 1px solid #100DD1;
    border-radius: .25rem;
    margin-left: 0.5rem;
    color: #100DD1; }
  .post-meta-data a:hover span, .post-meta-data a:focus span {
    border-color: #100DD1;
    color: #ffffff;
    background-color: #100DD1; }

.post-meta-data span {
  color: #747794;
  font-size: 12px; }
  .post-meta-data span i {
    margin-right: 0.25rem; }

.post-content p:last-child {
  margin-bottom: 0; }

/* Night Mode */
#previewPage[data-theme="dark"] {
  background-color: #e7eaf5; }
  #previewPage[data-theme="dark"] body {
    background-color: #e7eaf5; }
  #previewPage[data-theme="dark"] .preview-iframe-wrapper .preview-hero-area .preview-content-wrapper .demo-title {
    color: #020310; }
  #previewPage[data-theme="dark"] h1,
  #previewPage[data-theme="dark"] h2,
  #previewPage[data-theme="dark"] h3,
  #previewPage[data-theme="dark"] h4,
  #previewPage[data-theme="dark"] h5,
  #previewPage[data-theme="dark"] h6 {
    color: #020310; }

[data-theme="dark"] {
  background-color: #0C153B; }
  [data-theme="dark"] #preloader {
    background-color: #0C153B; }
  [data-theme="dark"] body {
    background-color: #0C153B; }
  [data-theme="dark"] a,
  [data-theme="dark"] a:hover,
  [data-theme="dark"] a:focus {
    color: #ffffff; }
  [data-theme="dark"] h1,
  [data-theme="dark"] h2,
  [data-theme="dark"] h3,
  [data-theme="dark"] h4,
  [data-theme="dark"] h5,
  [data-theme="dark"] h6 {
    color: rgba(255, 255, 255, 0.9); }
  [data-theme="dark"] .header-area {
    background-color: #0C153B;
    -webkit-box-shadow: 0 3px 12px rgba(255, 255, 255, 0.175);
            box-shadow: 0 3px 12px rgba(255, 255, 255, 0.175); }
  [data-theme="dark"] .footer-nav-area {
    background-color: #0C153B;
    -webkit-box-shadow: 0 -3px 12px rgba(255, 255, 255, 0.175);
            box-shadow: 0 -3px 12px rgba(255, 255, 255, 0.175); }
  [data-theme="dark"] .card {
    border-color: #242644;
    background-color: #242644;
    -webkit-box-shadow: none;
            box-shadow: none; }
  [data-theme="dark"] .hexa-footer-nav ul li a {
    color: rgba(255, 255, 255, 0.8); }
  [data-theme="dark"] .hexa-footer-nav ul li.active a {
    color: #ffaf00; }
  [data-theme="dark"] .hexa-footer-nav ul li a:hover,
  [data-theme="dark"] .hexa-footer-nav ul li a:focus {
    color: #ffaf00; }
  [data-theme="dark"] .top-search-form form .form-control {
    background-color: transparent;
    border-color: rgba(255, 255, 255, 0.125); }
  [data-theme="dark"] .btn-warning:hover, [data-theme="dark"] .btn-warning:focus {
    color: #ffffff;
    background-color: #282958;
    border-color: #282958; }
  [data-theme="dark"] .btn-danger:hover, [data-theme="dark"] .btn-danger:focus {
    background-color: #282958;
    border-color: #282958; }
  [data-theme="dark"] .btn-primary:hover, [data-theme="dark"] .btn-primary:focus {
    background-color: #282958;
    border-color: #282958; }
  [data-theme="dark"] .btn-success:hover, [data-theme="dark"] .btn-success:focus {
    background-color: #282958;
    border-color: #282958; }
  [data-theme="dark"] .btn-info:hover, [data-theme="dark"] .btn-info:focus {
    background-color: #282958;
    border-color: #282958; }
  [data-theme="dark"] .catagory-card span {
    color: #ffffff; }
  [data-theme="dark"] .catagory-card:hover span,
  [data-theme="dark"] .catagory-card:focus span {
    color: #ffaf00; }
  [data-theme="dark"] .flash-sale-card .product-title {
    color: #ffffff; }
  [data-theme="dark"] .flash-sale-card:hover .product-title,
  [data-theme="dark"] .flash-sale-card:focus .product-title {
    color: #ffaf00; }
  [data-theme="dark"] .flash-sale-card .sale-price {
    color: #ffffff; }
  [data-theme="dark"] .flash-sale-card .progress-title {
    color: rgba(255, 255, 255, 0.7); }
  [data-theme="dark"] .top-product-card .product-title {
    color: #ffffff; }
  [data-theme="dark"] .top-product-card:hover .product-title,
  [data-theme="dark"] .top-product-card:focus .product-title {
    color: #ffaf00; }
  [data-theme="dark"] .top-product-card .btn:hover, [data-theme="dark"] .top-product-card .btn:focus {
    background-color: #ea4c62;
    border-color: #ea4c62; }
  [data-theme="dark"] .weekly-product-card .product-description .product-title {
    color: #ffffff; }
  [data-theme="dark"] .weekly-product-card:hover .product-title,
  [data-theme="dark"] .weekly-product-card:focus .product-title {
    color: #ffaf00; }
  [data-theme="dark"] .weekly-product-card .product-description .sale-price {
    color: #ffaf00; }
  [data-theme="dark"] .page-nav li a {
    background-color: #332858;
    color: #ffffff; }
  [data-theme="dark"] .page-nav li a:hover,
  [data-theme="dark"] .page-nav li a:focus {
    color: #ffaf00; }
  [data-theme="dark"] .cart-table table tbody tr {
    background-color: transparent; }
  [data-theme="dark"] .cart-table table a {
    color: #ffffff; }
  [data-theme="dark"] .cart-table table a:hover,
  [data-theme="dark"] .cart-table table a:focus {
    color: #ffaf00; }
  [data-theme="dark"] .cart-table img {
    border-color: rgba(255, 255, 255, 0.2); }
  [data-theme="dark"] .back-button a {
    color: #ffffff; }
  [data-theme="dark"] .back-button a:hover,
  [data-theme="dark"] .back-button a:focus {
    color: #ffaf00; }
  [data-theme="dark"] .filter-option {
    color: #ffaf00; }
  [data-theme="dark"] .catagory-sidebar-area,
  [data-theme="dark"] .type-text-form {
    background-color: #0C153B; }
  [data-theme="dark"] .type-text-form {
    -webkit-box-shadow: 0 -3px 12px rgba(255, 255, 255, 0.175);
            box-shadow: 0 -3px 12px rgba(255, 255, 255, 0.175); }
  [data-theme="dark"] .type-text-form .form-control,
  [data-theme="dark"] .type-text-form .file-upload span,
  [data-theme="dark"] .type-text-form button[type="submit"] {
    background-color: #0C153B; }
  [data-theme="dark"] .type-text-form button[type="submit"] {
    color: #ffffff;
    outline: none; }
  [data-theme="dark"] .user-info-card {
    background-color: #ffaf00;
    border-color: #ffaf00; }
    [data-theme="dark"] .user-info-card h5 {
      color: #ffffff; }
  [data-theme="dark"] .user-data-card .title {
    color: #ffffff; }
  [data-theme="dark"] .cart-table table tbody tr {
    border-color: rgba(255, 255, 255, 0.2); }
  [data-theme="dark"] .pay-credit-card-form small a {
    color: #ffffff; }
    [data-theme="dark"] .pay-credit-card-form small a:hover, [data-theme="dark"] .pay-credit-card-form small a:focus {
      color: #ffaf00; }
  [data-theme="dark"] .single-payment-method a {
    background-color: #ea4c62; }
    [data-theme="dark"] .single-payment-method a h6 {
      color: #ffffff; }
    [data-theme="dark"] .single-payment-method a:hover h6, [data-theme="dark"] .single-payment-method a:focus h6 {
      color: #100DD1; }
  [data-theme="dark"] .billing-information-title-card {
    border-color: transparent; }
  [data-theme="dark"] .shipping-method-choose-title-card {
    border-color: transparent; }
  [data-theme="dark"] .language-area-wrapper input[type="radio"]:checked ~ label,
  [data-theme="dark"] .shipping-method-choose input[type="radio"]:checked ~ label {
    color: #ffffff;
    background-color: rgba(16, 13, 209, 0.7); }
  [data-theme="dark"] .language-area-wrapper input[type="radio"]:checked ~ .check::before,
  [data-theme="dark"] .shipping-method-choose input[type="radio"]:checked ~ .check::before {
    background: #ffffff; }
  [data-theme="dark"] .language-area-wrapper input[type="radio"]:checked ~ .check,
  [data-theme="dark"] .shipping-method-choose input[type="radio"]:checked ~ .check {
    border-color: #ffffff; }
  [data-theme="dark"] .list-group-item {
    background-color: #242644;
    border-color: #242644 !important; }
  [data-theme="dark"] .notification-area .list-group-item h6 {
    color: #ffffff; }
  [data-theme="dark"] .notification-area .list-group-item:hover h6,
  [data-theme="dark"] .notification-area .list-group-item:focus h6 {
    color: #ffaf00; }
  [data-theme="dark"] .notification-area .list-group-item.readed {
    background-color: #0C153B; }
  [data-theme="dark"] .single-settings .button.r {
    border-color: rgba(255, 255, 255, 0.15); }
  [data-theme="dark"] .single-settings .data-content a:hover, [data-theme="dark"] .single-settings .data-content a:focus {
    color: #ffaf00; }
  [data-theme="dark"] .layout-options a {
    background-color: #242644; }
  [data-theme="dark"] .layout-options a:hover,
  [data-theme="dark"] .layout-options a:focus,
  [data-theme="dark"] .layout-options a.active {
    background-color: #ea4c62; }
  [data-theme="dark"] .post-content,
  [data-theme="dark"] .selection-panel.bg-white,
  [data-theme="dark"] .product-title-meta-data.bg-white,
  [data-theme="dark"] .cart-form-wrapper.bg-white,
  [data-theme="dark"] .p-specification.bg-white,
  [data-theme="dark"] .rating-and-review-wrapper.bg-white,
  [data-theme="dark"] .ratings-submit-form.bg-white {
    background-color: #242644 !important; }
  [data-theme="dark"] .p-wishlist-share a {
    color: #ea4c62; }
  [data-theme="dark"] .p-wishlist-share a:last-child {
    color: #ffaf00; }
  [data-theme="dark"] .single-user-review {
    border-color: rgba(255, 255, 255, 0.2); }
  [data-theme="dark"] .accordian-card .accordian-header button {
    color: #ffaf00; }
  [data-theme="dark"] .accordian-card .accordian-header button.collapsed > span {
    color: #ffffff; }
  [data-theme="dark"] .faq-search-form input {
    border-color: transparent; }
  [data-theme="dark"] .top-product-card .delete-btn,
  [data-theme="dark"] .weekly-product-card .product-thumbnail-side .delete-btn {
    color: #020310; }
  [data-theme="dark"] .product-title-meta-data::after {
    background-image: url(img/core-img/curve2.png); }
  [data-theme="dark"] .top-product-card .wishlist-btn {
    color: #ea4c62; }
  [data-theme="dark"] .catagory-card i {
    color: #ffaf00; }
  [data-theme="dark"] .blog-catagory-card a i {
    color: #ffaf00; }
  [data-theme="dark"] .blog-catagory-card a span {
    color: #ffffff; }
    [data-theme="dark"] .blog-catagory-card a span:hover, [data-theme="dark"] .blog-catagory-card a span:focus {
      color: #ffaf00; }
  [data-theme="dark"] .post-meta-data a span {
    border-color: rgba(255, 255, 255, 0.7);
    color: rgba(255, 255, 255, 0.7); }
    [data-theme="dark"] .post-meta-data a span:hover, [data-theme="dark"] .post-meta-data a span:focus {
      border-color: #ffaf00;
      color: #ffaf00; }
  [data-theme="dark"] .ratings-submit-form textarea.form-control {
    border-color: rgba(255, 255, 255, 0.2);
    background-color: rgba(255, 255, 255, 0.2);
    color: #ffffff !important; }
  [data-theme="dark"] .blog-card .post-content .post-title {
    color: #ffffff; }
    [data-theme="dark"] .blog-card .post-content .post-title:hover, [data-theme="dark"] .blog-card .post-content .post-title:focus {
      color: #ffaf00; }
  [data-theme="dark"] .blog-card .post-content .post-meta a,
  [data-theme="dark"] .blog-card .post-content .post-meta span {
    color: rgba(255, 255, 255, 0.7); }
    [data-theme="dark"] .blog-card .post-content .post-meta a:hover, [data-theme="dark"] .blog-card .post-content .post-meta a:focus,
    [data-theme="dark"] .blog-card .post-content .post-meta span:hover,
    [data-theme="dark"] .blog-card .post-content .post-meta span:focus {
      color: #ffffff; }
  [data-theme="dark"] .blog-card .post-content .bg-shapes .circle1,
  [data-theme="dark"] .blog-card .post-content .bg-shapes .circle2,
  [data-theme="dark"] .blog-card .post-content .bg-shapes .circle3,
  [data-theme="dark"] .blog-card .post-content .bg-shapes .circle4 {
    border-color: rgba(255, 255, 255, 0.1); }
  [data-theme="dark"] .featured-product-card .product-description .product-title {
    color: #ffffff; }
    [data-theme="dark"] .featured-product-card .product-description .product-title:hover, [data-theme="dark"] .featured-product-card .product-description .product-title:focus {
      color: #ffaf00; }
  [data-theme="dark"] .cart-table .qty-text,
  [data-theme="dark"] .form-control {
    border-color: rgba(255, 255, 255, 0.2);
    background-color: rgba(255, 255, 255, 0.2);
    color: #ffffff !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
    [data-theme="dark"] .cart-table .qty-text::-webkit-input-placeholder, [data-theme="dark"] .form-control::-webkit-input-placeholder {
      color: #ffffff;
      opacity: 1; }
    [data-theme="dark"] .cart-table .qty-text::-moz-placeholder, [data-theme="dark"] .form-control::-moz-placeholder {
      color: #ffffff;
      opacity: 1; }
    [data-theme="dark"] .cart-table .qty-text:-ms-input-placeholder, [data-theme="dark"] .form-control:-ms-input-placeholder {
      color: #ffffff;
      opacity: 1; }
    [data-theme="dark"] .cart-table .qty-text::-ms-input-placeholder, [data-theme="dark"] .form-control::-ms-input-placeholder {
      color: #ffffff;
      opacity: 1; }
    [data-theme="dark"] .cart-table .qty-text::placeholder,
    [data-theme="dark"] .form-control::placeholder {
      color: #ffffff;
      opacity: 1; }
    [data-theme="dark"] .cart-table .qty-text option,
    [data-theme="dark"] .form-control option {
      border-color: transparent !important;
      background-color: #0C153B;
      color: #ffffff !important; }
  [data-theme="dark"] .register-form .form-control {
    background-color: transparent !important; }
    [data-theme="dark"] .register-form .form-control::-webkit-input-placeholder {
      color: #ffffff;
      opacity: 0.7; }
    [data-theme="dark"] .register-form .form-control::-moz-placeholder {
      color: #ffffff;
      opacity: 0.7; }
    [data-theme="dark"] .register-form .form-control:-ms-input-placeholder {
      color: #ffffff;
      opacity: 0.7; }
    [data-theme="dark"] .register-form .form-control::-ms-input-placeholder {
      color: #ffffff;
      opacity: 0.7; }
    [data-theme="dark"] .register-form .form-control::placeholder {
      color: #ffffff;
      opacity: 0.7; }
  [data-theme="dark"] .agent-message-content .agent-message-text p {
    background-color: rgba(255, 255, 255, 0.2);
    color: #ffffff; }
  [data-theme="dark"] .faq-search-form button {
    color: #ffffff; }
  [data-theme="dark"] .form-check-input {
    background-color: #332858; }
  [data-theme="dark"] .cart-form .quantity-button-handler {
    border: transparent;
    background-color: #332858;
    color: #ffffff; }
  [data-theme="dark"] .flash-sale-panel {
    background-color: #242644 !important; }
  [data-theme="dark"] .btn-warning {
    color: #020310; }


















.sticky-header.sticky {
    
    display: none!important;
    
    position: fixed;
    z-index: 99;
    width: 100%;
    top: 0;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.11);
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: 900ms;
    animation-duration: 900ms;
    -webkit-animation-timing-function: cubic-bezier(0.2, 1, 0.22, 1);
    animation-timing-function: cubic-bezier(0.2, 1, 0.22, 1);
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-direction: normal;
    animation-direction: normal;
    -webkit-animation-fill-mode: none;
    animation-fill-mode: none;
    -webkit-animation-play-state: running;
    animation-play-state: running;
    border-bottom: 0;
    display: block;
}
.sticky-header {
    background-color: #040404;
    z-index: 100;
    width: 100%;
    /*box-shadow: 0 1px 2px 0 rgb(148 150 159 / 30%);*/
    line-height: 0;
    height: 75px!important;
}




@media (min-width: 992px){
.py-3 .col-lg-3 {
    flex: 0 0 16.6%;
    max-width: 16.6%;
}
}


.py-3 {
    padding-top: 1rem!important;
    padding-bottom: 3rem!important;
}





.single_shop_cart:last-child {
  margin-right: 0;
}
.single_shop_cart {
  display: flex;
 
  margin-right: 1.5rem;
  align-items: center;
   position: fixed;
    z-index: 9999;
    /* left: 0; */
    right: 0;
    bottom: 30px;
    float: right;
  


}
.ss_cart_left {
  margin-right: 7px;
}

.ss_cart_left .cart_box {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgb(255 255 255);
  border: 1px solid rgb(255 255 255);
  color: #40a944!important;
  position: relative;
  font-weight: 200;
  font-size: 21px;
}

span.qut_counter {
  position: absolute;
  width: 18px;
  height: 18px;
  display: flex;
  background: #a5ce39;
  border-radius: 50px;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  top: -10px;
  right: -3px;
  color: #fff;
  font-weight: 600;
}

.ss_cart_content strong {
  display: block;
  color: #ffffff;
}

.add_to_cart{
    font-size: 15px;
    list-style-type: none;
    /* position: absolute; */
    /* float: right; */
    right: 0;
    bottom: 0;
    background: #499614;
    padding: 11px 13px 11px 13px;
    border-radius: 6px;
    color: #f9f9f9;
}

.crt::before {
    content: "\ea51";
    color: #000;
  }

  .add-cart{
    background: #a5ce39;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 6px 5px 5px;
    width: 80%;
    margin: 0 auto 0 auto;
    font-size: 13px;
    display: block;
    margin-top: 1px;
    margin-bottom: 5px;
  }

  /* .py-3 a:hover{
    color: white!important;
  } */

  .lni-rupee::before {
    content: "\eb75";
    font-size: 11px;
  }

  .line{
    background: linear-gradient(to right, #f7941e , #9292928c);
    /*background: linear-gradient(to right, #a5ce39 , #a0c83838);*/
    height: 2px!important;
    opacity: 1;
  }






















  
/* -- quantity box -- */

.quantity {
  display: inline-block; }
   
   .quantity .input-text.qty {
     width: 35px;
     height: 30px;
     padding: 0 5px;
     text-align: center;
     background-color: transparent;
     border: 0;
     margin-left: 1px;
     margin-right: -3px;
     background: #303030;
     font-size: 12px;
     font-weight: 500;
     color:#ffbb29;
     /*border: 1px solid #c9c9c9;*/
   }
   
   .quantity .input-text.qty.white-bg-input {
     border: 1px solid #efefef;
   }
   
   .quantity.buttons_added {
    text-align: left;
    position: relative;
    white-space: nowrap;
    vertical-align: top; 
  }
   
   .quantity.buttons_added input {
    display: inline-block;
    margin: 0;
    vertical-align: top;
    box-shadow: none;
   }
   
   .quantity.buttons_added .minus,
   .quantity.buttons_added .plus {
     /*padding: 4px 10px 5px;*/
     padding: 4px 9px 5px;
     height: 30px;
     background-color: #f6f6f61f!important;
     border: 0;
     color: #fff;
     cursor: pointer;
     border-radius: 3px;
     width: 30px;
     /*border: 1px solid #cfcfcf;*/
   }
   
   .quantity.buttons_added .minus-btn {
     border-top-left-radius: 3px;
     border-bottom-left-radius: 3px;
     border-top-right-radius: 0;
     border-bottom-right-radius: 0;
   }
   
   .quantity.buttons_added .plus-btn {
     border-top-right-radius: 3px;
     border-bottom-right-radius: 3px;
     border-top-left-radius: 0;
     border-bottom-left-radius: 0;
   }
   
   .quantity.buttons_added .minus {
    border-right: 0;
    border-radius: 1em;
    border: 1px solid #eee;
    background-color: #303030!important;
    font-size: 19px;
    line-height: 21px;
}
   
   .quantity.buttons_added .plus {
     border-left: 0;
     border-radius: 1em;
    border: 1px solid #eee;
    background-color: #303030!important;
    font-size: 19px;
    line-height: 21px;
   }
   
   .quantity.buttons_added .minus:hover,
   .quantity.buttons_added .plus:hover {
     background: #fbbf18;
     /* color: #fff !important; */
     transition: all .2s ease-in-out;
     -webkit-transition: all 0.2s ease-in-out;
     -o-transition: all 0.2s ease-in-out;
     -ms-transition: all 0.2s ease-in-out;
     -webkit-transition: all 0.2s ease-in-out;
    
  }
   
   .quantity input::-webkit-outer-spin-button,
   .quantity input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    margin: 0;
  }
  
   .quantity.buttons_added .minus:focus,
   .quantity.buttons_added .plus:focus {
     outline: none; 
   }
   
   
   .cart-table .table td, .cart-table .table th {
    vertical-align: middle;
    color: #dadada;
    font-weight: 500;
    font-size: 12px;
    padding: 1rem .5rem;
    border: 0;
    text-align: center;
   }


   @media (min-width: 768px){


   .cart-table .table td, .cart-table .table th {
    vertical-align: middle;
    color: #747794;
    font-size: 12px;
    padding: 1rem .5rem;
    border: 0;
    text-align: center;
}

.res-total-price{
  display: none;
}
}

@media (max-width: 768px){
.pq{
  display: none;
}

.tl{
  display: none;
}
}




.flaticon-interface:before {
  content: "\f100";
  font-size: 31px!important;
}
















#fixed-form-container{
  position: fixed;
  bottom: 0px;
  left: 3%;
  width: 94%;
  text-align: center;
  margin: 0;
  z-index: 9999;

}

#fixed-form-container .button:before { 
 content: "+ ";
}

#fixed-form-container .expanded:before { 
  content: "- ";
}

#fixed-form-container .button { 
font-size:1.1em; 
cursor: pointer;
margin-left: auto;
margin-right: auto;
border: 2px solid #e25454;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px 5px 0px 0px;
padding: 5px 20px 5px 20px;
background-color: #e25454;
color: #fff;
display: inline-block;
text-align: center;
text-decoration: none;
-webkit-box-shadow: 4px 0px 5px 0px rgba(0,0,0,0.3);
-moz-box-shadow: 4px 0px 5px 0px rgba(0,0,0,0.3);
box-shadow: 4px 0px 5px 0px rgba(0,0,0,0.3);
}

#fixed-form-container .body{
  background-color: #fff; 
  border-radius: 5px;
  border: 2px solid #e25454;
  margin-bottom: 16px;
  padding: 10px; 
  -webkit-box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.3);
  box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.3);
}

@media only screen and (min-width:768px){
  #fixed-form-container .button{
     margin: 0;

  }
  #fixed-form-container {
      left: 20px;
      width: 390px;
      text-align: left;
  }

  #fixed-form-container .body{
      padding: 30px;
      border-radius: 0px 5px 5px 5px;
  }
}
















.category-by-cat {
  width: 100%;
  display: inline-table;
  padding-left: 0;
}

@media (max-width: 575.98px){
.category-by-cat li {
    width: 50% !important;
}
}
.category-by-cat li {
    width: 33.333%;
    vertical-align: middle;
    display: inline-block;
    list-style: none;
    float: left;
}

.single-cat-item {
    text-align: center;
    padding: 15px 0 8px;
    display: block;
    background: #fff;
    margin: 3px;
    border-radius: 5px;
  
}

.single-cat-item .icon {
  width: 100%;
  text-align: center;
  margin-bottom: 1px;
  color: #000;
}

.single-cat-item .text {
  font-size: 14px;
  font-weight: 500;
  color: #2b2f4c;
}




.row>* {

  padding-right: calc(var(--bs-gutter-x)/ 4);
  padding-left: calc(var(--bs-gutter-x)/ 4);
  margin-top: var(--bs-gutter-y);
}






@media (max-width:768px){

  .home_inner_search{
    display: none;
}

.outer_search{

  display: block;
}
}




@media (min-width:768px){

  .inner_search{
    display: block;
}

.outer_search{

  display: none;
}
}


.fa_home {
  font-size: 19px!important;
  color: #e2e2e2;
  /* background: #f7941e; */
  font-weight: 400;
  padding: 8px;
  border-radius: 50%;
  cursor: pointer;
  }












.outer_search .form-control{
    background-color: #ffffff;
    height: 45px!important;
    font-size: 12px;
    padding: 10px 15px;
    padding-left: 35px;
    border: 1px solid #ebebeb;
    color: #747794;
    width: 95%;
    margin: 0 auto 0 auto;
    margin-top: 5px;
}



.outer_search form button {
  background-color: transparent;
  position: absolute;
  top: 7px!important;
  left: 22px!important;
  width: 18px;
  height: 30px;
  border: 0;
  z-index: 10;
  color: #747794; 
}


.catagory-card img{
 
  /*width: 46%;*/
  width: 83%!important;
  margin: 0 auto;

}









.sticky-search.sticky {
  position: fixed;
  z-index: 99;
  width: 100%;
  top: 0;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.11);
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: 900ms;
  animation-duration: 900ms;
  -webkit-animation-timing-function: cubic-bezier(0.2, 1, 0.22, 1);
  animation-timing-function: cubic-bezier(0.2, 1, 0.22, 1);
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-fill-mode: none;
  animation-fill-mode: none;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  border-bottom: 0;
  display: block;
}





.sticky.outer_search .form-control {
    background-color: #ffffff;
    height: 53px!important;
    font-size: 12px;
    padding: 10px 15px;
    padding-left: 35px;
    border: 1px solid #ebebeb;
    color: #747794;
    width: 100%;
    margin: 0 auto 0 auto;
    margin-top: 0px;
}


.sticky.outer_search form button {
  background-color: transparent;
  position: absolute;
  top: 12px!important;
  left: 10px!important;
}





@media (min-width:992px){
.catagory-card img {
  width: 14%;
}
} 



.product-images img{
    width: 70%;
    margin: 0 auto 0 auto;
    display: block;
}


.p-title-price{
  text-align: center;
}



.product-details img{
  width: 82%;
  margin: 0 auto 0 auto;
  display: block;
  /*border-radius: 50%;*/
  border-radius: 10px;
}

.product-details h4{
     padding: 13px 0px 0;
     color: #fff;
}


.product-details p{
  font-size: 13px;
  color: #ffffff;
  line-height: 26px;
}

.pro-addtocart{
   background: #f7941d!important;
    border: 1px solid #f7941d!important;
  padding: 11px 15px 10px 12px;
  color: #fff;
  border-radius: 20px;
  /* margin-top: 21px; */
  /* margin-top: 500px; */
  position: relative;
  top: 14px;
  font-size: 14px;
}


.pro::before {
  content: "\ea51";
  color: #fff;
}

.product-details{
  margin-top: 59px;;
}

.lni-rupee::before {
  content: "\eb75";
  font-size: 13px;
}

.related-products{
  margin-top: 60px;;
}


.related-products-btn{
  background: #a5ce39;
  border-color: #a5ce39;
  width: 106px;
  margin: 0 auto 0 auto;
  margin-top: 36px!important;
}



.copy{
     background: #a5ce39;
    /*margin-top: 190px;*/
   
}



.home-copy{
    /*position: absolute;*/
    position: relative;
    bottom: 0px;
    height: 50px;
    width: 100%;
    overflow:hidden;
}



.copy p{
  text-align: center;
  font-size: 12px;
  padding: 10px 0 10px;
  margin-bottom: 0;
  color: #fff;
}


.hg-p{
    min-height: 500px;
}

.hg-h{
    min-height: 240px;
}











.pd-hg{
  
    padding-top: 0rem!important;
    padding-bottom: 0!important;
    /*padding-bottom: 88px!important;*/
    /*padding-bottom: unset!important;*/

}





@media (max-width:768px){

.top-search-form form .form-control {
  
 background-color: #454545;
    height: 38px;
    font-size: 12px;
    padding: 10px 15px;
    padding-left: 35px;
    border: 1px solid #454545;
    color: #ffffff;
    border-radius: 20px;

}
}

/* @media (min-width: 992px){
.col-xm {
  flex: 0 0 24.8%;
  max-width: 24.8%;
}

}
 */
 
 
.rcc{
    text-align: right;
    padding-right: 19px;
    padding-top: 10px;
    /*background: #f31a1a;*/
    width: 107px;
    float: right;
    margin-left: auto;
    /* margin-left: 0px; */
    padding-bottom: 8px;
    border-radius: .4rem;
    margin-top: 10px;
    position: relative;
    left: -19px;
    font-size: 13px;
    color: #f8a036;
    cursor:pointer;
}


.rcc:hover{
    color:#000;
    /*background-color: #020310;*/
    /*border-color: #020310;*/
}

.bay-logo img{
    width:17%;
    /*width: 23%;*/
    /*padding: 6px 0 6px;*/
    padding: 6px 0 6px;
    text-align: center;
    /*margin: 0 auto;*/
    /*display: block;*/
}


@media (max-width:400px){

.bay-logo img {
    /*width: 29%;*/
    width: 45%;
    /*width: 34%;*/
    /*width: 28%;*/
    padding: 6px 0 6px;
    text-align: center;
    /*margin: 0 auto;*/
    /*display: block;*/
}

}



@media only screen and (min-width:400px) and (max-width:768px){
    
    .bay-logo img {
    /*width: 29%;*/
    width: 35%;
}
}








.top-categories{
    position: absolute;
    left: -84px;
    bottom: 0px;
    background: #f7f7f7;
    height: 38px;
    border: navajowhite;
    border: 1px solid #ebebeb;
    padding: 0 12px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    font-size: 14px;
    width: 125px;
}

.top-categories:focus{
  outline: 0;
}

@media (max-width: 600px){
.cart-amount-area .d-flex {
    display: block!important;
}
}


@media (max-width: 600px){
.res-watsapp {
    margin-top: 18px;
    width: 100%;
    opacity: 1!important;
    border-radius: 29px;


}

}





.res-total-price{
    position: relative;
    top: 8px;
    font-size: 14px;
    font-weight: 500;
    color: #000;
}



@media only screen and (max-width: 992px) and (min-width: 768px){
.col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 49.333333%;
}
}





@media only screen and (max-width: 768px) and (min-width: 576px){
.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
}
}

.search {
   position: fixed;
   left: 0; 
   /* top: 0; */
   bottom: 0;
   right: 0; 
    padding: 6.8px 15px;
   display: none;
   z-index: 9;
 background-color: rgb(27 27 27);
     /*background-color: rgba(255, 255, 255, 0.85); */
     /*box-shadow: 0 3px 5px rgba(0, 0, 0, 0.05); */
     /*-webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.05);*/
     /* -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.05);*/
     /*  -ms-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.05); */
     /*  backdrop-filter: blur(15px); */
     /*  -webkit-backdrop-filter: blur(15px);*/
     /*   -moz-backdrop-filter: blur(15px); */
     /*   -ms-backdrop-filter: blur(15px); */
    
}

.search > .btn {
   position: absolute;
    top: 9px; 
    right: 15px;
     z-index: 1;
     }


     .sr{
      font-size: 22px;
      margin-top: 6px;
      color: #e0dfdf;
     }





  /* toggle search */

  
.togglesearch{
  /* background: #E8E8E4; */
  /* position: absolute;
  top: 74px;
  right: 8%;
  width: 350px;
  height: 60px;
  line-height: 60px;
  box-shadow: 0 0 10px rgba(0,0,0,0.5);
  border-top:4px solid #D80B15; */
  display: none;
}
/* 
.togglesearch:before{
  content: "";
  position: absolute;
  top: -30px;
  right: 13px;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 14px solid transparent;
  border-bottom: 14px solid #D80B15;
} */

.togglesearch input[type="text"]{
  width: 200px;
  padding: 5px 10px;
  /* margin-left: 23px; */
  /* border: 1px solid #D80B15; */
  outline: none;
}

.togglesearch input[type="button"]{
  width: 80px;
  padding: 5px 0;
  background: #D80B15;
  color: #fff;
  margin-left: -6px;
  border: 1px solid #D80B15;
  outline: none;
  cursor: pointer;
}





@media (min-width:1200px){
    .ft_count {
        right: 117px;
}
}



@media only screen and (max-width:1200px) and (min-width:992px){
    
    
  .ft_count {
        right: 97px;   
    
}

}




@media only screen and (max-width:992px) and (min-width:768px){
  
   .ft_count {
        right: 45px;   
    
} 
  
}
  
  
  
  @media only screen and (max-width:768px) and (min-width:576px){ 
      
      
      .ft_count {
        right: 37px;   
    
}   
      
}



 @media only screen and (max-width:576px) and (min-width:450px){ 
     
         .ft_count {
        right: 28px;   
    
}  
     
 }
    

 @media only screen and (max-width:450px) and (min-width:300px){ 
     
         .ft_count {
        right: 20px;   
    
}  
     
 }
    

.serviceBox{
    position: absolute;
    z-index: 1;
    /* left: 0; */
    right: -28px;
    transform: rotate(-91deg);
    top: 19px;
 }
 

.serviceBox .title{
    color: #fff;
    background: linear-gradient(to right,#fe8c00,#f83600);
    font-size: 15px;
    font-weight: 400;
    text-align: right;
    text-transform: uppercase;
    padding: 4px 24px;
    /*margin: 0 -15px 47px 0;*/
    margin: 1px -34px 47px 0;
    /*border-radius: 19px 0px 0px 20px;*/
    box-shadow: -2px 4px 1px rgb(0 0 0 / 20%);
    display: inline-block;
    position: relative;
}
/*.serviceBox .title:after,*/
.serviceBox .title:before{
    content: "";
    background: linear-gradient(to right bottom, transparent 49%, #f83600 50%);
    width: 5px;
    height: 5px;
    position: absolute;
    top: 0;
    left: -4px;
}



/*.serviceBox .title:after{*/
    
/*    content: '';*/
/*    background: #ffffff;*/
/*    height: 25px;*/
/*    width: 24px;*/
/*    position: absolute;*/
/*    top: 0;*/
/*    bottom: 0;*/
/*    position: absolute;*/
/*    top: 2px;*/
/*    left: 50%;*/
/*    transform: translateX(-31%) scale(1,1) rotate(45deg);*/
/*    left: -7px;*/
/*}*/


/************************* offer tag *********************************/


.ribbon-horizontal{
    position: absolute;
    right: 26px;
    bottom: -60px;
    border: 16px solid #fb8623;
    /* border-right: 0; */
    border-left: 10px solid transparent;
    height: 0;
    line-height: 0;
    width: 100px;
    color: white;
    z-index: 1;
    -webkit-filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.3));
    filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.3));
    letter-spacing: 2px;
    transform: rotate(270deg);
}

.fp-ribbon{
 
    position: absolute;
    right: -21px;
    bottom: -56px;
}

.category-ribbon{
    position: absolute;
    right: -21px;
    top: 28px;
}


.ribbon-horizontal span{
	text-align: center;
    font-size: 15px;
    text-transform: uppercase;
    word-spacing: 0;
    margin: 0 auto 0 auto;
    display: block;
    padding-left: 12px;

}


.ribbon-horizontal:before{
    transform: rotate(180deg);
    top: 16px;
    bottom: -17px;
    left: 84px;
    right: 0;
    content: "";
    background: linear-gradient(to right bottom, transparent 49%, #fb8623 50%);
    width: 5px;
    height: 5px;
    position: absolute;
}

@media only screen and (max-width:360px) and (min-width:300px){ 
.ribbon-horizontal {
    position: absolute;
    right: 7px;
}
     
}


@media only screen and (max-width:360px) and (min-width: 300px){
.category-ribbon {
    position: absolute;
    right: -13px;
}
}

@media only screen and (max-width: 340px) and (min-width: 300px){
.category-ribbon {
    position: absolute;
    right: -22px;


}
}




/************************* offer tag end*********************************/





.serviceBox .title:before{
    transform: rotate(180deg);
    top: auto;
    bottom: -5px;
    left: auto;
    right: 0;
}




.serviceBox.green .title:after,
.serviceBox.green .title:before{
    background: linear-gradient(to right bottom, transparent 49%, #039b68 50%);
}
.serviceBox.green .read-more:after{ background: linear-gradient(to bottom,#2cdc81, #039b68); 
    
}

.serviceBox.blue .title
{
    background: linear-gradient(to right,#02e7f7,#876cf5);
}
.serviceBox.blue .title:after,
.serviceBox.blue .title:before{
    background: linear-gradient(to right bottom, transparent 49%, #876cf5 50%);
}
.serviceBox.blue .read-more:after{ background: linear-gradient(to bottom,#02e7f7,#876cf5); }
.serviceBox.blue .read-more:before{ background: #02e7f7; }
.serviceBox.purple .title,
.serviceBox.purple .read-more{
    background: linear-gradient(to right, #B53471, #6F1E51);
}
.serviceBox.purple .title:after,
.serviceBox.purple .title:before{
    background: linear-gradient(to right bottom, transparent 49%, #6F1E51 50%);
}
.serviceBox.purple .read-more:after{ background: linear-gradient(to bottom,#B53471, #6F1E51); }
.serviceBox.purple .read-more:before{ background: #B53471; }
@media only screen and (max-width:990px){
    .serviceBox{ margin: 5px 5px 30px 15px; 
        
    }
}


@media only screen and (max-width:992px){

.serviceBox {
    position: absolute;
    z-index: 1;
    /* left: 0; */
    right: -28px;
    transform: rotate(-91deg);
    top: 15px;
}
}
 
 
 @media only screen and (max-width:550px){
 
 .serviceBox {
    position: absolute;
    z-index: 1;
    /* left: 0; */
    right: -31px;
    transform: rotate(-91deg);
    top: 15px;
 }
}
 
 
 
 
 
 
 
 
 
 
 
 
 .bd:before{
    content: '';
    background: linear-gradient(45deg,#f1c038 49%,#bd0b0b00 50%);
    height: 10px;
    width: 10px;
    position: absolute;
    /* left: 0; */
    right: 43px;
    top: -10px;
    border-radius: 2px;
    transform: rotate(-90deg);
 }
 
 
 
 
#ribbon{
    background: #f1c038;
    height: 31px;
    width: auto;
    display: inline-block;
    /* margin: 150px auto; */
    position: relative;
    color: #FFF;
    line-height: 33px;
    padding: 0px 20px;
    position: absolute;
    right: -10px;
    transform: rotate(90deg);
    top: 13px;
}

#ribbon:before{
  content:"";
  height:0;
  width: 0;
  top:1px;
  right:-30px;
  position: absolute;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-bottom: 30px solid #f1c038;
}

#ribbon:after{
  content:"";
  height:0;
  width: 0;
  top:0px;
  right:-30px;
  position: absolute;
  border-style: solid;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid #f1c038;
      top: 0px;
}





.srb{
    position:relative;
}


.detail-pro{
    position: absolute;
    z-index: 1;
    right: 27px;
    transform: rotate(-91deg);
    top: 19px;
}


 @media only screen and (max-width:420px){


.detail-pro {
    position: absolute;
    z-index: 1;
    right: 7px;
    transform: rotate(-91deg);
    top: 12px;

}

}




.rlp .title {
    color: #fff;
    background: linear-gradient(to right,#fe8c00,#f83600);
    font-size: 12px;
}

.search-table tr td{
     padding: 11px 17px!important;
    
}






.pop{
    
    margin-bottom: 0;
    color: #f3f3f3!important;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;

}


.so{
    margin-bottom: 0;
    color: #f3f3f3!important;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

.ar-btn{
    margin-left: auto!important;
    color: #f7941d!important;
    font-size: 19px;
    margin-right: 5px;
}


.item-sections{
    
    margin-bottom: 3px!important;
    margin-top: 25px!important;

}



.rd{
    border-radius: 13px 13px 0px 0px!important;
}




.app-head{
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    border: 1px solid #454545;
    padding: 6px 11px 6px 12px;
    border-radius: 20px;
    color:#ecebe9!important;
}



.add-btn {
    background: #f7941d!important;
    border: 1px solid #f7941d!important;
    border-radius: 20px;
}



input[type='radio']:after {
        width: 15px;
        height: 15px;
        border-radius: 15px;
        top: -2px;
        left: .5px;
        position: relative;
        background-color: #1a1a1a;
        content: '';
        display: inline-block;
        visibility: visible;
        border: 4px solid #363636;
    }

    input[type='radio']:checked:after {
        width: 15px;
        height: 15px;
        border-radius: 15px;
        top: -2px;
        left: .5px;
        position: relative;
        background-color: #1a1a1a;
        content: '';
        display: inline-block;
        visibility: visible;
        border: 4px solid #ffaf00;
    }
    
    
    
    .none-color{
            background: none!important;
    }



.gt{
    text-align: center;
    border: 1px solid #ededed;
    /*padding: 8px 0 6px 0px;*/
    padding: 8px 33px 8px 40px;
    border-radius: 29px;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
}


.r-p {
    display: inline-block;
    padding-left: 7px;
    font-size: 16px!important;
    font-weight: 500!important;
    font-family: 'Varela Round', sans-serif;
    color: #fff!important;
}



/*010101010101010100101010101010101010101 HALF MODAL010101010101010101010100110*/



/* ===================footer click modal============================= */



.modal.modal-left .modal-dialog,
.modal.modal-right .modal-dialog,
.modal.modal-top .modal-dialog,
.modal.modal-bottom .modal-dialog {
  -webkit-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}

/* Left & Right */

.modal.modal-left .modal-dialog,
.modal.modal-right .modal-dialog {
  position: fixed;
  margin: auto;
  width: 500px;
  max-width: 100%;
  height: 100%;
}

.modal.modal-left .modal-content,
.modal.modal-right .modal-content {
  height: 100%;
  overflow-y: auto;
}

.modal.modal-left .modal-body,
.modal.modal-right .modal-body {
  padding: 15px 15px 80px;
}

.modal.modal-left.fade .modal-dialog {
  left: -500px;
  -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
  -o-transition: opacity 0.3s linear, left 0.3s ease-out;
  transition: opacity 0.3s linear, left 0.3s ease-out;
}

.modal.modal-left.fade.show .modal-dialog {
  left: 0;
}

.modal.modal-right.fade .modal-dialog {
  right: -500px;
  -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
  -o-transition: opacity 0.3s linear, right 0.3s ease-out;
  transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.modal-right.fade.show .modal-dialog {
  right: 0;
}

.modal.modal-left .modal-content,
.modal.modal-right .modal-content,
.modal.modal-top .modal-content,
.modal.modal-bottom .modal-content,
.modal.modal-full .modal-content {
  border-radius: 0;
  border: none;
}

.modal.modal-left .modal-dialog.modal-sm,
.modal.modal-right .modal-dialog.modal-sm {
  width: 300px;
}

.modal.modal-left .modal-dialog.modal-lg,
.modal.modal-right .modal-dialog.modal-lg {
  width: 800px;
}

.modal.modal-left .modal-dialog.modal-xl,
.modal.modal-right .modal-dialog.modal-xl {
  width: 1140px;
}

/* Top and Bottom */

.modal.modal-top .modal-dialog,
.modal.modal-bottom .modal-dialog {
  position: fixed;
  margin: auto;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.modal.modal-top .modal-content,
.modal.modal-bottom .modal-content {
  height: auto;
  overflow-y: auto;
  background: #303030;
  border-radius: 15px 15px 0 0;

}



.menu-scroll{
 height: 483px!important;
  overflow-y: scroll!important;
}



.modal.modal-top .modal-body,
.modal.modal-bottom .modal-body {
  padding: 15px 15px;
}

/* Top */

.modal.modal-top.fade .modal-dialog {
  top: -100%;
  -webkit-transition: opacity 0.3s linear, top 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, top 0.3s ease-out;
  -o-transition: opacity 0.3s linear, top 0.3s ease-out;
  transition: opacity 0.3s linear, top 0.3s ease-out;
}

.modal.modal-top.fade.show .modal-dialog {
  top: 0;
}

/* Bottom */

.modal.modal-bottom.fade .modal-dialog {
  bottom: -100%;
  -webkit-transition: opacity 0.3s linear, bottom 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, bottom 0.3s ease-out;
  -o-transition: opacity 0.3s linear, bottom 0.3s ease-out;
  transition: opacity 0.3s linear, bottom 0.3s ease-out;
}

.modal.modal-bottom.fade.show .modal-dialog {
  bottom: 0;
}

.modal.modal-bottom.fade .modal-dialog {
  bottom: -100%;
}

/* Full Screen */

.modal.modal-full .modal-dialog {
  position: fixed;
  margin: auto;
  width: 100%;
  max-width: 100%;
  height: 100%;
}

.modal.modal-full .modal-content {
  height: 100%;
  overflow-y: auto;
}

.modal.modal-full .close-modal {
  position: fixed;
  top: 0;
  right: 3rem;
}

/* Footer */

.modal-footer-fixed {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #fff;
  border-radius: 0;
}

/* XS */

.modal.modal-left.xs .modal-body,
.modal.modal-right.xs .modal-body {
  padding: 15px;
}

/* Full screen modal menu indicators */

a.has-sub:after { font-family: "FontAwesome"; }
a.has-sub:after { content: "\f107"; margin-left: 1rem; }
a.has-sub[aria-expanded="true"]:after { content: "\f106"; }


.modal-open{
  padding-right: 0px!important
}

.modal{
    background: #0000006e;
}

.m-b img{
    width:100%;
}


.item-name{
    padding-left: 18px;
    font-size: 21px;
    margin-bottom: 5px;

}

.item-price{
    font-size:18px;
    padding-left:18px;
}


.add-b{
    background: #f7941d!important;
    border: none;
     padding: 6px 21px 7px 18px; 
    border-radius: 6px;
    color: #fff;
    margin-bottom: 0;
    margin-left:19px;
    font-size: 13px;
    position: relative;
    right: 3px;
    left: -11px;
    font-family: 'Roboto', sans-serif;
}

.p-33{
    padding: 6px 0 12px;
}


/*-------------- CART PAGE CSS----------------------*/



.position-relative {
    position: relative!important;
}

.border-bottom {
    border-bottom: 1px solid #dee2e6!important;
}
.bg-white {
    background-color: #fff!important;
}


.cart-3 {
    padding: 6px 7px 8px 5px!important;
    margin: 10px 0 0;
    align-items: center;
}


.cart-items .img-fluid {
  
    width: 100px;
    height: 90px;
   
    min-width: 90px;
    padding: 7px;
    border-radius: 13px;
}


.bg-gray{
    background:#303030;
}

.bg-black{
    background:#0d0d0d;
}


.pro-name{
    font-size: 15px;
    color: #fff;
    font-weight: 400;
}

.tr-ic{
    position: absolute;
    right: -5px;
    top: -6px;
    background: #ed1c24;
    border-radius: 1em;
    padding: 1px 5px 0px 5px;
}

.clo-btn{
    color: #fff;
    font-size: 14px;
}

.pro-price{
    color: #fff;
    font-weight: 400;
}

.cat-img{
    width: 100%;
    border-radius: 15px 15px 0 0;
}

.details-box{
    margin-top: 23px;
}


.details-box p{
    color: #f7f7f7;
    /*background: #262e39;*/
    padding: 15px 3px 13px 10px;
    border-radius: 13px;
   
    font-weight: 400;
    background-image: linear-gradient(to bottom,#d09145,#f8a745d4);
    border: 1px solid #db8419;
    
}

.bay-logo{
    /*margin: 0 auto;*/
    /*display: block;*/
}


#time-select{
    width: 97%;
    margin-left: 6px;
    height: 50px;
    background: #363636;
    color: #6c747b;
    font-size: 14px;
    border-radius: .25rem;
    border: 1px solid #363636;
}


.btn-warning.disabled, .btn-warning:disabled {
    color: #ffffff!important;
    background-color: #25d366!important;
    border-color: #25d366!important;
}

.pro-de{
    padding-left: 18px;
    font-size: 15px;
    margin-bottom: 5px;
    line-height: 21px;
    color: #a0a0a0;
}


.fmh{
    padding: 14px 13px 0;
}

.lang{
        border: 1px solid #fbfbfb;
    color: #fff;
    /* background: #f7941d; */
    /*padding: 2px 17px 2px 17px;*/
    padding: 0px 16px 0px 17px;
    border-radius: 10px;
    font-family: 'Markazi Text', serif;
    font-size: 21px;
}

.ex-hg{
    /*height: 120px!important;*/
    height: 135px!important;
    padding: 8px 0 10px;
}


.cl.btn{
    font-size: 13px;
    background: #f7d949;
    padding: 5px 10px 6px 7px;
    border-radius: 5px;
}





@media (min-width:535px){
    
.ex-hg {
    height: auto!important;
    
}
}




@media screen and (min-width: 435px) and (max-width:450px){ 
    
    
.catagory-card {
   
    height: auto; 
}

}


@media screen and (min-width: 300px) and (max-width:360px){ 
    
    
.catagory-card {
   
   height: 125px!important;
}

}


@media screen and (min-width: 435px) and (max-width:534px){ 
 .catagory-card {
   
    height: auto!important; 
}
   

}



.slick-initialized .slick-slide {
   
    outline: 0!important;
}


.main-slide .slick-track {
   
    outline: 0;
}

.slick-slider {
    outline: 0;
}

.category-move .slick-slide img {
    display: block;
    width: 100%;
    background: none!important;

}


.category-move .catagory-card{
    margin: 4px 4px 8px!important;
}


.category-move .slick-next {
    right: 15px!important;
    top: -17px!important;
}

.category-move .slick-prev {
    /* left: -25px; */
    display: none!important;
}


.swiper-container-horizontal>.swiper-scrollbar {
   
    display: none!important;
}



.swiper-button-next, .pro-nav>.swiper-button-prev {
     background-image: none !important; 
  
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
   background-image: none !important;  
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
   
    right: 22px!important;
}

.swiper-button-next, .swiper-button-prev {
    position: relative!important;
    top: 50%;
    width: 21px!important;
    height: 42px;
    margin-top: -34px!important;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
    float: right!important;
}


.it{
    margin-bottom: 7px!important;
}

.main-slide{
    margin-top:10px;
}

.cont{
    padding: 10px;
}


.so-icon{
    width: 21px;
}


.clo{
    background-color: #f7941d!important;
    position: absolute;
    z-index: 9999;
    top: 8px;
    right: 10px;
    height: 30px;
    width: 30px;
    opacity:1!important;
    color:#fff;
    text-shadow: 0 0 transparent;
}

.modal-header {
    
    padding: 0 0!important;
    border-bottom: 1px solid #303030!important;
}

.modal-header .close {
    padding: 0!important;
    margin: 0!important;
    border-radius: 50%;
}
.close:hover {
    color: #fff!important;
    
}

button:focus {
    outline: 1px dotted;
    outline: none!important;
}
.pro-close{
    /*color: #fff;*/
    /*position: absolute;*/
    /*right: 11px;*/
    /*top: -1px;*/
    /*z-index: 1;*/
    /*background-color: #ef0c0c!important;*/
    /*width: 30px;*/
    /*height: 30px;*/
    /*border-radius: 50%;*/
    /*opacity: 1!important;*/
}


.lang a, a:hover, a:focus {
    color:#fff;
}




@media (max-width:768px){
    
.desk-view{
    display:none;
}

.mob-view{
    display:block
    
}

}
@media (min-width:768px){

.mob-view{
    display:none
    
}

.desk-view{
    display:block;
        margin-bottom: 43px;
}
}













@media only screen and (min-width:992px) and (max-width:1200px){
    
    
.custom-container{
        max-width: 940px!important;
}
    
}


@media only screen and (min-width:1200px) and (max-width:1600px){
    
    
.custom-container{
        max-width: 1000px!important;
}
    
}









/*-------------------------modal desktop version--------------------*/

@media (min-width:768px){

.modal-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 50%!important;
        margin: 0 auto;
}

.item-box{
        padding-top: 66px;
}
}


@media (max-width:600px){
.custom-container{
   width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
}

.container-side{
    padding-right: 0!important;
    padding-left: 0!important;
}


}







.menu-scroll::-webkit-scrollbar {
    width: 8px;
}
 
.menu-scroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
 
.menu-scroll::-webkit-scrollbar-thumb {
    background-color: #040404;
    outline: 0px solid #040404;
    border-radius: 170px;
}







.co-n{
    padding-right: 33px;
    color: #fff !important;
}


@media (max-width:650px){
  .co-n{  
    padding-right: 18px;
    color: #fff!important;
    font-size: 14px;
    
}
}







.sup-head{
    background:#fff;
}



.modal-box .modal-dialog .modal-content .close {
    color: #222;
    font-size: 28px;
    text-shadow: none;
    line-height: 15px;
    opacity: 1;
    position: absolute;
    left: auto;
    right: 3px;
    top: 2px;
    z-index: 1;
    transition: all 0.3s;
}



.clos {
    background: #a160b2;
    color: #fff;
    padding: 2px 12px 2px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    margin-right: -14px;
}






.modal-box .modal-dialog .modal-content .modal-body .form-group {
    margin: 0 0 15px;
}



.modal-box .modal-dialog .modal-content .modal-body .subscribe {
    color: #fff;
    background-color: #a160b2;
    font-size: 13px;
    /* font-weight: 700; */
    text-transform: uppercase;
    padding: 12px 42px;
    margin: 0 auto;
    border: 0 solid transparent;
    display: block;
    transition: all 0.3s ease-in-out;
    margin-top: -10px;
    border: 1px solid #a160b2;
    border-radius: 3px;
}
.form-control:focus {
    color: #000;
    background-color: #fff!important;
    border-color: #fff!important;
}

/*.sup-d{*/
 
/*    position: relative;*/
/*    width: auto;*/
    /*margin: 1.5rem!important;*/
/*}*/


.cf{
    margin-bottom: 2px;
    text-align: center;
    padding-bottom: 1px;
}



.hr-1{
    height: 1px;
    width: 27%;
    margin: 0 auto;
    margin-bottom: 3px;
    background: #a160b2;
    opacity: 1;
}

.hr-2{
    width: 47%;
    margin: 0 auto;
    margin-bottom: 20px;
    background: #a160b2;
    opacity: 1;
}


@media (max-width:600px){
.sup-d{
 
    position: relative;
    width: auto;
    margin: 1.5rem!important;
}
}



.modal-box .modal-body{
        background: #f0f0f0!important;

}



.modal-box .form-control {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    border-color: #ffffff!important;
    height: 50px;
    padding: 0.375rem 1rem;
    font-size: 14px;
    background: #ffffff!important;
}










