@font-face {
  font-family: helveticaneueinterface;
  src: url(../fonts/fonts/helveticaneueinterface.ttf);
}
@font-face {
  font-family: helveticaneueinterface_1;
  src: url(../fonts/fonts/helveticaneueinterface_1.ttf);
}


@font-face {
  font-family: Sora-Medium;
  src: url(../fonts/fonts/Sora-Medium.ttf);
}
@font-face {
  font-family: Sora-Regular;
  src: url(../fonts/fonts/Sora-Regular.ttf);
}
@font-face {
  font-family: Sora-SemiBold;
  src: url(../fonts/fonts/Sora-SemiBold.ttf);
}
@font-face {
  font-family: news-gothic-bold;
  src: url(../fonts/fonts/news-gothic-bold.ttf);
}



body {
  
}

img {
  width: 100%;
}

.h1,
h1 {
  font-size: 30px;
}
/*a.navbar-brand img {
    width: 180px;
}*/
.text-primary {
  color: #f2f2f2!important;
}

/*side menu*/

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  background-color: #3f1f61;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 100px;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 16px;
  color: #dddada;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 0px;
    font-size: 36px;
    margin-left: 0;
}
@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}
/*Hover*/

.fadein img {
  transition: 1s ease;
   box-shadow: 0px 0px 7px 1px rgb(0 0 0 / 15%);
}

.fadein img:hover {
  opacity: 0.5;
  transition: 1s ease;
  background: repeating-linear-gradient(to right, #FF416C, #FF416C 15px, #FF4B2B 15px, #FF4B2B 30px);
  text-align: center;
}


/*Timer*/

#timer {
  font-size: 20px;
  color: #999;
  letter-spacing: -1px;
}

#timer span {
  font-size: 30px;
  color: #fff;
  margin: 0;
  text-transform: capitalize;
  font-family: helveticaneueinterface;
}

#timer span:first-child {
  margin-left: 0;
}

.timer-sec {
    background: url(../img/bg/bg-1.png);
    padding: 20px 0 10px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.timer-sec h3 {
  color: #f89e34;
  text-align: center;
  font-style: italic;
  font-weight: 300;
}

.timer-sec h2 {
  color: #fff;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 10px;
  width: 35%;
  margin: auto;
  font-family: 'Poppins', sans-serif;
  letter-spacing: 5px;
}

.timer-sec h6 {
  color: #fff;
  text-align: center;
  font-weight: 400;
  text-transform: uppercase;
  border-bottom: 1px solid #f2f2f2;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 35%;
  margin: auto;
  font-family: 'Poppins', sans-serif;
  letter-spacing: 1px;
}

#timer {
  font-size: 20px;
  text-align: center;
  letter-spacing: -1px;
}

.column {
    background: #3f1f61;
    display: inline-block;
    padding: 15px;
    margin: 20px 0;
    border-top: 3px solid #f89e34;
    font-family: 'Roboto', sans-serif;
}

.font-weight-bolder {
  font-weight: 900;
}


/*Offer section*/
.offer-column {
  display: flex;
  width: 20%;
}
.offer-sec {
    padding: 40px 0 15px;
}

.offer-sec img {
  width: 100%;
}

.offer-content {
  background: #3f1f61;
  color: #fff;
  text-align: center;
  padding: 0;
  text-transform: uppercase;
}

.offer-content:hover {
  background: #00bcd4;
  color: #fff;
  text-align: center;
  padding: 0;
  text-transform: uppercase;
}

.offer-content h1 {
    text-transform: uppercase;
    padding: 10px 0;
    font-family: helveticaneueinterface;
    font-weight: 700;
    font-size: 30px;
    background: linear-gradient(to right,#ffffff 10%, #fff 50%, #fff 60%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: textclip 1.5s linear infinite;
    display: inline-block;
}


/*search BY Brands*/

.brands {
  margin: 0 20px 40px;
}

.brands .brands-content {
  padding: 0;
  margin-bottom: 35px;
  background: #fff;
  position: relative;
  border: 1px solid #ccc;
}

.brands .description {
  font-size: 15px;
  font-style: italic;
  color: #8a8a8a;
  line-height: 23px;
  margin: 0;
}

.brands .title {
  display: block;
  font-size: 18px;
  font-weight: 700;
  color: #525252;
  text-transform: capitalize;
  letter-spacing: 1px;
  margin: 0 0 5px 0;
}

.brands .post {
  display: block;
  font-size: 14px;
  color: #0CCA4A;
}

.owl-theme .owl-controls {
  margin-top: 20px;
}

.owl-theme .owl-controls .owl-page span {
  background: #ccc;
  opacity: 1;
  transition: all 0.4s ease 0s;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  background: #0CCA4A;
}

div#brands-slider button.owl-prev span.fas.fa-chevron-left.fa-2x {
  position: absolute;
  margin-top: -7em;
  color: #777;
  left: 0;
}

div#brands-slider button.owl-next span.fas.fa-chevron-right.fa-2x {
  position: absolute;
  margin-top: -7em;
  color: #777;
  right: 0;
}


/*Groceries carousel*/

section.categorie-section {
  background: url(../img/bg/bg-2.png);
  padding: 10px 0;
}


/*search BY Brands*/

.categorie-section {
  padding: 10px 0;
}

.groceries {
  margin: 0 20px 40px;
}

.groceries .groceries-content {
  padding: 0;
  margin-bottom: 35px;
  background: #fff;
  position: relative;
  border: 1px solid #ccc;
}

.groceries .description {
  font-size: 15px;
  font-style: italic;
  color: #8a8a8a;
  line-height: 23px;
  margin: 0;
}

.groceries .title {
  display: block;
  font-size: 18px;
  font-weight: 700;
  color: #525252;
  text-transform: capitalize;
  letter-spacing: 1px;
  margin: 0 0 5px 0;
}

.groceries .post {
  display: block;
  font-size: 14px;
  color: #0CCA4A;
}

.owl-theme .owl-controls {
  margin-top: 20px;
}

.owl-theme .owl-controls .owl-page span {
  background: #ccc;
  opacity: 1;
  transition: all 0.4s ease 0s;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  background: #0CCA4A;
}

div#groceries-slider button.owl-prev span.fas.fa-chevron-left.fa-2x {
  position: absolute;
  margin-top: -6em;
  color: #777;
  left: 0;
}

div#groceries-slider button.owl-next span.fas.fa-chevron-right.fa-2x {
  position: absolute;
  margin-top: -6em;
  color: #777;
  right: 0;
}

.categorie-section .content h3 {
  text-align: center;
  background: #3f1f61;
  padding: 10px 0;
}



.section-title h1 {
  color: #3f1f61;
  text-transform: uppercase;
  padding: 15px 0;
}

.show-more {
  text-align: center;
  font-size: 20px;
  text-transform: uppercase;
}

