

/*-------------------------
01 - General & Basic Styles
-------------------------*/
body {
    padding: 0;
    margin: 0;
    font-family: 'Lato', sans-serif;
    font-weight: normal;
    font-style: normal;
	font-size:100%;
	line-height: 1.5;
	font-size:16px;
	color:#5d5d5d;
	background-color:#f9f9f9;
}
h1, h1 a { 
	font-size: 2rem;
    margin-bottom: 15px;
}
h2, h2 a {
	font-size: 1.75rem;
}
h3, h3 a { 
	font-size: 1.50rem;
}
h4, h4 a { 
	font-size: 1.25rem;
}
h5, h6, h5 a, h6 a {
	font-size:1rem; 
}
label,  ul, ol, a, blockquote, input, textarea, select, [type=date], [type=text], [type=email], span{ 
	font-size: 15px;
	line-height:25px;
	color:#5d5d5d;
}
h1,h2,h3,h4,h5,h6, h2 a, h3 a, h4 a, h5 a, h6 a, h1 span, h2 span, h3 span, h4 span, h5 span, h6 span, .product-title a {
	font-family: 'Montserrat', sans-serif;
	font-weight:bold;
	color:#3b3d42;
}
a:hover {
	color:#c7262b; 
}
iframe {
	width:100%;
	border:0px; 
}
.button {
	text-transform:uppercase;
	font-weight:bold;
}

select{
  -webkit-appearance: listbox;
    -moz-appearance: listbox;
    background-image: none;
}
/*Crousel Controls Default Style*/
.owl-prev , .owl-next { 
	font-size: 19px;
    border: 1px solid;
    width: 25px;
    height: 25px;
    display: table;
    text-align: center;
    position: absolute;
    top: 50%;
	margin-top:-12px;
}
.owl-prev:hover , .owl-next:hover {
	background-color:#c7262b ;
	color:#FFF;	 
}
.owl-next { 
	right:-20px;
}
.owl-prev { 
	left:-20px;
}
.owl-controls { 
	margin: auto;
    display: block;
    width: 70px;
	margin-top:20px;
}
.module {
	margin-bottom:40px !important;
}
.inner-padding {
	padding-top:50px;
	padding-bottom:50px; 
}
.button.primary {
	background-color:#c7262b; 
}
.button.primary:hover {
	background-color:#336699; 
}
.button.secondary {
	background-color:#336699; 
}
.button.secondary:hover {
	background-color:#c7262b; 
}
/*-------------------------
General & Basic Styles End
-------------------------*/


/*-------------------------
02 - Top Bar CSS Starts
------------------------*/
.top-info-bar {
	 background-color:#c7262b;
	 border-bottom:1px solid #ededed;
}
.top-info-bar .menu li a {
	/* border-right:1px solid #ededed;  */
}
.top-info-bar .menu li:last-child a {
	border-right:0px; 
}
.top-info-bar .menu li a:hover, .top-info-bar .menu .is-active {
	background-color:#c7262b;
	color:#FFF;
}
.is-dropdown-submenu {
	min-width:180px;
	border:1px solid #ededed; 
}
.is-dropdown-submenu li a {
	padding:10px !important;
}
.top-info-bar .dropdown.menu>li.is-dropdown-submenu-parent>a:after {
    border-color: #ffffff transparent transparent; 
}
.top-info-bar .dropdown.menu>.is-active.is-dropdown-submenu-parent>a:after {
	border-color: #FFF transparent transparent; 
}
.top-info-bar .dropdown.menu>.is-active.is-dropdown-submenu-parent>a {
	color:#FFF; 
}
/*-------------------------
Top bar CSS ends
------------------------*/

/*-------------------------
03 - HEADER CSS Starts
-------------------------*/
.header {
	padding-top:0px;
	padding-bottom:0px;
	border-bottom:1px solid #ededed; 
	background-color:#FFF;
}
.top-bar-title {
	padding:10px;
	background-color:#c7262b;
	margin-top:9px;
	margin-bottom:9px;
	margin-right:0px;
	/*position:relative;*/
}



