* {
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

body {
  margin: 0;
  color: #2f2f2f;
  background-color: #f8f8f8;

  font: 400 16px/1.35 Helvetica Neue, Verdana, Arial, sans-serif;
}

body .main {
  position: relative;
  left: 0;
}

body.open {
  overflow: hidden;
}

body.open .main {
  left: calc(100% - 56px);
}

body.open .menu-mobile {
  -webkit-box-shadow: 1px 0px 5px 1px rgba(0, 0, 0, 0.3);
          box-shadow: 1px 0px 5px 1px rgba(0, 0, 0, 0.3);
  overflow: auto;
}

a,
a:active,
a:hover,
a:visited {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.pointer,
.toggle {
  cursor: pointer;
}

.form-control {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media (max-width: 991px) {
  .container {
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 767px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }

}

@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1200px;
  }
}

.menu-mobile {
  position: absolute;
  top: 0;
  right: 100%;
  display: block;
  width: calc(100vw - 56px);
  height: 100vh;
  overflow: auto;
}

.menu-mobile.custom-nav {
  background-color: #282828;
  padding: 0;
}

.header {
  padding: 10px 0;
  background-color: #fff;
}

.header-top-mobile {
  color: #a41e22;
  margin-bottom: 10px;
}

.header-top-mobile .language {
  z-index: 999;
}

.header-top-mobile .language.open {
  border-radius: 7px;
  padding: 0 30px 0 10px;
  background-color: #fff;
}

.header .icon {
  margin-right: 5px;
}

.header-logo {
  width: auto;
  max-width: 100%;
  padding: 0 0 20px;
}

.header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.header-right .row-1 {
  width: 100%;
  height: 40px;
}

.header-right .row-1 .address,
.header-right .row-1 .language {
  border-radius: 7px;
  background-color: #a41e22;
  color: #fff;
}

.header-right .row-1 .item {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 4px 16px;
  line-height: 32px;
  font-size: 15px;
}

.header-right .row-1 .language .toggle {
  background-color: #7c1215;
}

.header-right .row-2 {
  width: 100%;
  height: 40px;
}

.header-right .search {
  width: 100%;
}

.header-right .account,
.header-right .cart {
  display: block;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  margin-left: 20px;
}

.header-right .account a:hover {
  color: #a41e22;
  text-decoration: underline;
}

.header-right .cart {
  border: 1px solid #a41e22;
  border-radius: 7px;
  padding: 10px 20px;
  color: #a41e22;
}

.header-right .cart:hover {
  color: #fff;
  background-color: #7c1215;
}

.header .language {
  padding-right: 30px;
  position: relative;
}

.header .language.open {
  -webkit-box-shadow: 1px 1px 1px 1px #cccccc;
          box-shadow: 1px 1px 1px 1px #cccccc;
}

.header .language.open .item:not(:nth-child(2)) {
  display: block;
}

.header .language.open .toggle i {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.header .language .toggle {
  position: absolute;
  top: 0;
  right: 0;
  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;
  height: 100%;
  width: 20px;
  font-size: 12px;
  text-align: center;
  background-color: #f2f2f2;
  border-radius: 0 7px 7px 0;
}

.header .language .item:not(:nth-child(2)) {
  display: none;
}

@media (max-width: 991px) {
  .header-right {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 767px) {
  .header-logo {
    text-align: center;
    margin: 10px auto;
  }
  .icon-right{
    display: none;
  }
  .header-logo img{
    max-width: 250px;
    height:auto;
  }
  .why-us-mobile{
    display: block !important;
  }
  .why-us-overview{
    background: none !important;
    min-height: auto !important;
  }

  .why-us-overview h2{
    margin-top: 10px;
  }

  .intro-menu ul{
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .intro-menu ul li{
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    border: 1px solid #ccc;
  }

  .why-us-overview *{
    color: #333 !important;
  }

}

.toggle-menu-mobile {
  position: absolute;
  top: 30px;
  left: 15px;
  width: 30px;
  height: 30px;
  padding: 4px 0;
}

.toggle-menu-mobile .line {
  display: block;
  margin: 10px 0;
  width: 18px;
  height: 2px;
  background-color: #7c1215;
}

.toggle-menu-mobile .line:after, .toggle-menu-mobile .line:before {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  width: 26px;
  height: 2px;
  background-color: #7c1215;
}

.toggle-menu-mobile .line:before {
  top: 4px;
}

.toggle-menu-mobile .line:after {
  bottom: 4px;
}

.toggle-menu-mobile.open .line {
  background-color: transparent;
}

.toggle-menu-mobile.open .line:before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 14px;
  width: 28px;
}

.toggle-menu-mobile.open .line:after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  bottom: 14px;
  width: 28px;
}

.search .form-group {
  border: 1px solid #a41e22;
  border-radius: 7px;
  overflow: hidden;
  margin-bottom: 0;
}

.search .form-group:after {
  display: block;
  content: "";
  clear: both;
}

.search .form-select {
  width: 30%;
  float: left;
  position: relative;
  border: none;
}

.search .form-select:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.search .form-field {
  width: 70%;
  float: left;
  position: relative;
  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;
}

.search .form-field:before {
  position: absolute;
  top: 20%;
  left: 0;
  content: "";
  display: block;
  width: 1px;
  height: 60%;
  background-color: #2f2f2f;
}

.search .form-control {
  border: none;
  margin: 0 20px;
}

.search .form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.search .form-submit {
  width: 38px;
  height: 38px;
  border: none;
  background-color: transparent;
  color: #a41e22;
}

@media (max-width: 767px) {
  .search .form-select {
    width: 35%;
  }
  .search .form-field {
    width: 65%;
  }
}

.custom-nav {
  background-color: #a41e22;
}

.custom-nav .nav-categories {
  background-color: #7c1215;
  color: #fff;
}

.custom-nav .bars {
  float: right;
}

.custom-nav .nav-menu:after,
.custom-nav .nav-menu:before {
  display: block;
  content: "";
  clear: both;
}

.custom-nav .nav-item {
  width: 25%;
  float: left;
  text-align: center;
  border-left: 1px solid rgba(0, 0, 0, 0.25);
  position: relative;
}

.custom-nav .nav-item:hover {
  background-color: #7c1215;
}

.custom-nav .nav-item:hover .nav-child {
  display: block;
}

.custom-nav .nav-item:hover .nav-child .nav-item{
  text-align: left;
}

.custom-nav .nav-item a {
  display: block;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 28px;
  color: #fff;
}


.event-content img{
  width: 100%;
  height: auto;
}

.custom-nav .nav-child {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #a41e22;
  z-index: 999;
}

.custom-nav .nav-child .nav-item {
  width: 100%;
  float: unset;
  border-left: unset;
  border-top: 1px solid rgba(0, 0, 0, 0.25);
}

.custom-nav .nav-child a {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 15px;
}

@media (min-width: 768px) {
  .custom-nav.open {
    position: fixed;
    top: 0;
    left: 0;
    -webkit-box-shadow: 0 1px 10px 0 #515151;
            box-shadow: 0 1px 10px 0 #515151;
  }
  .custom-nav.open, .custom-nav.can-toggle {
    z-index: 9999;
    width: 100%;
  }
  .custom-nav.open .nav-categories, .custom-nav.can-toggle .nav-categories {
    position: relative;
  }
  .custom-nav.open .nav-categories:hover .categories-list, .custom-nav.can-toggle .nav-categories:hover .categories-list {
    display: block;
  }
  .custom-nav.open .categories-list, .custom-nav.can-toggle .categories-list {
    position: absolute;
    top: 100%;
    left: 0;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    min-width: 100%;
    z-index: 9999;
  }
  .custom-nav.open .categories-list .item, .custom-nav.can-toggle .categories-list .item {
    position: relative;
  }
  .custom-nav.open .categories-list .item:hover > .list-child, .custom-nav.can-toggle .categories-list .item:hover > .list-child {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
  .custom-nav.open .categories-list .item-box, .custom-nav.can-toggle .categories-list .item-box {
    position: relative;
  }
  .custom-nav.open .categories-list .item-box .icon-right, .custom-nav.can-toggle .categories-list .item-box .icon-right {
    position: absolute;
    top: 50%;
    right: 15px;
    font-size: 12px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .custom-nav.open .categories-list .list-child, .custom-nav.can-toggle .categories-list .list-child {
   /*  padding-left: 40px; */
    position: absolute;
    -webkit-transform: translateY(100px);
        -ms-transform: translateY(100px);
            transform: translateY(100px);
    opacity: 0;
    visibility: hidden;
    top: -1px;
    left: 100%;
    border: 1px solid #d0d0d0;
    margin: 0;
    padding-right: 10px;
 
    min-width: -webkit-max-content;
 
    min-width: -moz-max-content;
 
    min-width: max-content;
    z-index: 9;
    background-color: #fff;
  }
  .custom-nav.open .categories-list .list-child .item .link, .custom-nav.can-toggle .categories-list .list-child .item .link {
    padding: 10px;
  }
  .custom-nav.open .categories-list .list-child .item .item-box:before, .custom-nav.can-toggle .categories-list .list-child .item .item-box:before {
    margin-top: 22px;
    margin-left: 10px;
  }
}

@media (max-width: 991px) {
  .custom-nav .nav-item a {
    font-size: 14px;
    line-height: 22px;
  }
}

@media (max-width: 767px) {
  .custom-nav {
    background-color: transparent;
    padding: 15px 0;
  }
}

.categories-label {
  font-size: 18px;
  font-weight: bold;
  padding: 12px 20px;
}

@media (max-width: 991px) {
  .categories-label {
    font-size: 14px;
  }
}

.categories-list {
  display: none;
  background-color: #fff;
}

.categories-list .item {
  color: rgba(0, 0, 0, 0.85);
  border: 1px solid #d0d0d0;
  border-top: 0;
}

.categories-list .item .item-box:hover {
  background-color: #a41e22;
  color: #fff;
}

.categories-list .item:after {
  display: block;
  content: "";
  clear: both;
}

.categories-list .item .icon {
  float: left;
  display: block;
  width: 50px;
  height: 50px;
  padding: 10px;
  text-align: center;
  border-right: 1px solid #d0d0d0;
  margin-right: 10px;
}

.categories-list .item .icon img{
  width: 29px;
  height: 29px;
  -o-object-fit: cover;
     object-fit: cover;
}

.categories-list .item .link {
  display: block;
  width: 100%;
  padding: 15px 0;
  line-height: 20px;

}

.categories-list .list-child {
  padding: 10px 0px 10px 0px;
  margin: 0px;
}

.categories-list .list-child .item {
  border-width: 1px 0 0 0;
}

/*.categories-list .list-child .item .item-box:before {*/
  /*display: block;*/
  /*float: left;*/
  /*margin-top: 16px;*/
  /*content: "";*/
  /*width: 10px;*/
  /*height: 2px;*/
  /*background-color: #a41e22;*/
/*}*/

.categories-list .list-child .item .item-box:hover {
  background-color: transparent;
  color: #7c1215;
}

.categories-list .list-child .item .item-box:hover:before {
  width: 20px;
}

.categories-list .list-child .item .link {
  padding: 4px 0;
  margin-left: 30px;
}

@media (max-width: 767px) {
  .categories-list .list-child {
    padding-left: 40px;
    border-top: 1px solid #d0d0d0;
    display: none;
  }
}

#menuMobileTabs {
  padding: 0;
  border: none;
}

#menuMobileTabs .nav-item {
  width: 33.33%;
  text-align: center;
  border: none;
  float: unset;
}

#menuMobileTabs.nav-tabs .nav-link {
  display: block;
  border: none;
  border-radius: 0;
  margin: 0;
  padding: 20px 0;
  font-size: 16px;
  text-transform: uppercase;
  width: 100%;
  background-color: #fff;
  color: #a41e22;
}

#menuMobileTabs.nav-tabs .nav-link.active {
  color: #fff;
  background-color: #282828;
}

