@font-face {
  font-family: 'Display-ExtraBold';
  src: url("https://file.hstatic.net/1000230347/file/display-extrabold_cb146811f9154289add780156248161e.ttf"); }

@keyframes spinWheel {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(-360deg); } }

@keyframes shakingv2 {
  0% {
    transform: translate(0, 0) rotate(0deg); }
  25% {
    transform: translate(5px, 5px) rotate(5deg); }
  50% {
    transform: translate(0, 0) rotate(0eg); }
  75% {
    transform: translate(-5px, 5px) rotate(-5deg); }
  100% {
    transform: translate(0, 0) rotate(0deg); } }

@keyframes scaleCTA {
  0% {
    transform: translate(-50%, -50%) scale(1); }
  50% {
    transform: translate(-50%, -50%) scale(1.2); }
  100% {
    transform: translate(-50%, -50%) scale(1); } }

@keyframes slideHand {
  0% {
    transform: translateX(0); }
  50% {
    transform: translateX(-55%); }
  100% {
    transform: translateX(0); } }

@keyframes blinking {
  0% {
    opacity: 0;
    transform: rotate(-360deg) scale(4); }
  50% {
    transform: rotate(0deg) scale(1);
    opacity: 1; }
  100% {
    opacity: 0;
    transform: rotate(360deg) scale(4); } }

/*h1, h2, h3, h4, h5, h6, h7 {font-family: 'Display-ExtraBold';}*/
b, strong {
  font-family: 'Display-ExtraBold'; }

.section_flashsale.flashsale .title_module_main .ega-badge-ctd__item {
  font-weight: bold; }

.overview-cate h2, .title-head {
  color: #2659f3; }

.asidecollection {
  position: sticky;
  top: 10px; }

.button_actions .btn_base.disabled {
  background: #000 !important;
  color: #fff; }

.title_page, .title-head, .overview-cate h2 {
  font-family: 'Display-ExtraBold'; }

.overview-cate {
  display: none;
  border: none;
  padding: 0;
  margin-top: 0; }
  .overview-cate h2 {
    margin-top: 10px; }
  .overview-cate ul {
    padding-top: 5px;
    padding-left: 18px;
    list-style-type: none; }
    .overview-cate ul li {
      position: relative; }
      .overview-cate ul li:before {
        position: absolute;
        transition: all .4s;
        content: '';
        width: 8px;
        height: 8px;
        left: -18px;
        top: 50%;
        transform: translateY(-50%) rotate(45deg);
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        background-color: #2659f3; }
      .overview-cate ul li:hover:before {
        transform: translateY(-50%) rotate(180deg);
        border-radius: 50%; }

.btns-sticky {
  z-index: 2;
  bottom: 15px;
  right: 15px;
  position: fixed;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px; }

.social-icon {
  width: 48px;
  height: 48px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center; }
  .social-icon svg {
    width: 32px;
    height: 32px; }
  .social-icon svg.fb {
    fill: #0a7cff; }

.coccoc-alo-ph-circle {
  width: 80px;
  height: 80px;
  /*top: 32px;
left: 32px;*/
  position: absolute;
  background-color: transparent;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid rgba(10, 124, 255, 0.4);
  opacity: .1;
  -webkit-animation: coccoc-alo-circle-anim 1.2s infinite ease-in-out;
  -moz-animation: coccoc-alo-circle-anim 1.2s infinite ease-in-out;
  -ms-animation: coccoc-alo-circle-anim 1.2s infinite ease-in-out;
  -o-animation: coccoc-alo-circle-anim 1.2s infinite ease-in-out;
  animation: coccoc-alo-circle-anim 1.2s infinite ease-in-out;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s; }

.coccoc-alo-ph-circle-fill {
  width: 62px;
  z-index: -1;
  height: 62px;
  /*top: 27px;
left: 27px;*/
  position: absolute;
  background-color: #0a7cff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid transparent;
  opacity: .1;
  -webkit-animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out;
  -moz-animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out;
  -ms-animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out;
  -o-animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out;
  animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s; }

@-moz-keyframes coccoc-alo-circle-anim {
  0% {
    transform: rotate(0) scale(0.5) skew(1deg);
    opacity: .1; }
  30% {
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: .5; }
  100% {
    transform: rotate(0) scale(1) skew(1deg);
    opacity: .1; } }

@-webkit-keyframes coccoc-alo-circle-anim {
  0% {
    transform: rotate(0) scale(0.5) skew(1deg);
    opacity: .1; }
  30% {
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: .5; }
  100% {
    transform: rotate(0) scale(1) skew(1deg);
    opacity: .1; } }

@-o-keyframes coccoc-alo-circle-anim {
  0% {
    transform: rotate(0) scale(0.5) skew(1deg);
    opacity: .1; }
  30% {
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: .5; }
  100% {
    transform: rotate(0) scale(1) skew(1deg);
    opacity: .1; } }

@keyframes coccoc-alo-circle-anim {
  0% {
    transform: rotate(0) scale(0.5) skew(1deg);
    opacity: .1; }
  30% {
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: .5; }
  100% {
    transform: rotate(0) scale(1) skew(1deg);
    opacity: .1; } }

@-moz-keyframes coccoc-alo-circle-fill-anim {
  0% {
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: .3; }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
    opacity: .4; }
  100% {
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: .5; } }

@-webkit-keyframes coccoc-alo-circle-fill-anim {
  0% {
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: .3; }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
    opacity: .4; }
  100% {
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: .5; } }

@-o-keyframes coccoc-alo-circle-fill-anim {
  0% {
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: .3; }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
    opacity: .4; }
  100% {
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: .5; } }

@keyframes coccoc-alo-circle-fill-anim {
  0% {
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: .3; }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
    opacity: .4; }
  100% {
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: .5; } }

