/*
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*/

li.account-item.has-icon.has-dropdown {
    display: none !important;
}
/*general*/
.widget>ul>li+li {
    border-top: none;
}

.product-category.col:nth-child(1) {
    border-bottom: 1px solid #ddd;
}

.product-category.col:nth-child(2) {
    border-bottom: 1px solid #ddd;
}

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

/*head & nav*/


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

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: 0 !important;
    top: 20px !important;
    width: 300px ;
    padding-top: 15px;
    bottom: auto;
}

.yith-ywraq-list-content a,span {
    font-size: 0.8em;
}

 .yith-ywraq-list-content a.remove {
    border: none;
}

.widget_ywraq_mini_list_quote .raq-info{
    padding: 0px 10px;
}

.big-menu li.tab.has-icon a {

    font-size: 18px !important;
    padding: 0px;
    line-height: 50px !important;
}

.top-bar-nav .html .social-icons {
    font-size: 1.25em;
}

.page-title.inner-banner .title-breadcrumbs  {

    border-left: 6px solid var(--primary-color);
    padding-left: 35px;
    font-size: 48px;
    line-height: 1em;
    
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
.page-title.inner-banner .title-breadcrumbs  a{
    font-weight: 600 !important;
}
.page-title.inner-banner span.divider {
    display: none;
}

.page-title.inner-banner nav.woocommerce-breadcrumb.breadcrumbs a:first-child {
    display: none;
}

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

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

span.widget-title {
    display: block;
    background-color: var(--primary-color);
    height: 49px;
    line-height: 49px;
    color: #fff;
    font-size: 20px;
    padding-left: 15px;
}

.post-sidebar span.widget-title {
    padding-left: 15px !important;
}

.widget>ul>li>a {
    padding: 15px;
    font-weight: 600;
    color: #333;
}

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

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

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

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

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

.widget a:hover {
    color: var(--primary-color);
}

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

/*home*/

.home .row.home-cat {
    max-width: 100% !important;
}


.home .row.home-cat .product-category {
    background-image: linear-gradient(to right, #e0e1e1 , #fefffe);
}

.home .row.home-cat .col-inner {
    padding: 20px 0px;
}

.home .row.home-cat .box-text {
    vertical-align: top;
    max-width: 185px;
}
.home .block-html-after-header{
    display: none !important;
}
.home .header-block {
   display: none !important; 
}

/* #home */

#home .row.home-cat {
    max-width: 100% !important;
}


#home .row.home-cat .product-category {
    background-image: linear-gradient(to right, #e0e1e1 , #fefffe);
}

#home .row.home-cat .col-inner {
    padding: 20px 0px;
}

#home .row.home-cat .box-text {
    vertical-align: top;
    max-width: 185px;
}
#home .block-html-after-header{
    display: none !important;
}
#home .header-block {
   display: none !important; 
}



.row.home-cat h5 {
    font-size: 23px;
    color: #7d7d7d;
}

.row.home-cat h5:after {
    content: '';
    display: block;
    background: url(/uploads/images/icon_arrow.png);
    width: 52px;
    height: 52px;
    margin-top: 10px;
    position: absolute;
    bottom: 0px;
}




.home-title  h2{
    font-size: 40px;
    padding: 40px;
}

.home-about-img .col-inner:after {
    z-index: -1;
    position: absolute;
    content: '';
    background-color: var(--primary-color);
    top: -10px;
    width: 85px;
    height: 85px;
    right: -10px;
    transition: all 1.2s;
}


.home-about-img .col-inner:before {
    z-index: -1;
    position: absolute;
    content: '';
    background-color: var(--primary-color);
    top: -10px;
    width: 85px;
    height: 85px;
    left: -10px;
    transition: all 1.2s;
}


.home-about-img .img:after {
    z-index: -1;
    position: absolute;
    content: '';
    background-color: var(--primary-color);
    bottom: -10px;
    width: 85px;
    height: 85px;
    right: -10px;
    transition: all 1.2s;
}


.home-about-img .img:before {
    z-index: -1;
    position: absolute;
    content: '';
    background-color: var(--primary-color);
    bottom: -10px;
    width: 85px;
    height: 85px;
    left: -10px;
    transition: all 1.2s;
}

/* hover */


.home-about-img .col-inner:after {
    z-index: -1;
    position: absolute;
    content: '';
    background-color: var(--primary-color);
    top: -10px;
    width: 85px;
    height: 85px;
    right: -10px;

}


.home-about-img .col-inner:before {
    z-index: -1;
    position: absolute;
    content: '';
    background-color: var(--primary-color);
    top: -10px;
    width: 85px;
    height: 85px;
    left: -10px;

}


.home-about-img .img:after {
    z-index: -1;
    position: absolute;
    content: '';
    background-color: var(--primary-color);
    bottom: -10px;
    width: 85px;
    height: 85px;
    right: -10px;
    
}


.home-about-img:hover .img:before {
    height: 55%;
    width:55%;
}
.home-about-img:hover .img:after {
     height: 55%;
    width:55%;
}

.home-about-img:hover .col-inner:before {
    height: 55%;
    width:55%;

}

.home-about-img:hover .col-inner:after {
    height: 55%;
    width:55%;

}

.home .row{
    max-width: 1380px !important;
}

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

#footer  span.wpcf7-form-control-wrap.newsletter input {
    line-height: 38px;
    height: 38px;
    border-radius: 30px;
    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: 18px;
    margin-bottom: 10px !important;
}

.ux-menu-title:after {
    width: 60px;
    height: 3px;
    background: var(--primary-color);
    position: absolute;
    left: 0;
    content: '';
    clear:both;
    top: 48px;
}



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

span.ux-menu-link__text {
    font-weight: 600;
    color: #ddd;
}


.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: var(--primary-color);
}
/*contact*/



/*quote button*/

.widget_ywraq_mini_list_quote {
    margin: 0px !important;
}

.ywraq-quote-icon-icon_quote:before {
    color: #eee;
    font-size: 22px;
}

.widget_ywraq_mini_list_quote a.raq_label {
    color: #eee;
}

.yith-ywraq-list-content {
    color: #333;
}

a.add-request-quote-button {

    font-weight: normal;
}

.yith-ywraq-add-to-quote {
    font-size: 0.5em;
    font-weight: normal;
}



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

input#place_order {
    font-size: 0.95em;
}

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;
}
.absolute-footer {
    display: none;
}


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

@media only screen and (max-width: 640px){
.row.home-cat h5:after{
    background: none;
}
}
