
:root {
	--star-size: 20px;
	--star-color: #777;
	--star-background: #F37228;
	--main-color: #F37228;
}

body 
{
	font-family: 'Poppins', sans-serif;
	background:#fafafa;
	font-size: 14px;
}

a:hover 
{
	text-decoration:none;
}

.header 
{
	padding-top:10px;
	padding-bottom:10px;
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	background:#fff;
	z-index:2000;
	box-shadow:0px 0px 5px #aaa;
}

img.logo-img 
{
	height: 45px;
    margin-top: 5px;
}

.header-search 
{
	position: relative;
	margin-top:5px;
}

.header-search input 
{
	width:100%;
	padding:10px 2px;
	border-radius:5px;
	border:solid 1px #eee;
	padding-left:30px;
	font-size:14px;
}

.header-search h2 
{
	color:var(--main-color);
	font-size:14px;
	float:left;
	margin-top:5px;
	margin-right:15px;
}

.banner 
{
	background:#0694C9;
	min-height:458px;
	margin-top:72px;
	padding-top:20px;
	padding-bottom:10px;
}

.slider-image 
{
	position: absolute;
    top: -20px;
    /* width: 100%; */
    /* width: 864px; */
    margin-left: 258px;
}

.slider-image img 
{
	width: 100%;
    /* height: 365px; */
    height: 401px;
	/* object-fit:cover;
	object-postion:cover; */
	border-top-right-radius:20px;
	border-bottom-right-radius:20px;
	margin-top:20px;
}

.magic-shadow 
{
    box-shadow:0px 0px 5px #ddd;
    transition:linear 0.2s box-shadow;
}

.mobile-slide 
{
	display:none;
}

.mega-menu 
{
	position:absolute;
	/* top:0px; */
	z-index:1000;
}

.div-title 
{
	margin-top:15px;
}
.div-title .title{
	margin-left: -10px;
}
.div-title h1, .div-title .title
{
	font-weight:600;
	font-size:20px;
	text-transform:capitalize;
}

.div-title a 
{
	font-weight:600;
	font-size:14px;
	color:#777;
}

.deals-group
{
	background:#ebebeb;
	margin-top:30px;
	border-radius:10px;
	padding:15px;
	padding-top:0px;
}

img.deal-img-big 
{
	width:100%;
	height:230px;
	object-fit:cover;
	object-postion:cover;
	margin-top:15px;
	background:#fff;
	border-radius:5px;
}

img.deal-img-small
{
	width:100%;
	height:107.5px;
	object-fit:cover;
	object-postion:cover;
	margin-top:15px;
	background:#fff;
	border-radius:5px;
}

.deals-details 
{
	text-align:center;
	margin-top:10px;
}

.deals-details h1 
{
	font-size:16px;
	font-weight:600;
}

.deals-details h2 
{
	font-size:24px;
	font-weight:800;
	color:var(--main-color);
	font-family: 'Poppins', sans-serif;
}

.top-deals 
{
	padding-top:50px;
	padding-bottom:50px;
}

.single-product 
{
	margin-top:30px;
	border:solid 1px #ebebeb;
	padding:15px;
	border-radius:15px;
    transition:linear 0.1s box-shadow;
    background:#fff;
}

.single-product:hover 
{
    box-shadow:0px 0px 7px #ddd;
    transition:linear 0.2s box-shadow;
}

.prd-img-div 
{
	background:#fff;
	border-radius:10px;
}

.single-prd-rate 
{
    color:#777;
    font-size:12px;
    letter-spacing:1.5px;
}

/* .rate-gold 
{
    color:var(--main-color);
} */
.rating-stars {
	--percent: calc(var(--rating) / 5 * 100%);
	
	display: inline-block;
	font-size: var(--star-size);
	font-family: Times;
	line-height: 1;
}
.rating-stars::before {
	content: '★★★★★';
	letter-spacing: 3px;
	background: linear-gradient(90deg, var(--star-background) var(--percent), var(--star-color) var(--percent));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;

  }
img.single-prd-img
{
	width:100%;
	height:auto;
	object-fit:cover;
	object-postion:cover;
	transition:linear 0.1s transform;
	border-radius:5px;
}

img.single-prd-img:hover 
{
	transform:scale(1.05);
	border-radius:10px;
	transition:linear 0.2s transform;
}

span.prd-price 
{
	font-family: 'Poppins', sans-serif;
	font-size:16px;
	color:#111;
	margin-top:20px;
	font-weight:600;
	display: block;
}

span.prd-name 
{
	font-family: 'Poppins', sans-serif;
	font-size:14px;
	color:#666;
	font-weight:400;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2; /* number of lines to show */
	-webkit-box-orient: vertical;
	line-height:24px;
	margin-top:15px;
	letter-spacing:0.2px;
	min-height:50px;
}

.cut-percent 
{
	background:var(--main-color);
	border-radius:5px;
	padding:5px;
	position:absolute;
	top:45px;
	left:30px;
	color:#fff;
	font-size:13px;
	text-transform:uppercase;
	font-family:'Poppins',sans-serif;
}



.cut-percent h3 
{
	font-size:14px;
	padding:3px;
	margin:0px;
}

.wish-heart 
{
	position:absolute;
	top:30px;
	right:15px;
	background:#ebebeb;
	border-radius:15px;
}

.wish-btn
{
	background:#ebebeb;
	border:none;
	padding:5px;
	padding:10px 15px;
	border-radius:15px;
	font-weight:800;
	font-size:18px;
}

.heart-blank 
{
	color:#aaa;
}

.heart-blank:hover 
{
	color:var(--main-color);
	transition:linear 0.2s color;
}

.heart-full 
{
	color:var(--main-color);
}

.heart-full:hover 
{
	color:#aaa;
	transition:linear 0.2s color;
}

.best-prices
{
	background:var(--main-color);
	color:#fff;
	text-align:center;
	margin-top:30px;
	border-radius:10px;
	padding:15px 45px;
}

.best-prices a 
{
	color:#fff;
}

.best-prices h1 
{
	font-family: 'Poppins', sans-serif;
	font-size:24px;
	color:#fff;
	margin-top:10px;
	font-weight:800;
}

.div-section 
{
	padding-top:20px;
	padding-bottom:20px;
}

.hide-desktop 
{
	display:none;
}

.category-single 
{
	border-radius: 15px;
	text-align: center;
	padding: 15px;
	margin-top: 15px;
	border: 1px solid rgba(0,0,0,.125);
}

.category-single img 
{
	width:100px;
	border-radius:7px;
}

.category-single h2 
{
	font-size:14px;
	font-weight:500;
	color:#222;
	margin-top:15px;
	overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 1; /* number of lines to show */
           line-clamp: 1; 
   -webkit-box-orient: vertical;
}

font.cut-prd-price 
{
	text-decoration:line-through;
	color:#999;
	font-weight:400;
	font-size:13px;
	display:inline-block;
	margin-left:10px;
}

.os-family 
{
	
}

.family-join-div 
{
	background:#0694C9;
	padding:20px;
	border-radius:15px;
	color:#fff;
	padding-top:50px;
	padding-bottom:55px;
}

.family-join-div h1 
{
	text-transform:uppercase;
	font-size:18px;
	font-weight:800;
}

.family-join-div h2 
{
	text-transform:uppercase;
	font-size:18px;
	margin-top:30px;
}

.family-join-div h4 
{
	font-size:14px;
	font-weight:400;
}

