.main-checkout * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Noto Serif", serif;
}
.main-checkout a {
  text-decoration: none;
}
.main-checkout .flex {
  display: flex;
}
.main-checkout .jutyfy_between {
  justify-content: space-between;
}
.main-checkout .container {
  max-width: 1200px;
  margin: 0 auto;
}
.main-checkout .checkout_page {
  display: flex;
  height: 100%;
}
.main-checkout .w-75 {
  padding: 20px;
  border-right: 1px solid #ccc;
  width: 66%;
}
.main-checkout .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main-checkout .logo {
  display: flex;
  align-items: center;
}
.main-checkout .logo img {
  width: 150px;
}
.main-checkout .logo span {
  font-weight: 600;
}
.main-checkout .login {
  width: 32%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.main-checkout .login a {
  color: black;
  font-size: 14px;
}
.main-checkout .login .account {
  color: black;
  font-size: 14px;
  margin-right: 5px;
}

.main-checkout .login .btn {
  padding: 10px 30px;
  border: 2px solid black;
}

.main-checkout .shipping {
  font-size: 16px;
  padding: 14px 0;
  background: rgb(223, 222, 221);
  margin-top: 10px;
}
.main-checkout .shipping span {
  padding-left: 10px;
}
.main-checkout .ship_add {
  display: flex;
  align-items: center;
  margin: 20px 0;
}
.main-checkout .ship_add span {
  margin-right: 10px;
}
.main-checkout .ship_add i {
  padding: 6px 8px;
  background: black;
  color: white;
  border-radius: 50%;
  font-size: 8px;
  text-align: center;
}
.main-checkout .shipping-form {
  width: 100%;
  margin: 0 auto;
}

.main-checkout .form-group {
  margin-bottom: 15px;
}
.main-checkout .form-group-exist {
  margin-bottom: 15px;
}

.main-checkout .form-row {
  display: flex;
  justify-content: space-between;
}

.main-checkout .form-group label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}
.main-checkout .form-group-exist label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}

.main-checkout .form-group input,
.main-checkout .form-group select {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 16px;
}
.main-checkout .form-group-exist input,
.main-checkout .form-group-exist select {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 16px;
}

.main-checkout .form-group span {
  color: red;
}
.main-checkout .form-group-exist span {
  color: red;
}

.main-checkout .form-row .form-group {
  flex: 0 0 48%;
}
.main-checkout .form-row .form-group-exist {
  flex: 0 0 100%;
}
.main-checkout .postal-code-group {
  flex: 0 0 50%;
}
.main-checkout .shipping_method {
  margin-top: 40px;
}
.main-checkout .ship_method {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.main-checkout .ship_method span {
  margin-right: 15px;
  font-weight: 600;
}
.main-checkout .ship_method i {
  padding: 6px 8px;
  background: black;
  color: white;
  border-radius: 50%;
  font-size: 10px;
  text-align: center;
}
/* svg{
    width: 20px;
    padding: 4px 6px;
    background-color: black;
    border-radius: 50%; 
}
.tow_round span{
    width: 20px;
    padding: 4px 6px;
    background-color: black;
    border-radius: 50%; 
    color: white;
} */

.main-checkout .gift_options {
  margin-top: 40px;
}

.main-checkout .gift_options span {
  font-weight: 600;
  margin-bottom: 15px;
  /* margin-top: 20px; */
}

.main-checkout .form-control {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.1;
  display: grid;
  grid-template-columns: 1em auto;
  gap: 0.5em;
  margin-bottom: 20px;
  padding-left: 0px !important;
}
.main-checkout .gift_card {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90%;
  border: 1px solid #ccc;
  margin-top: 40px !important;
  margin-bottom: 40px !important;
  padding: 20px;
  flex-direction: column;
  margin: 0 auto;
}
.main-checkout .gift_card i {
  font-size: 50px;
  text-align: center;
  width: 100%;
  margin-bottom: 20px;
}
.main-checkout .gift_card p {
  width: 100%;
  text-align: center;
}
.main-checkout .account {
  text-decoration: underline;
}
.main-checkout .billing {
  margin-top: 20px !important;
}

.main-checkout .horizontal-line {
  width: 100%;
  height: 1px;
  background-color: black; /* You can change the color as needed */
  border: none;
  margin-bottom: 40px;
  padding: 0; /* Adjust padding if needed */
}
.main-checkout .countinue_btn1 {
  padding: 15px 70px;
  background: black;
  color: white;
}
.main-checkout .countinue_btn {
  display: flex;
  justify-content: end;
  margin-bottom: 70px;
}
.main-checkout .payment {
  margin-bottom: 40px;
}

.main-checkout .payment-button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
  background: rgb(223, 222, 221);
  color: black;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  box-sizing: border-box;
}

