/* your styles go here */
/* Timeline */
.timeline,
.timeline-horizontal {
  list-style: none;
  padding: 20px;
  position: relative;
}
.timeline:before {
  top: 40px;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 3px;
  background-color: #eeeeee;
  left: 50%;
  margin-left: -1.5px;
}
.timeline .timeline-item {
  margin-bottom: 20px;
  position: relative;
}
.timeline-heading p {
  line-height: 1.2;
}
.timeline .timeline-item:before,
.timeline .timeline-item:after {
  content: "";
  display: table;
}
.timeline .timeline-item:after {
  clear: both;
}
.timeline .timeline-item .timeline-badge {
  color: #fff;
  width: 54px;
  height: 54px;
  line-height: 52px;
  font-size: 22px;
  text-align: center;
  position: absolute;
  top: 18px;
  left: 50%;
  margin-left: -25px;
  background-color: #7c7c7c;
  border: 3px solid #ffffff;
  z-index: 100;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}
.timeline .timeline-item .timeline-badge i,
.timeline .timeline-item .timeline-badge .fa,
.timeline .timeline-item .timeline-badge .glyphicon {
  top: 2px;
  left: 0px;
}

.timeline .timeline-item .timeline-badge {
  background-color: #ccc;
}
.timeline .timeline-item.success .timeline-badge {
  background-color: #1fba72;
}
.timeline .timeline-item .timeline-panel {
  position: relative;
  width: 46%;
  float: left;
  right: 16px;
  border: 1px solid #c0c0c0;
  background: #ffffff;
  border-radius: 2px;
  padding: 10px;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}
.timeline .timeline-item .timeline-panel:before {
  position: absolute;
  top: 26px;
  right: -16px;
  display: inline-block;
  border-top: 16px solid transparent;
  border-left: 16px solid #c0c0c0;
  border-right: 0 solid #c0c0c0;
  border-bottom: 16px solid transparent;
  content: " ";
}
.timeline .timeline-item .timeline-panel .timeline-title {
  margin-top: 0;
  color: inherit;
}
.timeline .timeline-item .timeline-panel .timeline-body {
  display: none;
}
.timeline .timeline-item .timeline-panel .timeline-body > p,
.timeline .timeline-item .timeline-panel .timeline-body > ul {
  margin-bottom: 0;
}
.timeline .timeline-item .timeline-panel .timeline-body > p + p {
  margin-top: 5px;
}
.timeline .timeline-item:last-child:nth-child(even) {
  float: right;
}
.timeline .timeline-item:nth-child(even) .timeline-panel {
  float: right;
  left: 16px;
}
.timeline .timeline-item:nth-child(even) .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}
.timeline-horizontal {
  list-style: none;
  position: relative;
  padding: 20px 0px 20px 0px;
  display: inline-block;
}
.timeline-horizontal:before {
  height: 3px;
  top: auto;
  bottom: 26px;
  left: 56px;
  right: 0;
  width: 68%;
  margin-bottom: 20px;
}
.timeline-horizontal .timeline-item {
  display: table-cell;
  height: 280px;
  width: 20%;
  min-width: 320px;
  float: none !important;
  padding-left: 0px;
  padding-right: 20px;
  margin: 0 auto;
  vertical-align: bottom;
}
.timeline-horizontal .timeline-item .timeline-panel {
  top: auto;
  bottom: 64px;
  display: inline-block;
  float: none !important;
  left: 0 !important;
  right: 0 !important;
  width: 100%;
  margin-bottom: 20px;
}
.timeline-horizontal .timeline-item .timeline-panel:before {
  top: auto;
  bottom: -16px;
  left: 28px !important;
  right: auto;
  border-right: 16px solid transparent !important;
  border-top: 16px solid #c0c0c0 !important;
  border-bottom: 0 solid #c0c0c0 !important;
  border-left: 16px solid transparent !important;
}
.timeline-horizontal .timeline-item:before,
.timeline-horizontal .timeline-item:after {
  display: none;
}
.timeline-horizontal .timeline-item .timeline-badge {
  top: auto;
  bottom: 0px;
  left: 43px;
}
.timeline-item p {
  line-height: 1.2;
}
.timeline-item p small i {
  margin-right: 5px;
}
/* Timeline */
.btn-special-clear {
  padding: 5px 10px;
  background: #fff;
  border: 1px solid #bd1414;
  color: #bd1414;
}
#clearSearch_btn {
  float: right;
}
#orderDetailsForm input[type="text"] {
  height: 2rem !important;
}
.input-group-addon {
  padding: 0 5px;
}