.kitchen-dinning-section {
  padding: 10px 0;
}

.kitchen-dinning {
  margin: 0 20px 40px;
}

.kitchen-dinning .kitchen-dinning-content {
  padding: 0;
  margin-bottom: 35px;
  background: #fff;
  position: relative;
  border: 1px solid #ccc;
}

.kitchen-dinning .description {
  font-size: 15px;
  font-style: italic;
  color: #8a8a8a;
  line-height: 23px;
  margin: 0;
}

.kitchen-dinning .title {
  display: block;
  font-size: 18px;
  font-weight: 700;
  color: #525252;
  text-transform: capitalize;
  letter-spacing: 1px;
  margin: 0 0 5px 0;
}

.kitchen-dinning .post {
  display: block;
  font-size: 14px;
  color: #0CCA4A;
}

.owl-theme .owl-controls {
  margin-top: 20px;
}

.owl-theme .owl-controls .owl-page span {
  background: #ccc;
  opacity: 1;
  transition: all 0.4s ease 0s;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  background: #0CCA4A;
}

div#kitchen-dinning-slider button.owl-prev span.fas.fa-chevron-left.fa-2x {
  position: absolute;
  margin-top: -6em;
  color: #777;
  left: 0;
}

div#kitchen-dinning-slider button.owl-next span.fas.fa-chevron-right.fa-2x {
  position: absolute;
  margin-top: -6em;
  color: #777;
  right: 0;
}

.categorie-section .content h3 {
  text-align: center;
  background: #3f1f61;
  padding: 5px 0;
}

.categorie-section .content h3 a {
  color: #fff;
  text-decoration: auto;
  text-transform: uppercase;
      font-size: 18px;
}

.categorie-section-margin {
  margin-top: 10px;
}

.show-more {
  text-align: center;
  font-size: 20px;
  text-transform: uppercase;
}
.show-more h6 a {
    color: #3f1f61;
    font-weight: 800;
}

/*Kinds products*/

.kids-product-section .content h3 {
  text-align: center;
  background: #3f1f61;
  padding: 10px 0;
}

.kids-product-section .content h3 a {
  color: #fff;
  text-decoration: auto;
}

.kids-product-section-margin {
  margin-top: 100px;
}

.section-title h1 {
  color: #3f1f61;
  text-transform: uppercase;
  padding: 15px 0;
  margin-bottom: 10px;
  font-family: helveticaneueinterface;
  font-weight: 700;
  font-size: 25px;
    background: linear-gradient(to right,#3f1f61 10%, #3f1f61 50%, #3f1f61 60%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: textclip 1.5s linear infinite;
    display: inline-block;
}

.show-more {
  text-align: center;
  font-size: 20px;
  text-transform: uppercase;
  font-family: helveticaneueinterface;
  color: #3f1f61;
  font-weight: 600;
}

.kids-product-section {
  padding: 10px 0 0;
}

.kids-product {
  margin: 0 20px 40px;
}

.kids-product .kids-product-content {
  padding: 0;
  margin-bottom: 35px;
  background: #fff;
  position: relative;
  border: 1px solid #ccc;
}

.kids-product .description {
  font-size: 15px;
  font-style: italic;
  color: #8a8a8a;
  line-height: 23px;
  margin: 0;
}

.kids-product .title {
  display: block;
  font-size: 18px;
  font-weight: 700;
  color: #525252;
  text-transform: capitalize;
  letter-spacing: 1px;
  margin: 0 0 5px 0;
}

.kids-product .post {
  display: block;
  font-size: 14px;
  color: #0CCA4A;
}

.owl-theme .owl-controls {
  margin-top: 20px;
}

.owl-theme .owl-controls .owl-page span {
  background: #ccc;
  opacity: 1;
  transition: all 0.4s ease 0s;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  background: #0CCA4A;
}

div#kids-product-slider button.owl-prev span.fas.fa-chevron-left.fa-2x {
  position: absolute;
  margin-top: -6em;
  color: #777;
  left: 0;
}

div#kids-product-slider button.owl-next span.fas.fa-chevron-right.fa-2x {
  position: absolute;
  margin-top: -6em;
  color: #777;
  right: 0;
}

.kids-product-section .content h3 {
  text-align: center;
  background: #3f1f61;
  padding: 10px 0;
  font-family: helveticaneueinterface;
}

.kids-product-section .content h3 a {
  color: #fff;
  text-decoration: auto;
}

.kids-product-section-margin {
  margin-top: 100px;
}

button.view-all {
    text-align: center;
    margin: 20px auto 20px;
    display: block;
    background: #3f1f61;
    border: 1px solid #3f1f61;
    color: #fff;
    padding: 5px 30px;
}

button.view-all:hover {
  transition: 0.3s ease-in-out;
  background: #00bcd4;
  border: 1px solid #00bcd4;
  box-shadow: 0px 0px 10px 1px rgb(2 11 38 / 63%);
}


/*products*/

.product-sec {
  background: url(../img/bg/bg-2.png);
  padding: 20px 0;
}

.product-card-bottom {
  background: #3f1f61;
  padding: 20px 10px 40px 10px;
}
/*effect-underline*/

/*.product-card-bottom:hover {
  background: #00bcd4;
  padding: 20px 10px 40px 10px;
}
*/
.products-content {
  margin-top: -30px;
}

.product-card-bottom h4 {
  color: #fff;
  font-family: helveticaneueinterface;
  font-size: 16px;
}

.product-card-bottom h4:hover {
  color: #00bcd4;
}

span.float-end i.fa {
  color: #fff;
  padding: 0 5px;
}
span.float-end i.fa:hover {
  color: #00bcd4;
}

.product-sec .product-img {
  padding-bottom: 20px;
 
}

.offer-one.fadein {
  box-shadow: 0px 0px 7px 1px rgb(0 0 0 / 15%);
}

.categorie-img.fadein img {
  box-shadow: 0px 0px 7px 1px rgb(0 0 0 / 15%);
}


/*Trending*/

.trending-column {
  display: flex;
  width: 20%;
}

.trending-sec {
  padding: 20px 0;
}


/*get in touch*/

.contact-sec {
  background: #fcfcfc;
}

.contact-sec .single-form {
  margin: 10px 0;
  width: 100%;
  background: #fff;
  border-radius: 0px;
  color: #5a5959;
}

.contact-sec .info-contact h4 {
  color: #3f1f61;
}

.contact-sec .info-contact ul.social.media li {
  list-style: none;
}

.info-box p a.info-border {
  font-weight: 500;
  color: #3f1f61;
  text-decoration: none;
}

.contact-sec ul.social.media li a {
  color: #3f1f61;
  padding: 10px;
}

.contact-sec .info-box {
  padding-top: 80px;
  padding-left: 30px;
}

.contact-sec .info-contact {
  padding-top: 10px;
  padding-left: 30px;
}