#menuMobileTabsContent .nav-item {
  width: 100%;
  text-align: unset;
  border: none;
  float: unset;
  position: relative;
}

#menuMobileTabsContent .nav-item:hover {
  background-color: #202020;
}

#menuMobileTabsContent .nav-item a {
  padding: 16px 30px;
}

#menuMobileTabsContent .nav-item .toggle {
  position: absolute;
  top: 10px;
  right: 15px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 16px;
  color: #fff;
}

#menuMobileTabsContent .nav-item .toggle.open {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

#menuMobileTabsContent .nav-child {
  position: unset;
  display: none;
  background-color: #fff;
}

#menuMobileTabsContent .nav-child .nav-item {
  color: #a41e22;
}

#menuMobileTabsContent .nav-child .nav-item:hover {
  color: #7c1215;
  background-color: transparent;
}

#menuMobileTabsContent .nav-child .nav-item a {
  color: inherit;
  padding: 10px 30px;
}

#menuMobileTabsContent .box-item {
  color: #fff;
}

#menuMobileTabsContent .box-item .item {
  display: block;
  padding: 16px 30px;
}

#menuMobileTabsContent .box-item .item:hover {
  background-color: #202020;
}

#menuMobileTabsContent .box-item .icon {
  display: block;
  float: left;
  width: 30px;
  height: 30px;
}

#menuMobileTabsContent .box-item.language {
  position: relative;
}

#menuMobileTabsContent .box-item.language .toggle {
  position: absolute;
  top: 15px;
  right: 30px;
  width: 30px;
  height: 30px;
  background-color: #333;
  text-align: center;
  line-height: 30px;
}

#menuMobileTabsContent .box-item.language .item:not(:nth-child(2)) {
  display: none;
  color: #a41e22;
  background-color: #fff;
}

#menuMobileTabsContent .box-item.language.open .toggle {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

#menuMobileTabsContent .box-item.language.open .item:not(:nth-child(2)) {
  display: block;
}

.filters .accessory:last-of-type{
  margin-bottom: 10px;
}

.box-products {
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-top: 4px solid #a41e22;
  background-color: #fff;
  margin-bottom: 15px;
}

.box-products .box-header .title {
  margin: 0;
  color: #a41e22;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 13px 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}

.box-products .box-header .box-nav {
  float: right;
  font-size: 12px;
}

.box-products .box-header .box-nav .btn-nav {
  border: 1px solid #a5181c;
  color: #a5181c;
  margin: 0px 2px;
  width: 25px;
  height: 25px;
  border-radius: 3px;
  display: inline-block;
  text-align: center;
  line-height: 22px;
}

.box-products .box-header .box-nav .btn-nav:hover {
  color: #fff;
  background-color: #a41e22;
}

@media (max-width: 574px) {
  .box-products .box-header .box-nav {
    float: unset;
    margin-top: 10px;
  }
}

.box-products .box-body {
  padding-top: 30px;
}

.box-products .product .thumbnail {
  margin: 0px 28px 10px;
  position: relative;
}

.box-products .product .thumbnail .icon-eye {
  position: absolute;
  opacity: 0;
  top: 0;
  width: 0;
  width: 100%;
  height: 100%;
  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;
}

.box-products .product .thumbnail .icon-eye i {
  background-color: #a41e22;
  padding: 10px;
  border-radius: 50%;
  color: #fff;
  font-size: 18px;
}

.box-products .product .thumbnail:hover .icon-eye {
  opacity: 1;
}

.box-products .product .link {
  display: block;
  text-align: center;
  font-size: 14px;
  color: #a41e22;
  margin-left: 10px;
  margin-right: 10px;
  text-transform: uppercase;
  background-color: #fff;
  padding: 5px 0px;
  border: 1px solid #a5181c;
}

.box-products .product .infor {
  padding: 10px;
}

.box-products .product .infor .name {
  color: #000;
  font-size: 14px;
  line-height: 1.5em;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bold;
}

.box-products .product .infor .name:hover {
  color: #a41e22;
}

.box-products .product .infor .summary {
  padding: 0;
  font-size: 12px;
  min-height: 28px;
  color: rgba(0, 0, 0, 0.5);
  margin-bottom: 10px;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.box-products .product .infor .price {
  display: block;
  font-size: 18px;
  font-weight: bold;
  color: #a41e22;
  text-align: center;
}

.box-news {
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-top: 4px solid #a41e22;
  background-color: #fff;
  margin-bottom: 50px;
}

.box-news .box-header .title {
  margin: 0;
  color: #a41e22;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 13px 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}

.box-news .box-header .box-nav {
  float: right;
  font-size: 12px;
}

.box-news .box-header .box-nav .btn-nav {
  border: 1px solid #a5181c;
  color: #a5181c;
  margin: 0px 2px;
  width: 25px;
  height: 25px;
  border-radius: 3px;
  display: inline-block;
  text-align: center;
  line-height: 22px;
}

.box-news .box-header .box-nav .btn-nav:hover {
  color: #fff;
  background-color: #a41e22;
}

@media (max-width: 574px) {
  .box-news .box-header .box-nav {
    float: unset;
    margin-top: 10px;
  }
}

.box-news .box-body {
  padding-top: 30px;
}

.box-news .new {
  padding: 0px 10px;
  margin-bottom: 10px;
}

.box-news .new .thumbnail {
  position: relative;
}

.box-news .new .thumbnail img{
  height: 150px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.box-news .new .thumbnail .date {
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 7px 10px;
  background: rgba(39, 39, 39, 0.7);
  color: #fff;
  margin: 0;
}

.box-news .new .thumbnail a {
  display: block;
  position: relative;
  overflow: hidden;
}

.box-news .new .thumbnail a:after {
  position: absolute;
  -webkit-transform: translate(-100%);
      -ms-transform: translate(-100%);
          transform: translate(-100%);
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.box-news .new .thumbnail a:hover:after {
  -webkit-transform: translate(0);
      -ms-transform: translate(0);
          transform: translate(0);
}

.box-news .new .infor {
  background-color: #f4f4f4;
  padding: 10px 15px;
}

.box-news .new .infor .name {
  font-size: 16px;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 10px;
  min-height: 57px;
}

.box-news .new .infor .name:hover {
  color: #a41e22;
}

.box-news .new .infor .time,
.box-news .new .infor .summary {
  font-size: 14px;
  color: #7d7373;
}

.box-news .new .infor .summary {
  display: block;
  display: -webkit-box;
  line-height: 20px;
  height: 40px;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.footer {
  color: #777;
  background-color: #fff;
}

.footer-top {
  padding: 10px 0;
  background-color: #a41e22;
}

.footer-top form{
  margin-bottom: 0;
}

.footer-top .form-group {
  border: none;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0;
}

.footer-top .form-group:after {
  position: absolute;
  display: inline-block;
  content: "";
  line-height: 22px;
  -webkit-transform: scale(0.7);
      -ms-transform: scale(0.7);
          transform: scale(0.7);
  width: 35px;
  height: 24px;
  top: 0;
  left: 0;
  background: url("/assets/images/footer-mail-icon.png") no-repeat center;
}

.footer-top .form-control {
  width: 60%;
  display: inline-block;
  margin: 0 10px 0 0;
  background-color: #ffff;
  height: 25px;
  line-height: 26px;
  border-radius: 3px;
  border: 1px solid #ffffff;
  padding: 0 9px 0 35px;
  position: relative;
}

.footer-top .form-btn {
  display: inline-block;
  border-radius: 3px;
  padding: 0 10px;
  margin-bottom: 0;
  color: #fff;
  border: 1px solid #fff;
  background-color: #a41e22;
  font-size: 12px;
  line-height: 23px;
  font-weight: bold;
  text-transform: uppercase;
}

.footer-top .email-summary {
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  float: right;
  font-size: 13px;
  line-height: 25px;
}

.footer-middle {
  /*padding-top: 25px;*/
  margin-top: 20px;
  padding-bottom: 0px;
}

.footer-middle .title {
  font-weight: 500;
  font-size: 20px;
  color: #262626;
  text-transform: inherit;
  margin-bottom: 5px;
}

.footer-middle .btn-toggle {
  display: none;
}

.footer-middle .content {
  margin-bottom: 20px;
}

.footer-middle .content li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  padding: 10px 0 10px 0;
}

.footer-middle .content li a:hover {
  color: #a41e22;
}

.footer-bottom {
  background: #e8e8e8;
  padding: 15px 0;
  overflow: hidden;
  border-top: 1px solid #e8e8e8;
}

.footer-bottom p{
  margin-bottom: 0;
}

.footer-bottom .copyright {
  text-align: center;
  margin: 0;
}

.more-brand{
  display: none;
}

@media (max-width: 767px) {
  .footer-top {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .footer-top .form-group {
    margin-bottom: 20px;
  }
  .footer-top .form-control {
    width: 100%;
  }
  .footer-top .email-summary {
    font-size: 13px;
    text-align: center;
    float: unset;
  }
  .footer-middle .title:after {
    content: "";
    display: block;
    clear: both;
  }
  .footer-middle .btn-toggle {
    display: block;
    float: right;
    font-size: 14px;
    margin: 0px 0;
    width: 30px;
    text-align: center;
    height: 30px;
    line-height: 30px;
  }
  .footer-middle .content {
    display: none;
  }
  .footer-middle .content li {
    font-size: 13px;
    padding: 10px 0;
  }


  .more-brand{
    display: block;
  }

  .more-brand .btn{
    margin-bottom: 10px;
  }

}

.fixed-group .contact {
  position: fixed;
  bottom: 150px;
  right: 0;
  background-color: #fff;
  z-index: 9999;
}

.fixed-group .contact .item {
  width: 60px;
  border: 1px solid #cccccc;
  text-align: center;
  color: #a41e22;
  font-size: 13px;
  padding: 10px;
}

.fixed-group .contact .item:not(:first-child) {
  border-top: none;
}

.fixed-group .contact object {
  display: block;
  height: 20px;
  width: 20px;
  margin: 0 auto 10px;
}

.fixed-group .chat-facebook {
  position: fixed;
  bottom: 0;
  right: 0;
  display: inline-block;
  padding: 10px 20px;
  color: #fff;
  background-color: #a41e22;
  z-index: 9999;
}

.fixed-group .scroll-top {
  position: fixed;
  bottom: 80px;
  right: -100px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  background: #a41e22;
  border-radius: 50%;
  -webkit-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
          transform: rotate(360deg);
  z-index: 9999;
  -webkit-transition-duration: 1s;
       -o-transition-duration: 1s;
          transition-duration: 1s;
  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;
}

.fixed-group .scroll-top.open {
  border-radius: 0;
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  right: 15px;
}

/*.breadcrumb {*/
  /*padding: 15px 0 0;*/
/*}*/

.breadcrumb .brc-list {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.breadcrumb .item {
  color: #a3a3a3;
}

.breadcrumb .item a {
  color: #333;
  line-height: 1.5;
}

.box-common {
  background-color: #fff;
}

.box-common .label {
  background-color: #a41e22;
  padding: 10px;
  color: #fff;
  font-size: 14px;
}

.box-common .content {
  padding: 0px 10px;
}

#toggleModalProduct,
#toggleModalPopup {
  display: none;
}

#modalProduct .modal-dialog,
#modalPopup .modal-dialog {
  max-width: 727px;
}

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

@media (max-width: 767px) {
  #modalProduct .modal-dialog,
  #modalPopup .modal-dialog {
    max-width: 452px;
    margin: auto;
  }

  .list-brand img{
    height: auto !important;
  }

  .fixed-group .contact{
    bottom: 0px;
    left: 0;
  }

  .fixed-group .contact ul{
    display: flex;
  }

  .fixed-group .contact ul li{
    flex-grow: 1;
    width: auto;
  }

  .footer{
    padding-bottom: 45px;
  }

  .fixed-group .contact .item{
    border: none;
  }

  .blog-content h1{
    font-size: 24px !important;
  }
}

@media (max-width: 576px) {
  #modalProduct .modal-dialog,
  #modalPopup .modal-dialog {
    max-width: 80%;
  }

  .box-products .col, .home-products .col{
    padding-left: 5px;
    padding-right: 5px;
  }

  .breadcrumb .brc-list{
    display: none;
  }
}

#modalProduct .modal-content,
#modalPopup .modal-content {
  margin-top: 100px;
}

#modalProduct .modal-body,
#modalPopup .modal-body {
  position: relative;
  background-color: #fff;
}

#modalProduct .btn-close,
#modalPopup .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background-color: transparent;
  border-radius: 0;
  opacity: 1;
  background: transparent url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23A41E22'><path d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/></svg>") center/1em auto no-repeat !important;
}

