/* For Ali Maserat */

footer {
    /*border-top: solid 1px #e8e8e8 !important;*/
}
@font-face {
    font-family: 'Wyekan';
    src: url('../fonts/Wyekan.eot');
   src: url('../fonts/Wyekan.woff');
      src: url('../fonts/Wyekan.eot?#iefix') format('embedded-opentype'), 
      url('../fonts/Wyekan.ttf'),  
      url('../fonts/Wyekan.svg');
      font-weight: bold;
   }


@font-face {
    font-family: 'WyekanBold';
      src: url('../fonts/WyekanBold.ttf');
      font-weight: bold;
   }
button#send2 {
    width: 180px !important;
}
body{
     font-family: 'Wyekan' !important;
}
.hidcolors{
    display: none;
}

.hideform{
    display: none;
}

.btn:hover {
    background: #ededed;
    background-image: -webkit-linear-gradient(top, #ededed, #e0e0e0);
    background-image: -moz-linear-gradient(top, #ededed, #e0e0e0);
    background-image: -ms-linear-gradient(top, #ededed, #e0e0e0);
    background-image: -o-linear-gradient(top, #ededed, #e0e0e0);
    background-image: linear-gradient(to bottom, #ededed, #e0e0e0);
    text-decoration: none;
}
@media (max-width: 768px){
    #switch_store {
    float: right !important;
    margin-top: 22px;
    margin-left: 20px;
}
}

button.btn.btn-success {
    float: right;
    width: 200px;
}

h4.text-center {
    color: #444444;
}

.footer-bottom {
    padding-bottom: 5px;
}

.m-t-30 {
    margin-top: 10px !important;
}

a.btn.left-float,
a.btn.right-float {
    border: 1px solid #ababab;
}

.buy-diamond button.btn.btn-primary {
    width: 100%;
    height: 35px;
}

.navbar-nav>li {
    /*border-right: 1px solid #ececec;*/
    font-size: 12px;
}

.navbar-collapse ul li:hover ul {
    font-size: 12px;
    text-align: left;
}


/*select.disabled-select{ background-color: #eee; pointer-events: none;}*/

label.missing {
    color: red !important;
    font-size: 150%;
}

footer img {
    max-width: 200px;
}

footer .container .row {
    margin-left: -15px;
    margin-right: -15px;
}

footer .socila-icon a {
    margin: 0px 5px;
}

.box-main {
    -webkit-box-shadow: 0px 0px 16px -1px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 16px -1px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 16px -1px rgba(0, 0, 0, 0.75);
}

.rnumberinfo-container {
    direction: ltr;
    text-align: right;
}

.buy-diamond .buttons-wrapper {
    width: 100%;
    float: right;
}

.error {
    color: #df280a;
    font-weight: bold;
}

.almas-result .loader {
    position: absolute;
    top: 41%;
    right: 31%;
    z-index: 10000;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
    background: url(/../skin/frontend/b-responsive/marloo/images/loading.gif);
    background-repeat: no-repeat;
    height: 150px;
    width: 147px;
}

.innotech-almas-almas-sell .loader {
    position: absolute;
    top: 41%;
    right: 31%;
    z-index: 10000;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
    background: url(/../skin/frontend/b-responsive/marloo/images/loading.gif);
    background-repeat: no-repeat;
    height: 150px;
    width: 147px;
}

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

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.searchbox-container.float-right {
    width: 50%;
    float: right;
    text-align: right;
    position: relative;
    margin-bottom: 20px;
}

.searchbox-container.float-right #certificate_number {
    direction: ltr;
}

.searchbox-container.float-right button.btn.btn-primary {
    position: absolute;
    left: 0;
    top: 0;
}

.searchbox-container.float-right .btn.btn-primary:hover,
.searchbox-container.float-right .btn.btn-primary:focus {
    outline: none;
    color: #000;
}

#diamondlist-validate-form .searchbox .validation-advice {
    display: none;
}

.product-row:nth-of-type(even):hover,
.product-row:nth-of-type(odd):hover {
    background: #eaecee;
}


/* new added css */

#reserve_list {
    max-height: 230px;
    overflow: auto;
    overflow-x: auto;
    padding: 10px 0;
}

.reservation_item {
    direction: ltr;
}


/* .reservation_item span span {
    font-size: 10px;
} */

thead td {
    text-align: center;
}

.reservation_item {
    display: inline-block;
    margin: 5px 6px 5px;
    padding: 8px 15px 8px 8px;
    border: 1px solid #dfdfdf;
    box-shadow: 0 0 3px rgba(0, 16, 82, 0.2);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    border-radius: 10px;
    width: 46%;
}

.reservation_item img {
    width: 25px;
    margin-top: 10px;
    margin-left: 10px;
}

.reservation_item:hover {
    box-shadow: 1px 1px 8px #dfdfdf;
    background-color: #eee;
    text-decoration: none;
    /*color: #FFF;*/
}

.reservation-item-content:hover {
    text-decoration: none;
}

.reservation_item .dismiss-reservation {
    float: left;
    background: #fff;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    text-align: center;
    padding-top: 6px;
    margin-left: -15px;
    margin-top: -20px;
    color: #000;
    font-size: 10px;
    box-shadow: 0 0 3px rgba(0, 16, 82, 0.2);
}

.reservation_item .dismiss-reservation:hover {
    box-shadow: 1px 1px 8px #dfdfdf;
    color: #2C5E30;
}


/*.reservation_item .dismiss-reservation::after{background: rgba(0, 0, 0, 0) url(../images/close.png) repeat scroll 0 0;
    bottom: -28px;
    content: "";
    display: inline-block;
    height: 20px;
    right: 0;
    margin: 0 auto;
    position: absolute;
    left: 0;
    width: 20px;}*/

.reservation_item span.diamond_image_thumb {
    float: right;
    text-indent: 100%;
    overflow: hidden;
    height: 40px;
    width: 45px;
}


/*.reservation_item span {vertical-align: middle;float:left;text-align: center;}*/

.add_to_resereve_list[data-disabled=yes] {
    color: #CCC;
    pointer-events: none;
}

.pages {
    /*display: none;*/
    width: 100%;
}
.pages .pagination {
    /*display: none;*/
    width: 100%;
}

.sticky-table-head {
    right: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    max-width: 100%;
}

.sticky-table-head ul {
    margin: 0px;
    padding: 0px;
    display: table;
    width: 100%;
    direction: ltr !important;
}

.sticky-table-head ul li {
    list-style: none;
    display: table-cell;
    text-align: center;
    background: #06436d;
    color: #fff;
    padding: 5px;
    border-left: 1px solid #fff;
}

.sticky-table-head ul li:last-child {
    border-left: 0px;
}

.sticky-table-head.active {
    opacity: 1;
    position: fixed;
    z-index: 9;
}

.sticky-table-head.active ul {
    margin: 0 auto;
    max-width: 1108px;
}

#price_discount_modal {
    padding-left: 10px;
    width: 120px;
    display: inline-block;
    outline: none;
}

