@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;
}
.callback{
    position: fixed;
    z-index: 8;
    border-radius: 50%;
    background-color: #018fcf;
    padding: 13px;
    margin-left: 20px;
    bottom: 0;
    left: 0;
    margin-bottom: 84px;
    cursor: pointer;
}
.callback i{
    width: 39px;
    height: 39px;
    color: #ff4b82;
    font-size: 37px;
    z-index: 9;
}
.callback i:hover{
    width: 39px;
    height: 39px;
    color: #ffffff;
    font-size: 37px;
    z-index: 9;
}
.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;
}
