/* General */

.disabled {
	pointer-events: none;
}

input.disabled {
	opacity: 0.6;
	background-color: #eeeeee;
}

.bg-muted {
	background-color: #7d879c !important;
}

.summary {
	word-break: break-all;
	hyphens: auto;
	text-align: justify;
}

.text-preserve {
	white-space: preserve;
}

.bg-initial,
input.disabled.bg-initial {
	background: initial;
}

/* Cursor */

.cursor-pointer { cursor: pointer; }

/* Scrollbar */

.scrollbar-thin { scrollbar-width: thin; }
.scrollbar-none { scrollbar-width: none; }
.scrollbar-auto { scrollbar-width: auto; }

/* Width */

.w-5  { width: 5% !important; }
.w-10 {	width: 10% !important; }
.w-15 {	width: 15% !important; }
.w-20 {	width: 20% !important; }
.w-25 {	width: 25% !important; }
.w-30 {	width: 30% !important; }
.w-35 {	width: 35% !important; }
.w-40 {	width: 40% !important; }
.w-45 {	width: 45% !important; }
.w-50 {	width: 50% !important; }
.w-55 {	width: 55% !important; }
.w-60 {	width: 60% !important; }
.w-65 {	width: 65% !important; }
.w-70 {	width: 70% !important; }
.w-75 {	width: 75% !important; }
.w-80 {	width: 80% !important; }
.w-85 {	width: 85% !important; }
.w-90 {	width: 90% !important; }
.w-95 {	width: 95% !important; }

.mw-0 { min-width: 0 !important; }
.mw-5  { min-width: 5% !important; }
.mw-10 { min-width: 10% !important; }
.mw-15 { min-width: 15% !important; }
.mw-20 { min-width: 20% !important; }
.mw-25 { min-width: 25% !important; }
.mw-30 { min-width: 30% !important; }
.mw-35 { min-width: 35% !important; }
.mw-40 { min-width: 40% !important; }
.mw-45 { min-width: 45% !important; }
.mw-50 { min-width: 50% !important; }
.mw-55 { min-width: 55% !important; }
.mw-60 { min-width: 60% !important; }
.mw-65 { min-width: 65% !important; }
.mw-70 { min-width: 70% !important; }
.mw-75 { min-width: 75% !important; }
.mw-80 { min-width: 80% !important; }
.mw-85 { min-width: 85% !important; }
.mw-90 { min-width: 90% !important; }
.mw-95 { min-width: 95% !important; }

/* Height */

.h-20px  { height: 20px !important; }
.h-40px  { height: 40px !important; }
.h-60px  { height: 60px !important; }
.h-80px  { height: 80px !important; }
.h-100px  { height: 100px !important; }
.h-120px  { height: 120px !important; }

/* Font size */

.fs-50 { font-size: 50% !important; }
.fs-55 { font-size: 55% !important; }
.fs-60 { font-size: 60% !important; }
.fs-65 { font-size: 65% !important; }
.fs-70 { font-size: 70% !important; }
.fs-75 { font-size: 75% !important; }
.fs-80 { font-size: 80% !important; }
.fs-85 { font-size: 85% !important; }
.fs-90 { font-size: 90% !important; }
.fs-95 { font-size: 95% !important; }
.fs-105 { font-size: 105% !important; }
.fs-115 { font-size: 115% !important; }
.fs-125 { font-size: 125% !important; }

/* Margins */

.mb-425 {
	margin-bottom: 1.75rem;
}

.mb-45 {
	margin-bottom: 2rem;
}

.mb-475 {
	margin-bottom: 2.5rem;
}

/* Alerts */

.alert-dark {
	border-color: #545c6b !important;
	background-color: #545c6b !important;
	color: #ffffff !important;
}

.alert-dark .alert-link {
	color: #ffffff !important;
	opacity: 0.8;
}

.alert-dark .btn-close {
	color: #ffffff !important;
}

.alert-success {
	border-color: #27b378 !important;
	background-color: #27b378 !important;
	color: #ffffff !important;
}

