@font-face { 
    font-family: Roboto;
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v20/KFOkCnqEu92Fr1MmgWxP.ttf) format("truetype");
}
@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmSU5vAw.ttf) format("truetype");
}
@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Me5Q.ttf) format("truetype");
}
@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmEU9vAw.ttf) format("truetype");
}
@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmWUlvAw.ttf) format("truetype");
}
@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmYUtvAw.ttf) format("truetype");
}
body {
    font-family: Roboto, sans-serif;
    margin: 0;
}
main#maincontent {
    background-color: #f7f8fa;
    position: relative;
    min-height: 100vh;
}
select {
    font-size: 12px !important;
}
ul.prd_items {
    display: flex;
    padding-left: 0;
    flex-wrap: wrap;
}
ul.prd_items li.prd_item {
    width: 25%;
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 10px 5px;
    position: relative;
}
ul.prd_items li.prd_item .prd_item_inner {
    border-radius: 10px;
    text-align: center;
    background-color: #fff;
    box-shadow: 0 2px 9.5px rgba(155, 193, 255, 0.1);
    width: 100%;
    height: 100%;
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
ul.prd_items li.prd_item:first-child {
    margin-left: 0;
}
ul.prd_items li.prd_item:last-child {
    margin-right: 0;
}
ul.prd_items li.prd_item h5 {
    font-size: 19px;
    line-height: 25px;
    padding: 20px 15px;
    margin: 0 0 10px;
    color: #0f1218;
    display: block;
    align-items: center;
    justify-content: center;
    height: 90px;
    overflow: hidden;
    width: 100%;
}
ul.prd_items li.prd_item svg path {
    fill: #7d96c2;
}
ul.prd_items li.prd_item figure {
    padding: 0 20px;
    display: block;
    width: 100%;
    max-height: 300px;
    max-width: 170px;
    margin: 0 auto;
}
ul.prd_items li.prd_item .cn_price {
    display: block;
    width: 100%;
}
ul.prd_items li.prd_item span.cn_prc {
    color: green;
    font-size: 18px;
    font-weight: 700;
    display: block;
    width: 100%;
    padding-top: 10px;
}
ul.prd_items li.prd_item span.cn_prc_title {
    padding-top: 10px;
    display: block;
    color: #a9a9a9;
}
ul.prd_items li.prd_item .cn_buttons {
    display: flex;
    width: 100%;
    padding: 15px 10px 25px 10px;
    justify-content: space-between;
}
ul.prd_items li.prd_item .cn_cert_button {
    display: flex;
    padding: 10px 10px;
    background-color: #e3be17;
    width: 100%;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    font-weight: 700;
    color: #fff;
    border-radius: 5px;
    font-size: 14px;
    height: 50px;
    line-height: 18px;
    cursor: default;
}
ul.prd_items li.prd_item .cn_cert_button:hover {
    text-decoration: none;
}
ul.prd_items li.prd_item .cn_cert_button_lrg {
    display: block;
    padding: 10px 10px;
    background-color: #e3be17;
    width: 100%;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    font-weight: 700;
    color: #fff;
    border-radius: 5px;
    font-size: 11px;
    height: 50px;
    line-height: 18px;
    cursor: default;
    overflow: hidden;
    text-overflow: ellipsis;
}
ul.prd_items li.prd_item .cn_cert_button_lrg:hover {
    text-decoration: none;
}
ul.prd_items li.prd_item span.cn_save_button {
    display: flex;
    padding: 10px 20px 10px 3px;
    background-color: #fff;
    align-items: center;
    justify-content: center;
    border: 2px solid #8395b6;
    color: #8395b6;
    border-radius: 5px;
    position: relative;
    min-width: 80px;
    cursor: pointer;
    font-weight: 500;
}
ul.prd_items li.prd_item span.cn_save_button:hover {
    color: #e3be17;
    border-color: #e3be17;
}
ul.prd_items li.prd_item span.cn_save_button::before {
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    height: 10px;
    display: block;
    content: "";
}
ul.prd_items li.prd_item span.cn_save_button::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 20px;
    display: block;
    content: "";
    background-image: url(../images/Path.png);
    background-repeat: no-repeat;
    background-position: center;
}
ul.prd_items li.prd_item span.cn_save_button .cn_hover_menu {
    display: none;
    position: absolute;
    top: 105%;
    left: 10px;
    background-color: #fff;
    border: 2px solid #e3be17;
    border-radius: 5px;
    padding-left: 0;
    color: #000;
    margin-top: 6px;
    padding: 0 !important;
    z-index: 9;
}
ul.prd_items li.prd_item span.cn_save_button .cn_hover_menu::before {
    content: "";
    position: absolute;
    top: -20px;
    left: 30px;
    margin-left: -10px;
    border-width: 10px;
    border-style: solid;
    border-color: #e3be17 transparent transparent transparent;
    transform: rotate(180deg);
}
ul.prd_items li.prd_item span.cn_save_button .cn_hover_menu li {
    display: block;
    border-bottom: 1px solid #e3be17;
    text-align: left;
    padding: 12px 15px;
    margin-bottom: 0;
    font-weight: 400;
}
ul.prd_items li.prd_item span.cn_save_button .cn_hover_menu li a {
    color: #000;
    display: block;
    font-weight: 400;
}
ul.prd_items li.prd_item span.cn_save_button .cn_hover_menu li a:hover {
    color: #e3be17;
}
ul.prd_items li.prd_item span.cn_save_button:hover .cn_hover_menu {
    display: block;
}
.inv_pag_upper {
    text-align: center;
    padding-top: 20px;
    display: block;
}
.inv_pag_upper .inv_pagination {
    display: inline-block;
}
.inv_pag_upper .inv_pagination a {
    color: #000;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
}
.inv_pag_upper .inv_pagination a.active {
    background-color: rgba(0, 128, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 1px solid green;
}
.width_40 {
    width: 50%;
    display: block;
    float: left;
    padding: 0 3px;
    position: relative;
}
.width_25 {
    width: 25%;
    float: left;
    padding: 0 3px;
    position: relative;
}
.width_40 {
    width: 50%;
    display: block;
    float: left;
    padding: 0 3px;
    position: relative;
}
.width_25 {
    width: 25%;
    float: left;
    padding: 0 3px;
    position: relative;
}
.width_20 {
    width: 20%;
    display: inline-block;
    float: left;
    padding: 0 3px;
    position: relative;
}
.width_20 label {
    font-size: 13px;
}
.width_80 {
    width: 80%;
    display: inline-block;
    float: left;
    position: relative;
}
.width_15 {
    width: 15%;
    display: inline-block;
    float: left;
}
.width_08 {
    width: 8%;
    display: inline-block;
    float: left;
    padding: 0 3px;
    position: relative;
}
.width_10 {
    width: 10%;
    display: inline-block;
    float: left;
    padding: 0 3px;
}
.width_11 {
    width: 11%;
    display: inline-block;
    float: left;
    padding: 0 3px;
    position: relative;
}
.width_17 {
    width: 17%;
    display: inline-block;
    float: left;
    padding: 0 3px;
    position: relative;
}
.width_02 {
    width: 2%;
    display: inline-block;
    float: left;
    padding: 0 3px;
    position: relative;
}

.modal-inner-wrap div.mage-error[generated] {
    position: absolute;
    bottom: -8px;
}


.section_10.width_02.cmn_class_input_type_buy {
    padding: 0;
}
.section_05.width_10.cmn_class_input_type_buy .input_edit.inventory_purchase_price,
.section_09.width_17.cmn_class_input_type_buy .input_edit.inventory_purchase_price {
    margin-top: 15px !important;
}
.form_buttons_input .btn {
    width: 300px !important;
    display: inline-block;
    float: none;
    background-color: #e3be17;
    font-weight: 700;
    color: #fff !important;
    border: none;
    font-family: Roboto;
    text-transform: capitalize;
    padding: 10px;
    border-radius: 5px;
    font-size: 16px;
    margin: 20px 7px;
}
.form_buttons_input {
    display: inline-block;
    width: 100%;
    text-align: center;
}
.form_buttons_input .add_cancel_button,
.form_buttons_input .add_coin_btn {
    background-color: #cad5dd;
    text-align: center;
}
.delete_overlay {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 99;
}
.delete_content {
    max-width: 100%;
    position: fixed;
    top: 20%;
    height: 300px;
    width: 100%;
    background-color: #fff;
    z-index: 100;
    /*left: calc(50% - 185px);*/
    left: inherit;
    border-radius: 10px;
    overflow: hidden;
}
form.inventory_price {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.inventory_overlay_2 {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 99;
}
.inventory_content_2 {
    max-width: 100%;
    position: absolute;
    top: 0px;
    max-height: calc(100vh - 20%);
    width: 100%;
    background-color: #fff;
    z-index: 100;
    /*left: calc(50% - 325px);*/
    left: inherit;
    border-radius: 10px;
    overflow: auto;
    border: 1px solid #fff;
}
.inventory_content_2 .inventory_content_inner_2 {
    overflow: auto;
    display: block;
    height: 100%;
}
.inventory_content_2 .inventory_header_sec_2 {
    background-color: #253545;
}
.inventory_content_2 .inventory_header_sec_2 .prd_name_sec_2 {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 20px;
    padding-bottom: 100px;
    color: #fff;
    position: relative;
}
.inventory_content_2 .inventory_header_sec_2 .prd_name_sec_2 h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
    padding-right: 115px;
}
.inventory_content_2 .inventory_header_sec_2 .prd_name_sec_2 span.inventory_cert_2 {
    display: block;
    font-size: 14px;
    color: #8395b6;
    padding-bottom: 10px;
    font-weight: 500;
}
.inventory_content_2 .inventory_header_sec_2 .prd_name_sec_2 span.inventory_price_guide_2 {
    color: #8395b6;
    font-size: 14px;
    display: block;
    font-weight: 500;
}
.inventory_content_2 .inventory_header_sec_2 .prd_name_sec_2 span.inventory_price_guide_2 span {
    color: green;
}
.inventory_content_2 .inventory_header_sec_2 .prd_name_sec_2 .inventory_image_2 {
    position: absolute;
    top: 40px;
    right: 50px;
    max-width: 70px;
    max-height: 90px;
}
.inventory_content_2 .inventory_header_sec_2 .prd_name_sec_2 .inventory_image_2 img {
    max-width: 100%;
    max-height: 100%;
}
.inventory_content_2 .prd_tab_sections_2 {
    top: -80px;
    position: relative;
    background-color: #fff;
    margin-left: 30px;
    margin-right: 30px;
    border: 1px solid #cad5dd;
    border-top: 5px solid #e3be17;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.04);
}
.inventory_content_2 .prd_tab_sections_2 ul.prd_tabs_title_2 {
    padding-left: 0;
    padding-bottom: 0;
    border-bottom: 1px solid #cad5dd;
}
.inventory_content_2 .prd_tab_sections_2 ul.prd_tabs_title_2 li {
    display: inline-block;
    padding-left: 9px;
    padding-right: 9px;
    padding-top: 10px;
    padding-bottom: 25px;
    color: #000;
    margin-top: 10px;
    margin-bottom: 0;
}
.inventory_content_2 .prd_tab_sections_2 ul.prd_tabs_title_2 li.active {
    border-bottom: 3px solid #e3be17;
}
.inventory_content_2 .prd_tab_sections_2 ul.prd_tabs_title_2 li.active a {
    color: #e3be17;
}
.inventory_content_2 .prd_tab_sections_2 ul.prd_tabs_title_2 li a {
    padding: 15px;
    color: #8395b6;
    font-weight: 500;
    white-space: nowrap;
}
/*.inventory_content_2 .inventory_close {
    position: absolute;
    top: 15px;
    right: 20px;
    cursor: pointer;
}*/
.inventory_content_2 .prd_tabs_details_div_2 p {
    padding: 10px;
    text-align: center;
}
.inventory_form_inner {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #edeef2;
}
.inventory_form_inner.cn_another_req {
    padding-top: 20px;
}
.inventory_form_inner:last-child {
    border-bottom: none;
}
.input_edit#edit_notes{
    height: 110px;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.input_edit {
    font-size: 12px !important;
    line-height: 18px !important;
    border-radius: 5px !important;
    border: 1px solid #8395b6 !important;
    margin-top: 0px !important;
    width: 100% !important;
    padding: 0 10px !important;
}
.edit_coin_form .input_edit {
    line-height: 28px;
}
.prd_tabs_2 {
    width: 90%;
    margin: 0 auto;
    padding-bottom: 30px;
}
input.btn.btn_primary.add_now_btn {
    background-color: #e3be17;
    font-weight: 700;
    color: #fff !important;
    border: none;
    font-family: Roboto;
    text-transform: capitalize;
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    font-size: 16px;
    margin: 20px 0;
}
.inventory_form_inner {
    padding-bottom: 10px;
}
.prd_images {
    padding-left: 0;
    margin-left: 0;
    margin: 0;
}
.prd_images li {
    width: 100%;
    display: inline-block;
    margin-bottom: 0;
}
.prd_images li figure {
    margin: 0;
    margin: 5px;
    position: relative;
}
.prd_images li figure img {
    max-width: 100%;
    max-height: 100%;
    padding: 5px;
    border: 1px solid #cad5dd;
    border-radius: 5px;
}
li.add_image figure img {
    width: 100%;
    display: inline-block;
    padding: 25px;
}
.prd_img figure {
    max-width: 500px;
    max-height: 500px;
    margin: 0 auto;
}
.prd_img figure img {
    display: flex;
    align-items: center;
    justify-content: center;
    object-fit: contain;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    text-align: center;
    margin: 0 auto;
}
.width_increase .inventory_content_2 {
    max-width: 100%;
    /*left: calc(50% - 600px);*/
    left: 0;
    right: 0;
    margin: 0 auto;
}
select.prd_tabs_buy_sell_trade {
    background-color: transparent;
    padding: 5px;
    border-radius: 5px;
    border-color: #8395b6;
    color: #000;
    width: 10%;
    margin: 0 auto;
    display: block;
    margin-bottom: 20px;
    text-align-last: center;
}
.inventory_form_inner label {
    line-height: 20px;
    font-size: 14px;
    width: 100%;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.cmn_class_input_type_buy a figure {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.cmn_class_input_type_buy a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding-top: 0px;
    height: 36px;
}
.input_sell_premium {
    font-size: 12px;
    line-height: 33px;
    border-radius: 5px;
    border: 1px solid #8395b6;
    margin-top: 15px;
    width: 100%;
    padding: 0 10px;
    height: 36px;
    color: #000;
    background-color: transparent;
}
.prd_sell_section {
    padding: 20px;
    border: 1px solid #ccdcf7;
    box-shadow: 0 8px 12px rgb(204 220 247 / 31%);
}
.prd_sell_section .inventory_form_inner .cmn_class_input_type_buy input.input_edit {
    margin-top: 15px !important;
    height: 36px;
}
*,
::after,
::before {
    box-sizing: border-box;
}
.inventory_overlay {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 99;
}
.inventory_content { 
    max-width: 1016px;
    position: fixed;
    top: inherit;
    height: calc(100vh - 25%);
    width: 100%;
    background-color: #fff;
    z-index: 100;
    left:inherit;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #fff;
}
/*.inventory_form_inner td:nth-child(1) {
    width: 150px;
}
.inventory_form_inner td:nth-child(2) {
    width: 25px;
}*/

.inventory_content .inventory_content_inner {
    overflow: auto;
    display: block;
    height: 100%;
}
.inventory_content .inventory_header_sec {
    background-color: #253545;
}
.inventory_content .inventory_header_sec .prd_name_sec {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 20px;
    padding-bottom: 100px;
    color: #fff;
    position: relative;
}
.inventory_content .inventory_header_sec .prd_name_sec h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
}
.inventory_content .inventory_header_sec .prd_name_sec span.inventory_cert {
    display: block;
    font-size: 14px;
    color: #8395b6;
    padding-bottom: 10px;
    font-weight: 500;
}
.inventory_content .inventory_header_sec .prd_name_sec span.inventory_price_guide {
    color: #8395b6;
    font-size: 14px;
    display: block;
    font-weight: 500;
}
.inventory_content .inventory_header_sec .prd_name_sec span.inventory_price_guide span {
    color: green;
}
.inventory_content .inventory_header_sec .prd_name_sec .inventory_image {
    position: absolute;
    top: 40px;
    right: 50px;
    max-width: 70px;
    max-height: 90px;
}
.inventory_content .inventory_header_sec .prd_name_sec .inventory_image img {
    max-width: 100%;
    max-height: 100%;
}
.inventory_content .prd_tab_sections {
    top: -80px;
    position: relative;
    background-color: #fff;
    margin-left: 40px;
    margin-right: 40px;
    border: 1px solid #cad5dd;
    border-top: 5px solid #e3be17;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.04);
}
.inventory_content .prd_tab_sections ul.prd_tabs_title {
    margin-left: 20px;
    padding-left: 0;
    padding-bottom: 0;
    margin-right: 20px;
    border-bottom: 1px solid #cad5dd;
}
.inventory_content .prd_tab_sections ul.prd_tabs_title li {
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 25px;
    color: #000;
    margin-top: 15px;
    margin-bottom: 0;
}
.inventory_content .prd_tab_sections ul.prd_tabs_title li.active {
    border-bottom: 3px solid #e3be17;
}
.inventory_content .prd_tab_sections ul.prd_tabs_title li.active a {
    color: #e3be17;
}
.inventory_content .prd_tab_sections ul.prd_tabs_title li a {
    padding: 15px;
    color: #8395b6;
    font-weight: 500;
}
.inventory_content .price_tab_details {
    margin: 20px;
}
/*.inventory_content .inventory_close {
    position: absolute;
    top: 15px;
    right: 20px;
    cursor: pointer;
}*/
.inventory_content .inventory_close {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    background: #253545;
    padding:8px 8px 8px 12px;
    border-radius: 0 0 0 20px;
}
.inventory_content_2 .inventory_close {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    background: #253545;
    padding:8px 8px 8px 12px;
    border-radius: 0 0 0 20px;
}

.inventory_content .prd_tabs_details_div p {
    padding: 10px;
    text-align: center;
}
.inventory_content .prd_tabs_details_div .inventory_price input.input_inventory {
    font-size: 12px;
    line-height: 33px;
    border-radius: 5px;
    border: 1px solid #8395b6;
    margin-top: 0px;
    width: 100%;
    padding: 0 10px;
    height: 32px;
}
.inventory_content .prd_tabs_details_div .inventory_price .inventory_form_inner {
    width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}
.inventory_content .prd_tabs_details_div .inventory_price .inventory_toggle_tab {
    width: 80%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 20px;
}
.inventory_content .prd_tabs_details_div .inventory_price .inventory_toggle_tab > span {
    width: 75%;
    padding: 0 3px;
}
.inventory_content .prd_tabs_details_div .inventory_price .form_toggle_button {
    width: 105px;
    padding: 0 3px;
}
.inventory_content .prd_tabs_details_div .inventory_price label.toggle-item {
    width: 100%;
    background: #f7f8fa;
    height: 35px;
    display: inline-flex;
    border-radius: 50px;
    position: relative;
    transition: all 0.3s ease;
    transform-origin: 20% center;
    cursor: pointer;
    border: 1px solid #cad5dd;
    align-items: center;
}
.inventory_content .prd_tabs_details_div .inventory_price input[type="checkbox"] {
    display: none;
}
.inventory_content .prd_tabs_details_div .inventory_price .inventory_no {
    background-color: #8bc34a;
    border-radius: 10px;
    padding: 2px 8px;
    margin-left: 2px;
    font-weight: 700;
    color: #fff;
}
.inventory_content .prd_tabs_details_div .inventory_price .inventory_yes {
    background-color: transparent;
    border-radius: 10px;
    padding: 2px 8px;
    margin-left: 2px;
    font-weight: 700;
    color: #8395b6;
}
.inventory_content .prd_tabs_details_div .inventory_price .check {
    border-radius: 15px;
    width: auto;
    height: 25px;
    position: absolute;
    background: #c34a4a;
    transition: 0.4s ease;
    top: 4.5px;
    left: 4.5px;
}
.inventory_content .prd_tabs_details_div .inventory_price #checkcross:checked + label .inventory_yes {
    background-color: #8bc34a;
    border-radius: 10px;
    padding: 2px 8px;
    margin-left: 2px;
    font-weight: 700;
    color: #fff;
}
.inventory_content .prd_tabs_details_div .inventory_price #checkcross:checked + label .inventory_no {
    background-color: transparent;
    border-radius: 10px;
    padding: 2px 8px;
    margin-left: 2px;
    font-weight: 700;
    color: #8395b6;
}
.inventory_content .prd_tabs_details_div .inventory_add_now_button {
    width: 80%;
    margin: 0 auto;
    display: block;
    margin-top: 20px;
}
.inventory_content .prd_tabs_details_div .add_now_btn {
    background-color: #e3be17;
    font-weight: 700;
    color: #fff !important;
    border: none;
    font-family: Roboto;
    text-transform: capitalize;
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    font-size: 16px;
    margin-bottom: 20px;
}
.inventory_content .prd_tabs_details_div .inventory_radio_button_header {
    display: block;
    padding: 5px;
    margin-top: 20px;
    border: 1px solid #ccdcf7;
}
.inventory_content .prd_tabs_details_div .inventory_radio_button_header .inventory_radio_inner {
    display: flex;
    padding: 15px;
    align-items: center;
    justify-content: center;
}
.inventory_content .prd_tabs_details_div .inventory_radio_button_header .inventory_radio_inner .inventory_price_radio {
    display: none;
}
.inventory_content .prd_tabs_details_div .inventory_radio_button_header .inventory_radio_inner .inventory_price_radio:checked + label::before {
    width: 14px;
    height: 14px;
    border-radius: 7px;
    background-color: #cad5dd;
    display: block;
    content: "";
    position: absolute;
    top: 4px;
    left: 4px;
    bottom: 0;
    z-index: 1;
}
.inventory_content .prd_tabs_details_div .inventory_radio_button_header .inventory_radio_inner .inventory_radio_one label {
    position: relative;
    padding-left: 30px;
    padding-right: 15px;
}
.inventory_content .prd_tabs_details_div .inventory_radio_button_header .inventory_radio_inner .inventory_radio_one label::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    bottom: 0;
    display: block;
    content: "";
    width: 22px;
    height: 22px;
    border-radius: 11px;
    background-color: #f7f8fa;
    border: 1px solid #cad5dd;
}
.inventory_content .prd_tabs_details_div .inventory_fixed_sec {
    width: 60%;
    display: block;
    margin: 0 auto;
}
.inventory_content .prd_tabs_details_div .inventory_fixed_sec input {
    width: 100% !important;
}
.inventory_content .prd_tabs_details_div .inventory_fixed_sec span {
    display: block;
    text-align: center;
    padding-top: 20px;
}
.inventory_content .prd_tabs_details_div .inventory_fixed_sec .inventory_current_market_price {
    font-size: 12px;
    line-height: 33px;
    border-radius: 5px;
    border: 1px solid #8395b6;
    margin-top: 0px;
    width: 100%;
    padding: 0 10px;
    margin-bottom: 12px;
}
.inventory_content .prd_tabs_details_div .inventory_unfixed_sec {
    display: inline-block;
    width: 100%;
    height: auto;
    padding-top: 20px;
    margin-bottom: 12px;
}
.inventory_content .prd_tabs_details_div .inventory_unfixed_sec input {
    color: #8395b6;
}
.inventory_content .prd_tabs_details_div .inventory_unfixed_sec .input_inventory {
    margin-bottom: 12px;
}
.addcoin_overlay {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 99;
}
.addcoin_content {
    max-width: 100%;
    position: fixed;
    top: 0%;
    max-height: calc(100vh - 20%);
    width: 100%;
    background-color: #fff;
    z-index: 100;
    /*left: calc(50% - 325px);*/
    left: inherit;
    border-radius: 10px;
    overflow: auto;
    border: 1px solid #fff;
}
.addcoin_content .addcoin_content_inner {
    overflow: auto;
    display: block;
    height: 100%;
}
.addcoin_content .addcoin_header_sec {
    background-color: #253545;
}
.addcoin_content .addcoin_header_sec .addcoin_prd_name_sec {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 30px;
    padding-bottom: 100px;
    color: #fff;
    position: relative;
    text-align: center;
    text-transform: uppercase;
}
.addcoin_content .addcoin_header_sec .addcoin_prd_name_sec h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
}
.addcoin_content .addcoin_prd_tab_sections {
    top: -80px;
    position: relative;
    background-color: #fff;
    margin-left: 40px;
    margin-right: 40px;
    border: 1px solid #cad5dd;
    border-top: 5px solid #e3be17;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.04);
}
.addcoin_content .inventory_close {
    position: absolute;
    top: 15px;
    right: 20px;
    cursor: pointer;
}
.addcoin_content .addcoin_prd_tab_sections ul.addcoin_tabs_title {
    margin-left: 8px;
    padding-left: 0;
    padding-bottom: 0;
    margin-right: 8px;
    border-bottom: 1px solid #cad5dd;
}
.addcoin_content .addcoin_prd_tab_sections ul.addcoin_tabs_title li {
    display: inline-block;
    padding-left: 0;
    padding-right: 0;
    padding-top: 10px;
    padding-bottom: 25px;
    color: #000;
    margin-bottom: 0;
    margin-top: 15px;
}
.addcoin_content .addcoin_prd_tab_sections ul.addcoin_tabs_title li.active {
    border-bottom: 3px solid #e3be17;
}
.addcoin_content .addcoin_prd_tab_sections ul.addcoin_tabs_title li.active a {
    color: #e3be17;
}
.addcoin_content .addcoin_prd_tab_sections ul.addcoin_tabs_title li a {
    padding: 15px 12px;
    color: #8395b6;
    font-weight: 500;
}
.addcoin_pcgs_inner p {
    padding: 10px;
    text-align: center;
    display: inline-block;
    width: 100%;
}
input.addcoin_pcgs_input {
    font-size: 12px;
    line-height: 33px;
    border-radius: 5px;
    border: 1px solid #8395b6;
    width: 100%;
    padding: 0 10px;
    margin-bottom: 20px;
}
.inventory_form_inner input[type="text"], 
.inventory_form_inner select {
    font-size: 12px;
    line-height: 33px;
    border-radius: 5px;
    border: 1px solid #8395b6 !important;
    width: 100%;
    padding: 0 10px;
    margin-bottom: 20px;
}
.addcoin_pcgs_inner {
    width: 70%;
    margin: 0 auto;
}
.buy_now_btn {
    background-color: #e3be17;
    font-weight: 700;
    color: #fff !important;
    border: none;
    font-family: Roboto;
    text-transform: capitalize;
    padding: 10px;
    border-radius: 5px;
    font-size: 16px;
    margin-bottom: 20px;
    margin-left: 0;
    display: flex;
    align-items: center;
    width: 150px;
    margin: 30px auto;
    justify-content: center;
}
input.btn.btn_primary.add_now_btn.wc_final_sub {
    background-color: #e3be17;
    font-weight: 700;
    color: #fff !important;
    border: none;
    font-family: Roboto;
    text-transform: capitalize;
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    font-size: 16px;
    margin-bottom: 20px;
}
.addcoin_pcgs_inner span {
    text-align: center;
    display: block;
    color: #8395b6;
}
.addcoin_pcgs_inner .pcgs_img {
    text-align: center;
}
.columns .column.main {
    width: calc(100% - 270px) !important;
    max-width: calc(100% - 270px) !important;
    margin: 0 !important;
    padding: 20px;
    margin-left: auto !important;
    margin-right: 0 !important;
    top: 0;
    position: relative;
    padding-bottom: 80px;
    min-height: 880px;
}
.addcoin_pcgs_inner label {
    line-height: 28px;
}
.addcoin_pcgs_inner .inventory_form_inner {
    border-bottom: 0;
    padding-bottom: 0 !important;
}
.inventory_sec .pages {
    display: none;
}
.inventory_sec .pager {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.inv_pag_upper .limiter,
.inv_pag_upper .toolbar-amount {
    display: none;
}
ul.items.pages-items {
    display: inline-flex;
    align-items: center;
}
li.item a span {
    color: #000;
    font-size: 16px;
    font-weight: 400;
}
li.item.current .page span {
    font-size: 16px;
    font-weight: 400;
}
li.item {
    color: #000 !important;
    float: left !important;
    padding: 8px 16px !important;
    text-decoration: none !important;
}
li.item.current {
    background-color: rgba(0, 128, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 1px solid green;
}
li.item.pages-item-next a::before,
li.item.pages-item-previous a::before {
    display: none !important;
}
li.item.pages-item-next a,
li.item.pages-item-previous a {
    border: none;
}
li.item.pages-item-next a::after {
    content: "»" !important;
    width: 15px !important;
    height: 15px !important;
    color: #000 !important;
    overflow: auto;
    font-size: 16px !important;
}
.pages .action.next {
    margin-left: 0;
}
.pages .action.previous {
    margin-right: 0;
}
li.item.pages-item-previous a::after {
    content: "«" !important;
    width: 15px !important;
    height: 15px !important;
    color: #000 !important;
    overflow: auto;
    font-size: 16px !important;
}
select#limiter {
    background-color: transparent;
    padding: 5px;
    border-radius: 5px;
    border-color: #8395b6;
    color: #8395b6;
    margin-left: 10px;
    margin-right: 10px;
}
a.cn_add_inventory.cn_active_url {
    background-color: transparent;
}



.inventory_tab_sec_new{
    display: inline-flex;
    width: 100%;
    padding: 18px 18px 12px 18px;
    background-color: #445667;
    color: #fff;
    font-size: 18px;
}

.inventory_tab_sec_new h3{
    font-size: 18px;
    font-weight: 700;
    width: 42%;
}

.inventory_tab_sec_new .inventory_view{
    width:33%;
}

.inventory_tab_sec_new .cn_customizable_options.emptycoin{
    width:auto;
}


.inv_section_prd_items .inv-list thead{
    background-color: transparent;
    color: #8395b6;
    font-size: 16px;
}


.inv_section_prd_items .inv-list thead tr:last-child{
    background-color: #fff;
}

.inv-list tbody tr:nth-child(odd) {
    background-color: #f7f8fa;
}

.inv_section_prd_items .inv-list tbody tr:nth-child(odd){

}



@media only screen and (max-width: 1360px) {
    ul.prd_items li.prd_item {
        width: 33.33% !important;
    }
    ul.prd_items li.prd_item:nth-child(4n + 1) {
        padding-left: 10px !important;
    }
    ul.prd_items li.prd_item:nth-child(4n + 4) {
        padding-right: 10px !important;
    }
}
@media only screen and (max-width: 1200px) {
    ul.prd_items li.prd_item {
        width: 50% !important;
    }
}
@media only screen and (max-width: 1024px) {
    .columns .column.main {
        padding: 15px;
    }
}
@media only screen and (max-width: 992px) {
    .columns .column.main {
        width: calc(100% - 250px) !important;
        max-width: calc(100% - 250px) !important;
    }
}
@media only screen and (max-width: 768px) {
    main#maincontent .columns .column.main {
        width: 100% !important;
        max-width: 100% !important;
    }
}
@media only screen and (min-width: 480px) and (max-width: 575px) {
    ul.prd_items li.prd_item .cn_buttons {
        flex-wrap: wrap;
    }
    ul.prd_items li.prd_item span.cn_save_button {
        width: 100%;
        margin-top: 10px;
    }
}
@media only screen and (max-width: 480px) {
    ul.prd_items li.prd_item {
        width: 100% !important;
    }
    ul.prd_items li.prd_item .prd_item_inner a.cn_active_url {
        padding: 55px;
        display: inline-block;
    }
    ul.cn_hover_menu {
        right: 0;
        left: -70px !important;
    }
    ul.prd_items li.prd_item span.cn_save_button .cn_hover_menu::before {
        left: 90px;
    }
}
ul.prd_items li.prd_item .prd_item_inner a.cn_active_url {
    padding: 50px;
    display: block;
}
.prd_sell_section_inner {
    padding: 20px;
    border: 1px solid #ccdcf7;
    box-shadow: 0 8px 12px rgb(204 220 247 / 31%);
    width: 90%;
    margin-top: 30px;
    position: relative;
}
.prd_sell_section_inner .width_inner_sec {
    padding: 0 3px;
    padding-top: 0px;
}
.prd_sell_section_inner .inventory_form_inner {
    border-bottom: 0;
}
.prd_sell_section_inner input,
.prd_sell_section_inner select,
.prd_sell_section_inner textarea {
    width: 100%;
    padding: 5px 10px;
    border: 1px solid #8395b6;
    color: #000;
    margin-top: 15px;
    border-radius: 5px;
    max-width: 100%;
    resize: none;
    background-color: transparent;
}
.prd_sell_section_inner textarea:active,
.prd_sell_section_inner textarea:focus {
    outline: 0;
}
.prd_sell_section_inner input {
    padding: 1px 10px;
}
.prd_sell_section_inner input[type="textarea"] {
    height: 100px;
}
.cn_right_sec_box {
    width: 90%;
    float: right;
}
.cn_right_sec_box input.btn.btn_primary.add_now_btn {
    background-color: #cad5dd;
}
.cn_right_sec_box .prd_sell_section_inner {
    width: 100%;
    display: inline-block;
}
.wc_button_sectionwidthfull {
    display: inline-block;
    width: 100%;
    text-align: center;
}
.wc_button_sectionwidthfull input.btn.btn_primary.add_now_btn {
    max-width: 445px;
    margin: 20px auto;
}
.cn_right_sec_box .prd_sell_section_inner .width_inner_sec:first-child label {
    white-space: unset;
}
.different_edit_class .cn_right_sec_box {
    width: 80%;
    margin: 0 auto;
    padding: 0;
    margin-top: -60px;
    background-color: #fff;
    float: unset;
}
.different_edit_class .prd_sell_section_inner {
    margin-top: 0 !important;
}
.prd_trade > form.prd_trade_form > .prd_sell_section > .inventory_form_inner > .width_50:first-child {
    position: relative;
}
.prd_trade > form.prd_trade_form > .prd_sell_section > .inventory_form_inner > .width_50:first-child::after {
    display: block;
    content: "";
    width: 1px;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #f7f8fa;
    position: absolute;
}
.prd_trade > form.prd_trade_form > .prd_sell_section > .inventory_form_inner > .width_50:nth-child(2) {
    position: relative;
}
.prd_trade > form.prd_trade_form > .prd_sell_section > .inventory_form_inner > .width_50:nth-child(2)::after {
    display: block;
    content: "";
    width: 1px;
    left: -1px;
    top: 0;
    bottom: 0;
    background-color: #f7f8fa;
    position: absolute;
}
.trade_coin_delete {
    position: absolute;
    top: 20px;
    right: 20px;
}
.inventory_add_now_button input.btn.btn_primary.add_now_btn {
    margin: 10px 0;
}
.prd_trade_form {
    padding-bottom: 20px;
}
.width_50 {
    width: 50%;
    display: inline-block;
    float: left;
}
.width_full {
    width: 100%;
    display: inline-block;
    float: left;
}
.cn_title_2 {
    color: #8395b6;
    font-size: 17px;
    font-weight: 500;
    text-align: left;
}
.wc_table_section {
    padding-top: 40px;
}
.wc_table_section table {
    border-collapse: collapse;
    width: 90%;
}
.wc_table_section tr {
    border-top: 1px solid #edeef2;
    border-bottom: 1px solid #edeef2;
}
.wc_table_section table tr th {
    color: #8395b6;
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    padding: 10px 10px !important;
    vertical-align: middle;
}
.wc_table_section table tr td {
    color: #253545;
    font-size: 14px;
    font-weight: 400;
    text-align: right;
    padding: 10px 10px !important;
}
a.btn.btn_primary.add_coin_btn_popup {
    display: flex;
    width: 90%;
    background-color: #cad5dd;
    align-items: center;
    justify-content: center;
    padding: 10px 10px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 6px;
    overflow: hidden;
    margin-top: 30px;
}
@media only screen and (max-width: 1200px) {
    .width_increase .inventory_content_2 {
        left: calc(50% - (100vw / 2));
    }
    .cmn_class_input_type_buy {
        width: 25%;
        padding-top: 10px;
    }
    .inventory_form_inner {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
}
@media only screen and (max-width: 768px) {
    .cmn_class_input_type_buy {
        width: 33.33%;
    }
    .addcoin_content,
    .inventory_content,
    .inventory_content_2 {
        max-width: 575px;
        left: 0;
    }
    li.add_image figure img {
        padding: 20px;
    }
    .inventory_content .prd_tabs_details_div .inventory_add_now_button,
    .inventory_content .prd_tabs_details_div .inventory_price .inventory_form_inner,
    .inventory_content .prd_tabs_details_div .inventory_price .inventory_toggle_tab {
        width: 100%;
    }
    .inventory_unfixed_sec .width_25 {
        width: 50%;
    }
    .addcoin_content .addcoin_prd_tab_sections ul.addcoin_tabs_title li a {
        padding: 15px 10px;
    }
    .addcoin_content .addcoin_prd_tab_sections ul.addcoin_tabs_title {
        margin-left: 5px;
        margin-right: 5px;
    }
    




}
@media only screen and (max-width: 575px) {
    .addcoin_content,
    .inventory_content,
    .inventory_content_2 {
        left: calc(50% - (100vw / 2));
    }
    .prd_tabs_details_div_2 .inventory_form_inner {
        padding: 10px !important;
    }
    .prd_tabs_details_div_2 .inventory_form_inner .width_40 {
        padding-top: 10px;
    }
    .prd_tabs_details_div_2 .inventory_form_inner .width_25 {
        width: 50%;
        padding-top: 10px;
    }
    .addcoin_content .addcoin_prd_tab_sections {
        margin-left: 15px;
        margin-right: 15px;
    }
}
@media only screen and (max-width: 480px) {
    .cmn_class_input_type_buy {
        width: 50%;
    }
    li.add_image figure img {
        padding: 15px;
    }
    .inventory_content .prd_tab_sections {
        margin-left: 20px;
        margin-right: 20px;
    }
    .addcoin_content .addcoin_prd_tab_sections ul.addcoin_tabs_title li {
        width: calc(50% - 10px);
    }
    .inventory_content_2 .prd_tab_sections_2 ul.prd_tabs_title_2 li {
        width: calc(50% - 10px);
    }
    .inventory_content_2 .inventory_header_sec_2 .prd_name_sec_2 .inventory_image_2 {
        position: relative;
        text-align: center;
        top: 0;
        right: 0;
        left: 0;
    }
}
@media only screen and (max-width: 375px) {
    .delete_content {
        left: calc(50% - (100vw / 2));
    }
    .inventory_content .prd_tabs_details_div .inventory_price .inventory_toggle_tab {
        flex-wrap: wrap;
    }
    .inventory_content .prd_tabs_details_div .inventory_price .form_toggle_button {
        padding-top: 20px;
    }
    .inventory_form_inner {
        flex-wrap: wrap;
    }
    .inventory_form_inner .width_40 {
        width: 100%;
    }
    .inventory_content .prd_tab_sections ul.prd_tabs_title li {
        padding-left: 0;
        padding-right: 0;
    }
    .prd_tabs_details_div_2 .inventory_form_inner .width_25 {
        width: 100%;
        padding-top: 10px;
    }
    li.add_image figure img {
        padding: 10px;
    }
    .cmn_class_input_type_buy {
        width: 100%;
    }
}
@media only screen and (max-width: 374px) {
    .inventory_unfixed_sec .width_25 {
        width: 100%;
    }
    .addcoin_content .addcoin_prd_tab_sections ul.addcoin_tabs_title li {
        width: 100%;
    }
    .addcoin_pcgs_inner .pcgs_img figure {
        margin: 0;
        margin-top: 20px;
    }
    .addcoin_pcgs_inner input.btn.btn_primary.add_now_btn {
        margin: 0;
        margin-bottom: 10px;
    }
    .inventory_content_2 .prd_tab_sections_2 ul.prd_tabs_title_2 li {
        width: calc(100% - 10px);
    }
}
.inventory .inventory_page_tabs_sec .inventory_tabs_sec_inner_1 ul.inventory_tabs li {
    margin-bottom: 0;
}
.inv_section_prd_items {
    background-color: transparent;
    margin-top: 0;
}
a:hover {
    text-decoration: none;
}
li.item.current {
    background-color: rgba(0, 128, 0, 0.1);
}
.inv_section_prd_items table tbody tr {
    background-color: #fff;
}
.inv_section_prd_items table thead tr:nth-child(2) td:first-child {
    width: 160px;
}
span.cn_save_button {
    color: #5ba239;
}
.column.main.overview .cn_title h3 {
    font-size: 22px;
    color: #000;
    font-weight: 700;
    font-family: Roboto;
}
.overview .cn_recent_added_coins ul.prd_items li.prd_item span.cn_save_button .cn_hover_menu {
    padding: 0 !important;
    width: 170px;
}
.overview .cn_recent_added_coins ul.prd_items li.prd_item span.cn_save_button .cn_hover_menu::before {
    left: 30px !important;
}
.sections.nav-sections {
    margin-bottom: 0 !important;
}
.confirm .modal-inner-wrap {
    max-width: 370px;
}
.confirm .modal-inner-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}
.confirm .delete_popup_inner {
    width: 100%;
    padding-top: 30px;
}
button.btn.btn_primary.add_cancel_button {
    width: calc(50% - 7px) !important;
    display: inline-block;
    float: left;
    background-color: #cad5dd;
    font-weight: 700;
    color: #fff !important;
    border: none;
    font-family: Roboto;
    text-transform: capitalize;
    width: calc(100% - 14px);
    padding: 10px;
    border-radius: 5px;
    font-size: 16px;
    margin-left: 7px;
    margin-top: 20px;
}
button.btn.btn_primary.add_now_btn {
    background-color: #e3be17;
    font-weight: 700;
    color: #fff !important;
    border: none;
    font-family: Roboto;
    text-transform: capitalize;
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    font-size: 16px;
    margin: 20px 0;
    width: calc(50% - 7px) !important;
    display: inline-block;
    float: left;
    margin-right: 7px;
    margin-top: 20px;
}
footer.modal-footer {
    width: 80%;
    display: block;
    padding-top: 0 !important;
}
.delete_popup_inner p {
    font-size: 18px;
    line-height: 28px;
}
.delete_popup_inner {
    text-align: center;
}
div#buy-coin-form {
    float: unset;
    margin: 0 auto;
}
div#buy-coin-form .cn_title_2 {
    display: block;
    text-align: center;
}
.customer-account-login .column.main {
    margin: 0 auto !important;
}
.inventory_add_now_button input.btn.btn_primary.add_now_btn {
    margin: 10px 0;
}
.prd_trade_form {
    padding-bottom: 20px;
}
.width_50 {
    width: 50%;
    display: inline-block;
    float: left;
}
.width_full {
    width: 100%;
    display: inline-block;
    float: left;
}
.cn_title_2 {
    color: #8395b6;
    font-size: 17px;
    font-weight: 500;
    text-align: left;
}
.wc_table_section {
    padding-top: 40px;
}
.wc_table_section table {
    border-collapse: collapse;
    width: 90%;
}
.wc_table_section tr {
    border-top: 1px solid #edeef2;
    border-bottom: 1px solid #edeef2;
}
.wc_table_section table tr th {
    color: #8395b6;
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    padding: 10px 10px;
}
.wc_table_section table tr td {
    color: #253545;
    font-size: 14px;
    font-weight: 400;
    text-align: right;
}
a.btn.btn_primary.add_coin_btn_popup {
    display: flex;
    width: 90%;
    background-color: #cad5dd;
    align-items: center;
    justify-content: center;
    padding: 10px 10px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 6px;
    overflow: hidden;
    margin-top: 30px;
}
@media only screen and (max-width: 1200px) {
    .width_increase .inventory_content_2 {
        left: calc(50% - (100vw / 2));
    }
    .cmn_class_input_type_buy {
        width: 25%;
        padding-top: 10px;
    }
    .inventory_form_inner {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
}
@media only screen and (max-width: 768px) {
    .cmn_class_input_type_buy {
        width: 33.33%;
    }
    .addcoin_content,
    .inventory_content,
    .inventory_content_2 {
        max-width: 575px;
        left: calc(50% - 287px);
    }
    li.add_image figure img {
        padding: 20px;
    }
    .inventory_content .prd_tabs_details_div .inventory_add_now_button,
    .inventory_content .prd_tabs_details_div .inventory_price .inventory_form_inner,
    .inventory_content .prd_tabs_details_div .inventory_price .inventory_toggle_tab {
        width: 100%;
    }
    .inventory_unfixed_sec .width_25 {
        width: 50%;
    }
    .addcoin_content .addcoin_prd_tab_sections ul.addcoin_tabs_title li a {
        padding: 15px 10px;
    }
    .addcoin_content .addcoin_prd_tab_sections ul.addcoin_tabs_title {
        margin-left: 5px;
        margin-right: 5px;
    }
}
@media only screen and (max-width: 575px) {
    .addcoin_content,
    .inventory_content,
    .inventory_content_2 {
        left: calc(50% - (100vw / 2));
    }
    .prd_tabs_details_div_2 .inventory_form_inner {
        padding: 10px !important;
    }
    .prd_tabs_details_div_2 .inventory_form_inner .width_25 {
        width: 50%;
        padding-top: 10px;
    }
    .addcoin_content .addcoin_prd_tab_sections {
        margin-left: 15px;
        margin-right: 15px;
    }
}
@media only screen and (max-width: 480px) {
    .cmn_class_input_type_buy {
        width: 50%;
    }
    li.add_image figure img {
        padding: 15px;
    }
    .inventory_content .prd_tab_sections {
        margin-left: 20px;
        margin-right: 20px;
    }
    .addcoin_content .addcoin_prd_tab_sections ul.addcoin_tabs_title li {
        width: calc(50% - 10px);
    }
    .inventory_content_2 .prd_tab_sections_2 ul.prd_tabs_title_2 li {
        width: calc(50% - 10px);
    }
    .inventory_content_2 .inventory_header_sec_2 .prd_name_sec_2 .inventory_image_2 {
        position: relative;
        text-align: center;
        top: 0;
        right: 0;
        left: 0;
    }
}
@media only screen and (max-width: 375px) {
    .delete_content {
        left: calc(50% - (100vw / 2));
    }
    .inventory_content .prd_tabs_details_div .inventory_price .inventory_toggle_tab {
        flex-wrap: wrap;
    }
    .inventory_content .prd_tabs_details_div .inventory_price .form_toggle_button {
        padding-top: 20px;
    }
    .inventory_form_inner {
        flex-wrap: wrap;
    }
    .inventory_form_inner .width_40 {
        width: 100%;
    }
    .inventory_content .prd_tab_sections ul.prd_tabs_title li {
        padding-left: 0;
        padding-right: 0;
    }
    .prd_tabs_details_div_2 .inventory_form_inner .width_25 {
        width: 100%;
        padding-top: 10px;
    }
    li.add_image figure img {
        padding: 10px;
    }
    .cmn_class_input_type_buy {
        width: 100%;
    }
}
@media only screen and (max-width: 374px) {
    .inventory_unfixed_sec .width_25 {
        width: 100%;
    }
    .addcoin_content .addcoin_prd_tab_sections ul.addcoin_tabs_title li {
        width: 100%;
    }
    .addcoin_pcgs_inner .pcgs_img figure {
        margin: 0;
        margin-top: 20px;
    }
    .addcoin_pcgs_inner input.btn.btn_primary.add_now_btn {
        margin: 0;
        margin-bottom: 10px;
    }
    .inventory_content_2 .prd_tab_sections_2 ul.prd_tabs_title_2 li {
        width: calc(100% - 10px);
    }
}
.modal-popup.modal-slide .modal-inner-wrap[class] {
    background-color: transparent !important;
}
.cms-home .column.main,
.customer-account-login .column.main {
    margin: 0 auto !important;
    display: inline-block !important;
    max-width: 100% !important;
    width: 100% !important;
}
.cms-home .logo-moved1 {
    display: block;
    opacity: 0;
    position: unset;
    padding: 0 !important;
}
.page-header .header.panel {
    max-width: 100% !important;
}
.account-logoff-link,
.account-logon-link {
    position: unset !important;
    width: auto !important;
}
.inventory_content_2.edit_popup_buyselltrade .inventory_header_sec_2 .prd_name_sec_2 {
    padding-bottom: 70px;
}
.prd_sell_section_inner.prd_sell_section_inner_buyselltrade {
    margin: 0 auto;
    margin-top: -50px;
    background-color: #fff;
}
.modal-inner-wrap {
    position: fixed !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    top: 0 !important;
    padding: 0;
    margin: 0 auto !important;
    max-height: 100% !important;
    max-width: 100% !important;
    box-shadow: unset !important;
}
@media only screen and (max-width: 767px) {
    form.prd_trade_form .width_50 {
        width: 100%;
    }
    form.prd_trade_form .wc_table_section table {
        width: 100%;
    }
    form.prd_trade_form .cn_right_sec_box {
        width: 100%;
        padding-top: 20px;
    }
}
.modal-popup.modal-slide.add-set-popup .modal-inner-wrap[class] {
    background-color: #fff !important;
    padding: 0 0px;
}
.modal-popup.modal-slide.add-set-popup header.modal-header {
    background-color: transparent;
}
div#popup-add-item-coin-inner h2 {
    margin-top: 0;
    margin-bottom: 0;
    padding: 18px 18px 25px 18px;
    color: #000;
    font-size: 26px;
    font-weight: 700;
}
div#popup-add-item-coin-inner table tr th {
    background-color: #f7f8fa;
    padding: 0 !important;
}
div#popup-add-item-coin-inner table tr td {
    padding: 8px 10px !important;
    vertical-align: middle;
}
a.btn.cn_customize_btn.cn_common_btn_class,
a.btn.cn_select_all_btn.cn_common_btn_class {
    background-color: #445667;
    color: #fff;
    padding: 5px 5px !important;
    border-radius: 6px;
    display: inline-block;
}
div#popup-add-item-coin-inner table tr td input.inventory-input.input_field {
    font-size: 12px !important;
    line-height: 33px !important;
    border-radius: 5px !important;
    border: 1px solid #8395b6 !important;
    margin-top: 0px !important;
    width: 100% !important;
    padding: 0 10px !important;
}
div#popup-add-item-coin-inner table tr td:first-child {
    min-width: 140px;
    text-align: center;
}
a.btn.cn_select_all_btn.cn_common_btn_class {
    margin-top: 0;
}
div#popup-add-item-coin-inner table tr td input.inventory-input.input_field:focus {
    outline: 0;
    box-shadow: unset;
    border: unset;
}
div#popup-add-item-coin-inner table tr th h3 {
    background-color: #f7f8fa;
    padding: 10px 8px;
    color: #8395b6;
    text-align: left;
    white-space: nowrap;
    border-bottom: 1px solid #ddd;
    font-size: 16px;
}
.add-set-popup .modal-inner-wrap {
    top: 5% !important;
    bottom: 5% !important;
    border-radius: 5px;
}
.add-set-popup footer.modal-footer {
    width: 100%;
}
.deletepopup .modal-inner-wrap {
    top: 10% !important;
    bottom: auto !important;
    width: 400px;
    left: calc(50% - 200px);
    right: auto;
    padding: 20px;
    border-radius: 10px;
}
footer.modal-footer {
    width: 100%;
    margin-top: 0 !important;
}
footer.modal-footer {
    padding-bottom: 0 !important;
}
.inventory_fixed_unfixed_sec .inventory_above_button_class {
    padding: 0 15px;
}
input#coin_purchase_date,
input#purchase_date {
    background-color: transparent;
}
input#coin_purchase_date {
    height: 32px;
}
select.input_edit {
    background-image: url(../images/Path.png);
    background-repeat: no-repeat;
    background-position: 92% center;
    padding-right: 20px !important;
    -moz-appearance: none;
    -webkit-appearance: none;
}
@media only screen and (max-width: 767px) {
    .cms-home .header_last_content {
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
        min-width: 100% !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }
    .cms-home .account-logon-link {
        position: unset !important;
    }
    .cms-home .view-charts.trigger-kitco-charts-popup {
        position: unset !important;
        padding-right: 10px;
    }
    .cms-home header .account-logoff-link a,
    .cms-home header .account-logon-link a {
        position: unset !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: 100% !important;
    }
}
@media only screen and (max-width: 480px) {
    .inventory_content_2 .prd_tab_sections_2 ul.prd_tabs_title_2 li {
        width: auto;
    }
    .inventory_content_2 .prd_tab_sections_2 ul.prd_tabs_title_2 li a {
        padding: 15px 5px;
    }
}
.modal-edit .modal-inner-wrap {
    width: 100% !important;
}
.modal-slide.modal-edit  .modal-header, 
.modal-slide.modal-edit  .modal-content, 
.modal-slide.modal-edit  .modal-footer{
    padding: 0;
}

