@CHARSET "UTF-8";

/* loader */
#preloader {
  position: fixed;
  left: 0;
  z-index: 999999;
  width: 100%;
}
.loader {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  width: 200px;
  height: 200px;
}
.loader-icon {
  width: 40px;
  height: 40px;
  border: 5px solid #a749ff;
  border-right-color: #eee;
  border-radius: 50%;
  position: relative;
  animation: loader-rotate 1s linear infinite;
  margin: 0 auto;
}
@keyframes loader-rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

.logo,
.stick .logo {
  margin-top: 0px;
  display: flex;
  justify-content: flex-start;/*center*/
  align-content: center;
  align-items: center;
  height: 100%;
}
.stick .logo img {
	width: 80%;
}
.bg-xs,
.bg-med,
.bg-xl {
	display: none !important;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.logo, .stick .logo {
	  justify-content: start;
	  align-content: start;
	  align-items: start;
	}
	.header-right-wrap {
	  height: 100% !important;
	  align-items: center;
	}
	.mean-container .mean-bar {
	  top: -20px;
	}
	.bg-med {
	  display: block !important;
  	}
}
@media only screen and (max-width: 767px) {
  .logo img,
  .stick .logo img {
    width: 100%;
  }
  .language-currency-wrap .same-language-currency:last-child {
    margin-left: 5px;
  }
  .slider-height-2 {
    background-size: 415px 400px;
  }
  .bg-xs {
	display: block !important;
  }  
}

.footer-copy {
	border-top: 1px solid #ebebeb;
	padding: 25px 0 15px 0;	
}
.footer-copy .contact-social {
	margin-top: 10px;
}
.footer-location i,
.footer-location p {
	color: #5d5d5d;
}
.footer-list span,
.footer-location-info {
	padding-left: .5rem;
}

