.side_menu > .top_level_expanded {
  background-color: #fff6e0;
  }

button#rfq2 {
  padding: 15px 12px !important;
border: solid 1px transparent !important;
background: #c39b3c !important;
color: white !important;
font-size: 16px !important;
text-transform: uppercase !important;
border-radius: 5px !important;
width: 100% !important;
cursor: pointer !important;
  }

button#rfq2:hover {

background-color: #b28d34 !important;
    box-shadow: 4px 4px 6px #00000050 !important;
  }

.c-product-box__sku {
  font-weight: 800;
  }

.sub_level_menu > .sub_level {
  list-style-type: initial;
  }
.iframe-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
  }

.iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
  
.goldenbutton {
  display: inline-block;
    vertical-align: middle;
    font: inherit;
    text-align: center;
    margin: 0;
    cursor: pointer;
    padding: 15px;
    -webkit-transition: .33333s;
    transition: .33333s;
    border-radius: 5px;
    border: 0;
    font-size: 18px;
    font-size: 1.28571rem;
    line-height: 1.33333;
    color: #fff;
    background-color: #c39b3c;
    text-transform: uppercase;
    font-family: 'Montserrat',sans-serif;
    width: 100%;
  }

.goldenbutton:hover {
background-color: #b28d34;
  box-shadow: 4px 4px 6px #00000050;
  }


.bluerfqbtn {

    display: inline-block;
    vertical-align: middle;
    font: inherit;
    text-align: center;
    margin: 0;
    cursor: pointer;
    padding: 15px;
    -webkit-transition: .33333s;
    transition: .33333s;
    border-radius: 5px;
    border: 0;
    font-size: 18px;
    font-size: 1.28571rem;
    line-height: 1.33333;
    color: #fff;
    background-color: #10519a;
    text-transform: uppercase;
    font-family: 'Montserrat',sans-serif;
    width: 100%;


}


.bluerfqbtn:hover {
background-color: #0a3c74;
  box-shadow: 4px 4px 6px #00000050;
  }

.quote-inline-paragraph {
  border-left: 3px solid rgb(207, 207, 207);
  padding-left: 5px;
  margin-left: 30px;
  text-align: justify;
  }

.smaller-h1 {
  font-size: 24px!important;
  }

.smaller-h2 {
  font-size: 22px!important;
  padding-top: 15px;
  }

.smaller-h3 {
  font-size: 18px;
  padding-top: 10px;
  }

.smaller-h3-padding-bottom {
  font-size: 18px;
  padding-bottom: 10px;
  }

.nohmargin {
  margin: 0px;
  }

.notexttransform {
text-transform: none;
}

@media only screen and (max-width: 976px) {
  .hidewidgetonmobile {
    display: none;
  }
}

.o-media__body, .o-media__body>:last-child {
      margin-bottom: 10px!important;
    padding-bottom: 1px!important;
  }

@media(min-width: 992px) {
    .col-lg-6-padding {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
        flex: 0 0 48%;
        max-width: 48%; margin: 10px 1%;
        border: 1px solid #f0f0f0;
        padding: 5px;
        border-radius: 5px;
    }
}
@media (min-width: 769px) and (max-width: 1199px) {

  .width-image-desk-mob-smaller {
  width: 45%
  }

}

@media(min-width: 1200px) {

    .col-xl-6-padding {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
        flex: 0 0 48%;
        max-width: 48%; margin: 10px 1%;
        border: 1px solid #f0f0f0;
        padding: 5px;
        border-radius: 5px;
    }
  
  .width-image-desk-mob {
  width: 50%
  }
  
  .width-image-desk-mob-smaller {
  width: 35%
  }
}

@media(min-width: 768px) {

.col-md-6-padding {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
        flex: 0 0 48%;
        max-width: 48%; margin: 10px 1%;
        border: 1px solid #f0f0f0;
        padding: 5px;
        border-radius: 5px;
    }
       }


@media(max-width: 767px) {
        .col-sm-12-padding {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 95%; margin: 10px 1%;
        border: 1px solid #f0f0f0;
        padding: 5px;
        border-radius: 5px;
    }
  
  .width-image-desk-mob {
  width: 100%
  }
  
    .width-image-desk-mob-smaller {
  width: 100%
  }

}

.c-product-box__spec-table-label {
width: 200px!important;
}

.container-button-gold {
            width: 100%;
            margin-top: 35px;
            margin-bottom: 35px;
            text-align: center;
            font-family: Lato;
            color: #fff;
        }

        .link-button-gold {
            background-color: #c39b3c;
            color: #fff;
            border: none;
            border-radius: 5px;
            padding: 15px 30px;
            font-size: 18px;
            cursor: pointer;
            transition: background-color 0.3s;
            text-decoration: none;
            display: inline-block;
            border: #6d5721;
        }

        .link-button-gold:hover {
            background-color: #95752a;
            border: #9b7c32;
            box-shadow: 5px 5px 4px #00000035;
        }

        @media (min-width: 1367px) {
            .link-button-gold {
                width: 30%;
            }
        }

        @media (min-width: 768px) and (max-width: 1366px) {
           //* .link-button-gold {
                width: 30%;
            }*//
        }

        @media (max-width: 767px) {
            .link-button-gold {
                width: 100%;
            }
        }
        
        .container-button-red {
            width: 100%;
            margin-top: 35px;
            margin-bottom: 35px;
            text-align: center;
            font-family: Lato;
            color: #fff;
        }

        .link-button-red {
            background-color: #b62b25;
            color: #fff;
            border: none;
            border-radius: 5px;
            padding: 15px 30px;
            font-size: 18px;
            cursor: pointer;
            transition: background-color 0.3s;
            text-decoration: none;
            display: inline-block;
            border: #6d5721;
        }

        .link-button-red:hover {
            background-color: #94221e;
            border: #9b7c32;
            box-shadow: 5px 5px 4px #00000035;
        }

        @media (min-width: 1367px) {
            .link-button-red {
                width: 30%;
            }
        }

        @media (min-width: 768px) and (max-width: 1366px) {
           //* .link-button-red {
                width: 30%;
            }*//
        }
        
        @media (max-width: 767px) {
            .link-button-red {
                width: 100%;
            }
        }
.container-button-blue {
            width: 100%;
            margin-top: 35px;
            margin-bottom: 35px;
            text-align: center;
            font-family: Lato;
            color: #fff;
        }

        .link-button-blue {
            background-color: #3a6c9f;
            color: #fff;
            border: none;
            border-radius: 5px;
            padding: 15px 30px;
            font-size: 18px;
            cursor: pointer;
            transition: background-color 0.3s;
            text-decoration: none;
            display: inline-block;
            border: #6d5721;
        }

        .link-button-blue:hover {
            background-color: #2a527a;
            border: #9b7c32;
            box-shadow: 5px 5px 4px #00000035;
        }

        @media (min-width: 1367px) {
            .link-button-blue {
                width: 30%;
            }
        }

        @media (min-width: 768px) and (max-width: 1366px) {
           //* .link-button-blue {
                width: 30%;
            }*//
        }
        
        @media (max-width: 767px) {
            .link-button-blue {
                width: 100%;
            }
        }

@media (min-width: 801px) and (max-width: 1200px) {
           .imgresv {
                width: 40%;
            }
        }
        
        @media (max-width: 800px) {
            .imgresv {
                width: 25%;
            }
        }

        @media (min-width: 1201px) {
            .imgresv {
                width: 32%;
            }
        }