/* Header */


#product_idForm__list, #product_priceForm__list {
	display:none !important;
}
/* Header */
/* Header Checkout */
.header-checkout-block-text {
	color: var(--text-color-dark);
	font-weight: var(--font-weight-bold);
}

.header-checkout-block-steps ul li {
	display: flex;
	align-items: center;
	color: #A1A1A1;
	font-size: .81rem;
}
.header-checkout-block-steps ul li:after {
    content: '';
    height: 40px;
    width: 1px;
    background-color: #ccc;
    display: flex;
    margin-left: 0;
    position: absolute;
    right: 0;
}
.header-checkout-block-steps ul li:last-child:after {
	content: none;
}
/* Header Checkout */

/* Home Blog */
.blog-wrapper {
	background-color: transparent;
	margin-top:0;
	padding: var(--space-king) 0 var(--space-small) 0; 
}
.blog-wrapper .container {
	padding-right: var(--space-half);
}
.blog-wrapper .section_body {
	display: flex;
	align-items: center;
	max-width: 1750px;
	margin-left: auto;
}
.blog-wrapper .section_body .blog-module-title-wrapper {
	padding-left: var(--space-quad);
}
.blog-wrapper .section_body .blog-module-title-wrapper h3 {
	font-weight: var(--font-weight-extrabold);
	font-size: 2.625rem;
	color: var(--text-color-dark);
	margin-top: var(--space);
	margin-bottom: var(--space);
}
.blog-wrapper .section_body .blog-module-title-wrapper span {
	color: var(--text-color);
	font-size: var(--sm-size);
	max-width: 70%;
	display: block;
}
/*.blog-wrapper .blog_item {
	padding: 0 var(--space-half);
}*/
.blog-wrapper .blog-item-wrapper {
	background-color: var(--background);
	border: 1px solid #EBEBEB;
	border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding: 15px;
    transition: 300ms ease-in-out;
}
.blog-wrapper .blog-item-wrapper:hover {
	box-shadow: 0px 3px 10px #00000026;
}
.blog-wrapper .blog-item-wrapper .blog_item-image {
	overflow: hidden;
	max-width: 450px;
	border-radius: 5px;
	height: 464px;
}
.blog-wrapper .blog-item-wrapper .blog_item-image img {
	border-radius: 5px;
	transition: transform 300ms;
}
.blog-wrapper .blog-item-wrapper:hover .blog_item-image img {
	transform: scale(1.2);
}

.blog-wrapper .blog-item-wrapper .blog_item-title {
	margin-top: var(--space);
}
.blog-wrapper .blog-item-wrapper .blog_item-title a {
	color: var(--text-color-dark);
	font-size: var(--lg-size);
	font-weight: var(--font-weight-bold);
}
.blog-wrapper .blog-item-wrapper:hover .blog_item-title a {
	text-decoration: underline;
	color: var(--text-color-orange);
}
.blog-wrapper .blog-item-wrapper .blog_item-description {
	color: #808080;
	font-size: var(--size);
	margin-bottom: var(--space-small);
}
.blog-wrapper .blog-item-wrapper .blog_item-more a {
	color: var(--text-color-dark);
	font-size: var(--xxs-size);
	font-weight: var(--font-weight-bold);
}
.blog-wrapper .blog-item-wrapper .blog_item-more i {
	padding-left: var(--space);
	transition: 300ms ease-in-out;
}
.blog-wrapper .blog-item-wrapper .blog_item-more a:hover {
	color: var(--text-color-orange);
}
.blog-wrapper .blog-item-wrapper .blog_item-more a:hover i {
	padding-left: var(--space-small);
}
.blog-wrapper .blog-item-wrapper .blog_item-more span {
	transition: 300ms ease-in-out;
}
.blog-wrapper .blog-item-wrapper .blog_item-more span:hover {
	border-bottom: 1px solid var(--text-color-orange);
}
.blog-wrapper .read-all-btn.mobile {
	display: none;
}
.blog-wrapper .read-all-btn {
	display: flex;
	justify-content: start;
}
.blog-wrapper .read-all-btn a {
	border: 2px solid #EBEBEB;
	border-radius: 22px;
	color: var(--text-color-dark);
	font-weight: var(--font-weight-bold)!important;
	font-size: var(--size);
	position: relative;
	font-weight: normal;
	display: flex;
	justify-content: flex-start;
	margin-top: var(--space-quad);
    max-width: 240px;
    flex: 0 0 240px;
    padding-left: var(--space);
    background-color: var(--background);
}
.blog-wrapper .read-all-btn a:hover {
	border: 2px solid var(--background-blue);
	color: var(--text-color-light);
	background-color: var(--background-blue);
}
.blog-wrapper .read-all-btn i {
	position: absolute;
	right: var(--space-half);
	top: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	font-weight: var(--font-weight-extrabold);
}
.blog-wrapper .swiper-navigation {
	position: relative;
    display: flex;
    align-items: center;
	justify-content: start;
    flex: 2;
}
.blog-wrapper .swiper-navigation .blog_carousel-button-next-.swiper-button-disabled,
.blog-wrapper .swiper-navigation .blog_carousel-button-prev-.swiper-button-disabled {
	opacity: 1;
}
.blog-wrapper .swiper-navigation .blog_carousel-button-next-.swiper-button-disabled:after,
.blog-wrapper .swiper-navigation .blog_carousel-button-prev-.swiper-button-disabled:after {
	color: #E1E1E1;
}
.blog-wrapper .swiper-navigation .blog_carousel-button-prev-,
.blog-wrapper .swiper-navigation .blog_carousel-button-next-{
	position: unset;
	margin-top: 0;
}
.blog-wrapper .swiper-navigation .blog_carousel-button-prev- {
	margin-right: 10px;
}
/* Home Blog */

/* Register */
#column-right .list-group {
    position: sticky;
    top: calc(var(--header-height) + 120px);
}
#column-right .list-group .list-group-item {
    display: flex;
    align-items: center;
}
#column-right .list-group .list-group-item i,
#column-right .list-group .list-group-item span {
	color: var(--text-color-orange);
	padding-right: var(--space-half);
}
#column-right .list-group .list-group-item [class*='icon-'] {
	font-size: 18px;
}
#account-register .register-text {
	margin-bottom: var(--space-half);
}
#account-register .register-text a {
	color: var(--text-color-blue);
	border-bottom: 1px solid var(--background-blue);
}
#account-forgotten .forgot {
	margin-bottom: var(--space);
}
#account-address h2,
#account-edit legend,
#account-forgotten legend,
#account-register legend {
	padding-bottom: var(--space);
	font-weight: var(--font-weight-bold);
} 
#account-address h2:after,
#account-edit legend:after,
#account-forgotten legend:after,
#account-register legend:after {
	content: '';
	height: 1px;
	width: 100px;
	background-color: var(--background-blue);
	display: block;
	margin-top: var(--space-half);
}
#account-address .form-group select,
#account-address .form-group input.form-control,
#account-edit .form-group input{
	background-color: #F8F8F8;
	min-height: 50px;
    border-color: rgb(235, 235, 235);	border-radius: 5px;
	margin-bottom: var(--space);
}
#account-register .password input {
	background-color: #F8F8F8;
	min-height: 50px;
    border-color: rgb(235, 235, 235);	border-radius: 5px;
	margin-bottom: var(--space);
}
#account-register .newsletter label {
	font-weight: var(--font-weight-bold);
}
/* Register */

/* Menu */
.megamenu-block.type3  h3 {
	display: none;
}
.megamenu-module .banner-container .banner-row .banner-col .banner-item {
	margin-bottom: 0;
}
.megamenu-module .banner-container .banner-row .banner-col .banner-item .banner-caption {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
}
.megamenu-module .banner-container .banner-row .banner-col .banner-item .banner-caption .generic-button {
	border: none;
	border-radius: 22px;
	color: var(--text-color-light);
	font-weight: var(--font-weight-bold);
	font-size: 12px;
	min-height: 34px;
	padding: 0 0 0 var(--space);
	max-width: 190px;
    flex: 0 0 190px;
    display: flex;
    background-color: rgba(255, 255, 255, 0.2);
}
.megamenu-module .banner-container .banner-row .banner-col .banner-item .banner-caption .generic-button:hover {
	background-color: var(--background);
	color: var(--text-color-dark);
}
.megamenu-module .banner-container .banner-row .banner-col .banner-item .banner-caption .generic-button span {
	flex: 1;
}
.megamenu-module .banner-container .banner-row .banner-col .banner-item .banner-image img {
	border-radius: var(--space-quarter);
}
/* Menu */

/* Xiaomi */
.product-tabs-wrapper.manufacturer-layout .product-tabs {
	padding: 0;
}
.product-tabs-wrapper.manufacturer-layout .tab-description-wrapper {
	padding: var(--space-triple) var(--space-double);
	border: 2px solid #EBEBEB;
}
.product-tabs-wrapper.manufacturer-layout .tab-description-wrapper .tab-description-content h2 {
	color: #808080;
	font-size: 1.125rem;
	font-weight: var(--font-weight-bold);
}
.product-tabs-wrapper.manufacturer-layout .tab-description-wrapper .tab-description-content h3 {
	color: var(--text-color-dark);
	font-size: 2.875rem;
	font-weight: var(--font-weight-bold);
}
.product-tabs-wrapper.manufacturer-layout .manuf-image {
	position: absolute;
	top: 0;
	left: var(--space);
	max-width: 90px;
}
.product-tabs-wrapper.manufacturer-layout .tab-description-wrapper .tab-description-content .tab-text {
	color: var(--text-color-dark);
	font-size: var(--sm-size);
	line-height: 1.8;
	margin-top: var(--space-double);
}

