@font-face {
    font-family: 'BPG Arial';
    src: url('fonts/bpg_arial_2009/BPGArial.eot');
    src: url('fonts/bpg_arial_2009/BPGArial.eot?#iefix') format('embedded-opentype'),
    url('fonts/bpg_arial_2009/BPGArial.woff2') format('woff2'),
    url('fonts/bpg_arial_2009/BPGArial.woff') format('woff'),
    url('fonts/bpg_arial_2009/BPGArial.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'BPG Mrgvlovani Caps 2010';
    src: url('fonts/bpg_mrgvlovani_caps_2010/BPGMrgvlovaniCaps2010.eot');
    src: url('fonts/bpg_mrgvlovani_caps_2010/BPGMrgvlovaniCaps2010.eot?#iefix') format('embedded-opentype'),
    url('fonts/bpg_mrgvlovani_caps_2010/BPGMrgvlovaniCaps2010.woff2') format('woff2'),
    url('fonts/bpg_mrgvlovani_caps_2010/BPGMrgvlovaniCaps2010.woff') format('woff'),
    url('fonts/bpg_mrgvlovani_caps_2010/BPGMrgvlovaniCaps2010.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
.searchresultdiv{
    position: absolute;
    border-radius: 27px;
    border: 1px solid #018fcf;
    padding: 14px;
    width: 100%;
    margin-top: 5px;
    z-index: 50;
    background-color: white;
    display: none;
}
.search-result-a{
    text-decoration: none;
    color: #25323b;
    font-weight: bold;
}
.search-result-a:hover{
    color: #264ea4;
}
.search-result-image-parent{
    position: relative;
    width: 35px;
    height: 47px;
    margin-right: 3px;
    overflow: hidden;
    padding: 0px;
}
.search-result-image-parent img{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: contain;
 }
.search-result-title{
    padding-top:10px;
}
.parentimage{
    width: 240px;
    height: 260px;
    overflow: hidden;
}
.childimage{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.parentproductdefault{
    height: 400px;
    overflow: hidden;
    text-align: center;
}
.childproductdefault{
    width: 50%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.calculate-title{
    margin-bottom:40px;
}
.companyregdiv{
    position: relative;
}
.companyregdiv button{
    position: absolute;
    right: 0;
    margin-top: 4px;
    margin-right: 4px;
    background-color: #068dcf;
    color: #ffffff;
}
.bascet_div{
    position: relative;
    /*overflow: hidden;*/
    width: 60px;
}
.bascet_div i{
    font-size: 35px;
    color: #018fd0;
    z-index: 1;
}
.bascet_div span{
    position: absolute;
    background-color: #e40d49;
    border-radius: 50%;
    color: #ffffff;
    z-index: 3;
    /* left: 0; */
    top: 2;
    bottom: 0;
    left: 0;
    margin-bottom: -9px;
    padding: 0px 8px;
}
.print-invoice{
    font-size: 26px;
    color: #de1c52;
    margin-right: 7px;
}
.pink {
    color: #de1c52;
}
.cyan{
    color: #377d9e;
}
/*.full-page-loader{*/
/*    position: fixed;*/
/*    background-color: #ccc;*/
/*    with: 100%;*/
/*    z-index: 999;*/
/*    top: 0;*/
/*    bottom: 0;*/
/*    left: 0;*/
/*    right: 0;*/
/*    opacity: 0.4;*/
/*    text-align: center;*/
/*    !* font-size: 47px; *!*/
/*    padding-top: 20%;*/
/*    !* color: #000; *!*/
/*}*/
/*.loader {*/
/*    border: 16px solid #f3f3f3;*/
/*    border-radius: 50%;*/
/*    border-top: 16px solid #3498db;*/
/*    width: 120px;*/
/*    height: 120px;*/
/*    -webkit-animation: spin 2s linear infinite; !* Safari *!*/
/*    animation: spin 2s linear infinite;*/
/*}*/

.loading {
    position: fixed;
    z-index: 999;
    height: 2em;
    width: 2em;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
/* Transparent Overlay */
.loading:before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(rgba(20, 20, 20,.8), rgba(0, 0, 0, .8));
    background: -webkit-radial-gradient(rgba(20, 20, 20,.8), rgba(0, 0, 0,.8));
}
/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
    /* hide "loading..." text */
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}
.loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 90px;
    height: 90px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.back-address-form{
    border-radius: 6px;
    border: 1px solid#ccc;
    background-color: #b4b4b4;
    padding: 10px;

}
.back-address-form p{
    font-weight: bold;
}
.news-area {
    padding: 5px 55px 5px 0;
}
.news-area-title{
    padding: 5px 15px;
}
.wa-widget{
    position: fixed;
    z-index: 12;
    left: 20px;
    bottom: 84px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
}
.wa-pill{
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background-color: #25D366;
    color: #ffffff;
    text-decoration: none;
    padding: 10px 18px 10px 14px;
    border-radius: 30px;
    font-weight: 600;
    font-size: 15px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.25);
    white-space: nowrap;
    opacity: 0;
    transform: translateY(10px) scale(.9);
    transform-origin: bottom left;
    pointer-events: none;
    transition: opacity .2s ease, transform .2s ease;
}
.wa-pill svg{
    width: 24px;
    height: 24px;
    fill: #ffffff;
}
.wa-pill:hover{
    color: #ffffff;
    background-color: #1da851;
}
.wa-widget.open .wa-pill{
    opacity: 1;
    transform: translateY(0) scale(1);
    pointer-events: auto;
}
.wa-fab{
    width: 60px;
    height: 60px;
    border: none;
    padding: 0;
    border-radius: 50%;
    background-color: #e53935;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    box-shadow: 0 4px 12px rgba(0,0,0,0.25);
    transition: background-color .25s ease, transform .25s ease;
}
.wa-fab:hover{
    background-color: #c62828;
    transform: scale(1.05);
}
.wa-fab-icon{
    width: 30px;
    height: 30px;
    fill: #ffffff;
    transition: opacity .2s ease, transform .25s ease;
}
.wa-fab-close{
    position: absolute;
    color: #ffffff;
    font-size: 36px;
    line-height: 1;
    opacity: 0;
    transform: rotate(-90deg);
    transition: opacity .2s ease, transform .25s ease;
}
.wa-widget.open .wa-fab-icon{
    opacity: 0;
    transform: rotate(90deg);
}
.wa-widget.open .wa-fab-close{
    opacity: 1;
    transform: rotate(0deg);
}
.callback-div{
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 12;
}
.callback-form{
    position: relative;
    background-color: #018fce;
    width: 335px;
    border-radius: 10px;
    border:5px solid #ff4b82;
    padding-top: 45px;
    text-align: center;
    margin: auto;
    margin-top: 16%;
    z-index: 15;
}
.callback-div i{
    position: absolute;
    color: #ffffff;
    top: 6px;
    right: 9px;
    font-size: 23px;
    cursor: pointer;
}
.callback-form input{
    padding: 5px;
    border-radius: 4px;
    border:none;
    width: 90%;
    margin-bottom: 10px;
}
.callback-form textarea{
    padding: 5px;
    border-radius: 4px;
    border:none;
    width: 90%;
    margin-bottom: 10px;
}
.callback-form button{
    background-color: #ff4b82;
    padding:10px 15px;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    border:none;
    border-radius: 4px;
    margin-bottom: 15px;
}
