/* ============================================
   DIRECTION DESCRIPTION READ TOGGLE
   ============================================ */
.direction-description-content > * {
    margin-bottom: 16px;
    display: block;
}

.direction-description-content ul li:not(.direction-description-content ul li:last-child) {
    margin-bottom: 12px;
}

.direction_content.has-read-toggle {
  position: relative;
}

.direction_content .direction-description-content {
  position: relative;
  overflow: hidden;
  transition: max-height 0.35s ease;
}

.direction_content.has-read-toggle.is-collapsed .direction-description-content {
  max-height: 200px;
}

.direction_content.has-read-toggle:not(.is-collapsed) .direction-description-content {
  max-height: 2000px;
}

.direction_content.has-read-toggle.is-collapsed .direction-description-content::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 70px;
  pointer-events: none;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgb(255 255 255));
  backdrop-filter: blur(1.2px);
  -webkit-backdrop-filter: blur(2px);
}

.direction_content .direction-description-toggle {
  margin-top: 10px;
  border: none;
  background: transparent;
  color: #424188;
  padding: 0;
  text-decoration: underline;
  font-size: 14px;
  line-height: 1.4;
  cursor: pointer;
}

.direction_content .direction-description-toggle:hover, .direction_content .direction-description-toggle:focus {
  color: #8387bb;
  background-color: transparent !important;
  border-style: none;
}

/* End */

.cp_store_timing table{
    margin-bottom: 0;
}
.cp_store_timing tbody tr td {
    background: transparent !important;
    min-width: 89px !important;
    color: #1f1f1f;
    font-size: 16px;
    font-weight: 400;
    line-height: 1em;
}
.cp_store_timing tbody tr:not(:last-child) td {
    background: transparent !important;
    padding-bottom: 16px !important;
}

.cp_store_timing tbody tr:last-child td:last-child {
    color: #C45F29;
    text-align: right;
}

.services_list .elementor-icon-list-item{
    padding: 8px 0px !important;
}

/*********Contact Form**********/
.contactus-form .gform_wrapper input:focus::-webkit-input-placeholder,
.contactus-form .gform_wrapper textarea:focus::placeholder {
  opacity: 0.8;
}

.contactus-form .gform-footer {
  padding-bottom: 0px !important;
  justify-content: center;
}
.contactus-form .charleft {
  display: none !important;
}
.contactus-form form label {
  display: none;
}
.contactus-form .gform_description {
  text-align: center;
    max-width: 375px;
    margin: 0 auto 32px;
    font-size: 16px;
    line-height: 1.5em;
}
.contactus-form form .gfield {
  margin-bottom: 16px;
}
.contactus-form form input:not(.contactus-form form input[type="submit"]) {
  font-size: 14px !important;
  line-height: 1.5;
  height: 52px;
  padding: 15.5px 4px 15.5px 14px !important;
}
.contactus-form form textarea {
  max-height: 104px;
  height: 100%;
  padding: 12px 14px !important;
}
.contactus-form .gform_button {
    display: block;
    font-size: 16px !important;
    line-height: 1em !important;
    height: 44px;
    background-color: #424188 !important;
    border: 1px solid #424188;
    color: #fff !important;
    margin-bottom: 0;
    cursor: pointer;
}
.contactus-form .gform_button:hover {
  background-color: #8387BB !important;
  border-color: #8387BB;
}
.contactus-form .gform-theme--foundation .gform_fields {
  row-gap: 0px;
}
/******Form Validation******/
.contactus-form .gform_submission_error.hide_summary {
  display: none;
}
.contactus-form .gfield.gfield_error input {
  border-color: #790000;
}
.contactus-form .gform_validation_errors {
  display: none;
}
.contactus-form .validation_message {
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
  font-size: 12px !important;
  line-height: 1 !important;
  font-weight: 600;
  margin: 8px 0 0 0;
  color: #790000 !important;
}
.contactus-form .gform_wrapper.gravity-theme .gfield_error [aria-invalid="true"] {
  border: 1px solid #790000 !important;
}
.contactus-form .gform_confirmation_message {
  background: green;
  color: #fff;
  text-align: center;
  padding: 20px;
  margin: 10px 0;
}
.contactus-form .gfield {
  margin-bottom: 0px !important;
}

/*******Responsive********/
@media(min-width:1441px) and (max-width:1661px){
    .store_info_container{
        padding-left: 24px;
        padding-right: 24px;
    }
}

@media(min-width:769px) and (max-width: 1200px){
    table.wpsl-opening-hours tr td:nth-child(1) {
        padding: 0 50px 0 0 !important;
    }
}

table.wpsl-opening-hours tr td:nth-child(1) {
    padding: 0 100px 0 0;
}

@media screen and (max-width: 768px) {
  .contactus-form .gform_description {
    margin-bottom: 16px;
  }
  .contactus-form form .gfield {
    margin-bottom: 16px !important;
  }
  .contactus-form .gform_wrapper.gravity-theme .gform_fields {
    row-gap: 0px;
  }
  .contactus-form .gform-footer {
    padding-top: 0px !important;
    margin-top: 0 !important;
  }
  .contactus-form .gform_description {
    font-size: 14px;
  }
}

@media(max-width:520px){
   table.wpsl-opening-hours tr td:nth-child(1) {
        padding: 0 39px 0 0;
    }
}

@media screen and (max-width: 540px) {
  .contactus-form .gform_button {
    margin: 0 auto;
    width: 100%;
  }
}