.add-set-popup footer.modal-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}
.add-set-popup button.continue-add-manually {
    background-color: #445667;
    color: #fff;
    padding: 10px 30px;
    margin-right: 5px;
    border-radius: 5px;
    border: unset;
    outline: unset;
    margin: 0px;
}
.add-set-popup button.continue-add-coin {
    background-color: #445667;
    color: #fff;
    padding: 10px 30px;
    margin-left: 5px;
    border-radius: 5px;
    border: unset;
    outline: unset;
}

@media only screen and (max-width: 480px) {
    .add-set-popup button.continue-add-coin,
    .add-set-popup button.continue-add-manually {
        padding: 10px 15px;
    }
}
.thumb-images li {
    position: relative;
}
.cvf_delete_image {
    position: absolute;
    top: 1px;
    right: 1px;
    background: #e6e6e6;
    height: 18px;
    padding: 0;
    line-height: 20px;
    width: 17px;
    text-align: center;
    font-weight: 600;
    color: #222;
    border-radius: 0 4px 0 0;
}
.cvf_uploaded_files p {
    font-size: 9px;
    padding: 0;
    color: red;
    font-weight: 700;
    padding: 0 !important;
    margin: 0;
}
.coinMessage {
    display: flex;
    align-items: center;
    padding: 0 40px;
}
.coinMessage p {
    flex: 0 0 76%;
    max-width: 76%;
    text-align: center !important;
    margin: 0;
}
.coinMessage .add_now_btn {
    flex: 0 0 24%;
    max-width: 24%;
}
.sell1,
.sell2,
.sell3 {
    display: inline-block;
    width: 100%;
}
.form_buttons_input .add_coin_btn {
    margin: 20px auto 20px;
    float: none;
    display: block;
}
.sell3 .sell_delete {
    position: absolute;
    right: 90px;
}
.width_70 {
    width: 70%;
    display: inline-block;
    float: left;
    padding: 0 3px;
}
.width_25 {
    width: 25%;
    display: inline-block;
    float: left;
    padding: 0 3px;
}
.coinpricing .width_25 {
    width: 23%;
    display: inline-block;
    float: left;
    padding: 0 3px;
}
.coinpricing .width_25:last-child {
    width: 31%;
    margin: 0;
}
.width_14 {
    width: 14%;
    display: inline-block;
    float: left;
    padding: 0 3px;
}
.sell3 .cmn_class_input_type_buy {
    padding: 0 16px 0 3px;
}
.width_28 {
    width: 28%;
    display: inline-block;
    float: left;
    padding: 0 3px;
}
.width_30 {
    width: 30%;
    display: inline-block;
    float: left;
    padding: 0 3px;
}
.width_33 {
    width: 33.3%;
    display: inline-block;
    float: left;
    padding: 0 3px;
    margin: 5px 0 0 0;
}
.width_100 {
    width: 100%;
    display: inline-block;
    float: left;
    padding: 0 3px;
    margin: 5px 0 0 0;
}
.page.messages {
    width: calc(100% - 270px) !important;
    max-width: calc(100% - 270px) !important;
    margin: 0 !important;
    padding: 20px 0 0 20px;
    margin-left: auto !important;
    margin-right: 0 !important;
}
.message-wrapper {
    border: 1px solid #ccdcf7;
    padding: 30px;
}
.message-redirect {
    text-align: center;
    font-size: 18px;
}
.message-content {
    color: #00b316;
    font-size: 18px;
    text-align: center;
    padding-bottom: 15px;
}
.cms-user-agreement .page.messages,
.customer-account-create .page.messages,
.customer-account-forgotpassword .page.messages {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 20px 0 0 20px;
    margin-left: auto !important;
    margin-right: 0 !important;
}

