@import url('https://fonts.googleapis.com/css?family=Roboto');
@import url('https://fonts.googleapis.com/css?family=Nunito');

html {
  scroll-behavior: smooth;
  min-height: 100%;
}
body{
  overflow-x: hidden;
  background-color: #fdfdfd;
}

/* TOP BAR */
a:focus, a:hover {
  text-decoration: none;
}

.top_border {
  border-bottom: 1px solid #eeeeee;
}

/* .topbar_addr,.topbar_phone{
    padding: 20px 0 20px 0;
    font:600 12px 'Open Sans',sans-serif;
    text-transform: uppercase;
    border-right:1px solid #eeeeee;
}

.topbar_addr{
    padding-left: 35px;
    border-right:1px solid #eeeeee;
    border-left:1px solid #eeeeee;
    margin-right: 10px;
}
.topbar_addr i.fa, .topbar_phone i.fa{
    font-size:17px;
    color:#00bff3;
    margin-right: 10px;
    vertical-align: middle;
}
*/
.topbar_phone {
  padding: 5px 0 10px 0;
  font: 600 12px 'Open Sans', sans-serif;
  border-right: 1px solid #eeeeee;
}

.topbar_phone i.fa {
  font-size: 17px;
  color: #00bff3;
  margin-right: 10px;
  vertical-align: middle;
}
.topbar_nav {
  overflow: hidden;
  /* border-right: 1px solid #eeeeee; */
  float: right;
  display: block;
}

.topbar_nav ul {
  margin-bottom: 0;
  padding: 0;
}

.topbar_nav li {
  float: right;
  list-style: none;
  padding: 0px 0px;
  font-family: 'Open Sans', sans-serif;
  font-size: 11px;
  text-transform: uppercase;
}

.topbar_nav li i {
  padding-right: 10px;
  font-size: 16px;
  vertical-align: text-top;
}

/* .topbar_nav li:last-child {
  border-left: 1px solid #eeeeee;
} */
.topbar_nav li a {
  display: block;
  width: 100%;
  padding: 8px 18px;
  border-right: 1px solid #eeeeee;
  font-weight: 500;
  color: #333;
}

.topbar_nav li:last-child a {
  color: #00b0e0;
}

.topbar_nav li:first-child a {
  border-right: 0;
  padding-right: 0;
}

.topbar_nav li a:hover, .b-topBar__lang a:hover {
  text-decoration: underline;
}

.top_searchbox {
  position: relative;
  width: 100%;
}

.top_searchbox button {
  position: absolute;
  background: #00bff3;
  color: #fff;
  top: 0;
  right: 0;
  height: 40px;
  width: auto;
  border: none;
  padding: 0px 5px;
}

.top_searchbox button i {
  padding: 0 20px;
}

input[type=text] {
    width: 100%;
    background: #fff;
    border: 1px solid #ccc;
    height: 40px;
    padding: 0px 15px;
    color: #4c4c4c;
    /*-webkit-text-fill-color: #4c4c4c;*/
    opacity: 1; /* required on iOS */
    /* background: #f5f5f5; */
    font-size: 12px;
    box-shadow: inset 0 0 0 rgba(255, 255, 255, 0.075);
    outline: none;
}

textarea {
  width: 100%;
  background: #fff;
  border: 1px solid #dcdcdc;
  min-height: 70px;
  color: #636363;
  background: #f5f5f5;
  font-size: 12px;
  outline: none;
}

sup {
  color: #ff0000;
  padding-left: 3px;
  font-size: 18px;
  top: -0.10em;
}

.top_searchbox button, .newsletter_input button {
  position: absolute;
  background: #00bff3;
  color: #fff;
  top: 0;
  right: 0;
  height: 40px;
  width: auto;
  border: none;
  padding: 0px 5px;
}

button {
  background: #00bff3;
  color: #fff;
  height: 32px;
  width: auto;
  border: none;
  font-size: 13px;
  text-transform: uppercase;
  padding: 0px 25px;
  font-weight: 600;
  transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
}

input:hover, input:focus {
    border: 1px solid #22222296;
    outline: none;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

button:hover, button:focus {
  outline: none;
}

.top_cart {
  text-align: right;
  width: auto;
  /* float: left; */
  /* display: flex;
  float: right; */
}

.top_cart a {
  color: #333;
  text-decoration: none;
}

.cart_wishlist, .cart_shopping {
  display: inline-block;
  margin-right: 10px;
  position: relative;
}

.cart_wishlist i, .cart_shopping i {
  font-size: 36px;
  margin-right: 10px;
}

.cart_wishlist .wishlist_count, .cart_shopping .shopping_count {
  width: 20px;
  height: 20px;
  border-radius: 10px;
  background: #00bff3;
  position: absolute;
  top: -2px;
  left: 20px;
  color: #fff;
  text-align: center;
  /* padding: 5px; */
}
.quick-order-list {
  margin-top:-5px;
}
.quick-order-list img {
  float: left;
  display: inline-block;
  padding-top:2px;
}
.quick-order-list span {
  float: right;
  text-align: left;
}

/*
.cart_shopping .shopping_count {
  width: 20px;
  height: 20px;
  border-radius: 10px;
  background: #00bff3;
  position: absolute;
  top: -2px;
  left: 25px;
  color: #fff;
  text-align: center;
} */
/* NAVBAR */
.nav_main {
  padding: 8px 0px 0px;
  position: relative;
  z-index: 9;
}

.nav_mainlogo {
  padding: 10px 0px;
  position: relative;
  z-index: 99;
}

.nav_logo {
  float: left;
  /* padding: 8px 0 0 0px; */
  text-transform: uppercase;
}

.nav_logo h3 {
  margin: 0;
  font-size: 26px;
  line-height: 20px
}

.nav_logo h3 a {
  text-decoration: none;
  font: 700 26px 'Titillium Web', sans-serif;
}

.nav_logo h2 {
  margin: 0;
  line-height: 15px;
  font-size: 11px;
  margin-top: -5px;
}

.nav_logo h2 a {
  font: 300 11px 'Open Sans', sans-serif;
  text-decoration: none;
}

.nav_main_list {
  /* float: right; */
  /* float: left; */
}

.nav_main_list ul {
  /* margin-top: 20px; */
  padding-left: 0;
  margin-bottom: 0;
}

.nav_main_list ul li {
  float: left;
  list-style: none;
  height: 38px;
}

.navbar-collapse.in {
  overflow-y: initial;
}

.navbar-nav-menu>li>.dropdown-menu {
  display: block !important;
  height: 0px;
  overflow: hidden;
  opacity: 0;
}

.navbar-nav-menu>li.open>.dropdown-menu {
  height: auto;
  padding-bottom: 3px;
  opacity: 1;
  -webkit-transition: all 500ms ease 0s;
  -moz-transition: all 500ms ease 0s;
  -o-transition: all 500ms ease 0s;
  transition: all 500ms ease 0s;
}

.nav_main_list ul li a {
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  padding: 0 15px 15px 10px;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0.71px;
  color: #3a3a3a;
}

.nav_main_list ul li a:nth-child(1) {
  padding-left: 0px;
}

.nav_main_list ul li a:hover {
  border-bottom: 2px solid #00bff3;
}

.nav_main_list ul li a i.fa {
  margin-left: 4px;
}

.navbar-toggle {
  float: left;
  background-color: #00bff3;
}

.navbar-toggle .icon-bar {
  background: aliceblue;
}

.sub_nav li {
  display: block;
  float: none !important;
}

.sub_nav {
  margin-top: 0 !important;
}

.sub_nav li a {
  display: block !important;
  text-align: left;
  padding: 10px 14px !important;
}

i.fa-caret-down {
  color: #00bff3;
}

.navbar-collapse {
  padding: 0;
}

.sticky-header.sticky {
  position: fixed;
  z-index: 999;
  width: 100%;
  top: 0;
  background: #fff;
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1), 0px 3px 1px rgba(0, 0, 0, 0.1);
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: 900ms;
  animation-duration: 900ms;
  -webkit-animation-timing-function: cubic-bezier(0.2, 1, 0.22, 1);
  animation-timing-function: cubic-bezier(0.2, 1, 0.22, 1);
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-fill-mode: none;
  animation-fill-mode: none;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  border-bottom: 0;
}

/* Slider */
.banner_slider .slide {
  border: 1px solid #f2f2f2;
  padding: 6px;
}

.carousel-control, .carousel-control:hover {
  background-image: none !important;
}

.banner_slider .carousel-inner .item>img {
  width: 100%;
  height: 450px;
}

.carousel-control.right i.fa {
  height: 65px;
  width: 35px;
  border-top-left-radius: 65px;
  border-bottom-left-radius: 65px;
  right: 6px;
  position: absolute;
  top: 50%;
  margin-top: -32.5px;
  padding-top: 20px;
  padding-left: 9px;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
}

.carousel-control.left i.fa {
  height: 65px;
  width: 35px;
  border-top-right-radius: 65px;
  border-bottom-right-radius: 65px;
  left: 6px !important;
  position: absolute;
  top: 50%;
  margin-top: -32.5px;
  padding-top: 20px;
  padding-right: 9px;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
}

