/*
Theme Name: Snap
*/

@keyframes loading {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}
.btn .ic {
	position: relative;
}
.loading .ic:after {
	content: '';
	position: absolute;
	border-radius: 50px;
	animation: loading 2s linear infinite;
	filter: none;
	background-image: none !important;
}
.single_add_to_cart_button.loading .ic:after {
	border: 4px solid #000;
	border-top-color: #fea4d5;
	top: -2px;
	right: -2px;
	width: 13px;
	height: 13px;
}

.single_add_to_cart_button.loading .ic img, .single_add_to_cart_button.added .ic img{
	opacity: 0!important;
}

.single_add_to_cart_button.added .ic:after {
	content: '';
	display: block;
	width: 7px;
	height: 16px;
	border: solid #000;
	border-width: 0 3px 3px 0;
	transform: rotate(45deg);
	background-image: none !important;
	top: -3px;
	right: 0px;
	position: absolute;
}


.woocommerce .blockUI.blockOverlay:before,
.woocommerce .loader:before {
	transform: rotate(45deg);
	background-image: none !important;
	width: 20px;
	height:20px;
	border: 8px solid #2FDADF;
	border-top-color: #fea4d5;
	border-radius: 50px;
	animation: loading 2s linear infinite;
	opacity: 1 !important;
	position: relative;
	z-index: 1001;
}

.wpcf7-not-valid{
	border:1px solid red!important;
}
.wpcf7-not-valid-tip, .wpcf7-validation-errors{
	display:none!important;
}
.wpcf7-response-output{
	border: none!important;
}
.variation dt, .variation dd {
	display: inline-block;
	padding: 0px !important;
	margin: 0px;
}
.carts-block__line .removecart {
	position: absolute;
	width: 27px;
	height: 27px;
	border: 1px solid #CACDD8;
	border-radius: 50%;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	top: 50%;
	right: 0;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.carts-block__line .removecart::before, .carts-block__line .removecart::after {
	width: 14px;
	height: 1px;
	background: #CACDD8;
	display: inline-block;
	content: "";
	position: absolute;
	top: 50%;
	right: 50%;
	-webkit-transform: translate(50%, -50%) rotate(45deg);
	transform: translate(50%, -50%) rotate(45deg);
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.carts-block__line .removecart::after {
	-webkit-transform: translate(50%, -50%) rotate(-45deg);
	transform: translate(50%, -50%) rotate(-45deg);
}
.carts-block__line .removecart:hover {
	background: #CACDD8;
}
.woocommerce a.remove:hover {
	 color: transparent !important;
	 background: #CACDD8;
}
.quantity .quantity-wrap input {
	border: none !important;
}
.quantity-wrap .quantity{
	border-radius: 0px;
}
#update_cart{
	display: none!important;
}
.woocommerce table.shop_table {
	border: none!important;
}
.cart-discount a{
	color:#2FDADF;
}
.wc-proceed-to-checkout-cart{
	width: 100%;
}
.ppc-button-wrapper {
	width: 100%;
	padding-top: 20px;
}
span.woocommerce-input-wrapper {
	display: block;
	width: 100%;
}
.woocommerce-info{
	display: none!important;
}
#billing_country_field, #shipping_country_field{
	display: none;
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
	background: none !important;
	border-radius: 0px !important;
	width: 100%;
}
.paymentform .place-order{
	display: none;
}
.shopping-right__text .form-title{
	display: none;
}
.shopping-right__text .methods{
	display: none;
}
#add_payment_method #payment div.form-row, .woocommerce-cart #payment div.form-row, .woocommerce-checkout #payment div.form-row {
	padding: 0px;
	width: 100%;
	margin-bottom: 0px;
	padding-bottom: 0px;
	row-gap: 0px;
}
.checkout  .shopping-right__btns {
	border-top: none !important;
}
.hidden{
	display: none;
}
.woocommerce-cart-form .woocommerce-shipping-totals.shipping{
	display: none!important;
}

