 
.k{ font-family:var(--bs-font-sans-serifk);}
.icon-square {
	border-radius: 10px;
}
.icon-square2 {
	border-radius: 20px;
}
.icon-radius {
	border-radius: 100px;
}
 
 
 
/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}



/* Top Bar*/


 .topbar-social li:not(:last-child)  {
	margin: 0 10px;
}
 .topbar-info li:not(:last-child) {
	margin: 0 2px;
}


/*** Navbar ***/
.navbar-dark .navbar-nav .nav-link {
	/* font-family: 'Nunito', sans-serif; */
	position: relative;
	margin-left: 25px;
	padding: 35px 0;
	color: #000000;
	font-size: 18px;
	font-weight: 600;
	outline: none;
	transition: .5s;
}

.sticky-top.navbar-dark .navbar-nav .nav-link {
    padding: 20px 0;
    color: var(--dark);
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    color: var(--primary);
}

.navbar-dark .navbar-brand h1 {
    color: #FFFFFF;
}

.navbar-dark .navbar-toggler {
    color: var(--primary) !important;
    border-color: var(--primary) !important;
}

@media (max-width: 991.98px) {
    .sticky-top.navbar-dark {
        position: relative;
        background: #FFFFFF;
    }

    .navbar-dark .navbar-nav .nav-link,
    .navbar-dark .navbar-nav .nav-link.show,
    .sticky-top.navbar-dark .navbar-nav .nav-link {
        padding: 10px 0;
        color: var(--dark);
    }

    .navbar-dark .navbar-brand h1 {
        color: var(--primary);
    }
}

@media (min-width: 992px) {
.navbar-dark {
	position: absolute;
	width: 100%;
	top: 20px;
	left: 0;
	z-index: 999;
	background-color: #ffffff;
	border-radius: 50px;
}
    
    .sticky-top.navbar-dark {
        position: fixed;
        background: #FFFFFF;
    }

    .navbar-dark .navbar-nav .nav-link::before {
        position: absolute;
        content: "";
        width: 0;
        height: 2px;
        bottom: -1px;
        left: 50%;
        background: var(--primary);
        transition: .5s;
    }

    .navbar-dark .navbar-nav .nav-link:hover::before,
    .navbar-dark .navbar-nav .nav-link.active::before {
        width: 100%;
        left: 0;
    }

    .navbar-dark .navbar-nav .nav-link.nav-contact::before {
        display: none;
    }

    .sticky-top.navbar-dark .navbar-brand h1 {
        color: var(--primary);
    }
}
.sticky-top.navbar-dark {
	position: fixed;
	background: #FFFFFF;
	top: 0;
	border-radius: 0;
}
 
.top-cart-btn span {
	background-color: #020001;
	color: #ffffff;
	width: 24px;
	height: 22px;
	display: block;
	text-align: center;
	border-radius: 50%;
	font-size: 12px;
	padding: 2px 0;
	font-weight: bold;
	position: absolute;
	right: -15px;
	top: -5px;
}
/*** Carousel ***/
.carousel-caption {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	
background: rgba(37,23,84,1);
background: -moz-linear-gradient(left, rgba(37,23,84,1) 0%, rgba(89,20,147,0.9) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(37,23,84,1)), color-stop(100%, rgba(89,20,147,0.9)));
background: -webkit-linear-gradient(left, rgba(37,23,84,1) 0%, rgba(89,20,147,0.9) 100%);
background: -o-linear-gradient(left, rgba(37,23,84,1) 0%, rgba(89,20,147,0.9) 100%);
background: -ms-linear-gradient(left, rgba(37,23,84,1) 0%, rgba(89,20,147,0.9) 100%);
background: linear-gradient(to right, rgba(37,23,84,1) 0%, rgba(89,20,147,0.9) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#251754', endColorstr='#591493', GradientType=1 );

	z-index: 1;
	text-align: left;
}
.carousel-caption-cont {
	padding-left: 14%;
	padding-top: 19%;
}
.carousel-img {
	top: 20%;
	position: relative;
}
@media (max-width: 576px) {
    .carousel-caption h5 {
        font-size: 14px;
        font-weight: 500 !important;
    }

    .carousel-caption h1 {
        font-size: 30px;
        font-weight: 600 !important;
    }
}

.carousel-control-prev,
.carousel-control-next {
    width: 10%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
}


.title span {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	 
}

/*** Features ***/

