body {
  font: 10pt IRANSans;
  font-weight: normal;
  font-style: normal;
  color: #000000;
  background-color: #fff;
}
h1,
h2,
h3,
a,
a:focus,
a:visited,
a:hover {
  text-decoration: none !important;
  outline: none;
  color: #000000;
  transition: all 0.5s ease;
}
i {
  transition: all 0.5s ease;
  vertical-align: middle;
}
.title-page {
  padding-top: 10px;
}
.social-networks {
  display: block;
  margin: 20px 0;
}
.social-networks a {
  display: inline-block;
  color: #575757;
  background-color: #fff;
  font-size: 14pt;
  margin-left: 5px;
  border-radius: 100%;
  width: 35px;
  height: 35px;
  text-align: center;
  padding: 3px 0;
}
.social-networks a:hover {
  background-color: #df3132;
  color: #fff;
}
.rating {
  display: block;
  margin: 5px 0;
}
.rating i {
  font-size: 11pt;
  color: #df3132;
}
img {
  max-width: 100%;
  height: auto;
}
.hidden-in-page {
  display: none !important;
}
.form-control {
  box-shadow: none;
  border: 1px solid #e4e4e4 !important;
  line-height: 1.9em;
  margin: 15px 0;
  border-radius: 0;
}
.form-control:focus {
  box-shadow: none;
  border-color: #df3132 !important;
}
label {
  display: block;
  color: #000000 !important;
  margin: 15px 0;
  font-weight: normal;
}
input[type=text],
input[type=password],
textarea {
  min-height: 39px;
  padding: 0 10px;
  display: block;
  width: 100%;
  outline: none;
  border: none;
}
textarea {
  min-height: 180px;
  padding: 10px 12px;
}
button {
  background-color: transparent;
  border: none;
}
.rotate {
  transform: rotate(180deg);
}
.float-left {
  float: left !important;
}
.title {
  display: block;
  color: #232323;
  transition: all 0.5s ease;
  margin: 5px 0;
}
.title-large {
  font-size: 13pt;
}
.title-medium {
  font-size: 11pt;
  font-weight: bold;
}
.title-small {
  font-size: 10pt;
}
.title-hover:hover {
  color: #df3132 !important;
}
.title-category {
  display: block;
  font-size: 11pt;
  font-weight: bold;
  margin-bottom: 10px;
  padding-bottom: 5px;
  color: #333e48;
}
.btn {
  display: inline-block;
  text-align: center;
  border: none;
  background-color: transparent;
  background-image: none;
  box-shadow: none !important;
  border-radius: 5px;
  margin: 5px 0;
  padding: 8px 15px;
  transition: all 0.5s ease;
  outline: none;
  font-size: 10pt;
  font-weight: normal;
  text-shadow: none;
}
.btn i {
  margin-right: 5px;
  vertical-align: middle;
}
.btn-default {
  background-color: #df3132;
  color: #fff !important;
}
.btn-default i {
  margin-left: 5px;
}
.btn-default:hover {
  background-color: #000;
  color: #fff !important;
}
.btn-link {
  margin: 10px 0;
  display: inline-block;
  color: #000;
}
.btn-link i {
  margin-right: 5px;
}
.btn-link:hover {
  color: #df3132;
}
p {
  display: block;
  line-height: 2em;
  margin: 5px 0;
  text-align: justify;
  color: #707070;
}
.sn-theme-2 a {
  border-radius: 5px;
  background-color: #f5f5f5;
}
.sn-theme-2 a:hover {
  color: #df3132;
  background-color: #f5f5f5;
}
.service-item-2 {
  padding: 5px 0;
  border-bottom: 2px solid #e4e4e4;
}
.service-item-2 .img {
  display: inline-block;
  font-size: 16pt;
  margin-left: 5px;
}
.service-item-2 .img i {
  vertical-align: middle;
}
.service-item-2 .des {
  display: inline-block;
  color: #222;
}
.product-item {
  padding: 10px;
  position: relative;
}
.product-item:hover .images-product .img-hover {
  display: block;
}
.product-item:hover .btns-product {
  display: inline-block !important;
}
.product-item:hover .btn-add-to-cart {
  display: block !important;
}
.product-item:hover .details-product .rating {
  opacity: 0;
}
.product-item .images-product {
  position: relative;
}
.product-item .images-product img {
  display: block;
  margin: 0 auto;
}
.product-item .images-product .img-hover {
  display: none;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  top: 0;
}
.product-item .details-product .title {
  color: #313131;
}
.price-product .old-price {
  display: block;
  color: #7a7a7a;
}
.price-product .new-price {
  display: block;
  font-weight: bold;
}
.horizontal-product-item-mini {
  margin: 15px 0;
}
.horizontal-product-item-mini .images-product {
  border: 1px solid #e4e4e4;
  margin-right: -15px;
}
.horizontal-product-item-mini .details-product {
  margin-right: -15px;
}
.horizontal-product-item-mini .details-product .title {
  margin-top: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.horizontal-product-item-mini .details-product .rating {
  opacity: 1 !important;
}
.horizontal-product-item-mini .details-product .rating i {
  font-size: 9pt;
}
.slider-content {
  background: linear-gradient(to top, #fff 0%, #fff 50%, #222222 50%, #222222 100%);
  position: relative;
}
.slider-content .slider {
  margin-bottom: 15px;
}
.slider-content .slider img {
  border-radius: 5px !important;
}
#header-area {
  background-color: #222;
}
#header-area .menu ul li {
  display: inline-block;
  position: relative;
  margin-left: 15px;
}
#header-area .menu ul li:hover > ul {
  display: block;
}
#header-area .menu ul li a {
  display: block;
  color: #fff;
  font-weight: bold;
}
#header-area .menu ul li a:hover {
  color: #df3132;
}
#header-area .menu ul li a i {
  margin-right: 5px;
}
#header-area .menu ul li ul {
  display: none;
  background-color: #fff;
  border-radius: 0 0 5px 5px;
  border: 1px solid #eee;
  border-bottom: 2px solid #df3132;
  position: absolute;
  top: 100%;
  right: 0;
  left: -150px;
  padding: 0 10px;
  z-index: 1000;
}
#header-area .menu ul li ul li {
  display: block;
  margin: 10px 0;
}
#header-area .menu ul li ul li a {
  display: block;
  color: #333;
  font-weight: normal;
}
#header-area .top-section {
  padding: 6px 0 8px;
  background-color: #252525;
}
#header-area .top-section .menu ul li a {
  font-weight: normal ;
}
#header-area .top-section .header-phone-numbers {
  color: #fff !important;
}
#header-area .top-section .header-phone-numbers i {
  color: #df3132 !important;
  font-size: 16pt;
  margin-top: -5px;
}
#header-area .top-section .header-phone-numbers .phone-number {
  color: #fff !important;

  font-size: 11pt;
}
#header-area .top-section .header-phone-numbers .phone-number:not(:last-child)::after {
  content: '-';
  color: #df3132;
  margin-right: 5px;
}
#header-area .search-section input[type=text] {
  width: 85%;
  display: inline-block;
  border-radius: 0 5px 5px 0;
}
#header-area .search-section .btn-search {
  display: inline-block;
  background-color: #df3132 !important;
  border-radius: 0;
  margin-right: -5px;
  min-height: 40px;
  border-radius: 5px 0 0 5px;
  color: #fff;
}
#header-area .search-section .btn-search:hover {
  color: #000;
}
#header-area .middle-section {
  padding: 30px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
