.page-num strong, .page-num a:hover {
    background: #51DA7F !important;
}
.page-num a, .page-num strong {
    line-height: 3;
}
.page-num strong, .page-num a:hover {
    color: #fff;
}
.page-num a {
    color: #000;
}
.filter-input {
	height: calc(2.25rem + 2px);
	padding: 0px 20px;
}
.page-num a, .page-num strong {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #f9f9f9;
    text-align: center;
    transition: 0.5s;
    cursor: pointer;
    border: 1px solid transparent;
    margin: 0 3px;
}
.invoice-panel tr td {
	border-right: 1px solid #e9e0e0;
    padding-left: 5px;
}
.invoice-panel th {
	border-right: 1px solid #e9e0e0;
    padding-left: 5px;
    border-bottom: 1px solid #e9e0e0;
}
.btn.v8, .slider-btn.v3, .btn.v1, .btn.v3 {
    background: #d85050 !important;
	font-weight: 500;
}
.btn.v8:hover, .btn.v1:hover, .btn.v3:hover {
    background: #fff !important;
    color: #d85050 !important;
	border: 1px solid #d85050 !important;
}
#headingOne .adv-search {
	/*background: #fff !important;
	border: 1px solid #fff !important;
	color: #d85050 !important;*/

    margin-top: 20px;
    background: #d85050 !important;
    border: 1px solid #d85050 !important;
    color: #fff !important;
}
.home_container .adv-search {
	background: #d85050 !important;
	border: 1px solid #d85050 !important;
	color: #fff !important;
}
.single-place::after {
	width: auto !important;
}
.btn.v3.white:hover {
	background: #d85050 !important;
}
.btn.v3.white {
	color: #d85050 !important;
}
.icon-logo {
    width: 210px;
    height: 80px;
}
.modal_preloader ,.modal_preloader1 {
	display: none;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.preloader:before, .modal_preloader:before, .modal_preloader1:before {
	content: "";
	position: fixed;
	top: calc(50% - 30px);
	left: calc(50% - 30px);
	border: 6px solid #d85050;
	border-top-color: #fff;
	border-bottom-color: #fff;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	-webkit-animation: animate-preloader 1s linear infinite;
	animation: animate-preloader 1s linear infinite;
}
.preloader, .modal_preloader, .modal_preloader1 {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9999;
	overflow: hidden;
	background: #fff;
}
@-webkit-keyframes animate-preloader {
  from {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
  }
  to {
	-webkit-transform: rotate(359deg);
	transform: rotate(359deg);
  }
}
@keyframes animate-preloader {
  from {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
  }
  to {
	-webkit-transform: rotate(359deg);
	transform: rotate(359deg);
  }
}
@media only screen and (max-width: 991px) {
	.site-mobile-menu .site-nav-wrap>li>a.suggest_store_modal1 {
		display: none;
	}
}

.page-wrapper{
	overflow-x: hidden!important;
}

@media only screen and (max-width: 768px) {
	.icon-logo {
		width: 110px;
/*		width: 160px;*/
		height: 55px;
	}
	.btn.v1:hover a, .btn.v1:hover a {
		color: #d85050;
	}
	button.search_event {
		margin-left: 15px;
	}
	.search_store_pagination {
		margin-bottom: 5px;
	}
	.filter_accordion #check-m {
		margin-left: 15px;
		margin-top: 5px;
	}
	.filter_accordion .btn-group {
		width: 100%;
	}
	#headingOne .adv-search {
		background: #fff !important;
		border: 1px solid #fff !important;
		color: #d85050 !important;

	    margin-top: 20px;
	    font-weight: 600;
	    /*background: #d85050 !important;
	    border: 1px solid #d85050 !important;
	    color: #fff !important;
*/	}
}
@media (min-width: 1680px) and (max-width: 2560px) {
	.user-login-section {
		height: auto;
		display: flex;
		align-items: center;
	}
}


body { 
      font-family: "Segoe UI", Arial, sans-serif; 
      margin: 0; 
    }

    .chatbot-btn {
      position: fixed;
      bottom: 20px;
      right: 20px;
      background: #d85050;
      color: white;
      border: none;
      border-radius: 50%;
      width: 55px;
      height: 55px;
      font-size: 24px;
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: center;
      box-shadow: 0 4px 10px rgba(0,0,0,0.25);
      z-index: 9999;
    }

    .chatbot-container {
      position: fixed;
      bottom: 90px;
      right: 20px;
      width: 360px;
      height: 500px;
      background: #fff;
      border-radius: 10px;
      display: none;
      flex-direction: column;
      box-shadow: 0 6px 25px rgba(0,0,0,0.25);
      overflow: hidden;
      z-index: 9999;
    }

    .chat-header {
      background: #d85050;
      color: white;
      padding: 12px 14px;
      font-weight: bold;
      font-size: 16px;
      display: flex;
      justify-content: space-between;
      align-items: center;
    }

    .chat-close { 
      cursor: pointer;
      font-size: 18px;
    }

    .chat-body {
      flex: 1;
      padding: 14px;
      overflow-y: auto;
      font-size: 15px;
      background: #f5f6f7;
      display: flex;
      flex-direction: column;
    }

    .chat-message {
      margin: 8px 0;
      padding: 12px 16px;
      border-radius: 15px;
      max-width: 80%;
      line-height: 1.5;
      word-wrap: break-word;
      font-size: 15px;
      font-weight: 600;
    }

    .bot { 
      background: #e9ecef;
      color: #222;
      align-self: flex-start;
    }

    .user { 
      background: #d85050;
      color: #fff;
      align-self: flex-end;
    }

    .options { 
      display: flex;
      flex-wrap: wrap;
      margin-top: 6px;
    }

    .option-btn {
      background: #fff;
      border: 1px solid #d85050;
      color: #d85050;
      border-radius: 18px;
      padding: 6px 19px;
      margin: 4px 4px 0 0;
      cursor: pointer;
      font-size: 14px;
      font-weight: 600;
    }

    .chat-footer {
      display: flex;
      border-top: 1px solid #ddd;
      background: #fff;
      align-items: center;
      padding: 6px;
    }

    .chat-footer input {
      flex: 1;
      border: none;
      padding: 10px;
      font-size: 16px;
      outline: none;
      border-radius: 20px;
      background: #f1f1f1;
      font-weight: 600;
    }

    .chat-footer button {
      border: none;
      background: #d85050;
      color: white;
      width: 40px;
      height: 40px;
      margin-left: 8px;
      border-radius: 50%;
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 16px;
    }


    @media (max-width: 768px) {
      .chatbot-container {
        width: 50%;
        height: 70%;
        right: 5%;
        bottom: 80px;
      }
      .chatbot-btn {
        width: 50px;
        height: 50px;
        font-size: 22px;
        bottom: 15px;
        right: 15px;
      }
      .chat-footer input {
        font-size: 14px;
      }
      .option-btn {
        font-size: 13px;
        padding: 5px 10px;
      }
    }

    @media (max-width: 480px) {
      .chatbot-container {
        width: 95%;
        height: 100%;
        right: 0;
        bottom: 0;
        border-radius: 0;
      }
      .chat-header {
        font-size: 15px;
        padding: 10px;
      }
      .chat-message {
        font-size: 13px;
      }
      .chat-footer input {
        font-size: 14px;
      }
    }