/**
 * Caddy Premium Public Styles
 */

:root {
	--cc-announcement-bar-bg-color: #272727;
	--cc-announcement-bar-text-color: #FFF;
}

.cc-compass {
	font-size: 32px;
	color: #fff;
}

.cc-compass i.ccicon-basket {
	font-size: 28px;
}

.cc-compass:hover,
.cc-compass.cc-compass-open {
	color: #000;
}

.cc-compass-open i:before {
	content: "\e901" !important;
}

.cc-rewards {
	flex-direction: column;
	height: 100%;
	display: flex;
}

.cc-body.cc-empty, .cc-rewards {
	min-height: calc(100vh - 51px);
}

.cc-rewards {
	height: calc(100vh - 51px);
}

.cc-rewards-container {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
	padding: 20px;
}

.cc-empty .cc-rewards-container {
	display: block;
	padding: 0;
}

.cc-cart-reward a.button {
	font-family: 'IBM Plex Sans', helvetica !important;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	color: #000;
	font-weight: 400;
	text-transform: none;
	line-height: 1.5;
	letter-spacing: 0;
}

.cc-cart-reward a.button {
	padding: 9px 12px !important;
	background-color: var(--cc-primary-button-bg-color) !important;
	color: var(--cc-primary-button-text-color) !important;
	border-color: var(--cc-primary-button-bg-color) !important;
	font-size: 13px !important;
	text-transform: capitalize;
	letter-spacing: 0;
	font-weight: bold;
	border-radius: var(--cc-button-border-radius) !important;
	line-height: 14px !important;
	background-image: none;
}

.cc-cart-reward a.button:hover {
	background-color: var(--cc-primary-button-hover-bg-color) !important;
	border-color: var(--cc-primary-button-hover-bg-color) !important;
    color: var(--cc-primary-button-hover-text-color) !important;
	text-decoration: none !important;
	transition: 0.5s;
}

.cc-cart-reward {
	padding: 15px;
	border: 2px dashed #c5c5c5;
	background-color: #FFF;
	text-align: center;
	display: inline-block;
	vertical-align: top;
}

.cc-cart-reward:nth-child(2) {
	margin-right: 0;
}

.cc-cart-reward-coupon {
	text-align: center;
	font-size: 14px;
	margin-top: 10px;
}

.cc-cart-reward-amount {
	text-align: center;
	font-weight: bold;
}

.cc-cart-reward-expires {
	text-align: center;
	margin-top: 10px;
	font-size: 14px;
	margin-bottom: 10px;
}

.cc-cart-reward-code {
	font-family: monospace;
	display: block;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: bold;
}

.cc-cart-reward-details {
	font-size: 14px;
}

.cc-cart-reward .cc-reward-action {
	width: 100%;
	margin-top: 10px;
	height: auto;
}

.cc-cart-reward-restrict p {
	margin-bottom: 2px;
}

.cc-cart-reward-restrict label {
	margin-bottom: 5px;
	display: block;
}

.cc-compass.cc-compass-top {
	top: 40px;
	bottom: auto;
}

.admin-bar .cc-compass.cc-compass-top {
	top: 72px;
}

.cc-register {
	margin: 20px 20px 0;
	background-color: #f7f7f7;
	border-radius: var(--cc-border-radius);
}

.cc-register .cc-register-btn {
	margin-bottom: 10px !important;
}

.cp-success-notice {
	border-top: 3px solid #12b99a !important;
}

.cc-cart .cc-body .cc-error, .cc-coupon .woocommerce-error, .cc-rewards .cc-body .cc-error {
	background-color: #ffeded;
    padding: 1em 1em 1em 3em;
    margin-bottom: 1em;
    font-size: 14px;
    border-radius: 3px;
    border: 1px solid #ffbfc2;
}

.cc-cart .cc-body .cc-error::before, .cc-rewards .cc-body .cc-error::before {
	content: "\e016";
	color: #b81c23;
	font-family: WooCommerce;
	position: absolute;
	left: 30px;
}

.cc-coupon .woocommerce-error {
	color: #000000;
}

#toast-container > div {
	background-color: #FFF;
	opacity: 1;
	color: #000;
	font-size: 14px;
	box-shadow: rgb(0 0 0 / 6%) 0px 1px 6px 0px, rgb(0 0 0 / 9%) 0px 2px 32px 0px;
	padding: 18px 16px 19px 55px;
	border-radius: 8px;
	width: 345px;
}

#toast-container > div:hover {
	box-shadow: rgba(0, 0, 0, 0.15) 0px 1px 4px, rgba(0, 0, 0, 0.1) 0px 1px 20px;
}