#header-area .middle-section .dropdown-item {
  display: inline-block;
  margin-top: 10px;
  margin-left: 20px;
  position: relative;
}
#header-area .middle-section .dropdown-item:hover .list-shopping {
  display: block;
}
#header-area .middle-section .dropdown-item:not(:last-child) {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
#header-area .middle-section .dropdown-item .header-item {
  display: block;
  margin-left: 25px;
}
#header-area .middle-section .dropdown-item .header-item a {
  color: #fff;
  display: block;
}
#header-area .middle-section .dropdown-item .header-item a i {
  font-size: 22pt;
}
#header-area .middle-section .dropdown-item .header-item a:hover {
  color: #df3132;
}
#header-area .middle-section .dropdown-item .header-item .count {
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  background-color: #df3132;
  border-radius: 100%;
  padding: 0 5px;
}
#header-area .middle-section .dropdown-item .list-shopping {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: -250px;
  background-color: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 5px;
  padding: 10px 15px;
  z-index: 100;
}
#header-area .middle-section .dropdown-item .list-shopping .title-section {
  text-align: center;
  border-bottom: 2px solid #e4e4e4;
  padding-bottom: 10px;
}
#header-area .middle-section .dropdown-item .list-shopping .total-cart {
  border-top: 1px solid #e4e4e4;
  padding-top: 10px;
}
#header-area .middle-section .dropdown-item .list-shopping .total-cart span {
  display: block;
  margin: 5px 0;
}
#header-area .middle-section .dropdown-item .list-shopping .total-cart .btn-default {
  display: block;
  margin: 10px 0;
}
#header-area .bottom-section {
  padding: 10px 0;
}
#header-area .bottom-section .menu {
  margin-top: 10px;
}
#header-area .menu-category {
  position: relative;
}
#header-area .menu-category:hover .list-category {
  display: block !important;
}
#header-area .menu-category:hover .header-menu i {
  color: #000;
}
#header-area .menu-category .header-menu {
  background-color: #df3132;
  color: #fff;
  padding: 10px ;
  cursor: pointer;
  font-size: 11pt;
  border-radius: 5px;
}
#header-area .menu-category .header-menu i {
  font-size: 16pt;
  vertical-align: middle;
}
#header-area .menu-category .list-category {
  display: block;
  font-size: 10pt;
  font-weight: normal;
  background-color: #ffffff;
  border-radius: 0 0 5px 5px;
  display: none;
  z-index: 1000;
}
#header-area .menu-category .list-category ul {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  background-color: #fff;
  border: 1px solid #e1e1e1;
  border-radius: 5px 5px 0 0;
  z-index: 1000;
}
#header-area .menu-category .list-category ul li {
  display: block;
  position: relative;
  padding: 10px 15px;
  border-bottom: 1px solid #e1e1e1;
}
#header-area .menu-category .list-category ul li:hover > a {
  color: #df3132;
}
#header-area .menu-category .list-category ul li:hover > a::after {
  transform: rotate(90deg);
}
#header-area .menu-category .list-category ul li:hover > ul {
  display: block;
}
#header-area .menu-category .list-category ul li a {
  display: block;
  color: #000;
}
#header-area .menu-category .list-category ul li ul {
  background-color: #fff;
  display: none;
  position: absolute;
  right: 100%;
  top: 0;
  left: -280px;
  border: 1px solid #e1e1e1;
  border-top: 2px solid #df3132;
  z-index: 1000;
}
#header-area .menu-category .list-category ul li ul li {
  display: block;
  border-bottom: none;
}
#header-area .menu-category .list-category ul li.has-sub-menu > a::after {
  position: absolute;
  content: '\f107';
  font-family: 'fontawesome';
  left: 15px;
  top: 12px;
  font-size: 12pt;
}
#header-area .menu-category .list-category ul li.level-3 ul {
  left: -800px;
}
#header-area .menu-category .list-category ul li.level-3 ul li {
  display: inline-flex;
  width: 30%;
  margin-bottom: 10px;
}
#header-area .menu-category .list-category ul li.level-3 ul li .group-sub-menu a:not(.title-category) {
  margin: 8px 0;
}
#header-area .menu-category .list-category ul li.level-3 ul li .group-sub-menu a:not(.title-category):hover {
  color: #df3132;
}
#header-area .mobile-menu .menu-shop-mobile,
#header-area .mobile-menu .menu-site-mobile {
  font-size: 10pt !important;
  padding-bottom: 10px;
}
#header-area .mobile-menu .menu-shop-mobile .header-menu-mobile,
#header-area .mobile-menu .menu-site-mobile .header-menu-mobile {
  display: block;
  cursor: pointer;
  padding-bottom: 10px;
  padding-top: 10px;
}
#header-area .mobile-menu .menu-shop-mobile .header-menu-mobile a,
#header-area .mobile-menu .menu-site-mobile .header-menu-mobile a {
  display: block;
  font-weight: bold;
  color: #fff;
  padding-top: 10px;
  padding-top: 5px;
}
#header-area .mobile-menu .menu-shop-mobile .header-menu-mobile a i,
#header-area .mobile-menu .menu-site-mobile .header-menu-mobile a i {
  color: #df3132;
}
#header-area .mobile-menu .menu-shop-mobile .header-menu-mobile i,
#header-area .mobile-menu .menu-site-mobile .header-menu-mobile i {
  background-color: #fff;
  padding: 6px 10px;
  font-size: 18pt;
  border-radius: 5px;
  float: left;
  margin-top: -5px;
}
#header-area .mobile-menu .menu-shop-mobile .list-cat,
#header-area .mobile-menu .menu-site-mobile .list-cat {
  font-size: 10pt;
}
#header-area .mobile-menu .menu-shop-mobile .list-cat ul li,
#header-area .mobile-menu .menu-site-mobile .list-cat ul li {
  display: block;
  padding: 5px 0;
}
#header-area .mobile-menu .menu-shop-mobile .list-cat ul li:last-child,
#header-area .mobile-menu .menu-site-mobile .list-cat ul li:last-child {
  padding-bottom: 20px;
}
#header-area .mobile-menu .menu-shop-mobile .list-cat ul li a,
#header-area .mobile-menu .menu-site-mobile .list-cat ul li a {
  color: #fff;
}
#header-area .mobile-menu .menu-shop-mobile .list-cat ul li .parent-group,
#header-area .mobile-menu .menu-site-mobile .list-cat ul li .parent-group {
  margin-bottom: 0;
}
#header-area .mobile-menu .menu-shop-mobile .parent-group:last-child,
#header-area .mobile-menu .menu-site-mobile .parent-group:last-child {
  margin-bottom: 25px;
}
#header-area .mobile-menu .menu-shop-mobile .parent-group .header,
#header-area .mobile-menu .menu-site-mobile .parent-group .header {
  display: block;
  padding: 10px 0 ;
  cursor: pointer;
}
#header-area .mobile-menu .menu-shop-mobile .parent-group .header a,
#header-area .mobile-menu .menu-site-mobile .parent-group .header a {
  display: block;
  color: #fff;
}
#header-area .mobile-menu .menu-shop-mobile .parent-group .header a i,
#header-area .mobile-menu .menu-site-mobile .parent-group .header a i {
  float: left;
  padding-top: 5px;
  padding-left: 15px;
  color: #fff;
}
#header-area .mobile-menu .menu-shop-mobile .parent-group .header a .icon-menu,
#header-area .mobile-menu .menu-site-mobile .parent-group .header a .icon-menu {
  font-size: 18pt;
  padding-top: 0;
}
#header-area .mobile-menu .menu-shop-mobile .parent-group .content-group,
#header-area .mobile-menu .menu-site-mobile .parent-group .content-group {
  padding: 10px;
  border-right: 1px solid #df3132;
}
#header-area .mobile-menu .menu-shop-mobile .parent-group .content-group ul li,
#header-area .mobile-menu .menu-site-mobile .parent-group .content-group ul li {
  display: block;
  padding: 5px 0;
}
#header-area .mobile-menu .menu-shop-mobile .parent-group .content-group ul li a,
#header-area .mobile-menu .menu-site-mobile .parent-group .content-group ul li a {
  color: #999999;
  font-size: 10pt;
}
#content-area .list-banners {
  margin: 30px 0;
}
#content-area .list-banners .banner-item {
  margin: 15px 0;
}
#content-area .list-banners .banner-item a img {
  display: block;
  border-radius: 5px;
}
#content-area .list-service {
  border: 1px solid #ebebeb;
  border-radius: 5px;
  margin: 30px 0;
  padding: 30px;
}
#content-area .service-item {
  display: block;
  cursor: crosshair;
}
#content-area .service-item:hover .img-svg {
  color: #fff !important;
  background-color: #df3132;
}
#content-area .service-item .img-svg {
  display: block;
  margin-left: 10px;
  border-radius: 100%;
  width: 100%;
  padding: 18px 18px 18px 0;
  transition: all 0.5s ease;
  background-color: #f5f5f5;
}
#content-area .service-item .img-svg i {
  font-size: 20pt;
}
#content-area .service-item .details {
  margin-top: 10px;
  margin-right: -15px;
}
#content-area .service-item .details .des {
  display: block;
  margin-top: 5px;
  color: #919191;
}
#content-area .list {
  display: block;
  margin: 30px 0;
}
#content-area .list .header-list {
  display: block;
  margin: 15px 0;
  border-bottom: 1px solid #e4e4e4;
  position: relative;
}
#content-area .list .header-list ul {
  display: block;
  text-align: center;
}
#content-area .list .header-list ul li {
  display: inline-block;
  padding: 0 15px;
  position: relative;
}
#content-area .list .header-list ul li:not(:last-child)::after {
  content: '|';
  color: #838383;
  position: absolute;
  left: 0;
  top: 0;
}
#content-area .list .header-list ul li a {
  display: block;
  color: #919191;
  font-weight: bold;
  padding-bottom: 10px;
}
#content-area .list .header-list ul li:hover {
  border-bottom: 1px solid #df3132;
}
#content-area .list .header-list .active-list {
  border-bottom: 1px solid #df3132;
}
#content-area .list .header-list .active-list a {
  color: #000;
  font-size: 12pt;
}
#content-area .list .header-list .btns-control a {
  position: absolute;
  top: -10px;
  display: inline-block;
  background-color: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 5px;
  min-width: 35px;
  min-height: 35px;
  text-align: center;
  font-size: 12pt;
  padding-top: 3px;
}
#content-area .list .header-list .btns-control a:hover {
  background-color: #df3132;
  color: #fff;
  border-color: #df3132;
}
#content-area .list .header-list .btns-control .btn-r {
  margin-left: 10px;
}
#content-area .list .header-list .btns-control .btn-r {
  right: 0;
}
#content-area .list .header-list .btns-control .btn-l {
  left: 0;
}
#content-area .vertical-product-item {
  border-left: 1px solid #e4e4e4;
  text-align: center;
  min-height: 350px;
  margin: 15px 0;
}
#content-area .vertical-product-item .pin-bottom {
  position: absolute;
  bottom: 10px;
  right: 0;
  left: 0;
}
#content-area .vertical-product-item .details-product .title-medium {
  font-weight: normal;
}
#content-area .vertical-product-item .details-product .price-product {
  position: absolute;
  bottom: 10px;
  right: 0;
  left: 0;
}
#content-area .vertical-product-item .details-product .price-product .new-price {
  bottom: 5px;
}
#content-area .vertical-product-item .btn-add-to-cart {
  display: none;
  position: absolute;
  bottom: 110px;
  text-align: center;
  right: 0;
  left: 0;
}
#content-area .btns-product {
  display: none;
  background-color: #ffffff;
  border-radius: 5px;
  border: 1px solid #e4e4e4;
  padding: 8px 0;
  text-align: center;
  position: absolute;
  top: 30%;
  right: 20%;
  left: 20%;
  z-index: 100;
}
#content-area .btns-product a {
  display: inline-block;
  margin: 0 5px;
  color: #4f4f4f;
  font-weight: bold;
  font-size: 12pt;
}
#content-area .btns-product a:not(:last-child)::after {
  content: '|';
  color: #e4e4e4;
  margin-right: 10px;
}
#content-area .btns-product a:hover {
  color: #df3132;
}
#content-area .label-off {
  display: inline-block;
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 2px 10px;
  border-radius: 5px;
  background-color: #df3132;
  color: #fff;
}
#content-area .label-off-2 {
  display: inline-block;
  padding: 2px 10px;
  border-radius: 5px;
  background-color: #df3132;
  color: #fff;
}
#content-area .top-category-item {
  border: 1px solid #e4e4e4;
  border-radius: 5px;
  padding: 10px;
  margin: 15px 0;
}
#content-area .top-category-item .menu-cat > ul > li {
  display: block;
}
#content-area .top-category-item .menu-cat > ul > li > a {
  color: #222;
  display: block;
  font-weight: bold;
  font-size: 11pt;
}
#content-area .top-category-item .menu-cat > ul > li ul li {
  display: block;
  position: relative;
  margin: 10px 10px 10px 0;
}
#content-area .top-category-item .menu-cat > ul > li ul li::before {
  content: '*';
  color: #929292;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 12pt;
}
#content-area .top-category-item .menu-cat > ul > li ul li a {
  color: #929292;
  margin-right: 10px;
}
#content-area .article-item:hover .image-article img {
  transform: scale(1.1);
}
#content-area .article-item:hover .image-article .btns-article {
  display: block;
}
#content-area .article-item .image-article {
  position: relative;
  overflow: hidden;
}
#content-area .article-item .image-article img {
  display: block;
  margin: 0 auto;
  text-align: center;
  transition: all 0.5s ease;
  border-radius: 5px;
}
#content-area .article-item .btns-article {
  display: none;
  text-align: center;
  position: absolute;
  top: 40%;
  right: 0;
  left: 0;
  z-index: 100;
}
#content-area .article-item .btns-article a {
  display: inline-block;
  text-align: center;
  color: #fff;
  background-color: #000;
  border-radius: 100%;
  padding-top: 8px;
  width: 39px;
  height: 39px;
  font-size: 11pt;
}
#content-area .article-item .btns-article a:hover {
  background-color: #df3132;
  color: #fff;
}
#content-area .article-item .box-info-1 {
  display: inline-block;
  border: 1px solid #e4e4e4;
  border-radius: 5px;
  background-color: #fff;
  padding: 10px 20px 10px 0;
  margin: 15px 0 10px;
}
#content-area .article-item .info-item {
  display: inline-block;
  margin-left: 20px;
  color: #878787;
}
#content-area .article-item .info-item i {
  margin-left: 5px;
}
#content-area .article-item .author-name {
  display: block;
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
  margin-bottom: 15px;
}
#content-area .vertical-article-item {
  margin: 15px 0;
}
#content-area .vertical-article-item .image-article:hover:before {
  content: "";
  position: absolute;
  top: 10px;
  right: 10px;
  left: 10px;
  bottom: 10px;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.4);
  transition: all 0.5s ease-in;
  opacity: 1;
  z-index: 100;
}
#content-area .vertical-article-item .details-article .title {
  margin-top: 0;
  font-weight: bold;
}
#content-area .vertical-article-item .details-article p {
  color: #a9a9a9;
}
#content-area .brands-content {
  border-top: 1px solid #e4e4e4;
  padding: 30px 0;
}
#content-area .brand-item {
  position: relative;
  margin: 15px auto;
  text-align: center;
  display: block;
  width: 100%;
  min-height: 60px;
}
#content-area .brand-item .image-brand {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
}
#content-area .brand-item .image-brand a {
  vertical-align: middle;
}
#content-area .brand-item .image-brand a img {
  border-radius: 5px;
  max-width: 90%;
}
#content-area .breadcrumb-section {
  display: block;
  border-bottom: 1px solid #df3132;
  margin-bottom: 30px;
}
#content-area .breadcrumb-section ul li {
  display: inline-block;
  margin: 11px 0;
  margin-left: 5px;
}
#content-area .breadcrumb-section ul li:not(:last-child)::after {
  content: '/';
  margin-right: 5px;
}
#content-area .breadcrumb-section ul li a {
  color: #000;
}
#content-area .breadcrumb-section ul li a:hover {
  color: #df3132;
}
#content-area .horizontal-article-item {
  margin: 15px 0 30px;
  background-color: #fff;
}
#content-area .horizontal-article-item .title {
  border-bottom: 2px solid #ddd;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
