<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.shop-page {
    min-height: calc(100vh - 430px);
}
.shop-page .banner-img img{
    border-radius: 4px;
}

.product-filter h4,
.shop-info {
    color: #4B4B4B;
    font-size: 2.2rem;
    text-transform: uppercase;
    font-weight: normal;
    margin-bottom: 0;
}

.product-filter-right .sm-device-filter h4{
    font-size: 19px;
    border: 1px solid #e1e1e1;
    width: 100px;
    text-align: center;
    line-height: 35px;
    height: 35px;
    text-transform: uppercase;
    border-radius: 4px;
    cursor: pointer;
    margin-bottom:0;
    display:none;
}
.product-filter-right .sm-device-filter &gt; span{
    border: 1px solid #e1e1e1;
    border-radius: 4px;
    font-size: 16px;
    height: 35px;
    width: 35px;
    line-height: 34px;
    text-align: center;
    margin-right: 5px;
    display:none;
    cursor: pointer;
}

.product-filter.sm-category-title{
    text-align: center;
    margin-bottom: 20px;
    display: none;
}

.product-filter-right{
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.ts-grid-panel {
    margin-bottom: 0;
    height: 3.5rem;
    line-height: 3.5rem;
    border: 1px solid #E1E1E1;
    padding: 0 3px;
    border-radius: 5px;
}

.ts-grid-panel li {
    padding: 0px 3px;
}

.ts-grid-panel li a {
    color: #BCBCBC;
    display: inline-block;
    font-size: 1.8rem;
    height: 3.5rem;
    line-height: 3.5rem;
    text-align: center;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 2.5rem;
    padding: 0 5px;
    margin-top: -1px;
}

.ts-grid-panel li a.active {
    color: #4E4E4E;
}

.sorting-option,
.sorting-option2 {
    height: 3.5rem;
    line-height: 3.5rem;
    width: 18rem !important;
    font-size: 1.3rem;
    border: 1px solid #E1E1E1;
    background: #fff;
    color: #4E4E4E;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    outline: none;
    text-transform: uppercase;
    margin-left: 1.5rem;
}

.sorting-option2 {
    width: 6rem !important;
}

.filter-item-title {
    margin-top: 3rem;
    margin-bottom: 1.2rem;
    color: #4E4E4E;
    font-size: 14px;
}

.price-filter-item {
    margin-top: 0px;
    margin-bottom: 2rem;
    color: #4E4E4E;
    font-size: 14px;
}

.price-filters {
    margin-top: 20px;
}

.price-filters input {
    background: #fff;
    border: 1px solid #E1E1E1;
    padding: 5px 3px 4px 8px;
    text-align: left;
    width: 41%;
    font-size: 15px;
    vertical-align: middle;
    height: 33px;
    color: #4E4E4E;
    border-radius: 4px;
}

.price-separator {
    width: 10%;
    display: inline-block;
    text-align: center;
}

.price-separator span {
    width: 14px;
    display: inline-block;
    height: 2px;
    background: #9d9c9c;
}

.ui-slider {
    font-size: 0.6em;
    width: calc(100% - 2.4em);
}

.ui-widget-header {
    background: #fff;
    color: #fff;
}

.ui-slider-horizontal {
    height: 5px;
}

.ui-slider-horizontal .ui-slider-handle {
    top: -.4em;
    margin-left: -.6em;
}

.ui-slider .ui-slider-handle {
    background-color: #fff;
    background-blend-mode: multiply;
    font-size: 2em;
    margin-top: -1px;
    border-radius: 50%;
    border-color: var(--dynamic-color);
    outline: none;
}

.ui-slider .ui-slider-range {
    background-color: var(--dynamic-color);
    background-blend-mode: multiply;
}

.ui-widget-content {
    border: none;
    background: #E1E1E1;
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 17px;
    height: 17px;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    border: 4px solid var(--dynamic-color);
    background: #fff;
    color: #fff;
}

@media only screen and (max-width: 767px) {
    .product-filter.sm-category-title{
        display:block;
    }
    .product-filter{
        display: none;
    }
    .product-filter-right .sm-device-filter h4{
        display:block;
    }
}
@media only screen and (max-width: 575px) {
    .product-filter-right .sm-device-filter &gt; span{
        display:block;
    }
    .product-filter-right .sm-device-filter h4{
        display:none;
    }
}
@media only screen and (max-width: 450px) {
    .sorting-option, .sorting-option2 {
        width: 15rem !important;
        font-size: 1.3rem;
        margin-left: 1rem;
        padding-left: 1rem;
    }
    .sorting-option .option, .sorting-option2 .option {
        padding-left: 1rem;
    }
    .sorting-option2 {
        width: 5rem !important;
    } 
}

@media only screen and (max-width: 400px) {
    .sorting-option, .sorting-option2 {
        width: 14rem !important;
        font-size: 1.2rem;
    }
    .sorting-option2 {
        width: 5rem !important;
    }
}

.list-item-inner{
    display: flex;
    flex-direction: row;
}
.list-item-inner:hover {
    box-shadow: 0px 0px 20px #2946781A;
}

.list-item-inner .item-img-badge {
    position: relative;
    text-align: center;
    transition: all .3s ease-in-out;
}

.list-item-inner .item-img-badge .item-img{
    width: 180px;
    height: 180px;
    overflow: hidden;
    display: inline-block;
}

.list-item-inner .item-img-badge img {
    width: 100%;
    height: 100%;
}

.list-item-inner .item-img-badge .item-badge-wrapper {
    position: absolute;
    left: 11px;
    top: 11px;
}

.list-item-inner .item-img-badge .item-badge {
    display: block;
    text-align: center;
    border-radius: 2px;
    padding: 0 6px;
    font-size: 12px;
    text-transform: uppercase;
    transition: all .3s ease-in-out;
    height: 18px;
    line-height: 20px;
    margin-bottom: 5px;
    font-weight: 500;
}

.list-item-inner .item-content {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.list-item-inner .item-content .item-content-left {
    margin-right: 45px;

}

.list-item-inner .item-content .item-brand {
    display: inline-block;
    color: #4e4e4e;
    font-size: 12px;
    font-weight: 500;
    height: 25px;
}

.list-item-inner .item-content .item-title{
    height: 60px;
}

.list-item-inner .item-content .item-title &gt; a {
    font-weight: normal;
    font-size: 16px;
    color: #4E4E4E;
    text-decoration: none;
    letter-spacing: 0;
    line-height: 20px;
    display: inline-block;
}

.list-item-inner .item-content ul.item-action{
    display: flex;
    margin-top: 8px;
}
.list-item-inner .item-content ul.item-action  li {
    display: inline-block;
    margin-right: 10px;
    list-style: none;
}

.list-item-inner .item-content ul.item-action li &gt; span,.item-sm-content-right span {
    height: 30px;
    line-height: 27px;
    display: block;
    font-size: 15px;
    text-align: center;
    padding: 0 6px;
    border: 1px solid #e1e1e1;
    color: #4e4e4e;
    border-radius: 4px;
    cursor: pointer;
    text-transform: uppercase;
}

.list-item-inner .item-content ul.item-action li &gt; span.active{
    color: #dc0345;
    opacity: 1;
    visibility: visible;
}

.list-item-inner .item-content .item-lg-content-right {
    display: none;
}

.list-item-inner .item-lg-content-right .item-content,.list-item-inner .item-sm-content-right{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    height: 100%;
}

.list-item-inner .item-content .item-price {
    font-size: 2.2rem;
    display: inline-block;
    color: #4e4e4e;
}

.list-item-inner .item-content .item-old-price &gt; span {
    font-size: 12px;
    color: #4e4e4e;
    text-decoration: line-through;
}

.list-item-inner .item-content .item-old-price .off-percent {
    color: var(--dynamic-color);
    text-decoration: none;
    margin-left: 15px;
    margin-top: 7px;
    display: inline-block;
}

.list-item-inner .item-content span.add__cart,.list-item-inner .item-content a.see-option-btn,.list-stockout-btn{
    font-size: 16px;
    background: var(--dynamic-color);
    color: #fff;
    padding: 0px 15px;
    height: 30px;
    line-height: 32px;
    display: inline-block;
    border-radius: 4px;
    cursor: pointer;
    margin-bottom: 10px;
    width: 130px;
    text-align: center;
}
.list-stockout-btn{
    background: #fff;
    color: #4e4e4e;
    border:1px solid #e1e1e1;
}

@media (min-width: 768px) {
    .list-item-inner .item-content .item-lg-content-right {
        display: block;
       width:22%;
    }
}

@media (max-width: 575px) {
    .list-item-inner:hover {
        box-shadow: none;
    }
    .list-item-inner .item-content .item-content-left {
        margin-right: 10px;
    }
    .list-item-inner .item-img-badge .item-img {
        width: 130px;
        height: 130px;
    }
    .list-item-inner .item-content .item-title {
        height: 0;
    }
    .list-item-inner .item-content .item-brand {
        height: 20px;
    }
    .list-item-inner .item-content .item-price {
        height: 40px;
    }
    .list-item-inner .item-content,.list-item-inner .item-content .item-content-left{
        overflow: hidden;
    }
    .list-item-inner .item-content .item-title &gt; a{
        white-space: nowrap;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .list-item-inner .item-content span.add__cart{
        text-align: center;
        padding: 0 6px;
        border: 1px solid #e1e1e1;
        background-color: #fff;
        color:#4e4e4e;
    }
}

.aside-sm-filter{
    width: 320px;
    position: fixed;
    left: 0%;
    z-index: 999999;
    background: #fff;
    top: 0;
    height: 100vh;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 21px 36px;
    overflow-y: auto;
    transform: translateX(-100%);
    transition: transform 0.3s 0s, visibility .3s .2s;
}

.aside-sm-filter.menu-is-active {
    transform: translateX(0%);
    transition: transform 0.3s 0s, visibility 0s 0s;
}
@media screen and (max-width: 575px) {
    .page-link {     
        font-size: 1.5rem;
        border-radius: 5px;
        margin: 0 5px;
    }
    .page-link:hover {
        z-index: 2;
        color: #0056b3;
        text-decoration: none;
        background-color: #fff;
    }
}

label {
    display: block;
    margin: 8px 0;
    user-select: none;
    font-size: 14px;
    text-transform: capitalize;
}
.custom-checkbox {
    position: relative;
}

.custom-checkbox label {
    margin-top: 10px;
    padding-left: 30px;
}

.custom-checkbox input[type="checkbox"] {
    display: none;
}

input[type="checkbox"]+.box:after {
    position: absolute;
    left: 4px;
    top: 3px;
    margin-top: -5px;
    margin-left: -4px;
    display: inline-block;
    content: ' ';
    width: 20px;
    height: 20px;
    border: 1px solid #E1E1E1;
    border-radius: 4px;
    background-color: #fff;
    z-index: 2;
    cursor: pointer;
}

input[type="checkbox"]:checked+.box:after {
    background-color: #fff;
    border-color: var(--dynamic-color);
    border-width: 2px;
}

input[type="checkbox"]:checked+.box:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    left: 8px;
    top: 2px;
    width: 5px;
    height: 10px;
    border-width: 2px;
    border-style: solid;
    border-top: 0;
    border-left: 0;
    border-color: var(--dynamic-color);
    content: '';
    z-index: 3;
}

.quick__view__modal .modal-content .modal-body {
    padding: 10px 30px 30px;
}

.quick__view__modal .modal-header {
    border-bottom: 0;
}

.quick__view__modal .modal-header .close {
    font-size: 30px;
    cursor: pointer;
}

.gallery-thumbs {
    margin-top: 15px;
}

.gallery-thumbs .swiper-slide-thumb-active img {
    border: 2px solid var(--dynamic-color);
}

.gallery-thumbs .swiper-slide img {
    height: 60px;
    width: 60px;
}

.gallery-top .swiper-slide img {
    height: 300px;
    width: 300px;
}

.product-details-wrapper .product-details-wrapper:hover {
    z-index: 9999;
}

.product-details-wrapper .brand-stock_status{
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}
@media screen and (max-width: 991px) {
    .product-details-wrapper .brand-stock_status{
        margin-top: 35px;
    }
}

.brand-stock_status .in-stock,.brand-stock_status .out-of-stock  {
    font-size: 12px;
    color: #4e4e4e;
    margin-right: 25px;
    text-transform: uppercase;
}
.brand-stock_status .in-stock &gt; i,.brand-stock_status .out-of-stock &gt; i{
    color: #02cb87;
    display: inline-block;
    margin-right: 5px;
    margin-top: -3px;
    font-size: 13px;
}

.brand-stock_status .out-of-stock &gt; i{
    color: #e40d0db8;
}

.product-details-wrapper .brand-stock_status .brand-name{
    font-size: 12px;
    color: #0D0B47;
    text-transform: capitalize;
    font-weight: 500;
}

.product-details-wrapper .product-name-rating {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 10px;
}

.product-details-wrapper .product-name-rating .product-name {
    font-size: 24px;
    color: #4e4e4e;
    font-weight: 500;
    line-height: 1.4;
}

@media screen and (max-width: 991px) {
    .product-details-wrapper .product-name-rating .product-name {
        font-size: 20px;
    }
}

.product-details-wrapper .product-name-rating .rating-container {
    text-align: right;
    display: flex;
    align-items: center;
}

.product-details-wrapper .product-price {
    display: flex;
    align-items: center;
}

.product-details-wrapper .product-price .new-price {
    color: var(--dynamic-color);
    font-size: 30px;
    font-weight: 500;
}

.product-details-wrapper .product-price .old-price {
    margin-left: 18px;
    font-size: 15px;
    color: #6e6e6e;
    text-decoration: line-through;
}

.product-details-wrapper .color-wrapper .color-title,.product-details-wrapper .size-wrapper .size-title{
    text-transform: uppercase;
    margin: 10px 0 5px;
    font-size: 14px;
    font-weight: 500;
}

label {
    display: block;
    margin: 8px 0;
    user-select: none;
    font-size: 14px;
    text-transform: capitalize;
    cursor: pointer;
}

input[type=radio] {
    background-color: #fff;
    border: 1px solid #d4d4d4;
    border-radius: 50px;
    cursor: pointer;
    display: inline-block;
    height: 16px;
    width: 16px;
    position: relative;
    outline: none;
    vertical-align: middle;
    margin-right: 5px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}

input[type=radio]:checked {
    border: 1px solid #0077FF;
    background: #fff;
}

input[type=radio]:after {
    background-color: #0077FF;
    border-radius: 50px;
    content: '';
    height: 16px;
    width: 16px;
    position: absolute;
    left: -1px;
    top: -1px;
    pointer-events: none;
    overflow: hidden;
    transform: scale(0);
}

input[type=radio]:checked:after {
    background-color: #006eec;
    border-color: #fd080800;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    transition: all .2s ease;
}

.color-item,
.color-item input {
    position: relative;
    overflow: hidden;
    width: 26px;
    height: 26px;
    border-radius: 50px;
}

.color-item {
    display: inline-block;
    margin-right: 8px;
}

.color-item input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 2;
    cursor: pointer;
}

.color-item i {
    content: "";
    display: inline-block;
    position: absolute;
    top: 1px;
    left: 2px;
    width: 7px;
    height: 12px;
    border: 2px solid #fff;
    border-left: none;
    border-top: none;
    transform: translate(7.75px, 4.5px) rotate(45deg);
    opacity: 0;
}

.color-item input:checked+i {
    opacity: 1;
}

.product-details-wrapper .cart-buy-favourite {
    margin: 20px 0;
    display: flex;
}

.product-details-wrapper .cart-buy-favourite .add__cart,.product-details-wrapper .cart-buy-favourite .buy-btn {
    width: 250px;
    height: 40px;
    line-height: 42px;
    color: var(--dynamic-color);
    background: #fff;
    border: 1px solid var(--dynamic-color);
    font-size: 16px;
    font-weight: 500;
    padding: 0 20px;
    border-radius: 4px;
    outline: none;
    text-transform: uppercase;
    margin-right: 20px; 
    transition: all .3s ease;
}
.product-details-wrapper .cart-buy-favourite .add__cart:hover{
    background: var(--dynamic-color);
    border: 1px solid var(--dynamic-color);
    color:#fff
}
.product-details-wrapper .cart-buy-favourite .buy-btn{
    width: 200px;
    background: var(--dynamic-color);
    border: 1px solid var(--dynamic-color);
    color:#fff;
}
.product-details-wrapper .cart-buy-favourite .buy-btn:hover{
    color:  var(--dynamic-color);
    border: 1px solid var(--dynamic-color);
    background: #fff;
}

.product-details-wrapper .cart-buy-favourite .fav {
    border: 1px solid #e1e1e1;
    border-radius: 4px;
    font-size: 20px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    color: #4e4e4e;
    cursor: pointer;
}

.product-details-wrapper .cart-buy-favourite .fav.active {
    color: #ff0077;
}

.product-details-wrapper .aditional-infos-row {
    margin-bottom: 15px;
}

.product-details-wrapper .aditional-infos-row .info-title,.social-share .info-title{
    text-transform: uppercase;
    color: #4d4d4d;
    font-size: 14px;
    font-weight: 500;
}

.product-details-wrapper .aditional-infos-row .info-item .item {
    color: var(--dynamic-color);
    font-weight: 500;
    font-size: 13px;
    margin: 3px 0 0 2px;
    display: inline-block;
    text-transform: capitalize;
    transition: 0.3s ease-in-out;
}

.product-details-wrapper .aditional-infos-row .info-item .item:hover {
    text-decoration: underline;
}

.a2a_default_style .a2a_count, .a2a_default_style .a2a_svg, .a2a_floating_style .a2a_svg, .a2a_menu .a2a_svg, .a2a_vertical_style .a2a_count, .a2a_vertical_style .a2a_svg {
    border-radius: 20px!important;
}

.a2a_svg {
    width: 27px!important;
    height: 27px!important;
    line-height: 27px!important;
    padding: 3px!important;
}</pre></body></html>