/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/


@font-face {
  font-family: DaloodBold;
  src: url(/fonts/Objective-Bold.otf);
}


@font-face {
  font-family: DaloodRegular;
  src: url(/fonts/Objective-Regular.otf);
}

h1, h2, h3, h4, h5, h6 {
    font-family: DaloodBold !important;
}

a, p, body {
    font-family: DaloodRegular !important;
}


.wd-tools-element .wd-tools-icon {
	display:none !important;
}


/*.wd-side-hidden {

    width: 600px !important;

} */

.create-account-question:before {
    display: none !important; 
}

.product_title {
    font-size: 28px !important;

}

.wcml-dropdown-click {
    width: 7.5em !important;

}

.title-size-small {
    padding: 10px !important;
}


.woocommerce-thankyou-order-received {
    margin-bottom: 30px;
    padding: 3%;
    width: 100%;
    border: 2px dashed #000000 !important;
    border-radius: var(--wd-brd-radius);
    color: #000000 !important;
    text-align: center;
    font-weight: 600;
    font-size: 22px;
    line-height: 1.4;
}


.widget-nowrap {
display:flex !important;
flex-wrap:nowrap !important;
justify-content: flex-start !important;
}

.wd-add-btn.wd-add-btn-replace {
display:none !important;
}




.wd-products[class*="wd-stretch-cont"] .product-element-bottom {
    text-align: start;
}

.wd-product :is(.wd-product-countdown,.wd-swatches-grid) {
    justify-content: start !important;
}

.product_title {
    font-size: 24px !important;
}


.price .amount {
    font-size: 18px;
}

:is(.btn,.button,button,[type="submit"],[type="button"]) {
font-size: 10px;
}


.comment-respond {
display:none !important;
}
