/****** my main ************/
.above-overlay {
  position: relative;
  z-index: 9;
}
.bg-grey {
  background-color: #f6f6f6;
}
/************************/
.myCart {
  padding: 50px 0;
}
/************************/
/****** Start My Form *****/
.emailing .form-control {
  height: 46px;
  line-height: 46px;
  border: 1px solid #1D0197;
  background-color: transparent;
  border-radius: 30px;
  margin: 0 auto 10px auto;
  color: #1D0197;
  font-family: "ElMessiri-Bold";
}

.emailing .form-control:focus {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #F5A93F;
  -o-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #F5A93F;
  -ms-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #F5A93F;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #F5A93F;
  border-color: #F5A93F;
}

.emailing .form-control::-webkit-input-placeholder {
  color: #1D0197 !important;
  opacity: 1;
  /* Firefox */
  font-family: "ElMessiri-Bold";
}

.emailing .form-control:-ms-input-placeholder {
  color: #1D0197 !important;
  opacity: 1;
  /* Firefox */
  font-family: "ElMessiri-Bold";
}

.emailing .form-control::-ms-input-placeholder {
  color: #1D0197 !important;
  opacity: 1;
  /* Firefox */
  font-family: "ElMessiri-Bold";
}

.emailing .form-control::placeholder {
  color: #1D0197 !important;
  opacity: 1;
  /* Firefox */
  font-family: "ElMessiri-Bold";
}

/****** End My Form *****/
.dis-table {
  display: table;
  margin: 0 auto;
}

table.dataTable.no-footer, table.dataTable {
  width: 100% !important;
  color: #5E5E5E;
  font-size: 17px;
  border: 1px solid #e7e7e7;
  border-radius: 15px;
}

table.dataTable.no-footer thead th, table.dataTable.no-footer thead td ,
table.dataTable thead th, table.dataTable thead td {
  padding: 20px 18px;
  border-bottom: 1px solid #e7e7e7;
  text-align: center;
}

table.dataTable.no-footer tbody th, table.dataTable.no-footer tbody td ,
table.dataTable tbody th, table.dataTable tbody td {
  text-align: center;
}

table.dataTable.no-footer button.removeTr , table.dataTable button.removeTr {
  color: #970101;
  font-size: 20px;
  background-color: transparent;
  border: none;
}

.table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > td {
  border-top: 0;
  font-family: boldLine;
  font-size: 18px;
  color: #000;
  text-align: center;
}

.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_processing {
  display: none;
}

table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td.dtr-control:before, table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>th.dtr-control:before {
  background-color: #f5a93f;
}
tfoot {
  font-family: boldLine;
  font-size: 19px;
}
/***************************/
.image1 {
  position: relative;
  text-align: center;
}

.image1 .off-hint {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #1D0197;
  color: #fff;
  border-radius: 20px;
  padding: 2px 5px 5px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  font-size: 13px;
}

.image1 img {
  max-width: 80px;
  max-height: 80px;
  -o-object-fit: contain;
  object-fit: contain;
}

.myPrices .old-price {
  text-decoration: line-through;
  font-size: 13px;
  color: #b3b0b6;
}

.myPrices .new-price {
  color: #970101;
}

/**********plus minus *****************/
.number-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.number-input * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.number-input input[type="number"] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  color: #1D0197;
  font-family: boldLine;
  border: 0;
  border-bottom: 1px solid #1D0197;
  outline: 0 !important;
  text-align: center;
  font-size: 20px;
  margin: 0 8px;
  background: transparent;
}

.cartForm input:focus {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #F5A93F;
  -o-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #F5A93F;
  -ms-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #F5A93F;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #F5A93F;
  border-color: #F5A93F;
}
.cartForm input::-webkit-input-placeholder {
  color: #1D0197 !important;
  opacity: 1;
  /* Firefox */
  font-family: boldLine;
}
.cartForm input::-ms-input-placeholder {
  color: #1D0197 !important;
  opacity: 1;
  /* Firefox */
  font-family: boldLine;
}
.cartForm input::placeholder {
  color: #1D0197 !important;
  opacity: 1;
  /* Firefox */
  font-family: boldLine;
}
.number-input input[type="number"]::-webkit-inner-spin-button,
.number-input input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
.number-input button {
  outline: none;
  -webkit-appearance: none;
  border: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  cursor: pointer;
  margin: 0;
  color: #fff;
  position: relative;
  border-radius: 50% !important;
}

