.cart_section {
    width: 100%;
    padding: 1.4rem 0rem;
}

.cart_section .cart_section_top {
    width: 100%;
    background: #f3efe2;
}

.cart_section .cart_section_top .cart_section_heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2rem 0rem;
}

.cart_section .cart_section_top .cart_section_heading h2 {
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 0rem;
    text-transform: capitalize;
}

.cart_section .cart_section_top .cart_section_heading ul {
    display: flex;
    justify-content: end;
    align-items: center;
    margin-bottom: 0rem;
}

.cart_section .cart_section_top .cart_section_heading ul li {
    list-style: none;
    padding-right: 0.7rem;
}

.cart_section .cart_section_top .cart_section_heading ul li a {
    color: #212529;
    font-size: 0.8rem;
    text-transform: capitalize;
    text-decoration: none;
    font-weight: 500;
}

.cart_section .cart_section_top .cart_section_heading ul li i {
    font-size: 0.8rem;
}

/* cart middle section  */

.cart_section_middle {
    padding: 1rem 0rem;
}

.cart_section_middle .cart_middle_section {
    background: #f3efe2;
    padding: 1rem 1rem;
    margin: 2rem 0rem;
}

.cart_section_middle .cart_middle_section .table {
    --bs-table-bg: none;
    margin-bottom: 0rem;
}

.cart_middle_section .product_details {
    display: flex;
    justify-content: start;
    margin: 1rem 0rem;
}

.cart_middle_section .product_details a img {
    width: 70%;
    transition: all 0.4s;
}

.cart_middle_section .product_details a img:hover {
    transform: scale(1.1);
}

.cart_middle_section .product_details .product_info h3 {
    font-size: 0.9rem;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 1rem;
}

.cart_middle_section .product_details .product_info h4 {
    display: flex;
    justify-content: space-between;
    font-size: 0.8rem;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 0.3rem;
}

.cart_middle_section .product_details .product_info h4 span {
    font-weight: 500;
}

.cart_middle_section .product_price {
    margin: 1rem 0rem;
}

.cart_middle_section .product_price h4 {
    font-size: 0.8rem;
    text-transform: capitalize;
    margin-bottom: 1rem;
}

.cart_middle_section .product_price h3 {
    font-size: 14px;
    text-transform: capitalize;
    margin-bottom: 0.3rem;
}

.cart_middle_section .product_price h3:last-child {
    color: red;
}

.cart_middle_section .product_qty {
    margin: 1rem 0rem;
}

.cart_middle_section .product_qty h4 {
    font-size: 0.8rem;
    text-transform: capitalize;
    margin-bottom: 1rem;
}

.cart_middle_section .product_qty h3 {
    font-size: 14px;
    text-transform: capitalize;
    margin-bottom: 0.3rem;
}

/* increment and decrement box css  */
.quantity-field {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 120px;
    height: 40px;
}

.quantity-field .value-button {
    border: 1px solid #ddd;
    margin: 0px;
    width: 40px;
    height: 40px;
    padding: 0;
    background: #eee;
    outline: none;
    cursor: pointer;
}

.quantity-field .value-button:hover {
    background: rgb(230, 230, 230);
}

.quantity-field .value-button:active {
    background: rgb(210, 210, 210);
}

