/* =================Cart (CSS)==================== */
.cart-row {
  padding: 30px 0 20px;
  font-family: 'Poppins', sans-serif;
  background: #fff;
}

.step-bar {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

.step {
  width: 28px;
  height: 28px;
  background: #ccc;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  line-height: 28px;
  font-weight: bold;
}

.step.active {
  background-color: #0060a1;
}

.step-line {
  width: 50px;
  height: 3px;
  background: #ccc;
  margin: 0 5px;
}

.heading.cf {
  text-align: center;
  margin-bottom: 20px;
}

.heading.cf h1 {
  font-size: 24px;
  font-weight: 600;
}

.cartSection select {
  padding: 8px 50px 8px 10px;
  font-size: 16px;
  border-radius: 4px;
  border: 1px solid #000000;
  letter-spacing: 1px;
  color: #000;
}

.cartSection p {
  font-size: 16px;
  margin: 0;
}

.reserved {
  font-weight: bold;
  color: red;
  margin-right: 10px;
  letter-spacing: 2px;
}

.remove {
  background: #bbb;
  padding: 6px 21px;
  color: white;
  border-radius: 5px;
  font-size: 13px;
  text-decoration: none;
  letter-spacing: 1px;
}

.subtotal ul {
  list-style: none;
  padding: 0;
  text-align: center;
  margin-top: 30px;
}

.subtotal .totalRow {
  margin-bottom: 10px;
  font-size: 16px;
}

.subtotal .totalRow.final {
  font-size: 21px;
  letter-spacing: 2px;
  font-weight: bold;
}

.btn.back,
.btn.continue {
  display: inline-block;
  margin: 0 10px;
  text-decoration: none;
  margin-top: 25px;
  border-radius: 30.5px;
  background: #002664;
  border-color: #002664;
  padding: 11px 36px;
  color: #FFF;
  font-family: "Schibsted Grotesk";
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  transition: all 0.2s linear;
}

.btn.back {
  background-color: transparent !important;
  border: 1px solid #000;
  color: #000;
}

.btn.back {
  background: #aaa;
}

.infoWrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #bab6b6;
  padding-bottom: 50px;
  width: 86%;
  margin: 0 auto;
  text-align: center;
}

.infoWrap p {
  list-style: none !important;
  font-size: 18px;
}

li.items.odd {
  list-style: none;
}

.subtotal.cf p,
.subtotal.cf small {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  margin: 0 0 8px 0;
}

ul.cartWrap {
  margin: 0 !important;
  padding: 0;
}

h3.num {
  font-size: 19px;
  margin: 0 0 7px 0;
  font-weight: 300;
}

/*==============================Checkout/Billing Info============================================= */
.checkout-form {
  font-family: 'Poppins', sans-serif;
  background: #fff;
  max-width: 790px;
  margin: auto;
}

.checkout-form p {
  font-size: 19px;
  line-height: 1.5;
  margin-bottom: 20px;
  color: #000;
  text-align: center;
}

section#checkout-form .checkout-form .info-icon {
  font-size: 16px;
  color: #007bff;
  cursor: pointer;
}

section#checkout-form i {
  color: #7b1024;
}

section#checkout-form .checkbox {
  font-size: 18px;
  /* margin-bottom: 30px;
  display: block;
  text-align: center; */
}

section#checkout-form .form-group {
  /* margin-bottom: 15px; */
}

section#checkout-form .form-group label {
  font-size: 17px;
  /* margin-bottom: 5px;
  color: #000;
  display: inline-block;
  text-align: right;
  margin-right: 10px;
  letter-spacing: 0.5px;
  width: 30%; */
}

section#checkout-form h4 {
  margin-top: 30px;
  font-size: 18px;
  color: #781126;
  font-weight: 600;
  text-align: left;
}

section#checkout-form hr {
  border: none;
  border-top: 1px solid #5c5858;
  margin: 15px 0;
}

section#checkout-form .login-link,
section#checkout-form.policy-text {
  font-size: 18px;
  color: #000;
  margin: 30px 0 10px 0;
}

section#checkout-form .login-link a,
section#checkout-form.policy-text a {
  color: #781126;
  text-decoration: none;
}

