/* .tab-pane span{
    color: black;
    font-size: 15px;
} */
.tab-nav-boxed .nav-tabs {
    gap: 10px;
}

.tab-nav-boxed .nav-tabs .nav-item {
    margin-bottom: 0;
}

.tab-nav-boxed .nav-tabs .nav-link {
    padding: 10px 20px;
    border: none;
    border-bottom: 2px solid transparent;
    color: #444;
    font-weight: 500;
    transition: all 0.3s ease;
    position: relative;
}

.tab-nav-boxed .nav-tabs .nav-link:hover,
.tab-nav-boxed .nav-tabs .nav-link:focus {
    color: #cd2341;
    background-color: transparent;
}

.tab-nav-boxed .nav-tabs .nav-link.active {
    color: #cd2341;
    background-color: transparent;
}
.tab-content > .tab-pane {
    display: none;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.tab-content > .active {
    display: block;
    opacity: 1;
}

.progress-bar {
    transition: width 0.6s ease-in-out;
}

#post-review-box {
    animation: fadeInDown 0.5s ease;
}

.success-review-msg {
    color: green;
    font-weight: bold;
    animation: fadeIn 0.5s ease-in-out;
}

.btn-comment{
font-size: 16px; 
margin-top:15px; 
/* padding:5px 15px;  */
text-align:center;
font-family:sans-serif; 
color: #cd2341;
}
/* .btn-comment:hover {
    background-color: #07253F;
    color: #fff !important;
    transition: 0.3s ease;
} */

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes fadeInUp {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes fadeInDown {
    from { opacity: 0; transform: translateY(-20px); }
    to { opacity: 1; transform: translateY(0); }
}

.product-title a {
color: black;
font-size: 15px;
}
.product-desc{
color: red;
font-size: 15px;
border-bottom: 2px solid maroon;
}
.card {
position: relative;
width: 215px;
height: 300px;
overflow: hidden;
border: 2px solid maroon;
box-shadow: 0px 4px 8px black;
}

.card-img {
width: 100%;
height: 100%;
object-fit: cover;
}

.card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    opacity: 0;
    transition: opacity 0.3s ease;
    display: flex;
    flex-direction: column;
    padding: 10px;
}

.card:hover .card-overlay {
opacity: 1;
}

.card-overlay h3 {
margin: 0 0 10px;
font-size: 18px;
font-weight: bold;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}

.card-overlay p {
font-size: 14px;
overflow: hidden;
max-height: 120px;
}

.card-overlay button {
background-color: #fff;
color: crimson;
border: none;
padding: 10px;
font-weight: bold;
cursor: pointer;
}

.product-wrap {
display: flex;
justify-content: center;
}

.product {
background-color: #fff;
width: 320px;
overflow: hidden;
transition: transform 0.3s ease;
padding-bottom: 1rem;
}

.product img {
width: 100%;
height: auto;
display: block;
border-bottom: 1px solid #eee;
}

.product-name {
font-size: 14px;
color: white;
}

.product-name a {
text-decoration: none;
color: black;
font-weight: 600;
}

.ample_color_span {
color: #07253F;
font-weight: 600;
margin-left: 0.3rem;
}

.product-details {
padding: 1rem;
font-size: 0.95rem;
}

.product-details h4 {
margin-bottom: 0.75rem;
}

.product .fa {
margin-right: 5px;
color: white;
}

.btn-group-xs>.btn, .btn-xs {
padding: 1px 5px;
font-size: 11px;
line-height: 1.5;
border-radius: 3px;
}
#reviews {
max-height: 730px;
/* overflow-y: scroll; */
/* overflow-x: hidden; */
}

.glyphicon {
position: relative;
top: 1px;
display: inline-block;
font-family: "Glyphicons Halflings";
font-style: normal;
font-weight: bold;
line-height: 1;
font-size: 23px;
color: #ffb639;
}

.rating-div-select h4 {
font-size: 17px;
font-family: sans-serif;
}

.rating-div-select h2 {
font-size: 25px;
font-family: sans-serif;
padding: 10px 0px;
}