.toast-bottom-right {
	bottom: 100px;
	right: 25px;
}

.toast-top-right {
	top: 150px;
	right: 25px;
}

.cc-toast-open {
	transition: all 0.3s ease;
	right: calc(var(--cc-window-width) + 30px);
}

#toast-container > .toast-success {
	background-image: none;
}

.toast.toast-success:before {
	content: "\e908";
	font-family: 'caddy-public-icons' !important;
	font-size: 15px;
	color: #ffffff;
	top: 22px;
	background-color: #12b99a;
	border-radius: 100px;
	padding: 3px;
	height: 18px;
	width: 18px;
	position: absolute;
	left: 20px;
	text-align: center;
	line-height: 20px;
	box-sizing: content-box;
}

.cp-success-notice:before {
	content: "\e908" !important;
	font-family: 'caddy-public-icons' !important;
	font-size: 14px;
	color: #ffffff !important;
	background-color: #12b99a;
	border-radius: 100px;
	padding: 1px;
	height: 18px;
	width: 18px;
	text-align: center;
	line-height: 18px;
	margin-right: 10px;
	position: absolute;
	left: 15px !important;
}

.cc-notice-ctas {
	margin-top: 10px;
}

.cc-notice-ctas a.added_to_cart {
	padding-top: .618em;
	background-color: #efefef !important;
	color: #000 !important;
	margin-right: 10px !important;
}

.toast-message .cc-pl-info-wrapper .cc-pl-upsells, 
.toast-message .cc-pl-info-wrapper .cc-pl-upsells a,
.toast-message .cc-pl-info-wrapper .cc-pl-upsells label {
	color: initial;
	text-decoration: none;
}

.cc-notice-rec {
	padding: 0 !important;
}

.cc-notice-rec:before {
	display: none;
}

.cc-notice-rec .cc-pl-info-wrapper {
	background-color: #FFF;
	padding: 20px 0;
}

.cc-notice-rec .up-sells-product {
	display: inline-block;
}

.cc-notice-rec .cc-pl-upsells .slick-list.draggable {
	background-color: transparent;
	border: none;
}

.cc-notice-rec .cc-pl-upsells .cc-pl-upsells-slider .slide {
	border: none;
	padding: 0;
}

.cc-notice-rec .cc-pl-upsells .cc-pl-upsells-slider .slide img {
	width: 150px !important;
	height: 150px !important;
	margin: 0 auto 10px;
	padding: 0;
}

.cc-notice-rec .slick-slide .cc-up-sells-details {
	text-align: center;
}

.cc-notice-rec .slick-slide .title, .cc-notice-rec .slick-slide .price {
	text-align: center;
	display: block !important;
}

.cc-notice-rec .cc-pl-upsells label {
	width: 230px;
	margin: auto auto 15px;
	font-size: 15px;
}

.cc-notice-rec .cc-pl-upsells .slick-slide .single_add_to_cart_button, .cc-notice-rec .slick-slide .button, .cc-notice-rec .woocommerce .slick-slide .button {
	margin-bottom: 0 !important;
}

.cc-notice-rec .slick-arrow {
	font-size: 30px;
}

.cc-notice-rec .slick-slide .cc-up-sells-image {
	padding-right: 0;
}

.cc-notice-rec .cc-pl-upsells .cc-pl-upsells-slider {
	width: 75% !important;
}

.cc-notice-ctas .button {
	color: #000 !important;
	padding: .618em 1em !important;
	transition: all 0.3s ease;
}

.cc-notice-ctas .button:hover, .cc-notice-ctas .button:last-child {
	background-color: #000 !important;
	color: #FFF !important;
}

.toast-message {
	font-size: 14px;
}

.toast-close-button {
	color: #000;
	right: 15px;
	top: 10px;
	background-color: transparent !important;
	color: #000 !important;
	min-height: auto;
	margin: 0;
}

.caddy-wf-notification .toast-close-button {
    right: 15px;
    top: 10px;
    padding-bottom: 3px;
    position: absolute;
    height: 27px;
    width: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff87 !important;
    color: #000000 !important;
    border-radius: 100px;
    text-shadow: none;
    line-height: 0;
	font-size: 22px;
}

.toast-close-button:focus, .toast-close-button:hover {
	background-color: transparent;
	color: #FF0000 !important;
	opacity: 1;
	filter: none;
}

#toast-container > div.caddy-wf-notification {
	padding: 20px;
}

#toast-container>div.caddy-wf-notification:hover {
	cursor: auto;
}

a.caddy-notification-cta.button {
    width: 100%;
    text-align: center;
    border-radius: var(--cc-button-border-radius) !important;
    background-color: #000 !important;
	padding: 15px 20px !important;
    display: inline-block !important;
	color: #FFF !important;
}

a.caddy-notification-cta.button:hover {
	background-color: #2d2d2d !important;
	color: #FFF !important;
}

.caddy-hide-widget .cc-compass {
	display: none;
}

.cc-cart-product a.remove, 
.woocommerce .cc-cart-product a.remove {
    bottom: auto;
}

@media only screen and (max-width: 480px) {

	.cc-notice-rec .cc-pl-upsells .cc-pl-upsells-slider .slide img {
		width: 100px;
		height: 100px;
	}

	.cc-notice-rec .cc-pl-upsells .slick-slide .single_add_to_cart_button, .cc-notice-rec .slick-slide .button, .cc-notice-rec .woocommerce .slick-slide .button {
		font-size: 14px !important;
	}

	.cc-notice-rec .cc-pl-upsells label {
		font-size: 14px;
	}

	.cc-notice-rec .cc-pl-info-wrapper {
		padding: 20px 0;
	}

}

.cc-pl-loading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.cc-pl-loading img {
    width: 38px;
    height: 38px;
}

.cc-pl-upsells {
    position: relative;
    min-height: 200px;
}

.slick-prev,
.slick-next {
    display: none !important;
}

.caddy-prev,
.caddy-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    cursor: pointer;
    font-size: 24px;
    width: 40px;
    height: 40px;
    display: none;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    opacity: 0;
    transition: all 0.3s ease;
}

.cc-pl-upsells .caddy-prev {
    left: -12px !important;
}

.cc-pl-upsells .caddy-next {
    right: -12px !important;
}