section#checkout-form .form-actions {
  /* margin-top: 30px;
  display: flex;
  gap: 20px;
  justify-content: center; */
}

section#checkout-form .checkout-form i {
  /* color: #002664;
  font-size: 20px; */
}

section#checkout-form .form-group {
  /* margin: 0 auto;
  display: flex;
  background-color: transparent !important;
  justify-content: space-around;
  width: 60%;
  align-items: anchor-center; */
}

section#checkout-form input,
section#checkout-form select {
  /* font-size: 16px;
  padding: 6px;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  border-color: rgb(188, 188, 188);
  margin-bottom: 20px; */
}

section#checkout-form select {
  /* width: 279px;
  height: 46px; */
  border-width: 1px !important;
  border: 1px solid #dee2e6 !important;
}

section#checkout-form .form-group input {
  /* width: 230px;
  height: 45px; */
}

.checkout-form p a {
  color: #781126;
}

.form-actions a {
  color: #000;
}

/** ================CSS make an offer============================= **/
.mak-working {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
}

.mak-working .container {
  max-width: 630px;
  width: 100%;
  padding: 0;
  border-radius: 8px;
  text-align: center;
  font-family: 'Poppins', sans-serif;
}

.mak-working h1 {
  font-size: 28px;
  margin-bottom: 30px;
  color: #222;
}

.mak-working .price-section,
.mak-working .offer-section,
.mak-working .form-group {
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: anchor-center;
  gap: 20px;
}

.mak-working label {
  display: block;
  margin-bottom: 0;
  color: #333;
  text-align: center;
  letter-spacing: 0.7px;
}

.mak-working input[type="text"],
.mak-working input[type="email"],
.mak-working input[type="password"] {
  width: 30%;
  padding: 10px 12px;
  font-size: 15px;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-sizing: border-box;
}

.mak-working .info-text {
  font-size: 16px;
  color: #555;
  margin-bottom: 20px;
  text-align: center;
}

.mak-working .section-title {
  display: block;
  color: #002664;
  margin: 30px 0 10px;
  text-decoration: none;
  text-align: center;
  border-bottom: 1px solid #002664;
  letter-spacing: 1.1px;
  padding-bottom: 10px;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 600;
}

.mak-working .login-link {
  color: #002664;
  text-decoration: none;
  font-weight: 500;
}

.mak-working .help-icon {
  display: inline-block;
  margin-left: 8px;
  background: #ccc;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
}

.mak-working .button,
.mak-working .cancel-button {
  width: 40%;
  padding: 12px;
  border: none;
  font-size: 17px;
  border-radius: 50px;
  cursor: pointer;
  letter-spacing: 1px;
}

.mak-working .button {
  background-color: #aaa;
  color: #fff;
}

.mak-working .cancel-button {
  background-color: #aaa;
  color: #fff;
}

.mak-working .disclaimer-text {
  font-size: 17px;
  color: #666;
  margin-top: 20px;
  text-align: left;
  text-align: center;
}

