@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Poppins", sans-serif;
  /* background: #f1f3f6; */
  background: #f1f2f4;
}

p {
  font-family: "Poppins", sans-serif;
  font-size: 1.1em;
  font-weight: 300;
  line-height: 1.7em;
  color: #999;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

a,
a:hover,
a:focus {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s;
}

.navbar {
  background: #ffd500 !important;
  border: none;
  border-radius: 0;
  box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.1);
  padding-left: 0px;
  padding-right: 0px;
  z-index: 660 !important;
}

.navbar-btn {
  box-shadow: none;
  outline: none !important;
  border: none;
}

.line {
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #ddd;
  margin: 40px 0;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */
.menu-icon {
  background: none;
  font-size: 32px;
  color: #0f275c;
}

.fixed-top {
  z-index: 0;
}

.bag {
  width: 29px;
  z-index: 0;
  margin-left: auto;
  margin-right: auto;
}

.cart-info-text {
  font-size: 24px;
  color: #0f275c;
}

.bag-item {
  position: relative;
  top: 5px;
  padding: 0px;
  color: #0f275c;
}

.bag-badge {
  position: absolute;
  top: -12px;
  right: -4px;
  color: #fff;
  border-radius: 50%;
  background: #e44090;
  line-height: 1;
  padding: 8px;
  font-size: 12px;
  text-align: center;
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
}

.how-works {
  background: #0f275c;
  color: #fff;
  border-radius: 6px;
}

#sidebar {
  width: 300px;
  position: fixed;
  top: 0;
  left: -300px;
  height: 100vh;
  z-index: 999;
  background: #ffd500;
  color: #fff;
  transition: all 0.3s;
  overflow-y: scroll;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}

#sidebar.active {
  left: 0;
}

/* body.no-scroll {
  overflow: hidden;
} */

#dismiss {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: #000;
  position: absolute;
  top: 33px;
  right: 10px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

#dismiss i {
  font-size: 28px;
}

#dismiss:hover {
  background: transparent;
  color: #000;
}

.overlay {
  display: none;
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  z-index: 998;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}

.overlay.active {
  display: block;
  opacity: 1;
}

#sidebar .sidebar-header {
  padding: 20px;
  background: #eaca2e;
}

#sidebar ul.components {
  padding: 20px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

#sidebar ul p {
  color: #000;
  padding: 10px 10px 10px 20px;
  font-weight: bold;
  font-size: 22px;
}

#sidebar ul li a {
  padding: 10px 10px 10px 20px;
  font-size: 20px;
  display: block;
  color: #000;
  font-weight: 600 !important;
}

#sidebar ul li a i {
  padding-right: 12px;
}

#sidebar ul li a:hover {
  color: #000;
  background: #eaca2e;
}

a[data-toggle="collapse"] {
  position: relative;
}

.dropdown-toggle::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

ul ul a {
  font-size: 0.9em !important;
  padding-left: 30px !important;
  background: #eaca2e;
}

ul.CTAs {
  padding: 20px;
}

ul.CTAs a {
  text-align: center;
  font-size: 20px !important;
  display: block;
  border-radius: 5px;
  margin-bottom: 5px;
}

a.download {
  background: #fff;
}

a.article,
a.article:hover {
  background: #ec3a3a !important;
  color: #fff !important;
}

/* header styling copy start  */

.modal-body .alart1 {
  color: red;
}

.modal-footer .close1 {
  border: 0;
  outline: none;
}

.alin3 label {
  position: relative;
  margin: 0.675rem 1.35rem;
  display: flex;
  width: auto;
  align-items: center;
  cursor: pointer;
}

.check {
  margin-right: 7px;
  width: 1.35rem;
  height: 1.35rem;
}

.check #border {
  fill: none;
  stroke: #7a7a8c;
  stroke-width: 3;
  stroke-linecap: round;
}

.check #dot {
  fill: url(#gradient);
  transform: scale(0);
  transform-origin: 50% 50%;
}

.alin .alin3 input {
  display: none;
}

.alin .alin3 input:checked+label {
  background: linear-gradient(180deg, #fcda38, #ec3a3a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.alin .alin3 input:checked+label svg #border {
  stroke: url(#gradient);
  stroke-dasharray: 145;
  stroke-dashoffset: 145;
  animation: checked 500ms ease forwards;
}

.alin .alin3 input:checked+label svg #dot {
  transform: scale(1);
  transition: transform 500ms cubic-bezier(0.57, 0.21, 0.69, 3.25);
}

@keyframes checked {
  to {
    stroke-dashoffset: 0;
  }
}

.st0 {
  fill: #000;
}

.right {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 14px;
}

.main-ap {
  display: flex;
  justify-content: space-between;
  padding: 15px 15px 0px 15px;
}

.main-ap .clos {
  font-size: 21px !important;
  cursor: pointer;
}

.main1 {
  margin: 10px;
  padding: 0px 15px 15px 15px;
  margin: auto;
}

.main1 .text-color-2 {
  font-size: 17px;
  font-weight: 500;
}

.main1 .heading1 {
  font-size: 25px;
}

.main1 .text-color {
  color: #007bff;
  border: 1px solid #80808024;
  cursor: pointer;
  padding: 1rem !important;
  transition: all 0.3s;
  font-size: 1rem;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
  position: relative;
}

.add-text {
  width: 100%;
  padding: 10px 10px 10px 10px;
  border-radius: 5px;
  border: 1px solid #0f275c;
  margin-bottom: 3rem;
}

.add-text01 {
  width: 100%;
  border-radius: 5px;
  border: 1px solid #0f275c;
}

.akflex {
  display: flex;
  text-align: center;
  flex-direction: column;
  padding-top: 10px;
}

.akflex .alin {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.akflex .alin h4 {
  font-size: 18px;
  color: #000;
  margin-left: 40px;
}

.akflex .alin p {
  font-size: 15px;
}

.alin {
  border-bottom: 1px solid #80808024;
  transition: all 0.3s;
  background-color: #fff;
  border-radius: 2px;
  position: relative;
  padding-bottom: 10px;
}

.akflex .alin .alin3 input:focus~label,
input:valid~label {
  top: 1px !important;
}

.akflex .alin .alin3 label {
  position: relative;
  display: flex;
  align-items: center;
}

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

  ::after,
  ::before {
    display: block !important;
  }
}

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

  .radio-circle::after,
  .radio-circle::before {
    display: none !important;
  }
}

.popup-top-marg .modal-footer-1 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #acc0eb;
}

.c-proceed-1 {
  color: #fff !important;
  font-size: 15px;
  padding: 10px !important;
  font-weight: 300;
  letter-spacing: 0.5px;
  border-radius: 5px;
  width: 22%;
  text-shadow: none !important;
  border: none;
}

.add-to-cart1 {
  background-color: white;
  padding: 10px 30px 10px 30px;
  border: none;
  text-transform: UPPERCASE;
  font-weight: bold;
  color: #fff;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  background-color: #e44090;
  border-radius: 30px;
}

.add-to-cart1:active {
  background-color: #e44090 !important;
}

.button-active {
  background-color: #0f275c;
  color: white;
}

@media (max-width: 991px) {
  .action .add-to-cart {
    width: 50%;
    float: right;
    border-radius: 30px !important;
  }

  .add-to-cart1 {
    border: 1px solid #e44090;
    /* padding: 15px 30px 14px 30px !important; */
    background-color: #e44090 !important;
    color: white !important;
    border-radius: 0px !important;
    width: 50%;
    float: left;
    padding: 10px;
    border-radius: 30px !important;
  }
}

@media (max-width: 576px) {
  .modal-content-2 {
    width: 90%;
    border-radius: 5px;
  }
}

.modal-3 {
  display: none;
  position: fixed;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
  padding-top: 130px;
}

.modal-content {
  width: 100%;
  max-width: 742px;
  margin: auto;
}

/* The Close Button (x) */
.close {
  position: absolute;
  right: 25px;
  top: 0;
  color: #000;
  font-size: 35px;
  font-weight: bold;
}

/* ------------------------------ */

.gtco-testimonials {
  position: relative;
  margin-top: 30px;
}

.gtco-testimonials h2 {
  font-size: 30px;
  text-align: center;
  color: #0f275c;
}

.gtco-testimonials .owl-stage-outer {
  padding: 60px 0px 40px 0;
}

.gtco-testimonials .owl-nav {
  display: none;
}

.gtco-testimonials .owl-dots {
  text-align: center;
}

.gtco-testimonials .owl-dots span {
  position: relative;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: block;
  background: #fff;
  border: 2px solid #01b0f8;
  margin: 0 5px;
}

.gtco-testimonials .owl-dots .active {
  box-shadow: none;
}

.gtco-testimonials .owl-dots .active span {
  background: #01b0f8;
  box-shadow: none;
  height: 12px;
  width: 12px;
  margin-bottom: -1px;
}

.gtco-testimonials .card {
  background: #fff;
  box-shadow: 0 8px 30px -7px #c9dff0;
  margin: 0 20px 0px 0px;
  padding: 0 10px;
  border-radius: 20px;
  border: 0;
  display: flex;
}

.gtco-testimonials .card .card-img-top {
  max-width: 100px;
  border-radius: 50%;
  margin: 15px auto 0;
  box-shadow: 0 8px 20px -4px #95abbb;
  width: 100px;
  height: 100px;
}

.gtco-testimonials .card h5 {
  color: #0f275c;
  font-size: 21px;
  line-height: 1.3;
  padding-top: 45px;
}

.reviews-text {
  color: #e44090 !important;
}

.gtco-testimonials .card h5 span {
  font-size: 18px;
  color: #ffd500;
}

.gtco-testimonials .card p {
  font-size: 18px;
  color: #555;
  padding-bottom: 15px;
  text-align: center;
}

.gtco-testimonials .active {
  opacity: 0.5;
  transition: all 0.3s;
}

.gtco-testimonials .center {
  opacity: 1;
}

.gtco-testimonials .center h5 {
  font-size: 24px;
  padding-top: 45px;
}

.gtco-testimonials .center h5 span {
  font-size: 20px;
}

.gtco-testimonials .center .card-img-top {
  max-width: 100%;
  height: 95px;
  width: 95px;
  object-fit: cover;
  object-position: center;
}

@media (max-width: 767px) {
  .gtco-testimonials {
    margin-top: 20px;
  }
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
  outline: 0;
}

.owl-carousel button.owl-dot {
  outline: 0;
}

.box-listing-block h6 {
  line-height: 30px;
}

@media (max-width: 600px) {
  .box-listing-block h6 {
    font-size: 13px;
  }
}

.author_name {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 105px;
}

.author_hov {
  color: #fff;
  font-size: 14px;
  /* position: absolute; */
  /* left: 44px; */
  max-width: 500px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 105px;
}

figure.effect-zoe figcaption {
  top: auto;
  bottom: 0;
  padding: 1em;
  height: 3.75em;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}

figure.effect-zoe h2 {
  float: left;
}

figure.effect-zoe p.icon-links a {
  float: right;
  color: #3c4a50;
  font-size: 1.4em;
}

figure.effect-zoe:hover p.icon-links a:hover,
figure.effect-zoe:hover p.icon-links a:focus {
  color: #252d31;
}

