/*!
 * Datepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */

.datepicker {
  padding: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  direction: ltr;
  /*.dow {
		border-top: 1px solid #ddd !important;
	}*/
}
.datepicker-inline {
  width: 220px;
}
.datepicker.datepicker-rtl {
  direction: rtl;
}
.datepicker.datepicker-rtl table tr td span {
  float: right;
}
.datepicker-dropdown {
  top: 0;
  left: 0;
}
.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}
.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  border-top: 0;
  position: absolute;
}
.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}
.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}
.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}
.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}
.datepicker-dropdown.datepicker-orient-top:before {
  top: -7px;
}
.datepicker-dropdown.datepicker-orient-top:after {
  top: -6px;
}
.datepicker-dropdown.datepicker-orient-bottom:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid #999;
}
.datepicker-dropdown.datepicker-orient-bottom:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #ffffff;
}
.datepicker > div {
  display: none;
}
.datepicker.days div.datepicker-days {
  display: block;
}
.datepicker.months div.datepicker-months {
  display: block;
}
.datepicker.years div.datepicker-years {
  display: block;
}
.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.datepicker td,
.datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: none;
}
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}
.datepicker table tr td.day{
  font-weight: bold;
}
.datepicker table tr td.day:hover,
.datepicker table tr td.day.focused {
  background: #eeeeee;
  cursor: pointer;
}
.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #999999;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}
.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
  background-color: #fde19a;
  background-image: -moz-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: -ms-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fdf59a));
  background-image: -webkit-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: -o-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: linear-gradient(top, #fdd49a, #fdf59a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);
  border-color: #fdf59a #fdf59a #fbed50;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #000;
}
.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today[disabled],
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today.disabled:hover[disabled] {
  background-color: #fdf59a;
}
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active {
  background-color: #fbf069 \9;
}
.datepicker table tr td.today:hover:hover {
  color: #000;
}
.datepicker table tr td.today.active:hover {
  color: #fff;
}
.datepicker table tr td.range,
.datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover {
  background: #eeeeee;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.datepicker table tr td.range.today,
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover {
  background-color: #f3d17a;
  background-image: -moz-linear-gradient(top, #f3c17a, #f3e97a);
  background-image: -ms-linear-gradient(top, #f3c17a, #f3e97a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3c17a), to(#f3e97a));
  background-image: -webkit-linear-gradient(top, #f3c17a, #f3e97a);
  background-image: -o-linear-gradient(top, #f3c17a, #f3e97a);
  background-image: linear-gradient(top, #f3c17a, #f3e97a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3c17a', endColorstr='#f3e97a', GradientType=0);
  border-color: #f3e97a #f3e97a #edde34;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:hover:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today:hover.disabled,
.datepicker table tr td.range.today.disabled.disabled,
.datepicker table tr td.range.today.disabled:hover.disabled,
.datepicker table tr td.range.today[disabled],
.datepicker table tr td.range.today:hover[disabled],
.datepicker table tr td.range.today.disabled[disabled],
.datepicker table tr td.range.today.disabled:hover[disabled] {
  background-color: #f3e97a;
}
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active {
  background-color: #efe24b \9;
}
.datepicker table tr td.selected,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover {
  background-color: #9e9e9e;
  background-image: -moz-linear-gradient(top, #b3b3b3, #808080);
  background-image: -ms-linear-gradient(top, #b3b3b3, #808080);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b3b3b3), to(#808080));
  background-image: -webkit-linear-gradient(top, #b3b3b3, #808080);
  background-image: -o-linear-gradient(top, #b3b3b3, #808080);
  background-image: linear-gradient(top, #b3b3b3, #808080);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3b3b3', endColorstr='#808080', GradientType=0);
  border-color: #808080 #808080 #595959;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected:hover:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected:hover.disabled,
.datepicker table tr td.selected.disabled.disabled,
.datepicker table tr td.selected.disabled:hover.disabled,
.datepicker table tr td.selected[disabled],
.datepicker table tr td.selected:hover[disabled],
.datepicker table tr td.selected.disabled[disabled],
.datepicker table tr td.selected.disabled:hover[disabled] {
  background-color: #808080;
}
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active {
  background-color: #666666 \9;
}
.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -ms-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(top, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled] {
  background-color: #0044cc;
}
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active {
  background-color: #003399 \9;
}
.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.datepicker table tr td span:hover {
  background: #eeeeee;
}
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}
.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -ms-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(top, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled:hover[disabled] {
  background-color: #0044cc;
}
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active {
  background-color: #003399 \9;
}
.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #999999;
}
.datepicker th.datepicker-switch {
  width: 145px;
}
.datepicker thead tr:first-child th,
.datepicker tfoot tr th {
  cursor: pointer;
}
.datepicker thead tr:first-child th:hover,
.datepicker tfoot tr th:hover {
  background: #eeeeee;
}
.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}
.datepicker thead tr:first-child th.cw {
  cursor: default;
  background-color: transparent;
}
.input-append.date .add-on i,
.input-prepend.date .add-on i {
  cursor: pointer;
  width: 16px;
  height: 16px;
}
.input-daterange input {
  text-align: center;
}
.input-daterange input:first-child {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-daterange input:last-child {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.input-daterange .add-on {
  display: inline-block;
  width: auto;
  min-width: 16px;
  height: 20px;
  padding: 4px 5px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  vertical-align: middle;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  margin-left: -5px;
  margin-right: -5px;
}
.datepicker.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  display: none;
  min-width: 160px;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  color: #333333;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 20px;
}
.datepicker.dropdown-menu th,
.datepicker.datepicker-inline th,
.datepicker.dropdown-menu td,
.datepicker.datepicker-inline td {
  padding: 4px 5px;
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}
body{
  margin: 0px;
  padding: 0px;
  font-weight:normal;
  font-size: 16px;
  scroll-behavior: smooth;
  font-weight: lighter;
}

h1, h2, h3, h4{
  letter-spacing: inherit;
      text-transform: inherit;
      font-style: normal;
      font-weight: 400;
}

.btn-default{
  background: #e8e8e8;
}

.btn-primary{
      position: relative;
      width: auto;
      color: white;
      border-radius: 3px;
      border: 2px solid #000;
      font-size: 1em;
      background: black;
      text-decoration: none;
      text-align: center;
      text-transform: uppercase;
      padding: 3px 30px;
      line-height: 2.2;
      vertical-align: middle;
      box-sizing: border-box;
      margin: 0.5rem 5px 5px 5px;

}
.btn-primary:hover, .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: black;
    border-color: black;
    opacity: 0.8;
}

.btn-primary.focus, .btn-primary:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus{
      box-shadow: none;
}
.btn-secundary{
      position: relative;
      width: auto;
      color: black;
      border-radius: 3px;
      font-size: 1em;
      text-decoration: none;
      text-align: center;
      text-transform: uppercase;
      padding: 3px 30px;
      line-height: 2.2;
      vertical-align: middle;
      box-sizing: border-box;
      margin: 0.5rem 5px 5px 5px;
      background: #EDF2F9;
      border: 2px solid #FAFAFA;
}

.btn-secundary:hover{
  opacity: 0.8;
  background: #FAFAFA;
  border: 2px solid #FAFAFA;
}

.btn-success{
  border-radius: 0px;
}


@-webkit-keyframes rotating  {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.btn.loading{
  opacity: 0.6;
  pointer-events: none;
  cursor:not-allowed;
}
.btn.loading::after{
  content: " ";
      display: block;
      background: 0;
      animation: rotating .5s linear infinite;
      border-radius: 50%;
      width: 20px;
      height: 20px;
      margin: auto;
      box-sizing: border-box;
      border: 2px solid #fff;
      border-color: #fff transparent #fff transparent;
      position: absolute;
      left: 0px;
      right: 0px;
      top: 0px;
      bottom: 0px;
}

.div-print{
  width: 25px;
  float: right;
  position: relative;
}

.div-nb-terms{
  display: flex;
  max-width: 100%;
  margin-top: 6px;
  text-align: center;
}

.div-nb-terms a{
  text-decoration: none;
  font-size: 14px;
  padding: 4px 20px;
  text-transform: uppercase;
  width: 100%;
}


.container{
  max-width: 1280px;
  position: relative;
}

.close-menu{
  background: 0 0;
  border: none;
  color: #fff;
  float: right;
  cursor: pointer;
  font-size: 30px;
  margin-right: 8px;
  position: absolute;
  top: 0px;
  right: 0px;
}

.full-menu{
  font-size: 20px;
      text-transform: uppercase;
      line-height: 2em;
      border-top: 1px solid #00000021;
      padding-top: 14px;
      display:none;
      width: 260px;
      position: fixed;
      background: #000000;
      left: 0px;
      height: 100%;
overflow-y: auto;
top: 0px;
}
.full-menu ul{
  list-style: none;
    padding: 0px;
}
.full-menu ul ul {
    margin-left: 25px;
}
.full-menu ul ul ul{
    margin-left: 25px;
}
.full-menu ul li a {
  font-size: 13px;
      padding: 2px 10px;
      background: #27272700;
      display: block;
      margin-bottom: 8px;
      font-weight: 400;
      color: white;
      border-bottom: 1px solid #6b6b6b73;
}
.full-menu ul li a:hover {
  opacity: 0.8;
  font-weight: 500;
  text-decoration: none;
}

.full-menu ul ul li a, .full-menu ul ul ul li a  {
  font-size: 12px;
}
.menu-title{
  font-weight: bold;
  padding-left: 10px;
  font-size: 15px;
  background: #00000000;
  border-bottom: 1px solid #888888;
  border-radius: 0px;
  margin-top: 10px;
  color: white;
  border-radius: 2px;
  letter-spacing: 1px;
}

.menu-search,.menu-search:focus{
  border-radius: 3px;
    background: transparent;
    border: 1px solid #ffffff8c;
    color: white;
}

.account-menu{
  line-height: 16px;
font-size: 14px;
margin-bottom: 20px;
border-bottom: 1px solid;
padding: 5px 10px;
border-radius: 3px;
text-transform: capitalize;
}
.link-account,.link-account:hover{
  color: white;
font-size: 14px;
padding: 5px 5px;
margin-bottom: 10px;
display: inline-block;
}
.link-account-email{
font-size: 12px;
  line-height: 16px;
}
.account-menu span{
  color: white;
position: relative;
top: 6px;
}


.menu-mobile ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.menu-mobile ul li a {
  display: block;
  color: #e9f9ff;
  text-decoration: none;
  padding: 12px 20px;
  font-size: 18px;
}
.menu-mobile ul li a::before {
  content: " ";
  display: inline-block;
  margin-right: 10px;
  position: relative;
  top: -1px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 6px;
  border-color: transparent transparent transparent #662e10;
}
.menu-mobile ul li a:hover, .menu-mobile ul li a:focus {
  background: #94461b;
  color: white;
}

.submenu{
  background: #1f1f1f;
  height: 40px;
  width: 100%;
  color: white;
  line-height: 40px;
  font-size: 15px;

}
.submenu ul{
  list-style: none;
  display: flex;
  margin: 0px;
    padding: 0px;
    align-items: center;
    height: 40px;
}
.submenu ul li{
display: flex;
}
.submenu ul li a{
    color: #fffffffa;
padding: 2px 10px;
text-transform: uppercase;
font-size: 13px;
font-weight: 400;
}
.submenu .right{
position: absolute;
right: 10px;
top:0px;
font-size: 15px;
font-weight: bold;
}
.submenu .right , .submenu .right  a , .submenu .right .icon{
  color: #02b775;
}
.submenu .right .icon{
  font-size: 16px;

  position: relative;
  top: 4px;
}

.searchform{
  width: 100%;
  border: 1px solid transparent;
  background: #e6e6e69c;
  border-radius: 20px;
  line-height: 20px;
  position: relative;
  top: 15px;
  outline: 0;
  padding-left: 35px;
  transition: all 0.3s linear;
}
.form-search::after{
  content: "search";
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 21px;
  height: 30px;
  display: block;
  float: left;
  position: relative;
  top: -18px;
  left: 10px;
  color: #00000082;
}
.searchform:focus{
  background: #fffffff0;
  outline: 0;
  box-shadow: none;
  border: 1px solid #a0a0a0;
  color: #000000bf;
}
.searchform::placeholder{
color: #333;
font-size: 12px;
}

.card {
  border: none;
         background: #fff;
    box-shadow: 0 2px 19px 4px rgb(0 0 0 / 3%);
    transition: right 0.3s ease-in-out;
}

.card-header{
  padding: .55rem 1.25rem;
margin-bottom: 0;
background-color: inherit;
font-size: 34px;
border: none;
text-align: center;
    text-transform: uppercase;
}
.card-header::after {
    content: " ";
    display: block;
    height: 3px;
    background: black;
    width: 80px;
    margin: 5px auto;

}
.accordion h2{
  text-align: left;
}
.accordion .card-header::after {
  display: none;
}
.accordion h2 button,.accordion h2 button:hover{
margin-bottom: 0;
background-color: inherit;
font-size: 20px;
border: none;
text-align: left;
text-transform: uppercase;
color: black;
text-decoration: none !important;
}
#main{
      padding-top: 100px;
}

.flex-header{
  display: flex;
flex-direction: row;
flex-wrap: wrap;
    justify-content: space-between;
}

.col-item-search{
  width: 45%;
}
header{
  padding: 0px;
    box-shadow: 0 4px 12px 0 #8888882e;
  position: fixed;
  z-index: 1000;
  width: 100%;
  background: #ffffff;
  top: 0px;
}

.logo{
  padding: 5px 0px;
      max-height: 72px;
      display: flex;
justify-content: center;

}
.logo a{
  text-decoration: none;
  border: none !important;
}
.logo img{
  padding-right: 15px;
  display: inline-block;
  max-width: 150px;
  max-height: 76px;
  margin-top: 3px;
    max-height: 45px;
}


.menu-btn,.menu-toggle {
  display: inline-block;
font-size: 0px;
border: none;
background: none;
cursor: pointer;
outline: 0;
}
.menu-btn:focus ,.menu-btn:hover,.menu-toggle:focus, .menu-toggle:hover{
outline: 0;
}
.menu-btn i,.menu-toggle i{
  font-size: 28px;
}
.menu{
  color: black;
 text-align: right;
}
.menu ul{
  list-style: none;
  margin: 0;
  padding: 0;
}

.menu ul li {
  display: inline-block;
}
.menu ul li a{
  color: black;
  text-transform: uppercase;
line-height: 60px;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  padding: 0px 10px;
  user-select: none;

}


.menu ul li a:hover, .menu ul li.active a{
  font-weight: bold;
}

.menu ul li a.cart-icon .cart-icon-span{
  position: relative;
  width: 22px;
  margin-right: 5px;
  top: 6px;
}
.menu ul li .cart-numnber{
  background: #F44336;
display: inline;
padding: 1px 10px;
line-height: initial;
text-align: center;
color: white;
border-radius: 12px;
position: relative;
top: 0px;
}

.icon-top {
      vertical-align: initial;
}

.section{
  position: relative;
    padding: 40px 0px;
}
.section.gray{
  background: #f1f1f1;
}

.title-single{
  font-size: 20px;
}
.title {
  text-transform: uppercase;
  font-weight: 300;
  margin-bottom: 30px;
  font-size: 24px;
  border-bottom: 1px solid #eee6;
  padding-bottom: 10px;
}
.subtitle {
      font-weight: 100;
text-transform: uppercase;
}
.subtitle span{
  font-size: 13px;
      text-transform: initial;
      margin-left: 10px;
      position: relative;
      top: 2px;
      float: right;
      font-weight: normal;
}


.carousel-inner{
  width:100%;
  max-height: 400px !important;
}

.custom-input{
  width: 100px;
    height: 28px;
    font-size: 15px;
    padding: 3px 10px;
}
.text-center{
  margin: auto;
  text-align: center;

}

.owl-carousel .owl-stage{
  display: flex;
}

.box-product{
  margin: 5px;
  position: relative;
  border: 1px solid transparent;
  border-radius: 3px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}


.box-product img{
      object-fit: contain;
      border-radius: 3px;
      display: block;
      margin: auto;
      width: 100%;
      max-height: 161px;
      max-width: 100%;
}

.box-product .price{
font-size: 18px;
}
.box-product .product-desc-lopp{
text-align: center;
    margin-top: 15px;
    margin-bottom: 10px;
}
.box-product .add-cart, .box-product  .btn-select{
  display: inline-block;
      padding: 0px 10px;
      line-height: 2.2;
      font-size: 15px;
      max-width: 100%;
      font-size: 13px;
      margin-top: 10px;
}
.box-product .title-container{
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.box-product h3 {
  display: inline;
  font-size: 14px;
}
.column:last-child .box-service{
  border: none;
}

.cat-slider-wrapper{
  position: relative;
  margin-bottom: 40px;
}


.owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next {
    font-size: 26px !important;
    width: 20px;

}
.owl-theme .owl-nav [class*=owl-]:hover {
    background: none;
    color: black;
}


.slider .owl-carousel .owl-item img{
max-height: 400px;
min-height: 175px;
object-fit: cover;
}

.category-scroll {
  box-sizing: border-box;
  position: relative;
}
.section-category-title{
  font-size: 22px;
  margin-bottom: 20px;
}
.section-category-title span{
  font-size:13px;
  font-size: 13px;
  display: inline-block;
  position: relative;
  bottom: 2px;
}

#categories{
  padding-top: 6px;
}
.categories {
  list-style: none;
  padding: 0px;
  margin: 0px;
  display: flex;
  flex-direction: row;
flex-wrap: wrap;
    justify-content: center;
}
.categories li {
  text-align: center;
      padding: 10px;
      flex: 1 1 100%;
      box-sizing: border-box;
}
.categories li a {
  font-weight: 400;
  text-decoration: none;
  padding: 11px 15px;
  font-size: 18px;
  width: 100%;
  background: #eee;
  display: inline-block;
  border-radius: 3px;
}
.categories li a:hover {
    color: white;
  text-decoration: none;
}

.categories li a.show-all{
  background: transparent;
}


.category-selector{
  display: block;
background: #e8e8e8;
color: black;
text-align: center;
padding: 8px;
font-weight: bold;
font-size: 15px;

    width: 100%;
    margin-bottom: 10px;
border: none;
}
.categories-sidebar li a{
    padding: 10px 0px;
    display: inline-block;
}

.store-address {
  font-size: 14px;
  font-weight: 400;
}


/* SINGLE PRODUCT  */


.desc{
  margin-bottom: 20px;
  margin-top: 20px;
  border-radius: 4px;
}

.desc h2 {
  font-size: 16px;
text-transform: uppercase;
font-weight: bold;
margin-bottom: 10px;
display: block;
padding: 10px 8px;
    background: linear-gradient(90deg, rgb(245 245 245 / 42%) 16%, rgb(255 255 255 / 84%) 100%);
}

.desc-body {
  padding: 15px;
    background: #ffffff14;
    margin-top: -10px;
    border-radius: 4px;
}

.desc-body h2{
  font-size: 18px;
}
.desc-body h3{
  font-size: 15px;
}

.desc-body h4{
  font-size: 14px;
}


.desc-body h5{
  font-size: 13px;
}
.single-badge-offer{
  background: #e75353;
  padding: 5px 10px;
  border-radius: 4px;
  color: white;
  font-size: 14px;
    font-weight: 500;
}
.loop-badge-offer{
  background: #e75353;
  border-radius: 20px;
  color: white;
  font-size: 13px;
  position: absolute;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-weight: 500;
  right: 10px;
      top: 10px;
      z-index: 2;
}

.price-header{
  padding: 0px;
}
.price-header .price{
  color: #1bb509;
  font-weight: bold;
}
.price-header .price.big{
  font-weight: bold;
  font-size: 26px;
}
.price-header .old-price{
text-decoration:line-through;
font-size: 14px;
}



.add-cart-single{
  font-size: 15px;
  padding: 3px 10px;
}

.main-content{
  margin-bottom: 0px;
  min-height: calc(100vh - 230px);
}

.pagination {
      justify-content: center;
}
.btn{

    transition: background ease-in-out 100ms;
    transition: color ease-in-out 100ms;

}
.btn-more{
  background: #ffffff;
  color: #2a326c;
  border-radius: 20px;
  padding: 10px 20px;
  font-size: 14px;
  text-decoration: none;
  display: block;
  width: 90px;
  margin: auto;
  text-transform: uppercase;
}

.btn-blue{
  background: #009ada;
  color: #fff;
  width: 120px;
}
.btn-blue:hover{
  background: #fff;
  color: #103e73;
  width: 120px;
}

.btn-contact:hover, .btn-more:hover{
  color: white;
  background: #103e73;
}

.discover{
  font-size: 14px;
  padding-bottom: 2px;
  border-bottom: 1px dotted #eee;
  display: inline-block;
  margin: 10px auto;
  margin-bottom: 25px;
}

.discover a{
  text-decoration: none;
  color: white;
}

.dotted{
  border-bottom: 1px dotted #000;
}
.dotted:hover{
text-decoration: none;
opacity: 0.8;
}

.img-center {
  max-width:  680px;
  margin: 10px auto;
  display: block;
  width: 100%;
}


.follow{
    color: #0099cc;
}

img.social{
  max-width: 40px;
  max-height: 40px;
  display: inline-block;
   margin-top: 6px;
   margin-right: 8px;
}
img.social:hover{
opacity: 0.7;
}

#footer {
      padding: 40px;
      background: #ececec;
      color: white;
      text-align: center;
}
#footer .row > div {
      padding: 20px 0px;
}
#footer a{
  font-size: 14px;
color: white;
text-transform: uppercase;
letter-spacing: 2px;
padding: 5px 0px;
display: inline-block;
}
#footer ul{
list-style: none;
padding: 0px;
}

.footer-logo img{
  max-width: 180px;
}

#footer .copyright{
  border-top: 1px solid #ffffff24;
padding-top: 15px;
}
.payment-icons {
  list-style: none;
  text-align: center;
  padding: 0px;
}
.payment-icons  li{
display: inline-block;
}
.social-icons{
  list-style: none;
  text-align: center;
  padding: 0px;
  margin-top: 12px;
}
.social-icons .social-icon{
  -webkit-filter: invert(100%);
  filter: invert(100%);
  display: inline-block;
      margin: 7px 10px;
}


.form-contact .form-control{
    margin: 10px;
}

.flex{
  display: flex;
  flex-direction: row;
flex-wrap: wrap;
    height: 100%;
    align-content: center;
}

.logo_account {
     text-align: center;
    border-bottom: 1px solid #f3f3ff;
    background: white;
    display: flex;
    justify-content: space-between;
    padding: 10px 20px;

    align-items: center;
}

.logo_account  img{
  max-width: 110px;
      max-height: 60px;
}

.logo_account  h1 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  margin: 20px 0px;
}

.card-message {
      text-align: center;
    margin: 20px;
    font-size: 18px;
    font-weight: 400;
}
.menu-account{
      display: inline-block;
      margin-left: 10px;
      margin-top: 5px;
}

.payment-method-detail {
    padding: 10px 2px;
    margin: 15px auto;
    background: #f1f0f0;
    border-radius: 2px;
}
.payment-method-detail .flex > div {
padding: 10px;
flex-shrink: 1;
   flex-grow: 1;
}
.payment-method-detail .payment-logo img {
max-width: 160px;
width: 100%;
}
.payment-method-detail .transaction-id .code{
font-size: 32px;
font-weight: bold;
}
.payment-method-detail .time-message{
width: 100%;
text-align: center;
  border-top: 1px solid #dcdcdc;
  padding-top: 10px;
}
.payment-method-detail .amount{
font-size: 20px;
}

/* Contacto */


.text-contact{
  max-width: 600px;
  margin: auto;
  font-size: 16px;
}

.text-contact h1::after{
  height: 3px;
  width: 50px;
  display: block;
  margin: auto;
  background: white;
  content: " ";
  margin-top: 8px;
}



/**Services**/

.icon-service{
  width: 120px;
height: 120px;
background: #009ada;
border-radius: 50%;
position: relative;
display: flex;
align-items: center;
justify-content: center;
padding: 10px;
user-select: none;
margin: auto;
}

.box-generic{
  max-width: 600px;
margin: auto;
background: white;
padding: 30px;
box-shadow: 0px 0px 30px #d2d2d28a;
border-radius: 4px;
border: 1px solid #e4e4e4ee;
}

.wasap{
  position: fixed;
  width: 55px;
  height: 55px;
  bottom: 40px;
  right: 40px;
  padding: 5px;
  color: #FFF;
  text-align: center;
  z-index: 100;
  background: #1cd741 url(/img/whatsapp.png) no-repeat center;
  display: block;
  text-indent: -99999px;
  border-radius: 50%;
  background-size: 90%;
box-shadow: 2px 2px 3px #0000004d;
}

.wasap-top img{
  max-width: 20px;
}


/* checkout */

.container-full{
  overflow: hidden;
}

.item-resume {
  display: flex;
  padding: 10px 0px;
  border-bottom: 1px solid #e8e8e8;
}
.item-resume .image img {
  width: 50px;
  height: 50px;
}
.item-resume .qty  {
  background: #2b2b2b;
  color: white;
  padding: 1px 8px;
  border-radius: 12px;
  font-size: 12px;
  position: relative;
left: -10px;
top: -20px;
}
.item-resume div {
flex: auto;
}
.item-resume  .price{
text-align: right;
}
.item-resume  .name{
text-align: left;
}


.product-summary{
  border-bottom: 1px solid #eee6;
  padding: 15px 0px;
}
.product-summary img{
    width: 70px;
    height:  70px;
    object-fit: cover;
    height: auto;
    border-radius: 3px;
}
.product-summary .product-desc{
    padding-left: 25px;
}

.cart-added-message{
  display: none;
      padding: 10px;
      text-align: center;
      font-size: 18px;
}
.cart-added-message a{
  border-bottom: 1px solid #58b58b;
  font-weight: bold;
  text-transform: uppercase;
}

.shipping-message{
  margin: 20px auto;
  display: block;
  padding: 20px;
  border: none;
  background:#ffffff03;
  overflow:hidden;
  width: 100%;
  display: flex;
}

.shipping-message .content-msg{
  float: left;
}

.shipping-message .icon{
  display: inline-block;
  margin-right: 10px;
  top: 8px;
  position: relative;
  float: left;

}

.cart-date:hover{
  font-weight: bold;
  background-size: 100% 2px;

}

.cart-date{
  cursor: pointer;
  margin-top: 10px;
  font-weight: 500;
  font-size: 16px;
  text-align: left;
}


.cart-subitem {
  font-size: 12px;
  padding-left: 20px;
}
#delivery_date{
  width: 0px; height: 0px;margin-top: 30px; padding: 0px;border: none;
  position: absolute;
}

  .text-btn-group{
    width: 100%;
    display: inline-flex;
  }

  .auth-code {
    font-size: 26px;
    text-align: center;
    font-weight: bold;
  }

@media(max-width:500px){
  .delivery-container{
    display: block;
    margin-bottom: 15px;
    text-align: center;
  }

  #delivery_date{
    width: 0px; height: 0px;margin-top: 0px;margin-left:0px; padding: 0px;border: none;
  }

  .text-btn-group{
    display: block;
  }
}

.cart-success{
  position: fixed;
bottom: 0px;
z-index: 1001;
background: #49a949;
width: 100%;
color: white;
padding: 20px;
text-align: center;
}
.cart-success a{
  color: white;
      border-bottom: 1px solid #eee;
      text-decoration: none;
}

.cart-trash{
  display: inline-block;
      position: relative;
      top: 10px;
      margin-left: 20px;
      color: #8e8e8e;
      float: right;
      right: 10px;
}

.price-remove{
  font-size: 20px;
  text-align: right;
}

.total {
  text-align: right;
padding: 18px 0px;
font-size: 22px;
}
.total span {
font-weight: bold;
}


.quantity {
  position: relative;
  width: 100%;
}


.coupon-apply .apply-code{
position: relative;
}

.coupon-apply .btn.loading::after{
  border-color: #059a0b transparent #059a0b transparent;
}

.coupon-success{
  font-size: 15px;
  color: #06a206;
}

.coupon-message{
  display: none;
}

.coupon-success .striked{
  font-weight: bold;
}

.striked {
  text-decoration:line-through;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button
{
  -webkit-appearance: none;
  margin: 0;
}

input[type=number]
{
  -moz-appearance: textfield;
}



.quantity input {
  width: 100%;
      height: 42px;
      line-height: 1.65;
      float: left;
      display: block;
      padding: 0;
      margin: 0;
      padding-left: 20px;
      border: 1px solid #d2d2d2 !important;
        -webkit-appearance: none !important;
      box-shadow: none;

}

.quantity input:focus {
  outline: 0;
}

.quantity-nav {
  float: left;
  position: relative;
  height: 42px;
}

.quantity-button {
  position: relative;
  cursor: pointer;
  border-left: 1px solid #d2d2d2;
  width: 20px;
  text-align: center;
  color: #333;
  font-size: 13px;
  line-height: 1.7;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.quantity-button.quantity-up {
  position: absolute;
  height: 50%;
  top: 0;
  border-bottom: 1px solid #d2d2d2;
}

.quantity-button.quantity-down {
  position: absolute;
  bottom: -1px;
  height: 50%;
}


.product-image-container{
  padding: 0px;
  overflow: hidden;
  margin-top: -40px;
}

.product .product-image{
  border-radius: 2px;
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  max-height: 482px;
  object-fit: contain;
  margin-top: 0px;
}
.product .short-description{

  border-radius: 10px;
      margin-top: -40px;
        background: #ffffff14;
      padding: 20px;
      margin-bottom: 20px;
      box-shadow: 0 0 30px #4444441a;
      position: relative;
      z-index: 10;

}


.sku-product{
  font-size: 14px;
}

.related{
  margin-top: 20px;
  flex-direction: row;
}
.product-mini{
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
    flex-direction: row;
    width: 100%;
}

.product-mini h4{
  font-size: 13px;
  line-height: 1.5em;
}
.product-mini h4 a{
  color: inherit;
}
.product-mini .thumb{
  width: 80px;
  margin-right: 10px;
}
.product-mini .thumb img{
    max-width: 80px;
}
.product-mini .content{
    padding: 5px;
}

/* MODAL */

.modal-background{
  z-index: 10000;
  background: #fff;
  background: #00000082;
  position: fixed;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;;
  display: none;
  opacity: 0;
}
.smodal {
    opacity: 0;
    display: none;
      padding: 20px;
      width: 100%;
      max-width: 600px;
        z-index: 1000;
      height: auto;
      position: fixed;
      left: 0px;
      right: 0px;
      top: 160px;
      margin: auto;
      bottom: 0px;
      transition: ease-in-out 0.5s all;
}

.advertisement-modal{
  background: rgba(0,0,0,0.50);
  max-width: 100%;
  top:0;
}

.schedule-modal{
  top: 75px;
  margin: auto;
  font-size: 12px;
  padding: 5px;
  position: relative;
}

.close-modal-container{
  width: 100%;
  justify-content: center;
  display: flex;
  padding: 0px 0px 5px 0px
}

.smodal.show{
  opacity: 1;
  display: block;
}
.smodal.show .modal-background{
  opacity: 1;
  display: block;
}

.smodal .modal-content{
    background: white;
        box-shadow: 0 0 10px #00000030;
              z-index: 10001;
              border: none;
              border-radius: 2px;
}

.smodal h2{

  font-size: 18px;
  font-weight: bold;
}

.modal-header .schedule-close{
  padding: 0;
  margin: 10px 0px -1rem auto;
}

.schedule-content{
  padding: 0px;
  margin: auto;
}

.schedule-content > h2{
  margin:0px;
  font-size: 20px;
  padding: 0px 0px 5px 0px;
}

.schedule-content > h5{
  font-size: 15px;
  padding: 5px 0px;
  margin:0px;
}

.schedule-content > p{
  padding: 5px 0px 0px 0px;
  margin: 0;
}

.schedule-content > ol{
  padding-inline-start: 15px;
  text-align: left;
}

.schedule-hide{
  display:  none;
}

.schedule-show{
  text-align: left;
  width: 100%;
  margin: auto;
  padding: 7px 0px;
}

.schedule-show > ul{
  padding: 0px 0px 0px 10px;
  list-style-type: square;
}

.age-modal{
  padding:10px 0px 15px 0px;
}

.age-modal-title{
  font-size: 22px ;
  font-weight: 450;
  text-transform: uppercase;
}

.age-modal-content{
  font-size: 18px;
  font-weight: 200;
}

.close-modal-container >div >a{
    text-transform: uppercase;
}

.schedule-body{
  display: flex;
  text-align: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 7px;
}

#modal_age{
  z-index: 1002;
}

#div-address{
  display: none;
  opacity: 0;
  transition: visibility 0s linear 0.33s, opacity 0.33s linear;
}

.close-relative{
  margin: -40px -20px 0 0;
}

.material-icons  {
  cursor: pointer;
}
.lb-re{
      margin: -10px 0px 0px 0px;
      position: relative;
      width: 25px;
      top:4px;
    }

.terms-checkbox{
  position: relative;
  margin: 0px 10px 0px 0px;
}


.under-content{
    position: absolute;
    z-index: 10001;
    overflow: auto;
    width: 100%;
    padding-left: 5px;
}

.ul-search{
    margin-block-start: 0em;
    margin-block-end: 1em;
    box-shadow: 0 5px 15px 0 rgba(0,0,0,.6);
    background-color: #fff;
    cursor: pointer;
    overflow: auto;
    max-height: 500px;
    list-style-type: none;
    width: 92%;
    padding-inline-start: 0px;
}

.li-search{
    margin-inline-end: 0px;
    padding-inline-start: 5px;
    text-align: -webkit-match-parent;
    min-height: 30px;
    vertical-align: middle;
}

.li-search:hover{
    background-color: #888;
}

.close {
  position: absolute;
  right: 30px;
  top: 16px;
  width: 25px;
  height: 25px;
  opacity: .3;
}
.close:hover {
  opacity: 1;
}
.close:before, .close:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 26px;
  width: 2px;
  background-color: #333;
}
.close:before {
  transform: rotate(45deg);
}
.close:after {
  transform: rotate(-45deg);
}

.modal-cart-item {
  display: flex;
  flex-direction: row;
flex-wrap: wrap;
}
.modal-cart-item  a{
  flex:  1;
}
.modal-cart-item .image {
  width: 90px;
  max-width: 90px;
  margin-right: 10px;
  flex: 1;
}
.modal-cart-item .image  img {
  width: 100%;
  border-radius: 2px;
}
.modal-cart-item .desc h3{
  font-size: 21px;
}

.modal-cart-item .desc {
  flex:1;
}
.modal-cart-item .desc  .price {
  color: #1dc73b;
  font-weight: bold;
  margin-bottom: 1px;
  font-size: 20px;
}

/* Profile container */
.profile {
  margin: 30px 0;
}

/* Profile sidebar */
.profile-sidebar {
  padding: 20px 0 10px 0;
  background: #f5f5f5;
  border-radius: 4px;
}
.profile-userpic {
  text-align: center;
}
.profile-userpic img {
  float: none;
  margin: 0 auto;
  width: 50%;
  height: 50%;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  border-radius: 50% !important;
}

.profile-usertitle {
  text-align: center;
  margin-top: 20px;
}

.profile-usertitle-name {
  color: #5a7391;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 7px;
}

.profile-usertitle-job {
  text-transform: uppercase;
  color: #5b9bd1;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 15px;
}

.profile-userbuttons {
  text-align: center;
  margin-top: 10px;
}

.profile-userbuttons .btn {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
  padding: 6px 15px;
  margin-right: 5px;
}

.profile-userbuttons .btn:last-child {
  margin-right: 0px;
}

.profile-usermenu {
  margin-top: 30px;
}
.profile-usermenu ul{
  list-style: none;
  padding: 0px;
}
.profile-usermenu ul li {
  border-bottom: 1px solid #f0f4f7;

}

.profile-usermenu ul li:last-child {
  border-bottom: none;
}

.profile-usermenu ul li a {

  font-weight: 400;
    padding: 8px 15px;
        display: block;
}

.profile-usermenu ul li a i {
  margin-right: 8px;
  font-size: 14px;
}

.profile-usermenu ul li a:hover {
  background-color: #fafcfd;
}

.profile-usermenu ul li.active {
  border-bottom: none;
}

.profile-usermenu ul li.active a {
  font-weight: bold;
  background-color: #fff;
  border-left: 2px solid #5b9bd1;
  margin-left: -2px;
}

/* Profile Content */
.profile-content {
 padding: 20px 30px;
    background: #fff;
    min-height: 460px;
    border-radius: 6px;
    box-shadow: 0 2px 19px 4px rgb(0 0 0 / 4%);
    margin: 20px 0px;
    margin-top: 0px;
}
.profile-content h1 {
  margin: 15px 0px;
  font-size: 20px;
  text-transform: uppercase;
}


/* ACCOUNT  */

.order-item-header{
  background: #ececec;
padding: 6px;
font-weight: bold;
border-radius: 2px;
}
.order-item{
padding: 8px 0px;
border-bottom: 1px solid #eee;
}

.order-detail-item{
  display: flex;
    align-items: self-start;
}
.order-detail-item div {
  margin-right: 10px;
}
.order-detail-item .order-detail-item-label {
  align-items: flex-start;
  font-weight: bold;
  width: 140px;
  margin-bottom: 12px;
  margin-right: 20px;
}

.account-banks {
  list-style: none;
  padding: 0px;
}
.account-banks li {
  padding: 10px;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  list-style: none;
  margin-bottom: 10px;
  font-size: 14px;
  margin-top: 10px;
  cursor: pointer;
  box-shadow: 0 0 10px #d4d4d4c7;
}
.account-banks li:hover {
  border: 1px solid #b3b3b3;
  background: #eee;
}
.account-banks li.active {
  background: #b6f1c3;
  border: 2px solid #8dd49d;
}

.lazyload {
	opacity: 0;
}

.lazyloading {
	opacity: 1;
	transition: opacity 300ms;
}



.breadcrumb{
  width: 100vw;
  position: absolute;
  z-index: 10;
  background: linear-gradient(45deg, #00000075, transparent);
  width: 100%;
  padding: 4px 10px;
  font-size: 13px;
  border-radius: 0px;
  left: 0px;
  top: -25px;
  color: black;
  display: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0;

}

.breadcrumb li {
  display: inline;
}


.breadcrumb-item+.breadcrumb-item::before{
      color: #000000;
}



.carousel-product img{
    margin-top: 0px;
    object-fit: cover;
    max-height: 450px;
    min-height: 300px;

}

.carousel-product .owl-dots{
  position: absolute;
  z-index: 500;
  left: 0px;
  right: 0px;
  bottom: 45px;
}


.main-thumbnail{
    opacity: 1;
      transition: opacity ease-in-out 0.4s;
      height: auto;
}
.hover-thumbnail{
    opacity: 0;
      transition: opacity ease-in-out 0.4s;
      height: 1px;
}
.box-product:hover .hover-thumbnail + .main-thumbnail   {
  opacity: 0;
  visibility: hidden;
  height: 0;
}
  .box-product:hover .hover-thumbnail{
    opacity: 1;
    height: auto;
  }


@media (min-width: 576px){

  .logo img{
    max-width: 180px;
    margin-top: 5px;
  }

  .schedule-modal{
    top: 100px;
  }

}

@media (min-width: 768px){

  .box-product{
    height: 410px;
  }
  #product-detail{

  }
  .title-single{
    font-size: 26px;
  }
  .product .short-description{
    margin-top: 0px;
        padding: 30px;
        border: 1px solid #00000040;
        box-shadow: none;
        border-radius: 3px;
  }


  .product-image-container{
    padding-right: 15px;
    padding-left: 15px;
    margin-top: 0px;
  }

  .product-mini{
    width: 33.33%;
  }
  .breadcrumb {
    position: static !important;
    background: none;
    color: inherit;
    margin-bottom: 15px;
    font-size: 14px;
    display: block;
  }

  .close-modal-container >div >a{
    margin: 0px 20px 0px 20px;
  }

  .carousel-product{
    top: 0px;
  }

  .carousel-product img{
        max-height: 550px;
  }

  .close-menu{
    display: none;
  }

  .box-product:hover{
    border: 1px solid  #dcdcdc;
  }



  .categories li{
    max-width: 33.3%;
  }
  .cart-trash{
    top: 4px;
  }
  .slider .owl-carousel .owl-item img {
    max-height: 550px;
    min-height: 360px;
    object-fit: cover;
  }





  #footer{
    text-align: inherit;
  }

  .checkout_right {
        height: calc(100vh);
  }

.list-products{
  padding: 0px;
  margin-left: -30px;
  margin-right: -30px;
}
.cat-slider-wrapper  .list-products{
  padding: 0px;
  margin-left: -20px;
  margin-right: -20px;
}

  .box-product{
    box-sizing: content-box;
    padding: 20px;
  }

  .box-product img {
    max-height: 200px;
  width: 100%;
  max-width: 100%;
  margin: 10px auto;
  display: block;
  border-radius: 4px;
  transition: all ease-in-out 0.2s;
    box-sizing: border-box;
  }
  .box-product:hover img {
    padding: 5px;
        background: transparent;
        border-radius: 12px !important;
        object-fit: cover;
        width: 100%;
  }

  .schedule-modal{
    top: 120px;
    max-width: 800px;
    font-size: 16px;
    padding: 20px;
  }

  .schedule-content{
    padding: 18px 0px 18px 0px;
    width: 85%;
  }

  .schedule-content >h2{
    font-size: 1.7em;
  }

  .schedule-content > ol{
    padding-inline-start: 40px;
   text-align: left;
  }

  .schedule-content >h5{
    font-size: 1.25rem;
    padding: 10px 0px 0px 0px;
  }

  .schedule-show > ul {
    margin: 0px 0px 0px 10%;
  }

  .schedule-body{
    padding: 10px;
  }

  .schedule-hide{
    display: initial;
  }

}



@media (min-width: 992px){

  .checkout_left{
          height: calc(100vh);
  }

  .schedule-modal{
    font-size: 17px;
  }

  .schedule-body{
    padding: 1rem;
  }

  .schedule-content > p {
    padding: 5px 0px 5px 0px;
  }

  .schedule-show {
      width: 55%;
      padding: 10px 0px;
  }



}


@media (min-width: 1200px){

}
