



/*Basic elements*/


a {
    text-decoration: underline;
}

.logo img {
  height: auto;
  max-width: 40px;
  border-radius: 5px;
}


.main-content__section, .sidebar__section {
  padding: 40px 0 130px;
}

.field--type-commerce-price {
  font-size:2em;
  float:right;
}

.fieldset-legend {
  font-size:1.4em;
}


.field--type-entity-reference  {
  width:60%;
}



.clearfix.main-content__container  {
  margin:auto;
  width:78%;
}



/* Article */


.field--name-field-subtitle {
  font-size: 1.6em;
}



/*resposinve text align*/
@media (min-width: 1200px) {
  .field--name-variations  {
    width:60%
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
}
@media (min-width: 768px) and (max-width: 991px) {
}
@media (max-width: 767px) {
  .button--add-to-cart  {
    width:100%
  }
}





