:root {
  --color_primary: #99000A;
  --color_secondary: #00b751;
  --color_text: rgba(47, 47, 47, 1);
  --bg_footer: rgba(127, 0, 8, 1);
  --text_footer: rgba(249, 249, 249, 1);
  --color_active: #e40000;
  --text_dark: #2f2f2f;
  --text_grey: #cbcbcb;
  --bg_cart: #f3f4f4;
  --bg_light: #f9f9f9;
}
@font-face {
  font-family: 'FontAwesome';
  src: url('//cdn.hstatic.net/themes/1000231532/1001413822/14/fontawesome.eot?v=136');
  src: url('//cdn.hstatic.net/themes/1000231532/1001413822/14/fontawesome.eot?v=136') format('embedded-opentype')
  , url('//cdn.hstatic.net/themes/1000231532/1001413822/14/fontawesome.woff?v=136') format('woff')
  , url('//cdn.hstatic.net/themes/1000231532/1001413822/14/fontawesome.ttf?v=136') format('truetype')
  , url('//cdn.hstatic.net/themes/1000231532/1001413822/14/fontawesome.svg?v=136') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
* {
  font-family: 'Inter'
  , sans-serif !important;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-display: swap;

}
.glyphicon {
  font-family: 'Glyphicons Halflings' !important;
}
.fa {
  font-family: 'FontAwesome' !important;
}
html,
body {

  border: 0;
  background-color: #fff;
}
html {
  font-size: 62.5%;
  -webkit-overflow-scrolling: touch;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: 100%;
}
img {
  max-width: 100%;
}
body {
  line-height: 1.4;
  font-size: 14px;
  color: var(--color_text);
  overflow-x: hidden;
  background: #fff;
  background-color: var(--bg_light);
  position: initial !important;
}
/* 1.2 - HTML5 Elements */
article,
aside,
details,
figcaption,
figure,
dialog,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
/* 1.4 - Typography */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #252a2b;
  margin: 0 0 13px;
  font-weight: 500;
  line-height: 1.2
}
h1 {
  font-size: 36px;
}
h2 {
  font-size: 28px;
  text-transform: uppercase;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 13px;
  line-height: 18px;
}
h5 {
  font-size: 12px;
  line-height: 18px;
}
h6 {
  font-size: 10px;
  line-height: 18px;
  text-transform: uppercase;
}

/* 1.5 - Links and Buttons */
a {
  color: #252a2b;
  text-decoration: none;
  outline: none;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a:hover,
a:focus {
  color: #99000A;
  text-decoration: none;
  outline: none;
}
a:active {
  outline: none;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #252a2b;
  line-height: 1.1;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #99000A;
}
/* 1.6 - Tables */
table {
  width: 100%;
  border-spacing: 0;
}
table tr td {
  border-top: 1px solid #dddddd;
}
table tr td,
table tr th {
  padding: 10px;
  text-align: left;
}
table tr td:first-child,
table tr th:first-child {
  padding-left: 0;
}
table tr td:last-child,
table tr th:last-child {
  padding-right: 0;
}
strong {
  font-weight: 700;
}
em {
  font-style: italic;
}
/* 2.3 - Lists */
ul {
  padding: 0;
  list-style-type: none;
}
ul.unstyled,
ol.unstyled {
  margin: 0;
  list-style: none outside none;
}
ul.unstyled > li,
ol.unstyled > li {
  list-style: none;
}
ul.horizontal > li,
ol.horizontal > li {
  display: block;
  float: left;
}
ul.horizontal-inline,
ol.horizontal-inline {
  text-align: center;
}
ul.horizontal-inline > li,
ol.horizontal-inline > li {
  display: inline;
  margin: 0 5px;
}
ul.expanded > li,
ol.expanded > li {
  margin-bottom: 10px;
}
a {
  transition: opacity 150ms linear
  , color 150ms linear
  , background 150ms linear;
}
input:focus {
  outline: none;
}

/* 1.5 - Lists */
ul,
ol {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.typeList-style ul {
  list-style: initial;
  padding-left: 20px;

}

.typeList-style ol {
  list-style-type: decimal;
  padding-left: 20px;
}

.typeList-style ul ul {
  list-style-type: circle;
}

.typeList-style ul ul ul {
  list-style-type: square;
}

.typeList-style ul li,
.typeList-style ol li {
  margin: 5px 0;
}
/* lazyload */
.owl-carousel .owl-item img,
.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: initial !important;
}
img.owl-lazy:not([src]) {
  visibility: hidden;
}
.owl-carousel .owl-item img:not(.ls-blur-up-img) {
  width: auto !important;
  text-align: center;
  margin: auto;
  overflow: hidden;
}

.ratiobox {
  position: relative;
  display: block;
}
.ratiobox .ls-blur-up-is-loading,
.ratiobox .lazyload:not([src]) {
  visibility: hidden;
  min-height: 200px;
}
.ratiobox .ls-blur-up-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  font-family: "blur-up: auto"
  , "object-fit: contain";
  -o-object-fit: contain;
  object-fit: contain;
  filter: blur(8px);
  opacity: 1;
  transition: opacity 500ms
  , filter 700ms;
}
.ratiobox .ls-blur-up-img.ls-inview.ls-original-loaded {
  opacity: 0;
  filter: blur(5px);
}

/* END ++++ lazyload */
@media(min-width: 1200px) {
  .container-fluid {
    max-width: 1600px;
    padding: 0 30px;
  }
  .wrapper-home-information .container-fluid {
    padding-left: 0;
  }
  .layout-pageContact .container-fluid {
    padding-left: 0;
  }
}
@media(min-width: 1280px) {
  .container-fluid {
    padding: 0 75px;
  }
}
.mainContent-theme {
  min-height: 80vh;
}
/*========================================================================*/
main.main-index {
  position: relative;
  z-index: 99;
}
.button {
  position: relative;
  display: inline-block;
  padding: 10px 28px;
  line-height: normal;
  border: 1px solid #ffffff;
  border-radius: 0;
  text-transform: uppercase;
  font-size: 12px;
  text-align: center;
  letter-spacing: 1px;
  background-color: transparent;
  -webkit-transition: color 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86)
  , border 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: color 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86)
  , border 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  z-index: 1;
  color: #252a2b;
  overflow: hidden;
}
.button:before {
  position: absolute;
  content: '';
  display: block;
  left: -2px;
  top: 0;
  right: -2px;
  bottom: 0;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: left center;
  transform-origin: left center;
  z-index: -1;
  background-color: #ffffff;
  -webkit-transition: -webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: -webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86)
  , -webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.button:hover {
  color: #fff;
}
.button.dark {
  color: #fff;
  border-color: #65d1e6;
}
.button.dark:before {
  background-color: #65d1e6;
}
.button.dark:hover {
  color: #252a2b;
}
.button:hover:before {
  -webkit-transform-origin: right center;
  transform-origin: right center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.wrap-flex-align {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.flex-column {
  -webkit-flex-direction: column;
  flex-direction: column;
}
button:focus {
  border-color: transparent;
  outline: none;
}
.heading-page h1 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
  text-transform: uppercase;
}


/*
   .content-page * {
   font-size: initial !important;
   }
*/
.sitebox-recaptcha {
  padding: 6px 0 0;
  text-align: left;
  color: #9e9e9e;
  font-size: 13px;
  clear: both;
}
.sitebox-recaptcha a {
  color: #2962ff;
}
.grecaptcha-badge {
  visibility: hidden;
}

.pd-page {
  padding-top: 0;
}

@media(min-width: 1200px) {
  .animation-tran .site-animation {
    -webkit-transform: translateY(60px);
    -moz-transform: translateY(60px);
    -o-transform: translateY(60px);
    transform: translateY(60px);
    opacity: 0;
    -webkit-transition: opacity 300ms linear
    , transform 300ms linear;
    -moz-transition: opacity 300ms linear
    , transform 300ms linear;
    -o-transition: opacity 300ms linear
    , transform 300ms linear;
    transition: opacity 300ms linear
    , transform 300ms linear
  }
  .animation-tran.active .site-animation {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
  }
}
.logo-desktop {
  max-height: 60px;
}


/*
   --------------------------------------------------------------------------------
   HEADER
   --------------------------------------------------------------------------------
*/
/*--------------------- Menu Desktop ---------------------*/

/*============================================================*/


/*
   --------------------------------------------------------------------------------
   INDEX
   --------------------------------------------------------------------------------
*/

/*------------------------- PRODUCT ITEM-------------------------*/


/*
   --------------------------------------------------------------------
   PRODUCT DETAIL
   --------------------------------------------------------------------
*/.product-detail-main {
  margin-bottom: 43px;
}
.product-content-desc .product-title {
  margin-bottom: 10px;
}
.product-content-desc .product-title h1 {
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0;
}
#pro_sku {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  margin-top: 5px;
  display: block;
}
.product-content-desc .product-price {
  margin-bottom: 10px;
}
.product-content-desc .product-price .pro-sale {
  display: none;
}
.product-content-desc .product-price .pro-price {
  font-size: 20px;
  font-weight: 700;
  color: var(--color_secondary);
}
.product-content-desc .product-price del {
  font-size: 16px;
  color: #666;
  margin-left: 8px;
}
.product-content-desc .selector-actions {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
}
.selector-actions .module-wrap-sizes {
  max-width: 118px;
  margin-right: 60px;
}
.module-wrap-sizes .quantity-area {
  width: 100%;
  height: 30px;
  position: relative;
}
.module-wrap-sizes .quantity-area .qty-btn {
  position: absolute;
  top: 0;
  border: 1px solid #2F2F2F;
  width: 30px;
  border-radius: 2px;
}
.module-wrap-sizes .quantity-area .qty-btn.qty-minus {
  left: 0;
}
.module-wrap-sizes .quantity-area .qty-btn.qty-plus {
  right: 0;
}
.module-wrap-sizes .quantity-area .quantity-selector {
  width: 100%;
  text-align: center;
  height: 100%;
  border: 0;
  background: transparent;
  font-size: 16px;
  line-height: calc(26 / 16);
  font-weight: 500;
}

.selector-actions .btn-addtocart {
  padding: 16px 46px;
  font-size: 16px;
  font-weight: 500;
  line-height: calc(26 / 16);
  text-transform: initial;
  background: var(--color_active);
  border: 1px solid var(--color_active);
  color: #fff;
  border-radius: 5px;
  display: inline-block;
  transition: all 0.3s;
}
.selector-actions .btn-addtocart:hover {
  background: #fff;
  color: var(--color_active);
  border-color: var(--color_active);
}
.selector-actions .sold-out .btn-addtocart {
  background: var(--text_dark);
  border-color: var(--text_dark);
  color: #fff;
}
.selector-actions .wrap-addcart-preorder {
  width: 100%;
}
.selector-actions .wrap-addcart-preorder .btn-addtocart {
  width: 100%;
  display: block;
  text-align: center;
}
.product-info__more {
  margin-top: 25px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin-left: -8px;
  margin-right: -8px;
}
.product-info__policy {
  flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  padding: 0 8px;
}
.product-info__policy .pro-policy__item {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  margin-bottom: 5px;
}
.pro-policy__item .pro-policy__icon {
  margin-right: 10px;
  display: inline-block;
  line-height: 0;
}
.pro-policy__item .pro-policy__txt {
  font-size: 14px;
  font-weight: 500;
  line-height: calc(21 / 14);
}
.product-info__tags {
  flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  padding: 0 8px;
  font-size: 14px;
  line-height: calc(21 / 14);
  font-weight: 500;
}
.product-inventorys {
  margin-top: 15px;
}

.inventory-area {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  margin-bottom: 10px;
}
.inventory-area .inventory-select {
  width: calc(50% - 5px);
  height: 35px;
  border: 1px solid #dcdcdc;
  padding: 0 10px;
  font-size: 14px;
  font-weight: 500;
  outline: 0;
  border-radius: 4px;
  background: transparent;
}