figure.effect-zoe p.description {
  position: absolute;
  bottom: 4em;
  height: 173%;
  width: 100%;
  margin-left: -1rem;
  margin-right: -1rem;
  padding: 2em;
  background: #00000069;
  color: #fff;
  text-transform: none;
  font-size: 90%;
  opacity: 0;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
  -webkit-backface-visibility: hidden;
}

figure.effect-zoe h2,
figure.effect-zoe p.icon-links a {
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, 200%, 0);
  transform: translate3d(0, 200%, 0);
}

figure.effect-zoe p.icon-links a span::before {
  display: inline-block;
  padding: 8px 10px;
  font-family: "feathericons";
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-eye::before {
  content: "\e000";
}

.icon-paper-clip::before {
  content: "\e001";
}

.icon-heart::before {
  content: "\e024";
}

figure.effect-zoe h2 {
  display: inline-block;
}

figure.effect-zoe:hover p.description {
  opacity: 1;
}

figure.effect-zoe:hover figcaption,
figure.effect-zoe:hover h2,
figure.effect-zoe:hover p.icon-links a {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

figure.effect-zoe:hover h2 {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}

figure.effect-zoe:hover p.icon-links a:nth-child(3) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

figure.effect-zoe:hover p.icon-links a:nth-child(2) {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

figure.effect-zoe:hover p.icon-links a:first-child {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.checked {
  color: orange;
}

.bk-name {
  margin-top: -5rem;
  text-align: left;
}

.bk-name a h6 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #0f275c;
}

.count-box-info {
  color: #0f275c;
}

.product-box .card {
  padding: 10px;
  border: none;
  padding-top: 0px;
}

/*  #smartbanner .sb-info > span {
      display: block;
    }
    
    #smartbanner .sb-icon {
        position: absolute;
        left: 5px;
        top: 16px;
        display: block;
        width: 110px;
        height: 26px;
        background: rgba(0, 0, 0, 0.6);
        background-size: cover;
        border-radius: 5px;
        box-shadow: 0 1px 3px rgb(0 0 0 / 30%);
    }
    
    #smartbanner.no-icon .sb-icon {
      display: none;
    }
    
    #smartbanner.android {
        position: fixed;
      left: 0;
      top: -82px;
      width: 100%;
      height: 30px;
      font-family: 'Helvetica Neue', sans-serif;
      background: red;
      box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
      z-index: 998;
      -webkit-font-smoothing: antialiased;
      overflow: hidden;
      -webkit-text-size-adjust: none;
    }
    
    #smartbanner.android .sb-info {
        position: absolute;
        left: 126px;
        top: 10px;
        width: 44%;
        font-size: 11px;
        line-height: 1.2em;
        font-weight: bold;
        color: #6a6a6a;
    }
    
    #smartbanner.android .sb-info strong {
        display: block;
font-size: 14px;
color: #fff;
line-height: 10px;
margin-left: -7rem;
    }
    
    
#smartbanner.android .sb-button {
        position: absolute;
        left: 281px;
top: 3px;
padding: 0 10px;
min-width: 10%;
height: 24px;
font-size: 14px;
line-height: 24px;
text-align: center;
font-weight: bold;
color: #fff;
background: #ffc107;
text-transform: uppercase;
text-decoration: none;
text-shadow: 0 1px 0 rgb(255 255 255 / 80%);
border-radius: 5px;
box-shadow: 0 1px 0 rgb(255 255 255 / 60%), 0 1px 0 rgb(255 255 255 / 70%) inset
    }
    #smartbanner.android .sb-button span {
        text-align: center; 
        background-image: -moz-linear-gradient(top, #42B6C9, #39A9BB);
        text-transform: none;
        text-shadow: none;
    }
    
    @media screen and (max-width:522px) {
          #smartbanner.android .sb-info {
        position: absolute;
        left: 120px;
        top: 10px;
        }
    
        #smartbanner.android .sb-info strong {
        font-size: 12px;
        }

        #smartbanner.android .sb-button {
            left: 236px;
        }
      }
*/

.c-proceed {
  background: #0b88bf !important;
  color: #fff !important;
  font-size: 15px;
  padding: 10px !important;
  font-weight: 300;
  letter-spacing: 0.5px;
  border-radius: 5px;
  width: 18%;
  text-shadow: none !important;
}

.owl-dots {
  display: none;
}

.s-work {
  overflow: scroll;
}

@media (max-width: 600px) {
  .owl-dots {
    display: none;
  }

  .dialog-box {
    margin: -3.25rem auto;
  }
}

.dialog-box {
  margin: -8.25rem auto;
  max-width: 1200px;
}

.autocomplete-items {
  position: absolute;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  top: 100%;
  left: 0;
  right: 0;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.13);
}

.autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff;
}

.autocomplete-items div:hover {
  background-color: #e9e9e9;
}

.autocomplete-active {
  background-color: DodgerBlue !important;
  color: #ffffff;
}

.dblock {
  display: inline-block;
}

.mblock {
  display: none;
}

.table th {
  text-align: center;
}

.table td {
  padding: 0.75rem !important;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .dblock {
    padding-left: 0px;
  }

  .btnserch2 {
    padding-left: 8px;
    padding-right: 8px;
  }

  /* .mblock {
    display: inline-block !important;
  } */
}

.add-merch {
  background: #fff;
  padding: 14px 30px 14px 30px;
  text-transform: UPPERCASE;
  color: #000;
  border: 1px solid #000;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  width: 200px;
}

.buy-merch {
  background: #000;
  padding: 14px 30px 14px 30px;
  border: 1px solid #000 !important;
  border: none;
  text-transform: UPPERCASE;
  color: #fff;
  -webkit-transition: 0.3s ease;
  width: 200px;
  transition: 0.3s ease;
}

.varnt {
  color: #999;
}

.varnt a {
  color: #000;
}

.size-guide {
  background: #f1f3f6;
  padding: 10px;
  margin: 0;
  align-items: center;
}

.size-guide hr {
  margin-top: 10px;
  margin-bottom: 10px;
}

.mrp-merch {
  font-size: 14px;
  color: #565959;
  margin: 0px;
}

.mrp-merch label {
  color: #ec3a3a;
  margin: 0px;
}

.deal-p {
  color: #565959;
}

.mrp-merch span {
  text-decoration: line-through;
}

.bread-merch {
  margin-bottom: 0px !important;
}

.line-merch {
  background: #cbcbcb;
  height: 1px;
  margin-top: 10px;
  margin-bottom: 15px;
}

@media (max-width: 991px) {
  .add-merch {
    width: 48%;
  }

  .buy-merch {
    width: 50%;
  }
}

.product-listing .col-lg-2:nth-child(6n + 1) {
  padding-left: 15px;
}

.product-listing .col-lg-2 {
  padding-left: 0px;
}

.preview-pic img {
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

@media (max-width: 576px) {
  .modal-dialog {
    padding: 0px !important;
    max-width: 100%;
    margin: 0px;
  }

  .modal-content {
    border: none;
    border-radius: 8px;
    width: 100%;
  }
}

/* header styling copy end  */

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#content {
  width: 100%;
  min-height: 100vh;
  transition: all 0.3s;
  position: absolute;
  top: 0;
  right: 0;
}

.secondary-menu {
  margin-top: 77px;
  overflow: auto;
  background: #1f1f1f;
  color: #fff;
}

.margin-menu {
  margin-top: 77px;
}

.breadcrumb {
  margin-top: 77px;
}

.secondary-menu ul {
  margin: 0;
  padding-left: 12px;
  list-style: none;
  display: inline-flex;
}

.secondary-menu ul li {
  padding: 10px 50px 10px 10px;
}

.genre-slider img {
  width: 60px !important;
}

.carousel-control-next,
.carousel-control-prev {
  z-index: 11;
  height: 4.4rem;
  border: none;
  outline: none;
  background: #000;
  opacity: 0.7;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -44px;
  color: #000;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.11);
  transition: 0.6s ease;
  border-radius: 4px 0px 0px 4px;
}

.carousel-control-prev {
  transform: rotate(360deg);
  border-radius: 0px 4px 4px 0px;
}

.product-slider-sec {
  border-top: 1px solid #eaeaea;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
}

.product-heading-sec {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
}

.view-btn {
  position: relative;
  bottom: 47px;
}

.view-btn a {
  background: #ec3a3a !important;
  outline: none;
  border: none !important;
  color: #fff !important;
}

button:focus {
  box-shadow: none !important;
}

.cart-snippet {
  margin: auto;
  right: 0;
  position: fixed;
  width: 380px;
  height: 100%;
}

.cart-snippet-body {
  height: 100%;
  border: none;
  border-radius: 0;
}

/* .cart-right-bar{
        
    } */
.modal.modal-right .modal-dialog {
  max-width: 380px;
  min-height: calc(100vh - 0);
}

.modal.modal-right.show .modal-dialog {
  transform: translate(0, 0);
}

.modal.modal-right .modal-content {
  height: calc(100vh - 0);
  overflow-y: auto;
}

.modal.modal-right .modal-dialog {
  transform: translate(100%, 0);
  margin: 0 0 0 auto;
}

.cart-snippet-body .modal-body {
  padding: 0px;
}

.cart-btn {
  background-color: #e44090;
  border: none;
  border-radius: 0px;
  /* height: 50px; */
  color: #fff;
}

.cart-btn:hover {
  outline: none;
  background-color: #e44090;
}

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

.breadcrumb {
  border-radius: 0px;
}

.cart-list {
  border-bottom: 1px solid #e9ecef;
  padding: 1rem 1rem 1rem 1rem;
}

.cart-list img {
  height: 80px;
  border-radius: 6px;
  border: 1px solid #0f275c;
}

.cart-list p {
  margin: 0px;
  font-size: 14px;
}

.small-p {
  font-size: 14px;
  margin: 0px;
}

.h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0px;
}

.carousel {
  width: 100%;
}

.slide-box {
  display: flex;
  justify-content: space-between;
}

.product-slider-item img {
  margin: auto;
  max-width: 110px !important;
}

.account-left-head {
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
  position: relative;
}

.account-left-head .account-edit-m {
  display: none;
  position: absolute;
  color: #0f275c;
}

.account-edit-m:hover {
  color: #0f275c !important;
}

.account-left-body {
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
}

.account-left-body-list {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.account-right {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
  position: relative;
}

.font-clos {
  font-size: 22px;
  padding: 0px !important;
  margin: 0px !important;
  top: 16px;
}

.font-clos3 {
  font-size: 22px;
  padding: 0px !important;
  margin: 0px !important;
  top: 22px;
}

.head-info-text {
  background-color: #ffd500;
}

.address-box {
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
  position: relative;
}

.adrs-mod {
  background: none;
  color: #ec3a3a;
}

.address-r-b {
  margin-top: 0 !important;
}

.add-new-address {
  color: #e44090;
  padding: 10px;
  background: #fff;
  border-radius: 8px;
  text-align: center;
  border: 1px dashed #e44090;
  margin-top: 2px;
}

.address-list {
  border: 1px solid #fff;
  padding: 1rem;
  background: #fff;
  padding-left: 50px;
  border-radius: 8px;
  position: relative;
}

.check-pickup-point {
  width: 100%;
}

.check-pickup-point input {
  padding: 0.375rem 0.75rem;
  width: 70%;
}

.check-pickup-point button {
  width: 28%;
}

.ad-ld {
  position: absolute;
  top: 18px;
  left: 20px;
  color: #ec3a3a;
  font-size: 20px;
}

.my-default-address input::before {
  background: url(../../image/check_circle-red.svg) left center no-repeat !important;
}

.available-voucher {
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
  position: relative;
}

/*refer & earn*/
.refer-right-head-edit {
  position: absolute;
  top: 18px;
  right: 12px;
  color: #008ecc;
}

.refer-right-head-edit:hover {
  color: #008ecc;
}

.rewards-show {
  color: rgba(21, 27, 57, 0.6);
}

#share {
  width: 100%;
  text-align: center;
}