#discount_operator_modal {
    background-color: white;
    padding: 5px;
    display: inline-block;
    position: relative;
    border-color: #CCC;
    outline: none;
}

#myupdateprice .aggreement-wrapper {
    padding-bottom: 10px;
}

.custom-dd-ajax .ajax-loader span {
    display: block;
    font-size: 14px;
    margin-top: 5px;
}

#checkinventory-form .loader,
#checkinventorybulk-form .loader {
    position: absolute;
    top: 40%;
    right: 50%;
    z-index: 10000;
    border: 10px solid #fff;
    border-radius: 50%;
    border-top: 10px solid #333;
    width: 70px;
    height: 70px;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
}

#checkinventory-form .dd-overlay,
#checkinventorybulk-form .dd-overlay {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 10000;
}

#checkinventorybulk-modal h4.modal-title {
    text-align: center;
    /* display: inline-block;
    float: left; */
}

#checkinventorybulk-modal .modal-header img {
    display: inline-block;
    margin-right: 15%;
}

#checkinventorybulk-modal .modal-dialog,
#checkinventory-modal .modal-dialog {
    margin: 20% auto;
}

.innotech-almas-almas-index #checkinventorybulk-modal .modal-dialog{
	margin: 20% auto !important; 
}

@-moz-document url-prefix() {
    #checkinventorybulk-modal .modal-dialog,
    #checkinventory-modal .modal-dialog {
        margin: 20% auto;
    }
}

.searchbox-container .searchbox,
.searchbox-container .carat {
    float: right;
    text-align: right;
    margin-bottom: 0;
}

.searchbox-container .carat label.control-label,
.searchbox-container .searchbox label.control-label,
.otherfilter-container .almas_clarity label.control-label,
.otherfilter-container .almas_cut label.control-label {
    float: right;
    padding: 0;
    width: 100%;
    text-align: right;
}

form#diamondlist-validate-form {
    margin-bottom: 15px;
}

.customer-account-login .account-login,
.customer-account-login .account-register {
    background: #f1f1f1;
    padding: 20px 30px;
    border-radius: 20px;
    margin-top: 10px;
}

.customer-account-login .account-register .buttons-set {
    clear: both;
    margin: 20px 0 0;
    padding-top: 10px;
}

.navbar-collapse .nav,
.navbar-collapse #almas-cart-panel {
    display: inline-block;
    margin-right: 0;
}

#almas-cart-panel {
    /*position: fixed;*/
    top: 30%;
    left: 0;
    /*z-index: 99999;float: left;*/
}

#almas-cart-list {
   /* position: absolute;*/
    /*top: 0; left:0px; width: 600px;*/
    /*background: #fff;*/
}

#almas-cart-panel-btn {
    /* position: absolute;top: -15px; right: -150px;*/
    padding: 0;
    background: transparent;
    color: #fff;
    border: none;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    font-size: 22px;
    /*float: left;margin-top: -50px;*/
}

#almas-cart-panel-btn>img {
    width: 50px;
}

button:focus {
    outline: none;
}

#almas-cart-panel #almas-cart-panel-btn span.total-items {
    position: relative;
    left: -16px;
    top: -14px;
    background: #44693d;
    height: 16px;
    border-radius: 50%;
    width: 16px;
    font-size: 10px;
    display: inline-block;
    padding-top: 1px
}

#fancy_price {
    width: 170px;
    display: inline-block;
    outline: none;
    margin-left: 10px;
}

#almas-cart-panel .box-main.alert {
    background: #fff;
    position: absolute;
    width: 400px;
    display: none;
    border-radius: 30px;
    left: 0px;
    text-align: left;
}

.custom-social {
    /*text-align: center;*/
    /*float: right;*/
}

.custom-social ul {
    margin: 0px;
    padding: 0px;
}

.custom-social ul li {
    float: right;
    text-align: center;
    height: 40px;
    width: 40px;
    display: inline-block;
    list-style: none;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    margin: 0 3px;
    padding: 3px 0 0 0;
}

.custom-social ul li a {
    color: #fff;
    font-size: 24px;
    display: block;
    line-height: 40px;
}

.custom-social ul li a:hover {
    color: #fff;
    text-decoration: none;
}

.custom-social ul li.instagram {
    background: #2C5E30;
}

.custom-social ul li.facebook {
    background: #2C5E30;
}

.custom-social ul li.youtube {
    background: #2C5E30;
}

.custom-social ul li.linkedin {
    background: #2C5E30;
}

.custom-social ul li.pinterest {
    background: #aabcc6;
}

.custom-social ul li.twitter {
    background: #9BBADF;
}

.custom-social ul li.envelope {
    background: #e4e0db;
}

.landing-left-social ul li:hover {
    background-color: #2b2b2b;
}

.custom-ajax-no-record-found .error-msg {
    text-align: center;
}

#request-form .buttons-wrapper .validation-advice {
    position: absolute;
    bottom: -75px;
    right: -10px;
    width: 200px
}


/*  2 Nov 2017
= = = = = = = = = = = = = = = = = = = = = = = = */

.shape-button-wrapper label {
    position: relative;
    cursor: pointer;
}

