body {
  font-family: "Nunito", sans-serif;
  background: #fff;
}

.bg-gray {
  background: #f5f5f5;
}

.heading {
  text-align: center;
}
.heading h2 {
  font-size: 35px;
  font-weight: 500;
  color: #333333;
  font-family: "Nunito", sans-serif;
}

#header {
  border-bottom: 2px solid #D6D6D6;
}
#header .position-relative {
  height: 74px;
}
#header .position-absolute {
  right: 0;
  top: 0;
  left: 0;
}
#header .list-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 10;
}
#header .list-icon .icon {
  margin: 0 0 0 40px;
  cursor: pointer;
}
#header #menu {
  clear: both;
  position: relative;
}
#header #menu ul li {
  list-style: none;
  margin: 0 20px;
}
#header #menu ul li a.main {
  font-size: 18px;
  font-weight: 400;
  color: #000;
  text-decoration: none;
  padding: 20px 0;
  border-bottom: 4px solid transparent;
  display: block;
}
#header #menu ul li a.main:hover, #header #menu ul li a.main.active {
  border-bottom: 4px solid #F3332D;
}
#header #menu ul li .content {
  position: absolute;
  left: 0;
  top: 71px;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.9);
  width: 100%;
  display: none;
}
#header #menu ul li .content ul li a {
  text-decoration: none;
  font-size: 13px;
  color: #444444;
}
#header #menu ul li .content ul li a.top {
  font-size: 15px;
  color: #F3332D;
  font-weight: 700;
}
#header #menu ul li .content .bottom .col-4:first-child {
  padding: 0 11px 0 0;
}
#header #menu ul li .content .bottom .col-4:nth-child(2) {
  padding: 0 5.5px;
}
#header #menu ul li .content .bottom .col-4:last-child {
  padding: 0 0 0 11px;
}
#header #menu ul li .content .bottom a {
  text-decoration: none;
}
#header #menu ul li .content .bottom a span {
  color: #333333;
  font-size: 16px;
  font-weight: 700;
}
#header #menu ul li .content .bottom a img {
  border-top: 2px solid #535D64;
  width: 100%;
}
#header #menu ul li .content .bottom a:hover span {
  color: #F3332D;
}
#header #menu ul li .content .bottom a:hover img {
  border-top: 2px solid #F3332D;
}
#header #menu ul li:hover .content {
  display: block;
}

.section-product .item .img {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.section-product .item .img:hover .button {
  bottom: 30px;
}
.section-product .item .img .button {
  position: absolute;
  bottom: -100px;
  left: 30px;
  right: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: bottom 1s ease;
  transition: bottom 1s ease;
}
.section-product .item .img .button a.view {
  width: calc(100% - 70px);
  height: 45px;
  background-color: #818181;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section-product .item .img .button a.addtocart {
  background-color: #F3332D;
  width: 60px;
  height: 45px;
  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;
}
.section-product .item .img .button a.addtocart img {
  width: 20px;
}
.section-product .item .body span.brand {
  font-size: 16px;
  font-weight: 400;
  color: #9C9C9C;
}
.section-product .item .body h4.title {
  height: 45px;
  overflow: hidden;
  font-size: 18px;
  font-weight: 400;
  color: #000000;
}
.section-product .item .body .price .price-new {
  color: #F3332D;
  font-size: 16px;
  font-weight: 500;
  margin: 0 20px 0 0;
}
.section-product .item .body .price .price-old {
  font-size: 14px;
  font-weight: 400;
  text-decoration: line-through;
  color: #636363;
}
.section-product .item .body a.addtocart {
  height: 40px;
  width: 237px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 30px;
  border: 1px solid #444444;
  font-size: 15px;
  font-weight: 400;
  color: #444444;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-transform: uppercase;
  text-decoration: none;
}

.section-2 {
  position: relative;
}
.section-2 .block {
  position: absolute;
  width: 50%;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgba(255, 255, 255, 0.5);
}

.style-1 {
  width: 320px;
}
.style-1 h2 {
  font-size: 35px;
  font-weight: 400;
  color: #000;
  font-family: "Nunito", sans-serif;
}
.style-1 p {
  font-family: "Nunito", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
}
.style-1 a {
  height: 40px;
  width: 160px;
  border-radius: 30px;
  background: #F4332C;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
  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;
  text-decoration: none;
}

.section-4 .right {
  background: #F3F1EB;
}

.section-5 .owl-prev {
  left: -30px;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
}
.section-5 .owl-next {
  right: -60px;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
}

#footer .footer-top {
  margin: 0 0 -100px 0;
  position: relative;
}
#footer .footer-top .block-online {
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  background-color: #fff;
  border-top: 10px solid #F4332C;
  padding: 50px;
}
#footer .footer-top .block-online h3 {
  font-family: "Nunito", sans-serif;
  font-size: 20px;
  font-weight: 300;
  position: relative;
}
#footer .footer-top .block-online h3::after {
  content: "";
  position: absolute;
  width: 70px;
  height: 1px;
  background: #212121;
  margin: 12px;
}
#footer .footer-top .block-online .item {
  width: 25%;
}
#footer .footer-top .block-online .item .img {
  background: #F5F5F5;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  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;
  margin: 0 20px 0 0;
}
#footer .footer-top .block-online .item p {
  font-family: "Nunito", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #000;
  margin: 0;
}
#footer .footer-middle {
  padding: 150px 0 50px 0;
  background-color: #000;
}
#footer .footer-middle .info .item img {
  margin: 0 10px 0 0;
}
#footer .footer-middle .info .item p {
  font-family: "Nunito", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  margin: 0;
}
#footer .footer-middle .info a {
  text-decoration: none;
}
#footer .footer-middle .social ul li {
  list-style: none;
  width: 45px;
  height: 45px;
  border: 1px solid #fff;
  border-radius: 50%;
  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;
  margin: 0 20px 0 0;
}
#footer .footer-middle .right h4 {
  font-family: "Nunito", sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #fff;
}
#footer .footer-middle .right ul li {
  list-style: none;
}
#footer .footer-middle .right ul li a {
  font-family: "Nunito", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 35px;
  color: #fff;
  text-decoration: none;
}
#footer .footer-bottom {
  background-color: #2A2A2A;
}
#footer .footer-bottom .copy-right {
  font-family: "Nunito", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
}

