/* select fields */
.woocommerce div.product form.cart .variations select {
	height: 40px !important;
	border-radius: 4px;
	background-color: #e9e6ed;
}

.legal-page {
	margin-top: 90px;
}

.large-titles .clapat-sync-slide {
	justify-content: flex-start !important;
	padding-left: 25px !important;
}

.dark-section-wrapper {
	background-color: #0c0c0c !important;
}

.text-red {
	color: red;
}

#express-payment-method-woocommerce_payments_express_checkout_googlePay {
	border: 1px solid #e9e6ed;
  border-radius: 4px !important;
}

.works-video-list .dark-section-wrapper {
	background-color: transparent !important;
}

.scroll-content {
	min-height: 100dvh;
	display: flex;
	flex-direction: column;
}

.contact-row {
	margin-top: 60px;
}

.contact-row > a {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-bottom: 30px;
}

.contact-row > a > strong {
	color: #00ff00;
	font-size: 35px;
	font-family: "Almarai",'basis_grotesque_promedium', sans-serif;
  font-weight: 700;
	letter-spacing: -1px !important;
}

.contact-row > a > span {
	padding-left: 7.5px;
}

@media only screen and (min-width: 600px) {
	.contact-row > a:first-child {
		padding-right: 15px;
		border-right: 3px solid #e9e6ed;
		margin-right: 15px;
	}
	
	.contact-row {
		display: flex;
		align-items: center;
		flex-wrap: wrap;
		margin-top: 60px;
	}

} 

.scroll-content #main {
	flex-grow: 1;
}

.wc-block-grid__products {
	justify-content: center;
}
.showcase-slider .clapat-sync-slider.small-titles {
	display: none;
}

.works-categories-container {
	display: flex;
	justify-content: center;
	max-width: 700px !important;
	margin-left: auto;
	margin-right: auto;
}

@media only screen and (max-width: 699px) {
	.works-categories-container > p {
	padding: 15px 1.5vw;
	font-size: 4vw !important;
}
	
	#videoContainer [data-video][data-image]:nth-child(odd) {
		padding-right: 3.3vw !important;
	}
	
[data-video][data-image] {
	font-size: 3.5vw !important;
	line-height: 6vw;
	padding-left: 3vw;
	padding-right: 3vw;
}
	
	
.showcase-slider .clapat-caption-inner {
	vertical-align: bottom !important;
	padding-bottom: 90px;
}
}

.large-titles .slide-title {
	font-size: 3.5vw;
	font-weight: 700;
}

.works-video-list {
	min-height: 100dvh !important;
	display: flex;
  flex-direction: column;
  justify-content: center;

}

@media only screen and (min-width: 701px) {
	.works-categories-container > p {
	padding: 15px 10px !important;
		font-size: 30px !important;
}
	
	#videoContainer [data-video][data-image]:nth-child(odd) {
		padding-right: 30px !important;
	}
	
[data-video][data-image] {
	font-size: 25px !important;
	line-height: 45px !important;
	padding-left: 10px;
	padding-right: 10px;
}
	
	
.showcase-slider .clapat-caption-inner {
	vertical-align: middle !important;
	padding-bottom: 0!important;
}
}

.works-categories-container > p {
	transition: color ease-in-out .3s;
	cursor: pointer;
	margin-bottom: 0;
}

.works-categories-container > p strong {
	transition: color ease-in-out .3s;
}

.works-categories-container > p:hover strong {
	color: #00ff00 !important;
}

.works-categories-container > p.active {
	text-decoration: underline;
	text-decoration-color: #00ff00;
	text-underline-offset: 10px;
  text-decoration-thickness: 5px;
}

.large-titles.woocommerce div.product form.cart .variations select .slide-title span {
	font-size: 25px !important;
	text-decoration: underline !important;
	text-decoration-color: #00ff00 !important;
	font-weight: 700;
}

/*header {
	background: rgb(0,0,0);
background: linear-gradient(0deg, rgba(0,0,0,0) 3%, rgba(0,0,0,1) 100%);
}*/

.woocommerce-table__product-name,
.woocommerce-table__product-table {
	background-color: #0a0a0a !important;
	color: white !important;
}

.wc-block-components-button:not(.is-link) {
	border: 1px solid #00ff00 !important;
	border-radius: 4px;
}

.woocommerce-thankyou-order-details {
	border: 1px solid #00ff00 !important;
	background-color: #e9e6ed !important;
	padding: 20px !important;
	box-shadow: unset !important;
	border-radius: 4px;
}