@media only screen and (max-width: 991px) {
  .language-currency-wrap .same-language-currency p,
  .header-offer p {
    font-size: 1rem;
  }
  .slider-height-2 {
    /*background-size: contain;*/
    background-repeat: no-repeat;
  }
}
@media only screen and (min-width: 992px) {
  .bg-xl {
	display: block !important;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .copyright {
    margin-top: 28px;
  }
}

.hidden {
	display: none;
}
.about-info {
	text-align: justify !important;
}
.about-info p {
	margin-bottom: 1.5rem;
}

.language-currency-wrap .same-language-currency a:hover,
.language-currency-wrap .same-language-currency a:hover i {
  color: #a749ff;
}

.header-right-wrap .same-style.header-search .search-content .search-wrapper {
  position: relative;
}
.header-right-wrap .same-style.header-search .search-content .button-search {
  background: #a749ff;
  border-color: #ce9634;
  color: #ffffff;
  position: absolute;
  right: 0;
  text-transform: uppercase;
  top: 0;
  border: none;
  height: 100%;
  padding: 5px 20px 2px;
  font-size: 20px;
  line-height: 1;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.header-right-wrap .same-style.header-search .search-content .button-search:disabled {
	background: #ccc; 
}

input::placeholder, 
textarea::placeholder {
  opacity: .3;
}
.btn-primary.disabled, .btn-primary:disabled {
	color: #fff;
  	background-color: #ccc;
  	border-color: #ccc;
}

#catalog .product-img,
#search-result-content .product-img {
  border: 1px solid #f5f5f5;
  border-radius: 5px;
}

.btn-catalog-container {
	display: flex;
  	justify-content: center;
}

.modal-sm {
	max-width: 300px !important;
}

.modal-body-strict {
  padding: 1rem !important;
}

.description-review-topbar {
	justify-content: left;
}

.description-review-topbar a {
	margin: 0 20px 0 0;
}

.product-details-img .large-img-style span {
  background-color: #000;
}

.tab-content.jump .tab-pane.active {
	border: 1px solid #f5f5f5;
  	border-radius: 5px;
}

.shop-details-overly {
	border: 1px solid #f5f5f5;
}

.shop-details-overly:not(:last-child) {
	margin-right: 5px;
}

.description-review-bottom .product-anotherinfo-wrapper ul li span {
	min-width: 150px;
}

.product-details-content .pro-details-size-color .pro-details-size .pro-details-size-content ul li.active a {
  background-color: #a749ff;
  color: #fff;
}

.product-wrap .product-img .product-action .pro-cart {
	width: 50%;
}
.product-wrap .product-img .product-action .pro-wishlist {
 	width: 50%;
  	font-size: 14px;
}

@media only screen and (max-width: 767px) {
	.product-filter-wrapper::before {
		content: '';
	}
}

.header-right-wrap .same-style.header-search .search-content {
	min-width: 400px;
}
.header-right-wrap .same-style.header-search .search-content input {
  	border: 1px solid #d3d3d3;
  	outline: medium none;
  	padding: 5px 72px 5px 15px;
  	-webkit-transition: all 0.4s ease 0s;
  	transition: all 0.4s ease 0s;
  	width: 100%;
  	color: #000;
  	background: transparent;
}
.header-right-wrap .same-style.header-search .search-result {
  	background: #ffffff none repeat scroll 0 0;
 	-webkit-box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.1);
  	box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.1);
  	min-width: 400px;
  	padding: 15px;
  	position: absolute;
  	right: 0;
  	z-index: 99;
	height: calc(100vh - 230px);
	overflow-y: auto;
}
.header-bottom .header-right-wrap .same-style.header-search .search-result {
  	top: 453%;
}
.header-bottom.stick .header-right-wrap .same-style.header-search .search-result {
  	top: 418%;
	height: calc(100vh - 180px);
}
@media only screen and (max-width: 767px) {
	.header-right-wrap .same-style.header-search .search-content {
	  	top: 154%;
	}
	.header-bottom .header-right-wrap .same-style.header-search .search-result,
	.header-bottom.stick .header-right-wrap .same-style.header-search .search-result {
		top: 415%;
	}
	.header-right-wrap .same-style.header-search .search-content,
	.header-bottom .header-right-wrap .same-style.header-search .search-result,
	.header-bottom.stick .header-right-wrap .same-style.header-search .search-result {
	  	right: -60px;
		min-width: calc(100vw - 10px);
	}	
	.header-bottom .header-right-wrap .same-style.header-search .search-result {
		height: calc(100vh - 250px);
	}
	.header-bottom.stick .header-right-wrap .same-style.header-search .search-result {
		height: calc(100vh - 200px);
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.header-bottom .header-right-wrap .same-style.header-search .search-result,
	.header-bottom.stick .header-right-wrap .same-style.header-search .search-result {
		top: 415%;
	}	
	.header-bottom .header-right-wrap .same-style.header-search .search-result {
	  	height: calc(100vh - 380px);
	}
}
.search-item {
	padding: 5px;
}
.search-item:hover {
	background-color: #f5f5f5;
}
.search-item:not(:first-child) {
	padding-top: 10px;
}
.search-item:not(:last-child) {
	border-bottom: 1px solid #f1f1f1;
	padding-bottom: 10px;
}
.search-item small {
	color:  #2c3e50;	
}
.search-item a:hover h4 {
  	color: #a749ff;
}

.product-filter ul {
  	list-style: outside none none;
  	margin: 0;
  	padding: 0;
}
.product-filter-wrapper .product-filter ul li {
	margin-bottom: 8px;
}
.product-filter-wrapper .product-filter ul li input {
  	width: 20px;
  	height: 20px;
  	display: inline-block;
  	float: left;
  	margin: 3px 15px 0 0;
}

.sidebar-widget .sidebar-widget-list ul li label,
.product-filter-wrapper .product-filter ul li label {
	margin-left: 30px;
  	display: block;
}
.sidebar-widget .sidebar-widget-list ul li label span,
.product-filter-wrapper .product-filter ul li label span {
  	color: #9a9a9a;
  	font-weight: 500;
  	background-color: #eeeeee;
  	width: 30px;
  	height: 20px;
  	display: inline-block;
  	text-align: center;
  	line-height: 20px;
  	border-radius: 50px;
  	float: right;
  	-webkit-transition: all 0.3s ease 0s;
  	transition: all 0.3s ease 0s;
}
.sidebar-widget .sidebar-widget-list ul li label:hover,
.product-filter-wrapper .product-filter ul li label:hover {
	color: #a749ff;
}

.sidebar-widget .sidebar-widget-list ul li label:hover span,
.product-filter-wrapper .product-filter ul li label:hover span {
  	color: #fff;
  	background-color: #a749ff;
}

.main-menu nav ul li:after {
  	display:block;
  	content: '';
  	border-bottom: 3px solid #a749ff;  
  	transform: scaleX(0);  
  	transition: transform 250ms ease-in-out;
}
.main-menu nav ul li:hover:after {
	transform: scaleX(1);
	transform-origin: 0% 50%;
}
.main-menu nav ul li.active:after {
	transform: scaleX(1);
	transform-origin: 0% 50%;
}
.main-menu nav ul li.active a {
  color: #a749ff;
}

.support-content-2 p {
	min-height: 100px;
}

.contact-form-style i {
	margin-right: 5px;
}

.shopping-cart-img img {
	width: 82px;
}
.shopping-cart-title {
	inline-size: 130px;
    overflow-wrap: break-word;
}

.required {
	color: #dc3545 !important;
}

.no-quote-container {
  background-color: #f3f3f3;
  padding: 50px;
}
ul.no-quote li {
	display: inline-block;
	padding: 0 15px;
	position: relative;
}

@media only screen and (min-width: 992px) {
	p.contact-email {
		font-size: 12px;
	}
}