#content-area .horizontal-article-item .title-large {
  font-size: 12pt;
}
#content-area .horizontal-article-item .btn-link {
  color: #df3132;
  font-size: 11pt;
}
#content-area .horizontal-article-item .btn-link:hover {
  color: #000;
}
#content-area .side-box {
  border: 1px solid #e4e4e4;
  border-radius: 5px;
  margin: 15px 0 30px;
}
#content-area .side-box .header-box {
  background-color: #df3132;
  color: #fff;
  border-radius: 5px 5px 0 0;
  padding: 10px 15px 12px 15px;
  font-size: 11pt;
}
#content-area .side-box .content-box {
  padding: 0 15px;
}
#content-area .side-menu ul li {
  display: block;
  margin: 10px 0;
}
#content-area .side-menu ul li a {
  display: block;
  color: #000;
}
#content-area .side-menu ul li a:hover {
  color: #df3132;
  margin-right: 10px;
}
#content-area .list-link ul li {
  display: block;
  margin: 10px 0;
}
#content-area .list-link ul li a {
  color: #000;
}
#content-area .list-link ul li a:hover {
  color: #df3132;
  margin-right: 10px;
}
#content-area .list-link ul li a::before {
  content: '\f0a5';
  font-family: 'fontawesome';
  color: #df3132;
  margin-left: 5px;
}
#content-area .store-information {
  margin: 10px 0;
}
#content-area .key-word {
  margin: 10px 0;
}
#content-area .key-word a {
  display: inline-block;
  background-color: #222;
  color: #fff;
  padding: 5px 15px;
  border-radius: 5px;
  margin: 5px 0;
}
#content-area .key-word a:hover {
  background-color: #df3132;
  color: #fff;
}
#content-area .horizontal-article-item-mini {
  margin: 15px 0;
}
#content-area .horizontal-article-item-mini .details-article {
  margin-right: -15px;
}
#content-area .horizontal-article-item-mini .details-article .title {
  margin-top: 0 !important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#content-area .nav-page {
  background-color: #222;
  border-radius: 5px;
  padding: 10px 15px;
  margin: 15px 0;
}
#content-area .nav-page h1 {
  color: #fff;
}
#content-area .list-products-shop .vertical-product-item {
  border: 1px solid #e4e4e4;
  border-radius: 5px;
}
#content-area .des-page {
  border: 1px solid #e4e4e4;
  padding: 10px 15px;
  border-radius: 5px;
  margin: 15px 0;
}
#content-area .des-page .title-category {
  padding-bottom: 10px;
  border-bottom: 2px solid #e4e4e4;
}
#content-area .box-paging {
  border: 1px solid #e4e4e4;
  padding: 10px 15px;
  border-radius: 5px;
  margin: 15px 0;
  background-color: #fff;
}
#content-area .box-paging .paging {
  display: inline-block;
}
#content-area .box-paging .paging ul li {
  display: inline-block;
  width: 35px;
  height: 35px;
  background-color: #df3132;
  color: #fff;
  border-radius: 5px;
  text-align: center;
  padding-top: 7px;
}
#content-area .box-paging .paging ul li:hover {
  background-color: #000000;
}
#content-area .box-paging .paging ul li a {
  display: block;
  font-size: 11pt;
  color: #fff;
}
#content-area .box-paging .paging .active-page {
  background-color: #000000;
}
#content-area .box-paging p {
  float: left;
  color: #000000;
}
#content-area .box {
  border: 1px solid #e4e4e4;
  padding: 15px 15px;
  margin: 15px 0;
  border-radius: 5px;
}
#content-area .box .title {
  margin-bottom: 15px;
}
#content-area .attachment input {
  display: inline-block;
  width: 85%;
}
#content-area .attachment .btn-default {
  display: inline;
  margin-right: -5px;
  min-height: 39px;
  width: 15%;
  border-radius: 0;
}
#content-area .store-info-2 .item {
  padding: 5px 0 15px;
}
#content-area .store-info-2 .item:not(:last-child) {
  border-bottom: 1px solid #e4e4e4;
}
#content-area .store-info-2 .item .icon {
  display: inline-block;
  width: 10%;
}
#content-area .store-info-2 .item .icon i {
  display: block;
  font-size: 22pt;
  color: #000000;
}
#content-area .store-info-2 .item .des {
  display: inline-block;
  width: 85%;
}
#content-area .store-info-2 .item .des .value {
  display: block;
  margin-right: 10px;
}
#content-area .store-info-2 .item .des a {
  color: #000000;
}
#content-area .store-info-2 .item .des a:hover {
  color: #df3132;
}
#content-area .show-article {
  margin-bottom: 30px;
}
#content-area .show-article .title {
  border-bottom: 2px solid #e4e4e4;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
#content-area .show-article .info-item {
  margin-bottom: 10px;
}
#content-area .show-article img {
  display: block;
  margin: 15px auto;
}
#content-area .show-article .short-des {
  margin: 15px 0;
}
#content-area .title-section {
  border-bottom: 2px solid #e4e4e4;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
#content-area .article-comments-area fieldset {
  margin: 0;
  padding-top: 0;
}
#content-area .comments-area {
  margin: 15px 0;
}
#content-area .comments-area .comment-item-1 {
  border: 1px solid #e4e4e4;
  border-radius: 5px;
  padding: 15px 20px;
  margin: 15px 0;
}
#content-area .comments-area .info-comment span {
  color: #000;
  display: inline-block;
  margin-left: 5px;
}
#content-area .comments-area .info-comment span:not(:last-child)::after {
  content: '|';
  color: #696969;
  margin-right: 10px;
}
#content-area .comments-area .comment-replay {
  border-right: 2px solid #df3132;
  margin-right: 30px;
}
#content-area .comments-area .comment-item-2 {
  border-bottom: 2px solid #e4e4e4;
  margin-bottom: 15px;
  padding-bottom: 10px;
}
#content-area .comments-area .comment-item-2 .from {
  display: block;
  color: #000;
}
#content-area .comments-area .reply-comment-2 {
  margin-right: 15px;
  border-color: #df3132;
}
#content-area fieldset {
  margin: 15px 10px;
  padding: 10px;
  border: 2px solid #e4e4e4;
  border-radius: 5px;
}
#content-area fieldset legend {
  border: none;
  display: inline-block;
  width: auto;
  padding: 5px 15px;
  background-color: #df3132;
  color: #fff;
  border-radius: 5px;
  font-size: 12pt;
}
#content-area .quick-tab {
  border: 1px solid #e4e4e4;
  border-radius: 5px;
  padding: 10px 15px;
  margin-bottom: 30px;
  background-color: #fff;
}
#content-area .quick-tab a {
  display: inline-block;
  margin-left: 15px;
}
#content-area .quick-tab a:hover {
  color: #df3132;
}
#content-area .gallery {
  margin: 15px 0;
}
#content-area .gallery img {
  border: 1px solid #e4e4e4;
  border-radius: 5px;
}
#content-area .gallery .image-zoom {
  position: relative;
  display: block;
}
#content-area .gallery .product-images {
  position: relative;
}
#content-area .gallery .product-images .btns-control-2 {
  display: block;
}
#content-area .gallery .product-images .btns-control-2 .btn-r,
#content-area .gallery .product-images .btns-control-2 .btn-l {
  position: absolute;
  top: 45%;
  font-size: 14pt;
  color: #df3132;
  border-radius: 5px;
  padding: 0 10px;
  z-index: 1;
}
#content-area .gallery .product-images .btns-control-2 .btn-r {
  right: 0;
}
#content-area .gallery .product-images .btns-control-2 .btn-l {
  left: 0;
}
#content-area .gallery .list-image {
  display: block;
}
#content-area .gallery .list-image .item-image {
  text-align: center;
  margin-top: 10px;
}
#content-area .show-product .row-section {
  border-bottom: 1px solid #e4e4e4;
}
#content-area .show-product .title-product {
  overflow: hidden;
}
#content-area .show-product .title-product .title {
  display: block;
  margin-top: 8px;
  font-weight: bold;
}
#content-area .show-product .title-product .en-title {
  display: block;
  float: left;
}
#content-area .show-product .rating-comment {
  display: block;
  padding: 10px 0;
}
#content-area .show-product .rating-comment a {
  display: inline-block;
  color: #000000;
}
#content-area .show-product .rating-comment a::after {
  content: '|';
  margin-right: 20px;
  color: #b2b2b2;
}
#content-area .show-product .rating-comment a i {
  margin-left: 5px;
}
#content-area .show-product .rating-comment a:hover {
  color: #df3132;
}
#content-area .show-product .rating-comment .rating {
  display: inline-block;
  margin-right: 20px;
}
#content-area .show-product .price-product {
  padding: 10px 0;
}
#content-area .show-product .price-product .new-price {
  font-weight: bold;
  font-size: 14pt;
  color: #df3132;
}
#content-area .show-product .price-product .old-price,
#content-area .show-product .price-product .new-price {
  display: inline-block;
  margin-left: 20px;
}
#content-area .show-product .btns {
  padding: 10px 0;
}
#content-area .tab-sections {
  margin: 15px 0;
  border: 1px solid #e4e4e4;
  background-color: #fff;
  border-radius: 5px;
  padding: 10px 15px;
}
#content-area .tab-sections .header-sections-2 {
  border-bottom: 2px solid #e4e4e4;
  padding-bottom: 10px;
}
#content-area .tab-sections .header-sections-2 .title {
  display: inline-block;
}
#content-area .tab-sections .header-sections-2 .title-medium {
  font-weight: bold;
}
#content-area .tab-sections .header-sections-2 .active-tab {
  color: #df3132 !important;
}
#content-area .tab-sections .content-box {
  margin: 30px 0;
}
#content-area .tab-sections .content-box img {
  display: block;
  margin: 0 auto;
  border-radius: 5px;
  box-shadow: 0 5px 10px 0 rgba(191, 191, 191, 0.3);
}
#content-area .tab-sections .content-box .description-tab h1,
#content-area .tab-sections .content-box .description-tab h2,
#content-area .tab-sections .content-box .description-tab h3,
#content-area .tab-sections .content-box .description-tab h4,
#content-area .tab-sections .content-box .description-tab h5,
#content-area .tab-sections .content-box .description-tab h6 {
  margin: 15px 0;
}
#content-area .tab-sections .content-box .description-tab img {
  margin: 15px auto;
}
#content-area .tab-sections .content-box .description-tab ul {
  list-style-type: square;
  padding-right: 15px;
}
#content-area .tab-sections .content-box .description-tab ul li {
  color: #6f6f6f;
  font-size: 11pt;
  margin: 5px 0;
}
#content-area .addintional-property {
  display: table;
  width: 100%;
}
#content-area .addintional-property .group-list-item {
  background-color: #df3132;
  color: #fff;
  padding: 8px 15px;
  font-size: 11pt;
  font-weight: bold;
  text-align: center;
}
#content-area .addintional-property .item-property {
  background-color: #f9f9f9;
  border: 1px solid transparent;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
}
#content-area .addintional-property .item-property .property-name,
#content-area .addintional-property .item-property .property-value {
  padding: 6px 0;
  transition: all 0.5s ease-in-out;
  overflow: auto;
}
#content-area .addintional-property .item-property .property-name span:not(:last-child)::after,
#content-area .addintional-property .item-property .property-value span:not(:last-child)::after {
  content: ',';
  color: #000000;
  margin-right: 5px;
}
#content-area .addintional-property .item-property .property-value {
  padding-right: 10px;
}
#content-area .addintional-property .item-property .property-value {
  border-right: 2px solid #df3132;
}
#content-area .addintional-property .item-property:hover {
  background-color: #222;
}
#content-area .addintional-property .item-property:hover .property-value,
#content-area .addintional-property .item-property:hover .property-name {
  padding-right: 20px;
  color: #fff;
}
#content-area .addintional-property .table-row-item {
  display: table-row;
}
#content-area .addintional-property .table-cell-item {
  display: table-cell;
}
#content-area .list-property ul li {
  display: block;
  margin: 8px 0;
}
#content-area .list-property ul li .name-property {
  display: inline-block;
  color: #000000;
}
#content-area .list-property ul li .name-property::before {
  content: '\f14a';
  font-family: 'fontawesome';
  color: #df3132;
  margin-left: 5px;
}
#content-area .list-property ul li .value-property {
  display: inline-block;
  color: #333333;
}
#content-area .list-property-table {
  padding: 10px 0;
}
#footer-area {
  background-color: #222;
}
#footer-area p {
  color: #b2b2b2;
}
#footer-area .title {
  position: relative;
  cursor: pointer;
  color: #fff;
}
#footer-area .title i {
  position: absolute;
  left: 0;
  color: #ffffff;
  top: 8px;
}
#footer-area .top-section {
  border-bottom: 1px solid rgba(236, 236, 236, 0.1);
}
#footer-area .top-section .news-letter-section {
  padding: 15px;
}
#footer-area .top-section .news-letter-section .des-sec .img-svg {
  display: inline-block;
  font-size: 50px;
  color: #df3132;
  vertical-align: top;
}
#footer-area .top-section .news-letter-section .des-sec .des {
  display: inline-block;
  margin-top: 10px;
  margin-right: 10px;
}
#footer-area .top-section .news-letter-section .des-sec .des .title {
  display: inline;
  color: #fff;
  font-size: 13pt;
}
#footer-area .top-section .news-letter-section .des-sec .des p {
  color: #ababab;
}
#footer-area .top-section .news-letter-section .form-news-letter {
  margin-top: 15px;
}
#footer-area .top-section .news-letter-section .form-news-letter input[type=text] {
  display: inline-block;
  border-radius: 0 5px 5px 0;
  width: 80%;
  min-height: 40px;
}
#footer-area .top-section .news-letter-section .form-news-letter .btn-default {
  display: inline-block;
  width: 18%;
  margin-right: -5px;
  height: 40px;
  border-radius: 5px 0 0 5px !important;
}
#footer-area .middle-section {
  border-bottom: 1px solid rgba(236, 236, 236, 0.1);
}
#footer-area .middle-section .store-info .logo {
  display: block;
  text-align: center;
}
#footer-area .middle-section .store-info .logo img {
  display: block;
  margin: 30px auto 20px auto;
}
#footer-area .middle-section .store-info .item-info {
  display: block;
  margin: 8px 0;
  color: #b2b2b2;
}
#footer-area .middle-section .store-info .item-info i {
  font-size: 13pt;
  min-width: 25px;
}
#footer-area .middle-section .store-info .item-info a {
  color: #b2b2b2;
}
#footer-area .middle-section .store-info .item-info a:hover {
  color: #df3132;
}
#footer-area .middle-section .list-footer {
  margin: 30px 0 50px;
}
#footer-area .middle-section .list-footer ul li {
  display: block;
  margin: 10px 0;
}
#footer-area .middle-section .list-footer ul li a {
  transition: all 0.4s ease;
  color: #b2b2b2;
}
#footer-area .middle-section .list-footer ul li a:hover {
  color: #df3132;
}
#footer-area .bottom-section {
  padding-top: 10px;
}
#footer-area .bottom-section .copy-write,
#footer-area .bottom-section .desaign {
  display: block;
}
#footer-area .bottom-section .copy-write p,
#footer-area .bottom-section .desaign p {
  text-align: center;
  color: #ffffff;
  padding: 0;
}
#footer-area .bottom-section .copy-write a,
#footer-area .bottom-section .desaign a {
  color: #ffffff;
}
#footer-area .bottom-section .copy-write a:hover,
#footer-area .bottom-section .desaign a:hover {
  color: #df3132;
}
@media only screen and (max-width: 749px) {
  .content-list-footer {
    display: none;
  }
  #header-area .top-section {
    text-align: center !important;
    float: none !important;
  }
  #header-area .top-section .menu {
    text-align: right;
    margin-bottom: 15px;
  }
  #header-area .search-section {
    margin: 30px auto ;
  }
  #header-area .search-section input[type=text] {
    width: 75%;
  }
  #content-area .service-item {
    margin-bottom: 15px;
  }
  #content-area .service-item .img-svg {
    padding: 20px 22px 22px 0;
  }
  #content-area .list .header-list-custome ul {
    display: block;
    text-align: center;
  }
  #content-area .list .header-list-custome ul li {
    display: block;
    padding: 0 5px;
  }
  #content-area .list .header-list-custome ul li:not(:last-child)::after {
    content: '' !important;
    color: #838383;
    position: absolute;
    left: 0;
    top: 0;
  }
  #content-area .list .header-list-custome ul li a {
    display: block;
    color: #919191;
    font-weight: bold;
    padding-bottom: 10px;
  }
  #content-area .list .header-list-custome .active-list {
    border-bottom: none !important;
  }
  #content-area .list .header-list-custome .active-list a {
    color: #000;
    font-size: 12pt;
  }
  #content-area .vertical-product-item {
    min-height: 330px;
  }
  #footer-area .top-section .news-letter-section .des-sec .img-svg {
    font-size: 40px;
  }
  #footer-area .middle-section .list-footer {
    margin: 15px 0;
  }
  #footer-area .bottom-section {
    text-align: center;
  }
  #footer-area .bottom-section .desaign {
    float: none !important;
  }
}
h1 {
  font-size: 13pt;
}
h2 {
  font-size: 12pt;
}
h3 {
  font-size: 11pt;
  font-weight: bold;
}
h4 {
  font-size: 11pt;
}
.base-video-item {
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 5px 10px 0 rgba(191, 191, 191, 0.3);
  margin: 15px 0;
}
.base-video-item:hover .base-video-image .play-video {
  color: #df3132;
}
.base-video-item .base-video-image {
  position: relative;
}
.base-video-item .base-video-image .play-video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 30pt;
  box-shadow: 0 5px 10px 0 rgba(255, 255, 255, 0.3);
  border-radius: 100%;
  background-color: transparent;
}
.base-video-item .base-video-image .play-video i {
  display: block;
}
.base-video-item .base-video-image .play-video:hover {
  color: #df3132;
}
.base-video-item .base-video-image img {
  border-radius: 5px;
}
.base-video-item .base-video-title {
  padding: 10px;
}
.el-switch > input[type="checkbox"]:checked + .el-switch-style {
  background-color: #df3132;
}
.panel-info {
  border-color: #df3132;
}
.panel-info .panel-heading {
  background-image: linear-gradient(to bottom, #d31e18 0%, #f13a2d 100%);
  color: #fff;
}
.irs .irs-bar {
  border-top: 1px solid #df3132;
  border-bottom: 1px solid #df3132;
  background: #df3132;
  background: linear-gradient(to top, #d31e18 0%, #f13a2d 100%);
}
.irs .irs-from,
.irs .irs-to,
.irs .irs-single {
  background-color: #df3132;
  color: #fff;
}
.btn-group .btn-info {
  background-color: #222;
  border: 1px solid #df3132;
  color: #fff !important;
}
.btn-group .active {
  background-color: #df3132;
}
.box-message {
  margin: 15px 0;
  background-color: #df3132;
  box-shadow: 0 5px 10px 0 rgba(34, 34, 34, 0.8);
  padding: 10px 15px;
  border-radius: 5px;
}
.box-message span,
.box-message p {
  color: #fff;
  font-weight: bold;
}
.green-box {
  background-color: green;
  box-shadow: 0 5px 10px 0 rgba(12, 184, 41, 0.8);
}
.btn-info {
  border: 1px solid #df3132;
  color: #000 !important;
  background-color: #fff;
}
.btn-info:hover {
  background-color: #df3132;
  color: #fff !important;
  border-color: #df3132;
}
.btn-danger {
  background-color: red;
}
.btn-primary {
  background-color: #000;
}
.btn-primary:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
form .form-group {
  margin-bottom: 0 !important;
}
form .control-label {
  margin-top: 20px;
  font-size: 9pt;
}