.quantity-field .decrease-button {
    margin-right: 5px;
    border-radius: 50%;
    font-size: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.quantity-field .increase-button {
    margin-left: 5px;
    border-radius: 50%;
    font-size: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.quantity-field .number {
    display: inline-block;
    text-align: center;
    border: none;
    margin: 0px;
    width: 40px;
    height: 100%;
    line-height: 40px;
    font-size: 11pt;
    box-sizing: border-box;
    font-family: "Courier New", Courier, monospace;
}

.quantity-field .number::selection {
    background: none;
}

/* increment and decrement box css end  */

.cart_middle_section .product_total {
    margin-bottom: 1rem;
    margin-top: 1rem;
}

.cart_middle_section .product_total h4 {
    font-size: 0.8rem;
    text-transform: capitalize;
    margin-bottom: 1.2rem;
}

.cart_middle_section .product_total h3 {
    font-size: 14px;
    text-transform: capitalize;
    margin-bottom: 0.3rem;
}

.cart_middle_section .product_action {
    margin-bottom: 1rem;
    margin-top: 1rem;
}

.cart_middle_section .product_action h4 {
    font-size: 0.8rem;
    text-transform: capitalize;
}

.cart_middle_section .product_action ul {
    display: flex;
    justify-content: space-around;
    padding-left: 0rem;
    margin-top: 1.2rem;
}

.cart_middle_section .product_action ul li {
    list-style: none;
}

.cart_middle_section .product_action ul li a {
    color: #212529;
}

/* left_side_cart_csss  */

.cart_middle_section_1 {
    background: #f3efe2;
    padding: 1rem 0rem;
    margin: 2rem 0rem 1rem 0rem;
}

.cart_middle_section_1 .cart_section_heading {
    border-bottom: 1px #ddd solid;
    padding: 0rem 1rem 1rem 1rem;
}

.cart_middle_section_1 .cart_section_heading h4 {
    font-size: 1rem;
    text-transform: capitalize;
    margin-bottom: 0rem;
}

.cart_middle_section_1 .total_cart_details {
    padding: 1.2rem 1rem 1rem 1rem;
    border-bottom: 1px #ddd solid;
}

.cart_middle_section_1 .total_cart_details h6 {
    text-transform: capitalize;
    margin-bottom: 0rem;
    font-size: 0.8rem;
    width: 100%;
}

.total_cart_details_input {
    width: 100%;
    margin-top: 1rem;
    border: solid 2px #212529;
    border-radius: 4px;
    background-color: #212529;
}

.total_cart_details_input input {
    padding: 0.6rem 2rem 0.6rem 0.8rem;
    font-size: 0.8rem;
    text-transform: capitalize;
    border: none;
    width: 67%;
}

.total_cart_details_input button {
    width: 30%;
    background-color: #212529;
    color: #eee;
    padding: 0.3rem;
    text-transform: capitalize;
    border: none;
    font-size: 0.9rem;
}

.all_total {
    margin-top: 1rem;
    width: 100%;
}

.all_total ul {
    list-style: none;
    padding-left: 0rem;
    margin-bottom: 0rem;
}

.all_total ul li {
    display: flex;
    justify-content: space-between;
    margin-top: 1rem;
}

.all_total ul li h5 {
    font-size: 0.9rem;
    font-weight: 500;
    text-transform: capitalize;
}

.total_cart {
    padding: 1.2rem 1rem 0rem 1rem;
}

.cart_total_amount {
    width: 100%;
}

.cart_total_amount ul {
    list-style: none;
    padding-left: 0rem;
    margin-bottom: 0rem;
}

.cart_total_amount ul li {
    display: flex;
    justify-content: space-between;
}

.cart_total_amount ul li h4 {
    font-size: 1.1rem;
    text-transform: capitalize;
    font-weight: 600;
}

.total_amount_checkoutbutton {
    width: 100%;
    margin-top: 1rem;
}

.total_amount_checkoutbutton a {
    width: 100%;
    border-radius: 3px;
    padding: 0.5rem;
    font-size: 0.9rem;
    background-color: #212529;
    color: #eee;
    text-transform: capitalize;
    margin-bottom: 0.9rem;
    text-decoration: none;
    display: block;
    text-align: center;
}

.total_amount_checkoutbutton .without_color {
    background: #eee;
    color: #212529;
    margin-bottom: 0rem;
}

/* checkout css  */
.cart_middle_section_second {
    background: #f3efe2;
    padding: 1rem;
    border-radius: 10px;
    margin-bottom: 1rem;
}

.cart_middle_section_second {
    width: 100%;
    margin: 2rem 0rem;
    padding: 2rem;
}

.cart_middle_section_second h5 {
    text-transform: capitalize;
    font-weight: 600;
    font-size: 1rem;
    margin-bottom: 0rem;
}

.cart_middle_section_second .delivery_box {
    width: 100%;
    background: #fff;
    padding: 1rem;
    margin-top: 1.2rem;
    box-shadow: 0 0 9px rgba(0, 0, 0, 0.07);
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 1rem;
}

#colorc {
    accent-color: #212121;
    width: 16px;
    height: 16px;
}

.delivery_box .delivery_box_details {
    padding-left: 1rem;
}

.delivery_box .delivery_box_details ul {
    list-style: none;
    padding-left: 0rem;
}

.delivery_box .delivery_box_details ul li {
    margin-bottom: 0.4rem;
}

.delivery_box .delivery_box_details ul li h4 {
    font-size: 1.1rem;
    text-transform: capitalize;
}

.delivery_box .delivery_box_details ul li p {
    margin-bottom: 0rem;
    font-size: 0.9rem;
    text-transform: capitalize;
    font-weight: 500;
}

.delivery_box .delivery_box_details ul li p span {
    font-weight: 600;
}

.delivery_box_tag label {
    background-color: #212529;
    padding: 0.2rem 0.7rem;
    color: #eee;
    font-size: 0.7rem;
    text-transform: capitalize;
    border-radius: 4px;
}

.delivery_option_box {
    width: 100%;
    background: #fff;
    padding: 1.4rem 1rem;
    margin-top: 1.2rem;
    box-shadow: 0 0 9px rgba(0, 0, 0, 0.07);
    border-radius: 10px;
    display: flex;
    justify-content: flex-start;
    margin-bottom: 1rem;
}

.delivery_option_box .delivery_option_box_details {
    padding-left: 1rem;
}

.delivery_option_box .delivery_option_box_details ul {
    list-style: none;
    padding-left: 0rem;
    margin-bottom: 0rem;
}

.delivery_option_box .delivery_option_box_details ul li h4 {
    font-size: 1.1rem;
    text-transform: capitalize;
    margin-bottom: 0rem;
}

.all_total li h4 {
    font-size: 1rem;
    text-transform: capitalize;
    font-weight: 600;
}

.total_cart_details_input1 {
    background: none;
    border-bottom: solid 1px #ddd;
    padding-bottom: 0.7rem;
}

.total_cart_details_input1 ul {
    list-style: none;
    padding-left: 0rem;
}

.total_cart_details_input1 ul li {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}

.total_cart_details_input1 ul li img {
    width: 15%;
    margin-right: 0.9rem;
}

.total_cart_details_input1 ul li h4 {
    font-size: 0.8rem;
    text-transform: capitalize;
}

.cart_middle_section_button {
    width: 100%;
    padding: 1rem 0rem;
}

.cart_middle_section_button a {
    background: #212121;
    color: #eee;
    text-align: center;
    display: block;
    width: 100%;
    padding: 0.6rem;
    border-radius: 5px;
    text-decoration: none;
    text-transform: capitalize;
}

.order_success_full {
    width: 40%;
    margin: 0 auto;
    text-align: center;
}

.order_success_full img {
    width: 10%;
    margin-bottom: 1rem;
}

.cart_section_heading .order_success_full h3 {
    font-size: 1.4rem;
    text-transform: capitalize;
    font-weight: 700;
    color: #212121;
}

.order_success_full p {
    font-size: 1rem;
    margin-bottom: 0rem;
}

.order_success_full p span {
    font-size: 0.9rem;
}

.cart_section_heading {
    display: flex;
    justify-content: space-between;
}

.cart_section_heading h3 {
    font-size: 1rem;
    color: red;
    text-transform: capitalize;
}

.total_cart_details .all_total li p {
    font-size: 0.8rem;
    width: 60%;
    margin-bottom: 0rem;
}

.total_cart_details .all_total h4 {
    font-size: 1.1rem;
    font-weight: 700;
}

.total_cart_details .all_total p {
    font-size: 0.8rem;
}

/* ************************* Dashboard *************************** */
.dashboard_main {
    margin: 2rem 0rem;
    padding: 2rem 0rem;
}

.left_side_bar {
    background: #f3efe2;
    box-shadow: 0 0 8px rgba(34, 34, 34, 0.14);
    padding-bottom: 1rem;
    border-radius: 10px;
    overflow: hidden;
}

.left_side_bar .profile_box {
    position: relative;
}

.left_side_bar .profile_box .cover_image {
    position: relative;
    overflow: hidden;
}

.left_side_bar .profile_box .cover_image::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #222;
    opacity: 0.15;
}