#menu-mobile {
  position: absolute;
  right: 20px;
  top: 88px;
}

.section-category h1 {
  font-size: 30px;
  font-weight: 400;
  color: #444444;
}
.section-category .sidebar .item h2 {
  font-size: 20px;
  font-weight: 400;
  border-bottom: 1px solid #CFCFCF;
  padding: 0 0 12px 0;
}
.section-category .sidebar .item ul li {
  list-style: none;
}
.section-category .sidebar .item ul li a {
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  color: #575757;
  text-decoration: none;
  padding: 5px 0;
  display: block;
}
.section-category .sidebar .item ul li a:hover, .section-category .sidebar .item ul li a.active {
  background: url("../img/category/check.svg") no-repeat right center;
}
.section-category .sidebar .item2 h2 {
  font-size: 20px;
  font-weight: 400;
  border-bottom: 1px solid #CFCFCF;
  padding: 0 0 12px 0;
}
.section-category .sidebar .item2 ul li {
  list-style: none;
}
.section-category .sidebar .item2 ul li a {
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  font-weight: 400;
  color: #575757;
  text-decoration: none;
  padding: 5px 0 5px 30px;
  display: block;
}
.section-category .sidebar .item2 ul li a::before {
  content: "";
  width: 18px;
  height: 18px;
  border: 1px solid #B9B9B9;
  position: absolute;
  left: 0;
  top: 5px;
}
.section-category .sidebar .item2 ul li a:hover::after, .section-category .sidebar .item2 ul li a.active::after {
  content: "";
  background: #F3332D;
  width: 12px;
  height: 12px;
  position: absolute;
  left: 3px;
  top: 8px;
}

.section-fiter img {
  width: 30px;
}

.section-breadcrumb ul li {
  float: left;
  list-style: none;
}
.section-breadcrumb ul li a {
  font-size: 15px;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #444444;
  text-decoration: none;
}
.section-breadcrumb ul li a::after {
  content: "/";
  margin: 0 10px;
}
.section-breadcrumb ul li:last-child a::after {
  display: none;
}

.section-detail .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 20px;
}
.section-detail .price span.price-new {
  font-weight: 700;
  font-size: 20px;
  color: #E71B39;
  margin-right: 10px;
}
.section-detail .price span.price-old {
  font-weight: 400;
  font-size: 15px;
  color: #636363;
}
.section-detail .thumb {
  width: 122px;
  margin: 0 20px 0 0;
}
.section-detail .thumb .thumb-prev {
  margin: 0 0 10px 0;
}
.section-detail .thumb .thumb-next {
  margin: 10px 0 0 0;
}
.section-detail .thumb .thumb-prev, .section-detail .thumb .thumb-next {
  text-align: center;
}
.section-detail .thumb .thumb-gallery .slick-slide {
  cursor: pointer;
}
.section-detail .thumb .thumb-gallery .slick-slide img {
  width: 121px;
}
.section-detail .thumb .thumb-gallery .slick-slide.slick-current img {
  border: 1px solid #E71B39;
}
.section-detail .gallery {
  width: calc(100% - 142px);
}