.number-input button:first-child {
  background-color: #F5A93F;
}

.number-input button:last-child {
  background-color: #1D0197;
}
/**********End DataTable *******/
.row2{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 10px 0;
}
input#coupon {
  border: 1px solid #cecccc;
  height: 48px;
  border-radius: 30px;
  width: 200px;
  line-height: 48px;
  padding: 0 20px 0 0;
  outline: 0;
  margin: 0 0 0 20px;
}
.wrapper.row2 .button, .block1 .wrapper .button {
  height: 48px;
  line-height: 43px;
  padding: 0;
}
.wrapper.row2 .button.removAll , .block1 .wrapper .button{
  background-color: transparent;
  color: #1d0197;
  border:1px solid #1d0197;
}
.wrapper.row2 .button.removAll:hover , .wrapper.row2 .button.removAll:focus,
.block1 .wrapper .button:hover ,.block1 .wrapper .button:focus{
  border-color:transparent;
}
.wrapper.row2 .button.removAll:before, .wrapper.row2 .button.removAll:after,
.block1 .wrapper .button::before , .block1 .wrapper .button::after {
  background: #f5a93f;
}
/* Address and total */
.block1 h3, .block-hd{
  margin: 0 0 16px 0;
}
.br-block{
    border: 1px solid #cecccc;
    border-radius: 15px;
    padding: 20px 0;
}
.br-block .form-control{
  border: 1px solid #cecccc;
  height: 48px;
  border-radius: 30px;
  width: 200px;
  line-height: 48px;
  padding: 0 20px 0 0;
  outline: 0;
  margin: 0 10px;
}
.calcs{
  border-bottom: 1px solid #cecccc;
  padding: 6px 20px 6px 4px;
  margin: 0;
  line-height: 2;
  font-size: 18px;
}
.block1 .br-block p.calcs:last-of-type {
  border: 0;
}
.calcs b{
  font-family: boldLine;
}
a.left-an {
  color: #1d0197;
  float: left;
  margin: 0 6px;
}
/*********** Checkout ****************/
/**custom radio buttons**/
.radios{

}
.radios input[type="radio"] {
  display:none;
}
.radios label {
  justify-content: space-between;
    font-size: 18px;
    padding: 10px 20px;
    display: flex;
    cursor: pointer;
    background-color: #F5F5F5;
    border-radius: 6px;
    align-items: center;
}
.radios label img{
  max-width: 55px;
  max-height: 55px;
  object-fit: contain;
}
.blank-label {
  display: none;
}
.radios input[type="radio"]:checked + label {
  background: #f9c922;
  color: #fff;
}
/***/
.wrapper button.button.left-btn {
  float: left;
  display: block;
}
div#checkoutModal {
  z-index: 9999999999;
}
#checkoutModal .close{
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 9;
  color: #fff;
  background-color: #1d0197;
  opacity: 1;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  font-size: 16px;
}
#checkoutModal img{
  max-width: 240px;
    display: block;
    margin: 0 auto 20px auto;
    width: 100%;
    object-fit: contain;
}
#checkoutModal b{
  font-family: boldLine;
  text-align: center;
  margin: 0 auto;
  display: block;
  font-size: 22px;
}
/*********** Responsive ****************/
@media (max-width: 767px) {
  .myCart {
    padding: 20px 0;
  }
  input#coupon{
    margin: 0;
    width: auto;
  }
  .row2 {
    display: block;
    text-align: center;
  }
  .couponDiv {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin: 0 0 14px 0;
}
.wrapper.row2 .couponDiv .button {
  min-width: 100px;
}
.block1 .wrapper {
  margin: 0 auto 20px auto;
  display: table;
  justify-content: space-between;
}
/***Checkput**/
a.left-an{
  float: none;
}
.radios label {
  font-size: 16px;
  padding: 6px;
}
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #FFF !important;
    border: none;
    border-radius: 50%;
    background: unset;
    background: #1D0197 ;
  
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
     color: #FFF !important;
    border: none;
    border-radius: 50%;
    background: #1D0197 ;
 
}