/* --------------- sign ------------------- */
.sign-lr {
    padding: 3% 15%;
}

.form-title {
    color: #1caed1;
    margin-bottom: 20px;
}

.form-m {
    margin-bottom: 20px;
}

.sign-box {
    background-color: white;
    box-shadow: 1px 1px 12px 1px #d4d4d4;
    border-radius: 8px;
    padding: 20px;
}

.sign-form label {
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
}

.sn h6 {
    text-align: center;
    color: #1caed1;
    font-size: 18px;
    padding: 8px;
}

.sign-form img {
    margin-right: 4px;
}

.sign-form input {
    width: 90%;
    border-radius: 6px;
    border: 1px solid #d3d3d3;
    padding: 8px 10px;
    margin-bottom: 10px;
}

.left-space {
    padding-left: 10px;
}

.sign-form select {
    width: 90%;
    border-radius: 6px;
    border: 1px solid #d3d3d3;
    padding: 8px 10px;
    font-size: 15px;
    margin-bottom: 10px;
}

.sign-form textarea {
    width: 90%;
    border-radius: 6px;
    border: 1px solid #d3d3d3;
    padding: 8px 10px;
    font-size: 15px;
    margin-bottom: 10px;
}

.sign-btn {
    margin-top: 8px;
    background-color: #a72a2a;
    color: white;
    border: none;
    padding: 6px 12px;
    border-radius: 6px;
    margin-bottom: 8px;
}

.sign-form p {
    font-size: 15px;
    margin: 10px 0px;
}

.sign-form a {
    text-decoration: underline;
}

::placeholder {
    font-size: 14px;
}

.cu-bs {
    justify-content: space-evenly;
    margin-bottom: 10px;
}

.cu-bs label {
    font-size: 18px;
    font-weight: 500;
}

.cu-top {
    padding-top: 3px;
}

/* --------------- sign ------------------- */


/* ----------------about-------------------- */
.abt {
    justify-content: space-around;
}

.about-box {
    box-shadow: 1px 1px 12px 1px #d3d3d3;
    border-radius: 8px;
    padding: 20px;
    text-align: center;
    margin-bottom: 20px;
}

.about-box img {
    margin-bottom: 10px;
    background-color: #d2f6ff;
    border-radius: 50%;
    padding: 15px;
}

.about-box p {
    font-size: 17px;
    text-align: justify;
  text-justify: inter-word;
}

.abt-top-last {
    margin: 35px 0px;
}

/* ----------------about-------------------- */


/* ------------------contact------------------ */
.con-box {
    border-left: 1px solid purple;
    padding-left: 30px;
}

.contact-detail {
    box-shadow: 1px 1px 12px 1px #dadada;
    border-radius: 6px;
    padding: 30px;
}

.contact-info ul li {
    list-style: none;
    margin-bottom: 10px;
}

.contact-info ul {
    padding-left: 0;
}

/* ------------------contact------------------ */


/* ---------------product info------------------ */
.pro-info {
    width: 400px;
    height: 480px;
    background-color: #f0f0f0;
    border-radius: 8px;
    padding: 15px;
    overflow: hidden;
}

/* .slideshow-items img{
    width:370px;
} */
.que {
    font-size: 14px;
    font-weight: 600;
    width: 30px;
}

.ans {
    font-size: 14px;
    font-weight: 500;
    color: #7e7e7e;
}

.que2 {
    font-weight: 600;
    width: 30px;
}

.feat-li li {
    font-size: 15px;
}

.ans2 {
    font-weight: 500;
    color: #7e7e7e;
}

.info-box {
    margin-top: 6px;
    box-shadow: 1px 1px 12px 1px #cccccc;
    padding: 20px;
}

.sub-btn {
    background-color: #a81818;
    color: white;
    border: none;
    padding: 8px 10px;
    border-radius: 8px;
}

/* -------------------------new info----------------------------- */
:root {
    --swiper-navigation-size: 22px;
}
.swiper-container.gallery-top {
    height: 330px !important;
}
.product__carousel {
    display: block;
    max-width: 700px;
    margin: 1em auto 3em;
  }
  .product__carousel a {
    display: block;
    margin-bottom: 15px;
  }
  
  .product__carousel .gallery-top {
      border: 1px solid #ebebeb;
      border-radius: 3px;
      margin-bottom: 5px;
  }
  .product__carousel .gallery-top .swiper-slide {
      position: relative;
      overflow: hidden;
  }
  .product__carousel .gallery-top .swiper-slide a {
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center;
      width: 100%;
      /* height: 100%; */
  }
  .product__carousel .gallery-top .swiper-slide a img {
      width: 60%;
      height: 60%;
      object-fit: contain;
  }
  .product__carousel .gallery-top .swiper-slide .easyzoom-flyout img {
      min-width: 100%;
      min-height: 100%;
  }
  .product__carousel .swiper-button-next.swiper-button-white,
  .product__carousel .swiper-button-prev.swiper-button-white {
      color: #ff3720;
  }
  .product__carousel .gallery-thumbs .swiper-slide {
      position: relative;
      transition: border .15s linear;
      border: 1px solid #ebebeb;
      border-radius: 3px;
      cursor: pointer;
      overflow: hidden;
    height: calc(100% - 2px);
  }
  .product__carousel .gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
      border-color: #000;
  }
  .product__carousel .gallery-thumbs .swiper-slide img {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%,-50%);
      max-width: 100%;
  }
