﻿.displayblock{
	display: block! important;
}

.displaynone{
	display: none! important;
}

.error {
    color: red;
    font-weight: 1 !important;
    line-height: 2;
    font-size: 14px;
}
.upload-click-icon
{
    position: absolute;
}
.image-upload-after
{
    opacity: 0;
}
.upload-col-250px:hover {
    opacity: 0.7;
    background: rgba(200, 54, 54, 0.5);;
}
.upload-col-250px:hover .upload-click-icon
{
    opacity: 1;
}

.pagination li {
    padding-left: 20px;
}
.bootbox-cancel , .bootbox-accept {
    /* padding: 10px !important; */
    height: 40px;
    min-width: 10px;
}
.bootbox-close-button
{
    float: right;
    border: none;
    font-size: 23px;


}
.productistAction{display: flex;}

.info-a a {
    color: #6c757d;
    text-decoration: none;
}

.required {
    color: #d03630;
}

.result-srch
{
    width: 100%;
    top: calc(100% - 2px);
   /* padding-bottom: 7px;*/
    max-height: 290px;

    position: absolute;
    box-shadow: 0 40px 40px rgb(0 0 0 / 26%);
    border-top: none;
    overflow-y: auto;
    transition-property: opacity,visibility;
    transition: .3s;
    background-color: #fff;
    z-index: 5;
   /* padding: 20px;*/
    border-top: 2px solid #343434;
}
.result-srch ul li {
    padding: 9px 10px;
    line-height: 19px;
    /* color: black; */
}
.result-srch ul li a {
    text-decoration: none; 
    color: black;
    font-size: 14px;
}
.result-srch ul
{
    list-style-type: none;
    padding-top: 10px;
}
.result-srch ul li.search-title
{
        font-weight: 700;
    color: #00a34b;
    padding-bottom: 3px;
}

.view_result_bottom
{
        display: flex;
    justify-content: center;
    background: #00a34b;
    color: #fff;
    padding: 15px 0;

    left: 0;
    margin: 0px;
}
.view_result_bottom a 
{
    color: #fff !important;
}
.trans-section {
    margin-right: 25px !important;
}
.view-result-cover {
    position: sticky;
    bottom: 0;
    z-index: 99999;
    height: 38px;
    background: #fff;
    margin: 7px;

    /* border: 10px solid #fff; */
}
.no-order-cover{
    display: flex;
    align-items: center;
    justify-content: center;
    padding:3%;
    
}

.no-order-cover img {
    width: 250px;
}

.back-to-top, .back-to-top:hover {
    position: fixed;
    bottom:100px;
    right: 25px;
    display: none;
    z-index: 100;
    background-color: #d52727;
}
.back-to-top i{
    color:#ffffff;
}
.back-to-top i:hover{
    color:#ffffff;
}

b, strong {
    font-weight: bolder !important;
}

.txt-trans-none{
    text-transform: none !important;
}


.border-yellow {border-color: #cfcf08 !important;}
.text-yellow {color: #cfcf08 !important;}

.pwd_invalid i
{
  color: #ae0721;
}
.pwd_valid i
{
  color: #00973D;
}
.pwd_condition li
{
  font-size: 14px;
}
.add_cert
{
    width: 100px !important;
    height: 30px !important;
    font-size: 12px;
    line-height: 30px !important;
}
.certificate_wrapper
{
    background: #f6f6f6;
    padding: 10px 15px;
    margin: 10px 0 20px 0;
}
.table-bordered.certificate-info-data th, .table-bordered.certificate-info-data td
{
    font-size: 12px;
    padding: 7px 10px;
}

.table.certificate-info-data>:not(:first-child) {
    border-top: 1px solid #ddd !important;
}

.visitor-count
{
    background: #fff;
    color: #000 !important;
    padding: 10px;
    font-weight: 600;
    border-radius: 3px;
    font-size: 20px;
}
body .skiptranslate iframe{
    visibility: hidden !important;    
}

body .skiptranslate {
    display: block !important;
}
#goog-gt-{
   display: none !important;
}

#goog-gt-tt{
   display: none !important;
}


.section-bgcolor{
    width: 100%;
    background: #faf5dd!important;
}

.dyanamic-content-show{
        padding: 10px 20px
    }







@media only screen and (max-width: 992px) {
    .dyanamic-content-show{
        padding: 10px 20px 30px;
        width: 100%;
    }
}