@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,700&display=swap");@import url("https://fonts.googleapis.com/css?family=Poppins:400,500,700&display=swap");@keyframes BounceUpDown{0%{transform:translateY(0)}25%{transform:translateY(-5px)}50%{transform:translateY(0)}75%{transform:translateY(-2px)}100%{transform:translateY(0)}}@keyframes BounceDownUp{0%{transform:translateY(0)}25%{transform:translateY(5px)}50%{transform:translateY(0)}75%{transform:translateY(2px)}100%{transform:translateY(0)}}@-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)}}@-webkit-keyframes pulseInOut{0%{opacity:.3;transform:scale(.3)}50%{opacity:1;transform:scale(1.3)}100%{opacity:.3;transform:scale(.3)}}@-moz-keyframes pulseInOut{0%{opacity:.3;transform:scale(.3)}50%{opacity:1;transform:scale(1.3)}100%{opacity:.3;transform:scale(.3)}}@-o-keyframes pulseInOut{0%{opacity:.3;transform:scale(.3);}50%{opacity:1;transform:scale(1.3);}100%{opacity:.3;transform:scale(.3);}}@keyframes pulseInOut{0%{transform:scale(.3);opacity:.7}50%{transform:scale(1.3)}100%{transform:scale(1.3);opacity:0}}.andro_video-button{width:70px;height:70px;position:relative;margin:80px auto 0;z-index:3;background-color:#fff;border-radius:50%;box-shadow:0 3px 24px rgba(0,0,0,.04);display:flex;align-items:center;justify-content:center}.andro_video-button:before{content:'';position:absolute;top:0;left:0;border-radius:50%;transform:scale(1.3);z-index:-1;width:100%;height:100%;-webkit-animation-name:pulseInOut;-moz-animation-name:pulseInOut;-o-animation-name:pulseInOut;animation-name:pulseInOut;animation-duration:2s;animation-iteration-count:infinite;background:#fff}.andro_preloader{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#fff;display:flex;align-items:center;justify-content:center;z-index:9999;transition:.3s}.andro_preloader.hidden{opacity:0;visibility:hidden}.spinner{width:40px;height:40px;position:relative;text-align:center;-webkit-animation:sk-rotate 2s infinite linear;animation:sk-rotate 2s infinite linear}.dot1,.dot2{width:60%;height:60%;display:inline-block;position:absolute;top:0;background-color:#646827;border-radius:100%;-webkit-animation:sk-bounce 2s infinite ease-in-out;animation:sk-bounce 2s infinite ease-in-out}.dot2{top:auto;bottom:0;-webkit-animation-delay:-1s;animation-delay:-1s}a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font:inherit;font-size:100%}.opacity-0{opacity:0}.opacity-25{opacity:.25}.opacity-50{opacity:.5}.opacity-75{opacity:.75}.opacity-100{opacity:1}.dark-overlay,.light-overlay{position:relative;z-index:1}.dark-overlay::before,.light-overlay::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.4);z-index:-1;-webkit-transition:background-color .3s;-o-transition:background-color .3s;transition:background-color .3s}.dark-overlay.dark-overlay-2::before{background-color:rgba(0,0,0,.6)}.light-overlay::before{background-color:rgba(255,255,255,.4)}.light-overlay.light-overlay-2::before{background-color:rgba(255,255,255,.9)}.andro_sticky-section{position:sticky;top:30px}html{overflow-x:hidden}body{font-family:'Open Sans',sans-serif;margin:0;padding:0;font-size:14px;line-height:1.8;font-weight:400;color:#5f4820;overflow-x:hidden}hr{margin:30px 0}img{max-width:100%;height:auto}.imgs-wrapper{position:absolute;width:100%;height:100%;z-index:-1}.imgs-wrapper img{position:absolute;max-width:300px}.imgs-wrapper img:nth-child(1){top:150px;max-width:400px;left:-200px}.imgs-wrapper img:nth-child(2){right:-100px;bottom:0}.andro_single-img-wrapper{position:relative}.andro_single-img-wrapper img{border-radius:0}.andro_dots{width:100%;height:100%;content:'';background-position:0 0,6px 6px;background-size:12px 12px;position:absolute;display:block;background-image:-o-radial-gradient(#d1d4d8 1px,transparent 1px),-o-radial-gradient(#d1d4d8 1px,transparent 1px);background-image:radial-gradient(#d1d4d8 1px,transparent 1px),radial-gradient(#d1d4d8 1px,transparent 1px);-webkit-transition:opacity .3s;-o-transition:opacity .3s;transition:opacity .3s;background-color:transparent;top:-17px;left:17px;opacity:1;z-index:-1}.signature{width:220px;margin-bottom:20px}.cursor-pointer{cursor:pointer}.close-btn{border:0;background-color:transparent;padding:0;width:30px;height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;cursor:pointer;outline:none}.close-btn:focus{outline:none}.close-btn span{position:absolute;width:2px;height:15px;display:block;background-color:#fff;opacity:.6;-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);-webkit-transition:.3s;-o-transition:.3s;transition:.3s}.close-btn.close-dark span{background-color:#18181d}.close-btn.close-danger span{background-color:red}.close-btn span:nth-child(2){-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.close-btn:hover span{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.close-btn:hover span:nth-child(2){-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg)}.close-btn.dark span{background-color:#18181d}.icon-2x{font-size:2rem}.icon-3x{font-size:3rem}.icon-4x{font-size:4rem}.border-0{border:0}.bg-cover{background-size:cover}.bg-parallax{background-attachment:fixed}.bg-contain{background-size:contain}.bg-norepeat{background-repeat:no-repeat}.bg-center{background-position:center}.bg-left{background-position:left}.bg-right{background-position:right}.bg-top{background-position:top}.bg-bottom{background-position:bottom}h1,h2,h3,h4,h5,h6{margin:0 0 20px;font-family:'Poppins',serif;font-weight:700;line-height:1.2;color:#18181d}h1{font-size:50px}h2{font-size:42px}h3{font-size:34px;line-height:1.4}h4{font-size:26px;line-height:1.4}h5{font-size:20px;line-height:1.5;font-weight:500}h6{font-size:16px;line-height:1.7;font-weight:500}p{font-size:14px;line-height:1.8;margin-bottom:15px;color:#838383}a{color:#646827;text-decoration:none;-webkit-transition:.3s;-o-transition:.3s;transition:.3s}a:hover,a:focus{color:#433019;text-decoration:none;-webkit-transition:.5s;-o-transition:.5s;transition:.5s;outline:none}b,strong{font-weight:700}label{margin-bottom:10px;font-weight:600;color:#18181d}ol,ul{list-style:none;padding:0;margin-top:0;margin-bottom:20px}ul li,ol li{margin:10px 0 0;position:relative}.andro_list li{margin:0;display:flex;align-items:center;position:relative}.andro_list li+li{margin-top:10px}.andro_list li::before{font-family:"Font Awesome 5 Free";content:"";-webkit-font-smoothing:antialiased;font-style:normal;font-variant:normal;font-weight:900;text-rendering:auto;line-height:1.7;font-size:12px;-webkit-transition:.3s;-o-transition:.3s;transition:.3s;margin-right:10px;color:#646827}.small,small{line-height:1.7}blockquote{background-color:#fff;position:relative;padding:30px;margin:20px 0;border-left:3px solid #646827;font-size:18px;font-family:"Poppins",sans-serif}blockquote p{margin-bottom:0;font-family:"Poppins",sans-serif;font-size:18px}.entry-content p,.entry-content img{margin-bottom:20px}.entry-content p:last-child{margin-bottom:0}.entry-content img{border-radius:0}.entry-content .andro_post-share{margin-bottom:20px}.fs-12{font-size:12px}.fs-14{font-size:14px}.fs-15{font-size:14px}.fs-16{font-size:16px}.fs-18{font-size:18px}.fs-40{font-size:40px}.fw-400{font-weight:400!important}.fw-500{font-weight:500}.fw-600{font-weight:600}.fw-700{font-weight:700}.border-25{border-radius:0}.section{position:relative;padding:50px 0}.section.section-padding{padding:50px 0 20px}.andro_section-fw{padding:0 50px}.mb-30{margin-bottom:30px}.mr-lg-30{margin-left:30px}.section.section-padding.category_section{margin-top:-50px;padding-top:0}.section-title .title{position:relative;margin:0;font-size:30px}.section-title{position:relative;margin-bottom:30px}.section-title.flex-title{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap}.section-title.flex-title .nav{margin-left:auto}.section-title.flex-title .nav-item{margin:0}.section-title.flex-title .nav-item+.nav-item{margin-left:10px}.section-title.flex-title .nav-item .nav-link{margin:0}textarea{resize:none}.form-control::-webkit-input-placeholder{color:#a5a5a5}.form-control::-moz-placeholder{color:#a5a5a5}.form-control:-ms-input-placeholder{color:#a5a5a5}.form-control::-ms-input-placeholder{color:#a5a5a5}.form-control::placeholder{color:#a5a5a5}.form-control{height:50px;padding:8px 15px;border-radius:0;border:1px solid #f0f2f3;border-radius:0;width:100%;color:#6e6e6e;background-color:#fff;letter-spacing:.1px;font-size:14px}.form-control:focus{border:1px solid #efefef;-webkit-box-shadow:none;box-shadow:none}.form-group{margin-bottom:20px}.input-with-icon{position:relative}.input-with-icon input,.input-with-icon select{padding-left:40px}.input-with-icon i{position:absolute;top:50%;left:15px;font-size:18px;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);color:#a5a5a5;-webkit-transition:.3s;-o-transition:.3s;transition:.3s}.input-with-icon input:focus+i,.input-with-icon select:focus+i{color:#454545}.custom-control-input:focus~.custom-control-label::before{-webkit-box-shadow:none;box-shadow:none}.custom-radio .custom-control-input:checked~.custom-control-label::before,.custom-checkbox .custom-control-input:checked~.custom-control-label::before{background-color:#646827}.custom-control label{line-height:23px}.btn-link{color:#18181d;font-weight:700}.btn-link:hover{color:#433019}.andro_btn-custom{cursor:pointer;display:inline-block;text-align:center;white-space:nowrap;vertical-align:middle;position:relative;background-color:#646827;border:0;color:#fff;font-size:14px;font-weight:600;padding:12px 30px;-webkit-transition:.3s;-o-transition:.3s;transition:.3s;text-transform:uppercase;border-radius:0;z-index:1;box-shadow:0 3px 24px rgba(0,0,0,.1)}.andro_btn-custom:hover,.andro_btn-custom:focus{color:#fff;background-color:#433019;outline:none}.andro_btn-custom.primary{background-color:#646827}.andro_btn-custom.primary:hover,.andro_btn-custom.primary:focus{background-color:#433019}.andro_btn-custom.light{background-color:#fff;color:#646827}.andro_btn-custom.light:hover,.andro_btn-custom.light:focus{background-color:#f0f2f3}.andro_btn-custom.secondary{background-color:#5d5d5d;color:#fff}.andro_btn-custom.secondary:hover,.andro_btn-custom.secondary:focus{background-color:#383838}.andro_btn-custom.btn-sm{padding:12px 16px;font-size:13px}.btn-group .andro_btn-custom:first-child{border-radius:0}.btn-group .andro_btn-custom+.andro_btn-custom{border-radius:0;padding:12px 14px}.btn-group .andro_btn-custom.btn-sm+.andro_btn-custom.btn-sm{padding:12px 16px}.input-group-append .andro_btn-custom,.input-group-append .andro_btn-custom::before{border-top-left-radius:0;border-bottom-left-radius:0}.btn-group .andro_btn-custom.dropdown-toggle.dropdown-toggle-split:hover::after{animation-name:BounceUpDown;animation-duration:1s;animation-iteration-count:1;animation-fill-mode:both;animation-timing-function:ease-out}.btn-group.dropup .andro_btn-custom.dropdown-toggle.dropdown-toggle-split:hover::after{animation-name:BounceDownUp;animation-duration:1s;animation-iteration-count:1;animation-fill-mode:both;animation-timing-function:ease-out}.custom-primary{color:#646827}.custom-secondary{color:#b682e1}.twitter{background-color:#2caae1!important;color:#fff}.twitter:hover{background-color:#2caae1;color:#fff}.facebook{background-color:#3b579d!important;color:#fff}.facebook:hover{background-color:#3b579d;color:#fff}.google{background-color:#dc4a38!important;color:#fff}.google:hover{background-color:#dc4a38;color:#fff}.linkedin{background-color:#0177b5!important;color:#fff}.linkedin:hover{background-color:#0177b5;color:#fff}.pinterest{background-color:#cc2127!important;color:#fff}.pinterest:hover{background-color:#cc2127;color:#fff}.youtube{background-color:#e52d27;color:#fff}.youtube:hover{background-color:#e52d27;color:#fff}.github{background-color:#333!important;color:#fff}.github:hover{background-color:#333!important;color:#fff}.behance{background-color:#1769ff!important;color:#fff}.behance:hover{background-color:#1769ff;color:#fff}.dribbble{background-color:#ea4c89!important;color:#fff}.dribbble:hover{background-color:#ea4c89;color:#fff}.reddit{background-color:#ff4500!important;color:#fff}.reddit:hover{background-color:#ff4500;color:#fff}.light-bg{background-color:#f0f2f3}.primary-bg{background-color:#646827}.secondary-bg{background-color:#5d5d5d}.modal-header .close{background-color:#020202;opacity:1;margin:0;border-radius:50%;height:30px;width:30px;padding:0;color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-shadow:none}.modal-header{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.modal-header .close:not(:disabled):not(.disabled):hover{background-color:#d33;opacity:1}.modal-lg{max-width:1000px}.modal-content{border-radius:0;border:0}.modal-body{padding:40px}.dropdown-menu{padding:10px;font-size:14px;color:#838383;border:1px solid #f0f2f3;box-shadow:0 4px 24px rgba(0,0,0,.1)}.dropdown-item{padding:6px 10px;font-weight:600;color:#838383;border-radius:0}.dropdown-item i{display:inline-block;width:25px}.dropdown-item.active,.dropdown-item:active{background-color:#f8f9fa;color:#16181b}table th,table td{padding:15px;vertical-align:middle;background-color:#fff}table th{font-weight:600;color:#18181d;font-family:"Poppins",sans-serif;border:1px solid #f0f2f3}table{width:100%;margin-bottom:30px}table td{border:1px solid #f0f2f3}table img{width:40px;border-radius:0}.tab-content{margin-top:20px}.nav-item{margin:0}.nav-link{padding:10px 20px;background-color:#f0f2f3;font-weight:600;margin-right:10px;border-radius:0;color:#18181d;border-radius:0}.nav-link.active{background-color:#646827;color:#fff}.tab-content>.tab-pane{display:block;height:0}.tab-content>.active{height:auto}.andro_sm{display:flex;align-items:center;margin:0}.andro_sm li{margin:0}.andro_sm li a{display:inline-block}.andro_sm li+li{margin-left:20px}.andro_header.sticky.header-1 .andro_header-bottom,.andro_header.header-3.sticky .andro_header-bottom{position:fixed;top:0;left:0;width:100%;z-index:190}.andro_header.header-2.sticky .andro_header-middle{position:fixed;top:0;left:0;width:100%;z-index:190;box-shadow:0 3px 24px rgba(0,0,0,.04);border-bottom:1px solid #f0f2f3}.andro_header-top{background-color:#5f4820;padding:0}.andro_header-top-inner{display:flex;align-items:center;justify-content:space-between}.andro_header-top-links{display:flex;align-items:center;margin:0}.andro_header-top-links li{margin:0}.andro_header-top-links>li+li{margin-left:15px}.andro_header-top-sm li a,.andro_header-top-links a{color:#fff}.andro_header-top-sm li a:hover,.andro_header-top-links a:hover{color:#646827}.andro_header-top-links a{font-weight:600;font-size:13px;padding:10px 0;display:block}.andro_header-middle{background-color:#fff}.andro_header-middle .navbar{padding:15px 0}.navbar-brand{padding:10px 0;width:170px}.andro_header-controls{display:flex;align-items:center}.andro_header-controls-inner{display:flex;align-items:center;margin:0}.andro_header-controls-inner li{margin:0}.andro_header-controls-inner li a{width:58px;height:58px;border-radius:0;display:flex;align-items:center;justify-content:center;border:1px solid #f0f2f3;margin:0 10px 0 0}.andro_header-controls-inner li a i{font-size:21px;color:#838383}.andro_header-controls-inner li a:hover{background-color:#f0f2f3}.andro_header-controls-inner li:last-child a{margin-right:0}.andro_header-controls-inner li.andro_header-cart a{width:auto;height:auto;border-radius:0;padding:5px 15px;display:flex;align-items:center}.andro_header-controls-inner li.andro_header-cart a i{font-size:26px;color:#838383}.andro_header-controls-inner li.andro_header-cart .andro_header-cart-content{margin-left:15px}.andro_header-controls-inner li.andro_header-cart .andro_header-cart-content span{display:block;font-size:13px;font-weight:600;color:#18181d}.andro_header-controls-inner li.andro_header-cart .andro_header-cart-content span+span{color:#646827}.andro_header-bottom{background-color:#5f4820}.andro_header-bottom-inner{position:relative;display:flex;align-items:center;justify-content:space-between}.andro_header-bottom-inner .navbar-nav,.andro_header-middle .navbar-nav{display:flex;align-items:center;flex-direction:row}.andro_header-bottom-inner .navbar-nav .menu-item,.andro_header-middle .navbar-nav .menu-item{margin:0}.andro_header-bottom-inner>.navbar-nav>.menu-item>a,.andro_header-middle .navbar>.navbar-nav>.menu-item>a{position:relative;padding:20px;color:#fff;font-weight:600;display:block}.andro_header-middle .navbar>.navbar-nav>.menu-item>a{color:#18181d;padding:30px 20px}.andro_header-bottom-inner>.navbar-nav>.menu-item>a:hover,.andro_header-middle .navbar>.navbar-nav>.menu-item>a:hover{color:#646827}.andro_header-bottom-inner>.navbar-nav>.menu-item:first-child>a,.andro_header-middle .navbar>.navbar-nav>.menu-item:first-child>a{padding-left:0}.andro_header-bottom-inner .navbar-nav .menu-item-has-children,.andro_header-middle .navbar-nav .menu-item-has-children{position:relative}.andro_header .sub-menu,.andro_flex-menu .sub-menu{position:absolute;top:100%;left:0;width:100%;background-color:#fff;transition:.3s;opacity:0;-webkit-transform-style:preserve-3d;transform-style:preserve-3d;-webkit-transform:rotateX(-75deg);transform:rotateX(-75deg);transform-origin:0% 0%;visibility:hidden;z-index:998;min-width:230px;border:1px solid #f0f2f3;box-shadow:0 3px 24px rgba(0,0,0,.04)}.andro_header .sub-menu.sub-menu-left,.andro_flex-menu .sub-menu.sub-menu-left{left:auto;right:0}.andro_header-middle .navbar-nav .menu-item-has-children:hover>.sub-menu,.andro_header-bottom-inner .navbar-nav .menu-item-has-children:hover>.sub-menu,.andro_search-adv-cats:hover .sub-menu,.andro_header-top-links .menu-item-has-children:hover .sub-menu,.andro_flex-menu .menu-item-has-children:hover .sub-menu{-webkit-transform:rotateX(0deg);transform:rotateX(0deg);opacity:1;visibility:visible}.andro_header .sub-menu a,.andro_flex-menu .sub-menu a{display:flex;align-items:center;justify-content:space-between;padding:15px 20px;color:#838383;font-weight:400;border-bottom:1px solid #f0f2f3}.andro_header .sub-menu a:hover,.andro_flex-menu .sub-menu a:hover{background-color:#f0f2f3}.andro_header .sub-menu .sub-menu,.andro_flex-menu .sub-menu .sub-menu{top:0;left:100%}.andro_header .sub-menu .menu-item-has-children>a::after,.andro_flex-menu .sub-menu .menu-item-has-children>a::after{font-family:"Font Awesome 5 Free";content:"";-webkit-font-smoothing:antialiased;font-style:normal;font-variant:normal;font-weight:900;text-rendering:auto;line-height:1.7;margin-left:auto;font-size:10px;-webkit-transition:.3s;-o-transition:.3s;transition:.3s;color:#838383}.andro_search-adv form{display:flex}.andro_search-adv-cats{position:relative;background-color:#f0f2f3;border-radius:0;padding:0 15px;display:flex;align-items:center;justify-content:center;cursor:pointer}.andro_search-adv-cats label{display:flex;align-items:center;padding:15px 20px;color:#838383;font-weight:400;border-bottom:1px solid #f0f2f3;cursor:pointer;margin:0;transition:.3s}.andro_header .sub-menu label:hover{background-color:#f0f2f3}.andro_search-adv-cats label input{position:absolute;opacity:0;visibility:hidden}.andro_search-adv-cats label input+i{color:#30ca71;transition:.3s;visibility:hidden;margin-left:auto;opacity:0;visibility:hidden;transform:scale(0);font-size:12px}.andro_search-adv-cats label input:checked+i{opacity:1;visibility:visible;transform:scale(1)}.andro_search-adv-cats>span{color:#18181d;font-size:13px;font-weight:600}.andro_search-adv-input .form-control{border-radius:0}.sidebar-widget .andro_search-adv-input{width:100%}.sidebar-widget .custom-control-label{font-weight:400}.sidebar-widget .andro_search-adv-input .form-control{border-radius:0}.sidebar-widget.widget-search{padding:20px;background-color:#fff;border-radius:0;border:1px solid #f0f2f3;box-shadow:0 3px 24px rgba(0,0,0,.04)}.andro_search-adv-input{position:relative;width:400px}.andro_search-adv-input button{position:absolute;top:50%;right:0;transform:translateY(-50%);border:0;padding:0;outline:none;cursor:pointer;width:50px;height:50px;background-color:transparent;border-radius:0;color:#838383;transition:.3s;border-left:1px solid #f0f2f3}.andro_search-adv-input button:hover{background-color:#f0f2f3}.andro_search-adv-cats .sub-menu li,.andro_search-adv-cats .sub-menu{margin:0}.navbar-nav .menu-item.mega-menu-wrapper{position:static}.navbar-nav .menu-item.mega-menu-wrapper .sub-menu{width:100%}.navbar-nav .menu-item.mega-menu-wrapper .sub-menu li{margin:0;padding:20px}.mega-menu-promotion-wrapper{margin-top:30px}.navbar-nav .mega-menu-promotion{text-align:center}.navbar-nav .mega-menu-promotion>a{display:block;padding:0}.navbar-nav .mega-menu-promotion img{width:150px;margin-bottom:5px;-webkit-transition:.3s;-o-transition:.3s;transition:.3s}.navbar-nav .mega-menu-promotion:hover img{-webkit-transform:translateY(-4px);-ms-transform:translateY(-4px);transform:translateY(-4px)}.mega-menu-promotion-text h4{margin-bottom:5px;font-size:18px}.mega-menu-promotion-text span{font-size:14px;font-weight:600;line-height:21px;color:#848486}.navbar-nav .mega-menu-promotion-text h4 a{display:block;padding:0;color:#18181d}.navbar-nav .mega-menu-promotion-text h4 a:hover{color:#ed4e53}.navbar-nav .mega-menu-item h6{margin-bottom:10px;font-weight:700}.navbar-nav .mega-menu-item p{padding:10px 0}.navbar-nav .mega-menu-item a{display:block;font-weight:400;padding:10px 0}.navbar-nav .mega-menu-item a:last-child{border-bottom:0}.navbar-nav .mega-menu-item a:hover{background-color:transparent;color:#646827}.navbar-nav .mega-menu-item .andro_btn-custom{display:inline-block;padding:12px 30px;color:#fff;font-weight:600}.navbar-nav .mega-menu-item .andro_btn-custom:hover{color:#fff;background-color:#433019}.navbar-nav .mega-menu-item a.coming-soon{color:#b7b7b7;cursor:default}.navbar-nav .mega-menu-item a.coming-soon span{margin-left:5px;font-size:12px}.aside-toggler{display:none;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;cursor:pointer}.aside-toggler.desktop-toggler{display:flex;height:65px;width:65px;align-items:center;justify-content:center;background-color:#646827;transition:.3s}.aside-toggler.desktop-toggler span{background-color:#fff}.aside-toggler.desktop-toggler:hover{background-color:#433019}.aside-toggler span{display:block;margin-bottom:4px;width:20px;height:2px;border-radius:3px;background-color:#18181d;transition:.3s;transform-origin:right}.aside-toggler span:nth-child(3){margin-bottom:0}.andro_aside{position:fixed;top:0;left:-300px;width:300px;height:100%;background-color:#fff;z-index:999;transition:.3s;overflow:auto}.andro_aside-overlay.aside-trigger-left,.andro_aside.andro_aside-left{display:none}.andro_aside.andro_aside-right{left:auto;right:-400px;padding:30px;width:400px}.andro_aside.andro_aside-right::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;opacity:.3;z-index:-1;background-position:0 130%;background-repeat:no-repeat}.andro_aside.andro_aside-right .sidebar{display:none}.andro_aside.andro_aside-right .sidebar .sidebar-widget{padding:0;background-color:transparent}.andro_aside.open{left:0}.andro_aside.andro_aside-right.open{left:auto;right:0}.andro_aside.open+.andro_aside-overlay{opacity:1;visibility:visible}.andro_aside-overlay{position:fixed;top:0;left:0;width:100%;height:100%;z-index:998;background-color:rgba(0,0,0,.7);transition:.3s;opacity:0;visibility:hidden;cursor:pointer}.andro_aside ul{margin:0}.andro_aside ul .menu-item{margin:0}.andro_aside ul .menu-item a{padding:10px 15px;display:-webkit-box;display:-ms-flexbox;display:flex;color:#18181d;font-weight:700;border-bottom:1px solid rgba(0,0,0,.1)}.andro_aside ul .menu-item a:hover,.andro_aside ul .menu-item a.active{color:#646827}.andro_aside ul .menu-item.menu-item-has-children>a::after{font-family:"Font Awesome 5 Free";content:"";-webkit-font-smoothing:antialiased;font-style:normal;font-variant:normal;font-weight:900;text-rendering:auto;line-height:1.7;margin-left:auto;font-size:10px}.andro_aside ul .menu-item .sub-menu{display:none;background-color:#f0f2f3}.andro_aside .navbar-brand{padding:10px 15px;display:block;width:200px;margin:0}.andro_aside.andro_aside-right .sidebar-widget .widget-title{border-bottom:0;padding-bottom:0;margin-bottom:20px;font-size:18px}.andro_aside.andro_aside-right .sidebar-widget.widget-categories-icons+.sidebar-widget{margin-top:0}.andro_aside.andro_aside-right .sidebar-widget .widget-title::after{display:none}.aside-toggler:hover span{margin:0}.aside-toggler:hover span:nth-child(1){width:10px;transform:rotate(45deg) translate(7px,-3px)}.aside-toggler:hover span:nth-child(3){width:10px;transform:rotate(-45deg) translate(7px,3px)}.andro_header.header-2 .andro_header-middle .navbar{padding:0}.andro_header.header-2 .andro_header-bottom-inner .andro_search-adv{height:65px}.andro_header.header-2 .andro_header-bottom-inner .andro_search-adv form,.andro_header.header-2 .andro_search-adv-input .form-control,.andro_header.header-2 .andro_search-adv-input button,.andro_header.header-2 .andro_search-adv-cats{height:100%;border-radius:0}.andro_header.header-2 .andro_header-bottom{background-color:#fff;border-top:1px solid #f0f2f3}.andro_header.header-3 .andro_header-bottom-inner .navbar-nav{margin-right:auto}.andro_header.header-3 .andro_header-bottom-inner>.navbar-nav>.menu-item:first-child>a{padding:20px}.andro_header.header-3 .andro_category-mm{height:65px;width:250px}.andro_header.header-3 .andro_category-mm .andro_category-mm-header{height:100%;border-radius:0;cursor:pointer;transition:.3s}.andro_header.header-3 .andro_category-mm .andro_category-mm-header:hover{background-color:#433019}.andro_header.header-3 .andro_category-mm .andro_category-mm-header h6{display:flex;align-items:center;position:relative;width:100%}.andro_header.header-3 .andro_category-mm .andro_category-mm-header h6::after{color:#f1f1f1;font-family:"Font Awesome 5 Free";content:"";-webkit-font-smoothing:antialiased;font-style:normal;font-variant:normal;font-weight:900;text-rendering:auto;line-height:1.7;margin-left:auto;font-size:10px;-webkit-transition:.3s;-o-transition:.3s;transition:.3s}.andro_header.header-3 .andro_category-mm-body{position:absolute;top:100%;left:0;width:auto;z-index:99;min-width:250px;opacity:0;-webkit-transform-style:preserve-3d;transform-style:preserve-3d;-webkit-transform:rotateX(-75deg);transform:rotateX(-75deg);transform-origin:0% 0%;visibility:hidden;-webkit-transition:.3s;-o-transition:.3s;transition:.3s}.andro_header.header-3 .andro_category-mm.open .andro_category-mm-body{-webkit-transform:rotateX(0deg);transform:rotateX(0deg);opacity:1;visibility:visible}.andro_header.header-3 .andro_category-mm.open .andro_category-mm-header h6::after{transform:rotate(180deg)}.andro_footer{background-color:#f0f2f3;padding:50px 0 0}.andro_footer p{margin-bottom:20px;color:#515151}.andro_footer-top{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:50px}.andro_footer-middle a,.andro_footer-middle i{color:#515151}.andro_footer-middle a:hover{color:#646827}.andro_footer-middle a.andro_btn-custom,.andro_footer-middle a.andro_btn-custom:hover{color:#fff}.andro_footer-bottom ul{display:-webkit-box;display:-ms-flexbox;display:flex;padding:0 0 20px;border-bottom:1px solid rgba(0,0,0,.1);margin-bottom:20px}.andro_footer-bottom ul li{margin:0}.andro_footer-bottom ul li a{padding-right:20px;color:#515151}.andro_footer-bottom ul li a:hover{color:#646827}.andro_footer-bottom .andro_footer-copyright{padding-bottom:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.andro_footer-bottom .andro_footer-copyright p{margin:0}.andro_footer-bottom .andro_footer-copyright>a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#18181d;font-size:14px;font-weight:600}.andro_footer-bottom .andro_footer-copyright>a:hover{color:#646827}.andro_footer-bottom .andro_footer-copyright>a i{width:30px;height:30px;border-radius:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:#4e4e4e;color:#fff;margin-left:20px;-webkit-transition:.3s;-o-transition:.3s;transition:.3s}.andro_footer-bottom .andro_footer-copyright>a:hover i{background-color:#646827;color:#fff}.footer-widget{padding-bottom:50px}.andro_footer-buttons a{display:inline-block;width:150px}.footer-widget .widget-title{margin-bottom:20px;font-weight:700}.andro_footer-logo{width:180px}.footer-widget ul{margin:0}.footer-widget ul li+li{margin:10px 0 0}.footer-widget ul li a{position:relative;display:block;-webkit-transform:translateX(-15px);-ms-transform:translateX(-15px);transform:translateX(-15px)}.footer-widget ul li a::before{font-family:"Font Awesome 5 Free";content:"";-webkit-font-smoothing:antialiased;font-style:normal;font-variant:normal;font-weight:900;text-rendering:auto;line-height:1.7;margin-left:auto;font-size:10px;opacity:0;visibility:hidden;-webkit-transform:translateX(-10px);-ms-transform:translateX(-10px);transform:translateX(-10px);-webkit-transition:.3s;-o-transition:.3s;transition:.3s;color:#646827;padding-right:10px}.footer-widget ul li a i{font-weight:400}.footer-widget ul li a:hover{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}.footer-widget ul li a:hover::before{opacity:1;visibility:visible;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}.footer-widget ul.social-media li{display:inline-block;margin-top:0}.footer-widget ul.social-media li a{display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:15px;width:40px;height:40px;border-radius:0;font-size:18px;border:0;color:#fff;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.footer-widget ul.social-media li a::before{display:none}.footer-widget ul.social-media li a i{color:#fff;-webkit-transition:.3s;-o-transition:.3s;transition:.3s}.footer-widget ul.social-media li a:hover i{color:#fff}.andro_footer-offer{margin-top:15px}.andro_footer-offer p{font-weight:600;font-size:13px;margin-bottom:15px}.andro_footer-offer .btn-custom,.andro_footer-offer .btn-custom:hover{color:#fff}.andro_instagram{height:100%;width:100%;display:flex;align-items:center;justify-content:center;flex-direction:column;max-width:300px;margin:0 auto;text-align:center}.andro_ig-item{display:block;overflow:hidden}.andro_ig-item:hover img{transform:scale(1.1)}.andro_ig-item img{transition:.3s}.andro_footer.andro_footer-dark{background-color:#18181d}.andro_footer.andro_footer-dark p,.andro_footer.andro_footer-dark .footer-widget ul li a::before,.andro_footer.andro_footer-dark .andro_footer-bottom ul li a:hover,.andro_footer.andro_footer-dark .footer-widget ul li a:hover,.andro_footer.andro_footer-dark .andro_footer-bottom .andro_footer-copyright>a,.andro_footer.andro_footer-dark .footer-widget .widget-title{color:#fff}.andro_footer.andro_footer-dark .andro_footer-bottom ul li a,.andro_footer.andro_footer-dark .footer-widget ul li a{color:#b7b7b7}.andro_footer.andro_footer-dark .andro_footer-bottom ul{border-bottom:1px solid rgba(255,255,255,.1)}.andro_subheader{background-size:cover;background-position:0 50%;background-repeat:no-repeat}.andro_subheader-inner{padding:200px 0 60px}.andro_subheader h1{font-size:38px;line-height:1.5;margin:0;color:#fff}.andro_subheader .breadcrumb{padding:0;margin:20px 0 0;background-color:transparent}.andro_subheader .breadcrumb li{margin:0;color:#f1f1f1}.andro_subheader .breadcrumb li a{color:#f1f1f1;font-weight:700}.andro_subheader .breadcrumb li a:hover{color:#fff}.andro_subheader .breadcrumb .breadcrumb-item.active{color:#fff}.andro_subheader .breadcrumb-item+.breadcrumb-item::before{color:#f1f1f1;font-family:"Font Awesome 5 Free";content:"";-webkit-font-smoothing:antialiased;font-style:normal;font-variant:normal;font-weight:900;text-rendering:auto;line-height:1.7;margin-left:auto;font-size:10px;-webkit-transition:.3s;-o-transition:.3s;transition:.3s}.andro_post{position:relative;margin-bottom:30px}.andro_post .andro_post-thumb a,.gallery-thumb{position:relative;display:block;overflow:hidden}.andro_post .andro_post-thumb a img,.gallery-thumb img{transition:.3s}.andro_post .andro_post-thumb:hover a img,.gallery-thumb:hover img{transform:scale(1.1) rotate(2deg)}.andro_post .andro_post-categories{margin:0 0 17px}.andro_post .andro_post-categories a{background-color:rgba(100,104,39,.25);display:inline-block;padding:5px 8px;color:#646827;font-size:13px;line-height:1.7;border-radius:0;font-weight:600;margin:0 3px 3px 0}.andro_post .andro_post-categories a:hover{background-color:#646827;color:#fff}.andro_post .andro_post-body{padding:20px;background-color:#fff;border:1px solid #f0f2f3;box-shadow:0 3px 24px rgba(0,0,0,.04);border-radius:0 0 8px 8px}.andro_post .andro_post-body h5{margin:0 0 15px;word-break:break-word}.andro_post .andro_post-body h5 a{color:#18181d}.andro_post .andro_post-body h5 a:hover,.andro_post .andro_post-body .andro_post-desc>span a:hover{color:#433019}.andro_post .andro_post-body .andro_post-desc>span{display:block;color:#18181d;font-size:13px;line-height:1.7;margin-bottom:15px}.andro_post .andro_post-body .andro_post-desc>span a{color:#18181d;text-decoration:underline}.andro_post .andro_post-body .andro_post-desc p{margin-bottom:20px}.andro_post.andro_post-list{display:flex;align-items:center;background-color:#fff;border:1px solid #f0f2f3;box-shadow:0 3px 24px rgba(0,0,0,.04);border-radius:0}.andro_post.andro_post-list .andro_post-body{border:0;box-shadow:none;border-radius:0;background-color:transparent;padding:0 20px}.andro_post.andro_post-list .andro_post-body,.andro_post.andro_post-list .andro_post-thumb{flex:1}.andro_post.andro_post-list .andro_post-thumb a,.andro_post.andro_post-list .andro_post-thumb a img{border-radius:0}.comment-form{margin-bottom:50px}.comments-list ul{margin:0}.comments-list .comment-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;margin-bottom:30px;padding-bottom:30px;border-bottom:1px solid rgba(0,0,0,.1)}.comments-list .comment-item:last-child{margin-bottom:0;padding-bottom:0;border-bottom:0}.comments-list .comment-item img{width:65px;margin-right:20px;border-radius:50%}.comments-list .comment-item .comment-body{-webkit-box-flex:1;-ms-flex:1;flex:1}.comments-list .comment-item h5{margin-bottom:15px;font-size:18px}.comments-list .comment-item span{display:inline-block;margin-bottom:15px;color:#848486;font-size:13px;line-height:21px;position:absolute;top:4px;right:0}.comments-list .comment-item p{margin-bottom:15px}.reply-link{position:relative;color:#18181d;font-weight:600}.andro_post-single .andro_post-share{margin-top:50px}.andro_post-single-thumb img{margin-bottom:30px}.andro_post-single-author{display:flex;align-items:center;margin-bottom:30px}.andro_post-single-author img{width:45px;border-radius:50%;margin-right:10px;margin-bottom:0}.andro_post-single-author-content p{font-weight:600;color:#18181d;margin-bottom:0}.andro_post-single-author-content span{font-size:13px}.andro_post-single-meta{display:flex;align-items:center;padding:20px 0;margin-top:50px;border-top:1px solid rgba(0,0,0,.1);border-bottom:1px solid rgba(0,0,0,.1)}.andro_post-single-meta-item{flex:1}.andro_post-share .andro_sm li+li{margin-left:10px}.andro_post-share .andro_sm li a{width:50px;height:50px;border-radius:0;display:flex;align-items:center;justify-content:center;border:1px solid #f0f2f3;background-color:#fff}.andro_post-share .andro_sm li a i{color:#838383}.andro_post-share .andro_sm li a:hover{background-color:#f0f2f3}.andro_single-pagination{margin:30px 0}.andro_single-pagination-item+.andro_single-pagination-item{margin-top:10px}.andro_single-pagination-thumb{width:50px;height:50px;display:flex;align-items:center;justify-content:center;border:1px solid #f0f2f3;background-color:#fff;border-radius:15px;margin-right:10px}.andro_single-pagination a{display:flex;align-items:center}.andro_single-pagination a h6{margin:0;font-size:14px}.andro_single-pagination a img{max-width:40px}.andro_single-pagination-prev,.andro_single-pagination-next{padding:10px;border-radius:0;background-color:#fff;border:1px solid #f0f2f3;box-shadow:0 3px 24px rgba(0,0,0,.04);transition:.3s}.andro_single-pagination-prev:hover,.andro_single-pagination-next:hover{background-color:#f0f2f3}.andro_single-pagination i{color:#838383;margin-left:auto;margin-right:20px;transition:.3s}.andro_single-pagination-prev:hover i{transform:translateX(-3px)}.andro_single-pagination-next:hover i{transform:translateX(3px)}.sidebar-widget{padding:30px;background-color:#f0f2f3}.sidebar-widget+.sidebar-widget{margin-top:30px}.sidebar-widget .widget-title{position:relative;font-weight:700;margin-bottom:20px;padding-bottom:15px;border-bottom:3px solid #f0f2f3}.sidebar-widget .widget-title::after{content:'';position:absolute;top:100%;left:0;width:60px;height:3px;background-color:#646827}.sidebar-widget ul.sidebar-widget-list{margin:0;padding:0}.sidebar-widget ul.sidebar-widget-list ul{padding-left:20px}.sidebar-widget ul.sidebar-widget-list li{margin:0}.sidebar-widget ul.sidebar-widget-list li ul li:first-child{margin-top:20px}.sidebar-widget ul.sidebar-widget-list li+li{margin-top:20px}.sidebar-widget ul.sidebar-widget-list li a{display:flex;align-items:center;justify-content:space-between;color:#838383}.sidebar-widget ul.sidebar-widget-list li a:hover{color:#646827}.widget-about-author{box-shadow:0 3px 24px rgba(0,0,0,.04);border:1px solid #f0f2f3;border-radius:0}.widget-about-author-inner{text-align:center}.widget-about-author-inner img{border-radius:50%;width:100px;margin:0 auto 20px}.widget-about-author-inner h5{margin-bottom:10px}.widget-about-author .andro_sm{display:flex;align-items:center;justify-content:space-between;margin-top:20px}.widget-about-author .andro_sm li+li{margin:0}.widget-about-author .andro_sm li{flex:1}.widget-about-author .andro_sm li:first-child a{border-radius:0}.widget-about-author .andro_sm li:last-child a{border-radius:0}.widget-about-author .andro_sm li a{background-color:#f0f2f3;display:flex;align-items:center;justify-content:center;padding:20px;color:#838383}.widget-about-author .andro_sm li a:hover{background-color:#5f4820;color:#fff}.widget-recent-posts .post>a{position:relative;display:block;overflow:hidden;border-radius:0;margin-bottom:10px}.widget-recent-posts .post>a img{transition:.3s;border-radius:0}.widget-recent-posts .post>a img:hover{transform:scale(1.1) rotate(2deg)}.widget-recent-posts .post h6{margin-bottom:10px}.widget-recent-posts .post h6 a{color:#18181d}.widget-recent-posts .post h6 a:hover,.widget-recent-posts .post span a:hover{color:#646827}.widget-recent-posts .post span{font-size:13px;line-height:1.7;font-weight:600;color:#18181d}.widget-recent-posts .post span a{font-weight:400;text-decoration:underline;color:#18181d}.widget-recent-posts .post+.post{margin-top:30px}.tags a,.tagcloud a,.entry-content .wp-block-tag-cloud a{display:inline-block;font-size:13px;padding:3px 12px;color:#848486;border:1px solid #f0f2f3;-webkit-transition:.3s;-o-transition:.3s;transition:.3s;background-color:#fff;margin:6px 6px 0 0;border-radius:0}.tags a:hover,.tagcloud a:hover,.entry-content .wp-block-tag-cloud a:hover{background-color:#f5f5f5;border-color:rgba(0,0,0,.1);color:#848486;-webkit-box-shadow:none;box-shadow:none}.andro_newsletter-form{position:relative;background-color:#f0f2f3;border-radius:0}.andro_newsletter-form.primary-bg{background-color:#646827}.andro_newsletter-form h5{margin-bottom:15px}.deals-slider .slick-dots{justify-content:center;margin:10px 0 0}.deals-slider .andro_product:hover .andro_countdown-timer{background-color:#f0f2f3}.andro_countdown-timer{text-align:center;background-color:#fff;border:1px solid #f0f2f3;padding:10px;font-weight:600;margin:20px 0 0;transition:.3s}.andro_product{position:relative;padding:20px;background-color:#fff;border:1px solid #f0f2f3;box-shadow:0 3px 24px rgba(0,0,0,.04);border-radius:0;margin-bottom:30px}.andro_product .andro_product-thumb{margin:0 0 20px;overflow:hidden}.andro_product .andro_product-thumb.thumb-sm{max-width:200px;margin:0 auto 20px}.andro_product .andro_product-thumb img{transition:.3s}.andro_product .andro_product-thumb:hover img{transform:scale(1.1) rotate(3deg)}.andro_product .andro_product-body h5{margin:0 0 15px;word-break:break-word}.andro_product .andro_product-body .andro_product-title a{color:#18181d}.andro_product .andro_product-body .andro_product-title a:hover{color:#433019}.andro_product .andro_badge-featured{position:absolute;top:0;left:0;background-color:#bbaf19;color:#fff;border-radius:0;display:flex;align-items:center;justify-content:center;z-index:3;font-size:13px;padding:3px 12px}.andro_product .andro_badge-featured i{margin-right:5px;display:inline-block}.andro_product .andro_badge-sale{position:absolute;top:0;left:50%;transform:translateX(-50%);z-index:3;background-color:#5d5d5d;font-weight:600;color:#fff;font-size:13px;line-height:1.7;padding:3px 12px;border-radius:0 0 8px 8px}.andro_product .andro_rating-wrapper{display:flex;align-items:center;justify-content:space-between}.andro_product .andro_rating-wrapper span{font-weight:600}.andro_product .andro_product-footer{padding-top:20px;margin-top:20px;border-top:1px solid #f0f2f3;display:flex;align-items:center;justify-content:space-between}.andro_product-price span{display:block}.andro_product-price span:first-child{font-size:18px;line-height:1.2;font-family:"Poppins",sans-serif;color:#18181d;font-weight:700}.andro_product-price span+span{font-size:14px;font-family:"Poppins",sans-serif;color:#646827;font-weight:700;text-decoration:line-through}.andro_product.andro_product-has-controls .andro_product-body .andro_product-price{margin-bottom:10px}.andro_product.andro_product-has-controls .andro_product-body .andro_product-price span{display:inline-block}.andro_product.andro_product-has-controls .andro_product-body .andro_product-price span:first-child{font-size:16px}.andro_product.andro_product-has-controls .andro_product-body .andro_product-price span+span{margin-left:5px}.andro_product.andro_product-has-buttons .andro_product-footer{border-top:0;padding:0;margin:20px -20px -20px -20px}.andro_product.andro_product-has-buttons .andro_product-footer .andro_product-buttons{width:100%;display:flex;flex-wrap:wrap}.andro_product.andro_product-has-buttons .andro_product-footer .andro_product-buttons a{flex:1;box-shadow:none}.andro_product.andro_product-has-buttons .andro_product-footer .andro_product-buttons a{border-radius:0}.andro_product-stock{font-weight:600}.andro_product-stock.instock{color:#58da58}.andro_product-stock.outofstock{color:#f54978}.andro_product .andro_rating{margin-bottom:0}.andro_product-controls{display:flex;width:100%;justify-content:space-around}.andro_product-controls a{width:40px;height:40px;border-radius:50%;background-color:#fff;border:1px solid #f0f2f3}.andro_product-controls a i{display:flex;align-items:center;justify-content:center;width:100%;height:100%;font-size:20px}.andro_product-controls a:hover{background-color:#646827;color:#fff;box-shadow:0 3px 24px rgba(0,0,0,.04)}.andro_product.andro_product-list{display:flex;align-items:flex-start;flex-wrap:wrap}.andro_product.andro_product-list .andro_product-thumb{width:125px;margin-right:15px}.andro_product.andro_product-list .andro_product-body{flex:1}.andro_product.andro_product-list .andro_product-footer{padding-top:0;border-top:0}.andro_product.andro_product-list .andro_rating-wrapper{margin-bottom:10px}.andro_product.andro_product-list .andro_product-controls{justify-content:space-between}.andro_product.andro_product-list.andro_product-has-buttons .andro_product-footer{width:calc(100% + 40px)}.andro_product.andro_product-list.andro_product-has-buttons .andro_product-footer{margin:10px -20px -20px -20px}.andro_product.andro_product-minimal{text-align:center}.andro_product.andro_product-minimal .andro_product-title{margin-bottom:10px;font-size:16px}.andro_product.andro_product-minimal .andro_product-footer{border:0;padding-top:0;margin-top:5px;display:block;text-align:center}.andro_product.andro_product-minimal .andro_product-price{margin:15px 0}.andro_product.andro_product-minimal .andro_product-price span{font-size:14px;display:inline-block;line-height:1.7}.andro_product.andro_product-minimal .andro_product-price span+span{margin-left:5px;font-size:13px}.andro_product.andro_product-minimal .andro_rating-wrapper{justify-content:center}.andro_product.andro_product-minimal.andro_product-has-buttons .andro_product-footer .andro_product-buttons{margin-top:20px}.andro_shop-global{display:flex;align-items:center;justify-content:space-between;margin-bottom:30px;padding:20px;border-radius:0;border:1px solid #f0f2f3;background-color:#fff;box-shadow:0 3px 24px rgba(0,0,0,.04)}.andro_shop-global p{margin-bottom:0}.irs--flat .irs-from,.irs--flat .irs-to,.irs--flat .irs-single,.irs--flat .irs-bar,.irs--flat .irs-handle>i:first-child{background-color:#5f4820}.irs--flat .irs-from:before,.irs--flat .irs-to:before,.irs--flat .irs-single:before{border-top-color:#5f4820}.irs--flat .irs-handle.state_hover>i:first-child,.irs--flat .irs-handle:hover>i:first-child{background-color:#383838}.andro_quick-view-modal .andro_product-single-content{padding:0 40px}.andro_quick-view-modal .close-btn{position:absolute;top:20px;right:20px;z-index:3}.andro_product-single-content .andro_rating-wrapper{margin-bottom:0}.andro_product-single-content .andro_product-excerpt,.andro_product-single-content .andro_product-variation-wrapper{margin-bottom:25px}.andro_product-single-content .andro_product-price{margin-bottom:20px}.andro_product-single-content .andro_product-price span:first-child{font-size:22px}.andro_product-single-content .andro_product-price span{display:inline-block}.andro_product-single-content .andro_product-price span+span{margin-left:10px}.andro_product-atc-form .qty-outter{display:flex;align-items:center}.andro_product-atc-form .qty-outter .andro_btn-custom+.qty{margin-left:20px}.qty{display:-webkit-box;display:-ms-flexbox;display:flex}.qty input{background-color:#fff;border:0;outline:none;width:50px;height:50px;text-align:center;font-weight:600;border:1px solid #f0f2f3}.qty span.qty-subtract{border-right:0;border-radius:0}.qty span.qty-add{border-left:0;border-radius:0}.qty span:hover{background-color:#f0f2f3}.qty span{cursor:pointer;width:40px;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border:1px solid #f0f2f3;font-size:13px;background-color:#fff;transition:.3s}.andro_product-additional-info .nav{flex-direction:column}.andro_product-additional-info .nav-link{margin:0;border-radius:0}.andro_product-additional-info .nav-item+.nav-item .nav-link{margin-top:10px}.andro_product-additional-info .tab-content{padding:40px;background-color:#fff;border:1px solid #f0f2f3;border-radius:0;z-index:1;box-shadow:0 3px 24px rgba(0,0,0,.04);margin-top:0}.andro_product-additional-info .tab-content table{margin:0}.andro_product-additional-info .andro_rating-wrapper,.andro_product-additional-info .comment-body .andro_rating{margin-bottom:20px}.andro_product-additional-info .comment-form{margin-bottom:50px}.andro_product-single-controls{margin-bottom:20px;position:relative;display:flex;align-items:center;justify-content:space-between}.andro_product-single-controls .andro_add-to-favorite{width:50px;height:50px;border-radius:0;display:flex;align-items:center;justify-content:center;border:1px solid #f0f2f3;margin:0 10px 0 0}.andro_product-single-controls .andro_add-to-favorite:hover{background-color:#f0f2f3}.andro_product-single-controls .andro_add-to-favorite i{font-size:21px;color:#838383}.andro_product-meta{margin:20px 0 0}.andro_product-single-2 .andro_product-meta{margin:20px 0 30px}.andro_product-meta li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:10px}.andro_product-meta li>span{font-weight:600;color:#18181d;width:120px}.andro_product-meta li .andro_product-meta-item span,.andro_product-meta li a{color:#838383}.andro_product-meta li a:hover{color:#646827}.andro_product-single-thumb,.andro_product-single-zoom>img{background-color:#fff}td.remove{width:30px}.andro_cart-product-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.andro_cart-product-wrapper img{width:50px;margin-right:15px}.andro_cart-product-body{-webkit-box-flex:1;-ms-flex:1;flex:1}.andro_cart-product-wrapper h6{margin-bottom:0;font-size:14px}.andro_cart-product-wrapper h6 a{color:#18181d}.andro_cart-product-wrapper h6 a:hover{color:#646827}.andro_cart-product-wrapper p{margin-bottom:0;font-size:13px;line-height:21px;color:#848486}.andro_notice{background-color:#f0f2f3;padding:20px;margin-bottom:30px;border-radius:0}.andro_notice p{margin:0;font-weight:600}.andro_notice p a:hover{text-decoration:underline}.andro_notice-content{margin-bottom:30px;display:none}.andro_product-recent{position:relative;background-color:#fff;border:1px solid #f0f2f3;box-shadow:0 3px 24px rgba(0,0,0,.04);border-radius:0;transition:.3s}.andro_product-recent:hover{background-color:#f0f2f3}.andro_product-recent .andro_product-recent-thumb{display:flex;width:100%;align-items:center;flex-wrap:wrap;padding:10px}.andro_product-recent+.andro_product-recent{margin-top:10px}.andro_product-recent img{width:75px;margin-right:10px}.andro_product-recent-content .andro_product-price span{display:inline-block;font-size:14px;font-weight:400}.andro_product-recent-content .andro_product-price span+span{margin-left:5px}.andro_product-recent-content h6{margin-bottom:5px;font-weight:600}.andro_product-recent button{position:absolute;right:10px;top:50%;transform:translateY(-50%);z-index:99;margin-left:auto;border-radius:50%;background-color:#fff;border:1px solid #f0f2f3;outline:none;cursor:pointer;font-size:18px;width:40px;height:40px}.andro_category-mm{box-shadow:0 3px 24px rgba(0,0,0,.04)}.andro_category-mm-header{background-color:#646827;border-radius:0;display:flex;align-items:center;padding:15px 20px}.andro_category-mm-header h6{margin:0;font-size:14px;font-weight:700;color:#fff}.andro_category-mm-header i{color:#fff;width:20px;font-size:12px}.andro_category-mm-body{position:relative;background-color:#fff;border:1px solid #f0f2f3;border-radius:0}.andro_category-mm-body ul{margin:0}.andro_category-mm-body .andro_category-mm-item-has-children>a::after{content:"";font-weight:900;font-family:"Font Awesome 5 Free";-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1;margin-left:auto;font-size:11px;transition:transform .3s}.andro_category-mm-body .andro_category-mm-item-has-children>a:hover::after{transform:translateX(3px)}.andro_category-mm-body .andro_category-mm-item-has-children>a{display:flex;align-items:center;justify-content:space-between}.andro_category-mm-body .andro_category-mm-item.andro_category-mm-item-expand{position:static}.andro_category-mm-body .andro_category-mm-item.andro_category-mm-item-expand>ul{height:100%;border-radius:0 8px 8px 0}.andro_category-mm-body ul li{display:block;position:relative;margin:0;padding:20px 20px 10px 20px}.andro_category-mm-body>ul>li:last-child{padding:10px 20px 20px 20px}.andro_category-mm-body ul li+li{padding:10px 20px}.andro_category-mm-body>ul>li>ul{position:absolute;top:0;left:95%;transition:.3s;background-color:red;box-shadow:0 3px 24px rgba(0,0,0,.04);background-color:#fff;border:1px solid #f0f2f3;opacity:0;visibility:hidden;z-index:90;width:100%;border-radius:0 8px 8px 8px}.andro_category-mm-body>ul>li>ul.andro_category-mm-2-cols{min-width:400px}.andro_category-mm-body>ul>li>ul.andro_category-mm-1-cols{min-width:200px}.andro_category-mm-body>ul>li:hover>ul{opacity:1;visibility:visible;left:100%}.andro_category-mm-body ul li a{color:#18181d;display:block}.andro_category-mm-body ul li a i{width:20px;font-size:12px}.andro_category-mm-body ul li a:hover{color:#646827}.andro_category-mm-body>ul>li>ul>li{display:flex;flex-wrap:wrap;align-items:flex-start;padding:0}.andro_category-mm-body>ul>li>ul>li ul li:last-child{padding:10px 20px 20px 20px}.andro_category-mm-body>ul>li>ul>li img{display:block;width:100%;flex:0 100%;border-radius:0 8px 0 0}.andro_category-mm-banner{position:relative;z-index:1;width:100%}.andro_category-mm-banner::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background-image:linear-gradient(to top,rgba(0,0,0,.6),transparent)}.andro_category-mm-banner-desc{position:absolute;bottom:0;width:100%;padding:20px}.andro_category-mm-banner-desc h6,.andro_category-mm-banner-desc p{margin-bottom:0;color:#fff}.andro_banner .slick-track,.andro_banner .slick-slide{margin:0}.andro_banner{padding:15px 40px;background-color:#f0f2f3;border-radius:0}.andro_banner h1{font-size:32px}.andro_banner p:first-child{margin-bottom:10px}.andro_banner p{margin-bottom:20px}.andro_banner-slider .slick-track{padding:10px 0}.andro_flex-menu>ul{display:flex;margin:0;align-items:center}.andro_flex-menu ul li{margin:0}.andro_flex-menu>ul>li>a{padding:0 10px 20px 10px;display:block;font-weight:600;color:#18181d}.andro_flex-menu>ul>li>a:hover{color:#646827}.andro_flex-menu>ul>li:first-child>a{padding-left:0}.andro_banner .slick-dots{padding:0 0 10px}.andro_banner .slick-dots li button{background-color:#fff}.andro_banner .slick-dots li.slick-active button{background-color:#646827}.banner-2.andro_banner,.banner-2.andro_banner .slick-track{padding:0}.banner-2.andro_banner .andro_banner-slider-inner{padding:120px 15px 150px;background-position:center;background-repeat:no-repeat;background-size:cover}.banner-2.andro_banner .andro_banner-slider-text{text-align:center;max-width:800px;margin:0 auto;background-color:#fff;padding:40px;border-radius:0;box-shadow:0 3px 24px rgba(0,0,0,.04);overflow:hidden;position:relative}.banner-2.andro_banner .andro_banner-slider-text img.img-1{position:absolute;bottom:-40px;right:-70px;width:210px}.banner-2.andro_banner .andro_banner-slider-text p:first-child{margin-bottom:10px}.banner-2.andro_banner .andro_banner-slider-text p{max-width:500px;margin:0 auto 20px}.banner-2.andro_banner .andro_banner-slider-text h1{text-transform:uppercase;font-size:64px;max-width:700px;margin:0 auto 20px;color:#fff;background-repeat:no-repeat;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.banner-2.andro_banner .slick-track,.banner-3.andro_banner .slick-track{display:flex}.banner-2.andro_banner .slick-slide,.banner-3.andro_banner .slick-slide{display:flex;height:auto;align-items:center;justify-content:center}.banner-3.andro_banner{padding:60px 0 30px;background-color:#fff;background-position:-110px 0}.andro_icon-block{padding:20px;position:relative;margin-bottom:30px;border:1px solid #f0f2f3;background-color:#fff;border-radius:0;z-index:1;box-shadow:0 3px 24px rgba(0,0,0,.04);transition:.3s}.andro_icon-block i{font-size:40px;line-height:1;margin:0 0 15px;color:#838383;display:inline-block}.andro_icon-block.has-link:hover{background-color:#f0f2f3}.andro_icon-block a{display:block}.andro_icon-block a h5{font-size:14px}.andro_icon-block h5{font-size:18px;margin-bottom:0}.andro_icon-block h5+p{margin-top:10px}.andro_icon-block p{margin-bottom:0}.andro_icon-block svg{position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1}.andro_icon-block .andro_svg-stroke-shape-anim{stroke-dasharray:100 1000;stroke-dashoffset:-620;stroke:#646827;stroke-width:5px;fill:transparent;-webkit-transition:stroke-width 1s,stroke-dashoffset 1s,stroke-dasharray 1s;transition:stroke-width 1s,stroke-dashoffset 1s,stroke-dasharray 1s;width:100%;height:100%}.andro_icon-block:hover .andro_svg-stroke-shape-anim{stroke-width:3px;stroke-dashoffset:0;stroke-dasharray:1110}.andro_icon-block.icon-block-2{padding:0;background-color:#fff;border:0;box-shadow:none}.andro_icon-block.icon-block-2 i{color:#646827}.andro_cta-notice{padding:110px 40px;border-radius:0}.andro_cta-notice-inner{max-width:600px}.andro_cta-notice-inner p{margin-bottom:25px}.andro_cta-notice.andro_cta-notice-2 .andro_cta-notice-inner{margin:0 auto}.andro_cta{position:relative;margin-bottom:30px;z-index:1;border-radius:0;box-shadow:0 3px 24px rgba(0,0,0,.04);overflow:hidden}.andro_cta::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.4);border-radius:0;transition:.3s}.andro_cta:hover::before{background-color:rgba(0,0,0,.3)}.andro_cta img{border-radius:0;width:100%}.andro_cta-content{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-end;padding:20px}.andro_cta-content h4{margin-bottom:10px}.andro_cta-content p{margin-bottom:30px;max-width:350px}.andro_cta.cta-2{padding:60px 30px;height:calc(100% - 30px);z-index:1}.andro_cta.cta-2 h4,.andro_cta.cta-2 p,.andro_cta.cta-2 i{color:#fff}.andro_cta.cta-2 p{font-size:13px}.andro_cta.cta-2.primary::before{background-color:rgba(100,104,39,.8)}.andro_cta.cta-2.secondary::before{background-color:rgba(67,48,25,.8)}.andro_cta.cta-2::before{z-index:-1}.andro_cta.cta-2 span{padding:6px 12px;background-color:#bbaf19;color:#fff;font-size:12px;text-transform:uppercase;font-weight:600}.andro_cta.cta-2 span,.andro_cta.cta-2 i{margin-bottom:60px;display:inline-block}.andro_cta.cta-2 i{font-size:40px;line-height:1;margin-bottom:40px}.andro_auth-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-shadow:0 3px 12px -4px rgba(0,0,0,.1);box-shadow:0 3px 12px -4px rgba(0,0,0,.1)}.andro_auth-description{width:600px;padding:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.andro_auth-description-inner{text-align:center;max-width:400px}.andro_auth-description-inner h2{margin:0;color:#fff}.andro_auth-description-inner p{margin:30px 0;color:#fff}.andro_auth-description-inner i{color:#fff;line-height:1;font-size:40px;margin-bottom:30px;display:block}.andro_social-login{margin-bottom:20px}.andro_social-login+p a{display:inline-block}.andro_auth-form{-webkit-box-flex:1;-ms-flex:1;flex:1;background-color:#f0f2f3;padding:60px;text-align:center}.andro_auth-form h2{margin-bottom:50px}.andro_auth-form form{max-width:400px;margin:0 auto}.andro_auth-form .andro_btn-custom{margin-top:20px}.andro_auth-form a{display:block;color:#18181d;text-decoration:underline}.andro_auth-seperator{margin:30px 0;text-align:center}.andro_auth-seperator span{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#9f9e9e;font-size:13px;font-weight:500}.andro_auth-seperator span::before{content:'';-webkit-box-flex:1;-ms-flex:1;flex:1;background-color:rgba(0,0,0,.1);height:1px;margin-right:20px}.andro_auth-seperator span::after{content:'';-webkit-box-flex:1;-ms-flex:1;flex:1;background-color:rgba(0,0,0,.1);height:1px;margin-left:20px}.andro_social-login-btn{cursor:pointer;display:block;width:100%;margin-bottom:10px;text-align:center;white-space:nowrap;vertical-align:middle;line-height:24px;border:0;font-size:14px;font-weight:600;padding:12px 20px;border-radius:3px;-webkit-transition:.3s;-o-transition:.3s;transition:.3s;border-radius:0}.andro_social-login-btn i{margin-right:5px}.andro_auth-mini{border-radius:0}.andro_auth-mini h5{margin-bottom:15px}.andro_auth-mini a{display:block;color:#18181d;text-decoration:underline}.andro_auth-mini a:hover{color:#646827}.andro_404-container{text-align:center}.andro_404-container img{margin-bottom:30px}.andro_404-container p{max-width:500px;margin:0 auto 20px}.andro_testimonials .slick-dots{justify-content:center;margin:10px 0 0}.andro_testimonials-inner{position:relative;text-align:center;border:1px solid #f0f2f3;border-radius:0}.andro_testimonials-inner::before{content:'';font-family:flaticon;position:absolute;top:20px;right:30px;font-size:48px;line-height:1;opacity:.3}.andro_testimonials-inner img{border-radius:50%;width:100px;margin:0 auto 20px}.andro_testimonials-inner span{display:block;margin:0 0 10px;font-weight:600}.andro_testimonials-inner p{margin:0}.andro_testimonials-inner h5{margin-bottom:10px}.andro_testimonials .andro_sm{display:flex;align-items:center;justify-content:space-between;margin-top:20px}.andro_testimonials .andro_sm li+li{margin:0}.andro_testimonials .andro_sm li{flex:1}.andro_testimonials .andro_sm li:first-child a{border-radius:0}.andro_testimonials .andro_sm li a{background-color:#f0f2f3;display:flex;align-items:center;justify-content:center;padding:20px;color:#838383}.andro_testimonials .andro_sm li a:hover{background-color:#5f4820;color:#fff}.andro_testimonial{margin-bottom:30px}.andro_testimonial-body{position:relative;border-radius:0;background-color:#f0f2f3;padding:20px}.andro_testimonial-body::before{content:'';position:absolute;top:100%;left:20px;width:0;height:0;border-left:10px solid transparent;border-right:10px solid transparent;border-top:10px solid #f0f2f3}.andro_testimonial-body h5{margin-bottom:5px}.andro_testimonial-body p{margin-bottom:0}.andro_testimonial-body::after{content:'';position:absolute;font-family:flaticon;font-size:34px;opacity:.3;display:block;top:20px;right:20px}.andro_testimonial-author{margin-top:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.andro_testimonial-author img{width:80px;border-radius:50%;margin-right:15px}.andro_testimonial-author-inner{-webkit-box-flex:1;-ms-flex:1;flex:1}.andro_testimonial-author-inner h6{margin-bottom:0}.andro_testimonial-author-inner span{line-height:20px;font-size:13px;font-weight:600;color:#848486}.andro_companies{height:100%;position:relative;display:flex;flex-wrap:wrap}.andro_companies .andro_companies-item{width:50%;display:flex;align-items:center;justify-content:center;border:1px solid #f0f2f3;cursor:pointer;position:relative}.andro_companies .andro_companies-item img{transition:.3s}.andro_companies .andro_companies-item-name{position:absolute;width:100%;height:100%;display:flex;align-items:center;justify-content:center;top:50%;left:50%;transform:translate(-50%,-50%)}.andro_companies .andro_companies-item-name span{font-weight:600;display:block;opacity:0;visibility:hidden;transform:translateY(-5px);transition:.3s}.andro_companies .andro_companies-item:hover img{transform:translateY(5px);opacity:0;visibility:hidden}.andro_companies .andro_companies-item:hover span{transform:translateY(0);opacity:1;visibility:visible}#androNewsletterPopup .modal-dialog{max-width:600px;margin:.5rem auto}.andro_newsletter-popup-modal .modal-header{padding:0;height:300px;overflow:hidden}.andro_newsletter-popup-modal .modal-header .close,.andro_newsletter-popup-modal .modal-header .close:hover,.andro_newsletter-popup-modal .modal-header .close:not(:disabled):not(.disabled):hover{background-color:transparent}.andro_newsletter-popup-modal .modal-body{display:flex;flex-direction:column;justify-content:space-between;align-items:center;padding:3rem;background-size:cover}.andro_newsletter-popup-modal .modal-body h3{font-size:30px;margin:0 0 10px}.andro_newsletter-popup-modal .modal-body p{}.andro_newsletter-popup-text-wrapper{text-align:center}.andro_newsletter-popup-modal .close-btn{position:absolute;top:10px;right:10px}.andro_newsletter-popup-modal .form-control{width:300px;margin-bottom:10px}.andro_newsletter-popup-modal .mc4wp-form-fields .btn-custom{width:100%}.andro_newsletter-popup-modal .andro_btn-custom+span{display:block;cursor:pointer;margin-top:20px}.andro_newsletter-popup-modal .andro_btn-custom+span:hover{text-decoration:underline}.slick-list{margin:0 -15px}.slick-slide{outline:none;margin:0 15px}.andro_arrows{display:flex;align-items:center;margin-left:auto}.andro_arrows .slick-arrow{width:50px;height:50px;display:flex;align-items:center;justify-content:center;background-color:#f0f2f3;transition:.3s;cursor:pointer;color:#18181d}.andro_arrows .slick-arrow:hover{color:#fff;background-color:#646827}.andro_arrows .slick-arrow.slider-prev{margin-right:10px}.slick-prev,.slick-next{background-color:#f0f2f3;border-radius:50%;display:flex;align-items:center;justify-content:center;width:40px;height:40px;color:#18181d;transition:.3s;z-index:9;opacity:0;visibility:hidden}.section:hover .slick-next{right:-55px;opacity:1;visibility:visible}.section:hover .slick-prev{left:-55px;opacity:1;visibility:visible}.slick-prev:before,.slick-next:before{color:#18181d;font-family:"Font Awesome 5 Free";content:"";-webkit-font-smoothing:antialiased;font-style:normal;font-variant:normal;font-weight:900;text-rendering:auto;line-height:1.7;-webkit-transition:.3s;-o-transition:.3s;transition:.3s;font-size:14px}.slick-prev:before{content:""}.slick-prev:hover,.slick-prev:focus,.slick-next:hover,.slick-next:focus{color:#fff;background-color:#646827;box-shadow:4px 3px 24px rgba(100,104,39,.5)}.slick-prev:hover::before,.slick-prev:focus::before,.slick-next:hover::before,.slick-next:focus::before{color:#fff}.slick-dots{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:0}.slick-dots li{margin:0 5px;text-align:center}.slick-dots li button{font-size:0;width:12px;height:12px;background-color:#d8d8d8;border:0;-webkit-transition:.3s;-o-transition:.3s;transition:.3s;cursor:pointer;outline:none}.slick-dots li.slick-active button{width:24px;background-color:#5d5d5d}.slick-slide{outline:none}.pagination{margin-top:20px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:0}.pagination .page-item{margin:0}.pagination .page-item:last-child .page-link,.pagination .page-item:first-child .page-link,.pagination .page-item .page-link{border-radius:0}.pagination .page-link{color:#18181d;border:0;background-color:#f0f2f3;border-radius:0;font-size:14px;font-weight:600;padding:15px 20px;margin-left:15px}.pagination .page-item.active .page-link{background-color:#646827}.pagination .page-item .page-link:hover,.pagination .page-item .page-link:focus{color:#646827;outline:none;-webkit-box-shadow:none;box-shadow:none}.tooltip{font-family:'Open Sans',sans-serif;font-size:13px}.load-more{display:block;width:100%;text-align:center;margin-top:50px;padding:10px;border:1px solid #f0f2f3;border-radius:0;font-weight:600;background-color:#fff}.load-more:hover{background-color:#f0f2f3}.accordion .card{margin-bottom:0}.accordion .card .card-header{position:relative;background-color:#fff;border-bottom:0;padding:.75rem 1.25rem;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-transform:none;font-weight:700;color:#18181d}.accordion .card-header[aria-expanded="true"]{background-color:#f8f9fa;color:#18181d}.accordion .card-header::after{content:'';position:absolute;top:50%;margin-top:-3px;right:1.25rem;width:10px;height:2px;background-color:#848486;-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;-webkit-transition:.3s;-o-transition:.3s;transition:.3s;opacity:1}.accordion .card-header::before{content:'';position:absolute;top:50%;margin-top:-3px;right:1.25rem;width:10px;height:2px;background-color:#848486;-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;-webkit-transition:.3s;-o-transition:.3s;transition:.3s;opacity:1;-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.accordion .card-header[aria-expanded="true"]::before{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:0}.accordion .card-header[aria-expanded="true"]::after,.accordion .card-header[aria-expanded="true"]::before{background-color:#18181d}.accordion .card-header i{position:relative;top:0;left:0;margin-right:10px;font-size:20px}.accordion .card-header[aria-expanded="true"] i{color:#646827}.accordion .card{border:#f0f2f3}.accordion.with-gap .card-header{border-radius:3px 3px}.accordion.with-gap .card{margin-bottom:20px}.accordion.with-gap .card:last-child{margin-bottom:0}.accordion.with-gap .card:first-of-type,.accordion.with-gap .card:not(:first-of-type):not(:last-of-type){border-bottom:1px solid #f0f2f3}.andro_rating-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.andro_rating-wrapper>span{margin-left:10px;color:#848486;font-size:13px}.andro_rating{margin-bottom:5px}.andro_rating i{margin-right:5px;font-size:12px;color:#848486}.andro_rating i.active{color:#bbaf19}@media(max-width:1199px){.andro_auth-description{width:450px}.checkout-billing{margin-top:50px}}@media(max-width:991px){.andro_grid-slider .slick-prev,.andro_grid-slider .slick-next{display:none}.banner-3.andro_banner .andro_arrows{margin-top:10px}.banner-3.andro_banner .andro_arrows .slick-arrow{background-color:#fff}.banner-3.andro_banner .andro_arrows .slick-arrow:hover{background-color:#646827}.banner-2.andro_banner .andro_banner-slider-inner{padding:80px 15px}.banner-2.andro_banner .andro_banner-slider-text{padding:20px}.banner-3.andro_banner{background-image:none;padding:30px 15px;background-color:#f0f2f3;border-radius:0}.mb-lg-20{margin-bottom:20px}.mb-lg-30,.andro_upsells{margin-bottom:30px}.mr-lg-30{margin-left:0}.section.section-padding.category_section{margin-top:0;padding-top:40px}.section{padding:40px 0}.section.section-padding{padding:40px 0 10px}.andro_section-fw{padding:0 15px}.checkout-billing{margin-top:40px}.navbar-brand{width:150px}.andro_header-controls .aside-toggler{height:58px;width:58px;display:flex;align-items:center;justify-content:center;border:1px solid #f0f2f3;border-radius:0;margin-left:10px}.andro_header-controls .aside-toggler:hover{background-color:#f0f2f3}.andro_header-bottom,.andro_header-bottom .navbar-nav,.andro_header-middle .navbar-nav,.andro_header .andro_search-adv{display:none}.andro_header.header-2 .andro_header-middle .navbar{padding:15px 0}.aside-toggler{display:block}.andro_aside-overlay.aside-trigger-left,.andro_aside.andro_aside-left{display:block}.andro_post-single .andro_post-share{margin-top:40px;margin-bottom:30px}.andro_category-mm{margin-bottom:30px}.andro_category-mm-body .andro_category-mm-item.andro_category-mm-item-expand>ul{height:auto}.andro_category-mm-body>ul>li>ul{top:100%;left:0}.andro_category-mm-body>ul>li:hover>ul{left:0}.andro_category-mm-body>ul>li>ul>li img{border-radius:0}.sidebar{margin-top:10px}.sidebar .sidebar-widget:last-child{margin-bottom:40px}.load-more{margin:40px 0 30px}.pagination{margin:10px 0 30px}.andro_icon-block svg{display:none}.andro_footer{padding:40px 0 0 0}.andro_footer-top{margin-bottom:40px}.footer-widget{padding-bottom:40px}.andro_instagram{max-width:400px;padding:40px}.andro_post.andro_post-list{padding:20px;align-items:flex-start}.andro_post.andro_post-list .andro_post-thumb a,.andro_post.andro_post-list .andro_post-thumb a img{border-radius:0}.andro_product-additional-info .tab-content{margin-top:30px}.andro_auth-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.andro_auth-description{width:100%}.andro_companies .andro_companies-item{min-height:110px}}@media(max-width:768px){h1{font-size:34px}h2{font-size:30px}h3{font-size:26px}h4{font-size:22px}.andro_banner{padding:15px}.banner-2.andro_banner .andro_banner-slider-text h1{font-size:44px}.andro_responsive-table thead{display:none}.andro_responsive-table td{position:relative;display:block;width:100%;text-align:right;padding:10px;border-bottom:0}.andro_responsive-table tr.total td::before{display:none}.andro_responsive-table tr.total td:first-child{border-top:0;border-right:0}.andro_responsive-table tr.total td:last-child{border-left:0;border-top:0}.andro_responsive-table tr.total td:nth-child(2){display:none}.andro_responsive-table tr.total td{width:auto;text-align:left}.andro_responsive-table tr.total{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.andro_responsive-table td::before{content:attr(data-title) ": ";font-weight:700;float:left}.andro_responsive-table td.remove::before{display:none}.andro_responsive-table tr{border-bottom:1px solid #f0f2f3}.andro_responsive-table .cart-product-wrapper{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;padding:0}.andro_responsive-table .cart-product-wrapper img{margin-right:0;margin-left:10px}.andro_quick-view-modal .andro_product-single-content{padding:0}.andro_quick-view-modal img{margin-bottom:30px}.footer-widget{text-align:center}.andro_footer .social-media{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.andro_footer-buttons a{margin-bottom:5px}.footer-widget ul li a{-webkit-transform:translate(0);-ms-transform:translate(0);transform:translate(0)}.footer-widget ul li a::before{display:none}.andro_footer-top{display:block;text-align:center}.andro_footer-logo{margin:0 auto 20px}.andro_footer-bottom ul{display:block;text-align:center}.andro_footer-bottom ul li+li{margin-top:10px}.andro_footer-bottom .andro_footer-copyright{display:block;text-align:center}.andro_footer-bottom .andro_footer-copyright>a{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:20px}.andro_post.andro_post-list{display:block;padding:0}.andro_post.andro_post-list .andro_post-body{padding:20px}.andro_post.andro_post-list .andro_post-thumb a,.andro_post.andro_post-list .andro_post-thumb a img{border-radius:8px 8px 0 0}.andro_subheader-inner{display:block;padding:60px 0}.andro_subheader h1{font-size:30px}.andro_subheader .breadcrumb{margin-top:20px}.andro_newsletter-popup-modal .modal-header{height:auto}}@media(max-width:575px){.andro_newsletter-popup-modal .modal-body{padding:20px}.andro_newsletter-popup-modal .form-control{width:100%}.andro_header.header-2 .andro_header-middle .navbar{padding:10px 0}.banner-2.andro_banner .andro_banner-slider-text h1{font-size:34px}.section-title.flex-title .nav{width:100%;margin:20px 0 0}.modal-body{padding:20px}.andro_product-atc-form .qty-outter,.andro_product-atc-form .qty-outter .andro_btn-custom{display:block}.andro_product-atc-form .qty-outter .andro_btn-custom+.qty{margin-left:0;margin-top:20px}.qty input{width:100%}.andro_product.andro_product-list{display:block}.andro_product.andro_product-list .andro_product-thumb{width:auto;margin-right:0}.andro_cta-notice{padding:60px 20px}.andro_product.andro_product-has-buttons .andro_product-footer .andro_product-buttons a{flex:0 100%;width:100%}.andro_product.andro_product-has-buttons .andro_product-footer .andro_product-buttons a:first-child{border-radius:0}.andro_product.andro_product-has-buttons .andro_product-footer .andro_product-buttons a+a{border-radius:0 0 8px 8px}.andro_header-cart-content,.andro_header-controls-inner li.andro_header-favorites,.andro_current-currency-text{display:none}.andro_header-controls-inner li.andro_header-cart a,.andro_header-controls-inner li a,.andro_header-controls .aside-toggler{padding:0;width:40px;height:40px}.andro_header-controls-inner li.andro_header-cart a i{font-size:21px}.andro_header-middle .navbar{padding:10px 0}.andro_shop-global{display:block}.andro_shop-global p{margin-bottom:20px}.andro_product-additional-info .tab-content{padding:20px}.comments-list .comment-item span{position:relative;top:auto;right:auto;display:block}.comments-list .comment-item img{width:45px;margin-right:15px}.andro_post-single-meta{display:block}.andro_post-single-meta-item+.andro_post-single-meta-item{margin-top:20px}.andro_auth-form{padding:30px}.andro_cta-content p{margin-bottom:10px;max-width:100%}}.fa,.fab,.fal,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.fa-lg{font-size:1.33333em;line-height:.75em;vertical-align:-.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.fa-border{border:.08em solid #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right{margin-left:.3em}.fa-spin{animation:a 2s infinite linear}.fa-pulse{animation:a 1s infinite steps(8)}@keyframes a{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";transform:scaleX(-1)}.fa-flip-vertical{transform:scaleY(-1)}.fa-flip-horizontal.fa-flip-vertical,.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"}.fa-flip-horizontal.fa-flip-vertical{transform:scale(-1)}:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270{-webkit-filter:none;filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-500px:before{content:""}.fa-accessible-icon:before{content:""}.fa-accusoft:before{content:""}.fa-address-book:before{content:""}.fa-address-card:before{content:""}.fa-adjust:before{content:""}.fa-adn:before{content:""}.fa-adversal:before{content:""}.fa-affiliatetheme:before{content:""}.fa-air-freshener:before{content:""}.fa-algolia:before{content:""}.fa-align-center:before{content:""}.fa-align-justify:before{content:""}.fa-align-left:before{content:""}.fa-align-right:before{content:""}.fa-allergies:before{content:""}.fa-amazon:before{content:""}.fa-amazon-pay:before{content:""}.fa-ambulance:before{content:""}.fa-american-sign-language-interpreting:before{content:""}.fa-amilia:before{content:""}.fa-anchor:before{content:""}.fa-android:before{content:""}.fa-angellist:before{content:""}.fa-angle-double-down:before{content:""}.fa-angle-double-left:before{content:""}.fa-angle-double-right:before{content:""}.fa-angle-double-up:before{content:""}.fa-angle-down:before{content:""}.fa-angle-left:before{content:""}.fa-angle-right:before{content:""}.fa-angle-up:before{content:""}.fa-angry:before{content:""}.fa-angrycreative:before{content:""}.fa-angular:before{content:""}.fa-app-store:before{content:""}.fa-app-store-ios:before{content:""}.fa-apper:before{content:""}.fa-apple:before{content:""}.fa-apple-alt:before{content:""}.fa-apple-pay:before{content:""}.fa-archive:before{content:""}.fa-archway:before{content:""}.fa-arrow-alt-circle-down:before{content:""}.fa-arrow-alt-circle-left:before{content:""}.fa-arrow-alt-circle-right:before{content:""}.fa-arrow-alt-circle-up:before{content:""}.fa-arrow-circle-down:before{content:""}.fa-arrow-circle-left:before{content:""}.fa-arrow-circle-right:before{content:""}.fa-arrow-circle-up:before{content:""}.fa-arrow-down:before{content:""}.fa-arrow-left:before{content:""}.fa-arrow-right:before{content:""}.fa-arrow-up:before{content:""}.fa-arrows-alt:before{content:""}.fa-arrows-alt-h:before{content:""}.fa-arrows-alt-v:before{content:""}.fa-assistive-listening-systems:before{content:""}.fa-asterisk:before{content:""}.fa-asymmetrik:before{content:""}.fa-at:before{content:""}.fa-atlas:before{content:""}.fa-atom:before{content:""}.fa-audible:before{content:""}.fa-audio-description:before{content:""}.fa-autoprefixer:before{content:""}.fa-avianex:before{content:""}.fa-aviato:before{content:""}.fa-award:before{content:""}.fa-aws:before{content:""}.fa-backspace:before{content:""}.fa-backward:before{content:""}.fa-balance-scale:before{content:""}.fa-ban:before{content:""}.fa-band-aid:before{content:""}.fa-bandcamp:before{content:""}.fa-barcode:before{content:""}.fa-bars:before{content:""}.fa-baseball-ball:before{content:""}.fa-basketball-ball:before{content:""}.fa-bath:before{content:""}.fa-battery-empty:before{content:""}.fa-battery-full:before{content:""}.fa-battery-half:before{content:""}.fa-battery-quarter:before{content:""}.fa-battery-three-quarters:before{content:""}.fa-bed:before{content:""}.fa-beer:before{content:""}.fa-behance:before{content:""}.fa-behance-square:before{content:""}.fa-bell:before{content:""}.fa-bell-slash:before{content:""}.fa-bezier-curve:before{content:""}.fa-bicycle:before{content:""}.fa-bimobject:before{content:""}.fa-binoculars:before{content:""}.fa-birthday-cake:before{content:""}.fa-bitbucket:before{content:""}.fa-bitcoin:before{content:""}.fa-bity:before{content:""}.fa-black-tie:before{content:""}.fa-blackberry:before{content:""}.fa-blender:before{content:""}.fa-blind:before{content:""}.fa-blogger:before{content:""}.fa-blogger-b:before{content:""}.fa-bluetooth:before{content:""}.fa-bluetooth-b:before{content:""}.fa-bold:before{content:""}.fa-bolt:before{content:""}.fa-bomb:before{content:""}.fa-bone:before{content:""}.fa-bong:before{content:""}.fa-book:before{content:""}.fa-book-open:before{content:""}.fa-book-reader:before{content:""}.fa-bookmark:before{content:""}.fa-bowling-ball:before{content:""}.fa-box:before{content:""}.fa-box-open:before{content:""}.fa-boxes:before{content:""}.fa-braille:before{content:""}.fa-brain:before{content:""}.fa-briefcase:before{content:""}.fa-briefcase-medical:before{content:""}.fa-broadcast-tower:before{content:""}.fa-broom:before{content:""}.fa-brush:before{content:""}.fa-btc:before{content:""}.fa-bug:before{content:""}.fa-building:before{content:""}.fa-bullhorn:before{content:""}.fa-bullseye:before{content:""}.fa-burn:before{content:""}.fa-buromobelexperte:before{content:""}.fa-bus:before{content:""}.fa-bus-alt:before{content:""}.fa-buysellads:before{content:""}.fa-calculator:before{content:""}.fa-calendar:before{content:""}.fa-calendar-alt:before{content:""}.fa-calendar-check:before{content:""}.fa-calendar-minus:before{content:""}.fa-calendar-plus:before{content:""}.fa-calendar-times:before{content:""}.fa-camera:before{content:""}.fa-camera-retro:before{content:""}.fa-cannabis:before{content:""}.fa-capsules:before{content:""}.fa-car:before{content:""}.fa-car-alt:before{content:""}.fa-car-battery:before{content:""}.fa-car-crash:before{content:""}.fa-car-side:before{content:""}.fa-caret-down:before{content:""}.fa-caret-left:before{content:""}.fa-caret-right:before{content:""}.fa-caret-square-down:before{content:""}.fa-caret-square-left:before{content:""}.fa-caret-square-right:before{content:""}.fa-caret-square-up:before{content:""}.fa-caret-up:before{content:""}.fa-cart-arrow-down:before{content:""}.fa-cart-plus:before{content:""}.fa-cc-amazon-pay:before{content:""}.fa-cc-amex:before{content:""}.fa-cc-apple-pay:before{content:""}.fa-cc-diners-club:before{content:""}.fa-cc-discover:before{content:""}.fa-cc-jcb:before{content:""}.fa-cc-mastercard:before{content:""}.fa-cc-paypal:before{content:""}.fa-cc-stripe:before{content:""}.fa-cc-visa:before{content:""}.fa-centercode:before{content:""}.fa-certificate:before{content:""}.fa-chalkboard:before{content:""}.fa-chalkboard-teacher:before{content:""}.fa-charging-station:before{content:""}.fa-chart-area:before{content:""}.fa-chart-bar:before{content:""}.fa-chart-line:before{content:""}.fa-chart-pie:before{content:""}.fa-check:before{content:""}.fa-check-circle:before{content:""}.fa-check-double:before{content:""}.fa-check-square:before{content:""}.fa-chess:before{content:""}.fa-chess-bishop:before{content:""}.fa-chess-board:before{content:""}.fa-chess-king:before{content:""}.fa-chess-knight:before{content:""}.fa-chess-pawn:before{content:""}.fa-chess-queen:before{content:""}.fa-chess-rook:before{content:""}.fa-chevron-circle-down:before{content:""}.fa-chevron-circle-left:before{content:""}.fa-chevron-circle-right:before{content:""}.fa-chevron-circle-up:before{content:""}.fa-chevron-down:before{content:""}.fa-chevron-left:before{content:""}.fa-chevron-right:before{content:""}.fa-chevron-up:before{content:""}.fa-child:before{content:""}.fa-chrome:before{content:""}.fa-church:before{content:""}.fa-circle:before{content:""}.fa-circle-notch:before{content:""}.fa-clipboard:before{content:""}.fa-clipboard-check:before{content:""}.fa-clipboard-list:before{content:""}.fa-clock:before{content:""}.fa-clone:before{content:""}.fa-closed-captioning:before{content:""}.fa-cloud:before{content:""}.fa-cloud-download-alt:before{content:""}.fa-cloud-upload-alt:before{content:""}.fa-cloudscale:before{content:""}.fa-cloudsmith:before{content:""}.fa-cloudversify:before{content:""}.fa-cocktail:before{content:""}.fa-code:before{content:""}.fa-code-branch:before{content:""}.fa-codepen:before{content:""}.fa-codiepie:before{content:""}.fa-coffee:before{content:""}.fa-cog:before{content:""}.fa-cogs:before{content:""}.fa-coins:before{content:""}.fa-columns:before{content:""}.fa-comment:before{content:""}.fa-comment-alt:before{content:""}.fa-comment-dots:before{content:""}.fa-comment-slash:before{content:""}.fa-comments:before{content:""}.fa-compact-disc:before{content:""}.fa-compass:before{content:""}.fa-compress:before{content:""}.fa-concierge-bell:before{content:""}.fa-connectdevelop:before{content:""}.fa-contao:before{content:""}.fa-cookie:before{content:""}.fa-cookie-bite:before{content:""}.fa-copy:before{content:""}.fa-copyright:before{content:""}.fa-couch:before{content:""}.fa-cpanel:before{content:""}.fa-creative-commons:before{content:""}.fa-creative-commons-by:before{content:""}.fa-creative-commons-nc:before{content:""}.fa-creative-commons-nc-eu:before{content:""}.fa-creative-commons-nc-jp:before{content:""}.fa-creative-commons-nd:before{content:""}.fa-creative-commons-pd:before{content:""}.fa-creative-commons-pd-alt:before{content:""}.fa-creative-commons-remix:before{content:""}.fa-creative-commons-sa:before{content:""}.fa-creative-commons-sampling:before{content:""}.fa-creative-commons-sampling-plus:before{content:""}.fa-creative-commons-share:before{content:""}.fa-credit-card:before{content:""}.fa-crop:before{content:""}.fa-crop-alt:before{content:""}.fa-crosshairs:before{content:""}.fa-crow:before{content:""}.fa-crown:before{content:""}.fa-css3:before{content:""}.fa-css3-alt:before{content:""}.fa-cube:before{content:""}.fa-cubes:before{content:""}.fa-cut:before{content:""}.fa-cuttlefish:before{content:""}.fa-d-and-d:before{content:""}.fa-dashcube:before{content:""}.fa-database:before{content:""}.fa-deaf:before{content:""}.fa-delicious:before{content:""}.fa-deploydog:before{content:""}.fa-deskpro:before{content:""}.fa-desktop:before{content:""}.fa-deviantart:before{content:""}.fa-diagnoses:before{content:""}.fa-dice:before{content:""}.fa-dice-five:before{content:""}.fa-dice-four:before{content:""}.fa-dice-one:before{content:""}.fa-dice-six:before{content:""}.fa-dice-three:before{content:""}.fa-dice-two:before{content:""}.fa-digg:before{content:""}.fa-digital-ocean:before{content:""}.fa-digital-tachograph:before{content:""}.fa-directions:before{content:""}.fa-discord:before{content:""}.fa-discourse:before{content:""}.fa-divide:before{content:""}.fa-dizzy:before{content:""}.fa-dna:before{content:""}.fa-dochub:before{content:""}.fa-docker:before{content:""}.fa-dollar-sign:before{content:""}.fa-dolly:before{content:""}.fa-dolly-flatbed:before{content:""}.fa-donate:before{content:""}.fa-door-closed:before{content:""}.fa-door-open:before{content:""}.fa-dot-circle:before{content:""}.fa-dove:before{content:""}.fa-download:before{content:""}.fa-draft2digital:before{content:""}.fa-drafting-compass:before{content:""}.fa-draw-polygon:before{content:""}.fa-dribbble:before{content:""}.fa-dribbble-square:before{content:""}.fa-dropbox:before{content:""}.fa-drum:before{content:""}.fa-drum-steelpan:before{content:""}.fa-drupal:before{content:""}.fa-dumbbell:before{content:""}.fa-dyalog:before{content:""}.fa-earlybirds:before{content:""}.fa-ebay:before{content:""}.fa-edge:before{content:""}.fa-edit:before{content:""}.fa-eject:before{content:""}.fa-elementor:before{content:""}.fa-ellipsis-h:before{content:""}.fa-ellipsis-v:before{content:""}.fa-ello:before{content:""}.fa-ember:before{content:""}.fa-empire:before{content:""}.fa-envelope:before{content:""}.fa-envelope-open:before{content:""}.fa-envelope-square:before{content:""}.fa-envira:before{content:""}.fa-equals:before{content:""}.fa-eraser:before{content:""}.fa-erlang:before{content:""}.fa-ethereum:before{content:""}.fa-etsy:before{content:""}.fa-euro-sign:before{content:""}.fa-exchange-alt:before{content:""}.fa-exclamation:before{content:""}.fa-exclamation-circle:before{content:""}.fa-exclamation-triangle:before{content:""}.fa-expand:before{content:""}.fa-expand-arrows-alt:before{content:""}.fa-expeditedssl:before{content:""}.fa-external-link-alt:before{content:""}.fa-external-link-square-alt:before{content:""}.fa-eye:before{content:""}.fa-eye-dropper:before{content:""}.fa-eye-slash:before{content:""}.fa-facebook:before{content:""}.fa-facebook-f:before{content:""}.fa-facebook-messenger:before{content:""}.fa-facebook-square:before{content:""}.fa-fast-backward:before{content:""}.fa-fast-forward:before{content:""}.fa-fax:before{content:""}.fa-feather:before{content:""}.fa-feather-alt:before{content:""}.fa-female:before{content:""}.fa-fighter-jet:before{content:""}.fa-file:before{content:""}.fa-file-alt:before{content:""}.fa-file-archive:before{content:""}.fa-file-audio:before{content:""}.fa-file-code:before{content:""}.fa-file-contract:before{content:""}.fa-file-download:before{content:""}.fa-file-excel:before{content:""}.fa-file-export:before{content:""}.fa-file-image:before{content:""}.fa-file-import:before{content:""}.fa-file-invoice:before{content:""}.fa-file-invoice-dollar:before{content:""}.fa-file-medical:before{content:""}.fa-file-medical-alt:before{content:""}.fa-file-pdf:before{content:""}.fa-file-powerpoint:before{content:""}.fa-file-prescription:before{content:""}.fa-file-signature:before{content:""}.fa-file-upload:before{content:""}.fa-file-video:before{content:""}.fa-file-word:before{content:""}.fa-fill:before{content:""}.fa-fill-drip:before{content:""}.fa-film:before{content:""}.fa-filter:before{content:""}.fa-fingerprint:before{content:""}.fa-fire:before{content:""}.fa-fire-extinguisher:before{content:""}.fa-firefox:before{content:""}.fa-first-aid:before{content:""}.fa-first-order:before{content:""}.fa-first-order-alt:before{content:""}.fa-firstdraft:before{content:""}.fa-fish:before{content:""}.fa-flag:before{content:""}.fa-flag-checkered:before{content:""}.fa-flask:before{content:""}.fa-flickr:before{content:""}.fa-flipboard:before{content:""}.fa-flushed:before{content:""}.fa-fly:before{content:""}.fa-folder:before{content:""}.fa-folder-open:before{content:""}.fa-font:before{content:""}.fa-font-awesome:before{content:""}.fa-font-awesome-alt:before{content:""}.fa-font-awesome-flag:before{content:""}.fa-font-awesome-logo-full:before{content:""}.fa-fonticons:before{content:""}.fa-fonticons-fi:before{content:""}.fa-football-ball:before{content:""}.fa-fort-awesome:before{content:""}.fa-fort-awesome-alt:before{content:""}.fa-forumbee:before{content:""}.fa-forward:before{content:""}.fa-foursquare:before{content:""}.fa-free-code-camp:before{content:""}.fa-freebsd:before{content:""}.fa-frog:before{content:""}.fa-frown:before{content:""}.fa-frown-open:before{content:""}.fa-fulcrum:before{content:""}.fa-futbol:before{content:""}.fa-galactic-republic:before{content:""}.fa-galactic-senate:before{content:""}.fa-gamepad:before{content:""}.fa-gas-pump:before{content:""}.fa-gavel:before{content:""}.fa-gem:before{content:""}.fa-genderless:before{content:""}.fa-get-pocket:before{content:""}.fa-gg:before{content:""}.fa-gg-circle:before{content:""}.fa-gift:before{content:""}.fa-git:before{content:""}.fa-git-square:before{content:""}.fa-github:before{content:""}.fa-github-alt:before{content:""}.fa-github-square:before{content:""}.fa-gitkraken:before{content:""}.fa-gitlab:before{content:""}.fa-gitter:before{content:""}.fa-glass-martini:before{content:""}.fa-glass-martini-alt:before{content:""}.fa-glasses:before{content:""}.fa-glide:before{content:""}.fa-glide-g:before{content:""}.fa-globe:before{content:""}.fa-globe-africa:before{content:""}.fa-globe-americas:before{content:""}.fa-globe-asia:before{content:""}.fa-gofore:before{content:""}.fa-golf-ball:before{content:""}.fa-goodreads:before{content:""}.fa-goodreads-g:before{content:""}.fa-google:before{content:""}.fa-google-drive:before{content:""}.fa-google-play:before{content:""}.fa-google-plus:before{content:""}.fa-google-plus-g:before{content:""}.fa-google-plus-square:before{content:""}.fa-google-wallet:before{content:""}.fa-graduation-cap:before{content:""}.fa-gratipay:before{content:""}.fa-grav:before{content:""}.fa-greater-than:before{content:""}.fa-greater-than-equal:before{content:""}.fa-grimace:before{content:""}.fa-grin:before{content:""}.fa-grin-alt:before{content:""}.fa-grin-beam:before{content:""}.fa-grin-beam-sweat:before{content:""}.fa-grin-hearts:before{content:""}.fa-grin-squint:before{content:""}.fa-grin-squint-tears:before{content:""}.fa-grin-stars:before{content:""}.fa-grin-tears:before{content:""}.fa-grin-tongue:before{content:""}.fa-grin-tongue-squint:before{content:""}.fa-grin-tongue-wink:before{content:""}.fa-grin-wink:before{content:""}.fa-grip-horizontal:before{content:""}.fa-grip-vertical:before{content:""}.fa-gripfire:before{content:""}.fa-grunt:before{content:""}.fa-gulp:before{content:""}.fa-h-square:before{content:""}.fa-hacker-news:before{content:""}.fa-hacker-news-square:before{content:""}.fa-hackerrank:before{content:""}.fa-hand-holding:before{content:""}.fa-hand-holding-heart:before{content:""}.fa-hand-holding-usd:before{content:""}.fa-hand-lizard:before{content:""}.fa-hand-paper:before{content:""}.fa-hand-peace:before{content:""}.fa-hand-point-down:before{content:""}.fa-hand-point-left:before{content:""}.fa-hand-point-right:before{content:""}.fa-hand-point-up:before{content:""}.fa-hand-pointer:before{content:""}.fa-hand-rock:before{content:""}.fa-hand-scissors:before{content:""}.fa-hand-spock:before{content:""}.fa-hands:before{content:""}.fa-hands-helping:before{content:""}.fa-handshake:before{content:""}.fa-hashtag:before{content:""}.fa-hdd:before{content:""}.fa-heading:before{content:""}.fa-headphones:before{content:""}.fa-headphones-alt:before{content:""}.fa-headset:before{content:""}.fa-heart:before{content:""}.fa-heartbeat:before{content:""}.fa-helicopter:before{content:""}.fa-highlighter:before{content:""}.fa-hips:before{content:""}.fa-hire-a-helper:before{content:""}.fa-history:before{content:""}.fa-hockey-puck:before{content:""}.fa-home:before{content:""}.fa-hooli:before{content:""}.fa-hornbill:before{content:""}.fa-hospital:before{content:""}.fa-hospital-alt:before{content:""}.fa-hospital-symbol:before{content:""}.fa-hot-tub:before{content:""}.fa-hotel:before{content:""}.fa-hotjar:before{content:""}.fa-hourglass:before{content:""}.fa-hourglass-end:before{content:""}.fa-hourglass-half:before{content:""}.fa-hourglass-start:before{content:""}.fa-houzz:before{content:""}.fa-html5:before{content:""}.fa-hubspot:before{content:""}.fa-i-cursor:before{content:""}.fa-id-badge:before{content:""}.fa-id-card:before{content:""}.fa-id-card-alt:before{content:""}.fa-image:before{content:""}.fa-images:before{content:""}.fa-imdb:before{content:""}.fa-inbox:before{content:""}.fa-indent:before{content:""}.fa-industry:before{content:""}.fa-infinity:before{content:""}.fa-info:before{content:""}.fa-info-circle:before{content:""}.fa-instagram:before{content:""}.fa-internet-explorer:before{content:""}.fa-ioxhost:before{content:""}.fa-italic:before{content:""}.fa-itunes:before{content:""}.fa-itunes-note:before{content:""}.fa-java:before{content:""}.fa-jedi-order:before{content:""}.fa-jenkins:before{content:""}.fa-joget:before{content:""}.fa-joint:before{content:""}.fa-joomla:before{content:""}.fa-js:before{content:""}.fa-js-square:before{content:""}.fa-jsfiddle:before{content:""}.fa-kaggle:before{content:""}.fa-key:before{content:""}.fa-keybase:before{content:""}.fa-keyboard:before{content:""}.fa-keycdn:before{content:""}.fa-kickstarter:before{content:""}.fa-kickstarter-k:before{content:""}.fa-kiss:before{content:""}.fa-kiss-beam:before{content:""}.fa-kiss-wink-heart:before{content:""}.fa-kiwi-bird:before{content:""}.fa-korvue:before{content:""}.fa-language:before{content:""}.fa-laptop:before{content:""}.fa-laptop-code:before{content:""}.fa-laravel:before{content:""}.fa-lastfm:before{content:""}.fa-lastfm-square:before{content:""}.fa-laugh:before{content:""}.fa-laugh-beam:before{content:""}.fa-laugh-squint:before{content:""}.fa-laugh-wink:before{content:""}.fa-layer-group:before{content:""}.fa-leaf:before{content:""}.fa-leanpub:before{content:""}.fa-lemon:before{content:""}.fa-less:before{content:""}.fa-less-than:before{content:""}.fa-less-than-equal:before{content:""}.fa-level-down-alt:before{content:""}.fa-level-up-alt:before{content:""}.fa-life-ring:before{content:""}.fa-lightbulb:before{content:""}.fa-line:before{content:""}.fa-link:before{content:""}.fa-linkedin:before{content:""}.fa-linkedin-in:before{content:""}.fa-linode:before{content:""}.fa-linux:before{content:""}.fa-lira-sign:before{content:""}.fa-list:before{content:""}.fa-list-alt:before{content:""}.fa-list-ol:before{content:""}.fa-list-ul:before{content:""}.fa-location-arrow:before{content:""}.fa-lock:before{content:""}.fa-lock-open:before{content:""}.fa-long-arrow-alt-down:before{content:""}.fa-long-arrow-alt-left:before{content:""}.fa-long-arrow-alt-right:before{content:""}.fa-long-arrow-alt-up:before{content:""}.fa-low-vision:before{content:""}.fa-luggage-cart:before{content:""}.fa-lyft:before{content:""}.fa-magento:before{content:""}.fa-magic:before{content:""}.fa-magnet:before{content:""}.fa-mailchimp:before{content:""}.fa-male:before{content:""}.fa-mandalorian:before{content:""}.fa-map:before{content:""}.fa-map-marked:before{content:""}.fa-map-marked-alt:before{content:""}.fa-map-marker:before{content:""}.fa-map-marker-alt:before{content:""}.fa-map-pin:before{content:""}.fa-map-signs:before{content:""}.fa-markdown:before{content:""}.fa-marker:before{content:""}.fa-mars:before{content:""}.fa-mars-double:before{content:""}.fa-mars-stroke:before{content:""}.fa-mars-stroke-h:before{content:""}.fa-mars-stroke-v:before{content:""}.fa-mastodon:before{content:""}.fa-maxcdn:before{content:""}.fa-medal:before{content:""}.fa-medapps:before{content:""}.fa-medium:before{content:""}.fa-medium-m:before{content:""}.fa-medkit:before{content:""}.fa-medrt:before{content:""}.fa-meetup:before{content:""}.fa-megaport:before{content:""}.fa-meh:before{content:""}.fa-meh-blank:before{content:""}.fa-meh-rolling-eyes:before{content:""}.fa-memory:before{content:""}.fa-mercury:before{content:""}.fa-microchip:before{content:""}.fa-microphone:before{content:""}.fa-microphone-alt:before{content:""}.fa-microphone-alt-slash:before{content:""}.fa-microphone-slash:before{content:""}.fa-microscope:before{content:""}.fa-microsoft:before{content:""}.fa-minus:before{content:""}.fa-minus-circle:before{content:""}.fa-minus-square:before{content:""}.fa-mix:before{content:""}.fa-mixcloud:before{content:""}.fa-mizuni:before{content:""}.fa-mobile:before{content:""}.fa-mobile-alt:before{content:""}.fa-modx:before{content:""}.fa-monero:before{content:""}.fa-money-bill:before{content:""}.fa-money-bill-alt:before{content:""}.fa-money-bill-wave:before{content:""}.fa-money-bill-wave-alt:before{content:""}.fa-money-check:before{content:""}.fa-money-check-alt:before{content:""}.fa-monument:before{content:""}.fa-moon:before{content:""}.fa-mortar-pestle:before{content:""}.fa-motorcycle:before{content:""}.fa-mouse-pointer:before{content:""}.fa-music:before{content:""}.fa-napster:before{content:""}.fa-neos:before{content:""}.fa-neuter:before{content:""}.fa-newspaper:before{content:""}.fa-nimblr:before{content:""}.fa-nintendo-switch:before{content:""}.fa-node:before{content:""}.fa-node-js:before{content:""}.fa-not-equal:before{content:""}.fa-notes-medical:before{content:""}.fa-npm:before{content:""}.fa-ns8:before{content:""}.fa-nutritionix:before{content:""}.fa-object-group:before{content:""}.fa-object-ungroup:before{content:""}.fa-odnoklassniki:before{content:""}.fa-odnoklassniki-square:before{content:""}.fa-oil-can:before{content:""}.fa-old-republic:before{content:""}.fa-opencart:before{content:""}.fa-openid:before{content:""}.fa-opera:before{content:""}.fa-optin-monster:before{content:""}.fa-osi:before{content:""}.fa-outdent:before{content:""}.fa-page4:before{content:""}.fa-pagelines:before{content:""}.fa-paint-brush:before{content:""}.fa-paint-roller:before{content:""}.fa-palette:before{content:""}.fa-palfed:before{content:""}.fa-pallet:before{content:""}.fa-paper-plane:before{content:""}.fa-paperclip:before{content:""}.fa-parachute-box:before{content:""}.fa-paragraph:before{content:""}.fa-parking:before{content:""}.fa-passport:before{content:""}.fa-paste:before{content:""}.fa-patreon:before{content:""}.fa-pause:before{content:""}.fa-pause-circle:before{content:""}.fa-paw:before{content:""}.fa-paypal:before{content:""}.fa-pen:before{content:""}.fa-pen-alt:before{content:""}.fa-pen-fancy:before{content:""}.fa-pen-nib:before{content:""}.fa-pen-square:before{content:""}.fa-pencil-alt:before{content:""}.fa-pencil-ruler:before{content:""}.fa-people-carry:before{content:""}.fa-percent:before{content:""}.fa-percentage:before{content:""}.fa-periscope:before{content:""}.fa-phabricator:before{content:""}.fa-phoenix-framework:before{content:""}.fa-phoenix-squadron:before{content:""}.fa-phone:before{content:""}.fa-phone-slash:before{content:""}.fa-phone-square:before{content:""}.fa-phone-volume:before{content:""}.fa-php:before{content:""}.fa-pied-piper:before{content:""}.fa-pied-piper-alt:before{content:""}.fa-pied-piper-hat:before{content:""}.fa-pied-piper-pp:before{content:""}.fa-piggy-bank:before{content:""}.fa-pills:before{content:""}.fa-pinterest:before{content:""}.fa-pinterest-p:before{content:""}.fa-pinterest-square:before{content:""}.fa-plane:before{content:""}.fa-plane-arrival:before{content:""}.fa-plane-departure:before{content:""}.fa-play:before{content:""}.fa-play-circle:before{content:""}.fa-playstation:before{content:""}.fa-plug:before{content:""}.fa-plus:before{content:""}.fa-plus-circle:before{content:""}.fa-plus-square:before{content:""}.fa-podcast:before{content:""}.fa-poo:before{content:""}.fa-poop:before{content:""}.fa-portrait:before{content:""}.fa-pound-sign:before{content:""}.fa-power-off:before{content:""}.fa-prescription:before{content:""}.fa-prescription-bottle:before{content:""}.fa-prescription-bottle-alt:before{content:""}.fa-print:before{content:""}.fa-procedures:before{content:""}.fa-product-hunt:before{content:""}.fa-project-diagram:before{content:""}.fa-pushed:before{content:""}.fa-puzzle-piece:before{content:""}.fa-python:before{content:""}.fa-qq:before{content:""}.fa-qrcode:before{content:""}.fa-question:before{content:""}.fa-question-circle:before{content:""}.fa-quidditch:before{content:""}.fa-quinscape:before{content:""}.fa-quora:before{content:""}.fa-quote-left:before{content:""}.fa-quote-right:before{content:""}.fa-r-project:before{content:""}.fa-random:before{content:""}.fa-ravelry:before{content:""}.fa-react:before{content:""}.fa-readme:before{content:""}.fa-rebel:before{content:""}.fa-receipt:before{content:""}.fa-recycle:before{content:""}.fa-red-river:before{content:""}.fa-reddit:before{content:""}.fa-reddit-alien:before{content:""}.fa-reddit-square:before{content:""}.fa-redo:before{content:""}.fa-redo-alt:before{content:""}.fa-registered:before{content:""}.fa-rendact:before{content:""}.fa-renren:before{content:""}.fa-reply:before{content:""}.fa-reply-all:before{content:""}.fa-replyd:before{content:""}.fa-researchgate:before{content:""}.fa-resolving:before{content:""}.fa-retweet:before{content:""}.fa-rev:before{content:""}.fa-ribbon:before{content:""}.fa-road:before{content:""}.fa-robot:before{content:""}.fa-rocket:before{content:""}.fa-rocketchat:before{content:""}.fa-rockrms:before{content:""}.fa-route:before{content:""}.fa-rss:before{content:""}.fa-rss-square:before{content:""}.fa-ruble-sign:before{content:""}.fa-ruler:before{content:""}.fa-ruler-combined:before{content:""}.fa-ruler-horizontal:before{content:""}.fa-ruler-vertical:before{content:""}.fa-rupee-sign:before{content:""}.fa-sad-cry:before{content:""}.fa-sad-tear:before{content:""}.fa-safari:before{content:""}.fa-sass:before{content:""}.fa-save:before{content:""}.fa-schlix:before{content:""}.fa-school:before{content:""}.fa-screwdriver:before{content:""}.fa-scribd:before{content:""}.fa-search:before{content:""}.fa-search-minus:before{content:""}.fa-search-plus:before{content:""}.fa-searchengin:before{content:""}.fa-seedling:before{content:""}.fa-sellcast:before{content:""}.fa-sellsy:before{content:""}.fa-server:before{content:""}.fa-servicestack:before{content:""}.fa-shapes:before{content:""}.fa-share:before{content:""}.fa-share-alt:before{content:""}.fa-share-alt-square:before{content:""}.fa-share-square:before{content:""}.fa-shekel-sign:before{content:""}.fa-shield-alt:before{content:""}.fa-ship:before{content:""}.fa-shipping-fast:before{content:""}.fa-shirtsinbulk:before{content:""}.fa-shoe-prints:before{content:""}.fa-shopping-bag:before{content:""}.fa-shopping-basket:before{content:""}.fa-shopping-cart:before{content:""}.fa-shopware:before{content:""}.fa-shower:before{content:""}.fa-shuttle-van:before{content:""}.fa-sign:before{content:""}.fa-sign-in-alt:before{content:""}.fa-sign-language:before{content:""}.fa-sign-out-alt:before{content:""}.fa-signal:before{content:""}.fa-signature:before{content:""}.fa-simplybuilt:before{content:""}.fa-sistrix:before{content:""}.fa-sitemap:before{content:""}.fa-sith:before{content:""}.fa-skull:before{content:""}.fa-skyatlas:before{content:""}.fa-skype:before{content:""}.fa-slack:before{content:""}.fa-slack-hash:before{content:""}.fa-sliders-h:before{content:""}.fa-slideshare:before{content:""}.fa-smile:before{content:""}.fa-smile-beam:before{content:""}.fa-smile-wink:before{content:""}.fa-smoking:before{content:""}.fa-smoking-ban:before{content:""}.fa-snapchat:before{content:""}.fa-snapchat-ghost:before{content:""}.fa-snapchat-square:before{content:""}.fa-snowflake:before{content:""}.fa-solar-panel:before{content:""}.fa-sort:before{content:""}.fa-sort-alpha-down:before{content:""}.fa-sort-alpha-up:before{content:""}.fa-sort-amount-down:before{content:""}.fa-sort-amount-up:before{content:""}.fa-sort-down:before{content:""}.fa-sort-numeric-down:before{content:""}.fa-sort-numeric-up:before{content:""}.fa-sort-up:before{content:""}.fa-soundcloud:before{content:""}.fa-spa:before{content:""}.fa-space-shuttle:before{content:""}.fa-speakap:before{content:""}.fa-spinner:before{content:""}.fa-splotch:before{content:""}.fa-spotify:before{content:""}.fa-spray-can:before{content:""}.fa-square:before{content:""}.fa-square-full:before{content:""}.fa-squarespace:before{content:""}.fa-stack-exchange:before{content:""}.fa-stack-overflow:before{content:""}.fa-stamp:before{content:""}.fa-star:before{content:""}.fa-star-half:before{content:""}.fa-star-half-alt:before{content:""}.fa-star-of-life:before{content:""}.fa-staylinked:before{content:""}.fa-steam:before{content:""}.fa-steam-square:before{content:""}.fa-steam-symbol:before{content:""}.fa-step-backward:before{content:""}.fa-step-forward:before{content:""}.fa-stethoscope:before{content:""}.fa-sticker-mule:before{content:""}.fa-sticky-note:before{content:""}.fa-stop:before{content:""}.fa-stop-circle:before{content:""}.fa-stopwatch:before{content:""}.fa-store:before{content:""}.fa-store-alt:before{content:""}.fa-strava:before{content:""}.fa-stream:before{content:""}.fa-street-view:before{content:""}.fa-strikethrough:before{content:""}.fa-stripe:before{content:""}.fa-stripe-s:before{content:""}.fa-stroopwafel:before{content:""}.fa-studiovinari:before{content:""}.fa-stumbleupon:before{content:""}.fa-stumbleupon-circle:before{content:""}.fa-subscript:before{content:""}.fa-subway:before{content:""}.fa-suitcase:before{content:""}.fa-suitcase-rolling:before{content:""}.fa-sun:before{content:""}.fa-superpowers:before{content:""}.fa-superscript:before{content:""}.fa-supple:before{content:""}.fa-surprise:before{content:""}.fa-swatchbook:before{content:""}.fa-swimmer:before{content:""}.fa-swimming-pool:before{content:""}.fa-sync:before{content:""}.fa-sync-alt:before{content:""}.fa-syringe:before{content:""}.fa-table:before{content:""}.fa-table-tennis:before{content:""}.fa-tablet:before{content:""}.fa-tablet-alt:before{content:""}.fa-tablets:before{content:""}.fa-tachometer-alt:before{content:""}.fa-tag:before{content:""}.fa-tags:before{content:""}.fa-tape:before{content:""}.fa-tasks:before{content:""}.fa-taxi:before{content:""}.fa-teamspeak:before{content:""}.fa-teeth:before{content:""}.fa-teeth-open:before{content:""}.fa-telegram:before{content:""}.fa-telegram-plane:before{content:""}.fa-tencent-weibo:before{content:""}.fa-terminal:before{content:""}.fa-text-height:before{content:""}.fa-text-width:before{content:""}.fa-th:before{content:""}.fa-th-large:before{content:""}.fa-th-list:before{content:""}.fa-theater-masks:before{content:""}.fa-themeco:before{content:""}.fa-themeisle:before{content:""}.fa-thermometer:before{content:""}.fa-thermometer-empty:before{content:""}.fa-thermometer-full:before{content:""}.fa-thermometer-half:before{content:""}.fa-thermometer-quarter:before{content:""}.fa-thermometer-three-quarters:before{content:""}.fa-thumbs-down:before{content:""}.fa-thumbs-up:before{content:""}.fa-thumbtack:before{content:""}.fa-ticket-alt:before{content:""}.fa-times:before{content:""}.fa-times-circle:before{content:""}.fa-tint:before{content:""}.fa-tint-slash:before{content:""}.fa-tired:before{content:""}.fa-toggle-off:before{content:""}.fa-toggle-on:before{content:""}.fa-toolbox:before{content:""}.fa-tooth:before{content:""}.fa-trade-federation:before{content:""}.fa-trademark:before{content:""}.fa-traffic-light:before{content:""}.fa-train:before{content:""}.fa-transgender:before{content:""}.fa-transgender-alt:before{content:""}.fa-trash:before{content:""}.fa-trash-alt:before{content:""}.fa-tree:before{content:""}.fa-trello:before{content:""}.fa-tripadvisor:before{content:""}.fa-trophy:before{content:""}.fa-truck:before{content:""}.fa-truck-loading:before{content:""}.fa-truck-monster:before{content:""}.fa-truck-moving:before{content:""}.fa-truck-pickup:before{content:""}.fa-tshirt:before{content:""}.fa-tty:before{content:""}.fa-tumblr:before{content:""}.fa-tumblr-square:before{content:""}.fa-tv:before{content:""}.fa-twitch:before{content:""}.fa-twitter:before{content:""}.fa-twitter-square:before{content:""}.fa-typo3:before{content:""}.fa-uber:before{content:""}.fa-uikit:before{content:""}.fa-umbrella:before{content:""}.fa-umbrella-beach:before{content:""}.fa-underline:before{content:""}.fa-undo:before{content:""}.fa-undo-alt:before{content:""}.fa-uniregistry:before{content:""}.fa-universal-access:before{content:""}.fa-university:before{content:""}.fa-unlink:before{content:""}.fa-unlock:before{content:""}.fa-unlock-alt:before{content:""}.fa-untappd:before{content:""}.fa-upload:before{content:""}.fa-usb:before{content:""}.fa-user:before{content:""}.fa-user-alt:before{content:""}.fa-user-alt-slash:before{content:""}.fa-user-astronaut:before{content:""}.fa-user-check:before{content:""}.fa-user-circle:before{content:""}.fa-user-clock:before{content:""}.fa-user-cog:before{content:""}.fa-user-edit:before{content:""}.fa-user-friends:before{content:""}.fa-user-graduate:before{content:""}.fa-user-lock:before{content:""}.fa-user-md:before{content:""}.fa-user-minus:before{content:""}.fa-user-ninja:before{content:""}.fa-user-plus:before{content:""}.fa-user-secret:before{content:""}.fa-user-shield:before{content:""}.fa-user-slash:before{content:""}.fa-user-tag:before{content:""}.fa-user-tie:before{content:""}.fa-user-times:before{content:""}.fa-users:before{content:""}.fa-users-cog:before{content:""}.fa-ussunnah:before{content:""}.fa-utensil-spoon:before{content:""}.fa-utensils:before{content:""}.fa-vaadin:before{content:""}.fa-vector-square:before{content:""}.fa-venus:before{content:""}.fa-venus-double:before{content:""}.fa-venus-mars:before{content:""}.fa-viacoin:before{content:""}.fa-viadeo:before{content:""}.fa-viadeo-square:before{content:""}.fa-vial:before{content:""}.fa-vials:before{content:""}.fa-viber:before{content:""}.fa-video:before{content:""}.fa-video-slash:before{content:""}.fa-vimeo:before{content:""}.fa-vimeo-square:before{content:""}.fa-vimeo-v:before{content:""}.fa-vine:before{content:""}.fa-vk:before{content:""}.fa-vnv:before{content:""}.fa-volleyball-ball:before{content:""}.fa-volume-down:before{content:""}.fa-volume-off:before{content:""}.fa-volume-up:before{content:""}.fa-vuejs:before{content:""}.fa-walking:before{content:""}.fa-wallet:before{content:""}.fa-warehouse:before{content:""}.fa-weebly:before{content:""}.fa-weibo:before{content:""}.fa-weight:before{content:""}.fa-weight-hanging:before{content:""}.fa-weixin:before{content:""}.fa-whatsapp:before{content:""}.fa-whatsapp-square:before{content:""}.fa-wheelchair:before{content:""}.fa-whmcs:before{content:""}.fa-wifi:before{content:""}.fa-wikipedia-w:before{content:""}.fa-window-close:before{content:""}.fa-window-maximize:before{content:""}.fa-window-minimize:before{content:""}.fa-window-restore:before{content:""}.fa-windows:before{content:""}.fa-wine-glass:before{content:""}.fa-wine-glass-alt:before{content:""}.fa-wix:before{content:""}.fa-wolf-pack-battalion:before{content:""}.fa-won-sign:before{content:""}.fa-wordpress:before{content:""}.fa-wordpress-simple:before{content:""}.fa-wpbeginner:before{content:""}.fa-wpexplorer:before{content:""}.fa-wpforms:before{content:""}.fa-wrench:before{content:""}.fa-x-ray:before{content:""}.fa-xbox:before{content:""}.fa-xing:before{content:""}.fa-xing-square:before{content:""}.fa-y-combinator:before{content:""}.fa-yahoo:before{content:""}.fa-yandex:before{content:""}.fa-yandex-international:before{content:""}.fa-yelp:before{content:""}.fa-yen-sign:before{content:""}.fa-yoast:before{content:""}.fa-youtube:before{content:""}.fa-youtube-square:before{content:""}.fa-zhihu:before{content:""}.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}@font-face{font-family:"Font Awesome 5 Brands";font-style:normal;font-weight:normal;src:url(../webfonts/fa-brands-400.eot);src:url(../webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),url(../webfonts/fa-brands-400.woff2) format("woff2"),url(../webfonts/fa-brands-400.woff) format("woff"),url(../webfonts/fa-brands-400.ttf) format("truetype"),url(../webfonts/fa-brands-400.svg#fontawesome) format("svg")}.fab{font-family:"Font Awesome 5 Brands"}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:400;src:url(../webfonts/fa-regular-400.eot);src:url(../webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"),url(../webfonts/fa-regular-400.woff2) format("woff2"),url(../webfonts/fa-regular-400.woff) format("woff"),url(../webfonts/fa-regular-400.ttf) format("truetype"),url(../webfonts/fa-regular-400.svg#fontawesome) format("svg")}.far{font-weight:400}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:900;src:url(../webfonts/fa-solid-900.eot);src:url(../webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(../webfonts/fa-solid-900.woff2) format("woff2"),url(../webfonts/fa-solid-900.woff) format("woff"),url(../webfonts/fa-solid-900.ttf) format("truetype"),url(../webfonts/fa-solid-900.svg#fontawesome) format("svg")}.fa,.far,.fas{font-family:"Font Awesome 5 Free"}.fa,.fas{font-weight:900}.formError{z-index:990}.formError .formErrorContent{z-index:991}.formError .formErrorArrow{z-index:996}.ui-dialog .formError{z-index:5000}.ui-dialog .formError .formErrorContent{z-index:5001}.ui-dialog .formError .formErrorArrow{z-index:5006}.inputContainer{position:relative;float:left}.formError{position:absolute;top:300px;left:300px;display:block;cursor:pointer;text-align:left}.formError.inline{position:relative;top:0;left:0;display:inline-block}.ajaxSubmit{padding:20px;background:#55ea55;border:1px solid #999;display:none}.formError .formErrorContent{width:100%;background:#ee0101;position:relative;color:#fff;min-width:120px;font-size:11px;border:2px solid #ddd;box-shadow:0 0 6px #000;-moz-box-shadow:0 0 6px #000;-webkit-box-shadow:0 0 6px #000;-o-box-shadow:0 0 6px #000;padding:4px 10px 4px 10px;border-radius:6px;-moz-border-radius:6px;-webkit-border-radius:6px;-o-border-radius:6px}.formError.inline .formErrorContent{box-shadow:none;-moz-box-shadow:none;-webkit-box-shadow:none;-o-box-shadow:none;border:none;border-radius:0;-moz-border-radius:0;-webkit-border-radius:0;-o-border-radius:0}.greenPopup .formErrorContent{background:#33be40}.blackPopup .formErrorContent{background:#393939;color:#fff}.formError .formErrorArrow{width:15px;margin:-2px 0 0 13px;position:relative}body[dir='rtl'] .formError .formErrorArrow,body.rtl .formError .formErrorArrow{margin:-2px 13px 0 0}.formError .formErrorArrowBottom{box-shadow:none;-moz-box-shadow:none;-webkit-box-shadow:none;-o-box-shadow:none;margin:0 0 0 12px;top:2px}.formError .formErrorArrow div{border-left:2px solid #ddd;border-right:2px solid #ddd;box-shadow:0 2px 3px #444;-moz-box-shadow:0 2px 3px #444;-webkit-box-shadow:0 2px 3px #444;-o-box-shadow:0 2px 3px #444;font-size:0;height:1px;background:#ee0101;margin:0 auto;line-height:0;font-size:0;display:block}.formError .formErrorArrowBottom div{box-shadow:none;-moz-box-shadow:none;-webkit-box-shadow:none;-o-box-shadow:none}.greenPopup .formErrorArrow div{background:#33be40}.blackPopup .formErrorArrow div{background:#393939;color:#fff}.formError .formErrorArrow .line10{width:13px;border:none}.formError .formErrorArrow .line9{width:11px;border:none}.formError .formErrorArrow .line8{width:11px}.formError .formErrorArrow .line7{width:9px}.formError .formErrorArrow .line6{width:7px}.formError .formErrorArrow .line5{width:5px}.formError .formErrorArrow .line4{width:3px}.formError .formErrorArrow .line3{width:1px;border-left:2px solid #ddd;border-right:2px solid #ddd;border-bottom:0 solid #ddd}.formError .formErrorArrow .line2{width:3px;border:none;background:#ddd}.formError .formErrorArrow .line1{width:1px;border:none;background:#ddd}.irs{position:relative;display:block;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;font-size:12px;font-family:Arial,sans-serif}.irs-line{position:relative;display:block;overflow:hidden;outline:none!important}.irs-bar{position:absolute;display:block;left:0;width:0}.irs-shadow{position:absolute;display:none;left:0;width:0}.irs-handle{position:absolute;display:block;box-sizing:border-box;cursor:default;z-index:1}.irs-handle.type_last{z-index:2}.irs-min,.irs-max{position:absolute;display:block;cursor:default}.irs-min{left:0}.irs-max{right:0}.irs-from,.irs-to,.irs-single{position:absolute;display:block;top:0;left:0;cursor:default;white-space:nowrap}.irs-grid{position:absolute;display:none;bottom:0;left:0;width:100%;height:20px}.irs-with-grid .irs-grid{display:block}.irs-grid-pol{position:absolute;top:0;left:0;width:1px;height:8px;background:#000}.irs-grid-pol.small{height:4px}.irs-grid-text{position:absolute;bottom:0;left:0;white-space:nowrap;text-align:center;font-size:9px;line-height:9px;padding:0 3px;color:#000}.irs-disable-mask{position:absolute;display:block;top:0;left:-1%;width:102%;height:100%;cursor:default;background:rgba(0,0,0,0);z-index:2}.lt-ie9 .irs-disable-mask{background:#000;filter:alpha(opacity=0);cursor:not-allowed}.irs-disabled{opacity:.4}.irs-hidden-input{position:absolute!important;display:block!important;top:0!important;left:0!important;width:0!important;height:0!important;font-size:0!important;line-height:0!important;padding:0!important;margin:0!important;overflow:hidden;outline:none!important;z-index:-9999!important;background:none!important;border-style:solid!important;border-color:transparent!important}.irs--flat{height:40px}.irs--flat.irs-with-grid{height:60px}.irs--flat .irs-line{top:25px;height:12px;background-color:#e1e4e9;border-radius:4px}.irs--flat .irs-bar{top:25px;height:12px;background-color:#ed5565}.irs--flat .irs-bar--single{border-radius:4px 0 0 4px}.irs--flat .irs-shadow{height:1px;bottom:16px;background-color:#e1e4e9}.irs--flat .irs-handle{top:22px;width:16px;height:18px;background-color:transparent}.irs--flat .irs-handle>i:first-child{position:absolute;display:block;top:0;left:50%;width:2px;height:100%;margin-left:-1px;background-color:#da4453}.irs--flat .irs-handle.state_hover>i:first-child,.irs--flat .irs-handle:hover>i:first-child{background-color:#a43540}.irs--flat .irs-min,.irs--flat .irs-max{top:0;padding:1px 3px;color:#999;font-size:10px;line-height:1.333;text-shadow:none;background-color:#e1e4e9;border-radius:4px}.irs--flat .irs-from,.irs--flat .irs-to,.irs--flat .irs-single{color:#fff;font-size:10px;line-height:1.333;text-shadow:none;padding:1px 5px;background-color:#ed5565;border-radius:4px}.irs--flat .irs-from:before,.irs--flat .irs-to:before,.irs--flat .irs-single:before{position:absolute;display:block;content:"";bottom:-6px;left:50%;width:0;height:0;margin-left:-3px;overflow:hidden;border:3px solid transparent;border-top-color:#ed5565}.irs--flat .irs-grid-pol{background-color:#e1e4e9}.irs--flat .irs-grid-text{color:#999}.irs--big{height:55px}.irs--big.irs-with-grid{height:70px}.irs--big .irs-line{top:33px;height:12px;background-color:#fff;background:linear-gradient(to bottom,#ddd -50%,#fff 150%);border:1px solid #ccc;border-radius:12px}.irs--big .irs-bar{top:33px;height:12px;background-color:#92bce0;border:1px solid #428bca;background:linear-gradient(to bottom,#fff 0%,#428bca 30%,#b9d4ec 100%);box-shadow:inset 0 0 1px 1px rgba(255,255,255,.5)}.irs--big .irs-bar--single{border-radius:12px 0 0 12px}.irs--big .irs-shadow{height:1px;bottom:16px;background-color:rgba(66,139,202,.5)}.irs--big .irs-handle{top:25px;width:30px;height:30px;border:1px solid rgba(0,0,0,.3);background-color:#cbcfd5;background:linear-gradient(to bottom,#fff 0%,#b4b9be 30%,#fff 100%);box-shadow:1px 1px 2px rgba(0,0,0,.2),inset 0 0 3px 1px white;border-radius:30px}.irs--big .irs-handle.state_hover,.irs--big .irs-handle:hover{border-color:rgba(0,0,0,.45);background-color:#939ba7;background:linear-gradient(to bottom,#fff 0%,#919ba5 30%,#fff 100%)}.irs--big .irs-min,.irs--big .irs-max{top:0;padding:1px 5px;color:#fff;text-shadow:none;background-color:#9f9f9f;border-radius:3px}.irs--big .irs-from,.irs--big .irs-to,.irs--big .irs-single{color:#fff;text-shadow:none;padding:1px 5px;background-color:#428bca;background:linear-gradient(to bottom,#428bca 0%,#3071a9 100%);border-radius:3px}.irs--big .irs-grid-pol{background-color:#428bca}.irs--big .irs-grid-text{color:#428bca}.irs--modern{height:55px}.irs--modern.irs-with-grid{height:55px}.irs--modern .irs-line{top:25px;height:5px;background-color:#d1d6e0;background:linear-gradient(to bottom,#e0e4ea 0%,#d1d6e0 100%);border:1px solid #a3adc1;border-bottom-width:0;border-radius:5px}.irs--modern .irs-bar{top:25px;height:5px;background:#20b426;background:linear-gradient(to bottom,#20b426 0%,#18891d 100%)}.irs--modern .irs-bar--single{border-radius:5px 0 0 5px}.irs--modern .irs-shadow{height:1px;bottom:21px;background-color:rgba(209,214,224,.5)}.irs--modern .irs-handle{top:37px;width:12px;height:13px;border:1px solid #a3adc1;border-top-width:0;box-shadow:1px 1px 1px rgba(0,0,0,.1);border-radius:0 0 3px 3px}.irs--modern .irs-handle>i:nth-child(1){position:absolute;display:block;top:-4px;left:1px;width:6px;height:6px;border:1px solid #a3adc1;background:#fff;transform:rotate(45deg)}.irs--modern .irs-handle>i:nth-child(2){position:absolute;display:block;box-sizing:border-box;top:0;left:0;width:10px;height:12px;background:#e9e6e6;background:linear-gradient(to bottom,#fff 0%,#e9e6e6 100%);border-radius:0 0 3px 3px}.irs--modern .irs-handle>i:nth-child(3){position:absolute;display:block;box-sizing:border-box;top:3px;left:3px;width:4px;height:5px;border-left:1px solid #a3adc1;border-right:1px solid #a3adc1}.irs--modern .irs-handle.state_hover,.irs--modern .irs-handle:hover{border-color:#7685a2;background:#c3c7cd;background:linear-gradient(to bottom,#fff 0%,#919ba5 30%,#fff 100%)}.irs--modern .irs-handle.state_hover>i:nth-child(1),.irs--modern .irs-handle:hover>i:nth-child(1){border-color:#7685a2}.irs--modern .irs-handle.state_hover>i:nth-child(3),.irs--modern .irs-handle:hover>i:nth-child(3){border-color:#48536a}.irs--modern .irs-min,.irs--modern .irs-max{top:0;font-size:10px;line-height:1.333;text-shadow:none;padding:1px 5px;color:#fff;background-color:#d1d6e0;border-radius:5px}.irs--modern .irs-from,.irs--modern .irs-to,.irs--modern .irs-single{font-size:10px;line-height:1.333;text-shadow:none;padding:1px 5px;background-color:#20b426;color:#fff;border-radius:5px}.irs--modern .irs-from:before,.irs--modern .irs-to:before,.irs--modern .irs-single:before{position:absolute;display:block;content:"";bottom:-6px;left:50%;width:0;height:0;margin-left:-3px;overflow:hidden;border:3px solid transparent;border-top-color:#20b426}.irs--modern .irs-grid{height:25px}.irs--modern .irs-grid-pol{background-color:#dedede}.irs--modern .irs-grid-text{color:silver;font-size:13px}.irs--sharp{height:50px;font-size:12px;line-height:1}.irs--sharp.irs-with-grid{height:57px}.irs--sharp .irs-line{top:30px;height:2px;background-color:#000;border-radius:2px}.irs--sharp .irs-bar{top:30px;height:2px;background-color:#ee22fa}.irs--sharp .irs-bar--single{border-radius:2px 0 0 2px}.irs--sharp .irs-shadow{height:1px;bottom:21px;background-color:rgba(0,0,0,.5)}.irs--sharp .irs-handle{top:25px;width:10px;height:10px;background-color:#a804b2}.irs--sharp .irs-handle>i:first-child{position:absolute;display:block;top:100%;left:0;width:0;height:0;border:5px solid transparent;border-top-color:#a804b2}.irs--sharp .irs-handle.state_hover,.irs--sharp .irs-handle:hover{background-color:#000}.irs--sharp .irs-handle.state_hover>i:first-child,.irs--sharp .irs-handle:hover>i:first-child{border-top-color:#000}.irs--sharp .irs-min,.irs--sharp .irs-max{color:#fff;font-size:14px;line-height:1;top:0;padding:3px 4px;opacity:.4;background-color:#a804b2;border-radius:2px}.irs--sharp .irs-from,.irs--sharp .irs-to,.irs--sharp .irs-single{font-size:14px;line-height:1;text-shadow:none;padding:3px 4px;background-color:#a804b2;color:#fff;border-radius:2px}.irs--sharp .irs-from:before,.irs--sharp .irs-to:before,.irs--sharp .irs-single:before{position:absolute;display:block;content:"";bottom:-6px;left:50%;width:0;height:0;margin-left:-3px;overflow:hidden;border:3px solid transparent;border-top-color:#a804b2}.irs--sharp .irs-grid{height:25px}.irs--sharp .irs-grid-pol{background-color:#dedede}.irs--sharp .irs-grid-text{color:silver;font-size:13px}.irs--round{height:50px}.irs--round.irs-with-grid{height:65px}.irs--round .irs-line{top:36px;height:4px;background-color:#dee4ec;border-radius:4px}.irs--round .irs-bar{top:36px;height:4px;background-color:#006cfa}.irs--round .irs-bar--single{border-radius:4px 0 0 4px}.irs--round .irs-shadow{height:4px;bottom:21px;background-color:rgba(222,228,236,.5)}.irs--round .irs-handle{top:26px;width:24px;height:24px;border:4px solid #006cfa;background-color:#fff;border-radius:24px;box-shadow:0 1px 3px rgba(0,0,255,.3)}.irs--round .irs-handle.state_hover,.irs--round .irs-handle:hover{background-color:#f0f6ff}.irs--round .irs-min,.irs--round .irs-max{color:#333;font-size:14px;line-height:1;top:0;padding:3px 5px;background-color:rgba(0,0,0,.1);border-radius:4px}.irs--round .irs-from,.irs--round .irs-to,.irs--round .irs-single{font-size:14px;line-height:1;text-shadow:none;padding:3px 5px;background-color:#006cfa;color:#fff;border-radius:4px}.irs--round .irs-from:before,.irs--round .irs-to:before,.irs--round .irs-single:before{position:absolute;display:block;content:"";bottom:-6px;left:50%;width:0;height:0;margin-left:-3px;overflow:hidden;border:3px solid transparent;border-top-color:#006cfa}.irs--round .irs-grid{height:25px}.irs--round .irs-grid-pol{background-color:#dedede}.irs--round .irs-grid-text{color:silver;font-size:13px}.irs--square{height:50px}.irs--square.irs-with-grid{height:60px}.irs--square .irs-line{top:31px;height:4px;background-color:#dedede}.irs--square .irs-bar{top:31px;height:4px;background-color:#000}.irs--square .irs-shadow{height:2px;bottom:21px;background-color:#dedede}.irs--square .irs-handle{top:25px;width:16px;height:16px;border:3px solid #000;background-color:#fff;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.irs--square .irs-handle.state_hover,.irs--square .irs-handle:hover{background-color:#f0f6ff}.irs--square .irs-min,.irs--square .irs-max{color:#333;font-size:14px;line-height:1;top:0;padding:3px 5px;background-color:rgba(0,0,0,.1)}.irs--square .irs-from,.irs--square .irs-to,.irs--square .irs-single{font-size:14px;line-height:1;text-shadow:none;padding:3px 5px;background-color:#000;color:#fff}.irs--square .irs-grid{height:25px}.irs--square .irs-grid-pol{background-color:#dedede}.irs--square .irs-grid-text{color:silver;font-size:11px}.slick-prev,.slick-next{font-size:0;line-height:0;position:absolute;top:50%;display:block;width:20px;height:20px;padding:0;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translate(0,-50%);cursor:pointer;color:transparent;border:none;outline:none;background:transparent}.slick-prev:hover,.slick-prev:focus,.slick-next:hover,.slick-next:focus{color:transparent;outline:none;background:transparent}.slick-prev:hover:before,.slick-prev:focus:before,.slick-next:hover:before,.slick-next:focus:before{opacity:1}.slick-prev.slick-disabled:before,.slick-next.slick-disabled:before{opacity:.25}.slick-prev:before,.slick-next:before{font-family:'slick';font-size:20px;line-height:1;opacity:.75;color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-prev{left:-25px}[dir='rtl'] .slick-prev{right:-25px;left:auto}.slick-prev:before{content:'←'}[dir='rtl'] .slick-prev:before{content:'→'}.slick-next{right:-25px}[dir='rtl'] .slick-next{right:auto;left:-25px}.slick-next:before{content:'→'}[dir='rtl'] .slick-next:before{content:'←'}.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:before,.slick-track:after{display:table;content:''}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir='rtl'] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}.mfp-bg{top:0;left:0;width:100%;height:100%;z-index:1042;overflow:hidden;position:fixed;background:#0b0b0b;opacity:.8}.mfp-wrap{top:0;left:0;width:100%;height:100%;z-index:1043;position:fixed;outline:none!important;-webkit-backface-visibility:hidden}.mfp-container{text-align:center;position:absolute;width:100%;height:100%;left:0;top:0;padding:0 8px;box-sizing:border-box}.mfp-container:before{content:'';display:inline-block;height:100%;vertical-align:middle}.mfp-align-top .mfp-container:before{display:none}.mfp-content{position:relative;display:inline-block;vertical-align:middle;margin:0 auto;text-align:left;z-index:1045}.mfp-inline-holder .mfp-content,.mfp-ajax-holder .mfp-content{width:100%;cursor:auto}.mfp-ajax-cur{cursor:progress}.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor:-moz-zoom-out;cursor:-webkit-zoom-out;cursor:zoom-out}.mfp-zoom{cursor:pointer;cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.mfp-auto-cursor .mfp-content{cursor:auto}.mfp-close,.mfp-arrow,.mfp-preloader,.mfp-counter{-webkit-user-select:none;-moz-user-select:none;user-select:none}.mfp-loading.mfp-figure{display:none}.mfp-hide{display:none!important}.mfp-preloader{color:#ccc;position:absolute;top:50%;width:auto;text-align:center;margin-top:-.8em;left:8px;right:8px;z-index:1044}.mfp-preloader a{color:#ccc}.mfp-preloader a:hover{color:#fff}.mfp-s-ready .mfp-preloader{display:none}.mfp-s-error .mfp-content{display:none}button.mfp-close,button.mfp-arrow{overflow:visible;cursor:pointer;background:transparent;border:0;-webkit-appearance:none;display:block;outline:none;padding:0;z-index:1046;box-shadow:none;touch-action:manipulation}button::-moz-focus-inner{padding:0;border:0}.mfp-close{width:44px;height:44px;line-height:44px;position:absolute;right:0;top:0;text-decoration:none;text-align:center;opacity:.65;padding:0 0 18px 10px;color:#fff;font-style:normal;font-size:28px;font-family:Arial,Baskerville,monospace}.mfp-close:hover,.mfp-close:focus{opacity:1}.mfp-close:active{top:1px}.mfp-close-btn-in .mfp-close{color:#333}.mfp-image-holder .mfp-close,.mfp-iframe-holder .mfp-close{color:#fff;right:-6px;text-align:right;padding-right:6px;width:100%}.mfp-counter{position:absolute;top:0;right:0;color:#ccc;font-size:12px;line-height:18px;white-space:nowrap}.mfp-arrow{position:absolute;opacity:.65;margin:0;top:50%;margin-top:-55px;padding:0;width:90px;height:110px;-webkit-tap-highlight-color:transparent}.mfp-arrow:active{margin-top:-54px}.mfp-arrow:hover,.mfp-arrow:focus{opacity:1}.mfp-arrow:before,.mfp-arrow:after{content:'';display:block;width:0;height:0;position:absolute;left:0;top:0;margin-top:35px;margin-left:35px;border:medium inset transparent}.mfp-arrow:after{border-top-width:13px;border-bottom-width:13px;top:8px}.mfp-arrow:before{border-top-width:21px;border-bottom-width:21px;opacity:.7}.mfp-arrow-left{left:0}.mfp-arrow-left:after{border-right:17px solid #fff;margin-left:31px}.mfp-arrow-left:before{margin-left:25px;border-right:27px solid #3f3f3f}.mfp-arrow-right{right:0}.mfp-arrow-right:after{border-left:17px solid #fff;margin-left:39px}.mfp-arrow-right:before{border-left:27px solid #3f3f3f}.mfp-iframe-holder{padding-top:40px;padding-bottom:40px}.mfp-iframe-holder .mfp-content{line-height:0;width:100%;max-width:900px}.mfp-iframe-holder .mfp-close{top:-40px}.mfp-iframe-scaler{width:100%;height:0;overflow:hidden;padding-top:56.25%}.mfp-iframe-scaler iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%;box-shadow:0 0 8px rgba(0,0,0,.6);background:#000}img.mfp-img{width:auto;max-width:100%;height:auto;display:block;line-height:0;box-sizing:border-box;padding:40px 0 40px;margin:0 auto}.mfp-figure{line-height:0}.mfp-figure:after{content:'';position:absolute;left:0;top:40px;bottom:40px;display:block;right:0;width:auto;height:auto;z-index:-1;box-shadow:0 0 8px rgba(0,0,0,.6);background:#444}.mfp-figure small{color:#bdbdbd;display:block;font-size:12px;line-height:14px}.mfp-figure figure{margin:0}.mfp-bottom-bar{margin-top:-36px;position:absolute;top:100%;left:0;width:100%;cursor:auto}.mfp-title{text-align:left;line-height:18px;color:#f3f3f3;word-wrap:break-word;padding-right:36px}.mfp-image-holder .mfp-content{max-width:100%}.mfp-gallery .mfp-image-holder .mfp-figure{cursor:pointer}@media screen and (max-width:800px) and (orientation:landscape),screen and (max-height:300px){.mfp-img-mobile .mfp-image-holder{padding-left:0;padding-right:0}.mfp-img-mobile img.mfp-img{padding:0}.mfp-img-mobile .mfp-figure:after{top:0;bottom:0}.mfp-img-mobile .mfp-figure small{display:inline;margin-left:5px}.mfp-img-mobile .mfp-bottom-bar{background:rgba(0,0,0,.6);bottom:0;margin:0;top:auto;padding:3px 5px;position:fixed;box-sizing:border-box}.mfp-img-mobile .mfp-bottom-bar:empty{padding:0}.mfp-img-mobile .mfp-counter{right:5px;top:3px}.mfp-img-mobile .mfp-close{top:0;right:0;width:35px;height:35px;line-height:35px;background:rgba(0,0,0,.6);position:fixed;text-align:center;padding:0}}@media all and (max-width:900px){.mfp-arrow{-webkit-transform:scale(.75);transform:scale(.75)}.mfp-arrow-left{-webkit-transform-origin:0;transform-origin:0}.mfp-arrow-right{-webkit-transform-origin:100%;transform-origin:100%}.mfp-container{padding-left:6px;padding-right:6px}}@-ms-viewport{width:device-width}@-o-viewport{width:device-width}.clearfix{zoom:1}.clearfix:after,.clearfix:before{content:"";display:table}.clear,.clearfix:after{clear:both}.page-arrow{content:"";width:4.4375rem;height:1.1875rem;position:absolute;bottom:-1.1875rem;left:50%;-moz-transform:translate(-50%);-ms-transform:translate(-50%);-webkit-transform:translate(-50%);transform:translate(-50%);background-repeat:no-repeat;background-size:35.5rem 1.1875rem;background-image:url(/images/sprite-category-banner-bg@2x.png);z-index:100}.svg-icon{font-size:.625rem;vertical-align:middle;display:inline-block;background-repeat:no-repeat;-webkit-background-size:100%;-moz-background-size:100%;-o-background-size:100%;background-size:100%;background-position:0 0;width:2.4375rem;height:1.5rem}body ul{list-style-type:none}body h1{margin:2.5rem 0 1.25rem}body .title{font-size:1.5rem;padding-bottom:.625rem}body .product-footer{position:absolute;bottom:1.5625rem}body .hidden,body .hide{display:none}body .active{display:flex}body textarea{min-height:8.75rem!important}body .section{position:relative;padding:3.125rem 0}body .breadcrumb{padding:.5rem .9375rem;margin:0 0 1.4375rem;list-style:none;background-color:#f5f5f5;-webkit-border-radius:.25rem;-moz-border-radius:.25rem;border-radius:.25rem}body ul{margin:0}body ul li{float:none;position:relative}body .f-right{float:right!important}body .btn-primary{background:#646827}body .btn-primary:hover{background:#433019}body .fa-search{position:absolute;top:1.1875rem;left:1.0625rem}body .product-collection-cloud .andro_icon-block{padding:.4375rem}body .andro_search-adv-input .search-btn:hover{background:#f0f2f3}body ol li,body ul li{margin:0;position:relative}body .form-horizontal .control-label{text-align:left}body .text-area{width:100%}body .andro_header-bottom,body .andro_header-top{background:#2d2f24}body .thank-you-panel{display:none}body .thank-you-panel.active{display:flex}body #Invoice .shopping-cart-review .section-container{width:100%}body #Invoice .toolBar{padding:.3125rem .625rem;border:.0625rem solid #a9a9a9;margin:1.25rem 0;width:9.375rem;cursor:pointer;text-align:center}body #Invoice .toolBar:hover{background:#a9a9a9;color:#fff}body .mt-2 li{display:inline-block;float:none;position:relative}body .mt-2 li input{height:2.5rem}body .promotions li{display:inline-block;float:none;position:relative}body .promotions input{height:2.5rem}body .promotions .btn-secondary{margin-bottom:.21875rem}body .autocompletedropdown{background:#353535;box-shadow:0 -.125rem .5rem rgba(0,0,0,.25);display:none}body .autocompletedropdown.active{display:inline-block;position:absolute;z-index:99999}body .autocompletedropdown a{width:100%;display:inline-block;padding:.3125rem .625rem;border-bottom:.0625rem solid #6f7f8c;color:#fff;text-align:left}body .autocompletedropdown a:first-child{border-top:.0625rem solid #6f7f8c}body .autocompletedropdown a:hover{background:#6f7f8c}body .w-50{max-width:50%}body #ShippingInformation{display:none}body #ShippingInformation.active{display:inline-block;width:100%}body .form-container .form-group{margin:0 0 .625rem}body .form-container .form-group .form-control{padding-top:.625rem;height:3.125rem}body .utility-nav{width:100%;position:absolute;right:.3125rem;top:.5rem}body .utility-nav ul{width:auto;float:right;list-style-type:none}body .utility-nav ul li{float:left;max-width:12.5rem}body .andro_search-adv-input .search-btn{position:absolute;top:50%;right:0;transform:translateY(-50%);border:0;padding:0;outline:none;cursor:pointer;width:3.125rem;height:3.125rem;background-color:transparent;border-radius:0;color:#838383;transition:.3s;border-left:.0625rem solid #f0f2f3}body input[type=checkbox],body input[type=radio]{height:.9375rem!important;width:.9375rem!important}body .andro_header-cart span{display:inline!important}body .stepped-item{width:100%;padding:1.25rem 3.125rem;margin:1.25rem -.9375rem 0}body .indent{width:100%;padding:1.25rem 3.125rem}body .sticky-top{position:sticky;top:5.125rem;z-index:1}body .shopping-cart-review{border:.0625rem solid #53575b;padding:0}body .shopping-cart-review h3{font-size:1.125rem;color:#53575b;text-align:left;margin:0 auto;padding:0;float:left;font-weight:700;width:auto;border:0}body .shopping-cart-review .edit-cart{float:right;width:auto;margin-top:.3125rem}body .shopping-cart-review .section-container{border-bottom:.0625rem solid #cbcccc;width:89%;padding:1.25rem;display:inline-block}body .shopping-cart-review .section-container.no-border{border:0}body .shopping-cart-review .table-row{width:100%;padding:0 0 .625rem;border-bottom:.0625rem solid #ededec;display:inline-block;margin-bottom:.625rem}body .shopping-cart-review .table-row.no-border{border:0}body .shopping-cart-review .table-row:last-child{border:0;margin-bottom:0;padding-bottom:0}body .shopping-cart-review .table-label{float:left;flex:auto}body .shopping-cart-review .table-hd-name,body .shopping-cart-review .table-rw-name{float:left;width:45%}body .shopping-cart-review .table-hd-qty,body .shopping-cart-review .table-rw-qty{float:right;text-align:center;width:20%}body .shopping-cart-review .table-hd-total,body .shopping-cart-review .table-rw-total{float:right;text-align:right;width:25%}body .shopping-cart-review .table-value{float:right;flex:auto;text-align:right}body .shopping-cart-review .table-value.large-price{font-size:1.5rem}body .shopping-cart-review .additional-items{font-size:.875rem;text-align:right;font-style:italic}body .droppane-cart{position:absolute;right:0;background:#2d2f24;padding:.625rem;width:3.0625rem;height:3.0625rem;text-align:center;border-left:.0625rem solid #7a8163;border-right:.0625rem solid #2d2f24}body .droppane-cart .cart-items{color:#000;display:inline-block;font-size:1.125rem;font-weight:700;position:absolute;right:0;left:20%;top:.3125rem;bottom:50%}body .droppane-cart .cart-items .total-items{margin-top:.3125rem;display:inline-block;text-align:center}body .droppane-cart .fa{font-size:3.125rem;padding-left:.25rem}body .close-button,body .closeButton{background:url(/content/images/closebuttonsmall.png);position:absolute;top:-.625rem;right:-.6875rem;height:2rem;width:1.875rem;cursor:pointer}body .jqmWindow{display:none;position:absolute;width:100%;max-width:50rem;top:6.25rem;left:25%;right:25%;margin:0 auto;background-color:#eee;color:#333;border:.0625rem solid #000;padding:.75rem;text-align:left}body .jqmWindow h2{text-align:left;border-bottom:.0625rem solid #53575b;padding-bottom:.625rem;margin-bottom:1.875rem}body .jqmWindow .modal-title{background:#2d2f24;color:#fff;text-transform:uppercase;text-align:center;padding:.3125rem}body .jqmWindow .close-modal{float:right;margin:0}body .jqmWindow.max-width-400{max-width:25rem}body .float-right{float:right}body .jqmOverlay{background-color:#000;z-index:3!important}body select{height:2.1875rem;width:100%;padding:0 .625rem}body textarea{min-height:8.75rem}body .add-item{float:left;display:inline-block;width:1.875rem;height:1.875rem;border:.0625rem solid #6f7f8c;text-align:center;cursor:pointer}body .qty-item{float:left;display:inline-block;padding:0 1.25rem}body .minus-item{float:left;display:inline-block;width:1.875rem;height:1.875rem;border:.0625rem solid #6f7f8c;text-align:center;cursor:pointer}body .btn-secondary{background:#4f5340;margin-bottom:.625rem}body .cartbottom{width:100%;display:inline-block}body .cartbottom ul{float:right}body .cartbottom ul li .itemtitle{font-weight:700;float:left;width:63%;padding:.625rem;border-bottom:.0625rem solid #dee2e6}body .cartbottom ul li .value{width:28%;padding:.625rem;border-bottom:.0625rem solid #dee2e6;float:right;text-align:right}body .cartbottom .totals{border:.0625rem solid #dee2e6;max-width:31.25rem;width:100%;float:right;padding:.625rem}body .search-form_it{max-width:13.5rem}body .search-form_is{right:-1.875rem!important}body .table-striped tbody>tr:nth-child(odd)>td,body .table-striped tbody>tr:nth-child(odd)>th{background:#dadada}body .remove-item{cursor:pointer}body .applybutton .btn-link{margin-bottom:.625rem!important}@media(max-width:60.875rem){.shopping-cart-review{display:none}}.product-details h2{font-size:1.25em}.product-details .zoom-wrapper{width:100%}.product-details .zoom-wrapper img{width:100%;height:auto}.product-details .btn-primary{margin-bottom:.21875rem}.product-details ul{margin:0}.product-quick-view .title{font-size:1.5rem;padding-bottom:.625rem}.product-quick-view img{width:100%;height:auto}body.lb-disable-scrolling{overflow:hidden}.lightboxOverlay{position:absolute;top:0;left:0;z-index:9999;background-color:#000;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);opacity:.8;display:none}.lightbox{position:absolute;left:0;width:100%;z-index:10000;text-align:center;line-height:0;font-weight:400;outline:none}.lightbox .lb-image{display:block;height:auto;max-width:inherit;max-height:none;border-radius:.1875rem;border:.25rem solid #fff}.lightbox a img{border:none}.lb-outerContainer{position:relative;*zoom:1;width:15.625rem;height:15.625rem;margin:0 auto;border-radius:.25rem;background-color:#fff}.lb-outerContainer:after{content:"";display:table;clear:both}.lb-loader{position:absolute;top:43%;left:0;height:25%;width:100%;text-align:center;line-height:0}.lb-cancel{display:block;width:2rem;height:2rem;margin:0 auto;background:url(/content/images/loading.gif) no-repeat}.lb-nav{position:absolute;top:0;left:0;height:100%;width:100%;z-index:10}.lb-container>.nav{left:0}.lb-nav a{outline:none;background-image:url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==")}.lb-next,.lb-prev{height:100%;cursor:pointer;display:block}.lb-nav a.lb-prev{width:34%;left:0;float:left;background:url(/content/images/prev.png) left 48% no-repeat;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);opacity:0;-webkit-transition:opacity .6s;-moz-transition:opacity .6s;-o-transition:opacity .6s;transition:opacity .6s}.lb-nav a.lb-prev:hover{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);opacity:1}.lb-nav a.lb-next{width:64%;right:0;float:right;background:url(/content/images/next.png) right 48% no-repeat;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);opacity:0;-webkit-transition:opacity .6s;-moz-transition:opacity .6s;-o-transition:opacity .6s;transition:opacity .6s}.lb-nav a.lb-next:hover{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);opacity:1}.lb-dataContainer{margin:0 auto;padding-top:.3125rem;*zoom:1;width:100%;border-bottom-left-radius:.25rem;border-bottom-right-radius:.25rem}.lb-dataContainer:after{content:"";display:table;clear:both}.lb-data{padding:0 .25rem;color:#ccc}.lb-data .lb-details{width:85%;float:left;text-align:left;line-height:1.1em}.lb-data .lb-caption{font-size:.8125rem;font-weight:700;line-height:1em}.lb-data .lb-caption a{color:#4ae}.lb-data .lb-number{display:block;clear:left;padding-bottom:1em;font-size:.75rem;color:#999}.lb-data .lb-close{display:block;float:right;width:1.875rem;height:1.875rem;background:url(/content/images/close.png) 100% 0 no-repeat;text-align:right;outline:none;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=70);opacity:.7;-webkit-transition:opacity .2s;-moz-transition:opacity .2s;-o-transition:opacity .2s;transition:opacity .2s}.lb-data .lb-close:hover{cursor:pointer;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);opacity:1}.search-results{padding-bottom:6.25rem}.search-results .productdetails{padding:.3125rem .3125rem 6.25rem;height:100%}.search-results .productdetails .title{font-size:1.25rem}.search-results .productdetails .sku{font-size:1rem}.search-results .productrow{height:100%;position:relative}.search-results .search-bar{width:100%;display:inline-block;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.search-results .search-bar .search-input{position:relative;margin:.625rem 0}.search-results .search-bar .search-input .btn{position:absolute;right:0;top:0;margin:0;height:2.3125rem;width:2.8125rem;line-height:1rem}.search-results .search-bar select{margin:.625rem 0}.search-results .formatting-bar{position:absolute;right:0;top:4.375rem}.search-results .formatting-bar ul li{border:0;float:left;width:2.5rem;margin-left:1.25rem}.search-results .formatting-bar ul li:first-child{border:0}.search-results .title{margin-bottom:1.25rem}.search-results .product-tiles{width:100%;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-flex-direction:row;-moz-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-flex-grow:0;-moz-flex-grow:0;-ms-flex-grow:0;flex-grow:0;-webkit-align-items:stretch;-moz-align-items:stretch;-ms-align-items:stretch;align-items:stretch;-webkit-align-content:stretch;-moz-align-content:stretch;-ms-align-content:stretch;align-content:stretch}.search-results .product-tiles li{text-align:center;color:#53575b;position:relative;margin:.625rem 1%;width:23%;padding:0 0 3.4375rem}.search-results .product-tiles li div.border{position:absolute;bottom:.3125rem;left:.3125rem;right:.3125rem;margin:0!important}.search-results .product-tiles li div.border.quick-view{width:50%;right:50%;font-size:.875rem;cursor:pointer}.search-results .product-tiles li div.border.details{width:50%;left:50%;font-size:.875rem}.search-results .product-tiles li img{width:100%;height:auto}.search-results .product-tiles li .imagecontainer{position:relative}.search-results .product-tiles li .imagecontainer .pricelabel{float:left;height:2.1875rem;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;color:#fff;position:absolute;bottom:0;right:0;z-index:999}.search-results .product-tiles li .imagecontainer .pricelabel .salestag{float:left}.search-results .product-tiles li .imagecontainer .pricelabel .salesbackground{background:#000;float:left;height:1.8125rem;padding:.125rem .375rem .375rem}.search-results .product-tiles li .imagecontainer .rollovercontainer{display:none;color:#fff;position:absolute;top:.625rem;left:.875rem;width:89%;z-index:9}.search-results .product-tiles li .imagecontainer .rollovercontainer:hover{display:inline-block}.search-results .product-tiles li .imagecontainer .rollovercontainer #Ratings{padding:0}.search-results .product-tiles li .imagecontainer .rollovercontainer div{margin-bottom:.3125rem}.search-results .product-tiles li .imagecontainer .rollovercontainer .modal_addwatch{z-index:9999;color:#fff}.search-results .product-tiles li .imagecontainer .rollovercontainer h3{color:#fff}.search-results .product-tiles li .imagecontainer .rollovercontainer a{text-decoration:none}.search-results .product-tiles li .imagecontainer:hover img{-webkit-filter:brightness(20%)}.search-results .product-tiles li .imagecontainer:hover .rollovercontainer{display:inline-block}.search-results .product-tiles li p{color:#666;font-size:.75rem;margin:.4375rem 0 0 .4375rem}.search-results .product-tiles li a .page_disabled{color:#cbcccc}.search-results .product-tiles li .content{padding:.625rem;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;zoom:1}.search-results .product-tiles li .content:after,.search-results .product-tiles li .content:before{content:"";display:table}.search-results .product-tiles li .content:after{clear:both}.search-results .product-tiles li .content img{width:2.5rem;float:left;padding:0 .625rem .125rem 0}.search-results .product-tiles li .content .copy{float:left;width:75%}.search-results .product-tiles li .content .copy .username{color:#53575b;display:inline-block}.search-results .product-tiles li .content .copy .title{font-family:Oswald,Georgia,Times New Roman,Times,serif;color:#cbcccc;margin-bottom:.25rem}.search-results .product-tiles li.inactive{visibility:hidden;opacity:0}.search-results .list-view{width:100%;margin:1.25rem 0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;display:inline-block;padding:0;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-flex-direction:row;-moz-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-flex-grow:0;-moz-flex-grow:0;-ms-flex-grow:0;flex-grow:0;-webkit-align-items:stretch;-moz-align-items:stretch;-ms-align-items:stretch;align-items:stretch;-webkit-align-content:stretch;-moz-align-content:stretch;-ms-align-content:stretch;align-content:stretch}.search-results .list-view li{width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-justify-content:space-around;-moz-justify-content:space-around;-ms-justify-content:space-around;justify-content:space-around;margin:0 auto 1.25rem;text-align:center}.search-results .list-view li .grid-title{display:none}.search-results .list-view li .list-title{display:inline-block}.search-results .list-view li img{-webkit-transform-origin:50% 50%;transform-origin:50% 50%;transition:all .3s ease-in-out}.search-results .list-view li:first-child{margin-left:0;border-top:.03125rem solid #ededec}.search-results .list-view .description{padding-bottom:1.25rem}.search-results .grid-view{width:100%;margin-bottom:.625rem;margin-top:1.25rem;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;display:inline-block;padding:0;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-flex-direction:row;-moz-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-flex-grow:0;-moz-flex-grow:0;-ms-flex-grow:0;flex-grow:0;-webkit-align-items:stretch;-moz-align-items:stretch;-ms-align-items:stretch;align-items:stretch;-webkit-align-content:center;-moz-align-content:center;-ms-align-content:center;align-content:center;-webkit-justify-content:space-around;-moz-justify-content:space-around;-ms-justify-content:space-around;justify-content:space-around}.search-results .grid-view li{border:.0625rem solid #dedede;border-radius:.125rem;-moz-border-radius:.125rem;-webkit-border-radius:.125rem;cursor:pointer;text-align:center;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;overflow:hidden;width:24%;margin-bottom:.625rem}.search-results .grid-view li input{max-width:3.125rem;height:2.1875rem;text-align:center}.search-results .grid-view li .productdetails .details-bar{display:none}.search-results .grid-view li .producttitle{margin:0}.search-results .grid-view li .grid-title{display:inline-block}.search-results .grid-view li .list-title{display:none}.search-results .grid-view li .image-container{width:100%;max-width:17.1875rem;padding:0;margin:0 auto;text-align:center;float:none}.search-results .grid-view li .productdetails{width:100%;padding:.9375rem}.search-results .grid-view li .description{display:none}.search-results .grid-view li p{margin:0 0 0 .4375rem}.search-results .grid-view li img{-webkit-transform-origin:50% 50%;transform-origin:50% 50%;transition:all .3s ease-in-out}.search-results .grid-view li .button-login{margin:.9375rem 0 0;position:relative}.search-results .grid-view li .button-login #LoginMessage2{font-size:.75rem;display:none;position:absolute;z-index:9999;bottom:2.0625rem;left:0;width:11.25rem;-webkit-box-shadow:.3125rem .3125rem .625rem 0 #aaa;-moz-box-shadow:.3125rem .3125rem .625rem 0 #aaa;box-shadow:.3125rem .3125rem .625rem 0 #aaa;padding:.625rem;background:#fff;border:.0625rem solid #ededec;text-align:left;line-height:1.25rem;color:#53575b}.search-results .grid-view li .button-login #LoginMessage2 a{text-decoration:underline;font-size:.75rem}.search-results .grid-view li .button-login #LoginMessage2:before{content:" ";position:absolute;width:0;height:0;right:-1.1875rem;top:5.1875rem;border-color:#ededec transparent transparent #ededec;border-style:solid;border-width:.875rem;-webkit-transform:rotate(-58deg);-moz-transform:rotate(-58deg);-ms-transform:rotate(-58deg);-o-transform:rotate(-58deg)}.search-results .grid-view li .button-login #LoginMessage2:after{content:" ";position:absolute;width:0;height:0;right:-1rem;top:5.125rem;border-color:#fff transparent transparent #fff;border-style:solid;border-width:.8125rem;-webkit-transform:rotate(-58deg);-moz-transform:rotate(-58deg);-ms-transform:rotate(-58deg);-o-transform:rotate(-58deg)}.search-results .grid-view li .copy{padding:.625rem}.search-results .grid-view li:first-child{margin-left:0}.search-results .grid-view li:hover img{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}.search-results .grid-view .description{padding-bottom:1.25rem}.left-column{margin-top:3.5625rem}.category-link{text-transform:capitalize;font-size:.875rem}.search-header{display:flex;-webkit-flex-direction:row;-moz-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;margin-bottom:1.25rem}.search-header .search-title{-webkit-flex-basis:75%;-moz-flex-basis:75%;-ms-flex-basis:75%;flex-basis:75%}.search-header .search-filter{-webkit-flex-basis:25%;-moz-flex-basis:25%;-ms-flex-basis:25%;flex-basis:25%}.search-header .search-filter select{float:right;padding:.625rem;font-family:Open Sans,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:1.5rem;font-weight:400;line-height:1.5rem;color:#53575b;background-color:#ededec;border:none;border-radius:.3125rem}.search-header .search-filter select::-ms-expand{border:none}.search-item-details .item-title p{font-family:Open Sans,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:1.75rem;font-weight:400;line-height:1.6875rem;font-weight:700;color:#53575b;text-decoration:none;padding:0 .625rem;text-align:left}.search-item-details .item-title p:hover{color:#0080a8}.search-item-details .item-description{display:none}.search-results-pager{float:right;display:inline-block;margin:0 .9375rem;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.search-results-pager a{color:#53575b}.search-results-pager .pager-title{font-weight:700;margin-right:.625rem}.search-results-pager .previous-button{padding:.3125rem .5rem;margin:0 .625rem;border:.0625rem solid #cbcccc;display:inline-block}.search-results-pager .previous-button:hover{background:#dedede}.search-results-pager .next-button{padding:.3125rem .5rem;margin:0 .625rem;border:.0625rem solid #cbcccc;display:inline-block}.search-results-pager .next-button:hover{background:#dedede}.search-results-pager .page_disabled{padding:.3125rem .5rem;background-color:#ededec;border:.0625rem solid #cbcccc;display:inline-block}.search-results-pager .page_disabled:hover{background:#dedede}.search-results-pager .page_enabled{padding:.3125rem .5rem;background-color:#fff;border:.0625rem solid #cbcccc;color:#53575b;display:inline-block}.search-results-pager .page_enabled:hover{background:#dedede}.search-results-pager .page_active{padding:.3125rem .5rem;background-color:#2f3c48;border:.0625rem solid #cbcccc;color:#fff;display:inline-block}.search-results-pager .page_active a{color:#fff}.search-results-pager .page_active:hover{background:#dedede}.accordion{width:100%}.accordion .title.active:after{transform:rotate(90deg)!important}.accordion>div{display:none}.accordion>div.active{display:inline-block}.advertisements{margin:1.25rem 0 0}.advertisements .advertisement-title{color:#cbcccc;display:inline-block;margin:0 0 .625rem}.advertisements .banner-ad-item{margin-bottom:.9375rem}.advertisements .banner-ad-image,.interstitial-popup-modal .modal-header img{width:100%;height:auto}.interstitial-popup-modal .interstitial-popup-text-wrapper{margin:0 0 1.25rem}.interstitial-popup-modal .cancel-button{cursor:pointer}.post-single{text-align:left;color:#151515}.post-single p{letter-spacing:.05em}.post-single img{width:100%}.post-single *+img,.post-single *+p{margin-top:1rem}.post-single__header{text-align:center}.post-single__header>*+*{margin-top:.3125rem}.post-single__meta{margin-bottom:-.3125rem;margin-left:-.9375rem;margin-right:-.9375rem}.post-single__meta>*{margin-bottom:.3125rem;padding-left:.9375rem;padding-right:.9375rem}.post-single__meta>li{display:inline-block;vertical-align:middle}.post-single__meta>li *{padding-left:.125em;padding-right:.125em}.post-single__meta a{color:inherit}.post-single__meta a:hover{color:#646827}.post-single__meta .icon{position:relative;top:.0625rem;font-size:1rem;color:#9b9b9b}.post-single__meta .icon.mdi-account{font-size:1.125rem}@media(min-width:48rem){.post-single__meta>li{position:relative}.post-single__meta>li:not(:last-child):after{content:"";position:absolute;top:50%;transform:translateY(-50%);right:-.1875rem;display:inline-block;vertical-align:middle;height:.375rem;width:.375rem;border-radius:50%;background:#646827}}.post-single__time-wrap{position:relative;overflow:hidden;text-align:center;font-size:0;line-height:0}.post-single__time{position:relative;display:inline-block;padding:.625rem 1.875rem;text-align:center}.post-single__time:after,.post-single__time:before{content:"";position:absolute;top:50%;width:100vw;border-bottom:.0625rem solid #eaeced}.post-single__time:before{left:0;transform:translateX(-100%)}.post-single__time:after{right:0;transform:translateX(100%)}.post-single__time-day,.post-single__time-month{display:block;line-height:1.05;text-transform:uppercase}.post-single__time-day{font-family:Space Mono,Menlo,Monaco,Consolas,Courier New,monospace;font-size:2.25rem;color:#151515}.post-single__time-month{font-size:.75rem;color:#9b9b9b}.post-single__title{max-width:95%;letter-spacing:0;line-height:1.41667}.post-single__footer{padding:1.25rem 0 0;border-top:.0625rem solid #eaeced}.post-single__footer li{display:inline-block}@media(min-width:36rem){.post-single__footer .post-single__footer-inner>*{margin:0 0 .625rem}.post-single__footer .list-inline-xs li,.post-single__footer h5{margin-bottom:0}}.post-single__footer .post-single__footer-inner{display:flex;justify-content:space-between}.post-single__footer .list-inline{margin:0}.post-single__footer-inner>*+*{margin-top:.5rem}*+.post-single__time-wrap{margin-top:.8125rem}*+.post-single__title{margin-top:1.25rem}*+.post-single__footer{margin-top:1.5625rem}@media(min-width:36rem){.post-single{padding:1.25rem;border:.0625rem solid #eaeced}.post-single__footer-inner,.post-single__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:-.9375rem;margin-left:-.9375rem;margin-right:-.9375rem}.post-single__footer-inner>*,.post-single__header>*{margin-bottom:.9375rem;padding-left:.9375rem;padding-right:.9375rem}}@media(min-width:48rem){.post-single{padding:1.75rem 1.75rem 2.8125rem}.post-single *+p{margin-top:1.5625rem}.post-single *+img{margin-top:2.1875rem}.post-single__meta{font-size:1rem}.post-single__time-wrap{margin-top:-2.8125rem}.post-single__footer{padding-top:2.1875rem}*+.post-single__footer{margin-top:2.5rem}}@media(min-width:75rem){*+.post-single__footer{margin-top:4.0625rem}}.quote-classic{text-align:left}.quote-classic_secondary .quote-classic__mark{fill:#646827}.quote-classic_secondary .quote-classic__text{font-size:1rem;font-style:italic;letter-spacing:.02em;color:#cbcccc}@media(min-width:48rem){.quote-classic_secondary .quote-classic__text{font-size:1.125rem}}.quote-classic__mark{position:relative;top:.375rem;display:block;width:2.3125rem;height:1.6875rem;flex-shrink:0}.quote-classic__body{position:relative;padding:1.5625rem 0;border-top:.0625rem solid #eaeced}.quote-classic__body:after,.quote-classic__body:before{content:"";position:absolute;bottom:0;height:.8125rem;border-style:solid;border-color:#eaeced}.quote-classic__body:before{left:0;width:4.875rem;border-width:.0625rem .0625rem 0 0}.quote-classic__body:after{right:0;width:17%;border-width:.0625rem 0 0 .0625rem;transform-origin:0,0;transform:skew(-45deg)}.quote-classic__text{padding-top:1.25rem}.quote-classic__cite{font-weight:400}.quote-classic__footer{padding-left:.3125rem}*+.quote-classic__footer{margin-top:.5rem}@media(min-width:36rem){.quote-classic__body{display:flex;flex-direction:row;flex-wrap:nowrap;padding:2rem 1.25rem 2.5rem 1.875rem}.quote-classic__text{padding-top:0;padding-left:1.25rem}.quote-classic__footer{padding-left:1.875rem}}@media(min-width:48rem){.quote-classic__body{padding-right:2.5rem}}.post-minimal{text-align:left}@media(max-width:47.99875rem){.post-minimal{max-width:23.125rem;margin-left:auto;margin-right:auto}}.post-minimal__media{position:relative;overflow:hidden;display:block}.post-minimal__media:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:hsla(0,0%,100%,.2);opacity:0;transition:.33s}.post-minimal__media:hover .post-minimal__image{transform:scale3d(1.04,1.04,1.04)}.post-minimal__media:hover:after{opacity:1}.post-minimal__image{position:relative;transform:scaleX(1);transition:.33s;width:100%}.post-minimal__meta{margin-bottom:-.3125rem;margin-left:-.9375rem;margin-right:-.9375rem;color:#151515}.post-minimal__meta>*{margin-bottom:.3125rem;padding-left:.9375rem;padding-right:.9375rem}.post-minimal__meta>li{display:inline-block;vertical-align:middle}.post-minimal__meta>li *{padding-left:.125em;padding-right:.125em}.post-minimal__meta .icon{position:relative;top:.0625rem;font-size:1rem;color:#9b9b9b}.post-minimal__meta a{color:inherit}.post-minimal__meta a:hover{color:#646827}.post-minimal__meta .icon.mdi-account{font-size:1.125rem}@media(min-width:48rem){.post-minimal__meta>li{position:relative}.post-minimal__meta>li:not(:last-child):after{content:"";position:absolute;top:50%;transform:translateY(-50%);right:-.1875rem;display:inline-block;vertical-align:middle;height:.375rem;width:.375rem;border-radius:50%;background:#646827}}*+.post-minimal__media,*+.post-minimal__title{margin-top:1.25rem}*+.post-minimal__meta{margin-top:.9375rem}@media(min-width:48rem){.post-minimal__meta{font-size:1rem}}.post-line__time:after{background-image:-webkit-linear-gradient(top,#646827,#646827);background-image:-o-linear-gradient(top,#646827 0,#646827 100%);background-image:linear-gradient(180deg,#646827 0,#646827);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="@primaryColor",endColorstr="@primaryColor",GradientType=0)}html .list-inline-xs{margin-bottom:-.625rem;margin-left:-.3125rem;margin-right:-.3125rem}html .list-inline-xs>*{margin-bottom:.625rem;padding-left:.3125rem;padding-right:.3125rem}.list-categories{position:relative;font-family:Space Mono,Menlo,Monaco,Consolas,Courier New,monospace;font-size:1rem;color:#151515;border-left:.0625rem solid #eaeced}.list-categories>li{position:relative;padding:.1875rem 0 .1875rem 1.25rem;display:block}.list-categories>li:after,.list-categories>li:before{content:" ";display:table}.list-categories>li:after{clear:both}.list-categories>li>:first-child{float:left}.list-categories>li>:last-child{float:right}.list-categories>li:before{content:"";position:absolute;display:inline-block;left:-.0625rem;top:0;bottom:0;width:.0625rem;background-image:-webkit-linear-gradient(top,#646827,#646827);background-image:-o-linear-gradient(top,#646827 0,#646827 100%);background-image:linear-gradient(180deg,#646827 0,#646827);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="@primaryColor",endColorstr="@primaryColor",GradientType=0);pointer-events:none;opacity:0;visibility:hidden}.list-categories>li a{color:#151515}.list-categories>li.active,.list-categories>li a:hover{color:#646827}.list-categories>li.active:before{opacity:1;visibility:visible}.list-categories>li.active .count{color:#151515}.list-categories .count{color:#9b9b9b}.list-categories>li+li{margin-top:.5625rem}*+.list-categories{margin-top:2.5rem}@media(min-width:48rem){.list-categories{font-size:1.125rem}}.blog-layout{margin-bottom:-1.25rem}.blog-layout>*{margin-bottom:3.4375rem}.blog-layout__aside{margin-bottom:-1.875rem;text-align:center}.blog-layout__aside>*{margin-bottom:1.875rem}.blog-layout__aside .select{text-align:left}.blog-layout__aside .select2-container .select2-choice>.select2-chosen{font-family:Space Mono,Menlo,Monaco,Consolas,Courier New,monospace;font-size:1.125rem;color:#151515}.blog-layout__aside-item_bordered{padding:1.5625rem 1.375rem 1.875rem;border:.0625rem solid #eaeced}@media(max-width:47.99875rem){.blog-layout__aside{max-width:23.125rem;margin-left:auto;margin-right:auto}}@media(min-width:48rem) and (max-width:61.99875rem){.blog-layout__aside{-webkit-columns:2;-moz-columns:2;column-count:2;-webkit-column-break-inside:avoid;page-break-inside:avoid;break-inside:avoid;-moz-column-gap:1.875rem;-webkit-column-gap:1.875rem}.blog-layout__aside-item{display:inline-block;width:100%}}@media(min-width:62rem){.blog-layout{display:flex;align-items:flex-start;margin-left:-3.125rem}.blog-layout>*{margin-left:3.125rem}.blog-layout__main{flex-basis:69%}.blog-layout__aside{flex-basis:28%;min-width:19.0625rem}.custom-heading-line+.select2-container{margin-top:2.625rem}}@media(min-width:75rem){.blog-layout{margin-left:-5.875rem}.blog-layout>*{margin-left:5.875rem}.blog-layout__aside{margin-bottom:-3.125rem}.blog-layout__aside>*{margin-bottom:3.125rem}}.custom-heading-line{position:relative;padding-bottom:1.5625rem;text-align:center}.custom-heading-line:after,.custom-heading-line:before{content:"";position:absolute;bottom:0;pointer-events:none}.custom-heading-line:before{left:0;right:0;border-bottom:.0625rem solid #eaeced}.custom-heading-line:after{left:50%;z-index:2;transform:translateX(-50%);display:inline-block;width:4.1875rem;height:.1875rem;background-image:linear-gradient(90deg,#646827 0,#646827)}.custom-heading-2{position:relative;padding-left:1.25rem;line-height:1.3}.custom-heading-2:before{content:"";position:absolute;top:0;bottom:.9375rem;width:1.875rem;left:0;pointer-events:none;border:.125rem solid #646827;border-width:0 0 .125rem .125rem}@media(min-width:48rem){.custom-heading-2:before{width:3.75rem;bottom:1.375rem}}@media(min-width:62rem){.custom-heading-2:before{width:4.375rem;bottom:1.875rem}}.custom-heading-2__element{display:block;padding-left:1.875rem}@media(min-width:48rem){.custom-heading-2__element{padding-left:3.75rem}}.custom-heading-3{position:relative;padding-bottom:1.125rem;letter-spacing:.2em;font-size:1rem;font-weight:700;line-height:1.5;text-transform:uppercase}.custom-heading-3:before{content:"";position:absolute;bottom:0;left:0;width:2.5rem;height:.1875rem;background:#646827}html .custom-heading-3+*{margin-top:1.25rem}@media(min-width:62rem){html .custom-heading-3+*{margin-top:2.5rem}}.custom-heading-4{position:relative;padding-left:1.25rem;line-height:1.4}.custom-heading-4:before{content:"";position:absolute;top:.25em;bottom:.9375rem;width:1.875rem;left:0;pointer-events:none;border:.125rem solid #646827;border-width:0 0 .125rem .125rem}@media(min-width:48rem){.custom-heading-4:before{width:3.75rem;bottom:1.375rem}}@media(min-width:62rem){.custom-heading-4:before{width:9.375rem;bottom:1.875rem}}.custom-heading-4__element{display:block;padding-left:1.875rem}@media(min-width:48rem){.custom-heading-4__element{padding-left:3.75rem}}@media(min-width:62rem){.custom-heading-4__element{padding-left:10rem}}.custom-heading-5{position:relative;padding-left:3.75rem;color:#646827}.custom-heading-5:before{content:"";position:absolute;left:0;top:.6em;width:2.8125rem;height:.125rem;background:#646827}@media(min-width:48rem){.custom-heading-5{padding-left:6.25rem}.custom-heading-5:before{width:5rem}}.custom-heading-6{display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;flex-direction:column;line-height:1.2;letter-spacing:0}.custom-heading-6>*{display:inline;width:auto}.custom-heading-6__element{position:relative;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;flex-grow:0;padding-right:1.25rem}.custom-heading-6__decoration{display:inline-block;right:-1.25rem;margin-right:-1.25rem;position:relative;top:.75em;height:1.2em;margin-bottom:-.5em;flex-grow:1;border:.125rem solid #646827;border-left:0;border-bottom:0;pointer-events:none}.custom-heading-6+p{margin-top:1.25rem}@media(min-width:48rem){.custom-heading-6+p{margin-top:2.1875rem}}@media(min-width:62rem){.custom-heading-6__decoration{height:1.5em}}*+.heading-2,*+h2{margin-top:1rem}*+.heading-4,*+h4{margin-top:1.375rem}.heading-3+p,h3+p{margin-top:1.5625rem}.heading-2+p,h2+p{margin-top:.875rem}.heading-2+.row,h2+.row{margin-top:1.875rem}.heading-1+.group,h1+.group{margin-top:1.25rem}.heading-2+.heading-4,.heading-2+h4,h2+.heading-4,h2+h4{margin-top:.625rem}.heading-2+.heading-1,.heading-2+h1,h2+.heading-1,h2+h1{margin-top:1.25rem}.heading-4+.heading-5,.heading-4+h5,h4+.heading-5,h4+h5{margin-top:0}.heading-4+.heading-1,.heading-4+h1,h4+.heading-1,h4+h1{margin-top:.9375rem}.heading-5+.rd-mailform,h5+.rd-mailform{margin-top:1.25rem}.heading-8+.row{margin-top:2.1875rem}.rd-navbar{display:none;background:#fff}.rd-navbar-sidebar-toggle,.rd-navbar-toggle{display:inline-block;position:relative;width:3rem;height:3rem;line-height:3rem;cursor:pointer;color:#9b9b9b;background-color:transparent;border:none;display:none}.rd-navbar-sidebar-toggle span,.rd-navbar-toggle span{position:relative;display:block;margin:auto;transition:all .3s ease}.rd-navbar-sidebar-toggle span:after,.rd-navbar-sidebar-toggle span:before,.rd-navbar-toggle span:after,.rd-navbar-toggle span:before{content:"";position:absolute;left:0;top:-.5rem;transition:all .3s ease}.rd-navbar-sidebar-toggle span:after,.rd-navbar-toggle span:after{top:.5rem}.rd-navbar-sidebar-toggle span,.rd-navbar-sidebar-toggle span:after,.rd-navbar-sidebar-toggle span:before,.rd-navbar-toggle span,.rd-navbar-toggle span:after,.rd-navbar-toggle span:before{width:1.5rem;height:.25rem;background-color:#9b9b9b;backface-visibility:hidden;border-radius:.125rem}.rd-navbar-sidebar-toggle span:after,.rd-navbar-sidebar-toggle span:before,.rd-navbar-toggle span:after,.rd-navbar-toggle span:before{transform-origin:.107143125rem center}.rd-navbar-sidebar-toggle.active span:after,.rd-navbar-sidebar-toggle.active span:before,.rd-navbar-toggle.active span:after,.rd-navbar-toggle.active span:before{top:0;width:.9375rem}.rd-navbar-sidebar-toggle.active span:before,.rd-navbar-toggle.active span:before{transform:rotate(-40deg)}.rd-navbar-sidebar-toggle.active span:after,.rd-navbar-toggle.active span:after{transform:rotate(40deg)}.rd-navbar-sidebar-toggle:focus,.rd-navbar-toggle:focus{outline:none}.rd-navbar-brand a{display:inline-block}.rd-navbar-search .form-input,.rd-navbar-search .form-label{font-family:Space Mono,Menlo,Monaco,Consolas,Courier New,monospace;font-size:1rem;letter-spacing:.05em}.form-label{position:absolute;top:1.5625rem;left:0;right:0;padding-left:1.1875rem;padding-right:1.1875rem;font-size:.875rem;font-weight:400;line-height:1.5rem;pointer-events:none;text-align:left;z-index:9;transition:.25s;will-change:transform;transform:translateY(-50%)}.form-label.auto-fill{color:#9b9b9b}[data-x-mode=true] .form-label{pointer-events:auto}.form-label-outside{width:100%;margin-bottom:.25rem;letter-spacing:.1em;text-transform:uppercase}@media(min-width:48rem){.form-label-outside{position:static}.form-label-outside,.form-label-outside.auto-fill,.form-label-outside.focus{transform:none}}.form-label-outside~.form-validation{order:2;top:1.75rem}.rd-navbar-search .rd-navbar-search-submit,.rd-navbar-search .rd-navbar-search-toggle{font-size:1.4375rem;color:#151515}.rd-navbar-search .rd-search{margin:0}.rd-navbar-search .rd-search>*+*{margin-top:0}.rd-navbar-search-toggled .rd-search .form-input{padding-right:3.125rem;z-index:1;background:#fff}.rd-navbar-search-toggled .rd-navbar-search-submit,.rd-navbar-search-toggled .rd-navbar-search-toggle{background:none;border:none;padding:0;outline:none;outline-offset:0;cursor:pointer;-webkit-appearance:none;display:inline-block;width:3.125rem;height:3.125rem;line-height:3.125rem}.rd-navbar-search-toggled .rd-navbar-search-submit::-moz-focus-inner,.rd-navbar-search-toggled .rd-navbar-search-toggle::-moz-focus-inner{border:none;padding:0}.rd-navbar-search-toggled .rd-navbar-search-submit,.rd-navbar-search-toggled .rd-navbar-search-submit:active,.rd-navbar-search-toggled .rd-navbar-search-submit:focus,.rd-navbar-search-toggled .rd-navbar-search-toggle,.rd-navbar-search-toggled .rd-navbar-search-toggle:active,.rd-navbar-search-toggled .rd-navbar-search-toggle:focus{color:#151515}.rd-navbar-search-toggled .rd-navbar-search-submit:hover,.rd-navbar-search-toggled .rd-navbar-search-toggle:hover{color:#646827}.rd-navbar-search-toggled .rd-navbar-search-submit:before,.rd-navbar-search-toggled .rd-navbar-search-toggle:before{content:"";font-family:fl-budicons-launch}.rd-navbar-search-toggled .rd-navbar-search-toggle{display:block;overflow:hidden;position:relative;text-align:center}.rd-navbar-search-toggled .rd-navbar-search-toggle:after,.rd-navbar-search-toggled .rd-navbar-search-toggle:before{position:absolute;top:0;right:0;bottom:0;left:0;width:inherit;height:inherit;line-height:inherit;text-align:center;color:inherit;will-change:transform}.rd-navbar-search-toggled .rd-navbar-search-submit{position:absolute;top:50%;right:0;z-index:10;transform:translateY(-50%);transition:all .24s ease}.rd-navbar-search-toggled .rd-navbar-search-submit:before{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;font:400 1.4375rem fl-budicons-launch;line-height:inherit;text-align:center;color:inherit}.rd-navbar-dropdown{display:none}.rd-navbar-static .rd-navbar-search-toggled .rd-search{position:absolute;z-index:10;top:-.625rem;transform-origin:100% 50%;transition:.33s;opacity:0;visibility:hidden}.rd-navbar-static .rd-navbar-search-toggled .rd-navbar-search-toggle{opacity:1;visibility:visible}.rd-navbar-static .rd-navbar-search-toggled.active .rd-search{opacity:1;visibility:visible;top:0}.icon{display:inline-block;font-size:1rem;line-height:1}.icon:before{position:relative;display:inline-block;font-weight:400;font-style:normal;speak:none;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-gray-dark{color:#333}.rd-search_classic .form-input{padding-right:3.125rem}.form-wrap{position:relative}.form-wrap .button{width:100%}.form-wrap.has-error .form-input{border-bottom-color:#e06363}.form-wrap.has-focus .form-input{border-bottom-color:#b6c062}.form-wrap+*{margin-top:1.25rem}.rd-mailform.rd-mailform_label-centered .form-input:focus::-webkit-input-placeholder{opacity:0}.rd-mailform.rd-mailform_label-centered .form-input:focus:-moz-placeholder,.rd-mailform.rd-mailform_label-centered .form-input:focus::-moz-placeholder{opacity:0}.rd-mailform.rd-mailform_label-centered .form-input:focus:-ms-input-placeholder{opacity:0}.form_lg .form-input,.form_lg .form-label,.form_lg .select2-container .select2-choice{font-size:1rem}.form_lg .form-input,.form_lg .select2-container .select2-choice{font-size:1rem;padding-top:1.0625rem;padding-bottom:1.0625rem;min-height:3.625rem}.form_lg .form-button{min-height:3.75rem}.form_lg .form-label{top:1.875rem}.rd-mailform_centered .form-input,.rd-mailform_centered .form-label{text-align:center}*+.rd-form{margin-top:.9375rem}.bg-gray-3 .form_transparent .form-input,.bg-gray-3 .form_transparent .form-label,.bg-gray-3 .form_transparent .form-validation,.bg-gray-4 .form_transparent .form-input,.bg-gray-4 .form_transparent .form-label,.bg-gray-4 .form_transparent .form-validation,.bg-gray-5 .form_transparent .form-input,.bg-gray-5 .form_transparent .form-label,.bg-gray-5 .form_transparent .form-validation,.bg-gray-darker .form_transparent .form-input,.bg-gray-darker .form_transparent .form-label,.bg-gray-darker .form_transparent .form-validation,.bg-image-dark .form_transparent .form-input,.bg-image-dark .form_transparent .form-label,.bg-image-dark .form_transparent .form-validation,.bg-secondary .form_transparent .form-input,.bg-secondary .form_transparent .form-label,.bg-secondary .form_transparent .form-validation,.context-dark .form_transparent .form-input,.context-dark .form_transparent .form-label,.context-dark .form_transparent .form-validation,.pricing-table-creative__item.pricing-table-creative__item_prefered .form_transparent .form-input,.pricing-table-creative__item.pricing-table-creative__item_prefered .form_transparent .form-label,.pricing-table-creative__item.pricing-table-creative__item_prefered .form_transparent .form-validation{color:#fff}.bg-gray-3 .form_transparent .form-input,.bg-gray-4 .form_transparent .form-input,.bg-gray-5 .form_transparent .form-input,.bg-gray-darker .form_transparent .form-input,.bg-image-dark .form_transparent .form-input,.bg-secondary .form_transparent .form-input,.context-dark .form_transparent .form-input,.pricing-table-creative__item.pricing-table-creative__item_prefered .form_transparent .form-input{background:hsla(0,0%,100%,.47);border-color:transparent}.rd-search.form_inline .button{padding-left:2.5rem;padding-right:2.5rem}.rd-search.rd-search_inline{position:relative}.rd-search.rd-search_inline .form-input{padding-right:3.125rem}.rd-search.rd-search_inline .button-link{position:absolute;top:50%;transform:translateY(-50%);width:3.125rem;right:0;margin:0;font-size:1.3125rem;color:#151515;transition:.33s}.rd-search.rd-search_inline .button-link:before{display:block;margin:auto}.rd-search.rd-search_inline .button-link:hover{color:#646827}.rd-search.rd-search_inline.form_sm .form-input{padding-right:2.5rem}.rd-search.rd-search_inline.form_sm .button-link{width:2.5rem;font-size:1.125rem}.rd-search.rd-search_inline.form_lg .form-input{padding-right:3.75rem;width:100%;padding-left:1.25rem}.rd-search.rd-search_inline.form_lg .button-link{width:3.75rem;border:none;background:none}.post-classic{padding:1.125rem;text-align:center;border:.0625rem solid #eaeced;background:#fff}.post-classic__meta{margin-bottom:-.3125rem;margin-left:-.625rem;margin-right:-.625rem}.post-classic__meta>*{margin-bottom:.3125rem;padding-left:.625rem;padding-right:.625rem}.post-classic__meta>li{display:inline-block;vertical-align:middle}.post-classic__meta>li *{padding-left:.125em;padding-right:.125em}.post-classic__meta .icon{position:relative;top:.0625rem;font-size:1rem}.post-classic__meta .icon.mdi-account{font-size:1.125rem}@media(min-width:48rem){.post-classic__meta{margin-bottom:-.5625rem;margin-left:-1.25rem;margin-right:-1.25rem}.post-classic__meta>*{margin-bottom:.5625rem;padding-left:1.25rem;padding-right:1.25rem}.post-classic__meta>li{position:relative}.post-classic__meta>li:not(:last-child):after{content:"";position:absolute;top:50%;transform:translateY(-50%);right:-.1875rem;display:inline-block;vertical-align:middle;height:.375rem;width:.375rem;border-radius:50%;background:#646827}}.post-classic__figure{position:relative;overflow:hidden;display:block}.post-classic__image{width:100%}*+.post-classic{margin-top:3.125rem}*+.post-classic__title{margin-top:1.25rem}*+.post-classic__meta{margin-top:1.125rem}*+.post-classic__media{margin-top:1.375rem}@media(min-width:36rem){.post-classic__title{max-width:88%;margin-left:auto;margin-right:auto}.post-classic__meta{font-size:1rem}}@media(min-width:48rem){.post-classic{padding:1.625rem}}@media(min-width:62rem){.post-classic__image{transition:.66s;transform:scaleX(1)}.post-classic__figure:hover .post-classic__image{opacity:.9;transform:scale3d(1.1,1.1,1.1)}}@media(min-width:75rem){.post-classic{padding-top:2.1875rem}*+.post-classic__media{margin-top:1.875rem}}.post-line{display:flex;align-items:flex-start;letter-spacing:.05em;text-align:left}.post-line__time{position:relative;display:block;min-width:3.125rem;padding:.1875rem .625rem .1875rem 0}.post-line__time:after{content:"";position:absolute;top:0;bottom:0;right:0;width:.1875rem;background-image:-webkit-linear-gradient(top,#646827,#00caad);background-image:-o-linear-gradient(top,#646827 0,#00caad 100%);background-image:linear-gradient(180deg,#646827 0,#00caad);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF00A9FF",endColorstr="#FF00CAAD",GradientType=0);pointer-events:none}.post-line__time *+*{margin-top:.1875rem}.post-line__time-day,.post-line__time-month{display:block;line-height:1}.post-line__time-day{font-family:Space Mono,Menlo,Monaco,Consolas,Courier New,monospace;font-size:1.5rem;color:#151515}.post-line__time-month{font-size:.75rem;text-transform:uppercase}.post-line__title{padding-left:1.25rem;line-height:1.71429;color:#151515}.post-line__title a{color:inherit}.post-line__title a:hover{color:#646827}.form-label.focus{opacity:0}.featured-collection{width:100%;position:relative}.featured-collection .featured-collection-title{color:#53575b;font-family:Open Sans,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:1.875rem;font-weight:400;line-height:1.75rem}.featured-collection .featured-collection-description{color:#53575b;font-family:Open Sans,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:1.125rem;font-weight:400;line-height:1.5rem}.featured-collection .content-container{width:100%;margin:0 auto;text-align:left}.featured-collection .content-container:empty{display:none}.featured-collection .content-container .fc-title{color:#53575b;font-family:Open Sans,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:1.875rem;font-weight:400;line-height:1.75rem;margin:0 1.25rem 0 0;font-style:normal}.featured-collection .content-container .fc-title:empty{display:none}.featured-collection .content-container ul li{position:relative;padding:0 0 3.75rem}.featured-collection .content-container ul li .content-container{padding:.9375rem 0 0}.featured-collection .content-container ul li .content-container .item-title{color:#53575b;font-family:Open Sans,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:1.5rem;font-weight:400;line-height:1.5rem}.featured-collection .content-container ul li a{position:absolute;bottom:0;margin:0}.featured-collection.featured-collection-one{margin:1.875rem 0}.featured-collection.featured-collection-one .content-container{max-width:73.125rem}.featured-collection.featured-collection-one .content-container ul li{padding:1.25rem}.featured-collection.featured-collection-one .content-container ul li .item-image{width:100%;height:auto}.featured-collection.featured-collection-one .content-container ul li .copy-container{margin:1.25rem 0 1.875rem}.featured-collection.featured-collection-one .content-container ul li .copy-container .item-title{color:#53575b;font-family:Open Sans,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:1.5rem;font-weight:400;line-height:1.5rem;margin:.625rem 0}.featured-collection.featured-collection-one .content-container ul li .copy-container .item-description{color:#53575b;font-family:Open Sans,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:.875rem;font-weight:400;line-height:1.25rem}.featured-collection.featured-collection-two .content-container{max-width:73.125rem}.featured-collection.featured-collection-two .content-container ul li{text-align:center}.featured-collection.featured-collection-two .content-container ul li .item-image img{border:.0625rem solid #ededec;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;max-width:9.375rem}.featured-collection.featured-collection-two .content-container ul li .item-title{color:#53575b;font-family:Open Sans,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:1.25rem;font-weight:400;line-height:1.375rem;margin:.625rem 0;width:100%;text-align:center}.featured-collection.featured-collection-two .content-container ul li .item-description{color:#53575b;font-family:Open Sans,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:.875rem;font-weight:400;line-height:1.25rem;width:100%;text-align:center}.featured-collection.featured-collection-styled{margin:1.25rem 0}.featured-collection.featured-collection-styled .alignleft{float:left;padding:0 1.25rem 1.25rem 0}.featured-collection.featured-collection-styled section{background:-moz-linear-gradient(top,#ddd 0,hsla(0,0%,100%,0) 100%);background:-webkit-linear-gradient(top,#ddd,hsla(0,0%,100%,0));background:linear-gradient(180deg,#ddd 0,hsla(0,0%,100%,0));filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#dddddd",endColorstr="#00ffffff",GradientType=0);padding:1.25rem}.featured-collection.featured-collection-styled .col-md-3,.featured-collection.featured-collection-styled .col-md-6{padding:.9375rem}.featured-collection.featured-collection-three picture img{display:block;max-width:60%;float:left}.featured-collection.featured-collection-three .copy-container{max-width:40%;display:block;padding:1.25rem;float:left}.featured-collection.featured-collection-three .copy-container .fc-description,.featured-collection.featured-collection-three .copy-container .fc-title{display:block}.featured-collection.featured-collection-three .copy-container .fc-title{margin-bottom:.9375rem}.featured-collection.featured-collection-three .copy-container .btn{margin-top:.9375rem}.newsletter .modal-dialog{max-width:37.5rem;margin:.5rem auto}.newsletter .newsletter-popup-text-wrapper{text-align:center}.newsletter .newsletter-popup-text-wrapper h3{font-size:1.875rem;margin:0 0 .625rem}.product-collection{margin:1.25rem 0}.product-collection .item-tile{padding:.4375rem;position:relative;margin-bottom:1.875rem;border:.0625rem solid #f0f2f3;background-color:#fff;border-radius:0;z-index:1;box-shadow:0 .1875rem .875rem rgba(0,0,0,.1);transition:.3s}.product-collection .item-tile:hover{background:#e2e2e2}.product-collection .item-tile h5{font-size:.875rem;margin-bottom:0}.related-products .product-list{position:relative;height:100%}.related-products .badge-featured{position:absolute;top:0;left:0;background-color:#ffc926;color:#fff;border-radius:0;display:flex;align-items:center;justify-content:center;z-index:3;font-size:.8125rem;padding:.1875rem .75rem}.related-products .badge-featured span{margin-left:.3125rem}.related-products img{width:100%;height:auto}.video-hero .cta-notice{padding:6.875rem 2.5rem;background-color:#5d5d5d}.video-hero .cta-notice-inner{margin:0 auto;max-width:37.5rem}.video-button{width:4.375rem;height:4.375rem;position:relative;margin:5rem auto 0;z-index:3;background-color:#fff;border-radius:50%;box-shadow:0 .1875rem 1.5rem #000;display:flex;align-items:center;justify-content:center}.video-button:before{content:"";position:absolute;top:0;left:0;border-radius:50%;transform:scale(1.3);z-index:-1;width:100%;height:100%;-webkit-animation-name:pulseInOut;-moz-animation-name:pulseInOut;-o-animation-name:pulseInOut;animation-name:pulseInOut;animation-duration:2s;animation-iteration-count:infinite;background:#fff}