body {
    font-family: 'Roboto Flex', sans-serif; /* Apply the font globally */
    color: #292e2e;
    font-size: 0.9rem;
}

/* Example of specific element styling */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto Flex', sans-serif;
    font-weight: 200;
}

.header-container {
    padding: 10px;
}

/* Login area styling */
.login-container {
    display: flex;
    align-items: center;
}

.profile-img {
    margin-right: 10px;
}

/* Phone link styling */
.phone-link {
    color: #1ecbe1; /* Inherit color from parent */
    text-decoration: none; /* Remove underline */
    display: flex;
    align-items: center;
    font-size: 1.2rem;
}

a.phone-link:hover {
    color: #1ecbe1 !important; /* Change text color to red on hover */
    text-decoration: none; /* Ensure underline is removed on hover */
}

.phone-icon {
    color: #1ecbe1; /* Red color for the phone icon */
    margin-right: 5px; /* Space between number and icon */
}

.form-control:focus {
    box-shadow: none;
    border-color: #ced4da;
}

.custom-input-group {
    display: flex;
    width: 100%;
}

.custom-search-input {
    flex: 1;
    min-width: 0; /* Ensure the input takes available space */
}

.input-group-append .btn {
    background-color: #f20000;
    color: white;
}

.input-group-append .btn .fa {
    color: white;
}

.custom-search-btn {
    border-radius: 0 4px 4px 0;
}

.custom-search-input {
    border-radius: 4px 0 0 4px;
}

.login-area {
    margin-top: 10px;
}

.footer-container .logo-img{ width: 260px }

/* Hide the login box on mobile screens */
@media (max-width: 767.98px) {
    .logo-desktop {
        display: none;
    }
    .logo-mobile {
        display: block;
    }
    .navigation-menu {
        display: none;
    }
    .login-box {
        display: none !important;
    }

    .navbar-nav {
        background-color: #FFF;
    }
    .navbar-collapse {
        z-index: 1050; /* Ensure the collapsed navbar is above the slider */
        position: relative; /* Ensure the z-index works */
    }

    .copyright{ margin-bottom: 70px !important; }

    .mx-3{ margin: 0 0.1rem !important; }

    .footer-container{ margin: 10px !important; width: 95% }

    .footer-container .logo-img{ width: 160px }


	.shop-name{
      	margin-top: -100px;
     	margin-left: 157px;
      	position: relative;
      	font-size: 1rem !important;
      	width: 100%;
     }
}

@media (min-width: 768px) {
    .logo-mobile {
        display: none;
    }
}

/* Navigation Menu Styling */
.navigation-menu {
    border-top: 1px solid grey;
    border-bottom: 1px solid grey;
    height: 55px; /* Adjust the height as needed */
    padding: 0; /* Remove padding */
    color: #292e2e;
}

.navbar-nav .nav-item {
    margin: 0; /* Remove margin */
    line-height: 40px; /* Center the text vertically */
    padding-right: 1rem !important;
    padding-left: 1rem !important;
    color: #292e2e !important;
}

.navbar-nav .nav-item.active,
.navbar-nav .nav-item:hover {
    background-color: #1ecbe1;
    color: white !important;
}

.navbar-nav .nav-item:hover {
    background-color: #1ecbe1;
    color: white !important;
}

/* Mobile Bottom Menu Styling */
.mobile-bottom-menu {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #fff;
    border-top: 1px solid #ccc;
    display: flex;
    justify-content: space-around;
    padding: 10px 0;
    box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    overflow: hidden; /* Ensure no content exceeds the container */
}

.mobile-bottom-menu .menu-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 14px;
    color: #333;
    text-decoration: none;
}

.mobile-bottom-menu .menu-item i {
    font-size: 24px;
    margin-bottom: 5px;
}

.mobile-bottom-menu .menu-item:hover,
.mobile-bottom-menu .menu-item:focus {
    color: #f20000;
}

/* Hide the mobile bottom menu on larger screens */
@media (min-width: 768px) {
    .mobile-bottom-menu {
        display: none;
    }
}

/* Owl Carousel Custom Navigation Styling */
.owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    pointer-events: none; /* To prevent blocking clicks on the slider */
}

