


@media (max-width: 991px) {
  #header {
    padding: 10px 0 10px 0;
  }
  #header.fixed-top {
    padding: 10px 0 0 0;
  }
}




/*--------------------------------------------------------------
# breadcrumb
--------------------------------------------------------------*/
.breadcrumb-item+.breadcrumb-item::before {
	margin-top: .0625rem !important;
	font-size: .9em;
	vertical-align: middle;
}

.breadcrumb-item>a {
	transition: color .25s ease-in-out,background-color .25s ease-in-out,box-shadow .25s ease-in-out,border-color .25s ease-in-out;
	color: #4b566b;
}

.breadcrumb-item>a:hover {
	color: var(--bs-primary);
}

.breadcrumb-item>a>svg {
	margin-right: .375rem;
  margin-top: -0.175rem;
  width: 15px;
  height: 15px;
}

.breadcrumb-item.active {
	cursor: default;
}

.breadcrumb-light .breadcrumb-item::before {
	color: rgba(255,255,255,.5);
}

.breadcrumb-light .breadcrumb-item>a {
	color: #fff;
}

.breadcrumb-light .breadcrumb-item>a:hover {
	color: #fff;
}

.breadcrumb-light .breadcrumb-item.active {
	color: rgba(255,255,255,.6);
}



/*--------------------------------------------------------------
# product-cart
--------------------------------------------------------------*/
.product-cart {
  background: #fff;
}

.product-cart .product-card-alt {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  border-bottom: 2px solid #d93f4479;
}

.product-cart .product-card-alt .product-title a {
  color: #373f50;
  font-weight: 700;
  font-size: 16px;
}

.product-cart .product-card-alt .product-meta {
  transition: color .25s ease-in-out;
  color: #7d879c;
  text-decoration: none !important;
}

.product-cart .product-card-alt .product-thumb {
  position: relative;
  overflow: hidden;
}

.product-cart .product-card-alt .product-thumb a {
  height: 200px;
  display: flex;
  flex-direction: row;
  /* object-fit: contain; */
  justify-content: space-around;
  cursor: pointer;
}

.product-cart .product-card-alt .product-thumb a img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

.product-cart .product-card-alt .product-buttons {
  position: absolute;
  left: 0;
  bottom: 30px;
  right: 0;
  opacity: 0;
  transition: ease-in-out 0.3s;
  text-align: center;
}

.product-cart .product-card-alt .product-buttons a {
  transition: color 0.3s;
  color: #151515;
  margin: 0 3px;
  border-radius: 4px;
  width: 36px;
  height: 36px;
  transition: ease-in-out 0.3s;
  background: rgb(254, 105, 106);
  color: #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.product-cart .product-card-alt .product-buttons a.sendtocart {
  display: block;
  animation: xAxis 1s forwards cubic-bezier(1, 0.44, 0.84, 0.165);
}
.product-cart .product-card-alt .product-buttons a.sendtocart {
  animation: yAxis 1s alternate forwards cubic-bezier(0.165, 0.84, 0.44, 1);
}

@keyframes xAxis {
  100% {
    transform: translateX(calc(50vw - 105px));
  }
}

@media (max-width: 700px) {
  .product-cart .product-card-alt .product-buttons {
    position: relative;
    margin: 5px 0;
    opacity: 1;
    margin: 40px 0 5px 0;
  }
}

.product-cart .product-card-alt .product-buttons a:hover {
  color: #fff;
  background: rgb(226, 83, 83);
}

.product-cart .product-card-alt .product-buttons i {
  font-size: 18px;
  line-height: 0;
}


.product-cart .product-card-alt .product-price {
  padding: 15px 0 20px 15px;
}

.product-cart .product-card-alt .product-price > div:last-child {
  border-top-left-radius: var(--bs-border-radius-sm);
  border-bottom-left-radius: var(--bs-border-radius-sm);
}

.product-cart .product-card-alt .product-title {
  padding: 15px;
}

.product-cart .product-card-alt:hover .product-buttons {
  opacity: 1;
  bottom: 15px;
}


/*--------------------------------------------------------------
# product-detail
--------------------------------------------------------------*/
.product-detail {

}


.product-detail .product-detail-slider img {
  width: 100%;
}

.product-detail .product-detail-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.product-detail .product-detail-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #ffc451;
}

.product-detail .product-detail-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #ffc451;
}

.product-detail .product-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(21, 21, 21, 0.08);
}

.product-detail .product-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.product-detail .product-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.product-detail .product-info ul li+li {
  margin-top: 10px;
}

.product-detail .product-description {
  padding-top: 30px;
}

.product-detail .product-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.product-detail .product-description p {
  padding: 0;
}



