@charset "UTF-8";:root{--blue:#007bff;--indigo:#6610f2;--purple:#6f42c1;--pink:#e83e8c;--red:#dc3545;--orange:#fd7e14;--yellow:#ffc107;--green:#28a745;--teal:#20c997;--cyan:#17a2b8;--white:#fff;--gray:#5e5e5e;--gray-dark:#343a40;--primary:#262626;--black:#000;--dark:#393939;--light-gray:#e3e3e3;--muted:#6b6b6b;--warning:#d69a00;--success:#225b14;--error:#ff451c;--primary:#007bff;--secondary:#6c757d;--success:#28a745;--info:#17a2b8;--warning:#ffc107;--danger:#dc3545;--light:#f8f9fa;--dark:#343a40;--breakpoint-xs:0;--breakpoint-sm:576px;--breakpoint-md:768px;--breakpoint-lg:992px;--breakpoint-xl:1200px;--font-family-sans-serif:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--font-family-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}*,:after,:before{box-sizing:border-box}html{-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0);font-family:sans-serif;line-height:1.15}article,aside,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{background-color:#fff;color:#212529;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-size:1rem;font-weight:400;line-height:1.5;margin:0;text-align:left}[tabindex="-1"]:focus:not(:focus-visible){outline:0!important}hr{box-sizing:initial;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-bottom:.5rem;margin-top:0}p{margin-bottom:1rem;margin-top:0}abbr[data-original-title],abbr[title]{border-bottom:0;cursor:help;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}address{font-style:normal;line-height:inherit}address,dl,ol,ul{margin-bottom:1rem}dl,ol,ul{margin-top:0}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:initial}sub{bottom:-.25em}sup{top:-.5em}a{background-color:initial;color:#007bff;text-decoration:none}a:hover{color:#0056b3;text-decoration:underline}a:not([href]):not([class]),a:not([href]):not([class]):hover{color:inherit;text-decoration:none}code,kbd,pre,samp{font-family:SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em}pre{-ms-overflow-style:scrollbar;margin-bottom:1rem;margin-top:0;overflow:auto}figure{margin:0 0 1rem}img{border-style:none}img,svg{vertical-align:middle}svg{overflow:hidden}table{border-collapse:collapse}caption{caption-side:bottom;color:#6c757d;padding-bottom:.75rem;padding-top:.75rem;text-align:left}th{text-align:inherit;text-align:-webkit-match-parent}label{display:inline-block;margin-bottom:.5rem}button{border-radius:0}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}button,input,optgroup,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit;margin:0}button,input{overflow:visible}button,select{text-transform:none}[role=button]{cursor:pointer}select{word-wrap:normal}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled){cursor:pointer}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}textarea{overflow:auto;resize:vertical}fieldset{border:0;margin:0;min-width:0;padding:0}legend{color:inherit;display:block;font-size:1.5rem;line-height:inherit;margin-bottom:.5rem;max-width:100%;padding:0;white-space:normal;width:100%}progress{vertical-align:initial}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:none;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}output{display:inline-block}summary{cursor:pointer;display:list-item}template{display:none}[hidden]{display:none!important}.modal-open{overflow:hidden}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal{display:none;height:100%;left:0;outline:0;overflow:hidden;position:fixed;top:0;width:100%;z-index:1050}.modal-dialog{margin:.5rem;pointer-events:none;position:relative;width:auto}.modal.fade .modal-dialog{-webkit-transform:translateY(-50px);transform:translateY(-50px);transition:-webkit-transform .3s ease-out;transition:transform .3s ease-out;transition:transform .3s ease-out,-webkit-transform .3s ease-out}@media (prefers-reduced-motion:reduce){.modal.fade .modal-dialog{transition:none}}.modal.show .modal-dialog{-webkit-transform:none;transform:none}.modal.modal-static .modal-dialog{-webkit-transform:scale(1.02);transform:scale(1.02)}.modal-dialog-scrollable{display:flex;max-height:calc(100% - 1rem)}.modal-dialog-scrollable .modal-content{max-height:calc(100vh - 1rem);overflow:hidden}.modal-dialog-scrollable .modal-footer,.modal-dialog-scrollable .modal-header{flex-shrink:0}.modal-dialog-scrollable .modal-body{overflow-y:auto}.modal-dialog-centered{align-items:center;display:flex;min-height:calc(100% - 1rem)}.modal-dialog-centered:before{content:"";display:block;height:calc(100vh - 1rem);height:-webkit-min-content;height:min-content}.modal-dialog-centered.modal-dialog-scrollable{flex-direction:column;height:100%;justify-content:center}.modal-dialog-centered.modal-dialog-scrollable .modal-content{max-height:none}.modal-dialog-centered.modal-dialog-scrollable:before{content:none}.modal-content{background-clip:padding-box;background-color:#fff;border:1px solid rgba(0,0,0,.2);border-radius:.3rem;display:flex;flex-direction:column;outline:0;pointer-events:auto;position:relative;width:100%}.modal-backdrop{background-color:#000;height:100vh;left:0;position:fixed;top:0;width:100vw;z-index:1040}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:.5}.modal-header{align-items:flex-start;border-bottom:1px solid #dee2e6;border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px);display:flex;justify-content:space-between;padding:1rem}.modal-header .close{margin:-1rem -1rem -1rem auto;padding:1rem}.modal-title{line-height:1.5;margin-bottom:0}.modal-body{flex:1 1 auto;padding:1rem;position:relative}.modal-footer{align-items:center;border-bottom-left-radius:calc(.3rem - 1px);border-bottom-right-radius:calc(.3rem - 1px);border-top:1px solid #dee2e6;display:flex;flex-wrap:wrap;justify-content:flex-end;padding:.75rem}.modal-footer>*{margin:.25rem}.modal-scrollbar-measure{height:50px;overflow:scroll;position:absolute;top:-9999px;width:50px}@media (min-width:576px){.modal-dialog{margin:1.75rem auto;max-width:500px}.modal-dialog-scrollable{max-height:calc(100% - 3.5rem)}.modal-dialog-scrollable .modal-content{max-height:calc(100vh - 3.5rem)}.modal-dialog-centered{min-height:calc(100% - 3.5rem)}.modal-dialog-centered:before{height:calc(100vh - 3.5rem);height:-webkit-min-content;height:min-content}.modal-sm{max-width:300px}}@media (min-width:992px){.modal-lg,.modal-xl{max-width:800px}}@media (min-width:1200px){.modal-xl{max-width:1140px}}@media screen and (max-width:992px){.vc_row{padding-left:15px!important;padding-right:15px!important}}.page-template-template-full-width-php #primary,.page-template-template-full-width-php div.site-content{padding:0}.page-template-template-full-width-php div.site-content .container{padding:0 15px;width:100%}body,li,p{color:#393939;font-family:Roboto,"sans-serif";font-size:16px;line-height:20px}@media screen and (max-width:576px){body,li,p{font-size:14px}}a,span{font-family:Roboto,"sans-serif"}a{color:#393939}a:focus,a:hover{color:#393939;text-decoration:none}h1,h1 a,h2,h2 a,h3,h3 a{font-family:Mont,"sans-serif"!important;font-weight:400}h4,h5,h6{font-family:Roboto,"sans-serif";font-weight:300}h1{font-size:40px;line-height:48px}@media screen and (max-width:576px){h1{font-size:30px;line-height:38px}}h2{font-size:30px;line-height:38px}h3,h4{font-size:20px;line-height:28px}h5{font-size:18px;line-height:26px}h6{font-size:16px;line-height:20px}li{color:#393939}.heading-accent{margin-bottom:35px;position:relative}.heading-accent:after,.heading-accent:before{background:#000;content:"";display:block;height:1px;left:0;margin:auto;position:absolute;right:0}.heading-accent:before{bottom:-10px;width:156px}.heading-accent:after{bottom:-14px;left:-35px;width:64px}.accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading{background-color:#fff;border-bottom:1px solid #c6c6c6}.accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading:last-of-type{border-bottom:none}.accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading:hover{background-color:#fbfbfb}.accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-title-text{color:#212121;font-family:Mont,"sans-serif"}.accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a{padding:17px 20px}.accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-controls-icon-plus:after{border:none;content:url(../img/arrow-down.svg);line-height:0;-webkit-transform:rotate(180deg);transform:rotate(180deg)}.accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-controls-icon-plus:before{border:none}.accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body{padding:17px 30px}.accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading{background-color:#fbfbfb}.accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-controls-icon-plus:before{content:url(../img/arrow-down.svg);margin-left:6px}.accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-controls-icon-plus:after{border:none}div.btn--secondary a.vc_general.vc_btn3{background-color:initial;border:2px solid #fff;border-radius:0;color:#fff}div.btn--secondary a.vc_general.vc_btn3:focus,div.btn--secondary a.vc_general.vc_btn3:hover{background-color:#fff;color:#000}.cta--products{padding-left:0!important;padding-right:0!important}.cta--products:before{background:rgba(0,0,0,.5);bottom:0;display:block;left:0;position:absolute;right:0;top:0}.cta--products .vc_custom_heading,.cta--products p{color:#fff}.cta--products h4{font-family:Mont,"sans-serif"}.cta--products .vc_column-inner{background-position:50%;background-repeat:no-repeat;background-size:cover}@media screen and (max-width:768px){.form .gform_body,.form .gform_footer{width:100%}}.form ul{list-style:none}.form .gfield_required,.form label{display:none}.form label.gfield_consent_label{display:contents;font-weight:300}.form label.gfield_consent_label a{text-decoration:underline}.form li.gfield_error{position:relative}.form li.gfield_error input,.form li.gfield_error textarea{border:1px solid #6c0000}.form li.message{clear:both}.form input[type=submit]{background-color:#262626;border:none;color:#fff;font-family:Roboto,"sans-serif";font-weight:300;line-height:normal;min-width:157px;padding:14px}@media screen and (max-width:768px){.form input[type=submit]{min-width:100%}}.form input[type=submit]:hover{background-color:#414141}.form .gform_confirmation_message{background-color:#d4edda;border-color:#c3e6cb;color:#155724;padding:15px}.form .validation_error{display:none}.form .validation_message{color:#6c0000;font-size:14px;margin-top:4px;pointer-events:none}.form li.consent .validation_message{padding:8px 0 0;position:relative}.form--subscribe form{align-items:baseline;display:flex;justify-content:center}@media screen and (max-width:768px){.form--subscribe form{flex-direction:column}}.form--subscribe input[type=text]{width:500px}@media screen and (max-width:768px){.form--subscribe input[type=text]{text-align:center;width:100%}}.form--subscribe input[type=submit]{margin-left:20px}@media screen and (max-width:768px){.form--subscribe input[type=submit]{margin-left:0}}.form--subscribe .gform_confirmation_message{text-align:center}@media screen and (max-width:768px){.form--subscribe .gform_fields{padding:0}.form--contact{margin-top:40px}}.form--contact ul.gform_fields{padding:0}.form--contact input[type=email],.form--contact input[type=tel],.form--contact input[type=text]{width:100%}.form--contact li.gfield{margin-bottom:20px}.form--contact li.gfield.half{float:left;width:50%}@media screen and (max-width:576px){.form--contact li.gfield.half{width:100%}}.form--contact li.gfield.half:nth-child(2n){padding-left:10px}@media screen and (max-width:576px){.form--contact li.gfield.half:nth-child(2n){padding-left:0}}.form--contact li.gfield.half:nth-child(odd){padding-right:10px}@media screen and (max-width:576px){.form--contact li.gfield.half:nth-child(odd){padding-right:0}}.contact-info p{font-size:18px;font-weight:300}.contact-info a{display:block;margin-bottom:-13px}#inquiryModal .modal-body{padding:45px}#inquiryModal h2,#inquiryModal p{text-align:center}#inquiryModal h2{margin-bottom:15px}#inquiryModal p{margin-bottom:25px}#inquiryModal .close{background:transparent;border:none;font-size:20px;position:absolute;right:10px;top:10px}#login-modal .woocommerce-form-login__submit{float:none}div.mo-openid-app-icons{display:flex!important;margin-top:20px;width:100%}@media screen and (max-width:992px){div.mo-openid-app-icons{flex-direction:column}}div.mo-openid-app-icons br,div.mo-openid-app-icons p{display:none}div.mo-openid-app-icons .mo_btn:first-of-type{margin-left:0}@media screen and (max-width:992px){div.mo-openid-app-icons .mo_btn{margin:15px 0 0;width:100%}}.customer-login{margin-top:40px}.clearfix{clear:both}.grid--categories .vc_column-inner,.grid--categories .vc_figure,.grid--categories .vc_figure a,.grid--categories .wpb_single_image,.grid--categories .wpb_wrapper{height:100%}.grid--categories .vc_single_image-img{height:100%;object-fit:cover}.grid--categories .vc_column-inner{background-position:50%;background-repeat:no-repeat;background-size:cover;height:500px}@media screen and (max-width:768px){.grid--categories .vc_column-inner{height:350px}}.grid--categories .vc_column-inner .vc_custom_heading{bottom:40px;color:#fff;left:50px;position:absolute}@media screen and (max-width:768px){.grid--categories .vc_column-inner .vc_custom_heading{left:40px}.grid--categories h3{font-size:30px;line-height:34px}}.grid--categories-compact .vc_column-inner{height:250px}.grid--categories-compact .vc_column-inner .vc_custom_heading{bottom:20px;left:40px;margin:0}.grid--categories-compact .wpb_column{margin-bottom:20px}.icon-box .vc_custom_heading{font-family:Mont,"sans-serif"}.icon-box figure img{width:150px}.icons-centered{margin:auto!important;width:900px}@media screen and (max-width:992px){.icons-centered{width:auto}}.icon-xs{height:10px;width:10px}.icon-sm{height:16px;width:16px}.icon-md{height:24px;width:24px}.icon-lg{height:30px;width:30px}.icon-xl{height:36px;width:36px}.icon-xxl{height:58px;width:58px}.icon-gray{fill:#505050}.icon-dark-gray{fill:#676767}.icon-muted-gray{fill:#3e3e3e}.icon-white{fill:#fff}.info-section .row{align-items:center;display:flex}@media screen and (max-width:767px){.info-section .row{flex-direction:column}}.info-section .vc_custom_heading{color:#212121}.info-section--content{padding:0 60px}@media screen and (max-width:992px){.info-section--content{padding:0 30px}}@media screen and (max-width:768px){.info-section--content{padding:0}}@media screen and (max-width:767px){.info-section__reverse .row{flex-direction:column-reverse}}@media screen and (max-width:768px){.featured-section .wpb_single_image{margin-bottom:20px;text-align:center}.featured-section .vc_custom_heading,.featured-section .wpb_text_column{text-align:center!important}}input[type=checkbox]{-webkit-appearance:none;background-color:#fff;border:1px solid #b6b6b6;box-shadow:0 1px 2px rgba(0,0,0,.05),inset 0 -15px 10px -12px rgba(0,0,0,.05);cursor:pointer;display:inline-block;height:16px;margin-right:7px;position:relative;top:3px;width:16px}input[type=checkbox]:hover{background-color:#f4f4f4}input[type=checkbox]:checked:after{content:url(../img/check.svg);left:1px;position:absolute;top:-2px}input[type=checkbox]:checked{background-color:#1f1f1f;border:1px solid #929292}input[type=checkbox]:focus{outline:none}[type=radio]{visibility:hidden}[type=radio]:before{border:2px solid #343434;border-radius:50%;content:"";cursor:pointer;display:block;height:15px;visibility:visible;width:15px}[type=radio]:checked:before{background:radial-gradient(#343434 36%,transparent 38%)}input[type=email],input[type=password],input[type=tel],input[type=text],select,textarea{background-color:#fdfdfd!important;border:1px solid #c4c4c4!important;color:#070707!important;padding:13px 24px!important}input[type=email]:focus,input[type=password]:focus,input[type=tel]:focus,input[type=text]:focus,select:focus,textarea:focus{border:1px solid #070707!important}.post-listing .vc_grid{padding-left:0!important;padding-right:0!important}.post-listing .vc_gitem-zone-mini{padding:7px 12px}.post-listing .vc_gitem-zone{background-color:rgba(0,0,0,.8)!important;background-position:50%!important;background-repeat:no-repeat!important;background-size:cover!important;max-height:480px}.post-listing .vc_gitem-zone.vc_gitem-zone-c{bottom:0;position:absolute;width:100%}@media screen and (max-width:1200px){.post-listing .vc_gitem-zone.vc_gitem-zone-c{max-height:none;position:relative}}.post-listing .vc_gitem-post-data-source-post_excerpt{display:inline-block}.post-listing .vc_gitem-post-data-source-post_excerpt p{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#fff;display:-webkit-box;margin:0;overflow:hidden;text-overflow:ellipsis}.post-listing .vc_gitem-post-data-source-post_excerpt p:empty{height:0;margin:0}.post-listing .vc_grid-item-mini{overflow:hidden;position:relative}.post-listing .vc_custom_heading{width:calc(100% - 140px)}@media screen and (max-width:1200px){.post-listing .vc_custom_heading{width:100%}}.post-listing .vc_custom_heading h3{color:#fff;font-family:Mont,"sans-serif";font-size:18px;font-weight:600;line-height:1.2;margin:0}.post-listing div.vc_btn3-container{float:right;margin:0}@media screen and (max-width:1276px){.post-listing div.vc_btn3-container{float:none}}.post-listing a.vc_general.vc_btn3{background-color:initial;border:2px solid #fff;border-radius:0;color:#fff}.post-listing a.vc_general.vc_btn3:focus,.post-listing a.vc_general.vc_btn3:hover{background-color:#fff;color:#000}.post-listing .vc_gitem-zone .vc-zone-link{z-index:0}@media screen and (max-width:1448px){.post-listing .vc_grid-item{width:50%}}@media screen and (max-width:992px){.post-listing .vc_grid-item{width:100%}}.post-listing .vc_grid-item .vc_grid-item .vc_custom_heading h3{color:#fff}.post-listing--blog .vc_gitem-post-data-source-post_title{width:100%}@media screen and (max-width:1276px){.post-listing--blog .vc_gitem-post-data-source-post_title{margin-bottom:0}}.post-listing--blog .vc_gitem-post-data-source-post_excerpt{width:calc(100% - 140px)}@media screen and (max-width:1276px){.post-listing--blog .vc_gitem-post-data-source-post_excerpt{margin-bottom:0}}@media screen and (max-width:1200px){.post-listing--blog .vc_gitem-post-data-source-post_excerpt{width:100%}}.post-listing--blog .vc_gitem-zone.vc_gitem-zone-c{bottom:-80px;transition:bottom .4s ease-in-out}@media screen and (max-width:1276px){.post-listing--blog .vc_gitem-zone.vc_gitem-zone-c{bottom:0}}.post-listing--blog .vc_grid-item{cursor:pointer}.post-listing--blog .vc_grid-item:hover .vc_gitem-zone.vc_gitem-zone-c{bottom:0}.post-listing--blog .vc_gitem-zone-mini .vc_gitem-col{padding:0 10px 10px}.google-map{padding:0!important}.google-map .vc_column-inner,.google-map .wpb_wrapper{padding:0}.google-map iframe{-webkit-filter:grayscale(100%);filter:grayscale(100%)}.simple-page--sidebar-menu{background-color:#fafafa;padding:150px 70px}@media screen and (max-width:1200px){.simple-page--sidebar-menu{padding:25px;width:100%}}.simple-page--sidebar-menu>.vc_column-inner{position:-webkit-sticky;position:sticky;top:170px}.simple-page--sidebar-menu .widget{margin-bottom:0}.simple-page--sidebar-menu .widget .widgettitle{font-size:20px;margin:0 0 35px;position:relative}.simple-page--sidebar-menu .widget .widgettitle:after,.simple-page--sidebar-menu .widget .widgettitle:before{background:#000;content:"";display:block;height:1px;left:0;position:absolute;right:0}.simple-page--sidebar-menu .widget .widgettitle:before{bottom:-10px;width:156px}.simple-page--sidebar-menu .widget .widgettitle:after{bottom:-14px;left:22px;width:64px}.simple-page--sidebar-menu .widget .menu-item{padding:10px 0}.simple-page--sidebar-menu .widget .menu-item a{color:#131313;font-family:Mont,"sans-serif";font-size:16px}.simple-page--sidebar-menu .widget .menu-item a:before{content:url(../img/arrow-right.svg);margin-right:6px}.primary-nav{margin-right:30px;padding-right:30px}.primary-nav li.menu-item{padding:10px 17px}.primary-nav li.menu-item a{color:#3e3e3e}.primary-nav #menu-primary-menu:after{background:#494949;content:"";height:30px;position:absolute;right:-30px;top:-5px;width:1px}.home header:not(.minimized) .primary-nav #menu-primary-menu:after{background:#fff}.mobile-nav-content .instance-search .t-icon{right:10px;top:16px}.mobile-nav-content li.menu-item a{font-family:Mont,"sans-serif"}.mobile-nav-content .menu-item-currency{display:none}.mobile-nav-content .mobile-nav-footer .menu a{font-family:Mont,"sans-serif"}.page-header{background-position:50%;background-repeat:no-repeat;background-size:cover;padding:140px 0!important}.page-header h1{color:#fff}.page-header .unero-container{width:100%}.page-header .page-breadcrumbs{position:absolute;top:0}@media screen and (max-width:768px){.page-header .page-breadcrumbs{left:20px;top:20px}.page-header .breadcrumbs{padding-top:0}}.page-header .breadcrumbs a,.page-header .breadcrumbs li,.page-header .breadcrumbs li:after,.page-header .breadcrumbs span{color:#fff}.page-header-layout-2 .site-content{padding-top:75px}.woocommerce nav.woocommerce-pagination{margin-top:0}.woocommerce nav.woocommerce-pagination ul li a,.woocommerce nav.woocommerce-pagination ul li span{border:10px solid #fff;padding:6px 9px}.woocommerce nav.woocommerce-pagination ul li span.current{border-color:#686868}.woocommerce nav.woocommerce-pagination ul li span.current:before{content:none}.woocommerce nav.woocommerce-pagination ul li span.current:after{background:#fff;bottom:-10px;content:"";height:10px;left:0;position:absolute;width:10px}.vc_grid-owl-dots{height:40px}#search-modal .modal-title{font-size:30px}#search-modal .modal-title,#search-modal .product-cats label .line-hover{font-family:Mont,"sans-serif"}#search-modal .search-fields{border:none;border-bottom:1px solid #b6b6b6}#search-modal .search-fields .search-submit{right:36px;top:26px}#search-modal input[type=text]{background:#fff}#search-modal input[type=text]:focus{border:none}#search-modal .close-modal,#search-modal .search-results .title,#search-modal .search-results li{font-family:Mont,"sans-serif"}#search-modal .close-modal:hover{text-decoration:none}@media screen and (max-width:992px){.home-slider{padding:0!important}}@media screen and (max-width:576px){.home-slider .slider-desc{font-size:16px}}@media screen and (max-width:768px){.unero-sliders .slick-slider{min-height:540px}}@media screen and (max-width:576px){.unero-sliders .slick-slider{min-height:600px}}@media screen and (max-width:1200px){.unero-sliders .slick-slider .slick-slide .cs-content{margin-top:30px}}.unero-sliders .slick-slider .slick-slide .cs-layer .title{color:#fff;font-family:Roboto,"sans-serif";font-size:20px;line-height:28px;white-space:inherit}@media screen and (max-width:1200px){.unero-sliders .slick-slider .slick-slide .cs-layer .title{width:100%}}.unero-sliders .slick-slider .slick-slide .cs-layer .title .h1{color:#fff;font-family:Mont-Bold,"sans-serif";font-size:40px;line-height:48px;margin:25px 0}@media screen and (max-width:576px){.unero-sliders .slick-slider .slick-slide .cs-layer .title .h1{text-align:left}}.unero-sliders .slick-slider .slick-slide .cs-layer .title h2{font-family:Mont-Bold,"sans-serif"}@media screen and (max-width:576px){.unero-sliders .slick-slider .slick-slide .cs-layer .title div,.unero-sliders .slick-slider .slick-slide .cs-layer .title h2{text-align:left}}.unero-sliders .slick-slider .slick-next-arrow:before,.unero-sliders .slick-slider .slick-prev-arrow:before{content:url(../img/single-arrow-right.svg)}.unero-sliders .slick-slider .slick-next-arrow{right:10px}.unero-sliders .slick-slider .slick-next-arrow:after{right:-51px;top:-27px}.unero-sliders .slick-slider .slick-prev-arrow{left:10px!important}.unero-sliders .slick-slider .slick-prev-arrow:before{display:block;-webkit-transform:rotate(180deg);transform:rotate(180deg)}.unero-sliders .featured-img{background-size:cover}.unero-sliders ul{height:calc(100vh - 110px)}.unero-sliders ul li{height:100%!important}.unero-instagram .slick-slide a{height:250px}.unero-instagram .slick-slide a img{height:100%;object-fit:cover;width:100%}.single-post .comments-area{border-top:none;margin-top:0;padding-top:0}.single-post .comments-area .comments-title{color:#3c3c3c;font-family:Mont,"sans-serif";font-size:20px}.single-post .comments-area .comment-list .children{padding:0 0 0 25px}.single-post .comments-area .comment-list .comment-body{background:#f8f8f8;margin-bottom:20px}.single-post .comments-area .comment-list .comment-body .comment-meta{display:none}.single-post .comments-area .comment-list .comment-body .comment-content{border:none;margin-left:0;padding:35px 45px 25px}.single-post .comments-area .comment-list .comment-reply-title{display:none}.single-post .comments-area .comment-list .comment-metadata{display:flex;flex-direction:column}.single-post .comments-area .comment-list .comment-metadata .fn,.single-post .comments-area .comment-list .comment-metadata .fn a{color:#212121;font-family:Mont,"sans-serif";font-size:16px;font-style:normal;font-weight:400}.single-post .comments-area .comment-list .comment-metadata .date{color:#393939;font-size:14px;padding:10px 0 0;text-transform:none}.single-post .comments-area .comment-list .comment-reply-link{border-bottom:1px solid #393939;color:#393939;font-family:Mont,"sans-serif";font-style:normal;padding:0}.single-post .comments-area .comment-list .comment-edit-link{color:#393939;font-family:Mont,"sans-serif";font-style:normal;margin:0 0 0 15px;padding:0}.single-post .comments-area .depth-2{position:relative}.single-post .comments-area .depth-2 .comment-body:before{content:url(../img/arrow.svg);left:-20px;position:absolute}.single-post .comments-area input[type=submit]{background-color:#262626;min-width:157px}@media screen and (max-width:576px){.single-post .comments-area input[type=submit]{min-width:100%}}.single-post .comments-area input[type=submit]:hover{background-color:#414141}.single-post .comment-form-url{display:none}.single-post .comment-respond{margin-bottom:20px}.single-post .comment-respond .comment-reply-title{display:none}.single-post .comment-respond .comment-form-comment{margin-bottom:20px}.single-post .comment-respond .form-submit{display:flex;justify-content:flex-end}.single-post .comment-respond input[type=email],.single-post .comment-respond input[type=password],.single-post .comment-respond input[type=text],.single-post .comment-respond textarea{border:1px solid #c4c4c4;color:#070707;font-size:14px;padding:13px 16px}.single-post .widget .widget-title{color:#212121;font-family:Mont,"sans-serif";font-size:24px}.single-post .recent-articles li{display:flex;margin-bottom:30px}.single-post .recent-articles li img{height:150px;margin-right:15px;object-fit:cover;width:150px}@media screen and (max-width:576px){.single-post .recent-articles li img{height:120px;width:120px}}.single-post .recent-articles li a{color:#000;font-family:Mont,"sans-serif";font-size:20px}.single-post .recent-articles li p{-webkit-line-clamp:3;-webkit-box-orient:vertical;display:-webkit-box;font-size:14px;margin:0;overflow:hidden;text-overflow:ellipsis}.single-post .recent-articles .post-category{align-items:baseline;display:flex}.single-post .recent-articles .post-category p{margin:0 4px 0 0}.single-post .recent-articles .post-category a{font-family:Roboto,"sans-serif";font-size:14px;font-weight:700}.single-post .recent-articles .post-categories{display:flex}.single-post .recent-articles .post-categories a{font-family:Roboto,"sans-serif";font-size:12px;font-weight:700}.single-post .recent-articles .post-categories li{margin:0 0 0 8px}.single-post .recent-articles--content{color:#3c3c3c;font-size:14px;font-weight:300}.site-footer .footer-layout{background-color:#f8f8f8;padding:100px 0 0}@media screen and (max-width:1200px){.site-footer .footer-layout{padding:40px 0}}.site-footer .footer-layout .footer-sidebar{padding-bottom:15px}@media screen and (max-width:1200px){.site-footer .footer-layout .footer-sidebar{text-align:left;width:33.3%}}@media screen and (max-width:768px){.site-footer .footer-layout .footer-sidebar{padding:0 15px;width:50%}}@media screen and (max-width:576px){.site-footer .footer-layout .footer-sidebar{width:100%}}.site-footer .footer-layout .widget-title{color:#4b4b4b;font-family:Mont,"sans-serif";font-size:14px;font-weight:700;margin-bottom:10px}@media screen and (max-width:576px){.site-footer .footer-layout .widget-title{border-bottom:1px solid #c6c6c6;position:relative}.site-footer .footer-layout .widget-title:after{bottom:10px;content:url(../img/arrow-down.svg);position:absolute;right:10px;transition:-webkit-transform .6s ease-in-out;transition:transform .6s ease-in-out;transition:transform .6s ease-in-out,-webkit-transform .6s ease-in-out}.site-footer .footer-layout .widget-title.active:after{-webkit-transform:rotate(180deg);transform:rotate(180deg)}}.site-footer .footer-layout li.menu-item a{color:#4b4b4b;font-family:Mont,"sans-serif";font-size:14px}.site-footer .footer-layout li.menu-item a:hover{color:#000}.site-footer .footer-layout .footer-1{width:350px}.site-footer .footer-layout .footer-1 p{color:#505050;font-family:Mont,"sans-serif";font-size:14px}@media screen and (max-width:576px){.site-footer .footer-layout .widget_nav_menu div{display:none}}.site-footer .footer-layout .widget_custom_html{margin-bottom:15px}.site-footer .footer-layout .footer-5{border-left:1px solid #e2e2e2;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;padding-left:60px}@media screen and (max-width:1340px){.site-footer .footer-layout .footer-5{border-left:none;padding-left:0}}@media screen and (max-width:576px){.site-footer .footer-layout .footer-5{padding:0 15px}}.site-footer .footer-layout .footer-5 .widget-title:after{content:none}.site-footer .footer-layout .contacts{margin-left:23px}.site-footer .footer-layout .contacts,.site-footer .footer-layout .contacts a{color:#4b4b4b;font-family:Mont,"sans-serif";font-size:14px}@media screen and (max-width:576px){.site-footer .footer-layout .contacts a{font-size:12px;margin:15px 0}}.site-footer .footer-layout .contacts .contacts-item{margin-bottom:8px;position:relative}.site-footer .footer-layout .contacts .contacts-item:before{left:-23px;margin-right:6px;position:absolute}@media screen and (max-width:576px){.site-footer .footer-layout .contacts .contacts-item{font-size:12px}}.site-footer .footer-layout .contacts--phone:before{content:url(../img/phone.svg)}.site-footer .footer-layout .contacts--email:before{content:url(../img/email.svg)}.site-footer .footer-layout .contacts--address:before{content:url(../img/address.svg)}.site-footer .footer-layout .social-links{margin-bottom:0}@media screen and (max-width:1200px){.site-footer .footer-layout .social-links{margin-top:25px}}.site-footer .footer-layout .social-links .social-links-list a{background-color:initial}.site-footer .footer-layout .social-links .social-links-list .social_facebook:before{content:url(../img/facebook.svg)}.site-footer .footer-layout .social-links .social-links-list .social_tumblr:before{content:url(../img/tumblr.svg)}.site-footer .footer-layout .social-links .social-links-list .social_instagram:before{content:url(../img/instagram.svg)}.site-footer .copyright-bar{align-items:center;background-color:#f8f8f8;border-top:1px solid #aeaeae;display:flex;justify-content:space-between;padding:0 100px}@media screen and (max-width:1200px){.site-footer .copyright-bar{padding:15px 30px}}@media screen and (max-width:768px){.site-footer .copyright-bar{flex-direction:column}}.site-footer .copyright-bar__content{color:#5f5f5f;font-family:Mont,"sans-serif";font-size:12px}.site-footer .copyright-bar__menu{border-right:1px solid #aeaeae}.site-footer .copyright-bar__menu li.menu-item{padding:0 10px}.site-footer .copyright-bar__menu li.menu-item a{color:#5f5f5f;font-family:Mont,"sans-serif";font-size:12px}@media screen and (max-width:768px){.site-footer .copyright-bar__menu{border-right:none;margin-top:8px}}.site-footer .copyright-bar__links{align-items:center;display:flex}@media screen and (max-width:768px){.site-footer .copyright-bar__links{flex-direction:column}}.site-footer .copyright-bar__design{align-items:center;color:#5f5f5f;display:flex;font-family:Mont,"sans-serif";font-size:12px;padding-left:10px}.site-footer .copyright-bar__design svg{margin-left:5px}.sticky-header header.site-header:not(.minimized):hover{background-color:initial}.woocommerce.sticky-header header.site-header:not(.minimized):hover{background-color:#fff}header .header-main{padding:0}header .header-main .row{align-items:center;display:flex}@media screen and (max-width:576px){header .header-main .menu-logo{padding:0!important}}header .header-main .primary-nav{text-align:right}header .header-main .primary-nav ul li.menu-item a{font-family:Mont,"sans-serif";font-size:18px}header .header-main .menu-extra{align-items:center;display:flex;justify-content:flex-end}header .header-main .menu-extra .extra-menu-item .mini-cart-counter{bottom:32px}@media screen and (max-width:992px){header .header-main .menu-extra>ul{order:2}}@media screen and (max-width:768px){header .header-main .menu-extra .menu-item-cart{margin-right:12px;margin-top:12px}}header .header-main a:hover{text-decoration:none}header .icon-bag2:before{content:url(../img/cart.svg)}header .icon-heart:before{content:url(../img/wishlist.svg)}header .icon-user:before{content:url(../img/profile.svg)}header .menu-extra .extra-menu-item i.t-icon.icon-magnifier{color:#2b2b2b;font-size:24px}.home header:not(.minimized) .header-main .menu-extra .extra-menu-item i,.home header:not(.minimized) .header-main .primary-nav ul li.current-menu-item a,.home header:not(.minimized) .header-main .primary-nav ul li.menu-item a{color:#fff}.home header:not(.minimized) .header-main .menu-extra .extra-menu-item i.icon-magnifier{color:#d4d4d4;font-size:24px}.home header:not(.minimized) .header-main .logo img{-webkit-filter:brightness(0) invert(1);filter:brightness(0) invert(1)}@media screen and (max-width:1200px){.home header:not(.minimized) #un-navbar-toggle{color:#fff}}.home header:not(.minimized) .extra-menu-item .mini-cart-counter{background:#fff;color:#1f1f1f}.home header:not(.minimized) .icon-bag2:before,.home header:not(.minimized) .icon-heart:before,.home header:not(.minimized) .icon-user:before{-webkit-filter:invert(1);filter:invert(1)}.home header.minimized .primary-nav ul li.current-menu-item a,.home header.minimized .primary-nav ul li.menu-item a{color:#3e3e3e}header.minimized{border-bottom:1px solid #aeaeae}.page-header:before{background:#000;bottom:0;content:"";left:0;opacity:.2;position:absolute;right:0;top:0;z-index:-1}.page-header h2:after{bottom:40px;content:url(../img/double-arrow-right.svg);left:0;position:absolute;right:0;-webkit-transform:rotate(90deg);transform:rotate(90deg)}.page-header h1,.page-header h2{color:#fff;font-size:40px!important;font-weight:700!important}.page-header p{color:#fff!important;font-size:20px;font-weight:300}.single-product .page-header h2{display:none}.single-product .page-header .breadcrumbs li{color:#000}.single-product .page-header .breadcrumbs li:last-child{color:#898989;font-size:16px;font-weight:300}.single-product .page-header .breadcrumbs li a{color:#000;font-size:16px;font-weight:300}#un-header-minimized{max-height:120px}.simple-page{overflow:initial;padding:0!important}@media screen and (max-width:1200px){.simple-page .row{flex-direction:column}}.simple-page--content{padding:100px 60px}@media screen and (max-width:1200px){.simple-page--content{padding:25px 25px 40px;width:100%}}.simple-page--content div.wpb_wrapper h2{font-size:20px;margin-bottom:35px;position:relative}.simple-page--content div.wpb_wrapper h2:after,.simple-page--content div.wpb_wrapper h2:before{background:#000;content:"";display:block;height:1px;left:0;position:absolute;right:0}.simple-page--content div.wpb_wrapper h2:before{bottom:-10px;width:156px}.simple-page--content div.wpb_wrapper h2:after{bottom:-14px;left:22px;width:64px}.simple-page--content div.wpb_wrapper a,.simple-page--content div.wpb_wrapper div,.simple-page--content div.wpb_wrapper li,.simple-page--content div.wpb_wrapper p{font-size:18px;font-weight:300;line-height:26px}.simple-page--content ul{list-style:initial;padding-left:40px}.cross-sells ul.products{display:grid;grid-template-columns:1fr 1fr 1fr}@media screen and (max-width:576px){.cross-sells ul.products{grid-template-columns:1fr}}.cross-sells ul.products:before{content:none}.cross-sells ul.products li.product{width:100%}.woocommerce .quantity .qty{font-family:Roboto,"sans-serif";padding:13px 0;width:40px}.yith-wcwl-add-to-wishlist a.add_to_wishlist:before{content:none}.yith-wcwl-add-to-wishlist a.add_to_wishlist>img{max-width:15px}.yith-wcwl-add-to-wishlist a.add_to_wishlist>span{font-weight:400;text-decoration:underline}.woocommerce #reviews{display:flex;flex-direction:row-reverse}@media screen and (max-width:992px){.woocommerce #reviews{flex-direction:column}}.woocommerce #reviews #comments{margin-left:30px;width:100%}@media screen and (max-width:992px){.woocommerce #reviews #comments{margin-left:0}}.woocommerce #reviews #comments .woocommerce-Reviews-title{display:none}.woocommerce #reviews #comments ol.commentlist li{background-color:#f8f8f8;border-bottom:none;margin:0 0 20px;padding:30px 45px}.woocommerce #reviews #comments ol.commentlist li img.avatar{display:none}.woocommerce #reviews #comments ol.commentlist li .comment-text{display:flex;flex-direction:column;margin:0}.woocommerce #reviews #comments ol.commentlist li .comment-text .meta{margin:0 0 7px;order:1}.woocommerce #reviews #comments ol.commentlist li .comment-text .meta .woocommerce-review__author{color:#212121;font-family:Mont,"sans-serif";font-size:16px;font-weight:400}.woocommerce #reviews #comments ol.commentlist li .comment-text .star-rating{font-size:18px;order:2;width:72px}.woocommerce #reviews #comments ol.commentlist li .comment-text .description{margin-top:15px;order:3}.woocommerce #reviews #comments ol.commentlist li .woocommerce-review__dash,.woocommerce #reviews #comments ol.commentlist li .woocommerce-review__published-date{display:none}.woocommerce #reviews #review_form_wrapper{margin-right:30px;width:100%}@media screen and (max-width:992px){.woocommerce #reviews #review_form_wrapper{margin-right:0}}.woocommerce #reviews #review_form_wrapper #review_form .comment-reply-title{float:left;font-family:Mont,"sans-serif";font-size:18px;margin:0 20px 0 15px}@media screen and (max-width:576px){.woocommerce #reviews #review_form_wrapper #review_form .comment-reply-title{font-size:16px;margin:0 10px 0 0}}.woocommerce #reviews #review_form_wrapper #review_form .comment-form-rating label,.woocommerce #reviews #review_form_wrapper #review_form label[for=author],.woocommerce #reviews #review_form_wrapper #review_form label[for=comment],.woocommerce #reviews #review_form_wrapper #review_form label[for=email]{display:none}.woocommerce #reviews #review_form_wrapper #review_form .comment-form-rating .stars a{color:#212121}@media screen and (max-width:576px){.woocommerce #reviews #review_form_wrapper #review_form .comment-form-rating .stars a{margin-right:0}}.woocommerce #reviews #review_form_wrapper #review_form .comment-notes{display:none}.woocommerce #reviews #review_form_wrapper #review_form input[type=email],.woocommerce #reviews #review_form_wrapper #review_form input[type=text],.woocommerce #reviews #review_form_wrapper #review_form textarea{border:1px solid #c4c4c4;color:#070707}.woocommerce #reviews #review_form_wrapper #review_form input[type=email]:focus,.woocommerce #reviews #review_form_wrapper #review_form input[type=text]:focus,.woocommerce #reviews #review_form_wrapper #review_form textarea:focus{border:1px solid #070707}.woocommerce #reviews #review_form_wrapper #review_form #wp-comment-cookies-consent{float:left}.woocommerce #reviews #review_form_wrapper #review_form .comment-form-cookies-consent label{cursor:pointer;font-size:14px;margin-bottom:0}.woocommerce #reviews #review_form_wrapper #review_form input[type=submit]{background-color:#262626;font-family:Roboto,"sans-serif";font-weight:300}.woocommerce #reviews #review_form_wrapper #review_form input[type=submit]:hover{background-color:#414141}.product-labels{display:grid;grid-template-columns:1fr 1fr;margin-top:10px}.product-labels .product-label{align-items:center;display:flex;padding:10px 0}.product-labels .product-label__title{color:#7b7b7b;font-family:Mont,"sans-serif";margin-left:10px}@media screen and (max-width:576px){.product-labels .product-label__title{margin-left:0}}.product-labels .product-label img{max-width:50px}.woocommerce ul.products.products-slider{margin:0}.woocommerce ul.products.products-slider li.product{clear:none!important}.woocommerce .products-slider__content{margin-bottom:50px}.woocommerce .products-slider__text{margin:auto;max-width:450px}.woocommerce .products-slider__container{margin-left:-15px;margin-right:-15px}.woocommerce .products-slider__wrapper{margin-bottom:75px;padding-left:15px;padding-right:15px;position:relative}.woocommerce .products-slider__controls{display:flex;justify-content:center}.woocommerce .products-slider__control--next,.woocommerce .products-slider__control--prev{cursor:pointer;position:absolute;top:calc(50% - 50px);-webkit-transform:translateY(-50%);transform:translateY(-50%)}@media screen and (max-width:768px){.woocommerce .products-slider__control--next,.woocommerce .products-slider__control--prev{margin:10px;position:static;-webkit-transform:none;transform:none}}.woocommerce .products-slider__control--prev{left:0;-webkit-transform:translateX(-75%);transform:translateX(-75%)}@media screen and (max-width:768px){.woocommerce .products-slider__control--prev{-webkit-transform:none;transform:none}}.woocommerce .products-slider__control--next{right:0;-webkit-transform:translatex(75%);transform:translatex(75%)}@media screen and (max-width:576px){.woocommerce .products-slider__control--next{-webkit-transform:none;transform:none}}.woocommerce .products-slider .price del .amount,.woocommerce .products-slider .price del .amount bdi,.woocommerce .products-slider .price del .amount bdi .woocommerce-Price-currencySymbol{color:#3a3a3a}.woocommerce ul.products li.product .ribbon{border-radius:0;font-family:Mont,"sans-serif";font-weight:400;left:20px;right:unset;top:20px}.woocommerce ul.products li.product .ribbon.onsale{background-color:#225b14}.woocommerce ul.products li.product .ribbon.newness{background-color:#fff700;color:#000}.woocommerce table.shop_table.cart thead{display:none}.woocommerce table.shop_table.cart tbody tr td{vertical-align:middle}.woocommerce table.shop_table.cart tbody tr td.product-thumbnail{padding:20px 0}.woocommerce table.shop_table.cart tbody tr td.product-remove{position:relative;text-align:right}.woocommerce table.shop_table.cart tbody tr td.product-remove a{position:absolute;right:10px;top:40px}.woocommerce table.shop_table.cart tbody tr td.product-remove i{font-size:10px}.woocommerce table.shop_table.cart tbody tr td.product-name a{font-family:Mont,"sans-serif";font-size:18px;line-height:26px}.woocommerce table.shop_table.cart tbody tr td.product-name .woocommerce-Price-amount{color:#6b6b6b;display:block}.woocommerce table.shop_table.cart tbody tr td.product-name .product-sku{color:#6b6b6b}.woocommerce table.shop_table.cart tbody tr td.product-quantity .quantity{background:hsla(0,0%,86%,.3);border:1px solid hsla(0,0%,80%,.3);display:inline-block;margin-left:10px;width:80px}.woocommerce table.shop_table.cart tbody tr td.product-quantity .qty{font-weight:300;margin-left:20px;margin-right:20px;padding:5px 0}.woocommerce table.shop_table.cart img{width:120px}.woocommerce-cart .woocommerce .cart-collaterals h2{border-bottom:1px solid #c4c4c4;padding-bottom:10px}.woocommerce-cart .woocommerce .cart-collaterals .cart_totals table.shop_table{background:none;border:none;padding:0}.woocommerce-cart .woocommerce .cart-collaterals .cart_totals table.shop_table .shipping-title,.woocommerce-cart .woocommerce .cart-collaterals .cart_totals table.shop_table th{font-family:Mont,"sans-serif";font-size:16px}.woocommerce-cart .woocommerce .cart-collaterals .cart_totals table.shop_table .woocommerce-shipping-destination{display:none}.checkout-steps{border-bottom:1px solid #c4c4c4;margin-bottom:30px;padding-bottom:30px}.checkout-steps__item{display:inline-block;font-size:16px;margin-right:40px}@media screen and (max-width:576px){.checkout-steps__item{margin-right:20px}}.checkout-steps__item--completed{color:#000}.checkout-steps__item:first-of-type .checkout-steps--circle:before{background:#fff;content:"";display:block;height:20px;left:-21px;position:absolute;top:-5px;width:20px;z-index:2}@media screen and (max-width:576px){.checkout-steps__item:first-of-type .checkout-steps--circle:before{left:-41px;width:40px}.checkout-steps__item span{font-size:12px}}.checkout-steps--circle{background:#fff;border:1px solid #c4c4c4;border-radius:50%;display:block;height:12px;margin:0 auto 10px;position:relative;width:12px}.checkout-steps--circle:before{background:#c4c4c4;content:"";height:1px;position:absolute;right:0;top:5px;width:160px;z-index:-1}@media screen and (max-width:576px){.checkout-steps--circle:before{width:120px}}.checkout-steps--circle:after{background:#c4c4c4;border-radius:50%;content:"";height:6px;left:2px;position:absolute;top:2px;width:6px}.checkout-steps--circle--completed{border:1px solid #666}.checkout-steps--circle--completed:after,.checkout-steps--circle--completed:before{background:#666}div.woocs-style-1-dropdown{display:none}.woocommerce div.woocs-style-1-dropdown{align-items:center;border:0;box-shadow:none;display:inline-flex;margin-left:15px;width:80px!important}.woocommerce div.woocs-style-1-dropdown .woocs-style-1-dropdown-menu{box-shadow:none;top:30px}.woocommerce div.woocs-style-1-dropdown .woocs-style-1-dropdown-menu li{font-size:14px}.woocommerce div.woocs-style-1-dropdown .woocs-style-1-select>i{margin-left:5px;margin-top:-3px!important}body.woocommerce-account.woocommerce-page .woocommerce-Addresses{margin:0;padding:60px 20px}@media screen and (max-width:992px){body.woocommerce-account.woocommerce-page .woocommerce-Addresses{padding:25px 15px}}body.woocommerce-account.woocommerce-page .woocommerce-Addresses h2{color:#131313;font-size:16px;margin-bottom:0}body.woocommerce-account.woocommerce-page .woocommerce-Addresses p{color:#6b6b6b;font-family:Mont,"sans-serif";font-size:12px}body.woocommerce-account.woocommerce-page .woocommerce-Addresses .woocommerce-Address{padding-left:0;width:100%}@media screen and (max-width:992px){body.woocommerce-account.woocommerce-page .woocommerce-Addresses .woocommerce-Address{margin-bottom:40px}}body.woocommerce-account.woocommerce-page .woocommerce-Addresses .woocommerce-Address .woocommerce-Address-content{align-items:center;border-bottom:1px solid #c4c4c4;display:flex;justify-content:space-between}body.woocommerce-account.woocommerce-page .woocommerce-Addresses .woocommerce-Address .woocommerce-Address-content:before{content:none}body.woocommerce-account.woocommerce-page .woocommerce-Addresses .woocommerce-Address .woocommerce-Address-content h3{margin:0}body.woocommerce-account.woocommerce-page .woocommerce-Addresses .woocommerce-Address .woocommerce-Address-content .title{align-items:center;display:flex}body.woocommerce-account.woocommerce-page .woocommerce-Addresses .woocommerce-Address .woocommerce-Address-content .title h3{color:#6b6b6b;display:inline-block;font-size:12px;width:150px}@media screen and (max-width:576px){body.woocommerce-account.woocommerce-page .woocommerce-Addresses .woocommerce-Address .woocommerce-Address-content .title h3{width:120px}}body.woocommerce-account.woocommerce-page .woocommerce-Addresses .woocommerce-Address .woocommerce-Address-content .title address{color:#393939;font-size:12px;font-weight:600}body.woocommerce-account.woocommerce-page .woocommerce-Addresses .woocommerce-Address .woocommerce-Address-content .edit{color:#393939;font-size:12px;text-decoration:underline}body.woocommerce-account.woocommerce-page .woocommerce-Addresses .billing-form,body.woocommerce-account.woocommerce-page .woocommerce-Addresses .shipping-form{display:none}body.woocommerce-account.woocommerce-page .woocommerce-Addresses .address-form{padding:40px 0}body.woocommerce-account.woocommerce-page .woocommerce-Addresses .address-form h3{display:none}body.woocommerce-account.woocommerce-page .woocommerce-Addresses .address-form input{text-align:left}body.woocommerce-account.woocommerce-page .woocommerce-Addresses .address-form select{font-size:16px;width:100%}body.woocommerce-account.woocommerce-page .woocommerce-Addresses .address-form #billing_address_1_field,body.woocommerce-account.woocommerce-page .woocommerce-Addresses .address-form #billing_postcode_field,body.woocommerce-account.woocommerce-page .woocommerce-Addresses .address-form #shipping_address_1_field,body.woocommerce-account.woocommerce-page .woocommerce-Addresses .address-form #shipping_state_field,body.woocommerce-account.woocommerce-page .woocommerce-Addresses .address-form .form-row-first{float:left;margin-right:10px;width:48%}@media screen and (max-width:1200px){body.woocommerce-account.woocommerce-page .woocommerce-Addresses .address-form #billing_address_1_field,body.woocommerce-account.woocommerce-page .woocommerce-Addresses .address-form #billing_postcode_field,body.woocommerce-account.woocommerce-page .woocommerce-Addresses .address-form #shipping_address_1_field,body.woocommerce-account.woocommerce-page .woocommerce-Addresses .address-form #shipping_state_field,body.woocommerce-account.woocommerce-page .woocommerce-Addresses .address-form .form-row-first{float:none;margin-right:0;width:100%}}body.woocommerce-account.woocommerce-page .woocommerce-Addresses .address-form #billing_city_field,body.woocommerce-account.woocommerce-page .woocommerce-Addresses .address-form #billing_phone_field,body.woocommerce-account.woocommerce-page .woocommerce-Addresses .address-form #shipping_city_field,body.woocommerce-account.woocommerce-page .woocommerce-Addresses .address-form #shipping_postcode_field,body.woocommerce-account.woocommerce-page .woocommerce-Addresses .address-form .form-row-last{float:right;margin-left:10px;width:48%}@media screen and (max-width:1200px){body.woocommerce-account.woocommerce-page .woocommerce-Addresses .address-form #billing_city_field,body.woocommerce-account.woocommerce-page .woocommerce-Addresses .address-form #billing_phone_field,body.woocommerce-account.woocommerce-page .woocommerce-Addresses .address-form #shipping_city_field,body.woocommerce-account.woocommerce-page .woocommerce-Addresses .address-form #shipping_postcode_field,body.woocommerce-account.woocommerce-page .woocommerce-Addresses .address-form .form-row-last{float:none;margin-left:0;width:100%}}body.woocommerce-account.woocommerce-page .woocommerce-Addresses .address-form #billing_country_field,body.woocommerce-account.woocommerce-page .woocommerce-Addresses .address-form #billing_email_field,body.woocommerce-account.woocommerce-page .woocommerce-Addresses .address-form #billing_state_field,body.woocommerce-account.woocommerce-page .woocommerce-Addresses .address-form #shipping_country_field,body.woocommerce-account.woocommerce-page .woocommerce-Addresses .address-form #shipping_email_field,body.woocommerce-account.woocommerce-page .woocommerce-Addresses .address-form #shipping_state_field{clear:both}body.woocommerce-account.woocommerce-page .woocommerce-Addresses .address-form #shipping_postcode_field{clear:inherit}body.woocommerce-account.woocommerce-page .woocommerce-Addresses button[type=submit]{background:#262626;color:#fff}@media screen and (max-width:576px){body.woocommerce-account.woocommerce-page .woocommerce-Addresses button[type=submit]{display:block;width:100%}}body.woocommerce-account.woocommerce-page .woocommerce-Addresses button[type=submit]:hover{background:#414141}body.woocommerce-account.woocommerce-page .woocommerce-Addresses .woocommerce-address-fields p:last-child{clear:both}body.woocommerce-account.woocommerce-page .account-overview{padding:60px 20px}body.woocommerce-account.woocommerce-page .account-overview h2{color:#131313;font-size:16px}body.woocommerce-account.woocommerce-page .account-overview .account-overview__item{border-bottom:1px solid #c4c4c4;display:flex;justify-content:space-between;padding:10px 0}body.woocommerce-account.woocommerce-page .account-overview .content{display:flex}body.woocommerce-account.woocommerce-page .account-overview span.key{color:#6b6b6b;font-family:Mont,"sans-serif";font-size:12px;width:150px}@media screen and (max-width:576px){body.woocommerce-account.woocommerce-page .account-overview span.key{width:120px}}body.woocommerce-account.woocommerce-page .account-overview span.value{color:#393939;font-size:12px;font-weight:600}body.woocommerce-account.woocommerce-page .account-overview .edit{color:#393939;font-size:12px;text-decoration:underline}body.woocommerce-account.woocommerce-page .woocommerce-orders-table tbody tr:last-child td{border-bottom:none}body.woocommerce-account.woocommerce-page .woocommerce-orders-table td{color:#6b6b6b;font-family:Mont,"sans-serif";font-size:14px;vertical-align:middle}body.woocommerce-account.woocommerce-page .woocommerce-orders-table td a{color:#6b6b6b;font-family:Mont,"sans-serif";font-size:14px}body.woocommerce-account.woocommerce-page .woocommerce-orders-table td a.cancel,body.woocommerce-account.woocommerce-page .woocommerce-orders-table td a.pay,body.woocommerce-account.woocommerce-page .woocommerce-orders-table td a.view{background:transparent;color:#393939;font-family:Roboto,"sans-serif";font-size:12px;font-weight:300;padding:0 10px;text-decoration:underline}body.woocommerce-account.woocommerce-page .woocommerce-orders-table td .amount{color:#000;font-size:16px;font-weight:600}body.woocommerce-account.woocommerce-page .woocommerce-orders-table th span{font-family:Mont,"sans-serif";font-size:12px}body.woocommerce-account.woocommerce-page .woocommerce-orders-table .woocommerce-orders-table__cell-order-status .status{border:1px solid #d69a00;border-radius:3px;color:#d69a00;display:inline;font-family:Roboto,"sans-serif";font-weight:300;padding:7px 15px}body.woocommerce-account.woocommerce-page .woocommerce-orders-table .woocommerce-orders-table__row--status-completed .woocommerce-orders-table__cell-order-status .status{border:1px solid #225b14;color:#225b14}body.woocommerce-account.woocommerce-page .woocommerce-orders-table .woocommerce-orders-table__row--status-cancelled .woocommerce-orders-table__cell-order-status .status,body.woocommerce-account.woocommerce-page .woocommerce-orders-table .woocommerce-orders-table__row--status-failed .woocommerce-orders-table__cell-order-status .status{border:1px solid #ff451c;color:#ff451c}@media screen and (max-width:576px){body.woocommerce-account.woocommerce-page .woocommerce-orders-table td.woocommerce-orders-table__cell-order-number,body.woocommerce-account.woocommerce-page .woocommerce-orders-table th.woocommerce-orders-table__header-order-number{display:none}}body.woocommerce-account.woocommerce-page .orders-title{color:#131313;font-size:16px;margin-top:60px}body.woocommerce-account.woocommerce-page .orders-history-description{color:#6b6b6b;font-family:Mont,"sans-serif";font-size:12px}body.woocommerce-account.woocommerce-page .profile-details{padding:70px 140px 70px 10px}@media screen and (max-width:768px){body.woocommerce-account.woocommerce-page .profile-details{padding:30px 15px}}body.woocommerce-account.woocommerce-page .profile-details h3{color:#131313;font-size:16px}body.woocommerce-account.woocommerce-page .profile-details ul li{border-bottom:1px solid #c4c4c4;margin:0;padding:8px 0}body.woocommerce-account.woocommerce-page .profile-details ul span.key{color:#6b6b6b;display:inline-block;font-family:Mont,"sans-serif";font-size:12px;width:180px}body.woocommerce-account.woocommerce-page .profile-details ul span.value{color:#393939;font-size:12px;font-weight:600}body.woocommerce-account.woocommerce-page .profile-details .action{margin-top:35px;text-align:right}@media screen and (max-width:576px){body.woocommerce-account.woocommerce-page .profile-details .action{text-align:center}}body.woocommerce-account.woocommerce-page .profile-details .action .edit-profile{background:#262626;color:#fff;padding:8px 40px}@media screen and (max-width:576px){body.woocommerce-account.woocommerce-page .profile-details .action .edit-profile{display:block;width:100%}}body.woocommerce-account.woocommerce-page .profile-details .action .edit-profile:hover{background:#414141}body.woocommerce-account.woocommerce-page .woocommerce-EditAccountForm{display:none;padding:60px 20px}body.woocommerce-account.woocommerce-page .woocommerce-EditAccountForm input.input-text{text-align:left}body.woocommerce-account.woocommerce-page .woocommerce-EditAccountForm .form-row-first{float:left;margin-right:10px;width:48%}@media screen and (max-width:992px){body.woocommerce-account.woocommerce-page .woocommerce-EditAccountForm .form-row-first{float:none;margin-right:0;width:100%}}body.woocommerce-account.woocommerce-page .woocommerce-EditAccountForm .form-row-last{float:right;margin-left:10px;width:48%}@media screen and (max-width:992px){body.woocommerce-account.woocommerce-page .woocommerce-EditAccountForm .form-row-last{float:none;margin-left:0;width:100%}}body.woocommerce-account.woocommerce-page .woocommerce-EditAccountForm span em{display:none}body.woocommerce-account.woocommerce-page .woocommerce-EditAccountForm button[type=submit]{background:#262626;color:#fff}@media screen and (max-width:576px){body.woocommerce-account.woocommerce-page .woocommerce-EditAccountForm button[type=submit]{display:block;width:100%}}body.woocommerce-account.woocommerce-page .woocommerce-EditAccountForm button[type=submit]:hover{background:#414141}body.woocommerce-account.woocommerce-page ul{list-style:none}body.woocommerce-account.woocommerce-page #content{background:#fff;background:linear-gradient(90deg,#fafafa,#fafafa calc(-210.6px + 50%),#fff 0,#fff);padding:30px 0 80px}@media screen and (max-width:1200px){body.woocommerce-account.woocommerce-page #content{background:linear-gradient(90deg,#fafafa,#fafafa calc(-210.6px + 50%),#fff 0,#fff)}}@media screen and (max-width:992px){body.woocommerce-account.woocommerce-page #content{background:#fff;padding:0}}body.woocommerce-account.woocommerce-page .col-left{padding:0}body.woocommerce-account.woocommerce-page .page-breadcrumbs{display:none}body.woocommerce-account.woocommerce-page .page-header{background:#f6f6f6;padding:22px}body.woocommerce-account.woocommerce-page .page-header:after{content:none}body.woocommerce-account.woocommerce-page .page-header h2{color:#212121;font-size:30px;margin:0}body.woocommerce-account.woocommerce-page .woocommerce-MyAccount-navigation{background:#fafafa;margin-bottom:0}body.woocommerce-account.woocommerce-page .woocommerce-MyAccount-navigation .username{padding-left:25px;text-align:left}body.woocommerce-account.woocommerce-page .woocommerce-MyAccount-navigation .username .m-title{border-bottom:1px solid #c4c4c4;color:#131313;display:block;font-family:Mont,"sans-serif";font-size:20px;padding-bottom:25px}body.woocommerce-account.woocommerce-page .woocommerce-MyAccount-navigation .username__wrapper{padding:35px 15px 15px}body.woocommerce-account.woocommerce-page .woocommerce-MyAccount-navigation ul{display:flex;flex-direction:column;margin:25px 0 0;padding:0 15px 30px;text-align:left}body.woocommerce-account.woocommerce-page .woocommerce-MyAccount-navigation ul li{margin-bottom:25px}@media screen and (max-width:992px){body.woocommerce-account.woocommerce-page .woocommerce-MyAccount-navigation ul li{padding-left:25px}}body.woocommerce-account.woocommerce-page .woocommerce-MyAccount-navigation ul li a{color:#131313;font-family:Mont,"sans-serif";font-size:16px}body.woocommerce-account.woocommerce-page .woocommerce-MyAccount-navigation ul li.is-active{border-left:5px solid #313131}body.woocommerce-account.woocommerce-page .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a{color:#a7a7a7}body.woocommerce-account.woocommerce-page .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link p{color:#6b6b6b;font-family:Mont,"sans-serif";font-size:12px;margin:5px 0 0}body.woocommerce-account.woocommerce-page .woocommerce-message{margin:40px 40px 40px 10px}@media screen and (max-width:768px){body.woocommerce-account.woocommerce-page .woocommerce-message{margin:15px}}body.woocommerce-account.woocommerce-page .woocommerce-form-login__submit{margin-bottom:20px}.woocommerce-view-order .woocommerce-column--shipping-address{margin-top:25px;padding-left:15px}.woocommerce-view-order .woocommerce-column--shipping-address address{border:0;color:#393939;padding:0}.woocommerce div.product .product-thumbnails .thumbnails .slick-slide{border-top:2px solid transparent;margin:15px 0;opacity:1;padding:0}.woocommerce div.product .product-thumbnails .thumbnails .slick-slide:focus{border-top:2px solid #000}.woocommerce div.product .product-thumbnails .thumbnails .slick-slide.video-thumb:before{content:url(../img/play.svg);top:53%}.woocommerce div.product .product-thumbnails .thumbnails .slick-current{border-top:2px solid #000}.woocommerce div.product .unero-single-product-detail{background:#fff;margin-bottom:0;padding-bottom:40px;padding-top:60px}.woocommerce div.product .single-product__categories a{color:#909090;font-size:12px;font-weight:700}.woocommerce div.product .product_title{color:#131313;font-family:Mont,"sans-serif"}.woocommerce div.product .star-rating span:before{color:#303030}.woocommerce div.product div.images img{height:595px;object-fit:cover}@media screen and (max-width:576px){.woocommerce div.product div.images img{height:400px}}.woocommerce div.product .woocommerce-product-rating a.woocommerce-review-link{color:#393939;text-decoration:underline}.woocommerce div.product .woocommerce-product-rating a.woocommerce-review-link:hover{color:#000}.woocommerce div.product p.price{color:#000;margin:20px 0}.woocommerce div.product p.price bdi{font-family:Mont,"sans-serif"}.woocommerce div.product p.price del{color:#3a3a3a;font-size:16px}.woocommerce div.product p.price ins{color:#000;font-size:20px}.woocommerce div.product .sku_wrapper,.woocommerce div.product .sku_wrapper .sku{color:#393939}.woocommerce div.product p.stock{display:none}.woocommerce div.product .yith-wcwl-add-button span{color:#393939}.woocommerce div.product .yith-wcwl-add-button span:hover{color:#000}@media screen and (max-width:992px){.woocommerce div.product form.cart{align-items:baseline;display:flex}}.woocommerce div.product form.cart div.quantity{background-color:#f7f8f9;border:1px solid #3d3d3d;max-width:73px;padding:0 15px}.woocommerce div.product form.cart div.quantity .decrease{font-size:13px;left:5px}.woocommerce div.product form.cart div.quantity .increase{font-size:13px;right:5px}.woocommerce div.product form.cart button[type=submit]{max-width:157px}@media screen and (max-width:1200px){.woocommerce div.product form.cart button[type=submit]{margin-left:10px}}.woocommerce div.product div.summary .single_add_to_cart_button{background-color:#262626;font-family:Roboto,"sans-serif";font-weight:300;min-width:150px}.woocommerce div.product div.summary .single_add_to_cart_button:hover{background-color:#414141}.woocommerce div.product div.summary .yith-wcwl-add-to-wishlist{line-height:44px;padding:0 15px}@media screen and (max-width:992px){.woocommerce div.product div.summary .yith-wcwl-add-to-wishlist{display:block;margin-bottom:0;margin-left:15px}}@media screen and (max-width:768px){.woocommerce div.product div.summary .yith-wcwl-add-to-wishlist{padding:0}}.woocommerce div.product div.summary .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:before{content:none}.woocommerce div.product div.summary .out-of-stock{display:none}.woocommerce div.product .woo-short-description{margin-bottom:0}.woocommerce div.product .woo-short-description p{font-size:14px}.woocommerce div.product .product_meta{border:none;margin:15px 0;padding:0;text-align:left}.woocommerce div.product .product_meta>span{color:#000;font-weight:400;padding:0}.woocommerce div.product .woocommerce-tabs ul.tabs li{padding:15px}.woocommerce div.product .woocommerce-tabs ul.tabs li a{color:#212121;font-family:Mont,"sans-serif";padding-bottom:5px}.woocommerce div.product .woocommerce-tabs ul.tabs li.active a{border-bottom:1px solid #000;color:#212121;position:relative}.woocommerce div.product .woocommerce-tabs .panel{margin:0 0 75px}@media screen and (max-width:576px){.woocommerce div.product .woocommerce-tabs .panel{margin:0 0 35px}}.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel--description .row{align-items:baseline}@media screen and (max-width:576px){.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel--description .row .wpb_column:last-child{margin-top:20px}}.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel--description ul{list-style-type:inherit}.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel--description ul li{font-family:Roboto,"sans-serif"}.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel--description a,.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel--description li,.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel--description p,.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel--description span{font-size:14px}.woocommerce div.product section.related.products>h2{color:#212121;font-family:Mont,"sans-serif";font-size:30px}.woocommerce div.product section.related.products .price ins{font-size:16px}.woocommerce div.product .free-delivery{font-family:Roboto,sans-serif;font-size:16px}.woocommerce div.product.product-type-variable form.cart .tawcvs-swatches .swatch-image{font-size:0;line-height:0}.woocommerce div.product.product-type-variable form.cart .tawcvs-swatches .swatch-image img{height:50px;opacity:1;width:50px}.woocommerce div.product.product-type-variable form.cart .tawcvs-swatches .swatch__tooltip{line-height:18px}.woocommerce div.product.product-type-variable form.cart .swatch-item-wrapper .swatch{border-radius:50%!important;height:50px;width:50px}.woocommerce div.product.product-type-variable form.cart .swatch-item-wrapper .swatch:before{border:0}.woocommerce div.product.product-type-variable form.cart .swatch-item-wrapper .swatch.selected:before{border:1px solid #ddd}.woocommerce div.product .entry-summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before{content:""!important;font-family:Linearicons!important}.single-product .site-header,.single-product.sticky-header .site-header{background:#fff}.single-product .page-header{background-color:#f6f6f6;padding:10px 0 20px!important;z-index:auto}@media screen and (max-width:768px){.single-product .page-header .page-breadcrumbs{left:10px;top:10px}}.single-product .page-header .breadcrumbs li:after,.single-product .page-header .breadcrumbs span{color:#000}.single-product .un-header-minimized{background-color:initial}.single-product .page-header h1{color:#000}.single-product table.variations tr{display:flex;flex-direction:column}.single-product table.variations .swatch-image{transition:none}.single-product table.variations .swatch-image img{border-radius:50%;margin-bottom:0!important;transition:none}.single-product table.variations .swatch-image.selected{border-radius:50%!important}.single-product .video-wrapper.slick-slide .rll-youtube-player,.single-product .video-wrapper.slick-slide iframe{height:595px;width:100%}@media screen and (max-width:576px){.single-product .video-wrapper.slick-slide .rll-youtube-player,.single-product .video-wrapper.slick-slide iframe{height:400px}}.woocommerce .sub-categories{display:flex;padding-bottom:100px}@media screen and (max-width:992px){.woocommerce .sub-categories{grid-gap:10px;display:grid;grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:576px){.woocommerce .sub-categories{grid-gap:0;grid-template-columns:repeat(1,1fr)}}.woocommerce .sub-categories .sub-category{flex-basis:100%;flex-grow:0;height:250px;margin-right:20px;position:relative}.woocommerce .sub-categories .sub-category:last-of-type{margin-right:0}@media screen and (max-width:992px){.woocommerce .sub-categories .sub-category{margin-right:0}}@media screen and (max-width:576px){.woocommerce .sub-categories .sub-category{margin-bottom:20px;margin-right:0}}.woocommerce .sub-categories a{color:#fff;height:100%}.woocommerce .sub-categories img{height:100%;object-fit:cover}.woocommerce .sub-categories h3{bottom:20px;color:#fff;left:20px;margin:0;position:absolute}.woocommerce .shop-toolbar{margin-bottom:15px}.woocommerce .shop-toolbar .product-found{color:#393939;font-family:Roboto,"sans-serif";font-size:14px;font-weight:300}.woocommerce .shop-toolbar .woocommerce-ordering{font-family:Mont,"sans-serif";font-size:18px}.woocommerce .shop-toolbar .woocommerce-ordering .current{min-width:100px;text-align:left}.woocommerce .archive-description{margin-bottom:20px}.woocommerce .archive-description__title{margin-top:0}.woocommerce .archive-description__content{font-family:Roboto,"sans-serif";font-size:14px;font-weight:300;margin:auto}.woocommerce .un-product-details a.button{display:none!important}.woocommerce ul.products li.product .un-product-title{display:inline-block;float:left;font-family:Mont,"sans-serif";font-size:16px;font-weight:400;width:78%}.woocommerce ul.products li.product .star-rating span:before{color:#393939}.woocommerce ul.products li.product .price{clear:both;color:#000;font-family:Mont,"sans-serif";font-size:16px;font-weight:500}.woocommerce ul.products li.product .price .amount,.woocommerce ul.products li.product .price bdi,.woocommerce ul.products li.product .price del,.woocommerce ul.products li.product .price del span{color:#000}.woocommerce ul.products li.product .price del{font-size:14px}.woocommerce ul.products li.product .yith-wcwl-add-to-wishlist a:before{content:""!important;font-family:Linearicons!important}.woocommerce ul.products-slider li.product{margin-bottom:0}.woocommerce .subscribe{margin-top:25px}.woocommerce .subscribe__form{margin-top:20px}.woocommerce.product-grid-layout-2:not(.shop-view-list) ul.products li.product .product-inner .footer-button a.button{color:#000;display:inline-block;height:47px;position:relative;-webkit-transform:translateX(0);transform:translateX(0);transition:-webkit-transform .5s;transition:transform .5s;transition:transform .5s,-webkit-transform .5s;transition-delay:.2s;width:47px}.post-type-archive-product .archive-description{display:none}.woocommerce.product-grid-layout-2 .archive-description__title{margin-bottom:35px}@media screen and (max-width:768px){.image-hover{display:none!important}}body.woocommerce-cart #content,body.woocommerce-cart #masthead{background:#fff;background:linear-gradient(90deg,#fff,#fff calc(202.2px + 50%),#fafafa 0,#fafafa)}@media screen and (max-width:1200px){body.woocommerce-cart #content,body.woocommerce-cart #masthead{background:linear-gradient(90deg,#fff,#fff calc(170.2px + 50%),#fafafa 0,#fafafa)}}@media screen and (max-width:992px){body.woocommerce-cart #content,body.woocommerce-cart #masthead{background:#fff}}body.woocommerce-cart a.button.checkout-button{font-weight:300}.woocommerce-cart #content{padding-top:35px}.woocommerce-cart .page-header{display:none}.woocommerce-cart .cart-title{margin-bottom:0}.woocommerce-cart .coupon{display:none}.woocommerce-cart .cross-sells ul.products li.product .footer-buttons{opacity:1;position:unset;right:unset}.woocommerce-cart .cross-sells ul.products li.product .add_to_cart_button{height:auto;-webkit-transform:none;transform:none;width:auto}.woocommerce-cart .cross-sells ul.products li.product .add_to_cart_button a{position:unset}.woocommerce-cart .cross-sells ul.products li.product .yith-wcwl-add-button a{float:none;height:auto;overflow:visible;width:auto}.widget-cart-header a.close-canvas-panel:hover{text-decoration:none}#cart-panel .widget-canvas-content{padding-left:30px;padding-right:30px}#cart-panel .cart_list .mini_cart_item{align-items:center;display:flex}#cart-panel .cart_list .mini_cart_item .un-mini-cart-thumbnail{width:90px}#cart-panel .cart_list .mini_cart_item .un-mini-cart-content{font-size:14px;line-height:20px;padding-left:20px}#cart-panel .cart_list .mini_cart_item .un-mini-cart-content a{font-family:Mont,"sans-serif";font-size:16px;line-height:24px}#cart-panel .cart_list .mini_cart_item .amount{color:#393939;font-weight:700}#cart-panel .un-cart-panel-footer{left:30px;right:30px}#cart-panel .un-cart-panel-footer .total{margin-bottom:30px;padding-top:30px}#cart-panel .un-cart-panel-footer .total strong{font-family:Mont,"sans-serif";font-size:16px}#cart-panel .un-cart-panel-footer .total .amount{color:#393939;font-family:Mont,"sans-serif";font-size:18px;font-weight:700}#cart-panel .un-cart-panel-footer .buttons{display:flex}@media screen and (max-width:576px){#cart-panel .un-cart-panel-footer .buttons{flex-direction:column}}#cart-panel .un-cart-panel-footer .buttons a{margin-right:20px}#cart-panel .un-cart-panel-footer .buttons a:last-of-type{margin-right:0}body.woocommerce-checkout .site-header .logo a{margin:5px}body.woocommerce-checkout .site-header .navbar-toggle{display:none}body.woocommerce-checkout #content,body.woocommerce-checkout #masthead{background:#fff;background:linear-gradient(90deg,#fff,#fff calc(102.75px + 50%),#fafafa 0,#fafafa)}@media screen and (max-width:1200px){body.woocommerce-checkout #content,body.woocommerce-checkout #masthead{background:linear-gradient(90deg,#fff,#fff calc(87.75px + 50%),#fafafa 0,#fafafa)}}@media screen and (max-width:992px){body.woocommerce-checkout #content,body.woocommerce-checkout #masthead{background:#fff}}body.woocommerce-checkout #content{padding-top:20px}body.woocommerce-checkout a.button.checkout-button{font-weight:300}body.woocommerce-checkout #customer_details{padding:20px}body.woocommerce-checkout #ship-to-different-address,body.woocommerce-checkout .col-form-coupon,body.woocommerce-checkout .col-form-login{display:none}body.woocommerce-checkout form .form-row{margin-bottom:20px}body.woocommerce-checkout form .form-row.form-row-first,body.woocommerce-checkout form .form-row.form-row-last{float:left;width:calc(50% - 10px)}@media screen and (max-width:768px){body.woocommerce-checkout form .form-row.form-row-first,body.woocommerce-checkout form .form-row.form-row-last{float:none;margin-left:0;margin-right:0;width:100%}}body.woocommerce-checkout form .form-row.form-row-first{clear:both;margin-right:10px}@media screen and (max-width:768px){body.woocommerce-checkout form .form-row.form-row-first{margin-right:0}}body.woocommerce-checkout form .form-row.form-row-last{margin-left:10px}@media screen and (max-width:768px){body.woocommerce-checkout form .form-row.form-row-last{margin-left:0}}body.woocommerce-checkout form .form-row.form-row-wide{clear:both}body.woocommerce-checkout form p.create-account label.checkbox,body.woocommerce-checkout form p.create-invoice label.checkbox{padding-left:15px}@media screen and (max-width:768px){body.woocommerce-checkout form p.create-account label.checkbox,body.woocommerce-checkout form p.create-invoice label.checkbox{padding-left:0}}body.woocommerce-checkout form div.create-account{background:#f1f1f1;padding:24px;position:relative}body.woocommerce-checkout form div.create-account label{font-family:Mont,"sans-serif";margin-bottom:20px}body.woocommerce-checkout form div.create-account .toggle-password{background-repeat:no-repeat;cursor:pointer;display:block;height:20px;position:absolute;right:40px;top:calc(50% + 5px);width:20px}body.woocommerce-checkout form div.create-account .eye-regular{background-image:url(../img/eye-regular.svg)}body.woocommerce-checkout form div.create-account .eye-closed{background-image:url(../img/eye-closed.svg)}body.woocommerce-checkout form div.create-invoice{display:none}body.woocommerce-checkout form .custom-form-login{background:#f1f1f1;display:none;margin-bottom:30px;padding:24px}body.woocommerce-checkout form .custom-form-login__heading{align-items:baseline;display:flex;justify-content:space-between}@media screen and (max-width:576px){body.woocommerce-checkout form .custom-form-login__heading{flex-direction:column-reverse}}body.woocommerce-checkout form .custom-form-login__toggle{cursor:pointer}body.woocommerce-checkout form .custom-form-login__toggle:hover{color:#0082e0;text-decoration:underline}body.woocommerce-checkout form .custom-form-login__fields{display:flex;justify-content:space-between}@media screen and (max-width:576px){body.woocommerce-checkout form .custom-form-login__fields{flex-direction:column}}body.woocommerce-checkout form .custom-form-login p.form-row:not(:last-of-type){flex-grow:1;margin-right:10px}@media screen and (max-width:576px){body.woocommerce-checkout form .custom-form-login p.form-row:not(:last-of-type){margin-bottom:10px}}body.woocommerce-checkout form .custom-form-login p.form-row{margin-bottom:0}@media screen and (max-width:576px){body.woocommerce-checkout form .custom-form-login .button,body.woocommerce-checkout form .custom-form-login p.form-row{width:100%}}body.woocommerce-checkout form .custom-checkout_coupon{display:flex;justify-content:space-between}body.woocommerce-checkout form .custom-checkout_coupon .form-row{flex-grow:1;width:auto}body.woocommerce-checkout form .custom-checkout_coupon .form-row:first-of-type{width:100%}body.woocommerce-checkout form .custom-checkout_coupon .button{height:45px;line-height:45px}body.woocommerce-checkout .woocommerce-invoice-fields{display:none}body.woocommerce-checkout .woocommerce-invoice-fields h3{margin:20px 0!important}body.woocommerce-checkout .woocommerce-invoice-fields select{width:100%}body.woocommerce-checkout .optional,body.woocommerce-checkout .woocommerce-invoice-fields .required{display:none}body.woocommerce-checkout #shipping_method li .woocommerce-Price-amount{font-weight:700}body.woocommerce-checkout #shipping_method li .shipping_method{display:inline-block;opacity:1}body.woocommerce-checkout #shipping_method li label{padding-left:0}body.woocommerce-checkout #shipping_method li label:before{content:none!important}.woocommerce #shipping_method li input.shipping_method{display:inline;opacity:1}.woocommerce #shipping_method li input.shipping_method:checked+label:before,.woocommerce #shipping_method li label:before{content:none}body.woocommerce-checkout #payment{padding:20px 0}body.woocommerce-checkout #payment .payment__heading{align-items:center;display:flex;justify-content:space-between}body.woocommerce-checkout #payment ul.payment_methods{background:transparent;border:none;padding:25px 0 0}body.woocommerce-checkout #payment ul.payment_methods li .input-radio{display:inline-block;float:left}body.woocommerce-checkout #payment ul.payment_methods li label{padding-left:0}body.woocommerce-checkout #payment ul.payment_methods li label:before{content:none!important}body.woocommerce-checkout #payment .form-row{margin-bottom:10px}body.woocommerce-checkout #payment .form-row.place-order .button{margin-top:0}body.woocommerce-checkout #payment label.checkbox{padding-left:15px}body.woocommerce-checkout #payment .woocommerce-privacy-policy-text p{font-size:14px;margin:10px 0;text-align:center}body.woocommerce-checkout #payment #wc-stripe-cc-form .form-row{margin:0;padding:0}body.woocommerce-checkout #payment #wc-stripe-cc-form .form-row.form-row-last{margin-left:20px}@media screen and (max-width:768px){body.woocommerce-checkout #payment #wc-stripe-cc-form .form-row.form-row-last{margin-left:0}}body.woocommerce-checkout #payment #wc-stripe-cc-form .wc-stripe-elements-field{padding:12px}body.woocommerce-checkout #payment .payment_box{padding-left:30px}body.woocommerce-checkout form .order-review{padding:0 25px}@media screen and (max-width:1200px){body.woocommerce-checkout form .order-review{padding:0 0 0 25px}}@media screen and (max-width:992px){body.woocommerce-checkout form .order-review{padding:0}}body.woocommerce-checkout form .order-review h3{font-family:Mont,"sans-serif";font-size:16px;margin-bottom:0}body.woocommerce-checkout form .order-review .shop_table{background:transparent;border:none;padding:0}body.woocommerce-checkout form .order-review .shop_table h3,body.woocommerce-checkout form .order-review .shop_table th{font-family:Mont,"sans-serif";font-size:16px;margin-bottom:0}body.woocommerce-checkout form .order-review .shop_table .woocommerce-Price-amount{color:#393939;font-family:Mont,"sans-serif";font-size:16px;font-weight:700}body.woocommerce-checkout form .order-review .shop_table .order-total .woocommerce-Price-amount{font-size:18px}body.woocommerce-checkout form .order-review .shop_table tr.cart_item td{border-bottom:1px solid #c4c4c4;vertical-align:middle}body.woocommerce-checkout form .order-review .shop_table tr.cart_item td.product-thumbnail{padding:10px 0;width:auto}@media screen and (max-width:768px){body.woocommerce-checkout form .order-review .shop_table tr.cart_item td.product-thumbnail{display:block}}body.woocommerce-checkout form .order-review .shop_table tr.cart_item td.product-thumbnail img{max-width:100px}body.woocommerce-checkout form .order-review .shop_table tr.cart_item td.product-name{padding:20px}body.woocommerce-checkout form .order-review .shop_table tr.cart_item td.product-name p.product-sku,body.woocommerce-checkout form .order-review .shop_table tr.cart_item td.product-name p.product-title{font-family:Mont,"sans-serif";font-size:16px}body.woocommerce-checkout form .order-review .shop_table tr.cart_item td.product-name p.product-sku{color:#6b6b6b;font-size:14px}body.woocommerce-checkout .woocommerce-columns--addresses{padding-left:20px}.woocommerce-order-received .woocommerce-column--shipping-address{margin-top:15px}.woocommerce-order-received .woocommerce-column--shipping-address address{border:0;color:#393939;padding:0}body.woocommerce-order-received #content,body.woocommerce-order-received #masthead{background:#fff;background:linear-gradient(90deg,#fff,#fff calc(202.2px + 50%),#fafafa 0,#fafafa)}@media screen and (max-width:1200px){body.woocommerce-order-received #content,body.woocommerce-order-received #masthead{background:#fff}}body.woocommerce-order-received #content{padding-top:60px}body.woocommerce-order-received h2:not(.site-description){border-bottom:1px solid #c4c4c4;padding-bottom:10px}body.woocommerce-order-received .order-summary{padding:0 30px}body.woocommerce-order-received .order-summary h2{margin-top:0}body.woocommerce-order-received .order-thankyou{margin-bottom:20px}body.woocommerce-order-received .order-thankyou h1,body.woocommerce-order-received .order-thankyou p{font-family:Mont,"sans-serif";font-size:20px;line-height:26px;margin:0}body.woocommerce-order-received .order-thankyou h1{font-weight:700}body.woocommerce-order-received ul.woocommerce-order-overview{display:flex;flex-wrap:wrap}body.woocommerce-order-received ul.woocommerce-order-overview li{border:none;font-family:Mont,"sans-serif";font-size:15px;margin:0;max-width:50%;padding:15px 0;text-transform:none;width:50%}body.woocommerce-order-received ul.woocommerce-order-overview li strong{font-family:Roboto,"sans-serif";font-size:15px;font-weight:700;margin-top:10px}body.woocommerce-order-received .woocommerce-customer-details__additional,body.woocommerce-order-received .woocommerce-customer-details__billing,body.woocommerce-order-received .woocommerce-customer-details__shipping{margin-top:30px}body.woocommerce-view-order .woocommerce-customer-details{align-items:baseline;display:flex;margin-left:-15px;margin-right:-15px}body.woocommerce-view-order .woocommerce-customer-details__additional,body.woocommerce-view-order .woocommerce-customer-details__billing,body.woocommerce-view-order .woocommerce-customer-details__shipping{padding:0 15px}body.woocommerce-view-order .woocommerce-customer-details__additional p,body.woocommerce-view-order .woocommerce-customer-details__billing p,body.woocommerce-view-order .woocommerce-customer-details__shipping p{font-size:13px;margin-bottom:5px}body.woocommerce-view-order .woocommerce-customer-details__additional h3,body.woocommerce-view-order .woocommerce-customer-details__billing h3,body.woocommerce-view-order .woocommerce-customer-details__shipping h3{font-family:Mont,"sans-serif";font-size:15px;margin:0}body.woocommerce-view-order .woocommerce-customer-details__additional h3.shipping-method,body.woocommerce-view-order .woocommerce-customer-details__billing h3.shipping-method,body.woocommerce-view-order .woocommerce-customer-details__shipping h3.shipping-method{margin-top:30px}@media screen and (max-width:576px){body.woocommerce-view-order .woocommerce-customer-details .woocommerce-order-details{overflow-x:auto}}body.woocommerce-view-order .woocommerce-customer-details .woocommerce-order-details .woocommerce-order-details__title{margin-bottom:0}body.woocommerce-view-order .woocommerce-customer-details .woocommerce-order-details .shop_table .woocommerce-Price-amount{font-family:Mont,"sans-serif";font-size:15px;font-weight:700}body.woocommerce-view-order .woocommerce-customer-details .woocommerce-order-details .shop_table thead th{padding:10px 0}@media screen and (max-width:768px){body.woocommerce-view-order .woocommerce-customer-details .woocommerce-order-details .shop_table thead th.product-price{display:table-cell}}body.woocommerce-view-order .woocommerce-customer-details .woocommerce-order-details .shop_table tbody td{border-bottom:1px solid #c4c4c4;vertical-align:middle}body.woocommerce-view-order .woocommerce-customer-details .woocommerce-order-details .shop_table tbody td.product-thumbnail{padding:10px 0;width:auto}@media screen and (max-width:768px){body.woocommerce-view-order .woocommerce-customer-details .woocommerce-order-details .shop_table tbody td.product-thumbnail{display:block}}body.woocommerce-view-order .woocommerce-customer-details .woocommerce-order-details .shop_table tbody td.product-thumbnail img{max-width:100px}body.woocommerce-view-order .woocommerce-customer-details .woocommerce-order-details .shop_table tbody td.product-name{padding:20px}body.woocommerce-view-order .woocommerce-customer-details .woocommerce-order-details .shop_table tbody td.product-name p.product-sku,body.woocommerce-view-order .woocommerce-customer-details .woocommerce-order-details .shop_table tbody td.product-name p.product-title{font-family:Mont,"sans-serif";font-size:16px}body.woocommerce-view-order .woocommerce-customer-details .woocommerce-order-details .shop_table tbody td.product-name p.product-sku{color:#6b6b6b;font-size:14px}body.woocommerce-view-order .woocommerce-customer-details .woocommerce-order-details .shop_table tbody td.product-quantity{padding:0}body.woocommerce-view-order .woocommerce-customer-details .woocommerce-order-details .shop_table tbody td.product-quantity .product-quantity{color:#6b6b6b;font-size:14px}@media screen and (max-width:768px){body.woocommerce-view-order .woocommerce-customer-details .woocommerce-order-details .shop_table tbody td.product-price{display:table-cell}}body.woocommerce-view-order .woocommerce-customer-details .woocommerce-order-details .shop_table tbody .shipped_via{display:block}body.woocommerce-view-order .woocommerce-customer-details .woocommerce-order-details .shop_table tfoot th{color:#262626;font-family:Mont,"sans-serif";font-size:16px;padding-right:20px;text-align:right}body.woocommerce-view-order .woocommerce-customer-details .woocommerce-order-details .shop_table tfoot tr:last-of-type td,body.woocommerce-view-order .woocommerce-customer-details .woocommerce-order-details .shop_table tfoot tr:last-of-type th{border-bottom:0}.woocommerce-wishlist .page-breadcrumbs,.woocommerce-wishlist .wishlist-title-container{display:none}.woocommerce-wishlist .page-header:after{content:none}.woocommerce-wishlist .woocommerce ul.products{margin:0 70px}@media screen and (max-width:992px){.woocommerce-wishlist .woocommerce ul.products{margin:0 25px}}@media screen and (max-width:768px){.woocommerce-wishlist .woocommerce ul.products{margin:0 15px}}.woocommerce-wishlist .action-button{margin-bottom:70px;text-align:center}.woocommerce-wishlist .action-button .btn{background-color:#262626;color:#fff;display:inline-block;font-family:Roboto,"sans-serif";font-weight:300;padding:15px 20px}.woocommerce-wishlist .action-button .btn:hover{background-color:#414141}body.woocommerce-wishlist .remove_from_wishlist{display:block;font-family:Mont,"sans-serif";font-size:20px;margin:15px 0;text-align:center}body.woocommerce-wishlist .wishlist_table{margin:60px 0 40px}@media screen and (max-width:576px){.woocommerce .woocommerce-order-details{overflow-x:auto}}.woocommerce .woocommerce-order-details .woocommerce-order-details__title{margin-bottom:0}.woocommerce .woocommerce-order-details .shop_table .woocommerce-Price-amount{font-family:Mont,"sans-serif";font-size:15px;font-weight:700}.woocommerce .woocommerce-order-details .shop_table .tax_label,.woocommerce .woocommerce-order-details .shop_table .woocommerce-price-suffix{display:block}.woocommerce .woocommerce-order-details .shop_table thead th{padding:10px 0}@media screen and (max-width:768px){.woocommerce .woocommerce-order-details .shop_table thead th.product-price{display:table-cell}}.woocommerce .woocommerce-order-details .shop_table tbody td{border-bottom:1px solid #c4c4c4;vertical-align:middle}.woocommerce .woocommerce-order-details .shop_table tbody td strong{font-weight:400}.woocommerce .woocommerce-order-details .shop_table tbody td.product-thumbnail{padding:10px 0;width:auto}@media screen and (max-width:768px){.woocommerce .woocommerce-order-details .shop_table tbody td.product-thumbnail{display:block}}.woocommerce .woocommerce-order-details .shop_table tbody td.product-thumbnail img{max-width:100px}.woocommerce .woocommerce-order-details .shop_table tbody td.product-name{padding:20px}.woocommerce .woocommerce-order-details .shop_table tbody td.product-name p.product-sku,.woocommerce .woocommerce-order-details .shop_table tbody td.product-name p.product-title{font-family:Mont,"sans-serif";font-size:16px}.woocommerce .woocommerce-order-details .shop_table tbody td.product-name p.product-sku{color:#6b6b6b;font-size:14px}.woocommerce .woocommerce-order-details .shop_table tbody td.product-quantity{padding:0}.woocommerce .woocommerce-order-details .shop_table tbody td.product-quantity .product-quantity{color:#6b6b6b;font-size:14px}@media screen and (max-width:768px){.woocommerce .woocommerce-order-details .shop_table tbody td.product-price{display:table-cell}}.woocommerce .woocommerce-order-details .shop_table tfoot th{color:#262626;font-family:Mont,"sans-serif";font-size:16px;padding-right:20px;text-align:right}.woocommerce .woocommerce-order-details .shop_table tfoot tr:last-of-type td,.woocommerce .woocommerce-order-details .shop_table tfoot tr:last-of-type th{border-bottom:0}.woocommerce .woocommerce-order-details .shop_table tfoot .shipped_via{display:block}.woocommerce .woocommerce-customer-details p{font-size:13px;margin-bottom:5px}.woocommerce .woocommerce-customer-details h3.payment-method,.woocommerce .woocommerce-customer-details h3.shipping-method,.woocommerce .woocommerce-customer-details h3.woocommerce-column__title{font-family:Mont,"sans-serif";font-size:15px;margin:0}.woocommerce .woocommerce-customer-details h3.payment-method,.woocommerce .woocommerce-customer-details h3.shipping-method{margin-top:30px}@media screen and (max-width:576px){.blog-listing,.blog-listing .vc_grid.vc_row{padding:0!important}}.single-portfolio_project .site-content,.single-post .site-content{padding-bottom:0}.single-portfolio_project .site-content>.container,.single-post .site-content>.container{padding:0 100px;width:100%}@media screen and (max-width:1200px){.single-portfolio_project .site-content>.container,.single-post .site-content>.container{padding:0 30px}}@media screen and (max-width:768px){.single-portfolio_project .site-content>.container,.single-post .site-content>.container{padding:0 15px}}.single-portfolio_project .content-area,.single-post .content-area{padding-right:50px;width:70%}@media screen and (max-width:1200px){.single-portfolio_project .content-area,.single-post .content-area{padding-right:15px;width:100%}}.single-portfolio_project aside,.single-post aside{width:30%}@media screen and (max-width:1200px){.single-portfolio_project aside,.single-post aside{width:100%}}.single-portfolio_project .entry-meta,.single-post .entry-meta{display:none}.single-portfolio_project .entry-header,.single-post .entry-header{padding-bottom:25px}.single-portfolio_project .entry-header .entry-title,.single-post .entry-header .entry-title{color:#212121;font-family:Mont,"sans-serif";font-size:30px;padding-bottom:0;text-align:left}.single-portfolio_project .entry-format,.single-post .entry-format{margin-bottom:40px}.single-portfolio_project .entry-content .container-fluid,.single-post .entry-content .container-fluid{padding-left:0;padding-right:0}.single-portfolio_project .vc_custom_heading,.single-post .vc_custom_heading{font-family:Mont,"sans-serif"}.single-portfolio_project li,.single-portfolio_project p,.single-post li,.single-post p{color:#3c3c3c!important;font-size:18px;font-weight:300;line-height:24px}.single-portfolio_project blockquote,.single-post blockquote{border-left:1px solid #b6b6b6;margin-left:30px;padding:10px 25px 10px 15px}.single-portfolio_project blockquote p,.single-post blockquote p{font-style:normal}.single-portfolio_project .entry-footer,.single-portfolio_project .logged-in-as,.single-portfolio_project nav.post-navigation,.single-post .entry-footer,.single-post .logged-in-as,.single-post nav.post-navigation{display:none}.single-portfolio_project .comments-area,.single-post .comments-area{border-top:none;margin-top:0;padding-top:0}.single-portfolio_project .comments-area .comments-title,.single-post .comments-area .comments-title{color:#3c3c3c;font-family:Mont,"sans-serif";font-size:20px}.single-portfolio_project .comments-area .comment-list .children,.single-post .comments-area .comment-list .children{padding:0 0 0 25px}.single-portfolio_project .comments-area .comment-list .comment-body,.single-post .comments-area .comment-list .comment-body{background:#f8f8f8;margin-bottom:20px}.single-portfolio_project .comments-area .comment-list .comment-body .comment-meta,.single-post .comments-area .comment-list .comment-body .comment-meta{display:none}.single-portfolio_project .comments-area .comment-list .comment-body .comment-content,.single-post .comments-area .comment-list .comment-body .comment-content{border:none;margin-left:0;padding:35px 45px 25px}.single-portfolio_project .comments-area .comment-list .comment-reply-title,.single-post .comments-area .comment-list .comment-reply-title{display:none}.single-portfolio_project .comments-area .comment-list .comment-metadata,.single-post .comments-area .comment-list .comment-metadata{display:flex;flex-direction:column}.single-portfolio_project .comments-area .comment-list .comment-metadata .fn,.single-portfolio_project .comments-area .comment-list .comment-metadata .fn a,.single-post .comments-area .comment-list .comment-metadata .fn,.single-post .comments-area .comment-list .comment-metadata .fn a{color:#212121;font-family:Mont,"sans-serif";font-size:16px;font-style:normal;font-weight:400}.single-portfolio_project .comments-area .comment-list .comment-metadata .date,.single-post .comments-area .comment-list .comment-metadata .date{color:#393939;font-size:14px;padding:10px 0 0;text-transform:none}.single-portfolio_project .comments-area .comment-list .comment-reply-link,.single-post .comments-area .comment-list .comment-reply-link{border-bottom:1px solid #393939;color:#393939;font-family:Mont,"sans-serif";font-style:normal;padding:0}.single-portfolio_project .comments-area .comment-list .comment-edit-link,.single-post .comments-area .comment-list .comment-edit-link{color:#393939;font-family:Mont,"sans-serif";font-style:normal;margin:0 0 0 15px;padding:0}.single-portfolio_project .comments-area .depth-2,.single-post .comments-area .depth-2{position:relative}.single-portfolio_project .comments-area .depth-2 .comment-body:before,.single-post .comments-area .depth-2 .comment-body:before{content:url(../img/arrow.svg);left:-20px;position:absolute}.single-portfolio_project .comments-area input[type=submit],.single-post .comments-area input[type=submit]{background-color:#262626;min-width:157px}@media screen and (max-width:576px){.single-portfolio_project .comments-area input[type=submit],.single-post .comments-area input[type=submit]{min-width:100%}}.single-portfolio_project .comments-area input[type=submit]:hover,.single-post .comments-area input[type=submit]:hover{background-color:#414141}.single-portfolio_project .comment-form-url,.single-post .comment-form-url{display:none}.single-portfolio_project .comment-respond,.single-post .comment-respond{margin-bottom:20px}.single-portfolio_project .comment-respond .comment-reply-title,.single-post .comment-respond .comment-reply-title{display:none}.single-portfolio_project .comment-respond .comment-form-comment,.single-post .comment-respond .comment-form-comment{margin-bottom:20px}.single-portfolio_project .comment-respond .form-submit,.single-post .comment-respond .form-submit{display:flex;justify-content:flex-end}.single-portfolio_project .comment-respond input[type=email],.single-portfolio_project .comment-respond input[type=password],.single-portfolio_project .comment-respond input[type=text],.single-portfolio_project .comment-respond textarea,.single-post .comment-respond input[type=email],.single-post .comment-respond input[type=password],.single-post .comment-respond input[type=text],.single-post .comment-respond textarea{border:1px solid #c4c4c4;color:#070707;font-size:14px;padding:13px 16px}.single-portfolio_project #primary-sidebar .widget .widget-title,.single-post #primary-sidebar .widget .widget-title{color:#212121;font-family:Mont,"sans-serif";font-size:24px}.single-portfolio_project .recent-articles li,.single-post .recent-articles li{display:flex;margin-bottom:30px}.single-portfolio_project .recent-articles li img,.single-post .recent-articles li img{height:150px;margin-right:15px;object-fit:cover;width:150px}@media screen and (max-width:576px){.single-portfolio_project .recent-articles li img,.single-post .recent-articles li img{height:120px;width:120px}}.single-portfolio_project .recent-articles li a,.single-post .recent-articles li a{color:#000;font-family:Mont,"sans-serif";font-size:20px}.single-portfolio_project .recent-articles li p,.single-post .recent-articles li p{-webkit-line-clamp:3;-webkit-box-orient:vertical;display:-webkit-box;font-size:14px;margin:0;overflow:hidden;text-overflow:ellipsis}.single-portfolio_project .recent-articles .post-category,.single-post .recent-articles .post-category{align-items:baseline;display:flex}.single-portfolio_project .recent-articles .post-category p,.single-post .recent-articles .post-category p{margin:0 4px 0 0}.single-portfolio_project .recent-articles .post-categories,.single-post .recent-articles .post-categories{display:flex}.single-portfolio_project .recent-articles .post-categories a,.single-post .recent-articles .post-categories a{font-family:Roboto,"sans-serif";font-size:12px;font-weight:700}.single-portfolio_project .recent-articles .post-categories li,.single-post .recent-articles .post-categories li{margin:0 0 0 8px}.single-portfolio_project .recent-articles--content,.single-post .recent-articles--content{color:#3c3c3c;font-size:14px;font-weight:300}.single-portfolio_project #page .page-header-portfolio .page-header.ph-single-portfolio{align-items:center;display:flex;justify-content:center;max-width:100%;min-height:413px;padding:0}.single-portfolio_project #page .page-header-portfolio .page-header.ph-single-portfolio:before{background-color:rgba(0,0,0,.5);bottom:0;content:"";display:block;left:0;position:absolute;right:0;top:0;z-index:-1}.single-portfolio_project #page .page-header-portfolio .page-header.ph-single-portfolio h2{color:#fff;font-size:40px}.single-portfolio_project #page .page-header-portfolio .page-header.ph-single-portfolio p{color:#fff!important;font-size:20px;font-weight:300}.single-portfolio_project #page .page-header-portfolio .page-header-content{background-color:initial;padding:0}.single-portfolio_project .entry-header{display:none}.single-portfolio_project .comments-area{margin-top:40px}.single-portfolio_project .comments-area .col-comment{margin-left:0;width:100%}.single-portfolio_project .navigation-portfolio{display:none}.single-portfolio_project .site-content{padding-top:0}.single-portfolio_project #primary{width:100%}.single-portfolio_project #primary article{display:flex}@media screen and (max-width:1200px){.single-portfolio_project #primary article{flex-direction:column}}.single-portfolio_project #primary article .entry-content{padding-right:50px;width:70%}@media screen and (max-width:1200px){.single-portfolio_project #primary article .entry-content{padding-right:0;width:100%}}.single-portfolio_project #primary article .sidebar{margin-top:100px;width:30%}@media screen and (max-width:1200px){.single-portfolio_project #primary article .sidebar{margin-top:40px;width:100%}}.single-portfolio_project #primary .comments-area{padding-right:50px;width:70%}.single-portfolio_project .portfolio-category{font-weight:700}