.product-inventorys .stock-item {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  font-size: 12px;
  padding: 8px 0;
}
.product-inventorys .stock-item .stock-item__phone {
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  flex: 0 0 100px;
  color: #99000A;
}
.product-inventorys .stock-item .stock-item__phone a {
  color: #99000A;
}
.product-inventorys .stock-item svg {
  fill: currentColor;
  display: inline-block;
  margin-right: 3px;
  vertical-align: middle;
}
.product-inventorys .stock-item .stock-item__address {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
.product-inventorys .stock-item .stock-item__address svg {
  fill: #0864c1;
}
.product-inventorys .stock-item .stock-item__address a {
  color: #0864c1;
  text-decoration: underline;
}
#stock-box-mobile {
  max-height: 200px;
  height: 100%;
  overflow: hidden;
  overflow-y: auto;
  border: 1px solid #dcdcdc;
  border-radius: 6px;
  padding: 5px 10px 5px 5px;
  margin-top: 10px;
}
#stock-box-mobile::-webkit-scrollbar {
  width: 8px;
}
#stock-box-mobile::-webkit-scrollbar-track {
  background: #f0f0f0;
  border-radius: 4px;
}
#stock-box-mobile::-webkit-scrollbar-thumb {
  background: #99000A;
  border-radius: 4px;
}
#stock-box-mobile::-webkit-scrollbar-thumb:hover {
  background: #555;
}
#stock-box-mobile h4 {
  padding-left: 8px;
  margin-bottom: 2px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
}
.product-tabs .product-tabs__item {
  padding: 25px 0;
}
.product-tabs .product-tabs__item:not(:last-child) {
  border-bottom: 1px solid rgba(238, 238, 238, 1);
}
.product-tabs .product-tabs__title {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: calc(26 / 16);
  position: relative;
  cursor: pointer;
  text-transform: uppercase;
}
.product-tabs .product-tabs__title .tab-icon {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.product-tabs .product-tabs__title .tab-icon svg {
  transition: all 0.3s;
}
.product-tabs .product-tabs__title.active .tab-icon svg {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.product-tabs .product-tabs__content {
;
/*display:none;*/
}
.product-tabs .product-tabs__content table {
  width: 100% !important;
}

.product-tabs__links {
  display: flex;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
  overflow-x: auto;
  margin-top: 15px;
}
.product-tabs__link a {
  padding: 10px 15px;
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid transparent;
  transition: all ease-in-out 250ms;
}
.product-tabs__link a.active {
  border-color: var(--color_primary);
  color: var(--color_primary);
}
.product-tabs__link a:hover {
  border-color: var(--color_primary);
  color: var(--color_primary);
}

.product-gallery {
  max-width: 682px;
  width: 100%;
}
.description-productdetail .table_info_product tr td {
  border: none;
}

.description-productdetail td {
  padding-left: 10px !important;
}
.description-productdetail ul {
  padding: 0 0 0 20px;
  list-style-type: initial !important;
  list-style-position: inside !important;
  margin-bottom: 5px;
}
.slide_product .pro-video {
  position: relative;
  overflow: hidden;
  padding-bottom: 100%;
}
.slide_product .pro-video video,
.slide_product .pro-video iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
}
.slide_product .product-gallery-item.gallery-item img {
  margin: 0;
  width: 100% !important;
  border-radius: 15px;
}
.slide_product:not(.owl-loaded) .product-gallery-item.gallery-item:not(:first-child) {
  display: none;
}
.slide_product .product-gallery-item.gallery-item {
  padding: 5px;
  border-radius: 15px;
  border: 1px solid #dcdcdc;
  overflow: hidden;
}
.product-gallery__thumbs-container {
  margin-top: 15px;
}
.product-gallery__thumbs:not(.owl-loaded) {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-left: -5px;
  margin-right: -5px;
}
.product-gallery__thumbs:not(.owl-loaded) .product-gallery__thumb {
  flex: 0 0 calc(100% / 4);
  max-width: calc(100% / 4);
  padding: 0 5px;
}
.product-gallery__thumbs:not(.owl-loaded) .product-gallery__thumb:nth-child(n + 5) {
  display: none;
}
.product-gallery__thumb {
  border: 1px solid #dcdcdc;
  padding: 5px;
  border-radius: 15px;
  overflow: hidden;
}

.product-gallery__thumb img {
  border-radius: 15px;
}
.product-gallery__thumb.active {
  border-color: var(--color_active);
}
.product-gallery__thumb.thumb-video {
  position: relative;
}
.product-gallery__thumb.active.thumb-video:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: #ababab;
  opacity: 0.4;
  border-radius: 15px;
}
.product-gallery__thumb.thumb-video .video-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.list-productRelated {
  margin-bottom: 40px;
}
.section-product .heading-title h2 {
  font-size: 20px;
  line-height: calc(30 / 20);
  font-weight: 600;
  margin: 0;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--bg_footer);
}
.list-products-app .owl-nav {
  opacity: 1;
  visibility: visible;
}
.list-products-app .owl-nav button {
  position: absolute;
  top: 50%;
}
.product-review-article {
  margin-bottom: 40px;
}
.product-review-article .heading-title {
  margin-bottom: 20px;
}
.bc-product-review .bc-review__meta {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
}
.bc-product-review .bc-review__tq {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.bc-product-review .bc-review__meta .bc-review__tq {
  margin-right: 43px;
}
.bc-review__meta .bc-review__stars {
  display: flex;
  align-items: center;
  margin-right: 13px;
}
.bc-review__meta .bc-review__stars .review-icon {
  margin-right: 5px;
}
.bc-review__meta .bc-review__txt {
  font-size: 14px;
  line-height: calc(21 / 14);
  font-weight: 500;
}
.bluecore-rating-stars__star-wrapper .bluecore-rating-stars__hollow-star {
  color: #f8ce1a;
  display: block;
  stroke: #f8ce1a;
  width: 18px;
  height: 18px;
  fill: currentColor;
  position: relative;
}
.bluecore-rating-stars__star-wrapper .bluecore-rating-stars__primary-star {
  color: #f8ce1a;
  stroke: #f8ce1a;
  display: block;
  position: absolute;
  left: 0;
  overflow: hidden;
  width: 18px;
  height: 18px;
}
.bluecore-rating-stars__star-wrapper .bluecore-rating-stars__lit {
  overflow: hidden;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}
.bluecore-rating-stars__star-wrapper {
  position: relative;
  margin-right: 5px;
}
.bluecore-rating-stars__star-wrapper .bluecore-rating-stars__primary-star polygon {
  fill: #f8ce1a;
}
.bluecore-rating-stars__star-wrapper .bluecore-rating-stars__lit.not-fill .bluecore-rating-stars__primary-star polygon {
  fill: none;
}
.bc-review__images {
  display: flex;
}
.image-review-line {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
}
.image-review-line img {
  max-height: 90px;
  width: auto;
}

.bc-review__filter {
  display: flex;
}
.bc-review__filter .review-filter__line {
  border: 1px solid #DCDCDC;
  margin-right: 17px;
  position: relative;
}
.bc-review__filter .review-filter__line .filter-v {
  font-size: 14px;
  font-weight: 500;
  line-height: calc(21 / 14);
  padding: 7px 12px;
  display: inline-block;
  cursor: pointer;
}
.bc-review__filter .review-filter__line select.filter-v {
  background: transparent;
  border: 0;
  outline: 0;
  display: inline-block;
  margin-right: 7px;
  padding-right: 0;
}

.bc-review__filter .review-filter__line .filter-ic {
  display: inline-block;
  margin-left: 30px;
}
.bc-review__list {
  margin-top: 20px;
}
.bc-review__list .bc-review__item {}
.bc-review__list .bc-review__item:not(:last-child) {
  border-bottom: 1px solid #DCDCDC;
  padding-bottom: 29px;
  margin-bottom: 33px;
}
.bluecore-reviews-loadmore {
  display: inline-block;
  border: 1px solid transparent;
  width: 200px;
  padding: 10px 0;
  background: var(--color_primary);
  color: #fff;
}
.bluecore-reviews-loadmore:hover {
  border-color: var(--color_primary);
  background: transparent;
  color: var(--color_primary);
}

.bc-review__item .bc-review__name {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  margin-bottom: 10px;
}
.bc-review__name h4 {
  font-size: 14px;
  font-weight: 500;
  line-height: calc(21 / 14);
  margin: 0;
}
.bc-review__name .bc-review__stars {
  display: flex;
  align-items: center;
  margin-left: 10px;
}
.bc-review__item .bc-review__content {
  font-size: 13px;
  line-height: calc(21 / 13);
  margin-bottom: 7px;
}
.bc-review__item .bc-review__date {
  font-size: 14px;
  font-weight: 500;
  line-height: calc(21 / 14);
}

.map-link {
  text-decoration: underline;
  color: var(--color_primary);
}
/* ----------------- PRODUCT DETAIL GAME ------------------*/
.product-game__top {
  padding-top: 95px;
  background-size: cover;
  background-repeat: no-repeat;
}
.product-game__top .product-content-desc .product-title h1 {
  color: #fff;
}
.product-game__top .module-wrap-sizes .quantity-area .qty-btn {
  background: transparent;
  border-color: #fff;
  color: #fff;
}
.product-game__top .module-wrap-sizes .quantity-area input {
  color: #fff;
}
.product-game__top .pro-policy__item .pro-policy__txt {
  color: #fff;
}
.product-game__top .product-info__tags {
  color: #fff;
}
.product-game__top .product-info__tags a {
  color: #fff;
}
.product-game__top .numberStore {
  color: #fff;
}
.product-game__top .pro-policy__item .pro-policy__icon svg path {
  fill: #fff;
}
.product-game__gallery .game-gallery__item {
  border-radius: 15px;
  overflow: hidden;
}
.game-gallery__slider .owl-item:not(.center) .game-gallery__item {
  transform: scale(0.95);
  -webkit-transform: scale(0.95);
}
.game-gallery__slider .owl-nav {
  opacity: 1;
  visibility: visible;
}
.game-gallery__slider .owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.game-gallery__slider .owl-nav button.owl-prev {
  left: 0;
}
.game-gallery__slider .owl-nav button.owl-next {
  right: 0;
}
.product-game__bot {
  padding-top: 142px;
  padding-bottom: 74px;
  background-size: cover;
  background-repeat: no-repeat;
}
.prdouct-game__description {
  max-width: 1111px;
  width: 100%;
  margin: 0 auto;
}
.prdouct-game__description .description-box {
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: calc(21 / 14);
}
.prdouct-game__description .description-box * {
  color: #fff;
}
.prdouct-game__description .description-box h2,
.prdouct-game__description .description-box h3,
.prdouct-game__description .description-box h4,
.prdouct-game__description .description-box h5 {
  font-size: 24px;
  font-weight: 700;
  line-height: calc(38 / 24);
  color: #fff;
  margin-bottom: 20px;
}
.product-game__blog {
  margin-top: 263px;
}
.product-game__blog .game-article__item .game-article__detail {
  padding-top: 20px;
}
.game-article__item .game-article__detail h4 {
  font-size: 20px;
  font-weight: 700;
  line-height: calc(30 / 20);
  color: #fff;
  margin-bottom: 20px;
}
.game-article__item .game-article__detail .game-article__des {
  font-size: 13px;
  font-weight: 400;
  line-height: calc(21 / 13);
  color: #fff;
}
.product-game__snip {
  margin-top: 43px;
}
/* ------------------------ Style variant ------------------------ */
.product-image-detail ul {
  margin: 0;
}
.selector-wrapper,
.select {
  display: none;
}
.swatch {
  padding: 10px 0 6px;
  width: 100%;
  float: left;
}
.swatch .header {
  margin: 0 0 8px;
  font-size: 13px;
  text-align: left;
  line-height: initial;
}
.swatch input {
  display: none;
}
.swatch > label.tt-label {
  margin-right: 10px;
  font-size: 14px;
  font-weight: 500;
  vertical-align: middle;
  text-transform: uppercase;
  width: 85px;
  text-align: right;
}
.swatch .select-swap {
  display: inline-block;
  vertical-align: middle;
}
.swatch input {
  display: none;
}
.swatch .swatch-element.soldout {
  pointer-events: none;
}
.swatch .swatch-element {
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 8px;
  position: relative;
  vertical-align: bottom;
}
.swatch .swatch-element label {
  display: block;
  margin: 0;
  background: #fff;
  min-width: 40px;
  padding: 10px 5px;
  position: relative;
  border: 1px solid #e5e5e5;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  cursor: pointer;
}
.swatch .swatch-element.color.soldout label span {
  overflow: hidden;
  position: relative;
}
.swatch .swatch-element.color.soldout label span:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 50%;
  height: 50%;
  background: url('//cdn.hstatic.net/themes/1000231532/1001413822/14/sold_out.png?v=136') no-repeat;
  background-size: contain;
  background-position: center;
}
.swatch .swatch-element.soldout label {
  opacity: 0.65
}
.swatch .swatch-element.color label {
  min-width: initial;
  width: 30px;
  height: 30px;
  padding: 3px;
  border-radius: 50%;
  border: none;
}
.swatch .swatch-element.color span {
  display: block;
  width: 100%;
  height: 100%;
  margin-top: 0;
  font-size: 0;
  border-radius: 50%;
  border: 1px solid #dfe0e1;
}
.swatch .swatch-element.color label.sd {
  background: transparent;
  border: 1px solid #808284
}
.swatch .swatch-element label.sd {
  border: 1px solid #000;
  background: #000;
  color: #fff;
}
.swatch .swatch-element label.sd span {
  color: #fff;
}
.swatch .swatch-element.soldout:not(.color) label {
  overflow: hidden;
}
.swatch .swatch-element.soldout:not(.color) label:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 50%;
  height: 50%;
  background: url('//cdn.hstatic.net/themes/1000231532/1001413822/14/sold_out.png?v=136') no-repeat;
  background-size: contain;
  background-position: center;
}

label[for="product-select-option-0"] {
  display: none;
}
label[for="product-select-option-1"] {
  display: none;
}
label[for="product-select-option-2"] {
  display: none;
}
#product-select-option-0 {
  display: none;
}
#product-select-option-1 {
  display: none;
}
#product-select-option-2 {
  display: none;
}
#product-select-option-0 + .custom-style-select-box {
  display: none !important;
}
#product-select-option-1 + .custom-style-select-box {
  display: none !important;
}
#product-select-option-2 + .custom-style-select-box {
  display: none !important;
}
@media (max-width: 767px) {
  .swatch .swatch-element.color {
    margin: 5px 8px 5px 0;
  }
}

/* ------------------- Setting varian màu sắc -------------------- */

/* ------------------- Setting varian màu sắc -------------------- */

  


.color.swatch-element label.
span {
  background: 
   !important;
}

  


.color.swatch-element label.
span {
  background: 
   !important;
}

  


.color.swatch-element label.
span {
  background: 
   !important;
}

  


.color.swatch-element label.
span {
  background: 
   !important;
}

  


.color.swatch-element label.
span {
  background: 
   !important;
}

  


.color.swatch-element label.
span {
  background: 
   !important;
}

  


.color.swatch-element label.
span {
  background: 
   !important;
}

  


.color.swatch-element label.
span {
  background: 
   !important;
}

  


.color.swatch-element label.
span {
  background: 
   !important;
}

  


.color.swatch-element label.
span {
  background: 
   !important;
}

  


.color.swatch-element label.
span {
  background: 
   !important;
}

  


.color.swatch-element label.
span {
  background: 
   !important;
}

  


.color.swatch-element label.
span {
  background: 
   !important;
}

  


.color.swatch-element label.
span {
  background: 
   !important;
}

  


.color.swatch-element label.
span {
  background: 
   !important;
}

  


.color.swatch-element label.
span {
  background: 
   !important;
}

  


.color.swatch-element label.
span {
  background: 
   !important;
}

  


.color.swatch-element label.
span {
  background: 
   !important;
}

  


.color.swatch-element label.
span {
  background: 
   !important;
}

  


.color.swatch-element label.
span {
  background: 
   !important;
}

  


.color.swatch-element label.
span {
  background: 
   !important;
}

  


.color.swatch-element label.
span {
  background: 
   !important;
}

  


.color.swatch-element label.
span {
  background: 
   !important;
}

  


.color.swatch-element label.
span {
  background: 
   !important;
}

  


.color.swatch-element label.
span {
  background: 
   !important;
}

  


.color.swatch-element label.
span {
  background: 
   !important;
}

  


.color.swatch-element label.
span {
  background: 
   !important;
}

  


.color.swatch-element label.
span {
  background: 
   !important;
}

  


.color.swatch-element label.
span {
  background: 
   !important;
}

  


.color.swatch-element label.
span {
  background: 
   !important;
}


/* ------------------- Zoom product  ------------------------ */


/*
   --------------------------------------------------------------------------------
   COLLECTION
   --------------------------------------------------------------------------------
*/

/* ---------------------------  MENU CATEGORY  --------------------------- */


/*
   --------------------------------------------------------------------------------
   BLOG - ARTICLE
   --------------------------------------------------------------------------------
*/


/*
   --------------------------------------------------------------------------------
   ABOUT - CONTACT
   --------------------------------------------------------------------------------
*/


/*
   ---------------------------------------------------------------------------------
   PAGINATION - 404 - SEARCH PAGE
   --------------------------------------------------------------------------------
*/


/*
   --------------------------------------------------------------------------------
   ACCOUNT
   --------------------------------------------------------------------------------
*/.wrapbox-heading-account {
  display: flex;
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center
}
.wrapbox-heading-account .header-page {
  position: relative;
}
.wrapbox-heading-account .header-page:after {
  content: "";
  background: #000;
  display: block;
  width: 60px;
  height: 4px;
  margin-top: 70px;
}
.wrapbox-heading-account .header-page h1 {
  font-size: 54px;
  font-weight: 700;
  margin: 0;
  line-height: initial;
}
.wrapbox-heading-account .header-page p {
  font-size: 14px;
  opacity: .66;
  margin: 20px 0 0;
  position: relative;
}
.wrapbox-heading-account .header-page p span {
  font-weight: 600;
}

.userbox h2 {
  font-size: 20px;
  margin: 0 0 20px;
  font-weight: 600;
}
.large_form {
  margin-bottom: 30px;
}
.large_form.large_form-mr10 {
  margin-bottom: 10px;
}
.icon-field {
  display: none;
}
.userbox input[type=email],
.userbox input[type=password],
.userbox input[type=text] {
  width: 100%;
  height: 55px;
  border: 1px solid transparent;
  background: #ededed;
  color: #252a2b;
  padding: 0 20px;
  font-weight: 500;
  -webkit-appearance: none;
}
.userbox input[type=email]:focus,
.userbox input[type=password]:focus,
.userbox input[type=text]:focus {
  background: #fff;
  border-color: #ededed;
}
.action_account_custommer .action_bottom,
.action_account_custommer .req_pass {
  display: inline-block;
  vertical-align: middle;
}
.action_account_custommer .req_pass {
  margin-left: 20px;
}
.userbox .action_bottom {
  padding: 0;
}
.userbox .action_bottom .btn {
  display: inline-block;
  border-radius: 0;
  padding: 0 30px;
  height: 55px;
  line-height: 55px;
  text-transform: uppercase;
  font-weight: 600;
  background: transparent;
}
.req_pass {
  color: #959898;
  font-weight: 500;
}
.come-back {
  margin-top: 35px;
  display: block;
  font-weight: 500;
}
.come-back i {
  margin-right: 20px
}
.userbox .errors a {
  color: red;
}