.qty-input {
  color: #000;
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}
.qty-input .product-qty,
.qty-input .qty-count {
  background: transparent;
  color: inherit;
  font-weight: bold;
  font-size: inherit;
  border: none;
  display: inline-block;
  min-width: 0;
  height: 2.5rem;
  line-height: 1;
}
.qty-input .product-qty:focus,
.qty-input .qty-count:focus {
  outline: none;
}
.qty-input .product-qty {
  width: calc(100% - 5rem);
  min-width: 0;
  display: inline-block;
  text-align: center;
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
}
.qty-input .product-qty::-webkit-outer-spin-button, .qty-input .product-qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
          appearance: none;
  margin: 0;
}
.qty-input .qty-count {
  padding: 0;
  cursor: pointer;
  width: 2.5rem;
  font-size: 1.25em;
  text-indent: -100px;
  overflow: hidden;
  position: relative;
  background-color: #fe696a;
}
.qty-input .qty-count:before, .qty-input .qty-count:after {
  content: "";
  height: 2px;
  width: 10px;
  position: absolute;
  display: block;
  background: #fff;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.qty-input .qty-count--minus {
  border-right: 1px solid #e2e2e2;
}
.qty-input .qty-count--add {
  border-left: 1px solid #e2e2e2;
}
.qty-input .qty-count--add:after {
  transform: rotate(90deg);
}
.qty-input .qty-count:disabled {
  color: #ccc;
  background: #f2f2f2;
  cursor: not-allowed;
  border-color: transparent;
}
.qty-input .qty-count:disabled:before, .qty-input .qty-count:disabled:after {
  background: #ccc;
}

.qty-input {
  border-radius: 4px;
  box-shadow: 0 1em 2em -0.9em rgba(0, 0, 0, 0.2);
}










/* Ajax Tab */

[data-tab-button] a {
	position: relative;
}

[data-tab-button] a i.fa-spin {
	position: absolute;
	right: 20px;
    transform: translateY(-50%);
	margin-top: 0;
}

.placeholder {
	background-color: transparent;
	opacity: 1;
}





/* .accordion.sidebar-category {
  box-shadow: none !important;
}

.accordion.sidebar-category .accordion-item {
  border: 0 !important;
}

.accordion.sidebar-category .accordion-body {
  padding: 0 !important;
}

.accordion.sidebar-category:not(.main-category) .accordion-header {
  display: none;
}

@media (max-width: 767px) {
  .accordion.sidebar-category:not(.main-category) .accordion-header {
    display: block;
  }
} */


.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}









#highlight {
  color: #ea8478;
  font-size: 1.25rem;
}

.gallery {
  padding: 0 0 4rem 0;
}

.img-container {
  width: 100%;
  height: 500px;
  cursor: pointer;
  overflow: hidden;
  border-radius: 7px;
  box-shadow: 0px 0 30px rgba(21, 21, 21, 0.08);
}
.img-container:hover .img-content-hover {
  display: block;
}

.gallery img {
  width: 100%;
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1);
  transition: all 0.3s ease-in-out;
}
.gallery img:hover {
  transform: scale(1.05);
}

.img-content-hover {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
  display: none;
  padding: 1rem;
  background: #fff;
  font-weight: 400;
  margin-top: 1.25rem;
  margin-left: -2rem;
}

.gallery .title {
  color: #2e2e2e;
  font-size: 1.5rem;
  font-weight: 700;
}

.gallery .category {
  font-size: 1rem;
  color: #787878;
}

.gallery .img-content {
  display: none;
}



@supports (display: grid) {
  .gallery .grid {
    grid-gap: 1rem;
  }
}

@media screen and (max-width: 1024px) {
  .gallery img:hover {
    transform: none;
  }

  .gallery .img-container {
    height: 100%;
  }
  .gallery .img-container:hover .img-content-hover {
    display: none;
  }

  .gallery .img-content {
    display: block;
    padding: 1rem 0;
  }
}