.customer-account-createpassword .form.password.reset {
    min-width: 100%;
    width: 100%;
}
.customer-account-createpassword .password-forget-center {
    margin: 0 auto;
    width: 600px;
    height: 295px;
    box-shadow: 0 0 12px #9e9e9e;
    padding: 36px 50px 52px;
}
.customer-account-createpassword button.action.submit.primary {
    background-image: none !important;
    background: #d8b414 !important;
    border: 0 solid #000!important;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    padding: 2px 5px;
    font-size: 18px;
    box-sizing: border-box;
    vertical-align: middle;
    margin: 0;
    width: 65%;
    height: 57px;
    line-height: 57px;
    transition: .3s all ease-out;
    float: right;
}
.customer-account-createpassword .fieldset>.field:not(.choice)>.label {
    width: 35%;
}
.customer-account-createpassword .fieldset>.field:not(.choice)>.control {
    width: 65%;
}









.customer-account-createpassword .columns .column.main,
.cms-user-agreement .columns .column.main,
.customer-account-create .columns .column.main,
.customer-account-forgotpassword .columns .column.main {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 20px;
    margin-left: 0 !important;
    margin-right: 0 !important;
    min-height: 400px;
}
.o-banner-container::after,
.o-banner-container::before {
    content: "";
    display: block;
    clear: both;
}
.c-registerleftarea {
    min-height: 640px;
    position: relative;
    padding: 0;
}
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9 {
    float: left;
}
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9 {
    float: left;
}
.o-banner-container .col-md-7 {
    width: 58.33333333%;
}
.o-register-left-content h2 {
    font-size: 28px;
    line-height: 25px;
    color: #333;
    font-weight: 500;
    margin: 0 0 20px;
    text-transform: uppercase;
    font-family: Roboto, sans-serif;
}
.o-register-left-content ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.o-register-left-content li {
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
    position: relative;
    padding-left: 36px;
    margin-bottom: 20px;
}
.o-register-left-content li::before {
    position: absolute;
    content: "";
    top: 2px;
    left: 0;
    display: block;
    width: 27px;
    height: 25px;
    background: url(../images/checkicon.png) no-repeat;
}
.u-banner-text-second {
    margin: 30px 0 0;
}
.logo-moved {
    margin-bottom: 40px;
    display: block;
    text-align: center;
}
ul.text-credited-business {
    display: block;
    margin: 20px auto 0;
    padding: 0;
    width: auto;
    text-align: left;
}
ul.text-credited-business li {
    display: inline-block;
    margin: 0 10px 0 0;
    padding-left: 0;
    font-size: 12px;
    text-align: center;
    font-weight: 700;
    height: 80px;
    position: relative;
    line-height: 30px;
}
ul.text-credited-business li::before {
    display: none;
}
ul.text-credited-business img {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}
ul.text-credited-business li.accredited {
    width: 150px !important;
}
ul.text-credited-business li.accredited2 {
    width: 78px !important;
}
ul.text-credited-business li.accredited3 {
    width: 120px !important;
}
ul.text-credited-business li.accredited2 {
    width: 78px !important;
}
ul.text-credited-business li.accredited4 {
    width: 150px !important;
    margin-right: 0;
}
.o-banner-container .col-md-5 {
    width: 41.66666667%;
}
.c-registerrightarea {
    text-align: center;
    padding: 40px 60px 66px;
    margin-right: 0;
    box-shadow: 0 0 12px #9e9e9e;
    min-height: 640px;
    background: #fff;
    margin-bottom: 20px;
}
.c-registerrightarea h2 {
    text-align: center;
    text-transform: capitalize;
    font-size: 24px;
    line-height: 44px;
    font-weight: 700;
    font-family: Roboto, sans-serif;
    margin-top: 0;
    padding: 0 30px;
}
.c-registerrightarea .fieldset {
    margin: 0 0 0 !important;
}
.c-registerrightarea .actions-toolbar {
    margin-left: 0 !important;
}
.c-registerrightarea .fieldset > .field {
    box-sizing: border-box;
    margin: 0 0 10px !important;
}
.c-registerrightarea .fieldset > .field:after,
.c-registerrightarea .fieldset > .field:before {
    content: "";
    display: table;
}
.c-registerrightarea .fieldset > .field:after {
    clear: both;
}
.c-registerrightarea .fieldset > .field:not(.choice) > .control {
    width: 100% !important;
}
.c-registerrightarea input[type="datetime"],
.c-registerrightarea input[type="email"],
.c-registerrightarea input[type="number"],
.c-registerrightarea input[type="password"],
.c-registerrightarea input[type="search"],
.c-registerrightarea input[type="tel"],
.c-registerrightarea input[type="text"],
.c-registerrightarea input[type="url"] {
    border: 1px solid #000 !important;
    height: 36px !important;
    color: #000 !important;
    background: #fff;
    background-clip: padding-box;
    border-radius: 1px;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    height: 32px;
    line-height: 1.42857143;
    padding: 0 9px;
    vertical-align: baseline;
    width: 100%;
    box-sizing: border-box;
}
.c-registerrightarea input::-webkit-input-placeholder {
    color: #000;
    font-weight: 600;
}
.c-registerrightarea input::-moz-placeholder {
    color: #000;
    font-weight: 600;
}
.c-registerrightarea input:-ms-input-placeholder {
    color: #000;
    font-weight: 600;
}
.c-registerrightarea input:-moz-placeholder {
    color: #000;
    font-weight: 600;
}
.o-banner-container .register-msg {
    text-align: left;
    color: #8e8e8e;
    display: inline-block;
    padding: 5px 45px 2px 0;
    position: relative;
}
.o-banner-container span.note-msg {
    margin-left: 42px;
    display: inline-block;
    margin-top: 0;
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 500px;
    font-size: 14px;
}
.o-banner-container .mage-error {
    text-align: left;
    color: red !important;
    margin-top: 0;
    margin-right: 22px;
    clear: both;
}
.tem-and-cond-account input[type="checkbox"] {
    width: 16px;
    height: 16px;
    float: left;
    margin: 2px 10px 0 0;
    -webkit-appearance: checkbox !important;
}
.tem-and-cond-account label {
    float: left;
    font-weight: 400;
}
.c-registerrightarea .tem-and-cond-account {
    padding-bottom: 20px;
    display: inline-block;
    width: 100%;
}
span.tem-and-cond-account input {
    width: 20px;
    height: 20px;
    float: left;
}
.o-register-uparea #custom-terms-error {
    padding: 0 1px 0 !important;
    margin: 0 0 10px 30px !important;
    text-align: left;
}
.o-register-uparea .actions-toolbar {
    margin-left: 0 !important;
}
.u-creatBtn {
    background-image: none;
    background: #d8b414;
    border: 0 solid #000;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    padding: 2px 5px;
    font-size: 18px;
    box-sizing: border-box;
    vertical-align: middle;
    margin: 0;
    width: 100%;
    height: 57px;
    line-height: 57px;
    transition: 0.3s all ease-out;
}
.u-creatBtn:hover {
    background-image: none;
    background: #d8b414;
    border: 0 solid #000;
    color: #000;
}
.c-registerrightarea .actions-toolbar .primary {
    width: 100%;
    float: none;
}
.password-forget-center {
    margin: 0 auto;
    width: 578px;
    height: 295px;
    box-shadow: 0 0 12px #9e9e9e;
    padding: 36px 74px 52px;
    background: #fff;
}
.password-forget-center .note {
    font-size: 24px;
    text-align: center;
    line-height: 28px;
    margin-bottom: 30px;
}
.o-password-forgetbottomarea {
    margin: 0 44px;
    text-align: center;
}
.o-password-forgetbottomarea fieldset {
    margin: 0 0 18px !important;
    text-align: center;
}
.o-password-forgetbottomarea input[type="email"] {
    border: 1px solid #000 !important;
    height: 36px;
    color: #000 !important;
    background: #fff;
    background-clip: padding-box;
    border-radius: 1px;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    height: 32px;
    line-height: 1.42857143;
    padding: 0 9px;
    vertical-align: baseline;
    width: 100%;
    box-sizing: border-box;
}
.o-password-forgetbottomarea input::-webkit-input-placeholder {
    color: #000;
    font-weight: 600;
}
.o-password-forgetbottomarea input::-moz-placeholder {
    color: #000;
    font-weight: 600;
}
.o-password-forgetbottomarea input:-ms-input-placeholder {
    color: #000;
    font-weight: 600;
}
.o-password-forgetbottomarea input:-moz-placeholder {
    color: #000;
    font-weight: 600;
}
.password-forget-center .actions-toolbar {
    margin-left: 0 !important;
}
.password-forget-center .actions-toolbar .primary {
    display: block !important;
    float: none;
}
.cms-user-agreement .breadcrumbs {
    display: none;
}
.cms-user-agreement .cms-content p {
    font-size: 16px;
    line-height: 24px;
    color: #4f4d4d;
    font-weight: 300;
    margin: 0 0 20px;
}
.statement .statement_tab table tr td.change_down,
.statement .statement_tab table tr th.change_down {
    color: red;
}
.statement .statement_tab table tr td.change_down span,
.statement .statement_tab table tr th.change_down span {
    padding-left: 20px;
    position: relative;
}
.statement .statement_tab table tr td.change_down span::after,
.statement .statement_tab table tr th.change_down span::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    bottom: 0;
    display: block;
    content: "";
    background-image: url(../images/down-arrow.png) !important;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.statement .statement_tab table tr td.change_up,
.statement .statement_tab table tr th.change_up {
    color: green;
}
.statement .statement_tab table tr td.change_up span,
.statement .statement_tab table tr th.change_up span {
    padding-left: 20px;
    position: relative;
}
.statement .statement_tab table tr td.change_up span::after,
.statement .statement_tab table tr th.change_up span::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    bottom: 0;
    display: block;
    content: "";
    background-image: url(../images/up-arrow.png) !important;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.statement .statement_tab table tr td.change_no span,
.statement .statement_tab table tr th.change_no span {
    padding-left: 20px;
    position: relative;
}
.statement .statement_tab table tr td.change_no span,
.statement .statement_tab table tr th.change_no span {
    padding-left: 20px;
    position: relative;
}
.my-favorite-white {
    background-image: url(../images/coinfavoritenor.png);
    width: 18px;
    height: 18px;
    background-size: 18px;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 13px;
}
.my-favorite-red {
    background-image: url(../images/coinfavorite.png);
    width: 18px;
    height: 18px;
    background-size: 18px;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 13px;
}
li.add_image {
    text-align: center;
}
.add_image svg {
    width: 50px;
}
.add_image svg path {
    fill: #7d96c2;
}
.add_image a {
    color: #000;
    text-align: center;
}
.add_image h5 {
    margin: 0;
}
select {
    color: #000 !important;
}
.buy-sell-trade-wrapper .form_buttons_input {
    display: flex;
}
.cmn_class_input_type_buy a figure {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 62px;
    height: 100%;
    border: 1px solid red;
    border-radius: 4px;
    color: red;
}
.buy-sell-trade-wrapper .sell1 {
    display: flex;
    margin-bottom: 0px;
    align-items: flex-start;
}
.buy-sell-trade-wrapper .width_02 {
    width: 70px;
}
.buy-sell-trade-wrapper .form_buttons_input {
    display: flex;
    align-items: center;
    justify-content: center;
}
.inventory .inventory_view {
    display: flex !important;
    align-items: center;
}
.inventory .inventory_view img {
    margin: 0 5px;
}
.inventory .inventory_view a {
    display: flex !important;
    align-items: center;
}
.customer-coinsets-index .inventory_view {
    display: flex !important;
    align-items: center;
}
.customer-coinsets-index .inventory_view img {
    margin: 0 5px;
}
.customer-coinsets-index .inventory_view a {
    display: flex !important;
    align-items: center;
    padding-right: 3px; 
}
a.buyselltradeBtn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 20px;
    background-color: #e3be17;
    color: #fff;
    font-weight: 700;
    margin: 5px 10px 0 20px;
    border-radius: 5px;
    height: 39px;
    line-height: 39px;
    box-sizing: border-box;
}
.form-address-edit {
    padding: 20px 200px 20px 100px;
}
.form-address-edit .fieldset {
    border: 0;
    margin: 0 0 0;
}
.form-address-edit .fieldset > .field {
    box-sizing: border-box;
    margin: 0 0 30px;
    display: flex;
    align-items: center;
}
.form-address-edit .fieldset > .field .control {
    padding-top: 0;
    padding-bottom: 0;
}
.form-address-edit .fieldset > .field .control .input-text {
    margin-top: 0;
    margin-bottom: 0;
    width: 100% !important;
}
.form-address-edit .fieldset > .field .field.additional {
    margin-top: 0;
    margin-left: 15px;
}
.form-address-edit .fieldset > .field .control input,
.form-address-edit .fieldset > .field .control select {
    border: 1px solid #8395b6 !important;
    border-radius: 5px;
    color: #8395b6;
    opacity: 1;
}
.form-address-edit .actions-toolbar {
    margin-top: 10px;
    width: 100%;
    margin: 0 !important;
    text-align: center;
    float: left;
    margin-left: 0 !important;
    padding: 0 0 0 260px;
    position: relative;
}
.form-address-edit .actions-toolbar a.btn.go_back_btn {
    right: 0;
    top: 0;
}
.form-address-edit .fieldset > .field .control input,
.form-address-edit .fieldset > .field .control select {
    color: #000 !important;
}
.customer-address-form .columns .column.main {
    padding: 0 !important;
}
.my_coin_sets_inner .header-title {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.my_coin_sets_inner .header-title h1 {
    margin-bottom: 0 !important;
    margin-right: 30px;
}
.my_coin_sets_inner .btn.btn--custom {
    background-image: none;
    background: #e3be17;
    border: 1px solid #e3be17;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    padding: 7px 15px;
    font-size: 1.4rem;
    box-sizing: border-box;
    vertical-align: middle;
    text-align: center;
    margin-right: 15px;
}
.action.primary {
    background-image: none;
    background: #e3be17 !important;
    border: 1px solid #e3be17 !important;
}
.continue-addcoin-step2:hover {
    background-image: none;
    background: #e3be17 !important;
    border: 1px solid #e3be17 !important;
    color: #fff;
}
.form-address-edit .fieldset > .field .control .input-text::-webkit-input-placeholder {
    color: #000 !important;
    font-size: 17px;
    opacity: 1;
}
.form-address-edit .fieldset > .field .control .input-text::-moz-placeholder {
    color: #000 !important;
    font-size: 17px;
    opacity: 1;
}
.form-address-edit .fieldset > .field .control .input-text::-ms-input-placeholder {
    color: #000 !important;
    font-size: 17px;
    opacity: 1;
}
.add-set-popup.add-set-wrapper.modal-popup .modal-header {
    position: relative;
    right: 0;
    width: auto;
    text-align: left;
    top: 0;
    display: block;
    padding: 10px;
}
.add-set-popup.add-set-wrapper .modal-inner-wrap {
    max-height: 350px !important;
}
.add-set-popup.add-set-wrapper .action-close {
    padding: 0 !important;
}
#popup-modal-custom-set {
    margin-top: 70px !important;
}
.add-set-popup.add-set-wrapper .modal-inner-wrap {
    max-width: 600px !important;
}
.my_account_personal_info_sec h4 {
    padding-bottom: 10px !important;
}
.cn_slider_types ul li.active-slides {
    box-sizing: border-box;
    box-shadow: inset 0 0 0 2px #1979c3;
}
.cn_slider_types .my_sets_item_title span {
    width: 100%;
    line-height: 18px;
    color: #8395b6;
    font-family: Roboto;
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    padding: 0 3px;
}
.cn_slider_types ul {
    margin: 0 55px;
    padding: 0;
}
.cn_slider_types .my_sets_item_img figure img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: 50px;
    margin: auto;
}
.cn_slider_types button.slick-prev.slick-arrow {
    width: 50px;
    height: 50px;
    padding: 0;
    border: 0;
    position: absolute;
    background: url(../images/leftarrow.png) no-repeat 0 0;
    background-size: 50px;
    z-index: 9;
    font-size: 0;
    top: 30px;
    left: -54px;
    box-shadow: none;
}
.cn_slider_types button.slick-next.slick-arrow {
    width: 50px;
    height: 50px;
    padding: 0;
    border: 0;
    position: absolute;
    background: url(../images/rightarrow.png) no-repeat 0 0;
    background-size: 50px;
    z-index: 9;
    font-size: 0;
    top: 30px;
    right: -54px;
    box-shadow: none;
}
.magnifier-lens img {
    max-width: inherit !important;
    max-height: inherit !important;
    width: auto !important;
}
.popup-authentication header.modal-header {
    display: block;
}
.popup-authentication button.action-close:before {
    color: #000 !important;
    font-size: 40px;
    font-weight: 600;
        width: 52px;
    height: 52px;
}
.popup-authentication button {
    padding: 0 !important;
    background: #000 !important;
    width: 52px;
    height: 52px;
    text-align: center;
    margin: 53px 69px 0 0 !important;
}
span.cn_save_button {
    cursor: pointer;
}

