/* UDUNDI BLOGGER APP - STYLES */
.ud-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}

.ud-hidden {
  opacity: 0;
  visibility: hidden;
}
.ud-row {
  margin-left: -15px;
  margin-right: -15px;
}
.ud-row:before,
.ud-row:after {
  content: " ";
  display: table;
}
.ud-row:after { clear: both; }

.ud-pull-left { float: left !important; }
.ud-pull-right { float: right !important; }

.ud-img-fluid {
  display: block;
  max-width: 100%;
  height: auto;
}
.ud-img-fluid img {
  vertical-align: middle;
  border: 0;
}


.ud-grid:after {
  content: '';
  display: block;
  clear: both;
}
.ud-grid-sizer {
  position: absolute;
}
.ud-grid-item {
  float: left;
  padding: 5px;
  outline: none;
  z-index: 1;
}
.ud-grid-item:focus { outline: none; }
.ud-grid-item .ud-item-expand { display: none; }
.ud-grid-item .ud-close {
  display: none;

  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;

  float: right;
  font-size: 21px;
  font-weight: 100;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .2;
  filter: alpha(opacity=20);
}
.ud-item-wrapper {
  position: relative;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;

  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;

  -webkit-tap-highlight-color: transparent;

  -webkit-transition: all .3s ease-out;
     -moz-transition: all .3s ease-out;
       -o-transition: all .3s ease-out;
          transition: all .3s ease-out;
}
.ud-item-overlay {
  background-color: #000;
  cursor: pointer;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;

  opacity: 0.50;
  filter: alpha(opacity=50);

  -webkit-transition: color .6s linear, background-color .7s ease-in-out;
     -moz-transition: color .6s linear, background-color .7s ease-in-out;
      -ms-transition: color .6s linear, background-color .7s ease-in-out;
       -o-transition: color .6s linear, background-color .7s ease-in-out;
          transition: color .6s linear, background-color .7s ease-in-out;
}
.ud-grid-item:hover .ud-item-overlay,
.ud-grid-item.mega .ud-item-overlay {
  background-color: transparent;

  -webkit-transition: color .3s linear, background-color .3s ease-in-out;
     -moz-transition: color .3s linear, background-color .3s ease-in-out;
      -ms-transition: color .3s linear, background-color .3s ease-in-out;
       -o-transition: color .3s linear, background-color .3s ease-in-out;
          transition: color .3s linear, background-color .3s ease-in-out;
}
.ud-item-details {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  padding: 30% 10% 0;

  -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
       -o-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);

  -webkit-transition: -webkit-transform 0.35s;
     -moz-transition: -moz-transform 0.35s;
      -ms-transition: -ms-transform 0.35s;
       -o-transition: -o-transform 0.35s;
          transition: transform 0.35s;
}
.ud-grid-item:hover .ud-item-details,
.ud-grid-item.mega .ud-item-details {

  -webkit-transform: translate3d(0,100%,0);
     -moz-transform: translate3d(0,100%,0);
      -ms-transform: translate3d(0,100%,0);
       -o-transform: translate3d(0,100%,0);
          transform: translate3d(0,100%,0);

  -webkit-transition: -webkit-transform 0.35s;
     -moz-transition: -moz-transform 0.35s;
      -ms-transition: -ms-transform 0.35s;
       -o-transition: -o-transform 0.35s;
          transition: transform 0.35s;
}
.ud-grid-item h4.ud-item-title {
  color: #fff;
  font-size: 18px;
  line-height: 18px;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  word-wrap: break-word;
  width: 100%;
  height: 100%;
  margin-bottom: 10px;

  opacity: 1;
  filter: alpha(opacity=100);

  -webkit-transition-delay: 0.15s;
     -moz-transition-delay: 0.15s;
      -ms-transition-delay: 0.15s;
       -o-transition-delay: 0.15s;
          transition-delay: 0.15s;

  -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
       -o-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);

  -webkit-transition: -webkit-transform 0.25s, opacity 0.25s ease-in-out;
     -moz-transition: -moz-transform 0.25s, opacity 0.25s ease-in-out;
      -ms-transition: -ms-transform 0.25s, opacity 0.25s ease-in-out;
       -o-transition: -o-transform 0.25s, opacity 0.25s ease-in-out;
          transition: transform 0.25s, opacity 0.25s ease-in-out;
}
.ud-grid-item:hover h4.ud-item-title {
  opacity: 0;
  filter: alpha(opacity=0);

  -webkit-transition-delay: 0.15s;
     -moz-transition-delay: 0.15s;
      -ms-transition-delay: 0.15s;
       -o-transition-delay: 0.15s;
          transition-delay: 0.15s;

  -webkit-transform: translate3d(0, 100%, 0);
     -moz-transform: translate3d(0, 100%, 0);
      -ms-transform: translate3d(0, 100%, 0);
       -o-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);

  -webkit-transition: -webkit-transform 0.15s, opacity 0.15s ease-in-out;
     -moz-transition: -moz-transform 0.15s, opacity 0.15s ease-in-out;
      -ms-transition: -ms-transform 0.15s, opacity 0.15s ease-in-out;
       -o-transition: -o-transform 0.15s, opacity 0.15s ease-in-out;
          transition: transform 0.15s, opacity 0.15s ease-in-out;
}
.ud-grid-item .ud-item-published {
  font-family: "brandon-grotesque", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 1px;
  color: #fff;
  overflow: hidden;
  z-index: 10;
  cursor: pointer;

  opacity: 1;
  filter: alpha(opacity=100);

  -webkit-transition-delay: 0.2s;
     -moz-transition-delay: 0.2s;
      -ms-transition-delay: 0.2s;
       -o-transition-delay: 0.2s;
          transition-delay: 0.2s;

  -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
       -o-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);

  -webkit-transition: -webkit-transform 0.2s, opacity 0.15s ease-in-out;
     -moz-transition: -moz-transform 0.2s, opacity 0.15s ease-in-out;
      -ms-transition: -ms-transform 0.2s, opacity 0.15s ease-in-out;
       -o-transition: -o-transform 0.2s, opacity 0.15s ease-in-out;
          transition: transform 0.2s, opacity 0.15s ease-in-out;
}
.ud-grid-item:hover .ud-item-published {
  opacity: 0;
  filter: alpha(opacity=0);

  -webkit-transition-delay: 0.2s;
     -moz-transition-delay: 0.2s;
      -ms-transition-delay: 0.2s;
       -o-transition-delay: 0.2s;
          transition-delay: 0.2s;

  -webkit-transition: -webkit-transform 0.2s, opacity 0.15s ease-in-out;
     -moz-transition: -moz-transform 0.2s, opacity 0.15s ease-in-out;
      -ms-transition: -ms-transform 0.2s, opacity 0.15s ease-in-out;
       -o-transition: -o-transform 0.2s, opacity 0.15s ease-in-out;
          transition: transform 0.2s, opacity 0.15s ease-in-out;

  -webkit-transform: translate3d(0, 100%, 0);
     -moz-transform: translate3d(0, 100%, 0);
      -ms-transform: translate3d(0, 100%, 0);
       -o-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
}