.product-tabs-wrapper.manufacturer-layout .tab-description-wrapper .tab-description-content .generic-button {
	background-color: var(--background-dark);
	color: var(--text-color-light);
    flex: 0 0 230px;
    max-width: 230px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0px 3px 10px #0000001A;
    border: none;
}
.product-tabs-wrapper.manufacturer-layout .tab-description-wrapper .tab-description-content .generic-button:hover {
	background-color: var(--background-blue);
}
.product-tabs-wrapper.manufacturer-layout .products-carousel-inner {
	padding: 0 var(--space-double) 0 var(--space-king);
}
.product-tabs-wrapper.manufacturer-layout .category-layout {
	padding: var(--space-half);
}
.product-tabs-wrapper.manufacturer-layout .category-layout .category--block-image {
	padding-bottom: 30px;
}
.product-tabs-wrapper.manufacturer-layout .category-layout .category-block-readmore {
	padding-top: 30px;
}

.product-tabs-wrapper.manufacturer-layout .category-block {
	background-color: var(--background);
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: var(--space-quarter);
	flex-direction: column;
	padding: 30px 30px 15px 30px;
}
.product-tabs-wrapper.manufacturer-layout .category-block .category--block-image {
	transition: transform 300ms ease-in-out;
	overflow: hidden;
}
.product-tabs-wrapper.manufacturer-layout .category-block:hover .category--block-image {
	transform: scale(1.1);
}
.product-tabs-wrapper.manufacturer-layout .category-block:hover .category-block-readmore a {
	color: var(--text-color-light);
	background-color: var(--background-blue);
}
.product-tabs-wrapper.manufacturer-layout .category-block-title {
	text-align: center;
	font-size: 1.125rem;
	color: var(--text-color-dark);
	transition: 300ms ease-in-out;
}
.product-tabs-wrapper.manufacturer-layout .category-block:hover .category-block-title {
	color: var(--text-color-blue);
}
.product-tabs-wrapper.manufacturer-layout .category-block-readmore a {
	background-color: #F4F4F4;
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
}
/* Xiaomi */

/* Categories Banners */
.module-title {
	font-size: 2.25rem;
	color: var(--text-color-orange);
	font-weight: var(--font-weight-extrabold);
	margin-bottom: 0;
}
.module-subtitle {
	margin-bottom: 0;
}
.categories-banners .titles {
	padding: 0 var(--space-half);
	margin-bottom: var(--space-double);
}
.categories-banners .module-subtitle {
	color: var(--text-color);
	font-size: var(--size);
	font-weight: var(--font-weight-semibold);
	line-height: normal;
	padding-left: var(--space-double);
}
.categories-banners {
	max-width: 1545px;
	margin-left: auto;
	margin-right: auto;
	padding: var(--space-triple) 0;
	border-top: 1px solid #e1e1e1;
}
.categories-banners .banner-row {
	margin: auto;
}
.categories-banners .banner-row .banner-col {
	padding: 0 var(--space-half);
	height: auto;
}
.categories-banners .banner-row .banner-col .banner-item {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    box-shadow: 0px 3px 10px #00000026;
    background-color: var(--background);
    padding: var(--space-small);
    border-radius: var(--space-quarter);
}
.categories-banners .banner-top-wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.categories-banners .banner-top-wrapper .banner-title {
	color: var(--text-color-dark);
	font-size: var(--md-size);
	font-weight: var(--font-weight-extrabold);
	line-height: 1;
}

.categories-banners .banner-row .banner-col .banner-item .banner-image {
	flex: unset;
    align-items: center;
    height: 100%;
    display: flex;
    justify-content: end;
    transition: 300ms ease-in-out;
    overflow: hidden;
}
.categories-banners .banner-row .banner-col .banner-item .banner-image img {
	height: auto;
	width: auto;
	object-fit: unset;
}
.categories-banners .banner-row .banner-col .banner-item:hover .banner-image {
    transform: scale(1.2);
}
.categories-banners .banner-row .banner-col .banner-item .banner-middle-wrapper {
	margin-top: var(--space-small);
}
.categories-banners .banner-row .banner-col .banner-item .banner-middle-wrapper ul {
	padding: 0;
}
.categories-banners .banner-row .banner-col .banner-item .banner-middle-wrapper ul li {
	list-style: none;
	display: flex;
	align-content: center;
	padding: var(--space-quarter) 0;
}
.categories-banners .banner-row .banner-col .banner-item .banner-middle-wrapper ul li a {
	color: var(--text-color-dark);
	font-size: var(--size);
	line-height: 1;
	font-weight: var(--font-weight-bold);
}
.categories-banners .banner-row .banner-col .banner-item .banner-middle-wrapper ul li a:hover {
	color: var(--text-color-orange);
	padding-left: var(--space-half);
}
.categories-banners .banner-row .banner-col .banner-item .banner-middle-wrapper ul li:before {
	content: '\f0da';
	font-family: 'Font Awesome 5 Pro';
	display: block;
	color: var(--text-color-orange);
	font-weight: var(--font-weight-bold);
	margin-right: var(--space-half);
	line-height: 1;
	transition: 300ms ease-in-out;
}
.categories-banners .banner-row .banner-col .banner-item .banner-middle-wrapper ul li:before a:hover {
	color: var(--text-color-dark);
}
.categories-banners .banner-row .banner-col .banner-item.banner-text-over-image .banner-caption {
	position: unset;
}
.categories-banners .banner-row .banner-col .banner-readmore .generic-button {
	width: 100%;
}
.generic-button {
	border: none;
	border-radius: 22px;
	min-height: 35px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-around;
	transition: 300ms ease-in-out;
	color: var(--text-color-light);
	font-weight: var(--font-weight-normal);
	font-size: var(--xxs-size);
	background-color: var(--background-blue);
	min-width: 115px;
	padding-left: var(--space-half);
	padding-right: 0;
}
.generic-button:hover {
	color: var(--text-color-light);
	background-color: var(--background-green);
	border: none;
}
.suggest-tabs .module-title {
	margin-top: var(--space-triple);
}

.mobile-banner {
	display: none;
}
/* Categories Banners */

/* Category Page */
.top-row {
	border-top: 1px solid #E1E1E1;
	border-bottom: 1px solid #e1e1e1;
	padding: var(--space) 0;
	background-color: var(--background);
}
.single-tab-title {
	padding-left: var(--space-half);
	margin-bottom: var(--space-quarter);
}
.list-view, 
.grid-view {
	cursor: pointer;
}
.top-toolbar .top-toolbar-forms .form-control {
	padding: 8px 0;
}
#product-search .top-toolbar .top-toolbar-forms .form-control {
	min-height: 40px;
}
#product-search .top-toolbar .top-toolbar-forms .form-group {
	display: flex;
	align-items: center;
}
#desktop-menu .navbar-nav > .nav-item > .nav-link > .menuc-- {
    font-size: 22px;
    width: 40px;
    flex: 0 0 40px;
    max-width: 40px;
}
/* Category Page */
/* 2 Columns */
.module-wrapper2-col-products .swiper-navigation .swiper-button-next {
	right: 0;
}
.module-wrapper2-col-products .swiper-navigation .swiper-button-prev {
	left: 0;
}
.module-wrapper2-col-products .swiper-pagination-bullet {
	width: 10px;
	min-width: 10px;
	height: 10px;
	background-color: transparent;
	border: 1px solid var(--background);;
	margin: 0 var(--space-quarter);
}
.module-wrapper2-col-products .swiper-pagination-bullet:hover, 
.module-wrapper2-col-products .swiper-pagination-bullet-active {
	background-color: var(--background);
}
.module-wrapper2-col-products .swiper-pagination-bullet:before,
.module-wrapper2-col-products .swiper-pagination-bullet:after {
	content: none;
}
.module-wrapper2-col-products .products-carousel-inner {
	padding: 0 var(--space);
}
.module-wrapper2-col-products .product-layout .product-block {
	padding-bottom: var(--space);
}
.module-wrapper2-col-products .product-layout .product-wishlist {
	display: none;
}
.module-wrapper2-col-products .product-layout .product-block .product-block-price {
	align-items: center;
	font-weight: var(--font-weight-bold);
}
.module-wrapper2-col-products .view-item a {
	border-radius: 25px;
	color: var(--text-color-blue);
	font-weight: var(--font-weight-normal);
	border: 1px solid var(--background-blue);
	font-size: var(--xxs-size);
    letter-spacing: 2px;
    min-height: 30px;
    padding: 0 var(--space-small);
	text-align:center;

}
.module-wrapper2-col-products .view-item a:hover {
	color: var(--text-color-light);
}
/* 2 Columns */

