body {
    font-family: 'proxima_nova', Georgia, sans-serif;
    font-size: 12px;
}

.content-wrapper {
    background-image: url(../images/bg-img.png);
    background-repeat: repeat;
}

.ag-body-viewport-wrapper {
    background-color: #fff;
}

.side_menu_span {
    font-weight: 600;
}

.user_btn {
    background: none;
    color: #323232;
    border-radius: 0;
    border: none;
    font-weight: 600;
    text-align: left;
    padding: 7px 12px;
    font-size: 12px;
}

    .user_btn:hover {
        color: #323232;
    }

    .user_btn:focus {
        background: none;
        color: #323232;
    }

    .user_btn:active {
        box-shadow: none;
    }

    user_btn:active:focus,
    .user_btn:focus {
        outline: none !important;
    }

@media (min-width:266px) and (max-width:992px) {
    .search_input {
        width: 100%;
    }
}

@media (min-width:993px) and (max-width:2000px) {
    .search_input {
        width: 320px;
    }
}

.search_input {
    box-shadow: none;
    border: 1px solid #ececec;
    background-color: #fafafa;
    border-radius: 50px;
    margin-top: 5px;
    margin-bottom: 5px;
    height: 38px;
    margin-right: 10px;
    box-shadow: 0 0 1px 0 #f7f7f7;
    font-size: 12px;
}

    .search_input:focus {
        box-shadow: none;
        border-color: #ececec;
    }

.search_text {
    color: #787878 !important;
    font-weight: 600;
    padding-top: 14px !important;
    padding-bottom: 14px !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
}

    .search_text:hover {
        background: none !important;
    }

    .search_text:focus {
        background: none !important;
    }

@media (max-width:992px) {
    .search_text {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
}

.search_input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #969696;
}

.search_input::-moz-placeholder { /* Firefox 19+ */
    color: #969696;
}

.search_input:-ms-input-placeholder { /* IE 10+ */
    color: #969696;
}

.search_input:-moz-placeholder { /* Firefox 18- */
    color: #969696;
}

.nav_logo {
    margin-top: 2px;
    margin-bottom: 2px;
    width: 48px;
    height: 48px;
}

.fa_search_input {
    position: absolute;
    top: 18px;
    right: 25px;
    color: #787878;
}

@media (max-width:992px) {
    .fa_search_input {
        top: 13px;
    }
}

.dashboard_text {
    color: #5a5a5a;
    font-weight: 600;
    padding-top: 15px;
    margin: 0;
}

.pdz {
    padding-left: 0;
    padding-right: 0;
}

.detail_diamond_main {
    border-radius: 5px;
}

.diamond_detail_div1 {
    background-color: #ffffff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-left: 1px solid #e7e7e7;
    border-right: 1px solid #e7e7e7;
    border-top: 1px solid #e7e7e7;
}

.diamond_detail_h2 {
    color: #071f5d;
    font-weight: 600;
    font-size: 36px;
}

.diamond_detail_p_cmn {
    color: #969696;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 10px;
}

.diamond_detail_img_div {
    height: 93px;
    line-height: 93px;
}

.diamond_detail_div2 {
    background-color: #f5f5f7;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.arrow_right_p {
    background-color: #4a7bca;
    margin-top: 5px;
    margin-bottom: 5px;
    border-radius: 50px;
    width: 30px;
    height: 30px;
    float: right;
}

.fa_arrow_right {
    margin-top: 8px;
    color: #ffffff;
}

.search_result_main {
    border-radius: 5px;
}

.search_result_div1 {
    background-color: #ffffff;
    border-bottom: 1px solid #f5f5f5;
}

.search_result_h5 {
    color: #464646;
    font-weight: 600;
    margin-bottom: 0;
    margin-top: 10px;
}

.search_result_p_cmn {
    color: #595959;
    margin-top: 5px;
    margin-bottom: 7px;
}

@media (min-width:768px) {
    .text_align {
        text-align: left !important;
    }
}

@media (min-width:992px) {
    .text_align {
        text-align: left !important;
    }
}


@media (min-width:1200px) {
    .text_align {
        text-align: right!important;
    }
}

.fa_angle_right {
    margin-top: 11px;
    margin-bottom: 11px;
    font-size: 34px;
    color: #5b5b5b;
}

.diamond_detail_div2 {
    background-color: #f5f5f7;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top: 1px solid #dbdbdb;
    border-left: 1px solid #e7e7e7;
    border-right: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
}

.div_pd {
    padding-top: 15px;
}

.search_result_overflow {
    height: 150px;
    overflow-y: auto;
    overflow-x: hidden;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-left: 1px solid #e7e7e7;
    border-right: 1px solid #e7e7e7;
    border-top: 1px solid #e7e7e7;
}

    .search_result_overflow::-webkit-scrollbar {
        display: none;
    }

.search_result_user_div {
    margin-top: 10px;
    margin-bottom: 10px;
}

.icn_User_name {
    color: #071f5d;
    font-weight: 700;
    margin: 0;
    display: inline-block;
    padding-left: 15px;
    font-size: 20px;
}

.icn_user_a {
    padding: 0 !important;
}

    .icn_user_a:hover {
        background: none !important;
    }

    .icn_user_a:focus {
        background: none !important;
    }

    .icn_user_a:active {
        background: none !important;
    }

@media (min-width:266px) and (max-width:768px) {
    .search_result_img_cmn {
        width: 42px;
        margin-top: 9px;
        margin-bottom: 10px;
    }
}

@media (min-width:768px) and (max-width:992px) {
    .search_result_img_cmn {
        margin-bottom: 12px;
        margin-right: 10px;
    }
}

@media (min-width:992px) and (max-width:1200px) {
    .search_result_img_cmn {
        margin-top: 8px;
        margin-bottom: 8px;
        width: 45px;
    }
}

@media (min-width:1200px) and (max-width:1500px) {
    .search_result_img_cmn {
        margin-bottom: 12px;
        margin-right: 10px;
    }
}

.search_result_div2 {
    background-color: #f5f5f7;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top: 1px solid #dbdbdb;
    border-left: 1px solid #e7e7e7;
    border-right: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
}

.search_result_div2_p1 {
    color: #969696;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 10px;
}

.search_result_div2_p2 {
    color: #595959;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: right;
}

.search_result_user_main {
    background-color: #ffffff;
}

.rec_odr_text {
    color: #595959;
    font-weight: 600;
    padding-top: 15px;
    margin: 0;
}