/* Item Expanded or .mega */
.ud-grid-item.mega {
  width: 100%;
  display: block;
  min-height: 400px;
  z-index: 108000;
}
.ud-grid-item.mega .ud-close {
  display: block;
  position: absolute;
  z-index: 10800;
  font-size: 62px;
  position: relative;
  text-align: right;
}

/* Grid Products */
.ud-grid-product {
  transform: translate3d(0, 0, 0);
}
.ud-product-wrapper {
  width: 100%;
  position: relative;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;

  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: all .3s ease-out;
     -moz-transition: all .3s ease-out;
       -o-transition: all .3s ease-out;
          transition: all .3s ease-out;
}
/*.ud-overlay {
  background-color: transparent;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;

  -webkit-transition: color .6s linear, background-color .8s ease-in-out;
     -moz-transition: color .6s linear, background-color .8s ease-in-out;
       -o-transition: color .6s linear, background-color .8s ease-in-out;
          transition: color .6s linear, background-color .8s ease-in-out;
}
.ud-grid-item:hover .ud-overlay, .ud-grid-item.moreLikeThis .ud-overlay {
  opacity: 0.75;
  background-color: #000;
  cursor: pointer;

  -webkit-transition: color .6s linear, background-color .2s ease-in-out;
     -moz-transition: color .6s linear, background-color .2s ease-in-out;
       -o-transition: color .6s linear, background-color .2s ease-in-out;
          transition: color .6s linear, background-color .2s ease-in-out;
}*/
.ud-product-overlay {
  background-color: transparent;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;

  // -webkit-transform: translate(0,100%);
  // -moz-transform: translate(0,100%);
  // -ms-transform: translate(0,100%);
  // -o-transform: translate(0,100%);
  // transform: translate(0,100%);
  // ms-transform: translate(0,100%);
  -webkit-transition: all .35s;
  -moz-transition: all .35s;
  -ms-transition: all .35s;
  -o-transition: all .35s;
  transition: all .35s;
}
.ud-grid-product:hover .ud-product-overlay {
  // opacity: .85;
  background: rgba(0,0,0,.8);
  // background: -moz-linear-gradient(top, rgba(0,0,0,0.15), rgba(0,0,0,1) 100%);
  // background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(100%, rgba(0,0,0,0.25)));
  // background: -webkit-linear-gradient(top, rgba(0,0,0,0.15), rgba(0,0,0,1) 100%);
  // background: -o-linear-gradient(top, rgba(0,0,0,0.15), rgba(0,0,0,1) 100%);
  // background: -ms-linear-gradient(top, rgba(0,0,0,0.15), rgba(0,0,0,1) 100%);
  // background: linear-gradient(to bottom, rgba(0,0,0,0.15), rgba(0,0,0,1) 100%);
  // filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#bf000000',GradientType=0 );
  cursor: pointer;

  // filter: alpha(opacity=@opacity * 100);
  // -moz-opacity: 85;
  // -khtml-opacity: 85;
  // opacity: 85;
  // opacity: .85;
  // -webkit-transform: translate(0,0);
  // -moz-transform: translate(0,0);
  // -ms-transform: translate(0,0);
  // -o-transform: translate(0,0);
  // transform: translate(0,0);
  // ms-transform: translate(0,0);
}
.ud-grid-product .ud-product-image img {
  opacity: 0;
  height: 100%;
  width: 100%;
  vertical-align: middle;

  -webkit-transition: opacity 300ms;
     -moz-transition: opacity 300ms;
      -ms-transition: opacity 300ms;
          transition: opacity 300ms;
}
.ud-grid-product.loaded .ud-product-image img {
  opacity: 1;
}
.ud-product-details {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  padding: 38% 10% 0;
  text-shadow: 0px 2px 1px rgba(0,0,0,0.4), 0px 2px 3px rgba(0,0,0,0.1), 0px 6px 9px rgba(0,0,0,0.1);

  -webkit-transition: -webkit-transform 0.3s;
     -moz-transition: -moz-transform 0.3s;
      -ms-transition: -ms-transform 0.3s;
       -o-transition: -o-transform 0.3s;
          transition: transform 0.3s;

  -webkit-transform: translate3d(0,100%,0);
     -moz-transform: translate3d(0,100%,0);
      -ms-transform: translate3d(0,100%,0);
       -o-transform: translate3d(0,100%,0);
          transform: translate3d(0,100%,0)
}
.ud-grid-product:hover .ud-product-details {
  -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
       -o-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.ud-grid-product .ud-product-title {
  font-weight: 300;
  letter-spacing: 0.8px;
  text-align: center;
  text-transform: uppercase;
  line-height: normal;
  color: #fff;
  font-size: 18px;
  opacity: 0;
  word-wrap: break-word;
  width: 100%;
  margin-bottom: 10px;

  -webkit-transition: -webkit-transform 0.15s, opacity 0.15s ease-in-out;
     -moz-transition: -moz-transform 0.15s, opacity 0.15s ease-in-out;
      -ms-transition: -ms-transform 0.15s, opacity 0.15s ease-in-out;
       -o-transition: -o-transform 0.15s, opacity 0.15s ease-in-out;
          transition: transform 0.15s, opacity 0.15s ease-in-out;

  -webkit-transform: translate3d(0, 100%, 0);
     -moz-transform: translate3d(0, 100%, 0);
      -ms-transform: translate3d(0, 100%, 0);
       -o-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
}
.ud-grid-product:hover .ud-product-title {
  opacity: 1;
  filter: alpha(opacity=100);

  -webkit-transition-delay: 0.15s;
     -moz-transition-delay: 0.15s;
      -ms-transition-delay: 0.15s;
       -o-transition-delay: 0.15s;
          transition-delay: 0.15s;

  -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
       -o-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.ud-grid-product .ud-product-details .ud-product-price {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  width: 100%;
  color: #fff;
  overflow: hidden;
  z-index: 10;
  cursor: pointer;
  opacity: 0;

  -webkit-transition: -webkit-transform 0.2s, opacity 0.15s ease-in-out;
     -moz-transition: -moz-transform 0.2s, opacity 0.15s ease-in-out;
      -ms-transition: -ms-transform 0.2s, opacity 0.15s ease-in-out;
       -o-transition: -o-transform 0.2s, opacity 0.15s ease-in-out;
          transition: transform 0.2s, opacity 0.15s ease-in-out;

  -webkit-transform: translate3d(0, 100%, 0);
     -moz-transform: translate3d(0, 100%, 0);
      -ms-transform: translate3d(0, 100%, 0);
       -o-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
}
.ud-grid-product:hover .ud-product-details .ud-product-price {
  opacity: 1;
  filter: alpha(opacity=100);

  -webkit-transition-delay: 0.2s;
     -moz-transition-delay: 0.2s;
      -ms-transition-delay: 0.2s;
       -o-transition-delay: 0.2s;
          transition-delay: 0.2s;
  -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
       -o-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

/* Delay */
.ud-delay-1ms { animation-delay: 0.1s; }
.ud-delay-2ms { animation-delay: 0.2s; }
.ud-delay-3ms { animation-delay: 0.3s; }
.ud-delay-4ms { animation-delay: 0.4s; }
.ud-delay-5ms { animation-delay: 0.5s; }
.ud-delay-6ms { animation-delay: 0.6s; }
.ud-delay-7ms { animation-delay: 0.7s; }
.ud-delay-8ms { animation-delay: 0.8s; }
.ud-delay-9ms { animation-delay: 0.9s; }

.ud-delay-10ms {  animation-delay: 1s; }
.ud-delay-11ms {  animation-delay: 1.1s; }
.ud-delay-12ms {  animation-delay: 1.2s; }
.ud-delay-13ms {  animation-delay: 1.3s; }
.ud-delay-14ms {  animation-delay: 1.4s; }
.ud-delay-15ms {  animation-delay: 1.5s; }
.ud-delay-16ms {  animation-delay: 1.6s; }
.ud-delay-17ms {  animation-delay: 1.7s; }
.ud-delay-18ms {  animation-delay: 1.8s; }
.ud-delay-19ms {  animation-delay: 1.9s; }

.ud-delay-20ms {  animation-delay: 2s; }
.ud-delay-21ms {  animation-delay: 2.1s; }
.ud-delay-22ms {  animation-delay: 2.2s; }
.ud-delay-23ms {  animation-delay: 2.3s; }
.ud-delay-24ms {  animation-delay: 2.4s; }
.ud-delay-25ms {  animation-delay: 2.5s; }
.ud-delay-26ms {  animation-delay: 2.6s; }
.ud-delay-27ms {  animation-delay: 2.7s; }
.ud-delay-28ms {  animation-delay: 2.8s; }
.ud-delay-29ms {  animation-delay: 2.9s; }

.ud-delay-30ms {  animation-delay: 3s; }
.ud-delay-31ms {  animation-delay: 3.1s; }
.ud-delay-32ms {  animation-delay: 3.2s; }
.ud-delay-33ms {  animation-delay: 3.3s; }
.ud-delay-34ms {  animation-delay: 3.4s; }
.ud-delay-35ms {  animation-delay: 3.5s; }
.ud-delay-36ms {  animation-delay: 3.6s; }
.ud-delay-37ms {  animation-delay: 3.7s; }
.ud-delay-38ms {  animation-delay: 3.8s; }
.ud-delay-39ms {  animation-delay: 3.9s; }

.ud-delay-40ms {  animation-delay: 4s; }
.ud-delay-41ms {  animation-delay: 4.1s; }
.ud-delay-42ms {  animation-delay: 4.2s; }
.ud-delay-43ms {  animation-delay: 4.3s; }
.ud-delay-44ms {  animation-delay: 4.4s; }
.ud-delay-45ms {  animation-delay: 4.5s; }
.ud-delay-46ms {  animation-delay: 4.6s; }
.ud-delay-47ms {  animation-delay: 4.7s; }
.ud-delay-48ms {  animation-delay: 4.8s; }
.ud-delay-49ms {  animation-delay: 4.9s; }

.ud-delay-50ms {  animation-delay: 5s; }
.ud-delay-51ms {  animation-delay: 5.1s; }
.ud-delay-52ms {  animation-delay: 5.2s; }
.ud-delay-53ms {  animation-delay: 5.3s; }
.ud-delay-54ms {  animation-delay: 5.4s; }
.ud-delay-55ms {  animation-delay: 5.5s; }
.ud-delay-56ms {  animation-delay: 5.6s; }
.ud-delay-57ms {  animation-delay: 5.7s; }
.ud-delay-58ms {  animation-delay: 5.8s; }
.ud-delay-59ms {  animation-delay: 5.9s; }

.ud-delay-60ms {  animation-delay: 6s; }

/* Keyframe Animations */
/* udFadeIn */
.ud-fade-in {
  opacity: 0;

  -webkit-animation-name: udFadeIn;
          animation-name: udFadeIn;

  -webkit-animation-duration: 0.7s;
          animation-duration: 0.7s;

  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;

  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
@-webkit-keyframes udFadeIn {
    from { opacity: 0; }
    to   { opacity: 1; }
}
@keyframes udFadeIn {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* udFadeInUp */
.ud-fade-in-up {
  -webkit-animation-name: udFadeInUp;
          animation-name: udFadeInUp;

  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;

  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;

  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

@-webkit-keyframes udFadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
    -moz-transform: translate3d(0, 100px, 0);
    -ms-transform: translate3d(0, 100px, 0);
    -o-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}
@keyframes udFadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
    -moz-transform: translate3d(0, 100px, 0);
    -ms-transform: translate3d(0, 100px, 0);
    -o-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}

/* udFadeInFromLeft */
.ud-fade-in-left {
  -webkit-animation-name: udFadeInLeft;
          animation-name: udFadeInLeft;

  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;

  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;

  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

@-webkit-keyframes udFadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
    -moz-transform: translate3d(100px, 0, 0);
    -ms-transform: translate3d(100px, 0, 0);
    -o-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}
@keyframes udFadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
    -moz-transform: translate3d(100px, 0, 0);
    -ms-transform: translate3d(100px, 0, 0);
    -o-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}


@media (min-width: 1400px) {

}
/* Large Devices */
@media (min-width: 1200px) {
  .ud-hidden-lg {
    display: none !important;
  }
  .ud-grid-item.mega .ud-item-expand {
    display: inline-block;
    position: relative;
    width: 40%;
    padding-left: 30px;
  }
}
@media (min-width: 992px) {
  .ud-grid {
    min-height: 480px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: 8.5px;
    margin-right: 8.5px;
  }
  .ud-grid-sizer,
  .ud-grid-item {
    width: 20%;
  }
  .ud-grid-related-products {
    min-height: 329px;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .ud-grid-product-sizer,
  .ud-grid-product {
    width: 50%;
  }

  /* mega styles */
  .ud-grid-item.mega .ud-item-expand {
    display: inline-block;
    position: relative;
    width: 40%;
    padding-left: 30px;
  }
  .ud-grid-item.mega .ud-item-wrapper > img {
    max-width: 600px;
  }
  .ud-grid-item .ud-item-control {
    display: none;
  }
  .ud-grid-item.mega .ud-item-control {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 10%;
  }
  .ud-grid-item.mega .ud-item-control .ud-prev-icon,
  .ud-grid-item.mega .ud-item-control .ud-next-icon {
    cursor: pointer;
    color: #fff;
    text-align: center;
    text-shadow: 0px 1px 4px rgba(0,0,0,.8);
    filter: alpha(opacity=70);
    opacity: .7;
    -webkit-transition: opacity .3s ease-in-out, -webkit-transform .3s ease-out;
    transition: opacity .3s ease-in-out, -webkit-transform .3s ease-out;;
  }
  .ud-grid-item.mega .ud-item-control .ud-prev-icon:focus,
  .ud-grid-item.mega .ud-item-control .ud-prev-icon:hover,
  .ud-grid-item.mega .ud-item-control .ud-next-icon:focus,
  .ud-grid-item.mega .ud-item-control .ud-next-icon:hover {
      color: #fff;
      text-decoration: none;
      filter: alpha(opacity=1);
      opacity: 1;
      outline: 0;

      -webkit-transform: scale(1.08);
      transform: scale(1.08);
      -webkit-transition: opacity .3s ease-in-out, -webkit-transform .3s ease-out;
      transition: opacity .3s ease-in-out, -webkit-transform .3s ease-out;;
  }
  .ud-grid-item.mega .ud-item-control.ud-left {
    // background-image: -webkit-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
    // background-image: -o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
    // background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));
    // background-image: linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
    // filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    // background-repeat: repeat-x;
  }
  .ud-grid-item.mega .ud-item-control.ud-right {
    right: 0;
    left: auto;
    // background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
    // background-image: -o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
    // background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));
    // background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
    // filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    // background-repeat: repeat-x;
  }
  .ud-next-icon,
  .ud-prev-icon {
    color: #fff;
    font-size: 60px;
    width: 60px;
    height: 60px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
  }
  .ud-item-control .ud-prev-icon {
    left: 0;
    margin-left: 10px;
  }
  .ud-item-control .ud-next-icon {
    right: 0;
    margin-right: 10px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .ud-hidden-md {
    display: none !important;
  }
}

@media (max-width: 992px) {
  .ud-grid {
    min-height: 480px;
    padding-left: 0;
    padding-right: 0;
    margin-left: 8.5px;
    margin-right: 8.5px;
  }
  .ud-grid-item.mega {
    padding: 30px;
  }
  .ud-item-details {
    padding: 20% 10% 0;
  }

  /* mega styles */
  .ud-grid-item.mega .ud-item-expand {
    display: inline-block;
    position: relative;
    width: 100%;
    padding-top: 15px;
    padding-left: 0;
    margin-bottom: 30px;
  }
  .ud-grid-item.mega .ud-item-wrapper > img { max-width: 100%; }
  .ud-grid-item .ud-item-control {
    display: none;
  }
  .ud-grid-item.mega .ud-item-control {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 10%;
  }
  .ud-grid-item.mega .ud-item-control .ud-prev-icon,
  .ud-grid-item.mega .ud-item-control .ud-next-icon {
    cursor: pointer;
    color: #fff;
    text-align: center;
    text-shadow: 0px 1px 4px rgba(0,0,0,.8);
    filter: alpha(opacity=70);
    opacity: .7;
    -webkit-transition: opacity .3s ease-in-out, -webkit-transform .3s ease-out;
    transition: opacity .3s ease-in-out, -webkit-transform .3s ease-out;;
  }
  .ud-grid-item.mega .ud-item-control .ud-prev-icon:focus,
  .ud-grid-item.mega .ud-item-control .ud-prev-icon:hover,
  .ud-grid-item.mega .ud-item-control .ud-next-icon:focus,
  .ud-grid-item.mega .ud-item-control .ud-next-icon:hover {
      color: #fff;
      text-decoration: none;
      filter: alpha(opacity=1);
      opacity: 1;
      outline: 0;

      -webkit-transform: scale(1.08);
      transform: scale(1.08);
      -webkit-transition: opacity .3s ease-in-out, -webkit-transform .3s ease-out;
      transition: opacity .3s ease-in-out, -webkit-transform .3s ease-out;;
  }
  .ud-grid-item.mega .ud-item-control.ud-left {
    // background-image: -webkit-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
    // background-image: -o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
    // background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));
    // background-image: linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
    // filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    // background-repeat: repeat-x;
  }
  .ud-grid-item.mega .ud-item-control.ud-right {
    right: 0;
    left: auto;
    // background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
    // background-image: -o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
    // background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));
    // background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
    // filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    // background-repeat: repeat-x;
  }
  .ud-next-icon,
  .ud-prev-icon {
    color: #fff;
    font-size: 46px;
    width: 46px;
    height: 46px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
  }
  .ud-item-control .ud-prev-icon {
    left: 0;
    margin-left: -10px;
  }
  .ud-item-control .ud-next-icon {
    right: 0;
    margin-right: -10px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .ud-hidden-sm {
    display: none !important;
  }
  .ud-grid-sizer,
  .ud-grid-item {
    width: 33.3333%;
  }
  .ud-grid-product-sizer,
  .ud-grid-product {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .ud-hidden-xs {
    display: none !important;
  }
  .ud-grid-sizer,
  .ud-grid-item {
    width: 50%;
  }
  .ud-grid-product-sizer,
  .ud-grid-product {
    width: 100%;
  }
  .ud-grid-item.mega .ud-close {
    width: 100%;
    font-size: 42px;
  }
}

.material-icons.ud-next-icon,
.material-icons.ud-prev-icon {
  font-size: 38px;
}


/* Modal */
.modal-open {
  overflow: hidden;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10500;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
  margin: 0 !important;
  background-color: transparent !important;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
  z-index: 1080;
}

.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}

.modal.fade.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}

.modal.in .modal-dialog {
  -webkit-transform: none;
  transform: none;
}

.modal-dialog-scrollable {
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.in {
  opacity: 0.5;
}

.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.modal-footer > :not(:first-child) {
  margin-left: .25rem;
}

.modal-footer > :not(:last-child) {
  margin-right: .25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }
  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}

.fade {
  transition: opacity .15s linear;
}

@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}

.fade:not(.in) {
  opacity: 0;
}

/* Udundi Modal Grid */
.ud-wrapper {
  width: 100%;
}

.ud-col-6 {
  float: left;
  display: inline;
  width: 50%;
}

/* .ud-first-name,
.ud-last-name {
  float: left;
  display: inline;
  width: 50%;
} */

.ud-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.ud-col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.ud-col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.pb-3 {
  padding-bottom: 15px;
}

.ud-order-swatches {
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 18px;
}

button.close {
  font-size: 24px;
  line-height: 0;
  font-family: auto;
}
