.form-control {
    height: 40px;
}

.file-div {
    padding: 0 0 0 16px;
}

.file-div .file {
    display: block;
}

.file-div .file span {
    font-size: 14px;
}

.form-group {
    margin-bottom: 10px;
}

.form-group label {
    font-weight: 500;
}

.quote {
    /* opacity: 0.9; */
    background-attachment: fixed;
}

.quote::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: #f9f0ef78;
    left: 0;
    top: 0;
}

.quote_inner_div {
    position: relative;
    z-index: 11;
}


.breadcrumb-sec {
    padding: 25px 0;
    background: #f4f3f3;
}

.breadcrumb-sec ul {
    display: flex;
    flex-direction: row;
    padding-bottom: 10px;
    border-bottom: 1px solid #e2e2e2;
}

.breadcrumb-sec ul li {
    font-weight: 500;
    color: #8d8c8c;
}

.breadcrumb-sec ul li a {
    color: #f82249;
}

.allProductSectionDiv {
    /*background: white !important;*/
    padding: 50px 0;
}

.subheadline01 ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-bottom: 10px;
    border-bottom: 1px solid #e2e2e2;
}

.subheadline01 ul li span {
    height: 25px;
    width: 30px;
    display: inline-block;
    background-color: #575454;
    margin-right: 15px;
}

.subheadline01 ul li h4 {
    color: #575454;
    font-size: 32px;
    line-height: 40px;
}

.product-section .product-item {
    border: 1px solid #d7d7d7;
    padding: 8px;
    margin-bottom: 20px;
}

.product-section .product-item h5 {
    color: #fff;
    text-align: center;
    font-size: 16px;
    line-height: 20px;
    background: #575454;
    padding: 10px 5px;
}

.product-section .product-item .product-img {
    margin-bottom: 15px;
}

.product-section .product-item .product-img img {
    width: 100%;
}

.product-section .product-item .btn-area .btn {
    border: 1px solid #e4e4e4;
    display: block;
    padding: 8px;
    transition: 0.5s ease;
}

.product-section .product-item .btn-area .btn:hover {
    border: 1px solid #f33333;
    background-color: #f33333;
    color: #fff;
}

.product-section .product-item .btn-area .btn {
    border: 1px solid #e4e4e4;
    display: block;
    padding: 8px;
    transition: 0.5s ease;
}

.icon {
    display: flex;
    height: 15px;
    width: 15px;
    background-color: #000;
    margin-right: 15px;
    position: relative;
    top: 0;
}

.product-details-sec .product-info-sec .info-area-sec .info-area h3 {
    color: #000;
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 25px;
    border-bottom: 1px solid #000;
    padding-bottom: 4px;
    font-weight: 600;
    display: flex;
    align-items: center;
}

.product-details-sec .product-info-sec .info-area-sec .product-item .table tr td p {
    font-size: 15px;
    color: #000000;
    font-weight: 600;
}

.product-details-sec .product-info-sec .info-area-sec .product-item .table td,
.table thead th {
    border-top: none;
    border-bottom: none;
}

.product-details-sec .product-info-sec .info-area-sec .product-item .table tr .btn {
    border-radius: inherit;
    background-color: #f33333;
    color: #fff;
    font-size: 13px;
    width: 85px;
}

.product-details-sec .product-info-sec .product-filter-area .tab-area ul {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
}

.product-details-sec .product-info-sec .product-filter-area .tab-area ul li {
    margin-left: 15px;
    margin-bottom: 10px;
}

.product-details-sec .product-info-sec .product-filter-area .tab-area ul li a.active {
    background-color: #000;
    color: #fff;
}

.product-details-sec .product-info-sec .product-filter-area .tab-area ul li a {
    background-color: #dcdcdc;
    color: #000;
    font-size: 14px;
    padding: 8px 18px;
    display: inline-block;
}

