/*
Theme Name: My Theme Child

Theme URI: https://spiral-rug.com/sepid-child

Description:  Child Theme

Author: javad karimi 


Template: sepid

Version: 1.0.0

License: GNU General Public License v2 or later

License URI: http://www.gnu.org/licenses/gpl-2.0.html

Tags: light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready

Text Domain: sepid-child

*/
.sepid-child-contact-btn {
    margin-bottom: 15px;
    padding:10px 0;
    display:flex;
}
.sepid-child-contact-btn a{
    padding:10px 0;
    border-radius:25px;
    color:#ffffff;
    text-align:center;
    width:50%;
}
.sepid-child-contact-btn a:first-child{

background-color:green;
margin-left:10px;
}
.sepid-child-contact-btn a:last-child{

background-color:blue;
}
.single-product .product-sepid-single .price   {
  display:none !important;
}
.wp-block-search__button-outside  input{
    margin:0 auto !important;
}

.wp-block-search__button{
    background-color: #780000;
    color: #fff;
    font-family: iranyekan;
    border-radius: 10px;
}

.wp-block-search__inside-wrapper {
    margin-top:10px;
}
.sepid-child-contact-btn:lang(en){
    font-family:initial;
}