body{
}
.top-description h1{
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
}
.top-description p {
   font-weight: 400;
}
.select-product-wrapper {
  background:#e2e3e7;
  border-bottom: 1px solid #dedede;
  border-top: 1px solid #dedede;
  padding: 18px 0;
  margin: 15px 0;
}
.select-product-wrapper .form-control {
	font-family: "CocoVF";
    font-size: 18px;
    border: 1px solid #dedede;
    padding: 6px 12px;
    display: inline-block;
    word-wrap: break-word;
    line-height: 18px;
    height: 40px;
    box-shadow: none;
    border-radius: 0;
      -webkit-appearance:none;
}
.drop-down-arrow {
    width: 100%;
    float: left;
    position: relative;
}
.drop-down-arrow:before {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    right: 2px;
    top: 1px;
    background: #ffffff;
    height: calc(100% - 2px);
    padding: 0 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 27px;
    color: #d33c30;
    pointer-events: none;
}

.product-item-box label {
    float: left;
    background-color: #e2e3e7;
    width: 100%;
    height: 100%;
    margin: 0;
    border: 1px solid #d2d2d2;
    text-align: center;
    position: relative;
}
.product-item-box label input {
  display: none;
}
.product-item-box label i {
     border-color: #333;
     border-width: 0;
     background-color: #d33c30;
     box-sizing: content-box;
     height: 60px;
     width: 60px;
     line-height: 60px;
     top: 0;
     border-radius: 50%;
     color: #fff;
     font-size: 30px;
     display: flex;
     flex-flow: column;
     margin: -30px auto 20px;
}
.product-item-box h4 {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.2em !important;
}
.product-item-box label .check-arrow {
    content: "";
    width: 35px;
    height: 35px;
    border: 1px solid #d2d2d2;
    background: #ffffff;
    position: absolute;
    bottom: -1px;
    left: -1px;
}
.product-item-box label input:checked ~ .check-arrow {
  background:#d33c30;
  border-color: #d33c30;
}
.product-item-box label input:checked ~ .check-arrow:before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";  
  color: #ffffff;
  font-weight: 900 !important;
  line-height: 23px;
}
.product-accordion .panel-group .panel-default{
  border-radius: 0;
  box-shadow: none;
  background:#e2e3e7;
  color: #424242;
  border:1px solid #ccc;
  margin: -1px 0 0 0 !important;
  transition: all 0.5s ease 0s;
}
.product-accordion .panel-group .panel-default:hover {
  background: #ffffff;
  transition: all 0.5s ease 0s;
}
.product-accordion .panel-group .panel-default .panel-heading {
    padding: 0;
    background: none;
    font-size: 16px;
    position: relative;
}
.product-accordion .panel-group .panel-default .panel-heading h4 a {
  padding:20px;
  text-decoration: none;
}
.product-accordion .panel-group .panel-default .panel-heading span.glyphicon {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 30px;
}
.product-accordion .panel-group .panel-default .panel-heading h4.panel-title a {
	font-family: "SenVF", "Helvetica Neue", Arial, sans-serif;
    display: block;
    font-size: calc(14px + (20 - 14) * ((100vw - 300px) / (1600 - 300))) !important;
    color:rgb(60, 60, 59) !important;
    font-weight: 160 !important;
    font-variation-settings: 'wght' 160 !important;
}

.product-accordion .panel-group .panel-default .panel-heading h4.panel-title a:hover {
    color: #d33c30;
}

.product-accordion .panel-body .file-download-area {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}
.product-accordion .panel-body .file-download-area h5 {
	font-family: "SenVF", "Helvetica Neue", Arial, sans-serif;
    font-weight: 140 !important;
    font-variation-settings: 'wght' 140 !important;
    font-size: 15px;
    margin: 0 18px 5px 0;
}
.product-accordion .panel-group .panel-default .collapse.in {
     background: #efefef;
}
.product-accordion .panel-body .file-download-area p {
    margin: 0;
}
.product-accordion .panel-body .file-download-area .descarea-pdf {
    text-align: center;
}
.product-accordion .panel-body .file-download-area .descarea-pdf a {
    display: block;
    font-size: 26px;
    line-height: 30px;
    color: #d33c30;
}
.product-accordion .panel-group .panel-default .panel-heading h4.panel-title a[aria-expanded=true] {
    background:#408da7;
    color: #ffffff !important;
}
.product-accordion .panel-body .file-download-area .descarea-pdf a i {
    border-left: 1px solid #e2e3e7;
    border-right: 1px solid #e2e3e7;
    padding: 0 25px;
}
.top-description {
    margin-top: 0px;
}
.top-description h3 {
	font-size:18px !important;
  margin: 20px 0 10px;
}
@media all and (max-width:767px) {
.drop-down-arrow {
  margin: 5px 0;
}
.product-accordion .panel-body .file-download-area .descarea {
    font-size: 20px;
    line-height:34px;
    padding-right: 15px;
    
}
.product-accordion .panel-group .panel-default .panel-heading h4 a {
    padding: 12px 15px;
    font-size: 14px;
}
.product-accordion .panel-group .panel-default .panel-heading span.glyphicon {
  font-size: 25px;
}
}
@media all and (max-width:1024px) {
    .container {
        width: 100% !important;
    }
    }
    @media all and (max-width:767px) {
      .product-accordion .panel-group .panel-default .panel-heading h4 a {
          font-size: 14px !important;
      }
      h1, h2, h3, h4, h5, h6 {
        font-weight: normal !important;
      }
    }

    .product-item-box label {
        margin: 2.5em auto;
    }

    .product-item-box label .check-arrow {
        font-size: 20px !important;
    }

 
.product-accordion .panel-body h4 {
    margin: 10px 0 6px 0;
    font-size: 22px;
    font-weight: 160;
    font-variation-settings: 'wght' 160;
}
.product-accordion .panel-body .file-download-area {
  margin: 0;
}
.file-download-wrapper {
    border: 1px solid #dddddd;
    padding: 20px;
    margin-bottom: 20px;
    background: #ffffff;
}
.file-download-wrapper .file-download-area.file-download-area-inner {
    border-bottom: 1px solid #dddddd;
    padding: 8px 0;
}
.file-download-wrapper .file-download-area.file-download-area-inner .descarea p{
     font-size: 20px;
     line-height:30px;
}
.file-download-wrapper .file-download-area.file-download-area-inner:last-child {
    border: none;
    padding-bottom: 0;
}
