#main_container {
  margin: 0;
}

.main-column {
  padding: 0;
}

.frame_inner .discount {
  background: #1e8e04;
  display: none;
  color: #fff;
  font-weight: 400;
  font-size: 13px;
  padding: 3px;
  border-radius: 3px;
  position: absolute;
  top: 10px;
  right: 10px;
}

.banners-default {
  margin-top: 10px !important;
}

.banners-default a:last-child {
  margin-bottom: 0 !important;
}

@media only screen and (min-width: 1200px) {
  .slide_banner .col-lg-l {
    width: 61%;
  }
  .slide_banner .col-lg-r {
    width: 39%;
    padding: 0;
  }
}
#products_menu_tabs {
  background: #fff;
  margin-bottom: 5px;
}

@media (max-width: 767px) {
  #products_menu_tabs {
    margin-bottom: 10px;
  }
  .block_default1 {
    margin-bottom: 5px;
  }
}
#products_menu_tabs .nav.nav-tabs {
  border: 0 none;
}

#products_menu_tabs .item_tabs:first-child a {
  font-size: 16px;
  text-transform: uppercase;
  color: #333;
}

#products_menu_tabs .item_tabs a {
  font-size: 14px;
  color: #1e8e04;
}

#products_menu_tabs .item_tabs > a {
  background: none;
  text-decoration: none;
  font-size: 15px;
}

#products_menu_tabs .item_tabs.active > a {
  background: none;
  text-decoration: none;
  color: #17b0e4;
}

#products_menu_tabs .nav.nav-tabs > .item_tabs.active > a,
#products_menu_tabs .nav.nav-tabs > .item_tabs > a:hover {
  border: 1px solid #fff;
  border-radius: 0;
  color: #17b0e4;
  padding: 10px 5px;
}

#products_menu_tabs .nav.nav-tabs > .item_tabs > a {
  padding: 10px 5px;
}

#products_menu_tabs .read-more a {
  background: url(../images/icon_arrow.png) no-repeat scroll right bottom 5px;
  color: #929292;
  display: block;
  font-size: 11px;
  padding-right: 10px;
  padding-top: 14px;
}

#products_item_list .product_image > img {
  display: block;
  margin: auto;
  margin-top: 15px;
  transition: all 300ms ease-in-out;
  height: 100%;
  max-height: 160px;
  width: 100%;
  max-width: 160px;
}
@media (max-width: 767px) {
  #products_item_list .product_image > img {
    margin-top: 0;
  }
}

#products_item_list .frame:hover {
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.12);
}
#products_item_list .frame:hover .product_image > img {
  margin-top: 0;
}
#products_item_list .frame:hover .frame_title span h3 {
  color: #1e8e04;
}

#products_item_list .frame_title {
  text-align: left;
  padding: 5px 5px;
}

#products_item_list .frame_title {
  padding: 15px 15px 10px 15px;
}
@media (max-width: 991px) {
  #products_item_list .frame_title {
    padding: 15px 10px 10px;
  }
  #products_item_list .frame_title span h3 {
    height: 40px !important;
    min-height: 40px !important;
    line-height: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 14px;
  }
}

#products_item_list .frame_title span.name {
  font-size: 13px;
  padding: 0 5px;
  display: block;
  min-height: 54px;
}

#products_item_list .frame_title .name_cat {
  font-size: 16px;
  display: block;
  font-weight: bold;
  text-align: left;
  min-height: 40px;
}

#products_item_list .last_promotion .frame_title .name_cat {
  min-height: 35px;
}

#products_item_list .price_renew {
  padding: 0 15px;
  font-size: 12px;
  color: #333;
  line-height: normal;
  height: 22px;
  margin-bottom: 4px;
}
#products_item_list .price_renew span {
  display: inline-block;
  color: #de0101;
  font-size: 13px;
  font-weight: bold;
}
@media (max-width: 768px) {
  #products_item_list .price_renew {
    padding: 5px;
    font-size: 12px;
    height: 30px;
  }
  #products_item_list .price_renew span {
    font-size: 13px;
  }
}
#products_item_list .price_student {
  font-size: 11px;
}
@media (max-width: 767px) {
  #products_item_list .price_student {
    font-size: 10px;
  }
}

#products_item_list .frame_price {
  text-align: left;
  padding: 5px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  #products_item_list .frame_price {
    padding: 5px;
  }
}
@media (max-width: 350px) {
  #products_item_list .frame_price {
    flex-direction: column;
    justify-content: start;
    text-align: left;
    align-items: flex-start;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #products_item_list .frame_price {
    display: block;
  }
  #products_item_list .frame_price span {
    display: block;
  }
}

