

@import url('https://fonts.googleapis.com/css2?family=Abel&family=Bebas+Neue&family=Roboto:wght@300;400;500;700;900&display=swap');
a {
  color: #18BDC7;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #18BDC7;
}

strong {
  font-weight: 500;
}

.btn-link:hover,
.btn-link:focus {
  text-decoration: none;
  outline: none;
}

.link-secondary {
  color: #D53A95;
}

.link-orange {
  color: #F89C1B;
}
.stock-info {
  color: red;
}

body {
  font-family: 'Roboto', sans-serif;
}

h4,
.h4 {
  font-size: 27px;
}

label {
  font-size: 18px;
}

.no_records_div {
  padding: 10px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  text-align: center;
  width: 100%;
  display: table;
  margin-top: 10px;
  font-size: 16px;
  margin-bottom: 10px;
}

.btn {
  color: #fff;
  border-radius: 10px;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  padding-left: 20px;
  padding-right: 20px;
  white-space: normal;
}

.btn-light {
  color: #404041;
}

.theme-btn {
  background: #17BCC6;
}

.orange-btn {
  background: #F89C1C;
}

.green-btn {
  background: #64AA45;
}

.blue-btn {
  background: #2755A5;
}

.btn:hover,
.btn:focus,
button:hover,
button:focus {
  color: #fff;
  outline: none;
  box-shadow: none;
}

.product-dtl .btn-lg {
  width: 100%;
  max-width: 230px;
  padding: 13px 30px;
}

.btn.btn-social-login {
  border: 1px solid #B7B7B7;
  color: #000000;
  font-weight: 500;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
}

.btn-social-login img {
  width: 28px;
  margin-right: 10px;
  margin-top: -5px;
}


/*Form Fields CSS*/

.form-group {
  position: relative;
}

.form-control {
  border-color: #707070;
  height: 47px;
}

textarea.form-control {
  height: auto;
}

select.form-control-lg:not([size]):not([multiple]) {
  height: calc(2.5rem + 2px);
}

input[type="checkbox"] {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  width: 16px;
  height: 16px;
  border: none;
  cursor: pointer;
}

.form-group .select2 {
  width: 100% !important;
  display: block;
}

select.form-control {
  background-image: url(../images/arrow-down.png);
  background-repeat: no-repeat;
  background-position: 96% center;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-size: 12px;
  padding-right: 20px;
}

.form-group .select2-container--default .select2-selection--single {
  border: 1px solid #707070;
  height: 47px;
  padding: 9px 5px;
  font-size: 1.10rem;
}

.select2-container--default .select2-selection--single {
  padding: 5px;
  border-color: #707070;
}

.select2-selection {
  border-radius: .3rem;
}

.form-group .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 8px;
  right: 5px;
}

.dual-input input.form-control {
  margin-top: 0;
  border: 0;
  width: 90%;
  margin-left: 1px;
  height: 45px;
  z-index: 1000;
  position: absolute;
  bottom: 1px;
  font-size: 1.10rem;
}

.select2-container--default .select2-selection--multiple {
  height: 47px;
  overflow-y: auto;
}


/*#administrative_area_level_2.state_combo_input, #administrative_area_level_1.state_combo_input {

  margin-top: -36px;

  border: 0;

  width: 90%;

  margin-left: 1px;

  height: 35px;

  z-index: 1000;

  position: absolute;

}*/

.custom-control-label::before {
  height: 22px;
  width: 22px;
  background: #fff;
  border: 1px solid #707070;
}

.custom-control-label::after {
  height: 22px;
  width: 22px;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
  background: #64AA45;
  border: 1px solid #64AA45;
}

.custom-control-input:focus~.custom-control-label::before {
  box-shadow: none;
}

.form-control:hover,
.form-control:focus {
  box-shadow: none;
  border-color: #000;
}


/*Form Fields CSS Ends*/

.container-fluid {
  padding-right: 45px;
  padding-left: 45px;
  max-width: 1400px;
}

.container-full {
  width: 100%;
  padding: 0 45px;
}

.site-header {
  background: #303030;
}

.top-head {
  max-width: 1900px;
  margin: 0 auto;
}

.navbar-nav li a {
  font-family: 'Abel', sans-serif;
  color: #fff;
  font-size: 23px;
}

.navbar-nav .nav-item {
  position: relative;
}

.upper-nav {
  padding-top: 12px;
  padding-bottom: 12px;
}

.cart-count {
  background: #EAEAEA;
  border-radius: 50%;
  height: 15px;
  width: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: #404041;
}

.search-icon {
  color: #fff;
  font-size: 18px;
}

.upper-links {
  margin-left: 25px;
}

.banner-section {
  position: relative;
  height: 600px;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}

.banner-head {
  font-weight: 400;
  font-size: 50px;
  text-align: center;
}

.banner-section .arrow {
  position: relative;
  bottom: -2rem;
  left: 50%;
  margin-left: -20px;
  text-align: center;
  width: 40px;
  height: 40px;
  font-size: 60px;
}

.banner-section .arrow i {
  vertical-align: top;
}

.banner-img {
  width: 100%;
}

.bounce {
  animation: bounce 2s infinite;
}

@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}

.section-heading {
  font-family: 'Bebas Neue', sans-serif;
  text-align: center;
  font-size: 60px;
  margin-top: 40px;
  margin-bottom: 50px;
  position: relative;
}

.page-title {
  background: #F3F4F8;
  padding-bottom: 10px;
  border-top: 1px solid #D5D5D5;
  border-bottom: 1px solid #D5D5D5;
}

.page-title h1 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 50px;
  margin-top: 0;
  margin-bottom: 10px;
  padding-top: 10px;
  position: relative;
}