.alert-success .alert-icon {
	background-color: #27b378;
}

.alert-success .alert-link {
	color: #ffffff !important;
	opacity: 0.8;
}

.alert-success .btn-close {
	color: #ffffff !important;
}

.alert-danger {
	border-color: #dc3545 !important;
	background-color: #dc3545 !important;
	color: #ffffff !important;
}

.alert-danger .alert-link {
	color: #ffffff !important;
	opacity: 0.8;
}

.alert-danger .btn-close {
	color: #ffffff !important;
}

.alert-warning {
	border-color: #fea569 !important;
	background-color: #fea569 !important;
	color: #ffffff !important;
}

.alert-warning .alert-link {
	color: #ffffff !important;
	opacity: 0.8;
}

.alert-warning .btn-close {
	color: #ffffff !important;
}

.alert-warning {
	border-color: #fea569 !important;
	background-color: #fea569 !important;
	color: #ffffff !important;
}

.alert-accent .alert-link {
	color: #ffffff !important;
	opacity: 0.8;
}

.alert-accent .btn-close {
	color: #ffffff !important;
}

.alert-accent {
	border-color: #4e54c8 !important;
	background-color: #4e54c8 !important;
	color: #ffffff !important;
}

.alert-info .alert-link {
	color: #ffffff !important;
	opacity: 0.8;
}

.alert-info .btn-close {
	color: #ffffff !important;
}

.alert-info {
	border-color: #409efe !important;
	background-color: #409efe !important;
	color: #ffffff !important;
}

/* Categories menu */

@media(min-width: 992px) {
   #header-categories .dropdown-menu ul li:nth-child(n+4) {
      display: none;
   }
   
   #header-categories .dropdown-menu ul li.more-categories {
      display: initial;
   }
}

@media(max-width: 991px) {   
   #header-categories .dropdown-menu ul li.more-categories {
      display: none;
   }
}

@media(min-width: 992px) {
	.navbar-expand-lg #header-categories .mega-dropdown-column {
		width: 18rem;
	}
}

#header-categories .mega-dropdown-column {
	max-width: 18rem;
}

#header-categories .category-image {
	width: 208px;
	height: auto;
	display: none !important;
}

/* Manufacturers menu */

#header-manufacturers .manufacturer-image {
	width: 208px;
	height: auto;
	display: none !important;
}

/* Left column */

#column-left .product-container {
	width: 100%;
}

#column-left #button-more span {
	display: none;
}

/* Right column */

#column-right .product-container {
	width: 100%;
}

#column-right #button-more span {
	display: none;
}

/* Product page */

.product-badge.product-preorder {
	background-color: #69b3fe;
	color: #ffffff;
}

/* Product card */

.product-card .product-title {
	height: 2.25rem;
  	overflow: hidden;
  	text-overflow: ellipsis;
  	-webkit-line-clamp: 2;
  	-webkit-box-orient: vertical;
	display: -webkit-box;
}

@media (max-width: 991px) {
	.product-card:not(.card-static) .card-body-hidden {
    	opacity: 1;
    	visibility: visible;
    	position: relative;
  	}
}

/* Quick view */

#quick-view .product-description {
	height: 300px;
	overflow: hidden;
}

/* Form */

.form-clean {
	background: transparent;
	border: 1px solid transparent;
	border-radius: 0.3125rem;
	color: #ffffff;
	outline: none;
	padding: 0.25rem 0.5rem;
}

.form-clean:focus {
	background: #4b566b;
}

.form-floating > label {
	opacity: 0.65 !important;
}

.form-floating > .input-group > .form-control::placeholder, 
.form-floating > .input-group > .form-control-plaintext::placeholder {
	color: rgba(0,0,0,0);
}

.form-floating > .input-group > .form-control,
.form-floating > .input-group > .form-control-plaintext {
	padding: 1rem 1rem;
}