/* Bundles */
.product-bundles-wrapper {
	background-color: #ccc;
	border-radius: var(--space-quarter);
	margin: var(--space-quad) -20px 0 -20px;
	padding: var(--space-triple) var(--space-king);
}
.product-bundles-wrapper .bundle-category-right-block {
	margin-bottom: var(--space);
}
.product-bundles-wrapper .product-bundles-left .bundle-text {
	margin-top: var(--space-triple);
	margin-bottom: 15px;
	color: var(--text-color-light);
	font-weight: var(--font-weight-bold);
	font-size: 1.125rem;
}
.product-bundles-wrapper .product-bundles-left ul {
	border: none;
}
.product-bundles-wrapper .product-bundles-left ul li {
	margin-bottom: var(--space-half);
}
.product-bundles-wrapper .product-bundles-left .nav-tabs li .nav-link {
	max-width: 270px;
	flex: 0 0 270px;
}
.product-bundles-wrapper .product-bundles-left .nav-tabs li.parent-active .nav-link {
	background-color: var(--background-blue);
	max-width: 320px;
	flex: 0 0 320px;
	color: var(--text-color-light);
	border: none;
	box-shadow: -5px 5px 0px #28AAE24D;
}
.product-bundles-wrapper .product-bundles-left .nav-tabs .nav-link {
	background-color: var(--background);
	color: var(--text-color-dark);
	font-weight: var(--font-weight-bold);
	border-radius: 3px;
	border: 1px solid #E1E1E1;
	font-size: var(--sm-size);
	position: relative;
}
.product-bundles-wrapper .product-bundles-left .nav-tabs .nav-link:hover {
	max-width: 320px;
	flex: 0 0 320px;
	color: var(--text-color-blue);
	box-shadow: -5px 5px 0px #28AAE24D;
}
.product-bundles-wrapper .product-bundles-left .nav-tabs .nav-link i {
	position: absolute;
	right: var(--space);
	top: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.product-bundles-wrapper .product-block {
	background-color: var(--background);
	display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 3px;
    border-radius: 3px;
    height: 100%;
}
.product-bundles-wrapper .product-block .product-top {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 0 1rem 0 0;
}
.product-bundles-wrapper .product-block .product-block-actions {
	height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: column;
}
.product-bundles-wrapper .product-bundles-pr-heading {
	max-width:75%;
	display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100%;
}
.product-bundles-wrapper .product-bundles-pr-title h2 {
	color: var(--text-color-light);
	font-size: 2.25rem;
}
.product-bundles-wrapper .product-bundles-subtitle {
	color: #C2C2C2;
	font-size: var(--sm-size);
}
.pagination-bundle-arrows {
	position: absolute;
	top: 50%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}
.pagination-bundle-arrows .swiper-button-prev,
.pagination-bundle-arrows .swiper-button-next {
	background-color: rgba(255, 255, 255, 0.2);
	color: var(--text-color-dark);
}
.pagination-bundle-arrows .swiper-button-next {
	right: 0;
	border-top-right-radius: 30px; 
	border-bottom-right-radius: 30px; 
}
.pagination-bundle-arrows .swiper-button-prev {
	left: -40px;
	border-top-left-radius: 30px; 
	border-bottom-left-radius: 30px; 
}
.pagination-bundle-arrows .swiper-button-prev:hover,
.pagination-bundle-arrows .swiper-button-next:hover {
	background-color: rgba(255, 255, 255, 1);
}
.bundle-category-right .bundle-mid-outter {
	border-bottom: 2px dashed #707070; 
}
.bundle-category-right .bundle-cart-row__prices {
	padding-top: 30px;
}
.bundle-category-right .bundle-cart-row__prices .bundle-cart-row__price h3 {
	font-size: var(--xxs-size);
	letter-spacing: 2.4px;
	line-height: 1;
}
.bundle-category-right .bundle-cart-row__prices .bundle-cart-row__price span {
	color: #808080;
	font-size: 2.25rem;
	font-weight: var(--font-weight-bold);
}
.bundle-category-right .bundle-cart-row__prices .bundle-cart-row__price.bundle-cart-row__init {
	border-right: 1px solid rgba(255, 255, 255, 0.2);
	padding-right: 30px;
}
.bundle-category-right .bundle-cart-row__prices .bundle-cart-row__price.bundle-cart-row__init h3 {
	color: #808080;
}
.bundle-category-right .bundle-cart-row__prices .bundle-cart-row__price.bundle-cart-row__init {

}
.bundle-category-right .bundle-cart-row__prices .bundle-cart-row__price.bundle-cart-row__final h3 {
	color: var(--text-color-light);
}
.bundle-category-right .bundle-cart-row__prices .bundle-cart-row__price.bundle-cart-row__final {
	padding-left: 30px;
}
.bundle-category-right .bundle-bottom-row {
	flex: 0 0 340px;
	max-width: 340px;
}
.bundle-category-right .bundle-bottom-row a {
	min-height: 50px;
	border: 2px solid #28AAE2; 
	border-radius: 25px;
	color: var(--text-color-light);
	font-weight: var(--font-weight-bold);
	background-color: #FFFFFF1A;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 var(--space);
}
.bundle-category-right .bundle-bottom-row a:hover {
	background-color: var(--background-blue);
}
.bundle-category-right .product-block-title h3 {
    margin-bottom: var(--space-half);
    font-size: 14px;
    line-height: 1.25rem;
}
.bundle-category-right .small-details {
	color: #808080;
	font-size: var(--xxs-size);
	margin-bottom: 25px;
}

.product-bundles-wrapper .product-block {
    padding: 1rem;
}

.product-bundles-wrapper .bundle-category-right-block .product-block-caption {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}

.bundle-category-right .small_comments {
	color: var(--text-color);
	font-style: italic;
	opacity: 0.5;
	font-size: .81rem;
	line-height: 1.6;
	margin-bottom: 15px;
}
.bundle-category-right .product-quickview {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
}
.bundle-category-right .product-quickview:hover {
	background-color: #EBEBEB;

}
.bundle-category-right .product-quickview:hover i:before {
	content: '\f06e';
	font-family: 'Font Awesome 5 Pro';
	font-weight: var(--font-weight-bold);
	color: var(--text-color-dark);
} 
.bundle-category-right .product-quickview i, 
.bundle-category-right .product-compare span:before, 
.bundle-category-right .product-wishlist span:before {
	font-size: var(--sm-size);
	color: #B1B1B1;
}
.bundle-category-right .product-block-price .amount {
	color: var(--text-color-dark);
	font-size: var(--md-size);
	font-weight: var(--font-weight-bold);
}
.bundle-category-right .product-block-price .amount_before {
	font-weight: var(--font-weight-normal);
	font-size: .81rem;
	color: #A1A1A1;
	padding-left: var(--space-half);
}
/* Bundles */

/* Products */
.product-anchor-info {
	background-color: #F8F8F8;
	padding: 0 var(--space-double) 0 0;
	margin: var(--space) 0;
	min-height: 50px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.product-anchor-info ul {
	margin-bottom: 0;
}
.product-anchor-info ul li {
	margin-right: var(--space);
	display: flex;
	align-items: center;
	position: relative;
}
.product-anchor-info.product-information-tabs ul li:last-child {
	margin-right: 0;
}
.product-anchor-info.product-information-tabs ul li a {
	color: #A1A1A1;
	font-size: var(--size);
	font-weight: var(--font-weight-semibold);
	line-height: 3;
	display: flex;
	align-items: center;
}
.product-anchor-info.product-information-tabs ul li a:after {
	height: 3px;
	width: 0;
	content: '';
	display: flex;
	background-color: var(--background-blue);
	position: absolute;
	left: 0;
	bottom: -24px;
	transition: width 300ms;
}
.product-anchor-info.product-information-tabs ul li a.active:after,
.product-anchor-info.product-information-tabs ul li:hover:after {
	width: 100%;
}
.product-anchor-info.product-information-tabs ul li a.active,
.product-anchor-info.product-information-tabs ul li a:hover {
	color: var(--text-color-dark);
}
.title-content {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #E1E1E1;
	padding-bottom: var(--space-quarter);
}
.title-content .product-compare {
	margin-right: var(--space);
}
#button-store,
.button-fastorder {
	margin-top: var(--space-half);
	background-color: #F8F8F8;
	border-radius: 3px;
	min-height: 45px;
	border: none;
	color: var(--text-color-dark);
	transition: 300ms ease-in-out;
}

a.button-fastorder {
    display: flex;
    align-items: center;
    text-align: center;
    font-weight: bold;
    justify-content: center;
    font-size: 13px;
}

#button-store:hover,
.button-fastorder:hover
{
	background-color: #DA1C5C;
	color: var(--text-color-light);
}
#button-store .icon-shop, 
.button-fastorder .icon-shop 
{
	padding-right: var(--space-half);
}

#button-store .icon-shop:before,
.button-fastorder .icon-shop:before
{
	font-size: 22px;
}

#button-store:hover .icon-shop:before,
.button-fastorder:hover .icon-shop:before 

{
	color: var(--text-color-light);
}
.product-description {
	color: #33393C;
	font-size: var(--size);
	font-weight: 500;
	margin-top: 30px;
	line-height: 1.6;
}
.product-description ul {
	padding-left: 0;
}
.product-description ul li {
	list-style: none;
	color: #707070;
	padding-bottom: var(--space-quarter);
	font-weight: var(--font-weight-normal);
}
.product-description ul li b {
	list-style: none;
	color: #33393C;
	font-weight: var(--font-weight-bold);
}
.product-combine {
	color: var(--text-color-light);
	background-color: #DA1C5C;
	font-weight: var(--font-weight-semibold);
	font-size: var(--size);
	max-width: 200px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: auto auto;
	border-radius: 3px;
	min-height: 40px;
	position: relative;
}

.product-combine i {
    flex: 0;
    padding-left: 1rem;
    padding-right: 1rem;
}

.product-combine span {
    flex: 1;
    justify-content: center;
    text-align: center;
    padding-right: 1rem;
}

.gray {
	background-color: #F8F8F8;
}
.module-wrapper-spesifications {
	padding: var(--space-double) 0 var(--space-triple) 0;
}
.product-specifications .product-spesifications-title,
.product-big-description-wrapper .product-big-description-title {
	font-size: 1.75rem;
	color: var(--text-color-dark);
	font-weight: var(--font-weight-bold);
	border-bottom: 1px solid #e1e1e1;
	padding-bottom: 15px;
}
.product-big-description-wrapper {
	margin-top: var(--space-quad);
}
.product-big-description-wrapper .product-big-description-text {
	padding-top: var(--space);
}
.product-big-description-wrapper,
.product-specifications {
	width: 100%;
}
.product-specifications .table-bordered {
	border: none;
	margin-top: var(--space);
}
.product-specifications .table-bordered td, 
.product-specifications .table-bordered th {
	border: none;
}
.product-specifications .table-bordered tr:nth-child(odd) {
	background-color:#F8F8F8;
}
.product-specifications .table-bordered td:first-child {
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	font-weight: var(--font-weight-normal);
	color: var(--text-color);
	font-size: var(--size);
}
.product-specifications .table-bordered td:last-child {
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	font-size: var(--size);
	color: var(--text-color-dark);
}
.product-specifications .table-bordered thead {
	margin-top: var(--space-double);
}
.product-specifications .table-bordered thead td:last-child {
	color: var(--tetxt-color-dark);
}
.product-specifications .table-bordered thead tr:nth-child(odd) {
	background-color: var(--background);
}
.product-specifications .table-bordered thead tr:nth-child(odd) strong {
	font-size: 1.125rem;
}
.gray-background {
	background-color: #EBEBEB;
	border-radius: var(--space-quarter);
	padding: var(--space);
	min-height: 115px;
}
.shipping-cost {
	margin-top: var(--space-quarter);
	min-height: 130px;
	position: relative;
}
.shipping-cost .shipping-wrapper {
	margin-top: var(--space);
}
.shipping-cost .shipping-wrapper input {
	border: 1px solid #EBEBEB;
	border-radius: 5px 0px 0px 5px;
	min-height: 40px;
	padding-left: var(--space-half);
}
.shipping-cost .shipping-wrapper input::placeholder {
	color: var(--text-color);
	font-size: var(--xxs-size);
	font-weight: var(--font-weight-normal);
}
.shipping-cost .shipping-wrapper button {
	background-color: #6A6A6A;
	border-radius: 0px 5px 5px 0px;
	color: var(--text-color-light);
	font-size: var(--xxs-size);
	font-weight: var(--font-weight-normal);
	padding: 0 35px;
	transition: 300ms ease-in-out;
}
.shipping-cost .shipping-wrapper button:hover {
	background-color: var(--background-blue);
}
.right-side-content .right-side-title {
	color: var(--text-color-dark);
	font-weight: var(--font-weight-bold);
}
.right-side-content .right-side-text {
	color: var(--text-color-dark);
	font-size: 0.813rem;
	margin-top: var(--space-half);
	margin-bottom: var(--space-half);
	max-width: 75%;
}
.right-side-content .credit {
	background-color: var(--background);
	padding: var(--space-half) var(--space);
	border: 2px solid #EBEBEB;
	border-radius: var(--space-quarter);
	transition: 300ms ease-in-out;
	cursor: pointer;
	position: relative;
	display: flex;
	flex-direction: column;
}
.right-side-content .credit ul {
	position: absolute;
	left: 0;
	top: 100%;
	background-color: var(--background);
	width: 100%;
	padding: 0 var(--space);
}
.right-side-content .credit.active ul {
	display: block;
	margin-top: 0;
	z-index: 9;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}
.right-side-content .credit .credit_title {
	font-weight: var(--font-weight-bold);
	color: var(--text-color-blue);
	font-size: var(--xxs-size);
	display: flex;
	align-items: center;
	justify-content: space-between;
	transition: 300ms ease-in-out;
}
.right-side-content .credit .credit_title:after {
	content: '\f107';
	font-family: 'Font Awesome 5 Pro';
	display: block;
	color: var(--text-color-blue);
	transition: 300ms ease-in-out;
}
.right-side-content .credit.active,
.right-side-content .credit:hover {
	box-shadow: 0px 3px 10px #0000001A;
}
.right-side-content .credit.active .credit_title,
.right-side-content .credit:hover .credit_title:after,
.right-side-content .credit:hover .credit_title {
	color: #218EE1;
}
.right-side-content .credit .show-credits-title {
	color: var(--text-color);
	font-style: italic;
	font-size: var(--size);
	margin-top: var(--space-half);
}
.right-side-content .credit ul {
	margin-top: var(--space);
	display: none;
	box-shadow: 0px 3px 10px #0000001A;
}
.right-side-content .credit ul li:first-child {
	border-top: 1px solid #E1E1E1;
}
.right-side-content .credit ul span.credit-small-title {
	padding: var(--space-quarter);
	color: var(--text-color-dark);
	font-size: var(--xxs-size);
	font-weight: var(--font-weight-bold);
	border-top: 1px solid #E1E1E1;
}
.right-side-content .credit ul li {
	padding: var(--space-quarter);
}
.right-side-content .credit ul li:nth-child(odd) {
	background-color: #F8F8F8;
	border-radius: 3px;
}
.right-side-content .credit ul li span {
	color: #33393C;
	font-size: 0.81rem;
}
.right-side-content .credit ul li span:last-child {
	font-weight: var(--font-weight-bold);
}
.right-side-content .credit .show-credits-comments {
	color: var(--text-color);
	font-style: italic;
	line-height: 1.8;
	font-size: var(--xxs-size);
	display: none;
}
.right-side-content .credit.active .show-credits-comments {
	display: flex;
	color: #E12121;
	padding: var(--space-double) 0 var(--space) 0;
}
.right-side-content .credit.active .show-credits-comments i {
	margin-top: var(--space-quarter);
	margin-right: var(--space-quarter);
}
.right-side-content .bottom-columns-info {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.right-side-content .bottom-columns-info .col-12 {
	padding: 3px 0 0 0;
}
.right-side-content .bottom-columns-info .col-6 {
	padding: 3px;
}
.right-side-content .bottom-columns-info .col-6:nth-child(odd) {
	padding-left: 0;
}
.right-side-content .bottom-columns-info .col-6:nth-child(even) {
	padding-right: 0;
}
.right-side-content .bottom-columns-info .col-12 .col-inner {
	padding: var(--space) 15px;
	background-color: var(--background);
	color: var(--text-color-dark);
	font-size: .813rem;
	font-weight: var(--font-weight-semibold);
	display: flex;
	align-items: center;
	flex-direction: column;
	border-radius: 5px;
}
.right-side-content .bottom-columns-info .col-12 .col-inner .title {
	font-size: var(--sm-size);
	font-weight: var(--font-weight-bold);
}
.right-side-content .bottom-columns-info .col-6 .col-inner {
	padding: 15px 0 15px 15px;
	background-color: var(--background);
	color: var(--text-color-dark);
	font-size: .813rem;
	font-weight: var(--font-weight-semibold);
	display: flex;
	align-items: center;
	border-radius: 5px;
	min-height: 60px;
	position: relative;
}
.right-side-content .bottom-columns-info .col-6 .col-inner span {
	max-width: 78%;
}
.right-side-content .bottom-columns-info .col-6 .col-inner i {
	color: #218EE1;
	font-size: var(--md-size);
	margin-right: var(--space-half);
	transition: 300ms ease-in-out;
}
.right-side-content .bottom-columns-info .col-6 .col-inner i.fal {
	opacity: 0;
	margin-right: 0;
	position: absolute;
	right: 5px;
	top: 0;
	bottom: 0;
	margin: auto;
	display: flex;
	align-items: center;
	transform: translate3d(-36px, 0, 0);
}
.right-side-content .bottom-columns-info .col-6 .col-inner span {
	transition: 300ms ease-in-out;
}
.right-side-content .bottom-columns-info .col-6 .col-inner:hover i {
	color: var(--text-color-orange);
}
.right-side-content .bottom-columns-info .col-6 .col-inner:hover i.fal {
	opacity: 1;
	transform: translate3d(0, 0, 0);
	transition: transform 0.2s ease-out, opacity 0.7s ease-out;
	transition-delay: .5s;

}
.right-side-content .bottom-columns-info .col-6 .col-inner:hover span {
	color: var(--text-color-orange);
}
.right-side-content .bottom-columns-info .images {
	margin-top: var(--space);
	height: 100%;
	align-items: flex-end;
	position: relative;
}

.right-side-content .bottom-columns-info .middle-image {
	border-right: 1px solid #e1e1e1;
	min-height: 60px;
	position: absolute;
    top: 20px;
}
.right-side-content .bottom-columns-info .right-image a,
.right-side-content .bottom-columns-info .left-image a {
	color: var(--text-color);
	font-size: var(--xxs-size);
	font-weight: var(--font-weight-normal);
	margin-top: var(--space);
}
.right-side-content .bottom-columns-info .right-image i,
.right-side-content .bottom-columns-info .left-image i {
	margin-left: var(--space-half);
}
.right-side-content .bottom-columns-info .right-image a:hover,
.right-side-content .bottom-columns-info .left-image a:hover {
	color: var(--text-color-orange);
}
/* Products */

/* Landing */
.information-landing-top-row {
	background-color: var(--background-dark);
	margin-top: 15px;
}
.information-landing-top-row h1 {
	margin: 15px 0 30px 0;
	color: var(--text-color-light);
	font-size: var(--big-size);
	font-weight: var(--font-weight-extrabold);
}
.information-landing-text-wrapper {
	max-width: 25%;
	flex: 0 0 25%;
}
.information-landing-text-wrapper .information-landing-text {
	color: var(--text-color-light);
	line-height: 1.6;
	color: #C2C2C2;
	font-size: 1.125rem;
	font-weight: 500;
}
.two-columns-section {
	background-color: #F4F4F4;
	padding: 30px 0;
}
.two-columns-section .right-column,
.two-columns-section .left-column {
	padding: 0 var(--space-half);
}
.two-columns-section .left-column-block {
	background-color: #7033A5;
	border-radius: var(--space-quarter);
}
.two-columns-section .right-column-block .title,
.two-columns-section .left-column-block .title {
	color: var(--text-color-dark);
	background-color: var(--background);
	border-top-right-radius: 30px;
	border-bottom-right-radius: 30px;
	min-height: 34px;
	font-size: var(--big-size);
	font-weight: var(--font-weight-bold);
	padding-right: var(--space);
	text-align: right;
	max-width: 340px;
	flex: 0 0 340px;
}
.two-columns-section .right-column-block {
	background-color: var(--background-blue);
	border-radius: var(--space-quarter);
}
.two-columns-section .right-column-block .text,
.two-columns-section .left-column-block .text {
	padding: 0 var(--space) 0 var(--space-triple);
	color: var(--text-color-light);
	font-size: var(--sm-size);
	line-height: 1.6;
	margin-top: 30px;
}
.two-columns-section .right-column-block .price,
.two-columns-section .left-column-block .price {
	padding: 0 var(--space) 0 var(--space-triple);
	position: relative;
	margin-top: var(--space);
}
.two-columns-section .right-column-block .price sup,
.two-columns-section .left-column-block .price sup {
	position: absolute;
	top: -3px;
	padding-left: 15px;
	color: var(--text-color-light);
	font-size: var(--sm-size);
}
.two-columns-section .right-column-block .price span,
.two-columns-section .left-column-block .price span {
	background-color: rgba(255, 255, 255, 0.2);
	border-radius: var(--space-quarter);
	color: var(--text-color-light);
	font-size: 1.75rem;
	font-weight: var(--font-weight-bold);
	padding: 0 15px;

}
.two-columns-section .right-column-block .read-more,
.two-columns-section .left-column-block .read-more {
	padding: 0 var(--space) 0 var(--space-triple);
	margin-top: 50px;
}
.two-columns-section .right-column-block .read-more a,
.two-columns-section .left-column-block .read-more a {
	flex: 0 0 230px;
	max-width: 230px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: var(--background);
	color: var(--text-color-dark);
	border: none;
}
.two-columns-section .right-column-block .read-more a:hover,
.two-columns-section .left-column-block .read-more a:hover {
	background-color: var(--background-dark);
	color: var(--text-color-light);
}
.hot-section {
	margin: var(--space-triple) auto 0 auto;
	padding-bottom: var(--space-triple);
}
.hot-section .hot-section-title {
	margin-top: var(--space-half);
	color: var(--text-color-red);
	font-weight: var(--font-weight-extrabold);
	font-size: 2.5rem;
}
.hot-section .hot-section-subtitle {
	color: #808080;
	font-size: var(--sm-size);
	margin-top: var(--space-half);
}
.hot-section .banner-col .banner-item {
	padding: 0 var(--space);
}
.hot-section .banner-col .banner-item .banner-caption {
	background-color: #F8F8F8;
	padding: var(--space);
	position: relative;
	border-radius: 10px;
}
.hot-section .banner-col .banner-item .banner-caption .banner-caption-title {
	color: #33393C;
	font-size: 1.625rem;
	font-weight: var(--font-weight-extrabold);
	text-align: center;
	max-width: 80%;
	margin: auto;
}
.hot-section .banner-col .banner-item .banner-caption .banner-caption-subtitle {
	text-align: center;
	color: #33393C;
	font-size: var(--size);
	margin-top: var(--space);
	line-height: 1.6;
	padding-bottom: 30px;
}
.hot-section .banner-col .banner-item .banner-caption .banner-caption-button {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto auto;
	max-width: 230px;
	flex: 0 0 230px;
}
.hot-section .banner-col .banner-item .banner-caption .banner-caption-button a {
	color: var(--text-color-light);
	background-color: #33393C;
	font-size: var(--size);
	font-weight: var(--font-weight-extrabold);
	border-radius: 26px;
	border: none;
}
.banners-section .banners-section-title {
	margin-top: var(--space-half);
	color: var(--text-color-dark);
	font-weight: var(--font-weight-extrabold);
	font-size: 1.625rem;
}
.banners-section .banners-section-subtitle {
	color: #808080;
	font-size: var(--sm-size);
	margin-top: var(--space-half);
}
.banners-section .banner-col {
	margin-bottom: var(--space);
}
.banners-section .banner-row {
	width: 100%;
}
.banners-section .banner-row:nth-child(2) .banner-col:nth-child(2) {
	flex: 0 0 65%;
	max-width: 65%;
}
.banners-section .banner-row:nth-child(2) .banner-col:nth-child(1) {
	flex: 0 0 35%;
	max-width: 35%;
}
.banners-section .banner-col .banner-item {
	background-color: #ccc;
	border-radius: 10px;
	padding: 35px 30px;
	height: 100%;
    justify-content: flex-start;
    align-items: flex-start;
}
.banners-section .banner-col .banner-item .banner-caption .banner-title {
	color: var(--text-color-dark);
	font-weight: var(--font-weight-extrabold);
	font-size: 2.25rem;
}
.banners-section .banner-col .banner-item .banner-caption .banner-button {
	flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.banners-section .banner-col .banner-item .banner-caption .banner-button a {
	border: none;
	background-color :var(--background);
	box-shadow: 0px 3px 10px #0000001A;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
/* Landing */

/* Filters */
#product-category #column-left {
	padding-left: 0;
}
.ho-filters-wrapper {
	padding-top: 30px;
}
.ho-filters-wrapper .ho-filter-title {
	color: var(--text-color-dark);
	font-weight: var(--font-weight-bold);
	font-size: var(--sm-size);
	display: flex;
	align-items: center;
}
.ho-filters-wrapper .ho-filter-title:before {
	content: '\f1de';
	font-family: 'Font Awesome 5 Pro';
	color: var(--text-color-orange);
	font-size: var(--sm-size);
	padding-right: var(--space-half);
}
/* Filters */

/* Account */
.header-container {
	margin-bottom: 0;
}
.checkout-account-block {
	padding-top: var(--space-quad);
	padding-bottom: var(--space-quad);
}
/*#checkout-checkout {
	padding: 0;
}*/
#checkout-checkout .well,
#account-login .well {
	border: none;
	padding: 0 60px;
}
#checkout-checkout .well h2,
#account-login .well h2 {
	color: var(--text-color-dark);
	font-size: 1.375rem;
	margin-bottom: var(--space);
	text-align: center;
}
#checkout-checkout .forgot,
#account-login .forgot {
	color: #A1A1A1;
	font-size: var(--xxs-size);
}
.form-control {
	min-height: 40px;
}
#checkout-checkout .keep-logged,
#account-login .keep-logged {
	margin-bottom: 30px;
}
#checkout-checkout .keep-logged label,
#account-login .keep-logged label {
	margin-bottom: 0;
	color: var(--text-color);
	font-size: .81rem;
	padding-left: var(--space-half);
}
#checkout-checkout .btn.btn-primary,
#account-login .btn.btn-primary {
	width: 100%;
	position: relative;
}
#checkout-checkout .wrap-arrow,
#account-login .wrap-arrow {
	position: relative;
}
#checkout-checkout .wrap-arrow i,
#account-login .wrap-arrow i {
	content: '\f105';
	position: absolute;
	right: var(--space-half);
	top: 0;
	bottom: 0;
	font-family: 'Font Awesome 5 Pro';
	color: #fff;
	display: flex;
	align-items: center;
	margin: auto auto;
	opacity: 0;
	transform: translate3d(-36px, 0, 0);
}
#checkout-checkout .wrap-arrow:hover i,
#account-login .wrap-arrow:hover i {
	opacity: 1;
	transform: translate3d(0, 0, 0);
	transition: transform 0.2s ease-out, opacity 0.7s ease-out;
	transition-delay: .5s;
}
#checkout-checkout .right-account,
#checkout-checkout .left-account,
#account-login .right-account,
#account-login .left-account {
	height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: var(--background);
	box-shadow: 0px 3px 20px #00000026;
	border-radius: 10px;
}
#checkout-checkout .create_account,
#account-login .create_account {
	background-color: var(--background);
	box-shadow: 0px 3px 20px #00000026;
	padding: 50px 80px;
	border-radius: 10px;
}
#checkout-checkout .create_account h2,
#account-login .create_account h2 {
	text-align: center;
}
#checkout-checkout .right-account p,
#checkout-checkout .create_account p,
#account-login .right-account p,
#account-login .create_account p {
	color: var(--text-color);
	font-size: var(--sm-size);
	margin-top: var(--space);
	text-align: center;
	line-height: 1.6;
}
#checkout-checkout .right-account p,
#account-login .right-account p {
	text-align: left;
	margin-bottom: var(--space-double);
}
#checkout-checkout .right-account .guest-login,
#account-login .right-account .guest-login {
	margin-bottom: 30px;
	border-bottom: 1px solid #e1e1e1;
}
#checkout-checkout .right-account .login-with,
#account-login .right-account .login-with {
	margin-top: 30px;
	margin-bottom: 20px;
	padding-top: 20px;
	border-top: 1px solid #e1e1e1;
	color: var(--text-color);
	font-size: 0.688rem;
	letter-spacing: 1.1px;
	text-align: center;
}
.social_login-title.google-login,
#checkout-checkout.right-account .google-login,
.social_login-title.facebook-login,
#checkout-checkout .right-account .facebook-login,
#account-login .right-account .facebook-login,
#account-login .right-account .google-login {
	position: relative;
	color: var(--text-color-light);
	font-weight: var(--font-weight-bold);
	font-size: var(--size);
}
.social_login-title .facebook-login i,
#checkout-checkout .right-account .facebook-login i,
.social_login-title .google-login i,
#checkout-checkout .right-account .google-login i,
#account-login .right-account .google-login i,
#account-login .right-account .facebook-login i {
	position: absolute;
	left: var(--space);
	top: 0;
	bottom: 0;
	margin: auto auto;
	display: flex;
	align-items: center;
}
.social_login-title .facebook-login,
#checkout-checkout .right-account .facebook-login,
#account-login .right-account .facebook-login {
	background-color: #1C539D;
}
.social_login-title .google-login,
#checkout-checkout .right-account .google-login,
#account-login .right-account .google-login {
	margin-top: var(--space-half);
	background-color: #BB3C22;
}
#checkout-checkout .create_account ul,
#account-login .create_account ul {
	margin-top: var(--space-double);
}
#checkout-checkout .create_account ul li,
#account-login .create_account ul li {
	color: #33393C;
	font-size: var(--size);
	font-weight: var(--font-weight-bold);
	padding: 15px 0;
    display: flex;
    align-items: center;
}
#checkout-checkout .create_account ul li:before,
#account-login .create_account ul li:before {
	content: '\f00c';
	color: var(--text-color-light);
	background-color: var(--background-blue);
	border-radius: 50%;
	padding: var(--space-half);
	font-family: 'Font Awesome 5 Pro';
	font-weight: var(--font-weight-light);
	margin-right: var(--space-half);
	width: 40px;
    flex: 0 0 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#checkout-checkout .create_account .btn.btn-primary,