a.cn_add_inventory.cn_inventory_button {
    width: 160px !important;
    margin-left: 10px;
    font-size: 14px;
    padding-left: 10px;
}



input.input_edit.input_disable {
    outline: 0;
    box-shadow: none;
    color: #000 !important;
    cursor: default;
}
.inventory .inv_pag_upper .inventory_view {
    display: none !important;
}
.inv-list input.inventory-input.input_field {
    display: block;
    margin: 5px 0;
}
.inv_section_prd_items form {
    overflow-x: initial;
    border-radius: 6px;
}
.inv-list tbody tr td {
    padding: 15px 7px !important;
}
.inv-list tr td:nth-child(4),
.inv-list tr th:nth-child(4) {
    max-width: 120px;
    width: 120px;
}
.inv-list tr td:nth-child(5),
.inv-list tr th:nth-child(5) {
    max-width: 100px;
    width: 100px;
    display: block;
}
.width_16 {
    width: 16.6%;
    display: inline-block;
    float: left;
    padding: 0 3px;
    margin: 5px 0 0 0;
}
.input-price-icon {
    position: relative;
}
.input-price-icon::before {
    position: absolute;
    bottom: 19px;
    left: 7px;
    content: "$";
    font-size: 12px;
    color: #000;
    z-index: 9;
}
.input-price-icon input {
    padding: 0 15px !important;
}
.inventory_form_inner input[type="text"], 
.inventory_form_inner select {
    margin-top: 0px;
    font-size: 12px;
    line-height: 33px;
    border-radius: 5px;
    border: 1px solid #8395b6;
    width: 100%;
}



