* {
	padding:0;
	margin:0;
}

::selection {
	background: #000;
	color: #fff;
	text-shadow: none;
}

body {
	background-color: #000;
}

::-moz-selection {
	background: #000;
	color: #fff;
	text-shadow: none;
}

header#masthead {
	display: block !important;
}

#masthead {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	display: block;
	z-index: 999;
}

.header-wrapper .elementor-section .elementor-container {
	justify-content: space-between;
	align-items: center;
}

.header-wrapper .logo-box {
	width: auto !important;
	float: left;
}

.header-wrapper .menu-box {
	width: auto !important;
	float: right;
}
.notfound-content {
    text-align: center;
    padding: 7vw 0;
    width: 100%;
    height: 100vh;
    float: left;
    background-image: url(https://allsmilesss.naynacodes.com/wp-content/uploads/2025/01/colored-background-1.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    color: #fff;
    overflow: hidden;
}

.notfound-content .elementor-container {
    backdrop-filter: blur(30px);
    padding: 40px;
}

.error404 .notfound-content h1 {
	color: #fff;
}

.error404 .notfound-content h3 {
	margin: 20px 0;
}


body .gform_wrapper,
.gform_confirmation_wrapper {
	width: 100%;
	float: left;
}

body .gform_wrapper {
	margin: 0px 0;
}

body .gform_wrapper form {
	width: 100%;
	float: left;
}

body .gform_wrapper form .gform_body {
	float: left;
	width: calc(100% + 30px) !important;
	margin: 0 -15px !important;
}

body .gform_wrapper .gf_progressbar_wrapper {
	display: none;
}

body .gform_wrapper form .gform_body ul {
	width: 100%;
	float: left;
	display: flex;
	flex-wrap: wrap;
}

body .gform_wrapper form .gform_body ul li.gfield {
	padding: 0px;
	width: 50%;
	float: left;
	padding: 0 15px !important;
	margin: 0 0px 30px !important;
	background-color: transparent;
	border: none;
	clear: inherit;
}

body .gform_wrapper form .gform_body ul li.gfield label {
	width: 100%;
	float: left;
	color: #000;
	font-family: 'Satoshi-Regular';
	font-size: 18px;
	font-weight: 400;
	margin-top: 0px !important;
	padding: 0 0px 10px;
	line-height: 120%;
}

body .gform_wrapper form .gform_body ul li.gfield label span.gfield_required {
	font-size: 18px;
	width: 4px;
	height: 4px;
	border-radius: 100%;
	display: none;
	vertical-align: top;
	margin-left: 0px;
	margin-top: 0px;
}

body .gform_wrapper form .gform_body ul li.gfield.full-box {
	width: 100%;
}

body .gform_wrapper form .gform_body ul li.gfield textarea {
	width: 100% !important;
	height: 120px !important;
	border-radius: 20px !important;
}

body .gform_wrapper form .gform_body ul li.description textarea {
	width: 100% !important;
}

body .gform_wrapper .validation_message {
	color: #790000;
	padding-top: 5px;
	padding-right: 0px !important;
	width: 100%;
	float: left;
	line-height: 120%;
	font-weight: 500;
	letter-spacing: 0.5px;
	font-size: 14px;
}

body .gform_wrapper li.gfield_error div.ginput_complex.ginput_container label,
body .gform_wrapper li.gfield_error ul.gfield_checkbox,
body .gform_wrapper li.gfield_error ul.gfield_radio,
body .gform_wrapper .field_description_below .gfield_description {
	color: #790000;
	padding-top: 5px;
	padding-right: 0px !important;
	width: 100%;
	float: left;
	line-height: 120%;
	font-weight: 500;
	font-size: 14px;
	letter-spacing: 0.5px;
}

body .gform_confirmation_message {
	width: 100%;
	float: left;
	text-align: center;
	font-weight: normal;
	font-family: 'Satoshi-Regular';
	background-color: #029300;
	line-height: 125%;
	border: 1px solid #E8E8E8;
	border-radius: 5px;
	padding: 16px 20px;
	color: #ffffff;
	font-size: 16px;
}

body .gform_wrapper div.validation_error {
	margin-bottom: 20px;
	border: none;
	background-color: #790000;
	color: #ffffff;
	padding: 18px 15px;
	line-height: 120%;
	font-size: 16px;
	display: flex;
}

body .gform_wrapper .top_label div.ginput_container {
	margin-top: 0px !important;
	width: 100%;
	float: left;
}

/* body .gform_body input[type=text],
body .gform_body input[type=email],
body .gform_body input[type=tel],
body .gform_body input[type=number],
body select,
body textarea {
width: 100% !important;
border: 1px solid rgb(155 155 155 / 70%) !important;
border-radius: 30px !important;
padding: 15px 20px !important;
color: #000000 !important;
box-shadow: none;
font-family: 'Satoshi-Regular';
height: auto !important;
font-weight: 300;
line-height: 125% !important;
letter-spacing: 0.5px;
font-size: 16px !important;
margin: 0 !important;
background-color: transparent !important;
appearance: none;
-moz-appearance: none;
-webkit-appearance: none;
outline: none;
} */

body select {
	background-image: url(../images/select-arrow.png);
	background-repeat: no-repeat;
	background-position: right 20px center;
	padding-right: 40px !important;
}

body .gform_wrapper textarea.small {
	height: 80px;
}

body .gform_wrapper .gform_page_footer {
	padding: 0 15px;
	margin-bottom: 0px;
	text-align: left;
	width: 100%;
	float: right;
	margin-top: 10px;
	border: none;
}

.gform_legacy_markup_wrapper .gform_validation_errors>h2 {
	color: #ffffff !important;
	font-weight: 400 !important;
	padding: 0 !important;
	margin: 0px !important;
	line-height: 120%;
}

div#select-image,
.hero-banner{
	transition: all 0.5s ease-in-out;
}

.elementor-widget-theme-site-logo .elementor-widget-container a {
	pointer-events: none;
}

.curpoter{
	cursor: pointer;
}

/*     */

.woocommerce-page header#masthead {
	display: none !important;
}

