/*
 Theme Name:   Sofass Child
 Theme URI:    http://wordpress.com
 Description:  This is a child theme for Sofass
 Author:       Goalthemes
 Author URI:   http://mygoalthemes.com
 Template:     sofass
 Version:      1.0.0
 Text Domain:  sofass-child
*/

html {
	margin-top: 0 !important;
}

#wpadminbar {
	display: none !important;
}

.archive .product-image>a,
.home .product-image>a {
	background-color: #eaeffa;
}

.product-block .image .image-no-effect {
	transform: scale(1) !important;
}

.rea .list-vertical {
	gap: 10px;
	flex-direction: column;
	display: flex;
}

.home .testimonials-item-style2 {
	padding: 0;
}

.single-product .image-mains img {
	filter: brightness(1.3);
	transform: scale(1.3);
}

.single-product .image-mains {
	max-width: 50% !important;
	margin: auto;
	pointer-events: none;
}

.single-product .top-content {
	background-color: #0052c9;
}

.single-product .top-content .top-row {
	display: flex;
	align-items: center;
	justify-content: center;
}

.single-product .right-info .information {
	border: 1px solid #0052c9;
	padding: 50px;
	box-shadow: 0 30px 40px 0 rgba(28, 30, 35, .2);
	background-color: #eef3fc;
}

.single-product .woocommerce-product-details__short-description {
	color: black;
}

.single-product .woocommerce-price-suffix {
	color: black;
	font-size: 12px;
	margin-left: -5px;
}

.single-product #content {
	margin-top: 30px;
}

.single-product .products-slide img {
	background-color: #eaeffa;
}

.single-product .nav-links {
	display: none !important;
}

.single-product .single_add_to_cart_button {
	background-color: #0052c9 !important;
	border-color: #0052c9 !important;
	border-radius: 0px !important;
	width: 100% !important;
}

.single-product .single_add_to_cart_button:hover {
	filter: brightness(1.4);
}

.single-product .delivery-shipping-info {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.single-product .delivery-shipping-info .item {
	margin: 0px !important;
}

.single-product .item .item-btn {
	padding: 15px;
	border: 1px solid black;
	width: 100%;
	text-align: center;
	color: #0052c9;
}

.single-product .item .item-btn:before {
	display: none !important;

}

.single-product .delivery-shipping-info {
	display: none;
}

.single_add_to_cart_button {
	text-transform: none !important;
}

.single-product .wapf-field-input .wapf-input[type="text"] {
	border: 2px solid #0052c9;
	padding: 10px;
	color: black;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 3px;
}

.single-product .image-mains .onsale {

	display: none;
}

.breadcrumb .active {
	color: white !important;
}

.menu-item-gtranslate .dropdown-menu {
	min-width: auto !important;
	padding: 15px !important;
}

.elementor-widget-sofass_features_box .item-inner-features {}

.elementor-widget-sofass_features_box .features-box-image.icon {

	color: #0052c9 !important;
}

.elementor-widget-sofass_features_box .description {
	color: #1a1a1a !important;
	font-size: 14px !important;
}

#home-bloc-shadow {
	background-color: #eaeffa;
	position: relative;
	overflow: hidden;
}

.archive #main-container {
	margin-top: 60px;
}

.a-propos-footer .list-vertical .item:last-child {
	margin-top: 15px;
}

.main-sticky-header {
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
}

@keyframes supportBannerGradientAnimation {
	0% {
		transform: translateX(0)
	}

	to {
		transform: translateX(-50%)
	}
}

.SupportBanner .Section__layout {
	--sectionPaddingTop: 0
}

.SupportBanner__card {
	position: relative;
	padding: 40px 16px 32px
}

@media (max-width:899px) {
	.SupportBanner__card {
		padding: 40px 16px 16px
	}
}

.SupportBanner__gradientContainer {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 8px
}

