@charset "UTF-8";
/* YOUR CUSTOM CSS */
.thumb_menu_list img {
  width: 100%;
  height: 100%;
  border-radius: 50px;
}
/* Container that will hide text after 2 lines */
.clamp-text {
    display: -webkit-box;               /* Enables multi-line truncation */
    -webkit-box-orient: vertical;       /* Required for -webkit-box */
    overflow: hidden;                   /* Hide the overflow text */
    -webkit-line-clamp: 2;              /* Limit text to 2 lines */
    line-height: 1.5;                   /* Adjust line height as needed */
    max-height: 3em;                    /* Optional: Ensure the container height is correct */
}
.priceMinWidthTD {
    min-width: 80px;
}
.dropdown-options .dropdown-menu h4 {
  padding-bottom: 5px;
  margin-bottom: 0;
  font-size: 13px;
  text-align: center;
}
.dropdown-options .dropdown-menu {
  width: 250px;
  margin-left: -176px;
}
.dropdown-options .dropdown-menu::before {
  left: 75%;
 
}

#flashMessage {
background-color: tomato;
  color: #fff;
  margin: 0px 0;
  padding: 12px 15px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

#card-element {
    width: 100%;
}
.checkout-input {
  float: left !important;
  padding: 10px !important;
  height: auto !important;
  color: #525864 !important;
  background: white !important;
  border: 1px solid !important;
  border-color: #b3c0e2 #bcc5e2 #c0ccea !important;
  border-radius: 4px !important;
  background-image: -webkit-linear-gradient(top, #f6f8fa, white) !important;
  background-image: -moz-linear-gradient(top, #f6f8fa, white) !important;
  background-image: -o-linear-gradient(top, #f6f8fa, white) !important;
  background-image: linear-gradient(to bottom, #f6f8fa, white) !important;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px rgba(255, 255, 255, 0.5) !important;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px rgba(255, 255, 255, 0.5) !important;
  margin-bottom:10px !important;
}

.popup-form .form-group {
  margin-bottom: 0px;
}

.popup-form .form-control {
  margin: 10px 0;
  margin-bottom: 0px;
}
.error {
    color: indianred !important;;
    margin: 2px 0;
    font-size: 11px;
    width: 100%;
    text-align: left;
    margin: 0;
    /*background: #78cfcf;*/
}
label.error {
    padding:4px 0;
}
.message {
    color: indianred;
    margin-bottom: 10px;
    text-align: center;
}
.box_style_2 h2.inner {
    margin: -25px -25px 0 -25px;
}

.payment_select {
    margin: 20px auto;
}

#confirm {
    margin-bottom: 25px;
    margin-top: 25px;
}

.quantity {
    border: 1px solid #ccc;
    border-radius: 2px;
    overflow: hidden;
    position: relative;
}
.quantity .quantity__minus {
    left: -1px;
}
.quantity .btn {
  border: 1px solid #ccc;
  border-radius: 0;
  box-shadow: none;
  margin-top: 0;
  padding: 6px 18px;
  position: absolute;
  top: 0;
  border-top: 0;
}
.quantity .num-quantity {
    display: block;
    font-size: 18px;
    font-weight: 600;
    padding: 5px;
    width: 100%;
}
.text--center {
    text-align: center;
}
.quantity .quantity__plus {
    right: -1px;
}
#instruction_box {
  background: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #ededed;
  margin-bottom: 25px;
  padding: 15px;
}
#instruction_box h3 {
  background: #f8f8f8;
  margin: -15px -15px 15px -15px;
  padding: 15px;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  font-size: 18px;
}
#addon_box {
  background: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #ededed;
  margin-bottom: 25px;
  padding: 15px;
}

#addon_box h3 {
  background: #f8f8f8;
  margin: -15px -15px 15px -15px;
  padding: 15px;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  font-size: 18px;
}
#tabsPT nav {
  text-align: left;
  margin-top: 0;
  padding-top: 0;
  margin-left: 10px;
}