.referral-code {
  background: #ffffff;
  margin: 0px auto;
  margin-top: -23px;
  width: 235px;
  position: relative;
  padding: 10px;
  border: 1px solid #cacaca;
  box-shadow: 0 3px 5px 0 rgb(0 0 0 / 15%);
  border-radius: 0.35rem;
}

.referral-code:active {
  box-shadow: none !important;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.referral-code a {
  cursor: pointer;
}

.referral-code a i {
  color: #b1b1b1;
}

/* buttons */

#share a {
  width: 50px;
  height: 50px;
  display: inline-block;
  margin: 8px;
  border-radius: 50%;
  font-size: 24px;
  color: #fff;
  opacity: 1;
  transition: opacity 0.15s linear;
}

#share a:hover {
  opacity: 0.75;
}

/* icons */

#share i {
  position: relative;
  top: 50%;
  transform: translateY(-67%);
}

/* colors */
.s-icon-text {
  color: #0f275c;
  font-size: 12px;
}

.facebook {
  width: 84px;
  height: 84px;
}

.email-icon {
  width: 84px;
  height: 84px;
}

.facebook img {
  width: 100%;
}

.email-icon img {
  width: 100%;
}

.whatsapp {
  width: 84px;
  height: 84px;
}

.whatsapp img {
  width: 100%;
}

.more-icon {
  background: #e9e9e9;
  color: #000 !important;
  padding: 12px;
}

.icon-none-m {
  display: none !important;
}

.twitter {
  width: 84px;
  height: 84px;
}

.twitter img {
  width: 100%;
}

.sms-icon {
  width: 84px;
  height: 84px;
}

.sms-icon img {
  width: 100%;
}

.linkedin {
  width: 84px;
  height: 84px;
}

.linkedin img {
  width: 100%;
}

.pinterest {
  background: #cb2027;
}

.or-division {
  position: relative;
  text-align: center;
}

.or-division span {
  z-index: 2;
  position: relative;
  display: inline-block;
  background-color: #fff;
  color: #777;
}

.or-division::after {
  content: "";
  width: 100%;
  background-color: transparent;
  display: block;
  height: 1px;
  border-top: 1px solid #acc0eb;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  z-index: 1;
}

/* Voucher */
.voucherbox {
  text-align: left;
  margin-bottom: 1rem;
}

.voucherbox:last-of-type {
  margin-bottom: 0;
}

.voucher-b {
  display: inline-block;
  padding: 20px 20px;
  position: relative;
  font-weight: bold;
  background-image: url(../../image/voucher-box.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  float: left;
}

.voucher-d {
  padding-top: 10px;
}

.voucher-value {
  font-size: 24px;
  color: #456130;
}

.voucher-exp {
  font-size: 12px;
  color: #999;
}

.voucher-type {
  color: #212529;
  font-weight: 400;
  line-height: 18px;
}

.referral-code-by {
  font-size: 12px;
  color: #999;
}

.referral-code-by span {
  color: #008ecc;
}

span.scissors {
  position: absolute;
  top: -11px;
  color: #000;
  right: -17px;
}

.voucherinner {
  display: inline-block;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.08);
}

/* Voucher End */

.address-list input {
  position: absolute;
  top: 18px;
  left: 20px;
  /* -webkit-appearance: none; */
  /* -moz-appearance: none; */
  -ms-appearance: none;
  -o-appearance: none;
  height: 20px;
  width: 20px;
  -webkit-transition: 0.15s ease-out;
  transition: all 0.15s ease-out 0s;
  cursor: pointer;
  display: inline-block;
  outline: 0;
  z-index: 1;
  background: 0 0;
  border: 0;
}

.address-list input::before {
  /* background: url(../../image/radio_unchecked.svg) left center no-repeat; */
  background: transparent !important;
  height: 20px;
  width: 22px;
  content: "";
  display: inline-block;
}

.address-list input[type="radio"] {
  accent-color: #e44090;
}

.add-adres {
  color: #e44090 !important;
  border-radius: 8px !important;
  border: 1px dashed #e44090 !important;
  background: #fff !important;
}

.modi-info {
  color: #0f275c;
  border-radius: 4px;
  background: #eaeaea;
}

.address-line {
  font-size: 12px;
  color: rgba(21, 27, 57, 0.6);
}

.my-default-address {
  border: 1px solid #0f275c !important;
  background: #fff;
}

.orders {
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
  position: relative;
  margin-top: 1rem;
}

.orders:first-child {
  margin-top: 0;
  margin-bottom: 0;
}

.orders label {
  font-size: 12px;
  font-weight: 600;
}

.order-product-list {
  list-style: none;
  padding: 0;
}

.list-items {
  padding-bottom: 2rem;
  padding-top: 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.list-items:first-child {
  padding-top: 0;
}

.list-items:last-child {
  border: none;
  padding-bottom: 0;
}

.list-items img {
  margin-right: 15px;
  height: 75px;
}

.list-items p {
  font-size: 14px;
}

.account-right-head-edit {
  position: absolute;
  top: 18px;
  right: 12px;
  color: #0f275c;
  font-weight: 600;
}

.account-right-head-edit:hover {
  color: #0f275c;
}

.account-right-head-edit:focus {
  color: #0f275c;
}

.account-right-body label {
  font-size: 12px;
  font-weight: lighter;
}

.animate-bottom {
  margin-top: 15%;
}

#invoice {
  position: relative;
}

.login-img img {
  width: 100%;
  border-radius: 4px;
}

.loginerror {
  color: #ec3a3a;
  font-size: 12px;
}

.otpsent {
  font-size: 12px;
  color: #999;
}

.otpsent a {
  color: #0f275c;
}

.sel-genre {
  text-align: center;
  border: 1px solid #acc0eb;
  border-radius: 6px;
  padding: 5px;
  position: relative;
}

input:checked~.sel-genre {
  border: 2px solid #e44090;
}

.sel-genre img {
  max-height: 80px;
}

.sel-genre input {
  position: absolute;
  top: 3px;
  right: 3px;
}

.loginsignup input {
  width: 100%;
  padding: 8px;
  border: 1px solid #d4d5d9;
}

.loginsignup input:focus {
  border: 1px solid #008ecc;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(0, 112, 255, 0.51);
  outline: none;
}

#invoice span {
  position: absolute;
  top: 5px;
  right: 0;
  color: #999;
}

#total-amt {
  background: #f1f3f6;
  padding: 6px;
  margin: 0;
  margin-top: 0px;
  align-items: center;
  margin-top: 1rem;
  color: #ec3a3a;
  border: 1.5px dashed #b9b9b9;
}

#total-amt p {
  color: #000;
}

#trackorder {
  position: relative;
}

#trackorder label {
  position: absolute;
  top: -5px;
  right: 15px;
}

.order-tracking {
  text-align: center;
  width: 24.33%;
  position: relative;
  display: block;
}

.order-tracking .is-complete {
  display: block;
  position: relative;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  border: 0px solid #afafaf;
  background-color: #afafaf;
  margin: 0 auto;
  transition: background 0.25s linear;
  -webkit-transition: background 0.25s linear;
  z-index: 2;
}

.order-tracking .is-complete:after {
  display: block;
  position: absolute;
  content: "";
  height: 14px;
  width: 7px;
  top: -2px;
  bottom: 0;
  left: 5px;
  margin: auto 0;
  border: 0px solid #afafaf;
  border-width: 0px 2px 2px 0;
  transform: rotate(45deg);
  opacity: 0;
}

.order-tracking.completed .is-complete {
  border-color: #e44090;
  border-width: 0px;
  background-color: #e44090;
}

.order-tracking.completed .is-complete:after {
  border-color: #fff;
  border-width: 0px 3px 3px 0;
  width: 7px;
  left: 11px;
  opacity: 1;
}

.order-tracking p {
  color: #151515;
  font-size: 14px;
  font-weight: 600;
  margin-top: 8px;
  margin-bottom: 0;
  line-height: 20px;
}

.order-tracking p span {
  font-size: 12px;
  font-weight: lighter;
  color: #a4a4a4;
}

.order-tracking.completed p {
  color: #000;
}

.order-tracking::before {
  content: "";
  display: block;
  height: 3px;
  width: calc(100% - 40px);
  background-color: #afafaf;
  top: 13px;
  position: absolute;
  left: calc(-50% + 20px);
  z-index: 0;
}

.order-tracking:first-child:before {
  display: none;
}

.order-tracking.completed:before {
  background-color: #ec3a3a;
}

.order-items {
  list-style: none;
}

.order-list-items {
  padding-bottom: 50px;
  padding-top: 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
}

.order-list-items img {
  margin-right: 15px;
  height: 75px;
}

.order-list-items:first-of-type {
  padding-top: 0;
}

.order-list-items:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}

.order-list-items p {
  font-size: 14px;
}

.order-list-items .price-qty {
  position: absolute;
  top: 7.5px;
  right: 15px;
}

.track-m {
  display: none;
}

.delivery-mode {
  top: 5px;
  position: absolute;
}

/* View more books */
.view_more_book_items {
  min-height: 90px;
  padding-top: 15px;
}

.view_more_book_items:first-of-type {
  padding-top: 0;
  min-height: 75px;
}

.view_more_book_lists {
  list-style: none;
  margin-top: 25px;
  padding-left: 0;
  margin-bottom: 0;
}

.viewbooks {
  color: #008ecc;
}

.viewbooks:hover {
  color: #008ecc;
}

.viewbooks:focus {
  color: #008ecc;
}

/* .......................... */
.material-from .group {
  position: relative;
  margin-bottom: 40px;
}

.default-city {
  margin-bottom: 15px !important;
}

.disable-nm label {
  top: -20px !important;
  font-size: 10px !important;
  color: #008ecc !important;
}

.disable-nm input {
  padding: 6px 4px 6px 9px !important;
  background: #f7f7f7;
}

.default-city label {
  top: -20px !important;
  font-size: 10px !important;
  color: #008ecc !important;
}

.default-city input {
  padding: 6px 4px 6px 9px !important;
  background: #f7f7f7;
}

.material-from input:focus~label,
input:valid~label {
  top: -20px;
  font-size: 10px;
  color: #008ecc;
}

.material-from label {
  color: #999;
  font-size: 14px;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  left: 0px;
  top: 10px;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}