.contact-sec .info-box h4 {
  color: #3f1f61;
}

.form-control {
  display: block;
  width: 100%;
  padding: 15px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  appearance: none;
  border-radius: 2px;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.main-btn {
  display: inline-block;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  padding: 15px 25px;
  font-size: 14px;
  border-radius: 1px;
  color: #fff;
  z-index: 5;
  transition: all .4s ease-in-out;
  border: none;
  background: #3f1f61;
  overflow: hidden;
}

.contact-sec {
  background: #fcfcfc;
  padding: 20px 0;
}

.contact-sec .info-box i.fas.fa-phone-volume {
  transform: rotate( -36deg);
  font-size: 18px;
}

span.plus.text-dark i.fa.fa-plus {
  margin: 25px 0;
  color: #3f1f61;
}


/*Footer*/

footer.footer {
  background: #3f1f61;
  padding: 30px 0 0;
}

footer.footer p.desc {
  color: #fff;
  margin: 15px 0;
}

.footer-phone i.fas.fa-phone-volume {
  transform: rotate( -36deg);
  font-size: 20px;
  color: #fff;
  position: absolute;
  margin-top: 15px px;
}

.footer-phone ul {
  list-style: none;
  color: #fff;
}

.footer-phone ul li a {
  color: #fff;
}

.copyright-wrapper {
  color: #fff;
  background: #3f1f61;
  text-align: center;
  padding: 20px 0 5px;
  border-top: 1px solid #ffffff7a;
}

.copyright-wrapper a {
  color: #00bcd4;
  font-weight: 500;
  text-decoration: none;
}

footer.footer .footer-widget h3 {
  color: #fff;
  padding-bottom: 15px;
  font-family: 'Poppins';
}

footer.footer .footer-widget ul.links {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

footer.footer .footer-widget ul.links a {
  color: #fff;
  text-decoration: none;
  padding: 5px;
}

footer.footer .footer-widget ul.links li {
  margin: 10px 0;
}

.footer-widget p,
a {
  color: #fff;
  text-decoration: none;
}

footer.footer .footer-widget ul.social.media {
  font-size: 25px;
  margin: 0;
  padding: 0;
}

footer.footer .footer-widget ul.social.media li {
  list-style: none;
}

footer.footer .footer-widget ul.social.media li a {
  padding: 10px;
}

.footer-logo img {
  width: 200px;
}






/* VEL */

.products-list-master {
    padding: 40px 0;
}
.product-filter-title {
    font-family: helveticaneueinterface;
    font-weight: 500;
    font-size: 26px;
    text-transform: capitalize;
    margin-bottom: 0.7em;
    display: none;
}

.product-filter label {
    display: block;
    font-size: 14px;
    margin-bottom: 0.8em;
    color: #000;
    text-transform: capitalize;
    font-weight: 500;
    cursor: pointer;
}
.product-filter input {
    margin-right: 0.2em;
    cursor: pointer;
}





.product-filter .accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0.7rem 1.25rem;
    font-size: 14px;
    color: #000;
    text-align: left;
    background-color: #3f1f611f;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease;
    text-transform: uppercase;
}




.product-filter .accordion-button:not(.collapsed) {
    color: #3f1f61;
    background-color: #480dfd26;
}
.product-filter .accordion-item:first-of-type .accordion-button {
    border-top-left-radius: calc(0rem - 1px);
    border-top-right-radius: calc(0rem - 1px);
}
.product-filter .accordion-item:first-of-type {
    border-top-left-radius: 0rem;
    border-top-right-radius: 0rem;
}







.top-cat-kurinji {
  position: relative;
}
@media (max-width: 767px) {
  .top-cat-kurinji {
    margin-top: 20px;
  }
}
.top-cat-kurinji .owl-stage-outer {
    padding: 0px 0px 10px 0px;
    border-bottom: 1px solid #999;
    margin-bottom: 10px;
}
.top-cat-kurinji .owl-nav {
  display: none;
}
.top-cat-kurinji .owl-dots {
  text-align: center;
}
.top-cat-kurinji .owl-dots span {
  position: relative;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: block;
  background: #fff;
  border: 2px solid #01b0f8;
  margin: 0 5px;
}
.top-cat-kurinji .owl-dots .active {
  box-shadow: none;
}
.top-cat-kurinji .owl-dots .active span {
  background: #01b0f8;
  box-shadow: none;
  height: 12px;
  width: 12px;
  margin-bottom: -1px;
}
.top-cat-kurinji .card {
    background: #fff;
    box-shadow: none;
    margin: 0 10px;
    padding: 0 10px;
    border-radius: 0px;
    border: 0;
}
.top-cat-kurinji .card-body {
    padding: 1rem 1rem 0rem 1rem;
}
.top-cat-kurinji .card .card-img-top {
  max-width: 100%;
  border-radius: 0%;
  margin: 15px auto 0;
  box-shadow: none;
}
.top-cat-kurinji .card h5 {
    color: #000;
    font-size: 17px;
    line-height: 1.3;
}
.top-cat-kurinji .card p {
    font-size: 14px;
    color: #3f1f61;
    background-color: #03a9f41a;
    text-transform: uppercase;
    letter-spacing: 1px;
    width: max-content;
    margin: 0 auto;
    display: none;
    padding: 0px 10px;
}
.top-cat-kurinji .active {
  opacity: 1;
  transition: all 0.3s;
}
.top-cat-kurinji .owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  outline: 0;
}



.list-inner-title {
    text-align: center;
    text-transform: capitalize;
    margin-bottom: 0.9em;
    margin-top: 0.7em;
    font-size: 30px;
    letter-spacing: 0.7px;
}


.products-list-contents .card {
  background-color: #fff;
}
.products-list-contents .card-block {
  background-color: #f8f8f894;
  padding: 5px;
  margin-bottom: 0.6em;
}
.list-inner .card-title {
    margin-bottom: 0rem;
    font-family: helveticaneueinterface;
    font-size: 19px;
    text-transform: capitalize;
    margin-top: 0.8em;
    color: #000;
}

.list-inner .card-title span {
    background-color: #000000a3;
    font-size: 11px;
    color: #fff;
    padding: 1px 9px;
    border-radius: 30px;
    font-family: sora-regular;
    opacity: 0.7;
}
.sold-out-inner {
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

.list-inner .card-text {
    margin-top: 0;
    margin-bottom: 1rem;
    font-family: news-gothic-bold;
    font-size: 15px;
}
.list-inner .card-text span {
    margin-top: 0;
    margin-bottom: 1rem;
    font-family: news-gothic-bold;
    font-size: 13px;
    color: #e70a0a;
    text-decoration: line-through;
}
.list-inner .btn-primary {
    color: #fff;
    background-color: #000;
    border-color: #000;
    font-family: sora-semibold;
    border-radius: 0;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 0.8em;
    padding: 2px 4px;
}
.list-inner .btn-success {
    color: #fff;
    background-color: #3f1f61;
    border-color: #3f1f61;
    font-family: sora-semibold;
    border-radius: 0;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 0.8em;
    padding: 2px 4px;
}
.save-txt {
    margin-top: 0;
    margin-bottom: 1rem;
    font-family: news-gothic-bold;
    font-size: 13px;
    color: #20a40b!important;
    text-decoration: none!important;
}
.card-rating a {
    color: #ffa41c;
    font-size: 13px;
}













.product-description-master {
  padding: 40px 0;
}




.product-description-image #sync1 .item {
  background: #f8f8f8;
  padding: 5px 5px;
  margin: 5px;
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
}