.top_sell_text {
    color: #595959;
    font-weight: 600;
    padding-top: 15px;
    padding-bottom: 15px;
    margin: 0;
}

.card_image {
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 20px;
}

.card_img_div {
    background-color: #eeeeee;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-top: 1px solid #e3e3e3;
    border-left: 1px solid #e3e3e3;
    border-right: 1px solid #e3e3e3;
}

.card_body {
    background-color: #ffffff;
    border-bottom: 1px solid #eeeeee;
    border-left: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 5px;
}

.card_body_div1 {
    background-color: #eeeeee;
    border-radius: 5px;
    padding: 5px;
    height: 38px;
    display: inline-block;
}

.card_body_img_cmn1 {
    width: 28px !important;
}

.card_body_img_cmn2 {
    width: 28px !important;
    display: inline-block !important;
    margin-left: 5px;
}

.card_footer {
    background-color: #ffffff;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom: 1px solid #d4d4d4;
    border-left: 1px solid #d4d4d4;
    border-right: 1px solid #d4d4d4;
    padding: 10px;
}

.card_footer_text {
    color: #595959;
    font-weight: 600;
    margin: 0;
}

.slider_main {
    background-color: #ffffff;
    border-radius: 5px;
    border: 1px solid #e7e7e7;
    padding: 20px;
    margin-bottom: 20px;
}

.container_overlay {
    position: relative;
}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    transition: .5s ease;
    background-color: #1f5dbf;
}

/*.container_overlay:hover .overlay {
    opacity: 0.9;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}*/

.text1 {
    color: #ffffff;
    font-weight: 600;
    display: inline-block;
    margin-left: 15px;
}

.text2 {
    color: #ffffff;
    font-weight: 600;
    display: inline-block;
    margin-left: 15px;
}

.overlay_image {
    width: 58px !important;
    display: inline-block !important;
}

.overlay_div1 {
    margin-bottom: 15px;
}

