/**
 * Theme Name:     Astra Child
 * Author:         Brainstorm Force
 * Template:       astra
 * Text Domain:	   astra-child
 * Description:    Astra is fast, fully customizable
 */

 .wc-block-components-order-summary button{
	background: transparent !important;
    padding-left: 0;
}
.themepiko-product-template{
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.2rem;
}
.themepiko-product-template li{
	display: flex;
    flex-direction: column;
    border: 1px solid #f2f2;
    align-items: center;
    padding-bottom: 25px;
}
.themepiko-product-template img{
    width: 100%;
    height: auto;
}
.themepiko-product-template h3{
    margin-top: 0;
	font-size: 16px;
    font-weight: 500;
    margin-bottom: 15px;
    text-decoration: none;
    padding-left: 10px;
    padding-right: 10px;
}
.themepiko-product-template img + h3{
    margin-top: 10px !important;
}
.themepiko-product-template p{
    margin: 0 0 10px 0 !important;
}
.themepiko-product-template .tp-price{
	font-weight: bold;
	font-size: 17px;
}
.themepiko-product-template .stock{
    font-size: 14px;
    margin-bottom: 25px !important;
    margin-top: -8px;
}
.tp-notice{
    position: relative;
    bottom: -30px;
}

.wc-block-components-order-summary button:hover .wc-block-components-order-summary__button-text{
	font-size: 20px !important;
	font-weight: 600;
}
.wc-block-product-template .wc-block-components-product-button button,
.products-block-post-template .wc-block-components-product-button button{
	display: none !important;
}
.wp-block-woocommerce-product-collection > .tp-action-button,
 .wp-block-query > .tp-action-button{
    display: none;
 }
 .tp-action-button,
.wp-block-woocommerce-product-collection > .tp-action-bttuon:last-child,
.wp-block-woocommerce-product-collection > .tp-action-button:nth-last-child(3),
 .wp-block-query > .tp-action-button:last-child{
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 55px;
}

@media (max-width:767px){
    .themepiko-product-template{
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 1rem;
    } 
    .tp-action-button{
        display: block;
    }
    .tp-action-button .tp-btn {
        margin-bottom: 20px;
    }
	.themepiko-product-template h3{
		font-size: 18px;
		padding-left:10px;
		padding-right: 20px;
	}
}
.tp-qty-wrap{
    display: flex;
    align-items: center; 
}
.wc-block-product-template .wp-block-post-title a{
	text-decoration: none !important;
}
.wc-block-product-template .wp-block-post-title a:hover {
    color: var(--ast-global-color-0) !important;
}
.tp-block-product .wc-block-product-template{
	margin-bottom: 30px
} 
.tp-product-layout {
	margin-bottom: 70px !important;
}

.wc-block-product-template .wp-block-post-title a:hover{
	text-decoration: underline !important;
}
.wc-block-product-template .wc-block-components-product-price {
    font-size: 18px !important;
    font-weight: 500;
}
 .tp-qty-wrap .tp-qty-number{
    height: 32px;
    width: 50px;
    text-align: center; 
    font-size: 18px;
    border: 1px solid var(--ast-global-color-0);
 }
 .tp-qty-wrap .tp-qty-number:focus{
    box-shadow: none;
    outline: none;
    border-color: var(--ast-global-color-0);
 }

 .tp-qty-btn{
    width: 32px;
    height: 36px;
    line-height:32px;
    background: var(--ast-global-color-0);
    color: #fff;
    text-align: center;
    font-size: 30px;
    cursor: pointer;
    transition: all 0.3s;
    opacity: .5;;
 }
 .tp-qty-btn:hover{
    opacity: .8;
 }
 .tp-qty-wrap input::-webkit-outer-spin-button,
 .tp-qty-wrap input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.tp-qty-wrap input[type=number] {
  -moz-appearance: textfield;
}

.tp-btn {
    display: flex;
    background: var(--ast-global-color-0);
    color: #fff;
    padding: 10px 25px;
    max-width: 185px;
    justify-content: center;
	cursor: pointer;
}
.tp-btn-alt{
    background: transparent;
    border: 2px solid var(--ast-global-color-0);
    color: var(--ast-global-color-0);
}

.tp-loader {
    border: 2px solid #f3f3f3;
    border-radius: 50%;
    border-top: 2px solid #3498db;
    width: 18px;
    height: 18px;
    -webkit-animation: tp-loader 2s linear infinite;
    animation: tp-loader 2s linear infinite;
    margin-left: 10px;
	margin-top: 7px;
    display: none;
  }

  
  @-webkit-keyframes tp-loader {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
  }
  @keyframes tp-loader {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }

.tp-block-checkout input[type="text"], 
.tp-block-checkout input[type="number"], 
.tp-block-checkout input[type="email"], 
.tp-block-checkout input[type="url"], 
.tp-block-checkout input[type="password"], 
.tp-block-checkout input[type="search"], 
.tp-block-checkout input[type=reset], 
.tp-block-checkout input[type=tel], 
.tp-block-checkout input[type=date], select {
    height: auto !important;
}
[CLASS*="wc-block"] .wc-block-components-button{
	color: #fff !important;
}
.tp-block-checkout .wc-block-checkout-empty__description +  .wp-block-button{
	 display: none !important;
}
.page-id-226 .entry-header .entry-title,
.page-id-193 .entry-header .entry-title {
	opacity: 0;
}