@-moz-keyframes coccoc-alo-circle-img-anim {
  0% {
    transform: rotate(0) scale(1) skew(1deg); }
  10% {
    transform: rotate(-25deg) scale(1) skew(1deg); }
  20% {
    transform: rotate(25deg) scale(1) skew(1deg); }
  30% {
    transform: rotate(-25deg) scale(1) skew(1deg); }
  40% {
    transform: rotate(25deg) scale(1) skew(1deg); }
  50% {
    transform: rotate(0) scale(1) skew(1deg); }
  100% {
    transform: rotate(0) scale(1) skew(1deg); } }

@-webkit-keyframes coccoc-alo-circle-img-anim {
  0% {
    transform: rotate(0) scale(1) skew(1deg); }
  10% {
    transform: rotate(-25deg) scale(1) skew(1deg); }
  20% {
    transform: rotate(25deg) scale(1) skew(1deg); }
  30% {
    transform: rotate(-25deg) scale(1) skew(1deg); }
  40% {
    transform: rotate(25deg) scale(1) skew(1deg); }
  50% {
    transform: rotate(0) scale(1) skew(1deg); }
  100% {
    transform: rotate(0) scale(1) skew(1deg); } }

@-o-keyframes coccoc-alo-circle-img-anim {
  0% {
    transform: rotate(0) scale(1) skew(1deg); }
  10% {
    transform: rotate(-25deg) scale(1) skew(1deg); }
  20% {
    transform: rotate(25deg) scale(1) skew(1deg); }
  30% {
    transform: rotate(-25deg) scale(1) skew(1deg); }
  40% {
    transform: rotate(25deg) scale(1) skew(1deg); }
  50% {
    transform: rotate(0) scale(1) skew(1deg); }
  100% {
    transform: rotate(0) scale(1) skew(1deg); } }

@keyframes coccoc-alo-circle-img-anim {
  0% {
    transform: rotate(0) scale(1) skew(1deg); }
  10% {
    transform: rotate(-25deg) scale(1) skew(1deg); }
  20% {
    transform: rotate(25deg) scale(1) skew(1deg); }
  30% {
    transform: rotate(-25deg) scale(1) skew(1deg); }
  40% {
    transform: rotate(25deg) scale(1) skew(1deg); }
  50% {
    transform: rotate(0) scale(1) skew(1deg); }
  100% {
    transform: rotate(0) scale(1) skew(1deg); } }

.blink-elm {
  position: relative; }
  .blink-elm:before {
    position: absolute;
    right: 14%;
    top: -8%;
    content: '';
    background-image: url("https://file.hstatic.net/1000230347/file/blingking_icon_abe82de0f56a42b18d15dcc76455ef5e.png");
    width: 45px;
    height: 42px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    animation-name: blinking;
    animation-duration: 4000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear; }
  .blink-elm:after {
    position: absolute;
    left: 6%;
    bottom: -23%;
    content: '';
    background-image: url("https://file.hstatic.net/1000230347/file/blingking_icon_abe82de0f56a42b18d15dcc76455ef5e.png");
    width: 45px;
    height: 42px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    animation-name: blinking;
    animation-duration: 4000ms;
    animation-delay: 2000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear; }

