
/*Theme Name:           ONE
Theme URI:            http://8web.net
Author:               ONE
Author URI:           http://8web.net
Description:          ONE
Version:              854
Text Domain:          ONE

*/


/***************
All custom CSS should be added to ONE > Advanced > Custom CSS,
or in the style.css of a Child Theme.
***************/
.product-tabs li#tab-title-description {
    display: none;
}
p.woocommerce-result-count {
    display: none;
}

form.woocommerce-ordering {
    display: none;
}

.home .box-excerpt, #home .box-excerpt,.no-des .box-excerpt {
    display: none !important;
}
.woocommerce-page .products .box-vertical .box-image {
    padding: 0px 30px 30px;
    width: 45% !important;
    max-width: 45% !important;
}

.woocommerce-page .box-vertical {
    direction: rtl;
}

.woocommerce-shop p.name.product-title.woocommerce-loop-product__title {
    font-size: 1.4em;
    font-weight: bold;
    padding-bottom: 10px;
}

.woocommerce-page p.box-excerpt.is-small {
    font-size: 1em;
}
.woocommerce-page .products.row .col:last-child {
    border: none;
}

.woocommerce-page .products.row .col {
    padding: 30px 0px;
    border-bottom:1px solid #eee;
}

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

form.woocommerce-ordering {
    display: none;
}

#tab-description .section.cpl {
  padding: 0px !important;
  margin: 0px !important;
}

.tabs.wc-tabs.product-tabs {
  display: none !important;
}