.section-detail .brand {
  font-size: 25px;
  font-weight: 400;
  color: #8C8C8C;
}
.section-detail h1 {
  font-size: 25px;
  font-weight: 400;
  color: #212121;
  text-transform: uppercase;
}
.section-detail .info p {
  margin: 0;
  font-size: 15px;
  font-weight: 400;
  color: #545454;
}
.section-detail .size ul {
  display: inline-block;
  width: 100%;
}
.section-detail .size ul li {
  list-style: none;
  float: left;
  margin: 0 12px 12px 0;
}
.section-detail .size ul li a {
  height: 38px;
  width: 87px;
  border: 1px solid #C9C8C8;
  font-size: 16px;
  font-weight: 400;
  color: #585858;
  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;
  text-decoration: none;
}
.section-detail .size ul li a:hover, .section-detail .size ul li a.active {
  border: 1px solid #F3332D;
  color: #F3332D;
}
.section-detail .number {
  width: 120px;
  height: 40px;
  border: 1px solid #C9C8C8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.section-detail .number span {
  width: 35px;
  background: -webkit-gradient(linear, left bottom, left top, from(#C9C8C8), to(#C9C8C8)), -webkit-gradient(linear, left bottom, left top, from(#F1F1F1), to(#F1F1F1));
  background: linear-gradient(0deg, #C9C8C8, #C9C8C8), linear-gradient(0deg, #F1F1F1, #F1F1F1);
  font-size: 16px;
  font-weight: 400;
  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;
  color: #696969;
  cursor: pointer;
}
.section-detail .number input {
  width: 52px;
  border: none;
  border-left: 1px solid #C9C8C8;
  border-right: 1px solid #C9C8C8;
  background: #fff;
  text-align: center;
  outline: none;
}
.section-detail .button .buy {
  width: 250px;
  height: 40px;
  background-color: #E71B39;
  text-align: center;
  border: 1px solid #E71B39;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  margin: 0 10px 0 0;
}
.section-detail .button .buy2 {
  width: 250px;
  height: 40px;
  background-color: #EC9C00;
  text-align: center;
  border: 1px solid #EC9C00;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}
.section-detail .main-gallery {
  width: calc(100% - 150px);
  position: absolute;
  right: 0;
}
.section-detail .tablist .tab-head {
  border-bottom: 1px solid #CECECE;
}
.section-detail .tablist .tab-head .nav .nav-item {
  margin: 0 20px 0 0;
}
.section-detail .tablist .tab-head .nav .nav-item button {
  border: none;
  font-size: 25px;
  font-weight: 500;
  color: #626262;
  background: none;
}
.section-detail .tablist .tab-head .nav .nav-item button.active {
  border-bottom: 3px solid #E71B39;
  color: #E71B39;
}
.section-detail .tablist .tab-content {
  background-color: #f7f7f7;
}
.section-detail .tablist .tab-content .item {
  margin: 0 20px 0 0;
}
.section-detail .tablist .tab-content .item h3 {
  font-weight: bold;
  font-size: 20px;
  color: #212121;
}
.section-detail .tablist .tab-content .item p {
  font-weight: 500;
  font-size: 15px;
  color: #444444;
}
.section-detail .bx-wrapper {
  width: 120px;
  margin: 0 30px 0 0;
  position: relative;
}
.section-detail .bx-wrapper .bx-viewport {
  margin: 40px 0;
  padding: 3px 0;
}
.section-detail .bx-wrapper .slide.active-slide img {
  border: 1px solid red;
}
.section-detail .bx-wrapper .slide img {
  width: 100%;
}
.section-detail .bx-wrapper .bx-prev {
  background: url("/mobile/src/img/detail/arrow-prev.svg") no-repeat;
  position: absolute;
  width: 58px;
  height: 30px;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-indent: -9999px;
}
.section-detail .bx-wrapper .bx-next {
  background: url("/mobile/src/img/detail/arrow-next.svg") no-repeat;
  position: absolute;
  position: absolute;
  width: 58px;
  height: 30px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-indent: -9999px;
}

.section-other h2 {
  font-size: 35px;
  font-weight: 400;
  color: #000;
}

.section-popup {
  display: none;
}
.section-popup.active {
  display: block;
}
.section-popup .bg {
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 11;
}
.section-popup .inner {
  width: 400px;
  background: #fff;
  z-index: 12;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
  position: fixed;
  border-radius: 5px;
}
.section-popup .inner .close {
  position: absolute;
  top: -40px;
  right: -40px;
  cursor: pointer;
}
.section-popup .inner .content {
  padding: 30px;
}
.section-popup .inner .content h3 {
  font-size: 16px;
  font-weight: bold;
  color: #000;
  margin: 0 0 20px 0;
}
.section-popup .inner .content .form-group {
  position: relative;
  margin: 0 0 20px 0;
}
.section-popup .inner .content .form-group label {
  font-size: 12px;
  font-weight: 300;
  position: absolute;
  background: #fff;
  top: -10px;
  left: 10px;
}
.section-popup .inner .content .form-group input {
  background: #fff;
  outline: none;
  width: 100%;
  height: 42px;
  font-size: 14px;
  font-weight: 300;
  color: #636363;
  border: 1px solid #D9D9D9;
  padding: 0 10px;
}
.section-popup .inner .content .form-group input::-webkit-input-placeholder {
  font-size: 14px;
  font-weight: 300;
  color: #636363;
}
.section-popup .inner .content .form-group input::-moz-placeholder {
  font-size: 14px;
  font-weight: 300;
  color: #636363;
}
.section-popup .inner .content .form-group input:-ms-input-placeholder {
  font-size: 14px;
  font-weight: 300;
  color: #636363;
}
.section-popup .inner .content .form-group input::-ms-input-placeholder {
  font-size: 14px;
  font-weight: 300;
  color: #636363;
}
.section-popup .inner .content .form-group input::placeholder {
  font-size: 14px;
  font-weight: 300;
  color: #636363;
}
.section-popup .inner .content button {
  height: 40px;
  width: 83px;
  border-radius: 5px;
  background-color: #636363;
  border: none;
  margin: 0 auto;
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}

.slider .item {
  position: relative;
}
.slider .item .content {
  position: absolute;
  width: 50%;
  top: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.5);
  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;
}
.slider .item .content .text {
  padding: 0 100px;
}
.slider .item .content h1 {
  font-size: 40px;
  font-weight: 700;
  color: #000000;
}
.slider .item .content p {
  font-size: 15px;
  font-weight: 400;
  color: #444;
}
.slider .item .content a {
  height: 38px;
  width: 139px;
  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;
  background-color: #F3332D;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
}

.section-blog {
  background: #fff;
}
.section-blog .nav {
  border-bottom: 1px solid #E0E0E0;
}
.section-blog .nav button {
  border: none;
  background: none;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  color: #000;
  padding: 1rem 2rem 1rem 0;
}
.section-blog .nav button.active {
  color: #D73554;
  font-weight: 700;
}
.section-blog .card {
  background: none;
  border: none;
  margin: 0 0 1rem 0;
}
.section-blog .card h4.card-title {
  font-weight: 500;
  font-size: 20px;
  color: #333333;
}
.section-blog .card p {
  font-weight: 400;
  font-size: 15px;
  color: #444444;
  border-bottom: 1px solid #E8E8E8;
  padding-bottom: 1rem;
}
.section-blog .card .d-left img, .section-blog .card .d-right img {
  margin-right: 5px;
}
.section-blog .card .like, .section-blog .card .comments {
  margin-right: 5px;
}
.section-blog .card .like img, .section-blog .card .comments img {
  margin-right: 5px;
}
.section-blog a.more {
  font-size: 16px;
  font-weight: 400;
  color: #444;
  text-decoration: underline;
}

.bgmain {
  background: #FFFFFF;
  border-radius: 5px;
}

.stylett {
  position: relative;
}
.stylett .icon {
  margin: 0 25px 0 10px;
}
.stylett .head h2 {
  font-size: 18px;
  font-weight: 400;
  color: #000;
}
.stylett .head p {
  font-size: 16px;
  font-weight: 400;
}
.stylett .head p {
  font-size: 16px;
  font-weight: 400;
}
.stylett .head p a {
  font-weight: 300;
}
.stylett .style1 .input {
  margin-bottom: 0;
}
.stylett .input-column1, .stylett .input-column3, .stylett .input-column2 {
  position: relative;
}
.stylett .input-column1 label, .stylett .input-column3 label, .stylett .input-column2 label {
  position: absolute;
  font-size: 12px;
  font-weight: 300;
  color: #090909;
  margin-bottom: 0;
  top: -12px;
  left: 15px;
  background: #fff;
  padding: 3px;
  z-index: 1;
}
.stylett .style1 .box2 .input-column3:nth-child(1) {
  width: 40%;
}
.stylett .style1 .box2 .input-column3:nth-child(2), .stylett .style1 .box2 .input-column3:nth-child(3) {
  width: 29%;
}
.stylett .input-column2 {
  width: 48%;
}
.stylett .input-column1 {
  width: 100%;
}
.stylett .input-column3 {
  width: 32%;
}
.stylett .input {
  background: #FFFFFF;
  border: 1px solid #CECECE;
  border-radius: 3px;
  width: 100%;
  font-size: 14px;
  font-weight: 300;
  color: #000;
  margin-bottom: 20px;
  padding: 0 15px;
  height: 42px;
  outline: none;
}
.stylett .input::-webkit-input-placeholder {
  font-size: 14px;
  font-weight: 300;
  color: #545454;
}
.stylett .input::-moz-placeholder {
  font-size: 14px;
  font-weight: 300;
  color: #545454;
}
.stylett .input:-ms-input-placeholder {
  font-size: 14px;
  font-weight: 300;
  color: #545454;
}
.stylett .input::-ms-input-placeholder {
  font-size: 14px;
  font-weight: 300;
  color: #545454;
}
.stylett .input::placeholder {
  font-size: 14px;
  font-weight: 300;
  color: #545454;
}
.stylett .textarea {
  height: 100px !important;
}
.stylett .input2 {
  background: #FFFFFF;
  border: 1px solid #CECECE;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 300;
  color: #545454;
  padding: 0 10px;
  width: 100%;
  height: 40px;
}
.stylett .input3 {
  border: none;
  border-bottom: 1px solid #C6C6C6;
  width: 100%;
  height: 40px;
  font-size: 16px;
  font-weight: 300;
  color: #000;
}
.stylett .input3::-webkit-input-placeholder {
  color: #B5B5B5;
}
.stylett .input3::-moz-placeholder {
  color: #B5B5B5;
}
.stylett .input3:-ms-input-placeholder {
  color: #B5B5B5;
}
.stylett .input3::-ms-input-placeholder {
  color: #B5B5B5;
}
.stylett .input3::placeholder {
  color: #B5B5B5;
}

#header2 h2 {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
}
#header2 ul li .img {
  margin-right: 12px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #D4D4D4;
}
#header2 ul li::after {
  content: "";
  width: 50px;
  height: 2px;
  background: #000000;
  margin: 0 16px;
}
#header2 ul li:last-child::after {
  display: none;
}
#header2 ul li.active .img {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #222222;
}
#header2 ul li.active::after {
  content: "";
  width: 50px;
  height: 2px;
  background: #000000;
  margin: 0 16px;
}
#header2 ul li span {
  font-size: 16px;
  font-weight: 300;
  text-transform: uppercase;
  color: #000000;
}