.owl-nav .owl-prev,
.owl-nav .owl-next {
    background-color: rgba(255, 255, 255, 0.7);
    padding: 15px; /* Increase padding for larger clickable area */
    border-radius: 50%; /* Make the buttons circular */
    pointer-events: all; /* To make the buttons clickable */
    font-size: 2rem; /* Increase icon size */
    margin: 0 10px; /* Add margin to avoid touching edges */
}

.owl-nav .owl-prev {
    left: 10px; /* Add space from the left */
}

.owl-nav .owl-next {
    right: 10px; /* Add space from the right */
}

.owl-dots {
    text-align: center;
    padding-top: 15px;
    position: absolute;
    bottom: 20px; /* Move dots onto the image slider */
    width: 100%;
}

.owl-carousel .item img {
    width: 100%;
    object-fit: cover; /* Ensure the image covers the container */
}

.copyright {
    background-color: #000;
    color: #FFF;
    margin: 0;
    padding: 10px; /* Ensure no content exceeds the container */
}

.copyright p{ margin:0px; font-size: 0.7rem }
.copyright p a{ color: #1ecbe1 }

/* General Styles */
body, html {
    overflow-x: hidden; /* Prevent horizontal scrolling */
}

.body-content {
  background-color: #f4f6f6;
  padding-bottom: 10px;
}

.product-list {
  background-color: #FFF;
  padding: 12px;
  border-radius: 5px;
}

.ad-banner1 {
  background-color: #FFF;
  padding: 15px;
}
/* Updated Top Sale Section Styling */
.top-sale {
    padding: 20px 0;
}

.item-box {
    padding: 10px;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-bottom: 20px;
    height: 250px; /* Ensure equal height */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #FFF;
}

.item-image {
    background-color: #f8f8f8;
    margin-bottom: 10px;
}

.item-image img {
    width: 100%;
    height: 150px; /* Uniform image height */
    object-fit: contain;
}

.item-price {
    font-size: 1em;
    color: #333;
}

.mop {
    text-decoration: line-through;
    color: #777;
    margin-left: 1px;
    font-size: 0.7em; /* Smaller font size */
}

.discount {
    color: #fff;
    font-weight: bold;
    margin-left: 2px;
    font-size: 0.7em;
    background-image: url(../images/offer-bg7.png);
    background-size: cover;
    position: absolute;
    top: -15px;
    right: -5px;
    height: 50px;
    width: 44px;
    padding: 10px;
    font-weight: 900;
}

.item-name {
    font-size: 1em; /* Larger font size */
    color: #292e2e;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.accessories {
    margin: 20px auto;
}

.accessories-list {
    background-color: white; /* Add white background */
    margin: 10px; /* Adjust margin to fit all columns */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); /* Optional: add a shadow for better visual separation */
    padding: 10px; /* Reduce padding */
    flex: 1; /* Allow columns to resize to fit in the row */
    width: 30%;
}

.accessory-row {
    display: flex;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
    height: 100px; /* Ensure equal height */
    margin: 0 10px; /* Add margin to left and right */
    position: relative; /* Ensure border stays below content */
}

.accessory-row:last-child {
    border-bottom: none; /* Remove border from last element */
}

.accessory-img {
    max-height: 80px; /* Ensure consistent image height */
}

.accessory-img img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.accessory-info {
    flex: 1; /* Ensure it takes available space */
    padding-left: 10px; /* Add padding to separate from image */
}