.woocommerce-column--billing-address {
	margin-bottom: 15px;
}

.woocommerce-thankyou-order-received {
	color: white !important;
text-shadow: 0 0 2px #00ff00 !important;
font-weight: bold !important;
	font-size: 35px !important;
	line-height: 1.2 !important;
}
	

.woocommerce-order-details {
	margin-top: 100px !important;
	margin-bottom: 100px !important;
	max-width: 700px !important;
}

.woocommerce-thankyou-order-details li,
.woocommerce-thankyou-order-details li strong {
	color: black !important;
}

@media only screen and (max-width: 570px) {
	.woocommerce-thankyou-order-details li:last-child {
		margin-bottom: 0 !important;
	}
}

@media only screen and (min-width: 571px) {
	.woocommerce-thankyou-order-details {
	padding-top: 50px !important;	
	}
	
	.light-content .cp-button-prev, .light-content .cp-button-next {
		background-color: unset !important;
	}
}

.light-content .cp-button-prev .button-text, .light-content .cp-button-next .button-text {
	/*color: #00ff0 !important;*/
	color: white !important;
}

.woocommerce-order-details__title {
	font-size: 25px !important;
}
	
	
/* mobile */
@media only screen and (max-width: 570px) {
	.wc-block-cart-items__row,
	.woocommerce-thankyou-order-details {
		display: flex !important;
		flex-direction: column !important;
	}
	
	.wc-block-cart-items__row .wc-block-cart-item__image {
		margin-bottom: 20px !important;
	}
	
	.wc-block-components-order-summary-item {
		display: flex !important;
		flex-wrap: wrap !important;
	}

	.wc-block-components-order-summary-item__total-price {
		width: 100% !important;
	}
	
	.woocommerce-order-details {
		margin-top: 50px !important;
		margin-bottom: 50px !important;
	}
}

@media only screen and (min-width: 479px) and (max-width: 766px) {
	.large-titles .clapat-sync-slide {
	padding-left: 35px !important;
}

.showcase-slider .clapat-caption-inner {
	padding-top: 90px !important;
}
}


@media only screen and (min-width: 767px) and (max-width: 874px) {
	.large-titles .clapat-sync-slide {
	padding-left: 45px !important;
}

.showcase-slider .clapat-caption-inner {
	padding-top: 90px !important;
}
}

@media only screen and (min-width: 875px) and (max-width: 1024px) {
	.large-titles .clapat-sync-slide {
	padding-left: 45px !important;
}
}


@media only screen and (min-width: 1025px) and (max-width: 1465px) {
	.large-titles .clapat-sync-slide {
	padding-left: 65px !important;
}
}

@media only screen and (min-width: 1466px) {
	.large-titles .clapat-sync-slide {
	padding-left: 85px !important;
}
}



@media only screen and (min-width: 581px) and (max-width: 875px) {
	.wc-block-components-radio-control__option-
	
	{
		margin-left: 20px !important;
	}
}


/* mobile + tablet */
@media only screen and (max-width: 1024px) {	
	.woocommerce-breadcrumb,
	.woocommerce-result-count,
	.woocommerce-notices-wrapper,
	.woocommerce-products-header,
	.woocommerce .product {
  	padding-left: 40px !important;
		padding-right: 40px !important;
	}
	
	.woocommerce ul.order_details li {
		border-right: unset !important;
	}
}

@media only screen and (min-width: 876px) {
		.wc-block-components-order-summary-item {
		display: flex !important;
		flex-wrap: wrap !important;
	}

	.wc-block-components-order-summary-item__total-price {
		width: 100% !important;
	}
}

/* desktop lg */
@media only screen and (min-width: 1025px) and (max-width: 1466px) {
	.woocommerce .product,
	.woocommerce-notices-wrapper,
	.woocommerce-products-header {
  	padding-left: 60px !important;
		padding-right: 60px !important;
	}
	
	.woocommerce-breadcrumb,
	.woocommerce-result-count {
  	padding-left: 60px !important;
		padding-right: 60px !important;
		margin-top: 40px !important;
	}
}

/* desktop xl */
@media only screen and (min-width: 1467px) {
	.woocommerce .product,
	.woocommerce-notices-wrapper,
	.woocommerce-products-header {
  	padding-left: 80px !important;
		padding-right: 80px !important;
	}
	.woocommerce-breadcrumb,
	.woocommerce-result-count {
  	padding-left: 80px !important;
		padding-right: 80px !important;
		margin-top: 60px !important;
	}
}


