@tailwind base;
@tailwind components;
@tailwind utilities;

/*

@layer components {
  .btn-primary {
    @apply py-2 px-4 bg-blue-200;
  }
}

*/
@keyframes custom-spin {
  to { -webkit-transform: rotate(360deg); }
}
@-webkit-keyframes custom-spin {
  to { -webkit-transform: rotate(360deg); }
}
@-moz-keyframes custom-spin {
  to { -moz-transform: rotate(360deg); }
}

.palmsprings, .sandiegogolf, .torreypines {
  .custom_container {
    display: flex;
    flex-direction: column;
    margin: auto;
    padding-bottom: 100px;
    max-width: 1140px;

    @media (max-width: 1279px) and (min-width: 768px) {
      max-width: calc(688px + (307 * ((100vw - 768px) / 511)));
    }

    @media (max-width: 767px){
      max-width: calc(343px + (217 * ((100vw - 375px) / 392)));
    }
  }

  .blurredBg {
    position: relative;
    filter: blur(1.5px);
    pointer-events: none;
  }

  .spinner-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
    pointer-events: none;
  }
  
  .spinner {
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 3px solid rgba(255,255,255,.3);
    border-radius: 50%;
    border-top-color: #045881;
    animation: custom-spin 1s ease-in-out infinite;
    -webkit-animation: custom-spin 1s ease-in-out infinite;
  }

  .button_to {
    margin: 0px;
  }
}
.palmsprings {
  .course_title {
    color: #333333;
    font-size: 32px;
    font-weight: 600;
    line-height: 44px;
    font-style: normal;
  }

  .course_available {
    color: #7A7A7A;
  }

  .course_name {
    color: #333333;
    font-size: 32px;
    font-weight: 300;
    line-height: 44px;
  }

  @media (max-width: 1279px) {
    .course_name {
      font-size: 24px;
    }
  }
  
  .course_rates {
    font-size: 20px;
    line-height: 27px;
  }

  @media (max-width: 1279px) {
    .course_rates {
      font-size: 16px;
    }
  }
  
  .course_description {
    color: #7A7A7A;
    font-size: 16px;
    line-height: 24px;
  }

  @media (max-width: 1279px) {
    .course_description {
      font-size: 14px;
    }
  }
  
  .read_more {
    color: #009042;
    font-weight: 400;
  }
  
  .add_to_cart {
    background-color: #009042;
    font-size: 16px;
    line-height: 22px;
    border-width: 1px;
  }

  .add_to_cart:hover {
    background-color: #FFF;    
    color: #009042;
    border-width: 1px;
    border-color: #009042;
  }

  .cart_title {
    color: #333333;
  }

  .cart_go_back {
    color: #009042;
  }

  .go_back path {
    fill: #009042;
  }

  .rental_clubs_checkbox path {
    fill: #009042;
  }

  .remove_from_cart path {
    fill: #009042;
  }

  .clubs_rental_icons path {
    fill: #009042;
  }

  .play_date {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .play_date::placeholder {
    color: #A8A8A8 !important;
  }

  .play_date:focus {
    border-width: 1px !important;
    border-color: #333333 !important;
    outline: none !important;
    box-shadow: none !important;
  }

  .play_time:focus {
    border-width: 1px !important;
    border-color: #333333 !important;
    outline: none !important;
    box-shadow: none !important;
  }

  .players_select:focus {
    border-width: 1px !important;
    border-color: #333333 !important;
    outline: none !important;
    box-shadow: none !important;
  }

  .cart_add_another_round {
    color: #009042;
    background-color: #FFFFFF;
    border-width: 2px;
    border-color: #009042;
  }


  .cart_add_another_round:hover {
    color: #FFFFFF;
    background-color: #009042;
    border-width: 2px;
    border-color: #009042;
  }

  .cart_select {
    padding-bottom: 8px;
    padding-top: 8px;
  }

  .cart_select:focus {
    border-width: 1px !important;
    border-color: #333333 !important;
    outline: none !important;
    box-shadow: none !important;
  }

  .golf_cart_icon path {
    fill: #333333;
  }

  .golf_cart_btn_icon path {
    fill: #FFF;
  }

  .golf_cart_btn {
    background-color: #009042;
    border-color: #009042;
  }

  .cart_course_name {
    color: #333333;
  }

  .cart_remove {
    color: #009042;
  }

  .cart_checkout {
    background-color: #009042;
    border-width: 2px;
    border-color: #009042;
  }

  .cart_checkout:hover {
    color: #009042;
    background-color: #FFF;
    border-width: 2px;
    border-color: #009042;
  }

  .clubs_select {
    border-width: 1px !important;
    border-color: #333333 !important;
    outline: none !important;
    box-shadow: none !important;
  }

  .checkout_remove path {
    fill: #009042;
  }

  .checkout_select {
    border-color: #A8A8A8;
    padding-bottom: 9px;
    padding-top: 9px;
  }

  .checkout_select:focus {
    border-width: 1px !important;
    border-color: #333333 !important;
    outline: none !important;
    box-shadow: none !important;
  }

  .club_rental_title {
    color: #333333;
  }

  .club_rental_date_time {
    color: #009042;
  }

  .booking_summary {
    color: #333333;
  }

  .checkout_course_name {
    color: #333333;
  }

  .checkout_btn {
    color: #009042;
  }

  .checkout_order_summary {
    color: #333333;
  }

  .checkout_order_item {
    color: #7A7A7A;
    font-weight: 400;
  }

  .checkout_grand_total {
    color: #009042;
  }

  .checkout_label {
    color: #333333;
  }

  .checkout_input {
    border-color: #A8A8A8;
  }

  .checkout_input:focus {
    border-width: 1px !important;
    border-color: #333333 !important;
    outline: none !important;
    box-shadow: none !important;
  }

  .checkout_policy {
    color: #333333;
  }

  .checkout_policy_points {
    color: #7A7A7A;
  }

  .checkout_discount_btn {
    border-color: #009042;
  }

  .checkout_code {
    color: #009042;
  }

  .course_img {
    aspect-ratio: 360 / 232;
    width: 100%;
    max-width: 360px;
    object-fit: cover;
  }

  @media (max-width: 767px) {
    .course_img {
      max-width: 100%;
    }
  }

  .golf_cart_btn:hover {
    background-color: #FFF;
    border-color: #009042;
  }

  .golf_cart_btn:hover .golf_cart_btn_icon path {
    fill: #009042;
  }

  .course_rating {
    color: #009042;
  }

  .banner {
    background-image: url(/assets/psgr_banner-d0a844ad8f02520b9a3be164d68d05aaaeb96c041da3b2371ed82c81593a7de4.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }

  @media (max-width: 767px) {
    .banner {
      background-image: url(/assets/psgr_mobile_banner-d114b42db0c933b71c8d2856e67256d122048b3bef6877299a2a45f4d5a1f8d6.png);
    }
  }

  .search_play_date::placeholder {
     color: #A8A8A8 !important;
  }

  .search_play_date:focus {
    border-width: 1px !important;
    border-color: #333333 !important;
    outline: none !important;
    box-shadow: none !important;
  }

  .search_play_time:hover {
    background-color: #009042;
    color: #FFF;
  }

  .players_counter {
    background-color: #009042;
  }

  .quality_icon path {
    fill: #009042;
  }

  .checkout_remove_credit_card path {
    fill: #7A7A7A;
  }

  .flatpickr-day.selected {
    background: #009042;
    border-color: #009042;
  }

  .flatpickr-day.selected.nextMonthDay {
    background: #009042;
    border-color: #009042;
  }

  .flatpickr-day.selected.prevMonthDay {
    background: #009042;
    border-color: #009042;
  }

  .flatpickr-day.selected:hover {
    background: #009042;
    border-color: #009042;
  }

  .flatpickr-day.selected.nextMonthDay:hover {
    background: #009042;
    border-color: #009042;
  }

  .flatpickr-day.selected.prevMonthDay:hover {
    background: #009042;
    border-color: #009042;
  }

  .sort_item:hover {
    background-color: #009042;
    color: #FFF;
  }

  .sort_item_selected {
    background-color: #009042;
    color: #FFF;
  }

  .golf_cart_btn_count {
    border-color: #009042;
  }

  .golf_cart_btn_digit {
    color: #009042;
  }

  .agent_text {
    color: #009042;
  }

  .map_text {
    color: #009042;
  }

  .map_icon path {
    fill: #009042;
  }

  .switcher_list {
    background-color: #009042;
  }

  .switcher_list_text {
    color: #FFF;
  }

  .switcher_map_text {
    color: #009042;
  }

  .switcher_map {
    border-width: 1px;
    border-color: #009042;
  }

  .map_modal_title {
    color: #333333;
  }

  .sidebar_icon path {
    fill: #333333;
  }

  .clear_filter_text {
    color: #009042;
  }

  .selected_quality_filter {
    background-color: #009042;
    color: #FFF;
  }

 .disabled-bg {
    pointer-events: none !important;
    cursor: default !important;
    opacity: 0.6 !important;
  }
}
.sandiegogolf {
  .course_title {
    color: #333333;
    font-size: 32px;
    font-weight: 600;
    line-height: 44px;
    font-style: normal;
  }

  .course_available {
    color: #7A7A7A;
  }

  .course_name {
    color: #333333;
    font-size: 32px;
    font-weight: 300;
    line-height: 44px;
  }

  @media (max-width: 1279px) {
    .course_name {
      font-size: 24px;
    }
  }
  
  .course_address {
    color: #333333;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
  }
  
  .course_rates {
    font-size: 20px;
    line-height: 27px;
  }

  @media (max-width: 1279px) {
    .course_rates {
      font-size: 16px;
    }
  }
  
  .course_description {
    color: #7A7A7A;
    font-size: 16px;
    line-height: 24px;
  }

  @media (max-width: 1279px) {
    .course_description {
      font-size: 14px;
    }
  }
  
  .read_more {
    color: #009042;
    font-weight: 400;
  }
  
  .add_to_cart {
    background-color: #009042;
    font-size: 16px;
    line-height: 22px;
    border-width: 1px;
  }

  .add_to_cart:hover {
    background-color: #FFF;    
    color: #009042;
    border-width: 1px;
    border-color: #009042;
  }

  .cart_title {
    color: #333333;
  }

  .cart_go_back {
    color: #009042;
  }

  .go_back path {
    fill: #009042;
  }

  .rental_clubs_checkbox path {
    fill: #009042;
  }

  .remove_from_cart path {
    fill: #009042;
  }

  .clubs_rental_icons path {
    fill: #009042;
  }

  .play_date {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .play_date::placeholder {
    color: #A8A8A8 !important;
  }

  .play_date:focus {
    border-width: 1px !important;
    border-color: #333333 !important;
    outline: none !important;
    box-shadow: none !important;
  }

  .play_time:focus {
    border-width: 1px !important;
    border-color: #333333 !important;
    outline: none !important;
    box-shadow: none !important;
  }

  .players_select:focus {
    border-width: 1px !important;
    border-color: #333333 !important;
    outline: none !important;
    box-shadow: none !important;
  }

  .cart_add_another_round {
    color: #009042;
    background-color: #FFFFFF;
    border-width: 2px;
    border-color: #009042;
  }

  .cart_add_another_round:hover {
    color: #FFFFFF;
    background-color: #009042;
    border-width: 2px;
    border-color: #009042;
  }

  .cart_select:focus {
    border-width: 1px !important;
    border-color: #333333 !important;
    outline: none !important;
    box-shadow: none !important;
  }

  .cart_select {
    padding-bottom: 8px;
    padding-top: 8px;
  }

  .clubs_select {
    border-width: 1px !important;
    border-color: #333333 !important;
    outline: none !important;
    box-shadow: none !important;
  }

  .checkout_remove path {
    fill: #009042;
  }

  .checkout_remove_credit_card path {
    fill: #7A7A7A;
  }

  .cart_course_name {
    color: #333333;
  }

  .cart_remove {
    color: #009042;
  }

  .cart_checkout {
    background-color: #009042;
    border-width: 2px;
    border-color: #009042;
  }

  .cart_checkout:hover {
    color: #009042;
    background-color: #FFF;
    border-width: 2px;
    border-color: #009042;
  }

  .checkout_select {
    border-color: #A8A8A8;
    padding-bottom: 9px;
    padding-top: 9px;
  }

  .checkout_select:focus {
    border-width: 1px !important;
    border-color: #333333 !important;
    outline: none !important;
    box-shadow: none !important;
  }

  .club_rental_title {
    color: #333333;
  }

  .club_rental_date_time {
    color: #009042;
  }

  .booking_summary {
    color: #333333;
  }

  .checkout_course_name {
    color: #333333;
  }

  .checkout_btn {
    color: #009042;
  }

  .checkout_order_summary {
    color: #333333;
  }

  .checkout_order_item {
    color: #7A7A7A;
    font-weight: 400;
  }

  .checkout_grand_total {
    color: #009042;
  }

  .checkout_label {
    color: #333333;
  }

  .checkout_input {
    border-color: #A8A8A8;
  }

  .checkout_input:focus {
    border-width: 1px !important;
    border-color: #333333 !important;
    outline: none !important;
    box-shadow: none !important;
  }

  .checkout_policy {
    color: #333333;
  }

  .checkout_policy_points {
    color: #7A7A7A;
  }

  .checkout_policy_points li {
    position: relative;
    padding-left: 20px;
  }

  .checkout_discount_btn {
    border-color: #009042;
  }

  .checkout_code {
    color: #009042;
  }

  .course_img {
    aspect-ratio: 360 / 232;
    width: 100%;
    max-width: 360px;
    object-fit: cover;
  }

  @media (max-width: 767px) {
    .course_img {
      max-width: 100%;
    }
  }

  @media (max-width: 1279px) and (min-width: 768px) {
    .course_img {
      width: 263;
      height: 232;
    }
  }

  .golf_cart_icon path {
    fill: #333333;
  }

  .golf_cart_btn_icon path {
    fill: #FFF;
  }

  .golf_cart_btn {
    background-color: #009042;
    border-color: #009042;
  }

  .golf_cart_btn:hover {
    background-color: #FFF;
    border-color: #009042;
  }

  .golf_cart_btn:hover .golf_cart_btn_icon path {
    fill: #009042;
  }

  .course_rating {
    color: #009042;
  }

  .banner {
    background-image: url(/assets/sdgr_banner-f47fb14ca3604a840725ad26fcc4b6dc8dee8d94fbc8b370188e4f40bd863c83.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }

  @media (max-width: 767px) {
    .banner {
      background-image: url(/assets/sdgr_mobile_banner-6362419ee3de87a336410f270d0f81ed4b2ab8729ac67b4fdb85683e03322aab.png);
    }
  }

  .search_play_date::placeholder {
     color: #A8A8A8 !important;
  }

  .search_play_date:focus {
    border-width: 1px !important;
    border-color: #333333 !important;
    outline: none !important;
    box-shadow: none !important;
  }

  .search_play_time:hover {
    background-color: #009042;
    color: #FFF;
  }

  .players_counter {
    background-color: #009042;
  }

  .quality_icon path {
    fill: #009042;
  }

  .flatpickr-day.selected {
    background: #009042;
    border-color: #009042;
  }

  .flatpickr-day.selected.nextMonthDay {
    background: #009042;
    border-color: #009042;
  }

  .flatpickr-day.selected.prevMonthDay {
    background: #009042;
    border-color: #009042;
  }

  .flatpickr-day.selected:hover {
    background: #009042;
    border-color: #009042;
  }

  .flatpickr-day.selected.nextMonthDay:hover {
    background: #009042;
    border-color: #009042;
  }

  .flatpickr-day.selected.prevMonthDay:hover {
    background: #009042;
    border-color: #009042;
  }

  .sort_item:hover {
    background-color: #009042;
    color: #FFF;
  }

  .sort_item_selected {
    background-color: #009042;
    color: #FFF;
  }

  .golf_cart_btn_count {
    border-color: #009042;
  }

  .golf_cart_btn_digit {
    color: #009042;
  }

  .agent_text {
    color: #009042;
  }

  .map_text {
    color: #009042;
  }

  .map_icon path {
    fill: #009042;
  }

  .switcher_list {
    background-color: #009042;
  }

  .switcher_list_text {
    color: #FFF;
  }

  .switcher_map_text {
    color: #009042;
  }

  .switcher_map {
    border-width: 1px;
    border-color: #009042;
  }

  .map_modal_title {
    color: #333333;
  }

  .sidebar_icon path {
    fill: #333333;
  }

  .clear_filter_text {
    color: #009042;
  }

  .selected_quality_filter {
    background-color: #009042;
    color: #FFF;
  }

 .disabled-bg {
    pointer-events: none !important;
    cursor: default !important;
    opacity: 0.6 !important;
  }
}
.torreypines {
  .course_title {
    color: #045881;
    font-size: 30px;
    font-weight: 800;
    line-height: 36px;
    font-style: normal;
  }

  .course_available {
    color: #333333;
  }

  .course_name {
    color: #045881;
    font-size: 24px;
    font-weight: 700;
    line-height: 42px;
  }

  @media (max-width: 1279px) {
    .course_name {
      font-size: 24px;
      line-height: 24px;
    }
  }

  .course_rates {
    font-size: 16px;
    line-height: 24px;
  }

  @media (max-width: 1279px) {
    .course_rates {
      font-size: 16px;
    }
  }

  .play_date {
    padding-left: 38px;
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .play_date::placeholder {
    color: #A8A8A8 !important;
  }

  .play_date:focus {
    border-width: 1px !important;
    border-color: #333333 !important;
    outline: none !important;
    box-shadow: none !important;
  }

  .play_time {
    padding-right: 30px;
  }

  .play_time:focus {
    border-width: 1px !important;
    border-color: #333333 !important;
    outline: none !important;
    box-shadow: none !important;
  }

  .players_select:focus {
    border-width: 1px !important;
    border-color: #333333 !important;
    outline: none !important;
    box-shadow: none !important;
  }

  .course_description {
    padding: 0px;
    color: #333333;
    font-size: 16px;
    line-height: 25px;
  }

  @media (max-width: 1279px) {
    .course_description {
      font-size: 14px;
    }
  }

  .read_more {
    color: #045881;
    font-weight: 500;
  }
  
  .add_to_cart {
    background-color: #045881;
    font-size: 14px;
    line-height: 20px;
    border-width: 1px;
  }

  .add_to_cart:hover {
    background-color: #FFF;
    color: #045881;
    border-width: 1px;
    border-color: #045881;
  }

  .cart_title {
    color: #333333;
  }

  .cart_go_back {
    color: #045881;
  }

  .cart_add_another_round {
    color: #045881;
    background-color: #FFFFFF;
    border-width: 2px;
    border-color: #045881;
  }

  .cart_add_another_round:hover {
    color: #FFF;
    background-color: #045881;
    border-width: 2px;
    border-color: #045881;
  }

  .cart_select:focus {
    border-width: 1px !important;
    border-color: #333333 !important;
    outline: none !important;
    box-shadow: none !important;
  }

  .cart_course_name {
    color: #333333;
  }

  .cart_remove {
    color: #045881;
  }

  .cart_checkout {
    background-color: #045881;
    border-width: 2px;
    border-color: #045881;
  }

  .cart_checkout:hover {
    color: #045881;
    background-color: #FFF;
    border-width: 2px;
    border-color: #045881;
  }

  .clubs_select {
    border-width: 1px !important;
    border-color: #333333 !important;
    outline: none !important;
    box-shadow: none !important;
  }

  .club_rental_title {
    color: #333333;
  }

  .club_rental_date_time {
    color: #333333;
  }

  .checkout_btn {
    color: #045881;
  }

  .font_poppins {
    font-family: Poppins, sans-serif;
  }

  .font_roboto {
    font-family: Roboto, sans-serif
  }

  .go_back path {
    fill: #045881;
  }

  .remove_from_cart path {
    fill: #045881;
  }

  .rental_clubs_checkbox path {
    fill: #045881;
  }

  .clubs_rental_icons path {
    fill: #045881;
  }

  .checkout_input {
    border-color: #A8A8A8;
  }

  .checkout_input:focus {
    border-width: 1px !important;
    border-color: #333333 !important;
    outline: none !important;
    box-shadow: none !important;
  }

  .checkout_select {
    border-color: #A8A8A8;
    padding-bottom: 10.5px;
    padding-top: 10.5px;
  }

  .checkout_select:focus {
    border-width: 1px !important;
    border-color: #333333 !important;
    outline: none !important;
    box-shadow: none !important;
  }

  .checkout_discount_btn {
    border-color: #045881;
  }

  .checkout_code {
    color: #045881;
  }

  .checkout_remove path {
    fill: #045881;
  }

  .discounted_green_fee_total {
    color: #045881;
  }

  .course_img {
    aspect-ratio: 360 / 232;
    width: 100%;
    max-width: 360px;
    object-fit: cover;
  }

  @media (max-width: 767px) {
    .course_img {
      max-width: 100%;
    }
  }

  .golf_cart_btn_icon path {
    fill: #FFF;
  }

  .golf_cart_icon path {
    fill: #333333;
  }

  .golf_cart_btn {
    background-color: #045881;
    border-color: #045881;
  }

  .golf_cart_btn:hover {
    background-color: #FFF;
    border-color: #045881;
  }

  .golf_cart_btn:hover .golf_cart_btn_icon path {
    fill: #045881;
  }

  .course_rating {
    color: #045881;
  }

  @media (min-width: 992px) {
    .banner-wrapper {
      height: 410px;
    }
  }

  .banner {
    background-image: url(/assets/tp_banner-17732782d97dae0504bcec5b0ea52eac921c809466cd7ce4db61ec3b89659909.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }

  @media (max-width: 767px) {
    .banner {
      background-image: url(/assets/tp_mobile_banner-fa698bb3d6650d7148b29eaadc1903c756e5501456c36c08d641d55b25bf079a.png);
    }
  }

  .search_play_date::placeholder {
     color: #A8A8A8 !important;
  }

  .search_play_date:focus {
    border-width: 1px !important;
    border-color: #333333 !important;
    outline: none !important;
    box-shadow: none !important;
  }

  .search_play_time:hover {
    background-color: #045881;
    color: #FFF;
  }

  .players_counter {
    background-color: #045881;
  }

  .quality_icon path {
    fill: #045881;
  }

  .checkout_remove_credit_card path {
    fill: #7A7A7A;
  }

  .flatpickr-day.selected {
    background: #045881;
    border-color: #045881;
  }

  .flatpickr-day.selected.nextMonthDay {
    background: #045881;
    border-color: #045881;
  }

  .flatpickr-day.selected.prevMonthDay {
    background: #045881;
    border-color: #045881;
  }

  .flatpickr-day.selected:hover {
    background: #045881;
    border-color: #045881;
  }

  .flatpickr-day.selected.nextMonthDay:hover {
    background: #045881;
    border-color: #045881;
  }

  .flatpickr-day.selected.prevMonthDay:hover {
    background: #045881;
    border-color: #045881;
  }

  .sort_item:hover {
    background-color: #045881;
    color: #FFF;
  }

  .sort_item_selected {
    background-color: #045881;
    color: #FFF;
  }

  .golf_cart_btn_count {
    border-color: #045881;
  }

  .golf_cart_btn_digit {
    color: #045881;
  }

  .agent_text {
    color: #045881;
  }

  .map_text {
    color: #045881;
  }

  .map_icon path {
    fill: #045881;
  }

  .switcher_list {
    background-color: #045881;
  }

  .switcher_list_text {
    color: #FFF;
  }

  .switcher_map_text {
    color: #045881;
  }

  .switcher_map {
    border-width: 1px;
    border-color: #045881;
  }

  .map_modal_title {
    color: #045881;
    font-weight: 700;
  }

  .sidebar_icon path {
    fill: #333333;
  }

  .clear_filter_text {
    color: #045881;
  }

  .selected_quality_filter {
    background-color: #045881;
    color: #FFF;
  }

  .cart_container {
    padding-top: 32px;
  }

  @media (min-width: 991px) {
    .cart_container {
      padding-top: 160px;
    }
  }

  .rental_club_container {
    padding-top: 32px;
  }

  @media (min-width: 991px) {
    .rental_club_container {
      padding-top: 160px;
    }
  }

  .checkout_container {
    padding-top: 32px;
  }

  @media (min-width: 991px) {
    .checkout_container {
      padding-top: 160px;
    }
  }

 .disabled-bg {
    pointer-events: none !important;
    cursor: default !important;
    opacity: 0.6 !important;
  }
}
.screen-reader-text {
  clip: rect(1px,1px,1px,1px);
  height: 1px;
  overflow: hidden;
  position: absolute!important;
  width: 1px;
  word-wrap: normal!important
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
  box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
  clip: auto!important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: .875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000
}

.main-navigation {
  clear: both;
  display: block
}

.main-navigation ul {
  background: #fff;
  list-style: none;
  margin: 0;
  padding: 0 1.5em;
  text-align: left
}

.js .main-navigation ul,.main-navigation .menu-item-has-children>a>.icon,.main-navigation .page_item_has_children>a>.icon,.main-navigation ul a>.icon {
  display: none
}

.main-navigation>div>ul {
  border-top: 1px solid #eee;
  padding: .75em 1.695em
}

.js .main-navigation.toggled-on>div>ul {
  display: block
}

.main-navigation ul ul {
  padding: 0 0 0 1.5em
}

.main-navigation ul ul.toggled-on {
  display: block
}

.main-navigation ul ul a {
  letter-spacing: 0;
  padding: .4em 0;
  position: relative;
  text-transform: none
}

.main-navigation li {
  border-bottom: 1px solid #eee;
  position: relative
}

.main-navigation li li,.main-navigation li:last-child {
  border: 0
}

.main-navigation a {
  display: block;
  padding: .5em 0;
  text-decoration: none
}

.main-navigation a:hover {
  color: #767676
}

.dropdown-toggle {
  background-color: transparent;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #222;
  display: block;
  font-size: 16px;
  right: -.5em;
  line-height: 1.5;
  margin: 0 auto;
  padding: .5em;
  position: absolute;
  text-shadow: none;
  top: 0
}

.dropdown-toggle:hover,.dropdown-toggle:focus {
  background: transparent
}

.dropdown-toggle:focus {
  outline: thin dotted
}

.dropdown-toggle.toggled-on .icon {
  -ms-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg)
}

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

*,*:before,*:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit
}

.svg-fallback {
  display: none
}

@media screen and (min-width: 30em) {
  body,button,input,select,textarea {
      font-size:18px;
      font-size: 1.125rem
  }

  h1 {
      font-size: 30px;
      font-size: 1.875rem
  }
  h3 {
      font-size: 22px;
      font-size: 1.375rem
  }

  h4 {
      font-size: 18px;
      font-size: 1.125rem
  }

  h5 {
      font-size: 13px;
      font-size: .8125rem
  }

  h6 {
      font-size: 16px;
      font-size: 1rem
  }
}

@media screen and (min-width: 48em) {
  html {
      scroll-padding-top:calc(var(--wp-admin--admin-bar--height, 0px) + 72px)
  }

  body,button,input,select,textarea {
      font-size: 16px;
      font-size: 1rem;
      line-height: 1.5
  }

  .main-navigation {
      width: auto
  }

  .js .main-navigation ul,.js .main-navigation ul ul,.js .main-navigation>div>ul {
      display: block
  }

  .main-navigation ul {
      background: transparent;
      padding: 0
  }

  .main-navigation>div>ul {
      border: 0;
      margin-bottom: 0;
      padding: 0
  }

  .main-navigation li {
      border: 0;
      display: inline-block
  }

  .main-navigation li li {
      display: block
  }

  .main-navigation a {
      padding: 1em 1.25em
  }

  .main-navigation ul ul {
      background: #fff;
      border: 1px solid #bbb;
      left: -999em;
      padding: 0;
      position: absolute;
      top: 100%;
      z-index: 99999
  }

  .main-navigation ul li.menu-item-has-children:before,.main-navigation ul li.menu-item-has-children:after,.main-navigation ul li.page_item_has_children:before,.main-navigation ul li.page_item_has_children:after {
      border-style: solid;
      border-width: 0 6px 6px;
      content: "";
      display: none;
      height: 0;
      position: absolute;
      right: 1em;
      bottom: -1px;
      width: 0;
      z-index: 100000
  }

  .main-navigation ul li.menu-item-has-children.focus:before,.main-navigation ul li.menu-item-has-children:hover:before,.main-navigation ul li.menu-item-has-children.focus:after,.main-navigation ul li.menu-item-has-children:hover:after,.main-navigation ul li.page_item_has_children.focus:before,.main-navigation ul li.page_item_has_children:hover:before,.main-navigation ul li.page_item_has_children.focus:after,.main-navigation ul li.page_item_has_children:hover:after {
      display: block
  }

  .main-navigation ul li.menu-item-has-children:before,.main-navigation ul li.page_item_has_children:before {
      border-color: transparent transparent #bbb;
      bottom: 0
  }

  .main-navigation ul li.menu-item-has-children:after,.main-navigation ul li.page_item_has_children:after {
      border-color: transparent transparent #fff
  }

  .main-navigation ul ul li:hover>ul,.main-navigation ul ul li.focus>ul {
      left: 100%;
      right: auto
  }

  .main-navigation ul ul a {
      padding: .75em 1.25em;
      width: 16em
  }

  .main-navigation li li {
      -webkit-transition: background-color 0.2s ease-in-out;
      transition: background-color 0.2s ease-in-out
  }

  .main-navigation li li:hover,.main-navigation li li.focus {
      background: #767676
  }

  .main-navigation li li a {
      -webkit-transition: color 0.3s ease-in-out;
      transition: color 0.3s ease-in-out
  }

  .main-navigation li li.focus>a,.main-navigation li li:focus>a,.main-navigation li li:hover>a,.main-navigation li li a:hover,.main-navigation li li a:focus,.main-navigation li li.current_page_item a:hover,.main-navigation li li.current-menu-item a:hover,.main-navigation li li.current_page_item a:focus,.main-navigation li li.current-menu-item a:focus {
      color: #fff
  }

  .main-navigation ul li:hover>ul,.main-navigation ul li.focus>ul {
      left: .5em;
      right: auto
  }

  .main-navigation .menu-item-has-children>a>.icon,.main-navigation .page_item_has_children>a>.icon {
      display: inline;
      left: 5px;
      position: relative;
      top: -1px
  }

  .main-navigation ul ul .menu-item-has-children>a>.icon,.main-navigation ul ul .page_item_has_children>a>.icon {
      margin-top: -9px;
      left: auto;
      position: absolute;
      right: 1em;
      top: 50%;
      -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
      transform: rotate(-90deg)
  }

  .main-navigation ul ul ul {
      left: -999em;
      margin-top: -1px;
      top: 0
  }

  .main-navigation ul ul li.menu-item-has-children.focus:before,.main-navigation ul ul li.menu-item-has-children:hover:before,.main-navigation ul ul li.menu-item-has-children.focus:after,.main-navigation ul ul li.menu-item-has-children:hover:after,.main-navigation ul ul li.page_item_has_children.focus:before,.main-navigation ul ul li.page_item_has_children:hover:before,.main-navigation ul ul li.page_item_has_children.focus:after,.main-navigation ul ul li.page_item_has_children:hover:after {
      display: none
  }
}

@media print {

  body {
      font-size: 12pt
  }

  h1 {
      font-size: 24pt
  }

  h2 {
      font-size: 22pt
  }

  h3 {
      font-size: 17pt
  }

  h4 {
      font-size: 12pt
  }

  h5 {
      font-size: 11pt
  }

  h6 {
      font-size: 12pt
  }
}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *


 */
