.intro-slide1 .banner-subtitle span:after {
    left: unset;
    right: 0;
}

.text-black {
    color:#333;
}

.color-span-inner span {
    color: #f77c29 !important;
}

.social-no-border .social-icon {
    border:none;
}

.social-icon {
    width:28px;
    height:28px;
}

.widget-products-bordered .rating-reviews {
    display:none;
}

@media (max-width:500px) {
    .product-single-best-seller .product-qty-form {
        height: fit-content;
        flex: unset;
        width: 100%;
        max-width: 100%;
        margin-right: 0 !important;
    }
}

.main-categoryes-special-title span {
    font-weight:400 !important;
}

.btn-black.btn-outline {
    color: #333;
    border-color: #333;
    background-color: transparent;
}
.btn-black {
    color: #fff;
    border-color: #333;
    background-color: #333;
}

.btn-black.btn-outline:active, .btn-black.btn-outline:focus, .btn-black.btn-outline:hover {
    background-color: #333;
    color: #fff;
}

.bg-black {
    background-color: #333 !important;
}

.header-search.hs-expanded input.form-control {
    border-left:2px solid #542D8B;
}

.category-menu li .megamenu {
    display:flex;
    flex-wrap:wrap;
}

.category-menu li .megamenu li {
    max-width: calc(100% / 3);
    width: 100%;
    flex: none;
}

.header-bottom:not(.header-bottom-1) .dropdown-box {
    opacity: 0;
    visibility: hidden;
}

.filter-items.item-check .filter-box {
    position:unset;
}

.filter-items.item-check .filter-box:before {
    content:'';
    border: 1px solid;
    border-radius: 2px;
    width: 18px;
    height: 18px;
    left: 2px;
    color: #999;
    font-size: 1rem;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    text-align: center;
    text-indent: 1px;
    line-height: 1.3em;
    position:absolute;
    cursor:pointer;
    transition:background ease-out .2s;
}

.filter-items.item-check input:checked ~ .filter-box:before {
    content: "";
    background-color: #542D8B;
    width: 20px;
    height: 20px;
    color: #fff;
    border-radius: 3px;
    left: 1px;
    padding-top: 3px;
    font-weight: 600;
    margin-top: -1px;
}

.filter-items.item-check label input {
    display:none;
}

.filter-items .filter-value {
    color: inherit;
    padding: 8px 0px 8px 0px;
    cursor:pointer;
    user-select:none;
}

.filter-checkbox__item span {
    position:unset !important;
}

.filter-checkbox__item {
    padding: 8px 0px 8px 28px;
    position:relative;
}

.filter-checkbox__item .float-end {
    position: absolute !important;
    top:11px;
}

.filter-checkbox__item .filter-value {
    max-width: 190px !important;
    display: block;
    padding: 0 !important;
}

.filter-checkbox__item:hover .filter-box:before {
    background:#eee;
}

.product-wrapper {
    opacity:1 !important;
    transition:all ease-out .2s;
}

.loading-layout .product-wrapper {
    opacity:0 !important;
}

.form-group.is-invalid input {
    border-color:brown !important;
}

.cart-count {
    opacity:0;
    transition:all ease-out .2s;
}

.cart-count:not(:empty) {
    opacity:1;
}

.header-right .wishlist {
    position:relative;
}

.favorites-count {
    position: absolute;
    width: 1.9rem;
    height: 1.9rem;
    border-radius: 50%;
    font-style: normal;
    z-index: 1;
    right: -8px;
    top: -7px;
    font-family: Inter, sans-serif;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.8rem;
    background: #542D8B;
    color: #fff;
    text-align: center;
    color:#fff !important;
    margin-top:0px !important;
    opacity:0;
    transition:all ease-out .2s;
}

.favorites-count.not-empty {
    opacity:1;
}

.error-404__title {
    font-size: 200px;
    text-align: center;
}

@media (max-width:500px) {
    .error-404__title {
        font-size:150px;
    }
}

.reset-button {
    font-size:12px;
    padding-top:6px;
    font-weight: 400;
    font-size: 1.3rem;
    letter-spacing: -0.025em;
    text-transform:inherit;
}

