 @import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/*
    font-family: 'Poppins', sans-serif;
*/
body {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	    font-family: 'Poppins', sans-serif;

}
a.linkopac img {
	filter: alpha(opacity=100%);
	-moz-opacity: 1.0;
	opacity: 1.0;
	background-color: transparent;
}
a.linkopac:hover img {
	filter: alpha(opacity=20%);
	-moz-opacity: 0.8;
	opacity: 0.8;
	border: 0px none;
}
a {
	transition: all 0.5s ease 0s;
	text-decoration: none;
}
a:hover {
	transition: all 0.5s ease 0s;
	text-decoration: none;
}
ul {
	list-style: none;
	padding: 0;
	margin: 0;
}


/*============================================
			Top Header Css START 	
============================================*/
.who_img {
	text-align: center;
}
.shreebh_header {
	background: #00022e;
}
.welcome_text img {
	margin-top: -3px;
	margin-right: 6px;
}
.welcome_text {
	color: #FFF;
	font-size: 15px;
	font-weight: 400;
	font-family: 'Poppins', sans-serif;
	display: inline-block;
	vertical-align: middle;
	letter-spacing: 0.30px;
}
.welcome_text span {
	font-weight: 600;
	text-transform: uppercase;
}
.top_links {
	text-align: right;
}
.top_links li {
	display: inline-block;
	border-left: 1px solid #f1f1f1;
}
.top_links li:last-child {
	border-right: 1px solid #f1f1f1;
}
.top_links li a {
	color: #FFF;
	font-size: 15px;
	letter-spacing: 0.50px;
	font-weight: 400;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	transition: all 0.5s ease 0s;
	padding: 8px 25px;
	font-family: 'Poppins', sans-serif;
	text-transform: uppercase;
}
.top_links li a:hover {
	color: #7a888e;
}
.shreebh_top_sec {
	padding: 30px 0px;
}
.shreebh_logo {
	text-align: center;
	margin: 0 auto;
}
.shreebh_top_menu {
	position: relative;
	padding: 0px;
	margin-bottom: 30px;
	background: #7a888e;
}
ul.main_menu {
	list-style: none;
	margin: 0px auto;
	text-align: center;
	position: relative;
	z-index: 9;
}
ul.main_menu li {
	display: inline-block;
	position: relative;
}
ul.main_menu li:first-child {
	
}
.faq {
	text-transform: capitalize;
}
ul.main_menu li a {
	display: block;
	color: #fefefe;
	font-weight: 500;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 1px;
	position: relative;
	transition: all 0.5s ease 0s;
	padding: 10px 30px;
	font-family: 'Poppins', sans-serif;
}
ul.main_menu li a:hover {
	color: #FFF;
    background: #00022e;
}
/*
ul.main_menu li a::after {
	position: absolute;
	content: "";
	height: 2px;
	background: #f46c22;
	left: 0px;
	width: 0px;
	transition: all 0.5s ease 0s;
	margin: 0 auto;
	bottom: 5px;
}
ul.main_menu li a:hover:after {
	width: 100%;
	transition: all 0.5s ease 0s;
}
*/

