@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
.serp-wrapper{
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	background: #fff;
}
a{color: #1a73e8}
/* =================== HEADER ================= */
header{
	width: 100%;
	background: #fff;
	padding:30px 30px 1px;
	border-bottom: 1px solid #dadce0;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
}
button{
	border: none;
	text-decoration: none;
	display: inline-block;
	cursor: pointer;
}
.header-sticky {
	position: fixed;
	top: 0;
	width: 100%
}
.top-header{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.top-header .form-section{
	flex-basis: 70%;
	display: flex;
}
.top-header .form-section .logo-img{width: 20%;}
.top-header .form-section .search-box-form{width: 80%}
/*  .top-header .account-section{flex-basis: 30%}*/
.top-header .form-section .logo-img img{width: 80%;}
.nav-header.hide-header-menu,.filter-search-result-section{display: none;}
.nav-header.hide-header-menu{display: none;}
.header-nav-list{
	width:100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header-nav-list ul{padding:0;margin: 0;}
.search-box-wrapper input{
	border: 0;
	width: 550px;
	height: 40px;
	font-size: 18px;
	font-weight: 400;
}
.search-box-wrapper input:focus,.search-box-wrapper input:hover{
	background: transparent;
	border: 0;
	outline: 0;
}
/*input[type="search"]::-webkit-search-cancel-button {
-webkit-appearance: none;
cursor: pointer;
height: 25px;
width: 25px;
background: url(../img/search-icons/cross.svg);
}*/
button#input-cross{display: none;}
.search-button-block button#input-cross.input-padding-class{
	display:inline-block;
	border-right: 0.3px solid #70757a;
	padding-right:10px;
}
.search-button-block button{
	background: transparent;
	border: 0;
	outline: 0;
	padding: 0 10px; 
}
.search-button-block button img{
	width: 25px;
	height: 25px;
	vertical-align: middle;
}
.header-nav-list ul{padding-left: 0;margin-bottom: 0;margin-top: 0}
.header-nav-list ul li{
	list-style: none;
	display: inline-block;
	padding:5px 5px 5px;
}
.search-result-list{width:100%;}
.search-result-list .item a{
	padding: 10px 15px;
	background: #fff;
	display: inline-block;
	border: 1px solid #dadce0;
	border-radius: 30px;
	color: #202124;
	text-decoration: none;
}
.search-result-list-Carousel.owl-theme .owl-nav [class*=owl-] { margin: 0!important }
.search-result-list-Carousel.owl-carousel .owl-nav button span {
	opacity: 0;
	width: 0;
	height: 0
}
.search-result-list-Carousel.owl-carousel .owl-nav button:focus {
	outline: 0!important;
	border: 0!important
}
.search-result-list-Carousel.owl-carousel .owl-nav button.owl-next::after,.search-result-list-Carousel.owl-carousel .owl-nav button.owl-prev::after {
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	top: 10px;
	right: 5px;
	bottom: 5px;
	left: 20px;
	transform: rotate(45deg);
	border-radius: 0;
	border: 2px solid #757a81;
	border-left: 0;
	border-bottom: 0;
	margin-left:33px;
	margin-bottom: 2px
}
.search-result-list-Carousel.owl-carousel .owl-nav button.owl-next,.search-result-list-Carousel.owl-carousel .owl-nav button.owl-prev {
	width: 35px;
	height: 35px;
	background: #fff;
	position: absolute;
	border-radius: 50%;
	box-shadow: 10px 10px 10px 15px rgba(255, 255, 255, 1);
	top: 5%
}
.search-result-list-Carousel.owl-carousel .owl-nav button.owl-prev {transform: rotate(180deg)}
.search-result-list-Carousel.owl-theme .owl-nav .owl-prev {
	right: initial;
	left: -1px;
}
.search-result-list-Carousel.owl-theme .owl-nav .owl-next { right: 0.1px; }
.header-nav-list ul li a{
	color: #70757a;
	font-size: 1rem;
	text-decoration: none;
}  
.header-nav-list ul li a img{width: 5px;margin-right: 7px;vertical-align: middle;}

.header-nav-list ul li.active{border-bottom: 4px solid #1c5b45;}
.header-nav-list ul li.active a{color:#1c5b45; }    
.search-more-result-section{padding:20px;}
.header-nav-list ul li .serp-icon{fill:#70757a; }
.header-nav-list ul li.active .serp-icon{fill:#1c5b45; }

.card-header-link {
    color: #ff4545;
    cursor: pointer;
    font-size: 15px;
    font-style: italic;
    font-weight: 900;
    text-align: right;
}

.mart-180{padding:20px;margin-top: 180px}
@media (min-width: 576px) {
	.container-wrapper{ max-width: 540px;}
}
@media (min-width: 768px) {
	.container-wrapper{ max-width: 720px;}
}
@media (min-width: 992px) {
	.container-wrapper{ max-width: 960px;}
}
@media (min-width: 1200px) {
	.container-wrapper{ max-width: 1140px;}
}
@media (min-width: 1400px) {
	.container-wrapper{ max-width: 1140px; }
}
/***** general ****/    
.container-wrapper{
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
.row-columns{
	display: flex;
	flex-wrap: wrap;
	padding-left:1rem;
	padding-right:1rem;
}
.col-10 {
	flex: 0 0 auto;
	width:14%;
}
.col-20{
	flex: 0 0 auto;
	width: 20%;
}
.col-40 {
	flex: 0 0 auto;
	width: 33.33333333%;
}
.col-60 {
	flex: 0 0 auto;
	width: 50%;
}
.col-75{
	flex: 0 0 auto;
	width:75%;
}
.col-80 {
	flex: 0 0 auto;
	width: 66.66666667%;
}
.col-100 {
	flex: 0 0 auto;
	width: 83.333333%;
}
.d-flex { display: flex !important; }
.justify-content-center{justify-content:center;}
.align-items-center {  align-items: center !important; }
.justify-content-between{ justify-content: space-between !important;}
.border-top-1{border-top: 1px solid #161616;}
.fl-right{float:right}
.sortby .mr-127{margin-right:127px}
.results-info{margin-bottom:1rem;}
.results-info a, i{
	color:#161616;
	font-size:1rem;
	font-weight:500;
}
.serp .totalResults{
	color:#676767;
	font-size:0.80rem;
	padding: 5px 0 5px 0;
	border-bottom: 1px solid #e9e9e9;    
}
.serp-container{
	padding-bottom:0.5rem;
	overflow:hidden;
}
.serp-container.serp-box,.img-card.serp-box{
	display: block;
	width: 100%;
	height: 0;
	opacity: 0;
	transform: translateY(100px);
	transition: all .5s ease 0.25s;
}
.serp-container.serp-box.animate,.img-card.serp-box.animate {
	opacity: 1;
	height:auto;
	transform: translateY(0);
}
.serp-container a{text-decoration:none}
.serp-container .site-info{
	position:relative;
	display:flex;
	align-items:center;
	gap:7px;
	padding-top:0rem;
	padding-bottom:0rem;
}
.serp-container .site-info .site-icon{
	height: 25px;
	width: 25px;
	display: block;
	border: 1px solid #9aa0a6;
	background-color: #fff;
	border-radius:50%;
}
.serp-container .site-info span{
	display:block;
	font-size:1rem;
	font-weight:400;
	color:#43474c;
}
.serp-container .site-info span:nth-child(2){font-size: 0.9rem}
.site-url{
	position:relative;
}
.site-url:after{
	position:absolute;
	display: inline-block;
	content: '';
	top: 8px;
	right:-11px;
	background:url("../img/link-icon.svg")no-repeat;
	width:5px;
	height:10px;
}
.serp-container .sponsored{ 
	display:block;
	position:relative;
	font-weight: 500;
	font-size:1rem;
	line-height:1.2;
	color: #131417;
	padding-right:10px;
}
.serp-container .title{
	font-size:1.2rem;
	font-weight:400;
	line-height:1.2;
	padding-bottom: 2px;
	padding-top: 2px;
	color: #1a0dab;
	text-decoration:none;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp:1;
}
.serp-container .title:hover{text-decoration:underline}
.other-links .title:hover{text-decoration:underline;}
.serp-container .description, .other-links .description a{
	font-size:0.9rem;
	line-height:1.6;
	font-weight:400;
	word-break: break-word;
	color:#565a5e;
	margin-bottom: 0.5rem;    
}
.serp-container .related-sitelinks{
	padding-left:0.5rem;    
}

.serp-container  .rs-img {
	float: left;
	padding: 0px 10px 0px 10px;
}
.serp-container  .rs-img img {
	object-fit:cover;
	max-width:100%;
	height:100px;
	border-radius:10px;
}
.search-title{
	font-size:1.5rem;
	font-weight:400;
	line-height:1.2;
	padding-bottom: 0.5rem;
	padding-top:0.5rem;
	color:#000;
}
.related-search{
	column-gap: 10px;
	column-count: 2;
	column-fill: balance;
	padding-bottom: 10px;
	padding-left:0px;
}
.related-search ul{
	padding: 0px;
	margin: 0px;
}
.related-search li {
	list-style: none;
	margin-bottom: 0.5rem;
	border:0;
	background: #f7f8f9;
	border-radius:5px;
	padding: 0.7rem;
	position: relative;
}
.related-search li:hover{
	background:#d7d7e0;	
}
.related-search ul li a{
	font-size: 1.1rem;
	color:#000;
	font-weight: 400;
	vertical-align: middle;
	display: inline-block;
	width: 100%;
}
.related-search ul li:after {
	position: absolute;
	display: inline-block;
	content: '';
	top: 15px;
	right: 0px;
	background: url(../img/search-icon.svg) no-repeat;
	width:25px;
	height:15px;
}
.serp-images-container {
	display: flex;
	flex-wrap: wrap;
	gap:5px;
}
.serp-images-item {
	max-width:130px;
	height:120px;
	width: 100%;
	padding: 5px 0px 5px 0px;
	object-fit: cover;
}

.serp-images-item:first-child{
	border-top-left-radius:10px;
	border-bottom-left-radius:10px;
}
.serp-images-item:last-child{
	border-top-right-radius:10px;
	border-bottom-right-radius:10px;	
}
/*** accordian ***/
/*.collapse {
	overflow: hidden;
	transition: 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	transition-property: opacity, height;
	will-change: opacity, contents;
}
.collapse:not(.is-active) {
	height: 0;
	opacity: 0;
}
.accordion {
	background: #f3f3f3;
	border-radius: 12px;
	border-radius: var(--border-radius);
	background: var(--background);
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.075);
	border: 1px solid #d9d9d9;
}
.accordion .card {
	overflow: hidden;
	margin: -1px -1px 1px;
	background: var(--background);
	border: 1px solid #d9d9d9;
	transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	will-change: contents;
	text-align: left;
}
.accordion .card:first-child {
	border-radius: var(--border-radius) var(--border-radius) 0 0;
}
.accordion .card:last-child {
	border-radius: 0 0 var(--border-radius) var(--border-radius);
	margin-bottom: -1px;
}
.accordion .card:not(:last-child):not(.is-active) {
	border-bottom-color: transparent;
}
.accordion .card.is-active {
	background: #fff;
	border-radius: var(--border-radius);
}
.accordion .card.is-active + .card {
	border-top-color: transparent;
}
.accordion .card__title {
	display: flex;
	justify-content: space-between;
	align-items: center;
	min-height: 3.5rem;
	margin: 0;
	margin-bottom: -1px;
	padding: 0.5rem 1.25rem;
	color: rgba(0, 0, 0, 0.8);
	text-decoration: none;
	font-size: 18px;
	font-weight: 600;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.accordion .card__title:hover .icon {
	opacity: 0.8;
}
.accordion .card__title.is-active .icon {
	transform: rotateX(180deg);
	opacity: 1;
}
.accordion .card__title .icon {
	width: 28px;
	height: 28px;
	fill: currentColor;
	opacity: 0.3;
	transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	margin-right: -0.25rem;
}
.accordion .card__content {
	padding: 0 1.25rem 1.25rem;
}*/
* {
	box-sizing: border-box;
	line-height: calc(1em + 0.5rem);
}
/*** carousel ***/
.pb-10{padding-bottom:10px;}
.ad-creative {
	position: relative;
	padding: 5px;
} 
.ad-creative .ad-creative-card{   
	width: 100%;         
	height: 100%;
	background:#fff;
	border: 1px solid #e0e0e0;
	border-radius: 10px;
}
a{text-decoration:none;}
.ad-creative .ad-creative-card .ad-card-image{
	width: 100%;
	height: 120px;
}
.ad-creative .ad-creative-card .ad-card-image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.ad-creative .ad-card-body{
	width:100%;
	height:110px;
} 
.ad-creative .title{
	font-size:1rem;
	line-height:1.2;
	font-weight:400;
	padding:6px 6px 0px 6px;
	color:#1a0dab;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp:2;
	margin-bottom:0px;
	text-decoration:none;
}
.ad-creative .desc{
	font-size:0.9rem;
	line-height:1.2;
	font-weight:600;
	color:#000;
}
.ad-creative .price,.ad-card-body .rating-stars span.rating-number{
	font-size:0.9rem;
	line-height:1.2;
	font-weight:700;
	margin: 5px 0 2px;
	color:#21262c;
}
.ad-card-body .rating-stars span.checked,.ad-card-body .rating-stars span.rating-number{
	font-size: 0.8rem;
	color: #757a81;
}
.ad-card-body .rating-stars span.checked{margin-right: -3px}
.ad-creative .desc, .ad-creative .price,.ad-card-body .rating-stars{padding:0px 6px 0px 6px;
}
.ad-card-body .rating-stars span.checked{color: #F7941D;}
.shopping-ad-Carousel.owl-theme .owl-nav [class*=owl-] { margin: 0!important }
.shopping-ad-Carousel.owl-carousel .owl-nav button span {
	opacity: 0;
	width: 0;
	height: 0
}
.shopping-ad-Carousel.owl-carousel .owl-nav button:focus {
	outline: 0!important;
	border: 0!important
}
.shopping-ad-Carousel.owl-carousel .owl-nav button.owl-next::after,.shopping-ad-Carousel.owl-carousel .owl-nav button.owl-prev::after {
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	top: 10px;
	right: 5px;
	bottom: 5px;
	left: 20px;
	transform: rotate(45deg);
	border-radius: 0;
	border: 2px solid #757a81;
	border-left: 0;
	border-bottom: 0;
	margin-left: -9px;
	margin-bottom: 2px
}
.shopping-ad-Carousel.owl-carousel .owl-nav button.owl-next,.shopping-ad-Carousel.owl-carousel .owl-nav button.owl-prev {
	width: 35px;
	height: 35px;
	background: #fff;
	position: absolute;
	border-radius: 50%;
	box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.15);
	top: 38%
}
.shopping-ad-Carousel.owl-carousel .owl-nav button.owl-prev {transform: rotate(180deg)}
.shopping-ad-Carousel.owl-theme .owl-nav .owl-prev {
	right: initial;
	left: -1px;
}
.shopping-ad-Carousel.owl-theme .owl-nav .owl-next {right: 0.1px;}
.productDetails-tab{width: 100% !important;position: relative;}
.productDetails-card.border-0,.filter-search-result-carousel .item a.border-0 {border:0}
.productDetails-card table small, .productDetails-card table small a{font-size:12px !important;}
.productDetails-card table .result-tooltip .tooltip .tooltiptext{border:none;padding:0px;}
.productDetails-card .tooltip .tooltiptext table {overflow:hidden}
.productDetails-table{overflow-x:hidden;overflow: initial;}
.productDetails-card table{
	border: 1px solid #dadce0;
	border-bottom: none;
	border-collapse: separate;
	border-radius: 8px;
	border-spacing: 0;
	box-shadow: 0 -1px 0 #dadce0 inset;
	min-width: 100%;
	table-layout: fixed;
	text-align: left;
	margin-bottom:1rem;
	white-space: nowrap;
	border:none;
	box-shadow:none;
}
.productDetails-card table th, .productDetails-card table td{
	text-align: left;
	color: #70757a;
	font-size:1rem;
	font-weight: 500;
	white-space: nowrap;
	padding: 12px 24px;
	vertical-align: middle;
	border-top: 1px solid #dadce0;
}
.productDetails-card table th{font-size: 0.9rem}
.productDetails-card table td a, .productDetails-card table th a{
	display: inline-block;
	font-weight: 600;
	font-size:1rem;
	color:#202124;
	text-decoration:none;
}
.productDetails-card table th a{font-weight: 500;font-size: 0.9rem;color: #70757a;}
.productDetails-card table td a:hover,  .productDetails-card table th a:hover{
	text-decoration:underline;
}
.slider-container img {
	max-width: 100%;
	height: 390px;
	object-fit: contain;
	object-position: center;
}
.visit-site{
	background-color: #e8f0fe;
	box-sizing: border-box;
	border-radius: 8px;
	color: #1a73e8 !important;
	cursor: pointer ;
	display: inline-block;
	font-size: 12px  !important;
	line-height: 20px;
	padding: 6px;
	text-align: center;
	text-decoration: none;
	width: 124px;
}
.productDetails-card p{
	margin:0;
	font-size: 0.95rem;
	color: #202124;
/*    padding-bottom:0.5rem;*/
}
.productDetails-card .title{
	font-size:1.4rem;
	font-weight:500;
	line-height:1.3;
	color: #202124;
	padding-bottom:0.5rem;
}
.productDetails-card-body .product-info{
	font-size:1rem;
	font-weight:600;
	line-height:1.3;
	color:#202124;
	margin:0;
	padding-bottom: 0.5rem;
}
.productDetails-card-body .product-desc, .productDetails-card-body{
	font-size:0.95rem;
	font-weight:400;
	line-height:1.5;
	color:#202124;
	margin:0;
	padding-bottom: 0.5rem;
}
.productDetails-card .shopping-card-body{
	padding:10px;
}
.productDetails-card .shopping-card-body .price{
	font-size: 1rem;
	line-height: 1.2;
	font-weight: 700;
	padding: 0px 0 3px;  
	color:#202124;
}
.productDetails-card .shopping-card-body .title{
	font-size: 1rem;
	line-height: 1.2;
	font-weight:400;
	padding: 0px 0 3px;
	color:#202124;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}
.close-tab {
	position: absolute;
	right:40px;
	top:0px;
	width:25px;
	height:25px;
	opacity: 0.3;
	cursor:pointer;
}
.close-tab:hover {
	opacity: 1;
}
.close-tab:before, .close-tab:after {
	position: absolute;
	left: 15px;
	content: ' ';
	height:20px;
	width: 2px;
	background-color: #333;
}
.close-tab:before {
	transform: rotate(45deg);
}
.close-tab:after {
	transform: rotate(-45deg);
}
.tab{display: none;}
.tab-active{display: block;}
.result-tooltip .tooltip {
	position: relative;
	display: inline-block;
}
.result-tooltip .tooltip .tooltiptext {
	visibility: hidden;
	width: 220px;
	background-color:#fff;
	color:#555;
	text-align: center;
	border-radius: 6px;
	padding: 5px;
	position: absolute;
	z-index: 1;
	top: 19px;
	right: 0;
	opacity: 0;
	transition: opacity 0.3s;
	font-size: 12px;
	font-family: "Roboto", sans-serif;
	border:1px solid #555;
	box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
}
.result-tooltip .tooltip:hover .tooltiptext {
	visibility: visible;
	opacity: 1;
}
.other-links{margin-top: 15px;}
.other-links .other-links-column-img{text-align: right;}
.other-links .other-links-column-img img{width: 120px}
/*** Footer ***/
footer p{ text-align: center;color:#6a6969; }  
footer p i{color:#6a6969;font-size:0.7rem !important;vertical-align:middle; }
/*** shopping ***/
.sortby{
	padding-bottom:1rem;
}
.sortby span, .sortby a{
	font-size:1.05rem;
	color:#000;
	font-weight:500;
	padding-left: 20px;
}
.sortby .filter {
	position:relative;
	border: 0 !important;
	padding: 0;
	width: 100%;
	max-width: 110px;
	padding-left:5px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size:1rem;
	color:#000;
	font-weight:500;
}
.sortby select {
	background: url(../img/select-bar.svg) no-repeat !important;
	background-position: 96% center !important;
	background-size: 10px !important;
	-webkit-appearance: none;
	appearance: none;
}
.sortby select:focus{
	outline:none;
	box-shadow:none;
}
.location i{
	color: #9e9e9e;
	padding-right:5px;
}
.location {
	font-size:1rem;
	font-weight:500;
	color:#000;
	margin-bottom:1rem;
}
.location a i{
	color:#000;
}
.btn-clear, .btn-done{
	background: transparent;
	color: #0a2bc3;
	font-size: 1rem;
	font-weight: 500;
}
.shopping-section{
	display:flex;
	gap: 15px;
	flex-wrap: wrap;
	width:100%;
	flex-direction:row;
	order:2;
	margin-bottom:1rem;
}
.shopping-card{
	flex-basis:23%;
	padding:0;
	background: #fff;
	border: 1px solid #e0e0e0;
	cursor: pointer;
}
.shopping-card .shopping-card-image{
	padding-top:15px;
	height: 170px;
}
.shopping-card .shopping-card-image img{
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
}
.location-filter{padding-left: 1rem}
.shopping-card .shopping-card-body,.productDetails-card-body{ height:auto; }
.productDetails-card-body{padding:0 15px}
.shopping-card .product-info,.productDetails-card-body .product-info span{
	margin-top:1rem;    
	border-top:1px solid #e0e0e0;
	padding:0.5rem;
}
.product-info span{
	width:50%;
	border-radius: 10px;
	display: inline-block;
	border:1px solid #e0e0e0;
}
.shopping-card .title,.productDetails-card-body .title{
	color:#202124;
	font-weight:400;
	font-size: 1.2rem;
	text-decoration:none;
	padding:10px 10px 5px 10px;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.productDetails-card-body .title{
	font-size: 1.4rem;
	color: #70757a;
	font-weight: 500;
	overflow: hidden;
	-webkit-line-clamp: 2;
	padding: 0px 60px 20px 0px;
}
.shopping-card .product-info .price,.productDetails-card-body .price{
	font-size: 1.2rem;
	line-height: 1.2;
	font-weight: 700;
	padding: 0px 0 3px;
	color: #202124;
}
.productDetails-card-body .price{font-size: 1.5rem;margin-bottom:6px}
.shopping-card .product-info .site,.productDetails-card-body .product-info .site,.productDetails-card-body a.view-detail-link{
	font-size: 1rem;
	line-height: 1.2;
	font-weight: 400;
	padding: 3px 0 3px;
	color:#1a73e8;
}
.productDetails-card-body a.view-detail-link{display: block; margin: 15px 0}
.productDetails-card-body a.view-detail-link:hover{text-decoration: underline;}
.slider-container .slider { position:relative;}
.slider-container .slider  li {
	position:relative;
	width:100%;
	height: 400px !important;
}
.slider-container .slider li img {
	width:100%;
	height:100%;
	object-fit:cover;
	object-position:center;
}
.color-gray{color: #70757a}
.shopping-card .product-info .site:hover{
	text-decoration:underline;
}
.shopping-card .product-info .delivery{
	font-size: 1rem;
	line-height: 1.2;
	font-weight: 400;
	color:#70757a;
}
.shopping-filter{
	padding: 0rem 1rem 1rem 1rem;
}
.order1{order:1;}
.order2{order:2;}
.shopping-filter aside{
	padding:0.5rem;
	background: #fff;
	border: 1px solid #e0e0e0;
	margin-bottom: 1rem;
}
.shopping-filter .title{
	color:#202124;
	font-weight:600;
	padding:0px 5px 5px 5px;    
}
.shopping-filter .rating{
	margin-bottom:0.5rem;
}
.shopping-filter .rating i{
	display:inline-block;
	vertical-align:middle;
	padding-right:3px;
}
.shopping-filter .sale-icon{
	background:url("../img/sale.svg") no-repeat center;
	width:20px;
	height:24px;
	display:inline-block;
	vertical-align:middle;
	margin-right: 7px;
}
.shopping-filter input[type="checkbox"] {
	vertical-align:text-top;   
}
.shopping-filter input[type="radio"] {
	vertical-align: text-bottom;
}
.rating .one-star{
	background:url("../img/googleserp/rating/star-1.svg") no-repeat center;
	width:85px;
	height:20px;
}
.shopping-filter .rating .two-star{
	background:url("../img/googleserp/rating/star-2.svg") no-repeat center;
	width:85px;
	height:20px;
}
.shopping-filter .rating .three-star{
	background:url("../img/googleserp/rating/star-3.svg") no-repeat center;
	width:85px;
	height:20px;
}
.shopping-filter .rating .four-star{
	background:url("../img/googleserp/rating/star-4.svg") no-repeat center;
	width:85px;
	height:20px;
}
.shopping-filter .rating .five-star{
	background:url("../img/googleserp/rating/star-5.svg") no-repeat center;
	width:85px;
	height:20px;
}
a.active-a{
	border:1px solid #ff4545;
	display:block;
}
/*** pagination ***/
.pagination {
	display: flex;
	justify-content: center;
}
.pagination a {
	color:#1c5b45;
	float: left;
	font-weight: 500;
	font-size: 1.2rem;
	padding: 8px;
	text-decoration: none;
}
.pagination a.active {
	color:#f7bc03;
}
/*** images ***/
.img-section{
	display:flex;
	gap:0px;
	flex-wrap: wrap;
	width:100%;
	flex-direction:row;
}
.img-card{
	flex-basis:25%;
	padding:0.5rem;
}
.img-card img{
	max-width:100%;
	height:220px;
	object-fit: cover;
	border-radius:0.5rem;
	margin-bottom: 0.5rem;
}
.img-section .img-info{
	position: relative;
	gap: 7px;
	padding-top: 0rem;
	padding-bottom: 0rem;
}
.img-section .img-info .site-icon {
	width:15px;
	height:15px;
	display:inline-block;
	background-color: #fff;
	margin-bottom: 0px;
}
.img-section .img-info .site-url{
	font-size:0.75rem;
	font-weight: 400;
	color: #43474c;
	padding-left:5px;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp:1;
}
.site-url:after{
	background:none;
}
.img-section .img-info .img-title{
	font-size:1.05rem;
	font-weight:400;
	color:#1D1C1C;
	padding:0px 6px 0px 0px;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp:1;
}
/*** related-results ***/
.text-center{text-align:center;}
.related-results{
	display:flex;
	align-items:center;
	flex-wrap:wrap;
	gap:10px;
	padding: 0px 20px 0px 20px;
}
.related-results a{
	width: 100%;
	color:#000;
	text-decoration:none;
}
.related-results .listing{
	display: flex;
	border: 1px solid #d7d7e0;
	border-radius: 5px;
	padding: 0.7rem;
	width: 100%;
	align-items: center;
	justify-content: space-around;
} 
.related-results .listing img, .related-results .listing svg{
	width:60px;
	height:60px;
	object-fit:cover;
}
.related-results .listing .title{
	font-size:0.95rem;
	font-weight:500;
	color:#000;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp:1;
}
.related-results .listing .desc{
	font-size:0.85rem;
	font-weight:500;
	color:#43474c;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp:1;   
}
.related-results .listing div {
	flex-grow: 0;
	flex-shrink: 0;
	flex-basis:20%;
}
.related-results .listing div:nth-of-type(2) {
	flex-basis:75%;
}
/*** video ***/
.serp-container .video-img {
	float: left;
	padding: 0px 10px 0px 10px;
}
.serp-container .video-img img {
	display: inline-block;
	vertical-align: middle;
	object-fit: scale-down;
	border: 1px solid #f6f2f2;
	max-width: 140px;
	max-height: 80px;
	border-radius: 10px;
}
.filter-clear-block{display: none;}

/*** responsive ***/
@media only screen and (max-width:1400px){
	.search-box-wrapper input{ width: 450px;}
}
@media only screen and (max-width:1280px){
	.top-header .form-section{flex-basis: 80%}
	.header-nav-list { width: 80%;}
}
@media only screen and (max-width:1140px){
	.top-header .form-section{flex-basis: 95%}
	.header-nav-list { width: 90%;padding-left: 18%}
}
@media only screen and (max-width:992px){
	.top-header .form-section{flex-basis: 100%}
	.search-box-wrapper input {width: 350px;}
	.search-button-block button{padding:0 7px}
	.search-button-block button img{width: 20px;height: 20px}
	.header-nav-list,.header-nav-list ul{width: 100%}
}
@media(min-width:768px) and (max-width:991px){
	.shopping-section{flex-direction:row;}
	.shopping-card {flex-basis: 48%;}
	.product-info span{width: 60%}
	.close-tab{right: 0;width: 25px;height:25px}
	.col-75{width:80%}
	.results-info .col-75{width:70%;}
	.results-info .col-20{width:30%;}
	.shopping-card .shopping-card-body {height: auto;}
	.sortby .mr-127{margin-right:0px}
}
@media (min-width:992px) and (max-width:1365px){
	.shopping-section{flex-direction:row;}
/*.shopping-card {flex-basis: 31%;}*/
.col-75{width:80%}
.results-info .col-75{width:70%;}
.results-info .col-20{width:30%;}
.shopping-card .shopping-card-body {height: auto;}   
.sortby .mr-127{margin-right:0px}
}
@media only screen and (max-width:767px){
	.col-80{width: 100%}
	.col-75{width: 100%}
	.col-40{width: 100%}
	.col-20{width: 100%}
	.sortby .col-75{width:75%;}
	.sortby .col-20{width:25%;}
	.results-info .col-75{width:40%;}
	.results-info .col-20{width:60%;}
	.sortby .mr-127{margin-right:0px}
	header{padding-top: 15px}
	.order1{order:2;}
	.order2{order:1;}
	.fl-right.mr-127,.location-filter{display: none;}
	.filter-blocks{
		position: fixed;
		width: 0;
		height: 100%;
		top: 0;
		right:-20%;
		background: #fff;
		z-index: 99999;
		overflow-x: hidden;
		padding: 20px;
		transition: .5s;
	}
	.filter-blocks.filter-blocks-show{width: 100%;right: 0}
	.filter-search-result-section,.filter-clear-block{display: block;}
	.filter-search-result-section .search-result-list .filter-menu-button img{width: 25px !important;vertical-align: middle;}
	.filter-section.mart-180{margin-top: 0}
	.search-more-result-section,.filter-search-result-section{margin-top: 150px;padding:20px 10px}
	.shopping-filter {padding: 0rem 0rem 1rem 0rem;}
	.filter-clear-block .title{font-weight: 600;}
	.shopping-filter aside{border-bottom: 1px solid #e0e0e0;}
	.search-button-block button,.search-button-block button#input-cross.input-padding-class {padding:0 5px}
	.search-box-wrapper input {width: 320px;}
	.top-header .form-section{display: block;}
	.top-header .form-section .search-box-form{width: 100%;margin-top: 10px}
	.top-header .form-section .logo-img img,.col-60{width: 100%}
	.header-nav-list{padding-left: 0px;}
	.search-more-result-section{margin-top: 180px}
	.search-button-block button,.search-button-block button#input-cross.input-padding-class {padding:0 5px}
	.header-nav-list ul li a{font-size: 0.9rem}
	.search-button-block button img{width: 15px;height: 15px;}
	.img-section{flex-wrap:wrap;}
	.img-card {flex-basis: 50%;}
	.videos-results .site-info{display:none}
	.shopping-section{gap:7px; margin-bottom:0.6rem;}
	.shopping-card .product-info .price, .productDetails-card-body .price{font-size:1rem;}
	.shopping-card .product-info .site, .productDetails-card-body .product-info .site, .productDetails-card-body a.view-detail-link, .shopping-card .product-info .delivery
	{font-size: 0.95rem;}
	.shopping-card {flex-basis:47%;} 
	.shopping-card .title, .productDetails-card-body .title{
		color: #202124;
		font-weight: 400;
		font-size: 1rem;
		text-decoration: none;
		padding: 4px 7px 5px 6px;
	}  
	.filter-section.mart-180{margin-top: 0}
	.product-rating span {font-size:12px;}
	.product-rating .star, .product-rating .fa, .product-rating i{font-size:12px;padding-right:1px !important;}
	.productDetails-tab .tab{
		padding: 20px;
		padding-top: 50px;
		background: #fff;
		position:fixed;
		width: 100%;
		height: 100%;
		top:0%;
		left:0%;
		z-index: 99999;
		box-shadow: 1px 1px 10px rgba(0, 0, 0,0.15);
	}
	.productDetails-tab .close-tab{z-index: 99999;top: 1%}
	a.active-a{border-color: initial;}
	.product-info span{width: 90%}
	.productDetails-card-body .title{    -webkit-line-clamp: 2;}
	.productDetails-card-body{padding:15px 0}
	.productDetails-table{overflow-x:auto;overflow:auto}
	.productDetails-card-body .title{padding: 0px 60px 20px 0px;}
	.slider-container img {height:auto}
}
@media only screen and (max-width:540px){
	.search-box-wrapper input {  width: 300px; }
	.header-nav-list ul li, .search-result-list .item a{padding: 15px 5px 10px;}
	.header-nav-list ul li a{font-size: 0.9rem}
	.header-nav-list ul li, .search-result-list .item a{padding: 5px;}
	.search-result-list .item a{font-size: 0.85rem}  
	.search-button-block button img{width: 15px;height: 15px;}
	.header-nav-list ul{overflow-x: scroll;white-space: nowrap;padding-left: 0;margin: 0}
	.search-box-wrapper input{font-size: 15px}
	.search-box-wrapper{padding: 5px 10px}
	.search-button-block button,.search-button-block button#input-cross.input-padding-class {padding:0 3px}
	.img-section{flex-wrap:wrap;}
	.img-card {flex-basis: 50%;}
	.videos-results .site-info{display:none}
	.slider-container .slider li{height: 300px !important}
}
@media only screen and (max-width:480px){
	header{padding: 15px; padding-bottom: 0px}
	.search-box-wrapper input {  width: 250px;height:35px }
	.search-box-wrapper{height: 45px;margin-bottom: 10px;}
}
@media only screen and (max-width:400px){
	.search-box-wrapper input {  width: 170px; }
	.top-header .form-section .logo-img{width: 30%;}
	.img-section{flex-wrap:wrap;}
	.img-card {flex-basis: 50%;}
	.videos-results .site-info{display:none}
	.slider-container .slider li {height: 200px !important;}
}
.product-rating{padding:0px 10px 0px 10px;}
.product-rating .star, .product-rating .fa, .product-rating i{
	color:#f4a015;
	display:inline-block;
	padding-right: 2px;
}
.product-rating span{
	color:#202124 !important;
}   

@media only screen and (max-width:992px){
	.serp-container  .rs-img img {height:auto;}
}
.chat-section{
	width: 100%;
	height: 400px;
	overflow-y:auto;
	padding:20px 0 0;
	background-color: #fff;
	position: relative;
}
#chat-box-block{
	width: 100%;
	padding:0 10px;
	margin-bottom: 10px;
}
#chat-box-block::-webkit-scrollbar,.chat-details-block::-webkit-scrollbar{
	width: 0.5rem;
}
.input-box-block{
	width: 100%;
	position:sticky;
	bottom: 0;
	left: 0%;
	right: 0;
	z-index: 999;
	background:#fff;
	padding:5px 0px;
}
.input-box-block small{font-size: 0.75rem;padding-left: 20px}
/*#chat-box-block:-webkit-scrollbar-thumb {
	width: 5px;
    background-color: #f5f5f5;
}
#chat-box-block:-webkit-scrollbar-track {
	width: 5px;
    background-color: #f5f5f5;
}*/
#chat-box-block::-webkit-scrollbar,#chat-box-block::-webkit-scrollbar-thumb,
.chat-details-block::-webkit-scrollbar,.chat-details-block::-webkit-scrollbar-thumb {
  overflow:visible;
  border-radius: 4px;
}

#chat-box-block::-webkit-scrollbar-thumb,.chat-details-block::-webkit-scrollbar-thumb {
  background: rgba(0,0,0,.2); 
}
#chat-box-block .msg-chat-box{
	position: relative;
	width: auto;
	padding: 1rem;
	margin: .5rem;
	box-shadow: 1px 1px 10px rgb(0, 0, 0, 0.04);
}
#chat-box-block .left-chat-box{
	float: left;
	background:var(--bg-1);
	border-radius: 24px 24px 24px 0px;
	margin-left: 0;
}
.websearch-option .border-top{
	width: 100%;
	height: 1px;
	background:#e5e7eb;
	margin: 10px 0;
}
.websearch-option button{
	background: transparent;
	border:0;
}
.websearch-option button a{font-weight: bold;}
#chat-box-block .right-chat-box{
	float: right;
	width: auto;
	background:#ededed;
	border-radius: 24px 24px 0px 24px;
	margin-right: 0;
}
#chat-box-block .msg-chat-box p{margin-bottom: 0;}
#chat-box-block .right-chat-box p{color: #000;}
#chat-box-block .msg-chat-box:nth-child(1){ margin-top: 0; }
.chat-input-box{
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color:#fff;
  	box-shadow: 1px 1px 10px rgb(0, 0, 0, 0.1);
  	padding: 0.75rem;
  	margin:10px auto 0;
  	border-radius: 32px;
  	width: 95%;
}
.chat-input-box .input-box-field{
	width: 85%;
	background: transparent;
	border: 0;
}
.chat-input-box .input-box-field:focus{
    border-color: 1px solid #ddd;
    box-shadow: none;
    outline: 0 none;
}
.chat-input-box .submit-chat-button{
	width: 10%;
	background: transparent;
	border: 0;
}
.chat-input-box .submit-chat-button i{
	color:#acacb2;
	font-size: 1.4rem;
}
.chat-input-box .input-box-field:focus + .submit-chat-button i{color:var(--color-first);}
.chat-list-buttons-block{
	display: flex;
	flex-wrap: wrap;
}
.chat-list-buttons-block .chat-list-button{
	background:#c7e2c1;
	padding: 6px 10px;
	color: #000;
	margin: 5px;
	font-size: 0.9rem;
	border: 0;
	border-radius:9999px;
	text-align: left;
}
.chat-list-buttons-block .chat-list-button,.chat-list-buttons-block .chat-list-button a{
	color: #000;font-size: 0.9rem;font-weight: 500;
}
@media only screen and (max-width:1200px){
	.chat-section{ width: 70%; }
	#chat-box-block{height: 200px}
	.chat-list-buttons-block .chat-list-button{font-size: 0.8rem}
}
@media only screen and (max-width:768px){
	.chat-section{ width: 95%; right: 2.5%;left: 2.5%;padding:10px 15px;}
	.chat-input-box{padding:0.5rem}
}
.chat-details-block{
	max-height: 600px;
	overflow-y: scroll;
}
.chat-accordion-block,.chat-keyword-block:active,.chat-keyword-block:focus{background: var(--bg-1);}
.newDeleteChat,.chat-keyword-block{padding:10px 20px;}
.newDeleteChat{padding-top: 20px}
.chat-history-block{background: var(--bg-1);padding:0px}
.delete-chat-button,.chat-keyword-block button.btn{background: transparent;border-radius: 9999px}
.newDeleteChat .btn.delete-chat-button:hover{background: #bcbcbc;color: #fff;}
.newDeleteChat .btn.delete-chat-button:hover i{color: #fff}
.chat-accordion-block .accordion{border: 0;box-shadow: none;}
.chat-accordion-block .accordion-item{background: transparent;border: 0}
.chat-accordion-block .accordion-button{padding:10px 0;font-size: 1rem;background: transparent;}
.chat-history-block small{font-size: 0.9rem;}
.chat-keyword-block:hover{background: #efefef;cursor: pointer;}
.chat-keyword-block:hover button.btn{background:var(--bg-1);}
.chat-keyword-block:hover button.btn i{color: var(--color-first);}
.button.btn-first.delete-modal-button{background: #dc3545;}