.tags .tag.active {
    border-color: #542D8B;
    color: #542D8B;
}

input.is-invalid, textarea.is-invalid {
    border-color:brown;
}

[data-form-outer] {
    position:relative;
}

[data-form-success] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity:0;
    pointer-events:none;
    transition:all ease-out .2s;
}

[data-form-success].active {
    pointer-events:auto;
    opacity:1;
}

.form-success-title {
    font-size: 2rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
}

.form-success-subtitle {
    font-size: 1.4rem;
    color: #333;
}

.form-success-icon {
    font-size: 6rem;
    padding-right: 35px;
    color: #542D8B;
}

@media (max-width:600px) {
    [data-form-success] {
        flex-direction:column;
    }
    
    .form-success-icon {
        padding-right: 0;
        margin-bottom: 15px;
    }
    
    .form-success-title {
        text-align:center;
    }
    
    .form-success-subtitle {
        text-align:center;
    }
}

.cart-order-pricecell {
    min-width:100px;
}

.block__content li {
    position: relative;
    padding-left: 2rem;
    line-height: 2;
}

.block__content li:before {
    position: absolute;
    display: block;
    left: 0;
    top: 1px;
    content: "";
    font-family: "wolmart";
    font-weight: 600;
    font-size: 1.3rem;
}

.block__content ul {
    padding-bottom:13px !important;
    margin:0;
    list-style:none;
    padding:0;
}

.block__content p {
    padding-bottom:13px;
    margin:0px;
}

.block__content strong {
    color:#333;
}

.product-single .product-bm-wrapper {
    flex-wrap:nowrap;
}

.product-single .product-categories {
    margin-bottom:0.5rem;
}

.new-price-request {
    font-size:20px !important;
    font-weight: 600 !important;
}

.tab-characters__textview table td {
    font-size:14px;
}


.tab-characters__textview table {
    /* border: 1px solid #eee; */
    color:#333;
}

.tab-characters__textview table tr, #product-tab-specification ul li {
    border-bottom: 1px solid #eee;
    display: flex;
    justify-content: space-between;
    padding: 1rem 0;
    transition:all ease-out .2s;
}

.tab-characters__textview table tr ul li {
    justify-content:flex-start !important;
}

.tab-characters__textview table tr ul li:before {
    content: '•'; 
    margin-right: 5px;
}

#product-tab-specification ul {
    /* border: 1px solid #eee; */
}

#product-tab-specification ul label {
    flex:unset;
    max-width:fit-content;
    font-weight:600;
}

.tab-characters__textview table tr:hover, #product-tab-specification ul li:hover {
    background:#f3f3f3;
}

.tab-characters__textview table tr td:first-child {
    font-weight:600;
}

.tab-characters__textview table tr td, .tab-characters__textview table tr th {
    width:100%;
    text-align:left;
}

.tab-characters__textview table tr td ul li {
    padding:0 !important;
    border:0 !important;
    list-style:disc;
}

#product-tab-specification ul li p {
    text-align:right;
}

@media (max-width:500px) {
    #product-tab-specification:not(.characters-adaptive-scroll) ul li {
        display:flex;
        flex-direction:column;
        align-items: flex-start;
    }
    
    #product-tab-specification:not(.characters-adaptive-scroll) ul li label {
        align-self: flex-start;
    }
    
    .tab-characters__textview:not(.characters-adaptive-scroll) table tr {
        display:flex;
        flex-direction:column;
    }
}

.product-name {
    white-space: normal;
    overflow: auto;
    text-overflow: unset;
}

.product-files__item {
    display:block;
    margin-bottom:15px;
}

.product-files__item img {
    width:25px;
    margin-right:10px;
}

.product-files__item:hover {
    color:#542D8B;
}

@media (max-width:700px) {
    .characters-adaptive-scroll {
        overflow: auto !important;
    }
    
    .characters-adaptive-scroll table {
        min-width:700px;
    }
}

.intro-slide2 .banner-subtitle {
    font-size:2.4rem;
}