.feat-img {
	background: rgba(240,54,108,1);
	background: -moz-linear-gradient(left, rgba(240,54,108,1) 0%, rgba(253,106,78,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(240,54,108,1)), color-stop(100%, rgba(253,106,78,1)));
	background: -webkit-linear-gradient(left, rgba(240,54,108,1) 0%, rgba(253,106,78,1) 100%);
	background: -o-linear-gradient(left, rgba(240,54,108,1) 0%, rgba(253,106,78,1) 100%);
	background: -ms-linear-gradient(left, rgba(240,54,108,1) 0%, rgba(253,106,78,1) 100%);
	background: linear-gradient(to right, rgba(240,54,108,1) 0%, rgba(253,106,78,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0366c', endColorstr='#fd6a4e', GradientType=1 );
	padding: 20px;
	border-radius: 50%;
}

/*** About Us ***/

.aboutus-business::after {
	background-color: #f23e67;
	position: absolute;
	content: "";
	width: 400px;
	height: 400px;
	bottom: 0px;
	right: -67px;
	border-radius: 100px;
	background-color: #f23e67;
	-webkit-animation: simple-square-to-circle 2s 0s linear infinite alternate, simple-scale 1s 1s linear infinite alternate;
	animation: simple-square-to-circle 2s 0s linear infinite alternate, simple-scale 1s 1s linear infinite alternate;
}


@-webkit-keyframes simple-square-to-circle {
  100% {
    -webkit-border-radius: 50%;
  }
}

@keyframes simple-square-to-circle {
  100% {
    border-radius: 50%;
  }
}
  
  @-webkit-keyframes simple-scale {
  100% {
    -webkit-transform: scale(1.1);
  }
}

@keyframes simple-scale {
  100% {
    transform: scale(1.1);
  }
}

  
.aboutus-business::before {
	background-color: #f2f2f2;
	position: absolute;
	content: "";
	width: 321px;
	height: 489px;
	top: 27px;
	right: 76px;
	border-radius: 100px;
	 
}


 


.aboutus-business img {
	position: relative;
	z-index: 1;
}


/*** Benefits ***/

 .grad-bg{
 background: rgba(251,241,238,1);
background: -moz-linear-gradient(-45deg, rgba(251,241,238,1) 0%, rgba(229,231,237,1) 45%, rgba(236,239,239,1) 75%, rgba(244,242,240,1) 100%);
background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(251,241,238,1)), color-stop(45%, rgba(229,231,237,1)), color-stop(75%, rgba(236,239,239,1)), color-stop(100%, rgba(244,242,240,1)));
background: -webkit-linear-gradient(-45deg, rgba(251,241,238,1) 0%, rgba(229,231,237,1) 45%, rgba(236,239,239,1) 75%, rgba(244,242,240,1) 100%);
background: -o-linear-gradient(-45deg, rgba(251,241,238,1) 0%, rgba(229,231,237,1) 45%, rgba(236,239,239,1) 75%, rgba(244,242,240,1) 100%);
background: -ms-linear-gradient(-45deg, rgba(251,241,238,1) 0%, rgba(229,231,237,1) 45%, rgba(236,239,239,1) 75%, rgba(244,242,240,1) 100%);
background: linear-gradient(135deg, rgba(251,241,238,1) 0%, rgba(229,231,237,1) 45%, rgba(236,239,239,1) 75%, rgba(244,242,240,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbf1ee', endColorstr='#f4f2f0', GradientType=1 )
 
 }



.benefits {
	min-height: 284px;
}






/*----------------------------*\
	product
\*----------------------------*/

.product {
  position: relative;
  margin: 15px 0px;
  -webkit-box-shadow: 0px 0px 0px 0px #E4E7ED, 0px 0px 0px 1px #E4E7ED;
  box-shadow: 0px 0px 0px 0px #E4E7ED, 0px 0px 0px 1px #E4E7ED;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.product:hover {
	-webkit-box-shadow: 0px 0px 6px 0px #E4E7ED, 0px 0px 0px 2px #D10024;
	box-shadow: 0px 0px 6px 0px #E4E7ED, 0px 0px 0px 2px #331668;
}

.product .product-img {
	position: relative;
	background-color: #f2f2f2;
}

.product .product-img>img {
  width: 100%;
}

.product .product-img .product-label {
  position: absolute;
  top: 15px;
  right: 15px;
}

.product .product-img .product-label>span {
  border: 2px solid;
  padding: 2px 10px;
  font-size: 12px;
}
.product .product-img .product-label > span.sale {
	background-color: #FFF;
	border-color: #f23e67;
	color: #f23e67;
}
.product .product-img .product-label>span.new {
background: rgba(240,54,108,1);
background: -moz-linear-gradient(left, rgba(240,54,108,1) 0%, rgba(253,106,78,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(240,54,108,1)), color-stop(100%, rgba(253,106,78,1)));
background: -webkit-linear-gradient(left, rgba(240,54,108,1) 0%, rgba(253,106,78,1) 100%);
background: -o-linear-gradient(left, rgba(240,54,108,1) 0%, rgba(253,106,78,1) 100%);
background: -ms-linear-gradient(left, rgba(240,54,108,1) 0%, rgba(253,106,78,1) 100%);
background: linear-gradient(to right, rgba(240,54,108,1) 0%, rgba(253,106,78,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0366c', endColorstr='#fd6a4e', GradientType=1 );
  color: #FFF;
}

.product .product-body {
  position: relative;
  padding: 15px;
  background-color: #FFF;
  text-align: center;
  z-index: 20;
}

.product .product-body .product-category {
  text-transform: uppercase;
  font-size: 12px;
  color: #8D99AE;
}

.product .product-body .product-name {
	text-transform: capitalize;
	font-size: 14px;
}
.product .product-body .product-name>a {
  font-weight: 700;
}

.product .product-body .product-name>a:hover, .product .product-body .product-name>a:focus {
  color: #D10024;
}

.product .product-body .product-price {
  color: #D10024;
  font-size: 18px;
}

.product .product-body .product-price .product-old-price {
  font-size: 70%;
  font-weight: 400;
  color: #8D99AE;
}

.product .product-body .product-rating {
  position: relative;
  margin: 15px 0px 10px;
  height: 20px;
}

.product .product-body .product-rating>i {
  position: relative;
  width: 14px;
  margin-right: -4px;
  background: #FFF;
  color: #E4E7ED;
  z-index: 10;
}

.product .product-body .product-rating>i.fa-star {
  color: #ef233c;
}

.product .product-body .product-rating:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 1px;
  background-color: #E4E7ED;
}

.product .product-body .product-btns>button {
  position: relative;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: transparent;
  border: none;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.product .product-body .product-btns>button:hover {
  background-color: #E4E7ED;
  color: #D10024;
  border-radius: 50%;
}

.product .product-body .product-btns>button .tooltipp {
  position: absolute;
  bottom: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, -15px);
  -ms-transform: translate(-50%, -15px);
  transform: translate(-50%, -15px);
  width: 150px;
  padding: 10px;
  font-size: 12px;
  line-height: 10px;
  background: #1e1f29;
  color: #FFF;
  text-transform: uppercase;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.product .product-body .product-btns>button:hover .tooltipp {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(-50%, -5px);
  -ms-transform: translate(-50%, -5px);
  transform: translate(-50%, -5px);
}

.product .add-to-cart {
  position: absolute;
  left: 1px;
  right: 1px;
  bottom: 1px;
  padding: 15px;
  background: #331668;
  text-align: center;
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  z-index: 2;
}

.product:hover .add-to-cart {
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}

.product .add-to-cart .add-to-cart-btn {
  position: relative;
  border: 2px solid transparent;
  height: 40px;
  padding: 0 30px;
  background-color: #ef233c;
  color: #FFF;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 40px;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.product .add-to-cart .add-to-cart-btn>i {
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  line-height: 38px;
  color: #D10024;
  opacity: 0;
  visibility: hidden;
}

.product .add-to-cart .add-to-cart-btn:hover {
  background-color: #FFF;
  color: #D10024;
  border-color: #D10024;
  padding: 0px 30px 0px 50px;
}

.product .add-to-cart .add-to-cart-btn:hover>i {
  opacity: 1;
  visibility: visible;
}

/*----------------------------*\
	Widget product
\*----------------------------*/

.product-widget {
  position: relative;
}

.product-widget+.product-widget {
  margin: 30px 0px;
}

.product-widget .product-img {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 60px;
}

.product-widget .product-img>img {
  width: 100%;
}

.product-widget .product-body {
  padding-left: 75px;
  min-height: 60px;
}

.product-widget .product-body .product-category {
  text-transform: uppercase;
  font-size: 10px;
  color: #8D99AE;
}

.product-widget .product-body .product-name {
  text-transform: uppercase;
  font-size: 12px;
}

.product-widget .product-body .product-name>a {
  font-weight: 700;
}

.product-widget .product-body .product-name>a:hover, .product-widget .product-body .product-name>a:focus {
  color: #D10024;
}

.product-widget .product-body .product-price {
  font-size: 14px;
  color: #D10024;
}

.product-widget .product-body .product-price .product-old-price {
  font-size: 70%;
  font-weight: 400;
  color: #8D99AE;
}

.product-widget .product-body .product-price .qty {
  font-weight: 400;
  margin-right: 10px;
}

.product-widget .delete {
  position: absolute;
  top: 0;
  left: 0;
  height: 14px;
  width: 14px;
  text-align: center;
  font-size: 10px;
  padding: 0;
  background: #1e1f29;
  border: none;
  color: #FFF;
}

/*----------------------------*\
	Products slick
\*----------------------------*/
.products-tabs {
	position: relative;
}
.products-slick .slick-list {
  padding-bottom: 60px;
  margin-bottom: -60px;
  z-index: 2;
}

.products-slick .product.slick-slide {
  margin: 15px;
}

.products-tabs>.tab-pane {
  display: block;
  height: 0;
  opacity: 0;
  visibility: hidden;
  overflow-y: hidden;
  padding-bottom: 60px;
  margin-bottom: -60px;
}

.products-tabs>.tab-pane.active {
  opacity: 1;
  visibility: visible;
  height: auto;
}

.products-slick-nav {
	position: absolute;
	right: 0;
	z-index: 10;
	left: 0;
	text-align: center;
}

.products-slick-nav .slick-prev, .products-slick-nav .slick-next {
  position: static;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  width: 20px;
  height: 20px;
  display: inline-block !important;
  margin: 0px 2px;
}

.products-slick-nav .slick-prev:before, .products-slick-nav .slick-next:before {
  font-size: 14px;
}




 .section-tab-nav {
  display: inline-block;
}

.section-tab-nav li {
  display: inline-block;
  margin-right: 15px;
}

.section-tab-nav li:last-child {
  margin-right: 0px;
}

.section-tab-nav li .nav-tab-link {
	font-weight: 700;
	color: #8D99AE;
	background: transparent;
	border: none;
}

.section-tab-nav li  .nav-tab-link:after {
  content: "";
  display: block;
  width: 0%;
  height: 2px;
  background-color: #D10024;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.section-tab-nav li .nav-tab-link.active  {
  color: #D10024;
}

.section-tab-nav li  .nav-tab-link:hover:after, .section-tab-nav li  .nav-tab-link:focus:after, .section-tab-nav li.active  .nav-tab-link:after {
  width: 100%;
}

.section-title .section-nav .products-slick-nav {
  top: 0px;
  right: 0px;
}




/*** Testimonial ***/
.testimonial-carousel::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

.testimonial-carousel::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

@media (min-width: 768px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 200px;
    }
}

@media (min-width: 992px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 300px;
    }
}

.testimonial-carousel .owl-nav {
    position: absolute;
    width: 350px;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
    opacity: 0;
    transition: .5s;
    z-index: 1;
}

.testimonial-carousel:hover .owl-nav {
    width: 300px;
    opacity: 1;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    position: relative;
    color: var(--primary);
    font-size: 45px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: var(--dark);
}

.testimonial-carousel .testimonial-img img {
    width: 100px;
    height: 100px;
}

.testimonial-carousel .testimonial-img .btn-square {
	position: absolute;
	bottom: -19px;
	left: 50%;
	transform: translateX(-50%);
	width: 35px;
	height: 31px;
	padding: 3px 0;
}

.testimonial-carousel .owl-item .testimonial-text {
    margin-bottom: 30px;
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    transform: scale(.8);
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-text {
    transform: scale(1);
}



/*** Footer ***/
.footer .btn.btn-link {
	display: block;
	margin-bottom: 5px;
	padding: 0;
	text-align: left;
	color: var(--light);
	font-weight: normal;
	text-transform: capitalize;
	transition: .3s;
	text-decoration: none;
}

.footer .btn.btn-link::before {
	position: relative;
	content: "\F135";
	font-family: bootstrap-icons !important;
	font-weight: normal;
	font-size: 18px;
	margin-right: 7px;
	top: 3px;
}

.footer .btn.btn-link:hover {
	color: #fc674f;
	letter-spacing: 1px;
	box-shadow: none;
	background: transparent;
}

.copyright {
    background: #092139;
}

.copyright a {
    color: var(--primary);
}

.copyright a:hover {
    color: var(--light);
}.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}.btn-square {
	width: 38px;
	height: 38px;
	padding: 8px 0;
	border-radius: 0;
}


 
/*----------------------------*\
	Arrows
\*----------------------------*/

.slick-prev, .slick-next {
  width: 40px;
  height: 40px;
  border: 1px solid #E4E7ED;
  background-color: #FFF;
  border-radius: 50%;
  z-index: 22;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  background-color: #D10024;
  border-color: #D10024;
}

.slick-prev::before, .slick-next::before {
	font-family: bootstrap-icons !important;
	color: #2B2D42;
}

.slick-prev:before {
  content: "\f12c";
}

.slick-next:before {
  content: "\f135";
}

.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
  color: #FFF;
}

.slick-prev {
  left: -20px;
}

.slick-next {
  right: -20px;
}



/*** Register ***/

.form-grad-bg{

background: rgba(37,23,84,1);
background: -moz-linear-gradient(left, rgba(37,23,84,1) 0%, rgba(89,20,147,0.9) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(37,23,84,1)), color-stop(100%, rgba(89,20,147,0.9)));
background: -webkit-linear-gradient(left, rgba(37,23,84,1) 0%, rgba(89,20,147,0.9) 100%);
background: -o-linear-gradient(left, rgba(37,23,84,1) 0%, rgba(89,20,147,0.9) 100%);
background: -ms-linear-gradient(left, rgba(37,23,84,1) 0%, rgba(89,20,147,0.9) 100%);
background: linear-gradient(to right, rgba(37,23,84,1) 0%, rgba(89,20,147,0.9) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#251754', endColorstr='#591493', GradientType=1 );

}
.form-bg {
	height: 100vh;
	overflow: hidden;
}
.form-block {
	margin-bottom: 10px;
}.form-block-set {
	margin-bottom: 10px;
}

 
 
 
.text-center {
    text-align: center;
}
.mx-auto {
    margin-left: auto;
    margin-right: auto;
}
.pl-0 {
    padding-left: 0;
}
.button {
    padding: 0.7rem 1.5rem;
    border: 1px solid #4361ee;
    background-color: #4361ee;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
}
 
 
.font-normal {
    font-weight: normal;
}
ul.form-stepper {
    counter-reset: section;
    margin-bottom: 1rem;
}
ul.form-stepper .form-stepper-circle {
    position: relative;
}
ul.form-stepper .form-stepper-circle span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}
.form-stepper-horizontal {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
ul.form-stepper > li:not(:last-of-type) {
    margin-bottom: 0.625rem;
    -webkit-transition: margin-bottom 0.4s;
    -o-transition: margin-bottom 0.4s;
    transition: margin-bottom 0.4s;
}
.form-stepper-horizontal > li:not(:last-of-type) {
    margin-bottom: 0 !important;
}
.form-stepper-horizontal li {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.form-stepper-horizontal li:not(:last-child):after {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 1px;
    content: "";
    top: 32%;
}
.form-stepper-horizontal li:after {
    background-color: #dee2e6;
}
.form-stepper-horizontal li.form-stepper-completed:after {
    background-color: #4da3ff;
}
.form-stepper-horizontal li:last-child {
    flex: unset;
}
ul.form-stepper li a .form-stepper-circle {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-right: 0;
    line-height: 1.7rem;
    text-align: center;
    background: rgba(0, 0, 0, 0.38);
    border-radius: 50%;
}
.form-stepper .form-stepper-active .form-stepper-circle {
	background-color: #331668 !important;
	color: #fff;
}.form-stepper .form-stepper-active .label {
	color: #331668 !important;
}
.form-stepper .form-stepper-active .form-stepper-circle:hover {
    background-color: #4361ee !important;
    color: #fff !important;
}
.form-stepper .form-stepper-unfinished .form-stepper-circle {
    background-color: #f8f7ff;
}
.form-stepper .form-stepper-completed .form-stepper-circle {
    background-color: #0e9594 !important;
    color: #fff;
}
.form-stepper .form-stepper-completed .label {
    color: #0e9594 !important;
}
.form-stepper .form-stepper-completed .form-stepper-circle:hover {
    background-color: #0e9594 !important;
    color: #fff !important;
}
.form-stepper .form-stepper-active span.text-muted {
    color: #fff !important;
}
.form-stepper .form-stepper-completed span.text-muted {
    color: #fff !important;
}
.form-stepper .label {
    font-size: 1rem;
    margin-top: 0.5rem;
}
.form-stepper a {
    cursor: default;
}

#code {
	width: 100%;
	background-color: #dddddd;
	border: none;
	padding: 6px 0;
	border-radius: 6px;
	margin-top: 1px;
}
#code:focus {
	border: none;
	box-shadow: none;
}#step-1, #step-2 {
	margin: 60px 0;
}	