.sort2 {
  position: relative;
  width: 100%;
}
.sort2 span.top {
  font-size: 15px;
  font-weight: 400;
  background: url("../img/down_icon.svg") no-repeat right center;
  padding-right: 20px;
  cursor: pointer;
}
.sort2 .input.active + .box-open {
  display: block;
  z-index: 999;
}
.sort2 .box-open .content2 {
  overflow-y: scroll;
  height: 100px;
  padding-right: 10px;
}
.sort2 .box-open .content2::-webkit-scrollbar {
  width: 2px;
  border-radius: 5px;
}
.sort2 .box-open .content2::-webkit-scrollbar-thumb {
  background-color: #000000;
}
.sort2 .search-form {
  position: relative;
  margin-bottom: 16px;
}
.sort2 .search-form input[type=text] {
  border: 0.5px solid #A4A4A4;
  border-radius: 5px;
  width: 100%;
  height: 40px;
  font-size: 14px;
  font-weight: 300;
  color: #8C8C8C;
  padding: 0 30px 0 10px;
  outline: none;
}
.sort2 .search-form button {
  border: none;
  position: absolute;
  right: 0;
  top: 0;
  height: 40px;
  border: none;
  background: transparent;
  outline: none;
}
.sort2 .box-open {
  display: none;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.13);
          box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.13);
  border-radius: 5px;
  position: absolute;
  padding: 20px;
  width: 100%;
  top: 42px;
}
.sort2 .box-open .content2 .item p {
  font-size: 13px;
  font-weight: 300;
  color: #212121;
  padding: 0 10px;
}
.sort2 .box-open:hover {
  background-color: #F3F3F3;
}

