@media screen and (max-width: 1000px) {

.page-hero-image-mobile {
    display: block;
}
.page-hero-image {
    display: none;
}

.content {
  font-size: 20px;
}

.carousel-title {
  width: auto;
}

.content {
  padding-left: 0.5em;
  padding-right: 0.5em;
}

.page-content, .page-sidebar {
  display: block;
  width: auto;
}

.carousel-desktop {
  display: none;
}

.page-title {
  font-size: 2em;
}

.page-sidebar {
  padding-left: 0;
}

.posts {
  display: block;
}

.pagination {
  font-size: .7em;
}

/*PRODUCTS*/
.products-list li{
  width: 50%;
}

.cart-products-body-image {
  width: 20%;
}
.cart-products-body-title {
  width: 40%;
}
.cart-products-body-price {
  width: 35%;
  font-size: .7em;
}
.cart-products-body-quantity {
  width: 40%;
  text-align: left;
}
.cart-products-body-total {
  width: 45%;
}
.cart-products-body-remove {
  width: 10%;
  text-align: right;
}
.cart-products-header {
  display: none;
}

.cart-form-section {
  width: 100%;
}

.products-image-container {
  height: 10em;
}

#sidebar-categories-title {
  text-align: center;
  font-size: 1.2em;

}

.product .product-left {
  width: 100%;
}
.product .product-right {
  width: 100%;
}

.option-color {
  margin: auto;
}

.option-color-container {
  width: 22%;
}




/*END*/
}

@media screen and (min-width: 1000px) {
  .carousel-mobile {
    display: none;
  }
}