.item_product_main {
  border: 1px solid #ededed;
  transition: border-color .2s;
  border-radius: 10px;
  height: calc(100% - 1rem); }
  .item_product_main > form {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%; }
  .item_product_main .product-variants-color {
    min-height: 38px; }
    .item_product_main .product-variants-color .swatch-color {
      width: 100%;
      justify-content: center;
      padding: 0;
      margin: 0;
      border: none; }
      .item_product_main .product-variants-color .swatch-color .swatch-element {
        margin: 5px; }
        .item_product_main .product-variants-color .swatch-color .swatch-element label {
          padding: 0;
          width: 20px;
          height: 20px !important;
          line-height: 20px !important;
          background-size: contain;
          background-position: center;
          overflow: hidden;
          margin-bottom: 0; }
          .item_product_main .product-variants-color .swatch-color .swatch-element label:before {
            width: 32px; }
          .item_product_main .product-variants-color .swatch-color .swatch-element label:after {
            top: 2px;
            right: 2px; }
      .item_product_main .product-variants-color .swatch-color.slick-slider .slick-arrow {
        --size: 30px; }
        .item_product_main .product-variants-color .swatch-color.slick-slider .slick-arrow.slick-prev {
          left: -5px; }
        .item_product_main .product-variants-color .swatch-color.slick-slider .slick-arrow.slick-next {
          right: -5px; }
        .item_product_main .product-variants-color .swatch-color.slick-slider .slick-arrow:before {
          font-size: 12px; }
      @media (min-width: 992px) {
        .item_product_main .product-variants-color .swatch-color.slick-slider .slick-arrow.slick-prev {
          left: -10px; }
        .item_product_main .product-variants-color .swatch-color.slick-slider .slick-arrow.slick-next {
          right: -10px; } }
  .item_product_main:hover {
    border-color: #2659f3;
    box-shadow: none; }
    .item_product_main:hover .image_thumb {
      transform: scale(1.085); }
  .item_product_main .pos-relative {
    border-radius: 10px 10px 0 0; }
  .item_product_main .image_thumb {
    transition: all .4s; }
  .item_product_main .product-name {
    text-transform: uppercase;
    font-weight: bold; }
    .item_product_main .product-name a {
      color: #6c757d; }
  .item_product_main .label-promo {
    display: inline-block;
    border-radius: 5px;
    padding: 2px 5px;
    font-size: 10px;
    color: #fff;
    margin-right: 5px; }
  .item_product_main .label-promo.new {
    background: #EB0000; }
  .item_product_main .product-action.custom {
    margin-top: 10px;
    display: flex;
    align-items: center; }
    .item_product_main .product-action.custom .group_action {
      padding-top: 0;
      opacity: 1;
      width: calc(100% - 50px);
      margin: 0;
      padding-left: 10px;
      justify-content: flex-end; }
      .item_product_main .product-action.custom .group_action .btn-views {
        transition: all .8s;
        padding: 0 !important;
        color: #fff;
        font-size: 0;
        flex: none;
        width: 35px;
        height: 35px;
        border-radius: 50%;
        position: relative; }
        .item_product_main .product-action.custom .group_action .btn-views.btn-first {
          background-color: #da1f26;
          border-color: #da1f26; }
        .item_product_main .product-action.custom .group_action .btn-views.btn-last {
          background-color: #2659f3;
          border-color: #2659f3;
          margin-right: 10px; }
          .item_product_main .product-action.custom .group_action .btn-views.btn-last:before {
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23fff' class='bi bi-eye' viewBox='0 0 16 16'%3E%3Cpath d='M16 8s-3-5.5-8-5.5S0 8 0 8s3 5.5 8 5.5S16 8 16 8zM1.173 8a13.133 13.133 0 0 1 1.66-2.043C4.12 4.668 5.88 3.5 8 3.5c2.12 0 3.879 1.168 5.168 2.457A13.133 13.133 0 0 1 14.828 8c-.058.087-.122.183-.195.288-.335.48-.83 1.12-1.465 1.755C11.879 11.332 10.119 12.5 8 12.5c-2.12 0-3.879-1.168-5.168-2.457A13.134 13.134 0 0 1 1.172 8z'/%3E%3Cpath d='M8 5.5a2.5 2.5 0 1 0 0 5 2.5 2.5 0 0 0 0-5zM4.5 8a3.5 3.5 0 1 1 7 0 3.5 3.5 0 0 1-7 0z'/%3E%3C/svg%3E"); }
        .item_product_main .product-action.custom .group_action .btn-views:hover {
          transform: scale(1.2); }
        .item_product_main .product-action.custom .group_action .btn-views:before {
          width: 65%;
          height: 65%;
          transform: translate(-50%, -50%);
          left: 50%;
          top: 50%;
          position: absolute;
          content: '';
          background-size: cover;
          background-position: center;
          background-repeat: no-repeat; }
    .item_product_main .product-action.custom .label_product {
      margin-right: 10px;
      position: static;
      width: 50px;
      height: 32px;
      background-position: center;
      background-size: contain;
      background-repeat: no-repeat;
      background-color: transparent;
      background-image: url("https://file.hstatic.net/1000230347/file/tag-percent_b0f205ed1ad446b3adcf3087f5961d68.png"); }
      .item_product_main .product-action.custom .label_product:after {
        display: none; }

.btn-onetlg {
  margin-top: 10px;
  cursor: pointer; }
  .btn-onetlg img {
    width: 76px; }

body.layout-priority .item_product_main {
  position: relative; }
  body.layout-priority .item_product_main:before {
    z-index: 1;
    background-size: cover;
    width: 56px;
    height: 32px;
    position: absolute;
    left: -6px;
    top: 15px;
    content: '';
    background-image: url("https://file.hstatic.net/1000230347/file/tag3_74f9174dea3346248fc8ac61387e70ab.png");
    background-position: center; }

body.layout-priority #floatCardUpgrade, body.layout-priority .price-mis {
  display: none !important; }

body.layout-onetlg .item_product_main {
  position: relative; }
  body.layout-onetlg .item_product_main:before {
    z-index: 1;
    background-size: cover;
    width: 48px;
    height: 52.2px;
    position: absolute;
    left: 5px;
    top: 5px;
    content: '';
    background-image: url("https://file.hstatic.net/1000230347/file/tag_5ee2c56c2f154192b764f1073de8a391.png");
    background-position: center; }

body.layout-onetlg .price-mis {
  display: none !important; }

.frame-mb {
  position: absolute;
  width: auto;
  white-space: nowrap;
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  background: #ee4949;
  color: #fff;
  font-weight: bold;
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 1.5rem; }

.sticktl {
  z-index: 999999999;
  cursor: pointer;
  border-radius: 50%;
  position: fixed;
  bottom: 18px;
  right: 18px;
  width: 72px;
  height: 72px;
  background-color: #003d83;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("https://file.hstatic.net/1000230347/file/test_917b6f3a8a0f49c58c48e011ebefbf35.gif"); }

.vqmm {
  z-index: 999999999;
  cursor: pointer;
  position: fixed;
  bottom: 96px;
  right: 18px;
  width: 72px;
  height: 72px;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("https://file.hstatic.net/1000230347/file/border-wheel_dad3c9a992f44b9c9f129bdd8c9b32f0.png"); }
  .vqmm-wrap {
    position: relative;
    width: 100%;
    height: 100%;
    display: block; }
    .vqmm-wrap .wheel {
      width: 62%;
      position: absolute;
      top: 49%;
      left: 50%;
      transform: translate(-50%, -50%); }
      .vqmm-wrap .wheel-wrap {
        animation-name: spinWheel;
        animation-duration: 10000ms;
        animation-iteration-count: infinite;
        animation-timing-function: linear; }
    .vqmm-wrap .point {
      width: 16%;
      position: absolute;
      top: 48%;
      left: 50%;
      transform: translate(-50%, -50%); }

.vqbd {
  z-index: 999999999;
  cursor: pointer;
  position: fixed;
  bottom: 180px;
  right: 18px;
  width: 120px;
  /*width: 130px;
	height: 84px;
	animation: pulse 3s infinite;
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url('https://file.hstatic.net/1000230347/file/icon-bd_5ff393686c5e4b9984eff4a4c95e1fa5.png');*/ }

.lixi {
  z-index: 999999999;
  cursor: pointer;
  position: fixed;
  bottom: 154px;
  right: 30px;
  width: 100px;
  height: 100px;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("https://file.hstatic.net/1000230347/file/round-blue_0862130d085741b7a88514a74e4f193b.png"); }
  .lixi-wrap {
    position: relative;
    width: 100%;
    height: 100%;
    display: block; }
    .lixi-wrap .macost-v1 {
      width: 62%;
      position: absolute;
      top: 23%;
      left: 50%;
      transform: translate(-50%, -50%); }
      .lixi-wrap .macost-v1 .macost-wrap {
        animation-name: shakingv2;
        animation-duration: 3000ms;
        animation-iteration-count: infinite;
        animation-timing-function: linear; }
    .lixi-wrap .macost-v2 {
      width: 15%;
      position: absolute;
      top: 24%;
      left: 21%;
      transform: translate(-50%, -50%); }
      .lixi-wrap .macost-v2 .macost-wrap {
        animation-name: shakingv2;
        animation-duration: 2000ms;
        animation-iteration-count: infinite;
        animation-timing-function: linear; }
  .lixi-cta {
    width: 95%;
    max-width: unset;
    position: absolute;
    top: 85%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation-name: scaleCTA;
    animation-duration: 1000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear; }
  .lixi-cta--bg {
    width: 123%;
    max-width: unset;
    position: absolute;
    top: 65%;
    left: 50%;
    transform: translate(-50%, -50%); }
  .lixi-cta--hand {
    width: 14%;
    max-width: unset;
    position: absolute;
    top: 24%;
    left: 64%;
    animation-name: slideHand;
    animation-duration: 2000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear; }

/* Start popupcart */
.popcart {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%; }

#popupCartModal .modal-title {
  margin-right: 18px; }

#popupCartModal .modal-dialog {
  position: absolute;
  right: 15px;
  bottom: 50%;
  transform: translateY(50%); }

#popupCartModal .modal-body {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0; }

#popupCartModal .modal-content {
  padding: 10px 15px; }

#popupCartModal .fa.fa-check {
  color: var(--success); }

