body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
  outline: none;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;

  /* Image border */
  border: 4px solid white;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;

  /* Background color behind image.
     This is visible during transitions. */
  background-color: white;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../images/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../images/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../images/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../images/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.mega-nav .dropdown-menu > .dropdown > a {
  padding: 18px !important;
}
.footer-web-logo img{
  height: auto !important;
  width: 229px !important;
  border: 2px solid #ffffff;
  border-radius: 20px;
  opacity: 0.8;
}
.product-single-hover img{
  min-height: 215px;
  max-height: 212px;
}
.product-single-hover .btn--primary:hover {
  color: #fff !important;
}
.btn--primary {
  color: #fff!important;
}
.the_brands{
  display: none;
}
.the_category{
  display: none;
}


body {
  /* background-color: # ; */
}

/* bubbles  */


.bub {
  width: 130px;
  height: 130px;
  border: 1px solid white;
  box-shadow: inset 5px -5px 10px white;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, .01);
  backdrop-filter: blur(2px);
  position: absolute;
  bottom: -100px;
  /* animation: bubble 3s ease-in infinite; */
}

.bub::before {
  position: absolute;
  content: "";
  background-color: white;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  top: 25px;
  right: 23px;
  box-shadow: 0px 0px 20px white;
}

.bub.a {
  left: 10%;
  animation: bubble2 3s ease-in 2s infinite;
}

.bub.b {
  left: 20%;
  animation: bubble 2.5s ease-in 2.4s infinite;
}

.bub.c {
  left: 28%;
  animation: bubble 6s ease-in 4.8s infinite;
}

.bub.d {
  left: 40%;
  animation: bubble 3.8s ease-in 1.5s infinite;
}

.bub.e {
  left: 75%;
  animation: bubble2 4.3s ease-in 4.5s infinite;
}

.bub.f {
  left: 90%;
  animation: bubble 4.5s ease-in 4s infinite;
}

.bub.g {
  left: 60%;
  animation: bubble 4.2s ease-in 3s infinite;
}

.bub.k {
  left: 50%;
  animation: bubble 3.6s ease-in 3s infinite;
}

.bub.i {
  left: 65%;
  animation: bubble2 3.8s ease-in 3.1s infinite;
}

.bub.j {
  left: 3%;
  animation: bubble 4s ease-in 2.5s infinite;
}

.bub.h {
  left: 35%;
  animation: bubble2 5s ease-in infinite;
}

@keyframes bubble {
  0% {
      opacity: 0;
  }
  10%,
  93% {
      opacity: 1;
  }
  100% {
      transform: translate(90px, -700px);
      display: none;
  }
}

@keyframes bubble2 {
  0% {
      opacity: 0;
  }
  10%,
  93% {
      opacity: 1;
  }
  100% {
      transform: translate(-90px, -700px);
      display: none;
  }
}


/* light border  */
.box {
  border-radius: 5px;
  padding: 4px;
  --border-size: 4px;
  background-image: conic-gradient(from var(--border-angle), #213, #112 50%, #213), conic-gradient(from var(--border-angle), transparent 20%, rgb(12, 105, 186), #f03);
  background-size: calc(100% - (var(--border-size) * 2)) calc(100% - (var(--border-size) * 2)), cover;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-animation: bg-spin 6s linear infinite;
          animation: bg-spin 6s linear infinite;
}
@-webkit-keyframes bg-spin {
  to {
    --border-angle: 1turn;
  }
}
@keyframes bg-spin {
  to {
    --border-angle: 1turn;
  }
}
.box:hover {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

@property --border-angle {
  syntax: "<angle>";
  inherits: true;
  initial-value: 0turn;
}


/* Circle shape  */

.cr_sh{
     position: relative;
    z-index: -1;
    bottom: 600px;
}
.circle{
  position: absolute;
  border-radius: 50%;
  background: white;
  animation: ripple 15s infinite;
  box-shadow: 0px 0px 1px 0px #508fb9;
}

.small{
  background: #d73136;
  width: 200px;
  height: 200px;
  left: -100px;
  bottom: -100px;
}

.medium{
  background: #3399ff;
  width: 400px;
  height: 400px;
  left: -200px;
  bottom: -200px;
}

.large{
  background: #d73136;
  width: 600px;
  height: 600px;
  left: -300px;
  bottom: -300px;
}

.xlarge{
  background: #d73136;
  width: 800px;
  height: 800px;
  left: -400px;
  bottom: -400px;
}

.xxlarge{
  background: #d73136;
  width: 1000px;
  height: 1000px;
  left: -500px;
  bottom: -500px;
}

.shade1{
  opacity: 0.1;
}
.shade2{
  opacity: 0.2;
}

.shade3{
  opacity: 0.2;
}

.shade4{
  opacity: 0.3;
}

.shade5{
  opacity: 0.3;
}

@keyframes ripple{
  0%{
    transform: scale(0.8);
  }
  
  50%{
    transform: scale(1.2);
  }
  
  100%{
    transform: scale(1.8);
  }
}
.content_none::after{
  content: none;
}

.mega-nav .dropdown-menu > .dropdown > a{
  padding-left: 18px !important;
  padding-right: 18px !important;
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}