.sectionshadow {
  -moz-box-shadow: 0 20px 50px 10px #000000;
  -webkit-box-shadow: 0 20px 50px 10px #000000;
  box-shadow: 0 20px 50px 10px #000000;
}

#sp-recommend .container {
  background: #fff;
}

#sp-main-body .container {
  background: #fff;
}

#sp-bottom .container {
  background: #f7f7f7;
  border-radius: 0 0 10px 10px;
}

#sp-maps .container {
  background: #fff;
}

.tabs-link {
  font-size: 15px;
  font-family: "MyriadProBold", sans-serif;
  margin-top: 20px;
  margin-bottom: 13px;
  margin-left: -1px;
}

.tabs-link a.active, .tabs-link a:hover {
  color: #000000;
  background: #ececec;
  font-weight: bold;
}

.tabs-link a {
  display: inline-block;
  vertical-align: baseline;
  //color: #e85224;
  text-align: center;
  text-decoration: none;
  line-height: 1.1;
  padding: 11px 4% 12px;
  margin-bottom: 11px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.tabs-link a {
  color: #000000;
  background: transparent;
  font-weight: bold;
}

.tabs-link a.link {
  color: white;
  background: #b4202c;
  font-weight: bold;
}

.product-title {
  color: #000;
  min-height: 56px;
  padding: 0 13px;
  font-size: 18px;
  font-weight: bold;
  font-family: "MyriadProBold", sans-serif;
  line-height: 1.1;
  letter-spacing: normal;
}

.product-title:hover {
  color: #b4202c;
}

.bottom {
  //margin-bottom:20px
}

@media (max-width: 768px) {
.bottom {
  text-align: center;
}
}

.bottom-header {
  //height:40px;
  //background: #3f3e3e;
  //margin:0 10px;
  //text-align:center;
}

.bottom-header-h3 {
  font-size:16px;
  margin:0;
  text-transform:uppercase;
  //color:#000;
  line-height:40px;
}

.bottom-content {
  //margin:0 10px;
  padding:10px 0;
  //background-color: #eeeeee;
}

.bottom-content .fa {
  font: normal normal normal 22px/1 FontAwesome;
  font-size: 22px;
}

.nav-bottom > li > a {
  position: relative;
  display: block;
  padding: 10px 0px;
  color: #7a828b;
}

.nav-bottom > li > a:hover, .nav > li > a:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: rgba(238, 238, 238, 0);
}

.socialIcon {
  cursor: pointer;
  margin: 5px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  position: relative;
  z-index: 1;
  color: #b4202c;
}

ul {
  list-style: none;
  padding: 0;
}

.fa {
  color: #b4202c;
}

.padded-wrap{
  min-width: 400px;
}

.padded-product-image{
  width: 100px;
  height: 100px;
  float: left;
  margin-right: 10px;
}

.padded-product-image img{
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
}

.padded-related-wrap{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 650px;
  border-top: 1px solid #eee;
}

.padded-related-wrap h4{
  width: 100%;
}

.padded-related-product{
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  text-align: center;
  padding: 10px;
  box-sizing: border-box;
}

.padded-related-product img{
  display: block;
  margin: 0 auto;
}

.padded-related-product .vm-img-desc,
.padded-related-product .product_s_desc{
  display: none;
}

.padded-button {
  text-align: center;
}

.alert-notice div p {
  color: #bf0c1f;
}

.alert-message div p {
  color: #bf0c1f;
}

textarea {
  display: block;
  height: 150px;
  padding: 6px 12px;
  //font-size: 14px;
font-size: 20px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}