.icon-content p a{
	color:#ffffff;
}
.product-marquee {
    background: #FF5E15;
    color: #ffffff;
    }

.logo-footer a img{
    background-color: azure;
    border-radius: 10px;
    width: 250px;
    height: 80px;
    padding: 10px;
}

/* Position the icons */
.fixed-icons {
  height: auto;
  width: 0px;
  position: fixed;
  z-index:99999;
  text-align: center;
  top: 35vh;
}

/* Style the icons */
.fixed-icons a {
display: inline-block;
color: #ffffff;
background-color: #007bff;
width: 50px;
height: 50px;

text-align: center;
line-height: 50px;
font-size: 20px;
transition: all 0.3s ease;
}

.fixed-icons a:hover {
background-color: #0062cc;
}

/* Style the WhatsApp icon */
.fixed-icons a.whatsapp {
background-color: #25d366;
}

.fixed-icons a.whatsapp:hover {
background-color: #128c7e;
}

/* Style the Call icon */
.fixed-icons a.call {
background-color: #dc3545;
}

.fixed-icons a.call:hover {
background-color: #c82333;
}

/* Style the Email icon */
.fixed-icons a.email {
background-color: #ffc107;
}

.fixed-icons a.email:hover {
background-color: #e0a800;
}

/* Style the modal background */
.modal-backdrop {
background-color: rgba(0, 0, 0, 0.5) !important;
}

/* Style the modal header */
.modal-header {
background-color: #FF5E15;
color: #fff;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
}

/* Style the modal title */
.modal-title {
font-size: 28px;
margin-top: 10px;
}

/* Style the close button */
.close {
color: #fff;
}

/* Style the modal body */
.modal-body {
background-color: #FF5E15;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
padding: 20px;
}

/* Style the form labels */
.form-label {
font-size: 16px;
font-weight: bold;
color: #333;
}

/* Style the form inputs */
.form-control {
border: 2px solid #f9a01b;
border-radius: 5px;
padding: 10px;
margin-bottom: 20px;
}

/* Style the form submit button */
.btn-primary {
background-color: #00173C;
border-color: #f9a01b;
color: #fff;
font-size: 18px;
font-weight: bold;
border-radius: 5px;
padding: 10px 30px;
}

/* Style the form submit button on hover */
.btn-primary:hover {
background-color: #fff;
border-color: #f9a01b;
color: #f9a01b;
}

/*Product price Cross*/
.m-tb10 span{
    text-decoration: line-through;  
    color:red;
}
/*Product Quick price button*/
.product-enquiry-button{
     outline: none;
     margin: 5px;
    color: #fff;
    padding: 8px;
    letter-spacing: 1px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    display: inline-block;
    background-color: #ff5e15;
    border: none;
    font-size: 14px;
    font-weight: 500;

}
.product-enquiry-button:hover{
    background-color: #00173B;
    color: #ffffff;
    text-decoration: none;
}
.product-read-button{
    outline: none;
    color: #fff;
    padding: 8px;
    margin: 5px;
    letter-spacing: 1px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    display: inline-block;
    background-color: #00173B;
    border: none;
    font-size: 14px;
    font-weight: 500;

}
.product-read-button:hover{
    background-color: #ff5e15;
     color: #ffffff;
     text-decoration: none;

}
/*flash sale*/
    .sale-btn{ position: absolute;
    left: 15px;
    top: 15px;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    background-color: #ff5d24;
    color: #ffffff;
    padding: 4px 20px;
}

.link-more{
    outline: none;
     margin: 5px;
    color: #fff;
    padding: 8px;
    letter-spacing: 1px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    display: inline-block;
    background-color: #ff5e15;
    border: none;
    font-size: 14px;
    font-weight: 500;
}
.link-more:hover{
    background-color: #00173B;
    color: #ffffff;
    text-decoration: none;
}

.wpcf7-not-valid-tip {
    color: #000 !important;
}

.widget_address a{
   color: #fff; 
}
.widget_address a:hover{
   color: #FF5E15; 
}

.tab-content-default ul {
  --icon-space: 1.3em;
  list-style: none;
  padding: 0;
}

.tab-content-default li {
  padding-left: var(--icon-space);
}

.tab-content-default li:before {
  content: "\f061"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  margin-left: calc( var(--icon-space) * -1 );
  width: var(--icon-space);
}
