@media(hover) {
    #minicart_items_list::-webkit-scrollbar { width: 5px; }
    #minicart_items_list::-webkit-scrollbar-track { background-color: transparent; }
    #minicart_items_list::-webkit-scrollbar-thumb { background-color: rgba(255,255,255,.33); }
    #minicart_items_list::-webkit-scrollbar-hover { background-color: rgba(255,255,255,.67); }
    #checkout_shipping-step_store-selector::-webkit-scrollbar { width: 5px; }
    #checkout_shipping-step_store-selector::-webkit-scrollbar-track { background-color: transparent; }
    #checkout_shipping-step_store-selector::-webkit-scrollbar-thumb { background-color: rgba(0,0,0,.33); }
    #checkout_shipping-step_store-selector::-webkit-scrollbar-hover { background-color: rgba(0,0,0,.67); }
}

#productPage p { font-size: 12px; line-height: 1.334; color: #164196; margin: inherit }
#productPage a { position: relative; display: inline-block; font-size: 12px; font-weight: 700; line-height: 1.334; color: #164196; letter-spacing: 0.01em; }
#productPage a:not([data-before])::before { content: " "; position: absolute; left: 0; top: 100%; display: inline-block; width: 100%; }
[data-hide-scrollbar]::-webkit-scrollbar { display: none; }

@keyframes rotating {
    from { transform : rotate(0deg); }
    to { transform : rotate(360deg); }
}

@keyframes heart {
	0%, 30% { transform: scale(1); }
	30%, 60% { transform: scale(1.2); }
	60%, 100% { transform: scale(1); }
}

@keyframes circle {
	0%, 30% { transform: scale(1); }
	30%, 60% { transform: scale(1.4); }
	60%, 100% { transform: scale(1); }
}

@keyframes uspsMobileSliderOpacity {
    0%, 32% { opacity: 1 }
    35%, 90% { opacity: 0 }
}

@keyframes toastFadeIn {
    from {
        opacity: 0;
        transform: translate3d(-100%, 0, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes toastFadeOut {
    from {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
    to {
        opacity: 0;
        transform: translate3d(-100%, 0, 0);
    }
}

.size_selector__option {
    cursor: pointer;
    width: 25%;
    text-align: center;
    height: 32px;
    line-height: 33px;
    background-color: #fff;
    color: #949494;
    box-shadow: 1px 0 0 0 #dad8d8, 0 1px 0 0 #dad8d8, 1px 1px 0 0 #dad8d8, 1px 0 0 0 #dad8d8 inset, 0 1px 0 0 #dad8d8 inset;
}

.size_selector__option:hover { background-color: #f5f5f5; color: #333; outline: none; }

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

#recommended_products_list::-webkit-scrollbar {
    height: 4px;
    background-color: #E5E5E5;
    border-radius: 2px;
}

#recommended_products_list::-webkit-scrollbar-thumb {
  height: 4px;
  background-color: #E30613;
  border-radius: 2px;
}

.red-scrollbar::-webkit-scrollbar {
    height: 4px;
    border-radius: 2px;
    background-color: #e5e5e5;
}

.red-scrollbar::-webkit-scrollbar-thumb {
    background-color: #e50606;
    border-radius: 2px;
}

.blog-post-category-link:not(:first-child):before {
    content: "•";
    padding: 0 .5em;
}

.filter-tags::-webkit-scrollbar {
    width: 0;
}

.abc-tool::-webkit-scrollbar {
  display: none;
}

.category_description h1,
.category_description h2,
.category_description h3,
.category_description h4,
.category_description h5,
.category_description h6 {
    margin-top: 1.75em;
    margin-bottom: 1.2em;
}

.category_description p {
    margin-bottom: 1em;
}

.category_description a, .product_description a {
    text-decoration: underline;
}

.product_description p {
    margin-bottom: 1em;
}

.product_description table {
    margin-block: 1em;
    width: 100%;
}

.product_description table tr {
    border-bottom: 1px solid #eee;
}

.product_description table th, .product_description table td {
    padding-block: .33em;
    padding-right: .5em;
}

.skip-navigation-button:focus-visible {
    transform: scale(1) !important;
    opacity: 1 !important;
}

*:focus-visible {
    outline: 2px solid #6792d7;
    border-radius: 2px;
}

.highlight-links a {
    background-color: #000;
    color: #ff0;
    text-decoration: underline;
}

.x-fibbl-modal-window {
    background-color: #fff;
}