#modalPopup .modal-body {
  padding: 0;
}

#modalPopup .banner {
  width: 100%;
}

#modalPopup .label {
  padding: 10px 40px;
  background: #dddddd;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
}

#modalPopup .logo {
  padding: 30px 20px;
  text-align: center;
}

#modalPopup .logo img {
  max-width: 70%;
  margin: auto;
}

#modalPopup .form {
  padding: 30px 20px;
}

#modalPopup .form form {
  padding: 20px 10px 0 10px;
}

#modalPopup .form .form-control {
  margin-bottom: 15px;
  border-color: #dbdbdb;
}

#modalPopup .form .form-control:focus {
  -webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.2);
  border-color: #dbdbdb;
}

#modalPopup .form .form-control::-webkit-input-placeholder {
  color: #dbdbdb;
}

#modalPopup .form .form-control::-moz-placeholder {
  color: #dbdbdb;
}

#modalPopup .form .form-control:-ms-input-placeholder {
  color: #dbdbdb;
}

#modalPopup .form .form-control::-ms-input-placeholder {
  color: #dbdbdb;
}

#modalPopup .form .form-control::placeholder {
  color: #dbdbdb;
}

#modalPopup .form .btn {
  width: 100%;
  background-color: #a41e22;
  color: #fff;
  text-transform: uppercase;
}