#account-login .create_account .btn.btn-primary {
	margin-top: var(--space-triple);
}
.wrap-tds {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}
.wrap-td {
	display: flex;
	flex: 1;
}
/* Account */

/* Cart */

.empty_cart {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.empty_cart i {
    font-size: 80px;
    margin-bottom: 2rem;
}

.empty_cart p {
    font-size: 20px;
    margin-bottom: 2rem;
}

.empty_cart a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 300px;
}

.cart-wrapper .cart_row_remove a {
	background-color: var(--background);
	border-radius: 50%;
	width: 24px;
	height: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.cart-wrapper .cart_row_remove a:hover {
	color: var(--text-color-light);
	background-color: #DA1C5C;
}
#checkout-cart .cart-page-title {
	margin: 0;
	color: var(--text-color-dark);
	font-size: 1.625rem;
	font-weight: var(--font-weight-bold);
	text-align: left;
}
#checkout-cart .cart-page-text {
	color: #808080;
	font-size: var(--size);
	margin-top: var(--space);
	line-height: 1.6;
	padding-right: var(--space);
}
#checkout-cart .cart-page-button {
	margin-top: var(--space-triple);
}
#checkout-cart .cart-page-button a {
	color: #808080;
	font-size: var(--size);
	border-radius: 20px;
	background-color: var(--background);
	padding: 10px 25px;
	transition: 300ms ease-in-out;
	line-height: 2;
}
#checkout-cart .cart-page-button i {
	padding-right: var(--space-half);
}
#checkout-cart .cart-page-button a:hover {
	color: var(--text-color-orange);
	box-shadow: 0px 3px 6px #00000029;
}
.our_products {
	color: var(--text-color-dark);
	font-size: var(--sm-size);
	font-weight: var(--font-weight-bold);
	margin-bottom: var(--space-half);
}
.checkout-cart-container .checkout-cart-row-outer {
	background-color: var(--background);
	border: 1px solid #EBEBEB;
	border-radius: 10px;
	padding: var(--space-half);
	margin-top: var(--space-quarter);
}
.checkout-cart-container .checkout-cart-row-outer .btn-remove {
	background-color: #F4F4F4;
	color: var(--text-color);
	font-size: var(--xxs-size);
	transition: 300ms ease-in-out;
	border-radius: 50%;
	height: 20px;
    display: flex;
    align-items: center;
}
.checkout-cart-container .checkout-cart-row-outer .btn-remove:hover {
	background-color: #FC0101;
	color: var(--text-color-light);
}
.checkout-cart-container .checkout-cart-row-outer .btn-favorites {
	background-color: transparent;
	color: #A1A1A1;
	font-size: .81rem;
	display: flex;
	align-items: center;
	transition: 300ms ease-in-out;
}
.checkout-cart-container .checkout-cart-row-outer .btn-favorites span {
	font-size: var(--sm-size);
	margin-right: var(--space-half);
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	transition: 300ms ease-in-out;
}
.checkout-cart-container .checkout-cart-row-outer .btn-favorites:hover {
	color: var(--text-color-dark);
}
.checkout-cart-container .checkout-cart-row-outer .btn-favorites:hover span {
	background-color: #F4F4F4;
}
.checkout-cart-container .checkout-cart-row-outer .btn-favorites:hover span:before {
	content: '\0046';
    font-family: 'Glyphter';
    color: var(--text-color-red);
}
.checkout-cart-container .checkout-cart-row-outer .cart-row-block-text {
	padding-left: var(--space-double);
}
.checkout-cart-container .checkout-cart-row-outer .checkout-cart-title {
	display: flex;
	flex-direction: column;
}
.checkout-cart-container .checkout-cart-row-outer .checkout-cart-title .product_name {
	color: var(--text-color-dark);
	font-size: 1.125rem;
	font-weight: var(--font-weight-bold);
}
.checkout-cart-container .checkout-cart-row-outer .checkout-cart-title .model_info {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 100%;
	margin: var(--space-half) 0;
}
.checkout-cart-container .checkout-cart-row-outer .checkout-cart-title .model_info .product_model {
	color: var(--text-color-dark);
	font-size: var(--xxs-size);
	font-weight: var(--font-weight-semibold);
}
.checkout-cart-container .checkout-cart-row-outer .checkout-cart-title .model_info .product_model span {
	color: var(--text-color-blue);
	font-weight: var(--font-weight-bold);
	padding-left: var(--space-half);
}
.checkout-cart-container .checkout-cart-row-outer .product_availability {
	color: var(--text-color-green);
	font-size: var(--xxs-size);
	font-weight: var(--font-weight-bold);
}
.checkout-cart-container .checkout-cart-row-outer .availability_message {
	color: var(--text-color-green);
	font-size: var(--xxs-size);
	margin-top: var(--space-quarter);
	cursor: pointer;
}
.checkout-cart-container .checkout-cart-row-outer .cart-row-total .cart-row-total-text {
	color: var(--text-color-dark);
	font-size: var(--xxs-size);
}
.checkout-cart-container .checkout-cart-row-outer .cart-row-total b {
	font-weight: var(--font-weight-bold);
	font-size: var(--md-size);
	color: var(--text-color-dark);
}
.checkout-cart-container .checkout-cart-row-outer .cart-row-total.cart-row-total-left b {
	color: var(--text-color);
}
.checkout-cart-container .checkout-cart-row-outer .cart-row-total.cart-row-total-left .cart-row-total-text {
	color: var(--text-color);
}
.checkout-cart-container .checkout-cart-row-outer .cart-row-total .amount_before {
	color: #A1A1A1;
	font-size: .81rem;
	text-decoration: line-through;
	padding-right: var(--space-half);
}
.checkout-cart-container .checkout-cart-row-outer .number-spinner {
	justify-content: flex-end;
	margin-bottom: var(--space);
}
.checkout-cart-container .checkout-cart-row-outer .number-spinner .button-minus,
.checkout-cart-container .checkout-cart-row-outer .number-spinner .button-plus{
	width: 50px;
	color: var(--text-color);
	transition: 300ms ease-in-out;
}
.checkout-cart-container .checkout-cart-row-outer .number-spinner .button-minus:hover,
.checkout-cart-container .checkout-cart-row-outer .number-spinner .button-plus:hover {
	color: var(--text-color-dark);
}
.checkout-cart-container .checkout-cart-row-outer .number-spinner input {
	width: 100%;
	min-height: 40px;
	border: 1px solid #ccc;
	border-left: 0;
	border-right: 0;
	border-radius: 3px;
	text-align: center;
	font-weight: var(--font-weight-bold);
	color: var(--text-color-blue);
}
.checkout-cart-container .checkout-cart-row-outer .text-danger {
	font-size: var(--xxs-size);
	font-style: italic;
	font-weight: var(--font-weight-bold);
}
.cart-bottom-combine .cart-bottom-combine-text span {
	color: var(--text-color-dark);
	background-color: #F4F4F4;
	width: 100%;
	padding: var(--space-half) var(--space);
	font-weight: var(--font-weight-bold);
}
.cart-bottom-combine .cart-bottom-combine-text i {
	color: var(--text-color-dark);
	background-color: #F4F4F4;
	padding: var(--space-half) var(--space);
	font-weight: var(--font-weight-bold);
	min-height: 42px;
	display: flex;
	align-items: center;
	margin-left: var(--space-quarter);
	cursor: pointer;
}
.cart-bottom-combine .cart-bottom-combine-body {
	border: 2px solid #EBEBEB;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	padding: var(--space-half);
	border-top: none;
}
#checkout-cart  #content,
.cartpage-sidebar-left {
	padding-top: var(--space-triple);
}
.cartpage-sidebar-right {
	background-color: var(--background);
	padding: var(--space);
}
.cartpage-sidebar-right .cartpage-sidebar-shipping {
	background-color: #F4F4F4;
	border-radius: 5px;
	padding: var(--space) var(--space-small);
}
.cartpage-sidebar-right .cartpage-sidebar-shipping .card.card-default {
	border: none;
	background-color: transparent;
}
.cartpage-sidebar-right .cartpage-sidebar-shipping .card.card-default .card-header {
	background-color:#6A6A6A;
	border-radius: 5px;
	margin-bottom: 0;
}
.cartpage-sidebar-right .cartpage-sidebar-shipping .card.card-default .card-header .card-title a {
	color: var(--text-color-light);
	font-size: .81rem;
}
.cartpage-sidebar-right .cartpage-sidebar-shipping .card.card-default .card-body {
	padding-left: 0;
	padding-right: 0;
}
.cartpage-sidebar-right .cartpage-sidebar-shipping .card.card-default .card-body #button-quote {
	background-color: #6A6A6A;
	border-radius: 2px;
	font-weight: var(--font-weight-semibold);
	margin-left: auto;
	transition: 300ms ease-in-out;
	width: 100%;
	color: var(--text-color-light);
}
.cartpage-sidebar-right .cartpage-sidebar-shipping .card.card-default .card-body #button-quote:hover {
	background-color: var(--background-blue);
}
.cartpage-sidebar-right .cartpage-sidebar-shipping .card.card-default .card-body #input-postcode,
.cartpage-sidebar-right .cartpage-sidebar-shipping .card.card-default .card-body select {
	color: var(--text-color);
}
.cartpage-sidebar-right .cartpage-sidebar-shipping .card.card-default .card-body #input-postcode,
.cartpage-sidebar-right .cartpage-sidebar-shipping .card.card-default .card-body select,
.cartpage-sidebar-right .cartpage-sidebar-shipping .card.card-default .card-body .col-form-label {
	font-size: var(--size);
	background-color: transparent;
}
.cartpage-sidebar-right .cartpage-sidebar-shipping .card.card-default .card-body .col-form-label:after {
	margin-left: 0;
}
.cartpage-sidebar-right .cartpage-sidebar-shipping .card.card-default .card-body p {
	color: #A1A1A1;
	font-style: italic;
	font-size: var(--xxs-size);
	margin-bottom: var(--space);
}
.cartpage-sidebar-right .coupon-wrapper {
	background-color:#F4F4F4;
	border-radius: 5px;
	padding: var(--space) var(--space-small);
	margin-top: var(--space-half);
}
.cartpage-sidebar-right .coupon-wrapper .input-group {
	display: flex;
	flex-direction: column;
}
.cartpage-sidebar-right .coupon-wrapper #input-coupon {
	min-height: 40px;
	border: 1px solid #ebebeb;
	border-radius: 5px;
	width: 100%;
}
.cartpage-sidebar-right .coupon-wrapper #input-coupon::placeholder {
	color: var(--text-color);
	font-weight: var(--font-weight-normal);
	font-size: var(--xxs-size);
}
.cartpage-sidebar-right .coupon-wrapper .input-group-btn {
	display: flex;
	align-items: center;
	flex-direction: column;
	margin-top: var(--space-half);
}
.cartpage-sidebar-right .coupon-wrapper .input-group-btn input {
	min-height: 40px;
	height: 40px;
	width: 100%;
	background-color: var(--background-blue);
	transition: 300ms ease-in-out;
	font-size: var(--xxs-size);
	font-weight: var(--font-weight-normal);
	border-radius: 5px;
}
.cartpage-sidebar-right .coupon-wrapper .input-group-btn input:hover {
	box-shadow: none;
}
.cartpage-sidebar-right .cartpage-sidebar-shipping .small_comment {
	color: #A1A1A1;
	font-size: .81rem;
	font-style: italic;
	margin-top: var(--space);
	text-align: center;
}
.cartpage-sidebar-right .col-form-label {
	font-size: var(--sm-size);
	color: var(--text-color-dark);
}
.cartpage-sidebar-right .col-form-label i {
	display: none;
}
.cartpage-sidebar-right .checkout-cart-container.checkout-cart-totals {
	background-color: var(--background);
	border-radius: 5px;
	padding: 0 var(--space) var(--space) var(--space);
	margin-top: var(--space-half);
}
.cartpage-sidebar-right .checkout-cart-container.checkout-cart-totals .last-total {
	border: none;
	border-radius: 0;
	border-bottom: 1px dashed #E1E1E1;
	justify-content: space-between;
	padding-left: 0;
	padding-right: 0;
}
.cartpage-sidebar-right .checkout-cart-container.checkout-cart-totals .checkout-cart-block{
	font-size:14px;
	letter-spacing: 0px;
	color: #231F20;
	font-weight: var(--font-weight-bold);
}
.cartpage-sidebar-right .checkout-cart-container.checkout-cart-totals .last-total .checkout-cart-block {
	color: var(--text-color-orange);
	font-size: var(--size);
	font-weight: var(--font-weight-bold);
}
.cartpage-sidebar-right .cart-bottom-buttons {
	margin-top: var(--space);
}
.cartpage-sidebar-right .cart-bottom-buttons a {
	min-height: 60px;
	font-size: 1.125rem;
	font-weight:  var(--font-weight-bold);
	background-color: var(--background-green);
	border-radius: 30px;
	position: relative;
}
.cartpage-sidebar-right .cart-bottom-buttons a:hover {
	background-color: #D96005;
}
.cartpage-sidebar-right .cart-bottom-buttons i {
	position: absolute;
	right: var(--space-half);
	top: 0;
	bottom: 0;
	display: flex;
	align-items: center;
}
.cartpage-sidebar-right .cart-free-shipping {
	background-color: var(--background);
	border: 1px solid #EBEBEB;
	border-radius: 5px;
	padding: var(--space) var(--space-small);
	margin-top: var(--space-half);
	color: var(--text-color-dark);
	font-size: var(--xxs-size);
	font-style: italic;
}
.cartpage-sidebar-right .cart-free-shipping i {
	padding-right: var(--space-half);
	color: #a5ce39;
}

