.swiper-button-next, .swiper-button-prev {
  background: rgba(0, 122, 255, 0.6) !important;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1) !important;
  padding: 5px !important;
  border-radius: 50%;
  background: rgba(0, 122, 255, 0.6) !important;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1) !important;
  width: 32px !important;
  height: 32px !important;
  display: flex;
  align-items: center;
  justify-content: center; }
  .swiper-button-next i, .swiper-button-prev i {
    color: #ffc807;
    font-size: 20px; }
  @media (max-width: 767px) {
    .swiper-button-next, .swiper-button-prev {
      display: inline-block !important;
      text-align: center !important; } }

.product-image-mobile-gallery .owl-carousel .owl-nav .owl-prev, .product-image-mobile-gallery .owl-carousel .owl-nav .owl-next {
  position: absolute;
  top: calc(50% - 15px);
  background: none;
  border: none;
  box-shadow: none;
  outline: 0;
  padding: 5px !important;
  border-radius: 50%;
  background: rgba(0, 88, 212, 0.6) !important;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1) !important;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  /*
			@media(max-width: 767px){
			width: 20px !important;
			height: 20px !important;
			svg{
			width: 10px;
			height: 10px;
		}
		}
			*/ }
  .product-image-mobile-gallery .owl-carousel .owl-nav .owl-prev svg, .product-image-mobile-gallery .owl-carousel .owl-nav .owl-next svg {
    width: 12px;
    height: 12px; }
    .product-image-mobile-gallery .owl-carousel .owl-nav .owl-prev svg path, .product-image-mobile-gallery .owl-carousel .owl-nav .owl-next svg path {
      stroke: #ffc807 !important;
      stroke-opacity: 1; }

.product-image-mobile-gallery .owl-carousel .owl-nav .owl-prev {
  left: 0px; }

.product-image-mobile-gallery .owl-carousel .owl-nav .owl-next {
  right: 0px; }

.pro-colors {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
  margin-left: -2px;
  margin-right: -2px;
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  display: block;
  height: 35px;
  -ms-overflow-style: none;
  scrollbar-width: none; }
  .pro-colors::-webkit-scrollbar {
    display: none; }
  .pro-colors .pro-colors-item {
    margin: 0 0 0;
    padding: 2px;
    border: 1px solid #fff;
    border-radius: 50%;
    display: inline-block; }
    .pro-colors .pro-colors-item.active {
      border: 1px solid #e1e1e1; }
    .pro-colors .pro-colors-item span {
      display: block;
      width: 24px;
      height: 24px;
      border-radius: 50%;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      background-image: var(--bgloop);
      position: relative; }

.product-img-new {
  text-align: center;
  position: relative;
  overflow: hidden;
  padding-bottom: 150%; }
  .product-img-new .pro-img-loop-new {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    visibility: hidden; }
    .product-img-new .pro-img-loop-new.active {
      visibility: visible;
      z-index: 2; }
    .product-img-new .pro-img-loop-new > a {
      position: relative;
      display: block;
      padding-bottom: 150%; }
    .product-img-new .pro-img-loop-new picture {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      display: block; }
      .product-img-new .pro-img-loop-new picture .img-loop {
        max-width: initial;
        width: 100%;
        margin: 0 auto;
        object-position: 50% 50%;
        position: relative;
        display: block;
        height: 100%;
        object-fit: cover; }
    .product-img-new .pro-img-loop-new > a > picture:nth-child(2) {
      visibility: hidden; }
    .product-img-new .pro-img-loop-new > a:hover > picture:first-child {
      visibility: hidden; }
    .product-img-new .pro-img-loop-new > a:hover > picture:last-child {
      visibility: visible; }

@media (max-width: 767px) {
  .product-image-desktop {
    display: none; } }

@media (min-width: 768px) {
  .product-image-mobile {
    display: none; } }

.product-image-mobile-gallery-wrap {
  position: relative; }
  .product-image-mobile-gallery-wrap .product-image-mobile-gallery-counter {
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 3;
    background: rgba(255, 255, 255, 0.5);
    font-size: 12px;
    padding: 3px 10px 1px;
    border-radius: 20px; }

.product-image-mobile-thumbs {
  display: block;
  margin-bottom: 10px; }
  .product-image-mobile-thumbs .product-image-mobile-thumb-item {
    width: 56px;
    display: inline-block; }
    .product-image-mobile-thumbs .product-image-mobile-thumb-item a {
      display: block;
      padding: 3px;
      border: 1px solid transparent; }
      .product-image-mobile-thumbs .product-image-mobile-thumb-item a.active {
        border: 1px solid #e60f1e; }
    .product-image-mobile-thumbs .product-image-mobile-thumb-item img {
      display: block;
      max-width: 100%;
      height: auto; }

@media (max-width: 767px) {
  #surround #sliderproduct .video a {
    padding: 10px !important; }
    #surround #sliderproduct .video a span {
      font-size: 11px !important; } }