#products_item_list .promotion_description {
  padding: 8px;
  background: #f2f2f2;
  border-radius: 8px;
  overflow: hidden;
}
#products_item_list .promotion_description img {
  display: inline-block;
}
#products_item_list .promotion_description p:nth-of-type(2) {
  margin-bottom: 0;
}

#products_item_list .frame_price .price {
  color: #de0101;
  font-size: 18px;
  font-weight: bold;
}

#products_item_list .frame_price .price_old {
  font-size: 13px;
  color: #868686;
  text-decoration: line-through;
  padding-left: 5px;
}
@media (max-width: 992px) {
  #products_item_list .frame_price .price_old {
    font-size: 12px;
  }
}

#products_item_list .frame_price .price_cat {
  color: #de0101;
  font-size: 17px;
  font-weight: bold;
  display: inline-block;
}
@media (max-width: 992px) {
  #products_item_list .frame_price .price_cat {
    font-size: 13px;
  }
}

#products_item_list {
  margin-left: -5px;
  margin-right: -5px;
}

.cat_item .product_image,
.last-cat .product_image {
  padding: 5px 0 0 0;
  height: 180px;
}
@media (max-width: 992px) {
  .cat_item .product_image,
  .last-cat .product_image {
    height: auto;
  }
}

.cat_item .product_image .img_org,
.last-cat .product_image .img_org {
  height: 215px;
  margin-top: 15px;
  transition: all 300ms ease-in-out;
  max-height: 100%;
}
@media (max-width: 767px) {
  .cat_item .product_image .img_org,
  .last-cat .product_image .img_org {
    height: auto;
    margin-top: 0;
  }
}

.last-cat:hover .product_image .img_org {
  margin-top: 0;
}

.promotion .product_image,
.last_promotion .product_image {
  padding: 0 0 2px 0;
}

@media (max-width: 850px) and (min-width: 767px) {
  .cat_item .product_image .img_org,
  .last-cat .product_image .img_org {
    height: 120px;
  }
}
@media (max-width: 767px) {
  .cat_item .product_image .img_org,
  .last-cat .product_image .img_org {
    height: 155px;
  }
}
@media (max-width: 405px) {
  .cat_item .product_image .img_org,
  .last-cat .product_image .img_org {
    height: 140px;
  }
}
.banners-home a {
  display: inline-block;
  border-radius: 8px;
  overflow: hidden;
}

.banners-home a img {
  width: 100%;
}

.block_default2 {
  margin-bottom: 20px !important;
}
.block_default2 a {
  border-radius: 8px;
  overflow: hidden;
}

@media only screen and (min-width: 768px) {
  #products_item_list .col-lg-1 {
    min-height: 231px;
    width: 5.5%;
    padding-right: 0;
  }
  #products_item_list .col-lg-11 {
    width: 94.5%;
    padding-left: 0;
  }
}
#products_item_list .cat-title > h2 {
  margin: 0;
}

#products_item_list .cat-title {
  background: #49c0e8;
}

#products_item_list .cat-title a {
  color: #fff;
  font-family: semibold;
  display: block;
  font-size: 18px;
  text-transform: uppercase;
  padding: 10px;
}

@media only screen and (min-width: 768px) {
  #products_item_list .cat-title {
    background: url(../images/bg-item-tabs.png) no-repeat;
    min-height: 252px;
  }
  #products_item_list .cat-title a {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    height: 252px;
    text-align: center;
    width: 252px;
  }
}
#products_item_list .products_item_content .frame_inner {
  background: #fff;
}

.container #products_item_list .frame {
  padding: 5px;
}
@media (max-width: 767px) {
  .container #products_item_list .frame {
    height: auto !important;
  }
}

#products_item_list .cat_item {
  width: 20%;
}

.banner_top .time_sales_bn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  color: #fff;
}
.banner_top .time_sales_bn .tile {
  font-size: 18px;
  margin: 0;
}
.banner_top .time_sales_bn .demobn {
  font-size: 24px;
  font-weight: bold;
  color: #ffc700;
  margin: 0 8px;
}
.banner_top .time_sales_bn .view_detail {
  font-size: 18px;
}
@media (max-width: 767px) {
  .banner_top .time_sales_bn {
    margin-bottom: 10px;
  }
  .banner_top .time_sales_bn .tile {
    font-size: 14px;
  }
  .banner_top .time_sales_bn .demobn {
    font-size: 18px;
  }
  .banner_top .time_sales_bn .view_detail {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .banner_top a {
    display: block;
  }
  .banner_top a img {
    max-width: 100%;
    margin: auto;
  }
}
#products_item_list .promotion {
  width: 40%;
}