.main-checkout .payment-text {
  font-weight: bold;
}

.main-checkout .payment-options {
  display: flex;
  gap: 10px;
  margin-right: 10px;
}
.main-checkout .contact_information {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 10px;
  /* margin-bottom: 20px !important; */
  /* margin-bottom: 20px !important; */
  background: rgb(223, 222, 221);
  color: black;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  box-sizing: border-box;
}

/* --------------------------------------------w-34--------------------------------------------------- */
.main-checkout .order_summary {
  max-height: max-content;
}
.main-checkout .summary {
  position: static;
  -webkit-position: sticky;
}
.main-checkout .sum-head {
  font-size: 18px;
  width: 100%;
  height: 60px;
  display: flex;
  align-items: end;
}
.main-checkout .w-34 {
  width: 34%;
  padding: 20px;
}

.main-checkout .billing {
  margin-top: 60px;
}
.main-checkout .subtotal {
  margin-bottom: 10px;
  font-weight: bolder;
  font-size: 16px;
}

.main-checkout .horizontal-line-34 {
  width: 100%;
  height: 1px;
  background-color: black; /* You can change the color as needed */
  border: none;
  margin-top: 18px;
  margin-bottom: 15px;
  padding: 0; /* Adjust padding if needed */
}

.main-checkout .total {
  font-size: 18px;
  margin-bottom: 30px;
}
.main-checkout .discount_btn a {
  width: 100%;
  padding: 15px 30px;
  border: 2px solid black;
  font-size: 14px;
  display: flex;
  justify-content: center;
  color: black;
  font-weight: bolder;
}

.main-checkout .beg_sum-head {
  max-height: max-content;
  margin-top: 20px !important;
}

.main-checkout .beg_sum-head {
  display: flex;
  align-items: center;
}
.main-checkout .beg_sum-head i {
  padding: 6px 8px;
  background: black;
  color: white;
  border-radius: 50%;
  font-size: 10px;
  text-align: center;
}
.main-checkout .beg_sum-head .tow_round {
  padding-left: 10px;
}
.main-checkout .Arrives_days {
  margin-top: 10px;
}
.main-checkout .text-underline {
  text-decoration: underline;
  cursor: pointer;
}

.main-checkout .Arrives_days span {
  color: green;
}
.main-checkout .w-30 {
  width: 30%;
}
.main-checkout .w-50 {
  width: 50%;
}
.main-checkout .my_order {
  gap: 10px;
}
.main-checkout .my_order img {
  width: 100%;
}
.main-checkout .w-30 img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  background: grey;
}
.main-checkout .my_order {
  margin-top: 30px;
  height: max-content;
}
.main-checkout .Product_dt .price {
  text-decoration: line-through;
  padding-right: px;
}
.main-checkout .Product_dt .red_text {
  color: red;
  text-decoration: none !important;
  padding-right: px;
}

.main-checkout .w-70 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.main-checkout .w-70 .Product_dt {
  font-size: 14px;
  display: flex;
  flex-direction: column;
  padding: 10px 10px;
  gap: 5px;
}
.main-checkout .edit {
  display: flex;
  gap: 15px;
  text-decoration: underline;
  cursor: pointer;
  padding-top: 20px;
}

