/* CSS Lib AIO Package */

.d-block{
  display: block !important;
}
.d-block-ruby{
  display: block ruby;
}
.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.text-center {
  text-align: center !important;
}

.flex-column {
  flex-direction: column !important;
}

.p-5{
  padding: 5px;
}
.mt-20{
  margin-top: 20px;
}

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

.lib-aio-banner{
   padding: 10px;
   margin: 10px 0px 10px 0;
}

.lib-aio-banner img{
  border-radius: 3px;
}

.lib-aio-banner-support{
  margin: 20px 10px 20px 5px;
}

.lib-aio-banner-support .single-support {
  flex: 0 0 25%;
  padding: 10px;
  border-right: 1px solid #eaecf0;
  border-top: 1px solid #eaecf0;
  border-bottom: 1px solid #eaecf0;
  background-color: #fff;
}

.lib-aio-banner-support .single-support:first-child {
  border-left: 1px solid #eaecf0;
}

.lib-aio-banner-support .support-icon i {
  color: #6f50a7;
  font-size: 50px;
}

.lib-aio-banner-support .support-desc h4 {
  color: #363636;
  font-size: 16px;
  font-weight: 400;
  margin: 20px 0 10px;
  text-transform: capitalize;
}

.lib-aio-banner-support .support-desc span {
  color: #363636;
  font-size: 13px;
  margin: 0;
  text-transform: capitalize;
}

.lib-aio-brand {
  margin-bottom: 20px;
  background-color: #fff;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,.08);
  border-radius: 5px;
  margin-top: 20px;
  display: block;
}

.lib-aio-brand .owl-carousel {
  padding: 0px 10px 0px 50px;
}

.lib-aio-brand .owl-brand .owl-nav > button.owl-next{
  position: absolute;
  width: 30px;
  height: 30px;
  background: #edeeee;
  border-radius: 2px;
  bottom: 35px;
  right: 5px;
}

.lib-aio-brand .owl-brand .owl-nav > button.owl-next:hover{
  background: #d9dddd;
}

.lib-aio-brand .owl-brand .owl-nav > button.owl-prev{
  position: absolute;
  width: 30px;
  height: 30px;
  background: #edeeee;
  border-radius: 2px;
   bottom: 35px;
  left: 5px;
}

.lib-aio-brand .owl-brand .owl-nav > button.owl-prev:hover{
  background: #d9dddd;
}

.lib-aio-brand .owl-carousel .owl-item img {
  width: 70%;
  height: 100px;
}
.lib-aio-brand .owl-carousel .owl-item img:hover{
  opacity: 0.5;
}

#lib-slideshow{
 margin: 10px 0 20px 0;
}

.lib-aio-slideshow .owl-item{
  background-color: #fff;
  border:1px solid #eaecf0;

  
}
.lib-aio-slideshow .owl-item img{
  padding: 5px;
  border-radius: 8px;
}

.lib-aio-slideshow .banner-promotion{
  background-color: #fff;
  border:1px solid #eaecf0;
  overflow: clip;
}

.lib-aio-slideshow .banner-promotion img{
  padding: 3px;
  border-radius: 8px;


}
.lib-aio-slideshow .owl-banner .owl-nav {
  position: absolute;
  top: 35%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  height: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}


.lib-aio-slideshow .owl-banner .owl-nav > button.owl-next {
  position: relative;
  background-color: #edeeee;
  width: 30px;
  height: 30px;
  border-radius: 0;
}
.lib-aio-slideshow .owl-banner .owl-nav > button.owl-next span {
  font-size: 25px;
  color: #637fb5;
}
.lib-aio-slideshow .owl-banner .owl-nav > button.owl-next:hover{
  background-color: #3c5d9d;
  opacity: 0.5;

}

.lib-aio-slideshow .owl-banner .owl-nav > button.owl-prev:hover{
  background-color: #3c5d9d;
  opacity: 0.5;

}

.lib-aio-slideshow .owl-banner .owl-nav > button.owl-prev {
  position: relative;
  background-color: #eeeeee;
  width: 30px;
  height: 30px;
  border-radius: 0;
}
.lib-aio-slideshow .owl-banner .owl-nav > button.owl-prev span {
  font-size: 25px;
  color: #637fb5;
}

.lib-aio .section-title {
  position: relative;
  overflow: hidden;
}

.lib-aio .section-title h3 {
  line-height: 30px;
  background-color: #ffffff;
  padding: 5px 25px;
  margin: 0 0 0 40px;
  float: left;
  position: relative;
  z-index: 3;
}