.section-heading::after {
  content: "";
  border-bottom: 4px solid #17BCC6;
  margin: auto;
  display: block;
  width: 70px;
  position: absolute;
  left: 0;
  right: 0;
}

.section-heading.left {
  text-align: left;
}

.section-heading.left:after {
  right: initial;
}

.repair-text {
  text-align: center;
  margin-top: 15px;
  font-size: 20px;
  font-weight: 300;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

#services-slider a,
#business-solutions a {
  color: #404041;
  display: block;
  text-align: center;
}

#services-slider a:hover,
#services-slider a:focus,
#business-solutions a:focus,
#business-solutions a:hover {
  color: #18BDC7;
  text-decoration: none;
}

.owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  left: -30px;
  transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}

.owl-nav .owl-next {
  position: absolute;
  top: 50%;
  right: -30px;
  transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  width: 50px;
}

.owl-nav span {
  font-size: 0;
  position: relative;
  width: 50px;
  height: 50px;
  display: block;
}

.owl-nav .owl-next span:after {
  position: absolute;
  content: '\e91b';
  font-family: 'icomoon';
  font-size: 35px;
  left: 0;
  right: 0;
}

.owl-nav .owl-prev span:after {
  position: absolute;
  content: '\e91c';
  font-family: 'icomoon';
  font-size: 35px;
  right: 0;
  left: 0;
}

#services-slider .item {
  text-align: center;
}

.product-col {
  text-align: center;
  padding-top: 30px;
  margin-bottom: 60px;
  position: relative;
}

.product-col .product-image {
  margin-bottom: 20px;
  height: 240px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.product-col a {
  color: #000;
  font-size: 18px;
  display: block;
}

.product-col a:hover,
.product-col a:focus {
  color: #18BDC7;
}

.product-price {
  font-size: 35px;
  color: #D53A94;
  font-family: 'Bebas Neue', sans-serif;
  margin-top: 5px;
  display: block;
}

.flex-grow-one .btn {
  flex-grow: 1;
  width: 50%;
}

.flex-grow-one .btn-facebook {
  margin-right: 10px;
}

.sale-tag {
  background: #F89C1C;
  color: #fff;
  text-transform: uppercase;
  font-family: 'Bebas Neue', sans-serif;
  border-radius: 12px;
  width: 60px;
  font-size: 25px;
  padding: 0px 10px;
  text-align: center;
  position: absolute;
  left: 0;
  font-weight: 400;
  top: 0;
}

.product-div {
  border-bottom: 3px solid #D8D8D8;
  padding-bottom: 35px;
}

.owl-next:focus {
  outline: none;
}

.owl-prev:focus {
  outline: none;
}

.image-wrap {
  width: 100%;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  max-height: 600px;
}

.image-wrap img {
	width: 100%;
}
.default-image-wrap img {
  width: 100%;
  animation: move 40s ease;
  -ms-animation: move 40s ease;
  -webkit-animation: move 40s ease;
  -0-animation: move 40s ease;
  -moz-animation: move 40s ease;
  position: relative;
  height: auto;
}

.section-home .our-services {
  padding-bottom: 40px;
  border-bottom: 2px solid #D8D8D8;
  overflow-x: hidden;
}

@-webkit-keyframes move {
  0% {
    -webkit-transform-origin: bottom left;
    -moz-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    -o-transform-origin: bottom left;
    transform-origin: bottom left;
    transform: scale(1.0);
    -ms-transform: scale(1.0);
    -webkit-transform: scale(1.0);
    -o-transform: scale(1.0);
    -moz-transform: scale(1.0);
  }
  100% {
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -moz-transform: scale(1.2);
  }
}

.abel-title {
  color: #fff;
  font-size: 38px;
  font-family: 'Abel', sans-serif;
  text-transform: uppercase;
}

#services-slider .icon,
#business-solutions .icon {
  display: inline-block;
  font-size: 70px;
}

#services-slider img {
  display: inline-block;
  width: 100%;
  height: 70px;
  object-fit: contain;
}

.navbar-brand img {
  width: 140px;
}

.cart-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 36px;
}

#business-solutions.owl-carousel .owl-item img {
  height: 90px;
  width: auto;
  margin: 0 auto;
}

.overlay-centered {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
}

.overlay-top {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: flex-start;
}

.image-wrap .abel-title {
  margin-top: 80px;
}

.image-wrap .abel-title.title-dark {
  color: #000000;
}

.why-us {
  position: relative;
}

.why-us ul li i {
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
  padding: 20px;
  border-radius: 50px;
  font-size: 45px;
  color: #808184;
}
.choose-us-frontend ul{
  padding-left: 0;
}

.why-us ul li {
  padding-left: 100px;
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
}

.why-us {
  background-image: url(../images/bg-32423.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center;
  background-color: #F5F6FA;
}

.why-us .section-heading {
  margin-left: 100px;
}

.news {
  padding-bottom: 50px;
}

.news img {
  width: 100%;
}

.news .posted-on {
  background: #E8E8E8;
  padding: 10px;
  font-size: 24px;
  font-weight: 600;
  color: #404041;
  border-radius: 10px;
  margin-top: -20px;
  display: inline-block;
  margin-bottom: 20px;
}

.news-content {
  padding: 0 10px;
}

.news-col {
  margin-bottom: 30px;
}

.image-wrap p {
  font-size: 25px;
  font-family: 'Abel', sans-serif;
}

.why-us p,
.news p {
  font-size: 22px;
  font-family: 'Abel', sans-serif;
  line-height: 28px;
}

.keep-in-touch {
  background: #17BCC6;
  color: #fff;
}

.keep-in-touch i {
  font-size: 63px;
  position: absolute;
  left: 0;
  top: 10px;
}

.keep-in-touch span {
  font-size: 25px;
  margin-right: 15px;
}

.keep-in-touch p {
  font-size: 20px;
  margin-bottom: 0;
}

.inline-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  padding-left: 80px;
  position: relative;
}