.form-control.form-white {
  color: #444;
  font-size: 16px;
  height: 42px;
  position: relative;
  border-radius: 0;
  border: 1px solid #444;
  line-height: 42px;
  background: transparent;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  box-shadow: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form-control.form-white::placeholder {
  opacity: 1;
  color: #444;
}

.lbl-0 {
    border-left: 0 !important;
}

.login_icon {
    display: block !important;
    font-size: 40px !important;
}

.fstElement {
  width: 100% !important;
  font-size: unset !important;
  border: 0 !important;
}

.fstToggleBtn {
  border: 1px solid #ddd;
}

#login_form .fstElement, #register .fstElement {
    margin-top: 10px;
}

#login_form .fstToggleBtn, #register .fstToggleBtn {
  padding-top: 11px;
  padding-bottom: 11px;
  border: 1px solid #000;
  /*border-right: 0;*/
  text-align: left;
}

#login_form .fstElement, #register .fstElement {
  border: none;
  background-color: #78cfcf;
}

#login_form .fstToggleBtn::after, #register .fstToggleBtn::after {
  border-top-color: #000;
}

#promoCodeSubmitBtn, #driverTipSubmitBtn {
    background: darkgreen;
}
.hidden {
    display: none !important;
}
.strip_list.grid .thumb_strip img {
  width: 128px;
  height: 100% !important;
  object-fit: contain;
}
#sub_content #thumb img {
  width: 120px;
  height: 120px !important;
}

sup {
  color: #ec008c;
  font-size: 85%;
  font-size: 100%;
}

#links_footer {
    text-align: center;
}
#links_footer ul {
    padding: 0;
}

#links_footer ul li {
    display: inline-block;
}

.topbar {
  width: 100%;
  position: fixed;
  padding-top: 15px;
  top: 0;
  left: 0;
  z-index: 99999;
  background: #85c99d;
  color: #fff;
  font-size: 16px;
  text-align: center;
  height: 38px;
  padding: 8px 0;
  font-weight: bold;
  letter-spacing: 1px;
}

.topbar p {
    margin: 0;
}

.topbar P span {
    color: #ec008c;
}

div.box_work{
	text-align:center;
	background-color:#fff;
	padding:30px;
	font-size:14px;
	transition: all 300ms ease-in-out; 
	-webkit-transition: all 300ms ease-in-out; 
	-moz-transition: all 300ms ease-in-out; 
	-o-transition: all 300ms ease-in-out; 
	-webkit-box-shadow: 0px 3px 0px 0px #f0f2f4; 
	-moz-box-shadow: 0px 3px 0px 0px #f0f2f4; 
	box-shadow: 0px 3px 0px 0px #f0f2f4;
	color:#666;
	margin-bottom:30px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	display:block;
}
div.box_work:hover{
	 transform: translate(0, -10px); 
	 -webkit-transform: translate(0, -10px); 
	 -ms-transform: translate(0, -10px); 
	 -webkit-box-shadow: 0px 3px 0px 0px #ebedef; 
	 -moz-box-shadow: 0px 3px 0px 0px #ebedef; 
	 box-shadow: 0px 3px 0px 0px #ebedef; 
}
div.box_work h3{
	font-size:24px;
}
div.box_work h3 span{
	display:block;
	font-size:18px;
	margin-top:3px;
	color:#999;
	font-weight:300;
}
div.box_work .btn_1{
	margin-top:30px;
}

strike {
    font-size: 85%;
}

.red {
    color: #ec008c;
}

.pagination {
    float: right;
}
.pagination span{
    padding: 4px 8px;
  border: 1px solid #ccc;
  margin: 2px;
    cursor: pointer;
}

.rating .icon_star-half {
  color: #FC0;
  margin-right: 3px;
}


/* Smaller devices */
@media (max-width: 768px) {
  .topbar {
    font-size: 11px;
  }
}

@media (max-width: 576px) {
  .topbar {
    font-size: 10px;
  }
}

@media (max-width: 400px) {
  .topbar {
    font-size: 9px;
  }
}

#tabsPT.tabs nav a span {
    display: block;
  }
}