.lib-aio .section-title::after {
  position: absolute;
  left: 0;
  top: 50%;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #e8e8e8;
  z-index: -1;
}

.lib-aio .section-title::before {
  font-size: 35px;
  color: #ccc;
  line-height: 40px;
  font-family: 'IcoFont';
  content: "\ea84";
  font-weight: 600;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  padding-left: 20px;
  background-color: #ffffff;
}

.lib-aio .owl-carousel .owl-item{
	padding: 10px;
}

.lib-aio .owl-product .owl-nav > button.owl-next{
  position: absolute;
  width: 30px;
  height: 30px;
  background: #edeeee;
  border-radius: 2px;
  bottom: 220px;
  right: 1px;
}

.lib-aio .owl-product .owl-nav > button.owl-next:hover{
  background: #ccc;
}

.lib-aio .owl-product .owl-nav > button.owl-prev{
  position: absolute;
  width: 30px;
  height: 30px;
  background: #edeeee;
  border-radius: 2px;
   bottom: 220px;
  left: 1px;
}

.lib-aio .owl-product .owl-nav > button.owl-prev:hover{
  background: #ccc;
}

.lib-aio .product-card { 
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; 
  border: 1px solid #eaecf0;
  border-radius: 4px;
}

.lib-aio .product-card .image {
  position: relative;
}

.lib-aio .product-card .image img {
  display: block;
  padding: 20px;
  width: 90%;
}

.lib-aio .product-card .image img:hover{
   opacity: 0.6
}

.lib-aio .product-card .tag-sale {
  background: linear-gradient(to right, #faab08, #d42611);
  color: #ffffff;
  padding: 3px 6px;
  border-radius: 10px;
  font-size: 12px;
  position: absolute;
  left: 10px;
  bottom: 5px;
  gap: 5px;
}

.lib-aio .product-card .tag-sale i {
  font-size: 18px;
}

.lib-aio .product-card .tag-discount {
  background-color: #CC0C39;
  color: #ffffff;
  padding: 3px 6px;
  border-radius: 2px;
  font-size: 12px;
  position: absolute;
  left: 10px;
  bottom: 5px;
}

.lib-aio .product-card .tag-discount i{
  font-size: 18px;
}

.lib-aio .product-card .category{
  padding: 0px 10px 0px 10px;
  border-bottom: 1px solid #ccc;
  margin-left: 10px;
  margin-right: 10px;
}

.lib-aio .product-card .category a{
  color: #a4a4a4;
  font-size: 13px;
  text-transform: capitalize;
}

.lib-aio .product-card .category a:hover{
  color: #782b89;
}

.lib-aio .product-card .name {
  padding: 10px 20px 20px 20px;
  height: 60px;
  overflow: hidden;
  text-align: center;

}

.lib-aio .product-card .name h4{
  margin: 0;
  line-height: 25px;
}
.lib-aio .product-card .name a{
	color: #444444;
	font-weight: 500;
	font-size: 16px;
}

.lib-aio .product-card .name a:hover{
 color: #782b89;
}

.lib-aio .product-card .rating{
  padding: 5px 0;
  text-align:center;
}
.lib-aio .product-card .rating .fa-star-o,
.lib-aio .product-card .rating .fa-star
{
  font-size: 12px;
}
.lib-aio .product-card  .rating .fa-star-o{
  color: #ccc;
}
.lib-aio .product-card .rating .fa-star + .fa-star-o{
 color: #FC0 !important;
}
.lib-aio .product-card .group {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  margin-top:auto;
  -webkit-box-align:end;
  -ms-flex-align:end;
  align-items:flex-end;
  padding: 0px 25px 20px 25px;
}

.lib-aio .product-card .price{
  -webkit-box-flex:1;
  -ms-flex-positive:1;
   flex-grow:1;
   font-size: 15px;
    font-weight: 600;
    color: #FF0000;
    line-height: 20px;
}

.lib-aio .product-card .price-old{
   text-decoration: line-through;
   color: #aaa;
   font-weight: 500;
   font-size: 13px;
   padding-left: 5px;
}

.lib-aio .product-card .action{
 display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  margin-left:10px;
  -webkit-box-align:end;
  -ms-flex-align:end;
  align-items:flex-end;
  -ms-flex-negative:0;
  flex-shrink:0;

}

.lib-aio .product-card .btn-addcart {
  position:relative;
  bottom:-6px;
  display:-webkit-inline-box;
  display:-ms-inline-flexbox;
  display:inline-flex;
  width:36px;
  height:36px;
  padding:0;
  border-radius:500px;
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:center;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  background-color: #f2edfc;
  color: #fff !important;
  border: 1px solid transparent;
}

.lib-aio .product-card .btn-addcart i{
	font-size: 20px;
	color: #743089 !important;
}

.lib-aio .product-card .btn-addcart:focus,
.lib-aio .product-card .btn-addcart:hover {
   background-color:#eee;
  color:#782b89;
}

.lib-aio .product-card .btn-wishlist, 
.lib-aio .product-card .btn-compare {
  background: transparent;
  border: 0;
  width: 30px;
  color: #a4a4a4;
}

.lib-aio .product-card .btn-wishlist i,
.lib-aio .product-card .btn-compare i{
	font-size: 16px;
	color: #a19bae;
}

.lib-aio .product-card .btn-wishlist i:hover,
.lib-aio .product-card .btn-compare i:hover{
	color:bisque;
}
#lib-product-category .lib-aio {
  margin: 20px 0 0 0px;
}
.lib-aio .title-prdcate{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 10px;
  margin-bottom: 10px;
}
.lib-aio .title-prdcate h3 {
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .25px;
  margin: 0;
  display: inline-block;
}

