.mask_opened {
  pointer-events: auto;
  opacity: 1 !important;
  visibility: visible;
  transition: opacity .25s,visibility;
}
/*.mask-overlay {*/
/*  position: fixed;*/
/*  top: 0;*/
/*  left: 0;*/
/*  width: 100%;*/
/*  z-index: 400;*/
/*  opacity: 0;*/
/*  visibility: hidden;*/
/*  pointer-events: auto;*/
/*  background-color: rgba(0,0,0,.7);*/
/*  transition: opacity .25s,visibility .25s;*/
/*}*/

.site-overlay {
  background: rgba(225, 225, 225, 0.05);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  width: 100vw;
  height: 100vh;
  opacity: 0;
  visibility: hidden;
  transition: all 200ms linear;
}

.locked-scroll .site-overlay {
  opacity: 1;
  visibility: visible;
}

.section-index-slider .swiper-pagination-bullet {
  display: inline-block;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  background: #f76b6a;
  border: 1px solid transparent;
  margin: 0 4px;
  outline: none;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: scale(0.85);
  -ms-transform: scale(0.85);
  transform: scale(0.85);
  opacity: 1;
}

.section-index-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: transparent;
  box-shadow: 0 0 0 1px #f76b6a, 0 0 0 2px #f76b6a;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}


.notification__favorite{
  position:fixed;
  display:none;
  max-width:350px;
  height:auto;
  z-index:999;
  top:20px;
  right:20px;
  margin:0 auto;
}

.notification__favorite .itemNotification{
  border:1px;
  border-color:#c3e6cb;
  width:100%;
  border-radius:.25rem;
  padding:20px;
  animation-duration: 0.5s;
}

.itemNotification a{
  text-decoration:none;
}

.itemNotification.alert__info{
  background:#d1ecf1;
  border-color:#bee5eb;
}

.notification__favorite p{
  margin-bottom:0;
  color:#155724;
}

.itemNotification.alert__info p{
  color:#0c5460;
}

.off_notification{
  cursor:pointer;
  font-size:19px;
  width:50px;
  font-weight:bold;
}

@media(max-width:600px) {
  .notification__favorite{
    max-width:280px;
    top:30px;
  }
  .notification__favorite p{
    font-size:13px;
  }
}

@-webkit-keyframes bounceOutUp {
	20% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0)
	}

	40%,
	45% {
		opacity: 1;
		-webkit-transform: translate3d(0, 20px, 0);
		transform: translate3d(0, 20px, 0)
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0)
	}
}

@keyframes bounceOutUp {
	20% {
		-webkit-transform: translate3d(0, -10px, 0);
		-ms-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0)
	}

	40%,
	45% {
		opacity: 1;
		-webkit-transform: translate3d(0, 20px, 0);
		-ms-transform: translate3d(0, 20px, 0);
		transform: translate3d(0, 20px, 0)
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		-ms-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0)
	}
}

.bounceOutUp {
	-webkit-animation-name: bounceOutUp;
	animation-name: bounceOutUp
}


@-webkit-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		-ms-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none
	}
}

.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft
}

@-webkit-keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		-ms-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none
	}
}

.fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight
}


@-webkit-keyframes fadeOutUp {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}
}

@keyframes fadeOutUp {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		-ms-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}
}

.fadeOutUp {
	-webkit-animation-name: fadeOutUp;
	animation-name: fadeOutUp
}

@-webkit-keyframes fadeOutRight {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}
}

@keyframes fadeOutRight {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		-ms-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}
}

.fadeOutRight {
	-webkit-animation-name: fadeOutRight;
	animation-name: fadeOutRight
}

@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		-ms-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none
	}
}

.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown
}


.bounceInDown {
	-webkit-animation-name: bounceInDown;
	animation-name: bounceInDown;
}


@-webkit-keyframes bounceInDown {

	0%,
	100%,
	60%,
	75%,
	90% {
		-webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
		transition-timing-function: cubic-bezier(.215, .61, .355, 1)
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -3000px, 0);
		transform: translate3d(0, -3000px, 0)
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, 25px, 0);
		transform: translate3d(0, 25px, 0)
	}

	75% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0)
	}

	90% {
		-webkit-transform: translate3d(0, 5px, 0);
		transform: translate3d(0, 5px, 0)
	}

	100% {
		-webkit-transform: none;
		transform: none
	}
}

@keyframes bounceInDown {

	0%,
	100%,
	60%,
	75%,
	90% {
		-webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
		transition-timing-function: cubic-bezier(.215, .61, .355, 1)
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -3000px, 0);
		-ms-transform: translate3d(0, -3000px, 0);
		transform: translate3d(0, -3000px, 0)
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, 25px, 0);
		-ms-transform: translate3d(0, 25px, 0);
		transform: translate3d(0, 25px, 0)
	}

	75% {
		-webkit-transform: translate3d(0, -10px, 0);
		-ms-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0)
	}

	90% {
		-webkit-transform: translate3d(0, 5px, 0);
		-ms-transform: translate3d(0, 5px, 0);
		transform: translate3d(0, 5px, 0)
	}

	100% {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none
	}
}

.number-sidebar {
  border: none !important;
  background: #fff;
}

.mini_cart_img img {
  aspect-ratio: 1/1;
  object-fit: cover;
}

.wishlistadd.active svg path {
  fill: #fe6b5e !important;
  stroke: #fe6b5e !important;
}

.mb-2 {
  margin-bottom: 10px;
}


.copyright {
  background-color: #f4f4f4;
  padding: 7px 0;
  font-size: 14px;
  color: #333;
}

.copyright a {
  color: #333;
}

.logo-pancake {
  font-size: 13px;
}

.logo-pancake img {
  width: 100px;
  height: 30px;
}

.d-flex {
  display: flex;
  gap: 6px;
}

.align-items-center {
  align-items: center;
}

.justify-content-center {
  justify-content: center;
}

.scroll.icon {
  width: 40px;
  height: 40px;
  border: 1px solid #ddd;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: fixed;
  bottom: 60px;
  right: 40px;
  z-index: 20;
  box-shadow: 0 0 3px 0 rgb(0 0 0 / 20%);
}

@media(max-width: 768px) {
  .d-sm-none {
    display: none;
  }
  
  .filter_area_js {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 300px;
    transform: translateX(-300px);
    transition: transform 0.5s;
    background-color: #fff;
    left: 0;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 1111;
  }
  
  #dropback {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #0b0b0b;
    z-index: 1111;
    opacity: 0.6;
    display: none;
  }
}

/*xem thêm*/
.no_products{
  display:none;
}

.btnSeeMore{
  margin-top: 20px !important;
  padding:5px 40px;
  border:1px solid #f97e6c;
  border-radius:5px;
  width:max-content;
  margin:0 auto;
  cursor:pointer;
  display:flex;
  align-items:center;
  transition:all .3s;
}

.btnSeeMore:hover{
  background: #f97e6c;
  color:#fff;
}

.btnSeeMore::after {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #333;
  content: '';
  transition:all .3s;
  position: relative;
  right: -7px;
}

.btnSeeMore:hover::after{
  border-top: 5px solid #fff;
}

/*input*/
.filter-group ul {
  max-height: 290px;
  overflow-y: auto;
  margin: 0;
  padding: 0;
  list-style: none
}
.filter-group ul::-webkit-scrollbar {
  width: 1px;
  background: #f0f0f0
}
.filter-group ul::-webkit-scrollbar-thumb {
  background: #fe6b5e
}
.filter-group-title {
  display: block;
  font-size: em(18px);
  margin-bottom: 10px
}
.filter-item {
  margin: 0;
  cursor: pointer;
  line-height: 27px
}

.filter-item--green *:hover {
  color: #3f3fdb
}
.filter-item--green *:hover input + .fa:before {
  border-color: #3f3fdb
}
.filter-item--check-box input {
  display: none
}
.filter-item--check-box .fa {
  margin-right: 4px;
  width: 14px;
  position: relative;
  display: inline-block
}
.filter-item--check-box input + .fa:before {
  content: "";
  margin-right: 5px;
  font-size: 18px;
  border: solid 1px #E7E7E7;
  line-height: 40px;
  position: absolute;
  top: -10px;
  height: 11px !important;
  width: 11px
}
.filter-item--check-box .input-filter.active + .fa:after {
  content: "";
  color: #fff;
  position: absolute;
  width: 11px;
  height: 11px;
  line-height: 9px;
  top: -8px;
  font-size: 12px;
  left: 0
}
.filter-item--check-box .input-filter.active + .fa:before {
  border-color: #fe6b5e;
  background: #fe6b5e
}

.left-content .aside-filter::-webkit-scrollbar-track {
  border-radius: 3px;
  background-color: #f7f8fa
}
.left-content .aside-filter::-webkit-scrollbar {
  width: 6px
}
.left-content .aside-filter::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background-color: #e0e0e0
}
.left-content .aside-filter .aside-item .aside-content ul li label {
  font-size: 13px;
  color: #333
}
.left-content .aside-filter .aside-item .aside-content ul li label:hover {
  color: #fe6b5e
}
.left-content .aside-filter .aside-item .aside-content ul li label:hover input + .fa:before {
  border-color: #fe6b5e
}

.alert-warning {
  color: #664d03;
  background-color: #fff3cd;
  border-color: #ffecb5;
  border-color: #ffecb5;
  padding: 10px 20px;
}

.qty-btn.btn-cts {
  width: 38px;
}

.input-text.quantity-selector {
  border-left: 0 !important;
  border-right: 0 !important;
}

.productDetail--gallery .product-container-gallery {
  position: relative;
  overflow: hidden;
}

/*slide img*/
.thumble-img {
  max-height: 680px;
}

@media (min-width: 768px) {
  .productDetail--gallery .wrapbox-image-verticalSlide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  
  .productDetail--gallery .wrapbox-image-verticalSlide .productGallery_thumb {
    width: 85px;
    padding-right: 10px;
    margin-top: 2px;
  }
  
  .productGallery_thumb .swiper-slide {
    height: 95px !important;
    width: 100% !important;
  }
  
  .wrapbox-image-verticalSlide .productGallery_thumb {
    width: 85px;
    padding-right: 10px;
    margin-top: 2px;
  }
}