.left_side_bar .profile_box .cover_image img {
    width: 100%;
    height: 150px;
    object-fit: cover;
}

.profile_content {
    position: relative;
    padding: 0rem 0.4rem;
}

.profile_images_with_content {
    text-align: center;
    transform: translateY(-25%);
}

.profile_images_with_content h3 {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: solid 4px #fff;
    margin: 0 auto 1rem auto;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #96f554;
    font-size: 2rem;
}

.profile_images_with_content h4 {
    font-size: 1rem;
    text-transform: capitalize;
}

.profile_images_with_content h5 {
    font-size: 0.9rem;
    text-transform: capitalize;
    font-weight: 500;
    border-bottom: solid 1px #ddd;
    padding-bottom: 2rem;
    margin-bottom: 0rem;
}

.profile_box ul {
    display: flex;
    justify-content: start;
    flex-direction: column;
}

.profile_box ul li {
    padding: 0.5rem 0rem;
}

.profile_box ul li a {
    padding: 0.4rem 1rem;
    text-decoration: none;
    text-transform: capitalize;
    color: #212121;
    width: 100%;
    display: block;
}

.profile_box ul li a.selected {
    background: #2125291c !important;
    border-radius: 0 !important;
    border-left: solid 3px #212121 !important;
    width: 100%;
    padding: 0.4rem 1rem;
    display: block;
}

.profile_box ul li a i {
    padding-right: 0.7rem;
}

.profile_box ul li a:hover {
    color: #212121;
}

.right_content_area {
    background-color: #f3efe2;
    width: 100%;
    padding: 1.5rem;
    border-radius: 10px;
}