.family-join-div a 
{
	color:#fff;
	display:inline-block;
	text-align:center;
	width:50%;
	float:right;
	border:solid 1px #fff;
	border-radius:7px;
	margin-top:40px;
	padding:5px;
	text-transform:uppercase;
	font-weight:600;
	font-size:12px;
}

.os-family 
{
	padding-top:70px;
	padding-bottom:70px;
}

.join-brands 
{
	background:#ebebeb;
	width:100%;
	border-radius:10px;
	margin-bottom:20px;
	padding:20px;
	margin-top:10px;
}

.join-brands img 
{
	width:100%;
	height:55px;
}

.footer 
{
	background:#ebebeb;
	padding-top:30px;
	margin-top:15px;
}

.search-stick 
{
	position:absolute;
	top:10px;
	right:15px;
}

.single-quality 
{
	text-align:center;
	font-size:14px;
	line-height:24px;
}

.single-quality h2
{
	font-size:16px;
	font-weight:600;
	font-size:16px;
	margin-bottom:15px;
}

.single-quality h4 
{
	margin-top:30px;
	font-size:32px;
}

.best-quality 
{
	padding-bottom:30px;
}

.footer-links 
{
	padding-top:40px;
	padding-bottom:70px;
	background:#0694C9;
}

.footer-links h5 
{
	color:#fff;
}

.footer-links p 
{
	color:#fff;
}

.single-footer 
{
	margin-top:15px;
}

.menu-single 
{
	margin-top:10px;
}

.menu-single h1 
{
	text-transform:capitalize;
	font-weight:600;
	font-size:18px;
	color:#fff;
}

.menu-single ul 
{
	list-style-type:none;
	margin:0px;
	padding:0px;
}

.menu-single ul li a 
{
	color:#222;
	padding-top:5px;
	display:block;
	color:#fff;
	font-weight:400;
	font-size:14px;
}

.menu-single p 
{
	margin-top:15px;
	font-size:14px;
}

.seo-note 
{
	padding-top:20px;
	padding-bottom:20px;
	font-size:15px;
	line-height:28px;
}

.seo-note h1 
{
	font-size:18px;
	text-transform:capitalize;
	font-weight:600;
	margin-bottom:30px;
}

.seo-note p 
{
    font-size:14px;
}

h2.seo-title 
{
    font-size:17px;
    text-transform:capitalize;
}

.footer-credit 
{
	background:#0694C9;
	padding-top:20px;
	padding-bottom:20px;
	text-align:center;
	color:#fff;
	line-height:26px;
	font-size:14px;
}

.footer-credit a 
{
	color:#fff;
	font-weight:600;
	text-transform:uppercase;
	letter-spacing:1px;
    transform:scale(1);
    transition:linear 0.1s transform;
}

.footer-credit a:hover 
{
    transform:scale(1.1);
    transition:linear 0.2s transform;
}

.footer-credit img
{
    width:18px;
    height:15px;
    margin-right:5px;
    margin-top:-2px;
}

.page-menu
{
	margin-top:50px;
	background:#ebebeb;
	padding-top:30px;
}

.navbar-brand 
{
	display:none;
}

.single-page-menu li a 
{
	color:#777;
	font-size:15px;
}

.all-cat-btn
{
	background:none;
	width:100%;
	display:inline-block;
	margin-top:10px;
	font-weight:600;
	color:#222;
	background:none;
	border:none;
	text-align:left;
}

.bread-crumbs 
{
	padding:15px;
	font-weight:400;
	color:#888;
}

.bread-crumbs a 
{
	color:#888;
	margin-left:10px;
}

.prd-div-image 
{
	margin-top:20px;
}

.prd-brand-share 
{
	margin-top:30px;
}

.prd-brand-share h2 
{
	font-size:14px;
	text-transform:uppercase;
	color:#aaa;
}

/*---- Share Button --*/
.prd-main-desc button 
{
	background:none;
	border:none;
}

.prd-main-name 
{
	font-size:22px;
	margin-top:15px;
	line-height:30px;
	margin-bottom:15px;
}

a.seller-store-link 
{
	color:var(--main-color);
	font-size:13px;
}

.prd-review-short 
{
	margin-top:10px;
	color:#888;
}

.review-star
{
	background:#169BCD;
	color:#fff;
	padding:5px 7px;
	border-radius:10px;
	text-align:center;
	font-size:14px;
}

.price-div 
{
	padding-top:15px;
	padding-bottom:15px;
	border-top:solid 1px #eee;
}

h2.prd-main-price
{
	font-size:28px;
	font-weight:600;
	display:inline-block;
}

h3.prd-main-cut 
{
	font-size:15px;
	display:inline-block;
	color:#999;
	text-decoration:line-through;
	margin-top:0px;
	margin-left:15px;
}

h4.prd-main-status 
{
	color:var(--main-color);
	font-weight:600;
	font-size:15px;
	display:inline-block;
}

.prd-qty-div 
{
    border-top:solid 1px #eee;
    padding:20px 0px;
}

.seshra-option-box 
{
    border-top:solid 1px #eee;
    padding-bottom:15px;
}

.seshra-option-box ul {
  list-style-type: none;
  margin:0px;
  margin-top:15px;
  padding:0px;
}

.seshra-option-box li {
  display: inline-block;
  margin-right:10px;
  margin-bottom:10px;
  float: left;
}

.seshra-option-box input[type="radio"][id^="seshra-color"], .seshra-option-box input[type="radio"][id^="seshra-attribute"] {
  display: none;
}

.seshra-option-box label {
  border: 1px solid #fff;
  padding: 0px;
  display: block;
  position: relative;
  cursor: pointer;
  margin-bottom:0px;
  padding: 5px;
  border-radius:10px;
  background:#ebebeb;
  font-weight:600;
  color:#777;
}

.seshra-option-box label:before {
  background-color: white;
  color: white;
  display: block;
  border-radius: 50%;
  border: 1px solid grey;
  position: absolute;
  top: -5px;
  left: -5px;
  text-align: center;
  line-height: 28px;
  transition-duration: 0.4s;
  transform: scale(0);
}

.seshra-option-box label img {
  height: 40px;
  width: 40px;
  transition-duration: 0.2s;
  object-fit:cover;
  object-position:cover;
  border-radius: 5px;
}

.seshra-option-box :checked + label {
  border:solid 2px var(--main-color);
}

.seshra-option-box :checked + label:before {
  background-color: var(--main-color);
  transform: scale(1);
  border:solid 1px var(--main-color);
}

.seshra-option-box h2
{
	color:#777;
	font-size:16px;
	margin-top:15px;
	margin-bottom:15px;
	font-weight:600;
	text-transform:capitalize;
}

.prd-main-offer 
{
	border-top:solid 1px #eee;
	margin-top:30px;
	padding-top:25px;
}

.prd-main-offer h1 
{
	font-size:22px;
	font-weight:600;
	margin-bottom:20px;
}

.prd-offer-single 
{
	margin-top:5px;
	display:block;
}

.font-orange 
{
	color:var(--main-color);
	margin-right:10px;
}

.prd-offer-single a 
{
	color:var(--main-color);
	font-weight:600;
	margin-left:10px;
}

.prd-main-desc 
{
	margin-top:30px;
	padding-top:20px;
}

a.brand-name 
{
    color:#0092C8;
}

