/* COMMON & TIRES */

:root {
    --bs-link-color-rgb: 255, 106, 0;
    --bs-link-hover-color-rgb: 190, 73, 0;
}

.cc-btn {
    z-index: 1;
    border: none !important;
    line-height: 1 !important;
    font-size: 18px !important;;
    font-weight: 700 !important;
    border-radius: 0 !important;
    padding: 21px 40px !important;
    text-align: center !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    position: relative !important;
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
    color: white !important;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    text-transform: uppercase !important;
    font-family: "Chakra Petch", sans-serif !important;
    -webkit-transition: all 0.6s cubic-bezier(0.25, 1, 0.5, 1) !important;
    transition: all 0.6s cubic-bezier(0.25, 1, 0.5, 1) !important;
    -webkit-clip-path: polygon(20px 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%, 0 20px) !important;
    clip-path: polygon(20px 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%, 0 20px) !important;
}

.cc-btn:before {
  top: 0 !important;
  left: -5% !important;
  z-index: -1 !important;
  right: auto !important;
  bottom: auto !important;
  width: 110% !important;
  height: 200% !important;
  content: "" !important;
  position: absolute !important;
  -webkit-transition: -webkit-transform 0.5s !important;
  transition: -webkit-transform 0.5s !important;
  transition: transform 0.5s !important;
  transition: transform 0.5s, -webkit-transform 0.5s !important;
  -webkit-transform-origin: left bottom !important;
          transform-origin: left bottom !important;
  background-color: white !important;
  -webkit-transform: skewY(-10deg) scale(1, 0) !important;
          transform: skewY(-10deg) scale(1, 0) !important;
}

.cc-btn:hover {
    color: #FF6A00 !important;
    background-color: white !important;
}

.cc-btn:hover:before {
  -webkit-transform-origin: left top !important;
          transform-origin: left top !important;
  -webkit-transform: skewY(-10deg) scale(1, 1) !important;
          transform: skewY(-10deg) scale(1, 1) !important;
}

.main_menu_list > li:not(:last-child) {
    margin: 0 20px 0 0 !important;
}

.my-profile-image {
    height: 150px !important;
    object-fit: cover;
}

.request-tire-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.signature {
    display: flex;
    flex-direction: column;
}

.signature-pad {
    background-color: rgba(51, 51, 51, 0.2);
    clip-path: polygon(20px 0px, 100% 0px, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0px 100%, 0px 20px);
    height: 180px;
    touch-action: none;
}

#signature-error {
    display: none; 
    color: red;
    font-weight: 700;
    font-size: 20px;
    line-height: 23.5px;
}

.form-buttons {
    display: flex;
    justify-content: flex-end;
}

.svg svg {
    max-width: 60px;
    max-height: 60px;
}

.btn-primary:disabled,
.btn-primary.disabled {
  --bs-btn-disabled-bg: #FFB380;
}

@media (min-width: 1024px) and (max-width: 1279px) {
    .pricing_recommended {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        min-height: 549px;
    }
}

@media (min-width: 1280px) {
    .pricing_recommended {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        min-height: 509px;
    }
}

.payment-method {
    border: 2px solid transparent;
    padding: 5px;
    border-radius: 8px;
    transition: border 0.2s;
}

.payment-method.selected {
    border: 2px solid #FF6A00;
}

.payment-method input[type="radio"] {
    display: none;
}

[data-bs-theme="light"] .mbc-select {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}

[data-bs-theme=light] .mbc-select {
    background-color: var(--bs-gray-dark);
}

.mbc-select {
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
    width: 100%;
}

.mbc-select:hover, .mbc-select:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: var(--bs-primary);
}

/* RENTAL */

#calendar-select {
    display: flex;
    justify-content: center;
}

.custom-hr {
    margin: 30px 0px !important;
    max-width: 100% !important;
}

.img-container {
    aspect-ratio: 1 / 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.second_banner {
    margin-top: 0px !important;
}

.inventory_slider {
    width: 100%;
    position: relative;
    overflow: hidden;
    padding: 0px !important;
}
@media (max-width: 767px) {
    .inventory_slider .swiper {
        width: 100%;
        height: 250px;
    }

    .text-small {
        font-size: 14px;
    }

    h5 {
        font-size: 1rem !important;
    }
    
    .btn {
        font-size: 14px;
    }
}

@media (min-width: 768px) {
    .inventory_slider .swiper {
        width: 100%;
        height: 350px;
    }
}

.inventory_slider .swiper-slide {
    width: 100%;
    height: 100%;
}

.inventory_slider .swiper-slide .inventory-gallery {
    width: 100%;
    height: 100%;
}

.inventory_slider .swiper-slide .inventory-gallery img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-pagination {
    bottom: 20px;
}

.swiper-pagination-bullet-active {
    background-color: #FF6A00 !important;
}

@media (max-width: 767px) {
    .custom-header-title {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .custom-mt {
        margin-top: 1rem !important;
    }

    .european_info {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 16px;
    }
}

@media (min-width: 768px) {
    .custom-header-title {
        display: flex;
        justify-content: space-between;
    }
    
    .custom-mt {
        margin-top: 2rem !important;
    }

    .european_info {
        display: flex;
        justify-content: center;
        gap: 16px;
    }
}

.european_info .european_svg {
    display: flex;
    align-items: center;
    gap: 16px;
}

.european_info .european_text {
    max-width: 350px;
}