#pendantSelectionModal .modal-content .modal-header,
#payment_info_modal .modal-header {
  background: #117086;
  padding: 0.5rem !important;
  border-color: #117086;
}
#payment_info_modal .modal-header {
  color: #fff;
}
.modal-body .nav-pills .nav-link.active,
.modal-body .show > .nav-pills .nav-link {
  color: #000;
  border: 3px solid #8cb4eb !important;
  border-radius: 20px;
  background-color: #fff;
}
.radio-inline {
  margin-left: 50px;
}
.sub-cat-tab-palette {
  padding: 6px 15px;
}
/* .Black-color-tab{background: #6a6a6a;}
.Blue-color-tab{background: #01c9fc;}
.Gold-color-tab{background: #fddf4a;}
.Rose-gold-color-tab{background: #f3d9c9;}
.Silver-color-tab{background: #ccc;} */
.bigger-tab-head {
  font-size: 14px !important;
}

.disable_overlay {
  /*display: none;*/
  background: rgba(197, 197, 197, 0.5);
  position: absolute;
  width: 94%;
  height: 100%;
  top: 0;
  cursor: not-allowed;
}
.table-shopping-cart td {
  /*text-align: center;*/
  vertical-align: middle !important;
}
.table-shopping-cart .delete_cart_product {
  font-size: 18px;
  color: #847f7f;
  padding: 0;
}
.js-addcart-detail {
  padding: 4px 10px;
  border: 1px solid;
  border-radius: 3px;
}
.mini-js-addcart-detail {
  padding: 0 2px;
  border: 1px solid;
  border: 1px solid #e6e6e6;
  border-radius: 3px;
}
.mini-js-addcart-detail i {
  font-size: 15px;
}
.timeline-item.success .timeline-panel .timeline-heading {
  display: none;
}
.timeline-item.success .timeline-panel .timeline-body {
  display: block;
}

/***********Step Wizard***************/
.step-wizard .nav-link {
  padding: 0.2rem;
  color: #ccc;
}
.step-wizard .nav-link p {
  margin: 0;
}
#orderDetailsForm input,
select,
textarea {
  border-radius: 3px;
}
@media (max-width: 576px) {
  .step-wizard .nav-link small {
    display: none;
  }
  .invisible_in_sm_screen {
    display: none;
  }
}
/***********Step Wizard***************/
/********************Order table*****************************/
#table-shopping-cart {
  text-align: center;
  border: 1px solid #dfdfdf;
}
#table-shopping-cart thead {
  background: transparent;
}
#table-shopping-cart tfoot {
  padding: 1rem auto;
  background: transparent;
  border: 1px solid #dfdfdf;
}
#table-shopping-cart th {
  border: 0;
  color: #000000;
  font-size: 14px;
}
#table-shopping-cart th a {
  color: #000;
}
.table-content table {
  background: transparent !important;
  border-color: #dfdfdf;
  /* border-width: 1px 0 0 1px; */
  border-width: 1px;
  text-align: center;
  width: 100%;
}
.table-content table th {
  line-height: 1;
  border-top: medium none;
  font-weight: bold;
  /* padding: 20px 10px; */
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  white-space: nowrap;
}
/* .table-content table th, .table-content table td {
  border-bottom: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea; } */
.table-content table tr {
  border: 1px solid #dfdfdf !important;
}
.table-content table td {
  background: transparent;
  border-top: medium none;
  font-size: 13px;
  /* padding: 20px 10px; */
  text-align: center;
  vertical-align: middle;
}
.table-content tfoot td {
  font-size: 14px;
  padding: 0.45rem !important;
}
/* .table-content table td input, input[type="number"] {
  background: #e5e5e5 none repeat scroll 0 0;
  border: medium none;
  border-radius: 3px;
  color: #333;
  font-size: 15px;
  font-weight: normal;
  height: 40px;
  padding: 0 5px 0 10px;
  width: 60px; } */
