@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400");
@import url("https://fonts.googleapis.com/css?family=Quicksand");
@import url("https://fonts.googleapis.com/css?family=Nunito:400,700");
/* -------- SASS MIXINS ---------- */
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body {
  /*font: 400 15px/1.7 'Open Sans', sans-serif; */
  /*font: 300 15px/1.7 'Nunito', sans-serif;*/
  background-color: #e6e6e6;
  color: #444444 !important; }

a, a:active, a:focus, a:hover, a:visited, button:active, button:focus, button:hover, button:visited {
  text-decoration: none !important;
  outline-color: unset !important;
  outline: none !important; }

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  line-height: 1.2; }

*:focus {
  box-shadow: none !important; }

ul.list-inline li {
  display: inline-block; }

ul.basic {
  list-style-type: none; }

ul.no-padding {
  padding-left: 0px; }

.btn {
  letter-spacing: 1px;
  text-transform: uppercase; }

.btn-full {
  width: 100%; }

.container {
  max-width: 1200px !important; }

.site-container {
  background-color: #eff3f6;
  /*max-width: 1100px;*/
  margin: 0 auto; }

.container-height {
  min-height: 450px; }

.content-padding {
  padding: 45px 0px; }

.pre-nav {
  /*background-color: #e00;*/
  /*#41bdc5*/
  padding: 10px 5px;
  text-align: right;
  font-size: 0.8em;
  color: white; }

.navbar {
  background-color: #333 !important;
  /*#52c4cc*/
  padding: .5rem 0px;
  /*Hamburger Menu Button*/ }
  .navbar .logo img {
    max-width: 120px; }
  .navbar .nav-item a:not(.dropdown-item) {
    color: white !important;
    font-weight: bold;
    font-size: 0.9em; }
  .navbar .nav-button {
    box-shadow: 0px 14px 34px -10px rgba(0, 0, 0, 0.3);
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -ms-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
    text-transform: uppercase;
    color: #0dce47 !important;
    background-color: white;
    display: inline-block;
    border-radius: 25px;
    text-align: center;
    line-height: 28px;
    font-weight: bold;
    font-size: 0.8em;
    padding: 0 30px;
    height: 28px; }
    .navbar .nav-button:hover {
      -webkit-transition: all 200ms ease-in;
      -moz-transition: all 200ms ease-in;
      -ms-transition: all 200ms ease-in;
      -o-transition: all 200ms ease-in;
      transition: all 200ms ease-in;
      background-color: #000000;
      color: white !important; }
  .navbar #nav-icon1 {
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -webkit-transform: rotate(0deg);
    -o-transition: .5s ease-in-out;
    -moz-transform: rotate(0deg);
    transition: .5s ease-in-out;
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    position: relative;
    cursor: pointer;
    float: right;
    height: 20px;
    width: 40px; }
  .navbar #nav-icon1 span {
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -webkit-transform: rotate(0deg);
    -o-transition: .25s ease-in-out;
    -moz-transform: rotate(0deg);
    transition: .25s ease-in-out;
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    border-radius: 9px;
    position: absolute;
    background: white;
    display: block;
    height: 4px;
    width: 100%;
    opacity: 1;
    left: 0; }
  .navbar #nav-icon1 span:nth-child(1) {
    top: 0px; }
  .navbar #nav-icon1 span:nth-child(2) {
    top: 9px; }
  .navbar #nav-icon1 span:nth-child(3) {
    top: 18px; }
  .navbar #nav-icon1.open span:nth-child(1) {
    top: 18px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg); }
  .navbar #nav-icon1.open span:nth-child(2) {
    opacity: 0;
    left: -60px; }
  .navbar #nav-icon1.open span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg); }