/* hide product palette mignatures */
.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
	/*display:none*/
	margin-right: 15px;
	margin-top: 15px;
}

.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) img {
	border-radius: 4px;
}

/* fix header layout */
.site-main,
.wp-block-woocommerce-cart,
.woocommerce-order,
.woocommerce-thank-you-page-container {
	position: relative !important;
	top: 120px !important;
	padding-bottom: 120px !important;
	padding-top: 15px !important;
	height: unset !important;
}

.wp-block-woocommerce-checkout-order-summary-block {
	background-color: #e9e6ed !important;
	color: black !important;
}

.wp-block-woocommerce-checkout-order-summary-block .wc-block-components-product-details li {
	color: black !important;
}

.wp-block-woocommerce-checkout-order-summary-block .wc-block-components-totals-wrapper .wc-block-components-totals-item__description p {
	color: black !important;
}


.wc-block-checkout__form {
	padding-bottom: 200px !important;
}

.wc-block-checkout {
	top: 120px !important;
}

.woocommerce-products-header {
	position: relative !important;
	top: 0px !important;
	height: unset !important;
}

/* bg of size field */
.light-content tr:nth-child(2n) {
	background-color: unset;	
}

/* hide tabulation */

.woocommerce div.product .woocommerce-tabs ul.tabs {
	display: none;
}

.product_meta {
	font-size: 14px;
}

/* tabs */
.woocommerce-tabs {
	border: 1px solid #e9e6ed;
	padding: 24px 10px;
	border-radius: 4px;
	margin-bottom: 40px;
}

.woocommerce-Tabs-panel ul {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}

.woocommerce-Tabs-panel h2 {
	list-style: none;
	padding: 0 20px;
	font-size: 20px
}

.woocommerce-Tabs-panel > p {
	list-style: none;
	padding: 0 20px;
}

.woocommerce-Tabs-panel ul li {
	background-color: grey;
	padding: 5px 10px;
	margin-right: 20px;
	border-radius: 7px;
	color: #e9e6ed;
}

/* related posts */
/* info: fix header layout needs pb-80 if displayed */
#jp-relatedposts {
	display: none !important;
}

.product_title + .price {
	font-size: 16px !important;
}

.price {
	font-size: 30px !important;
	font-weight: 700 !important;
}

table.variations tbody tr {
	display: flex !important;
	flex-direction: column !important;
}

table.variations tbody tr th.label {
	padding: 0;
	text-transform: capitalize;
	line-height: 10px !important;
}

table.variations tbody tr:not(:last-child) {
	margin-bottom: 20px !important;
}

table.variations tbody tr:last-child .value select {
	margin-bottom: 15px !important;
}

.sku_wrapper {
	display: none;
}

.single_add_to_cart_button {
	background: #e9e6ed !important;
	color: black !important;
	width: 100% !important;
}

.wp-post-image {
	border-radius: 4px;
}

/* PAGE => PRODUCT LIST */
.woocommerce-ordering {
	display: none;
}

.products .price {
	font-size: inherit !important;
}

.attachment-woocommerce_thumbnail {
	border-radius: 4px;
}

.woocommerce-notices-wrapper {
	display: flex;
	justify-content: center;
}

.woocommerce-notices-wrapper .woocommerce-message {
	margin-right: 20px;
}

/* Cart notif */
.woocommerce-notices-wrapper .woocommerce-message {
	border-top:  unset!important;
	color: #f2f2f2 !important;
	display: flex !important;
	flex-direction: column !important;
	justify-content: flex-start !important;
	align-items: flex-start !important;
	background-color: rgba(0, 255, 0,.2) !important;
	border-radius: 4px !important;
}

.woocommerce-notices-wrapper .woocommerce-error {
	border-top:  unset!important;
	color: #f2f2f2 !important;
	display: flex !important;
	flex-direction: column !important;
	justify-content: flex-start !important;
	align-items: flex-start !important;
	background-color: rgba(100, 0, 0,.85) !important;
	border-radius: 4px !important;
}

.woocommerce-notices-wrapper .woocommerce-error li {
	margin-bottom: 0px !important;
}

.woocommerce-notices-wrapper .woocommerce-message::before {
	color: #00ff00 !important;
	top: 35% !important;
}

.woocommerce-notices-wrapper .woocommerce-message .wc-forward {
	margin-top: 15px !important;
	
}