@-moz-keyframes ripple {
  5%,
  100% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
}
@-webkit-keyframes ripple {
  5%,
  100% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
}
@keyframes ripple {
  5%,
  100% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
}
#form-gender input[type="radio"] {
  display: none;
}
#form-gender input[type="radio"] + label {
  position: relative;
  cursor: pointer;
  padding-left: 28px;
  margin: 0 20px 0 0;
}
#form-gender input[type="radio"] + label:before,
input[type="radio"] + label:after {
  content: "";
  position: absolute;
  border-radius: 50%;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#form-gender input[type="radio"] + label:before {
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  background: #65d1e6;
  -moz-box-shadow: inset 0 0 0 18px #efefef;
  -webkit-box-shadow: inset 0 0 0 18px #efefef;
  box-shadow: inset 0 0 0 18px #efefef;
}
#form-gender input[type="radio"] + label:after {
  top: 49%;
  left: 9px;
  width: 54px;
  height: 54px;
  opacity: 0;
  background: rgba(255, 255, 255, 0.3);
  -moz-transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  -webkit-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
}
#form-gender input[type="radio"]:checked + label:before {
  -moz-box-shadow: inset 0 0 0 4px #efefef;
  -webkit-box-shadow: inset 0 0 0 4px #efefef;
  box-shadow: inset 0 0 0 4px #efefef;
}
#form-gender input[type="radio"]:checked + label:after {
  -moz-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  -moz-animation: ripple 1s none;
  -webkit-animation: ripple 1s none;
  animation: ripple 1s none;
}
/* --------------------- order ---- account -- address -----------------------  */
.layout-info-account {
  padding-bottom: 50px;
}
.title-infor-account {
  padding: 30px 15px;
  border-bottom: 1px solid #ededed;
  margin-bottom: 60px;
}
.title-infor-account h1 {
  font-size: 42px;
  font-weight: 700;
  margin: 0;
  text-align: center;
}
.title-infor-account h1:after {
  content: "";
  display: block;
  width: 60px;
  height: 4px;
  margin: 50px auto 0;
  background: #252a2b;
}
.title-detail {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 1px;
  position: relative;
  border-bottom: 1px solid #ededed;
  padding-bottom: 8px;
}
.sb-title:after {
  content: "";
  display: block;
  margin-top: 25px;
  width: 30px;
  height: 3px;
  background: #252a2b;
}
.name_account {
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  margin: 10px 0 5px
}
#customer_sidebar p {
  margin-bottom: 0;
  font-size: 14px;
}
.customer-table-wrap {
  background: #f7f7f7;
  padding: 10px;
}
.customer-table-bg p {
  margin: 0;
}
#customer_orders table thead th,
#order_details tr th {
  font-weight: 600;
  font-size: 14px;
}
#customer_orders table tr a {
  font-weight: 500;
  float: left;
  width: 85%;
  margin-left: 3px;
  line-height: 20px;
  opacity: 0.66;
}
#customer_orders table,
#order_details {
  width: 100%;
  background: #fff;
}
#customer_orders table tr,
#order_details tr {
  height: 25px;
  line-height: 30px;
}
#customer_orders table tr.odd,
#order_details tr {
  background: #fff;
}
#customer_orders table tr td,
#order_details tr td {
  vertical-align: middle;
  border-top: none;
  font-size: 14px;
}
#order_details tr td {
  line-height: 21px;
}
#order_details tr td a,
#order_details b {
  font-weight: 500;
}
#order_details tr td.total b {
  font-weight: 600;
}
#order_details tr td.total,
#order_details tr th.total {
  padding-right: 8px;
}
#order_details tr.order_border {
  border-top: 1px solid #ededed;
}
#order_details tr td.order-image {
  width: 70px;
}
#order_details tr td.order-image a {
  display: block;
  width: 60px;
  border: 1px solid #f7f7f7;
}
a#view_address {
  font-weight: 500;
  opacity: 0.8;
}
#customer_orders,
#order_payment,
#order_shipping {
  margin-bottom: 30px;
  margin-top: 30px;
}
.customer-table-bg .table > tbody > tr > th {
  border-top: none;
}
.detail-table-order {
  margin-top: 30px;
}
.name-order {
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  text-transform: uppercase;
}
.order_section_title {
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
  margin: 0 0 10px;
  padding: 10px 0;
  position: relative;
  text-transform: uppercase;
}
.order_date {
  font-weight: normal;
  font-size: 14px;
  text-transform: none;
}
.text_status {
  font-weight: 500;
}
.address p {
  margin-bottom: 5px;
}
.account-order .address {
  margin: 0 0 30px;
  padding: 10px;
  background-color: #fbfbfb;
}
span.variant_acc {
  font-size: 13px;
  opacity: 0.8;
}
.alert-info {
  border-radius: 0;
  margin-bottom: 0;
}
.address_title {
  margin-bottom: 0;
  font-size: 16px;
  padding: 10px 70px 10px 10px;
  background-color: #d9edf7;
  border-color: #bce8f1;
  position: relative;
}
.address_table {
  margin-bottom: 10px;
  border-top: 0 solid #ddd;
  background: #fafafa;
  padding: 15px;
}
.address_title h3 {
  margin: 0;
  font-size: 14px;
}
.account-address .note {
  border: none;
  padding: 0;
}
p.address_actions.text-right {
  margin: 7px 5px 0 0;
  position: absolute;
  z-index: 99;
  top: 0;
  right: 0;
}
.action_link a {
  text-transform: uppercase;
  font-size: 15px;
}
span.action_link {
  padding: 5px;
}
.view_address p > b {
  font-weight: 500;
  font-size: 14px;
}
.view_address p {
  margin: 5px 0;
  line-height: 15px;
  font-size: 14px;
}
.add-new-address {
  padding: 10px;
  display: inline-block;
  background: #65d1e6;
  color: #fff !important;
  text-transform: uppercase;
}
.add-new-address:focus {
  color: #fff;
}
.account-address .input-group-addon {
  display: none
}
.input-group {
  margin: 15px 0;
}
.input-group .input-group-addon {
  padding: 6px 10px;
  border-radius: 0;
  color: #DAD9D9;
  background-color: #ebebeb;
  border-color: #ebebeb;
}
.input-group .form-control {
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #ebebeb;
}
.icon-user:after {
  content: url('//hstatic.net/0/0/global/design/theme-default/userico.png');
}
.icon-envelope:after {
  content: url('//hstatic.net/0/0/global/design/theme-default/email.png');
}
.icon-shield:after {
  content: url('//hstatic.net/0/0/global/design/theme-default/pass.png');
}
.layout-info-account .action_bottom .btn {
  height: 35px;
  line-height: 35px;
  outline: 0;
  margin-right: 5px;
  font-size: 14px;
  text-transform: uppercase;
  padding: 0 30px;
  border: 0;
  background: #65d1e6;
  color: #fff;
  display: inline-block;
  border-radius: 0;
}
.AccountTitle {
  text-transform: uppercase;
  margin-bottom: 30px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 1px;
  position: relative;
}
.AccountList ul > li > a {
  display: block;
  position: relative;
  padding: 5px 0;
}
.AccountList ul > li > a:before {
  content: "\f192";
  font-family: "FontAwesome";
  font-size: 8px;
  display: inline-block;
  margin-right: 8px;
  vertical-align: 2px;
}
#order_cancelled {
  margin-bottom: 15px;
}
#order_cancelled h5 {
  margin: 0;
}


body.showsearch,
body.showmenu-mb,
body.showmenu-drop {
  overflow: hidden;
}
/*---------- LAYOUT SPLIT---------- */

.layout-split {
  display: flex;
  max-width: 1440px;
  margin: 0 auto;
}

.layout-left {
  width: 321px;
  border-right: 1px solid rgba(220, 220, 220, 1);
  border-left: 1px solid rgba(220, 220, 220, 1);
}

.layout-right {
  width: calc(100% - 321px)
}
.layout-split-none {
  width: 100%;
}


/*-----------LAYOUT LEFT----------*/
.left-section {
  padding: 20px 25px;
}

.left-section_home {
  padding: 20px 40px;
}

.left-section.left-header {
  padding: 0 40px 20px;
}
.left-section:not(:last-child) {
  border-bottom: 1px solid rgba(220, 220, 220, 1);
}

.left-menu .menu-link {
  display: inline-flex;
  width: 100%;
  height: 60px;
  align-items: center;
  margin-left: -20px;
  padding-left: 20px;
  border-radius: 12px;
  font-size: 18px;
  font-weight: 600;
  color: var(--color_text);
  border: 2px solid transparent;
  width: calc(100% + 40px);
  transition: all 0.2s ease;
}
.left-menu .menu-link svg {
  margin-right: 15px;
}
.left-menu .menu-list li:not(:last-child) {
  margin-bottom: 10px
}
.left-menu .menu-link.active {
  background: var(--color_active);
  color: var(--text_footer);
}
.left-menu .menu-link.active path {
  stroke: #fff;
}
.left-menu .menu-link.coming-soon.active path {
  fill: #fff;
}

.left-menu .menu-link:not(.active):hover {
  border-color: var(--color_active);
  color: var(--color_active);
}
.left-menu .menu-link:not(.active):hover path {
  stroke: var(--color_active);
  fill: var(--color_active);
}

.left-logo {
  margin-top: 15px;
  margin-bottom: 30px;
}
.left-section .pro-loop .product-img {
  border-radius: 5px;
}
.pro-loop .product-img .image-resize {
  position: relative;
  display: block;
  padding-bottom: 100%;
  overflow: hidden;
}
.pro-loop .product-img .image-resize picture {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
}
.left-section .pro-loop .product-img .sold-out {
  position: absolute;
  top: 3px;
  left: 0;
  z-index: 11;
}
.left-section .pro-loop .product-img .sold-out span {
  font-size: 10px;
  line-height: 1;
  color: #fff;
  background: rgba(47, 47, 47, 1);
  display: inline-block;
  padding: 5px 10px;
  border-radius: 10px 2px;
}


.left-section .article-content,
.left-section .article-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.left-section .article-img {
  border-radius: 5px;
  overflow: hidden;
}
.left-section .article-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 6px;
  margin-top: 10px;
}
.article-title a {
  color: var(--color_text);
}
.left-section .blog-article {
  margin-bottom: 25px;
}
.left-section .article-content {
  margin: 0;
  font-size: 12px;
  line-height: 1.3;
}
.left-section .section-title {
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: 600;
}
.campaigns-list .owl-prev {
  position: absolute;
  top: 50%;
  z-index: 100;
  left: -15px;
  transform: translate(0, -50%);
  transition: all ease-in-out 0.3s;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 38px !important;
  background: #e6e6e6 !important;
  border-radius: 100%;
}
.campaigns-list .owl-next {
  position: absolute;
  top: 50%;
  z-index: 100;
  right: -15px;
  transform: translate(0, -50%);
  transition: all ease-in-out 0.3s;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 38px !important;
  background: #e6e6e6 !important;
  border-radius: 100%;

}
.campaigns-list .owl-nav button svg {
  display: inline-block;
  width: 18px;
  height: 18px;
}
.campaigns-list .owl-nav.disabled {
  display: block;
}
.campaigns-list:not(.owl-loaded) .campaign-item:not(first-child) {
  display: none;
}
.campaigns-list.owl-carousel .campaign-item img {
  width: 100% !important;
}
.featured-video iframe {
  aspect-ratio: 16 / 9;
}
.menu-link .left-menu-logo {
  filter: brightness(0);
  transition: all ease 0.2s;
  margin-right: 5px;
}
.menu-link.active .left-menu-logo {
  filter: brightness(1);
}
.left-menu .menu-link:not(.active):hover .left-menu-logo {
  filter: brightness(20%) sepia(30%) hue-rotate(0deg) saturate(8000%) contrast(1);
}
.left-menu .navIcon {
  filter: brightness(0);
}
.left-menu.active .navIcon {
  filter: brightness(20%) sepia(30%) hue-rotate(0deg) saturate(8000%) contrast(1);
}
.article-post-meta {
  display: flex;
  gap: 5px;
}
.article-post-meta .date time {
  color: #b2b2b2;
}
.article-post-meta .tags {
  color: #b2b2b2;
  border-left: 1px solid #b2b2b2;
  padding-left: 5px;
}
.article-post-meta .tags a {
  color: #b2b2b2;
  font-style: italic;
}
.box-article-tags .tag {
  color: var(--color_primary);
  font-style: italic;
}
/*------------PRODUCT LOOP------------------*/
.product-img picture:not(:first-child) {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  top: 0;
  left: 0;
  width: 100%;
  right: 100%;
  z-index: 10;
  transition: all 0.3s ease-out;
}
.product-block {
  box-shadow: 0 0 5px 0 rgba(149, 149, 149, 50%);
  border-radius: 15px;
  background: var(--bg_light);
}
.product-img:hover picture:not(:first-child) {
  opacity: 1;
  visibility: visible;
}
.owl-carousel .product-block {
  margin: 5px;
}
.left-collection .product-block {
  display: flex;
  border-radius: 5px;
}
.left-collection .pro-loop:not(:last-child) {
  margin-bottom: 10px;
}
.left-section .product-img {
  width: 36%;
  position: relative;
}
.left-section .pro-loop .product-detail {
  flex: 1;
  padding: 0 0 0 15px;
}
.left-section .box-pro-detail {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.left-section .product-img .sold-out {
  position: absolute;
}
.left-section .pro-name {
  font-size: 12px;
  margin-bottom: 6px;
}
.pro-name {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.pro-name a {
  color: var(--color_text);
}

.compare-price {
  font-size: 12px;
  font-weight: 400;
  color: #878c8f;
  margin-left: 5px;
}
.pro-price {
  margin: 0;
}


/*-------------------------- HEADER--------------------------------------*/

.main_menu {
  display: flex;
  margin: 0;
}
.main_menu .navIcon {
  height: 30px;
}
.main_menu > li.active > .show_sub-btn svg path {
  fill: var(--color_active);
}
.main_menu > li {
  position: relative;
  display: inline-flex;
  min-width: max-content;
}
.main_menu > li:not(:last-child) {
  margin-right: 20px;
}
.main_menu > li.active a {
  filter: saturate(1);
}
@media(min-width: 992px) {
  .main_menu > li:hover a {
    filter: saturate(1);
  }
}
.main_menu > li > a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  color: var(--color_active);
  margin: auto;
  filter: saturate(0);
  transition: 0.3s all ease-in-out;
}
.main_menu > li > a span {
  margin-top: 10px;
  color: var(--color_active);
}
.main_menu li:hover > .sub_menu {
  pointer-events: auto;
  visibility: visible;
  opacity: 1;
}
.sub_menu {
  position: absolute;
  z-index: 999;
  background: #fff;
  min-width: 250px;
  width: max-content;
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  -webkit-box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  padding: 0;
}
.navbar-mainmenu .sub_menu.sub_vl_1 {
  top: 150%;
}
.navbar-mainmenu .sub_menu.sub_vl_2 {
  left: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
}
.navbar-mainmenu .main_menu {
  display: flex;
  justify-content: space-between;
}
.navbar-mainmenu .li-limit .sub_menu.sub_vl_1 {
  right: 0
}
.navbar-mainmenu .li-limit .sub_menu.sub_vl_2 {
  left: initial;
  right: 100%;
}
.navbar-mainmenu .main_menu > li {
  flex-grow: 1;
  text-align: center;
}
.navbar-mainmenu .main_menu li:hover > .sub_menu.sub_vl_1 {
  top: 100%;
}
.has-submenu {
  position: relative;
}
.navbar-mainmenu .has-submenu:hover > .sub_menu.sub_vl_2 {
  top: 0;
  opacity: 1;
  /* Thêm: Hiển thị rõ */
  visibility: visible;
  /* Thêm: Hiển thị */
}

.sub_menu a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  transition: all 0.3s ease;
}
.sub_menu a:hover {
  color: #ff0000;
  background: rgba(180, 180, 180, 0.1);
}
.sub_menu a:hover svg path {
  fill: #ff0000;
}
.header-container {
  display: flex;
  justify-content: space-between;
  padding: 15px 40px 15px 20px;
  align-items: center;
  border-bottom: 1px solid #dcdcdc;
}
.header-actions {
  display: flex;
  margin-left: 20px;
  align-items: center;
  /* Căn giữa các icon theo chiều dọc */
}
/* 2. Định dạng riêng cho icon Đăng nhập */
.header-actions a.action-account {
  display: flex;
  /* Biến thẻ <a> thành Flex Container */
  flex-direction: column;
  /* Sắp xếp icon và chữ theo chiều dọc */
  align-items: center;
  /* Căn giữa icon và chữ */
  text-decoration: none;
  /* Bỏ gạch chân mặc định của link */
  color: #2F2F2F;
  /* Giữ màu chữ mặc định (có thể thay đổi) */
  padding: 0 10px;
  /* Thêm padding ngang để tách biệt với các icon khác */
}

