﻿body {
  background-color: #FDFDFD !important;
  font-family: "Inter", sans-serif;
}

h1 {
  font-size: 30px !important;
  font-family: "Inter";
}

.error {
  color: red;
  font-size: 14px;
}

@media (max-width: 1440px) {
  .page-container h1 {
    padding-left: 50px;
  }
}
@media (max-width: 1320px) {
  .cart-table {
    display: flex;
    flex-direction: column !important;
  }
  .cart-table .cart-products-container {
    width: 100% !important;
  }
  .cart-table .table-footer-cart {
    width: 100% !important;
  }
}
.page-container {
  display: flex;
  margin: 0 auto;
  max-width: 1300px;
  justify-content: space-between;
  flex-direction: column;
}
.page-container h1 {
  font-family: "Inter";
  font-weight: bold;
  font-size: 24px !important;
}
.page-container .empty-cart {
  text-align: center;
}
.page-container .empty-cart img {
  width: 20%;
}
.page-container .empty-cart h3 {
  font-weight: bold;
  margin-top: 2rem;
}

.cart-products-container:after {
  content: "";
  display: block;
  height: 12px;
}

.cart-img-container {
  width: 100px;
  height: 50px;
  padding: 1rem 0.5rem;
  object-fit: contain;
  text-align: center;
  cursor: pointer;
  align-items: center;
  display: flex;
}

.cart-total-container {
  float: right;
  font-family: "Inter";
  font-weight: bold;
  font-size: 1rem;
}

.cart-main-container {
  width: 100%;
  background-color: #FDFDFD;
  border-bottom: 2px solid #D9D9D9 !important;
  display: flex;
  height: 112px;
  align-items: center;
  justify-content: space-around;
}

.cart-card-holder {
  display: flex;
  justify-content: space-between;
}

.cart-card-text {
  margin-left: 1rem;
  font-weight: bold;
}

.table-footer-cart {
  width: 28%;
  display: flex;
  flex-direction: column;
  gap: 26px;
}
.table-footer-cart h2 {
  font-size: 20px;
  font-weight: 500;
}
.table-footer-cart .cart-card-text {
  font-weight: 400;
  font-size: 18px;
  margin: 0;
}
.table-footer-cart .shipping-and-total-price {
  font-size: 30px;
  font-weight: 800;
}
.table-footer-cart hr {
  background: #D9D9D9;
  width: 98%;
}

.cart-products-container {
  width: 72%;
}

.shipping-price {
  display: flex;
  align-items: end;
}

.cart-table {
  display: flex;
  flex-direction: row;
  width: 100%;
  gap: 28px;
}
.cart-table .cart-card-text {
  white-space: nowrap;
}

thead {
  text-align: center;
  height: 50px;
}

.cart-product-container span {
  font-family: "Inter";
  font-weight: bold;
}

.quantity-price-container {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: inherit;
}

.page-name-my-cart {
  font-size: 18px;
  font-family: "Inter";
  font-weight: medium;
  width: 30%;
  text-align: left;
  cursor: pointer;
}

.remove-container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: inherit;
}

.remove-from-cart {
  background-color: rgb(43, 43, 43);
  border-radius: 5px;
  padding: 10px;
  display: flex;
  cursor: pointer;
  width: 20px;
  height: 20px;
}

.checkout-field-container {
  height: 600px;
  border-radius: 10px;
  background-color: white;
  margin-top: 50px;
  padding: 20px;
}
.checkout-field-container .checkout {
  display: none;
  margin-top: 50px;
}
.checkout-field-container .continue-btn {
  background-color: #fee715;
  border: none;
  color: black;
  font-weight: bold;
  font-family: "Inter";
  margin-top: 2rem;
}
.checkout-field-container .continue-btn:hover {
  background-color: #fee715 !important;
  color: black !important;
}
.checkout-field-container .continue-btn:active {
  background-color: #fee715 !important;
  color: black !important;
}
.checkout-field-container .btn-primary {
  background-color: #fee715 !important;
  color: black;
  border: none;
  border-radius: 5px;
  padding: 1rem;
  font-weight: bold;
}
.checkout-field-container .btn-primary:active, .checkout-field-container .btn-primary:hover {
  color: black !important;
}
.checkout-field-container .shipping-options p {
  margin-left: 18px !important;
  opacity: 0.6 !important;
}
.checkout-field-container .btn-check:checked + .btn {
  color: white !important;
  border: 1px solid #6c757d !important;
  background-color: #6c757d !important;
}
.checkout-field-container .btn-check + .btn:hover {
  color: black !important;
  border: 1px solid #6c757d !important;
  background-color: transparent;
}
.checkout-field-container .btnn {
  color: #6c757d !important;
  border: 1px solid #6c757d !important;
}
.checkout-field-container .form-check-input:checked {
  background-color: #FEE715 !important;
  border-color: #FEE715 !important;
}