.header-after {
  -webkit-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.08);
  background-color: #f8f9fa; }
  .header-after .filter-tab {
    display: none; }
  .header-after ul {
    background-color: #eff3f6;
    text-align: center;
    list-style: none;
    padding: 0;
    margin: 0; }
  .header-after li {
    border-bottom: 1px solid #888;
    line-height: 40px;
    font-size: 0.9em;
    height: 40px; }
  .header-after a {
    transition: .3s background-color;
    text-decoration: none;
    display: block;
    color: #525252; }
  .header-after li:hover {
    background-color: #e00; }
    .header-after li:hover a {
      color: white; }
  .header-after .a.active {
    background-color: #fff;
    cursor: default;
    color: #444; }

.page-header {
  background-color: #ecf0f5;
  padding: 50px 0px; }

.auth-form-container {
  padding-top: 30px;
  max-width: 750px;
  margin: 0 auto; }
  .auth-form-container form {
    margin-top: 20px; }
  .auth-form-container label {
    font-weight: bold;
    font-size: 0.9em; }
  .auth-form-container .form-control {
    background-color: #fafbfc !important; }

.product-category-container {
  text-align: center;
  margin-top: 25px;
  box-sizing: content-box; }

.product-box {
  border: 1px solid rgba(247, 246, 246, 0.31);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  vertical-align: text-top;
  background-color: white;
  display: inline-block;
  margin: 10px 0px;
  width: 100%;
  height: 260px; }
  .product-box a {
    color: inherit;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0; }
  .product-box .description {
    text-align: center;
    font-size: 0.9em;
    padding: 10px; }
    .product-box .description .title {
      font-weight: bold; }
  .product-box .image {
    -webkit-border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px;
    -ms-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;
    background-position: center;
    background-color: #ddd;
    background-size: cover;
    height: 180px;
    width: 100%;
    position: relative; }
    .product-box .image .condition {
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      border-radius: 5px;
      background-color: white;
      position: absolute;
      margin: 12px 12px;
      width: 30px;
      height: 20px;
      padding: 3px 10px;
      font-size: 0.8em;
      z-index: 1; }
      .product-box .image .condition a {
        text-align: center; }
      .product-box .image .condition a:hover {
        color: red; }
    .product-box .image .price {
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      border-radius: 5px;
      background-color: #5ad;
      margin: 12px 12px;
      padding: 3px 10px;
      font-size: 0.8em;
      color: white;
      float: right; }
  .product-box:hover {
    -webkit-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.35); }

.post-meta {
  color: grey; }
  .post-meta i {
    margin-right: 5px;
    float: left; }

.product-container {
  margin-top: 40px; }
  .product-container .title {
    margin-bottom: 20px; }
  .product-container .mini {
    background-position: center;
    height: 70px;
    width: 70px; }

.product-single-box {
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  background-color: #ffffff;
  margin: 0px 0px 20px;
  padding: 25px; }

.product-description {
  margin-top: 30px; }
  .product-description .price {
    font-weight: 700;
    font-size: 1.4em;
    color: #E76C67;
    float: right; }

.share-icons {
  text-align: center; }
  .share-icons img {
    max-width: 50px;
    margin: 5px 0; }

.user-info-list li {
  margin: 5px 0px; }
.user-info-list .fa {
  position: absolute;
  padding-top: 5px; }
.user-info-list div {
  margin-left: 25px; }

.contact-seller-form input, .contact-seller-form textarea {
  font-size: 0.9em; }
.contact-seller-form button {
  background-color: #99c663 !important;
  border-color: #99c663 !important;
  font-size: 0.9em; }

.report-ad {
  text-align: center; }
  .report-ad .fa {
    color: red; }
  .report-ad a {
    color: inherit !important; }

.reportErrors {
  font-size: 0.9em;
  margin: 10px 0px;
  display: none;
  padding: 10px;
  color: red; }

.contact-seller-form-errors {
  font-size: 0.9em;
  display: none;
  color: red; }

.contact-seller-form-success {
  font-size: 0.9em; }

.header-cart-link i {
  font-size: 1.5em;
  margin: 0px 5px; }
.header-cart-link sup {
  -webkit-border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  -ms-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;
  background-color: #fc6262;
  padding: 1px 5px; }

.add-to-cart-form {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .add-to-cart-form input, .add-to-cart-form button {
    border-radius: 0px !important; }

.quantity-container {
  max-width: 45%; }

.cart-container {
  min-height: 45vh; }
  .cart-container .cart-item {
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -ms-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    border: 1px solid #e00;
    margin: 10px 0px;
    padding: 20px; }
    .cart-container .cart-item .image {
      -webkit-border-radius: 5px 5px 5px 5px;
      -moz-border-radius: 5px 5px 5px 5px;
      -ms-border-radius: 5px 5px 5px 5px;
      border-radius: 5px 5px 5px 5px;
      background-position: center;
      background-size: cover;
      margin: 0 auto;
      height: 140px;
      width: 140px; }
    .cart-container .cart-item .title {
      font-weight: bold;
      font-size: 1.3em; }
    .cart-container .cart-item .price {
      color: #5ad;
      font-weight: bold;
      float: right; }
    .cart-container .cart-item .description {
      font-size: 0.9em;
      max-width: 80%; }
    .cart-container .cart-item .total {
      text-align: right;
      font-weight: bold;
      font-size: 1.3em; }
      .cart-container .cart-item .total span {
        color: #5ad; }

.slider-wrapper {
  max-width: 475px; }
  .slider-wrapper ul {
    list-style: none outside none;
    padding-left: 0;
    margin-bottom: 0; }
  .slider-wrapper li {
    margin-right: 6px;
    display: block;
    cursor: pointer;
    float: left; }
  .slider-wrapper img {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    max-width: 100%;
    display: block;
    height: auto; }

.footer {
  background-color: #a7aeb7;
  padding: 50px 0px;
  margin-top: 40px;
  color: white; }
  .footer .col-title {
    margin-bottom: 13px;
    font-weight: bold;
    font-size: 1.3em; }
  .footer li {
    line-height: 30px; }
  .footer a {
    font-size: 13px;
    color: white; }

.feature-container {
  width: 100%; }
  .feature-container .feature-box {
    width: 120px;
    padding: 3px 5px;
    margin-bottom: 3px;
    display: inline-block;
    color: white;
    background-color: #36a320; }

.edit-img-wrap {
  width: 100%; }
  .edit-img-wrap .img-block {
    width: 230px;
    height: 160px;
    background-size: cover;
    display: inline-block;
    position: relative;
    background-color: #F2F2F2; }
    .edit-img-wrap .img-block img {
      width: 100%;
      height: 160px; }
    .edit-img-wrap .img-block .img-btn {
      position: absolute;
      bottom: 5px;
      left: 5px; }
  .edit-img-wrap .add-btn-block {
    width: 230px;
    height: 160px;
    display: inline-block;
    position: relative;
    background-color: #F2F2F2; }
    .edit-img-wrap .add-btn-block .btn {
      position: absolute;
      background-color: #CDCDCD; }

.mini-nav {
  width: 100%; }
  .mini-nav ul li {
    text-decoration: none;
    list-style-type: none;
    display: inline-block; }
    .mini-nav ul li a {
      color: white;
      background-color: #a7aeb7;
      text-transform: uppercase;
      text-decoration: none;
      padding: 5px 10px; }
    .mini-nav ul li a:hover {
      background-color: grey; }

.box-o {
  border-radius: 3px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  padding: 10px 25px;
  text-align: right;
  display: block;
  margin-top: 60px;
  background-color: white; }
  .box-o .box-icon {
    background-color: #57a544;
    border-radius: 50%;
    display: table;
    height: 100px;
    margin: 0 auto;
    width: 100px;
    margin-top: -61px; }
    .box-o .box-icon img {
      border-radius: 50%; }
    .box-o .box-icon span {
      color: #fff;
      display: table-cell;
      text-align: center;
      vertical-align: middle; }
  .box-o .info h4 {
    font-size: 26px;
    letter-spacing: 2px;
    text-transform: uppercase; }
  .box-o .info p {
    color: #717171;
    font-size: 16px;
    padding-top: 10px;
    text-align: justify; }
  .box-o .info a {
    background-color: #03a9f4;
    border-radius: 2px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    color: #fff;
    transition: all 0.5s ease 0s; }
  .box-o .info a:hover {
    background-color: #0288d1;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.12);
    color: #fff;
    transition: all 0.5s ease 0s; }

.publish-box {
  width: 100%;
  margin-bottom: 10px; }
  .publish-box .img-box {
    width: 100%;
    min-height: 200px;
    margin-bottom: 2px;
    background-color: grey; }
    .publish-box .img-box img {
      width: 100%; }
  .publish-box .promo-box {
    width: 100%;
    height: 30px;
    display: inline-block;
    margin-bottom: 2px; }
  .publish-box .content-box {
    width: 100%;
    color: white; }
    .publish-box .content-box .feature {
      min-width: 100px;
      padding: 2px 5px;
      background-color: grey;
      display: inline-block; }
      .publish-box .content-box .feature h1, .publish-box .content-box .feature h4 {
        text-align: center; }

.home-btn-wrap {
  padding: 10px 0px;
  color: #eeeeee;
  text-align: center;
  width: 80%;
  margin: 0 auto;
  margin-top: 15px;
  border-radius: 5px;
  /* background-color: white;*/ }
  .home-btn-wrap .home-top-btn {
    width: 35%;
    color: white;
    background-color: #a7aeb7; }
  .home-btn-wrap .home-top-btn:hover {
    color: white;
    background-color: #666666; }

/*
*******************************************************
*			MOBILE SCREEN SIZE
*******************************************************
*/
@media (max-width: 767.97px) {
  .mobile-hidden {
    display: none; }

  .pre-nav {
    text-align: center; }

  .navbar-expand-md > .container, .navbar-expand-md > .container-fluid {
    padding: 0px 15px; }

  .navbar-collapse {
    text-align: center; }

  .navbar-text {
    text-align: center !important;
    width: 100%; }

  .header-after .filter-tab {
    display: block;
    cursor: pointer; }
  .header-after .filter-link {
    display: none; }
  .header-after ul {
    text-align: center; }
  .header-after .search-form {
    margin: 0 auto;
    display: table;
    float: none; }
  .header-after button {
    border-radius: 0px !important; }

  .share-icons li {
    display: inline-block; }
  .share-icons small {
    display: none; }

  .auth-form-container {
    padding: 30px; }

  .cart-container {
    min-height: 45vh; }
    .cart-container .cart-item {
      text-align: center; }
      .cart-container .cart-item .price {
        float: none; }
      .cart-container .cart-item .description {
        max-width: 100%; }

  .edit-img-wrap {
    width: 100%; }
    .edit-img-wrap .img-block {
      width: 100%;
      background-size: cover;
      /* 100% 160px*/
      margin-bottom: 5px; }
    .edit-img-wrap .add-btn-block {
      width: 100%;
      height: 200px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 10px; }

  .ads-btn-group {
    width: 100%; }
    .ads-btn-group .btn {
      width: 49.3%;
      margin-bottom: 10px;
      /*background-color: grey;*/ }

  .mini-nav {
    width: 100%; }
    .mini-nav ul li {
      display: flex;
      padding-bottom: 2px; }
      .mini-nav ul li a {
        width: 112%;
        margin-left: -40px; }
      .mini-nav ul li .dropdown-menu {
        width: 47%;
        background-color: white; }
        .mini-nav ul li .dropdown-menu .dropdown-item {
          width: 100%;
          margin-left: 0px;
          color: black;
          background-color: white; }
        .mini-nav ul li .dropdown-menu .dropdown-item:hover {
          background-color: grey; }

  .mini-nav-right-align {
    text-align: left; }

  .publish-box .content-box .feature {
    display: inline-block;
    width: 32.5%;
    margin-bottom: 5px; }
    .publish-box .content-box .feature h4 {
      font-size: 1.3em; }

  .home-btn-wrap {
    width: 100%; }
    .home-btn-wrap .home-top-btn {
      font-size: 0.8em;
      width: 45%;
     /* background-color: #e00;*/ } }
/*
*******************************************************
*			DESKTOP SCREEN SIZE
*******************************************************
*/
@media (min-width: 767.98px) {
  .text-hidden {
    display: none; }

  .desktop-hidden {
    display: none; }

  #nav-icon1 {
    display: none; }

  .header-after {
    /* Option 1 - Display Inline */ }
    .header-after li {
      border-bottom: none;
      padding: 0px 15px; }
    .header-after li {
      display: inline-block;
      margin-right: -4px; }

  .edit-img-wrap .add-btn-block {
    display: inline-flex;
    align-items: center;
    justify-content: center; }

  .mini-nav {
    width: 100%; }
    .mini-nav ul li {
      padding-bottom: 0px; }
      .mini-nav ul li .dropdown-menu {
        background-color: white; }
        .mini-nav ul li .dropdown-menu .dropdown-item {
          color: black;
          background-color: white; }
        .mini-nav ul li .dropdown-menu .dropdown-item:hover {
          background-color: grey; }

  .mini-nav-right-align {
    text-align: right; }

  .mini-nav-left-align {
    text-align: left;
    margin-left: -40px; } }

/*# sourceMappingURL=style.css.map */