.form-floating > .input-group > .form-control,
.form-floating > .input-group > .form-control-plaintext,
.form-floating > .input-group > .form-select {
	height: calc(3.5rem + 2px);
	line-height: 1.25;
}

.input-group > .form-control:focus,
.input-group > .form-select:focus, 
.input-group > .form-floating:focus-within {
	z-index: 0;
}

.form-floating > .input-group:focus-within ~ label,
.form-floating > .input-group:focus-within:not(:placeholder-shown) ~ label {
	transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.form-floating > .input-group > .form-control:focus, 
.form-floating > .input-group > .form-control:not(:placeholder-shown), 
.form-floating > .input-group > .form-control-plaintext:focus, 
.form-floating > .input-group > .form-control-plaintext:not(:placeholder-shown) {
	padding-top: 1.625rem;
	padding-bottom: .625rem;
}

.form-floating > .input-group > .form-control, 
.form-floating > .input-group > .form-control-plaintext {
	padding: 1rem 1rem;
}

/* Google Maps */

.pac-container {
	z-index: 10000 !important;
}

/* Categories sidebar */

.widget-categories .accordion-header > .widget-list-link {
	padding: .444rem 0;
	font-size: .9375rem;
	font-weight: normal;
	box-shadow: none;
}

/* Rating */

.star-rating {
	display: flex;
	align-items: center;
}

.rated .jq-star {
	cursor: default !important;
}

.rating-container {
	margin-left: -3px !important;
}

.jq-star.active polygon[data-side='left'],
.jq-star.active polygon[data-side='right'],
.jq-star.active polygon[data-side='center'],
.jq-star.rated polygon[data-side='left'],
.jq-star.rated polygon[data-side='right'],
.jq-star.rated polygon[data-side='center'] {
	stroke: #fea569 !important;
}

/* Password field */

.password-random-btn {
	position: absolute;
	top: 50%;
	right: 2.25rem;
	margin-bottom: 0;
	padding: .5rem;
	transform: translateY(-50%);
	font-size: 1.0625rem;
	line-height: 1;
	cursor: pointer;
	opacity: 0.4;
	color: #7d879c;
}

.password-random-btn:hover {
	opacity: 1;
	color: #7d879c;
}

/* Steps */

.steps-light span.step-item:hover {
	color: rgba(255, 255, 255, 0.55);
}

/* Cart buttons */

.btn-cart {
	width: 2.75rem;
	height: 2.75rem;
	padding: 0 !important;
	transition: color .25s ease-in-out,background-color .25s ease-in-out,border-color .25s ease-in-out,box-shadow .2s ease-in-out;
	border: 0;
	border-radius: 50%;
	background-color: #f3f5f9;
	color: #373f50;
	text-align: center;
}

.btn-cart:focus {
	outline: 0;
}

.btn-cart:hover {
	color: var(--cz-primary);
}

.btn-cart.btn-sm, .btn-group-sm > .btn-cart.btn {
	width: 2rem;
	height: 2rem;
}

.btn-cart.btn-sm > i, .btn-group-sm > .btn-cart.btn > i {
	font-size: .8125rem;
	line-height: 2rem;
}

.btn-cart > i {
	font-size: 1.0625rem;
	line-height: 2.75rem;
}

/* Google reviews */

.es-google-review {
	border-bottom: 1px solid #e3e9ef;
	padding-bottom: 30px !important;
	margin-bottom: 10px !important;
}

[id^='module-'] .es-google-review {
	border-bottom: none;
	padding-bottom: 0 !important;
	margin-bottom: 0 !important;
}

.es-review-author-name {
	font-weight: 500 !important;
}

.es-rating-item {
	width: 0.75rem !important;
	margin-right: 0.1875rem !important;
}

.es-review-info-container {
	font-size: 0.8125rem !important;
}

.es-review-content {
	font-size: 0.9375rem !important;
}

.es-load-more-button {
	font-weight: normal !important;
}

/* Builds */

#product-build .image-container
{
	position: relative;
	margin: 0 auto;
}

#product-build .image-container a circle {
	fill: #ffffff;
	stroke: #000000;
	stroke-width: 2;
	transition: fill .25s ease-in-out, stroke .25s ease-in-out;
}