.shape-button-wrapper label input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.shape-button-wrapper .control__indicator {
    background-color: #eee;
    border: solid 1px #bbb;
    -o-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.shape-button-wrapper label input:checked~.control__indicator {
    background-color: #71aac7 !important;
}

.shape-button-wrapper {
    margin-bottom: 0 !important;
}

.buy-fancy-diamond .fancy-button-wrapper,
.buy-fancy-diamond .intensity-button-wrapper {
    display: inline-block;
    text-align: right;
    /*  width: 12%;*/
    font-size: 12px;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 13px;
    height: 40px;
}

.buy-fancy-diamond .fancy-button-wrapper button,
.buy-fancy-diamond .intensity-button-wrapper button {
    transform: scale(0.7, 0.7);
    background-color: #eee;
    border: none;
    outline: none;
    -o-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 50% !important;
    padding: 0;
}

.buy-fancy-diamond .fancy-button-wrapper button .dimond_icon_fancy {
    transform: scale(0.9, 0.9);
    display: inline-block;
    height: 50px;
    width: 50px;
    vertical-align: middle;
}

.buy-fancy-diamond .intensity-button-wrapper button .dimond_icon_fancy {
    transform: scale(0.9, 0.9);
    display: inline-block;
    height: 50px;
    width: 60px;
    vertical-align: middle;
    font-size: 16px;
    position: relative;
}

.buy-fancy-diamond .intensity-button-wrapper button .dimond_icon_fancy span {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}


/*.buy-fancy-diamond  .fancy-button-wrapper button.active .dimond_icon_fancy{
    border: 2px #8863ed solid;
}*/

.buy-fancy-diamond .fancy-button-wrapper button.fancy-button:hover,
.buy-fancy-diamond .fancy-button-wrapper button.fancy-button.active,
.buy-fancy-diamond .fancy-button-wrapper button.fancy-button.active {
    border: 2px #8863ed solid;
}

.buy-fancy-diamond .intensity-button-wrapper button.active .dimond_icon_fancy {
    background: #71aac7;
    color: #fff;
}

.buy-fancy-diamond .fancy-button-wrapper button .dimond_icon_fancy_gray {
    background-color: #808080;
    border-radius: 50% !important;
}

.buy-fancy-diamond .fancy-button-wrapper button .dimond_icon_fancy_brown {
    background-color: #a52a2a;
    border-radius: 50% !important;
}

.buy-fancy-diamond .fancy-button-wrapper button .dimond_icon_fancy_blue {
    background-color: #027cd1;
    border-radius: 50% !important;
}

.buy-fancy-diamond .fancy-button-wrapper button .dimond_icon_fancy_black {
    background-color: #000000;
    border-radius: 50% !important;
}

.buy-fancy-diamond .fancy-button-wrapper button .dimond_icon_fancy_yellow {
    background-color: #ffff00;
    border-radius: 50% !important;
}

.buy-fancy-diamond .fancy-button-wrapper button .dimond_icon_fancy_pink {
    background-color: #ff4b6b;
    border-radius: 50% !important;
}

.buy-fancy-diamond .fancy-button-wrapper button .dimond_icon_fancy_orange {
    background-color: #ff7f00;
    border-radius: 50% !important;
}

.buy-fancy-diamond .fancy-button-wrapper button .dimond_icon_fancy_green {
    background-color: #84bf44;
    border-radius: 50% !important;
}


/*  27 October 2017
= = = = = = = = = = = = = = = = = = = = = = = = */

.dd-diamond-header td {
    font-size: 11px;
}

.price-filter-dd {
    display: none;
}

.price-filter-dd,
.almas_carat-filter-dd {
    display: block;
}

.ui-state-active,
.ui-widget-content .ui-state-active {
    border: 1px solid #f2ca00!important;
    background: #f2ca00 !important;
}

.buy-diamond .ui-widget.ui-widget-content {
    margin: 0 18px 0 30px;
    position: relative;
    top: 50px;
}

.requestdiamond-title h1 {
    margin: 0;
    padding: 15px 0;
}

.request-diamond-panel .panel-body .form-group {
    width: 50%;
    float: right;
    margin: 0 auto;
    min-height: 65px;
}

.customerdetail.request-diamond-panel .panel-body .form-group,
.otherdetail.request-diamond-panel .panel-body .form-group {
    clear: both;
}

.budget-section {
    position: relative;
}

.budget-section span {
    position: absolute;
    top: 10px;
    left: 45px;
    opacity: 0.5;
}

.policy-accepted-container .checkbox {
    margin-right: 22px;
}

.policy-accepted-container #policy_accepted {
    margin-right: -17px;
    margin-left: 0;
    ;
}

.btn {
    padding: 8px 16px;
    font-size: 12px;
}

#almas-cart-panel .btn {
    border-radius: 4px;
}
.plusminus{
    font-size: 25px;
   
}
@media only screen and (max-width: 1199px) and (min-width: 768px) {
    #request-form .buttons-wrapper {
        margin-bottom: 30px;
    }
    #request-form .request-diamond-panel .panel-body .form-group {
        width: 48%;
        min-height: 70px;
    }
    #request-form .dimond_icon {
        width: 65px;
    }
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
    #request-form .request-diamond-panel .panel-body .form-group {
        width: 50%;
    }
}

@media only screen and (max-width: 1199px) {
    .request-diamond-panel .panel-body .form-group {
        width: 49%;
        margin-left: 2%;
    }
    .request-diamond-panel .panel-body .form-group .control-label {
        text-align: left;
        padding: 0;
        margin-right: -4px;
    }
}

@media only screen and (max-width: 991px) {
    .customerdetail.request-diamond-panel .panel-body .form-group,
    .otherdetail.request-diamond-panel .panel-body .form-group {
        width: 65%;
    }
    .request-diamond-panel .panel-body .form-group {
        width: 70%;
        margin-left: 0;
    }
}

@media (max-width:768px) {
    .sticky-table-head {
        position: relative;
    }
    .sticky-table-head ul {
        display: table;
        table-layout: fixed;
    }
}

@media (max-width:767px) {
    #almas-cart-list {
    left: 0px;
        position: absolute;
    margin-left: 13px;
    right: unset !important;
    }

    .request-diamond-panel .panel-body .form-group,
    .customerdetail.request-diamond-panel .panel-body .form-group,
    .otherdetail.request-diamond-panel .panel-body .form-group {
        width: 100%;
        margin: 0 auto 15px;
    }
    .request-diamond-panel .panel-body .form-group .control-label {
        width: 100%;
        text-align: right;
        padding: 5px 20px;
    }
    .shape-button-wrapper {
        text-align: left !important;
    }
    #request-form .buttons-wrapper .validation-advice {
        left: 0 !important;
    }
}

@media (max-width:360px) {
    #almas-cart-list {
       right: 0px;
    margin-right: 13px;
    }
}


/* Dec 8, 2017 */