.login {
 
}
 @media (max-width: 991.98px) {
 .login .bg {
 height: 500px;
}
}
.login .contents, .login .bg {
 
}
 @media (max-width: 1199.98px) {
 .login .contents, .login .bg {
 width: 100%;
}
}
.login .contents .form-group, .login .bg .form-group {
	overflow: hidden;
	margin-bottom: 0;
	padding: 15px 15px;
	border-bottom: none;
	position: relative;
	background: #edf2f5;
	border-bottom: 1px solid #e6edf1;
}
.login .contents .form-group label, .login .bg .form-group label {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
 -webkit-transition: .3s all ease;
 -o-transition: .3s all ease;
 transition: .3s all ease;
}
.login .contents .form-group input, .login .bg .form-group input {
	background: transparent;
}
.login .contents .form-group.first, .login .bg .form-group.first {
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
}
.login .contents .form-group.last, .login .bg .form-group.last {
	border-bottom-left-radius: 7px;
	border-bottom-right-radius: 7px;
}
.login .contents .form-group label, .login .bg .form-group label {
	font-size: 12px;
	display: block;
	margin-bottom: 0;
	color: #b3b3b3;
}
.login .contents .form-group.focus, .login .bg .form-group.focus {
	background: #fff;
}
.login .contents .form-group.field--not-empty label, .login .bg .form-group.field--not-empty label {
	margin-top: -20px;
}
.login .contents .form-control, .login .bg .form-control {
	border: none;
	padding: 0;
	font-size: 20px;
	border-radius: 0;
}
.login .contents .form-control:active, .login .contents .form-control:focus, .login .bg .form-control:active, .login .bg .form-control:focus {
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.login .bg {
	background-size: cover;
	background-position: center;
}
.login a {
 
	text-decoration: underline;
}
.reg-image {
	bottom: -38px;
	position: relative;
}
.login .btn {
	height: 54px;
	padding-left: 30px;
	padding-right: 30px;
}
.login .forgot-pass {
	position: relative;
	top: 2px;
	font-size: 14px;
}
.social-login a {
	text-decoration: none;
	position: relative;
	text-align: center;
	color: #fff;
	margin-bottom: 10px;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	display: inline-block;
}
.social-login a span {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.social-login a:hover {
	color: #fff;
}
.social-login a.facebook {
	background: #3b5998;
}
.social-login a.facebook:hover {
	background: #344e86;
}
.social-login a.twitter {
	background: #1da1f2;
}
.social-login a.twitter:hover {
	background: #0d95e8;
}
.social-login a.google {
	background: #ea4335;
}
.social-login a.google:hover {
	background: #e82e1e;
}
.control {
	display: block;
	position: relative;
	padding-left: 30px;
	margin-bottom: 15px;
	cursor: pointer;
	font-size: 14px;
}
.control .caption {
	position: relative;
 top: .2rem;
	color: #888;
}
.control input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}
.control__indicator {
	position: absolute;
	top: 2px;
	left: 0;
	height: 20px;
	width: 20px;
	background: #e6e6e6;
	border-radius: 4px;
}
.control--radio .control__indicator {
	border-radius: 50%;
}
 .control:hover input ~ .control__indicator, .control input:focus ~ .control__indicator {
 background: #ccc;
}
 .control input:checked ~ .control__indicator {
 background: #6c63ff;
}
 .control:hover input:not([disabled]):checked ~ .control__indicator, .control input:checked:focus ~ .control__indicator {
 background: #847dff;
}
 .control input:disabled ~ .control__indicator {
 background: #e6e6e6;
 opacity: 0.9;
 pointer-events: none;
}
.control__indicator::after {
	font-family: 'bootstrap-icons';
	content: '\F26E';
	position: absolute;
	display: none;
	font-size: 16px;
	-webkit-transition: .3s all ease;
	-o-transition: .3s all ease;
	transition: .3s all ease;
}
 .control input:checked ~ .control__indicator:after {
 display: block;
 color: #fff;
}
.control--checkbox .control__indicator:after {
	top: 50%;
	left: 50%;
	margin-top: -1px;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
 .control--checkbox input:disabled ~ .control__indicator:after {
 border-color: #7b7b7b;
}
 .control--checkbox input:disabled:checked ~ .control__indicator {
 background-color: #7e0cf5;
 opacity: .2;
}
.valdation-error {
	color: #ff0000;
	font-size: 12px;
}










.success {
	background: #dcf3d7;
	background-size: 400% 400%;
	-webkit-animation: AnimationName 5s ease infinite;
	-moz-animation: AnimationName 5s ease infinite;
	animation: AnimationName 5s ease infinite;
	/* border-radius: 0; */
	box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15) inset;
	color: #2f4622;
	font-size: 13px;
	padding: 9px 10px;
	width: auto;
	opacity: 1;
	display: inline-block;
	border-radius: 5px;
	border: 1px solid #a3d397;
	font-weight: 600;
}
.msg {
	color: #ffffff;
	font-size: 13px;
	margin: 10px 0;
	text-align: center;
	width: auto;
}
.msg.black {
	color: #fff;

}


.error {
	background: #f0cbc5;
	background-size: 400% 400%;
	-webkit-animation: AnimationName 5s ease infinite;
	-moz-animation: AnimationName 5s ease infinite;
	animation: AnimationName 5s ease infinite;
	border-radius: 0;
	box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15) inset;
	color: #6d2727;
	font-size: 13px;
	padding: 9px 10px;
	width: auto;
	opacity: 1;
	display: inline-block;
	border-radius: 5px;
	border: 1px solid #ce9695;
	font-weight: 600;
}
.msg li {
	display: inline-block;
	list-style-type: none;
 margin: 5px 0;
}

