Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /*=== SINGLE PRODUCT PAGE ===*/
- .single-product-wrapper {
- margin-top: 20px;
- }
- .woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
- width: 95%;
- }
- .woocommerce .star-rating span {
- color: gold;
- }
- .woocommerce div.product .product_title {
- text-transform: uppercase;
- font-size: 26px;
- font-weight: bold;
- padding: 5px 0;
- color: #2688DA;
- }
- .single-product-wrapper p {
- text-align: justify;
- }
- .single-product-wrapper ul {
- list-style: outside none none;
- margin: 0;
- padding: 0;
- }
- .single-product-wrapper ul li:before {
- display: inline-block;
- vertical-align: top;
- font-family: 'Fontawesome';
- font-size: 15px;
- color: #2688DA;
- content: '\f00c';
- margin-right: 6px;
- }
- .woocommerce span.onsale {
- display: none;
- }
- .woocommerce .woocommerce-breadcrumb {
- display: none;
- }
- .woocommerce div.product form.cart .variations td.label {
- border: 1px solid #ccc;
- color: blue;
- font-size: 14px;
- padding: 5px 10px;
- }
- .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
- background-color: #2688DA;
- }
- .woocommerce .quantity .qty {
- padding: 5px;
- }
- .woocommerce-variation-price {
- margin-bottom: 13px;
- }
- .woocommerce div.product p.price, .woocommerce div.product span.price {
- color: #2688DA;
- }
- .woocommerce-product-rating {
- margin-bottom: 8px !important;
- }
- .woocommerce div.product .woocommerce-tabs ul.tabs li {
- background-color: #2688DA;
- border: 1px solid #2688DA;
- border-radius: 0;
- }
- .woocommerce div.product .woocommerce-tabs ul.tabs li::after, .woocommerce div.product .woocommerce-tabs ul.tabs li::before {
- content: none;
- }
- .woocommerce div.product .woocommerce-tabs ul.tabs li a {
- color: #fff;
- }
- #tab-description {
- padding: 5px 10px;
- }
- #tab-description h2 {
- color: #2688DA;
- font-size: 24px;
- margin: 0 0 7px;
- padding: 7px 0;
- text-transform: uppercase;
- }
- .woocommerce div.product .woocommerce-tabs ul.tabs::before {
- border-bottom: 1px solid #2688DA;
- }
- .woocommerce div.product .woocommerce-tabs ul.tabs {
- padding: 0;
- }
- .woocommerce-Reviews {
- border: 1px solid #ddd;
- padding: 8px 15px;
- }
- .woocommerce #reviews #comments h2 {
- clear: none;
- color: blue;
- margin-top: 0;
- text-align: center;
- text-transform: capitalize;
- }
- .comment-reply-title {
- color: blue;
- text-transform: uppercase;
- }
- .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
- background-color: blue;
- border-radius: 0;
- color: white;
- }
Advertisement
Add Comment
Please, Sign In to add comment