/* Shop-page Starts */

.shop-page-banner-wrapper {
    background: url('../img/shop-page-banner.png') no-repeat;
    background-size: cover;
}

.shop-page-row {
    display: flex;
    justify-content: flex-end;
}

.shop-heading-wrapper {
    color: #FFF;
    padding: 290px 0px;
    max-width: 550px;
    text-align: center;
    z-index: 0;
}

.shop-upper-text {
    padding: 20px 0px;
}

.shop-upper-text p {
    display: inline;
    margin-bottom: 0;
    padding: 0px 10px;
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
    font-size: 28px;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: #FFFFFF;
    background: #006838;
    position: relative;
    z-index: 1;
}

.shop-upper-text p::after {
    content: "";
    position: absolute;
    background-color: #fff;
    width: 100%;
    height: 45px;
    top: 0;
    left: 5px;
    z-index: -1;
}

.shop-main-text {
    padding: 20px 0px;
    position: relative;
    z-index: 1;
}

.shop-main-text h1 {
    font-family: 'Baloo Tammudu 2', cursive;
    font-weight: 800;
    font-size: 140px !important;
    text-transform: uppercase;
    color: #FFFFFF !important;
    margin-bottom: 0px;
}

.shop-main-text p {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 20px;
    text-align: center;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #FFFFFF;
    display: inline;
    position: relative;
    z-index: -1;
    padding: 10px 60px;
    top: -10px;
}

.shop-main-text p::after {
    content: "";
    position: absolute;
    background: #000000;
    opacity: 0.6;
    border-radius: 10px;
    width: 100%;
    height: 100px;
    bottom: 0;
    left: 10px;
    z-index: -1;
}

.shop-lower-text {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 20px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    position: relative;
    left: 10px;
    z-index: 1;
    display: inline;
    padding: 10px 10px;
}

.shop-lower-text::after {
    content: "";
    background: #000000;
    opacity: 0.6;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    text-align: center;
}

/* Coffee-brand-wrapper  */

.coffee-brand-wrapper {
    background: linear-gradient(to bottom, #1f908b 0%, #01534f 100%);
    position: relative;
}

.coffee-brand-wrapper::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    border-top: 1px solid #FFFFFF;
    opacity: 0.1;
    top: 10px;
}

.coffee-brand-wrapper::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #FFFFFF;
    opacity: 0.1;
    bottom: 10px;
}

.coffee-brand-row {
    padding: 100px 0px;
    position: relative;
}

.coffee-brand-row::after {
    content: "";
    position: absolute;
    width: 145px;
    height: 74px;
    border: 1px solid #FFFFFF;
    opacity: 0.1;
    border-radius: 0 0 150px 150px;
    border-top: 0 !important;
    top: 10px;
}

.coffee-brand-row::before {
    content: "";
    background: url('../img/coffee-green-cup.svg') no-repeat;
    width: 120px;
    height: 120px;
    left: 0;
    right: 0;
    top: -50px;
    bottom: 0;
    position: absolute;
    z-index: 1;
    margin: 0 auto;
}


.coffee-brand-inner-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: 0.2s ease-in-out;
}

.coffee-brand-logo {
    padding: 20px 0px;
}

.coffee-brand-heading a{
    font-family: 'Biryani', sans-serif;
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
    color: #FFFFFF;
    text-align: center;
    padding: 10px 0px;
}

.coffee-brand-para p {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    color: #FFFFFF;
    opacity: 0.5;
    margin-bottom: 0;
}

.coffee-brand-inner-wrapper:hover .coffee-brand-logo {
    border: 10px solid rgba(255, 255, 255, 0.1);
    border-radius: 100%;
    padding: 10px;
}

.coffee-brand-inner-wrapper:hover .coffee-brand-heading {
    font-weight: 800;
    font-size: 20px;
}

.coffee-brand-inner-wrapper:hover {
    transform: scale(1.1);
}

.grid-img {

}


/* categories-wrapper starts  */

.categories-wrapper {
    padding: 80px 0px;
    position: relative;
}

.categories-wrapper::before {
    content: "";
    background: url('../img/coffee-seeds.svg') no-repeat;
    width: 400px;
    height: 300px;
    top: 0;
    right: 0;
    position: absolute;
}

