.footer p {
    color: var(--color-contrast);
    line-height: 1.6em;
}
@media screen and (max-width: 768px) {
    .sub-toggle-desktop {
        /* display: none; */
    }
}
.header {
    /* display:none */
}
@media screen and (max-width: 768px) {
.header .logo img {
    padding: 0px;
}
}
.top-header {
    background-color: #96268f;
    color: #FFF;
    padding: 10px 0;
    transition: all 0.5s ease-in-out;
}
.top-header,
.top-header a {
    color: #fff;
    font-size: 12px;
}
.slider__content .slider__content__wrapper .slider__content__wrapper__content h2{
  	/* color: #ee1294; */
}
@media (min-width: 1099px) {  
.menu > li {
    padding-right: 30px;
}
}
@media (max-width: 1099px) {  
    /* .menu > li {
        border-bottom: 1px dashed #e4e4e4;
        display: block;
        padding-right: 0;
    }
    .menu > li > a {
        color: var(--color-heading);
        display: block;
        font-size: 1.5rem;
        line-height: 20px;
        padding: 1rem 0;
    }
    .menu > li.menu-item-has-children {
        position: relative;
    }
    .menu > li.menu-item-has-children > .sub-menu {
        display: none;
        opacity: 1;
        transition: all 0s ease;
        visibility: visible;
    }
    .menu > li.menu-item-has-children > .sub-menu > .menu-item-has-children > .sub-toggle {
        height: 40px;
        width: 40px;
    }
    .menu > li.menu-item-has-children .sub-toggle {
        height: 30px;
        margin-left: 0;
        position: absolute;
        right: 0;
        top: 0;
        width: 30px;
        z-index: 10;
    }
    .menu > li.menu-item-has-children .sub-toggle i {
        left: 50%;
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
    }
    .menu > li.current-menu-item {
        border-left: 2px solid var(--color-1st);
        padding-left: 1rem;
    }
    .menu > li.current-menu-item > a:before {
        display: none;
    } */
} 
.section--homepage {
  /*padding-top: 60px;*/
}
.section--homepage .section__header {
    padding-bottom: 0px;
    text-align: center;
}
.product .product__title {
  	font-size: 16px;
}
@media screen and (max-width: 768px) {
  	.product .product__title {
  	font-size: 12px;
  }
}
.cat_style1 .owl-stage-outer .owl-item .item .categories_box {
	width:100%;
	display: flex;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
	background-color: #000;
    min-height: unset;
}

.cat_style1 .owl-stage-outer .owl-item .item .categories_box a span {
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
  	height: 100%;
    padding: 80px 20px 20px 20px;
    z-index: 3;
	color: #FFF;
	text-align: left;
	font-size: 14px;
}

@media screen and (min-width: 768px) {
    .cat_style1 .owl-stage-outer .owl-item .item .categories_box a span {
      bottom: 0px;
      padding: 180px 140px 0px 60px;
      font-size: 18px;
    }
}
.cat_style1 .owl-stage-outer .owl-item .item .categories_box a {
 	display: block;
    width: 100%;
  	height: 100%;
}
.cat_style1 .owl-stage-outer .owl-item .item .categories_box:before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.2;
    background-color: #973f71;
}
.cat_style1 .owl-stage-outer .owl-item .item .categories_box:after {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 60%;
    z-index: 2;
    opacity: 0.9;
    background: -moz-linear-gradient(top, rgba(151, 63, 113, 0) 0, rgba(151, 63, 113, 0.7) 100%);
    background: -webkit-linear-gradient(top, rgba(151, 63, 113, 0) 0, rgba(151, 63, 113, 0.7) 100%);
    background: linear-gradient(to bottom, rgba(151, 63, 113, 0) 0, rgba(151, 63, 113, 0.7) 100%);
}
.widget--footer p strong {
    color: var(--color-contrast);
}
.widget--footer .widget__title {
    color: var(--color-contrast);
    font-size: 14px;
    font-weight: 600;
    line-height: 23px;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.footer {
    background-color: #992e93;
}

.form-control {
    /* border: 1px solid #fff; 
  	color: #FFF;*/
}
.form--subscribe button {
   /* color: var(--color-contrast); */
    color: var(--color-1st);

}

.list--social li a {
    background-color: var(--color-1st);
}

.list--social li a i {
    color: #fff;
}
.widget--footer .widget__links li a{
   color: #fff;
}

.form--subscribe ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #FFF;
}
.form--subscribe :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #FFF;
   opacity:  1;
}
.form--subscribe ::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #FFF;
   opacity:  1;
}
.form--subscribe :-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #FFF;
}
.form--subscribe ::-ms-input-placeholder { /* Microsoft Edge */
   color:    #FFF;
}

::placeholder { /* Most modern browsers support this now. */
   color:    #FFF;
}

.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    left: 40px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.my-float {
    margin-top: 16px;
}

.owl-carousel1  button.owl-prev, 
.owl-carousel1  button.owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 28px !important;
}

.owl-carousel1 button.owl-prev {
    left: -50px; /* Adjust as per your layout */
}

.owl-carousel1 button.owl-next {
    right: -50px; /* Adjust as per your layout */
}

.owl-carousel1 .owl-nav button.owl-prev:hover,
.owl-carousel1 .owl-nav button.owl-next:hover {
    background-color: rgba(155, 155, 155, 0.1); /*Optional: Darken the background on hover */
  color: #000;
}
.list--social li a{
  color: #fff;
  line-height: 35px;
}
	.cover-container{
  	  min-height: 150px;
	}
	.cover-section {
      background-color: #f8f9fa;
      padding: 40px 15px;
      display: flex;
    }
    .cover-section img {
      max-width: 100%;
      height: auto;
    }
    .cover-section h1 {
      font-size: 1.4em;  /*Adjusted smaller size for H1 */
      font-weight: bold;
      color: #333;
      margin-bottom: 20px;
    }
	.cover-section h2, h3 {
      font-size: 1.1em;  /*Adjusted smaller size for H1 */
      font-weight: normal;
    }
    .cover-section p {
      font-size: 1.2em;
      color: #555;
    }
    .cover-section a {
      color: #0d6efd;
      text-decoration: none;
    }
    .cover-section a:hover {
      text-decoration: underline;
    }