
    .btn1{
    width: 30px;
    height: 30px;
    border: none;
    border-radius: 50%;
    background-color: var(--secondary-color);
    line-height: 30px;
    text-align: center;
    text-transform: uppercase;
    padding: 2px;
    font-size: 15px;
    /*margin: 0 ;*/
    margin: 7px 9px 0 0;
    vertical-align: top;
    color: var(--primary-color);
    box-shadow: 0 1px 4px rgb(0 0 0 / 25%);
    -webkit-transition: all 500ms ease 0s;
    -moz-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
    -ms-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
}
.color_light i {
    color: #999393;
}
.color_red i {
    color: #e03636 !important;
}

 .text-muted{
        color:black !important;
        font-size:18px;
        
    }
    
    .btn:hover {
    color: var(--bs-btn-hover-color) !important;
    }
.price-input {
  width: 100%;
  display: flex;
  margin: 6px 0 15px;
}
.price-input .field {
  display: flex;
  width: 100%;
  height: 45px;
  align-items: center;
}
.field input {
  width: 100%;
  height: 100%;
  outline: none;
  font-size: 19px;
  margin-left: 12px;
  border-radius: 5px;
  text-align: center;
  border: 1px solid #999;
  -moz-appearance: textfield;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.price-input .separator {
  width: 130px;
  display: flex;
  font-size: 19px;
  align-items: center;
  justify-content: center;
}
.slider {
  height: 5px;
  position: relative;
  background: #ddd;
  border-radius: 5px;
}
.slider .progress {
  height: 100%;
     left: 6%;
    right: 29%;
  position: absolute;
  border-radius: 5px;
  background: #017601;
}
.range-input {
  position: relative;
      margin-bottom: 15px;
}
.range-input input {
  position: absolute;
  width: 100%;
  height: 5px;
  top: -5px;
  background: none;
  pointer-events: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
input[type="range"]::-webkit-slider-thumb {
  height: 17px;
  width: 17px;
  border-radius: 50%;
  background: #017601;
  pointer-events: auto;
  -webkit-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}
input[type="range"]::-moz-range-thumb {
  height: 17px;
  width: 17px;
  border: none;
  border-radius: 50%;
  background: #017601;
  pointer-events: auto;
  -moz-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}


    .ptb-100 {
    padding-top: 30px;
    padding-bottom: 30px;
    }
    
    .ps-0 {
    padding-left: 0 !important;
    }
    .sign-up-form {
    background-color: #ffffff;
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    padding: 50px;
    border-radius: 0 10px 10px 0;
    }
    .sign-up-form h2 {
    font-size: 30px;
    margin-bottom: 15px;
    color: #252525;
    font-weight: 700;
    font-family: "Mukta", sans-serif;
    }
    .sign-up-form p {
    margin-bottom: 35px;
    }
    .sign-up-form .form-wrap .form-group {
    position: relative;
margin-bottom: 10px;
    }
    .form-control {

    border: 1px solid #d7d7d7;
    background-color: transparent;
    color: #252525;
    border-radius: 4px;
    font-size: 16px;
    padding: 10px 20px;
    width: 100%;
    }
   .submit-btn {
    margin-bottom: 30px;
    }
  
    .submit-btn .main-btn {
    width: 100%;
    display: block;
    background-color:#c38f51;
    color: #ffffff;
}
    
    .main-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 25%;
    height: 0;
    background-color: #c38f51;
    z-index: -1;
    transition: all ease 0.5s;
    }
    .main-btn {
    .btn-style {
    }
    }
    .main-btn::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 25%;
    width: 25%;
    height: 0;
    background-color: #c38f51;
    z-index: -1;
    transition: all ease 0.5s;
    }
    .sign-up-form .form-wrap .already {
    text-align: center;
    font-size: 16px;
    margin-bottom: 0;
    }
    .sign-up-form .form-wrap .already a {
    color: #c38f51;
    }
    .sign-up-form .form-wrap .or {
    display: block;
    position: relative;
    text-align: center;
    font-size: 18px;
    margin-top: 30px;
    margin-bottom: 30px;
    }
    .sign-up-form .form-wrap .or::before {
    content: "";
    position: absolute;
    top: 60%;
    left: 0;
    border-top: 1px solid rgba(164, 174, 198, 0.2);
    width: calc(50% - 1.5rem);
    }
    .sign-up-form .form-wrap .or::after {
    content: "";
    position: absolute;
    top: 60%;
    border-top: 1px solid rgba(164, 174, 198, 0.2);
    right: 0;
    width: calc(50% - 1.5rem);
    }
    .sign-up-form .footer-social-link {
        padding: 5px;
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
    text-align: center;
    }
    .sign-up-form .footer-social-link li:last-child {
    margin-right: 0;
    }
    .sign-up-form .footer-social-link li a {
    width: 116px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    display: inline-block;
    background-color:#c38f51;
    color: #ffffff;
    border-radius: 4px;
    position: relative;
    }
    .main-btn {
    display: inline-block;
    position: relative;
    z-index: 1;
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    padding: 18px 30px;
    transition: all ease 0.5s;
    border-radius: 4px;
    border: 2px solid #c38f51;
    color: #c38f51;
    }
    .ptb-100 img {
    width: 91%;
    margin-bottom:10px;
    }
     @media (max-width: 991px) {
        .ptb-100 img {
    width: 100%;
    margin-bottom:10px;
    }
    .pe-0 {
    padding-right: 15px !important;
    }
    .ps-0 {
    padding-left: 15px !important;
    }
    }
    
    
    
    
    /*//checkout//*/
    .mr-2 {
    margin-right: 0.5rem !important;
    }
    .rApBmn {
    cursor: pointer;
    padding: 0 8px;
    width: 20px;
    float: right;
    }
    .r22FQh {
    z-index: 1;
    white-space: nowrap;
    display: none;
    position: absolute;
    font-size: 14px;
    color: #878787;
    border: 1px solid rgba(0, 0, 0, .05);
    box-shadow: 0 6px 6px 0 rgba(0, 0, 0, .12), 0 1px 3px 0 rgba(0, 0, 0, .18);
    right: 35px;
    padding: 5px;
    border-radius: 3px;
    top: 12px;
    }
    .qfYddx {
    padding: 7px 12px;
    color: #212121;
    }
    .qfYddx {
    padding: 7px 12px;
    color: #212121;
    }
    .rApBmn:hover .r22FQh {
    display: block;
    z-index: 999;
    }
    .addaddress {
    background: #017601;
    cursor: pointer;
    }
    .font-size-3 {
    font-size: 1.125rem;
    text-align: left;
    }
    .collapsed{
    text-align: left;
    text-decoration: none;
    }
    .astrik {
    color: #d70d0d;
    }
    .form-control{
    display: block;
    width: 100%;

    padding: 0.844rem 1rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #7c6e65;
    /*background-color: #c38f51;*/
    background-clip: padding-box;
    border: 1px solid #dfdcd7;
    border-radius: 0;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    }
    .btn-dark {
    color: #fff;
    background-color: #c38f51;
    border-color:#c38f51;
    width:100%;
    }
    .p-4d875 {
    padding:0rem !important;
    }
    /*.checkout-head{*/
    /*border-top: 1px solid #dee2e6 !important;*/
    /*padding: 15px 15px !important;*/
    /*}*/
    .checkout-head h3{
    margin: 0;
    font-size: 18px;
    line-height: 20px;
    font-weight: 600 !important;
    }
    .font-weight-medium {
    font-weight: 500 !important;
    }
    .font-size-3 {
    font-size: 1.125rem;
    }
    .woocommerce-checkout-review-order .shop_table {
    width: 100%;
    font-size: 0.875rem;
    }
    .woocommerce-checkout-review-order .shop_table.woocommerce-checkout-review-order-table tbody td + td {
    text-align: left;
    }
    .w-75 {
    width: 75% !important;
    }
    .w-25 {
    width: 25% !important;
    }
    .woocommerce-checkout-review-order .shop_table {
    width: 100%;
    font-size: 0.875rem;
    }
    span.woocommerce-Price-amount.amount {
    display: flex;
    }
    
    .shop_table  .checkout-subtotal th, td{
    font-weight: 500;
    padding: .6rem 0;
    }
    .checkout-subtotal td{
    float: right;   
    }
    .order-shipping td{
    float: right;   
    }
    .order-total td{
    float: right;   
    }
    .coupon {
    font-size: 14px;
    padding: 13.5px 16px;
    border: 1px solid #eae8e4;
    }
    .coupon label {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
    }
    .coupon input {
    border: none;
    background-color: transparent;
    padding: 0;
    }
    .coupon button.button {
    font-weight: 500;
    float: right;
    border: none;
    background: none;
    margin-top: -28px;
    color: #757575;
    }
    .methods {
    list-style: none;
    padding-left: 0;
    margin:0px;
    }
    .methods li {
    margin-bottom: 0px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    }
    .methods label {
    font-size: 14px;
    font-weight: 500;
    margin-left: 10px;
    margin-bottom: 0;
    }
    .coupons{
    width: 100%;
    /*padding: 15px;*/
    }
    .coupons h3{
    margin: 0;
    font-size: 18px;
    line-height: 20px;
    font-weight: 600 !important;
    }
    .order-total th b{
    font-size:22px;
    }
    .ordertotal{
    font-size:22px;    
    }
    .imagess{
    width: 50px;
    height: 50px;
    border: 1px solid rgb(239 217 217);
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    margin-right: 10px;
    }
    .images_s{
    margin-right: 10px;
    width: 100%;
    }
    .imagess_p{
    margin: 0;
    font-size: 14px;
    font-weight: 700;
    color: #000;
    }
    .imagessp{
    margin: 0;
    font-size: 13px;
    font-weight: 400;
    color: #818189;
    }
    .payment_method_a{
    background: #ffc439;
    padding: 10px 32px;
    border-radius: 3px;    
    }
    .payment_method_a:hover{
    filter: brightness(0.95);    
    }
    .payment_method_a img{
    width:75px;    
    }
    
    /*//cart//*/
     .cart-table {
    background-color: #fff;
       margin-bottom: 40px;
    width: 100%;
    padding: 15px;
    border: 1px solid #083b2d;
    border-radius: 8px;
    }
    .responsive-table__row:last-child {
    border-bottom: 1px solid #dee2e6;
    }
    @media only screen and (min-width: 750px) {
    .cart-table td, .cart-table th {
    padding: 8px 15px 8px 0;
    border-bottom: 1px solid #dee2e6;
    border-width: 0 0 1px 0;
    }
    }
    @media only screen and (min-width: 750px) {
    .cart-table tbody tr:last-child td {
    border-bottom: none;
    }
    }
    .cart__image {
    display: inline-block;
    max-width: 100px;
    /*margin: 15px auto;*/
    }
    .cart__image img{
    max-width: 100%;
    height: auto;
    border: 1px solid #dee2e6;
    padding: 5px;
    border-radius: 4px;
    }
    .Product_h6{
    font-weight: 500;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: 0em;
    text-transform: capitalize;
    }
    .Product_p{
    margin: 0 0 10px;
    line-height: 1.8;
    color: #0000008f;
    font-size: 15px;
    }
    .small {
    font-size: 16px !important;
    text-decoration: underline;
    color: black;
    transition: .3s ease-in;
    text-underline-offset: 4px;
    text-decoration-color: #000;
    text-decoration-thickness: 1px;
    }
    .small:hover{
    color:#c38f51;
    text-decoration: underline;
    }
    @media only screen and (min-width: 991px) {
    .cart__cell--image, .cart__cell--quantity {
    width: 130px;
    }
    }
    .hide {
    display: none !important;
    }
    .cart__quantity-label {
    display: block;
    text-align: center;
    }
    .cart__cell--quantity .js-qty {
    max-width: 120px;
    margin: 0 auto;
    }
    .js-qty {
    position: relative;
    text-align: center;
    }
    .js-qty__input {
    background-color: #fff;
    }
    .js-qty__input {
    width: 50%;
    border: 2px solid #e9e9e9;
    background: #fff;
    height: 50px;
    padding: 12px 15px;
    text-align: center;
    }
    .js-qty__adjust {
    width: 30px;
    }
    .js-qty__adjust--minus {
    left: 70px;
    top: 0;
    bottom: 0;
    }
    .js-qty__adjust {
    position: absolute;
    top: 0;
    bottom: 0;
    text-align: center;
    width: 30px;
    height: 100%;
    padding: 0;
    background: none;
    border-style: solid;
    border-color: #e7e7e7;
    border-width: 0;
    transition: background-color .03s ease-in;
    }
    .js-qty__adjust svg {
    width: 14px;
    height: 14px;
    font-size: 14px;
    }
    .js-qty__adjust:hover, .js-qty__adjust:focus {
    background-color: #f1f1f1;
    transition-duration: .08s;
    }
    .js-qty__adjust--plus {
    right: 70px;
    }
    @media only screen and (min-width: 750px) {
    .cart-table th {
    padding-top: 0;
    }
    }
    
    .cart-table th {
    font-weight: 500;
    }
    
    .bg-gray-01 {
    border: 1px solid #eae8e4 !important;
    }
    .mr-auto {
    margin-right: auto !important;
    }
    .cart__subtotal {
    margin: 0;
    font-weight: 600;
    }
    @media only screen and (max-width: 991px) {
    .dnone{
    display: none;
    }
    }
    .accord{
    border-bottom: 1px solid #dee2e6 !important;
    padding: 15px !important;
    }
    .accords{
    padding: 0px 15px !important;   
    }
    .accorddd h3{
    margin: 0;
    font-size: 18px;    
    }
    .shop_table {
    width: 100%;
    font-size: 0.875rem;
    }
    .shop_table th {
    font-weight: 500;
    padding: .6rem 0;
    }
    .shop_table td {
    float: right;
    font-weight: 500;
    padding: .6rem 0;
    }
    .btndark {
    color: #fff;
    background-color:#c38f51;
    border-color: #c38f51;
    border-radius: 5px;
    }
    .btndark:hover {
    color: #fff;
    background-color: #1c1f23;
    border-color: #1a1e21;
    }
    
    .smallss {
    font-size: 80% !important;
    color: rgb(32 32 37 / 70%);
    transition: .3s ease-in;
    text-underline-offset: 4px;
    text-decoration-color: #000;
    text-decoration-thickness: 1px;
    }
    .accorddd {
    border-bottom: 1px solid #dee2e6 !important;
        padding: 10px 15px !important;
    }
    
      table {
    border-collapse: collapse;
    }
    .cart thead {
    border: 1px solid #eae8e4;
    }
    .cart th, .cart td {
    padding: 10px !important;
    }
    .cart tbody td:first-child {
    border-left: 1px solid #eae8e4;
    }
    .cart tbody td {
    border-bottom: 1px solid #eae8e4;
    }
    .cart th, .cart td {
    padding: 1.6rem 2rem;
    background-color: #fff;
    }
    td.product-name {
    width: 47%;
    }
    .ml-3, .mx-3 {
    margin-left: 1rem !important;
    }
    .cart .woocommerce-Price-amount {
    font-weight: 500;
    }
    span.woocommerce-Price-amount.amount {
    display: flex;
    }
    .cart tbody td:last-child {
    border-right: 1px solid #eae8e4;
    }
    @media only screen and (max-width: 991px) {
    .dnone {
        display: none;
    }
    }
    .btnquant {
    width: 30px;
    height: 31px;
    background: #c38f51;
    color: #fff;
    border-radius: 5px;
    }
    .btn-outline-secondary {
    color: #161619;
    border-color: #161619;
    }
    .input-group > .form-control{
    position: relative;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    min-width: 0;
    margin-bottom: 0;
    height: 31px;

    }
    .bord{
     border:none !important;   
    }
    
   /*//order//*/
    
    .ordr-box {
    box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.1);
    background: #fff;
    border: 1px solid #dbdbdb;
    }
    
    .ordr-box img {
    max-width: 100%;
    }
    .ordr-top-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #f0f2f1bf;
    padding: 15px 20px;
    border-bottom: 1px solid #dbdbdb;
    gap: 30px;
    flex-wrap: wrap;
    }
    .odr-top-bx {
    display: flex;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
    }
    .odr-top-desgn h5 {
    font-size: 16px;
    margin: 0;
    }
    .odr-top-desgn a {
    font-size: 16px;
    color: #c38f51;
    display: inline-block;
    }
    .odr-top-desgn p {
    font-size: 15px;
    color: #161619;
    margin: 0 0 5px;
    }
    .mr-4, .mx-4 {
    margin-right: 1.5rem !important;
    }
    .odr-cntr-box {
    padding: 15px 20px;
    border-bottom: 1px solid #dbdbdb;
    }
    .cntr-txt-bx h5 {
    color: #353676;
    font-size: 19px;
    }
    .mb-1, .my-1 {
    margin-bottom: 0.25rem !important;
    }
    .cntr-txt-bx a{
    color: #161619;
    }
    .cntr-txt-bx h5:hover a{
    color: #c38f51;
    }
    .cntr-txt-bx p {
    font-size: 15px;
    margin: 0 0 8px;
    }
    .odr-btm-box {
    padding: 10px 20px;
    border-top: 1px solid #dbdbdb;
    }
    .justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
    }
    .odr-btm-box a {
    font-size: 16px;
    color: #353676;
    display: inline-block;
    font-weight: 500;
    }
    @media (max-width: 576px) {
    .cntr-txt-bx {
    text-align: center;
    }
    .cntr-txt-bx p {
    display: none;
    }
    .cntr-txt-bx h5 {
    color: #353676;
    font-size: 17px;
    }
    }
    @media (min-width: 992px) {
    .pr-lg-0, .px-lg-0 {
    padding-right: 0 !important;
    }
    }
    @media (max-width: 991px) {
    .iconbtn{
    text-align: left !important;
    }
    }
    .iconbtn{
    text-align:right;
    }
    
    .btnsuccess {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #198754;
    border-color: #198754;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: #fff;
    border: 1px solid #198754;
    padding: .25rem .5rem;
    font-size: .875rem;
    border-radius: .2rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    }
    .btnsuccess:hover {
    background-color: #198754;
    border: 1px solid #198754; 
    color:#fff;
    }
    
    
    /*//order details//*/
     .price_details {
    box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.1);
    background: #fff;
    border-bottom: 1px solid #eae8e4;

    }
    .price_details h5{
    font-size: 20px;
    /*font-weight: 500;*/
    margin-bottom: 0.5rem;
    /*font-weight:lighter;*/
    }
    .price_details h6{
    font-size: 16px;
    /*font-weight: 500;*/
    margin-bottom: 0.5rem;
    }
    
    
    .p_md_4d875 {
    padding: 15px !important;
    }
    .view_colam {
    border-left: 1px solid #dbdbdb;
    border-right: 1px solid #dbdbdb;
    }
    .float-right {
    float: right !important;
    }
    .badge-danger {
    color: #fff;
    background-color: #d10303;
    }
    .view_but {
    border: 1px solid #dbdbdb;
    padding: 3px 10px;
    color: #000 !important;
    }
        .text-md-left {
        text-align: left !important;
    }
    .crop-text-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    }
    .price_details h6 a{
    color: #161619;
    }
    .StepProgress {
    position: relative;
    padding-left: 45px;
    list-style: none;
    }
    .StepProgress::before {
    display: inline-block;
    content: "";
    position: absolute;
    top: 0;
    left: 15px;
    width: 10px;
    height: 100%;
    border-left: none;
    }
    .StepProgress-item {
    position: relative;
    counter-increment: list;
    }
    .StepProgress-item.is-done::before {
    border-left: none;
    }
    .StepProgress-item::before {
    display: inline-block;
    content: "";
    position: absolute;
    left: -30px;
    height: 100%;
    width: 10px;
    }
    .StepProgress strong {
    display: block;
    }
    .StepProgress-item.is-done::after {
    content: "✔";
    font-size: 10px;
    color: #fff;
    text-align: center;
    border: 2px solid green;
    background-color: green;
    }
    .StepProgress-item::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    left: -40px;
    width: 20px;
    height: 20px;
    border: 2px solid #ccc;
    border-radius: 50%;
    background-color: #fff;
    }
    /* Tabs Container */
    .tabs {
    width: 100%;
    }
    .marl-3 {
    margin-left: 1rem !important;
    }
    .font-weight-normal {
    font-weight: 400 !important;
    }
    .text-yellow-darker {
    color: #ffbd00 !important;
    }
    
    /* Tabs Navigation */
    .tabs-nav {
    position: relative;
    display: flex;
    overflow: hidden;
   
    margin-bottom:15px;
    }
    
    /* Tab Buttons */
    .tab-button {
    flex: 1;
    all: unset;
    position: relative;
    text-align: center;
    white-space: nowrap;
    z-index: 1;
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
    color:#000;
    }
    .tab-button:hover {
    color: #000;
    }
    
    .tab-button[aria-selected="true"] {
    color:#000;
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
    }
    
    /* Moving Indicator */
    .tabs-indicator {
    position: absolute;
    top: var(--tabs-nav-padding);
    bottom: var(--tabs-nav-padding);
    left: 0;
    border-radius: calc(var(--tab-border-radius) - 2px);
    background:red;
    transition: 
    transform var(--transition-duration) var(--transition-timing),
    width var(--transition-duration) var(--transition-timing);
    pointer-events: none;
    z-index: 0;
    box-shadow: 
    0 0 0 1px var(--border-color),
    0 4px 12px rgba(0, 0, 0, 0.1);
    will-change: transform, width;
    }
    
    /* Tab Panels */
    .tab-panel {
    display: none;
    transform-origin: top;
    animation: slideIn var(--transition-duration) var(--transition-timing);
    }
    
    .tab-panel[aria-hidden="false"] {
    display: block;
    }
    
    /* Animations */
    @keyframes slideIn {
    from {
    opacity: 0;
    transform: translateY(-8px) scale(0.98);
    }
    to {
    opacity: 1;
    transform: translateY(0) scale(1);
    }
    }
    
    /* Focus styles */
    .tab-button:focus-visible {
    outline: 2px solid var(--primary-color);
    outline-offset: 2px;
    }
    
    /* Content styling */
    
    .tab-panel p {
    line-height: 26px;
    opacity: 0.9;
    }
    .font-size-15 {
    font-size: 3.75rem;
    color:#000;
    }
    .font-weight-bold {
    font-weight: 700 !important;
    }
    .marl-3 {
    margin-left: 1rem !important;
    }
    .font-weight-normal {
    font-weight: 400 !important;
    }
    .text-yellow-darker {
    color: #ffbd00 !important;
    }
    [data-star] {
    text-align: left;
    font-style: normal;
    display: inline-block;
    position: relative;
    unicode-bidi: bidi-override;
    }
    [data-star]::before {
    display: block;
    content: "★★★★★";
    color: #bbb0b0;
    font-size: 25px;
    }
    [data-star]::after {
    white-space: nowrap;
    position: absolute;
    top: 0;
    left: 0;
    content: "★★★★★";
    width: 0;
    color: #ff8c00;
    overflow: hidden;
    height: 100%;
    font-size: 25px;
    }
    .pl-xl-4{
    padding-left: 1.5rem !important;
    margin-bottom: 1rem;
    }
    .bg-white-100 {
    background-color: #f6f5f3 !important;
    }
    .headeingsize {
    font-size: 19px;
    text-transform: uppercase;
    color: #fff;
    background: #353676;
    padding: 4px 14px;
    border-radius: 5px;
    font-weight:500;
    }
    .viewmorebtn {
    font-size: 16px;
    text-transform: uppercase;
    background: #353676;
    padding: 2px 10px;
    }
    
    
    .crop_text_2 a:hover{
        color:#c38f51 !important;
       
    }
    .crop_text_2 a{
        font-size:15px;
       
    }
    
    .breadcrumb1{
         background: #c38f51;
    color: white;
    padding-top: 16px;
    margin-bottom: 40px;
    }
    
    .breadcrumb1 ul{
         list-style: none;
    display: -webkit-inline-box;
    }
    .breadcrumb1 a{
        color: white;
    }
    .breadcrumb1 a span{
        font-size: 17px;
    margin-left: 10px;
    margin-right: 10px;
    }
    
    .max-w-6xl {
    max-width: 80rem;
    }
    .animate__fadeIn {
    animation-name: fadeIn;
    }
    .animate__animated {
    animation-duration: 1s;
    animation-fill-mode: both;
    }
    .text-neutral-900 {
    --tw-text-opacity: 1;
    color: #000;
    margin-bottom: 1rem;
    font-size: 2.25rem;
    line-height: 2.5rem;
    }
    .text-primary {
    color: #c38f51 !important;
    }
    .mb-12 {
    margin-bottom: 3rem;
    }
    .font-secondary{
    font-size: 15px;
    }
    .text-neutral-700 {
    --tw-text-opacity: 1;
    color: rgb(64 64 64);
    max-width: 42rem;
    /*margin-left: auto;
    margin-right: auto;*/
    }
    @media (min-width: 1024px) {
    .lg\:flex-row {
    flex-direction: row;
    }
    .lg\:w-3\/5 {
    width: 60%;
    }
    }
    .gap-10 {
    gap: 2.5rem;
    }
    .flex {
    display: flex;
    }
    
    .border-primary {
    border-color: #c38f51 !important;
    }
    @media (min-width: 768px) {
    .md\:p-10 {
    padding: 2.5rem;
    }
    }
    .shadow-md {
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .border-t-4 {
    border-top: 4px solid;
    }
    @media (min-width: 768px) {
    .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    }
    .gap-6 {
    gap: 1.5rem;
    }
    .grid {
    display: grid;
    }
    .mb-6 {
    margin-bottom: 1.5rem;
    }
    .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    
    .border-primary .form-control{
    border-radius: 5px !important;
    }
    .w-4 {
    width: 1rem;
    }
    .h-4 {
    height: 1rem;
    }
    .mt-1 {
    margin-top: 0.25rem;
    }
    .mr-2 {
    margin-right: 0.5rem;
    }
    .bg-primary {
    background: #c38f51 !important;
    
    }
    
    .px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
    }
    .py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
    }
    .font-bold {
    background: #c38f51;
    font-weight: 700;
    width: 100%;
    border-color: #c38f51;
    border: 1px solid;
    border-radius: 5px;
    }
    .font-bol:hover {
    font-weight: 700;
    width: 100%;
    background:#000;
    border-color: #000;
    border: 1px solid;
    border-radius: 5px;
    }
    .p-6 {
    padding: 1.5rem;
    }
    .phoneicon{
    border-radius: 50%;
    padding: 8px !important;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    }
    .phoneicon i{
    color: #fff;
    font-size:20px;
    }
    
    .text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
    }
    @media (max-width: 991px) {
    .w-4 {
    width: 2rem;
    }
    
    }
    .mx-auto {
    margin-right: auto !important;
    margin-left: auto !important;
    }
    .bg-neutral-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
    }
    .py-24 {
    padding-top: 0;
    padding-bottom: 60px;
    }
    .mdpy-24 {
    padding-top: 60px;
    padding-bottom: 60px;
    }
    .mb-16 {
    margin-bottom: 4rem;
    }
    .mb-10 {
    margin-bottom: 10px;
    }
    .text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
    }
    .mb-4 {
    margin-bottom: 1rem;
    }
    .pr-4 {
    padding-right: 1rem;
    }
    .justify-center {
    justify-content: center;
    margin-top: 1.5rem;
    }
    .items-center {
    align-items: center;
    }
    .inline-flex {
    display: inline-flex;
    }
    .duration-300 {
    transition-duration: 300ms;
    }
    .ml-2 {
    margin-left: 0.5rem;
    }
    .h-5 {
    height: 1.25rem;
    }
    .w-5 {
    width: 1.25rem;
    }
   
   /*//blog//*/
   .blogimg{
           height: 240px;
    object-fit: contain;
    width: 100%;
   }
   
   
   .blog-desc .blog_title{
       overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
   }
     @media (max-width: 991px) {
       .serachbtn {
           display: none !important;
       } 
       .u-search-slide-down__suggestions {
    position: absolute;
    width: 86% !important;
    top: 149px !important;
    background: white;
    z-index: 99;
    left: 31px !important;
       }
       
       
       .u-search-slide-down__suggestions {
  padding: 0px !important;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px !important;
        position: absolute !important;
        width: 100% !important;
        top: 56px !important;
        background: white !important;
        z-index: 99 !important;
        left: 1% !important;
}
      
      
       .catgoerydive p {
    font-size: 21px !important;
    line-height: 1.3;
}
.blog-desc .blog_title{
       overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical;
   }
     }
     
      .image-additional img{
       object-fit: cover;
    height: 70px;
   border: 1px solid #c38f51;
   padding:6px;
   border-radius: 10px !important;
    }
    .pro-image{
        
    padding: 15px;
    border-radius: 10px;
    }
   
   .radio-buttons 
{
  width: 100%;
  margin: 0 auto;
  text-align: center;
  display: contents;
}

