/* About us */
.breadcrumb-section .breadcrumb .breadcrumb {
    padding: 10px 16px;
    list-style: none;
}

.breadcrumb-section .breadcrumb li {
    display: inline;
    font-size: 18px;
}

.breadcrumb-section .breadcrumb li a,
.breadcrumb-section .breadcrumb li span {
    color: #606060;
    text-decoration: none;
    font-size: 15px;
    text-transform: uppercase;
}

.breadcrumb-section .breadcrumb li span {
    color: #1E1E1E;
    font-weight: 600;
}

.breadcrumb-section .breadcrumb li+li:before {
    padding: 8px;
    color: #1E1E1E;
    content: "/\00a0";
}

.breadcrumb-section .breadcrumb {
    background: transparent;
    padding: 12px 0px;
}

/*  */
.about-banner {
    position: relative;
}

.about-banner img {
    width: 100%;
}

.story-section .heading {
    position: relative;
}

.story-section .story-content {
    position: relative;
}

.story-section .heading:before {
    position: absolute;
    content: '';
    background: #FFF500;
    width: 58%;
    height: 1.4px;
    bottom: 10px;
    right: -31px;
}

.story-section {
    padding: 80px 0px;
    position: relative;
}

.mushroom-vector1 {
    position: absolute;
    bottom: -32px;
    width: 100px;
}

.brand-section {
    padding: 80px 0px;
    position: relative;
    padding-top: 0px;
}

.brand-section .brand-content {
    padding-right: 40px;
}

.brand-vector1 {
    position: absolute;
    bottom: 30px;
    width: 80px;
    right: 0;
    z-index: -1;
}

.trust-section {
    padding: 80px 0px;
    position: relative;
}

.trust-section .icon-inner {
    width: 90px;
    height: 90px;
    background: #e29e725c;
    border-radius: 50%;
    box-shadow: 0 0 20px inset #e29e725c;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.trust-section .icon-inner img {
    width: 40px;
}

.trust-section .content strong {
    font-weight: 500;
}

.trust-section .content {
    text-align: center;
    padding-top: 20px;
}

.trust-section .content p {
    margin: 0px;
    color: #606060;
}

.trust-section .heading {
    text-align: center;
    margin-bottom: 50px;
}

.trust-section .icon {
    position: relative;
}

.trust-section .icon::after {
    background: linear-gradient(180deg, #0000 0, #fff 85%);
    bottom: -2px;
    content: "";
    filter: blur(2px);
    height: 57%;
    left: 0;
    position: absolute;
    width: 100%;
}

.holiday-contnet {
    text-align: center;
    position: relative;
}

.holiday-contnet .mushroom-Avector1 {
    position: absolute;
    left: 0;
    width: 70px;
}

.holiday-contnet .mushroom-Avector2 {
    position: absolute;
    right: 0;
    top: 0;
    width: 70px;
}

.holiday-contnet p {
    padding: 0px 100px;
    margin: 0px;
}

.about-bread {
    position: absolute;
    right: 0;
    top: -31px;
    width: 40px;
}

.about-breadcrumb {
    position: relative;
    overflow: hidden;
}

/* product listing */
.listing-sidebar {
    position: relative;
    border-radius: 8px;
    padding: 10px 0px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    border: 1px solid #BB6831;
    display: flex;
    flex-direction: column;
}

#filters_click {
    font-size: 20px;
    line-height: normal;
    color: #000;
    padding: 0px 15px;
    margin-bottom: 11px;
    font-family: 'Raleway';
    font-weight: 600;
}

.product-listing-wrap .card-head {
    text-transform: capitalize;
    line-height: 1.4;
    padding: 0px 15px;
    color: #000;
    display: inline-block;
    text-align: left;
    font-weight: 500;
    position: relative;
    cursor: pointer;
}

.product-listing-wrap .wrapper {
    padding-top: 15px;
}

.product-listing-wrap .card-head a {
    color: #000;
    font-size: 17px;
    position: relative;
    width: 100%;
    display: inline-block;
    font-family: 'Raleway';
    font-weight: 500;
    margin: 13px 0px;
}

