﻿:root{--swiper-theme-color:#6c757d;--swiper-navigation-size:30px;--bs-primary-rgb:255,9,106;}input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0;}input[type=number]{-moz-appearance:textfield;}.fantasy-overflow ::-webkit-scrollbar{width:6px;height:12px;background:transparent;}.fantasy-overflow ::-webkit-scrollbar-track{border-radius:10px;background:transparent;}.fantasy-overflow ::-webkit-scrollbar-thumb{width:5px;border-radius:10px;background:#f8f8f8;}.fantasy-overflow ::-webkit-scrollbar-thumb:hover{background:#000;}.fantasy-overflow ::-webkit-scrollbar-thumb:active{background:#ff096a;}a{text-decoration:none;}a[target=_blank]{cursor:alias;}input[type=password]{font-family:Verdana,Geneva,Tahoma,sans-serif;}.no-overflow{overflow:hidden;}.text-ellipsis{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}.line-clamp2{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}.line-clamp3{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;}.base-box{border:1px solid #d9d9d9;padding:1rem;border-radius:.7rem;background:#fff;}.required{font-size:20px;color:#cd5c5c;}.optional{font-size:smaller;color:#6c757d;}.disabled{pointer-events:none;filter:none;opacity:.5;}.title{margin-bottom:.5rem;}.separator::before{content:"|";margin:.33333333rem;}.avatar{border:3px solid #fff;background:#fff;border-radius:50%;object-fit:cover;}.result,.warning,.no-result,.no-data{font-weight:bold;}.fontawesome-light{font-family:'Font Awesome 5 pro';font-weight:300;}.fontawesome-solid{font-family:'Font Awesome 5 pro';font-weight:900;}.fontawesome-regular{font-family:'Font Awesome 5 pro';font-weight:400;}.btn.active i{font-weight:bold;}.ajax-loading-block-window{position:fixed;top:50%;left:50%;width:60px;height:60px;text-align:center;-webkit-animation:sk-rotate 2s infinite linear;animation:sk-rotate 2s infinite linear;z-index:1050;}.ajax-loading-block-window .dot1,.ajax-loading-block-window .dot2{width:60%;height:60%;display:inline-block;position:absolute;top:0;background-color:#ff096a;border-radius:100%;-webkit-animation:sk-bounce 2s infinite ease-in-out;animation:sk-bounce 2s infinite ease-in-out;}.ajax-loading-block-window .dot2{top:auto;bottom:0;-webkit-animation-delay:-1s;animation-delay:-1s;}@-webkit-keyframes sk-rotate{100%{-webkit-transform:rotate(360deg);}}@keyframes sk-rotate{100%{transform:rotate(360deg);-webkit-transform:rotate(360deg);}}@-webkit-keyframes sk-bounce{0%,100%{-webkit-transform:scale(0);}50%{-webkit-transform:scale(1);}}@keyframes sk-bounce{0%,100%{transform:scale(0);-webkit-transform:scale(0);}50%{transform:scale(1);-webkit-transform:scale(1);}}.full-description a:not(.btn),.news-item-page .news-body a:not(.btn),.blogpost-page .post-body a:not(.btn),.topic-page .page-body a:not(.btn){text-decoration:underline;}hr{margin:1rem 0;border-color:#d9d9d9;}label{user-select:none;}caption{padding-top:0;}.text-primary{color:#ff096a!important;}.text-secondary{color:#000!important;}.text-muted{color:#6c757d!important;}.bg-light{background-color:#f8f8f8!important;}.bg-primary{background:#ff096a!important;}.bg-secondary{background:#000!important;}.progress-bar{background-color:#ff096a;color:#fff;}.alert{position:relative;border:0;border-left:3rem solid;min-height:50px;}.alert::before{position:absolute;font-family:'Font Awesome 5 pro';font-weight:900;left:-2rem;color:#fff;}.alert.alert-success{border-color:var(--bs-success);}.alert.alert-success::before{content:"";}.alert.alert-info{border-color:var(--bs-info);}.alert.alert-info::before{content:"";}.alert.alert-warning{border-color:var(--bs-warning);}.alert.alert-warning::before{content:"";}.alert.alert-danger{border-color:var(--bs-danger);}.alert.alert-danger::before{content:"";}.alert.alert-secondary.no-result,.alert.alert-secondary.no-data{border-color:#6c757d;}.alert.alert-secondary.no-result::before,.alert.alert-secondary.no-data::before{content:"";}.alert.alert-reward-point{background-color:#fef0a7;border-color:#ffd700;}.alert.alert-reward-point::before{content:"";color:#000;}.pagination{margin-top:1rem;justify-content:center;}.page-link{background:#fff;border-color:#d9d9d9;border-radius:0!important;min-width:33.5px;}.page-link:hover{background-color:#f8f8f8;}.page-item.active .page-link{background-color:#ff096a;color:#fff;border-color:#ff096a;}.btn{border-radius:.25rem;}.btn:not(:disabled):not(.disabled).active:active,.btn:not(:disabled):not(.disabled):active:active,.show>.btn.dropdown-toggle:active{color:#fff;border-color:#000;background:#000;}.btn-light{background-color:#f8f8f8;border-color:#f8f8f8;}.btn-light:hover,.btn-light:focus{background-color:#ebebeb;border-color:#ebebeb;}.btn-brand{background-color:#ff096a;border-color:#ff096a;}.btn-brand:hover,.btn-brand:focus{background-color:#ef005e;border-color:#ef005e;}.btn-primary{background-color:#ff096a;border-color:#ff096a;color:#fff;}.btn-primary:hover,.btn-primary:focus{background-color:#ef005e;border-color:#ef005e;}.btn-outline-primary{color:#ff096a;border-color:#ff096a;}.btn-outline-primary:hover,.btn-outline-primary:focus{color:#fff;border-color:#ff096a;background-color:#ff096a;}.btn-secondary{background-color:#000;border-color:#000;}.btn-secondary:hover,.btn-secondary:focus{background-color:#0d0d0d;border-color:#0d0d0d;}.btn-outline-secondary{color:#000;border-color:#000;}.btn-outline-secondary:hover,.btn-outline-secondary:focus{color:#fff;border-color:#000;background-color:#000;}.form-floating::before{display:none;}.form-control,.form-select{border-color:#d9d9d9;background-color:#fff;border-radius:.25rem;}.form-control.input-validation-error{border-color:var(--bs-danger);animation:shake-hard .3s ease-in-out;}.form-control:hover{border-color:#ff096a;}.form-control:focus{box-shadow:0 0 0 .2rem rgba(255,9,106,.75)!important;border-color:#ff096a;}.page-link{color:#212529;border-color:#d9d9d9;}.nav-tabs{border-bottom-color:#d9d9d9;}.nav-tabs .nav-item .nav-link{background:none;color:#6c757d;border:0;border-radius:0;}.nav-tabs .nav-item .nav-link.active{color:#212529;border-bottom:2px solid #ff096a;}.card{background-color:#fff;border-color:#d9d9d9;border-radius:.7rem;}.card-header,.card-footer{background-color:#f8f8f8;border-color:#d9d9d9;}.btn-link{text-decoration:none;}.btn-link:hover,.btn-link:focus{text-decoration:underline;}.list-group-item.active,.list-group-item.active:focus,.list-group-item.active:hover{background-color:#000;border-color:#000;color:#fff;}.dropdown-menu{background:rgba(255,255,255,.9);-wekit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:.7rem;box-shadow:0 .5rem 1rem rgba(0,0,0,.15);}@media(min-width:768px){.dropdown-menu{margin-top:0;}.dropdown-menu .dropdown-item{padding-top:.5rem;padding-bottom:.5rem;}.dropdown:hover>.dropdown-menu{display:block;}.dropdown:hover>.dropdown-menu.dropdown-menu-end{inset-inline-end:1px;inset-inline-start:auto;}.dropdown:hover>.dropdown-menu.dropdown-menu-start{inset-inline-end:auto;inset-inline-start:1px;}}.dropdown-item:focus,.dropdown-item:hover{background-color:#f2f2f2;}.dropdown-item.active{background-color:#000;}.dropdown-divider{border-top-color:#d9d9d9;}@media(min-width:768px){.modal-dialog{margin-top:50px!important;}}body{background-color:#fff;color:#212529;}@media(max-width:767px){.breadcrumb{overflow-x:auto;overflow-y:hidden;flex-wrap:nowrap;}.breadcrumb .breadcrumb-item+.breadcrumb-item::before{float:none;}}@media(max-width:767px){.breadcrumb .breadcrumb-item{white-space:nowrap;}}.breadcrumb .breadcrumb-item>a{color:#212529;}.breadcrumb .breadcrumb-item.active{color:#6c757d;}.navbar-toggler{border-color:#d9d9d9;}.navbar-toggler .icon-bar{display:block;width:22px;height:2px;background:#212529;border-radius:1px;transition:.15s ease-in-out;}.navbar-toggler .icon-bar+.icon-bar{margin-top:4px;}.navbar-toggler:not(.collapsed)>.icon-bar:nth-child(1){transform:rotate(45deg) translate(4px,4px);}.navbar-toggler:not(.collapsed)>.icon-bar:nth-child(2){opacity:0;visibility:hidden;}.navbar-toggler:not(.collapsed)>.icon-bar:nth-child(3){transform:rotate(-45deg) translate(4px,-4px);}.tooltip,input[text]{font-family:inherit;}.terms-of-service{margin-bottom:1rem;}.breadcrumb a,.product-name a,.category-item a{text-decoration:none;}.breadcrumb a:hover,.product-name a:hover,.category-item a:hover,.breadcrumb a:focus,.product-name a:focus,.category-item a:focus{text-decoration:underline;}.tags .title{color:#6c757d;margin-bottom:0;}.fieldset>.form-fields{margin-bottom:2rem;}.form-fields{padding:1rem;background-color:#f8f8f8;border-radius:.7rem;}@media(min-width:768px){.form-fields{padding-left:25%;padding-right:25%;}}@media(min-width:1400px){.form-fields{padding-left:30%;padding-right:30%;}}.section{margin-bottom:1.5rem;}.section .title{margin:1rem 0 .33333333rem;}.section .info,.section .details{list-style:none;margin:0 0 .5rem;padding:1rem;font-weight:bold;color:#4e5862;background-color:#f8f8f8;}.section .info>li,.section .details>li{line-height:1.3em;}.section .info>li label,.section .details>li label{font-weight:normal;}.bar-notification{position:fixed!important;left:50%;width:85%;max-width:540px;top:2rem;z-index:1060;box-shadow:0 0 2rem rgba(0,0,0,.25);transform:translateX(-50%);}.message{margin:3px 0 .33333333rem;font-size:smaller;font-weight:bold;}.validation-summary-errors{color:var(--bs-danger);font-weight:normal;}.field-validation-valid{font-weight:bold;color:var(--bs-success);}.field-validation-error{font-weight:bold;color:var(--bs-danger);}.field-validation-error::before{content:"";font-family:'Font Awesome 5 pro';font-weight:900;margin-right:.33333333rem;}.message-error ul,.poll-vote-error ul,.password-error ul,.external-auth-errors ul{margin-bottom:0;}ul.message-error{padding-top:1rem;padding-bottom:1rem;}ul.item-grid,.swiper-wrapper{padding:0;list-style:none;margin:0;}.info-date-picker{display:grid;grid-template-columns:auto auto auto;grid-gap:1rem;}.eu-cookie-bar-notification{position:fixed;width:100%;bottom:0;left:0;right:0;padding:2rem 0;text-align:center;background-color:rgba(0,0,0,.95);color:#fff;z-index:1100;}.eu-cookie-bar-notification .close{position:absolute;top:1rem;right:1rem;font-size:2em;color:#fff;text-shadow:none;}.add-button{height:100%;}.add-button>button{display:block;border:2px dashed #d9d9d9;padding:2rem 1rem;width:100%;height:100%;min-height:100px;cursor:pointer;transition:.15s ease-in-out;}.topic-block{margin-bottom:1rem;}.page{margin-bottom:1.5rem;}.page-body{min-height:350px;}.page-title{margin-bottom:1rem;}.page-description{margin-top:1.5rem;margin-bottom:1rem;padding:1rem;border:1px solid #d9d9d9;border-radius:.7rem;}.page-description .page-title{font-size:medium;position:relative;}.page-description .page-title span{background:#fff;padding-inline-end:1rem;}.page-description .page-title span::before{content:'';position:absolute;top:50%;width:100%;border-bottom:1px solid;z-index:-1;}.page-description .description-context.overflow-hidden{position:relative;max-height:200px;}.page-description .description-context.overflow-hidden::after{content:'';position:absolute;bottom:0;inset-inline:0;height:30px;background:linear-gradient(transparent,#fff);}.page-description .description-more-button.active i{transform:rotate(180deg);}.topic-page .page-body img{max-width:100%;}.rating{color:#bcc1c6;}.rating .colorStar{color:#ffd700;}.poll{margin-bottom:1rem;}.poll .poll-display-text{font-weight:bold;margin-bottom:.5rem;}.poll .poll-total-votes{color:#6c757d;}.poll .poll-results .answer{margin-bottom:.33333333rem;position:relative;}.poll .poll-results .progress-wrapper{display:-webkit-box;display:-ms-flexbox;display:-moz-box;display:-webkit-flex;display:flex;}.poll .poll-results .progress-wrapper .progress{width:100%;}.poll .poll-results .progress-wrapper .vote-percent{width:120px;font-size:.75em;margin-left:.5rem;}.table-wrapper{margin-bottom:1.5rem;}.table-wrapper .table{margin-bottom:0;}.table-wrapper+.tax-shipping-info{margin-top:-1rem;}.store-logo{text-align:center;margin-bottom:.5rem;}@media(min-width:768px){.store-logo{margin-bottom:0;text-align:start;}}.store-logo img{max-height:40px;width:auto;object-fit:contain;object-position:center;max-width:100%;}@media(min-width:768px){.store-logo img{object-position:left;}}.store-logo .store-name{position:absolute;clip:rect(1px,1px,1px,1px);}.store-search-box{width:100%;max-width:550px;}.search-box{position:relative;transition:.15s ease-in-out;}.search-box ul{padding:0;list-style:none;}.search-box .search-box-button{position:absolute;top:0;left:0;background:none;color:#6c757d;}.search-box .search-box-button:hover,.search-box .search-box-button:focus{color:#ff096a;}.search-box .search-box-text{padding-left:38px;background-color:#f8f8f8;border-color:transparent;}.search-box .search-box-text:focus{font-weight:bold;}.search-box .ui-widget-content{border-color:#d9d9d9;padding:0;top:calc(100% - 1px);z-index:1050;width:100%!important;font-size:inherit;background-color:#fff;}.search-box .ui-widget-content .ui-menu-item{list-style-image:none;}.search-box .ui-widget-content .ui-menu-item a{display:block;color:#6c757d;padding-top:.33333333rem;padding-bottom:.33333333rem;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;transition:.15s ease-in-out;text-decoration:none;cursor:pointer;}.search-box .ui-widget-content .ui-menu-item a img{margin:0 1rem 0 .5rem;}.search-box .ui-widget-content .ui-menu-item a:hover{background-color:#f8f8f8;color:#212529;font-weight:normal;}.search-box .ui-autocomplete-loading+.search-loader{display:block;}@media(max-width:767px){.search-box.active{position:absolute;right:1rem;left:1rem;}}.search-box.active form{position:relative;z-index:1051;margin:1px;}.search-box.active .search-box-text:focus,.search-box.active .search-box-text.valid{border:0;outline:0;box-shadow:none!important;}.search-box.active .ui-widget-content{position:absolute!important;padding-top:40px;top:-1px!important;left:0!important;box-shadow:0 .5rem 1rem rgba(0,0,0,.15);border-radius:.7rem;}.ui-helper-hidden-accessible{display:none!important;}.search-loader{display:none;position:absolute;top:30%;border-radius:50%;width:20px;height:20px;right:52px;border-width:3px;border-color:rgba(0,0,0,.2);border-style:solid;border-bottom-color:#ff096a;z-index:10;-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);-webkit-animation:searchLoader 1.1s infinite linear;animation:searchLoader 1.1s infinite linear;}@-webkit-keyframes searchLoader{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg);}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg);}}@keyframes searchLoader{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg);}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg);}}.store-header{background-color:#fff;padding:.5rem 0;position:sticky;top:0;z-index:1021;}.store-header .navbar-toggler{padding:0;flex-basis:auto;}.store-header .navbar-toggler .icon-bar{display:block;width:20px;height:3px;transition:.15s ease-in-out;background-color:#212529;}.store-header .navbar-toggler .icon-bar+.icon-bar{margin-top:4px;}@media(max-width:767px){.store-header .header-selectors-wrapper{margin:1rem auto;text-align:center;}.store-header .header-selectors-wrapper .nav{display:block;}.store-header .header-selectors-wrapper .nav>li>a{padding:6px 10px;border:1px solid #d9d9d9;display:inline-block;min-width:200px;}.store-header .header-selectors-wrapper .nav>li+li{margin-top:4px;}.store-header .header-links-wrapper{text-align:center;margin-bottom:1rem;}.store-header .header-links-wrapper .nav{display:block;}.store-header .header-links-wrapper .nav .nav-item{display:inline-block;}}.top-menu{padding:0;position:sticky;top:54px;background:#fff;box-shadow:0 1px 0 rgba(0,0,0,.14),0 2px 0 rgba(0,0,0,.05);transition:.15s ease-in-out;transform:translateY(0);z-index:1020;margin-bottom:1rem;}.top-menu.hidden{-webkit-transform:translateY(-100%);-moz-transform:translateY(-100%);-ms-transform:translateY(-100%);-o-transform:translateY(-100%);transform:translateY(-100%);}.top-menu .navbar-nav{position:relative;}.top-menu .navbar-nav>.vr{align-self:center;}.top-menu .navbar-nav .dropdown-menu{border:0;padding:0;}.top-menu .navbar-nav .nav-item .nav-link{color:#212529;}.top-menu .navbar-nav>.nav-item>.nav-link{white-space:nowrap;position:relative;padding-top:1rem;padding-bottom:1rem;}.top-menu .navbar-nav>.nav-item>.nav-link i{color:#6c757d;}.top-menu .navbar-nav>.nav-item>.nav-link::after{content:"";position:absolute;bottom:0;right:0;width:100%;height:2px;visibility:hidden;background-color:#ff096a;transition:.15s ease-in-out;transform:scale(0);transform-origin:center center;}.top-menu .navbar-nav>.nav-item:hover>.nav-link::after{visibility:visible;transform:scale(1);}.top-menu-categories{position:static;}.top-menu-categories>.nav-link{font-weight:bold;}.top-menu-categories .nav-item .nav-link{padding-top:.33333333rem;padding-bottom:.33333333rem;}.top-menu-categories .nav-item .nav-link:hover{color:#ff096a;}.top-menu-categories .dropdown-menu{border-radius:0;}.top-menu-categories .dropdown-menu .dropdown .dropdown-toggle{font-weight:bold;}.top-menu-categories .dropdown-menu .dropdown .dropdown-toggle::after{display:none;}.top-menu-categories>.dropdown-menu{width:100%;}.top-menu-categories>.dropdown-menu>.nav-item{background-color:#f8f8f8;position:static;width:23%;}.top-menu-categories>.dropdown-menu>.nav-item>.nav-link{padding:1rem;}.top-menu-categories>.dropdown-menu>.nav-item:hover>.nav-link{background-color:#fff;}.top-menu-categories>.dropdown-menu>.dropdown>.nav-link::after{display:none;}.top-menu-categories>.dropdown-menu>.dropdown>.dropdown-menu{top:0;width:77%;inset-inline-start:23%;height:100%;-webkit-columns:4 130px;-moz-columns:4 130px;columns:4 130px;overflow:auto;padding:1rem/2;column-fill:auto;}.top-menu-categories>.dropdown-menu>.dropdown>.dropdown-menu .dropdown-menu{display:block;inset-inline-end:auto;}.top-menu-categories>.dropdown-menu>.dropdown>.dropdown-menu .dropdown-toggle{border-inline-start:2px solid #ff096a;}.top-menu-categories>.dropdown-menu .dropdown .dropdown-menu{box-shadow:none;border:0;}.top-menu-categories>.dropdown-menu .dropdown .dropdown-menu .dropdown-menu{position:relative;}.top-menu-categories>.dropdown-menu .dropdown .dropdown-menu .dropdown-menu .nav-link{color:#6c757d;}.top-menu-categories>.dropdown-menu .dropdown .dropdown-menu .dropdown-menu .nav-link:hover{color:#ff096a;}.store-header-mobile{background-color:#fff;padding:1rem;min-height:50px;position:sticky;top:0;transition:.15s ease-in-out;will-change:padding;z-index:1040;}.store-header-mobile.is-sticky{padding-block:.5rem;box-shadow:0 .5rem 1rem rgba(0,0,0,.15);z-index:1040;}.store-header-mobile .navbar-toggler:not(.collapsed){position:fixed;width:100%;height:100%;top:0;left:0;bottom:0;right:0;text-align:right;border:0;background:rgba(0,0,0,.4);cursor:default;z-index:1040;border-radius:0;transition:.15s ease-in-out;outline:0;}.store-header-mobile .navbar-toggler:not(.collapsed) .icon-bar{display:none;}.store-header-mobile .navbar-toggler:not(.collapsed)::after{content:"";position:absolute;font-family:'Font Awesome 5 pro';font-size:x-large;top:0;inset-inline-end:0;margin:1rem;color:#212529;}.aside-header{position:fixed;visibility:hidden;height:100%;width:85%;max-width:380px;top:0;bottom:0;inset-inline-start:-380px;overflow-y:auto;background:#fff;z-index:1041;transition:.15s ease-in-out;}.aside-header.show{visibility:visible;inset-inline-start:0;box-shadow:0 0 15px rgba(0,0,0,.2);}.aside-header.show::after{display:block;}.aside-header .header-selectors-wrapper{padding:1rem;}.aside-header .header-selectors-wrapper .header-selectors{max-width:220px;margin:auto;}.aside-header .header-selectors-wrapper .header-selectors select:not(:last-child){margin-bottom:.5rem;}.aside-header .header-customer-wrapper{position:relative;border-top:1px solid #d9d9d9;border-bottom:1px solid #d9d9d9;margin-bottom:1rem;}.aside-header .header-customer-wrapper .nav-link{padding-bottom:1rem;padding-top:1rem;color:#212529;}.aside-header .header-customer-wrapper .top-register-link{position:absolute;top:.5rem;inset-inline-end:1rem;}.aside-header .header-customer-wrapper .customer-reward{color:#6c757d;margin-top:.5rem;}.aside-header .header-customer-wrapper .dropdown-toggle::after{top:1rem;}.aside-header .dropdown .dropdown-menu{position:relative!important;width:100%;border:0;border-radius:0;background:#f8f8f8;box-shadow:none;transform:none!important;}.aside-header .dropdown.show>.dropdown-toggle::after{transform:rotate(90deg);}.aside-header .dropdown .dropdown-menu .dropdown-menu{padding-inline-start:1rem;}.aside-header .aside-menu .navbar-nav .nav-item .nav-link{padding-right:1rem;padding-left:1rem;color:#6c757d;}.aside-header .aside-menu .navbar-nav .nav-item:hover .nav-link{color:#212529;}.aside-header .dropdown-toggle::after{content:'';position:absolute;font-family:'Font Awesome 5 pro';inset-inline-end:1rem;top:.5rem;border:0;transition:.15s ease-in-out;}.aside-header .dropdown-toggle.show+.dropdown-menu{display:block;}.aside-header .dropdown-toggle.show::after{transform:rotate(-90deg);}.header-links-wrapper .nav-item{position:relative;}.header-links-wrapper .nav-item .nav-link{color:#6c757d;}.header-links-wrapper .top-login-link .nav-link{padding:10px 12px;border-radius:5px;}.header-links-wrapper .top-login-link .nav-link i{color:#212529;}.header-links-wrapper .top-cart-link{position:relative;}.notify{min-width:22px;height:22px;background-color:#ff096a;color:#fff;border-radius:50rem;font-size:.714rem;line-height:20px;text-align:center;font-weight:900;position:absolute;top:4px;inset-inline-start:0;border:2px solid #fff;}.notify:empty{display:none;}.admin-links{position:fixed;right:0;top:100px;border-radius:.25rem 0 0 .25rem;background-color:#000;border:1px solid #000;border-right-width:0;z-index:1030;}.admin-links>.dropdown-item{border-bottom:1px solid #262626;padding:10px 1rem;display:block;color:#f5f5f5;font-size:1.5em;line-height:0;}.admin-links>.dropdown-item:hover,.admin-links>.dropdown-item:focus{background:#262626;color:#fff;}.admin-links>.dropdown-item span{display:none;}@media(max-width:768px){.admin-links{opacity:.7;}.admin-links:hover{opacity:1;}}.impersonate{position:fixed;right:50px;top:50px;height:80px;width:80px;line-height:90px;text-align:center;color:#fff;background:#000;border-radius:50%;box-shadow:0 0 8px rgba(0,0,0,.3);z-index:1030;}.impersonate .fa-user-secret{font-size:2.5em;}.impersonate .fa-times{position:absolute;top:5px;right:5px;width:20px;height:20px;line-height:20px;text-align:center;background:#000;border-radius:50%;}@media(max-width:768px){.impersonate{opacity:.7;left:20px;}.impersonate:hover{opacity:1;}}.store-footer{background:#fef3f1;margin-top:80px;padding-top:30px;}@media(min-width:768px){.store-footer .footer-block .title{display:none;}}.store-footer .footer-block .nav-link{padding-top:.33333333rem;padding-bottom:.33333333rem;color:#6c757d;}.store-footer .footer-block .nav-link:hover,.store-footer .footer-block .nav-link:focus{color:#212529;text-decoration:underline;}@media(max-width:767px){.store-footer .nav{margin-bottom:1rem;}.store-footer .footer-block:not(.follow-us){margin-bottom:1rem;}.store-footer .footer-block:not(.follow-us) .title{position:relative;border-bottom:1px solid #d9d9d9;padding:.5rem 0;cursor:pointer;}.store-footer .footer-block:not(.follow-us) .title::after{content:"";float:right;font-family:'Font Awesome 5 pro';font-weight:900;font-size:smaller;color:#6c757d;transition:.15s ease-in-out;}.store-footer .footer-block:not(.follow-us) .nav{display:none;}.store-footer .footer-block:not(.follow-us).open .title{border-bottom:0;}.store-footer .footer-block:not(.follow-us).open .title::after{-webkit-transform:rotateX(-180deg);-moz-transform:rotateX(-180deg);-ms-transform:rotateX(-180deg);-o-transform:rotateX(-180deg);transform:rotateX(-180deg);color:#ff096a;}}.footer-upper{position:relative;margin-top:-80px;padding:1rem;text-align:center;background:#000;color:#fff;border-radius:.7rem;}@media(max-width:767px){.footer-upper .row>div:nth-child(even){border-block:1px solid rgba(255,255,255,.5);margin-block:1rem;}}@media(min-width:768px){.footer-upper .row>div:nth-child(even){border-inline:1px solid rgba(255,255,255,.5);}}.footer-upper .title{font-weight:bold;font-size:larger;}.footer-lower{padding:1rem 0;}.footer-powered-by{margin:1rem 0;font-size:smaller;}.social{margin-bottom:1rem;}.networks{padding:0;display:flex;gap:.5rem;justify-content:center;list-style:none;}.networks li a{display:block;padding:.5rem 1rem;background:rgba(255,255,255,.2);font-size:1.5em;color:#fff;border-radius:.25rem;transition:.15s ease-in-out;}.networks li a:hover,.networks li a:focus{background:#ff096a;}.networks .aparat svg{height:1em;vertical-align:-.125em;}.networks .aparat .st0{stroke:#f8f8f8;stroke-width:25;stroke-miterlimit:10;}.networks .aparat .st1{fill:#f8f8f8;}.networks .aparat .st2,.networks .aparat .st0{fill:#6c757d;}.networks .aparat a:hover .st2,.networks .aparat a:hover .st0{fill:#ff096a;}.newsletter{margin-bottom:1rem;}.newsletter .description{color:#6c757d;margin-bottom:.33333333rem;}.theme-selector{max-width:250px;margin:auto;}.store-aside{width:100%;}.store-aside .nav-pills>li:not(.active)>a{color:#212529;}.store-aside .block{margin-bottom:1rem;border-bottom:1px solid #d9d9d9;}.store-aside .block .title{padding:.5rem;font-weight:bold;}.store-aside .block .listbox{margin-top:.5rem;}.store-aside .block .list{margin-bottom:0;}@media(min-width:768px){.store-aside .list-group-item{padding-left:.5rem;padding-right:.5rem;}}.store-aside .view-all{margin-top:.33333333rem;}.store-aside .block:not(.filter-block) .title{cursor:pointer;}.store-aside .block:not(.filter-block) .title::after{content:"";font-family:'Font Awesome 5 pro';font-weight:400;float:inline-end;transition:.15s ease-in-out;color:#6c757d;}.store-aside .block:not(.filter-block) .listbox{display:none;}.store-aside .block:not(.filter-block).open{margin-bottom:1rem;}.store-aside .block:not(.filter-block).open .title::after{transform:rotateX(-180deg);color:#ff096a;}.store-aside .block:not(.filter-block).open .listbox{display:block;}.block-blog-archive .year:not(:last-child){margin-bottom:1rem;}.block-category-navigation ul{padding:0;list-style:none;}.block-category-navigation ul li a{display:block;padding:.5rem;color:#6c757d;text-decoration:none;}.block-category-navigation ul li:hover>a{color:#212529;background-color:#f8f8f8;}.block-category-navigation ul li.active>a{color:#212529;font-weight:bold;}.block-category-navigation ul li.has-sublist>a::before{content:"";font-family:'Font Awesome 5 pro';font-weight:300;margin-right:3px;}.block-category-navigation ul li.has-sublist.active>a::before{content:"";}.block-category-navigation ul ul{margin-left:1rem;}.block-category-navigation ul .category-number{float:right;}.category-grid{margin-bottom:1.5rem;}.sub-category-grid .category-item{margin-bottom:1rem;padding:.5rem;text-align:center;background:#f8f8f8;border-radius:.7rem;}.sub-category-grid .category-item .category-item-image{width:100%;height:auto;object-fit:contain;aspect-ratio:2/1;margin-bottom:.5rem;}.sub-category-grid .category-item .category-item-name{font-size:small;margin:0;}.sub-category-grid .category-item .category-item-name a{color:#212529;}.home-page-category .category-item{position:relative;margin-bottom:1rem;}.home-page-category .category-item .category-item-name{font-size:small;font-weight:bold;margin-bottom:0;}.home-page-category .category-item .category-item-name a{color:#fff;}.home-page-category .category-item .category-item-image{width:100%;height:auto;aspect-ratio:1;object-fit:cover;border-radius:.7rem;}.home-page-category .category-item .category-item-actions{display:flex;position:absolute;padding:1rem;bottom:0;width:100%;justify-content:space-between;align-items:center;}.home-page-category .category-item>a::before{content:'';position:absolute;inset:0;background:linear-gradient(transparent 30%,rgba(0,0,0,.6));border-radius:.7rem;}.product-selectors{margin-bottom:1rem;}.product-sorting ul{display:inline-block;list-style-type:none;padding:0;margin:0;}.product-sorting ul li{display:inline-block;}.product-sorting ul li a{padding:2px 8px;text-decoration:none;color:#212529;border-radius:5px;}.product-sorting ul li a:hover{background-color:#6c757d;color:#fff;}.product-sorting ul li.active a{background:#000;color:#fff;font-weight:bold;}.product-filter .filter-title{background-color:#f8f8f8;padding:.33333333rem 1rem;margin-bottom:.33333333rem;}.manufacturer-list-page .manufacturer-nav-letter{text-align:center;position:sticky;top:72px;background-color:#fff;z-index:999;}.manufacturer-list-page .manufacturer-nav-letter a{width:35px;height:35px;line-height:2.7;display:inline-block;text-align:center;border:1px solid #f2f2f2;color:#212529;margin:0 1rem/4;text-decoration:none;}.manufacturer-list-page .manufacturer-nav-letter a:hover{background-color:#000;color:#fff;}@media(min-width:769px){.manufacturer-list-page .manufacturer-grid{padding-top:2rem;}.manufacturer-list-page .manufacturer-grid:not(:last-child){border-bottom:1px solid #f2f2f2;padding-bottom:2rem;}}.manufacturer-list-page .manufacturer-grid .manufacturer-first-letter{font-size:x-large;}@media(max-width:768px){.manufacturer-list-page .manufacturer-grid .manufacturer-first-letter{background-color:#f8f8f8;padding:1rem/2;}}@media(max-width:768px){.manufacturer-list-page .manufacturer-grid .row .col-xl-3:not(:last-child) .manufacturer-item{border-bottom:1px solid #f2f2f2;}}.manufacturer-list-page .manufacturer-grid .manufacturer-item{padding:1rem/2;}.manufacturer-list-page .manufacturer-grid .manufacturer-item a{color:#6c757d;text-decoration:none;display:block;}.manufacturer-list-page .manufacturer-grid .manufacturer-item .secondary-name{float:left;}.manufacturer-list-page .manufacturer-grid .manufacturer-item:hover{background-color:#f8f8f8;}.manufacturer-list-page .manufacturer-grid .manufacturer-item:hover span{color:#ff096a;}.flyout-compare{position:fixed;right:2rem;bottom:2rem;z-index:1040;}.flyout-compare .offcanvas{z-index:-1;}.flyout-compare .flyout-compare-button{min-width:250px;position:relative;z-index:1;text-align:initial;}.flyout-compare .flyout-compare-list{padding:1rem;min-width:280px;border-radius:.25rem;background:#fff;}.flyout-compare .flyout-compare-list .flyout-compare-item{margin-bottom:.5rem;}.flyout-compare .flyout-compare-list .flyout-compare-item a{color:#212529;font-size:small;line-height:1;}.flyout-compare:hover .flyout-compare-list{display:block;}.product-essential{margin-bottom:2rem;}.product-reviews-overview .product-review-box{color:#6c757d;display:inline-block;}.product-reviews-overview .product-review-box .separator::before{content:"/";margin:0;}.product-reviews-overview .product-review-links{display:inline-block;}.overview .attr,.variant-overview .attr{color:#6c757d;}.overview .value,.variant-overview .value{margin:0 5px;}.overview .manufacturers .separator::before,.variant-overview .manufacturers .separator::before{content:",";}.overview .secondary-name,.variant-overview .secondary-name{margin-top:.5rem;margin-bottom:1rem;display:block;font-size:small;font-weight:bold;}.overview .short-description,.variant-overview .short-description{margin-bottom:2rem;color:#6c757d;}.overview .attributes,.variant-overview .attributes{margin-top:1rem;}.overview .attributes .option-list,.variant-overview .attributes .option-list{padding:0;}.overview .attributes .option-list>li,.variant-overview .attributes .option-list>li{display:inline-block;}.overview .attributes .color-squares .attribute-square,.variant-overview .attributes .color-squares .attribute-square{border-radius:.7rem .7rem 0 0!important;}.overview .back-in-stock-subscription,.variant-overview .back-in-stock-subscription{margin-top:.5rem;margin-bottom:1rem;}.overview-buttons{position:absolute;z-index:1;top:1rem;inset-inline-end:1rem;}.attribute-squares label{margin-bottom:0;}.attribute-squares label input[type="radio"]{visibility:hidden;position:absolute;}.attribute-squares .attribute-square-container{display:block!important;width:60px;height:25px;cursor:pointer;}.attribute-squares .attribute-square-container .attribute-square{display:block;width:100%;height:100%;}.attribute-squares .attribute-square-container .attribute-name{display:block;background:#000;color:#fff;font-size:x-small;text-align:center;padding:3px 1px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}.attribute-squares .selected-value .attribute-square-container::after,.attribute-squares input[type="radio"]:checked .attribute-square-container::after{content:"";font-family:'Font Awesome 5 pro';font-weight:900;position:absolute;top:5%;left:42%;color:#fff;text-shadow:0 0 2px #212529;animation:bounceIn .45s forwards;}.attribute-squares .selected-value .attribute-name,.attribute-squares input[type="radio"]:checked .attribute-name{background:#ff096a;}.attribute-squares.color-squares .attribute-square{border-radius:50%;}.attribute-squares.image-squares .popover{position:absolute;top:auto;bottom:45px;margin-left:15px;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translateX(-50%);border-color:#d9d9d9;display:none;}.attribute-squares.image-squares .popover::after{content:"";position:absolute;bottom:-6px;width:10px;height:10px;background-color:#fff;border-right:1px solid #d9d9d9;border-bottom:1px solid #d9d9d9;left:50%;margin-left:-5px;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg);}.attribute-squares.image-squares .popover .popover-image{max-width:250px;}.attribute-squares.image-squares .popover .popover-title{padding:2px 3px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}.attribute-squares.image-squares .image-square-item:hover .popover{display:block;}ul.attribute-squares{list-style:none;padding:0;margin-bottom:0;}ul.attribute-squares>li{display:inline-block;position:relative;}.product-share-button{position:relative;}.product-share-button .popover{position:absolute;display:none;top:auto;padding:5px;bottom:110%;min-width:156px;left:50%;transform:translateX(-50%);border-color:#d9d9d9;}.product-share-button .popover::after{content:"";position:absolute;bottom:-6px;width:10px;height:10px;background-color:#fff;border-right:1px solid #d9d9d9;border-bottom:1px solid #d9d9d9;left:50%;margin-left:-5px;transform:rotate(45deg);}.product-share-button .popover:hover{display:block;}.product-share-button:hover .popover{display:block;}.cart-box{border:1px solid #d9d9d9;padding:1rem;border-radius:.7rem;background:#fff;}.cart-box .prices{margin-block:1rem;text-align:center;}.cart-box .prices .old-product-price .value,.cart-box .prices .non-discounted-price .value{color:#6c757d;text-decoration:line-through;}.cart-box .prices .call-for-price{color:var(--bs-danger);}.cart-box .prices .product-price{font-size:x-large;}.cart-box .tier-prices .prices-table .field-header{font-weight:bold;color:#6c757d;}.cart-box .tier-prices .prices-table .item-price{color:#ff096a;}.add-to-cart .min-qty-notification{font-style:italic;margin-bottom:5px;}.add-to-cart .add-to-cart-panel .form-control,.add-to-cart .add-to-cart-panel .form-select{width:100%;text-align:center;vertical-align:middle;}.add-to-cart .add-to-cart-panel .input-group{flex-wrap:nowrap;}.add-to-cart .add-to-cart-panel .input-group input{border-radius:0!important;}.add-to-cart .add-to-cart-panel .input-group>*{border:1px solid #d9d9d9;}.product-variant-list .product-variant-line{padding-bottom:1rem;margin-bottom:2rem;border-bottom:1px solid #d9d9d9;}.product-box .product-box-name,.product-box-list .product-box-name{font-size:small;}.product-box .product-box-name a,.product-box-list .product-box-name a{color:#212529;}.product-box .rating,.product-box-list .rating{margin-bottom:10px;font-size:small;}.product-box .prices,.product-box-list .prices{margin-bottom:10px;}.product-box .prices .old-price,.product-box-list .prices .old-price{display:block;font-size:smaller;text-decoration:line-through;color:#6c757d;}.product-box .prices .actual-price,.product-box-list .prices .actual-price{font-weight:bold;}.product-box .picture,.product-box-list .picture{position:relative;}.product-box .picture img,.product-box-list .picture img{width:100%;height:auto;aspect-ratio:1;object-fit:contain;}.product-box .picture figure,.product-box-list .picture figure{margin-bottom:.5rem;}.product-box .picture .ribbons,.product-box-list .picture .ribbons{position:absolute;top:1rem;inset-inline-start:.5rem;}.product-box .picture .ribbon,.product-box-list .picture .ribbon{margin-bottom:5px;padding:.5rem;color:#fff;font-weight:bold;text-align:center;background-color:rgba(0,0,0,.85);border-radius:.25rem;line-height:1;}.product-box .picture .ribbon.ribbon-new,.product-box-list .picture .ribbon.ribbon-new{background-color:#ff096a;}.product-box .picture .ribbon.ribbon-offer,.product-box-list .picture .ribbon.ribbon-offer{background-color:#ff096a;}.product-box .option-list,.product-box-list .option-list{margin-bottom:.5rem;}.product-box .attribute-squares .attribute-square-container,.product-box-list .attribute-squares .attribute-square-container{width:16px;height:16px;cursor:default;}.product-box.out-stock .picture img,.product-box-list.out-stock .picture img{-webkit-filter:grayscale(1);filter:grayscale(1);}.product-box.out-stock .out-stock-label,.product-box-list.out-stock .out-stock-label{color:#6c757d;}.product-box{position:relative;}.product-box .product-box-name{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;line-height:1.2em;height:3.4em;}.product-box .option-list{display:flex;position:absolute;width:100%;bottom:0;inset-inline:0;justify-content:center;gap:.3em;overflow:hidden;}.product-box-list .description{display:none;}@media(min-width:768px){.product-box-list .description{display:block;}}.product-box-list .add-to-cart-button{display:block;width:100%;}.product-box-home{padding:1rem .5rem;background:#fff;border-radius:.7rem;text-align:center;}.product-box-home .product-box-name{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;line-height:1.2;height:2.4em;}.product-box-home .details,.product-box-home .add-info{text-align:center;}.product-box-home .prices{margin-bottom:0;min-height:36px;}.product-box-home .actual-price{color:#ff096a;}.product-grid .item-box{border-bottom:1px solid #d9d9d9;border-inline-end:1px solid #d9d9d9;}@media(max-width:767px){.product-grid .item-box:nth-child(2n+2){border-inline-end:none;}}@media(min-width:768px) and (max-width:1199px){.product-grid .item-box:nth-child(3n+3){border-inline-end:none;}}@media(min-width:1200px){.product-grid .item-box:nth-child(4n+4){border-inline-end:none;}}.product-grid .product-box{margin-bottom:2rem;}.product-list .product-box-list{margin-bottom:1rem;}.product-grid-carousel{padding:1rem;border-radius:.7rem;margin-bottom:1.5rem;background:#f8f8f8;}.product-grid-carousel .swiper{width:100%;}.home-featured-product-grid,.best-seller-product-grid{background:url(../images/bg-bestseller.jpg) no-repeat;background-size:auto 100%;background-position:55% center;}.product-review-item{margin-bottom:2rem;}.product-review-item .review-item-head .review-title{font-size:large;}.product-review-item .review-item-head .product-review-box a{font-size:small;}.product-review-item .review-content{padding:.5rem 1rem 1rem;}.product-review-item .review-content .review-info{color:#6c757d;}.product-review-item .review-content .review-info .date,.product-review-item .review-content .review-info .review-for,.product-review-item .review-content .review-info .user{display:inline-block;color:#6c757d;font-size:smaller;}.product-reviews-page .product-review-item .review-item-head{padding:3px 1rem;background-color:#f8f8f8;}.product-reviews-page .reply{margin-left:2rem;border:1px solid #d9d9d9;padding:.33333333rem 1rem .5rem;}.product-reviews-page .reply .reply-header{color:#6c757d;font-size:smaller;font-weight:bold;}.product-reviews-page .review-rating .br-widget{font-size:1.8em;}.my-product-reviews-list-page .product-review-item .review-content{background-color:#f8f8f8;}.product-review-helpfulness{width:100px;text-align:center;}.product-review-helpfulness .result{display:none;position:absolute;top:5px;left:0;background:#000;color:#fff;padding:2px 5px;}.product-details-page .product-tabs{margin-bottom:1.5rem;}.product-details-page .product-tabs .nav-tabs{margin-bottom:1rem;}.Product-details-pictures .product-picture{position:relative;border:1px solid #d9d9d9;padding:1rem;border-radius:.7rem;background:#fff;padding:0;}.Product-details-pictures .product-picture img{width:100%;height:auto;object-fit:contain;aspect-ratio:1;border-radius:.7rem;}.Product-details-pictures .product-picture .product-image-loading{display:none;position:absolute;top:50%;left:50%;height:48px;width:48px;background:url(../images/loading-large.gif) no-repeat;-webkit-transform:translate(-50%);-moz-transform:translate(-50%);-ms-transform:translate(-50%);-o-transform:translate(-50%);transform:translate(-50%);}.picture-thumbs .thumb-item{margin-bottom:.5rem;}.picture-thumbs .thumb-item img{max-width:100%;height:auto;object-fit:contain;aspect-ratio:1;border:1px solid #d9d9d9;border-radius:.25rem;}.picture-thumbs .thumb-item img:not(.active){cursor:pointer;}.picture-thumbs .thumb-item img:hover{border-color:#000;}.product-specs-box table tbody tr th{width:25%;color:#6c757d;background:rgba(0,0,0,.03);}@media(min-width:768px){.product-specs-box table tbody tr th{width:20%;}}.recently-added-products-page .product-box .ribbon-new,.recently-added-products-page .product-box-list .ribbon-new{display:none;}.html-shopping-cart-page body{background:#f8f8f8;}.cart th,.data-table th,.forum-table th{white-space:nowrap;font-weight:normal;font-size:small;color:#6c757d;}.cart td,.data-table td,.forum-table td{min-width:50px;}.cart td.unit-price,.data-table td.unit-price,.forum-table td.unit-price{white-space:nowrap;}.cart .product-name,.data-table .product-name,.forum-table .product-name{font-weight:bold;}.attributes .attribute-item{margin-bottom:1px;}.attributes .attribute-item .attribute-square{display:inline-block;height:16px;width:16px;vertical-align:middle;margin-left:3px;}.attributes .attribute-item .attribute-square.color-square{border-radius:50%;}.cart{border:1px solid #d9d9d9;padding:1rem;border-radius:.7rem;background:#fff;margin-bottom:1.5rem;}.cart .cart-item{padding-bottom:1rem;}@media(max-width:767px){.cart .cart-item{position:relative;padding-left:40px;}}.cart .cart-item:not(:last-child){border-bottom:1px solid #d9d9d9;margin-bottom:1rem;}.cart .cart-item-actions{text-align:center;}@media(max-width:767px){.cart .cart-item-actions{position:absolute;left:0;top:5px;}.cart .cart-item-actions>*{display:block;}}.cart .product-name{margin-bottom:1rem;}.cart .product-picture img{border:1px solid #d9d9d9;border-radius:.7rem;}.cart .quantity input,.cart .quantity select{text-align:center;max-width:70px;}.cart .subtotal{white-space:nowrap;color:#212529;}.cart .subtotal .discount,.cart .subtotal .discount-additional-info{font-style:italic;color:#ff096a;}.cart .product .edit-item a::before{content:"";font-family:'Font Awesome 5 pro';font-weight:400;margin:0 3px;}.cart .remove-from-cart,.cart .add-to-cart{text-align:center;}.cart .remove-from-cart .custom-control,.cart .add-to-cart .custom-control{display:inline-block;}@media(min-width:769px){.cart .td-title{display:none;}}.cart .attributes{color:#6c757d;font-size:smaller;}.data-table td.total{white-space:nowrap;color:#212529;}.data-table .message,.data-table .info,.data-table .name{min-width:225px;}.data-table .select-boxes,.data-table .order{text-align:center;}.data-table em a{font-weight:bold;}.data-table div.download{margin:10px 0 0;}.address-list-page .section,.order-list-page .section{position:relative;}.address-list-page .buttons,.order-list-page .buttons{position:absolute;top:0;right:0;}.order-list-page .data-table .start-date,.order-list-page .data-table .next-payment{min-width:120px;}.order-list-page .info .pending .badge{background-color:var(--bs-warning);color:#212529;}.order-list-page .info .processing .badge{background-color:var(--bs-info);color:#fff;}.order-list-page .info .complete .badge{background-color:var(--bs-success);color:#fff;}.tax-shipping-info{margin-bottom:1rem;color:#6c757d;}.common-buttons{margin-bottom:1rem;}.cart-options{margin-bottom:1.5rem;padding-top:1rem;border-top:1px solid #d9d9d9;}.selected-checkout-attributes{margin-bottom:1px;padding:1rem;background-color:#f8f8f8;}.order-summary-content .totals{margin-bottom:1.5rem;}.flyout-cart:not(.flyout-cart-mobile),.flyout-account:not(.flyout-cart-mobile){min-width:340px;}.flyout-cart .offcanvas{height:100vh;}.flyout-cart:not(.flyout-cart-mobile){padding:1rem;}.flyout-cart ::-webkit-scrollbar{width:6px;height:12px;background:transparent;}.flyout-cart ::-webkit-scrollbar-track{border-radius:10px;background:transparent;}.flyout-cart ::-webkit-scrollbar-thumb{width:5px;border-radius:10px;background:#f8f8f8;}.flyout-cart ::-webkit-scrollbar-thumb:hover{background:#000;}.flyout-cart ::-webkit-scrollbar-thumb:active{background:#ff096a;}.flyout-cart .items{max-height:420px;overflow-y:auto;margin-bottom:.5rem;}.flyout-cart .items .item{margin-bottom:.5rem;padding-bottom:.5rem;border-bottom:1px solid #d9d9d9;font-size:small;}.flyout-cart .items .item .name{margin-bottom:.5rem;}.flyout-cart .items .item .name a{color:#212529;}.flyout-cart .items .item:last-child{border-bottom:0;}.flyout-cart .attributes{color:#6c757d;margin-bottom:.5rem;}.flyout-cart .totals{margin-bottom:.5rem;}.cart-collaterals{margin-bottom:1.5rem;}.cart-collaterals .estimate-shipping .hint{color:#6c757d;}.totals{border:1px solid #d9d9d9;padding:1rem;border-radius:.7rem;background:#fff;}.totals .total-info,.totals .total-footer{max-width:600px;margin:auto;}.totals .total-info .cart-total{border-bottom:1px solid #d9d9d9;}.totals .total-info .cart-total .cart-total-left{text-align:start;}.totals .total-info .cart-total .cart-total-right{text-align:end;}.totals .total-info .cart-total .order-total .value-summary{font-size:1.6em;color:#ff096a;}.totals .total-info .table tr{border-bottom:1px solid #d9d9d9;}.totals .total-info .table td{padding-block:1rem;background:none;}.totals .total-info .earn-reward-points .value-summary{font-style:italic;}.totals .total-info .earn-reward-points .value-summary::before{content:"";font-family:'Font Awesome 5 pro';font-weight:300;margin:0 5px;font-style:normal;}.coupon-box .current-code{margin-top:5px;margin-bottom:10px;}.block-account-navigation .list a{margin:0 0 1rem;padding:1rem;border-radius:.7rem;}.block-account-navigation .list a::before,.block-account-navigation .list a>i{color:#ff096a;margin-right:.5rem;margin-left:.5rem;font-family:'Font Awesome 5 pro';font-weight:300;width:1.75em;font-size:2rem;vertical-align:middle;}.block-account-navigation .list a>i{width:auto;}.block-account-navigation .list a.customer-info::before{content:"";}.block-account-navigation .list a.customer-addresses::before{content:"";}.block-account-navigation .list a.customer-orders::before{content:"";}.block-account-navigation .list a.return-requests::before{content:"";}.block-account-navigation .list a.downloadable-products::before{content:"";}.block-account-navigation .list a.back-in-stock-subscriptions::before{content:"";}.block-account-navigation .list a.reward-points::before{content:"";}.block-account-navigation .list a.change-password::before{content:"";}.block-account-navigation .list a.customer-avatar::before{content:"";}.block-account-navigation .list a.forum-subscriptions::before{content:"";}.block-account-navigation .list a.customer-reviews::before{content:"";}.block-account-navigation .list a.active::before{font-family:'Font Awesome 5 pro';font-weight:900;}.profile-info{margin-top:50px;padding:1rem;background:#f8f8f8;text-align:center;margin-bottom:2rem;}.profile-info .profile-info-avatar{display:inline-block;position:relative;margin-top:-75px;margin-bottom:1rem;}.profile-info .profile-info-avatar .avatar{background:#f8f8f8;border:3px solid #fff;}.profile-info .profile-info-avatar .profile-info-avatar-edit{position:absolute;bottom:0;right:0;}.html-login-page{min-height:100vh;}.html-login-page body{min-height:inherit;}.html-login-page .page{min-height:inherit;margin-bottom:0;}.html-login-page .page>.row{min-height:inherit;}.html-login-page .store-logo{margin-bottom:1.5rem;}.html-login-page .store-logo img{object-position:center!important;}@media(min-width:768px){.login-page .checkout-as-guest{margin-bottom:1.5rem;}}.login-page .topic-block{text-align:center;}@media(min-width:768px){.login-page .topic-block{max-width:600px;margin-right:auto;margin-left:auto;}}@media(max-width:768px){.login-page .returning-wrapper{padding-bottom:1rem;border-bottom:1px solid #d9d9d9;margin-bottom:1.5rem;}}.login-page .returning-wrapper .fieldset{max-width:460px;margin-right:auto;margin-left:auto;}.html-customer-info-page .buttons,.html-registration-page .buttons,.html-address-edit-page .buttons{margin-top:1rem;text-align:center;}.external-authentication{text-align:center;}.check-username-availability-button{margin-top:.5rem;}.countdown-timer-verify{position:relative;width:140px;margin:0 auto;cursor:default;}.countdown-timer-verify .controlls{position:absolute;width:100%;left:0;top:50%;text-align:center;transform:translateY(-50%);}.countdown-timer-verify .display-remain-time{font-weight:lighter;font-size:2em;color:#ff096a;}.countdown-timer-verify .e-c-base{fill:none;stroke:#6c757d;}.countdown-timer-verify .e-c-progress{fill:none;stroke:#ff096a;stroke-width:5px;transition:stroke-dashoffset .7s;}.countdown-timer-verify .e-c-pointer{fill:#fff;stroke:#ff096a;stroke-width:2px;}.countdown-timer-verify .e-pointer{transition:transform .7s;}@media(max-width:1000px){.order-details-page .data-table{display:block;}.order-details-page .data-table colgroup,.order-details-page .data-table thead{display:none;}.order-details-page .data-table tbody{display:block;overflow:hidden;}.order-details-page .data-table tr{display:block;float:left;width:100%;margin:40px 0 0;border:1px solid #ddd;}.order-details-page .data-table td{display:block;border:0;padding:10px;}.order-details-page .data-table td.product,.order-details-page .data-table td.tracking-number{min-width:0;border-bottom:1px solid #ddd;padding:5px 10px 15px;text-align:center;}}@media(min-width:481px){.order-details-page .data-table tr{width:46%;margin:40px 2% 0;}.order-details-page .data-table tr:nth-child(2n+1){clear:both;}}@media all and (min-width:769px){.order-details-page .data-table tr{width:31.33333%;margin:40px 1% 0;}.order-details-page .data-table tr:nth-child(2n+1){clear:none;}.order-details-page .data-table tr:nth-child(3n+1){clear:both;}}@media all and (min-width:1001px){.order-details-page .data-table tr{width:auto;margin:0;}.order-details-page .data-table label{display:none;}}.order-progress{margin:1.5rem 0;}.order-progress ol{display:flex;position:relative;list-style:none;padding:0;justify-content:space-between;z-index:2;}.order-progress ol::before{content:"";position:absolute;left:0;right:0;top:50%;border-top:2px solid #d9d9d9;z-index:-1;}.order-progress ol li a{display:inline-block;border-radius:50%;background:#ebebeb;cursor:default;padding:1rem;text-align:center;aspect-ratio:1;}.order-progress ol li a i{width:1.333em;}@media(min-width:992px){.order-progress ol li a i{font-size:1.5em;}}.order-progress ol li.active-step a{background:#ff096a;color:#fff;}.order-progress ol li.complete-step a{cursor:pointer;background:#000;color:#fff;}.order-progress ol li.complete-step a i{font-weight:bold;}.order-completed-page .order-progress .active-step a::before{content:"";}.checkout-page .select2-container{width:100%!important;}.checkout-buttons,.order-details-page .actions,.checkout-page .buttons{text-align:center;}.checkout-buttons .btn-primary,.order-details-page .actions .btn-primary,.checkout-page .buttons .btn-primary{width:95%;max-width:350px;}.edit-address{margin-bottom:1rem;}.opc .tab-section .step:not(#checkout-step-payment-info):not(#checkout-step-confirm-order),.opc .tab-section .cart-footer,.opc .tab-section .terms-of-service{margin-right:auto!important;margin-left:auto!important;width:95%;max-width:600px;}.checkout-data .payment-logo img{height:30px;margin:0 .5rem;}ul.address-box,ul.info-list{margin-bottom:0;}ul.address-box li,ul.info-list li{margin-bottom:.5rem;}ul.address-box li label,ul.info-list li label{margin-bottom:0;}ul.address-box li span,ul.info-list li span{font-weight:bold;}.method-list{padding:1rem;margin-bottom:1rem;background-color:#f8f8f8;}.method-list .method-name label{margin-bottom:0;}.method-list .method-description{color:#6c757d;font-size:smaller;}.address-grid,.ship-to-same-address{background-color:#f8f8f8;padding:2rem 1rem;}.search-page .form-fields{margin-bottom:1rem;}.compare-products-table td{min-width:150px;padding:1rem;vertical-align:top;}.compare-products-table td:first-child{min-width:0;}.compare-products-table td label{font-weight:normal;color:#777;}.compare-products-table .picture{display:block;position:relative;max-width:200px;height:200px;overflow:hidden;}.compare-products-table .picture img{position:absolute;top:0;right:0;bottom:0;left:0;max-width:100%;max-height:100%;margin:auto;}.compare-products-table .product-name td{font-weight:bold;}.compare-products-table .short-description td{line-height:22px;}.compare-products-table .full-description td{display:none;}@media(min-width:769px){.compare-products-table .full-description td{display:table-cell;}}.wishlist-page .buttons{margin-bottom:1rem;text-align:end;}.share-info{background-color:#f8f8f8;margin-bottom:1.5rem;padding:1rem;}.share-info .share-link{font-weight:bold;}ul.news-items{list-style:none;padding:0;margin-bottom:0;}.blogpost-page .post-date,.news-item-page .post-date,.blogpost-page .news-date,.news-item-page .news-date{display:block;color:#6c757d;margin-bottom:1rem;}.blogpost-page .post-body img,.news-item-page .post-body img,.blogpost-page .news-body img,.news-item-page .news-body img{max-width:100%;}.blogpost-page .fieldset,.news-item-page .fieldset{margin:2rem 0;}.post-item,.news-item{margin-bottom:2rem;}.post-item .post-title,.news-item .post-title,.post-item .news-title,.news-item .news-title{font-size:x-large;margin-bottom:1rem;}.post-item .post-title a,.news-item .post-title a,.post-item .news-title a,.news-item .news-title a{text-decoration:none;color:#212529;}.post-item .post-title a:hover,.news-item .post-title a:hover,.post-item .news-title a:hover,.news-item .news-title a:hover,.post-item .post-title a:focus,.news-item .post-title a:focus,.post-item .news-title a:focus,.news-item .news-title a:focus{text-decoration:underline;}.post-item .post-date,.news-item .post-date,.post-item .news-date,.news-item .news-date{color:#6c757d;}.post-item .post-body,.news-item .post-body,.post-item .news-body,.news-item .news-body{margin-bottom:1rem;}.comment{margin-bottom:2rem;}.comment .user-info{background-color:#f8f8f8;font-weight:bold;padding:3px 1rem;}.comment .comment-content{padding:.5rem 1rem 1rem;}.comment .comment-time{font-size:smaller;color:#6c757d;margin-top:1rem;}.comment .reply{margin-left:2rem;border:1px solid #d9d9d9;padding:.33333333rem 1rem .5rem;}.comment .reply .reply-header{color:#6c757d;font-size:smaller;font-weight:bold;}.private-messages .buttons{text-align:center;margin-top:2rem;}.view-message .message-head label{color:#6c757d;}.view-message .message-body{padding:1rem;background-color:#f8f8f8;}.profile-stats .stats label{color:#6c757d;}.sitemap-page .description{margin-bottom:1.5rem;color:#6c757d;}.sitemap-page .entity-body{margin-bottom:2rem;max-height:400px;overflow-y:auto;}.sitemap-page .entity-body ul{list-style:none;padding:0;}.sitemap-page .entity-body ul>li>a{display:block;padding:.33333333rem 0;}.html-home-page #mainMenuHomePage{display:none;}.html-home-page .top-menu{margin-bottom:0;}.home-page .topic-block{text-align:center;padding:2rem 0;margin-bottom:1.5rem;}.home-page .topic-block-body{max-width:600px;margin-right:auto;margin-left:auto;}.home-page .product-grid-carousel{margin-top:1.5rem;}.home-page-category{margin-top:1.5rem;}.home-page-polls{margin-top:1.5rem;margin-bottom:1.5rem;}@media(min-width:768px){.home-page-polls{text-align:center;}}.home-page-polls .title{margin-bottom:1rem;}.home-page-polls .poll{margin-bottom:2rem;}.home-page-polls .poll:not(:last-of-type){border-bottom:1px solid #d9d9d9;padding-bottom:1rem;}.home-page-polls .poll .poll-results{max-width:600px;margin:auto;}.home-page-polls .poll .poll-results .vote-title{text-align:initial;}.home-page-polls .poll .poll-options{margin-bottom:.5rem;}@media(min-width:768px){.home-page-polls .poll .poll-options .answer{display:inline-block;}.home-page-polls .poll .poll-options .answer:not(:last-child){margin-right:1rem;}}.news-list-homepage{margin-top:1.5rem;margin-bottom:1.5rem;}.news-list-homepage .view-all{text-align:center;}.blog-list-homepage{background:#f8f8f8;padding:1rem;border-radius:.7rem;margin-bottom:1.5rem;}.blog-list-homepage .blog-item{position:relative;}.blog-list-homepage .blog-picture img{width:100%;height:auto;aspect-ratio:1;object-fit:cover;border-radius:.7rem;}.blog-list-homepage .blog-info{position:absolute;bottom:0;inset-inline:0;padding:.5rem;background:#ff096a;align-items:center;justify-content:space-between;gap:1rem;}@media(min-width:768px){.blog-list-homepage .blog-info{display:flex;}}.blog-list-homepage .blog-info .btn{white-space:nowrap;font-size:smaller;}.blog-list-homepage .blog-title{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-size:small;}.blog-list-homepage .blog-title a{color:#fff;}.blog-list-homepage .swiper-actions{height:auto;}.manufacturer-navigation{padding:2rem 1rem;border:1px solid #d9d9d9;border-radius:.7rem;text-align:center;margin-bottom:1.5rem;}.manufacturer-navigation img{width:80px;height:80px;object-fit:contain;}.manufacturer-navigation .swiper-slide:not(:last-child){position:relative;}.manufacturer-navigation .swiper-slide:not(:last-child)::after{content:'';position:absolute;height:50%;top:25%;inset-inline-end:0;border-inline-end:1px solid #d9d9d9;}.select2.select2-container--default .select2-selection--single{border-color:#d9d9d9!important;border-radius:.7rem!important;height:38px!important;}.select2.select2-container--default .select2-selection--single .select2-selection__rendered{height:100%;line-height:3;}.select2 .select2-selection--single:hover,.select2 .select2-selection--single:focus{border-color:#ff096a!important;}.select2+.please-wait{position:absolute;height:36px;width:25px;line-height:38px;margin-top:1px;margin-left:-25px;background:#fff;}.select2-container--open{z-index:1090;}.filepond--root{font-family:inherit!important;}.filepond--root:hover .filepond--drip{border-color:#ff096a!important;}.filepond--drip{background:#fff!important;border-radius:.7rem!important;border:1px dashed #d9d9d9!important;opacity:1!important;transition:.15s ease-in-out;}.br-theme-fontawesome-stars .br-widget{min-height:28px;white-space:nowrap;}.br-theme-fontawesome-stars .br-widget a{font-family:'Font Awesome 5 pro';font-weight:900;text-rendering:auto;-webkit-font-smoothing:antialiased;text-decoration:none;margin-right:2px;}.br-theme-fontawesome-stars .br-widget a::after{content:'';color:#d9d9d9;}.br-theme-fontawesome-stars .br-widget a.br-active::after{color:#ff096a;}.br-theme-fontawesome-stars .br-widget a.br-selected::after{color:#ffd700;}.br-theme-fontawesome-stars .br-widget .br-current-rating{display:none;}.br-theme-fontawesome-stars .br-readonly a{cursor:default;}@media print{.br-theme-fontawesome-stars .br-widget a::after{content:'';color:#000;}.br-theme-fontawesome-stars .br-widget a.br-active::after,.br-theme-fontawesome-stars .br-widget a.br-selected::after{content:'';color:#000;}}.old-browser-warning{position:fixed;height:100%;width:100%;top:0;left:0;right:0;bottom:0;z-index:9999;color:#000;background-color:#dc3545;}.old-browser-warning .old-browser-logo{margin:30px 0 60px;padding:30px 15px;text-align:center;background-color:#fff;}.old-browser-warning .old-browser-logo img{max-height:90px;max-width:90%;}.old-browser-warning .old-browser-notice{padding:50px 0;font-family:Tahoma,sans-serif;min-height:300px;margin-bottom:50px;}.old-browser-warning .old-browser-notice h6{font-size:42px;}.old-browser-warning .old-browser-notice p{margin-bottom:30px;}.old-browser-warning .old-browser-notice a{text-decoration:none;background:none;border:2px solid;color:#fff;padding:6px 15px;}.old-browser-warning .old-browser-notice a:hover{background-color:#fff;color:#000;}.new-product-grid{background:url(../images/bg-new-product.jpg) no-repeat;background-size:auto 100%;background-position:80% center;}.new-product-grid .product-box .ribbon-new,.new-product-grid .product-box-list .ribbon-new{display:none;}.new-product-grid .product-grid-carousel-title a{color:#212529;}.swiper-pagination{align-items:center;}.swiper-actions{height:100%;display:grid;align-content:center;}@media(max-width:769px){.swiper-actions{display:none;}}.swiper-actions .swiper-button-prev,.swiper-actions .swiper-button-next{position:initial;margin-block:5px;width:70px;height:40px;line-height:40px;}.swiper-actions .swiper-button-prev::after,.swiper-actions .swiper-button-next::after{--swiper-navigation-size:x-large;}.swiper-pagination-bullet{width:8px;height:8px;border-radius:50rem;transition:.15s ease-in-out;}.swiper-pagination-bullet.swiper-pagination-bullet-active{width:16px;height:8px;background:#fff;opacity:1;}.home-slider{margin-bottom:1.5rem;}.home-slider img,.home-slider video{width:100%;height:auto;object-fit:cover;max-height:600px;}.home-slider .swiper-button-prev,.home-slider .swiper-button-next{top:auto;bottom:40px;visibility:hidden;}.home-slider .swiper-button-prev{inset-inline-start:40px;}.home-slider .swiper-button-next{inset-inline-start:90px;}.home-slider:hover .swiper-button-prev,.home-slider:hover .swiper-button-next{visibility:visible;}@media print{body{font:normal 9pt Arial,Helvetica,sans-serif;color:#000;}table{width:100%;border:0;border-collapse:collapse;border-spacing:0;border:1px solid #000;}table th,table td{border:1px solid #000;}li{list-style:none;}a{color:inherit;}.order-details-page .order-overview{margin:0 0 25px;}.order-details-page .order-overview .order-number{font-size:11pt;text-transform:uppercase;padding:10px 40px;}.order-details-page .order-overview .order-total{margin:10px 0 0;}.order-details-page .order-overview .order-total strong{font-size:10pt;}.order-details-page .order-details-area{margin:0 0 25px;overflow:hidden;}.order-details-page .order-details-area ul{padding-left:0;}.order-details-page .order-details-area>div{float:left;width:48%;margin:0 1% 40px;}.order-details-page .order-details-area li.title{margin:10px 0 5px;font-weight:bold;}.order-details-page .order-details-area li:first-child{margin-top:0;}.order-details-page .data-table{border:1px solid;}.order-details-page .data-table th{border-right:1px solid;border-bottom:1px solid;padding:5px 10px;font-weight:bold;white-space:nowrap;}.order-details-page .data-table td{border-right:1px solid;border-bottom:1px solid;padding:5px 10px;}.order-details-page .data-table .sku,.order-details-page .data-table .unit-price,.order-details-page .data-table .quantity,.order-details-page .data-table .total{white-space:nowrap;text-align:center;}.order-details-page .data-table .unit-price,.order-details-page .data-table .quantity,.order-details-page .data-table .total{width:15%;}.order-details-page .data-table label{display:none;}.order-details-page .section{margin:30px 0;}.order-details-page .section .title{margin:0 0 10px;}.order-details-page .tax-shipping-info,.order-details-page .selected-checkout-attributes{margin:20px 0;text-align:right;}.order-details-page .cart-total-right{white-space:nowrap;}.order-details-page .cart-total td{padding:5px 10px;text-align:right;}.order-details-page td.cart-total-left{width:100%;font-weight:bold;}}@keyframes fadeUp{from{transform:translateY(15px);opacity:0;}to{transform:translateY(0);opacity:1;}}@keyframes fadeDown{from{transform:translateY(-15px);opacity:0;}to{transform:translateY(0);opacity:1;}}@keyframes shake-hard{2%{transform:translate(2px,2px) rotate(1.5deg);}4%{transform:translate(-4px,9px) rotate(-1.5deg);}6%{transform:translate(-5px,6px) rotate(3.5deg);}8%{transform:translate(-3px,-3px) rotate(3.5deg);}10%{transform:translate(-5px,-6px) rotate(.5deg);}12%{transform:translate(-3px,-9px) rotate(.5deg);}14%{transform:translate(-7px,-8px) rotate(-1.5deg);}16%{transform:translate(-4px,6px) rotate(-2.5deg);}18%{transform:translate(-5px,10px) rotate(-2.5deg);}20%{transform:translate(4px,-8px) rotate(-1.5deg);}22%{transform:translate(1px,-2px) rotate(2.5deg);}24%{transform:translate(8px,-3px) rotate(.5deg);}26%{transform:translate(-8px,8px) rotate(-.5deg);}28%{transform:translate(3px,-2px) rotate(-1.5deg);}30%{transform:translate(1px,-9px) rotate(.5deg);}32%{transform:translate(7px,1px) rotate(.5deg);}34%{transform:translate(-1px,-5px) rotate(.5deg);}36%{transform:translate(3px,10px) rotate(2.5deg);}38%{transform:translate(-8px,-7px) rotate(2.5deg);}40%{transform:translate(5px,7px) rotate(-1.5deg);}42%{transform:translate(0,10px) rotate(-2.5deg);}44%{transform:translate(-2px,1px) rotate(-1.5deg);}46%{transform:translate(5px,2px) rotate(-1.5deg);}48%{transform:translate(-6px,-8px) rotate(.5deg);}50%{transform:translate(-9px,1px) rotate(.5deg);}52%{transform:translate(1px,5px) rotate(.5deg);}54%{transform:translate(-1px,0) rotate(-.5deg);}56%{transform:translate(-8px,7px) rotate(1.5deg);}58%{transform:translate(10px,6px) rotate(.5deg);}60%{transform:translate(-4px,3px) rotate(-2.5deg);}62%{transform:translate(-7px,9px) rotate(.5deg);}64%{transform:translate(-1px,-1px) rotate(-2.5deg);}66%{transform:translate(-6px,-8px) rotate(-1.5deg);}68%{transform:translate(-6px,5px) rotate(-.5deg);}70%{transform:translate(1px,-8px) rotate(-1.5deg);}72%{transform:translate(1px,9px) rotate(-.5deg);}74%{transform:translate(9px,-8px) rotate(-.5deg);}76%{transform:translate(5px,6px) rotate(-1.5deg);}78%{transform:translate(10px,5px) rotate(-.5deg);}80%{transform:translate(7px,9px) rotate(-2.5deg);}82%{transform:translate(7px,-9px) rotate(3.5deg);}84%{transform:translate(1px,8px) rotate(-.5deg);}86%{transform:translate(-1px,9px) rotate(1.5deg);}88%{transform:translate(-5px,-3px) rotate(3.5deg);}90%{transform:translate(-2px,5px) rotate(3.5deg);}92%{transform:translate(0,9px) rotate(-1.5deg);}94%{transform:translate(5px,4px) rotate(.5deg);}96%{transform:translate(-4px,0) rotate(3.5deg);}98%{transform:translate(-6px,1px) rotate(-2.5deg);}0%,100%{transform:translate(0,0) rotate(0);}}.avatar-profile .pen{position:absolute;bottom:10px;right:10px;}@keyframes bounceIn{from,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);}0%{opacity:0;transform:scale3d(.3,.3,.3);}20%{transform:scale3d(1.1,1.1,1.1);}40%{transform:scale3d(.9,.9,.9);}60%{opacity:1;transform:scale3d(1.03,1.03,1.03);}80%{transform:scale3d(.97,.97,.97);}to{opacity:1;transform:scale3d(1,1,1);}}