Created
August 17, 2017 19:15
-
-
Save juniorthiesen/4a2e7dd7e273465cf99c0df9849949bb to your computer and use it in GitHub Desktop.
css site duofashion
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.attachment-shop_thumbnail.size-shop_thumbnail.wp-post-image { | |
border-width: 1px; | |
border-style: solid; | |
border-color: #d9d9d9; | |
} | |
#billing_country_field { | |
visibility: hidden; | |
} | |
#pass-strength-result.short { | |
display: none !important; | |
} | |
#pass1-text.short, | |
#pass1.short { | |
border-color: transparent !important; | |
} | |
.out-of-stock-label { | |
background-color: #2980b9 !important; | |
color: #ffffff !important; | |
} | |
.name.product-title { | |
min-height: 25px; | |
} | |
.name.product-title a{ | |
letter-spacing: 1px; | |
text-transform: uppercase; | |
font-weight: 500; | |
font-size: 1.3em; | |
color:#000 | |
} | |
.section-title-main { | |
letter-spacing: 0.3em; | |
} | |
.loop.fswp_in_cash_price .price.fswp_calc .fswp_in_cash_suffix { | |
color: #000000; | |
} | |
.loop.fswp_in_cash_price .price.fswp_calc .amount { | |
color: #0AA26C; | |
font-size: 1em; | |
font-weight: 600; | |
} | |
.loop.fswp_installments_price .price.fswp_calc { | |
color: #de3202; | |
text-transform: uppercase; | |
font-weight: 300; | |
} | |
.loop.fswp_installments_price .price.fswp_calc .amount { | |
font-weight: 300; | |
color: #de3202; | |
padding-right: 3px; | |
font-size: 1em; | |
} | |
.loop.fswp_installments_price .price.fswp_calc .fswp_installment_suffix { | |
color: #000000; | |
} | |
.price { | |
padding: 3px 0px; | |
} | |
.single.fswp_in_cash_price .price.fswp_calc { | |
font-size: 1em; | |
} | |
.single.fswp_in_cash_price .price.fswp_calc .fswp_in_cash_suffix { | |
font-size: 1.1em; | |
font-weight: 300; | |
} | |
.single.fswp_in_cash_price .price.fswp_calc .amount { | |
font-weight: 600; | |
font-size: 1.1em; | |
color: #0AA26C; | |
} | |
.single.fswp_installments_price .price.fswp_calc { | |
color: #de3202; | |
font-size: 1.1em; | |
text-transform: uppercase; | |
font-weight: 400; | |
} | |
.single.fswp_installments_price .price.fswp_calc .amount { | |
color: #de3202; | |
font-size: 1.1em; | |
font-weight: 400; | |
} | |
.box-text.box-text-products.text-center.grid-style-2 { | |
min-height: 80px; | |
} | |
.message-box-bg-overlay.bg-fill.fill { | |
background-color: #121212; | |
} | |
.price-wrapper .price .woocommerce-Price-amount.amount { | |
font-size: 1.25em; | |
font-weight: 600; | |
color: #212121; | |
} | |
.category.uppercase.is-smaller.no-text-overflow.product-cat.op-7 { | |
color: #0AA26C; | |
} | |
.row.align-middle.align-center H2 { | |
color: #fff; | |
font: 2.5em 'Oswald'; | |
text-align: center; | |
margin: 0; | |
padding: 1em; | |
border: 1px solid; | |
letter-spacing: 10px; | |
} | |
.message-box-bg-overlay.bg-fill.fill { | |
padding: 2em; | |
} | |
.nav-top-link { | |
font-size: 1.1em!important; | |
} | |
.pagseguro-method-form p { | |
width: 100%; | |
} | |
#billing_email_field label { | |
float: left; | |
} | |
.badge-container { | |
margin: 5px; | |
} | |
.button.secondary.is-bevel { | |
left: 50%; | |
margin-left: -90px; | |
} | |
.box-text.box-text-products.text-center.grid-style-2 { | |
min-height:185px; | |
background-color: #fff; | |
} | |
#wide-nav.header-bottom.wide-nav.nav-dark.hide-for-medium { | |
border-top: 1px solid #f1f1f1; | |
} | |
a { | |
color: #000; | |
} | |
.widget-title { | |
color: #000; | |
font-family: "Montserrat"; | |
font-weight: 400; | |
font-size: 14px; | |
text-transform: uppercase; | |
border: 0; | |
} | |
.product-info.summary.col-fit.col.entry-summary.product-summary.text-left { | |
background-color: #fff; | |
margin-bottom: 15px; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment