@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Play:400,700&display=swap");
@import url(../fonts/arimo/stylesheet.css);
* {
  font-family: "Lato"; }

.space-20 {
  margin-bottom: 20px; }

.space-30 {
  margin-bottom: 30px; }

.space-40 {
  margin-bottom: 40px; }

.space-50 {
  margin-bottom: 50px; }

#n_home #homepageCarousel {
  margin: 4px 0 0 0;
  display: inline-block;
  width: 100%;
  z-index:0; }

body {
  background-color: #231F20 !important;
}

.header-search .input-group {
  width: 100%;
  display: inline-block;
  position: relative; }
.header-search .input-group .input-group-btn {
  display: inline-block;
  position: absolute;
  right: 2px;
  top: 2px;
  width: 36px;
  z-index: 9;
  border-radius: 30px; }
.header-search .input-group .input-group-btn button {
  background: none;
  margin: 0px;
  border: none;
  color: #DA2128;
  font-size: 16px;
  padding: 6px 11px;
  border-radius: 30px; }
.header-search .input-group .input-group-btn button:hover {
  color: #FFF;
  background: #DA2128; }
.header-search .input-group .input-group-btn button:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none; }
.header-search .input-group .form-control {
  height: 40px;
  font-family: "Arimo";
  border-radius: 4px;
  font-size: 14px;
  color: #999;
  width: 100%;
  border: 1.5px solid #231F20;
  padding: 0 40px 0 8px;
  background: #333;
}

/*.header-search .input-group-addon:not(:first-child):not(:last-child), .header-search .input-group-btn:not(:first-child):not(:last-child), .header-search .input-group .form-control:not(:first-child):not(:last-child) {*/
/*  border-radius: 30px; }*/

.wrapper-header a {
  color: #fff; }

.wrapper-header .box-phone, .wrapper-header .box-account, .wrapper-header .box-cart {
  display: inline-block; }

.wrapper-header .box-phone .icon-phone + span {
  display: inline-block;
  vertical-align: -2px; }
.wrapper-header .box-phone a {
  font-size: 20px;
  line-height: 24px; }
.wrapper-header .box-phone a:hover {
  color: #DA2128;
  text-decoration: none; }

.wrapper-header .box-account {
  position: relative;
}
.wrapper-header .box-account > a {
  display: inline-block; }
.wrapper-header .box-account .dropdown-menu {
  right: 0;
  left: auto; }

.wrapper-header .box-cart {
  position: relative;
  z-index:30;
}
.wrapper-header .box-cart > a {
  display: inline-block;
  position: relative; }
.wrapper-header .box-cart > a span[rel="a2c_item_count"] {
  position: absolute;
  left: 13px;
  top: 5px;
  color: #fff;
  font-size: 10px; }

.wrapper-header .icon-phone, .wrapper-header .icon-user, .wrapper-header .icon-cart {
  display: inline-block;
  width: 28px;
  height: 28px;
}

.wrapper-header .icon-user {
  background-image: url("../images/icon/user.png");
  background-size: contain;
}

.wrapper-header .icon-cart {
  background-image: url("../images/icon/cart.png");
  background-size: contain;
}

.wrapper-header .icon-phone {
  background-image: url("../images/icon/call.png");
  background-size: contain;
}


.main-menu {
  background: #231F20;
  clear: both;
  display: inline-block;
  width: 100%;
  text-align: center; }
.main-menu .navbar-default {
  background: none;
  border: none;
  margin: 0px;
  min-height: auto; 
  z-index:20;
}
.main-menu .navbar-nav {
  float: none; }
.main-menu .navbar-nav
> li > a {
  display: inline-block;
  height: 50px;
  line-height: 20px;
  padding: 14px 10px;
  font-size: 16px;
  color: #fff; }
.main-menu .navbar-nav
> li > a .caret {
  border-top-color: #999; }
.main-menu .navbar-nav
> li:hover > a .caret {
  border-bottom: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-top: 0; }

.container {
  position: static !important; }

.main-menu .navbar-nav > li > .dropdown-menu {
  border-radius: 0px;
  background: #333;
  min-width: 250px; }
@media (min-width: 768px) {
  .main-menu .navbar-nav > li > .dropdown-menu .click-menu {
    position: absolute;
    right: 10px;
    top: 6px; }
  .main-menu .navbar-nav > li > .dropdown-menu .click-menu:before {
    content: "\f0da";
    font: normal normal normal 14px/1 FontAwesome;
    color: #fff; }
  .main-menu .navbar-nav > li > .dropdown-menu .dropdown-menu-horizontal {
    top: -2px;
    padding: 0px;
    background: #231F20; } }
.main-menu .navbar-nav > li > .dropdown-menu:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -1px;
  height: 2px;
  background: #DA2128;
  left: -1px;
  width: calc(100% + 2px); }

.main-menu .dropdown-menu > li > a {
  font-size: 14px;
  font-family: "Arimo";
  color: #fff;
  height: 34px;
  padding: 8px 20px; }
.main-menu .dropdown-menu > li > a:hover {
  background: #231F20; }

.navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:active {
  font-size: 16px; }

.main-menu .dropdown-menu {
  background: #333;
  border-radius: 0px; }

.title-page h3 {
  font: 700 24px/30px "Play";
  text-transform: uppercase; }

.free-shipping {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 0; }
.free-shipping .item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
.free-shipping .item .icon {
  display: inline-block;
  margin-right: 10px; }
.free-shipping .text p {
  font-size: 16px;
  font-weight: 700;
  margin: 0px; }
.free-shipping .text p:first-child {
  text-transform: uppercase; }
.free-shipping .text p:last-child {
  font-weight: 400;
  font-size: 14px;
  font-family: Arimo; }

#cus_category {
  margin: 0 -7px 20px;
  display: inline-block;
  width: 100%; }
#cus_category .cat_item {
  width: calc(33.33% - 14px);
  float: left;
  margin: 0 7px;
  position: relative; }
#cus_category .cat_item img {
  max-width: 100%; }
#cus_category .cat_item .txt {
  position: absolute;
  display: inline-block;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  font: 700 26px/30px "Play";
  text-transform: uppercase;
  padding-bottom: 8px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
#cus_category .cat_item .txt:before {
  background: #DA2128;
  height: 5px;
  width: 60px;
  content: "";
  display: inline-block;
  left: 50%;
  bottom: 0px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute; }
#cus_category .cat_item:hover {
  cursor: pointer; }
#cus_category .cat_item:hover .txt {
  padding-bottom: 80px; }
#cus_category .cat_item:hover .txt:after {
  background: url(../images/search-hover.png) no-repeat;
  height: 54px;
  width: 54px;
  content: "";
  display: inline-block;
  left: 50%;
  bottom: 15px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute; }

.section-banner {
  /*background: url("../images/banner-bg.jpg");*/
  /*background-size: cover;*/
  background: #231F20;
}
.section-banner .text {
  min-height: 290px;
  color: #fff;
  width: 55%;
  position: relative;
  background-size: 100%;
  display: table-cell; }
.section-banner .text .text-content {
  display: inline-block;
  padding: 55px;
  position: relative; }
.section-banner .text h3 {
  font: 700 29px/32px "Play";
  margin-bottom: 30px; }
.section-banner .text p {
  font: 400 14px/20px "Arimo";
  margin-bottom: 30px; }
.section-banner .text a {
  color: #fff;
  text-transform: uppercase;
  font: 700 14px/20px "Arimo";
  position: absolute;
  left: 55px;
  bottom: 15px; }
.section-banner .video {
  display: table-cell;
  vertical-align: middle; }
.section-banner .video iframe {
  width: 100% !important; }
.section-banner .video img {
  max-width: 100%; }