@media only screen and (min-width: 1025px) {
	.woocommerce-notices-wrapper .woocommerce-message {
		flex-direction: row !important;
		justify-content: flex-start !important;
		align-items: center !important;
	}
	.woocommerce-notices-wrapper .woocommerce-message .wc-forward {
		margin-top: 0 !important;
		margin-left: auto !important;
	}
}

.serano_portfolio-template-default #hero {
	display: none;
}

#magic-cursor #ball {
	border-radius:0px !important;
	border-color: #00ff00 !important;
	background-color: unset !important;
}

#magic-cursor #ball .arrow-icon {
	display: none !important;
}

.preloader-intro span {
	color: #00ff00 !important;
}

.single-product .product_title {
	font-size: 35px;
font-weight: bold;
letter-spacing: -1px;
color: #00ff00;
}

.site-main .products {
	display: flex !important;
	justify-content: center;
	flex-wrap: wrap;
}

.woocommerce-product-gallery__image img {
	border-bottom: 2px solid #00ff00 !important;
}

.wp-block-woocommerce-cart-cross-sells-block {
	display:none;
}

#menu-menu .menu-item:hover a {
	color: #00ff00 !important;
}

#menu-menu .menu-item a.active {
	color: #00ff00 !important;
}

.wc-block-grid__products {
	margin-top: 30px !important;
}

.light-content #main-page-content {
	color: #e9e6ed;
}

.light-content p {
	color: #e9e6ed;
}

.wp-block-woocommerce-cart-order-summary-block,
.wp-block-woocommerce-checkout-order-summary-block{
	background: #e9e6ed !important;
color: black !important;
	padding: 15px !important;
	border-radius: 4px !important;
	border: 2px solid #00ff00 !important;
}

.wp-block-woocommerce-proceed-to-checkout-block {
	background: #e9e6ed !important;
	border-radius: 4px !important;
	border: 1px solid #00ff00 !important;
	margin-top: 25px !important;
}

.wp-block-woocommerce-proceed-to-checkout-block .wc-block-cart__submit-button {
	color: black !important;
}

.wc-block-cart-items__header .wc-block-cart-items__header-image,
.wc-block-cart-items__header .wc-block-cart-items__header-product,
.wc-block-cart-items__header .wc-block-cart-items__header-total {
	background: #0c0c0c !important;
	color: #e9e6ed !important;
}

.clapat-video-popup-viewport {
	max-width: 90vw !important;
}

	#videoContainer [data-video][data-image]:nth-child(odd) {
		text-align: right;
	}
	#videoContainer [data-video][data-image]:nth-child(even) {
		text-align: left;
	}


#videoContainer {
	display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1200px !important;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
	padding: 20px 10px 5px;
	position: relative;
}

#videoContainer.loading-video::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background-image: url(https://argofilms.tv/wp-content/uploads/2024/12/Animation-1734482149869.gif);
  background-repeat: no-repeat;
  background-position: center;
	background-color: rgba(12, 12, 12, .5);
  z-index: 2;
}

.woocommerce-message .button {
	margin-left: 10px;
}

.shop-listing-container {
	min-height: 100vh;
}

.next-hero-title span,
.light-content .large-titles .slide-title,
.project-page .wp-block-post-title {
	font-family: "Almarai",'basis_grotesque_promedium', sans-serif;
  font-weight: 700;
	letter-spacing: -1px !important;
}

.video-wrapper video.bgvid {
	object-fit: contain !important;
}

.woocommerce .quantity .qty {
	border: 1px solid #e9e6ed;
	border-radius: 4px;
	padding: 10px;
	width: 5rem;
	margin-bottom: 20px;
}

.woocommerce-thank-you-page-check::before {
	color: #00ff00 !important;
}

.reset_variations {
	display: none;
}

#pa_size {
	margin-bottom: 0 !important;
}

[data-video][data-image] {
	cursor: pointer;
	position: relative;
	text-transform: uppercase !important;
	transition: color .3s ease-in-out;
	opacity: .3;
	margin-bottom: 12px;
	font-family: "Almarai",'basis_grotesque_promedium', sans-serif;
  font-weight: 700;
  font-style: normal;
	letter-spacing: -1px;
}

 
[data-video][data-image]::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 3px;
	height: 100%;
	display: block;
	opacity: 1 !important;
	background: #00ff00;
	background: linear-gradient(0deg, rgba(0,255, 0, 0.1) 0%, rgba(0,255,0, 1) 50%, rgba(0,255,0, 0.1) 100%);
}


[data-video][data-image].active {
	color: #e9e6ed !important;
	opacity: 1;
}