.rating-div-select .btn {
border-radius: 4px;
width: auto !important;
height: auto !important;
line-height: 18px;
border: 1px solid #07253F;
margin: 2px;
padding: 2px;
background-color: #07253F;
}

.rating-div-select .glyphicon {
font-size: 12px;
}

.rating-div-select .pull-left .pull-left .glyphicon {
font-size: 12px;
}

.rating-div-select .btn-grey {
color: #FFF !important;
}

.rating-div-select .btn-warning:hover {
color: #fff !important;
background-color :#ec971f !important;
border-color: #d58512 !important;
}

.rating-div-select .pull-left .progress {
width: 100% !important;
position: inherit !important;
}

.rating-div-select .pull-left .pull-left .progress {
width: 100% !important;
position: inherit !important;
}

.cancel-btn {
width: auto !important;
height: auto;
font-size: 15px;
font-family: sans-serif;
}

/* .success-btn {
width: auto !important;
height: auto;
font-size: 15px;
font-family: sans-serif;
} */

.cancel-btn .glyphicon {
font-size: 12px;
color: #fff;
margin-right: 2px;
}

/* .success-btn .glyphicon {
font-size: 12px;
color: #fff;
margin-right: 2px;
} */

.user-users {
font-size: 12px;
padding: 4px 4px 0px 0px;
}

.rating-breakdown {
font-size: 17px;
font-family: sans-serif;
display: inherit;
}
ul.nav.nav-tabs{
background: aliceblue;
}
.new-review-error {
font-size: 12px;
color: red;
font-family: sans-serif;
}

.success-review-msg {
font-size: 13px;
color: #398439;
font-family: sans-serif;
font-weight: bold;
}

#product .pb-right-column .form-action {
background: #e7e7e7;
border: 1px solid #d4d4d4;
border-radius: 3px;
clear: both;
padding: 7px;
}
#product .pb-right-column .product-name {
    font-size: 24px;
    margin: 0;
}

.content_price4, .content_price4 span, .price7, .price7 span, .save5, .save5 span {
    font-size: 11px;
}

.picZoomer {
    width: 100% !important;
}

.picZoomer-pic-wp {
width: 100% !important;
}

@media only screen and (max-width: 1199px) {
.charity-round-text {
    width: 100%;
    text-align: left;
}

.charity-user .charity-round {
    margin-left: 0;
}
}

@media (min-width: 768px) and (max-width: 991px) {
    .lef_col_mainj, .lef_col_mainj12 {
        width: 100%;
    }

    .charity-round-text {
        width: 100%;
        text-align: left;
    }

    .charity-user .charity-round {
        margin-left: 0;
    }

    .lef_col_mainj {
        display: none;
    }

    .left_cl_ress {
        display: block;
    }

    .left_cl_ress .column {
        width: 100%;
    }

    .form-option {

        padding-left: 0px;

    }
}

@media (min-width: 501px) and (max-width: 767px) {
    .charity-round-text {
        width: 100%;
        text-align: left;
    }

    .charity-user .charity-round {
        margin-left: 0;
    }

    .lef_col_mainj12, .pb-left-column {
        padding-left: 0px;
        padding-right: 0px;
    }

    .btn-comment {
        width: 100% !important;
    }

    .form-option {

        padding-left: 0px;

    }
}