.category-heading {
    position: relative;
    padding: 10px 0px;
}

.category-heading::after {
    content: "";
    position: absolute;
    width: 290px;
    border-bottom: 3px solid rgba(1, 94, 51, 0.12);
    bottom: 0;
    margin: 0 auto;
    left: 0;
    top: 70px;
    right: 0;
}

.coffee-grid {
    padding: 50px 0px;
    position: relative;
    display: flex;
}

.coffee-grid::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    opacity: 0.1;
    border-bottom: 1px solid #006838;
    left: 0px;
    bottom: 0;
}

.coffee-grid-img {
    /* display: flex; */
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
}

.grid-img::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 50%;
    background: radial-gradient(50% 50% at 50% 50%, #4A4A4A 0%, rgba(217, 217, 217, 0) 100%);
    opacity: 0.2;
    bottom: -20px;
    z-index: -1;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.coffee-grid-text-wrapper {
    position: relative;
    display: flex;
    padding: 0px;
}

.coffee-grid-text {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 0.02em;
    color: #2B2B2B;
    opacity: 0.2;
    padding: 40px 0px;
    transition: 0.2s all;
    text-align: center;
}

.coffee-grid-text:active {
    font-weight: 700;
    font-size: 20px;
    color: #2B2B2B;
    opacity: 1;
}

/* categories-wrapper Ends */

/* new-product-wrapper Starts */
.new-product-wrapper {
    background: url("../img/gray-background.svg");
    background-size: cover;
    padding: 100px 0px;
}

.new-product-wrapper .MultiCarousel {
    float: left;
    overflow: hidden;
    padding: 20px 15px;
    width: 100%;
    position: relative;
}

.new-product-wrapper .MultiCarousel .MultiCarousel-inner {
    transition: 1s ease all;
    float: left;
    padding: 10px 0;
}

.new-product-wrapper .card:hover {
    transform: scale(1.01);
    transition: 0.2s all;
    border: 1px solid #015E33;
    box-shadow: 0px 34px 34px rgb(0 0 0 / 7%);
}

/* new-product-wrapper Ends */

/* clients-background-wrapper starts */
.clients-background-wrapper {
    background: url('../img/clients-background-img.png') no-repeat;
    background-size: cover;
    padding: 70px 0px;
    text-align: center;
}

.clients-background-wrapper h1 {
    font-family: 'Biryani', sans-serif;
    font-weight: 700;
    font-size: 44px;
    text-align: center;
    color: #FFFFFF !important;
    padding: 20px 0px;
}

.quote-icon {
    padding: 10px 0px;
}

.client-para p {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 22px;
    text-align: center;
    color: #FFFFFF;
    padding: 20px 0px;
}

.client-name {
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 22px;
    text-align: center;
    color: #FFFFFF;
    padding: 30px 0px;
}

/* clients-background-wrapper ends */

/* special-product-wrapper starts */
.special-product-wrapper {
    padding: 100px 0px;
    position: relative;
    z-index: 1;
}

.special-br {
    padding: 50px 0px;
    position: relative;
}

.special-product-wrapper::before {
    content: "";
    background: url('../img/coffee-seeds.svg') no-repeat;
    width: 350px;
    height: 300px;
    position: absolute;
    left: 0;
    top: 0;
}

.special-br::after {
    content: "";
    border-bottom: 3px solid rgba(1, 94, 51, 0.12);
    left: 0;
    right: 0;
    bottom: 40px;
    margin: 0 auto;
    width: 300px;
    height: 3px;
    position: absolute;
}

.special-product-wrapper .MultiCarousel {
    float: left;
    overflow: hidden;
    padding: 20px 15px;
    width: 100%;
    position: relative;
}

.special-product-wrapper .MultiCarousel .MultiCarousel-inner {
    transition: 1s ease all;
    float: left;
    padding: 10px 0;
}

.special-product-wrapper .card:hover {
    transform: scale(1.01);
    transition: 0.2s all;
    border: 1px solid #015E33;
    box-shadow: 0px 34px 34px rgb(0 0 0 / 7%);
}


/* special-product-wrapper ends */

/* recent-artical-wrapper starts */

.recent-artical-wrapper {
    padding: 100px 0px;
    position: relative;
}

.recent-artical-wrapper .row:nth-child(1)::before {
    content: "";
    background: url(../img/bg-green-leaf-1.png);
    width: 400px;
    height: 480px;
    position: absolute;
    right: 0;
    top: -400px;
}

.recent-artical-wrapper .row:nth-child(1)::after {
    content: "";
    background: url(../img/bg-green-leaf.png);
    width: 400px;
    height: 480px;
    position: absolute;
    left: 0;
}

.artical-heading {
    position: relative;
}

.artical-heading::after {
    content: "";
    border-bottom: 3px solid rgba(1, 94, 51, 0.12);
    left: 0;
    right: 0;
    bottom: 0px;
    margin: 0 auto;
    width: 300px;
    height: 3px;
    position: absolute;
}

@media screen and (max-width: 576px) {
    .shop-heading-wrapper {
        color: #FFF;
        padding: 290px 0px;
        max-width: 100%;
        text-align: center;
        z-index: 0;
    }

    .shop-upper-text p {
        font-size: 18px;
    }

    .shop-upper-text p::after {
        content: "";
        position: absolute;
        background-color: #fff;
        width: 100%;
        height: 30px;
        top: 0;
        left: 5px;
        z-index: -1;
    }

    .shop-main-text h1 {
        font-size: 100px !important;
    }

    .shop-main-text p {
        padding: 10px 20px;
        top: -40px;
    }

    .shop-main-text p::after {
        content: "";
        height: 80px;
        bottom: 0;
        left: 10px;
        z-index: -1;
    }

    .shop-lower-text {
        font-size: 18px;
        padding: 10px 0px;
    }

    .coffee-grid-img {
        width: 100%;
        padding: 10px 0px;
    }

    .coffee-grid-img::after {
        content: "";
        position: absolute;
        width: 50%;
        height: 50%;
    }
}

@media (max-width: 500px) {}

@media screen and (max-width: 470px) {
    .shop-main-text h1 {
        font-size: 80px !important;
    }

    .shop-main-text p {
        padding: 10px 0px;
        top: -40px;
    }

    .shop-main-text p {
        font-size: 17px;
    }

    .shop-main-text p::after {
        content: "";
        height: 70px;
        bottom: -6px;
        left: 0px;
        z-index: -1;
    }

    .shop-lower-text {
        font-size: 14px;
        padding: 10px 0px;
        left: 0;
    }
}


/* recent-artical-wrapperends */

/* Shop-page Ends */



/* Product-page starts */

.product-banner {
    background: url('../img/hot-coffee-cup-set-wooden-table.png') no-repeat;
    background-size: cover;
    text-align: center;
    padding: 100px 0px;
}

.product-banner-heading {
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 40px;
    text-align: center;
    color: #FFFFFF;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.product-breadcrumb .breadcrumb {
    text-align: center;
    justify-content: center;
}

.product-breadcrumb .breadcrumb-item.active {
    font-weight: 500;
    font-size: 14px;
    color: #FFFFFF !important;
    opacity: 1;
}

.product-breadcrumb .breadcrumb-item a {
    font-weight: 500;
    font-size: 14px;
    color: #FFFFFF;
    opacity: 1;
}

.product-breadcrumb .breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    color: #FFFFFF;
}


