@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;700&family=Source+Sans+Pro:wght@300;400;600&display=swap');
h1, h2, h3 { 
    font-family: 'Playfair Display', serif; 
}
body, p, li { 
    font-family: 'Source Sans Pro', sans-serif; 
}

.banner-image{
    height: 250px;
    object-fit: cover;
}

.img-content{
    right:125px !important;
}
.image-banner{
      width: 100%;
    background-size: cover;
    background-position:center;
    position: relative;
}
.category-image{
    border: 1px solid #c29958;
    width:60%;
    border-radius: 50%;
}
.section-bg{
background: #b3374f;
}
.privacy-list{
    list-style: inside;
}
.w-35{
   width: 35% !important;
}
.banner-text3 a{
    color:white;
}
 
    .plusicon{
    background: green;
    color: #fff;
    padding: 5px;
    border-radius: 50%;
    font-size: 10px;
    width: 19px;
    height: 19px;
    display: flex;
    align-items: center;
    justify-content: center;
    }
    .btn-secondary {
    background: #565e64;
    color: #fff;
    border: 1px solid;
    padding: 5px 10px;
    border-radius: 2px;
    margin-right: 8px;
    }
    .thead_bg{
       background-color: #b3374f;
    }
    .tbody_bg{
      background-color: #fff9f940;
      color: white;
    }
    .table-striped tbody tr:nth-of-type(odd) {
    background-color: rgb(204 203 203 / 5%) !important;
}
    
    .table thead th {
    color: #fff;
}