.overlay_main_div {
    position: relative;
    top: 50%;
    left: 60%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

@media (max-width:767px) {
    .item {
        margin: 0,;
    }
}

.owl-nav {
    display: block !important;
    margin-top: 0px !important;
}

.owl-prev {
    position: absolute;
    left: -25px;
    top: 35%;
}

.owl-next {
    position: absolute;
    right: -25px;
    top: 35%;
}

@media (max-width:1500px) {
    .owl-next {
        padding: 0px 7px !important;
    }

    .owl-prev {
        padding: 0px 7px !important;
    }
}

.owl-next {
    background: #1f5dbf !important;
    border-top-left-radius: 50px !important;
    border-bottom-left-radius: 50px !important;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    padding-left: 35px !important;
    padding-right: 15px !important;
    opacity: 0.7 !important;
}

.owl-prev {
    background: #1f5dbf !important;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    border-top-right-radius: 50px !important;
    border-bottom-right-radius: 50px !important;
    padding-left: 15px !important;
    padding-right: 35px !important;
    opacity: 0.7 !important;
}

.fa-2x {
    font-size: 4em;
}

.owl-dots {
    display: none !important;
}

.container_pd {
    padding-left: 30px;
    padding-right: 30px;
}

@media (min-width:266px) and (max-width:768px) {
    .user_icn_p {
        background-color: #fafafa;
        border: 1px solid #e8e8e8;
        border-radius: 50px;
        width: 36px;
        height: 36px;
        text-align: center;
    }

    .user_icn_fa {
        margin-top: 9px;
        margin-bottom: 9px;
        font-size: 17px;
        color: #5a5a5a;
    }

    .user_icn_div {
        display: inline-block;
        margin-top: 7px;
        margin-bottom: 8px;
        margin-right: 6px;
    }
}

@media (min-width:768px) and (max-width:992px) {
    .user_icn_p {
        background-color: #fafafa;
        border: 1px solid #e8e8e8;
        border-radius: 50px;
        width: 36px;
        height: 36px;
        text-align: center;
    }

    .user_icn_fa {
        margin-top: 9px;
        margin-bottom: 9px;
        font-size: 17px;
        color: #5a5a5a;
    }

    .user_icn_div {
        display: inline-block;
        margin-top: 7px;
        margin-bottom: 8px;
        margin-right: 6px;
    }
}

@media (min-width:992px) and (max-width:1200px) {
    .user_icn_p {
        background-color: #fafafa;
        border: 1px solid #e8e8e8;
        border-radius: 50px;
        width: 36px;
        height: 36px;
        text-align: center;
    }

    .user_icn_fa {
        margin-top: 9px;
        margin-bottom: 9px;
        font-size: 17px;
        color: #5a5a5a;
    }

    .user_icn_div {
        display: inline-block;
        margin-top: 7px;
        margin-bottom: 8px;
        margin-right: 6px;
    }
}

@media (min-width:1200px) and (max-width:2000px) {
    .user_icn_p {
        background-color: #fafafa;
        border: 1px solid #e8e8e8;
        border-radius: 50px;
        width: 36px;
        height: 36px;
        text-align: center;
    }

    .user_icn_fa {
        margin-top: 9px;
        margin-bottom: 9px;
        font-size: 17px;
        color: #5a5a5a;
    }

    .user_icn_div {
        display: inline-block;
        margin-top: 7px;
        margin-bottom: 8px;
        margin-right: 6px;
    }
}

.user_icn_a {
    color: #5a5a5a;
}

    .user_icn_a:hover {
        color: #5a5a5a;
    }

.icon_bar {
    background-color: #243936 !important;
}

.navbar_toggle {
    background-color: #ffffff !important;
    margin-top: 8px;
    margin-bottom: 8px;
    padding: 11px 0px;
}

.navbar_collapse {
    border-top: 1px solid #e7e7e7 !important;
}

.fa {
    text-align: center;
}

@media (max-width: 992px) {
    .navbar-toggle {
        display: block;
    }
}

@media (max-width: 992px) {
    .navbar-header {
        float: none;
    }
}

@media (max-width: 992px) {
    .navbar-collapse.collapse {
        display: none !important;
    }
}

@media (max-width: 992px) {
    .collapse.in {
        display: block !important;
    }
}

@media (max-width: 992px) {
    .navbar-nav > li {
        float: none !important;
    }
}

@media (max-width: 992px) {
    .navbar-right {
        float: none !important;
    }
}

@media (min-width: 768px) {
    .navbar-right {
        margin-right: 0px;
    }
}

.modal_h4 {
    color: #323232;
    font-weight: 700;
    text-align: center;
}

.modal_header {
    background-color: #dcdcdc;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-color: #b2b2b2;
    border: 1px solid #b2b2b2;
}

.modal_content {
    border-radius: 5px;
}

.searchstone_text {
    color: #5a5a5a;
    font-weight: 600;
    padding-top: 5px;
    padding-left: 15px;
    margin: 0;
}

.searchstone_cmn_p {
    color: #1f5dbf;
    font-weight: bold;
    margin: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 15px;
}

.searchstone_main_div {
    background-color: #ffffff;
    box-shadow: 0 0 1px 0 #ededed;
    border: 1px solid #dcdcdc;
    padding-top: 5px;
    padding-bottom: 5px;
}

.searchstone_name_p {
    color: #595959;
    margin-top: 5px;
    margin-bottom: 0px;
    text-align: center;
    font-weight: 600;
}

@media (max-width:767px) {
    .searchstone_name_p {
        margin-bottom: 5px;
    }
}

.searchstone_cmn_div {
    background-color: #f5f5f5;
    border: 1px solid #ececec;
    border-radius: 5px;
    padding: 5px;
    cursor: pointer;
}

    .searchstone_cmn_div:hover {
        background-color: #1f5dbf;
    }

        .searchstone_cmn_div:hover img {
            filter: none;
            opacity: 1;
        }

    .searchstone_cmn_div img {
        height: 35px;
    }

.searchstone_input_box {
    border: 1px solid #ececec;
    border-radius: 5px;
    font-size: 12px;
    height: auto;
    background: #f5f5f5;
}

    .searchstone_input_box:focus {
        border-color: #ececec;
        box-shadow: 0 0 2px rgba(0,0,0,0.3);
    }

.searchstone_cmn_label {
    border: 1px solid #ececec;
    border-radius: 5px;
    margin: 0;
    padding: 6px 16px;
    color: #595959;
    font-weight: 600;
    cursor: pointer;
}

    .searchstone_cmn_label:hover {
        background-color: #1f5dbf;
        color: #ffffff;
    }

.carat_main_li {
    display: inline-block;
    padding-right: 5px;
    padding-top: 0px;
}

@media (max-width:1199px) {
    .carat_main_li {
        padding-top: 5px;
    }
}

.carat_main_ul {
    padding-left: 15px;
    margin-bottom: 0;
}



.color_p {
    color: #5a5a5a;
    font-weight: 600;
    margin-bottom: 0px;
    text-align: center;
}

.color_data_ul {
    padding-left: 0px;
    text-align: center;
    margin-bottom: 0;
}

.color_data_li {
    display: inline-block;
    padding-right: 5px;
}

.color_main_ul {
    padding-left: 15px;
    margin-bottom: 0;
}

.color_main_li {
    display: inline-block;
    padding-right: 30px;
}

@media (max-width:767px) {
    .criteria_main_ul_cmn {
        text-align: left!important;
    }
}

@media (max-width:575px) {
    .color_main_li {
        display: block;
        padding-right: 0;
        margin: 0 auto;
        padding-top: 10px;
    }
}

@media (max-width:500px) {
    .ag-paging-button {
        padding: 5px 5px !important;
        font-size: 11px !important;
    }

    .ag-blue .ag-paging-button {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
}

.clarity_main_ul {
    padding-left: 15px;
    margin-bottom: 0;
}

.clarity_main_li {
    display: inline-block;
}

.clarity_data_ul {
    padding-left: 0px;
    text-align: center;
    margin-bottom: 0;
}

.clarity_data_li {
    display: inline-block;
    padding-right: 5px;
    padding-top: 0px;
}

@media (max-width:991px) {
    .clarity_data_li {
        padding-top: 5px;
    }
}

.lab_col_pd {
    padding-left: 15px;
    padding-right: 0;
}

@media (max-width:767px) {
    .lab_col_pd {
        padding-left: 0px;
    }
}

.criteria_main_ul {
    padding-left: 0px;
    margin-bottom: 0;
}

.criteria_main_ul_cmn {
    padding-left: 0px;
    margin-bottom: 0;
    text-align: center;
}

.criteria_main_li {
    display: inline-block;
}

.criteria_data_ul {
    padding-left: 15px;
}

.criteria_data_ul_cmn {
    padding-left: 0px;
}

.criteria_data_li {
    display: inline-block;
    padding-right: 5px;
    padding-top: 0px;
}

@media (max-width:991px) {
    .criteria_data_li {
        padding-top: 5px;
    }
}

.criteria_head_ul {
    padding-left: 0px;
    margin-bottom: 0;
    text-align: center;
}

.criteria_head_li {
    display: inline-block;
    padding-right: 5px;
}

.criteria_p {
    color: #071f5d;
    font-weight: 600;
    margin-bottom: 0px;
}

.searchstone_cmn_btn {
    background-color: #1f5dbf;
    color: #ffffff;
    font-weight: 600;
    border-radius: 5px;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    cursor: pointer;
    border: 1px solid #ececec;
    margin-bottom: 0px;
    padding: 6px 12px;
}

    .searchstone_cmn_btn:hover {
        color: #ffffff;
    }

    .searchstone_cmn_btn:focus {
        color: #ffffff;
    }

    .searchstone_cmn_btn:active {
        box-shadow: none;
    }

        .searchstone_cmn_btn:active:focus,
        .searchstone_cmn_btn:focus {
            outline: none;
        }

.searchstone_btn_div {
    text-align: right;
}

@media (max-width:767px) {
    .searchstone_btn_div {
        text-align: center;
    }
}

.searchstone_footer_div {
    background-color: #ffffff;
    box-shadow: 0 0 1px 0 #ededed;
    border: 1px solid #dcdcdc;
    padding-top: 5px;
    padding-bottom: 5px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
}

.searchstone_cmn_img {
    margin-right: 5px;
    height: 25px;
}

.searchresult_text {
    color: #595959;
    font-weight: 600;
    padding-top: 15px;
    margin: 0;
    text-transform: uppercase;
}

@media (max-width:767px) {
    .searchresult_text {
        padding-top: 0px;
    }
}

.searchresult_div {
    background-color: #ffffff;
    border-radius: 5px;
    border: 1px solid #e7e7e7;
    padding: 10px;
    text-align: center;
    box-shadow: 0 0 2px 0 #f7f7f7;
}

.searchresult_ul {
    padding: 0;
    margin-bottom: 5px;
}

.searchresult_li {
    display: inline-block;
}

.searchresult_col_pd {
    margin-top: 10px;
    margin-bottom: 30px;
}

.searchresult_text_align {
    text-align: right;
}

@media (max-width:767px) {
    .searchresult_text_align {
        text-align: left;
    }
}

.tooltip.bottom {
    margin-top: 0;
}

.tooltip-inner {
    background-color: #1f5dbf;
    color: #ffffff;
    font-weight: 600;
    padding: 7px 17px;
    border-radius: 5px;
}

.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #1f5dbf;
    margin-left: -10px;
}

.searchresult_dropdown {
    padding: 0;
    margin: 0;
    box-shadow: 0 0 1px 0 #000000;
    border-color: transparent;
    border: 1px solid #dedede;
    border-radius: 5px;
}

@media (max-width:767px) {
    .searchresult_dropdown {
        float: none;
        position: relative;
    }
}

.searchresult_table {
    margin-bottom: 0;
}

.searchresult_th {
    color: #1f5dbf;
    font-weight: 600;
    border-bottom: 2px solid #e6e6e6 !important;
    text-align: center;
    padding: 10px !important;
}

.searchresult_td {
    color: #595959;
    font-weight: 600;
}

.searchresult_main_td {
    border-top: 2px solid #e6e6e6 !important;
    padding: 0 !important;
}

.searchresult_datd_td {
    border-top: 0 !important;
    padding: 8px;
}

.searchresult_center_td {
    border-left: 2px solid #e6e6e6 !important;
    border-right: 2px solid #e6e6e6 !important;
    border-top: 2px solid #e6e6e6 !important;
    padding: 0 !important;
}

.searchresult_center_th {
    border-left: 2px solid #e6e6e6 !important;
    border-right: 2px solid #e6e6e6 !important;
}

@media screen and (max-width: 767px) {
    .table-responsive {
        border: transparent;
        margin-bottom: 0;
    }
}

.discount_div {
    background-color: #1f5dbf;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
}

.discount_p {
    color: #ffffff;
    font-weight: 600;
    margin: 0;
    display: inline-block;
}

.discount_img {
    float: right;
    display: inline-block;
}

.search_detail_div1 {
    background-color: #f5f5f5;
    border: 1px solid #e7e7e7;
    border-radius: 5px;
    padding-top: 25px;
    padding-left: 25px;
    padding-right: 25px;
    margin-top: 10px;
}

.search_detail_main {
    background-color: #fafafa;
}

.search_detail_ul1 {
    padding: 0;
    margin-bottom: 0;
    margin-top: 10px;
    text-align: center;
}

.search_detail_ul2 {
    padding: 0;
    margin-bottom: 0;
    margin-top: 60px;
    text-align: center;
}

.search_detail_li {
    display: inline-block;
}

.search_detail_div2 {
    background-color: #f5f5f5;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    text-align: center;
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 8px;
}

.search_detail_td1 {
    color: #323232;
    font-weight: 700;
}

.search_detail_td2 {
    color: #5a5a5a;
    font-weight: 600;
}

.search_detail_div_bdr {
    border: 1px solid #e6e6e6;
}

.search_detail_div_bdr_cmn {
    border-right: 1px solid #e6e6e6;
    height: 361px;
}

.search_detail_a {
    color: #1f5dbf;
}

    .search_detail_a:hover {
        color: #1f5dbf;
    }

    .search_detail_a:active {
        color: #1f5dbf;
    }

    .search_detail_a:focus {
        color: #1f5dbf;
    }

.search_detail_div3 {
    background-color: #ffffff;
    border: 1px solid #e7e7e7;
    border-radius: 5px;
    text-align: center;
    padding: 10px;
}

.search_detail_table {
    margin-bottom: 0;
    background-color: #fafafa !important;
}

.myprofile_main {
    background-color: #ffffff;
    border-radius: 5px;
    padding-bottom: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    border: 1px solid #e3e3e3;
}

.user_kyc_text {
    color: #323232;
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 16px;
}

.edit_btn {
    background-color: #c0d6d1;
    color: #243936;
    font-weight: 600;
    border-radius: 50px;
    float: right;
    padding: 3px 13px;
    font-size: 12px;
    box-shadow: 0 0 2px rgba(0,0,0,0.3);
    transition: all 0.3s;
}

    .edit_btn:hover {
        background-color: #fff;
        color: #000;
    }

    .edit_btn:active:focus,
    .edit_btn:focus {
        outline: none;
    }

@media (max-width:767px) {
    .edit_btn {
        float: left;
    }
}

.form_bg {
    background-color: #f5f5f5;
    border-radius: 5px;
    padding-bottom: 10px;
    padding-top: 20px;
}

.form_cmn_p {
    color: #323232;
    margin-bottom: 3px;
    margin-top: 3px;
    font-weight: 700;
    display: inline-block;
}

.form_cantrol {
    border-radius: 50px;
    box-shadow: none;
    border: 0;
    box-shadow: 0 0 2px rgba(0,0,0,0.3);
    color: #595959;
    font-weight: 600;
    height: 45px;
    padding-top: 6px;
    padding-right: 0px;
    padding-bottom: 6px;
    padding-left: 25px;
    font-size: 12px;
}

    .form_cantrol:focus {
        box-shadow: none;
        border-color: #e3e3e3;
    }


.checkbox_label {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 0;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 12px;
}

    .checkbox_label input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #ffffff;
    border: 1px solid #e3e3e3;
    border-radius: 5px;
}