@media (min-width: 200px) and (max-width: 500px) {
    .charity-round-text {
        width: 100%;
        text-align: left;
    }

    .charity-user .charity-round {
        margin-left: 0;
    }

    .lef_col_mainj12, .pb-left-column {
        padding-left: 0px;
        padding-right: 0px;
    }

    .rating-breakdown {
        display: inline-block;
    }

    #left_column {
        padding-left: 0px;
        padding-right: 0px;
    }

    .btn-comment {
        width: 100% !important;
    }

    .sdassasa {
        display: inline-block;
    }

    .form-option {
        padding-left: 0px;
    }
    .page-product-box .heading{
        text-align: center;
    }
}
@media (max-width: 480px) {
.product-wrap {
    padding: 1rem;
}

.product {
    width: 100%;
}

.product-details {
    padding: 0.75rem;
}
}
@media (min-width: 768px) and (max-width: 1024px) {
    .product_detail_page_cus{
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
    }

    #left_column,
    #center_column {
        width: 100% !important;
        max-width: 100%;
        float: none !important;
        display: block;
    }

    #left_column {
        order: 2;
        margin-bottom: 20px;
    }

    #center_column {
        order: 1;
    }

    .row.product_detail_page_cus {
        display: flex;
        flex-direction: column;
    }

    .lef_col_mainj12 {
        width: 100%;
        order: 1;
    }

    .lef_col_mainj {
        display: block !important;
        order: 2;
    }

    #left_column .left-module {
        margin-bottom: 15px;
        overflow: hidden;
        margin-top: 25px;
    }

}

.amp-qua ul li a, .breadcrumb.manual a, .footer-title h2, .title-footer h2 {
    text-transform: uppercase
}

<!-- ------zoom----------->
.piclist {
    margin-top: 30px
}

.piclist li {
    display: inline-block
}

.piclist li img {
    width: 100%;
    height: auto
}

.picZoomer-pic-wp, .picZoomer-zoom-wp {
    border: 5px solid #DEDEDE;
    background: #fff
}

.picZoomer-pic-wp {
    overflow: hidden
}

.picZoomer-pic-wp:hover .picZoomer-cursor {
    display: block
}

.picZoomer-zoom-pic {
    position: absolute;
    top: 0;
    left: 0
}

.picZoomer-pic {
    width: 100%;
    height: 100%
}

.picZoomer-zoom-wp {
    display: none;
    position: absolute;
    z-index: 999;
    overflow: hidden
}

.picZoomer-cursor {
    display: none;
    cursor: zoom-in;
    width: 100px;
    height: 100px;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #eee;
    background-color: rgba(0, 0, 0, .1)
}

.picZoomCursor-ico {
    width: 23px;
    height: 23px;
    position: absolute;
    top: 40px;
    left: 40px;
    background: left top no-repeat
}

.span6.carousel-block li {
    width: 90px;
}

.span6.carousel-block li img {
    width: 90px;
    border: 3px solid #DEDBDB;
    height: 90px;
}

.zoom-a {
    margin-top: 10px
}


<!-- --------------------slider-------------------------->

.carouseller:after,.carouseller:before {
    content: " ";
    display: table
}

.carouseller:after {
    clear: both
}

