/*
Theme Name: Uncode Child
Description: Child theme for Uncode theme
Author: Undsgn™
Author URI: http://www.undsgn.com
Template: uncode
Version: 1.0.0
Text Domain: uncode
*/

.woocommerce-product-documents h3, .woocommerce-product-documents-title, .products-per-page, .comment-reply-title {
 display: none !important;
}

.woocommerce-product-documents .ui-widget-content {
    border: none !important;
    padding: 0 !important;
}

.woocommerce-product-documents .ui-accordion-content {
 display: block !important;
}

.woocommerce-product-documents ul li {
  padding:0.05em 0 0.5em 1.5em;
  margin-bottom:0.2em;
  text-indent:0.4em;
  list-style:none;
  background-repeat:no-repeat;
  background-image:url('http://kasvinsuojelu.wpengine.com/wp-content/uploads/2016/11/document.png');
}

.woocommerce-product-documents .ui-accordion {
    padding: 0 !important;
    border: none !important;
}

body.home .woocommerce-Price-amount {
 font-size: 18px;
}

.woocommerce-Price-amount {
 color: #0cce50;
}

ul.drop-menu {
 background: #0cce50 !important;
}

ul.drop-menu a:hover, ul.drop-menu .current-menu-item a, ul.drop-menu .current-product-ancestor a, ul.drop-menu .current-menu-parent a, ul.drop-menu .current-product-parent a {
 color: #fff !important;
}

ul.cart_list {
 background: #fff !important;
}

ul.cart_list a.btn-link:hover {
 color: #0cce50 !important;
}

.price-container ul {
 list-style-type: disc;
 padding: 0 0 0 18px;
}

.owl-item {
 display: block;
 float: left;
}

li.product-category {
 list-style-type: none;
}

.product-category h3 {
 font-size: 16px;
 text-align: center;
 margin-top: 0;
}

.product-category h3 mark {
 font-size: 16px;
 color: #0cce50;
 background: transparent;
}

body.tax-product_cat .style-color-lxmt-bg, .header-wrapper.style-color-140893-bg {
 background: transparent;
}

.woocommerce-result-count {
 display: none;
}

.double-top-padding {
 padding-top: 30px !important;
}

.single-product .double-bottom-padding {
 padding-bottom: 0px !important;
}

.header-title span {
 text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.4);
}

.owl-dots {
 display: none;
}

.owl-item {
 width: 25%;
 display: block !important;
 float: left;
 margin-bottom: 25px;
}

.isotope-container .woocommerce-Price-amount {
 font-size: 18px;
}

.woocommerce div.product div.images img, .woocommerce #content div.product div.images img {
    width: 400px !important;
    height: 500px !important;
    margin-left: auto;
    margin-right: auto;
}


/*
.owl-carousel-wrapper {
 overflow: initial;
}

.product-category.product {
 width: 25%;
 display: block !important;
 float: left;
}

.woocommerce.columns-0 {
 margin: 0;
}

.owl-carousel-container.owl-carousel-loading .owl-carousel {
    height: auto !important;
}

.owl-carousel:not(.owl-loaded) > *:not(:first-child) {
    display: block;
}

.tmb-woocommerce {
 width: 25%;
 float: left;
}

.isotope-container {
    opacity: 1;
}

@media only screen and (max-width: 768px) {
 .tmb-woocommerce, .product-category.product {
  width: 100%;
 }
}
*/

input#ship-to-different-address-checkbox {
 float: left;
}

input[type='checkbox'] {
 margin-right: 15px;
}

td.product-name, ul#shipping_method label {
 font-weight: normal;
}

.wootabs, .sku_wrapper {
 display: none;
}

.shop_attributes td {
 font-weight: normal !important;
}

.shop_attributes td, .shop_attributes th {
 font-size: 16px !important;
}

p.stock {
 font-size: 16px !important;
}

.t-entry-visual {
 min-height:500px;
 max-height:500px;
}

.page .t-entry-visual {
 min-height:350px;
 max-height:350px;
}

p#billing_country_field {
 display: none;
}

input.checkout-button, input#place_order {
 background-color: #0CCE50 !important;
 border-color: #0CCE50 !important;
 color: #fff;
}

input.checkout-button:hover, input#place_order:hover {
 background-color: transparent !important;
 border-color: #0CCE50 !important;
 color: #0CCE50 !important;
}

.shop_attributes td {
 font-weight: bold !important;
}

.shop_attributes .alt td {
 font-weight: normal !important;
}

.woocommerce tr.attribute-Rinnakkaistuote {
	color: #4d2c19;
}
.woocommerce table.shop_attributes tr.attribute-Rinnakkaistuote th {
 font-weight: normal;
}
.woocommerce table.shop_attributes th p {
 margin: 0;
}

@media print {
  body {
  color: #000;
  background: #fff;
  }
  .main-menu-container, .navbar-nav, #wc-print-button { display: none; }
}