.dashboard_title {
    margin: 1rem 0rem 1.4rem 0rem;
    display: flex;
    justify-content: space-between;
}

.dashboard_title h2 {
    font-size: 1.2rem;
    text-transform: capitalize;
    margin-bottom: 0rem;
    border-bottom: solid 2px #2121219c;
    padding-bottom: 0.6rem;
    display: inline-block;
}

.dashboard_title a,
.checkout-button {
    padding: 0.6rem 1rem;
    background: #212121;
    color: #fff;
    text-decoration: none;
    text-transform: capitalize;
    font-size: 0.8rem;
    border-radius: 4px;
}

.dashboard_title a i {
    padding-right: 0.6rem;
    font-size: 1.1rem;
    font-weight: 300;
}

.dashboard_card {
    width: 100%;
    padding: 0.8rem 0rem;
}

.dashboard_card .total_content {
    width: 100%;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 8px rgba(34, 34, 34, 0.08);
    padding: 1.2rem;
    display: flex;
    justify-content: start;
}

.dashboard_card .total_content .total_content_icon {
    width: 20%;
}

.dashboard_card .total_content .total_content_text {
    margin-left: 1rem;
}

.dashboard_card .total_content .total_content_text h6 {
    text-transform: capitalize;
    font-size: 0.9rem;
}

.dashboard_card .total_content .total_content_text h4 {
    margin-bottom: 0rem;
    font-size: 1.2rem;
}

.dashboard_account {
    width: 100%;
    margin-top: 1rem;
}

.dashboard_account h3 {
    font-size: 1.1rem;
    font-weight: 600;
    text-transform: capitalize;
}

.contact_information_heading {
    width: 90%;
    border-bottom: 1px solid #d5d4d4;
    display: flex;
    justify-content: space-between;
    margin-top: 1rem;
}

.contact_information_heading h6 {
    font-size: 1rem;
    text-transform: capitalize;
}

.contact_information_heading a {
    text-transform: capitalize;
    text-decoration: none;
    color: #212121;
    font-size: 0.9rem;
}

.contact_information_content {
    margin-top: 1rem;
}

.contact_information_content h4 {
    font-size: 0.9rem;
    text-transform: capitalize;
    padding-bottom: 0.2rem;
}

.contact_information_content h6 {
    font-size: 0.7rem;
    font-weight: 400;
    padding-bottom: 0.2rem;
}

.contact_information_content h5 {
    font-size: 0.8rem;
    font-weight: 400;
    color: red;
}

.modal-dialog {
    top: 10%;
}

.form_input {
    width: 100%;
    display: flex;
    justify-content: start;
    align-items: baseline;
    flex-direction: column;
    position: relative;
}

.form_input label {
    text-transform: capitalize;
    font-size: 0.9rem;
    padding: 0.4rem;
    background-color: #fff;
    position: absolute;
    left: 10px;
    top: -20px;
}

.form_input input,
.form-control,
.form-select {
    width: 100%;
    padding: 1rem 1rem 0.8rem 1rem;
    font-size: 0.9rem;
    border: 2px inset light-dark(rgb(118, 118, 118), rgb(133, 133, 133));
    border-radius: 0;
}
.form_input input,
.form-control:focus,
.form-select:focus {
    border-color: light-dark(rgb(118, 118, 118), rgb(133, 133, 133));
    box-shadow: none;
}

.form_input select {
    width: 100%;
    padding: 1rem 1rem 0.8rem 1rem;
    font-size: 0.9rem;
}

.order_section {
    width: 100%;
    background: #fff;
    padding: 1rem;
    border-radius: 10px;
    margin-bottom: 1rem;
}

.order_section_top {
    width: 100%;
    display: flex;
    justify-content: start;
}

.order_section_top .order_icon {
    width: 5%;
}

.order_section_top .order_icon img {
    background: rgba(173, 216, 230, 0.562);
    padding: 0.9rem;
    border-radius: 50%;
}

.order_section_top .order_text {
    padding-left: 1.5rem;
}

.order_section_top .order_text h4 {
    font-size: 1rem;
    font-weight: 700;
    text-transform: capitalize;
}

.order_section_top .order_text h4 span {
    background: rgba(255, 0, 0, 0.795);
    color: #fff;
    padding: 0.2rem 0.3rem;
    font-size: 0.7rem;
    margin-left: 1.3rem;
    font-weight: 500;
    border-radius: 4px;
}

.order_section_top .order_text p {
    font-size: 0.8rem;
}

.order_section_bottom {
    padding: 1rem;
    background: #f8f8f8;
    margin-top: 1rem;
    display: flex;
    align-items: center;
}

.order_product_image {
    width: 20%;
    padding-right: 2rem;
}

