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

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

body .oceanwp-row .span_3_of_4 {
    width: 73%;
    margin-left:20px;
}
.btn-cont .fa-long-arrow-alt-right { margin-left:10px; }
.product-widget .image { text-align: center; }

.product-widget {margin-bottom:40px !important;}

.product-widget h3 {font-size:26px; margin-bottom:10px;}
.product-widget .price, .product-widget .amount {
    color: #749C8A;
    font-family: Libre Franklin;
    font-weight: 900;
    margin: 10px 0;
    font-size: 20px;
}

.product-widget .btn-cont {margin-top:20px;}
.product-widget .btn-cont a {
	background-color: #DCDCF6;
    font-weight: 500;
    color: #1E1E1E;
    padding: 12px 16px;
    border-radius: 2px;
    font-family: 'Roboto';
}

.product-widget .btn-cont a:hover {
	background-color: #A1A1D3;
}

.cadeaupakket-idee p {font-style:italic; margin-bottom:0px;}
.cadeaupakket-idee h3 {margin-bottom:8px;}
.cadeaupakket-idee a {color:#1e1e1e;}

.cadeaupakket-idee li::before {
	content: '\f174';
    font-family: 'dashicons';
    position: absolute;
    font-size: 16px;
}

.cadeaupakket-idee ul {list-style-type: none;
    margin:12px 0px 20px 20px;
}

.cadeaupakket-idee a {margin-left:30px;}



/* Media queries */ 


@media (min-width: 768px) and (max-width: 1024px) {

body .oceanwp-row .span_1_of_4 {width:30% !important;}

body .oceanwp-row .span_3_of_4 {width: 67%;}



}

@media only screen and (max-width: 600px) {


body .oceanwp-row .span_3_of_4 {
    margin-left:0px; margin-top:15px;}

.product-widget .image {text-align:left;}

}
