/*
OZCHAMP CSS Setting
*/

/* HTML: <div class="loader"></div> */
.loader {
  height: 2px;
  width: 150px;
  --c:no-repeat linear-gradient(#00c9ff 0 0);
  background: var(--c),var(--c),#fff;
  background-size: 60% 100%;
  animation: l16 3s infinite;
}
@keyframes l16 {
  0%   {background-position:-150% 0,-150% 0}
  66%  {background-position: 250% 0,-150% 0}
  100% {background-position: 250% 0, 250% 0}
}

.fixed-nav { background-color: #162c85f1;}
#Slider.owl-theme .owl-nav.disabled+.owl-dots { margin-top: 0;}
#Slider.owl-theme .owl-dots .owl-dot span { position: relative; width: 6px; height: 6px; background: white !important; opacity: 0.3;}
#Slider.owl-theme .owl-dots .owl-dot span:before { content: ''; position: absolute; left: 0; right: 0; top: 0; bottom: 0; border: 1px solid white; transform: scale(1); border-radius: 100%; transition: .3s; opacity: 0;}
#Slider.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span { opacity: 1;}
#Slider.owl-theme .owl-dots .owl-dot.active span:before { transform: scale(2.5);  opacity: 1;}


#products.owl-carousel .owl-dots {display: none;}
#products.owl-theme .owl-nav {position: absolute; top: -120px; right: 0;}
#products.owl-carousel .owl-nav button.owl-prev,
#products.owl-carousel .owl-nav button.owl-next { background: transparent!important; }
#products.owl-carousel .owl-nav button.owl-prev span,
#products.owl-carousel .owl-nav button.owl-next span { font-size: 5rem; color:#1D39AB; line-height: 0; padding: 10px;}


/*---------------------------
          responsive
----------------------------*/
/*2xl*/
@media only screen and  (max-width: 1536px) {
    
}

/*xl*/
@media only screen and  (max-width: 1280px) {

}

/*lg*/
@media only screen and (max-width: 1024px) {

}
    
/*md*/
@media only screen and  (max-width: 768px) {
#products.owl-carousel .owl-dots {display: none;}
#products.owl-theme .owl-nav {position: absolute; top: auto; bottom: -20px;; right: 0; width: 100%; margin: 0; display: flex; justify-content: center;}
#products.owl-carousel .owl-nav button.owl-prev,
#products.owl-carousel .owl-nav button.owl-next { background: transparent!important; }
#products.owl-carousel .owl-nav button.owl-prev span,
#products.owl-carousel .owl-nav button.owl-next span { font-size: 3rem; color:#1D39AB; line-height: 0; padding: 10px;}
}

/*sm*/
@media only screen and  (max-width: 480px) {
  }
  