.order_product_image img {
    transition: all 0.4s;
    width: 150px;
    height: auto;
}

.order_product_image img:hover {
    transform: scale(1.1);
}

.order_product_content {
    width: 80%;
}

.order_product_content h4 {
    font-size: 1rem;
    font-weight: 700;
}

.order_product_content p {
    font-size: 0.9rem;
    margin-bottom: 0.3rem;
}

.order_product_content ul {
    padding-left: 0rem;
    list-style: none;
    margin-top: 0.8rem;
}

.order_product_content ul li {
    padding: 0.1rem 0rem;
    font-size: 0.8rem;
    text-transform: capitalize;
}

.order_product_content ul li span {
    padding-left: 0.8rem;
    font-weight: 700;
}

.new_ul {
    display: flex;
    justify-content: space-around;
    margin-top: 1rem;
}

.new_ul li {
    margin-top: 1rem;
}

.new_ul li a {
    text-decoration: none;
    color: #212121;
    padding: 0.7rem 1rem;
    background: #eee;
    text-transform: capitalize;
    font-size: 0.9rem;
}

.new_ul li a i {
    padding-right: 0.7rem;
}

.profile_area {
    width: 100%;
    background-color: #fff;
    padding: 1rem;
    margin-bottom: 1rem;
}

.profile_area .profile_name h3 {
    font-size: 1rem;
    text-transform: capitalize;
    font-weight: 600;
}

.profile_area .profile_name_with_rating {
    display: flex;
    justify-content: space-between;
    padding: 1rem 0rem 0.6rem 0rem;
}

.profile_area .profile_name_with_rating h4 {
    font-size: 0.8rem;
    text-transform: capitalize;
}

.profile_area .profile_name_with_rating a {
    text-transform: capitalize;
    font-size: 0.8rem;
    text-decoration: none;
    background: #212121;
    padding: 0.4rem 0.6rem;
    color: #fff;
}

.profile_links {
    padding: 0.2rem 0rem 0.8rem 0rem;
    border-bottom: solid 1px #eee;
    margin-bottom: 0.6rem;
}

.profile_links ul {
    display: flex;
    justify-content: start;
    list-style: none;
    padding-left: 0rem;
    margin: 0rem;
}

.profile_links ul li {
    padding-right: 1rem;
}

.profile_links ul li a {
    color: #212121;
    text-decoration: none;
    font-size: 0.9rem;
}

.profile_links ul li a i {
    padding-right: 0.6rem;
    font-size: 1rem;
}

.profile_pera {
    padding: 0;
    margin: 0;
}

.profile_pera p {
    font-size: 0.9rem;
    line-height: 1.4rem;
    font-weight: 400;
}

.profile_about_section {
    width: 100%;
    background-color: #fff;
    padding: 1rem;
    margin-top: 1rem;
}

.about_profile_info {
    width: 100%;
    margin-top: 1rem;
}

.about_profile_info ul {
    padding-left: 0rem;
}

.about_profile_info ul li {
    display: flex;
    justify-content: start;
    padding: 0.4rem 0rem;
}

.about_profile_info ul li h3 {
    width: 40%;
    font-size: 0.9rem;
    text-transform: capitalize;
}

.about_profile_info ul li h4 {
    font-size: 0.9rem;
}

.newdefrentcolor {
    color: #75bd42;
    text-decoration: none;
}
h4.newdefrentcolor span {
    margin-left: calc(8px + 12 * (100vw - 320px) / 1600);
    font-size: 14px;
    padding: 5px 10px;
    border-radius: 5px;
    position: relative;
    font-weight: 600;
    overflow: hidden;
    z-index: 0;
}
h4.newdefrentcolor span::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #75bd42;
    opacity: 0.08;
    z-index: -1;
}
@media only screen and (max-width: 1440px) {
}

@media only screen and (max-width: 768px) {
    .order_product_image {
        width: 40%;
    }
}

@media only screen and (max-width: 425px) {
    .product_details.product_details {
        width: 230px;
    }

    .cart_middle_section_second {
        padding: 1rem;
    }

    .cart_middle_section .product_price {
        width: 150px;
    }

    .cart_middle_section .product_total {
        width: 80px;
    }

    .order_product_image {
        width: 60%;
        margin-bottom: 1rem;
    }

    .order_section_bottom {
        display: flex;
        flex-direction: column;
        align-items: baseline;
    }

    .order_product_content {
        width: 100%;
    }

    .dashboard_title a {
        font-size: 0.6rem;
    }

    .dashboard_title a i {
        padding-right: 0.4rem;
        font-size: 0.9rem;
    }

    .new_ul {
        display: block;
    }

    .new_ul li {
        margin-top: 2rem;
    }

    .about_profile_info ul li h3 {
        width: 30%;
    }
}
.price-details {
}
.price-details p {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
}
.price-details p span {
    font-weight: 800;
    font-size: 16px;
}

