/*
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 */

.home-post-name .elementor-image-box-content {
    position: absolute;
    top: 60px;
    left: 0;
}

.home-post-name .elementor-image-box-wrapper {
    max-width: 450px;
    position: relative;
}

.home-post-name-left .elementor-image-box-content {
    position: absolute;
    top: 60px;
    left: 0;
}

.home-post-name-left .elementor-image-box-wrapper {
    position: relative;
    width: 450px;
    float: right;
}

.widget-image-caption {
    max-width: 60%;
    margin: auto;
}

.woocommerce ul.products li.product .woo-entry-inner {
    display: grid;
    grid-template: 'img img' 'cat cat' 'title title' 'price btn';
}

.woocommerce ul.products li.product .woo-entry-inner .image-wrap {
    grid-area: img;
}

.woocommerce ul.products li.product .woo-entry-inner .category {
    grid-area: cat;
}

.woocommerce ul.products li.product .woo-entry-inner .title {
    grid-area: title;
}

.woocommerce ul.products li.product .woo-entry-inner .price-wrap {
    grid-area: price;
}

.woocommerce ul.products li.product .woo-entry-inner.btn-wrap {
    grid-area: btn;
}

.woocommerce ul.products li.product li.btn-wrap {
    text-align: right;
}

.res-row .left-col {
    order: 1;
}

.res-row .right-col {
    order: 2;
}

.res-loop article:nth-child(even) .left-col {
    order: 2;
}

.res-loop article:nth-child(even) .right-col {
    order: 1;
}

.elementor-icon-box-wrapper {
    display: flex;
    flex-direction: row;
    column-gap: 15px;
}