.widget-content-inner p {
margin-bottom: 15px;
}

.produced-by img {
  width: 1.6875rem;
  margin-inline-start: 0.375rem;
}

.titleAndText__text + p {
    max-width: 34.375rem;
    
    text-align: center;
}

.imageAndText__text, .textAndImages__text {
    max-width: 32.25rem;
}

.card-product .card-product-wrapper .on-sale-wrap .on-sale-item {
    background-color: red;
}

.card-product .card-product-wrapper .on-sale-wrap .new-item {
    background-color: green;
}

.card-product .card-price-wrapper .new-price, .card-product .card-price-wrapper .old-price {
    display: inline-block;
}

.card-product .card-price-wrapper .old-price {
    font-size: 14px;
}

.footer .footer-logo {
    margin-bottom: 10px;
    margin-top: -15px;
}

.footer .footer-logo img {
    width: 120px;
}

.discovery-new-item .buttons a {
    display: inline-flex;
}

.discovery-new-item .buttons a:first-child {
    margin-right: 10px;
}

.discovery-new-item .buttons a:hover {
    background-color: #afe3f9;
    color: #000;
    border: 1px solid #afe3f9;
}

.errors, .errors a {
    color: red;
}

.success {
    color: green;
}

.tf-main-area-page ol {
    padding-left: 25px;
    margin-top: 20px;
}

.tf-main-area-page ol li {
    list-style-type: auto;
    font-weight: normal;
    color: rgb(134, 134, 134);
}

.count-box:empty {
    display: none !important;
}

.list-product-btn .box-icon:hover .tooltip-remove {
    opacity: 0 !important;
    visibility: hidden !important;    
}

.list-product-btn .box-icon.wishlist.active .tooltip:not(.tooltip-remove) {
    opacity: 0 !important;
    visibility: hidden !important;
}

.list-product-btn .box-icon:hover.wishlist.active .tooltip-remove {
    opacity: 0.9 !important;
    visibility: visible !important;
}

.login-error {
    min-height: 100px;
}

.login-error a {
    margin-top: 10px;
}

.login-error a:hover {
    text-decoration: underline;
}

.btn-fill i {
    color: #afe3f9;
}

.nav-sw:not(.swiper-button-disabled):hover {
    background-color: #afe3f9 !important;
    border: 1px solid #afe3f9 !important;
    color: #000 !important;
}

.nav-sw:not(.swiper-button-disabled):hover span {
    color: #000 !important;
}

.collection-title:hover .icon {
    color: #afe3f9 !important;
}

.tf-icon-box.style-border-line .icon i {
    color: #204bd8;
}

.mega-menu-item .menu-list li a:hover {
    color: #204bd8 !important;
}

.icon-filter, .card-product .card-product-info .name {
    color: #204bd8;
}

.tf-product-btn-wishlist .icon {
    color: #afe3f9;
}

.tf-slideshow .banner-wrapper .tf-btn .icon {
    color: #204bd8;
}

.tf-product-btn-wishlist:hover {
    border: 1px solid #afe3f9;
}

.tf-dropdown-sort .select-item.active::before {
    background-color: #204bd8;
}

.btn-line:hover::after {
    border-bottom: 1px solid #204bd8 !important;
}

.widget-facet.wd-categories .current-scrollbar {
    max-height: unset;
}

.tf-check-color {
    border: 1px solid #cfcece;
}

.widget-facet .filter-color {
    max-height: 360px;
}

.breadcrumbs li {
    display: inline-block;
}

#header .nav-icon .count-box {
    color: #000;
}

.tf-sticky-btn-atc .wg-quantity {
    height: 51px;
}

.modal-shopping-cart .tf-mini-cart-item, .tf-cart-item .tf-cart-item_product {
    align-items: center;
}

.tf-mini-cart-item .old-price, .checkout-product-item .old-price {
    text-decoration: line-through;
    display: inline-block;
    margin-right: 5px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.5);
}

.tf-cart-item_price .old-price {
    text-decoration: line-through;
    color: rgba(0, 0, 0, 0.5);
    margin-bottom: 5px;
}

.tf-mini-cart-item .new-price, .checkout-product-item .new-price {
    color: red;
    display: inline-block;
    font-weight: bold;
}

.tf-cart-item_price .new-price, .checkout-product-item .new-price {
    color: red;
}

.checkout-product-item .new-price {
    text-align: right;
}

.checkout-product-item .old-price {
    margin-right: 0;
}

.icon-close-popup {
    cursor: pointer;
}

.tf-mini-cart-remove:hover {
    cursor: pointer;
    color: #204bd8 !important;
}

.cart-page .container {
    position: relative;
}

.cart-page .cart-loader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f4f7f9;
    z-index: 3;
    opacity: 0.7;
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease;
    display: none;
}

.cart-page .cart-loader.loading::before {
    width: 36px;
    height: 36px;
    border: solid 2px transparent;
    border-top-color: transparent !important;
    content: "";
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 50%;
    animation: tf_rotator 0.9s linear infinite paused;
    opacity: 0;
}

.cart-page .cart-loader.loading::before {
    border: solid 2px #000;
    opacity: 1;
    animation-play-state: running;
}

.tf-cart-item .wg-quantity input {
    pointer-events: none;
}

.returning-customer-info {
    padding: 25px;
    font-style: italic;
    font-size: 17px;
    background-color: #f6f6f8;
}

.trigger-user-form {
    font-weight: bold;
}

.trigger-user-form:hover {
    text-decoration: underline;
    cursor: pointer;
}

.not-required:after {
    display: none;
}

.toggleShowPassword {
    position: absolute;
    right: 20px;
    top: 15px;
    opacity: 0.7;
    font-size: 20px;
    cursor: pointer;
}

.password-group {
    position: relative;
}

.tf-page-cart-checkout {
    background-color: #fbfbfc;
}

.tf-page-cart-checkout .coupon-box {
    display: flex;
    gap: 10px;
}

.coupon-button {
    min-width: 88px;
    text-align: center;
    padding: 0;
    display: block;
}

.coupon-box .success {
    border: 1px solid green;
    background-color: #edffed;
}

.freeprivacypolicy-com---palette-light .cc-nb-okagree, .freeprivacypolicy-com---palette-light .cc-nb-reject, .freeprivacypolicy-com---palette-light .cc-cp-foot-save {
    background-color: #afe3f9 !important;
    color: #000000 !important;
}

.freeprivacypolicy-com---nb-simple, .cc-nb-main-container {
	max-width: 100% !important;
	width: 100%;
}

.cc-nb-main-container .cc-nb-buttons-container {
	display: flex;
}

.freeprivacypolicy-com---nb .cc-nb-main-container {
    padding: 2rem !important;
}

.mr-10 {
    margin-right: 10px;
}

.tf-product-media-wrap .swiper-slide img {
    pointer-events: none;
}

/*.box-nav-ul .menu-item:last-child a, .nav-ul-mb .nav-mb-item:last-child a {
    color: red;
}*/
.nav-ul-mb .nav-mb-item:last-child {
    margin-bottom: 10px;
}

.box-nav-ul .menu-item:last-child a:before {
    background: red !important;
}

@media screen and (max-width: 768px) {
    .tf-product-info-title {
        margin-top: 40px;
    }
}

@media screen and (min-width: 768px) {
    .login-error {
        min-height: 200px;
    }
    
    .login-error a {
        margin-top: 0px;
    }
}