/*
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 page-------*/
@media(max-width: 767px){
.woocommerce .has-product-nav span.onsale {
    top: initial !important;
}
}
.home .swiper-slide img {
    width: 100%;
    height: 240px;
	object-fit: cover!important;
}
.home .elementor-swiper-button.elementor-swiper-button-prev, .home .elementor-swiper-button.elementor-swiper-button-next{
    background: #463535;
    border-radius: 50px;
    color: #fff;
    padding: 6px;
}
/*-----Css for product page------*/
.woocommerce .entry-content .onsale {
    display: block!important;
}
.single-product .product_meta {
    display: none!important;
}
.single-product .entry-content .onsale {
    display: none!important;
}
.woocommerce span.onsale {
	top:initial !important;
    bottom: 1.25rem !important;
    left: 1.25rem;
    background-color: #43c221!important;
    color: #fff;
    padding: .5rem 1.3rem .6rem!important;
    font-size: 1.2rem;
    text-transform: capitalize!important;
    line-height: 1;
	letter-spacing: .1rem!important;
    font-weight: 600;
    z-index: 9;
    border-radius: 0.4rem!important;
    border: 1px solid transparent!important;
}
.woocommerce ul.products li.product li.category{
	display:none!important;
}
.woocommerce ul.products li.product li.btn-wrap {
    display: none !important;
}
ul.woo-entry-inner.clr img {
    transition: all 3s;
    border-radius: 1.6rem;
}
ul.woo-entry-inner.clr:hover img{
    transition: transform 3s ease, box-shadow 0.5s ease;
    transform: rotate(1deg);
    box-shadow: -1rem -1rem 1rem -1rem #0000000d, 1rem 1rem 1rem -1rem #0000000d, 0 0 .5rem #fff0, 0 2rem 3.5rem -2rem #00000080;
	border-radius: 1.6rem;
}
ul.woo-entry-inner.clr:hover .title a {
    text-decoration: underline!important;
}
ul.woo-entry-inner li.title h2, ul.woo-entry-inner li.title, ul.woo-entry-inner li.price-wrap {
    margin-bottom: 0 !important;;
}
ul.woo-entry-inner li.price-wrap {
    margin-top: 0.7rem !important;
}
.woocommerce ul.products li.product .price .amount {
    color: rgb(18,18,18) !important;
	letter-spacing: .1rem;
}
.woocommerce ul.products li.product .price del .amount {
    color: rgb(18 18 18 / 75%) !important;
	letter-spacing: .1rem;
	margin-right: 1rem;
}
ul.woo-entry-inner a:focus {
    outline: solid 0px !important;
}
.post-type-archive-product .page-header {
    background-color: transparent !important;
    padding: 2.5rem 0 !important;
}
.post-type-archive-product .site-breadcrumbs, .post-type-archive-product .page-header .page-subheading{
    display: none;
}
.single-product .page-header {
    display: none;
}
#tab-description{
	display:none !important;
}
.single-product .product-description{
	margin:2.5rem 0;
}
span.svg-wrapper {
    margin-right: 10px;
}
.icon-with-text__item {
    display: flex;
    margin-bottom: 10px;
    align-items: center;
}
.svg-wrapper i {
    font-size: 20px;
}
ul.icon-with-text.icon-with-text--vertical{
    margin: 0 !important;
}
.outline-btn a:hover, .filled-btn a:hover{
	box-shadow:-1rem -1rem 1rem -1rem #0000000d,1rem 1rem 1rem -1rem #0000000d,0 0 .5rem #fff0,0 2rem 3.5rem -2rem #00000080;
}
.easy-return {
    margin: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
	padding-bottom: 40px !important;
}
.easy-return img {
    width: 40px;
    margin: auto;
    margin-bottom: -18px;
}
.easy-return li {
    list-style: none;
}
.owp-product-nav-wrap.clr {
    display: none;
}
.custom-price-message {
    background-color: #43c221!important;
    color: #fff;
    padding: 4px!important;
    font-size: 10px;
    text-transform: capitalize!important;
    line-height: 1;
    letter-spacing: .1rem!important;
    font-weight: 600;
    margin: 10px;
    padding-bottom: 10px;
    border-radius: 0.4rem!important;
    border: 1px solid transparent!important;
}
span.tiered-pricing-dynamic-price-wrapper{
    display: flex;
    align-items: center;
	gap: 6px;
}
.single-product .amount {
    color: #333333;
    font-size: inherit!important;
}

@media(max-width:576px){
.single .woocommerce-notices-wrapper .woocommerce-message {
    display: flex !important;
}
.single .variations_button {
    clear: both;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
}
}
/*---------Email Subscription--------*/
.form-subscribe .elementor-form-fields-wrapper {
    justify-content: center !important;
}
.form-subscribe .elementor-column.elementor-col-20{
    width: auto !important;
}