/*
Theme Name: OceanWP Child Theme
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme. Sample child theme.
Author: OceanWP
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

button#place_order:hover {
	background-color:#1681f5;
}

button#place_order {
    background-color: #f82348;
    padding: 18px 20px;
    border-radius: 5px;
    margin-top: -10px;
}

ul.wc_payment_methods.payment_methods.methods label {
    color: #f82348;
    font-weight: 600;
}

.woocommerce-billing-fields label {
    font-weight: bold;
    font-size: 18px;
}

section#custom-header {
    position: relative;
    top: 15px;
}

.insta-pro-class .category {
    display: none !important;
}

.insta-pro-class img {
    width: 100%;
}

ul.woo-entry-inner.clr {
    background-color: #fff;
    border-radius: 20px 20px 20px 20px !important;
}

.page-id-22 .type-product {
    background-color: #fff;
    text-align: center;
	border-radius:20px 20px 20px 20px !important;
}

.page-id-18 .type-product {
    background-color: #fff;
    text-align: center;
	border-radius:20px 20px 20px 20px !important;
}

.page-id-27 .type-product {
    background-color: #fff;
    text-align: center;
	border-radius:20px 20px 20px 20px !important;
}

.insta-pro-class .title a {
    font-size: 18px !important;
    color: #2f373d !important;
    font-weight: 600;
}

.insta-pro-class li.title h2 {
    margin-bottom: 8px;
}

 .insta-pro-class li.title {
    margin-bottom: 0px !important;
}

.owp-quick-view {
    display: none !important;
}

span.woocommerce-Price-amount.amount {
    color: #1681f5 !important;
    font-weight: 600;
    font-size: 17px;
}

.add_to_cart_button {
    background-color: #f82348 !important;
    color: #fff !important;
    padding: 18px 30px !important;
    margin: 20px !important;
    border: none !important;
    border-radius: 100px !important;
    font-size: 16px !important;
    text-transform: uppercase !important;
    box-shadow: 2px 2px 10px #ccc !important;
    transition: all 0.5s ease;
}

.added_to_cart {
    background-color: #f82348 !important;
    color: #fff !important;
    padding: 10px 30px !important;
    margin: 0px 0px 20px 0px !important;
    border: none !important;
    border-radius: 100px !important;
    font-size: 13px !important;
    text-transform: uppercase !important;
    box-shadow: 2px 2px 10px #ccc !important;
    transition: all 0.5s ease;
}

button.single_add_to_cart_button.button.alt {
    background-color: #f82348 !important;
    color: #fff !important;
    padding: 16px 30px !important;
    margin: 0px 0px 0px 0px !important;
    border: none !important;
    border-radius: 100px !important;
    font-size: 13px !important;
    text-transform: uppercase !important;
    box-shadow: 2px 2px 10px #ccc !important;
    transition: all 0.5s ease;
}

.single_add_to_cart_button.button.alt:hover {
    transform: translate3d(0px, -5px, 6px);
}

.add_to_cart_button:hover {
    transform: translate3d(0px, -5px, 6px);
}

.single-product section#custom-header {
    background-image: linear-gradient(#6441a7, #de7a3c);
    margin-top: -20px;
}

.woocommerce-cart section#custom-header {
    background-image: linear-gradient(#6441a7, #de7a3c);
    margin-top: -20px;
}

.woocommerce-checkout section#custom-header {
    background-image: linear-gradient(#6441a7, #de7a3c);
    margin-top: -20px;
} 
.woocommerce form .form-row .input-checkbox {
    margin-right: 10px;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
}

@media only screen and (max-width: 768px) {
	.add_to_cart_button {
		padding: 15px 20px !important;
		margin: 20px !important;
		font-size: 11px !important;
    }
}