.form-select {
    display: block;
    width: 100%;
    padding: .375rem 2.25rem .375rem .75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-image: url(../images/download.svg);
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.product-details-sec .product-info-sec .product-filter-area {
    display: flex;
    flex-direction: row;
    margin-bottom: 35px;
}

.product-details-sec .product-info {
    margin-left: 50px;
    position: relative;
    z-index: 9;
}

.product-details-sec .product-info ul {
    list-style: disc !important;
}

.product-details-sec .product-info ul li {
    margin-bottom: 8px;
    font-weight: 500;
    list-style: disc !important;
}

.product-details-sec .detail-area01 {
    background-image: url(../images/e-2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    object-fit: cover;
    background-position: center;
    margin-bottom: 35px;
    padding: 25px 0;
    position: relative;
}

.product-details-sec .detail-area01::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    /* background: #C6FFDD; */
    background: -webkit-linear-gradient(to right, #ffffff, #ffffff, #ffffff4a);
    background: linear-gradient(to right, #ffffff, #ffffff, #ffffff4a);
    box-shadow: 0 1px 10px 4px #00000008;
}

.product-details-sec .carousel-control-prev-icon,
.product-details-sec .carousel-control-next-icon {
    background-color: #000;
    border-radius: 4px;
}

.product-details-sec .carousel-indicators {
    margin-right: 0;
    height: auto;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    margin-left: 0;
    display: flex;
    gap: 10px;
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: -30px;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 1rem;
    margin-left: 15%;
    list-style: none;
}

.product-details-sec .carousel-indicators button img {
    border: 1px solid #d5d5d5;
    width: 100%;
    padding: 2px;
}

.product-details-sec .carousel-indicators button.active img {
    width: 100%;
    border: 1px solid #ff0000;
    padding: 2px;
}

.product-details-sec .details-slider {
    border: 1px solid #e8e1e1;
    margin-bottom: 25px;
    padding: 10px;
}

.product-details-sec .carousel-item .product-pic {
    max-width: 280px;
    margin: 20px auto;
    text-align: center;
}

.product-details-sec .carousel-indicators button .slide-icon {
    height: 30px;
    width: 40px;
    margin: 0 10px;
    display: contents;
    position: relative;
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 40px;
    height: 3px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    /* text-indent: -999px; */
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease;
}

.carousel-control-next {
    right: 10px;
}

.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 6%;
    height: auto;
    padding: 0;
    color: #fff;
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: .5;
    transition: opacity .15s ease;
    display: inline-block;
}



.carousel-control i {
    color: #000;
    font-size: 30px;
}



/************ pro member css ***********/
.account-main-section .form-area.part2 .area1 .form-check label {
    font-weight: 600;
}

.account-main-section .form-area .btn-area .btn {
    background: #f33333;
    color: white;
}

.account-main-section .form-area.part2 h3 {
    color: #000;
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 25px;
    border-bottom: 1px solid #000;
    padding-bottom: 4px;
    font-weight: 600;
    display: flex;
    align-items: center;
}

.account-main-section .form-group .form-control:focus {
    box-shadow: none;
}

.account-main-section .form-group input:focus {
    border-color: #ff1700;
    outline: none;
}

.account-main-section .form-group .form-control {
    height: 42px;
    background: white;
}

.account-main-section .form-group input {
    width: 100%;
}

.account-main-section .form-group input {
    width: 100%;
    padding: 7px 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
    transition: border-color 0.3s ease;
}

.account-main-section .form-group {
    position: relative;
    margin-bottom: 20px;
}

.account-main-section .form-area.part2 .area1 {
    margin-bottom: 35px;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 200px;
    object-fit: contain;
}


.swiper {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide {
    background-size: cover;
    background-position: center;
}

.mySwiper2 {
    height: 80%;
    width: 100%;
}

.mySwiper {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}

.mySwiper .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
}

.mySwiper .swiper-slide-thumb-active {
    opacity: 1;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.checkout h4 {
    position: relative;
}

.checkout .return-cart i {
    color: #c01604;
}

.checkout h4::after {
    position: absolute;
    content: "";
    height: 2px;
    width: 48px;
    left: 0;
    bottom: -5px;
    background-color: #c01604;
}

.checkout .rightArea .pDetailsall {
    margin-top: 0px;
}

.checkout .rightArea .pDetailsall .pDetails {
    background: none;
    border: none;
    border-radius: 8px;
    padding: 30px;
    box-shadow: 1px 1px 16px #00000021;
}

.checkout .rightArea .pDetailsall .pDetails h5.pHeading {
    color: #514f4f;
    text-transform: capitalize;
    border-bottom: 1px dashed #fe6a5c;
    margin-bottom: 24px;
    padding-bottom: 6px;
}

.checkout .rightArea .pDetailsall .pDetails .fstUl {
    border-bottom: 1px solid #e0e0e0;
}

.checkout .rightArea .pDetailsall .pDetails li h6 {
    margin-bottom: 0;
    font-weight: 700;
}

.checkout .rightArea .pDetailsall .pDetails .btnArea {
    margin-top: 10px;
}

.checkout .rightArea .pDetailsall .pDetails ul li .color {
    color: #949292;
}

.rightArea {
    position: sticky;
    top: 3%;
}

.form-control {
    background: white;
    border: 1px solid #c6c6c6;
}

.img-area img {
    width: 100%;
}


/***** blog-details CSS start ******/
.blogsDetails .left_side_blog .blog_img img {
    width: 100%;
    height: 485px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 20px;
}

.blogsDetails .left_side_blog .blog_content .datearea {
    font-size: 17px;
    font-weight: 600;
    color: #c01604;
    margin-top: 10px;
}

.blogsDetails .left_side_blog .blog_content h3,
.right_top_heading {
    position: relative;
    margin-bottom: 20px;
}

.blogsDetails .left_side_blog .blog_content h3::after {
    position: absolute;
    content: "";
    height: 3px;
    width: 60px;
    background: #c01604;
    left: 0;
    bottom: -6px;
}

.right_top_heading {
    display: inline-block;
}

.right_top_heading::after {
    position: absolute;
    content: "";
    height: 2px;
    width: 70px;
    background: #B5AF9F;
    right: -80px;
    top: 50%;
}

.blogsDetails .right_side_blog .pprt {
    margin-bottom: 20px;
    padding: 10px;
    border: 1px solid #d6d6d6;
    border-radius: 8px;
}

.blogsDetails .right_side_blog .blog_img img {
    height: 220px;
    margin-bottom: 14px;
}

.blogsDetails .right_side_blog .blog_content a {
    font-size: 18px;
    color: #868174;
    transition: all 0.5s;
}

.blogsDetails .right_side_blog .blog_content a:hover {
    color: #000000;
}

.blogsDetails .right_side_blog .blog_content .datearea {
    font-size: 14px;
}

/***** blog-details CSS end ******/

/****** cart accordian CSS start ******/
.cart_accordian {
    position: fixed;
    border-radius: 10px 10px 0 0;
    right: -55px;
    top: 23%;
    z-index: 11;
    text-transform: capitalize;
    font-size: 18px;
    transform: rotate(-90deg);
    background: #f4eedc;
    color: #c01604;
    border: 1px solid #c01604;
    padding: 14px;
}

.cart_accordian:hover {
    color: #c01604;
}

.cart_accordian i {
    font-size: 24px;
}

.toggledContent {
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 0;
    width: 55%;
    height: 100%;
    margin-left: -3px;
    padding: 10px;
    background: #ffffff;
    color: #000;
    border: 3px solid rgba(255, 255, 255, 0.3);
    transform: translateX(0%);
    transition: all .3s ease;
}

.toggledContent.hide {
    transform: translateX(100%);
}

.shopping_cart_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 14px;
    border-bottom: 1px solid white;
    background: #e2dbc7;
}

.shopping_cart_header i {
    font-size: 40px;
    color: #c01604;
    cursor: pointer;
}

.cart_table thead tr th {
    text-transform: capitalize;
}

.cart_table tbody tr td {
    font-size: 16px;
    color: #717171;
}

.cart_table_div {
    height: 450px;
    overflow-y: scroll;
    position: relative;
    margin-top: 20px;
}

/* width */
.cart_table_div::-webkit-scrollbar {
    width: 8px;
}

/* Track */
.cart_table_div::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.cart_table_div::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
.cart_table_div::-webkit-scrollbar-thumb:hover {
    background: #555;
}

/****** cart accordian CSS end ******/