.set-as-default {
    display: flex;
    align-items: center;
}
.set-as-default label {
    font-size: 12px;
}
.set-as-default input[type="radio"] {
    -webkit-appearance: none;
    width: 12px;
    height: 12px;
    border-radius: 0;
    outline: 0;
    box-shadow: 0 0 0 2px #ccc;
    position: relative;
        margin-bottom: 3px !important;
}
.set-as-default input[type="radio"]:before {
    content: "";
    display: block;
    -webkit-appearance: none;
    width: 12px;
    height: 12px;
    border-radius: 0;
    outline: 0;
    box-shadow: 0 0 0 1px #ccc;
}
.set-as-default input[type="radio"]:checked:before {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 0;
    box-shadow: 0 0 0 1px #8395b6;
}
.set-as-default input[type="radio"]:after {
    content: "";
    display: block;
    width: 6px;
    height: 10px;
    margin: -4px;
    transform: rotate(45deg);
    position: absolute;
    top: 5px;
    left: 9px;
}
.set-as-default input[type="radio"]:checked:after {
    content: "";
    display: block;
    width: 5px;
    height: 9px;
    margin: -5px 0 0 -5px;
    transform: rotate(45deg);
    border-bottom: 2px solid #8395b6;
    border-right: 2px solid #8395b6;
}
.form-address-edit a.btn.btn_primary.go_back_btn {
    background-image: none;
    background: #e3be17;
    border: 1px solid #e3be17;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 1.4rem;
    box-sizing: border-box;
    vertical-align: middle;
    padding: 0px 15px;
    border-radius: 5px;
    line-height: 40px;
    height: 40px;
}
.form-edit-account .actions-toolbar button.btn.btn_primary.add_now_btn {
    width: 120px !important;
    text-align: center;
    margin: 0;
    height: 40px;
    padding: 0;
    line-height: 40px;
}
.form-edit-account .actions-toolbar {
    width: 100%;
    padding: 0px 200px 0px 360px;
}
.form-edit-account a.btn.btn_primary.go_back_btn {
    background-color: #e3be17;
    font-weight: 700;
    color: #fff !important;
    border: none;
    font-family: Roboto;
    text-transform: capitalize;
    width: 120px;
    border-radius: 5px;
    font-size: 16px;
    margin: 0 !important;
    display: inline-block;
    margin-right: 0;
    height: 40px;
    padding: 0;
    line-height: 40px;
}
table.coinset-list {
    white-space: nowrap;
    border-collapse: collapse;
}
table.coinset-list thead {
    background-color: #445667;
    color: #fff;
    border-radius: 5px;
}
table.coinset-list thead th {
    background: #445667 !important;
}
table.coinset-list td,
table.coinset-list th {
    padding: 15px 7px !important;
    text-align: left;
    vertical-align: top;
}
table.coinset-list thead tr:last-child {
    background-color: #f7f8fa;
}
table.coinset-list tbody tr {
    background-color: #fff;
}
table.coinset-list tbody tr td {
    padding: 15px 7px !important;
}
table.coinset-list .cn_save_checkbox {
    white-space: nowrap;
}
table.coinset-list .cn_save_button_section {
    position: relative;
    display: inline-block;
    margin-left: 30px;
}
table.coinset-list span.cn_save_button {
    cursor: pointer;
    padding-right: 20px;
    line-height: 20px;
    color: #5ba239;
}
table.coinset-list span.cn_save_button::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 20px;
    display: block;
    content: "";
    background-image: url(../images/Path.png);
    background-repeat: no-repeat;
    background-position: center;
}
table.coinset-list span.cn_save_button:hover::after {
    transform: rotate(180deg);
}
table.coinset-list .cn_set_product_lists {
    overflow-x: auto;
    border-radius: 6px;
}
table.coinset-list ul.cn_hover_menu.cn_hover_menu_list {
    display: none;
    position: absolute;
    top: calc(100% - 90px);
    right: -135px;
    background-color: #fff;
    border: 2px solid #e3be17;
    border-radius: 5px;
    padding-left: 0;
    color: #000;
    margin-top: 6px;
    padding: 0 !important;
    list-style: none;
}
table.coinset-list ul.cn_hover_menu.cn_hover_menu_list li {
    display: block;
    border-bottom: 1px solid #e3be17;
    text-align: left;
    padding: 12px 15px;
    margin-bottom: 0;
    margin-top: 0;
    list-style: none;
}
table.coinset-list ul.cn_hover_menu.cn_hover_menu_list::before {
    content: "";
    position: absolute;
    top: 60px;
    left: -12px;
    margin-left: -10px;
    border-width: 10px;
    border-style: solid;
    border-color: #e3be17 transparent transparent transparent;
    transform: rotate(90deg);
}
.cn_set_product_lists {
    margin-top: 20px;
    border-radius: 6px;
}
.cn_coinset_action {
    position: relative;
}
a.action.order-action.sort-asc:before {
    transform: rotate(180deg);
}
.inv_pag_upper .toolbar-sorter.sorter {
    display: none;
}
.statement_inner {
    min-height: auto;
}
.statements {
    position: relative;
    overflow: inherit !important;
}
.statements .cn_customizable_options {
    float: right;
    position: relative;
}
.statements a.cn_customizable {
    padding: 0 20px;
    background-color: #e3be17;
    color: #fff;
    font-weight: 700;
    margin: 0 0 0 5px;
    border-radius: 5px;
    height: 39px;
    width: 180px;
    text-align: center;
    line-height: 39px;
    float: right;
}
.statement_fixed_price_tab {
    overflow-x: auto;
    margin-top: 0;
    width: 100%;
}
.statements .cn_customizable_options_inner {
    display: none;
    margin: 5px;
    background-color: #fff;
    border-radius: 5px;
    border: 2px solid #e3be17;
    position: absolute;
    width: 180px;
    right: 0;
    top: 50px;
    z-index: 99;
}
.statements .cn_customizable_options_inner::before {
    content: "";
    position: absolute;
    top: -20px;
    left: 50%;
    margin-left: -10px;
    border-width: 10px;
    border-style: solid;
    border-color: #e3be17 transparent transparent transparent;
    transform: rotate(180deg);
}
.statements .cn_customizable_ul li {
    display: block;
    width: 100%;
    text-align: left;
    padding: 8px 15px;
    margin-bottom: 0;
    border-bottom: 1px solid #e3be17;
}
.statements .cn_customizable_ul {
    padding-left: 0;
    margin-bottom: 0;
    overflow-y: auto;
    max-height: 250px;
    border-bottom: 1px solid #e3be17;
}
.statements .cn_cancel_button {
    display: inline-block;
    width: 50%;
    background-color: transparent;
    color: #000;
    font-weight: 700;
    border: unset;
    outline: 0;
    text-transform: capitalize;
    float: left;
    padding: 10px 15px;
}
.statements .cn_customizable_options_inner form {
    display: inline-block;
    width: 100%;
}
.statements .cn_submit_button {
    display: inline-block;
    width: 50%;
    float: left;
    background-color: #e3be17 !important;
    border: none;
    outline: 0;
    text-transform: capitalize;
    color: #fff;
    font-weight: 700;
    padding: 10px 15px;
}
.statements .cn_customizable_ul li label {
    padding-left: 30px;
    position: relative;
}
.statements .cn_customizable_ul li label .checkmark {
    position: absolute;
    top: -2%;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
}
.statements .cn_customizable_ul li label .checkmark:after {
    left: 7px;
    top: 3px;
    width: 7px;
    height: 13px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
    position: absolute;
    display: none;
}
.statements .cn_customizable_ul li label input {
    display: none;
}
.statements .cn_customizable_ul li label input:checked ~ .checkmark {
    background-color: #2196f3;
}
.statements .cn_customizable_ul li label input:checked ~ .checkmark:after {
    display: block;
}
.statements .cn_search {
    width: 120px;
    padding: 0 !important;
    text-align: center;
}
.statements .cn_search #clear {
    margin-top: 0;
}
.statement_fixed_price_table input.input_field {
    max-width: 100%;
    font-size: 12px;
    line-height: 33px;
    border-radius: 5px;
    border: 1px solid #cad5dd;
    width: 100%;
    padding: 0 10px;
    background-color: #f7f7fa;
    display: block;
    margin: 3px 0 0;
    min-width: 80px;
}
.statement_fixed_price_table input.input_field::-webkit-input-placeholder {
    color: #637390 !important;
    opacity: 1;
}
.statement_fixed_price_table input.input_field::-moz-placeholder {
    color: #637390 !important;
    opacity: 1;
}
.statement_fixed_price_table input.input_field::-ms-input-placeholder {
    color: #637390 !important;
    opacity: 1;
}
.buttom_thirtytranspagintn .limiter {
    display: none;
}
.buttom_thirtytranspagintn .sorter {
    display: none;
}
.buttom_thirtytranspagintn .inventory_view {
    display: none;
}
button.cn_customize_btn {
    background-color: #445667;
    color: #fff;
    padding: 7px 15px !important;
    border-radius: 10px;
    display: inline-block;
    text-decoration: none;
    height: 29px;
    border: 0;
    margin-bottom: 5px;
    width: auto;
    text-align: center;
    margin: 3px;
}
.add-set-popup.modal-popup._inner-scroll .mycoinlist {
    max-height: 400px;
    overflow-y: auto;
}
.modal-popup .action-close {
    top: -20px;
    padding: 0;
    right: -27px;
    background: #FFF;
    border-radius: 33px;
    z-index: 99999;
}

