  /**
 * CN Styles
 */

/* .header-body .logo-wrapper img {
  width: auto;
  height: 40px;
}


.header-body .menu-item.cart {
  display: none;
}

.menu-main .list-wrapper {
  position: relative;
}

.menu-main .children-list .col-md-3 {
  height: 190px;
}

.menu-main .children-list[cid="7"] .col-md-3 {
  height: 250px;
}

.page-top.container-fluid {
  width: 100%;
}

.login-bar .line-row,
.login-bar .social-login-row {
	display: none;
} */

/* language switcher */
/* .menu-item.login ~ .menu-item.lang,
.menu-item.lang ~ .menu-item.lang {
  display: none;
}

.share-link,
.product__share-link {
  display: none !important;
}

@media screen and (min-width: 768px) {
  .product-details .detail-top .product-info .product-bar .compare-btn {
    line-height: 34px;
  }
}
.product-details .detail-top .product-info .product-bar .compare-btn {
  line-height: 1.5;
}

.view-id-store_locations .geolocation-common-map {
  height: 1031px;
}

#views-exposed-form-store-locations-page .form-type-radio.error label {
  color: #fff;
}

.location-content .location-directions {
  display: none;
}

@media screen and (max-width: 375px) {
  .view-id-store_locations .geolocation-common-map {
    height: 600px;
  }
}

.article .content h2 {
  font-size: 22px;
  margin-bottom: 5px;
}

.article .content p {
  margin-bottom: 30px !important;
  letter-spacing: 1px;
  text-align: justify;
}

.field--name-field-product-benefits,
.article .article-wrapper {
  overflow: scroll;
}

.rotated-text__inner {
  -webkit-transform: translate(10px, 50px);
  -moz-transform: translate(10px, 50px);
  transform: translate(10px, 50px);
} */


@media (max-width:1024px){
  /* .middle-menu {top:0!important;} */

  .header-body .logo-wrapper {
      padding: 15px 0;
      margin-left: 0;
      float: none;
      text-align: center;
  }
  .header-body .menu-right-mobile {
      position: absolute;
      top: 0;
      right: 0;
  }
}
/* 
a.btn-see-product {
	display: block;
	width: 100%;
	color: #fff;
	font-size: 16px;
	font-weight: 300;
	padding: 10px 15px 13px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 3px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#6d6d6d), to(#000));
	background-image: -o-linear-gradient(#6d6d6d, #000);
	background-image: linear-gradient(#6d6d6d, #000);
	background-color: #666;
}

a.btn-see-product:hover {
	color: #fff;
	background-color: #585858;
}

.product-details .support .support-item:nth-child(3) {
  display: none;
} */


.rotated-text__inner {
  
    -webkit-transform:translate(11px, 100px) !important;
    -ms-transform: translate(11px, 100px) !important;
    transform: translate(11px, 100px) !important;
  
}