.phuongthucthanhtoan .box .item {
  width: 19%;
  background: #FFFFFF;
  border: 1px solid #E2E2E2;
  border-radius: 5px;
  height: 250px;
  text-align: center;
  padding: 20px 5px;
  position: relative;
}
.phuongthucthanhtoan .box .item .img {
  position: absolute;
  top: 55px;
  mix-blend-mode: luminosity;
}
.phuongthucthanhtoan .box .item img {
  mix-blend-mode: luminosity;
}
.phuongthucthanhtoan .box .item:nth-child(2) img {
  margin-top: -15px;
}
.phuongthucthanhtoan .box .item .radio {
  position: relative;
  height: 40px;
}
.phuongthucthanhtoan .box .item [type=radio]:checked {
  width: 100%;
  height: 256px;
  left: 0;
}
.phuongthucthanhtoan .box .item [type=radio]:checked + label + .img img {
  mix-blend-mode: normal;
}
.phuongthucthanhtoan .box .item [type=radio]:not(:checked) {
  width: 100%;
  height: 256px;
  left: 0;
}
.phuongthucthanhtoan .box .item p {
  font-size: 16px;
  font-weight: 300;
  color: #000;
  position: absolute;
  top: 130px;
}
.phuongthucthanhtoan .style1 [type=radio]:checked + label, .phuongthucthanhtoan .style1 [type=radio]:not(:checked) + label {
  padding-left: 20px;
}
.phuongthucthanhtoan .note {
  margin-top: 25px;
  clear: both;
}
.phuongthucthanhtoan .note p {
  font-size: 16px;
  font-weight: 300;
  color: #000;
}
.phuongthucthanhtoan .note span {
  font-weight: 400;
}

.style1 [type=radio]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background: #fff;
  border: 1px solid #000;
}
.style1 [type=radio]:checked + label:after {
  content: "";
  width: 10px;
  height: 10px;
  background: #000;
  position: absolute;
  top: 5px;
  left: 5px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.style1 [type=radio]:not(:checked) + label:after {
  content: "";
  width: 12px;
  height: 12px;
  background: #F87DA9;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
}
.style1 [type=radio]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.style1 [type=radio]:checked, .style1 [type=radio]:not(:checked) {
  position: absolute;
  width: 20px;
  height: 20px;
  z-index: 10;
  opacity: 0;
  cursor: pointer;
}
.style1 [type=radio]:checked + label, .style1 [type=radio]:not(:checked) + label {
  position: relative;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  font-size: 16px;
  font-weight: 300;
  color: #000;
  top: 0;
  left: 0;
  padding-left: 42px;
}
.style1 .box2 [type=radio]:checked + label, .style1 .box2 [type=radio]:not(:checked) + label {
  padding-left: 15px;
  top: -8px;
}
.style1 [type=radio]:checked + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #000;
  border-radius: 100%;
  background: #fff;
}

.style2 .checkbox {
  background: #FFFFFF;
  border: 1px solid #000000;
  border-radius: 3px;
  width: 22px;
  height: 22px;
}
.style2 [type=radio]:checked, .style2 [type=radio]:not(:checked) {
  position: absolute;
  width: 20%;
  height: 20px;
  z-index: 10;
  opacity: 0;
  cursor: pointer;
}
.style2 [type=radio]:checked + label, .style2 [type=radio]:not(:checked) + label {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  height: 25px;
}
.style2 [type=radio]:checked + label:before, .style2 [type=radio]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: #FFFFFF;
  border: 1px solid #606060;
  border-radius: 3px;
  width: 22px;
  height: 22px;
}
.style2 [type=radio]:checked + label:after {
  content: "";
  background: url("../img/thanhtoandangnhap/check.svg") no-repeat;
  width: 12px;
  height: 9px;
  position: absolute;
  left: 5px;
  top: 7px;
}
.style2 [type=radio]:not(:checked) + label:after {
  content: "";
  width: 12px;
  height: 12px;
  background: #F87DA9;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
}
.style2 [type=radio]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.thongtinxuathoadon .box, .ghichudonhang .box {
  position: relative;
  cursor: pointer;
}

.thongtinxuathoadon .box p, .ghichudonhang .box p {
  margin: 0;
  margin-left: 20px;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  text-transform: uppercase;
}
.thongtinxuathoadon .box.active + .box2, .ghichudonhang .box.active + .box2 {
  display: block;
}
.thongtinxuathoadon .box.active .checkbox::before, .ghichudonhang .box.active .checkbox::before {
  content: "";
  background: url(../img/thanhtoanchuadangnhap/arrow.svg) no-repeat;
  width: 12px;
  height: 9px;
  position: absolute;
  left: 5px;
  top: 6px;
}
.thongtinxuathoadon .box2, .ghichudonhang .box2 {
  display: none;
  margin: 40px 0 0 0;
}
.thongtinxuathoadon .box2 textarea, .ghichudonhang .box2 textarea {
  width: 100%;
  background: #F5F5F5;
  border-radius: 5px;
  height: 80px;
  font-size: 16px;
  font-weight: 300;
  color: #C8C8C8;
  outline: none;
  padding: 15px;
  border: none;
}

.ghichudonhang .box2 {
  margin: 20px 50px 0 42px;
}

