/*
 Theme Name:   Basel Child
 Description:  Basel Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     basel
 Version:      1.0.0
 Text Domain:  basel-child
*/

.website-wrapper,
.main-page-wrapper {
  background: #FCFAF7;
}

.site-logo {
  width: auto !important;
}

@keyframes loading {
  0% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0 50%;
  }
}

.js-dyn:not(.loaded) .loading-price {
  color: transparent !important;
  background: linear-gradient(100deg, rgba(0, 0, 0, .05) 30%, rgba(0, 0, 0, .0) 50%, rgba(0, 0, 0, .05) 70%);
  background-size: 400%;
  animation: loading 1.2s ease-in-out infinite;
}

.js-dyn:not(.loaded) .loading-price * {
  color: transparent !important;
}

.product-share {
	display:none
}

@media screen and (max-width: 1300px) {
 
.main-nav .menu>li>a {
  font-size: 13px !important;
}
} 

@media screen and (min-width: 767px) and (max-width: 1200px) {
 
.main-nav .menu>li>a {
  padding-bottom: 7px !important;
  padding-top: 7px !important;
  height: auto !important;
  line-height: normal !important;
}
} 
.custom-stock {
    font-weight: bold;
    margin-top: 5px;
    font-size: 15px;
}

.custom-stock.in-stock {
    color: #2ecc71;
}

.custom-stock.out-of-stock {
    color: #e74c3c;
}
<link rel="stylesheet" href="style.css">
