/*
Theme Name:           ONE8152
Theme URI:            http://ddemos.com/
Author:               ONE
Author URI:           http://www.ddemos.com/
Description:          ONE
Version:              8152
Requires at least:    5.0.0
Requires PHP:         5.6.20
WC requires at least: 4.4.0
Text Domain:          ONE

*/


/***************
All custom CSS should be added to ONE > Advanced > Custom CSS,
or in the style.css of a Child Theme.
***************/

/*general*/


h1,h2,h3,h4,h5,h6,div,span,a,b,li,ul,td,tr,dt,dd,dl,body {
font-weight: 500;
}
a:hover{
    color: #c91b20;
}
div,span,a,b,li,ul,td,tr,dt,dd,dl,body{
	/*font-size: 14px;*/
}

/*head & nav*/
ul.header-nav {
    padding-left: 60px;
}

li.header-search-form {
    max-width: 160px !important;
}
.widget_ywraq_mini_list_quote .raq-info {
    border: none !important;
}


.widget_ywraq_mini_list_quote .yith-ywraq-list-wrapper {
    position: absolute;
    right: auto !important;
    top: 20px !important;
    width: 300px ;
    padding-top: 15px;
    bottom: auto;
}


.html .social-icons {
    font-size: 1.2em;
}

.big-menu li.tab a {
    font-size: 18px;
}

/**quote**/
.widget_shopping_cart a.button.checkout.wc-forward {
    display: none;
}


.woocommerce-privacy-policy-text {
    display: none;
}

.dquote .has-border {
    border: none !important;
    padding: 0px;
}

li.wc_payment_method.payment_method_gpls-rfq {
    display: none;
}

.dquote .col{
    padding: 0px !important;
 
}

.dquote .col-inner {padding-top: 0px;}

input#woocommerce-product-search-field-0 {
    border-radius: 30px;
    border: none;
}


table.shop_table.woocommerce-checkout-review-order-table {
    display: none !important;
}


.woocommerce-billing-fields {
    padding-top: 0px;
    border-top: none;

}

.woocommerce-billing-fields h3 {
    border-bottom: 3px solid #ececec;
    padding-top: 0px !important;
    padding-bottom: 4px !important;
    font-size: 1em !important;
}

.place-order {
    font-size: 0.8em;
}

/*home*/

.home-title p {
    font-size: 32px;
    font-weight: 500;
    color: #333;
}

.home-title p:after {
    content: '';
    width: 120px;
    height: 2px;
    background-color: #ddd;
    display: block;
    clear: both;
    position: relative;
    margin: 0px auto;
    margin-top: 20px;
}


/*big drop menu*/

.big-menu {
    max-width: 1200px;
    margin: 0px auto;
}

.big-menu .nav-vertical>li+li {
    border: none;
}

.nav-vertical>li:after{
    content: "";
    padding-right:20px;
    font-family: "fl-icons" !important;
    transition: all .2s ease-in-out;
}

.nav-vertical>li:hover:after{
    content: "";
    padding-right:20px;
    font-family: "fl-icons" !important;
 
}



/*about*/

.about-sec1 h2,.about-sec2 h2, .about-sec3 h2,.about-sec4 h2{
    font-size: 56px;
    font-weight: 100 !important;
}

.about-sec4 h3 {
    font-size: 36px;
    font-weight: 200;
    letter-spacing: normal;
}
.about-sec4 {
    margin-top: -80px;
}

.about-sec4 .row {
    padding-bottom: 40px;
}
.about-sec2 .count-up {
    font-size: 80px;
    color: #c91b20;
    font-weight: 200;
}

.about-sec2  p {
    margin-bottom: 0px;
}




/*widget*/

ul.menu>li ul, .widget>ul>li ul {
    border: none;
}

.textwidget p {
    font-size: 0.9em;
}

.is-divider.small {
    width: 100%;
    max-width: 100%;
    height: 1px;
}

ul.product-categories {
    font-size: 0.9em;
}

.widget>ul>li.has-child {
    border: none;
}

.widget .current-cat>a {
    color: #c91b20;
}

.widget a:hover {
    color: #c91b20;
}

/*product list*/

p.woocommerce-result-count {
    display: none;
}

form.woocommerce-ordering {
    display: none;
}




/*footer*/
.absolute-footer {
    display: none;
}


.diy-footer h3 {
    font-weight: normal;
}

.diy-footer .ux-menu-title {
    font-weight: normal;
    font-size: 18px;
}

.diy-footer span.ux-menu-link__text {
    font-size: 0.9em;
}

.diy-footer a.ux-menu-link__link {
    padding: 0px;
}

.diy-footer h4 {
    font-weight: normal;
}


span.ux-menu-link__text:hover {
    color: #c91b20;
}
/*contact*/



.contactt form span {
    /* max-width: 48%; */
    display: inline-block !important;
    width: 48%;
    padding-bottom:20px;
}



.contactt form input {
    border-radius: 2px;
    border: 1px solid #eee;
    box-shadow: none;
}

.contactt form textarea {
    width: 100%;
}

span.wpcf7-form-control-wrap.Message {
    width: 96%;
    min-height: 160px;
}

input.wpcf7-form-control.has-spinner.wpcf7-submit {
    font-weight: 500;
    padding: 0px 30px;
}

.contactt h2{
    font-weight: 500;
}