form.cart {
	width: 100%;
}
#fpd-start-customizing-button {
	outline: none;
	background: rgba(255, 255, 255, 0);
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 2;
	background: #2FDADF;
	border: 3px solid #2FDADF;
	width: auto;
	border-radius: 8px;
	padding: 15px 38px;
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 1;
	text-align: center;
	color: #111111;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	-webkit-box-shadow: 0px 8px 24px rgba(108, 93, 212, 0.25);
	box-shadow: 0px 8px 24px rgba(108, 93, 212, 0.25);
	gap: 10px;
}
#fpd-start-customizing-button {
	background: #FEA4D5;
	border-color: #FEA4D5;
	color: #1E1E1E;
	font-size: 20px;
	font-weight: 600;
	width: 100%;
	display: flex!important;
	margin-bottom: 20px;
}
#fpd-start-customizing-button:hover {
	background: #FFFFFF;
}
#cr_floatingtrustbadge{
	display: none;
}

.page-template-cart.woouploads.woouploads-multiply-quantity .quantity .qty {
	display: block;
}

table.variations {
	width: 100%;
}
.woo-variation-swatches.wvs-show-label .variations td, .woo-variation-swatches.wvs-show-label .variations th {
	width: 100% !important;
}
.woo-selected-variation-item-name{
	display: inline-block;
	width: auto!important;
}
.product-colors__head > span {
	display: inline;
	width: auto;
}
.reset_variations{ 
	outline: none;
    background: rgba(255, 255, 255, 0);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 2;
    background: #2FDADF;
    border: 3px solid #2FDADF;
    width: auto;
    border-radius: 8px;
    padding: 15px 38px;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 1;
    text-align: center;
    color: #111111;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-box-shadow: 0px 8px 24px rgba(108, 93, 212, 0.25);
    box-shadow: 0px 8px 24px rgba(108, 93, 212, 0.25);
    gap: 10px;
}
.color-variable-items-wrapper{
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).color-variable-item .variable-item-span-color, .woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).image-variable-item .variable-item-span-color {
	display: block;
	height: 100%;
	width: 100%;
	border-radius: 50%;
}
.wvs-has-image-tooltip:hover:after, .wvs-has-image-tooltip:hover:before, [data-wvstooltip]:hover:after, [data-wvstooltip]:hover:before {
	opacity: 0;
	visibility: hidden;
}
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item):hover, .woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected, .woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected:hover{
	border-color: #2FDADF;
	-webkit-box-shadow: 0 0 0 3px #2FDADF;
	box-shadow: 0 0 0 3px #2FDADF;
}
.color-variable-item {
	border-radius: 50%!important;
	padding: 0px!important;
	margin: 9px!important;
}
.woocommerce-variation.single_variation {
	margin-bottom: 20px;
}

.nice-select.woo-variation-raw-select {
	display: block!important;
}
.wu-row {
	width: 100%;
	margin: 0px !important;
	display: block !important;
}
div#qrcode {
	width: 100%;
	display: block;
	margin-top: 20px;
}

#qrcode canvas {
	margin: auto;
	display: block;
}


.onlyupload .footer,
.onlyupload .header,
.onlyupload .onsale,
.onlyupload main>*:not(.product-page),
.onlyupload .code.mob-only,
.onlyupload .product-page__slider,
.onlyupload #qrcode,
.onlyupload .product-rating,
.onlyupload .product-page__info
{
	display: none!important;
}

input[type="hidden"] + .radio-input::before,
 input[type="hidden"] + .radio-input::after {
	opacity: 1;
 }
.woo-preview{
	display: none;
}
.added_to_cart {
	display: none!important;
}
.quantity-wrap{
	font-size: 0px;
}
.quantity-wrap br, .quantity-wrap sub{
	display: none;
}

.woouploads-enabled  .quantity,.single-product.woouploads.woouploads-multiply-quantity .product-control>p  {
	display: none;
}
.woocommerce div.product {
	margin-bottom: 0;
	position: relative;
	display: block;
	width: 100%;
}

.woocommerce div.product div.images {
	margin-bottom: 0px;
	display: block;
	width: 100%;
}

.cr-all-reviews-shortcode {
    width: 100%;
}
.select-product .variable-items-wrapper {
	display:none!important;
}
/*.yaydp-pricing-table-wrapper{*/
/*	display: none!important;*/
/*}*/

.fpd-btn-disabled {
    pointer-events: none!important; 
    opacity: 0.5!important; 
    cursor: not-allowed!important; 
}