body {
  margin: 0px;
  padding: 0px;
  color: #232323;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 12px;
  font-style: normal;
  line-height: 1.25;
}

*, :after, :before, html {
  box-sizing: border-box;
}

.page-wrapper {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  height: auto;
  background-color: #ffffff;
}

.section {
  display: grid;
  width: 100%;
  grid-template-columns:  1fr 1140px 1fr;
  grid-template-rows: auto;
}

.header {
  height: 33px;
  background-color: #000000;
}

a {
  text-decoration: none;
  color:#000000;
  cursor: pointer;
}

.nav-dark a {
  color:#ffffff;
}

.nav-dark a:hover {
  color: #f26659;
}

.divider-ver {
  height: 16px;
  border-left: solid 1px rgba(255,255,255,0.4);
}


.header-main .logo{
  height: 91px;
}


.header-search {
  height: 43px;
  max-width: 500px;
  background-color: rgba(0,0,0,0.03);
  border-radius: 90px;
}

input {
  border: none;
  background-color: transparent;
  outline: none;
}

.item-hotline {
  height: 62px;
  border: solid 1px #ddd;
  border-radius: 5px;
}

.item-hotline .hotline-icon {
  left: -20px;
  width: 40px;
  height: 40px;
  border: solid 1px #ddd;
  border-radius: 50%;
  background-color: #fff;
  font-size: 25px;
  line-height: 36px;
}



.header-main {
  display: grid;
  grid-template-columns: max-content 1fr max-content;
  grid-template-rows: 100%;
}

.header-bottom  {
  height: 44px;
}

.header-bottom-content {
  display: grid;
  grid-template-columns: max-content 1fr max-content;
  grid-template-rows: 100%;
}

.menu-title {
  overflow: hidden;
}
.menu-title::before {
  content: '';
  display: block;
  box-shadow: -3px 0px 3px 0px #b30e10;
  width: 5px;
  position: absolute;
  top: 0;
  left: 5px;
  height: 100%;
}
.menu-title::after {
  content: '';
  display: block;
  box-shadow: 3px 0px 3px 0px #b30e10;
  width: 5px;
  position: absolute;
  top: 0;
  right: 5px;
  height: 100%;
}

.icon-nav-top  {
  width: 42px;
  height: 46px;
  background-position: 0 -36px;
  background-image: url(images/sprite.png?v=2.1);
  background-repeat: no-repeat;
  vertical-align: middle;
}

.icon-nav-1 {
  background-position: 0 -36px;
}

.icon-nav-2 {
  background-position: -55px -39px;
}

.icon-nav-3 {
  background-position: -106px -38px;
}

.icon-nav-4 {
  background-position: -155px -39px;
}

.icon-nav-5 {
  display: block;
  width: 260px;
  height: 54px;
  background-position: 0 -110px;
  background-image: url(images/sprite.png?v=2.1);
  background-repeat: no-repeat;
}

.menu-item-icon {
  width : 12px;
}

#menu-70-0 .menu-wrapper-70 {
  border: solid 1px #ddd;
  border-radius: 0px 0px 4px 4px;
}

.menu-wrapper  {
  background-color: #fff;
  z-index: 200000;
}

#menu-70-0 .menu-wrapper-child {
  border: solid 1px #ddd;
  border-radius: 4px 4px 4px 4px;
  background-color: #fff;
  z-index: 200000;
}

.menu-divider {
  border-top: solid 1px #ddd;
}


.page-title {
  overflow: hidden;
  border-bottom: 2px solid #CE0707;
  font-size: 20px;
}

.page-title-text {
  text-transform: uppercase;
  font-size: 20px;
  line-height: 26px;
  background: #e80104;
  color: #fff;
  border-radius: 5px 5px 0 0;
  padding: 6px 20px;
  font-weight: bold;
  position: relative;
  width: max-content;
}

.page-title-text:before {
  content: '';
  display: block;
  line-height: 40px;
  background: #ffabac;
  width: 15px;
  height: 40px;
  position: absolute;
  top: 8px;
  right: 0;
  margin-right: -13px;
  transform: skewX(13deg);
  border-radius: 0 5px 0 0;
}