#products_item_list .last_promotion {
  width: 40%;
}

#products_item_list .last_promotion .frame_inner {
  padding: 0 0 5px 0;
}

#products_item_list .last_promotion .product_image {
  padding: 0 0 10px 0;
}

#products_item_list .cat_item .frame_view {
  height: 228px;
  left: 0;
  opacity: 0;
  background: #fff;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  padding: 10px;
  z-index: 1;
  cursor: pointer;
}

.frame_view i,
.frame_view span,
.frame_view strong,
.frame_view em,
.frame_view p em {
  font-size: 12px !important;
}

#products_item_list .cat_item .frame_view .name_view {
  color: #1e8e04;
  font-size: 16px;
  font-weight: 700;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
}

#products_item_list .cat_item .frame_view .compare {
  color: #1e8e04;
  font-size: 14px;
  position: absolute;
  right: 10px;
  bottom: 10px;
  cursor: pointer;
  z-index: 9;
  margin: 0;
}

#products_item_list .cat_item .frame_view .price_view {
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 10px;
}

#products_item_list .cat_item .frame_view .divider {
  width: 100%;
  border-bottom: 1px solid #ccc;
}

#products_item_list .cat_item:hover .frame_view {
  opacity: 1;
  -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;
}

@media only screen and (max-width: 1200px) {
  #products_item_list .cat_item .frame_view {
    display: none;
  }
}
#products_item_list .product_type {
  position: absolute;
  left: 10px;
  top: 10px;
}

#products_item_list .discount_percent {
  background: url(../images/bg_discount.png) no-repeat;
  color: #fff;
  left: 0;
  padding-left: 3px;
  position: absolute;
  top: 4px;
  width: 52px;
}

.scrollbar {
  overflow-y: scroll !important;
}

#style-4::-webkit-scrollbar {
  width: 5px;
}

#style-4::-webkit-scrollbar-thumb {
  background-color: #1e8e04;
}

.list_cat_home .name_cat {
  height: 21px;
  font-size: 13px;
  line-height: 16px;
  padding-top: 5px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 0;
}

.list_cat_home a {
  display: block;
  position: relative;
}

.list_cat_home a .icon_sale {
  position: absolute;
  top: 0;
  left: 48px;
}

.list_cat_home a span {
  display: block;
  overflow: hidden;
  border-radius: 50%;
  height: 96px;
  width: 96px;
  margin: auto;
  position: relative;
}
@media (max-width: 767px) {
  .list_cat_home a span {
    width: 60px;
    height: 60px;
  }
}

.list_cat_home .item_list a span img {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all 300ms ease-in-out;
}
@media (max-width: 767px) {
  .list_cat_home .item_list a span img {
    width: 70%;
  }
}
.list_cat_home .item_list:hover {
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.12);
}
.list_cat_home .item_list:hover a span img {
  top: -15px;
}

.banners-home-new {
  margin-bottom: 20px;
  border-radius: 8px;
  overflow: hidden;
}

.list_cat_home {
  background-color: #ffd700;
  margin: 20px 0;
  overflow: hidden;
  border-radius: 8px;
}

.item_list {
  padding-top: 15px;
  padding-bottom: 15px;
  border-right: 1px solid rgba(0, 0, 0, 0.09);
  border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}

#list_after {
  display: none;
}

.slide_s1 a img {
  max-width: 100% !important;
  height: auto !important;
}

.banners .img-old {
  max-width: 100% !important;
  height: auto !important;
}

.box_about img {
  max-width: 100% !important;
  height: auto !important;
}

.box_about {
  text-align: justify;
  margin-bottom: 20px;
  background-color: #fff;
  padding: 20px 15px;
  border-radius: 8px;
  overflow: hidden;
}

.box_about strong {
  font-weight: bold;
  /*font-size: 14px;*/
}

.box_contents {
  overflow: hidden;
  background: #fff;
  padding-bottom: 10px;
}

.slide_left {
  min-height: 182.05px;
}

@media only screen and (max-width: 1200px) {
  .box_contents {
    width: 100%;
  }
}
.click_more {
  cursor: pointer;
  font-size: 18px;
  color: #1e8e04;
  display: block;
  text-align: center;
  margin-bottom: 0;
  position: relative;
}