.intro-slide2 .banner-subtitle .text-secondary {
    color:#0067B2 !important;
}

.intro-slide p {
    line-height:110%;
    margin-top:12px;
}

.btn-blue {
    background: #0067B2 !important;
    color: #fff !important;
    border-color: #0067B2 !important;
    transition:all ease-out .2s;
}

.btn-blue:hover {
    opacity:.8 !important;
}

.main-categoryes-banners {
    transition:all ease-out .2s;
}

.main-categoryes-banners-white .banner-title {
    color:#fff;
}

.category-banner-wrapper .banner-title {
    margin-bottom:12px;
}

.category-banner-wrapper .banner-subtitle {
    margin-bottom: 0.4rem;
}

.category-banner-wrapper .banner-subtitle span {
    color:#0465B3 !important;
}

.main-categoryes-banners:hover {
    opacity:.8;
}

.icon-box-side .icon-box-content {
    max-width: calc(100% - 66px);
}

.styling-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
    background-color: #ffffff;
    overflow: hidden;
}

.styling-table thead {
    background: #eee;
    color: #333;
}

.styling-table th {
    padding: 16px 20px;
    text-align: left;
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-bottom: 2px solid #ecf0f1;
}

.styling-table td {
    padding: 14px 20px;
    border-bottom: 1px solid #ecf0f1;
    color: #2c3e50;
    transition: all 0.2s ease;
}

.styling-table tbody tr {
    transition: all 0.2s ease;
}

.styling-table tbody tr:hover {
    background-color: #f8f9fa;
    transform: translateY(-1px);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.styling-table tbody tr:hover td {
    color: #34495e;
}

.styling-table tbody tr:last-child td {
    border-bottom: none;
}

/* Чередование строк для лучшей читаемости */
.styling-table tbody tr:nth-child(even) {
    background-color: #fafbfc;
}

.styling-table tbody tr:nth-child(even):hover {
    background-color: #f1f3f4;
}

/* Стили для выравнивания текста */
.styling-table th.text-center,
.styling-table td.text-center {
    text-align: center;
}

.styling-table th.text-right,
.styling-table td.text-right {
    text-align: right;
}

/* Стили для статусов или важных данных */
.styling-table .status-active {
    color: #27ae60;
    font-weight: 600;
}

.styling-table .status-inactive {
    color: #e74c3c;
    font-weight: 600;
}

.styling-table .status-pending {
    color: #f39c12;
    font-weight: 600;
}

/* Адаптивность */
@media (max-width: 768px) {
    .styling-table {
        font-size: 12px;
    }

    .styling-table th,
    .styling-table td {
        padding: 12px 15px;
    }
}

.accept-check-outer {
    display:flex;
    align-items:flex-start;
    text-align:left;
    font-size:12px;
    cursor:pointer;
}

.accept-check-outer input {
    display:none;
}


.accept-check-box {
    display: block;
    margin-top: 3px;
    min-width: 20px;
    min-height: 20px;
    max-width: 20px;
    max-height: 20px;
    border: 1px solid #c9c9c9;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right:6px;
    border-radius:0.3rem;
}

.accept-check-outer a {
    text-decoration:underline;
}

.accept-check-outer .accept-check-box span {
    display:none;
    color:#542D8B;
}

.accept-check-outer input.is-invalid + .accept-check-box {
    border:1px solid brown;
}

.accept-check-outer input:checked + .accept-check-box span {
    display:block;
}

.theme-color-white {
    color:#fff !important;
}

.theme-color-accent {
    color:#0465B3 !important;
}

.bg-green {
    background:#AFCB28 !important;
}

.banner-fashion p {
    line-height:100%;
}

.form-group.is-invalid .accept-check-box {
    border-color:brown;
}

#product-tab-reviews .review-form .form-control {
    border-radius: .5rem;
}

.modal-form-outer {
    max-width: 600px;
    padding: 50px 35px;
}

.modal-form-title {
    font-size: 24px;
    color: #333;
    padding-bottom: 5px;
    font-weight: 700;
    line-height: 1.2;
}