.product-listing-wrap .form-check {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.product-listing-wrap .card-body {
    padding: 0px 15px;
}

.product-listing-wrap .form-check-input {
    margin-top: 0px;
}

.product-listing-wrap .price-input {
    width: 100%;
    display: flex;
    margin: 25px 0 25px;
    margin-bottom: 20px;
}

.product-listing-wrap .price-input .field {
    display: flex;
    width: 100%;
    height: auto;
    align-items: center;
    border: 1px solid rgba(0, 0, 0, 0.20);
    background: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 15px;
    font-weight: 500;
}

.product-listing-wrap .price-input .field>span {
    line-height: 1;
}

.product-listing-wrap .field input {
    width: 100%;
    height: auto;
    outline: none;
    text-align: left;
    color: #000000;
    border: 0px solid rgba(0, 0, 0, 0.20);
    background: #fff;
    padding-left: 6px;
    font-size: 15px;
    font-weight: 500;
    -webkit-appearance: none;
    margin: 0;
    -moz-appearance: textfield;
}

/* Remove spinners for Chrome, Safari, Edge, and Opera */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

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

.product-listing-wrap .price-input .separator {
    width: 20px;
    display: flex;
    font-size: 15px;
    align-items: center;
    justify-content: center;
    color: #000000;
    padding: 0px 20px;
}

.product-listing-wrap .range-input {
    position: relative;
}

.product-listing-wrap .range-input {
    position: relative;
}

.product-listing-wrap .range-input input {
    position: absolute;
    width: 100%;
    height: 5px;
    top: -5px;
    background: none;
    pointer-events: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 5px;
}

.product-listing-wrap input[type="range"]::-moz-range-thumb {
    height: 15px;
    width: 15px;
    border: none;
    border-radius: 50%;
    background: #BB6831;
    pointer-events: auto;
    -moz-appearance: none;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
    cursor: pointer;
}

.product-listing-wrap input[type="range"]::-webkit-slider-thumb {
    height: 15px;
    width: 15px;
    border-radius: 50%;
    background: #BB6831;
    pointer-events: auto;
    -webkit-appearance: none;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
    cursor: pointer;
}

.discount-check .form-check input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    height: 16px;
    width: 16px;
    background-color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    border: 1.5px solid #BB6831;
}

.discount-check .form-check-label {
    width: 100%;
    margin-left: 8px;
}

.discount-check .form-check input[type="checkbox"]:checked {
    background: #BB6831;
    border: none;
}