.msg .error i {
	background-color: #dbaea8;
	color: #732a24;
}

.msg .success i {
	background-color: #c6debc;
	color: #526b44;
}
.msg i {
	margin-right: 10px;
	padding: 1px 5px;
	font-size: 27px;
	font-weight: 500;
	border-radius: 50%;
	width: 40px;
	height: 40px;
}

@-webkit-keyframes AnimationName {
    0%{background-position:63% 0%}
    50%{background-position:38% 100%}
    100%{background-position:63% 0%}
}
@-moz-keyframes AnimationName {
    0%{background-position:63% 0%}
    50%{background-position:38% 100%}
    100%{background-position:63% 0%}
}
@keyframes AnimationName {
    0%{background-position:63% 0%}
    50%{background-position:38% 100%}
    100%{background-position:63% 0%}
}

.succes_msg {
  text-align: center;
  width: 100%;
}
.inner-head-title {
 
	padding-top: 130px;
}


/*----------------------------*\
	Aside
\*----------------------------*/

.aside+.aside {
  margin-top: 30px;
}

.aside>.aside-title {
  text-transform: uppercase;
  font-size: 18px;
  margin: 15px 0px 30px;
}

/*-- checkbox Filter --*/

.checkbox-filter>div+div {
  margin-top: 10px;
}

