.shop {
  color: #717171;
  background-color: #F3F3F3;
}

.reset_variations, .reset_variations:hover, .reset_variations:visited, .reset_variations:focus{
  color: #717171;
  margin-left: 10px;
}

.desktop-shop-menu {
  margin-top: 60px;
}

.desktop-shop-menu .title {
  font-size: 1.7em;
  font-weight: 900;
  margin-bottom: 20px;
  margin-top: 50px;
}

.desktop-shop-menu .subtitle {
  padding-left: 30px;
  font-size: 1.3em;
  line-height: 30px;
  color: #717171;
  cursor: pointer;
}

.desktop-shop-menu .subtitle:hover {
  text-decoration: underline;
}

.desktop-shop-menu .subtitle.active {
  text-decoration: underline;
  font-weight: 900;
}

.shop .category-title {
  font-size: 2.5em;
  font-weight: 900;
  text-decoration: underline;
  line-height: 40px;
}
.variations_button input{
  height: 30px;
  line-height: 30px;
  border: 1px solid #717171;
  color: #717171;
}

@media screen and (max-width: 390px) {
  .category-title {
    font-size: 2em !important;
  }
}

.product-wrapper {
  padding:20px 20px 0px 20px;
  text-align: center;
}

.img-wrapper {
  width: 100%;
  position: relative;
  background-color: #FFF;
}

.wishlist {
  position: absolute;
  top: 10px;
  left: 10px;
  cursor: pointer;
  font-size: 1.2em;
}

.wishlist:hover {
  color: #FF4141;
}

.add_to_wishlist, .add_to_wishlist:active, .add_to_wishlist:visited {
  color: #616161;
}

.plus {
  position: absolute;
  bottom: 10px;
  right: 10px;
  cursor: pointer;
  font-size: 1.4em;
}

.plus:hover {
  color: #000;
}

.product-img {
  width: 100%;
}

.product-img-height {
  width: 100%;
  cursor: pointer;
}

.product-info {
  color: #989898;
  font-size: 0.9em;
}

.product-desktop {
  margin-top: 109px;
}

.product-mobile {
  display: none;
  margin-top: 68px;
}

.page-product-name {
  font-size: 1.8em;
  font-weight: 900;
  color: #717171;
  margin-top: 20px;
}

.page-product-price {
  color: #989898;
  margin-top: 15px;
  font-size: 1.5em;
}

.current-img-selected {
  border: 1px solid #989898;
}

.page-product-select {
  font-size: 1.2em;
  font-weight: 900;
  color: #717171;
}

.product-color {
  margin-top: 10px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
}

.brown {
  background-color: brown;
}

.black {
  background-color: black;
}

.sizes {
  margin-top: 20px;
  margin-bottom: 20px;
}

.size-chart {
  color: #717171;
  text-decoration: underline;
  margin-top:10px;
  margin-bottom: 50px;
  cursor: pointer;
}

.page-product-size {
  color: #717171;
  cursor: pointer;
}

.disabled {
  color: #989898;
  cursor: default;
}

.btn-icon {
  right: 10px !important;
  position: absolute;
}

.page-product-btn {
  border:2px solid #D7837E;
  background-color: #FFF;
  padding: 2px;
  width: 200px;
  color: #FFF;
  text-align: center;
  cursor: pointer;
  margin-bottom: 10px;
}

.page-product-btn i {
  font-size: 1.5em;
  top: 7px;
}

.page-product-btn-inside {
  line-height: 40px;
  background-color: #D7837E !important;
  position: relative;
  border-radius: 0px !important;
}

.page-product-btn-inside a {
  color: #FFF;
}

.page-product-btn-inside a:hover {
  text-decoration: underline;
}

.page-product-btn-inside:hover {
  text-decoration: underline;
}

.page-product-btn-inside-white {
  line-height: 40px;
  background-color: #FFF;
  position: relative;
  color:#D7837E;
}

.page-product-btn-inside-white a {
  color:#D7837E;
}

.page-product-title {
  font-size: 1.6em;
  color: #989898;
  margin-top: 60px;
  margin-bottom: 20px;
}
.mentioned-img {
  width: 90%;
}

.product-popup {
  display: none;
  width:100%;
  height: 100%;
  position: fixed;
  background-color: rgba(0,0,0,0.2);
  top:0;
  left: 0;
  z-index: 113;
}

.product-popup-wrapper {
  width:80%;
  height: 80%;
  left:10%;
  top:10%;
  background-color: #FFF;
  position: absolute;
  overflow: auto;
  max-height: 80%;
}

.woocommerce .cart .variations_button .button, .woocommerce .cart .variations_button input.button {
  display: none !important;
}

.lmp_load_more_button {
  margin-top: 30px;
  margin-bottom: 50px;
}

.product-popup-info {
  text-align: left;
}

@media screen and (max-width: 1140px) {
  .product-popup-wrapper{
    width:98%;
    left:1%;
    top:1%;
    height: 89%;
    max-height: 89%;
  }
  .product-popup-info {
    text-align: center;
  }
}

@media screen and (max-width: 839px) {
  .desktop-shop-menu {
    display: none;
  }
  .product-popup {
    top: 84px;
  }
  .product-popup-wrapper .mdl-grid {
    margin-top:0px !important;
  }
  .page-product-btn {
    margin: 10px auto;
  }
}

@media screen and (min-width:480px) {
  .wishlist {
    display: none;
  }
  .product-wrapper:hover .plus, .product-wrapper:hover .wishlist{
    display: block;
  }
}

@media screen and (max-width: 480px) {
  .product-wrapper{
    padding: 0px;
  }
  .product-desktop {
    display: none;
  }
  .product-mobile {
    display: block;
  }
  .page-product-name {
    margin-top: 0px;
  }
  .page-product-price {
    margin-top: 0px;
  }
  .page-product-select {
    margin-top: 0px;
    font-size: 1.1em;
  }
  .product-popup {
    top:68px;
  }
  .page-product-btn{
    width: 100%;
  }
  .seemore-product {
    display: none !important;
  }
}
