* {
  margin: 0;
  padding: 0;
  outline: none;
  box-sizing: border-box;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
* ::-webkit-scrollbar {
  width: 0 !important;
}
@media (min-width: 1280px) {
  body {
    min-width: 1280px;
  }
  .container {
    margin: 0 auto;
    width: 1280px;
  }
  .header {
    padding: 0 16px;
    height: 48px;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
  }
  .header .item {
    height: 48px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .header .item span.icon {
    display: inline-block;
    width: 12px;
    height: 12px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }
  .header .item span.icon.phone {
    background-image: url("/assets/images/phone.png");
  }
  .header .item span.icon.email {
    background-image: url("/assets/images/email.png");
  }
  .header .item a.content {
    text-decoration: none;
    color: #333333;
    font-size: 14px;
    line-height: 14px;
    margin-left: 12px;
  }
  .header .item:nth-child(2) {
    margin-left: 40px;
    margin-right: 48px;
  }
  .header .right-tool {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .header .right-tool a {
    display: inline-block;
    width: 24px;
    height: 24px;
  }
  .header .right-tool a img {
    width: 24px;
    height: 24px;
  }
  .header .right-tool a:not(:last-child) {
    margin-right: 16px;
  }
  .header .right-tool a:hover {
    transform: scale(1.2);
  }
  .nav {
    padding: 0 16px;
    height: 60px;
    margin-top: 15px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    position: relative;
  }
  .nav .logo {
    position: absolute;
    width: 160px;
    height: 108px;
    background-image: url("/assets/images/logo2.jpg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 20px;
    bottom: 0;
  }
  .nav .right {
    flex-grow: 1;
    height: 60px;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
  }
  .nav .right .nav-container {
    display: inline-block;
    height: 60px;
  }
  .nav .right .nav-container .nav-ul {
    display: flex;
    height: 60px;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
  .nav .right .nav-container .nav-ul .nav-item {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 60px;
    list-style: none;
    position: relative;
  }
  .nav .right .nav-container .nav-ul .nav-item:not(:last-child) {
    margin-right: 32px;
  }
  .nav .right .nav-container .nav-ul .nav-item a {
    color: #333333;
    font-size: 16px;
    font-weight: 500;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-decoration: none;
  }
  .nav .right .nav-container .nav-ul .nav-item a:hover,
  .nav .right .nav-container .nav-ul .nav-item a.active {
    color: #A81C1A;
  }
  .nav .right .nav-container .nav-ul .nav-item .down-arrow {
    margin-left: 4px;
    display: inline-block;
    width: 10px;
    height: 10px;
    background-image: url("/assets/images/down-arrow.png");
    background-repeat: no-repeat;
    background-size: 10px 10px;
  }
  .nav .right .nav-container .nav-ul .nav-item #product-category {
    display: none;
    position: absolute;
    z-index: 1001;
    width: 560px;
    padding: 20px;
    background: #FFFFFF;
    border-radius: 20px;
    top: 77px;
    left: 0;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2);
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .nav .right .nav-container .nav-ul .nav-item #product-category .nav-product-item {
    width: 50%;
    height: 50px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .nav .right .nav-container .nav-ul .nav-item #product-category .nav-product-item a {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    text-decoration: none;
    color: #333333;
    font-size: 14px;
    font-weight: 400;
  }
  .nav .right .nav-container .nav-ul .nav-item #product-category .nav-product-item a img {
    width: 20px;
    height: auto;
    margin-right: 16px;
  }
  .nav .right .nav-container .nav-ul .nav-item #product-category .nav-product-item a:hover {
    color: #A81C1A;
    font-weight: 500;
  }
  .nav .right .location-container {
    height: 60px;
    position: relative;
    margin-left: 56px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    color: #333333;
    font-size: 16px;
    cursor: pointer;
  }
  .nav .right .location-container .down-arrow {
    margin-left: 4px;
    display: inline-block;
    width: 10px;
    height: 10px;
    background-image: url("/assets/images/down-arrow.png");
    background-repeat: no-repeat;
    background-size: 10px 10px;
  }
  .nav .right .location-container div.location-window {
    display: none;
    position: absolute;
    z-index: 1001;
    width: 240px;
    height: 200px;
    background: #FFFFFF;
    border-radius: 20px;
    top: 77px;
    left: -50px;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2);
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .nav .right .location-container div.location-window .location-ul {
    width: 240px;
    height: 200px;
    padding: 32px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
  }
  .nav .right .location-container div.location-window .location-ul .location-item {
    width: 100%;
    height: 30px;
    list-style: none;
  }
  .nav .right .location-container div.location-window .location-ul .location-item a {
    width: 100%;
    height: 30px;
    text-decoration: none;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    font-size: 14px;
    color: #333333;
  }
  .nav .right .location-container div.location-window .location-ul .location-item.active a {
    color: #A81C1A;
    font-weight: 500;
  }
  .nav .right .location-container div.location-window .location-ul .location-item .country-icon {
    width: 30px;
    height: 20px;
    margin-right: 16px;
    background-repeat: no-repeat;
    background-size: 30px 20px;
    background-position: center;
  }
  .nav .right .location-container div.location-window .location-ul .location-item .country-icon.ci-en {
    background-image: url("/assets/images/us-flag.svg");
  }
  .nav .right .location-container div.location-window .location-ul .location-item .country-icon.ci-es {
    background-image: url("/assets/images/es-flag.svg");
  }
  .nav .right .location-container div.location-window .location-ul .location-item .country-icon.ci-ru {
    background-image: url("/assets/images/ru-flag.svg");
  }
  .nav .right .location-container div.location-window .location-ul .location-item:hover {
    background: #DDE4EB;
  }
  .nav .right .search-container {
    flex-grow: 1;
    max-width: 320px;
    height: 44px;
    margin-left: 32px;
    border: 1px solid #D8D8D8;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .nav .right .search-container .search-input {
    border: none;
    flex-grow: 1;
    outline: none;
    height: 24px;
    padding: 0 16px;
    background: #FFFFFF;
    font-size: 14px;
    color: #333333;
  }
  .nav .right .search-container .search-input::placeholder {
    color: #999999;
    font-size: 14px;
  }
  .nav .right .search-container .search-btn {
    width: 44px;
    height: 44px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    background-image: url("/assets/images/search-icon.png");
    background-repeat: no-repeat;
    background-size: 24px 24px;
    background-position: center;
    border-left: 1px solid #D8D8D8;
  }
  .nav .right .menu-icon {
    display: none;
  }
  .nav-small,
  .small-screen-menu-container,
  .small-screen-lang-container,
  .small-search-container {
    display: none;
  }
  .footer {
    width: 100%;
    height: 466px;
    background: #474747;
  }
  .footer .footer-container {
    padding: 0 16px;
    width: 100%;
    height: 380px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-column-gap: 44px;
  }
  .footer .footer-container .fc-item {
    width: 100%;
    height: 380px;
    padding: 72px 0 64px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
  }
  .footer .footer-container .fc-item .fci-title {
    width: 100%;
    height: 50px;
    line-height: 50px;
    color: #FFFFFF;
    font-size: 36px;
    font-style: italic;
    font-weight: 700;
  }
  .footer .footer-container .fc-item .fci-title.es,
  .footer .footer-container .fc-item .fci-title.ru {
    font-size: 29px;
  }
  .footer .footer-container .fc-item .fci-content {
    width: 100%;
    margin-top: 32px;
    flex-grow: 1;
  }
  .footer .footer-container .fc-item .fci-content.about {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }
  .footer .footer-container .fc-item .fci-content.about .about-text {
    color: #FFFFFF;
    font-size: 14px;
  }
  .footer .footer-container .fc-item .fci-content.about .about-tool {
    width: 100%;
    height: 24px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
  .footer .footer-container .fc-item .fci-content.about .about-tool .out-media-icon {
    display: inline-block;
    width: 24px;
    height: 24px;
  }
  .footer .footer-container .fc-item .fci-content.about .about-tool .out-media-icon img {
    width: 24px;
    height: 24px;
  }
  .footer .footer-container .fc-item .fci-content.about .about-tool .out-media-icon:not(:last-child) {
    margin-right: 16px;
  }
  .footer .footer-container .fc-item .fci-content.about .about-tool .out-media-icon:hover {
    transform: scale(1.2);
  }
  .footer .footer-container .fc-item .fci-content.product {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 16px;
  }
  .footer .footer-container .fc-item .fci-content.product .product-item a {
    text-decoration: none;
    color: #FFFFFF;
    font-size: 14px;
  }
  .footer .footer-container .fc-item .fci-content.product .product-item a:hover {
    color: #A81C1A;
  }
  .footer .footer-container .fc-item .fci-content.contact .cus-item {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
  .footer .footer-container .fc-item .fci-content.contact .cus-item:not(:last-child) {
    margin-bottom: 18px;
  }
  .footer .footer-container .fc-item .fci-content.contact .cus-item .cus-icon {
    flex-shrink: 0;
    width: 14px;
    height: 14px;
    background-size: 14px 14px;
    background-repeat: no-repeat;
    background-position: 0 0;
    margin-right: 12px;
  }
  .footer .footer-container .fc-item .fci-content.contact .cus-item .cus-icon.location {
    background-image: url("/assets/images/location.png");
  }
  .footer .footer-container .fc-item .fci-content.contact .cus-item .cus-icon.phone {
    background-image: url("/assets/images/white-phone.png");
  }
  .footer .footer-container .fc-item .fci-content.contact .cus-item .cus-icon.email {
    background-image: url("/assets/images/white-email.png");
  }
  .footer .footer-container .fc-item .fci-content.contact .cus-item .cus-text {
    text-decoration: none;
    color: #FFFFFF;
    font-size: 14px;
  }
  .footer .footer-container .fc-item .fci-content.email {
    width: 100%;
  }
  .footer .footer-container .fc-item .fci-content.email .email-box {
    width: 100%;
    height: 40px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .footer .footer-container .fc-item .fci-content.email .email-box .email-input {
    flex-grow: 1;
    height: 40px;
    padding: 0 12px;
    background: #FFFFFF;
    border: none;
    font-size: 14px;
    color: #333333;
  }
  .footer .footer-container .fc-item .fci-content.email .email-box .email-input::placeholder {
    color: #999999;
    font-size: 14px;
  }
  .footer .footer-container .fc-item .fci-content.email .email-box .subscript-btn {
    width: 64px;
    height: 40px;
    background: #A81C1A;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .footer .footer-container .fc-item .fci-content.email .email-box .subscript-btn:hover {
    background: rgba(168, 28, 26, 0.6);
  }
  .footer .footer-container .fc-item .fci-content.email .email-box .subscript-btn .email-icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url("/assets/images/white-email.png");
    background-size: 16px 16px;
    background-repeat: no-repeat;
  }
  .footer .line {
    width: calc(100% - 32px);
    margin: auto;
    height: 2px;
    background: #D8D8D8;
  }
  .footer .copyright {
    width: 100%;
    height: 84px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    color: #D8D8D8;
    font-size: 14px;
  }
  .scroll-top {
    position: fixed;
    width: 50px;
    min-height: 150px;
    top: 50%;
    margin-top: -75px;
    background: rgba(0, 0, 0, 0.3);
    right: 18px;
    z-index: 2001;
    border-radius: 25px;
    display: grid;
    grid-template-columns: 1fr;
  }
  .scroll-top .whatapp,
  .scroll-top .wechat,
  .scroll-top .facebook {
    width: 50px;
    height: 50px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .scroll-top .whatapp .icon,
  .scroll-top .wechat .icon,
  .scroll-top .facebook .icon {
    width: 38px;
    height: 38px;
  }
  .scroll-top .whatapp:hover,
  .scroll-top .wechat:hover,
  .scroll-top .facebook:hover {
    background: #A81C1A;
  }
  .scroll-top .up {
    display: none;
    border-radius: 25px;
    width: 50px;
    height: 50px;
    padding: 6px;
  }
  .scroll-top .up .up-box {
    width: 38px;
    height: 38px;
    border-radius: 19px;
  }
  .scroll-top .up .up-box .icon {
    width: 38px;
    height: 38px;
  }
  .scroll-top .up .up-box:hover {
    background: #FFFFFF;
  }
  .scroll-top .whatapp,
  .scroll-top .facebook {
    border-radius: 25px;
  }
  .scroll-top .wechat {
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
  }
  .st-wechat {
    display: none;
    position: fixed;
    z-index: 99999999999;
    width: 200px;
    height: 200px;
    right: 68px;
    top: 50%;
    margin-top: -25px;
    background: #A81C1A;
    padding: 12px;
  }
  .st-wechat .qrcode {
    width: 100%;
    height: 100%;
    background-image: url("/assets/images/right/qrcode.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }
  .cart-fix {
    display: none;
    position: fixed;
    z-index: 3002;
    width: 50px;
    height: 50px;
    border-radius: 32px;
    background: #A81C1A;
    right: 18px;
    bottom: 96px;
  }
  .cart-fix .badge {
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    background: #E82037;
    font-size: 10px;
    color: #FFFFFF;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    right: 0;
    top: 0;
  }
  .cart-fix .cart-logo {
    display: inline-block;
    width: 50px;
    height: 50px;
    background-image: url("/assets/images/cart-float.png");
    background-size: 28px 28px;
    background-repeat: no-repeat;
    background-position: center;
  }
  .cart-fix .inquire-box {
    display: none;
    position: absolute;
    overflow: hidden;
    width: 230px;
    height: 256px;
    border-radius: 10px;
    bottom: 88px;
    right: -12px;
    background: #FFFFFF;
    box-shadow: 0 0 5px 0 #DDE4EB;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .cart-fix .inquire-box .inquire-box-title {
    width: 100%;
    height: 36px;
    flex-shrink: 0;
    background: #f7f7f7;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    color: #333333;
    font-size: 12px;
  }
  .cart-fix .inquire-box .inquire-box-title .arrow-down {
    position: absolute;
    cursor: pointer;
    left: 12px;
    top: 11px;
    width: 16px;
    height: 16px;
  }
  .cart-fix .inquire-box .inquire-products {
    width: 100%;
    height: 172px;
    overflow-y: scroll;
  }
  .cart-fix .inquire-box .inquire-products::-webkit-scrollbar {
    display: none;
  }
  .cart-fix .inquire-box .inquire-products .inquire-product-item {
    width: 100%;
    height: 56px;
    padding: 12px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .cart-fix .inquire-box .inquire-products .inquire-product-item:not(:last-child) {
    border-bottom: 1px solid #F7F7F7;
  }
  .cart-fix .inquire-box .inquire-products .inquire-product-item .inquire-product-item-cover {
    width: 32px;
    height: 32px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-right: 8px;
  }
  .cart-fix .inquire-box .inquire-products .inquire-product-item .inquire-product-item-cover img {
    width: 32px;
    height: auto;
  }
  .cart-fix .inquire-box .inquire-products .inquire-product-item .inquire-product-item-right {
    flex-grow: 1;
    height: 32px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
  }
  .cart-fix .inquire-box .inquire-products .inquire-product-item .inquire-product-item-right .inquire-product-item-title {
    width: 100%;
    height: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-size: 12px;
    color: #666666;
  }
  .cart-fix .inquire-box .inquire-products .inquire-product-item .inquire-product-item-right .inquire-product-item-remove-btn {
    display: inline;
    height: 12px;
    font-size: 12px;
    color: #A81C1A;
    cursor: pointer;
  }
  .cart-fix .inquire-box .inquire-products .inquire-product-item:hover {
    background: #F7F7F7;
  }
  .cart-fix .inquire-box .inquire-bottom {
    width: 100%;
    height: 48px;
    padding: 12px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .cart-fix .inquire-box .inquire-bottom .inquire-btn {
    width: 54px;
    height: 24px;
    border-radius: 3px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    cursor: pointer;
  }
  .cart-fix .inquire-box .inquire-bottom .inquire-btn.empty {
    background: #f1f1f1;
    color: #e64545;
  }
  .cart-fix .inquire-box .inquire-bottom .inquire-btn.inquire {
    background: #A81C1A;
    color: #ffffff;
  }
}
@media screen and (min-width: 930px) and (max-width: 1279px) {
  body {
    min-width: 930px;
  }
  .container {
    width: 100%;
  }
  .header {
    padding: 0 16px;
    height: 48px;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
  }
  .header .item {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .header .item span.icon {
    display: inline-block;
    width: 12px;
    height: 12px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }
  .header .item span.icon.phone {
    background-image: url("/assets/images/phone.png");
  }
  .header .item span.icon.email {
    background-image: url("/assets/images/email.png");
  }
  .header .item a.content {
    text-decoration: none;
    color: #333333;
    font-size: 14px;
    line-height: 14px;
    margin-left: 12px;
  }
  .header .item:nth-child(2) {
    margin-left: 40px;
    margin-right: 48px;
  }
  .header .right-tool {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .header .right-tool a {
    display: inline-block;
    width: 24px;
    height: 24px;
  }
  .header .right-tool a img {
    width: 24px;
    height: 24px;
  }
  .header .right-tool a:not(:last-child) {
    margin-right: 16px;
  }
  .header .right-tool a:hover {
    transform: scale(1.2);
  }
  .nav {
    padding: 0 16px;
    height: 60px;
    margin-top: 15px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    position: relative;
  }
  .nav .logo {
    position: absolute;
    width: 160px;
    height: 108px;
    background-image: url("/assets/images/logo2.jpg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 20px;
    bottom: 0;
    flex-shrink: 0;
  }
  .nav .right {
    flex-grow: 1;
    height: 60px;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
  }
  .nav .right .nav-container {
    display: inline-block;
    height: 60px;
  }
  .nav .right .nav-container .nav-ul {
    display: flex;
    height: 60px;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
  .nav .right .nav-container .nav-ul .nav-item {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 60px;
    list-style: none;
    position: relative;
  }
  .nav .right .nav-container .nav-ul .nav-item:not(:last-child) {
    margin-right: 20px;
  }
  .nav .right .nav-container .nav-ul .nav-item a {
    color: #333333;
    font-size: 15px;
    font-weight: 500;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-decoration: none;
  }
  .nav .right .nav-container .nav-ul .nav-item a:hover,
  .nav .right .nav-container .nav-ul .nav-item a.active {
    color: #A81C1A;
  }
  .nav .right .nav-container .nav-ul .nav-item .down-arrow {
    margin-left: 4px;
    display: inline-block;
    width: 10px;
    height: 10px;
    background-image: url("/assets/images/down-arrow.png");
    background-repeat: no-repeat;
    background-size: 10px 10px;
  }
  .nav .right .nav-container .nav-ul .nav-item #product-category {
    display: none;
    position: absolute;
    z-index: 1001;
    width: 560px;
    padding: 20px;
    background: #FFFFFF;
    border-radius: 20px;
    top: 77px;
    left: -250px;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2);
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .nav .right .nav-container .nav-ul .nav-item #product-category .nav-product-item {
    width: 50%;
    height: 50px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .nav .right .nav-container .nav-ul .nav-item #product-category .nav-product-item a {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    text-decoration: none;
    color: #333333;
    font-size: 14px;
    font-weight: 400;
  }
  .nav .right .nav-container .nav-ul .nav-item #product-category .nav-product-item a img {
    width: 20px;
    height: auto;
    margin-right: 16px;
  }
  .nav .right .nav-container .nav-ul .nav-item #product-category .nav-product-item a:hover {
    color: #A81C1A;
    font-weight: 500;
  }
  .nav .right .location-container {
    height: 20px;
    position: relative;
    margin-left: 56px;
    margin-right: 108px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    color: #333333;
    font-size: 16px;
    cursor: pointer;
  }
  .nav .right .location-container .down-arrow {
    margin-left: 4px;
    display: inline-block;
    width: 10px;
    height: 10px;
    background-image: url("/assets/images/down-arrow.png");
    background-repeat: no-repeat;
    background-size: 10px 10px;
  }
  .nav .right .location-container div.location-window {
    display: none;
    position: absolute;
    z-index: 1001;
    width: 240px;
    height: 200px;
    background: #FFFFFF;
    border-radius: 20px;
    top: 57px;
    right: 0;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2);
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .nav .right .location-container div.location-window .location-ul {
    width: 240px;
    height: 200px;
    padding: 32px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
  }
  .nav .right .location-container div.location-window .location-ul .location-item {
    width: 100%;
    height: 30px;
    list-style: none;
  }
  .nav .right .location-container div.location-window .location-ul .location-item a {
    width: 100%;
    height: 30px;
    text-decoration: none;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    font-size: 14px;
    color: #333333;
  }
  .nav .right .location-container div.location-window .location-ul .location-item.active a {
    color: #A81C1A;
    font-weight: 500;
  }
  .nav .right .location-container div.location-window .location-ul .location-item .country-icon {
    width: 30px;
    height: 20px;
    margin-right: 16px;
    background-repeat: no-repeat;
    background-size: 30px 20px;
    background-position: center;
  }
  .nav .right .location-container div.location-window .location-ul .location-item .country-icon.ci-en {
    background-image: url("/assets/images/us-flag.svg");
  }
  .nav .right .location-container div.location-window .location-ul .location-item .country-icon.ci-es {
    background-image: url("/assets/images/es-flag.svg");
  }
  .nav .right .location-container div.location-window .location-ul .location-item .country-icon.ci-ru {
    background-image: url("/assets/images/ru-flag.svg");
  }
  .nav .right .location-container div.location-window .location-ul .location-item:hover {
    background: #DDE4EB;
  }
  .nav .right .search-container {
    position: absolute;
    right: 16px;
    z-index: 1001;
    min-width: 44px;
    height: 44px;
    margin-left: 32px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
  }
  .nav .right .search-container .search-input {
    display: none;
    border: none;
    width: 0;
    outline: none;
    height: 24px;
    padding: 0 16px;
    background: #FFFFFF;
    font-size: 14px;
    color: #333333;
  }
  .nav .right .search-container .search-input::placeholder {
    color: #999999;
    font-size: 14px;
  }
  .nav .right .search-container .search-btn {
    width: 44px;
    height: 44px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    background-image: url("/assets/images/search-icon.png");
    background-repeat: no-repeat;
    background-size: 24px 24px;
    background-position: center;
    border-left: 1px solid #D8D8D8;
  }
  .nav .right .search-container.enter {
    border: 1px solid #D8D8D8;
  }
  .nav .right .search-container.enter .search-input {
    display: flex;
  }
  .nav .right .menu-icon {
    display: none;
  }
  .nav-small,
  .small-screen-menu-container,
  .small-screen-lang-container,
  .small-search-container {
    display: none;
  }
  .footer {
    width: 100%;
    height: 466px;
    background: #474747;
  }
  .footer .footer-container {
    padding: 0 16px;
    width: 100%;
    height: 380px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-column-gap: 22px;
  }
  .footer .footer-container .fc-item {
    width: 100%;
    height: 380px;
    padding: 72px 0 64px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
  }
  .footer .footer-container .fc-item .fci-title {
    width: 100%;
    height: 50px;
    line-height: 50px;
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 700;
    font-style: italic;
  }
  .footer .footer-container .fc-item .fci-content {
    width: 100%;
    margin-top: 16px;
    flex-grow: 1;
  }
  .footer .footer-container .fc-item .fci-content.about {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }
  .footer .footer-container .fc-item .fci-content.about .about-text {
    color: #FFFFFF;
    font-size: 13px;
  }
  .footer .footer-container .fc-item .fci-content.about .about-tool {
    width: 100%;
    height: 24px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
  .footer .footer-container .fc-item .fci-content.about .about-tool .out-media-icon {
    display: inline-block;
    width: 24px;
    height: 24px;
  }
  .footer .footer-container .fc-item .fci-content.about .about-tool .out-media-icon img {
    width: 24px;
    height: 24px;
  }
  .footer .footer-container .fc-item .fci-content.about .about-tool .out-media-icon:not(:last-child) {
    margin-right: 16px;
  }
  .footer .footer-container .fc-item .fci-content.about .about-tool .out-media-icon:hover {
    transform: scale(1.2);
  }
  .footer .footer-container .fc-item .fci-content.product {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 9px;
  }
  .footer .footer-container .fc-item .fci-content.product .product-item a {
    text-decoration: none;
    color: #FFFFFF;
    font-size: 13px;
  }
  .footer .footer-container .fc-item .fci-content.product .product-item a:hover {
    color: #A81C1A;
  }
  .footer .footer-container .fc-item .fci-content.contact .cus-item {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
  .footer .footer-container .fc-item .fci-content.contact .cus-item:not(:last-child) {
    margin-bottom: 18px;
  }
  .footer .footer-container .fc-item .fci-content.contact .cus-item .cus-icon {
    width: 14px;
    height: 14px;
    flex-shrink: 0;
    background-size: 14px 14px;
    background-repeat: no-repeat;
    margin-right: 12px;
  }
  .footer .footer-container .fc-item .fci-content.contact .cus-item .cus-icon.location {
    background-image: url("/assets/images/location.png");
  }
  .footer .footer-container .fc-item .fci-content.contact .cus-item .cus-icon.phone {
    background-image: url("/assets/images/white-phone.png");
  }
  .footer .footer-container .fc-item .fci-content.contact .cus-item .cus-icon.email {
    background-image: url("/assets/images/white-email.png");
  }
  .footer .footer-container .fc-item .fci-content.contact .cus-item .cus-text {
    display: inline-block;
    flex-grow: 1;
    text-decoration: none;
    color: #FFFFFF;
    font-size: 13px;
  }
  .footer .footer-container .fc-item .fci-content.email {
    width: 100%;
  }
  .footer .footer-container .fc-item .fci-content.email .email-box {
    width: 100%;
    height: 40px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .footer .footer-container .fc-item .fci-content.email .email-box .email-input {
    flex-grow: 1;
    height: 40px;
    padding: 0 12px;
    background: #FFFFFF;
    border: none;
    font-size: 13px;
    color: #333333;
  }
  .footer .footer-container .fc-item .fci-content.email .email-box .email-input::placeholder {
    color: #999999;
    font-size: 13px;
  }
  .footer .footer-container .fc-item .fci-content.email .email-box .subscript-btn {
    width: 64px;
    height: 40px;
    background: #A81C1A;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .footer .footer-container .fc-item .fci-content.email .email-box .subscript-btn:hover {
    background: rgba(168, 28, 26, 0.6);
  }
  .footer .footer-container .fc-item .fci-content.email .email-box .subscript-btn .email-icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url("/assets/images/white-email.png");
    background-size: 16px 16px;
    background-repeat: no-repeat;
  }
  .footer .line {
    width: calc(100% - 32px);
    margin: auto;
    height: 2px;
    background: #D8D8D8;
  }
  .footer .copyright {
    width: 100%;
    height: 84px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    color: #D8D8D8;
    font-size: 13px;
  }
  .scroll-top {
    position: fixed;
    width: 50px;
    min-height: 150px;
    top: 50%;
    margin-top: -75px;
    background: rgba(0, 0, 0, 0.3);
    right: 18px;
    z-index: 2001;
    border-radius: 25px;
    display: grid;
    grid-template-columns: 1fr;
  }
  .scroll-top .whatapp,
  .scroll-top .wechat,
  .scroll-top .facebook {
    width: 50px;
    height: 50px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .scroll-top .whatapp .icon,
  .scroll-top .wechat .icon,
  .scroll-top .facebook .icon {
    width: 38px;
    height: 38px;
  }
  .scroll-top .whatapp:hover,
  .scroll-top .wechat:hover,
  .scroll-top .facebook:hover {
    background: #A81C1A;
  }
  .scroll-top .up {
    display: none;
    border-radius: 25px;
    width: 50px;
    height: 50px;
    padding: 6px;
  }
  .scroll-top .up .up-box {
    width: 38px;
    height: 38px;
    border-radius: 19px;
  }
  .scroll-top .up .up-box .icon {
    width: 38px;
    height: 38px;
  }
  .scroll-top .up .up-box:hover {
    background: #FFFFFF;
  }
  .scroll-top .whatapp,
  .scroll-top .facebook {
    border-radius: 25px;
  }
  .scroll-top .wechat {
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
  }
  .st-wechat {
    display: none;
    position: fixed;
    z-index: 9999999999999999;
    width: 200px;
    height: 200px;
    right: 68px;
    top: 50%;
    margin-top: -25px;
    background: #A81C1A;
    padding: 12px;
  }
  .st-wechat .qrcode {
    width: 100%;
    height: 100%;
    background-image: url("/assets/images/right/qrcode.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }
  .cart-fix {
    display: none;
    position: fixed;
    z-index: 3002;
    width: 50px;
    height: 50px;
    border-radius: 32px;
    background: #A81C1A;
    right: 18px;
    bottom: 96px;
  }
  .cart-fix .badge {
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    background: #E82037;
    font-size: 10px;
    color: #FFFFFF;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    right: 0;
    top: 0;
  }
  .cart-fix .cart-logo {
    display: inline-block;
    width: 50px;
    height: 50px;
    background-image: url("/assets/images/cart-float.png");
    background-size: 28px 28px;
    background-repeat: no-repeat;
    background-position: center;
  }
  .cart-fix .inquire-box {
    display: none;
    overflow: hidden;
    position: absolute;
    width: 230px;
    height: 256px;
    border-radius: 10px;
    bottom: 88px;
    right: -12px;
    background: #FFFFFF;
    box-shadow: 0 0 5px 0 #DDE4EB;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .cart-fix .inquire-box .inquire-box-title {
    width: 100%;
    height: 36px;
    flex-shrink: 0;
    background: #f7f7f7;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    color: #333333;
    font-size: 12px;
  }
  .cart-fix .inquire-box .inquire-box-title .arrow-down {
    position: absolute;
    cursor: pointer;
    left: 12px;
    top: 11px;
    width: 16px;
    height: 16px;
  }
  .cart-fix .inquire-box .inquire-products {
    width: 100%;
    height: 172px;
    padding-bottom: 12px;
    overflow-y: scroll;
  }
  .cart-fix .inquire-box .inquire-products::-webkit-scrollbar {
    display: none;
  }
  .cart-fix .inquire-box .inquire-products .inquire-product-item {
    width: 100%;
    height: 56px;
    padding: 12px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .cart-fix .inquire-box .inquire-products .inquire-product-item:not(:last-child) {
    border-bottom: 1px solid #F7F7F7;
  }
  .cart-fix .inquire-box .inquire-products .inquire-product-item .inquire-product-item-cover {
    width: 32px;
    height: 32px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-right: 8px;
  }
  .cart-fix .inquire-box .inquire-products .inquire-product-item .inquire-product-item-cover img {
    width: 32px;
    height: auto;
  }
  .cart-fix .inquire-box .inquire-products .inquire-product-item .inquire-product-item-right {
    flex-grow: 1;
    height: 32px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
  }
  .cart-fix .inquire-box .inquire-products .inquire-product-item .inquire-product-item-right .inquire-product-item-title {
    width: 100%;
    height: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-size: 12px;
    color: #666666;
  }
  .cart-fix .inquire-box .inquire-products .inquire-product-item .inquire-product-item-right .inquire-product-item-remove-btn {
    display: inline;
    height: 12px;
    font-size: 12px;
    color: #A81C1A;
    cursor: pointer;
  }
  .cart-fix .inquire-box .inquire-products .inquire-product-item:hover {
    background: #F7F7F7;
  }
  .cart-fix .inquire-box .inquire-bottom {
    width: 100%;
    height: 48px;
    padding: 12px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .cart-fix .inquire-box .inquire-bottom .inquire-btn {
    width: 54px;
    height: 24px;
    border-radius: 3px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    cursor: pointer;
  }
  .cart-fix .inquire-box .inquire-bottom .inquire-btn.empty {
    background: #f1f1f1;
    color: #e64545;
  }
  .cart-fix .inquire-box .inquire-bottom .inquire-btn.inquire {
    background: #A81C1A;
    color: #ffffff;
  }
}
@media screen and (min-width: 640px) and (max-width: 929px) {
  body {
    min-width: 640px;
    overflow-x: hidden;
    position: relative;
  }
  .container {
    width: 100%;
    overflow-x: hidden;
  }
  .header {
    padding: 0 24px;
    height: 48px;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
  }
  .header .item {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .header .item span.icon {
    display: inline-block;
    width: 12px;
    height: 12px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }
  .header .item span.icon.phone {
    background-image: url("/assets/images/phone.png");
  }
  .header .item span.icon.email {
    background-image: url("/assets/images/email.png");
  }
  .header .item a.content {
    text-decoration: none;
    color: #333333;
    font-size: 14px;
    line-height: 14px;
    margin-left: 12px;
  }
  .header .item:nth-child(2) {
    margin-left: 40px;
    margin-right: 48px;
  }
  .header .right-tool {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .header .right-tool a {
    display: inline-block;
    width: 24px;
    height: 24px;
  }
  .header .right-tool a img {
    width: 24px;
    height: 24px;
  }
  .header .right-tool a:not(:last-child) {
    margin-right: 16px;
  }
  .header .right-tool a:hover {
    transform: scale(1.2);
  }
  .nm-container {
    width: 100%;
  }
  .nav {
    padding: 0 24px;
    height: 60px;
    margin-top: 15px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .nav .logo {
    width: 160px;
    height: 60px;
    background-image: url("/assets/images/logo.jpg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 20px;
    flex-shrink: 0;
  }
  .nav .right {
    flex-grow: 1;
    height: 60px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .nav .right .nav-container {
    display: none;
  }
  .nav .right .location-container {
    display: none;
  }
  .nav .right .search-container {
    flex-grow: 1;
    max-width: 320px;
    height: 44px;
    margin-left: 64px;
    border: 1px solid #D8D8D8;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .nav .right .search-container .search-input {
    border: none;
    flex-grow: 1;
    outline: none;
    height: 24px;
    padding: 0 16px;
    background: #FFFFFF;
    font-size: 14px;
    color: #333333;
  }
  .nav .right .search-container .search-input::placeholder {
    color: #999999;
    font-size: 14px;
  }
  .nav .right .search-container .search-btn {
    width: 44px;
    height: 44px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    background-image: url("/assets/images/search-icon.png");
    background-repeat: no-repeat;
    background-size: 24px 24px;
    background-position: center;
    border-left: 1px solid #D8D8D8;
  }
  .nav .right .menu-icon {
    width: 60px;
    height: 60px;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
  }
  .nav-small,
  .small-search-container {
    display: none;
  }
  .small-screen-menu-container {
    width: 100%;
    height: calc(100vh - 140px);
    overflow-y: scroll;
    position: fixed;
    z-index: 10009;
    top: 140px;
    left: -100%;
    background: #FFFFFF;
    border-top: 1px solid #F7F7F7;
  }
  .small-screen-menu-container .nav-small-item {
    width: 100%;
    padding: 0 24px;
    min-height: 48px;
    border-bottom: 1px solid #F7F7F7;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .small-screen-menu-container .nav-small-item a {
    color: #333333;
    font-size: 16px;
    text-decoration: none;
    font-weight: 500;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
  .small-screen-menu-container .nav-small-item a.active {
    color: #A81C1A;
  }
  .small-screen-menu-container .nav-small-item .down-arrow {
    display: inline-block;
    width: 10px;
    height: 10px;
    background-image: url("/assets/images/down-arrow.png");
    background-repeat: no-repeat;
    background-size: 10px 10px;
  }
  .small-screen-menu-container .nav-small-item .down-arrow#down-small-lang-arrow0 {
    transform: rotate(270deg);
  }
  .small-screen-menu-container .nav-small-item.nav-small-lang-item {
    color: #333333;
    font-size: 16px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
  .small-screen-menu-container .product-category {
    display: none;
    width: 100%;
  }
  .small-screen-menu-container .product-category .product-item {
    width: 100%;
    padding: 0 24px 0 48px;
    height: 48px;
    border-bottom: 1px solid #F7F7F7;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
  .small-screen-menu-container .product-category .product-item a {
    display: inline-block;
    width: 100%;
    color: #333333;
    font-size: 16px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-decoration: none;
  }
  .small-screen-lang-container {
    width: 100%;
    height: calc(100vh - 140px);
    overflow-y: scroll;
    position: fixed;
    z-index: 10010;
    top: 140px;
    left: 100%;
    background: #FFFFFF;
  }
  .small-screen-lang-container .small-location-item {
    padding: 0 24px;
    width: 100%;
    height: 48px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    border-top: 1px solid #F7F7F7;
  }
  .small-screen-lang-container .small-location-item:last-child {
    border-bottom: 1px solid #F7F7F7;
  }
  .small-screen-lang-container .small-location-item #sli-box {
    width: 48px;
    height: 48px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
  .small-screen-lang-container .small-location-item a {
    width: 100%;
    height: 48px;
    text-decoration: none;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    font-size: 14px;
    color: #333333;
  }
  .small-screen-lang-container .small-location-item.active a {
    color: #A81C1A;
    font-weight: 500;
  }
  .small-screen-lang-container .small-location-item .country-icon {
    width: 30px;
    height: 20px;
    margin-right: 16px;
    background-repeat: no-repeat;
    background-size: 30px 20px;
    background-position: center;
  }
  .small-screen-lang-container .small-location-item .country-icon.ci-en {
    background-image: url("/assets/images/us-flag.svg");
  }
  .small-screen-lang-container .small-location-item .country-icon.ci-es {
    background-image: url("/assets/images/es-flag.svg");
  }
  .small-screen-lang-container .small-location-item .country-icon.ci-ru {
    background-image: url("/assets/images/ru-flag.svg");
  }
  .footer {
    width: 100%;
    background: #474747;
  }
  .footer .footer-container {
    padding: 72px 24px 48px;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    grid-column-gap: 32px;
  }
  .footer .footer-container .fc-item {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
  }
  .footer .footer-container .fc-item:not(:last-child) {
    margin-bottom: 32px;
  }
  .footer .footer-container .fc-item .fci-title {
    width: 100%;
    height: 50px;
    line-height: 50px;
    color: #FFFFFF;
    font-size: 36px;
    font-weight: 700;
    font-style: italic;
  }
  .footer .footer-container .fc-item .fci-content {
    width: 100%;
    margin-top: 16px;
    flex-grow: 1;
  }
  .footer .footer-container .fc-item .fci-content.about {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }
  .footer .footer-container .fc-item .fci-content.about .about-text {
    color: #FFFFFF;
    font-size: 14px;
  }
  .footer .footer-container .fc-item .fci-content.about .about-tool {
    margin-top: 16px;
    width: 100%;
    height: 24px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
  .footer .footer-container .fc-item .fci-content.about .about-tool .out-media-icon {
    display: inline-block;
    width: 24px;
    height: 24px;
  }
  .footer .footer-container .fc-item .fci-content.about .about-tool .out-media-icon img {
    width: 24px;
    height: 24px;
  }
  .footer .footer-container .fc-item .fci-content.about .about-tool .out-media-icon:not(:last-child) {
    margin-right: 16px;
  }
  .footer .footer-container .fc-item .fci-content.about .about-tool .out-media-icon:hover {
    transform: scale(1.2);
  }
  .footer .footer-container .fc-item .fci-content.product {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 48px;
    grid-row-gap: 16px;
  }
  .footer .footer-container .fc-item .fci-content.product .product-item a {
    text-decoration: none;
    color: #FFFFFF;
    font-size: 14px;
  }
  .footer .footer-container .fc-item .fci-content.product .product-item a:hover {
    color: #A81C1A;
  }
  .footer .footer-container .fc-item .fci-content.contact .cus-item {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
  .footer .footer-container .fc-item .fci-content.contact .cus-item:not(:last-child) {
    margin-bottom: 22px;
  }
  .footer .footer-container .fc-item .fci-content.contact .cus-item .cus-icon {
    flex-shrink: 0;
    width: 14px;
    height: 14px;
    background-size: 14px 14px;
    background-repeat: no-repeat;
    background-position: 0 0;
    margin-right: 12px;
  }
  .footer .footer-container .fc-item .fci-content.contact .cus-item .cus-icon.location {
    background-image: url("/assets/images/location.png");
  }
  .footer .footer-container .fc-item .fci-content.contact .cus-item .cus-icon.phone {
    background-image: url("/assets/images/white-phone.png");
  }
  .footer .footer-container .fc-item .fci-content.contact .cus-item .cus-icon.email {
    background-image: url("/assets/images/white-email.png");
  }
  .footer .footer-container .fc-item .fci-content.contact .cus-item .cus-text {
    text-decoration: none;
    color: #FFFFFF;
    font-size: 14px;
  }
  .footer .footer-container .fc-item .fci-content.email {
    width: 100%;
  }
  .footer .footer-container .fc-item .fci-content.email .email-box {
    width: 100%;
    height: 40px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .footer .footer-container .fc-item .fci-content.email .email-box .email-input {
    flex-grow: 1;
    height: 40px;
    padding: 0 12px;
    background: #FFFFFF;
    border: none;
    font-size: 14px;
    color: #333333;
  }
  .footer .footer-container .fc-item .fci-content.email .email-box .email-input::placeholder {
    color: #999999;
    font-size: 14px;
  }
  .footer .footer-container .fc-item .fci-content.email .email-box .subscript-btn {
    width: 64px;
    height: 40px;
    background: A81C1A;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .footer .footer-container .fc-item .fci-content.email .email-box .subscript-btn:hover {
    background: rgba(168, 28, 26, 0.6);
  }
  .footer .footer-container .fc-item .fci-content.email .email-box .subscript-btn .email-icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url("/assets/images/white-email.png");
    background-size: 16px 16px;
    background-repeat: no-repeat;
  }
  .footer .line {
    width: calc(100% - 48px);
    margin: auto;
    height: 2px;
    background: #D8D8D8;
  }
  .footer .copyright {
    width: 100%;
    height: 84px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    color: #D8D8D8;
    font-size: 14px;
  }
  .scroll-top {
    position: fixed;
    width: 50px;
    min-height: 150px;
    top: 50%;
    margin-top: -75px;
    background: rgba(0, 0, 0, 0.3);
    right: 18px;
    z-index: 2001;
    border-radius: 25px;
    display: grid;
    grid-template-columns: 1fr;
  }
  .scroll-top .whatapp,
  .scroll-top .wechat,
  .scroll-top .facebook {
    width: 50px;
    height: 50px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .scroll-top .whatapp .icon,
  .scroll-top .wechat .icon,
  .scroll-top .facebook .icon {
    width: 38px;
    height: 38px;
  }
  .scroll-top .whatapp:hover,
  .scroll-top .wechat:hover,
  .scroll-top .facebook:hover {
    background: #A81C1A;
  }
  .scroll-top .up {
    display: none;
    border-radius: 25px;
    width: 50px;
    height: 50px;
    padding: 6px;
  }
  .scroll-top .up .up-box {
    width: 38px;
    height: 38px;
    border-radius: 19px;
  }
  .scroll-top .up .up-box .icon {
    width: 38px;
    height: 38px;
  }
  .scroll-top .up .up-box:hover {
    background: #FFFFFF;
  }
  .scroll-top .whatapp,
  .scroll-top .facebook {
    border-radius: 25px;
  }
  .scroll-top .wechat {
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
  }
  .st-wechat {
    display: none;
    position: fixed;
    z-index: 9999999999999999;
    width: 200px;
    height: 200px;
    right: 68px;
    top: 50%;
    margin-top: -25px;
    background: #A81C1A;
    padding: 12px;
  }
  .st-wechat .qrcode {
    width: 100%;
    height: 100%;
    background-image: url("/assets/images/right/qrcode.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }
  .cart-fix {
    display: none;
    position: fixed;
    z-index: 3002;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    background: #A81C1A;
    right: 18px;
    bottom: 96px;
    box-shadow: 0 0 5px 0 #FFFFFF;
  }
  .cart-fix .badge {
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    background: #E82037;
    font-size: 10px;
    color: #FFFFFF;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    right: 0;
    top: 0;
  }
  .cart-fix .cart-logo {
    display: inline-block;
    width: 50px;
    height: 50px;
    background-image: url("/assets/images/cart-float.png");
    background-size: 28px 28px;
    background-repeat: no-repeat;
    background-position: center;
  }
  .cart-fix .inquire-box {
    display: none;
    position: absolute;
    overflow: hidden;
    width: 230px;
    height: 256px;
    border-radius: 10px;
    bottom: -120px;
    right: -48px;
    background: #FFFFFF;
    box-shadow: 0 0 5px 0 #DDE4EB;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .cart-fix .inquire-box .inquire-box-title {
    width: 100%;
    height: 36px;
    flex-shrink: 0;
    background: #f7f7f7;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    color: #333333;
    font-size: 12px;
  }
  .cart-fix .inquire-box .inquire-box-title .arrow-down {
    position: absolute;
    cursor: pointer;
    left: 12px;
    top: 11px;
    width: 16px;
    height: 16px;
  }
  .cart-fix .inquire-box .inquire-products {
    width: 100%;
    height: 172px;
    padding-bottom: 12px;
    overflow-y: scroll;
  }
  .cart-fix .inquire-box .inquire-products::-webkit-scrollbar {
    display: none;
  }
  .cart-fix .inquire-box .inquire-products .inquire-product-item {
    width: 100%;
    height: 56px;
    padding: 12px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .cart-fix .inquire-box .inquire-products .inquire-product-item:not(:last-child) {
    border-bottom: 1px solid #F7F7F7;
  }
  .cart-fix .inquire-box .inquire-products .inquire-product-item .inquire-product-item-cover {
    width: 32px;
    height: 32px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-right: 8px;
  }
  .cart-fix .inquire-box .inquire-products .inquire-product-item .inquire-product-item-cover img {
    width: 32px;
    height: auto;
  }
  .cart-fix .inquire-box .inquire-products .inquire-product-item .inquire-product-item-right {
    flex-grow: 1;
    height: 32px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
  }
  .cart-fix .inquire-box .inquire-products .inquire-product-item .inquire-product-item-right .inquire-product-item-title {
    width: 100%;
    height: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-size: 12px;
    color: #666666;
  }
  .cart-fix .inquire-box .inquire-products .inquire-product-item .inquire-product-item-right .inquire-product-item-remove-btn {
    display: inline;
    height: 12px;
    font-size: 12px;
    color: #A81C1A;
    cursor: pointer;
  }
  .cart-fix .inquire-box .inquire-products .inquire-product-item:hover {
    background: #F7F7F7;
  }
  .cart-fix .inquire-box .inquire-bottom {
    width: 100%;
    height: 48px;
    padding: 12px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .cart-fix .inquire-box .inquire-bottom .inquire-btn {
    width: 54px;
    height: 24px;
    border-radius: 3px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    cursor: pointer;
  }
  .cart-fix .inquire-box .inquire-bottom .inquire-btn.empty {
    background: #f1f1f1;
    color: #e64545;
  }
  .cart-fix .inquire-box .inquire-bottom .inquire-btn.inquire {
    background: #A81C1A;
    color: #ffffff;
  }
}
@media (max-width: 639px) {
  body {
    width: 100%;
    position: relative;
    overflow-x: hidden;
  }
  .container {
    width: 100%;
  }
  .header {
    display: none;
  }
  .nm-container {
    width: 100%;
  }
  .nav {
    display: none;
  }
  .nav-small {
    width: 100%;
    height: 60px;
    background: #FFFFFF;
    position: fixed;
    z-index: 999999999;
    top: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0 12px;
  }
  .nav-small .menu-icon {
    width: 50px;
    height: 50px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
  .nav-small .logo {
    width: 150px;
    height: 50px;
    background-image: url("/assets/images/logo.jpg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
  }
  .nav-small .search-icon {
    width: 50px;
    height: 50px;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
  }
  .small-screen-menu-container {
    width: 100%;
    height: calc(100vh - 60px);
    overflow-y: scroll;
    position: fixed;
    z-index: 10009;
    top: 60px;
    left: -100%;
    background: #FFFFFF;
    border-top: 1px solid #F7F7F7;
  }
  .small-screen-menu-container .nav-small-item {
    width: 100%;
    padding: 0 12px;
    min-height: 48px;
    border-bottom: 1px solid #F7F7F7;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .small-screen-menu-container .nav-small-item a {
    color: #333333;
    font-size: 16px;
    text-decoration: none;
    font-weight: 500;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
  .small-screen-menu-container .nav-small-item a.active {
    color: #A81C1A;
  }
  .small-screen-menu-container .nav-small-item .down-arrow {
    display: inline-block;
    width: 10px;
    height: 10px;
    background-image: url("/assets/images/down-arrow.png");
    background-repeat: no-repeat;
    background-size: 10px 10px;
  }
  .small-screen-menu-container .nav-small-item .down-arrow#down-small-lang-arrow0 {
    transform: rotate(270deg);
  }
  .small-screen-menu-container .nav-small-item.nav-small-lang-item {
    color: #333333;
    font-size: 16px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
  .small-screen-menu-container .product-category {
    display: none;
    width: 100%;
  }
  .small-screen-menu-container .product-category .product-item {
    width: 100%;
    padding: 0 12px 0 32px;
    height: 48px;
    border-bottom: 1px solid #F7F7F7;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
  .small-screen-menu-container .product-category .product-item a {
    display: inline-block;
    width: 100%;
    color: #333333;
    font-size: 16px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-decoration: none;
  }
  .small-screen-lang-container {
    width: 100%;
    height: calc(100vh - 60px);
    overflow-y: scroll;
    position: fixed;
    z-index: 10010;
    top: 60px;
    left: 100%;
    background: #FFFFFF;
  }
  .small-screen-lang-container .small-location-item {
    padding: 0 12px;
    width: 100%;
    height: 48px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    border-top: 1px solid #F7F7F7;
  }
  .small-screen-lang-container .small-location-item:last-child {
    border-bottom: 1px solid #F7F7F7;
  }
  .small-screen-lang-container .small-location-item #sli-box {
    width: 48px;
    height: 48px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
  .small-screen-lang-container .small-location-item a {
    width: 100%;
    height: 48px;
    text-decoration: none;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    font-size: 14px;
    color: #333333;
  }
  .small-screen-lang-container .small-location-item.active a {
    color: #A81C1A;
    font-weight: 500;
  }
  .small-screen-lang-container .small-location-item .country-icon {
    width: 30px;
    height: 20px;
    margin-right: 16px;
    background-repeat: no-repeat;
    background-size: 30px 20px;
    background-position: center;
  }
  .small-screen-lang-container .small-location-item .country-icon.ci-en {
    background-image: url("/assets/images/us-flag.svg");
  }
  .small-screen-lang-container .small-location-item .country-icon.ci-es {
    background-image: url("/assets/images/es-flag.svg");
  }
  .small-screen-lang-container .small-location-item .country-icon.ci-ru {
    background-image: url("/assets/images/ru-flag.svg");
  }
  .small-search-container {
    display: none;
    position: fixed;
    z-index: 20009;
    width: 100%;
    height: 60px;
    top: 60px;
    background: #FFFFFF;
    box-shadow: 0 0 5px 0 #d2d2d2;
  }
  .small-search-container .small-search-box {
    position: relative;
    padding: 0 12px;
    width: 100%;
    height: 60px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .small-search-container .small-search-box .search-input {
    background: #FFFFFF;
    border: 1px solid #d2d2d2;
    width: 100%;
    height: 32px;
    border-radius: 16px;
    padding: 0 40px 0 20px;
    font-size: 14px;
    color: #333333;
  }
  .small-search-container .small-search-box .search-input::placeholder {
    color: #8A8A8A;
  }
  .small-search-container .small-search-box .search-icon {
    position: absolute;
    top: 20px;
    right: 34px;
  }
  .footer {
    width: 100%;
    background: #474747;
  }
  .footer .footer-container {
    padding: 48px 24px;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    grid-column-gap: 32px;
  }
  .footer .footer-container .fc-item {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
  }
  .footer .footer-container .fc-item:not(:last-child) {
    margin-bottom: 32px;
  }
  .footer .footer-container .fc-item .fci-title {
    width: 100%;
    height: 50px;
    line-height: 50px;
    color: #FFFFFF;
    font-size: 36px;
    font-weight: 700;
    font-style: italic;
  }
  .footer .footer-container .fc-item .fci-content {
    width: 100%;
    margin-top: 16px;
    flex-grow: 1;
  }
  .footer .footer-container .fc-item .fci-content.about {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }
  .footer .footer-container .fc-item .fci-content.about .about-text {
    color: #FFFFFF;
    font-size: 14px;
  }
  .footer .footer-container .fc-item .fci-content.about .about-tool {
    margin-top: 16px;
    width: 100%;
    height: 24px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
  .footer .footer-container .fc-item .fci-content.about .about-tool .out-media-icon {
    display: inline-block;
    width: 24px;
    height: 24px;
  }
  .footer .footer-container .fc-item .fci-content.about .about-tool .out-media-icon img {
    width: 24px;
    height: 24px;
  }
  .footer .footer-container .fc-item .fci-content.about .about-tool .out-media-icon:not(:last-child) {
    margin-right: 16px;
  }
  .footer .footer-container .fc-item .fci-content.about .about-tool .out-media-icon:hover {
    transform: scale(1.2);
  }
  .footer .footer-container .fc-item .fci-content.product {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 16px;
  }
  .footer .footer-container .fc-item .fci-content.product .product-item a {
    text-decoration: none;
    color: #FFFFFF;
    font-size: 14px;
  }
  .footer .footer-container .fc-item .fci-content.product .product-item a:hover {
    color: #A81C1A;
  }
  .footer .footer-container .fc-item .fci-content.contact .cus-item {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
  .footer .footer-container .fc-item .fci-content.contact .cus-item:not(:last-child) {
    margin-bottom: 22px;
  }
  .footer .footer-container .fc-item .fci-content.contact .cus-item .cus-icon {
    flex-shrink: 0;
    width: 14px;
    height: 14px;
    background-size: 14px 14px;
    background-repeat: no-repeat;
    background-position: 0 0;
    margin-right: 12px;
  }
  .footer .footer-container .fc-item .fci-content.contact .cus-item .cus-icon.location {
    background-image: url("/assets/images/location.png");
  }
  .footer .footer-container .fc-item .fci-content.contact .cus-item .cus-icon.phone {
    background-image: url("/assets/images/white-phone.png");
  }
  .footer .footer-container .fc-item .fci-content.contact .cus-item .cus-icon.email {
    background-image: url("/assets/images/white-email.png");
  }
  .footer .footer-container .fc-item .fci-content.contact .cus-item .cus-text {
    text-decoration: none;
    color: #FFFFFF;
    font-size: 14px;
  }
  .footer .footer-container .fc-item .fci-content.email {
    width: 100%;
  }
  .footer .footer-container .fc-item .fci-content.email .email-box {
    width: 100%;
    height: 40px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .footer .footer-container .fc-item .fci-content.email .email-box .email-input {
    flex-grow: 1;
    height: 40px;
    padding: 0 12px;
    background: #FFFFFF;
    border: none;
    font-size: 14px;
    color: #333333;
  }
  .footer .footer-container .fc-item .fci-content.email .email-box .email-input::placeholder {
    color: #999999;
    font-size: 14px;
  }
  .footer .footer-container .fc-item .fci-content.email .email-box .subscript-btn {
    width: 64px;
    height: 40px;
    background: #A81C1A;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .footer .footer-container .fc-item .fci-content.email .email-box .subscript-btn:hover {
    background: rgba(168, 28, 26, 0.6);
  }
  .footer .footer-container .fc-item .fci-content.email .email-box .subscript-btn .email-icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url("/assets/images/white-email.png");
    background-size: 16px 16px;
    background-repeat: no-repeat;
  }
  .footer .line {
    width: calc(100% - 32px);
    margin: auto;
    height: 2px;
    background: #D8D8D8;
  }
  .footer .copyright {
    width: calc(100% - 32px);
    padding: 32px;
    text-align: center;
    color: #D8D8D8;
    font-size: 14px;
  }
  .scroll-top {
    position: fixed;
    width: 50px;
    min-height: 150px;
    top: 50%;
    margin-top: -75px;
    background: rgba(0, 0, 0, 0.3);
    right: 18px;
    z-index: 2001;
    border-radius: 25px;
    display: grid;
    grid-template-columns: 1fr;
  }
  .scroll-top .whatapp,
  .scroll-top .wechat,
  .scroll-top .facebook {
    width: 50px;
    height: 50px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .scroll-top .whatapp .icon,
  .scroll-top .wechat .icon,
  .scroll-top .facebook .icon {
    width: 38px;
    height: 38px;
  }
  .scroll-top .whatapp:hover,
  .scroll-top .wechat:hover,
  .scroll-top .facebook:hover {
    background: #A81C1A;
  }
  .scroll-top .up {
    display: none;
    border-radius: 25px;
    width: 50px;
    height: 50px;
    padding: 6px;
  }
  .scroll-top .up .up-box {
    width: 38px;
    height: 38px;
    border-radius: 19px;
  }
  .scroll-top .up .up-box .icon {
    width: 38px;
    height: 38px;
  }
  .scroll-top .up .up-box:hover {
    background: #FFFFFF;
  }
  .scroll-top .whatapp,
  .scroll-top .facebook {
    border-radius: 25px;
  }
  .scroll-top .wechat {
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
  }
  .st-wechat {
    display: none;
    position: fixed;
    width: 200px;
    height: 200px;
    right: 68px;
    top: 50%;
    margin-top: -25px;
    background: #A81C1A;
    padding: 12px;
  }
  .st-wechat .qrcode {
    width: 100%;
    height: 100%;
    background-image: url("/assets/images/right/qrcode.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }
  .cart-fix {
    display: none;
    position: fixed;
    z-index: 3002;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    background: #A81C1A;
    right: 18px;
    bottom: 96px;
    box-shadow: 0 0 5px 0 #FFFFFF;
  }
  .cart-fix .badge {
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    background: #E82037;
    font-size: 10px;
    color: #FFFFFF;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    right: 0;
    top: 0;
  }
  .cart-fix .cart-logo {
    display: inline-block;
    width: 50px;
    height: 50px;
    background-image: url("/assets/images/cart-float.png");
    background-size: 28px 28px;
    background-repeat: no-repeat;
    background-position: center;
  }
  .cart-fix .inquire-box {
    display: none;
    position: absolute;
    overflow: hidden;
    width: 230px;
    height: 256px;
    border-radius: 10px;
    bottom: -120px;
    right: -48px;
    background: #FFFFFF;
    box-shadow: 0 0 5px 0 #DDE4EB;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .cart-fix .inquire-box .inquire-box-title {
    width: 100%;
    height: 36px;
    flex-shrink: 0;
    background: #f7f7f7;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    color: #333333;
    font-size: 12px;
  }
  .cart-fix .inquire-box .inquire-box-title .arrow-down {
    position: absolute;
    cursor: pointer;
    left: 12px;
    top: 11px;
    width: 16px;
    height: 16px;
  }
  .cart-fix .inquire-box .inquire-products {
    width: 100%;
    height: 172px;
    overflow-y: scroll;
  }
  .cart-fix .inquire-box .inquire-products::-webkit-scrollbar {
    display: none;
  }
  .cart-fix .inquire-box .inquire-products .inquire-product-item {
    width: 100%;
    height: 56px;
    padding: 12px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .cart-fix .inquire-box .inquire-products .inquire-product-item:not(:last-child) {
    border-bottom: 1px solid #F7F7F7;
  }
  .cart-fix .inquire-box .inquire-products .inquire-product-item .inquire-product-item-cover {
    width: 32px;
    height: 32px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-right: 8px;
  }
  .cart-fix .inquire-box .inquire-products .inquire-product-item .inquire-product-item-cover img {
    width: 32px;
    height: auto;
  }
  .cart-fix .inquire-box .inquire-products .inquire-product-item .inquire-product-item-right {
    flex-grow: 1;
    height: 32px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
  }
  .cart-fix .inquire-box .inquire-products .inquire-product-item .inquire-product-item-right .inquire-product-item-title {
    width: 100%;
    height: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-size: 12px;
    color: #666666;
  }
  .cart-fix .inquire-box .inquire-products .inquire-product-item .inquire-product-item-right .inquire-product-item-remove-btn {
    display: inline;
    height: 12px;
    font-size: 12px;
    color: #A81C1A;
    cursor: pointer;
  }
  .cart-fix .inquire-box .inquire-products .inquire-product-item:hover {
    background: #F7F7F7;
  }
  .cart-fix .inquire-box .inquire-bottom {
    width: 100%;
    height: 48px;
    padding: 12px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .cart-fix .inquire-box .inquire-bottom .inquire-btn {
    width: 54px;
    height: 24px;
    border-radius: 3px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    cursor: pointer;
  }
  .cart-fix .inquire-box .inquire-bottom .inquire-btn.empty {
    background: #f1f1f1;
    color: #e64545;
  }
  .cart-fix .inquire-box .inquire-bottom .inquire-btn.inquire {
    background: #A81C1A;
    color: #ffffff;
  }
  .widget-visible iframe {
    right: 5px !important;
  }
}
/*# sourceMappingURL=common.css.map */