/*.btn-position-left {
    margin-right: 86% !important;
}

.btn-position-right {
    position: absolute;
    top: 6%;
    right: -50%; 
}*/


/*form styles*/

.msform {
    text-align: center;
    position: relative;
    margin-top: 30px;
    margin-bottom: 30px;
}

.msform fieldset {
    background: white;
    border: 0 none;
    border-radius: 10px;
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
    padding: 20px 30px;
    box-sizing: border-box;
    width: 80% !important;
    margin: 0 auto  !important;
    /* height: 420px;*/
    position: relative !important;
}


.msform-custom-fieldset{
    background: white;
    border: 0 none;
    border-radius: 10px;
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
    padding: 20px 0;
    box-sizing: border-box;
    width: 100%;
    /*margin: 0 10%;*/
    height: auto;
    position: relative !important;
    float: right;
    margin-bottom: 12px;
}

.DeactiveShowMore{
    display: none;
}
.ActiveShowMore{
    display: block;
}

#MainFormSection{
    margin-bottom: 15px;
}
.updateprice {
    color: #fff;
    width: 16%;
    background: #2C5E30;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 7px;
    cursor: pointer;
    padding: 3px 9px !important;
    margin: 20px 5px;
}
.boldd{
    font-weight: bold;
}
.pricedata{
    visibility: hidden;
}
.newbtn{
    color: #fff;
    width: 16%;
    background: #2C5E30;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 7px;
    cursor: pointer;
    padding: 10px 19px !important;
    margin: 20px 5px !important;
    font-size: 18px !important;
}

/*Hide all except first fieldset*/

.msform fieldset:not(:first-of-type) {
    display: none;
}

input#almas_length, input#almas_width, input#almas_depth {
    padding: 2px 2px;
    font-size: 12px;
}
/*inputs*/

.msform input,
.msform textarea {
    /* padding: 15px;*/
    border-bottom: 1px solid #ccc;
    border-top: none;
    border-right: none;
    border-left: none;
    border-radius: 0px;
    margin-bottom: 10px;
    width: 100%;
    box-sizing: border-box;
    font-family: Wyekan;
    color: #2C3E50;
    font-size: 15px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .0);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .0);
}

.msform input:focus,
.msform textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline-width: 0;
    transition: All 0.5s ease-in;
    -webkit-transition: All 0.5s ease-in;
    -moz-transition: All 0.5s ease-in;
    -o-transition: All 0.5s ease-in;
    border-bottom: 1px solid #2C5E30;
    border-top: none;
    border-right: none;
    border-left: none;
}


/*buttons*/

.msform .action-button {
    width: 120px;
    background: #2C5E30;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 14px;
    cursor: pointer;
    margin: 10px 5px;
    left: -20%;
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
    height: 42px;
    float: left;
}
input#prev3 {
    margin-top: 26px !important;
}
.msform .action-button-previous {
    width: 100px;
    font-weight: bold;
    color: #2C5E30;
    border: 0 none;
    border-radius: 25px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px;
   float: right;
    background: #fff;
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
}


