@font-face {
    font-family: 'Material Symbols Rounded';
    font-style: normal;
    font-weight: 400;
    src: url(icon_font_02.woff2) format('woff2');
  }
  
  .material-symbols-rounded {
    font-family: 'Material Symbols Rounded';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
  }


:root {
    --max-width: 1200px; /* Define your max-width value as a custom property */
    --product-right-panel:250px;
    --bg-color:#f5f6f8;
}

*{
    margin: 0;
    padding: 0;
    font-family: Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif;
    font-size: 14px;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
    -webkit-text-fill-color: #333 !important;
}

html {
        height: 100%;
    margin: 0;
}

body 
{
    font-family:sans-serif;
    background: var(--bg-color);
    height: 100%;
margin: 0;
}

.material-symbols-rounded{
    font-size: inherit;
    position: relative;
}

a{
    font-family: inherit;
    font-size: inherit;
    text-decoration: none;
    color: #0077cc;
}
a:hover {text-decoration: underline;}

.center_container_rb
{
    position: relative;
    max-width: 100%;
    display: block;
    margin: 0 auto 20px;
    min-height: 400px;
    background: #fff;
    padding: 50px;
    box-sizing: border-box;
    border-radius: 12px;
    width: 100%;
    /* border: 1px solid #dce0e5; */
    box-shadow: 0 22px 52px rgba(2, 14, 48, .048), 0 6px 16px rgba(2, 14, 48, .032), 0 3px 6px rgba(2, 14, 48, .024), 0 1px 2px rgba(2, 14, 48, .016);
}


p{
    font-size: 15px;
    color: #141414;
}

h2 {
    font-size: 1.8em;
    font-weight: bold;
    line-height: 1.2;
    color: #333;
    padding-bottom: 2px;
    border-bottom: 1px solid #d5d5d5;
    margin-bottom: 20px;
}
h3 {
    font-size: 1.3em;
    font-weight: bold;
    line-height: 1.2;
    color: #606060;
    padding-bottom: 2px;
    border-bottom: 1px solid #d5d5d5;
    margin-bottom: 20px;
}

.center_container
{
    position: relative;
    max-width: var(--max-width);
    /* display: block; */
    margin: 0 auto;
    padding-top: 20px;
    display: flex;
    flex-direction: column;
    min-height: calc(100% - 290px);
    /* box-sizing: border-box; */
    /* top: 80px; */
    /* border-left: 1px solid #dedede; */
    /* border-right: 1px solid #dedede;*/
}


.header_image{
    display: block;
    width: 100%;
    margin-bottom: 0px;
    margin-bottom: -15px;
}

.header_image img{
    width: calc(100% + 40px);
    border-radius: 8px;
    position: relative;
    top: -20px;
    left: -20px;
    box-sizing: border-box;
}


.init_img
{
  width: 512px;
  padding: 8px;
  border: 1px solid #cecece;
  display: inline-block;
  margin-top: 10px;
}

.bg_no
{
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAABlBMVEX////u7u5x8T/JAAAAD0lEQVQI12P4z4Ad4ZAAAH6/D/Hgw85/AAAAAElFTkSuQmCC");
  background-size: auto;
}

