/*fixed bottom phone numbers*/
/*Mobile*/
.ghost_phones{
    display: none;
}
@media(max-width: 468px){
    .ghost_phones {
        display: flex !important;
        flex-direction: column;
        align-items: center;
        width: 100%;
        background: #4caf50;
        position: fixed;
        bottom: 0px;
        z-index: 999;
        height: 50px;
    }
    .g-phones {
        display: flex;
        direction: ltr;
    }
    .g-phone a {
        color: #fff;
        padding-right: 5px;
        padding-left: 5px;
        letter-spacing: 1.5px;
    }

    #ghost_mobile_cta_2 .g-loader {
        display: inline-block;
        color: #fff;
        width: 100px;
        direction: rtl;
    }

    .ghost_phones .cta a{
        padding-top: 2px;
        color: #fff;
        font-size: 18px;
    }
    .ghost_phones_desktop{
        display: none !important;
    }
}
/*Desktop*/
.ghost_phones_desktop {
    position: fixed;
    bottom: 15px;
    right: 15px;
    width: 145px;
    height: 92px;
    background: linear-gradient(180deg, #a4ffa8, #83b735);
    border-radius: 1em;
    z-index: 999;
    box-shadow: 0px 0px 5px #cecece;
    padding-top: 6px;
}
.ghost_phones_desktop .cta {
    font-weight: 600;
    margin-bottom: 4px;
    margin-top: 3px;
}
.ghost_phones_desktop > * {
    text-align: center;
    color: #000;
    font-size: 15px;
}
.g-icon {
    margin-top: -23px;
}
.g-icon .icon {
    font-size: 24px;
    background: green;
    padding: 0.4em;
    border-radius: 50%;
    color: #fff;
}
.gd-phone {
    letter-spacing: 1.5px;
}
span.g-loader {
    letter-spacing: normal;
    text-align: right;
    display: block;
    margin-right: 26px;
    font-style: italic;
    font-size: 14px;
    color: #1d1d1d;
}
.force-to-call > * {
    display: block !important;
}
.force-to-call a.call{
    text-align: center;
    background: #d60644;
    border-radius: 6px;
    padding: 8px;
    font-size: 17px;
    color: #fff;
    margin-top: 7px;
}
.force-to-call a span.g-loader{
    text-align: center;
    margin: auto;
    font-size: 15px;
    letter-spacing: normal;
    color: #fff;
}
.g-close {
    text-align: right;
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 7px;
    font-size: 15px;
    border-bottom: 1px dashed gray;
    line-height: 13px;
}
.catalog-block{
    margin-top: 20px;
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 24px;
}
.catalog-block a {
    display: block;
    text-align: center;
}

.ghost-sug-product {
    position: relative;
    display: flex;
    border: 1px solid #e9e9e9;
    border-radius: 6px;
    padding: 10px;
    align-items: center;
}
.g-label {
    position: absolute;
    left: 10px;
    top: -21px;
    font-size: 10px;
    background: #ba0000;
    color: #fff;
    padding: 0px 7px;
    border-radius: 4px;
    text-align: center;
    cursor: default;
}
.g-enc-text {
    font-style: italic;
    color: #000000;
    font-weight: bold;
    font-size: 13px;
}
p.g-enc-text:before {
    font-family: "Font Awesome 5 Free";
    content: "\f0f3";
    margin-left: 5px;
    color: #ba0000;
}
.ghost-sug-product .g-img {
    max-width: 25%;
}
.ghost-sug-product .title{
    margin-bottom: 10px;
}
.g-meta {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-right: 6px;
    justify-content: center;
}
.ghost-sug-product .cta {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ghost-sug-product .cta a {
    background: #009fa7bf !important;
    color: #fff;
    padding: 1px 5px;
    border-radius: 4px;
    font-size: 12px;
}

a.download-button {
    padding: 6px 16px;
    border-radius: 8px;
    background: #eb9f00;
    color: #fff;
    box-shadow: 0px 15px 20px -13px green;
    transition: all 0.3s;
}
a.download-button:hover {
    margin-right: 10px;
    margin-left: 10px;
}
h1.cat-title {
    margin-bottom: 30px;
}
/* related links in category  */
.g-related-links {
    display: flex;
    margin-bottom: 25px;
    overflow: auto;
}
.g-related-links :first-child {
    margin-right: 0px !important;
}
.related-block {
    display: flex;
    align-items: center;
    width: 140px;
    min-width: 140px;
    text-align: center;
    margin: 6px;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    padding: 10px;
    transition: all 0.3s;
}
a.related-block img {
    width: 50px;
}
a.related-block p {
    font-size: 12px;
    text-wrap: auto;
    line-height: 17px;
    margin: 0px auto 2px auto;
    color: #000;
    text-align: center;
    font-weight: 600;
}
.related-block:hover {
    background: #f7f7f7;
}
@media(min-width: 468px){
    .related-block {
        display: block;
        width: 180px;
        min-width: 180px;
    }
    a.related-block img {
        width: auto;
    }
    .g-related-links {
        justify-content: right;
    }
    .related-block .related-title{
        margin-top: 10px;
        font-size: 15px;
        text-wrap: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}
/* end of related links */