.carousel-fade .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.carousel-fade .active {
  opacity: 1;
}

.carousel-fade .active.left,
.carousel-fade .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .next.left,
.carousel-fade .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 1;
}

/*TESTIMONIALS*/
.testimonial {
  /* background: #f9f9f9; */
  /* padding: 0 0 30px; */
}

.testimonial .carousel-control {
  width: 0;
}

.testimonial_img {
  width: 150px;
  height: 150px;
  border-radius: 100%;
  overflow: hidden;
  background: #ccc;
}

.testimonial_img img {
  width: 100%;
  height: 100%;
}

.main_title {
  text-transform: uppercase;
  font-size: 20px;
  color: #333;
  font-weight: 500;
  letter-spacing: 1px;
  margin: 20px 15px;
  text-align: center;
  font-family: 'Jost', sans-serif;
}

.h1-title {
  text-transform: uppercase;
  font-size: 24px;
  color: #00bff3;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 20px 15px;
  text-align: center;
}

.carousel-3d-container {
  .carousel-3d-slide {
    padding: 20px;
  }
}

/* our Categories */
.our_categories .category_circle {
  background: #fff;
  border-radius: 50%;
  width: 130px;
  height: 130px;
  position: relative;
  overflow: hidden;
  border: 1px solid #d4d4d4;
  margin: 0px auto;
  padding: 0px;
  /* -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s; */
}

