/* Custom CSS */

.elementor-widget-text-editor p:last-child{
	margin-bottom: 0 !important;
}

.operating-hours .elementor-icon-list-text{
	text-align: center;
}

/* Header Mini Cart */

.oom-mini-cart-remove-item{
	border-radius: 100% !important;
	line-height: 1 !important;
	padding: 0 !important;
}

.oom-mini-cart-qty-minus, .oom-mini-cart-qty-plus{
	padding: 0 !important;
}

.oom-mini-cart-qty-controls input{
	padding: 0 !important;
}

.oom-mini-cart-close{
	padding: 0 !important;
}

/* WA Widget */

#oom-whatsapp-widgets-floating-whatsapp.oom-widget-popup-wrapper .oom-widget-chat-button{
	border-radius: 10px !important;
	border: 0.7px solid #FFFFFF;
}

@media (max-width: 767px){
	#oom-whatsapp-widgets-floating-whatsapp .oom-widget-chat-button svg {
		fill: #ffffff;
		width: 25px !important;
		height: 25px !important;
	}
	
	#oom-whatsapp-widgets-floating-whatsapp.oom-widget-popup-wrapper .oom-widget-chat-button {
		padding: 10px !important;
		border-radius: 10px !important;
		width: 50px;
    	height: 50px;
	}
}

/* Sticky Header */

/* Default sticky header style */

/* 
.home .sticky-header:not(.header-widget-shortheader) {
   --e-con-transform-translateY: -120% !important;
} */

/* Short header (visible state) */
/* .home .sticky-header.header-widget-shortheader {
    --e-con-transform-translateY: 0px !important;
} */

/* Tall header (hidden when sticky) */
/* .home .sticky-header.header-widget-tallheader {
    --e-con-transform-translateY: -120% !important;
} */

/* Button */

@media (min-width: 1441px){
	.elementor-widget-button:not(.no-min-width) .elementor-button{
		min-width: 285px;
	}
}

/* Process Section */

.process-item .top-text{
   font-family: Inter;
    font-weight: 600;
    font-style: Semi Bold;
    font-size: 14px;
    line-height: 12px;
    letter-spacing: 0%;
    display: block;
    color: #234773;
    text-transform: uppercase;
    margin-bottom: 8px;
}

/* Youtube Slider */

.youtube-carousel .swiper-pagination-bullet {
    cursor: pointer;
    width: 5rem !important;
    border-radius: 6px;
    background-color: #D9D9D9;
    opacity: 1 !important;
}

.youtube-carousel .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background-color: #0B81B3;
}

.youtube-carousel .swiper-pagination{
    left: 50% !important;
}

/* Woocom */

form.woocommerce-cart-form .oom_row #step-cart-contents > .shop_table tbody .cart_item .product-price .product_details .quantity .minus, form.woocommerce-cart-form .oom_row #step-cart-contents > .shop_table tbody .cart_item .product-price .product_details .quantity .plus {
    padding: 10px;
    color: #ffffff;
    border-radius: 5px;
    line-height: 1em;
    border: 0;
}

.woocommerce form .form-row .input-text, .woocommerce form .form-row select{
        padding: .5em !important;
    border-radius: 5px !important;
}

@media (max-width: 1024px){
    .youtube-carousel .swiper-pagination-bullet {
        width: 4rem !important;
    }
}

@media (max-width: 767px){
    .youtube-carousel .swiper-pagination-bullet {
        width: 3rem !important;
    }
}

/* Scroll For More */

@-webkit-keyframes mouse-scroll {
  0% {
    top: 10%;
    opacity: 1;
  }
  80% {
    top: 70%;
    opacity: 1;
  }
  100% {
    top: 10%;
    opacity: 1;
  }
}
@-moz-keyframes mouse-scroll {
  0% {
    top: 10%;
    opacity: 1;
  }
  80% {
    top: 70%;
    opacity: 1;
  }
  100% {
    top: 10%;
    opacity: 1;
  }
}
@-o-keyframes mouse-scroll {
  0% {
    top: 10%;
    opacity: 1;
  }
  80% {
    top: 70%;
    opacity: 1;
  }
  100% {
    top: 10%;
    opacity: 1;
  }
}
@keyframes mouse-scroll {
  0% {
    top: 10%;
    opacity: 1;
  }
  80% {
    top: 70%;
    opacity: 1;
  }
  100% {
    top: 10%;
    opacity: 1;
  }
}
.scroll-msg-container {
  width: 18px;
  height: 50px;
}

.scroll-msg-inner {
  width: 18px;
  height: 50px;
  position: relative;
  border-radius: 34px;
  border: 1px solid #ffffff;
}

.scroll-msg-wheel {
  position: absolute;
  top: 10%;
  left: 50%;
  width: 10px;
  height: 14px;
  margin-left: -5px;
  border-radius: 6px;
  background-color: #ffffff;
  -webkit-animation: mouse-scroll 2s infinite;
  -moz-animation: mouse-scroll 2s infinite;
  -o-animation: mouse-scroll 2s infinite;
  animation: mouse-scroll 2s infinite;
}

@media (max-width: 1024px){
    .scroll-msg-container {
        width: 14px;
        height: 40px;
    }
    
    .scroll-msg-inner {
        width: 14px;
        height: 40px;
        position: relative;
        border-radius: 34px;
        border: 1px solid #ffffff;
    }
    
    .scroll-msg-wheel {
        width: 8px;
        margin-left: -4px;
        height: 10px;
    }
 
}

@media (max-width: 767px){
    .scroll-msg-container {
        width: 12px;
        height: 30px;
    }
    
    .scroll-msg-inner {
        width: 12px;
        height: 30px;
        position: relative;
        border-radius: 34px;
        border: 1px solid #ffffff;
    }
    
    .scroll-msg-wheel {
        width: 6px;
        margin-left: -3px;
        height: 8px;
    }
 
}