.modal-form-introtext {
    padding-bottom:15px;
}

.header-call:hover .w-icon-call, .header-call:hover .phone-number {
    color:initial;
}

.header-subtitle {
    display:block;
    line-height: 1rem;
    padding-top: 5px;
}

.header-call .email-address, .header-call .phone-number {
    line-height: 1;
}

.header-call .email-address {
    font-size: 1.6rem;
}

.header-call {
    padding-top:7px;
}

.header-search.hs-expanded {
    max-width: 40.6rem;
}

.header-call .w-icon-envelop3, .header-call .w-icon-call {
    font-size:2.7rem;
    margin: 0 0.6rem 0.2rem 0;
}

.menu > li > a {
    padding:1.6rem 0 1.7rem 0;
}

.category-menu > li > a {
    line-height: 1.4;
    padding-right:20px;
}

@media (max-width:500px) {
    .modal-form-title {
        font-size: 20px;
    }
}

body {
    color:#333;
}

.cart-dropdown > a i {
    font-size:2.7rem;
}

.header-bottom.fixed .category-toggle {
    background-color: #f1f1f1;
}

.header-bottom.fixed .dropdown.category-dropdown:not(.show):hover .dropdown-box {
    visibility: hidden;
    opacity: 0;
    top: auto;
}

.header-left {
    width:100%;
}

.main-social {
    margin-left:auto;
    display:flex;
    position:relative;
    padding-right: 10px;
}

.main-social:before {
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -14px;
    background: #eeeeee;
}

.main-social a {
    display:block;
    margin-right:15px;
    height: 25px;
}

.main-social a:last-child {
    margin-right:0px;
}

.main-social svg {
    max-width:20px;
}

.main-nav {
    max-width: calc(100% - 350px);
}

.header-bottom.fixed .main-social {
    display:none;
}

.shop-default-category {
    border-bottom:0px;
}

@media (max-width:1200px) {
    .menu > li {
        margin-right:2rem;
    }
}

.shop-category-title__outer {
    position:relative;
}

.shop-category-title__outer .shop-category-title__total {
    position: absolute;
    right: 0;
    top: 0;
    color: #aaa;
    font-size: 14px;
}

.shop-category-title__main {
    padding-right:100px;
}

@media (max-width:500px) {
    .shop-category-title__main {
        font-size:30px;
    }
}

.range-tooltips {
    position: relative;
    height: 20px;
    display:none;
}

.range-tooltip {
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    font-size: 12px;
    font-weight: bold;
    color: #542D8B;
    white-space: nowrap;
    z-index: 3;
    display: block !important;
    background: white;
    padding: 2px 6px;
    border-radius: 3px;
    border: 1px solid #542D8B;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.range-values-display {
    display: none;
    justify-content: space-between;
    margin-top: 25px;
    font-size: 14px;
    font-weight: bold;
    width: 100%;
    color: #666;
}

.range-track {
    position: relative;
    height: 40px;
    width: 100%;
    min-width: 200px;
    touch-action: none;
    margin: 5px 0;
}

.range-track-bg {
    position: absolute;
    top: 15px;
    left: 0;
    right: 0;
    height: 4px;
    background: #eee;
    border-radius: 2px;
}

.range-active-area {
    position: absolute;
    top: 15px;
    height: 4px;
    background: #542D8B;
    border-radius: 2px;
    z-index: 1;
}

.range-handle {
    position: absolute;
    top: 5px;
    width: 20px;
    height: 20px;
    background: white;
    border: 2px solid #542D8B;
    border-radius: 50%;
    cursor: pointer;
    z-index: 2;
    transition: transform 0.1s;
    touch-action: none;
}

.range-handle:hover {
    transform: scale(1.1);
}

.range-handle.dragging {
    transform: scale(1.2);
    box-shadow: 0 0 5px rgba(244, 67, 54, 0.5);
}

.range-marks {
    position: absolute;
    top: 35px;
    left: 0;
    right: 0;
    height: 20px;
    pointer-events: none;
}

.range-mark {
    position: absolute;
    top: 0;
    text-align: center;
    pointer-events: auto;
    cursor: pointer;
}