.our_categories img {
  width: 100%;
  height: 100%;
  z-index: -1;
  padding: 25px;
  margin: 0 auto;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.our_categories .category_circle:hover {
  box-shadow: 1px 2px 2px 1px rgba(0, 0, 0, 0.10), 0 6px 5px 0 rgba(0, 0, 0, 0.10);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.our_categories .featured_item_box h4 {
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  margin: 0 0 15px;
  color: #000;
  font-family: 'Quicksand', sans-serif;
}

.our_categories .featured_item_box .category_view {
  color: #00bff3;
  text-align: center;
  font-size: 14px;
  margin: 20px 0px 0;
}

/* Featured */
.row-flex {
    /*display: -webkit-box; */
    display: -webkit-flex;
    display: -ms-flexbox;
    /* display: flex; */
    flex-wrap: wrap;
}
.row-flex [class*="col-"] {
    margin-bottom: 25px;
}
.featured_product {
  padding: 0px 0 0px 0;
  text-align: center;
  position: relative;
  /* box-shadow: 0px 30px 100px -38px rgba(0, 0, 0, 0.3); */
  z-index: 1;
  margin: 20px 0;
}

.featured_item_box {
  width: 260px;
  height: 100%;
  float: left;
  display: inline-block;
  padding-top: 25px;
  padding-bottom: 15px;
  margin: 0 11px 0px 11px;
  border-radius: 0;
  border: none;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

/* .single-product-section .featured_item_box {
  width:240px;
} */
.featured_item_box:hover {
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.10), 0 6px 5px 0 rgba(0, 0, 0, 0.10);
}

.featured_item_box>a {
  position: relative;
  display: block;
  /* margin-bottom: 15px; */
}
.featured_item_box .new_brand, .featured_item_box .m-leasing {
  background-color: #ed1d24;
  border-radius: 15px;
  color: #fdfdfd;
font: 600 12px 'Open Sans', sans-serif;
  padding: 5px 10px;
  letter-spacing: 0px;
  text-transform: capitalize;
  position: absolute;
  top: -25px;
  right: 0px;
  z-index: 9;
}

.featured_item_box .stock_status {
  font: 600 14px 'Open Sans', sans-serif;
  padding: 2px 2px;
  text-transform: uppercase;
  position: absolute;
  top: -30px;
  left: 0px;
  z-index: 1000;
}

.featured_item_box .in {
  color: #128026;
}

.featured_item_box .out {
  color: #d1252a;
}

.feature_info {
  text-align: left;
  /* margin: 2px 10px; */
  /* display: block; */
}

.feature_info a {
  padding: 8px;
  color: #00bff3 !important;
  /* margin-right: 6px; */
}
.feature_info .addcart_btn {
    height: 25px;
    width: auto;
    border: none;
    font-size: 11px;
    text-transform: uppercase;
    padding: 0px 10px;
    margin-right: 5px;
}
.feature_info .cartbtn_bg {
    background: #ffa000;
}
.feature_info .buybtn_bg {
    background: #d4571a;
}
.feature_info .cartbtn_bg:hover {
  color: #fff !important;
  background-color: #c27c06;
  transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
}
.feature_info .buybtn_bg:hover {
  color: #fff !important;
  background-color: #a50d13;
  transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
}

.feature_ratings {
  display: block;
  padding: 2px 10px;
}
.feature_shipping {
  display: block;
  margin: 0;
  width: 100%;
  text-align: left;
  padding: 3px 10px;
  float: left;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  text-transform: uppercase;
}
.feature_ratings .customer_review {
  color: #337ab7;
  /* text-decoration: underline; */
  font-size: 14px;
}
.product_brand>.feature_ratings {
  display: inline-block;
}

.feature_ratings ul {
  display: flex;
  list-style: none;
  padding: 0px;
  color: #e7a200;
  margin: 0;
}


.product_img_head{
  width: 100%;
  display: inline-block;
  vertical-align:top;
}

.product_img_head img{
  max-width: 160px;
  max-height: 150px;
}

.featured_img {
  width: 220px;
  height: 140px;
  /* display: -webkit-inline-box; */
  margin: 5px;
  padding: 5px;
  position: relative;
  box-sizing: border-box;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  /*
  width: 160px;
  height: 130px;
  max-width: 100%;
  display: block;
  margin: 0 auto; */
}

.featured_item_price {
  padding: 5px 5px;
  font: 500 14px 'Roboto', sans-serif;
  color: #1d1d1d;
  float: left;
  text-align: left;
  margin-left: 5px;
  line-height: 2;
}

.price_color {
  font: 600 16px 'Nunito', sans-serif;
  color: #c42706;
  padding-left: 0px;
  letter-spacing: 1px;
}
.price_strike {
  font: 500 14px 'Roboto', sans-serif;
  text-decoration: line-through;
  color: #464646;
  padding-left: 5px;
  letter-spacing: 1px;
}
.featured_item_box h5 {
  font: 600 14px 'Open Sans', sans-serif;
  color:#333;
  padding: 15px 5px 3px 5px;
  margin: 0px 0px 0px 0px;
  clear: both;
  text-align: left;
  border-top: 1px solid #B4B4B4;
  position: relative;
}

.featured_item_box a {
  /* color: #31353c; */
  text-decoration: none;
  padding: 5px 5px;
}

.featured_item_box h5:after {
  background: url(../images/down_arrow.png) center no-repeat;
  /* content: "\f107"; */
  content: " ";
  font-family: "FontAwesome";
  width: 15px;
  left: 20px;
  height: 7px;
  position: absolute;
  top: -1px;
  display: block;
}

.product_wishlist {
  position: relative;
  float: right;
  padding: 5px;
  bottom: 0;
  right: 15px;
  z-index: 9999;
}

.product_wishlist i {
  font-size: 22px;
  color: #e7a200;
}

.view_all {
  display: block;
  margin: 0;
  padding: 0;
  clear: both;
}

.view_all button {
  outline: none;
  background: #696969;
  color: #fff;
  border: none;
  padding: 10px 20px;
  margin: 0px auto;
}

.view {
  color: #fff;
  cursor: pointer;
  display: block;
  position: relative;
  border: 1px solid #28282829;
  transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
}

.view:hover  {
  color: #fff !important;
  background-color: #343434;
}

/* Abpout us */
.about_us {
  padding: 0px 0 0px 0;
  text-align: center;
  position: relative;
  /* box-shadow: 0px 30px 100px -38px rgba(0, 0, 0, 0.3); */
  z-index: 100;
}
.about_bg_img {
    padding: 20px 50px;
    width: 350px;
    margin: 0;
}
.about_us img {
  max-width: 100%;
}

.about_us p {
  margin: 10px 0;
}

/*VIDEO*/
.video_block .video_slide .videoslide_img {
  top: 0 !important;
  z-index: 111;
}

/* .video_block .video_slide .videoslide_img li a::after {
  position: absolute;
  content: '\f16a';
  font-family: "FontAwesome";
  cursor: pointer;
  top: 45%;
  right: 45%;
  color: #bf0c24;
  font-size: xx-large;
  z-index: 99999999;
} */
.video_block .video_slide .left {
  position: absolute !important;
  left: -50px !important;
  top: 43% !important;
  cursor: pointer;
}

.video_block .video_slide .right {
  position: absolute !important;
  right: -50px !important;
  top: 43% !important;
  cursor: pointer;
}

.video_block .video_slide .left i, .video_block .video_slide .right i {
  font-size: 46px;
}

.fancybox-overlay {
  z-index: 11111 !important;
}

.client_block {
  /* margin: 0 0 30px 0; */
  padding: 40px 0;
  background-image: url(../images/client-bg.jpg);
  background-repeat: repeat;
  background-position: center;
  position: relative;
  text-align: center;
}

.client_block .carousel-inner ul {
  list-style-type: none;
  display: block;
}

.client_block .carousel-inner ul li {
  display: inline-block;
}

.client_block .carousel-control.right i.fa {
  height: 65px;
  width: 35px;
  border-top-left-radius: 65px;
  border-bottom-left-radius: 65px;
  right: 6px;
  position: absolute;
  top: 50%;
  margin-top: -32.5px;
  padding-top: 14px;
  padding-left: 9px;
  text-align: center;
}

.client_block .carousel-control.left i.fa {
  height: 65px;
  width: 35px;
  border-top-right-radius: 65px;
  border-bottom-right-radius: 65px;
  left: 6px !important;
  position: absolute;
  top: 50%;
  margin-top: -32.5px;
  padding-top: 14px;
  padding-right: 9px;
  text-align: center;
}

/* .client_block .carousel-inner img {
  width: 100%;
  height: 100%;
  display: block;
  padding: 20px;
} */
/*FOOTER*/
footer {
  width: 100%;
  background: #111;
  color: #7c7e83;
  padding-bottom: 20px;
}

.footer_main .footer_newsletter {
  background: #181818;
  margin-bottom: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 15px;
}

.footer_main .footer_newsletter h3 {
  font-size: 22px;
  line-height: 40px;
  font-family: 'Open Sans', sans-serif;
  /* text-transform: capitalize; */
  margin-bottom: 3px;
}

/* .footer_main .footer_newsletter .newsletter_input {
    width: 50%;
    margin: 10px 0 0 0;
} */
/* .newsletter_input input {
    width: 50%;
} */
.newsletter_input button {
  width: 100px;
  text-transform: uppercase;
  font: 500 14px 'Open Sans', sans-serif;
  color: #fff;
}

.footer_info {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
}

.footer_info .footer_title {
  color: #c5c5c5;
  font: 600 16px 'Open Sans', sans-serif;
  letter-spacing: 1px;
  border-bottom: solid 1px #3a3a3a;
  padding-bottom: 20px;
  margin: 0 0 30px;
  text-transform: uppercase;
}

.footer_info ul, .social_icons ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer_info li {
  color: #7c7e83;
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 20px;
  margin-top: 20px;
  letter-spacing: 0.5px;
}

.footer_info .personal_info li {
  text-indent: -25px;
  margin-left: 25px;
}

.footer_info .personal_info li i {
  margin-right: 5px;
}

.footer_info ul>li:first-child {
  margin-top: 0px;
}

.footer_info li i {
  font-size: 18px;
  color: #999999;
  margin-right: 20px;
  float: left;
  width: 20px;
}

.footer_info a {
  color: #7c7e83;
  text-decoration: none;
}

.personal_info a:hover, .social_icons li i:hover {
  color: #fff;
  text-decoration: none;
}

.social_icons li i {
  font-size: 20px;
  color: #999999;
  margin-right: 10px;
  margin-bottom: 10px;
  float: left;
  width: auto;
}

.copy_right {
  padding: 20px 0 0px;
  margin: 0px auto;
  font-size: 12px;
  text-align: center;
  border-top: 1px solid #272727;
  color: #606165;
}

/* .footer_main button:hover, .footer_main button:focus {
  outline: none;
}

.footer_main button {
  position: absolute;
  background: #00bff3;
  color: #fff;
  height: 40px;
  width: 60px;
  border: none;
  padding: 0px 5px;
} */
/*PRODUCT DESCRIPTION*/
.product_desc .product_desc_bg {
  padding: 40px;
  background: url('../images/productdesc-bg.jpg');
  background-size: cover;
}

.product_desc .product_desc_bg h3 {
  color: #fff;
  font: 700 24px 'Open Sans', sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0px;
}

.breadcrumb_part {
  list-style: none;
  margin: 0 30px;
  padding: 0;
  text-align: right;
}

.breadcrumb_part li {
  display: inline-block;
  list-style: none;
  font-size: 16px;
  line-height: 1.85;
}

.breadcrumb_part li a, .breadcrumb_part li i {
  color: #c7c7c7;
  padding-right: 5px;
  padding-left: 5px;
}

.breadcrumb_part .active {
  color: #00bff3;
}

.product_image {
  border: solid 1px #b9b9b9;
  margin: 0;
  padding: 10px;
  height: 310px;
}

.product_desc_content h4 {
  color: #464646;
  font: 600 20px 'Open Sans', sans-serif;
  text-transform: uppercase;
}

.product_desc_content p {
  margin: 5px 0;
}

.product_desc_content .product_instock {
  color: #128026;
  font-size: 14px;
  font-weight: bold;
  margin-top: 10px;
}

.product_desc_content .product_brand img {
  max-width: 100%;
  /* width: 60px; */
  /* height: auto;
  float: left; */
  /* padding-right: 10px; */
}

.product_desc_content .total_price {
  color: #565656;
  font-size: 24px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  text-decoration: none;
  /* letter-spacing: 1px; */
  margin-top: 0;
}

.product_desc_content .mrp_price {
  color: #464646;
  font-size: 20px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  text-decoration: none;
  /* letter-spacing: 1px; */
  padding: 5px 0 0 10px;
  margin-top: 0;
}

.product_desc_content .mrp_price {
  font-size: 16px !important;
  color: #464646 !important;
  text-decoration: line-through;
}

.product_desc_content .save_price {
  color: #464646 !important;
  font-size: 12px;
  font-weight: 600;
}

.product_desc_content .feature_ratings li:last-child {
  margin-left: 15px;
}

.product_desc_content .feature_ratings li:last-child a, .stock_block a {
  color: #337ab7;
  text-decoration: underline;
}

.color_blue {
  color: #00bff3;
}

.product_desc_content .total_price span {
  font: 600 22px 'Open Sans', sans-serif;
  color: #a50d13;
  line-height: 2;
}

.product_desc_content .product_buttons {
  display: block;
  margin-left: 0px;
}

.product_desc_content .product_buttons button {
  margin-right: 15px;
  font-weight: 600;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c !important;
  border-color: #4cae4c !important;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e !important;
  border-color: #eea236 !important;
}

.quantity {
  /*float: left; */
  margin: 15px 10px;
  margin-left: 0;
  height: 30px;
  border: solid 1px #bfbfbf;
  display: block;
  width: 150px;
}

.quantity .group-quantity-button a {
  display: inline-block;
  width: 35px;
  text-align: center;
  line-height: 30px;
  height: 30px;
  color: #1c1c1c;
  font-size: 13px;
}

.quantity .input-text {
  border-top: none;
  border-bottom: none;
  border-right: solid 1px #bfbfbf;
  border-left: solid 1px #bfbfbf;
  line-height: 30px;
  height: 28px;
  text-align: center;
  padding: 0px 5px;
  font-size: 16px;
  color: #1c1c1c;
  width: 69px;
}

.buy_access h4 {
  color: #333;
  /* margin-top: 10px; */
  font-weight: 600;
  padding: 5px 5px 10px 0px;
  margin: 5px 0px 0px 0px;
  clear: both;
  text-align: left;
  border-bottom: 1px solid #B4B4B4;
  position: relative;
}

.buy_access h4::after {
  background: url(../images/down_arrow.png) center no-repeat;
  /* content: "\f107"; */
  content: " ";
  font-family: "FontAwesome";
  width: 15px;
  left: 20px;
  height: 7px;
  position: absolute;
  bottom: -6px;
  display: block;
}

.buy_access ul {
  margin: 0;
  padding: 0;
}

.buy_access ul .buy_access_product {
  padding: 10px 0;
  border-bottom: solid 1px #e6e6e6;
  margin-bottom: 0;
  display: inline-block;
  width: 100%;
}

.buy_access ul .buy_access_product .thumb {
  float: left;
  margin-right: 10px;
  max-width: 75px;
}

.buy_access ul .buy_access_product .thumb a {
  display: inline-block;
  position: relative;
  overflow: hidden;
  border: 1px solid #ccc;
  padding: 3px;
}

.buy_access ul .buy_access_product .access_cont {
  padding: 0;
  margin-bottom: 0;
  /* display: inline-block; */
  text-align: left;
  /* max-width: 150px; */
}

.buy_access ul .buy_access_product .access_cont .access_name {
  color: #464646;
  font-size: 14px;
}

.buy_access ul .buy_access_product .access_cont .access_number {
  color: #B12704 !important;
  font-size: 14px;
  line-height: 2;
}

.key_feat_txt {
  letter-spacing: 0.75px;
}

.key_feat_txt h4 {
  font-weight: 600;
  color: #000000;
    font-family: 'Nunito', sans-serif;
}

.key_feat_txt ul {
  margin: 0;
  padding: 0;
}

.key_feat_txt li {
  list-style: circle;
  padding: 5px 0;
  font-size: 14px;
    font-family: 'Nunito', sans-serif;
    color: #000;
}

.product_image .productslide_img {
  display: block;
  width: 100%;
  height: 200px;
}

.product_image .productslide_img img {
   width: 100%;
  /* height: 100%; */
  /* width: 60%; */
    max-height: 100%;
    margin: 0px auto;
    display: block;
    margin-top: 5%;
}

#owl-1 .owl-carousel.owl-drag .owl-item {
  margin-right: 0 !important;
}

#owl-2 {
  margin-top: 10px;
}