.thongtindonhang .head img {
  margin-right: 15px;
}
.thongtindonhang .head h4 {
  font-size: 14px;
  font-weight: 400;
  color: #000;
  text-transform: uppercase;
  margin-right: 20px;
}
.thongtindonhang .head span {
  font-size: 16px;
  font-weight: 300;
  color: #575757;
}
.thongtindonhang .content {
  overflow-y: scroll;
  height: 305px;
  padding-right: 10px;
}
.thongtindonhang .content::-webkit-scrollbar {
  width: 2px;
  border-radius: 5px;
}
.thongtindonhang .content::-webkit-scrollbar-thumb {
  background-color: #000000;
}
.thongtindonhang .content .item {
  padding: 20px 0;
  border-bottom: 1px solid #EBEBEB;
}
.thongtindonhang .content .item .left {
  width: 62px;
  margin-right: 10px;
}
.thongtindonhang .content .item .center {
  width: 150px;
  padding-right: 10px;
  display: block;
}
.thongtindonhang .content .item .center .title {
  font-size: 14px;
  width: 150px;
  font-weight: 300;
  color: #000000;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.thongtindonhang .content .item .right {
  width: 130px;
  text-align: right;
}
.thongtindonhang .content .item .right span.price {
  font-size: 14px;
  font-weight: 300;
  color: #000000;
}
.thongtindonhang .content .item .right .number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 75px;
  border: 1px solid #C9C9C9;
  border-radius: 3px;
  height: 25px;
  float: right;
}
.thongtindonhang .content .item .right .minius, .thongtindonhang .content .item .right .plus {
  background-color: #F9F9F9;
  width: 25px;
  line-height: 25px;
  text-align: center;
  cursor: pointer;
}
.thongtindonhang .content .item .right input {
  width: 25px;
  line-height: 25px;
  text-align: center;
  background-color: #fff;
  border: none;
  border-right: 1px solid #C9C9C9;
  border-left: 1px solid #C9C9C9;
  font-size: 14px;
  color: #3D3D3D;
  outline: none;
}
.thongtindonhang .content .item:last-child {
  border-bottom: none;
}

.magiamgia .head {
  margin-bottom: 10px;
}
.magiamgia .head img {
  margin-right: 15px;
}
.magiamgia .head h4 {
  font-size: 18px;
  font-weight: 400;
  color: #000;
  text-transform: uppercase;
  margin-right: 20px;
}
.magiamgia .head span {
  font-size: 16px;
  font-weight: 300;
  color: #575757;
}
.magiamgia .bg {
  background: #f4f5f7;
  width: 100%;
  padding: 10px;
}
.magiamgia .bg .img {
  width: 60px;
  text-align: center;
}
.magiamgia .bg p {
  font-size: 16px;
  font-weight: 300;
  color: #000;
  width: calc(100% - 100px);
}
.magiamgia .bg p span {
  font-weight: 600;
}
.magiamgia .content {
  margin-bottom: 10px;
  position: relative;
}
.magiamgia .content input {
  background: #FFFFFF;
  border: 1px solid #D2D2D2;
  border-radius: 5px;
  width: 100%;
  height: 40px;
  padding: 0 10px;
}
.magiamgia .content button {
  position: absolute;
  background: #545252;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  right: 0;
  top: 0;
  height: 40px;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  width: 120px;
}

.tongcong span:nth-child(1) {
  font-size: 16px;
  font-weight: 300;
  color: #000000;
}
.tongcong span:nth-child(2) {
  font-size: 16px;
  font-weight: 600;
  color: #000;
}
.tongcong .item {
  padding: 5px 0;
}
.tongcong .item2 {
  margin: 10px 0 0 0;
  padding: 10px 0 0 0;
  border-top: 1px solid #E2E2E2;
}
.tongcong .item2 .color {
  color: #FF326C;
}

.button #cash {
  background: #F3332D;
  border-radius: 5px;
  width: 100%;
  height: 58px;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  border: none;
  margin-bottom: 15px;
}

.diachinhanhang .boxchoose {
  position: absolute;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 7px rgba(81, 81, 81, 0.25);
          box-shadow: 0px 0px 7px rgba(81, 81, 81, 0.25);
  border-radius: 5px;
  padding: 16px;
  top: 30px;
  right: 0;
  display: none;
  z-index: 8;
}
.diachinhanhang .boxchoose ul li {
  margin: 5px 0;
  list-style: none;
}
.diachinhanhang .boxchoose ul li a {
  font-size: 16px;
  font-weight: 300;
  color: #000000;
  text-decoration: none;
}
.diachinhanhang .boxship {
  background: #FFFFFF;
  border-radius: 5px;
  border: 1px solid #CECECE;
}
.diachinhanhang .boxship .thanhpho-popup .input, .diachinhanhang .boxship .quan-popup .input, .diachinhanhang .boxship .phuong-popup .input {
  margin-bottom: 0;
}
.diachinhanhang .boxship .box1, .diachinhanhang .boxship .box3 {
  padding: 15px 10px 10px 10px;
}
.diachinhanhang .boxship .box2 {
  background: #F0F0F0;
  padding: 10px;
}
.diachinhanhang .boxship label {
  font-size: 16px;
  font-weight: 400;
  color: #000;
}
.diachinhanhang .content2 .boxship2 {
  padding-left: 8px;
}
.diachinhanhang .content2 .boxship2 label {
  font-size: 16px;
  font-weight: 400;
  color: #000;
}
.diachinhanhang .content2 .boxship2 .box2 {
  padding-left: 42px;
  margin-bottom: 12px;
}
.diachinhanhang .content2 .boxship2 .input-column2 {
  background: #FFFFFF;
  border: 1px solid #E2E2E2;
  border-radius: 5px;
  padding: 15px;
}
.diachinhanhang .content2 .boxship2 .style {
  padding: 5px 15px;
  border: 1px dashed #B0B0B0;
}
.diachinhanhang .content2 .boxship2 .style a {
  text-decoration: none;
}
.diachinhanhang .content2 .boxship2 .style span:nth-child(1) {
  font-size: 26px;
  font-weight: 400;
  color: #000;
}
.diachinhanhang .content2 .boxship2 .style span:nth-child(2) {
  font-size: 16px;
  font-weight: 300;
  color: #000;
  padding: 0 20px 0 7px;
  cursor: pointer;
}
.diachinhanhang .content2 .boxship2 .item {
  position: relative;
  width: calc(100% - 20px);
  padding-left: 10px;
  z-index: 1;
  right: 0;
  top: 2px;
}
.diachinhanhang .content2 .boxship2 .item.active .boxchoose {
  display: block;
}
.diachinhanhang .content2 .boxship2 .item span {
  font-size: 16px;
  font-weight: 400;
  color: #000000;
}
.diachinhanhang .content2 .boxship2 .item span.macdinh {
  font-size: 12px;
  font-weight: 300;
  color: #fff;
  background: #000;
  border-radius: 2px;
  padding: 0 5px;
  margin-left: 5px;
}
.diachinhanhang .content2 .boxship2 .item p {
  font-size: 16px;
  font-weight: 300;
  color: #575757;
  margin-top: 8px;
  height: 45px;
  overflow: hidden;
}
.diachinhanhang .content2 .boxship2 .item .choose {
  position: absolute;
  cursor: pointer;
  right: 0;
  top: 3px;
}
.diachinhanhang .content2 .boxship2 .item .choose span {
  display: block;
  width: 4px;
  height: 4px;
  background: #C4C4C4;
  border-radius: 50%;
  margin-bottom: 3px;
}
.diachinhanhang .content2 .boxship2 [type=radio]:checked + label:after {
  top: 5px;
}