.custom-radio input 
{
  display: none;
}

.radio-btn 
{
   padding: 13px 30px;
    margin: 0 6px;
    width: auto;
  /*height: 240px;*/
  border: 3px solid transparent;
  display: inline-block;
  border-radius: 10px;
  position: relative;
  text-align: center;
  box-shadow: 0 0 20px #c3c3c367;
  cursor: pointer;
}

.radio-btn > i {
  color: #ffffff;
  background-color: #c38f51;;
  font-size: 12px;
  position: absolute;
     top: -11px;
  left: 50%;
  transform: translateX(-50%) scale(2);
  border-radius: 50px;
  padding: 3px;
  transition: 0.5s;
  pointer-events: none;
  opacity: 0;
}

.radio-btn .hobbies-icon 
{
  width: 60px;
  /*height: 150px;*/
  position: absolute;
top: 61%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.radio-btn .hobbies-icon img
{
  display:block;
  width:100%;
  margin-bottom:20px;
  
}
.radio-btn .hobbies-icon i 
{
  color: #c38f51;;
  line-height: 80px;
  font-size: 60px;
}

.radio-btn .hobbies-icon h3 
{
    line-height: 1;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  color: #555;
  font-size: 13px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing:1px;
      margin-top: -5px;
}

.custom-radio input:checked + .radio-btn 
{
  border: 3px solid #c38f51;
}

.custom-radio input:checked + .radio-btn > i 
{
  opacity: 1;
  transform: translateX(-50%) scale(1);
}
 .rating {
    display: inline-block;
    background: #c38f51;
    color: white;
    padding: 3px 5px;
    border-radius: 4px;
    /*float: right;*/
}
.shdescri{
    line-height: 1.5;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.pprice{
    color:#c38f51;
}

.atrnamecss{
        width: 15%;
}

@media(max-width:991px){
    .atrnamecss{
        width: 20%;
}
.loginimg{
    display: none;
}
.odr-top-bx {
    display: inline;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap; 
}
.orderdate{
    display:none;
}
.orderimgdiv{
    justify-content: center;
    /* align-items: center; */
    display: flex;
}
.orderimg{
    
    object-fit: contain;
    height: 200px;
}
.orderpname{
     justify-content: center;
}
.orderptotal{
    margin-left: 5.0rem !important;
}
}


.propage-tab{
    border: 1px solid #6666;
    border-radius: 20px 20px 6px 6px;
}

.propage-tab ul{
    border-radius: 20px 20px 0 0 !important;
}

.propage-tab .tab-content{
    padding:0px 20px;
}

.review_user {
    margin-bottom: 5px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 28px;
    padding-top: 35px;
}
.testimonial-card {
    margin-bottom: 5px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 35px;
    padding-top: 35px;
    
}
.testimonial-card {
    margin-bottom: 30px;
    background: #fff;
    box-shadow: 0 0 30px 4px rgb(34 24 24 / 8%);
    border-radius: 15px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-top: 30px;
    align-items: center;
}
.ratingnumber {
    width: 41px;
    padding: 0px 5px;
    color: #fff;
    border-radius: 3px;
}
.show p {
    font-size: 16px;
   
    margin-bottom: 0;
}

.d-flex.mt-2.justify-content.space-between {
    justify-content: space-between;
}
/*.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {*/
/*    font-family: kumbh sans, sans-serif;*/
/*    font-weight: 600;*/
/*}*/
.productlist{
        font-size: 50px;
    /* font-size: larger; */
    text-align: center;
    /*align-self: center;*/
    font-family: auto;
}

.custom-radio{
    margin-top: 7px;
}
  
 .toltip {
  position: relative;
  display: inline-block;
 
}

.toltiphover{
    position: relative;
}

.tooltiptext {
display:none;
    width: auto;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 3px 10px;
    position: absolute;
    bottom:43px;
    font-size:10px;
    line-height: 1.3;
    text-transform: lowercase;
}

 .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: black transparent transparent transparent;
}

.toltiphover:hover .tooltiptext {
display:block;
}


#serchdropul li{
        border-bottom: 1px solid #c38f51;
}