.slideshow-items {
    width: 370px;
}

.slideshow-thumbnails {
    width: 100px;
}

#slideshow-items-container {
    display: inline-block;
    position: relative;
}

#lens {
    background-color: rgba(233, 233, 233, 0.4)
}

#lens,
#result {
    position: absolute;
    display: none;
    z-index: 1;
}

.slideshow-items {
    display: none;
}

.slideshow-items.active {
    display: block;
}

.slideshow-thumbnails {
    opacity: 0.5;
}

.slideshow-thumbnails.active {
    opacity: 1;
}

#lens,
.slideshow-items,
.slideshow-thumbnails,
#result {
    border: solid var(--light-grey-2) 1px;
} 

.product_meta {
    font-weight: 500;
    margin-bottom: 0;
}

.product_meta span {
    font-weight: 400;
    color: #5f90c3;
}

/* .price_box {
    margin-bottom: 14px !important;
} */

.price_box span.old_price {
    font-size: 14px;
    margin-right: 10px;
}

.price_box span.old_price {
    text-decoration: line-through;
    font-weight: 400;
    margin-right: 6px;
}

.current_price {
    font-size: 15px !important;
    font-weight: 600;
    color: #c40316;
}

.price_box span {
    line-height: 16px;
    font-size: 16px;
}

.info-detail p {
    margin-bottom: 14px;
}

.add-cart {
    border: none;
    background-color: #5f858f;
    border-radius: 8px;
    padding: 6px 10px;
    color: white;
}

.ShoppingCart_title {
    background-color: #5f978c;
    color: white;
    margin-bottom: 20px;
    font-family: sans-serif;
    padding: 10px 15px;
    font-size: 22px;
    font-weight: 600;
}

.days {
    padding: 10px 20px;
}

.days img {
    vertical-align: bottom;
}

.days span {
    font-size: 17px;
}

.minqtytext {
    font-size: 14px;
}

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

.bottom_price_txt {
    font-size: 20px;
    text-align: right;
    margin-top: 0px;
}

/* ----------tab---------- */

#tsum-tabs h1 {
    padding: 50px 0;
    font-weight: 400;
    text-align: center;
}

#tsum-tabs p {
    margin: 0 0 20px;
    line-height: 1.5;
}

#tsum-tabs main {
    margin: 0 auto;
    background: #fff;
}

#tsum-tabs section {
    display: none;
    padding: 20px 0 0;
    border-top: 1px solid #ddd;
}

#tsum-tabs input {
    display: none;
}

#tsum-tabs .lab-tab {
    display: inline-block;
    margin: 0 0 -1px;
    padding: 15px 25px;
    font-weight: 600;
    text-align: center;
    color: #bbb;
    border: 1px solid transparent;
}

#tsum-tabs label:hover {
    color: #888;
    cursor: pointer;
}

#tsum-tabs input:checked+.lab-tab {
    color: #555;
    /* border: 1px solid #ddd; */
    border-bottom: 2px solid #1caed1;
    /* border-bottom: 1px solid #fff; */
}

#tsum-tabs #tab1:checked~#content1,
#tsum-tabs #tab2:checked~#content2 {
    display: block;
}

.feed p {
    margin-bottom: 0 !important;
}

#content1 {
    padding-left: 20px !important;
}

#content2 {
    padding-left: 20px !important;
}

@media screen and (max-width: 650px) {
    #tsum-tabs label {
        font-size: 0;
    }

    #tsum-tabs label:before {
        margin: 0;
        font-size: 18px;
    }
}

@media screen and (max-width: 400px) {
    #tsum-tabs label {
        padding: 15px;
    }
}


.rate {
    float: left;
    height: 46px;
}

.rate:not(:checked)>input {
    position: absolute;
    top: -9999px;
}

.rate:not(:checked)>.rate-star {
    float: right;
    width: 1em;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 30px;
    color: #ccc;
}

.rate:not(:checked)>.rate-star:before {
    content: '★ ';
}

.rate>input:checked~.rate-star {
    color: #ffc700;
}

.rate:not(:checked)>.rate-star:hover,
.rate:not(:checked)>.rate-star:hover~.rate-star {
    color: #deb217;
}