.carouseller [class*=span] {
    margin-left: .2564102564102564%!important;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.carouseller [class*=span]:first-child {
    margin-left: 0!important
}

.carouseller>.carousel-wrapper>.carousel-items>.span_by5 {
    width: 1%;
    margin: 0
}

.carouseller>.carousel-wrapper>.carousel-items>.span12 {
    width: 10%
}

.carouseller>.carousel-wrapper>.carousel-items>.span6 {
    margin: 0
}

.carouseller>.carousel-wrapper>.carousel-items>.span1, .carouseller>.carousel-wrapper>.carousel-items>.span2, .carouseller>.carousel-wrapper>.carousel-items>.span3, .carouseller>.carousel-wrapper>.carousel-items>.span4 {
    width: 1%;
    margin: 0
}

.carouseller {
    position: relative
}

.carouseller .carousel-items {
    position: relative;
    width: 997.4358974358974%
}

.carouseller .carousel-block {
    display: inline-block;
    position: relative
}

.amp-qua ul, .carouseller .carousel-block:nth-child(n+7) {
    opacity: 0;
    display: none;
}

.carouseller .carousel-wrapper {
    overflow: hidden;
    position: relative;
    margin: 0 22px 0 32px
}

.carouseller .carousel-button-left, .carouseller .carousel-button-right {
    position: absolute;
    margin: 0;
    bottom: 0;
    background: none;
    font-size: 40px;
    opacity: .5;
    text-align: center;
    color: #000;
    text-decoration: none
}

.amp-qua h1, .carouseller .carousel-button-left {
    left: 0;
    top: 15px!important
}

.carouseller .carousel-button-right {
    right: 0;
    top: 15px!important
}

.carouseller .carousel-button-left:hover, .carouseller .carousel-button-right:hover {
    opacity: .8
}

.carousel-block {
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    background-color: #e5e5e5
}

.charity-user .charity-round {
    border: 2px solid #cd2341;
    border-radius: 15%;
    width: 70px;
    height: 70px;
    text-align: center;
    margin: 0 auto !important;
    display: block;
}
.charity-user .charity-round img {
    width: 22px;
    padding-top: 15px;
}

.charity-line {
    padding: 10px 0;
    margin-bottom: 14px;
    float: left;
    width: 100%;
}
.charity-detail {
    padding: 4px 0 13px;
    margin-bottom: 10px
}

.charity-detail p {
    line-height: 18px;
    margin-top: 30px;
}
.charity-detail, .charity-line {
    border-bottom: 1px dotted #999;
}
.charity-round-text {
    font-family: sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: black;
    text-align: center;
}
.charity-user .charity-round .fa.fa-user {
    font-size: 25px;
    padding-top: 15px;
    color: #cd2341;
}
#left_column .block {
    border: 1px solid #cd2341;
}
.sidebar-booking-box{
    position: relative;
}
.sidebar-booking-box h3{
    color: #FFF;
    background-color: #cd2341;
    padding: 10px 19px 22px;
    position: relative;
    letter-spacing: 1px;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    margin: 0;
}

#left_column.detail {
float: right;
}

iframe {
border: none;
}

.sidebar-booking-box {
position: relative;
}

.sidebar-booking-box h3 {
background: #cd2341;
color: #FFF;
padding: 10px 39px 22px;
font-weight: 700;
letter-spacing: 1px;
position: relative;
margin: 0;
font-size: 14px;
line-height: 18px;
}

.sidebar-booking-box h3::after {
background: #cd2341;
border-radius: 50%;
color: #FFF;
content: "🏆";
font-family: FontAwesome;
left: 41%;
padding: 10px 17px;
position: absolute;
top: 63%;
font-size: 18px;
}

.booking-box-body {
background: #E6E6E6;
box-shadow: 0 0 5px #E6E6E6;
padding: 15px 5px 0;
}

.no-space,.pull-left .qty {
padding: 0;
}

.booking-box-body label {
font-family: sans-serif;
font-size: 14px;
margin-top: 14px;
font-weight: 400;
width: 100%;
margin-left: 15px;
}

.booking-box-body .input-group {
margin: 7px 0 0;
}

.custom.pull-left {
width: 58%!important;
margin-top: 3px;
}

.pull-left .qty,.pull-left .qty-a {
border: 2px solid #DDD;
color: #000;
font-weight: 700;
margin-right: 0;
width: 38%!important;
float: none!important;
max-width: none!important;
background: #FFF;
text-align: center;
font-size: 14px;
}

.pull-left .qty-a {
padding: 7px 0!important;
}

.custom button.items-count.reduced {
margin-right: 2px;
}

.custom button.items-count {
background-color: #F5F5F5;
transition: color .3s ease-in-out 0s,background-color .3s ease-in-out 0s,background-position .3s ease-in-out 0s;
border: none;
clear: both;
color: #999;
font-size: 14px;
line-height: normal;
padding: 9px 11px;
text-align: center;
}

.booking-box-body .grand-total1 {
margin-top: 10px;
margin-left: -5px;
margin-right: -5px;
overflow: hidden;
background: 0 0;
padding: 2px 0;
}

.booking-box-body .grand-total1 span {
background: 0 0;
color: #07253F;
margin: 11px 0 0 5px;
padding: 0;
text-transform: capitalize;
font-size: 14px;
float: left;
}

.booking-box-body .grand-total1 .res-collection-sub,.booking-box-body .grand-total1 h4 {
color: #cd2341;
text-transform: capitalize;
font-size: 16px;
background: 0 0;
font-weight: 700;
float: left;
}