.checkbox-filter .input-radio label, .checkbox-filter .input-checkbox label {
  font-size: 12px;
}

.checkbox-filter .input-radio label small, .checkbox-filter .input-checkbox label small {
  color: #8D99AE;
}

/*-- Price Filter --*/

#price-slider {
  margin-bottom: 15px;
}

.noUi-target {
  background-color: #FFF;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #E4E7ED;
  border-radius: 0px;
}

.noUi-connect {
  background-color: #D10024;
}

.noUi-horizontal {
  height: 6px;
}

.noUi-horizontal .noUi-handle {
  width: 12px;
  height: 12px;
  left: -6px;
  top: -4px;
  border: none;
  background: #D10024;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 50%;
}

.noUi-handle:before, .noUi-handle:after {
  display: none;
}

.price-filter .input-number {
	display: inline-block;
	width: 46%;
}

.input-select {
	padding: 0px 15px;
	background: #FFF;
	border: 1px solid #E4E7ED;
	height: 40px;
}




/*----------------------------*\
	Store
\*----------------------------*/

.store-filter {
  margin-bottom: 15px;
  margin-top: 15px;
}

/*-- Store Sort --*/

.store-sort {
  display: inline-block;
}

.store-sort label {
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
  margin-right: 15px;
}

/*-- Store Grid --*/

.store-grid {
  float: right;
}

.store-grid li {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: #FFF;
  border: 1px solid #E4E7ED;
  text-align: center;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.store-grid li+li {
  margin-left: 5px;
}

.store-grid li:hover {
  background-color: #E4E7ED;
  color: #D10024;
}

.store-grid li.active {
  background-color: #D10024;
  border-color: #D10024;
  color: #FFF;
  cursor: default;
}

.store-grid li a {
  display: block;
}

/*-- Store Pagination --*/

.store-pagination {
  float: right;
}

.store-pagination li {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #FFF;
  border: 1px solid #E4E7ED;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.store-pagination li+li {
  margin-left: 5px;
}

.store-pagination li:hover {
  background-color: #E4E7ED;
  color: #D10024;
}

.store-pagination li.active {
  background-color: #D10024;
  border-color: #D10024;
  color: #FFF;
  font-weight: 500;
  cursor: default;
}

.store-pagination li a {
  display: block;
}

.store-qty {
  margin-right: 30px;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 12px;
}

/*=========================================================
	08 -> PRODUCT DETAILS PAGE
===========================================================*/

/*----------------------------*\
	Product view
\*----------------------------*/

#product-main-img .slick-prev {
  -webkit-transform: translateX(-15px);
  -ms-transform: translateX(-15px);
  transform: translateX(-15px);
  left: 15px;
}

#product-main-img .slick-next {
  -webkit-transform: translateX(15px);
  -ms-transform: translateX(15px);
  transform: translateX(15px);
  right: 15px;
}

#product-main-img .slick-prev, #product-main-img .slick-next {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

#product-main-img:hover .slick-prev, #product-main-img:hover .slick-next {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
  opacity: 1;
  visibility: visible;
}

#product-main-img .zoomImg {
  background-color: #FFF;
}

#product-imgs .product-preview {
  margin: 0px 5px;
  border: 1px solid #E4E7ED;
}

#product-imgs .product-preview.slick-current {
  border-color: #D10024;
}

#product-imgs .slick-prev {
  top: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

#product-imgs .slick-next {
  top: calc(100% - 20px);
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#product-imgs .slick-prev::before {
	content: "\F148";
}
#product-imgs .slick-next:before {
  content: "\f128";
}

.product-preview img {
  width: 100%;
}

/*----------------------------*\
	Product details
\*----------------------------*/

.product-details .product-name {
  text-transform: uppercase;
  font-size: 18px;
}

.product-details .product-rating {
  display: inline-block;
  margin-right: 15px;
}

.product-details .product-rating>i {
  color: #E4E7ED;
}

.product-details .product-rating>i.fa-star {
  color: #D10024;
}

.product-details .review-link {
  font-size: 12px;
}

.product-details .product-price {
  display: inline-block;
  font-size: 24px;
  margin-top: 10px;
  margin-bottom: 15px;
  color: #D10024;
}

.product-details .product-price .product-old-price {
  font-size: 70%;
  font-weight: 400;
  color: #8D99AE;
}

.product-details .product-available {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  margin-left: 30px;
  color: #D10024;
}

.product-details .product-options {
  margin-top: 30px;
  margin-bottom: 30px;
}

.product-details .product-options label {
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
  margin-right: 15px;
  margin-bottom: 0px;
}

.product-details .product-options .input-select {
  width: 90px;
}

.product-details .add-to-cart {
  margin-bottom: 30px;
}

.product-details .add-to-cart .add-to-cart-btn {
  position: relative;
  border: 2px solid transparent;
  height: 40px;
  padding: 0 30px;
  background-color: #ef233c;
  color: #FFF;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 40px;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.product-details .add-to-cart .add-to-cart-btn>i {
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  line-height: 38px;
  color: #D10024;
  opacity: 0;
  visibility: hidden;
}

.product-details .add-to-cart .add-to-cart-btn:hover {
  background-color: #FFF;
  color: #D10024;
  border-color: #D10024;
  padding: 0px 30px 0px 50px;
}

.product-details .add-to-cart .add-to-cart-btn:hover>i {
  opacity: 1;
  visibility: visible;
}

.product-details .add-to-cart .qty-label {
  display: inline-block;
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
  margin-right: 15px;
  margin-bottom: 0px;
}

.product-details .add-to-cart .qty-label .input-number {
  width: 90px;
  display: inline-block;
}

.product-details .product-btns li {
  display: inline-block;
  text-transform: uppercase;
  font-size: 12px;
}

.product-details .product-btns li+li {
  margin-left: 15px;
}

.product-details .product-links {
  margin-top: 15px;
}

.product-details .product-links li {
  display: inline-block;
  text-transform: uppercase;
  font-size: 12px;
}

.product-details .product-links li+li {
  margin-left: 10px;
}

/*----------------------------*\
	 Product tab
\*----------------------------*/

#product-tab {
  margin-top: 60px;
}

#product-tab .tab-nav {
  position: relative;
  text-align: center;
  padding: 15px 0px;
  margin-bottom: 30px;
}

#product-tab .tab-nav:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 1px;
  background-color: #E4E7ED;
  z-index: -1;
}

#product-tab .tab-nav li {
  display: inline-block;
  background: #FFF;
  padding: 0px 15px;
}

#product-tab .tab-nav li+li {
  margin-left: 15px;
}

#product-tab .tab-nav li a {
  display: block;
  font-weight: 700;
  color: #8D99AE;
}

#product-tab .tab-nav li.active a {
  color: #D10024;
}

#product-tab .tab-nav li a:after {
  content: "";
  display: block;
  width: 0%;
  height: 2px;
  background-color: #D10024;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