.menu-page-wrapper .menus .product-categories h2 {
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 18px;
    color: #432917;
    padding: 10px 0px;
}

#layoutSidenav_nav .menus .product-categories-list .nav-link {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 14px;
    width: 100%;
    color: #2B2B2B;
    opacity: 0.5;
    display: flex;
    justify-content: start;
    align-items: center;
    padding: 5px 0px;
}

.product-categories-list .nav-link .menu-name {
    padding-left: 12px;
}

.product-categories-list .sb-sidenav-collapse-arrow .fa-angle-up {
    font-size: 22px;
    font-weight: 600;
    /* padding-top: 10px; */
}

.product-categories-list .nav-link.collapsed .sb-sidenav-collapse-arrow {
    transform: rotate(-270deg) !important;
}

.product-categories-list {
    padding-bottom: 10px;
}

.price-filter {
    padding: 20px 0px;
}

.price-filter-heading h2 {
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 18px;
    color: #432917;
}

.price-filter-wrapper {
    position: relative;
}

.price-filter-wrapper .min-price,
.max-price {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 14px;
    color: #2B2B2B;
    opacity: 0.5;
}

.price-filter-wrapper .min-price {
    position: absolute;
    left: 0;
    top: 15px;
}

.price-filter-wrapper .max-price {
    position: absolute;
    right: 0;
    top: 15px;
}


input[type="range"].input-range--custom {
    -webkit-appearance: none;
    width: 100%;
    margin: 4px 0;
    background-image: linear-gradient(to right,
            rgb(67, 41, 23),
            rgb(67, 41, 23) 48%,
            rgb(217, 217, 217) 48%);
    border-radius: 10px;
}

input[type="range"].input-range--custom:focus {
    outline: none;
}

input[type="range"].input-range--custom::-webkit-slider-runnable-track {
    width: 100%;
    height: 5px;
    cursor: pointer;
}

/* input[type="range"].input-range--custom:after {
    width: 20%;
    height: 4px;
    background-color: #432917;
  } */

input[type="range"].input-range--custom::-webkit-slider-thumb {
    height: 13px;
    width: 13px;
    border-radius: 15px;
    background: #ffffff;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -5.5px;
    border: 2px solid #432917;
}

.input-range--custom {
    position: relative;
}

.input-range--custom::before {
    content: "";
    height: 13px;
    width: 13px;
    border-radius: 15px;
    background: #432917;
    cursor: pointer;
    position: absolute;
    top: -4px;
}

.input-range--custom::after {
    content: "";
    height: 13px;
    width: 13px;
    border-radius: 15px;
    background: #D9D9D9;
    cursor: pointer;
    position: absolute;
    top: -4px;
    right: 0;
}


.tag-wrapper {
    padding: 20px 0px;
}

.tag-list a {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 14px;
    width: 100%;
    color: #2B2B2B;
    opacity: 0.5;
    display: flex;
    justify-content: start;
    align-items: center;
    padding: 5px 0px;
}

.product-row .products .card {
    padding: 15px 10px;
    margin: 0px;
}

.product-row .products .card:hover {
    transform: scale(1.01);
    transition: 0.2s all;
    border: 1px solid #015E33;
    box-shadow: 0px 34px 34px rgb(0 0 0 / 7%);
}

.pagination {
    float: right;
}


.pagination .page-item .page-link {
    border: none;
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 24px;
    color: #2B2B2B;
}


.pagination .page-item .page-link.active {
    background: transparent;
    color: #006838;
}

@media (max-width: 992px) {
    .product-row {
        padding: 0px 20px;
    }

    .page-row {
        padding: 0 20px;
    }

    .menu-page-wrapper #layoutSidenav_nav {
        top: 70px;
    }

    .menu-page-wrapper #layoutSidenav_content {
        padding-left: 0px;
    }

    .menu-page-wrapper .top-nav {
        justify-content: space-between !important;
        padding: 20px 20px;
    }
}

@media (max-width: 490px) {
    .top-nav-columns {
        display: block !important;
        padding: 7px 0px;
    }

    .menu-page-wrapper #sidebarToggle {
        justify-content: center;
    }

    .top-nav {
        display: block !important;
        text-align: center;
    }
}

/* Product-page Ends */





/*Cart Page*/

.cart-wrapper,
.checkout-wrapper {
    margin: 100px 0px;
    /* min-height: 300px; */
}

.cart-sidebar {
    border-radius: 10px;
    background: #f5f5f5;
    padding: 20px;
}

.cart-sidebar h4 {
    font-weight: 700;
    padding: 10px 0px;
}

.cart-sidebar ul {
    display: flex;
    margin: 20px 0px;
    padding: 0;
    align-content: space-between;
}

.cart-sidebar ul li {
    font-size: 18px;
    width: 50%;
}

.cart-sidebar ul li b {
    font-size: 22px;
}

.cart-sidebar ul li.right-ali {
    text-align: right;
    font-weight: 500;
    font-size: 20px;
    color: #202020;
}

.green-btn {
    margin: 10px 0px;
    width: 100%;
    background: #1f908b;
    border-color: #1f908b;
    padding: 8px;
    font-weight: 500;
    font-size: 16px;
    transition: 0.3s all;
}