/**** khani **** diamon zoom image */
.zoomContainer .zoomLens {
    background: url("../images/zoomimg/zoom-icon.png");
    background-repeat: no-repeat;
}
.zoomContainer {
    cursor: url("../images/zoomimg/zoom-icon.png"), auto
}
.magnifylens {
    cursor: url("../images/zoomimg/zoom-icon.png"), auto!important;
}
.demagnifylens {
    cursor: url("../images/zoomimg/zoom-in-icon.png"), auto!important;
}
@media only screen and (min-width: 768px) {
    .zoomWindow{
        right: 394px !important;
    }
    .modal-zoom {
        display: none; /* Hidden by default */
        position: fixed; /* Stay in place */
        z-index: 1; /* Sit on top */
        padding-top: 100px; /* Location of the box */
        left: 0;
        top: 0;
        width: 100%; /* Full width */
        height: 100%; /* Full height */
        overflow: auto; /* Enable scroll if needed */
        background-color: rgb(0,0,0); /* Fallback color */
        background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    }

    .modal-content-zoom {
        position: relative;
        background-color: #fefefe;
        margin: auto;
        padding: 0;
        border: 1px solid #888;
        width: 50%;
        box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
        -webkit-animation-name: animatetop;
        -webkit-animation-duration: 0.4s;
        animation-name: animatetop;
        animation-duration: 0.4s
    }
    /* Add Animation */
    @-webkit-keyframes animatetop {
        from {top:-300px; opacity:0}
        to {top:0; opacity:1}
    }

    @keyframes animatetop {
        from {top:-300px; opacity:0}
        to {top:0; opacity:1}
    }
    /* The Close Button */
    .close-zoom {
        color: black;
        float: right;
        font-size: 28px;
        font-weight: bold;
    }
    .close-zoom:hover,
    .close-zoom:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }
    .modal-header-zoom {
        padding: 2px 16px;
        color: white;
    }
    .modal-body-zoom {padding: 2px 16px;}
    .modal-footer {
        padding: 2px 16px;
        background-color: #5cb85c;
        color: white;
    }
}
@media only screen and (max-width: 767px) {
    .modal-zoom {
        display: none; /* Hidden by default */
        position: fixed; /* Stay in place */
        z-index: 1; /* Sit on top */
        padding-top: 100px; /* Location of the box */
        left: -180px;
        top: 55px;
        width: 84%; /* Full width */
        height: 100%; /* Full height */
        overflow: auto; /* Enable scroll if needed */
        background-color: rgb(0,0,0); /* Fallback color */
        background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    }

    .modal-content-zoom {
        position: relative;
        background-color: #fefefe;
        margin: auto;
        padding: 0;
        border: 1px solid #888;
        width: 50%;
        box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
        -webkit-animation-name: animatetop;
        -webkit-animation-duration: 0.4s;
        animation-name: animatetop;
        animation-duration: 0.4s
    }
    /* Add Animation */
    @-webkit-keyframes animatetop {
        from {top:-300px; opacity:0}
        to {top:0; opacity:1}
    }

    @keyframes animatetop {
        from {top:-300px; opacity:0}
        to {top:0; opacity:1}
    }
    /* The Close Button */
    .close-zoom {
        color: black;
        float: right;
        font-size: 28px;
        font-weight: bold;
    }
    .close-zoom:hover,
    .close-zoom:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }
    .modal-header-zoom {
        padding: 2px 16px;
        color: white;
    }
    .modal-body-zoom {padding: 2px 16px;}
    .modal-footer {
        padding: 2px 16px;
        background-color: #5cb85c;
        color: white;
    }
}

/**** khani **** diamon zoom image */

@media(max-width: 767px) {
    .msform .action-button {
        top: -50px;
        height: 33px;
        font-size: 16px;
        left: 0px;
        margin: 3px 0px;
        width: 76px;
    }
    .msform .action-button-previous {
        top: -50px;
        height: 33px;
        font-size: 16px;
        right: 0px;
        width: 76px;
        margin: 3px 0px;
    }
    .submit-btn {
        width: 100% !important;
    }
}


/*progressbar*/

#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    /*CSS counters to number the steps*/
    counter-reset: step;
    text-align: center;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

#progressbar li {
    list-style-type: none;
    color: #000;
    text-transform: uppercase;
    font-size: 9px;
    float: right;
    position: relative;
    letter-spacing: 1px;
}


/*  #progressbar li:before {
      content: counter(step);
      counter-increment: step;
      width: 24px;
      height: 24px;
      line-height: 26px;
      display: block;
      font-size: 12px;
      color: #333;
      background: white;
      border-radius: 25px;
      margin: 0 auto 10px auto;
  }*/


/*progressbar connectors*/


/* #progressbar li:after {
      content: '';
      width: 100%;
      height: 2px;
      background: white;
      position: absolute;
      right: -50%;
      top: 9px;
      z-index: -1; 
  }*/

#progressbar li:first-child:after {
    /*connector not needed before the first step*/
    content: none;
}


/*marking active/completed steps green*/


/*The number of the step and the connector before it = green*/

#progressbar li.active:before,
#progressbar li.active:after {
    background: #ee0979;
    color: white;
}

.dme_link a:hover,
.dme_link a:focus {
    background: #C5C5F1;
    text-decoration: none;
}

.label-title {
    float: right;
    color: #999;
    font-weight: 300 !important;
    /* padding-top: 15px; */
    padding-bottom: 10px;
    font-size: 14px;
}

.img-diamond {
    background: #fafafb;
    margin-top: 50px;
    /*width: 550px; 
     padding-top: 0; 
    height: 125px; */
    border-radius: 10px;
    margin-bottom: 50px;
    clear: both;
    float: right;
    width: 100%;
    padding: 20px 0;
}

.img-diamond img {
    /* padding: 10px; */
    border-radius: 10px;
    border: 1px solid #c1c1c1;
}

.img-diamond img:hover {
    /* padding: 10px; */
    border-radius: 10px;
    border: 1px solid #2C5E30;
}

select.form-control {
    border-bottom: 1px solid #ccc;
    border-top: none;
    border-left: none;
    border-right: none;
    color: #2C3E50;
    font-weight: 100;
    border-radius: 0px !important;
    box-shadow: none !important;
}

select.form-control:focus {
    border-bottom: 1px solid #2C5E30 !important;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
}

.cost-box {
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
    border-radius: 10px;
    clear: both;
    float: right;
    width: 100%;
    margin-top: 30px;
}

