

/*.product-right-images img {
width: 80%;
}*/
.product-images-content-box {
  padding: 10px 0px;
}
.border-bottom-right {
  border-bottom: 1px solid #ccc;
  margin: 0px !important;
  width: 100%;
  align-items: center;
  padding: 10px 0px;
}
.border-bottom-right:last-child {
   border-bottom: 0px;
}
/* Order Page S */

#accordion-style-1 h1,
#accordion-style-1 a {
      color: #3e3e3e;
}

#accordion-style-1 .btn-link {
  font-weight: 400;
  color: #3e3e3e;
  background-color: transparent;
  text-decoration: none !important;
  font-size: 16px;
  font-weight: bold;
  padding-left: 25px;
  outline: none;
  border: none;
}

#accordion-style-1 .card-body {
  border-top: 2px solid #028910;
}

/*#accordion-style-1 .card-header .btn.collapsed .fa.main {
  display: none;
}*/

#accordion-style-1 .card-header .btn .fa.main {
  background: #028910;
  padding: 13px 11px;
  color: #ffffff;
  width: 35px;
  height: 41px;
  position: absolute;
  left: -1px;
  top: 10px;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  display: block;
}
.orderPage .card-header h5 {
  margin-top: 0px !important;
}
.order-step .content ul li .nav-link {
  padding: 0px !important;
}

.order-step .custom-radio {
  margin-right: 0px;
}

.order-step .radio-inline {
  padding-right: 10px;
}

.order-address-section {
  border: 1px solid rgba(0, 0, 0, .125);
  border-radius: 5px;
min-height: 320px;
  line-height: 200%;
  position: relative;
  
  margin-bottom: 10px;
}

.order-address {
  padding: 10px 20px;
}
 
 
 
 
.cart-table-design table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}

.cart-table-design table caption {
  font-size: 1.5em;
  margin: .5em 0 .75em;
}

.cart-table-design table tr {
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  padding: .35em;
}

.cart-table-design table th,
.cart-table-design table td {
  padding: .625em;
  text-align: center;
}

.cart-table-design table th {
  font-size: .85em;
  letter-spacing: .1em;
  text-transform: uppercase;
      font-weight: bold !important;
    color: #222;
}

.cart-table-design table td span {
   
    display: inline-block;
    align-items: center;
    vertical-align: middle;
}

@media screen and (max-width: 600px) {
  .card-outline-secondary table,
  .cart-table-design table {
    border: 0;
  }
  .card-outline-secondary table caption,
  .cart-table-design table caption {
    font-size: 1.3em;
  }
  
  .card-outline-secondary table thead,
  .cart-table-design table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
  .card-outline-secondary table tr,
  .cart-table-design table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }
  
  .card-outline-secondary table td,
  .cart-table-design table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: right;
  }
  
  .card-outline-secondary table td::before,
  .cart-table-design table td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  
  .card-outline-secondary table td:last-child,
  .cart-table-design table td:last-child {
    border-bottom: 0;
  }
}

.view-table-btn {
   background: #028910 !important;
    border: none !important;
    text-transform: inherit;
}
.view-table-btn:hover, .cancel-table-btn:hover {
  color: #ffffff !important;
}
.cancel-table-btn  {
   background: #dc3545 !important;
    border: none !important;
    text-transform: inherit;
    color: #ffffff !important;
}
.align-center-colom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

 