#owl_2>.owl-nav {
  display: none;
}

#owl_2 {
  padding: 10px 15px;
}

#owl_2 .owl-stage-outer .owl-stage img {
  cursor: pointer;
}

/* .slide_buttons {
  display: table;
  margin: 100px auto;
} */
.slide_buttons .prev_btn {
  background: #00bff3;
  color: #fff;
  padding: 5px;
  margin-left: 15px;
  cursor: pointer;
  position: absolute;
  z-index: 1;
  bottom: 15px;
  left: 0;
}

.slide_buttons .next_btn {
  background: #00bff3;
  color: #fff;
  padding: 5px;
  margin-right: 15px;
  cursor: pointer;
  position: absolute;
  z-index: 1;
  bottom: 15px;
  right: 0;
}
.item_border {
  padding: 5px;
  margin: 0;
  border: 1px solid #b9b9b9;
  min-height: 50px;
}
.item_border:hover {
    border: 1px solid #e31b21;
}

/* .next_btn, .prev_btn{
    float: right;
    background: #2d9070;
    color: #fff;
    padding: 10px;
    margin-left: 5px;
    cursor: pointer;
} */
.review_progress {
  height: 20px;
  margin-bottom: 10px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.review_progress_bar {
  float: left;
  width: 0;
  height: 100%;
  padding-left: 2px;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #e7a200;
  -webkit-transition: width .6s ease;
  -o-transition: width .6s ease;
  transition: width .6s ease;
}

.comment_block {
  margin-bottom: 20px;
}

.no-margin {
  padding: 0;
  margin: 0;
}

.review_thumb {
  padding: 0px 0px;
  width: 50px;
  height: 50px;
  margin-left: 25px;
}

.review_thumb img {
  max-width: 100%;
}

.comment_block .comment_body {
  position: relative;
  padding: 15px;
  border: 1px solid #e0e0e0;
}

.comment_block .comment_body:before {
  left: -10px;
  border-color: transparent #e0e0e0 transparent transparent;
}

.comment_block .comment_body:after {
  left: -8px;
  border-color: transparent #fff transparent transparent;
}

.comment_block .comment_body:before, .comment_block .comment_body:after {
  content: "";
  border-width: 7.5px 10px 7.5px 0;
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  top: 20px;
}

.comment_block .comment_body .author {
  font-size: 15px;
  font-weight: 700;
  display: inline-block;
}

.star-holder .star {
  display: inline;
}

.comment_block .comment_body .date {
  color: #8c8c8c;
  margin-right: 15px;
  font-size: 14px;
  /* line-height: 26px; */
}

.comment_block .comment_body .comment_text {
  margin: 10px 0 7px 0 !important;
}

#single-product-tab .new-review-form {
  margin: 53px 0 0 0;
}

#single-product-tab .new-review-form h2 {
  font-size: 22px;
  line-height: 36px;
}

#single-product-tab .new-review-form form {
  margin: 27px 0 0 0;
}

#single-product-tab .new-review-form .field-row {
  margin-bottom: 36px;
}

#single-product-tab .new-review-form .star-row {
  margin-bottom: 27px !important;
}

#single-product-tab .new-review-form .star-row .star-holder {
  padding: 9px 0 0 0;
}

.star-holder .star {
  display: inline;
}

#single-product-tab .new-review-form .buttons-holder {
  margin: -16px 0px 0 0px;
  text-align: right;
}

#single-product-tab .new-review-form .buttons-holder button {
  padding: 14px 31px;
}

/*media Query*/
}

@media (max-width: 600px) {
  input[type=text] {
    height: 35px;
  }

  .top_searchbox button, .newsletter_input button {
    height: 35px;
  }

  .nav_mainlogo {
    padding: 5px 0px;
  }

  .top_searchbox button i {
    padding: 0 5px !important;
  }

  .footer_main .footer_newsletter {
    display: block;
  }
}

@media (max-width: 768px) {
  .topbar_nav li a {
    padding: 8px 4px;
  }

  .topbar_nav li i {
    padding-right: 5px;
    font-size: 14px;
  }

  .cart_wishlist span:nth-of-type(odd), .cart_shopping span:nth-of-type(odd) {
    font-size: 12px;
    display: none;
  }

  .banner_slider .carousel-inner .item>img {
    height: 230px;
  }

  .featured_item_box {
    width: 100% !important;
    height: 100%;
    margin: 10px auto;
    align-items: center;
  }

  .review_block .comments {
    margin-top: 25px;
  }

  .product_desc .product_desc_bg {
    padding: 20px;
  }

  .product_desc .product_desc_bg h3 {
    font: 600 16px 'Open Sans', sans-serif;
  }

  .breadcrumb_part li {
    font-size: 14px;
    line-height: 1.5;
  }
}

@media (min-width: 769px) {
  .topbar_nav li a {
    padding: 8px 8px;
  }

  .topbar_nav li i {
    padding-right: 5px;
    font-size: 14px;
  }
}

@media (min-width:769px) and (max-width:992px) {
  .featured_item_box {
    width: 300px;
    margin: 0px 20px 30px 20px;
  }
}

@media (max-width:1200px) {

  /* .featured_item_box {
    width: 200px;
    margin: 0px 15px 30px 15px;
  } */
  .nav_main_list ul li a {
    padding: 0 10px 15px 10px;
    font-size: 12px;
  }

  .cart_wishlist i, .cart_shopping i {
    font-size: 30px;
    margin-right: 10px;
  }

  .top_searchbox button i {
    padding: 0 10px;
  }
}

/*style-2*/
/* .header-page-breadcrumb {
    margin-bottom: 15px;
} */
.header-page-breadcrumb .breadcrumbs {
  padding: 15px;
}

.breadcrumbs {
  position: relative;
  z-index: 1;
  color: #ed1d23;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0px 0 0;
}

.breadcrumb-item {
  display: inline-block;
  vertical-align: middle;
  /* font-family: 'Nunito', sans-serif; */
  color: #000;
}
.breadcrumb-item a {
  color: #000;
}

.breadcrumb-item.current {
  color: #ed1d23;
}

.breadcrumb-item+i, i+.breadcrumb-item {
  margin-left: 5px;
  margin-right: 0px;
}

.breadcrumbs i {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.4rem;
}

/*part-search.html*/
.search-part-box {
  margin-bottom: 10px;
  display: inline-block;
  width: 100%;
  box-shadow: 0 0 5px #ccccccc4;
  padding: 5px 10px;
  background: #e4f4ff;
}

.dis-inline-block .input-text_1 {
  width: 175px;
}

.dis-inline-block input {
  margin: 5px 5px 5px 5px;
}

.search-part-box input, .search-part-box select, .search-part-box button {
  margin: 5px 15px;
}

.search-part-box input {
  position: relative;
}

.search-button-icons:before {
  font-family: FontAwesome;
  content: "\f002";
  padding-right: 10px;
  vertical-align: top;
}

.search_or {
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  margin-right: 6px;
  margin: 3px 6px 0 3px;
}

.search_or span {
  vertical-align: -webkit-baseline-middle;
  color: #01489e;
}

.search_or {
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  margin-right: 6px;
  margin: 3px 6px 0 3px;
}

.part-search-page {
  padding: 10px 0 0px;
  display: inline-block;
  width: 100%;
  /* overflow: hidden; */
}

.part-search-page .widget-product {
  margin-bottom: 10px;
}

.widget-product {
  margin-bottom: 37px;
  overflow: hidden;
}

.part-search {
  margin: 5px 0;
  padding: 0;
}

.part-search>li {
  border-bottom: 1px solid #e5e5e5;
  color: #4c4c4c;
  margin: 0;
  overflow: hidden;
  padding: 7px 0;
  position: relative;
}

.part-search>li a {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  display: block;
  width: 100%;
  position: relative;
  padding: 5px 0px 5px;
  font-family: 'Quicksand', sans-serif;
  word-wrap: break-word;
  margin: 8px 0;
}

.part-search li:not(collapsed) .arrow:before, .part-search li:not(collapsed) .arrow:before {
  font-family: FontAwesome;
  content: "\f078";
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
  float: right;
}

.part-search li:not(collapsed) .arrow:before, .part-search li:not(collapsed) .arrow:before {
  font-family: FontAwesome;
  content: "\f078";
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
  float: right;
  font-size: 14px;
}

.part-search>li a:after {
  background: #cc9900;
  height: 1px;
  width: 25px;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
}
.part-search>.sub-menu {
  padding: 0;
}
.part-search>.sub-menu li {
  border-bottom: 1px solid #e5e5e5;
  color: #4c4c4c;
  margin: 0;
  overflow: hidden;
  padding: 7px 0;
  position: relative;
}