.wrapper-footer {
  background: linear-gradient(60deg,#000000,#231f20);
  padding-top: 35px; }
.wrapper-footer .bottom-border {
  padding-top: 15px;
  border-top: 1px solid #373737;
  margin-top: 30px;
  color: #fff;
  font-family: "Arimo";
  font-size: 13px;
  padding-bottom: 15px; }
.wrapper-footer .bottom-border .list-inline {
  margin: 0px; }
.wrapper-footer .bottom-border b, .wrapper-footer .bottom-border strong {
  font-family: "Arimo";
  color: #fff;
  font-size: 13px;
  font-weight: 400; }
.wrapper-footer .bottom-border p {
  margin: 0px;
  font: 400 13px/16px "Arimo";
  color: #fff; }
.wrapper-footer .flex-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row; }
.wrapper-footer .flex-footer > div {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }
.wrapper-footer .footer-slot-item {
  color: #fff; }
.wrapper-footer .footer-slot-item .nav-pills {
  margin-top: 12px; }
.wrapper-footer .footer-slot-item .nav-pills li {
  margin-bottom: 13px; }
.wrapper-footer .footer-slot-item .nav-pills li:last-child {
  margin-bottom: 0px; }
.wrapper-footer .footer-slot-item a {
  color: #fff;
  font: 400 13px/16px "Lato";
  padding: 0px 0px 5px 0px; }
.wrapper-footer .footer-slot-item a:hover {
  background-color: transparent; }
.wrapper-footer .footer-slot-item a:focus {
  background-color: transparent; }
.wrapper-footer .footer-slot-item > h4 {
  font: 700 20px/24px "Lato";
  display: inline-block;
  width: 100%;
  padding-bottom: 10px;
  position: relative;
  text-transform: uppercase;
  color: #fff; }
.wrapper-footer .footer-slot-item > h4:before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 3px;
  background: #DA2128;
  position: absolute;
  left: 0px;
  bottom: 0px; }
.wrapper-footer .footer-slot-item .store-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  min-width: 280px;
  margin-right: 30px;}
.wrapper-footer .footer-slot-item .store-footer .images {
  display: inline-block;
  width: 130px;
  margin-right: 10px; }
.wrapper-footer .footer-slot-item .store-footer .text .item {
  margin-bottom: 15px; }
.wrapper-footer .footer-slot-item .store-footer .text .item:last-child {
  margin-bottom: 0px; }
.wrapper-footer .footer-slot-item .store-footer .text span {
  display: block;
  font: 400 11px/16px "Arimo";
  margin-bottom: 2px; }
.wrapper-footer .footer-slot-item .store-footer .text a {
  padding: 0; }
.wrapper-footer .footer-slot-item .store-footer .text a span {
  display: inline-block; }
.wrapper-footer .footer-slot-item .store-footer .text a span:before {
  font: normal normal normal 14px/1 FontAwesome; }
.wrapper-footer .footer-slot-item.footer-contact li {
  position: relative;
  padding-left: 25px; }
.wrapper-footer .footer-slot-item.footer-contact li i {
  position: absolute;
  left: -10px;
  top: 2px;
  color: #999; }
.wrapper-footer .footer-slot-item.footer-contact .fa-clock-o {
  font-size: 0px;
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url("../images/icon-clock.png") no-repeat scroll 0px 1px; }
.wrapper-footer .footer-slot-item.footer-contact li > p {
  font-family: "Arimo";
  font-size: 13px;
  color: #fff;
  padding-left: 16px;
  position: relative; }
.wrapper-footer .store-footer a {
  padding: 0; }
.wrapper-footer .store-footer a span {
  font: normal normal normal 14px/1 FontAwesome;
  display: inline-block; }

.section-newsletter {
  background: #231F20;
  border-bottom: 1px solid #3f3c3d; }
.section-newsletter .inline-block {
  display: inline-block;
  color: #fff; }
.section-newsletter .inline-block h4 {
  margin: 0px;
  font: 700 20px/22px "Play";
  text-transform: uppercase;
  margin-bottom: 6px; }
.section-newsletter .inline-block p {
  margin: 0px;
  font: 400 13px/16px "Roboto"; }
.section-newsletter .inline-block .list-social {
  margin-left: 10px; }
.section-newsletter .inline-block .list-social li {
  padding: 0px;
  margin-left: 8px; }
.section-newsletter .inline-block .list-social a {
  display: inline-block;
  border-radius: 50%;
  height: 48px;
  width: 48px;
  background: #DA2128;
  color: #fff;
  text-align: center;
  line-height: 40px;
  padding: 0px; }
.section-newsletter .inline-block .list-social a:hover {
  opacity: 0.7; }
.section-newsletter .inline-block .list-social a i {
  line-height: 48px;
  font-size: 22px; }
.section-newsletter .flex-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px 0; }
.section-newsletter .wrap-form {
  margin: 0px 30px 0 20px; }
.section-newsletter .wrap-form .input-group-btn {
  width: 40px;
  height: 40px;
  z-index: 999;
  position: absolute;
  right: 6px;
  top: 1px;
  background: #FFF; }
.section-newsletter .wrap-form .input-group-btn > .btn {
  padding: 0px;
  background: url("../images/bg-icon.png") no-repeat scroll 8px -45px;
  font-size: 0px;
  width: 40px;
  height: 40px;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-top: 3.5px; }
.section-newsletter .wrap-form .input-group .form-control {
  border-radius: 0px;
  width: 450px;
  height: 48px; }

.text-center {
  text-align: center; }

.logo-footer {
  display: inline-block;
  width: 100%;
  margin-bottom: 35px; }
.logo-footer a {
  display: inline-block;
  margin: 0 auto; }

.wrapper-thumbnail {
  margin-top:5px;
  margin-bottom:5px;
}
.wrapper-thumbnail .thumbnail .caption h3 {
  margin-bottom: 10px;
  height: 46px;
  overflow: hidden;
  font: 400 14px/18px "Arimo"; }
@media (max-width: 420px) {
  .wrapper-thumbnail .thumbnail .caption h3 {
    height: 55px; } }
.wrapper-thumbnail .thumbnail .caption h3 a {
  color: #231F20; }
.wrapper-thumbnail .thumbnail .caption h3 a:hover {
  color: #DA2128;
  text-decoration: none; }

.section-product {
  background: #fff;
  width: 100%;
  padding-bottom: 30px;
}
.section-product > .container {
  text-align: center; }
.section-product .nav-tabs > li {
  float: left;
  display: inline-block;
  font: 700 24px/30px "Play";
  text-transform: uppercase;
  border: none;
  min-width: 290px; }
.section-product .nav-tabs > li:first-child {
  border-left: 0px solid #ddd;
  margin: 0px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px; }
.section-product .nav-tabs > li:last-child {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px; }
.section-product .nav-tabs > li.active {
  color: #231F20;
}
.section-product .nav-tabs > li.active > a {
  color: #231F20;
  border: none;
}
.section-product .nav-tabs {
  border-radius: 5px;
  border: none;
  display: inline-block;
  padding-top: 36px;
  margin: 0 auto; }
.section-product .nav-tabs > li > a {
  border-radius: 0px;
  padding: 0 15px;
  color: #999;
  text-decoration: none;
}
.section-product .wrapper-thumbnail {
  padding: 16px;
}
.section-product .wrapper-thumbnail .thumbnail .caption h3 {
  margin-bottom: 10px;
  height: 46px;
  overflow: hidden;
  font: 400 14px/18px "Arimo"; }
.section-product .wrapper-thumbnail .thumbnail .caption h3 a {
  color: #231F20; }
.section-product .wrapper-thumbnail .thumbnail .caption h3 a:hover {
  color: #DA2128;
  text-decoration: none; }

.wrapper-thumbnail .thumbnail {
  border: none;
  padding: 0px;
  margin: 0px; }

.wrapper-thumbnail .thumbnail .caption {
  padding: 16px;
  text-align: left;
  padding-top: 20px; }

.wrapper-thumbnail .thumbnail .caption h3 {
  margin-bottom: 0px; }

.wrapper-thumbnail .caption .price {
  font: 700 18px/20px "Play";
  margin-bottom: 10px; }

.wrapper-thumbnail .buying-options a.btn {
  line-height: 40px; }

.wrapper-thumbnail .buying-options .btn {
  border-radius: 0px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  font: 700 12px/27px "Lato";
  text-transform: uppercase;
  padding: 0 15px;
  height: 40px; }
.wrapper-thumbnail .buying-options .btn:hover {
  opacity: 0.7; }
.wrapper-thumbnail .buying-options .btn:focus {
  outline: none; }

.wrapper-thumbnail .buying-options .btn-primary {
  background: #DA2128;
  color: #fff;
  border-color: #DA2128;
  display: block; }
.wrapper-thumbnail .buying-options .btn-primary:hover {
  opacity: 1;
  background: #BE090F; }
.wrapper-thumbnail .buying-options .btn-primary.addtocart:after {
  display: none;
  width: 26px;
  height: 26px;
  background: url("../images/bg-icon.png") no-repeat scroll -192px -75px;
  content: "";
  vertical-align: -10px;
  margin-left: 5px; }

#homepageCarousel .carousel-inner > .item .text {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center; }
#homepageCarousel .carousel-inner > .item .text h3 {
  color: #fff;
  text-transform: uppercase;
  font: 700 42px/44px "Play"; }

#homepageCarousel .carousel-inner > .item .btn-primary {
  border-radius: 30px;
  background: #DA2128;
  border-color: #DA2128;
  color: #fff;
  text-transform: uppercase;
  font: 700 16px/20px "Play";
  min-width: 200px; }
@media (max-width: 639px) {
  #homepageCarousel .carousel-inner > .item .btn-primary {
    min-width: 84px;
    font-size: 6px;
    padding: 3px 14px; } }
#homepageCarousel .carousel-inner > .item .btn-primary:hover {
  opacity: 0.7; }

.owl-carousel button.owl-next, .owl-carousel button.owl-prev {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -30px; }
.owl-carousel button.owl-next:focus, .owl-carousel button.owl-prev:focus {
  outline: none; }
.owl-carousel button.owl-next i, .owl-carousel button.owl-prev i {
  font-size: 26px;
  color: #999; }
.owl-carousel button.owl-next i:before, .owl-carousel button.owl-prev i:before {
  content: "\f053"; }

.owl-carousel button.owl-next {
  left: initial;
  right: -30px; }
.owl-carousel button.owl-next i:before {
  content: "\f054"; }

.product-images {
  position: relative;
  overflow: hidden;
  width: 100%;
  display: inline-block; }
.product-images btn.slick-arrow {
  font-size: 60px;
  z-index: 999; }
.product-images btn.slick-arrow:hover {
  cursor: pointer; }
.product-images .arrrows-next-slick {
  left: inherit;
  right: 0px; }

.panel-heading.panel-heading-thumbnails .panel-title {
  font: 700 20px/24px "Lato";
  text-transform: uppercase; }

.panel-heading.panel-heading-thumbnails {
  padding: 0px;
  background: none;
  border: none;
  padding-bottom: 18px;
  border-bottom: 1px solid #ddd;
  margin-top: 3px; }

#left-sidebar li.list-group-item {
  border-bottom: 1px solid #ddd !important;
  margin: 0px; }

#left-sidebar > .panel-default {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #f5f5f5;
  padding: 15px 20px;
  border-radius: 0px; }

#left-sidebar .content-list {
  padding-left: 0px; }
#left-sidebar .content-list li {
  list-style: none; }