.site-footer {
  background: #404041;
  color: #fff;
  padding: 50px 0 20px 0;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.site-footer a {
  color: #fff;
  font-family: 'Abel', sans-serif;
  font-size: 22px;
}

.site-footer a:hover,
.site-footer a:focus {
  color: #17BCC6;
}

.site-footer h4 {
  font-family: 'Bebas Neue';
}

.custom-col {
  width: 20%;
  padding: 0 15px;
}

.site-footer .footer-logo {
  width: 150px;
}

.social-links {
  padding-left: 0;
  margin-top: 40px;
}

.social-links li {
  list-style: none;
  display: inline-block;
  margin-right: 15px;
}

.social-links li a {
  font-size: 25px;
}

.trust-logos {
  width: 154px;
}

.breadcrumb {
  background: transparent;
  padding: 0;
  margin-bottom: 0;
}

.custom-input-group .input-group-text {
  background: #fff;
  border-color: #707070;
}

.custom-input-group .form-control {
  border-left: none;
  padding-left: 0;
}

.custom-input-group .form-control:hover,
.custom-input-group .form-control:focus {
  border-color: #707070;
}

.theme-pagination {
  background: #F7F7F7;
  padding: 15px;
  margin-bottom: 40px;
}

.page-link {
  color: #000;
}

.page-link:focus {
  box-shadow: none;
  background: #1CCDE7;
  color: #fff;
}

.page-link:hover {
  background: #1CCDE7;
  color: #fff;
}

.services-list {
  background: #F3F4F8;
  padding: 40px 0;
}

.access-wrapper {
  background: #F3F3F3;
  padding-bottom: 40px;
  padding-top: 40px;
}

.access-card {
  background: #fff;
  padding: 0;
}

.tabs-theme.centered {
  justify-content: center;
}

.tabs-theme .nav-link {
  font-family: 'Bebas Neue';
  font-size: 30px;
  color: #808284;
  border: none;
  position: relative;
}

.tabs-theme .nav-item.show .nav-link,
.tabs-theme .nav-link.active {
  color: #D53A95;
}

.tabs-theme .nav-link.active:after {
  position: absolute;
  content: '';
  bottom: 0;
  width: auto;
  left: 0;
  right: 0;
  height: 3px;
  background: #D53A95;
}

.access-card .tabs-theme .nav-link {
  width: 250px;
  text-align: center;
}

#login-tab,
.kit-wrap {
  max-width: 500px;
  margin: 0 auto;
  padding: 40px 0;
}

.form-icon {
  position: relative;
}

.form-icon i {
  position: absolute;
  right: 15px;
  top: 13px;
  color: #808284;
  font-size: 20px;
}

.kit_loginOr {
  position: relative;
}

.kit_loginOr .kit_spanOr {
  display: block;
  position: absolute;
  left: 50%;
  top: -12px;
  margin-left: -1.5em;
  background-color: white;
  width: 3em;
  text-align: center;
}

.btn-facebook:hover,
.btn-facebook:focus {
  background: #1778F2;
  border-color: #1778F2;
  color: #fff;
}

.btn-google:hover,
.btn-google:focus {
  background: #404041;
  border-color: #404041;
  color: #fff;
}

.signup-form {
  padding: 0 100px 40px 100px;
}

#business-enquiries .session-img {
  height: auto;
  object-fit: cover;
}

.nav--dark .owl-nav .owl-prev {
  left: 20px;
  width: 50px;
}

.nav--dark .owl-nav .owl-next {
  right: 20px;
  width: 50px;
}

.nav--dark .owl-nav span {
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  width: 50px;
}

.form-group label sup {
  color: red;
}

.kit-or {
  line-height: 45px;
  padding: 0 10px;
  color: #808284;
}

.locate-options .blue-btn {
  width: 320px;
}

.locate-options .blue-btn span {
  margin-right: 5px;
  vertical-align: top;
  margin-top: 5px;
  display: inline-block;
}

.maps-card iframe {
  width: 100%;
  display: block;
}

.account-wrapper {
  background: #F3F3F3;
  padding: 40px 0;
}

.user-info {
  background: #fff;
  margin-bottom: 10px;
  padding: 10px;
}

#v-tabs {
  background: #fff;
  border-radius: 0;
}

.v-tabs .nav-link {
  border-radius: 0;
  border: none;
  border-bottom: 2px solid #f3f3f3;
  color: #000;
  padding: 14px 15px;
  font-size: 18px;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover,
.v-tabs .nav-item.show .nav-link,
.v-tabs .nav-link.active {
  border: none;
  border-bottom: 2px solid #f3f3f3;
  background: #2854A5;
  color: #fff;
}

.nav-tabs .nav-link:focus .icon,
.nav-tabs .nav-link:hover .icon,
.v-tabs .nav-item.show .nav-link .icon,
.v-tabs .nav-link.active .icon {
  color: #fff;
}

.v-tabs .nav-link .icon {
  color: #808284;
  font-size: 20px;
  margin-right: 5px;
}

#v-tabContent {
  background: #fff;
  padding: 15px;
}

.title-sm {
  font-family: 'Bebas Neue';
  font-size: 30px;
  padding-bottom: 15px;
  margin-top: 15px;
  border-bottom: 1px solid #D8D8D8;
  margin-bottom: 15px;
}

