/*
Theme Name:           ONE
Theme URI:            http://ddemos.com/
Author:               ONE
Author URI:           http://www.ddemos.com/
Description:          ONE
Version:              853
Text Domain:          ONE

*/


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

/*general*/
.padding5 p {
    padding: 5px !important;
}
.padding0 p {
    padding: 0px !important;
}

.padding3 p {
    padding: 3px !important;
}

.padding3 .col {
    padding: 3px !important;
}


.nav-spacing-xlarge>li {
    margin: 0 20px;
}

h3.product-section-title {
    margin-left: 0px;
}
.box-overlay.dark .box-text, .box-shade.dark .box-text{
    text-shadow: none;
}

.post-sidebar .is-divider {
    display: none;
}
.article-inner  .is-divider {
    display: none;
}
.home .header-block {
    display: none !important;
}

#home .header-block {
    display: none !important;
}

.widget>ul>li+li {
    border-top: none;
}


h1,h2,h3,h4,h5,h6,div,span,a,b,li,ul,td,tr,dt,dd,dl,body {

}
a:hover{
    color: #506ef5;
}
.absolute-footer {
    display: none;
}
/*head & nav*/



ul.header-nav {
    padding-left: 60px;
}

li.header-search-form {
    max-width: 160px !important;
}
.top-bar-nav .html .social-icons {

}

.breadcrumbs{
    color: #333;
}
/*widget*/

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

span.widget-title {
    display: block;
    font-size: 20px;
    padding-bottom: 16px;
    font-weight: normal;
}


.widget>ul>li>a {
    padding: 9px 0px;
    font-weight: normal;
    color: #333;
    border-bottom: 1px solid #dddddd57;
}

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

.widget .is-divider {
    display: none;
}

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

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

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

.widget a:hover {
    color: #506ef5;
}

span.widget-title span {
    font-size: 1em;
    font-weight: normal;
}



/*home*/

.padding3 .col:hover .icon-box-img {
    transform: translateX(-15px);
}

.padding3 .col .icon-box-img {
    transition: all .3s;
}

.padding3 .col:hover .icon-box-text {
    transform: translateX(-25px);
}

.padding3 .col .icon-box-text {transition: all .9s;}


.home h2 {

    margin-bottom: 0px;
}

#home h2 {

    margin-bottom: 0px;
}


.icon-box-left, .icon-box-right {
    align-items: center;
}


/* #home */


/*footer*/

.footer1 {
    padding-bottom: 0px !important;
}

.footer1 form {
    margin-bottom: 0px !important;
}


#footer .col {
    padding-bottom: 0px;
}

#footer  span.wpcf7-form-control-wrap.newsletter input {
    line-height: 38px;
    height: 38px;
    border-radius: 10px;
    background: url(/uploads/images/newletter_emailIco.png) no-repeat 15px center #fff;
    padding-left:50px;
}



#footer input.wpcf7-form-control.has-spinner.wpcf7-submit {
    background: url(/uploads/images/newletter_butIco.png) no-repeat right 0px;
    position: absolute;
    top: 15px;
    right: 0px;
    content: '' !important;
    color: transparent;
    border: none;
}
#footer input.wpcf7-form-control.has-spinner.wpcf7-submit:hover{
    box-shadow: none;
}

#footer p {
    margin-bottom: 0em !important;
    padding-bottom: 0px;
    line-height: 32px;
    padding: 10px 0px;
    font-size: 0.9em;
}

.ux-menu-title {
    font-size: 16px;
    font-weight: normal;
}


.ux-menu-link__link {
    min-height: 1.5em;
    font-size: 14px;
    font-weight:600;
}

span.ux-menu-link__text {
    font-weight: normal;
    color: #cecece;
}


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



/*quote button*/
.form-row.place-order input {
    font-size: 16px !important;
}

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


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

.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;
 
}
.checkout-page-title {
    display: none;
}

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

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


.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;
}


span.widget-title:after {
    content: '';
    display: block;
    width: 60px;
    height: 2px;
    background-color: #506ef5;
    margin-top: 14px;
}

.button.secondary:not(.is-outline) {
    background-color: #506ef5;
}


@media only screen and (max-width: 640px){

}