.quickcheckout-content .payment-method-block, .quickcheckout-content .shipping-method-block {
    margin: 0 0 0.5rem 0;
}

/* Cart */

/* Generic */
.img-fit {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.w-1565 {
	max-width: 1545px;
}
.swiper-pagination-bullet {
	background: var(--background);
	width: 14px;
	height: 14px;
	transition: 300ms ease-in-out;
	margin: 0 var(--space-half);
	border-radius: 50%;
    border: 2px solid #C2C2C2;
}
.producttabs-pagination-0 .swiper-pagination-bullet.swiper-pagination-bullet-active {
	border: 3px solid var(--background-dark);
	background: var(--background);
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
	border: 3px solid var(--background);
	background: var(--background-blue);
}
.product-tabs-wrapper .swiper-pagination {
	min-height: var(--space);
	display: flex;
    align-items: center;
}
.pagination-page-container{
	border: none;
}
.pagination-page-container:hover{
	background-color: transparent;
	box-shadow: none;
}
.pagination-page-container #button-load-more {
	border-top: none;
	margin:0 auto 0 auto;
	display:flex;
	justify-content:center;
	position: relative;
	border: 1px solid #EBEBEB;
	border-radius: 30px;
	min-height: 45px;
	align-items: center;
	min-width: 300px;
	cursor: pointer;
	transition: 300ms ease-in-out;
	color: var(--text-color-dark);
	background-color: var(--background);
	font-weight: var(--font-weight-bold);
	font-size: var(--size);
}
.pagination-page-container #button-load-more span {
	font-weight: var(--font-weight-bold);
	color: var(--text-color-dark);
}
.pagination-page-container #button-load-more:after {
	content: '\f107';
	font-family: 'Font Awesome 5 Pro';
	color: var(--text-color-dark);
	position: absolute;
	right: var(--space);
	top: 0;
	bottom: 0;
	display: flex;
	align-items: center;
}
.pagination-page-container #button-load-more:hover:after {
	color: var(--text-color-blue);
}
.pagination-page-container #button-load-more:hover {
	background-color: var(--background);
	border: none;
	box-shadow: 0px 5px 10px #00000026;
}
.pagination-page-container #button-load-more:hover span {
	color: var(--text-color-blue);
}
.product-layout .product-block .product-block-actions {
	width: 100%;
}
#cart-container .modal-footer a {
	background-color: transparent;
}
.product-layout .product-block .product-block-actions-wrapper .product-block-add-cart span:last-of-type {
	padding-right: 0;
}
.product-layout .product-block .product-block-price {
}
div#product-html-content {
	margin: auto auto;
}

