/*
Theme Name: Pixion Child
Template:   pixion
Theme URI: https://1.envato.market/pixion-wp
Description: Pixion Child Theme
Author: Awaiken
Author URI: https://awaikenthemes.com/
Version: 1.0.0
Text Domain: pixion-child
*/


.elementor-heading-title span {
    background: linear-gradient(to right, #ffd700 0%, #F0FF6C 50%, #c3855c 100%);
	background-size: 200% auto;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all 0.3s ease-in-out;
}

.section-title .elementor-heading-title::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    bottom: 0;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
	border-radius: 50%;
    background-size: cover;
	background: linear-gradient(to right, #ffd700 0%, #F0FF6C 50%, #c3855c 100%);
}

.woocommerce .woocommerce-ordering select {
    padding: 10px;
    border-radius: 5px;
}

.woocommerce ul.products li.product a img {
    border-radius: 5px;
}

.post-entry .woocommerce-loop-product__title {
    font-size: 24px !important;
}

.woocommerce ul.products li.product .price{
    font-size: 18px;
    color: #fff;
}

 a.added_to_cart.wc-forward {
    font-size: 100%;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: .618em 1em;
    font-weight: 700;
    border-radius: 3px;
    left: auto;
    color: #515151;
    background-color: #e9e6ed;
    border: 0;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
    margin-top: 10px;
}

a.ajax_add_to_cart.loading {
  animation: none !important;
  transform: none !important;
	display: block;
}

table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image img {
    margin: 0;
    width: 100%;
    margin-right: 15px;
    padding-right: 15px;
}

table.wc-block-cart-items .wc-block-cart-items__header {
    text-align: center;
}

.is-large.wc-block-cart .wc-block-cart-items th {
    padding: 10px 15px;
    border: 1px solid #fff;
    text-align: center;
}

.is-large.wc-block-cart .wc-block-cart-items td {
    border-left: 1px solid #fff;
}

.page-single-post {
    padding: 90px 0;
}

.page-header {
    padding: 200px 0 60px;
}

.woocommerce-shop .post-content {
    max-width: inherit;
}

.woocommerce-page .post-single-image figure {
    display: none;
}

/* .woocommerce div.product div.images img {
    display: block;
    width: 400px;
    height: 480px;
    box-shadow: none;
    object-fit: fill;
} */

section.related.products h2 {
    display: none;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price {
    color: inherit;
}

.elementor-kit-13
 {
    background-image: url(https://brandonturner.raihan.tech/wp-content/uploads/2025/05/redial-banner-png.png) !important;
}