a.review-link-href
{
    display:block;
    margin-top:5px;
    padding-top:10px;
    color:#444;
    font-size:14px;
}
.review-stat{
    border-top:solid 1px #eee;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active
{
	border:none;
	border-bottom:solid 2px var(--main-color);
	font-weight:600;
}

.prd-main-desc ul 
{
	border:none;
}

.prd-main-desc ul li a 
{
	color:#666;
}

.prd-main-desc ul li a:hover 
{
	border:none;
	border-bottom:solid 2px var(--main-color);
}

.desc-tab 
{
	padding-top:15px;
	line-height:30px;
}

.side-bar-div  
{
	background:#ebebeb;
	border-radius:15px;
	margin-top:20px;
	padding:15px;
	padding-bottom:15px;
	padding-top:30px;
	font-size:14px;
	line-height:28px;
}

h1.sidebar-title 
{
	font-size:17px;
	font-weight:600;
	border-bottom:solid 1px #ccc;
	padding-bottom:10px;
	margin-top:5px;
}

a.edit-location 
{
	color:var(--main-color);
	text-transform:uppercase;
	font-weight:800;
	float:right;
	font-size:13px;
}

h2.side-subtitle 
{
	display:inline-block;
	font-size:15px;
	font-weight:600;
	color:#333;
}

.side-bar-div  p 
{
	color:#333;
}

.side-bar-div 
{
	margin-top:15px;
	padding-top:10px;
}

font.deliver-price 
{
	font-weight:600;
	color:var(--main-color);
	float:right;
}

font.green-font
{
	color:#008000 !important;
}

.buying-div button 
{
	width:100%;
	border:none;
	border-radius:7px;
	padding:10px 5px;
	margin-top:30px;
	text-transform:uppercase;
	font-weight:600;
	color:#fff;
	font-size:12px;
}

.buying-div button:disabled{
	background:#777;
	cursor: not-allowed; 
}

.buying-div-small button 
{
	width:100%;
	border:none;
	border-radius:7px;
	padding:7px;
	margin-top:10px;
	text-transform:uppercase;
	font-weight:600;
	color:#fff;
	font-size:14px;
}

.list-price-div 
{
	text-align:right;
}

.add-cart 
{
	background:#169BCD;
}

.buy-now 
{
	background:var(--main-color);
}

.get-emi 
{
	background:#fc9003;
}

.filter-div 
{
	background:#ebebeb;
	border-radius:15px;
	padding:25px;
	/* margin-top:30px; */
}

.filter-div h1 
{
	font-size:20px;
	font-weight:600;
	text-transform:uppercase;
	margin:0px;
	padding:0px;
}

.filter-div h2 
{
	font-size:18px;
	font-weight:600;
	display:block;
	border-top:solid 1px #ddd;
	padding-top:10px;
	margin-top:20px;
}

.cat-main-grid 
{
	/* margin-top:30px; */
}

img.cat-cover-img 
{
	width:100%;
	object-fit:cover;
	object-postion:cover;
}

.cat-grid-name 
{
	/* margin-top:15px; */
}

.cat-grid-name h2 
{
	font-size:20px;
	font-weight:600;
	display:inline-block;
}

.cat-price-range 
{
	margin-top:10px;
}

.cat-price-range h2 
{
	font-size:20px;
	font-weight:600;
	display:inline-block;
	border-right:solid 1px #222;
	display:block;
}

.cat-price-range input 
{
	display:block;
	width:100%;
	border:solid 1px #ddd;
	padding-left:10px;
	border-radius:5px;
}

.btn-price-apply 
{
	background: var(--main-color);
    color: #fff;
    border-radius: 5px;
    border: none;
    padding: 3px 6px;
    font-weight: 400;
    font-size: 14px;
}

.cat-sort-div 
{
	display:block;
	border-top:solid 1px #ddd;
	border-bottom:solid 1px #ddd;
	margin-top:20px;
	padding-top:10px;
	padding-bottom:10px;
}

.cat-sort-div h2 
{
	font-size:20px;
	font-weight:600;
	display:inline-block;
}

.cat-sort-div a 
{
	color:#777;
	margin-left:15px;
}

a.sort-select 
{
	color:var(--main-color);
	font-weight:600;
}

.prd-page-nav 
{
	background:#ebebeb;
	border-radius:10px;
	padding:15px;
	margin-top:40px;
}

.prd-page-nav h2 
{
	font-size:16px;
	margin-top:10px;
}

ul.pagination 
{
	margin-bottom:0px;
}

.drop-opt-grid 
{
	width:100%;
	padding:5px;
	border:solid 1px #bbb;
	border-radius:5px;
}

.prd-list-single 
{
	padding:20px;
	margin-top:30px;
	background:#ebebeb;
	border-radius:15px;
}

.prd-list-single h1 
{
	font-size:22px;
	font-weight:600;
}

.prd-list-single p 
{
	margin-top:15px;
}

.list-price-div 
{
	margin-top:10px;
	padding-top:0px;
}

.list-price-div h1 
{
	margin-top:5px;
	padding-top:0px;
}

.cart-head 
{
	background:#ebebeb;
	padding:20px;
	border-radius:15px;
	margin-top:30px;
}

.cart-head h1 
{
	font-size:18px;
	font-weight:600;
}

.cart-item-single
{
	background:#ebebeb;
	padding:20px;
	border-radius:15px;
	margin-top:20px;
}

.cart-item-single img 
{
	background:#fff;
	border-radius:5px;
	width:100%;
	padding:10px;
}

.cart-item-single h1 
{
	font-size:14px;
	font-weight:500;
	margin-top:10px;
}

.cart-item-single h2 
{
	color:var(--main-color);
	font-size:16px;
	font-weight:600;
	display:inline-block;
	float:left;
}

.cart-item-single h3 
{
	color:#777;
	font-size:16px;
	text-decoration:line-through;
	margin-top:5px;
	margin-left:10px;
	display:inline-block;
}

.cart-icons-small 
{
	text-align:center;
}

.cart-icons-small a 
{
	color:#333;
	font-size:20px;
	margin:0px 5px;
}

.cart-number 
{
	margin-top:10px;
}

.cart-payment
{
	background:#ebebeb;
	padding:30px;
	border-radius:15px;
	margin-top:30px;
}

.cart-payment h1 
{
	font-size:18px;
	font-weight:600;
}

.cart-payment img 
{
	width:100px;
	margin-top:30px;
	margin-right:30px;
}

.order-summary 
{
	background:#ebebeb;
	border-radius:15px;
	padding:15px;
	margin-top:30px;
	font-size:14px;
}

.order-summary h1 
{
	font-size:18px;
	font-weight:600;
	margin-bottom:15px;
	margin-top:15px;
}

.order-summary h2 
{
	font-size:16px;
	font-weight:500;
	margin-bottom:15px;
	margin-top:15px;
	border-top:solid 1px #ddd;
	padding-top:8px;
}

.order-price-side 
{
	text-align:right;
	font-weight:600;
}

.order-item-single 
{
	margin-top:5px;
}

.voucher-code 
{
	margin-top:30px;
	margin-bottom:30px;
}

.voucher-code input, .voucher-code button 
{
	width:100%;
	border-radius:5px;
	padding:5px;
	border:none;
}

button.voucher-apply 
{
	background:var(--main-color);
	color:#fff;
	font-weight:600;
}

.proceed-btn 
{
	background:var(--main-color);
	color:#fff;
	font-weight:600;
	display:block;
	border-radius:5px;
	text-align:center;
	font-size:16px;
	padding:10px;
	margin-top:30px;
	width:100%;
	border:none;
}

.proceed-btn:hover{
	color: #fff;
}

.btn-main{
	background:var(--main-color);
	color:#fff;
}
.btn-main:hover{
	color:#fff;
}

.delivery-info-main 
{
	background:#ebebeb;
	border-radius:15px;
	padding:30px;
	margin-top:30px;
}

.delivery-info-main h1 
{
	font-size:20px;
	font-weight:600;
	margin-bottom:30px;
}

.delivery-info-main input 
{
	width:100%;
	margin-top:5px;
	margin-bottom:30px;
	border-radius:5px;
	border:solid 1px #ccc;
	padding:5px;
}

.drop-delivery 
{
	width:100%;
	padding:5px;
	border-radius:5px;
	margin-top:5px;
	border:solid 1px #ccc;
	margin-bottom:30px;
}

.delivery-intro 
{
	font-size:12px;
	color:#777;
	margin-bottom:20px;
}

.pay-tabs 
{
	margin-top:50px;
}

.pay-tabs ul li a 
{
	color:#444;
}

.pay-tab-content 
{
	background:#ebebeb;
	border-bottom-left-radius:15px;
	border-bottom-right-radius:15px;
	padding:30px;
}

.pay-tab-content h1 
{
	font-size:24px;
	font-weight:600;
}

.cash-on-del 
{
	text-align:center;
	padding-top:30px;
	padding-bottom:50px;
}

.cash-on-del p 
{
	max-width:500px;
	margin:15px auto;
	padding-bottom:30px;
	color:#555;
}

.cash-on-del a 
{
	background:var(--main-color);
	color:#fff;
	font-weight:600;
	padding:10px 35px;
	margin-bottom:50px;
	border-radius:5px;
}

.header-icons 
{
	text-align:center;
}

.header-icons a 
{
	color:#444;
	font-weight:600;
	font-size:14px;
	display: block;
}

.header-icons a:hover 
{
	color:var(--main-color);
}

.header-icons h2 
{
	font-size:22px;
	margin:0px;
	padding:0px;
	margin-top:5px;
}

.continue-shopping 
{
	padding-top:70px;
	padding-bottom:70px;
}

.continue-shopping h3 
{
	font-size:42px;
	color:#111;
}


.continue-shopping p 
{
	max-width:500px;
	margin:0px auto;
	margin-top:30px;
}

.continue-shopping a 
{
	background:var(--main-color);
	color:#fff;
	padding:10px 35px;
	border-radius:5px;
	display:inline-block;
	margin-top:30px;
}

.search-not-found 
{
	text-align:center;
	background:#ebebeb;
	padding:30px;
	border-radius:15px;
	margin-top:30px;
	padding-bottom:70px;
	padding-top:70px;
}

.search-not-found input 
{
	width:100%;
	margin-top:30px;
	padding:10px;
	border-radius:5px;
	border:none;
}

.login-div 
{
	margin-top:70px;
	padding:30px;
}

input.tick-input 
{
	float:left;
	display:inline-block;
	margin-top:5px;
	margin-right:10px;
}

.login-form-os 
{
	box-shadow:0px 0px 5px #aaa;
	padding:40px 30px;
	border-radius:20px;
	margin-top:10vh;
	margin-bottom:20vh;
}

.login-form-os h2 
{
	margin-bottom:30px;
	color:#1a7de2;
}

.login-form-os input
{	
	border:none;
	border-bottom:solid 1px #ccc;
	border-radius:0px;
	padding-left:0px;
	padding-bottom:10px;
	margin-top:20px;
}

.login-form-os input:focus
{	
	border:none;
	border-bottom:solid 2px #1A7DE2 !important;
	border-radius:0px;
	padding-left:0px;
	padding-bottom:10px;
	margin-top:20px;
	box-shadow:none;
	transition:linear 0.1s border;
}

.remember-pass 
{
	width:100%;
	display:inline-block;
	margin-top:15px;
}

.sign-in-os
{
	margin-top:20px;
	border-radius:30px;
	display:inline-block;
	width:100%;
	font-weight:600;
	padding:10px;
}

.btn-social-link 
{
	border-radius:50%;
	height:50px !important;
	width:50px !important;
	padding:15px;
	border:solid 1px #ddd;
	background:#fff;
	color:#222 !important;
	font-size:16px;
	margin:0px 10px;
}

.social-account 
{
	text-align:center !important;
}

button.btn-os-verify 
{
	float:right;
	display:inline-block;
	margin-top:-37px;
	background:none;
	color:#FF812C;
	font-weight:600;
}

h2.form-head 
{
	font-size:18px;
	margin:0px !important;
	padding:0px !important;
}

.select-register 
{
	border:none;
	border-bottom:solid 1px #ccc;
	border-radius:0px;
	padding-left:0px !important;
	padding-bottom:10px;
	margin-top:15px;
	width:100%;
}

.select-register option 
{
	padding:10px !important;
}

.edit-btn-side 
{
	padding:0px;
	color:var(--main-color);
	background:none;
	border:none;
	font-weight:600;
}

.modal 
{
	z-index:3000;
	/* padding-top:20vh; */
}

.drop-main-box 
{
	z-index:3000;
}


.sidebar {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 3000;
  top: 0;
  left: 0;
  background-color: rgba(200,200,200,0.8);
  overflow-x: hidden;
  transition: 0.5s;
  overflow:hidden;
  overflow-y:auto;
}

.sidebar a {
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidebar a:hover {
  color: #f1f1f1;
}

.sidebar .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

.openbtn {
  background:none;
  border:none;
  padding:5px;
}

.openbtn:hover {
  background-color: #444;
}

.hamburger-div 
{
	background:#fff;
	width:100%;
	height:100vh;
	
}

a.close-ham-burger 
{
	width:100%;
	display:inline-block;
	height:100vh;
	opacity:0;
}

.side-ham-menu ul  
{
	list-style-type:none;
	margin:0px;
	padding:0px;
	background:#fff;
}

.side-ham-menu ul li
{
	margin-left:15px;
}

.side-ham-menu ul li a 
{
	font-size:16px;
	padding:5px;
	display:inline-block;
	width:calc(100% - 30px);
}

.side-ham-menu a:hover 
{
	color:var(--main-color);
	font-weight:600;
}

img.ham-logo 
{
	width:100%;
	padding:10px;
	max-width:200px;
}

.sub-menu:before
{
	content: "+";
    width: 20px;
    height: 20px;
    float: right;
    margin: 0 6px 0 0;
	display:inline-block;
}

.side-nav-head 
{
	padding:15px;
	padding-left:20px;
	text-transform:uppercase;
	font-weight:600;
}

.ham-open-btn 
{
	display:inline-block;
	width:100%;
	margin-top:10px;
	padding-left:5px;
}

.ham-open-btn:hover 
{
	color:var(--main-color);
	background:none;
}

/*------- For Delivery date : 9/23 */

.radio-toolbar {
  margin-top:15px;
  padding-bottom:5px;
  display:inline-block;
}

.radio-toolbar input[type="radio"] {
  opacity: 0;
  position: fixed;
  width: 0;
}

.radio-toolbar label {
    display: inline-block;
    background-color: #eee;
    padding: 10px;
    font-family: sans-serif, Arial;
    font-size: 14px !important;
    border: 1px solid #ddd;
    border-radius: 7px;
	float: left;
	margin-right:15px;
	line-height:24px;
}

.radio-toolbar label:before {
    content : '✓';
	display:inline-block;
	color:#eee;
	float: left;
	min-height:50px;
	padding: 0 5px;
}

.radio-toolbar label:hover {
  background-color: #fff;
  
	cursor: pointer;
}

.radio-toolbar input[type="radio"]:focus + label {
    border: 1px solid var(--main-color);
	cursor: pointer;
}

.radio-toolbar input[type="radio"]:checked + label {
    background-color: #fff;
    border-color: var(--main-color);
}

.radio-toolbar input[type="radio"]:checked + label:before {
    background-color: #fff;
    border-color: var(--main-color);
	content : '✓';
	display:inline-block;
	float:left;
	color:var(--main-color);
	min-height:50px;
	padding: 0 5px;
}

font.radio-big-font 
{
	font-size:18px;
	font-weight:600;
	display:inline-block;
}

font.radio-font-price 
{
	color:var(--main-color);
	
}

.cart-item-single h4 
{
	font-size:16px;
	margin-bottom:10px;
	font-weight:400;
}
/*-- For Delivery date : 9/23 */

/*-- For Seller Profile : 9/27 */
.seller-main-banner
{
	border-radius:15px;
	margin-top:70px;
	padding:10px 0px;
	border: 1px solid #d3d3d3;
}

.seller-main-banner h1{
	font-size: 18px;
}

.seller-main-banner img 
{
	background:#fff;
	border-radius:7px;
	padding:5px 
}

.seller-main-banner h2 
{
	font-size:14px;
}
.shop-logo{
	background: #0694C9;
    height: 100px;
    width: 100px;
    border-radius: 25px;
	position: relative;
}
.shop-logo span{
	position: absolute;
    display: block;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    font-size: 50px;
    font-weight: 600;
    color: #fff;
}
.seshra-card-head 
{
	font-size:18px;
	padding:15px;
	font-weight:600;
	border-bottom:solid 1px #ddd;
	background:#ebebeb;
	padding-bottom:5px;
	border-top-left-radius:15px;
	border-top-right-radius:15px;
}

.seshra-card-body 
{
	padding:15px;
}

.seshra-card 
{
	border-radius:15px;
	border:solid 1px #ddd;
	margin-top:25px;
}

.seshra-prd-heading 
{
	font-size:18px;
	font-weight:600;
	color:#777;
	display:block;
	width:100%;
}

.drop-prd-qty 
{
	width:50%;
	margin-top:10px;
}

.custom-col 
{
	max-width:20%;
}

#highlight p 
{
	margin-bottom:5px;
}

h2.title 
{
    font-size:20px;
    text-transform:capitalize;
    font-weight:600;
}

.menu-single h5 
{
    font-size:16px;
    font-weight:600;
}

.product-reviews
{
    border-top:solid 1px #eee;
    margin-top:15px;
    padding-top:15px;
}

.product-reviews h2 
{
    font-size:20px;
    color:#555;
    font-weight:600;
}


.rating-wrap {
	margin-bottom: 20px;
  }
  .five-star .progress-bar,
  .four-star .progress-bar,
  .three-star .progress-bar {
	background-color: #398e3b;
  }
  .two-star .progress-bar {
	background-color: #ff9f00;
  }
  .one-star .progress-bar {
	background-color: #ff6160;
  }
  
  .rating > div {
	display: flex;
	align-items: center;
  }
  .rating > div span {
	width: 43px;
  }
  .rating > div span b {
	min-width: 10px;
	display: inline-block;
	font-weight: 400;
  }
  .rating .progress {
	width: 170px;
	margin-right: 20px;
	height: 6px;
  }
  .rating-wrap .col-md-2 span {
	width: 100%;
	display: block;
	font-size: 26px;
	margin-bottom: 8px;
  }
  .rating-wrap > div {
	position: relative;
  }
  .rating-wrap > div:not(:last-child)::before {
	position: absolute;
	content: "";
	height: 100%;
	width: 1px;
	background-color: #e3e3e3;
	right: 20px;
	top: 0;
  }
  .review-info {
	font-size: 12px;
	color:#666;
  }
  
  .review-info .col-md-6.text-right span {
	margin-left: 20px;
	color: #a4a4a4;
  }
  .review-info .col-md-6.text-right span i {
	font-size: 18px;
	margin-right: 8px;
  }
  .review-item {
	border-top: 1px solid #e3e3e3;
	padding: 20px 0;
  }
  .bg-orange {
  background-color: #ff812c;
  color: #fff;
  padding: 2px 10px;
}

/*countdown*/
.seshra-count-down {
    margin-top: -5px;
    margin-left:15px;
}
.seshra-count-down .countdown-item {
    padding:4px 10px;
    background:#EE5602;
    color:#fff;
    border-radius:10px;
    margin:0 3px;
	height: 35px;
	margin-right:10px;
}

.btn-extra{
	border: none;
	background: #E63D00;
	color: #747474;
	right: -5px;
	position: absolute;
	bottom: -3px;
	min-height: 33px;
}

.btn-auth{
	border: none;
	color: #747474;
	right: -5px;
	position: absolute;
	bottom: 0px;
	min-height: 33px;
}
.btn-auth:focus{
	box-shadow: none;
}

.jssocials-shares {
	display: inline-flex;
}
.jssocials-share{
	margin: 0 4px;
}
.bg-success {
    background-color:#0abb75 !important;
}
.bg-danger {
    background-color:#ef486a !important;
}
.bg-soft-success {
    background-color: rgba(10, 187, 117, 0.15) !important;
}
.seshra-cookie-alert.show {
    display: block;
}
.seshra-cookie-alert {
    position: fixed;
    bottom: 10vh;
    left: 20px;
    right: 20px;
    max-width: 300px;
    z-index: 1070;
    display: none;
}

.price-off 
{
    background:#ee5602;
    position:absolute;
    top:31px;
    left:6px;
    padding:5px 10px;
    color:#fff;
    border-radius:15px 0px;
    text-transform:uppercase;
    font-size:11px;
    font-weight:500;
    font-family:'Poppins', sans-serif;
}

.shop-now {
	display: block;
	background-color: #ee5602;
	cursor: pointer;
	border-radius: 5px;
	text-align: center;
	width: auto;
	padding: 3px 10px;
	color: #fff;
	font-size: 14px;
}

.mobile-search-div
{
    padding-top:100px;
}

input.mobile-search
{
    width:100%;
    padding:10px;
    border-radius:10px;
    border:solid 1px #ddd;
}

.dropper-single {
  background-color: #ebebeb;
  color: #111;
  padding: 16px;
  font-size: 15px;
  border: none;
}

/* The container <div> - needed to position the dropdown content */
.dropdown-single {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content-single {
  display: none;
  position: absolute;
  min-width: 200px;
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content-single a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.fixed-buy-div
{
    position:fixed;
    bottom:0px;
    right:15px;
    z-index:3100;
}

.fixed-buy-div button 
{
    font-size:14px;
    width:100%;
    border-radius:0px;
    padding-left:10px;
    padding-right:10px;
    padding-top:20px;
}

.mobile-head-home
{
    width:100%;
    position:fixed;
    bottom:0px;
    left:0px;
    background:#ebebeb;
    z-index:3010;
    font-size:24px;
    padding:10px;
    padding-left:20px;
    box-shadow:0px 0px 5px #555;
}

.mobile-head-home a 
{
    color:#555;
}

.mobile-cart-home 
{
    position:fixed;
    top:20px;
    right:20px;
    z-index:3000;
    font-size:24px;
}

.mobile-cart-home a 
{
    color:#555;
}

.slider-single-product
{
    border:solid 1px #ddd;
    border-radius:15px;
    padding:15px;
    background:#fff;
}

.slider-single-product img 
{
    width: calc(100vw - 60px);
}

.filter-btn-mobile
{
    position:fixed;
    top:75px;
    right:-6px;
    z-index:3000;
    font-size:12px;
	background:var(--main-color);
	color:#fff;
	padding-right:25px;
}

.modal-mobile
{
    margin-top:80px;
}

button.filter-close
{
    background::#ee5602 !important;
}

h1.title-review
{
    font-size:18px;
}

.filter-modal-body h2 
{
    font-size:18px;
    margin-top:20px;
    display:inline-block;
    width:100%;
    border-bottom:solid 1px #ddd;
    padding-bottom:10px;
}

.filter-modal-body a 
{
    display:block;
    padding-bottom:5px;
}

.pro-duct-desc h2 
{
    font-size:16px;
    font-weight:600;
    color:#777;
}

.pro-duct-desc 
{
    font-size:14px;
    line-height:24px;
    border-top:solid 1px #eee;
    padding-top:20px;
    padding-bottom:15px;
}

.pro-duct-desc p 
{
    margin-bottom:5px;
    line-height:24px;
}

.product-reviews h3 
{
    font-size:32px;
    color:#555;
}

.product-reviews h2 
{
    margin-bottom:30px;
    font-size:16px;
}

.product-reviews 
{
    font-size:14px;
}

.progress 
{
    height:5px;
    margin-top:-5px;
}

.star-count 
{
    display:inline-block;
    width:10%;
}

.star-bar
{
    display:inline-block;
    width:70%;
}

.star-number
{
    display:inline-block;
    width:10%;
    padding-left:15px;
}

.review-single
{
    padding-top:20px;
    padding-bottom:15px;
    border-bottom:solid 1px #eee;
}

.review-single h4 
{
    font-size:12px;
    display:inline-block;
    color:#fff;
    padding:5px 10px;
    border-radius:10px;
    margin-right:5px;
}

h4.bad-rate 
{
    background:#F16380;
}

h4.good-rate 
{
    background:#2FC58A;
}

.review-single h5
{
    font-weight:600;
    display:inline-block;
    font-size:14px;
    color:#444;
}

h6.rater-name
{
    color:#777;
    font-size:12px;
}

a.all-review-link
{
    text-align:center;
    display:block;
    width:100%;
    margin-top:20px;
    color:#333;
    padding-bottom:15px;
    transition:linear 0.1s color;
}

a.all-review-link:after 
{
    content:' >>';
}

a.all-review-link:hover 
{
    color:var(--main-color);
    transition:linear 0.2s color;
}

a.add_to_wishlist 
{
    text-align:right;
    color:#444;
}

textarea.ask-textarea
{
    width:100%;
    border:solid 1px #eee;
    min-height:100px;
    max-height:100px;
    padding:15px;
    border-radius:5px;
}

input.post-question
{
    background:#0092C8;
    color:#fff;
    border:none;
    padding:5px 15px;
    border-radius:5px;
    margin-top:15px;
    margin-bottom:30px;
    display:inline-block;
    font-size:15px;
    font-weight:600;
    transition:linear 0.1s background;
}

input.post-question:hover 
{
    background:var(--main-color);
    transition:linear 0.2s background;
}

button.btn-question 
{
    background:#0092C8;
    color:#fff;
    border:none;
    padding:3px 10px;
    border-radius:5px;
    margin-bottom:30px;
    display:inline-block;
    font-size:14px;
    transition:linear 0.1s background;
}

.modal-question
{
    top:20vh;
}

img.image-zoomer
{
    width:100%;
    height:auto;
    border-radius:20px;
    border:solid 1px #eee;
}

/* Change color of dropdown links on hover */
.dropdown-content-single a:hover {background-color: #ddd;}

/* Show the dropdown menu on hover */
.dropdown-single:hover .dropdown-content-single {display: block;}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown-single:hover .dropper-single {color:#555;}


/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidebar {padding-top: 15px;}
  .sidebar a {font-size: 18px;}
}

@media only screen and (max-width: 600px) {
	.hide-mobile 
	{
		display:none !important;
	}
	
	h1.prd-main-name
	{
	    font-weight:400;
	    font-size:18px;
	    border-top:solid 1px #eee;
	    padding-top:15px;
	}
	
	h3.prd-main-cut
	{
	    font-size:16px;
	    font-weight:400;
	}
	
	h4.prd-main-status
	{
	    display:inline-block;
	    margin-left:10px;
	}
	
	img.deal-img-small
	{
		display:none;
	}
	
	img.deal-img-big
	{
		height:140px;
	}
	
	img.single-prd-img
	{
		width:100%;
		height:180px;
		object-fit:cover;
		object-postion:cover;
	}
	
	h2.prd-name
	{
	    font-size:12px;
	}
	
	h2.prd-price
	{
	    font-size:13px;
	}
	
	.hide-desktop 
	{
		display:inline-block;
	}
	
	.slider-image img 
	{
		width:100%;
		height:auto;
		object-fit:cover;
		object-postion:cover;
		border-radius:0px;
		border-top-right-radius:0px;
		border-bottom-right-radius:0px;
	}
	
	font.cut-prd-price
	{
	    font-size:10px;
	}
	
	.banner 
	{
		max-width:100%;
		margin-top:30px;
		min-height:150px;
	}
	
	.desktop-slide 
	{
		display:none;
	}
	
	.mobile-slide 
	{
		display:block;
	}

	.category-single
	{
		padding: 5px;
	}

	.category-single img 
	{
		width:60px;
	}

	.category-single h2 
	{
		font-weight:400;
		font-size:12px;
		-webkit-line-clamp: 2; /* number of lines to show */
		line-clamp: 2;
	}
	
	.header-mobile 
	{
		position:fixed;
		top:0px;
		left:0px;
		width:100%;
		background:#fff;
		box-shadow:0px 0px 5px #aaa;
		z-index:3000;
		display:block;
		padding-top:10px;
		padding-bottom:10px;
		margin-top:0px;
	}
	
	.slider-image 
	{
		width:auto;
		position:relative;
		margin-top:20px;
		margin-bottom:20px;
	}
	
	.menu-single h1 
	{
		margin-top:40px;
		font-size:16px;
	}
	
	.footer-credit 
	{
		text-align:center;
		padding-left:15px;
		padding-bottom:70px;
	}
	
	img.logo-img 
	{
		width:70%;
		margin-left:12%;
		margin-top:15px;
	}
	
	.icon-box 
	{
		font-size:24px;
	}
	
	.cart-box 
	{
		font-size:28px;
		text-align:right;
	}
	
	.cart-box a 
	{
		color:#777;
	}
	
	.number-cart 
	{
		border-radius:50%;
		background:var(--main-color);
		color:#fff;
		font-size:12px;
		width:25px;
		height:25px;
		padding:2px;
		text-align:center;
		font-weight:600;
		position:absolute;
		right:10px;
		top:25px;
	}

	.single-product 
	{
		padding:10px;
		margin-top:20px;
	}
	
	.footer-head 
	{
		position:fixed;
		bottom:0px;
		left:0px;
		width:100%;
		box-shadow:0px 0px 5px #aaa;
		z-index:1200;
		background:#fff;
		padding-top:10px;
		padding-bottom:10px;
		text-align:center;
		font-size:24px;
	}
	
	.footer-head a 
	{
		color:#777;
	}
	
	.buying-div button 
	{
		margin-top:15px;
	}
	
	.page-menu 
	{
		display:none;
	}
	
	.bread-crumbs 
	{
		margin-top:100px;
		padding:0px;
	}
	
	.bread-crumbs a 
	{
	    margin-left:0px;
	}
	
	.side-bar-div 
	{
		margin-top:60px;
	}
	
	.list-price-div 
	{
		text-align:left;
	}
	
	.list-price-div h3 
	{
		margin-left:0px;
	}
	
	.price-div
	{
	    border-top:none;
	    padding-bottom:0px;
	    padding-top:30px;
	}
	
	.cart-head 
	{
		margin-top:100px;
	}
	
	.cart-head h1 
	{
		font-size:17px;
	}
	
	.cart-item-single h1 
	{
		font-weight:400;
		margin-top:15px;
		margin-bottom:20px;
	}
	
	.cart-item-single img 
	{
		margin-top:10px;
	}
	
	.cart-icons-small
	{
		text-align:left;
		margin-top:10px;
	}
	
	.cart-icons-small a 
	{
		margin-left:0px;
		margin-right:25px;
	}
	
	.cart-number form
	{
		text-align:left;
	}
	
	.voucher-code input 
	{
		margin-top:15px;
	}
	
	.delivery-info-main 
	{
		margin-top:100px;
	}
	
	.filter-div 
	{
		display:none;
	}
	
	.cat-price-range input 
	{
		padding:10px;
		margin-top:15px;
	}

	.custom-col 
	{
		max-width:none;
	}
	
	.seshra-count-down {
        margin-top: 15px;
        margin-left:0px;
        font-size:13px;
    }
    
    .seshra-count-down .countdown-item
    {
        padding:5px;
    }
    
    .single-quality h2 
    {
        font-size:14px;
    }
    
    h2.title
    {
        display:block;
    }
    
    .menu-single h5 
    {
        font-size:15px;
        margin-top:30px;
    }
    
    .menu-single ul li a
    {
        font-size:13px;
    }
    
    .menu-single p 
    {
        font-size:13px;
    }
    
    .fav-share-mobile
    {
        position:absolute;
        top:20px;
        right:10px;
    }
    
    .fav-share-mobile a 
    {
        padding:10px;
        background:#fff;
        box-shadow:0px 0px 5px #aaa;
        font-size:24px;
        border-radius:10px;
    }
    
    .pro-duct-desc 
    {
        font-size:13px;
    }
}

@media screen and (min-width: 1500px) and (max-width: 2400px) {
    .hide-desktop 
	{
		display:none;
	}
	
	.container 
	{
		max-width:1280px;
	}
	
	img.single-prd-img
	{
		width:100%;
		object-fit:cover;
		object-postion:cover;
	    background-image: url(../img/placeholder.webp);

	}	
	
	.page-menu 
	{
		/* margin-top:0px; */
	}
	
	.banner
	{
		/* margin-top:20px; */
	}
}

.error{
	color: #e8351f;
}
.modal button.close {
  position: absolute;
  background-color: #e8351f;
  opacity: 1;
  color: #fff !important;
  padding: 5px 20px;
  top: -35px;
  font-size: 14px;
  font-weight: 400;
  right: 0;
}
.added-to-cart .fs {
	font-size: 21px;
}
.added-to-cart h5 {
	font-size: 18px;
	margin-left: 10px;
}

.loading-container {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	background: #00000038;;
	z-index: 9999;
	display: none;
}
.loading-container:before {
	content: "";
	height: 100%;
	display: inline-block;
	vertical-align: middle;
}
.loading-container .spinner-frame {
	display: inline-block;
	vertical-align: middle;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	position: relative;
	overflow: hidden;
	border: 5px solid #fff;
	padding: 10px;
}
.loading-container .spinner-frame .spinner-bar {
	background: #29d;
	width: 50%;
	height: 50%;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 100% 0 0 0;
	-webkit-animation: spinny 2s linear infinite;
	transform-origin: 100% 100%;
}
@-webkit-keyframes spinny {
	0% {
		transform: rotate(0deg);
		background: #29d;
	}
	50% {
		transform: rotate(180deg);
		background: #00427c;
	}
	100% {
		transform: rotate(360deg);
		background: #29d;
	}
}

/*notify*/
.seshra-notify {
	min-width: 350px;
	max-width: 350px;
	padding-right: 50px;
	border-radius: 0.25rem;
	overflow: hidden;
	border: 0;
	color: var(--white);
	box-shadow: 0 5px 20px 0 rgba(38, 45, 58, 0.2);
	-webkit-box-shadow: 0 5px 20px 0 rgba(38, 45, 58, 0.2);
	padding: 1.25rem 1.25rem;
	font-size: 0.875rem;
	z-index: 9999!important;
}
[dir="rtl"] .seshra-notify {
	text-align: right !important;
}
.seshra-notify .close {
	top: 50% !important;
	height: 20px;
	width: 20px;
	margin-top: -10px;
	font-size: 20px;
	line-height: 20px;
	color: white;
	opacity: 0.7;
	right: 15px !important;
	text-shadow: none;
	background-color: transparent;
	padding: unset;
}
[dir="rtl"] .seshra-notify .close {
	right: auto !important;
	left: 15px !important;
}
.seshra-notify .close:before {
	content: "";
	position: absolute;
	border-radius: 50%;
	background-color: #fff;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	z-index: -1;
	opacity: 0;
}
.seshra-notify .close:hover {
	color: #000!important;
	opacity: 1;
}
.seshra-notify .close:hover:before {
	opacity: 1;
	background-color: #fff;
	width: 170%;
	height: 170%;
	top: -35%;
	left: -35%;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.seshra-notify .progress {
	height: 3px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	border-radius: 0;
	background-color: transparent;
}
.seshra-notify .progress-bar {
	background-color: var(--white);
}
.seshra-notify.alert-success {
	background-color: var(--success);
}
.seshra-notify.alert-danger {
	background-color: var(--danger);
}
.seshra-notify.alert-primary {
	background-color: var(--primary);
}
.seshra-notify.alert-warning {
	background-color: var(--warning);
}
.seshra-notify.alert-info {
	background-color: var(--info);
}
.seshra-notify.alert-dark {
	background-color: var(--dark);
}
.seshra-notify.alert-secondary {
	background-color: var(--secondary);
}
.seshra-notify.alert-light,
.seshra-notify.alert-light .close {
	background-color: var(--light);
	color: var(--dark);
}
.seshra-notify.alert-light .progress-bar {
	background-color: var(--primary);
}

.footer-text-box .bi{
	font-size: 32px;
}
.footer-text-info h3{
	font-size: 18px;
}
.footer-text-info p {
	font-size: 14px;
	color: #5a5757;
}
/**blog css**/
.page {
	margin-top: 20px;
}

.page h1 {
	font-size: 1.7rem;
}
.question-pagination nav {
	display: inline-block;
}

.seshra-option-box .color-patch {
	width: 32px;
	height: 32px;
	display: block;
	border-radius: 5px;
}
.zoomWrapper{
	position: relative;
	/* height: 338px; */
	width: 100%;
}
.seshra-product-thumbnails {
	margin-top: 10px;
}
.seshra-product-thumbnail{
	margin: 5px;
	padding: 5px;
	border: 1px solid #cccccc;
}
.seshra-product-thumbnail.active {
    border: 1px solid var(--main-color);
}
.seshra-product-preview-panel {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 9px;
	position: relative;
	cursor: -webkit-zoom-in;
	cursor: zoom-in;
}

.seshra-product-preview-panel-content {
	position: relative;
	overflow: hidden;
	width: 100%;
	text-align: center;
}

.seshra-product-preview-panel-image {
	/* display: inline-block;
	max-height: 100%;
	max-width: 100%;
	vertical-align: middle;
	width: 100%;
	border-radius: 30px; */
	width: 100%;
	/* height: 330px; */
	left: 0;
}
.seshra-product-preview-panel-content:after {
	display: inline-block;
	content: "";
	width: 0;
	height: 100%;
	vertical-align: middle;
}
.btn-outline-primary, .btn-outline-primary:hover, .btn-outline-primary:not(:disabled):not(.disabled):active {
    color: var(--star-background);
    border-color: var(--star-background);
	background-color: #fff;
}
.modal-loader {
	margin: auto;
	border: 5px solid #f3f3f3; /* Light grey */
	border-top: 5px solid #3498db; /* Blue */
	border-radius: 50%;
	width: 40px;
	height: 40px;
	animation: spin 2s linear infinite;
  }
  
  @keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
  }

.collapsed {
	display: none;
}

.div-section .col-lg-1, .div-section .col-lg-10, .div-section .col-lg-11, .div-section .col-lg-12, .div-section .col-lg-2, .div-section .col-lg-3, .div-section .col-lg-4, .div-section .col-lg-5, .div-section .col-lg-6, .div-section .col-lg-7, .div-section .col-lg-8, .div-section .col-lg-9, .div-section .col-md-1, .div-section .col-md-10, .div-section .col-md-11, .div-section .col-md-12, .div-section .col-md-2, .div-section .col-md-3, .div-section .col-md-4, .div-section .col-md-5, .div-section .col-md-6, .div-section .col-md-7, .div-section .col-md-8, .div-section .col-md-9, .div-section .col-xl, .div-section .col-xl-1, .div-section .col-xl-10, .div-section .col-xl-11, .div-section .col-xl-12, .div-section .col-xl-2, .div-section .col-xl-3, .div-section .col-xl-4, .div-section .col-xl-5, .div-section .col-xl-6, .div-section .col-xl-7, .div-section .col-xl-8, .div-section .col-xl-9 {
	padding-right: 5px;
    padding-left: 5px;
}

.seller-section{
	padding-top: 20px;
}

nav .pagination{
	justify-content: center;
	/* margin-top: 15px; */
}

.prachar {
	margin: 15px 0px;
	text-align: center;
}
.card-shortlinks{
	border: 1px solid rgba(0,0,0,.125);
    flex-direction: row;
    background-color: #fff;
    border-radius: 0.25rem;
    display: flex;
	padding: 0 5px;
}
.card-shortlinks:hover{ 
	box-shadow: 1px 0px 5px #6a69695c;
    -webkit-transition: box-shadow 0.2s ease-in;
 }
.card-shortlinks img{
	border: 1px solid rgba(0,0,0,.125);
    margin: 5px;
    border-radius: 8px;
}
.card-shortlinks p{
	margin: auto 0;
}

.card-shortlinks a{
	color: #000;
	font-size: 18px;
	width: 100%;
	display: flex;
}
.info{
	font-size: 12px;
	color: #7e7e7e;
}
.promotion-row img{
	background-color: #e9e9e9;
}
.promotion-row p{
	font-size: 18px;
    color: #1c1c1c;
    font-weight: 500;
}
.promotion-row.promotion-category img{
	border-radius: 25px;
}
.w-80 {
	width: 80%;
}
.pro-details {
	overflow-y: hidden;
    overflow-x: hidden;
}

.pro-details.height-limit {
    height: 330px;
}
.expand-button{
	padding-top:20px;
}
.btn-expand{
	border: 1px solid var(--main-color);
    color: var(--main-color);
}
.btn-expand:hover{
	color: #fff;
    background-color: var(--main-color);
}

.shine {
	background: #f6f7f8;
	background-image: linear-gradient(to right, #f6f7f8 0%, #edeef1 20%, #f6f7f8 40%, #f6f7f8 100%);
	background-repeat: no-repeat;
	background-size: 800px 104px; 
	display: inline-block;
	position: relative; 
	
	-webkit-animation-duration: 1s;
	-webkit-animation-fill-mode: forwards; 
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-name: placeholderShimmer;
	-webkit-animation-timing-function: linear;
}
.product-shine {
	margin-top:30px;
	border: solid 1px #ebebeb;
	padding: 15px;
	border-radius: 15px;
	transition: linear 0.1s box-shadow;
	background: #fff;
}
.shine-box box {
	height: 165px;
	width: 165px;
}


.shine-box lines {
	height: 10px;
	margin-top: 10px;
	width: 100%; 
}

.product-shine photo {
	display: block!important;
	width: 100%; 
	height: 165px;
}

@-webkit-keyframes placeholderShimmer {
0% {
	background-position: -468px 0;
}

100% {
	background-position: 468px 0; 
}
}
@media (max-width: 575px) {
	.seshra-notify {
		width: calc(100% - 40px);
		min-width: auto;
	}
	.page {
		margin-top: 75px;
	}
	.promotion-banner-container{
		margin-top: 65px;
	}
	
}
@media (min-width: 768px) {
	.sticky-scroll {
		position: -webkit-sticky;
		position: sticky;
		top: 64px;
		bottom: 0;
		-webkit-align-self: flex-start;
		-ms-flex-item-align: start;
		align-self: flex-start;
	}
}

.search-box {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    width: 100%;
    background: #fff;
    -webkit-box-shadow: 0 2px 4px 0 rgb(0 0 0 / 21%);
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 21%);
}

.suggest-item {
    font-size: 14px;
    color: #212121;
    line-height: 1;
    padding: 10px 20px;
    display: block;
    outline: none;
    text-decoration: none;
}
.seshra-title{
	font-size: 18px;
	font-weight: 600;
}
.seshra-subtitle{
	font-size: 16px;
	font-weight: 500;
}
.hl{
	border-bottom: 2px solid #cec8c8;
    margin-bottom: 10px;
}
.show-more-button{
	font-size: 12px;
	color: var(--main-color);
}
.filter-item {
    margin: 2px 0;
}
/** PAGE NAVIGATION**/
.page-link {
    border-radius: 5px;
    padding: 5px 11px;
    border: 1px solid #d9d9d9;
	color: rgba(0,0,0,.65);
}

.page-item.active .page-link
{
	background-color: var(--main-color);
    border-color: #be4f0e;
}

.page-link:hover{
	background-color: #fff;
	border: 1px solid #be4f0e;
	color: var(--main-color)
}

li.page-item {
    margin: 0 3px;
}

/**Menu**/
.mega-menu>div>ul{
	border-top-right-radius: 0px;
	border-end-end-radius: 0px;
	border-right: none;
}
.ui-menu{
	padding: 8px 0px;
}
.ui-menu .ui-menu
{
	width: inherit;
}
.ui-menu .ui-menu-item a{
	font-size: 13px;
	padding: 4px 15px;
}
.ui-menu .ui-menu-item a.ui-state-focus, .ui-menu .ui-menu-item a.ui-state-active{
	margin: 0;
	font-weight: 400;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, .ui-state-focus, .ui-widget-content .ui-state-focus{
	color: var(--main-color);
	background: #eceff1;
	border: 0px;
	font-weight: 400;
  }

  .ui-menu-item .ui-corner-all.ui-state-focus, .ui-menu-item .ui-corner-all.ui-state-active{
	border-radius: 0px;
  }

  @media (min-width: 992px) {
	.banner .container {
	  top: 20px;
	}
  }
  @media (min-width: 1200px) {
	.banner .container {
	  top: 0px;
	}
  }