.top-toolbar .top-toolbar-forms .form-group.first-group span,
.top-toolbar .top-toolbar-forms .form-group.first-group .form-group-wrapper {
	max-width: 100%;
}
/* Generic */

/* Deals */
.deals-module-container .product-deals-outer .product-block .product-block-price .amount_before {
	display: flex;
	align-items: center;
	font-size: var(--size);
}
.deals-module-container .product-deals-outer .product-block .product-block-price span {
	font-size: var(--size);
}
.deals-module-container .deals-button {
	flex: 1;
	padding-left: var(--space);
}
.deals-module-container .deals-button a {
	color: var(--text-color-light);
	padding: 0 25px;
	border-radius: 25px;
	justify-content: space-between;
	border: 2px solid #FFFFFF;
	min-height: 50px;
    background-color: #FFFFFF1A;
}
.deals-module-container .deals-button a:hover {
	background-color: var(--background);
	color: var(--text-color-dark);	
}
/* Deals */

/* Contact */
#information-contact .contact-image {
	background-color: #a1a1a1;
	padding: var(--space);
	border-radius: 5px;
}
#information-contact h3,
#information-contact legend {
	font-weight: var(--font-weight-bold);
	font-size: var(--md-size);
	padding: var(--space) 0;
}
#information-contact .card.card-default {
	box-shadow: 0px 3px 20px #00000026;
	border: none;
	background-color: var(--background);
	border-radius: 3px;
}
#information-contact .col-sm-3 {
	font-size: var(--size);
}
#information-contact .col-sm-3 strong {
	font-size: var(--sm-size);
}
#information-contact .col-sm-3 strong:after {
	content: '';
	height: 1px;
	width: 60px;
	background-color: var(--background-blue);
	display: flex;
	margin: var(--space-half) auto 0 auto;
}
/* Contact */

