.tax-product_brand .brand-description{overflow:hidden;zoom:1}.tax-product_brand .brand-description img.brand-thumbnail{width:25%;float:right}.tax-product_brand .brand-description .text{width:72%;float:left}.widget_brand_description img{box-sizing:border-box;width:100%;max-width:none;height:auto;margin:0 0 1em}ul.brand-thumbnails{margin-left:0;margin-bottom:0;clear:both;list-style:none}ul.brand-thumbnails:before{clear:both;content:"";display:table}ul.brand-thumbnails:after{clear:both;content:"";display:table}ul.brand-thumbnails li{float:left;margin:0 3.8% 1em 0;padding:0;position:relative;width:22.05%}ul.brand-thumbnails.fluid-columns li{width:auto}ul.brand-thumbnails:not(.fluid-columns) li.first{clear:both}ul.brand-thumbnails:not(.fluid-columns) li.last{margin-right:0}ul.brand-thumbnails.columns-1 li{width:100%;margin-right:0}ul.brand-thumbnails.columns-2 li{width:48%}ul.brand-thumbnails.columns-3 li{width:30.75%}ul.brand-thumbnails.columns-5 li{width:16.95%}ul.brand-thumbnails.columns-6 li{width:13.5%}.brand-thumbnails li img{box-sizing:border-box;width:100%;max-width:none;height:auto;margin:0}@media screen and (max-width:768px){ul.brand-thumbnails:not(.fluid-columns) li{width:48%!important}ul.brand-thumbnails:not(.fluid-columns) li.first{clear:none}ul.brand-thumbnails:not(.fluid-columns) li.last{margin-right:3.8%}ul.brand-thumbnails:not(.fluid-columns) li:nth-of-type(odd){clear:both}ul.brand-thumbnails:not(.fluid-columns) li:nth-of-type(even){margin-right:0}}.brand-thumbnails-description li{text-align:center}.brand-thumbnails-description li .term-thumbnail img{display:inline}.brand-thumbnails-description li .term-description{margin-top:1em;text-align:left}#brands_a_z h3:target{text-decoration:underline}ul.brands_index{list-style:none outside;overflow:hidden;zoom:1}ul.brands_index li{float:left;margin:0 2px 2px 0}ul.brands_index li a,ul.brands_index li span{border:1px solid #ccc;padding:6px;line-height:1em;float:left;text-decoration:none}ul.brands_index li span{border-color:#eee;color:#ddd}ul.brands_index li a:hover{border-width:2px;padding:5px;text-decoration:none}ul.brands_index li a.active{border-width:2px;padding:5px}div#brands_a_z a.top{border:1px solid #ccc;padding:4px;line-height:1em;float:right;text-decoration:none;font-size:.8em}*,
*::before,
*::after {
box-sizing: inherit;
}
html {
box-sizing: border-box;
}
body {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.is-style-box-shadow {
box-shadow: 0 10px 100px 0 rgba(21, 15, 151, 0.14);
}
.wp-block-image {
margin-block: var(--wp--preset--spacing--small);
}
footer.wp-block-template-part {
margin: 0;
}
.button,
.button:visited,
button,
.wp-block-search__button,
input[type=button],
input[type=reset],
input[type=submit] {
font-family: inherit;
font-size: var(--wp--preset--font-size--base);
border: none;
border-radius: 5px;
background: var(--wp--preset--color--primary);
color: var(--wp--preset--color--white);
line-height: 1;
padding: calc(0.667em + 2px) calc(1.333em + 2px);
-webkit-text-decoration: none;
text-decoration: none;
cursor: pointer;
transition: 0.4s ease-in-out;
}
.button:active,
.button:focus,
button:active,
button:focus,
.wp-block-search__button:active,
.wp-block-search__button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
background: var(--wp--preset--color--primary);
color: var(--wp--preset--color--white);
}
input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
select,
textarea {
font-family: inherit;
font-size: var(--wp--preset--font-size--base);
color: var(--wp--preset--color--base);
border: none;
border: 1px solid var(--wp--preset--color--quinary);
border-radius: 5px;
padding: 0.5em;
width: 100%;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
select:focus,
textarea:focus {
outline: 1px solid var(--wp--preset--color--secondary);
}
#back-to-top {
position: fixed;
right: 20px;
bottom: 76px;
z-index: 99;
display: grid;
align-content: center;
justify-content: center;
place-content: center;
width: 48px;
height: 48px;
border-radius: 6px;
box-shadow: 0 0 12px rgba(79, 76, 60, 0.2);
background-color: rgba(255, 255, 255, 0.85);
color: #111;
cursor: pointer;
visibility: hidden;
opacity: 0;
}
@media (min-width: 48em) {
#back-to-top {
bottom: 108px;
}
}
@media (min-width: 64em) {
#back-to-top {
bottom: 135px;
}
}
#back-to-top.is-visible {
visibility: visible;
opacity: 1;
}
#back-to-top svg {
fill: #111;
transition: all 0.25s;
}
#back-to-top:hover {
background-color: #fff;
}
#back-to-top:hover svg {
fill: #008aff;
}
ul > li > a,
ol > li > a {
text-decoration: inherit;
}
ul.is-style-none {
list-style-type: none;
padding-inline-start: 0;
}
ul.is-style-square {
list-style-type: square;
}
hr.wp-block-separator.has-background {
height: 2px !important;
}
hr.wp-block-separator.is-style-dots {
height: auto !important;
}
hr.wp-block-separator.is-style-dotted {
width: 100% !important;
border-bottom: none !important;
height: 1px !important;
background: repeating-linear-gradient(90deg, currentcolor, currentcolor 2px, transparent 2px, transparent 6px) !important;
}
hr.wp-block-separator.is-style-wide-thin-line {
height: 1px !important;
border-width: 1px !important;
width: 100% !important;
}
hr.wp-block-separator.is-style-left-aligned {
margin-left: 0 !important;
}
hr.wp-block-separator.is-style-right-aligned {
margin-right: 0 !important;
}.woocommerce .wp-block-group.has-global-padding {
margin-top: 0;
}
.woocommerce .site-main {
padding-top: var(--wp--preset--spacing--large);
padding-bottom: var(--wp--preset--spacing--large);
}
.woocommerce .woocommerce-products-header .woocommerce-products-header__title {
margin-top: 0;
}
.woocommerce ul.products.columns-3 {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: var(--wp--preset--spacing--medium);
padding-top: var(--wp--preset--spacing--large);
}
@media only screen and (max-width: 781px) {
.woocommerce ul.products.columns-3 {
grid-template-columns: repeat(2, 1fr);
}
}
@media only screen and (max-width: 450px) {
.woocommerce ul.products.columns-3 {
grid-template-columns: repeat(1, 1fr);
}
}
.woocommerce ul.products.columns-3::before {
content: none;
}
.woocommerce ul.products.columns-3 li.product {
width: 100%;
margin-right: 0;
clear: none;
}
.woocommerce ul.products.columns-3 li.product a img {
border-radius: 10px;
}
.woocommerce span.onsale {
background-color: var(--wp--preset--color--primary);
min-height: 3.75em;
min-width: 3.75em;
line-height: 3.25;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
font-size: var(--wp--preset--font-size--medium);
}
.woocommerce ul.products li.product span.price,
.woocommerce div.product p.price,
.woocommerce div.product span.price {
color: var(--wp--preset--color--base);
}
.woocommerce .woocommerce-ordering .orderby {
padding: 12px 16px;
font-size: var(--wp--preset--font-size--small);
border: 2px solid var(--wp--preset--color--quaternary);
border-radius: 5px;
box-sizing: border-box;
-webkit-appearance: none;
appearance: none;
background: transparent;
background-image: url(//myriversite.com/wp-content/themes/qoe/assets/images/icon-downarrow.png);
background-repeat: no-repeat;
background-position: top 50% right 1em;
background-size: 16px;
}
.woocommerce ul.products li.product .button {
color: var(--wp--preset--color--base);
background-color: var(--wp--preset--color--tertiary);
}
.woocommerce ul.products li.product .button:hover {
color: var(--wp--preset--color--background);
background-color: var(--wp--preset--color--primary);
transition: 0.4s ease-in-out;
}
.woocommerce a.added_to_cart {
margin-top: 0;
padding-top: 0;
}
.woocommerce nav.woocommerce-pagination ul {
border: none;
}
.woocommerce nav.woocommerce-pagination ul li {
border: none;
color: var(--wp--preset--color--base);
background-color: var(--wp--preset--color--tertiary);
margin-right: var(--wp--preset--spacing--xx-small);
border-radius: 5px;
}
.woocommerce nav.woocommerce-pagination ul li:last-child {
margin-right: 0;
}
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
color: var(--wp--preset--color--background);
background-color: var(--wp--preset--color--primary);
transition: 0.4s ease-in-out;
} .wc-block-mini-cart__button,
.wc-block-components-drawer .components-modal__header .components-button,
.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link,
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link {
cursor: pointer;
}
.wc-block-mini-cart__footer .block-editor-block-list__layout .wc-block-components-button,
.wc-block-mini-cart__footer .block-editor-block-list__layout .wp-block-button,
.wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions .wc-block-components-button,
.wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions .wp-block-button {
min-height: auto;
border-radius: 5px;
transition: 0.4s ease-in-out;
}
.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name,
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name {
font-size: var(--wp--preset--font-size--base);
color: var(--wp--preset--color--secondary);
text-decoration: inherit;
font-weight: 500;
}
.wc-block-mini-cart__empty-cart-wrapper .components-button {
line-height: 1;
border-radius: 5px;
min-height: auto;
} .woocommerce .product .woocommerce-product-gallery .flex-control-thumbs.flex-control-nav {
margin: 0.75em 0 0;
display: flex;
flex-wrap: wrap;
gap: 10px;
}
.woocommerce .product .woocommerce-product-gallery .flex-control-thumbs.flex-control-nav li {
flex-basis: calc(25% - 8px);
}
.woocommerce div.product form.cart .variations select {
padding: 12px 16px;
font-size: var(--wp--preset--font-size--base);
border: 2px solid var(--wp--preset--color--quaternary);
border-radius: 5px;
box-sizing: border-box;
-webkit-appearance: none;
appearance: none;
background: transparent;
background-image: url(//myriversite.com/wp-content/themes/qoe/assets/images/icon-downarrow.png);
background-repeat: no-repeat;
background-position: top 50% right 1em;
background-size: 16px;
margin-right: 0;
margin-bottom: var(--wp--preset--spacing--xx-small);
cursor: pointer;
min-width: 240px;
width: auto;
}
.summary form.cart.variations_form {
flex-direction: column;
}
.summary form.cart.variations_form .single_variation_wrap .variations_button {
display: flex;
padding-top: var(--wp--preset--spacing--xx-small);
}
.summary form.cart table.variations {
width: 100%;
border-collapse: collapse;
}
.summary form.cart table.variations tr {
display: inherit;
}
.summary form.cart table.variations th {
min-width: 90px;
text-align: left;
vertical-align: middle;
}
.summary form.cart .reset_variations {
margin-left: 15px;
}
.summary form.cart.grouped_form {
flex-direction: column;
}
.summary form.cart.grouped_form .group_table td {
vertical-align: middle;
}
.summary form.cart.grouped_form .button {
max-width: max-content;
margin-top: 15px;
}
.summary .product_meta {
display: flex;
flex-direction: column;
gap: var(--wp--preset--spacing--xx-small);
}
.woocommerce div.product form.cart div.quantity .qty {
border: 1px solid var(--wp--preset--color--quaternary);
border-radius: 5px;
width: 6.45em;
}
.wp-block-woocommerce-product-details ul.wc-tabs {
border-bottom: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
background-color: var(--wp--preset--color--tertiary);
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
font-weight: 500;
}
.woocommerce div.product .related.products > h2 {
margin-bottom: 0;
}
.woocommerce table.shop_attributes th {
text-align: left;
}
.woocommerce table.shop_attributes td {
font-style: normal;
padding-left: var(--wp--preset--spacing--xx-small);
} .woocommerce-message {
border-top-color: var(--wp--preset--color--primary);
}
.woocommerce-message::before {
color: var(--wp--preset--color--primary);
} .woocommerce .quantity .qty {
border: 1px solid var(--wp--preset--color--quaternary);
border-radius: 5px;
width: 6.45em;
}
.woocommerce-page .woocommerce-cart-form #coupon_code {
border-radius: 5px;
}
.woocommerce-page .woocommerce-cart-form .actions button.button {
height: 48px;
}
.woocommerce-account .wp-block-post-title,
.woocommerce-account main .woocommerce,
.woocommerce-cart .wp-block-post-title,
.woocommerce-cart main .woocommerce,
.woocommerce-checkout .wp-block-post-title,
.woocommerce-checkout main .woocommerce {
max-width: var(--wp--style--global--wide-size);
}
#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
padding: calc(0.667em + 2px) calc(1.333em + 2px);
font-size: 1em;
}
.woocommerce-cart main .woocommerce {
display: flex;
flex-wrap: wrap;
column-gap: 4%;
}
@media only screen and (max-width: 1120px) {
.woocommerce-cart main .woocommerce {
column-gap: 3%;
}
}
.woocommerce-cart main .woocommerce .woocommerce-notices-wrapper {
flex-basis: 100%;
}
.woocommerce-cart main .woocommerce .woocommerce-cart-form {
flex-basis: 64%;
width: 100%;
padding-top: 45px;
}
@media only screen and (max-width: 1120px) {
.woocommerce-cart main .woocommerce .woocommerce-cart-form {
flex-basis: 65%;
}
}
.woocommerce-cart main .woocommerce .cart-collaterals {
flex-basis: 32%;
width: 100%;
}
.woocommerce-cart main .woocommerce .cart-collaterals .cart_totals {
width: 100%;
}
.woocommerce-cart main .woocommerce .cart-collaterals .cart_totals h2 {
margin: 0;
padding-bottom: 15px;
}
.woocommerce-cart main .woocommerce .cart_totals .shop_table tr td {
text-align: right;
}
.woocommerce-cart main .woocommerce .shipping-calculator-form {
text-align: left;
}
form.woocommerce-checkout {
display: flex;
flex-wrap: wrap;
column-gap: 5%;
}
@media only screen and (max-width: 1120px) {
form.woocommerce-checkout {
column-gap: 3%;
}
}
form.woocommerce-checkout .woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout {
flex-basis: 100%;
}
form.woocommerce-checkout #customer_details {
display: flex;
flex-direction: column;
flex-basis: 60%;
}
@media only screen and (max-width: 1120px) {
form.woocommerce-checkout #customer_details {
flex-basis: 62%;
}
}
form.woocommerce-checkout #customer_details .col-1,
form.woocommerce-checkout #customer_details .col-2 {
width: 100%;
float: none;
}
form.woocommerce-checkout #customer_details .col-1 .woocommerce-billing-fields h3 {
margin-top: 0;
}
form.woocommerce-checkout #customer_details .col-2 {
display: flex;
flex-direction: column-reverse;
}
form.woocommerce-checkout #customer_details #ship-to-different-address label.checkbox {
display: flex;
column-gap: 5px;
align-items: center;
margin-top: 0.7rem;
}
form.woocommerce-checkout #customer_details #ship-to-different-address #ship-to-different-address-checkbox {
width: 24px;
height: 24px;
margin-top: 2px;
}
form.woocommerce-checkout #customer_details #ship-to-different-address span {
font-size: var(--wp--preset--font-size--medium);
}
form.woocommerce-checkout #order_review {
flex-basis: 35%;
}
form.woocommerce-checkout #order_review table.shop_table {
width: 100%;
border-collapse: separate;
background: var(--wp--preset--color--tertiary);
border: none;
border-radius: 0;
margin: 0;
padding: var(--wp--preset--spacing--medium);
}
form.woocommerce-checkout #order_review table.shop_table th {
border: none;
padding-left: 0;
padding-right: 0;
}
form.woocommerce-checkout #order_review table.shop_table th.product-total {
text-align: right;
}
form.woocommerce-checkout #order_review table.shop_table td {
border: none;
padding-left: 0;
padding-right: 0;
text-align: right;
}
form.woocommerce-checkout #order_review table.shop_table td.product-name {
text-align: left;
padding-left: 0;
}
form.woocommerce-checkout #order_review table.shop_table td.product-quantity {
text-align: right;
padding-right: 0;
}
form.woocommerce-checkout #order_review table.shop_table tr {
border: none;
border-bottom: 1px solid var(--wp--preset--color--quaternary);
display: flex;
justify-content: space-between;
}
form.woocommerce-checkout #order_review table.shop_table tr:last-child {
border-bottom: none;
}
form.woocommerce-checkout #order_review_heading {
display: none;
}
form.woocommerce-checkout .woocommerce-checkout-payment {
flex-basis: 100%;
margin-top: var(--wp--preset--spacing--medium);
}
form.woocommerce-checkout .woocommerce-checkout-payment .button {
margin: 0;
} .wp-block-woocommerce-customer-account a .wc-block-customer-account__account-icon {
max-width: 20px;
max-height: 20px;
}