/** @format */
#sec1 .categories-list {
  display: block;
}

#sec1 .categories-list .item {
  position: relative;
}

#sec1 .categories-list .item:hover > .list-child {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

#sec1 .categories-list .item-box {
  position: relative;
}

#sec1 .categories-list .item-box .icon-right {
  position: absolute;
  top: 50%;
  right: 15px;
  font-size: 12px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

#sec1 .categories-list .list-child {
  position: absolute;
  -webkit-transform: translateY(100px);
      -ms-transform: translateY(100px);
          transform: translateY(100px);
  opacity: 0;
  visibility: hidden;
  top: -1px;
  left: 100%;
  border: 1px solid #d0d0d0;
  margin: 0;
  padding-right: 10px;
 
  min-width: -webkit-max-content;
 
  min-width: -moz-max-content;
 
  min-width: max-content;
  z-index: 9;
  background-color: #fff;
}

#sec1 .categories-list .list-child .item .link {
  padding: 10px;
}

#sec1 .categories-list .list-child .item .item-box:before {
  margin-top: 22px;
  margin-left: 10px;
}

#sec1_banner .owl-dots {
  position: absolute;
  bottom: 12px;
  right: 15px;
}

#sec1_banner .owl-dots .owl-dot {
  border-radius: 50%;
  border: 2px solid #a1a1a1;
  padding: 2px !important;
  margin-left: 12px;
}

#sec1_banner .owl-dots .owl-dot span {
  width: 4px;
  height: 4px;
  margin: 0;
  background-color: #a1a1a1;
}

#sec1_banner .owl-dots .owl-dot.active, #sec1_banner .owl-dots .owl-dot:hover {
  border-color: #a41e22;
}

#sec1_banner .owl-dots .owl-dot.active span, #sec1_banner .owl-dots .owl-dot:hover span {
  background-color: #a41e22;
}

@media (max-width: 991px) {
  #sec1 .categories-list .item {
    font-size: 14px;
  }
  #sec1 .categories-list .item .icon {
    width: 36px;
    height: 36px;
    padding: 6px;
  }
  #sec1 .categories-list .item .link {
    padding: 6px 0;
  }
}

/** @format */
.categories-legend {
  font: 500 24px/1.35;
  font-weight: 500;
  color: #000;
  margin: 0 0 20px;
  font-size: 25px;
    text-transform: uppercase;
}

.filter {
  margin-bottom: 2rem;
  background: #fff;
}

.filter .title {
  color: #fff;
  font: 400 16px/1.35;
  background-color: #a41e22;
  text-transform: uppercase;
  padding: 7px 20px;
}

.filter .options {
  padding: 0px 10px 20px;
}

.filter .options .current-filter .label {
  font-size: 14px;
  font-weight: 600;
  line-height: 1em;
  padding: 10px;
}

.filter .options .current-filter .list {
  font-size: 14px;
  padding: 0 10px;
}

.filter .options .current-filter .list li {
  margin: 10px 0;
}

.filter .options .current-filter .list .clear {
  color: #999;
}

.filter .options .current-filter .list .clear .label {
  padding: 0px 5px;
  color: #000;
  font-weight: bold;
}

.filter .options .current-filter .clear-all-filter {
  margin-bottom: 30px;
  padding: 0 10px;
}

.filter .options .current-filter .clear-all-filter:hover {
  text-decoration: underline;
}

.filter .options .option {
  border-bottom: 1px dashed #dbdbdb;
  padding-bottom: 15px;
}

.filter .options .option .label {
  padding: 15px 40px 0 0;
  position: relative;
}

.filter .options .option .toggle {
  position: absolute;
  right: 0;
  bottom: 0;
}