.product-description-image #sync2 .item {
  background: #f8f8f8;
  padding: 5px 5px;
  margin: 5px;
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
  cursor: pointer;
}
.product-description-image #sync2 .item h1 {
  font-size: 18px;
}
.product-description-image #sync2 .current .item {
  background: #fff;
}

.product-description-image .owl-theme .owl-nav {
  /*default owl-theme theme reset .disabled:hover links */
}
.product-description-image .owl-theme .owl-nav [class*="owl-"] {
  transition: all 0.3s ease;
}
.product-description-image .owl-theme .owl-nav [class*="owl-"].disabled:hover {
  background-color: #d6d6d6;
}

.product-description-image #sync1.owl-theme {
  position: relative;
}
.product-description-image #sync1.owl-theme .owl-next,
#sync1.owl-theme .owl-prev {
  width: 22px;
  height: 40px;
  margin-top: -20px;
  position: absolute;
  top: 50%;
}
.product-description-image #sync1.owl-theme .owl-prev {
  left: 10px;
}
.product-description-image #sync1.owl-theme .owl-next {
  right: 10px;
}
.product-description-image #sync1.owl-theme .owl-prev img {
    width: 15px;
}
.product-description-image #sync1.owl-theme .owl-next img {
    width: 15px;
}



.product-description-image #sync3 .item {
  background: #fff;
  padding: 0px 0px;
  margin: 5px;
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
}

.product-description-image #sync4 .item {
  background: transparent;
  padding: 0px 0px;
  margin: 5px;
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
  cursor: pointer;
}
.product-description-image #sync4 .item h1 {
  font-size: 18px;
}
.product-description-image #sync4 .current .item {
  background: #fff;
}

.product-description-image .owl-theme .owl-nav {
  /*default owl-theme theme reset .disabled:hover links */
}
.product-description-image .owl-theme .owl-nav [class*="owl-"] {
  transition: all 0.3s ease;
}
.product-description-image .owl-theme .owl-nav [class*="owl-"].disabled:hover {
  background-color: #d6d6d6;
}

.product-description-image #sync3.owl-theme {
  position: relative;
}
.product-description-image #sync3.owl-theme .owl-next,
#sync3.owl-theme .owl-prev {
  width: 22px;
  height: 40px;
  margin-top: -20px;
  position: absolute;
  top: 50%;
}
.product-description-image #sync3.owl-theme .owl-prev {
  left: 10px;
}
.product-description-image #sync3.owl-theme .owl-next {
  right: 10px;
}
.product-description-image #sync3.owl-theme .owl-prev img {
    width: 15px;
}
.product-description-image #sync3.owl-theme .owl-next img {
    width: 15px;
}

.product-description-image .magnify > .magnify-lens {
    position: absolute;
    width: 200px;
    height: 200px;
    border-radius: 100%;
    box-shadow: 0 0 0 5px rgb(255 255 255 / 18%), 0 0 5px 5px rgb(0 0 0 / 21%), inset 0 0 10px 2px rgb(0 0 0 / 25%);
    cursor: none;
    display: none;
    z-index: 99;
}



.description-product-title {
    text-align: center;
    text-transform: capitalize;
    margin-bottom: 0.9em;
    margin-top: 0.7em;
    font-size: 30px;
    letter-spacing: 0.7px;
}
.product-description-content .card {
    background-color: #fff;
}
.product-description-content .card-title {
    text-align: left;
    text-transform: capitalize;
    margin-bottom: 0.5em;
    margin-top: 0em;
    font-size: 22px;
    letter-spacing: 0.4px;
}
.decrib-ratings a {
    color: #ffa41c;
    font-size: 13px;
}
.decrib-ratings a span {
    padding-left: 4px;
    color: #000;
    font-family: Sora-Regular;
    font-size: 14px;
    text-decoration: underline;
}
.card-text-spec ul li {
    font-family: Sora-Regular;
    font-size: 14px;
    color: #000;
    padding-bottom: 0.6em;
}
.desc-spec {
    margin-bottom: 0.8rem;
    font-family: helveticaneueinterface;
    font-size: 18px;
    text-transform: capitalize;
    margin-top: 0.8em;
    color: #000;
}
.qty-form label {
    display: inline-block;
    margin-bottom: 0.5em;
}
.qty-form .form-control {
    display: block;
    width: auto;
    padding: 6px 16px;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    appearance: none;
    border-radius: 2px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    font-family: Sora-Regular;
    margin-bottom: 1.6em;
}
.product-description-content .btn-primary {
    color: #fff;
    background-color: #000;
    border-color: #000;
    letter-spacing: 0px;
    font-size: 11px;
    font-family: Sora-Regular;
    text-transform: uppercase;
    border-radius: 0px;
    padding: 6px 10px;
}
.product-description-content .btn-success {
    color: #fff;
    background-color: #3f1f61;
    border-color: #3f1f61;
    letter-spacing: 0px;
    font-size: 11px;
    font-family: Sora-Regular;
    text-transform: uppercase;
    border-radius: 0px;
    padding: 6px 10px;
}
.desc-card-price {
    font-size: 18px;
}
.product-description-content .card-header {
    background-color: #fff;
}
.share-this {
    margin-top: 0.6em;
}
.share-this .btn-success {
    color: #fff;
    background-color: #c705ca;
    border-color: #c705ca;
    font-family: 'Sora-Regular';
    text-transform: capitalize;
    font-size: 15px;
    margin-top: 1.5em;
}
.card-text-spec {
    margin-top: 1.6em;
}