.bgpopup {
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  right: 0;
  z-index: 12;
  display: none;
}

.addaddress, .editaddress {
  position: absolute;
  width: 500px;
  left: 0;
  top: 100px;
  right: 0;
  margin: 0 auto;
  background: #FFFFFF;
  border-radius: 10px;
  padding: 30px;
  z-index: 14;
  display: none;
}
.addaddress .style2, .editaddress .style2 {
  margin: 0 0 20px 0;
}
.addaddress .style2 label, .editaddress .style2 label {
  font-size: 16px;
  font-weight: 400;
  color: #000000;
}
.addaddress .button .huy, .editaddress .button .huy {
  margin-right: 10px;
  background: #FFFFFF;
  border: 1px solid #727272;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 300;
  color: #000000;
  width: 60px;
  height: 40px;
  outline: none;
  cursor: pointer;
}
.addaddress .button .giao, .editaddress .button .giao {
  background: #DBDBDB;
  border-radius: 5px;
  width: 190px;
  height: 40px;
  border: none;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  outline: none;
  cursor: pointer;
}
.addaddress .button .giao:hover, .editaddress .button .giao:hover {
  background: #212121;
}
.addaddress .item, .editaddress .item {
  margin: 10px 0;
}
.addaddress .close_popup, .editaddress .close_popup {
  position: absolute;
  right: 30px;
  cursor: pointer;
}
.addaddress h2, .editaddress h2 {
  font-size: 20px;
  font-weight: 400;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #E3E3E3;
}
.addaddress h2 img, .editaddress h2 img {
  margin-right: 10px;
}

.section-cart {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 15;
  background: #FFFFFF;
  width: 390px;
  height: 100%;
  display: none;
}
.section-cart.active {
  display: block;
}
.section-cart span.close {
  cursor: pointer;
}
.section-cart span.close img {
  width: 14px;
  height: 14px;
}
.section-cart .head {
  background: #F5F5F5;
  padding: 1rem;
}
.section-cart .head h3 {
  font-weight: 500;
  font-size: 16px;
  color: #000000;
}
.section-cart .bottom {
  padding: 1rem;
}
.section-cart .bottom .total span:nth-child(1) {
  font-size: 20px;
  font-weight: 300;
  color: #000000;
}
.section-cart .bottom .total span:nth-child(2) {
  font-size: 20px;
  font-weight: 400;
  color: #F3332D;
}
.section-cart .bottom .button {
  background: #F3332D;
  width: 100%;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
}
.section-cart .content {
  height: calc(100% - 175px);
  overflow-y: scroll;
}
.section-cart .card {
  border: none;
  background: none;
}
.section-cart .card .line-bottom {
  border-bottom: 1px solid #EAEAEA;
}
.section-cart .card .img {
  width: 70px;
  height: 70px;
  margin: 0 20px 0 0;
}
.section-cart .card .text .title {
  font-size: 13px;
  font-weight: 500;
  color: #333;
}
.section-cart .card .text .price-new {
  font-size: 14px;
  font-weight: 400;
  color: #F3332D;
  margin: 0 5px 0 0;
}
.section-cart .card .text .price-old {
  font-weight: 300;
  font-size: 13px;
  -webkit-text-decoration-line: line-through;
          text-decoration-line: line-through;
  color: #606060;
}
.section-cart .card .text input {
  width: 66px;
  height: 30px;
  background: #FFFFFF;
  border: 1px solid #A2A2A2;
  text-align: center;
  font-weight: 300;
  font-size: 14px;
  color: #000000;
  outline: none;
}



.section-daily .border-right {
  border-right: 1px solid #D3D3D3;
}
.section-daily h2 {
  font-size: 20px;
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
}
.section-daily .form label {
  font-size: 14px;
  font-weight: 400;
  color: #444444;
}
.section-daily .form .input {
  background: #d9d9d9;
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  color: #444;
  height: 45px;
  border: none;
  padding: 0 10px;
  outline: none;
}
.section-daily .form button {
  width: 220px;
  height: 50px;
  background: #1C1C1C;
  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;
  font-size: 18px;
  color: #fff;
}
.section-daily .form button img {
  margin: 0 0 0 10px;
}