.booking-box-body .grand-total1 h4 {
margin: 13px 0 0;
padding: 0 5px 0 3px;
}

.booking-box-body .grand-total1 .res-collection-sub {
padding: 0;
margin: 10px 0 0;
}

#contact .page-subheading,.checkout-page .checkout-sep,.contact-me,.layered .layered_subtitle,.page-heading span.page-heading-title2,.page-product-box .heading,.product-tab .nav-tab>li,.testimonials .client-mane {
text-transform: uppercase;
}

.booking-box-body .grand-total {
margin-top: 15px;
margin-left: -5px;
margin-right: -5px;
overflow: hidden;
background: #07253F;
padding: 15px 0;
}

.map.sidebar-item h4,.map.sidebar-item h5 {
background: #E6E6E6;
line-height: 17px;
margin: 0;
text-align: center;
font-family: sans-serif;
color: #666;
font-weight: 700;
}

.map.sidebar-item h4 {
padding: 5px 15px;
font-size: 13px;
background-color: aliceblue;
}

.map.sidebar-item h5 {
padding: 5px 15px 10px;
font-size: 12px;
background-color: aliceblue;
}

.check-box-list li,.tree-menu li {
line-height: 24px;
}

#columns {
padding-top: 10px;
padding-bottom: 30px;
}

#left_column .left-module {
margin-bottom: 15px;
overflow: hidden;
}

#left_column .left-module .owl-dots {
bottom: 0px;
}

#left_column .left-module:last-child {
margin-bottom: 0;
}

#left_column .left-module img {
margin: 0 auto;
}

#left_column .block {
border: 1px solid #cd2341;
}

#left_column .block .title_block {
font-size: 16px;
font-weight: 700;
border-bottom: 1px solid #cd2341;
padding-left: 28px;
text-transform: uppercase;
padding-top: 11px;
padding-bottom: 12px;
color: black;
}

#left_column .block .block_content {
padding: 15px 20px;
}

.check-box-list input[type=checkbox]:checked+label,.check-box-list label:hover {
color: #cd2341;
}

#left_column .block .block_content.product-onsale {
padding:0;
}

#left_column .block .block_content.product-onsale .product-list {
padding-bottom: 25px;
}

#left_column .block .block_content.product-onsale .product-list .product-container {
border: none;
}

#left_column .block .block_content.product-onsale .product-list .product-container .right-block {
padding: 0;
}

.product-bottom {
padding-top: 10px;
text-align: center;
}

.btn-add-cart:hover {
color: #fff;
opacity: .8;
}

.btn-add-cart:before {
width: 16px;
height: 100%;
float: left;
background: url(../images/cart.png) left center no-repeat;
content: " ";
margin-right: 15px;
}


.testimonials {
padding-bottom: 38px;
}

.testimonials .client-mane {
text-align: center;
font-weight: 600;
}

.testimonials .client-avarta {
margin-top: 10px;
text-align: center;
}

.nv_testimonial .testimonials .client-avarta img {
    width: 100% !important;
    height: 210px;
    border: 3px solid #eaeaea;
    border-radius: 90%;
    margin: 0 auto;
}
.page-order .cart_navigation a.next-btn:hover,.product-list.style2.grid .add-to-cart a:hover {
opacity: .8;
}
.blog-title-row{
    border-bottom: 1px solid #eaeaea;
    padding: 10px 0;
}

.blog-title-row b{
    font-size: 16px;
    color:#a9a9a9;
}

.page-heading {
font-size:37px;
    text-transform: capitalize;
}

.page-heading2 {
font-size:24px;
    text-transform: capitalize;
}

.social-me-a {
margin-top: 0!important;
}

.social-me {
padding-top: 0!important;
}

.social-me .product-list.ni.row {
margin-top: 0;
}

.product-list.ni.row {
margin-top: 30px;
}

.table-bordered>thead>tr>td,.table-bordered>thead>tr>th {
border-bottom-width: 0;
}

