.single_add_to_cart_button,.single_link_to_cart_button,.wc-forward,.product_type_variable,.product_type_grouped {
    background-color: inherit !important;
    color: white !important;
    text-decoration: none;
    background: -moz-linear-gradient(52deg, rgba(3,0,29,1) 0%, rgba(3,0,29,1) 36%, rgba(125,33,112,1) 82%) !important;
    background: -webkit-linear-gradient(52deg, rgba(3,0,29,1) 0%, rgba(3,0,29,1) 36%, rgba(125,33,112,1) 82%) !important;
    background: linear-gradient(52deg, rgba(3,0,29,1) 0%, rgba(3,0,29,1) 36%, rgba(125,33,112,1) 82%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#03001d",endColorstr="#9a1c80",GradientType=1);
	border-style: solid !important;
    border-width: 2px !important;
	border-image: linear-gradient(90deg,
	rgb(250,250,197),
	rgb(167,129,40),
	rgb(252,250,166),
	rgb(227,195,87)) 1 !important;
    opacity: 1 !important;
}
.single_add_to_cart_button:hover,.single_link_to_cart_button:hover,.wc-forward:hover,.product_type_variable:hover,.product_type_grouped:hover {
    transition: 0.8s !important;
    box-shadow: inset 5px 500px #03001d !important;
}
.custom_btn {
    margin-left: 0 !important;
}
.form_perso {
    display: flex;
    flex-direction: column;
}
.form_perso > label {
    color: white;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 16px !important;
}
#prix_personnalise {
    margin-bottom: 10px;
    max-width: 500px;
}
.ast-container {
    padding-left: .5em !important;
    padding-right: .5em !important;
}
.ast-sticky-add-to-cart {
    background: #03001d;
    border-bottom: solid thin white;
}
h1 {
    font-size: 40px !important;
}
.woocommerce-loop-product__title {
    font-size: 30px !important;
}
.ast-loop-product__link {
    text-decoration: none;
}
.additional_information_tab > a,.woocommerce-product-attributes-item__label,.variations label,.woocommerce-grouped-product-list-item__label > label {
    color: white !important;
}
.woocommerce-error li {
    color: black !important;
}
.woocommerce-grouped-product-list-item__label > label {
    font-size: 16px;
}
@media only screen
and (min-width: 320px)
and (max-width: 450px) {
    .ast-container {
        padding: 1em .5em !important;
    }
    h1 {
        font-size: 35px !important;
    }
    .price {
        font-size: 17px !important;
    }
}
@media only screen
and (min-width: 450px)
and (max-width: 550px) {
    h1 {
        font-size: 38px !important;
    }
    .price {
        font-size: 17px !important;
    }
    .ast-container {
        padding: 1em .5em !important;
        width: 400px;
    }
}
@media only screen
and (min-width: 550px)
and (max-width: 728px) {
    h1 {
        font-size: 42px !important;
    }
    .price {
        font-size: 17px !important;
    }
    .ast-container {
        padding: 1em .5em !important;
    }
    .woocommerce-product-gallery__image,.woocommerce-product-gallery--without-images {
        width: 500px !important;
        margin: .5em auto;
    }
}
@media only screen
and (min-width: 728px)
and (max-width: 919px) {
    .ast-container {
        padding: 1em .5em !important;
    }
    h1 {
        font-size: 45px !important;
    }
    .price {
        font-size: 17px !important;
    }
    .woocommerce-product-gallery__image,.woocommerce-product-gallery--without-images {
        width: 500px !important;
        margin: .5em auto !important;
    }
}
@media only screen
and (min-width: 919px)
and (max-width: 1200px) {
    .ast-container {
        padding: 1em .5em !important;
    }
    h1 {
        font-size: 45px !important;
    }
}