.range-marks .range-mark:last-child {
    transform: translateX(-7px);
}

.range-mark:before {
    content: '';
    display: block;
    width: 1px;
    height: 6px;
    background: #333;
    margin: 0 auto 4px;
}

.range-mark-value {
    font-size: 11px;
    color: #333;
    white-space: nowrap;
    font-weight: 500;
}

.range-mark:hover .range-mark-value {
    color: #542D8B;
    font-weight: bold;
}

.range-slider-container {
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
}

.range-track-wrapper {
    position: relative;
    overflow: hidden; 
    height: 80px; 
    margin: 5px 0;
}

.range-track {
    position: relative;
    height: 40px;
    width: 100%;
    min-width: 200px;
    touch-action: none;
}

.range-tooltip {
    position: absolute;
    transform: translateX(-50%);
    font-size: 12px;
    font-weight: bold;
    color: #542D8B;
    white-space: nowrap;
    z-index: 100;
    display: none;
    background: white;
    padding: 2px 6px;
    border-radius: 3px;
    border: 1px solid #542D8B;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    pointer-events: none;
}

.range-tooltip.at-left-edge {
    transform: translateX(0);
    left: 10px !important;
}

.range-tooltip.at-right-edge {
    transform: translateX(-100%);
    left: calc(100% - 10px) !important;
}

.mfilter2-numbers__outer {
    display:flex;
    flex-direction:column;
}

.mfilter2-numbers__inputs {
    order:2;
    display:flex;
    width:100%;
    justify-content:space-between;
    position:relative;
}

.mfilter2-numbers__inputs input {
    max-width:100px;
    min-height: 3.7rem;
}

.mfilter2-numbers__inputs .form-group {
    position:relative;
    background:#fff;
}

@media (max-width:500px) {
    .range-handle {
        width: 20px;
        height: 20px;
        top: 10px;
    }
    
    .range-track {
        height: 50px;
    }
    
    .range-track-bg,
    .range-active-area {
        top: 20px;
    }
    
    .range-marks {
        top: 45px;
    }
    
    .range-mark-value {
        font-size: 12px;
    }
    
    .range-tooltip {
        font-size: 14px;
        padding: 4px 8px;
    }
}

.mfilter2-numbers__outer {
    display: flex;
    flex-direction: column-reverse;
    padding-top: 15px !important;
}

.mfilter2-numbers__inputs-label {
    position:absolute;
    top:10px;
    left:10px;
}

.mfilter2-numbers__inputs-input {
    padding-left:40px;
}

.mfilter2-numbers__inputs:before {
    content:'';
    display:block;
    height:1px;
    width:20px;
    background:#eee;
    position:absolute;
    top:0;
    left:0;
    right:0;
    top:18px;
    margin:auto;
}

.widget-collapsible .widget-title:not(.collapsed) ~ .mfilter2-numbers__outer {
    display:flex !important;
}

.shop-selected-filters {
    display:flex;
    margin:-7px;
    padding-bottom:30px;
    flex-wrap:wrap;
}

.shop-selected-filter {
    padding:4px 21px 4px 7px;
    margin:7px;
    border: 1px solid #eee;
    position:relative;
    font-size:14px;
    cursor:pointer;
    transition:all ease-out .2s;
}

.shop-selected-filter:after {
    content: '×';
    position: absolute;
    top: 0px;
    right: 6px;
    display: flex;
    align-items: center;
}

.shop-selected-filter:hover {
    border-color:#542D8B;
}

.shop-selected-filter__clean {
    background: #0067B2;
    color: #fff;
}

.shop-selected-filter__clean:hover {
    border-color:#0067B2;
}

@media (max-width:500px) {
    .shop-selected-filter {
        font-size:12px;
        padding: 3px 18px 3px 3px;
    }
}

.product-stylizion-wrap {
    display: flex;
    flex-direction: column;
    height: auto;
    align-items: stretch;
}

.product-stylizion-wrap > .product:not(.product-list) {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: stretch;
}

.product-stylizion-wrap .product-details {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: space-between;
}