.h5 {
  font-size: 25px;
}

.order-summary {
  background: #606060;
  padding: 15px;
  color: #fff;
  border-radius: 10px;
}

.order-summary .fa-exclamation-circle {
  color: #F89C1B;
  font-size: 15px;
  margin-left: 5px;
}

.order-summary .custom-radio small {
  color: #D9D9D9;
}

.custom-radio .custom-control-input:checked~.custom-control-label::before {
  background-color: #64AA45;
  border-color: #64AA45;
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
  background: #ffffff26;
  border: 1px solid #707070;
}

.dashed {
  border-style: dashed;
  border-color: #A3A3A3;
}

.cart-item {
  display: flex;
}

.cart-item .item-img {
  width: 120px;
}

.item-img img {
  width: 100%;
}

.item-details {
  width: 100%;
}

.item-details .product-price {
  font-size: 30px;
}

.product-price sup {
  margin-left: 2px;
}

.cart-item {
  border-bottom: 1px solid #D8D8D8;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.accordion .card-header {
  background: #606060;
  margin-bottom: 10px;
}

#clientDetails .custom-radio .custom-control-label {
  font-weight: 500
}

#clientDetails .custom-radio .custom-control-label span {
  font-weight: 400;
}

#kits-payments .new-card {
  font-weight: 500;
  text-transform: uppercase;
}

#kits-payments .custom-control-label img {
  width: 50px;
  margin-right: 10px;
}

.cover-img {
  width: auto;
  max-width: 280px;
  margin: 0 auto;
  height: 240px;
}

.product-image .cover-img {
  width: 100%;
  height: 250px;
  object-fit: contain;
}

.btn .icon {
  vertical-align: -2px;
}

.product-single-info {
  padding: 40px 0;
}

.product-info .product-price {
  font-size: 60px;
}

.product-info .product-price-discount span.line-through {
  font-size: 40px;
}

.facebook-color {
  background: #1778F2;
}

.twitter-color {
  background: #1da1f2;
}

.pinterest-color {
  background: #bd081c;
}

.envelope-color {
  background: #7D7D7D;
}

.share-color {
  background: #95D03A;
}

.social-shares {
  padding: 0;
  list-style: none;
  margin-top: 30px;
}

.social-shares li {
  display: inline-block;
}

.social-shares li a {
  padding: 7px 10px;
  border-radius: 5px;
  color: #fff;
  min-width: 80px;
  display: block;
  text-align: center;
  font-size: 13px;
  margin-bottom: 3px;
}

.zippay {
  display: inline-block;
  margin-top: 45px;
  padding: 10px 15px;
  border: 1px solid #ddd;
  background: #f8f8f8;
  border-radius: 7px;
}

.zippay img {
  width: 110px;
  margin-right: 15px;
}

.tabs-header {
  background: #f9f9f9;
}

#loginTabs {
  border-bottom: 1px solid #D5D5D5;
}

.review-form {
  padding: 15px 15px 15px 100px;
  position: relative;
  background: #F9F9F9;
}

.review-form img {
  position: absolute;
  left: 15px;
  width: 60px;
  top: 15px;
}

.user-review {
  padding-left: 85px;
  position: relative;
  margin-top: 20px;
  border-bottom: 1px solid #DCDCDC;
}

#post-review-box .user-review {
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 20px;
  padding: 15px 15px 0 15px;
  border-radius: 10px;
  border: 1px solid #DCDCDC;
}

.customer-img {
  height: 70px;
  width: 70px;
  object-fit: cover;
  border-radius: 90px;
  position: absolute;
  left: 0;
  top: 0;
}

.user-img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  position: relative;
  min-width: 80px;
  background-size: 100%;
}

.stock-status {
  margin-left: 50px;
  color: #64AA45;
}

.ratings-by-user {
  padding: 0;
  list-style: none;
  margin-bottom: 0;
}

.ratings-by-user li {
  float: left;
}

.ratings-by-user i {
  color: #F89C1B;
}

.review-date {
  color: #989898;
  font-size: 80%;
}

.program-text {
  text-align: center;
}

.program-status {
  font-size: 45px;
  color: #F89C1B;
  font-family: 'Bebas Neue', sans-serif;
  font-weight: 700;
}

.progress-status {
  max-width: 550px;
  margin: auto;
  border-radius: 20px;
}

.progress-status .progress-bar {
  border-radius: 20px 0px 0px 20px;
  background: #F89C1B;
}

.program-text .icon {
  font-size: 50px;
  margin: 20px 0;
  display: inline-block;
}


/*#new-shipping-address{



  display: none;



}*/

.carousel-testimonial .item {
  padding: 30px 10px;
}

.product-images-slider .owl-nav button {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  outline: none;
  height: 25px;
}

.product-images-slider .owl-nav button.owl-prev {
  left: 25px;
}

.product-images-slider .owl-nav button.owl-next {
  right: 25px;
}

.product-images-slider .owl-nav button span {
  font-size: 45px;
}

.product-images-slider .product-thumb .item img {
  height: 100px;
  width: 100px;
  margin: 0 auto;
}

.product-price-discount span.line-through {
  margin-right: 10px;
  position: relative;
  vertical-align: middle;
  color: #808284;
  font-size: 30px;
}

.product-price-discount .line-through::after {
  position: absolute;
  width: 57px;
  content: '';
  height: 2px;
  background: #808284;
  left: 0;
  transform: rotate(-45deg) translate(0, -50%);
  top: 50%;
}

.product-info {
  width: 100%;
}

.reviews-counter {
  font-size: 13px;
}

.reviews-counter span {
  vertical-align: -2px;
  font-size: 16px;
}