/* 3. Định dạng chữ mô tả */
.header-actions .account-text {
  font-size: 10px;
  /* Kích thước chữ nhỏ, vừa đủ đọc */
  margin-top: 2px;
  /* Khoảng cách giữa icon và chữ */
  white-space: nowrap;
  /* Đảm bảo chữ "Đăng nhập" không bị xuống dòng */
  text-transform: uppercase;
  /* (Tùy chọn) Chuyển chữ thành in hoa để nổi bật hơn */
  font-weight: 500;
}

/* 4. Tối ưu hóa điểm nhấn cho trạng thái CHƯA đăng nhập */
.header-actions .account-login-highlight {
  color: #FF0000;
  /* Ví dụ: Sử dụng màu đỏ hoặc màu thương hiệu phụ để làm nổi bật CTA */
  font-weight: 700;
}
.header-actions a {
  position: relative;
}
.header-actions a:not(:last-child) {
  margin-right: 15px;
}
.header-logo-mb .logo-mb {
  height: 30px;
}
.header-menu-mb {
  display: flex;
  align-items: center;
}
.header-menu-mb .header-burger {
  margin-right: 10px;
}
.header-menu-mb .showmenu-btn-mb {
  display: block;
  line-height: 1;
}
.showmenu-btn-mb svg {
  height: 25px;
  width: auto;
}

.cart-count {
  position: absolute;
  background: var(--bg_footer);
  display: flex;
  justify-content: center;
  align-items: center;
  height: 17px;
  width: 17px;
  color: var(--text_footer);
  border-radius: 100%;
  font-size: 12px;
  bottom: 0;
  right: -5px;
}

.main-header.fixed-header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  background: var(--bg_light);
  z-index: 9999;
  transform: translateY(-100%);
  border-bottom: 1px solid #dcdcdc;
}
.main-header.fixed-header .header-container {
  max-width: 1440px;
  margin: 0 auto;
  border-bottom: 0;
}

.main-header.fixed-header .header-menu-mb {
  display: flex !important;
}

.main-header.fixed-header .header-logo-mb {
  display: block !important;
}
.main-header.fixed-header.scrolled-up {
  animation: slideDown 0.4s;
  animation-fill-mode: forwards;
}
.main-header.fixed-header.scrolled-down {
  animation: slideUp 0.4s;
  animation-fill-mode: forwards;
}

.scrolled {
  padding-top: 120px;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%)
  }
  to {
    transform: translateY(0)
  }
}


@keyframes slideUp {
  from {
    transform: translateY(0%)
  }
  to {
    transform: translateY(-100%)
  }
}

/*--------------- FOOTER --------------------------------*/
.footer-footer {
  background: #e60012;
  padding: 80px 0 110px;
}
.footer-footer .footer-items {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1300px;
  margin: 0 auto;

}
.footer-items .item-icon {
  width: 147px;
  display: inline-block;
  margin-top: 20px;
}
.footer-footer .footer-item {
  width: 15%;
}
.footer-footer .footer-item:first-child,
.footer-footer .footer-item:nth-child(2) {
  width: 25%;
}
.footer .item-title,
.footer .item-content,
.footer .content-line a {
  color: var(--text_footer);
  font-size: 13px;

}
.footer .item-title {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 20px;
}
.footer .item-title:first-child {
  margin-bottom: 30px;
}
.footer .content-line {
  margin-bottom: 10px;
}

.footer-media .media-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
.media-wrap .media-link {
  width: 54px;
  display: inline-block;
  margin-left: 35px;
}
.footer-media {
  padding: 40px 0;
  border-top: 1px solid rgba(220, 220, 220, 1);
}

.footer-media .media-title {
  font-size: 16px;
  font-weight: 500;
}
/*---------------Header Search------------------------------*/
.header-search-wrap {
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  transition: all 0.2s cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.header-search {
  position: absolute;
  height: 100%;
  width: 100%;
  background: #fff;
  box-shadow: -2px 0 8px rgba(0, 0, 0, 0.15);
  right: -100%;
  transition: all 0.2s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  width: 300px;
  overflow-y: scroll;
}
.header-search .search-wrap {
  padding: 45px 35px;
}

body.showsearch .header-search-wrap {
  opacity: 1;
  visibility: visible;
}
body.showsearch .header-search {
  right: 0;
}

.search-wrap {
  padding: 45px 35px;
}
.header-search .heading-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}
.header-search .searchbar {
  height: 50px;
  background: #eee;
  width: 100%;
  border-radius: 46px;
  padding-left: 48px;
  position: relative;
  margin: 0;
}
.searchPage .header-search .searchbar {
  padding-left: 158px;
}
.search-by-btn {
  border: 0;
  position: absolute;
  left: 50px;
  top: 0;
  bottom: 0;
  background: transparent;
  border-right: 1px solid #d9d9d9;
  font-weight: 600;
  outline: 0;
}
.search-by-btn svg {
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
}
.search-by-options {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: 0;
  outline: 0;
  background: transparent;
  display: inline-block;
  height: 100%;
  cursor: pointer;
  padding-right: 25px;
}
.header-search .search-icon {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  line-height: 1;
}
.header-search .search-input {
  border: 0;
  outline: 0;
  width: 100%;
  height: 100%;
  background: transparent;
}
.header-search .rcm-title {
  margin: 20px 0;
  font-size: 16px;
  font-weight: 500;
}

.rcm-keyword .keyword {
  background: var(--color_active);
  color: var(--text_footer);
  padding: 7px 20px;
  border-radius: 15px;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 8px;
}
.rcm-product .rcm-prods {
  column-count: 2;
  gap: 10px;
}
.rcm-product .rcm-prod-link {
  margin-bottom: 10px;
  display: inline-block;
}

.rcm-content.brands {
  display: flex;
}

.rcm-content.brands a {
  display: inline-block;
  width: calc(100% / 3);
  padding: 6px;
  margin: 3px;
  border: 1px solid #0000004f;
  border-radius: 8px;
  cursor: pointer;
}

.rcm-content.brands img {
  object-fit: cover;
  aspect-ratio: 1 / 1;
  border-radius: 5px;
}

/* ultimate search */
.item-ult {
  display: grid;
  grid-template-columns: 1fr 4fr;
  gap: 10px;
  grid-gap: 10px;
  align-items: center;
  margin-bottom: 10px;
  border-bottom: 1px solid #e2e2e2;
  padding-bottom: 10px;
}
.f-initial {
  color: var(--color_secondary);
  font-weight: 600;
}
.item-ult .title a {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  line-height: 150%;
}
.resultsMore {
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  color: var(--color_active);
}
.resultsMore a {
  color: var(--color_active);
}
.resultsContentArticle .item-ult {
  display: block;
}
.article-loop .proloop-title {
  margin: 10px 0 15px;
  text-transform: math-auto;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

/*---------------Side menu mobile------------------------------*/
.side-menu-mb {
  z-index: 1954;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  transition: all 0.2s cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.menu-mb-wrap,
.menu-mb .sub_menu {
  position: absolute;
  height: 100%;
  width: 100%;
  background: #fff;
  box-shadow: -2px 0 8px rgba(0, 0, 0, 0.15);
  left: -100%;
  transition: all 0.2s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  width: 300px;
  overflow-y: scroll;
}
.menu-mb .sub_menu {
  position: fixed;
  z-index: 999;
  top: 0;
  opacity: 1;
  visibility: visible;
  padding: 60px 20px 0 30px;
}
.menu-mb .sub_menu.show_sub {
  left: 0;
}
.menu-mb .sub_menu a {
  padding: 5px 0;
  margin: 5px 0;
}
body.showmenu-mb .side-menu-mb {
  opacity: 1;
  visibility: visible;
}
body.showmenu-mb .menu-mb-wrap {
  left: 0;
}

.menu-mb {
  padding-top: 60px;
}
.menu-mb .main_menu {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 0 20px 0 30px;
}
.menu-mb .main_menu > li > a {
  flex-direction: row;
  padding: 5px 0;
  margin: 5px 0;
}

.menu-mb .main_menu > li > a span {
  margin: 0 0 0 10px;
}
.menu-mb .main_menu > li {
  min-height: auto;
  margin: 0;
  width: 100%;
}
.menu-mb .sub_menu a:hover {
  color: var(--color_active);
  background: transparent;
}

.menu-mb .has-submenu {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.menu-mb .menu-action {
  position: absolute;
  top: 0;
  display: flex;
  justify-content: space-between;
  width: 100%;
  left: 0;
  padding: 20px 20px 0;
}
/*----------INDEX SLIDER--------------------*/
.section-index {
  padding-top: 10px;
}
.index-collection {
  border-top: 1px solid #dcdcdc;
  margin-top: 30px;

}
.slick-slide img {
  width: 100%
}
.section-index-blogs .blog-list {
  flex-wrap: wrap;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;
}

.section-index-blogs .blog-article.first-article {
  grid-column: span 2;
}
.section-index-blogs .article-img img {
  width: 100%
}

.section-index-blogs .blog-article {
  position: relative;
}

.section-index-blogs .article-detail {
  position: absolute;
  bottom: 0;
  top: 0;
  z-index: 1;
  left: 0;
  right: 0;
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.80) 0%, rgba(0, 0, 0, 0.00) 100%)
  , url(<path-to-image>)
  , transparent 50% / cover no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 10px 15px;
}
.section-index-blogs .article-title {
  margin: 0
}
.section-index-blogs .article-title a {
  color: #fff;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 14px;
}
.section-index-blogs .first-article .article-title a {
  font-size: 22px;
}

.index-slider-1 {
  /* (Giả sử ảnh desktop có tỷ lệ 2:1, ảnh mobile có tỷ lệ 16:9) */
  position: relative;
  padding-top: 30%;
  height: 0;
  overflow: hidden;
}

/* Điều chỉnh tỷ lệ cho Mobile */
@media (max-width: 767px) {
  .index-slider-1 {
    padding-top: 69%;
    /* Tỷ lệ 16:9 (9/16 * 100%) cho Mobile */
  }
}

.index-slider-1 .slick-list {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.slider-item .item {
  margin: 30px 25px;
  transform: scale(90%);
  transition: all 0.4s ease-in-out;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}

.slider-item.slick-center .item {
  transform: scale(115%);
}
.slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 68;
  cursor: pointer;
}
.prev.slick-arrow {
  left: 20px;
  transform: translateY(-50%) rotate(180deg);
}
.next.slick-arrow {
  right: 20px;
  transform: translateY(-50%);
}
.slider-item .item-info {
  position: absolute;
  bottom: 13%;
  left: 6%;
}


.slider-item .item-status {
  color: var(--text_footer);
  background: var(--color_secondary);
  display: inline-block;
  padding: 6px 15px;
  border-radius: 5px;
  margin: 0;
  font-size: 10px;
  font-weight: 400;
}

.slider-item .item-title {
  font-size: 20px;
  font-weight: 700;
  color: var(--text_footer);
  margin: 20px 0;
}
.slider-item .item-tags {
  display: flex;
  gap: 10px;
  margin-bottom: 35px;
}
.slider-item .item-tag {
  color: var(--text_footer);
  border-radius: 44px;
  background: rgba(230, 230, 230, 0.37);
  font-size: 10px;
  font-weight: 400;
  padding: 6px 15px;
  display: inline-block;
}

.slider-item .item-link {
  color: var(--text_footer);
  background: var(--color_active);
  font-size: 14px;
  font-weight: 500;
  padding: 10px 21px;
  border-radius: 5px;
  display: inline-block;
}


.section-container {
  padding: 0 40px;
}
@media(max-width: 767px) {
  .section-container {
    padding: 0 15px;
  }
}
/*----------------- COLLECTION / PRODUCT LOOP--------------------------*/
.heading-action-tags {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 71%;
  right: 0;
  z-index: 90;
  background: #fff;
  border: 1px solid rgba(220, 220, 220, 1);
  padding: 20px 0;
  min-width: 200px;
  transform: translateX(50%);
  transition: all ease-in-out 0.2s;
}
.heading-action-tags.showtags {
  visibility: visible;
  opacity: 1;
  transform: translateX(0%)
}

.heading-action {
  position: relative;
}
.heading-action-tags .tag-action li {
  min-width: 100%;
  margin: 3px 0;
  width: max-content;
  padding: 5px 20px;
}
.heading-action-tags .tag-action li:hover {
  background: rgba(160, 160, 160, 0.1);
}
.heading-action-tags .tag-action li:hover a {
  color: #ff0000;
}
.collection-banner {
  margin-top: 40px;
  margin-top: 40px;
  border-radius: 15px;
  overflow: hidden;
}
.collection-banner a:hover img,
.blog-loop-banner a:hover img {
  transform: scale(1.1)
}
.collection-banner img {
  width: 100%;
}
.blog-loop-banner a {
  display: block;
  overflow: hidden;
}
.collection-banner img,
.blog-loop-banner img {
  transition: all ease 300ms;
}
.collection-products {
  display: grid;
  grid-auto-rows: auto;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
}
.search-article .collection-products {
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px;
}
.collection-heading {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.collection-heading .heading-title {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  flex-shrink: 0;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--bg_footer);
}
.burger-btn {
  cursor: pointer;
}
.pro-loop .product-img {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  height: fit-content;
  z-index: 1;
}
.pro-loop .product-img .sold-out,
.pro-loop .product-img .product-comming {
  position: absolute;
  top: 12px;
  right: 0;
  z-index: 11;
}
.pro-loop .product-img .sold-out span,
.pro-loop .product-img .product-comming span {
  font-size: 12px;
  color: #fff;
  background: rgba(47, 47, 47, 1);
  display: inline-block;
  padding: 5px 10px;
  border-radius: 15px 5px;
}
.pro-loop .product-detail {
  padding: 10px;
}
.pro-loop .product-detail .pro-name {
  font-size: 13px;
  color: var(--color_text);
  text-transform: uppercase;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 8px;
  min-height: 2.4em;
  line-height: 1.2;
}
.pro-loop .pro-price span {
  font-size: 14px;
  font-weight: 700;
  color: var(--color_secondary);
  margin: 0;
}
.product-sale span {
  background: var(--color_active);
  position: absolute;
  top: 0;
  right: 0;
  z-index: 11;
  padding: 13px 7px 7px;
  color: var(--text_footer);
  font-weight: 500;
  font-size: 14px;
}
.product-sale span::after {
  content: "";
  border-left: 25px solid var(--color_active);
  border-right: 25px solid var(--color_active);
  border-bottom: 10px solid transparent;
  position: absolute;
  bottom: -23%;
  left: 0;
  right: 0;
}
.listProduct-related {
  text-align: left
}
/*---------------INDEX CATEGORY---------------------------*/
.item-category {
  flex-shrink: 0;
  text-align: center;
}
.item-category .item-img {}
.index-categories {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  padding-left: 40px;
  padding-bottom: 10px;
}
.item-category a {
  font-size: 16px;
  color: var(--text_dark);
  font-weight: 500;
}

.item-category .item-img {
  width: 80px;
  height: 80px;
  position: relative;
  border-radius: 100%;
  overflow: hidden;
}

.item-category .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;

}
.item-category .item-img-wrap {
  position: relative;
  padding: 5px;
  border: 1px solid rgba(228, 0, 0, 0.3);
  border-radius: 100%;
  display: inline-block;
  margin: 0 auto;
  transition: all 0.3s ease-in-out;
}
.item-category .item-img-wrap:hover {
  border-color: var(--color_active);
}
.item-category:not(:last-child) {
  margin-right: 39px;
}
.item-category .item-title {
  margin: 5px 0 0;
  text-align: center;
}