.product-stylizion-wrap .product-name {
    text-align:left;
}

.product-stylizion-wrap .product-media a:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgb(0 0 0 / 3%);
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
}

.product-stylizion-wrap .product-price-title {
    font-weight:600;
    line-height: 100%;
    font-size:13px;
    padding-top:10px;
}

.product-stylizion-wrap .product-name {
    font-size: 14px;
    max-height: 44px; 
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
}

.product-stylizion-wrap .product-price {
    text-align: left;
    display: flex;
    flex-direction: column;
}

.product-stylizion-wrap .product-price .new-price {
    color:#0067B2;
}

.product-stylizion-wrap .product-name {
    color: #020101;
}

.product-stylizion-wrap .product-fullname {
    font-size: 14px;
    position:absolute;
    top: 17px;
    text-align:left;
    visibility:hidden;
    opacity:0;
    background:#fff;
    font-weight:500;
    z-index:2;
    color: #020101;
    transition:all ease-out .2s;
}

.product-stylizion-wrap .product-action-vertical {
    z-index:2;
}

.product-stylizion-wrap .product-name:hover ~ .product-fullname, .product-stylizion-wrap .product-fullname:hover {
    visibility:visible;
    opacity:1;
}

.products-listing__list .product-stylizion-wrap .product-fullname {
    display:none;
}

.products-listing__list .product-action-vertical {
    left:10px;
    right:unset;
}

.product-stylizion-wrap .product-fullname:hover a {
    color:#542d8b;
}