.modal-custom .action-close:hover, .modal-popup .action-close:hover, .modal-slide .action-close:hover {background: #fff !important;border: 0;}
tr.cn_search_tr {
    background-color: #f1f1f1 !important;
}
.statement_overview_price g[shape-rendering="auto"] {
    display: none !important;
}
.o-product-blockarea {
    padding-bottom: 70px;
}
.o--content-block {
    position: relative;
    padding: 0;
    transition: 0.3s all ease-out;
}
.u-productpadding {
    padding-bottom: 70px;
}
.o-bgcolor {
    background: #f5f5f5;
    padding: 60px 0;
    transition: 0.3s all ease-out;
}
.o--content-block:after,
.o--content-block:before {
    content: "";
    display: block;
    clear: both;
}
.blockcontainer-info {
    width: 50%;
    float: left;
    position: relative;
    height: 430px;
    background: #253545;
}
.blockcontainer-info.yeallow {
    background: #d8b415;
}
.info-context {
    text-align: left;
    width: 430px;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.3s all ease-out;
}
.info-context h3 {
    font-weight: 400;
    font-size: 20px;
    line-height: 40px;
    margin: 0 0 20px;
    text-transform: inherit;
    color: #fff;
    font-family: "Open Sans", sans-serif;
}
.info-context p {
    color: #ccc;
}
.info-context h3 span {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 20px;
    text-transform: inherit;
    color: #000;
}
.benifits-cont {
    font-weight: 400;
    font-size: 30px;
    padding: 10px 0;
    margin: 0;
    color: #666;
}
.benifits-cont span {
    font-weight: 400;
    font-size: 20px;
    padding: 10px 0;
    margin: 0;
    color: #666;
}
.blockcontainer-image {
    float: left;
    width: 50%;
    background: #e1dbdd;
    font-size: 0;
}
.blockcontainer-image img {
    width: 100%;
    height: 430px;
}
.c-product-area {
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
    display: flex;
}
.c-product-area .text-center {
    padding: 0;
}
.c-product-area::after,
.c-product-area::before {
    content: "";
    display: block;
    clear: both;
}
.o-whyaccount-area:after,
.o-whyaccount-area:before {
    content: "";
    display: block;
    clear: both;
}
.c-whynewimgarea_title {
    color: #1b1b1b;
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
    padding: 0 10px;
    height: 96px;
    overflow: hidden;
    transition: 0.3s all ease-out;
    font-family: "Open Sans", sans-serif;
    transition: 0.3s all linear;
    text-align: center;
}
.c-whynewimgarea {
    height: 120px;
    overflow: hidden;
    text-align: center;
    position: relative;
}
.c-whynewimgarea img {
    width: 100%;
    border: 1px solid #e1e1e1;
}
.c-whynewimgarea.wantcoinfolio {
    background: url(../images/wantcoinfolio.png) no-repeat 50% 50%;
}
a.productlink:hover .wantcoinfolio {
    background: url(../images/wantcoinfolio-hov.png) no-repeat 50% 50%;
}
.c-whynewimgarea.coincollection {
    background: url(../images/coincollection.png) no-repeat 50% 50%;
}
a.productlink:hover .coincollection {
    background: url(../images/coincollection-hov.png) no-repeat 50% 50%;
}
.c-whynewimgarea.priceupdate {
    background: url(../images/priceupdate.png) no-repeat 50% 50%;
}
a.productlink:hover .priceupdate {
    background: url(../images/priceupdate-hov.png) no-repeat 50% 50%;
}
.c-whynewimgarea.monthlystatement {
    background: url(../images/monthlystatement.png) no-repeat 50% 50%;
}
a.productlink:hover .monthlystatement {
    background: url(../images/monthlystatement-hov.png) no-repeat 50% 50%;
}

.inventory_add_note {
    padding: 10px 0 0;
}
.prd_tabs {
    position: relative;
}

.prdtab_saveBtn {
    background: #e3be17;
    height: 35px;
    display: inline-block;
    line-height: 35px;
    padding: 0px;
    border-radius: 10px;
    color: #fff;
    width: 100px;
    text-align: center;
    position: absolute;
    right: 20px;
    top: 20px;
    font-weight: 600;
    border: 0;
    outline: 0;
}
a.prdtab_saveBtn:hover { border: 0; text-decoration: none;color: #fff; }

.inventory_sec .toolbar-amount { padding-top: 2px !important; }
.inventory_addtofav {
    position: absolute;
    top: 13px;
    right: 30px;
    display: flex;
    align-items: center;
}
.inventory_addtofav span {
    font-size: 11px;
    text-transform: capitalize;
}
.inventory_addtofav span.my-favorite-white {
    top: 0;
    right: 0;
    position: relative;
    margin-left: 10px;
}
.inventory_addtofav span.my-favorite-red {
    top: 0;
    right: 0;
    position: relative;
    margin-left: 10px;
}

.required label:after {
    content: '*';
    color: #f00;
    font-size: 18px;
    margin: 0 0 0 3px;
    position: absolute;
}
.prd_sell_section .inventory_form_inner .sell1 .cmn_class_input_type_buy input.input_edit, 
.prd_sell_section .inventory_form_inner .sell2 .cmn_class_input_type_buy input.input_edit, 
.prd_sell_section .inventory_form_inner .sell3 .cmn_class_input_type_buy input.input_edit {
    margin-top: 0px !important;
}
.modal-popup .inventory_form_inner input[type="text"], 
.modal-popup .inventory_form_inner select {
    margin: 0;
}

.my_account_address {
    border-bottom: 1px solid #ccc;
    margin: 30px 100px;
    padding: 10px 0;
    position: relative;
}
.my_account_address::before,
.my_account_address::after {
    display: block;
    content: '';
    clear: both;
}

.my_account_address h3 {
    float: left;
    font-size: 22px;
    color: #000;
    font-weight: 700;
    font-family: Roboto;
    padding-bottom: 10px;
    margin-bottom: 0px;
    float: left;
}

.my_account_address a.editaddress {
    background: url(../images/downarrow.png) no-repeat 100% -4px;
    padding:0px;
    width: 30px;
    height: 24px;
    font-size: 0;
    display: inline-block;
    margin-left: 30px;
}



.form-edit-account fieldset.fieldset.info,
.form-address-edit fieldset.fieldset.info {
    padding: 20px 200px 0px 100px;
    margin: 0 auto 20px;
    width: 100%  !important;
}
.form-edit-account .required label:after,
.form-address-edit .required label:after { position: relative; }

.form-edit-account .fieldset>.field:not(.choice)>.label,
.form-address-edit .fieldset>.field:not(.choice)>.label { width: 35% !important; float: left; text-align: left; }

.form-edit-account .fieldset>.field:not(.choice)>.control,
.form-address-edit .fieldset>.field:not(.choice)>.control {
    width: 65% !important;
    float: left;
    display: inline-block !important;
}
.form-edit-account .control {
    padding-top: 0;
    padding-bottom: 0;
}
.form-edit-account .control .input-text {
    margin-top: 0;
    margin-bottom: 0;
    width: 100% !important;
}
.form-address-edit .fieldset>.field .field.additional {
    margin-top: 10px;
    margin-left: 0;
}
.form-edit-account fieldset.fieldset.info .field { margin: 0 0 30px; }

.my_account_full_width_sec_2_inner { position: relative; }
.my_account_full_width_sec_2_inner a.btn.edit_account {
    background: #e3be17;
    height: 35px;
    display: inline-block;
    line-height: 35px;
    padding: 0;
    border-radius: 10px;
    color: #fff;
    width: 100px;
    text-align: center;
    font-weight: 600;
    border: 0;
    outline: 0;
    margin-bottom: 10px;
}
.my_account_full_width_sec_2_inner span {
    float: left;
    width: auto !important;
}
.my_account_full_width_sec_2_inner .secondary {
    float: right;
}
.editaddress a.btn.btn_primary,
.canceladdress a.btn.btn_primary {
    background: #e3be17;
    display: inline-block;
    line-height: 40px;
    padding: 0;
    border-radius: 5px;
    color: #fff;
    width: 150px !important;
    text-align: center;
    font-weight: 600;
    border: 0;
    outline: 0;
    height: 40px;
}
.my_account .my_account_div { padding-bottom: 40px; min-height: 100px  !important; }
.form-address-edit .fieldset>.field { align-items: flex-start !important;}
.my_account .my_account_div .my_account_div {
    box-shadow: none;
}
.form-address-edit .actions-toolbar .action.primary {
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    font-size: 16px;
    border-radius: 5px;
}
.my_account .my_account_div .my_account_header { position: relative; }
a.btn.btn_primary.go_back_btn {
    background: #e3be17;
    display: inline-block;
    line-height: 40px;
    padding: 0;
    border-radius: 5px;
    color: #fff;
    width: 150px !important;
    text-align: center;
    font-weight: 600;
    border: 0;
    outline: 0;
    height: 40px;
    position: absolute;
    right: 175px;
    top: 7px;
}

.addcoin_tabs {
    padding: 0 15px;
}
.inventory_form_inner input, 
.inventory_form_inner select {
    margin-bottom: 12px !important;
}

a.btn.btn_primary.go_save_btn {
    background: #e3be17;
    display: inline-block;
    line-height: 40px;
    padding: 0;
    border-radius: 5px;
    color: #fff;
    width: 150px !important;
    text-align: center;
    font-weight: 600;
    border: 0;
    outline: 0;
    height: 40px;
    position: absolute;
    right: 15px;
    top: 7px;
}
/*
.shp0 {
    fill: #ffffff !important;
}
*/
.popup-content svg {
    width: 20px;
    height: 20px;
}

#popup-add-item-coin-inner td:first-child {
    width: 175px;
}
.add-set-popup .modal-header {
    display: block;
}
.modal-custom .action-close:before, 
.modal-popup .action-close:before, 
.modal-slide .action-close:before,
.modal-custom.add-set-popup .action-close:before, 
.modal-popup.add-set-popup .action-close:before, 
.modal-slide.add-set-popup .action-close:before {
    font-size: 52px;
    line-height: 52px;
    color: #101010;
    content: '\e616';
    font-family: 'icons-blank-theme';
    font-weight: 600;
	background: #FFF;
    border-radius: 33px;
    border: 1px solid #000;
}
.modal-custom .modal-header, 
.modal-popup .modal-header, 
.modal-slide .modal-header,
.modal-custom.add-set-popup .modal-header, 
.modal-popup.add-set-popup .modal-header, 
.modal-slide.add-set-popup .modal-header {
    display: block !important;
    background-color: transparent;
}

.modal-custom .modal-inner-wrap, 
.modal-popup .modal-inner-wrap, 
.modal-slide .modal-inner-wrap,
.modal-custom.add-set-popup .modal-inner-wrap, 
.modal-popup.add-set-popup .modal-inner-wrap, 
.modal-slide.add-set-popup .modal-inner-wrap {
    top: 5% !important;
    bottom: 5% !important;
    border-radius: 0px;
    max-width: 1016px !important;
}

.modal-custom .modal-inner-wrap .inventory_close, 
.modal-popup .modal-inner-wrap .inventory_close, 
.modal-slide .modal-inner-wrap .inventory_close,
.modal-custom.add-set-popup .modal-inner-wrap .inventory_close, 
.modal-popup.add-set-popup .modal-inner-wrap .inventory_close, 
.modal-slide.add-set-popup .modal-inner-wrap .inventory_close { display: none !important; }





div#popup-add-item-coin-inner table tr:nth-child(odd) td {
    background: #e2e2e2;
}
div#popup-add-item-coin-inner table {
    border: 1px solid #cbd5df;
}
div#popup-add-item-coin-inner table th {
    font-weight: 700;
    font-size: 16px;
    color: #243644;
    text-align: center;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    background: #CBD5DF;
    padding: 6px 10px;
    height: 30px;
    vertical-align: middle;
}
.add-set-popup.modal-popup._inner-scroll .modal-content {
    overflow-y: inherit;
    margin-bottom: 10px;
    padding: 0 20px;
}
.add-set-popup.modal-popup .modal-footer {
    border-top: 0 !important; 
}

.add-set-popup.modal-popup .continue-addcoin-step2 { margin: 0 10px !important; }
.add-set-popup.modal-popup button.btn.btn_primary.add_now_btn{ margin: 0 10px !important; }



aside.modal-popup.video-popup.modal-slide {
    top: 10% !important;
}
aside.modal-popup.video-popup.modal-slide .videocontent {
    border-top: 5px solid #fff;
    border-left: 20px solid #fff;
    background: #fff;
    border-right: 20px solid #fff;
    border-bottom: 20px solid #fff;
}
aside.modal-popup.video-popup.modal-slide .videocontent {
    position:relative;
    padding-bottom:56.25%;
    padding-top:30px;
    height:0;
    overflow:hidden;
}
aside.modal-popup.video-popup.modal-slide .videocontent video,
aside.modal-popup.video-popup.modal-slide .videocontent iframe, 
aside.modal-popup.video-popup.modal-slide .videocontent object, 
aside.modal-popup.video-popup.modal-slide .videocontent embed {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}
aside.modal-popup.video-popup.modal-slide .action-close {
    margin-right: 0px !important;
    padding: 0;
    z-index: 99;
    position: absolute;
    width: 38px;
}
aside.modal-popup.video-popup.modal-slide  .action-close:before {
    -webkit-font-smoothing: antialiased;
    font-size: 47px;
    line-height: 32px;
    color: #5e5e5e;
}
aside.modal-popup.video-popup.modal-slide .modal-header {
    display: block;
}
aside.modal-popup.video-popup.modal-slide .modal-inner-wrap[class] {
    margin-top: 5% !important;
    width: 890px;
}
aside.modal-popup.deletepopup .modal-inner-wrap {
    height: 300px;
}

#maincontent select.input_field { color: #000000 !important; min-width: 103px;}

#maincontent input::-webkit-input-placeholder {
    color: #000 !important;
    /*font-weight: 600;*/
}
#maincontent input::-moz-placeholder {
    color: #000 !important;
}
#maincontent input:-ms-input-placeholder {
    color: #000 !important;
}
#maincontent input:-moz-placeholder {
    color: #000 !important;
}
.cn_inventory_grid_view_auto {
    display: flex;
}
.cn_inventory_grid_view_auto span {
    display: inline-block;
    float: none;
}
.cn_inventory_grid_view span.cn_grid_double {
    width: 21% !important;
}
.cn_inventory_grid_view span.cn_grid_single {
    padding: 10px 10px !important;
}
.cn_cust_inpt {
    margin-top: 6px !important;
}
.cn_cust_common {
    margin: 6px 0 !important;
}
.cn_grid_action {
    padding: 40px 10px !important;
}
.inventory .inventory_view a {
    margin-right: 5px;
}
ul.prd_items {
    margin-left: -5px;
    margin-right: -5px;
}
.cn_inventory_grid_view { width: 1300px !important; }