.kurinji-related-title {
    font-size: 20px;
    text-transform: capitalize;
    text-align: center;
    background-color: #3f1f61;
    color: #fff;
    padding: 5px 70px;
    margin: 0 auto;
    font-family: news-gothic-bold;
    width: max-content;
}
.kurinji-related-para {
    font-family: 'Sora-Regular';
    text-align: center;
    color: #151b46;
    margin-top: 0.6em;
}
.kurinji-related-scroll-two {
  position: relative; 
}
@media (max-width: 767px) {
  .kurinji-related-scroll-two {
    margin-top: 20px;
  }
}
.kurinji-related-scroll-two .owl-stage-outer {
  padding: 30px 0;
}
.kurinji-related-scroll-two .owl-nav {
  display: none;
}
.kurinji-related-scroll-two .owl-dots {
  text-align: center;
}
.kurinji-related-scroll-two .owl-dots span {
  position: relative;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: block;
  background: #fff;
  border: 2px solid #3f1f61;
  margin: 0 5px;
}
.kurinji-related-scroll-two .owl-dots .active {
  box-shadow: none;
}
.kurinji-related-scroll-two .owl-dots .active span {
  background: #3f1f61;
  box-shadow: none;
  height: 12px;
  width: 12px;
  margin-bottom: -1px;
}
.kurinji-sub-master {
    background-color: #f7f7f73d;
}
.kurinji-prd-sub {
    background-color: #fff;
    padding: 10px;
    border: 2px solid #f7f7f7;
}
.kurinji-related-scroll-two .card {
    background: transparent;
    box-shadow: none;
    margin: 0px 0px 0px 0px;
    padding: 0px 10px 0px 10px;
    border-radius: 0px;
    border: 0;
}
.kurinji-related-scroll-two .card .card-img-top {
    max-width: 100%;
    border-radius: 0;
    margin: 15px auto 0;
    box-shadow: none;
    width: 100%;
    height: auto;
}
.kurinji-related-scroll-two .card-title span {
    color: #000;
}
.kurinji-related-scroll-two .card-title {
    margin-bottom: 0.5rem;
    font-size: 16px;
    color: #000000b8;
    margin-top: 0.7em;
    background-color: #6666661c;
    padding: 3px;
}
.kurinji-related-scroll-two .card h5 {
    color: #3f1f61;
    font-size: 21px;
    line-height: 1.3;
    font-family: news-gothic-bold;
}
.kurinji-related-scroll-two .card h5 span {
  font-size: 18px;
  color: #666666;
}
.kurinji-related-scroll-two .card p {
    font-size: 16px;
    color: #01458e;
    padding-bottom: 0px;
    font-family: news-gothic-bold;
    margin: 15px 0px 15px 0px;
}
.kurinji-related-scroll-two .card p span {
    font-size: 12px;
    padding-left: 5px;
    text-decoration: line-through;
    color: #0000009c;
}
.kurinji-related-scroll-two .card .btn-primary {
    color: #fff;
    background-color: #000;
    border-color: #000;
    font-family: Sora-Regular;
    border-radius: 0;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 0.8em;
}
.kurinji-related-scroll-two .card .btn-primary:hover {
    background-color: #3f1f61;
    border-color: #3f1f61;
}
.kurinji-related-scroll-two .active {
  opacity: 1;
  transition: all 0.3s;
}
.kurinji-related-scroll-two .center {
  opacity: 1;
}
.kurinji-related-scroll-two .center h5 {
  font-size: 24px;
}
.kurinji-related-scroll-two .center h5 span {
  font-size: 20px;
}
.kurinji-related-scroll-two .center .card-img-top {
  max-width: 100%;
  height: 120px;
  width: 120px;
}
.kurinji-related-scroll-two .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  outline: 0;
}
.kurinji-related-scroll-two .kurinji-prd-sub {
  position: relative;
}
.kurinji-related-scroll-two .kurinji-prd-sub-image {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}
.kurinji-related-scroll-two .kurinji-prd-sub-middle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 15px;
    left: 15px;
    text-align: center;
}
.kurinji-related-scroll-two .kurinji-prd-sub:hover .kurinji-prd-sub-image {
  opacity: 0.3;
}
.kurinji-related-scroll-two .kurinji-sub-master:hover .kurinji-prd-sub-middle {
  opacity: 1;
}
.kurinji-related-scroll-two .kurinji-prd-sub-text {
    color: #d90935;
    font-size: 16px;
    padding: 0px 0px;
}
.kurinji-related-scroll-two .kurinji-prd-sub-text a {
    color: #fff;
    background-color: #3f1f61;
    font-family: Sora-Regular;
    font-size: 13px;
    padding: 0px 8px;
    border-radius: 3px;
}
.kurinji-related-scroll-two .icons-inn-one a {
    color: #02314e;
    padding-right: 3px;
    padding-left: 3px;
}
.kurinji-related-scroll-two .bi-heart-fill {
    font-size: 15px;
}
.kurinji-related-scroll-two .bi-bag-plus-fill {
    font-size: 16px;
}
.kurinji-related-scroll-two .icons-inn-one a:hover {
    opacity: 0.5;
}
.kurinji-related-scroll-two .home-view-all-one {
  text-align: center;
  padding-top: 1.6em;
}
.kurinji-related-scroll-two .home-view-all-one .btn-primary {
    color: #fff;
    background-color: #0061a7;
    border-color: #0061a7;
    font-family: Sora-Regular;
    border-radius: 0;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 0.8em;
    padding: 6px 25px;
}
.kurinji-related-scroll-two .home-view-all-one .btn-primary:hover {
    background-color: #000;
    border-color: #000;
}
.prod-title-master {
    font-family: news-gothic-bold;
    text-align: center;
    color: #3f1f61;
    font-size: 36px;
}
.kurinji-view-all-one {
    text-align: center;
    padding-top: 1.6em;
    padding-bottom: 1.6em;
}
.kurinji-view-all-one .btn-primary {
    color: #fff;
    background-color: #3f1f61;
    border-color: #3f1f61;
    font-family: Sora-Regular;
    border-radius: 0;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 0.8em;
    padding: 6px 25px;
}