.rate>input:checked+.rate-star:hover,
.rate>input:checked+.rate-star:hover~.rate-star,
.rate>input:checked~.rate-star:hover,
.rate>input:checked~.rate-star:hover~.rate-star,
.rate>.rate-star:hover~input:checked~.rate-star {
    color: #c59b08;
}

.giv-ra {
    margin-bottom: 0px !important;
    margin-left: 0px;
}

.feed {
    margin-top: 25px;
}

.prod-img{
    width: 160px;
    height: 150px;
    border: 1px solid #c9c5c5;
    padding: 10px;
}
/* ---------------product info------------------ */


/* ---------------privacy------------------ */
.policy {padding: 30px 0px;}
.policy p {font-size: 17px;}
.policy li {font-size: 16px;}
.policy h6 {font-weight: 600; color:#645f5f}

/* ---------------privacy------------------ */
/* ---------------terms------------------ */
.terms {padding: 30px 0px;}
.terms p {font-size: 17px;}
.terms ul {margin-left: 0px;padding-left: 0px;}
.terms li {font-size: 16px;}
.terms h6 {font-weight: 600; color:#645f5f}
/* ---------------terms------------------ */


/* -------------view cart---------------- */
.pay-box {
    box-shadow: 1px 1px 12px 1px #dadada;
    border-radius: 8px;
}

.info-pay {
    padding-left: 20px;
}

.gr {
    color: grey;
}

.sell {
    margin-bottom: 0 !important;
}

.WMMwb0 {
    display: block;
    text-transform: uppercase;
    padding: 13px 24px;
    font-weight: 500;
    background-color: #5f978c;
    color: #ffffff;
    min-height: 47px;
    border-radius: 2px 2px 0 0;
}

._3j-e05 {
    padding: 0 24px;
}

.HRZecL {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 10px 0;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

._6HMXbu {
    color: #388e3c;
}

.b5rp0W.WGN099 {
    margin-right: 5px;
}

.b5rp0W.qbuikV {
    color: #717478;
    text-decoration: line-through;
}

.uJ4ZKF {
    border-top: 1px dashed #e0e0e0;
    font-weight: 500;
    font-size: 18px;
    padding: 12px 0px;
}

.PWd9A7 {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    /* margin: 20px 0; */
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.IbVNxe,
.s0Of4y {
    border-radius: 2px;
}

.IbVNxe {
    border-top: 1px dashed #e0e0e0;
    padding: 12px 0;
    font-size: 16px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #388e3c;
    font-weight: 500;
}

.XNAVU4 {
    font-size: 13px;
    text-align: left;
    display: inline-block;
    color: #878787;
    padding: 1px 0 2px 35px;
    background-size: 25px 31px;
    font-weight: 500;
    padding-left: 0px;
}

/* ----quantity---- */
button:focus,
input:focus {
    outline: none;
    box-shadow: none;
}

a,
a:hover {
    text-decoration: none;
}

/*--------------------------*/
.qty-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.qty-container .input-qty {
    text-align: center;
    padding: 6px 10px;
    border: 1px solid #90999b;
    max-width: 80px;    
}

.qty-container .qty-btn-minus,
.qty-container .qty-btn-plus {
    background: #90999b;
    color: white;
    border: 1px solid #90999b;
    padding: 10px 13px;
    font-size: 10px;
    height:40px;
    width: 38px;
    transition: 0.3s;
}

.qty-container .qty-btn-plus {
    margin-left: -1px;
}

.qty-container .qty-btn-minus {
    margin-right: -1px;
}


/*---------------------------*/
.btn-cornered,
.input-cornered {
    border-radius: 4px;
}

.btn-rounded {
    border-radius: 50%;
}

.input-rounded {
    border-radius: 50px;
}

.qunt {
    margin: 20px 0px;
    align-items: center;
}

.later {
    margin-left: 20px;
}

.later a {
    color: #3b3b3b;
}

.place-btn {
    background-color: #1a5a1d;
    color: white;
    border-radius: 6px;
    border: none;
    padding: 8px 12px;
}

.right-order {
    background-color: #e9f5ff;
    text-align: end;
    padding: 20px 10px;
}


/* ----quantity---- */
/* -------------view cart---------------- */

/* -------------checkout ---------------- */

.addnewaddress {
    color: #ffffff;
    font-size: 14px;
    vertical-align: text-bottom;
}

.address_title {
    background-color: #5f978c;
    color: #ffffff;
    padding: 6px 12px;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
}

/* -------------checkout---------------- */



.step-indicator-responsive li {
    display: table-cell;
    float: none;
    width: 1%;
    padding: 0;
}

.step-indicator .active .step {
    background-color: #e11f27;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}

.step-indicator .active .caption {
    color: #181617;
}

.step-indicator .step {
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    border-radius: 20px;
    margin: 0 auto;
    font-size: 16px;
    color: #888888;
    background-color: #ccc;
    font-weight: 700;
}

.step-indicator-responsive .caption {
    padding-top: 8px;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    color: #888888;
}

.step-indicator-responsive li::before {
    position: relative;
    top: 14px;
    z-index: -1;
    display: block;
    height: 1px;
    content: "";
    background-color: #ccc;
}

.step-indicator {
    z-index: 100;
    width: 100%;
}

.step-indicator-responsive li:first-child::before {
    left: 50%;
}

.step-indicator-responsive li:last-child::before {
    right: 50%;
}

@media (max-width: 575.98px) {
    .no-bg-xs {
        background-image: none !important;
    }

    .step-indicator-responsive .caption {
        font-size: 13px;
    }

    .card-describe {
        padding: 15px;
    }
}



/* -------------view cart---------------- */
/* -------------profile---------------- */
.leftside-my-account {
    background: #ffffff;
    box-shadow: 1px 1px 12px 1px #cecece;
    border-radius: 4px;
    padding: 20px;
}

.userprofileleft {
    text-align: center;
    padding: 20px;
    color: #000;
    position: relative;
    border-bottom: 1px solid rgba(245, 245, 245, 1);
}

.pf-image {
    width: 80px;
    height: 80px;
    margin: auto;
    border: 1px solid rgba(116, 116, 116, 1);
    padding: 4%;
    font-size: 46px;
    text-transform: capitalize;
    border-radius: 50%;
    text-align: center;
    background: rgba(229, 229, 229, 1);
    display: flex;
    align-items: center;
    justify-content: center;
}

.myacctab {
    padding-left: 3px;
}

.myacctab li {
    list-style: none;
}

.edit-profile {
    position: absolute;
    top: 20px;
    right: 20px;
    padding: 5px;
    border-radius: 50%;
    cursor: pointer;
}

.profileinfo h2 {
    margin: 10px 0 8px;
    font-size: 18px;
    color: rgba(72, 72, 72, 1);
    text-transform: capitalize;
    font-weight: 600;
}

.profileinfo .info-dash {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 5px;
    flex-wrap: wrap;
    padding: 0px 15px;
}

.profileinfo .info-dash p {
    margin: 0;
    color: rgba(90, 90, 90, 1);
    font-size: 14px;
}

span.seprator {
    border-left: 1px solid;
    width: 5px;
    color: rgba(90, 90, 90, 1);
    height: 18px;
}

.myaccountnavigationtab {
    margin-top: 20px;
}

li.myaccounttabs a {
    padding: 20px 10px;
    margin: 0px 20px 15px 20px;
    border-radius: 10px;
    box-shadow: 1px 1px 6px 1px rgb(0 0 0 / 30%);
    display: block;
}

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

.svgtext {
    display: flex;
    align-items: center;
}

.tab-text-myaccount {
    color: rgba(23, 23, 23, 1);
    margin-left: 20px;
}

.tab-text-myaccount strong {
    color: rgba(0, 0, 0, 0.9);
    font-weight: bold;
    margin-bottom: 3px;
    display: block;
    font-size: 16px;
    font-weight: 100 !important;
}

/* ------------------------------------ */
.dashboard-box {
    padding: 30px;
}

.input-number {
    display: flex;
    align-items: center;
    border-radius: 6px;
    background: rgba(255, 221, 0, 0.02);
    width: 100%;
    line-height: 17px;
}

.input-number .indiannumber {
    display: flex;
    align-items: center;
    padding: 7px 12px;
    margin-bottom: 20px;
    border-radius: 5px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border: 1px solid #cecece;
    justify-content: center;
}

.input-number .indiannumber span {
    padding-left: 5px;
}

.input-number .form-in.in.number {
    width: 100%;
    padding: 0px;
}

.input-number .form-in.in.number input {
    width: 100%;
    padding: 15px 10px;
    color: #808080;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.my-profile label {
    width: 100%;
    margin-bottom: 4px;
}

.my-profile input {
    width: 100%;
    border-radius: 6px;
    border: 1px solid #cecece;
    padding: 6px 12px;
    margin-bottom: 20px;
}

.my-profile select {
    width: 100%;
    border-radius: 6px;
    border: 1px solid #cecece;
    padding: 6px 12px;
    margin-bottom: 20px;
}

.save-btn {
    background-color: #c28b15;
    color: white;
    padding: 6px 18px;
    border: none;
    border-radius: 4px;
}

.support li {
    list-style: none;
    line-height: 1.8;
}

/* -------------profile---------------- */

.shortdesc p {line-height: 27px;}




/* ---------------5 star------------------- */

/* ---------------5 star------------------- */