.video {
  margin-right: 10px; }
  @media (max-width: 767px) {
    .video {
      display: inline-block;
      float: left; }
      .video a {
        flex-direction: column;
        padding: 5px !important;
        width: 66px !important;
        height: 62px !important;
        border: none !important;
        top: initial !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important; }
        .video a span {
          font-size: 11px !important; } }

@media (max-width: 767px) {
  .product-thumb a {
    width: 56px;
    height: 56px; }
    .product-thumb a img {
      object-fit: cover;
      width: 100%;
      height: 100%;
      display: block; } }

.price-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  flex-wrap: wrap; }
  @media (max-width: 767px) {
    .price-info {
      justify-content: flex-start; } }
  .price-info .price-new-old {
    padding-right: 0;
    width: 60%; }
    @media (max-width: 767px) {
      .price-info .price-new-old {
        width: 100%; }
        .price-info .price-new-old span {
          font-size: 16px; }
        .price-info .price-new-old del {
          font-size: 13px; } }
  .price-info .sold-quantity {
    font-size: 11px;
    color: #777;
    width: 40%;
    text-align: right; }
    @media (max-width: 767px) {
      .price-info .sold-quantity {
        width: 100%;
        font-size: 12px;
        margin-bottom: 3px;
        display: none; } }

.sold-quantity-wp {
  display: flex;
  align-items: center;
  flex-wrap: wrap; }
  .sold-quantity-wp .sold-quantity-mb {
    font-size: 11px;
    color: #777;
    text-align: right;
    width: 50%; }
    @media (min-width: 768px) {
      .sold-quantity-wp .sold-quantity-mb {
        display: none; } }

.product-detail .haravan-product-reviews-badge {
  display: flex;
  margin-top: 5px;
  justify-content: space-between;
  align-items: center;
  width: 100%; }
  @media (max-width: 767px) {
    .product-detail .haravan-product-reviews-badge {
      width: 50%;
      flex-direction: column;
      margin-top: 0; } }
  @media (max-width: 767px) {
    .product-detail .haravan-product-reviews-badge .hrv-product-reviews-star {
      margin-right: 0; } }
  .product-detail .haravan-product-reviews-badge .hrv-product-reviews-star i {
    font-size: 14px; }
  .product-detail .haravan-product-reviews-badge .hrv-product-reviews-star + p, .product-detail .haravan-product-reviews-badge .hrv-product-reviews-star + span {
    font-size: 11px; }

.product-detail .starbap-prev-badge {
  display: flex;
  margin-top: 5px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  flex-wrap: wrap; }
  .product-detail .starbap-prev-badge i {
    font-size: 11px; }
  .product-detail .starbap-prev-badge a {
    width: 20%; }
  .product-detail .starbap-prev-badge span {
    font-size: 11px;
    color: #777;
    width: 100%;
    display: block;
    text-align: center; }