.material-from input {
  padding: 6px;
  display: block;
  width: 100%;
  border-radius: 8px;
  border: 1px solid #0f275c;
  background: #f6f6f6;
  height: 40px;
  color: rgba(15, 39, 92, 0.6);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.material-from input:focus {
  outline: none;
}

.material-from .bar {
  position: relative;
  display: block;
  width: 100%;
}

.material-from .bar:before,
.bar:after {
  content: "";
  height: 2px;
  width: 0;
  bottom: 1px;
  position: absolute;
  background: #008ecc;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}

.material-from .bar:before {
  left: 50%;
}

.material-from .bar:after {
  right: 50%;
}

.material-from input:focus~.bar:before,
input:focus~.bar:after {
  width: 50%;
}

/* HIGHLIGHTER ================================== */
.material-from .highlight {
  position: absolute;
  height: 60%;
  width: 100px;
  top: 25%;
  left: 0;
  pointer-events: none;
  opacity: 0.5;
}

/* active state */
.material-from input:focus~.highlight {
  -webkit-animation: inputHighlighter 0.3s ease;
  -moz-animation: inputHighlighter 0.3s ease;
  animation: inputHighlighter 0.3s ease;
}

/* ANIMATIONS ================ */
@-webkit-keyframes inputHighlighter {
  from {
    background: #999;
  }

  to {
    width: 0;
    background: transparent;
  }
}

@-moz-keyframes inputHighlighter {
  from {
    background: #999;
  }

  to {
    width: 0;
    background: transparent;
  }
}

@keyframes inputHighlighter {
  from {
    background: #999;
  }

  to {
    width: 0;
    background: transparent;
  }
}

/* ................................................... */
.ltb-blue-btn {
  background: #0f275c;
  color: #fff;
  border-radius: 30px;
}

.ltb-blue-outline-btn {
  color: #008ecc;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.copybtn-re {
  color: #e44090;
  background: #fff;
  border: 2px dotted #e44090;
  box-shadow: 0 4px 8px 0 #d36c9e;
}

.copybtn-re i {
  color: #e44090;
}

.copybtn-re:active {
  box-shadow: none !important;
}

.ltb-red-btn {
  background: #ffd500;
  color: #0f275c;
  font-weight: 600;
  border-radius: 30px;
}

.btn_head {
  background: #0f275c !important;
  color: #fff;
}

.ltb-red-outline-btn {
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff;
  color: #ec3a3a;
}

.f-form .radio {
  display: none;
}

.f-form .radio~img {
  filter: grayscale(100);
  cursor: pointer;
  transition: 0.3s;
  height: 60px;
  margin-right: 10px;
}

.feedback-text {
  color: #4d4d4d;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.ingroup-info {
  margin-bottom: 16px !important;
}

.fredd-text {
  border-radius: 8px;
  border: 1px solid #e0e0e0;
  background: #fff;
  box-shadow: 0px 2px 6px 0px rgba(19, 18, 66, 0.07);
  color: rgba(15, 39, 92, 0.6);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  min-height: 170px;
  padding: 10px;
}

.feedback-text-2 {
  color: rgba(15, 39, 92, 0.6);
}

.f-form .radio:checked~img {
  filter: grayscale(0);
  height: 32px;
}

.f-group .rating-emoji {
  height: 65px;
}

.f-form select {
  height: 40px;
  padding: 5px;
}

.f-form select:focus {
  outline: none;
}

.f-form select {
  color: #0f275c;
  border-radius: 0.25rem;
  border: none;
  border-radius: 8px;
  border: 1px solid #e0e0e0;
  background: #f6f6f6;
}

.f-form select option {
  background: #fff;
  color: #212529;
}

.in-group {
  position: relative;
  margin-bottom: 30px;
}

footer {
  background: #ffd500;
  color: #fff;
  font-size: 12px;
  font-weight: lighter;
}

.footer-h {
  font-size: 22px;
  color: #0f275c;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

footer .footer-b {
  list-style: none;
  padding: 0;
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 10px;
}

footer .footer-b li {
  margin-bottom: 6px;
  font-size: 18px;
  color: #0f275c;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.footer-b .confooter {
  color: #0f275c;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 10px;
}

.footer-b .footer-social {
  font-size: 20px;
  margin-right: 10px;
}

.footern2 {
  border-top: 1px solid #404040;
}

.footern2 .footerprivacy {
  list-style-type: none;
  padding: 0;
}

.footerprivacy li {
  display: inline-flex;
  color: #0f275c;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
}

.footerprivacy li {
  margin-right: 10px;
}

.footer_year {
  color: #0f275c;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

/* .footerprivacy li:last-of-type::before {
  content: "";
  width: 1px;
  height: 12px;
  background: #404040;
  display: inline-block;
  margin-right: 20px;
  vertical-align: middle;
} */

.box-cont {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
  border: 2px solid #0f275c;
}

.box-inp-polic {
  background-color: transparent;
  box-shadow: none;
  border: none;
}

.faq-detail {
  border-bottom: 1px solid #acc0eb;
  padding-bottom: 16px;
  margin-bottom: 16px;
}

.ppbody p {
  font-size: 16px;
  color: #0f275c;
  font-weight: 600;
  padding-top: 8px;
}

.ppbody textarea:focus {
  outline: none;
}

.ppheader i {
  font-size: 12px;
  color: #212529;
  font-weight: lighter;
}

.ppheader span {
  font-size: 12px;
  color: #212529;
  font-weight: lighter;
}

.accordion .card-header {
  cursor: pointer;
}

.accordion .card-header:after {
  width: 0;
  margin-top: 10px;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #2f2f2f;
  font-size: 0;
  line-height: 0;
  float: right;
}

.accordion .card-header.collapsed:after {
  /* symbol for "collapsed" panels */
  content: "\f000";
}

.ab-bg {
  background: #ffd500;
  height: 250px;
}

.ab-bg h1 {
  color: #0f275c;
  /* text-shadow: 0 1px 3px #000000; */
  font-weight: 900;
  top: 65px;
  position: relative;
}

.hw-bg {
  background: url(../../image/hw-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  height: 250px;
}

.hw-bg h1 {
  color: #fff;
  text-shadow: 0 1px 3px #000000;
  font-weight: 900;
  top: 65px;
  position: relative;
}

.ab-tp {
  top: -70px;
}

.head-bg {
  background: #ffc207;
  width: 100%;
  color: #1d1d1b;
  text-align: center;
}

.head-bg h3 {
  font-weight: 900;
  font-size: 2.5rem;
}

.head-bg ul {
  display: inline-flex;
  list-style: none;
  margin: 0px;
  padding: 0px;
  background: #1d1d1b;
  border-radius: 100px;
}

.main-img-2 {
  margin-top: 40px;
}

.timer {
  display: inline-flex;
}

.time-box {
  color: #1d1d1b;
  border: 2px solid #1d1d1b;
  font-size: 40px;
  width: 95px;
  font-weight: 900;
}

.time-box p {
  font-size: 12px;
  color: #1d1d1b;
  margin-top: -13px;
}

.head-bg li {
  padding: 15px;
  color: #fff;
}

.timeline {
  position: relative;
  box-sizing: border-box;
}

.hw-steps h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 600;
}

.hw-steps p {
  margin: 0px;
  line-height: 18px;
}

.event-card {
  border: 2px dashed;
}

.event-card .card-header {
  background: #ffd500;
  color: #0f275c;
}

.event-card i {
  color: #e44090;
}

.event-card h5 {
  font-size: 24px;
  font-weight: 700;
  color: #0f275c;
}

.event-card p {
  font-size: 16px;
  font-weight: 600;
}

.basic-font {
  font-size: 16px;
  color: #0f275c;
  font-weight: lighter;
}

.refer-works {
  list-style: none;
  padding: 0;
}

.refer-works i {
  color: #e44090;
}

.timeline:before {
  content: "";
  position: absolute;
  left: 50%;
  width: 2px;
  height: 100%;
  background: #e44090;
}

.timeline ul {
  padding: 0;
  margin: 0;
}

.timeline ul li {
  list-style: none;
  position: relative;
  width: 50%;
  padding: 20px 40px;
  box-sizing: border-box;
}

.timeline ul li:nth-child(odd) {
  float: left;
  text-align: right;
  clear: both;
}

.timeline ul li:nth-child(even) {
  float: right;
  text-align: left;
  clear: both;
}

.content {
  padding-bottom: 20px;
}

.timeline ul li:nth-child(odd):before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  top: 24px;
  right: -6px;
  background: #fff;
  border-radius: 50%;
  /* box-shadow: 0 0 0 3px rgb(0 142 204 / 19%); */
  box-shadow: 0px 1px 8px 1px #ff0c82;
}

.timeline ul li:nth-child(even):before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  top: 24px;
  left: -4px;
  background: #fff;
  border-radius: 50%;
  /* box-shadow: 0 0 0 3px rgb(0 142 204 / 19%); */
  box-shadow: 0px 1px 8px 1px #ff0c82;
}

.timeline ul li h3 {
  padding: 0;
  margin: 0;
  font-size: 20px;
  color: #0f275c;
  font-weight: 600;
}

.timeline ul li p {
  margin: 10px 0 0;
  padding: 0;
  font-size: 14px;
  color: #0f275c;
  text-align: justify;
}

.out-jrny {
  font-size: 24px;
  color: #0f275c;
  font-weight: 600;
  margin-top: -44px;
}

.timeline ul li .time h4 {
  margin: 0;
  padding: 0;
  font-size: 14px;
}

#helptour {
  color: #000;
  font-size: 21px;
  top: 0px;
  cursor: pointer;
}

.timeline ul li:nth-child(odd) .time {
  position: absolute;
  top: 12px;
  right: -100px;
  margin: 0;
  padding: 8px 16px;
  background: #e44090;
  color: #fff;
  border-radius: 18px;
  /* box-shadow: 0 0 0 3px rgb(0 142 204 / 19%); */
  box-shadow: 0px 1px 8px 1px #ff0c82;
}

.timeline ul li:nth-child(even) .time {
  position: absolute;
  top: 12px;
  left: -100px;
  margin: 0;
  padding: 8px 16px;
  background: #e44090;
  color: #fff;
  border-radius: 18px;
  /* box-shadow: 0 0 0 3px rgb(0 142 204 / 19%); */
  box-shadow: 0px 1px 8px 1px #ff0c82;
}

@media (max-width: 520px) {
  .introjs-tooltip {
    right: 0px !important;
  }
}

@media (max-width: 1000px) {
  .timeline {
    width: 100%;
  }

  .cat-icons label {
    font-size: 10px !important;
  }
}

@media (max-width: 600px) {
  .product-slider-row .header-slider-txt h3 {
    font-size: 18px;
  }

  .product-slider-row .header-slider-txt label {
    font-size: 10px;
  }

  .ppbody p {
    padding-top: 0px;
  }

  .bottom-padd01 {
    padding-bottom: 115px !important;
  }

  .carousel-control-prev,
  .carousel-control-next {
    padding: 6px;
    height: 51px;
  }
}

@media (max-width: 767px) {
  .checkbox-d button {
    position: fixed;
    bottom: 65px;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 999;
    border-radius: 0;
    padding: 13px;
    border-radius: 0px !important;
  }

  .checkbox-d {
    margin-bottom: 4rem !important;
  }

  .product-listing .col-lg-3:nth-child(2n + 1) {
    padding-left: 15px;
  }

  .product-listing .col-lg-3 {
    padding-right: 0px !important;
  }

  .product-listing .col-lg-3 {
    margin-top: 0px !important;
  }

  .product-listing {
    margin-top: 1rem !important;
  }

  .product-listing h6 {
    font-size: 14px;
  }

  .listing-author {
    font-size: 12px;
  }

  .product-listing .col-lg-3:nth-child(2n) {
    padding-right: 15px !important;
  }

  .listing_bcltb {
    padding-left: 15px !important;
  }

  .timeline {
    width: 100%;
    padding-bottom: 0;
  }

  h1 {
    font-size: 40px;
    text-align: center;
  }

  .timeline:before {
    left: 20px;
    height: 100%;
  }

  .timeline ul li:nth-child(odd),
  .timeline ul li:nth-child(even) {
    width: 100%;
    text-align: left;
    padding-left: 50px;
    padding-bottom: 50px;
  }

  .timeline ul li:nth-child(odd):before,
  .timeline ul li:nth-child(even):before {
    top: -18px;
    left: 16px;
  }

  .timeline ul li:nth-child(odd) .time,
  .timeline ul li:nth-child(even) .time {
    top: -30px;
    left: 50px;
    right: inherit;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .slide-box img {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .slide-box img {
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }

  .product-listing .col-md-4:nth-child(3n + 1) {
    padding-left: 15px !important;
  }

  .product-listing .col-md-4:nth-child(4n + 1) {
    padding-left: 0px !important;
  }

  .product-listing .col-md-4:nth-child(1) {
    padding-left: 15px !important;
  }
}

@media (min-width: 992px) {
  .slide-box img {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}

@media (min-width: 991px) and (max-width: 1045px) {
  .product-box {
    min-height: 320px !important;
  }
}

@media (max-width: 991px) {
  .listing_bcltb {
    padding-left: 15px !important;
  }

  .left-listing-panel {
    max-width: 100% !important;
  }

  .main-img-2 {
    margin-top: -20px;
  }

  .time-box {
    width: 100%;
  }

  .head-bg li {
    font-size: 12px;
  }

  .head-bg h3 {
    font-size: 24px;
  }

  .ab-bg h1 {
    font-size: 24px;
    top: 45px;
  }

  .ab-bg {
    height: 190px;
  }

  .hw-bg h1 {
    font-size: 24px;
    top: 45px;
  }

  .hw-bg {
    height: 190px;
  }

  /* .icon-show-m {
    display: inline-block !important;
  } */

  .icon-none-mobile {
    display: none !important;
  }

  .ltb-sec {
    padding-left: 0px;
    padding-right: 0px;
  }

  .account-left-head .account-edit-m {
    display: block !important;
    top: 8px;
    right: 12px;
    font-size: 28px;
  }

  /* .account-right {
    display: none;
  } */

  .modal-bottom .modal-dialog {
    bottom: 0;
    position: fixed;
    width: 100%;
    margin: 0px;
  }

  .modal-bottom .modal-dialog .modal-content {
    border-radius: 0px;
    border: none;
  }

  .animate-bottom {
    position: relative;
    animation: animatebottom 0.4s;
  }

  @keyframes animatebottom {
    from {
      bottom: -300px;
      opacity: 0;
    }

    to {
      bottom: 0;
      opacity: 1;
    }
  }

  .track-m {
    display: block;
  }

  .track-desk {
    display: none;
  }

  .address-m-hide {
    display: none;
  }

  #addaddress .animate-bottom {
    border: none;
    border-radius: 0;
  }

  #addaddress .modal-dialog {
    width: 100%;
    margin: 0px;
    bottom: 0;
  }

  .address-r-b {
    height: 100%;
  }

  #addaddress {
    padding: 0 !important;
  }

  .modal-bg-fff .modal-backdrop {
    background-color: #fff;
    opacity: 100 !important;
  }

  /* .action {
        position: fixed;
        box-shadow: rgba(0, 0, 0, 0.19) 0px -3px 4px -1px;
        bottom: 0;
        z-index: 999;
        background: #fff;
        width: 100%;
        left: 0;
        right: 0;
      } */
  .action .add-to-cart {
    /* width: 100%; */
    padding: 11px;
    /* margin-bottom: 0px !important; */
    /* float: right; */
    border-radius: 0px;
  }

  .tab-content {
    height: 250px !important;
  }

  .tab-content img {
    margin-top: 10px !important;
    height: 200px !important;
    border-radius: 6px;
  }

  .vote {
    margin-bottom: 0px !important;
  }
}

/* --------------------------------------------------------------- */

.preview-thumbnail.nav-tabs {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px;
  background: #fff;
}

.preview-thumbnail .show {
  outline: 2px solid #008ecc !important;
  transition: none;
}

.preview {
  border: 1px solid #f0f0f0;
  background: #fff;
  border-radius: 6px;
}

.preview-thumbnail.nav-tabs li {
  width: 20%;
}

.preview-thumbnail.nav-tabs li img {
  height: 50px;
  display: block;
}

.preview-thumbnail.nav-tabs li a {
  cursor: pointer;
  padding: 0;
  margin: 0;
}

.preview-thumbnail.nav-tabs li:last-of-type {
  margin-right: 0;
}

.tab-content {
  overflow: hidden;
  height: 364px;
  background: #fff;
  padding: 1rem;
  border-radius: 8px;
}

.tab-content img {
  height: 250px;
  margin-top: 40px;
  -webkit-animation-name: opacity;
  animation-name: opacity;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
}

.details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.checked {
  color: #ffd500 !important;
}

.price span {
  color: #e44090;
}

.rating,
.product-description,
.vote,
.book-condition {
  margin-bottom: 15px;
  line-height: 22px;
  color: #212529;
  font-size: 1rem;
}

.ratin-info {
  display: flex;
  gap: 10px;
}

.ratin-info .review-no {
  color: #0f275c;
}

/* .bg-white {
  background: #fff;
} */

.table td {
  padding: 6px !important;
  font-size: 1rem !important;
  font-weight: 500 !important;
  color: #4d4d4d !important;
}

.detail-h125hk {
  font-weight: 600 !important;
  padding: 6px !important;
}

.more-description .first-1 h6 {
  font-weight: 800;
  margin-bottom: 15px;
  color: #0f275c;
}

.second-2 {
  margin: 0 0 15px;
}

.second-2 p:first-of-type {
  font-weight: 400;
  margin-bottom: 10px;
}

.second-2 p {
  line-height: 20px;
  color: #000;
  font-size: 1rem;
  text-align: justify;
}

.read-more-des {
  color: #008ecc;
}

.book-condition {
  font-size: 1rem;
  color: #0f275c;
  margin-bottom: 15px;
}

.breadcrumb-item a {
  color: #0f275c !important;
}

.breadcrumb-item+.breadcrumb-item::before {
  color: #0f275c !important;
}

.vote {
  font-size: 12px;
}

.vote-button {
  position: absolute;
  top: 14px;
  right: 30px;
  padding: 8px;
  border-radius: 60px;
  line-height: 1px;
  font-size: 18px;
  text-align: center;
  border: 1px solid #f0f0f0;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
  color: #c2c2c2;
  height: 40px;
  width: 40px;
  cursor: pointer;
}

.product-title {
  margin-bottom: 5px;
}

.author {
  color: #008ecc;
}

.product-title {
  margin-top: 0;
}

.color {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  height: 2em;
  width: 2em;
  border-radius: 2px;
}

.color:first-of-type {
  margin-left: 20px;
}

.add-to-cart {
  background: #ffd500;
  padding: 10px 30px 10px 30px;
  border: none;
  text-transform: UPPERCASE;
  font-weight: bold;
  color: #fff;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  border-radius: 30px;
}

.add-to-cart:hover:hover {
  background: #ffd500;
  color: #fff;
}

.not-available {
  text-align: center;
  line-height: 2em;
}

.not-available:before {
  font-family: fontawesome;
  content: "\f00d";
  color: #fff;
}

.orange {
  background: #ff9f1a;
}

.green {
  background: #85ad00;
}

.blue {
  background: #0076ad;
}

.tooltip-inner {
  padding: 1.3em;
}

@-webkit-keyframes opacity {
  0% {
    opacity: 0;
    -webkit-transform: scale(3);
    transform: scale(3);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes opacity {
  0% {
    opacity: 0;
    -webkit-transform: scale(3);
    transform: scale(3);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.cate-head span {
  font-weight: 600;
}

.cate-right {
  display: flex;
}

.cate-right ul {
  display: inline-flex;
  list-style: none;
  margin-bottom: 0;
  padding: 0;
}

.cate-right ul li {
  margin-left: 15px;
  font-size: 14px;
  font-weight: 400;
}

.cate-right span {
  font-weight: 500;
  font-size: 14px;
}

.listing-author {
  font-size: 14px;
}

.left-listing-panel {
  max-width: 20%;
  font-size: 14px;
}

.cate-right li {
  border: 1px solid #0f275c;
  border-radius: 5px;
  width: 85px;
  text-align: center;
}

.cate-right .active {
  border: 1px solid #e44090;
  color: #e44090;
}

.product-listing .product-box {
  border-radius: 6px;
  /* height: 330px; */
  overflow: hidden;
  padding: 0px 20px 20px;
}

.listing-left {
  border-radius: 8px !important;
}

.product-listing .product-box:hover {
  box-shadow: 0 3px 16px 0 rgba(0, 0, 0, 0.11);
}

.card-header {
  background: #fff;
}

.filter-clear {
  color: #e44090 !important;
  font-weight: 400;
}

.clist {
  border: none;
  padding: 7px 1.25rem;
  font-weight: 300;
  color: #0f275c;
}

.clist label {
  margin: 0;
}

.chead {
  background: #e9ecef;
  border-radius: 0px !important;
  border: none;
  padding: 5px 1.25rem;
  color: #e44090;
}

.view-morec {
  color: #008ecc;
}

.page-item.active .page-link {
  background-color: #008ecc;
  border-color: #008ecc;
}

.page-link {
  color: #008ecc;
}

.page-link:focus {
  box-shadow: none;
}

.product-listing .col-lg-3 {
  padding-left: 0;
}

.product-listing .col-lg-3:nth-child(4n + 1) {
  padding-left: 15px;
}

.listing_bcltb {
  padding-left: 0px;
}

#sortby-mb .modal-dialog {
  height: 100% !important;
  overflow: scroll;
}

.filter-sort-m {
  position: fixed;
  border-top: 1px solid #e8e8e8;
  bottom: 0;
  z-index: 999;
  background: #fff;
  width: 100%;
  left: 0;
  right: 0;
  transition: bottom 0.4s;
}

.filter-sort-m .filter-m {
  width: 50%;
  padding: 10px;
  background: #fff;
  color: #999;
  margin-bottom: 0px !important;
  border-radius: 0px;
}

.filter-sort-m .catgg {
  width: 100% !important;
  background-color: #0076ad;
  color: #fff;
}

.buttonDivider {
  border-left: 1px solid #e8e8e8 !important;
  width: 1px;
  height: 22px;
  position: absolute;
  left: 50%;
  top: 12px;
  z-index: 1;
}

/* .filter-sort-m .filter-m i{
  font-size: 12px !important;
} */
.filter-sort-m .sort-by-m {
  width: 50%;
  padding: 10px;
  background: #fff;
  color: #999;
  margin-bottom: 0px !important;
  border-radius: 0px;
}

.sort-by-mobile label {
  font-size: 14px !important;
  color: #000 !important;
  margin-bottom: 0px !important;
}

#filter-mb {
  background: #fff;
}

#filter-mb label {
  font-size: 12px;
}

#filter-mb img {
  height: 60px;
}

#filter-mb .modal-dialog {
  width: 100%;
  margin: 0;
  height: 100%;
}

#filter-mb .modal-body {
  padding: 0px;
}

/* Style the tab */
.tabw3 {
  float: left;
  background-color: #f1f1f1;
  width: 30%;
  height: 100%;
}

/* Style the buttons inside the tab */
.tabw3 button {
  display: block;
  background-color: inherit;
  color: black;
  padding: 15px 15px;
  width: 100%;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
  font-size: 14px;
}

/* Change background color of buttons on hover */
.tabw3 button:hover {
  background-color: #ddd;
}

/* Create an active/current "tab button" class */
.tabw3 button.active {
  background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
  float: left;
  padding: 8px 0px;
  width: 70%;
  border-left: none;
  height: 300px;
}

.checkout-pg {
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
  position: relative;
}

.checkout-head .progress-bar {
  background-color: #0f275c;
}

.checkout-head img {
  height: 60px;
  margin-right: 10px;
}

.inline-flex {
  display: inline-flex;
}

.box-info {
  position: relative;
  margin-right: 8px;
}

.category-m img {
  height: 40px;
}

.box-info input {}

.box-info input:checked~.box-info {
  background: #000;
}

.box-info span {
  position: absolute;
  top: 0px;
  z-index: 1;
  right: 5px;
}

.box-info img {
  height: fit-content;
}

.bookitem-list img {
  height: 80px;
}

