| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376 |
- @import 'mixins';
- /**
- * Sass variables
- */
- $headings: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Fira Sans","Droid Sans","Helvetica Neue",sans-serif;
- $body: "NonBreakingSpaceOverride", "Hoefler Text", "Baskerville Old Face", Garamond, "Times New Roman", serif;
- $body-color: #111;
- $highlights-color: #0073aa;
- /**
- * Fonts
- */
- @font-face {
- font-family: 'star';
- src: url('../fonts/star.eot');
- src: url('../fonts/star.eot?#iefix') format('embedded-opentype'),
- url('../fonts/star.woff') format('woff'),
- url('../fonts/star.ttf') format('truetype'),
- url('../fonts/star.svg#star') format('svg');
- font-weight: normal;
- font-style: normal;
- }
- @font-face {
- font-family: 'WooCommerce';
- src: url('../fonts/WooCommerce.eot');
- src: url('../fonts/WooCommerce.eot?#iefix') format('embedded-opentype'),
- url('../fonts/WooCommerce.woff') format('woff'),
- url('../fonts/WooCommerce.ttf') format('truetype'),
- url('../fonts/WooCommerce.svg#WooCommerce') format('svg');
- font-weight: normal;
- font-style: normal;
- }
- /**
- * Global elements
- */
- a.button {
- display: inline-block;
- text-align: center;
- box-sizing: border-box;
- word-break: break-all;
- color: #fff;
- text-decoration: none !important;
- &:hover,
- &:visited {
- color: #fff;
- }
- }
- .woocommerce {
- form .form-row {
- .required {
- color: firebrick;
- text-decoration: none;
- visibility: hidden; // Only show optional by default.
- &[title] {
- border: 0 !important;
- }
- }
- .optional {
- visibility: visible;
- }
- }
- }
- .woocommerce-breadcrumb {
- margin-bottom: 3rem;
- font-size: 0.88889em;
- font-family: $headings;
- }
- .woocommerce-pagination {
- font-family: $headings;
- font-size: 0.88889em;
- ul.page-numbers {
- margin: 0;
- padding: 0;
- display: block;
- font-weight: 700;
- letter-spacing: -0.02em;
- line-height: 1.2;
- }
- span.page-numbers,
- a.page-numbers,
- .next.page-numbers,
- .prev.page-numbers {
- padding: 0 calc(.5 * 1rem);
- display: inline-block;
- }
- }
- .onsale {
- position: absolute;
- top: 0;
- left: 0;
- display: inline-block;
- background: $highlights-color;
- color: #fff;
- display: inline-block;
- font-family: $headings;
- font-size: 0.71111em;
- font-weight: 700;
- letter-spacing: -0.02em;
- line-height: 1.2;
- padding: 0.5rem;
- position: absolute;
- text-transform: uppercase;
- top: 0;
- z-index: 1;
- }
- .price {
- font-family: $headings;
- del {
- opacity: 0.5;
- display: inline-block;
- }
- ins {
- display: inline-block;
- }
- }
- .woocommerce-message,
- .woocommerce-error,
- .woocommerce-info {
- margin-bottom: 1.5rem;
- padding: 1rem;
- background: #eee;
- font-size: 0.88889em;
- font-family: $headings;
- list-style: none;
- overflow: hidden;
- }
- .woocommerce-message {
- background: #eee;
- color: $body-color;
- }
- .woocommerce-error,
- .woocommerce-info {
- color: #fff;
- a {
- color: #fff;
- &:hover {
- color: #fff;
- }
- &.button {
- background: #111;
- }
- }
- }
- .woocommerce-error {
- background: firebrick;
- }
- .woocommerce-info {
- background: $highlights-color;
- }
- .woocommerce-store-notice {
- background: $highlights-color;
- color: #fff;
- padding: 1rem;
- position: absolute;
- top: 0;
- left: 0;
- width: 100%;
- z-index: 999;
- }
- .admin-bar .woocommerce-store-notice {
- top: 32px;
- }
- .woocommerce-store-notice__dismiss-link {
- float: right;
- color: #fff;
- &:hover {
- text-decoration: underline;
- color: #fff;
- }
- }
- /**
- * Tables
- */
- .woocommerce,
- .woocommerce-page {
- table.shop_table {
- td, th {
- word-break: normal;
- }
- }
- }
- /**
- * Shop page
- */
- .woocommerce-products-header__title.page-title {
- font-size: 1.6875em;
- font-weight: 700;
- font-family: $headings;
- }
- .woocommerce-result-count {
- margin: 0;
- padding: 0.75rem 0;
- }
- /**
- * Products
- */
- ul.products {
- margin: 0;
- padding: 0;
- li.product {
- list-style: none;
- .woocommerce-loop-product__link {
- display: block;
- }
- .woocommerce-loop-product__title {
- margin: 0.8rem 0;
- font-size: 0.88889em;
- &:before {
- content: none;
- }
- }
- .woocommerce-loop-product__title,
- .price,
- .star-rating {
- color: $body-color;
- }
- .star-rating {
- margin-bottom: 0.8rem;
- }
- .price {
- margin-bottom: 1.3rem;
- }
- .price,
- .star-rating {
- display: block;
- font-size: 0.88889em;
- }
- .woocommerce-placeholder {
- border: 1px solid #F2F2F2;
- }
- .button {
- vertical-align: middle;
- &.loading {
- opacity: 0.5;
- }
- }
- .added_to_cart {
- margin-left: 0.5rem;
- font-size: 0.88889em;
- font-family: $headings;
- }
- }
- }
- .star-rating {
- overflow: hidden;
- position: relative;
- height: 1em;
- line-height: 1;
- font-size: 1em;
- width: 5.4em;
- font-family: 'star';
- &::before {
- content: '\73\73\73\73\73';
- float: left;
- top: 0;
- left: 0;
- position: absolute;
- }
- span {
- overflow: hidden;
- float: left;
- top: 0;
- left: 0;
- position: absolute;
- padding-top: 1.5em;
- }
- span::before {
- content: '\53\53\53\53\53';
- top: 0;
- position: absolute;
- left: 0;
- }
- }
- a.remove {
- display: inline-block;
- width: 20px;
- height: 20px;
- line-height: 17px;
- font-size: 20px;
- font-weight: 700;
- text-align: center;
- border-radius: 100%;
- text-decoration: none !important;
- background: firebrick;
- color: #fff;
- &:hover {
- background: #000;
- color: #fff !important;
- }
- }
- dl.variation, .wc-item-meta {
- list-style: none outside;
- dt, .wc-item-meta-label {
- float: left;
- clear: both;
- margin-right: 0.25rem;
- list-style: none outside;
- }
- dd {
- margin: 0;
- }
- p,
- &:last-child {
- margin-bottom: 0;
- }
- }
- /**
- * Single product
- */
- .single-product {
- div.product {
- position: relative;
- }
- .single-featured-image-header {
- display: none;
- }
- .entry {
- .entry-title {
- margin-top: 0;
- &:before {
- margin-top: 0;
- }
- }
- }
- .summary {
- p.price {
- margin-bottom: 2rem;
- }
- }
- .woocommerce-product-rating {
- margin-bottom: 2rem;
- line-height: 1;
- .star-rating {
- float: left;
- margin-right: 0.25rem;
- }
- }
- form.cart {
- .quantity {
- float: left;
- margin-right: 0.5rem;
- }
- input {
- width: 5em;
- }
- }
- .woocommerce-variation-add-to-cart {
- .button {
- padding-top: 0.72rem;
- padding-bottom: 0.72rem;
- }
- .button.disabled {
- opacity: 0.2;
- }
- }
- }
- table.variations {
- label {
- margin: 0;
- }
- select {
- margin-right: 0.5rem;
- }
- }
- .woocommerce-product-gallery {
- position: relative;
- margin-bottom: 3rem;
- figure {
- margin: 0;
- padding: 0;
- }
- .woocommerce-product-gallery__wrapper {
- margin: 0;
- padding: 0;
- }
- .zoomImg {
- background-color: #fff;
- opacity: 0;
- }
- .woocommerce-product-gallery__image--placeholder {
- border: 1px solid #F2F2F2;
- }
- .woocommerce-product-gallery__image:nth-child(n+2) {
- width: 25%;
- display: inline-block;
- }
- .flex-control-thumbs {
- li {
- list-style: none;
- cursor: pointer;
- float: left;
- }
- img {
- opacity: 0.5;
- &:hover,
- &.flex-active {
- opacity: 1;
- }
- }
- }
- img {
- display: block;
- height: auto;
- }
- }
- .woocommerce-product-gallery--columns-3 {
- .flex-control-thumbs li {
- width: 33.3333%;
- }
- .flex-control-thumbs li:nth-child(3n+1) {
- clear: left;
- }
- }
- .woocommerce-product-gallery--columns-4 {
- .flex-control-thumbs li {
- width: 25%;
- }
- .flex-control-thumbs li:nth-child(4n+1) {
- clear: left;
- }
- }
- .woocommerce-product-gallery--columns-5 {
- .flex-control-thumbs li {
- width: 20%;
- }
- .flex-control-thumbs li:nth-child(5n+1) {
- clear: left;
- }
- }
- .woocommerce-product-gallery__trigger {
- position: absolute;
- top: 1rem;
- right: 1rem;
- z-index: 99;
- }
- .woocommerce-tabs {
- margin: 0 0 2rem;
- ul {
- margin: 0 0 1.5rem;
- padding: 0;
- font-family: $headings;
- li {
- margin-right: 1rem;
- a {
- color: $body-color;
- text-decoration: none;
- font-weight: 700;
- }
- &.active {
- a {
- color: $highlights-color;
- box-shadow: 0 2px 0 $highlights-color;
- }
- }
- }
- }
- .panel {
- > * {
- margin-top: 0 !important;
- }
- h1,
- h2 {
- &:before {
- content: none;
- }
- }
- h2:first-of-type {
- font-size: 1em;
- margin: 0 0 1rem;
- }
- }
- #comments {
- padding-top: 0;
- }
- .comment-reply-title {
- font-family: $headings;
- font-size: 1em;
- font-weight: bold;
- margin: 0 0 0.75rem;
- display: block;
- }
- #reviews {
- ol.commentlist {
- padding: 0;
- }
- li.review,
- li.comment {
- list-style: none;
- margin-right: 0;
- margin-bottom: 2.5rem;
- .avatar {
- max-height: 36px;
- width: auto;
- float: right;
- }
- p.meta {
- margin-bottom: 0.5em;
- }
- }
- p.stars {
- margin-top: 0;
- a {
- position: relative;
- height: 1em;
- width: 1em;
- text-indent: -999em;
- display: inline-block;
- text-decoration: none;
- box-shadow: none;
- &::before {
- display: block;
- position: absolute;
- top: 0;
- left: 0;
- width: 1em;
- height: 1em;
- line-height: 1;
- font-family: 'WooCommerce';
- content: '\e021';
- text-indent: 0;
- }
- &:hover {
- ~ a::before {
- content: '\e021';
- }
- }
- }
- &:hover {
- a {
- &::before {
- content: '\e020';
- }
- }
- }
- &.selected {
- a.active {
- &::before {
- content: '\e020';
- }
- ~ a::before {
- content: '\e021';
- }
- }
- a:not( .active ) {
- &::before {
- content: '\e020';
- }
- }
- }
- }
- }
- }
- /**
- * Widgets
- */
- .widget.woocommerce {
- ul {
- padding-left: 0;
- li {
- list-style: none;
- }
- }
- }
- .widget .product_list_widget,
- .site-footer .widget .product_list_widget {
- margin-bottom: 1.5rem;
- a {
- display: block;
- box-shadow: none;
- &:hover {
- box-shadow: none;
- }
- }
- li {
- padding: 0.5rem 0;
- a.remove {
- float: left;
- margin-top: 7px;
- line-height: 20px;
- color: #fff;
- margin-right: .5rem;
- }
- }
- img {
- display: none;
- }
- }
- .widget_shopping_cart {
- .buttons {
- a {
- display: inline-block;
- margin: 0 0.5rem 0 0;
- }
- }
- }
- .widget_layered_nav {
- .chosen {
- &:before {
- content: "×";
- display: inline-block;
- width: 16px;
- height: 16px;
- line-height: 16px;
- font-size: 16px;
- text-align: center;
- border-radius: 100%;
- border: 1px solid black;
- margin-right: 0.25rem;
- }
- }
- }
- .widget_price_filter {
- .price_slider {
- margin-bottom: 1rem;
- }
- .price_slider_amount {
- text-align: right;
- line-height: 2.4;
- font-size: 0.8751em;
- .button {
- float: left;
- padding: 0.4rem 1rem;
- }
- }
- .ui-slider {
- position: relative;
- text-align: left;
- margin-left: 0.5rem;
- margin-right: 0.5rem;
- }
- .ui-slider .ui-slider-handle {
- position: absolute;
- z-index: 2;
- width: 1em;
- height: 1em;
- background-color: #000;
- border-radius: 1em;
- cursor: ew-resize;
- outline: none;
- top: -0.3em;
- margin-left: -0.5em;
- }
- .ui-slider .ui-slider-range {
- position: absolute;
- z-index: 1;
- font-size: 0.7em;
- display: block;
- border: 0;
- border-radius: 1em;
- background-color: #000;
- }
- .price_slider_wrapper .ui-widget-content {
- border-radius: 1em;
- background-color: #666;
- border: 0;
- }
- .ui-slider-horizontal {
- height: 0.5em;
- }
- .ui-slider-horizontal .ui-slider-range {
- top: 0;
- height: 100%;
- }
- .ui-slider-horizontal .ui-slider-range-min {
- left: -1px;
- }
- .ui-slider-horizontal .ui-slider-range-max {
- right: -1px;
- }
- }
- .widget_rating_filter {
- li {
- text-align: right;
- .star-rating {
- float: left;
- margin-top: 0.3rem;
- }
- }
- }
- .widget_product_search {
- form {
- position: relative;
- }
- .search-field {
- padding-right: 100px;
- }
- input[type=submit] {
- position: absolute;
- top: 0.5rem;
- right: 0.5rem;
- padding-left: 1rem;
- padding-right: 1rem;
- }
- }
- /**
- * Account section
- */
- .woocommerce-account {
- .woocommerce-MyAccount-navigation {
- font-family: $headings;
- margin: 0 0 2rem;
- ul {
- margin: 0;
- padding: 0;
- }
- li {
- list-style: none;
- padding: 0.5rem 0;
- border-bottom: 1px solid #ccc;
- &:first-child {
- padding-top: 0;
- }
- a {
- box-shadow: none;
- text-decoration: none;
- font-weight: 600;
- &:hover {
- color: #005177;
- text-decoration: underline;
- }
- }
- &.is-active {
- a {
- text-decoration: underline;
- }
- }
- }
- }
- table.account-orders-table {
- .button {
- margin: 0 .35rem .35rem 0;
- }
- }
- }
- /**
- * Cart
- */
- .woocommerce-cart-form {
- img {
- max-width: 42px;
- height: auto;
- display: block;
- }
- dl.variation {
- margin-top: 0;
- p,
- &:last-child {
- margin-bottom: 0;
- }
- }
- .product-remove {
- text-align: center;
- }
- .actions {
- .input-text {
- width: 200px !important;
- float: left;
- margin-right: 0.25rem;
- }
- }
- .quantity {
- input {
- width: 4rem;
- }
- }
- }
- .cart_totals {
- th, td {
- vertical-align: top;
- }
- th {
- padding-right: 1rem;
- }
- .woocommerce-shipping-destination {
- margin-bottom: 0;
- }
- }
- .shipping-calculator-button {
- margin-top: 0.5rem;
- display: inline-block;
- }
- .shipping-calculator-form {
- margin: 1rem 0 0 0;
- }
- #shipping_method {
- list-style: none;
- margin: 0;
- padding: 0;
- li {
- margin-bottom: 0.5rem;
- input {
- float: left;
- margin-top: 0.17rem;
- }
- label {
- line-height: 1.5rem;
- }
- }
- }
- .checkout-button {
- display: block;
- padding: 1rem 2rem;
- border: 2px solid #000;
- text-align: center;
- font-weight: 800;
- &:hover {
- border-color: #999;
- }
- &:after {
- content: "→";
- margin-left: .5rem;
- }
- }
- /**
- * Checkout
- */
- #ship-to-different-address {
- font-size: 1em;
- display: inline-block;
- margin: 1.42em 0;
- label {
- font-weight: 300;
- cursor: pointer;
- span {
- position: relative;
- display: block;
- text-align: right;
- padding-right: 45px;
- &:before {
- content: "";
- display: block;
- height: 16px;
- width: 30px;
- border: 2px solid #bbb;
- background: #bbb;
- border-radius: 13rem;
- box-sizing: content-box;
- transition: all ease-in-out 0.3s;
- position: absolute;
- top: 4px;
- right: 0;
- }
- &:after {
- content: "";
- display: block;
- width: 14px;
- height: 14px;
- background: white;
- position: absolute;
- top: 7px;
- right: 17px;
- border-radius: 13rem;
- transition: all ease-in-out 0.3s;
- }
- }
- input[type=checkbox] {
- display: none;
- }
- input[type=checkbox]:checked + span:after {
- right: 3px;
- }
- input[type=checkbox]:checked + span:before {
- border-color: #000;
- background: #000;
- }
- }
- }
- .woocommerce-no-js {
- form.woocommerce-form-login,
- form.woocommerce-form-coupon {
- display: block !important;
- }
- .woocommerce-form-login-toggle,
- .woocommerce-form-coupon-toggle,
- .showcoupon {
- display: none !important;
- }
- }
- .woocommerce-terms-and-conditions {
- border: 1px solid rgba(0,0,0,.2);
- box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
- background: rgba(0,0,0,.05);
- }
- .woocommerce-terms-and-conditions-link {
- display: inline-block;
- &:after {
- content: "";
- display: inline-block;
- border-style: solid;
- margin-bottom: 2px;
- margin-left: 0.25rem;
- border-width: 6px 6px 0 6px;
- border-color: $body-color transparent transparent transparent;
- }
- &.woocommerce-terms-and-conditions-link--open:after {
- border-width: 0 6px 6px 6px;
- border-color: transparent transparent $body-color transparent;
- }
- }
- .woocommerce-checkout {
- .woocommerce-input-wrapper {
- .description {
- background: royalblue;
- color: #fff;
- border-radius: 3px;
- padding: 1rem;
- margin: 0.5rem 0 0;
- clear: both;
- display: none;
- position: relative;
- a {
- color: #fff;
- text-decoration: underline;
- border: 0;
- box-shadow: none;
- }
- &:before {
- left: 50%;
- top: 0%;
- margin-top: -4px;
- transform: translatex(-50%) rotate(180deg);
- content: "";
- position: absolute;
- border-width: 4px 6px 0 6px;
- border-style: solid;
- border-color: royalblue transparent transparent transparent;
- z-index: 100;
- display: block;
- }
- }
- }
- .select2-choice,
- .select2-choice:hover {
- box-shadow: none !important;
- }
- .select2-choice {
- padding: 0.7rem 0 0.7rem 0.7rem;
- }
- .select2-container .select2-selection--single {
- height: 48px;
- }
- .select2-container .select2-selection--single .select2-selection__rendered {
- line-height: 48px;
- }
- .select2-container--default .select2-selection--single .select2-selection__arrow {
- height: 46px;
- }
- .select2-container--focus .select2-selection {
- border-color: black;
- }
- }
- .woocommerce-checkout-review-order-table {
- td {
- padding: 1rem 0.5rem;
- }
- dl.variation {
- margin: 0;
- p {
- margin: 0;
- }
- }
- }
- .woocommerce-checkout-review-order {
- ul {
- margin: 2rem 0 1rem;
- padding-left: 0;
- }
- }
- .wc_payment_method {
- list-style: none;
- .payment_box {
- padding: 1rem;
- background: #eee;
- ul,
- ol {
- &:last-of-type {
- margin-bottom: 0;
- }
- }
- fieldset {
- padding: 1.5rem;
- padding-bottom: 0;
- border: 0;
- background: #f6f6f6;
- }
- li {
- list-style: none;
- }
- p {
- &:first-child {
- margin-top: 0;
- }
- &:last-child {
- margin-bottom: 0;
- }
- }
- }
- > label:first-of-type {
- display: block;
- margin: 1rem 0;
- img {
- max-height: 24px;
- max-width: 200px;
- float: right;
- }
- }
- label {
- cursor: pointer;
- }
- input.input-radio[name=payment_method] {
- display: none;
- & + label {
- &:before {
- content: "";
- display: inline-block;
- width: 16px;
- height: 16px;
- border: 2px solid white;
- box-shadow: 0 0 0 2px black;
- background: white;
- margin-left: 4px;
- margin-right: 0.5rem;
- border-radius: 100%;
- transform: translateY(2px);
- }
- }
- &:checked + label {
- &:before {
- background: black;
- }
- }
- }
- }
- .woocommerce-order-overview {
- margin-bottom: 2rem;
- }
- .woocommerce-table--order-details {
- margin-bottom: 2rem;
- }
- /**
- * Layout stuff
- */
- .woocommerce {
- .content-area {
- .site-main {
- margin: calc(2 * 1rem) 1rem;
- }
- }
- }
- @media only screen and (max-width: 768px) {
- .woocommerce,
- .woocommerce-page {
- table.shop_table_responsive {
- tr {
- margin: 0 0 1.5rem;
- &:first-child {
- border-top: 1px solid;
- }
- &:last-child {
- margin-bottom: 0;
- }
- td {
- border-bottom-width: 0;
- &:last-child {
- border-bottom-width: 1px;
- }
- }
- }
- }
- }
- }
- @media only screen and (min-width: 768px) {
- /**
- * Tables
- */
- .woocommerce,
- .woocommerce-page {
- table.shop_table {
- tbody {
- tr {
- font-size: 0.88889em;
- }
- }
- }
- }
- /**
- * Shop page
- */
- .woocommerce-products-header__title.page-title {
- font-size: 2.25em;
- }
- .woocommerce-pagination {
- span.page-numbers,
- a.page-numbers,
- .next.page-numbers,
- .prev.page-numbers {
- padding: 1rem;
- }
- }
- /**
- * Account section
- */
- .woocommerce-account {
- .woocommerce-MyAccount-navigation {
- float: none;
- width: 100%;
- margin-bottom: 1.5rem;
- li {
- display: inline-block;
- margin: 0 1rem 0 0;
- padding: 0;
- border-bottom: 0;
- &:last-child {
- margin-right: 0;
- }
- }
- }
- .woocommerce-MyAccount-content {
- float: none;
- width: 100%;
- }
- }
- /**
- * Checkout
- */
- #ship-to-different-address {
- display: block;
- }
- /**
- * Layout stuff
- */
- .woocommerce {
- .content-area {
- margin: 0 calc(10% + 60px);
- .site-main {
- margin: 0;
- max-width: calc(8 * (100vw / 12) - 28px);
- }
- }
- }
- .single-product {
- .entry {
- .entry-content,
- .entry-summary {
- max-width: none;
- margin: 0 0 3rem;
- padding: 0;
- > * {
- max-width: none;
- }
- }
- }
- }
- }
- @media only screen and (min-width: 1168px) {
- .woocommerce {
- .content-area {
- .site-main {
- max-width: calc(6 * (100vw / 12) - 28px);
- }
- }
- }
- }
|