Created
February 21, 2023 00:41
-
-
Save collymore/9daf933606223cacb7213ae658454965 to your computer and use it in GitHub Desktop.
block_footer_links
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
<style> | |
.header-regular li.nav-item.level0.level-top.nav-item--parent.mega.parent:nth-child(9) { order: 100;} | |
.header-regular li.nav-item.level0.level-top.nav-item--parent.mega.parent:nth-of-type(9) a, | |
.header-mobile li.nav-item.level0.level-top.nav-item--parent.mega.parent:nth-child(6) a {color: #d62727} | |
.bottom-proceed li:nth-of-type(2) {display: none;} | |
.method-clearpay_onetouch { display: block; clear: both; text-align: right; padding-top: 10px;} | |
.method-clearpay_onetouch h3 {display: none;} | |
.method-clearpay_onetouch .button img { width: auto; height: 30px;} | |
.method-clearpay_onetouch .button { display: none; background: none; padding: 0; } | |
.method-clearpay_onetouch .button:hover { background: none !important } | |
.clearpay-installments-amount { font-style: normal !important} | |
.clearpay-installments-amount br { display: none} | |
.pp-credit-cart-message { display: none; } | |
.paypal-logo-with-text { display: none; } | |
.promo-message-container .col-1 img { max-width: 300px; } | |
table.onestepcheckout-totals td { padding: 0 20px; } | |
table.onestepcheckout-totals td.value { padding-right: 20px; text-align: right; } | |
.onestepcheckout-coupons input#id_couponcode { width: 100%; } | |
.onestepcheckout-coupons .chekout-coupon-buttons { width: 100%; } | |
.chekout-coupon-buttons button:nth-child(even) { width: 50%; margin: 0; } | |
.onestepcheckout-column-right .onestepcheckout-coupons a { margin-top: 10px; } | |
table.size-guide--table { display: initial; } | |
.table-wrapper { display: flex; flex-direction: column;} | |
.productDetailInfo h1 { text-transform: none; } | |
.productDetailInfo .product-brand-title { text-transform: uppercase; } | |
.productDetailInfo .name-title { text-transform: none; } | |
@media only screen and (max-width: 768px) { | |
.chekout-coupon-buttons button:nth-child(even) { width: 100%; margin: 0; } | |
.sales .item-holder .title { font-size: 14px; padding: 0 1% 0 0; text-overflow: ellipsis; width: 62%;} | |
.sales .delivery_text { width: 37%; float: right; } | |
} | |
@media only screen and (max-width: 425px) { | |
.sales .item-holder .title { width: 60%; } | |
.sales .delivery_text { width: 40%; font-size: 13px; } | |
input#s_method_premiumrate_nextday + label { width: 90% } | |
.shipment-methods dt label { padding-bottom: 0; } | |
} | |
@media screen and (max-width: 1023px) { | |
#nav { flex-flow: column; display: flex!important; } | |
} | |
@media only screen and (max-width: 1200px) and (min-width: 960px) { | |
.category-products {width: 672px;} | |
.toolbar--pager { margin-left: 45%;} | |
} | |
@media only screen and (min-width: 990px) { | |
.category-products { width: 75%;} | |
.sticky-filter { width: 24%; margin-right: 1%; } | |
.trustbox { min-height: 150px; } | |
} | |
.flashsales-index-displaycategory .sales { -webkit-flex-wrap: wrap;} | |
.ba-logo img.chester-logo { | |
display: none!important; | |
} | |
.cms-christmas-advent-calendar .fix-gutters.clearfix { | |
display: -webkit-box; | |
display: -webkit-flex; | |
display: -ms-flexbox; | |
display: flex; | |
-webkit-flex-flow: wrap; | |
-ms-flex-flow: wrap; | |
flex-flow: wrap; | |
} | |
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { | |
#vouchers-list-table tr.bf { | |
display: table-row!important; | |
} | |
} | |
@media screen and (min-width: 769px) { | |
.current-sales.more-content li:nth-child(n+31) { | |
display: none; | |
} | |
iframe.spin-iframe { | |
min-height: auto!important; | |
} | |
@media only screen and (min-width: 1025px) { | |
.advent-calendar-boxes { | |
width: calc(100%/4 - 1px); | |
} | |
} | |
@media only screen and (min-width: 768px) and (max-width: 1024px) { | |
.advent-calendar-boxes { | |
width: calc(100%/3 - 1px); | |
} | |
} | |
@media only screen and (max-width: 767px) { | |
.advent-calendar-boxes { | |
width: calc(50% - 1px); | |
} | |
} | |
.category-description--delivery.availability--toggle { display: none; } | |
.is-widget-container-available_immediately { display: none; } | |
.customer-account .top_bar, | |
.cms-sales-returns-policy .top_bar, | |
.blackfriday-index-index .top_bar, | |
.onestepcheckout-index-index .top_bar, | |
.checkout-onepage-success .top_bar, | |
.checkout-cart-index .top_bar, | |
.cms-christmas-advent-calendar | |
.top_bar, .chris_bar.hide { display: none; } | |
.blackfriday-index-index .main-container { background: #3e4c57; background-image: none;} | |
#nav { display: flex!important; } | |
</style> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment