h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
}

h3 {
  font-size: 32px;
  line-height: 40px;
}

h4 {
  font-size: 28px;
  line-height: 40px;
}

h6 {
  font-size: 20px;
  line-height: 24px;
}

label {
  color: #171C1C;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
  margin-bottom: 8px;
}

input.form-control {
  border: 0.5px solid #A2A2A2;
  box-sizing: border-box;
  border-radius: 4px;
}
input.form-control::-webkit-input-placeholder {
  color: #A1A1A1;
  font-size: 12px;
}
input.form-control::-moz-placeholder {
  color: #A1A1A1;
  font-size: 12px;
}
input.form-control:-ms-input-placeholder {
  color: #A1A1A1;
  font-size: 12px;
}
input.form-control:-moz-placeholder {
  color: #A1A1A1;
  font-size: 12px;
}

.close {
  opacity: 1;
}

.subtitle {
  color: #171C1C;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
}

.btn {
  /*  align-items: center;
    display: flex;
    padding: 10px 25px;*/
}

.btn-dark {
  background-color: #000000;
}

.btn-yellow {
  background-color: #FFD500;
}
.btn-yellow:hover {
  opacity: 0.7;
}

.btn-error {
  background-color: transparent;
  border: 1px solid #E92C2C;
  color: #E92C2C;
}
.btn-error:hover {
  opacity: 0.7;
}

.btn-light {
  background-color: transparent;
  border: 1px solid #171C1C;
}
.btn-light:hover {
  background-color: #000000;
  color: #ffffff;
}

.mb-32 {
  margin-bottom: 32px;
}

.form-buttons {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: end;
}

.flex {
  display: flex;
}

.cart-date-time .gj-datepicker-md [role=right-icon] {
  transform: translate(0%, 35%) !important;
  color: #EF8157 !important;
}

.invalid-feedback {
  font-size: 12px;
  line-height: 1;
  margin-top: 10px;
}

.icon {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
}

.icon-calendar-gray {
  background-image: url(/images/calendar-gray.svg?9685d2e1c4b10ac0989abe6cfe919833);
  height: 21px;
  width: 21px;
}

.icon-calendar {
  background-image: url(/images/calendar.svg?5a24324d474a701a18d80a904ac6964b);
  height: 21px;
  width: 21px;
}

.icon-close-gray {
  background-image: url(/images/close-gray.svg?7f6b6c54f48d6a5c167bbb7ccacb7a62);
  height: 21px;
  width: 21px;
}

.icon-close-dark {
  background-image: url(/images/close-dark.svg?fe50202b11eab113df9b1750d3416fb0);
  height: 21px;
  width: 21px;
}

.icon-bank-yellow {
  background-image: url(/images/bank-yellow.svg?5b05cf354a6395b625d5702133fada17);
  height: 40px;
  width: 40px;
}

.icon-card-yellow {
  background-image: url(/images/card-yellow.svg?50a7ebda0ecaa16654a5d0c7aa55b9e3);
  height: 40px;
  width: 40px;
}

.icon-user-yellow {
  background-image: url(/images/user-yellow.svg?27db403370c0d9192591d8a2606238cd);
  height: 40px;
  width: 40px;
}

.icon-attachment {
  background-image: url(/images/attachment.svg?5f4b60152a43ca85c708ae64db5fa0cb);
  width: 16px;
  height: 16px;
}

.icon-remove {
  background-image: url(/images/remove.svg?22f2f105d8458258ef079eb34d2a1a05);
  width: 24px;
  height: 24px;
}

.icon-copy-light {
  background-image: url(/images/copy-light.svg?46bb8aa0e323c5ab68c5a9fc2906e35f);
  width: 24px;
  height: 24px;
}

.icon-edit {
  background-image: url(/images/edit.svg?b3161b8a9997b6fe4196a66c4605d345);
  width: 24px;
  height: 24px;
}

.btn {
  /*  font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    align-items: center;*/
}
.btn i {
  margin-right: 8px;
}
.btn span {
  margin-top: 2px;
}

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

.btn-black {
  background-color: #000;
  color: #fff;
}

div.modal-content span.select2 {
  margin-bottom: 24px;
  min-height: 40px;
  width: 100%;
}
div.modal-content span.select2 .select2-search__field,
div.modal-content span.select2 .select2-search,
div.modal-content span.select2 .selection {
  min-height: 40px;
  margin: 0;
  display: block;
}
div.modal-content span.select2 .select2-search,
div.modal-content span.select2 .selection {
  padding: 0;
  width: 100%;
}
div.modal-content span.select2 .select2-search__field {
  line-height: 1.2;
  position: absolute;
  padding: 8px 10px;
}
div.modal-content span.select2 textarea {
  font-size: 12px;
  font-weight: 300;
  line-height: 24px;
}
div.modal-content span.select2 textarea::-webkit-input-placeholder {
  color: #A1A1A1;
  font-size: 12px;
  font-weight: 300;
  line-height: 24px;
}
div.modal-content span.select2 textarea::-moz-placeholder {
  color: #A1A1A1;
  font-size: 12px;
  font-weight: 300;
  line-height: 24px;
}
div.modal-content span.select2 textarea:-ms-input-placeholder {
  color: #A1A1A1;
  font-size: 12px;
  font-weight: 300;
  line-height: 24px;
}
div.modal-content span.select2 textarea:-moz-placeholder {
  color: #A1A1A1;
  font-size: 12px;
  font-weight: 300;
  line-height: 24px;
}
div.modal-content span.select2 .select2-search--inline {
  position: absolute;
}
div.modal-content span.select2 .select2-selection--multiple {
  border: 0.5px solid #A2A2A2;
  box-sizing: border-box;
  border-radius: 4px;
  min-height: 40px;
  padding: 0;
  z-index: 1;
}
div.modal-content span.select2 .select2-selection--multiple .select2-selection__choice {
  background-color: transparent;
  margin-left: 2px;
  margin-top: 2px;
  margin-bottom: 2px;
}
div.modal-content span.select2 .select2-selection--multiple .select2-selection__choice__display {
  font-size: 14px;
}
div.modal-content span.select2 .select2-selection--multiple .select2-selection__clear {
  height: 40px;
  margin-top: 0;
  margin-right: 8px;
}

span.select2-container .select2-results__option {
  font-size: 14px;
}

.header-area .header-auth {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
}
.header-area .header-auth .sign_up {
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  margin-right: 20px;
}

#signUpModal .modal-dialog {
  min-width: 668px;
}
#signUpModal .modal-content {
  border-radius: 0;
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2), 0px 26px 80px rgba(0, 0, 0, 0.2);
}
#signUpModal .modal-header {
  border-bottom: 0;
  padding: 40px 40px 0 40px;
}
#signUpModal .modal-body {
  padding: 40px;
}
#signUpModal .btn-light {
  margin-right: 24px;
}

.payment-method .subtitle {
  display: block;
  margin-bottom: 24px;
}
.payment-method__item {
  border: 1px solid #D9DBE9;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 16px;
  display: flex;
  justify-content: space-between;
}
.payment-method__item:not(:last-child) {
  margin-bottom: 16px;
}
.payment-method__item:last-child {
  margin-bottom: 40px;
}
.payment-method__item-text {
  display: flex;
  align-items: center;
}
.payment-method__item-text i {
  margin-right: 16px;
}
.payment-method__item-text b {
  display: flex;
  flex-direction: column;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
}
.payment-method__item-text b span:first-child {
  color: #767A7E;
}
.payment-method__form {
  width: 100%;
}
.payment-method__form .payment-method__item-text {
  margin-bottom: 24px;
}
.payment-method__form .btn {
  float: right;
}

.modal-item .modal-dialog {
  max-width: 1216px;
  width: 100%;
}
.modal-item--col-left {
  background-color: #ffffff;
  padding: 32px;
  max-width: 37%;
}
.modal-item--col-right {
  color: #ffffff;
  background-color: #171C1C;
  padding: 40px;
}
.modal .add_to_cart_button {
  margin: 0;
}
.modal .owl-carousel .owl-item img {
  width: auto;
}

.modal-product-details h4 {
  margin-bottom: 40px;
}
.modal-product-details h6 {
  margin-bottom: 16px;
}
.modal-product-details p {
  color: #C1C1C1;
  margin-bottom: 40px;
}

.modal-product-attributes {
  margin-bottom: 40px;
}
.modal-product-attributes li {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px dashed #A2A2A2;
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0;
}
.modal-product-attributes li b {
  font-weight: bold;
}
.modal-product-attributes li span, .modal-product-attributes li b {
  color: #A1A1A1;
}

.product-comment--head {
  display: flex;
  justify-content: space-between;
  font-weight: 500;
}
.product-comment p {
  margin-bottom: 16px;
}