.checkbox_label input:checked ~ .checkmark {
    background-color: #1d55b1;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.checkbox_label input:checked ~ .checkmark:after {
    display: block;
}

.checkbox_label .checkmark:after {
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.choose_file_btn {
}

#upload-file-selector {
}

.container_fluid_mg {
    margin-left: 20px;
    margin-right: 20px;
}

.fixed_div {
    position: fixed;
}

.aside_div {
    position: fixed;
}

.content_wrapper {
    margin-top: 50px;
}

@media (max-width:767px) {
    .content_wrapper {
        margin-top: 103px;
    }

    .fixed_div {
        position: fixed;
        width: 100%;
    }

    .aside_div {
        position: absolute;
    }

    .navbar_fixed_top {
        top: inherit;
    }
}

.sidebar-menu img {
    height: 28px;
}

.searchstone_last_div {
    margin-bottom: 55px;
}

@media (max-width:767px) {
    .searchstone_last_div {
        margin-bottom: 95px;
    }
}

.searchstone_main_div_cmn {
    background-color: #ffffff;
    box-shadow: 0 0 1px 0 #ededed;
    border: 1px solid #dcdcdc;
    padding-top: 5px;
    padding-bottom: 5px;
}

@media (max-width:991px) {
    .searchstone_main_div_cmn {
        padding-top: 0px;
        padding-bottom: 5px;
    }
}