[data-video][data-image]:hover {
	color: #00ff00 !important;
	opacity: .8;
}

[data-video][data-image].active::after {
	opacity: .3;
}

.wp-block-woocommerce-cart-order-summary-block .light-content,
.wp-block-woocommerce-cart-order-summary-block p,
.wp-block-woocommerce-cart-order-summary-block span,
.wp-block-woocommerce-cart-order-summary-block a,
.wp-block-woocommerce-cart-order-summary-block button {
	color:black !important;
}

.wc-block-components-notice-snackbar-list {
	bottom: 120px !important;
}

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

}


@media only screen and (min-width: 769px) {
	.blog-template-content ul.products::before {
    content: " ";
    display: block;
    width: 100%;
    height: 31vw;
    position: absolute;
    background-color: white;
    z-index: 1;
}

.woocommerce ul.products.columns-3 .product {
    z-index: 2;
}
}

.related.products {
	display: none !important;
}

@media only screen and (max-width: 767px) {
	#logo img {
		height: 22px !important;
		top: 13px !important;
	}
	.showcase-footer {
		bottom: unset;
		top: calc(100dvh - 80px);
	}
}

@media only screen and (min-width: 768px) {
	#logo img {
	height: 34px !important;
		top: 12px !important;
}
}

mark {
	padding: 0;
}

.wps-product-section.sp-wps-theme_one,
.product.type-product {
	max-width: 1200px;
	margin: auto !important;
}

.project-page .video-cover {
	background-size: contain !important;
}

.project-page iframe {
	width: 100%;
	height: calc(100dvh - 200px - 30px);
}

@media only screen and (min-width: 1094px) {
	.project-page iframe {
		height: calc(100dvh - 80px - 30px - 100px);
	}
}

@media only screen and (max-width: 867px) {
	.next-hero-counter {
    right: -10px !important;
  }
}

.project-page {
	padding-top: 120px;
}

.project-page .video-wrapper.format-4-3 {
  position: relative;
  padding-top: 75%;
}

.custom-16-by-9 {
	max-height: calc(100dvh - 160px - 60px);
}

.custom-16-by-9 iframe {
	max-height: calc(100dvh - 160px - 60px);
}

.project-page .video-wrapper.format-4-3 video.bgvid {
  position: absolute;
	max-height: 100dvh;
	left: 50%;
  transform: translateX(-50%);
}

.clapat-slide {
	cursor: pointer !important;
}

.wp-block-woocommerce-cart-order-summary-block {
	position: relative;
}

.no-tva-mention {
	position: absolute;
	bottom: -25px;
	font-size: 10px;
	white-space: nowrap;
}

@media only screen and (min-width: 876px) {
	.no-tva-mention {
	padding: 0 1rem;
}
}

@media only screen and (max-width: 959px) {
	footer,
#footer-container {
	height: 350px;
}
	.legal-menu .menu {
		flex-direction: column;
		justify-content: space-between;
	}
	
	.legal-menu {
		top: 15px;
	}
}

@media only screen and (min-width: 960px) {
	footer,
#footer-container {
	height: 160px;
}
	.legal-menu .menu {
		flex-direction: row;
		justify-content: center;
	}
	
	.legal-menu .menu li {
		padding: 0 15px;
	}
	
	.legal-menu {
		bottom: 0;
	}
	
	.footer-middle {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}
}

footer .socials-wrap {
	height: 80px;
}

.legal-menu {
	position: relative;
	height: fit-content;
	overflow: hidden;
	font-size: 14px;
	line-height: 30px;
	font-weight: 500;
	color: #000;
	pointer-events: initial;
	display: table;
	width: 100%;
	padding: 30px 0 0;
	max-width: 820px;
	box-sizing: border-box;
	text-align: center;
	margin: 0 auto;
}

.legal-menu .menu {
	display: flex;
	list-style: none;
	margin: 0;
}
.legal-menu .before-span {
	opacity: 1 !important;
	translate: unset;
	rotate: none;
	scale: none;
	transform: unset !important;
}

@media only screen and (min-width: 768px) {
	#wpgs-gallery {
		max-width: 40% !important;
		margin-right: 10% !important;
	}
}

@media only screen and (min-width: 576px) {
	.sp-wps-theme_one {
		display: flex !important;
		flex-wrap: wrap;
	}
	
	.sp-wps-theme_one .wpsf-grid-item {
		padding-left: 15px !important;
	}
}

#wps-slider-section .wpsf-product-img {
	max-height: 60dvh;
	width: auto;
}