footer_logo {
        width: 150px !important;
}
.about_padding {
    margin-top: 50px;
}
.about_us_custom_heading {
    font-size: 30px;
    color: #0e2b51;
    font-weight: 400;
}
.about_custom_paragraph {
    font-size: 16px;
    line-height: 1.5;
    color: #707070;
    margin: 5px 0 30px;
    font-weight: 400;
}


/*ABOUT DETAILS*/

.panel-default>.panel-heading {
    color: #333;
    background-color: #fff;
    border-color: #e4e5e7;
    padding: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.panel-default>.panel-heading a {
    color: #333333;
    border-radius: 2px;
    border: 1px solid #ddd;
    display: block;
    padding: 10px 15px;
}

.panel-default>.panel-heading a:after {
    content: "";
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    float: right;
    transition: transform .25s linear;
    -webkit-transition: -webkit-transform .25s linear;
}

.panel-default>.panel-heading a[aria-expanded="true"] {
    background-color: #eee;
}

.panel-default>.panel-heading a[aria-expanded="true"]:after {
    content: "\2212";
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.panel-default>.panel-heading a[aria-expanded="false"]:after {
    content: "\002b";
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.accordion-option {
    width: 100%;
    float: left;
    clear: both;
    margin: 15px 0;
}

.accordion-option .title {
    font-size: 20px;
    font-weight: bold;
    float: left;
    padding: 0;
    margin: 0;
}

.accordion-option .toggle-accordion {
    float: right;
    font-size: 16px;
    color: #6a6c6f;
}

/*.accordion-option .toggle-accordion:before {*/
/*    content: "Expand All";*/
/*}*/

/*.accordion-option .toggle-accordion.active:before {*/
/*    content: "Collapse All";*/
/*}*/

.panel-title {
    margin-bottom: 0;
}

.panel-default {
    padding: 5px;
}
.panel-body {
    border: 1px solid #ddd;
}
.panel-body {
    padding: 15px;
}


/*ABOUT END*/

.single_product_item_thumb {
    position: relative;
}
.single_product_item_details {
    padding: 10px;
    position: absolute;
    bottom: 0;
    width: 100%;
    background: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.13) 18%,rgba(0,0,0,.33) 36%,rgba(0,0,0,.74) 70%,rgba(0,0,0,.91) 87%,#000 100%);
}

/*.single_product_item_thumb h3 {*/
/*    color: black;*/
/*}*/



.img-wrapper {
    overflow: hidden;
}
.inner-img {
    transition: 0.3s;
}
.inner-img:hover {
    transform: scale(1.1);
}


.pillow-custom {
    padding-top: 50px;
    padding-bottom: 50px;
}

.pillow-item {
    position: relative;
    overflow: hidden;
}

.image-wrapper {
    position: relative;
    overflow: hidden;
}

.image-wrapper img {
    width: 100%;
    transition: transform 0.5s ease, opacity 0.5s ease;
    display: block;
}

.image-wrapper:hover img {
    transform: scale(1.1);
    opacity: 0.7;
}

.overlay-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.image-button {
    display: inline-block;
    padding: 10px 20px;
    border: 1px solid black;1
    background-color: transparent;
    color: black;
    font-size: 1.1rem;
    text-transform: uppercase;
    text-align: center;
    transition: all 0.3s ease;
    border-radius: 4px;
}

.image-button:hover {
    background-color: black;
    color: white;
    cursor: pointer;
}



.custom-testimonial {
    color: white;
}



/*PRODUCTS LIST*/

/* --------- prod box ---------- */
/*.prod-box{height:400px; background-color:#fff; border:1px solid #ddd; box-shadow:1px 2px 4px #ddd; -moz-box-shadow:1px 2px 4px #ddd; -webkit-box-shadow:1px 2px 4px #ddd;  -webkit-border-radius:4px; -o-border-radius:4px; -moz-border-radius:4px; border-radius:4px; position:relative; margin-top:10px; margin-bottom:10px; font-family:'Open sans', Arial;}*/
.prod-box .img-holder{margin-top:3px; text-align:center; overflow:hidden; position:relative;}
.prod-box .item-img-2{display:none;}
.prod-box .img-holder:hover .item-img-2{display:block;}
.prod-box .img-holder:hover .item-img-1{display:none;}

.prod-box .img-holder img{max-height:100%}

/*.prod-box .anons{padding:5px; border-top:1px solid #ddd;}*/
.prod-box p{color: #333333; font-size: 18px; padding-left: 5px}
.prod-box .title{ font-size:18px; max-height:45px; overflow:hidden; font-family:"Poppins", sans-serif; padding: 10px}
.prod-box .price{ float:left; color:#D90000;}
.prod-box .sold{ float:right; color:#999}
.prod-box .info{width:60%; font-size:12px; color:#666; float:left}

.prod-box .action{width:39%; float:right; position:relative;}
.prod-box:hover .blok-hover{bottom:0px; opacity:1;}

.blok-hover{ position:absolute;  bottom:-36px; left:0; width:100%; height:36px; color:#fff; background-color:rgba(250,128,114,.7); z-index:99; transition: all 200ms ease-in-out 0s;}

.blok-hover a{color:inherit; display:inline-block; padding:10px; font-size:14px;}
/*.blok-hover a:hover{color:yellow}*/

/*.prod-box  .btn{background-color:#FF4000; border-radius:0; font-size:12px; padding:3px;*/
    /*-webkit-border-radius:0; -moz-border-radius:0; color:#fff; border:0}*/

.prod-box .action .btn {width:100%;}
.prod-box .action .btn-add{display:none; position:absolute;}
.prod-box .action:hover .btn-add{display:block}

/*.prod-box  .btn-order:hover{background-color:#d90000; color:#fff; }*/
.prod-box  .btn-add:hover{background-color:#d90000; color:#fff; }


/*PRODUCTS CUSTOM TITLE CSS*/

.product-custom {
    font-size: 22px;
    color: #212529 !important;
    padding: 10px 10px 0px 10px;
    font-weight: 400;
    margin-bottom: 0;
}
.product-custom a {
    color: #4B3049;
}
.product-custom a:hover {
    color: #707070;
}

.footer_part {
    background-color: #0e2b51;
}

.footer_part .footer_iner .footer_menu_item_custom a {
    display: inline-block;
    color: white;
    font-size: 16px;
    padding: 0 17px;
}


.footer_part .footer_iner .footer_menu_item_custom a:hover {
   /*color: rgba(250,128,114);*/
    color: white;
}
.download-catalogue {
    text-align: center;
    padding-top:50px;
}


.product_img_slide {
    margin-top: 50px;
}





.product {
    margin-top:50px;
    width: 100%;
    /*height: 100vh;*/
}

.product__images {
    width: 100%;
    /*height: 100%;*/
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.product__main-image {
    max-width: 100%;
    max-height: 600px;
    object-fit: cover;
    cursor: pointer;
    /*border: 1px solid #070707;*/
}

.product__slider-wrap {
    max-width: 500px;
    min-height: 100px;
    display: flex;
    align-items: center;
}

.product__slider {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
}

.product__image {
    max-width: 180px;
    max-height: 100px;
    object-fit: cover;
    cursor: pointer;
    opacity: 0.5;
    margin: 0.25rem;
    /*border: 1px solid #070707;*/
}

.product__image:first-child {
    margin-left: 0;
}

.product__image:last-child {
    margin-right: 0;
}

.product__image:hover {
    opacity: 1;
}

.product__image--active {
    opacity: 1;
}

.product__slider::-webkit-scrollbar {
    height: 10px;
}

.product__slider::-webkit-scrollbar-thumb {
    background-color: #f9564f;
    border-radius: 50px;
}

.single_product_paragraph {
    font-size: 17px;
    margin-top: 10px;
    color: #6b6257 !important;
    font-weight: 300 !important;
}

.product-tags {

    margin-top: 80px;
    text-align: center;
}
.single_feature_part img {
    width: 50px;
    padding-top: 20px;
}

.single_feature_part h3  {
    text-transform: uppercase;
    font-size: 10px;
    color: #ae001a;
}
.single_feature_part {
    /*border: 1px solid black;*/
}


@media (max-width: 991px) {
    /* line 141, /Applications/MAMP/htdocs/old/palash/cl/shop_html/sass/_single_product.scss */
    .product_image_area .single_product_text h3 {
        font-size: 40px;
    }
    /* line 145, /Applications/MAMP/htdocs/old/palash/cl/shop_html/sass/_single_product.scss */
    .product_image_area .single_product_text h3 br {
        display: none;
    }
}

header {
    background-color: #0e2b51;
    border-bottom: 3px white !important;
    color: white;
}
.main_menu .main-menu-item ul li .nav-link {
    color: white;
}
.menu_fixed {
    background-color: #0e2b51;
}






.product-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px; /* white border lines */
    width: 100%;
    max-width: 100%;
    /*margin: 40px auto;*/
    background-color: white; /* white border */

}
.product-new {
    position: relative;
    overflow: hidden;
    background: black;
    cursor: pointer;
}

.product-new img {
    display: block;
    width: 100%;
    height: auto;
    transition: filter 0.3s ease;
    filter: brightness(0.55);
}

/* Show image clearly on hover */
.product-new:hover img {
    filter: brightness(1);
}

/* Button styling */
.product-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: transparent;
    color: black;
    border: 2px solid black;
    padding: 10px 20px;
    font-size: 14px;
    transition: all 0.3s ease;
    pointer-events: none; /* prevent interaction unless visible */
    text-transform: uppercase;
}

/* Show button on hover */
.product-new:hover .product-btn {
    background: black;
    color: white;
    opacity: 1;
    pointer-events: auto;
}

/* 🔁 Responsive breakpoints */
@media (max-width: 900px) {
    .product-grid {
        grid-template-columns: repeat(2, 1fr); /* 2 columns on tablets */
    }
}

@media (max-width: 600px) {
    .product-grid {
        grid-template-columns: 1fr; /* 1 column on phones */
    }
}


.footer-column p {
    color:white;
}
