<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;"> /*Cookie */

.cookie {
position: fixed;
bottom: 0;
width: 100%;
left: 0;
/*height: 40px;*/
background-color: rgba(0, 147, 208, 1);
z-index: 2;
}
.cookie {
position: fixed;
bottom: 0;
width: 100%;
left: 0;
border-top: 1px solid #c4c4c4;
background-color: rgb(250 250 250);
z-index: 2;
}
.dropdown-item.active, 
.dropdown-item:active ,
.dropdown-item:focus {
	background-color: #268ec8;
}

.cookie .cookie_cont button {
float: right;
margin: 1px 5px 4px;
padding: 3px 18px 4px 18px;
background-color: #d0edf9;
}

.cookie .cookie_cont {
width: 90%;
margin: 5px auto;
}

.cookie .cookie_cont .rte_content {
display: inline-block;
}

.cookie .cookie_cont p {
margin: 0;
padding: 5px 0;
display: inline-block;
font-size: 15px;
}

.cookie .cookie_cont p a {
text-decoration: underline;
color: #333;
font-size: 15px;
}

.cookie .cookie_cont button {
float: right;
margin: 1px 5px;
padding: 3px 18px;
background-color: #d0edf9;
}
/*Laptop*/
@media ( min-width : 1025px) and (max-width: 1200px) {
}
/*IPad*/
@media ( min-width : 768px) and (max-width: 1024px) {
}
/*Mobile*/
@media ( min-width : 0px) and (max-width: 767px) {
/* Cookie*/
.cookie {
/*display: none;*/
/*height: 54px;*/
}

.cookie .cookie_cont {
width: 98%;
}

.cookie .cookie_cont p {
/*width: 80%;*/
font-size: 13px;
}

.cookie .cookie_cont .rte_content {
display: inline-block;
/*width:80%;*/
}

.cookie .cookie_cont p a {
font-size: 13px;
}

.cookie .cookie_cont button {
margin: 0 0 8px 8px;
padding: 2px 12px;
}

}


body {
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	color: #444;
	font-size: 14px;
	line-height: 1.6;
	padding-top: 70px;
	overflow-x: hidden;
}


.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */



/********************************/
.change{
	background-color: #268ec8;
	color:#fff;
}
.row.gutter-0 {
  margin-left: 0;
  margin-right: 0;
}
.row.gutter-0 &gt; [class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}
.row.gutter-10 {
  margin-left: -5px;
  margin-right: -5px;
}
.row.gutter-10 &gt; [class*="col-"] {
  padding-left: 5px;
  padding-right: 5px;
}
.row.gutter-20 {
  margin-left: -10px;
  margin-right: -10px;
}
.row.gutter-20 &gt; [class*="col-"] {
  padding-left: 10px;
  padding-right: 10px;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
}
.h1 ,
h1 {
	font-size: 28px;
}
.h2 ,
h2 {
	font-size: 26px;
}
.h3 ,
h3 {
	font-size: 24px;
}
.h4 ,
h4 {
	font-size: 22px;
}
.h5 ,
h5 {
	font-size: 20px;
}
.h6 ,
h6 {
	font-size: 18px;
}
.main_navbar {
	background-color: #fff;
	box-shadow: 0 4px 5px rgba(0,0,0,.1);
}
.main_navbar.navbar {
	padding: 0 1rem;
	height: 70px;
	background-color: #fff;
}
.main_navbar .navbar-brand {
	width: 160px;
}
.main_navbar .navbar-nav {
	align-items: center;
}
.main_navbar .navbar-nav .nav-link {
	font-weight: 500;
	text-transform: uppercase;
	color: #444;
}
.navbar-toggler-icon {
	background: url('https://api.iconify.design/heroicons-outline:menu-alt-3.svg') no-repeat center center / contain;
}
.main_search_banner {
	background: url(../images/banner2.jpg) no-repeat center center / cover;
	height: 380px;
	position: relative;
	 display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.main_search_banner:before {
	content: "";
	position: absolute;
	left: 0; right: 0; bottom: 0; top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-color: rgba(0, 0, 0, 0.2);
}
.main_search_banner h1 {
	font-size: 24px;
	letter-spacing: .04rem;
	text-align: center;
}
.main_search_banner .container {
	position: relative;
	z-index: 10;
}
.main_search {
	width: 960px;
	max-width: 100%;
	border-radius: 9px;
	margin: .5rem auto;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #fff;
    font-size: 16px;
}
.main_search .ms_location_area {
	background-color: #ebebeb;
	min-width: 160px;
	max-width: 160px;
	border-radius: 8px 0 0 8px;
	height: 50px;
	display: flex;
	align-items: center;
	padding: 0 12px;
}
.main_search .ms_category_area {
	background-color: #f3f3f3;
    min-width: 160px;
    max-width: 160px;
    height: 50px;
    display: flex;
    align-items: center;
    padding: 0 12px;
}
.main_search .ms_location_area span ,
.main_search .ms_location_area svg {
	font-size: 22px;
	margin-right: 4px;
}
.main_search .ms_search_area {
	width: 100%;
}
.main_search .ms_button_area {
	min-width: 150px;
}
.main_search .ms_button_area input {
	background-image: url('https://api.iconify.design/eva:search-fill.svg?color=%23ffffff');
	background-repeat: no-repeat;
	background-position: left 22px center;
    background-size: 24px 24px;
    height: 50px;
    padding: .375rem 10px .375rem 30px;
    border-radius: 0 8px 8px 0;
}
.btn-primary {
	background-color: #268ec8;
	border-color: #268ec8;
}
.green{
	background-color: green;
	color: #fff;
}
.silver{
	color:#fff;
	background-color: #c2c0c0;

}
.silver:hover{
	background-color: #9daab8;
}
.green:hover{
	color: #fff;
	background-color: rgb(51, 87, 51);
}
.btn-primary:hover,
.btn-primary:focus {
	background-color: #14628d;
	border-color: #14628d;
}
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show&gt;.btn-primary.dropdown-toggle:focus {
	background-color: #268ec8;
	border-color: #268ec8;
}
.main_search .form-control {
	border: none;
}
.fancydropdown {
	transition: all .2s ease;
	outline : none;
    overflow : hidden;
    text-indent : 0.01px;
    text-overflow : '';
    background : url("https://api.iconify.design/feather:chevron-down.svg") no-repeat right 8px center;
    -webkit-appearance: none;
       -moz-appearance: none;
        -ms-appearance: none;
         -o-appearance: none;
            appearance: none;
}
.main_search .fancydropdown {
	border: none;
	background-color: transparent;
	width: 100%;
	padding: 0 12px 0 6px;
}
.main_search .ms_search_area input {
	height: 50px;
}
.main_search .ms_button_area input {

}
.small_product_box {
	margin: 0 20px;
}
.small_product_box {
	display: -webkit-box;
       display: -ms-flexbox;
       display: flex;
    -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
}
.small_product_box figure {
	margin: 0 10px 0 0;
	min-width: 60px;
	width: 60px;
	height: 60px;
	border-radius: 60px;
	overflow: hidden;
}
.small_product_box figure img {
	width: 60px;
	height: 60px;
	object-fit: cover;
}
.small_product_box figcaption {
	font-weight: 500;
	font-size: 14px;
	line-height: 1.2;
	text-transform: capitalize;
}
.product_ticker_wrap {
	background-color: #f2f2f2;
	padding: 12px 0;
}
.product_ticker ,
.h_sub_banner_wrap {
	height: 0;
	visibility: hidden;
}
.product_ticker.slick-initialized.slick-slider ,
.h_sub_banner_wrap.slick-initialized.slick-slider {
	height: auto;
	visibility: visible;
}
.product_ticker .slick-slide:focus ,
.product_ticker .slick-slide:active ,
.product_slider_wrap .slick-slide:focus ,
.product_slider_wrap .slick-slide:active ,
.product_detail_main_slider .slick-slide:focus ,
.product_detail_main_slider .slick-slide:active ,
.h_sub_banner_wrap .slick-slide:focus ,
.h_sub_banner_wrap .slick-slide:active {
	box-shadow: none;
	outline: none;
}
.product_box {
	margin-bottom: 20px;
	transition: all .2s ease;
	border-radius: 8px;
	overflow: hidden;
	background-color: #fff;
	border: 1px solid #eaeaea;
	box-shadow: 4px 4px 6px 1px rgba(0,0,0,.06);
	position: relative;
	height: calc(100% - 20px);
}
.product_box:hover {
	box-shadow: 4px 4px 10px 2px rgba(0,0,0,.14);
}
.product_box figure {
	width: 100%;
	height: 190px;
	overflow: hidden;
	margin-bottom: 0;
}
.product_box figure img {
	width: 100%;
	height: 190px;
	object-fit: cover;
}
.product_box figcaption {
	padding: 12px;
}
.product_box figcaption h6 {
	font-weight: 500;
	font-size: 16px;
}
.product_box figcaption p {
	min-height: 44px;
	max-height: 44px;
	overflow: hidden;
        font-size: 12px;
        font-weight: 500;
}
.pb_price_wrap {
	font-size: 14px;

	display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.pb_price_wrap .product_price {
	font-size: 14px;
	font-weight: 500;
}
.pb_price_wrap .getquote {
	font-size: 13px;
	font-weight: 400;
}
.product_box .pb_content_bottom {
	display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.product_box a {
	text-decoration: none;
	color: #444;
}
.product_box .pb_content_bottom .btn {
	font-size: 13px;
	font-weight: 400;
	border-radius: 4px;
	color: #fff;
	margin: 0 1px;
}
.custom_bg_light {
	background-color: #eff6fa;
}
.product_listing_table tr {
	background-color: #fff;
}
.product_listing_table tr th {
	text-transform: uppercase;
	font-size: 14px;
	color: #888;
	font-weight: 400;
}
.image-rounded {
	border-radius: 50%;
}
.fw-500 {
	font-weight: 500;
}
.product_listing_table a {
	text-decoration: none;
	color: #444;
}
.product_listing_table a:hover {
	text-decoration: none;
	color: #2791cc;
}
.product_listing_table.table td {
	vertical-align: middle;
	padding: 8px;
}
.product_listing_table.table th {
	vertical-align: middle;
	padding: 12px 8px;
}
.product_listing_table.table tbody tr:last-child {
	opacity: .6;
}
.product_listing_table.table tbody tr:last-child:hover {
	opacity: 1;
}
.bg_blue_1 {
	background-color: #55a2cd;
}
.section_padd {
	padding: 80px 0;
}
.btn-outline-white {
	background-color: transparent;
	border-color: #fff;
	color: #fff;
}
.btn-outline-white:hover ,
.btn-outline-white:focus {
	background-color: #268ec8;
	border-color: #268ec8;
	color: #fff;
}
.btn-rounded {
	border-radius: 100px;
}
.image-60 img ,
.image-60 svg {
	width: 60px;
	height: 60px;
}
.btn-w-200 {
	width: 200px;
}
.cta_row {
	background-color: #42197f;
	padding: 24px 0;
	color: #fff;
}
.slogan_phone {
	 display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.slogan_phone figure {
	min-width: 40px;
	margin-right: 10px;
}
.slogan_phone figure svg {
	width: 40px;
	height: 40px;
}
.slogan_phone figcaption {
	font-size: 20px;
	font-weight: 300;
}
.slogan_phone figcaption small {
	display: block;
	font-size: 12px;
}
.slogan_phone figure ,
.slogan_phone figcaption {
	margin-bottom: 0;
}

.page_footer {
	background-color: #160a28;
	padding: 40px 0 0 0;
}
.footer_copyrights {
	font-size: 12px;
	padding: 14px 0;
	border-top: 1px solid #321c54;
	margin-top: 20px;
}
.footer_logo {
	width: 160px;
}
ul.footer_links {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
ul.footer_links li {
	margin: 0 0 10px 0;
	padding: 0;
	list-style-type: none;
	display: block;
}
ul.footer_links li a {
	color: #fff;
	font-size: 14px;
	text-transform: capitalize;
}
ul.footer_links li a:hover {
	color: #a687d4;
	text-decoration: none;
}
.footer_copyrights .container {
	color: #fff;
	display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.footer_copyrights ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.footer_copyrights ul li {
	margin: 0 0 0 10px;
	padding: 0;
	list-style-type: none;
	display: inline-block;
}
.footer_copyrights ul li svg {
	width: 24px;
	height: 24px;
}
ol.breadcrumb {
	background-color: transparent;
	padding: 0;
}
.fw-700 {
	font-weight: 700;
}



.accordion {
  margin-top: 40px;
}
.accordion .card {
  border: none;
  margin-bottom: 20px;
}
.accordion .card h5 {
  background: url(https://cdn0.iconfinder.com/data/icons/entypo/91/arrow56-512.png) no-repeat calc(100% - 10px) center;
  background-size: 10px;
  cursor: pointer;
  font-size: 13px;
  font-weight: 400px;
}
.accordion .card h5.collapsed {
  background-image: url(https://cdn0.iconfinder.com/data/icons/arrows-android-l-lollipop-icon-pack/24/expand2-256.png);
}
.accordion .card-body {
  padding-left: 0;
  padding-right: 0;
}

.prdouct_text h5{
    font-size: 16x;
    font-weight: 300px;
    margin-top: 30px;
}
.contact_supplier_box{
    background: #f7f7f7;
    border-radius: 0 6px 6px 0;
}
.product_listing_box_hor {
    background-color: #fff;
    box-shadow: 4px 4px 6px 2px rgba(0,0,0,.08);
    border-radius: 6px;
    border: 1px solid #f2f2f2;
}
.product_listing_box_hor a {
	color: #444;
	text-decoration: none;
}
.product_listing_box_hor a:hover {
	color: #111;
	text-decoration: none;
}
.product_listing_box_hor a.btn {
	color: #fff;
}
ul.cs_info_list {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}
ul.cs_info_list li {
	margin: 0;
	padding: 4px 0 4px 0;
	font-size: 13px;
	font-weight: 400;
	list-style-type: none;
	display: block;
	border-bottom: 1px solid #eee;
}
ul.cs_info_list li svg {
	margin-right: 6px;
	width: 20px;
}
ul.cs_info_list li label {
	margin: 0;
}
.product_listing_box_hor figure.product_img {
	margin: 0;
	height: 100%;
	width: 100%;
	border-radius: 6px 0 0 6px;
}
.product_listing_box_hor figure.product_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 6px 0 0 6px;
	object-position: center;
	max-height: 200px;
}
.product_detail_box_hor figure.product_img {
	margin: 0;
	height: 100%;
	width: 100%;
	height: 340px;
}
.product_detail_box_hor figure.product_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
ul.item_detail_info_list_hor {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
ul.item_detail_info_list_hor li {
    margin: 0;
    padding: 8px 0;
    border-bottom: 1px solid #eee;
    list-style-type: none;
    font-size: 14px;
    color: #444;
}
ul.item_detail_info_list_hor li label {
    font-weight: 500;
    float: left;
    width: 50%;
    margin: 0;

}

ul.item_detail_info_list_hor li span {
    float: right;
    width: 50%;
}

/****** Bootstrap Colors ******/
/*.primary {
  min-height: 800px;
}*/
/*** Accordion Toggles ***/
.panel-heading {
  position: relative;
}
.panel-heading .accordion-toggle:after {
  	font-family: 'Glyphicons Halflings';
	content: "\e260";
	position: absolute;
	right: 16px;
	content: url('https://api.iconify.design/gridicons:chevron-up.svg?height=16');
	vertical-align: -0.125em;
}

.panel-heading .accordion-toggle.collapsed:after {
    content: url('https://api.iconify.design/gridicons:chevron-down.svg?height=16');
	vertical-align: -0.125em;
}
/*** Filter Menu ***/
/* Panels */
.filter-menu .panel {
  border-radius: 0;
  border-bottom: 1px solid #eeeeee;
}
.filter-menu .panel-heading {
  background: #fff;
  padding: 0;
}
.filter-menu .panel-title {
  color: #333333;
  font-weight: bold;
  display: block;
  padding: 16px;
}
.filter-menu a.panel-title {
  color: #444;
    font-weight: 500;
}
.filter-menu a.panel-title:hover,
.filter-menu a.panel-title:focus {
  color: #333333;
  text-decoration: none;
}
.filter-menu .panel-body {
  padding: 16px;
}
/* Inner Panels */
.filter-menu .panel-group .panel-title {
  background: #f7f7f7;
  transition: color, 0.5s, ease;

}
.filter-menu .panel-group .panel-title:hover {
  color: #333333;
  text-decoration: none;
  background: none;

}
.filter-menu .panel-group .panel + .panel {
  margin-top: 0;
}
/*** Filter Menu - Mobile ***/
/* Panels - Mobile */
.filter-menu.mobile .btn-link {
  color: #f9f9f9;
}
.filter-menu.mobile hr {
  margin-top: 0;
  border-top-color: #4B6473;
}
.filter-menu.mobile .panel-group .panel-heading + .panel-collapse &gt; .panel-body {
  border-color: #4B6473;
}
.filter-menu.mobile .panel {
  border-color: #4B6473;
  background: #30404a;
  color: #f9f9f9;
}
.filter-menu.mobile .panel-heading {
  background: #30404a;
}
.filter-menu.mobile a.panel-title {
  color: #f9f9f9;
}
.filter-menu.mobile a.panel-title:hover {
  color: #f9f9f9;
}
.filter-menu.mobile .panel-group .panel {
  border-color: #4B6473;
}
.filter-menu.mobile .panel-group .panel-title {
  background: #3f5460;
}
.filter-menu.mobile .panel-group .panel-title:hover {
  color: #f9f9f9;
  background: #30404a;
}

.cusom_filters {

}
.cusom_filters.filter-menu .panel-group .panel-title {
    background-color: #fff;
}
.cusom_filters.filter-menu .panel {
    /*border: none;*/
}
.cusom_filters.filter-menu .panel-group .panel-title {
    padding: 12px 16px;
    /*border-bottom: 1px solid #eee;*/
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
}
.cusom_filters.filter-menu .panel-collapse .panel-body {
    padding: 14px;
}
.cusom_filters.filter-menu .panel-body {
    padding: 0;
}
.cusom_filters.filter-menu input[type=checkbox],
.cusom_filters.filter-menu input[type=radio] {
    margin-right: 4px;
    position: relative;
    top: 1px;
}

.product_detail_box_hor {
    background-color: #fff;
}
.product_slider_section {
    background-color: #EFF6FA;
    padding: 40px 0;
}
.product_slider_wrap .product_box  {
    margin: 10px;
}
.img-45 {
	width: 45px;
	height: 45px;
}
.product_listing_table .img-45 {
	min-width: 45px;
	min-height: 45px;
}
.product_listing_table tr th ,
.product_listing_table tr td {
	white-space: nowrap;
}
.product_listing_table.table th {
	font-size: 12px;
	font-weight: 500;
}
.listing_content_wrap_outer {
	display: flex;
}
.listing_sidebar_wrap {
	min-width: 200px;
}
.listing_content_wrap {
	width: 100%;
	margin-left: 20px;
}
.pushy_menu_btn {
	display: none;
}
.product_detail_main_slider.slider-nav .slick-slide {
	text-align: center;
	/*width: 80px;*/
	width: 97px;
	/*height: auto;*/
	height: 73px;
	max-height: 80px;
	margin: 0 6px;
	border: 2px solid transparent;
	padding: 2px;
	background-color: #fff;
	cursor: pointer;
}
.product_detail_main_slider.slider-nav .slick-slide img {
	margin: 0 auto;
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-height: 72px;
}
.product_detail_main_slider.slider-nav .slick-slide.slick-current.slick-active {
	border-color: #2791cc;
	box-shadow: none;
	outline: none;
}
.product_slider_wrap .slick-prev {
	left: -15px;
}
.product_slider_wrap .slick-next {
	right: -15px;
}


/*PAGE - LOGIN*/
.login_wrap {
	padding: 0;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2791cc+0,5e3899+100 */
	/*background: rgb(39,145,204);
	background: -moz-linear-gradient(-45deg,  rgba(39,145,204,1) 0%, rgba(94,56,153,1) 100%);
	background: -webkit-linear-gradient(-45deg,  rgba(39,145,204,1) 0%,rgba(94,56,153,1) 100%);
	background: linear-gradient(135deg,  rgba(39,145,204,1) 0%,rgba(94,56,153,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2791cc', endColorstr='#5e3899',GradientType=1 );*/
	background-color: #fff;
	width: 100%;
	height: 100%;
	height: 100vh;
	background-attachment: fixed;
}
.login_form_area {
	width: 380px;
	max-width: calc(100% - 30px);
	background-color: #fff;
	border: 1px solid #eee;
	border-radius: 8px;
	box-shadow: 0px 0px 35px 2px rgba(0,0,0,.1);
	padding: 30px;
	margin: 1rem auto;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50% , -50%);
}
.login_form_area .logo {
	width: 160px;
	height: auto;
	margin: 0 auto;
}
.login_remember_area {
	font-size: 13px;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.login_remember_area input[type=checkbox] {
	position: relative;
	top: 2px;
}
ul.social_login_list {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	text-align: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
ul.social_login_list li {
	margin: 0 4px;
	padding: 0;
	list-style-type: none;
	display: inline-block;
	font-size: 26px;
	line-height: 1;
	width:100%;
}
ul.social_login_list li a {
	text-decoration: none;
}
ul.social_login_list li .facebook {
	color: #38529a;
}
ul.social_login_list li .facebook:hover {
	color: #1e3269;
}
ul.social_login_list li .twitter {
	color: #1c9cea;
}
ul.social_login_list li .twitter:hover {
	color: #1281c4;
}
ul.social_login_list li .google-plus {
	color: #d54836;
}
ul.social_login_list li .google-plus:hover {
	color: #aa3324;
}
.social_login_list li:first-child {
  display: none;
}
ul.social_login_list li img {
    width: auto;
    height: 37px;
    object-fit: cover;
}
.login_form_area .form-control ,
.form-control {
	min-height: 38px;
	font-size: 14px;
}
.btn-110 {
	min-width: 110px;
}

/*for fancy radio boxes*/
ul.fancy_radios {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: auto;
  display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
}

ul.fancy_radios li {
	margin: 0 20px;
	padding: 0;
    position: relative;
}

ul.fancy_radios li input[type=radio]{
  position: absolute;
  visibility: hidden;
}

ul.fancy_radios li label{
  display: block;
  position: relative;
  font-weight: 400;
  font-size: 15px;
  padding: 5px 0 5px 26px;
  margin: 0;
  z-index: 9;
  cursor: pointer;
  -webkit-transition: all 0.25s linear;
}

ul.fancy_radios li:hover label{
	color: #000;
}

ul.fancy_radios li .check{
  display: block;
  position: absolute;
  border: 3px solid #AAAAAA;
  border-radius: 100%;
  height: 20px;
  width: 20px;
  top: 6px;
  left: 0;
	z-index: 5;
	transition: border .25s linear;
	-webkit-transition: border .25s linear;
}

ul.fancy_radios li:hover .check {
  border: 3px solid #8dd0f5;
}

ul.fancy_radios li .check::before {
  display: block;
  position: absolute;
	content: '';
  border-radius: 100%;
  height: 8px;
  width: 8px;
  top: 3px;
	left: 3px;
  margin: auto;
	transition: background 0.25s linear;
	-webkit-transition: background 0.25s linear;
}

ul.fancy_radios li input[type=radio]:checked ~ .check {
  border: 3px solid #2791cc;
}

ul.fancy_radios li input[type=radio]:checked ~ .check::before{
  background: #2791cc;
}

ul.fancy_radios li input[type=radio]:checked ~ label{
  color: #2791cc;
}


.login_form_area.login_form_area_wide {
	width: 600px;
}
.category_box {
	background-color: #fff;
	box-shadow: 0px 0px 27px 1px rgba(0,0,0,.1);
	transition: all .3s ease;
	margin-bottom: 30px;
	border-radius: 6px;
	height: calc(100% - 30px);
}
.category_box:hover {
	box-shadow: 0px 0px 27px 2px rgba(0,0,0,.15);
}
.category_box .category_box_inner {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.category_box .category_box_inner figure {
	width: 100px;
	height: 100px;
	margin: 0 16px 0 0;
	background-color: #f2f2f2;
	position: relative;
}
.category_box .category_box_inner figure img {
	position: absolute;
	left: 0; right: 0; top: 0; bottom: 0;
	margin: auto;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
}
.category_box .category_box_inner figcaption {
	text-transform: capitalize;
	font-size: 16px;
	font-weight: 500;
}
.category_box .category_box_inner figcaption small {
	display: block;
	font-size: 14px;
	font-weight: 100;
}
.category_box a {
	text-decoration: none;
	color: #444;
	padding: 20px;
	display: block;
}
.form-w-def {
	width: 400px;
	margin: 0 auto;
	max-width: 100%;
}
.login_form_area.isstatic {
	position: relative;
	left: auto;
	top: auto;
	transform: none;
}

.authentication_form {
	width: 380px;
	margin: 0 auto;
	max-width: 100%;
}
ul.authentication_list {
	margin: 50px 0 30px 0;
	padding: 0;
	list-style-type: none;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
ul.authentication_list li {
	margin: 0 5px;
	padding: 0;
	list-style-type: none;
}
ul.authentication_list li input {
	outline: none;
	width: 100%;
    height: 44px;
    font-size: 22px;
    font-weight: 700;
    color: #000;
    text-align: center;
    border: none;
    background-color: #fff;
    box-shadow: 0 0 10px 2px rgba(0,0,0,.08);
}
ul.authentication_list li input:focus{
	box-shadow: 0 0 10px 2px rgba(0,0,0,.12);
	outline: none;
}
/* Chrome, Safari, Edge, Opera */
ul.authentication_list li input::-webkit-outer-spin-button,
ul.authentication_list li input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
ul.authentication_list li input[type=number] {
  -moz-appearance: textfield;
}


/*PAGE - MY ADS*/
.panel-white {
	background-color: #fff;
}
.panel-has-shadow {
	box-shadow: 0px 0px 27px 1px rgba(0,0,0,.1);
	transition: all .3s ease;
}
.panel-has-shadow:hover {
	box-shadow: 0px 0px 27px 2px rgba(0,0,0,.15);
}
.user_thumb_box ,
.user_thumb_box figure {
	width: 80px;
	height: 80px;
	margin: 0 auto;
	border-radius: 80px;
	overflow: hidden;
}
.user_thumb_box figure {
	position: relative;
	background-color: #f2f2f2;
}
.user_thumb_box figure img ,
.user_thumb_box figure svg {
	font-size: 48px;
	position: absolute;
	left: 0; right: 0;
	top: 0; bottom: 0;
	margin: auto;
	max-width: 80%;
	max-height: 80%;
}
ul.ad_status {
	margin: 12px 0;
	padding: 0;
	list-style-type: none;
}
ul.ad_status li {
	display: flex;
	align-items: center;
	font-size: 12px;
}
ul.ad_status li label ,
ul.ad_status li p {
	margin: 0;
}
ul.ad_status li label {
	font-weight: 500;
	margin-right: 10px;
}
.btn-100 {
	min-width: 100px;
}
.my_ads_pills .nav-link {
	padding: .25rem 1.25rem;
	color: #999;
	font-weight: 500;
}
.my-ads-panel-mt {
	margin-top: 62px;
}

.product_details_section {

}
ul.product_details_section_header {
	margin: 0 0 20px 0;
	padding: 0;
	list-style-type: none;
	border-bottom: 1px solid #eee;
}
ul.product_details_section_header li {
	margin: 0 20px 0 0;
	padding: 0;
	list-style-type: none;
	display: inline-block;
}
ul.product_details_section_header li a {
	color: #333;
	font-size: 15px;
	font-weight: 500;
	text-transform: capitalize;
	display: block;
	padding: 6px 20px;
	background-color: #fff;
	transition: all .2s ease;
	text-decoration: none;
}
ul.product_details_section_header li a:hover {
	background-color: #f2f2f2;
}
ul.product_details_section_header li:last-child {
	margin-right: 0;
}
.product_details_section_header.nav-pills .nav-link.active,
.product_details_section_header.nav-pills .show&gt;.nav-link {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.color{
	color:#fff;
	background-color:#268ec8;
}
.panel-light {
	background-color: #f2f2f2;
}
ul.company_info_list {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
ul.company_info_list li {
	margin: 0 0 16px 0;
	padding: 0;
	list-style-type: none;
	display: inline-block;
}
ul.company_info_list li label ,
ul.company_info_list li p {
	margin: 0;
}
ul.company_info_list li label {
	font-size: 13px;
	color: #999;
}
ul.company_info_list li p {
	font-weight: 500;
}
.userinfo_box_nav {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.userinfo_box_nav figure {
	width: 40px;
	height: 40px;
	background-color: #f2f2f2;
	border-radius: 100px;
	margin: 0 10px 0 0;
	overflow: hidden;
	text-align: center;
	line-height: 40px;
}
.userinfo_box_nav figure img {
	width: 40px;
	height: 40px;
	object-fit: cover;
}
.userinfo_box_nav figcaption {
	font-size: 14px;
	font-weight: 500;
	text-transform: capitalize;
}
.userinfo_box_nav_dropdown .dropdown-toggle {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.userinfo_box_nav_dropdown .dropdown-menu {
	border: none;
	width: 200px;
	padding: 16px;
	background-color: #fff;
	box-shadow: 0px 0px 27px 1px rgba(0,0,0,.1);
}
.userinfo_box_nav_dropdown .dropdown-menu .dropdown-item {
	font-size: 13px;
	padding: 8px 12px;
}
.userinfo_box_nav_dropdown .dropdown-menu .dropdown-item svg {
	margin-right: 10px;
    font-size: 16px;
    vertical-align: middle;
}
.userinfo_box_nav_dropdown .dropdown-menu .dropdown-item.logout {
	color: #e47676;
}
.userinfo_box_nav_dropdown.mini_search_dropdown .dropdown-toggle::after {
	display: none;
}
.mini_search {
	position: relative;
}
.mini_search .btn {
	position: absolute;
	top: 0;
	right: 0;
}

.select2-container--default .select2-selection--single {
	padding-top: 4px;
	height: 38px!important;
	border-color: #ced4da!important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 5px!important;
	right: 8px!important;
}

.product_box .product_wishlist_circle {
	position: absolute;
	top: 8px;
	right: 8px;
	width: 30px;
	height: 30px;
	background-color: #fff;
	text-align: center;
	line-height: 30px;
	border-radius: 30px;
	box-shadow: 0 0 12px 2px rgba(0,0,0,.22);
}
.product_box .product_wishlist_circle svg {
	font-size: 22px;
	cursor: pointer;
}
.sidebar_wrap {
	background-color: #fff;
	border-left: 1px solid #e9e9e9;
	border-right: 1px solid #e9e9e9;
	border-top: none;
	border-bottom: none;
	overflow-x: hidden;
	box-shadow: 5px 0 10px 2px rgba(0,0,0,.1);
	padding: 20px 0;
	width: 400px;
}
ul.sidebar_nav {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
ul.sidebar_nav li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: block;
	transition: all .2s ease;
}
ul.sidebar_nav li a {
	font-size: 14px;
	display: block;
	padding: 14px 14px;
	text-transform: capitalize;
	margin-bottom: 1px;
	transition: all .2s ease;
	text-decoration: none;
	color: #444;
	font-weight: 400;
}


/*ul.sidebar_nav li:hover a ,
ul.sidebar_nav li.active a ,
ul.sidebar_nav li.active:hover a*/

ul.sidebar_nav li:hover &gt; a,
ul.sidebar_nav li.active &gt; a,
ul.sidebar_nav li.active:hover &gt; a{
	background-color: #cfedfd;
}
ul.sidebar_nav li a svg {
	margin-right: 8px;
}
.d_content_panel_wrap {
	padding: 40px;
	width: 100%;
}
.contact_supplier_action_list {
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: absolute;
    top: 14px;
    right: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.contact_supplier_action_list li {
	margin: 0 4px 4px;
	padding: 0;
	list-style-type: none;
	display: inline-block;
}
.contact_supplier_action_list li a {
	font-size: 11px;
	text-transform: uppercase;
	font-weight: 500;
	text-decoration: none;
	color: #fff;
	background-color: #268ec8;
	line-height: 1;
	padding: 3px 10px;
	border-radius: 50px;
}
.contact_supplier_action_list li a:hover {
	color: #fff;
	background-color: #1e719e;
}
.contact_supplier_action_list li a svg {

}
.contact_supplier_action_list li.text-danger a {
	background-color: #dc3545;
}
.contact_supplier_action_list li.text-danger a:hover {
	color: #fff;
	background-color: #c12a39;
}
.relative {
	position: relative;
}
.pushy_filter_buttons_wrap {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}
ul.sidebar_nav li a.logout {
	color: #e47676;
}
.user_picture_wrap {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.user_picture_wrap figure ,
.user_picture_wrap figure &gt; img {
	width: 40px;
	height: 40px;
	border-radius: 40px;
	overflow: hidden;
}
.user_picture_wrap figure &gt; img {
	object-fit: cover;
}
.user_picture_wrap figure {
	margin: 0 10px 0 0;
}
.fc_wrap {
	margin-top: 40px;
	/*clear: both;
	-webkit-columns: 8;
	columns: 8;
	-webkit-column-gap: 1rem;
	column-gap: 1rem;*/
}
.fc_dropdown_unit {
    width: 100%;
    display: inline-block;
}
.fc_dropdown_unit h6 {
	font-size: 14px;
	color:#268ec8;
}
.fc_dropdown_unit h6 a {
	text-decoration: none;
	color: #444;
}
.fc_dropdown_unit ul {
	margin: 0 0 36px 0;
	padding: 0;
	list-style-type: none;
}
.fc_dropdown_unit ul li {
	margin: 0 0 4px 0;
    padding: 0;
    list-style-type: none;
    display: block;
    font-size: 14px;
}
.fc_dropdown_unit ul li a {
	color: #666;
	font-weight: 400;
	text-decoration: underline;
}
.fc_dropdown_unit h6 a {
	text-decoration: underline;
	color: #268ec8;
}
.fc_dropdown_unit h6 a:hover ,
.fc_dropdown_unit ul li a:hover {
	color: #268ec8;
	text-decoration: none;
}


.login_signup_modal .modal-header {
	position: relative;
	padding: 2rem 1rem 1rem;
	border-bottom: none;
	 -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.login_signup_modal .modal-header .close {
	margin: -1rem;
	position: absolute;
	right: 1rem;
	top: 1rem;
}
.login_signup_modal h5#myModalLabel {
	font-weight: 400;
	font-size: 14px;
	line-height: 22px;
}
.login_signup_modal .modal-body {
	padding: 10px 30px 30px 30px;
}
@media (min-width: 576px) {
	.login_signup_modal .modal-dialog {
	    max-width: 380px;
	    margin: 1.75rem auto;
	}
}


.fc_wrap ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	clear: both;
	-webkit-columns: 8;
	columns: 8;
	-webkit-column-gap: 1rem;
	column-gap: 1rem;
}
.fc_wrap ul li {
	margin: 0 0 4px 0;
	padding: 0;
	list-style-type: none;
	display: block;

}
.fc_wrap ul li a {
	text-decoration: underline;
	font-size: 14px;
	color: #444;
}
.fc_wrap ul li a:hover {
	text-decoration: none;
}
.fc_wrap ul li.title {
	margin: 0 0 1rem 0;
	margin-top: 15px;
}
.fc_wrap ul li.title a {
	color: #1e79ad;
	font-weight: 700;
}
@media screen and (max-width: 1199px) {

}
@media screen and (max-width: 991px) {

}
@media screen and (max-width: 767px) {

}
@media screen and (max-width: 575px) {

}

.product_details_section_header.nav-pills .nav-link.active,
.product_details_section_header.nav-pills .show&gt;.nav-link {
	background-color: #268ec8;
}
.btn-cutom-color{
	background-color: #fb0;
    border-color: #fb0;
}

.btn-cutom-color:hover {
    color: #fff;
    background-color: #fb0;
    border-color: #fb0;
}
.filter_reset {
	text-align: right;
	text-align: right;
    font-size: 12px;
    text-transform: none;
    color: #268ec8;
    cursor: pointer;
}
.filter_checkbox_wrap .checkbox {
	float: left;
	width: 50%;
}
.filter_checkbox_wrap .checkbox label {
	font-size: 12px;
	position: relative;
	padding:0 8px 0 18px;
	cursor: pointer;
}
.cusom_filters.filter-menu input[type=checkbox],
.cusom_filters.filter-menu input[type=radio] {
	position: absolute;
	top: 2px;
	left: 0;
}
.member_prompt_cta_row {
	background-color: #063a56;
	padding: 60px 0;
}
.sub_banner_wrap p ,
.h_sub_banner_wrap p {
	font-size: 16px;
	max-width: 90%;
	font-weight:400;
}
.sub_banner_wrap figure img  {
	max-width: 70%;
	margin: 1rem auto;
}
.bg-light-2 {
	background-color: #f8f8f8;
}
.breadcrumb-item a{
	color: #268ec8;
}
.pb_price_wrap .product_price a{
	color: #268ec8;
}
.rfpPanel {
	height: 340px;
	overflow: auto;
	overflow-x: hidden;
}
.rfpPanel .rfpPanel_inner {
	padding: 30px;
}
.rfp_lead_box {
	border-bottom: 2px solid #e8e8e8;
	padding: 0 0 20px 0;
	margin: 20px 0;
}
.rfp_lead_box:first-child {
	margin-top: 0;
}
.rfp_lead_box:last-child {
	margin-bottom: 0;
}
.rfp_lead_box a {
	color: #1e79ad;
	text-decoration: none;
}
.rfp_lead_box a:hover {
	color: #095580;
	text-decoration: none;
}
.rfp_lead_box h4 {
	font-size: 16px;
}
.text-underline {
	text-decoration: underline;
}
a.text-underline {
	text-decoration: underline;
}
.theme_blue {
	color: #1e79ad;
}
.fs-16 {
	font-size: 16px;
}
.rfp_lead_box p {
    max-width: 85%;
}
.navSearch {
	width: 100%;
	margin-left: 80px;
	margin-right: 100px;
	transition: all .2s ease;
}
.navSearch form {
	display: flex;
	align-items: center;
	position: relative;
}
.navSearch form .form-control {
	width: 100%;
	height: 38px;
	font-size: 13px;
}
.navSearch form .btn {
	position: absolute;
	right: 0;
	top: 0;
	width: 100px;
	height: 38px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.product_owner_info_panel {
    position: relative;
    background-color: #fff;
    transition: all .2s ease;
    border: 1px solid #ddd;
    border-radius: .4rem;
    padding: 20px;
    box-shadow: 2px 3px 4px rgba(0,0,0,.15);
    margin-bottom: 20px;
}
.product_owner_info_panel figure {
    width: 80px;
    float: left;
    margin: 0;
}
.product_owner_info_panel figure img {
    width: 80px;
    height: 80px;
    border-radius: 100px;
    object-fit: cover;
}
.rounded-circle {
    border-radius: 50%!important;
}
.product_owner_info_panel figcaption {
    width: calc(100% - 80px);
    float: left;
    min-height: 80px;
    padding-left: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.product_owner_info_panel figcaption h3 {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 8px 0;
    color: #333;
}
.product_owner_info_panel ul.product_owner_record_list {
    margin: 6px 0;
    padding: 0;
    list-style-type: none;
}
.product_owner_info_panel ul.product_owner_record_list li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: inline-block;
}
.product_offer_terms_panel {
	position: relative;
    background-color: #fff;
    transition: all .2s ease;
    border: 1px solid #ddd;
    border-radius: .4rem;
    box-shadow: 2px 3px 4px rgba(0,0,0,.15);
}
ul.product_offer_terms_list {
	margin: 20px 0 0 0;
	padding: 0;
	list-style-type: none;
}
ul.product_offer_terms_list li {
	margin: 0 0 26px 0;
	padding: 0;
	list-style-type: none;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
}
ul.product_offer_terms_list li figure {
	width: 60px;
	margin: 0;
}
ul.product_offer_terms_list li figure span {
	background-color: #b0adad;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 40px;
	text-align: center;
	color: #fff;
	font-size: 20px;
	display: inline-block;
}
ul.product_offer_terms_list li p{
	width: calc(100% - 40px);
	color: #727272;
	line-height: 1.3;
	margin: 0;
	min-height: 40px;
	display: flex;
	align-items: center;
}
.offer_form_bg {
	background-color: #eee;
	padding: 30px;
}
.product_comment_area {

}
.product_comment_area {
	margin-top: 1rem;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
}
.product_comment_area figure {
	width: 60px;
	height: 60px;
	text-align: center;
	line-height: 1;
	border-radius: 60px;
	font-size: 22px;
	color: #333;
	display: inline-block;
	background-color: #d3d0d0;
	padding: 18px 0;
}
.product_comment_area .product_comment_area_right {
	padding-left: 20px;
	width: calc(100% - 70px);
	/*width: 100%;*/
}
.product_comment_area .product_comment_area_right textarea {
	min-height: 150px;
	margin-bottom: 15px;
}
.product_comment_area .product_comment_area_right .product_comment_area_right_lower_layer {
	position: relative;
}
.product_comment_area .product_comment_area_right .product_comment_area_right_lower_layer span {
	position: absolute;
	right: 0;
	top: -12px;
}

.main_navbar .nav-link .counterwrap {
	position: relative;
}
.main_navbar .nav-link .counterwrap .messages_count {
	display: inline-block;
	background: #f14848;
	width: 20px;
	height: 20px;
	border-radius: 50px;
	text-align: center;
	color: #fff!important;
	bottom: 8px;
    right: -18px;
	font-size: 12px;
	position: absolute;
}
.clear_count{
	opacity: 0;
}
.rfq_count, .enq_count {
	display: inline-block;
    background: #f14848;
    width: 16px;
    height: 16px;
    border-radius: 50px;
    text-align: center;
    color: #fff!important;
    bottom: 8px;
    right: -18px;
    font-size: 10px;
}


/*ADDING SUB BANNER*/
.h_sub_banner_wrap {
	/*border: 1px solid #d1d1d1;*/
}
.h_sub_banner_wrap figure {
	position: relative;
	margin: 0;
}
.h_sub_banner_wrap figure figcaption {
	margin: 0;
	color: #f1f1f1;
	position: absolute;
	right: 1.8rem;
	bottom: 1.8rem;
	font-size: 32px;
	font-weight: 700;
	text-transform: capitalize;
	display: none;
}
.h_sub_banner_wrap_content {
	padding: 20px 40px;
}
.h_sub_banner_wrap .slick-slide img {
	height: 100%;
	object-fit: cover;
	object-position: center;
	max-height: 420px;
	width: auto;
	min-width: 100%;
}
.h_sub_banner_wrap .slick-slide img.cntn {
	object-fit: contain;
}
.h_sub_banner_wrap .slick-slide img.cntn + figcaption {
    color: #adadad;
}



/*PAGE - HOW IT WORKS*/
.hiw_t_s {
	height: 380px;
    margin-bottom: 0;
    padding: 50px 0;
}
.hiw_t_s figure {
	position: absolute;
	top: 0;
}
.py-80 {
	padding-top: 80px;
	padding-bottom: 80px;
}
ul.hiw_list {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
ul.hiw_list li {
	margin: 0 0 50px 0;
	padding: 0;
	list-style-type: none;
	display: flex;
	align-items: center;
}
ul.hiw_list li span {
	min-width: 60px;
	width: 60px;
	height: 60px;
	border-radius: 60px;
	line-height: 60px;
	text-align: center;
	background-color: #28a745;
	color: #fff;
	font-size: 24px;
	font-weight: 500;
	margin-right: 24px;
}
ul.hiw_list li p {
	margin: 0;
}
ul.hiw_list li:nth-child(1) span {
	background-color: #28a745;
}
ul.hiw_list li:nth-child(2) span {
	background-color: #471777;
}
ul.hiw_list li:nth-child(3) span {
	background-color: #166a99;
}
ul.hiw_list li:nth-child(4) span {
	background-color: #2791cc;
}
ul.hiw_list li:nth-child(5) span {
	background-color: #50462d;
}
ul.hiw_list li:nth-child(6) span {
	background-color: #dca212;
}
ul.hiw_list li:nth-child(7) span {
	background-color: #5ea3c9;
}
ul.hiw_list li:nth-child(8) span {
	background-color: #0cc3ca;
}
.nowrap {
	white-space: nowrap;
}
.text-dark {
	color: #fff!important;
}
.panel-has-shadow-2,
.sub_category_box:hover {
	box-shadow: 0 0 10px 2px rgba(0,0,0,.1);
}
.cat_view_all {
	text-align: right;
	display: block;
	color: #0a557f;
	font-weight: 400;
	font-size: 14px;
}
.category_featured_box,
.sub_category_box {
	transition: all .3s ease;
}
.category_featured_box {
	overflow: hidden;
	border-radius: 10px;
}
.category_featured_box figure ,
.category_featured_box figcaption,
.sub_category_box figure ,
.sub_category_box figcaption  {
	margin: 0;
	transition: all .3s ease;
}
.category_featured_box figure {
	overflow: hidden;
	border-radius: 10px;
	position: relative;
	height: 100%;
	border: 1px solid #e6e6e6;;
}
.category_featured_box figure img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.category_featured_box figcaption {
	padding: 1.5rem;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	font-size: 18px;
	line-height: 1.6;
	color: #fff;
	font-weight: 500;
}
.category_featured_box:hover figcaption ,
.sub_category_box:hover {
	transform: translateY(-4px);
}
.sub_category_box {
	height: calc(100% - 20px);
    margin-bottom: 20px;
	background-color: #fff;
	border: 1px solid #ececec;
	border-radius: 10px;
	padding: 12px;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-align: start;
           -ms-flex-align: start;
               align-items: flex-start;
}
.sub_category_box {
	/* border: none; */
}
.sub_category_box:hover {
	/* border: none;
	box-shadow: none;
	transform: none; */
}
.sub_category_box figure {
	min-width: 80px;
	width: 80px;
	height: auto;
	max-height: 120px;
	margin-right: .75rem;
	overflow: hidden;
}
.sub_category_box figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.sub_category_box figcaption h6 {
	font-weight: 500;
	margin: 0 0 4px 0;
	font-size: 16px;
	text-transform: capitalize;
}
.text-decoration-none {
	text-decoration: none;
}
.sub_category_box figcaption {
	font-size: 12px;
    font-weight: 500;
    line-height: 1.6;
}
.category_featured_box.threerowtire {
	height: 478px;
}
.category_featured_box.tworowtire {
	height: 318px;
}
.category_featured_box.onerowtire {
	height: 138px;
}



/*FOR PAGEPILING*/
/*#pagepiling .ps_section_thumb {
    background-attachment: fixed;
    left: 0; right: 0; bottom: 0; top: 0;
    width: 100%;
    height: 100%;
    height: 100vh;
    transition: opacity 400ms cubic-bezier(0.25, 0.1, 0.25, 1);
    width: calc(100vw + 15px);
    z-index: 0
}
#pagepiling .ps_section_thumb.ps_section_thumb_1 {
    background: url(../images/about-us-slice-1.jpg) no-repeat center center / cover;
}
#pagepiling .ps_section_thumb.ps_section_thumb_2 {
    background: url(../images/about-us-slice-2.jpg) no-repeat center center / cover;
}
#pagepiling .ps_section_thumb.ps_section_thumb_3 {
    background: url(../images/about-us-slice-3.jpg) no-repeat center center / cover;
}
#pagepiling .ps_section_thumb.ps_section_thumb_4 {
    background: url(../images/about-us-slice-4.jpg) no-repeat center center / cover;
}
#pagepiling .ps_section_thumb.ps_section_thumb_5 {
    background: url(../images/about-us-slice-5.jpg) no-repeat center center / cover;
}

#pagepiling .ps_section .ps_section_count {
    position: absolute;
    top: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    width: 80%;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding-top: calc(25vh + 2px);
    transition: opacity 200ms cubic-bezier(0.25, 0.1, 0.25, 1);
}
#pagepiling .ps_section_content {
    padding: 25vh 0;
    margin-left: auto;
    margin-right: auto;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    width: 75%;
    min-height: 100%;
    height: 100vh;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 100;
}
#pagepiling .ps_section_content .innercontent {
    width: 38%;
}
#pagepiling .ps_section_content .innercontent h1,
#pagepiling .ps_section_content .innercontent p {
    color: #fff;
}
#pagepiling .ps_section_content .innercontent p {
    font-weight: 400;
}
#pagepiling .ps_section_content .innercontent p.theme-dark {
    color: #000!important;
}
#pagepiling .ps-section .ps_section_count {
	top: 10px;
}
#pagepiling .ps-section.active .ps_section_count {
	top: 0;
}
#pagepiling .ps_section_content ,
#pagepiling .ps-section .ps_section_count {
	opacity: 0;
	visibility: hidden;
	transition: all .8s ease;
	transition-delay: .5s;
}
#pagepiling .pp-section.active .ps_section_content ,
#pagepiling .ps-section.active .ps_section_count {
	opacity: 1;
	visibility: visible;
	transition: all .8s ease;
	transition-delay: .5s;
}*/


.theme-dark {
	color: #444!important;
}
a.theme-dark:hover {
	color: #444!important;
}




/* Preloader */

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  /* change if the mask should have another color then white */
  z-index: 99;
  /* makes sure it stays on top */
}

#status {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  /* centers the loading animation horizontally one the screen */
  top: 50%;
  /* centers the loading animation vertically one the screen */
  background-image: url(https://raw.githubusercontent.com/niklausgerber/PreLoadMe/master/img/status.gif);
  /* path to your loading animation */
  background-repeat: no-repeat;
  background-position: center;
  margin: -100px 0 0 -100px;
  /* is width and height divided by two */
}

.radius-8 {
	border-radius: 8px;
}
.eq-panel {
	height: calc(100% - 40px);
}


/*for fullpage*/
#fullpage .ps_section_thumb {
    background-attachment: fixed;
    left: 0; right: 0; bottom: 0; top: 0;
    width: 100%;
    height: 100%;
    height: 100vh;
    transition: opacity 400ms cubic-bezier(0.25, 0.1, 0.25, 1);
    width: calc(100vw + 15px);
    z-index: 0
}
#fullpage .ps_section_thumb.ps_section_thumb_1 {
    background: url(../images/about-us-slice-1.jpg) no-repeat center center / cover;
}
#fullpage .ps_section_thumb.ps_section_thumb_2 {
    background: url(../images/about-us-slice-2.jpg) no-repeat center center / cover;
}
#fullpage .ps_section_thumb.ps_section_thumb_3 {
    background: url(../images/about-us-slice-3.jpg) no-repeat center center / cover;
}
#fullpage .ps_section_thumb.ps_section_thumb_4 {
    background: url(../images/about-us-slice-4.jpg) no-repeat center center / cover;
}
#fullpage .ps_section_thumb.ps_section_thumb_5 {
    background: url(../images/about-us-slice-5.jpg) no-repeat center center / cover;
}

#fullpage .ps_section .ps_section_count {
    position: absolute;
    top: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    width: 80%;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding-top: calc(25vh + 2px);
    transition: opacity 200ms cubic-bezier(0.25, 0.1, 0.25, 1);
}
#fullpage .ps_section_content {
    padding: 25vh 0;
    margin-left: auto;
    margin-right: auto;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    width: 75%;
    min-height: 100%;
    height: 100vh;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 100;
}
#fullpage .ps_section_content .innercontent {
    width: 38%;
}
#fullpage .ps_section_content .innercontent h1,
#fullpage .ps_section_content .innercontent p {
    color: #fff;
}
#fullpage .ps_section_content .innercontent p {
    font-weight: 400;
}
#fullpage .ps_section_content .innercontent p.theme-dark {
    color: #000!important;
}
#fullpage .ps-section .ps_section_count {
	top: 10px;
}
#fullpage .ps-section.active .ps_section_count {
	top: 0;
}
#fullpage .fp_section_content ,
#fullpage .fp-section .fp_section_count {
	opacity: 0;
	visibility: hidden;
	transition: all .8s ease;
	transition-delay: .5s;
}
#fullpage .pp-section.active .fp_section_content ,
#fullpage .fp-section.active .fp_section_count {
	opacity: 1;
	visibility: visible;
	transition: all .8s ease;
	transition-delay: .5s;
}



.footer_links_desktop {
	display: flex;
}
.footer_links_mobile {
	display: none!important;
}
ul.footer_links.footer_links_mobile {
	display: -webkit-box;
       display: -ms-flexbox;
       display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
ul.footer_links.footer_links_mobile li {
	width: 50%;
}


.sub_category_box figcaption a {
	color: #444;
}
.sub_category_box figcaption a:hover {
	color: #000;
}
.category_featured_box figure:before {
	content: "";
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&amp;0+0,0.65+100 */
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.60) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.60) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.60) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
	position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 0;
    height: 80px;
}