@media (max-width: 768px) {
  .product-container-gallery {
    margin-top: 15px;
  }
  
  .copyright {
    margin-bottom: 55px;
  }
  
  /*.hidden-xs {*/
  /*  display: none !important;*/
  /*}*/
  
  .product.mt__40 {
    margin-top: 15px;
  }
  
  .productGallery_thumb {
    margin-top: 10px;
  }
}

@media (max-width: 767px) {
  .productDetail--gallery .wrapbox-image-verticalSlide .productGallery_slider {
    width: 100% !important;
  }
  
  .wrapbox-image-verticalSlide {
    display: flex;
    flex-direction: column-reverse;
  }
}

.dnt-swiper-pagination-product-tpl {
  background: #fff;
  width: 60px;
  border-radius: 20px;
  padding: 5px;
  text-align: center;
  left: auto;
  right: 10px;
}

.hidden {
  display: none !important;
}

.swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.nt_img_ratio img {
  object-fit: cover;
  aspect-ratio: 2/3;
}

.swatch__value img {
  height: 100%;
  width: 100%;
}

.gallery-thumbs .swiper-slide {
  opacity: 0.4;
}

.gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1 !important;
}

@media (max-width: 1199px) and (min-width: 992px) {
  .productDetail--gallery .wrapbox-image-verticalSlide .productGallery_slider {
    width: calc(100% - 76px);
    position: relative;
  }
}

.productDetail--gallery .wrapbox-image-verticalSlide .productGallery_slider {
  width: calc(100% - 85px);
  position: relative;
}

/*end slide*/

/*loading*/
.loaded-loading-image {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(250,250,250,0.7);
  z-index: 1000;
}

.loading__content{
  display:flex;
  width:100%;
  height:100%;
}

.loading {
  display: block;
  margin: auto;
  position: relative;
  width: 50px;
  height: 50px;
}
.loading span {
  display: block;
  position: absolute;
  width: 50%;
  height: 50%;
}
.loading span:nth-child(1) {
  top: 0;
  left: 0;
  background-color: rgba(66, 133, 244, 0.75);
  animation: move1 2s linear infinite;
}
.loading span:nth-child(2) {
  top: 0;
  right: 0;
  background-color: rgba(219, 68, 55, 0.75);
  animation: move2 2s linear infinite;
}
.loading span:nth-child(3) {
  bottom: 0;
  left: 0;
  background-color: rgba(244, 180, 0, 0.75);
  animation: move3 2s linear infinite;
}
.loading span:nth-child(4) {
  bottom: 0;
  right: 0;
  background-color: rgba(15, 157, 88, 0.75);
  animation: move4 2s linear infinite;
}
@keyframes move1 {
  0% {
    transform: translate(0);
    z-index: 10;
  }
  25% {
    transform: translate(100%, 0);
  }
  50% {
    transform: translate(100%, 100%);
  }
  75% {
    transform: translate(0, 100%);
    z-index: 0;
  }
  100% {
    transform: translate(0);
  }
}
@keyframes move2 {
  0% {
    transform: translate(0);
  }
  25% {
    transform: translate(0, 100%);
  }
  50% {
    transform: translate(-100%, 100%);
    z-index: 0;
  }
  75% {
    transform: translate(-100%, 0);
    z-index: 10;
  }
  100% {
    transform: translate(0);
  }
}
@keyframes move3 {
  0% {
    transform: translate(0);
  }
  25% {
    transform: translate(0, -100%);
    z-index: 10;
  }
  50% {
    transform: translate(100%, -100%);
  }
  75% {
    transform: translate(100%, 0);
  }
  100% {
    transform: translate(0);
    z-index: 0;
  }
}
@keyframes move4 {
  0% {
    transform: translate(0);
  }
  25% {
    transform: translate(-100%, 0);
    z-index: 0;
  }
  50% {
    transform: translate(-100%, -100%);
    z-index: 10;
  }
  75% {
    transform: translate(0, -100%);
  }
  100% {
    transform: translate(0);
  }
}

/*end*/

.posted_in a:not(:last-child):after,
.tagged_as a:not(:last-child):after {
    content: ', ';
}

/*modal */
li.itemAttr {
  list-style: none;
  width: 40px;
  height: 40px;
  cursor: pointer;
  padding: 2px;
  border: 1px solid #ddd;
  
  margin: 0 5px 5px 0 !important;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  
  display: inline-flex;
  position: relative;
}

li.itemAttr img {
  width: 100%;
  height: 100%;
}

.ModalContent ul li .hethang, 
.ModalContent ul li .activept {
  display: none;
}

.ModalContent ul li .hethang {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.ModalContent ul li.selected {
  border: 1px solid #29a449;
}

.btn-cart-product {
  background-color: #f76b6a;
  border: none;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  font-size: 12px;
  width: 100%;
  height: 40px;
  cursor: pointer;
}

.btn-cart-product:hover {
  background-color: #000;
  color: #fff;
}