.product-buttons__cart {
    width:100%;
    font-size:12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-buttons__cart i {
    margin-right:7px;
}

.product-stylizion-wrap .product-buttons {
    padding-top:5px;
}

.product-stylizion-wrap .btn-primary.product-buttons__link {
    width:100%;
    font-size:12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color:#0067B2;
    border-color:#0067B2;
    margin-top:10px;
}

.product-stylizion-wrap .btn-primary.product-buttons__link:hover {
    background-color:#0067B2;
    color:#fff;
}

.product-stylizion-wrap .product-options ul {
    display:flex;
    flex-direction:column
}

.product-stylizion-wrap .product-options li {
    display:flex;
    justify-content:space-between;
    background:#fff;
    position:relative;
    margin-bottom: 5px;
}

.product-stylizion-wrap .product-options li:before {
    content:'';
    position:absolute;
    bottom: 5px;
    left:0;
    height:1px;
    width:100%;
    background:#eee;
}

.product-stylizion-wrap .product-options li:last-child {
    margin-bottom:0px;
}

.product-stylizion-wrap .product-options label {
    background:#fff;
    z-index:1;
    max-width:40%;
    align-items:center;
    display:flex;
}

.product-stylizion-wrap .product-options p {
    margin:0px;
    align-items:center;
    display:flex;
    background:#fff;
    z-index:1;
    font-size:12px;
    max-width:50%;
    text-align:right;
}

.product-stylizion-wrap .product-options {
    font-size:12px;
    text-align:left;
    align-items:center;
    padding-bottom:5px;
}

.product-stylizion-wrap .product-list .product-buttons {
    display:flex;
}

.product-stylizion-wrap .product-list .product-buttons__cart {
    font-size:0px;
    text-align: center;
    width:60px;
    height:38px;
}

.product-stylizion-wrap .product-list .product-buttons__cart i {
    margin:0px;
}

.product-stylizion-wrap .product-list .product-buttons__link {
    margin-top:0;
    margin-left:10px;
}

.product-stylizion-wrap .product-list .product-media {
    height:100%;
}

*[data-text="ft"] {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: all ease-out .4s;
}

*[data-text="ft"].active {
    opacity: 1;
}

.expanded-text__button {
    cursor: pointer;
    color: #0465B3;
    font-weight: 600;
    width: fit-content;
    margin-left: auto;
    display: flex;
    gap: 10px;
    margin: auto;
    position:relative;
    text-align:center;
    display: flex;
    justify-content: center;
    background:#fff;
    padding: 0 20px;
}

.expanded-text__button-outer {
    position:relative;
}

.expanded-text__button-outer:before {
    content:'';
    width:100%;
    background:#eee;
    height:1px;
    width:100%;
    position:absolute;
    top:50%;
    left:0;
    right:0;
    z-index:-1;
}

.expanded-text__button:after {
    content: "";
    display: block;
    color: #0465B3;
    font-family: "wolmart";
    font-size: 1.3rem;
    margin-right: 0.3rem;
    margin-left: -0.3rem;
    -webkit-transition: color 0.4s;
    transform: rotate(90deg);
    transition: all 0.4s;
}

.expanded-text__button.active:after {
    transform: rotate(-90deg);
}

.shop-button-more {
    font-size:13px;
}

.testimonial cite a {
    color: #999;
}

.testimonial cite a:hover {
    color:#542D8B;
}

.testimonial-swiper .testimonial-info {
    flex-direction:row;
    justify-content:space-between;
    padding-bottom:10px;
}

.testimonial-swiper  .testimonial-name {
    font-weight:600;
}

.testimonial-swiper  .testimonial-date {
    font-size:12px;
}

.testimonial-swiper .ratings-container {
    margin-bottom:10px;
}

.testimonial-swiper .swiper-wrapper {
    align-items:stretch;
}

.testimonial-swiper .swiper-slide {
    height:auto;
}

.testimonial-swiper .testimonial {
    height:100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.products-swiper {
    align-items:stretch;
}

.products-swiper .swiper-slide {
    height:auto;
}

.products-swiper .product-stylizion-wrap {
    height:100%;
}

@media (max-width:500px) {
    .product-stylizion-wrap .product-buttons {
        display:flex;
        justify-content:space-between;
    }
    
    .product-stylizion-wrap .product-buttons__cart {
        font-size:0px;
        min-width:45px;
        width:auto;
        display:flex;
        align-items:center;
        justify-content:center;
    }
    
    .product-stylizion-wrap .product-buttons__cart i {
        margin:0;
    }
    
    .product-stylizion-wrap .btn-primary.product-buttons__link {
        margin-top:0px;
        margin-left:10px;
        padding-left: 10px;
        padding-right: 10px;
    }
    
    .product-stylizion-wrap .product-options {
        display:none;
    }
}

.breadcrumb-nav .container {
    overflow-x:auto;
}

.breadcrumb-nav .breadcrumb {
    flex-wrap: nowrap;
}

.breadcrumb-nav .breadcrumb li {
    white-space: nowrap;
}

.breadcrumb-nav .breadcrumb li:last-child {
    padding-right:15px;
}

.products-special-swiper .swiper-wrapper {
    align-items:stretch;
}

.products-special-swiper .swiper-slide {
    height:auto;
    align-items: stretch;
    display: flex;
    flex-direction: column;
    justify-content: stretch;
}

.products-special-swiper .swiper-slide .product-stylizion-wrap {
    align-items: stretch;
    height:100%;
}

.products-special-swiper .product-options {
    display:none;
}

.shop-category-introtext p {
    margin-bottom:0;
}

.product-variations-selected input:checked ~ label {
    background: #F5F5F5;
    border: 2px solid #0465b3 !important;
}

.product-variations-selected label {
    cursor:pointer;
    font-size:14px !important;
    padding:7px 20px !important;
}

.product-variations-selected label:hover {
    background: #F5F5F5;
    border: 1px solid #0465b3 !important;
    color:inherit !important;
}

.product-single .product-form label {
    font-size:13px;
}

.widget-banner .banner-content {
    left:18px;
    bottom:12px;
}

.widget-banner .banner-price-info {
    font-size: 19px;
    margin-left:0;
    margin-bottom:4px;
}

.widget-banner .banner-subtitle {
    font-size: 15px;
}

@media (max-width:500px) {
    .intro-slide .banner-title {
        font-size:3em;
    }
    
    .intro-slide p {
        font-size: 1.8em;
    }
    
    .banner-fashion .banner-title {
        font-size: 2em;
    }
    
    .banner-fashion p {
        font-size: 1.4em;
    }
}