.part-search>.sub-menu li a {
  font-size: 13px;
}

.part-search>.sub-menu li a input {
  vertical-align: top;
  margin-right: 5px;
}

.part-search>.sub-menu.brand {
  height: 250px;
  max-height: 250px;
  overflow-y: scroll;
}

.part-search li:last-child {
  height: 58px;
}

.part-search li:last-child {
  border-bottom: 0;
}

.btn-appl-flit {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  display: block;
  width: 100%;
  border-radius: 0;
  background: #ed1d24;
  border-color: #ed1d24;
}

/*.h1-title*/
.h1-title {
  text-transform: uppercase;
  font-size: 24px;
  color: #00bff3;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 20px 15px;
  text-align: center;
}

.h2-title {
  font-size: 16px;
}

.services-list-item-wrapper {
  margin-bottom: 20px;
  margin-top: 20px;
}

.services-list-item {
  /* background: #f1f1f1; */
  border-radius: 4px;
  padding: 10px;
  box-shadow: 0 0 5px #efefef;
  margin-bottom: 20px;
}

.services-list-item-figure {
  position: relative;
  border: 1px solid #d4d4d4;
  padding: 10px;
}

.services-list-item-figure img {
  width: 100%;
  max-width: 100%;
}

.services-list-item-title {
  text-align: left;
  font-size: 20px;
  color: #105484;
  margin-bottom: 10px;
  font-family: 'Roboto', sans-serif;
}

.service-desc {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  text-align: justify;
  line-height: 30px;
}

/*line-card*/
.line_card_view {
  /* border-bottom: 1px solid #efefef; */
  display: inline-block;
  text-align: left;
  width: 100%;
  /* margin: 10px; */
}

.line_card_view a {
  max-width: 250px;
  display: inline-block;
  text-align: center;
  padding: 10px;
  border: 1px solid #ccc;
  margin: 10px;
  background-color: #fff;
  vertical-align: top;
  width: 100%;
  max-height: 120px;
  overflow: hidden;
  height: 100%;
  min-height: 120px;
  position: relative;
}

.img_view {
  max-width: 180px;
}

.line-card-section .center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

/*Dealer-Locations*/
.installation-box {
  margin: 40px 0;
  /* border: 1px solid #ccc; */
}

.installation-branch-name {
  background: #00bff3;
  color: #fff;
  /* padding: 10px; */
}

.installation-branch-name h3 {
  margin: 0px 0 0 15px;
  background: #e8e8e8;
  overflow: hidden;
  padding: 10px;
  color: #555;
  font-size: 16px;
}

.installation-branch-adderss {
  border: 1px solid #e8e8e8;
  padding: 10px;
}

.installation-branch-adderss p {
  font-family: 'Open Sans', sans-serif;
  line-height: 1.9;
  font-size: 15px;
}

/*TESTIMONIAL*/
.content-testimonials {
  border: 1px solid #eee;
  padding: 10px 40px;
  margin-bottom: 20px;
  background-color: #fff;
  position: relative;
  /* width: 330px; */
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.content-testimonials:hover {
  cursor: pointer;
  box-shadow: 0 10px 5px 0 rgba(221, 221, 221, 0.55);
  -webkit-box-shadow: 0 10px 5px 0 rgba(221, 221, 221, 0.55);
  -moz-box-shadow: 0 10px 5px 0 rgba(221, 221, 221, 0.55);
  -o-box-shadow: 0 10px 5px 0 rgba(221, 221, 221, 0.55);
}

.content-testimonials .testi-thumb img {
  border: 1px solid #eee;
  height: 70px;
  margin: 0 auto;
  width: 70px;
}

.testi-details p {
  text-align: left;
  word-wrap: break-word;
  word-break: break-word;
}

/*vide.html*/
.youtube-video-section {
  padding: 30px 0;
  margin: 0 0 20px;
}

.youtube-title h4 {
  text-transform: uppercase;
  margin: 10px 0 20px;
  font-weight: 500;
  font-size: 20px;
}

.vid {
  width: 100%;
}

.vid iframe {
  width: 100%;
  height: 300px;
}

/*Aboutus page*/
.about-us-img {
  float: left;
  padding-right: 25px;
  padding-bottom: 10px;
}

.about-us-img img {
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
  display: block;
}

.about-us-txt p {
  line-height: 30px;
  font-size: 17px;
  font-family: 'Open Sans', sans-serif;
  text-align: justify;
  word-wrap: break-word;
  word-break: break-word;
}

/*ContactusPage*/
.block-title h3, .block-title .h3 {
  /* font-family: 'Poppins-SemiBold'; */
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
  color: #222;
  font-size: 20px;
  font-weight: 600;
}

.contact-info p {
  color: #666;
  font-size: 14px;
}

.contact-info i{
  padding-right: 10px;
}

.contact-info p, .contact-form span {
  /* font-family: 'Poppins-Light'; */
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
}

.btn-color {
  background: #00bff3;
  color: #fff;
  /* font-family: 'Poppins'; */
  font-family: 'Poppins', sans-serif;
}

.title {
  margin: 10px 0 10px;
  position: relative;
  text-align: center;
  padding: 10px 0;
}

.title:before {
  border-top: 2px double #acacac;
  content: "";
  left: 0;
  margin: 0 auto;
  position: absolute;
  top: 54%;
  width: 90%;
  right: 0;
}

.title h4 {
  background: #fff none repeat scroll 0 0;
  display: inline-block;
  font-size: 20px;
  font-weight: 900;
  padding: 0 15px;
  position: relative;
  width: auto;
  z-index: 1;
  margin-bottom: 0;
  word-spacing: 8px;
  letter-spacing: 1px;
  line-height: 20px;
  margin-top: 0;
  text-transform: uppercase;
  font-family: 'Lato', sans-serif;
}

.installation-box {
  margin: 40px 0;
  /* border: 1px solid #ccc; */
}

/*FAQ Pages*/
.faq-tab {
  padding: 10px;
  display: block;
  overflow: hidden;
}

.faq-categories>li {
  border-bottom: 1px solid #e5e5e5;
  color: #4c4c4c;
  margin: 0;
  overflow: hidden;
  padding: 7px 0;
  position: relative;
  list-style: none;
}

.faq-categories a {
  font-size: 13px;
  font-weight: 400;
  color: #898989;
  display: block;
  width: 100%;
  position: relative;
  padding: 0px 0px 10px;
  font-family: 'Montserrat', sans-serif;
  word-wrap: break-word;
}

.faq-content {
  display: block;
}

.faq-content h2 {
  font-size: 1.2857142857142858em;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
  padding: 5px 16px;
  display: inline-block;
  width: 100%;
  font-family: 'Montserrat', sans-serif;
  color: #1b1b1b;
}

.faq-question {
  font-size: 15px;
  padding: 10px 19px;
  cursor: pointer;
  font-family: 'Open Sans', sans-serif;
}

.faq-content p {
  font-size: 15px;
  line-height: 1.9;
  font-family: 'Open Sans', sans-serif;
}

.faq-question p a[aria-expanded="true"] {
  color: #000000;
}

.collapse.in {
  display: block;
}

.faq-question p a {
  font-weight: 600;
  font-size: 17px;
  font-family: 'Montserrat', sans-serif;
}

/*terms-conditions page*/
.policies-content h4 {
  font-size: 1.2857142857142858em;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
  padding: 5px 0px;
  display: inline-block;
  width: 100%;
  font-family: 'Montserrat', sans-serif;
  color: #1b1b1b;
}

.policies-content p {
  font-size: 14px;
  line-height: 1.9;
  font-family: 'Open Sans', sans-serif;
}







/*Muruganandham css*/

.compare-switcher {
    /*background: #ffffff;*/
    width: 150px;
    position: fixed;
    top: 110px;
    bottom: 0;
    height: 100%;
    z-index: 1008;
    border-radius: 0;
    right: 0px;
    /*box-shadow: 0 0 5px #ccc;*/
}

.compare-switcher.open {
   right: -150px;
}

.compare-switcher .compare-switcher-open {
    background-color: #696969;
    border-radius: 6px 0 0 6px;
    color: #fff;
    display: block;
    font-size: 13px;
    height: 30px;
    left: -31px;
    line-height: 30px;
    position: absolute;
    text-align: center;
    text-decoration: none;
    top: 35px;
    width: 30px;
}

.compare-switcher .compare-switcher-wrap {
    /*height: 100%;*/
    margin: 0;
    overflow-y: auto;
    padding: 15px 10px;
    position: relative;
    background: #fff;
    box-shadow: 0 0 5px #ccc;
}

.compare-switcher-box{
  position: relative;
  border: 1px solid #b8b9b9;
  margin-bottom: 10px;
}

.compare-switcher-box img{
    width: 80px;
    margin: 0 auto;
    text-align: center;
    display: block;
}

.compare-switcher-box h6{
  color: #5a5a59;
  font-size: 11px;
  padding: 5px;
  margin:0;
}

.compare-close-icons{
    position: absolute;
    right: -4px;
    top: -6px;
    width: 15px;
    height: 15px;
    background: #333333;
    border-radius: 30px;
    color: #fff;
    cursor: pointer;
}
.compare-close-icons i{
    line-height: 15px;
    display: block;
    text-align: center;
    font-size: 10px;
  }

  .compare-button{
    text-align: center;
    background: #00bff3;
    color: #fff;
  }
  .compare-button a{
    color: #fff;
    padding: 5px;
    display: block;
  }




.compare-table {
    font-size: 16px;
    color: #333;
    border-left: 1px solid #e3e3e3;
    border-top: 1px solid #e3e3e3;
    width: 100%;
    margin-bottom: 30px;
}
.compare-table .fixedHeader tr {
    background-color: #f5f5f5;
}

  .compare-table th {
    padding: 20px 10px;
    vertical-align: top;
    font-size: 16px;
    color: #666;
    font-weight: 400;
    border-right: 1px solid #e3e3e3;
    min-width: 150px;
    max-width: 800px;
    line-height: 16px;
    height: auto;
    position: relative;
    font: 600 16px 'Open Sans', sans-serif;
}
.compare-table .fixedHeader th a {
    color: #454545;
}

.compare-table .but_close_comp {
    position: absolute;
    left: 0;
    top: -12px;
    width: 100%;
    text-align: center;
}

.compare-table .but_close_comp i {
    color: #999;
    font-size: 25px;
    background-color: #fff;
    border-radius: 50%;
    line-height: 20px;
}

.compare-table td {
    padding: 10px;
    border-bottom: 1px solid #e3e3e3;
    border-right: 1px solid #e3e3e3;
    line-height: 22px;
    word-break: break-all;
    font: 400 16px 'Open Sans', sans-serif;
}

.stock-in{
  color: #128026;
  }
.stock-out{
    color: #d1252a;
  }

.compare-table .star i{
    color: #e7a200;
}
/*Select your Vehicle Css*/

.dropdown-inline{
display: inline-block;
position: relative;
}

.yeardropdown{
position: relative;
margin:5px!important;
width: 80px;
}
.yeardropdown-menu{

}

.position-relative{
position: relative;
}
.dropdown-large {
position: static !important;
}

.makedropdown{
margin:5px!important;
width: 80px;
}

.dropdown-menu-large {
margin-left: 16px;
padding: 10px 20px;
}
.dropdown-menu-large ul{
float: left;
list-style: none;
padding: 10px;
margin-right: 20px;
}

.dropdown-menu-large ul li a {
font-family: arial,helvetica,sans-serif;
font-size: 14px;
color: #000;
line-height: 23px;
}

.dropdown-menu-large ul:last-child{
margin-right: 0;
}
.reset-button{
display: inline-block;
padding: 6px 12px;
margin-bottom: 0;
font-size: 14px;
font-weight: 400;
line-height: 1.42857143;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-ms-touch-action: manipulation;
touch-action: manipulation;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background-image: none;
border: 1px solid transparent;
border-radius: 4px;
background: #d9534f;
color: #fff;
}

/*Price Filter Css*/
.noUi-target, .noUi-target * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.noUi-base {
  width: 95%;
  height: 100%;
  position: relative;
}
.noUi-origin {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
}
.noUi-handle {
  position: relative;
  z-index: 1;
}
.noUi-stacking .noUi-handle {
  /* This class is applied to the lower origin when
   its values is > 50%. */
  z-index: 10;
}
.noUi-stacking + .noUi-origin {
/* Fix stacking order in IE7, which incorrectly
   creates a new context for the origins. */
  *z-index: -1;
}
.noUi-state-tap .noUi-origin {
  -webkit-transition: left 0.3s, top 0.3s;
  transition: left 0.3s, top 0.3s;
}
.noUi-state-drag * {
  cursor: inherit !important;
}
/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 4px;
  width: 100%;
  position: relative;
}
.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  left: 0px;
  top: 0px;
}
.noUi-horizontal.noUi-extended {
  padding: 0 15px;
}
.noUi-horizontal.noUi-extended .noUi-origin {
  right: -15px;
}
.noUi-vertical {
  width: 18px;
}
.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  left: -6px;
  top: -17px;
}
.noUi-vertical.noUi-extended {
  padding: 15px 0;
}
.noUi-vertical.noUi-extended .noUi-origin {
  bottom: -15px;
}
/* Styling;
 */