.searchstone_main_div_shape {
    background-color: #ffffff;
    box-shadow: 0 0 1px 0 #ededed;
    border: 1px solid #dcdcdc;
    padding-top: 5px;
    padding-bottom: 5px;
}

@media (max-width:767px) {
    .searchstone_main_div_shape {
        padding-top: 5px;
        padding-bottom: 0px;
    }
}

.searchstone_main_div_carat {
    background-color: #ffffff;
    box-shadow: 0 0 1px 0 #ededed;
    border: 1px solid #dcdcdc;
    padding-top: 5px;
    padding-bottom: 5px;
}

@media (max-width:767px) {
    .searchstone_main_div_carat {
        padding-top: 0px;
        padding-bottom: 5px;
    }
}

.search_result_cmn_txt {
    color: #071f5d;
    font-weight: 600;
    margin: 0;
    display: inline-block;
    padding-left: 5px;
    text-transform: uppercase;
    padding-top: 9px;
}

.search_result_main_div {
}

.search_result_main_div1 {
    background-color: #f5f5f5;
    /*padding-top: 10px;
    padding-bottom: 10px;*/
    padding-left: 0;
    padding-right: 0;
    border-top: 1px solid #e7e7e7;
    border-left: 1px solid #e7e7e7;
    border-right: 1px solid #e7e7e7;
    border-bottom: 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.Final_font {
    font-size: 15px !important;
    padding-top: 5px;
}

.fa_angle_left {
    color: #071f5d;
}

.search_result_span_cmn {
    color: #071f5d;
    font-weight: 600;
}

.search_result_a {
    color: #595959;
}

    .search_result_a:active {
        color: #595959;
    }

    .search_result_a:focus {
        color: #595959;
    }

    .search_result_a:hover {
        color: #595959;
    }

.search_result_main_div2 {
    background-color: #ffffff;
    border-top: 2px solid #dbdbdb;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 0;
    padding-right: 0;
    border-left: 1px solid #e7e7e7;
    border-right: 1px solid #e7e7e7;
}

.search_result_cmn_p {
    color: #071f5d;
    margin: 0;
    font-weight: 600;
    display: inline-block;
    vertical-align: middle;
}

.search_result_btn {
    background-color: #eeeeee;
    color: #595959;
    font-weight: 600;
    font-size: 12px;
    margin-left: 10px;
    margin-right: 10px;
    width: 80px;
}

    .search_result_btn:hover {
        color: #000;
    }

    .search_result_btn:focus {
        color: #000;
    }

.search_result_dropdown {
    display: inline-block;
}

.search_result_dropdown_span1 {
    float: left;
}

.search_result_dropdown_span2 {
    position: absolute;
    right: 20px;
    top: 11px;
    border-top: 8px dashed;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
}

.search_result_btn:active {
    box-shadow: none;
}

    .search_result_btn:active:focus,
    .search_result_btn:focus {
        outline: none;
    }

.search_result_available_p1 {
    background-color: #238c00;
    color: #fff;
    display: inline-block;
    margin-top: 7px;
    margin-bottom: 7px;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 5px;
    font-weight: 700;
}

.search_result_available_p2 {
    color: #323232;
    display: inline-block;
    margin: 0;
    font-weight: 700;
    padding-left: 5px;
}

.search_result_memo_p1 {
    background-color: #ff7f00;
    color: #fff;
    display: inline-block;
    margin-top: 7px;
    margin-bottom: 7px;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 5px;
    font-weight: 700;
}

.search_result_memo_p2 {
    color: #323232;
    display: inline-block;
    margin: 0;
    font-weight: 700;
    padding-left: 5px;
}

.search_result_hold_p1 {
    background-color: #ff0000;
    color: #fff;
    display: inline-block;
    margin-top: 7px;
    margin-bottom: 7px;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 5px;
    font-weight: 700;
}

.search_result_hold_p2 {
    color: #323232;
    display: inline-block;
    margin: 0;
    font-weight: 700;
    padding-left: 5px;
}

.search_result_span_mg {
    margin-right: 10px;
}

.th {
    background-color: #1f5dbf;
    color: #ffffff;
    font-weight: 600;
    border-bottom: 0 !important;
    text-align: center;
    padding: 7px !important;
}

.td {
    text-align: center;
    color: #595959;
    font-weight: 600;
    background-color: #ffffff;
    padding: 5px !important;
    border: 2px solid #e6e6e6;
}

.my_table {
    margin-bottom: 0 !important;
}

    .my_table th {
        border: 2px solid #e6e6e6;
        vertical-align: middle !important;
    }

.td span {
    background-color: #238c00;
    color: #ffffff;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: 600;
    border-radius: 2px;
}

.search_result_text_align {
    text-align: right;
}

@media (max-width:767px) {
    .search_result_text_align {
        text-align: left;
    }
}

.form_cantrol_select {
    border-radius: 50px;
    box-shadow: none;
    border: 0;
    box-shadow: 0 0 2px rgba(0,0,0,0.3);
    color: #595959;
    font-weight: 600;
    height: 45px;
    padding: 6px 12px;
    font-size: 12px;
    background-color: #ffffff;
}

    .form_cantrol_select:focus {
        box-shadow: none;
        border-color: #e3e3e3;
    }

    .form_cantrol_select .select2-container .select2-selection--single {
        background-color: #ffffff;
        border: none;
        font-weight: 600;
        border-radius: 50px;
    }

    .form_cantrol_select .select2-container {
        width: 100% !important;
    }

    .form_cantrol_select .select2-container--default .select2-selection--single .select2-selection__rendered {
        color: #595959;
        padding: 0;
        text-align: left;
        line-height: 32px;
    }

    .form_cantrol_select .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 26px;
        position: absolute;
        top: 1px;
        right: -2px;
        width: 20px;
    }

        .form_cantrol_select .select2-container--default .select2-selection--single .select2-selection__arrow b {
            border-width: 5px 5px 0px 5px;
            margin-top: -1px;
            border-color: #333333 transparent transparent transparent;
        }

    .form_cantrol_select .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
        border-width: 0 5px 5px 5px;
        border-color: transparent transparent #333333 transparent;
    }