.panel-group#accordion .panel-title a {
	color: #444;
	text-decoration: none;
}
.panel-group#accordion .panel-title {
	margin-bottom: 0;
	font-weight: 500;
}
.cursorHand {
	cursor: pointer;
}


.fig-8wrap {
	width: 80px;
	height: 80px;
	border-radius: 80px;
}
.fig-8wrap img {	
	width: auto;
	height: auto;
	max-width: 60px;
	max-height: 60px;	
}
.fig-6wrap {
	width: 60px;
	height: 60px;
	border-radius: 60px;	
}
.fig-6wrap img {
	width: auto;
	height: auto;
	max-width: 40px;
	max-height: 40px;	
}
.mx-auto {
	margin-left: auto;
	margin-right: auto;
}
.fig-8wrap ,
.fig-6wrap {
	background-color: #fff;
	box-shadow: 0 0 4px 2px rgba(0,0,0,.1);
	display: block;
	margin-bottom: .5rem;
	position: relative;
	overflow: hidden;
}
.fig-6wrap img ,
.fig-8wrap img {	
	position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    object-fit: cover;
}

.panel-light {
	background-color: #fbfbfb;
	border: 1px solid #efefef;
}
.seller_detail_wrap {
	display: flex;	
}
.seller_detail_wrap .seller_detail_wrap_thumb {
	width: 100px;
	min-width: 100px;
	margin-right: 1.5rem;
}
.seller_detail_wrap_thumb figure {
	width: 100px;
	height: 100px;
	overflow: hidden;
	border-radius: 100px;
	border: 1px solid #dddddd;
	position: relative;
}
.seller_detail_wrap_thumb figure img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50% , -50%);
	width: auto;
	height: auto;
	max-width: 80px;
	max-height: 80px;
}
.seller_detail_wrap .seller_detail_content {
	width: 100%;
}
ul.detail_social_list {
	margin: 20px 0;
	padding: 0;
	list-style-type: none;
}
ul.detail_social_list li {
	margin: 0 30px 0 0;
	padding: 0;
	list-style-type: none;
	display: inline-block;
}
ul.detail_social_list li a {
	text-decoration: none;
	color: #444;
	font-size: 20px;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
ul.detail_social_list li a figcaption {
	margin: 0 0 0 .5rem;
	font-size: 12px;
	line-height: 1.3;
	font-weight: 400;
	color: #444;
}
ul.detail_social_list li a figure {
	width: 36px;
	height: 36px;
	background-color: #fff;
	border-radius: 36px;
	line-height: 30px;
	text-align: center;
	border: 1px solid #3b2164;
}
ul.detail_social_list li a figure ,
ul.detail_social_list li a figcaption {
	margin-bottom: 0;
}
ul.detail_social_list li a:hover figcaption {
	color: #268ec8;
}
ul.detail_social_list li.twitter a:hover figure {
	background-color: #1DA1F2;
	border-color: #1DA1F2;
}
ul.detail_social_list li.twitter a:hover figcaption {
	color:#444;
}
ul.detail_social_list li.facebook a:hover figure {
	background-color: #4267B2;
	border-color: #4267B2;
}
ul.detail_social_list li.facebook a:hover figcaption {
	color: #444;
	
}

ul.detail_social_list li.pinterest a:hover figure {
	background-color: #df0022;
	border-color: #df0022;
}
ul.detail_social_list li.pinterest a:hover figcaption {
	color: #444;
	
}
ul.detail_social_list li a:hover svg {
	color: #fff!important;
}
.badge{font-size: 13px; padding: .45em .5em;}
.youmaylike_wrap {
	width: auto;
	height: 420px;
	overflow-x: hidden;
	overflow: auto;
}
.youmaylike_box {
	display: flex;	
	margin: 0;
	padding: 10px;
	border-bottom: 1px solid #ecebeb;
	transition: all .2s ease;
}
.youmaylike_box:hover {
	background-color: #f8f8f8;
}
.youmaylike_box figure ,
.youmaylike_box figcaption {
	margin: 0;
}
.youmaylike_box figure {
	min-width: 60px;
	width: 60px;
	height: 60px;
	position: relative;	
	margin-right: 10px;
}
.youmaylike_box figure img {
	width: 100%;
	height: 100%;
}
.youmaylike_box figcaption {

}

.card-columns {
	column-count: 4;
	-moz-column-count: 4;
}
.card-columns .card {
	border: none;
	transition: all .2s ease;
}
.card-columns .card:hover {
	box-shadow: 0px 0px 27px 1px rgba(0,0,0,.1);
}

.theme-blue ,
a.theme-blue {
	color: #268ec8;
}
a.theme-blue {
	text-decoration: none;
}
a.theme-blue:hover {
	color: #14628d;
}
.no-decoration {
	text-decoration: none!important;
}
</pre></body></html>