.noUi-background {
  background-color: #ebebeb;
}
.noUi-base .noUi-background {
  background: none;
}
/* Handles and cursors;
 */
.noUi-dragable {
  cursor: w-resize;
}
.noUi-vertical .noUi-dragable {
  cursor: n-resize;
}
.noUi-handle {
  cursor: pointer;
}
.noUi-handle:after {
  left: 17px;
}
.noUi-vertical .noUi-handle:before, .noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}
.noUi-vertical .noUi-handle:after {
  top: 17px;
}
/* Disabled state;
 */
[disabled].noUi-connect, [disabled] .noUi-connect {
  background: #B8B8B8;
}
[disabled] .noUi-handle {
  cursor: not-allowed;
}
/* Price Range */
.sidebar-nav.cost-price {
  margin-bottom: 70px;
}
.cost-price-content {
  /*display: inline-block;*/
  position: relative;
  margin-bottom: 20px;
}
.cost-price-content .noUi-handle-lower, .cost-price-content .noUi-handle-upper {
  height: 21px;
  width: 21px;
  background-color: #f1f3f8;
  border: 1px solid #dde1eb;
}
.cost-price-content .noUi-base .noUi-connect, .cost-price-content .noUi-base .noUi-background {
  position: absolute;
  top: -4px;
}
.price-min, .price-max {
/*  position: absolute;*/
  margin-top: 15px;
  font-size: 14px;
  color: #515151;
}
.price-min {
  left: 0;
}
.price-max {
  right: 0;
}
.cost-price-content .noUi-handle-lower, .cost-price-content .noUi-handle-upper {
  background-color: #fff;
  border: 1px solid #b8b8b8;
}



.price-min {

  border: 1px solid #dddddd;
  border-radius: 2px;
  height: 30px;
  line-height: 28px;
  color: #555555;
  width: 70px;
  text-align: center;
  background: #fff;
  display: inline-block;
  margin-right: 20px;

}

.price-max {
  border: 1px solid #dddddd;
  border-radius: 2px;
  height: 30px;
  line-height: 28px;
  color: #555555;
  background: #fff;
  width: 70px;
  text-align: center;
 display: inline-block;
}

.noUi-horizontal .noUi-handle {
  background: #0088cc;
  border: none;
  height: 12px;
  width: 12px;
  border-radius: 30px;
}



/*cart*/


.cart-section{
    display: inline-block;
    width: 100%;
  }

.cart-value{
  margin-bottom: 30px;
}
.cart-table{
  width: 100%;
    line-height: 28px;
    color: #2e2e2e;
    font: 600 14px 'Open Sans', sans-serif;
}

.cart-table th {
    vertical-align: middle;
    padding: 15px 30px;
    font-size: 16px;
    line-height: 20px;
    color: #343434;
    border-top: 1px #e6e6e6 solid;
    border-bottom: 1px #e6e6e6 solid;
}

.cart-table td {
    vertical-align: middle;
    padding: 20px 30px;
    border-bottom: 1px #e6e6e6 solid;
}
.cart-table td img{
  max-width:80px;
}
.cart-table td .cart-desc{
  font-size: 15px;
  line-height: 28px;
  color: #2e2e2e;
  font-weight: 600;
  display: block;
  margin-bottom: 10px;
}

.table-remove-txt{
  color: #f10808;
  text-decoration: underline;
  font-weight: 400;
}

.cur-pointer{
  cursor: pointer;
}
.table-qty{
  width:
}


.cart-total{
  float: right;
  width: 300px;

}

.cart-total-box{
  width: 100%;
  box-shadow: 0 0 2px #ccc;
  display: inline-block;
  padding: 10px;
}


.carttot-table{
  width: 100%;
    line-height: 28px;
    color: #2e2e2e;
    font: 600 15px 'Open Sans', sans-serif;
}
.carttot-table tr td{
  padding: 8px;
  font-weight: 400;
  background-color: #fff !important;
}
.carttot-table tr td hr{
    margin-top: 5px;
    margin-bottom: 5px;
    border: 0;
    border-top: 1px solid #eee;
}

.carttot-table .tot td{
  font-weight: 600;
  font-size: 16px;
}
.blue{
  color: #0062b9;
}

.button-div{
  -webkit-appearance: none;
    padding: .4em 1em .4em 1em;
    margin-right: .3em;
    border: 1px solid;
    text-transform: capitalize;
    text-align: center;
    display: inline-block;
    height: 40px;
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    letter-spacing: .15px;
    cursor: pointer;
    zoom: 1;
}
.button-checkout{
    color: white;
    background: #ed1d23;
    border-color: #ed1d23;
    width: 100%;
    line-height: 1.75;
  }
  .button-checkout:hover{
    color: #fff;
    background: #a50d13;
    border-color: #a50d13;
  }



/*Checkout Css*/