/*============================================
			Top Header Css END 	
============================================*/
/*============================================
			Promotion Section
============================================*/
.promotion_sec {
	margin: 0 auto 30px;
	text-align: center;
}
.promo_resposive {
	display: none;
}
/*============================================
			Promotion Section
============================================*/
/*============================================
			Banner Section
============================================*/
.banner_section {
	margin: 0 auto 30px;;
	text-align: center;
}
.baner_resposive {
	display: none;
}
/*============================================
			Banner Section
============================================*/
/*============================================
			Listing CSS START
============================================*/
.sec-title {
	background: #545459;
	text-align: center;
	color: #FFF;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 600;
	font-family: 'Poppins', sans-serif;
	letter-spacing: 0.50px;
	padding: 10px 0px 6px;
}
.desc-rd.desc-text.sec_des_text {
	border: 1px solid #e2e2e2;
	padding: 20px;
	margin-bottom: 30px;
}
.desc-rd.desc-text.sec_des_text table td {
	border: 1px solid #3333;
	padding: 10px 15px;
	font-weight: 300;
}
.product_section {
    position: relative;
    margin-bottom: 270px;
}
.listing_listingarea-box {
	float: left;
	margin-bottom: 30px;
	width: 100%;
}
#right_box {
	position: relative;
	z-index: 1;
	border: 1px solid #e2e2e2;
	margin-bottom: 0;
	background: #ffffff;
	padding: 20px;
	height: 555px;
	overflow: auto;
	background: #ececec;
}
.desc-hedtitle {
	color: #333333;
	font-size: 22px;
	line-height: 33px;
	font-weight: 600;
	margin: 0 0 0px;
	padding: 0px;
	text-align: left;
	letter-spacing: 0.11px;
	z-index: 1;
	font-family: 'Poppins', sans-serif;
	position: relative;
	padding-bottom: 12px;
	margin-bottom: 25px;
	border-bottom: 2px solid #e1e1e1;
}
.desc-rd {
	width: 100%;
	float: left;
	padding: 0px;
	        font-family: 'Poppins', sans-serif;
	margin: 0;
	border: 0px solid #e2e2e2;
	position: relative;
	border-top: 0;
}
.desc-rd.desc-text p {
	margin-bottom: 12px;
}
.desc-rd.desc-text p:last-child {
	margin-bottom: 0px;
}
.desc-text {
	font-size: 16px;
	color: #333333;
	font-weight: 400;
	text-align: left;
    font-family: 'Poppins', sans-serif;
	letter-spacing: 0.60px;
	line-height: 25px;
}
.desc-rd li {
	background: url('../images/right_arrow.png');
	background-repeat: no-repeat;
	background-position: left 9px;
	padding-left: 20px;
	margin-bottom: 5px;
}
/* Images Code Start */
.product_images_wappers {
	border: 1px solid #e2e2e2;
	width: 100%;
	margin: 0px auto;
	text-align: center;
	height: 555px;
	/* overflow: auto; */
	/* scrollbar-width: thin; */
	/* scrollbar-color: #5eb100 #FFF; */
	padding: 30px;
	padding-bottom: 0px;
	background: #FFF;
	background: #ececec;
}
.product_images_gallery {
	max-width: 100%;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 30px;
}
/* Images Code END */
/*============================================
			Listing CSS START
============================================*/
.wplister-gallery {
	width: 100%;
	display: inline-block;
	padding-top: 520px;
	text-align: center;
}
.product_images_wappers .wplister-gallery span {
	background: #FFF;
}
/*============================================
			About Us Section
============================================*/
.aboutus_section {
	padding: 15px;
	background: #ececec;
	border: 1px solid #d2d2d2;
	margin-bottom: 50px;
}
.about_text h1 {
	font-size: 26px;
	font-weight: 600;
	color: #000;
	letter-spacing: 0.25px;
	padding-bottom: 15px;
	margin-bottom: 35px;
	position: relative;
}
.about_text h1::after {
	position: absolute;
	content: '';
	background: #485746;
	width: 33px;
	height: 4px;
	left: 0;
	bottom: 0;
}
.about_text p {
	font-size: 15px;
	font-weight: 300;
	color: #3b3b3b;
	letter-spacing: 0.30px;
	line-height: 24px;
	font-family: 'Poppins', sans-serif;
	margin-bottom: 40px;
}
.about_text a {
	background: #00022e;
	color: #FFF;
	display: inline-block;
	padding: 10px 20px;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 0.50px;
	text-transform: uppercase;
	font-family: 'Poppins', sans-serif;
	transition: all 0.5s ease;
}
.about_text a img {
	margin-top: -2px;
}
.about_text a:hover {
	background: #000;
}
/*============================================
			About Us Section
============================================*/

/*============================================
			Tab Section
============================================*/

.main_tab_row {
}
.payment_text span {
	padding: 0px 20px;
}
.payment_text {
	margin-bottom: -30px;
	position: relative;
	z-index: 1;
	margin-left: 40px;
}
.payment_text h1 {
	margin: 0;
	font-size: 16px;
	display: inline-block;
	letter-spacing: 0.30px;
	border: 1px solid #000;
	background: #FFF;
	font-weight: 600;
}
.inner_text p {
	font-size: 15px;
	color: #000;
	font-weight: 400;
	line-height: 24px;
	font-family: 'Poppins', sans-serif;
	margin-bottom: 15px;
	letter-spacing: 0.25px;
}
.inner_text p:last-child {
	margin-bottom: 0px;
}
.tabe_section {
	position: relative;
	background: #fafafa;
	padding: 60px 20px 30px;
	margin-bottom: 50px;
	border: 1px solid #000;
}
.inner_text.paypal_text ul {
	margin-bottom: 20px;
}
.inner_text li {
	font-size: 15px;
	line-height: 26px;
	color: #000;
	font-weight: 400;
	letter-spacing: 0.25px;
	background: url('../images/arrow_01.png');
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 30px;
}
/*============================================
			Tab Section
============================================*/