.box-listing-block {
  position: relative;
}

.box-listing-block .plus {
  font-size: 18px;
  margin-left: 10px;
  cursor: pointer;
}

.box-listing-block .minus {
  font-size: 18px;
  margin-right: 10px;
  cursor: pointer;
}

.boxaddless {
  float: right;
  top: 0px;
  position: absolute;
  right: 15px;
}

.crntqty {
  width: 20px;
  padding: 0px;
  margin: 0px;
  text-align: center;
  border: none;
}

.viewbooks {
  color: #008ecc;
}

#viewbooksinbox .modal-dialog {
  top: 0px;
}

#viewbooksinbox .animate-bottom {
  margin-top: 100px;
  height: 100%;
  overflow: scroll;
}

.deliveryopt-body label {
  cursor: pointer;
}

.deliveryopt-body input {
  display: none;
}

.deliveryopt-body input~img {
  filter: grayscale(100);
  transition: 0.3s;
}

.deliveryopt-body input:checked~img {
  filter: grayscale(0);
}

.adrs-check {
  top: 16px;
  position: absolute;
  right: 16px;
}

.view-all-adrs {
  color: #008ecc;
  cursor: pointer;
}

.deliveryopt-body label {
  font-size: 14px;
}

.payment-option label {
  width: 100%;
}

.voucher-apl {
  position: relative;
}

.voucher-dismiss {
  position: absolute;
  top: 10px;
  right: 12px;
  font-size: 20px;
}

.voucher-discount {
  color: #008ecc;
}

.order-success h5 {
  color: #008ecc;
  font-weight: bold;
}

#addvoucherdisc .modal-dialog {
  top: 0px;
}

#addvoucherdisc .animate-bottom {
  overflow: scroll;
  height: 100%;
  margin-top: 0px;
}

#addvoucherdisc .animate-bottom::-webkit-scrollbar {
  display: none;
}

#viewbooksinbox .animate-bottom::-webkit-scrollbar {
  display: none;
}

.voucher-list-i label {
  margin-bottom: 0px;
}

#addvoucherdisc .modal-body {
  height: 400px;
}

.header-slider-txt label {
  margin-bottom: 0;
}

.header-slider-txt .viewallbtnk {
  margin-top: -17px;
  color: #e44090;
}

.product-slider-row .owl-carousel .owl-item img {
  width: 150px !important;
  margin: 0px auto;
}

.main-slider img {
  width: 100%;
}

.owl-theme .owl-controls .owl-buttons div {
  background: transparent;
  color: #869791;
  font-size: 40px;
  line-height: 300px;
  margin: 0;
  padding: 0 60px;
  position: absolute;
  top: 0;
}

.owl-theme .owl-controls .owl-buttons .owl-prev {
  left: 0;
  padding-left: 20px;
}

.owl-theme .owl-controls .owl-buttons .owl-next {
  right: 0;
  padding-right: 20px;
}

.boxfit {
  border: 1px solid #e44090;
  width: fit-content;
  border-radius: 6px;
  padding: 8px;
  position: relative;
}

.boxfit label {
  margin: 0;
  position: absolute;
  top: -10px;
  background: #fff;
  font-size: 12px;
  width: max-content;
}

.boxfit-icons img {
  margin-right: 5px;
}

.boxfit-icons a {
  color: #969696;
}

.product-listing-img {
  height: 200px;
}

.sale_live {
  width: 100%;
}

.main_info_owl {
  background-color: #fff;
  border-radius: 6px;
  padding: 10px;
}

.cat-icons img {
  width: fit-content !important;
  margin: 0 auto;
}

.cat-icons .item {
  text-align: center;
}

.cat-icons label {
  font-size: 14px;
}

.sel-state select {
  display: none !important;
}

.dropdown-select {
  background-image: linear-gradient(to bottom,
      rgba(255, 255, 255, 0.25) 0%,
      rgba(255, 255, 255, 0) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#40FFFFFF', endColorstr='#00FFFFFF', GradientType=0);
  background-color: #fff;
  border-radius: 6px;
  border: solid 1px #eee;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  float: left;
  font-size: 14px;
  font-weight: normal;
  height: 42px;
  line-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: auto;
}

.dropdown-select:focus {
  background-color: #fff;
}

.dropdown-select:hover {
  background-color: #fff;
}

.dropdown-select:active,
.dropdown-select.open {
  background-color: #fff !important;
  border-color: #bbb;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05) inset;
}

.dropdown-select:after {
  height: 0;
  width: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #777;
  -webkit-transform: origin(50% 20%);
  transform: origin(50% 20%);
  transition: all 0.125s ease-in-out;
  content: "";
  display: block;
  margin-top: -2px;
  pointer-events: none;
  position: absolute;
  right: 10px;
  top: 50%;
}

.dropdown-select.open:after {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.dropdown-select.open .list {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  pointer-events: auto;
}

.dropdown-select.open .option {
  cursor: pointer;
}

.dropdown-select.wide {
  width: 100%;
}

.dropdown-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}

.dropdown-select .list {
  box-sizing: border-box;
  transition: all 0.15s cubic-bezier(0.25, 0, 0.25, 1.75), opacity 0.1s linear;
  -webkit-transform: scale(0.75);
  transform: scale(0.75);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.09);
  background-color: #fff;
  border-radius: 6px;
  margin-top: 4px;
  padding: 3px 0;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 999;
  max-height: 250px;
  overflow: auto;
  border: 1px solid #ddd;
}

.dropdown-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}

.dropdown-select .dd-search {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0.5rem;
}

.dropdown-select .dd-searchbox {
  width: 100%;
  height: 40px;
  padding: 0.5rem;
  border: 1px solid #999;
  border-color: #999;
  border-radius: 4px;
  outline: none;
}

.dropdown-select .dd-searchbox:focus {
  border-color: #008ecc;
}

.dropdown-select .list ul {
  padding: 0;
}

.dropdown-select .option {
  cursor: default;
  font-weight: 400;
  line-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  transition: all 0.2s;
  list-style: none;
}

.dropdown-select .option:hover,
.dropdown-select .option:focus {
  background-color: #f6f6f6 !important;
}

.dropdown-select .option.selected {
  font-weight: 600;
  color: #008ecc;
}

.dropdown-select .option.selected:focus {
  background: #f6f6f6;
}

.dropdown-select a {
  color: #aaa;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}

.dropdown-select a:hover {
  color: #666;
}

/* ------------------------------ New Jatin Styling ----------------------------- */

/* thanku page styling start */
.thankuWrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 45px;
}

.thankuWrapper img {
  width: 18%;
}

.thankuWrapper h3 {
  font-size: 27px;
  font-weight: 600;
  padding-top: 30px;
  padding-bottom: 5px;
}

.thankuWrapper p {
  font-size: 17px;
  padding-top: 10px;
}

.thankuWrapper h3 .highlight-text {
  color: #ec3a3a;
}

/* home page styling  start  */
.header-slider-txt h3 {
  font-size: 25px;
  font-weight: 700;
  color: #0f275c;
}

.hero-bannerltb {
  margin-bottom: 20px;
}

/* event-detail page styling  */
#custom-box89 .h3-custom {
  font-size: 18px;
  padding: 20px 0px 10px;
}

#custom-box89 .ul-custom {
  all: unset;
}

#custom-box89 .ul-custom li {
  color: #000;
  padding: 0;
  margin-left: 33px;
  padding-bottom: 16px;
  list-style: auto;
}

.b-custom {
  font-size: 18px;
  color: #000;
  font-weight: 900;
}

.datesaleBtn {
  white-space: normal;
}

/* new media styling  start  */
@media (max-width: 960px) {
  .logo-mobileltb {
    width: 60px;
  }

  .mobile-ltb {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 37% !important;
  }
}

/* ------------------------------ New JP Styling End ----------------------------- */

.web-hideicon {
  display: none;
}

/* ------------------------------ New AR Styling style ----------------------------- */
@media (max-width: 960px) {
  .mobile-hideicon {
    display: none;
  }

  .web-hideicon {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 16px !important;
    margin-top: 5px;
  }

  .arrowicon {
    font-size: 25px;
    font-weight: 700;
  }

  .event-card h5 {
    font-size: 18px !important;
    font-weight: 800;
  }

  .hero-bannerltb {
    margin-bottom: 9px;
  }

  .event-card p {
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 0px !important;
    padding: 8px 0px;
  }

  .ltb-red-btn {
    background: #ffd500;
    color: #0f275c;
    /* display: none; */
    font-size: 12px !important;
  }

  .button-click-add {
    font-size: 12px;
  }

  .pr-2,
  .px-2 {
    padding: 0px;
    padding-right: 0.5rem !important;
  }

  .card-body {
    padding: 16px;
  }

  .ab-tp {
    padding-bottom: 0px !important;
  }

  .card-header {
    padding: 0.75rem 1rem;
  }

  .btn-info {
    font-size: 14px;
  }

  .btn-info:hover {
    font-size: 14px;
  }

  .btn-success {
    font-size: 14px;
  }

  .box-listing-block img {
    width: 80px;
    height: 80px;
  }

  button.menu-icon {
    font-size: 22px;
    padding: 0px;
    color: #000;
  }

  .margin-menu {
    margin-top: 64px;
  }

  .head-bg h3 {
    font-size: 18px;
    padding-bottom: 8px !important;
    font-weight: 600;
  }

  footer {
    margin: 0px !important;
    display: none;
  }

  .container-main {
    padding-bottom: 110px;
  }

  .card-footer {
    padding: 0px;
  }

  /* .card-header h2{
  font-size:22px;
} */

  .badge-danger {
    border: none;
  }

  .text-muted {
    font-size: 18px;
  }

  #sidebarCollapse {
    padding-right: 16px;
  }

  .time_info_item {
    font-size: 18px !important;
    padding: 0px;
  }

  .adress_info {
    padding: 16px;
    margin-bottom: 0px;
    font-size: 18px;
  }

  .book_item_info {
    font-size: 18px;
  }

  .item_footer_info {
    padding: 0px;
  }
}