.product-rating {
  float: left;
  padding: 0 10px 0 0;
}

.product-rating:not(:checked)>input {
  position: absolute;
  top: -9999px;
}

.product-rating:not(:checked)>label {
  float: right;
  width: 19px;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  font-size: 20px;
  color: #ccc;
  margin-bottom: 0;
  line-height: 21px;
}

.product-rating:not(:checked)>label:before {
  content: '\f005';
  font-family: FontAwesome;
}

.fill_star {
  font-size: large !important;
  color: #F89C1B !important;
}

.unfill_star {
  font-size: large !important;
  color: #ccc !important;
}

.product-count .qtyminus,
.product-count .qtyplus {
  width: 34px;
  height: 34px;
  background: #212529;
  text-align: center;
  font-size: 19px;
  line-height: 36px;
  color: #fff;
  cursor: pointer;
}

.product-count .qtyminus {
  border-radius: 3px 0 0 3px;
}

.product-count .qtyplus {
  border-radius: 0 3px 3px 0;
}

.product-count .qty {
  width: 60px;
  text-align: center;
}

.review-form .rating {
  float: none;
  display: inline-block;
}

.review-heading {
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 6px;
  text-transform: uppercase;
  color: #000;
}

.review-form .form-control {
  font-size: 14px;
}

.review-form input.form-control {
  height: 40px;
}

.review-form textarea.form-control {
  resize: none;
}

.review-form .round-black-btn {
  text-transform: uppercase;
  cursor: pointer;
}

.toggle-switch .slider.round {
  border-radius: 34px;
  vertical-align: -8px;
  float: left;
}

.toggle-switch .slider.round:before {
  border-radius: 50%;
}

.toggle-switch .switch {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.toggle-switch .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.toggle-switch input[type="checkbox"] {
  position: absolute;
}

.toggle-switch .slider {
  cursor: pointer;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
  width: 46px;
  display: inline-block;
  height: 26px;
  position: relative;
}

.toggle-switch .slider::before {
  position: absolute;
  content: "";
  height: 22px;
  width: 22px;
  left: 3px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

.toggle-switch input:checked+.slider {
  background-color: #59BF2C;
}

.toggle-switch input:focus+.slider {
  box-shadow: 0 0 1px #2196F3;
}

.toggle-switch input:checked+.slider:before {
  -webkit-transform: translateX(19px);
  -ms-transform: translateX(19px);
  transform: translateX(19px);
}

.toggle-switch span {
  font-size: 20px;
  padding-left: 0;
  margin-right: 5px;
}

.accordion .card-header {
  background: #606060;
  border-radius: 5px;
  padding: 5px;
}

.accordion .card:not(:first-of-type) .card-header:first-child {
  border-radius: 5px;
}

.accordion .card {
  border: none;
}

.accordion .card-header h5 button {
  text-transform: uppercase;
  font-weight: 600;
  width: 100%;
  text-align: left;
  position: relative;
}

.accordion .card-header h5 button.btn.btn-link.collapsed::after {
  content: "\f055";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 10px;
  top: 7px;
}

.accordion .card-header h5 button.btn.btn-link::after {
  content: "\f056";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 10px;
  top: 7px;
}

.no-border.table thead th {
  border-top: none;
}

#v-payments table img {
  width: 50px;
}

#v-payments .title-sm a {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  margin-top: 8px;
}

#bussinessDetails .modal-dialog {
  max-width: 700px;
}

#bussinessDetails .modal-content {
  padding-left: 30px;
  padding-right: 30px;
}

.modal-backdrop.show {
  opacity: .8;
}

.trading-schedule {
  padding: 0;
  list-style: none;
}

.trading-schedule li {
  display: flex;
}

.trading-schedule li .trading-day {
  width: 25%;
}

.trading-schedule li .trading-date {
  width: 20%;
}

.trading-schedule li .trading-hours {
  width: 40%;
}

.trading-schedule span {
  padding: 5px;
  /* border: 1px solid #ddd; */
  /* text-align: center; */
  font-size: 14px;
}

.trading-schedule li+li span {
  border-top: none;
}

.trading-schedule span+span {
  border-left: none;
}

.messanger {
  padding: 10px 25px;
  background: #0084ff;
  display: inline-block;
  border: 1px solid #0084ff;
  color: #fff;
  border-radius: 4px;
  text-transform: uppercase;
}

.messanger:hover,
.messanger:focus {
  color: #fff;
}

.messanger img {
  width: 30px;
  margin-right: 10px;
}

.text-muted {
  color: #888 !important;
}

.trust-logo-m {
  width: 100px;
  margin-right: 10px;
  display: none;
}

#news-slider.owl-carousel .owl-stage {
  display: flex;
  align-items: stretch;
}

#news-slider.owl-carousel .owl-stage .owl-item {
  padding-bottom: 30px;
}

#news-slider.owl-carousel .owl-item .btn {
  position: absolute;
  bottom: 0;
}

.navbar-toggler-icon {
  color: #fff;
}

.nav-mobile {
  display: none;
}

.table .link-orange {
  white-space: nowrap;
}

.maps-card {
  position: relative;
}

.located-stores {
  position: absolute;
  background: #fff;
  top: 20px;
  right: 40px;
  padding: 20px;
  width: 400px;
  -ms-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1);
}

.p_pagination_conatiner {
  margin-bottom: 10px !important;
}

.p_pagination_conatiner {
  background: #f8f8f8;
  margin-top: 10px;
}

.p_pagination_conatiner {
  width: 100%;
  margin: 0;
}

.pagination_counter {
  padding: 15px;
}

.pagination_pageNumber {
  text-align: right;
}

.pagination_counter {
  padding: 15px;
}