.white-btn {
    margin: 10px 0px;
    color: #432917;
    width: 100%;
    background: #fff;
    border-color: #fff;
    height: 40px;
    font-weight: 500;
    font-size: 16px;
    transition: 0.3s all;
}

.green-btn:hover,
.white-btn:hover {
    background: #432917;
    border-color: #432917;
}

.gray-btn {
    border-radius: 5px !important;
    margin: 10px 0px;
    width: 100%;
    background: #432917;
    border-color: #432917;
    height: 40px;
    font-weight: 500;
    font-size: 16px;
    transition: 0.3s all;
}

.gray-btn:hover {
    background: #1f908b;
    border-color: #1f908b;
}

.cart-table .btn-group .form-control {
    height: 40px;
    font-size: 16px !important;
    border-radius: 5px !important;
    margin: 10px;
    padding: 10px;
    font-weight: 400;
    color: #2B2B2B;
    opacity: 0.5;

}

.cart-table .table img {
    padding: 10px;
    border-radius: 10px;
}

.cart-table .table h5 {
    padding: 10px 10px 0px;
    font-weight: 600;
}

.cart-table .table p {
    opacity: 0.6;
    padding: 0px 10px 10px 10px;
    font-weight: 400;
}

.cart-table .table th {
    padding: 15px;
    font-weight: 500;
    font-size: 16px;
}

.cart-table .table td {
    vertical-align: middle;
    font-size: 16px;
}

.cart-table .table .count a {
    color: #000;
    padding: 5px;
    font-size: 16px;
}

.cart-table .table .count .border {
    border-radius: 5px;
    padding: 5px 10px;
}

.border-l {
    border-left: 0;
}

.border-r {
    border-right: 0;
}


/*Checkout Page*/

.checkout-right h4,
.checkout-left h4 {
    color: #432917;
    font-size: 18px;
    border-bottom: 0.5px solid #C9C9C9;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.form-label {
    margin-bottom: 5px;
    font-size: 13px;
    color: #2B2B2B;
}

.form-control,
.form-select {
    height: 40px;
}

.checkout-right ul {
    display: flex;
    margin: 20px 0px;
    padding: 0;
    align-content: space-between;
}

.checkout-right ul li {
    font-size: 18px;
    width: 50%;
}

.checkout-right ul li b {
    font-size: 22px;
}

.checkout-right ul li.right-ali {
    text-align: right;
}

.checkout-right .form-check .form-check-input {
    float: left;
    margin-left: 0;
}

.checkout-right .form-check-label {
    padding-left: 10px;
    font-size: 16px;
}

.checkout-right .checkbox {
    margin: 15px 0px;
}

.checkout-right .checkbox .form-check-label {
    font-size: 12px;
}

.checkout-right .checkbox .form-check-label a {
    color: #005d32;
    font-size: 12px;
}

.bg-box {
    padding: 28px 10px !important;
    border-radius: 5px;
    background-color: #f5f5f5;
    margin: 10px 0px;
}

.checkout-right .prduct img {
    width: 60px;
    margin-right: 10px;
}

.checkout-right .prduct h5 {
    font-size: 14px;
}

.checkout-right .prduct p {
    font-size: 12px;
    opacity: 0.6;
}

/* product-view page */

.product-view-wrapper {
    margin: 100px 0px;
}

.product-img-wrapper {
    background: #FFFFFF;
    border: 1px solid #E7E2E2;
    border-radius: 10px;
}

.product-sub-img-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-sub-img {
    background: #FFFFFF;
    border: 1px solid #E7E2E2;
    border-radius: 10px;
    margin: 10px 10px;
    padding: 10px;
}

.p-details {
    padding-left: 30px;
}


.product-view-wrapper h2 {
    font-weight: 600;
    font-size: 30px;
    text-align: left;
    color: #2B2B2B;
}

.pro-price {
    /* position: relative;
    display: inline-block;
    padding: 15px 0px; */
    width: 100%;
    display: block ruby;
}

.pro-price p {
    /* position: relative; */
}

.pro-price a {
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    text-decoration-line: line-through !important;
    color: #2D2D2D !important;
    opacity: 0.5;
    /* position: absolute; */
    /* right: 460px; */
    /* left: 100px; */
    bottom: 5px;
}