#product-tab .tab-nav li a:hover:after, #product-tab .tab-nav li a:focus:after, #product-tab .tab-nav li.active a:after {
  width: 100%;
}

/*-- Rating --*/

.rating-avg {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
}

.rating-avg .rating-stars {
  margin-left: 10px;
}

.rating-avg .rating-stars, .rating .rating-stars {
  display: inline-block;
}

.rating-avg .rating-stars>i, .rating .rating-stars>i {
  color: #E4E7ED;
}

.rating-avg .rating-stars>i.fa-star, .rating .rating-stars>i.fa-star {
  color: #D10024;
}

.rating li {
  margin: 5px 0px;
}

.rating .rating-progress {
  position: relative;
  display: inline-block;
  height: 9px;
  background-color: #E4E7ED;
  width: 120px;
  margin: 0px 10px;
  border-radius: 5px;
}

.rating .rating-progress>div {
  background-color: #D10024;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  border-radius: 5px;
}

.rating .sum {
  display: inline-block;
  font-size: 12px;
  color: #8D99AE;
}

/*-- Reviews --*/

.reviews li {
  position: relative;
  padding-left: 145px;
  margin-bottom: 30px;
}

.reviews .review-heading {
  position: absolute;
  width: 130px;
  left: 0;
  top: 0;
  height: 70px;
}

.reviews .review-body {
  min-height: 70px;
}

.reviews .review-heading .name {
  margin-bottom: 5px;
  margin-top: 0px;
}

.reviews .review-heading .date {
  color: #8D99AE;
  font-size: 10px;
  margin: 0;
}

.reviews .review-heading .review-rating {
  margin-top: 5px;
}

.reviews .review-heading .review-rating>i {
  color: #E4E7ED;
}

.reviews .review-heading .review-rating>i.fa-star {
  color: #D10024;
}

.reviews-pagination {
  text-align: center;
}

.reviews-pagination li {
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background-color: #FFF;
  border: 1px solid #E4E7ED;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.reviews-pagination li:hover {
  background-color: #E4E7ED;
  color: #D10024;
}

.reviews-pagination li.active {
  background-color: #D10024;
  border-color: #D10024;
  color: #FFF;
  cursor: default;
}

.reviews-pagination li a {
  display: block;
}

/*-- Review Form --*/

.review-form .input {
  margin-bottom: 15px;
}

.review-form .input-rating {
  margin-bottom: 15px;
}

.review-form .input-rating .stars {
  display: inline-block;
  vertical-align: top;
}

.review-form .input-rating .stars input[type="radio"] {
  display: none;
}

.review-form .input-rating .stars>label {
  float: right;
  cursor: pointer;
  padding: 0px 3px;
  margin: 0px;
}

.review-form .input-rating .stars>label:before {
  content: "\f006";
  font-family: FontAwesome;
  color: #E4E7ED;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.review-form .input-rating .stars>label:hover:before, .review-form .input-rating .stars>label:hover~label:before {
  color: #D10024;
}

.review-form .input-rating .stars>input:checked label:before, .review-form .input-rating .stars>input:checked~label:before {
  content: "\f005";
  color: #D10024;
}




/*-- Number input --*/

.input-number {
  position: relative;
}

.input-number input[type="number"]::-webkit-inner-spin-button, .input-number input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.input-number input[type="number"] {
  -moz-appearance: textfield;
  height: 40px;
  width: 100%;
  border: 1px solid #E4E7ED;
  background-color: #FFF;
  padding: 0px 35px 0px 15px;
}