.page-title-text:after {
  content: '';
  display: block;
  line-height: 40px;
  background: #e80104;
  width: 18px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
  margin-right: -7px;
  transform: skewX(21deg);
  border-radius: 0 5px 0 0;
}

h1, h2, h3, h4, h5, h6 {
  text-rendering: optimizeSpeed;
  color: #555;
  margin-bottom: 0px;
  margin-top: 0;
  line-height: 125%;
}

h1, h2, h3, h4, h5, h6, .banner h1, .banner h2 {
  font-weight: 700;
  font-style: normal;
}

.body-content {
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: 1fr 270px;
  column-gap: 32px;
  margin-top: 32px;
}

.body-right-bar {
  grid-area: 1/2/2/3;
  align-self: start;
  justify-self: start;
  width: 100%;
  border: 1px solid #ddd;
}

.menu-right-divider {
  height: 100%;
  border-right: solid 1px #ddd;
}

.body-left-product {
  grid-area: 1/1/2/2;
  align-self: start;
  justify-self: start;
  width: 100%;
  overflow-x: hidden;
  border-left: solid 1px #ddd;
  border-top: solid 1px #ddd;
}

.product-list-item {
  width: 20%;
  border-right: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
}

.product-list-item-image-box {
  width: 100%;
  aspect-ratio: 1;
  position: relative;
}

.product-list-item-image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0px;
  left: 0px;
  object-position: 50% 50%;
}

.product-list-item-info {
  height: 85px;
}

.price-sale {
  text-shadow: 3px 0 0 #e9dede, -3px 0 0 #fff, 0 3px 0 #fff, 0 -3px 0 #fff, 2px 2px #fff, -2px -2px 0 #fff, 2px -2px 0 #fff, 0px 3px 5px #220d0d;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  width: 100%;
}

.price-regular {
  text-decoration-line: line-through;
  opacity: 0.5;
}

.badge-discount {
  background-image: url(images/giamgia.png);
  width: 49px;
  height: 49px;
  top: 10px;
  right: 10px;
}

.footer-content {
  display: grid;
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr 1fr 1.5fr;
  grid-area: 1/2/2/3;
}