.blog-posts .post-item .entry-meta-data .author .fa,.entry-detail .entry-meta-data .author .fa {
opacity: .7;
}



.product-tab {
margin-top: 30px;
}

.product-tab .nav-tab {
width: 100%;
overflow: hidden;
z-index: 1;
position: relative;
}

.product-tab .nav-tab>li {
height: 50px;
line-height: 50px;
float: left;
display: inline;
background: #e2e2e2;
border: 1px solid #e2e2e2;
color: #333;
text-align: center;
margin-right: 2px;
font-weight: 700;
}

.blog-posts .post-item .entry-excerpt,.content-text {
text-align: justify;
}

.product-tab .nav-tab>li:last-child {
margin-right: 0;
}

.product-tab .nav-tab>li>a {
color: #333;
padding: 0 19.55px;
height: 50px;
float: left;
}

.product-tab .nav-tab>li.active>a,.product-tab .nav-tab>li:hover>a {
background: #fff;
}

.product-tab .tab-container {
padding: 20px;
border: 1px solid #e2e2e2;
margin-top: -1px;
z-index: 1;
    
}

.product-tab .tab-container p {
margin: 0 0 10px;
    font-family: 'Roboto';
    font-size: 16px;
}

.product-tab .tab-container .table {
margin-bottom: 0;
}

.product-tab .tab-container .tab-panel {
line-height: 24px;
}
.page-product-box {
margin-top: 50px;
}

.page-product-box .heading {
font-size: 20px;
color: #07253F;
font-weight: 700;
padding-bottom: 17px;
text-decoration: underline;
}


.right-sidebar #left_column {
float: right;
}


.box-border {
border: 1px solid #eaeaea;
padding: 20px;
overflow: hidden;
}

.btn-add-cart,.contact-me {
color: #FFF;
background: #FF4500;
}

.group-button-header {
margin-top: 17px;
}

.btn-add-cart,.contact-me,.contact-me:hover {
height: 35px;
width: auto;
display: inline-block;
margin: 0 auto;
text-align: center;
clear: both;
padding-left: 15px;
padding-right: 15px;
font-size: 14px;
}

.page-product-box > .product-list .product-container {
border: 1px solid #ff4500;
height: auto;
margin-bottom: -1px;
margin-left: -1px;
overflow: hidden;
padding-bottom: 10px;
width: 24% !important;
display: inline-block;
}
@media (max-width: 768px) {
.card {
    margin: 0 auto;
    float: none;
    display: block;
}
}

.btn-add-donate {
    height: 35px;
    width: 52%;
    line-height: 35px;
    font-size: 14px;
    color: #07253F;
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    clear: both;
    padding: 0 13px;
    background: #F9F9F9;
}

.disabled-link {
    pointer-events: none;
    color: gray;
    opacity: 0.3;
    cursor: not-allowed;
}
  
.error_charity_msg {
    display: none;
}

.sdassasa {
    display: inline-block;
}

.scroll-comment {
    max-height: 170px;
    overflow-y: scroll;
    scroll-behavior: smooth;
    scrollbar-color: #dc3741 white;
    scrollbar-width: thin;
    padding: 20px 15px 0px 0px;
}
  
.review-container {
    display: none;
}

.rating_stars.selected {
    color: gold;
}


.user_rating_star {
    font-size: 8px !important;
    font-weight: bold !important;
    color: #666 !important;
}

.user_rating_star_active {
    font-size: 8px !important;
    color: #ffb34c !important;
}

.slide-giveaway-content {
    position: absolute;
    bottom: -100%;
    left: 0;
    width: 100%;
    background: white;
    color: black !important;
    text-align: center;
    padding: 10px;
    transition: bottom 0.5s ease;
    height: 228px !important;
}

.custom button.items-count-giveaway {
    background-color: #F5F5F5;
    transition: color .3s ease-in-out 0s,background-color .3s ease-in-out 0s,background-position .3s ease-in-out 0s;
    border: none;
    clear: both;
    color: #999;
    font-size: 14px;
    line-height: normal;
    padding: 9px 11px;
    text-align: center;
}