/*---------------INDEX COLLECTION SLIDER --------------------*/
.filter-action .filter {
  padding: 10px 21px;
  border: 1px solid #dcdcdc;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 500;
  color: var(--text_dark);
  display: inline-block;
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: all ease-in-out 0.2s;
}
.filter-action .filter:hover {
  border-color: var(--color_active);
  color: var(--color_active);
}
.filter-action .filter .filter-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 21px;
}
.filter-action .filter .filter-btn span {
  transition: all ease-in-out 0.2s;
}
.filter-action .filter .filter-btn path {
  transition: all ease-in-out 0.2s;
}
.filter-action .filter:hover .filter-btn span {
  color: var(--color_active);
}
.filter-action .filter:hover .filter-btn path {
  stroke: var(--color_active);
}
.collection-page .filter-action .filter {
  padding: 0;
}
.searchPage .filter-action .filter {
  padding: 0;
}
.icon-control {
  line-height: 1;
  margin-left: 10px;
}

.filter-action {
  margin-left: 40px;
  display: flex;
  overflow-x: auto;
  flex-shrink: 0;
  padding-bottom: 5px
}

.filter-action::-webkit-scrollbar {
  height: 5px;
}
.filter-action::-webkit-scrollbar-track {
  background: #f1f1f199;
  border-radius: 5px;
}
.filter-action::-webkit-scrollbar-thumb {
  background: var(--bg_footer);
  border-radius: 5px;
}
.filter-action::-webkit-scrollbar-thumb:hover {
  background: #c20800;
}

.filter-action li {
  flex-shrink: 0;
  padding: 10px 15px;
}
.filter-action .filter.active {
  color: var(--text_footer);
  background: var(--color_active);
  border-color: transparent;
}

.filter-action .filter.active a {
  color: var(--text_footer);
}
.collection-heading.has-filter {
  justify-content: flex-start;
  align-items: center;
  overflow-x: auto;
}

.collection-owl-products:not(.owl-loaded) {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: hidden;
}
.collection-owl-products:not(.owl-loaded) .pro-loop {
  width: 25%;
  flex-shrink: 0;
}


.collection-owl-products {
  position: relative;
}


/*
   .owl-carousel .owl-nav {
   visibility: hidden;
   opacity: 0;
   transition: all ease-in-out 0.3s;
   }
   .owl-carousel:hover .owl-nav {
   opacity: 1;
   visibility: visible;
   }
*/
.collection-owl-products .owl-prev,
.list-products-app .owl-prev,
.featured-blog-list .owl-prev,
.list-blogs-related .owl-prev,
.product-gallery__thumbs .owl-prev,
.listProduct-related .owl-prev {
  position: absolute;
  top: 50%;
  z-index: 100;
  left: 5px;
  transform: translate(-50%, -50%);
  transition: all ease-in-out 0.3s;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 38px !important;
  background: #e6e6e6 !important;
  border-radius: 100%;
}
.collection-owl-products .owl-next,
.list-products-app .owl-next,
.featured-blog-list .owl-next,
.list-blogs-related .owl-next,
.product-gallery__thumbs .owl-next,
.listProduct-related .owl-next {
  position: absolute;
  top: 50%;
  z-index: 100;
  right: 5px;
  transform: translate(50%, -50%);
  transition: all ease-in-out 0.3s;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 38px !important;
  background: #e6e6e6 !important;
  border-radius: 100%;
}
.collection-owl-products .owl-nav svg,
.list-products-app .owl-nav svg,
.featured-blog-list .owl-nav svg,
.list-blogs-related .owl-nav svg,
.product-gallery__thumbs .owl-nav svg,
.listProduct-related .owl-nav svg {
  display: inline-block;
  width: 18px;
  height: 18px;
}


/*
   .collection-owl-products:hover .owl-next, .list-products-app:hover .owl-next, .featured-blog-list .owl-next, .list-blogs-related .owl-next {transform: translate( 50%, -50%);}
   .collection-owl-products:hover .owl-prev, .list-products-app:hover .owl-prev, .featured-blog-list .owl-prev, .list-blogs-related .owl-prev {transform: translate( -50%, -50%) rotate(180deg);}
*/

