/* Default CSS */
/* Generated by the CoffeeCup HTML Editor - www.coffeecup.com */
/* EDIT PRODUCTS FORM & ADD PRODUCTS FORM */
.custom-file-upload {
    border: 1px solid #ccc;
    background-color:#0078F0;
    color:#FFFFFF;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
}
input[type="file"] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}
.fileUpload {
	position: relative;
	overflow: hidden;
	margin: 10px;
}
.fileUpload input.upload {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
	font-size: 20px;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
}
/* The grid: Four equal columns that floats next to each other */
.img-thumbnail  {
  float:left;
  width: 90%;
   margin:2px;
}
/* Clear floats after the columns */
.pic-row {
  padding:1% 5% 1% 10%;
  background-color:white;
}
/* Clear floats after the columns */
.pic-row:after {
  content: "";
  display: table;
  clear: both;
}
.image {
    display: inline-block;
    width: 100px;
    height: auto;
}

#modal {
    display: none;
    width: 100%;
    height: auto;
}
/*##################  CATEGORY SEARCH AND PRODUCT SEARCH###################################  */
.PrevNext{
    font-size: 17px;
	
	}
	.PrevNext a.disabled {
	pointer-events: none;
  	cursor: default;
  	text-decoration: none;
  	opacity:10%;
	}
    .PrevNext a, .PrevNext a:visited{
    background-color: #006969;
    box-shadow: 1px 1px #006969;
	text-shadow:none !important;
    border-radius: 4px;
    color: #fff !important;
    padding: 8px;
    margin: 16px 3px;
    text-decoration: none;
    }
    .PrevNext a:hover{
    background-color: #004949;
    box-shadow: 1px 1px #004949;
    }
    .box{
    background-color: lightblue;
    padding: 32px;
    font-family: verdana;
    }
	.tooltip
	{
	text-align:left;
	text-shadow:none !important;
	text-decoration:none !important;
 	border: 1px solid black;
  	color: #00003e;
  	background-color: #ffffff;
	margin-top:3px;
	padding:5px;
	}
	a.disabled {
	pointer-events: none;
  	cursor: default;
  	text-decoration: none;
  	opacity:20%;
	}
/*######################### ADDED PRODUCTS FORM###########################################  */


    

    
.swiper {
      width: 100%;
      height: 100%;
      margin-left: auto;
      margin-right: auto;
    }

    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    
    .swiper-slide {
      background-size: cover;
      background-position: center;
    }

    .swiper-container {
      height: 80%;
      width: 100%;
    }

    .mySwiper {
      height: 20%;
      box-sizing: border-box;
      padding: 10px 0;
    }

    .mySwiper .swiper-slide {
      width: 25%;
      height: 100%;
      opacity: 0.4;
    }

    .mySwiper .swiper-slide-thumb-active {
      opacity: 1;
    }

    .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
.upe-mutistep-form .step{
    display: none;
}
.fixed-width-btn {
  width: 250px; /* Adjust as needed */
}
.fixed-width-input {
  max-width: 400px; /* Adjust as needed */
}
.e-fas-shipping-fast, .e-fas-tag {
    height: 16px;
    width: 16px;
}
.ul-list-font {
  font-family: "Georgia", serif;
  font-size: 18px;
}
.e-fas-map-marker-alt {
 height: 16px;
    width: 16px;
color:#008000;
 }
.elementor-widget-container {
    padding: 10px 10px 10px 10px;
    border-radius: 100px 100px 100px 100px;
	background-color: #028448;
	transition: background .3s, border .3s, border-radius .3s, box-shadow .3s, transform var(--e-transform-transition-duration, .4s);
	width: 48px;
	height: 48px;
	margin-left:5px;
}
.elementor-heading-title {
    font-family: "Roboto", Sans-serif;
    font-size: 21px;
    font-weight: 400;
    color: #FFFFFF;
}