.lib-aio .title-prdcate i {
  font-size: 20px;
  margin-right: 10px;

}

.lib-aio .banner-prdcate{
  border: 1px solid #e0e0e0;
  padding: 5px;
  margin-top: 10px;
}

.lib-aio .banner-prdcate img{
  width: 250px;
  height: 265px;
}

/* Set value color style */

.lib-aio .title-prdcate.bg-red{
  background-color: #fdefed;
}

.lib-aio .title-prdcate i.red{
  color: #ff2f2f;
}

.lib-aio .title-prdcate h3.red{
  color: #ff2f2f;
}

.lib-aio .title-prdcate.bg-green{
  background-color: #f7faee;
}

.lib-aio .title-prdcate i.green{
  color: #6e9b00;
}

.lib-aio .title-prdcate h3.green{
  color: #6e9b00;
}

.lib-aio .title-prdcate.bg-purple{
  background-color: #f2edfc;
}

.lib-aio .title-prdcate i.purple{
  color: #6f50a7;
}

.lib-aio .title-prdcate h3.purple{
  color: #6f50a7;
}

.lib-aio .title-prdcate h3.purple a{
  color: #743089;
}

.lib-aio .title-prdcate.bg-orange{
  background-color: #ffd580;
}

.lib-aio .title-prdcate i.orange{
  color: #ff4500;
}

.lib-aio .title-prdcate h3.orange{
  color: #ff4500;
}
.lib-aio .title-prdcate.bg-blue{
  background-color: #e8f5f9;
}

.lib-aio .title-prdcate i.blue{
  color: #4682b4;
}

.lib-aio .title-prdcate h3.blue{
  color: #4682b4;
}

.lib-aio .title-prdcate.bg-yellow {
  background-color: #ffffe0;
}

.lib-aio .title-prdcate i.yellow {
  color: #a89c02;
}

.lib-aio .title-prdcate h3.yellow {
  color: #a89c02;
}

.lib-aio .href-prdcate{
  margin-top: -45px;
  padding-right: 20px;
  float: right;
}

.lib-aio .product-card .prdcate-image img{
  width: 80%;
  padding: 10px;
}

.lib-aio .owl-prdcate .owl-nav > button.owl-next{
  position: absolute;
  width: 30px;
  height: 30px;
  background: #edeeee;
  border-radius: 2px;
  bottom: 150px;
  right: 0px;
}
.lib-aio .owl-prdcate .owl-nav > button.owl-next:hover{
  background: #d9dddd;
}

.lib-aio .owl-prdcate .owl-nav > button.owl-prev{
  position: absolute;
  width: 30px;
  height: 30px;
  background: #edeeee;
  border-radius: 2px;
  bottom: 150px;

}
.lib-aio .owl-prdcate .owl-nav > button.owl-prev:hover{
  background: #d9dddd;
}

.lib-aio-widget{
  padding: 5px;
  border:1px solid #e5e5e5;
  background-color: #F3F3F3;
  padding-bottom: 10px;
}
.lib-aio-widget .widget-title > h3{
  font-size: 16px;
  text-align: center;
  padding: 5px;
  margin: 0;
  font-weight: 600;
}