.SupportBanner__gradient,
.SupportBanner__gradientPlaceholder {
	position: absolute;
	top: 0;
	left: 0;
	width: 300%;
	height: 8px;
	background: linear-gradient(90deg, #fab000, #ff7600 6.25%, #ff5996 12.5%, #635bff 18.75%, #02bcf5 25%, #635bff 31.25%, #ff5996 37.5%, #ff7600 43.75%, #fab000 50%, #ff7600 56.25%, #ff5996 62.5%, #635bff 68.75%, #02bcf5 75%, #635bff 81.25%, #ff5996 87.5%, #ff7600 93.75%, #fab000);
	animation: supportBannerGradientAnimation 5s linear infinite
}

.SupportBanner__gradient {
	z-index: 1
}

.SupportBanner__gradientPlaceholder {
	animation: none
}

.SupportBanner__graphic {
	padding: 0 var(--columnPaddingNormal)
}

.SupportBanner__graphicInner {
	display: grid;
	align-content: center;
	row-gap: 24px;
	width: 492px;
	height: 181px
}

@media (max-width:899px) {
	.SupportBanner__graphicInner {
		opacity: 0;
		height: 0;
		visibility: hidden
	}
}

.SupportBanner__message {
	position: relative;
	display: inline-flex;
	opacity: 0;
	transform: translateY(calc(100% - 10px))
}

.SupportBanner__message>span {
	display: block;
	padding: 10px 16px 12px;
	font: var(--bodyFont);
	line-height: 22px;
	letter-spacing: -.16px;
	opacity: 0;
	z-index: 1
}

.SupportBanner__message svg {
	position: absolute;
	top: 0
}

.SupportBanner__message font {
	transform: scale(var(--scale))
}

.SupportBanner__message--one {
	justify-self: end
}

.SupportBanner__message--one svg {
	right: 0
}

.SupportBanner__message--one>span {
	max-width: 31ch;
	color: #fff
}

.SupportBanner__message--two {
	justify-self: start
}

.SupportBanner__message--two svg {
	left: 0
}

.SupportBanner__message--two>span {
	max-width: 42ch;
	inset: 10px 8px 12px 16px;
	color: #0a2540
}

.SupportBanner__ellipsis {
	position: absolute;
	display: flex;
	gap: 5px;
	z-index: 1
}

.SupportBanner__ellipsis span {
	width: 5px;
	height: 5px;
	border-radius: 50%;
	opacity: 0
}

.SupportBanner__message--one .SupportBanner__ellipsis {
	top: 19px;
	right: 17px
}

.SupportBanner__message--one .SupportBanner__ellipsis span {
	background: #fff
}

.SupportBanner__message--two .SupportBanner__ellipsis {
	top: 19px;
	left: 17px
}

.SupportBanner__message--two .SupportBanner__ellipsis span {
	background: #0a2540
}

.SupportBanner__graphicInner--translated {
	position: absolute;
	top: 0;
	left: 0;
	visibility: hidden
}

@media (max-width:899px) {
	.SupportBanner__graphicInner--translated {
		position: relative;
		visibility: visible;
		opacity: 1;
		height: auto
	}
}

.SupportBanner__graphicInner--translated .SupportBanner__message,
.SupportBanner__graphicInner--translated .SupportBanner__message>span {
	opacity: 1;
	transform: none
}

.SupportBanner__graphicInner--translated .SupportBanner__message--one,
.SupportBanner__graphicInner--translated .SupportBanner__message--two {
	border-radius: 4px
}

.SupportBanner__graphicInner--translated .SupportBanner__message--one {
	background: #0a2540
}

.SupportBanner__graphicInner--translated .SupportBanner__message--two {
	background: #e7ecf1
}

.add-cart .text {
	text-wrap: auto;
}

#goal-footer .content-rea .features-box-image {
	color: #96C37E !important;
}

#menu-menu-user li {
	margin-bottom: 10px;
}

.goal-search-form-inner .btn-search,
.woocommerce-orders-table__cell-order-actions .woocommerce-button {
	background-color: #0052c9 !important;
	color: white !important;
}

#commentform .submit {
	background-color: #0052c9 !important;
	color: white !important;
	text-transform: none !important;
}

.home .widget-categories-box .row :nth-child(3) .categories-item {
	opacity: 0.5;
	pointer-events: none;
}

.home .widget-categories-box .row :nth-child(3)::before,
.home .widget-categories-box .row :nth-child(4)::before {
	content: 'Prochainement';
	position: absolute;
	top: 31%;
	left: 50%;
	transform: translateX(-50%);
	color: #004ebf;
	z-index: 1;
	display: block;
	font-weight: 600;
	background-color: #eaeffa;
	border-radius: 5px;
	padding: 5px 15px;
	box-shadow: 0 30px 40px 0 rgba(28, 30, 35, .2);

}

.home .widget-categories-box .row :nth-child(4) .categories-item {
	opacity: 0.5;
	pointer-events: none;

}

.woocommerce ul.order_details li.method strong {
	color: #96C37E !important;
}

.payment_method_stripe {
	border-color: #22c55e !important;
}