.list-question .question-item {
  cursor: pointer;
}
.list-question .question-item.style_1.active .open {
  display: block;
}
.list-question .question-item.style_1.active p {
  background: url("../img/daily/icon3.svg") right center no-repeat;
}
.list-question .question-item.style_1 p {
  border-top: 1px solid #D3D3D3;
  border-bottom: 1px solid #D3D3D3;
  background: url("../img/daily/icon2.svg") right center no-repeat;
  font-size: 18px;
  font-weight: 400;
  color: #000;
  padding: 20px 20px 20px 0;
  margin: 0 0 -1px 0;
}
.list-question .question-item.style_3.active .open {
  display: block;
}
.list-question .question-item.style_3.active p {
  background: url("../img/detail/icon11.svg") right center no-repeat;
}
.list-question .question-item.style_3 p {
  border-top: 1px solid #8F8F8F;
  border-bottom: 1px solid #8F8F8F;
  background: url("../img/detail/icon10.svg") right center no-repeat;
  font-size: 18px;
  font-weight: 400;
  color: #000;
  padding: 20px 20px 20px 0;
  margin: 0 0 -1px 0;
}
.list-question .question-item.style_2 {
  min-height: 70px;
  position: relative;
}
.list-question .question-item.style_2.active .open {
  display: block;
}
.list-question .question-item.style_2.active p {
  background: url("../img/detail/icon11.svg") right center no-repeat;
}
.list-question .question-item.style_2 p {
  position: absolute;
  top: 10px;
  left: 90px;
  background: url("../img/detail/icon10.svg") right center no-repeat;
  font-size: 18px;
  font-weight: 400;
  color: #000;
  padding: 10px 0;
  margin: 0;
  width: calc(100% - 90px);
}
.list-question .question-item.style_2 .open {
  padding: 0 0 0 90px;
}
.list-question .question-item .open {
  display: none;
  font-size: 15px;
  font-weight: 400;
  color: #444;
  line-height: 30px;
}

.section-search {
  position: fixed;
  background: #fff;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  display: none;
}
.section-search.active {
  display: block;
}
.section-search .img {
  border-bottom: 1px solid #ABABAB;
}
.section-search .close {
  position: absolute;
  right: 30px;
  top: 30px;
  cursor: pointer;
}
.section-search .close img {
  margin: 0 10px 0 0;
}
.section-search .form {
  padding: 100px 16px 0 16px;
  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;
}
.section-search .form .input {
  position: relative;
  width: 822px;
}
.section-search .form .input input {
  width: 100%;
  height: 60px;
  background: #FFFFFF;
  border: 1px solid #585858;
  font-weight: 400;
  font-size: 16px;
  color: #444444;
  padding: 0 10px;
  outline: none;
}
.section-search .form .input input::-webkit-input-placeholder {
  font-weight: 400;
  font-size: 16px;
  color: #444444;
}
.section-search .form .input input::-moz-placeholder {
  font-weight: 400;
  font-size: 16px;
  color: #444444;
}
.section-search .form .input input:-ms-input-placeholder {
  font-weight: 400;
  font-size: 16px;
  color: #444444;
}
.section-search .form .input input::-ms-input-placeholder {
  font-weight: 400;
  font-size: 16px;
  color: #444444;
}
.section-search .form .input input::placeholder {
  font-weight: 400;
  font-size: 16px;
  color: #444444;
}
.section-search .form .input button {
  position: absolute;
  top: 15px;
  right: 15px;
  border: none;
  background: none;
}
.section-search .box-search {
  position: absolute;
  background: #FFFFFF;
  border-radius: 5px;
  width: 822px;
  margin: 0 auto;
  z-index: 10;
  border: 0.5px solid #797979;
  border-top: none;
  border-radius: 0;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  display: none;
  left: 0;
  right: 0;
  height: 400px;
  overflow-y: scroll;
}
.section-search .box-search ul {
  margin: 0;
  padding: 0;
}
.section-search .box-search ul li {
  list-style: none;
}
.section-search .box-search ul li a {
  text-decoration: none;
}
.section-search .box-search .tim-thuong-hieu, .section-search .box-search .tim-danh-muc {
  padding: 15px 30px;
  border-bottom: 1px solid #E2E2E2;
}
.section-search .box-search .tim-thuong-hieu li, .section-search .box-search .tim-danh-muc li {
  margin: 5px 0;
}
.section-search .box-search .tim-thuong-hieu span, .section-search .box-search .tim-danh-muc span {
  font-weight: 300;
  font-size: 16px;
  color: #000;
}
.section-search .box-search .tim-thuong-hieu a, .section-search .box-search .tim-danh-muc a {
  font-size: 16px;
  color: #000;
  font-weight: 600;
  margin: 0 5px;
}
.section-search .box-search .tim-san-pham {
  padding: 15px 30px;
}
.section-search .box-search .tim-san-pham li {
  margin: 10px 0;
}
.section-search .box-search .tim-san-pham a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section-search .box-search .tim-san-pham a img {
  width: 64px;
  height: 64px;
  margin-right: 20px;
}
.section-search .box-search .tim-san-pham a span {
  font-size: 15px;
  color: #212121;
}
.section-search .box-search .tim-san-pham a.xtc {
  background: #F5F5F5;
  border: 1px solid #E3E3E3;
  border-radius: 20px;
  width: 380px;
  height: 45px;
  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;
  margin: 15px auto 0 auto;
  text-decoration: none;
}

.cart-icon{
	position: relative;
}
.cart-icon span {
    position: absolute;
    background: #FF326C;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    top: -5px;
    right: -5px;
    text-align: center;
    line-height: 25px;
}

.check-paging{
	background: #FFFFFF;
	border-radius: 5px;
	padding: 10px;
	clear: both;
}
.check-paging .nav-paging {
	display: flex;
	align-items: center;
	justify-content: center;
}
.check-paging .nav-paging a {
	width: 35px;
	height: 35px;
	font-size: 14px;
	font-weight: 400;
	background: #C4C4C4;
	border-radius: 50%;
	display: flex;
	color: #fff;
	align-items: center;
	justify-content: center;
	margin: 0 10px;
	text-decoration: none;
}
.check-paging .nav-paging a:hover, .check-paging .nav-paging a.curent-page {
	background: #FF326C;
}

.section-daily .form #add_contact {
    width: 220px;
    height: 50px;
    background: #1C1C1C;
    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;
    font-size: 18px;
    color: #fff;
	text-decoration: none;
}