table {
  border-radius: 100px !important;
}
.table-content table td.product-subtotal {
  font-size: 16px;
  font-weight: 600;
  width: 140px;
  color: #333;
}
.table-content table td.product-name h4 {
  font-size: 16px;
  font-weight: 600;
  margin-left: 10px;
  color: #333;
}
.table-content table td.product-name h6 {
  font-size: 14px;
  font-weight: 600;
  margin-left: 10px;
  color: #333;
}
.table-content table td.product-name {
  width: 290px;
}
.table-content table td.product-thumbnail {
  width: 280px;
}
.table-content table td.product-remove i {
  color: #919191;
  display: inline-block;
  font-size: 15px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  width: 30px;
}
.table-content table .product-price .amount {
  font-size: 16px;
  font-weight: 500;
  color: #333;
}
.table-content table td.product-remove i:hover {
  color: #ef4b4b;
}
.table-content table td.product-quantity {
  width: 180px;
}
.table-content table td.product-remove {
  width: 30px;
}
.table-content table td.product-price {
  text-align: center;
  width: 90px;
}
.table-content table td.product-name a:hover {
  color: rgb(233, 30, 99);
}

.no_border_btn {
  border: 0;
  background: none;
}
.no_border_btn:focus {
  outline: 0;
}
/********************Order table*****************************/
/*******************Slider Switch******************************/
.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 25px;
}
/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #8bc34a;
}

input:focus + .slider {
  box-shadow: 0 0 1px #ccc;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 25px;
}

.slider.round:before {
  border-radius: 45%;
}
/*******************Slider Switch******************************/
/******************* Right Modal***********************/
.modal.right {
  position: fixed;
  top: 0px;
  bottom: 0px;
  right: 0 !important;
  height: 100%;
  transition: right 300ms ease 0s;
  z-index: 1100;
  box-shadow: 0 0 16px 0px rgba(0, 0, 0, 0.2);
}
.modal.right .modal-dialog {
  height: 100%;
  margin: 0;
  top: -2px;
}
.modal.right .modal-content .modal-header {
  background-color: #117086;
  color: #fff;
  padding: 15px 25px;
  text-transform: uppercase;
  border-radius: 0px !important;
}
.modal.right .modal-content {
  height: 100%;
  overflow-y: auto;
  border-radius: 0px !important;
  border: none;
}
.modal.right .modal-body {
  padding: 15px 15px 80px;
}
.modal-backdrop {
  background-color: transparent !important;
}

@media (max-width: 767.98px) {
  .modal.right {
    width: 100%;
  }
  .modal.right .modal-dialog {
    width: 98%;
  }
}
@media screen and (min-width: 768px) and (max-width: 991.98px) {
  .modal.right {
    width: 700px;
    left: 35%;
  }
  .modal.right .modal-dialog {
    width: 98%;
  }
}
@media (min-width: 992px) {
  .modal.right {
    width: 450px;
    left: 67%;
    padding: 0 !important;
  }
  .modal.right .modal-dialog {
    width: 100%;
  }
}
/******************* Right Modal***********************/
.jewellery-details p {
  margin: 0;
}
#addressList .card {
  background: transparent;
  border: 1px solid #dfdfdf;
  border-radius: 12px;
  /* box-shadow: 3px 3px 0 0 #ccc; */
}
.disabled-link {
  pointer-events: none;
  cursor: not-allowed;
}
.step-wizard a.nav-link.done {
  color: #28a745;
  font-weight: 700;
}
.customer_details .card {
  background-color: transparent;
  border-radius: 12px;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  /* box-shadow: 3px 3px 2px #ccc; */
}
.customer_details .card p {
  margin: 0;
}
.btn-default {
  background: #eaeaea;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #117086;
  border-radius: 12px !important;
}

/******************User intervention modal******************/
.swal2-icon {
  width: 40px !important;
  height: 40px !important;
  margin: 10px auto 20px !important;
}
.swal2-warning {
  font-size: 40px !important;
  line-height: 40px !important;
}
