:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:hsla(0,0%,100%,.7);--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error);--toastify-color-progress-colored:#ddd}.Toastify__toast-container{box-sizing:border-box;color:#fff;padding:4px;position:fixed;transform:translate3d(0,0,var(--toastify-z-index) px);width:var(--toastify-toast-width);z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:1em;top:1em}.Toastify__toast-container--top-center{left:50%;top:1em;transform:translate(-50%)}.Toastify__toast-container--top-right{right:1em;top:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{left:0;margin:0;padding:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translate(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translate(0)}.Toastify__toast-container--rtl{left:auto;right:0}}.Toastify__toast{border-radius:4px;box-shadow:0 1px 10px #0000001a,0 2px 15px #0000000d;box-sizing:border-box;cursor:pointer;direction:ltr;display:flex;font-family:var(--toastify-font-family);justify-content:space-between;margin-bottom:1rem;max-height:var(--toastify-toast-max-height);min-height:var(--toastify-toast-min-height);overflow:hidden;padding:8px;position:relative;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast-body{align-items:center;display:flex;flex:1 1 auto;margin:auto 0;padding:6px;white-space:pre-wrap}.Toastify__toast-body>div:last-child{flex:1}.Toastify__toast-icon{display:flex;flex-shrink:0;margin-inline-end:10px;width:20px}.Toastify--animate{animation-duration:.7s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:var(--toastify-color-info);color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:var(--toastify-color-success);color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:var(--toastify-color-warning);color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:var(--toastify-color-error);color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--default{background:var(--toastify-color-progress-colored)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:var(--toastify-color-transparent)}.Toastify__close-button{align-self:flex-start;background:transparent;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentcolor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{bottom:0;height:5px;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:var(--toastify-z-index)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{left:auto;right:0;transform-origin:right}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px) rotateX(-20deg)}to{opacity:0;transform:perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{transform:translate3d(110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{transform:translate3d(-110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(1turn)}}:host,:root,body{font-family:Open Sans,serif!important}:root{--tp-ff-body:"Open Sans",serif!important;--tp-ff-heading:"Open Sans",serif!important;--tp-ff-p:"Open Sans",serif!important;--tp-ff-jost:"Jost",sans-serif;--tp-ff-fontawesome:"Font Awesome 6 Pro"!important;--tp-ff-roboto:"Open Sans",serif!important;--tp-ff-oregano:"Oregano",cursive;--tp-ff-charm:"Charm",cursive}.about-play i{border:1px solid #000;border-radius:40px;font-size:20px;padding:16px 18px}.about-play p{font-size:22px;margin-bottom:0}.about-play{display:flex;gap:20px}.custom-slider-dot .swiper-pagination-bullet{background-color:#0000003b!important}.custom-slider-dot .swiper-pagination-bullet-active{background-color:#000!important}.custom-text-edit .tp-category-content-4{background:linear-gradient(180deg,transparent 46.76%,#000 99.82%)!important;bottom:0!important;left:0!important;padding-bottom:14px!important;position:absolute;right:0!important}.custom-tabs-style{background:#fff;border-radius:40px;padding:8px!important}.custom-tabs-style button{border-radius:50px!important;margin-left:0!important;padding:12px 30px!important}.custom-tabs-style button.active{background-color:#937700!important;border-radius:50px!important;box-shadow:0 4px 17.1px #93770047;color:#fff!important;padding:12px 30px!important}.custom-tabs-style button:after{display:none}.banner-text-color{-webkit-text-fill-color:transparent;background:linear-gradient(90deg,#fbd625 57.5%,rgba(161,243,26,.4) 111.2%);background-clip:text;-webkit-background-clip:text}.custom-banner-bg{background-position:50%;background-size:cover;height:1000px}.custom-home-banner-bg{background-image:url(../img/banner/banner-bg.png);background-position:bottom;background-size:cover;height:800px}.products-custom-bg{background-image:url(/img/product-bg.png)}.products-custom-bg,.subscribe-bg{background-position:50%;background-size:cover}.subscribe-bg{background-image:url(/img/subscribe-bg.png)}.btn--primary{background-color:#937700;border-radius:0;color:#fff;padding:16px 30px}.btn--primary:hover{background-color:#937700;color:#dfdfdf}.text-foot-white ul li a{color:#fff!important}.custom-subscribe{border:1px solid #fff}.custom-subscribe input{background:transparent;border:none;color:#fff!important}.custom-subscribe input::-moz-placeholder{color:#fff}.custom-subscribe input::placeholder{color:#fff}.custom-social a{background-color:transparent;color:#fff}.custom-social a:hover{background-color:transparent!important;border:1px solid #fff!important;color:#bbb}.blog-text{font-size:20px;font-weight:300;height:45px}.lead{line-height:1.62}.header-sticky .custom-logo-w{max-width:150px;width:100%}.custom-logo-w{max-width:225px;width:100%}.header-sticky .custom-color,.header-sticky .custom-color p{color:#000!important}.custom-hover:hover .tp-category-price-4{color:#fff!important;opacity:1;visibility:visible!important}.custom-product a{background-color:#000!important;background-image:none!important}#header-sticky-2{padding-bottom:20px;padding-top:20px}.custom-border:after{background-color:#a8a9aa;width:770px;z-index:99999}.custom-tooltip-clr,.custom-tooltip-clr:after{background-color:#a89233!important}.text--primary{color:#937700!important}.custom-tabs-bg .nav-link.active{background-color:transparent!important}.custom-visibility:hover .tp-category-price-4,.custom-visibility:hover .tp-product-price-4,.custom-visibility:hover .tp-product-price-wrapper-4{opacity:1!important;visibility:visible!important}.custom--color{background-color:#f6f4f2!important}.custom-theme-bg{background-color:#937700}.tp-product-banner-area .swiper-slide.tp-product-banner-inner.custom-theme-bg{cursor:grab}.tp-product-banner-slider-dot.tp-swiper-dot.tp-swiper-dot .swiper-pagination-bullet{background-color:#00000059}.tp-shop-main-wrapper .pagination-controls span{line-height:50px;padding:0 15px}.tp-product-banner-slider-dot.tp-swiper-dot.tp-swiper-dot .swiper-pagination-bullet.swiper-pagination-bullet-active{background-color:#000}.text--black:hover a{color:#000!important}.custom-swipe-arrow button:hover{background-color:#937700!important}a.product--img img{height:220px!important;-o-object-fit:contain!important;object-fit:contain!important;padding:20px!important}.tp-shop-widget-categories{height:auto!important;overflow-y:auto!important}ul{list-style-type:none;padding-left:0}li,ul{margin:0}.tp-search-area.opened{display:block}.tp-search-category{font-size:14px;margin-top:10px}.search-results{list-style:none;margin:10px 0;padding:0}.search-results li{margin:5px 0}.search-results li a{color:inherit;text-decoration:none;transition:color .3s ease}.search-results li a:hover{color:#555}.body-overlay.opened{background:rgba(0,0,0,.5);bottom:0;left:0;position:fixed;right:0;top:0;z-index:1000}.tp-search-input button{align-items:center;background:transparent;border:none;cursor:pointer;display:flex;justify-content:center;padding:0 5px}.tp-shop-widget-categories ul li a.list-style-none:after{display:none}.tp-search-form{position:relative}.tp-search-category{background-color:#fff;border-radius:0 0 10px 10px;box-shadow:0 10px 18px #00000012;margin-top:0;padding:0 15px 15px;position:absolute;width:100%;z-index:9}.tp-search-category .search-results{max-height:300px;overflow-y:auto}.img-height{max-height:490px;-o-object-fit:cover;object-fit:cover}.pagination-controls{align-items:left;display:flex;gap:10px;justify-content:left;margin-top:20px}.pagination-controls button{background-color:#007bff;border:2px solid #007bff;border-radius:5px;color:#fff;cursor:pointer;font-size:16px;padding:10px 20px;transition:background-color .3s,transform .2s,border-color .3s}.pagination-controls button:disabled{background-color:#d6d6d6;border-color:#d6d6d6;cursor:not-allowed}.pagination-controls button:hover:not(:disabled){background-color:#0056b3;border-color:#0056b3;transform:scale(1.05)}.pagination-controls span{color:#333;font-size:16px;font-weight:500}.pagination-controls button:focus{box-shadow:0 0 5px #007bff99;outline:none}img.contain-img{-o-object-fit:contain!important;object-fit:contain!important}@media only screen and (min-width:576px) and (max-width:767px){.tp-slider-title-4{font-size:65px!important}}@media only screen and (max-width:480px){.custom-banner-bg{height:900px}}h3.sub-heading{font-size:32px;font-weight:600}.tp-about-area .tp-product-banner-thumb-gradient{background-image:radial-gradient(50% 50% at 50% 50%,hsla(0,0%,100%,.25) 0,hsla(0,0%,89%,.35) 100%);left:auto;right:0;top:-40px}.tp-about-area h6.tp-product-banner-bg-text.text-dark{bottom:-30px;font-size:240px}.tp-about-area .tp-product-banner-inner.bg-light.p-relative.z-index-1{overflow:hidden}.f-s-16{font-size:16px}.modal-md .tp-login-input input{height:40px;padding:0 15px!important}.modal-md .modal-content{width:480px!important}.modal-md .tp-login-input-box:not(:last-child){margin-bottom:30px}.modal-md .tp-login-input-title label{left:11px}.error{font-size:12px}.modal-open{overflow:hidden}.breadcrumb__list{background-color:#f5f5f5;border-radius:8px;display:inline-block;padding:8px 15px}.breadcrumb__list span.sub-category{background-color:#fff;border-radius:25px;display:inline-block;margin-right:20px;padding:3px 15px}.breadcrumb__list span.sub-category:not(:last-child):after{content:"/";right:-15px}.breadcrumb__list span.sub-category:not(:last-child):after,.breadcrumb__list span:not(:last-child):after{background-color:transparent;border-radius:0;font-size:20px;font-weight:600;height:25px;text-align:center;width:10px}.breadcrumb__list span:not(:last-child):after{content:"";right:15px}.breadcrumb__title{font-size:38px}.breadcrumb__list span{font-size:14px;font-weight:400}.tp-product-tab-inner-3 .nav-tabs{background-color:#f5f5f5;border-bottom:none;border-radius:6px;padding:10px}.tp-product-tab-3.tp-tab .nav-tabs .nav-link.active{background-color:#821f40;color:#fff;padding:10px 20px}.tp-product-tab-3.tp-tab .nav-tabs .nav-link{border-radius:10px;font-size:16px;font-weight:600;margin:0!important;padding:10px 20px;text-transform:uppercase;transition-duration:.4s;transition-property:background-color}.tp-product-tab-3.tp-tab .nav-tabs .nav-link:after{display:none}.tp-category-area .product-item{border:1px solid #fff}.product-list .tp-product-item-4,.tp-category-area .product-item{border-radius:12px;box-shadow:0 0 20px #0000001a;transition:all .5s ease}.product-list .tp-product-item-4{border:1px solid #fff;margin-bottom:30px;padding-bottom:10px}.product-list .tp-product-details-quantity .tp-product-quantity{width:102px}.product-list .tp-product-details-quantity .tp-cart-minus{left:3px}.product-list .tp-cart-minus.tp-cart-plus,.product-list .tp-cart-plus.tp-cart-plus{right:3px}.product-list .tp-product-item-4:hover,.tp-category-area .product-item:hover{box-shadow:0 20px 40px #3805162b;transition:all .5s ease}.custom-theme-bg{background-color:#0b253e}.profile__tab .nav-tabs .nav-link.active,.profile__tab .nav-tabs .nav-link.active:hover{background-color:#821f400f;color:#821f40}.profile__main-info-icon .profile-icon-count,.profile__main-thumb-edit label{background-color:#821f40}button.btn.btn-secondary{font-size:14px}.btn-red,.product-list .tp-product-details-add-to-cart-btn{background-color:#821f40;border:1px solid #821f40;color:#fff;font-size:14px}.product-list .tp-product-thumb-4 img{height:290px;-o-object-fit:contain;object-fit:contain;padding:20px}.product-list .tp-product-title-4{font-size:18px;line-height:26px;margin-bottom:0;padding:0 15px}.product-list .tp-product-title-4 a{font-weight:700}.color-red{color:#821f40!important}.blue-fotter{background-color:#010f1c}.tp-header-area.tp-header-height.blue-header{background-color:#010f1c;margin-bottom:30px}.blue-header .main-menu>nav>ul>li>a{color:#fff;display:inline-block;font-size:14px;padding:0 0 0 10px}.blue-fotter .tp-footer-subscribe p,.blue-fotter .tp-footer-widget-content ul li,.tp-footer-style-2.blue-fotter .tp-footer-widget ul li a{color:#8b8b8b}.tp-header-area.tp-header-height.blue-header .tp-header-top-border{border-bottom:1px solid #0e273f}.tp-header-area.tp-header-height.blue-header .tp-header-info-item a{color:#fffc;font-size:12px}.tp-header-top-black .tp-header-top-menu-item{padding:3px 0}.tp-header-area.tp-header-height.blue-header .tp-header-top-black .tp-header-top-menu-item>span{color:#fff;font-size:14px;padding-left:0}.tp-header-area.tp-header-height.blue-header .tp-header-welcome{background-color:#232f3e;padding:8px 0}.tp-header-area.tp-header-height.blue-header .tp-header-welcome p span.text-gray{color:#838383;margin:0 0 0 10px}.tp-header-area.tp-header-height.blue-header .tp-header-welcome p{opacity:1}.tp-header-area.tp-header-height.blue-header .tp-header-search-2 input{background:#0d2a44;border:1px solid #204569;color:#fff;height:40px;padding-left:12px;padding-right:42px}.tp-header-area.tp-header-height.blue-header .tp-header-search-2 button{font-size:28px;right:5px;top:52%;transform:translateY(-51%)}.mdi-menu-down,.mdi-menu-up{background-color:#223f22;border-radius:4px;color:#0cca02!important;font-size:12px;font-weight:600;margin-left:10px;padding:2px 7px!important}.mdi-menu-down{background-color:#4d231f;color:#ed2626!important}.text-danger span.triangle{border-color:#ed2626 transparent transparent;border-style:solid;border-width:7px 5px 0;display:inline-block;height:0;margin:0}.text-success span.triangle{border-color:transparent transparent #0cca02;border-style:solid;border-width:0 5px 7px;display:inline-block;height:0;margin:0}.product-detail-main .tab-content.m-img img{background-color:#f5f5f5;height:520px;-o-object-fit:contain;object-fit:contain;padding:20px;width:100%}.bg-gray{background-color:#f5f5f5}.tp-product-details-thumb-wrapper .nav-tabs .nav-link.active:after,.tp-product-details-thumb-wrapper .nav-tabs .nav-link:hover:after{border-color:#821f40}.product-detail-main .tp-product-details-thumb-wrapper .nav-tabs .nav-link img{background-color:#f5f5f5;padding:5px}.product-detail-main .tp-product-details-thumb-wrapper .nav-tabs .nav-link{height:130px;width:120px}.product-detail-main .tp-product-details-stock span{background-color:transparent;display:inline-block;font-size:14px;padding:0}.in-stock.text-green,.text-green{color:#198754!important}.in-stock{font-weight:600;text-transform:uppercase}.bg-red,.red-border-btn.btn:focus,.red-border-btn.btn:hover{background-color:#821f40;color:#fff}.red-border-btn.btn{border:1px solid #821f40;color:#821f40}.font-weight-normal{font-weight:500}.w-20{width:20%}.h-10,.h-10 svg{height:10px}.lh-18{line-height:18px}.tp-shop-top-select .nice-select{min-width:164px;padding:0 15px}.tp-shop-top-select.category-sort .nice-select{min-width:130px}.tp-header-area.tp-header-height.blue-header div#header-sticky{background-color:#010f1c;padding:4px 0}.tp-header-sticky.header-sticky .tp-header-action-item .tp-header-action-btn .tp-header-action-badge{background-color:#fd4b6b;border-color:#fff;color:var(--tp-common-white)}.tp-product-details-area .tp-product-details-stock span{background-color:transparent;color:var(--tp-theme-primary);display:inline-block;font-size:15px;line-height:1;padding:4px 12px}.tp-header-sticky.header-sticky{background:#010f1c}.tp-header-sticky.header-sticky .main-menu.menu-style-3>nav>ul>li>a,.tp-header-sticky.header-sticky .tp-header-action-item .tp-header-action-btn{color:#fff}.tp-header-sticky.header-sticky .tp-header-top{border-bottom:1px solid #0e273f;display:none!important}.fw-500{font-weight:500}.tp-checkout-input select{border:1px solid #d5d8db;border-radius:0;color:var(--tp-common-black);height:50px;width:100%}.tp-contact-inner .tp-checkout-payment-desc p,.tp-contact-inner .tp-checkout-payment-desc:after{background-color:#fff}.tp-checkout-input input,.tp-checkout-input textarea{padding-left:15px;padding-right:15px}.lh-16{line-height:16px}.modal-body.overflow-auto{max-height:calc(100vh - 195px)}rect.highcharts-background{fill:transparent}.highcharts-root text{font-size:16px!important}h3.border-bottom-custom{border-bottom:3px solid #2caffe}h3.border-bottom-custom.Silver{border-bottom:3px solid #fecd2c}h3.border-bottom-custom.Platinum{border-bottom:3px solid #db4f4f}h3.border-bottom-custom.Palladium{border-bottom:3px solid #59d43a}.btn-pagination .arrow{display:block;margin-top:-4px}.tab-pane .pagination .btn-pagination{background-color:#010f1c;border-radius:6px;height:40px}.pagination{align-items:center}.tp-order-details.custom-space{padding:60px 50px 20px}.order-list-scroll{max-height:310px;overflow:auto;padding-right:15px;scrollbar-width:thin}section.profile__area{overflow:hidden}.profile__shape{display:block}.tp-banner-full-title{font-size:46px!important}.tp-banner-full-title,.tp-banner-title-4{color:#fff;font-size:26px;margin:0;text-shadow:0 0 14px #000;width:100%}.tp-banner-content-4,.tp-banner-item-4.sm-banner .tp-banner-content-4{bottom:11px;left:20px;top:auto}.min-height-head{min-height:65px}.min-height-head.text-height{min-height:85px}.tp-contact-input input{padding:0 15px}.mt-m-30{margin-top:-30px}.tp-feature-area .tp-feature-icon span{min-width:25px}.tp-feature-area .tp-feature-item svg{min-width:25px!important;width:25px!important}.contact-info{background-color:#fff;height:200px;margin-bottom:15px;-o-object-fit:contain;object-fit:contain}.same-height .tp-work-item{align-self:stretch}img.custom-size{height:260px;-o-object-fit:cover;object-fit:cover}.tp-blog-grid-title{text-transform:capitalize}.tp-brand-item{border:1px solid #edeff2}.min-w-130{min-width:130px}.tp-header-top-menu-item ul.custom-drop li.name{background-color:#232f3e;font-size:12px;font-weight:600;margin:0;padding:5px 10px;position:relative}.tp-header-top-menu-item ul.custom-drop li.name:after{border:8px solid transparent;border-bottom-color:#232f3e;content:"";height:16px;position:absolute;right:40px;top:-16px;width:16px}.tp-header-top-menu-item ul.custom-drop{border-radius:4px;min-width:180px;padding:0 0 15px}.tp-header-top-menu-item ul.custom-drop li{border-bottom:1px solid #e5e5e5;margin:0 15px;padding:2px 0}.tp-header-top-menu-item ul.custom-drop li a{font-size:12px;font-weight:500}.toCart{cursor:pointer}.spot-price-header{margin-top:28px}@media (min-width:991px){.min-w-800{min-width:800px}}@media (min-width:1199px){.pr-md-50{padding-right:50px}}@media (max-width:1399px){.tp-about-area h6.tp-product-banner-bg-text.text-dark{bottom:-30px;font-size:190px}}@media (max-width:1199px){.tp-product-tab .nav-tabs .nav-item:not(:last-child){margin-right:30px}.tp-product-tab .nav-tabs .nav-item .nav-link{font-size:16px}.tp-header-welcome span{margin:0;width:-moz-fit-content;width:fit-content}.tp-header-welcome p{display:inline-grid}.tp-about-area h6.tp-product-banner-bg-text.text-dark{bottom:-30px;font-size:160px}.tp-product-tab-3.tp-tab .nav-tabs .nav-link{font-size:14px;line-height:18px;padding:10px 20px}.tp-header-area.tp-header-height.blue-header .tp-header-welcome p{display:inline;font-size:12px;margin-right:10px!important}}@media (max-width:991px){.tp-about-area h6.tp-product-banner-bg-text.text-dark{bottom:-10px;font-size:120px}}@media (max-width:767px){.tp-about-area h6.tp-product-banner-bg-text.text-dark{bottom:0;font-size:80px}.product-list .tp-product-details-quantity .tp-product-quantity{width:76px}#header-sticky.tp-header-height .pr-85{padding-right:25px}#header-sticky.tp-header-height .pl-85{padding-left:10px}}@media (max-width:575px){.tp-about-area h6.tp-product-banner-bg-text.text-dark{bottom:0;font-size:50px}}