.accessory-title {
    font-size: 1em; /* Make title bigger */
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.accessory-price {
    font-size: 0.85em;
    color: #f20000; /* Price in red */
    font-weight: 300;
    display: block;
}

@media (max-width: 767.98px) {
    .accessories-list {
        margin: 10px 0; /* Adjust margin for mobile screens to avoid breaking into two rows */
        flex: 0 0 100%; /* Make each column take full width on mobile */
        max-width: 100%; /* Ensure max width is 100% */
    }

    .accessory-row {
        height: auto; /* Allow flexible height on mobile */
        padding: 10px; /* Add padding for better appearance */
        margin: 10px 0; /* Add margin for better separation */
    }

    .accessory-img {
        max-height: none; /* Remove max-height on mobile */
        margin-bottom: 10px; /* Add space below image */
    }

    .accessory-img img {
        max-height: 60px; /* Adjust image height on mobile */
    }

    .accessory-info {
        padding-left: 0; /* Remove padding on mobile */
    }

    h1, h2, h3, h4, h5, h6 { 
      font-size: 20px!important;  
    }

     .col-md-6.specification-section {
        max-width: 94% !important;
        margin: 0px 10px;
        padding: 15px;
      }
}

.intro-footer{
    margin-top: 16px;
    font-size: 0.8rem;
    text-align: justify;
    font-weight: 100;
}

.footer-menu a {
    color: #fff;
    font-size: 0.8rem;
    font-weight: 100;
}

.footer-menu a:hover{
    color: #1ecbe1;
    text-decoration: none;
}

footer menu-title.span {
  font-weight: 200;
}

.footer-phone-link, .footer-email-link{ color: #ff6600 }
.footer-phone-link:hover, .footer-email-link:hover{ color: #1ecbe1; text-decoration:none }

.header-login {
  font-size: 0.8rem;
}

.header-login strong{
  font-weight: 600;
}

a.link {
  color: #292e2e;
}

a.link:hover {
  color: #1ecbe1;
  text-decoration: none;
}

.breadcrumb__area{ background-color:#e5e7e9 }
.white-bg{ background-color: #FFF }

.product-image-slider .item {
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
}
.product-image-slider .item img {
    max-height: 100%;
    object-fit: contain;
}
.thumb-image-slider .thumb-item {
    margin: 0 5px; /* Add horizontal space between thumbnails */
    cursor: pointer; /* Change cursor to pointer */
}

.thumb-image-slider .item img {
    max-height: 100%;
    object-fit: contain;
    border: 1px solid #ddd;
    padding: 5px; /* Add padding for better spacing */
}

.thumb-image-slider .item.active img {
    border: 2px solid #007bff;
}

.product-attribute-title {
  font-weight: 700;
  margin-bottom: 2px;
  display: flex;
}

a.vendor-link {
    color: #f60;
}

a.vendor-link:hover {
    color: #f60;
    text-decoration: underline;
}

.vendor-button {
  color: #fff;
  background-color: #1ecbe1;
  border-color: #1bb7cb;
  font-size: 0.8rem;
}

.vendor-button:hover {
  color: #000;
  background-color: #fff;
  border-color: #1ecbe1;
}

.vendor-price {
  font-weight: 500;
}

.specification-section {
  background-color: #f5f5f5;
  max-width: 47%;
  margin: 0 15px;
  padding: 15px;
}

.table-detail {
  margin-bottom: 20px;
  border-bottom: 1px solid;
  padding-bottom: 5px;
}

/* ###### Profile  ###### */

.profile-cover{ background-color:#fff; padding-bottom:55px; }

.profile-cover__action {
    position: relative;
    height: auto;
    max-height: 235px; /* Set the max height */
    overflow: hidden; /* Ensure no overflow if the image is too large */
    margin: 0 auto; /* Center the container */
}

.profile-cover__action img {
    width: 100%; /* Make the image take the full width of the container */
    height: auto; /* Keep the aspect ratio */
    max-height: 235px; /* Set the max height */
    display: block; /* Remove any extra space */
    object-fit: cover; /* Ensure the image covers the container without distortion */
}

.profile-cover__img {
    position: absolute;
    left: 50px;
    top: 170px;
    text-align: center;
    z-index: 1;
}

.profile-cover__img>img {
    max-width: 120px;
    border: 5px solid #ffffff;
    border-radius: 50%;
}


@media (min-width: 601px) {
    .profile-cover__info .nav {
        margin-right: 28px;
        padding: 15px 0 10px 170px;
        font-size: 0.9rem;
        text-align: right;
        -ms-flex-pack: end;
        -webkit-box-pack: end;
        justify-content: flex-end;
    }
}


@media (max-width: 767px) {
  .profile-cover__info .nav {
    display: flex;
 	flex-direction: column; /* Stack items vertically on small screens */
    margin-right: 0;
    padding: 60px 0 10px;
    text-align: center;
    text-transform: uppercase;
    /*justify-content: center;*/
	justify-content: space-around; /* Space items out on larger screens */
    font-size: 0.5rem;
	width: 100%; /* Ensure the content uses full width */
  }

    .profile-cover__info .nav li {
 		text-align: center; /* Center text on small screens */
        width: 70%;
        margin: 0px 74px;
    }

  .profile-cover__img {
    position: absolute;
    left: 17%; /* Center horizontally */
    top: 103px; /* Adjust top position as needed */
    transform: translateX(-50%); /* Shift back by 50% of the element’s width */
    text-align: center;
    z-index: 1;
  }

  .profile-cover {
    padding-bottom: 15px;
  }

  .profile-cover__img > img {
    max-width: 100px;
    max-height: 100px;
    border: 5px solid #ffffff;
    border-radius: 50%;
  }
}


.search-title {
  font-size: 1.2rem;
  padding-bottom: 5px;
  display: block;
  border-bottom: 1px solid #cacfd2 ;
  margin-bottom: 15px;
}

.form-check{  padding-left: 0.5rem }

.ckbox {
  font-weight: normal;
  position: relative;
  display: block;
  line-height: 1;
  margin-bottom: 0;
}

.ckbox input[type="checkbox"] {
  opacity: 0;
  margin: 0;
}

input[type="radio"], input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

.ckbox span {
  padding-left: 16px;
}

.ckbox input[type="checkbox"]:checked + span::after {
  display: block;
}

.ckbox span::after {
  background-color: #1ecbe1;
}

.ckbox span::after {
  top: 1px;
  left: 0;
  width: 16px;
  height: 16px;
  content: '';
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
  background-size: 66%;
  background-repeat: no-repeat;
  background-position: 55% 45%;
  line-height: 17px;
  display: none;
  border-radius: 3px;
}

.ckbox span::before {
  content: '';
  width: 16px;
  height: 16px;
  background-color: #ffffff;
  border: 1px solid #ccd3e4 !important;
  top: 1px;
  left: 0;
  border-radius: 3px;
}

.ckbox span::before, .ckbox span::after {
  line-height: 18px;
  position: absolute;
}

::before, ::after {
  box-sizing: border-box;
}

.filter-column {
    display: none;
}

@media (min-width: 768px) {
    .filter-column {
        display: block;
    }

    #filter-toggle-button {
        display: none;
    }
}


.bg-prime{
    background-color: #1ecbe1;
}

@media (min-width: 1300px) {
    .signpages {
        width: 70%;
        border-radius: 6px;
        margin: 1em auto;
        display: flex;
    }
}

@media (max-width: 1299px) and (min-width: 991px) {
    .signpages {
        width: 60%;
        border-radius: 6px;
        margin: 1em auto;
        display: flex;
    }
}

@media (max-width: 990px) {
    .signpages {
        width: 60%;
        border-radius: 6px;
        margin: 1em auto;
        display: flex;
    }
}

.signpages .details {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    position: relative;
    background-size: cover;
    background-position: center;
}

.construction {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    position: relative;
    background-size: cover;
    background-position: center;
    z-index: 0;
}


.signpages .login_form {
    background-color: #ffffff;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.signpages .form__input {
    width: 100%;
    border: 0px solid transparent;
    border-radius: 0;
    border-bottom: 1px solid #aaa;
    padding: 1em .5em .5em;
    padding-left: 2em;
    outline: none;
    margin: 1.5em auto;
    transition: all .5s ease;
}

.signpages .form__input:focus {
    border-bottom-color: #008080;
    box-shadow: 0 0 5px rgba(0, 80, 80, 0.4);
    border-radius: 4px;
}

@media screen and (max-width: 640px) {
    .signpages {
        width: 90%;
    }

    .signpages .company__info {
        display: none;
    }

    .signpages .login_form {
        border-top-left-radius: 6px;
        border-bottom-left-radius: 6px;
    }
}

@media screen and (min-width: 642px) and (max-width: 800px) {
    .signpages .main-content {
        width: 70%;
    }
}

.header-brand-img {
  line-height: 2.5rem;
  vertical-align: middle;
  width: 135px;
}

.ht-100 {
  height: 100px;
}

clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.tx-white-6 {
  color: rgba(255, 255, 255, 0.8);
}

.tx-13 {
  font-size: 13px;
}

.link-orange {
    color: #fff; /* Inherit color from parent */
    text-decoration: none; /* Remove underline */
    align-items: center;
}

a.link-orange:hover {
    color: #ff6600 !important; /* Change text color to red on hover */
    text-decoration: none; /* Ensure underline is removed on hover */
}

.vendor-login {
  padding: 40px;
}

.login-button {
  color: #fff;
  background-color: #ff6600;
  border-color: #d76c07;
  font-size: 0.8rem;
}

.login-button:hover {
  color: #000;
  background-color: #fff;
  border-color: #d76c07;
}

.wizard {
  width: 920px;
  position: relative; 
}
.wizard > .steps {
  position: absolute;
  top: 27.44%;
  right: 30%;
  transform: translateX(50%);
  z-index: 9; 
}
.wizard > .steps .current-info, .wizard > .steps .number {
  display: none; 
}
.wizard > .steps ul {
  display: flex;
  justify-content: center; 
}
.wizard > .steps li a {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #e9e0cf;
  margin-right: 78px;
  position: relative; 
}
.wizard > .steps li a:before {
  content: "";
  width: 58px;
  height: 2px;
  background: #e9e0cf;
  position: absolute;
  right: 22px;
  top: 5px; 
}
.wizard > .steps li a:after {
  content: "";
  width: 0;
  height: 2px;
  background: #6d7f52;
  position: absolute;
  left: -68px;
  top: 5px;
  transition: all 0.6s ease; 
}
.wizard > .steps li.first a {
  background: #6d7f52; 
}
.wizard > .steps li.checked a {
  background: #6d7f52; 
}
.wizard > .steps li.checked a:after {
  width: 58px; 
}
.wizard > .steps li:last-child a {
  margin-right: 0; 
}
.wizard > .steps li:first-child a:before {
  display: none; 
}
.wizard > .steps li:first-child a:after {
  display: none; 
}
.wizard > .content {
  position: relative;
  height: 521px; 
}
.inner {
  display: flex;
  background: #fff;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2); 
}
.image-holder {
  width: 40%;
  height: 521px; 
}
.form-content {
  width: 60%;
  padding-top: 65px;
  padding-left: 51px;
  padding-right: 51px; 
}
.form-header {
  text-align: center; 
}

.form-row {
  display: flex;
  margin-bottom: 18px; 
}
.form-row .form-holder {
  width: 50%;
  margin-right: 30px; 
}
.form-row .form-holder:last-child {
  margin-right: 0; 
}
.form-row .form-holder.w-100 {
  width: 100%;
  margin-right: 0; 
}
.form-row .select {
  width: 50%;
  margin-right: 30px; 
}
.form-row .select .form-holder {
  width: 100%;
  margin-right: 0; 
}
.select {
  position: relative; 
}
.select .select-control {
  height: 37px;
  border-bottom: 2px solid #e6e6e6;
  width: 100%;
  color: #999;
  display: flex;
  align-items: center;
  cursor: pointer; 
}
.select .dropdown {
  display: none;
  position: absolute;
  top: 100%;
  width: 100%;
  background: #fff;
  z-index: 9;
  border: 1px solid #81acee; 
}
.select .dropdown li {
  padding: 5px 10px; 
}
.select .dropdown li:hover {
  background: #81acee;
  color: #fff; 
}
.form-holder {
  position: relative; 
}
.form-holder i {
  position: absolute;
  bottom: 7px;
  right: 0;
  font-size: 17px; 
}

.actions {
  position: absolute;
  bottom: 55px;
  right: 51px; 
}
.actions ul {
  display: flex; 
}
.actions li a {
  padding: 0;
  border: none;
  display: inline-flex;
  height: 41px;
  width: 135px;
  align-items: center;
  background: #e9e0cf;
  font-family: "Muli-SemiBold";
  color: #666;
  cursor: pointer;
  position: relative;
  padding-left: 28px; 
}
.actions li a:before {
  content: '\f301';
  position: absolute;
  top: 14px;
  right: 28px;
  font-family: Material-Design-Iconic-Font; 
}
.actions li a:hover {
  background: #cfc7b8; 
}
.actions li:first-child a {
  width: 144px;
  padding-left: 48px; 
}
.actions li:first-child a:before {
  content: '\f2ff';
  position: absolute;
  top: 14px;
  left: 26px;
  font-family: Material-Design-Iconic-Font; 
}
.actions li:nth-child(2) a, .actions li:last-child a {
  margin-left: 20px; 
}
.actions li:last-child a {
  width: 124px;
  background: #6d7f52;
  color: #fff; 
}
.actions li:last-child a:hover {
  background: #849963; 
}
.actions li:last-child a:before {
  content: '\f26b';
  position: absolute;
  top: 13px;
  right: 28px;
  font-family: Material-Design-Iconic-Font; 
}
.actions li[aria-disabled="true"] a {
  opacity: 0;
  transition: all 1s; 
}
.actions li[aria-disabled="false"] ~ li a {
  background: #6d7f52;
  color: #fff; 
}
.actions li[aria-disabled="false"] ~ li a:hover {
  background: #849963; 
}

.checkbox-tick label {
  cursor: pointer;
  display: inline-block;
  padding-left: 23px;
  position: relative; 
}
.checkbox-tick label.male {
  margin-right: 26px; 
}
.checkbox-tick input {
  position: absolute;
  opacity: 0;
  cursor: pointer; 
}
.checkbox-tick input:checked ~ .checkmark {
  background: #999; 
}
.checkbox-tick input:checked ~ .checkmark:after {
  display: block; 
}
.checkbox-tick .checkmark {
  position: absolute;
  top: 3px;
  left: 0;
  height: 13px;
  width: 13px;
  border: 1px solid #999;
  border-radius: 50%;
  font-family: Material-Design-Iconic-Font;
  color: #fff;
  font-size: 11px; 
}
.checkbox-tick .checkmark:after {
  top: 0;
  left: 2px;
  position: absolute;
  display: none;
  content: '\f26b'; 
}

.checkbox-circle {
  position: relative;
  padding-left: 23px;
  margin-top: 41px;
  width: 63%; 
}
.checkbox-circle.mt-24 {
  margin-top: 24px; }
.checkbox-circle label {
  cursor: pointer;
  color: #999;
  font-size: 13px;
  line-height: 1.9;
  transform: translateY(-5px); 
}
.checkbox-circle label a {
  color: #6d7f52; 
}
.checkbox-circle label a:hover {
  color: #89b843; 
}
.checkbox-circle input {
  position: absolute;
  opacity: 0;
  cursor: pointer; 
}
.checkbox-circle input:checked ~ .checkmark:after {
  display: block; 
}
.checkbox-circle .checkmark {
  position: absolute;
  top: 6px;
  left: 0;
  height: 13px;
  width: 13px;
  border-radius: 50%;
  border: 1px solid #999; 
}
.checkbox-circle .checkmark:after {
  content: "";
  top: 2px;
  left: 2px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #999;
  position: absolute;
  display: none; 
}

@media (max-width: 991px) {
  .wizard {
    max-width: 768px; 
  }
  .image-holder img {
    height: 521px;
    object-fit: cover; 
  } 
}
@media (max-width: 767px) {
  .inner {
    display: block;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none; 
  }
  .image-holder {
    width: 100%; 
  }
  .image-holder img {
    width: 100%; 
  }
  .form-content {
    width: 100%;
    padding: 50px 20px 30px; 
  }
  .form-row {
    display: block; 
  }
  .form-row .form-holder, .form-row .select {
    width: 100%;
    margin-right: 0;
    margin-bottom: 18px; 
  }
  .wrapper {
    height: 1201px;
    background: none; 
  }
  .checkbox-circle {
    width: 100%; 
  }
  .wizard {
    height: 100%; 
  }
  .wizard > .steps {
    right: 50%;
    top: 52%;
    transform: translateX(50%); 
  }
  .actions {
    right: 50%;
    transform: translateX(50%);
    bottom: 3%; 
  } 
}

.status .success{
  position: absolute;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  color: #60980b;
}
.status .success:before {
  content: '\f26b';
  font-family: Material-Design-Iconic-Font;
  font-size: 40px;
  margin-right: 10px;
  vertical-align: sub;
}
.status .error{
  font-size: 16px;
  color: #fb4314;
}
label.error {
  font-size: 14px;
  color: red;
  font-style: italic;
}
.form-control.error{
  border-bottom-color: red;
}


nav.vendor-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
nav.vendor-menu ul li {
  /* Sub Menu */
}
nav.vendor-menu ul li a {
    display: block;
    padding: 10px 15px;
    color: #fff;
    text-decoration: none;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    -ms-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear;
}
nav.vendor-menu ul li a:hover {
    background: #1d4f71;
    color: #fff;
}
nav.vendor-menu ul li a .fa {
    width: 16px;
    text-align: center;
    margin-right: 5px;
    float:right;
}
nav.vendor-menu ul ul {
    background: rgba(0, 0, 0, 0.2);
}
nav.vendor-menu ul li ul li a {
    
    border-left: 4px solid transparent;
    padding: 10px 20px;
}
nav.vendor-menu ul li ul li a:hover {

    border-left: 4px solid #3498db;
}

.main-content-label {
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 10px;
  letter-spacing: .2px;
}

.card-order i {
  background: #1ecbe1;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  font-size: 21px;
  color: #FFF !important;
}

.font-weight-bold {
  font-weight: 500 !important;
}

.text-end {
  text-align: right !important;
}

.float-start {
  float: left !important;
}

footer{ background-color: #3b4043; color: #fff; }


.page-header {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  justify-content: space-between;
  padding: 0;
  position: relative;
  min-height: 50px;
  border-radius: 7px;
}

.main-content-title {
  font-size: 32px;
  text-indent: -1px;
  line-height: 1;
  position: relative;
}

.d-flex {
  display: flex;
}

.justify-content-center {
  justify-content: center !important;
}

.prev-step {
  color: #fff;
  background-color:  #7c7b7b ;
  border-color: #d2d1d0;
  font-size: 0.8rem;
}

.prev-step:hover {
  color: #000;
  background-color: #fff;
  border-color: #d2d1d0;
}

.store-logo-box{ border-right: 1px solid #ddd; padding: 10px; }

.store-box {
  text-align: left;
  border: 1px solid #ddd;
  border-radius: 5px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #FFF;
  margin-left: 10px;
  max-width: 32%;
}

@media (max-width: 767.98px) {
 .store-box {
      max-width: 98%;
    }   
}
.store-logo {
    width: 100%;
    max-width: 100%;
    height: auto;
}

/* search */
.searchResults {
  background-color: #fff;
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
  position: absolute;
  top: 100%;
  transition: all .4s ease;
  width: 96%;
  z-index: 10;
  display: flex;
  margin: 0 auto;
}

.cyc-searchResults {
  width: 100% !important;
}

.cyc-searchResults {
  width: 100% !important;
  z-index: 999;
  background: #fff;
}

.searchResults__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.searchResults li.searchResults__listItem {
  border-bottom: 1px solid #dfdcdc;
}

.searchResults__listItem-link {
  text-decoration: none;
  cursor: pointer;
}

.cyc-searchResultsItem {
  align-items: center;
  background-color: #fff;
  display: flex;
  flex-wrap: nowrap;
  list-style-type: none;
  padding: 0.75rem;
  position: relative;
}

.cyc-searchResultsItem__logo {
  height: 100%;
  margin-right: 0.5rem;
  max-height: 3.125rem;
  max-width: 3.125rem;
  width: 100%;
  aspect-ratio: 1 !important;
}

.cyc-searchResultsItem__titleWrapper {
  flex-grow: 1;
}

.cyc-searchResultsItem__title {
  margin-top: 0;
  margin-bottom: 0;
}

.cyc-searchResultsItem__subTitle {
  color: #616668;
  margin-top: 0;
  margin-bottom: 0;
}


/* @media (max-width: 344px) {
  .action-buttons{
    margin-left: 45px !important;
  }
  .shop-name {
    margin-top: -90px !important;
  }
} */
 

/*
@media (max-width: 375px) {
  .action-buttons{
    margin-left: 45px !important;
  }
  .shop-name {
    margin-top: -80px !important;
  }
}
*/


/*
@media (max-width: 390px) {
  .action-buttons{
    margin-left: 45px !important;
  }
  .shop-name {
    margin-top: -80px !important;
  }
}
*/

/*
@media (max-width: 414px) {
  .action-buttons{
    margin-left: 45px !important;
  }
  .shop-name {
    margin-top: -80px !important;
  }
}
*/

/*
@media (max-width: 430px) {
  .action-buttons{
    margin-left: 45px !important;
  }
  .shop-name {
    margin-top: -75px !important;
  }
}*/

/*
@media (max-width: 540px) {
  .action-buttons{
    margin-left: 45px !important;
  }
  .shop-name {
    margin-top: -50px !important;
  }
} */


/* @media (min-width: 342px) and (max-width: 767px) {
  .action-buttons {
    margin-left: 20px !important;
  }
  .shop-name {
    margin-top: -40px !important;
  }
} */

video.note-video-clip {
    width: 100% !important;
}
iframe.note-video-clip {
    width: 100% !important;
}