#left-sidebar .content-list li.filter-remove a:before {
  background: #fff url("../images/check-primary.png") no-repeat scroll center; }
#left-sidebar .content-list li a {
  border: none !important;
  position: relative;
  padding-left: 32px !important;
  display: inline-block;
  width: 100%; }
#left-sidebar .content-list li a:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  border: 1px solid #ddd;
  position: absolute;
  left: 0px;
  top: 6px;
  background: #fff; }
#left-sidebar .content-list li a:hover {
  background: none; }

#left-sidebar .panel > .list-group .list-group-item {
  padding: 8px 0px;
  border-top: none;
  border-bottom: 1px solid #eee;
  font: 400 14px/20px "Arimo";
  color: #222;
  position: relative;
  background: none; }
#left-sidebar .panel > .list-group .list-group-item .text-muted {
  color: #999;
  display: none; }

#left-sidebar .list-group-item {
  border-color: #eee; }
#left-sidebar .list-group-item h4 {
  text-transform: uppercase;
  font: 700 16px/30px "Play";
  height: 30px;
  margin-bottom: 5px; }
#left-sidebar .list-group-item h4:hover {
  cursor: pointer; }
#left-sidebar .list-group-item h4 > i {
  display: inline-block;
  line-height: 30px; }

#left-sidebar .click-content-list {
  display: inline-block;
  position: absolute;
  width: 30px;
  height: 30px;
  right: 0px;
  top: 13px;
  text-align: right; }
#left-sidebar .click-content-list:before {
  content: "\f078";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome; }
#left-sidebar .click-content-list:hover {
  cursor: pointer; }
#left-sidebar .click-content-list.active:before {
  content: "\f077"; }

h1.page-header {
    font: 700 28px/32px "Lato", sans-serif;
    text-transform: capitalize;
    text-align: left; 
}

@media (max-width: 768px) {
    h1.page-header {
        text-align: center; 
        font-size: 24px; 
        line-height: 28px;
        margin: 20px auto;
    }
}

.sort_container {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
.sort_container > div {
  font: 400 14px/18px "Arimo"; }
.sort_container select[name="sortby"] {
  border-radius: 0px;
  min-width: 200px;
  font: 400 14px/18px "Arimo"; }
.sort_container form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }
.sort_container .control-label {
  margin-right: 10px;
  font: 700 14px/18px "Arimo"; }

.pagination > li:first-child > a, .pagination > li:first-child > span, .pagination > li:last-child > a, .pagination > li:last-child > span {
  border-radius: 0px; }

.pagination li {
  margin: 0 1px;
  display: inline-block; }
.pagination li a {
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  background: #f5f5f5;
  border-color: #f5f5f5; }

#n_category .subcategories-page .page-header {
  width: 100%;
  margin-left: 0; }
@media (max-width: 768px) {
  #n_category .subcategories-page .page-header {
    font-size: 24px; } }
@media (max-width: 767px) {
  #n_category .subcategories-page .page-header {
    text-align: center; } }

@media (max-width: 768px) {
  #n_category .subcategories-page .breadcrumb {
    padding: 0 0 18px; } }
    
@media (max-width: 767px) {
  #n_category .subcategories-page .subcategories .col-xs-6:nth-child(2n+1) {
    padding-right: 7.5px; } }

@media (max-width: 767px) {
  #n_category .subcategories-page .subcategories .col-xs-6:nth-child(2n) {
    padding-left: 7.5px; } }

.cat-content {
  border: 2px solid #DDDDDD;
  position: relative;
  margin-bottom: 30px; }
@media (max-width: 767px) {
  .cat-content {
    margin-bottom: 15px; } }
.cat-content .search-hover {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0; }
.cat-content .search-hover img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
.cat-content .cat-image {
  background: #F9F9F9;
  padding: 30px; }
.cat-content .cat-image img {
  max-width: 100%; }
@media (max-width: 768px) {
  .cat-content .cat-image {
    padding: 20px; } }
.cat-content h2 {
  margin: 0;
  padding: 16px 5px;
  font-size: 26px;
  text-transform: capitalize; }
@media (max-width: 1024px) {
  .cat-content h2 {
    font-size: 18px;
    padding: 11px 5px; } }
@media (max-width: 768px) {
  .cat-content h2 {
    font-size: 16px;
    padding: 11px 5px; } }
.cat-content h2 a {
  color: #231F20; }
@media (max-width: 420px) {
  .cat-content h2 a {
    display: inline-block;
    height: 36px; } }
.cat-content h2 a:hover {
  text-decoration: none; }
.cat-content:hover {
  border: 2px solid #DA2128; }
.cat-content:hover .search-hover {
  display: inline-block; }

.gallery-page .gallery-content {
  position: relative; }
.gallery-page .gallery-content *, .gallery-page .gallery-content *::after, .gallery-page .gallery-content *::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
.gallery-page .gallery-content .col-custom {
  float: left;
  border: 4px solid #FFF;
  width: 25%; }
@media (max-width: 568px) {
  .gallery-page .gallery-content .col-custom {
    width: 100%; } }
.gallery-page .gallery-content .col-custom .cat-content {
  border: 0;
  margin: 0; }
.gallery-page .gallery-content .col-custom .cat-content .cat-image {
  padding: 0; }
.gallery-page .gallery-content .col-custom .cat-content .cat-image img {
  display: block;
  max-width: 100%;
  /* flexible image */
  outline: none;
  border: none;
  margin: 0 auto;
  /* canh giữa image */
  width: 100%; }
.gallery-page .gallery-content .col-custom .cat-content:hover {
  border: 0; }
.gallery-page .gallery-content .col-custom.gallery-level-2 .cat-content {
  width: 50%;
  float: left; }
.gallery-page .gallery-content .featured {
  width: 50%;
  border: 4px solid #FFF; }
@media (max-width: 568px) {
  .gallery-page .gallery-content .featured {
    width: 100%; } }
.gallery-page .gallery-content:after {
  content: '';
  display: block;
  clear: both; }

#n_category .wrapper-thumbnail {
  margin-bottom: 30px; }

#n_category .wrapper-thumbnail .thumbnail .caption h3 {
  margin-bottom: 15px;
  font-weight: 400; }
#n_category .wrapper-thumbnail .thumbnail .caption h3 a {
  color: #231F20; }

#left-sidebar .panel > .list-group li.list-group-item {
  padding-bottom: 15px;
  margin-bottom: 8px;
  background: none; }

#left-sidebar #filters {
  margin-top: 5px; }

.breadcrumb {
  background: none;
  margin-bottom: 0px;
  padding: 0 0 18px;
  clear: both;
  display: inline-block;
  width: 100%; }