/*============================================
			Feedback Section
============================================*/
.feedback_section {
	margin-bottom: 50px;
}
.feed_title {
	margin-bottom: 40px;
}
.feed_title h1 {
	margin: 0 auto;
	text-align: center;
	color: #00022e;
	font-size: 26px;
	font-weight: 600;
	letter-spacing: 0.25px;
	padding-bottom: 15px;
	position: relative;
	font-family: 'Poppins', sans-serif;
}
.feed_title h1::after {
	position: absolute;
	content: '';
	background: #7a888e;
	width: 33px;
	height: 4px;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	margin: 0 auto;
}
.feed_box {
	margin: 0 auto;
	text-align: center;
	background: #ececec;
	margin-bottom: 50px;
	border-radius: 20px;
}
.star_img {
	margin: 20px auto;
	text-align: center;
	display: inline-block;
}
.feed_text {
	background: #7a888e;
	border-radius: 16px;
	padding: 20px 40px 20px;
}
.feed_text p {
	font-size: 18px;
	font-weight: 400;
	color: #FFF;
	font-family: 'Poppins', sans-serif;
	margin-bottom: 20px;
	position: relative;
	padding-bottom: 10px;
}
.feed_text p::after {
	position: absolute;
	content: '';
	background: #FFF;
	width: 30px;
	height: 1px;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
	text-align: center;
}
.feed_text h6 {
	font-size: 16px;
	font-weight: 600;
	color: #FFF;
	letter-spacing: 0.20px;
	margin: 0;
	font-family: 'Poppins', sans-serif;
}
.star_sec {
	margin-bottom: 20px;
}
.footer_menu ul li a {
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 0.25px;
	color: #191919;
	text-transform: uppercase;
	position: relative;
}
.feedback_btn {
	margin: 0 auto;
	text-align: center;
	position: relative;
	z-index: 1;
}
.feedback_btn a {
	color: #FFF;
	font-size: 14px;
	font-weight: 500;
	transition: all 0.8s ease 0s;
	text-transform: uppercase;
	font-family: 'Poppins', sans-serif;
	letter-spacing: 0.30px;
	padding: 15px 20px;
	display: inline-block;
	background: #00022e;
}
.feedback_btn a:hover {
	background: #000;
}
/*============================================
			Feedback Section
============================================*/
/*============================================
			Footer Section	
============================================*/

.footer_section {
	background: #ececec;
	padding: 20px 0px;
}
.thanks_text {
	text-align: right;
}
.footer_menu {
	margin: 20px auto 0;
	text-align: center;
	padding: 12px 0px 0px;
	border-top: 1px solid #3333;
}
.paypal_logo {
	text-align: right;
}
.footer_logo {
	text-align: center;
	margin: 0 auto;
}
.footer_menu ul li {
	display: inline-block;
	margin-right: 30px;
}
.footer_menu ul li:last-child {
	margin-right: 0px;
}
.footer_menu ul li a {
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 0.25px;
	color: #191919;
	text-transform: uppercase;
	position: relative;
}
.footer_menu ul li a::after {
	position: absolute;
	content: '';
	background: #485746;
	width: 0%;
	height: 2px;
	left: 0;
	right: 0;
	bottom: -5px;
	margin: 0 auto;
	text-align: center;
	transition: all 0.5s ease;
}
.footer_menu ul li a:hover::after {
	width: 100%;
}
.footer_menu ul li a:hover {
	color: #485746;
}
.ebay_title {
	margin: 0 auto;
	text-align: center;
}

/*============================================
			Footer Section	
============================================*/
/*============================================
			Footer Bottom	
============================================*/

.footer_bottom {
	background: #00022e;
	padding: 10px 0px;
	position: relative;
}
.shreebh_copyright {
	text-align: center;
	font-size: 13px;
	font-family: 'Poppins', sans-serif !important;
	color: #FFF;
	font-weight: 400;
}
.shreebh_copyright span {
	text-transform: uppercase;
	font-weight: 600;
	font-family: 'Poppins', sans-serif !important;
	color: #fff;
	font-size: 16px;
}
.shreebh_by {
	text-align: right;
	font-size: 13px;
	color: #FFF;
	font-weight: 400;
	font-family: 'Poppins', sans-serif !important;
}
.shreebh_by span {
	font-size: 16px;
	color: #fff;
	font-weight: 600;
}

/*============================================
			Footer Bottom
============================================*/