@import url("/css/navigation-layout/navigation-layout.css?v=5");
@import url('https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700,800');

.above-header-alert {
    margin-bottom: 0;
    border-radius: 0;
}

.fixed-header-container {
    position:fixed;
    width:100%;
    top:0;
    left:0;
    z-index:9999;
}

#example-container {
    text-align:  left;
    width: 100%;
    margin: 10px auto 15px;
    color: #666;
    font-size:13px;
}
#header-btn-container {
    margin-top:40px;
}
#header-btn-container a {
    margin:auto;
}
li a.nav-active {
    background-color:var(--main-color-d2, #21283c);
}
.product-row img {
    width:100%;
    height:100%;
    object-fit: cover;
    opacity:1;
    background-color: white;
    transition: opacity 0.3s ease;
    padding: 2px;
    border: 1px solid #ececec;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 2px 2px 3px #00000008;
}
.product-row img:hover {
    opacity:0.8;
}
.product-image-container {
    position: relative;
    width:100%;
    padding-top: 100%;
    position: relative;
}
.product-image-container .ali-logo {
    width: 25px;
    height: 25px;
    position: absolute;
    top: 5px;
    right: 5px;
}
a {
    color: var(--secondary-color, #e28f43);
}
.navbar-default {
    margin-bottom: 0px;
    /*background-color:var(--main-color-d1, #2c3756);*/
    background-color: var(--main-color, #434f71);
    border: 0px;
    border-radius:0px;
    font-size: 15px;
}
.navbar-default .navbar-nav>li>a {
    color: white;
}
.navbar-default .navbar-nav>li>a:hover {
    opacity:0.75;
    color: white;
}
.navbar-brand {
    color: white !important;
}
.navbar-btn {
    margin-left: 15px;
    margin-right: 15px;
}
#scrapes-remaining {
    color:#ffffffbd;
}
#header-bg {
    text-align: center;
    background-color: var(--main-color, #434f71);
    padding: 20px 20px 50px;
    box-shadow: inset 0px -10px 30px -10px #0000001f;
}
#header-bg a:hover {
    text-decoration: none !important;
}
#title {
    margin-top:0px;
    font-size: 55px;
    color:white;
    text-shadow: 1px 1px 4px #00000038;
    font-weight:bold;
    font-family: 'Montserrat','Roboto',"Helvetica Neue",Helvetica,Arial,sans-serif;
}
#search-input-group {
    width: 100%;
    margin-left:auto;
    margin-right:auto;
}
.search-bar {
    height:45px;
}
.search-button {
    height:45px;
    padding: 0 20px;
    font-size:16px;
}
#popular-header {
    color: #48486c;
    margin-bottom: 13px;
}
#scrape-popular-sites a{
    font-size:16px;
}
#what {
    width:50%;
    font-size: 17px;
    color:#d2d6e2;
    font-family: 'Montserrat','Roboto',"Helvetica Neue",Helvetica,Arial,sans-serif;
}
.container {
    text-align:center;
    margin-top: 65px;
}
.page-span a {
    margin: 0 3px;
}
.page-span {
    font-size: 17px;
}
#results {
    margin-top:15px;
    margin-bottom:25px;
}
#filter-row {
    margin-bottom: -10px;
    text-align:right;
    font-size:17px;
}
#filter-row select {
    margin-left:5px;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

#product-row .row-header {
    margin-top: 0px;
    display:inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product-col {
    display: flex;
    flex-direction: column;
    margin-top:14px
}

.row:before,
.row:after {
   content: normal;
}

.inner-product-row {
    margin-bottom:25px;
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 10px;
    display:flex;
    flex-wrap: wrap;
}

.inner-product-row:last-child {
    border-bottom: none;
}

#best-seller-site-name {
    color: var(--secondary-color, #e28f43);
}

#blurred-data-signup {
    position: relative;
    margin-top: .8em;
    margin-bottom: 0;
    text-align: center;
    background: url('https://www.nichescraper.com/images/blurred-feed.png') no-repeat;
    background-size: cover;
    /* padding-bottom: 57.7851%; */
}

#blurred-data-signup .inner-content {
    position: relative;
    color: #fff;
    font-size: 1.85em;
    font-weight: 400;
    padding: 100px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 650px;
    justify-content: center;
    width: 100%;
}

#blurred-data-signup.aliexpress-blur {
    background: url('https://www.nichescraper.com/images/blurred-aliexpress.png') no-repeat;
    background-size: cover;
}

#blurred-data-signup .bg-cover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(30, 30, 30, 0.7);
    border-radius: 5px;
}