.breadcrumb li a {
  font: 700 14px "Amiro";
  color: #222; }
.breadcrumb li a span {
  font-weight: 700; }
.breadcrumb li a:hover {
  color: #DA2128;
  text-decoration: none; }
.breadcrumb li:last-child a span {
  font-weight: 400; }

.slick-list {
  padding: 0px !important; 
  border-radius:10px;
}

.slider-for {
  width: calc(100% - 80px);
  margin: 0 auto 20px;
  border: 1px solid #ffffff; }

.slick-arrow {
  position: absolute;
  top: 50%;
  left: -30px;
  z-index: 9;
  font-size: 0px;
  background: none;
  border: none;
  width: 19px;
  height: 32px;
  background: url(../images/icon-prev.png) no-repeat center center;
  display: inline-block; }
.slick-arrow:focus {
  outline: none; }
.slick-arrow.slick-next {
  display: none !important;
  left: inherit;
  right: -30px;
  background: url(../images/icon-next.png) no-repeat center center; }

.slider-nav {
  width: calc(100% - 140px);
  margin-left: 36px;
  max-width: 350px; }
.slider-nav.fix-item-4 .slick-track {
  width: 100% !important; }
.slider-nav .item {
  padding: 0 4px; }
.slider-nav .item:focus {
  outline: none; }
.slider-nav .item img {
  border: 1px solid #ddd; 
    border-radius:5px;
}
.slider-nav .item.slick-current img {
  border: 2px solid #222; }

.carousel-control {
  background: none !important;
  opacity: 1; }

.carousel-control .fa {
  font-size: 30px; }
@media (max-width: 639px) {
  .carousel-control .fa {
    font-size: 16px;
    left: 10px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); } }

@media (max-width: 639px) {
  .carousel-control.right .fa {
    left: auto;
    right: 10px; } }

.detail-product .tab-content {
  font: 400 14px/22px "Arimo"; }
.detail-product .tab-content ul li, .detail-product .tab-content p {
  font: 400 14px/22px "Arimo"; }
.detail-product .tab-content h3 {
  font: 700 20px/24px "Play"; }
.detail-product .tab-content .table-list p {
  margin: 0px; }
.detail-product .tab-content .table-list .item {
  padding: 9px 20px; }
.detail-product .tab-content .table-list .item p {
  font: 400 14px/22px "Arimo"; }
.detail-product .tab-content .table-list .item:nth-child(2n+1) {
  background: #f5f5f5; }

.productdetails {
  margin-top: 10px; }

.detail-product .tab-content h4 {
  font-size: 16px;
  margin-bottom: 10px; }

.detail-product .tab-content ul {
  padding-left: 20px; }
.detail-product .tab-content ul li {
  margin-bottom: 8px; }

.detail-product .tabbable {
  position: relative;
  background-color: #fff;
  border-bottom: 1px solid #ddd;
  padding-bottom: 30px; }
.detail-product .tabbable:before {
  display: inline-block;
  content: "";
  /*height: 2px;*/
  width: 100%;
  background: #DA2128;
  position: absolute;
  top: 62px;
  z-index: 9; }
.detail-product .tabbable .panel {
  border: none;
  margin: 0px;
  -webkit-box-shadow: none;
  box-shadow: none; }

.detail-product .nav-tabs {
  border-bottom: none;
  text-align: left; }
.detail-product .nav-tabs > li {
  float: none;
  display: inline-block;
  margin-bottom: -2px;
  background: #f5f5f5; }
.detail-product .nav-tabs > li.active {
  z-index: 99; }
.detail-product .nav-tabs > li.active > a {
  /*border-color: #DA2128;*/
  border-width: 2px;
  border-bottom: none;
  color: #222;
  border-radius: 0px;
  margin-right: 0; }
.detail-product .nav-tabs > li.active > a:hover {
  background: #fff; }
.detail-product .nav-tabs > li.active > a .icon {
  background-position-y: -118px !important; }
.detail-product .nav-tabs > li > a {
  /*border-color: #ddd;*/
  border-bottom: none;
  border-width: 2px;
  font: 700 24px/48px "Lato";
  text-transform: uppercase;
  padding: 0px 20px;
  color: #999;
  position: relative;
  border-radius: 0px; }
.detail-product .nav-tabs > li > a .icon {
  display: inline-block;
  width: 32px;
  height: 26px;
  background: url("../images/bg-icon.png") no-repeat scroll -189px -168px;
  margin-right: 5px;
  vertical-align: -5px;
  display:none;}
.detail-product .nav-tabs > li > a .icon.icon-descrip {
  background-position: -120px -168px;
  display:none;}
.detail-product .nav-tabs > li > a:hover {
  background: none;
  border-bottom: none; }

.addthis_inline_share_toolbox {
  text-align: center;
  margin-top: 25px; }
.addthis_inline_share_toolbox .at-share-btn-elements > a {
  display: inline-block;
  padding: 0px;
  margin: 0 5px;
  border-radius: 6px !important;
  height: 20px;
  line-height: 20px;
  width: 83px; }
.addthis_inline_share_toolbox .at-share-btn-elements > a .at-label {
  height: 20px !important;
  line-height: 20px !important;
  -webkit-transform: translateX(-8px);
  -ms-transform: translateX(-8px);
  transform: translateX(-8px);
  display: inline-block;
  padding: 0px;
  margin: 0px; }
.addthis_inline_share_toolbox .at-share-btn-elements > a:focus {
  outline: none; }
.addthis_inline_share_toolbox .at-share-btn-elements .at-share-btn .at-icon-wrapper {
  -webkit-transform: scale(0.55) translate(-3px, -12px);
  -ms-transform: scale(0.55) translate(-3px, -12px);
  transform: scale(0.55) translate(-3px, -12px); }

.options-detail {}
.options-detail h3 {
  font: 700 18px/20px "Play";
  text-transform: uppercase; }
.options-detail h3:before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-right: 5px;
  background: url("../images/bg-icon.png") no-repeat scroll -253px -2px;
  vertical-align: -4px; }
.options-detail .inner-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row; }
.options-detail .inner-flex .item {
  display: inline-block;
  width: calc(50% - 10px);
  margin: 0px 5px 10px; }
.options-detail .inner-flex .item .form-control {
  border-radius: 5px;
  border: 2px solid #ddd;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 40px;
  font: 400 14px "Lato"; }
.options-detail .inner-flex .item .form-control:focus {
    border-color: #000; 
    outline: none; 
  outline: none; }
.options-detail .inner-flex .item .title {
  display: inline-block;
  width: 100%;
  margin-bottom: 3px; }
.options-detail .inner-flex .item .title span {
  font: 400 14px/16px "Arimo"; }
.options-detail .inner-flex .item .icon-help {
  background: url("../images/bg-icon.png") no-repeat scroll -261px -82px;
  display: inline-block;
  width: 18px;
  height: 18px;
  float: right; }

.in-stock {
  font: 400 13px/20px "Open Sans";
  color: #DA2128;
  padding-left: 22px;
  display: inline-block;
  position: relative;
  margin-top: 8px; }
.in-stock:before {
  content: "\f00c";
  font: normal normal normal 14px/1 FontAwesome;
  display: inline-block;
  position: absolute;
  left: 0px;
  top: 3px; }

.btn-success.addtocart {
  background: #DA2128;
  border-color: #DA2128;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  height: 50px;
  padding-top: 0px;
  padding-bottom: 0px;
  line-height: 45px; }
  
.btn-success.addtocart.disabled i {
  background: none;
  width: auto;
  height: auto;
  margin-top: 13px; }
  
.btn-success.addtocart i {
  font-size: 0px;
  display: inline-block;
  width: 40px;
  height: 40px;
  vertical-align: 22px;
  background: url("../images/bg-icon.png") no-repeat scroll -190px -69px; } 
  
#n_product .qty {
  height: 53px;
  padding: 0 25px 0 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  z-index: 9;
  position: relative;
  font-size: 16px;
  text-align-last: center; }
#n_product .qty:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #999; }

.detail-qty {
  display: none;
  position: relative;
  background: #FFF; }
.detail-qty:before {
  display: inline-block;
  content: "\f0d7";
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 1;
  font: normal normal normal 20px/1 FontAwesome;
  padding: 18px 8px 0px 0px;
  text-align: right;
  color: #999; }

.extra-options form {
  padding: 4px;
  margin-top: 25px;}

.extra-options #shipbox .panel-heading {
  height: 42px;
  padding: 0px 10px; }
.extra-options #shipbox .panel-heading .panel-title {
  font-size: 14px;
  display: inline-block;
  width: 100%;
  line-height: 40px; }

.extra-options #shipbox .row.btn-stack {
  margin: 0px -5px; }
.extra-options #shipbox .row.btn-stack .form-control {
  padding: 0px 6px; }
.extra-options #shipbox .row.btn-stack .col-md-3 {
  padding: 0 5px; }

#n_product h1 {
  font: 700 28px/32px Lato}
#n_product h1 + .sku {
  font: 400 15px/20px "Arimo";
  color: #999; }

.extra-options .buying-options button.addtocart {
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }
.extra-options .buying-options button.addtocart i {
  width: 30px;
  display: none;
  height: 30px;
  vertical-align: 0px;
  background: url(../images/bg-icon.png) no-repeat scroll -183px -72px; }
.extra-options .buying-options button.addtocart:focus {
  outline: none; }

.extra-options .buying-options .btn-stack {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row; }
.extra-options .buying-options .btn-stack .btn-whishlist {
  color: #da2127;
  text-transform: uppercase;
  margin-top: 6px;
  padding: 0; }
.extra-options .buying-options .btn-stack > div.addtocart-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }
.extra-options .buying-options .btn-stack > div.detail-qty {
  width: 75px;
  display: inline-block; }
.extra-options .buying-options .btn-stack > div.whishlist {
  width: 120px;
  display: inline-block;
  text-align: center; }
.extra-options .buying-options .btn-stack > div.whishlist .btn-default {
  border: 0; }
.extra-options .buying-options .btn-stack > div.whishlist .btn-default:hover {
  background: none; }
.extra-options .buying-options .btn-stack > div.whishlist .btn-default .add {
  font-size: 14px;
  display: block; }

.availability {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
  margin-bottom: 10px; }
.availability .text {
  display: inline-block;
  width: 100px;
  float: left;
  padding-top: 7px; }
.availability .text span {
  font: 700 14px/20px "Arimo"; }
.availability .selected {
  display: inline-block;
  width: calc(100% - 100px);
  float: left; }
.availability .selected .item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: auto;
  float: left;
  background: #f5f5f5;
  margin-left: 5px;
  margin-bottom: 5px;
  border: 1px solid #ddd;
  height: 36px;
  padding: 5px 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 230px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
}
.availability .selected .item span {
  font: 400 14px/20px "Arimo"; }
.availability .selected .item .icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("../images/instock.png") no-repeat scroll center;
  margin-right: 5px; }