.cc-pl-upsells-slider {
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.cc-pl-upsells-wrapper {
	position: relative;
}

.cc-product-upsells-wrapper,
.cc-pl-info-wrapper {
	position: relative;
}

.cc-pl-upsells-slider.slick-initialized {
    display: block;
}

.slick-track {
    background: transparent;
}

.cc-pl-info-wrapper {
	padding-bottom: 0 !important;
}

.cc_item_total_price del {
    color: var(--cc-window-muted-text-color);
    text-decoration: line-through;
    margin-right: 5px;
}

.cc_item_total_price ins {
    color: #d9534f;
    text-decoration: none;
    font-weight: bold;
	margin-left: 0 !important;
}

.cc_item_total_price .cc-savings {
    color: #d9534f;
    font-size: 0.9em;
    margin-left: 5px;
    font-weight: normal;
}

.cc-pl-upsells .variations {
    margin-bottom: 10px;
    width: 100%;
	border: none !important;
}

.cc-pl-upsells .variations td {
    padding: 0;
    vertical-align: middle;
	border: none !important;
}

.cc-pl-upsells .variations td.value {
    width: 60%;
}

.cc-pl-upsells .variations select {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    padding: 5px;
    margin: 0;
	font-size: 14px;
	border-radius: 3px;
}

.cc-pl-upsells .single_variation_wrap {
    margin-top: 10px;
}

.cc-pl-upsells .woocommerce-variation-price {
    margin-bottom: 10px;
}

.cc-pl-upsells .reset_variations {
    display: inline-block;
    margin-top: 5px;
    font-size: 0.8em;
}

.cc-pl-upsells .woocommerce-variation.single_variation {
    display: none !important;
}

.cc-pl-upsells .cc_item_total_price > .price > .price {
    padding: 0;
}

.cc-pl-upsells .variations td.label label {
    text-align: left;
    font-size: 14px;
    vertical-align: middle;
    margin-bottom: 0;
}

.cc-pl-upsells .variations td.label {
	display: none;
}

.cc-pl-upsells .variations tr:last-child td {
    padding-top: 5px;
}

.cc-pl-upsells .variations tr:only-child td {
    padding-top: 0;
}

.caddy-notification-message {
    margin-bottom: 15px;
}

.cc-pl-upsells-rows {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
}

.cc-pl-upsells-rows .row-item {
    display: flex;
    flex-direction: column;
}

@media (max-width: 768px) {
    .cc-pl-upsells-rows {
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
        gap: 15px;
    }
}

.cc-pl-upsells-grid,
.cc-pl-upsells-grid .grid-item {
    display: none;
}

.cc-pl-upsells-slider,
.cc-pl-upsells-rows {
    width: 100%;
}

.cc-pl-upsells-slider {
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.cc-pl-upsells-slider.slick-initialized {
    display: block;
}

.cc-pl-upsells-rows {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.cc-pl-upsells-rows .slide {
    width: 100%;
	cursor: pointer;
    padding: 15px;
    outline: none;
    height: auto;
    background: var(--cc-rec-slide-bg-color);
    border-radius: 3px;
    border: var(--cc-rec-slide-border-width) solid var(--cc-rec-slide-border-color);
    color: var(--cc-rec-slide-text-color);
}

.cc-pl-upsells-rows .cc-up-sells-image {
    padding-right: 15px;
    min-width: 115px !important;
	height: 95px;
}

.cc-pl-upsells-rows .cc-up-sells-details {
    text-align: left;
    width: 100%;
}

.cc-pl-upsells-rows .title {
    font-size: 14px;
    font-weight: bold;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
	line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    max-height: 55px;
    margin-bottom: 0;
}

.cc-pl-upsells-rows .price {
    font-size: 14px;
    padding: 5px 0 5px 0;
    display: block;
    text-align: left;
	margin-bottom: 5px;
}

.cc-pl-upsells-rows .slide img {
    width: var(--cc-thumb-width-d);
    height: var(--cc-thumb-width-d);
    border-radius: var(--cc-border-radius);
}

.cc-pl-upsells-rows .slide .single_add_to_cart_button, 
.cc-pl-upsells-rows .slide .button {
    margin: 0 !important;
    background-color: var(--cc-primary-button-bg-color) !important;
    color: var(--cc-primary-button-text-color) !important;
    border-color: var(--cc-primary-button-bg-color) !important;
    border-radius: var(--cc-button-border-radius) !important;
    padding: 9px 12px !important;
    transition: 0.5s;
    text-transform: capitalize;
    line-height: 16px !important;
    letter-spacing: initial;
    border: none !important;
    font-size: 13px !important;
    font-weight: bold;
}

.cc-pl-upsells-rows .single_add_to_cart_button:hover, 
.cc-pl-upsells-rows .button:hover {
    background-color: var(--cc-primary-button-hover-bg-color) !important;
    color: var(--cc-primary-button-hover-text-color) !important;
    text-decoration: none !important;
}

.cc-pl-upsells-rows .cc_item_total_price {
	margin-bottom: 5px;
}

.cc-rewards-meters {
    display: flex;
    flex-direction: row;
    gap: 3px;
    margin: 0;
    height: 20px;
    align-items: center;
}

.cc-rewards-meter-container {
    flex: auto;
}

.cc-fs {
	padding: 15px 20px;
}

.cc-fs-meter {
    background-color: #f0efef;
    height: 10px;
    border-radius: 10px;
    position: relative;
    overflow: visible;
    margin-top: 0;
    width: 100%;
}

.cc-fs-meter .cc-fs-meter-used {
    display: inline-block;
    height: 10px;
    top: 0;
    position: relative;
    border-radius: 10px;
    animation-name: cc-meter-animation;
    animation-duration: 1s;
    vertical-align: bottom;
    background-color: var(--cc-meter-color);
    background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.25) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.25) 50%, rgba(255, 255, 255, 0.25) 75%, transparent 75%, transparent);
    background-size: 20px 20px;
    transition: 300ms all;
    animation: cc-meter-stripes 1.5s linear infinite reverse;
}

.tier-marker .tier-icon {
    width: 30px;
    height: 30px;
    background: transparent;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #acacac;
    padding: 5px;
    margin-left: auto;
    transition: all 0.3s ease;
}

.tier-marker .tier-icon svg {
    width: 100%;
    height: 100%;
}

.tier-marker.active .tier-icon {
    background: transparent;
    color: var(--cc-meter-color);
}

.cc-fs-title {
    display: block;
    font-size: 15px;
    color: var(--cc-window-text-color);
    margin-top: 8px;
    margin-bottom: 0;
    text-align: center;
}

.cc-fs-icon {
    position: relative;
    align-items: center;
	vertical-align: middle;
	top: auto;
	display: inline-flex;
}

.cc-fs-title .amount {
    font-weight: bold;
}

.cc-signin-link {
    text-decoration: underline !important;
}

.cc-announcement {
	font-size: 15px;
	padding: 15px;
	width: 100%;
	text-align: center;
	background-color: var(--cc-announcement-bar-bg-color);
	font-weight: bold;
	color: var(--cc-announcement-bar-text-color);
}

.cc-heart-icon-left {
	left: 0 !important;
}

.cc-heart-icon-right {
	right: 0 !important;
}
  