#popupCartModal .media-left.thumb_img {
  margin-right: 1rem; }

#popupCartModal button.close {
  position: absolute;
  right: 10px;
  top: 12px;
  color: #fff;
  background: var(--primary-color);
  opacity: 1;
  width: 18px;
  height: 18px;
  font-size: 16px;
  border-radius: 50%; }

#popupCartModal h4.title.right_title,
#popupCartModal .modal-title {
  color: var(--primary-color);
  font-size: 1rem; }

#popupCartModal h4.title.right_title a:hover,
#popupCartModal .modal-title a:hover {
  color: var(--primary-color); }

#popupCartModal .checkout_button {
  background: var(--primary-color);
  color: #fff;
  border-radius: 5px;
  font-weight: 600; }

#popupCartModal .checkout_button:hover {
  filter: brightness(1.2); }

#popupCartModal .media-body.body_content {
  font-size: 14px; }

#popupCartModal .media-body.body_content .product-new-price {
  margin-top: 0.5rem;
  color: var(--primary-color);
  font-weight: 500; }

#popupCartModal .thumb_img {
  margin-right: 10px;
  position: relative;
  border-radius: 0px;
  text-align: center;
  height: 100%;
  overflow: hidden;
  min-width: 70px;
  min-height: 70px;
  width: 70px;
  border: 1px solid #ececec;
  padding: 5px; }