.pagination_counter a.active {
  color: #fff;
  font-weight: 600;
  background: #1CCDE7;
}

.pagination_counter a:hover {
  text-decoration: none;
  opacity: 0.5!important;
}

.pagination_counter a {
  padding: 6px 11px;
  color: #000;
  border-radius: 3px;
}

div.col-sm-8.pagination_counter.pagination_pageNumber a.load_ajax {
  color: #1CCDE7;
  text-decoration: none;
}

div.col-sm-8.pagination_counter.pagination_pageNumber a.load_ajax.active {
  color: white;
  text-decoration: none;
}

.active_cat {
  color: #18BDC7;
}

.sharethis-inline-share-buttons {
  text-align: left !important;
  margin-top: 15px;
}

.nav-link.active {
  color: #18BDC7;
}

.dropdown-menu {
  background: #303030;
  /* left: unset !important; */
}

.nav-link:hover {
  color: #18BDC7;
}

.dropdown-item:hover {
  color: #18BDC7 !important;
  background: #303030 !important;
}

.dropdown-toggle::after {
  display: none !important;
}

.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
  /*remove the gap so it doesn't close*/
}

.icon_delete {
  color: #ff0000 !important;
  cursor: pointer;
}

.head_ing {
  font-size: 1.10rem !important;
  font-weight: 500 !important;
}

.kit_hrOr {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
  border: 0 !important;
  border-top: 1px solid rgba(0, 0, 0, .1) !important;
}

.required_star {
  color: red;
}

.btn-default {
  background-color: #c2c2c2;
}

a .user_img {
  height: 30px;
  width: 30px;
  margin-left: 10px;
}

.pac-container {
  z-index: 2000 !important;
}

#product-images-slider.owl-carousel .owl-item img {
  height: 400px;
  width: auto;
  margin: 0 auto;
}

#thumb.owl-carousel .owl-item img {
  height: 100px;
  width: auto;
  margin: 0 auto;
}

#st-1.st-has-labels .st-btn {
  min-width: auto !important;
}

#st-1 .st-btn>span {
  padding: 0 !important;
  min-width: auto !important;
}

.product-dtl .product-count {
  padding-top: 20px;
}

.product-sku {
  text-transform: uppercase;
}


/*.short-description p{

  font-size: 12px;

}*/

.product-dimensions {
  list-style: none;
  padding: 0;
}

.product-dimensions li {
  display: inline-block;
  margin-right: 15px;
}

.more-info .tab-content {
  padding: 30px 0 40px 0;
}

.form-control-lg,
.input-group-lg>.form-control,
.input-group-lg>.input-group-append>.btn,
.input-group-lg>.input-group-append>.input-group-text,
.input-group-lg>.input-group-prepend>.btn,
.input-group-lg>.input-group-prepend>.input-group-text {
  font-size: 1.10rem;
}

.product-count .qty:focus {
  outline: none !important;
}

.no-padding-nav .owl-nav .owl-prev {
  left: 15px;
}

.no-padding-nav .owl-nav .owl-next {
  right: 15px;
}

.signup_subscribe:focus {
  background-color: #e2e6ea !important;
  border-color: #dae0e5 !important;
  color: black !important;
}

.session-img {
  /*max-height: 600px;*/
  object-fit: cover;
  height: auto;
}

#news-slider img {
  /*width: 651px;*/
  height: 360px;
  border-radius: 10px;
}

.news-col img {
  height: 340px;
  object-fit: cover;
}

.store_name {
  font-size: 14px;
  vertical-align: 3px;l
}

.social_link {
  height: 15px;
  width: 15px;
}

.full-banner {
  overflow: hidden;
}

.site-header .nav-item:hover>.dropdown-menu {
  display: block;
}

.site-header .dropdown-submenu:hover>.dropdown-menu {
  display: block;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu>.dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -9px;
  margin-left: 1px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 0 6px 6px;
  border-radius: 6px;
}