.cost-head {
    background: #fafafb;
    padding: 10px;
    height: 120px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    text-align: right;
    padding-top: 30px;
    color: #2C5E30;
    padding-right: 22px;
}

.cost-section {
    background: transparent;
    padding: 20px;
}

.price-content {
    color: #2C5E30;
    font-weight: 500;
    padding-top: 15px;
    font-size: 27px;
}

.clearfix {
    clear: both;
}

.discount-box {
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
    border-radius: 10px;
    padding: 15px;
    margin-top: 30px;
    padding: 35px;
}

.comission-contetnt {
    color: #19C00E;
}

.submit-btn {
    background: #19C00E !important;
    color: #fff;
    width: auto;
    background: #2C5E30;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 25px;
    cursor: pointer;
    padding: 10px 19px !important;
    margin: 20px 5px !important;
    font-size: 18px !important;
}

.title-text {
    padding: 6px 15px !important;
}

.dimond_top {
    padding-bottom: 30px;
    clear: both;
    float: right;
    width: 100%;
    padding-top: 30px;
    padding-right: 22px;
}

.discount-tittle {
    padding: 10px 0px 0px 0;
}

.clickedImage {
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
    border-radius: 6px;
}

/*.selected-certi img {
    border: 1px solid #2C5E30;
    border-radius: 6px;
}*/
.selected-certi img {
    border: 1px solid #2C5E30;
    border-radius: 6px;
    box-shadow: 0 0 10px #2C5E30;
}

#progressbar li span {
color: #2C5E30;
    font-size: 20px;
    font-weight: bold;
    position: absolute;
    margin-right: 0;
    min-width: 200px;
    left: 0;
    text-align: center;
    width: 100%;
    right: -59px;
    font-family: 'WyekanBold' !important;
}

#progressbar li img {
    padding: 35px 0;
}

.case img {
    width: 23px;
}

.active img {
    width: 32px;
    padding-top: 32px !important;
}

.gatting-select {
    float: right;
    color: #ccc;
    font-weight: 300 !important;
}

.main-class {
    height: 100%;
}

#progressbar li:nth-child(2) span {
    right: -75px;
}

#progressbar li:last-child span {
    right: -100px;
}

.second-form {
    text-align: right;
    padding: 7px;
}

.danger-box {
    border: 1px solid #b30000;
    background: #ffcccc;
    -moz-border: 1px solid #b30000;
    -moz-background: #ffcccc;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

#discount_operator {
    /* margin-top: 29px;
  -moz-margin-top: 18px;*/
    /*  margin-right: -32%;*/
}

.static_per {
    margin-top: 27px;
    margin-right: -20px;
}

select.read-only {
    background-color: #eee;
    pointer-events: none;
}

#aggreement {
    width: 2%;
    margin-top: 34px;
}

.pClass {
    display: inline-block;
    margin: 0 auto;
    -moz-display: inline-block;
    -moz-margin: 0 auto;
    font-size: 16px;
}
#aggreement_price {
	font-size: 20px;
}
.img-diamond .col-md-3.col-sm-6.col-xs-6 {
    display: inline-block;
    float: none;
}

.innotech-almas-almas-sellfinal #content {
    text-align: center;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

.requestdiamond-index-requestsuccess #content {
    text-align: center;
    margin: 0 auto;
    display: block;
    justify-content: center;
}

.my-account .dashboard {
    padding: 2%;
}

.requestdiamond-index-requestsuccess .sell-diamond-success img,
.contacts-index-success .sell-diamond-success img {
    margin: 0 auto;
}

#content .my-account {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    text-align: center;
   /* padding: 50px;*/
    margin: 30px;
    border-radius: 10px;
    min-height: 307px;
    padding-top: 14px;
}

.success-texts {
    text-align: center;
        font-size: 14px;
   	padding-top: 30px;
}
.sell-diamond-success a.btn.btn-warning {
    font-size: 20px;
    padding: 12px 40px 8px 40px;
}
.sell-diamond-success img {
    width: 250px;
    padding-bottom: 30px;
}

.btn-warning {
    background-color: #f2ca00 !important;
    background-repeat: no-repeat;
    color: #fff;
    text-align: center;
    border: none;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    padding: 9px 29px;
    font-size: 12px;
    border-radius: 10px;
    margin-top: 21px;
}

.success-text {
    text-align: center;
    padding-top: 30px;
    text-align: center;
    padding-top: 30px;
    color: #2C5E30;
    font-size: 28px;
    text-transform: uppercase;
}
a.btn.btn-warning {
    font-size: 28px;
    padding: 12px 24px 8px 26px;
}
.glyphicon-edit:before
{
	 font-size: 17px;
}
.glyphicon-trash:before {
 font-size: 16px;
	}
.table-fixed {
    width: auto !important;
    position: fixed;
    top: 78px;
    z-index: 999;
}