.mak-working .disclaimer-text a {
  color: #002664;
  text-decoration: none;
}
/*=============================Contact-Agent=======================================*/
.premium-form h1 {
  font-size: 24px;
  color: #333;
  font-weight: bold;
  margin-bottom: 30px;
  text-align: center;
}
.premium-form .price {
  font-size: 17px;
  margin-bottom: 20px;
  color: #333;
  text-align: center;
}
.premium-form .desc {
  font-size: 17px;
  line-height: 1.5;
  color: #333;
  margin-bottom: 30px;
  text-align: center;
  width: 86%;
  margin: 0 auto;
  margin-bottom: 40px;
}
.premium-form .form-wrapper {
  margin: 0 auto;
  /* max-width: 1120px; */
}
section.premium-form .field {
    display: flex;
    align-items: baseline;
    justify-content: center;
    /* gap: 30px; */
}
.premium-form .required-note {
  font-size: 17px;
  color: #333;
  text-align: center;
  padding: 40px 0 0;
  margin: 0;
}
.premium-form .required-note span {
    color: red;
}
.premium-form .wire-note {
  font-size: 18px;
  color: #333;
  text-align: center;
  padding: 11px 0 0;
  margin: 0;
}
.premium-form .button-row {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 25px;
}
.premium-form button {
  border: none;
  padding: 12px 35px;
  font-size: 16px;
  border-radius: 25px;
  cursor: not-allowed;
  color: #fff;
  letter-spacing: 1.3px;
  margin-right: 14px;
}
.premium-form .go-back {
  background-color: #bbb;
}
.premium-form .talk-agent {
  background-color: #bbb;
}
.premium-form .button-row {
    margin: 0 auto;
    display: table;
    margin-top: 30px;
}
.premium-form button:hover {
    background-color: #002664;
    transition: all 0.4s linear;
}
.premium-form input,
.premium-form textarea {padding: 8px;font-size: 14px;border-radius: 2px;border: 1px solid #0000004d;margin-bottom: 9px;height: 40px;width: 200px;}
.premium-form textarea {margin-bottom: 0;height: 60px;}
.premium-form label {
  font-size: 17px;
  color: #333;
  width: 120px;
  text-align: center;
}
.premium-form span {
    color: red;
    font-size: 21px;
}
/*===========================Additional-changes=============================================*/
button.bt-moo {
    border-radius: 100px;
    letter-spacing: 1px;
    padding: 9px 52px;
    background-color: #FF0000;
    color: #fff;
    border: none;
    margin-bottom: 24px;
    margin-top: 10px;
}
/*======================================pig-banner==============================*/
section.pig-bann .pig-pick-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #7c1125;
  border-radius: 12px;
  overflow: hidden;
  font-family: 'Segoe UI', sans-serif;
  padding: 0px 20px 0px 0px;
  background: linear-gradient(to right, #721834 0%, #651026 40%, #ffffff 100%);
  position: relative;
}
section.pig-bann .left-section {
  display: flex;
  align-items: center;
  flex: 1;
}
section.pig-bann .pig-image {
  width: 160px;
  margin-right: 10px;
}
section.pig-bann .left-section h2 {
  font-size: 28px;
  font-weight: bold;
  color: white;
  position: absolute;
  top: 10px;
  left: 159px;
  text-shadow: 1px 1px 10px #6d152e, 1px 1px 10px #f9ca84;
}
section.pig-bann .center-section {
  flex: 2;
  text-align: center;
}
section.pig-bann .center-section h1 {
  font-size: 31px;
  margin: 0 !important;
  color: #ffffff;
  font-family: 'Active Uno';
  margin: 0;
}
section.pig-bann .center-section p {
  font-size: 17px;
  color: #888;
  margin: 5px 0 0;
  color: #fdfdfd !important;
  font-weight: 200;
}
section.pig-bann .right-section {
  flex: 1;
  position: relative;
}
section.pig-bann .exclusive-badge {
  position: absolute;
  top: 5px;
  right: 5px;
  background: #ff0000;
  color: #ffffff;
  font-size: 14px;
  padding: 7px 13px;
  border-radius: 4px;
  letter-spacing: 1px;
}
section.pig-bann .price-label {
  font-size: 16px;
  font-weight: bold;
  color: #6a132c;
  margin-bottom: 5px;
  letter-spacing: 2px;
}
section.pig-bann .price {
  font-size: 25px;
  color: #000000;
  letter-spacing: 0px;
  margin-bottom: 17px;
}
section.pig-bann .get-it {
  font-size: 16px;
  color: #6c142d;
  font-weight: bold;
  margin: 5px 0;
  letter-spacing: 1px;
}
section.pig-bann .add-cart-btn {
  background-color: #ff0000;
  border: none;
  color: white;
  padding: 8px 20px;
  font-size: 13px;
  border-radius: 4px;
  cursor: pointer;
}
section.pig-bann {
    margin-bottom: 40px;
}
/*=======================================filter==============================*/
.sort-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  font-family: Arial, sans-serif;
  gap: 10px;
  margin-bottom: 27px;
}

.sort-wrapper label {
  color: #333;
  font-size: 17px;
}