#product-build .image-container a:hover circle {
	fill: #fe696a;
	stroke: #fe696a;
}

#product-build .image-container a text {
	font-weight: 500;
	text-anchor: middle;
	dominant-baseline: middle;
	transition: fill .25s ease-in-out;
}

#product-build .image-container a:hover text {
	fill: #ffffff;
}

/* Wishlist */

#account-wishlist #button-clear {
	color: #dae1e7;
}

#account-wishlist #button-clear:hover {
	color: initial;
}

/* Live Chat button */

#podium-bubble,
#podium-prompt {
	display: none !important;
}

#button-live-chat {
	position: fixed;
	bottom: 2.5rem;
	right: 1.25rem;
	display: flex;
	align-items: center;
	z-index: 10000;
	cursor: pointer;
}

#button-live-chat .chat-button-bubble {
	display: flex;
	width: 60px;
	height: 60px;
	text-align: center;
	background-color: rgba(var(--cz-primary-rgb));
	align-items: center;
	justify-content: center;
	border-radius: 30px;
	transition: all 0.2s;
}

#button-live-chat .chat-button-bubble::after {
	content: '';
	position: absolute;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 15px 30px 15px;
	border-color: transparent transparent var(--cz-primary) transparent;
	transform: rotate(135deg);
	bottom: -6px;
	right: -7px;	
}

#button-live-chat .chat-button-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	border-radius: 15px;
	background: #ffffff;
	transition: all 0.5s;
}

#button-live-chat .chat-button-icon::after {
	content: '';
	position: absolute;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 6px 13px 6px;
	border-color: transparent transparent #ffffff transparent;
	transform: rotate(225deg);
	bottom: 10px;
	left: 13px;
	z-index: 1;
}

#button-live-chat .chat-button-dot {
	margin-right: 2px;
	width: 4px;
	height: 4px;
	border-radius: 2px;
	background-color: rgba(var(--cz-primary-rgb));
	margin-top: 1px;
}

#button-live-chat .chat-button-dot:last-child {
	margin-right: 0px;
}

#button-live-chat .chat-button-text {
	display: flex;
	position: fixed;
	bottom: 3.25rem;
	right: 4.5rem;
	background-color: rgba(var(--cz-primary-rgb));
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 13px;
	justify-content: left;
	align-items: center;
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
	height: 30px;
	width: 0;
	transition: all 0.5s;
	overflow: hidden;
	white-space: nowrap;
}

#button-live-chat .chat-button-text span {
	padding-left: 15px;
}

#button-live-chat .chat-button-container:hover .chat-button-text {
	width: 100px;
}

#button-live-chat .chat-button-close {
	position: absolute;
	right: -10px;
	top: 5px;
	line-height: 1;
	background-color: rgba(var(--cz-primary-rgb));
	color: #fff;
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	border: 1px var(--cz-primary) solid;
	border-radius: 10px;
}

#button-live-chat .chat-button-close i {
	position: absolute;
	top: 5px;
	right: 5px;
}

/* Scroll to top button */

.btn-scroll-top {
	bottom: 2.75rem;
}

.btn-scroll-top.show {
	right: 5.25rem;
}

/* Braintree */

.braintree-sheet--has-error .braintree-sheet__error {
	display: none;
}

/* Logo */

.store-logo {
	width: 250px;
}

/* Authorize.Net */

#authorizenet-iframe-container {
	height: 0;
}

#authorizenet-iframe-container.iframe-loaded {
	height: auto;
}

#authorizenet-iframe {
	min-height: 200px;
}

/* Modules */

.module-carousel.tns-carousel .tns-ovh {
	overflow-x: clip;
	overflow-y: visible;
}

.module-carousel.tns-carousel .tns-carousel-inner {
	overflow-x: clip;
	overflow-y: visible;
}