.bg_black  {    background-color: black;  }
.bg_white {    background-color: white;  }
.bg_gray  {    background-color: gray;  }
.bg_red  {    background-color: #ff0000;  }
.bg_green  {    background-color: #00ff00;  }
.bg_blue  {    background-color: #0000ff;  }

.cnv_rr
{
  border: 1px solid #bfbfbf;
}

.app_btn
{
    cursor: pointer;
    background-color: #0480ea;
    color: white;
    border-radius: 6px;
    display: inline-block;
    margin-top: 10px;
    height: 50px;
    font-size: 20px;
    font-weight: bold;
    box-shadow: 0 0px 0px rgb(0 0 0 / 0%);
    transition: box-shadow 0.15s, background-color 0.15s;
    text-align: center;
    line-height: 50px;
    width: 160px;
    user-select: none;
}

.app_btn:hover
{
    background-color: #0072d6;
    box-shadow: 0 3px 10px rgb(0 0 0 / 25%);
}

.app_btn:active
{
    background-color: #0480ea;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0%);
}



.app_header
{
    height: 60px;
    background-color: #fff;
    position: relative;
    display: block;
    width: 100%;
    top: 0px;
    left: 0px;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}
.app_header_center
{
    max-width: var(--max-width);
    margin: 0 auto;
    height: 58px;
    position: relative;
}

.header_logo_svg{
    background: 0 0;
    width: 110px;
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translate(0%, -60%);
}
.head_logo
{
    font-family: sans-serif;
    font-size: 21px;
    font-weight: bold;
    color: #444;
    position: relative;
    top: 10px;
    left: 5px;
    display: block;
    height: 70%;
    background-size: contain;
    line-height: 37px;
    background-repeat: no-repeat;
    text-decoration: none;
    width: 150px;
}



.head_logo img {
    position: absolute;
    display: inline-block;
    max-height: 100%;
    max-width: 33%;
    top: 50%;
    transform: translate(5%,-50%);
    border-radius: 5px;
}

.head_logo div{
    background-image: url(/site/css/logo.svg);
    display: inline-block;
    width: 110px;
    height: 28px;
    /* left: 50px; */
    position: relative;
    background-repeat: no-repeat;
    /* top: 50%; */
    /* transform: translateY(-50%);*/
}
.head_logo span{
    position: relative;
    display: inline-block;
    top: 2px;
    font-size: 23px;
    left: 50px;
    color: #0060bb;
}

/*-- AUTH ---- */
.auth_hold
{
    position: relative;
    top: 12px;
    display: inline-block;
    cursor: pointer;
    transition: all 0.2s;
    background-color: transparent;
}



.auth_button
{
    font-size: 15px;
    height: 26px;
    width: auto;
    padding: 0 11px;
    line-height: 26px;
    border-radius: 3px;
}

.white-popup-block {
    background: #FFF;
    padding: 5px 20px 1px;
    text-align: left;
    max-width: 350px;
    margin: 30px auto;
    position: relative;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 15px !important;
    box-sizing: border-box;
    z-index: 99999;
}



.site_footer {
    text-align: center;
    box-sizing: border-box;
    color: #f8f8f8;
    background-color: #353e4f;
    position: relative;
}

.footer_center,.footer_bot_center{
    max-width: var(--max-width);
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    box-sizing: border-box;
    padding-bottom: 50px;
}

.footer_bot_center{
    height: 50px;
    line-height: 50px;
}
  

.footer_cr
{
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    background: #2c3341;
    display: block;
}
.footer_col{
    box-sizing: border-box;
    display: inline-block;
    font-size: 14px;
    color: #cbd5e8;
    text-align: left;
    /* border-right: 1px solid #424c60; */
}
.p75{width: 75%;}
.p25{width: 25%;}
.p60{width: 60%;}
.p50{width: 50%;}
.p40{width: 40%;}
.p33{width: 33%;}

.footer_col h3{
    font-size: 1.3em;
    font-weight: bold;
    color: inherit;
    border: none;
    margin-bottom: 8px;
}

.footer_col p{
    font-size: 15px;
    line-height: 20px;
    color: inherit;
}

.ft_menu_item{
    display: block;
    font-size: 14px;
    color: inherit;
    text-decoration: none;
    transition: all 0.15s;
    line-height: 25px;
    font-weight: bold;
}


.ft_simple_item{
    display: inline-block;
    font-size: 14px;
    color: inherit;
    text-decoration: none;
    margin-left: 30px;
}


.site_top_menu {
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    width: calc(100% - 150px);
    height: 60px;
    line-height: 57px;
    text-align: right;
}

.top_menu_item {
    display: inline-block;
    padding: 0 15px;
    font-size: 14px;
    cursor: pointer;
    color: #505050;
    font-weight: bold;
    text-decoration: none;
    border-bottom: 3px solid transparent;
    transition: all 0.15s;
}

.top_menu_item:last-child {
    padding-right: 0px;
}


.top_menu_item.cur_item, .top_menu_item.cur_item:hover
{
    color: #006ddf;
    font-weight: bold;
    border-bottom: 3px solid #006ddf;
}

.bot_menu_item {
    display: inline-block;
    font-size: 14px;
    cursor: pointer;
    color: #cbd5e8;
    text-decoration: none;
    margin-right: 30px;
}

.no_underl {text-decoration: none;}
.no_underl:hover {text-decoration: none;}

.top_menu_item:hover{
    color: #000000;
    text-decoration: none;
}

.bread_crumbs_hold{
    height: 10px;
    display: block;
}
.bread_crumbs {
    position: absolute;
    left: 0px;
    width: 100%;
    top: 0px;
    /* background-color: #f7f7f7; */
    padding: 20px 50px;
    box-sizing: border-box;
    border-radius: 5px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}
.bcr_item {
    display: inline-block;
    color: #707070;
    cursor: pointer;
    font-size: 13px;
}
.bcr_item_last {   
     display: inline-block;
    color: #494848;
    font-size: 13px;}


.bcr_item::after {
    content: "»";
    display: inline-block;
    color: #878787;
    margin-left: 8px;
    margin-right: 6px;
}

.not_found_cl
{
    font-size: 2.7em;
    font-weight: bold;
    color: #4f5d78;
    text-align: center;
    margin: 110px 0px 50px;
    padding: 0 40px;
}

.not_found_hp {
    display: block;
    font-size: 19px;
    font-weight: bold;
    color: #2699fb;
    text-decoration: none;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 110px;
}

.store_holder{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 10px;
}

.store_item_a:hover {
    text-decoration: none;
}

/* .store_item_old{
    border-radius: 2px;
    padding: 5px;
    box-sizing: border-box;
    margin-bottom: 20px;
    box-shadow: 0 2px 5px rgb(0 0 0 / 11%);
    cursor: pointer;
    transition: all 0.5s;
    background-color: #fff;
} */
.store_item{
    margin-bottom: 20px;
    cursor: pointer;
    transition: all 0.25s;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    padding: 5px;
    box-shadow: 0px 4px 11px -5px rgba(35, 57, 102, 0.25);
    border-radius: 6px;
    background: #ffffff;
    --horizontal-alignment: center;
    --text-horizontal-alignment: center;
}

.ir_3{ width: calc(33% - 15px);  }
.ir_4{ width: calc(25% - 15px); }
.ir_5{ width: calc(20% - 15px);  }
.ir_6{ width: calc(16% - 5px);   }


.center_container_rb .store_item{
    border: 1px solid #e1e1e1;

}

.item_brd .store_item{
    border: 1px solid #e1e1e1;
}

.store_item:hover{
    /* box-shadow: 0 1px 14px rgb(0 0 0 / 30%); */
}

.store_item_imgh{
    width: 100%;
    height: calc(100% - 40px);
    border-radius: 6px;
    overflow: hidden;
}
.store_item img{
    width: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: all 0.35s;
}
.store_item:hover img{
    transform: scale(1.2);
}
.store_item_bh{
    width: 100%;
    height: 34px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #efefef;
}
.store_item_title{
    font-size: 14px;
    font-weight: bold;
    color: #555;
    text-align: left;
    height: 30px;
    line-height: 34px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 10px;
}
.store_item_price{
    /* color: #3692bf; */
    font-size: 14px;
    top: 2px;
    position: relative;
    font-weight: bold;
    color: #255F79;
    text-align: right;
    height: 20px;
    line-height: 21px;
    padding: 0px 5px;
    border: 1px solid #8ecae5;
    border-radius: 4px;
    margin-left: 7px;
}

.store_pagination{
    text-align: center;
    margin: 20px 0px;
}

.store_pagination button{
    display: inline-block;
    margin-right: 6px;
    padding: 4px 10px;
    border: 1px solid #cdcdcd;
    background-color: #fff;
    cursor: pointer;
    font-weight: bold;
    color: #555;
    border-radius: 4px;
}

.store_pagination button:hover{
    border-color: #006ddf;
}

.store_pagination .cur{
    color: #fff;
    background-color: #4e5768;
    border-color: #0c0c0c;
}


.store_pr_hold{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.store_pr_rghl{
    overflow: hidden;
    border-radius: 8px;
    position: relative;
    box-shadow: 0 2px 10px #56565629;
}
.store_pr_image{
    object-fit: contain;
    width: 100%;
}
.store_pr_lfhl{
    margin-left: 20px; 
    flex-basis: calc(100% - var(--product-right-panel));
    
}

.store_pr_title{
    font-size: 1.6em;
    font-weight: bold;
    margin-bottom: 8px;
    color: #4a4a4a;
}
.store_pr_price{
    font-size: 1.3em;
    font-weight: bold;
    color: #2E6100;
    padding: 6px 17px;
    display: inline-block;
    border-radius: 34px;
    margin-top: 10px;
    border: 3px solid #75a93f;
}
.store_pr_price_old{
    border: none;
    font-size: 1.3em;
    font-weight: bold;
    color: #ffffff;
    background: #8bbd56;
    padding: 6px 17px;
    display: inline-block;
    border-radius: 5px;
    margin-top: 10px;
}


.store_pr_share{
    position: absolute;
    top: 5px;
    right: 5px;
}
.store_pr_desc{
    font-size: 1.1em;
    margin-top: 20px;
    margin-bottom: 10px;
}

.store_pr_desc h2{
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 3px;
    border: none;
    color: #000000;
}
  
 .store_share_buttons{
    margin: 5px 0px;
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 10px;
 }

.store_pr_bullets{
    padding-left: 15px;
    margin-top: 20px;
    
    list-style: none;
}
.store_pr_bullets li{
    font-size: 1.1em;
    line-height: 25px;
}
/* .store_pr_bullets li:before { content: '✓'; } */

/* .store_pr_bullets li::before {
    content: "\2713";
    margin-right: 6px;
    color: #72a937;
    font-size: 25px;
    font-weight: bold;
    top: 5px;
    position: relative;
    } */

.pr_bullet{
    margin-right: 6px;
    color: #72a937;
    font-size: 21px;
    top: 6px;
    position: relative;
}
.store_pr_buy{
    margin-top: 20px;
    margin-bottom: 0px;
    background-color: #0079D1;
    /* background-color: #189eff; */
    color: #fff;
    border: none;
    padding: 14px 20px;
    font-size: 1.2em;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.25s;
    border-radius: 48px;
    text-align: center;
    display: block;
    text-decoration: none;
}

.store_pr_buy:hover{
    background-color: #0065ad;
    text-decoration: none;
}
.store_pr_need_comm{
    margin-top: 30px;
    font-size: 1.3em;
    font-weight: bold;
    color: #b34d00;
    border-bottom: 1px solid #d5d5d5;
    padding-bottom: 4px;
}

.store_pr_buy.com{
    background-color: #ffffff;
    margin-top: 9px;
    color: #cd4500;
    border: 1px solid #e5bba5;
    border-radius: 3px;
    text-align: left;
    padding: 6px 8px;
    font-size: 1.2em;
    font-weight: normal;
}

.store_pr_buy.com:hover{
    background-color: #cd4500;
    color: #FFF;
}


@media (max-width: 767px) {
    
    .center_container_rb {   position: relative;    padding: 10px;  }
    .center_container{
        padding-top: 35px;
        min-height: calc(100% - 182px);
    }

    .btnProfile {
        max-width: 110px !important;
    }

    .search_icon {
        width: 40px !important;
    }

    .cat_holder {
        display: none;
    }

    .search_holder {
        width: calc(100% - 122px) !important;
        min-width: 50px;
    }
    .site_top_menu {
        width: calc(100% - 130px);
    }
    .top_menu_item {
        color: #ffffff;
    }

    .top_menu_item.cur_item, .top_menu_item.cur_item:hover {
        color: #4af6ff;
        border-bottom: none;
    }

    .front_store_top_title {
        font-size: 24px !important;
        line-height: 29px !important;
        padding: 0 10px;
    }
    .front_store_top {
        padding-top: 40px !important;
    }

    .front_store_top_desc {
        font-size: 18px !important;
        line-height: 24px !important;
        width: 85% !important;
        margin-top: 21px !important;
    } 
    .site_top_menu .premium_btn{
        display: none  !important;
    }
    .btnPremiumHome{
        width: 85% !important;
    }
    .upgrade_holder{
        width: 90% !important;
        padding: 0px !important;
    }
    .price_holder{
        width: 100% !important;
        margin-bottom: 30px !important;
    }

    .front_store_top_holder {
        background: linear-gradient(92deg, #c1ecff, #ffe0ed) !important;
    }

    .center_container {
        padding: 10px 10px 10px 10px !important;
    }
    .ir_3, .ir_4, .ir_5, .ir_6 {
        width: calc(50% - 5px);
    }
    .fx_control_menu {  width: 20% !important;}
    .range_wrap {     width: 80% !important; }
    .bread_crumbs { padding: 8px 11px;}
    .bread_crumbs_hold {display: block; height: 30px;}
    .header_logo_svg {
        width: 90px;
        top: 50%;
        transform: translate(0%, -50%);
    }
    
    .site_footer {
        padding: 0px 10px 20px;
    }

    .footer_center, .footer_bot_center {
        display: block;
        text-align: left;
    }
    .footer_col {
        border-top: 1px solid #c7c7e3;
        margin-bottom: 10px;
    }
    .footer_col:first {
        border-top: none;
    }

    .p75{ width: 100%; }
    .p50{ width: 100%; }
    .p25{ width: 100%; }
    .bot_menu_item {
        display: inline-block;
        padding: 3px 0px;
        font-size: 14px;
        width: 48%;
    }

    .header_image { margin-bottom: 0px; }
    .header_image img {
        width: calc(100% + 20px);
        top: -10px;
        left: -10px;
        border-radius: 0px;
    }

    .footer_cr {  padding: 0 5%;box-sizing: border-box; }
    .store_item {
        margin-bottom: 10px;
    }

    .file_format_item {
        padding: 9px 13px !important;
        font-size: 1em !important;
        border-radius: 7px !important;
        margin-right: 7px !important;
    }

    .store_pr_buy {
        font-size: 1.4em;
    }

    /*-- Store Main product page ------*/
    .store_pr_hold { flex-direction: column; margin-top: 10px;}
    .store_pr_title{  margin: 10px 0px 10px 0px;  font-size: 1.3em;}
    .store_pr_lfhl{ margin: 10px 0px 10px 0px;    flex-basis: calc(100%);  }

    .store_pr_rghl {
        box-shadow: none;
    }

    .ua_account_table{
        width: 100% !important;
        border-right:none !important;
        padding-right: 10px !important;

    }
    .acc_big_icon{
        display: none !important;
    
    }
    .right_td {
        width: 30% !important;
    }
    .email_change_info {
        top: -72px !important;
    }

    .sort_select, .type_select {
        width: 100% !important;
    }

    .filter_sort, .type_sort {
        position: relative !important;
        top: 0px !important;
        right: 0px !important;
        width: calc(50% - 10px) !important;
        display: inline-block;
    }

    .filter_sort {
        margin-right: 10px;
        margin-bottom: 20px;
    }
    .search_holder_cc{
        width:100% !important;  
        margin-bottom: 10px !important;
    }
}
/*<svg class="svg_icon" style="fill: #a96b2a;width: 60%;"><use href="/libs/auth/icons.svg#trash"></use></svg>*/
.svg_icon{
    fill: #888888;
    width: 60%;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.svg_icon:hover{
    fill: #ffffff;
}
.search_holder_cc{
    position: relative; 
    width:50%;  
    margin-bottom: 30px;
}

.front_store_top_holder{
    margin-top: 0px;
    width: 100%;
    height: 350px;
    position: relative;
    background: linear-gradient(90deg, #c1ecff, #ffe0ed 50%, #c1ecff);
}

.front_store_top{
    max-width: var(--max-width);
    margin: 0 auto;
    display: block;
    padding-top: 50px;
}

.front_store_top_title{
    font-family: Montserrat, sans-serif;
    margin: 0px auto;
    text-align: center;
    font-size: 36px;
    line-height: 44px;
    color: #483250;
}
.front_store_top_title strong{
    font-size: inherit;
}

.front_store_top_desc{
    font-family: Montserrat, sans-serif;
    font-size: 19px;
    line-height: 27px;
    color: #122e4c;
    width: 52%;
    text-align: center;
    margin: 0px auto;
    margin-top: 20px;
}

.btnPremiumHome{
    margin-top: 25px !important;
    height: 50px;
    width: 400px;
    border-radius: 25px !important;
    margin: 0 auto;
    line-height: 31px;
    font-family: Montserrat, sans-serif;
    font-size: 17px !important;
    background: #0095dd !important;
}

.btnPremiumHome:hover{
    background: #0072d6 !important;
}

.search_holder{
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-49%);
    left: 0px;
    width: calc(100% - 320px);
    text-align: left;
}
.search_input,.search_input_pg{
    border-radius: 28px;
    border: 1px solid #d1d1d1;
    height: 36px;
    padding: 0 18px;
    background-color: #ffffff !important;
    width: 100%;
    outline: none;
    box-sizing: border-box;
}
.search_input:hover, .search_input_pg:hover{
    border:1px solid #b3b3b3 !important;
}


.search_input:active, .search_input:focus, .search_input_pg:active, .search_input_pg:focus{
    border:1px solid #005491 !important;
}

.search_page .search_holder{
    position: relative;
    width: 50%;
}
.search_page .search_input_pg{
    /* border: 1px solid #505050; */
   
}

.premium_btn{
    /* background-image: linear-gradient(152deg, #c534ff, #00a5ff); */
    color: #ffffff;
    height: 36px;
    display: inline-block;
    line-height: 36px;
    padding: 0 16px;
    border-radius: 45px;
    font-weight: bold;
    margin-right: 9px;
    transition: all 0.25s;
    text-decoration: none;
    position: relative;
    top: 2px;
    background: #0095dd;
}

.premium_btn:hover{
    /* background-image: linear-gradient(152deg, #a12ff0, #0091d6); */
    text-decoration: none !important;
    background: #0072d6;
}


.store_pr_tags{
    margin-bottom: 30px;
}

.store_pr_tag{
    display: inline-block;
    padding: 8px 17px;
    font-size: 14px;
    font-weight: bold;
    border-radius: 25px;
    border: 1px solid #c9c9c9;
    margin-bottom: 8px;
    margin-right: 5px;
    color: #555555;
    text-transform: capitalize;
}

.buy_explainer{
    font-size: 1.1em;
    margin-top: 20px;
    margin-bottom: 10px;
    line-height: 25px;
}

/* .buy_explainer::before{
    color: #6ab8ef;
    content: "ℹ";
    margin-right: 6px;
    font-weight: bold;
    top: 5px;
    width: 18px;
    text-align: center;
    height: 18px;
    position: relative;
    border-radius: 23px;
    display: inline-block;
    font-size: 14px;
    line-height: 18px;
    top: -1px;
    border: 2px solid #6ab8ef;
    opacity: 1;
    transform: scale(0.8);
} */

.pr_title{
    font-size: 1.3em;
    font-weight: bold;
    margin-top: 23px;
    padding-left: 40px;
    padding-bottom: 8px;
    border-bottom: 1px solid #adcfe7;
}

.buy_holder_show{
    background: #ddf1ff;
    padding: 20px;
    border-radius: 12px;
    margin-top: 10px;
    color: #004f89;
    font-size: 15px;
}

.pr_bn{
    display: block;
    margin-top: 12px;
    font-size: 1.2em;
    font-weight: bold;
    /* padding-bottom: 4px; */
    padding-left: 40px;
}

.pr_bn_ch{
    position: relative;
    top:3px;
    margin-right: 10px;
}

.search_icon{
    position: absolute;
    right: 6px;
    top: 15px;
    background: #e5e5e5;
    width: 50px;
    text-align: center;
    height: 26px;
    border-radius: 40px;
    color: #fff;
    transition: all 0.2s;
    cursor: pointer;
    outline: none;
    border: none;
}

.search_icon:hover{
    background: #929292;
}

.search_icon span{
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -47%);
}

.flt_sub_categories{
    padding: 12px;
    border-radius: 8px;
    padding-bottom: 4px;
    background: #efefef;
    margin-bottom: 10px;
}

.flt_subcat{
    display: inline-block;
    padding: 6px 20px;
    font-size: 14px;
    font-weight: bold;
    border-radius: 5px;
    margin-bottom: 8px;
    margin-right: 4px;
    color: #4e4e4e;
    text-transform: capitalize;
    cursor: pointer;
    background: #ffffff;
    box-shadow: 0 1px 4px #0000001c;
    transition: all 0.2s;
    text-decoration: none;
}

.flt_subcat:hover{
    color: #0063ab;
    box-shadow: 0 1px 11px #0000004d;
    text-decoration: none;
}

.flt_sub_h3{
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 5px;
    color: #8f8f8f;
    border: none;
}

.src_pages{
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.src_pages button{
    display: inline-block;
    margin-right: 6px;
    padding: 4px 10px;
    border: 1px solid #cdcdcd;
    background-color: #fff;
    cursor: pointer;
    font-weight: bold;
    color: #555;
    border-radius: 4px;
}

.src_pages button:hover{
    border-color: #006ddf;
}

.src_pages .cur{
    color: #0086e7;
    border-color: #189eff;
}

.no_res{
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 4px;
    margin-bottom: 16px;
    color: #939393;
    font-size: 1.1em;
}

.no_res_found{
    margin-bottom: 16px;
    color: #006bb9;
    font-size: 1.3em;
    background: #dbf0ff;
    padding: 20px 22px;
    border-radius: 3px;
    border-left: 3px solid #9bd5ff;
}

.no_res_found.red{
    color: #990000;
    background: #ffdbdb;
    border-left: 3px solid #f59b9b;
}

.search_filter_field{
    position: relative;
    width: 100%;
}
.filter_sort, .type_sort{
    position: absolute;
    top: 0px;
    right: 0px;
}

.type_sort{
    top: 0px;
    right: 190px;

}
.sort_select, .type_select{
    height: 36px;
    width: 180px;
    border-radius: 6px;
    border: 1px solid #d1d1d1;
    padding: 5px 12px;
    background: #fff;
    color: #555555;
    outline: none;
}
.gicon{
    font-size: 24px;
    display: inline-block;
    width: 18px;
    height: 14px;
    position: relative;
    top: 3px;
    margin-right: 6px;
}
.gicon span{
    font-size: inherit;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.chk_error{
    margin-bottom: 16px;
    color: #960000;
    font-size: 1.3em;
    background: #ffdbdb;
    padding: 20px 22px;
    border-radius: 3px;
    border-left: 3px solid #f59b9b;
}

.file_format_title{
    font-weight: bold;
    margin-bottom: 5px;
    color: #6d6d6d;
    font-size: 1.1em;
}

.file_format_item{
    display: inline-block;
    padding: 6px 11px;
    font-size: 0.8em;
    font-weight: bold;
    border-radius: 4px;
    margin-right: 6px;
    color: #262626;
    text-transform: uppercase;
    background: #ffffff;
    border: 1px solid #cbcbcb;
    cursor: pointer;
    transition: all 0.15s;
}
.file_format_item:hover{
    color: #005595;
    border: 1px solid #008ef5;
}


.file_format_item.sel{
    border: 1px solid #008ef5;
    background: #d7eeff;
    color: #005595;
}


.file_formats_holder{
    margin: 18px 0px 10px;
}

.cat_holder{
    background: #ffffff;
    /* height: 60px; */
    width: 100%;
    /* display: block; */
    /* line-height: 60px; */
}
.cat_item{
    display: inline-block;
    padding: 0 25px;
    font-size: 1.1em;
    font-weight: bold;
    color: #555555;
    text-transform: capitalize;
    
    transition: all 0.2s;
}
.cat_item a{
    cursor: pointer;
    color: #555555;
    text-decoration: none;
}
.cat_item a:hover{
    color: #0063ab;
    text-decoration: none;
    border-bottom: 2px solid #0063ab;
}

.page_centrize{
    max-width: var(--max-width);
    margin: 0 auto;
    display: block;
    position: relative;
}






.navbar {
    overflow: hidden;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    /* justify-content: space-between; */
  }
  
  /* Navigation links */
  .navbar a {
    float: left;
    font-size: 16px;
    color: #222222;
    text-align: center;
    padding: 18px 16px;
    text-decoration: none;
  }
  
  /* The subnavigation menu */
  .subnav {
    float: left;
    overflow: hidden;
  }
  
  /* Subnav button */
  .subnav .subnavbtn {
    font-size: 1.2em;
    border: none;
    outline: none;
    color: #222222;
    padding: 18px 20px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
    box-sizing: border-box;
  }
  
  /* Add a red background color to navigation links on hover */
  .navbar a:hover, .subnav:hover .subnavbtn {
    cursor: pointer;
    /* background-color: rgb(245 245 245); */
    color: #0077cc;
  }
  
  /* Style the subnav content - positioned absolute */
  .subnav-content {
    opacity: 0;
    display: none;
    position: absolute;
    left: 0;
    background-color: rgb(255 255 255);
    width: 100%;
    z-index: 1;
    box-shadow: 0 4px 10px #0000001f;
    border-radius: 7px;
    border-top-right-radius: 0;
    border-top-left-radius: 0px;
    border-top: 2px solid #e9e9e9;
    transition: all 0.2s;
    /* display: flex; */
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
  
  /* Style the subnav links */
  .subnav-content a {
    float: left;
    color: #554c4c;
    text-decoration: none;
  }
  
  /* Add a grey background color on hover */
  .subnav-content a:hover {
    /* background-color: #eee; */
    /* color: black; */
    color: #0077cc;
  }
  
  /* When you move the mouse over the subnav container, open the subnav content */
  .subnav:hover .subnav-content {
    display: flex;
    opacity: 1.0;
  }