.product-detail .starbaprv-widget.starbaprv-preview-badge.starbaprv-preview-badge--with-link {
  width: 50%;
  flex-direction: column;
  margin-top: 0; }

.product-price {
  display: flex;
  align-items: center;
  justify-content: space-between; }

.product-sold-quantity {
  display: flex;
  align-items: center;
  margin-bottom: 15px; }
  .product-sold-quantity svg {
    width: 18px;
    height: 18px;
    margin-right: 5px; }

.select .style-variant-template.color li span {
  height: 48px;
  width: 36px; }

.select .style-variant-template.color li span.have_img {
  background-color: #fff !important;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 48px;
  text-indent: -99999px;
  width: 36px; }

.product-image-mobile-video iframe {
  width: 100%;
  height: 480px; }

.product-image-mobile-gallery-item iframe {
  width: 100%;
  height: 480px; }

.product-image-mobile-thumbs-wrap {
  overflow-x: auto;
  white-space: nowrap;
  margin-left: -3px;
  margin-right: -3px; }

.swiper-container {
  overflow: hidden; }

@media (min-width: 1200px) {
  .list-collection-index {
    margin-right: -15px; }
    .list-collection-index .swiper-button-next {
      right: 15px; } }

p.note.text-center.new-tops {
  top: 0;
  left: -20px;
  z-index: 99; }