.details-table{
  /*background-image: linear-gradient(to right,#f4f4f4 0,#f4f4f4 0);*/
  background: #fbfbfb;
  padding: 10px;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.details-table h1{
  margin-top: 0;
}

.checkout-table tr td img{
  width: 80px;
}

.checkout-table tr td{
  font: 400 14px 'Open Sans', sans-serif;
  padding: 8px;
}

.billing-div h3{
  display: inline-block;
}

.add-billing{
  display: inline-block;

/*  background: #b6efff;*/
  /*padding: 5px 10px;*/
  border-radius: 2px;
  cursor: pointer;
  color: #0575d8;
  font-weight: 600;
}


/*home cart*/


.lft{
  float: left;
}

.rgt{
  float: right;
}

h1.page-title {
    display: none;
}
.active{
  display: block;
}
.remove{
  display: none;
}
.widget-shopping-cart-content.close1 {
    visibility: hidden;
     opacity: 0;
}
.widget-shopping-cart-content {
    position: absolute;
    top: 100%;
    /* left: -220px; */
    z-index: 99999;
    visibility: hidden;
    overflow: auto;
    padding: 0px;
    width: 380px;
    background-color: #fff;
    opacity: 0;
    -moz-box-shadow: 0px 1px 34px 4px rgba(127, 127, 127, 0.57);
    -webkit-box-shadow: 0px 1px 34px 4px rgba(127, 127, 127, 0.57);
    box-shadow: 0px 1px 34px 4px rgba(127, 127, 127, 0.57);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    right: 0;
}

.widget-shopping-cart-content.open {
    visibility: visible;
    opacity: 1;
}
.widget-shopping-cart-close-div{
  display: inline-block;
  width: 100%;
}
.widget-shopping-cart-content .widget-shopping-cart-close{
  float: right;
    font-size: 21px;
    font-weight: bold;
    color: #fff;
    text-shadow: 0 1px 0 #fff;
    cursor: pointer;
     background: #02bef1;
    width: 30px;
    height: 30px;
    text-align: center;
    vertical-align: middle;
}
header.header-2 .widget-shopping-cart-content,
header.header-3 .widget-shopping-cart-content,
header.header-4 .widget-shopping-cart-content {
    right: 0;
    left: auto;
}
.widget-shopping-cart-content .cart-list {
    padding: 15px;
    margin: 0;
    max-height: 373px;
    overflow: auto;
    border-bottom: 1px solid #f1eeea;
}



.widget-shopping-cart-content .cart-list li {
    padding: 15px 0;
    border-bottom: 1px solid #f1eeea;
    display: inline-block;
    width: 100%;
}

.widget-shopping-cart-content .cart-list li .cart-list-left{
  /* float: left; */
    width: 70px;
    display: flex;
    height: 60px;
    margin-right: 10px;
    align-items: center;
    margin-right:10px;
}

.widget-shopping-cart-content .cart-list li .cart-list-right{
    float: right;
    width: 230px;
    margin-left: 5px;
}

.widget-shopping-cart-content .cart-list li,
.widget-shopping-cart-content .cart-list li {
  text-align: left;
}
.widget-shopping-cart-content .cart-list li:first-child {
    padding-top: 0;
}
.widget-shopping-cart-content .cart-list li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}
.widget-shopping-cart-content .cart-list li.empty {
    color: #222;
    font-weight: 400;
}


.fa-close {
  cursor: pointer;
}
.widget-shopping-cart-content .cart-list li a {
    font-weight: 700;
    display: block;
  font-family: Lato, Helvetica, Arial, sans-serif;
  font-size: 13px;
  color: #0e82b9;
}
.widget-shopping-cart-content .cart-list li span{
  display: block;

}

.widget-shopping-cart-content .cart-list li .remove {
    position: relative;
    float: right;
    width: 20px;
    height: 20px;
    text-align: center;
    font-size: 18px;
    line-height: 20px;
    border-radius: 0;
    color: #5e5a54;
    font-weight: 400;
}
.widget-shopping-cart-content .cart-list li img {
    float: left;
    height: 100%;
    object-fit: contain;
    padding: 5px;
    margin: 0px 20px 0px 0px;
    width: 80%;
    max-width: 100%;
    border: 2px solid rgb(241, 238, 234);
}
.widget-shopping-cart-content .cart-list .quantity {
    height: auto;
    display: block;
  color: #2b2b2a;
  /*float: left;*/
  margin: 2px 0px;
  border:0;
  font-weight: 600;
  font-size: 15px;
}
.widget-shopping-cart-content .total {
    margin: 0;
    padding: 20px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    border-bottom: 1px solid #f1eeea;
    position: relative;
  font-family: Lato, Helvetica, Arial, sans-serif;
}
.widget-shopping-cart-content .total .amount {
    position: absolute;
    right: 30px;
    top: 15px;
    /* color: #05bdef; */
    font-size: 17px;
}
.widget-shopping-cart-content .buttons {
    margin: 0;
    padding: 20px;
    text-align: center;
}
.widget-shopping-cart-content .buttons a {
    margin: 0 5px;
    height: 40px;
    line-height: 36px;
    padding: 0 20px;
    color: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    letter-spacing: .05em;
  display: inline-block;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  font-family: Lato, Helvetica, Arial, sans-serif;
}
.widget-shopping-cart-content .buttons a.view-cart {
    background-color: #02bef1;
}
.widget-shopping-cart-content .buttons a.view-cart:hover {
    background-color: transparent;
    text-decoration: none;
    color: #000;
}
.widget-shopping-cart-content .buttons a.checkout {
  background-color: #02bef1;
}
.widget-shopping-cart-content .buttons a.checkout:hover {
    background-color: transparent;
    text-decoration: none;
    color: #000;
}
.widget-shopping-cart-content .total,
.widget-shopping-cart-content .total,
.widget-shopping-cart-content .total {
  text-align: left;
}
@media only screen and (max-width: 1500px) and (min-width: 991px){
  .widget-shopping-cart-content{
    left:-100px;
  }
}
@media only screen and (max-width: 1095px) and (min-width: 991px){
  .widget-shopping-cart-content{
    left:-130px;
  }
}
@media screen and (max-width: 899px){
.widget-shopping-cart-content{
  width:100%;
}
}
/*End home cart*/
/*end cart*/
/*custom css*/
@media screen and (min-width: 995px){
.magnifier {
    width: 600px !important;
    height: 300px !important;
}
}
@media screen and (max-width: 768px){
.magnifier{
  display: none !important;
}
}
/* #owl_2 img{
  height: 25px;
} */

/*End custom css*/


/*Login Css*/

/*.bg-account-pages {
    background-color: #343b4a;
    background-size: cover;
    padding-bottom: 0;
    min-height: 100px;
}

*/


.login-banner {
    background-image: url(../images/login_bg.png);
    background-color: #fff;
    background-position: center center;
   /* -webkit-background-size: cover;
    background-size: cover;*/
    padding: 80px 0 120px 0;
}

.center-block{
    display: block;
    margin-left: auto;
    margin-right: auto;
    float: none!important;
}
.login-form-block{
    margin: -80px 0 0;
    background: #fff;
    -webkit-box-shadow: 1px 5px 20px rgba(0,0,0,.5);
    box-shadow: 1px 5px 20px rgba(0,0,0,.5);
    padding: 30px;
}

.login-text h1{
  margin:0;
}

.login-content{
  margin-top: 30px;
}

.form-group.with-addon {
    position: relative;
}
.form-group.with-addon .input-addon {
    color: #bbb;
    border-right: 1px solid #ddd;
    padding-right: 10px;
    position: absolute;
    top: 14px;
    left: 15px;
    z-index: 2;
}

.form-group.with-addon .input-addon+.form-control {
    padding-left: 50px;
    border-width: 1px;
    border-radius: 4px;
    height: 46px;
}

.login-button{
/*margin-top: 10px;*/
background-color: #48b14c;
text-transform: uppercase;
font-size: 14px;
line-height: 26px;
color: #fff;
font-family: Raleway,Arial,sans-serif;
font-weight: 700;
letter-spacing: 2px;
text-shadow: 1px 1px rgba(0,0,0,.1);
width: 100%;
margin-bottom: 10px;
height: 40px;
display: block;
text-align: center;
line-height: 40px;
}
.login-button:hover{
color: #fff;
}

.checkbox input[type=checkbox] {
    cursor: pointer;
    opacity: 0;
    z-index: 1;
    outline: 0!important;
}

.checkbox label {
    display: inline-block;
    position: relative;
    padding-left: 30px;
}

.checkbox label::before {
    -o-transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    background-color: #fff;
    border-radius: 3px;
    border: 2px solid #98a6ad;
    position: absolute;
    transition: .3s ease-in-out;
    outline: 0!important;
    top: 2px;
    content: "";
}

.checkbox label::after, .checkbox label::before {
    display: inline-block;
    height: 18px;
    left: 0;
    /*margin-left: -18px;*/
    width: 18px;
}

