/* reset */
.woo-container a {
    text-decoration: none !important;
}
.woo-container a:focus,
.woo-container a:active {
    outline: 0 !important;
}
/* notifications */
.woo-container {
    position: relative;
    z-index: 99999;
}
.woo-notify-top {
    top: 30px;
}
.woo-notify-bottom {
    bottom: 30px;
}
.woo-notify-left {
    left: 30px;
}
.woo-notify-right {
    right: 30px;
}
.woo-notify-center {
    left: 50%;
    transform: translateX(-50%);
}

.woo-notify-single {
    display: none;
    position: fixed;
    width: 100%;
    z-index: 99999;
}
.woo-notify {
    display: block !important;
    width: 100%;
    height: 100%;
    color: #222;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 5px;
    overflow: hidden;
}
#fommerce-app .woo-notify-single {
    display: flex;
}
.woo-notify.flex-column {
    flex-direction: column;
}
.woo-notify.flex-column-reverse {
    display: flex !important;
    flex-direction: column-reverse;
}
.woo-notify .woo-notify-title,
.woo-notify .woo-notify-body {
    position: relative;
}
.woo-notify .woo-notify-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 10px;
}
.woo-notify .woo-notify-row:nth-child(2) {
    border-top: 1px solid #e8e8e8;
}
.woo-notify.flex-column-reverse  .woo-notify-row:nth-child(1):not(:last-child) {
    border-top: 1px solid #e8e8e8;
}
.woo-notify-content {
    width: 100%;
}
.woo-notify .woo-notify-body,
.woo-notify .woo-notify-content {
    display: flex;
}
.woo-notify .woo-notify-content-avatar {
    display: inherit;
}
.woo-notify .woo-notify-content-avatar img {
    width: 100px;
    max-width: none !important;
    height: 100px;
    object-fit: cover;
    object-position: center;
    font-family: 'object-fit: cover;';
}
.woo-notify .woo-notify-content-avatar-right {
    order: 1;
}
.woo-notify .woo-notify-content-text {
    width: 100%;
}
.woo-notify p,
.woo-notify h1,
.woo-notify h2,
.woo-notify h3,
.woo-notify h4,
.woo-notify h5,
.woo-notify h6 {
    margin: 0;
}
.woo-notify a {
    color: inherit;
}
.woo-notify .woo-notify-content-corner {
    display: block;
    white-space: nowrap;
}
.woo-notify .woo-notify-content-corner svg {
    width: 20px;
    height: 20px;
    stroke: #b3b3b3;
    stroke-width: 3px;
    cursor: pointer;
}
.woo-notify .woo-notify-stars {
    white-space: nowrap;
    vertical-align: middle;
}
.woo-notify .woo-notify-stars svg {
    width: 1em;
    height: 1em;
}
.woo-notify-single .woo-notify-close {
    position: absolute;
    top: 0;
    right: 0;
    height: 36px;
    line-height: 16px;
    padding: 10px;
    cursor: pointer;
}

/* default theme */
.woo-notify.woo-notify-theme-default {
    box-shadow: 0 1px 12px 0 rgba(32,33,36,0.2);
}
/* ios theme */
.woo-notify.woo-notify-theme-ios {
    position: relative;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.06);
}
.woo-notify.woo-notify-theme-ios:before,
.woo-notify.woo-notify-theme-ios .woo-notify-title:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: -1;
}
/* dark theme */
.woo-notify.woo-notify-theme-dark {
    color: #fff;
    background: #485168;
    box-shadow: none;
}
.woo-notify.woo-notify-theme-dark .woo-notify-title {
    background: rgba(0,0,0,0.1);
}
.woo-notify.woo-notify-theme-dark .woo-notify-row:nth-child(2) {
    border: none;
}

/* sticky note theme */
.woo-notify.woo-notify-theme-sticky {
    box-shadow: 5px 5px 2px 0 rgba(187, 104, 0, 0.1);
}
.woo-notify.woo-notify-theme-sticky .woo-notify-row:nth-child(2) {
    border: none;
}

/* glass theme */
.woo-notify.woo-notify-theme-glass {
    box-shadow: 0 0 20px rgba(0,0,0,0.5);
}
.woo-notify.woo-notify-theme-glass .woo-notify-row:nth-child(2) {
    border: none;
}

/* dark wood theme */
.woo-notify.woo-notify-theme-wood {
    color: #c37f64;
    background: url(../img/wood.jpg);
    background-size: cover;
}
.woo.notify.woo-notify-theme-wood .woo-notify-title {
    background: rgba(255,255,255,0.1);
}
.woo-notify.woo-notify-theme-wood .woo-notify-row:nth-child(2) {
    border: none;
}

/* responsive */
@media (max-width: 772px) {
    .woo-notify-single {
        max-width: 100% !important;
        border-radius: 0 !important;
        margin: 0 !important;
    }
    .woo-notify-single .woo-notify {
        border-radius: 0 !important;
    }
    .woo-notify-single.woo-notify-top {
        top: 0 !important;
    }
    .woo-notify-single.woo-notify-bottom {
        bottom: 0 !important;
    }
    .woo-notify-single.woo-notify-left {
        left: 0 !important;
    }
    .woo-notify-single.woo-notify-right {
        right: 0 !important;
    }
}

/* woo feeds */
.slick-slide:focus {
    outline: 0 !important;
}
.fomo-feeds {
    position: relative;
    padding: 5px 10px;
    display: inline-block;
}
.fomo-feeds .fomo-feed-slide {
    width: 100%;
    box-sizing: border-box;
}
.fomo-feeds .fomo-feed-slide .woo-notify {
    display: flex;
}