.services-section .cart-btn {
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 50px;
    color: #1e1f1e;
    border-radius: 50%;
    background-color: #f8f8f8;
    margin-right: 20px;
    cursor: pointer;
}
.cart-modal {
    background: #f9f8f6;
    padding: 40px;
    width: calc(100vw - 80px);
    margin: auto;
    max-width: 720px;
    max-height: calc(100vh - 80px);
    overflow-y: auto;
    z-index: 9999;
}
.cart-modal .close-btn {
    line-height: 44px;
    position: absolute;
    text-decoration: none;
    text-align: center;
    color: #fff;
    font-style: normal;
    font-size: 28px;
    font-family: "Courier New", Courier, monospace;
    overflow: visible;
    cursor: pointer;
    background: transparent;
    opacity: 1;
    border: 1px solid rgba(43, 46, 48, 0.18);
    right: 20px;
    top: 20px;
    width: 30px;
    height: 30px;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-appearance: none;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation;
}
.cart-modal .close-btn i {
    position: relative;
    color: #1e1f1e;
    width: 20px;
    height: 20px;
    top: 1px;
    font-size: 20px;
}
.cart-modal .modal-title {
    margin-bottom: 0.65rem;
    font-size: 20px;
}
.cart-modal .cart-price {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 20px;
}
.cart-modal .cart-price .price {
    font-weight: 700;
    font-size: 18px;
}
.cart-modal .cart-price .sale-price {
    font-weight: 700;
    font-size: 18px;
    margin-left: 12px;
    opacity: 0.58;
    text-decoration: line-through;
}
.cart-modal .image {
    width: 250px;
    height: 250px;
    margin-right: 40px;
    position: relative;
}
.cart-modal .image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.cart-modal .product .heading {
    font-size: 18px;
    font-weight: 700;
    display: block;
    margin-bottom: 15px;
}
.cart-modal .product .varient,
.varient {
    display: flex;
    flex-wrap: wrap;
    margin: -5px 0 0 -10px;
}
.cart-modal .product .varient .button,
.varient .button {
    position: relative;
    height: 44px;
    margin: 5px 10px;
}
.cart-modal .product .varient .button input,
.varient .button input {
    position: absolute;
    height: 0;
    width: 0;
    opacity: 0;
}
.cart-modal .product .varient .button label,
.varient .button label {
    font-size: 12px;
    line-height: 1;
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    padding: 0 15px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.1s linear !important;
    border: 1px solid transparent;
    border-radius: 0;
}
.cart-modal .product .varient .button input:checked + label,
.button input:checked + label {
    border-color: #1e1f1e !important;
}
.cart-modal .product .varient-description,
.varient-description {
    margin-top: 20px;
    margin-bottom: 30px;
    font-size: 13px;
}
.cart-modal .product .cart-button,
.cart-button {
    font-family: "Courier New", Courier, monospace;
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    text-transform: uppercase !important;
    color: #2b2e30;
    padding: 0 30px;
    top: -1px;
    transition: all 0.15s linear;
    cursor: pointer;
    height: 54px;
    display: inline-block;
    -webkit-appearance: none;
    flex: auto;
    width: auto;
    min-width: 190px;
    margin: 0 10px 20px;
    position: relative;
    background-image: linear-gradient(
        to bottom right,
        #e5ff52,
        #c7f745,
        #96f554,
        #59de3b
    );
    border: 2px solid #2b2e30;
    border-radius: 20px;
    width: calc(100% - 20px);
}