.table-fixed>thead>tr>td {
    width: 83px;
}


/* The switch - the box around the slider */

.switchBox {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}


/* Hide default HTML checkbox */

.switchBox input {
    display: none;
}


/* The sliderBox */

.sliderBox {
    position: absolute;
    cursor: pointer;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.sliderBox:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    right: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.sliderBox {
    background-color: #2196F3;
}

input:focus+.sliderBox {
    box-shadow: 0 0 1px #2196F3;
}

input:checked+.sliderBox:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}


/* Rounded sliders */

.sliderBox.round {
    border-radius: 34px;
}

.sliderBox.round:before {
    border-radius: 50%;
}

@media(min-width: 992px) {
    .buy-fancy-diamond .fancy-button-wrapper,
    .buy-fancy-diamond .intensity-button-wrapper {
        width: 12%;
    }
}

@media(min-width: 1199px) {
    .img-diamond {
        /* height: 125px;*/
        margin-bottom: 50px;
    }
}

@media(max-width: 767px) {
    .innotech-almas-almas-sell .loader {
        right: 32%;
    }
}

.buy-fancy-diamond span.fancy-color-label {
    font-size: 11px;
    padding-right: 10px;
    position: relative;
    top: 11px;
}

img.modal-logo {
    margin-right: 25%;
}

.modal-title {
    text-align: center;
    margin-bottom: 10px !important;
}

.modal-barcode {
    margin-right: 37%;
}
input#almas_location {
    margin-right: 20px;
        display: none;
}
.almas_carat-filter-dd {
    margin-top: 10px;
}
#carat-slider-range {
    margin-top: 3%;
}

@media (max-width: 767px){
   #content .my-account {
    margin: 0;
} 

.customer-account-index .my-account .box-content {
    margin: 10px 0;
}
.customer-account-index .panel-body {
    padding: 15px 0;
}
.customer-account-index .my-account .box-content {
    margin: 10px 0;
}
#opc-certificate{
    width: 100% !important;
}
#almas_shape {
    width: 100% !important;
}
#change_color_type {
    width: 100% !important;
}
#almas_clarity {
    width: 100% !important;
}
#almas_color {
    width: 100% !important;
}
#checkout-step-information{
     margin: 0 auto;
 
}


.requestdiamond-page .container .col-xs-12.col-sm-12.col-md-12.col-lg-12{
    padding: 0;
}

.requestdiamond-index-requestsuccess #content .my-account{
    margin:0;
    margin-bottom: 30px;
}
#almas-cart-panel .box-main.alert {

    width: 350px;
    left: 0px;
    z-index: 1;
} 
 .logo img {
/*    width: 88% !important;*/
} 
.navbar-toggle {
    float: right !important
}
.logo {
        padding: 4px 0 !important;
        width: 100%;
    float: right !important;
    }
#select-language-marloo{
    background-color: transparent;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 5px;
}
#switch_store{
    float: left !important;
    margin-top: 8px !important;
}

}


@media (min-width: 768px){
#switch_store{
    float: right !important;
    margin-left: 22px;

}

#almas-cart-panel{
    margin-top: 7px;
}
#almas-cart-panel{
    float: left;
}
}
@media (max-width: 360px){
    #almas-cart-list {
    right: 15px;
}
 .logo img {
    width: 78% !important;
} 
#almas-cart-panel .box-main.alert {
    width: 261px;
    }
    .customer-account-login #rcode .g-recaptcha iframe{
    width: 220px;
}
}



@media (max-width: 767px){
.rc-anchor-normal .rc-anchor-checkbox-label {
    width: 100px !important;
}
.rc-anchor-logo-portrait { margin: 0px 0 0 0px;}

.rc-anchor-normal .rc-anchor-content {

    width: 152px;
}


.rc-anchor-normal .rc-anchor-pt {
    text-align: left;
    width: 140px;
        right: unset;
}

.rc-anchor-normal {
  
    width: 222px;
}


.g-recaptcha div:first-child{
    width: 220px !important;
}


.form-horizontal .form-group{
    margin: 0

}
.customer-account-login .account-login{
    padding-right: 0;
    padding-left: 0;
}
.customer-account-login main .container .container {
    padding: 0

}
.form-horizontal .form-group {

    margin-right: 0 !important;
    margin-left: 0 !important;
}
}




@media (max-width: 767px){
#first, #second, #third, #fourth{
    width: 12% !important;
    -webkit-text-fill-color: #000 !important;
}

.innotech-almas-almas-sell #checkout-step-information{
    width: 100% !important;
}
#ple-n{
    text-align: center;
    float: left;
    width: 100%;
    margin-top: 0 !important;
}
#checkinventory-form .loader, #checkinventorybulk-form .loader{
    margin: 0 auto !important;
    left: 25% !important;
    right: 25% !important;
}
}