map{
	cursor: pointer;
}

body .hotspots-interaction {
	margin: 0 !important;
}

body .e-hotspot .e-hotspot__icon svg {
	opacity: 0;
}

body .dialog-message.dialog-lightbox-message{
	overflow: visible;
}

div#elementor-popup-modal-788,
.elementor-popup-modal.dialog-type-lightbox {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

.dialog-lightbox-widget a.dialog-close-button svg {
	display: none;
}

body .elementor-popup-modal .dialog-close-button {
	top: -56px;
	right: -25px;
}

.dialog-lightbox-widget a.dialog-close-button:before {
	content: '';
	width: 60px;
	height: 58px;
	display: inline-block;
	background-image: url(../images/close.webp);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

/*     */

.product {
	position: absolute !important;
	top: 0;
	z-index: -1;
}

.product.active {
	z-index: 2;
}

.hero-banner.active, .product {
	opacity: 0;
	transition: all 0.3s ease-in-out;
}

.hero-banner, .product.active {
	opacity: 1;
	transition: all 0.3s ease-in-out;
}

.afg100, .afgM, .afgL, .afgXl{
	display: none;
}

.siz100, .m-size, .l-size, .xl-size{
	opacity: 0;
}

/*    */

.scrolling-tshirts .slick-arrow:before,
.poster-scroll .slick-arrow:before{
	content: '';
	width: 140px;
	height: 60px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	display: inline-block;
}

.poster-scroll .slick-arrow:before{
	content: '';
	width: 180px;
	height: 80px;
}

.scrolling-tshirts .slick-prev:before,
.poster-scroll .slick-prev:before{
	background-image: url(../images/left-arrow.webp);
}
.scrolling-tshirts .slick-next:before,
.poster-scroll .slick-next:before{
	background-image: url(../images/right-arrow.webp);
}

.scrolling-tshirts .slick-next {
	right: calc(50% - 39px);
}

.scrolling-tshirts .slick-prev {
	left: calc(50% - 157px);
}

.scrolling-tshirts .slick-next, .scrolling-tshirts .slick-prev {
	top: auto;
	bottom: -20px;
}

.poster-scroll .slick-next {
	right: calc(100% - 78%);
}

.poster-scroll .slick-prev {
	left: calc(100% - 44%);
	z-index: 9;
}

.poster-scroll .slick-prev, .poster-scroll .slick-next{
	top: 0;
}

body .woocommerce-error,
body .woocommerce-info,
body .woocommerce-message {
	background-color: rgba(0, 0, 0, 0.5);
	color: #fff;
	font-family: "Consolas", Sans-serif;
}

/*    */

.op0 {
    opacity: 0;
    cursor: pointer;
}

body div#elementor-popup-modal-1666 .dialog-close-button{
    top: 7px;
    right: 10px;
}

body div#elementor-popup-modal-1688 .dialog-close-button {
    top: 34px;
    right: -10px;
}

body div#elementor-popup-modal-1666 .dialog-close-button:before,
body div#elementor-popup-modal-1688 .dialog-close-button:before{
	background-image: url(../images/ring.png);
}

/*    */

.woocommerce-order-received .woocommerce-order {
    color: #fff !important;
    font-family: "Consolas", Sans-serif !important;
}

.woocommerce-order-received .woocommerce-order ul li {
    color: #fff;
}

.woocommerce-order-received .woocommerce-order bdi {
    color: #fff;
}

.woocommerce-order-received .woocommerce-order table th,
.woocommerce-order-received .woocommerce-order table td{
    color: #fff !important;
}

.woocommerce-order-received .woocommerce-order section.woocommerce-order-details,
.woocommerce-order-received .woocommerce-order ul.woocommerce-order-overview, 
.woocommerce-order-received .woocommerce-order section.woocommerce-customer-details{
    background-color: rgba(0, 0, 0, 0.6);
    padding: 20px;
}

.disnone,
.disnonemobie{
    position: absolute !important;
	width: 100% !important;
	height: 100% !important;
}


.disnone .elementor-container,
.disnonemobie .elementor-container {
    width: 100% !important;
    height: 100% !important;
}