.cart-inner-kurinji table {
    width: 100%;
}
.cart-inner-kurinji table tr th {
    background-color: #cccccc61;
    font-family: news-gothic-bold;
    font-size: 15px;
    border: 1px solid #ccc;
}
.cart-inner-kurinji table tr td img {
    max-width: 100%;
    width: 104px;
}
.cart-inner-kurinji table tr td .card-title {
    margin-bottom: 0.5rem;
    font-family: Sora-Regular;
    font-size: 13px;
    color: #000;
}
.cart-inner-kurinji table tr td .card-title span {
    font-family: Sora-SemiBold;
}
.cart-inner-kurinji table tr td .card-text {
    margin-bottom: 0.5rem;
    font-family: Sora-SemiBold;
    font-size: 16px;
    color: #000;
}
.cart-inner-kurinji table tr td .card-price {
    font-family: Sora-SemiBold;
    font-size: 14px;
}
.cart-inner-kurinji table tr td .card-color {
    margin-bottom: 0.5rem;
    font-family: Sora-Regular;
    font-size: 13px;
    color: #000;
}
.cart-inner-kurinji table tr td .card-color span {
    font-family: Sora-SemiBold;
}
.cart-inner-kurinji table tr td .form-control {
    display: inline;
    width: 90px;
    padding: 0.375rem 0.75rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.cart-inner-kurinji table tr td label {
    font-family: Sora-SemiBold;
    font-size: 14px;
}
.cart-inner-kurinji table tr td .card-remove {
    color: #f90f0f;
    font-size: 15px;
    margin-top: 0.6em;
}
.cart-inner-kurinji table tr td .card-total {
    font-family: Sora-SemiBold;
    font-size: 16px;
}
.cart-inner-kurinji .table>:not(:first-child) {
    border-top: none;
}
.cart-inner-kurinji .card-header {
    padding: 0.5rem 0.5rem;
    margin-bottom: 0;
    background-color: #0061a714;
}
.cart-inner-kurinji table tr td {
    border: 1px solid #ccc;
    vertical-align: middle;
}
.cart-inner-kurinji .card-header {
  background-color: #2196f30f;
}



.kurinji-cart-page-master {
  padding: 40px 0;
}
.kurinji-cart-page-master .card {
  background-color: #fff;
}


.cart-total-kurinji table {
    width: 100%;
}
.cart-total-kurinji table tr th {
    background-color: #cccccc61;
    font-family: news-gothic-bold;
    font-size: 15px;
    border: 1px solid #ccc;
}
.cart-total-kurinji table tr td {
    font-family: Sora-Regular;
    font-size: 14px;
    border: 1px solid #ccc;
    text-align: right;
}
.cart-total-kurinji table tr th .btn-primary {
    color: #fff;
    background-color: #3f1f61;
    border-color: #3f1f61;
    border-radius: 0px;
    font-size: 14px;
    text-transform: capitalize;
    font-family: Sora-Regular;
    width: 100%;
    margin-bottom: 1em;
    margin-top: 1em;
}
.need-help {
  text-align: center;
}
.cart-total-kurinji table tr th a {
  color: #3f1f61;
}



.cart-title {
    text-align: center;
    text-transform: capitalize;
    margin-bottom: 0.9em;
    margin-top: 0.7em;
    font-size: 30px;
    letter-spacing: 0.7px;
}




.kurinji-wishlist-master {
  padding: 40px 0;
}
.wish-list-title {
    font-family: 'Sora-SemiBold';
    font-size: 28px;
    color: #333;
    text-align: center;
    line-height: 32px;
    margin-bottom: 1em;
    text-transform: capitalize;
}
.kurinji-wishlist-master .card {
    border-radius: 0rem;
    padding: 0px;
    border: none;
    background-color: #fff;
}
.kurinji-wishlist-master .card-header {
    padding: 0rem 0rem;
    margin-bottom: 0;
    background-color: #fff;
    border: none;
}
.kurinji-wishlist-master .card-header table {
    width: 100%;
}
.kurinji-wishlist-master .card-header table tr th {
    font-family: Sora-SemiBold;
    color: #000;
    font-size: 14px;
    margin-bottom: 0rem;
    margin-top: 0rem;
    background-color: #3f1f611f;
    padding: 0.5rem 0.5rem;
    border: 1px solid rgba(0,0,0,.125);
}
.kurinji-wishlist-master .card-header table tr td {
    padding: 0.5rem 0.5rem;
    border: 1px solid rgba(0,0,0,.125);
}
.kurinji-wishlist-master .card-header table tr td .form-control {
    width: 90px;
    padding: 5px;
}
.kurinji-wishlist-master .card-header table tr td h4 {
    font-family: Sora-Regular;
    color: #000;
    font-size: 14px;
}
.kurinji-wishlist-master .card-header table tr td a {
    color: #fb100b;
}
.kurinji-wishlist-master .card-header table tr td img {
    max-width: 100%;
    width: 148px;
    border: 2px solid #fff;
}
.kurinji-wishlist-master .card-block {
    padding: 0rem 0rem;
    margin-bottom: 0;
    background-color: #fff;
    border: none;
}
.kurinji-wishlist-master .card-header table tr td .btn-primary {
    color: #fff;
    background-color: #3f1f61;
    border-color: #3f1f61;
    text-transform: capitalize;
    font-size: 13px;
    font-family: Sora-Regular;
    border-radius: 0px;
}
.wish-add-to-cart {
    text-align: center;
}



.kurinji-checkout-master {
    padding: 60px 0;
}
.checkout-title {
    font-family: Sora-SemiBold;
    font-size: 24px;
    color: #333;
    text-align: left;
    line-height: 32px;
    margin-bottom: 1em;
    text-transform: capitalize;
}
.kurinji-checkout-master .card {
    background-color: #fff;
}
.kurinji-checkout-master .card-header {
    padding: 0.5rem 1rem;
    margin-bottom: 0;
    background-color: #3f1f6114;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 0px;
}
.kurinji-checkout-master .card {
    border-radius: 0px;
    border: none;
}
.kurinji-checkout-master .card-header label {
    font-family: Sora-Regular;
    color: #000;
    font-size: 14px;
}
.kurinji-checkout-master .card-header .form-control {
    display: block;
    width: 100%;
    padding: 7px 15px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 5px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    font-family: Sora-Regular;
    margin-bottom: 0.8em;
}

.checkout-order-content {
    margin: 0px 15px;
}
.order-title {
    font-family: Sora-SemiBold;
    font-size: 24px;
    color: #333;
    text-align: left;
    line-height: 32px;
    margin-bottom: 1em;
    text-transform: capitalize;
}
.kurinji-checkout-master .card-block table {
    width: 100%;
}
.kurinji-checkout-master .card-block table tr th {
    font-family: Sora-SemiBold;
    color: #000;
    font-size: 15px;
    margin-bottom: 0rem;
    margin-top: 0rem;
    font-weight: 500;
    background-color: #3f1f6114;
    padding: 0.5rem 0.5rem;
    border: 1px solid rgba(0,0,0,.125);
}
.kurinji-checkout-master .card-block table tr td {
    padding: 0.5rem 0.5rem;
    border: 1px solid rgba(0,0,0,.125);
    font-size: 14px;
}
.kurinji-checkout-master .card-block table tr td .btn-primary {
    color: #fff;
    background-color: #000;
    border-color: #000;
    width: 100%;
    text-transform: capitalize;
    font-size: 15px;
    font-family: Sora-Regular;
}



.login-title {
    text-align: center;
    margin-bottom: 0.6em;
    font-size: 32px;
    color: #000;
    text-transform: capitalize;
    font-family: Sora-SemiBold;
}
.kurinji-login-master .card-header label {
    font-family: Sora-Regular;
    color: #000;
    font-size: 14px;
    line-height: 30px;
}
.kurinji-login-master .card-header .form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    font-family: Sora-Regular;
    margin-bottom: 1em;
}
.kurinji-login-master .card-header {
    padding: 0.5rem 1rem;
    margin-bottom: 0;
    background-color: transparent;
    border: none;
}
.kurinji-login-master .card {
    border-radius: 0px;
    background-color: #3f1f6114;
}
.kurinji-login-master .card-header .btn-primary {
    color: #fff;
    background-color: #3f1f61;
    border-color: #3f1f61;
    font-size: 15px;
    text-transform: capitalize;
    border-radius: 0px;
    font-family: Sora-Regular;
}
.kurinji-login-master .card-header .btn-primary:hover {
    color: #fff;
    background-color: #000;
    border-color: #000;
}
.login-to-forgot-password {
    text-align: center;
    font-size: 23px;
    margin-top: 0.6em;
    margin-bottom: 0.6em;
}
.login-to-forgot-password a {
    color: #7031b2;
}
.kurinji-login-master {
    padding: 40px 0;
}




.my-acc-inner .tab {
    float: left;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
    width: auto;
    height: auto;
}
.my-acc-inner .tab button {
    display: block;
    background-color: inherit;
    padding: 14px 16px;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
    font-family: Sora-Regular;
    font-weight: 500;
    color: #000;
    font-size: 14px;
}
.my-acc-inner .tab button:hover {
  background-color: #3f1f6126;
}
.my-acc-inner .tab button.active {
  background-color: #3f1f6126;
}
.my-acc-inner .tabcontent {
    padding: 12px 12px;
    border: none;
    border-left: none;
    height: auto;
    background-color: #3f1f6114;
    left: 0;
}
.kurinji-my-account-master .card {
    border: none;
    border-radius: 0rem;
}
.kurinji-my-account-master .card-header {
    padding: 0rem;
    margin-bottom: 0;
    background-color: #fff;
    border: none;
    border-radius: 0px;
}

.acc-content-inner-one h4 {
    margin-bottom: 0.8rem;
    color: #000;
    font-size: 18px;
    line-height: 1.3;
    font-family: Sora-Semibold;
    text-transform: capitalize;
}
.acc-content-inner-one label {
    font-family: Sora-Regular;
    color: #000;
    font-size: 14px;
    line-height: 30px;
}
.acc-content-inner-one .form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    font-family: Sora-Regular;
    margin-bottom: 1em;
}
.acc-content-inner-one .btn-primary {
    color: #fff;
    background-color: #3f1f61;
    border-color: #3f1f61;
    font-size: 15px;
    text-transform: capitalize;
    border-radius: 0px;
}
.acc-content-inner-one .btn-primary:hover {
    color: #fff;
    background-color: #000;
    border-color: #000;
}




.acc-content-inner-two h4 {
    margin-bottom: 0.8rem;
    color: #000;
    font-size: 18px;
    line-height: 1.3;
    font-family: Sora-Semibold;
    text-transform: capitalize;
}
.acc-content-inner-two label {
    font-family: Sora-Semibold;
    color: #000;
    font-size: 15px;
}
.acc-content-inner-two .form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.375rem;
    font-size: 14px;
    line-height: 1.5;
    color: #555;
    background-color: #fff;
    background-clip: padding-box;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    margin-bottom: 1em;
    font-family: Sora-Regular;
}
.acc-content-inner-two .btn-primary {
    color: #fff;
    background-color: #3f1f61;
    border-color: #3f1f61;
    font-size: 15px;
    text-transform: capitalize;
    border-radius: 0px;
}
.acc-content-inner-two .btn-primary:hover {
    color: #fff;
    background-color: #000;
    border-color: #000;
}


.acc-content-inner-three .card {
    border: none;
    border-radius: 0rem;
    background-color: transparent;
}
.acc-content-inner-three .card-header {
    background-color: transparent;
}
.acc-content-inner-three .card-header table {
    width: 100%;
    margin-left: 0.7em;
    background-color: #fff;
}
.acc-content-inner-three .card-header table tr th {
    font-family: Sora-Semibold;
    color: #000;
    font-size: 16px;
    margin-bottom: 0rem;
    margin-top: 0rem;
    font-weight: 500;
    text-transform: capitalize;
    padding: 0.5rem 0.5rem;
    border: 1px solid rgba(0,0,0,.125);
}
.acc-content-inner-three .card-header table tr td {
    padding: 0.5rem 0.5rem;
    border: 1px solid rgba(0,0,0,.125);
}
.acc-content-inner-three .card-header table tr td img {
    max-width: 100%;
    height: auto;
    width: 108px;
}
.acc-content-inner-three .card-header table tr td .card-title span {
    font-family: Sora-Semibold;
    color: #000;
}
.acc-content-inner-three .card-header table tr td .card-title {
    margin-bottom: 0.5rem;
    font-family: Sora-Semibold;
    font-size: 15px;
    color: #222;
}
.acc-content-inner-three .card-header table tr td .card-text {
    margin-bottom: 0.5rem;
    font-family: Sora-Semibold;
    font-size: 15px;
    color: #000;
}
.acc-content-inner-three .card-header table tr td .date-of-picked {
    margin-bottom: 0.5rem;
    font-family: Sora-Semibold;
    font-size: 14px;
    color: #000;
}
.acc-content-inner-three .card-header table tr td .price-text {
    font-family: Sora-Semibold;
    font-size: 20px;
    color: #333;
}
.acc-content-inner-three .card-header table tr td .status-green {
    font-family: Sora-Semibold;
    font-size: 13px;
    background-color: #4BB543;
    color: #fff;
    text-transform: capitalize;
    padding: 2px 4px 1px 2px;
    margin: 0px;
    width: max-content;
}



.acc-content-inner-four .card {
    border: none;
    border-radius: 0rem;
    background-color: transparent;
}
.acc-content-inner-four .card-header {
    background-color: transparent;
}
.acc-content-inner-four .card-header table {
    width: 100%;
    margin-left: 0.7em;
    background-color: #fff;
}
.acc-content-inner-four .card-header table tr th {
    font-family: Sora-Semibold;
    color: #000;
    font-size: 16px;
    margin-bottom: 0rem;
    margin-top: 0rem;
    font-weight: 500;
    text-transform: capitalize;
    padding: 0.5rem 0.5rem;
    border: 1px solid rgba(0,0,0,.125);
}
.acc-content-inner-four .card-header table tr td {
    padding: 0.5rem 0.5rem;
    border: 1px solid rgba(0,0,0,.125);
}
.acc-content-inner-four .card-header table tr td img {
    max-width: 100%;
    height: auto;
    width: 108px;
}
.acc-content-inner-four .card-header table tr td .card-title span {
    font-family: Sora-Semibold;
    color: #000;
}
.acc-content-inner-four .card-header table tr td .card-title {
    margin-bottom: 0.5rem;
    font-family: Sora-Semibold;
    font-size: 15px;
    color: #222;
}
.acc-content-inner-four .card-header table tr td .card-text {
    margin-bottom: 0.5rem;
    font-family: Sora-Semibold;
    font-size: 15px;
    color: #000;
}
.acc-content-inner-four .card-header table tr td .date-of-picked {
    margin-bottom: 0.5rem;
    font-family: Sora-Semibold;
    font-size: 14px;
    color: #000;
}
.acc-content-inner-four .card-header table tr td .price-text {
   font-family: Sora-Semibold;
    font-size: 20px;
    color: #333;
}
.acc-content-inner-four .card-header table tr td .status-red {
    font-family: Sora-Semibold;
    font-size: 13px;
    background-color: #f90f0f;
    color: #fff;
    text-transform: capitalize;
    padding: 2px 4px 1px 2px;
    margin: 0px;
    width: max-content;
}