.full-price {
  display: flex;
  align-items: center;
}

.continue-btn {
  background-color: #fee715;
  border: none;
  color: black;
  font-weight: bold;
  font-family: "Inter";
  margin-top: 0rem;
}
.continue-btn:hover {
  background-color: #fee715 !important;
  color: black !important;
}
.continue-btn:active {
  background-color: #fee715 !important;
  color: black !important;
}

.btn-primary {
  background-color: #fee715 !important;
  color: black !important;
  border: none !important;
  border-radius: 5px !important;
  padding: 1rem !important;
  font-weight: bold !important;
  width: 100% !important;
  font-size: 1.4rem !important;
  cursor: pointer;
}
.btn-primary:active, .btn-primary:hover {
  color: black !important;
}

.btn-check:checked + .btn {
  color: white !important;
  border: 1px solid #6c757d !important;
  background-color: #6c757d !important;
}

.btn-check + .btn:hover {
  color: black !important;
  border: 1px solid #6c757d !important;
  background-color: transparent !important;
}

.btnn {
  color: #6c757d !important;
  border: 1px solid #6c757d !important;
}

.form-check-input:checked {
  background-color: #FEE715 !important;
  border-color: #FEE715 !important;
}

tbody, td, tfoot, th, thead, tr {
  border-color: inherit !important;
  border-style: solid !important;
  border-width: 0 !important;
}

table {
  caption-side: bottom !important;
  border-collapse: collapse !important;
}

.btn-group, .btn-group-vertical {
  position: relative !important;
  display: inline-flex !important;
  vertical-align: middle !important;
}

.btn-check {
  position: absolute !important;
  clip: rect(0, 0, 0, 0) !important;
  pointer-events: none !important;
}

button, input, optgroup, select, textarea {
  font-family: inherit !important;
  font-size: inherit !important;
  line-height: inherit !important;
}

.btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

@media (max-width: 1440px) {
  .checkout-form-container .checkout-header {
    padding-left: 8px;
  }
  .checkout-form-container .btn-group {
    padding-left: 9px;
  }
}
@media (max-width: 1280px) {
  .cart-table {
    max-width: 1200px;
    margin: 0 auto;
  }
  .checkout-form-container {
    width: 100%;
    margin: 0 auto;
  }
}
.col-sm-6 {
  flex: 0 0 auto !important;
  width: 48% !important;
}

.col-md-4 {
  flex: 0 0 auto !important;
  width: 33.33333333% !important;
}

.col-12 {
  flex: 0 0 auto !important;
  width: 100% !important;
}

.col-122 {
  flex: 0 0 auto !important;
  width: 48% !important;
}

.g-3, .gy-3 {
  --bs-gutter-y: 1rem;
}

.g-3, .gx-3 {
  --bs-gutter-x: 1rem;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex !important;
  flex-wrap: wrap !important;
  margin-top: 0.5rem !important;
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

row > * {
  flex-shrink: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  margin-top: var(--bs-gutter-y);
}
row > * .divPravno-container {
  display: flex;
}

.form-control {
  transition: none;
}

.form-control {
  display: block !important;
  width: 92% !important;
  padding: 0.375rem 0.75rem !important;
  font-size: 1rem !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
  color: var(--bs-body-color) !important;
  background-color: #fff !important;
  background-clip: padding-box !important;
  border: 1px solid #dee2e6 !important;
  border-radius: 0.375rem !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out !important;
}

.form-label {
  margin-bottom: 0.5rem;
}

.form-control:focus {
  color: #333333 !important;
  background-color: #ffffff !important;
  border-color: #86b7fe !important;
  outline: 0 !important;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25) !important;
}

.nacin-placanja {
  width: 100% !important;
}
.nacin-placanja h4 {
  font-size: 1.6rem !important;
  font-weight: 500 !important;
}
.nacin-placanja p {
  padding: 0.8rem 0rem !important;
}

.tipovi-dostave {
  width: 100% !important;
}
.tipovi-dostave h4 {
  font-size: 1.6rem !important;
  font-weight: 500 !important;
}