.availability .selected .item .icon.icon-remove {
  background-image: url("../images/instock-remove.png"); }

.detail-zip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 15px; }
.detail-zip .images {
  position: relative;
  padding-right: 20px;
  margin-right: 20px; }
.detail-zip .images:after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 30px;
  background: #00B6BD;
  position: absolute;
  right: 0px;
  top: 0px; }
.detail-zip .text span {
  font: 700 20px/24px "Arimo";
  color: #231F20;
  margin-right: 30px; }
.detail-zip .link a {
  font: 400 14px/20px "Arimo";
  color: #DA2128; }
.detail-zip .link a i {
  margin-left: 5px; }

.detail-qty select {
  border-radius: 0px;
  padding: 14px 10px;
  height: 48px;
  color: #231F20; }

.productpricetext {
  font: 700 18px/20px "Lato";
  background:#efefef;
  display:grid;
  padding:5%;
  gap:20px;
  border-radius:5px;
   }
.productpricetext .item {
  display: inline-block;
  margin-right: 16px;
  float: left;}
.productpricetext .item strong {
  font: 400 18px/20px "Lato"; }
.productpricetext .item span:first-child {
  font: 600 18px "Lato";
  color: #231F20;
  display: inline-block;
  text-transform: capitalize; }
.productpricetext .item span:last-child {
  display: inline-block;
  min-width: 111px; }
.productpricetext .item b {
  font: 400 18px/20px "Lato";
  color: #da2127; }
.productpricetext .item .price-old {
  font: 400 18px/20px "Lato";
  color: #999; }
.productpricetext .price-old {
  font: 400 16px/20px "Open Sans";
  text-decoration: line-through;
  color: #999; }

.wrapper-product-title {
  border-bottom: none;
  padding-bottom: 0px;
  margin-bottom: 20px; }
.wrapper-product-title h1 {
  margin-top: 0px;
  font: 700 28px/30px "Play"; }
.wrapper-product-title .sku {
  display:block;
  margin-bottom:20px;
  font: 400 15px/18px "Arimo";
  color: #999;

}

.product-images {
  position: relative;
  overflow: hidden;
  width: 100%;
  display: inline-block; }
.product-images btn.slick-arrow {
  font-size: 60px;
  z-index: 999; }
.product-images btn.slick-arrow:hover {
  cursor: pointer; }
.product-images .arrrows-next-slick {
  left: inherit;
  right: 0px; }

.subpage {
  display: inline-block;
  width: 100%; }
.subpage .subpages h1, .subpage .subpages h2, .subpage .subpages h3 {
  margin-top: 0px;
  font-family: "lato";
  font-weight: 700;
  text-transform: uppercase; }
.subpage .subpages p {
  font: 400 14px/20px "Lato"; }
.subpage .subpages ul {
  padding-left: 0px; }
.subpage .subpages ul li {
  list-style: none;
  font: 400 14px/20px "Lato";
  position: relative;
  padding-left: 15px;
  margin-bottom: 10px; }
.subpage .subpages ul li:before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #DA2128;
  position: absolute;
  left: 0px;
  top: 7px; }
.subpage .subpages table {
  width: 100%; }
.subpage .subpages table tr td, .subpage .subpages table tr th {
  padding: 8px 10px;
  font: 400 14px/20px "Lato"; }
.subpage .subpages table tr:nth-child(1) {
  background: #f2f2f2; }
.subpage .subpages table tr:nth-child(2n+1) {
  background: #f8f8f8; }
.subpage .sidebar-page h3 {
  font: 700 20px/26px "Lato";
  text-transform: uppercase; }
.subpage .sidebar-page ul {
  padding-left: 0px; }
.subpage .sidebar-page ul li {
  list-style: none;
  position: relative;
  padding-left: 0px;
  margin-bottom: 10px; }
.subpage .sidebar-page ul li a {
  font: 400 14px/20px "Lato"; }
.subpage .sidebar-page ul li a:hover {
  color: #DA2128;
  text-decoration: none; }

@media (min-width: 768px) {
  .tab-content .collapse {
    display: block;
    height: auto !important; }
  .navbar-nav > li:hover > a {
    background: #DA2128; }
  .bottom-border .col-sm-6:last-child {
    text-align: right; }
  .main-menu .navbar-nav > li {
    display: inline-block;
    float: none;}
  .main-menu .navbar-nav > li:hover > a {
    color: #fff;
    background: #DA2128; }
  .main-menu {
    float: left;
    width: 100%;
    text-align: center; } }

@media (max-width: 1199px) {
  .productpricetext {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .productpricetext .item span:last-child {
    min-width: 140px; }
  .wrapper-header .wrapper-logo {
    width: 28%; }
  .wrapper-header .col-sm-8 {
    width: 72%; }
  .wrapper-header .box-phone, .wrapper-header .box-account {
    margin-right: 25px; }
  .section-banner .text {
    width: 60%; }
  .section-banner .text .text-content {
    padding: 45px; }
  .section-banner .video {
    width: 40%; } }

.nToggleMenu {
  display: none; }

@media (max-width: 991px) {
  .sidebar-page {
    margin-bottom: 30px;
    display: inline-block;
    width: 100%; }
  .sidebar-page ul {
    display: none;
    margin: 0px;
    border: 1px solid #DA2128;
    padding: 15px 15px 5px;
    border-top: none; }
  .sidebar-page ul.active {
    display: block; }
  .sidebar-page h3 {
    padding: 12px 15px;
    margin-bottom: 0px;
    border: 1px solid #ddd;
    height: 50px;
    border-radius: 0px;
    position: relative; }
  .sidebar-page h3.active {
    border-color: #DA2128; }
  .sidebar-page h3.active:before {
    content: "\f106"; }
  .sidebar-page h3:before {
    content: "\f107";
    display: inline-block;
    position: absolute;
    right: 12px;
    top: 50%;
    font: normal normal normal 26px/1 FontAwesome;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%); }
  .wrap-product > .row {
    padding: 0 5px; }
  #left-sidebar #filters {
    margin-top: 0px; }
  #n_category .page-header {
    width: calc(100% - 30px);
    margin-left: 15px; }
  .wrap-product .wrapper-thumbnail {
    width: calc(33.33% - 20px);
    padding: 0px;
    margin: 0 10px; }
  .sort_container {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .sort_container .col-md-6:nth-child(1) {
    text-align: left; }
  .sort_container .col-md-6:nth-child(2) {
    text-align: right;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }
  #left-sidebar > .panel-default {
    background: #fff;
    padding: 0px; }
  #left-sidebar .panel > .list-group li.list-group-item {
    float: left;
    width: 25%;
    border-bottom: none !important;
    padding-bottom: 0px; }
  #left-sidebar .panel-heading.panel-heading-thumbnails {
    padding: 12px 15px;
    border: 1px solid #ddd;
    height: 50px;
    border-radius: 0px; }
  #left-sidebar .panel-heading.panel-heading-thumbnails.active {
    border-color: #DA2128; }
  #left-sidebar .panel-heading.panel-heading-thumbnails.active:before {
    content: "\f106"; }
  #left-sidebar .panel-heading.panel-heading-thumbnails:before {
    content: "\f107";
    display: none;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 17px;
    top: 14px;
    font: normal normal normal 26px/1 FontAwesome; }
  #left-sidebar .click-content-list {
    display: none; }
  #filters,#subcategories {
    width: 100%;
    position: static;
    top: 50px;
    left: 0;
    z-index: 99999;
    background: #fff;
    padding: 0 15px
  }

  #filters.active,#subcategories.active {
    display: inline-block;
    border: 1px solid #da2128;
    border-top: none;
    margin-top: 0
  }
  .buying-options .btn-stack > div.addtocart-content {
    }
  .buying-options .btn-stack .btn-whishlist {
    margin-top: 0px; }
  .buying-options .btn-stack .btn-whishlist span {
    display: none; }
  .detail-zip .link-mobile {
    color: #DA2128;
    font: 400 14px/18px "Arimo"; }
  .detail-zip .link {
    display: none; }
  .availability .selected .item {
    width: calc(50% - 5px);
    margin-left: 0px;
    margin-right: 5px; }
  .availability, .availability .selected {
    width: 100%; }
  .buying-options .btn-stack > div.whishlist {
    width: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .options-detail .inner-flex .item {
    width: 100%;
    margin: 0px 0px 10px; }
  .wrapper-product-title h1 {
    font-size: 24px;
    line-height: 30px; }
  .wrapper-product-title .sku {
    font-size: 12px; }
  .wrapper-product-title {
    margin-bottom: 15px; }
  .slider-nav {
    width: calc(100% - 60px); }
  .section-product .nav-tabs > li {
    min-width: 230px;
    font-size: 18px; }
  .section-banner .bg-inner {
    background-size: 100% auto; }
  .wrapper-logo img {
    width: 150px; }
  .section-newsletter .wrap-form .input-group .form-control {
    width: 270px; }
  .wrapper-footer .flex-footer {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .wrapper-footer .flex-footer > div {
    width: 33.33%;
    display: inline-block;
    -webkit-box-flex: initial;
    -ms-flex: initial;
    flex: initial; }
  .wrapper-footer .flex-footer > div:nth-child(1), .wrapper-footer .flex-footer > div:nth-child(2) {
    width: 50%;
    margin-bottom: 30px; }
  #homepageCarousel .carousel-inner > .item .text h3 {
    font: 700 30px/34px "Play"; }
  .wrapper-header .wrapper-logo, .wrapper-header .col-sm-8 {
    width: auto; }
  .wrapper-header .box-phone a {
    font-size: 16px;
    line-height: 20px; }
  .wrapper-header.container {
    padding: 0 5px; }
  .wrapper-header .col-sm-8 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .wrapper-header .col-sm-8 > .row > .col-sm-6 {
    width: auto;
    display: inline-block; }
  .wrapper-header .col-sm-8 > .row > .col-sm-6.text-right {
    padding-right: 0px; }
  .wrapper-header .box-cart {
    margin-right: 0px; }
  .main-menu .navbar-collapse.collapse {
    padding: 0px; }
  .free-shipping .text p {
    font-size: 12px; }
  .free-shipping .text p:last-child {
    font-size: 10px; }
  .free-shipping .item .icon {
    -webkit-transform: scale(0.8) translateY(3px);
    -ms-transform: scale(0.8) translateY(3px);
    transform: scale(0.8) translateY(3px); }
  .free-shipping {
    padding: 10px 0 15px; }
  .section-banner {
    padding: 30px 0 10px; }
  .section-banner .bg-inner {
    min-height: 230px; }
  .section-banner .bg-inner .text {
    padding: 47px 33px 0px; }
  .section-banner .bg-inner .text h3 {
    font: 700 18px/20px "Play";
    margin-bottom: 10px; }
  .section-banner .bg-inner .text p {
    font: 400 11px/14px "Arimo";
    margin-bottom: 10px; }
  .section-banner .bg-inner .text a {
    font-size: 11px; }
  #cus_category {
    margin: 0 -7px 0px; }
  .section-banner .text .text-content {
    padding: 42px; } }