.pagination {
	margin-bottom: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.page-link {
	position: relative;
	transition: color .25s ease-in-out,border-color .25s ease-in-out,background-color .25s ease-in-out;
}

.page-link:focus,
.page-link:hover {
	color: #4b566b;
}

.page-link.page-link-static {
  padding: var(--bs-pagination-padding-y) 0;
  opacity: .5;
}

.page-link.page-link-static:hover {
	border-color: rgba(0,0,0,0);
	background-color: rgba(0,0,0,0);
	color: #4b566b;
}

.page-link>svg {
  width: 15px;
  height: 15px;
	margin-top: -0.155rem;
	vertical-align: middle;
}

.page-item {
	margin: .15rem;
}

.page-item.active {
	position: relative;
	z-index: 5;
	cursor: default;
}

.page-item.active>.page-link {
	box-shadow: 0 .5rem 1.125rem -0.425rem rgba(var(--bs-primary-rgb), 0.9);
}

.pagination .page-link {
	border-radius: .3125rem;
	font-size: .9375rem;
}

.pagination-sm .page-link {
	border-radius: .25rem;
	font-size: .8125rem;
}

.pagination-lg .page-link {
	border-radius: .4375rem;
	font-size: 1rem;
}










.widget .tns-carousel .tns-nav {
	padding-top: .5rem;
}

.widget-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.widget-list[data-simplebar] {
	overflow-x: hidden;
}

.widget-title {
	margin-bottom: 1.125rem;
	font-size: 1.0625rem;
	font-weight: 500;
}

.widget-categories .widget-list-item {
	margin-bottom: .375rem;
	padding-left: .75rem;
}

.widget-categories .widget-list:not([data-simplebar]) {
	border-right: 2px solid #e3e9ef;
}

.widget-categories .widget-list:not([data-simplebar]) .widget-list-item {
	padding-right: 1rem;
}

.widget-categories .widget-list:not([data-simplebar]) .widget-list-item .widget-list:not([data-simplebar]) {
	border-right: 0;
}

.widget-list-item {
	margin-bottom: .5rem;
}

.widget-list-item:last-child {
	margin-bottom: 0;
}

.widget-list-link {
	display: block;
	transition: color .25s ease-in-out;
	color: #4b566b;
	font-size: .875rem;
	font-weight: normal;
}

.widget-list-link:hover {
	color: var(--bs-primary);
}

.active>.widget-list-link {
	color: var(--bs-primary);
}

.widget-light .widget-list-link {
	color: rgba(255,255,255,.65);
}

.widget-light .widget-list-link:hover {
	color: #fff;
}

.widget-light .active>.widget-list-link {
	color: #fff;
}

.widget-product-title {
	margin-bottom: .25rem;
	font-size: .875rem;
	font-weight: 500;
}

.widget-product-title>a {
	color: #373f50;
}

.widget-product-title:hover>a {
	color: var(--bs-primary);
}

.widget-product-meta {
	font-size: .875rem;
}

.widget-cart-item {
	position: relative;
  box-shadow: 0px 0px 17px 0px rgba(0,0,0,0.1);
  margin-bottom: 20px;
  border-radius: 7px;
  padding: 0 5px;
}


.widget-cart-item img {
  border-radius: 5px;
}

.widget-cart-item [contenteditable] {
  position: relative;
  min-height: 20px;
  font-size: 12px;
  border: 0;
  outline: none;
}

.widget-cart-item [contenteditable]:focus {
  border: 0;
}

.widget-cart-item [contenteditable]:empty:before {
  position: absolute;
  left: 0;
  content: 'Not:';
  z-index: 1;
}

.widget-cart-item .btn-close {
  position: absolute;
  top: 0;
  left: 0;
  height: auto;
  padding: 0;
  transform: translateY(-11px) translateX(-8px);
  transition: visibility .25s ease-in-out,opacity .25s ease-in-out;
  background: rgba(0,0,0,0) url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/0.75rem auto no-repeat;
  background-color: var(--bs-btn-bg);
  background-size: 7px;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: .3;
  visibility: hidden;
}

.widget-cart-item>.d-flex {
	transition: all .25s ease-in-out;
}

.widget-cart-item:hover .btn-close {
  visibility: visible;
  opacity: 1;
}

/*
@media (min-width: 901px) {
  .widget-cart-item:hover>.d-flex {
    transform: translateX(1.125rem);
  }

  .widget-cart-item:hover .btn-close {
    visibility: visible;
    opacity: 1;
  }
}*/


.widget-cart-item .qty-input {
  justify-content: space-between;
  flex-direction: column-reverse;
  border-radius: 7px;
  box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
}

.widget-cart-item .qty-input .qty-count {
  height: 1rem;
  background-color: #aae4ff;
}

.widget-cart-item .qty-input .qty-count:before, 
.widget-cart-item .qty-input .qty-count:after {
  background: #383838;
}

.widget-cart-item .qty-input .product-qty {
  width: auto;
  height: 1rem;
  font-size: 13px;
}



@media (max-width: 901px) {

  .widget-cart-item .btn-close {
    visibility: visible;
    opacity: 1;
  }

  .widget-cart-item .qty-input .qty-count {
    height: 1.5rem;
  }
  
  .widget-cart-item .qty-input .product-qty {
    height: 1.5rem;
    font-size: 13px;
  }
  

}