.pro-v-para p {
    font-weight: 400;
    font-size: 16px;
    color: #2B2B2B;
    opacity: 0.5;
    padding: 10px 0px;

}

.pro-size {
    padding: 20px 0px;
}

.pro-size label {
    font-weight: 400;
    font-size: 16px;
    color: #2B2B2B;
    opacity: 0.5;
    display: flex;
    align-items: center;
    padding-bottom: 5px;
}

.pro-size .add a.btn.active {
    background: #006838;
    border: none;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    margin: 0px 7px;
    padding: 5px 14px;
}

.pro-size .add a.btn {
    background: #D9D9D9;
    border: none;
    color: #2b2b2b93;
    font-weight: 600;
    font-size: 16px;
    margin: 0px 7px;
    padding: 5px 14px;
}

.pro-quality {
    padding: 20px 0px;
    position: relative;
}

.pro-quality label {
    font-weight: 400;
    font-size: 16px;
    color: #2B2B2B;
    opacity: 0.5;
}

.pro-quality-in input {
    box-sizing: border-box;
    background: #FFFFFF;
    border: 1px solid #E7E2E2;
    padding: 10px 10px;
    width: 100px;
    margin: 10px 10px;
    position: relative;
}

.pro-quality-in input::placeholder {
    text-align: center;
    color: #432917;
    font-weight: 600;
    font-size: 16px;
}

.pro-quality-in .fa-minus {
    position: absolute;
    left: 100px;
    top: 42%;
    font-weight: 400;
    font-size: 14px;
    color: #2B2B2B;
    opacity: 0.5;

}

.pro-quality-in .fa-plus {
    position: absolute;
    left: 153px;
    top: 42%;
    font-weight: 400;
    font-size: 14px;
    color: #2B2B2B;
    opacity: 0.5;
}

.pro-quality-btn .gray-btn {
    border-radius: 0px !important;
    margin: 10px 0px;
    width: 100%;
    background: #432917;
    border-color: #432917;
    height: 40px;
    font-weight: 500;
    font-size: 18px;
    transition: 0.3s all;
}


.product-details-wrapper {
    margin: 50px 0px;
}

.p-d-heading-row {
    position: relative;
}

.p-d-heading-row::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    right: 0;
    transform: rotate(360deg);
    background: linear-gradient(to right, rgba(231, 226, 226, 0) 0%, rgba(231, 226, 226, 1) 50%, rgba(231, 226, 226, 0) 100%);
}

.p-d-heading-row ul {
    display: flex;
    justify-content: space-evenly !important;
}

.p-d-heading-row ul .nav-item .nav-link.active {
    font-family: 'Biryani';
    font-weight: 700;
    font-size: 18px;
    color: #015E33;
    opacity: 1 !important;
    position: relative;
}

.p-d-heading-row ul .nav-item .nav-link.active::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    border-bottom: 3px solid rgba(1, 94, 51, 0.5);
    left: 0;
    bottom: 0;
}

div.p-d-para {
    margin: 40px auto;
}

.p-d-para * {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 16px;
    color: #616060;
    margin: 20px 0px;

}
.p-d-para p {
    padding: 10px 0;
}
.p-d-heading-row ul .nav-item .nav-link {
    font-family: 'Biryani';
    font-weight: 700;
    font-size: 18px;
    color: #2D2D2D;
    opacity: 0.5;
}

.r-product-wrapper {
    margin: 100px 0px;
}

.r-product-row {
    margin: 50px 0px;
}

.product-related::after {
    content: "";
    border-bottom: 3px solid rgba(1, 94, 51, 0.12);
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    max-width: 300px;
    height: 3px;
    position: absolute;

}

@media (max-width: 1400px) {
    .p-details {
        padding-left: 0px;
    }
}

@media (max-width: 1200px) {

}

@media (max-width: 992px) {

}

@media (max-width: 768px) {
    .p-d-heading-row ul .nav-item .nav-link.active {
        font-family: 'Biryani';
        font-weight: 700;
        font-size: 14px;
        color: #015E33;
        opacity: 1 !important;
        position: relative;
    }

    .p-d-heading-row ul .nav-item .nav-link {
        font-family: 'Biryani';
        font-weight: 700;
        font-size: 14px;
        color: #2D2D2D;
        opacity: 0.5;
    }
}