@media(max-width:991px){
    .productbanner{
        display:none;
    }
    
    #column-left{
        margin-bottom:20px;
    }
    
        .categorysec {
        max-width: 180px;
        font-size: 10px;
    }
    
        .productimage {
        height: 200px;
        object-fit: cover;
    }
    
    .Product_h6 {
    font-weight: 500;
    font-size: 14px;
    line-height: 00;
    letter-spacing: 0em;
    text-transform: capitalize;
}

.cart_item .d-flex{
    display:block !important;
}

.orderspan{
    display: flex !important;
    flex-direction: column;
}

.odr-cntr-box {
    padding:0px 4px;;
}

.cntr-txt-bx {
    text-align:start;
}
.orderimg {
    height:auto;
}

.wishlistbtn{
    width: 109px;
            padding: 2px 7px ;
}
.productname_a{
    font-size: 12px;
    display: inline-block;
    width: 100px;
}
.catli{
    font-size: 14px !important;
}
.subcatli{
    font-size: 12px !important;
}

}
.productlist{
    margin-top: 20px;
}

.wishbtn{
    background: #e4eaef;
}



/*quickimage multipal*/

#additional-carousel {
  max-width: 580px;
  margin: auto auto 20px;
  padding: 0 41px;
}

.owl-item.active .row-items,
.owl-item.active .image-additional,
.owl-item.active .product-layout,
.owl-item.active .category-layout,
.owl-item.active .product-block {
  -moz-animation: zoomIn 1000ms ease;
  -o-animation: zoomIn 1000ms ease;
  -webkit-animation: zoomIn 1000ms ease;
  animation: zoomIn 1000ms ease;
}

