.content-fixed a .p-names {
    color: #484848;
}
.sub-heading:empty{
    display: none !important;
}
.p-names.sub-heading {
    padding: 0 0 2rem;
    height: auto;
    font-weight: normal;
    line-height: normal;
    font-size: 1.8rem;
}
a.freeSampleLink {
    color: #fff;
}
.cursor-p{
    cursor:pointer;
}
.order-now {
    margin: 0 0 0 13.0rem;
    line-height: 2.6rem;
    text-align: center;
    position: absolute;
    bottom: -7rem;
    left: 7.5rem;
    width: 15rem;
}
.order-now a{
    color:#3e84b6;
} 
.order-now .button {
    margin: 0.8rem 0;
    line-height: 2.6rem
}
.go-green{
    color: #8cc63f !important;
}
.loader-overlay{
    position: absolute;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 998;
    display: none;
}
.loader {
    border: 1.0rem solid #f3f3f3; /* Light grey */
    border-top: 1.0rem solid #3498db; /* Blue */
    border-radius: 50%;
    width: 6rem;
    height: 6rem;
    animation: spin 0.5s linear infinite;
    position:absolute;
    left:50%;
    top:50%;
    margin-top:-3rem;
    margin-left:-3rem;
    z-index:99;
}
.gp-form .input-green{
    border: 1px solid rgb(142, 198, 71);
}
.gp-form .input{
    font-size: 1.4rem;
    padding: .375rem 1.75rem .375rem .85rem;
    border-radius: .45rem;
    color: #484848;
    font-family: 'Open Sans', Arial, sans-serif, Helvetica !important;
    line-height: 2.2rem;
    height: 4.7rem;
    border-radius: .5rem;
    background-color: #FFFFFF;
    border: 0.1rem solid #D8D8D8;
    outline:0;
}
.gp-form .input:focus{
    border-color:rgb(142, 198, 71);
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Customer Assurance Block Styling */
.customer-assurance {
    margin-bottom: 2rem;
}
.customer-assurance .d-flex{
    border: 1px solid #959596;
    margin: 0.5rem 0.2rem;
    min-height: 7.5rem;
}

.customer-assurance .section-title{
    font-size:1.8rem;
}

.customer-assurance .section-title a{
    text-decoration: none;
}
.customer-assurance .section-title a:hover{
    text-decoration: none;
}

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 8rem;
    height: 4.5rem;
}

/* Hide default HTML checkbox */
.switch input {display:none;}

/* The slider */
.switch-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.switch-on {  
    position: absolute;
    color: #fff;
    top: 1.5rem;
    left: 1.0rem;
    z-index: 9;
    display: inline-block;
    -webkit-transition: .4s;
    transition: .4s;
    opacity:0;
  }
  .switch-off {  
    position: absolute;
    color: #fff;
    top: 1.5rem;
    right: 1.0rem;
    z-index: 9;
    display: inline-block;
    -webkit-transition: .4s;
    transition: .4s;
    opacity:1;
  }

.switch-slider:before {
  position: absolute;
  content: "";
  height: 3.0rem;
  width: 3.0rem;
  left: 1.0rem;
  bottom: 0.7rem;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}
input:checked + .switch-slider +.switch-on{
    opacity:1;
}
input:checked + .switch-slider +.switch-on +.switch-off{
    opacity:0;
}

input:checked + .switch-slider {
  background-color: #8EC648;
}

input:focus + .switch-slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .switch-slider:before {
  -webkit-transform: translateX(3.0rem);
  -ms-transform: translateX(3.0rem);
  transform: translateX(3.0rem);
}
.required{
    border-color:red !important;
}

/* Rounded sliders */
.switch-slider.round {
  border-radius: 0.4rem;
}

.switch-slider.round:before {
  border-radius:0.4rem;
}

.corner-ribbon {
    width: 20.0rem;
    background: #e43;
    position: absolute;
    top: 2.5rem;
    left: -5.0rem;
    text-align: center;
    line-height: 5.0rem;
    letter-spacing: 0.1rem;
    color: #f0f0f0;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    z-index: 2147483647;
    font-size: 2.4rem;
    font-family: 'Open Sans', Arial, sans-serif, Helvetica !important;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
}

/* Custom styles */
.corner-ribbon.sticky {
    position: fixed;
}

.corner-ribbon.shadow {
    box-shadow: 0 0 3px rgba(0, 0, 0, .3);
}

