.product-item{background:var(--white)}.product-item .product-image{position:relative}.product-item .product-image .product-actions{position:absolute;top:0;left:0;display:flex;justify-content:space-between;width:calc(100% - 2rem);padding:.7rem 1rem}.product-item .product-image .product-actions .wishlist-icon *{display:none;color:var(--dark-blue)}.product-item .product-image .product-actions .wishlist-icon.wished .fa-solid,.product-item .product-image .product-actions .wishlist-icon:not(.wished) .fa-thin{display:block}.product-item .product-image img{width:100%;height:16rem;object-fit:cover}.product-item .product-info{padding:1.8rem 1.25rem}.product-item .product-info .product-category{color:var(--dark-gray,#575560);text-wrap:nowrap;font-family:Sora;font-size:.875rem;font-style:normal;font-weight:400;line-height:normal}.product-item .product-info .rating{font-size:.7rem}.product-card .product-info .rating .fa-star,.product-item .product-info .rating .fa-star{color:#e2e2e2}.product-card .product-info .rating .fa-star.active,.product-item .product-info .rating .fa-star.active{color:#ffd900}.product-item .product-info .product-title a{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;color:var(--black,#000205);font-family:Sora;font-size:1rem;font-style:normal;font-weight:700;line-height:normal;min-height:calc(2em + 10px);max-height:calc(2em + 10px);width:100%;white-space:normal}.product-item .product-info .product-price span:first-child{color:var(--accent-blue);font-family:Sora;font-size:1.125rem;font-style:normal;font-weight:700;line-height:normal}.product-item .product-info .product-price span:nth-child(2){color:var(--dark-gray,#575560);font-family:Sora;font-size:.875rem;font-style:normal;font-weight:400;line-height:normal;text-decoration:line-through;margin-left:.7rem}.shop-catalog .page-title{font-size:1.375rem;text-transform:uppercase;margin:0;padding:0}.shop-catalog .filter-title,.shop-catalog .page-title{color:var(--dark-blue);font-family:Sora;font-style:normal;font-weight:700;line-height:normal}.shop-catalog .filter-title{font-size:1rem;padding-top:1rem;text-transform:capitalize}.shop-catalog .active-filters{display:flex;flex-wrap:wrap}.shop-catalog .active-filters .badge{width:-moz-fit-content;width:fit-content;padding:.5rem;margin:.3rem .3rem .3rem 0;display:flex;align-items:center;gap:.5rem;text-wrap:nowrap;cursor:pointer}.shop-catalog .active-filters .badge:hover{background:#d4d4d4}.shop-catalog .active-filters .badge-secondary{background:#e7e7e7;color:var(--dark-blue);font-family:Sora;font-size:.875rem;font-style:normal;font-weight:400;line-height:normal}.shop-catalog .active-filters .badge svg{height:1rem;width:1rem;transition:all .3s}.shop-catalog .active-filters .badge:hover svg{transform:scale(1.7);color:var(--orange)}.shop-catalog .filter-section{overflow-y:scroll;max-height:200px}.shop-catalog .filter-section .checkbox-container label{text-transform:capitalize}.product-card .thumbnails .thumbnail img{height:100px;object-fit:scale-down}.product-card .thumbnails::-webkit-scrollbar{height:3px}.shop-catalog .filter-section::-webkit-scrollbar{width:3px}.product-card .thumbnails::-webkit-scrollbar-track,.shop-catalog .filter-section::-webkit-scrollbar-track{background:transparent}.product-card .thumbnails::-webkit-scrollbar-thumb,.shop-catalog .filter-section::-webkit-scrollbar-thumb{background:var(--medium-gray)}.shop-catalog .form-select{border:0;width:-moz-fit-content;width:fit-content;background:none;color:var(--dark-blue);font-family:Sora;font-size:.875rem;font-style:normal;font-weight:400;line-height:normal;cursor:pointer}.shop-catalog .category-filter{list-style:none;margin:0;padding:0 0 0 13px}.shop-catalog .category-filter .category-item a{color:var(--dark-gray);font-family:Sora;font-size:.875rem;font-style:normal;font-weight:400;line-height:normal}.shop-catalog .category-filter .category-item a:hover{color:var(--orange)}.btn-text{border:none;background:none;color:var(--dark-blue);font-family:Sora;font-size:.7rem;font-style:normal;font-weight:700;line-height:normal;cursor:pointer}.btn-text:hover{color:var(--orange)}.btn-more{border:none;background:none;color:var(--dark-blue);font-family:Sora;font-size:.7rem;font-style:normal;font-weight:700;line-height:normal;cursor:pointer}.btn-more:hover{color:var(--orange)}.checkbox-container{font-family:Arial,sans-serif;margin-bottom:10px}.checkbox-container,label{display:flex;align-items:center}label{cursor:pointer}input.styled-checkbox{display:none}.filter-checkbox{width:20px;height:20px;border:2px solid #ccc;border-radius:4px;margin-right:8px;display:inline-block;position:relative;transition:all .2s}input.styled-checkbox:checked+.filter-checkbox{background-color:var(--accent-blue);border-color:var(--accent-blue)}input:hover.styled-checkbox:not(:checked)+.filter-checkbox{background-color:var(--medium-gray);border-color:var(--medium-gray)}input:hover.styled-checkbox+.filter-checkbox{background-color:#0056ff;border-color:#0056ff}input.styled-checkbox:checked+.filter-checkbox:after{content:"";width:8px;height:14px;border:solid #fff;border-width:0 2px 2px 0;position:absolute;top:2px;left:6px;transform:rotate(45deg)}label{color:var(--dark-blue,#112745);font-family:Sora;font-size:.875rem;font-style:normal;font-weight:400;line-height:normal}input.styled-checkbox:checked~span{color:#333}.filter-color-preview{position:relative;margin-left:.5rem}.filter-color-preview span{width:18px;height:18px;display:inline-block;border-radius:50%;border:1px solid var(--medium-gray);z-index:10;background:transparent}.filter-color-preview:before{position:absolute;display:flex;justify-content:center;align-items:center;z-index:-1;content:"?";left:0;top:0;height:18px;width:18px;color:var(--medium-gray);animation:blinker 1s linear infinite}@keyframes blinker{50%{opacity:0}}.product-item.inline{display:flex;flex-direction:row}.product-item.inline .product-info{position:relative;flex:1 1}.product-item.inline .product-info a button{position:absolute;right:15px;bottom:15px;width:200px!important}.product-item.inline>a,.product-item:not(.inline) .product-info a{display:none}.product-item:not(.inline) .product-info .product-title a{display:block}.product-grid-system svg{color:var(--black);cursor:pointer}.product-grid-system svg.active,.product-grid-system svg:hover{color:var(--orange)}.product-card .product-info h3{color:var(--black);font-family:Sora;font-size:1.375rem;font-style:normal;font-weight:700;line-height:normal}.product-card .product-info .sku{color:var(--dark-gray);text-align:right;font-family:Sora;font-size:.875rem;font-style:normal;font-weight:400;line-height:normal}.product-card .product-info .sku b{color:var(--black);font-weight:400}.product-card .product-info .stock{text-align:right;font-family:Sora;font-size:.875rem;font-style:normal;font-weight:400;line-height:normal}.product-card .product-info .stock i{margin-right:8px}.product-card .product-info .stock.success{color:var(--green,#0ac53c)}.product-card .product-info .stock.danger{color:var(--red,#f10)}.product-card .product-info .price span:first-of-type{color:var(--accent-blue);font-family:Sora;font-size:1.375rem;font-style:normal;font-weight:700;line-height:normal}.product-card .product-info .price span:nth-of-type(2){color:var(--dark-gray);font-family:Sora;font-size:1rem;font-style:normal;font-weight:400;line-height:normal;text-decoration:line-through;margin-left:10px}.product-card .product-info .combination label.title{color:var(--dark-gray);font-family:Sora;font-size:.9rem;font-style:normal;font-weight:400;line-height:normal;margin-bottom:6px;text-transform:capitalize}.product-card .product-info .combination .item{margin-bottom:22px}.product-card .product-info .combination .item .choose{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:12px}.product-card .product-info .combination .item .choose .badge{background:var(--light-gray);padding:5px 12px;color:var(--black);font-family:Sora;font-size:.875rem;font-style:normal;font-weight:400;line-height:normal;cursor:pointer}.product-card .product-info .combination .item .choose .badge:hover{outline:1px solid var(--orange)}.product-card .product-info .combination .item .choose .badge.active{outline:1px solid var(--black)}.product-card .product-info .quantity{width:180px;display:flex;align-items:center;justify-content:space-between;background:var(--white);padding:7px 12px}.product-card .product-info .quantity *{display:inline}.product-card .product-info .quantity .controls{display:flex;gap:8px}.product-card .product-info .quantity .controls div{width:1.5rem;height:1.5rem;display:flex;justify-content:center;align-items:center;border-radius:50%;font-size:14px;cursor:pointer}.product-card .product-info .quantity .controls div:hover{background:var(--light-gray)}.product-card .product-info .other-info{display:flex;flex-direction:column;margin:22px 0}.product-card .product-info .other-info .item{margin-bottom:16px;color:var(--dark-gray);font-family:Sora;font-size:.875rem;font-style:normal;font-weight:400;line-height:normal}.product-card .poster{width:auto;height:auto;object-fit:scale-down}.product-card .thumbnails{margin-top:1rem;display:flex;align-items:center;column-gap:10px;overflow-x:scroll;scroll-snap-type:x mandatory}.product-card .thumbnails .thumbnail{scroll-snap-align:center;min-width:60px;cursor:pointer}.product-card .thumbnails .thumbnail.active img{border:1px solid var(--accent-blue)}.product-card .thumbnails img{width:auto;height:auto;object-fit:cover}.product-card .addons .title{color:var(--dark-gray);font-family:Sora;font-size:1rem;font-style:normal;font-weight:600;line-height:normal}.more-info{background:var(--white);padding:50px 0}.nav{display:flex;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}.nav-tabs{background:transparent;border-bottom:2px solid var(--dark-gray)}.nav-tabs .nav-link{background:transparent;border:0;padding:10px 0;color:var(--dark-gray);font-family:Sora;font-size:1rem;font-style:normal;font-weight:700;line-height:normal;text-transform:uppercase}.nav .nav-item:not(:last-of-type){padding-right:22px}.nav-tabs .nav-link.active{border-bottom:4px solid var(--accent-blue);color:var(--accent-blue)}.nav .nav-item{outline:none!important}.tab-content>.tab-pane{display:none}.tab-content>.tab-pane.show.active{display:block}.cart-header,.checkout:first-child{background:var(--background-white)}.cart-header .page-title,.checkout:first-child .page-title{color:var(--dark-blue);font-family:Sora;font-size:1.375rem;font-style:normal;font-weight:700;line-height:normal;margin:0;padding:3rem 0}.cart-body{background:var(--white)}.cart-body .cart-table thead th{border-bottom:.125rem solid var(--dark-gray);padding:12px 0;text-align:left;color:var(--dark-gray,#575560);font-family:Sora;font-size:1rem;font-style:normal;font-weight:700;line-height:normal;text-transform:capitalize}.cart-body .cart-table .cart-item-img img{width:5.3125rem;height:5.3125rem}.cart-body .cart-item-info{margin:12px}.cart-body .cart-item-info .cart-item-title a{overflow:hidden;color:var(--dark-gray,#575560);text-overflow:ellipsis;white-space:nowrap;font-family:Sora;font-size:1rem;font-style:normal;font-weight:400;line-height:normal}.cart-body .cart-item-info .cart-item-variant{color:var(--dark-blue);margin-right:8px;font-family:Sora;font-size:.875rem;font-style:normal;font-weight:400;line-height:normal;text-transform:capitalize}.cart-body .cart-item-price{color:var(--accent-blue);text-align:center;font-family:Sora;font-size:1rem;font-style:normal;font-weight:700;line-height:normal}.cart-body .cart-item-quantity{display:flex;align-items:center;justify-content:space-between;background:var(--background-white);padding:6px 9px}.cart-body .cart-item-quantity .controls{display:flex}.cart-body .cart-item-quantity .control{background:var(--light-gray);border-radius:50%;height:22px;width:22px;display:flex;align-items:center;justify-content:center;margin:2px;padding:2px;cursor:pointer}.cart-body .cart-item-quantity .control:hover{color:var(--orange)}.cart-body .cart-item-total{color:var(--accent-blue);text-align:center;font-family:Sora;font-size:1rem;font-style:normal;font-weight:700;line-height:normal}.cart-body .cart-item-remove .basket-delete{cursor:pointer}.cart-body .cart-item-remove .basket-delete:hover *{stroke:var(--orange)}.cart-summary .price-details{color:var(--dark-gray,#575560);font-family:Sora;font-size:1rem;font-style:normal;font-weight:400;line-height:normal}.cart-summary .price-details .summary-price{margin:16px 0}.cart-summary .price-details .summary-price:last-child span:first-child{color:var(--dark-gray);font-family:Sora;font-size:1rem;font-style:normal;font-weight:700;line-height:normal}.cart-summary .price-details .summary-price:last-child span:last-child{color:var(--accent-blue);font-family:Sora;font-size:1rem;font-style:normal;font-weight:700;line-height:normal}.checkout:nth-child(2){background:var(--white)}.checkout h4{color:var(--dark-blue);font-family:Sora;font-size:1.375rem;font-style:normal;font-weight:700;line-height:normal}select.form-control{margin:10px 0}.form-check-label{color:var(--dark-blue);font-family:Poppins!important;font-size:.875rem;font-style:normal;font-weight:400;line-height:normal}.form-check-label a{margin-left:5px}.form-check-input:checked{background-color:var(--accent-blue)}.form-check-input,.form-check-input:checked{border-color:var(--accent-blue);border-radius:5px}.form-check-input{background-color:var(--white)}.checkout p.description{color:var(--dark-blue);font-family:Poppins;font-size:.875rem;font-style:normal;font-weight:400;line-height:normal}.checkout-products{margin:1rem}.checkout-products .item img{width:4rem;height:4rem;object-fit:scale-down}.checkout-products .item .item-title{overflow:hidden;color:var(--black,#000205);text-overflow:ellipsis;white-space:nowrap;text-wrap:nowrap;width:100%}.checkout-products .item .item-combination p,.checkout-products .item .item-title{font-family:Sora;font-size:.875rem;font-style:normal;font-weight:400;line-height:normal}.checkout-products .item .item-price{text-wrap:nowrap;color:var(--accent-blue);font-family:Sora;font-size:1rem;font-style:normal;font-weight:700;line-height:normal}.summary{padding:0;margin:0}.summary .list-group-item{list-style:none;padding:.625rem 0}.summary .list-group-item:last-child{border-top:1px solid var(--light-gray)}.summary .list-group-item:last-child span:first-child{overflow:hidden;color:var(--dark-blue);text-overflow:ellipsis;font-family:Sora;font-size:1rem;font-style:normal;font-weight:700;line-height:normal}.summary .list-group-item:last-child span:last-child{color:var(--accent-blue);font-family:Sora;font-size:1rem;font-style:normal;font-weight:700;line-height:normal}.summary .list-group-item span{color:var(--dark-gray);font-family:Sora;font-size:1rem;font-style:normal;font-weight:400;line-height:normal}.order-list-group{list-style:none;margin:1rem;padding:0}.order-list-group li.list-group-item{color:var(--dark-gray)!important;font-family:Sora;font-size:1rem;font-style:normal;font-weight:400;line-height:normal;display:flex;justify-content:space-between;margin:1.25rem 0}.card-footer .order-list-group li.list-group-item{overflow:hidden;color:var(--dark-blue,#112745);text-overflow:ellipsis;font-family:Sora;font-size:1rem;font-style:normal;font-weight:700;line-height:normal}.card-footer .order-list-group li.list-group-item span{color:var(--accent-blue);font-family:Sora;font-size:1rem;font-style:normal;font-weight:700;line-height:normal}.create-product .btn-info,.create-product .btn-success,.create-product .input-group-text{display:none}.create-product .btn-primary{box-shadow:inset 0 0 0 0 var(--dark-blue);border:none;color:var(--white);cursor:pointer;transition:all .1s ease-in-out;padding:-.5rem 0;background:var(--orange);text-wrap:nowrap}.create-product .btn-primary:hover{color:#fff;box-shadow:inset 0 -2.5rem 0 0 var(--dark-blue)}.create-product{background:var(--white)}.create-product .card,.create-product .card *{border:0}.create-product .card{box-shadow:0 0 10px 0 rgba(0,0,0,.1)}.create-product .card .card-header h5.card-title{padding:1rem}.create-product .card .card-body{padding:0 1rem 1rem}.create-product .card .card-body .form-label,.create-product .card .card-body .form-text{color:var(--dark-gray);font-family:Sora;font-size:.875rem;font-style:normal;font-weight:400;line-height:normal;margin:5px 0}.create-product .card .card-body .form-text{font-size:.675rem}.create-product .card .card-body .form-control{border:1px solid var(--light-gray);background:var(--background-white);font-size:.875rem;height:2.1875rem}.exel-select{position:relative}.exel-select .options{position:absolute;left:0;right:0;background:#fff;padding:10px 15px;border:1px solid hsla(251,6%,66%,.3);border-top:0;z-index:1}.exel-select .select-merge{border-top-left-radius:0!important;border-bottom-left-radius:0!important;border-left:0!important}.exel-select .options ul{margin:0;padding:0;height:120px;overflow-x:auto}.exel-select .options ul::-webkit-scrollbar{width:4px}.exel-select .options ul::-webkit-scrollbar-track{background:transparent}.exel-select .options ul::-webkit-scrollbar-thumb{background:var(--bs-body-bg)}.exel-select .options ul li{list-style:none;margin:0;padding:5px 15px;border-radius:5px;line-height:25px}.exel-select .options ul li.active,.exel-select .options ul li:hover{background:#f8f8f8;cursor:pointer}.exel-select .form-select{border:1px solid var(--light-gray);background:var(--background-white);font-size:.875rem;height:2.1875rem;display:flex;justify-content:flex-start;align-items:center;padding:0 1rem;box-sizing:border-box;color:var(--dark-blue)}.exel-tags-input{display:block;padding:.426rem .9375rem;font-size:.9375rem;font-weight:400;line-height:1.625;color:#cfcde4;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent;background-clip:padding-box;border:1px solid var(--light-gray);transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;display:flex;flex-direction:row;flex-wrap:wrap;overflow:hidden}.exel-tags-input span{border-radius:5px;width:auto;border-color:var(--light-gray);margin:2px 5px 2px 0;padding:0 10px;background:var(--light-gray);display:flex;gap:5px;align-items:center;color:var(--dark-gray)!important;font-size:14px;flex-wrap:nowrap;text-wrap:nowrap}.exel-tags-input span svg{color:var(--dark-blue)!important}.exel-tags-input span svg:hover{cursor:pointer;color:var(--orange)!important}.exel-tags-input .exel-tags-input__input{background:transparent;border:0!important;border-bottom:1px solid var(--light-gray)!important;width:auto;min-width:300px;color:var(--bs-body-color);border:1px solid #fff}.exel-tags-input .exel-tags-input__input:focus{outline:0}.exel-popover{background-color:var(--bs-body-bg);border:1px solid var(--bs-border-color);border-radius:var(--bs-border-radius);padding:8px 12px;position:absolute;inset:auto auto 35px -50%;margin:0;transform:translate(50%,-46px);box-shadow:0 0 12px 1px var(--bs-border-color);max-width:350px;min-width:350px}.exel-popover .exel-popover-arrow{position:absolute;left:50%;right:50%;bottom:-11px;border-left:14px solid transparent;border-bottom:0 solid transparent;border-right:14px solid transparent;border-top:10px solid transparent;border-top-color:var(--bs-border-color);transform:translate(0)}.exel-popover .exel-popover-title{font-size:16px;margin:0 0 6px}.exel-popover .exel-popover-body{font-size:14px;color:var(--bs-body-color)}.exel-popover.warning{border:1px solid var(--bs-warning);box-shadow:0 0 12px 1px var(--bs-warning);animation:blink-warning 1s infinite;transition:all .3s}.exel-popover.warning .exel-popover-arrow{border-top-color:var(--bs-warning)}.exel-popover.warning .exel-popover-body,.exel-popover.warning .exel-popover-title{color:var(--bs-warning)}@keyframes blink-warning{0%{border-color:var(--bs-warning);box-shadow:0 0 12px 1px var(--bs-warning)}to{border-color:var(--bs-border-color);box-shadow:0 0 0 1px var(--bs-warning)}}.exel-popover.danger{border:1px solid var(--bs-danger);box-shadow:0 0 12px 1px var(--bs-danger);animation:blink-danger 1s infinite;transition:all .3s}.exel-popover.danger .exel-popover-arrow{border-top-color:var(--bs-danger)}.exel-popover.danger .exel-popover-body,.exel-popover.danger .exel-popover-title{color:var(--bs-danger)}@keyframes blink-danger{0%{border-color:var(--bs-danger);box-shadow:0 0 12px 1px var(--bs-danger)}to{border-color:var(--bs-border-color);box-shadow:0 0 0 1px var(--bs-danger)}}.dropzone-wrapper{display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:200px;text-align:center;border:1px dashed var(--bs-border-color);border-radius:var(--bs-border-radius);cursor:pointer;transition:all .3s ease-in-out;background:var(--bs-body-bg)}.dropzone-wrapper.uploading{background:rgba(0,0,0,.5);pointer-events:none;z-index:1080}.dropzone-wrapper.uploading:after{content:"";width:30px;height:30px;border-radius:50%;border:3px solid var(--bs-primary);border-top:3px solid transparent;animation:spin 1s linear infinite;display:block;position:relative}.dropzone-wrapper:not(.uploading):hover{background:var(--bs-list-group-bg);border-color:var(--bs-primary)}.dropzone .dropzone-icon{margin-bottom:15px;background:var(--bs-card-bg);border-radius:var(--bs-border-radius);border:1px solid var(--bs-border-color);color:var(--bs-body-color);transition:all .3s ease-in-out}.dropzone p,.dropzone span{color:var(--bs-body-color);letter-spacing:1px;text-transform:uppercase;transition:all .3s ease-in-out}.dropzone span{font-size:12px}.dropzone .dropzone-wrapper:not(.uploading):hover .dropzone-icon,.dropzone .dropzone-wrapper:not(.uploading):hover span,.dropzone-wrapper:not(.uploading):hover p{color:var(--bs-primary);transform:scale(1.05)}.dropzone .uploaded{margin:12px 0;transition:all .3s ease-in-out}.dropzone .uploaded .list-group-item{z-index:1070!important}.dropzone .uploaded .list-group-item img{border-radius:var(--bs-border-radius);width:100px!important;height:80px!important;object-fit:cover;transition:all .3s ease-in-out}.dropzone .uploaded .list-group-item img:hover{transform:scale(1.05)}.dropzone .uploaded.block{background:var(--bs-gray-50);z-index:1080;z-index:inherit;position:relative;pointer-events:none}.dropzone .uploaded .list-group{max-height:300px;overflow:hidden;transition:all .6s ease-in-out}.dropzone .uploaded.block .list-group{opacity:.2;position:relative}.dropzone .uploaded.block:before{content:"";width:50px;height:50px;border-radius:50%;top:50%;left:50%;border:3px solid var(--bs-primary);border-top:3px solid transparent;animation:spin 1s linear infinite;display:block;position:absolute}.dropzone .uploaded .show-button{padding:5px 10px;margin:0;color:#fff;font-size:16px;text-align:center;text-decoration:none;border-bottom-left-radius:10px;border-bottom-right-radius:10px;border:1px solid var(--bs-list-group-border-color);border-top:none;position:relative;cursor:pointer;transition:all .3s ease;display:none}.dropzone .uploaded .show-button:hover{background:var(--bs-list-group-action-active-bg)}.dropzone .uploaded>.list-group.show+div .show-button.less,.dropzone .uploaded>.list-group:not(.show)+div .show-button.more{display:inline-block}.dropzone-select{display:block;border:0;border-bottom:1px dashed var(--bs-border-color);color:var(--bs-body-color);outline:none;background:transparent;transition:all .3s ease-in-out;text-transform:capitalize}.dropzone-select:hover{border-bottom:1px dashed var(--bs-primary)}.dropzone-select option{text-transform:capitalize;background:var(--bs-body-bg)}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.exel-modal{position:fixed;top:0;left:0;right:0;bottom:0;opacity:0;z-index:1080;display:flex;justify-content:center;align-items:center;margin:0;padding:0;min-height:100vh;min-width:100vw;pointer-events:none;transition:all .7s ease-in-out;overflow-y:hidden}.exel-modal.show{opacity:1;pointer-events:all}.exel-modal .exel-modal__overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);width:100%;height:100vh;opacity:0;z-index:1070;transition:all .7s ease-in-out;cursor:pointer}.exel-modal.show .exel-modal__overlay{opacity:1}.exel-modal .exel-modal__wrapper{z-index:1080;min-height:300px;width:100%;max-width:800px;min-width:300px;background:var(--bs-body-bg);color:var(--bs-body-color);border-radius:var(--bs-border-radius);border:1px solid var(--bs-border-color);padding:15px;outline:none;box-shadow:0 0 5px 5px rgba(0,0,0,.1);transition:all .6s ease-in-out}.exel-modal .exel-modal__wrapper.exel-modal__anim-top{transform:translateY(-100vh) translateX(0)}.exel-modal .exel-modal__wrapper.exel-modal__anim-left{transform:translateY(0) translateX(-100vh)}.exel-modal .exel-modal__wrapper.exel-modal__anim-right{transform:translateY(0) translateX(100vh)}.exel-modal .exel-modal__wrapper.exel-modal__anim-bottom{transform:translateY(100vh) translateX(0)}.exel-modal .exel-modal__wrapper.exel-modal__anim-zoom{transform:scale(.1)}.exel-modal .exel-modal__wrapper.exel-modal__anim-fade{transform:opacity(0)}.exel-modal.show .exel-modal__wrapper.exel-modal__anim-shake{animation:shake .8s ease-in-out}.exel-modal .exel-modal__wrapper.exel-modal__anim-pulse{animation:unpulse .8s ease-in-out}.exel-modal.show .exel-modal__wrapper.exel-modal__anim-pulse{animation:pulse .8s ease-in-out}.exel-modal.show .exel-modal__wrapper{transform:translateY(0) translateX(0) scale(1);opacity:1}.exel-modal .exel-modal__wrapper .exel-modal__header{display:flex;justify-content:space-between;align-items:center;margin:0 0 15px}.exel-modal .exel-modal__wrapper .exel-modal__header .exel-modal__title{font-size:18px;font-weight:600;margin:0;padding:0}.exel-modal .exel-modal__wrapper .exel-modal__close{position:relative;right:-30px;top:-30px;display:flex;justify-content:center;align-items:center;cursor:pointer;width:35px;height:35px;margin:0;padding:0;background:var(--bs-body-bg);border-radius:var(--bs-border-radius);box-shadow:0 0 5px 5px rgba(0,0,0,.1);transition:all .3s ease-in-out}.exel-modal .exel-modal__wrapper .exel-modal__close:hover{top:-25px;right:-25px;box-shadow:inset 0 0 5px 5px rgba(0,0,0,.1);color:var(--bs-dark)}.exel-modal .exel-modal__wrapper .exel-modal__content{overflow-y:scroll;max-height:70vh}.exel-modal .exel-modal__wrapper .exel-modal__content::-webkit-scrollbar{width:2px}.exel-modal .exel-modal__wrapper .exel-modal__content::-webkit-scrollbar-thumb{background:var(--bs-border-color)}@keyframes shake{0%,to{transform:translateX(0)}20%,40%,60%,80%{transform:translateX(-10px)}10%,30%,50%,70%,90%{transform:translateX(10px)}}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.3)}}@keyframes unpulse{0%{transform:scale(1)}50%{transform:scale(1.3)}to{transform:scale(.1)}}.exel-tooltip{position:absolute;z-index:1070;margin:0;background:var(--bs-card-bg);border-radius:var(--bs-border-radius);border:1px solid var(--bs-card-border-color);padding:5px 10px;box-shadow:0 0 2px 2px rgba(0,0,0,.1),0 4px 11px rgba(0,0,0,.1);font-size:12px;color:var(--bs-card-color);text-transform:capitalize;opacity:0;transition:all .5s;text-wrap:nowrap;pointer-events:none}.exel-tooltip.primary{background:var(--bs-primary)!important;color:var(--bs-white)!important}.exel-tooltip.warning{background:var(--bs-warning)!important;color:var(--bs-white)!important}.exel-tooltip.danger{background:var(--bs-danger)!important;color:var(--bs-white)!important}.exel-tooltip.info{background:var(--bs-info)!important;color:var(--bs-white)!important}.exel-tooltip.top{top:-35px;left:50%;transform:translate(-50%)}.exel-tooltip.bottom{top:45px;left:50%;transform:translate(-50%)}.exel-tooltip.left{top:5px;left:-50%;margin:0 -15px;transform:translate(-50%)}.exel-tooltip.right{top:5px;left:50%;margin:0 15px;transform:translate(50%)}.exel-tooltip-triger{position:relative}.exel-tooltip-triger:hover .exel-tooltip{opacity:1}.exel-tooltip:after{content:"";position:absolute;padding:0;margin:0;border-left:10px solid transparent;border-bottom:0 solid transparent;border-right:10px solid transparent;border-top:10px solid transparent;border-top-color:var(--bs-border-color)}.exel-tooltip.top:after{bottom:-11px;left:50%;transform:translate(-50%)}.exel-tooltip.bottom:after{top:-11px;left:50%;transform:translate(-50%) rotate(180deg)}.exel-tooltip.left:after{border-width:8px 8px 0;top:calc(50% - 3px);left:calc(100% + 5px);transform:translate(-50%) rotate(-90deg)}.exel-tooltip.right:after{border-width:8px 8px 0;top:calc(50% - 3px);right:calc(100% - 11px);transform:translate(-50%) rotate(90deg)}.exel-tooltip.primary:after{border-top-color:var(--bs-primary)}.exel-tooltip.warning:after{border-top-color:var(--bs-warning)}.exel-tooltip.danger:after{border-top-color:var(--bs-danger)}.exel-tooltip.info:after{border-top-color:var(--bs-info)}.alert{border-radius:6px;padding:8px 12px;font-family:Sora;font-size:.8rem;font-style:normal;font-weight:700;line-height:normal;border:1px solid #000;margin-bottom:.5rem}.alert.alert-danger{background:#f44336;border:1px solid #bb1a0e;color:#fff}.create-product .add-btn{display:flex}.btn-danger{background:#f44336;color:#fff}.create-product .add-btn .badge{display:flex;align-items:center}.create-product .btn-label-primary{width:-moz-fit-content;width:fit-content}.exel-accordion{background:transparent}.exel-accordion__item{margin-bottom:5px;padding:12px 15px;background:var(--bs-body-bg);border-radius:var(--bs-border-radius);color:var(--bs-body-color)}.exel-accordion__item:last-child{margin-bottom:0}.exel-accordion__item .exel-accordion__header{font-size:16px;display:flex;align-items:center;cursor:pointer;position:relative;margin-bottom:0;transition:all .3s ease-in-out}.exel-accordion__item.open .exel-accordion__header{margin-bottom:12px}.exel-accordion__item .exel-accordion__header:after{content:"";width:13px;height:13px;border:2px solid;border-radius:13px;transform:rotate(135deg);position:absolute;right:15px;top:20%;transition:all .3s ease-in-out;border-color:var(--bs-border-color)}.exel-accordion__item.open .exel-accordion__header:after{transform:rotate(945deg);width:13px;height:13px;border-radius:0;border:2px solid;border-right:none;border-bottom:none;border-color:var(--bs-border-color)}.exel-accordion__item .exel-accordion__content{font-size:14px;max-height:0;overflow:hidden;transition:all .3s ease-in-out}.exel-accordion__item.open .exel-accordion__content{transition:all .3s ease-in-out}.wishlist .title{background:var(--background-white);height:8rem;margin:0;display:flex;align-items:center;justify-content:flex-start}.wishlist .page-title{color:var(--dark-blue);font-family:Sora;font-size:1.375rem;font-style:normal;font-weight:700;line-height:normal;margin:0;padding:0}.wishlist .content{background:var(--white)}.wishlist .wishlist-item{margin:.5rem 0}.wishlist .wishlist-item div>div{border:1px solid var(--light-gray);border-right:0}.wishlist .wishlist-item div>div:last-child{border:1px solid var(--light-gray)}.wishlist .wishlist-item .item-info{padding:1.25rem}.wishlist .wishlist-item .item-info .item-title{margin:0;padding:0;overflow:hidden;color:var(--dark-blue);text-overflow:ellipsis;white-space:nowrap;font-family:Sora;font-size:1rem;font-style:normal;font-weight:700;line-height:normal}.wishlist .wishlist-item .item-info .item-price{color:var(--accent-blue,#0d00bd);font-family:Sora;font-size:1rem;font-style:normal;font-weight:700;line-height:normal}.wishlist .wishlist-item .item-info .item-instock{color:var(--white);font-family:Open Sans;font-size:.875rem;font-style:normal;font-weight:600;line-height:1.5rem;letter-spacing:-.009rem;text-transform:capitalize;width:-moz-fit-content;width:fit-content;padding:.1rem .6rem;border-radius:.3125rem}.wishlist .wishlist-item .item-info .item-instock.success{background:var(--green,#0ac53c)}.wishlist .wishlist-item .item-info .item-instock.danger{background:var(--red,#f83a21)}