.discount-check .form-check input[type="checkbox"]:after {
    content: "";
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.discount-check .form-check input[type="checkbox"]:checked:after {
    display: block;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    margin-top: -3px;
}

.product-listing-wrap .slider {
    height: 2px;
    position: relative;
    background: #000;
    border-radius: 5px;
}

.product-listing-wrap .slider .progress {
    height: 100%;
    left: 25%;
    right: 25%;
    position: absolute;
    border-radius: 5px;
    background: #000;
}

.product-listing-wrap .card {
    border: 0px;
    border-bottom: 1px solid #BB6831;
    border-radius: 0px;
}

.product-listing-wrap .card:last-child {
    border-bottom: 0px solid #BB6831;
}

.product-listing-wrap .card-head a:after {
    content: "";
    position: absolute;
    left: auto;
    display: block;
    width: 7px;
    height: 7px;
    border-top: 2px solid #000;
    border-left: 2px solid #000;
    top: 7px;
    transform: rotate(45deg);
    right: 0;
}

.product-accordion {
    border-top: 1px solid #BB6831;
}

.Bestsellers .content {
    padding: 20px 15px;
}

.product-listing-wrap .popular-col {
    border: 1px solid #BB6831;
    border-radius: 10px;
    margin-bottom: 20px;
    overflow: hidden;
    background: #fff;
}

.Bestsellers .content h4 {
    font-size: 16px;
    line-height: 1;
    color: #000;
    margin-bottom: 0px;
}

.product-listing-wrap .image-style {
    padding-bottom: 8px;
    border-bottom: 1px solid #BB6831;
}

.product-listing-wrap .image-wrap {
    position: relative;
}

.product-listing-wrap .price-wrap {
    margin: 10px 0px;
}

.Bestsellers .content h4 a {
    font-size: 16px;
    line-height: 1.3;
    color: #000;
    text-transform: uppercase;
    font-family: 'Raleway';
    min-height: 38px;
    display: block;
}

.listing-content del {
    color: #606060;
    font-size: 19px;
    font-weight: 400;
    padding-left: 5px;
}

.listing-content .image-style img {
    transition: transform .5s ease-in-out;
    width: 100%;
}

.listing-content .image-style:hover img {
    transform: scale(1.05);
}

.listing-content .content .butn-default {
    width: 100%;
}

.popular-section .heart-wrap {
    position: absolute;
    top: 11px;
    right: 11px;
    background: #fff;
    padding: 6px 7px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.popular-section .heart-wrap svg {
    color: #CE3113;
    font-size: 14px;
}

.popular-section .heart-wrap svg path {
    fill: #fff;
    stroke: #CE3113;
    stroke-width: 50px;
}

.popular-section .heart-wrap:hover svg path {
    fill: #CE3113;
}

.popular-section .price-wrap strong {
    background: -webkit-linear-gradient(#FF8500, #CE3113);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 20px;
}

.popular-section .listing-btn {
    padding: 20px 0px;
    text-align: center;
    padding-top: 10px;
}

.product-listing-wrap {
    padding: 60px 0px;
    padding-top: 20px;
    position: relative;
}

.product-listing-wrap .heading {
    text-align: center;
    margin-bottom: 35px;
}

.product-listing-wrap .guchchi-vector {
    position: absolute;
    top: 10%;
    bottom: 0;
    right: -20px;
    height: 900px;
    z-index: -1;
}

.product-listing-wrap .image-style img {
    border-radius: 10px 10px 0px 0px;
}

.product-listing-wrap .mushroom-vector1 {
    bottom: 100px;
    width: 100px;
    left: -30px;
    z-index: -1;
}

.product-listing-wrap .curve-vector1 {
    position: absolute;
    bottom: 0;
    z-index: -1;
    width: 100%;
}
.brand-section .image-wrapper img{
width:100%;
}

.product-item{
 display:none;
}

/* product details */
.ProDetails-wrapper img{

    width:100%;
}

.ProDetails-wrapper .slick-slider {
padding: 0px;
}


#detail .product-images {
    width: 100%;
    margin: 0 auto;
    border: 1px solid transparent;
    display: flex;
    flex-direction: row-reverse;
    position: relative;
}


#detail .main-img-slider {
    width: 80%;
        padding-left: 27px;
    
}

#detail .thumb-nav {
    width: 20%;
}


#detail .product-images .thumb-nav li {
    display: block;
    cursor: pointer;
    width: 77% !important;
    border: 2px solid transparent;
    margin-top: 0px;
    margin-bottom: 15px;
    
}
#detail .product-images .thumb-nav li img{
    border-radius: 5px;

}

#detail .product-images .thumb-nav li.slick-current{
border:2px solid #CE3113;
    border-radius: 5px;
}

#detail .thumb-nav .slick-track {
    /* width: 100% !important; */
        display: flex;
        flex-direction: column;
}

#detail .product-images .thumb-nav .slick-list{

    overflow: visible;
}

.ProDetails-wrapper .slick-dots{
    bottom: 22px;



}
.ProDetails-wrapper .slick-dots button {
    display: block;
    width: 10px;
    height: 10px;
    padding: 0;
    border: none;
    border-radius: 100%;
    background-color: #fff;
    text-indent: -9999px;
}
.ProDetails-wrapper .slick-dots li {
    margin: 0 0rem;
}