/* Different positions */
.corner-ribbon.top-left {
    top: 2.5rem;
    left: -5.0rem;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

/* Colors */
.corner-ribbon.white {
    background: #f0f0f0;
    color: #555;
}

.corner-ribbon.black {
    background: #333;
}

.corner-ribbon.grey {
    background: #999;
}

.corner-ribbon.blue, .corner-ribbon.sandbox {
    background: #39d;
}

.corner-ribbon.green,.corner-ribbon.beta {
    background: #369242;
}

.corner-ribbon.turquoise {
    background: #1b9;
}

.corner-ribbon.purple {
    background: #95b;
}

.corner-ribbon.red, .corner-ribbon.testing {
    background: #e43;
}

.corner-ribbon.orange, .corner-ribbon.staging {
    background: #e82;
}

.corner-ribbon.yellow {
    background: #ec0;
}

/* for footer links 3 tabs side spacing */
.no-gutters{
    margin-left: 1.95rem;
    margin-right: 1.95rem;
}

.alert-dark {
    color: #484848;
    background-color: #f5f5f5;
    border-color: #d8d8d8;
}

.searchBlock{
    font-size: 1.3rem;
    color: #fff;
    margin-right: 3rem;
    font-weight: bold;
    line-height: 3.8rem;
    cursor: pointer;
}

.searchBlock i{
    margin-right: 0.5rem;
    font-size: 2rem;
    top: 0.2rem;
    position: relative;
}

.search-box{
    padding: 0.5rem 0;
}

#sidebar-content .search-box{
    min-height: 4rem;
    margin: 2rem 0 0.5rem;
}

#searchResultBlockD{
    display:none;
    position: absolute;
    top: 0;
    background: #fff;
    border-radius: 0 0 1rem 1rem;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    z-index:101;
}

#sidebar-content #searchResultBlock{
    display: block;
    position:relative;
    width:100%;
}

.search-box form{
    width: 85%;
    display: inline-block;
}

.search-box input{
    width:100%;
    height: 3rem;
    padding:0;
    border:0;
    font-size: 1.3rem;
}

#sidebar-content .search-box input{
    border: 1px solid #D8D8D8;
    border-radius: 20px;
    padding: 1rem 0 1rem 3.5rem;
    box-sizing: border-box;
    height: 4rem;
}

#sidebar-content .search-box form{
    width: 90%;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
}

.search-box input:focus {
    outline: none;
}


.search-box i{
    font-size: 2rem;
    margin:0.5rem 1.5rem;
}

#sidebar-content .search-box i{
    color: #000;
    position: absolute;
    z-index: 1;
    top: 1rem;
}

#sidebar-content .search-box i.fa-search{
    left:4.5%;
    /* display:none; */
}

#sidebar-content .search-box i.closeSearch{
    right:5%;
    display:none;
    color:#D8D8D8;
}

#sidebar-content .quickSearchList .micsLinks li a i.fa-angle-right{
    position:relative;
    right:auto;
    font-weight: normal;
    margin-left: 1rem;
}

#sidebar-content .quickSearchList h4{
    background:none;
    color:#000;
    border-bottom:1px solid #D8D8D8;
    padding: 0;
    margin-top: 2rem;
    font-size:1.4rem;
}

#sidebar-content .quickSearchList{
    display: none;
    margin: 2rem;
}

.quickSearchList li{
    list-style-type:none;
    overflow: hidden;
}

#sidebar-content .quickSearchList li{
    padding-top: 1.5rem !important;
    margin: 0 !important;
}


#sidebar-content .quickSearchList li{
    overflow: hidden;
    padding-top: 1.5rem !important;
    margin: 0 !important;
}

.quickSearchList .searchLinks li:after{
    content: "";
    border-bottom: 1px solid #efefef;
    display: block;
    position: relative;
    left: 8.1rem;
    width:85%;
}

.quickSearchList .searchLinks li:last-child:after{
    border-bottom: 0;
}

#sidebar-content .quickSearchList .searchLinks li:after{
    left: 7.1rem;
}

.quickSearchList .searchLinks li a:hover, .quickSearchList .searchLinks li a:focus{
    background:#979797;
    color: #fff !important;
}


.quickSearchList .micsLinks li{
    margin:1rem 0;  
}

#sidebar-content .quickSearchList li a {
    font-size: 1.3rem !important;
    border: 0 !important;
    display: flex !important;
    font-weight: normal;
}

#sidebar-content .quickSearchList .micsLinks li a{
    color: #3e84b6 !important;
}

.quickSearchList li a{
    color:#3e84b6;
    font-size: 1.3rem;
    font-weight:normal;
}
.quickSearchList li a:hover{
    color:#484848;
}
.quickSearchList h4{
    font-size:1.3rem;
    font-weight: bold;
    background: #f5f5f5;
    line-height: 3.2rem;
    padding: 0 1.5rem;
}

.noResult{
    font-size: 1.3rem;    
    display: block;
    margin: 1rem 1.5rem;
    color:#000;
}

#sidebar-content .noResult{
    margin: 1rem 0;
}

a.productUrl {
    display: flex;
    color:#484848 !important;
}

.productImage {
    flex: 0 0 10%;
    max-width: 10%;
}

#sidebar-content .quickSearchList li a .productImage {
    flex: 0 0 25%;
    max-width: 25%;
}

.productImage img{
    max-width: 5rem;
    border-radius:0.5rem;
}

.productNameDesc {
    flex: 0 0 89%;
    max-width: 89%;
    /* border-bottom: 1px solid #efefef; */
}