.click_more:before {
  height: 55px;
  margin-top: -30px;
  content: "";
  display: block;
  background: linear-gradient(0deg, #fff 35%, rgba(255, 255, 255, 0.35) 95%);
  width: 100%;
  position: absolute;
  top: -25px;
  left: 0;
}

.remove_before:before {
  display: none;
}

@media (max-width: 767px) {
  .click_more {
    position: relative;
    font-size: 14px;
  }
  .click_more:before {
    content: "";
    height: 50px;
    width: 100%;
    position: absolute;
    top: -20px;
    left: 0;
    background: linear-gradient(0deg, #fff 35%, rgba(255, 255, 255, 0.35) 95%);
  }
}
.click_more span {
  background: none repeat scroll 0 0 #fafafa;
  border: 1px solid #1e8e04;
  border-radius: 3px;
  color: #1e8e04;
  display: block;
  font-weight: bold;
  margin-top: 20px;
  padding: 10px 0;
  text-align: center;
}

.title_top {
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 21px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}

.title_top span {
  display: inline-block;
  padding: 0 40px;
  position: relative;
}

.title_top span:before {
  content: "";
  background-image: url("../images/Group 84.png");
  background-repeat: no-repeat;
  position: absolute;
  width: 30px;
  height: 8px;
  bottom: 3px;
  left: 2px;
}

.title_top span:after {
  content: "";
  background-image: url("../images/le.png");
  background-repeat: no-repeat;
  position: absolute;
  width: 30px;
  height: 8px;
  bottom: 3px;
  right: 2px;
}

.title_main {
  margin-top: 0;
  margin-bottom: 30px;
  color: #33cc00;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  line-height: 30px;
}

.box_contents img {
  float: left;
  margin-bottom: 15px;
  margin-right: 30px;
  display: block;
  width: 50%;
}

@media (max-width: 768px) {
  .box_contents img {
    width: 100% !important;
    margin-right: 0 !important;
    float: unset !important;
  }
}
.item_box {
  background: #fff;
  padding: 6px 16px 0 11px;
  border-radius: 8px;
  overflow: hidden;
}
.item_box .products_item_content {
  display: flex;
  flex-wrap: wrap;
}
.item_box .products_item_content .frame {
  width: 25%;
}
.item_box .products_item_content .frame-pc {
  width: 20%;
}
@media (max-width: 767px) {
  .item_box {
    margin-bottom: 16px;
  }
}

.km {
  padding-top: 10px;
  padding-bottom: 10px;
}
.km img {
  margin: auto;
}

.list_cat {
  margin-bottom: 15px;
  background-color: #fff;
  margin-top: 20px;
  border-radius: 8px;
  overflow: hidden;
}
.list_cat .title_cat {
  font-size: 20px;
  margin: 0;
  padding: 15px;
  font-weight: bold;
  text-transform: uppercase;
  color: #000;
}
.list_cat .list_child_cat {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  border-top: 1px solid #e0e0e0;
}
.list_cat .list_child_cat li {
  border-bottom: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
}
.list_cat .list_child_cat li a {
  display: block;
  padding: 24px 5px;
}
.list_cat .list_child_cat li a span {
  display: block;
  overflow: hidden;
  height: 48px;
  width: 48px;
  margin: auto;
  position: relative;
}
.list_cat .list_child_cat li a span img {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (max-width: 767px) {
  .list_cat .list_child_cat li a span img {
    width: 80%;
    height: auto;
  }
}
.list_cat .list_child_cat li a p {
  margin: 0 auto;
  margin-top: 20px;
  text-align: center;
  font-size: 13px;
  color: #000;
}
@media (max-width: 767px) {
  .list_cat .list_child_cat li a p {
    font-size: 12px;
    margin-top: 10px;
  }
}
.list_cat .list_child_cat .end_row {
  border-right: unset;
}
.list_cat .list_child_cat .bot_row {
  border-bottom: unset;
}
@media (max-width: 767px) {
  .list_cat .list_child_cat {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .list_cat .list_child_cat li a {
    padding: 4px;
  }
  .list_cat .list_child_cat .end_row {
    border-right: 1px solid #e0e0e0;
  }
  .list_cat .list_child_cat .bot_row {
    border-bottom: 1px solid #e0e0e0;
  }
}
@media (max-width: 991px) and (min-width: 767px) {
  .list_cat .list_child_cat {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
  .list_cat .list_child_cat .end_row {
    border-right: 1px solid #e0e0e0;
  }
  .list_cat .list_child_cat .bot_row {
    border-bottom: 1px solid #e0e0e0;
  }
}

.block_default1 {
  overflow: hidden;
  border-radius: 8px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .scrollmenu {
    display: block;
  }
  .scrollmenu .mainmanu-home {
    width: 100%;
    display: flex;
    justify-content: space-around;
  }
}
.banner_top_phone {
  margin-bottom: 20px;
}

.banner_top_phone_owl .item a {
  display: block;
}
.banner_top_phone_owl .item a img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
.banner_top_phone_owl .owl-nav {
  position: absolute;
  top: 34%;
  height: 0;
  width: 100%;
  display: block;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.banner_top_phone_owl .owl-nav .owl-prev {
  position: absolute;
  left: -20px;
  padding: 20px 0 0;
  margin: 0;
  border-radius: 100%;
  background: #fff;
  width: 50px;
  height: 50px;
  text-align: center;
  font-size: 13px;
  color: #000;
  box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.15);
}
.banner_top_phone_owl .owl-nav .owl-prev:hover {
  background: #1e8e04;
  color: #fff;
  box-shadow: none;
}
.banner_top_phone_owl .owl-nav .owl-next {
  position: absolute;
  right: -20px;
  padding: 20px 0 0;
  margin: 0;
  border-radius: 100%;
  background: #fff;
  width: 50px;
  height: 50px;
  text-align: center;
  font-size: 13px;
  color: #000;
  box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.15);
}
.banner_top_phone_owl .owl-nav .owl-next:hover {
  background: #1e8e04;
  color: #fff;
  box-shadow: none;
}
.banner_top_phone_owl:hover .owl-nav {
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease-in-out;
}

.slide_banner_home .slick-slider {
  margin-bottom: 0 !important;
}
.slide_banner_home #slide_img {
  position: relative;
  height: 318px;
}
.slide_banner_home #slide_img .slick-list {
  height: 100% !important;
  z-index: 1;
}
.slide_banner_home #slide_img .slick-list .slick-track .slick-slide .item_img a {
  display: block;
  width: 100%;
  height: 100%;
}
.slide_banner_home #slide_img .slick-list .slick-track .slick-slide .item_img a img {
  display: block;
  width: 100%;
  height: 308px;
  -o-object-fit: cover;
     object-fit: cover;
}
.slide_banner_home #slide_img .slick-dots {
  position: absolute;
  bottom: 15px;
  z-index: 2;
}
.slide_banner_home #slide_img .slick-dots li {
  width: 25px;
  height: 3px;
  padding: 5px;
}
.slide_banner_home #slide_img .slick-dots li button::before {
  content: "";
  background: #444444;
  width: 25px;
  height: 3px;
  border-radius: 10px;
}
.slide_banner_home #slide_img .slick-dots .slick-active button::before {
  background: #1e8e04;
}
.slide_banner_home #slide_img .slick-arrow {
  z-index: 2;
  display: none !important;
}
.slide_banner_home #slide_img .slick-arrow::before {
  color: #444444;
  display: block;
  font-size: 30px;
  width: 30px;
  height: 30px;
}
.slide_banner_home #slide_img .slick-prev {
  left: 5px;
}
.slide_banner_home #slide_img .slick-next {
  right: 15px;
}
.slide_banner_home #slide_img:hover .slick-arrow {
  display: block !important;
}
.slide_banner_home #slide_text .item_text p {
  font-size: 11px;
  margin: 0 5px;
  padding-bottom: 5px;
  text-align: center;
  height: 52px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  overflow: hidden;
}
.slide_banner_home #slide_text .slick-track .slick-slide {
  height: 100%;
  cursor: pointer;
}
.slide_banner_home #slide_text .slick-track .is-active .item_text {
  position: relative;
}
.slide_banner_home #slide_text .slick-track .is-active .item_text::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #1e8e04;
  position: absolute;
  bottom: 0px;
}

@media (max-width: 768px) {
  .slide_banner_home #slide_img {
    height: auto;
  }
  .slide_banner_home #slide_img .slick-list {
    height: 170px !important;
    max-height: 170px !important;
  }
  .slide_banner_home #slide_img .slick-dots {
    bottom: -6px;
  }
  .slide_banner_home #slide_img .slick-dots li {
    width: 20px;
  }
  .slide_banner_home #slide_img .slick-list .slick-track .slick-slide .item_img a img {
    height: auto !important;
  }
  .slide_banner_home #slide_text {
    display: none;
  }
}
.warrant {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  margin-bottom: 5px;
  height: 44px;
}

.warrant img {
  width: 20px;
  height: 20px;
  margin: unset !important;
}

.warrant span {
  display: block;
  font-size: 13px;
  color: #000;
  line-height: normal;
}/*# sourceMappingURL=default.css.map */