@font-face {
  font-family: 'Cuprum-Bold';
  src: url("../fonts/Cuprum-Bold.ttf");
  font-weight: 700; }

@font-face {
  font-family: 'Roboto-Bold';
  src: url("../fonts/Roboto-Bold.ttf");
  font-weight: 700; }

@font-face {
  font-family: 'Roboto-Medium';
  src: url("../fonts/Roboto-Medium.ttf");
  font-weight: 500; }

@font-face {
  font-family: 'Roboto-Regular';
  src: url("../fonts/Roboto-Regular.ttf");
  font-weight: 400; }

html {
  font-size: 14px; }

body {
  color: #444444;
  font-family: "Roboto-Regular", Arial, Sans-Serif;
  overflow-x: hidden;
  background-color: #F1F6F3; }
  body.cart-body {
    padding-top: 82px; 
}    

h1,
h3,
h4,
h5,
h6 {
  font-family: "Roboto-Regular", Arial, Sans-Serif; }

h1 {
  color: #021A27;
  font-size: 20px;
  text-align: center; }

.order {
    margin-top: 150px;
}

.order-row h2 {
  font-family: "Cuprum-Bold", Arial, Sans-Serif;
  color: #009C20;
  font-size: 36px;
  line-height: 41px;
  text-align: left;
}

.order-row h3 {
  font-family: "Roboto-Medium", Arial, Sans-Serif;
  font-size: 18px;
  line-height: 21px;
  text-align: left;
}

h4 {
  font-size: 1.25rem; }

h5 {
  font-size: 1.125rem; }

h6 {
  font-size: 1rem; }

.order-row p {
  font-size: 16px;
  line-height: 20px;
  color: #777978; }

body .container {
  max-width: 1170px !important; }

.order-row {
  background-color: #FFFFFF;
  border-radius: 10px;
  padding-bottom: 60px; }

.order-form {
  max-width: 620px;
  margin-top: 54px;
  margin-left: 60px;
  margin-bottom: 60px; }
  .order-form h2 {
    margin-bottom: 36px; }
  .order-form h3 {
    margin-bottom: 30px; }

form {
  width: 100%; }

.manual-input {
   }
  .manual-input h3 {
    margin-bottom: 22px;
    margin-top: 9px; }
  .manual-input .man-row {
    height: 50px; }
  .manual-input button {
    background-color: #444444;
    border-color: transparent;
    border-radius: 4px;
    border: 0px;
    color: #FFF;
    padding: 19px 30px 17px;
    font-family: "Roboto-Medium", Arial, Sans-Serif;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    max-width: 146px;
    width: 100%;
    padding: 0px;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat; }
    .manual-input button:hover {
      background-color: #515151;
      color: #FFF; }
    .manual-input button.btn-filled {
      background-color: #FFFFFF;
      border-color: #FFFFFF;
      color: #FFF; }
      .manual-input button.btn-filled:hover {
        background-color: white;
        border-color: white; }
    .manual-input button.plus {
      background-image: url("../images/html/ic-plus.svg") !important; }
    .manual-input button.minus {
      background-image: url("../images/html/ic-minus.svg") !important; }
  .manual-input input[type=number] {
    -moz-appearance: textfield;
    height: 100%;
    max-width: 304px;
    width: 100%;
    text-align: center;
    border: 2px solid #CBD6D0;
    border-radius: 3px;
    font-size: 16px;
    font-family: "Roboto-Regular", Arial, Sans-Serif;
    line-height: 24px;
    color: #444444; }
  .manual-input input::-webkit-outer-spin-button,
  .manual-input input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0; }

.manual-input {
  -webkit-transition-duration: 1s;
          transition-duration: 1s; }

#hidden {
  display: none; }

#show {
  display: block; }
  #show h3 {
    margin-top: -41px; }

.range_row {
  font-size: 16px;
  line-height: 19px;
  color: #444444; }

.sections-row {
  font-size: 10px;
  line-height: 12px;
  margin-top: 8px;
  margin-bottom: 5px; }

.slider * {
  transition: 0ms;
}

.slider {
  transition: 0ms;
  margin-top: 5px;
  height: 65px;
  width: 100%;
  display: block;
  position: relative; }
  .slider .slider-back {
    width: 100%;
    position: absolute;
    top: 10px;
    background: #CBD6D0;
    height: 6px;
    border-radius: 3px;
    z-index: 0; }
  .slider .slider-progress {
    position: absolute;
    top: 10px;
    background: -webkit-gradient(linear, right top, left top, from(#51CB7A), to(#009C20));
    background: -webkit-linear-gradient(right, #51CB7A 0%, #009C20 100%);
    background: linear-gradient(270deg, #51CB7A 0%, #009C20 100%);
    height: 6px;
    border-radius: 3px;
    z-index: 0; }
  .slider .calc-info {
    display: inline-block;
    position: absolute;
    width: 120px;
    top: 35px; }
    .slider .calc-info p {
      font-family: "Roboto-Medium", Arial, Sans-Serif;
      font-size: 14px;
      color: #444444;
      line-height: 15px;
      text-align: center; }
      .slider .calc-info p span {
        font-family: "Roboto-Regular", Arial, Sans-Serif;
        font-size: 11px;
        line-height: 11px; }
  .slider .form-range {
    background-color: transparent; }
  .slider input[type=range] {
    position: absolute;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
         appearance: none;
    height: 24px;
    z-index: +1; }
    .slider input[type=range]:focus {
      outline: none; }
    .slider input[type=range]::-webkit-slider-thumb,
    .slider input[type=range]::-moz-range-thumb{
      -webkit-appearance: none;
              appearance: none;
      height: 24px;
      width: 24px;
      border-radius: 12px;
      margin-top: -8px;
      background-color: #009C20;
    }
    .slider input[type=range]::-webkit-slider-runnable-track {
      width: 100%;
      height: 6px;
      background-color: transparent; }

.order-row .button {
  margin-top: 50px;
  background-color: #FFC100;
  border-color: transparent;
  border-radius: 4px;
  border: 0px;
  color: #602C06;
  padding: 19px 30px 17px;
  font-family: "Roboto-Medium", Arial, Sans-Serif;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  display: block;
  width: 100%;
  height: 60px;
  padding-bottom: 17px; }
.order-row  .button:hover {
  background-color: #ffc71a;
  color: #602C06; }
.order-row .button.btn-filled {
  background-color: #FFFFFF;
  border-color: #FFFFFF;
  color: #602C06; }
.order-row .button.btn-filled:hover {
  background-color: white;
  border-color: white; }

.summary-row {
  margin-top: 60px;
  margin-left: 30px;
  margin-right: 45px;
  max-width: 370px;
  padding: 36px 40px 33px;
  background-color: #F1F6F3; }
  .summary-row h3 {
    margin-bottom: 25px; }
  .summary-row .sum-row {
    margin-bottom: 12px; }
  .summary-row .pvn-likme-row {
    margin-bottom: 25px;
    max-height: 20px; }
  .summary-row .discount-row {
    margin-bottom: 24px; }
  .summary-row .right-col {
    font-family: "Roboto-Bold", Arial, Sans-Serif;
    color: #000; }
    .summary-row .right-col p {
      font-family: "Roboto-Bold", Arial, Sans-Serif;
      color: #000; }
    .summary-row .right-col .discount {
      font-family: "Roboto-Regular", Arial, Sans-Serif;
      color: #777978; }
  .summary-row .info-ic {
    margin-left: 10px;
    width: 20px;
    height: 20px;
    background-image: url("../images/html/ic-info.svg");
    background-position: center;
    background-repeat: no-repeat; }
  .summary-row .sum-text {
    font-size: 14px;
    line-height: 16px;
    border-top: 4px solid #009C20;
    margin: 0px;
    padding-top: 28px; }
  .summary-row .sum {
    font-family: "Roboto-Bold", Arial, Sans-Serif;
    font-size: 28px;
    line-height: 33px;
    color: #009C20;
    margin-bottom: 33px;
    padding-top: 3px; }
    .price-per-ton-row,
    .right-col .price-per-ton-row{
      font-family: "Roboto-Regular", Arial, Sans-Serif !important;
      font-size: 14px !important;
      font-style: italic !important;
    }
.loading {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #FFF;
  opacity: 0.9;
  z-index: 3; }
  .loading .loading-container {
    position: relative;
    top: 30%;
    left: 50%;
    width: 77px;
    height: 73px; }
    .loading .loading-container .spinner {
      position: relative;
      margin: auto;
      z-index: 5;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      background: conic-gradient(#009D1F, #002a08);
      -webkit-animation: rotate 2s linear infinite;
              animation: rotate 2s linear infinite; }

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotateZ(0);
            transform: rotateZ(0); }
  to {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg); } }

@keyframes rotate {
  from {
    -webkit-transform: rotateZ(0);
            transform: rotateZ(0); }
  to {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg); } }
      .loading .loading-container .spinner::before, .loading .loading-container .spinner::after {
        content: "";
        position: absolute;
        border-radius: 50%; }
      .loading .loading-container .spinner::before {
        width: 32px;
        height: 32px;
        top: 4px;
        left: 4px;
        background-color: #fff; }
      .loading .loading-container .spinner::after {
        height: 4px;
        width: 4px;
        background-color: #002a08;
        top: 0;
        left: 18px; }
      .loading .loading-container .spinner .center {
        position: absolute;
        background-color: #FFC100;
        top: 10px;
        left: 10px;
        width: 20px;
        height: 20px;
        border-radius: 50%; }
    .loading .loading-container .load-text {
      display: block;
      position: relative;
      text-align: center;
      text-transform: uppercase;
      top: 20px;
      font-size: 11px;
      line-height: 13px; }
