/* Menu Start */

.categories {
    -webkit-box-shadow: 0px 0px 6px #00000029;
    box-shadow: 0px 0px 6px #00000029;
  }
  
  .categories .title {
    font: 0.875rem;
    text-transform: uppercase;
    margin: 0;
    padding: 15px 20px;
    border-bottom: 1px solid #ddd;
  }
  
  .categories .accordion .card {
    margin-bottom: 0;
    border-bottom: 1px solid #ddd;
  }
  
  .categories .accordion .card .card-header {
    background: #fff;
    padding: 10px 15px;
  }
  
  .categories .accordion .card .card-header .btn-link[aria-expanded="true"] {
    color: red;
  }
  
  .categories .accordion .card .card-header .btn-link {
    color: #000;
    text-decoration: none;
    padding: 0;
    font-size: 0.8rem;
  }
  
  .categories .accordion .card .card-header .btn-link:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  
  .categories .accordion .card .card-header .btn-link img {
    margin-right: 10px;
  }
  
  .categories .accordion .card .card-body {
    padding: 0;
    text-indent: 55px;
  }
  
  .categories .accordion .card .card-body p {
    margin-bottom: 0;
    font: 0.75rem;
    padding: 13px 0;
    border-bottom: 1px solid #ddd;
  }
  
  .categories .accordion .card .card-body p:last-child {
    border-bottom: unset;
  }
  
  .category-section {
    margin-top: .5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
  
  .category-section .category-title {
    font: 1rem;
  }
  
  .category-section .card {
    border: unset;
    /*box-shadow: 0px 15px 15px #80828b26;*/
    border-radius: 5px;
    margin-bottom: 10px;
  }
  
  .category-section .card .card-title {
    font-size: 1rem;
    text-align: left;
    color: rgba(0, 0, 0, 0.65);
    text-transform: uppercase;
  }
  
  .category-section .card .price {
    margin-bottom: 0;
    font-size: 0.85rem;
    text-align: center;
  }
  
  .category-section .card .category-quantity {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
  }
  @media (min-width: 992px) {
    .desktop_menu div {
      margin-top: .5rem;
    }
    .desktop_menu div .catergories_select {
      padding: 1rem;
      background-color: #f4f4f4;
    }
    #myTab li {
      width: 100%;
    }
    #myTab li a {
      font-size: 1rem;
    }
    .user-page_breadcrumb {
      margin: 0 12rem;
    }
  }
  
  @media (max-width: 992px) {
    .desktop_menu .col-md-3 {
      display: none;
    }
    .desktop_menu .col-md-9 {
      width: 100% !important;
    }
  }
  .input-group {
    clear: both;
    /* display: flex; */
    /* margin: 15px 0; */
    position: relative;
  }
  .input-group input {
    border: 1px solid #E0E0E0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    outline: none;
    padding: 10px;
  }
  .nav-tabs .nav-link.active {
    border: 0px;
    color: #A71510;
    background-color: transparent;
  }
  .nav-tabs .nav-link {
    color: #483B33;
    border-bottom: solid 1px #dee2e6;
    border: 0px solid transparent;
    line-height: 2.0;
    margin-left: .5rem;
  }
  
  .nav-tabs .nav-link.active {
    border: 0px;
    color: #A71510;
    background-color: transparent;
  }
  
  .nav-tabs .nav-link:hover {
    border: solid 0px #dee2e6;
    color: #A71510;
    background-color: transparent;
  }
  .breadcrumb-section {
    background-color: #f4f4f4;
    padding: 20px;
  }
  .breadcrumb {
    margin-bottom: 0;
  }
  .breadcrumb {
    margin-bottom: 0;
  }
  
  .breadcrumb li {
    font: 1rem;
  }
  
  .breadcrumb li + li:before {
    padding: 8px;
    content: "/\00a0";
  }
  
  .breadcrumb a {
    text-decoration: unset;
    color: #000;
  }
  /*category cards*/
  .main-category {
    text-align: center;
    background: #FAFAFA;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  
  .main-category div {
    padding: 0 1rem;
  }
  
  .main-category div .cat_sec {
    margin-bottom: 0;
    color: #666;
    text-align: left;
  }
  
  .main-category .item-desc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 1rem;
    margin-top: auto;
  }
  
  .main-category .card-img-top {
    padding: 1rem;
    -o-object-fit: cover;
       object-fit: cover;
    height: 250px;
  }
  
  .img_categories {
    width: 100%;
    /* height: 180px; */
  }
  
  .filters {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .filters a {
    border: solid 1px #9e9e9e;
    border-radius: 0.2rem;
    padding: 0.25rem 1.25rem;
    color: #000;
    text-decoration: none;
  }
  
  .filters .sort {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .filters .sort p {
    padding-right: 0.5rem;
    margin-bottom: 0px;
  }
  
  .filters .sort .form-select {
    margin-bottom: 0px;
  }
  .h-100 {
    height: 100% !important;
  }
  a {
      color: #111;
      text-decoration: none;
  }
  .input-group input[type='button'] {
    background-color: #fff;
    min-width: 25px;
    width: auto;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
  }
  
  .input-group .button-minus, .input-group .button-plus {
    font-weight: bold;
    height: 35px;
    padding: 0;
    width: 38px;
    position: relative;
    background-color: #eeeeee;
    border: 1px solid #A71510;
  }
  
  .input-group .button-minus:hover, .input-group .button-plus:hover {
    background-color: #A71510;
    color: #fff !important;
  }
  
  .input-group .quantity-field {
    position: relative;
    height: 35px;
    left: -6px;
    text-align: center;
    width: 45px;
    display: inline-block;
    font-size: 13px;
    margin: 0 0 5px;
    font-weight: 300;
    resize: vertical;
    border: 1px solid #A71510;
    border-left: none;
  }
  ._footer {
    background: #dedede;
    padding: 5rem;
    margin-top: 2rem;
  }
  
  ._footer h4 {
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 1rem;
  }
  
  ._footer .footer-links ul {
    margin: 0px;
    padding: 0px;
  }
  
  ._footer .footer-links ul li {
    text-transform: capitalize;
    list-style: none;
    line-height: 2rem;
    font-size: 0.8rem;
  }
  
  ._footer .footer-links ul li a, .footer-links .lh-base {
    color: #797979;
    text-decoration: none;
  }
  
  ._footer .footer-links ul li a:hover {
    color: #4C4C4B;
  }
  
  .footer-links button {
    margin-top: 1rem;
  }
  
  
  
  /* Menu End */
  
  /* Item-Detail-Start */
  .order-summary .order-main-img {
    max-width: 100%;
  }
  
  .order-summary .order-title {
    letter-spacing: .5rem;
    color: #a71510;
    margin-top: 1rem;
  }
  
  .order-summary .order-detail p {
    font-size: 0.95rem;
    margin-bottom: 0;
  }
  
  .order-summary .qut h4 {
    font-size: 1rem;
    padding-top: 1.75rem;
    padding-bottom: 0.5rem;
    color: #483B33;
    font-weight: 600;
  }
  
  .order-summary .sizes h4 {
    font-size: 1rem;
    padding-top: 1.75rem;
    padding-bottom: 0.5rem;
    color: #483B33;
    font-weight: 600;
  }
  
  .order-summary .sizes .btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  
  .order-summary .sizes .btns a {
    background: #F0F4F8;
    padding: 0.5rem 2rem;
    font-size: 1rem;
    border-radius: 0.4rem;
    color: #000;
    margin-right: 1rem;
  }
  
  .order-summary .sizes .btns a:hover {
    background: #b92327;
    color: #fff;
  }
  
  .order-summary .sizes .btns a.active {
    background: #b92327;
    color: #fff;
  }
  
  .order-summary .quantity h4 {
    font-size: 1rem;
    color: #483B33;
    display: block;
  }
  
  .order-summary .quantity select {
    padding: 8px;
    border: 3px solid #dbe2ed;
    color: #748a9d;
    border-radius: 5px;
    font-size: 0.75rem;
    width: 70px;
    font-weight: 800;
  }
  
  .order-summary .quantity select:focus {
    outline: none;
  }
  
  .order-price {
    margin-top: .5rem;
  }
  
  .order-summary .order-price h1 {
    color: #483B33;
    font-size: 2rem;
  }
  
  .item-des p {
    font-size: 0.9rem;
  }
  
  .quantity {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100px;
  }
  
  .quantity input {
    padding: 10px 25px;
    background: #F0F4F8;
    border: unset;
    border-radius: 5px;
    width: 100px;
    text-align: center;
    font-size: 0.875rem;
  }
  
  .quantity input:focus {
    outline: none;
  }
  
  .quantity button {
    padding: 7px 15px;
    background: #F0F4F8;
    border: unset;
    border-radius: 5px;
    width: 70px;
    text-align: center;
    font-size: 0.875rem;
    color: #333;
    border: 1px solid #A71510 !important;
  }
  
  .quantity button:hover {
    color: #fff;
    background: #A71510;
  }
  
  .quantity span {
    cursor: pointer;
    position: absolute;
    font-size: 0.875rem;
    height: 100%;
  }
  
  .quantity .minus {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    left: 10px;
  }
  
  .quantity .plus {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    right: 10px;
  }
  
  /* Item-Detail-End */

  /* Order-Summary-Start */
  /* Item-Detail-Start */
.order-summary .order-main-img {
    max-width: 100%;
  }
  
  .order-summary .order-title {
    letter-spacing: .5rem;
    color: #a71510;
    margin-top: 1rem;
  }
  
  .order-summary .order-detail p {
    font-size: 0.95rem;
    margin-bottom: 0;
  }
  
  .order-summary .qut h4 {
    font-size: 1rem;
    padding-top: 1.75rem;
    padding-bottom: 0.5rem;
    color: #483B33;
    font-weight: 600;
  }
  
  .order-summary .sizes h4 {
    font-size: 1rem;
    padding-top: 1.75rem;
    padding-bottom: 0.5rem;
    color: #483B33;
    font-weight: 600;
  }
  
  .order-summary .sizes .btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  
  .order-summary .sizes .btns a {
    background: #F0F4F8;
    padding: 0.5rem 2rem;
    font-size: 1rem;
    border-radius: 0.4rem;
    color: #000;
    margin-right: 1rem;
  }
  
  .order-summary .sizes .btns a:hover {
    background: #b92327;
    color: #fff;
  }
  
  .order-summary .sizes .btns a.active {
    background: #b92327;
    color: #fff;
  }
  
  .order-summary .quantity h4 {
    font-size: 1rem;
    color: #483B33;
    display: block;
  }
  
  .order-summary .quantity select {
    padding: 8px;
    border: 3px solid #dbe2ed;
    color: #748a9d;
    border-radius: 5px;
    font-size: 0.75rem;
    width: 70px;
    font-weight: 800;
  }
  
  .order-summary .quantity select:focus {
    outline: none;
  }
  
  .order-price {
    margin-top: .5rem;
  }
  
  .order-summary .order-price h1 {
    color: #483B33;
    font-size: 2rem;
  }
  
  .item-des p {
    font-size: 0.9rem;
  }
  
  .quantity {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100px;
  }
  
  .quantity input {
    padding: 10px 25px;
    background: #F0F4F8;
    border: unset;
    border-radius: 5px;
    width: 100px;
    text-align: center;
    font-size: 0.875rem;
  }
  
  .quantity input:focus {
    outline: none;
  }
  
  .quantity button {
    padding: 7px 15px;
    background: #F0F4F8;
    border: unset;
    border-radius: 5px;
    width: 70px;
    text-align: center;
    font-size: 0.875rem;
    color: #333;
    border: 1px solid #A71510 !important;
  }
  
  .quantity button:hover {
    color: #fff;
    background: #A71510;
  }
  
  .quantity span {
    cursor: pointer;
    position: absolute;
    font-size: 0.875rem;
    height: 100%;
  }
  
  .quantity .minus {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    left: 10px;
  }
  
  .quantity .plus {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    right: 10px;
  }
  
  /* Item-Detail-End */
  .navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.55);
    border-color: transparent;
    background: transparent;
    border: 0px;
  }
  .flex-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  ._footer {
    background: #dedede;
    padding: 5rem;
    margin-top: 2rem;
  }
  
  ._footer h4 {
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 1rem;
  }
  
  ._footer .footer-links ul {
    margin: 0px;
    padding: 0px;
  }
  
  ._footer .footer-links ul li {
    text-transform: capitalize;
    list-style: none;
    line-height: 2rem;
    font-size: 0.8rem;
  }
  
  ._footer .footer-links ul li a, .footer-links .lh-base {
    color: #797979;
    text-decoration: none;
  }
  
  ._footer .footer-links ul li a:hover {
    color: #4C4C4B;
  }
  
  .footer-links button {
    margin-top: 1rem;
  }
  .breadcrumb-section {
    background-color: #f4f4f4;
    padding: 20px;
  }
  .breadcrumb {
    margin-bottom: 0;
  }
  .breadcrumb {
    margin-bottom: 0;
  }
  
  .breadcrumb li {
    font: 1rem;
  }
  
  .breadcrumb li + li:before {
    padding: 8px;
    content: "/\00a0";
  }
  
  .breadcrumb a {
    text-decoration: unset;
    color: #000;
  }
  .carousel_div {
    margin-top: 1rem;
  }
  .container-3 {
    width: 5em;
    vertical-align: right;
    white-space: nowrap;
    position: absolute;
  }
  
  .container-3 input#search {
    width: 150px;
    height: 30px;
    background: #fbfbfb;
    border: none;
    font-size: 10pt;
    color: #262626;
    border-radius: 5px;
    margin: 0.9em 0 0 28.5em;
    -webkit-box-shadow: 3px 3px 15px rgba(119, 119, 119, 0.5);
    box-shadow: 3px 3px 15px rgba(119, 119, 119, 0.5);
  }
  
  .container-3 .icon {
    margin: 1.3em 3em 0 31.5em;
    position: absolute;
    width: 150px;
    height: 30px;
    z-index: 1;
    color: #4f5b66;
  }
  .apply-promocode-modal .modal-dialog {
    margin: 0 0 0 auto !important;
    height: 100%;
    max-width: 450px;
  }
  .apply-promocode-modal .modal-content {
    height: 100%;
  }
  
  .apply-promocode-modal .modal-content .modal-header {
    background: #feebf0;
    color: #000;
    font-size: 1rem;
    font-weight: 600;
  }
  
  .apply-promocode-modal .modal-content .modal-body {
    overflow-y: auto;
  }
  
  .apply-promocode-modal .modal-content .promocode-card {
    padding: 15px 10px;
    -webkit-box-shadow: 0px 0px 10px #00000029;
    box-shadow: 0px 0px 10px #00000029;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  
  .apply-promocode-modal .modal-content .promocode-card .promo-details {
    text-align: left;
    margin-left: 20px;
  }
  
  .apply-promocode-modal .modal-content .promocode-card p {
    font-size: 0.75rem;
    font-weight: 600;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  
  .apply-promocode-modal .modal-content .promocode-card p span {
    color: #e82b8d;
    font-size: 0.9rem;
    font-weight: 600;
    margin: 0 5px;
  }
  
  .apply-promocode-modal .modal-content .promocode-card span {
    font-size: 0.875rem;
    font-weight: 600;
    display: block;
  }
  
  .apply-promocode-modal .modal-content .promocode-card button {
    background: #f5483d;
    color: #fff;
    font-size: 0.75rem;
    font-weight: 600;
    border-radius: 5px;
    padding: 10px;
    border: unset;
  }
  
  .apply-promocode-modal .modal-content .promocode-card button:focus {
    outline: none;
  }
  h5.modal-title {
    margin-bottom: 0;
  }
  .select_location div {
    border: 1px solid #666;
    border-radius: 0.3rem;
    text-align: center;
    margin: .5rem;
  }
  .modal-footer {
    padding-top: 0;
    border: none;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .btn-secondary, .btn-secondary:hover {
    background-color: #A71510;
  }
   .mobile_menu .container-fluid {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding-left: 1.5rem;
      padding-right: 1.5rem;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
    }
  
  .input-group .quantity-field {
    position: relative;
    height: 35px;
    left: -6px;
    text-align: center;
    width: 45px;
    display: inline-block;
    font-size: 13px;
    margin: 0 0 5px;
    font-weight: 300;
    resize: vertical;
    border: 1px solid #A71510;
    border-left: none;
  }
  
  .input-group .button-minus, .input-group .button-plus {
    font-weight: bold;
    height: 35px;
    padding: 0;
    width: 38px;
    position: relative;
    background-color: #eeeeee;
    border: 1px solid #A71510;
  }
  
  .input-group .button-minus:hover, .input-group .button-plus:hover {
    background-color: #A71510;
    color: #fff !important;
  }
  
  .input-group .quantity-field {
    position: relative;
    height: 35px;
    left: -6px;
    text-align: center;
    width: 45px;
    display: inline-block;
    font-size: 13px;
    margin: 0 0 5px;
    font-weight: 300;
    resize: vertical;
    border: 1px solid #A71510;
    border-left: none;
  }
  
  .description_accordion {
    margin: 1rem 0;
  }
  
  .description_accordion .accordion-button {
    -webkit-box-shadow: none;
            box-shadow: none;
    background-color: #fff;
    color: #000;
    border-left: none;
    border-right: none;
    letter-spacing: 0.5rem;
    font-size: 1rem;
  }
  
  .description_accordion .accordion-collapse {
    border: none;
  }
  
  .description_accordion .accordion-collapse p {
    text-transform: none;
    font-size: 1rem;
  }
  
  .button-plus {
    left: -13px;
  }
  
  .input-group input[type="number"] {
    -moz-appearance: textfield;
    -webkit-appearance: none;
  }
  
  .input-group input::-webkit-outer-spin-button,
  input::-webkit-inner-spin-button {
    -webkit-appearance: none;
  }
  
  .ps-8 {
    padding-left: 8rem;
  }
  i {
      cursor: pointer;
      padding: 10px 12px 8px;
      background: #fff;
      border-radius: 50%;
      display: inline-block;
      /* margin: 0 0 15px; */
      color: #ccc;
      -webkit-transition: .2s;
      transition: .2s;
  }
  .fa {
      display: inline-block;
      font: normal normal normal 14px / 1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
  }
  .color-11:hover, .color-11.active {
    background-color: #A71510;
    -webkit-box-shadow: 0 5px 15px rgba(242, 97, 103, 0.4);
            box-shadow: 0 5px 15px rgba(242, 97, 103, 0.4);
    color: #fff;
    text-decoration: none !important;
  }
  
  .color-11 {
    border: 1px solid #A71510 !important;
    padding: .75rem;
    border-radius: 0;
  }
  
  .form-check-input:checked {
    background-color: #A71510;
    border-color: #A71510;
  }
  .btn-regular {
    background: #F2968E;
    color: #872219;
    padding: 15px;
    border: unset;
    font-size: 0.75rem;
    padding: .8rem 2rem;
    border-radius: 5px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    text-transform: uppercase;
    text-decoration: none;
  }
  .cart_btn{
      text-decoration: none !important;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1.75rem;
    padding-left: 1.75rem;
    text-transform: uppercase;
    font-size: 1rem;
    cursor: pointer;
    letter-spacing: 1.5px;
    font-family: "din";
  }
  .count span {
    position: absolute;
    top: -31px;
    right: -6px;
    background: #A71510;
    padding: 0.25rem 0.35rem;
    border-radius: 20px;
    font-size: 0.6rem;
    color: #fff;
  }
  .count {
      position: relative;
  }
  .rating_star i {
    color: #A71510;
    padding: 0;
    margin-bottom: 0;
  }
  
  .rating_star span {
    padding-left: .5rem;
  }
  /* Order-Summary-End */

  /* Cart-Start */
  footerbody {
    background: #fff;
    color: #000;
    font-family: "Futura";
    font-size: 0.75rem;
    text-transform: uppercase;
}
.breadcrumb-section {
  background-color: #f4f4f4;
  padding: 20px;
}
.breadcrumb {
  margin-bottom: 0;
}

.breadcrumb li {
  font: 1rem;
}

.breadcrumb li + li:before {
  padding: 8px;
  content: "/\00a0";
}

.breadcrumb a {
  text-decoration: unset;
  color: #000;
}

@media (min-width: 1230px) {
  .container-cart {
    max-width: 1250px;
  }
}
.container-3 {
  width: 5em;
  vertical-align: right;
  white-space: nowrap;
  position: absolute;
}

.container-3 input#search {
  width: 150px;
  height: 30px;
  background: #fbfbfb;
  border: none;
  font-size: 10pt;
  color: #262626;
  border-radius: 5px;
  margin: 0.9em 0 0 28.5em;
  -webkit-box-shadow: 3px 3px 15px rgba(119, 119, 119, 0.5);
  box-shadow: 3px 3px 15px rgba(119, 119, 119, 0.5);
}

.container-3 .icon {
  margin: 1.3em 3em 0 31.5em;
  position: absolute;
  width: 150px;
  height: 30px;
  z-index: 1;
  color: #4f5b66;
}
.checkout-delivery {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.checkout-delivery .delivery-details .card {
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.checkout-delivery .delivery-details .card .card-header {
  background-color: #e6e6e6;
}

.checkout-delivery .delivery-details .card:last-child .card-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.checkout-delivery .delivery-details .delivery-address .location label {
  display: block;
  font-size: 0.75rem;
  color: #000000b3;
}

.checkout-delivery .delivery-details .delivery-address .location input {
  border: unset;
  border-bottom: 1px dashed;
  padding: 5px 0;
  width: 100%;
  font-size: 0.75rem;
}

.checkout-delivery .delivery-details .delivery-address .location input:focus {
  outline: none;
}
.checkout-delivery .delivery-details .delivery-address .save label {
  font-size: 0.75rem;
  margin-left: 5px;
  margin-bottom: 0;
}

.checkout-delivery .delivery-details .delivery-address .save select {
  padding: 5px;
  width: 150px;
  border: 1px solid #656565;
  font-size: 0.75rem;
  border-radius: 5px;
}

.checkout-delivery .delivery-details .delivery-address .save select:focus {
  outline: none;
}

.checkout-delivery .delivery-details .delivery-address .change-address-btn {
  font-size: 0.75rem;
  background: #F2968E;
  padding: 10px 20px;
  border: unset;
  color: #fff;
  border-radius: 20px;
}
.checkout-delivery .delivery-details .save-address h5 {
  font-size: 0.875rem;
  text-transform: uppercase;
}

.checkout-delivery .delivery-details .save-address .home {
  border-right: 1px dashed #707070;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.checkout-delivery .delivery-details .save-address .home p {
  font-size: 0.65rem;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.checkout-delivery .delivery-details .save-address .home p img {
  margin-right: 5px;
  margin-bottom: 3px;
}

.checkout-delivery .delivery-details .save-address .home span {
  font-size: 0.65rem;
}

.checkout-delivery .delivery-details .save-address .office {
  border-right: 1px dashed #707070;
  padding-left: 10px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.checkout-delivery .delivery-details .save-address .office p {
  font-size: 0.65rem;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.checkout-delivery .delivery-details .save-address .office p img {
  margin-right: 5px;
  margin-bottom: 3px;
}

.checkout-delivery .delivery-details .save-address .office span {
  font-size: 0.65rem;
}

.checkout-delivery .delivery-details .save-address .other {
  padding-left: 10px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.checkout-delivery .delivery-details .save-address .other p {
  font-size: 0.65rem;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.checkout-delivery .delivery-details .save-address .other p img {
  margin-right: 5px;
  margin-bottom: 3px;
}

.checkout-delivery .delivery-details .save-address .other span {
  font-size: 0.65rem;
}

.checkout-delivery .delivery-details .delivery-time label {
  font-size: 0.875rem;
  line-height: 27px;
}

.checkout-delivery .delivery-details .select-time-n-date h5 {
  font-size: 0.875rem;
}

.checkout-delivery .delivery-details .select-time-n-date .date input,
.checkout-delivery .delivery-details .select-time-n-date .time input {
  text-indent: 1.25rem;
}

.checkout-delivery .delivery-details .select-time-n-date .date img,
.checkout-delivery .delivery-details .select-time-n-date .time img {
  position: absolute;
  top: 0.5rem;
  left: 0.25rem;
  width: 1.25rem;
}

.checkout-delivery .delivery-details .payment .credit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.checkout-delivery .delivery-details .payment p {
  font-size: 0.875rem;
  margin-bottom: 0;
  margin-left: 10px;
}

.checkout-delivery .delivery-details .payment .COD {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.checkout-delivery .have_promocode {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #00000029;
  padding: 10px;
}
.have_promocode {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: none !important;
  padding: 10px;
}

.have_promocode p {
  margin-bottom: 0;
  margin-left: 20px;
  font-size: 0.875rem;
}

.have_promocode .form-control {
  border: none;
}
.pill{
    border: 1px solid #105f00;
    text-align: center;
    padding: 6px 38px;
    border-radius: 50px;
    margin-right: 12px;
    /* background-color: #56e184; */
}
.pill p{
    font-size: 1rem;
}
.scroll{
    overflow-x: scroll;
    scrollbar-width: none;
}
.dinein, .pickup, .delivery{
    display: none;
}
.checkout-delivery .have_promocode p {
  margin-bottom: 0;
  margin-left: 20px;
  font-size: 0.875rem;
}
.checkout-delivery .order-summary .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1.1rem;
}

.checkout-delivery .order-summary .header h5 {
    color: #fff;
  font-size: 0.875rem;
  margin-bottom: 0;
}

.checkout-delivery .order-summary .header span {
  cursor: pointer;
  font-size: 0.875rem;
}

.checkout-delivery .order-summary .order-price-details h5 {
  font-size: 0.875rem;
}

.checkout-delivery .order-summary .order-price-details p {
  font-size: 0.875rem;
}

.checkout-delivery .order-summary .order-price-details p span {
  color: #c7c7c7;
  margin-left: 10px;
}

.checkout-delivery .order-summary .checkout span {
  font-size: 0.75rem;
  padding-bottom: 15px;
  font-weight: 600;
  color: #000;
  opacity: 50%;
}
.checkout-delivery .order-summary .checkout .total span {
  font-weight: bold;
  opacity: 100%;
}
.cart-table .continue-shopping .checkout .total span {
  font-size: 1.3rem;
}
.total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.checkout-delivery .order-summary .checkout .check-out-btn {
  background: #F2968E;
  color: #fff;
  padding: 15px;
  border: unset;
  font-size: 0.75rem;
  width: 50%;
  border-radius: 5px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}

.checkout-delivery .order-summary .checkout .check-out-btn:focus {
  outline: none;
}
.cart-table table {
  border-spacing: 0 15px;
  border-collapse: separate;
}

.cart-table table thead {
  background-color: #e6e6e6;
  color: #666;
}

.cart-table table thead th {
  font-size: 0.875rem;
  padding: 15px;
}

.mobile .cart-table table thead th {
  font-size: 0.875rem;
  /* padding: 15px; */
}

.cart-table table thead th:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.cart-table table thead th:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.cart-table table tbody tr {
  -webkit-box-shadow: 0px 0px 6px #0000001a;
  box-shadow: 0px 0px 6px #0000001a;
  border-radius: 5px;
}

.cart-table table tbody tr td {
  font-size: 0.875rem;
  vertical-align: middle;
  /* padding: 15px; */
  border: unset;
}

.mobile .cart-table table tbody tr td {
  font-size: 0.875rem;
  vertical-align: middle;
  padding: 15px;
  border: unset;
}

.cart-table table tbody tr td:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.cart-table table tbody tr td:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.cart-table table tbody tr td p {
  margin-bottom: 0;
}

.cart-table table tbody .cart-prod-img img {
  width: 90px;
  margin-right: 30px;
}

.cart-table table tbody .price img {
  width: 20px;
  cursor: pointer;
}
.product_div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.input-group input[type='button'] {
  background-color: #fff;
  min-width: 25px;
  width: auto;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.input-group .button-minus, .input-group .button-plus {
  font-weight: bold;
  height: 35px;
  padding: 0;
  width: 38px;
  position: relative;
  background-color: #eeeeee;
  border: 1px solid #A71510;
}
.button-plus {
  left: -13px;
}
.cart-qty {
  min-width: 20px !important;
  height: 30px !important;
}
.input-group input[type="number"] {
  -moz-appearance: textfield;
  -webkit-appearance: none;
}
.input-group {
  clear: both;
  /* margin: 15px 0; */
  position: relative;
}
.input-group .quantity-field {
  position: relative;
  height: 35px;
  left: -6px;
  text-align: center;
  width: 45px;
  display: inline-block;
  font-size: 13px;
  margin: 0 0 5px;
  font-weight: 300;
  resize: vertical;
  border: 1px solid #A71510;
  border-left: none;
}
.w-40 {
  /* width: 40px !important; */
  height: 30px !important;
}
.price div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.order_details_div_right {
  margin-top: .75rem;
}
.order_details_div {
  padding: .75rem;
}
.types{
    display: flex;
    justify-content: space-between;
}
.order_details_div label {
  padding-left: .25rem;
}
.order_details_div_right div {
  margin-top: 0;
}
.order_details_div .order_type_section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: .5rem;
  margin-top: .75rem;
}

.form-check-input:checked {
  background-color: #A71510;
  border-color: #A71510;
}
label {
    display: block;
    font-size: 12px;
    color: #666;
}
#futureorder .row {
  margin-bottom: .75rem;
}
#futureorder .col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.form-control {
  font-size: 0.8rem;
}
.has-search .form-control {
  padding-left: 1.9rem;
}

.has-search .form-control-feedback {
  position: absolute;
  z-index: 2;
  display: block;
  width: 2.375rem;
  height: 2.375rem;
  line-height: 2.375rem;
  text-align: center;
  pointer-events: none;
  color: #aaa;
}
._footer {
  background: #dedede;
  padding: 5rem;
  margin-top: 2rem;
}

._footer h4 {
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 1rem;
}

._footer .footer-links ul {
  margin: 0px;
  padding: 0px;
}

._footer .footer-links ul li {
  text-transform: capitalize;
  list-style: none;
  line-height: 2rem;
  font-size: 0.8rem;
}

._footer .footer-links ul li a, .footer-links .lh-base {
  color: #797979;
  text-decoration: none;
}

._footer .footer-links ul li a:hover {
  color: #4C4C4B;
}

.footer-links button {
  margin-top: 1rem;
}
.quantity button:hover {
  color: #fff;
  background: #A71510;
}
.btn-regular {
  background: #F2968E;
  color: #872219;
  padding: 15px;
  border: unset;
  font-size: 0.75rem;
  padding: .8rem 2rem;
  border-radius: 5px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  text-transform: uppercase;
  text-decoration: none;
}
.social-icons {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.social-icons li {
  display: inline-block;
  margin-bottom: 4px;
}

.social-icons li.title {
  margin-right: 15px;
  text-transform: uppercase;
  color: #96a2b2;
  font-weight: 700;
  font-size: 13px;
}

.social-icons a {
  background-color: #eceeef;
  color: #818a91;
  font-size: 16px;
  display: inline-block;
  line-height: 44px;
  width: 44px;
  height: 44px;
  text-align: center;
  margin-right: 8px;
  border-radius: 100%;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}

.social-icons a:active, .social-icons a:focus, .social-icons a:hover {
  color: #fff;
  background-color: #29aafe;
}

.social-icons.size-sm a {
  line-height: 34px;
  height: 34px;
  width: 34px;
  font-size: 14px;
}

.social-icons a.facebook:hover {
  background-color: #3b5998;
}

.social-icons a.twitter:hover {
  background-color: #00aced;
}

.social-icons a.linkedin:hover {
  background-color: #007bb6;
}

.social-icons a.dribbble:hover {
  background-color: #ea4c89;
}
ul, ol, dl {
    font-family: "Futura";
}
.scrollbar {
  height: 200px;
  overflow-y: scroll;
  overflow-x: hidden;
}

.scrollbar::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #F5F5F5;
}

.scrollbar::-webkit-scrollbar {
  width: 6px;
  background-color: #F5F5F5;
}

.scrollbar::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #555;
}
.order-summary .order-main-img {
  max-width: 100%;
}

.order-summary .order-title {
  letter-spacing: .5rem;
  color: #a71510;
  margin-top: 1rem;
}

.order-summary .order-detail p {
  font-size: 0.95rem;
  margin-bottom: 0;
}

.order-summary .qut h4 {
  font-size: 1rem;
  padding-top: 1.75rem;
  padding-bottom: 0.5rem;
  color: #483B33;
  font-weight: 600;
}

.order-summary .sizes h4 {
  font-size: 1rem;
  padding-top: 1.75rem;
  padding-bottom: 0.5rem;
  color: #483B33;
  font-weight: 600;
}

.order-summary .sizes .btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.order-summary .sizes .btns a {
  background: #F0F4F8;
  padding: 0.5rem 2rem;
  font-size: 1rem;
  border-radius: 0.4rem;
  color: #000;
  margin-right: 1rem;
}

.order-summary .sizes .btns a:hover {
  background: #b92327;
  color: #fff;
}

.order-summary .sizes .btns a.active {
  background: #b92327;
  color: #fff;
}

.order-summary .quantity h4 {
  font-size: 1rem;
  color: #483B33;
  display: block;
}

.order-summary .quantity select {
  padding: 8px;
  border: 3px solid #dbe2ed;
  color: #748a9d;
  border-radius: 5px;
  font-size: 0.75rem;
  width: 70px;
  font-weight: 800;
}

.order-summary .quantity select:focus {
  outline: none;
}
.order-summary .order-price h1 {
  color: #483B33;
  font-size: 2rem;
}
.order-summary .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.order-summary .header h5 {
  font-size: 0.875rem;
}
.header {
  padding: 6px 0;
  /* background-color: #e6e6e6; */
  color: #666;
}
.h-height{
    height: auto !important;
}
.order-summary .header span {
  cursor: pointer;
  font-size: 0.875rem;
}
.checkout div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.cart_btn_div .cart-btn {
  display: block;
  text-align: center;
}
.color-11:hover, .color-11.active {
  background-color: #A71510;
  -webkit-box-shadow: 0 5px 15px rgba(242, 97, 103, 0.4);
          box-shadow: 0 5px 15px rgba(242, 97, 103, 0.4);
  color: #fff;
  text-decoration: none;
}

.color-11 {
  border: 1px solid #A71510 !important;
  padding: .75rem;
  border-radius: 0;
}

.form-check-input:checked {
  background-color: #A71510;
  border-color: #A71510;
}
.cart-btn a {
  border: none;
  padding: .75rem;
}
a {
    color: #111;
    text-decoration: none;
}
button, .button {
  font-family: "Futura";
  text-transform: uppercase;
}
.flex-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
::-webkit-scrollbar {
  width: 8px;
  height: 4px;
}

::-webkit-scrollbar-thumb {
  background: #c1bbb7;
  border-radius: 1rem;
}

::-webkit-scrollbar-track {
  background: #eee9e6;
  border-radius: 1rem;
}
.navbar-light .navbar-nav .nav-link:last-child {
  padding-right: 0.5rem;
}
.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 1.75rem;
  padding-left: 1.75rem;
  text-transform: uppercase;
  font-size: 1rem;
  cursor: pointer;
  letter-spacing: 1.5px;
  font-family: "din";
}
ul, ol, dl {
    font-family: "Futura";
}
i {
    cursor: pointer;
    padding: 10px 12px 8px;
    background: #fff;
    border-radius: 50%;
    display: inline-block;
    /* margin: 0 0 15px; */
    color: #ccc;
    -webkit-transition: .2s;
    transition: .2s;
}
.navbar-nav.top-nav .nav-link {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  font-size: 0.6rem;
}


  /* Cart-End */

  /* Checkout Start */

  .breadcrumb-section {
    background-color: #f4f4f4;
    padding: 20px;
  }
  
  .breadcrumb {
    margin-bottom: 0;
  }
  
  .breadcrumb li {
    font: 1rem;
  }
  
  .breadcrumb li + li:before {
    padding: 8px;
    content: "/\00a0";
  }
  
  .breadcrumb a {
    text-decoration: unset;
    color: #000;
  }
  .container-3 {
    width: 5em;
    vertical-align: right;
    white-space: nowrap;
    position: absolute;
  }
  
  .container-3 input#search {
    width: 150px;
    height: 30px;
    background: #fbfbfb;
    border: none;
    font-size: 10pt;
    color: #262626;
    border-radius: 5px;
    margin: 0.9em 0 0 28.5em;
    -webkit-box-shadow: 3px 3px 15px rgba(119, 119, 119, 0.5);
    box-shadow: 3px 3px 15px rgba(119, 119, 119, 0.5);
  }
  
  .container-3 .icon {
    margin: 1.3em 3em 0 31.5em;
    position: absolute;
    width: 150px;
    height: 30px;
    z-index: 1;
    color: #4f5b66;
  }
  ul, ol, dl {
      font-family: "Futura";
  }
  .checkout-delivery .delivery-details .card {
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.125);
  }
  
  .checkout-delivery .delivery-details .card .card-header {
    background-color: #e6e6e6;
  }
  
  .checkout-delivery .delivery-details .card:last-child .card-header {
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  }
  .delivery-details .card {
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.125);
  }
  
  .delivery-details .card .card-header {
    background-color: #fff;
  }
  
  
  .delivery-details .card:last-child .card-header {
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  }
  .checkout-delivery .nav-link {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .35rem;
  }
  
  .checkout-delivery .nav-link p {
    font-size: 0.875rem;
    color: #000;
    margin-bottom: 0;
  }
  
  .checkout-delivery .nav-link p.number {
    width: 20px;
    height: 20px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    color: #000;
    margin-right: 10px;
  }
  .card-header .nav-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .scrollbar {
    height: 200px;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  
  .scrollbar::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
  }
  
  .scrollbar::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
  }
  
  .scrollbar::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #555;
  }
  ::-webkit-scrollbar {
    width: 8px;
    height: 4px;
  }
  
  ::-webkit-scrollbar-thumb {
    background: #c1bbb7;
    border-radius: 1rem;
  }
  
  ::-webkit-scrollbar-track {
    background: #eee9e6;
    border-radius: 1rem;
  }
  
  .delivery-address .location label {
    display: block;
    font: 0.75rem;
    color: #000000b3;
  }
  .bg-fd {
    background-color: #fdfdfd;
  }
  .order-summary .order-main-img {
    max-width: 100%;
  }
  
  .order-summary .order-title {
    letter-spacing: .5rem;
    color: #a71510;
    margin-top: 1rem;
  }
  
  .order-summary .order-detail p {
    font-size: 0.95rem;
    margin-bottom: 0;
  }
  
  .order-summary .qut h4 {
    font-size: 1rem;
    padding-top: 1.75rem;
    padding-bottom: 0.5rem;
    color: #483B33;
    font-weight: 600;
  }
  
  .order-summary .sizes h4 {
    font-size: 1rem;
    padding-top: 1.75rem;
    padding-bottom: 0.5rem;
    color: #483B33;
    font-weight: 600;
  }
  
  .order-summary .sizes .btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  
  .order-summary .sizes .btns a {
    background: #F0F4F8;
    padding: 0.5rem 2rem;
    font-size: 1rem;
    border-radius: 0.4rem;
    color: #000;
    margin-right: 1rem;
  }
  
  .order-summary .sizes .btns a:hover {
    background: #b92327;
    color: #fff;
  }
  
  .order-summary .sizes .btns a.active {
    background: #b92327;
    color: #fff;
  }
  
  .order-summary .quantity h4 {
    font-size: 1rem;
    color: #483B33;
    display: block;
  }
  
  .order-summary .quantity select {
    padding: 8px;
    border: 3px solid #dbe2ed;
    color: #748a9d;
    border-radius: 5px;
    font-size: 0.75rem;
    width: 70px;
    font-weight: 800;
  }
  
  .order-summary .quantity select:focus {
    outline: none;
  }
  
  .order-price {
    margin-top: .5rem;
  }
  
  .order-summary .order-price h1 {
    color: #483B33;
    font-size: 2rem;
  }
  @media (min-width: 1230px) {
    /* .container {
      max-width: 1100px;
    } */
  }
  .color-11:hover, .color-11.active {
    background-color: #A71510;
    -webkit-box-shadow: 0 5px 15px rgba(242, 97, 103, 0.4);
            box-shadow: 0 5px 15px rgba(242, 97, 103, 0.4);
    color: #fff;
    text-decoration: none;
  }
  
  .color-11 {
    border: 1px solid #A71510 !important;
    padding: .75rem;
    border-radius: 0;
  }
  
  .form-check-input:checked {
    background-color: #A71510;
    border-color: #A71510;
  }
  .checkout-delivery {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .checkout-delivery .delivery-details {
    border-radius: 5px;
    border: 1px solid #00000029;
  }
  
  .checkout-delivery .delivery-details .accordion {
    margin-bottom: 0;
  }
  
  .checkout-delivery .delivery-details .accordion li {
    padding: 15px 20px;
    list-style: none;
    border-bottom: 1px solid #00000029;
  }
  
  .checkout-delivery .delivery-details .accordion li:last-child {
    border-bottom: unset;
  }
  
  .checkout-delivery .delivery-details .accordion .nav-link {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
  }
  
  .checkout-delivery .delivery-details .accordion .nav-link p {
    font-size: 0.875rem;
    color: #000;
    margin-bottom: 0;
  }
  
  .checkout-delivery .delivery-details .accordion .nav-link p.number {
    width: 30px;
    height: 30px;
    background: #F2968E;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    color: #fff;
    margin-right: 20px;
  }
  
  .checkout-delivery .delivery-details .card {
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.125);
  }
  
  .checkout-delivery .delivery-details .card .card-header {
    background-color: #e6e6e6;
  }
  
  .checkout-delivery .delivery-details .card:last-child .card-header {
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  }
  
  .checkout-delivery .delivery-details .delivery-address .location label {
    display: block;
    font-size: 0.75rem;
    color: #000000b3;
  }
  
  .checkout-delivery .delivery-details .delivery-address .location input {
    border: unset;
    border-bottom: 1px dashed;
    padding: 5px 0;
    width: 100%;
    font-size: 0.75rem;
  }
  
  .checkout-delivery .delivery-details .delivery-address .location input:focus {
    outline: none;
  }
  input {
      height: auto;
      width: auto;
      display: initial;
  }
  input {
      outline: none;
      border: none;
      display: block;
      line-height: 1rem;
      font-size: 0.75rem;
      width: 100%;
      background: transparent;
  }
  .custom-radio label {
    padding-left: 0.25rem;
    padding-right: 1rem;
  }
  .credit div, .COD div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .custom-radio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .checkout-delivery .delivery-details .payment .credit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .payment .credit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .payment p {
    font-size: 0.875rem;
    margin-bottom: 0;
    margin-left: 10px;
  }
  label {
      display: block;
      font-size: 12px;
      color: #666;
  }
  .delivery-address .save label {
    font: 0.75rem;
    margin-left: 5px;
    margin-bottom: 0;
  }
  .checkout-delivery .order-summary .header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1.1rem;
  }
  
  .checkout-delivery .order-summary .header h5 {
    font-size: 0.875rem;
    margin-bottom: 0;
  }
  
  .checkout-delivery .order-summary .header span {
    cursor: pointer;
    font-size: 0.875rem;
  }
  .order-summary .header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  
  .order-summary .header h5 {
    font-size: 0.875rem;
  }
  
  .order-summary .header span {
    cursor: pointer;
    font-size: 0.875rem;
  }
  .header-hr {
    border-bottom: 1px solid #0000000a;
  }
  
  ._footer {
    background: #dedede;
    padding: 5rem;
    margin-top: 2rem;
  }
  
  ._footer h4 {
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 1rem;
  }
  
  ._footer .footer-links ul {
    margin: 0px;
    padding: 0px;
  }
  
  ._footer .footer-links ul li {
    text-transform: capitalize;
    list-style: none;
    line-height: 2rem;
    font-size: 0.8rem;
  }
  
  ._footer .footer-links ul li a, .footer-links .lh-base {
    color: #797979;
    text-decoration: none;
  }
  
  ._footer .footer-links ul li a:hover {
    color: #4C4C4B;
  }
  
  .footer-links button {
    margin-top: 1rem;
  }
  .quantity button:hover {
    color: #fff;
    background: #A71510;
  }
  .btn-regular {
    background: #F2968E;
    color: #872219;
    padding: 15px;
    border: unset;
    font-size: 0.75rem;
    padding: .8rem 2rem;
    border-radius: 5px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    text-transform: uppercase;
    text-decoration: none;
  }
  .social-icons {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
  }
  
  .social-icons li {
    display: inline-block;
    margin-bottom: 4px;
  }
  
  .social-icons li.title {
    margin-right: 15px;
    text-transform: uppercase;
    color: #96a2b2;
    font-weight: 700;
    font-size: 13px;
  }
  
  .social-icons a {
    background-color: #eceeef;
    color: #818a91;
    font-size: 16px;
    display: inline-block;
    line-height: 44px;
    width: 44px;
    height: 44px;
    text-align: center;
    margin-right: 8px;
    border-radius: 100%;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
  }
  
  .social-icons a:active, .social-icons a:focus, .social-icons a:hover {
    color: #fff;
    background-color: #29aafe;
  }
  
  .social-icons.size-sm a {
    line-height: 34px;
    height: 34px;
    width: 34px;
    font-size: 14px;
  }
  
  .social-icons a.facebook:hover {
    background-color: #3b5998;
  }
  
  .social-icons a.twitter:hover {
    background-color: #00aced;
  }
  
  .social-icons a.linkedin:hover {
    background-color: #007bb6;
  }
  
  .social-icons a.dribbble:hover {
    background-color: #ea4c89;
  }
  .checkout {
    padding: .75rem;
  }
  .checkout div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .checkout-delivery .order-summary .checkout span {
    font-size: 0.75rem;
    padding-bottom: 15px;
    font-weight: 600;
    color: #000;
    opacity: 50%;
  }
  
  .order-summary .checkout span {
    font-size: 0.8rem;
    padding-bottom: 15px;
    color: #7F7F7F;
  }
  
  .order-summary .checkout .total span {
    font-weight: bold;
    opacity: 100%;
  }
  .order-summary .checkout .check-out-btn {
    color: #872219;
    padding: 15px;
    border: unset;
    font-size: 0.75rem;
    width: 50%;
    border-radius: 5px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    background: #F2968E;
    text-decoration: none;
  }
  
  .order-summary .checkout .check-out-btn:focus {
    outline: none;
  }
  
  /* Checkout End */

  /* Permanent fix for footer overlap on menu.html */
  .s-menu.p-list {
    padding-bottom: 120px !important;
  }