.logo {
	margin-right: 30px;
    max-width: 250px;
	padding-top:7.5px;
	padding-bottom:7.5px;
}
.top-bar-title .menu-icon {
	color:#FFF; 
}
.top-bar-title:hover {
	background-color:#336699;
}
.main-search-form {
    position: relative;
    margin-top: 0px;
    display: flex;
}
select:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
}
.main-search-form input[type=text] {
	margin-bottom:0px; 
}
.main-search-form .button {
    font-size: 20px;
    padding: 8px;
    position: absolute;
    top: 0px;
    right: 0px;
    margin-bottom: 0px;
    transform: scale(0.8);
   
    width: 60px !important;
    height: 38px !important;
    align-items: center;
    display: flex;
    padding: 0px !important;
    justify-content: center;
}
i.bi.bi-search {
    font-size: 1.5rem;
    font-weight: 800;
}
.main-search-form select {
    width: 150px;
    /* position: absolute; */
    /* top: 0px; */
    /* right: 36.58px; */
    /* margin-bottom: 0px; */
    border: 2px solid #336699;
    border-right: 0px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.my-account-title {
	padding:7.5px;
	border-top:1px solid #FFF;
	border-right:1px solid #FFF;
	border-left:1px solid #FFF;
	border-bottom:0px; 
}
.my-account-title.hover {
	border-top:1px solid #ededed;
	border-right:1px solid #ededed;
	border-left:1px solid #ededed;
	border-bottom:0px; 
}
.my-account-holder {
	position:relative;
}
.my-account-holder a {
	padding-left:10px; 
	padding-right:10px;	 
	line-height:16px;
	display:block;
	float:left;
}
.my-account-holder .special-margin {
	 margin-bottom:7px;
}
.links {
	max-width:153px; 
}
.cart-link {
	width:80px; 
}
.cart-link a {
	line-height:39px; 
}
.sign-in {
	font-weight:bold;
	border-right:1px solid #ededed;
}
.user-icon {
	font-size:39px;
	line-height:39px; 
	margin-right:10px;
}
.cart-holder .dropdown-pane {
	min-width:300px !important; 
}
.cart-holder .dropdown-pane .button {
	margin-bottom:0px; 
}
.account-wrap .dropdown-pane {
	max-width:211px;
	border-top:0px;
	border-left:1px solid #ededed;
	border-right:1px solid #ededed;
	border-bottom:1px solid #ededed;
}
.my-account-holder .vertical {
	border-top:1px solid #ededed; 
}
.my-account-holder .vertical li a {
	width:180px; 
	padding-left:1rem;
	padding-right:1rem;
}
.my-account-holder .vertical li a:hover {
	background-color:#c7262b;
	color:#FFF;
}
/*-------------------------
HEADER CSS Ends
-------------------------*/

/*------------------------
04 - Banner CSS starts
--------------------------*/
.banner {
	padding-top:40px; 
}
.tp-bannertimer {
	height: 5px; 
	background-color: rgba(166, 216, 236, 1.00); 
}
.main-title-banner {
	z-index: 6; 
	min-width: 600px; 
	max-width: 600px; 
	white-space: normal; 
}
.tp-caption.Newspaper-Subtitle, .Newspaper-Subtitle {
     color: rgba(247,152,0,1) !important;
	 font-size:16px !important;
}
.shadow {
    font-weight: bold !important;
	text-shadow:2px 1px 3px #5d5d5d;
}
/*------------------------
Banner CSS Ends
--------------------------*/

/*-----------------------
05 - Categories Navigation
----------------------*/
.dropdown.menu.vertical>li.opens-right>a:after { 
	border-color: transparent transparent transparent #5d5d5d;
}
.dropdown.menu.vertical>li.opens-right.is-active>a:after { 
	border-color: transparent transparent transparent #c7262b;
}
.dropdown.menu.vertical>li.opens-right.is-active>a {
	color:#c7262b; 
}
.child-nav {
	margin-left:0px;
	list-style:none; 
}
.mega-menu .child-nav {
	min-width:901px;
	min-height:432px; 
	max-width:901px;
	max-height:432px; 
	border:1px solid #ededed;
}
.inner-mega { 
 	padding-top:10px;
	padding-bottom:10px;
 }
.inner-mega h4 a{ 
 padding: 5px 10px;
    font-weight: normal;
    font-weight: 600;
    font-size: 13px;
    border: none !important;
    line-height: 0px;
    padding: 0px !important;
	
 }
.inner-mega .menu li a { 
 	padding-top:5px !important;
	padding-bottom:5px !important;
	border-bottom:0px !important;
 }
.backgroundstyle1 { 
	background-image:url("images/help/shopping-background.jpg");
	background-size:cover;
 }
.backgroundstyle2 { 
	background-image:url("images/help/shopping-background2.jpg");
	background-size:cover;
 }
 .second-child-nav { 
 	top:-36px !important;
 }
 .main-nav-container { 
 	padding:0px;
	border:0px;
 }
/*-----------------------
Categories Navigation ends
----------------------*/

/*------------------------
06 - widgets CSS
-------------------------*/
.widget {
	border-left: 1px solid #ededed;
	border-right: 1px solid #ededed;
	border-bottom: 1px solid #ededed;
	background-color: #FFF;
	box-shadow: 0px 4px 30px #dedbee;
	border-radius: 10px;
}
.widget h2 {
	background-color:#336699;
	border-top:3px solid #c7262b;
	color:#FFF;
	font-size:1rem;
	padding:10px 15px;
	text-transform:uppercase; 
	font-weight:normal;
	letter-spacing:3px;
	margin-bottom:0px;
}
.widget .menu li a {
	padding-left:15px;
	padding-right:15px;
	border-bottom:1px solid #ededed;
	padding-top:6px;
	padding-bottom:6px; 
}


/*------------------------
widgets CSS Ends
-------------------------*/

/*------------------------
07 - Featured areas starts.
-------------------------*/
.featured-area {
	background-color:#FFF;
	border-left:1px solid #ededed;
	border-right:1px solid #ededed;
	border-bottom:1px solid #ededed; border-radius: 10px;
}

.featured-area .owl-next {
	top:-25px;
	right:15px; 
}
.featured-area .owl-prev {
	top:-25px;
	left:auto;
	right:50px;
}
.section-title {
	border-top:3px solid #3b3d42;
	border-bottom:1px solid #ededed; 
	padding: 10px 15px;
}
.section-title .float-left {
	margin-right:20px; 
}
.section-title h2, .section-title h2 a {
    font-size: 1.5em;
    text-transform: uppercase;
    font-weight: normal;
    margin-bottom: 0px;
    line-height: 45px;
    font-weight: bold;
}
.cart-page .section-title h2, .cart-page .section-title h2 a {
	text-transform:capitalize; 
}
.section-title h2 span {
	color:#c7262b; 
	font-size: 1.25rem;
}
.big-section-title {
	padding-left:15px;
	padding-right:15px; 
}
.big-section-title h2 {
	text-align: center;
    text-transform:capitalize;
    font-size: 1.6rem;
	margin-bottom: 50px;
	font-weight:normal;
	overflow:hidden;
	line-height:40px;
	height:50px;
}
.big-section-title h2 span {
	font-size: 1.5rem;
	padding: 7px 15px;
	position:relative;
	font-weight:500;
}
.big-section-title h2 span:after {
	right: -491px;
    content: ' ';
    display: block;
    height: 0;
    border-bottom: 1px solid;
    width: 466px;
    position: absolute;
    top: 50%;
    border-color: #ccc;
}
.big-section-title h2 span:before {
	left: -491px;
    content: ' ';
    display: block;
    height: 0;
    border-bottom: 1px solid;
    width: 466px;
    position: absolute;
    top: 50%;
    border-color: #ccc;
}
.left-out {
	font-size:0.75rem;
	color:#c7262b;
}
/*------------------------
Featured areas ends.
-------------------------*/

/*---------------------
08 - Pricing Tables Starts
/*---------------------*/
.active-tb {
    position: relative;
    box-shadow: 0px 2px 10px 0px rgba(50, 50, 50, 0.5);
    transform: scale(1);
    border: 0;
    transition: 0.4s ease;
    z-index: 13;
}
.pricing-table {
    border: solid 1px;
    margin-left: 0;
    margin-bottom: 1.25rem;
}
.pricing-table .title {
    font-family: 'Montserrat', sans-serif;
    padding: 0.9375rem 1.25rem;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    text-transform: uppercase;
}
.pricing-table * {
    list-style: none;
    line-height: 1;
}
.pricing-table .bullet-item {
    border-bottom: dotted 1px;
    font-size: 0.875rem;
    font-weight: normal;
    padding: 0.9375rem;
    text-align: center;
}
.pricing-table .price {
    font-family: 'Montserrat', sans-serif;
    font-size: 2rem;
    font-weight: normal;
    padding: 0.9375rem 1.25rem;
    text-align: center;
}
.pricing-table .cta-button {
     padding: 1.25rem 1.25rem 0;
    text-align: center;
}
.active-tb:hover {
	position: relative;
	box-shadow: 0px 2px 10px 0px rgba(50, 50, 50, 0.5);
	transform: scale(1.17);
	border: 0;
	z-index: 15; 
}
.pricing-table .description {
    padding: 0.9375em;
    text-align: center;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.4;
    border-bottom: dotted 1px;
}
.pricing-table {
    border-color:#DDDDDD !important;
}
.pricing-table .title {
    background-color:#25292c;
    color: #FFF;
}
.pricing-table .bullet-item {
    background-color: #FFFFFF;
    border-color: #DDDDDD !important;
}
.pricing-table .price {
    background-color: #F7F7F7;
 	color:#25292c;
 }
.pricing-table .cta-button {
    background-color: #FFFFFF;
}
.pricing-table .description {
    background-color: white;
    color: #777777;
    border-color:#dddddd !important;
}
/*---------------------
Pricing Tables ends
/*---------------------*/

/*------------------------
09 - Testimonials Section
-----------------------*/
.testimonials {
    background-image: url('images/help/testimonialbg.jpg');
    padding-top: 60px;
    padding-bottom: 60px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background: rgba(0, 0, 0, 0) url("images/help/testimonialbg.jpg") repeat fixed center center / cover;
    position: relative;
}
.testimonials .big-section-title h2 span {
	color:#FFF; 
}
.testimonial .thumbnail {
	margin-top:50px;
	border:0px;
	background-color:#FFF;
	padding:20px;
	padding-top:0px;
	margin-bottom:0px;
	box-shadow: 0 0 0px 0px rgba(33,153,232,.0);
}
.testimonial .thumbnail:hover {
	box-shadow: 0 0 6px 1px rgba(33,153,232,.5); 
}
.testimonial img {
	text-align:center;
	margin:auto;
	display:block;
	margin-bottom:20px; 
	width:100px;
	height:100px;
}
.testimonial-meta {
	text-align:center; 
}
.testimonial-meta img {
	border-radius:100%; 
	margin-top:-50px;
	border:5px solid #FFF;
}
.testimonial .pro-rating {
	margin-top:15px;
	margin-bottom:15px; 
}
.testimonial p {
    font-size: 17px;
    text-align: center;
    color: #fff;
}
.testimonial .testi-product img {
	display:block;
	text-align:center;
	margin:atuo; 
	width:200px;
	height:200px;
	margin-bottom:15px;
}
.testimonial .testi-product a {
	display:block;
	text-align:center; 
}
/*------------------------
Testimonials Section End
-----------------------*/

/*----------------------
10 - Useful Elements CSS
-----------------------*/
.open-shop-banner .content-section {
	padding:20px; 
}
.open-shop-banner .content-section img {
	max-width: 325px;
    height: 263px;
    width: auto;
    display: block;
    text-align: center;
    margin: auto;
}
.open-shop-banner p {
	margin-top:15px;
	margin-bottom:15px;
	text-align:center; 
}
.open-shop-banner .button {
	margin-bottom:0px;
	display:block;
	margin:auto; 
} 
.accordion {
	border:0px; 
} 
.accordion-title {
	font-weight:normal; 
	font-size:14px;
	padding-left:0rem;
	border:0px;
	font-family: 'Montserrat', sans-serif;
}
.accordion-content {
	border:0px; 
	padding-left:0px;
}
.accordion {
	margin-bottom:0px; 
}
.accordion li {
	margin-bottom:10px; 
}
.accordion li:last-child {
	margin-bottom:0px; 
}
.accordion-content {
	padding:10px;
}
.accordion-title {
	padding:10px;
}
.accordion-title {
	background-color:#ededed;
	color:#3b3d42;
}
.is-active .accordion-title, .accordion-title:hover {
	background-color:#3b3d42; 
	color:#FFF;
}
.accordion-content {
	background-color:#f6f6f6;
}
.welcome-message h2 {
	margin-bottom:0px; 
}
.welcome-message h4 {
	font-style:italic; 
}
.content-container h2, .content-container h3, .content-container h4, .content-container h5, .content-container h6 {
	font-weight:normal; 
}
.contact-map {
	margin-bottom:30px; 
}
.qty {
	max-width:55px; 
}
.cart-page textarea, .cart-page input[type=text], .cart-page input[type=number] {
	margin-bottom:0px; 
}
.form-container {
	border:1px solid #ededed;
	padding:15px; 
	background-color:#f7f7f7;
}
.form-container h2 {
	font-size:1.25rem;
	 border-bottom:1px solid #ededed;
	 margin-bottom:20px;
}
/*----------------------
Useful Elements CSS Ends
-----------------------*/

/*----------------------
11 - Customer Account CSS
-----------------------*/
.customer-nav {
	background-color:#336699; 
}
.customer-navigation .menu li a {
	padding:16px;
	color:#FFF;
	font-size:1rem; 
}
.customer-navigation li a:hover {
	background-color:#c7262b; 
	color:#FFF;
}
.dashboard-module {
	padding:15px;
	background-color:#FFF;
	border:1px solid #ededed; 
}
.user-thumb img {
	border-radius:100%;
	margin-right:20px; 
}
.user-detail h4 {
	font-weight:normal; 
	margin-top:25px;
}
.user-detail .pro-rating {
	margin-right:15px; 
}
.dashboard-boxes h4 {
	font-weight:normal;
	font-size:0.875rem !important; 
}
.dashboard-boxes h4 span {
	font-size:1rem;
	display:block;
	text-align:center;
	font-weight:normal !important; 
}
.dashboard-boxes .columns {
	padding-left:15px !important;
	padding-right:15px !important; 
}
/*----------------------
Customer Account CSS Ends
-----------------------*/

/*----------------------
12 - 404 Page CSS Starts
--------------------------*/
.pageerror { 
}
.pageerror h1 {
    text-align: center;
    margin-top: 50px;
    font-weight: bold;
    font-size: 133px;
}
.pageerror h2 {
    text-align: center;
}
.error-page-form {
	margin:auto !important;
	margin-top:30px;
	float:none !important; 
}
/*----------------------
404 Page CSS End
--------------------------*/

/*---------------------
13 - Shop stylings
---------------------*/
.shop-checkout .button {
	margin-top:20px; 
}
.cart-accordion {
	position:relative; 
}
.cart-total-wrap {
	margin-bottom:15px !important; 
}
.total-side {
	background-color:#ededed; 
}
.cart-accordion input[type=submit] {
	 position:absolute;
	 top:11px;
	 right:11px;
}
.cart-page .new-items-wrap {
	padding-top:15px; 
}
.small-module {
	margin-bottom:40px; 
}
/*---------------------
Shop stylings ends
---------------------*/

/*----------------------
14 - Open Shop Landing Page
-----------------------*/
.open_shop_banner { 
	height:550px;
	background-color: rgba(43,45,50, 0.7);
	position:relative;
}
.open_shop_banner::after {
    content: "";
    background-image:url("images/help/onlineshopping.jpg");
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
    background-size: cover;
    background-position: top;
}
.open_shop_banner h1 {
	max-width:700px;
	text-align:center; 
	margin:auto;
	margin-top:200px;
	color:#fff;
	text-shadow:1px 2px 3px #000;
	font-size:2.5rem;
}
.open_shop_banner .button {
	 margin:auto;
	 display:block;
	 max-width:200px;
	margin-top:30px;
}
.landing-info-boxes .columns {
	 margin-bottom:0px;
	 border:0px !important;
}
/*----------------------
Open Shop Landing Ends
-----------------------*/

/*-----------------------
15 - Blog Posts starts
-----------------------*/
.blog-post {
    margin-bottom: 50px;
}
.post-meta-date {
	font-size:0.875rem;
	margin-bottom:15px; 
	margin-top:15px;
}
.news-wrap .post {
	padding:12px;
	background-color:#FFF; 
}
.news-wrap .post p {
	margin-bottom:0px; 
}
.blog-post img {
    width: 100%;
	height:auto;
}
.blog-post .post-meta {
    padding-bottom: 15px;
    font-size: 0.875rem;
}
.blog-post h2 a {
    font-size: 1.75rem;
	font-weight:normal;
}
.pagination .current {
    padding: 0px;
}
.pagination .current {
    background: #336699;
}
.pagination .current a {
    color: #FFF;
}
.pagination a:hover, .pagination button:hover {
    background: #336699;
	color:#FFF;
}
.sidebar .widget {
	margin-bottom:30px; 
}
.tags li {
    display: inline;
}
.tags li a {
    display: inline-block;
    padding: 5px;
    border: 1px solid;
    margin-right: 5px;
    margin-bottom: 7px;
    margin-top: 7px;
}
.tags li a {
    border-color: #3b3d42 !important;
}
.tags li a:hover {
    background-color: #3b3d42;
    color: #FFF;
}
.widget input[type="text"]{
	 margin-bottom:0px;
}
.sidebar .widget-content {
	padding:15px;
	position:relative;
}
.search-widget .button {
	position:absolute;
	top:14px;
	right:15px; 
}
.widget .button {
	margin-bottom:0px; 
}
.widget-content .accordion {
	margin-bottom:30px; 
}
.sidebar .widget li a {
	border-bottom:0px; 
}
.sidebar .menu li {
	position:relative; 
}
.search-store input[type=text] {
	margin-bottom:15px; 
}
.sidebar .store-widget h4 a, .sidebar .store-widget h4 {
	font-weight:normal; 
	margin-top:15px;
}
.sidebar .menu li a:before {
    font-family: "FontAwesome";
    font-size: 13px;
    position: absolute;
    content: "\f105";
    top: 11px;
    left: 0px;
}
.tags {
	margin-left:0px; 
}
.sidebar .widget .tags li a {
	border-bottom:1px solid;
}
.popular-post img {
	width:100px;
	height:auto; 
	margin-right:10px;
}
.popular-post {
	clear:both; 
}
.popular-post p {
	margin-top:5px;
	margin-bottom:10px; 
	clear:both;
}
.post-content {
	margin-bottom:50px; 
}
.sharing-posts {
	border-top:1px dashed #CCC;
	border-bottom:1px dashed #CCC; 
}
.post-tags .tags li a {
	border:0px; 
}
.post-tags .tags {
	margin-bottom:0px; 
}
.post-share a {
	display:block;
	line-height:49px;
	float:left;
	margin-right:10px;
	margin-left:10px; 
	font-size:1.2rem;
}
.author-box {
	margin-bottom:50px; 
}
.sidebar-info {
	margin-bottom:30px; 
}
.sidebar-info h4, .sidebar-info p, .sidebar-info .fa {
	text-align:center;
}
.sidebar-info .fa {
	font-size:2rem !important; 
	display:block;
	margin:auto;
	margin-bottom:15px;
	background-color:#c7262b;
	width:75px;
	height:75px;
	line-height:75px;
	color:#FFF;
	border-radius:100%;
}
.faq-page .featured-area {
	border:0px; 
}
.testimonials-page .thumbnail {
	box-shadow: 0 0 6px 1px rgba(33,153,232,.5); 
}
.testimonials-page .testimonial {
	margin-bottom:50px; 
}
.testimonials-page .pagination {
	margin-bottom:0px;
	text-align:center; 
}
/*-----------------------
Blog Posts Ends
-----------------------*/

/*----------------------
16 - Products CSS
-----------------------*/
.product {
	padding-top:15px;
	padding-bottom:15px; 
	padding-left:15px;
	padding-right:15px;
	border-right:1px solid #ededed;
}
.product:hover {
	box-shadow: 0 3px 6px 0 rgba(51,51,51,.298039); 
}
.product-image {
	position:relative; 
}
.product-image a img:last-child {
	display:none; 
}
.product:hover>.product-image a img:last-child {
	display:block; 
}
.product:hover>.product-image a img:first-child {
	display:none; 
}
.sale-tag {
	position:absolute;
	top:0px;
	left:0px;
	background-color:#336699;
	color:#FFF;
	padding:10px 10px;
	border-radius:100%;
	z-index:9999;
}
.product .product-image img {
	width:100%;
	height:auto;
	text-align:center; 
}
.product-title a {
	overflow:hidden;
	display:block;
	padding-top:10px;
	padding-bottom:10px;
	border-bottom:1px solid #ededed;
	font-weight:bold;
	text-align:center;
	height:42px;
	text-transform:capitalize;
}
.prices {
	padding-top:10px;
	padding-bottom:10px; 
	font-size:0.75rem;
	text-align:center;
}
.prices .price {
	 color:#c7262b;
	 font-size:1.2rem;
	 font-weight:bold;
}
.prices .sale-price {
	text-decoration:line-through; 
	border-left:1px solid #ededed;
	margin-left:20px;
}
.prices .off-tag {
	background-color:#c7262b;
	color:#FFF;
	padding:5px 10px; 
	margin-left:15px;
}
.timer {
	line-height:45px; 
	text-align:center;
	font-size:1.35rem;
}
.timer .countdown span {
	color:#c7262b;
	font-size:1.35rem; 
	font-weight:bold;
}
.last-row {
	font-size:0.875rem; 
}
.pro-rating {
	color:#c7262b;
}
.pro-rating .off {
	color:#ccc;
}
.add-to-cart-top .button {
	margin-bottom:0px; 
}
.pro-buttons {
	background-color:rgba(247,247,247, 0.9); 
	position:absolute;
	bottom:0px;
	width:100%;
	opacity:0;
}
.pro-buttons a {
	font-size:1rem;
	padding-top:10px;
	padding-bottom:10px; 
	color:#336699;
}
.pro-buttons a:hover {
	color:#c7262b; 
}
.product:hover>.product-image .pro-buttons {
	opacity:1; 
}
/*----------------------
Products CSS Ends
-----------------------*/

/*---------------------
17 - New Items section
---------------------*/
.tabs-content {
	border:0px;
	background-color:transparent;
	padding:0px; 
}
.tabs-panel {
	padding:0px; 
}
.tabs {
	background-color:transparent;
	border:0px; 
}
.tabs-title>a:focus, .tabs-title>a[aria-selected=true], .tabs-title>a:hover {
	background-color:#3b3d42;
	color:#FFF;
}
.tabs-title a {
	border:1px solid #3b3d42; 
	margin-right:5px;
	padding:8px 15px;
	font-size:0.875rem;
	margin-bottom:-1px;
	border-bottom:0px;
}
.tabs li:first-child {
	margin-left:1px; 
}
/*---------------------
New Items section Ends
---------------------*/

/*-----------------------
18 - Suggested Stores Section
------------------------*/
.store .thumbnail {
	border:0px;
	background-color:#FFF;
	padding:10px;
	margin-bottom:0px;
	box-shadow: 0 0 0px 0px rgba(33,153,232,.0);
}
.store .thumbnail:hover {
	box-shadow: 0 0 6px 1px rgba(33,153,232,.5); 
}
.store h4 , .store h4 a{
	font-weight:normal;
	margin-top:15px;
	margin-bottom:2px;
	font-size:1rem; 
}
.store-reputation {
	margin-top:10px; 
}
.store-reputation span {
	line-height: 16px;
    margin-left: 15px;
    font-size: 0.75rem; 
}
.store-end {
	margin-top:0px;
	padding-bottom:15px;
	border-bottom:1px solid #ededed; 
	font-size:0.80rem;
	margin-bottom:0px;
}
.store h6 a {
	line-height:20px;
	font-size:0.875rem; 
	font-weight:normal;
}
.store h6 {
	line-height:20px;
	font-weight:normal; 
}
.top-product-review  {
	margin-bottom:7px; 
}
.store .product {
	border-right:0px;
	border-bottom:1px solid #ededed; 
}
.no-border {
	border:0px !important;
	border-bottom:0px; 
}
.store-page .store .thumbnail {
	box-shadow: 0 0 2px 1px rgba(33,153,232,.5); 
}
.store-page .store h4, .store-page .store h4 a {
	margin-top:0px; 
	font-size:1.25rem;
}
.store-page .store-end {
	margin-bottom:25px; 
}
.sidebar .store-widget p {
	margin-bottom:0px; 
}
.sidebar .product {
	padding:0px;
	border-right:0px; 
}
.sidebar .product h6 {
	margin-bottom:5px;	 
}
.sidebar .product h6 a {
	font-weight:normal; 
}
.store-page .product .menu li a:before {
	content:"";	 
}
.store-page .product:hover {
    box-shadow: 0 0px 0px 0 rgba(51,51,51,.298039);
}
/*-----------------------
Suggested Stores Ends
------------------------*/

/*----------------------
19 - Single Store CSS
----------------------*/
.customer-navigation .dropdown.menu.vertical>li.opens-right.is-active>a {
    color: #FFF;
	background-color:#c7262b;
}
.customer-navigation .dropdown.menu.vertical>li.opens-right>a:after {
    display: none;
}
.customer-navigation .menu li .menu li a {
	color:#336699; 
	border-bottom:1px solid #ededed;
}
.customer-navigation .menu li .menu li a:hover {
	color:#FFF; 
}
.store_featured img {
	width:100%;
	height:auto; 
}
.left-colapse {
	padding-left:0px; 
}
.right-colapse {
	padding-right:0px; 
}
.margin-top {
	margin-top:15px; 
}
.margin-bottom { 
	margin-bottom:15px;
}
.store-info h2 {
	margin-top:0px;
	margin-bottom:0px;
	font-weight:normal; 
	line-height:36px;
}
.store-info p {
	margin-bottom:5px; 
}
.store-info .menu li a {
	padding-left:0px;
	padding-right:0px; 
	padding-top:0px;
	padding-bottom:0px;
	line-height:18px;
}
.store-info .menu li {
	padding-left:12px;
	padding-right:12px;
	border-right:1px solid #ccc;
	line-height:18px;
}
.store-info .menu li:first-child {
	padding-left:0px; 
}
.store-info .menu li:last-child {
	border-right:0px; 
}
.store-info .store-reputation {
	margin-bottom:20px; 
}
.owner-info p {
	margin-bottom:5px;
	font-weight:bold;
	text-transform:uppercase;
	text-align:center; 
}
.owner-info img {
	border-radius:100%; 
	text-align:center;
	display:block;
	margin:auto;
	width:115px;
}
.owner-info a {
	display:block;
	text-align:center; 
}
.popular-product a {
	line-height:18px; 
	font-weight:bold;
}
.popular-product img {
	width:100px;
	height:auto; 
	margin-right:10px;
}
.popular-product .product-description {
	width:calc(100% - 115px);
}
.popular-product .price {
	color:#c7262b;
	font-weight:bold; 
}
.popular-product {
	margin-bottom:15px; 
}
.widget-content .popular-product:last-child {
	margin-bottom:0px; 
}
.store-content .tabs {
	border-bottom:3px solid #3b3d42; 
	margin-bottom:40px;
}
.store-content .tabs li:first-child {
	margin-left:0px; 
}
.products-wrap .pro-rating {
	text-align:center; 
}
.products-wrap .product {
	margin-bottom:35px;
}
.products-wrap .product {
	border:0px;
}
.store-content .pagination-container {
	border-top:1px solid #ededed;
	padding-top:15px; 
}
.shop-filter span {
	float:left; 
}
.shop-filter input[type=checkbox] {
	margin-left:15px; 
}
.shop-filter input[type=text] {
	width:75px;
	float:left; 
	margin-left:10px;
	margin-right:10px;
	height:25px;
	margin-bottom:15px;
}
.product-filter {
	margin-top:0px; 
	padding-top:25px;
	padding-bottom:25px;
	border-top:1px solid #ededed;
}
.product-filter .grid-filter a {
	font-size:18px;
	width:25px;
	height:25px;
	color:#FFF;
	background-color:#222;
	padding:6px; 
}
.product-filter .grid-filter a.active {
	background-color:#f0f0f0;
	color:#222; 
}
.product-filter em {
	 float:left;
	display:table-cell;
	vertical-align:central;
	line-height:35px;
}
.product-filter .byview {
	padding-left:65px; 
}
.product-filter .byview select, .product-filter .sortby select { 
	float:left;
	width:50px;
	height:35px;
	margin-left:5px;
	padding:6px;
	margin-bottom:0px;
}
.product-filter .sortby select {
	width:150px;	
}
.list-product .product-title a {
	text-align:left; 
	font-size:1.25rem;
	text-transform:uppercase;
	overflow:visible;
	height:auto;
}
.list-product .prices {
	text-align:left; 
	font-size:1rem;
}
.list-product .last-row {
	margin-bottom:15px; 
}
/*----------------------
Single Store CSS Ends
----------------------*/

/*--------------------
20 - Product Page CSS
---------------------*/
.single-product .title-section, .single-product .title-section a, .single-product .title-section span {
	color:#FFF; 
	font-family: 'Montserrat', sans-serif;
}
.single-product .title-section a:hover {
	color:#c7262b; 
}
.single-product .title-section .pro-rating {
	float:left; 
}
.single-product .title-section {
	padding-top:20px !important;
	padding-bottom:20px !important; 
}
.title-section a , .title-section span, .title-section .pro-rating {
	margin-left:10px;
	margin-right:10px;
	font-size:1rem; 
}
.title-section .store-name {
	font-weight:bold; 
}
.bordered-light {
	border:1px solid #FFF;
	padding:3px 10px; 
	border-radius:4px;
}
.bordered-light:hover {
	border-color:#c7262b; 
}
.main-image {
	padding:0px; 
	background-color:#f7f7f7;
	border:1px solid #ededed;
	margin-bottom:15px;
}
.main-image img {
	width:100%; 
}
.single-product-detail .thumbnails img {
	float:left;
	width:82px;
	height:82px;
	margin-right:15px;
	border:1px solid #ededed; 
}
.single-product-detail .thumbnails a:last-child img {
	margin-right:0px; 
}
.item-header {
	border-bottom:1px solid #ededed;
	padding-bottom:10px;
	margin-bottom:25px; 
}
.item-header h1 {
	font-size:1.30rem; 
	margin-bottom:10px;
}
.item-meta .review-count {
	padding-left:10px;
	padding-right:10px; 
	border-right:1px solid #CCC;
}
.item-meta .review-count:last-child {
	border:0px; 
}
.prod-dropdown {
	float:left;
	margin-right:5px;
	margin-left:5px; 
}
.prod-dropdown .btncont { 
	font-size: 16px;
	line-height: 16px;
	display: block;
	padding-top: 2px;
	text-align: center;
	width: 25px;
	height: 25px;
	border: 2px solid;
	border-radius: 99px;
	color: #cccccc; 
}
.prod-dropdown .btncont:hover { 
	color: #FFF;
	background-color:#222; 
}
.prod-dropdown .dropdown-pane {
	width:150px !important;
	height:150px !important; 
}
.next-prev-nav {
	position:relative; 
}
.row-title { 
	width:100px;
	padding-right:15px;
	display:block;
	float:left;
	line-height:20px;
}
.item-pricing p {
	margin-bottom:5px; 
}
.item-pricing .sale-price {
	text-decoration:line-through;
	font-style:italic; 
}
.item-pricing .regular-price {
	font-size:1.5rem;
	font-weight:bold; 
	color:#c7262b;
	line-height:40px;
}
.off-percent {
	padding:5px 10px;
	background-color:#336699;
	color:#fff;
	margin-left:15px; 
}
#bulk-price p {
	margin-bottom:0px; 
}
.bulk-price {
	margin-left:15px;
	padding-left:15px;
	border-left:1px solid #ccc; 
}
.item-options {
	margin-top:40px;
	margin-bottom:40px; 
}
.red {
	background-color:red; 
}
.yellow {
	background-color:yellow; 
}
.green {
	background-color:green; 
}
.blue {
	background-color:blue; 
}
.orange {
	background-color:orange; 
}
.color {
	width:20px;
	height:20px;
	border:1px solid #666;
	margin-right:15px;
	display:block;
	float:left;
	text-align:center;
	line-height:20px;
}
.option-box {
	margin-bottom:15px; 
}
.item-quantity .qty {
	margin-bottom:0px;
	padding:5px;
	height:35px;
	width:50px;
	display:inline;
	margin-right:15px;
}
.item-quantity span {
	line-height:39px; 
}
.shopping-buttons {
	margin-top:20px; 
	border-bottom:1px solid #ededed;
	padding-bottom:15px;
	margin-bottom:15px;
}
.shopping-buttons a {
	margin-right:15px; 
	float:left;
}
.shopping-buttons .wishlist { 
	font-size:2rem;
	line-height:40px;
}
.button { 
	border-radius:3px;
}
.shopping-buttons .button {
	margin-bottom:0px; 
}
.coupon-store {
	border:1px dashed #000;
	padding:5px 10px;
	border-left:5px solid orange; 
}
.store-location {
	margin-bottom:15px !important; 
}
.product-description img {
	text-align:center;
	margin:auto;
	display:block;
	margin-bottom:15px; 
}
/*--------------------
Product Page CSS Ends
---------------------*/