#quick-carousel .owl-nav>button.owl-prev,
#additional-carousel .owl-nav>button.owl-prev {
     left: -17px;
}

#quick-carousel .owl-nav>button,
#additional-carousel .owl-nav>button {
  opacity: 1;
  top: -32px;;
  bottom: 0;
  left: 91%;
  position: absolute;
  margin: auto;
  height: 30px;
  width: 30px;
  color: var(--primary-hover-color);
  background: transparent;
}

.image-additional {
  /* margin: 0 10px; */
  width: 100%;
  height: 100%;
}

.additional .fa-angle-left:hover {
  color: var(--primary-color);
  opacity: 0.6;
}

.additional .fa-angle-right:hover {
  color: var(--primary-color);
  opacity: 0.6;
}

.additional.fa-angle-right {
  opacity: 1;
  top: 0;
  bottom: 0;
  right: 13px;
  font-size: 26px;
  position: absolute;
  margin: auto;
  height: 30px;
  width: 30px;
  color: var(--primary-hover-color);
  background: transparent;
}

.additional.fa-angle-left {
  opacity: 1;
  top: 0;
  bottom: 0;
  left: 13px;
  font-size: 26px;
  position: absolute;
  margin: auto;
  height: 30px;
  width: 30px;
  color: var(--primary-hover-color);
  background: transparent;
}





  
