/*.carousel-item {
  height: 65vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}*/

.z-index-max {
  z-index: 9999999999;
}

.portfolio-item {
  margin-bottom: 30px;
}

h1{
  font-family: Raleway, sans-serif;
  font-size: 24px;
  font-weight: 700;
}

h2{
	font-family: Raleway, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.navbar-font{
  font-size: 1.15rem;
}

.alert-count{
  padding: 2px 4px !important;
  position: relative !important;
  top:-18px !important;
  left: -15px !important;
  font-size: 10px !important;
}

.post-emotion{
  position: absolute;
  top: -15px;
  right: -15px;
  z-index: 999;
}

.post-emotion img{
  width: 64px;
}

.variants-box{
  display: flex;
  position: relative;
}

.variants-loader {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -16px; /* -1 * image width / 2 */
  margin-top: -16px; /* -1 * image height / 2 */
}

.display-flex {
  display: flex;
}

.carousel-item:before {
  content: '';
  position:absolute;
  top:0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(0,0,0,0) 60%,rgba(0,0,0,1) 90%);
  z-index: 1;
}

.font-11{
  font-size: 11px;
}

.opacity-8{
  opacity: .8;
}

.modal-dialog.modal-dialog-slideout {width: 80%}
.modal-dialog-slideout {min-height: 100%; margin: 0 auto 0 0 ;background: #fff;}
.modal.fade .modal-dialog.modal-dialog-slideout {-webkit-transform: translate(-100%,0);transform: translate(-100%,0);}
.modal.fade.show .modal-dialog.modal-dialog-slideout {-webkit-transform: translate(0,0);transform: translate(0,0);flex-flow: column;}
.modal-dialog-slideout .modal-content{border: 0;}

.cookiealert {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0 !important;
  z-index: 999;
  opacity: 0;
  border-radius: 0;
  transform: translateY(100%);
  transition: all 500ms ease-out;
  color: #ecf0f1;
}

.cookiealert.show {
  opacity: 1;
  transform: translateY(0%);
  transition-delay: 1000ms;
}

.cookiealert a {
  text-decoration: underline
}

.cookiealert .acceptcookies {
  margin-left: 10px;
  vertical-align: baseline;
}

.sticky-fixed {
  top: 68px;
  left: 0;
}

.user-icon-mini {
  width: 40px;
  height: 40px;
}

/* video player */
video{
  display: block;
}

.videoplay {
  position: relative;
  cursor: pointer;
  border: 0;
}

/*.videoplay img {*/
/*  width:100%;*/
/*  opacity: .7;*/
/*}*/

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -40px 0 0 -40px;
    cursor: pointer;
    border-radius: 50%;
    background: #FFFFFF;
}

.play-button i {
  font-size: 80px;
}

.fixedAd {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  z-index: 999999999;
}

.fixedAd .del span {
  float:right;
  display:inline-block;
  padding:2px 10px;
  background: #167381;
  color: #fff;
  font-size: 22px;
}
.fixedAd .del{
  right: 5px;
  z-index: 999999999999999;
  position: absolute;
  margin-top: 2px;
}

/* -----------------------------
		 Preloader
--------------------------------- */
.loading {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #F9F9FF;
    z-index: 99999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.loading .mini-logo {
    margin: auto;
    -webkit-animation: load 1.2s infinite linear;
    animation: load 1.2s infinite linear;
}

@-webkit-keyframes load {
    0% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }
    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}

@keyframes load {
    0% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }
    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}

.slick-dots {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: .3rem 0;
    list-style-type: none;
}

.slick-dots li {
    margin: 0 0.25rem;
}

.slick-dots button {
    display: block;
    width: .5rem;
    height: .5rem;
    padding: 0;

    border: none;
    border-radius: 100%;
    background-color: gray;

    text-indent: -9999px;
}

.slick-dots li.slick-active button {
    background-color: white;
}

.pagination {
    justify-content: center !important;
}

.border-radius-15{
    border-radius: 15px
}

.margin-5{
    margin:5px;
}

.display-none{
    display: none;
}

.product-title{
    height:25px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 13px
}
.product-price{
    font-size: 25px
}

.font-size-20{
    font-size: 20px
}

.font-size-30{
    font-size: 30px
}

.font-size-35{
    font-size: 35px
}

.video-play-popup-close{
    position: absolute;
    top:10px;
    right: 10px;
    z-index: 11111
}

#productVideo{
    width: 100%;
    height: auto
}

.max-height-500{
    max-height: 500px;
}