.lib-aio-widget .product-card{
   background-color: #fff;
  border-radius: 4px;
  margin-top: 10px;
  display: block;
   padding-bottom: 20px;
}
.lib-aio-widget .product-card .image{
  position: relative;
  padding-top: 10px;
}
.lib-aio-widget .product-card .image .tag-discount {
  display: flex;
  background: linear-gradient(to right, #faab08, #d42611);
  color: #ffffff;
  padding: 3px 10px;
  border-radius: 10px;
  font-size: 12px;
  position: absolute;
  left: 10px;
  bottom: 5px;
  gap: 5px;
}
.lib-aio-widget .product-card .group {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  padding: 0px 10px 2px 10px;
}

.lib-aio-widget .product-card .name{
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  padding: 0px 10px 0px 10px;
}

.lib-aio-widget .product-card .name a{
  color: #444;
}
.lib-aio-widget .product-card .name a:hover{
  color: #782b89;
}
.lib-aio-widget .product-card .price{
  font-size: 15px;
  font-weight: 600;
  color: #FF0000;
  line-height: 20px;
}
.lib-aio-widget .product-card .price .price-old {
  text-decoration: line-through;
  color: #aaa;
  font-weight: 500;
  font-size: 13px;
  padding-left: 5px;
}
.lib-aio-widget .product-card .rating{
  text-align: center;
    padding-bottom: 10px;
}
.lib-aio-widget .product-card .rating .fa-stack {
  font-size: 8px;
}
.lib-aio-widget .product-card .rating .fa-star-o,
.lib-aio-widget .product-card .rating .fa-star
{
  font-size: 12px;
}
.lib-aio-widget .product-card .rating .fa-star + .fa-star-o {
  color: #FC0 !important;
}

.lib-aio-widget .product-card .action{
  margin-left: auto;
}
.lib-aio-widget .product-card .action .btn-addcart {
  position:relative;
  bottom:-2px;
  display:-webkit-inline-box;
  display:-ms-inline-flexbox;
  display:inline-flex;
  width:36px;
  height:36px;
  padding:0;
  border-radius:500px;
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:center;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  background-color: #f2edfc;
  color: #fff;
  border: 1px solid transparent;
}

.lib-aio-widget .product-card .action .btn-addcart i{
  font-size: 20px;
  color: #743089;
}

.lib-aio-widget .product-card .action .btn-addcart:focus,
.lib-aio-widget .product-card .action .btn-addcart:hover {
  background-color:#eee;
  color:#782b89;
}

.lib-aio-widget .product-card .action .btn-wishlist, 
.lib-aio-widget .product-card .action .btn-compare {
  background: transparent;
  border: 0;
  width: 30px;
  color: #a4a4a4;
}

.lib-aio-widget .product-card .action .btn-wishlist i,
.lib-aio-widget .product-card .action .btn-compare i{
  font-size: 16px;
  color: #fe0200;
}

.lib-aio-widget .product-card .action .btn-wishlist i:hover,
.lib-aio-widget .product-card .action .btn-compare i:hover{
  color:bisque;
}

.animate-charcter
{
   text-transform: uppercase;
  background-image: linear-gradient(
    -225deg,
    #231557 0%,
    #44107a 29%,
    #ff1361 67%,
    #fff800 100%
  );
  background-size: auto auto;
  background-clip: border-box;
  color: #fff;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textclip 2s linear infinite;
 
}

/* Custom Responsive */

@media (max-width: 1080px) {

  .lib-aio .banner-prdcate{
    display: none;
  }
}

@media (max-width: 915px) {
  .lib-aio-slideshow .banner-promotion{
    display: none;
  }
  .lib-aio .product-card .image img{
    width: 60%;
  }
}

@media (max-width: 478px) {
  .lib-aio-banner-support .single-support {
    flex: 0 0 50%;
    padding: 10px;
    border-bottom: 0;
  }

  .lib-aio-banner-support .single-support:nth-child(3){
     border-bottom: 1px solid #eaecf0;
     border-left: 1px solid #eaecf0;
  }

  .lib-aio-banner-support .single-support:last-child{
     border-bottom: 1px solid #eaecf0;
  }



  .lib-aio-banner-support .support-icon i{
    font-size: 40px;
  }

  .lib-aio-banner-support .support-desc h4{
    font-size: 14px;
  }

  .lib-aio .owl-carousel .owl-item {
    padding: 5px;
  }

}


/* CUSTOM CATEGORY PRODUCT */

/* Custom Theme */
hr{
  margin-top: 10px;
    margin-bottom: 20px;
    border: 0;
    border-top-width: 0px;
    border-top-style: none;
    border-top-color: currentcolor;
    border-top: 1px solid #eee;
}
.product-layout{
  padding-bottom: 20px;
}
.product-pagination {
  margin-top: 10px;
}

.product-card { 
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; 
  border: 1px solid #eaecf0;
  border-radius: 4px;
}
.product-card .product-image{
  position: relative;
}
.product-card .product-image img {
  display: block;
  padding: 10px;
}

.product-card .product-image img:hover{
   opacity: 0.6
}

.product-card .product-image .tag-discount {
  display: flex;
  background: linear-gradient(to right, #faab08, #d42611);
  color: #ffffff;
  padding: 3px 10px;
  border-radius: 10px;
  font-size: 12px;
  position: absolute;
  left: 10px;
  bottom: 5px;
  gap: 5px;
}

.product-card .product-name {
	padding: 10px 20px 20px 20px;
    height: 50px;
    overflow: hidden;
    margin: 0;
    line-height: 1.3;
	text-align: center;

}

.product-card .product-name a{
  color: #444444;
  font-weight: 500;
  font-size: 16px;
}

.product-card .product-name a:hover{
 color: #782b89;
}

.product-card .product-rating{
  padding: 5px 10px 0px 10px;
  text-align:center;
}
.product-card .product-rating .fa-stack {
  font-size: 8px;
}
.product-card .product-rating .fa-star {
  color: #FC0;
}
.product-card .product-rating .fa-star-o,
.product-card .product-rating .fa-star
{
  font-size: 12px;
}
.product-card  .product-rating .fa-star-o{
  color: #ccc;
}
.product-card .product-rating .fa-star + .fa-star-o{
 color: #FC0 !important;
}

.product-card .product-group {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  margin-top:auto;
  -webkit-box-align:end;
  -ms-flex-align:end;
  align-items:flex-end;
  padding: 0px 25px 20px 25px;
}

.product-card .product-price{
  -webkit-box-flex:1;
  -ms-flex-positive:1;
   flex-grow:1;
   font-size: 15px;
    font-weight: 600;
    color: #FF0000;
    line-height: 20px;
}

.product-card .product-price .price-old{
   text-decoration: line-through;
   color: #aaa;
   font-weight: 500;
   font-size: 13px;
   padding-left: 5px;
}

.product-card .product-action{
 display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  margin-left:10px;
  -webkit-box-align:end;
  -ms-flex-align:end;
  align-items:flex-end;
  -ms-flex-negative:0;
  flex-shrink:0;

}

.product-card .product-action .btn-addcart {
  position:relative;
  bottom:-6px;
  display:-webkit-inline-box;
  display:-ms-inline-flexbox;
  display:inline-flex;
  width:36px;
  height:36px;
  padding:0;
  border-radius:500px;
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:center;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  background-color: #f2edfc;
  color: #fff;
  border: 1px solid transparent;
}

.product-card .product-action .btn-addcart i{
  font-size: 24px;
  color: #743089;
}

.product-card .product-action .btn-addcart:focus,
.product-card .product-action .btn-addcart:hover {
  background-color:#eee;
  color:#782b89; 
}

.product-card .product-action .btn-wishlist, 
.product-card .product-action .btn-compare {
  background: transparent;
  border: 0;
  width: 30px;
  color: #a4a4a4;
}

.product-card .product-action .btn-wishlist i,
.product-card .product-action .btn-compare i{
  font-size: 16px;
  color: #fe0200;
}

.product-card .product-action .btn-wishlist i:hover,
.product-card .product-action .btn-compare i:hover{
  color:bisque;
}

.pagination > .active > span {
  background-color: #782b89;
  border-color: #782b89;
}
.pagination > li > a, .pagination > li > span{
  color: #782b89;
}
/* Custom Layout product list */

.product-list .product-card .product-image {
    float: left;
    padding: 0 15px;
 }

.product-list .product-card .product-image img{
  height: 150px;
}

.product-list .product-card{
  height: 150px;
}
.product-list .product-card .product-group{
  display: block;
  margin-top: 10px;
}
.product-list .product-card .product-name{
  padding: 10px 0px;
  height: 35px;
}
.product-list .product-card .product-price{
  
  padding-bottom: 10px;

}
.product-card .product-image .tag-discount{
  bottom: 10px;
}
@media (max-width: 667px) {
  .product-card .product-name {
	padding: 10px 100px 20px 100px;
  }
  .product-card .product-price{
	padding-left: 30%;
  }
  .product-card .product-action{
	padding-right: 30%;
  }

}

@media (max-width: 428px) {
  .product-card .product-group{
     height: 60px;
  }
  .product-card .product-name {
  
	padding: 10px 70px 20px 70px;
  }
  .product-card .product-price{
	padding-left: 30%;
  }
  .product-card .product-action{
	padding-right: 30%;
  }
}