.bkg-collnew {
  background: #ff0000; }
  .bkg-collnew .group-collection-title-collnew {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap;
    width: 100%;
    padding: 15px 3px 13px 3px; }
    @media (max-width: 767px) {
      .bkg-collnew .group-collection-title-collnew {
        padding: 5px 3px;
        overflow: auto; } }
    .bkg-collnew .group-collection-title-collnew li {
      min-width: calc(100% / 6);
      text-align: center; }
      @media (max-width: 767px) {
        .bkg-collnew .group-collection-title-collnew li {
          min-width: 27%;
          text-align: left;
          border: 1px solid #ffffff;
          margin-left: 5px; }
          .bkg-collnew .group-collection-title-collnew li:nth-child(1) {
            margin-left: 0; } }
      .bkg-collnew .group-collection-title-collnew li a {
        color: #ffffff;
        padding: 10px 15px;
        border: 1px solid  #ffffff;
        border-radius: 5px;
        font-size: 15px; }
        @media (max-width: 767px) {
          .bkg-collnew .group-collection-title-collnew li a {
            border: none;
            font-size: 13px;
            word-wrap: break-word;
            padding: 5px 17px;
            text-align: center;
            display: block;
            line-height: 13px;
            width: 90px;
            margin: 0 auto; } }
      .bkg-collnew .group-collection-title-collnew li.active {
        border-radius: 0;
        background: none; }
        @media (max-width: 767px) {
          .bkg-collnew .group-collection-title-collnew li.active {
            background: #ffc807; } }
        .bkg-collnew .group-collection-title-collnew li.active a {
          color: #05314A; }
          @media (min-width: 768px) {
            .bkg-collnew .group-collection-title-collnew li.active a {
              background: #ffc807; } }
    .bkg-collnew .group-collection-title-collnew.new-style-scrolls {
      overflow-x: scroll; }
      .bkg-collnew .group-collection-title-collnew.new-style-scrolls li {
        text-align: left; }
      .bkg-collnew .group-collection-title-collnew.new-style-scrolls::-webkit-scrollbar {
        width: 10px; }
      .bkg-collnew .group-collection-title-collnew.new-style-scrolls::-webkit-scrollbar:horizontal {
        height: 8px; }
      .bkg-collnew .group-collection-title-collnew.new-style-scrolls::-webkit-scrollbar-track {
        background-color: rgba(204, 204, 204, 0.3); }
      .bkg-collnew .group-collection-title-collnew.new-style-scrolls::-webkit-scrollbar-thumb {
        border-radius: 10px;
        background: rgba(204, 204, 204, 0.5);
        box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5); }

.more-index-items {
  display: flex;
  justify-content: center;
  margin-bottom: 10px; }
  .more-index-items * {
    color: #0058d4; }
  .more-index-items svg {
    fill: #ffc807; }

.border-collcec {
  border: 3px solid #ff0000;
  margin-bottom: 10px; }
  .border-collcec .list-collection-index {
    margin-top: 0; }

.new-none-uppercase {
  text-transform: initial; }

/* 01/08/2022 */
nav.navbar-main.navbar,
.box-search > .box-input > button.btn-searchbox,
.footer-top,
#newsletter_block .btn-newsletter,
.btn-change-list:hover, .btn-change-list.active,
.btn-items li.buy-new-pos:after {
  background: #0058d4; }

.box-search > .box-input > button.btn-searchbox,
.btn-items li.buy-new-pos span {
  color: #ffc807; }

.box-check-header svg {
  fill: #0058d4 !important; }

#icon-phone-header svg {
  fill: #ffc807 !important; }

.box-check-header i {
  width: 35px;
  height: 35px;
  position: absolute;
  background-color: #fff;
  left: -15px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffc807;
  font-size: 20px;
  top: 50%;
  transform: translateY(-50%); }

.cart-info {
  background-color: #0058d4; }

.btn-loading {
  border-color: #ffc807 !important; }

.collection-flashsale.box-group-collection .group-collection-title span {
  background: #ff0004 !important;
  color: #ffffff !important; }

.collection-flashsale.box-group-collection .group-collection-title {
  border-color: #ff0004 !important; }

.collection-flashsale.box-group-collection .group-collection-title span:after {
  border-bottom-color: #ff0004 !important;
  border-left-color: #ff0004 !important; }

.box-group-collection .group-collection-title span,
.filter-destop h3,
.btn-loading, .btn-items li.buy-new-pos {
  background: #0058d4 !important;
  color: #ffc807 !important; }

.box-group-collection .group-collection-title,
.btn-change-list,
.product-tablist.nav-tabs > li.active {
  border-color: #0058d4; }

.box-group-collection .group-collection-title span:after {
  border-bottom-color: #0058d4;
  border-left-color: #0058d4; }

.filter-destop .field-search button svg,
.btn-change-list:hover svg, .btn-change-list.active svg,
.btn-items li .arrow-cirle-btn,
.btn-items li .arrow-cirle-btn svg {
  fill: #ffc807 !important;
  background: #0058d4 !important; }

.product-tablist.nav-tabs > li.active:after {
  border-top-color: #0058d4; }

.btn-items li.cart-pos {
  background: #ffc807 !important;
  color: #0058d4 !important; }

.btn-items li.cart-pos svg {
  fill: #0058d4 !important; }

.btn-items li.cart-pos span {
  color: #0058d4; }

.btn-items li.cart-pos:after {
  background: #ffc807 !important; }

.style-btn-owlcarousel.owl-theme .owl-controls .owl-next,
.style-btn-owlcarousel.owl-theme .owl-controls .owl-prev {
  background: rgba(0, 122, 255, 0.6) !important;
  color: #ffc807 !important; }
  .style-btn-owlcarousel.owl-theme .owl-controls .owl-next svg,
  .style-btn-owlcarousel.owl-theme .owl-controls .owl-prev svg {
    fill: #ffc807 !important; }

.tuyendung .recruitment-item-actions a,
.tuyendung .blog-viewmore2 a {
  background-color: #0058d4 !important;
  color: #ffc807; }

#menu-mobile {
  background-color: #0058d4; }

#menu-mobile * {
  color: #ffc807 !important; }

#menu-mobile svg, #menu-mobile path, #menu-mobile ellipse {
  fill: #ffc807 !important; }

.product-detail-review .starbap-prev-badgetext {
  color: #0058d4; }

.product-detail-review .onireviewapp-loopitem-title {
  color: #0058d4; }
