@font-face {
  font-family: "Inter Bold";
  src: url("../fonts-new/Inter-Bold-4.otf") format('opentype');
}
/*@font-face {font-family: "Inter ExtraBold";  src: url("../fonts-new/Inter-ExtraBold-5.otf") format('opentype');}*/
@font-face {
  font-family: "Inter Light";
  src: url("../fonts-new/Inter-Light-7.otf") format('opentype');
}
@font-face {
  font-family: "Inter Medium";
  src: url("../fonts-new/Inter-Medium-8.otf") format('opentype');
}
@font-face {
  font-family: "Inter Regular";
  src: url("../fonts-new/Inter-Regular-9.otf") format('opentype');
}
@font-face {
  font-family: "Inter SemiBold";
  src: url("../fonts-new/Inter-SemiBold-10.otf") format('opentype');
}
@keyframes navindown {
  from {
    top: -52px;
  }
  to {
    top: 0px;
  }
}
/* Body */
body {
  font-family: "Inter Regular" !important;
  font-size: 14px;
  color: #222;
}
body a {
  color: #222;
  cursor: pointer;
}
body a:hover {
  color: #c01c0f;
  text-decoration: none;
}
body .h1 {
  font-size: 25px;
  font-family: "Inter SemiBold";
}
body .h2 {
  font-size: 23px !important;
  font-family: "Inter Bold";
}
body .h3 {
  font-size: 16px;
  font-family: "Inter Medium";
  margin-top: 0px;
}
body .row {
  padding-bottom: 40px;
  margin-top: 0px;
  padding-top: 25px;
}
body .btn {
  border: 0px;
}
body .btn:hover {
  color: #fff;
}
body .btn:active {
  box-shadow: none;
}
body .i-icon {
  padding-right: 6px;
}
.upper-span {
  text-transform: uppercase;
}
.home-module .module-title {
  text-align: center;
  border-bottom: solid 1px #e0e0e0;
  margin-top: 20px;
}
.home-module .module-title .title-red-line {
  background-color: #c01c0f;
  width: 120px;
  height: 3px;
  margin: 0 auto;
  margin-top: 13px;
}
.one-line-title {
  /*white-space:nowrap;
	text-overflow:ellipsis;*/
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
.one-line-title:hover {
  color: #c01c0f;
}
.page-header {
  border-bottom: 0;
  margin: 20px 0;
}
.hexauto-header-title {
  border-bottom: solid 1px #e0e0e0;
}
.glyphicon-calendar:before {
  content: "\f073" !important;
}
.goup-container {
  z-index: 999;
}
/*common parts*/
a,
address,
b,
big,
blockquote,
body,
center,
cite,
code,
dd,
del,
div,
dl,
dt,
em,
fieldset,
font,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
i,
iframe,
img,
ins,
label,
legend,
li,
ol,
p,
pre,
small,
span,
strong,
u,
ul,
var {
  margin: 0;
  padding: 0;
}
.page .page_inner {
  border-radius: 0;
  box-shadow: none;
  padding: 0;
}
.image_container img {
  max-height: 100%;
  width: 100%;
}
ol,
ul,
li {
  list-style: none;
}
a:focus {
  color: inherit;
  outline: none !important;
}
.add-cart-img {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  z-index: 890;
}
.add-cart-img .add-product-img {
  width: 44px;
  height: 44px;
}
.product_price .price_color {
  color: #c01c0f;
}
.product_price .price-font {
  font-family: "Inter SemiBold";
  font-size: 16px;
}
.product_price .original-price {
  color: #999;
  text-decoration: line-through;
  font-size: 14px;
  font-family: "Inter Regular";
}
.product-star-rating {
  padding-top: 8px;
  padding-bottom: 10px;
}
.product-discount-percent {
  position: absolute;
  top: 0px;
  left: 6px;
  z-index: 2;
  color: #fff;
  background-color: #c01c0f;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  padding: 10px 3px;
}
.sold-out {
  color: #c01c0f;
  position: absolute;
  top: 6px;
  left: 5px;
  font-family: "Inter SemiBold";
  z-index: 5;
}
.auto-normal-group {
  position: absolute;
  left: 35px;
  cursor: pointer;
  padding-top: 5px;
  visibility: hidden;
}
.auto-normal-group .quick-view {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  float: left;
  background-color: #fff;
  border: solid 1px #cccccc;
  border-radius: 100%;
  padding: 8px 10.5px;
}
.auto-normal-group .quick-view i {
  color: #999;
  font-size: 15px;
}
.auto-normal-group .quick-view:hover {
  background-color: #c01c0f;
  border: solid 1px #c01c0f;
}
.auto-normal-group .quick-view:hover i {
  color: #fff;
}
.auto-normal-group .add-wishlist {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  transition-delay: 0.1s;
  opacity: 0;
  float: left;
  background-color: #fff;
  border: solid 1px #cccccc;
  border-radius: 100%;
  padding: 8px 10.5px;
  margin-left: 6px;
}
.auto-normal-group .add-wishlist i {
  color: #999;
  font-size: 15px;
}
.auto-normal-group .add-wishlist:hover {
  background-color: #c01c0f;
  border: solid 1px #c01c0f;
}
.auto-normal-group .add-wishlist:hover i {
  color: #fff;
}
.auto-normal-group .add-to-cart {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  transition-delay: 0.2s;
  opacity: 0;
  float: left;
  background-color: #fff;
  border: solid 1px #cccccc;
  border-radius: 100%;
  padding: 8px 10.5px;
  margin-left: 6px;
}
.auto-normal-group .add-to-cart i {
  color: #999;
  font-size: 15px;
}
.auto-normal-group .add-to-cart:hover {
  background-color: #c01c0f;
  border: solid 1px #c01c0f;
}
.auto-normal-group .add-to-cart:hover i {
  color: #fff;
}
.auto-mobile-group {
  display: none;
}
.important-info {
  color: #c01c0f;
  font-family: "Inter SemiBold";
}
.pagination li a {
  color: #222;
}
.pagination li a:hover,
.pagination li a :focus {
  color: #222;
}
.pagination .pagination-item.active a {
  background-color: #c01c0f;
  border-color: #c01c0f;
}
.pagination .pagination-item.active a:hover,
.pagination .pagination-item.active a :focus {
  background-color: #c01c0f;
  border-color: #c01c0f;
}
input {
  /*-webkit-appearance:none;*/
}
/* Header Module */
header {
  font-family: "Inter Regular";
  font-size: 14px;
  border-bottom: solid 1px #e0e0e0;
}
header .page-header-content {
  width: 1280px;
  height: 40px;
  margin: auto;
  background-color: #fff;
  padding: 10px 0;
}
header .page-header-content .header-left-div {
  float: left;
  font-family: "Inter Medium";
}
header .page-header-content .header-left-div .header-freeshipping-img {
  margin-right: 12px;
}
header .page-header-content .header-right-div {
  float: right;
}
header .page-header-content .header-right-div .header-link-left {
  padding-left: 12px;
  padding-right: 15px;
  border-right: solid 1px #e0e0e0;
  float: right;
}
header .page-header-content .header-right-div .header-link-right {
  margin-left: 12px;
}
header .page-header-content .header-contact-form {
  float: right;
}
.header-search-module {
  width: 1280px;
  margin: 32px auto;
  min-height: 42px;
}
.header-search-module .search-block {
  float: left;
}
.header-search-module .search-module-logo img {
  width: 100%;
}
.header-search-module .search-module-search {
  padding-right: 60px;
}
.header-search-module .search-module-search .navbar-form {
  margin-top: 0px;
}
.header-search-module .search-module-search #id_q {
  border: solid 1px #e0e0e0;
  border-radius: 3px 0px 0px 3px;
  border-right: 0px;
  width: 390px;
  height: 42px;
}
.header-search-module .search-module-search .search-btn {
  background-color: #c01c0f;
  border-radius: 0px 3px 3px 0px;
  width: 110px;
  color: #fff;
  border: 0px;
  height: 42px;
  text-align: center;
}
.header-search-module .search-module-icon .search-icon {
  display: none;
}
.header-search-module .search-module-icon .search-module-user {
  float: right;
  margin-right: 40px;
  min-width: 130px;
}
.header-search-module .search-module-icon .search-icon-img {
  position: relative;
  float: left;
}
.header-search-module .search-module-icon .search-icon-img .icon-cart-two {
  display: none;
}
.header-search-module .search-module-icon .search-icon-content {
  padding: 0px;
  margin-left: 10px;
}
.header-search-module .search-module-icon ul {
  float: right;
  margin-left: 10px;
}
.header-search-module .search-module-icon .content-up-li {
  font-family: "Inter Medium";
}
.header-search-module .search-module-icon .content-down-li {
  color: #999999;
}
.header-search-module .search-module-icon .content-down-li a {
  color: #999999;
}
.header-search-module .search-module-icon .mini-cart-num {
  background-color: #c01c0f;
  height: 17px;
  width: 17px;
  border-radius: 99px;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 0;
  left: 26px;
  font-size: 12px;
}
.mobile-search {
  display: none;
}
.header-navigation-module {
  background-color: #000;
}
.header-navigation-module .header-category-module {
  width: 1280px;
  margin: auto;
  height: 52px;
  position: relative;
  z-index: 13;
}
.header-navigation-module .header-category-module .header-category {
  position: relative;
  float: left;
}
.header-navigation-module .header-category-module .header-category .header-category-menu {
  float: left;
  color: #fff;
  padding: 16px 77px;
}
.header-navigation-module .header-category-module .header-category .header-category-menu i {
  margin-right: 10px;
}
.header-navigation-module .header-category-module .header-category .header-category-menu:hover {
  background-color: #c01c0f;
}
.header-navigation-module .header-category-module .header-category .section {
  position: absolute;
  top: 100%;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  display: none;
}
.header-navigation-module .header-category-module .header-category .section .close-icon {
  display: none;
}
.header-navigation-module .header-category-module .header-category .section .header-cagetory-pc .category-depth-first {
  position: relative;
  line-height: 49px;
  border-bottom: solid 1px #ebebeb;
  padding-left: 15px;
}
.header-navigation-module .header-category-module .header-category .section .header-cagetory-pc .category-depth-first a .fa {
  float: right;
  line-height: 47px;
  padding: 0px 15px;
}
.header-navigation-module .header-category-module .header-category .section .header-cagetory-pc .category-depth-first:hover .category-depth-second {
  display: block;
}
.header-navigation-module .header-category-module .header-category .section .header-cagetory-pc .category-depth-first:hover .depth-one-a {
  color: #c01c0f;
  cursor: pointer;
}
.header-navigation-module .header-category-module .header-category .section .header-cagetory-pc .category-depth-second {
  position: absolute;
  float: left;
  left: 100%;
  top: 3px;
  background: #fff;
  padding: 10px 5px 20px 20px;
  width: 655px;
  border-left: solid 3px #c01c0f;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  display: none;
}
.header-navigation-module .header-category-module .header-category .section .header-cagetory-pc .category-depth-second .depth-second-li {
  width: 33%;
  font-family: "Inter Medium";
  float: left;
  line-height: 21px;
  padding: 10px 6px 10px 0px;
}
.header-navigation-module .header-category-module .header-category .section .header-cagetory-pc .category-depth-second .depth-second-li:hover .depth-second-a {
  color: #c01c0f;
}
.header-navigation-module .header-category-module .header-category .section .header-cagetory-pc .category-depth-second .depth-second-li.second-category-active {
  padding: 10px 0px 10px 0px;
  border-bottom: solid 0px #e0e0e0;
}
.header-navigation-module .header-category-module .header-category .section .header-cagetory-pc .category-depth-second .depth-second-li.second-category-active .depth-second-a {
  display: none;
}
.header-navigation-module .header-category-module .header-category .section .header-cagetory-pc .category-depth-second .depth-second-li.second-category-active i {
  display: none;
}
.header-navigation-module .header-category-module .header-category .section .header-cagetory-pc .category-depth-second .depth-second-li.second-category-active .category-depth-third {
  display: block;
}
.header-navigation-module .header-category-module .header-category .section .header-cagetory-pc .category-depth-second .depth-second-li.second-category-active .category-depth-third .depth-third-a {
  color: #000;
}
.header-navigation-module .header-category-module .header-category .section .header-cagetory-pc .category-depth-second .second-i {
  display: none;
}
.header-navigation-module .header-category-module .header-category .section .header-cagetory-pc .category-depth-second .depth-second-banner {
  float: left;
  margin-top: 5px;
}
.header-navigation-module .header-category-module .header-category .section .header-cagetory-pc .category-depth-third .third-border {
  background-color: #e0e0e0;
  width: 100px;
  height: 1px;
  margin-bottom: 5px;
  margin-top: 7px;
}
.header-navigation-module .header-category-module .header-category .section .header-cagetory-pc .category-depth-third .depth-third-li {
  float: left;
  line-height: 26px;
  width: 100%;
  font-family: "Inter Light";
  font-size: 13px;
}
.header-navigation-module .header-category-module .header-category .section .header-cagetory-pc .category-depth-third .depth-third-li .depth-third-a {
  color: #999;
}
.header-navigation-module .header-category-module .header-category .section .header-cagetory-pc .category-depth-third .depth-third-li .depth-third-a:hover {
  color: #c01c0f;
}
.header-navigation-module .header-category-module .header-category:hover {
  background-color: #c01c0f;
}
.header-navigation-module .header-category-module .category-module-middle {
  float: left;
}
.header-navigation-module .header-category-module .category-module-middle .category-module-content li {
  float: left;
}
.header-navigation-module .header-category-module .category-module-middle .category-module-content li a {
  padding: 16px 40px;
  text-align: center;
  display: block;
  color: #fff;
}
.header-navigation-module .header-category-module .category-module-middle .category-module-content li:hover {
  color: #fff;
  background-color: #c01c0f;
  cursor: pointer;
  text-decoration: none;
}
.header-navigation-module .category-module-msg {
  color: #fff;
  float: right;
  padding: 16px 0px 16px 20px;
  border-left: solid 1px #505050;
}
.header-navigation-module.freeze-navigation {
  position: fixed;
  top: 0;
  z-index: 30;
  width: 100%;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: navindown;
}
.header-navigation-module.freeze-navigation .category-module-msg {
  display: none;
}
.header-navigation-module.freeze-navigation .freeze-navigation-cart .icon-cart-one {
  display: none;
}
.header-navigation-module.freeze-navigation .freeze-navigation-cart .search-icon-content {
  display: none;
}
.header-navigation-module.freeze-navigation .freeze-navigation-cart .search-icon-img .icon-cart-two {
  display: block;
  float: right;
  padding: 14px 40px 10px 40px;
  position: relative;
}
.header-navigation-module.freeze-navigation .freeze-navigation-cart .search-icon-img .mini-cart-num {
  position: absolute;
  z-index: 2;
  top: 10px;
  right: 32px;
  background-color: #c01c0f;
  height: 17px;
  width: 17px;
  border-radius: 99px;
  color: #fff;
  text-align: center;
  font-size: 12px;
}
.header-banner-module {
  position: relative;
  margin: 0px;
  width: 100%;
  height: auto;
  /*.carousel-inner{
		.item{
			img{
				height: 650px;
			}
		}
	}*/
}
.header-banner-module .container-fluid {
  max-width: 100%;
  padding: 0px;
}
.header-vehicle-module {
  position: absolute;
  top: 65%;
  left: 30%;
}
.header-vehicle-module .form-control {
  color: #999;
  border-radius: 3px;
  height: auto;
  padding: 8px 12px;
}
.header-vehicle-module .column5 {
  margin-right: 10px;
  width: 180px;
}
.header-vehicle-module .column5 .select2-container--default .select2-selection--single {
  width: 180px;
}
.header-vehicle-module .select2-container--default .select2-selection--single {
  height: 40px;
  border-color: #e0e0e0;
}
.header-vehicle-module .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 38px;
  color: #999;
}
.header-vehicle-module .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 39px;
}
.header-vehicle-module .button-group {
  float: left;
}
.header-vehicle-module .button-group .vehile-search-btn {
  color: #fff;
  background-color: #c01c0f;
  font-family: "Inter SemiBold";
  border-radius: 3px;
  border: 0px;
  display: block;
  width: 100%;
  padding: 8px 35px;
  height: 40px;
}
.header-vehicle-module.with-not-home {
  position: static;
  display: block;
  max-width: 1280px;
  margin: auto;
  padding-top: 15px;
}
.header-vehicle-module.with-not-home .select-btn {
  padding-right: 0px;
}
.header-vehicle-module.with-not-home .select-btn .select-your-vehicle {
  background-color: #c01c0f;
  font-family: "Inter SemiBold";
  border-radius: 3px;
  color: #fff;
  padding: 10px 12px;
  text-align: center;
}
.header-vehicle-module.with-not-home .select-btn .select-your-vehicle .mobile-vehicle-icon {
  padding-left: 5px;
}
.header-vehicle-module.with-not-home .form-group {
  padding: 0px 5px;
}
.header-vehicle-module.with-not-home .navbar-nav {
  width: 100%;
}
.header-vehicle-module.with-not-home .navbar-nav li {
  padding: 0px 5px;
}
.header-vehicle-module.with-not-home .navbar-nav li select {
  height: 40px;
}
.header-vehicle-module.with-not-home .button-group {
  padding-left: 0px;
}
.mobileheader-vehicle-module {
  display: none;
}
.theme-header-minicart .search-module-cart {
  float: right;
  min-width: 115px;
}
.theme-header-minicart .minicart-window {
  position: absolute;
  right: 0px;
  top: 50px;
  z-index: 100;
  background-color: #fff;
  border: solid 1px #e0e0e0;
  border-radius: 3px;
  width: 360px;
}
.theme-header-minicart .minicart-window .basket-mini-item {
  border-radius: 3px;
}
.theme-header-minicart .minicart-window .basket-mini-item .basket-cart {
  max-height: 350px;
  overflow: auto;
}
.theme-header-minicart .minicart-window .basket-mini-item .basket-cart .product-list {
  overflow: hidden;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-left: 10px;
  margin-right: 10px;
  border-bottom: solid 1px #e0e0e0;
}
.theme-header-minicart .minicart-window .basket-mini-item .basket-cart .product-list .product {
  position: relative;
}
.theme-header-minicart .minicart-window .basket-mini-item .basket-cart .product-list .product .image-container a {
  float: left;
  margin-right: 12px;
  width: 80px;
  height: auto;
}
.theme-header-minicart .minicart-window .basket-mini-item .basket-cart .product-list .product .image-container img {
  max-width: 100%;
  padding: 3px;
}
.theme-header-minicart .minicart-window .basket-mini-item .basket-cart .product-list .product .minicart-info {
  text-align: left;
  float: left;
  width: 65%;
}
.theme-header-minicart .minicart-window .basket-mini-item .basket-cart .product-list .product .minicart-info .title-container p {
  line-height: 18px;
}
.theme-header-minicart .minicart-window .basket-mini-item .basket-cart .product-list .product .minicart-info .title-container a {
  font-size: 12px;
  color: inherit;
}
.theme-header-minicart .minicart-window .basket-mini-item .basket-cart .product-list .product .minicart-info .info-margin {
  height: 10px;
  width: 100%;
}
.theme-header-minicart .minicart-window .basket-mini-item .basket-cart .product-list .product .minicart-info .price-qty-container {
  padding-top: 10px;
}
.theme-header-minicart .minicart-window .basket-mini-item .basket-cart .product-list .product .minicart-info .price-qty-container .minicart-pro-price {
  margin-left: 10px;
  font-family: "Inter Medium";
  float: left;
}
.theme-header-minicart .minicart-window .basket-mini-item .basket-cart .product-list .product .minicart-info .icon-delete {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}
.theme-header-minicart .minicart-window .basket-mini-item .basket-cart .product-list .product .minicart-info .icon-delete span {
  font-size: 16px;
  padding: 0px 0px 6px 10px;
}
.theme-header-minicart .minicart-window .basket-mini-item .minicart-footer {
  float: left;
  padding: 15px;
  margin: 0;
  width: 100%;
}
.theme-header-minicart .minicart-window .basket-mini-item .minicart-footer .minicart-total-price {
  font-size: 16px;
  font-family: "Inter Medium";
  padding: 0px 5px 15px 0px;
}
.theme-header-minicart .minicart-window .basket-mini-item .minicart-footer .minicart-total-price .total-span {
  float: left;
}
.theme-header-minicart .minicart-window .basket-mini-item .minicart-footer .minicart-total-price .total-price {
  float: right;
}
.theme-header-minicart .minicart-window .basket-mini-item .minicart-footer .minicart-btn {
  text-align: center;
  margin-top: 15px;
}
.theme-header-minicart .minicart-window .basket-mini-item .minicart-footer .minicart-btn .btn-view-check {
  color: #fff;
  background-color: #c01c0f;
  padding: 10px 20px;
  display: inline-block;
  margin-left: 2px;
  text-transform: uppercase;
}
.theme-header-minicart .minicart-window .basket-mini-item .minicart-footer .minicart-btn .btn-view-check:hover {
  background-color: #000;
}
.category-mb-icon {
  display: none;
}
.info-qty {
  float: left;
  height: 22px;
}
.info-qty .del-and-add {
  float: left;
}
.info-qty .del-and-add i {
  font-size: 12px;
  background-color: #e9e9e9;
  cursor: pointer;
  padding: 5px 7px 5px 7px;
}
.info-qty .minicart-quick-qty {
  float: left;
  width: 42px;
  height: 22px;
  display: inline-block;
  vertical-align: middle;
  border: solid 1px #e0e0e0;
  text-align: center;
  border-radius: 0px;
}
.carousel-indicators {
  z-index: 12;
}
.carousel-indicators li {
  background-color: #fff;
  border: 0px;
  height: 8px;
  width: 8px;
}
.carousel-indicators .active {
  background-color: #c01c0f;
  width: 25px;
  border-radius: 5px;
  height: 8px;
}
/*Shipping*/
.home-shipping-module .shipping-module-container .shipping-item-bg {
  background-color: #f5f5f5;
  padding: 25px 0px;
  text-align: center;
}
.home-shipping-module .shipping-module-container .shipping-icon {
  font-size: 28px;
  color: #c01c0f;
  display: inline-block;
  vertical-align: super;
}
.home-shipping-module .shipping-module-container .shipping-content {
  display: inline-block;
  padding-left: 16px;
  text-align: left;
}
.home-shipping-module .shipping-module-container .shipping-content .h3 {
  letter-spacing: 0.5px;
}
.home-shipping-module .shipping-module-container .shipping-content .h3:hover {
  color: #c01c0f;
  cursor: pointer;
}
.home-shipping-module .shipping-module-container .shipping-content p {
  color: #999;
}
/*Featured Products*/
.featured-module-content {
  background-color: #f5f5f5;
  border-radius: 3px;
}
.featured-module-content .img-responsive {
  padding: 10px 20px;
}
.featured-module-content .feature-title-link {
  text-align: center;
  padding: 10px 0px;
}
.featured-module-content .feature-title-link a {
  text-transform: uppercase;
  color: #999;
  font-family: "Inter Medium";
}
.featured-module-content .feature-title-link a:hover {
  color: #c01c0f;
  text-decoration: none;
}
.swiper-pagination-bullets {
  text-align: center;
  padding-top: 25px;
}
.swiper-pagination-bullets .swiper-pagination-bullet-active {
  background-color: #c01c0f;
  width: 25px;
  border-radius: 5px;
}
/*Handpick Product Module*/
.normal-product-module {
  padding: 5px 15px 5px 15px;
  text-align: center;
}
.normal-product-module .product-module .product-image {
  position: relative;
}
.normal-product-module .product-module .product-image .normal-group {
  position: absolute;
  right: 8px;
  bottom: -25px;
  z-index: 2;
  cursor: pointer;
  visibility: hidden;
}
.normal-product-module .product-module .product-image .normal-group .quick-view {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  background-color: #fff;
  border: solid 1px #cccccc;
  border-radius: 100%;
  padding: 8px 10.5px;
}
.normal-product-module .product-module .product-image .normal-group .quick-view i {
  color: #999;
  font-size: 15px;
}
.normal-product-module .product-module .product-image .normal-group .quick-view:hover {
  background-color: #c01c0f;
  border: solid 1px #c01c0f;
}
.normal-product-module .product-module .product-image .normal-group .quick-view:hover i {
  color: #fff;
}
.normal-product-module .product-module .product-image .normal-group .add-wishlist {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  transition-delay: 0.1s;
  opacity: 0;
  background-color: #fff;
  border: solid 1px #cccccc;
  border-radius: 100%;
  padding: 8px 10.5px;
  margin-top: 6px;
}
.normal-product-module .product-module .product-image .normal-group .add-wishlist i {
  color: #999;
  font-size: 15px;
}
.normal-product-module .product-module .product-image .normal-group .add-wishlist:hover {
  background-color: #c01c0f;
  border: solid 1px #c01c0f;
}
.normal-product-module .product-module .product-image .normal-group .add-wishlist:hover i {
  color: #fff;
}
.normal-product-module .product-module .product-image .normal-group .add-to-cart {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  transition-delay: 0.2s;
  opacity: 0;
  background-color: #fff;
  border: solid 1px #cccccc;
  border-radius: 100%;
  padding: 8px 10.5px;
  margin-top: 6px;
}
.normal-product-module .product-module .product-image .normal-group .add-to-cart i {
  color: #999;
  font-size: 15px;
}
.normal-product-module .product-module .product-image .normal-group .add-to-cart:hover {
  background-color: #c01c0f;
  border: solid 1px #c01c0f;
}
.normal-product-module .product-module .product-image .normal-group .add-to-cart:hover i {
  color: #fff;
}
.normal-product-module .product-module .product-image .mobile-group {
  display: none;
}
.normal-product-module .product-module .product-image .pro-countdown-time {
  position: absolute;
  z-index: 3;
  top: 6px;
  left: 45%;
}
.normal-product-module .product-module .product-image .pro-countdown-time .countdown-icon {
  padding-right: 3px;
  color: #c01c0f;
}
.normal-product-module .product-module .product-image .pro-countdown-time span {
  color: #c01c0f;
  font-family: "Inter SemiBold";
}
.normal-product-module .product-module .product-image .pro-countdown-time .countdown-time-colon {
  padding: 0px 5px;
}
.normal-product-module .product-module .product-image .img-pro {
  padding: 35px;
}
.normal-product-module .product-module .product-title {
  padding: 0px 5px 10px;
}
.normal-product-module .product-module .product-title p {
  font-size: 14px;
  height: 59px;
}
.normal-product-module .product-module:hover .normal-group .button-group-btn {
  visibility: visible;
  -webkit-transform: translateY(-80%);
  transform: translateY(-80%);
  opacity: 1;
}
/*Deal Product*/
.home-deal-module .products-swiper-container {
  border: solid 1px #e0e0e0;
}
.home-deal-module .products-swiper-container .swiper-button-common {
  background-image: none;
  background-color: #c01c0f;
  color: #fff;
  width: 38px;
  height: 38px;
  text-align: center;
  padding-left: 2px;
  padding-top: 2px;
  border-radius: 50%;
  font-size: 23px;
}
.home-deal-module .products-swiper-container .swiper-button-next {
  right: 0px;
}
.home-deal-module .products-swiper-container .swiper-button-prev {
  left: 0px;
  transform: rotateY(180deg);
}
.home-deal-module .products-swiper-container .swiper-button-disabled {
  background-color: #000;
  opacity: 1;
}
.home-deal-module .products-swiper-container .deal-product-module .deal-produt-title {
  text-align: center;
  padding-top: 15px;
}
.home-deal-module .products-swiper-container .deal-product-module .product-module {
  padding: 30px 30px 15px 30px;
}
.home-deal-module .products-swiper-container .deal-product-module .product-module .product-image .img-pro {
  padding: 25px;
}
.home-deal-module .products-swiper-container .deal-product-module .product-module .autopro-info {
  position: relative;
}
.home-deal-module .products-swiper-container .deal-product-module .product-module .autopro-info .pro-description {
  margin-bottom: 10px;
  color: #999;
  overflow-y: auto;
}
.home-deal-module .products-swiper-container .deal-product-module .product-module .autopro-info .deal-countdown-time {
  padding-top: 10px;
  padding-bottom: 10px;
  height: 108px;
}
.home-deal-module .products-swiper-container .deal-product-module .product-module .autopro-info .deal-countdown-time .countdown-time {
  width: 60px;
  background-color: #f5f5f5;
  text-align: center;
  margin-right: 10px;
  float: left;
  padding: 10px;
}
.home-deal-module .products-swiper-container .deal-product-module .product-module .autopro-info .deal-countdown-time .countdown-time .countdown-time-line {
  background-color: #000;
  width: 15px;
  height: 2px;
  margin-left: 12.5px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.home-deal-module .products-swiper-container .deal-product-module .product-module .autopro-info .deal-countdown-time .countdown-time .countdown-second {
  color: #c01c0f;
}
.home-deal-module .products-swiper-container .deal-product-module:hover .auto-normal-group .button-group-btn {
  visibility: visible;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 1;
}
.home-deal-module .products-swiper-container .products-swiper-pagination {
  padding-bottom: 20px;
  padding-top: 50px;
}
.home-deal-module .right-images-list img {
  width: 100%;
}
.home-deal-module .right-images-list .right-images-bottom {
  margin-top: 30px;
}
/*Automatic Product*/
.home-newproduct-module {
  padding-bottom: 40px;
}
.home-newproduct-module .automatic-products-module .promotion-module-title {
  padding: 13px;
  border: solid 1px #e0e0e0;
}
.home-newproduct-module .automatic-products-module .promotion-module-title .automatic-title {
  font-size: 20px;
  font-family: "Inter SemiBold";
}
.home-newproduct-module .automatic-products-module .automatic-tmp-content {
  width: 100%;
  border-left: solid 1px #e0e0e0;
  border-bottom: solid 1px #e0e0e0;
}
.home-newproduct-module .automatic-products-module .automatic-tmp-content .list-product-module {
  padding: 20px 20px 42px 0px;
  border-right: solid 1px #e0e0e0;
}
.home-newproduct-module .automatic-products-module .automatic-tmp-content .list-product-module .product-module .product-image {
  position: relative;
}
.home-newproduct-module .automatic-products-module .automatic-tmp-content .list-product-module .product-module .product-image .image_container {
  min-height: 130px;
}
.home-newproduct-module .automatic-products-module .automatic-tmp-content .list-product-module .product-module .product-image .product-discount-percent {
  color: #c01c0f;
  position: absolute;
  font-family: "Inter SemiBold";
  z-index: 4;
  background: none;
  padding: 0px;
}
.home-newproduct-module .automatic-products-module .automatic-tmp-content .list-product-module .product-module .product-image .img-pro {
  padding: 10px;
}
.home-newproduct-module .automatic-products-module .automatic-tmp-content .list-product-module .product-module .new-product-title {
  /*font-family: "Inter Medium";*/
}
.home-newproduct-module .automatic-products-module .automatic-tmp-content .list-product-module .product-module .autopro-info {
  position: relative;
}
.home-newproduct-module .automatic-products-module .automatic-tmp-content .list-product-module .product-module:hover .auto-normal-group .button-group-btn {
  visibility: visible;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 1;
}
.home-newproduct-module .automatic-products-module .products-swiper-pagination {
  display: none;
}
/*Home Blog*/
.home-blog-detail .blog-image-div {
  position: relative;
}
.home-blog-detail .blog-image-div .blog-time-view {
  text-align: center;
  position: absolute;
  bottom: 0px;
  left: 21.6%;
  padding: 10px 35px 0px 35px;
  background-color: #fff;
}
.home-blog-detail .blog-image-div .blog-time-view .fire-span {
  margin-left: 20px;
}
.home-blog-detail .blog-image-div .blog-time-view i {
  margin-right: 7px;
}
.home-blog-detail .blog-image-div .blog-time-view .blog-click:hover {
  color: #c01c0f;
  cursor: pointer;
}
.home-blog-detail .blog-title-div {
  padding: 25px 20px;
  text-align: center;
  box-shadow: 0 3px 6px #e0e0e0;
}
.home-blog-detail .blog-title-div .blogpage-title-a {
  margin-bottom: 10px;
  line-height: 20px;
  height: 22px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.home-blog-detail .blog-title-div .product-title-a {
  margin-bottom: 10px;
  line-height: 20px;
  height: 22px;
  text-overflow: ellipsis;
}
.home-blog-detail .blog-title-div .blog-title-a {
  letter-spacing: 0.5px;
}
.home-blog-detail .blog-title-div .blog-title-a:hover {
  color: #222;
  text-decoration: none;
}
.home-blog-detail .blog-title-div .blog-summery-div .blog-summery-a {
  color: #999;
  line-height: 20px;
  text-overflow: ellipsis;
  margin-bottom: 10px;
  overflow-wrap: break-word;
  font-size: 13px;
}
.home-blog-detail .blog-title-div .blog-summery-div .product-title-a {
  height: 40px;
}
.home-blog-detail .blog-title-div .blog-meta-div .actions a {
  color: #999;
}
.home-blog-detail .blog-title-div .blog-meta-div .actions a i {
  margin-left: 7px;
}
.home-blog-detail .blog-title-div .blog-meta-div .actions a:hover {
  color: #c01c0f;
  text-decoration: none;
}
.home-blog-detail .blog-shadow-height {
  height: 6px;
}
.theme-swiper-container {
  overflow: hidden;
}
/*Blog Page*/
.blog-detail-image {
  padding-top: 14px;
}
.blog-detail-footer {
  padding: 30px 15px;
}
.blog-detail-footer a {
  line-height: 30px;
}
.blog-image .img-responsive {
  width: 100%;
  border: none;
}
.blog-info-div {
  margin: 0;
  color: #999999;
  font-size: 10px;
  line-height: 18px;
}
.blog-detail-info {
  margin: 20px 0;
  font-weight: bold;
}
.blog-body-content .sidebar {
  padding: 0px;
}
.blog-body-content .sidebar .blog-advice-list {
  width: 100%;
  padding: 40px 0;
}
.blog-body-content .sidebar .blog-advice-list .advice-header {
  width: 100%;
  text-align: center;
  border: 1px solid #ddd;
  border-top: solid #A61300;
  font-size: 16px;
  margin-bottom: -1px;
  display: block;
  padding: 10px 15px;
}
.blog-body-content .sidebar .blog-advice-list .popular-blog-list {
  border: 1px solid #e0e0e0;
  border-top: none;
}
.blog-body-content .sidebar .blog-advice-list .popular-blog-list .popular-blog-item a {
  padding: 20px 10px;
  display: inline-flex;
  border-bottom: 1px solid #e0e0e0;
  color: inherit;
  width: 100%;
}
.blog-body-content .sidebar .blog-advice-list .popular-blog-list .popular-blog-item a .item-left {
  float: left;
  width: 25%;
  margin-right: 4px;
}
.blog-body-content .sidebar .blog-advice-list .popular-blog-list .popular-blog-item a .item-right {
  float: left;
  width: 73%;
}
.blog-body-content .sidebar .blog-advice-list .popular-blog-list .popular-blog-item a .item-right:hover {
  color: #c01c0f;
}
.blog-body-content .sidebar .blog-advice-list .popular-blog-list .popular-blog-item a .item-right span {
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.blog-body-content .sidebar .blog-advice-list .popular-blog-list .popular-blog-item a .item-right span + span {
  float: left;
  font-size: 12px;
  padding-right: 6px;
}
.blog-body-content .sidebar .blog-advice-list .popular-blog-list .popular-blog-item a .item-right span:nth-child(4) {
  color: #c01c0f;
}
.blog-title a {
  color: #c01c0f;
}
.blog-summery-div {
  max-width: 100%;
}
.blog-summery-div p {
  max-width: 100%;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 65px;
  font-size: 1.5rem;
}
.blog-meta-div a {
  color: #c01c0f;
}
.blog-meta-div a:hover {
  text-decoration: underline;
}
.blog-right-div {
  width: 100%;
  margin-bottom: 30px;
}
.blog-right-title p {
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 10px;
}
.blog-menu-ul {
  padding: 0;
}
.blog-menu-ul .blog-menu-li {
  list-style: none;
  padding: 10px 0;
  border-bottom: 1px solid #e0e0e0;
}
.blog-menu-ul .menu-list {
  color: inherit;
  margin-left: 8px;
}
.blog-menu-ul .menu-list:hover {
  color: #c01c0f;
}
.detail-mp-info {
  color: #c01c0f;
}
.blog-page-ul {
  text-align: center;
  padding-bottom: 30px;
}
.blog-page-ul .blog-page-li {
  display: inline-block;
  margin-right: 5px;
}
.blog-page-ul .blog-page-li a {
  display: block;
  width: 60px;
  height: 28px;
  border: 1px solid #e0e0e0;
  line-height: 28px;
  border-radius: 2px;
  color: #c01c0f;
}
.blog-page-ul .blog-page-li a:hover {
  color: #fff;
  background-color: #000;
}
.blog-list-page {
  padding: 40px 0px;
}
.blog-list-page .blog-page-list {
  overflow: hidden;
}
.blog-list-page .home-blog-detail {
  padding: 0px 0px 20px 30px;
}
.blog-list-page .home-blog-detail .blog-image-div .blog-time-view {
  left: 23.5%;
}
.blog-content-page {
  padding-left: 30px;
}
.blog-content-page .blog-detail-info i {
  padding-right: 5px;
}
.blog-content-page .blog-detail-body .h3 {
  text-align: center;
}
.blog-content-page .blog-detail-body img {
  max-width: 100%;
  height: auto;
  padding-bottom: 15px;
}
.blog-content-page .blog-detail-body a {
  word-wrap: break-word;
}
/* Footer Module */
.footer-footer {
  background-color: #000;
  width: 100%;
  overflow: hidden;
}
.footer-footer .fa-lg {
  vertical-align: -80%;
}
.footer-footer .footer-msg-span {
  color: #fff;
  opacity: 35%;
  font-family: "Inter Regular";
}
.footer-footer .footer-container {
  padding-top: 15px;
}
.footer-footer .footer-container .footer-navigation {
  width: 1170px;
  margin: auto;
  padding: 30px 0;
}
.footer-footer .footer-container .footer-navigation .footer-logo-div img {
  width: 70%;
}
.footer-footer .footer-container .footer-navigation .footer-media-div {
  margin-top: 20px;
}
.footer-footer .footer-container .footer-navigation .footer-media-div .media-list-ul .media-li {
  background-color: #fff;
  width: 38px;
  height: 38px;
  border-radius: 99px;
  display: inline-block;
  text-align: center;
  margin-right: 8px;
}
.footer-footer .footer-container .footer-navigation .footer-email-div {
  margin-top: 35px;
  margin-bottom: 35px;
}
.footer-footer .footer-container .footer-navigation .footer-email-div .email-left-label {
  float: left;
  height: 38px;
  width: 38px;
  border-radius: 99px;
  background-color: #fff;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  color: #000;
}
.footer-footer .footer-container .footer-navigation .footer-link-div .footer-link-title {
  margin-bottom: 20px;
}
.footer-footer .footer-container .footer-navigation .footer-link-div .footer-link-list li {
  margin-bottom: 15px;
}
.footer-footer .footer-container .footer-bottom {
  width: 1170px;
  margin: auto;
  padding-top: 20px;
  margin-top: 10px;
  margin-bottom: 20px;
  border-top: solid 1px;
}
.footer-footer .footer-container .footer-bottom .footer-bottom-copyright {
  float: left;
}
.footer-footer .footer-container .footer-bottom .footer-bottom-payments {
  float: right;
  margin-bottom: 50px;
}
.footer-footer .footer-container .footer-title-span {
  color: #fff;
  font-family: "Inter Bold";
}
.footer-footer .footer-container-mobile {
  font-size: 12px;
  min-height: 100px;
  margin-top: 25px;
}
.footer-footer .footer-container-mobile .footer-navigation {
  margin: 0 15px;
  border-bottom: solid 1px #505050;
}
.footer-footer .footer-container-mobile .footer-navigation .footer-mobile-group {
  margin: 0 7% 30px 7%;
}
.footer-footer .footer-container-mobile .footer-navigation .footer-mobile-group .footer-mobile-links li {
  line-height: 30px;
}
.footer-footer .footer-container-mobile .footer-navigation .footer-title {
  margin-bottom: 10px;
  color: #fff;
  font-size: 16px;
}
.footer-footer .footer-container-mobile .footer-navigation .footer-title .fa-lg {
  float: right;
}
.footer-footer .footer-container-mobile .footer-bottom {
  text-align: center;
  margin-bottom: 35px;
}
.footer-footer .footer-container-mobile .footer-bottom .footer-media-div {
  margin-top: 32px;
  margin-bottom: 20px;
}
.footer-footer .footer-container-mobile .footer-bottom .footer-media-div .media-list-ul .media-li {
  background-color: #fff;
  width: 38px;
  height: 38px;
  border-radius: 99px;
  display: inline-block;
  text-align: center;
  margin-right: 8px;
}
.footer-footer .footer-container-mobile .footer-bottom .footer-media-div .media-list-ul .media-li .fa-lg {
  vertical-align: -120%;
}
/* Home Welcome Module */
.home-subscribe-module .subscribe-content .welcome-middle-col {
  border-left: solid 1px #e0e0e0;
  border-right: solid 1px #e0e0e0;
}
.home-subscribe-module .subscribe-content .theme-welcome-content {
  line-height: 23px;
  max-width: 380px;
  padding-left: 18px;
}
.home-subscribe-module .subscribe-content .subscribe-operate {
  margin-top: 15px;
  font-size: 14px;
}
.home-subscribe-module .subscribe-content .subscribe-operate .subscribe-email-input {
  border: solid 1px #e0e0e0;
  border-radius: 3px 0px 0px 3px;
  border-right: 0px;
  width: 205px;
  padding-left: 15px;
  padding: 9px;
}
.home-subscribe-module .subscribe-content .subscribe-operate .home-subscribe-btn {
  width: 125px;
  border: 0;
  background-color: #c01c0f;
  border-radius: 0px 3px 3px 0px;
  color: #fff;
  text-transform: uppercase;
  margin-left: -3px;
  padding: 10px 0px;
}
.home-subscribe-module .subscribe-content .subscribe-left-col {
  text-align: center;
  padding: 25px;
}
/* Filter Module */
.filter-search-container {
  padding-top: 50px;
}
.filter-search-container .filter-control-buttons {
  overflow: hidden;
  padding-top: 10px;
}
.filter-search-container .filter-control-buttons .filter-span {
  float: left;
  padding-right: 10px;
}
.filter-search-container .filter-control-buttons i {
  font-size: 1rem;
}
.filter-search-container span {
  cursor: pointer;
}
.filter-search-container .filter-search-list .filter-search-one {
  background: #fff;
  margin-bottom: 15px;
  padding: 5px 0px;
  border-radius: 3px;
  border: solid 1px #ebebeb;
}
.filter-search-container .filter-search-list .filter-search-one .filter-title {
  position: relative;
  color: #222;
  font-weight: 500;
}
.filter-search-container .filter-search-list .filter-search-one .filter-title .nav-header {
  background: #fff;
  color: #222;
  padding: 10px 20px 10px 15px;
  border-radius: 5px 5px 0 0;
}
.filter-search-container .filter-search-list .filter-search-one .filter-title .nav-header .search-attr {
  padding-left: 10px;
}
.filter-search-container .filter-search-list .filter-search-one .filter-title .nav-header strong {
  border-bottom: solid 2px #c01c10;
  padding-bottom: 5px;
}
.filter-search-container .filter-search-list .filter-search-one .filter-title .collapse-span {
  display: none;
}
.filter-search-container .filter-search-list .filter-search-one .filter-key-list {
  max-height: 250px;
  overflow: auto;
  padding: 15px;
  background: #fff;
  border-radius: 0 0 5px 5px;
}
.filter-search-container .filter-search-list .filter-search-one .filter-key-list .filter-one {
  padding: 3px 0;
  height: 30px;
}
.filter-search-container .filter-search-list .filter-search-one .filter-key-list .filter-one label {
  cursor: pointer;
}
.filter-search-container .filter-search-list .filter-search-one .filter-key-list .range-price {
  width: 18%;
  border: none;
  background: none;
  text-align: center;
}
.filter-search-container .filter-search-list .filter-search-one .filter-key-list .filter-price-slider {
  width: 58%;
  display: inline-block;
  margin-right: 5px;
}
.filter-search-container .filter-search-list .filter-search-one label {
  font-weight: normal;
}
.filter-search-container .filter-search-list .filter-search-one label input {
  margin-right: 5px;
}
.filter-search-container .filter-search-list .fa {
  position: absolute;
  right: 10px;
  top: 30%;
  font-size: 20px;
}
.filter-search-container .span-hidden {
  display: none;
}
.filter-search-container .filter-mobile-title {
  display: none;
}
.filter-service {
  margin-top: 50px;
}
.mobile-filter .mobile-filter-content {
  display: none;
  transition: left 0.3s;
  position: fixed;
  width: 90%;
  max-width: 300px;
  left: -300px;
  background-color: #f1f1f1;
  overflow-y: scroll;
}
.mobile-filter .mobile-filter-content .filter-mobile-title {
  position: relative;
  color: #fff;
}
.mobile-filter .mobile-filter-content .filter-mobile-title i {
  position: absolute;
  top: 30%;
  right: 10px;
  cursor: pointer;
}
.mobile-filter .mobile-filter-content .h3 {
  text-align: center;
  padding: 10px;
  background: #000;
  color: #fff;
  margin: 0;
}
.mobile-filter .mobile-filter-content .filter-search-container {
  margin: 0;
}
.mobile-filter .mobile-filter-content .filter-search-one {
  margin-bottom: 10px;
  margin-top: 0;
}
/* Category Product List */
.section .normal-product-module {
  padding: 10px 15px 20px 15px;
}
.section ol.row {
  margin-left: -15px;
}
.category-products-header {
  padding-bottom: 15px;
  border-bottom: solid 1px #e0e0e0;
  margin-bottom: 0px;
}
.breadcrumb {
  background-color: #fff;
  margin-bottom: 0px;
  padding: 8px 0px;
}
.breadcrumb a {
  color: #999;
}
.breadcrumb li.active {
  color: #999;
}
.filter-mobile-btn {
  display: none;
}
/*Category product list shipping*/
.product-list-shipping .home-shipping-module .shipping-module-container .list-shipping {
  padding-bottom: 15px;
}
.product-list-shipping .home-shipping-module .shipping-module-container .shipping-item-bg {
  padding: 25px 15px;
}
.product-list-shipping .home-shipping-module .shipping-module-container .shipping-item-bg .shipping-icon {
  display: block;
}
.product-list-shipping .home-shipping-module .shipping-module-container .shipping-item-bg .shipping-content {
  padding-left: 0px;
  text-align: center;
}
/* Product Detail */
.product-detail-page .detail-discount-percent {
  font-size: 16px;
}
.product-detail-page .product-detail-module .review-float {
  float: left;
}
.product-detail-page .product-detail-module .review-float .added-wishlist-form {
  display: inline-block;
}
.product-detail-page .product-detail-module .review-float .added-wishlist-form .pull-left {
  margin-top: 8px;
  padding-right: 10px;
}
.product-detail-page .product-detail-module .review-float .added-wishlist-form .btn-sm {
  margin-top: 4px;
}
.product-detail-page .product-detail-module .review-float .added-wishlist-form .btn-sm:hover {
  background-color: #c01c0f;
}
.product-detail-page .product-detail-module .detail-third-info {
  color: #222;
  padding-right: 10px;
}
.product-detail-page .product-detail-module .detail-best-seller .fa-trophy {
  color: #c01c0f;
}
.product-detail-page .product-detail-module .product-detail-title {
  font-size: 19px;
  font-family: "Inter SemiBold";
  padding-bottom: 8px;
}
.product-detail-page .product-detail-module .product-detail-reviews {
  padding-bottom: 8px;
  overflow: hidden;
  cursor: pointer;
}
.product-detail-page .product-detail-module .product-detail-reviews .product-detail-span {
  font-size: 14px;
  padding-left: 8px;
}
.product-detail-page .product-detail-module .product-detail-reviews .product-detail-line {
  float: left;
  color: #999;
  padding: 0px 8px;
}
.product-detail-page .product-detail-module .product-detail-reviews .review-facebook-share i {
  color: #375490;
}
.product-detail-page .product-detail-module .product-detail-price .price-font {
  font-size: 25px;
}
.product-detail-page .product-detail-module .product-detail-shipinfo {
  overflow: hidden;
  padding-top: 10px;
}
.product-detail-page .product-detail-module .product-detail-warehouse .item-warehouse-list {
  float: left;
  padding-left: 15px;
}
.product-detail-page .product-detail-module .product-detail-warehouse .item-warehouse-list .send-warehouse {
  color: #c01c0f;
  border: solid 1px #c01c0f;
  padding: 1px 5px;
  border-radius: 3px;
}
.product-detail-page .product-detail-module .product-detail-dispatch .item-dispatch-msg {
  float: left;
  padding-left: 22px;
}
.product-detail-page .product-detail-module .product-detail-shipping .item-shipping-msg {
  float: left;
  padding-left: 23px;
}
.product-detail-page .product-detail-module .product-detail-basket {
  padding-top: 17px;
  width: 100%;
}
.product-detail-page .product-detail-module .product-detail-basket .add-to-cart {
  float: left;
}
.product-detail-page .product-detail-module .product-detail-basket .add-to-cart .add-to-basket {
  margin: 0;
}
.product-detail-page .product-detail-module .product-detail-basket .add-to-cart .add-to-basket .add-product-basket {
  text-transform: uppercase;
  background-color: #c01c0f !important;
  border: 0px;
  font-size: 16px;
  padding: 8px 20px;
  border-radius: 3px;
}
.product-detail-page .product-detail-module .product-detail-basket .detail-add-wishlist {
  padding: 3px 10px;
  width: auto;
}
.product-detail-page .product-detail-module .product-detail-basket .detail-add-wishlist .add-wishlist-btn {
  border: 0px;
  box-shadow: none;
  margin-bottom: 0px;
}
.product-detail-page .product-detail-module .product-detail-basket .detail-add-wishlist .add-wishlist-btn .fa-heart-o {
  padding-right: 5px;
}
.product-detail-page .product-detail-module .product-detail-basket .detail-add-wishlist .add-wishlist-btn:hover {
  text-decoration: none;
  color: #c01c0f;
}
.product-detail-page .product-detail-module .de-contact-us {
  overflow: hidden;
  background-color: #f5f5f5;
  padding: 10px 25px;
  width: 75%;
}
.product-detail-page .product-detail-module .de-contact-us .detail-contact-icon .icon-envelope {
  color: #c01c0f;
  font-size: 32px;
  padding-right: 20px;
}
.product-detail-page .product-detail-module .de-contact-us .detail-contact-content p {
  font-family: "Inter Medium";
}
.product-detail-page .product-detail-module .product-detail-features {
  width: 75%;
  margin-top: 20px;
  padding-top: 15px;
  line-height: 27px;
  border-top: solid 1px #ebebeb;
}
.product-detail-page .product-detail-module .product-detail-features p {
  color: #999;
}
.product-detail-page .product-detail-module .pull-right {
  left: 10%;
  width: fit-content;
}
.product-detail-page .product-detail-module .add-to-basket {
  width: 100%;
  float: left;
}
.product-detail-page .product-detail-module .add-to-basket p {
  color: #c01c0f;
  padding-bottom: 3px;
}
.product-detail-page .product-detail-module .product-detail-model {
  padding-top: 10px;
}
.product-detail-page .product-detail-module .product-detail-model .variant-li-select {
  display: inline-block;
  margin-top: 6px;
  border-radius: 3px;
  border: 1px #e0e0e0 solid;
  background: #f5f5f5;
  padding: 6px 10px;
}
.product-detail-page .product-detail-module .product-detail-model .variant-li-select .li-select-piece {
  display: flex;
}
.product-detail-page .product-detail-module .product-detail-model .variant-li-select .li-select-piece .li-select-img {
  float: left;
  padding-right: 10px;
}
.product-detail-page .product-detail-module .product-detail-model .variant-li-select .li-select-piece .variant-img {
  width: 45px;
}
.product-detail-page .product-detail-module .product-detail-model .variant-li-select .li-select-piece .li-select-span {
  line-height: 22px;
  color: #999;
  margin: auto;
}
.product-detail-page .product-detail-module .product-detail-model .variant-li-select:hover {
  border-color: #c01c0f;
}
.product-detail-page .product-detail-module .product-detail-model .variant-li-select.active {
  border-color: #c01c0f;
}
.product-detail-page .product-detail-module .product-detail-model .variant-li-select.active .li-select-span {
  color: #222;
}
.product-detail-page .btn-add-to-basket {
  border-radius: 3px;
  width: 150px;
  padding: 9px 35px;
}
.product-detail-page .btn-info {
  background-color: #000;
  border-color: #000;
}
.product-detail-page .btn-info:hover {
  background-color: #000;
  border-color: #000;
}
.product-detail-page .product-detail-infos {
  overflow: hidden;
  margin-top: 50px;
  margin-bottom: 50px;
  border: solid 3px #f5f5f5;
  padding: 35px 25px;
}
.product-detail-page .review-list li {
  padding-bottom: 10px;
  border-bottom: solid 1px #e0e0e0;
  margin-bottom: 25px;
}
.product-detail-page .review-list li .review {
  margin: 0px;
}
.product-detail-page .review-list li .review .review-info {
  padding-left: 0px;
}
.product-detail-page .review-list li .review .review-info-two {
  padding-left: 25px;
}
.product-detail-page article.review .h3 {
  font-size: 19px;
}
.product-detail-page article.review .star-rating {
  font-size: 2.5rem;
  padding-top: 10px;
  padding-bottom: 20px;
}
.product-detail-page article.review .customer-review-content {
  color: #666;
  line-height: 24px;
  padding-bottom: 12px;
}
.product-detail-page article.review small {
  color: #999;
}
.product-detail-page article.review .btn-success {
  background-color: #fff;
  border: none;
  color: #c01c0f;
  padding-left: 10px;
}
.product-detail-page article.review .btn-danger {
  background-color: #fff;
  border: none;
  color: #c01c0f;
}
.product-detail-page article.review .btn-xs {
  font-size: 14px;
}
.product-detail-page article.review .unlike {
  transform: rotate(180deg);
}
.product-detail-page .form-group {
  margin-bottom: 25px;
}
.product-detail-page .reviewrating .star-rating {
  font-size: 200%;
}
.product-detail-page .control-label {
  padding-bottom: 10px;
  font-family: "Inter Medium";
}
.product-detail-page .control-label .required:after {
  color: #c01c0f;
}
.product-detail-page .form-control {
  border-color: #e0e0e0;
}
.product-detail-page #add_review_form #id_title {
  width: 60%;
}
.product-detail-page #add_review_form #id_body {
  width: 60%;
}
.product-detail-page #add_review_form #id_name {
  width: 60%;
}
.product-detail-page .sub-header {
  padding-bottom: 15px;
  margin: 0 0 10px;
  border-bottom: solid #e0e0e0 1px;
}
.product-detail-page .detail-compatibility .well {
  border: none;
  box-shadow: none;
  background-color: #fff;
  padding: 0px;
}
.product-detail-page .detail-compatibility .well .compatibility-search {
  padding-right: 9px;
  float: left;
  height: 36px;
}
.product-detail-page .detail-compatibility .well .form-control {
  height: 36px;
  margin-right: 4px;
}
.product-detail-page .dropdown-menu > li > a:hover {
  color: #c01c0f;
}
.product-detail-page .product-detail-gallery .product-gallery,
.product-detail-page .product-detail-gallery #product_gallery {
  overflow: hidden;
  position: relative;
}
.product-detail-page .product-detail-gallery .product-swiper-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.product-detail-page .product-detail-gallery .gallery-product .gallery-carousel-indicators {
  margin: 10px 0;
}
.product-detail-page .product-detail-gallery .gallery-product .gallery-carousel-indicators li {
  text-align: center;
  padding: 2px;
  border-radius: 4px;
  border: solid #ccc 1px;
  height: auto;
  display: block;
  float: left;
  text-indent: 0;
  background-color: #fff;
  opacity: 0.5;
  filter: alpha(opacity=50);
  cursor: pointer;
}
.product-detail-page .product-detail-gallery .gallery-product .gallery-carousel-indicators li.swiper-slide-thumb-active {
  border: solid 1px #e0e0e0;
  opacity: 1;
  background-color: #fff;
}
.product-detail-page .product-detail-gallery .gallery-product .gallery-carousel-inner .item {
  vertical-align: middle;
  text-align: center;
}
.product-detail-page .product-detail-gallery .gallery-product .gallery-carousel-inner .item img {
  width: 100%;
  display: inline-block;
}
.page-change-li {
  float: left;
  text-align: center;
  text-transform: uppercase;
}
.page-change-li a {
  font-size: 16px;
  margin-right: 40px;
  padding-bottom: 6px;
  display: block;
}
.page-change-li.active a {
  font-family: "Inter Bold";
  border-bottom: solid 3px #c01c0f;
}
.page-change-div {
  float: right;
  width: 100%;
  margin-left: -100%;
  margin-top: 31px;
  padding-top: 25px;
  border-top: solid 1px #e0e0e0;
}
.page-change-div .detail-info-title {
  text-transform: uppercase;
  font-size: 16px;
  font-family: "Inter Bold";
  padding-bottom: 10px;
}
.page-change-div ul {
  padding-left: 15px;
}
.page-change-div ul li {
  color: #666;
  line-height: 26px;
  list-style-type: disc;
}
.page-change-div th {
  font-family: "Inter SemiBold";
}
.page-change-div td {
  color: #666;
}
.page-change-div h3 {
  font-size: 17px;
  font-family: 'Inter SemiBold';
  line-height: 23px;
  padding-bottom: 15px;
}
.page-change-div .pro-no-review {
  padding-bottom: 10px;
}
.save-review-btn {
  background-color: #c01c0f;
  padding: 8px 30px;
  color: #fff;
  border-radius: 3px;
}
.save-review-btn i {
  padding-left: 7px;
}
.save-review-btn:hover {
  background-color: #000;
}
.write-review-btn {
  background-color: #c01c0f;
  padding: 12px 35px;
  color: #fff;
  border: none;
  border-radius: 3px;
  margin-top: 25px;
  margin-bottom: 25px;
}
.write-review-btn i {
  padding-left: 7px;
}
/*Product detail page-recently_view and recommend*/
.recently-recommend-title {
  font-size: 19px;
  font-family: "Inter SemiBold";
}
.mobile-product-list .normal-product-module .product-module {
  /*.product-title{
				p {
					height: 59px;
				}
			}*/
}
.mobile-product-list .normal-product-module .product-module .product-image .pro-countdown-time {
  display: none;
}
.mobile-product-list .normal-product-module .product-module .product-image .normal-group .quick-view {
  display: none;
}
.mobile-product-list .normal-product-module .product-module .h3 {
  font-size: 14px;
}
.detail-history-content .normal-product-module .product-module .product-image .normal-group .quick-view {
  display: none;
}
.detail-history-content .normal-product-module .product-module .product-image .pro-countdown-time {
  display: none;
}
/*Customer Center*/
.customer-center-nav .customer-center-iconlist {
  padding: 0px;
}
.customer-center-nav .customer-title-list .customer-center-a {
  text-align: center;
}
.customer-center-nav .customer-title-list .customer-center-a .customer-center-icon {
  padding-bottom: 10px;
}
.customer-center-nav .customer-title-list .customer-center-a .customer-center-icon i {
  width: 60px;
  height: 60px;
  color: #999;
  background-color: #f5f5f5;
  border-radius: 100%;
  font-size: 26px;
  padding-top: 17px;
}
.customer-center-nav .customer-title-list .customer-center-a .customer-center-title {
  font-family: "Inter Medium";
}
.customer-center-nav .customer-title-list.active .customer-center-a .customer-center-icon i {
  color: #fff;
  background-color: #c01c0f;
}
/*Profile*/
.account-msg-section {
  padding: 20px 35px;
  box-shadow: 0 3px 6px #f1f1f1;
  border-radius: 3px;
  overflow: hidden;
}
.account-msg-section .account-img {
  float: left;
  position: relative;
  padding-top: 35px;
}
.account-msg-section .account-img .customer-vip-icon {
  font-size: 62px;
  color: #c01c0f;
}
.account-msg-section .account-img .vip-level {
  position: absolute;
  bottom: -5px;
  right: -12px;
  background-color: #000;
  padding: 3px 6px;
  color: #fff;
  border: solid 2px #fff;
  border-radius: 100%;
}
.account-msg-section .account-msg-block {
  float: left;
  padding-left: 30px;
}
.account-msg-section .account-msg-block .account-process {
  padding-bottom: 5px;
  font-size: 12px;
  color: #fff;
  overflow: hidden;
}
.account-msg-section .account-msg-block .account-process .vip-block {
  float: left;
  background-color: #c01c0f;
  padding: 1px 5px;
  border-radius: 3px;
}
.account-msg-section .account-msg-block .account-process .bar {
  float: left;
  position: relative;
  background-color: #e0e0e0;
  border-radius: 20px;
  margin-left: 5px;
  width: 225px;
  height: 19px;
}
.account-msg-section .account-msg-block .account-process .bar-bg {
  background-color: #c01c0f;
  position: absolute;
  top: 0;
  left: 0;
  height: 19px;
  border-radius: 20px;
}
.account-msg-section .account-msg-block .account-process .bar-txt {
  position: absolute;
  z-index: 1;
  left: 80px;
}
.account-msg-section .account-msg-block .expire-deduct-msg {
  font-size: 12px;
  color: #999;
}
.account-msg-section .account-msg-block .account-email {
  padding-top: 10px;
  padding-bottom: 10px;
}
.account-msg-section .account-msg-block .account-links a {
  color: #999;
  font-size: 12px;
  padding-right: 23px;
}
.account-msg-section .account-msg-block .account-links a:hover {
  color: #c01c0f;
}
.account-msg-section .account-msg-block .account-links a i {
  padding-right: 5px;
}
.account-msg-section .account-record {
  float: right;
}
.account-msg-section .account-record a {
  float: left;
  padding-left: 38px;
  text-align: center;
  color: #999;
}
.account-msg-section .account-record a:hover {
  color: #c01c0f;
}
.account-msg-section .account-record .h1 {
  color: #c01c0f;
}
.account-privilege-section {
  padding-left: 15px;
  padding-right: 15px;
}
.account-privilege-section .h2-header {
  padding-top: 25px;
}
.account-privilege-section .account-privilege-table {
  width: 100%;
  margin-top: 15px;
}
.account-privilege-section .account-privilege-table td {
  line-height: 46px;
  text-align: center;
  padding-left: 10px;
}
.account-privilege-section .account-privilege-table .table-hd tr {
  background-color: #f5f5f5;
}
.account-privilege-section .account-privilege-table .table-bd tr:nth-of-type(even) {
  background-color: #f5f5f5;
}
.account-privilege-section .account-privilege-table .table-bd tr th {
  text-align: center;
}
.account-privilege-section .account-privilege-table .table-bd tr th i {
  color: #c01c0f;
}
.account-privilege-section .account-privilege-table .table-bd tr td {
  color: #505050;
}
/*Order history*/
.order-search-formlist .form-label {
  float: left;
  padding-right: 8px;
  padding-top: 8px;
}
.order-search-formlist .form-inline {
  overflow: hidden;
}
.order-search-formlist .form-inline #id_date_from {
  width: 100%;
}
.order-search-formlist .form-inline #id_date_to {
  width: 100%;
}
.order-search-formlist .form-inline #id_order_number {
  width: 62%;
  float: right;
  border-radius: 3px;
}
.order-search-formlist .form-inline .input-group {
  width: 100%;
}
.order-search-formlist input {
  height: 36px;
  border: solid 1px #e0e0e0;
  border-radius: 3px;
  -webkit-appearance: none;
}
.order-search-formlist #id_date_from {
  border-radius: 3px 0px 0px 3px;
}
.order-search-formlist #id_date_to {
  border-radius: 3px 0px 0px 3px;
}
.order-search-formlist .input-group-addon {
  background-color: #f5f5f5;
  border: solid 1px #e0e0e0;
  border-left: 0px;
  color: #999;
}
.order-search-formlist .btn {
  height: 36px;
}
.order-search-btn {
  font-family: "Inter Medium";
}
.order-search-btn .order-search-filter {
  width: 60%;
  background-color: #c01c0f;
  color: #fff;
}
.order-search-btn .order-search-filter:hover {
  background-color: #000;
  text-decoration: none;
}
.order-search-btn .order-search-reset {
  width: 35.5%;
  margin-left: 3%;
  border: solid 1px #c01c0f;
  color: #c01c0f;
}
.order-search-btn .order-search-reset:hover {
  color: #000;
  border-color: #000;
  text-decoration: none;
}
.customer-order-title .customer-order-tips {
  color: #c01c0f;
  font-size: 13px;
}
.customer-order-table {
  text-align: center;
  margin-right: -15px;
  margin-left: -15px;
  display: inline-block;
}
.customer-order-table .customer-order-thumbnail .order-history-list {
  border: solid 1px #e0e0e0;
  border-radius: 3px;
  padding: 18px 12px;
  margin-top: 20px;
}
.customer-order-table .customer-order-thumbnail .order-history-list .order-msg-title {
  font-family: "Inter Bold";
}
.customer-order-table .customer-order-thumbnail .order-history-list .order-msg-img {
  overflow: hidden;
  padding-top: 12px;
  padding-bottom: 8px;
  border-bottom: solid 1px #e0e0e0;
}
.customer-order-table .customer-order-thumbnail .order-history-list .order-msg-img img {
  width: 66px;
  padding: 5px;
  float: left;
}
.customer-order-table .customer-order-thumbnail .order-history-list .order-msg-detail .detail-group {
  overflow: hidden;
  padding-top: 10px;
}
.customer-order-table .customer-order-thumbnail .order-history-list .order-msg-detail .detail-group .left-part {
  float: left;
  font-family: "Inter Medium";
}
.customer-order-table .customer-order-thumbnail .order-history-list .order-msg-detail .detail-group .right-part {
  float: right;
  color: #505050;
}
.customer-order-table .customer-order-thumbnail .order-history-list .order-msg-detail .detail-group .order-status {
  color: #c01c0f;
}
.customer-order-table .customer-order-thumbnail .order-history-list .order-msg-operation {
  display: inline-block;
  width: 100%;
  padding-top: 15px;
}
.customer-order-table .customer-order-thumbnail .order-history-list .order-msg-operation .btn {
  background-color: #f5f5f5;
  border: 0px;
  padding: 5px 15px;
  color: #222;
}
.customer-order-table .customer-order-thumbnail .order-history-list .order-msg-operation .btn:hover {
  color: #c01c0f;
}
.customer-order-table .customer-order-thumbnail .order-history-list .order-msg-operation .btn-default {
  float: left;
}
.customer-order-table .customer-order-thumbnail .order-history-list .order-msg-operation .btn-group {
  float: right;
}
.customer-order-table .customer-order-thumbnail .order-history-list .order-msg-operation .btn-group .btn-customer-order {
  float: left;
}
.customer-order-table .customer-order-thumbnail .order-history-list .order-msg-operation .btn-group .btn-customer-order .contact-us-a {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  padding-right: 0px;
}
.customer-order-table .customer-order-thumbnail .order-history-list .order-msg-operation .btn-group .dropdown-menu {
  min-width: 120px;
  padding: 0px;
}
.customer-order-table .customer-order-thumbnail .order-history-list .order-msg-operation .btn-group .dropdown-menu li a {
  padding-top: 6px;
  padding-bottom: 6px;
}
.customer-order-table .customer-order-thumbnail .order-history-list .order-msg-operation .btn-group .dropdown-menu li a:hover {
  color: #c01c0f;
}
.pager {
  padding-bottom: 20px;
}
.pager li a {
  background-color: #c01c0f;
  color: #fff;
  border-radius: 4px;
  padding: 7px 15px;
  border: 0px;
}
.pager li a:hover {
  background-color: #000;
  text-decoration: none;
}
/*order information*/
.order-detail-pages {
  overflow: hidden;
}
.order-detail-pages .page-change-div {
  margin-top: 45px;
  padding-bottom: 20px;
}
.order-detail-pages .page-change-li {
  border: solid 1px #e0e0e0;
  border-radius: 4px 4px 0px 0px;
  margin-right: 2px;
  background-color: #f5f5f5;
}
.order-detail-pages .page-change-li.active a {
  color: #c01c0f;
}
.order-detail-pages td {
  padding: 10px 5px;
  font-size: 12px;
}
.order-detail-pages tbody tr {
  border-bottom: solid 1px #e0e0e0;
}
.order-detail-pages thead {
  border-bottom: solid 1px #e0e0e0;
}
.order-detail-pages thead th {
  padding: 10px 5px;
}
.order-detail-pages thead th:not(:first-child) {
  width: 8%;
}
.order-detail-pages thead th:nth-child(2) {
  width: 13%;
}
.order-detail-pages thead th:nth-child(4) {
  width: 6%;
}
.order-detail-pages table {
  width: 100%;
}
.order-detail-pages table tfoot {
  padding-bottom: 20px;
}
.order-detail-pages table tfoot th {
  text-align: right;
  padding-right: 20px;
}
.order-detail-title {
  padding-bottom: 20px;
}
.shipping-address-table {
  margin-bottom: 50px;
}
/*Address book*/
.address-book-module {
  border-bottom: solid 1px #e0e0e0;
}
.address-book-module .address-list .address-detail {
  border: solid 1px #e0e0e0;
  border-radius: 3px;
}
.address-book-module .address-list .address-detail .address-title {
  background-color: #f5f5f5;
  padding: 15px;
}
.address-book-module .address-list .address-detail .address-title .delete-address-a {
  float: right;
}
.address-book-module .address-list .address-detail .address-msg-list {
  padding: 15px;
  line-height: 24px;
  border-bottom: solid 1px #e0e0e0;
}
.address-book-module .address-list .address-detail .address-operations {
  padding: 10px 15px;
}
.address-book-module .address-list .address-detail .address-btn-set {
  padding: 4px 15px;
  float: right;
  border: solid 1px #c01c0f;
  color: #c01c0f;
}
.address-book-module .address-list .address-detail .address-btn-set:hover {
  color: #000;
  border-color: #000;
  text-decoration: none;
}
.address-btn-edit {
  padding: 5px 15px;
  background-color: #c01c0f;
  color: #fff;
}
.address-btn-edit:hover {
  background-color: #000;
  text-decoration: none;
}
.add-address {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 40px;
  font-family: "Inter Medium";
}
.add-address .btn:hover {
  background-color: #000;
}
/*mask*/
.hexauto-mask-check .hexauto-mask-div {
  bottom: 0;
  left: 0;
  min-width: 0;
  position: fixed;
  right: 0;
  top: 0;
  visibility: visible;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  background: #333;
  opacity: 0.5;
  z-index: 1000;
  display: none;
}
.hexauto-mask-check .mask-content {
  bottom: 0;
  left: 0;
  min-width: 0;
  position: fixed;
  right: 0;
  top: 0;
  visibility: visible;
  -webkit-transition: visibility 0s 0.3s, opacity 0.3s ease;
  transition: visibility 0s 0.3s, opacity 0.3s ease;
  opacity: 1;
  z-index: 1000;
}
.hexauto-mask-check .mask-middle {
  width: 50% !important;
  top: 10% !important;
}
.hexauto-mask-check .mask-middle .mask-checkout-content {
  text-align: center;
}
.hexauto-mask-check .mask-middle .a-group a {
  color: #c01c0f;
  margin: 0 10px;
}
.hexauto-mask-check .mask-middle .a-group a:hover {
  color: #c01c0f;
  text-decoration: underline;
}
.hexauto-mask-check .mask-checkout {
  position: absolute;
  top: 10%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 50%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  box-sizing: border-box;
  height: auto;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  background-color: #fff;
  box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
  opacity: 1;
  pointer-events: auto;
  border-radius: 4px;
}
.hexauto-mask-check .mask-checkout .mask-checkout-header {
  padding: 20px;
  border-bottom: solid 1px #e0e0e0;
}
.hexauto-mask-check .close-delete-checkout {
  background-image: none;
  background: 0 0;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 9px;
  text-shadow: none;
  font-weight: 400;
  display: inline-block;
  text-decoration: none;
  position: absolute;
  right: 0;
  top: 0;
}
.hexauto-mask-check .mask-checkout-content {
  padding: 40px 20px;
}
.hexauto-mask-check .mask-checkout-content .delet-tips {
  color: #c01c0f;
  padding-bottom: 10px;
}
.hexauto-mask-check .mask-checkout-footer {
  padding: 20px;
  text-align: right;
  border-top: solid 1px #e0e0e0;
}
.hexauto-mask-check .mask-checkout-footer .confirm-delete {
  background-color: #fff;
  margin-left: 8px;
}
/*Email history*/
.customer-email-container {
  border: solid 1px #e0e0e0;
  border-radius: 3px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
}
.customer-email-container .email-thumbnail-detail {
  padding-bottom: 18px;
  padding-top: 18px;
  border-bottom: solid 1px #e0e0e0;
}
.customer-email-container .email-thumbnail-detail:nth-last-child(1) {
  border-bottom: 0px;
}
.email-detail-icon {
  float: left;
  padding-right: 15px;
  font-size: 12px;
}
.email-detail-info {
  display: inline-block;
}
.email-link-title {
  font-family: "Inter Medium";
}
.eamil-date {
  padding-top: 7px;
}
.email-link-date {
  color: #999;
}
.email-link-date i {
  padding-left: 5px;
}
.email-link-date:hover {
  color: #999;
}
/*email detail*/
.customer-email-table .body-wrap {
  text-align: center;
}
.table-bordered {
  border-color: #e0e0e0;
}
/*Alerts*/
.alert-list-module {
  padding-bottom: 20px;
}
.alert-list-module .alert-detail {
  border: solid 1px #e0e0e0;
  border-radius: 3px;
  padding: 15px;
  display: flex;
}
.alert-list-module .alert-detail .alert-left {
  float: left;
  border-right: solid 1px #e0e0e0;
  padding-right: 15px;
}
.alert-list-module .alert-detail .alert-left img {
  width: 130px;
  padding: 6px;
}
.alert-list-module .alert-detail .alert-right {
  padding-left: 15px;
  float: left;
}
.alert-list-module .alert-detail .alert-right .alert-detail-status {
  padding-bottom: 6px;
}
.alert-list-module .alert-detail .alert-right .alert-detail-status span {
  font-family: "Inter Medium";
}
/*Notifications*/
.notifications-content {
  padding-top: 20px;
  padding-bottom: 30px;
}
.notifications-content .notifications-form {
  border-top-left-radius: 0px;
}
.notifications-content .notifications-form .notifications-table {
  width: 100%;
}
.notifications-content .notifications-form .notifications-table .email-thumbnail-detail {
  display: inline-block;
  width: 100%;
}
.notifications-content .notifications-form .notifications-table .email-thumbnail-detail:nth-last-child(1) {
  border-bottom: solid 1px #e0e0e0;
}
.notifications-content .notifications-form .notifications-table .email-thumbnail-detail .notifications-icon {
  width: 30px;
}
.notifications-content .notifications-form .notifications-btn-group {
  padding-bottom: 20px;
  padding-top: 20px;
}
.notifications-content .notifications-form .notifications-btn-group .btn-danger {
  padding: 4px 15px;
  border: solid 1px #c01c0f;
  color: #c01c0f;
  background-color: #fff;
}
.notifications-content .notifications-form .notifications-btn-group .btn-danger:hover {
  color: #000;
  border-color: #000;
  text-decoration: none;
}
.notifications-content .nav-tabs {
  border: 0px;
}
.notifications-content .nav-tabs li {
  border: solid 1px #e0e0e0;
  border-radius: 4px 4px 0px 0px;
  margin-right: 2px;
  background-color: #f5f5f5;
}
.notifications-content .nav-tabs li .h3 {
  margin-bottom: 0px;
}
.notifications-content .nav-tabs li a {
  margin: 0px;
}
.notifications-content .nav-tabs li:hover a {
  border: 1px solid transparent;
  color: #c01c0f;
  background-color: #fff;
}
.notifications-content .nav-tabs li.active a {
  color: #c01c0f;
  border: 1px solid transparent;
}
.customer-center-container {
  margin-bottom: 20px;
}
.customer-center-container .form-group {
  padding: 10px 0px;
}
/*Wish list*/
.customer-wishlist-container {
  padding-top: 20px;
  padding-bottom: 50px;
}
.customer-wishlist-container .normal-product-module .product-module .product-image .normal-group .quick-view {
  display: none;
}
.customer-wishlist-container .normal-product-module .product-module .product-image .normal-group .add-wishlist {
  display: none;
}
.customer-wishlist-container .normal-product-module .product-module .product-image .pro-countdown-time {
  display: none;
}
.customer-wishlist-container .wishlist-list {
  overflow: hidden;
  border: solid 1px #e0e0e0;
  padding: 25px 20px;
  border-radius: 3px;
  margin-top: 20px;
}
.customer-wishlist-container .wishlist-list .page-change-div {
  margin-top: 28px;
}
.customer-wishlist-container .wishlist-list .wishlist-del {
  position: absolute;
  top: 0px;
  right: 10px;
  z-index: 13;
}
.customer-wishlist-container .wishlist-list .wishlist-del .del-icon {
  color: #999;
  border: solid 1px #ccc;
  padding: 8.5px 10px;
  text-align: center;
  border-radius: 100%;
}
.customer-wishlist-container .wishlist-list .product-wishlist-title.active .wishlist-name {
  border-bottom: solid 3px #c01c0f;
  font-family: "Inter Bold";
}
.customer-wishlist-container .wishlist-list .product-wishlist-title .wishlist-name {
  cursor: pointer;
  margin-right: 30px;
  padding-bottom: 3px;
  font-size: 16px;
}
.customer-wishlist-container .wishlist-list .wishlist-product-list {
  padding-bottom: 10px;
  overflow: hidden;
}
.customer-wishlist-container .wishlist-list .wishlist-product-list .wishlist-items {
  padding-bottom: 10px;
}
.customer-wishlist-container .wishlist-list .wishlist-pro-mobile {
  margin: 15px 0px;
}
.add-wishlist-form {
  border: solid 1px #e0e0e0;
  border-radius: 3px;
  margin-bottom: 40px;
  padding-top: 20px;
}
.add-wishlist-form .control-label {
  padding: 6px 0px;
}
/*Cart*/
.cart-notice {
  padding-top: 20px;
  padding-bottom: 10px;
}
.alert-warning {
  background-color: #f5f5f5;
  color: #c01c0f;
  padding: 10px 15px;
  margin-bottom: 8px;
}
.notice-bell {
  color: #fff;
  background-color: #c01c0f;
  border-radius: 100%;
  padding: 5px;
  font-size: 12px;
  margin-right: 6px;
}
.checkout-quantity {
  display: inline-block;
}
.basket-items:nth-child(even) {
  background: none;
}
.basket-items {
  padding: 20px 10px;
  margin: 0;
  border-bottom: solid 1px #e0e0e0;
}
.basket-items .basket-img {
  max-width: 100%;
}
.basket-items .basket-product-name {
  padding-left: 0;
}
.basket-items .basket-item-operations {
  text-align: right;
}
.basket-items .save-for-later {
  padding-top: 6px;
}
.basket-items .row {
  padding: 10px 0px;
}
.hex-shopping-cart {
  overflow: hidden;
  padding-bottom: 50px;
  margin-top: 30px;
}
.hex-shopping-cart .col-md-8 {
  padding: 0 50px 0 0;
}
.hex-shopping-cart .col-md-4 {
  border: #e0e0e0;
  border-radius: 4px;
}
.hex-shopping-cart .col-md-4 p {
  margin-top: 20px;
}
.hex-shopping-cart .col-md-4 .form-actions {
  padding: 20px 0 40px 0 !important;
}
.hex-shopping-cart .basket-cart-block .basket-title-block .basket-top-title {
  padding: 15px 10px 5px;
  border-top: solid 1px #e0e0e0;
  border-bottom: solid 1px #e0e0e0;
  overflow: hidden;
}
.hex-shopping-cart .basket-cart-block .cart-text-slign {
  text-align: right;
}
.hex-shopping-cart .hex-cart-total {
  padding-bottom: 25px;
}
.hex-shopping-cart .hex-cart-total .hex-cart-accounts {
  border-bottom: solid 1px #e0e0e0;
  padding: 10px;
}
.hex-shopping-cart .hex-cart-total .hex-cart-accounts .basket-view-title {
  padding: 10px;
  border-bottom: solid 1px #e0e0e0;
}
.hex-shopping-cart .hex-cart-total .hex-cart-accounts .basket-view-content {
  line-height: 30px;
  overflow: hidden;
}
.hex-shopping-cart .hex-cart-total .hex-cart-accounts .basket-view-content .cart-total-price {
  text-align: right;
}
.hex-shopping-cart .hex-cart-total .hex-cart-accounts .basket-view-content .discount-color {
  color: #c01c0f;
  font-size: 16px;
}
.hex-shopping-cart .hex-cart-total .title {
  font-family: "Inter SemiBold";
  padding: 0px;
}
.hex-shopping-cart .hex-cart-total .discount-price {
  font-family: "Inter SemiBold";
  text-align: right;
}
.hex-shopping-cart .hex-cart-total .hex-cart-sum {
  overflow: hidden;
  font-size: 19px;
}
.hex-shopping-cart .hex-cart-total .basket-tips {
  width: 100%;
  padding: 15px 0px;
  border-bottom: solid 1px #e0e0e0;
  overflow: hidden;
}
.hex-shopping-cart .hex-cart-total .account-title {
  padding: 10px 0;
  font-weight: 600;
  border-bottom: solid 1px #e0e0e0;
  margin: 10px 0;
}
.hex-shopping-cart .hex-cart-total .account-content {
  border-bottom: #e0e0e0;
  padding-bottom: 10px;
}
.hex-shopping-cart .hex-cart-total .basket-total-currency,
.hex-shopping-cart .hex-cart-total .shipping-count {
  float: right;
}
.hex-shopping-cart #voucher_form_container {
  padding-bottom: 25px;
}
.hex-shopping-cart #voucher_form_container #voucher_form {
  text-align: right;
  height: 42px;
}
.hex-shopping-cart #voucher_form_container #voucher_form .voucher-input {
  padding-left: 10px;
  width: 260px;
  height: 42px;
  border-radius: 0px;
  border: solid 1px #e0e0e0;
}
.hex-shopping-cart #voucher_form_container #voucher_form .btn-info {
  background-color: #000;
  padding: 11px 35px;
  font-family: "Inter Medium";
  border-radius: 0px;
  float: right;
  height: 42px;
  border-radius: 0px 3px 3px 0px;
}
.hex-shopping-cart .checkout-btn {
  padding-bottom: 20px;
  font-family: "Inter Medium";
  overflow: hidden;
}
.hex-shopping-cart .checkout-btn .save-review-btn {
  padding-top: 11px;
  padding-bottom: 11px;
}
.cart-price-color {
  color: #c01c0f;
}
.well {
  background-color: #fff;
  border-color: #e0e0e0;
  margin-bottom: 40px;
}
.well .remove-btn {
  padding-top: 10px;
}
.well .remove-btn:hover {
  color: #c01c0f;
  text-decoration: none;
}
.well .basket-title {
  padding: 0px 10px 10px;
  border-color: #e0e0e0;
  overflow: hidden;
}
.well .save-for-later-info {
  padding: 0px;
}
.well .save-for-later-info .move-btn {
  padding: 0px;
}
.cart-input input::-webkit-outer-spin-button,
.cart-input input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.cart-input input[type=number] {
  -moz-appearance: textfield;
}
.discount-del-btn {
  border-radius: 100%;
  background-color: #c01c0f;
  border: 0px;
}
.discount-del-btn i {
  color: #fff;
  font-size: 12px;
  padding: 5px;
}
/*Checkout*/
.owl-carousel .owl-wrapper-outer .owl-item {
  padding: 0!important;
}
.owl-carousel .owl-wrapper-outer .owl-item .product_pod div {
  padding: 0!important;
}
.loading-wrapper svg {
  margin-top: 70%;
}
.inactive {
  pointer-events: none;
  opacity: 0.6;
  cursor: not-allowed;
}
.address-btn {
  float: left;
  color: #505050;
  font-weight: normal;
  font-size: 16px;
  cursor: pointer;
  border: none;
  background-color: #e0e0e0;
  border-radius: 4px;
  margin: 10px 0;
  text-align: center;
}
.address-btn.active {
  color: #fff;
  background-color: #c01c0f;
}
.billing-address {
  float: right;
}
.hex-checkout-page {
  padding: 0px;
}
.hex-checkout-page .well {
  padding: 20px 15px;
  background: none;
  position: relative;
}
.hex-checkout-page .check-text {
  padding: 20px 0;
}
.hex-checkout-page .checkout-message-detail .address-title:before {
  content: "1";
}
.hex-checkout-page .checkout-message-detail .method-title:before {
  content: "2";
}
.hex-checkout-page .checkout-message-detail .payment-title:before {
  content: "3";
}
.hex-checkout-page .checkout-message-detail .review-title:before {
  content: "4";
}
.hex-checkout-page .checkout-message-detail .h3 {
  border-bottom: solid 1px #e0e0e0;
  padding-bottom: 20px;
}
.hex-checkout-page .checkout-message-detail .h3:before {
  height: 30px;
  width: 30px;
  background: #c01c0f;
  display: inline-block;
  text-align: center;
  color: #fff;
  margin-right: 10px;
  border-radius: 100%;
  padding-top: 7px;
}
.hex-checkout-page .checkout-message-detail .checkout-loading {
  position: absolute;
  top: 10%;
  right: 5%;
}
.hex-checkout-page .checkout-message-detail .checkout-loading > div {
  height: 10px;
  width: 10px;
  background: #000;
  border-radius: 50%;
  display: inline-block;
  -webkit-animation: stretchdelay 1s infinite ease-in-out;
  animation: stretchdelay 1s infinite ease-in-out;
}
.hex-checkout-page .checkout-message-detail .checkout-loading .loading-code2 {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}
.hex-checkout-page .checkout-message-detail .checkout-loading .loading-code3 {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}
@-webkit-keyframes stretchdelay {
  0%,
  40%,
  100% {
    opacity: 0.8;
  }
  20% {
    opacity: 0.2;
  }
}
@keyframes stretchdelay {
  0%,
  40%,
  100% {
    opacity: 0.8;
  }
  20% {
    opacity: 0.2;
  }
}
.hex-checkout-page .checkout-message-detail .order-review-detail .checkout-loading {
  top: 2%;
}
.hex-checkout-page .address-detail .form label {
  float: left;
  text-align: left;
}
.hex-checkout-page .address-detail select,
.hex-checkout-page .address-detail input {
  border: none;
  border-radius: 0;
  border-bottom: solid 1px #e0e0e0;
  outline: none;
  box-shadow: none;
  width: 100%;
}
.hex-checkout-page .address-detail #id_postcode {
  max-width: none !important;
}
.hex-checkout-page .address-detail .address-note {
  color: #c01c0f;
}
.hex-checkout-page .address-detail .address-note input {
  width: inherit!important;
}
.hex-checkout-page .address-detail .address-btn {
  border: none;
  margin: 10px 0;
  padding: 10px 22px;
}
.hex-checkout-page .address-detail .checkout-address-btn {
  overflow: hidden;
}
.hex-checkout-page .review-detail {
  overflow: hidden;
}
.hex-checkout-page .review-detail .checkout-product-detail {
  padding: 20px 0;
  border-bottom: #e0e0e0;
}
.hex-checkout-page .review-detail .checkout-price-total {
  padding-left: 0;
  font-size: 1.5rem;
  font-weight: 600;
}
.hex-checkout-page .review-detail .checkout-product-detail:last-child {
  border-bottom: none;
}
.hex-checkout-page .review-detail .row {
  margin: 0;
}
.hex-checkout-page .review-detail .product-list-title {
  overflow: hidden;
  padding-bottom: 10px;
  border-bottom: solid 1px #e0e0e0;
}
.hex-checkout-page .review-detail .product-list-detail {
  max-height: 43rem;
  overflow: auto;
}
.hex-checkout-page .review-detail .review-product-list {
  padding: 0;
}
.hex-checkout-page .review-detail .review-product-list .detail-qty {
  padding: 0;
}
.hex-checkout-page .review-detail .review-product-list .detail-qty span {
  position: absolute;
  font-size: 1rem;
  border: #e0e0e0;
  padding: 0 2px;
  border-radius: 0 3px 3px 0;
  height: 54%;
  background: #e6e6e6;
  cursor: pointer;
  border-left: none;
}
.hex-checkout-page .review-detail .review-product-list .del-icon {
  bottom: 0;
}
.hex-checkout-page .review-detail .review-product-list .add-icon {
  top: 0;
}
.hex-checkout-page .review-detail .review-product-list input {
  width: 70%;
  height: 25px;
  text-align: center;
  border-radius: 3px 0 0 3px;
  border: solid 1px #e0e0e0;
}
.hex-checkout-page .review-detail .review-detail-child {
  overflow: hidden;
  padding: 10px 0;
  border-bottom: solid 1px #e0e0e0;
}
.hex-checkout-page .review-detail .review-detail-child > img {
  width: 50%;
  margin: 10px 25%;
}
.hex-checkout-page .review-detail .review-detail-child .title {
  padding-left: 0;
  font-size: 1.5rem;
  font-weight: 600;
}
.hex-checkout-page .review-detail .review-detail-child:first-child {
  padding-top: 0;
}
.hex-checkout-page .review-detail .checkout-button-list {
  border: none;
}
.hex-checkout-page .review-detail .thumbnail {
  margin-bottom: 10px;
}
.hex-checkout-page .review-detail .detail-img {
  padding: 0;
}
.hex-checkout-page .review-detail .detail-img img {
  width: 100%;
  margin-top: 5px;
}
.hex-checkout-page .review-detail .checkout-add-coupon {
  padding: 6px 13px;
}
.hex-checkout-page .review-detail #check_module {
  padding-top: 10px;
}
.hex-checkout-page .payment-detail label {
  width: 100%;
  font-weight: normal;
  font-size: 1.4rem;
}
.hex-checkout-page .payment-detail label .payment-paypal-hint {
  display: inline-block;
  margin: 10px 15px;
}
.hex-checkout-page .payment-detail .payment-paypal-msg {
  display: unset;
  font-size: 1.5rem;
  font-weight: 600;
}
.hex-checkout-page .payment-detail .payment-paypal-msg a {
  display: inline-block;
}
.hex-checkout-page .shipping-method-list .default-title {
  font-size: 1.5rem;
  font-weight: 600;
}
.hex-checkout-page .shipping-method-list label {
  font-weight: normal;
  font-size: 1.4rem;
}
.paypal-checkout {
  margin-bottom: 20px;
}
.shipping-method-input,
.payment-method-input {
  -webkit-appearance: radio;
}
.paypal-credit-label .payment-icon {
  width: 100%;
  margin: 10px 0;
}
.payment-credit-div {
  overflow: hidden;
}
.payment-credit-div > div {
  padding: 0;
  margin-bottom: 12px;
}
.payment-credit-div > div:nth-of-type(2) {
  padding-right: 6px;
}
.payment-credit-div > div:nth-of-type(3) {
  padding-left: 6px;
}
.payment-credit-div .form-control {
  height: 40px;
}
.title-qty,
.title-price {
  padding: 0;
  text-align: center;
}
.checkout-span-label {
  padding: 0;
}
iframe {
  z-index: 1!important;
}
.availability.instock {
  color: #c01c0f;
}
.order-double-total {
  color: #c01c0f;
}
#paypal-button {
  z-index: 1;
  position: relative;
}
#paypal-button div:first-child {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
}
.checkout-button-list {
  margin: auto;
  border: none;
}
.credit-pay-div {
  position: relative;
  z-index: 1;
}
.paypal-modal {
  display: block;
  z-index: 101;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  cursor: not-allowed;
}
.credit-pay-btn {
  display: block;
  height: 45px;
  line-height: 34px;
  color: #111;
  border: none;
  border-radius: 23px;
  background: #ffc439;
}
.loading-wrapper {
  z-index: 100;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  background-color: #000;
  opacity: 0.8;
}
.loading-wrapper svg {
  height: 120px;
  width: 120px;
  margin-top: 20%;
}
.loading-wrapper .g-circles {
  -webkit-transform: scale(0.9) translate(7px, 7px);
  -ms-transform: scale(0.9) translate(7px, 7px);
  transform: scale(0.9) translate(7px, 7px);
}
.loading-wrapper circle {
  fill: #fff;
  fill-opacity: 0;
  -webkit-animation: opacity 1.2s linear infinite;
  animation: opacity 1.2s linear infinite;
}
.loading-wrapper circle:nth-child(12n + 1) {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}
.loading-wrapper circle:nth-child(12n + 2) {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}
.loading-wrapper circle:nth-child(12n + 3) {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}
.loading-wrapper circle:nth-child(12n + 4) {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}
.loading-wrapper circle:nth-child(12n + 5) {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}
.loading-wrapper circle:nth-child(12n + 6) {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}
.loading-wrapper circle:nth-child(12n + 7) {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}
.loading-wrapper circle:nth-child(12n + 8) {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
.loading-wrapper circle:nth-child(12n + 9) {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.loading-wrapper circle:nth-child(12n + 10) {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.loading-wrapper circle:nth-child(12n + 11) {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.loading-wrapper circle:nth-child(12n + 12) {
  -webkit-animation-delay: -1.2s;
  animation-delay: -1.2s;
}
.order-review-detail .failed-payment {
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  padding: 20px 15px;
  margin-bottom: 40px;
}
.order-review-detail .failed-payment p {
  color: #c01c0f;
  padding-bottom: 10px;
  font-family: "Inter Medium";
}
.order-review-detail .failed-payment i {
  border: 1px solid;
  border-radius: 50%;
  padding: 2px 3px;
  margin-right: 5px;
  color: #c01c0f;
  font-size: 12px;
}
.order-review-detail .failed-payment .failed-text-icon {
  float: left;
  display: inline-block;
}
.order-review-detail .failed-payment .fa-exclamation {
  padding: 2px 6px;
}
/*Categories secondpage*/
.land-root-description {
  padding-top: 25px;
  padding-bottom: 10px;
}
.land-root-description h3 {
  font-size: 23px;
  font-family: "Inter Bold";
  padding-bottom: 15px;
}
.land-root-description p {
  color: #505050;
  padding-top: 15px;
  border-top: solid 1px #e0e0e0;
}
.land-root-description strong {
  color: #c01c0f;
}
.land-children-category .child-category-contain {
  padding-bottom: 20px;
}
.land-children-category .child-category-contain .featured-module-content .feature-title-link {
  padding: 13px 0px 13px;
  background-color: #000;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.land-children-category .child-category-contain .featured-module-content .feature-title-link a {
  color: #fff;
}
.land-children-category .child-category-contain .featured-module-content .feature-title-link:hover {
  background-color: #c01c0f;
}
.land-children-category .child-category-contain .featured-module-content .feature-title-link:hover a {
  color: #fff;
}
.land-children-category .child-category-contain .featured-module-content .img-responsive {
  padding: 15px 15px 5px;
}
.child-category-image a {
  display: block;
  position: relative;
}
.child-category-image a:hover:before {
  opacity: 0.1;
  visibility: visible;
}
.child-category-image a:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s;
}
.child-category-image img {
  width: 100%;
  border-radius: 4px;
}
/*Daily Deal*/
.discount-browse {
  background-color: #75141d;
  width: 100%;
  padding: 0px;
}
.discount-browse .page_inner {
  max-width: 1280px;
  margin: 0px auto;
  padding: 0 15px;
  background-color: inherit;
}
.discount-browse .mobile-dailydeal-banner {
  display: none;
}
.discount-browse .header-vehicle-module.with-not-home {
  padding-top: 35px;
}
.daily-deal-pro {
  padding: 8px;
}
.daily-deal-pro .normal-product-module {
  padding: 8px;
  background-color: #fff;
  border-radius: 4px;
}
.daily-deal-pro .normal-product-module .product-module .product-title p {
  font-size: 14px;
  font-family: Inter Regular;
  height: 33px;
  line-height: 17px;
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.daily-deal-pro .normal-product-module .product-module .product-image .img-pro {
  padding: 15px;
}
.discount-contant {
  text-align: center;
  padding-top: 30px;
}
.discount-contant .h2 {
  color: #fff;
}
.discount-contant .discount-product {
  padding: 20px 0px;
  overflow: hidden;
}
.daily-deal-icon {
  position: fixed;
  top: 35%;
  left: 15px;
  z-index: 999;
}
.daily-deal-icon .daily-tag {
  -webkit-animation: tada 2s cubic-bezier(0.68, 0.06, 0.68, 0.42) infinite alternate;
  animation: tada 2s cubic-bezier(0.68, 0.06, 0.68, 0.42) infinite alternate;
  animation-name: tada;
}
.daily-deal-icon .daily-tag img {
  width: 33px;
}
/*Customer Service Page*/
.customer-service-main .well-blank {
  line-height: 1.8;
  padding: 25px;
}
.customer-service-main .well-blank .sub-header {
  border-bottom: 1px #e0e0e0 solid;
  text-align: center;
  margin-bottom: 25px;
}
.customer-service-main .well-blank .recently-recommend-title {
  text-transform: uppercase;
  letter-spacing: 0.02em;
  padding-bottom: 8px;
  line-height: 1.5;
}
.customer-service-main .well-blank .questions div {
  padding-bottom: 5px;
}
.customer-service-main .well-blank .questions .recently-recommend-title {
  text-transform: capitalize;
}
.customer-service-main .well-blank .main a {
  color: #c01c0f;
}
.customer-service-main .customer-banner {
  padding: 30px 0 10px;
}
.customer-service-main .customer-banner img {
  width: 100%;
}
.contact-us-main .well-blank .sub-header {
  border-bottom: 1px #e0e0e0 solid;
  margin-bottom: 0;
}
.contact-us-main .contact-us-body {
  margin-top: 15px;
}
.contact-us-main .contact-us-body .row a {
  font-family: "Inter Medium";
}
.contact-us-main .contact-us-body .success-alter {
  z-index: 1000;
  position: fixed;
  background: #fff;
  border: solid 1px #e0e0e0;
  box-shadow: 0 3px 6px #ccc;
  border-radius: 5px;
  right: 40%;
  width: 32%;
}
.contact-us-main .contact-us-body .success-alter p {
  color: #fff;
  background-color: #c01c0f;
  padding: 10px 15px;
  margin: 0;
  border-radius: 5px 5px 0px 0px;
  font-family: "Inter SemiBold";
}
.contact-us-main .contact-us-body .success-alter .success-text {
  padding: 28px 18px;
  border-radius: 5px 0px;
}
.contact-us-main .contact-us-body .success-alter .success-text .success-text-icon {
  float: left;
  font-size: 2rem;
  width: 5rem;
  height: 5rem;
  line-height: 5rem;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  background-color: #c01c0f;
  margin-right: 10px;
}
.contact-us-main .contact-us-body .success-alter .success-text .success-message {
  display: block;
  margin-bottom: 5px;
}
/*Sign in or Sign up*/
.register-bg,
.login-bg {
  background-color: #f9f9f9;
}
.container-fluid .login_form,
.container-fluid .register_form {
  padding-top: 30px;
}
.container-fluid .login-footer {
  padding-bottom: 20px;
}
.container-fluid .form-group {
  margin-bottom: 20px;
}
.forget-email .forget-email-icon {
  float: left;
  font-size: 3rem;
  width: 6rem;
  line-height: 6rem;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  background-color: #c01c0f;
  margin-right: 18px;
}
.forget-email .forget-email-text {
  padding: 0px;
}
.forget-email .forget-email-text1 {
  display: block;
  margin-bottom: 5px;
  font-size: 14px;
}
/*tourists order search*/
.customer-form {
  padding-top: 30px;
}
.customer-form .tourists-order-search {
  padding-bottom: 10px;
}
.customer-form .tourists-order-btn {
  padding-top: 20px;
}
.tourists-order-p {
  padding-bottom: 40px;
  color: #c01c0f;
}
/* Review Star Color */
.star-rating.One i:first-child {
  color: #fec336;
}
.star-rating.Two i:first-child,
.star-rating.Two i:first-child + i {
  color: #fec336;
}
.star-rating.Three i:first-child,
.star-rating.Three i:first-child + i,
.star-rating.Three i:first-child + i + i {
  color: #fec336;
}
.star-rating.Four i:first-child,
.star-rating.Four i:first-child + i,
.star-rating.Four i:first-child + i + i,
.star-rating.Four i:first-child + i + i + i {
  color: #fec336;
}
.star-rating.Five i {
  color: #fec336;
}
/*btn*/
.btn-primary:hover {
  background-color: #000;
}
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover {
  background-color: #000;
  outline: none;
}
.btn-info:focus,
.btn-info.focus,
.btn-info:visited {
  color: #fff;
  background-color: #000;
  border-color: #fff;
}
.btn-default:active,
.btn-default:active:focus {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.form-group .control-label:after {
  color: #c01c0f;
}
.form-actions {
  padding: 0;
  background-color: none;
  border-top: 0px;
}
/* Mobile */
@media (min-width: 1200px) {
  .discount-product .col-lg-2 {
    width: 20%;
  }
}
@media (min-width: 992px) {
  .footer-container-mobile {
    display: none;
  }
  .daily-deal-icon {
    display: none;
  }
}
@media (max-width: 1280px) and (min-width: 1025px) {
  .normal-header-block .header-search-module .search-module-icon .search-module-user {
    margin-right: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1279px) {
  #id_q {
    width: auto !important;
  }
  header .page-header-content {
    width: 100%;
  }
  .header-search-module {
    width: 100%;
  }
  .header-search-module .search-module-search {
    padding-right: 15px;
  }
  .header-search-module .search-module-search .navbar-form {
    float: none !important;
  }
  .header-search-module .search-module-search .form-group {
    width: 100%;
  }
  .header-search-module .search-module-search #id_q {
    width: 72% !important;
  }
  .header-search-module .search-module-search .search-btn {
    width: 28%;
    float: right;
  }
  .freeze-navigation-cart .search-module-cart {
    min-width: auto;
  }
  .header-navigation-module .header-category-module .category-module-middle .category-module-content li a {
    padding: 16px 30px;
  }
  .header-navigation-module .category-module-msg {
    display: none;
  }
  .header-vehicle-module {
    left: 15%;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .right-images-list {
    display: none;
  }
  .home-blog-module .blog-module-list .blog-image-div .blog-time-view {
    left: 16%;
  }
  .home-subscribe-module .subscribe-content .subscribe-title img {
    max-width: 280px;
    height: auto;
  }
  .home-subscribe-module .subscribe-content .subscribe-operate {
    width: 100%;
  }
  .home-subscribe-module .subscribe-content .subscribe-operate .subscribe-email-input {
    width: 62%;
  }
  .home-subscribe-module .subscribe-content .subscribe-operate .home-subscribe-btn {
    width: 36%;
  }
  .footer-footer .footer-container .footer-navigation {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .footer-footer .footer-container .footer-bottom {
    width: 100%;
    padding: 20px 15px 0px 15px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .home-shipping-module {
    display: none;
  }
  .home-deal-module .right-images-list {
    float: left;
    padding-top: 15px;
  }
  .home-deal-module .right-images-list .right-images-bottom {
    float: right;
    margin-top: 0px;
  }
}
@media (max-width: 1024px) {
  div {
    cursor: pointer !important;
  }
  .auto-normal-group {
    display: none;
  }
  .auto-mobile-group {
    display: block;
    position: unset;
    padding-top: 10px;
    left: 0;
    bottom: 0;
  }
  .auto-mobile-group .button-group-btn {
    float: left;
    background-color: #fff;
    border: solid 1px #cccccc;
    border-radius: 100%;
    width: 38px;
    height: 38px;
    text-align: center;
    padding-top: 8px;
    margin-right: 6px;
  }
  .auto-mobile-group .button-group-btn i {
    color: #999;
    font-size: 15px;
  }
  .auto-mobile-group .button-group-btn:hover {
    background-color: #c01c0f;
    border: solid 1px #c01c0f;
  }
  .auto-mobile-group .button-group-btn:hover i {
    color: #fff;
  }
  /*Handpick Product Module*/
  .normal-product-module .product-module .product-image .normal-group {
    display: none;
  }
  .normal-product-module .product-module .product-image .mobile-group {
    display: block;
    position: absolute;
    right: 8px;
    bottom: 0px;
    z-index: 2;
    cursor: pointer;
  }
  .normal-product-module .product-module .product-image .mobile-group .button-group-btn {
    background-color: #fff;
    border: solid 1px #cccccc;
    border-radius: 100%;
    width: 38px;
    height: 38px;
    text-align: center;
    padding-top: 9px;
    margin-top: 6px;
  }
  .normal-product-module .product-module .product-image .mobile-group .button-group-btn i {
    color: #999;
    font-size: 15px;
  }
  .normal-product-module .product-module .product-image .mobile-group .button-group-btn:hover {
    background-color: #c01c0f;
    border: solid 1px #c01c0f;
  }
  .normal-product-module .product-module .product-image .mobile-group .button-group-btn:hover i {
    color: #fff;
  }
  .header-navigation-module .header-category-module {
    width: 100%;
  }
  /*customer center*/
  .order-search-form {
    padding-bottom: 10px;
  }
  #id_order_number {
    width: 69%;
    float: right;
  }
  /* Product Detail */
  .product-detail-page .product-detail-module .de-contact-us {
    width: 100%;
  }
  .product-detail-page .product-detail-module .product-detail-features {
    width: 100%;
    height: auto;
  }
  .product-detail-page .product-detail-module .review-float .added-wishlist-form {
    padding-bottom: 10px;
  }
  .blog-list-page .home-blog-detail .blog-image-div .blog-time-view {
    left: 18%;
  }
  .detail-history-content .normal-product-module .product-module .product-title .h3 {
    font-size: 14px;
  }
  /*Customer Service Page*/
  .customer-service-main .well-blank {
    padding: 20px;
  }
  .contact-us-main .contact-us-body #id_order_number {
    width: 100%;
  }
  /*blog page*/
  .blog-table {
    overflow: auto;
  }
  .blog-table td {
    padding: 5px;
  }
}
@media (max-width: 991px) {
  /* Mobile Header */
  header {
    display: none;
  }
  .header-banner-module {
    display: none;
  }
  .normal-header-block {
    width: 100%;
    overflow: hidden;
  }
  .normal-header-block .header-search-module {
    width: 100%;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
    margin: 0px auto;
    padding: 25px 0px;
    overflow: hidden;
    margin-bottom: 10px;
    max-height: 75px;
  }
  .normal-header-block .header-search-module .search-module-search {
    display: none;
  }
  .normal-header-block .header-search-module .search-module-icon {
    float: right;
  }
  .normal-header-block .header-search-module .search-module-icon .search-icon {
    display: block;
    overflow: hidden;
  }
  .normal-header-block .header-search-module .search-module-icon .search-module-user {
    margin-right: 0px;
    min-width: 22px;
  }
  .normal-header-block .header-search-module .search-module-icon .theme-header-minicart .search-module-cart {
    min-width: 22px;
  }
  .normal-header-block .header-search-module .search-module-icon .search-icon-img {
    float: right;
    padding-left: 15px;
  }
  .normal-header-block .header-search-module .search-module-icon .search-icon-img img {
    width: 22px;
  }
  .normal-header-block .header-search-module .search-module-icon .search-icon-content {
    display: none;
  }
  .normal-header-block .header-search-module .search-module-icon .mini-cart-num {
    left: 28px;
  }
  .normal-header-block .header-search-module .search-module-logo img {
    max-height: 30px;
    width: 170px;
  }
  .mobile-search {
    display: none;
    width: 100%;
    padding: 0px 15px;
    z-index: 11;
  }
  .mobile-search #id_q {
    border: solid 1px #e0e0e0;
    border-radius: 3px 0px 0px 3px;
    border-right: 0px;
    width: 80%;
    float: left;
    height: 42px;
  }
  .mobile-search .search-btn {
    background-color: #c01c0f;
    border-radius: 0px 3px 3px 0px;
    width: 110px;
    color: #fff;
    border: 0px;
    text-align: center;
    width: 20%;
    float: right;
    height: 42px;
  }
  .mobile-search .search-btn:hover {
    background-color: #c01c0f;
  }
  .mobile-search .search-btn img {
    width: 22px;
  }
  .mobile-search .navbar-form {
    margin-bottom: 0px;
    margin-top: 0px;
  }
  .header-navigation-module {
    background-color: #fff;
    position: relative;
  }
  .header-navigation-module .mobile-category-btn {
    position: absolute;
    z-index: 2;
    width: 82%;
    height: 40px;
  }
  .header-navigation-module.freeze-navigation {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  }
  .header-navigation-module.freeze-navigation .freeze-navigation-cart {
    display: block;
  }
  .header-navigation-module.freeze-navigation .freeze-navigation-cart .minicart-window {
    top: 40px;
  }
  .header-navigation-module.freeze-navigation .freeze-navigation-cart .cart-img .icon-cart-one {
    display: block;
    float: right;
    position: relative;
    padding-right: 38px;
    height: 26px;
    top: 7px;
  }
  .header-navigation-module.freeze-navigation .freeze-navigation-cart .cart-img .icon-cart-two {
    display: none;
  }
  .header-navigation-module.freeze-navigation .freeze-navigation-cart .cart-img .mini-cart-num {
    top: 3px;
  }
  .header-navigation-module .header-category-module {
    position: static;
    height: 40px;
  }
  .header-navigation-module .header-category-module .header-category {
    position: static;
  }
  .header-navigation-module .header-category-module .header-category .header-category-menu {
    color: #000;
    font-size: 14px;
    padding: 10px 80px 10px 15px;
  }
  .header-navigation-module .header-category-module .header-category .header-category-menu:hover {
    background-color: #fff;
  }
  .header-navigation-module .header-category-module .header-category .section {
    display: block;
    position: fixed;
    top: 0;
    left: -100%;
    transition: left 0.3s;
    width: 300px;
    height: 100%;
    z-index: 999;
    overflow-y: auto;
    overflow-x: auto;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  }
  .header-navigation-module .header-category-module .header-category .section .close-icon {
    display: block;
    background-color: #f5f5f5;
    overflow: hidden;
  }
  .header-navigation-module .header-category-module .header-category .section .close-icon .header-category-close {
    float: right;
    font-size: 16px;
    padding: 15px;
  }
  .header-navigation-module .header-category-module .header-category .section .close-icon .header-category-return {
    transform: rotateY(180deg);
    font-size: 18px;
    padding: 15px;
  }
  .header-navigation-module .header-category-module .header-category .section .header-cagetory-pc {
    position: relative;
  }
  .header-navigation-module .header-category-module .header-category .section .header-cagetory-pc .category-pc-icon {
    display: none !important;
  }
  .header-navigation-module .header-category-module .header-category .section .header-cagetory-pc .category-depth-first {
    position: static;
  }
  .header-navigation-module .header-category-module .header-category .section .header-cagetory-pc .category-depth-first:hover .category-depth-second {
    display: none;
  }
  .header-navigation-module .header-category-module .header-category .section .header-cagetory-pc .category-depth-first.first-category-active .category-depth-second {
    display: block;
  }
  .header-navigation-module .header-category-module .header-category .section .header-cagetory-pc .category-depth-second {
    float: left;
    left: 0px;
    top: 0px;
    background: #fff;
    border-radius: 0px;
    border-bottom: solid 1px #e0e0e0;
    width: 300px;
    height: 100%;
    border: none;
    padding: 0px;
    box-shadow: none;
  }
  .header-navigation-module .header-category-module .header-category .section .header-cagetory-pc .category-depth-second .depth-second-li {
    width: auto;
    float: none;
    line-height: 49px;
    padding: 0px 0px 0px 15px;
    border-bottom: solid 1px #e0e0e0;
    font-family: "Inter Regular";
  }
  .header-navigation-module .header-category-module .header-category .section .header-cagetory-pc .category-depth-second .depth-second-li.second-category-active .category-depth-second .category-depth-third {
    display: block;
  }
  .header-navigation-module .header-category-module .header-category .section .header-cagetory-pc .category-depth-second .second-i {
    display: block;
  }
  .header-navigation-module .header-category-module .header-category .section .header-cagetory-pc .category-depth-second .depth-second-banner {
    display: none;
  }
  .header-navigation-module .header-category-module .header-category .section .header-cagetory-pc .category-depth-second .category-depth-third {
    display: none;
  }
  .header-navigation-module .header-category-module .header-category .section .header-cagetory-pc .category-depth-second .category-depth-third .third-border {
    display: none;
  }
  .header-navigation-module .header-category-module .header-category .section .header-cagetory-pc .category-depth-second .category-depth-third .depth-third-li {
    float: none;
    line-height: 49px;
    font-family: "Inter Regular";
    font-size: 12px;
    padding: 0px 15px;
    border-bottom: solid 1px #e0e0e0;
  }
  .header-navigation-module .header-category-module .header-category .mobile-header-category .shade {
    display: none;
    bottom: 0;
    left: 0px;
    min-width: 0;
    position: fixed;
    right: 0;
    top: 0;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    background: #333;
    opacity: 0.5;
    z-index: 998;
    cursor: pointer;
  }
  .header-navigation-module .header-category-module .header-category:hover {
    background-color: #fff;
  }
  .header-navigation-module .header-category-module .category-module-middle {
    display: none;
  }
  .header-navigation-module .category-module-msg {
    display: none;
  }
  .header-navigation-module.mobile-nav .header-category-module .header-category .mobile-header-category .nav-sections {
    left: 0;
  }
  .header-navigation-module.mobile-nav .header-category-module .header-category .mobile-header-category .shade {
    display: block;
  }
  .category-mb-icon {
    display: block;
    display: inline-block;
    padding: 18px;
    float: right;
  }
  .header-vehicle-module {
    position: static;
  }
  .header-vehicle-module .button-group {
    float: none;
    padding-bottom: 8px;
  }
  .header-vehicle-module .button-group .vehile-search-btn {
    width: 100%;
  }
  .header-vehicle-module.with-not-home {
    display: none;
  }
  .mobileheader-vehicle-module {
    display: block;
    font-size: 14px;
    padding-bottom: 20px;
  }
  .mobileheader-vehicle-module .column12 {
    padding: 7px 15px;
  }
  .mobileheader-vehicle-module .select-your-vehicle {
    text-align: center;
    background-color: #c01c0f;
    color: #fff;
    padding: 15px;
    font-family: "Inter SemiBold";
  }
  .mobileheader-vehicle-module .select-your-vehicle .mobile-vehicle-icon {
    float: right;
    width: 12px;
  }
  .mobileheader-vehicle-module .vehicle-search-content {
    margin-bottom: 0px;
    padding: 7px 15px;
    background-color: #f5f5f5;
    display: none;
  }
  .theme-header-minicart .minicart-window {
    position: fixed;
    z-index: 996;
    width: 90%;
  }
  .home-subscribe-module .subscribe-content .welcome-middle-col {
    border: 0px;
    border-top: solid 1px #e0e0e0;
    border-bottom: solid 1px #e0e0e0;
    padding: 20px 15px;
    margin-bottom: 20px;
  }
  .home-subscribe-module .subscribe-content .theme-welcome-content {
    padding: 0px 25px;
    max-width: 100%;
  }
  .mobile-category-btn {
    cursor: pointer;
  }
  .select-your-vehicle {
    cursor: pointer;
  }
  .quick-view {
    display: none;
  }
  /*mobile footer*/
  .footer-container {
    display: none;
  }
  .footer-footer .footer-container-mobile {
    display: block;
  }
  .footer-footer .footer-container-mobile .mobile-footer {
    display: block;
  }
  .footer-mobile-links {
    display: none;
  }
  .footer-mobile-links.active {
    display: block;
  }
  /* Filter Module */
  .filter-result {
    padding-top: 10px;
  }
  .filter-mobile-btn {
    display: block;
    width: 100%;
    background: #000;
    color: #fff;
    position: relative;
    border-radius: 3px;
    margin-bottom: 10px;
    padding: 8px 15px;
  }
  .filter-mobile-btn .filter-moble-icon {
    position: static;
    float: left;
    font-size: initial;
  }
  .filter-search-container .filter-mobile-title {
    display: block;
  }
  /* Category Product List */
  .mobile-filter .hexauto-mask-div.filter-show {
    display: block;
  }
  .mobile-filter .mobile-filter-content .filter-search-container {
    margin: 0;
    padding: 0px 20px 0px 0px;
  }
  .mobile-filter .mobile-filter-content.filter-show {
    display: block;
  }
  .page-header {
    border-bottom: 0;
    margin: 0;
    padding-bottom: 0;
  }
  .section .mobile-product-list .normal-product-module {
    padding: 10px 0px;
  }
  .section .mobile-product-list .normal-product-module .product-module .product-image .mobile-group .add-wishlist {
    display: none;
  }
  /* Product Detail */
  .product-detail-page #add_review_form #id_title {
    width: 100%;
  }
  .product-detail-page #add_review_form #id_body {
    width: 100%;
  }
  .product-detail-page #add_review_form #id_name {
    width: 60%;
  }
  .product-detail-page .product-detail-infos {
    margin-top: 10px;
  }
  /*customer center*/
  .customer-center-nav .customer-center-iconlist {
    padding-bottom: 20px;
  }
  .customer-email-container .email-thumbnail-detail {
    width: 100%;
  }
  .customer-email-container .email-thumbnail-detail .email-detail-icon {
    width: 5%;
  }
  .customer-email-container .email-thumbnail-detail .email-detail-info {
    width: 95%;
  }
  .notifications-content {
    padding-top: 2px;
  }
  .customer-wishlist-container {
    padding-top: 10px;
    padding-bottom: 30px;
  }
  /*Categories secondpage*/
  .land-children-category .child-category-contain .featured-module-content {
    margin-top: 0px;
  }
  /*Blog Page*/
  .sidebar {
    display: none;
  }
  .blog-list-page .home-blog-detail {
    padding: 15px;
  }
  .blog-content-page {
    padding-left: 0px;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 12px;
  }
  body .row {
    padding-bottom: 15px !important;
    padding-top: 15px !important;
  }
  body .h1 {
    font-size: 23px;
  }
  body .h3 {
    font-size: 14px;
  }
  /*header*/
  .theme-header-minicart .search-module-cart {
    float: right;
    min-width: 86px;
    height: 40px;
  }
  .auto-mobile-group .button-group-btn {
    padding-top: 11px;
  }
  .home-shipping-module {
    display: none;
  }
  .normal-product-module .product-module .product-image .pro-countdown-time {
    left: 60%;
  }
  .home-subscribe-module .subscribe-content .welcome-middle-col {
    border: 0px;
    border-top: solid 1px #e0e0e0;
    border-bottom: solid 1px #e0e0e0;
    padding: 20px 0px;
    margin-bottom: 20px;
  }
  .home-subscribe-module .subscribe-content .subscribe-left-col {
    border: 0px;
  }
  .home-subscribe-module .subscribe-content .theme-welcome-content {
    padding: 0px 25px;
    max-width: 100%;
  }
  .home-subscribe-module .subscribe-content .col-xs-12 {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0px;
    margin-right: 0px;
  }
  .home-deal-module .products-swiper-container .products-swiper-pagination {
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .home-deal-module .products-swiper-container .swiper-button-next {
    display: none;
  }
  .home-deal-module .products-swiper-container .swiper-button-prev {
    display: none;
  }
  .home-deal-module .products-swiper-container .deal-product-module .deal-produt-title {
    padding-top: 5px;
  }
  .home-deal-module .products-swiper-container .deal-product-module .product-module {
    padding: 0px;
  }
  .home-deal-module .products-swiper-container .deal-product-module .product-module .autopro-info .deal-countdown-time {
    padding-top: 0px;
    padding-bottom: 0px;
    height: 88px;
  }
  .home-deal-module .products-swiper-container .deal-product-module .product-module .autopro-info .deal-countdown-time .countdown-time {
    width: 58px;
    margin-right: 8px;
  }
  .home-deal-module .right-images-list .home-deal-img {
    padding-top: 15px;
  }
  .home-deal-module .right-images-list .right-images-bottom {
    margin-top: 0px;
  }
  .featured-module-content {
    margin-top: 15px;
  }
  .automatic-products-module {
    padding-bottom: 20px;
  }
  .filter-search-container .filter-key-list .range-price {
    width: 16%;
  }
  .filter-search-container .filter-key-list .filter-price-slider {
    width: 63%;
  }
  .home-newproduct-module {
    padding-bottom: 0px;
  }
  .home-newproduct-module .automatic-products-module .automatic-tmp-content .list-product-module {
    padding: 20px 0px 42px;
  }
  .home-newproduct-module .automatic-products-module .automatic-tmp-content .list-product-module .product-module .product-image .img-pro {
    padding: 0px;
  }
  .home-newproduct-module .automatic-products-module .automatic-tmp-content .list-product-module .product-module .one-line-title {
    height: 50px;
  }
  .handpick-tmp-content .products-swiper-container .normal-product-module .product-module .product-image .img-pro {
    padding: 25px;
  }
  /* Product Detail */
  .product-detail-page .product-detail-module .product-detail-features p {
    font-size: 12px;
  }
  .product-detail-page .product-detail-module .product-detail-shipinfo .item-msg {
    width: 81%;
  }
  .product-detail-page .product-detail-infos {
    margin-bottom: 30px;
    padding: 15px;
  }
  .product-detail-page .product-detail-infos .page-change-li {
    text-transform: none;
    padding-right: 6px;
  }
  .product-detail-page .product-detail-infos .page-change-li a {
    font-size: 12px;
    margin-right: 0px;
  }
  .product-detail-page .product-detail-infos .page-change-div {
    margin-top: 26px;
  }
  .product-detail-page .product-detail-infos .compatibility-table-mobile {
    overflow-x: auto;
  }
  .product-detail-page .product-detail-infos .compatibility-table-mobile .table {
    width: 760px;
  }
  .product-detail-page .product-detail-infos .product-detail-list iframe {
    max-width: 100%;
  }
  .product-detail-page .detail-compatibility .well .compatibility-search {
    padding-bottom: 7px;
    text-align: center;
    float: none;
    padding-right: 0px;
  }
  .product-detail-page .detail-compatibility .well .compatibility-search .save-review-btn {
    width: 100%;
    padding-top: 10px;
  }
  .product-detail-page .detail-compatibility .well .form-control {
    margin-top: 7px;
  }
  .product-detail-page .review-list li .review .review-info {
    padding-right: 0px;
  }
  .product-detail-page .review-list li .review .review-info-two {
    padding-left: 0px;
    padding-right: 0px;
  }
  .product-detail-basket .btn,
  .product-detail-basket .btn-wishlist {
    margin-bottom: 10px;
  }
  /*product detail page-recently_view and recommend*/
  .mobile-product-list .normal-product-module .product-module .product-image .img-pro {
    padding: 15px;
  }
  .mobile-product-list .normal-product-module .product-module .product-title .one-line-title {
    -webkit-line-clamp: 4;
    line-clamp: 4;
  }
  .mobile-product-list .normal-product-module .product-module .product-title p {
    height: 70px;
    line-height: 18px;
    font-size: 12px;
  }
  .detail-history-content .normal-product-module .product-module .product-image .img-pro,
  .recommended-list-content .normal-product-module .product-module .product-image .img-pro {
    padding: 15px;
  }
  .detail-history-content .normal-product-module .product-module .product-title .one-line-title,
  .recommended-list-content .normal-product-module .product-module .product-title .one-line-title {
    -webkit-line-clamp: 5;
    line-clamp: 5;
  }
  .detail-history-content .normal-product-module .product-module .product-title p,
  .recommended-list-content .normal-product-module .product-module .product-title p {
    height: auto;
    line-height: 18px;
    font-size: 12px;
  }
  /*customer center*/
  .account-msg-section {
    padding: 10px 6px 20px;
  }
  .account-msg-section .account-img {
    padding-top: 10px;
  }
  .account-msg-section .account-img .vip-level {
    position: absolute;
    bottom: 0px;
    left: 28px;
  }
  .account-msg-section .account-msg-block {
    padding-left: 0px;
    padding-top: 20px;
  }
  .account-msg-section .account-msg-block .account-process .bar {
    width: 205px;
  }
  .account-msg-section .account-record {
    float: left;
  }
  .account-msg-section .account-record a {
    padding-left: 0px;
    padding-right: 20px;
  }
  .account-msg-section .left-block {
    border-bottom: solid 1px #e0e0e0;
    padding-bottom: 15px;
  }
  .account-msg-section .profile-vip-icon {
    overflow: hidden;
  }
  .account-privilege-section .account-privilege-vip {
    overflow-x: auto;
  }
  .account-privilege-section .account-privilege-vip .account-privilege-table {
    width: 800px;
  }
  .customer-order-table .customer-order-thumbnail .order-history-list .order-msg-operation .btn-group .dropdown-toggle {
    float: right;
  }
  .address-list .address-list-info {
    padding-bottom: 20px;
  }
  .alert-list-module .alert-detail .alert-left img {
    width: 90px;
  }
  .customer-wishlist-container .wishlist-list {
    padding: 15px 10px;
    margin-top: 0px;
  }
  .customer-wishlist-container .wishlist-list .wishlist-pro-mobile {
    padding: 0px 10px;
  }
  .customer-wishlist-container .wishlist-list .wishlist-pro-mobile .h3 {
    font-size: 12px;
  }
  .customer-wishlist-container .normal-product-module {
    padding: 0px;
  }
  .customer-wishlist-container .normal-product-module .product-module .product-image .mobile-group .add-wishlist {
    display: none;
  }
  .customer-email-container .email-thumbnail-detail {
    width: 100%;
  }
  .customer-email-container .email-thumbnail-detail .email-detail-icon {
    width: 10%;
  }
  .customer-email-container .email-thumbnail-detail .email-detail-info {
    width: 90%;
  }
  .hexauto-mask-check .mask-checkout {
    width: 80%;
  }
  .order-detail-pages .page-change-div {
    overflow-x: auto;
  }
  .order-detail-pages table {
    width: 700px;
  }
  .customer-email-table {
    overflow-x: auto;
  }
  /*cart*/
  .hex-shopping-cart {
    margin-top: 10px;
    padding-bottom: 30px;
  }
  .hex-shopping-cart .basket-cart-block .cart-text-slign {
    text-align: center;
  }
  .hex-shopping-cart .basket-cart-block input[type="number"][id*="quantity"] {
    max-width: 30px;
  }
  .hex-shopping-cart .basket-cart-block .cart-info-mobile {
    padding: 10px 5px;
  }
  .hex-shopping-cart #voucher_form_container #voucher_form {
    width: 100%;
  }
  .hex-shopping-cart #voucher_form_container #voucher_form .voucher-input {
    width: 75%;
  }
  .hex-shopping-cart #voucher_form_container #voucher_form .btn-info {
    padding: 11px 15px;
    width: 25%;
  }
  .hex-shopping-cart .checkout-btn .save-review-btn {
    padding-top: 9px;
    padding-bottom: 9px;
  }
  .hex-shopping-cart .checkout-btn .continue-shopping-btn {
    float: right;
    padding-bottom: 10px;
  }
  .basket-items {
    padding: 10px 0px;
  }
  /*daily deal*/
  .discount-browse .mobile-dailydeal-banner {
    display: block;
  }
  .discount-browse .daily-deal-banner {
    display: none;
  }
  .discount-browse .page_inner {
    padding: 0 10px;
  }
  .discount-browse .header-vehicle-module.with-not-home {
    position: static;
    display: none;
    max-width: 1280px;
    margin: auto;
    padding-top: 30px;
  }
  .discount-contant {
    padding-top: 10px;
  }
  .discount-contant .discount-product {
    padding: 10px 0px;
  }
  .discount-contant .discount-product .daily-deal-pro {
    padding: 5px;
  }
  .discount-contant .discount-product .daily-deal-pro .normal-product-module {
    padding: 10px;
  }
  .discount-contant .discount-product .daily-deal-pro .normal-product-module .product-module .product-title .h3 {
    font-size: 12px;
  }
  /*Categories secondpage*/
  .land-root-description {
    padding-top: 25px;
    padding-bottom: 10px;
  }
  .land-root-description h3 {
    font-size: 23px;
    font-family: "Inter Bold";
    padding-bottom: 15px;
  }
  .land-root-description p {
    color: #505050;
    padding-top: 15px;
    border-top: solid 1px #e0e0e0;
  }
  .land-root-description strong {
    color: #c01c0f;
  }
  .land-page-contain .row {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  .land-children-category .child-category-contain {
    padding: 0px 7.5px 20px;
  }
  .land-children-category .child-category-contain .featured-module-content .feature-title-link {
    height: 60px;
  }
  /*checkout*/
  .payment-credit-div > div:nth-of-type(2) {
    padding-right: 0px;
  }
  .payment-credit-div > div:nth-of-type(3) {
    padding-left: 0px;
  }
  .hex-checkout-page .check-text {
    padding: 10px 0px;
  }
  /*Blog Page*/
  .blog-list-page .home-blog-detail {
    padding: 0px 0px 25px;
  }
  .blog-list-page .home-blog-detail .blog-image-div .blog-time-view {
    left: 21%;
  }
  .blog-list-page .home-blog-detail .blog-title-div .blogpage-title-a {
    height: auto;
    white-space: normal;
  }
  .blog-list-page .blog-detail-footer {
    padding-bottom: 10px;
  }
  .filter-result .mobile-product-list ol li {
    padding: 0px 8px;
  }
  /*sign in or sign up*/
  .forget-email .forget-email-icon {
    margin: 10px auto;
    float: inherit;
  }
}
@media (max-width: 339px) {
  .product-detail-page .product-detail-module .product-detail-reviews .product-detail-line {
    padding: 0px 3px;
  }
  .product-detail-page .product-detail-module .product-detail-basket .detail-add-wishlist .add-wishlist-btn {
    padding: 6px 0px;
  }
  .product-detail-page .product-detail-infos {
    padding: 15px 5px;
  }
  .product-detail-page .product-detail-infos .page-change-li {
    padding-right: 3px;
  }
  .gallery-product .gallery-carousel-indicators li img {
    width: 60px;
  }
  .blog-list-page .home-blog-detail .blog-image-div .blog-time-view {
    left: 15%;
  }
  .home-blog-detail .blog-image-div .blog-time-view {
    left: 15%;
  }
  .home-blog-detail .blog-title-div {
    padding: 25px 10px;
  }
  .home-subscribe-module .subscribe-title img {
    width: 290px;
  }
  .home-subscribe-module .subscribe-content .subscribe-operate {
    width: 100%;
    padding: 0px 15px;
  }
  .home-subscribe-module .subscribe-content .subscribe-operate .subscribe-email-input {
    width: 62%;
  }
  .home-subscribe-module .subscribe-content .subscribe-operate .home-subscribe-btn {
    width: 37%;
  }
  .home-deal-module .products-swiper-container .deal-product-module .product-module .autopro-info .deal-countdown-time .countdown-time {
    width: 53px;
    margin-right: 4px;
  }
  .home-deal-module .products-swiper-container .deal-product-module .product-module .autopro-info .deal-countdown-time .countdown-time .countdown-time-line {
    margin-left: 10px;
  }
  .home-deal-module .right-images-list .home-deal-img {
    padding-top: 15px;
  }
  .home-deal-module .right-images-list .right-images-bottom {
    margin-top: 0px;
  }
  .hex-shopping-cart {
    overflow: inherit;
  }
  .cart-img {
    min-height: 85px;
  }
  .address-detail .billing-address {
    float: none;
  }
  .address-detail .address-btn {
    float: none;
  }
}