.checkbox-info input[type=checkbox]:checked+label::before {
    background-color: #35b8e0;
    border-color: #35b8e0;
}
.checkbox input[type=checkbox]:checked+label::after {
    content: "";
    position: absolute;
    top: 6px;
    left: 7px;
    display: table;
    width: 4px;
    height: 8px;
    border: 1px solid #ffffff;
    border-top-width: 0;
    border-left-width: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);

}

.text-muted {
    color: #98a6ad!important;
}

.text-dark {
    color: #3b3e47!important;
}

.sign-up-text{
  font-size: 16px;
  font-family: Roboto,Arial,sans-serif;
}








.modal-confirm.modal-dialog {
    margin-top: 80px;
}

.modal-confirm {
    color: #636363;
}

.modal-confirm .modal-content {
    padding: 20px;
    border-radius: 5px;
    border: none;
}

.modal-confirm .modal-header {
    border-bottom: none;
    position: relative;
    padding: 8px;
    text-align: center;
}
.modal-confirm .modal-header span{
  font-size: 25px;
  color: #398439;

}

.modal-confirm .modal-body{
  padding: 8px;
}

.modal-confirm .modal-body p{
  font-size: 18px;
}

.modal-confirm .modal-footer {
    border: none;
    text-align: center;
    border-radius: 5px;
    font-size: 13px;
    padding: 8px;
}

/* for UEM Project */
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,400;0,500;0,600;1,500;1,600&display=swap');
.featured_item_box {
    background-color: #fff;
    box-shadow: none;
    border: 1px solid #ececec;
    border-radius: 15px;
        transition: .2s;
    -moz-transition: .2s;
    -webkit-transition: .2s;
    -o-transition: .2s;
}
.featured_item_box:hover{
-webkit-box-shadow: 5px 5px 15px rgb(0 0 0 / 15%);
    box-shadow: 5px 5px 15px rgb(0 0 0 / 15%);
    border: 1px solid #ed1d24;
    transition: .2s;
    -moz-transition: .2s;
    -webkit-transition: .2s;
    -o-transition: .2s;
  }
.width-200 {
    width: 200px !important;
}
.our_categories .featured_item_box h4 {
  margin: 10px 0 15px;
}
.our_categories .featured_item_box .category_view {
  color: #ed1d24;
}
.view_all button {
  background: #ed1d24;
}
.view:hover {
    color: #fff !important;
    background-color: #db0c13;
}
.featured_item_box h5 {
  border-top:1px solid #9c9c9d;
  padding: 10px 5px 3px 10px;
}
.featured_item_box h5:after {
  display: none;
}

.price_color {
    color: #333;
}
.price_strike {
  color: #ed1d24;
}
.text-up, .featured_item_box h5 {
  font: 600 14px 'Jost', sans-serif;
  line-height: 1.5;
}
.section_title {
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 23px;
    padding: 0 25px;
}.section_title::before {
    position: absolute;
    content: "";
    height: 1px;
    margin:0px 15px;
    width: 98%;
    background: #818181;
    left: 0;
    top: 70%;
    transform: translatey(-50%);
}
.section_title h2 {
    font-size: 16px;
    line-height: 33px;
    font-weight: 400;
    display: inline-block;
    margin-bottom: 0;
    position: relative;
    text-transform: uppercase;
    font-family: 'Jost', sans-serif;
}
.section_title h2 span {
    background: #fdfdfd;
    padding-right: 10px;
    position: relative;
    margin-left: 15px;
    padding-left: 10px;
}
.section_title h2 span strong {
    margin-right: 5px;
}
.section_title strong {
    color: #ed1d24;
}
.about_bg_img {
  width: auto;
  padding: 15px 0;
}
.feature_info .addcart_btn {
  height: 30px;
  width: 100px;
  line-height: 1;
}
.featured_product {
    margin:0;
    margin-bottom: 20px;
}
.color_blue {
  color:#ed1d24;
}
.bg_red {
  background-color:#ed1d24;
}
.btn-bg_black {
  background-color:#000;
  color: #fff;
  font-size: 10px;
}
.btn-bg_black:hover, .btn-bg_black:focus {
  background-color:#000;
  color: #fff;
  outline: none;
}
.feature_info .cartbtn_bg:hover {
  background-color: #333 !important;
}
.client_block {
  background-image: none;
}
.brands_block {
  background: #787878;
      width: 100%;
      display: block;
      height: 100%;
      position: relative;
      padding: 10px;
      margin: 20px 0;
}
.brands_block img{
  width: 100%;
}

.main_title{
  position: relative;
      display: flex;
    align-items: center;
    margin-bottom: 23px;
    padding: 0 25px;
}
.main_title span{
  background: #fdfdfd;
    padding-right: 20px;
    position: relative;
    margin-left: 20px;
    padding-left: 20px;
}
.main_title strong {
    color: #ed1d24;
}
.main_title::before {
    position: absolute;
    content: "";
    height: 1px;
    margin: 0px 15px;
    width: 98%;
    background: #818181;
    left: 0;
    top: 55%;
    transform: translatey(-50%);
}



.brand_title{
  text-transform: uppercase;
    font-size: 20px;
    color: #333;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 20px 15px;
    text-align: center;
    font-family: 'Jost', sans-serif;
    position: relative;
    margin-bottom: 23px;
    padding: 0 25px;
}

.brand_title span{
  background: #232220;
    padding-right: 20px;
    position: relative;
    margin-left: 20px;
    border-radius: 10px;
    padding-left: 20px;
}
.brand_title strong {
    color: #fff;
}
.brand_title::before {
    position: absolute;
    content: "";
    height: 1px;
    margin: 0px 15px;
    width: 98%;
    background: #d3d3d3;
    left: 0;
    top: 55%;
    transform: translatey(-50%);
}


.feature_info .cartbtn_bg {
  background-color: #333;
}
.feature_info .buybtn_bg {
  background-color: #ed1d24;
}
/* Product List Table */
.pt-sort {
    background: #f6f6f6;
    padding: 3px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.pt-sort__results {
    font-size: 12px;
    color: #999;
}.pt-sort__results-title {
    color: #ed1c24;
    font-size: 14px;
    font-family: 'Play', sans-serif;
}
.pt-sort__pagination {
    margin-left: auto;
}
.pt-sort__pagination > nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.pagination {
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
    display: inline-block;
}
#product-table .tablesorter-pager .pagination {
    margin: 0;
}
#product-table .png-per-page {
    float: left;
}
.pt-sort__view .pt-sort__view-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 5px 0 0;
}
#product-table .png-per-page li span {
    border-color: transparent;
    color: #000;
    background-color: transparent;
}
.pt-sort__pages > li {
    margin-right: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.tablesorter-metro-dark {
    width: 100%;
    font: 12px/18px 'Segoe UI Semilight', 'Open Sans', Verdana, Arial, Helvetica, sans-serif;
    color: #000;
    /* background-color: #333; */
    border-spacing: 0;
    margin: 10px 0 15px;
    text-align: left;
}
tbody > tr:nth-child(even) > td {
    background: #f6f6f6;
}
#product-table  thead {
background: #f6f6f6;
text-transform: uppercase;
font-size: 10px;
}
#product-table  tbody td a {
color: #333;
}
.td-view a {
  color: #ed1c24 !important;
}
/* .product-widget-area-bg {
    background-color: #ed1d23;
    border-radius: 10px;
}
.part-search>li a {
  color: #fff;
  font-weight: 600;
}
.sub-menu li a {
  color: #fff;

}
.part-search>li a:after {
  background: #000000;
}
.part-search>.sub-menu li {
  border-bottom: 1px solid #cbcbcb6b;
} */
.btn-appl-flit {
  background: #000;
  border:1px solid #000;
}
.btn-appl-flit:hover  {
background: #000;
}
#quickorder-table thead tr th, #quickorder-table tbody tr td {
  vertical-align: middle;
}
.width-60 {
  width: 60px;
}
.banner_slider .slide {
  padding: 0;
  border:none;
}
.cart-page-table td, .cart-page-table th {
  padding: 5px !important;
  font-size: 14px;
}
.cart-page-table thead {
  background-color: #e7e7e7;
}

.cart-page-table td .cart-desc {
  font-size: 14px;
    line-height: 28px;
    color: #337ab7;
    font-weight: 500;
    display: block;
    margin-bottom: 0px;
}
.cart-page-table {
    color: #2e2e2e;
    font: 500 14px 'Open Sans', sans-serif;
    border: 1px solid #e6e6e6;
}
.fs-16 {
    font-size: 16px;
 }
 .fs-14 {
     font-size: 14px;
  }
 .text-ellipse {
   width: 250px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block !important;
 }
 .width-175 {
  width: 175px;
 }
.width-10 {
  width: 10%;
}
.width-15 {
  width: 15%;
}
.width-20 {
  width: 20%;
}

button.crt-load-more {
    background-color: #a62a1f !important;
    color: #2b2b2b;
    display: inline-block;
    text-align: center;
    padding: 10px 30px !important;
    text-decoration: none;
    border: 1px solid rgba(0,0,0,.1);
    line-height: 1 !important;
    height: auto !important;
    vertical-align: middle;
    box-shadow: 0px 2px 30px rgb(0 0 0 / 0%);
}