.filter .options .option .toggle.close {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.filter .options .option .content {
  margin-bottom: 15px;
}

.filter .options .option .content .list-options {
  padding: 10px 10px 0 10px;
  font-size: 12px;
  max-height: 150px;
  overflow: auto;
}

.filter .options .option .content .list-options li {
  position: relative;
  margin: 10px 0 0;
}

.filter .options .option .content .list-options label {
  display: block;
  padding: 2px 0;
  cursor: pointer;
}

.filter .options .option .content .list-options label:after {
  content: "";
  display: block;
  clear: both;
}

.filter .options .option .content .list-options label:hover {
  color: #a41e22;
}

.filter .options .option .content .list-options i {
  font-size: 10px;
}

.filter .options .option .content .list-options .number {
  position: absolute;
  top: 4px;
  right: 0;
  text-align: center;
  min-height: 15px;
  min-width: 15px;
  font-size: 10px;
  line-height: 13px;
  opacity: 0.5;
  padding: 0 2px;
  color: #858585;
  border: 1px solid #858585;
}

.filter .options .price #priceSlider {
  padding: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.filter .options .price .wrapper-slider--horizontal {
  padding: 0;
}

.filter .options .price .slider {
  width: calc(100% - 5px);
}

.filter .options .price .slider--horizontal {
  height: 3px;
}

.filter .options .price .slider__bar-empty {
  width: calc(100% + 5px);
  background-color: #131313;
}

.filter .options .price .slider__handle {
  width: 5px;
  height: 12px;
  border-radius: 0;
  top: -4px;
  -webkit-transform: translate(0);
      -ms-transform: translate(0);
          transform: translate(0);
}

.filter .options .price .slider--horizontal .slider__bar {
  bottom: 0;
}

.filter .options .price .slider--green .slider__bar,
.filter .options .price .slider--green .slider__handle,
.filter .options .price .slider--green .slider__tip {
  background-color: #000;
}

.filter .options .price .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.filter .options .price .form-group .form-control {
  border-color: #a41e22;
  font-size: 12px;
  line-height: 1;
}

.filter .options .price .form-group label {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30px;
          flex: 0 0 30px;
  text-align: center;
  color: #a41e22;
}

.filter .options .price .form-group .btn {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 content;
          flex: 0 0 content;
  padding: 7px;
  font-size: 12px;
  line-height: 14px;
  min-width: 50px;
  color: #fff;
  background-color: #a41e22;
}

.filter .search-brands .label .link {
  float: right;
}

.filter .search-brands .form-group {
  position: relative;
}

.filter .search-brands .form-group .btn {
  position: absolute;
  top: 0;
  right: 0;
}

.filter .search-brands .form-control {
  padding-right: 40px;
}

.filter .search-brands .form-control::-webkit-input-placeholder {
  font-size: 11px;
  font-style: italic;
}

.filter .search-brands .form-control::-moz-placeholder {
  font-size: 11px;
  font-style: italic;
}

.filter .search-brands .form-control:-ms-input-placeholder {
  font-size: 11px;
  font-style: italic;
}

.filter .search-brands .form-control::-ms-input-placeholder {
  font-size: 11px;
  font-style: italic;
}

.filter .search-brands .form-control::placeholder {
  font-size: 11px;
  font-style: italic;
}

.accessory {
  padding: 10px 20px;
  background-color: #fff;
  margin-bottom: 20px;
}

.accessory .btn-group .toggle {
  float: left;
  border: 1px solid #a41e22;
  background-color: #fff;
  color: #a41e22;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}

.accessory .btn-group .toggle.act, .accessory .btn-group .toggle:hover {
  background-color: #a41e22;
  color: #fff;
}

.accessory .btn-group .count {
  display: inline-block;
  height: 40px;
  padding: 8px 0;
  margin: 0 10px;
}

.accessory .select-group {
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.accessory .select-group .label {
  margin-right: 10px;
}

.accessory .select-group .select-by select {
  margin-right: 10px;
  border: 1px solid #dbdbdb;
  border-radius: 5px;
  padding: 5px 25px 5px 10px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #fff url("../../assets/images/select-bg.svg") no-repeat 100% 45%;
}

.accessory .select-group .sort-arrow {
  font-size: 13px;
}

.accessory .pagination .toggle {
  float: unset;
  display: inline-block;
}

.box-products.categories-products {
  border: none;
  background-color: transparent;
}

.box-products.categories-products .product {
  margin: 10px 0;
  background-color: #fff;
  border: 1px solid #dbdbdb;
}

.box-products.categories-products .product .thumbnail {
  margin: 10px 28px;
}

.box-products.categories-products .product .link {
  margin: 10px;
}

#categories-brands {
  margin-bottom: 25px;
}

#categories-brands .owl-stage{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#categories-brands .box-common .label {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}

#categories-brands .image {
  padding: 0 10px;
  text-align: center;
}

#categories-brands .image img {
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
}

#categories-brands .image:hover img {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

#box-product-detail {
  background-color: #fff;
}

#box-product-detail,
#modalProduct {
  border: 1px solid #d0d0d0;
  padding: 20px;
  margin-bottom: 40px;
  z-index: 9999999999;
}

#box-product-detail .image-group,
#modalProduct .image-group {
  position: relative;
}

#box-product-detail .image-group .xzoom-container,
#modalProduct .image-group .xzoom-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
}

#box-product-detail .image-group .xzoom-thumbs,
#modalProduct .image-group .xzoom-thumbs {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60px;
          flex: 0 0 60px;
  width: 60px;
}

#box-product-detail .image-group #main_image,
#box-product-detail .image-group #main_image2,
#modalProduct .image-group #main_image,
#modalProduct .image-group #main_image2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 90px);
          flex: 0 0 calc(100% - 90px);
  width: calc(100% - 90px) !important;
}

#box-product-detail .image-group .xzoom,
#modalProduct .image-group .xzoom {
  -webkit-box-shadow: 0 0 10px 0 #e4e4e4;
          box-shadow: 0 0 10px 0 #e4e4e4;
}

#box-product-detail .image-group .xactive,
#modalProduct .image-group .xactive {
  -webkit-box-shadow: 0px 0px 3px 0px #d24a4a;
          box-shadow: 0px 0px 3px 0px #d24a4a;
  border: 1px solid #d25a4a;
}

#box-product-detail .image-group .xzoom-gallery,
#modalProduct .image-group .xzoom-gallery {
  margin-left: 0;
}

#box-product-detail .infor-group .name,
#modalProduct .infor-group .name {
  font-weight: bold;
  font-size: 28px;
  line-height: 37px;
  text-transform: capitalize;
  color: #000000;
  margin-right: 30px;
}

#box-product-detail .infor-group .brands-item,
#modalProduct .infor-group .brands-item {
  margin-top: 10px;
  text-transform: uppercase;
  font-size: 20px;
  color: rgba(0, 0, 0, 0.65);
  font-weight: bold;
}

#box-product-detail .infor-group .model,
#modalProduct .infor-group .model {
/*   font-size: 12px; */
  line-height: 1.35;
  margin: 10px 0px 15px;
  color: rgba(0, 0, 0, 0.65);
}

#box-product-detail .infor-group .description,
#modalProduct .infor-group .description {
  min-height: 90px;
  text-align: justify;
  margin: 0px 0px 30px;
}

#box-product-detail .infor-group .price,
#modalProduct .infor-group .price {
  font-size: 20px;
  padding-top: 12px;
  font-weight: 600;
  color: #a41e22;
  margin: 0;
}

#box-product-detail .infor-group .price del{
  margin-right: 10px;
}

#box-product-detail .infor-group .price del ~ span::before{
  content: '->';
  margin-right: 10px;
}

#box-product-detail .infor-group .stock,
#modalProduct .infor-group .stock {
  font-size: 14px;
  font-weight: normal;
  color: #a41e22;
  text-transform: uppercase;
}

#box-product-detail .infor-group .quantity,
#modalProduct .infor-group .quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
}

#box-product-detail .infor-group .quantity .toggle,
#box-product-detail .infor-group .quantity .number,
#modalProduct .infor-group .quantity .toggle,
#modalProduct .infor-group .quantity .number {
  display: inline-block;
  width: 30px;
  height: 38px;
  text-align: center;
  border: 1px solid #a41e22;
}

#box-product-detail .infor-group .quantity .toggle,
#modalProduct .infor-group .quantity .toggle {
  color: #a41e22;
  font-size: 20px;
  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;
}

#box-product-detail .infor-group .quantity .toggle:hover,
#modalProduct .infor-group .quantity .toggle:hover {
  background-color: #a41e22;
  color: #fff;
}