/*-----------------------
21 - Content Blocks CSS Starts.
--------------------------*/
.content-blocks {
	margin-bottom:50px; 
}
.content-blocks img {
	position:relative;
	min-width: 105% !important;
    transform: translateX(-4%);
    transition: all 0.5s ease 0s; 
}
.content-blocks .block-banner::before {
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.3;
    position: absolute;
    top: 0;
    transition: all 0.3s ease 0s;
    visibility: visible;
    width: 100%;
    z-index: 9;
}
.block-banner:hover::before {
    opacity: 0.7;
    visibility: visible;
    z-index: 1;
}
.block-banner:hover img {
    transform: translateX(0%);
}
.block-banner {
	position:relative; 
	overflow:hidden;
}
.block-banner .banner-details {
    bottom: 0;
    left: 5%;
    position: absolute;
    z-index: 9;
}
.block-banner h2 {
    font-size: 2.50rem;
	font-weight:normal;
    text-transform: uppercase;
    margin: 10% 0 10px 0;
    -moz-transition: -moz-transform 0.25s;
    -o-transition: -o-transform 0.35s;
    -moz-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    -o-transform: translate3d(0, 100%, 0);
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}
.block-banner:hover h2 {
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.banner-details p {
    display: inline-block;
    font-size: 1.13rem;
    font-weight: 700;
    position: relative;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -moz-transition: opacity 0.35s, -moz-transform 0.35s;
    -o-transition: opacity 0.35s, -o-transform 0.35s;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
     -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
}
.block-banner:hover p {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}
.two-banner-block .small-block-wrap {
	display:block;
	margin-top:20px;
	max-height:250px;
}
.two-banner-block .small-block-wrap:first-child {
	 margin-top:0px;
}
.two-banner-block img {
	max-height:207px; 
}
.content-blocks .block-banner::before {
    background-color: #000;
}
.block-banner .banner-details h2, .block-banner .banner-details p  {
	color:#FFF;
}
.store-detail {
	width:100%;
	padding-top:40px;
	padding-bottom:40px;
	background-color:#f7f7f7;
	border-bottom:1px solid #ededed;
}
/*-----------------------
Content Blocks CSS ends
--------------------------*/

/*-------------------------
22 - Page loading animation
------------------------*/

.boxed {
    max-width: 1200px;
    margin: auto;
    box-shadow: 0px 0px 6px 1px #CCC;
}
.shadow {
	box-shadow: 0px 0px 2px 1px #CCC;
	padding:10px; 
}
.new-patient-offer .shadow {
	padding:5px; 
}
body.box {
    background-image: url(images/help/bodybg.jpg);
    background-repeat: repeat;
}
.loaded {
	height:auto;
	overflow-y:visible; 
}
.preloader {
	position:fixed;
	top:0px;
	left:0px;
	overflow:hidden;
	width:100%;
	height:100%; 
	z-index:9999;
}
.cssload-thecube {
	width: 74px;
	height: 74px;
	position:absolute;
	top:50%;
	left:50%;
	margin: 0 auto;
	margin-top:-37px;
	margin-left:-37px;
	z-index:999999933;
	transform: rotateZ(45deg);
		-o-transform: rotateZ(45deg);
		-ms-transform: rotateZ(45deg);
		-webkit-transform: rotateZ(45deg);
		-moz-transform: rotateZ(45deg);
}
.cssload-thecube .cssload-cube {
	position: relative;
	transform: rotateZ(45deg);
		-o-transform: rotateZ(45deg);
		-ms-transform: rotateZ(45deg);
		-webkit-transform: rotateZ(45deg);
		-moz-transform: rotateZ(45deg);
}
.cssload-thecube .cssload-cube {
	float: left;
	width: 50%;
	height: 50%;
	position: relative;
	transform: scale(1.1);
		-o-transform: scale(1.1);
		-ms-transform: scale(1.1);
		-webkit-transform: scale(1.1);
		-moz-transform: scale(1.1);
}
.cssload-thecube .cssload-cube:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	animation: cssload-fold-thecube 2.76s infinite linear both;
		-o-animation: cssload-fold-thecube 2.76s infinite linear both;
		-ms-animation: cssload-fold-thecube 2.76s infinite linear both;
		-webkit-animation: cssload-fold-thecube 2.76s infinite linear both;
		-moz-animation: cssload-fold-thecube 2.76s infinite linear both;
	transform-origin: 100% 100%;
		-o-transform-origin: 100% 100%;
		-ms-transform-origin: 100% 100%;
		-webkit-transform-origin: 100% 100%;
		-moz-transform-origin: 100% 100%;
}
.cssload-thecube .cssload-c2 {
	transform: scale(1.1) rotateZ(90deg);
		-o-transform: scale(1.1) rotateZ(90deg);
		-ms-transform: scale(1.1) rotateZ(90deg);
		-webkit-transform: scale(1.1) rotateZ(90deg);
		-moz-transform: scale(1.1) rotateZ(90deg);
}
.cssload-thecube .cssload-c3 {
	transform: scale(1.1) rotateZ(180deg);
		-o-transform: scale(1.1) rotateZ(180deg);
		-ms-transform: scale(1.1) rotateZ(180deg);
		-webkit-transform: scale(1.1) rotateZ(180deg);
		-moz-transform: scale(1.1) rotateZ(180deg);
}
.cssload-thecube .cssload-c4 {
	transform: scale(1.1) rotateZ(270deg);
		-o-transform: scale(1.1) rotateZ(270deg);
		-ms-transform: scale(1.1) rotateZ(270deg);
		-webkit-transform: scale(1.1) rotateZ(270deg);
		-moz-transform: scale(1.1) rotateZ(270deg);
}
.cssload-thecube .cssload-c2:before {
	animation-delay: 0.35s;
		-o-animation-delay: 0.35s;
		-ms-animation-delay: 0.35s;
		-webkit-animation-delay: 0.35s;
		-moz-animation-delay: 0.35s;
}
.cssload-thecube .cssload-c3:before {
	animation-delay: 0.69s;
		-o-animation-delay: 0.69s;
		-ms-animation-delay: 0.69s;
		-webkit-animation-delay: 0.69s;
		-moz-animation-delay: 0.69s;
}
.cssload-thecube .cssload-c4:before {
	animation-delay: 1.04s;
		-o-animation-delay: 1.04s;
		-ms-animation-delay: 1.04s;
		-webkit-animation-delay: 1.04s;
		-moz-animation-delay: 1.04s;
}
.preloader {
	background-color:#f7f7f7;
}
.cssload-thecube .cssload-cube:before {
	background-color: #336699;
}
@keyframes cssload-fold-thecube {
	0%, 10% {
		transform: perspective(136px) rotateX(-180deg);
		opacity: 0;
	}
	25%,
				75% {
		transform: perspective(136px) rotateX(0deg);
		opacity: 1;
	}
	90%,
				100% {
		transform: perspective(136px) rotateY(180deg);
		opacity: 0;
	}
}