#blurred-data-signup .tool-separator {
    width: 100px;
    border-top: 1px solid gray;
    margin: 45px 0px 15px 0px;
}

#blurred-data-signup .not-convinced {
    font-size: 0.7em;
    opacity: 0.8;
}

#blurred-data-signup .tools-list {
    margin-top: 10px;
    display: inline-flex;
    flex-direction: column;
}

#blurred-data-signup .tool-row {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    border-radius: 3px;
    font-size: 0.7em;
    padding: 5px 12px;
    background-color: #80808059;
    color: rgba(255, 255, 255, 0.927);
    cursor: pointer;
}

#blurred-data-signup .tool-row:hover {
    color: white;
    text-decoration: none;
    background-color: #a2a2a28a;
}

#blurred-data-signup .tool-row:active {
    color: rgba(255, 255, 255, 0.564);
    text-decoration: none;
    background-color: #7979798a;
}

#blurred-data-signup .tool-icon {
    margin-right: 10px;
    height: 23px;
}

#blurred-data-signup .glyphicon {
    margin-left: 10px;
    opacity: 0.8;
}

#signup-btn {
    margin-bottom:10px;
    padding: 14px 23px;
    font-size: 22px;
}

#already-a-member {
    color: #c7c7c7;
    font-size: 15px;
}

a.foldable-row {
    font-size: 24px;
    text-decoration: none;
    color: #afafaf;
}

a.foldable-row:hover {
    text-decoration: none;
}

.site-details span {
    margin: 0 5px;
}

#best-selling-btn {
    margin-top:  15px;
    background-color:  var(--main-color-l1, #7387bf);
    border-color:  var(--main-color-l1, #7387bf);
}
#bottom-container {
    background-color: #fafafa;
    box-shadow: inset 0px 6px 30px 0px #0000000d;
    margin-top:20px;
}
#bottom-container .container {
    margin-top: 95px;
}

.footer-container {
    margin-top:0;
}

#footer {
    font-size:15px;
    color:#666;
    text-transform:uppercase;
    margin-bottom:50px;
}

#footer a {
    color:#666;
}

#footer ul {
    margin-bottom:0;
    padding:15;
    text-align:left;
}

.product-dates {
    background-color:white;
    padding:20px;
    text-align:left;
    font-size:17px;
    position:absolute;
    top:0;
    left:0;
    border-radius:5px;
    font-family: 'Montserrat','Roboto',"Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #48486c;
    box-shadow: rgba(0, 0, 0, 0.462) 0 7px 20px -12px, rgba(0, 0, 0, .117647) 0 4px 25px 0, rgba(0, 0, 0, .2) 0 8px 10px -5px;
}

.featured-ring {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  color: white;
  display: inline-table;
  text-align: center;
  background-color:var(--main-color-l1, #7387bf);
  box-shadow: rgba(0, 0, 0, .560784) 0 7px 20px -12px, rgba(0, 0, 0, .117647) 0 4px 25px 0, rgba(0, 0, 0, .2) 0 8px 10px -5px;
}

.featured-ring .glyphicon-bordered {
  font-size: 40px;
  vertical-align: middle;
  display: table-cell;
}

#featured-container h4 {
    color:#333;
    line-height:140%;
    margin:15px 0;
}

#featured-container p {
    color:#777;
    line-height:140%;
    font-size:16px;
}

#featured-container {
    padding-top:90px;
    border-top:1px solid #d4d4d4;
}

.new-bubble {
    color:  white;
    background: #be3b3b;
    position:  absolute;
    padding: 2 4px;
    border-radius: 5px;
    font-size: 8px;
    font-weight:  bold;
    top: 6px;
    right: -5px;
}

.modal {
    margin-top: 50px !important;
}

p.whats-new {
    border: 1px solid #e0e0e0;
    padding: 14px 20px;
    border-radius: 8px;
    margin-bottom: 20px;
}

/* Mobile */

@media screen and (max-width: 767px) {
    .search-button {
        padding: 0 14px;
        font-size: 14px;
    }
    a.foldable-row {
        display:none;
    }
    #how-to h3 {
        margin-top:25px;
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color:white !important;
    }
    
    #blurred-data-signup .inner-content {
        font-size: 1.4em;
    }
    
    #signup-btn {
        padding: 9px 18px;
        font-size: 17px;
    }
    #already-a-member {
        font-size:14px;
    }
    .featured-ring {
        margin-top:30px;
    }
    #title {
        font-size:45px;
    }
    #blurred-data-signup {
        padding-bottom: 95%;
    }
    #product-row .row-header {
        width: 100%;   
    }
    #product-row .row-header a {
        font-size: 0.8em;
    }
}