.ltb_item_container {
  padding-right: 0px;
  padding-left: 0px;
}

.ltb_info_item {
  margin-right: 0px;
  margin-left: 0px;
}

.adress_info {
  margin: 0px;
}

.new-preorder-box {
  width: 80px;
  height: 80px;
  display: block;
}

.popup-btn-90 {
  background: #007bff;
  border: none;
  color: #fff;
  border-radius: 4px;
  padding: 7px 5px;
}

/* -------------------- Aakash styling start ----------------------- */
/* -------------------- Aakash styling start ----------------------- */
/* -------------------- Aakash styling start ----------------------- */
.link_info_lable {
  margin: 0px !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  display: block;
}

.book_event_info {
  padding: 12px !important;
  border-radius: 18px !important;
  padding-bottom: 0px !important;
}

.tab-content img {
  border-radius: 6px;
  width: 35%;
}

.wish_info_butt {
  display: flex;
  align-items: center;
  gap: 16px;
}

@media (max-width: 960px) {
  /* #navbar {
        top: 64px !important;
    } */

  .text-right .icon_item_info {
    font-size: 24px !important;
    color: #0f275c;
  }

  .bag_info_item {
    width: 30px !important;
  }

  .bag_bad_info {
    font-size: 10px;
    right: -8px;
    top: -6px;
  }

  .right_item_info {
    gap: 10px;
  }

  .header_item_info {
    align-items: center;
  }

  .owl_item_info .link_info {
    display: flex;
    align-items: start;
    flex-direction: column;
    gap: 6px;
  }

  .link_info_lable {
    margin: 0px !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    display: block;
  }

  .box_item_info {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 8px;
    flex-wrap: wrap;
  }

  .text_item_info {
    font-size: 12px;
    padding: 6px;
  }

  .date_pic_item {
    font-size: 12px !important;
  }

  .text_right_info {
    padding-right: 0px !important;
  }

  .font_head_info {
    font-size: 12px;
    padding: 6px;
  }

  .card_book_text {
    height: 85px !important;
    width: 85px !important;
  }

  .card_texti_mon {
    font-size: 22px !important;
    padding-bottom: 6px;
  }

  .card_pre_text {
    font-size: 14px;
    line-height: normal;
    text-align: center;
  }

  .card_item_text_mon {
    margin: 0px !important;
    padding: 0px !important;
    border-radius: 10px !important;
  }

  .card_comment_item {
    font-size: 14px !important;
    text-align: justify;
    padding-bottom: 0px !important;
  }

  .gtco-testimonials .owl-stage-outer {
    padding: 45px 0px 20px 0;
  }

  #navbar a {
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100px;
    white-space: nowrap;
  }

  .star_info_item {
    font-size: 16px !important;
  }

  .tast_item_into {
    margin-right: 14px;
  }

  .wish_info_butt {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    gap: 12px;
    justify-content: center;
  }

  .product-listing .product-box {
    padding: 0px 16px 16px;
  }

  .wish_info_butt button {
    border-radius: 30px !important;
    margin: 0px !important;
    font-size: 12px !important;
  }

  .text_product_text {
    font-size: 20px !important;
  }

  .contant_info_list {
    padding: 0px !important;
  }

  .second_info {
    margin-bottom: 0px !important;
  }

  .text_product_info0 {
    font-size: 16px !important;
    width: 240px !important;
  }

  .product_text_item {
    margin-top: 0px !important;
  }

  /* .button-click-add-wish {
    width: 50%;
  } */

  .header-slider-txt .viewallbtnk {
    margin-top: 0px;
  }

  .header_slid_inf {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .text_button_add {
    font-size: 11px !important;
  }

  .top-item-categ a .ite-image {
    width: 53px !important;
  }

  #sidebar ul li a {
    font-size: 16px;
  }

  #mCSB_1_container {
    padding-bottom: 120px !important;
  }

  #sidebar ul li a i {
    padding-right: 8px;
  }

  ul.CTAs a {
    font-size: 16px !important;
  }

  .book-card-info {
    padding: 12px 0px 12px 0px !important;
  }

  .tab-content img {
    width: 50%;
  }

  .book_event_info {
    padding: 0px !important;
    margin-top: 12px !important;
  }

  .product-listing-img {
    height: 150px;
  }
}

.item_bottom_marg {
  margin-bottom: 8px !important;
  color: #0f275c;
}

.listing_imag_info {
  border-radius: 10px !important;
}

.book_banner_info {
  border-radius: 6px !important;
}

/* ------------------ Aakash styling end ------------------ */
/* ------------------ Aakash styling end ------------------ */
/* ------------------ Aakash styling end ------------------ */

.container-main {
  max-width: 1450px !important;
}

.ratin-author {
  color: #0f275c !important;
}

.button-click-add {
  background: #0f275c !important;
  color: #fff !important;
  font-weight: 400;
  border-radius: 30px;
}

.top-item-categ {
  padding-right: 10px;
}

.top-item-categ a .ite-image {
  width: 100% !important;
}

.top-item-categ a .ite-image img {
  width: 75px !important;
}

.header-item {
  padding: 0px 15px;
}

.add-icon-plus {
  background: #ccc;
  padding: 11px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  cursor: pointer;
}

.text-market {
  color: #0f275c !important;
  /* font-weight: 400; */
}

.button-click-add-wish {
  background-color: #0f275c;
  color: #fff;
  padding: 10px 30px 10px 30px;
  border-radius: 30px;
}

.book-radi {
  border-radius: 4px !important;
}

.popup-wishlist {
  background-color: #ffd500 !important;
  padding-bottom: 8px;
  border-bottom: 1px solid #acc0eb;
  margin-bottom: 8px;
}

.conti-info {
  background-color: #e44090;
  width: 100% !important;
  border-radius: 8px;
}

.clos-info {
  font-size: 24px;
  right: 16px !important;
  top: 16px !important;
}

.order-inwrap {
  margin-bottom: 0px !important;
}

.font-detail-item {
  color: #0f275c;
}

.font-total-det {
  font-weight: 600;
  font-size: 17px;
  color: #000;
}

.list-itemss {
  margin-bottom: 6px;
}

.place-summer-info {
  background-color: transparent !important;
  box-shadow: none !important;
}

.order-inf-its {
  border-bottom: 1px solid #d4d4d4 !important;
}

.remo-butt {
  border-radius: 30px;
  background: #ffe0e0;
  color: #be0000;
}

.slid-head-inffo {
  background-color: #ffd500;
  border-radius: 8px;
}

.order-in-card {
  border-radius: 8px;
}

.border-card-inf {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border: 1px solid #ddd;
}

.order-item {
  display: flex;
  gap: 12px;
  color: #0f275c;
  align-items: center;
  padding-top: 0px;
  font-size: 18px;
  font-weight: 600;
}

.acco-log {
  border-bottom: 0px;
}

.contain-feed {
  padding: 0px !important;
}