.title-tabs-mobile {
  display: none; }

@media (max-width: 767px) {
  .buying-options .btn-stack > div.whishlist .btn-default .add {
    display: none; }
  #cus_category .cat_item img {
    width: 100%; }
  .sort_container strong {
    display: inline-block;
    margin-right: 5px; }
  .wrapper-footer .footer-slot-item .store-footer {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  #left-sidebar .panel > .list-group li.list-group-item {
    width: 100%; }
  .sort_container .control-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .sort_container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .sort_container .col-md-6 {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .sort_container .col-md-6:nth-child(1) {
    margin-bottom: 15px; }
  .sort_container .col-md-6:nth-child(n) {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .wrap-product .wrapper-thumbnail {
    width: calc(50% - 20px);
    float: left; }
  .panel-collapse {
    padding-top: 10px; }
  .detail-product .tabbable:before {
    display: none; }
  .tab-content > .tab-pane {
    display: block;
    margin-bottom: 4px;
    margin-top:20px;}
  .title-mobile-tabs {
    display: inline-block;
    width: 100%;
    height: 50px;
    /*border: 2px solid #DA2128;*/
    text-align: left;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: "Lato";
    color: #222;
    text-decoration: none;
    line-height: 45px;
    position: relative; 
    padding:1% 5%;
    background:#efefef;
    border-radius:5px;
  }
  .title-mobile-tabs:before {
    content: "\f077";
    display: inline-block;
    font: normal normal normal 16px/1 FontAwesome;
    position: absolute;
    right: 10px;
    top: 12px; }
  .title-mobile-tabs:focus, .title-mobile-tabs:hover {
    text-decoration: none; }
  .title-mobile-tabs .icon {
    display: inline-block;
    width: 26px;
    height: 26px;
    background: url("../images/bg-icon.png") no-repeat scroll -126px -169px;
    margin: 0 10px 0 15px;
    vertical-align: -7px; }
  .title-mobile-tabs .icon.icon-speci {
    background-position: -192px -117px;
    width: 30px;
    display:none;}
  .title-mobile-tabs .icon.icon-descrip {
    background-position: -126px -119px;
    display:none;}
  .title-mobile-tabs.collapsed {
    color: #231F20;
    border-color: #ddd; }
  .title-mobile-tabs.collapsed:before {
    content: "\f078"; }
  .title-mobile-tabs.collapsed .icon {
    background-position: -126px -169px;
    display:none;}
  .title-mobile-tabs.collapsed .icon.icon-speci {
    background-position: -192px -167px;
    width: 30px; }
  .tab-content {
    padding: 10px; }
  .detail-product .section-product {
    padding: 0 5px; }
  .availability .selected .item span {
    font-size: 12px; }
  .detail-zip .text span {
    margin-right: 0px;
    font-size: 18px;
    display: block; }
  .breadcrumb > li + li:before {
    padding: 0 0px 0 5px; }
  .breadcrumb {
    text-align: center;
    display:none; 
  }
  .breadcrumb-placeholder {
  height: 30px; 
  visibility: hidden; 
}
  .slider-for {
    width: 100%; }
  .slick-arrow {
    left: 5px; }
  .addthis_inline_share_toolbox {
    margin-top: 0px; }
  .options-detail h3 {
    text-align: center; }
  .slick-arrow.slick-next {
    display:none;
    right: 5px; }
  .wrapper-product-title .sku {
    display: block;}
  .wrapper-product-title h1 {
    text-align: left;
    padding-bottom:2.5%;}
  .breadcrumb li a span, .breadcrumb li a {
    font: 400 14px "Arimo"; }
  .slider-nav {
 }
  .title-tabs-mobile {
    display: inline-block;
    width: 100%;
    height: 42px;
    text-transform: uppercase;
    font-family: Roboto, serif;
    padding: 10px 0;
    margin-bottom: 20px; }
  .title-tabs-mobile h3 {
    font: 700 18px/20px "Play"; }
  .section-product .nav-tabs {
    display: none; }
  .wrapper-thumbnail .btn {
    font-size: 12px; }
  .section-product .wrapper-thumbnail {
    padding: 0px; }
  .section-product .tab-pane:last-child .owl-carousel {
    margin-bottom: 0px; }
  .section-product .owl-carousel {
    margin-bottom: 30px; }
  .section-product .tab-content > .tab-pane {
    display: block !important;
    opacity: 1; }
  .section-product .owl-carousel button.owl-next, .section-product .owl-carousel button.owl-prev {
    left: -20px; }
  .section-product .owl-carousel button.owl-next {
    right: -20px;
    left: inherit; }
  .section-product .tab-content {
    padding: 0 5px;
    margin-top:20px;}
  .wrapper-thumbnail .thumbnail .caption {
    padding-top: 10px; }
  .section-product .wrapper-thumbnail .thumbnail .caption h3 {
    height: 58px; }
  #homepage-content {
    margin: 0px; }
  .free-shipping {
    padding: 0px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .free-shipping .text p {
    font-size: 8px; }
  .free-shipping .text p:first-child {
    text-transform: uppercase; }
  .free-shipping .text p:last-child {
    font-size: 7px; }
  .free-shipping .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    float: left;
    -webkit-box-flex: inherit;
    -ms-flex: inherit;
    flex: inherit; }
  .free-shipping .item .icon {
    -webkit-transform: scale(0.6) translateY(3px) translateX(4px);
    -ms-transform: scale(0.6) translateY(3px) translateX(4px);
    transform: scale(0.6) translateY(3px) translateX(4px);
    margin: 0px;
    min-width: 54px; }
  .section-banner .bg-inner .text {
    padding: 0px;
    text-align: center;
    width: 100%; }
  .bottom-border .col-sm-6:last-child {
    margin-top: 10px; }
  .section-newsletter .inline-block {
    width: 100%;
    text-align: center; }
  .section-newsletter .flex-inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .section-newsletter .wrap-form {
    margin: 30px 0px; }
  #homepageCarousel .carousel-inner > .item .text h3 {
    font: 700 12px/16px "Play"; }
  .icon-search-mobile {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 10px;
    background: url("../images/bg-icon.png") no-repeat scroll -59px -59px;
    vertical-align: -11px; }
  .nToggleMenu {
    display: inline-block;
    width: 50px;
    height: 50px;
    padding: 10px;
    margin-top: 0px;
    vertical-align: -8px;
    margin-left: 10px;
    margin-right: 6px; }
  .nToggleMenu i {
    font-size: 24px; }
  .wrapper-header .icon-user {
    margin-top: 4px;
  }
  .wrapper-header .col-sm-8 > .row > .col-sm-6.text-right {
    float: right; }
  .wrapper-header .icon-cart {

  }
  .wrapper-header > .row-padded {
    padding-bottom: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin: 0;
  }
  .wrapper-logo img {
    width: auto;
    max-height: 30px;
    margin: 0px; }
  #header-cart {
    margin-top: 4px; }

  .header-search {
    margin-top: 4px;
  }
  .main-menu {
    display: block;
    background: #DA2128;
    margin-top: -4px;
    position: relative;
    z-index: 9; }
  .main-menu > .container {
    padding: 0px; }
  .wrapper-header .col-sm-8 {
    position: static;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-left: 0px;
    padding-right: 5px; }
  .wrapper-header .col-sm-8 > .row {
    margin: 0px; }
  .header-search {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    padding: 0px;
    z-index: 123456;}
  .header-search.active {
    display: block; }
  .wrapper-header .col-sm-8 > .row > .col-sm-6 {
    position: static; }
  .header-search .input-group .form-control, .header-search .input-group {
    width: 100%; }
  .header-search .input-group .form-control {
    padding-left: 32px; }
  .close-search {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url("../images/bg-icon.png") no-repeat scroll 2px -112px;
    left: 4px;
    top: 5px;
    position: absolute;
    z-index: 99; }
  .wrapper-header.container {
    padding: 0px;
    position: relative !important;
    top: inherit;
    width:100% !important;}

  .wrapper-header .wrapper-logo {
    padding-left: 0px;
  }
  .wrapper-header .box-account {
    margin-right: 6px; }
  .main-menu .navbar-nav {
    margin: 0px;
    vertical-align: 3px; }
  .main-menu .navbar-default .navbar-nav > .active > a {
    background: none;
    color: #fff; }
  .main-menu .nav > li {
    text-align: left;
    position: relative; }
  .main-menu .nav > li:before {
    content: "";
    display: inline-block;
    height: 1px;
    position: absolute;
    width: 100%;
    background: #f2646a;
    left: 0px;
    top: -1px;
    z-index: 9; }
  .main-menu .nav > li:first-child:before {
    display: none; }
  .main-menu .nav > li.active > .dropdown-menu {
    display: block;
    padding: 0px;
    background: #231F20; }
  .main-menu .nav > li .click-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 40px;
    height: 40px;
    right: 5px;
    top: 4px;
    position: absolute;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .main-menu .nav > li .click-menu:before {
    content: "\f0d7";
    display: inline-block;
    content: "\f0d7";
    font: normal normal normal 14px/1 FontAwesome;
    color: #fff; }
  .main-menu .nav > li .click-menu.active:before {
    content: "\f0d8"; }
  .main-menu .navbar-nav > li > .dropdown-menu {
    display: none; }
  .main-menu .navbar-nav > li > .dropdown-menu > li {
    position: relative;
    border-top: 1px solid #707070; }
  .main-menu .navbar-nav > li > .dropdown-menu > li:first-child {
    border-top: 1px solid rgba(0, 0, 0, 0); }
  .main-menu .navbar-nav > li > .dropdown-menu > li > a {
    padding-left: 30px; }
  .main-menu .navbar-nav > li > .dropdown-menu > li a {
    height: 50px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .main-menu .navbar-nav > li > .dropdown-menu > li > .dropdown-menu {
    display: none; }
  .main-menu .navbar-nav > li > .dropdown-menu > li > .dropdown-menu li {
    border-top: 1px solid #686868; }
  .main-menu .navbar-nav > li > .dropdown-menu > li > .dropdown-menu li > a {
    padding-left: 40px; }
  .main-menu .navbar-nav > li > .dropdown-menu > li > .dropdown-menu li:first-child {
    border-top: none; }
  .main-menu .navbar-nav > li > .dropdown-menu > li > .dropdown-menu.active {
    display: block; }
  .main-menu .navbar-collapse.collapse {
    border: none; }
  .nToggleMenu.active {
    background: #DA2128; }
  .nToggleMenu.active i {
    color: #fff; }
  .main-menu .navbar-nav > li > a {
    padding-left: 20px;
    font: 700 14px "Arimo"; }
  .main-menu .navbar-nav > li > a .caret {
    display: none; }
  .wrapper-footer .footer-slot-item > h4:before {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
  .wrapper-footer .flex-footer > div {
    width: 100%;
    margin-top: 20px; }
  .wrapper-footer .flex-footer > div:nth-child(1) {
    margin-top: 0px; }
  .wrapper-footer .flex-footer > div:nth-child(1), .wrapper-footer .flex-footer > div:nth-child(2) {
    width: 100%; }
  .section-newsletter .wrap-form .input-group {
    display: inline-block;
    width: 100%; }
  .section-newsletter .wrap-form .input-group .form-control {
    width: 100%; }
  .wrapper-footer .footer-slot-item .store-footer .text .item {
    text-align: center;
    padding-left:30px; }
  .wrapper-footer .flex-footer > div.footer-contact {
    width: 190px;
    text-align: center;
    margin: 0 auto; }
  .wrapper-footer .flex-footer > div.footer-contact .nav {
    text-align: left;
    padding-left:30px;}
  .section-banner .text {
    background: none; }
  .section-banner {
    padding: 0; }
  .section-banner .video {
    display: inline-block;
    width: 100%;
    text-align: center; } }

@media (max-width: 640px) {
  #cus_category .cat_item {
    width: 100%;
    margin-bottom: 20px; }
  #cus_category .cat_item:last-child {
    margin-bottom: 0px; } }
  
.testimonial {
  padding: 24px 36px;
}

.testimonial-container {
  height: 540px;
  box-shadow: 0px 10px 10px -3px rgba(0,0,0,0.1);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.testimonial img {
  width: 100%;
}

.testimonial-container p {
  margin: 0 24px;
}


.toolbox-container>a:hover {
  text-decoration: none;
}

.toolbox-container .text-center {
  font-family: 'Lato', sans-serif;
  font-size: 1.8rem;
  color: #231F20;
}

.range-arrow {
  width: 24px;
  height: 24px;
}

.icon-wrapper {
  display: flex;
  gap: 12px;
  align-items: center;
}

.wrapper-icons {
  margin-top: 24px;
}

@media (max-width: 767px) {
  #filters.active,#subcategories.active {
    display: inline-block;
    border: 1px solid #da2128;
    border-top: none;
    margin-top: 0
  }

  .box-phone {
    display: none !important;
  }

  .focus-input {
    position: absolute;
  }
  .wrapper-input{
    position: absolute;
    width: 96vw;
    left: 2vw;
  }


  .faq-container {
    padding: 0 !important;
  }

  .wrapper-icons {
    z-index: 1;
    position: relative;
    margin-top: 0;
  }

  .icon-wrapper {
    display: flex;
    margin-top: 6px;
    padding-left: 0;
  }

  .range-arrow {
    display: none;
  }

  .section-category {
    gap: 16px;
    height: 180px;
    margin-top: -6px;
  }

  .toolbox-container {
    height: 200px;
    gap: 32px;
    width: 84vw;
    align-items: flex-start;
    padding-top: 38px;
  }

  .toolbox {
    width: 100px;
    height: 100px;
  }

  .toolbox-container .text-center {
    font-size: 12px;
  }

  .testimonial {
    padding: 12px 36px
  }

  .wrapper-header .wrapper-logo {
    display: flex;
  }

  .wrapper-header .box-account {
    margin-top: 0;
  }

  .wrapper-header a {
    display: flex;
    align-items: center;
  }

  .section-banner .container {
    padding: 0;
  }

  .owl-item {
    margin-bottom: 12px;
  }

  .title-tabs-mobile .meg-h3 {
    font-family: Roboto, sans-serif;
  }

  .wrapper-header .box-account {
    margin-left: 8px;
  }

  .category-container {
    gap: 8px;
  }

  .horizontal-line {
    width: calc(100% - 32px);
    margin-left: 16px;
    height: 1px;
    margin-top: 8px;
    background-color: #898989;
  }

  .wrapper-thumbnail .buying-options .btn-primary.addtocart:after {
    display: none;
  }

  .bg-inner {
    display: flex;
    flex-direction: column-reverse;
  }
}

.whishlist {
  display: flex;
  border: 1px solid #da2127;
  justify-content: center;
  align-items: center;
  height: 48px;
  font-family: Lato;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 20px;
  margin-left:3px;
  margin-right:3px;
  border-radius:5px;
}

.whishlist >i {
  display: none;
}

.btn-whishlist {
  display: flex;
  justify-content: center;
}

.add {
  color: #da2127 !important;
}

.slick-prev {
  display: none !important;
}

.wrapper-thumbnail .thumbnail .caption .price + p {
  display: none;
}

.product-info {
    padding:2.5%;
    border-radius:10px;
    background:#f9f9f9;
    border: 2px solid #898989;
    margin-bottom:7.5%;

}

@media (max-width: 768px) {
    .product-info {
        padding: 0 15px 0 15px; 
        border-radius: 0; 
        background: none;
        border:none;
    }
}

.icon-help {
  display: none !important;
}


@import url('https://fonts.googleapis.com/css?family=Hind:300,400&display=swap');


.faq-container {
  margin: 0 auto;
  padding: 0 0%;
  margin-bottom:80px;
}
.accordion .accordion-item {
  border-bottom: 1px solid #e5e5e5;
}
.accordion .accordion-item button[aria-expanded='true'] {
  border-bottom: 1px solid #da2127;
}
.accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 1em 0;
  color: #000;
  font-size: 2rem;
  font-weight: 400;
  border: none;
  background: none;
  outline: none;
}
.accordion button:hover, .accordion button:focus {
  cursor: pointer;
  color: #da2127;
}
.accordion button:hover::after, .accordion button:focus::after {
  cursor: pointer;
  color: #da2127;
  border: 1px solid #da2127;
}
.accordion button .accordion-title {
  padding: 1em 1.5em 1em 0;
}
.accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 18px;
  right: 0;
  width: 22px;
  height: 22px;
  border: 1px solid;
  border-radius: 22px;
}
.accordion button .icon::before {
  display: block;
  position: absolute;
  content: '';
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: currentColor;
}
.accordion button .icon::after {
  display: block;
  position: absolute;
  content: '';
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: currentColor;
}
.accordion button[aria-expanded='true'] {
  color: #da2127;
}
.accordion button[aria-expanded='true'] .icon::after {
  width: 0;
}
.accordion button[aria-expanded='true'] + .accordion-content {
  opacity: 1;
  max-height: 30rem;
  transition: all 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content p {
  font-size: 1.6rem;
  font-weight: 300;
  margin: 1em 0;
}

.footer-slot-item img {
  display: none;
}

.testimonial-text-container {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media (max-width: 1200px) {
  .testimonial {
    flex-shrink: 0;
  }
  .testimonial-container {
    max-width: 300px;
    margin:auto;
  }
}


.neto-dropdown b {
  align-self: self-start;
}

.neto-dropdown {
  color: #fff;
}

.nsearchinput-pl a {
  color: #fff
}

.input-lg {
  border-radius: 0px !important;
}

.card-image {
	display: block;
	min-height: 20rem; /* layout hack */
	background: #fff center center no-repeat;
	background-size: cover;
	filter:none; /* blur the lowres image */
}

.card-image > img {
	display: block;
	width: 100%;
	opacity: 0; /* visually hide the img element */
}

.card-image.is-loaded {
	filter: none; /* remove the blur on fullres image */
	transition: filter 1s;
}

/* Layout Styles */
.etb-card {
	width: 100%;
	height: 100%;
	margin: 0;
	font-size: 16px;
	font-family: sans-serif;
}

.card-list {
	display: block;
	margin: 1rem auto;
	padding: 0;
	font-size: 0;
	text-align: center;
	list-style: none;
}

.card {
	display: inline-block;
	width: 90%;
	max-width: 30rem;
	margin: 1rem;
	font-size: 1rem;
	text-decoration: none;
	overflow: hidden;
	box-shadow: 0 0 3rem -1rem rgba(0,0,0,0.5);
	transition: transform 0.1s ease-in-out, box-shadow 0.1s;
}

.card:hover {
	transform: translateY(-0.5rem) scale(1.0125);
	box-shadow: 0 0.5em 3rem -1rem rgba(0,0,0,0.5);
}

.card-description {
	display: block;
	padding: 1em 0.5em;
	color: #515151;
	text-decoration: none;
}

.card-description > h2 {
	margin: 0 0 0.5em;
}

.card-description > p {
	margin: 0;
}
/*配置表*/
.pricing {
	text-align: center;
	border: 1px solid #f0f0f0;
	color: #777;
	font-size: 14px;
	padding-left: 0;
	margin-bottom: 30px;
  font-family: 'Lato';
}
.pricing img {
	display: block;
	margin: auto;
	width: 100%;
}
.pricing li:first-child,
.pricing li:last-child {
	padding: 20px 13px;
}
.pricing li {
	list-style: none;
	padding: 13px;
}
.pricing li + li {
	border-top: 1px solid #f0f0f0;
}
.pricing big {
	font-size: 32px;
}
.pricing h3 {
	margin-bottom: 0;
  font-size: 36px;
}
.pricing span {
	font-size: 12px;
	color: #999;
	font-weight: normal;
}
.pricing li:nth-last-child(2) {
	padding: 30px 13px;
}
.pricing button {
	width: auto;
	margin: auto;
	font-size: 15px;
	font-weight: bold;
	border-radius: 0px;
	color: #fff;
	padding: 9px 24px;
	background: #aaa;
	opacity: 1;
	transition: opacity .2s ease;
  border: none;
  outline: none;
}
.pricing button:hover {
	opacity: .9;
}
.pricing button:active {
	box-shadow: inset 0px 2px 2px rgba(0, 0, 0, 0.1);
}
/* pricing color */
.p-green big,
.p-green h3 {
	color: #5e5953;
}
.p-green button {
	background: #ebd9c2;
}
.p-yel big,
.p-yel h3 {
	color: #5e5953;
}
.p-yel button {
	background: #ebd9c2;
}
.p-red big,
.p-red h3 {
	color: #5e5953;
}
.p-red button {
	background: #ebd9c2;
}
.p-blue big,
.p-blue h3 {
	color: #5e5953;
}
.p-blue button {
	background: #ebd9c2;
}

/*new home banner*/
.x-banner-container {
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(90deg, #000000 0%, #1a1a1a 100%); 
    color: #fff;
}

.x-banner-item {
    position: relative;
    max-width: 1200px;
    width: 100%;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.x-banner-image {
    width: 50%;
    height: auto;
}

.x-banner-text {
    width: 50%;
    padding: 30px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
    margin-left: 20px; 
}

.x-banner-title {
    font-family: 'Lato', sans-serif;
    font-size: 32px; 
    margin-bottom: 15px;
    color: #eaeaea;
}

.x-banner-description {
    font-family: 'Lato', sans-serif;
    font-size: 16px; 
    color: #ccc;
}

@media (max-width: 768px) {
    .x-banner-container {
        flex-direction: column;
    }

    .x-banner-item {
        flex-direction: column;
    }

    .x-banner-image {
        width: 100%;
        height: auto;
    }

    .x-banner-text {
        width: 100%;
        text-align: center;
        padding: 30px;
        margin-left: 0; 
    }

    .x-banner-title {
        font-size: 24px; 
    }

    .x-banner-description {
        font-size: 18px; 
    }
}

/*new testimonial*/

.x-testimonial-container {
    display: flex;
    justify-content: center;
    overflow-x: auto;
    padding: 32px 0;
    background-color: #141414; 
    scrollbar-width: thin;
}

.x-testimonial-card {
    flex: 0 0 auto;
    width: 90%;
    max-width: 320px;
    margin: 0 15px;
    background-color: #1c1c1c; 
    border: 2px solid #333; 
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4); 
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.x-testimonial-card:hover {
    transform: scale(1.03); 
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.6); 
    border-color: #b22222;
}

.x-testimonial-image {
    width: 100%;
    height: auto;
    border-bottom: 2px solid #b22222;
}


.x-testimonial-content {
    padding: 20px;
    color: #e0e0e0; 
    width: 100%;
}


.x-testimonial-quote {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    color: #f0f0f0; 
    margin-bottom: 12px;
    line-height: 1.6;
    letter-spacing: 0.6px;
}


.x-testimonial-name {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    color: #999; 
    margin-top: 10px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase; 
}


@media (max-width: 768px) {
    .x-testimonial-container {
        justify-content: flex-start;
        padding: 24px 0;
    }

    .x-testimonial-card {
        width: 85%;
        margin: 0 8px;
    }

    .x-testimonial-quote {
        font-size: 14px;
    }

    .x-testimonial-name {
        font-size: 13px;
    }
}


.x-testimonial-container::-webkit-scrollbar {
    height: 8px;
}

.x-testimonial-container::-webkit-scrollbar-thumb {
    background-color: #555;
}

.x-testimonial-container::-webkit-scrollbar-track {
    background: #141414;
}

/* Gallery Container */
.x-gallery {
    padding: 50px 20px;
    background: linear-gradient(90deg, #000000, #231f20); 
    color: #fff; 
}


.x-gallery-title {
    text-align: center;
    font-size: 36px; 
    font-weight: bold;
    margin-bottom: 30px;
    color: #f2f2f2; 
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5); 
    font-family: 'Lato', sans-serif; 
}


.x-gallery-container {
    display: flex;
    flex-wrap: wrap; 
    justify-content: center; 
    gap: 20px; 
}


.x-gallery-item {
    flex: 0 0 calc(25% - 20px); 
    position: relative; 
    overflow: hidden; 
    transition: box-shadow 0.3s ease; 
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5); 
}


.x-gallery-item img {
    width: 100%; 
    height: 100%; 
    object-fit: cover; 
    transition: filter 0.3s ease; 
}


.x-gallery-item:hover {
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.8); 
}


.x-gallery-item:hover img {
    filter: brightness(1.1); 
}


@media (max-width: 1200px) {
    .x-gallery-item {
        flex: 0 0 calc(33.33% - 20px); 
    }
}

@media (max-width: 768px) {
    .x-gallery-item {
        flex: 0 0 calc(50% - 20px); 
    }
}

@media (max-width: 480px) {
    .x-gallery-container {
        display: flex; 
        flex-wrap: nowrap; 
        overflow-x: auto; 
        scrollbar-width: thin;
        -ms-overflow-style: none; 
        gap: 0; 
    }


    .x-gallery-container::-webkit-scrollbar {
        display: none; 
    }

    .x-gallery-item {
        flex: 0 0 200px; 
        height: 200px; 
        transition: none; 
    }
}

/* Container for the slogan image */
.slogan-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}


.slogan-image {
    width: 100%;
    max-width: 100%;
    height: auto;
}

@media (max-width: 768px) {
    .slogan-container {
        display: none; 
    }
}