.cn_inventory_grid_view span.cn_grid_action a {
    margin-bottom: 5px;
}
.customerregister-success-index main#maincontent {
    min-height: 100% !important;
}
.cn_inventory_grid_view-auto { overflow-x: auto; background: #fff; }
.page-header {
     height: auto !important;
}
 










@media (min-width: 1500px) {
    .add-set-popup.modal-popup._inner-scroll .mycoinlist {
        max-height: 535px;
        overflow-y: auto;
    }

}

@media (min-width: 1900px) {
    ul.prd_items li.prd_item span.cn_save_button {
        width: 190px;
        font-size: 20px;
    }
    ul.prd_items li.prd_item span.cn_save_button::after {
        right: 10px;
        background-size: 15px;
    }
    ul.prd_items li.prd_item .cn_cert_button_lrg {
        font-size: 20px;
    }
    ul.prd_items li.prd_item .cn_cert_button {
        font-size: 20px;
    }
    .inventory_content_2 .inventory_header_sec_2 .prd_name_sec_2 .inventory_image_2 { right: 70px;}
    .inventory_addtofav { right: 50px;}
    .form-address-edit .actions-toolbar { padding: 0 0 0 35%;}
    .add-set-popup.modal-popup._inner-scroll .mycoinlist {
        max-height: 680px;
        overflow-y: auto;
    }

}
@media (max-width: 1040px) {
    .c-registerrightarea h2 {
        font-size: 22px;
        line-height: 30px;
        padding: 0;
    }
    .c-registerrightarea {
        text-align: center;
        padding: 40px 40px 66px;
        margin-right: 0;
    }
    .o-register-left-content h2 {
        font-size: 22px;
    }
    ul.text-credited-business li.accredited {
        width: 110px !important;
    }
    ul.text-credited-business li.accredited2 {
        width: 60px !important;
    }
    ul.text-credited-business li.accredited3 {
        width: 90px !important;
    }
    ul.text-credited-business li.accredited4 {
        width: 120px !important;
        margin-right: 0;
    }
    a.cn_add_inventory.cn_inventory_button {
        width: 140px;
        margin-left: 10px;
        font-size: 12px;
        padding: 8px 10px;
    }
    .inventory .inventory_view {
        font-size: 0;
    }
    ul.prd_items li.prd_item:nth-child(4n + 1) {
        padding-left: 5px !important;
    }
    ul.prd_items li.prd_item:nth-child(4n + 4) {
        padding-right: 5px !important;
    }
    .inventory .inventory_sec {
        align-items: flex-end !important;
    }
    .inventory_sec .pager {
        align-items: flex-end;
        flex-wrap: wrap;
    }
    .inventory_sec .toolbar-amount {
        width: 100%;
    }
    .inventory .inventory_view img {
        margin: 0 5px;
        height: 33px;
    }
    .my_coin_sets_inner .header-title {
        flex-wrap: wrap;
    }
    .class_form {
        position: relative !important;
        display: flex;
        float: right;
        margin-top: 5px;
    }
    .customer-account-create .fieldset > .field:not(.choice) > .label {
        width: 100%;
        text-align: left !important;
    }
    header .logo-moved1 img {
        max-width: 100% !important;
    }
    header .logo-moved1 {
        width: 20%;
    }
    .logo-moved1 a {
        width: 25%;
    }







}

@media (max-width: 991px) {
    .header_last_content {
        min-width: 100px !important;
        width: 100px !important;
        top: 18% !important;
        position: absolute;
        right: 15px;
    }
    .panel.header {
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }
    .cms-home .serviceimg-area .u-banner-text-first h3 {
        font-size: 22px;
    }
    .o-banner-container .col-md-7 {
        width: 58.33333333%;
        padding-right: 30px;
    }
    .o-banner-container .col-md-7 {
        width: 50%;
        padding-right: 30px;
    }
    .o-banner-container .col-md-5 {
        width: 50%;
    }
    .c-registerrightarea {
        padding: 40px 25px 30px;
        min-height: 500px;
        margin-bottom: 20px;
    }
    .cn_table_outer_class_overview {
        overflow: auto;
        width: 97%;
    }
    ul.prd_items li.prd_item {
        padding-left: 0 !important;
    }
    ul.prd_items li.prd_item:nth-child(4n + 1) {
        padding-left: 0 !important;
    }
    ul.prd_items li.prd_item:nth-child(2n) {
        padding-left: 8px !important;
        padding-right: 0;
    }
    ul.prd_items li.prd_item:nth-child(4n + 4) {
        padding-right: 0 !important;
    }
    .c-registerrightarea .tem-and-cond-account {
        padding-bottom: 20px;
        display: flex;
        width: 100%;
        align-items: center;
    }
}

@media only screen and (max-width: 767px) {
    .o-banner-container {
        max-width: auto;
        margin: 0 auto 0 !important;
    }
    .o-bannerlogin-area {
        margin-top: 0 !important;
        padding-bottom: 20px;
    }
    .page-header {
        border-bottom: 1px solid #d1d1d1;
        margin-bottom: 0;
    }
    .page-header .header.panel {
        max-width: 100% !important;
        display: block;
    }
    .header_middle_content {
        padding-bottom: 10px;
        width: 100% !important;
        display: block !important;
        max-width: 100% !important;
    }

    .add-set-popup.modal-popup.modal-slide._inner-scroll .modal-inner-wrap {
        min-height: 90% !important;
        margin: 8% !important;
        overflow-y: initial !important;
    }
    .modal-popup.modal-slide._inner-scroll .modal-inner-wrap {
        min-height: 90% !important;
        margin: 8% !important;
        overflow-y: initial !important;
    }
    .addcoin_content .addcoin_prd_tab_sections ul.addcoin_tabs_title li a {
        padding: 5px 0px;
    }
    .addcoin_content .addcoin_prd_tab_sections ul.addcoin_tabs_title li {
        padding-top: 10px;
        padding-bottom: 15px;
        font-size: 12px;
        text-align: center;
    }
    .width_25 {
        width: 100%;
    }

    .width_20 {  width: 100%;}
    .inventory_addtofav {
        position: relative;
        top: 0;
        right: 0;
    }
    .inventory_content_2 .inventory_header_sec_2 .prd_name_sec_2 h3 {
        padding-right: 0;
    }
    .addcoin_content, .inventory_content, .inventory_content_2 {
        left: 0 !important;
    }


    .sell2 .width_14 {
        width: 50%;
        padding: 3px 7px;
    }
    .sell3 .cmn_class_input_type_buy {
        width: 100%;
        padding: 0 3px;
    }
    .sell1 .width_28,
    .sell1 .width_70 {
        width: 100%;
    }
    .sell1 .sell_delete {
        position: absolute;
        right: -55px;
    }
    .coinMessage {
        flex-direction: column;
    }
    .coinMessage p {
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center !important;
    }
    .coinMessage .add_now_btn {
        flex: 0 0 70%;
        max-width: 145px;
    }
    .o-banner-container .col-md-7 {
        width: 100%;
        padding-right: 0;
    }
    .o-banner-container .col-md-5 {
        width: 100%;
    }
    .class_form {
        position: relative;
        display: flex;
        float: right;
        margin-top: 5px;
    }
    .my_coin_sets .header-title h1 {
        width: 100%;
    }
    .coinset_list_view {
        margin-top: 10px;
    }
    a.btn.cn_customize_btn.cn_common_btn_class,
    a.btn.cn_select_all_btn.cn_common_btn_class {
        margin-bottom: 4px;
    }
    .popup-authentication button {
        margin: 15px 10px 0 0 !important;
    }





    
}
@media (max-width: 500px) {

    .password-forget-center {
        width: auto;
        height: auto;
        padding: 36px 20px 50px;
    }
    .o-password-forgetbottomarea {
        margin: 0 10px;
        text-align: center;
    }
    main#maincontent {
        min-height: 65vh;
    }
    .page-header {
        margin-bottom: 0;
    }
    .cms-user-agreement .columns .column.main,
    .customer-account-create .columns .column.main,
    .customer-account-forgotpassword .columns .column.main {
        padding: 20px 5px;
    }
    .cms-user-agreement h1 {
        font-weight: 500;
    }
    .inventory .inventory_sec {
        flex-wrap: wrap;
    }
    .inventory_sec .pager {
        flex-wrap: wrap;
        align-items: center;
    }
    .toolbar-amount {
        padding: 2px 0 0;
    }
    .inventory .inventory_view {
        margin: 10px 0;
        font-size: 0;
    }
    a.cn_add_inventory.cn_inventory_button {
        margin-left: auto;
        width: 70%;
        text-align: center;
        margin-right: auto;
    }
    .inventory .sorter {
        padding: 0;
    }
    .inventory_sec .toolbar-amount {
        width: auto;
    }
    .inventory .inventory_view img {
        margin: 0 0 0 5px;
        height: 33px;
    }
    ul.prd_items {
        margin-left: 0;
        margin-right: 0;
    }
    ul.prd_items li.prd_item:nth-child(2n) {
        padding-left: 0 !important;
        padding-right: 0;
    }
    ul.prd_items li.prd_item:nth-child(4n + 1) {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    ul.prd_items li.prd_item .cn_cert_button_lrg {
        font-size: 14px;
    }
    ul.prd_items li.prd_item {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .tem-and-cond-account label {
        float: left;
        font-weight: 400;
        text-align: left;
        font-size: 13px;
    }
    .statement_inner_2 form {
        width: 800px;
    }
    .coinMessage {
        padding: 0 0;
    }
    select.prd_tabs_buy_sell_trade {
        width: 166px !important;
    }
    .width_30 {
        width: 54%;
    }
    .width_16 {
        width: 46%;
    }
    .width_33 {
        width: 45%;
    }
    .coinMessage .add_now_btn {
        flex: 0 0 70%;
        max-width: 187px;
    }
    .prd_sell_section {
        padding: 20px 10px;
    }
    a.btn.btn_primary.go_save_btn {
    width: 130px !important;
    height: 40px;
    position: relative;
    right: inherit;
    top: inherit;
    bottom: 5px;
}

    a.btn.btn_primary.go_back_btn {
    width: 130px !important;
    height: 40px;
    position: relative;
    right: inherit;
    top: inherit;
    bottom: 5px;
}


    .my_account_header .secondary {
    float: right;
}
    .my_account_header .primory {
    float: left;
}
    .my_account_header::before,
    .my_account_header::after { display: block; content: ''; clear: both; }
    .my_account .my_account_div .my_account_header h3 { margin-bottom: 15px !important;}
    .form-edit-account fieldset.fieldset.info, .form-address-edit fieldset.fieldset.info {
        padding: 20px 20px 0 20px!important;
        margin: 0 auto 20px;
        width: 100% !important;
        box-sizing: border-box;
    }
    .form-edit-account fieldset.fieldset.info {
        margin: 0!important;
    }
    .my_account_address {
    margin: 30px 10px;
}
    fieldset.fieldset.info .field {
    flex-wrap: wrap;
}
.form-edit-account .fieldset>.field:not(.choice)>.label, .form-address-edit .fieldset>.field:not(.choice)>.label {
    width: 100% !important;
}
.form-edit-account .fieldset>.field:not(.choice)>.control, .form-address-edit .fieldset>.field:not(.choice)>.control {
    width: 100% !important;
}
.form-address-edit {
    padding: 20px 10px 20px 10px !important;
}
.customer-account-createpassword .password-forget-center {
    margin: 0 auto;
    width: 100%;
    padding: 30px 20px 30px;
}
.customer-account-createpassword .fieldset>.field:not(.choice)>.label {
    width: 100%;
}
.customer-account-createpassword .fieldset>.field:not(.choice)>.control {
    width: 100%;
}
.customer-account-createpassword button.action.submit.primary { width: 100%; float: none; }
.customer-account-createpassword .fieldset { margin: 0 0 25px; }

.width_70,
.width_30,
.width_33,
.width_16 { width: 100%;}

.modal-edit .modal-inner-wrap {
    width: auto !important;
}






}
@media (max-width: 480px) {
    .sell2 .width_14 {
        width: 100%;
        padding: 3px 7px;
    }
}
.sorter-options {
    border-radius: 5px;
    border-color: #8395b6;
}
.order-action {
    vertical-align: top;
    text-decoration: none;
}
.order-action:before {
    -webkit-font-smoothing: antialiased;
    font-size: 28px;
    line-height: 32px;
    color: #8f8f8f;
    content: "\e613";
    font-family: icons-blank-theme;
    vertical-align: middle;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    speak: none;
    text-align: center;
}
.order-action > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
@media (max-width: 350px) {
    .inventory_sec .pager {
        font-size: 11px;
    }
    .sorter-options {
        width: 100px;
        margin: 0 0 0 5px;
    }
    .toolbar-amount {
        padding: 5px 0 0;
    }
    select#limiter {
        margin-left: 5px;
        margin-right: 5px;
    }
    .inventory .inventory_view img {
        margin: 0 0 0 5px;
    }
}
.customerregister-success-index main#maincontent {  background-color: #ffffff;}
.customerregister-success-index .columns .column.main {
    max-width: 100% !important;
    width: 100% !important;
    min-height: 550px;
}
.customerregister-success-index .login-container {
    max-width: 650px;
    margin: 100px auto;
    text-align: center;
    border-radius: 10px;
    background: #253545;
    padding: 30px !important;
}
.customerregister-success-index .login-container h2 {
    color: #fff;
    line-height: 36px;
    font-size: 20px;
    margin: 0;
}
.customerregister-success-index .login-container h2 a {
    color: #e59f00;
}
.popup-authentication .chart-dashboard-popup .action-close {
    width: 52px !important;
    height: 52px !important;
    top: 0 !important;
    right: 0px !important;
    margin: 53px 47px 0 0 !important;
}
.popup-authentication .chart-dashboard-popup .action-close:hover {
    background: #fff !important;
    border: 0;
    width: 52px;
    height: 52px;
    right: 0px !important;
    margin: 53px 47px 0 0 !important;
}
.popup-authentication .chart-dashboard-popup .action-close:hover:before {
    color: #000 !important;
}

input[type="number"],
textarea {
    border: 1px solid #8395b6;
    border-radius: 5px;
}