.main-checkout .w-70 .edit {
  padding: 10px;
  width: 150px;
  display: flex;
  justify-content: space-between;
  font-weight: bolder;
  color: rgb(77, 74, 74);
}
.main-checkout .privacy_tearms {
  margin-top: 40px;
  align-items: center;
}

.privacy_tearms a {
  color: black;
  text-decoration: underline;
}
.main-checkout .privacy_tearms .privacy {
  border-right: 2px solid black;
  padding: 0 10px;
}
.main-checkout .privacy_tearms .terms {
  padding-left: 10px;
}

.main-checkout .privacy_tearms i {
  padding: 8px 10px;
  background: black;
  color: white;
  border-radius: 50%;
  font-size: 8px;
  text-align: center;
}

.main-checkout .conditions {
  padding-left: 10px;
}
.main-checkout .form-control {
  border: none !important ;
}
.main-checkout .main-checkout {
  display: flex;
}
.main-checkout .right-side-bar-m {
  display: none;
}
.main-checkout .right-side-bar-f {
  display: block;
}
.main-checkout .gift-label {
  margin-top: 10px;
  padding-left: 10px;
  font-size: 16px;
}
.main-checkout .Product_dt .title {
  font-size: 14px !important;
}
.main-checkout .Quntity{
  padding-top: 10px
}
.main-checkout .Product_dt {
  line-height: 25px;
}
.main-checkout .Product_dt .size {
  font-size: 12px !important;
}
.main-checkout .Product_dt .color {
  font-size: 14px !important;
}
.main-checkout .Product_dt .full-price .price,
.main-checkout .red_text {
  font-size: 12px !important;
}
.main-checkout .sticky-header {
  position: fixed;
  left: 0;
  right: 0;
}

