/*----------------warning pop up css start------------------------*/        

    #modalOverlay {
            position: fixed;
            top: 0;
            left: 0;
            background: rgba(0, 0, 0, 0.5);
            z-index: 999999999999999999999999999999999;
            height: 100%;
            width: 100%;
    }
.modalPopup {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            background: #fff;
            width: 50%;
            padding: 20px 0 30px;
            -webkit-box-shadow: 0 2px 10px 3px rgba(0,0,0,.2);
            -moz-box-shadow: 0 2px 10px 3px rgba(0,0,0,.2);
            box-shadow: 0 2px 10px 3px rgba(0,0,0,.2);
    }
.modalContent {padding: 0 2em;}

.modalContent h1 {
  margin-bottom: .2em;
  font-size: 22px !important;
  text-transform: unset !important;
}
.modalContent p {font-size: 16px;margin: .75em 0 1.5em;}
.red-btn{
  background: #ef000b;color:#fff !important;padding: 10px;text-decoration:none !important;
}
.red-btn:hover{
  color: #fff !important;
}
.buttonStyle {

        cursor: pointer;
        font-weight: bold;
        font-size: 14px;        
        color: #000;
        text-decoration: none;
        }

        @media (max-width: 767px) {
            .modalPopup{
                width: 94%;
                top: 45%;
                height: auto;
                overflow-y: scroll;
            }
            .modalContent h1{
                line-height: 30px !important;
            }
            .modalContent{
                padding: 0 13px;
            }
        }


 /* -------------------warning pop up css end------------------------------*/

section.Navigation.sticky {
    position: fixed;
    top: 0;
    left: 0;
    margin-top: 0;
    z-index: 9999;
}
.small-sharebtn, #st-4.st-left {
    display:none;
}
.st-sticky-share-buttons {
    display:none !important;
}
.workflow-email-hide{
  display: none !important;
}
.required.input-error {
    border-color:red !important;
}
.shop-catalogue + .container.product-list-view {
    clear:both !important;
    display:none
}
.shop-catalogue{
    margin-bottom:20px;
}
.sg-ecommerce-cart-01 .product-cart-img {
    width:150px;
}
.sg-ecommerce-cart-01 table{
    border:1px solid #ddd;
}
.sg-ecommerce-cart-01 table td,.sg-ecommerce-cart-01 table th{
    border:1px solid #ddd;
    padding:10px !important
}
.pagination>.disabled>a, .pagination>.disabled>a:focus, .pagination>.disabled>a:hover, .pagination>.disabled>span, .pagination>.disabled>span:focus, .pagination>.disabled>span:hover {
    color: #999;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}
.logorow .rtimag {
    height:auto;
}
.rtimag{
    line-height:40px;
    margin: auto;
    display: flex;
    flex-direction: column;
    text-align: center;
}
.rtimag a{
    color:#fff;
    padding:10px;
    background:#019ce8;  
    line-height:20px;
    text-decoration: none;
    min-width: 200px;
}
.rtimag a.red-btn{
  background:#ef000b;
  margin-top:5px;
}

.rtimag a:hover{
    color:#fff !important;
}
.cstm-page-div {
    margin:30px 0px;
}
h2{
  font-family: OpenSansRegular;
    font-size: 13px !important;
    color: #3c3c3c !important;
    line-height: 1.8em !important;
    font-weight: 400 !important;
    margin: 0;
    padding: 0;
}
table.webapp-table {
    border-collapse:collapse;
    }
    table.webapp-table td,table.webapp-table th{
        padding:5px;
        border:1px solid #000;
        float:none;
    }
    div#searchbox {
    border: 1px solid #ddd;
    margin: 20px 0px;
    padding: 0px;
   }
    .search-box-webapp .row {
    display:flex;
    margin:20px 0px;
    }
    .search-box-webapp .span2{
        min-width:180px;
        margin:0px 20px 0px 0px;
        width:18%;
    }
    .search-box-webapp .span2 select{
        padding:5px;
        margin-top:10px;
    
    }
    .search-box-webapp .span2 .cat_button.contact-btn{
        padding:8px;
        margin-top:24px;
        cursor:pointer;
    }
.lp-form{
    background:#f5f5f5;
    padding:20px;
    box-shadow: 0 2px 8px 0 rgb(80 80 80 / 20%);
}
.lp-form .form-control{
  border-radius: 0px !important;
}
.lp-form select{
  border:1px solid #ddd;
  height: 38px;
  padding: 5px 15px;
}
/*media queries*/
@media screen and (min-width:768px) and (max-width:995px){
  .Navigation{clear:both;}
  section.logoMiddlegap {
    display:none !important
}
}
@media screen and (min-width:768px){
   .w-md-70{
     width: 70%;
   }
   .mw-300{
    max-width: 300px;
  }
  .logorow{
    display: flex;
    align-items: center;
  }
}
@media (min-width: 0px) and (max-width: 766px){
  .post-list {
    width: 100% !important;
  }
  .rtimag{
    align-items: center;
  }
  .mw-mb-100{
    width:100% !important;
  }
}
@media screen and (min-width: 551px) and (max-width:767px){
  .logoMiddlegap{
    display: none !important;
  }
}
@media screen and (max-width:550px){
    section.logorow .logoMiddlegap{
    display:block !important;
    width:100%;
}
header .Navigation{
    margin-top: 40px;
}
header .logorow{
    width:100%;
    text-align:center;
}
header .logorow .searchbak{
    margin-left:auto;
    margin-right:auto;
}
.SiteLogo,header .rightLogo{
    width:100% !important;
}
.Navigation{clear:both;}

.socialMedia {
    margin-left: auto;
    margin-right: auto;
}
}