.sort-select {
  padding: 8px 12px;
  font-size: 15px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background: #fff;
  cursor: pointer;
  transition: border-color 0.3s ease;
  font-weight: 200;
  color: #5b5656 !important;
}

.sort-select:hover,
.sort-select:focus {
  border-color: #666;
}
/*===========================Bullet-point============================================*/
.pagination-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin: 20px 0;
  flex-wrap: wrap;
  font-family: Arial, sans-serif;
  margin-top: 80px;
}

.results-count {
  font-size: 16px;
}

.pagination {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 6px;
}

.pagination li {
  padding: 6px 12px;
  background: #f1f1f1;
  border-radius: 4px;
  font-size: 14px;
  cursor: pointer;
  color: #000;
}

.pagination li a {
  text-decoration: none;
  color: inherit;
}

.pagination li.active {
  background: #999;
  color: #fff;
  font-weight: bold;
}

.pagination li.disabled {
  background: #ddd;
  color: #888;
  pointer-events: none;
}

.show-count {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
}

#show-select {
  padding: 4px 8px;
  font-size: 17px;
}
/*=============================get-a-number.php-css=======================================*/
.cen-btn {
    margin: 0 auto;
    display: table;
    margin-bottom: 47px;
}
.cen-btn button.sho-btn {
    background-color: red;
    border-radius: 50px;
    padding: 10px 30px;
    border: none;
    color: #fff;
}
.cen-btn button.sho-btn:hover {
    background-color: #f13a3a;
}
.cod-wok {
    background-image: url(/numberdepot/assets/images/summer2-3.png);
    height: 320px;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    border-radius: 10px;
}
.cod-wok .btn.btn-outline-primary {
    background: #596a72;
    color: #fff !important;
    border: none;
    width: 50%;
    font-size: 15px;
    letter-spacing: 1px;
    margin-top: 6px;
}
.cod-wok .text-muted {
    color: #000 !important;
}
.car-wok .card-body {
    height: 320px;
    padding-top: 44px;
}
.car-wok h5,.slider-container h5 {
    font-size: 1.5em;
    margin-top: 0;
    margin-bottom: 1em;
    font-weight: 600;
    padding-top: 30px;
}
/*==============================Slider-get-a-number===========================================*/
.slider-container {
  overflow-x: auto;
  overflow-y: hidden;
  padding: 20px 0;
  white-space: nowrap;
  scroll-behavior: smooth;
  margin-bottom: 40px;
  padding-bottom: 50px;
}
.slide h3 {
    color: #000;
}
.slider {
  display: flex;
  gap: 10px;
  margin: 10px 0px;
}
.slider .card {
    background-color: transparent;
    border-bottom: 0;
    border: none;
}
.slide .card-body {
    padding: 0 30px;
    border: 1px solid #D9D9D9;
    border-radius: 11px;
    height: 370px;
    padding-top: 42px;
}
.slide .my-2 {
    margin-top: 23px !important;
}

.slide {
  min-width: 250px;
  height: 320px;
  color: white;
  font-size: 24px;
  font-weight: bold;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  border-radius: 0;
  justify-content: center;
}

/* Scrollbar style */
.slider-container::-webkit-scrollbar {
  height: 8px;

}
.slider-container::-webkit-scrollbar-track {
  background: #e0e0e0;
  border-radius: 10px;
}
.slider-container::-webkit-scrollbar-thumb {
  background: #ed1b24;
  border-radius: 10px;
}
.slider-container::-webkit-scrollbar-thumb:hover {
  background: #c2181e;
}
.slide a.card-link.text-danger {
    color: #ff0000 !important;
    font-weight: 200;
    padding: 0 !important;
    margin: 10px 0 !important;
    font-size: 17px;
}

/*======================================================*/
.secone .cod-wok h3 {
    color: #fff;
}
.cen-work {
    border-bottom: 1px solid #0000003b;
    margin-bottom: 30px;
    padding-bottom: 30px;
}
.secone .cod-wok {
    background-image: url(/numberdepot/assets/images/summer2-1.png);
}
.slider-container h5 {
    padding-bottom: 30px;
}
div#bulkForm label {
    margin-bottom: 20px;
}
div#singleForm {
    margin-top: -30px;
}