#box-product-detail .infor-group .quantity .number,
#modalProduct .infor-group .quantity .number {
  width: 90px;
  border-width: 1px 0;
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
}

#box-product-detail .infor-group .btn,
#modalProduct .infor-group .btn {
  display: block;
  width: 100%;
  border-radius: 0;
  color: #a5181c;
  margin-bottom: 40px;
  text-transform: uppercase;
  background-color: #ffff;
  border: 1px solid #a5181c;
/*   padding: 12px 0; */
  font-size: 16px;
  text-align: center;
}

#box-product-detail .shipping-group .product-ads-title,
#modalProduct .shipping-group .product-ads-title {
  position: relative;
  padding: 15px;
  margin-bottom: 10px;
  color: #fff;
  background: #dd0705;
  position: relative;
  z-index: 0;
  overflow: hidden;
}

#box-product-detail .shipping-group .product-ads-title:before,
#modalProduct .shipping-group .product-ads-title:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("/assets/images/i-product-ads.png") 94% 20px no-repeat;
  content: "";
  z-index: -1;
}

#box-product-detail .shipping-group .product-ads-title:after,
#modalProduct .shipping-group .product-ads-title:after {
  position: absolute;
  top: 0;
  left: -20px;
  width: 85%;
  height: 100%;
  background: #f54337;
  content: "";
  z-index: -2;
  -webkit-transform: skew(-45deg);
      -ms-transform: skew(-45deg);
          transform: skew(-45deg);
}

#box-product-detail .shipping-group .product-ads-title h3,
#modalProduct .shipping-group .product-ads-title h3 {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.35;
  margin-bottom: 18px;
}

#box-product-detail .shipping-group .product-ads-title p,
#modalProduct .shipping-group .product-ads-title p {
  text-decoration: underline;
  margin-bottom: 0;
}

#box-product-detail .shipping-group .product-ads-content,
#modalProduct .shipping-group .product-ads-content {
  background-color: transparent;
  font-size: 12px;
  float: left;
  width: 100%;
  padding: 15px 0px;
}

#box-product-detail .shipping-group .product-ads-content .col-6,
#modalProduct .shipping-group .product-ads-content .col-6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}

#box-product-detail .shipping-group .product-ads-content .icon,
#modalProduct .shipping-group .product-ads-content .icon {
  width: 30px;
  height: 30px;
  margin-right: 7px;
  display: block;
}

#box-product-detail .shipping-group .product-ads-content object,
#modalProduct .shipping-group .product-ads-content object {
  width: 100%;
}

#box-product-detail .shipping-group .product-ads-content .label,
#modalProduct .shipping-group .product-ads-content .label {
  width: 82%;
  padding-left: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.xzoom-lens {
  z-index: 999999999999;
}

#box-product-description {
  border: 1px solid #d0d0d0;
  margin-bottom: 40px;
}

#box-product-description .label {
  background-color: #fff;
  padding-bottom: 0;
  border-bottom: 1px solid #d0d0d0;
  text-align: center;
}

#box-product-description .label a {
  font-weight: 700;
  color: #a41e22;
  background-color: #fff;
  border-color: #a41e22;
  text-align: center;
  padding-bottom: 11px;
  font-size: 20px;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
}

#box-product-description .label a::after {
  content: "";
  width: 100%;
  background: #a41e22;
  height: 4px;
  position: absolute;
  left: 0;
  bottom: 0;
}

#box-product-description .content {
  padding: 20px;
  text-align: justify;
}

#box-product-description .content .desc-title {
  font-weight: bold;
  color: #000;
}

#box-comment {
  margin-bottom: 40px;
}

#box-comment .content {
  padding: 40px;
}

#box-comment .list .name {
  font-size: 16px;
  font-style: italic;
  padding: 10px 10px 5px 0;
  display: inline-block;
  border-bottom: 5px solid #a41e22;
  color: #a41e22 strong;
  color-font-size: 18px;
  color-text-decoration: unset;
  color-font-weight: bold;
}

#box-comment .list .comment {
  font-style: 18px;
  padding-left: 50px;
  margin-top: 20px;
}

#box-comment .up-comment {
  margin-top: 30px;
  padding-top: 40px;
  border-top: 1px dashed #d0d0d0;
}

#box-comment .up-comment label {
  display: block;
  font-weight: bold;
  font-size: 20px;
}

#box-comment .up-comment textarea {
  width: 100%;
  margin: 10px 0;
}

#box-comment .up-comment button {
  text-transform: uppercase;
  padding: 5px 20px;
  background-color: #a41e22;
  color: #fff;
  border-radius: 0;
}

.event-page .box-news{
  border: 1px solid rgba(0, 0, 0, 0.25);
  margin-top: 30px;
  padding: 0 25px 30px 25px;
}
.event-page .box-news .new{
  padding: 0;
  margin-bottom: 25px;
}

.event-page .select-search{
  margin-top: 30px;
  
}
.event-page .select-search select{
  width: 100%;
      padding: 10px;
    border: 1px solid #ccc;
}

.event-page h3{
  font-size: 20px;
}

/* Introduce Style*/
.intro-menu{
  margin: 20px 0;
}
.intro-menu ul{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    border-bottom: 1px solid #ccc;
     border-top: 1px solid #ccc;
}
.intro-menu ul li{
  width: 20%;
  text-align: center;
  border-right: 1px solid #ccc;
  padding: 10px 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.intro-menu ul li:first-child{
  border-left: 1px solid #ccc;
}
.intro-menu ul li a{
  text-transform: uppercase;
  font-weight: 500;
}
.intro-menu ul li:hover{
  background-color: #a41e22;
}
.intro-menu ul li:hover a{
  color: #fff;
}
.intro-heading{
  text-align: center;
  margin-bottom: 30px;
}
.intro-overview{
  border: 1px solid #ccc;
  margin: 20px 0;
  padding: 20px;
}
.intro-overview .item{
  padding: 0 15px;
 
}

.intro-overview .owl-stage{
   display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.intro-heading .intro-heading-title{
  text-transform: uppercase;
    display: inline;
    border-bottom: 3px solid #a41e22;
    font-size: 23px;
    font-weight: 500;
}
.intro-content ul{
  list-style-type: disc;
  list-style-position: inside;
}
#introduce-page .nav{
  background-color: unset;
}
#introduce-page p{
  text-align: justify;
  line-height: 25px;
}
.tab-intro ul{
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.tab-intro ul li{
  width: auto;
  border: none;
  display: contents;
  /*background-color: */
}
.tab-intro ul li:after{
  content: '\27F6';
  font-size: 28px;
  padding: 0 10px;
}
.tab-intro ul li:last-child:after{
  content: '';
}
.tab-intro ul li .nav-link{
  background-color: #0d6efd;
  color: #fff;
  padding: 6px 25px;
}
.tab-intro ul li .active{
  background-color: #a41e22!important
}
#introduce-page .row-custom{
  margin-bottom: 30px;
}