.table-bordered td{
color:#000;
}
    
 .dropdownbtn {
    position: relative;
    display: inline-block;
    background-color: #b3374f;
    color: #fff;
    padding: 5px 10px;
    border-radius: 26px;
    cursor: pointer;
    border: 1px solid #d8d8d8;
}
    .dropdown {
    position: relative;
    display: inline-block;
    background-color: #b3374f !important;
    color: white !important;
    padding: 5px 10px;
    border-radius: 4px;
    cursor: pointer;
    }
    .dropdown span i{
      margin-left: 3px;
    }
    .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 12px 16px;
    z-index: 1;
    }
      
    .dropdown-content p{
    color: black;
    }
    .dropdown:hover .dropdown-content {
    display: block;
    }
 .banner_sec {
  background-image: url('/frontend/assets/img/slider/banner.jpg');
  width: 100%;
  height: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

    .banner_txt{
    text-align: center;
    background-color: black;
    opacity: 0.5;
    margin: auto;
    padding: 10% 0;   
    }
    .banner_txt h1{
     color: white;
    }
    
    
    .about-history {

    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
    padding: 50px 0;
    height: 50% !important;
    background-size: cover;
    width: 100%;
  /*  min-height: 500px;  */
    display: flex;
    align-items: center;
    justify-content: center;

}

.top_head h2 {
    color: #fff !important;
    font-size: 30px !important;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 16px !important;
}


.pt-40{
    padding-top:50px;
    
}

.pb-40{
    padding-bottom:50px;
}



body {
    color: #555555;
    line-height: 1.7;
    font-size: 14px ;
    font-weight: 400;
    /* font-family: "Lato", sans-serif; */
 /*   font-family: "Jost", sans-serif;*/
      font-family: "Raleway", sans-serif;
}


.product-thumb .secimg {
    background: #fff;
    padding: 10px;
    box-shadow: 0px 0px 29px rgb(0 0 0 / 12%);
    margin: 0 !important;
    border-radius: 5px;
    width: 100%;
    height: auto;
    margin-top: 20px;
}


.unknown{
    
    font-size: 13px;
    color: #6c6c6c;
    letter-spacing: 1;

}



.team-member .team-thumb .team-social1 {
    top: 0;
    right: 0;
    width: 20%;
        height: 100px;
    padding: 10px 0;
    position: absolute;
    background-color: #fff;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    opacity: 0;
    visibility: hidden;
}

.team-member .team-thumb .team-social1 a {
    color: #222222;
    width: 30px;
    height: 30px;
    font-size: 14px;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    background-color: #f5f5f5;
    border-radius: 5px;
    margin-right: 5px;
        font-size: 25px;
}

.team-member .team-thumb .team-social1 a:hover {
    color: #b3374f;
  
}


.team-member:hover .team-social1 {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}






.team-member .team-thumb .team-social2 {
    bottom: 0;
    left:40 ;
    width: 70%;
    padding: 10px 0;
    position: absolute;
    background-color: #fff;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    opacity: 0;
    visibility: hidden;
}

.team-member:hover .team-social2 {
    opacity: 1;
     background-color: #b3374f;
     color:#fff !important;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}


.team-social2 a{
    color:#fff !important;
}


.about-sub-title {
    line-height: 1.5;
    padding-bottom: 20px;
    font-size: 30px;
}



.about-history11 {
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
    padding: 50px 0;
    height: 100% !important;
    background-size: cover;
    width: 100%;
    /* min-height: 500px; */
    display: flex;
    align-items: center;
    justify-content: center;
}


.about-history11 h4{
    font-size:40px !important;
    color:#000 !important;
}


video {
  outline: none;
  border: none;
  box-shadow: none;
}

video::-webkit-media-controls {
  display: none !important; /* Optional: Hide default controls */
}

video:hover,
video:focus {
  outline: none;
  border: none;
  box-shadow: none;
}


.order__a{
    color: #b3374f !important;
}


.border_lr{
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
}


.border-shadow{
        box-shadow: 0 0 7px #d0cece;
    padding: 25px 0px;
}


.border_right{
    border-right: 1px solid #e5e5e5;
}


.td_fsfw{
    font-size:18px; 
    font-weight:500;
    color:#000;
}



.td_bordertb{
        display: flex;
    justify-content: space-between;
    border-top: 1px solid rgba(82, 82, 108, 0.3);
    border-bottom: 1px solid rgba(82, 82, 108, 0.3);
    padding: 10px 0;
    margin: 25px 0px;
}


.td_bordertb_sub{
    font-weight: 400;
    margin: 12px 0 6px 0;
    font-size: 18px;
}


.table_tr_bg{
    background: #b3374f;
    padding:20px 15px;
}

.ml__5{
        margin-left: 5px;
}



.info-list {
    display: block !important;
    grid-template-columns: auto auto;
}



    .col-5-custom {
      flex: 0 0 20%;       
      max-width: 20%;
      
    }

    @media (max-width: 992px) {
      .col-5-custom {
        flex: 0 0 33.33%;
        max-width: 33.33%;
            padding: 0px 25px;
      }
    }

    @media (max-width: 768px) {
      .col-5-custom {
        flex: 0 0 50%;
        max-width: 50%;
            padding: 0px 25px;
      }
    }

    @media (max-width: 576px) {
      .col-5-custom {
        flex: 0 0 100%;
        max-width: 100%;
            padding: 0px 25px;
      }
    }
    
    
    .section-title .title {
    text-transform: capitalize;
    background: -webkit-gradient(linear, left top, right top, from(#c29958), color-stop(#000), to(#c29958));
    background: -webkit-linear-gradient(left, #c29958, #000, #c29958);
    background: -o-linear-gradient(left, #c29958, #000, #c29958);
    background: linear-gradient(90deg, #b3374f, #b3374f, #b3374f);
    background-repeat: no-repeat;
    background-size: 100%;
    -webkit-animation: shine 3s linear infinite;
    animation: shine 3s linear infinite;
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(255, 255, 255, 0);
}

 .about-sub-title

 {
    line-height: 1.5;
    padding-bottom: 20px;
    font-size: 32px !important;
    font-weight: 900 !important;
}


.header-social-link a {
    color: #777777;
    font-size: 14px;
    display: inline-block;
    line-height: 1;
    margin-right: 13px !important;
        display: flex
;
    align-items: center;
    gap: 3px;
}


.header-social-link {
        display: flex
;
    align-items: center;
    gap: 15px;
}



.header-social-link i {
 
    font-size: 18px;

}



.checkout-summary {
    max-width:700px;
    margin:30px auto;
    border-radius:1px;
    padding:20px;
    background:#fff;
    box-shadow:0 2px 6px rgba(0,0,0,0.08);
  
}

.checkout-summary h4 {
    text-align:center;
    color:#b3374f;
    font-weight:700;
    margin-bottom:20px;
}

.checkout-summary .item-row {
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:10px 12px;
  border-bottom: 1px dashed #cdcaca;
    transition: background 0.2s;
}



.checkout-summary .item-row .item-info div:first-child {
    font-size:16px;
    font-weight:600;
    color:#333;
}

.checkout-summary .item-row .item-info div:last-child {
    font-size:13px;
    color:#777;
}

.checkout-summary .item-row .item-price {
    font-size:16px;
    font-weight:700;
    color:#b3374f;
}

.checkout-summary .total-row {
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:14px 12px;
    margin-top:15px;
    background:#fdf3f6;
    border-radius:1px;
}

.checkout-summary .total-row .total-label {
    font-size:18px;
    font-weight:700;
    color:#333;
}

.checkout-summary .total-row .total-price {
    font-size:18px;
    font-weight:700;
    color:#b3374f;
}


.btn-outline-secondary:hover {
    color: #fff;
    background-color: #b3374f;
    border-color: #b3374f;
}

.usbb {
    position: relative !important;
    display: inline-block;
    background-color: #b3374f;
    color: white !important;
    padding: 9px 18px;
    cursor: pointer !important;
    border: 1px solid #d8d8d8;
}



    .custom-print-btnn {
    
     border-radius: 26px !important;
 
}


.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #b3374f;
    border-color: #b3374f;
}


.page-link {
    z-index: 2;
    color: #b3374f;
    text-decoration: none;

    border-color: #dee2e6;
}


.page-link:hover {
    z-index: 2;
    color: #b3374f;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.privacy_summery p{
    font-size:13px;
}

.privacy_summery h3{
font-size: 20px;
    letter-spacing: 1px;
    /* margin: 8px 0px; */
    /* padding: 16px 2px; */
    line-height: 40px;

}

.privacy_summery h2{
font-size: 21px;
    letter-spacing: 1px;
    /* margin: 8px 0px; */
    /* padding: 16px 2px; */
    line-height: 40px;

}


div.dataTables_wrapper div.dataTables_filter input {
    margin-top: 15px;
}

.mobile-main-header .mobile-menu-toggler .mini-cart-wrap {
    display: flex
;
    line-height: 1;
    gap: 10px;
}