.modal-product .modal-product-image {
  margin-bottom: 16px;
}
.modal-product .modal-product-thumbs {
  margin-bottom: 16px;
}
.modal-product .product-thumbnail {
  border: 0.5px solid #C1C1C1;
  box-sizing: border-box;
  border-radius: 4px;
  box-sizing: content-box;
  cursor: pointer;
  height: 88px;
  width: 88px;
}
.modal-product .product-thumbnail img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 88px;
  width: 88px;
}
.modal-product .dashed_border {
  margin: 0 0 24px 0;
}
.modal-product .filter_equipment_block_text {
  margin: 8px 0;
}
.modal-product .price_block {
  margin: 0 0 24px 0;
}
.modal-product .price_block .price_box {
  margin-left: 4px;
  margin-right: 4px;
}
.modal-product .price_block .price_box:first-child {
  margin-left: 0;
}
.modal-product .price_block .price_box:last-child {
  margin-right: 0;
}
.modal-product label[for=product-modal-attachments] {
  color: #171C1C;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
}

.price_box--calendar {
  align-items: center;
  display: flex;
}
.price_box--calendar .price_text_per_time {
  margin: 0;
  font-size: 12px;
}
.price_box--calendar .gj-datepicker {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-flow: column-reverse;
}
.price_box--calendar .gj-datepicker input {
  border-width: 0;
  margin: 8px 0 0 0;
  font-size: 12px;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
}
.price_box--calendar .gj-datepicker input::-webkit-input-placeholder {
  color: #171C1C;
  font-size: 12px;
  font-weight: 300;
}
.price_box--calendar .gj-datepicker input::-moz-placeholder {
  color: #171C1C;
  font-size: 12px;
  font-weight: 300;
}
.price_box--calendar .gj-datepicker input:-ms-input-placeholder {
  color: #171C1C;
  font-size: 12px;
  font-weight: 300;
}
.price_box--calendar .gj-datepicker input:-moz-placeholder {
  color: #171C1C;
  font-size: 12px;
  font-weight: 300;
}
.price_box--calendar .gj-datepicker .fa-calendar-o {
  margin: 0;
  position: relative;
  top: 4px;
}
.price_box--calendar .gj-datepicker .fa-calendar-o:before {
  content: "";
  display: block;
  background-image: url(/images/calendar-gray.svg?9685d2e1c4b10ac0989abe6cfe919833);
  height: 21px;
  width: 21px;
}

#preloader-wrapper {
  background-color: rgba(255, 255, 255, 0.7);
  bottom: 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
}
#preloader-wrapper .spinner {
  background-color: #FFD500;
  border-radius: 100%;
  height: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -50px;
  margin-top: -50px;
  width: 100px;
  -webkit-animation: sk-scaleout 1s infinite ease-in-out;
  animation: sk-scaleout 1s infinite ease-in-out;
}

#preloader-wrapper-white {
  background-color: rgba(255, 255, 255, 1);
  bottom: 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
}
#preloader-wrapper-white .spinner {
  background-color: #FFD500;
  border-radius: 100%;
  height: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -50px;
  margin-top: -50px;
  width: 100px;
  -webkit-animation: sk-scaleout 1s infinite ease-in-out;
  animation: sk-scaleout 1s infinite ease-in-out;
}

@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
@keyframes sk-scaleout {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
.cart_area .cart_header h3 {
  margin-bottom: 0;
}

.cart-item {
  margin-bottom: 48px;
}
.cart-item__top-details {
  display: flex;
  margin-bottom: 24px;
}
.cart-item__top-details h6, .cart-item__top-details b, .cart-item__top-details p {
  line-height: 24px;
}
.cart-item__top-details b {
  font-weight: bold;
}
.cart-item__top-details p {
  font-size: 16px;
  margin-bottom: 8px;
}
.cart-item__image {
  margin-right: 16px;
}
.cart-item__date {
  display: flex;
  justify-content: space-between;
}
.cart-item__buttons {
  display: flex;
  justify-content: flex-end;
}
.cart-item__date {
  margin-bottom: 24px;
}
.cart-item__date > div {
  align-items: center;
  display: flex;
}
.cart-item__date b,
.cart-item__date span {
  font-size: 16px;
  line-height: 24px;
}
.cart-item__date span {
  border: 1px solid #A2A2A2;
  border-radius: 20px;
  display: block;
  font-weight: 500;
  padding: 4px 12px;
  margin-left: 10px;
}
.cart-item__date b {
  font-weight: 600;
}
.cart-item__address-row {
  margin-bottom: 24px;
}
.cart-item__address-row b {
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
}
.cart-item__address-row p {
  font-size: 16px;
  line-height: 24px;
}
.cart-item__attachment {
  display: flex;
  align-items: center;
}
.cart-item__attachment i {
  margin-right: 12px;
}
.cart-item__buttons button {
  margin-left: 16px;
}

.cart_area__links {
  display: flex;
}