.pphea-header {
  height: 180px;
  background-color: #ffd500;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.pphea-header h5 {
  color: #0f275c;
  font-size: 46px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.pphea-header span {
  color: #0f275c;
  text-align: justify;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.header-account {
  border-bottom: 1px solid #acc0eb;
  padding-bottom: 16px !important;
  margin-bottom: 16px !important;
}

.ppbody .retun-info {
  color: #000 !important;
  text-align: justify;
  font-weight: 500;
}

.event-info-detl {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.event-info-defle {
  flex: 1 1 calc(48.33% - 10px);
  margin-bottom: 29px !important;
}

.my-add-contin {
  padding: 0 !important;
}

.retun-head {
  color: #0f275c;
  font-weight: 700;
  font-size: 16px;
}

.input-lable-item {
  color: #4d4d4d !important;
  font-size: 20px !important;
  font-style: normal !important;
  font-weight: 600 !important;
  line-height: normal !important;
}

.accou-info {
  color: rgba(15, 39, 92, 0.6);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  word-wrap: break-word;
}

.head-ingo {
  padding: 16px;
}

.body-info {
  padding: 16px;
  margin-top: 22px;
}

.modail-dail01 {
  max-width: 760px !important;
}

.modail-dail {
  width: 100% !important;
  max-width: 755px !important;
}

.tab-info-order {
  background-color: #ffd500;
  border-radius: 6px !important;
  color: #0f275c;
  font-weight: 600;
}

.card-end-info {
  background-color: #0f275c;
  border-radius: 6px !important;
  color: #fff;
  font-weight: 600;
}

.modal-dialog .main-cont {
  padding: 0px !important;
  width: 95% !important;
  max-width: 700px !important;
}

.group-account {
  margin-bottom: 30px !important;
}

.group-account01 {
  margin-bottom: 10px !important;
}

.event-marg-inf-wr {
  margin: auto auto 16px auto;
}

.input-intro {
  display: flex;
  align-items: center;
  height: 45px;
  width: 100%;
  padding: 16px 12px !important;
  border-radius: 4px;
  border: 1px solid #0f275c !important;
  background: #fff;
  outline: none;
  color: rgba(15, 39, 92, 0.6);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.ltb-blue-btn-info {
  background-color: #e44090 !important;
  color: #fff;
  height: 53px !important;
  border-radius: 8px !important;
}

.flex-item-infoo {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.flex-info-acco0 {
  flex: 1 1 calc(49.33% - 10px);
}

.material-from .item-acc-info {
  top: -28px !important;
  color: #4d4d4d !important;
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: normal !important;
}

.row-butt0n-info {
  display: flex;
  align-items: center;
  gap: 16px;
  justify-content: end;
}

.ltb-red-btn-detail {
  display: flex;
  padding: 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 8px;
  border: 1px solid #0f275c;
  background: #fff;
  color: #0f275c;
}

.ltb-red-outl {
  border-radius: 8px;
  background: #e44090;
  border: none;
  color: #fff;
  height: 45px;
}

.account-wrap {
  display: flex;
  align-items: start;
  gap: 16px;
  width: 100%;
}

.item-labl0 {
  margin: 0px !important;
}

.col-inpit {
  width: 100%;
}

.order-detai0 {
  border-radius: 8px !important;
}

.car-faq1 {
  border: 1px solid #acc0eb !important;
}

.car-faq-dtai {
  color: #0f275c !important;
  font-size: 18px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-transform: capitalize;
}

.lock-faq-info {
  color: #0f275c !important;
  font-size: 16px !important;
  font-style: normal;
  font-weight: 600 !important;
  line-height: 26px !important;
  text-transform: capitalize;
}

.order-lineo {
  border-bottom: 1px solid #acc0eb;
  width: 100%;
  padding-bottom: 16px;
  margin-bottom: 16px;
  font-size: 18px !important;
  font-weight: 600 !important;
}

.order-lineo12 {
  padding-bottom: 16px;
  margin: 0px 0px 16px;
  border-bottom: 1px solid #acc0eb;
}

.col-place {
  padding-left: 0px !important;
}

.deliv-item {
  font-size: 18px !important;
  font-weight: 600 !important;
  color: #0f275c !important;
}

.font-detail-itemo211 {
  color: #0f275c !important;
  font-size: 22px !important;
  font-weight: 700 !important;
}

.detai-track-ord {
  color: #4d4d4d;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.total-posh {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.dark-info {
  border-radius: 4px;
  background: #eaeaea;
  width: 68px;
  padding: 6px;
  gap: 10px;
  color: #0f275c;
}

.dark-dele {
  width: 68px;
  padding: 6px 10px;
  gap: 10px;
  border-radius: 4px;
  background: #ffe0e0;
  color: #be0000;
}

.back-blue {
  background-color: #0f275c !important;
  color: #fff !important;
}

.back-fank {
  background-color: #e44090 !important;
  color: #fff !important;
  cursor: pointer;
}

.share-item-info {
  width: 100% !important;
  padding: 0px !important;
}

.text-monial {
  position: relative;
}

#image_info_textmoni {
  position: absolute;
  left: 40%;
  top: -60px;
}

.address-with {
  padding-top: 8px;
}

.inbox-info {
  background-color: #ffd500 !important;
  /* border: none !important; */
}

.ul-polisy {
  padding-left: 20px;
}

.info-text-inb {
  font-weight: 600;
  color: #0f275c;
  font-size: 16px;
}

.boxt-text {
  font-weight: 500;
  color: #0f275c !important;
}

.box-inpote {
  background-color: #fff;
  border-radius: 8px;
  padding: 16px 8px;
}

.book-tit-info {
  padding-right: 0px !important;
}

.marg-inpu-top {
  margin-bottom: 0px !important;
}

/* read------more------ */
.add-read-more.show-less-content .second-section,
.add-read-more.show-less-content .read-less {
  display: none;
}

.add-read-more.show-more-content .read-more {
  display: none;
}

.add-read-more .read-more,
.add-read-more .read-less {
  font-weight: bold;
  margin-left: 2px;
  color: #255ad0;
  cursor: pointer;
}

.step-info-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}

.add-read-more {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
}

.card-button03 {
  padding: 0px !important;
}

.merch-info {
  padding-bottom: 0px !important;
}

.march-rowtop {
  padding: 16px 0px;
  background-color: #fff;
}

.produc-text {
  margin-bottom: 0px !important;
}

.top-infowrap {
  margin-top: 54px !important;
}

.row-item12 {
  padding-right: 0px !important;
}

.card-texts {
  padding: 8px 0px 0px 0px !important;
}

.info-textin {
  margin-bottom: 6px !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  display: block;
}

.mrp-infoo {
  color: #000 !important;
}

.mrp-inf01 {
  color: #43a047 !important;
}

.cart-info-text0 {
  font-size: 20px;
  color: #fff;
}

.conta-headr {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.merch-info {
  padding: 20px 10px 0px 10px !important;
}

.big-whit {
  background-color: #fff !important;
}

.margin-item-text {
  margin-bottom: 200px;
}

.addrs-int {
  color: #0f275c;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.refern-item {
  color: #0f275c;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

/* header--new---csss */
.steps {
  display: flex;
  align-items: center;
  gap: 25px;
  justify-content: center;
}

.step {
  display: flex;
  align-items: center;
  font-weight: 500;
  color: black;
  font-size: 15px;
}

.step .icon {
  background-color: #001f5b;
  color: white;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
}

.line-start {
  width: 30px;
  height: 3px;
  background-color: #001f5b;
}

.step.dashed::before {
  content: "";
  display: inline-block;
  width: 32px;
  height: 2px;
  background-image: repeating-linear-gradient(to right,
      #444 0,
      #444 2px,
      transparent 2px,
      transparent 4px);
  margin-left: 15px;
}

.help-button {
  border: 2px solid #001f5b;
  background-color: transparent;
  padding: 5px 15px;
  border-radius: 5px;
  font-weight: 500;
  font-size: 14px;
  color: black;
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}

.help-button .icon {
  background-color: #001f5b;
  color: white;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-pop-help {
  display: flex;
  flex-direction: column;
  align-items: self-start;
  justify-content: flex-start;
}

.whit-border-info {
  background-color: #fff !important;
}

.lock-place-inf {
  background-color: #0f275c !important;
}

.help-conten {
  height: 530px;
  overflow: scroll;
  scrollbar-width: none;
}

.discount-wrap {
  padding: 12px;
}

.left-slid0wrap {
  max-width: 100%;
}

.text-wrp-info {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 161px;
}

.text-card-info {
  padding: 16px;
}

#whatsapp-chat-widget #wa-widget-send-button {
  height: 60px !important;
  min-width: 60px !important;
  z-index: 999 !important;
  right: 28px;
}

.wa-messenger-svg-whatsapp {
  width: 55px !important;
  height: 55px !important;
}

/* header--new---csss */

#loginsignup {
  top: 40px !important;
}

/* read------more------ */

@media (max-width: 960px) {
  .top-item-categ a .ite-image {
    width: 53px !important;
  }

  #trackorder label {
    position: absolute;
    top: 24px;
    left: 16px;
  }

  .font-detail-itemo211 {
    font-size: 18px !important;
  }

  .border-trackq {
    padding-bottom: 40px;
  }

  .box-inp-polic {
    padding: 0px !important;
  }

  .ltb-red-btn-detail {
    height: 35px;
  }

  .text-market {
    text-align: justify;
  }

  .faq-respons {
    padding-bottom: 85px !important;
  }

  .text-card-info {
    padding: 10px 0px;
  }

  .refer-info1 {
    margin-bottom: 0px;
  }

  .pro-duct {
    margin-top: 0px !important;
    padding: 0px 20px !important;
  }

  .pro-duct>div:nth-child(odd) {
    padding-right: 20px !important;
  }

  .pro-duct>div:nth-child(even) {
    padding: 0;
    background-color: #fff;
  }

  .pro-duct>div {
    padding: 0px !important;
  }

  .round-cart {
    width: 45px !important;
    height: 45px !important;
  }

  .cart-info-text0 {
    font-size: 16px;
  }

  .bag-merch {
    right: 10px !important;
    top: -9px !important;
  }

  .hearder-cont {
    gap: 6px !important;
  }

  nav .top-infowrap {
    margin-top: 37px !important;
  }

  .cart-info {
    top: 14px !important;
    right: -6px !important;
  }

  .conta-headr {
    padding: 0px 20px !important;
  }

  .product-items {
    padding: 16px !important;
  }

  .items012 {
    padding: 0px !important;
  }

  .lock-inf {
    display: none !important;
  }

  .addres_info_tab {
    display: block !important;
  }

  .account-wrap {
    display: flex;
    flex-wrap: wrap;
  }

  .account-right-head-edit {
    top: 14px;
  }

  .flex-info-acco0 {
    flex: 1 1 calc(99.33% - 10px);
  }

  .font-detail-item {
    font-size: 16px !important;
    font-weight: 600 !important;
  }

  .top-item-categ a {
    display: block;
  }

  .top-item-categ {
    width: auto !important;
  }

  .header-item {
    padding: 0px 0px;
    justify-content: space-between;
  }



  .footer-h {
    font-size: 18px;
  }

  footer .footer-b li {
    font-size: 16px;
    margin-bottom: 0px !important;
  }

  .plain-text {
    font-size: 14px;
  }

  .select-step0 {
    display: none;
  }

  .footerprivacy li {
    font-size: 14px;
  }

  .footer_year {
    font-size: 14px;
  }

  .footer-b .confooter {
    margin-bottom: 6px;
  }

  .footer-b .confooter img {
    width: 18px !important;
  }

  .remo-butt {
    font-size: 12px;
  }

  /* 
  .ltb-blue-btn {
    font-size: 12px;
  } */

  .box-inpote img {
    width: 50px;
  }

  .merch-info {
    padding: 0px !important;
  }

  .top-infowrap {
    margin-top: 92px !important;
  }

  .product-listing .col-lg-2:nth-child(6n + 1) {
    padding-left: 0px !important;
  }

  .ppbody .prant-item {
    font-size: 12px;
    margin: 0px !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    overflow: hidden !important;
  }

  .pphea-header h5 {
    font-size: 20px;
    text-align: center;
  }

  .pphea-header {
    height: 130px;
    gap: 10px;
  }

  .pphea-header span {
    text-align: center;
    font-size: 14px;
    padding: 0px 27px;
  }

  .f-form .radio~img {
    height: 45px;
  }

  .f-group .rating-emoji {
    height: 50px;
  }

  .box-cont {
    width: 90%;
    margin: auto;
  }

  .input-lable-item {
    font-size: 18px !important;
    font-weight: 500 !important;
  }

  #image_info_textmoni {
    left: 38%;
    top: -60px;
  }

  #whatsapp-chat-widget #wa-widget-send-button {
    height: 55px !important;
    min-width: 50px !important;
    right: 16px;
    margin: 0 0 80px 0 !important;
  }

  .hiden-mobile-info {
    display: none;
  }
}

@media (max-width: 700px) {
  .close-pop-intr {
    position: static !important;
    width: max-content !important;
  }

  .event-info-defle {
    flex: 1 1 calc(99.33% - 10px);
  }

  .ltb-blue-btn-info {
    background-color: #e44090 !important;
    color: #fff;
    height: 40px !important;
    border-radius: 4px !important;
  }

  .gtco-testimonials .center .card-img-top {
    height: 70px !important;
    width: 70px !important;
  }

  #image_info_textmoni {
    top: -45px;
  }

  .discount-wrap {
    padding: 8px 10px;
  }

  .gtco-testimonials .center h5 {
    font-size: 18px !important;
    padding-top: 35px;
  }

  .event-marg-inf-wr {
    margin: auto auto 16px auto !important;
    padding-bottom: 16px !important;
  }

  .in-paymenti {
    order: 2;
  }

  .addrs-int {
    font-weight: 800;
    font-size: 16px;
    color: #0f275c;
  }

  .margin-item-text {
    margin-bottom: 0px !important;
  }

  .refern-item {
    font-size: 16px;
  }

  .addre-info-wrpa {
    padding: 12px 60px 12px 44px !important;
  }

  .address-list input {
    left: 12px;
  }

  .address-with {
    padding-top: 5px;
  }

  .font-addres {
    font-size: 13px !important;
  }

  .adrs-check {
    top: 12px;
    right: 12px;
  }

  .box-info {
    padding: 8px !important;
    gap: 8px !important;
    justify-content: center;
    /* flex-wrap: wrap; */
  }

  .textmonial {
    padding-bottom: 0px !important;
  }
}

@media (max-width: 426px) {
  .header-item {
    padding: 0px 0px;
    justify-content: flex-start;
  }

  .search-infoM {
    width: 253px;
  }
}

@media (max-width: 410px) {

  .search-infoM {
    width: 217px;
  }

}

@media (max-width: 360px) {
  #share a {
    width: 40px;
    height: 40px;
  }


  .header-item {
    justify-content: flex-start;
  }
}

@media (max-width: 330px) {
  #share a {
    width: 37px;
    height: 37px;
  }
}

.Influencers-section-info .textmonial .galleryitems .Influencers-video .play-butt-icon {
  left: 52% !important;
  top: 48% !important;
}

@media (max-width: 860px) {
  .Influencers-section-info .textmonial .galleryitems .Influencers-video .play-butt-icon {
    top: 47% !important;
    left: 52% !important;
    width: 50px;
  }
}

@media (max-width: 600px) {
  .call-action-btn {
    bottom: 150px !important;
  }

  .influence {
    padding-bottom: 80px !important;
  }
}

@media (max-width: 960px) {
  .fall-in-info {
    padding: 30px 0px 0px 0px;
  }
}

.retune-info {
  font-weight: 500 !important;
}