@media (max-width: 600px) {
  #popupCartModal {
    z-index: 99999; }
  #popupCartModal .modal-dialog {
    position: absolute;
    bottom: 75%;
    margin: 0; }
  #popupCartModal .title.right_title {
    display: none; } }

/** Product infor **/
.selector-wrapper {
  display: none; }

.title-product {
  font-weight: 300;
  font-size: 1.8rem; }

@media (max-width: 767px) {
  .title-product {
    font-size: 1.2rem; } }

.group-status .line {
  color: #999; }

.group-status {
  font-size: 14px; }

@media (max-width: 575px) {
  .group-status {
    font-size: 12px; }
  .group-status > span {
    display: block; }
  .group-status .line {
    display: none; } }

.status_name {
  color: var(--primary-color); }

.details-pro .price-box {
  position: relative;
  margin: 15px 0 10px;
  padding: 10px 16px;
  background: #f1f1f1;
  border-radius: 4px;
  display: block; }

.details-pro .price-box .product-badge {
  display: block; }

.details-pro .product-price {
  font-size: 30px;
  color: var(--price-color);
  font-weight: 500;
  line-height: 30px;
  font-family: inherit; }

.swatch-element {
  position: relative;
  margin: 8px 12px 0px 0px;
  overflow: hidden;
  border-radius: 4px; }
  .swatch-element.color .do {
    background-color: #dd0b0b !important; }
  .swatch-element.color .den {
    background-color: #000000 !important; }
  .swatch-element.color .vang {
    background-color: #ffff00 !important; }
  .swatch-element.color .hong {
    background-color: #ffc0cb !important; }
  .swatch-element.color .trang {
    background-color: #ffffff !important; }
  .swatch-element.color .xanh {
    background-color: #007fff !important; }
  .swatch-element.color .bac {
    background-color: #c0c0c0 !important; }
  .swatch-element.color .cam {
    background-color: #ffa500 !important; }
  .swatch-element.color .la {
    background-color: #009f6b !important; }
  .swatch-element.color .tim {
    background-color: #8b00ff !important; }
  .swatch-element.color .xanhdam {
    background-color: #0044ff !important; }
  .swatch-element.color .xanhla {
    background-color: #009f6b !important; }
  .swatch-element.color .blueviolet {
    background-color: #304384 !important; }
  .swatch-element.color .xanh-la-ma {
    background-color: #00ff00 !important; }
  .swatch-element.color .vangchanh {
    background-color: #ccff00 !important; }
  .swatch-element.color .vang-nghe {
    background-color: #fec864 !important; }
  .swatch-element.color .vang-dat {
    background-color: #c79b07 !important; }
  .swatch-element.color .xam {
    background-color: #888888 !important; }
  .swatch-element.color .hongdam {
    background-color: #f0569f !important; }
  .swatch-element.color .xanhtim {
    background-color: #6682c1 !important; }
  .swatch-element.color + .tooltip {
    z-index: -1;
    white-space: nowrap; }
  .swatch-element.color:hover + .tooltip {
    opacity: 1;
    z-index: 100;
    top: -30px;
    min-width: 30px;
    background: #000;
    color: #fff;
    padding: 4px 6px;
    font-size: 10px;
    border-radius: 4px; }
    .swatch-element.color:hover + .tooltip:after {
      content: '';
      position: absolute;
      left: 16px;
      bottom: -3px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 3px 2.5px 0 2.5px;
      border-color: #000000 transparent transparent transparent; }

.swatch-element label {
  padding: 8px 12px;
  font-size: 13px;
  border-radius: 6px;
  height: 32px !important;
  min-width: auto !important;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ddd; }

.swatch-element input {
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  cursor: pointer; }

.swatch .swatch-element input:checked + label {
  background: #fff;
  border-color: var(--primary-color) !important;
  color: var(--primary-color);
  position: relative; }

.swatch .swatch-element input:checked + label:after {
  content: "";
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAQAAAC1+jfqAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QAAKqNIzIAAAAJcEhZcwAADsQAAA7EAZUrDhsAAAAHdElNRQfkCw8RJSHXzNuNAAAAfElEQVQoz7WRsQ2CYBQGLwRCaLRkDwqdwcLCSZjCmj2AgtoJXMbEUquzEAz+8Je89r675sGG59ka0ig+0ZFbJDGbgRwoAXemi/hb1QZw793ebB739cPgTdV2qvzZAFY+VL+VwB4nB59j5RLYhBVXcTBZw7NJDAN49LrFyz67GnkMHStx0wAAACV0RVh0ZGF0ZTpjcmVhdGUAMjAyMC0xMS0xNVQxNzozNzozMyswMDowMGfDTJEAAAAldEVYdGRhdGU6bW9kaWZ5ADIwMjAtMTEtMTVUMTc6Mzc6MzMrMDA6MDAWnvQtAAAAGXRFWHRTb2Z0d2FyZQB3d3cuaW5rc2NhcGUub3Jnm+48GgAAAABJRU5ErkJggg==");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0px;
  right: 0;
  width: 6px;
  height: 6px; }

.swatch .swatch-element input:checked + label:before {
  content: '';
  padding: 4px;
  font-size: 10px;
  line-height: 1;
  position: absolute;
  top: -15px;
  right: -13px;
  background: var(--primary-color);
  width: 26px;
  height: 24px;
  transform: rotate(45deg); }

.button_actions {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between; }
  .button_actions .btn_base {
    height: 48px;
    line-height: 45px;
    color: var(--primary-color);
    font-weight: 400;
    text-decoration: none;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    line-height: 45px;
    padding: 0px 35px;
    border-radius: 5px;
    margin-top: 0px;
    border: solid 1px var(--primary-color);
    background: #fff;
    font-weight: 600;
    flex: 0 0 auto;
    width: calc((100% - 15px)/2); }
    .button_actions .btn_base:hover {
      background: var(--primary-color);
      color: #fff;
      filter: brightness(1.2); }
      .button_actions .btn_base:hover svg {
        stroke: #fff; }
    .button_actions .btn_base.buy_now {
      background: var(--primary-color);
      color: #fff;
      border: 1px solid var(--primary-color); }
    .button_actions .btn_base svg {
      stroke: var(--primary-color);
      margin-right: 10px; }
    @media (max-width: 575px) {
      .button_actions .btn_base {
        min-width: 100%;
        width: 100%; }
        .button_actions .btn_base.buy_now {
          margin-top: 15px;
          margin-left: 0; } }
  @media (max-width: 575px) {
    .button_actions {
      flex-wrap: wrap; } }

.swatch .color label {
  width: 30px;
  min-width: unset !important;
  height: 30px !important;
  line-height: 30px !important;
  border: 1px solid #eee !important;
  border-radius: 6px !important; }

.swatch .color label:before {
  content: none; }

.swatch {
  display: flex;
  align-items: center;
  flex-wrap: wrap; }

.swatch .header {
  flex: 0 0 100px;
  margin-right: 10px;
  font-weight: 500; }

.form_button_details {
  margin-top: 12px; }

.soluong label {
  justify-content: flex-start; }

.input_number_product,
.custom-btn-number {
  border: none;
  display: flex;
  height: 30px;
  margin-bottom: 20px;
  margin-top: 10px;
  align-items: center; }

.btn.btn_num {
  padding: 4px;
  width: 30px;
  border: 1px solid #ced4da;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center; }

.btn.btn_num.num_1 {
  border-radius: 4px 0px 0px 4px;
  border-right: 0; }

.btn.btn_num.num_2 {
  border-radius: 0px 4px 4px 0px;
  border-left: 0; }

.prd_quantity {
  width: 65px !important;
  text-align: center;
  border-radius: 0;
  height: 30px; }

.swatch,
.product-summary {
  margin-bottom: 5px;
  border-bottom: 1px solid #eee;
  padding: 5px 0 12px 0; }

.large-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: contain;
  max-width: 100%;
  max-height: 100%; }

#thumblist_quickview {
  margin-top: 20px;
  margin-bottom: 0px;
  padding: 0px;
  /**.item.slick-slide.slick-current.slick-active{
	border-color: var(--primary-color);
}**/ }

#thumblist_quickview:not(.slick-slider) {
  display: flex;
  align-items: center;
  overflow: hidden; }

#thumblist_quickview .slick-slide.slick-slide {
  margin: 0 5px;
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid #eee; }

#thumblist_quickview .slick-slide.active {
  border-color: var(--primary-color); }

#thumblist_quickview .slick-slide {
  position: relative;
  height: 80px; }

#thumblist_quickview .slick-slide img {
  width: auto;
  max-height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  padding: 2px; }

a.quickview-close.close-window {
  position: absolute;
  top: 0;
  right: -55px;
  background: #fff;
  padding: 10px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  border-radius: 100%;
  color: #000;
  justify-content: center;
  opacity: 0.7; }

a.quickview-close.close-window:hover {
  opacity: 1; }

#quick-view-product .quick-view-product {
  border-radius: 8px;
  padding: 15px; }

.head-qv.group-status a:hover {
  color: var(--primary-color); }

/* End popupcart */
@media (min-width: 1440px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1400px; } }

/*@media (min-width: 1366px) {
	.container,.container-sm,.container-md,.container-lg,.container-xl {
		max-width:1306px;
	}
}*/
@media (max-width: 1366px) {
  .navigation .list-group-item {
    font-size: 11px; } }

@media (min-width: 768px) {
  .product-info .product-action.mb {
    display: none; } }

@media (max-width: 767px) {
  .btns-sticky {
    bottom: 65px; }
  .lixi {
    bottom: 162px;
    right: 21px; }
  .product-thumbnail .product-action:not(.mb) {
    display: none; }
  .vqbd {
    bottom: 80px; }
  .vqmm {
    left: 0px;
    right: unset;
    bottom: 3rem; }
  .sticktl {
    left: 8px;
    right: unset;
    bottom: 7.5rem; } }
