2018-01-24 15:56:58 +00:00
|
|
|
/*
|
|
|
|
* Theme Name: Radcliffe 2
|
|
|
|
*
|
|
|
|
* WooCommerce styles override
|
|
|
|
*
|
|
|
|
*/
|
|
|
|
|
|
|
|
/**
|
|
|
|
/* !Links */
|
|
|
|
/**/
|
|
|
|
|
|
|
|
.woocommerce a.button {
|
|
|
|
color: #fff;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
/**/
|
|
|
|
/* !Fonts */
|
|
|
|
/**/
|
|
|
|
|
|
|
|
@font-face {
|
|
|
|
font-family: 'star';
|
|
|
|
src: url("../../plugins/woocommerce/assets/fonts/star.eot");
|
|
|
|
src: url("../../plugins/woocommerce/assets/fonts/star.eot?#iefix") format("embedded-opentype"), url("../../plugins/woocommerce/assets/fonts/star.woff") format("woff"), url("../../plugins/woocommerce/assets/fonts/star.ttf") format("truetype"), url("../../plugins/woocommerce/assets/fonts/star.svg#star") format("svg");
|
|
|
|
font-weight: normal;
|
|
|
|
font-style: normal;
|
|
|
|
}
|
|
|
|
|
|
|
|
/**/
|
|
|
|
/* !# Layout */
|
|
|
|
/**/
|
|
|
|
|
|
|
|
.woocommerce .site-main {
|
|
|
|
text-align: center;
|
2018-10-19 04:45:50 +00:00
|
|
|
margin-bottom: 3em;
|
2018-01-24 15:56:58 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.woocommerce .site-main .products {
|
2018-10-19 04:45:50 +00:00
|
|
|
margin: 0 auto;
|
2018-01-24 15:56:58 +00:00
|
|
|
max-width: 92%;
|
|
|
|
}
|
|
|
|
|
|
|
|
@media screen and (min-width: 1300px) {
|
|
|
|
|
|
|
|
.woocommerce .site-main .products {
|
|
|
|
width: 1300px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.woocommerce .site-main > .woocommerce-message {
|
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
2018-10-19 04:45:50 +00:00
|
|
|
max-width: 740px;
|
2018-01-24 15:56:58 +00:00
|
|
|
padding: 20px 10px;
|
2018-10-19 04:45:50 +00:00
|
|
|
text-align: left;
|
|
|
|
width: 92%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.woocommerce .site-main > .woocommerce-message .button {
|
|
|
|
float: right;
|
2018-06-15 13:54:33 +00:00
|
|
|
}
|
|
|
|
|
2018-01-24 15:56:58 +00:00
|
|
|
.woocommerce-products-header {
|
|
|
|
border-top: 1px solid #ddd;
|
|
|
|
padding: 54px 0;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.woocommerce-products-header__title {
|
|
|
|
margin: 3em 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.woocommerce-sorting-wrap {
|
|
|
|
display: flex;
|
|
|
|
flex-wrap: wrap;
|
|
|
|
justify-content: space-between;
|
2018-10-19 04:45:50 +00:00
|
|
|
margin: 0 auto 3em;
|
2018-01-24 15:56:58 +00:00
|
|
|
max-width: 92%;
|
|
|
|
text-align: left;
|
|
|
|
width: 1300px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.woocommerce-breadcrumb,
|
|
|
|
.woocommerce-result-count,
|
|
|
|
.woocommerce-ordering {
|
|
|
|
display: inline-block;
|
|
|
|
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
|
|
|
|
font-size: 16px;
|
|
|
|
font-size: 1.6rem;
|
|
|
|
margin: 0;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.woocommerce-ordering select {
|
|
|
|
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
|
|
|
|
font-size: 16px;
|
|
|
|
font-size: 1.6rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
@media screen and (max-width: 768px) {
|
|
|
|
.woocommerce-sorting-wrap {
|
|
|
|
flex-direction: column;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
/**/
|
|
|
|
/* !Shop tables */
|
|
|
|
/**/
|
|
|
|
|
|
|
|
table.shop_table_responsive {
|
|
|
|
border-top: 1px solid #ddd;
|
|
|
|
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
table.shop_table_responsive thead {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
table.shop_table_responsive tbody th {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
table.shop_table_responsive tr td {
|
2018-10-19 04:45:50 +00:00
|
|
|
display:block;
|
|
|
|
text-align:right;
|
|
|
|
clear:both
|
|
|
|
}
|
|
|
|
|
|
|
|
table.shop_table_responsive tr td::before{
|
|
|
|
content: attr(data-title) ": ";
|
|
|
|
font-weight: 600;
|
|
|
|
float: left;
|
2018-01-24 15:56:58 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
table.shop_table_responsive thead th,
|
|
|
|
table.shop_table_responsive tbody tr {
|
|
|
|
border-bottom: 1px solid #ddd;
|
|
|
|
}
|
|
|
|
|
|
|
|
table.shop_table_responsive thead th .quantity .qty,
|
|
|
|
table.shop_table_responsive tbody tr .quantity .qty {
|
|
|
|
font-size: 1em;
|
2018-10-19 04:45:50 +00:00
|
|
|
width: 3em;
|
2018-01-24 15:56:58 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
table.shop_table_responsive tr td.product-thumbnail a {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
|
|
|
table.shop_table_responsive tr td.product-remove a {
|
2018-10-19 04:45:50 +00:00
|
|
|
font-size: 1.5em;
|
2018-01-24 15:56:58 +00:00
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
|
2018-10-19 04:45:50 +00:00
|
|
|
table.shop_table_responsive tr td.product-remove {
|
|
|
|
background: transparent;
|
|
|
|
border-top: 1.618em solid transparent;
|
|
|
|
padding: 0;
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
2018-01-24 15:56:58 +00:00
|
|
|
table.shop_table_responsive tr td.product-remove:before {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
table.shop_table_responsive tr td.actions:before,
|
|
|
|
table.shop_table_responsive tr td.download-actions:before {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
table.shop_table_responsive tr td.download-actions .button {
|
|
|
|
display: block;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
2018-10-19 04:45:50 +00:00
|
|
|
table.shop_table_responsive.my_account_orders .order-actions{
|
|
|
|
text-align: right;
|
|
|
|
}
|
|
|
|
|
|
|
|
table.shop_table_responsive.my_account_orders .order-actions::before{
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2018-01-24 15:56:58 +00:00
|
|
|
table.shop_table_responsive tbody .coupon {
|
2018-10-19 04:45:50 +00:00
|
|
|
padding-bottom: 1em;
|
|
|
|
margin-bottom: 1em;
|
|
|
|
border-bottom: 1px solid #ddd;
|
2018-01-24 15:56:58 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
table.shop_table_responsive tbody .coupon #coupon_code {
|
2018-10-19 04:45:50 +00:00
|
|
|
display: block;
|
|
|
|
font-size: 0.9em;
|
|
|
|
margin-top: 1em;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
table.shop_table_responsive tbody .coupon .button {
|
|
|
|
margin-top: 1em;
|
2018-01-24 15:56:58 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
@media screen and (min-width: 768px) {
|
|
|
|
|
|
|
|
table.shop_table_responsive thead {
|
|
|
|
display: table-header-group;
|
|
|
|
}
|
|
|
|
|
|
|
|
table.shop_table_responsive tr td {
|
|
|
|
text-align: right;
|
|
|
|
}
|
|
|
|
|
2018-10-19 04:45:50 +00:00
|
|
|
table.shop_table_responsive tr td::before {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2018-01-24 15:56:58 +00:00
|
|
|
table.shop_table_responsive tr td.product-thumbnail {
|
|
|
|
width: 100px;
|
|
|
|
}
|
|
|
|
|
2018-10-19 04:45:50 +00:00
|
|
|
table.shop_table_responsive tr td.product-remove {
|
|
|
|
border-top: 0;
|
|
|
|
border-bottom: 1px solid #eee;
|
|
|
|
display: table-cell;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
table tbody > tr:nth-child(2n+1) > td.product-remove {
|
|
|
|
background: #f9f9f9;
|
|
|
|
}
|
|
|
|
|
|
|
|
table.shop_table_responsive tr td.product-remove a {
|
|
|
|
font-size: 1em;
|
|
|
|
}
|
|
|
|
|
2018-01-24 15:56:58 +00:00
|
|
|
table.shop_table_responsive tbody th {
|
|
|
|
display: table-cell;
|
|
|
|
}
|
|
|
|
|
|
|
|
table.shop_table_responsive tr th,
|
|
|
|
table.shop_table_responsive tr td {
|
|
|
|
padding: 1em .3em;
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
table.shop_table_responsive tbody .coupon {
|
2018-10-19 04:45:50 +00:00
|
|
|
border-bottom: 0;
|
2018-01-24 15:56:58 +00:00
|
|
|
float: left;
|
|
|
|
margin-bottom: 0;
|
2018-10-19 04:45:50 +00:00
|
|
|
padding-bottom: 0;
|
2018-01-24 15:56:58 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
table.shop_table_responsive tbody .coupon #coupon_code {
|
2018-10-19 04:45:50 +00:00
|
|
|
display: inline-block;
|
|
|
|
margin-top: 0;
|
2018-01-24 15:56:58 +00:00
|
|
|
width: auto;
|
|
|
|
}
|
|
|
|
|
2018-10-19 04:45:50 +00:00
|
|
|
table.shop_table_responsive tbody .coupon .button {
|
|
|
|
margin-top: 0;
|
|
|
|
}
|
|
|
|
|
2018-01-24 15:56:58 +00:00
|
|
|
table.shop_table_responsive tbody input[name="update_cart"] {
|
|
|
|
float: right;
|
|
|
|
}
|
|
|
|
|
|
|
|
table.shop_table_responsive tr td .quantity {
|
|
|
|
width: 50px;
|
|
|
|
}
|
|
|
|
|
|
|
|
table.shop_table_responsive tr td {
|
|
|
|
display: table-cell;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
/**/
|
|
|
|
/* !Products */
|
|
|
|
/**/
|
|
|
|
|
|
|
|
ul.products {
|
|
|
|
content: "";
|
|
|
|
display: table;
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
table-layout: fixed;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
ul.products li.product {
|
|
|
|
list-style: none;
|
|
|
|
margin-bottom: 2em;
|
|
|
|
position: relative;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
ul.products li.product a {
|
|
|
|
display: block;
|
|
|
|
margin: 0 auto;
|
|
|
|
text-align: center;
|
|
|
|
text-decoration: none;
|
|
|
|
max-width: 300px;
|
|
|
|
}
|
|
|
|
|
|
|
|
ul.products li.product a.added_to_cart {
|
|
|
|
background: #ca2017;
|
2018-10-19 04:45:50 +00:00
|
|
|
border-radius: 3px;
|
|
|
|
color: #fff;
|
|
|
|
display: inline-block;
|
2018-01-24 15:56:58 +00:00
|
|
|
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
|
|
|
|
font-size: 14px;
|
2018-10-19 04:45:50 +00:00
|
|
|
font-size: 1.4rem;
|
|
|
|
line-height: 1.29;
|
|
|
|
margin-left: 6px;
|
|
|
|
padding: 9px 14px;
|
2018-01-24 15:56:58 +00:00
|
|
|
}
|
2018-10-19 04:45:50 +00:00
|
|
|
|
2018-01-24 15:56:58 +00:00
|
|
|
ul.products li.product a.added_to_cart:hover {
|
|
|
|
background: #222;
|
|
|
|
}
|
2018-10-19 04:45:50 +00:00
|
|
|
|
2018-01-24 15:56:58 +00:00
|
|
|
ul.products li.product .woocommerce-loop-product__title {
|
|
|
|
color: #000;
|
|
|
|
font-size: 20px;
|
|
|
|
font-size: 2rem;
|
|
|
|
margin: 1em 0 0.25em;
|
|
|
|
text-transform: uppercase;
|
|
|
|
}
|
|
|
|
|
|
|
|
ul.products li.product .price {
|
|
|
|
clear: both;
|
|
|
|
color: #000;
|
|
|
|
display: block;
|
|
|
|
font-size: 16px;
|
|
|
|
font-size: 1.6rem;
|
|
|
|
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
|
|
|
|
font-weight: 700;
|
|
|
|
margin: 1em 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
ul.products li.product .price del {
|
|
|
|
color: #888;
|
|
|
|
font-weight: 400;
|
|
|
|
}
|
|
|
|
|
|
|
|
ul.products li.product .price ins {
|
|
|
|
padding: .3em;
|
|
|
|
}
|
|
|
|
|
|
|
|
ul.products li.product .onsale {
|
|
|
|
font-size: 12px;
|
|
|
|
font-size: 1.2rem;
|
2018-04-09 16:48:16 +00:00
|
|
|
margin: 0;
|
2018-01-24 15:56:58 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
ul.products li.product img {
|
|
|
|
display: block;
|
|
|
|
margin: 0 auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
ul.products li.product .button {
|
|
|
|
display: inline-block;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
2018-10-19 04:45:50 +00:00
|
|
|
.infinite-scroll .woocommerce-pagination {
|
2018-01-24 15:56:58 +00:00
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
@media screen and (min-width: 768px) {
|
2018-10-19 04:45:50 +00:00
|
|
|
|
2018-01-24 15:56:58 +00:00
|
|
|
ul.products li.product {
|
2018-04-09 16:48:16 +00:00
|
|
|
width: 22.15%;
|
2018-01-24 15:56:58 +00:00
|
|
|
float: left;
|
|
|
|
margin-right: 3.8%;
|
|
|
|
}
|
|
|
|
ul.products li.product.first {
|
|
|
|
clear: both;
|
|
|
|
}
|
|
|
|
ul.products li.product.last {
|
|
|
|
margin-right: 0;
|
|
|
|
}
|
|
|
|
.columns-1 ul.products li.product {
|
|
|
|
float: none;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
.columns-2 ul.products li.product {
|
2018-04-09 16:48:16 +00:00
|
|
|
width: 48.1%;
|
2018-01-24 15:56:58 +00:00
|
|
|
}
|
|
|
|
.columns-3 ul.products li.product {
|
2018-04-09 16:48:16 +00:00
|
|
|
width: 30.8%;
|
2018-01-24 15:56:58 +00:00
|
|
|
}
|
|
|
|
.columns-4 ul.products li.product {
|
2018-04-09 16:48:16 +00:00
|
|
|
width: 22.15%;
|
2018-01-24 15:56:58 +00:00
|
|
|
}
|
|
|
|
.columns-5 ul.products li.product {
|
2018-04-09 16:48:16 +00:00
|
|
|
width: 16.96%;
|
2018-01-24 15:56:58 +00:00
|
|
|
}
|
|
|
|
.columns-6 ul.products li.product {
|
2018-04-09 16:48:16 +00:00
|
|
|
width: 13.5%;
|
2018-01-24 15:56:58 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.onsale {
|
2018-04-09 16:48:16 +00:00
|
|
|
border: 1px solid currentcolor;
|
|
|
|
border-radius: 3px;
|
|
|
|
color: #222222;
|
|
|
|
display: inline-block;
|
2018-01-24 15:56:58 +00:00
|
|
|
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
|
|
|
|
font-weight: 700;
|
2018-04-09 16:48:16 +00:00
|
|
|
padding: .202em .6180469716em;
|
2018-01-24 15:56:58 +00:00
|
|
|
text-align: center;
|
|
|
|
text-transform: uppercase;
|
2018-04-09 16:48:16 +00:00
|
|
|
margin-top: 0.5em;
|
|
|
|
margin-bottom: 1em;
|
2018-01-24 15:56:58 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
/**/
|
|
|
|
/* !Single product */
|
|
|
|
/**/
|
|
|
|
|
2018-04-09 16:48:16 +00:00
|
|
|
.single-product .product_title {
|
|
|
|
margin-top: 0.5em;
|
|
|
|
}
|
2018-01-24 15:56:58 +00:00
|
|
|
|
|
|
|
.single-product div.product .onsale {
|
|
|
|
left: 4%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.single-product div.product .entry-summary {
|
|
|
|
clear: both;
|
|
|
|
}
|
|
|
|
|
|
|
|
.single-product div.product .entry-summary .price {
|
|
|
|
font-weight: bold;
|
|
|
|
font-size: 16px;
|
|
|
|
font-size: 1.6em;
|
|
|
|
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
|
|
|
|
margin-bottom: .5em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.single-product div.product .entry-summary .price del {
|
|
|
|
color: #888;
|
|
|
|
font-weight: 400;
|
|
|
|
}
|
|
|
|
|
|
|
|
.single-product div.product .entry-summary .price ins {
|
|
|
|
padding: .3em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.single-product div.product .reset_variations {
|
|
|
|
font-size: 13px;
|
|
|
|
font-size: 1.3rem;
|
|
|
|
padding: 0 1em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.single-product div.product p {
|
|
|
|
margin: 0 0 1em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.single-product div.product .woocommerce-product-gallery {
|
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
|
|
|
max-width: 92%;
|
|
|
|
width: 600px;
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
2018-03-07 20:50:58 +00:00
|
|
|
.single-product div.product .woocommerce-product-gallery img {
|
|
|
|
display: block;
|
2018-04-09 16:48:16 +00:00
|
|
|
margin: 0 auto;
|
2018-03-07 20:50:58 +00:00
|
|
|
}
|
|
|
|
|
2018-01-24 15:56:58 +00:00
|
|
|
.single-product div.product .woocommerce-product-gallery__wrapper {
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
|
|
|
|
display: block;
|
|
|
|
position: absolute;
|
|
|
|
height: 40px;
|
|
|
|
line-height: 40px;
|
|
|
|
top: 0;
|
|
|
|
right: 0;
|
|
|
|
width: 40px;
|
|
|
|
z-index: 99;
|
|
|
|
}
|
|
|
|
|
|
|
|
.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:hover {
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.single-product div.product .woocommerce-product-gallery .flex-viewport {
|
|
|
|
margin-bottom: 1em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
|
|
|
|
content: "";
|
|
|
|
display: table;
|
2018-04-09 16:48:16 +00:00
|
|
|
margin: 0 auto;
|
2018-01-24 15:56:58 +00:00
|
|
|
padding: 0;
|
2018-03-07 17:57:41 +00:00
|
|
|
table-layout: fixed;
|
2018-01-24 15:56:58 +00:00
|
|
|
text-align: center;
|
2018-03-07 17:57:41 +00:00
|
|
|
width: 100%;
|
2018-01-24 15:56:58 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li {
|
|
|
|
cursor: pointer;
|
|
|
|
display: inline-block;
|
|
|
|
list-style: none;
|
|
|
|
vertical-align: top;
|
|
|
|
}
|
|
|
|
|
|
|
|
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img {
|
|
|
|
opacity: .5;
|
|
|
|
}
|
|
|
|
|
|
|
|
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
|
|
|
|
opacity: 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li:hover img {
|
|
|
|
opacity: 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li {
|
|
|
|
width: 48.7333333333%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n) {
|
|
|
|
margin-right: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n+1) {
|
|
|
|
clear: both;
|
|
|
|
}
|
|
|
|
|
|
|
|
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
|
|
|
|
width: 30.7966666667%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n) {
|
|
|
|
margin-right: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n+1) {
|
|
|
|
clear: both;
|
|
|
|
}
|
|
|
|
|
|
|
|
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
|
|
|
|
width: 21.2%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n) {
|
|
|
|
margin-right: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
|
|
|
|
clear: both;
|
|
|
|
}
|
|
|
|
|
|
|
|
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
|
|
|
|
width: 14.9333333333%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n) {
|
|
|
|
margin-right: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n+1) {
|
|
|
|
clear: both;
|
|
|
|
}
|
|
|
|
|
2018-04-09 16:48:16 +00:00
|
|
|
.single.no-featured-image .site-header,
|
|
|
|
.page.no-featured-image .site-header {
|
|
|
|
border-bottom: 1px solid #ddd;
|
|
|
|
}
|
|
|
|
|
2018-01-24 15:56:58 +00:00
|
|
|
.single-product div.product .woocommerce-product-details__short-description {
|
|
|
|
margin-bottom: 3em;
|
|
|
|
}
|
|
|
|
|
2018-04-09 16:48:16 +00:00
|
|
|
.single.no-featured-image.single-product .site-header,
|
|
|
|
.page.no-featured-image.single-product .site-header {
|
|
|
|
border-bottom: 0;
|
|
|
|
}
|
|
|
|
|
2018-01-24 15:56:58 +00:00
|
|
|
.single-product div.product .cart {
|
|
|
|
border-top: 1px solid #ddd;
|
|
|
|
float: left;
|
|
|
|
margin: 0 40px 3em 0;
|
|
|
|
padding-top: 20px;
|
|
|
|
width: calc(50% - 20px);
|
|
|
|
}
|
|
|
|
|
|
|
|
.single-product div.product .cart .quantity {
|
|
|
|
margin: 1em 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.single-product div.product .cart .quantity .qty {
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.single-product div.product .cart .quantity.hidden {
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.single-product div.product .product_meta {
|
|
|
|
border-top: 1px solid #ddd;
|
|
|
|
color: #888;
|
|
|
|
float: right;
|
|
|
|
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
|
|
|
|
font-size: 16px;
|
|
|
|
font-size: 1.6rem;
|
|
|
|
line-height: 1.75;
|
|
|
|
margin-bottom: 3em;
|
|
|
|
padding-top: 20px;
|
|
|
|
width: calc(50% - 20px);
|
|
|
|
}
|
|
|
|
|
|
|
|
.single-product div.product .product_meta a {
|
|
|
|
color: #000;
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
|
|
|
|
.single-product div.product .product_meta>span {
|
|
|
|
clear: both;
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
|
|
|
@media screen and (min-width: 768px) {
|
|
|
|
.single-product div.product .onsale {
|
|
|
|
left: 25%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
/**/
|
|
|
|
/* !Product Reviews */
|
|
|
|
/**/
|
|
|
|
|
|
|
|
.single-product div.product .commentlist {
|
|
|
|
display: flex;
|
|
|
|
flex-wrap: wrap;
|
|
|
|
justify-content: space-around;
|
|
|
|
list-style: none;
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.single-product div.product .commentlist .comment {
|
|
|
|
border-bottom: 1px solid #ddd;
|
|
|
|
margin: 1em 0;
|
|
|
|
position: relative;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.single-product div.product .commentlist .comment:first-of-type:last-of-type {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.single-product div.product .commentlist .comment-text .meta {
|
|
|
|
color: #888;
|
|
|
|
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
|
|
|
|
font-size: 16px;
|
|
|
|
font-size: 1.6rem;
|
|
|
|
margin-left: 5px;
|
|
|
|
text-transform: uppercase;
|
|
|
|
}
|
|
|
|
|
|
|
|
.single-product div.product .commentlist .comment-text .description {
|
|
|
|
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
|
|
|
|
font-size: 15px;
|
|
|
|
font-size: 1.5rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.single-product div.product .woocommerce-Reviews-title {
|
|
|
|
font-weight: 800;
|
|
|
|
text-transform: uppercase;
|
|
|
|
}
|
|
|
|
|
|
|
|
.single-product div.product .woocommerce-noreviews {
|
|
|
|
display: inline-block;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.single-product div.product #review_form_wrapper {
|
|
|
|
clear: both;
|
|
|
|
padding-top: 1em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.single-product div.product .comment-reply-title {
|
|
|
|
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
|
|
|
|
font-weight: 800;
|
|
|
|
}
|
|
|
|
|
|
|
|
.single-product div.product .comment .avatar {
|
|
|
|
left: inherit;
|
|
|
|
margin: 0 auto;
|
|
|
|
position: relative;
|
|
|
|
top: inherit;
|
|
|
|
}
|
|
|
|
|
|
|
|
.stock:empty:before {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.stock.in-stock {
|
|
|
|
color: #0f834d;
|
|
|
|
}
|
|
|
|
|
|
|
|
.stock.out-of-stock {
|
|
|
|
color: #e2401c;
|
|
|
|
}
|
|
|
|
|
|
|
|
@media screen and (min-width: 768px) {
|
|
|
|
|
|
|
|
.single-product div.product .commentlist .comment {
|
|
|
|
width: calc( 50% - 40px);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
/**/
|
|
|
|
/* !Cart */
|
|
|
|
/**/
|
|
|
|
|
2018-10-19 04:45:50 +00:00
|
|
|
.woocommerce-cart td.actions {
|
|
|
|
text-align: right;
|
|
|
|
margin-top: 2em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.woocommerce-cart td.actions label {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.woocommerce-cart td.actions .button {
|
|
|
|
vertical-align: top;
|
|
|
|
}
|
|
|
|
|
|
|
|
.woocommerce-cart td.actions button[name="update_cart"] {
|
|
|
|
margin-bottom: 1em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.woocommerce-cart .product-thumbnail {
|
|
|
|
float: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.woocommerce-cart .product-thumbnail::before {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.woocommerce-cart .product-thumbnail img {
|
|
|
|
display: block;
|
|
|
|
margin: 0 auto;
|
|
|
|
max-width: 3.706325903em;
|
|
|
|
height: auto;
|
|
|
|
}
|
|
|
|
|
2018-01-24 15:56:58 +00:00
|
|
|
.woocommerce-cart .woocommerce > .woocommerce-message {
|
|
|
|
padding: 10px;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.woocomerce-cart .woocommerce .cart_totals {
|
|
|
|
margin-bottom: 2em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.woocommerce-cart .cart_totals h2 {
|
|
|
|
font-size: 22px;
|
|
|
|
font-size: 2.2rem;
|
|
|
|
padding: 0 .3em;
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
.woocommerce-cart .cart_totals .shop_table {
|
|
|
|
margin-bottom: 2em;
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
.woocommerce-cart .cart_totals .shop_table tr {
|
|
|
|
border-bottom: 1px solid #ddd;
|
|
|
|
}
|
|
|
|
|
|
|
|
.woocommerce-cart .wc-proceed-to-checkout {
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
.woocommerce-cart .woocommerce-cart-form {
|
|
|
|
margin-bottom: 2em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.woocommerce-cart .cart-collaterals {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
2018-10-19 04:45:50 +00:00
|
|
|
.woocommerce-cart .cart-collaterals input {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
2018-01-24 15:56:58 +00:00
|
|
|
.woocommerce-cart .cart-collaterals .cross-sells {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.woocommerce-cart [data-title="Subtotal"] {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.woocommerce-cart .cart-subtotal th:not([data-title="Subtotal"]) {
|
|
|
|
font-weight: 400;
|
|
|
|
}
|
|
|
|
|
2018-10-19 04:45:50 +00:00
|
|
|
dl.variation {
|
|
|
|
font-size: .875em;
|
|
|
|
margin: .875em 0 0 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
dl.variation dd,
|
|
|
|
dl.variation p {
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
2018-01-24 15:56:58 +00:00
|
|
|
@media screen and (min-width: 768px) {
|
|
|
|
|
2018-10-19 04:45:50 +00:00
|
|
|
.woocommerce-cart td.actions {
|
|
|
|
margin-top: 0em;
|
|
|
|
}
|
|
|
|
|
2018-01-24 15:56:58 +00:00
|
|
|
.woocommerce-cart [data-title="Subtotal"] {
|
|
|
|
width: 33%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.woocommerce-cart .cart-collaterals .cross-sells {
|
|
|
|
display: block;
|
|
|
|
}
|
2018-10-19 04:45:50 +00:00
|
|
|
|
|
|
|
.woocommerce-cart td.actions button[name="update_cart"] {
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
2018-01-24 15:56:58 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
/**/
|
|
|
|
/* !Checkout */
|
|
|
|
/**/
|
|
|
|
|
|
|
|
.woocommerce-checkout .shop_table {
|
|
|
|
padding: .3em;
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
.woocommerce-checkout .shop_table td,
|
|
|
|
.woocommerce-checkout .shop_table th {
|
|
|
|
padding: 1em .3em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.woocommerce-checkout .shop_table thead,
|
|
|
|
.woocommerce-checkout .shop_table tbody,
|
|
|
|
.woocommerce-checkout .shop_table tfoot {
|
|
|
|
border-bottom: 1px solid #ddd;
|
|
|
|
}
|
|
|
|
|
2018-03-07 20:31:29 +00:00
|
|
|
.woocommerce #payment .payment_methods {
|
2018-01-24 15:56:58 +00:00
|
|
|
list-style: none;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.woocommerce-account .form-row,
|
|
|
|
.woocommerce-checkout .form-row,
|
|
|
|
.woocommerce-account .woocommerce-form-row,
|
|
|
|
.woocommerce-checkout .woocommerce-form-row {
|
|
|
|
margin-bottom: .75em;
|
|
|
|
}
|
|
|
|
|
2018-03-07 20:31:29 +00:00
|
|
|
.woocommerce #payment [for="payment_method_paypal"] {
|
2018-01-24 15:56:58 +00:00
|
|
|
font-weight: 900;
|
|
|
|
}
|
|
|
|
|
2018-03-07 20:31:29 +00:00
|
|
|
.woocommerce #payment [for="payment_method_paypal"]>* {
|
2018-01-24 15:56:58 +00:00
|
|
|
display: inline-block;
|
|
|
|
vertical-align: baseline;
|
|
|
|
}
|
|
|
|
|
2018-03-07 20:31:29 +00:00
|
|
|
.woocommerce #payment [for="payment_method_paypal"]>img {
|
2018-01-24 15:56:58 +00:00
|
|
|
margin-left: 40px;
|
|
|
|
float: right;
|
|
|
|
}
|
|
|
|
|
2018-03-07 20:31:29 +00:00
|
|
|
.woocommerce #payment .payment_box p,
|
|
|
|
.woocommerce #payment [for="payment_method_paypal"]>a {
|
2018-01-24 15:56:58 +00:00
|
|
|
font-weight: 400;
|
|
|
|
font-size: 14px;
|
|
|
|
font-size: 1.4rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.woocommerce-account .form-row input[type="email"],
|
|
|
|
.woocommerce-account .form-row input[type="password"],
|
|
|
|
.woocommerce-account .form-row input[type="tel"],
|
|
|
|
.woocommerce-account .form-row input[type="text"],
|
|
|
|
.woocommerce-checkout .form-row input[type="email"],
|
|
|
|
.woocommerce-checkout .form-row input[type="password"],
|
|
|
|
.woocommerce-checkout .form-row input[type="tel"],
|
|
|
|
.woocommerce-checkout .form-row input[type="text"],
|
|
|
|
.woocommerce-account .woocommerce-form-row input[type="email"],
|
|
|
|
.woocommerce-account .woocommerce-form-row input[type="password"],
|
|
|
|
.woocommerce-account .woocommerce-form-row input[type="tel"],
|
|
|
|
.woocommerce-account .woocommerce-form-row input[type="text"],
|
|
|
|
.woocommerce-checkout .woocommerce-form-row input[type="email"],
|
|
|
|
.woocommerce-checkout .woocommerce-form-row input[type="password"],
|
|
|
|
.woocommerce-checkout .woocommerce-form-row input[type="tel"],
|
|
|
|
.woocommerce-checkout .woocommerce-form-row input[type="text"] {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.woocommerce-checkout .checkout .required {
|
|
|
|
border-bottom: none;
|
|
|
|
}
|
|
|
|
|
2018-10-19 04:45:50 +00:00
|
|
|
.woocommerce-checkout .woocommerce-form-coupon {
|
|
|
|
margin-bottom: 1em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.woocommerce-checkout .woocommerce-form-coupon p {
|
|
|
|
margin-bottom: 1em;
|
|
|
|
margin-top: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info {
|
|
|
|
margin-bottom: 1em;
|
|
|
|
}
|
|
|
|
|
2018-01-24 15:56:58 +00:00
|
|
|
.woocommerce-checkout .col-2 {
|
|
|
|
clear: both;
|
|
|
|
}
|
|
|
|
|
|
|
|
.woocommerce-checkout .col-2 .woocommerce-additional-fields h3 {
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
|
|
|
|
2018-10-19 04:45:50 +00:00
|
|
|
.woocommerce .shop_table tbody ul {
|
|
|
|
list-style: none;
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.woocommerce .shop_table tbody .wc-item-meta {
|
|
|
|
font-size: .875em;
|
|
|
|
margin: .875em 0 0 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.woocommerce .shop_table tbody .wc-item-meta p {
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
2018-01-24 15:56:58 +00:00
|
|
|
@media screen and (min-width: 768px) {
|
2018-10-19 04:45:50 +00:00
|
|
|
|
2018-01-24 15:56:58 +00:00
|
|
|
.woocommerce-address-fields__field-wrapper .form-row-first,
|
|
|
|
.col2-set .form-row-first {
|
|
|
|
float: left;
|
|
|
|
margin-right: 40px;
|
|
|
|
}
|
2018-10-19 04:45:50 +00:00
|
|
|
|
2018-01-24 15:56:58 +00:00
|
|
|
.woocommerce-address-fields__field-wrapper .form-row-last,
|
|
|
|
.col2-set .form-row-last {
|
|
|
|
float: right;
|
|
|
|
margin-right: 0;
|
|
|
|
}
|
2018-10-19 04:45:50 +00:00
|
|
|
|
2018-01-24 15:56:58 +00:00
|
|
|
.woocommerce-address-fields__field-wrapper .form-row-wide,
|
|
|
|
.col2-set .form-row-wide {
|
|
|
|
clear: both;
|
|
|
|
}
|
2018-10-19 04:45:50 +00:00
|
|
|
|
2018-01-24 15:56:58 +00:00
|
|
|
.woocommerce-address-fields__field-wrapper .form-row-first,
|
|
|
|
.woocommerce-address-fields__field-wrapper .form-row-last,
|
|
|
|
.col2-set .form-row-first,
|
|
|
|
.col2-set .form-row-last {
|
|
|
|
width: calc( 50% - 40px);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
/**/
|
|
|
|
/* !My Account */
|
|
|
|
/**/
|
|
|
|
|
|
|
|
.woocommerce-account .woocommerce {
|
|
|
|
margin-bottom: 2em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.woocommerce-account .woocommerce > .woocommerce-message {
|
|
|
|
padding: 10px;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.woocommerce-account .woocommerce .woocommerce-error {
|
|
|
|
display: inline-block;
|
|
|
|
list-style: none;
|
|
|
|
margin: 0 auto 2em;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.woocommerce-account .woocommerce .woocommerce-error li {
|
|
|
|
padding: .3em;
|
|
|
|
}
|
|
|
|
|
|
|
|
@media screen and (min-width: 48em) {
|
|
|
|
|
|
|
|
.woocommerce-account .woocommerce .col2-set > div {
|
|
|
|
width: calc( 50% - 40px );
|
|
|
|
}
|
|
|
|
|
|
|
|
.woocommerce-account .woocommerce .col-1 {
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
.woocommerce-account .woocommerce .col-2 {
|
|
|
|
float: right;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
/* !My Account Navigation */
|
|
|
|
|
|
|
|
.woocommerce-MyAccount-navigation {
|
|
|
|
clear: both;
|
|
|
|
display: table;
|
|
|
|
margin: 0 auto 3em;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.woocommerce-MyAccount-navigation ul {
|
|
|
|
list-style: none;
|
|
|
|
margin: 0;
|
|
|
|
padding-left: 0;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.woocommerce-MyAccount-navigation li {
|
|
|
|
display: inline-block;
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
|
|
|
.woocommerce-MyAccount-navigation a {
|
|
|
|
color: #222;
|
|
|
|
display: block;
|
|
|
|
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
|
|
|
|
font-size: 13px;
|
|
|
|
font-size: 1.3rem;
|
|
|
|
font-weight: 700;
|
|
|
|
letter-spacing: 1px;
|
|
|
|
padding: 10px 12px;
|
|
|
|
text-decoration: none;
|
|
|
|
text-transform: uppercase;
|
|
|
|
}
|
|
|
|
|
|
|
|
.woocommerce-MyAccount-navigation li:hover>a,
|
|
|
|
.woocommerce-MyAccount-navigation li.focus>a {
|
|
|
|
background: #ca2017;
|
|
|
|
border-radius: 3px;
|
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
|
|
|
|
.woocommerce-MyAccount-navigation li.is-active a {
|
|
|
|
background: #222;
|
|
|
|
border-radius: 3px;
|
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
|
|
|
|
.woocommerce-MyAccount-navigation a .icon {
|
|
|
|
margin-left: 6px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.woocommerce-MyAccount-navigation ul ul>li:hover>a,
|
|
|
|
.woocommerce-MyAccount-navigation ul ul>li.focus>a {
|
|
|
|
border-radius: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.woocommerce-MyAccount-navigation ul ul>li:first-child>a {
|
|
|
|
border-top-left-radius: 6px;
|
|
|
|
border-top-right-radius: 6px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.woocommerce-MyAccount-navigation ul ul>li:last-child>a {
|
|
|
|
border-bottom-left-radius: 6px;
|
|
|
|
border-bottom-right-radius: 6px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.woocommerce-MyAccount-navigation ul ul ul {
|
|
|
|
left: -999em;
|
|
|
|
top: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.woocommerce-MyAccount-navigation ul ul a {
|
|
|
|
background: #222;
|
|
|
|
color: #fff;
|
|
|
|
font-weight: 400;
|
|
|
|
text-transform: none;
|
|
|
|
width: 200px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.woocommerce-MyAccount-navigation ul li:hover>ul,
|
|
|
|
.woocommerce-MyAccount-navigation ul li.focus>ul {
|
|
|
|
left: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
.woocommerce-MyAccount-navigation ul ul li:hover>ul,
|
|
|
|
.woocommerce-MyAccount-navigation ul ul li.focus>ul {
|
|
|
|
left: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* !My Account Content */
|
|
|
|
|
|
|
|
.woocommerce-MyAccount-content {
|
|
|
|
clear: both;
|
|
|
|
display: block;
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
.woocommerce-MyAccount-content address {
|
|
|
|
font-style: normal;
|
|
|
|
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
|
|
|
|
}
|
|
|
|
|
2018-03-06 02:07:46 +00:00
|
|
|
.woocommerce-MyAccount-content table .button {
|
|
|
|
word-wrap: normal;
|
|
|
|
word-break: normal;
|
|
|
|
display: inline-block;
|
|
|
|
margin: .3em;
|
|
|
|
}
|
|
|
|
|
2018-01-24 15:56:58 +00:00
|
|
|
.woocommerce-MyAccount-content fieldset {
|
|
|
|
margin: 0 2px 1.5em;
|
|
|
|
padding: 0.5em 1.5em 1em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.woocommerce-MyAccount-content fieldset legend {
|
|
|
|
padding: 0 .5em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.woocommerce-MyAccount-content .woocommerce-Address-title {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
|
|
|
.woocommerce-MyAccount-content .woocommerce-Address-title h3,
|
|
|
|
.woocommerce-MyAccount-content .woocommerce-Address-title .edit {
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
|
|
|
|
/**/
|
|
|
|
/* !Pagination */
|
|
|
|
/**/
|
|
|
|
|
|
|
|
.woocommerce-pagination {
|
|
|
|
margin: 3em 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.woocommerce-pagination .page-numbers {
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.woocommerce-pagination .page-numbers li {
|
|
|
|
display: inline-block;
|
|
|
|
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
|
|
|
|
font-size: 16px;
|
|
|
|
font-size: 1.6rem;
|
|
|
|
font-weight: 700;
|
|
|
|
letter-spacing: 1px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.woocommerce-pagination .page-numbers li>* {
|
|
|
|
padding: .3em;
|
|
|
|
}
|
|
|
|
|
|
|
|
/**/
|
|
|
|
/* !# General Components */
|
|
|
|
/**/
|
|
|
|
|
|
|
|
/**/
|
|
|
|
/* !Mini Cart */
|
|
|
|
/**/
|
|
|
|
|
|
|
|
.site-header-cart {
|
|
|
|
flex: 0 1 auto;
|
|
|
|
margin: 0 0 18px;
|
|
|
|
padding: 0;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.site-header-cart .cart-contents {
|
|
|
|
color: #222;
|
|
|
|
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
|
|
|
|
font-size: 13px;
|
|
|
|
font-size: 1.3rem;
|
|
|
|
font-weight: 700;
|
|
|
|
letter-spacing: 1px;
|
|
|
|
margin: -.5em 0;
|
|
|
|
padding: .5em 15px;
|
|
|
|
text-decoration: none;
|
|
|
|
text-transform: uppercase;
|
|
|
|
}
|
|
|
|
|
|
|
|
.site-header-cart .widget_shopping_cart {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.site-header-cart .product_list_widget {
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.site-header-cart:hover .icon,
|
|
|
|
.site-header-cart.focus .icon {
|
|
|
|
fill: #ca2017;
|
|
|
|
}
|
|
|
|
|
|
|
|
.site-header-cart .count {
|
|
|
|
color: #222;
|
|
|
|
font-weight: 400;
|
|
|
|
letter-spacing: normal;
|
|
|
|
text-transform: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.site-header-cart:hover .count,
|
|
|
|
.site-header-cart.focus .count {
|
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
|
|
|
|
.site-header-cart ul {
|
|
|
|
list-style: none;
|
|
|
|
margin: 0;
|
|
|
|
padding-left: 0;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.site-header-cart li {
|
|
|
|
display: block;
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
|
|
|
.site-header-cart li:first-of-type {
|
|
|
|
display: inline-block;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.site-header-cart li > * {
|
|
|
|
display: inline-block;
|
|
|
|
text-align: center;
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
|
|
|
|
|
|
|
.site-header-cart:hover>li>a,
|
|
|
|
.site-header-cart.focus>li>a,
|
|
|
|
.site-header-cart>li:hover>a,
|
|
|
|
.site-header-cart>li.focus>a {
|
|
|
|
background: #ca2017;
|
|
|
|
border-radius: 3px;
|
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
|
|
|
|
.site-header-cart li.is-active a {
|
|
|
|
background: #222;
|
|
|
|
border-radius: 3px;
|
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
|
|
|
|
.site-header-cart .cart-contents .icon {
|
|
|
|
color: inherit;
|
|
|
|
fill: currentColor;
|
|
|
|
margin-right: 6px;
|
|
|
|
font-size: 2em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.site-header-cart .widget_shopping_cart_content {
|
|
|
|
background: #222;
|
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
|
|
|
|
.site-header-cart .widget_shopping_cart_content:after {
|
|
|
|
border: 10px solid transparent;
|
|
|
|
border-bottom-color: #222;
|
|
|
|
}
|
|
|
|
|
|
|
|
.site-header-cart .widget_shopping_cart_content .product_list_widget li a {
|
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
#site-header-cart .widget_shopping_cart_content .mini_cart_item {
|
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
|
|
|
|
.site-header-cart .widget_shopping_cart_content .woocommerce-mini-cart__buttons a {
|
|
|
|
background: #ca2017;
|
|
|
|
}
|
|
|
|
|
|
|
|
.site-header-cart ul ul ul {
|
|
|
|
left: -999em;
|
|
|
|
top: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.site-header-cart ul ul a {
|
|
|
|
background: #222;
|
|
|
|
color: #fff;
|
|
|
|
font-weight: 400;
|
|
|
|
text-transform: none;
|
|
|
|
width: 200px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.site-header-cart ul ul li {}
|
|
|
|
|
|
|
|
.site-header-cart ul ul:hover>a,
|
|
|
|
.site-header-cart ul ul .focus>a {}
|
|
|
|
|
|
|
|
.site-header-cart ul ul a:hover,
|
|
|
|
.site-header-cart ul ul a.focus {}
|
|
|
|
|
|
|
|
.site-header-cart ul li:hover>ul,
|
|
|
|
.site-header-cart ul li.focus>ul {
|
|
|
|
left: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
.site-header-cart ul ul li:hover>ul,
|
|
|
|
.site-header-cart ul ul li.focus>ul {
|
|
|
|
left: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.site-header-cart .current_page_item>a,
|
|
|
|
.site-header-cart .current-menu-item>a,
|
|
|
|
.site-header-cart .current_page_ancestor>a,
|
|
|
|
.site-header-cart .current-menu-ancestor>a {}
|
|
|
|
|
|
|
|
@media all and (max-width: 768px) {
|
2018-10-19 04:45:50 +00:00
|
|
|
|
2018-01-24 15:56:58 +00:00
|
|
|
.site-header-cart .count {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
.site-header-cart .cart-contents {
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
@media screen and (min-width: 768px) {
|
2018-10-19 04:45:50 +00:00
|
|
|
|
2018-01-24 15:56:58 +00:00
|
|
|
.site-header-cart {
|
|
|
|
flex: 0 0 auto;
|
|
|
|
margin-bottom: 0;
|
|
|
|
position: inherit;
|
|
|
|
text-align: right;
|
|
|
|
top: inherit;
|
|
|
|
}
|
2018-10-19 04:45:50 +00:00
|
|
|
|
2018-01-24 15:56:58 +00:00
|
|
|
.site-header-cart>li:last-of-type {}
|
|
|
|
.site-header-cart .widget_shopping_cart {
|
|
|
|
font-size: ms(-1);
|
|
|
|
display: block;
|
|
|
|
left: -999em;
|
|
|
|
padding-top: 1.15em;
|
|
|
|
position: absolute;
|
|
|
|
top: 100%;
|
|
|
|
z-index: 999999;
|
|
|
|
}
|
2018-10-19 04:45:50 +00:00
|
|
|
|
2018-01-24 15:56:58 +00:00
|
|
|
.site-header-cart:hover .widget_shopping_cart,
|
|
|
|
.site-header-cart.focus .widget_shopping_cart {
|
|
|
|
display: block;
|
|
|
|
left: auto;
|
|
|
|
right: 0;
|
|
|
|
}
|
2018-10-19 04:45:50 +00:00
|
|
|
|
2018-01-24 15:56:58 +00:00
|
|
|
.site-header-cart .widget_shopping_cart_content {
|
|
|
|
border-radius: 6px;
|
|
|
|
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
|
|
|
|
float: right;
|
|
|
|
overflow: hidden;
|
|
|
|
padding: 1.5em;
|
|
|
|
max-width: 60vw;
|
|
|
|
width: 500%;
|
|
|
|
display: flex;
|
|
|
|
flex-wrap: wrap;
|
|
|
|
flex-flow: column;
|
|
|
|
}
|
2018-10-19 04:45:50 +00:00
|
|
|
|
2018-01-24 15:56:58 +00:00
|
|
|
.menu-1-empty .site-header-cart .widget_shopping_cart_content {
|
|
|
|
float: left;
|
|
|
|
}
|
2018-10-19 04:45:50 +00:00
|
|
|
|
2018-01-24 15:56:58 +00:00
|
|
|
.site-header-cart .widget_shopping_cart_content:after {
|
|
|
|
border: 10px solid transparent;
|
|
|
|
border-bottom-color: #222;
|
|
|
|
content: "";
|
|
|
|
display: block;
|
|
|
|
left: auto;
|
|
|
|
margin-left: -10px;
|
|
|
|
position: absolute;
|
|
|
|
right: 60px;
|
|
|
|
top: 3px;
|
|
|
|
}
|
2018-10-19 04:45:50 +00:00
|
|
|
|
2018-01-24 15:56:58 +00:00
|
|
|
.site-header-cart .widget_shopping_cart_content .product_list_widget {
|
|
|
|
display: flex;
|
|
|
|
flex-wrap: wrap;
|
|
|
|
justify-content: space-evenly;
|
|
|
|
margin-bottom: 1em;
|
|
|
|
}
|
2018-10-19 04:45:50 +00:00
|
|
|
|
2018-01-24 15:56:58 +00:00
|
|
|
#site-header-cart .widget_shopping_cart_content .mini_cart_item {
|
|
|
|
font-weight: 400;
|
|
|
|
padding: 0;
|
2018-10-19 04:45:50 +00:00
|
|
|
margin-right: 6.5%;
|
2018-01-24 15:56:58 +00:00
|
|
|
text-transform: none;
|
|
|
|
width: 20%;
|
|
|
|
}
|
2018-10-19 04:45:50 +00:00
|
|
|
|
|
|
|
#site-header-cart .widget_shopping_cart_content .mini_cart_item:nth-child(4n),
|
|
|
|
#site-header-cart .widget_shopping_cart_content .mini_cart_item:last-child {
|
|
|
|
margin-right: 0;
|
|
|
|
}
|
|
|
|
|
2018-01-24 15:56:58 +00:00
|
|
|
.site-header-cart .widget_shopping_cart_content .mini_cart_item a img {
|
|
|
|
display: block;
|
|
|
|
margin: 0 auto;
|
|
|
|
}
|
2018-10-19 04:45:50 +00:00
|
|
|
|
2018-01-24 15:56:58 +00:00
|
|
|
.site-header-cart .widget_shopping_cart_content .mini_cart_item .remove:hover {
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
2018-10-19 04:45:50 +00:00
|
|
|
|
2018-01-24 15:56:58 +00:00
|
|
|
.site-header-cart .widget_shopping_cart_content .mini_cart_item .remove {
|
|
|
|
font-size: 25px;
|
|
|
|
}
|
2018-10-19 04:45:50 +00:00
|
|
|
|
2018-01-24 15:56:58 +00:00
|
|
|
.site-header-cart .widget_shopping_cart_content .mini_cart_item .quantity {
|
|
|
|
display: block;
|
|
|
|
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
|
|
|
|
padding: 0 12px 10px;
|
|
|
|
}
|
2018-10-19 04:45:50 +00:00
|
|
|
|
2018-01-24 15:56:58 +00:00
|
|
|
.site-header-cart .widget_shopping_cart_content .woocommerce-mini-cart__total {
|
|
|
|
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
|
|
|
|
margin-bottom: .5em;
|
|
|
|
text-align: center;
|
|
|
|
}
|
2018-10-19 04:45:50 +00:00
|
|
|
|
2018-01-24 15:56:58 +00:00
|
|
|
.site-header-cart .widget_shopping_cart_content .woocommerce-mini-cart__buttons {
|
|
|
|
margin: 0;
|
|
|
|
text-align: center;
|
|
|
|
}
|
2018-10-19 04:45:50 +00:00
|
|
|
|
2018-01-24 15:56:58 +00:00
|
|
|
.site-header-cart .widget_shopping_cart_content .woocommerce-mini-cart__buttons a {
|
|
|
|
display: inline-block;
|
|
|
|
margin: 0 .5em;
|
|
|
|
}
|
2018-10-19 04:45:50 +00:00
|
|
|
|
2018-01-24 15:56:58 +00:00
|
|
|
.site-header-cart .cart-contents .icon {
|
|
|
|
display: inline;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
/**/
|
|
|
|
/* !Star Ratings */
|
|
|
|
/**/
|
|
|
|
|
|
|
|
.star-rating {
|
|
|
|
font-family: 'star';
|
|
|
|
font-size: 1em;
|
|
|
|
font-weight: 400;
|
|
|
|
height: 1.618em;
|
|
|
|
line-height: 1.618;
|
|
|
|
margin: 0 auto;
|
|
|
|
overflow: hidden;
|
|
|
|
position: relative;
|
|
|
|
width: 5.3em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.star-rating:before {
|
|
|
|
color: #404040;
|
|
|
|
content: "\53\53\53\53\53";
|
|
|
|
float: left;
|
|
|
|
left: 0;
|
|
|
|
opacity: .25;
|
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.star-rating span {
|
|
|
|
float: left;
|
|
|
|
left: 0;
|
|
|
|
overflow: hidden;
|
|
|
|
position: absolute;
|
|
|
|
padding-top: 1.5em;
|
|
|
|
top: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.star-rating span:before {
|
|
|
|
color: #e43a31;
|
|
|
|
content: "\53\53\53\53\53";
|
|
|
|
left: 0;
|
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
p.stars a {
|
|
|
|
display: inline-block;
|
|
|
|
font-weight: 400;
|
|
|
|
height: 1em;
|
|
|
|
margin-right: 1px;
|
|
|
|
position: relative;
|
|
|
|
text-decoration: none;
|
|
|
|
text-indent: -999em;
|
|
|
|
width: 1em;
|
|
|
|
}
|
|
|
|
|
|
|
|
p.stars a:before {
|
|
|
|
display: block;
|
|
|
|
color: #404040;
|
|
|
|
content: "\53";
|
|
|
|
font-family: "star";
|
|
|
|
height: 1em;
|
|
|
|
left: 0;
|
|
|
|
line-height: 1;
|
|
|
|
opacity: .25;
|
|
|
|
position: absolute;
|
|
|
|
text-indent: 0;
|
|
|
|
top: 0;
|
|
|
|
width: 1em;
|
|
|
|
}
|
|
|
|
|
|
|
|
p.stars a:hover~a:before {
|
|
|
|
content: "\53";
|
|
|
|
color: #404040;
|
|
|
|
opacity: .25;
|
|
|
|
}
|
|
|
|
|
|
|
|
p.stars:hover a:before {
|
|
|
|
content: "\53";
|
|
|
|
color: #e43a31;
|
|
|
|
opacity: 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
p.stars.selected a.active:before {
|
|
|
|
content: "\53";
|
|
|
|
color: #e43a31;
|
|
|
|
opacity: 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
p.stars.selected a.active~a:before {
|
|
|
|
content: "\53";
|
|
|
|
color: #404040;
|
|
|
|
opacity: .25;
|
|
|
|
}
|
|
|
|
|
|
|
|
p.stars.selected a:not(.active):before {
|
|
|
|
content: "\53";
|
|
|
|
color: #e43a31;
|
|
|
|
opacity: 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
/**/
|
|
|
|
/* !Tabs */
|
|
|
|
/**/
|
|
|
|
|
|
|
|
.woocommerce-tabs {
|
|
|
|
clear: both;
|
|
|
|
padding-bottom: 2em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.woocommerce-tabs ul.tabs {
|
|
|
|
border-bottom: 1px solid #ddd;
|
|
|
|
list-style: none;
|
|
|
|
margin: 0 auto -1px;
|
|
|
|
max-width: 92%;
|
|
|
|
padding: 0;
|
|
|
|
text-align: center;
|
|
|
|
width: 740px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.woocommerce-tabs .panel h2:first-of-type {
|
|
|
|
font-weight: 800;
|
|
|
|
margin: 1em 0;
|
|
|
|
text-transform: uppercase;
|
|
|
|
}
|
|
|
|
|
|
|
|
.woocommerce-tabs ul.tabs li {
|
|
|
|
border-top-left-radius: 3px;
|
|
|
|
border-top-right-radius: 3px;
|
|
|
|
border: 1px solid #ddd;
|
|
|
|
border-width: 1px 1px 0;
|
|
|
|
display: inline-block;
|
|
|
|
margin: -1px -1px 0;
|
|
|
|
overflow: hidden;
|
|
|
|
position: relative;
|
|
|
|
vertical-align: bottom;
|
|
|
|
}
|
|
|
|
|
|
|
|
.woocommerce-tabs ul.tabs li.active {
|
|
|
|
border-bottom-color: #fff;
|
|
|
|
border-bottom-width: 1px;
|
|
|
|
margin-bottom: -1px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.woocommerce-tabs ul.tabs li a {
|
|
|
|
display: block;
|
|
|
|
color: #000;
|
|
|
|
padding: 1em;
|
|
|
|
font-size: 14px;
|
|
|
|
font-size: 1.4rem;
|
|
|
|
font-weight: 700;
|
|
|
|
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
|
|
|
|
outline: none;
|
|
|
|
letter-spacing: 1px;
|
|
|
|
text-decoration: none;
|
|
|
|
text-transform: uppercase;
|
|
|
|
}
|
|
|
|
|
|
|
|
.woocommerce-tabs ul.tabs li:hover a {
|
|
|
|
color: #fff;
|
|
|
|
background: #ca2017;
|
|
|
|
}
|
|
|
|
|
|
|
|
.woocommerce-tabs ul.tabs li.active a {
|
|
|
|
color: #ca2017;
|
|
|
|
background: #fff;
|
|
|
|
}
|
|
|
|
|
|
|
|
.woocommerce-tabs ul.tabs li.active:hover a {
|
|
|
|
background: #fff;
|
|
|
|
cursor: default;
|
|
|
|
}
|
|
|
|
|
2018-10-19 04:45:50 +00:00
|
|
|
.single-product div.product .shop_attributes p {
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
|
|
|
|
2018-01-24 15:56:58 +00:00
|
|
|
/**/
|
|
|
|
/* !Password strength meter */
|
|
|
|
/**/
|
|
|
|
|
|
|
|
.woocommerce-password-strength {
|
|
|
|
text-align: right;
|
|
|
|
}
|
|
|
|
|
|
|
|
.woocommerce-password-strength.strong {
|
|
|
|
color: #0f834d;
|
|
|
|
}
|
|
|
|
|
|
|
|
.woocommerce-password-strength.short {
|
|
|
|
color: #e2401c;
|
|
|
|
}
|
|
|
|
|
|
|
|
.woocommerce-password-strength.bad {
|
|
|
|
color: #e2401c;
|
|
|
|
}
|
|
|
|
|
|
|
|
.woocommerce-password-strength.good {
|
|
|
|
color: #3D9CD2;
|
|
|
|
}
|
|
|
|
|
|
|
|
/**/
|
|
|
|
/* !Forms */
|
|
|
|
/**/
|
|
|
|
|
|
|
|
.form-row.woocommerce-validated input.input-text,
|
|
|
|
.form-row.woocommerce-validated .select2-selection {
|
|
|
|
border: 1px solid #0f834d;
|
|
|
|
}
|
|
|
|
|
|
|
|
.form-row.woocommerce-invalid input.input-text {
|
|
|
|
border: 1px solid #e2401c;
|
|
|
|
}
|
|
|
|
|
|
|
|
.required {
|
|
|
|
color: red;
|
|
|
|
}
|
|
|
|
|
|
|
|
/**/
|
|
|
|
/* !Notices */
|
|
|
|
/**/
|
|
|
|
|
|
|
|
.woocommerce-message,
|
|
|
|
.woocommerce-info,
|
|
|
|
.woocommerce-error,
|
|
|
|
.woocommerce-noreviews,
|
|
|
|
p.no-comments {
|
|
|
|
background-color: #addaa1;
|
|
|
|
border-radius: .3em;
|
|
|
|
clear: both;
|
|
|
|
content: "";
|
|
|
|
display: table;
|
|
|
|
margin-bottom: 3em;
|
|
|
|
table-layout: fixed;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
ul.woocommerce-message,
|
|
|
|
ul.woocommerce-info,
|
|
|
|
ul.woocommerce-error {
|
|
|
|
background: transparent;
|
|
|
|
border-radius: 0;
|
|
|
|
list-style: none;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
ul.woocommerce-message li,
|
|
|
|
ul.woocommerce-info li,
|
|
|
|
ul.woocommerce-error li {
|
|
|
|
border-radius: .3em;
|
|
|
|
color: #fff;
|
|
|
|
margin-bottom: 10px;
|
|
|
|
padding: 10px;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.woocommerce-info .woocommerce-Button {
|
|
|
|
float: right;
|
|
|
|
}
|
|
|
|
|
|
|
|
.woocommerce-info,
|
|
|
|
.woocommerce-noreviews,
|
|
|
|
p.no-comments {
|
|
|
|
background-color: transparent;
|
|
|
|
}
|
|
|
|
|
|
|
|
.woocommerce-error,
|
|
|
|
ul.woocommerce-error li {
|
|
|
|
background-color: #e2401c;
|
|
|
|
}
|
|
|
|
|
|
|
|
.woocommerce-store-notice {
|
|
|
|
background-color: #222;
|
|
|
|
bottom: 0;
|
|
|
|
color: #fff;
|
|
|
|
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
|
|
|
|
left: 0;
|
|
|
|
margin: 0;
|
|
|
|
padding: 1em;
|
|
|
|
position: fixed;
|
|
|
|
text-align: center;
|
|
|
|
right: 0;
|
|
|
|
z-index: 9999;
|
|
|
|
}
|
|
|
|
|
|
|
|
/**/
|
|
|
|
/* !Related / Upsell Products */
|
|
|
|
/**/
|
|
|
|
|
|
|
|
.upsells.products,
|
|
|
|
.related.products {
|
|
|
|
border-top: 1px solid #ddd;
|
|
|
|
}
|
|
|
|
|
|
|
|
.upsells.products>h2:first-of-type,
|
|
|
|
.related.products>h2:first-of-type {
|
|
|
|
font-weight: 800;
|
|
|
|
margin: 1em 0;
|
|
|
|
text-transform: uppercase;
|
|
|
|
}
|
|
|
|
|
|
|
|
/**/
|
|
|
|
/* !# Widgets */
|
|
|
|
/**/
|
|
|
|
|
|
|
|
/* !Product List Widgets */
|
|
|
|
|
|
|
|
.woocommerce.widget_products .product_list_widget,
|
|
|
|
.woocommerce.widget_recent_reviews .product_list_widget,
|
|
|
|
.woocommerce.widget_shopping_cart .product_list_widget,
|
|
|
|
.woocommerce.widget_top_rated_products .product_list_widget,
|
|
|
|
.woocommerce.widget_recently_viewed_products .product_list_widget {
|
|
|
|
display: flex;
|
|
|
|
flex-wrap: wrap;
|
|
|
|
}
|
|
|
|
|
|
|
|
.woocommerce.widget_products .product_list_widget li,
|
|
|
|
.woocommerce.widget_recent_reviews .product_list_widget li,
|
|
|
|
.woocommerce.widget_shopping_cart .product_list_widget li,
|
|
|
|
.woocommerce.widget_top_rated_products .product_list_widget li,
|
|
|
|
.woocommerce.widget_recently_viewed_products .product_list_widget li {
|
|
|
|
border-top: 1px solid rgba(0, 0, 0, 0.075);
|
|
|
|
padding: 10px;
|
|
|
|
width: 50%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.woocommerce.widget_products .product_list_widget li:last-child,
|
|
|
|
.woocommerce.widget_recent_reviews .product_list_widget li:last-child,
|
|
|
|
.woocommerce.widget_shopping_cart .product_list_widget li:last-child,
|
|
|
|
.woocommerce.widget_top_rated_products .product_list_widget li:last-child,
|
|
|
|
.woocommerce.widget_recently_viewed_products .product_list_widget li:last-child,
|
|
|
|
.woocommerce.widget_products .product_list_widget li:nth-last-child(2),
|
|
|
|
.woocommerce.widget_recent_reviews .product_list_widget li:nth-last-child(2),
|
|
|
|
.woocommerce.widget_shopping_cart .product_list_widget li:nth-last-child(2),
|
|
|
|
.woocommerce.widget_top_rated_products .product_list_widget li:nth-last-child(2),
|
|
|
|
.woocommerce.widget_recently_viewed_products .product_list_widget li:nth-last-child(2) {
|
|
|
|
border-bottom: 1px solid rgba(0, 0, 0, 0.075);
|
|
|
|
margin-bottom: -1px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.woocommerce.widget_products .product_list_widget li a,
|
|
|
|
.woocommerce.widget_recent_reviews .product_list_widget li a,
|
|
|
|
.woocommerce.widget_shopping_cart .product_list_widget li a,
|
|
|
|
.woocommerce.widget_top_rated_products .product_list_widget li a,
|
|
|
|
.woocommerce.widget_recently_viewed_products .product_list_widget li a {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
|
|
|
.woocommerce.widget .amount,
|
|
|
|
.woocommerce.widget .reviewer,
|
|
|
|
.woocommerce.widget .total,
|
|
|
|
.woocommerce.widget .quantity {
|
|
|
|
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
|
|
|
|
font-size: 16px;
|
|
|
|
font-size: 1.6rem;
|
|
|
|
font-weight: 700;
|
|
|
|
}
|
|
|
|
|
2018-10-19 04:45:50 +00:00
|
|
|
.widget .star-rating {
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.woocommerce.widget img {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
2018-01-24 15:56:58 +00:00
|
|
|
/* !Product Search Widget */
|
|
|
|
|
|
|
|
.woocommerce.widget_product_search .woocommerce-product-search .search-field {
|
|
|
|
-webkit-appearance: none;
|
|
|
|
background: #eee;
|
|
|
|
border: none;
|
|
|
|
border-radius: 0;
|
|
|
|
color: #444;
|
|
|
|
font-size: 18px;
|
|
|
|
font-size: 1.8rem;
|
|
|
|
padding: 5% 20% 5% 5%;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.woocommerce.widget_product_search .woocommerce-product-search input[type="submit"] {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* !Cart Widget */
|
|
|
|
|
|
|
|
.woocommerce.widget_shopping_cart .remove {
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.woocommerce.widget_shopping_cart .woocommerce-mini-cart__total {
|
|
|
|
padding: 0 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.woocommerce.widget_shopping_cart .woocommerce-mini-cart__buttons a {
|
|
|
|
display: inline-block;
|
|
|
|
margin-right: 1em;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* !Recent Reviews Widget */
|
|
|
|
|
|
|
|
.woocommerce.widget_recent_reviews .product_list_widget .star-rating,
|
|
|
|
.woocommerce.widget_top_rated_products .product_list_widget .star-rating {
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* !Ratings Widget */
|
|
|
|
|
|
|
|
.woocommerce.widget_rating_filter .star-rating {
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* ! Price Filter Widget */
|
|
|
|
|
|
|
|
.widget_price_filter .price_slider {
|
|
|
|
margin-bottom: 1.5em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.widget_price_filter .price_slider_amount {
|
|
|
|
text-align: right;
|
|
|
|
line-height: 2.4em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.widget_price_filter .price_slider_amount .button {
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
.widget_price_filter .ui-slider {
|
|
|
|
position: relative;
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
.widget_price_filter .ui-slider .ui-slider-handle {
|
|
|
|
background: royalblue;
|
|
|
|
box-sizing: border-box;
|
|
|
|
cursor: ew-resize;
|
|
|
|
height: 1em;
|
|
|
|
margin-top: -.25em;
|
|
|
|
opacity: 1;
|
|
|
|
outline: none;
|
|
|
|
position: absolute;
|
|
|
|
width: 1em;
|
|
|
|
z-index: 2;
|
|
|
|
}
|
|
|
|
|
|
|
|
.widget_price_filter .ui-slider .ui-slider-handle:last-child {
|
|
|
|
margin-left: -1em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.widget_price_filter .ui-slider .ui-slider-handle:hover,
|
|
|
|
.widget_price_filter .ui-slider .ui-slider-handle.ui-state-active {
|
|
|
|
box-shadow: 0 0 0 0.25em rgba(0, 0, 0, 0.1);
|
|
|
|
}
|
|
|
|
|
|
|
|
.widget_price_filter .ui-slider .ui-slider-range {
|
|
|
|
background: royalblue;
|
|
|
|
border: 0;
|
|
|
|
display: block;
|
|
|
|
position: absolute;
|
|
|
|
z-index: 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
.widget_price_filter .price_slider_wrapper .ui-widget-content {
|
|
|
|
background: rgba(0, 0, 0, 0.1);
|
|
|
|
}
|
|
|
|
|
|
|
|
.widget_price_filter .ui-slider-horizontal {
|
|
|
|
height: .5em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.widget_price_filter .ui-slider-horizontal .ui-slider-range {
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
@media all and (max-width: 768px) {
|
|
|
|
|
|
|
|
.woocommerce.widget_products .product_list_widget li,
|
|
|
|
.woocommerce.widget_recent_reviews .product_list_widget li,
|
|
|
|
.woocommerce.widget_shopping_cart .product_list_widget li,
|
|
|
|
.woocommerce.widget_top_rated_products .product_list_widget li,
|
|
|
|
.woocommerce.widget_recently_viewed_products .product_list_widget li {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
}
|