.input-number .qty-up, .input-number .qty-down {
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #E4E7ED;
  background-color: #FFF;
  text-align: center;
  font-weight: 700;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.input-number .qty-up {
  right: 0;
  top: 0;
  border-bottom: 0px;
}

.input-number .qty-down {
  right: 0;
  bottom: 0;
}

.input-number .qty-up:hover, .input-number .qty-down:hover {
  background-color: #E4E7ED;
  color: #D10024;
}


.box {
	position: relative;
	margin-bottom: 1.5rem;
	width: 100%;
	background-color: #ffffff;
	border-radius: 10px;
	padding: 0px;
	-webkit-transition: .5s;
	transition: .5s;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-shadow: 0 0 30px 0 rgba(82, 63, 105, 0.05);
	box-shadow: 0 0 30px 0 rgba(82, 63, 105, 0.05);
}
.box-header {
	color: #172b4c;
	display: block;
	padding: 1rem;
	position: relative;
	border-bottom: 1px solid rgba(72, 94, 144, 0.16);
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.box-header .box-title {
	display: inline-block;
	margin: 0;
	font-weight: 400;
}
.box-body {
	padding: 1.5rem;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	border-radius: 10px;
}.tabcontent-border {
	border: 1px solid #bfbfbf;
	border-top: 0px;
}


 
 .fx-element-overlay .fx-card-item {
	position: relative;
	display: contents;
}
.fx-element-overlay .fx-card-item .fx-overlay-1 {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
	text-align: center;
	cursor: default;
}
.fx-element-overlay .fx-card-item .fx-overlay-1 img {
	display: block;
	position: relative;
	-webkit-transition: all .4s linear;
	-o-transition: all .4s linear;
	transition: all .4s linear;
	width: 100%;
	height: auto;
	border-radius: 10px;
}
.fx-element-overlay .fx-card-item .fx-overlay-1 .scrl-up {
	top: 100%;
	height: 0px;
}

.fx-element-overlay .fx-card-item .fx-overlay-1 .fx-info {
	text-decoration: none;
	display: inline-block;
	text-transform: uppercase;
	color: #ffffff;
	background-color: transparent;
	filter: alpha(opacity=0);
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	padding: 0;
	margin: auto;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	transform: translateY(-50%) translateZ(0);
	-webkit-transform: translateY(-50%) translateZ(0);
	-ms-transform: translateY(-50%) translateZ(0);
}
.fx-element-overlay .fx-card-item .fx-overlay-1 .fx-info > li {
	list-style: none;
	display: inline-block;
	margin: 0 3px;
}
.fx-element-overlay .fx-card-item .fx-overlay-1:hover img {
	-ms-transform: scale(1.2) translateZ(0);
	-webkit-transform: scale(1.2) translateZ(0);
	transform: scale(1.2) translateZ(0);
}
.fx-element-overlay .fx-card-item .fx-overlay-1:hover .scrl-up {
	top: 0px;
	height: 100%;
}
.fx-element-overlay .fx-card-item .fx-overlay-1:hover .fx-overlay {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
}
.fx-element-overlay .fx-card-item .fx-overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	opacity: 0;
	background-color: rgba(0, 0, 0, 0.7);
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.fx-element-overlay .fx-card-item .fx-overlay-1 .fx-info > li a {
	border-color: #ffffff;
	color: #ffffff;
	padding: 12px 15px 10px;
}
.fx-element-overlay .fx-card-item a {
	color: #737373;
}

.fx-element-overlay .fx-card-item .fx-card-content {
	text-align: center;
	display: block;
	margin-top: 0;
	/* margin-bottom: 0; */
}
.product-text {
	/* padding-left: 1.5rem; */
	padding-top: 1.5rem;
	position: relative;
	text-align: center;
}.product-text .pro-price {
	position: relative;
	text-align: center;
	/* top: 0px; */
	/* right: 5px; */
	margin: 0;
	font-weight: 500;
	padding: 0 10px;
}
.box-title {
	z-index: auto;
}

.pro-photos {
	margin-left: -15px;
	overflow: hidden;
}
.pro-photos .photos-item {
	margin-left: 15px;
	width: calc(25% - 15px);
	text-align: center;
	float: left;
	border: 1px solid #f3f6f9;
	border-radius: .35rem;
	overflow: hidden;
	margin-bottom: 1.42rem;
	background: #ffffff;
	cursor: pointer;
}
.pro-photos .photos-item img {
	width: 5rem;
	max-width: 100%;
}

.pro-price span {
	font-size: 1.143rem;
	font-weight: 400;
	color: #8c8c8c;
	margin-left: 10px;
}
.pro-price span {
	font-size: 1.143rem;
	font-weight: 400;
	color: #8c8c8c;
	margin-left: 10px;
}
.pro-price .old-price {
	text-decoration: line-through;
}
.pro-photos .item-active {
	border-color: #ff562f;
}

.icolors > li {
	padding: 0;
	margin: 2px;
	float: left;
	display: inline-block;
	height: 30px;
	width: 30px;
	text-align: center;
}
.icolors > li.active::after {
	content: "\2713 ";
	color: #ffffff;
	line-height: 30px;
}

.dataTables_paginate.paging_simple_numbers .pagination .paginate_button a {
  padding: .5em 1em;
  border-radius: 2px;
  border: 0;
  margin: 0;
  min-width: 1.5em; }

.dataTables_wrapper .form-control {
  margin: 0 10px;
  padding: 5px 30px 5px 15px; }
  
 
 .badge-warning {
	background-color: #ff9920;
	color: #ffffff;
}.badge-success {
	background-color: #04a08b;
	color: #ffffff;
}  .badge-danger {
	background-color: #ff562f;
	color: #ffffff;
}.product-overview .btn {
	padding: 5px 9px;
}

.box-inverse h1, .box-inverse h2, .box-inverse h3, .box-inverse h4, .box-inverse h5, .box-inverse h6 {
	color: rgba(255, 255, 255, 0.8) !important;
}

 .nav-tabs .nav-link.active:hover,   .nav-tabs .nav-link.active:focus {
	border-bottom-color: #0052cc;
	background-color: #0052cc;
	color: #ffffff;
}
  .nav-tabs .nav-link.active {
	border-bottom-color: #0052cc;
	background-color: #0052cc;
	color: #ffffff;
}

/*ecommerce*/

.header__top__right__language {
	position: relative;
	display: inline-block;
	margin-right: 40px;
	cursor: pointer;
}

.header__top__right__language:hover ul {
	top: 23px;
	opacity: 1;
	visibility: visible;
}

.header__top__right__language:after {
	position: absolute;
	right: -21px;
	top: 1px;
	height: 20px;
	width: 1px;
	background: #000000;
	opacity: 0.1;
	content: "";
}

.header__top__right__language img {
	margin-right: 6px;
}

.header__top__right__language div {
	font-size: 14px;
	color: #1c1c1c;
	display: inline-block;
	margin-right: 4px;
}

.header__top__right__language span {
	font-size: 14px;
	color: #1c1c1c;
	position: relative;
	top: 2px;
}
.header__top__right__language ul {
	background: #222222;
	width: 100px;
	text-align: left;
	padding: 5px 0;
	position: absolute;
	left: 0;
	top: 43px;
	z-index: 9;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all, 0.3s;
	-moz-transition: all, 0.3s;
	-ms-transition: all, 0.3s;
	-o-transition: all, 0.3s;
	transition: all, 0.3s;
	z-index: 9999;
}
.header__top__right__language ul li {
	list-style: none;
}

.header__top__right__language ul li a {
	font-size: 14px;
	color: #ffffff;
	padding: 5px 10px;
}
.ecom-topbar-info {
	display: flex;
	justify-content: end;
}
.ecommerce-header {
	 
}

  @media (min-width: 992px){
.ecommerce .navbar-dark {
	top: 0px;
	background: transparent;
}

.hero.hero-normal {
	padding-top: 105px;
}

.ecommerce-header .sticky-top.navbar-dark{	background: #ffffff;;}
}




/*---------------------
  Hero
-----------------------*/

.hero {
	padding-bottom: 50px;
}

.hero.hero-normal {
	padding-bottom: 30px;
}

.hero.hero-normal .hero__categories {
	position: relative;
}

.hero.hero-normal .hero__categories ul {
	display: none;
	position: absolute;
	left: 0;
	top: 46px;
	width: 100%;
	z-index: 9;
	background: #ffffff;
}

.hero.hero-normal .hero__search {
	margin-bottom: 0;
}
.hero__categories__all {
	background: #f34364;
	position: relative;
	padding: 10px 25px 10px 40px;
	cursor: pointer;
}

.hero__categories__all i {
	font-size: 16px;
	color: #ffffff;
	margin-right: 10px;
}

.hero__categories__all span {
	font-size: 18px;
	font-weight: 700;
	color: #ffffff;
}

.hero__categories__all:after {
	position: absolute;
	right: 18px;
	top: 9px;
	content: "3";
	font-family: "ElegantIcons";
	font-size: 18px;
	color: #ffffff;
}

.hero__categories ul {
	border: 1px solid #ebebeb;
	padding-left: 40px;
	padding-top: 10px;
	padding-bottom: 12px;
}

.hero__categories ul li {
	list-style: none;
}

.hero__categories ul li a {
	font-size: 16px;
	color: #1c1c1c;
	line-height: 39px;
	display: block;
}
.hero__categories ul li a:hover {
	color: #f23f67;
}

.hero__search {
	overflow: hidden;
	margin-bottom: 30px;
}
.hero__search__form button:focus {
	outline: none;
 
 
}.hero__search__form button:hover {
	background-color: #d3d3d3 !important;
}

.hero__search__form {
	width: 610px;
	height: 50px;
	border: 1px solid #ebebeb;
	position: relative;
	float: left;
}
.hero__search__form form .hero__search__categories {
	width: 30%;
	float: left;
	font-size: 16px;
	color: #1c1c1c;
	font-weight: 700;
	padding-left: 18px;
	padding-top: 11px;
	position: relative;
}

.hero__search__form form .hero__search__categories:after {
	position: absolute;
	right: 0;
	top: 14px;
	height: 20px;
	width: 1px;
	background: #000000;
	opacity: 0.1;
	content: "";
}

.hero__search__form form .hero__search__categories span {
	position: absolute;
	right: 14px;
	top: 14px;
}
.hero__search__form form input:focus-visible {
	/* border: none; */
	/* box-shadow: none; */
	outline: none;
}
.hero__search__form form input {
	width: 88%;
	border: none;
	height: 48px;
	font-size: 16px;
	color: #b2b2b2;
	padding-left: 20px;
}

.hero__search__form form input::placeholder {
	color: #b2b2b2;
}

.hero__search__form form button {
	position: absolute;
	right: 0;
	top: -1px;
	height: 50px;
}

.hero__search__phone {
	float: right;
}

.hero__search__phone__icon {
	font-size: 18px;
	color: #f23f67;
	height: 50px;
	width: 50px;
	background: #f5f5f5;
	line-height: 50px;
	text-align: center;
	border-radius: 50%;
	float: left;
	margin-right: 20px;
}

.hero__search__phone__text {
	overflow: hidden;
}

.hero__search__phone__text h5 {
	color: #1c1c1c;
	font-weight: 700;
	margin-bottom: 0;
}
.hero__search__phone__text span {
	font-size: 14px;
	color: #6f6f6f;
}

.hero__item {
	height: 431px;
	display: flex;
	align-items: center;
	padding-left: 75px;
}

.hero__text span {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 4px;
	color: #7fad39;
}

.hero__text h2 {
	font-size: 46px;
	color: #252525;
	line-height: 52px;
	font-weight: 700;
	margin: 10px 0;
}

.hero__text p {
	margin-bottom: 35px;
}




/*---------------------
  Sidebar
-----------------------*/

.sidebar__item {
	margin-bottom: 35px;
}

.sidebar__item.sidebar__item__color--option {
	overflow: hidden;
}

.sidebar__item h4 {
	color: #1c1c1c;
	font-weight: 700;
	margin-bottom: 15px;
}
.sidebar__item ul li {
	list-style: none;
}

.sidebar__item ul li a {
	font-size: 16px;
	color: #1c1c1c;
	line-height: 39px;
	display: block;
	border-bottom: 1px solid #f2f2f2;
}
.sidebar__item ul li:last-child a {
	border: none;
}
.sidebar__item ul li a:hover {
	color: #f13b69;
}
.sidebar__item .latest-product__text {
	position: relative;
}

.sidebar__item .latest-product__text h4 {
	margin-bottom: 45px;
}

.sidebar__item .latest-product__text .owl-carousel .owl-nav {
	right: 0;
}

.price-range-wrap .range-slider {
	margin-top: 20px;
}

.price-range-wrap .range-slider .price-input {
	position: relative;
}

.price-range-wrap .range-slider .price-input:after {
	position: absolute;
	left: 38px;
	top: 13px;
	height: 1px;
	width: 5px;
	background: #dd2222;
	content: "";
}

.price-range-wrap .range-slider .price-input input {
	font-size: 16px;
	color: #dd2222;
	font-weight: 700;
	max-width: 20%;
	border: none;
	display: inline-block;
}

.price-range-wrap .price-range {
	border-radius: 0;
}

.price-range-wrap .price-range.ui-widget-content {
	border: none;
	background: #ebebeb;
	height: 5px;
}

.price-range-wrap .price-range.ui-widget-content .ui-slider-handle {
	height: 13px;
	width: 13px;
	border-radius: 50%;
	background: #ffffff;
	border: none;
	-webkit-box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.2);
	outline: none;
	cursor: pointer;
}

.price-range-wrap .price-range .ui-slider-range {
	background: #dd2222;
	border-radius: 0;
}

.price-range-wrap .price-range .ui-slider-range.ui-corner-all.ui-widget-header:last-child {
	background: #dd2222;
}

.sidebar__item__color {
	float: left;
	width: 40%;
}

.sidebar__item__color.sidebar__item__color--white label:after {
	border: 2px solid #333333;
	background: transparent;
}

.sidebar__item__color.sidebar__item__color--gray label:after {
	background: #E9A625;
}

.sidebar__item__color.sidebar__item__color--red label:after {
	background: #D62D2D;
}

.sidebar__item__color.sidebar__item__color--black label:after {
	background: #252525;
}

.sidebar__item__color.sidebar__item__color--blue label:after {
	background: #249BC8;
}

.sidebar__item__color.sidebar__item__color--green label:after {
	background: #3CC032;
}

.sidebar__item__color label {
	font-size: 16px;
	color: #333333;
	position: relative;
	padding-left: 32px;
	cursor: pointer;
}

.sidebar__item__color label input {
	position: absolute;
	visibility: hidden;
}

.sidebar__item__color label:after {
	position: absolute;
	left: 0;
	top: 5px;
	height: 14px;
	width: 14px;
	background: #222;
	content: "";
	border-radius: 50%;
}

.sidebar__item__size {
	display: inline-block;
	margin-right: 16px;
	margin-bottom: 10px;
}

.sidebar__item__size label {
	font-size: 12px;
	color: #6f6f6f;
	display: inline-block;
	padding: 8px 25px 6px;
	background: #f5f5f5;
	cursor: pointer;
	margin-bottom: 0;
}

.sidebar__item__size label input {
	position: absolute;
	visibility: hidden;
}




/*---------------------
  Latest Product
-----------------------*/

.latest-product {
	padding-top: 80px;
	padding-bottom: 0;
}

.latest-product__text h4 {
	font-weight: 700;
	color: #1c1c1c;
	margin-bottom: 45px;
}
 
.latest-product__slider.owl-carousel .owl-nav .owl-prev, .latest-product__slider.owl-carousel .owl-nav .owl-next {
	height: 30px;
	width: 30px;
	background: #F3F6FA;
	border: 1px solid #e6e6e6;
	font-size: 14px;
	color: #636363;
	margin-right: 4px;
	line-height: 30px;
	text-align: center;
}
.latest-product__slider.owl-carousel .owl-nav button span {
	font-weight: 700;
}

.latest-product__slider.owl-carousel .owl-nav button:last-child {
	margin-right: 0;
}

.latest-product__item {
	margin-bottom: 20px;
	overflow: hidden;
	display: block;
}

.latest-product__item__pic {
	float: left;
	margin-right: 26px;
}

.latest-product__item__pic img {
	height: 110px;
	width: 110px;
}

.latest-product__item__text {
	overflow: hidden;
	padding-top: 10px;
}

.latest-product__item__text h6 {
	color: #252525;
	margin-bottom: 8px;
}

.latest-product__item__text span {
	font-size: 18px;
	display: block;
	color: #252525;
	font-weight: 700;
}
.latest-product__slider.owl-carousel .owl-nav {
	position: absolute;
	right: 20px;
	top: -75px;
	display: flex;
}


.latest-product__slider.owl-carousel .owl-nav owl-prev, .latest-product__slider.owl-carousel .owl-nav owl-next {
	height: 30px;
	width: 30px;
	background: #F3F6FA;
	border: 1px solid #e6e6e6;
	font-size: 14px;
	color: #636363;
	margin-right: 10px;
	line-height: 30px;
	text-align: center;
}
.banner-content {
	margin: 65px 80px 65px 0;
}
.banner-img {
	margin-top: 40px;
}

.banner-carousel .owl-prev, .banner-carousel .owl-next {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 36px;
	background-color: #000000;
	width: 36px;
	padding: 7px 0;
	text-align: center;
}
.banner-carousel .owl-prev i, .banner-carousel .owl-next i {
	color: #ffffff;
}
.banner-carousel .owl-prev {
	left: -87px;
}.banner-carousel .owl-next {
	right: -87px;
}

.banner-carousel .owl-prev:hover, .banner-carousel .owl-next:hover {
	background-color: #331668;
}.owl-dots .owl-dot {
	background-color: #000000;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	margin: 0px 2px;
}
.owl-dots {
	display: flex;
	justify-content: center;
}.owl-dots .owl-dot.active {
	background-color: #f23d68;
}

.cat-list {
	border: 1px solid #f2f2f2;
	padding: 20px;
}