.acc-content-inner-five label {
    font-family: Sora-Semibold;
    color: #000;
    font-size: 14px;
    line-height: 30px;
}
.acc-content-inner-five .form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    font-family: Sora-Regular;
    margin-bottom: 1em;
}

.acc-content-inner-five .btn-primary {
    color: #fff;
    background-color: #3f1f61;
    border-color: #3f1f61;
    font-size: 15px;
    text-transform: capitalize;
    border-radius: 0px;
}
.acc-content-inner-five .btn-primary:hover {
    color: #fff;
    background-color: #000;
    border-color: #000;
}

.acc-content-inner-six .btn-primary {
    color: #fff;
    background-color: #3f1f61;
    border-color: #3f1f61;
    font-size: 15px;
    text-transform: capitalize;
    border-radius: 0px;
}
.acc-content-inner-six .btn-primary:hover {
    color: #fff;
    background-color: #000;
    border-color: #000;
}

.acc-content-inner-seven h1 {
    font-size: 26px;
    text-align: center;
    color: #000;
}
.my-scc-master-head {
    text-align: center;
    margin-bottom: 0.6em;
    font-size: 32px;
    color: #000;
}
.kurinji-my-account-master {
    padding: 40px 0;
}




.kurinji-register-master {
    padding: 40px 0;
}
.register-title {
    text-align: center;
    margin-bottom: 0.6em;
    font-size: 32px;
    color: #000;
    text-transform: capitalize;
    font-family: Sora-Semibold;
}
.kurinji-register-master .card-header label {
    font-family: Sora-Regular;
    color: #000;
    font-size: 14px;
    line-height: 30px;
}
.kurinji-register-master .card-header .form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    font-family: Sora-Regular;
    margin-bottom: 1em;
}
.kurinji-register-master .card-header {
    padding: 0.5rem 1rem;
    margin-bottom: 0;
    background-color: #3f1f611a;
    border: none;
}
.kurinji-register-master .card {
    border-radius: 0px;
    background-color: #fff;
}
.kurinji-register-master .card-header .btn-primary {
    color: #fff;
    background-color: #3f1f61;
    border-color: #3f1f61;
    font-size: 15px;
    text-transform: capitalize;
    border-radius: 0px;
    font-family: Sora-Regular;
}
.kurinji-register-master .card-header .btn-primary:hover {
    color: #fff;
    background-color: #000;
    border-color: #000;
}
.register-to-login {
    text-align: center;
    font-size: 23px;
    margin-top: 0.6em;
    margin-bottom: 0.6em;
    font-family: Sora-Regular;
}
.register-to-login {
    text-align: center;
    font-size: 23px;
    margin-top: 0.6em;
    margin-bottom: 0.6em;
    font-family: Sora-Regular;
}
.register-to-login a {
    color: #792ec8;
}





.reset-title {
    text-align: center;
    margin-bottom: 0.6em;
    font-size: 32px;
    color: #000;
    text-transform: capitalize;
}
.kurinji-reset-master .card-header label {
    font-family: Sora-Regular;
    color: #000;
    font-size: 14px;
    line-height: 30px;
}
.kurinji-reset-master .card-header .form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    font-family: Sora-Regular;
    margin-bottom: 1em;
}
.kurinji-reset-master .card-header {
    padding: 0.5rem 1rem;
    margin-bottom: 0;
    background-color: transparent;
    border: none;
}
.kurinji-reset-master .card {
    border-radius: 0px;
    background-color: #3f1f6117;
}
.kurinji-reset-master .card-header .btn-primary {
    color: #fff;
    background-color: #3f1f61;
    border-color: #3f1f61;
    font-size: 15px;
    text-transform: capitalize;
    border-radius: 0px;
    font-family: Sora-Regular;
}
.kurinji-reset-master .card-header .btn-primary:hover {
    color: #fff;
    background-color: #000;
    border-color: #000;
}
.forgot-password-to-login {
    text-align: center;
    font-size: 23px;
    margin-top: 0.6em;
    margin-bottom: 0.6em;
}
.forgot-password-to-login a {
    color: #000;
}
.kurinji-reset-master {
    padding: 40px 0;
}

  





.page-wrapper {
  min-height: 100%;
  display: flex;
  align-items: center;
  /*justify-content: center;*/
}
.page-wrapper button {
  padding: 20px;
  border: none;
  background: #d5d8e7;
  position: relative;
  outline: none;
  border-radius: 5px;
  color: #292d48;
  font-size: 18px;
}
.page-wrapper button .cart-item {
  position: absolute;
  height: 24px;
  width: 24px;
  top: -10px;
  right: -10px;
}
.page-wrapper button .cart-item:before {
  content: "1";
  display: block;
  line-height: 18px;
  height: 18px;
  width: 18px;
  font-size: 10px;
  font-weight: 600;
  background: #3f1f61;
  color: white;
  border-radius: 20px;
  text-align: center;
  margin-top: -5px;
}
.page-wrapper button.sendtocart .cart-item {
  display: block;
  animation: xAxis 1s forwards cubic-bezier(1, 0.44, 0.84, 0.165);
}
.page-wrapper button.sendtocart .cart-item:before {
  animation: yAxis 1s alternate forwards cubic-bezier(0.165, 0.84, 0.44, 1);
}

.cart {
  position: fixed;
  top: 20px;
  right: 20px;
  width: 20px;
  height: 50px;
   
  display: flex;
  
  
  border-radius: 5px;
}

.cart:before {
      /*content: "01";*/
    font-size: 12px;
    font-weight: 600;
    position: absolute;
    top: -35px;
    right: -35px;
    background: #3f1f61;
    padding: 6px 5px 0;
    height: 24px;
    min-width: 22px;
    color: white;
    text-align: center;
    border-radius: 20px;
}
.cart.shake {
  animation: shakeCart 0.4s ease-in-out forwards;
}

@keyframes xAxis {
  100% {
    transform: translateX(calc(50vw - 105px));
  }
}
@keyframes yAxis {
  100% {
    transform: translateY(calc(-50vh + 75px));
  }
}
@keyframes shakeCart {
  25% {
    transform: translateX(6px);
  }
  50% {
    transform: translateX(-4px);
  }
  75% {
    transform: translateX(2px);
  }
  100% {
    transform: translateX(0);
  }
}