.dropdown-submenu>a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #ccc;
  margin-top: 13px;
  margin-right: -10px;
}
.navbar-expand-lg .navbar--account{
  align-items: center;
}
.upper-nav li a .icon-search{
  font-size: 22px;
  vertical-align: -1px;
}
.product-single-info .default-cover {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.apply-button{
  position: relative;
  padding-right: 65px;
}
.apply-button a{
  position: absolute;
  right: 0;
  top: 0;
  width: 70px;
  border-radius: 0px 3px 3px 0px;
  text-align: center;
}
.apply-button .coupon_box{
  margin-right: 0 !important;
}
.page-not-found{
  padding-top: 50px;
}
.full-banner .session-img{
  width: 100%;
}
/*Media Queries*/

@media screen and (max-width: 1366px) {
  .navbar-nav li a {
    font-size: 18px;
  }
  .repair-text,
  .product-col a,
  .btn {
    font-size: 18px;
  }
  .section-heading,
  .page-title h1 {
    font-size: 50px;
  }
  h4,
  .h4 {
    font-size: 22px;
  }
  .why-us p,
  .news p {
    font-size: 20px;
  }
  .site-footer a {
    font-size: 20px;
  }
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
  .owl-nav span {
    width: 30px;
  }
  .owl-nav .owl-prev {
    left: 0;
    width: 30px;
  }
  .owl-nav .owl-next {
    right: 0;
    width: 30px;
  }
  .keep-in-touch p {
    font-size: 18px;
  }
  .keep-in-touch span {
    font-size: 22px;
  }
  .upper-nav li a .icon-search{
    font-size: 18px;
  }
  .store_name {
    vertical-align: 1px;
  }
} 

@media screen and (max-width: 1199px) {
  #services-slider .icon,
  #business-solutions .icon {
    font-size: 50px;
  }
  #services-slider img {
    display: inline-block;
    width: 50px;
    height: 50px;
  }
  .repair-text {
    font-size: 14px;
    font-weight: 400;
  }
  .owl-nav .owl-prev span::after,
  .owl-nav .owl-next span::after {
    font-size: 25px;
  }
  .owl-nav span {
    width: 35px;
    height: 35px;
  }
  .section-heading,
  .page-title h1 {
    font-size: 40px;
  }
  .product-col {
    margin-bottom: 30px;
  }
  .sale-tag {
    font-size: 20px;
    width: auto;
  }
  .why-us {
    background-size: cover;
  }
  h4,
  .h4 {
    font-size: 22px;
  }
  .news .posted-on {
    font-size: 18px;
    font-weight: 600;
  }
  .keep-in-touch span {
    margin: 0;
    display: block;
  }
  .keep-in-touch .btn {
    white-space: nowrap;
  }
  .keep-in-touch i {
    top: 20px;
  }
  .site-footer .custom-col {
    width: 25%;
  }
  .site-footer .custom-col:first-child {
    width: 100%;
  }
  .trust-logo-m {
    display: inline-block;
  }
  .why-us {
    background: #f5f5f5;
  }
  .nav--dark .owl-nav span {
    width: 35px;
  }
  .nav--dark .owl-nav .owl-prev,
  .nav--dark .owl-nav .owl-next {
    width: 35px;
  }
  #news-slider .owl-nav .owl-prev,
  #news-slider .owl-nav .owl-next {
    top: 30%;
  }
  .nav--dark .owl-nav .owl-prev {
    left: 0;
  }
  .nav--dark .owl-nav .owl-next {
    right: 2px;
  }
  .navbar-brand img {
    width: 100px;
  }
  .upper-links {
    margin-left: 10px;
  }
  .navbar-nav li a {
    font-size: 13px;
  }
  .social-links {
    float: right;
    margin: 5px 0 40px 0;
  }
  .v-tabs .nav-link {
    font-size: 16px;
  }
  .h5,
  h5 {
    font-size: 1rem;
  }
  label,
  .form-control {
    font-size: 1rem;
  }
  .order-summary .h5 {
    font-size: 20px;
  }
  select.form-control-lg:not([size]):not([multiple]) {
    height: calc(2.5rem + 2px);
  }
  #thumb .owl-nav .owl-prev {
    left: -15px;
  }
  #thumb .owl-nav .owl-next {
    right: -15px;
  }
  .why-us ul li{
    padding-left: 0;
  }
  .dropdown-submenu > a::after{
    margin-top: 10px;
  }
}

@media screen and (max-width: 991px) {
  .overlay-centered {
    background: rgba(0, 0, 0, 0.3);
  }
  .image-wrap p,
  .image-wrap .abel-title.title-dark {
    color: #fff;
  }
  .overlay-top {
    background: rgba(0, 0, 0, 0.4);
    padding-bottom: 30px;
  }
  .image-wrap .abel-title {
    font-size: 30px;
  }
  .keep-in-touch p {
    padding-right: 15px;
    font-size: 16px;
  }
  .site-footer a {
    font-size: 16px;
  }
  .banner-section .overlay-centered {
    background: transparent;
  }
  .upper-links {
    margin-left: 0;
  }
  .cart-icon {
    justify-content: flex-start;
  }
  .navbar-nav li a {
    vertical-align: middle;
  }
  .nav-mobile {
    display: flex;
  }
  .nav-mobile .navbar-nav {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100px;
  }
  .navbar-toggler-icon i {
    vertical-align: -5px;
  }
  .navbar-toggler {
    width: 40px;
    padding-left: 0;
    padding-right: 0;
    margin-left: 10px;
  }
  .site-footer {
    padding: 30px 0 0 0;
  }
  .order-summary {
    margin-bottom: 20px;
  }
  .product-info .product-price {
    font-size: 45px;
  }
  .product-info .product-price-discount span.line-through {
    font-size: 35px;
  }
  .h3,
  h3 {
    font-size: 1.5rem;
  }
  .product-info {
    margin-top: 30px;
  }
  .product-single-info {
    padding-bottom: 0;
  }
  .navbar-nav .dropdown-menu {
    position: static;
    float: none;
    border: none;
    padding-top: 0;
  }
  .dropdown-submenu>.dropdown-menu {
    margin-top: 5px;
  }
  .navbar-expand-lg .navbar--account{
    align-items: flex-start;
  }
  .upper-nav li a .icon-search{
    vertical-align: -1px;
  }
}