.ProDetails-wrapper .slick-dots li.slick-active button {
    background: linear-gradient(90deg, var(--c1, #FF8500), var(--c2, #CE3113) 51%, var(--c1, #FF8500)) var(--x, 100%) / 200%;
    --c1: #FF8500;
        --c2: #CE3113;

}

.ProDetails-wrapper .slick-dots li button:before{

    display: none;
} 





.main-img-slider .slick-track a,
.main-img-slider .slick-track img{
    min-height: 404px;
        height: 100%;
        object-fit: cover;
        border-radius: 5px;
}
.ProDetails-wrapper .arrow{

        width: 35px;
            height: 35px;
            border: 1px solid #FF8500;
            z-index: 1;
            transition: 0.3s ease-out;
            position: absolute;
            bottom: 40px;
            border-radius: 20px;
            top: 50%;
            background: linear-gradient(90deg, var(--c1, #FF8500), var(--c2, #CE3113) 51%, var(--c1, #FF8500)) var(--x, 100%) / 200%;
} 

.ProDetails-wrapper .arrow:hover{
color:#FF8500;
    background: #fff;;
}

.ProDetails-wrapper .arrow:hover svg{
color: #FF8500;

}

.ProDetails-wrapper .arrow svg{
height: 19px;
color:#fff;
}

.ProDetails-wrapper  .slick-next {
    right: -15px;
}
.ProDetails-wrapper .slick-next:before,
.ProDetails-wrapper .slick-prev:before{


    display: none;
}

.ProDetails-wrapper .slick-prev {
    left: 9px;
}

.ProDetails-wrapper .special-item {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
    justify-content: space-between;
}

.ProDetails-wrapper .special-item img {
    width: 88%;
}

.ProDetails-wrapper ul{


    list-style: none;
    padding:0px;
    margin:0px;
}

 .ProDetails-wrapper .heading{
    font-size: 22px;
    font-family: 'Raleway', sans-serif;
    margin-bottom: 0px;
    line-height: 1.2;
cursor:pointer;

}




 .ProDetails-wrapper .rating-box {
    padding: 10px 0px;
    color: #FFC909;
    padding-bottom: 20px;
}

 .ProDetails-wrapper .review-text {
    color: #000000;
    padding-left: 10px;
}

.ProDetails-wrapper .review-text:hover,
.ProDetails-wrapper .heading:hover{
color:#FF8500;

}

 .ProDetails-wrapper .price-sec {
    display: flex;
        align-items: end;
}

 .ProDetails-wrapper del {
    color: #606060;
        padding-left: 14px;
}

 .ProDetails-wrapper .text-wraps {
    color: #606060;
        background: linear-gradient(90deg, var(--c1, #CE3113), var(--c2, #FF8500) 51%, var(--c1, #FF8500)) var(--x, 100%) / 200%;
        -webkit-background-clip: text;
        --c1: #FF8500;
        --c2: #CE3113;
        background-clip: text;
        -webkit-text-fill-color: transparent;
        font-size: 23px;
        font-weight: 700;
}

 .ProDetails-wrapper .tax-include {
    color: #606060;
}

 .ProDetails-wrapper .size-items {
    margin: 0px;
    color: #000000;
    font-weight: 500;
    font-size: 17px;
    padding-top: 20px;
}


#detail {
    margin-left: -50px;
}



 .ProDetails-wrapper .quantity-wraps {
    display: flex;
}

.ProDetails-wrapper .qty-container {
    justify-content: flex-end;
        width: 105px;
        min-width: 92px;
        padding-left: 0px;
        border: 1px solid #E9E9E9;
        display: flex;
        align-items: center;
        border-radius: 5px;
}

.ProDetails-wrapper .qty-container .qty-btn-minus,
.ProDetails-wrapper .qty-container .qty-btn-plus {
    border: 0px solid #E9E9E9;
    padding: 5px 8px;
    font-size: 13px;
    height: 32px;
    width: 32px;
    transition: 0.3s;
    background: #E9E9E9;
}

.ProDetails-wrapper .qty-container .input-qty {
    text-align: center;
    padding: 2px 6px;
    border: 0px solid #d4d4d4;
    max-width: 40px;
    font-weight: 600;
}

.ProDetails-wrapper .btn-light.focus,
.ProDetails-wrapper .btn-light:focus,
.ProDetails-wrapper .btn-light:active:focus,
.ProDetails-wrapper .btn-light:active{
    box-shadow:unset;
    background: #E9E9E9;
        border-color: #E9E9E9;
}



.ProDetails-wrapper .quantity-left {
    width: 27%;
}


.ProDetails-wrapper .quantity-right {
    width: 63%;
}


.ProDetails-wrapper .qunatity-btn {
    max-width: 250px;
}

.ProDetails-wrapper .qunatity-btn .butn-default{
    width: 100%;

}
.ProDetails-wrapper .qty-container .qty-btn-minus{

border-radius: 5px 0px 0px 5px;
}
.ProDetails-wrapper .qty-container .qty-btn-plus{
    border-radius: 0px 5px 5px 0px;
}

.estimated-text img{
    display: inline-block;
        width: 19px;
        padding-right: 2px;

}
.estimated-text {
    padding-top: 30px;
}
.estimated-text p {
    margin-bottom: 4px;
}
.ProDetails-wrapper .zoom-display {
    width: 400px;
    height: 400px;
    border: 1px solid #ccc;
    background: #fff;
    overflow: hidden;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: none;
}

.product-tabber .tab-body p{
    color: #000000;
        font-weight: 400;
        margin-bottom: 9px


}

.product-tabber .nav-tabs {
    border-bottom: 1px solid #D9D9D9;
        justify-content: center;
}

.product-tabber .nav-tabs .nav-item.show .nav-link,
.product-tabber .nav-tabs .nav-link.active{
background-color: transparent;
border-color: transparent;

}

.product-tabber .nav-tabs .nav-link{
color: #000000;
    font-weight: 500;
    padding: 10px 40px;

}
.product-tabber .nav-tabs .nav-link.active{

        background: linear-gradient(90deg, var(--c1, #CE3113), var(--c2, #FF8500) 51%, var(--c1, #FF8500)) var(--x, 100%) / 200%;
            -webkit-background-clip: text;
            --c1: #FF8500;
            --c2: #CE3113;
            background-clip: text;
            -webkit-text-fill-color: transparent;
            border-bottom:2px solid #CE3113;
}

.product-tabber .nav-tabs .nav-link:focus,
.product-tabber .nav-tabs .nav-link:hover{
    border-color: transparent;
        border-bottom: 2px solid #CE3113;
}


.product-tabber .tab-body h2{

    font-size: 16px;
        font-family: 'Raleway', sans-serif;
        font-weight: 700;
}



.product-tabber table {
    width: 100%;
        border-collapse: collapse;
        text-align: left;
        overflow: hidden;
        max-width: 659px;
}

.product-tabber table td,
.product-tabber table th {
border-top: 1px solid #ecf0f1;
    padding: 7px 12px;
}

.product-tabber table td {
    color: #606060;
    font-size: 15px;
}

.product-tabber table th {
    background-color: #EFEFEF;
        color: #000;
        font-family: 'Raleway';
        font-weight: 500;
}

.product-tabber table tr:nth-of-type(even) {
    background-color: #EFEFEF;
}

.product-tabber table .total th {
    background-color: white;
}

.product-tabber table .total td {
    text-align: right;
    font-weight: 700;
}

.product-tabber .tabber-section {
    padding-top: 20px;
}
.product-tabber .tab-body {
    padding: 30px 0px;
}
.product-tabber .card-header{

    border-radius: 0;
    margin-bottom: 0;
    padding: 0px;
    background: transparent;
    border: 0px;

}
.product-tabber .accordion>.card>.card-header{
    border-radius: 0;
        margin-bottom: 0px;
        border-bottom: 1px solid #D9D9D9;
        padding: 7px 0px;
}

.product-tabber .card{
border-color:transparent;

}

.product-tabber .btn-header-link {
    display: block;
    color: #000000;
    font-weight: 500;
    font-size: 15px;
}

.product-tabber .card-body {
    padding: 10px 0px;
}


.product-tabber .btn-header-link.collapsed:before {
    float: right !important;
    content: "\f067";
}
.product-tabber .btn-header-link:before {
    float: right !important;
    font-family: FontAwesome;
    content: "\f068";
    padding-right: 5px;
    background: linear-gradient(90deg, var(--c1, #CE3113), var(--c2, #FF8500) 51%, var(--c1, #FF8500)) var(--x, 100%) / 200%;
        -webkit-background-clip: text;
        --c1: #FF8500;
        --c2: #CE3113;
        background-clip: text;
        -webkit-text-fill-color: transparent;
}


.review-bodybox {
    background: #F7F7F7;
        padding: 20px;
        border-radius: 10px;
        margin-top: 20px;
}

.star-given ul {
display: inline-flex;
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.star-given ul li{
    font-size: 14px;
        color: #212529;
}

.star-given ul li .fa-star {
    color: #FFC909;
}

.review-writeby {
    display: flex;
    align-items: center;
}

.review-writeby img {
    width: 24px;
}

.review-writeby span {
    margin-left: 15px;
        font-weight: 700;
        font-size: 15px;
}

.review-bodybox label {
    font-weight: 700;
        font-size: 15px;
        margin: 5px 0px;
        display: block;
}


.review-bodybox .review-morebtn {
    text-align: center;
    margin: 10px 0px;
}

.review-showmore{
    background: linear-gradient(90deg, var(--c1, #CE3113), var(--c2, #FF8500) 51%, var(--c1, #FF8500)) var(--x, 100%) / 200%;
        -webkit-background-clip: text;
        --c1: #FF8500;
        --c2: #CE3113;
        background-clip: text;
        -webkit-text-fill-color: transparent;

}
.review-morebtn {
    text-align: center;
    padding: 20px 0px;
}
.review-showmore svg{

    color:#CE3113;
}

.review-section .heading{

    text-align: center;
}


.review-section .review-sec{
    text-align: center;
        font-size: 25px;
}

.review-sec .star-icon {

    color: #FF8500;
        font-size: 28px;
    /* Adjust the size of the icon as needed */
}

.review-sec p {
    font-weight: 600;
    padding: 5px 0px;
    font-size: 16px;
}

.review-popup label {
    display: block;
        margin-bottom: 0px;
        min-height: 24px;
        font-size: 15px;
}

.review-popup .form-control,
.review-popup textarea{
    border: 0px;
        border-bottom: 1.2px solid #60606040;
        border-radius: 0px;
        padding: 10px 0px;
        width: 100%;
        color: #000;
        font-weight: 500;
    font-size: 15px;
    }



.review-popup .review-btn {
    text-align: center;
}
.review-popup .form-control:focus,
.review-popup textarea:focus {
    box-shadow: unset;
    outline: none;
}

.review-popup {
    max-width: 700px;
    margin: 0px auto;
    padding-top: 30px;
    display: none;
}
.review-popup .star-icon {
    color: #FF8500;
    font-size: 17px;
}


.customer-review {
    border-bottom: 1.3px solid #6060604f;
    padding-bottom: 30px;
}

.ProDetails-wrapper,
.product-tabber {
    position: relative;
}

.product-tabs .gucchiM-vectors{
    position: absolute;
    top:0%;
    bottom: auto;
    width: 100px;
    left: -47px;
    z-index: -1;
    height: 100%;
}


.product-tabs{
position: relative;
}

.ProDetails-wrapper .gucchi-vectors {
    position: absolute;
    top: 13%;
    bottom: 0;
    right: -30px;
    height: 100%;
    width: auto;
}


.ProDetails-wrapper .heart-wrap {
     width: 35px;
    height: 35px;
    border-radius: 5px;
    border: 1px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
     color: #FF8500;
    cursor: pointer;
    background: #fff;
}


.ProDetails-wrapper .share-wrap {
    margin-top: 15px;
}



.ProDetails-wrapper .share-inner {
   width: 35px;
    height: 35px;
    border-radius: 5px;
    border: 1px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FF8500;
    cursor: pointer;
    background: #fff;
}

.ProDetails-wrapper .share-inner:hover,
.ProDetails-wrapper .heart-wrap:hover{
    background: linear-gradient(90deg, var(--c1, #FF8500), var(--c2, #CE3113) 51%, var(--c1, #FF8500)) var(--x, 100%) / 200%;
color:#fff;
border-color:#FF8500;

}

.wishlist-section {
    position: absolute;
    top: 17px;
    right: 26px;
}

.Star-dIcon {
    position: relative;
    border: 1px solid transparent;
    background: #fff;
    background-clip: padding-box;
    padding: 7px 8px;
    font-size: 12px;
    border-radius: 5px;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
}

.Star-dIcon:hover{
    background: linear-gradient(90deg, var(--c1, #FF8500), var(--c2, #CE3113) 51%, var(--c1, #FF8500)) var(--x, 100%) / 200%;
color:#fff;
border-color:#FF8500;
}


.Star-dIcon:hover img{
    filter: brightness(0) invert(1);

}


.Star-dIcon::after {
    content: '';
    position: absolute;
    top: -1px;
    bottom: -1.5px;
    left: -1px;
    right: -1px;
    background: linear-gradient(90deg, var(--c1, #FF8500), var(--c2, #CE3113) 51%, var(--c1, #FF8500)) var(--x, 100%) / 200%;
    z-index: -1;
    border-radius: 5px;
}

.ProDetails-wrapper  .pro-section {
    padding-left: 20px;
}



.review-bodybox{
display:none;

}

.payment-method-section {
padding: 50px 0px;
    position: relative;
}


.payment-method-section .nav-tabs {
    display: flex;
}



.payment-method-section .nav-tabs .nav-link.active {
       background-color: #fff;
    border: 0px;
    opacity: 1;
    border-left: 2px solid #BB6831;
}



.payment-method-section .nav-tabs li {
    border-bottom: 1px solid #D9D9D9;
    width: 100%;
    border-right: 0;
    background: #F5F5F5;

}
.payment-method-section .nav-tabs .nav-link {
    background-color: #f1f2f400;
    color: #000;
    font-size: 14px;
    padding: 23px 10px;
    display: flex;
    align-items: center;
    border-left: 2px solid #F8F9FA;
    border-radius: 0px;
    font-family: 'Plus Jakarta Sans', sans-serif;
}


.payment-method-section .nav-tabs li:last-child{
border-bottom: 0px solid #D9D9D9;

}
.visa-cards {
    width: 80%;
}

.payment-method-section .tab-content {
    padding: 20px;
    padding-left: 0px;
}

.payment-method-section  .check-form {
    padding: 20px 0px 0px;
}
.checkout-tabber {
    border: 1px solid hsl(0deg 0% 38% / 40%);
}

.payment-method-section  .form-control {
    border: 0px;
    width: 100%;
    font-size: 14px;
    line-height: 1.2;
    color: #000;
    margin-bottom: 20px;
    font-weight: 400;
    border-bottom: 1px solid #999999;
    transition: all .5s ease-in-out;
    border-radius: 0px;
    padding: 10px 0px 6px;
    height: auto;
    background: transparent;
    box-shadow: none;
    font-family: 'Plus Jakarta Sans', sans-serif;



}


.payment-method-section .iocns {
    width: 26px;
    position: absolute;
    top: 12px;
    right: 11px;
}



.mice-checkfield span input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    z-index: -1;
}



.payment-method-section .text-area .iocns {
    width: 11px;
    position: unset;
    margin-left: 3px;
}

.mice-checkfield span label {
    position: relative;
    display: inline-block;
    line-height: 1.3;
    padding: 0 0 0 22px;
    cursor: pointer;
    margin: 0px !important;
    color: rgba(0, 0, 0, 0.6);
    font-family: 'Plus Jakarta Sans', sans-serif;
}

.payment-method-section  label {
    font-size: 14px;
    line-height: 1.2;
    color: rgba(0, 0, 0, 0.6);
    display: block;
    margin-bottom: 0;
    font-family: 'Plus Jakarta Sans', sans-serif;
}


.mice-checkfield span label::before, .mice-checkfield span label::after {
    position: absolute;
    left: 0;
    display: block;
    width: 15px;
    height: 15px;
}


.mice-checkfield span label::before {
    content: " ";
    border: 1px solid #bdc3c7;
    border-radius: 20%;
    top: 1.5px;
}


.mice-checkfield span label::before, .mice-checkfieldspan label::after {
    -webkit-transition: .25s all ease;
    -o-transition: .25s all ease;
    transition: .25s all ease;
}

.payment-method-section label a {
    color: #12A5D3;
    text-decoration: underline!important;
}

.payment-method-section .nav-tabs img {
    width: 22px;
    margin-right: 7px;
}


.payment-method-section .text-area {
    position: absolute;
    top: 10px;
    font-size: 11px;
    width: 100%;
    right: 0px;
    z-index: -1;
    color: #000;
    display: flex;
    justify-content: end;
    align-items: center;
    font-family: 'Plus Jakarta Sans', sans-serif;
}
.payment-method-section  .heading{
    margin-bottom: 40px;
}

.payment-method-section .nav-tabs .nav-link:hover{
    background: linear-gradient(90deg, var(--c1, #CE3113), var(--c2, #FF8500) 51%, var(--c1, #FF8500)) var(--x, 100%) / 200%;
    -webkit-background-clip: text;
    --c1: #FF8500;
    --c2: #CE3113;
    background-clip: text;
    -webkit-text-fill-color: transparent;

}

.payment-method-section .checkout-right {
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    margin-top: 0;
    box-shadow: 0 2px 16px 4px rgba(40, 44, 63, .06);
    width: 100%;
    margin-left: 15px;
}



.payment-method-section .mrp-wrap {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.order-summary-wrap {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding-bottom: 21px;
    margin-bottom: 14px;
}


.order-summary-wrap h5 {
    font-size: 20px;
    margin-bottom: 15px;
    color: #000000;
    font-family: 'Raleway';

}
.delivery-wrap span, .name-wrap, .mrp-wrap ul li {
    color: #000;
    font-size: 15px;
    font-weight: 500;
}
.payment-method-section .dis-icon {
    width: 15px;
    padding-left: 4px;
    cursor: pointer;
    display: inline;
}

.payment-method-section #totalvalue {
    font-size: 20px;
    font-weight: 600;
}
.delivery-wrap, .mrp-wrap ul li {
    display: flex;
    justify-content: space-between;
    padding-bottom: 10px;
}
.address-text {
    color: rgba(0, 0, 0, 0.6);
    font-size: 12px;
    font-family: 'Plus Jakarta Sans', sans-serif;
}

.form-btn-inner {
    padding-top: 40px;
    padding-bottom: 30px;
}
#item-total-price {
    margin: 0px;
    font-size: 18px;
    font-weight: 500;
}

.payment-method-section .mrp-wrap ul{
margin:0px;
padding:0px;
list-style:none;
}



.payment-method-section  .offers-wrap {
    background: #FFF9F2;
    border: 1px solid #AD8F71;
    border-radius: 10px;
    padding: 15px;
    margin-top: 25px;
}


.payment-method-section .offers-wrap  ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}


.payment-method-section  .offers-wrap li {
    display: flex;
    align-items: center;
    padding-bottom: 15px;
}


.payment-method-section  .offers-wrap li img {
    width: 20px;
    margin-right: 8px;
}
.payment-method-section .offers-wrap li  span{

font-weight:700;
}

.payment-method-section  .offers-wrap li p {
    margin: 0px;
    font-weight: 500;
}
.payment-method-section .read-mores {
    text-decoration: underline !important;
    color: #000000;
    padding-left: 28px;
    font-size: 15px;
    transition: .2s all;
    font-weight: 600;
}

.payment-method-section .read-mores:hover{
color:#CE3113;
}




.payment-method-section .read-more-content {
    display: none;
}

.payment-method-section .tab-content>.tab-pane p{
font-weight:500;
}