.variant_1,
.variant_2 {
    border: 1px solid black;
}
.product-content {
}
.product-content .accordion-item {
    background-color: transparent;
}
.product-content .accordion-button {
    width: 100%;
    position: relative;
    padding: 15px 20px;
    cursor: pointer;
    transition: all 0.1s linear;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: transparent;
    text-transform: uppercase;
    color: #000;
}
.product-content .accordion-button:focus {
    box-shadow: none;
    font-weight: 700;
}
.product-content .accordion-body p {
    margin-bottom: 0;
    color: #2b2e30;
    margin-bottom: 1.5rem;
}
.product-content .accordion-body a {
    color: #2b2e30;
    border-bottom: 1px solid;
    text-decoration: none;
}
.product-content .accordion-body h2,
.product-content .accordion-body h3 {
    font-family: "Courier New", Courier, monospace;
    font-weight: 700;
    font-size: 16px;
    text-decoration: underline;
    text-transform: uppercase;
    background-color: transparent;
    padding: 0;
}
.reviews {
}
.reviews .left {
    padding: 0 9vw;
}
.reviews .left .left-widget {
    padding: 24px;
    display: block;
    margin: 24px 0;
}
.reviews .left .left-widget .h2 {
    margin-bottom: 8px;
    font-size: 40px;
    line-height: 1.4;
    font-weight: 700;
}
.reviews .left .left-widget .products-star {
    padding: 8px 0;
}
.reviews .left .left-widget p {
    padding: 8px 0;
    color: #2b2e30;
    line-height: 1.4;
    font-size: 16px;
    font-weight: 700;
}
.reviews .left .left-widget .btn-wrapper {
    margin-bottom: 10px;
}
.reviews .left .left-widget .btn-wrapper .review-btn {
    margin: 12px 5px 8px 0;
    font-weight: 700;
    text-transform: uppercase;
    background-image: linear-gradient(
        to bottom right,
        #e5ff52,
        #c7f745,
        #96f554,
        #59de3b
    ) !important;
    color: rgba(43, 46, 48, 1);
    background-color: #fff;
    padding: 10px;
    width: 100%;
    display: block;
    text-align: center;
    text-decoration: none;
    border: 1px solid #2b2e30;
}
.reviews .left .left-widget .btn-wrapper .question-btn {
    margin: 12px 5px 8px 0;
    font-weight: 700;
    text-transform: uppercase;
    background-color: transparent;
    padding: 10px;
    width: 100%;
    display: block;
    text-align: center;
    text-decoration: none;
    border: 1px solid #2b2e30;
    color: rgba(43, 46, 48, 1);
}
.reviews .left .left-widget .review-wrapper {
    margin-bottom: 10px;
}
.reviews .left .left-widget .review-wrapper .wrapper-row {
    height: 16px;
    line-height: 16px;
    cursor: pointer;
    white-space: nowrap;
    margin: 0;
    margin-bottom: 12px;
    display: flex;
    justify-content: flex-start;
    column-gap: 10px;
}
.reviews .left .left-widget .review-wrapper .wrapper-row .products-star {
    padding: 0;
}
.reviews .left .left-widget .review-wrapper .wrapper-row .star-bar {
    position: relative;
    display: inline-block;
    width: 120px;
    height: 100%;
    margin: 0 2px 0 4px;
    vertical-align: middle;
    box-shadow: inset 0 0 1px #666;
    box-sizing: border-box;
    line-height: 1.4;
}
.reviews .left .left-widget .review-wrapper .wrapper-row .star-bar .fill {
    width: 0%;
    background-color: #59de3b;
    height: 100%;
}
.reviews .left .left-widget .review-wrapper .wrapper-row .star-percent {
    display: inline-block;
    width: 32px;
    vertical-align: middle;
    margin: 0;
    line-height: 1.4;
}
.reviews .right {
    display: block;
    padding: 24px;
    margin: 24px 0;
    line-height: 1.4;
}
.reviews .right nav .nav-tabs .nav-link {
    color: #2b2e30;
    background-color: transparent;
    border: 3px solid transparent;
    border-radius: 0;
    padding: 8px;
    font-weight: 500;
    text-transform: uppercase;
}