@-o-keyframes cssload-fold-thecube {
	0%, 10% {
		-o-transform: perspective(136px) rotateX(-180deg);
		opacity: 0;
	}
	25%,
				75% {
		-o-transform: perspective(136px) rotateX(0deg);
		opacity: 1;
	}
	90%,
				100% {
		-o-transform: perspective(136px) rotateY(180deg);
		opacity: 0;
	}
}

@-ms-keyframes cssload-fold-thecube {
	0%, 10% {
		-ms-transform: perspective(136px) rotateX(-180deg);
		opacity: 0;
	}
	25%,
				75% {
		-ms-transform: perspective(136px) rotateX(0deg);
		opacity: 1;
	}
	90%,
				100% {
		-ms-transform: perspective(136px) rotateY(180deg);
		opacity: 0;
	}
}

@-webkit-keyframes cssload-fold-thecube {
	0%, 10% {
		-webkit-transform: perspective(136px) rotateX(-180deg);
		opacity: 0;
	}
	25%,
				75% {
		-webkit-transform: perspective(136px) rotateX(0deg);
		opacity: 1;
	}
	90%,
				100% {
		-webkit-transform: perspective(136px) rotateY(180deg);
		opacity: 0;
	}
}

@-moz-keyframes cssload-fold-thecube {
	0%, 10% {
		-moz-transform: perspective(136px) rotateX(-180deg);
		opacity: 0;
	}
	25%,
				75% {
		-moz-transform: perspective(136px) rotateX(0deg);
		opacity: 1;
	}
	90%,
				100% {
		-moz-transform: perspective(136px) rotateY(180deg);
		opacity: 0;
	}
}
/*-------------------------
Page loading animation End
------------------------*/

/*-------------------------
23 - Information Boxes
-------------------------*/
.information-boxes {
	text-align:center;
}
.information-boxes .columns {
	border-top:1px solid #ededed; 
	border-bottom:1px solid #ededed;
	border-left:1px solid #ededed;
	padding:25px;
	background-color:#FFF;
}
.information-boxes .columns:first-child {
	border-left:0px; 
}
.information-boxes h4 {
	font-size:1rem; 
}
.information-boxes .fa {
	font-size:3.5rem; 
	margin-bottom:15px;
}
.information-boxes .columns:hover, .information-boxes .columns:hover h4, .information-boxes .columns:hover p {
	background-color:#336699;
	color:#FFF !important;
}
/*-------------------------
Information Boxes Ends
-------------------------*/

/*----------------------
24 - Content Box
-----------------------*/
.inner-page {
	background-color:#FFF; 
}
.content-container .title-section {
	padding-top:25px;
	padding-bottom:25px;	 
	margin-bottom:15px;
	position:relative;
}
.content-container .title-section::after {
	content: "";
	background:url('images/help/title-bg.jpg');
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	position: absolute;
	z-index:-1;
	background-size:cover;
	background-position:top;
}
.content-container .title-section h1 {
	text-transform:uppercase;
	margin-top:0px;
	margin-bottom: 0px;
    line-height: 50px;
}
.content-container .title-section ul {
	margin:0px; 
}
.breadcrumbs {
	margin-bottom:40px; 
}
.breadcrumbs li, .breadcrumbs li a {
	font-size:0.65rem; 
}
.content-container .title-section {
	background-color:rgba(43,45,50, 0.7);
}
.content-container .title-section::after {
	background-color:#666;
}
.content-container .title-section h1 {
	color:#FFF;
}
/*----------------------
Content Box Ends
-----------------------*/

/*-------------------------
25 - Call to Action
-------------------------*/
.call-to-action {
	background-color:#c7262b;
	color:#FFF; 
	padding-top: 10px;
    padding-bottom: 10px;
}
.call-to-action h4 {
	color:#FFF; 
}
.call-to-action h4, .call-to-action input[type=text], .call-to-action input[type=button] {
	margin-bottom:0px;
	height:40px;
}
.call-to-action h4 {
	line-height:40px;  
}
.call-to-action .signup-form .columns {
	padding-left:3px;
	padding-right:3px; 
}
/*-------------------------
Call to Action
-------------------------*/

/*---------------------------
26 - Footer
----------------------------*/
.footer {
	width:100%;
	color:#FFF;
	background-color:#2b2d32;
}
.footer h2 {
	font-size:1rem; 
	margin-bottom:10px;
	font-weight:bold;
	/*color:#c7262b;*/
		color:#ffff;
}

.my.social-icons {
    padding: 10px;
    background: #c7262b;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tx-div {
 background-color: #c7262b;
    width: 45px;
    display: block;
    height: 3px;
    opacity: .8;
    margin: 10px 0 15px;
}
.footerTop {
	 background-color:#212121;
}
.footerTop ul { 
	margin:0px;
	list-style:none;
}
.vertical li a {
	padding:8px 0px;
	
}
.footerbottom {
	width:100%;
	padding-top:20px;
	padding-bottom:20px;
}
.footer a {
	color:#FFF; 
}
.footer a:hover {
	color:#c7262b; 
}
.footerbottom ul {
	margin:0px;
}
.footerbottom ul li a {
	border-right:1px solid; 
	padding:0px 10px;
}
.footerbottom ul li:first-child a { 
	padding-left:0px;
}
.footerbottom ul li:last-child a { 
	border:0px;
	padding-right:0px;
}
.footerbottom .menu {
	padding-bottom:10px;
	margin-bottom:5px;
	border-bottom:1px solid #ededed;
	float:left; 
}
.footerbottom h2 {
	margin-bottom:5px; 
}
.footerbottom .payment a {
	font-size:1.45rem; 
}
.copyrightinfo {
	font-size:15px;
}
.address i {
    width: 45px;
    height: 45px;
    border: 2px solid;
    font-size: 1.2857142857142858em;
    text-align: center;
    line-height: 41px;
    float: left;
    margin-right: 0.7em;
    margin-bottom: 0.7em;
	color:#FFF;
}
.address h4 {
    font-size: 14px;
    text-transform: uppercase;
    margin: 0 0 5px;
	font-weight:bold;
	color:#FFF;
}
.footer p {
	color:#FFF; 
}
.footer ul {
	margin:0px; 
}
.office-hours li {
	padding-bottom:10px; 
}
.footer-widget input[type=text] {
	height:40px;
	max-width:230px; 
}
.socialicons {
	line-height:25px;
	font-size:18px; 
	font-weight:bold;
}
.socialicons a {
	margin-right:5px;
	margin-left:5px; 
}
#top {
	color: #ffffff;
    background: #3b3d42;
    position: fixed;
    right: 15px;
    text-align: center;
    bottom: 15px;
    font-weight: bold;
    text-decoration: none;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    padding: 3px 8px 6px;
    font-size: 27px;
	display:none;
}
/*--------------------------
Footer CSS ends here
---------------------------*/

/*-------------------------
27 - Media Queries
--------------------------*/
/*Large Screens Adjustments*/
@media only screen and (min-width: 64.063em) { 
	.search-head { 
		/*position: absolute;*/
		/*top: 0px;*/
		/*right: 0px;*/
		/*width: 117%;	*/
	}
	.owl-controls {
		margin-top:0px; 
	}
	.information-boxes { 
		padding-left:15px;
		padding-right:15px;
	}
	/*Header*/
	.logo-container {
		max-width:29.5%; 
	}
	.account-wrap {
		min-width:32.5%; 
	}
	.footer-widget { 
		/*margin-left:12.5px;*/
		/*margin-right:12.5px;*/
	}
	.search-wrap {
		max-width:38%; 
	}
	.footer-widget:first-child { 
		margin-left:0px;
	}
	.footer-widget:last-child {
		margin-right:0px; 
	}
	
	/*Information boxes*/
	.information-boxes .columns { 
		max-width:20%;
	}
	.hide-for-large-only { 
		display:none;
	}
}