/* Payement style*/
.payment-content{
  margin: 30px 0;
}
.payment-left-title{
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 10px;
}
.box-payment-left .row{
  margin: 20px 0;
}
.box-right-offer{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}
.box-right-offer input{
  width: 74%;
  margin-right: 1%;
}
.pay-pro-img img{
  width: 50px;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
}
.pay-pro-title{
  font-size: 13px;
  font-weight: 600;
}
.pay-pro-price{
  color: #a41e22;;
  font-weight: 600;
  text-align: right;
}
.payment-sum-title{
  font-weight: 600;
}
.payment-sum ul li{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 4px 0;
}
.payment-sum ul li p{
  margin: 0;
}
.payment-sum-price{
  margin-left: auto!important;
}
.payment-sum-price{
  color: #a41e22;
  font-weight: 600;
}
.payment-sum-one{
  font-size: 18px;
}
.payment-sum-three{
  font-size: 22px;
}
.payment-noti p{
  font-size: 14px;
  margin: 0;
}
.hoanthanh{
  float: right;
  margin-right: 10px;
}
.quaylai{
  color: #fff!important;
  margin-left: 10px;
}
.payment-cart table{
  vertical-align: initial;
}
.box-order{margin-top: -10px}
@media(max-width: 767px){
  .box-order{margin-top: 10px}
  .box-right-offer input{width: 65%}
}

.blog-content{
  padding: 15px 0;
}
.blog-content h1{
  font-size: 30px;
}

.event_date{
  width: 15%;
}
.event_date span{
  display: block;
}
.event_date span{
  font-size: 40px;
  font-weight: bold;
  text-align: center;
}
.event_date span:nth-child(2){
  font-size: 100%;
  font-weight: normal;
}
.event_date span:last-child{
  font-size: 110%;
  font-weight: bold;
}

.contact-page .form-group{
   margin-bottom: 20px;
}

.btn-submit{
  background: #a41e22;
  color: #fff;
  border: none;
  border-radius: 0;
}

.table-events *{
  border: none;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.google-maps iframe{
  width: 100%;
  height: 350px;
}

.h1-title{
  font-size: 30px;
}

.event-images{
  margin-bottom: 15px;
}

.list-brand img{
  height: 100px;
  width: auto !important;
}

.list-brand .brand-item{
  text-align: center;
  margin-bottom: 25px;
}

.categories-search-box{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  flex-wrap: wrap;
}
.item-seach-box{
  
  margin-right: 5px;
  width: 15%;
  position: relative;
}
.filterMenu_options{
  border: 1px solid #e4e9ec;
  padding: 10px;
  text-transform: uppercase;
  cursor: pointer;
  background: #fff;
}
.filterMenu_options span{
  font-size: 13px;
}
.icon-down{
  float: right;
  color: #ccc;
  font-size: 12px;
  margin-top: 5px;
}
.icon-left{
  margin-right: 10px;
  font-size: 16px;

}
.filterMenu_list{
   padding: 10px;
}
.filterMenu_list li{
  padding: 5px 0;
  font-size: 13px;
}
.filterMenu_dropdowns{
  position: absolute;
  top: 40px;
  left: 0;
  background: #fff;
  z-index: 999;
  width: 100%;
  border: 1px solid #e4e9ec;

}
.filterMenu_itemCount{
  float: right;
}
.item-seach-action{
  width: 5%;
}
.item-seach-action, .hide-action{
  padding-left: 15px;
  background: none;
  line-height: 45px;
  font-size: 13px;
  color: #1767DD;
  cursor: pointer;
}
.item-seach-action i, .hide-action i{
  font-size: 10px;
}
.seach-price .filterMenu_dropdowns{
 padding: 20px;
}
.slider-labels {
  margin-top: 10px;
}
#slider-range-value2{
  float: right;
}
.caption span{
  font-size: 13px;
}
.categories-legend{
  margin: 6px 0 0 0;

}
@media(max-width: 767px){
   .categories-search-box{
    display: block;
   }
    .item-seach-box{
      width: 100%;
    }
}
/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.noUi-target {
  position: relative;
  direction: ltr;
}

.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
/* Fix 401 */
}

.noUi-origin {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
}

.noUi-handle {
  position: relative;
  z-index: 1;
}

.noUi-stacking .noUi-handle {
/* This class is applied to the lower origin when
   its values is > 50%. */
  z-index: 10;
}

.noUi-state-tap .noUi-origin {
  -webkit-transition: left 0.3s,top .3s;
  -o-transition: left 0.3s,top .3s;
  transition: left 0.3s,top .3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

/* Painting and performance;
 * Browsers can paint handles in their own layer.
 */
.noUi-base,.noUi-handle {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 4px;
}

.noUi-horizontal .noUi-handle {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  left: -7px;
  top: -7px;
  background-color: #345DBB;
}

/* Styling;
 */
.noUi-background {
  background: #D6D7D9;
}

.noUi-connect {
  background: #345DBB;
  -webkit-transition: background 450ms;
  -o-transition: background 450ms;
  transition: background 450ms;
}

.noUi-origin {
  border-radius: 2px;
}

.noUi-target {
  border-radius: 2px;
}

.noUi-target.noUi-connect {
}

/* Handles and cursors;
 */
.noUi-draggable {
  cursor: w-resize;
}

.noUi-vertical .noUi-draggable {
  cursor: n-resize;
}

.noUi-handle {
  cursor: default;
  -webkit-box-sizing: content-box !important;
  box-sizing: content-box !important;
}

.noUi-handle:active {
  border: 8px solid #345DBB;
  border: 8px solid rgba(53,93,187,0.38);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  left: -14px;
  top: -14px;
}

/* Disabled state;
 */
[disabled].noUi-connect,[disabled] .noUi-connect {
  background: #B8B8B8;
}

[disabled].noUi-origin,[disabled] .noUi-handle {
  cursor: not-allowed;
}
.filterMenu_itemLink{
  display: block;
}

.col-half-offset{
    margin-left:4.166666667%
}