/* styler quick shop  */
.styler-quickshop-wrapper {
	max-width: 350px;
	background: var(--styler-light);
	padding: 30px;
	margin: 0 auto;
    padding-top: 50px;
}
.styler-quickshop-wrapper .styler-selected-variations-terms-wrapper {
    margin-top: 0px;
}
.styler-quickshop-wrapper .styler-quickshop-form-wrapper {
	display: block;
}

.styler-quickshop-wrapper .styler-after-cart-grouped-button-wrapper button {
	width: auto;
	flex: 0 0 100%;
}

.styler-quickshop-wrapper .variations_form.cart {
    gap: 15px;
}

.styler-quickshop-wrapper .woocommerce-variation-add-to-cart {
    background: transparent!important;
    border: 0!important;
    padding: 0!important;
    margin: 0;
}
.styler-quickshop-wrapper .woocommerce-variation-price {
    margin-top: 0px;
    line-height: 1;
    padding-top: 15px;
    border-top: 2px dotted var(--styler-gray);
}

.styler-quickshop-wrapper .woocommerce-message {
	margin-top: 30px;
	padding: 0;
	background: none;
	color: var(--styler-success);
	text-align: left;
    font-size: 14px;
}

.styler-quickshop-wrapper ul.woocommerce-error {
	list-style: none;
	position: relative;
	margin: 0;
	margin-top: 10px;
	padding: 25px 15px 15px 15px;
	background: var(--styler-red);
	color: var(--styler-light);
}

.styler-quickshop-wrapper .styler-btn {
	flex: 1 0 auto;
}

.styler-quickshop-wrapper .styler-quickshop-buttons-wrapper:not(.active),
.styler-quickshop-wrapper .styler-quickshop-notices-wrapper:not(.active),
.styler-quickshop-wrapper .styler-product-button,
.styler-quickshop-wrapper .woocommerce-message .button.wc-forward {
	display: none;
}

.styler-quickshop-wrapper .styler-panel-close-button {
    border-radius: 0;
    position: absolute;
    top: 0;
    right: 0;
    opacity: 1;
    background: var(--styler-black);
}

.styler-quickshop-wrapper .styler-panel-close-button:before,
.styler-quickshop-wrapper .styler-panel-close-button:after {
	background-color: var(--styler-light);
	opacity: 1;
}

.styler-quickshop-wrapper .styler-quickshop-buttons-wrapper {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: -38px;
}

.styler-quickshop-wrapper .styler-quickshop-buttons-wrapper .styler-btn {
	min-width: auto !important;
	width: 50%;
	cursor: pointer;
}

.styler-quickshop-wrapper .minicart-extra-text {
    margin: 0;
    position: absolute;
    width: 100%;
    top: 0;
    min-height: 30px;
    left: 0;
    padding: 7px 40px 7px 30px;
    background: var(--styler-black);
    text-align: left;
    color: var(--styler-light);
    line-height: 1;
}

.styler-quickshop-wrapper .styler-product-title {
    margin-bottom: 15px;
}

.styler-quickshop-wrapper .styler-btn-buynow {
    width: 100%;
    flex: 0 0 100%;
}

.styler-quickshop-wrapper .has-buynow .woocommerce-variation-add-to-cart {
    gap: 5px;
}

.styler-quickshop-wrapper .has-buynow .styler-btn {
    min-width: calc(100% - 100px);
    margin: 0;
}

.styler-quickshop-wrapper .quantity {
    max-width: 90px;
}

.styler-quickshop-wrapper .has-buynow .quantity {
    margin: 0;
}

.styler-quickshop-wrapper .has-two-buttons {
    margin-top: 15px;
    flex-wrap: wrap;
    gap: 5px;
    padding-top: 15px;
    border-top: 1px solid var(--styler-gray);
}

.styler-quickshop-wrapper .has-two-buttons>a {
    flex: 0 0 100%;
}

.styler-quickshop-wrapper .styler-whatsapp {
    background-color: #25d366;
    width: 100%;
}

.styler-quickshop-wrapper .styler-whatsapp i {
    font-size: 24px;
    margin-right: 6px;
}

.styler-quickshop-wrapper .post-password-form input[type=password] {
    width: 100%;
    margin: 0;
}

.styler-quickshop-wrapper .post-password-form .input[type="submit"] {
    width: 100%;
    margin-top: 15px;
}

.styler-quickshop-wrapper form.variations_form>div {
    flex: 0 0 100%;
}

@media (max-width: 576px) {
    .styler-mfp-slide-bottom.mfp-ready .zoom-anim-dialog.styler-quickshop-wrapper {
        padding-top: 50px;
    }
}