/*Mobile Screens CSS*/
@media only screen and (max-width: 40em) {
	.responsive-table { 
		overflow-x:scroll;
	}
	.call-to-action h4 { 
		line-height:normal;
	}
	.mega-menu .child-nav {
		min-width:auto;
		min-height:auto; 
		max-width:auto;
		max-height:auto; 
		border:1px solid #ededed;
	}
	.backgroundstyle1 { 
		background-image:none;
		background-size:cover;
	 }
	.backgroundstyle2 { 
		background-image:none;
		background-size:cover;
	 }
	.second-child-nav { 
		top:0px !important;
	}
	.widget .menu li a {
		clear:both;
		position:relative; 
	}
	/*Nav code ends*/
	.logo {
		max-width: calc(100% - 65px);
		margin-right: 15px; 
	}
	.row .small-12 {
		margin-top:15px;
		margin-bottom:15px; 
	}
	.row .small-12:last-child { 
		margin-bottom:0px;
	}
	.row .small-12:first-child {
		margin-top:0px; 
	}
	.top-info-bar .row .small-12 { 
		margin-top:0px;
		margin-bottom:0px;
	}
	/*Footer Settings*/
	.footer-widget {
		margin-bottom:15px; 
	}
	.footerbottom ul {
		text-align: center;
		width: 100%;
		border-bottom: 0px; 
	}
	.copyrightinfo {
		text-align:center; 
	}
	.owl-prev , .owl-next { 
		position: relative;
	}
	.owl-prev:hover , .owl-next:hover { 
		position: relative;
	}
	.owl-next { 
		float:left;
		right:0px;
		margin-left:5px;
	}
	.owl-prev { 
		float:left;
		left:0px;
		margin-right:5px;
	}
	.owl-controls {
		width:60px;
		margin-top:30px; 
	}
	.open-shop-banner .content-section img {
		max-width:100%; 
	}
	.featured-area .owl-prev {
		right:0px; 
	}
	.featured-area .owl-next {
		right:0px; 
	}
	.user-icon {
		font-size:1.765rem; 
	}
	.block-banner .banner-details p { 
		display:none;
	}
	.block-banner .banner-details .promo-title { 
		font-size:2rem;
		-moz-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		-o-transform: translate3d(0, 0, 0);
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	.right-colapse { 
		padding-left:0px;
	}
	.left-colapse { 
		padding-right:0px;
	}
	.tabs-title a { 
		margin-right:1px;
		padding:5px;
		border-bottom:1px solid #3b3d42;
		margin-bottom:10px;
	}
	.bulk-price { 
		border-left:0px;
		display:block;
		margin-left:115px;
		padding-left:0px;
	}
	.title-section .review-count {
		display:none; 
	}
	.title-section .bordered-light {
		display:none; 
	}
	.single-product-detail .thumbnails img {
		margin-right:5px;
		width:calc(20% - 5px);
		height:auto; 
	}
}


/* .container {
    overflow-x: hidden;
} */


 .slick-arrow {
  font-size: 0;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  -webkit-appearance: none;
  border: 0;
  background: #444;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  outline: none;
}
 .slick-arrow:before {
  font-size: 23px;
  color: #FFF;
  font-family: bootstrap-icons !important;
}
 .slick-arrow.slick-next:before {
  content: "\f135";
}
 .slick-arrow.slick-prev:before {
  content: "\f12c";
}
 .slick-arrow:hover {
  cursor: pointer;
}
 .slick-arrow.slick-disabled {
  opacity: 0.5;
  background: #ccc;
}
 .slick-arrow.slick-disabled:hover {
  cursor: not-allowed;
  /* slick initialized */
}
.slick-initialized {
  position: relative;
}
.slick-initialized .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.slick-initialized .slick-next {
  right: 15px;
}
.slick-initialized .slick-prev {
  left: 15px;
}

.dropdown.menu.vertical>li.opens-right .is-dropdown-submenu{
        z-index: 9;
}

/*-------------------------
Media Queries Ends
--------------------------*/

.top-info-bar a {
    color: white;
}

.promotionalslider_single.slick-slide {
    background-size: cover;
    border-radius: 10px;
}
input.search-head {
    border-radius: 4px;
    overflow: hidden;
    border: 2px solid #336699;
    border-left: 0px;
    border-radius: 0px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.main-search-form input[type=text]:focus {
    box-shadow: none;
    outline: none;
    border: 2px solid #336699;
    border-left:0px !important;
}

.slick-initialized .slick-slide .slidecont {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;    gap: 25px;
}
.slick-initialized .slick-slide .slidecont h2 {
    font-size: 45px;
    background: #ffffffad;
    padding: 10px 25px;
    border-radius: 10px;
}
a.secondary.button.rounded.sm {
    border-radius: 30px;
    font-size: 12px;
    padding: 10px 15px;
}

.categorymain .category-group-image {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.categorymain figure.category-media {
    margin: 10px;
}.categorymain h4 {
    font-weight: 600;
    font-size: 15px;
}

.categorymain h4>a {
      font-size: 14px !important;
    line-height: 0px;
}
.categorymain.white {
    background: white;
    border: 1px solid grey;    margin: 10px 0px;
}

.categorymain {
    border: 1px solid #ededed;
    padding: 10px;
    border-radius: 10px;
}



.medium-8.my-0 {
    margin: 0px 20px;
}
.category-content li{
    display:flex;
}
.category-content li a{
    display: block;
    /*text-overflow: ellipsis;
    overflow: hidden;*/
    white-space: nowrap;
}.category-content li:before {
    content: "\f135";
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    margin-right: 8px;
}.categorymain figure.category-media img {
    border-radius: 5px;
        object-fit: cover;
}
.list-style li {
    position: relative;
    padding-left: 30px !important;
    font-size: 16px;
    line-height: 1.8;
    font-weight: 600;
}
.list-style li:before {
    content: "\f8e7" !important;
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-size: inherit;
	position: absolute;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    margin-right: 8px;
	left: 0px;
	color: #336699;
  top: 2px;
}

.catlinks a {
    background: rgb(244, 246, 248);
    border-radius: 4px;
    color: rgb(94, 115, 132);
    text-decoration: none;
    font-size: 14px;
    line-height: 21px;
    padding: 4px 12px;
    margin-bottom: 5px;
    display: inline-block;
    margin-right: 4px;
}

.catlinks a.readmore {
    background: #c7262b;
    color: white;
}
.catlinks a:hover {
    background: #336699;
    color: white;
}
img.footerlogo {
    background: white;
    padding: 6px;
    width: 170px;
    border-radius: 10px;
    max-width: 100%;
}
.socialicons a {
    font-size: 25px;
}

.logo img {
    max-height: 50px;
}

    .form-container .error {
      color: red;
    }
    .form-popup {
      display: none;
      position: fixed;
      bottom: 0;
      right: 15px;
      border: 1px solid #555;
      z-index: 9;
      width: 100%;
    height: 100%;
   
    align-items: center;
    justify-content: center;
    left: 0px;    background: #0000004d;
    border: none;
}

    
    .form-container h2 {
      text-align: center;
      margin-bottom: 20px;
    }

    .form-container .btn {
      background-color: #4CAF50;
      color: white;
      padding: 12px 20px;
      border: none;
      cursor: pointer;
      width: 100%;
      margin-bottom: 10px;
      opacity: 0.8;
    }

    .form-container .btn:hover, .form-container .btn:active {
      opacity: 1;
    }

    .form-container .cancel {
      background-color: #ccc;
    }

    .form-container .btn, .form-container .cancel {
      float: left;
      width: 50%;
    }

    .form-container .btn:hover, .form-container .cancel:hover {
      background-color: #45a049;
    }
    
.content-section.featured-wrap.row.formcont {
    width: 900px;
    max-width: 100%;
    box-shadow: 0 0 2px 1px rgba(33,153,232,.5);
    background: white;
    position: relative;
    padding: 20px;
}

button.btn.cancel {
    position: absolute;
    right: 0px;
    top: 0px;
    background: #c7262b;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translate(10px, -15px);
}.alert.alert-success {
    background: #008000a3;
    color: white;
    padding: 15px;
    text-align: center;
}.Enquire-box {
    background: white;
    padding: 10px;
    width: fit-content;
    border-radius: 4px;    border: 1px solid #e4e4e4;margin-top: 15px;
}
.dropdown-pane{
   left:0px;
}

.medium-12.small-12.columns.inner-mega {
    margin: 0px !important;
    padding: 0px 10px !important;
}

li.mega-menu.parent-nav.is-dropdown-submenu-parent.opens-right.is-active {
    background: #c7262b;
    color: white;
}

li.mega-menu.parent-nav.is-dropdown-submenu-parent.opens-right.is-active>a {
    color: white;
}
.top-info-bar svg {
    stroke: #336699;
    background: white;
    padding: 2px;
    border-radius: 2px;
    margin-right: 2px;
    margin-top: -10px;
}
.top-info-bar ul.menu i.fa {
    color: #336699;
    background: white;
    padding: 2px;
    border-radius: 2px;
}.section-title.home {
    font-size: 10px;
}

.content-section.featured-wrap.row .medium-4.small-12.columns {
    padding: 0px;
    transform: scale(0.96);
        width: 100%;
}

.content-section.featured-wrap.row .medium-8.my-0 {
    margin: 10px 20px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.content-section.featured-wrap.row.home .slick-initialized .slick-slide {
    display: block;
    height: 360px;
}

.content-section.featured-wrap.row.home  div#homepageslider_wrapper {
    transform: scale(0.9);
}

.content-section.featured-wrap.row.home .slick-initialized .slick-slide .slidecont h2 {
    font-size: 25px;
 
}ul.Region-list {
    display: flex;
    gap: 10px;
    margin: 10px;
}ul.Region-list li {
    display: block;
    border: 2px solid #336699;
    padding: 10px;
    flex: 1;
    margin: auto;
    border-radius: 6px !important;
    width: 100% !important;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
ul.Region-list li a {
    display: flex;
    flex-direction: column;
}

ul.Region-list.brands {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
ul.Region-list.country img {
    width: 50px;
    height: 50px;
    object-fit: contain;
    margin: auto;
}



.testimonials .card {
  border-bottom: 3px #007bff solid !important;
  transition: 0.5s;
  margin-top: 60px;
}
.testimonials .card i {
  background-color: #007bff;
  color: #ffffff;
  width: 75px;
  height: 75px;
  line-height: 75px;
  margin: -40px auto 0 auto;
}
.promotionalslider_single.testi {
    background: white;
    margin: 0px 10px;
    overflow:hidden;
}

    @media screen and (max-width: 600px) {
      .form-container .btn, .form-container .cancel {
        width: 100%;
      }
    }

.medium-8.my-0.mycatt>div> .categorymain {
    min-height: 190px;
}
.categorymain {
    min-height: 190px;
}

form.business_card  {
    background: white;
    padding: 25px;
    border-radius: 5px;    position: relative;
}

form.business_card h3 {
    color: #336699;
    font-weight: 600;
}

.bgdark {
    background-blend-mode: multiply;
    background-color: #00000052;
    background-size: cover;
    background-position: center;
}


.text-white{
    color:white;
}

ul.top_sub_menu li a {
    color: #4e4e4e;
    border: none !important;
    margin-bottom: 10px !important;
}

ul.top_sub_menu li {
    display: block;
}ul.top_sub_menu li a {
    color: #4e4e4e;
    border: none !important;
    margin-bottom: 0px !important;
    display: block;
    padding: 5px !important;
}


body.theme-default .hc-offcanvas-nav .nav-back a {
    BACKGROUND: #c7262b;
}

body.theme-default .hc-offcanvas-nav .nav-content>h2 {
    font-weight: 900;
    color: white;
}

.store-btns.flextwo {
    display: flex;
    align-items: center;
}

.store-btns.flextwo>* {
    font-size: 12px;    margin: 0px;
}
.thumbnail.imgfixpro .medium-7.small-12.columns>h4+p.store-end {
    margin: 0px;
    padding-bottom: 5px;
}
.store-btns.flextwo {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.tooltipp {
    position: relative;
    display: block;
    cursor: pointer;
    width: fit-content;
}
.tooltipp .tooltiptext {
    visibility: hidden;
    position: absolute;
    width: fit-content;
    min-width:120px;
    background-color: #555;
    color: #fff;
    text-align: center;
    padding: 5px;
    border-radius: 6px;
    z-index: 1;
    opacity: 0;
    transition: opacity .6s;
    left: 0px;
    bottom: -150%;
}
.tooltipp:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.years {
    background: #336699;
    color: white;
    padding: 1px 5px;
    border-radius: 5px;
}
.flex-two>* {
    margin: 0px;
}
.flex-two {
    display: flex;
    align-items: center;
    gap: 5px;
}

h4.vendercompany a {
    color: #c7262b;
    font-weight: 700;
    font-size: 16px !important;
}.store-page .store-end {
    margin-bottom: 12px;
}

.tabs-content ul {
    list-style-type: revert;
}
.vender-detail {
    background: white;
    border-radius: 2px;
    padding: 15px;
    text-align: center;    border: 1px solid #e4e4e4;
}

img.venderlogo {
    border: 1px solid grey;
    margin-bottom: 15px;
    border-radius: 5px;
}

.vender-detail .tooltipp {
    margin: auto;
}

a.vender-phone {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: auto;
    width: fit-content;
    background: #336699;
    padding: 5px 10px;
    color: white;
    margin-top: 10px;
    border-radius: 4px;
}.mb-0 {
    margin-bottom: 0px;
}.categorymain figure.category-media {
  margin: 0px !important;
    padding: 10px 0px 10px 10px!important;
    width: 50% !important;
    flex: none !important;
}

.category-group-image .category-content {
    width: 50%;
    flex: none;
}

.categorymain .category-group-image {
    display: FLEX;
}
.content-area.store-page.row figure.category-media {
    margin: 0px !important;
    padding: 10px !important;
    width: 100% !important;
    flex: none !important;
}


.group-image {
    display: flex;
    gap: 15px;
    overflow:auto;
}
.group-image img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border: 1px solid #dadada;
    border-radius: 5px;
    cursor: pointer;
    max-width: 100%;
    flex: none;
}
ul.myUL {
    position: absolute;
    background: white;
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    z-index: 9999;
    max-height: 300px;
    overflow: auto;
}
.search-wrap {
    position: relative;
}
ul.myUL li {
    border-bottom: 1px solid #e5e5e5;
    padding: 4px 5px;
}
ul.myUL li:hover {
    background: #c7262b;
    color: white;
    cursor: pointer;
}
.header ul.myUL {
    margin-top: 45px;
}div#state_chosen>ul {
    min-height: 37px;
}

/* The container_radio */
.container_radio {
  display: block;
  position: relative;
  padding-left: 20px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.container_radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.container_radio .checkmark {
  position: absolute;
  top: 5px;
  left: 0;
  height: 15px;
  width: 15px;
  background-color: #eee;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.container_radio:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.container_radio input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.container_radio .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.container_radio input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.container_radio .checkmark:after {
 	top: 5px;
	left: 5px;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: white;
}

ul.menu.dropdown.float-right ul.top_sub_menu {
    display: none;
}
li.is-dropdown-submenu-parent.opens-right {
    position: relative;
}
ul.menu.dropdown.float-right ul.top_sub_menu.js-dropdown-active{
        display: block !important; top: 100%;
    left: 0px;
    right: auto;
}
div#Specificbx {
    display: none;
}.text-red p {
    color: red;
}
button#load-more {
    margin: auto;
    display: block;
    background: #336699;
    color: white;
    padding: 10px 20px;
    border-radius: 24px;
    cursor: pointer;
}
.disabled-button {
    pointer-events: none;
    opacity: 0.6; /* You can adjust the opacity to your preference */
    /* Add any other styling you want for a disabled button */
}
.mycardLead {
    border-bottom: solid 1px #ddd;
    box-shadow: 0px 1px 3px #ccc;
    margin-bottom: 15px;
    border-radius: 10px;
    padding: 10px;    background: white;
}.mycardLead h4 {
    color: #336699 !important;
    font-weight: 600;
    font-size: 15px;
}
.d-flex {
    display: flex;
    justify-content: space-between;
    margin: 10px 0px;
}
.mycardLead .d-flex i {
    color: #336699;
}.mycardLead  .d-flex span:last-child {
    max-width: 90px;
    white-space: nowrap;
    overflow: hidden;
}
form#filterForm {
    background: white;
    padding: 15px;
    border-radius: 10px;
}
.stickyfillter{
    position: sticky;
    top: 40px;
}

.header ul.myUL {
    margin: 0px;
    left: 0px;
}form.slectinputhead {
    width: 100%;
}

/* Bootstrap 4 text input with search icon */

.has-search .form-control {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}.locationbox .input-group {
    margin-bottom: 0px;
    display: flex;
    align-items: center;
    position: relative;
}

.locationbox {
    background: white;
    width: 95%;
    max-width: 73rem;
    margin: auto;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 10px;
}

.locationbox .searchCi {
    display: flex;
    align-items: center;
    white-space: nowrap;
    justify-content: center;
    gap: 10px;
}

.locationbox .searchCi input.form-control {
    margin: 0px;
}
.locationbox .searchCi  .input-group-append {
    position: absolute;
    right: 5px;
    background: #336699;
    color: white;
    padding: 2px 6px;
    border-radius: 2px;
}

.locationbox .myUL {
    top: 42px;
}

.locationbox  .allcity {
    display: flex;
    gap: 15px;
}

/** default and google theme **/
.selectstyle{position:relative;}
.ss_dib{display:inline-block;vertical-align:top;}
.ss_button{margin:0;vertical-align:top;color:#595959;border: 1px solid #cbcbcb;border-radius:3px;width:250px;cursor:pointer;text-decoration:none;background:none;padding:10px;overflow:hidden;clear:both;display:inline-block;vertical-align:top;font-size:12px;font-weight:bold;word-break:break-all;}
.ss_text{white-space:normal;text-overflow:ellipsis;text-indent:0;white-space:nowrap;overflow:hidden;}
.ss_image{position:absolute;width:7px;height:11px;background:url('../images/google.png') no-repeat;}
.ss_ul{list-style:none;padding:8px 0; margin:0; margin-top:-35px;position:absolute;background:#fff;border:1px solid #ccc;-moz-box-shadow:0 1px 5px 1px rgba(0,0,0,0.1);-webkit-box-shadow:0 1px 5px 1px rgba(0,0,0,0.1);box-shadow:0 1px 5px 1px rgba(0,0,0,0.1); border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px; display:none;overflow:auto;z-index:100;}
.ss_ulsearch{margin:0; margin-top:-35px;position:absolute;background:#fff;border:1px solid #ccc;-moz-box-shadow:0 1px 5px 1px rgba(0,0,0,0.1);-webkit-box-shadow:0 1px 5px 1px rgba(0,0,0,0.1);box-shadow:0 1px 5px 1px rgba(0,0,0,0.1); border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;overflow:auto;z-index:100;display:none;}
.ss_ulsearch .ss_ul{display:block;position:relative;margin-top:0;border:none;-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none; border-radius:0px;-moz-border-radius:0px;-webkit-border-radius:0px;}
.ss_ulsearch .search{border-bottom:1px solid #ccc;padding:0;}
.ss_ulsearch .search input{background:inherit;border:none;height:100%;padding:10px 15px;outline:none;font-size:14px;width:calc(100% - 30px);width:-webkit-calc(100% - 30px);width:-moz-calc(100% - 30px);width:-o-calc(100% - 30px);background:url('../images/ful_grid_img.png') no-repeat;background-position: top 8px right 6px;}
.ss_ulsearch .search input:focus{outline:none;}
.ss_ulsearch .nosearch{text-align:center;font-size:12px;padding-bottom:10px;background:#fff;}
.ss_ul li{padding:10px 15px;cursor:pointer;border:none;text-align:left;color:#595959;transition-duration:.3s;-moz-transition-duration:.3s;-webkit-transition-duration:.3s;-o-transition-duration:.3s;font-size:14px;}
.ss_ul li:hover{border:none;background:#eee;}
.ss_ul li .ssli_text{vertical-align:top;display:inline-block;}
.ss_ul li .ssli_image{display:inline-block;width:16px;height:16px;margin-right:10px;margin-top:-1px;vertical-align:top;}
.ss_ul li .ssli_image img{width:16px;height:16px;}
.ss_ul::-webkit-scrollbar {width:10px;}
.ss_ul::-webkit-scrollbar:horizontal{height:10px;}
.ss_ul::-webkit-scrollbar-track {border-left:1px solid #D3D3D3;background:#F5F5F5;}
.ss_ul::-webkit-scrollbar-thumb {background:#C4C4C4;}
ul#select_style_ul input[type="text"] {
    margin: 0px;
    width: 100%;
}


.dropdown-select {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#40FFFFFF', endColorstr='#00FFFFFF', GradientType=0);
    background-color: #fff;
    border-radius: 6px;
    border: solid 1px #eee;
    box-shadow: 0px 2px 5px 0px rgba(155, 155, 155, 0.5);
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 14px;
    font-weight: normal;
    height: 42px;
    line-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: auto;

}

.dropdown-select:focus {
    background-color: #fff;
}

.dropdown-select:hover {
    background-color: #fff;
}

.dropdown-select:active,
.dropdown-select.open {
    background-color: #fff !important;
    border-color: #bbb;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05) inset;
}

.dropdown-select:after {
    height: 0;
    width: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #777;
    -webkit-transform: origin(50% 20%);
    transform: origin(50% 20%);
    transition: all 0.125s ease-in-out;
    content: '';
    display: block;
    margin-top: -2px;
    pointer-events: none;
    position: absolute;
    right: 10px;
    top: 50%;
}

.dropdown-select.open:after {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.dropdown-select.open .list {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    pointer-events: auto;
}

.dropdown-select.open .option {
    cursor: pointer;
}

.dropdown-select.wide {
    width: 100%;
}

.dropdown-select.wide .list {
    left: 0 !important;
    right: 0 !important;
}

.dropdown-select .list {
    box-sizing: border-box;
    transition: all 0.15s cubic-bezier(0.25, 0, 0.25, 1.75), opacity 0.1s linear;
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.09);
    background-color: #fff;
    border-radius: 6px;
    margin-top: 4px;
    padding: 3px 0;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 999;
    max-height: 250px;
    overflow: auto;
    border: 1px solid #ddd;
}

.dropdown-select .list:hover .option:not(:hover) {
    background-color: transparent !important;
}
.dropdown-select .dd-search {
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0.5rem;
    position: sticky;
    top: 0px;
    background: white;
}
.dropdown-select .dd-searchbox{
  width:90%;
  padding:0.5rem;
  border:1px solid #999;
  border-color:#999;
  border-radius:4px;
  outline:none;
}
.dropdown-select .dd-searchbox:focus{
  border-color:#12CBC4;
}

.dropdown-select .list ul {
    padding: 0;
}

.dropdown-select .option {
    cursor: default;
    font-weight: 400;
    line-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    transition: all 0.2s;
    list-style: none;
}

.dropdown-select .option:hover,
.dropdown-select .option:focus {
    background-color: #f6f6f6 !important;
}

.dropdown-select .option.selected {
    font-weight: 600;
    color: #12cbc4;
}

.dropdown-select .option.selected:focus {
    background: #f6f6f6;
}

.dropdown-select a {
    color: #aaa;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
}

.dropdown-select a:hover {
    color: #666;
}



span.select2.select2-container.select2-container--default {
    width: 100% !important;
    min-width: 135px;
}

.button.primary {
    background-color: #c7262b;
    font-size: 11px;
    margin: 0px;
    padding: 10px 25px;
    display: flex;
    gap: 10px;
}

.w-100{
    width:100% !important;
}
.br-0{
    border-radius:0px!important;
}

.thumbnail.imgfixpro img {
    height: 250px;
    object-fit: cover;
    width: 1000%;
}
@media only screen and (min-width: 900px) {
    
    .main-image img {
    height: 450px;
    object-fit: contain;
}

.banner {
    padding-top: 40px;
    display: flex;
}

.slick-initialized .slick-slide .slidecont {
    height: 480px;
}

.is-dropdown-submenu>li {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
.content-section.featured-wrap.row.home {
    display: flex;
}

.content-section.featured-wrap.row.formcont{
        display: flex;
}
}

.content-section.featured-wrap.row.four>div {
    width: 100%;
}.content-section.featured-wrap.row.four:before {
    display: none;
}
.medium-12.my-0.mycatt {
    padding: 15px;
}
.medium-12.my-0.mycatt>.medium-3.small-12.columns {
    margin-bottom: 20px;
}
.medium-12.my-0.mycatt>.medium-3.small-12.columns>.categorymain {
    min-height: 200px;
}
.medium-12.my-0.mycatt>.medium-3.small-12.columns>.categorymain>h4 {
    margin-bottom: 10px;
}
.thumbnail.imgfixpro .medium-7.small-12.columns>h4 a>b {
    font-size: 16px;
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.payment.pull-right img {
    height: 45px;
    background: white;
    padding: 0px 10px;
    object-fit: cover;
    width: 300px;
    max-width: 100%;
}
.logindesign{background: white;
    padding: 20px;
    
}




/**Typeo CSS End**/
.faq-title {
	text-align: center;
	font-size: 45px;
	font-weight: normal;
}

.faq-group {
	display: flex;
	flex-flow: row wrap;
	width: 100%;
}

.faq-group .faq-left {
	width: 38%;
}

.faq-group .faq-right {
	width: 58%;
	border-left: #ccc 1px solid;
	padding-left: 30px;
	margin-left: 4%;
}

.faq-group h3 {
	font-size: 24px;
	font-weight: normal;
	margin: 35px 0 15px 0;
}

.faq-group h3:first-child {
	margin-top: 0px;
}
.faq-btns {
 margin-bottom: 40px;
}
.faq-btn {
	width: 100%;
	display: inline-block;
	border: #000 1px solid;
	border-radius: 4px;
	text-align: center;
	margin: 10px 0;
	background-color: #fff;
	padding: 14px;
	text-decoration: none;
	color: #000;
	transition: 0.5s all;
}

.faq-btn:hover {
	background-color: #000;
	color: #fff;
}

.faq-item {
	width: 100%;
	margin: 7px 0px;
	border-bottom: #ebebeb 1px solid;
}

.faq-item .faq-label {
	position: relative;
	width: 100%;
	padding: 12px 26px 12px 0px;
	cursor: pointer;
	font-size: 18px;
	color: #000;
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
}

.faq-item .faq-label i {
	width: 18px;
	height: 100%;
	position: absolute;
	right: 0px;
	top: 0px;
}

.faq-item .faq-label i:before {
	content: '';
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	margin: auto;
	width: 18px;
	height: 2px;
	background-color: #000;
}

.faq-item .faq-label i:after {
	content: '';
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	margin: auto;
	width: 2px;
	height: 18px;
	background-color: #000;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
}

.faq-item.faq-item-show .faq-label i:after {
	opacity: 0;
}

.faq-cont {
	transition: 0.3s all;
	overflow: hidden;
	height: 0px;
}

.faq-item.faq-item-show  .faq-cont {
	display: block;
	padding-top: 20px;
	padding-bottom: 20px;
	overflow: auto;
	height: auto;
}

.faq-cont p {
	margin: 0px 0 20px 0;
}

.faq-cont p:last-child {
	margin-bottom: 0px;
}

@media(max-width:992px) {
	.faq-group .faq-left{
  width: 100%;
 }
.faq-group .faq-right {
 width: 100%;
 border-left: none;
 padding-left: 0;
 margin-left: 0;
}
.medium-5.small-12.columns.account-wrap {
    display: flex;
}
}	


@media only screen and (min-width: 800px) {
    .content-section.featured-wrap.row.four {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.dropdown.menu.vertical>li.opens-right .is-dropdown-submenu {
    right: auto;
    left: 271px !important;
    position: absolute;
    top: 0px !important;
    min-height: 100%;
}

.is-dropdown-submenu-parent {
    position: inherit;
}
.widget.categories {
    position: relative;
}

.slick-arrow {
    opacity: 0.5;
}

.slick-arrow:hover {
    opacity: 1;
}
}

.featured_items.row.module.testimonials.Trending .categorymain h4>a {
    height: 35px !important;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: initial;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}.medium-12.small-12.columns>.store.small-module>.thumbnail {
    width: 100%;
}

@media only screen and (min-width: 900px) {
    
.content-section.featured-wrap.row.four {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.medium-12.my-0.mycatt.four {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.medium-12.my-0.mycatt>.medium-3.small-12.columns {
    width: 100%;
}

.content-section.featured-wrap.row.six {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.content-section.featured-wrap.row.six:before {
    display: none;
}

.content-section.featured-wrap.row.six>div {
    width: 100%;
}

.content-section.featured-wrap.row.twogrid {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.content-section.featured-wrap.row.twogrid>div {
    width: 100%;
}
.content-section.featured-wrap.row.twogrid:before {
    display: none;
}
}



@media only screen and (max-width: 900px) {

.content-section.featured-wrap.row.four {
    display: grid;
    grid-template-columns: 1fr ;
}
.content-section.featured-wrap.row.six {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.content-section.featured-wrap.row.six:before {
    display: none;
}

.content-section.featured-wrap.row.six>div {
    width: 100%;
}

a.secondary.button.rounded.sm {
    border-radius: 30px;
    font-size: 10px;
    padding: 10px 10px;
}

.featured_items.row.module.catlinks {
    margin: 0px 15px;
}div#promotional_slider {
    height: 300px;
}
.slick-initialized .slick-slide .slidecont h2 {
    font-size: 25px;

}
.slick-initialized .slick-prev {
    left: -10px;
}.slick-initialized .slick-next {
    right: -10px;
}


.slick-initialized .slick-slide .slidecont {
    height: 300px;
}

.dropdown.menu.vertical>li.opens-right .is-dropdown-submenu {
    position: initial;
}nav.widget-content {
    overflow: hidden;
}.content-section.featured-wrap.row .medium-8.my-0 {
    margin: 0px 20px;
    display: grid;
    grid-template-columns: 1fr;
}.content-section.featured-wrap.row.home div#homepageslider_wrapper {
    transform: scale(0.8);
}

div#myForm .content-section.featured-wrap.row.formcont .medium-4.small-12.columns img#gimg {
    width: 150px;
    margin: auto;
    display: block;
}

button.btn.cancel {
    right: 20px;
    top: 25px;
}
div#showcase_slider .slick-list.draggable .slick-track>div {
    margin: 0px 5px;
}
.featured_items.row.module {
    margin-bottom: 40px !important;
}

ul.Region-list {
    display: grid !important;
    grid-template-columns: 1fr 1fr 1fr;
}
    
    ul.Region-list li{
    width: 100% !important;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.vender-detail {

    margin: 10% 4% !important;
    display: block;
    width: 92%;
}
.locationbox .searchCi {
    flex-direction: column;
    justify-content: center;
    margin: 15px auto;
}span.select2.select2-container.select2-container--default {
    min-width: 200px !important;
}

}@media only screen and (max-width: 900px){

.top-info-bar .menu li a {
    font-size: 10px;
}
    .categorymain .category-group-image {
    display: block;
}


}


.th.large-4.medium-6.small-12.columns:nth-child(1) .card {
    background: linear-gradient(-45deg, #c42631, #369);
    -webkit-border-radius: 15px 15px 15px 15px;
    border-radius: 15px 15px 15px 15px;
  }
  .th.large-4.medium-6.small-12.columns:nth-child(1) .card .title .fas{
          background: linear-gradient(-45deg, #274e85, #eee);
    -webkit-border-radius: 15px 15px 15px 15px;
    border-radius: 15px 15px 15px 15px;
  }
  .th.large-4.medium-6.small-12.columns:nth-child(2) .card {
    background: linear-gradient(-45deg, #369, #c42631);
    -webkit-border-radius: 15px 15px 15px 15px;
    border-radius: 15px 15px 15px 15px;
}
.th.large-4.medium-6.small-12.columns:nth-child(2) .card .title .fas{
     background: linear-gradient(-45deg, #c42631, #eeeeee);
    -webkit-border-radius: 15px 15px 15px 15px;
    border-radius: 15px 15px 15px 15px;
}
.th.large-4.medium-6.small-12.columns:nth-child(3) .card{
    background: linear-gradient(-45deg, #c42631, #369);
    -webkit-border-radius: 15px 15px 15px 15px;
    border-radius: 15px 15px 15px 15px;
}
 .th.large-4.medium-6.small-12.columns:nth-child(3) .card .title .fas{
          background: linear-gradient(-45deg, #274e85, #eee);
    -webkit-border-radius: 15px 15px 15px 15px;
    border-radius: 15px 15px 15px 15px;
  }
/* .col-sm-4:nth-child(3) .card, .col-sm-4:nth-child(3) .card .title .fas {
    background: linear-gradient(-45deg, #24ff72, #9a4eff);
    -webkit-border-radius: 15px 15px 15px 15px;
    border-radius: 15px 15px 15px 15px;
} */
.card {
    position: relative;
    max-width: 450px;
    height: auto;
    border: none;
    margin: 0 auto;
    margin-bottom: 15px;
    padding: 40px 20px;
    box-shadow: 0 10px 15px rgba(0, 0, 0, .15);
    transition: 5s;
    overflow: hidden;
    transform: scale(1);
    transition: all .35s;
    display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
}
.card:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40%;
    background: rgba(255, 255, 255, .1);
    z-index: 1;
    transform: skewY(-5deg) scale(1.5);
}
.card:hover {
    transform: scale(1.05);
    transition: all .35s;
}
.title .fas {
    color: #fff;
    font-size: 60px;
    width: 100px;
    height: 100px;
    border-radius: 50% !important;
    text-align: center;
    line-height: 100px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, .15);
}
.title h2 {
    position: relative;
    margin: 20px 0 0;
    padding: 0;
    color: #fff;
    font-size: 35px;
    z-index: 2;
}
.price h4 {
    margin: 0;
    padding: 20px 0;
    color: #fff;
    font-size: 20px;
}
.option ul {
    margin: 0;
    padding: 0;
}
.option ul li {
    margin: 0 0 10px;
    padding: 0;
    list-style: none;
    color: #fff;
    font-size: 18px;
}
.option {
    position: relative;
    z-index: 2;
}
.card a {
    position: relative;
    z-index: 2;
    background: #fff;
    color: slategray;
    width: 150px;
    height: 40px;
    line-height: 40px;
    border-radius: 40px;
    display: block;
    text-align: center;
    margin: 20px auto 0;
    font-size: 16px;
    cursor: pointer;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .15);
    transform: scale(1);
    transition: all .35s;
}
span.month {
    color: #fff;
    font-style: italic;
}



-------------------

/* Nuclear CSS - Overrides ALL conflicting styles */
.store-page .store h4.vendercompany,
.store-page .store h4.vendercompany a,
.store-page [class*="vender"] h4,
.store-page [class*="vendor"] h4 {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  width: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  position: absolute !important;
  clip: rect(0, 0, 0, 0) !important;
  opacity: 0 !important;
}

.top-info-bar .menu>li>a i{    background: #ffffff45;
    font-size: 16px;
	    line-height: 1.5;
    padding: 2px 6px;
    border-radius: 13%;}
.btn-info {
    color: #fffefe;
    background-color: #336699;
    border-color: #336699;
}
.btn-info:hover {
    color: #fffefe;
    background-color: #285a8b;
    border-color: #3c71a6;
}	

.rev_slider_wrapper{/* -webkit-box-shadow: 1px 1px 15px 3px rgba(0,0,0,0.23); 
box-shadow: 1px 1px 15px 3px rgba(0,0,0,0.23); */
border-radius:10px;}
.dropdown-menu a{color:#222; padding:0px 10px;display:inline-block;line-height:1.5;}
.dropdown-menu a:hover{color:#8d8888; padding:0px 10px;}

/* service list 2 colom */

.service_list_two_colom .sl_two_colom_text {
  max-width: 475px;
  text-align: left;
}

.service_list_two_colom .sl_two_colom_text .section_title {
  text-align: left;
  margin: 15px 0 40px 0;
}

.service_list_two_colom .sl_two_colom_text .section_title h2 {
  margin-bottom: 15px;
}

.service_list_two_colom .sl_two_colom_text ul {
  padding-bottom: 30px;
}

.service_list_two_colom .sl_two_colom_text ul li {
  position: relative;
  padding-left: 45px;
  text-align: left;
}

.service_list_two_colom .sl_two_colom_text ul li::before {
  content: "";
  position: absolute;
  left: 0;
  width: 22px;
  height: 22px;
  background-image: url(../images/right_icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.service_list_two_colom .sl_two_colom_text ul li h3 {
  margin-bottom: 5px;
}

.service_list_two_colom .sl_two_colom_image img {
  max-width: 100%;
}

.service_list_two_colom .sl_two_colom_text .service_list_point ul {
  position: relative;
  text-align: left;
}

.service_list_two_colom .sl_two_colom_text .service_list_point ul li::before {
  background-image: none;
  text-align: left;
}

.service_list_two_colom .sl_two_colom_text .service_list_point ul li {
  padding-left: 0;
  padding-bottom: 5px;
}

 .feature_block {
	background-color: #ffffff;
	border-radius: 12px;
	padding: 10px;
	margin-top: 0px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	position: relative;
	overflow: hidden;
	border: 1px solid #dddddd;
}
.feature_block p{line-height:1.2;}

 .feature_block .icon img {
	width: 65px;
	height: auto;
}
.feature_block h6{font-size: 14px;
  line-height: 1;
  margin-bottom: 6px;
  color: #747272;
}
.feature_block p{margin-bottom:0px}
.location_map {
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 60px;
	height: 60px;
	cursor: pointer;
}

.location_map::before {
	position: absolute;
	right: 0px;
	bottom: -60px;
	width: 40px;
	height: 40px;
	border-top: 50px solid transparent;
	border-right: 50px solid #c7262b;
	border-bottom: 50px solid transparent;
	content: "";
	display: block;
}
.text_info{line-height: 1;
  padding-left: 4px;width:75%}
  

.buy-leads-box {
  background: #fff;
  border-radius: 6px;
  padding: 10px;
  width: 100%;
}
.columns-led {
  display: flex;
  gap: 10px;
}

.title-leds {
  background: red;
  color: white;
  padding: 6px 10px;
  font-size: 16px;
  margin-bottom: 8px;
}


.scroll-container {
  height: 300px; /* Adjust height */
  overflow: hidden;
  flex: 1;
}

.scroll-content {
  display: flex;
  flex-direction: column;
  animation: scroll-vertical 6s linear infinite;
}

.item {
	padding: 5px;
	border-bottom: 2px solid #eee;
	display: flex;
	align-items: center;
	gap: 6px;
	white-space: nowrap;
	background: #f9f9f9;
	margin-top: 10px;
	font-weight: bold;
	line-height:1;
}
.item  span{line-height:1.2}

.item img {
  width: 60px;
  height: 30px;
  flex-shrink: 0; /* Prevent shrinking */
  vertical-align: middle; /* Ensure inline vertical alignment */
  border:1px solid #ccc;
}

@keyframes scroll-vertical {
  0% { transform: translateY(0); }
  100% { transform: translateY(-50%); }
}
	
.me-2.text-success.fs-4 {
	background: #0a9b2f;
	color: #fff !important;
	padding: 10px;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 15px !important;
    
	
}
.me-2.text-danger.fs-4 {
	background: #dc3545;
	color: #fff !important;
	padding: 10px;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 15px !important;
    
}
.left-side li span.me-2 + span{font-size:17px;flex:1;font-weight: 600;}
.right-side li span.me-2 + span{font-size:17px;flex:1;font-weight: 600;}

.rfqs-bannerbar-top {
	background: url(../images/banner-rfq-wrappern.jpg.jpg);
	background-size: cover;
	background-position: top right;
	padding: 40px 30px 40px 10px;
}
.rfq-form-wrapper {
	background-color: #fff;
	padding: 20px;
}
.rfq-form-wrapper {
	box-shadow: 0 0 50px #b5b5b5;
	border-radius: 5px;
}

 .list_block {
	background: #ffffff 0% 0% no-repeat padding-box;
	box-shadow: 0px 3px 15px #edebf6;
	border: 1px solid #ebe9f0;
	border-radius: 6px;
	min-height: 160px;
	padding: 10px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	margin-top: 30px;
	border-bottom: 4px solid transparent;
	transition: .4s all;
}


.list_block .icon {
	height: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.single-slide-item {
	font-size: 16px;
	color: #fff;
}

 .list_block .icon img {
	height: 80px;
}

/*-------------- Counter Css ------------------*/

.counter-section {
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
	height: auto;
	position: relative;
	padding-top: 114px;
}
.counter-section:before {
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	background: rgba(0,0,0,0.9);
}
.counter-block {
	background-color: #fff;
	border-radius: 3px;
	padding: 55px 0px 15px 15px;
	position: relative;
}
.counter-block p {
	color: #2e2d2d;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 700;
}
.counter-block span.counter {
	color: #c7262b;
	font-size: 36px;
	display: inline-block;
	margin-right: 10px;
	letter-spacing: -1px;
}
span.counter-icon {
	position: absolute;
	border-radius: 3px;
	background-color: #c7262b;
	color: #fff;
	line-height: 74px;
	text-align: center;
	height: 72px;
	width: 84px;
	left: 15px;
	top: -36px;
	font-size: 36px;
}
.counter-section {
	background-image: url(../images/eye-contact-header.webp);
}
/*-------------- Latest News Css ------------------*/

.latest-news-section {
	border-radius: 3px;
	background-color: #ebebeb;
	margin-top: 15px;
	clear: both;
	width: 100%;
	float: left;
	padding-right: 15px;
	position: relative;
}
.latest-news-section h4 {
	margin-top: 6px;
}
.latest-news-section a {
	color: #444444;
}
.latest-news-section:hover {
	background-color: #dfdfdf;
}
.latest-news-section:hover a {
	text-decoration: none;
}
.news-date {
	width: 94px;
	background-color: #c7262b;
	color: #fff;
	text-transform: uppercase;
	font-size: 48px;
	text-align: center;
	border-radius: 3px 0px 0px 3px;
	float: left;
	margin-right: 20px;
	padding: 25px 0px 0px;
	position: relative;
	min-height: 103px;
}
.news-date:before {
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 10px solid #ec0927;
	right: -10px;
	top: 20px;
	position: absolute;
	content: "";
}
.news-date span {
	font-size: 14px;
	display: block;
	border-radius: 0px 0px 0px 3px;
	background-color: #9e0b0f;
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	color: #fff;
}
.latest-news-section p {
	margin-bottom: 0px;
	font-size: 12px;
	line-height: 18px;
}
.latest-news-section .news-post-by {
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 5px;
}
.latest-news-section .news-post-by span {
	color: #c7262b;
}
.latest-news-section h5 {
	margin-bottom: 6px;
	margin-top: 8px;
}
/*-------------- Testimonial Css ------------------*/

.testimonial {
	background-color: #c7262b;
	border-radius: 4px;
	position: relative;
}
.testimonial-item {
	color: #fff;
}
.testimonial-img-bg {
	width: 100%;
	border-radius: 4px 0px 0px 4px;
	background-size: cover;
	background-position: center;
	height: 222px;
}
/*.testimonial-img-bg {
	background-image: url(../images/testimonial.jpg);
}*/
.testimonial-item {
  color: #fff;
}
.testimonial-content {
	padding: 40px 20px 20px 0px;
	font-size: 16px;
	position: relative;
}
.testimonial-content:before {
	position: absolute;
	display: block;
	content: "\f10d";
	left: -20px;
	top: 10px;
	font-family: 'Font Awesome\ 5 Free';
	font-weight: 900;
	font-size: 26px;
}
.testimonial-content:after {
	position: absolute;
	display: block;
	content: "\f10e";
	right: 10px;
	bottom: 10px;
	font-family: 'Font Awesome\ 5 Free';
	font-weight: 900;
	font-size: 26px;
}
.testimonial .owl-dots {
	position: absolute;
	left: 43%;
	bottom: 8px;
	z-index: 99;
}
.testimonial .owl-dots .owl-dot {
	width: 12px;
	height: 12px;
	background-color: #790000;
	border-radius: 100%;
	margin-left: 6px;
	display: inline-block;
}
.testimonial .owl-dots .owl-dot.active {
	background-color: #fff799;
}

.div-mobile h4 {
    font-size: 16px;
    color: #ed9999;
}
.hk-list li{display: inline-block;border-bottom: 1px solid #595959;margin-right: 15px;padding: 5px;}
.hk-list a{font-size: 12px;text-transform: capitalize;}

/* Layout */
.logo-slider {
  overflow: hidden;
  white-space: nowrap;
  display: flex;
}

.logo-track {
  display: inline-flex;
  animation: scroll 20s linear infinite;
  gap: 10px; /* Space between logos */
}

.logo-track:hover {
  animation-play-state: paused; /* Stop scroll on hover */
}

.logo-track img {
  height: 140px; /* adjust size */
  width: auto;
  display: block;
  border:1px solid #ccc;
  border-radius:10px;
}

@keyframes scroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
.text-justify{    text-align: justify;}

/* Stacked Lines — Double underline using ::before & ::after */
.h-double {
  position: relative;
  display: inline-block;
  padding-bottom: 14px; /* space for the lines */
}

.h-double::before,
.h-double::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
}

.h-double::before {
  bottom: 4px;           /* upper line */
  background: #cbd5e1;   /* light slate */
}

.h-double::after {
  bottom: 0;             /* lower line */
  background: #0f172a;   /* dark slate */
}

/* Slash Accent — diagonal bar using ::before */
.h-slash {
  position: relative;
  display: inline-block;
  padding-left: 16px; /* space for the slash */
  color: #0b0b0b63;
}

.h-slash::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 12px;
  height: 70%;
  background: linear-gradient(180deg, #60a5fa, #3b82f6);
  transform: translateY(-50%) skewX(-15deg);
  border-radius: 2px;
}

/* Featured — Ribbon Tag style using ::after */
.h-ribbon {
  position: relative;
  display: inline-block;
  font-size:1rem;
  background: #ef4444; /* red background */
  color: #fff;         /* white text */
  padding: 10px 18px 10px 16px;
  border-radius: 8px 8px 8px 0;
}

.h-ribbon::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  border: 10px solid transparent;
  border-left-color: #ef4444; /* matches background color */
}
.caption p{color:#121212}

 /* ===== Footer Base ===== */
.footer {
  background: #3f5571;; /* Deep blue */
  color: #fff;
  padding: 50px 0 20px;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 1.6;
}

.footer a {
  color: #d0e4ff;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer a:hover {
  color: #ffcc00;
}

/* ===== Footer Titles ===== */
.footer .title,
.footer .title2 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #fff;
  position: relative;
}

.footer .title::after {
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  background: #ffcc00;
  margin-top: 5px;
}

/* ===== Links List ===== */
.footer .flinks {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
}

.footer .flinks li {
  margin-bottom: 8px;
}
.footer .flinks li a:before {
    content: "\f135";
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    margin-right: 8px;
}

.footer .flinks li a {
  font-size: 14px;
  display: inline-block;
}

.footer .flinks li a:hover {
  padding-left: 5px;
}

/* ===== Contact Info ===== */
.footer .fcallus a,
.footer .femails a {
  font-weight: 600;
}

.footer .dif {
  font-size: 13px;
  color: #bbb;
  margin: 5px 0;
}

/* ===== Social Icons ===== */
.footer .social-icons {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0;
  margin: 10px 0 20px;
}

.footer .social-icons a img {
  transition: transform 0.3s ease;
}

.footer .social-icons a:hover img {
  transform: scale(1.1);
}

/* ===== App Links ===== */
.footer .fapps {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.footer .fapps a {
  display: inline-block;
}

.footer .fapps img {
  border-radius: 6px;
  transition: transform 0.3s ease;
}

.footer .fapps img:hover {
  transform: scale(1.05);
}

/* ===== Language Selector ===== */
#google_translate_element {
  background: #fff;
  border-radius: 4px;
  padding: 5px;
  font-size: 13px;
}

/* ===== Copyright ===== */
.footer .copyr {
  text-align: center;
  font-size: 13px;
  color: #ccc;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 15px;
  margin-top: 20px;
}

.footer .copyr a {
  color: #ffcc00;
  font-weight: bold;
}

/* ===== Responsive Layout ===== */

/* Medium Screens (Tablets) */
@media (max-width: 992px) {
  .footer .row {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
  }
  .footer .col-3 {
    flex: 1 1 45%;
  }
}

/* Small Screens (Phones) */
@media (max-width: 768px) {
  .footer {
    padding: 30px 15px;
    text-align: center;
  }
  .footer .row {
    display: block;
  }
  .footer .col-3 {
    width: 100%;
    margin-bottom: 25px;
  }
  .footer .social-icons {
    justify-content: center;
  }
  .footer .fapps {
    justify-content: center;
  }
}

 .blog-card {
      border-radius: 12px;
      overflow: hidden;
      transition: all 0.3s ease;
      box-shadow:unset;
    }
    .blog-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 8px 20px rgba(0,0,0,0.15);
    }
    .blog-card img {
      height: 200px;
      object-fit: cover;
      width: 100%;
    }
    .blog-meta {
      font-size: 14px;
      color: #666;
    }
    .blog-meta i {
      margin-right: 5px;
      color: #007bff;
    }
.ind_box span {
    font-size: 14px;
    font-weight: 600;
}
.ind_box a {
    font-size: 14px;
    border: 1px solid #f5f5f5;
    padding: 10px;
    
    margin-bottom: 10px;
    background: #f9f9f9;
    border-radius: 4px;
    display: flex;
    align-items: center;
}
.ind_box a:hover {
    font-size: 14px;
    border: 0px solid #ccc;
    padding: 10px;
   
    margin-bottom: 10px;
    background: #f9f9f9;
    border-radius: 4px;
	transform: translateY(-8px) scale(1.05);
  box-shadow: 0 8px 18px rgba(0,0,0,0.15);
}
	
.ind_box img {
    width: 50px;
    background: #f9f9f9;
    margin-right: 10px;
}

.ind_box:hover img {
  transform: rotate(8deg) scale(1.15);
}
.ind_box:hover span {
  color: #0d6efd; /* Bootstrap primary color */
}






/* Subtle entrance animation */
.ind_box {
  animation: fadeUp 0.8s ease both;
}
.ind_box:nth-child(odd) { animation-delay: 0.1s; }
.ind_box:nth-child(even) { animation-delay: 0.2s; }

@keyframes fadeUp {
  0% { opacity: 0; transform: translateY(20px); }
  100% { opacity: 1; transform: translateY(0); }
}

.trending-prods a {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 10px;
  background: #fff;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  color: #333;
  text-decoration: none;
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
  transition: all 0.3s ease-in-out;
  line-height:1;
}

.trending-prods a i {
  font-size: 18px;
  color: #0d6efd;
  transition: transform 0.3s ease, color 0.3s ease;
}

.trending-prods a:hover {
  background: #0d6efd;
  color: #fff;
  transform: translateY(-4px);
  box-shadow: 0 6px 15px rgba(0,0,0,0.2);
}

.trending-prods a:hover i {
  color: #fff;
  transform: scale(1.2) rotate(10deg);
}
 /* Parent Scoped CSS */
    .product-featured .category-card {
      border: none;
      border-radius: 12px;
      overflow: hidden;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      background: #fff;
    }

    .product-featured .category-card img {
      width: 100%;
      height: 200px;
      object-fit: cover;
      transition: transform 0.4s ease, filter 0.4s ease;
      filter: grayscale(40%) brightness(90%);
    }

    .product-featured .category-card:hover {
      transform: translateY(-8px);
      box-shadow: 0 10px 20px rgba(0,0,0,0.15);
    }

    .product-featured .category-card:hover img {
      transform: scale(1.08);
      filter: grayscale(0%) brightness(105%) saturate(120%);
    }

    .product-featured .category-card .card-body {
      text-align: center;
      font-weight: 600;
      font-size: 1rem;
      color: #333;
      background: #fff;
    }
	.cat-cont {
      background: #fff;
      border-radius: 10px;
      overflow: hidden;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      text-align: center;
    }

    .cat-cont:hover {
      transform: translateY(-8px);
      box-shadow: 0 10px 20px rgba(0,0,0,0.15);
    }

    .cat-cont .cat-img {
      overflow: hidden;
    }

    .cat-cont img {
      width: 100%;
      height: 200px;
      object-fit: cover;
      transition: transform 0.4s ease, filter 0.4s ease;
      filter: grayscale(40%) brightness(90%);
    }

    .cat-cont:hover img {
      transform: scale(1.1);
      filter: grayscale(0) brightness(105%) saturate(120%);
    }

    .cat-cont .cat-lower-container {
      padding: 12px;
    }

    .cat-cont .subcat-head a {
      text-decoration: none;
      color: #333;
      font-weight: 600;
      font-size: 1rem;
      transition: color 0.3s ease;
    }

    .cat-cont:hover .subcat-head a {
      color: #0d6efd; /* Bootstrap green */
    }
.product-card {
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.product-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

.product-img {
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f8f9fa;
  overflow: hidden;
}

.product-img img {
    max-height: 100%;
    transition: transform 0.4s ease;
    width: 100%;
    object-fit: cover;
}
.product-card:hover .product-img img {
  transform: scale(1.05);
}

.product-title {
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.3;
  height: 40px;
  overflow: hidden;
}

.feature-wrapper-left-image img {
    height: 70px;
}
.feature-wrapper-right-content li{line-height:1.2;}

.breadcrumb-wrapper {
  background: #f8f9fa; /* light background */
  padding: 8px 15px;
  border-radius: 6px;
}

.breadcrumb {
  margin-bottom: 0;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: "/";
  color: #e74c3c; /* separator color */
}

.breadcrumb a {
  color: #e74c3c; /* link color */
  font-weight: 500;
  transition: color 0.3s ease;
}

.breadcrumb a:hover {
  color: #c0392b;
  text-decoration: underline;
}

.breadcrumb .active {
  color: #e74c3c;
  font-weight: 600;
}

.related-section {
  font-size: 15px;
  line-height: 1.6;
}

.related-list li {
  margin-bottom: 6px;
}

.related-list  li a:before {
    content: "\f135";
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    margin-right: 8px;
}

.related-link {
  text-decoration: none;
  color: #000;
  transition: color 0.3s ease;
}

.related-link:hover {
  color: #e74c3c; /* hover red */
 
}

.inquiry-box {
  max-width: 300px;
}

.btn-orange {
  background-color: #ff6600;
  color: #fff;
  border: none;
  transition: background-color 0.3s ease;
}

.btn-orange:hover {
  background-color: #e65c00;
  color: #fff;
}
.inner-sub p{margin:0px;font-size: 13px;}

.supplier-card {
  border: 2px solid #f5f5f5;
  background: linear-gradient(135deg, #fff, #f9f9f9);
  transition: all 0.3s ease-in-out;
}

.supplier-card:hover {
  border-color: #ff6600;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  transform: translateY(-3px);
}

.vip-badge {
  display: inline-block;
  padding: 5px 12px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  background: linear-gradient(90deg, #cc0000, #ff3300);
  border-radius: 4px;
  border: 1px solid #900;
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}

.gold-badge {
  display: inline-block;
  padding: 5px 12px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  background:linear-gradient(90deg, #d99935, #764e10);
  border-radius: 4px;
  border: 1px solid #935f0e;
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}

.supplier-card.gold:hover {
    border-color: #c3882d;
}
.supplier-info h6{font-size:12px;}

.blue-badge {
  display: inline-block;
  padding: 5px 12px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  background:linear-gradient(90deg, #2b41b6, #0d1f50);
  border-radius: 4px;
  border: 1px solid #0d1f50;
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}

.supplier-card.blue:hover {
    border-color: #2b41b6;
}

.plpro-badge {
  display: inline-block;
  padding: 5px 12px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  background:linear-gradient(90deg, #d99935, #764e10);
  border-radius: 4px;
  border: 1px solid #935f0e;
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}

.supplier-card.plpro:hover {
    border-color: #c3882d;
}

.free-badge {
  display: inline-block;
  padding: 5px 12px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  background:linear-gradient(90deg, #d7d2c6, #8a8986);
  border-radius: 4px;
  border: 1px solid #b4aea3;
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}

.supplier-card.free:hover {
    border-color: #d7d2c6;
}

.product-box {
  transition: all 0.3s ease-in-out;
  border: 1px solid #f0f0f0;
}

.product-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 18px rgba(0,0,0,0.15);
  border-color: #6b7de0;
}

/* Image Hover Zoom */
.product-img img {
  transition: transform 0.4s ease-in-out;
}

.product-box:hover .product-img img {
  transform: scale(1.05);
}


 .product-detail {
      border: 1px solid #eee;
      background: #fff;
      padding: 15px;
      border-radius: 6px;
    }
    .product-detail img {
      border-radius: 6px;
      cursor: zoom-in;
    }
    .thumb-img {
      margin-top: 10px;
      border: 2px solid transparent;
      cursor: pointer;
      transition: all 0.3s ease;
      width: 70px;
    }
    .thumb-img:hover,
    .thumb-img.active {
      border-color: #ff6600;
    }
    .contact-btn {
      background: #ff6600;
      border: none;
      color: #fff;
      font-weight: 600;
      transition: all 0.3s ease;
    }
    .contact-btn:hover {
      background: #e65c00;
      transform: scale(1.05);
    }
	
	 .product-gallery {
      border: 1px solid #eee;
      padding: 15px;
      background: #fff;
      border-radius: 8px;
    }
    .main-img {
      width: 100%;
      border-radius: 6px;
    }
    .swiper {
      margin-top: 10px;
    }
    .swiper-slide img {
      border: 2px solid transparent;
      border-radius: 4px;
      cursor: pointer;
      transition: 0.3s;
    }
    .swiper-slide-thumb-active img {
      border-color: #ff6600;
    }
    .contact-btn {
      background: #ff6600;
      border: none;
      color: #fff;
      font-weight: 600;
      transition: all 0.3s ease;
    }
    .contact-btn:hover {
      background: #e65c00;
      transform: scale(1.05);
    }

.quick-details {
     
      border-radius: 6px;
      overflow: hidden;
     
    }
    .quick-details h6 {
      background: #f8f9fa;
      padding: 10px 15px;
      font-weight: 600;
      border-bottom: 1px solid #ddd;
    }
    .quick-details table td {
      vertical-align: middle;
      padding: 10px;
    }
	.more-products {
      border: 1px solid #ddd;
      border-radius: 6px;
      background: #fff;
      padding: 15px;
    }
    .more-products h6 {
      font-weight: 600;
      margin-bottom: 15px;
    }
    .product-item {
      display: flex;
      align-items: center;
      margin-bottom: 12px;
    }
    .product-item img {
      width: 55px;
      height: 55px;
      object-fit: cover;
      border-radius: 4px;
      margin-right: 10px;
    }
    .product-item a {
      font-size: 14px;
      color: #333;
      text-decoration: none;
      transition: color 0.3s ease;
    }
    .product-item a:hover {
      color: #ff6600;
    }
	.product-grid {
      text-align: center;
      border: 1px solid #eee;
      border-radius: 6px;
      padding: 12px;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      background: #fff;
      height: 100%;
    }
    .product-grid:hover {
      transform: translateY(-5px);
      box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    }
    .product-grid img {
      width: 100%;
      height: 160px;
      object-fit: cover;
      border-radius: 4px;
      margin-bottom: 10px;
    }
    .product-grid p {
      font-size: 14px;
      color: #333;
      margin: 0;
      line-height: 1.4em;
      text-overflow: ellipsis;
      overflow: hidden;
      display: -webkit-box;
      -webkit-line-clamp: 2; /* show 2 lines only */
      -webkit-box-orient: vertical;
    }
 .buyer-card {
      background: #fff;
      border-radius: 6px;
      padding: 15px;
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      box-shadow: 0 2px 6px rgba(0,0,0,0.1);
	  margin-bottom:15px;
    }
    .buyer-title {
      color: #0d6efd; /* Blue */
      font-weight: bold;
      margin-bottom: 5px;
    }
    .buyer-meta {
      font-size: 14px;
      color: #666;
    }
    .buyer-meta span {
      margin-right: 15px;
    }
    .buyer-message {
      margin: 10px 0;
      font-size: 14px;
      color: #444;
    }
    .buyer-info {
      display: flex;
      align-items: center;
      font-size: 14px;
    }
    .buyer-info img, .buyer-info .avatar {
      width: 35px;
      height: 35px;
      border-radius: 50%;
      margin-right: 10px;
    }
    .buyer-actions {
      text-align: center;
    }
    .contact-btn {
      background: #0d6efd;
      color: #fff;
      border: none;
      border-radius: 20px;
      padding: 8px 20px;
      font-size: 14px;
      font-weight: 500;
    }
    .quotes {
      font-size: 13px;
      margin-top: 5px;
      color: #444;
    }
    .verify {
      font-size: 13px;
      margin-right: 10px;
      color: #0d6efd;
    }
	
	.btn-custom {
      background: #0d6efd;
      color: #fff;
      border-radius: 6px;
      padding: 10px 20px;
      font-weight: 500;
    }
    .btn-custom:hover {
      background: #084298;
      color: #fff;
    }
	
	
/* Hover Effect */
.buyer-card:hover {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
  transform: translateY(-5px);
  border-color: #0d6efd; /* Bootstrap blue */
}

/* Hover effect for Contact button */
.contact-btn {
  background-color: #0d6efd;
  color: #fff;
  border: none;
  padding: 8px 15px;
  border-radius: 25px;
  font-size: 14px;
  transition: 0.3s;
}

.contact-btn:hover {
  background-color: #0b5ed7;
  transform: scale(1.05);
}

/* Avatar */
.avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-weight: bold;
  margin-right: 10px;
}
.form-control{border-radius:4px;}

.trending-buyers {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  border: 1px solid #ddd;
  background: #fff;
  overflow: hidden;
   background: url('../images/buyer-bg-wraps-news.jpg') no-repeat center center;
  background-size: cover;
}

.buyers-left {
  width: 70%;
  padding: 20px;
}

.trending-buyers h5 {
  font-weight: bold;
  color: #333;
}

.trending-buyers .highlight {
  color: #007bff; /* Blue */
  
}

.buyers-list {
  display: flex;
  gap: 40px;
  margin-top: 15px;
}

.buyers-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.buyers-list li {
  margin-bottom: 10px;
}

.buyers-list a {
    text-decoration: none;
    color: #35393d;
    font-size: 14px;
    transition: 0.3s;
}

.buyers-list a:hover {
  color: #0056b3;
  text-decoration: underline;
}

.buyers-list i {
  margin-right: 6px;
  color: #007bff;
}

/* Right side background image */
.buyers-right {
  width: 30%;
 
}
.category-link {
  color: #333;
  text-decoration: none;
  font-size: 14px;
  transition: 0.3s;
}

.category-link:hover {
  color: #007bff;
  text-decoration: underline;
}

.vip-badge {
  background: linear-gradient(to right, #b30000, #ff6600);
  color: white;
  font-size: 12px;
  font-weight: bold;
  padding: 4px 8px;
  border-radius: 3px;
  display: inline-block;
}

.wt-footer {
    background-color: #336699;
    /*border-top: 1px solid #e3e9ed;*/
    color: #fff;
    font-size: 12px;
    height: 42px;
    text-align: center;
    padding-top: 5px;
    position: fixed;
    z-index: 999;
    bottom: 0;
    width: 100%;
  }