.reviews .right nav .nav-tabs .nav-link.active {
    border-bottom: 3px solid #2b2e30;
}
.reviews .right .review-section {
    position: relative;
    overflow: hidden;
    padding-top: 16px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.reviews .right .review-section .review-head {
    margin-bottom: 5px;
}
.reviews .right .review-section .review-head .profile {
    position: relative;
    display: inline-block;
    width: 3.2em;
    height: 3.2em;
    line-height: 3.2em;
    margin-right: 12px;
    text-align: center;
    border-radius: 50%;
    color: #333333;
    background-color: #e9e9e9;
    font-size: 1.2em;
    font-weight: 600;
}

.reviews .right .review-section .review-head .review-info {
    display: inline-block;
    vertical-align: middle;
}
.reviews .right .review-section .review-head .review-info .rating {
    display: flex;
    justify-content: flex-start;
    column-gap: 10px;
    direction: ltr;
}
.reviews
    .right
    .review-section
    .review-head
    .review-info
    .rating
    .products-star {
    padding-top: 2px;
}
.reviews .right .review-section .review-head .review-info .name {
    font-weight: bold;
    vertical-align: middle;
    line-height: 1.4;
}
.reviews .right .review-section .review-body {
    clear: both;
    padding-top: 10px;
}
.reviews .right .review-section .review-body p {
    line-height: 1.4;
    margin-bottom: 10px;
}

.reviews .right .question-section {
    position: relative;
    overflow: hidden;
    padding-top: 16px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.reviews .right .question-section .question-head {
    margin-bottom: 5px;
}
.reviews .right .question-section .question-head .profile {
    position: relative;
    float: left;
    width: 3.2em;
    height: 3.2em;
    line-height: 3.2em;
    margin-right: 12px;
    text-align: center;
    border-radius: 50%;
    color: #333333;
    background-color: #e9e9e9;
    font-size: 1.1em;
    font-weight: 600;
}

.reviews .right .question-section .question-head .review-info {
    float: left;
}
.reviews .right .question-section .question-head .review-info .rating {
    display: flex;
    justify-content: flex-start;
    column-gap: 10px;
    direction: ltr;
}
.reviews
    .right
    .question-section
    .question-head
    .review-info
    .rating
    .products-star {
    padding-top: 2px;
}
.reviews .right .question-section .question-head .question-info .name {
    font-weight: bold;
    vertical-align: middle;
    line-height: 1.4;
}
.reviews .right .question-section .question-body {
    clear: both;
    padding-top: 10px;
}
.reviews .right .question-section .question-body p {
    line-height: 1.4;
    margin-bottom: 10px;
}
.reviews .right .question-section .question-body .reply {
    margin-top: 16px;
    padding: 8px 16px;
    border-left: 3px solid #ddd;
    background-color: #f2f2f2;
}
.reviews .right .question-section .question-body .reply .info {
    margin-bottom: 15px;
}
.reviews .right .question-section .question-body .reply .info .date {
    font-size: 16px;
    margin-left: 0;
    line-height: 1.4;
}
.reviews .right .question-section .question-body .reply .info .heading {
    font-weight: bold;
    vertical-align: middle;
    font-size: 18px;
    line-height: 1.4;
}
.reviews .right .question-section .question-body .reply .text {
}
.reviews .right .question-section .question-body .reply .text p,
.reviews .right .question-section .question-body .reply .text li,
.reviews .right .question-section .question-body .reply .text span,
.reviews .right .question-section .question-body .reply .text strong {
    line-height: 1.4;
    margin-bottom: 10px;
    font-size: 14px;
}
.reviews .right .question-section .question-body .reply .text h1,
.reviews .right .question-section .question-body .reply .text h2,
.reviews .right .question-section .question-body .reply .text h3,
.reviews .right .question-section .question-body .reply .text h4,
.reviews .right .question-section .question-body .reply .text h5,
.reviews .right .question-section .question-body .reply .text h6 {
    font-size: 18px;
    font-weight: 700;
    background-color: transparent;
    padding: 0;
}
.reviews .left .left-widget .review-form {
    margin-top: 16px;
    border-top: 1px solid #eee;
}
.reviews .left .left-widget .review-form .form-label {
    display: inline-block;
    margin: 20px 3px 5px 0px;
    width: auto;
}
.reviews .left .left-widget .review-form .form-control {
    width: 100%;
    min-height: 2em;
    margin: 0;
    border: 1px solid #ddd;
    line-height: 1.4;
    background-color: transparent;
    font-weight: 500;
}
.reviews .left .left-widget .review-form .rating input {
    display: none;
}
.reviews .left .left-widget .review-form .rating label {
    font-size: 24px;
    color: #ccc;
    cursor: pointer;
    margin: 0 5px;
}
.reviews .left .left-widget .review-form .rating label::before {
    content: "\2606";
    color: #000;
}
/* .reviews .left .left-widget .review-form .rating input:checked ~ label {
    color: #000;
} */
.reviews .left .left-widget .review-form .rating input:checked ~ label::before,
.reviews .left .left-widget .review-form .rating label:hover::before {
    content: "\2605";
    color: #000;
}
.reviews .left .left-widget .review-form .submit-btn {
    font-family: "Courier New", Courier, monospace;
    font-weight: 700;
    font-style: normal;
    font-size: 18px;
    text-transform: uppercase !important;
    border: 2px solid transparent;
    color: #fff;
    background-color: #2b2e30;
    text-transform: uppercase;
    padding: 0 30px;
    position: relative;
    top: -1px;
    transition: all 0.15s linear;
    cursor: pointer;
    height: 54px;
    margin: 0;
    display: inline-block;
    line-height: 1.4;
    border-radius: 0;
    -webkit-appearance: none;
}

.review-new-form-box .rating {
    display: inline-block;
}

.review-new-form-box .rating input[type="radio"] {
    display: none;
}
/*
.review-new-form-box .rating label {
    float: right;
    color: #fff;
    cursor: pointer;
    background: #b1b1b1;
    margin: 0px 8px 0px 0px;
    padding: 0px 5px 0px 7px;
    height: 33px;
    width: 33px;
    border-radius: 4px;
}

.review-new-form-box .rating label:before {
    content: "\2605";
    font-size: 22px !important;
    margin-right: 0px;
} */