.shipping-options {
  margin-top: 1.5rem;
}
.shipping-options p {
  opacity: 0.6 !important;
  margin: 4px 0px 6px 18px !important;
}
.shipping-options .no-courier {
  color: red;
}

.b-r {
  border-top-left-radius: 6px !important;
  border-bottom-left-radius: 6px !important;
  padding: 0.4rem 0.6rem;
}

.b-r-r {
  border-top-right-radius: 6px !important;
  border-bottom-right-radius: 6px !important;
  padding: 0.4rem 0.6rem;
}

.m-b-1 {
  margin-bottom: 1rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

hr {
  opacity: 0.25 !important;
}

W-100 {
  width: 100% !important;
}

.nacin-placanja-I {
  padding: 0.5rem 0rem !important;
}

.form-label {
  margin-bottom: 0.5rem !important;
}

label {
  display: inline-block !important;
}

.mb-3 {
  font-size: 1.6rem !important;
  font-weight: 500 !important;
}

.form-check-input:checked {
  background-color: #FEE715 !important;
  border-color: #FEE715 !important;
}

.btn-primary:hover {
  background: #f0d90c !important;
}

.overlay {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}

.register-modal {
  display: none;
  position: fixed;
  z-index: 2;
  left: 35%;
  top: 30%;
  padding: 40px;
  background-color: #f4f4f4;
}
.register-modal .modal-content {
  width: 500px;
  position: relative;
}
.register-modal .modal-content .label-input {
  margin-bottom: 12px;
  display: flex;
  flex-direction: column;
  position: relative;
}
.register-modal .modal-content .label-input .email-modal {
  width: 94.8% !important;
}
.register-modal .modal-content .label-input label {
  margin-bottom: 4px;
}
.register-modal .modal-content .label-input input {
  display: block !important;
  padding: 0.375rem 0.75rem !important;
  font-size: 1rem !important;
  line-height: 1.5 !important;
  color: var(--bs-body-color) !important;
  border: 1px solid #dee2e6 !important;
  border-radius: 0.375rem !important;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out !important;
}
.register-modal .modal-content .label-input .eye-container {
  position: absolute;
  top: 30px;
  right: 6px;
}
.register-modal .modal-content .form-check-input:checked {
  background-color: #FEE715 !important;
  border-color: #FEE715 !important;
}
.register-modal .modal-content a {
  color: #0000EE !important;
  text-decoration: underline !important;
}
.register-modal .modal-content .btn-register {
  background-color: #fee715 !important;
  color: black !important;
  border: none !important;
  border-radius: 50px !important;
  padding: 1rem !important;
  font-weight: bold !important;
  width: 100% !important;
  font-size: 1.4rem !important;
  cursor: pointer;
  margin-top: 10px;
}
.register-modal .modal-content .btn-register:hover, .register-modal .modal-content .btn-register:active {
  background-color: #f0d90c !important;
  color: black !important;
}
.register-modal .modal-content .close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  position: absolute;
  top: -30px;
  right: -20px;
}
.register-modal .modal-content .close:hover,
.register-modal .modal-content .close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
.register-modal .modal-content .error-modal {
  color: red;
  font-size: 14px;
}

.show-modal {
  background-color: #fee715 !important;
  color: black !important;
  border: none !important;
  border-radius: 5px !important;
  padding: 1rem !important;
  font-weight: bold !important;
  font-size: 16px !important;
  cursor: pointer;
  height: 40px;
  line-height: 10px !important;
}
.show-modal:hover, .show-modal:active {
  background-color: #f0d90c !important;
  color: black !important;
}

/*.account-page-container {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;

    .account-side-nav {
        width: 17%;
        background-color: #f4f4f4;
        line-height: 30px;
        text-align: end;
        height: fit-content;

        a {
            cursor: pointer;
            display: block;
            padding: 12px 24px;
            font-size: 18px;
            text-decoration: none;
            transition-duration: 0.25s;

            &:hover {
                background-color: #cfd8dc;
            }
        }
    }

    .form-container {
        width: 80%;

        h1 {
            margin-top: 0;
            margin-left: 8px;
        }
    }
}

@media (max-width: 1440px) {
    .account-page-container {
        max-width: 1200px;
        margin: 0 auto;
        margin-top: 20px;

        .account-side-nav {
            white-space: nowrap;
        }

        #divPravno {
            display: flex;
            justify-content: space-between;
        }

        .col-sm-6 {
            width: 100% !important;
        }

        #companyName, #vat {
            width: 96% !important;
        }

        #firstName, #lastName, #address, #city {
            width: 98% !important;
        }
    }
}*/