.footer-copyright {
  height: 40px;
  color: rgba(0,0,0,0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  grid-area: 1/2/2/3;
}

button, button, input[type=button], input[type=reset], input[type=submit] {
  text-rendering: optimizeLegibility;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0;
  box-sizing: border-box;
  color: currentColor;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: bolder;
  margin: 0px;
  padding: 0px;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-shadow: none;
  text-transform: uppercase;
  transition: transform .3s, border .3s, background .3s, box-shadow .3s, opacity .3s, color .3s;
  vertical-align: middle;
}

.btn-fix-hotline {
  background: #FFB400 !important;
  border-radius: 20px;
  padding: 7px 18px;
  color: white;
  display: block;
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 99999;
}

.product-detail-body {
  display: grid;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 220px;
  column-gap: 20px;

  min-height: 1000px;
  grid-area: 1/2/2/3;
}

.gallery-thumbs {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  column-gap: 12px;
  overflow: hidden;
}

.gallery-thumb-item {
  border: solid 1px #ddd;
  width: calc(25% - 9px);
  aspect-ratio: 1;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  opacity: 0.5;
  transition: opacity 0.5s;
}

.gallery-thumb-item.active {
  opacity: 1;
  cursor: default;
}

.gallery-thumb-item img {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.3s;
}

.gallery-thumb-item:hover {
  opacity: 1 !important;
}

.gallery-thumb-item:hover img {
  transform: translate(0%, -10px);
}

.gallery-thumb-item.active:hover img {
  transform: translate(0%, 0px) !important;
} 

.gallery-large-item {
  display: none;
}

.gallery-large-item.active {
  display: block;
}

.breadcrumbs a {
  color: hsla(0, 0%, 40%, .7);
  font-weight: 400;
}

.breadcrumbs .divider {
  color: hsla(0, 0%, 40%, .7);
}
.breadcrumbs a:hover {
  color: hsla(0, 0%, 40%, 1);
}

.review-count {
  color: #3365c1;
}

.review-count:hover {
  color: #f26659;
}


.regular-price .amount-value {
  text-decoration-line: line-through;
}

.regular-price .currency-symbol {
  text-decoration-line: line-through;
}

.product-variation {
  cursor: pointer;
  box-shadow: 0 2px 3px 0 rgba(0,0,0,.15);
  background-color: #fff;
  border: 1px solid #e7e7e7 !important;
  border-radius: 4px;
  width: 205px;
}

.product-variation.active {
  background-color: #FFFFCC;
  border: 1px solid #f89008 !important;
}

.circle-choice {
  border-radius: 10px;
  height: 8px;
  width: 8px;
  border: 1px solid #e7e7e7;
  background-color: #fff;
  margin-top: 4px;
  flex-shrink: 0;
}

.product-variation.active .circle-choice {
  background-color: #3fb846;
}

.product-variation-desc.active {
  display: block;
}

.product-variation-desc{
  display: none;
}

.pre {
  font-family: "Roboto", sans-serif;
  margin: 0px;
}

.product-variation-price {
  display: none;
}

.product-variation-price.active {
  display: block;
}


.product-add-to-cart {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
}

.product-add-to-cart-item, .product-buy-now-item {
  border-radius: 4px;
  padding: 12px 20px;
  background-color: #ffb400 ;
  grid-area: 1/1/2/2;
  width: 100%;
  align-self: start;
  justify-self: start;
  cursor: pointer;
}

.product-buy-now-item {
  background-color: #e40000 ;
  grid-area: 1/2/2/3;
}

.product-add-to-cart-item:hover, .product-buy-now-item:hover {
  box-shadow: inset 0 0 0 100px rgba(0, 0, 0, .2);
}

.product-offer {
  border: solid 1px #e80104;
  border-radius: 5px;
}

.product-offer a {
  color: #e80104;
  font-size: 14px;
}

.product-offer-title {
  background-color: #e80104;
  border-radius: 20px;
  padding: 6px 20px;
  top: 0px;
  left: 20px;
  transform: translate(0px , -50%);
}

.product-tab-scroll {
  border-bottom: solid 1px #ddd;
  border-left: solid 1px #ddd;
}

.product-tab-scroll-item {
  border-top: solid 1px #ddd;
  border-right: solid 1px #ddd;
  margin-right: -1;
  background-color: #f5f5f5;
  color: #333;
  cursor: pointer;
}

.product-tab-scroll-item:focus {
  background-color: #fff;
  color: #e00;
  border-top: solid 2px #d00;
  margin-right: -1px;
}

.product-desc-title, .product-comment-title, .facebook-comment-title {
  border-bottom: solid 2px #0a0a0a;
}

.product-review  {
  border: solid 1px #ddd;
  border-radius: 4px;
  padding: 8px 12px;
  display: grid;
  grid-template-columns: 1fr max-content;
  grid-template-rows: auto;
}

.comment-submit {
  grid-area: 1/2/2/3;
  background-color: #CE0707;
  padding: 8px 20px;
  align-self: center;
  justify-self: center;
  border-radius: 4px;
}

.review-row {
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr 120px;
}

.review-bar {
  background-color: #eee;
  border-radius: 2px;
  width: 100%;
  height: 16px;
  overflow: hidden;
}

.review-bar-cont {
  height: 100%;
  background-color: #f5a623;
}

.review-divider {
  border-bottom: solid 1px #ddd;
}

.review-form {
  border: solid 1px #ddd;
  border-radius: 4px;
  overflow: hidden;
}

.review-form-input {
  border: none;
  outline: none;
  height: 100px;

  border-bottom: solid 1px #ddd;
  font-size: 12px;
  padding: 7px 12px;
}

.review-form-row {
  display: grid;
  grid-template-columns: 1fr 1.5fr 1.5fr max-content;
  grid-template-rows: auto;
  padding-right: 12px;
}

.radio-circle {
  border-radius: 20px;
  border: solid 1px #ddd;
  height: 12px;
  width: 12px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.radio-circle-center {
  width: 6px;
  height: 6px;
  border-radius: 12px;
}

.radio-circle.active {
  border-color: #3398d2;
}

.radio-circle.active .radio-circle-center {
  background-color: #3398d2;
}

.review-form-row input {
  height: 40px;
  padding: 12px 7px;
  outline: none;
  border: solid 1px #ddd;
  width: 100%;
  border-radius: 4px;
}

.review-form-row input:focus {
  border: solid 1px #3398d2;
}

.submit_review_form {
  background-color: #fbd648;
  border-radius: 4px;
  padding: 7px 12px;
}

.radio-choice {
  align-self: center;
  justify-self: end;
}

.product-side-bar-item {
  width: 100%;
  border: solid 1px #ddd;
}

.product-side-bar-item .product-list-item-info {
  height: auto;
}

.product-item-title {
  border-bottom: 2px solid #CE0707;
}

.product-item-title span {
  padding: 10px 20px;
  background-color: #CE0707;
  display: inline-block;
}

.product-item-title span::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 38px solid transparent;
  border-left: 27px solid #CE0707;
  border-bottom: 0px solid transparent;
  border-right: 0 solid transparent;
  position: absolute;
  top: 0px;
  right: -27px;
}

.product-related-item {
  width: calc(25% - 12px);
  border: solid 1px #ddd;
}

.banner-container {
  grid-area: 1/2/2/3;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 278px;
  column-gap: 20px;
  row-gap: 20px;
  padding: 20px 0px;
  display: grid;
}

.banner-container img {
  object-fit: cover;
  object-position: center center;
}

.home-contact {
  grid-area: 1/2/2/3;
  width: 100%;
  height: 40px;
  grid-template-columns: max-content 1fr;
  grid-template-rows: auto;
  display: grid;
}

.home-contact-title {
  grid-area: 1/1/2/2;
  background-color: #ce0707;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0px 12px;
  position: relative;
}

.home-contact-title::after {
  content: '';
  display: block;
  width: 0;
  border: solid 20px transparent;
  border-left-color: #ce0707;
  position: absolute;
  right: -40px;
  top: 0;
}

.home-contact .marquee {
  grid-area: 1/2/2/3;
  width: 100%;
  height: 100%;
  background-color: black;
  padding-left: 30px;
  padding-right: 20px;
  display: flex;
  align-items: center;
}

.home-contact marquee {
  color: #fff;
  font-size: 16px;
}

.product-tab-item {
  width: 25%;
  flex-shrink: 0;
}

/* .product-side-bar-item .product-list-item-info {
  height: auto;
} */

.product-featured-tab-item {
  display: none;
}

.product-featured-tab-item.active {
  display: flex;
}

.product-featured-tab-header {
  border-bottom: 1px solid #e80104;
}

.product-featured-tab-item-title {
  border-radius: 4px 4px 0px 0px;
  background-color: #fff;
  padding: 8px 12px;
  width: max-content;
  color: hsla(0,0%,40%,.85);
  cursor: pointer;
}

.product-featured-tab-item-title:hover {
  color: hsla(0,0%,40%,1);
}

.product-featured-tab-item-title.active {
  color: white !important;
  background-color: #e80104;
}

.product-featured-tab-content-item {
  flex-wrap: nowrap;
  overflow: hidden;
  width: 100%;
  border-left: solid 1px #ddd;
  border-top: solid 1px #ddd;
  display: none;
}

.product-featured-tab-content-item.active {
  display: flex;
}

.product-featured {
  grid-area: 1/2/2/3;
  display: grid;
  grid-template-columns: 1fr 280px;
  grid-template-rows: auto;
}

.post_title {
  border-bottom: solid 1px #ddd;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: start;
}

.product-home-list-content {
  border-left: solid 1px #ddd;
  border-top: solid 1px #ddd;
}

.product-home-item {
  width: 16.666%;
  flex-shrink: 0;
}

