/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

.content-wrap {
    position: relative;
    padding: var(--cnvs-content-padding) 0;
    overflow: hidden;
	padding-top: 0px;
}

.p-text{
    width: 50%;
    margin-left: 25%;
}

.card {
    border: 1px solid var(--cnvs-content-padding);
}


.card-title.card-border{
    border-left: 23px solid var(--cnvs-themecolor);
    padding-left: 6px;
    color: #235d7e;
}

li::marker{
    color: #235d7e;
}

.btn.button{
    background-color: var(--cnvs-themecolor);
    color: var(--bs-highlight-bg);
}

.btn.button:hover{
    background-color: #235d7e;
}

.text-color{
    color: #235d7e;
}

.list-group-item.contact{
    border-left: none;
    border-right: none;
    border-top: none;
}



.card.all {
    position: relative;
    overflow: hidden;
    transition: background 0.3s ease-in-out;
}

.card.all::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, transparent, var(--cnvs-themecolor));
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    z-index: 2;
}




.card.all:hover::before {
    opacity: 0.7;
}

.card.all:hover h3.card-title {
    color: var(--cnvs-themecolor); /* Move this line inside .card.all:hover */
    z-index: 1;
}

.flexslider.contact-side{
    height:280.027px !important;
}

.product .container {
    margin-top: 50px;
}

.product > .container > .row {
    margin-bottom: 30px;
}

.product_cat .row {
    background-color: #f95f44;
    color: #fff;
    padding: 0px;
}

.product_cat .image {
    padding: 0px;
    border: 1px solid #f95f44;
}

.product img {
    width: 100%;
}

.product-item {
    padding: 20px; /* Adjust the padding as needed to control the gap */
  }
  
  
.col-md-3.accessories-col {
    margin: 35px;
    width: 307px;
}

.center {
    text-align: center;
}

@media (min-width: 768px){

.min-vh-md-100 {
    min-height: 65vh !important;
}
}


/* .primary-menu-trigger button span{
    display: inline-block;
} */


.products-cards .col-md-3 .row{
    background-color: #fff;
    margin: 5px;
}

.products-cards .col-md-3 .row h3{
    font-weight: 400;
    font-size: 18px;
    transition: ease-in-out;
    color: #fff;
    font-weight: 700;
}

.products-cards .col-md-3 .row .col-md-8{
    display: flex;
    align-items: center;
    padding-top: 20px;
    background-color: #f95f44;
}


.page-title{
    text-align: center;
    background: url("../images/jumbotron/background.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.page-title h2{
    padding-top: 80px;
    padding-bottom: 80px;
}