.modal_content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
}

    .modal_content h4 {
        font-weight: 600;
        color: #071f5d;
    }

    .modal_content .modal-title {
        line-height: 1.1;
    }

.modal_header1 {
    border-bottom-color: #e5e5e5;
    background-color: #e4edf8;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom: 2px solid #ababab;
}

.modal_footer1 {
    border-top-color: #e5e5e5;
    background: #f5f5f5;
}

.modal_content p {
    font-weight: 600;
    font-style: italic;
    font-size: 14px;
    color: #787878;
    margin: 10px 0 10px;
}

.modal_content .close {
    color: #071f5d;
    opacity: 1;
    text-shadow: none;
}

    .modal_content .close:focus {
        outline: none;
    }

.input_bx {
    border: 1px solid #ececec;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 600;
}

    .input_bx:focus {
        border-color: #ececec;
        box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
    }

    .input_bx::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: #787878 !important;
        font-weight: 600;
    }

.modal_content label {
    color: #323232;
    font-size: 14px;
    font-weight: 600;
}

.modal_content textarea {
    border: 1px solid #ececec;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 600;
}

    .modal_content textarea:focus {
        border-color: #ececec;
        box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
    }

.btn_submit {
    background-color: #071f5d;
    color: #fff;
    padding: 9px 25px;
    border: 1px solid #ececec;
    text-transform: uppercase;
    font-size: 18px;
    margin-right: 15px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 5px;
}

    .btn_submit:active {
        box-shadow: none;
    }

        .btn_submit:active:focus {
            outline: none;
        }

.btn_close {
    background-color: #071f5d;
    color: #fff;
    padding: 9px 25px;
    border: 1px solid #ececec;
    text-transform: uppercase;
    font-size: 18px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 5px;
}

    .btn_submit:hover, .btn_close:hover {
        background: #77a4dd;
        color: #fff;
    }

    .btn_submit:focus, .btn_close:focus {
        background: #77a4dd;
        color: #fff;
    }

    .btn_close:active {
        box-shadow: none;
    }

        .btn_close:active:focus {
            outline: none;
        }

.hover_dropdown {
    position: relative;
}

.hover_dropdown_content {
    display: none;
    position: absolute;
    background-color: #ffffff;
    width: 100px;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
    z-index: 1;
    border-radius: 7px;
    top: 55px;
}

    .hover_dropdown_content a {
        color: black;
        padding: 6px 20px;
        text-decoration: none;
        display: block;
        text-align: center;
        font-weight: 600;
        border-bottom: 1px solid #f5f5f5;
    }

        .hover_dropdown_content a:last-child {
            border-bottom: 0;
        }

        .hover_dropdown_content a:hover {
            background-color: #77a4dd;
            color: #fff;
        }

            .hover_dropdown_content a:hover:first-child {
                background-color: #77a4dd;
                color: #fff;
                border-top-left-radius: 5px;
                border-top-right-radius: 5px;
            }

            .hover_dropdown_content a:hover:last-child {
                background-color: #77a4dd;
                color: #fff;
                border-bottom-left-radius: 5px;
                border-bottom-right-radius: 5px;
            }

.hover_dropdown:hover .hover_dropdown_content {
    display: block;
}

.hover_dropdown_content:before {
    content: '';
    width: 23px;
    height: 12px;
    background: url(../images/droupdown-arrow.png);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -10px;
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 60px auto;
    }

    #holdPop .modal-dialog {
        width: 750px;
    }

    #Memopop .modal-dialog {
        width: 750px;
    }
}

.checkout_text {
    color: #00061f;
    font-weight: 600;
    padding-top: 15px;
    padding-bottom: 15px;
    margin: 0;
    font-size: 16px;
    padding-left: 15px;
}

.order_summary_main {
    border-radius: 5px;
    margin-top: 10px;
    width: 320px;
    height: 236px;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
}