/* Product List */
.product-layout.product-list .product-block {
	justify-content: flex-start;
}
.product-layout .product-block .product-middle {
	width: 100%;
	display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.product-layout.product-list .product-block .product-top {
	flex: 1;
}
.product-layout.product-list .product-block .product-middle {
	border-right: 2px solid #EBEBEB;
	height: 100%;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    position: relative;
    flex:  0 0 60%;
    max-width: 60%;
    width: auto;
}
.product-layout.product-list .product-block .product-block-bottom-actions {
	width: auto;
}
.product-layout.product-list .product-block .product-block-actions {
	position: absolute;
	right: 0;
	top: 0;
	width: auto;
}
.product-layout.product-list .product-block .product-block-top-actions .sku {
	padding-right: var(--space-triple);
}
.product-layout.product-list .product-list-content {
	flex: 1;
}
.product-layout .product-list-content {
	width: 100%;
	padding: 0 var(--space-half) var(--space-half) var(--space-half);
} 
/* Product List */

/* DRILL SEARCH */
.container.module-container.category-drill-search .drill-module-wrap{
	background:#231F20 url(../../image/acc_bg.jpg);
}

.container.module-container.category-drill-search .drill-module-wrap{
    background-position: right;
    background-repeat: no-repeat;
    background-size: 1000px auto;
    background-attachment: fixed;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 4rem 2rem;
}

.drill-section-content {
	display: flex;
	flex-wrap: wrap;
	margin: -.25rem;
}

.drill-section-content .drill-item-wrap {
	flex: 0 0 50%;
	max-width: 50%;
	padding: .25rem;
}

.drill-section-title {
	color: #fff;
	font-size: 1rem;
	font-weight: bold;
	margin-bottom: 1rem;
}	

.category-drill-search .module-heading {
    display: flex;
    color: #fff;
    margin-bottom: 4rem;
}

.category-drill-search .module-heading span.module-title-text {
    color: #fff;
}

.category-drill-search .module-heading h3.module-title {
    justify-content: flex-start;
    margin: 0;
    padding: 0;
    font-size: 36px;
    line-height: 34px;
    font-weight: bold;
    margin-top: .5rem;
    margin-bottom: .5rem;
}

.category-drill-search .module-heading span.module-title-text {
    text-align: left;
}

.category-drill-search .module-heading h3.module-hypertitle {
    margin: 0;
    padding: 0;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 12px;
    color: #28aae2;
}

.category-drill-search .module-heading h4.module-subtitle {
    margin: 0;
    padding: 0;
}

.category-drill-search .module-heading .module-heading-icon {}

span.menuc--.menuicon-phone-charger {}

.category-drill-search .module-heading .module-heading-icon {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    color: var(--text-color-orange);
}

.category-drill-search .module-heading .module-heading-content {
    padding-left: 1rem;
}

.category-drill-search .module-heading h3.module-hypertitle span.module-title-text {
    color: #28aae2;
}

.category-drill-search .module-heading h3.module-title span.module-title-text {}

.category-drill-search .module-heading h4.module-subtitle span.module-subtitle-text {
    color: #808080;
    font-weight: normal;
    font-size: 14px;
    line-height: 14px;
}

.drill-section.drill-section-b {
    border-left: dotted 2px rgba(255,255,255,0.2);
    border-right: dotted 2px rgba(255,255,255,0.2);
}

.drill-item-wrap .list-group-item {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: bold;
	padding: .5rem;
    border: solid 3px #fff;
	height:100%;
}

.drill-item-wrap .list-group-item img {
    height: 40px;
}

.drill-item-wrap.drill-item-wrap-brand a {
    justify-content: center;
    text-align: center;
}

.drill-item-wrap .list-group-item:hover,
.drill-item-wrap .list-group-item:active,
.drill-item-wrap .list-group-item:focus,
.drill-item-wrap .list-group-item.active-link

{
	border-color:#28aae2;
	/*color:#28aae2;*/
}

select.form-control.drill-search-input {
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 3rem;
	height: 50px;
}

select.form-control.drill-search-input:disabled {
	opacity:.5;
}


.drill-section-content a.btn.btn-primary {
    display: flex;
    width: 100%;
    max-width: 340px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    color: #fff;
    border: 2px solid #28AAE2;
    font-size: 15px;
    background: #FFFFFF1A;
    font-weight: normal;
    height: 50px;
    line-height: 15px;
    align-items: center;
	cursor:pointer;
}

.drill-section-content a.btn.btn-primary:hover,
.drill-section-content a.btn.btn-primary:active,
.drill-section-content a.btn.btn-primary:focus {
	 background: #28AAE2;
}

.drill-section-content a.btn.btn-primary span {
    flex: 1;
    text-align: left;
}

.drill-section-content a.btn.btn-primary i {
    font-size: 11px;
}

.drill-sections-row.row {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
}

.drill-sections-row.row .drill-section {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
	position: relative;
}

.drill-section-content .lds-ring {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: none;
}

.drill-section-content .lds-ring div {border: 8px solid #FFF;width: 40px;height: 40px;border-color: #fff transparent transparent transparent;}
	
	
@-webkit-keyframes spaceboots {
    0% { -webkit-transform: translate(2px, 1px) rotate(0deg); }
    10% { -webkit-transform: translate(-1px, -2px) rotate(-1deg); }
    20% { -webkit-transform: translate(-3px, 0px) rotate(1deg); }
    30% { -webkit-transform: translate(0px, 2px) rotate(0deg); }
    40% { -webkit-transform: translate(1px, -1px) rotate(1deg); }
    50% { -webkit-transform: translate(-1px, 2px) rotate(-1deg); }
    60% { -webkit-transform: translate(-3px, 1px) rotate(0deg); }
    70% { -webkit-transform: translate(2px, 1px) rotate(-1deg); }
    80% { -webkit-transform: translate(-1px, -1px) rotate(1deg); }
    90% { -webkit-transform: translate(2px, 2px) rotate(0deg); }
    100% { -webkit-transform: translate(1px, -2px) rotate(-1deg); }
}

.shake {
    -webkit-animation-name: spaceboots;
    -webkit-animation-duration: 0.8s;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear
}	

.shake select {
	color:#dd0000;
}

@media(max-width:991px) {

	.drill-sections-row.row .drill-section {
		flex: 0 0 100%;
		max-width: 100%;
		margin-bottom: 2rem;
	}

	.drill-section.drill-section-b {
		border: none;
	}

	.category-drill-search .module-heading {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		text-align: center;
	}

	.category-drill-search .module-heading .module-heading-content {
		padding-left: 0;
	}

	.category-drill-search .module-heading h3.module-title span.module-title-text {
		text-align: center;
	}

	.category-drill-search .module-heading {
		margin-bottom: 2rem;
	}

	.category-drill-search .module-heading .module-heading-icon {
		margin-bottom: 1.5rem;
	}

	.drill-section-title {
		text-align: center;
	}

	.container.module-container.category-drill-search {
		-webkit-border-radius: 0;
		border-radius: 0;
	}

}
	
/* DRILL SEARCH */

/* Product page - category banner */
.category-banner{
	background: #000;
	border-radius: 10px;
	padding: 40px;
	margin-top: var(--space-quad);
}
.category-banner-info{
	flex: 1;
    width: 100%;
    max-width: 360px;
}
.category-banner-subcategories{
	padding-left: var(--space-triple);
}
.category-banner-info-icon{
	text-align: left;
	font-size: 12px;
	letter-spacing: 2.4px;
	color: var(--text-color-orange);
	margin-bottom: 20px;
}
.banner-icon {
	max-width: 60px;
}
.category-banner-info-title{
	font-size: 34px;
	font-weight: 600;
	letter-spacing: 0px;
	color: #FFFFFF;
	margin-bottom: 30px;
}
.category-banner-info-icon-inner span {
	padding-left: var(--space-quarter);
}
.category-banner-info-subtitle{
	font-size: 16px;
	letter-spacing: 0px;
	color: #FFFFFF;
	opacity: 0.8;
	margin-bottom: 40px;
	font-weight: 200;
}
.category-banner-subcategory-block {
	padding-right: var(--space-quarter);
	padding-left: var(--space-quarter);
}
.category-banner-subcategory {
	width: 100%;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	border-radius: 5px;
	opacity: 1;
	padding: 20px;
	height: 100%;
}
.category-banner-subcategory-caption {
    display: flex;
    align-items: center;
    flex-direction: column;
    height: 100%;
    justify-content: flex-end;
    width: 100%;
}
.category-banner-subcategory:not(:first-child) {
	margin-left: 16px;
}
.category-banner-subcategory-name {
	font-size:18px;
	font-weight: 800;
	letter-spacing: 0px;
	text-align: center;
	color: #252525;
	opacity: 1;
	margin-bottom: 40px;
	transition: 300ms ease-in-out;
}
.category-banner-subcategory:hover .category-banner-subcategory-name {
	color: var(--text-color-orange);
}
.category-banner-subcategory-image {
	overflow: hidden;
	height: 100%;
    padding-bottom: 65px;
}
.category-banner-subcategory-image img {
	transition: 300ms ease-in-out;
}
.category-banner-subcategory:hover .category-banner-subcategory-image img {
	transform: scale(1.1);
}
.category-banner-url{
	border: 2px solid #FFFFFF33;
	border-radius: 22px;
	width: 100%;
	max-width: 240px;
	flex: 240px;
	background: transparent;
	padding: 10px 20px;
	font-size: 14px;
	letter-spacing: 0px;
	color: #FFFFFF;
	opacity: 1;
	font-weight: 600; 
}
.category-banner-url:hover {
	background-color: #fff;
}
.category-banner-subcategory-url{
	width: 100%;
	max-width: 145px;
	background: var(--background-blue);
	border-radius: 22px;
	padding: 10px 15px;
	font-size: 12px;
	letter-spacing: 0px;
	color: #FFFFFF;
	opacity: 1;
	font-weight: 200;
}
.category-banner-subcategory-url:hover {
	background-color: #842662;
	color: var(--text-color-light);
}

/* Product shipping costs */
#shipping-costs-result {
	position: absolute;
	font-size: .85rem;
	font-weight: 600;
	bottom: 5px;
}
#shipping-costs-result.error{
	color: red;
}
#shipping-costs-result.success{
	color: green;
}
button.btn-disabled {
	pointer-events: none;
	opacity: .6;
}