@media screen and (max-width: 767px) {
  .overlay-top {
    align-items: flex-end;
  }
  .image-wrap .abel-title {
    margin-top: 0;
  }
  .site-footer .custom-col {
    width: 50%;
  }
  .page-title h1 {
    margin-bottom: 0;
  }
  .breadcrumb {
    margin-bottom: 10px;
  }
  .saved-cards thead {
    display: none;
  }
  .saved-cards,
  .saved-cards tbody,
  .saved-cards tbody tr,
  .saved-cards tbody tr td {
    display: block;
    width: 100%;
  }
  .saved-cards tbody tr td {
    border: none;
    padding: 5px 0;
  }
  .saved-cards tbody tr {
    border-bottom: 1px solid #dee2e6;
    padding: 10px 0;
  }
  .maps-card {
    margin-bottom: 30px;
  }
  #login-tab,
  .signup-form {
    padding-left: 20px;
    padding-right: 20px;
  }
  .tabs-theme .nav-link {
    font-size: 22px;
  }
  .located-stores {
    position: relative;
    background: #f8f8f8;
    top: 0;
    right: 0;
    width: 100%;
    -ms-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .image-wrap img {
    height: auto;
  }
  .image-wrap {
    height: auto;
    overflow: hidden;
    max-height: 400px;
  }
}

@media screen and (max-width: 667px) {
  .inline-content {
    flex-direction: column;
    align-items: flex-start;
  }
  .keep-in-touch p {
    margin-bottom: 10px;
  }
  .image-wrap p {
    font-size: 20px;
    line-height: 25px;
  }
  .image-wrap .abel-title {
    font-size: 25px;
  }
  .banner-head {
    font-size: 30px;
  }
  .why-us ul li i {
    padding: 10px;
    font-size: 35px;
  }
/*  .why-us ul li {
    padding-left: 70px;
  }*/
  .why-us .section-heading {
    margin-left: 70px;
  }
  #services-slider .icon,
  #business-solutions .icon {
    font-size: 40px;
  }
  #services-slider img {
    display: inline-block;
    width: 40px;
    height: 40px;
  }
  .repair-text {
    margin-top: 5px;
  }
  .site-footer .footer-logo {
    width: 100px;
  }
  .social-links li a {
    font-size: 20px;
  }
  .custom-control-label::before,
  .custom-control-label::after {
    top: 0;
  }
  .product-count .qty {
    width: 40px;
  }
  .cart-item .item-img {
    width: 90px;
  }
  body {
    font-size: 14px;
  }
  #news-slider img {
    height: 350px;
    object-fit: cover;
    object-position: top;
  }
}

@media screen and (max-width: 576px) {
	.pagination_counter a {
		padding: 4px 8px;
	}
  .cart-item .item-details div.d-flex {
    justify-content: space-between;
  }
  .breadcrumb {
    font-size: 14px;
  }
  .locate-by {
    flex-direction: column;
    align-items: center;
  }
  .locate-by form,
  .locate-options .blue-btn {
    max-width: 320px;
    width: 100%;
  }
  #business-enquiries .overlay-centered {
    padding: 0 40px;
  }
  .btn.btn-social-login {
    font-size: 16px;
    padding: 10px;
  }
  .btn-social-login img {
    width: 22px;
  }
  #login-tab,
  .kit-wrap {
    padding: 15px;
  }
  .site-footer h4 {
    font-size: 20px;
  }
  .review-form {
    padding-left: 15px;
  }
  .product-rating {
    float: none;
    display: inline-block;
  }
  .review-form img {
    position: relative;
    left: 0;
    width: 45px;
    top: 0;
    margin-right: 10px;
    display: inline-block;
    vertical-align: top;
  }
  .customer-img {
    height: 40px;
    width: 40px;
  }
  .user-review {
    padding-left: 55px;
  }
  .cover-img {
    max-width: 240px;
  }
  .account-wrapper{
    padding: 0;
    background: #fff;
  }
  .account-wrapper > .container-fluid > .row > .col-12{
    padding: 0;
  }
  .pagination_counter{
    text-align: center;
  }

}

@media screen and (max-width: 375px) {
  .site-footer a {
    font-size: 15px;
  }
  .inline-content {
    padding-left: 0;
  }
  .keep-in-touch i {
    position: relative;
    top: 0;
  }
  .image-wrap img {
    height: auto;
  }
  .image-wrap {
    max-height: 200px;
    overflow: hidden;
  }
  .banner-img {
    height: 170px;
  }
  .banner-section .arrow {
    font-size: 40px;
  }
  .cart-item .item-details div.d-flex {
    flex-direction: column;
  }
  .shipping-col {
    flex-direction: column;
  }
  .shipping-col .o-amount {
    padding-left: 2rem;
  }
  #business-enquiries .session-img {
    height: 200px;
  }
  .g-recaptcha {
    transform: scale(0.83);
    -webkit-transform: scale(0.83);
    -ms-transform: scale(0.83);
    transform-origin: left;
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
  }
  #search_by {
    min-width: 100px;
  }
  .container-full {
    padding: 0 25px;
  }
}


/*Do not write any css below this line*/


/*Write css only above media queries or predefined Media*/


/*

#services-slider img {

  object-fit: cover;

}

.upper-links li {

  position: relative;

}

.product-count {

  margin-top: 15px;

}

.cover-img {

  max-height: 280px;

  object-fit: cover;

}



div.product-image {

  width: 300px;

  height: 300px;

}

div.product-image img {

  width: 100%;

  max-width: 100%;

  object-fit: contain;

}

h4.footer_links {

  color: white;

}

.breadcrumb-item a {

  color: #18BDC7;

}

a.add_nominated_contacts:hover {

  text-decoration: none;

}*/

.arrow.bounce {
  cursor: pointer;
}
#pickup_location{
background-color:silver;
width: 47%;
border-radius: 10px;
 display: inline-block;}
#myModalmkbtn{
 margin-left: 192px;}
#myModalmkbtn:hover{
    background-color:white;
color: black;}
.attention{
    height: 17px;
    background-color: #d63031;
    display: block;

    position: absolute;
    width: auto;
    right: -16px;
    font-size: 10px;
    white-space: nowrap;
    padding: 4px;
    line-height: 100%;
    color: white;
}
.md-dialog{
top:180px}

.modal_body{
width: 566px;
height: 162px;}
.use_current_loc{
height: 47px;}
.d_menu{
width: 366px;
}
.d_form{
max-width: 160px;
float: left;
}
.d_btn{
width: 148px;
margin-left: 11px;}
.kit_or{
margin-left: -29px;
padding: 5px;}
.use_current_loc span.icon {
    background: none;
    border-right: none;
    display: inline;
}

