/**
* Plugin Name: Material Management
*/
/*   ATTENTION

  CSS file was generated via scss compiling.
  For further development please update scss file
  (followed by compiling to style.css)
  PLEASE DO NOT change values inside style.css!

*/
/************************************
 ***            MIXINS            ***
 ************************************/
/************************************
 ***             FONT             ***
 ************************************/
@font-face {
  font-family: myriad-pro-condensed;
  src: url("../../../themes/salient-child/css/font/MyriadPro-LightCond.otf") format("opentype");
  font-style: normal;
  font-weight: 300;
}

@font-face {
  font-family: myriad-pro-condensed;
  src: url("../../../themes/salient-child/css/font/MyriadPro-Cond.otf") format("opentype");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: myriad-pro-condensed;
  src: url("../../../themes/salient-child/css/font/MyriadPro-SemiboldCond.otf") format("opentype");
  font-style: normal;
  font-weight: 500;
}

@font-face {
  font-family: myriad-pro-condensed;
  src: url("../../../themes/salient-child/css/font/MyriadPro-BoldCond.otf") format("opentype");
  font-style: normal;
  font-weight: 600;
}

@font-face {
  font-family: myriad-pro;
  src: url("../../../themes/salient-child/css/font/MyriadPro-Regular.otf") format("opentype");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: myriad-pro;
  src: url("../../../themes/salient-child/css/font/MyriadPro-Semibold.otf") format("opentype");
  font-style: normal;
  font-weight: 600;
}

/************************************
 ***          VARIABLES           ***
 ************************************/
/************************************
 ***        GENERAL STYLE         ***
 ************************************/
.category-selection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 40px 0 15px;
}

.category-selection .ik-button {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 10px !important;
  text-align: center;
  max-width: 33%;
}

.category-selection .ik-button.active {
  color: #ffffff !important;
  background-color: #005da3 !important;
}

@media only screen and (min-width: 1px) and (max-width: 1000px) {
  .category-selection {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .category-selection .ik-button {
    margin: 10px 0 !important;
    max-width: 100%;
  }
}

.wpb_wrapper > div.category-header {
  margin-bottom: 5px;
  position: relative;
  color: #ffffff;
  font-weight: bold;
  font-family: myriad-pro, sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  padding: 20px;
  margin-bottom: 2px;
}

.wpb_wrapper > div.category-header:before {
  content: '';
  position: absolute;
  top: 0;
  left: -10000px;
  height: 100%;
  right: -10000px;
  z-index: -1;
}

.wpb_wrapper > div.category-header:hover {
  cursor: pointer;
}

.wpb_wrapper > div.category-header.odd {
  background-color: #00b4c7;
}

.wpb_wrapper > div.category-header.even {
  background-color: #005da3;
}

.wpb_wrapper > div.category-header .chevron-details {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: myriad-pro, sans-serif;
  font-size: 14px;
  line-height: 12px;
  margin-top: 5px;
  color: #c9de76;
}

@media only screen and (min-width: 1px) and (max-width: 1000px) {
  .wpb_wrapper > div.category-header .chevron-details {
    left: auto;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.wpb_wrapper > div.category-header .chevron-details i {
  -webkit-transition: -webkit-transform 0.3s  ease-in-out;
  transition: -webkit-transform 0.3s  ease-in-out;
  transition: transform 0.3s  ease-in-out;
  transition: transform 0.3s  ease-in-out, -webkit-transform 0.3s  ease-in-out;
}

.wpb_wrapper > div.category-header .chevron-details i.open {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.material-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px;
  border-bottom: 1px solid #8ac53f;
}

@media only screen and (min-width: 1px) and (max-width: 1000px) {
  .material-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .material-item > div {
    margin: 10px 0;
  }
}

.material-item a {
  color: #005da3;
}

.material-item-amount {
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.material-item-amount select {
  margin: 5px;
  width: 75px;
  border: 1px solid #005da3 !important;
  border-radius: 15px;
  height: 40px;
  font-size: 18px;
  line-height: 18px;
  padding: 0 15px;
  font-weight: bold;
}

.material-item-button {
  width: 100%;
  margin: 10px 0;
  text-align: center;
}

.material-item-image {
  width: 200px;
  text-align: center;
  margin: auto;
}

.material-item-image img {
  margin: auto;
  max-height: 150px;
}

.material-item-title {
  font-family: myriad-pro-condensed, sans-serif;
  font-size: 24px;
  font-weight: bold;
  color: #005da3;
  margin-bottom: 10px;
}

.material-item-description {
  font-family: myriad-pro, sans-serif;
}

.material-item-wrapper {
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  font-size: 18px;
}

.material-item-wrapper.open {
  opacity: 1;
}

.material-divider-wrap {
  position: relative;
  margin-bottom: 5px !important;
}

.material-divider-wrap .divider {
  margin-top: 5px;
  background-color: #005da3;
}

.material-divider-wrap .divider, .material-divider-wrap .divider:before {
  height: 15px;
}

.material-divider-wrap .divider:before {
  content: '';
  position: absolute;
  top: 0;
  left: -10000px;
  right: -10000px;
  z-index: -1;
}

.order-summary-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #8ac53f;
  padding: 25px;
  min-height: 250px;
}

.order-summary-item-amount {
  font-weight: bold;
  font-size: 16px;
  margin-left: 25px;
}

.order-summary-item-head {
  color: #005da3;
}

.order-summary-item-image {
  -ms-flex-preferred-size: 125px;
      flex-basis: 125px;
  padding: 20px;
}

.shipping-address-header {
  font-size: 18px;
  text-transform: uppercase;
  color: #005da3;
  font-weight: bold;
}

.shipping-address-street, .shipping-address-additional {
  margin-top: 10px;
}

.shipping-address-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
  max-width: 750px;
  margin: auto;
  font-size: 18px;
  font-weight: bold;
}

body .shipping-address-email a {
  color: #005da3 !important;
}

.cart-summary {
  display: none;
  padding: 25px;
  border: 3px solid #8ac53f;
  margin: 25px;
  border-radius: 15px;
}

.cart-summary-header {
  font-size: 22px;
  font-weight: bold;
  color: #005da3;
  margin-bottom: 15px;
}

.cart-item {
  font-size: 18px;
}

.cart-item i {
  color: #8ac53f;
  font-size: 30px;
  -webkit-transition: text-shadow 0.3s ease-in-out;
  transition: text-shadow 0.3s ease-in-out;
}

.cart-item i:hover {
  cursor: pointer;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}
/*# sourceMappingURL=style.css.map */