#sidebar-content .quickSearchList li a .productNameDesc {
    flex: 0 0 75%;
    max-width: 75%;
}

.productNameDesc span {
    display: block;
}

.searchProName{
    font-size: 1.6rem;
    font-weight: bold;
}

.searchProDesc{
    font-size: 1.3rem;
    font-weight: normal;
}

.closeSearch{
    cursor: pointer;
}

.searchOverlay{
    display:none;
    width:100%;
    height:100%;
    position:fixed;
    z-index:100;
    top:0;
    left:0;
    background: rgba(0, 0, 0, 0.5);
}
.searchOverlay:before {
    content: "";
    display: block;
    height: 42px;
    background: #8cc63f;
    top: 0;
}

.capcha-field{
    width: 60%;
    float:left;
}
.capcha-container{
    width: 40%;
    float:left;
}

.login-signup-container #captcha-img, #signup-container #captcha-img {
    width: 85%;
    height: 4.5rem;
    margin-left: 1.5rem;
}

.login-signup-container .captcha-refresh, #signup-container .captcha-refresh {
    margin-top: 1.3rem;
}

/* .login-signup-container .form-elm-wrapper, #signup-container .form-elm-wrapper{
    float:left;
} */

@media only screen and (min-width: 768px) and (max-width: 1024px){
    .customer-assurance .section-title{
       font-size: 1.1rem;
    }
}
@media only screen and (max-width: 1024px){
    .content-fixed.below .customer-assurance{
       margin-top: 2rem;
    }
    .capcha-field, .capcha-container{
        width: 100% !important;
    }    
    
    #captcha-img{
        margin-left: 0 !important;
        margin-top: 2rem !important;
    }
    .captcha-refresh{
        margin-top: 3rem !important;
        float:left;
    }
    .login-signup-container #captcha-img, #signup-container #captcha-img{
        width: auto;
    }
}
@media only screen and (max-width: 991px) {

.corner-ribbon.top-left {
    left: -3.9rem;
    top: 2.5rem;
    width: 17.0rem;
    font-size: 2.0rem;
    line-height: 4.2rem;
   }
}
@media only screen and (max-width: 550px) {
  .corner-ribbon.top-left {
    left: -3.9rem;
    top: 1.5rem;
    width: 15rem;
    font-size: 1.5rem;
    line-height:4rem;
   }
}
.simpletooltip[aria-hidden="true"],
.minimalist-simpletooltip[aria-hidden="true"],
.minimalist-left-simpletooltip[aria-hidden="true"] {
    display: none
}

.simpletooltip_container,
.minimalist-simpletooltip_container,
.minimalist-left-simpletooltip_container {
    position: relative;
    display: inline
}

.simpletooltip,
.minimalist-simpletooltip,
.minimalist-left-simpletooltip {
    position: absolute;
    display: inline-block;
    z-index: 666;
    width: auto;
    border-radius: .5em;
    background: #000;
    background: rgba( 0, 0, 0, 0.9);    
    border: 1px solid #000; 
    color: #fff;
    padding: .5em;
    text-align: left;
    line-height: 1.1;
    word-wrap: break-word;
    font-size:11px;
}

.simpletooltip:after,
.minimalist-simpletooltip:after,
.minimalist-left-simpletooltip:after {
    content: '';
    position: absolute;
    left: -1em;
    right: -1em;
    bottom: -1em;
    top: -1em
}

.simpletooltip,
.minimalist-simpletooltip {
    right: auto;    
    margin-left: .5em;
    margin-top:.5em
}

.minimalist-left-simpletooltip {
    right: 100%;
    left: auto;
    margin-right: .5em
}

/*.simpletooltip::before,
.minimalist-simpletooltip::before,
.minimalist-left-simpletooltip::before {
    content: '';
    speak: none;
    position: absolute;
    z-index: 666;
    width: 0px; 
}

.simpletooltip::before,
.minimalist-simpletooltip::before {
    top: 2.5px;
    left: -10px;
    margin-left: -10px; 
    border: 10px solid transparent;
    border-right: 10px solid #000;
}

.minimalist-left-simpletooltip::before {
    top: .5em;
    right: -10px;
    margin-right: -10px;
    border: 10px solid transparent;
    border-left: 10px solid #000;
}*/

@media (max-width:44.375em) {
    .notablet {
        display: block
    }
    .nomobile {
        display: none
    }
    .automobile {
        float: none;
        display: block;
        width: auto
    }
    .onmobile-ml0 {
        margin-left: 0
    }
    .simpletooltip,
    .minimalist-simpletooltip,
    .minimalist-left-simpletooltip {
        top: 100%;
        left: 50%;
        right: 0;
        margin: 0;
        margin-top: .7em;
        margin-left: -5em
    }
    .simpletooltip::before,
    .minimalist-simpletooltip::before,
    .minimalist-left-simpletooltip::before {
        top: -10px;
        right: auto;
        left: 50%;
        margin-left: -5px;
        margin-top: -10px;
        border: 10px solid transparent;
        border-bottom: 10px solid #000;
    }
}