123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716 |
- /*
- Theme Name: Dyad 2
- WooCommerce styles override
- */
- /**
- * Shop tables
- */
- table.shop_table {
- border: none;
- border-top: 1px solid #ddd;
- }
- table.shop_table td,
- table.shop_table th {
- border-left: none;
- padding: 10px;
- }
- table.shop_table tr:hover {
- background: transparent;
- }
- table.shop_table .product-thumbnail img {
- min-width: 32px;
- width: 80px;
- }
- table.shop_table td.product-quantity .quantity input {
- width: 5em;
- }
- table.shop_table td.actions {
- padding-left: 0;
- padding-right: 0;
- }
- table.shop_table td.actions .button {
- float: right;
- }
- table.shop_table td.actions .coupon {
- float: left;
- width: 70%;
- }
- table.shop_table td.actions .coupon .button {
- border: 1px solid #678db8;
- float: none;
- }
- table.shop_table td.actions .coupon label {
- display: none;
- }
- table.shop_table td.actions .coupon input[type=text] {
- line-height: 1.3125;
- margin-right: 0.5em;
- padding: 0.875em;
- }
- table.shop_table tbody .wc-item-meta {
- font-size: .875em;
- margin: .875em 0 0 0;
- list-style: none;
- }
- table.shop_table tbody .wc-item-meta p {
- margin: 0;
- padding: 0;
- }
- @media only screen and (max-width: 1200px) {
- .has-post-thumbnail .shop_table .actions .coupon {
- width: 50%;
- }
- }
- table.shop_table tfoot {
- border-top: 2px solid #ddd;
- }
- table.shop_table_responsive thead {
- display: none;
- }
- table.shop_table_responsive tbody th {
- display: none;
- }
- table.shop_table_responsive tr td {
- display: block;
- text-align: right;
- clear: both;
- }
- table.shop_table_responsive tr td:before {
- content: attr(data-title) ": ";
- float: left;
- }
- table.shop_table_responsive tr td.product-remove a {
- font-weight: bold;
- text-align: left;
- text-decoration: none;
- }
- table.shop_table_responsive tr td.product-remove:before,
- 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;
- }
- @media screen and (min-width: 768px) {
- table.shop_table_responsive thead {
- display: table-header-group;
- }
- table.shop_table_responsive tbody th {
- display: table-cell;
- }
- table.shop_table_responsive tr th, table.shop_table_responsive tr td {
- text-align: left;
- }
- table.shop_table_responsive tr td {
- display: table-cell;
- }
- table.shop_table_responsive tr td:before {
- display: none;
- }
- }
- @media only screen and (min-width: 961px) {
- .has-post-thumbnail .shop_table td.actions .coupon input {
- margin-bottom: 0.25em;
- }
- }
- /**
- * Shopping Cart
- **/
- .cart-collaterals h2 {
- font-size: 2.25rem;
- }
- .cart-collaterals .cross-sells ul.products li {
- width: 48%;
- }
- .cart-collaterals .cross-sells {
- float: left;
- width: 45%;
- }
- .cart-collaterals .cart_totals {
- float: right;
- width: 50%;
- }
- .cart-collaterals .checkout-button {
- display: block;
- padding: 1.5em;
- text-align: center;
- }
- @media only screen and (min-width: 961px) {
- .has-post-thumbnail .cart-collaterals .cross-sells,
- .has-post-thumbnail .cart-collaterals .cart_totals {
- float: none;
- width: 100%;
- }
- }
- @media only screen and (min-width: 1200px) {
- .woocommerce-page.has-post-thumbnail.is-singular:not(.home):not(.single-format-image) .entry-header {
- padding: 3em 0 0;
- text-align: center;
- }
- .woocommerce-page.has-post-thumbnail .entry-content {
- padding-top: 3rem;
- }
- }
- /**
- * Products
- */
- .onsale {
- background-color: #678db8;
- color: #fff;
- display: inline-block;
- font-size: 1.3rem;
- letter-spacing: .1em;
- margin-bottom: 1em;
- padding: 10px 15px;
- text-transform: uppercase;
- }
- ul.products {
- content: '';
- display: table;
- table-layout: fixed;
- margin: 0;
- padding: 0;
- width: 100%;
- }
- ul.products li.product {
- list-style: none;
- margin-bottom: 2em;
- text-align: center;
- }
- ul.products li.product a {
- display: block;
- margin: auto;
- position: relative;
- }
- ul.products li.product a:hover,
- ul.products li.product a:active {
- text-decoration: none;
- }
- ul.products li.product .woocommerce-loop-product__title {
- font-size: 1.6rem;
- }
- ul.products li.product img {
- display: block;
- margin: 0 auto;
- max-width: 100%;
- }
- ul.products li.product span.price {
- display: block;
- padding-bottom: 1em;
- }
- ul.products li.product .added_to_cart {
- display: block;
- margin-top: 0.5em;
- }
- ul.products li.product .button.loading,
- ul.products li.product .button.added {
- text-decoration: none;
- }
- ul.products li.product .button.loading::after,
- ul.products li.product .button.added::after {
- font-family: Genericons;
- margin-left: 0.5em;
- vertical-align: bottom;
- }
- ul.products li.product .button.loading::after {
- content: '\f445';
- }
- ul.products li.product .button.added::after {
- content: '\f418';
- }
- .product .button,
- ul.products li.product .button {
- background: #e7ae01;
- display: inline-block;
- white-space: normal;
- }
- .woocommerce .products {
- margin-top: 1.5em;
- }
- .woocommerce .products:before,
- .woocommerce .products:after {
- clear: both;
- content: '';
- display: table;
- }
- dl.variation {
- font-size: .875em;
- margin: .875em 0 0 0;
- }
- dl.variation dd,
- dl.variation p {
- margin: 0;
- padding: 0;
- }
- @media screen and (min-width: 768px) {
- body.woocommerce .products {
- margin: 0 auto;
- max-width: 1080px;
- }
- ul.products li.product {
- width: 30.7966666667%;
- 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 {
- width: 48.1%;
- }
- .columns-3 ul.products li.product {
- width: 30.7966666667%;
- }
- .columns-4 ul.products li.product {
- width: 22.15%;
- }
- .columns-5 ul.products li.product {
- width: 16.96%;
- }
- .columns-6 ul.products li.product {
- width: 13.4933333333%;
- }
- }
- /**
- * Single product
- */
- .is-singular.single-product .site-inner {
- float: none;
- width: auto;
- }
- .is-singular.single-product #primary {
- margin: 0 auto;
- max-width: 700px;
- }
- .is-singular.single-product #sidebar ul {
- margin-left: 0;
- }
- .single-product .product:before,
- .single-product .product:after,
- .single-product .product section:first-of-type::before,
- .single-product .product section:first-of-type::after {
- content: '';
- left: 50%;
- position: absolute;
- top: 0;
- }
- .single-product div.product:before {
- color: #fff;
- content: "\f100";
- font-family: "Genericons";
- font-size: 2.5rem;
- line-height: 36px;
- margin: -18px 0 0 -18px;
- text-align: center;
- width: 36px;
- z-index: 4;
- }
- .single-product div.product:after {
- background: #e7ae01;
- border-radius: 30px;
- content: '';
- display: table;
- height: 36px;
- margin: -18px 0 0 -18px;
- table-layout: fixed;
- width: 36px;
- }
- .single-product div.product {
- margin-top: 50px;
- padding-top: 50px;
- position: relative;
- }
- .single-product div.product .woocommerce-product-gallery {
- position: relative;
- }
- .single-product div.product .woocommerce-product-gallery img {
- display: block;
- margin-right: auto;
- margin-left: auto;
- }
- .single-product .woocommerce-product-gallery__image {
- text-align: center;
- }
- .single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
- background: #678db8;
- display: block;
- height: 36px;
- overflow: hidden;
- position: absolute;
- right: 0;
- text-align: center;
- text-indent: -9em;
- top: 0;
- width: 36px;
- z-index: 1;
- }
- .single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:before {
- color: #fff;
- content: "\f402";
- font-family: "Genericons";
- line-height: 36px;
- margin: -18px 0 0 -18px;
- position: absolute;
- right: 0;
- text-indent: 0;
- top: 50%;
- width: 36px;
- z-index: 4;
- }
- .single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger img {
- display: none !important;
- }
- .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;
- margin: 0 auto;
- padding: 0;
- table-layout: fixed;
- text-align: center;
- width: 100%;
- }
- .single-product div.product .woocommerce-product-gallery .flex-control-thumbs li {
- cursor: pointer;
- display: inline-block;
- list-style: none;
- }
- .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.1%;
- }
- .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: 22.15%;
- }
- .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: 16.96%;
- }
- .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;
- }
- .single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-6 .flex-control-thumbs li {
- margin: 0 1.42857%;
- width: 14.2857%;
- }
- .single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-6 .flex-control-thumbs li:nth-child(6n) {
- margin-right: 0;
- }
- .single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-6 .flex-control-thumbs li:nth-child(6n+1) {
- clear: both;
- margin-left: 0;
- }
- .single-product div.product .summary {
- text-align: center;
- padding: 3rem 0;
- }
- .single-product .summary .quantity {
- display: inline-block;
- width: 4em;
- }
- .single-product .summary .quantity input {
- padding: 0.72em;
- vertical-align: top;
- }
- .single-product div.product form.cart .variations {
- background-color: transparent;
- margin-bottom: 1em;
- border: 0;
- table-layout: auto;
- }
- .single-product div.product form.cart .variations tr:hover {
- background: transparent;
- }
- .single-product div.product form.cart .variations td,
- .single-product div.product form.cart .variations th {
- border: 0;
- padding: 0 0 .5em 0;
- text-align: left;
- vertical-align: top;
- }
- .single-product div.product form.cart .variations .label {
- font-weight: bold;
- padding-right: 1em;
- text-align: right;
- width: calc( 40% - 1em );
- }
- .single-product div.product form.cart .variations .value {
- text-align: left;
- width: 60%;
- }
- .single-product div.product form.cart .variations .reset_variations {
- padding: 0 1em;
- }
- .single-product .summary .button {
- vertical-align: top;
- }
- .single-product .product .woocommerce-product-rating,
- .single-product .product .price,
- .single-product .product .product_meta {
- padding-top: 1em;
- }
- .single-product .woocommerce-review-link {
- display: block;
- font-style: italic;
- line-height: 1.618;
- margin-bottom: 1em;
- vertical-align: top;
- }
- .single-product div.product .price {
- display: block;
- padding-top: 0;
- padding-bottom: 1.5em;
- }
- .single-product div.product .price .amount {
- font-weight: 700;
- font-size: 2rem;
- }
- .single-product .product_meta {
- font-size: 75%;
- letter-spacing: 0.1em;
- margin: 1em 0;
- text-transform: uppercase;
- }
- .single-product .product_meta > span {
- display: block;
- }
- .single-product .product_meta span a {
- text-transform: capitalize;
- }
- @media only screen and (max-width: 768px) {
- .single-product div.product .summary,
- .single-product .up-sells,
- .single-product div.product .woocommerce-tabs .panel {
- padding: 3rem;
- }
- .related.products h2 {
- text-align: center;
- }
- }
- @media only screen and (max-width: 700px) {
- .single-product div.product {
- width: 100%;
- }
- }
- /**
- * Separator
- */
- .single-product .product section:first-of-type::before {
- border-top: 1px solid #e0e0e0;
- left: 37.5%;
- right: 37.5%;
- }
- .single-product .product section:first-of-type::after {
- background-color: #e7ae01;
- border-radius: 12px;
- height: 12px;
- margin: -6px 0 0 -6px;
- width: 12px;
- }
- .single-product .product section {
- margin-top: 2em;
- padding-top: 2em;
- position: relative;
- }
- .stock:empty:before {
- display: none;
- }
- .stock.in-stock {
- color: #0f834d;
- }
- .stock.out-of-stock {
- color: #e2401c;
- font-size: 2rem;
- font-weight: bold;
- }
- .single-product div.product .product_title {
- margin-top: 1rem;
- margin-bottom: 1rem;
- }
- /**
- * Checkout
- */
- .woocommerce-cart #payment ul.payment_methods,
- .woocommerce #payment ul.payment_methods,
- #add_payment_method #payment ul.payment_methods,
- #shipping_method {
- list-style: none;
- margin-left: 0;
- }
- .woocommerce #payment ul.payment_methods li .payment_box {
- background: #eee;
- font-size: 0.88em;
- margin: 1em 0;
- padding: 1em;
- }
- .woocommerce #payment ul.payment_methods li .payment_box p:last-child {
- padding-bottom: 0;
- }
- .woocommerce-cart #payment ul.payment_methods li input,
- .woocommerce #payment ul.payment_methods li input,
- #add_payment_method #payment ul.payment_methods li input {
- margin: 0 1em 0 0;
- }
- .woocommerce-cart #payment ul.payment_methods li img,
- .woocommerce #payment ul.payment_methods li img,
- #add_payment_method #payment ul.payment_methods li img {
- vertical-align: middle;
- margin: -5px 0 0 0.5em;
- }
- .woocommerce-cart #payment .payment_method_paypal img,
- .woocommerce #payment .payment_method_paypal img,
- #add_payment_method #payment .payment_method_paypal img {
- max-height: 55px;
- }
- .woocommerce-cart #payment .payment_method_paypal label,
- .woocommerce #payment .payment_method_paypal label,
- #add_payment_method #payment .payment_method_paypal label {
- line-height: 55px;
- }
- .woocommerce-cart #payment .payment_method_paypal .about_paypal,
- .woocommerce #payment .payment_method_paypal .about_paypal,
- #add_payment_method #payment .payment_method_paypal .about_paypal {
- float: right;
- font-size: 0.82em;
- line-height: 55px;
- }
- .woocommerce #payment .form-row .button {
- float: right;
- }
- #shipping_method {
- margin: 0;
- }
- #shipping_method li {
- line-height: 2;
- }
- #payment {
- margin-bottom: 5em;
- }
- ul.order_details {
- margin-left: 0;
- }
- ul.order_details li {
- display: inline-block;
- font-size: 0.8235em;
- line-height: 1;
- list-style: none;
- margin-right: 2em;
- margin-left: 0;
- padding-bottom: 1em;
- padding-left: 0;
- text-transform: uppercase;
- }
- ul.order_details li strong {
- display: block;
- font-size: 1.285714em;
- text-transform: none;
- line-height: 1.5;
- }
- /**
- * General layout styles
- */
- .col2-set {
- zoom: 1;
- width: 100%;
- }
- .col2-set::before,
- .col2-set::after {
- content: ' ';
- display: table;
- }
- .col2-set::after {
- clear: both;
- }
- .col2-set .col-1 {
- float: left;
- width: 48%;
- }
- .col2-set .col-2 {
- float: right;
- width: 48%;
- }
- @media screen and (min-width: 768px) {
- .col2-set .form-row-first {
- float: left;
- margin-right: 3.8%;
- }
- .col2-set .form-row-last {
- float: right;
- margin-right: 0;
- }
- .col2-set .form-row-first,
- .col2-set .form-row-last {
- width: 48.1%;
- }
- }
- @media only screen and (min-width: 961px) {
- .has-post-thumbnail .col2-set .col-1,
- .has-post-thumbnail .col2-set .col-2 {
- float: none;
- width: 100%;
- }
- }
- /**
- * Infinite Scroll
- */
- .infinite-scroll .woocommerce-pagination {
- display: none;
- }
- .infinite-loader {
- padding: 2.5em;
- }
- .woocommerce-page .posts {
- background-color: transparent;
- }
- /**
- * General WooCommerce components
- */
- /**
- * Cart page
- */
- .woocommerce-cart .entry-inner::before {
- content: "\f447";
- }
- /**
- * Header cart
- */
- .site-header-cart {
- display: table-cell;
- font-size: 1.4rem;
- position: relative;
- text-transform: uppercase;
- vertical-align: middle;
- width: 15%;
- }
- .site-header-cart a:hover {
- text-decoration: none;
- }
- .site-header-cart li {
- list-style: none;
- }
- .site-header-cart li:first-child {
- padding: 6px 0 10px;
- text-align: right;
- }
- .site-header-cart .cart-contents:before {
- content: "\f447";
- display: inline-block;
- font-family: "Genericons";
- margin-right: .35rem;
- vertical-align: bottom;
- }
- .site-header-cart .cart-contents {
- display: block;
- margin-left: 1.5em;
- text-decoration: none;
- }
- .site-header-cart .cart-contents .amount {
- font-weight: bold;
- }
- .site-header-cart .cart-contents .count {
- display: inline-block;
- opacity: 0.7;
- padding-left: 0.25rem;
- }
- .site-header-cart .widget_shopping_cart {
- text-align: center;
- }
- .site-header-cart .widget_shopping_cart_content {
- background-color: #292c2f;
- color: #fff;
- padding: 2em;
- text-shadow: none;
- }
- .site-header-cart .woocommerce-mini-cart__empty-message {
- padding-bottom: 0;
- }
- .site-header-cart .product_list_widget {
- margin: 0;
- padding: 0;
- }
- .site-header-cart .mini_cart_item:first-child {
- padding: 0;
- }
- .site-header-cart .mini_cart_item:after {
- content: '';
- display: table;
- clear: both;
- }
- .site-header-cart .widget_shopping_cart .mini_cart_item {
- border: none;
- margin-bottom: 2em;
- text-align: left;
- }
- .site-header-cart .widget_shopping_cart .mini_cart_item a img {
- float: left;
- height: auto;
- margin-right: 1em;
- width: 48px;
- }
- .site-header-cart .widget_shopping_cart .mini_cart_item a {
- font-weight: 700;
- opacity: 1;
- -webkit-transition: opacity 0.3s;
- transition: opacity 0.3s;
- }
- .site-header-cart .widget_shopping_cart .mini_cart_item a:hover {
- opacity: 0.7;
- }
- .widget_shopping_cart .mini_cart_item .remove {
- float: right;
- background-color: #678db8;
- border-radius: 50%;
- color: #fff;
- height: 1.2em;
- line-height: 1.2em;
- margin-top: 1em;
- text-align: center;
- vertical-align: middle;
- width: 1.2em;
- }
- .widget_shopping_cart .mini_cart_item .remove:hover {
- background-color: #fff;
- color: #292c2f;
- text-decoration: none;
- }
- .widget_shopping_cart .quantity {
- display: block;
- }
- .widget_shopping_cart .woocommerce-mini-cart__total {
- clear: both;
- margin-top: 1em;
- text-transform: capitalize;
- }
- .widget_shopping_cart .buttons a {
- margin-right: 5px;
- }
- @media only screen and (min-width: 961px) {
- /**
- * Header cart
- */
- .site-header-cart .widget_shopping_cart:before {
- border-color: transparent transparent #292c2f;
- border-style: solid;
- border-width: 0 10px 10px;
- content: '';
- height: 0;
- left: 75%;
- margin-left: -10px;
- position: absolute;
- top: -10px;
- width: 0;
- }
- .site-header-cart .widget_shopping_cart {
- background-color: #fff;
- box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
- display: none;
- right: -999em;
- padding: 0;
- position: absolute;
- top: 100%;
- width: 300px;
- z-index: 99;
- }
- .site-header-cart:hover .widget_shopping_cart,
- .site-header-cart.focus .widget_shopping_cart {
- display: block;
- right: 0;
- }
- }
- @media only screen and (max-width: 960px) {
- .woocommerce-active #site-navigation {
- width: auto;
- }
- #masthead.site-header {
- padding-bottom: 2rem;
- }
- .site-header-cart {
- width: 10%;
- }
- .site-header-cart li:first-child {
- padding: 0;
- text-align: center;
- }
- .site-header-cart .cart-contents {
- margin-left: 0;
- }
- .site-header-cart .widget_shopping_cart {
- display: none;
- }
- .site-inner {
- margin-top: 1em;
- }
- ul.products li.product a {
- max-width: 360px;
- }
- }
- /**
- * Breadcrumbs
- */
- .woocommerce-breadcrumb {
- color: #c6cfd8;
- font-size: 1.4rem;
- letter-spacing: 0.1em;
- margin-bottom: 2em;
- padding: 2px 5px;
- text-align: center;
- text-transform: uppercase;
- }
- .woocommerce-breadcrumb a {
- color: #6a6c6e;
- }
- .woocommerce-result-count {
- padding-bottom: 0;
- text-align: center;
- }
- .woocommerce-ordering {
- margin-bottom: 1.5em;
- text-align: center;
- }
- @media only screen and (max-width: 480px) {
- .woocommerce .woocommerce-breadcrumb {
- margin-bottom: 0;
- }
- }
- /**
- * Page Navigation
- */
- nav.woocommerce-pagination {
- text-align: center;
- }
- nav.woocommerce-pagination ul {
- clear: both;
- margin: 1em auto 2em auto;
- }
- nav.woocommerce-pagination ul li {
- display: inline-block;
- padding: 0 0.25em;
- }
- nav.woocommerce-pagination ul li span.current {
- font-weight: bold;
- }
- nav.woocommerce-pagination ul li span.current,
- nav.woocommerce-pagination ul li a:hover,
- nav.woocommerce-pagination ul li a:focus {
- }
- /**
- * Star rating
- */
- .star-rating {
- display: inline-block;
- font-family: 'star';
- font-size: 1em;
- font-weight: 400;
- height: 1.618em;
- line-height: 1.618;
- margin: 0 auto 1em;
- overflow: hidden;
- position: relative;
- vertical-align: bottom;
- width: 5.3em;
- }
- .star-rating:before {
- content: "\53\53\53\53\53";
- opacity: .25;
- float: left;
- top: 0;
- left: 0;
- position: absolute;
- }
- .star-rating span {
- overflow: hidden;
- float: left;
- top: 0;
- left: 0;
- position: absolute;
- padding-top: 1.5em;
- }
- .star-rating span:before {
- content: "\53\53\53\53\53";
- top: 0;
- position: absolute;
- left: 0;
- color: #678db8;
- }
- #reviews .star-rating,
- .summary .star-rating {
- margin-bottom: 0;
- }
- .products .star-rating {
- display: block;
- }
- .widget .star-rating {
- margin: 0;
- }
- p.stars a {
- position: relative;
- height: 1em;
- width: 1em;
- text-indent: -999em;
- display: inline-block;
- text-decoration: none;
- margin-right: 1px;
- font-weight: 400;
- }
- p.stars a:before {
- display: block;
- position: absolute;
- top: 0;
- left: 0;
- width: 1em;
- height: 1em;
- line-height: 1;
- font-family: "star";
- content: "\53";
- color: #404040;
- text-indent: 0;
- opacity: .25;
- }
- p.stars a:hover ~ a:before {
- content: "\53";
- color: #404040;
- opacity: .25;
- }
- p.stars:hover a:before {
- content: "\53";
- color: #678db8;
- opacity: 1;
- }
- p.stars.selected a.active:before {
- content: "\53";
- color: #678db8;
- 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: #678db8;
- opacity: 1;
- }
- /**
- * Reviews
- */
- .single-product #reviews .comment-reply-title {
- border-bottom: 2px solid #48515b;
- color: #1a1c1e;
- display: block;
- font-family: "Noto Serif", Georgia, serif;
- font-size: 2.0rem;
- font-weight: 700;
- line-height: 1.38;
- margin-bottom: 1em;
- padding-bottom: 0.75em;
- }
- .single-product #reviews .commentlist {
- list-style: none;
- margin-left: 0;
- }
- .single-product #reviews .comment {
- margin-left: 100px;
- padding: 0 0 4em;
- }
- .single-product #reviews .comment .avatar-container {
- border-radius: 50%;
- display: block;
- float: left;
- height: 80px;
- left: 0;
- overflow: hidden;
- position: absolute;
- width: 80px;
- }
- .single-product #reviews .comment .avatar {
- height: 80px;
- width: 80px;
- }
- .single-product #reviews .comment .meta {
- border-bottom: 1px solid #d9dfe5;
- font-size: 1.5rem;
- margin-bottom: 1rem;
- padding-bottom: 1rem;
- }
- .single-product #reviews .comment .meta strong {
- font-size: 1.6rem;
- letter-spacing: 0.1em;
- text-transform: uppercase;
- }
- /**
- * Tabs
- */
- .woocommerce-tabs {
- border-top: 1px solid #d9dfe5;
- margin-top: 4em;
- }
- .woocommerce-tabs ul.tabs {
- list-style: none;
- margin: 0;
- padding: 0 0 0 1em;
- position: relative;
- text-align: left;
- top: -24px;
- }
- .woocommerce-tabs ul.tabs li {
- display: inline-block;
- }
- .woocommerce-tabs ul.tabs li a {
- background: #fff;
- border: 1px solid #d9dfe5;
- display: inline-block;
- font-size: 1.3rem;
- letter-spacing: 0.1em;
- padding: 13px 15px;
- text-transform: uppercase;
- }
- .woocommerce-tabs ul.tabs li.active a {
- background: #678db8;
- border: none;
- padding: 14px 16px;
- color: #fff;
- }
- .is-singular div.product .woocommerce-tabs .entry-content {
- padding-top: 0 !important;
- }
- .is-singular div.product .woocommerce-tabs .entry-content .shop_attributes p {
- padding: 0;
- }
- .woocommerce-tabs .panel h2:first-of-type {
- margin-bottom: 1em;
- }
- /**
- * 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
- */
- .required {
- color: red;
- }
- .woocommerce .form-row abbr {
- border-bottom: none;
- text-decoration: none;
- }
- .woocommerce .form-row label {
- display: block;
- }
- .woocommerce .form-row label.checkbox {
- display: inline;
- }
- .woocommerce .form-row select {
- width: 100%;
- }
- .woocommerce .form-row .input-text {
- box-sizing: border-box;
- width: 100%;
- }
- .woocommerce .form-row-first,
- .woocommerce .form-row-last {
- width: 47%;
- overflow: visible;
- }
- .woocommerce .form-row-first {
- float: left;
- }
- .woocommerce .form-row-last {
- float: right;
- }
- /**
- * Notices
- */
- .woocommerce-message:before,
- .woocommerce-message:after,
- .woocommerce-info:before,
- .woocommerce-info:after,
- .woocommerce-error:before,
- .woocommerce-error:after,
- .woocommerce-noreviews:before,
- .woocommerce-noreviews:after,
- p.no-comments:before,
- p.no-comments:after {
- content: '';
- display: table;
- }
- .woocommerce-message,
- .woocommerce-info,
- .woocommerce-error,
- .woocommerce-noreviews,
- p.no-comments {
- background-color: #eee;
- clear: both;
- display: block;
- list-style: none;
- line-height: 2.4em;
- margin: 0 auto 1.8em auto;
- max-width: 1080px;
- padding: 1em 2em 1em 3.5em;
- position: relative;
- }
- .woocommerce-noreviews {
- padding: 1em 2em 1em 2em;
- }
- @media screen and (max-width: 1080px) {
- .woocommerce-message,
- .woocommerce-info,
- .woocommerce-error,
- .woocommerce-noreviews,
- p.no-comments {
- margin-left: 5%;
- margin-right: 5%;
- }
- }
- .woocommerce-message:before,
- .woocommerce-error:before,
- .woocommerce-info:before {
- display: inline-block;
- font-family: "Genericons";
- height: 1em;
- position: absolute;
- left: 1.4em;
- line-height: 1;
- top: 1.75em;
- width: 1em;
- }
- .woocommerce-message:before {
- content: '\f418';
- color: #8fae1b;
- }
- .woocommerce-error:before {
- content: '\f414';
- color: #e2401c;
- }
- .woocommerce-info:before {
- content: '\f456';
- }
- .woocommerce-message:after,
- .woocommerce-info:after,
- .woocommerce-error:after,
- .woocommerce-noreviews:after,
- p.no-comments:after {
- clear: both;
- }
- .woocommerce-message .button,
- .woocommerce-info .button,
- .woocommerce-error .button,
- .woocommerce-noreviews .button,
- p.no-comments .button {
- float: right;
- line-height: 1;
- margin-left: 2em;
- }
- .demo_store {
- background-color: rgba(36,38,41,0.8);
- bottom: 0;
- color: #fff;
- left: 0;
- margin: 0;
- padding: 1em;
- position: fixed;
- right: 0;
- text-align: center;
- text-shadow: 0 0 3px rgba(0,0,0,0.3);
- z-index: 9999;
- }
- .woocommerce-demo-store .site {
- margin-bottom: 4em;
- }
- /**
- * WooCommerce widgets
- */
- /**
- * WooCommerce Price Filter
- */
- .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 {
- position: absolute;
- z-index: 2;
- width: 1em;
- height: 1em;
- cursor: ew-resize;
- outline: none;
- background: #678db8;
- box-sizing: border-box;
- margin-top: -.25em;
- opacity: 1;
- }
- .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 {
- position: absolute;
- z-index: 1;
- display: block;
- border: 0;
- background: #678db8;
- }
- .widget_price_filter .price_slider_wrapper .ui-widget-content {
- background: rgba(0, 0, 0, 0.5);
- }
- .widget_price_filter .ui-slider-horizontal {
- height: .5em;
- }
- .widget_price_filter .ui-slider-horizontal .ui-slider-range {
- height: 100%;
- }
- .widget_rating_filter .wc-layered-nav-rating .star-rating {
- display: inline-block;
- height: 1em;
- line-height: 1;
- margin-bottom: 0.4em;
- }
- .product_list_widget li {
- clear: both;
- }
- .product_list_widget li:before,
- .product_list_widget li:after,
- .form-row:before,
- .form-row:after {
- clear: both;
- content: '';
- display: table;
- }
- .product_list_widget li a {
- display: block;
- }
- .product_list_widget a img {
- float: left;
- height: auto;
- margin-right: 1em;
- width: 60px;
- }
- .product_list_widget li .star-rating {
- display: block;
- }
- .widget_product_search input[type="submit"] {
- display: none;
- }
- /***
- * Cart Widget
- **/
- .widget.widget_shopping_cart {
- text-align: center;
- }
- .widget_shopping_cart .mini_cart_item {
- text-align: left;
- }
- .widget_shopping_cart .buttons a {
- color: #fff;
- }
- .widget_shopping_cart .buttons a:hover {
- text-decoration: none;
- }
- /**
- * My Account
- **/
- .form-row label.inline {
- display: inline;
- }
- .woocommerce-account .entry-inner::before {
- content: "\f470";
- }
- .woocommerce-form-login label {
- display: block;
- }
- .woocommerce-form-login #rememberme {
- margin: 0 0.25em 0 1em;
- }
- .woocommerce-account .woocommerce-MyAccount-content fieldset {
- margin: 0 0 1.5em;
- }
- .woocommerce-account .woocommerce-MyAccount-content table .button {
- word-wrap: normal;
- word-break: normal;
- display: inline-block;
- margin: 0.25em;
- }
- .woocommerce-account .woocommerce-MyAccount-navigation ul {
- margin-left: 0;
- text-align: center;
- }
- .woocommerce-account .woocommerce-MyAccount-navigation li {
- display: inline-block;
- list-style: none;
- margin-bottom: 0.5em;
- }
- .woocommerce-account .woocommerce-MyAccount-navigation li a {
- border: 1px solid #ccc;
- font-size: 0.88em;
- padding: 4px 10px 5px;
- text-decoration: none;
- }
- .woocommerce-account .woocommerce-MyAccount-navigation li.is-active a {
- background: #999;
- border: 1px solid #999;
- color: #fff;
- }
- .woocommerce-account .woocommerce-orders-table a.button {
- display: inline-block;
- }
- /**
- * Buttons
- **/
- a.button {
- text-decoration: none;
- }
- button[disabled],
- input[disabled],
- .button[disabled] {
- background: transparent;
- border: 1px solid #aaa;
- color: #999;
- cursor: not-allowed;
- }
|