@CHARSET "UTF-8";


.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
border: 1px solid #ccc;
color: #525252;
line-height: 2;
padding: 10px 15px;
}
.woocommerce form .form-row input.input-text {
height: 54px;
}
.woocommerce form .form-row textarea {
height: auto;
}
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
background-color: transparent;
border: 1px solid #000;
border-radius: 4px;
color: #000;
font-family: "Roboto Slab", serif;
font-size: 1.6rem;
line-height: 2;
padding: 10px 15px;
text-transform: uppercase;
}
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
background-color: #000;
color: #fff;
}
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
background-color: #d4a88c;
border-color: #d4a88c;
}
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
background-color: #000;
border-color: #000;
}
.woocommerce #content table.cart td.actions .input-text,
.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
width: 240px;
}
.woocommerce p.stars a {
font-weight: 400;
}
.woocommerce .controls {
background-color: #fff;
margin-bottom: 15px;
padding: 15px;
}
.woocommerce .woocommerce-ordering,
.woocommerce .woocommerce-result-count {
margin: 0;
}
.woocommerce .woocommerce-ordering select {
height: 54px;
border: 1px solid #d4d4d4;
}
.woocommerce .woocommerce-result-count,
.woocommerce-page .woocommerce-result-count {
font-style: italic;
line-height: 54px;
}
.woocommerce ul.products {
background-color: #fff;
margin-bottom: 45px;
}
.woocommerce ul.products .type-product {
font-size: 1.5rem;
text-align: center;
}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
width: 25%;
margin: 0;
padding: 30px;
}
.woocommerce ul.products li.product a {
position: relative;
display: inline-block;
}
.woocommerce ul.products li.product img {
display: inline-block;
width: 128px;
border: 4px solid rgba(212, 168, 140, 0.3);
border-radius: 50%;
cursor: url(//www.tiootto.com/wp-content/themes/highgrove/img/svg/crosshair.svg) 20 20, crosshair;
margin-bottom: 30px;
padding: 4px;
box-sizing: content-box;
-webkit-box-sizing: content-box;
transition: border-color 0.3s ease-in-out;
-webkit-transition: border-color 0.3s ease-in-out;
}
.woocommerce ul.products li.product:hover img {
border-color: #d4a88c;
}
.woocommerce ul.products li.product a p {
color: #525252;
}
.woocommerce ul.products li.product h3 {
font-size: 2.4rem;
padding: 0 0 15px;
transition: color 0.3s ease-in-out;
-webkit-transition: color 0.3s ease-in-out;
}
.woocommerce ul.products li.product a:hover h3 {
color: #d4a88c;
}
.woocommerce ul.products li.product .price {
color: #d4a88c;
font-size: 2.4rem;
font-weight: 300;
line-height: 1.75;
margin-bottom: 0;
}
.woocommerce ul.products li.product .price del {
display: inline;
color: #a6a6a6;
font-size: 80%;
}
.woocommerce ul.products li.product .price ins {
font-weight: 300;
text-decoration: none;
}
.woocommerce ul.products li.product .add_to_cart_button {
color: #000;
font-size: 1.5rem;
margin-top: 15px;
padding: 0;
opacity: 0.3;
}
.woocommerce ul.products li.product:hover .add_to_cart_button {
opacity: 1;
}
.woocommerce span.onsale {
display: none;
}
.woocommerce nav.woocommerce-pagination {
margin-bottom: 90px;
}
.woocommerce nav.woocommerce-pagination ul {
border: 0;
margin: 0;
}
.woocommerce nav.woocommerce-pagination ul li {
float: none;
border-right: 0;
margin: 0 5px;
}
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
font-size: 1.8rem;
font-weight: 300;
}
.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
background-color: transparent;
color: #525252;
}
.woocommerce div.product {
margin-top: 90px;
}
.woocommerce div.product div.images {
margin-bottom: 120px;
}
.woocommerce div.product div.images a {
position: relative;
display: block;
overflow: hidden;
cursor: url(//www.tiootto.com/wp-content/themes/highgrove/img/svg/crosshair.svg) 20 20, crosshair;
}
.woocommerce div.product div.images a:after {
content: "";
position: absolute;
top: 12px;
right: 12px;
bottom: 12px;
left: 12px;
border: 1px solid #fff;
transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
}
.woocommerce div.product div.images a:hover:after {
top: -1px;
right: -1px;
bottom: -1px;
left: -1px;
}
.woocommerce div.product div.images a img {
transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
-webkit-transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.woocommerce div.product div.images a:hover img {
opacity: 0.6;
transform: scale(1.1) rotate(2deg) translateZ(0);
-webkit-transform: scale(1.1) rotate(2deg) translateZ(0);
}
.woocommerce div.product p.price,
.woocommerce div.product span.price {
color: #d4a88c;
font-family: "Droid Serif", serif;
font-size: 3.6rem;
font-style: italic;
line-height: 1.75;
}
.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins {
font-weight: 400;
}
.woocommerce div.product p.price del,
.woocommerce div.product span.price del {
display: inline;
color: #a6a6a6;
font-size: 80%;
}
.woocommerce div.product .woocommerce-product-rating {
font-size: 1.6rem;
}
.woocommerce div.product .product_meta span {
display: block;
font-size: 1.6rem;
text-transform: uppercase;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
margin: 0;
padding: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs:before {
border: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
border: 0;
border-radius: 0;
margin-left: 15px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:after {
border: 0;
box-shadow: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
color: #525252;
cursor: url(//www.tiootto.com/wp-content/themes/highgrove/img/svg/crosshair-black.svg) 20 20, crosshair;
font-size: 1.8rem;
font-weight: 300;
font-style: italic;
padding: 15px 30px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
font-style: normal;
text-transform: uppercase;
}
.woocommerce div.product .woocommerce-tabs .panel {
background-color: #fff;
padding: 60px 135px;
}
.woocommerce #reviews #comments h2 {
font-size: 3.6rem;
margin-bottom: 30px;
}
.woocommerce #reviews #comments ol.commentlist li {
margin-bottom: 30px;
}
.woocommerce #reviews h3 {
font-size: 2.4rem;
margin-top: 30px;
}
.woocommerce #review_form #respond textarea {
border-color: #ccc;
}
.woocommerce .quantity .qty {
height: 54px;
border: 1px solid #ccc;
border-radius: 4px;
color: #525252;
font-size: 1.6rem;
line-height: 2;
padding: 10px 15px;
}
.woocommerce table.shop_table {
background-color: #fff;
border: 0;
border-radius: 0;
font-size: 1.6rem;
}
.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
padding: 15px;
}
.woocommerce-cart table.cart input {
line-height: 2;
}
.woocommerce-cart table.cart td.actions .coupon .input-text {
height: 54px;
border-color: #ccc;
border-radius: 4px;
color: #525252;
font-size: 1.6rem;
line-height: 2;
padding: 10px 15px;
}
.woocommerce-cart .cart-collaterals .cart_totals table th {
width: 50%;
font-size: 1.6rem;
text-transform: uppercase;
}
.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message {
background-color: #fdfde0;
border-top: 0;
color: #525252;
}.tnp-subscription {
font-size: 13px;
display: block;
margin: 15px auto;
max-width: 500px;
width: 100%;
} .tnp-subscription div.tnp-field {
margin-bottom: 10px;
border: 0;
padding: 0;
}
.tnp-subscription label {
display: block;
color: inherit;
font-size: 14px;
font-weight: 700;
line-height: normal;
padding: 5px;
margin: 0;
}
.tnp-subscription input[type=text], 
.tnp-subscription input[type=email], 
.tnp-subscription input[type=submit], 
.tnp-subscription select {
width: 100%;
height: 50px;
padding: 10px;
display: block;
border: 1px;
border-color: #ddd;
background-color: #f4f4f4;
background-image: none;
text-shadow: none;
color: #444;
font-size: 14px;
line-height: 20px;
margin: 0;
line-height: normal;
box-sizing: border-box;
}
.tnp-subscription input[type=checkbox], 
.tnp-widget input[type=radio] {
max-width: 20px;
display: inline;
} .tnp-subscription select option {
margin-right: 10px;
}
.tnp-subscription input.tnp-submit {
background-color: #444;
color: #fff;
width: auto;
height: auto;
}
@media all and (max-width: 480px) {
.tnp-subscription input[type=submit] {
width: 100%;
}
} .tnp-profile {
font-size: 13px;
}
.tnp-profile form .tnp-field {
margin-bottom: 10px;
border: 0;
padding: 0;
}
.tnp-profile form .tnp-field label {
display: block;
color: #333;
font-size: 14px;
}
.tnp-profile form .tnp-field input[type=text], 
.tnp-profile form .tnp-field input[type=email], 
.tnp-profile form .tnp-field input[type=submit], 
.tnp-profile form .tnp-field textarea, 
.tnp-profile form .tnp-field select {
padding: 10px;
display: block;
border: 1px;
border-color: #ddd;
background-color: #f4f4f4;
background-image: none;
text-shadow: none;
color: #444;
font-size: 14px;
margin: 0;
line-height: normal;
box-sizing: border-box;
border-radius: 0;
height: auto;
float: none;
}
.tnp-profile form input[type=checkbox], .tnp-profile input[type=radio] {
max-width: 20px;
display: inline;
}
.tnp-profile form .tnp-list-label {
margin-left: 15px;
} .tnp-profile form select option {
margin-right: 10px;
}
.tnp-profile form .tnp-field input[type=submit] {
background-color: #444;
color: #fff;
width: auto;
height: auto;
}
@media all and (max-width: 480px) {
.tnp-profile input[type=submit] {
width: 100%;
}
}
.tnp-widget {
width: 100%;
display: block;
box-sizing: border-box;
}
.tnp-widget .tnp-field {
margin-bottom: 10px;
border: 0;
padding: 0;
}
.tnp-widget label {
display: block;
color: inherit;
font-size: 14px;
}
.tnp-widget input[type=text], .tnp-widget input[type=email], .tnp-widget input[type=submit], .tnp-widget select {
width: 100%;
padding: 10px;
display: block;
border: 1px solid #ddd ;
border-color: #ddd;
background-color: #f4f4f4;
background-image: none;
text-shadow: none;
color: #444;
font-size: 14px;
line-height: normal;
box-sizing: border-box;
height: auto;
}
.tnp-widget input[type=checkbox], .tnp-widget input[type=radio] {
width: auto;
display: inline;
} .tnp-widget select option {
margin-right: 10px;
}
.tnp-widget input.tnp-submit {
background-color: #444;
background-image: none;
text-shadow: none;
color: #fff;
}
.tnp-field input[type="submit"] {
position: inherit;
}
.tnp-field label {
} .tnp-widget-minimal {
width: 100%;
}
.tnp-widget-minimal form {
margin: 0;
padding: 0;
border: 0;
}
.tnp-widget-minimal input.tnp-email {
width: 100%;
box-sizing: border-box;
padding: 10px;
display: inline-block;
border: 1px;
border-color: #ddd;
background-color: #f4f4f4;
color: #444;
font-size: 14px;
box-sizing: border-box;
}
.tnp-widget-minimal input.tnp-submit {
width: 100%;
box-sizing: border-box;
padding: 10px;
display: inline-block;
border: 1px;
border-color: #ddd;
background-color: #444;
background-image: none;
text-shadow: none;
color: #fff;
font-size: 14px;
line-height: normal;
border-radius: 0px;
box-sizing: border-box;
height: auto;
} .tnp-subscription-minimal {
width: 100%;
box-sizing: border-box;
}
.tnp-subscription-minimal form {
margin: 0;
padding: 0;
border: 0;
}
.tnp-subscription-minimal input.tnp-email {
width: 70%;
max-width: 300px;
box-sizing: border-box;
padding: 10px;
display: inline-block;
border: 1px;
border-color: #ddd;
background-color: #f4f4f4;
color: #444;
font-size: 14px;
line-height: 20px;
box-sizing: border-box;
border-radius: 0px;
}
.tnp-subscription-minimal .tnp-privacy-field {
margin-top: 10px;
}
.tnp-subscription-minimal input.tnp-submit {
width: 29%;
box-sizing: border-box;
display: inline-block;
padding: 10px;
border: 1px;
border-color: #ddd;
background-color: #444;
background-image: none;
text-shadow: none;
color: #fff;
font-size: 14px;
line-height: 20px;
box-sizing: border-box;
border-radius: 0px;
} .tnp-comments {
clear: both;
margin-top: 15px;
margin-bottom: 15px;
}
.tnp-comments label {
display: block;
}
.tnp-comments input[type=checkbox] {
display: inline;
width: auto!important;
} .tnp-lock {
clear: both;
display: block;
box-sizing: border-box;
box-shadow: none;
margin: 20px;
padding: 15px;
background-color: #fff;
border: 1px solid #ddd;
}