.main_content {
  padding: 30px 0 60px 0;
}
.main_content .main_container .breadcrumbs {
  display: inline-block;
  vertical-align: middle;
  padding-bottom: 25px;
  margin-bottom: 30px;
  border-bottom: 1px dotted gray;
  width: 100%;
}
.main_content .main_container .breadcrumbs li {
  display: inline-block;
  position: relative;
}
.main_content .main_container .breadcrumbs li:not(:last-child) {
  margin-right: 12px;
}
.main_content .main_container .breadcrumbs li:not(:last-child)::before {
  position: absolute;
  content: " » ";
  display: block;
  top: 2px;
  right: -11px;
}

.main_content .main_container .breadcrumbs li a {
  font-size: 16px;
}

.main_content .main_container .breadcrumbs li:last-child a {
  font-weight: 700;
  color: #f26522;
}
/* table */
.main_content .main_container #table-cart {
  margin-bottom: 55px;
}

.main_content .main_container #table-cart thead tr th:nth-child(2) {
  width: 40%;
}
.main_content .main_container #table-cart thead tr th {
  position: relative;
  border-top: 0;
  border-bottom: 0;
}
.main_content .main_container #table-cart tr th #checkbox-check-all-product,
.main_content .main_container #table-cart tr td .checkbox-remove-product {
  height: 20px;
  width: 15px;
}

.main_content .main_container #table-cart tr td .checkbox-remove-product:hover,
.main_content
  .main_container
  #table-cart
  tr
  th
  #checkbox-check-all-product:hover {
  cursor: pointer;
}
.main_content
  .main_container
  #table-cart
  thead
  tr
  th
  .btn-remove-selected-product
  span {
  z-index: 5;
}
.main_content
  .main_container
  #table-cart
  thead
  tr
  th
  .btn-remove-selected-product {
  position: absolute;
  top: -45px;
  left: 50%;
  transform: translateX(-50%);
  padding: 5px 10px;
  border-radius: 50%;
  z-index: 999;
  height: 40px;
  width: 40px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  transition: box-shadow 0.3s;
}
.main_content
  .main_container
  #table-cart
  thead
  tr
  th
  .btn-remove-selected-product:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.main_content .main_container #table-cart tbody tr td:nth-child(3) {
  color: #f26522;
}
.main_content .main_container #table-cart tbody tr td:first-child {
  border-bottom: 0;
}
.main_content .main_container #table-cart tbody tr td {
  vertical-align: middle;
  font-weight: 600;
}
.main_content .main_container #table-cart tbody tr td .product-image {
  height: 75px;
  width: auto;
  object-fit: contain;
}
.main_content .main_container #table-cart tbody tr:last-child td {
  border-bottom: 1px solid #dee2e6;
}
.main_content .main_container #table-cart tr td .go-shopping-now {
  color: #f26522;
}
.main_content .main_container #table-cart tbody tr td:nth-child(5) input {
  border: 1px solid #dee2e6;
  line-height: 40px;
  width: 60px;
  text-align: center;
  vertical-align: middle;
  margin: 0 5px;
}
.main_content
  .main_container
  #table-cart
  tbody
  tr
  td:nth-child(5)
  input[type="number"]::-webkit-outer-spin-button,
.main_content
  .main_container
  #table-cart
  tbody
  tr
  td:nth-child(5)
  input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.quanity_box input[type="number"] {
  -moz-appearance: textfield;
}

.main_content
  .main_container
  #table-cart
  tbody
  tr
  td:nth-child(5)
  .btn-quantity {
  height: 30px;
  width: 30px;
  background-color: #f26522;
  color: #ffffff;
  border: 1px solid;
  border-radius: 100%;
  font-weight: 400;
  vertical-align: middle;
  font-size: 17px;
  line-height: 0;
}
.main_content
  .main_container
  #table-cart
  tbody
  tr
  td:nth-child(5)
  .btn-quantity:hover {
  background-color: #ffece7;
  color: #f26522;
}
/* table end */
/* table total_summary */
.main_content .main_container #checkout_summary {
  width: 50%;
  float: right;
}
.main_content .main_container #checkout_summary #total_summary {
  margin-bottom: 35px;
}
.main_content .main_container #checkout_summary #total_summary tfoot tr th {
  text-align: center;
}
.main_content .main_container #checkout_summary #total_summary tfoot tr td {
  font-weight: 600;
  text-align: center;
}
.main_content .main_container #checkout_summary a {
  float: right;
  background-color: #f26522;
  color: #ffffff;
  padding: 15px 40px;
  font-weight: 600;
  border: 1px solid;
}
.main_content .main_container #checkout_summary a:hover {
  background: #ffece7;
  color: #f26522;
}