.collection-owl-products .owl-nav .disabled {
  opacity: 0.2;
}
/*----------------- ACCOUNT LOGIN / REGISTER ------------------------*/
.layout-account {
  padding: 40px 20px;
  max-width: 709px;
  margin: 0 auto;
}
.layout-account .tab-link {
  color: #d9d9d9;
  font-size: 20px;
  font-weight: 700;
  border-bottom: 4px solid transparent;
  line-height: 1.5;
  padding: 5px 0;
  display: inline-block;
}
.layout-account .tab-link.active {
  color: var(--text_dark);
  border-color: var(--text_dark);
}
.layout-account .tab-links {

  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.or-others {
  display: flex;
  align-items: center;
  justify-content: center;
}
.or-others b {
  margin: 0 20px;
  color: var(--text_grey);
  font-size: 16px;
}
.solid-line {
  border: 1px solid var(--text_grey);
  width: 100%;
  max-width: 153px;
  height: 0;
  display: inline-block;
}
.account-input {
  width: 100%;
  background: transparent;
  border: 1px solid #dcdcdc;
  margin: 20px 0;
  min-height: 49px;
  border-radius: 5px;
  display: inline-flex;
  align-items: center;
  padding: 0 15px;
  outline: none;
}
.account-input input {
  width: 100%;
  height: 100%;
  border: 1px solid transparent;
  outline: 0;
  background: transparent;
}
.account-input:focus-within {
  border-color: var(--text-dark)
}
.method-link .account-input {
  justify-content: center;
  font-size: 14px;
  gap: 10px;
  color: var(--text_dark);
}
.account-action {
  background: var(--color_active);
  border-color: transparent;
  color: var(--text_footer);
  justify-content: center;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
}
.errors li,
.alert-txt {
  color: red;
  font-style: italic;
}
.alert-txt {
  margin-bottom: -10px;
  font-size: 16px;
  font-weight: 500;
}
.input-title {
  color: var(--text_dark);
  font-size: 14px;
  font-weight: 500;
  margin: 0;
}
.forgot-password {
  text-align: right;
}
.forgot-password a:hover {
  color: var(--color_active);
}
.show-hide-btn {
  cursor: pointer;
  display: inline-block;
  line-height: 1;
}
.resent-txt {
  text-align: center;
  margin: 20px 0 40px;
  color: var(--text_dark);
  font-weight: 500;
}
.resent-txt .resent-btn {
  color: var(--color_active)
}
/*----------------CUSTOMER / ACCOUNT ------------------------*/
.layout-info-account {
  padding: 40px 50px;
}
.account-section {
  border-radius: 10px;
  border: 1px solid #DCDCDC;
  padding: 30px 25px;
  margin-bottom: 10px;
}

.account-viewed {
  width: 100%;
}

.heading-title {
  margin-bottom: 20px;
}
.account-heading {
  display: flex;
  justify-content: space-between;
}
.heading-title a {
  font-size: 18px;
  font-weight: 500;
  color: var(--text_dark);
}
.account-section .heading-title {
  color: var(--text_dark);
  text-transform: math-auto;
  font-weight: 500;
  font-size: 18px;
  text-align: left;
}

.side-heading a,
.side-footer a {
  font-size: 20px;
  font-weight: 700;
}
.acc-menu {
  padding-left: 40px;
}
.account-sub_menu {
  display: none;
}
.showmenu .account-sub_menu {
  display: block;
}
.account-main_menu > li > a {
  font-size: 18px;
  display: inline-block;
  position: relative;
  margin: 5px 0;
}
.account-sub_menu > li > a {
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  margin: 4px 0;
}
.account-main_menu > li > a::before {
  content: "";
  width: 20px;
  height: 2px;
  position: absolute;
  background: var(--text_dark);
  top: 50%;
  right: calc(100% + 15px);
  transform: translateY(-50%);
}
.account-main_menu > li {
  margin-bottom: 10px;
}
.table-point .info-point h4 {
  font-size: 14px;
  margin-bottom: 0;
}
.table-point .info-point span {
  font-size: 12px;
}
.modal-sh-main .modal-title {
  color: var(--color_primary);
  font-weight: 600;
  text-transform: uppercase;
}
/*------------------ CART -------------------------*/
.layoutPage-cart {
  padding: 40px 20px 20px 40px;
  /*min-height: 60vh;*/
}
.sidebox-order {
  border: 1px solid #dfe0e1;
  padding: 15px;
  margin-bottom: 40px;
}
.btncart-checkout {
  display: inline-block;
  width: 100%;
  background: var(--color_active);
  color: var(--text_footer);
  text-align: center;
  padding: 10px 0;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
}
.btncart-checkout:hover {
  color: var(--text_footer);
}
.sidebox-order_title,
.sidebox-order_total {
  border-bottom: 1px solid #dfe0e1;
}
.sidebox-order_title h3 {
  font-size: 20px;
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 15px;
  color: #525252;
}
.sidebox-order_total p {
  margin: 15px 0 10px;
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  font-weight: 600;
  color: var(--text_dark);
}
.total-price {
  color: var(--color_active);
  font-size: 20px;
}
.sidebox-order_text p {
  font-size: 13px;
  color: #777;
  margin: 10px 0;
  font-weight: 400;
  text-align: left;
}
.count-cart {
  background: var(--bg_cart);
  padding: 10px 15px;
  font-weight: 400;
  font-size: 16px;
  margin: 0;
}
.sidebox-group {
  background: var(--bg_cart);
  padding: 15px;
  margin: 30px 0 0;
}
.sidebox-group textarea {
  padding: 10px 15px;
  width: 100%;
  height: 60px;
  resize: none;
  border: 1px solid #dfe0e1;
}

.sidebox-group textarea:focus {
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
  , 0 0 8px rgba(228, 0, 0, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
  , 0 0 8px rgba(228, 0, 0, 0.6);
}

.sidebox-group h4 {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 10px;
}
.remove {
  position: absolute;
  padding: 0;
  width: 25px;
  top: 20%;
  right: 0;
  border: 0;
}
.line-item-container {
  position: relative;
  padding: 10px 0;
  border-bottom: 1px solid #f1f1f1;
}
.line-item .item-title {
  margin: 4px 0 0;
  padding-right: 25px;
  font-size: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.line-item .item-title a {
  color: #525252;
  font-size: 14px;
}
.line-item .image {
  width: 100px;
  flex-shrink: 0;
  padding-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.line-item {
  display: flex;
  align-items: center;
}
.qty-btn {
  background: var(--bg_cart);
  border: 0;
  outline: 0;
  height: 100%;
  width: 25px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.qty-click {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 25px;
  margin-bottom: 5px;
}
.line-item-qty {
  outline: 0;
  width: 35px;
  text-align: center;
  border: 1px solid var(--bg_cart);
  height: 100%;
  appearance: none;
  pointer-events: none;
}
.price {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 5px 0;
  font-size: 15px;
  font-weight: 500;
}
.price .line-item-total {
  color: var(--color_active);
}
.pri {
  font-weight: 600;
  color: var(--text_dark);
}
.cart-footer .footer-section {
  border-top: 1px solid #dcdcdc;
  padding: 40px;
}
.cart-footer .more-link {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
  border: 1px solid var(--text_dark);
  border-radius: 4px;
  padding: 10px 15px;
  color: var(--text_dark);
  font-size: 17px;
  font-weight: 500;
  text-transform: uppercase;
  display: block;
  transition: all 150ms linear;
}
.cart-footer .more-link:focus,
.cart-footer .more-link:hover {
  color: var(--color_active);
  border-color: var(--color_active);
}
.cart-heading .heading-title {
  text-align: center;
  margin-bottom: 30px;
}
.cart-heading .heading-title a {
  font-size: 20px;
  font-weight: 600;
  color: var(--bg_footer);
  text-transform: uppercase;
}
.footer-section .collection-heading {
  text-align: center;
  justify-content: center;
}
.cart-empty {
  font-size: 20px;
  font-weight: 300;
}
/*---------------- COLLECTIONS --------------------------*/


.filter-dropmenu {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  transition: all ease-in-out 0.2s;
  background: var(--bg_light);
  border: 1px solid #dcdc;

  transform: translate(-50%, 30%);

  z-index: 999;
  padding: 15px 0 0;
  border-radius: 5px;
  top: 100%;
  width: max-content;
  left: 50%;
  max-height: 500px;
  overflow-y: auto;
}

.filter.showmenu .filter-dropmenu {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 5px);
}

.filter select {
  width: 100%;
  height: 100%;
  display: inline-block;
  border: 0;
  outline: 0;
  appearance: none;
  pointer-events: none;
  background: transparent;
}
.alert-no-filter {
  margin: 0 0 40px;
}
.alert-no-txt {
  font-size: 18px;
}
.input-checkbox {
  width: 20px;
  height: 20px;
  border: 1px solid;
  display: inline-flex;
  position: relative;
  margin-left: 20px;
}

input:checked + .input-checkbox:after {
  visibility: visible;
  opacity: 1;
}
.input-checkbox::after {
  content: "";
  visibility: hidden;
  opacity: 0;
  top: 3px;
  left: 3px;
  right: 3px;
  bottom: 3px;
  position: absolute;
  background: var(--color_active);
}
.filter-dropmenu li input {
  display: none;
}
.radio-list .input-checkbox,
.radio-list .input-checkbox::after {
  border-radius: 100%
}

.filter-dropmenu label {
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}


.collection-page .wrap-collection-body {
  padding: 0 40px;
}
.collection-page .index-collection {
  margin-top: 20px;
}
.collection-page .heading-collection {
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.collection-page .filter-action,
.searchPage .filter-action {
  margin: 0;
  align-items: center;
  overflow: visible;
}
.collection-title {
  margin: 0 40px 0 0;
  font-size: 20px;
  font-weight: 700;
}
.collection-page .section-index {
  padding: 20px 0 0;
}
.heading-collection {
  margin: 40px 0;
  display: flex;
  align-items: center;
}
.sortby-title {
  display: inline-flex;
  align-items: center;
}
.sortby-title svg {
  margin-right: 8px;
}
/*---------------- COLLECTIONS HORIZONTAL --------------------------*/

.product-horizontal {
  display: flex;
  display: grid;
  grid-template-columns: 1fr 2.2fr;
  grid-gap: 40px;
  box-shadow: 0 0 5px 0 rgba(149, 149, 149, 50%);
  border-radius: 15px;
  margin-bottom: 25px;
}
.product-horizontal .product-detail {
  padding: 10px 0;
}
.collection-page .collection-banner {
  border-radius: 0;
  margin: 0;
}


/*
   .collection-desctext img {
   min-width: 100%;
   }
*/
.spec-line {
  display: flex;
  padding: 10px 0 0;
}
.spec-line strong {
  min-width: 20%;
  font-weight: 500;
  font-size: 14px;
}
.spec-line span {
  font-weight: 400;
  font-size: 13px;
}
.product-horizontal .pro-name a {
  font-size: 14px;
  font-weight: 500;
}


/*-------------------- HORIZONTAL PREORDER -----------------------------*/
.horizontal-preorder .product-horizontal {
  grid-template-columns: 1fr 7fr;
  align-items: center;
  border-bottom: 1px solid rgba(149, 149, 149, 0.1);
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.horizontal-preorder .pro-loop:last-child .product-horizontal {
  margin-bottom: 0;
  border-bottom: 0;
}

/*---------------- PAGINATE / PAGINATION --------------------------*/
.page-node {
  padding: 10px 15px;
  display: inline-block;
  margin: 0;
  outline: 0;
  font-size: 14px;
  font-weight: 500;
  border: 1px solid transparent;
  transition: all 0.2s ease-in-out;
}
.page-node:hover {
  color: var(--bg_footer);
  border-color: var(--bg_footer);
}
.page-node.current {
  background: var(--bg_footer);
  color: var(--text_footer);
  border-color: transparent;
  font-weight: 600;
}
#pagination {
  margin: 20px auto 40px;
}
.pagination-bar .prev svg {
  transform: rotate(180deg);
}
.pagination-bar {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination-bar .next {
  line-height: 1;
  margin-left: 20px;
}
.pagination-bar .prev {
  line-height: 1;
  margin-right: 20px;
}
/*---------------- SEARCH ----------------------------*/

.searchPage .header-search {
  position: relative;
  height: auto;
  width: 100%;
  background: transparent;
  box-shadow: none;
  right: 0;
  transition: all 0.2s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  overflow-y: visible;
}
.searchPage .filter-action {
  justify-content: center;
  margin-bottom: 40px;
}
.searchPage .subtxt {
  margin: 25px 0;
}
.expanded-message h2 {
  font-size: 14px;
}
/*----------------- CONTACT ----------------------------*/

.contact-left {
  width: 40%;
  gap: 10px;
  display: flex;
  flex-direction: column;
}

.contact-right {
  width: 60%;
  gap: 10px;
  display: flex;
  flex-direction: column;
}

.contact-box {
  border-radius: 10px;
  border: 1px solid rgba(220, 220, 220, 0.5);
  padding: 40px;

}

.layout-pageContact .section-container {
  padding-top: 40px;
  padding-bottom: 72px;
}
.layout-pageContact .layout-split {
  gap: 10px
}
a.ggmap-link {
  background: var(--color_active);
  color: var(--text_footer);
  display: inline-flex;
  align-items: center;
  height: 30px;
  border-radius: 20px;
  padding: 0 3px 0 10px;
  margin-left: 8px;
}
.shop-item:not(:last-child) {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(149, 149, 149, 15%);
}
.shop-item .info-line {
  padding-top: 20px;
  font-size: 14px;
  font-weight: 500;
}
.shop-item .shop-title {
  font-size: 16px;
  font-weight: 500;
  color: var(--text_dark);
  transition: all 0.3s ease-in-out;
}
.shop-item .shop-title:hover {
  color: var(--color_active);
}
.shop-item .shop-title:hover svg path {
  stroke: var(--color_active);
}
textarea.account-input {
  padding: 15px 15px 0;
}
.shop-title.showmenu svg {
  transform: rotate(180deg);
}
.shop-title svg,
.shop-title svg path {
  transition: all 0.3s ease-in-out;
}
.contact-box .box-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}
.contact-info {
  margin: 0
}
.info-line {
  font-size: 15px;
}
.contact-info .info-line {
  font-weight: 500;
}
.contact-info .info-line:not(:last-child) {
  padding-bottom: 10px;
}

.d-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
  row-gap: 30px;
  column-gap: 30px;
  gap: 30px;
  row-gap: 30px;
  column-gap: 30px;
  align-items: center;
}
.layout-pageContact .heading-banner img {
  width: 100%;
}
.layout-pageContact .heading-banner {
  margin-bottom: 20px;
}

/*------------------ BLOGS ---------------------------*/

.section-news {
  margin-top: 10px;
  display: grid;
  grid-template-columns: 2fr 1fr;
}

.item-article img {
  width: 100%;
}
.item-article {
  position: relative;
}

.section-news .item-article .post-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  margin: 0;
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.80) 0%, rgba(0, 0, 0, 0.00) 100%)
  , url(<path-to-image>)
  , transparent 50% / cover no-repeat;
  display: flex;
  align-items: end;
}
.latest-news-list {
  gap: 20px;
  display: flex;
  flex-direction: column;
  padding-left: 20px;
}

.content-detail a {
  color: #fff;
}
.content-detail h3 {
  font-size: 16px;
  margin: 0;
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.item-article .date {
  color: #fff;
  font-style: italic;
  font-size: 13px;
}
.latest-article .content-detail h3 {
  font-size: 22px;
  font-weight: 600;
}
.content-detail {
  padding: 10px 20px;
  width: 100%;
}
.section-featured-blog {
  margin-top: 20px;
}
.blog-item h3 {
  font-size: 14px;
  margin: 5px 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.section-main-blog {
  margin-top: 20px;
  padding: 0 40px;
  display: flex;
  flex-wrap: wrap;
}
.main-blog-list {
  padding-right: 20px;
}
.main-blog-list {
  width: 70%;
}
.section-sidebar {
  width: 30%;
}

.blog-product {
  margin-bottom: 20px;
}
.sidebar-menu {
  display: flex;
}


/*
   .sidebar-box {
   border: 1px solid #dcdcdc;
   border-radius: 15px;
   padding: 20px 15px 20px;
   min-width: 70%;
   }
*/
.blog-menu-list {
  margin: 0;
}
.blog-menu-list li {
  padding-bottom: 7px;
  font-size: 14px;
  font-weight: 500;
}
.heading-article .blog-title {
  text-transform: uppercase;
}
.blog-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
  color: var(--bg_footer);
}
.box-article-detail h1,
.box-article-detail h2,
.box-article-detail h3,
.box-article-detail h4,
.box-article-detail h5,
.box-article-detail h6 {
  text-transform: uppercase;
  font-weight: 700;
}


/*
   .box-article-detail * {
   font-size: initial !important;
   }
*/
.blog-loop .blog-post {
  display: grid;
  grid-template-columns: 1fr 2fr;
  padding-bottom: 20px;
  grid-gap: 10px;
}
.blog-loop:last-child .blog-post {
  padding: 0;
}

.blog-post .content-title {
  font-size: 18px;
  margin-bottom: 10px;
}
.content-meta .date,
.item-detail .date,
.article-detail .date {
  font-size: 13px;
  font-style: italic;
}
.blog-filter.fix-filter {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 10;
  background: #f9f9f9;
  transition: all 0.4s;
}
.blog-filter.fix-filter .blog-filter__container {
  padding: 0 40px 5px;
  max-width: 1440px;
  margin: 0 auto;
}
.blog-filter.heading-filter {
  width: 100%;
}
.blog-filter .filter-action {
  padding-top: 8px;
}
.blog-menu-list .active a {
  color: var(--bg_footer);
}
.sidebar-article {
  display: grid;
  grid-template-columns: 1fr 2fr;
  align-items: center;
  grid-gap: 10px;
}
.sidebar-article .article-title {
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 2.4em;
  line-height: 1.2;
  font-size: 13px;
  font-weight: 600;
}
.sidebar-blogs .owl-carousel .owl-dot {
  height: 7px;
  width: 7px;
  background: #bfbfbf;
  border-radius: 100%;
  margin: 0 2px;
}

.sidebar-blogs .owl-carousel .owl-dot.active {
  background: var(--bg_footer);
}

.sidebar-blogs .owl-dots {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 5px;
}
.sidebar-blogs {
  border: 1px solid #dcdcdc;
  padding: 20px 10px;
}
.sidebar-block {
  margin-bottom: 20px;
}
.sidebar-articles-slide {
  margin-bottom: 20px;
}
.sidebar-item {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.blog-tags {
  display: flex;
  flex-wrap: wrap;
  column-gap: 10px;
}
.sidebar-tags .blog-title {
  margin-bottom: 5px;
}

.featured-blog-list:not(.owl-loaded) {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: hidden;
  gap: 20px;
}
.featured-blog-list:not(.owl-loaded) .blog-item {
  width: 25%;
  flex-shrink: 0;
}
.sidebar-articles-slide:not(.owl-loaded) .sidebar-item:not(:first-child) {
  display: none;
}

/*----------------- ARTICLE ----------------------*/
.inforArticle-content {
  padding-bottom: 40px;
}
.form-group .account-input {
  margin: 5px 0 10px;
}
.form-group {
  margin: 0;
}
.comment-user {
  margin-top: 16px;
  padding-top: 15px;
  border-top: 1px solid rgba(149, 149, 149, 15%);
}
.article-comment-form {
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid rgba(220, 220, 220, 1);
}
.article-comment-info {
  margin-top: 40px;
  padding-bottom: 40px;
}
.layout-article .section-main-blog {
  margin-top: 0;
}
.layout-article .main-blog-list {
  padding-top: 0
}
.content-banner {
  margin: 25px 0 0;
}
.box-article-navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 15px 0 0;
}
.box-article-navigation span a {
  font-size: 16px;
  font-weight: 500;
  color: var(--color_primary);
}
.article-related {
  border-top: 1px solid #dcdcdc;
  margin-top: 20px;
  padding-top: 15px;
}
.heading-filter .filter-action {
  margin-left: 0;
}
.heading-filter .filter-action .filter {
  padding: 0;
}
.heading-filter .filter-action .filter a {
  padding: 7px 16px;
  display: inline-block
}
.blog-loop-banner {
  margin-bottom: 20px;
  overflow: hidden;
}
.left-banner,
.right-banner {
  // position: sticky;
  top: 20px;
  padding-top: 20px;
}

.left-banner_home,
.right-banner_home {
  top: 20px;
  padding-top: 20px;
}
/*---------------- breadcrumb ----------------------------*/
.breadcrumb {
  background: transparent;
  margin-bottom: 0;
  white-space: nowrap;
}
.breadcrumb > li {
  display: inline-flex;
  align-items: center;
}
.breadcrumb > li a {
  font-size: 12px;
  line-height: 1;
}
.breadcrumb > li span {
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
}
.breadcrumb-shop .breadcrumb > li + li:before {
  padding: 0 3px;
}
.breadcrumb > li .icon {
  display: inline-block;
  line-height: 0;
}
.breadcrumb > li .icon svg {
  height: 15px;
  width: auto;
}
.breadcrumb > li.active span {
  color: var(--bg_footer);
  font-weight: 600;

}
.breadcrumb > li a:hover span {
  color: var(--bg_footer);
}

/* ============ 	ADDTHIS ** addthis ============== */
.fb_dialog_advanced.fb_customer_chat_bubble_animated_no_badge {
  right: 12px !important;
}

.addThis_listSharing {
  position: fixed;
  bottom: 85px;
  z-index: 999;
  right: -15px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.addThis_listSharing.is-show {
  right: 0;
  opacity: 1;
  visibility: visible;
}

.addThis_listing .addThis_item {
  margin-bottom: 5px;
  margin-right: 24px;
}

.addThis_listing .addThis_item .addThis_item--icon {
  position: relative;
  display: inline-block;
  text-align: center;
  width: 44px;
  height: 44px;
  line-height: 44px;
  color: #fff;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.11);
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center;
}

.addThis_listing .addThis_item .addThis_item--icon .tooltip-text {
  position: absolute;
  top: 4px;
  right: 55px;
  z-index: 9;
  height: 32px;
  line-height: 26px;
  padding: 3px 10px;
  width: auto;
  border-radius: 5px;
  font-size: 11px;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  background-color: black;
  visibility: hidden;
  opacity: 0;
  -ms-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.addThis_listing .addThis_item .addThis_item--icon .tooltip-text:after {
  content: "";
  width: 0;
  height: 0;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent transparent black;
  position: absolute;
  left: 100%;
  top: 0;
  bottom: 0;
  margin: auto;
  -ms-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.addThis_listing .addThis_item .addThis_item--icon:hover {
  text-decoration: none;
  opacity: .9;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15)
  , 0 4px 15px rgba(0, 0, 0, 0.13);
}

.addThis_listing .addThis_item .addThis_item--icon:hover .tooltip-text {
  visibility: visible;
  opacity: 1;
}

.actionToolbar_mobile {
  position: fixed;
  bottom: -1px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 999;
  height: 56px;
  width: 100%;
  border-top: 1px solid #e7e7e7;
  background: #fff;
  padding: 5px 10px;
}

.actionToolbar_mobile ul.actionToolbar_listing {
  margin: 0;
}

.actionToolbar_mobile ul.actionToolbar_listing li {
  width: 25%;
  float: left;
}

/* modal- center */
.modal-addThis {
  background: rgba(3, 17, 27, 0.7);
  -webkit-transition: opacity 0.35s linear;
  -o-transition: opacity 0.35s linear;
  transition: opacity 0.35s linear;
}

.modal-addThis.fade .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-addThis .modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.modal-addThis .modal-dialog-centered .modal-content {
  width: 100%;
}

.modal-addThis .modal-dialog-centered {
  margin: 1.75rem auto;
  min-height: calc(100% -(1.75rem * 2));
}

.modal-addThis.fade .modal-dialog-centered {
  opacity: 0;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}

.modal-addThis.fade.in .modal-dialog-centered {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.modal-addThis .modal-dialog-centered .modal-content {
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .modal-addThis .modal-dialog-centered {
    margin: 2.5rem 1.5rem;
    min-height: calc(100% -(2.5rem * 2));
  }
  .sidebar-blogs {
    border: 0;
    padding: 20px 0 0;
  }
  .sidebar-articles-slide {
    margin-bottom: 30px;
  }
}
/* modal-succes */
.modal-succes .modal-body .modal-title {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}

.modal-succes .modal-body p:not(.modal-title) {
  font-size: 15px;
  margin: 10px 0 5px;
}

.modal-succes .modal-body .txtloading {
  color: #aaa;
  font-size: 13.5px;
}

@keyframes rotatePlaceholder {
  0% {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  5% {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  12% {
    -webkit-transform: rotate(-405deg);
    -moz-transform: rotate(-405deg);
    -o-transform: rotate(-405deg);
    transform: rotate(-405deg);
  }
  100% {
    -webkit-transform: rotate(-405deg);
    -moz-transform: rotate(-405deg);
    -o-transform: rotate(-405deg);
    transform: rotate(-405deg);
  }
}

@keyframes animateSuccessTip {
  0% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  54% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }
  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }
  100% {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}

@keyframes animateSuccessLong {
  0% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  65% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  84% {
    width: 55px;
    right: 0;
    top: 35px;
  }
  100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}

.modal-icon.sweet-alert {
  padding-top: 15px;
}

.animateSuccessTip {
  animation: animateSuccessTip 0.75s;
}

.animateSuccessLong {
  animation: animateSuccessLong 0.75s;
}

.sa-icon.sa-success.animate::after {
  animation: rotatePlaceholder 4.25s ease-in;
}

.sweet-alert .sa-icon.sa-success {
  width: 80px;
  height: 80px;
  border: 4px solid #4cae4c;
  border-radius: 50%;
  margin: 20px auto 0;
  position: relative;
  box-sizing: content-box;
}

.sweet-alert .sa-icon.sa-success::before,
.sweet-alert .sa-icon.sa-success::after {
  content: '';
  border-radius: 50%;
  position: absolute;
  width: 60px;
  height: 120px;
  background: #fff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.sweet-alert .sa-icon.sa-success::before {
  border-radius: 120px 0 0 120px;
  top: -7px;
  left: -33px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 60px 60px;
  -moz-transform-origin: 60px 60px;
  -o-transform-origin: 60px 60px;
  transform-origin: 60px 60px;
}

.sweet-alert .sa-icon.sa-success::after {
  border-radius: 0 120px 120px 0;
  top: -11px;
  left: 30px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 0 60px;
  -moz-transform-origin: 0 60px;
  -o-transform-origin: 0 60px;
  transform-origin: 0 60px;
}

.sweet-alert .sa-icon.sa-success .sa-placeholder {
  width: 80px;
  height: 80px;
  border: 4px solid rgba(92, 184, 92, 0.2);
  border-radius: 50%;
  box-sizing: content-box;
  position: absolute;
  left: -4px;
  top: -4px;
  z-index: 2;
}

.sweet-alert .sa-icon.sa-success .sa-fix {
  width: 5px;
  height: 90px;
  background-color: #fff;
  position: absolute;
  left: 28px;
  top: 8px;
  z-index: 1;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.sweet-alert .sa-icon.sa-success .sa-line {
  height: 5px;
  background-color: #5cb85c;
  display: block;
  border-radius: 2px;
  position: absolute;
  z-index: 2;
}

.sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
  width: 25px;
  left: 14px;
  top: 46px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.sweet-alert .sa-icon.sa-success .sa-line.sa-long {
  width: 47px;
  right: 8px;
  top: 38px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* modal-contactform */
.modal-contactform .modal-header h4.modal-title {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
}

.modal-contactform .modal-header .close {
  margin-top: -10px;
  opacity: 0.5;
  font-size: 26px;
  width: 30px;
  margin-right: -8px;
}

.modal-contactform .content_popupform .input-group {
  width: 100%;
  margin: 0 0 15px;
}

.modal-contactform .content_popupform .input-group input,
.modal-contactform .content_popupform .input-group textarea {
  border: 1px solid #e7e7e7;
  box-shadow: none;
  height: 40px;
  font-weight: 500;
  padding: 5px 20px;
  background: #fbfbfb;
  color: #252a2b;
  width: 100%;
}

.modal-contactform .content_popupform .input-group textarea {
  resize: none;
  height: 80px;
}

/* - Harafunnel mobile */
.harafunnel-mb {
  position: fixed;
  right: 10px;
  bottom: 60px;
  z-index: 9999;
  width: 65px;
  height: 65px;
  padding: 8px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
  transition: box-shadow 150ms linear;
}

.harafunnel-mb:hover {
  box-shadow: 0 5px 24px rgba(0, 0, 0, 0.3);
}

.harafunnel-mb a {
  display: block;
}

.harafunnel-mb a svg {
  width: 100%;
  height: 100%;
}

@media (min-width: 992px) {
  .modal-addThis.modal-contactform .modal-dialog {
    width: 600px;
  }
  .modal-addThis.modal-succes .modal-dialog {
    width: 450px;
  }
}

@media (max-width: 767px) {
  .main-body {
    overflow-x: hidden;
  }
  .mainFooter-toolbar {
    padding-bottom: 50px;
  }
  .mainFooter-product {
    padding-bottom: 56px;
  }
  .actionToolbar_product {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .productDetail-toolbar {
    border-top: 1px solid #e7e7e7;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100000;
    background: #fff;
    margin: auto;
    padding: 7px 0;
  }
  .layoutProduct_scroll.scroll-down .actionToolbar_product {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  .layoutProduct_scroll.scroll-down .productDetail-toolbar {
    padding-bottom: 60px;
  }
}

/*====== POPUP CONTACT ====================================================================*/
.modal-popupContact {
  background: rgba(3, 17, 27, 0.7);
  -webkit-transition: opacity 0.35s linear;
  -o-transition: opacity 0.35s linear;
  transition: opacity 0.35s linear;
}

.modal-popupContact.fade .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-popupContact .modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.modal-popupContact .modal-dialog-centered .modal-content {
  width: 100%;
}

.modal-popupContact .modal-dialog-centered {
  margin: 1.75rem auto;
  min-height: calc(100% -(1.75rem * 2));
}

.modal-popupContact.fade .modal-dialog-centered {
  opacity: 0;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}

.modal-popupContact.fade.in .modal-dialog-centered {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.modal-popupContact .modal-dialog-centered .modal-content {
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .modal-popupContact .modal-dialog-centered {
    margin: 2.5rem 1.5rem;
    min-height: calc(100% -(2.5rem * 2));
  }
}

.modal-popupContact .close-popup-contact {
  background-color: rgba(0, 0, 0, 0.3);
  height: 30px;
  width: 30px;
  line-height: 30px;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 2;
  border-radius: 50%;
  opacity: 1;
  text-align: center;
  outline: none;
}

.modal-popupContact .close-popup-contact svg {
  display: block;
  margin: auto;
  height: 30px;
  width: 14px;
  text-align: center;
  fill: #f3f3f3;
}

.modal-popupContact .close-popup-contact:hover {
  background-color: rgba(0, 0, 0, 0.6);
}

.modal-popupContact.popupBanner .modal-content {
  background-color: transparent;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}

.modal-popupContact.popupForm .modal-content {
  position: relative;
  overflow: hidden;
  padding: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #e6e6e6;
}

.modal-popupContact.popupForm .modal-content.lazyloaded {
  background-image: url("https://file.hstatic.net/1000231532/file/slideshow_image_5_3139c56e9fef4add8a6290f389922e7a.png");
}

.modal-popupContact.popupForm .modal-content:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  background: #f3f3f3;
  opacity: 0.75;
}

.modal-popupContact.popupForm .modal-content:before,
.modal-popupContact.popupForm .modal-content .modal-wrapper-contact {
  width: 58%;
}

.modal-popupContact.popupForm .modal-content .modal-wrapper-contact {
  position: relative;
  padding: 50px 25px;
  float: right;
}

.title-popup-contact {
  font-size: 24px;
  margin: 0 0 10px;
  font-weight: 500;
}

.message-popup-contact {
  margin-bottom: 25px;
}

.title-adv-popup-contact {
  font-size: 14px;
  margin-bottom: 5px;
}

.list-adv-popup-contact li {
  list-style-type: disc;
  margin-left: 25px;
  font-size: 14px;
}

.popup-form-customer .input-group {
  width: 100%;
  display: block;
  margin-bottom: 0;
}

.popup-form-customer .input-group input {
  box-shadow: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.popup-form-customer .input-group input,
.popup-form-customer .input-group .input-group-addon {
  width: 100%;
  margin-bottom: 15px;
  height: 45px;
  padding: 10px 20px;
  line-height: 25px;
  background: #fff;
  border: 1px solid #e7e7e7;
  outline: none;
}

.popup-form-customer .input-group .input-group-addon {
  font-weight: 700;
  color: #fff;
  cursor: pointer;
  border-color: #a80a0a;
}

.popup-form-customer .input-group .input-group-addon:hover,
.popup-form-customer .input-group .input-group-addon:focus {
  background-color: #fff;
  border-color: #a80a0a;
  color: #a80a0a;
}

.popup-form-customer .succes-popup {
  font-size: 13px;
  min-height: 25px;
  visibility: hidden;
  margin: 0;
  text-align: center;
}

.popup-form-customer .succes-popup.error {
  visibility: visible;
  color: red;
}

.popup-form-customer .succes-popup.success {
  visibility: visible;
  color: #27a208;
}

.layout-article {
  padding-bottom: 60px;
}
@media (min-width: 768px) {
  .modal-popupContact .modal-dialog-centered {
    width: 650px;
  }
  .listProduct-row .product-loop {
    height: 310px;
    padding: 0 5px;
    margin-bottom: 5px;
    margin-top: 5px;
  }
  .product-loop .proloop-image {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    max-height: 300px;
    overflow: hidden;
    position: relative;
  }
  .layout-productDetail .product-loop .proloop-image a,
  .layout-searchPage .product-loop .proloop-image a,
  .inforArticle-content .listProduct-related .product-loop .proloop-image a {
    align-items: center;
    height: 230px;
  }
  .product-loop .proloop-image a {
    align-items: center;
    height: 213px;
    display: flex;
    justify-content: center;
    position: relative;
    overflow: hidden;
  }
  .product-loop .proloop-image a img {
    height: 100%;
    object-fit: contain;
  }
  .listProduct-row.xsqr .product-loop,
  .listProduct-row.xsqr .product-loop .proloop-image,
  .listProduct-row.xsqr .product-loop .proloop-image a,
  .listProduct-row.xsqr .product-loop .proloop-image a img {
    height: auto;
  }
}
.youtube-embed-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.youtube-embed-wrapper iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
}
.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.margin-gap {
  height: 40px;
}
/*---------------- MODAL PREORDER ------------------*/

.modal-main .modal-content {
  box-shadow: none;
  border-radius: 0;
  border: 0;
}
.modal-main .modal-header {
  position: relative;
}
.modal-main .modal-header .close {
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  opacity: 1;
  font-size: 24px;
}
.modal-main .modal-header h4 {
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  color: #e40000;
}
.modal-main .form-preorder__group {
  margin-bottom: 10px;
}

.modal-main .form-preorder__group label {
  display: block;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
}
.modal-main .form-preorder__group .input-preorder {
  width: 100%;
  height: 35px;
  border: 1px solid #ddd;
  padding: 5px;
  border-radius: 4px;
  outline: 0;
}
.modal-main .form-preorder__group textarea.input-preorder {
  height: 65px;
  resize: none;
}
.form-preorder .row {
  margin-left: -6px;
  margin-right: -6px;
}
.form-preorder div[class*="col-"] {
  padding-left: 6px;
  padding-right: 6px;
}
.modal-main .form-preorder__group.group-chk {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
}
.form-preorder__group.group-chk .preorder-chk {
  margin-left: 10px;
  position: relative;
}
.form-preorder__group .preorder-chk input {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.form-preorder__group .preorder-chk .chk-preorder__fk {
  position: relative;
  width: 14px;
  height: 14px;
  display: block;
  border: 1px solid #ddd;
  cursor: pointer;
}
.form-preorder__group .preorder-chk input:checked + label .chk-preorder__fk {
  border-color: #e40000;
}
.form-preorder__group .preorder-chk input:checked + label .chk-preorder__fk:before {
  position: absolute;
  content: '';
  width: 10px;
  height: 5px;
  border-left: 2px solid #e40000;
  border-bottom: 2px solid #e40000;
  transform: rotate(-45deg);
  top: 2px;
  left: 1px;
}
.form-preorder__group.group-col {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  margin-left: -6px;
  margin-right: -6px;
}
.form-preorder__group .address-sl {
  flex: 0 0 calc(100% / 3);
  -ms-flex: 0 0 calc(100% / 3);
  max-width: calc(100% / 3);
  padding: 0 6px;
}
.form-preorder__group .address-sl select {
  width: 100%;
  height: 35px;
  border: 1px solid #ddd;
  padding: 5px;
  border-radius: 4px;
  color: #888;
  outline: none;
}
.modal-main .btn-submit-preorder {
  background: var(--color_active);
  width: 100%;
  height: 35px;
  border: 1px solid var(--color_active);
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 4px;
}
@media (min-width: 768px) {
  #modal-preorder .modal-dialog {
    width: 500px;
  }

}
@media (max-width: 767px) {
  .form-preorder__group.group-col {
    -flex-direction: column-reverse;
    -webkit-flex-direction: column-reverse;
  }
  .form-preorder__group .address-sl {
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    max-width: 100%;
  }
  .form-preorder__group .address-sl:not(:last-child) {
    margin-bottom: 10px;
  }
}
/*----------------RESPONSIVE--------------------------*/

@media(min-width: 500px) {
  .header-search,
  .menu-mb-wrap,
  .menu-mb .sub_menu {
    width: 450px;
  }

}
@media(min-width: 768px) {
  .showmenu-btn-mb svg {
    height: 30px;
  }
  .header-logo-mb .logo-mb {
    height: 40px;
  }
}
@media(min-width: 992px) {
  .product-sticky {
    position: sticky;
    top: 50px;
  }
}
@media(min-width: 1200px) {
  .header-logo-mb .logo-mb {
    height: 49px;
  }
}
@media(max-width: 1300px) {
  .main_menu > li:not(:last-child) {
    margin-right: 20px;
  }
  .footer-footer {
    padding: 80px 20px 110px;
  }
}
@media(max-width: 1199px) {
  .layout-left {
    width: 280px;
  }
  .layout-right {
    width: calc(100% - 280px);
  }
  .sub_menu a {
    display: inline-flex;
  }
  .slider-item .item {
    margin: 20px;
  }
  .slider-item .item-title {
    font-size: 16px;
    font-weight: 600;
    margin: 10px 0;
  }
  .slider-item .item-link {
    font-size: 12px;
    padding: 7px 15px;
  }
  .slider-item .item-tags {
    margin-bottom: 25px;
  }
  .collection-heading {
    display: block;
  }
  .filter-action {
    margin-left: 0;
    padding-bottom: 10px;
    padding-top: 20px;
  }
  .filter-action .filter {
    flex-shrink: 0;
  }
  .heading-collection {
    display: block;
  }
  .horizontal-preorder .product-horizontal {
    grid-template-columns: 1fr 6fr;
    grid-gap: 20px;
  }
  .scrolled {
    padding-top: 80px;
  }
  .section-main-blog {
    grid-template-columns: 2.3fr 1fr;
  }
  .blog-title {
    font-size: 20px;
  }
  .blog-menu-list li {
    padding-bottom: 15px;
    font-size: 14px;
  }
  /*.sidebar-box{padding: 30px 25px 10px;}*/
  .content-detail {
    padding: 5px 10px;
  }

}

@media(max-width: 991px) {
  .layout-right {
    width: 100%;
  }
  .section-index {
    padding-top: 30px;
  }
  .header-container {
    min-height: 80px;
  }
  .footer-item .item-content {
    display: none;
  }
  .footer-footer {
    padding: 40px 15px 60px;
  }
  .footer-footer .footer-items {
    flex-direction: column;
  }
  .footer-footer .footer-item {
    width: 100% !important;
  }
  .footer-item .item-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .footer .footer-item .item-title {
    margin-bottom: 0;
  }
  .footer-item.showcontent .item-showmore-btn {
    transform: rotate(180deg);
  }
  .footer-item .item-showmore-btn {
    transition: all 0.3s ease-in-out;
  }
  .footer-media .media-title {
    display: none;
  }
  .footer-media {
    padding: 25px 20px;
  }
  .media-wrap .media-link {
    margin-left: 30px;
  }
  .media-wrap .media-link:first-of-type {
    margin: 0;
  }
  .footer-item {
    margin-bottom: 30px;
  }
  .footer-item .item-content {
    margin-top: 20px;
  }
  .collection-products {
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 10px;
  }
  .slider-item .item {
    margin: 30px 20px;
  }
  .collection-owl-products:not(.owl-loaded) .pro-loop {
    width: calc(100% / 3);
  }
  .product-gallery {
    margin: 0 auto;
  }
  .product-content-desc {
    margin-top: 25px;
  }
  .layout-pageContact .layout-split {
    display: block;
  }
  .contact-left {
    width: 100%;
    margin-bottom: 10px;
  }
  .contact-right {
    width: 100%;
  }
  .latest-news-list {
    gap: 10px;
    padding-left: 10px;
  }
  .section-featured-blog {
    margin-top: 10px;
  }
}
@media (max-width: 1024px) and (min-width: 768px) {
  .product-review__col {
    margin-bottom: 30px;
  }
  .product-review-article .heading-title {
    text-align: center;
  }
}
@media(max-width: 767px) {
  .breadcrumb > li + li span,
  .breadcrumb > li + li a {
    max-width: 142px;
    white-space: nowrap;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .filter-action li {
    padding: 0;
  }
  .blog-filter .filter-action {
    margin: 0;
  }
  .section-index {
    padding-top: 13px;
  }
  .index-collection {
    margin-top: 15px;
  }
  .blog-filter.fix-filter .blog-filter__container {
    padding: 0 15px;
  }
  .header-container {
    min-height: 70px;
    padding: 0 15px;
  }
  .header-search .search-wrap {
    padding: 30px 20px;
  }
  .header-search .rcm-title {
    margin: 15px 0 10px;
  }
  .header-search .searchbar {
    height: 35px;
    padding-left: 35px;
  }
  .searchPage .header-search .searchbar {
    height: 45px;
    padding-left: 135px;
  }
  .searchPage .subtxt {
    margin: 25px 0 5px;
  }
  .header-search .search-input {
    font-size: 12px;
  }
  .header-search .search-icon {
    left: 12px
  }
  .header-search .search-icon svg {
    height: 17px;
    width: 17px;
  }
  .rcm-keyword .keyword {
    margin-right: 5px;
    margin-bottom: 5px;
    padding: 5px 15px;
  }
  .footer .footer-item .item-title {
    margin-bottom: 0
  }
  .media-wrap .media-link {
    margin-left: 20px;
  }
  .footer-footer {
    padding: 30px 15px 40px;
  }
  .footer-item {
    margin-bottom: 25px;
  }
  .collection-products {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
  }
  .search-article .collection-products {
    grid-template-columns: repeat(1, 1fr);
  }
  .slider-item .item {
    margin: 20px;
  }
  .slider-item .item-tags {
    margin-bottom: 20px;
  }
  .collection-owl-products:not(.owl-loaded) .pro-loop {
    width: 50%;
  }

  .slider-item .item-status {
    padding: 3px 10px;
    border-radius: 3px;
    font-size: 9px;
    line-height: 1.2;
  }
  .slider-item .item-title {
    font-size: 12px;
    font-weight: 600;
    margin: 7px 0;
  }
  .slider-item .item-tags {
    margin-bottom: 15px;
  }
  .slider-item .item-link {
    font-size: 10px;
    padding: 5px 10px;
    border-radius: 3px;
  }
  .index-categories {
    padding-left: 20px
  }
  .item-category .item-img {
    width: 58px;
    height: 58px;
  }
  .item-category .item-img-wrap {
    padding: 3px
  }
  .item-category:not(:last-child) {
    margin-right: 22px
  }
  .item-category .item-link {
    font-size: 13px;
  }
  .collection-heading .heading-title {
    font-size: 16px;
  }
  .account-orders {
    width: 100%;
  }
  .account-loyalty {
    width: 100%;
    padding-left: 0;
  }
  .layoutPage-cart {
    padding: 20px;
  }
  .collection-page .filter-action,
  .searchPage .filter-action {
    overflow-x: unset;

  }
  .collection-page .wrap-collection-body {
    padding: 0 15px;
  }
  .collection-page .heading-collection {
    // padding: 0 0 0 15px;
    margin: 30px 0 20px;
  }


  .filter.showmenu .filter-dropmenu {
    transform: translate(0);

  }

  .filter-dropmenu {
    position: fixed;
    top: 0;
    left: 0;
    transform: translate(0);
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    border: 0;
    border-radius: 0;
    max-height: 100%;
  }
  .filter-dropmenu .check-box-list {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    position: absolute;

    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    background: var(--bg_light);
    width: 90vw;
    border-radius: 25px;
    border: 1px solid #dcdcdc;
    padding: 40px 0;
    overflow-y: auto;
    max-height: 80vh;
    z-index: 999;
  }

  .filter-dropmenu li {
    padding: 10px 30px;
    border-bottom: 1px solid #dcdcdc;
  }
  .filter-dropmenu li:first-child {
    border-top: 1px solid #dcdcdc;
  }
  .close-dropmenu {
    position: absolute;
    top: 10px;
    right: 15px;
    width: 20px;
    height: 20px;
  }
  .close-dropmenu::after,
  .close-dropmenu::before {
    content: '';
    width: 2px;
    height: 14px;
    background: var(--text_dark);
    position: absolute;
    top: 50%;
    left: 50%;
  }
  .close-dropmenu::after {
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .close-dropmenu::before {
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  #pagination {
    margin: 40px auto;
  }
  .section-main-blog #pagination {
    margin: 10px auto;
  }
  .product-content-desc {
    margin-toP: 25px;
  }
  .product-content-desc .product-title h1 {
    font-size: 16px;
    line-height: calc(23 / 16);
  }
  .product-content-desc .product-price .pro-price {
    font-size: 16px;
  }
  .product-content-desc .product-price del {
    font-size: 14px;
  }
  .selector-actions .module-wrap-sizes {
    max-width: 102px;
    margin-right: 25px;
  }
  .selector-actions .btn-addtocart {
    font-size: 14px;
    padding: 10px 20px;
  }
  .product-info__policy {
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
  }
  .pro-policy__item .pro-policy__txt {
    font-size: 13px;
    font-weight: 400;
  }
  .product-info__tags {
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    font-size: 13px;
    font-weight: 400;
  }
  .numberStore {
    font-size: 12px;
  }
  .product-tabs .product-tabs__item {
    padding: 20px 0;
    display: none;
    margin-top: -10px;
  }
  .product-tabs .product-tabs__title {
    font-size: 14px;
    line-height: calc(21 / 16);
  }
  .product-detail-main {
    margin-bottom: 25px;
  }

  .product-review-article {
    margin-bottom: 30px;
  }
  .product-review-article .heading-title {
    margin-bottom: 10px;
  }
  .bc-product-review {
    margin-bottom: 15px;
  }
  .bc-product-review .bc-review__meta {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  .bc-product-review .bc-review__meta .bc-review__tq {
    margin: 0 0 10px;
    text-align: center;
    flex: 0 0 100%;
    justify-content: center;
  }
  .bc-review__filter {
    flex: 0 0 100%;
    justify-content: center;
  }
  .bc-review__list {
    margin-top: 10px;
  }
  .bc-review__list .bc-review__item {
    padding-bottom: 19px;
    margin-bottom: 25px;
  }
  .bc-review__name h4 {
    font-size: 13px;
    font-weight: 400;
    line-height: calc(21 / 13);
  }
  .bc-review__item .bc-review__content {
    font-size: 10px;
    line-height: calc(15 / 10);
  }
  .bc-review__item .bc-review__date {
    font-size: 13px;
    font-weight: 400;
    line-height: calc(21 / 13);
  }
  .heading-title {
    margin-bottom: 10px;
  }
  .list-productRelated {
    margin-bottom: 30px;
  }
  .section-product .heading-title h2 {
    font-size: 16px;
    line-height: calc(26 / 16);
  }
  .list-products-app .owl-stage {
    padding-left: 0 !important;
  }

  .product-game__bot {
    padding-top: 93px;
    padding-bottom: 218px;
  }
  .prdouct-game__description .description-box {
    font-size: 10px;
    line-height: calc(15 / 10);
  }
  .prdouct-game__description .description-box h2,
  .prdouct-game__description .description-box h3,
  .prdouct-game__description .description-box h4,
  .prdouct-game__description .description-box h5 {
    font-size: 16px;
    line-height: calc(26 / 16);
    margin-bottom: 10px;
  }
  .product-game__blog.product-game__blog-mb {
    margin-top: 0;
  }
  .product-game__blog-mb .game-article__item {
    margin-bottom: 25px;
  }
  .game-article__item .game-article__detail h4 {
    font-size: 16px;
    line-height: calc(26 / 16);
    margin-bottom: 10px;
    color: #2F2F2F;
  }
  .game-article__item .game-article__detail .game-article__des {
    font-size: 10px;
    line-height: calc(15 / 10);
    color: #2F2F2F;
  }
  .collection-owl-products .owl-stage {
    padding-left: 0 !important;
  }
  .shop-item:not(:last-child) {
    margin-bottom: 14px;
  }
  .contact-box {
    padding: 35px 25px 30px;
  }
  .d-grid {
    gap: 10px;
  }
  .layout-pageContact .account-input {
    margin: 15px 0;
    padding: 0 10px;
    min-height: 40px;
  }
  .contact-box .box-title {
    font-size: 18px;
  }
  .shop-item .shop-title {
    font-size: 15px;
  }
  .shop-item .info-line {
    font-size: 13px;
    padding-top: 14px;
  }
  li.info-line {
    font-size: 14px;
  }
  a.ggmap-link svg {
    height: 23px;
    width: 22px;
  }
  a.ggmap-link {
    font-size: 12px;
    height: 24px
  }
  .pro-loop .product-img .sold-out span,
  .pro-loop .product-img .product-comming span {
    font-size: 10px;
  }
  .pro-loop .product-detail .pro-name {
    font-size: 11px;
  }
  .product-sale span {
    padding: 7px 5px 5px;
    font-size: 12px;
  }
  .product-sale span::after {
    border-left: 21px solid var(--color_active);
    border-right: 21px solid var(--color_active);
    border-bottom: 8px solid transparent;
    bottom: -28%;
  }

  .product-horizontal {
    grid-gap: 20px;
  }
  .collection-title {
    text-align: center;
    font-size: 18px;
    margin: 0 0 10px;
  }
  .pro-loop .product-img {
    border-radius: 10px;
  }
  .product-block {
    border-radius: 10px;
    box-shadow: 0 0 3px 0 rgba(149, 149, 149, 50%);
  }
  .horizontal-preorder .product-horizontal {
    grid-template-columns: 1fr 5fr;
  }
  .scrolled {
    padding-top: 70px;
  }
  .section-main-blog {
    padding: 0 20px;
    display: block;
  }
  .main-blog-list {
    padding-right: 0;
    margin-top: 0;
    width: 100%;
  }
  .section-sidebar {
    width: 100%;
  }
  .section-news {
    display: block;
  }
  .latest-news-list {
    gap: 10px;
    flex-direction: row;
    padding-left: 0;
    padding-top: 10px;
  }
  .content-detail h3 {
    font-size: 14px;
  }
  .item-article .date,
  .item-detail .date,
  .article-detail .date {
    font-size: 11px;
  }
  .blog-post .content-title {
    margin-bottom: 5px;
  }
  .blog-loop .blog-post {
    padding-bottom: 15px
  }


  /*
   .featured-blog-list.owl-carousel .owl-item img:not(.lazyload) {
   width: 100% !important;
   }
*/
  .collection-heading {
    margin-bottom: 15px;
  }
  .account-heading .filter-action {
    margin-bottom: 15px;
  }
  .heading-action-mb {
    margin-top: 7px;
  }
  .heading-action.filter-action {
    margin-top: 7px;
  }
  .filter-action {
    padding-top: 0;
  }
  .collection-banner {
    margin-top: 15px
  }
  .banner-wrapper img {
    width: 100%;
  }


  .product-horizontal {
    margin-bottom: 15px;
  }
  .product-horizontal .product-detail {
    padding: 10px 0;
  }
  .layout-info-account {
    padding: 20px;
  }

  .cart-footer .footer-section {
    padding: 20px;
  }

  .cart-heading .heading-title {
    margin-bottom: 10px;
  }
  .cart-heading .heading-title a {
    font-size: 16px;
  }


  .section-index-blogs .article-detail {
    padding: 5px 10px;
  }

  .inforArticle-content {
    padding-bottom: 20px;
  }
  .product-tabs__link a {
    padding: 10px 7px;
  }

  .search-by-btn {
    left: 40px;
    font-size: 13px;
  }
  .search-by-options {
    padding-right: 22px;
  }
}
@media(max-width: 560px) {
  .slider-item .item {
    margin: 15px 13px;
  }
  .slider-item .item-tag {
    font-size: 8px;
    padding: 3px 10px;
    line-height: 1;
  }
  .filter-action .filter {
    padding: 7px 16px;
    font-size: 13px;
  }
  .product-horizontal {
    grid-template-columns: 1fr 3fr;
    grid-gap: 10px;
  }
  .product-horizontal .product-img img {
    min-width: 100%;
  }
  .spec-line {
    gap: 10px;
    padding-top: 5px;
  }
  .spec-line strong {
    font-size: 11px;
    min-width: 25%;
  }
  .spec-line span {
    font-size: 11px;
  }
  .collection-title {
    font-size: 16px;
  }
  .filter-action .filter .filter-btn {
    padding: 6px 14px;
  }
  .horizontal-preorder .product-horizontal {
    grid-template-columns: 1fr 4fr;
    grid-gap: 10px;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .blog-post .content-title {
    font-size: 16px;
  }
  .content-meta .date {
    font-size: 12px;
  }
  .blog-loop .blog-post {
    padding-bottom: 10px
  }
  .collection-heading {
    margin-bottom: 10px;
  }

  .header-container {
    min-height: 55px
  }
}
@media(max-width: 499px) {
  .footer-item-mb .item-icon {
    width: 93px;
  }
  .media-wrap .media-link {
    margin-left: 15px;
  }
  .rcm-keyword .keyword {
    margin-right: 0;
    padding: 4px 12px;
    font-size: 12px;
  }
  .header-search .search-wrap {
    padding: 25px 15px;
  }
  .header-search .heading-title {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 15px;
  }
  .header-search .rcm-title {
    font-size: 14px;
    font-weight: 600;
  }
  .footer-item {
    margin-bottom: 25px;
  }
  .collection-products {
    grid-gap: 10px;
  }
  .slider-item .item {
    margin: 10px 9px;
  }
  .slider-item .item-link {
    font-size: 9px;
    padding: 4px 9px;
  }
  .slider-item .item-tags {
    margin-bottom: 10px;
    gap: 5px;
  }
  .slider-item .item-status {
    padding: 2px 6px;
    border-radius: 2px;
    font-size: 8px;
    line-height: 1;
  }
  .slider-item .item-title {
    font-size: 10px;
  }
  .content-detail h3 {
    font-size: 12px;
  }
  .latest-article .content-detail h3 {
    font-size: 18px;
  }
  .blog-loop .blog-post {
    display: block;
  }
  .blog-loop .post-content {
    padding: 10px 0;
  }
  .heading-page h1 {
    font-size: 16px;
    margin-bottom: 15px;
  }

  .section-index-blogs .first-article .article-title a {
    font-size: 14px;
  }
  .section-index-blogs .article-title a {
    font-size: 12px;
  }
  .page-node {
    padding: 6px 13px
  }
  .pagination-bar .prev {
    margin-right: 10px
  }
  .pagination-bar .next {
    margin-left: 10px
  }
  .account-section {
    padding: 15px;
  }
  .side-heading a,
  .side-footer a {
    font-size: 18px;
  }

  .account-main_menu > li {
    margin: 0;
    line-height: 1.5;
  }

  .account-main_menu > li > a {
    margin: 0;
  }

  .sidebar-account .side-heading {
    margin-bottom: 9px;
  }

  .sidebar-account {
    padding-bottom: 20px;
  }

  nav.acc-menu {
    padding-bottom: 10px;
  }

  .layout-info-account {
    padding: 20px 15px;
  }
}
.blog-item .item-img img.lazyloaded {
  width: 100% !important;
}

.messenger-fixed {
  position: fixed;
  right: 25px;
  bottom: 25px;
  z-index: 1999;
}

.login-notif .notif-title .txt {
  font-size: 14px;
  font-style: italic;
}
.listProduct-related.owl-carousel .owl-stage {
  padding-left: 0 !important;
}
.box-article-detail .pro-loop .product-detail .pro-name {
  font-size: 13px !important;
}
.box-article-detail .pro-loop .pro-price span {
  font-size: 14px !important;
}
@media (max-width: 767px) {
  .box-article-detail .pro-loop .product-detail .pro-name {
    font-size: 11px !important;
  }

}
.stock-note {
  margin-top: 10px;
  font-size: 14px;
}
.stock-note span {
  color: #ff2626;
  font-weight: 500;
}
.wrap-collection-body .blog-loop-banner {
  margin-top: 20px;
}
.collection-more {
  margin-top: 20px;
  text-align: center;
}
.collection-more .btn-link-col {
  text-transform: uppercase;
  padding: 10px 21px;
  font-size: 14px;
  font-weight: 500;
  background: var(--color_active);
  border: 1px solid var(--color_active);
  color: #fff;
  border-radius: 5px;
  display: inline-block;
  transition: all 0.3s;
}
.collection-more .btn-link-col:hover {
  background: #fff;
  color: var(--color_active);
}

/* Ẩn nội dung khi nó chưa được tải */
[data-lazy-section] .lazy-content {
  display: none;
}


/*
   Tạo một Placeholder (khung chờ) có chiều cao cố định
   để chống CLS (giật layout) khi nội dung tải.
*/
[data-lazy-section] {
  min-height: 500px;
  /* Chiều cao cố định ước tính của một section sản phẩm */
  background-color: #f8f8f8;
  /* Màu nền nhẹ để người dùng biết đang tải */
  display: flex;
  align-items: center;
  justify-content: center;
  /* (Tùy chọn: Thêm animation loading nếu muốn) */
}

/* Tắt Placeholder khi nội dung đã tải xong */
[data-lazy-section].loaded {
  min-height: 0;
  background-color: transparent;
}
[data-lazy-section].loaded .lazy-content {
  display: block;
}