.order_summary_header {
    background-color: #e4edf8;
    border-top: 1px solid #e3e3e3;
    border-left: 1px solid #e3e3e3;
    border-right: 1px solid #e3e3e3;
    border-bottom: 2px solid #cccccc;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

    .order_summary_header h3 {
        color: #071f5d;
        font-weight: 600;
        margin: 0;
        font-size: 14px;
        padding: 15px;
    }

.order_summary_body {
    background-color: #ffffff;
    border-bottom: 1px solid #e3e3e3;
    border-left: 1px solid #e3e3e3;
    border-right: 1px solid #e3e3e3;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

    .order_summary_body h2 {
        color: #385852;
        font-weight: 600;
        margin: 0;
        font-size: 14px;
        padding-top: 15px;
        padding-bottom: 15px;
        padding-left: 10px;
        padding-right: 10px;
        display: inline-block;
    }

    .order_summary_body h3 {
        color: #243935;
        font-weight: 600;
        margin: 0;
        font-size: 14px;
        padding: 10px;
        display: inline-block;
        float: right;
        padding-top: 15px;
        padding-bottom: 15px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .order_summary_body div {
        border-bottom: 2px solid #ebebeb;
        margin-left: 10px;
        margin-right: 10px;
    }

        .order_summary_body div:last-child {
            border-bottom: 0;
            margin-left: 10px;
            margin-right: 10px;
        }

.buy_now_main {
    border: 1px solid #e3e3e3;
    border-radius: 5px;
    background-color: #ffffff;
    margin-top: 10px;
    padding: 20px;
    width: 320px;
    height: 236px;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
}



    .buy_now_main h2 {
        color: #385852;
        font-weight: 700;
        margin: 0;
        font-size: 16px;
        padding-top: 0px;
        padding-bottom: 15px;
        display: inline-block;
    }

    .buy_now_main h3 {
        color: #243935;
        font-weight: 700;
        margin: 0;
        font-size: 16px;
        display: inline-block;
        float: right;
        padding-top: 0px;
        padding-bottom: 15px;
    }

    .buy_now_main p {
        color: #243935;
        font-weight: 600;
        margin: 0;
        font-size: 12px;
        font-style: italic;
        padding-top: 5px;
        padding-bottom: 10px;
        text-align: right;
    }

    .buy_now_main .btn {
        background-color: #071f5d;
        color: #ffffff;
        font-weight: 700;
        border-radius: 5px;
        padding: 8px 12px;
        margin-top: 15px;
    }

        .buy_now_main .btn:focus {
            outline: none;
        }

        .buy_now_main .btn:active {
            box-shadow: none;
        }

        .buy_now_main .btn:hover {
            background-color: #77a4dd;
            color: #fff;
        }

.checkout_div {
    float: right;
}

@media (max-width:767px) {
    .checkout_div {
        float: none;
        padding-left: 0px;
        padding-right: 0px;
    }

    .buy_now_main p {
        padding-right: 0;
        font-size: 10px;
    }

    .buy_now_main {
        width: 100%;
        float: left;
        margin-bottom: 20px;
    }

    .order_summary_main {
        border-radius: 5px;
        margin-top: 10px;
        width: 100%;
        float: left;
        padding-left: 0px;
        padding-right: 0px;
    }
}
/*   order_cancel_main start   */

.order_cancel_main {
    background-color: #ffffff;
    box-shadow: 0 0 5px #ccc;
    border-radius: 5px;
    margin-top: 35px;
    width: 560px;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    border: 2px solid #ef4e74;
}

@media (min-width:768px) and (max-width:1199px) {
    .order_cancel_main {
        -webkit-transform: translate(-40%);
        transform: translate(-40%);
    }
}

@media (max-width:767px) {
    .order_cancel_main {
        width: 100%;
        float: left;
        position: relative;
        -webkit-transform: translate(-50%,50%);
        transform: translate(-50%,50%);
        left: 50%;
        margin-top: 0;
    }
}

.order_cancel_main h1 {
    color: #ee4d73;
    font-weight: 700;
    font-size: 40px;
    padding-left: 100px;
    margin-top: 30px;
    margin-bottom: 20px;
}

@media (max-width:767px) {
    .order_cancel_main h1 {
        padding-left: 0px;
        text-align: center;
        margin-top: 90px;
    }
}

.order_cancel_main p {
    color: #ee4d73;
    font-size: 16px;
    letter-spacing: 2px;
    padding-left: 100px;
}

@media (max-width:767px) {
    .order_cancel_main p {
        padding-left: 0px;
        text-align: center;
    }
}

.order_cancel_main .btn {
    color: #ffffff;
    font-weight: 600;
    font-size: 14px;
    background-color: #ef4e74;
    border-radius: 5px;
    padding: 14px 12px;
    width: 110px;
    box-shadow: 0px 5px 3px -5px #000;
    margin-left: 10px;
    text-shadow: 0px 1px 1px #000;
}

    .order_cancel_main .btn:focus {
        outline: none;
        box-shadow: 0px 5px 3px -5px #000;
    }

    .order_cancel_main .btn:active {
        box-shadow: 0px 5px 3px -5px #000;
    }

.order_cancel_btn_div {
    text-align: right;
    -webkit-transform: translate(0%,45%);
    transform: translate(0%,45%);
    padding-right: 30px;
    padding-left: 30px;
}

@media (max-width:767px) {
    .order_cancel_btn_div {
        text-align: center;
        -webkit-transform: translate(0%,45%);
        transform: translate(0%,45%);
        padding-right: 15px;
        padding-left: 15px;
    }

    .order_cancel_main .btn {
        margin-left: 0;
    }
}

.icn_order_cancel {
    -webkit-transform: translate(-50%,9%);
    transform: translate(-50%,9%);
    position: absolute;
    width: 150px;
}

@media (max-width:767px) {
    .icn_order_cancel {
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        position: absolute;
        left: 50%;
        width: 150px;
    }
}
/*   order_cancel_main end   */



/*   order_success_main start   */

.order_success_main {
    background-color: #ffffff;
    box-shadow: 0 0 5px #ccc;
    border-radius: 5px;
    margin-top: 35px;
    width: 560px;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    border: 2px solid #001f5b;
}

@media (min-width:768px) and (max-width:1199px) {
    .order_success_main {
        -webkit-transform: translate(-40%);
        transform: translate(-40%);
    }
}

@media (max-width:767px) {
    .order_success_main {
        width: 100%;
        float: left;
        position: relative;
        -webkit-transform: translate(-50%,50%);
        transform: translate(-50%,50%);
        left: 50%;
        margin-top: 0;
    }
}

.order_success_main h1 {
    color: #001f5b;
    font-weight: 700;
    font-size: 40px;
    padding-left: 100px;
    margin-top: 30px;
    margin-bottom: 20px;
}

@media (max-width:767px) {
    .order_success_main h1 {
        padding-left: 0px;
        text-align: center;
        margin-top: 90px;
    }
}

.order_success_main p {
    color: #2e60ab;
    font-size: 16px;
    letter-spacing: 2px;
    padding-left: 100px;
}

@media (max-width:767px) {
    .order_success_main p {
        padding-left: 0px;
        text-align: center;
    }
}

.order_success_main .btn {
    color: #ffffff;
    font-weight: 600;
    font-size: 14px;
    background-color: #071f5d;
    border-radius: 5px;
    padding: 14px 12px;
    width: 185px;
    box-shadow: 0px 5px 3px -5px #000;
    text-shadow: 0px 1px 1px #000;
}

    .order_success_main .btn:focus {
        outline: none;
        box-shadow: 0px 5px 3px -5px #000;
    }

    .order_success_main .btn:active {
        box-shadow: 0px 5px 3px -5px #000;
    }

.order_success_btn_div {
    text-align: right;
    -webkit-transform: translate(0%,45%);
    transform: translate(0%,45%);
    padding-right: 30px;
    padding-left: 30px;
}

@media (max-width:767px) {
    .order_success_btn_div {
        text-align: center;
        -webkit-transform: translate(0%,45%);
        transform: translate(0%,45%);
        padding-right: 15px;
        padding-left: 15px;
    }
}

.icn_order_success {
    -webkit-transform: translate(-50%,9%);
    transform: translate(-50%,9%);
    position: absolute;
    width: 150px;
}

@media (max-width:767px) {
    .icn_order_success {
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        position: absolute;
        left: 50%;
        width: 150px;
    }
}
/*   order_success_main end   */

.checkout_radio_label {
    display: block;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 0;
}

    .checkout_radio_label input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

.checkout_checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 27px;
    width: 27px;
    border-radius: 50%;
    border: 2px solid #243935;
}

.checkout_radio_label input:checked ~ .checkout_checkmark {
    background-color: #ffffff;
}

.checkout_checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.checkout_radio_label input:checked ~ .checkout_checkmark:after {
    display: block;
}

.checkout_radio_label .checkout_checkmark:after {
    top: 2px;
    left: 2px;
    width: 19px;
    height: 19px;
    border-radius: 50%;
    background: #243935;
}

.main_dropdown_menu > li > a {
    font-weight: 600;
}

    .main_dropdown_menu > li > a:hover {
        background-color: #7ca3dc;
        color: #fff;
        font-weight: 600;
    }

.main_dropdown_caret {
    position: absolute;
    top: 31px;
    right: 0;
}

.diamond_detail_text {
    color: #071f5d;
    font-weight: 600;
    padding-top: 15px;
    padding-bottom: 15px;
    margin: 0;
    font-size: 16px;
    padding-left: 15px;
}

.detail_diamond_main {
    background-color: #ffffff;
    border-radius: 5px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

    .detail_diamond_main .nav-tabs {
        border-bottom: 0;
        text-align: center;
        margin-bottom: 30px;
    }

        .detail_diamond_main .nav-tabs > li:first-child {
            border-top-left-radius: 5px;
            border-bottom-left-radius: 5px;
        }

        .detail_diamond_main .nav-tabs > li {
            border: 2px solid #b2d3dc !important;
        }

        .detail_diamond_main .nav-tabs > li {
            background-color: #f5f5f5;
        }

        .detail_diamond_main .nav-tabs > li {
            float: none;
            display: inline-block;
            margin-bottom: 0;
        }

        .detail_diamond_main .nav-tabs li:first-child {
            margin-right: -4px;
        }

        .detail_diamond_main .nav-tabs > li > a {
            color: #5a5a5a;
            font-weight: 700;
            text-align: center;
            margin-right: 0px !important;
            width: 120px;
        }

            .detail_diamond_main .nav-tabs > li > a:hover {
                background: none;
            }

        .detail_diamond_main .nav-tabs > li > a {
            border-radius: 0 !important;
            border: 0 !important;
        }

        .detail_diamond_main .nav-tabs > li:last-child {
            border-top-right-radius: 5px;
            border-bottom-right-radius: 5px;
        }

        .detail_diamond_main .nav-tabs > li {
            border: 2px solid #5a5a5a !important;
        }

            .detail_diamond_main .nav-tabs > li.active a {
                background-color: #5a5a5a !important;
            }

            .detail_diamond_main .nav-tabs > li.active > a {
                color: #ffffff;
            }

    .detail_diamond_main .btn {
        background-color: #e2ebe8;
        color: #243936;
        padding: 0;
        font-weight: 600;
        width: 150px;
        height: 50px;
        margin-top: 10px;
        margin-left: 5px;
        margin-right: 5px;
        border-radius: 5px;
        position: relative;
        padding-left: 20px;
    }

        .detail_diamond_main .btn:active:focus, .btn:focus {
            outline: 0;
        }

        .detail_diamond_main .btn:active {
            box-shadow: none;
        }

    .detail_diamond_main .diamond_img_div {
        border: 2px solid #cfcfcf;
        border-radius: 5px;
        background-color: #e7e5e8;
        width: 324px;
        height: 315px;
        margin: 0 auto;
        display: block;
    }

@media (max-width:767px) {
    .detail_diamond_main .diamond_img_div {
        max-width: 100%;
        height: auto;
    }
}

.detail_diamond_main .diamond_img_div img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.detail_diamond_main .download_img {
    position: absolute;
    left: 0;
    padding-left: 10px;
}

.detail_diamond_main .div1_bdr {
    border-right: 2px solid #f5f5f5;
}

.detail_diamond_main .div2_bdr {
    border-right: 2px solid #f5f5f5;
}

@media (max-width:1199px) {
    .detail_diamond_main .div1_bdr {
        border-right: 0;
    }
}

.detail_diamond_main .text_left {
    text-align: left;
}

.detail_diamond_main .text_right {
    text-align: right;
}

@media (max-width:767px) {
    .detail_diamond_main .text_left {
        text-align: center;
    }

    .detail_diamond_main .text_right {
        text-align: center;
    }

    .detail_diamond_main .div2_bdr {
        border-right: 0;
    }

    .detail_diamond_main .div3_bdr {
        border-bottom: 2px solid #f5f5f5;
    }
}

.detail_diamond_main h3 {
    color: #595959;
    font-weight: 700;
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 0;
    border-bottom: 2px solid #f5f5f5;
    padding-bottom: 20px;
}

.detail_diamond_main ul {
    padding: 0;
    margin-top: 4px;
}

.detail_diamond_main .li1 {
    color: #464646;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 5px;
}

.detail_diamond_main .li2 {
    color: #787878;
    font-size: 14px;
    margin-bottom: 5px;
}

.gia_img_div {
    margin-bottom: 20px;
}

    .gia_img_div img {
        border-radius: 5px;
    }

.admin_login_body {
    background-color: #f5f5f5;
    background-image: url(../images/admin_login_bg.png);
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
}

.admin_login_main {
    width: 400px;
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

@media (max-width:425px) {
    .admin_login_main {
        width: 295px;
    }

        .admin_login_main img.center-block {
            width: 100%;
        }
}

.admin_login_form {
    border: 2px solid #243936;
    background-color: #ffffff;
    border-radius: 5px;
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
    margin-top: 30px;
}

    .admin_login_form .form-control {
        background-color: #f5f5f5;
        border: 1px solid #ececec;
        border-radius: 50px;
        box-shadow: none;
        height: 42px;
        color: #787878;
        padding-top: 6px;
        padding-bottom: 6px;
        padding-right: 12px;
        padding-left: 55px;
    }

        .admin_login_form .form-control:focus {
            box-shadow: 0 0 2px #ccc;
        }

    .admin_login_form .btn {
        background-color: #b07f49;
        color: #ffffff;
        border-radius: 50px;
        height: 42px;
        -webkit-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
        font-weight: 700;
    }

        .admin_login_form .btn:hover {
            -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
            box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
        }

        .admin_login_form .btn:active {
            -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
            box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
        }

            .admin_login_form .btn:active:focus, .btn:focus {
                outline: 0;
            }

    .admin_login_form img {
        position: absolute;
        left: 30px;
        top: 50%;
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
    }

.admin_login_main .form-group {
    position: relative;
}

.admin_login_main a:hover {
    text-decoration: none;
}


@media (min-width:1600px) {
    .stone-details-img-caption ul li {
    }
}

@media (min-width: 767px) {
    .criteria_main_ul_cmn {
        text-align: left;
    }
}