.header_section .containt_main {
  display: unset;
}
.header_section .containt_main .header_box {
  order: 2;
  justify-content: flex-end;
}
/* table total_summary end */

@media only screen and (max-width: 1300px) {
}
/* Large devices (desktops, less than 1200px) */
@media only screen and (max-width: 1199.98px) {
  .main_content .main_container #table-cart thead tr th:nth-child(2) {
    width: 40%;
  }
}
/* Medium devices (tablets, less than 992px) */
@media only screen and (max-width: 991.98px) {
  .main_content
    .main_container
    #table-cart
    tbody
    tr
    td:nth-child(5)
    .btn-quantity {
    height: 30px;
    width: 30px;
    background-color: #f26522;
    color: #ffffff;
    border: 1px solid;
    border-radius: 100%;
    font-weight: 400;
    vertical-align: middle;
    font-size: 17px;
    line-height: 0;
  }
  .main_content
    .main_container
    #table-cart
    tbody
    tr
    td:nth-child(5)
    .btn-quantity:hover {
    background-color: #f26522;
    color: #ffffff;
  }
  .main_content
    .main_container
    #table-cart
    tbody
    tr
    td:nth-child(5)
    .btn-quantity:active {
    background-color: #ffece7;
    color: #f26522;
  }

  .main_content .main_container #table-cart table,
  tbody,
  td,
  tr {
    display: block;
  }
  .main_content .main_container #table-cart tbody tr:not(:last-child) {
    margin-bottom: 15px;
  }
  .main_content .main_container #table-cart thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  .main_content .main_container #table-cart tr {
    border: 1px solid #ccc;
  }
  .main_content .main_container #table-cart tr td:first-child {
    z-index: 9999;
  }
  .main_content .main_container #table-cart tr td:nth-child(2) {
    text-align: center;
  }
  .main_content .main_container #table-cart tr td {
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    text-align: right;
  }

  .main_content .main_container #table-cart tbody tr td:nth-child(1)::before,
  .main_content .main_container #table-cart tbody tr td:nth-child(2)::before {
    content: "";
  }
  .main_content .main_container #table-cart tbody tr td::before {
    content: attr(data-title) " : ";
    float: left;
    color: #666666;
  }
  .main_content .main_container #table-cart tbody tr td:first-child {
    border-bottom: 0;
  }
  .main_content .main_container #checkout_summary {
    width: 100%;
    float: none;
  }

  .main_content .main_container #checkout_summary #total_summary tfoot tr th {
    border: none;
  }

  .main_content .main_container #checkout_summary #total_summary tfoot tr td {
    font-weight: 600;
    border-bottom: none;
    border-left: none;
    border-right: none;
  }
  .main_content .main_container #checkout_summary a {
    float: none;
    width: 100%;
  }
  .main_content .main_container #total_summary tfoot {
    text-align: center;
  }
  .main_content .main_container #total_summary tfoot tr th {
    display: block;
  }
  .main_content
    .main_container
    #table-cart
    thead
    tr
    th
    #btn-remove-selected-product {
    position: fixed;
    top: 90%;
    right: 15px;
    left: unset;
    height: 50px;
    width: 50px;
    padding: 0;
    transform: unset;
    z-index: 99999;
  }
  .main_content
    .main_container
    #table-cart
    thead
    tr
    th
    #btn-remove-selected-product
    span {
    font-size: 20px;
    display: block;
  }

  .main_content .main_container #table-cart tr td .checkbox-remove-product {
    width: 25px;
    height: 20px;
  }
}

/* Small devices (landscape phones, less than 768px) */
@media only screen and (max-width: 767.98px) {
  .header_section .containt_main {
    display: flex;
    justify-content: space-between;
  }
  .header_section .containt_main .header_box {
    width: unset;
    margin-bottom: 0;
  }
}

/* Extra small devices (portrait phones, less than 576px) */
@media only screen and (max-width: 575.98px) {
  .header_section .containt_main .header_box {
    width: unset;
    margin-bottom: 0;
  }
}