.main-checkout .logo_img {
  position: relative;
  float: left;
  margin-top: -10px;
  z-index: 1;
  background-color: #cd3232;
  border-radius: 0 0 4px 4px;
  box-shadow: 0px 1px 15px 2px rgba(100, 100, 100, 0.49);
  transition: all 0.3s;
}
.main-checkout .sticky-header .logo-inner {
  background: url(https://d3mqyttn50wslf.cloudfront.net/modules/web/assets/images/cd-small-logo-default.png)
    no-repeat !important;
  width: 95px !important;
  height: 95px !important;
  background-position: center !important;
  margin-bottom: 4px;
}
.main-checkout .logo-inner {
  background: url(https://d3mqyttn50wslf.cloudfront.net/modules/web/assets/images/cd-big-logo-default.png)
    no-repeat;
  width: 208px;
  height: 127px;
  background-position: center;
  transition: all 0.3s;
}

@media screen and (max-width: 375px) {
  .main-checkout .logo span {
    display: flex !important;
    font-size: 18px !important;
  }
}

@media screen and (max-width: 768px) {
  .main-checkout .main-checkout {
    display: block;
    width: 100%;
    padding: 15px;
  }
  .main-checkout .right-side-bar-m {
    display: block;
  }
  .main-checkout .right-side-bar-f {
    display: none;
  }
  .main-checkout .gift_options {
    margin-top: 20px;
  }
  .main-checkout .gift_card {
    margin-top: 20px !important;
  }
  .main-checkout .edit {
    display: flex;
    gap: 15px;
    margin-top: 10px;
  }
  .main-checkout .Product_dt .title {
    font-size: 12px !important;
  }
  .main-checkout .Product_dt {
    line-height: 25px;
  }
  .main-checkout .my_order {
    margin-top: 30px;
  }
  .main-checkout .Product_dt .size {
    font-size: 14px !important;
  }
  .main-checkout .Product_dt .color {
    font-size: 14px !important;
  }
  .main-checkout .Product_dt .full-price .price,
  .main-checkout .red_text {
    font-size: 14px !important;
  }
  .main-checkout .w-75 {
    width: 100% !important;
    border-right: none;
    padding: 0px;
  }
  .main-checkout .w-34 {
    width: 100% !important;
  }
  .main-checkout .horizontal-line {
    margin-bottom: 20px !important;
  }
  .main-checkout .shipping_method {
    margin-top: 20px !important;
  }
  .main-checkout .login .btn {
    padding: 5px 15px !important;
    border: 2px solid black;
  }

  .main-checkout .logo span {
    display: flex;
    font-size: 25px !important;
  }
  .main-checkout .login {
    width: 50% !important;
    font-size: 12px;
  }
  .main-checkout .login .btn {
    padding: 10px 20px;
    border: 2px solid black;
  }

  .main-checkout .login a {
    font-size: 10px;
  }
  .main-checkout span {
    font-size: 12px !important;
  }
  .main-checkout .gift_card i {
    font-size: 30px !important;
    background: transparent;
    color: black;
  }
  .main-checkout .billing {
    margin-top: 10px;
  }
  .main-checkout .countinue_btn {
    margin-bottom: 0px;
  }
  .main-checkout .form-group {
    font-size: 12px !important;
  }
  .main-checkout .form-group select {
    font-size: 14px !important;
  }
  .main-checkout .gift_card p {
    font-size: 12px !important;
  }
  .main-checkout .payment-options .gift {
    display: none;
  }
  .main-checkout .payment {
    margin-bottom: 0px;
  }
  .main-checkout .sum-head {
    height: 30px;
  }
  .main-checkout .order_summary {
    margin-bottom: 0px;
  }
  .main-checkout .countinue_btn a {
    padding: 15px 20px;
    font-size: 12px !important;
  }
  .main-checkout .privacy_tearms a {
    font-size: 12px !important;
  }
  .main-checkout .privacy_tearms i {
    padding: 6px 7px;
    background: black;
    color: white;
    border-radius: 50%;
    font-size: 6px;
    text-align: center;
  }
  .main-checkout .gift_options label {
    font-size: 12px !important;
  }
  .main-checkout i {
    padding: 4px 6px !important;
    background: black;
    color: white;
    border-radius: 50%;
    font-size: 6px !important;
    text-align: center;
  }
}

@media screen and (max-width: 991.98px) {
  .main-checkout .main-checkout {
    padding: 15px;
  }

  .main-checkout .w-34 {
    padding: 10px;
  }
  .main-checkout .login {
    width: 50%;
    font-size: 14px;
  }

  .main-checkout .logo img {
    width: 100px;
  }
  .main-checkout span {
    font-size: 14px;
  }
  .main-checkout .gift_card i {
    font-size: 40px;
  }

  .main-checkout .form-group {
    font-size: 14px;
  }
  .main-checkout .form-group select {
    font-size: 14px;
  }
  .main-checkout .gift_card p {
    font-size: 14px;
  }
  .main-checkout .countinue_btn a {
    padding: 15px 50px;
    font-size: 14px;
  }
  .main-checkout .order_summary .sum-head span {
    font-size: 16px !important;
  }
  .main-checkout .Product_dt span {
    font-size: 12px;
  }
  .main-checkout .edit span {
    font-size: 12px;
  }
  .main-checkout .discount_btn a {
    width: 100%;
    padding: 15px 10px;
    font-size: 12px;
  }
  .main-checkout .privacy_tearms a {
    font-size: 10px;
  }
  .main-checkout .privacy_tearms i {
    padding: 6px 7px;
    background: black;
    color: white;
    border-radius: 50%;
    font-size: 6px;
    text-align: center;
  }
}
@media screen and (max-width: 1199.98px) {
  .main-checkout .login {
    width: 40%;
    font-size: 14px;
  }
  .main-checkout .discount_btn a {
    padding: 15px 10px;
  }
  .main-checkout .privacy_tearms a {
    font-size: 14px;
  }
  .main-checkout .privacy_tearms i {
    padding: 6px 7px;
    background: black;
    color: white;
    border-radius: 50%;
    font-size: 6px;
    text-align: center;
  }
}
