: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__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index) px);position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{right:0;left:auto}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px 0 rgba(0,0,0,.1),0 2px 15px 0 rgba(0,0,0,.05);display:flex;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;flex:1 1 auto;padding:6px;display:flex;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;flex:1 1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.7s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width:480px){.Toastify__toast{margin-bottom:0;border-radius: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{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-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--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{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;align-self:flex-start}.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{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:auto;transform-origin:right}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border-radius:100%;border:2px solid;border-right:2px solid var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@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%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.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{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.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(0deg)}to{transform:rotate(1turn)}}.top_bar a:hover{color:var(--theme-secondary-1)!important}:root{--max-width:1100px;--border-radius:12px;--font-mono:ui-monospace,Menlo,Monaco,"Cascadia Mono","Segoe UI Mono","Roboto Mono","Oxygen Mono","Ubuntu Monospace","Source Code Pro","Fira Mono","Droid Sans Mono","Courier New",monospace;--foreground-rgb:0,0,0;--background-start-rgb:214,219,220;--background-end-rgb:255,255,255;--primary-glow:conic-gradient(from 180deg at 50% 50%,#16abff33 0deg,#0885ff33 55deg,#54d6ff33 120deg,#0071ff33 160deg,transparent 360deg);--secondary-glow:radial-gradient(#fff,hsla(0,0%,100%,0));--tile-start-rgb:239,245,249;--tile-end-rgb:228,232,233;--tile-border:conic-gradient(#00000080,#00000040,#00000030,#00000020,#00000010,#00000010,#00000080);--callout-rgb:238,240,241;--callout-border-rgb:172,175,176;--card-rgb:180,185,188;--card-border-rgb:131,134,135}@media (prefers-color-scheme:dark){:root{--foreground-rgb:255,255,255;--background-start-rgb:0,0,0;--background-end-rgb:0,0,0;--primary-glow:radial-gradient(rgba(1,65,255,.4),rgba(1,65,255,0));--secondary-glow:linear-gradient(to bottom right,rgba(1,65,255,0),rgba(1,65,255,0),rgba(1,65,255,.3));--tile-start-rgb:2,13,46;--tile-end-rgb:2,5,19;--tile-border:conic-gradient(#ffffff80,#ffffff40,#ffffff30,#ffffff20,#ffffff10,#ffffff10,#ffffff80);--callout-rgb:20,20,20;--callout-border-rgb:108,108,108;--card-rgb:100,100,100;--card-border-rgb:200,200,200}}*{box-sizing:border-box;padding:0;margin:0}body,html{max-width:100vw;overflow-x:hidden}.slick-slide>div{padding:0 15px}.wrap-login{max-width:500px}.btn-clear{background-color:transparent!important;border:none;padding-top:0;padding-bottom:0}.btn-clear,.dropdown-clear .dropdown-menu{color:inherit!important;font-size:inherit!important}.dropdown-clear .dropdown-menu{min-width:auto;padding:0;margin:.125rem 0 0}.dropdown-clear .dropdown-item{margin:0}.pointer{cursor:pointer}.img-banner-2x2{width:366px;height:330px;max-width:100%}.horizontal-slider{height:8px;margin:1em 0;background-color:#efefef}.slider-track-1{top:0;bottom:0;background:var(--theme-primary-1);border-radius:999px}.slider-thumb-0,.slider-thumb-1{background-color:var(--theme-primary-1);border-radius:50px;width:15px;height:15px;text-align:center;font-size:10px;top:-3px;color:var(--light)}.product-image-box{height:220px}.page{padding-bottom:40px}.text-500{font-weight:500}.page>.section-page{padding:70px 0 40px}.delivered{background-color:green}.delivered,.in-progress{color:#fff;font-weight:700;padding:5px 10px;font-size:14px}.in-progress{background-color:grey}.stopped{background-color:red;color:#fff;font-weight:700;padding:5px 10px;font-size:14px}.bottom{position:fixed;bottom:0}.featured-department-section{background-color:var(--theme-primary-1);padding-bottom:40px}.section-title{color:#fff}.card-style{width:250px;height:300px;display:flex;flex-direction:column;justify-content:center;align-items:center;background-color:transparent;border-radius:10px;padding:10px;box-shadow:0 2px 8px rgba(0,0,0,.1),0 4px 6px rgba(0,0,0,.08)}.card-text{color:#333;margin-top:10px}.heading{padding:1rem 0;font-size:3.5rem;text-align:center}.swiper_container{height:350px;padding:2rem 0;position:relative}.swiper-slide{width:37rem;height:42rem;position:relative}.swiper-slide img{width:18rem;border-radius:2rem;object-fit:cover}.swiper-slide-shadow-left,.swiper-slide-shadow-right{display:none}.slider-controler{position:relative;display:flex;align-items:center;justify-content:center}.slider-controler .slider-arrow{background:var(--white);width:3.5rem;height:3.5rem;border-radius:5px;left:42%;transform:translateX(-42%);filter:drop-shadow(0 8px 24px rgba(18,28,53,.1))}.slider-controler .slider-arrow:after{content:""}.card-style{transform-origin:center center;margin:0 auto}.slider-controler .swiper-button-next{left:100%!important;transform:translateX(-100%)!important}.slider-controler .swiper-button-prev{left:0!important;transform:translateX(0)!important}.card-style{background-color:#fff}.swiper-slide-active{background-color:var(--theme-secondary-1)}.circular-image{border-radius:50%;width:600px;height:250px;object-fit:cover}.vertical-timeline--two-columns .vertical-timeline-element-icon{display:none}.vertical-timeline.vertical-timeline--two-columns{width:85%}.vertical-timeline--two-columns .vertical-timeline-element-content{margin-left:0;padding:1.5em;width:100%!important}.show{display:block}.header-logo{width:230px}.account_text{color:#fff;font-size:16px!important}.account_name{font-size:15px!important}.account_icon{font-size:16px!important}.contact-section{margin-top:50px}.form-text{display:block;margin-top:.25rem;color:#fff}.title-header:after{background-color:var(--theme-secondary-1)}.submit{color:#fff!important}.team-container{display:flex;justify-content:center;flex-wrap:nowrap;overflow-x:auto}.team-container::-webkit-scrollbar{display:none}.featured-thumbnail img{max-width:150px;height:auto}.img-fluid{max-width:100%!important;height:auto!important}.social-icons.circle li>a:hover{color:var(--theme-secondary-1)}.cat_menu_list,nav.menu li.mega-menu-item:hover>ul.mega-submenu{z-index:999}.dropdown-menu{position:unset!important;transform:none!important;display:block;border:none}ul.cart-list>li:last-child{border-bottom:none}.gerencia{width:100%;opacity:.4;transition:all .2s;color:#333}.gerencia .text{margin-bottom:0}.chief-container:hover .gerencia .text{color:var(--theme-primary-1)!important}.chief-container:hover .gerencia .small{color:#656c76}.chief-container:hover .gerencia{opacity:1;font-weight:400}.large-card{width:100%}.product-image-box{align-items:center;height:180px;display:flex}.mobile-slider-container{padding-top:5em}.mobile-slider-image{width:320px;object-fit:contain;max-height:236px}.slider-card{width:100px;max-height:300px;display:flex!important}.tabs{display:flex;list-style:none;margin:0;padding:0}.tab{cursor:pointer;margin-right:20px;position:relative}.tab a{color:#666;font-size:16px;text-decoration:none}.tab.active a{color:var(--theme-primary-1)!important}.tab.active:after{content:"";position:absolute;bottom:-10px;left:0;right:0;height:2px;background:var(--theme-primary-1);border-radius:2px}#dropdown-cart{align-items:flex-end}#dropdown-cart.dropdown-toggle:after{top:-6px;position:relative;color:var(--theme-secondary-1)}.product-Price-amount{font-weight:700!important;font-size:1.25em}.featured-department-section .card-text{color:var(--theme-primary-2);font-weight:700!important;font-size:1.71em}.dropdown .dropdown_content{padding:5px!important}.btn-primary{color:#fff;background-color:var(--theme-primary-1)!important;border-color:var(--theme-primary-2)!important}.btn-default,.btn-primary{border:none;border-radius:1px}.dropdown-item:active,.widget_shopping_cart .dropdown-item.active{color:var(--theme-primary-2)!important;text-decoration:none;background-color:inherit!important}.widget_account a:hover{color:var(--theme-primary-2)!important}.btn-close{padding:7px}.btn-close:after{content:"X"}.error-label{color:#dc3545;font-size:13px;display:block;position:absolute}.modal-content{border:none!important;border-radius:0!important}.password-field .input-group-text{background-color:transparent!important;border:1px solid #ced4da;border-radius:0!important}#login-form .form-group i{z-index:33!important;top:10px}button .spinner-border{top:-1px;position:relative}#dropdown-account.dropdown-toggle:after{font-size:14px}.dropdown-cart{margin-right:1em}.selected .department-mobile-card{background:var(--theme-secondary-1)}.ttm-box-post-date .entry-date,.ttm-box-post-date .entry-month{color:var(--theme-primary-2)!important}.brand-carousel-item{width:230px}.cart_item td{vertical-align:middle!important}table.cart_table td:first-child,table.cart_table th:first-child{min-width:10px!important;max-width:50px!important}a.checkout-button{color:var(--theme-primary-1)}a.checkout-button:hover{color:#f5f5f5}table.cart_table td{padding-left:44px;padding-right:44px}table.cart_table td.actions{padding-top:1em;padding-right:0}.btn-light{color:#212529!important;background-color:#f8f9fa!important;border-color:#f8f9fa!important}.order_table{width:100%;border-collapse:collapse;border-radius:0}table.order_table thead tr{background-color:#f6f9ff;border:1px solid rgba(0,0,0,.1)}table.order_table th{font-weight:500;font-size:15px;line-height:20px;vertical-align:middle;border-bottom:1px;border-top:1px solid rgba(0,0,0,.1)}table.order_table:not(.checkout-review-order-table) tr th:not(:nth-child(2)){text-align:center}table.order_table td{border-top:1px solid rgba(0,0,0,.1);text-align:center;vertical-align:middle}table.order_table td:nth-child(2){text-align:left}table.order_table .product-thumbnail img{width:75px;height:75px;background-color:#f6f9ff}table.cart_table{width:100%;margin-bottom:30px;text-align:center}table.cart_table td,table.cart_table th{text-align:center;vertical-align:middle}.pagination-block .page-numbers.current{color:var(--theme-primary-2)}.tabs{position:relative;z-index:999;overflow-x:unset;padding-bottom:1em}select.form-control,textarea.form-control{font-family:inherit;transition:border .2s linear,box-shadow .2s linear;border-radius:0;vertical-align:middle;width:100%;color:#656c76;font-weight:400;background-color:#fff;text-transform:inherit;border:1px solid #e9eef6;font-size:15px;outline:none;line-height:inherit}select.form-control:focus,textarea.form-control:focus{border:1px solid var(--theme-primary-1);box-shadow:none}.form-label{font-weight:500}.tab.active a{font-weight:600}.product-title h2:hover{font-weight:500!important}.ttm-btn{text-transform:none!important}.product-look-views{height:290px}.border-light{border:2px solid #e1e2e445!important}.tax-item{font-size:14px!important;display:flex;justify-content:space-between;align-items:center}.tax-label{text-align:left}.tax-amount{text-align:right}.applied-filters span{margin-left:.5rem}.applied-filters span:first-child{margin-left:0!important}.pl-0-on-desktop{padding-left:0}.tabs-for-single-products.ttm-tabs{padding:0!important}.job-info{display:flex;align-items:center;margin-bottom:1rem}@media only screen and (max-width:767px){.job-info{flex-direction:column;align-items:flex-start}.job-date{margin-top:.5rem}}.job-date,.job-location{display:flex;align-items:center;margin-right:1rem}.job-date i,.job-location i{margin-right:.5rem}.job-description{margin-bottom:2rem}.job-description-container{background-color:#f7f7f7;padding:1rem;margin-bottom:2rem;width:100%;@media only screen and (min-width:768px){width:50%}}table.cart_table thead tr{background-color:#f6f9ff;border:1px solid rgba(0,0,0,.1)}.org-tree ul{padding-top:20px;transition:all .5s}.org-tree li,.org-tree ul{position:relative;text-align:center}.org-tree li{display:inline-block;list-style-type:none;padding:20px 5px;vertical-align:top}.cart-chart{position:relative;padding-top:50px;text-align:center}.cart-chart .card-top-border{background:var(--theme-primary-1);text-align:center;bottom:0;position:relative;width:295px;padding:5px 3px 3px;border-radius:16px;border-bottom-left-radius:0;border-bottom-right-radius:0;z-index:-1;left:50%;transform:translateX(-50%)}.cart-chart .image{border-radius:50%;width:80px;height:80px;position:absolute;left:50%;transform:translateX(-50%);top:-10px;z-index:100}.cart-chart .image img{border-radius:50%;width:80px;height:80px;border:5px solid var(--theme-secondary-1)}.cart-chart .card-chart-body{height:46px;width:300px;padding-top:20px;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:0}.cart-chart .card-chart-body,.cart-chart .card-footer{background:#f7f7f7;text-align:center;position:relative;z-index:-1;left:50%;transform:translateX(-50%)}.cart-chart .card-footer{padding:3px 3px 20px;bottom:0;width:295px;border-radius:16px;border-top-left-radius:0;border-top-right-radius:0}.card-chart .card-footer img{width:25px;margin:5px}.card-chart .card-body h2{font-weight:600;line-height:20px}.card-chart .card-body p{line-height:20px;font-size:small}.org-tree li:after,.org-tree li:before{content:"";position:absolute;top:0;right:50%;border-top:1px solid #ccc;width:50%;height:20px}.org-tree li:after{right:auto;left:50%;border-left:1px solid #ccc}.org-tree li:only-child:after,.org-tree li:only-child:before{display:none}.org-tree li:only-child{padding-top:0}.org-tree li:first-child:before,.org-tree li:last-child:after{border:0}.org-tree li:last-child:before{border-right:1px solid #ccc;border-radius:0 5px 0 0;-webkit-border-radius:0 5px 0 0;-moz-border-radius:0 5px 0 0}.org-tree li:first-child:after{border-radius:5px 0 0 0;-webkit-border-radius:5px 0 0 0;-moz-border-radius:5px 0 0 0}.org-tree ul ul:before{content:"";position:absolute;top:0;left:50%;border-left:1px solid #ccc;width:0;height:20px}.org-tree li a{border:1px solid #ccc;padding:5px 10px;text-decoration:none;color:#666;font-family:arial,verdana,tahoma;font-size:11px;display:inline-block;border-radius:5px;-webkit-border-radius:5px;-moz-border-radius:5px;transition:all .5s;-webkit-transition:all .5s;-moz-transition:all .5s}.org-tree li a:hover,.org-tree li a:hover+ul li a{background:#c8e4f8;color:#000;border:1px solid #94a0b4}.org-tree li a:hover+ul li:after,.org-tree li a:hover+ul li:before,.org-tree li a:hover+ul ul:before,.org-tree li a:hover+ul:before{border-color:#94a0b4}input::placeholder{color:#c5c5c5!important;opacity:1}textarea::placeholder{color:#c5c5c5;opacity:1}@media screen and (max-width:600px){.product-name .row .col{flex-direction:column}.org-tree{overflow-x:scroll}.org.tree{min-width:1020px}}.control-arrow.control-next:before{border-left:8px solid var(--theme-primary-1)!important}.control-arrow.control-prev:before{border-right:8px solid var(--theme-primary-1)!important}.has-discount{color:rgba(255,0,0,.774)}.carousel.carousel-slider .control-arrow{top:40%!important;bottom:auto!important;border-radius:100px;margin:auto .9rem;padding:.8rem!important;opacity:.9!important;width:3rem;height:3rem;background:rgba(0,0,0,.2)!important}.carousel.carousel-slider .control-arrow:hover{background:rgba(255,230,0,.2)!important}.featured-imagebox-post .featured-content{height:115px}.stf__parent{margin:auto}.demoPage.stf__item{border:1px solid #cccccc65}.magazine-container{transition:all .5s ease-in-out}.page.page-cover.stf__item{background:linear-gradient(90deg,#3c0d14 3px,hsla(0,0%,100%,.5) 5px,hsla(0,0%,100%,.25) 7px,hsla(0,0%,100%,.25) 10px,transparent 12px,transparent 16px,hsla(0,0%,100%,.25) 17px,transparent 22px);box-shadow:0 0 5px -1px #000,inset -1px 1px 2px hsla(0,0%,100%,.5)}@media screen and (max-width:767px){.show-for-mobile{display:block!important}.fs10-sm{font-size:10px!important}.print-only{display:none!important}.full-on-mobile{width:100%!important}table.order_table td{text-align:right!important}table.cart_table:not(.checkout-review-order-table) tr td.full{max-width:100%!important}.tabs{overflow-x:scroll}.cart_item{display:flex;flex-direction:column;margin-bottom:2em;border-top:3px solid #f6f9ff}.header-logo{width:180px}.hide-for-mobile{display:none}.hide-for-desktop{display:block}.top_bar_content{display:none}#dropdown-cart{flex-direction:column;align-items:center}#dropdown-cart.dropdown-toggle:after,.account_content,.cart_text{display:none}.account_icon{width:100%;text-align:center}.cart_icon{font-size:20px}.circular-image{width:300px;height:60px}.vertical-timeline.vertical-timeline--two-columns{width:100%}.vertical-timeline-element-content{padding:1em!important}.account_name{display:none!important}#dropdown-account{min-width:25px}.pl-0-on-desktop{padding-left:15px!important}.pl-0-on-mobile{padding-left:0!important;padding-left:15px!important}}@media screen and (max-width:991px){.site-branding{padding:14px 0}}@media screen and (max-width:767px){#dropdown-cart{max-width:105px;margin-right:5px}.banner-image,.product-image-box img{padding:0!important}.mobile-slider-image{width:200px;max-height:150px}.breadcrumb-wrapper{margin-top:.8em}.breadcrumb-wrapper>*{font-size:1em!important}}@media screen and (min-width:768px){.mobile-slider-container{padding-top:3em}.hide-for-desktop{display:none}.mobile-slider-image{width:260px;max-height:236px}}.print-only{display:none}@media print{.no-print input[type=radio],.tooltip,footer *,header *,input[name=grpShipping]{display:none}.print-only{display:table-cell!important}.no-print{display:none!important}.no-print .product-remove{display:none}input[type=text]{border:none!important}.cart_item td,input[type=text]{text-align:center}table.cart_table td:first-child,table.cart_table th:first-child{max-width:170px!important}#totop{display:none!important}a{-webkit-text-decoration-style:none!important;text-decoration-style:none!important;text-decoration:none!important}.result_cart_table td{font-size:1.3em;text-align:center}.result_cart_table th{text-align:center}.result_cart_table .total{font-weight:700}}:root{--theme-primary-1:#00983f!important;--theme-primary-2:#005623!important;--theme-secondary-1:#ffe600!important}.text-theme-secondary{color:var(--theme-secondary-1)!important}