:root{--primary-color:#6d62ff;--secondary-color:#ff266f;}a.added_to_cart.wc-forward{display:none;}#sw-add-to-cart-message{position:fixed;top:auto;left:auto;right:auto;bottom:auto;transition:300ms;opacity:0;visibility:hidden;}#sw-add-to-cart-message a{font-weight:unset;color:unset;}#sw-add-to-cart-message.sw-modal{position:fixed;z-index:99999;left:0;top:0;width:100%;height:100%;overflow:auto;}#sw-add-to-cart-message .wrap{border-radius:20px;background:#fff;align-items:center;}#sw-add-to-cart-message .wrap > .wrap-top p{position:relative;color:#2fbf46;font-weight:500;}#sw-add-to-cart-message .wrap-middle{display:flex;}#sw-add-to-cart-message .wrap-left{flex:1;}#sw-add-to-cart-message .wrap-right{flex:1;}#sw-add-to-cart-message .button{width:100%;height:42px;line-height:40px;text-align:center;font-weight:400;font-size:14px;padding:0px;margin-bottom:10px;background:#fff;text-transform:uppercase;border-radius:5px;color:var(--primary-color);border:1px solid var(--primary-color);display:inline-block;transition:300ms;cursor:pointer;}#sw-add-to-cart-message .button.close{opacity:1;}#sw-add-to-cart-message .button:hover{background:var(--secondary-color);color:#fff;border-color:var(--secondary-color);}#sw-add-to-cart-message .layout-default .button.viewcart{margin:0;}#sw-add-to-cart-message p{margin-bottom:10px;color:#555;}#sw-add-to-cart-message .subtotal{color:var(--secondary-color);font-size:26px;font-weight:700;line-height:22px;}#sw-add-to-cart-message .thumbnail{margin-right:10px;width:70px;height:70px;overflow:hidden;}#sw-add-to-cart-message .thumbnail img{width:100%;height:auto;border:3px;}#sw-add-to-cart-message .product-title{font-weight:500;font-size:16px;color:#222;transition:300ms;}#sw-add-to-cart-message .product-title:hover{color:var(--secondary-color);}#sw-add-to-cart-message .price{color:var(--secondary-color);font-weight:400;font-size:18px;}#sw-add-to-cart-message .price del{font-weight:400;color:#999;}#sw-add-to-cart-message .price ins{font-weight:500;color:var(--secondary-color);}#sw-add-to-cart-message .content{flex:1;margin-bottom:0px;}#sw-add-to-cart-message .content .price{display:block;margin-bottom:5px;}#sw-add-to-cart-message .content p{font-size:14px;}#sw-add-to-cart-message.active{opacity:1;visibility:visible;}#sw-add-to-cart-message.active .modal-content{animation:swZoomIn;-webkit-animation-duration:1s;animation-duration:1s;}#sw-add-to-cart-message.active .mark{opacity:1;visibility:visible;}#sw-add-to-cart-message .modal-content{background-color:#fff;padding:0;width:768px;max-width:80%;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);transition:300ms;z-index:9;border-radius:20px;box-shadow:none;animation:swZoomOut;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both;}#sw-add-to-cart-message .modal-content > .close{color:#fff;font-size:28px;font-weight:400;position:absolute;top:-20px;right:-20px;height:40px;width:40px;border-radius:50%;background:var(--primary-color);text-align:center;line-height:30px;transition:300ms;}#sw-add-to-cart-message .modal-content > .close:hover,#sw-add-to-cart-message .modal-content > .close:focus{text-decoration:none;background:var(--secondary-color);cursor:pointer;}#sw-add-to-cart-message .layout-default .wrap-top,#sw-add-to-cart-message .layout-5 .wrap-top{text-align:center;}#sw-add-to-cart-message .layout-default .wrap-top p,#sw-add-to-cart-message .layout-5 .wrap-top p{font-weight:500;color:#2fbf46;margin-bottom:25px;}#sw-add-to-cart-message .layout-default .wrap-left,#sw-add-to-cart-message .layout-5 .wrap-left{flex:3;padding:30px;border-right:1px solid #ebebeb;}#sw-add-to-cart-message .layout-default .wrap-left > p,#sw-add-to-cart-message .layout-5 .wrap-left > p{margin-bottom:30px;color:#1db936;font-size:18px;font-weight:700;}#sw-add-to-cart-message .layout-default .wrap-left .wrap-left-content,#sw-add-to-cart-message .layout-5 .wrap-left .wrap-left-content{display:flex;column-gap:30px;align-items:center;}#sw-add-to-cart-message .layout-default .wrap-right,#sw-add-to-cart-message .layout-5 .wrap-right{flex:2;padding:30px;text-align:center;}#sw-add-to-cart-message .layout-default .wrap-right p,#sw-add-to-cart-message .layout-5 .wrap-right p{margin-bottom:15px;}#sw-add-to-cart-message .layout-default .wrap-right p.text-subtotal1,#sw-add-to-cart-message .layout-5 .wrap-right p.text-subtotal1{color:#888;}#sw-add-to-cart-message .layout-default .thumbnail,#sw-add-to-cart-message .layout-5 .thumbnail{width:200px;height:auto;margin:0;border:1px solid #ebebeb;border-radius:10px;}#sw-add-to-cart-message .layout-default .content,#sw-add-to-cart-message .layout-5 .content{flex:1;}#sw-add-to-cart-message .layout-default .content > *:last-child,#sw-add-to-cart-message .layout-5 .content > *:last-child{margin-bottom:0px;}#sw-add-to-cart-message .layout-default .checkout,#sw-add-to-cart-message .layout-5 .checkout{background:var(--primary-color);border-color:var(--primary-color);color:#fff;}#sw-add-to-cart-message .layout-default .checkout:hover,#sw-add-to-cart-message .layout-5 .checkout:hover{background:var(--secondary-color);border-color:var(--secondary-color);}@media (max-width: 768px){#sw-add-to-cart-message .layout-default .wrap-middle,#sw-add-to-cart-message .layout-5 .wrap-middle{flex-direction:column;}#sw-add-to-cart-message .layout-default .thumbnail,#sw-add-to-cart-message .layout-5 .thumbnail{width:120px;}#sw-add-to-cart-message .layout-default .content,#sw-add-to-cart-message .layout-5 .content{padding-top:0px;}#sw-add-to-cart-message .layout-default .wrap-left,#sw-add-to-cart-message .layout-5 .wrap-left{border-right:none;border-bottom:1px solid #ebebeb;align-items:center;}}#sw-add-to-cart-message .layout-2,#sw-add-to-cart-message .layout-3,#sw-add-to-cart-message .layout-4{padding:30px 120px;}#sw-add-to-cart-message .layout-2 .wrap,#sw-add-to-cart-message .layout-3 .wrap,#sw-add-to-cart-message .layout-4 .wrap{text-align:center;}#sw-add-to-cart-message .layout-2 .wrap-middle,#sw-add-to-cart-message .layout-3 .wrap-middle,#sw-add-to-cart-message .layout-4 .wrap-middle{display:flex;flex-direction:column;}#sw-add-to-cart-message .layout-2 .check,#sw-add-to-cart-message .layout-3 .check,#sw-add-to-cart-message .layout-4 .check{margin-bottom:20px;}#sw-add-to-cart-message .layout-2 .check img,#sw-add-to-cart-message .layout-3 .check img,#sw-add-to-cart-message .layout-4 .check img{width:34px;margin:auto;}#sw-add-to-cart-message .layout-2 .content,#sw-add-to-cart-message .layout-3 .content,#sw-add-to-cart-message .layout-4 .content{margin-bottom:24px;}#sw-add-to-cart-message .layout-2 .wrap-bottom,#sw-add-to-cart-message .layout-3 .wrap-bottom,#sw-add-to-cart-message .layout-4 .wrap-bottom{display:flex;flex-direction:row;}#sw-add-to-cart-message .layout-2 .wrap-bottom .button ~ .button,#sw-add-to-cart-message .layout-3 .wrap-bottom .button ~ .button,#sw-add-to-cart-message .layout-4 .wrap-bottom .button ~ .button{margin-left:10px;}@media (max-width: 1024px){#sw-add-to-cart-message .layout-2,#sw-add-to-cart-message .layout-3,#sw-add-to-cart-message .layout-4{padding-top:20px;padding-right:60px;padding-left:60px;}}@media (max-width: 768px){#sw-add-to-cart-message .layout-2,#sw-add-to-cart-message .layout-3,#sw-add-to-cart-message .layout-4{padding-top:20px;padding-right:30px;padding-left:30px;padding-bottom:20px;}#sw-add-to-cart-message .layout-2 .wrap-bottom,#sw-add-to-cart-message .layout-3 .wrap-bottom,#sw-add-to-cart-message .layout-4 .wrap-bottom{display:flex;flex-direction:column;}#sw-add-to-cart-message .layout-2 .wrap-bottom .button ~ .button,#sw-add-to-cart-message .layout-3 .wrap-bottom .button ~ .button,#sw-add-to-cart-message .layout-4 .wrap-bottom .button ~ .button{margin-left:0px;}}#sw-add-to-cart-message .layout-3 .content p span{color:var(--secondary-color);font-size:18px;font-weight:bold;}#sw-add-to-cart-message .layout-4{padding-top:25px;padding-left:50px;padding-right:50px;width:560px;}#sw-add-to-cart-message .layout-4 .wrap > .wrap-top p{position:relative;padding-bottom:20px;margin-bottom:30px;color:#2fbf46;font-weight:500;}#sw-add-to-cart-message .layout-4 .wrap > .wrap-top p:after{content:"";position:absolute;bottom:0px;left:50%;transform:translate(-50%);width:100px;height:1px;background:#ccc;}#sw-add-to-cart-message .layout-4 .wrap-middle .wrap-top{display:flex;align-items:flex-start;text-align:left;margin-bottom:30px;}#sw-add-to-cart-message .layout-4 .thumbnail{width:100px;height:auto;margin-right:25px;}#sw-add-to-cart-message .layout-4 .content{margin-bottom:0px;}#sw-add-to-cart-message .layout-4 .content p{font-size:14px;}#sw-add-to-cart-message .layout-4 .content > *:last-child{margin-bottom:0px;}#sw-add-to-cart-message .layout-4 .price{display:block;margin-bottom:5px;}#sw-add-to-cart-message .layout-4 .button{font-size:14px;}@media (max-width: 768px){#sw-add-to-cart-message .layout-4{padding-top:20px;padding-right:30px;padding-left:30px;padding-bottom:20px;}#sw-add-to-cart-message .layout-4 .wrap-bottom{display:flex;flex-direction:column;}#sw-add-to-cart-message .layout-4 .wrap-bottom .button ~ .button{margin-left:0px;}}#sw-add-to-cart-message .layout-5 .wrap-top{text-align:left;}#sw-add-to-cart-message .layout-5 .wrap-left{align-items:center;}#sw-add-to-cart-message .layout-5 .wrap-left .content{padding-top:0px;}#sw-add-to-cart-message .layout-5 .wrap-left .content > *:last-child{margin-bottom:0px;}#sw-add-to-cart-message .layout-5 .wrap-right > *:last-child{margin-bottom:0px;}#sw-add-to-cart-message .layout-5 .thumbnail{width:160px;height:auto;}#sw-add-to-cart-message .layout-5 .wrap-right .text-subtotal{font-size:14px;margin-bottom:10px;text-align:left;}#sw-add-to-cart-message .layout-5 .subtotal{display:flex;justify-content:space-between;margin-bottom:30px;font-size:18px;}#sw-add-to-cart-message .layout-5 .subtotal .text-subtotal{margin-bottom:0px;}#sw-add-to-cart-message .layout-5 .wrap-bottom{padding:30px;border-top:1px solid #ebebeb;}@media (max-width: 768px){#sw-add-to-cart-message .layout-5 .wrap-bottom{display:none;}}#sw-add-to-cart-message .related > h2{text-align:left;font-size:20px;color:#000;margin-bottom:20px;}#sw-add-to-cart-message .related .wrap{display:flex;margin-left:-10px;margin-right:-10px;align-items:flex-start;}#sw-add-to-cart-message .related .product{flex:1;padding:10px;max-width:25%;}#sw-add-to-cart-message .related .product .thumbnail{width:100%;margin-bottom:10px;}#sw-add-to-cart-message .related .product .product-title{margin-bottom:5px;}#sw-add-to-cart-message .mark{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.4);opacity:0;visibility:hidden;transition:300ms;}@-webkit-keyframes swZoomIn{from{opacity:0;-webkit-transform:translate(-50%,-50%) scale3d(.3,.3,.3);transform:translate(-50%,-50%) scale3d(.3,.3,.3);}50%{opacity:1;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);}}@keyframes swZoomIn{from{opacity:0;-webkit-transform:translate(-50%,-50%) scale3d(.3,.3,.3);transform:translate(-50%,-50%) scale3d(.3,.3,.3);}50%{opacity:1;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);}}@-webkit-keyframes swZoomOut{from{opacity:1;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);}50%{opacity:0;-webkit-transform:translate(-50%,-50%) scale3d(.3,.3,.3);transform:translate(-50%,-50%) scale3d(.3,.3,.3);}to{opacity:0;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);}}@keyframes swZoomOut{from{opacity:1;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);}50%{opacity:0;-webkit-transform:translate(-50%,-50%) scale3d(.3,.3,.3);transform:translate(-50%,-50%) scale3d(.3,.3,.3);}to{opacity:0;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);}}.tax-product_brand .brand-description{overflow:hidden;zoom:1;}.tax-product_brand .brand-description img.brand-thumbnail{width:25%;float:right;}.tax-product_brand .brand-description .text{width:72%;float:left;}.widget_brand_description img{box-sizing:border-box;width:100%;max-width:none;height:auto;margin:0 0 1em;}ul.brand-thumbnails{margin-left:0;margin-bottom:0;clear:both;list-style:none;}ul.brand-thumbnails:before{clear:both;content:"";display:table;}ul.brand-thumbnails:after{clear:both;content:"";display:table;}ul.brand-thumbnails li{float:left;margin:0 3.8% 1em 0;padding:0;position:relative;width:22.05%;}ul.brand-thumbnails.fluid-columns li{width:auto;}ul.brand-thumbnails:not(.fluid-columns) li.first{clear:both;}ul.brand-thumbnails:not(.fluid-columns) li.last{margin-right:0;}ul.brand-thumbnails.columns-1 li{width:100%;margin-right:0;}ul.brand-thumbnails.columns-2 li{width:48%;}ul.brand-thumbnails.columns-3 li{width:30.75%;}ul.brand-thumbnails.columns-5 li{width:16.95%;}ul.brand-thumbnails.columns-6 li{width:13.5%;}.brand-thumbnails li img{box-sizing:border-box;width:100%;max-width:none;height:auto;margin:0;}@media screen and (max-width:768px){ul.brand-thumbnails:not(.fluid-columns) li{width:48% !important;}ul.brand-thumbnails:not(.fluid-columns) li.first{clear:none;}ul.brand-thumbnails:not(.fluid-columns) li.last{margin-right:3.8%;}ul.brand-thumbnails:not(.fluid-columns) li:nth-of-type(odd){clear:both;}ul.brand-thumbnails:not(.fluid-columns) li:nth-of-type(even){margin-right:0;}}.brand-thumbnails-description li{text-align:center;}.brand-thumbnails-description li .term-thumbnail img{display:inline;}.brand-thumbnails-description li .term-description{margin-top:1em;text-align:left;}#brands_a_z h3:target{text-decoration:underline;}ul.brands_index{list-style:none outside;overflow:hidden;zoom:1;}ul.brands_index li{float:left;margin:0 2px 2px 0;}ul.brands_index li a,ul.brands_index li span{border:1px solid #ccc;padding:6px;line-height:1em;float:left;text-decoration:none;}ul.brands_index li span{border-color:#eee;color:#ddd;}ul.brands_index li a:hover{border-width:2px;padding:5px;text-decoration:none;}ul.brands_index li a.active{border-width:2px;padding:5px;}div#brands_a_z a.top{border:1px solid #ccc;padding:4px;line-height:1em;float:right;text-decoration:none;font-size:.8em;}.wp-caption{margin-bottom:1.75em;max-width:100%;}.wp-caption img[class*="wp-image-"]{display:block;margin:0;}.wp-caption .wp-caption-text{color:#686868;font-size:13px;font-style:italic;line-height:1.6153846154;padding-top:.5384615385em;}.bypostauthor > article .fn:after{content:"";left:3px;position:relative;top:5px;}.gallery-caption{color:#686868;display:block;font-size:13px;font-style:italic;line-height:1.6153846154;padding-top:.5384615385em;}.elementor-hidden{display:none;}.elementor-visibility-hidden{visibility:hidden;}.elementor-screen-only,.screen-reader-text,.screen-reader-text span,.ui-helper-hidden-accessible{position:absolute;top:-10000em;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);border:0;}.elementor-clearfix:after{content:"";display:block;clear:both;width:0;height:0;}.e-logo-wrapper{background:var(--e-a-bg-logo);display:inline-block;padding:.75em;border-radius:50%;line-height:1;}.e-logo-wrapper i{color:var(--e-a-color-logo);font-size:1em;}.elementor *,.elementor :after,.elementor :before{box-sizing:border-box;}.elementor a{box-shadow:none;text-decoration:none;}.elementor hr{margin:0;background-color:transparent;}.elementor img{height:auto;max-width:100%;border:none;border-radius:0;box-shadow:none;}.elementor .elementor-widget:not(.elementor-widget-text-editor):not(.elementor-widget-theme-post-content) figure{margin:0;}.elementor embed,.elementor iframe,.elementor object,.elementor video{max-width:100%;width:100%;margin:0;line-height:1;border:none;}.elementor .elementor-background,.elementor .elementor-background-holder,.elementor .elementor-background-video-container{height:100%;width:100%;top:0;left:0;position:absolute;overflow:hidden;z-index:0;direction:ltr;}.elementor .elementor-background-video-container{transition:opacity 1s;pointer-events:none;}.elementor .elementor-background-video-container.elementor-loading{opacity:0;}.elementor .elementor-background-video-embed{max-width:none;}.elementor .elementor-background-video,.elementor .elementor-background-video-embed,.elementor .elementor-background-video-hosted{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);}.elementor .elementor-background-video{max-width:none;}.elementor .elementor-html5-video{-o-object-fit:cover;object-fit:cover;}.elementor .elementor-background-overlay,.elementor .elementor-background-slideshow{height:100%;width:100%;top:0;left:0;position:absolute;}.elementor .elementor-background-slideshow{z-index:0;}.elementor .elementor-background-slideshow__slide__image{width:100%;height:100%;background-position:50%;background-size:cover;}.e-con-inner>.elementor-element.elementor-absolute,.e-con>.elementor-element.elementor-absolute,.elementor-widget-wrap>.elementor-element.elementor-absolute{position:absolute;}.e-con-inner>.elementor-element.elementor-fixed,.e-con>.elementor-element.elementor-fixed,.elementor-widget-wrap>.elementor-element.elementor-fixed{position:fixed;}.elementor-widget-wrap .elementor-element.elementor-widget__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget__width-initial{max-width:100%;}@media (max-width:1024px){.elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-initial{max-width:100%;}}@media (max-width:767px){.elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-initial{max-width:100%;}}.elementor-element{--flex-direction:initial;--flex-wrap:initial;--justify-content:initial;--align-items:initial;--align-content:initial;--gap:initial;--flex-basis:initial;--flex-grow:initial;--flex-shrink:initial;--order:initial;--align-self:initial;flex-basis:var(--flex-basis);flex-grow:var(--flex-grow);flex-shrink:var(--flex-shrink);order:var(--order);align-self:var(--align-self);}.elementor-element.elementor-absolute,.elementor-element.elementor-fixed{z-index:1;}.elementor-element:where(.e-con-full,.elementor-widget){flex-direction:var(--flex-direction);flex-wrap:var(--flex-wrap);justify-content:var(--justify-content);align-items:var(--align-items);align-content:var(--align-content);gap:var(--gap);}.elementor-invisible{visibility:hidden;}.elementor-align-center{text-align:center;}.elementor-align-center .elementor-button{width:auto;}.elementor-align-right{text-align:right;}.elementor-align-right .elementor-button{width:auto;}.elementor-align-left{text-align:left;}.elementor-align-left .elementor-button{width:auto;}.elementor-align-justify .elementor-button{width:100%;}.elementor-custom-embed-play{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);}.elementor-custom-embed-play i{font-size:100px;color:#fff;text-shadow:1px 0 6px rgba(0,0,0,.3);}.elementor-custom-embed-play svg{height:100px;width:100px;fill:#fff;filter:drop-shadow(1px 0 6px rgba(0,0,0,.3));}.elementor-custom-embed-play i,.elementor-custom-embed-play svg{opacity:.8;transition:all .5s;}.elementor-custom-embed-play.elementor-playing i{font-family:eicons;}.elementor-custom-embed-play.elementor-playing i:before{content:"";}.elementor-custom-embed-play.elementor-playing i,.elementor-custom-embed-play.elementor-playing svg{animation:eicon-spin 2s linear infinite;}.elementor-tag{display:inline-flex;}.elementor-ken-burns{transition-property:transform;transition-duration:10s;transition-timing-function:linear;}.elementor-ken-burns--out{transform:scale(1.3);}.elementor-ken-burns--active{transition-duration:20s;}.elementor-ken-burns--active.elementor-ken-burns--out{transform:scale(1);}.elementor-ken-burns--active.elementor-ken-burns--in{transform:scale(1.3);}@media (min-width:-1){.elementor-widescreen-align-center{text-align:center;}.elementor-widescreen-align-center .elementor-button{width:auto;}.elementor-widescreen-align-right{text-align:right;}.elementor-widescreen-align-right .elementor-button{width:auto;}.elementor-widescreen-align-left{text-align:left;}.elementor-widescreen-align-left .elementor-button{width:auto;}.elementor-widescreen-align-justify .elementor-button{width:100%;}}@media (max-width:-1){.elementor-laptop-align-center{text-align:center;}.elementor-laptop-align-center .elementor-button{width:auto;}.elementor-laptop-align-right{text-align:right;}.elementor-laptop-align-right .elementor-button{width:auto;}.elementor-laptop-align-left{text-align:left;}.elementor-laptop-align-left .elementor-button{width:auto;}.elementor-laptop-align-justify .elementor-button{width:100%;}}@media (max-width:-1){.elementor-tablet_extra-align-center{text-align:center;}.elementor-tablet_extra-align-center .elementor-button{width:auto;}.elementor-tablet_extra-align-right{text-align:right;}.elementor-tablet_extra-align-right .elementor-button{width:auto;}.elementor-tablet_extra-align-left{text-align:left;}.elementor-tablet_extra-align-left .elementor-button{width:auto;}.elementor-tablet_extra-align-justify .elementor-button{width:100%;}}@media (max-width:1024px){.elementor-tablet-align-center{text-align:center;}.elementor-tablet-align-center .elementor-button{width:auto;}.elementor-tablet-align-right{text-align:right;}.elementor-tablet-align-right .elementor-button{width:auto;}.elementor-tablet-align-left{text-align:left;}.elementor-tablet-align-left .elementor-button{width:auto;}.elementor-tablet-align-justify .elementor-button{width:100%;}}@media (max-width:-1){.elementor-mobile_extra-align-center{text-align:center;}.elementor-mobile_extra-align-center .elementor-button{width:auto;}.elementor-mobile_extra-align-right{text-align:right;}.elementor-mobile_extra-align-right .elementor-button{width:auto;}.elementor-mobile_extra-align-left{text-align:left;}.elementor-mobile_extra-align-left .elementor-button{width:auto;}.elementor-mobile_extra-align-justify .elementor-button{width:100%;}}@media (max-width:767px){.elementor-mobile-align-center{text-align:center;}.elementor-mobile-align-center .elementor-button{width:auto;}.elementor-mobile-align-right{text-align:right;}.elementor-mobile-align-right .elementor-button{width:auto;}.elementor-mobile-align-left{text-align:left;}.elementor-mobile-align-left .elementor-button{width:auto;}.elementor-mobile-align-justify .elementor-button{width:100%;}}:root{--page-title-display:block;}.elementor-page-title,h1.entry-title{display:var(--page-title-display);}@keyframes eicon-spin{0%{transform:rotate(0deg);}to{transform:rotate(359deg);}}.eicon-animation-spin{animation:eicon-spin 2s linear infinite;}.elementor-section{position:relative;}.elementor-section .elementor-container{display:flex;margin-right:auto;margin-left:auto;position:relative;}@media (max-width:1024px){.elementor-section .elementor-container{flex-wrap:wrap;}}.elementor-section.elementor-section-boxed>.elementor-container{max-width:1140px;}.elementor-section.elementor-section-stretched{position:relative;width:100%;}.elementor-section.elementor-section-items-top>.elementor-container{align-items:flex-start;}.elementor-section.elementor-section-items-middle>.elementor-container{align-items:center;}.elementor-section.elementor-section-items-bottom>.elementor-container{align-items:flex-end;}@media (min-width:768px){.elementor-section.elementor-section-height-full{height:100vh;}.elementor-section.elementor-section-height-full>.elementor-container{height:100%;}}.elementor-bc-flex-widget .elementor-section-content-top>.elementor-container>.elementor-column>.elementor-widget-wrap{align-items:flex-start;}.elementor-bc-flex-widget .elementor-section-content-middle>.elementor-container>.elementor-column>.elementor-widget-wrap{align-items:center;}.elementor-bc-flex-widget .elementor-section-content-bottom>.elementor-container>.elementor-column>.elementor-widget-wrap{align-items:flex-end;}.elementor-widget-wrap{position:relative;width:100%;flex-wrap:wrap;align-content:flex-start;}.elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap{display:flex;}.elementor-widget-wrap>.elementor-element{width:100%;}.elementor-widget-wrap.e-swiper-container{width:calc(100% - ( var(--e-column-margin-left,0px) + var(--e-column-margin-right,0px) ));}.elementor-widget{position:relative;}.elementor-widget:not(:last-child){margin-bottom:20px;}.elementor-widget:not(:last-child).elementor-absolute,.elementor-widget:not(:last-child).elementor-widget__width-auto,.elementor-widget:not(:last-child).elementor-widget__width-initial{margin-bottom:0;}.elementor-column{position:relative;min-height:1px;display:flex;}.elementor-column-gap-narrow>.elementor-column>.elementor-element-populated{padding:5px;}.elementor-column-gap-default>.elementor-column>.elementor-element-populated{padding:10px;}.elementor-column-gap-extended>.elementor-column>.elementor-element-populated{padding:15px;}.elementor-column-gap-wide>.elementor-column>.elementor-element-populated{padding:20px;}.elementor-column-gap-wider>.elementor-column>.elementor-element-populated{padding:30px;}.elementor-inner-section .elementor-column-gap-no .elementor-element-populated{padding:0;}@media (min-width:768px){.elementor-column.elementor-col-10,.elementor-column[data-col="10"]{width:10%;}.elementor-column.elementor-col-11,.elementor-column[data-col="11"]{width:11.111%;}.elementor-column.elementor-col-12,.elementor-column[data-col="12"]{width:12.5%;}.elementor-column.elementor-col-14,.elementor-column[data-col="14"]{width:14.285%;}.elementor-column.elementor-col-16,.elementor-column[data-col="16"]{width:16.666%;}.elementor-column.elementor-col-20,.elementor-column[data-col="20"]{width:20%;}.elementor-column.elementor-col-25,.elementor-column[data-col="25"]{width:25%;}.elementor-column.elementor-col-30,.elementor-column[data-col="30"]{width:30%;}.elementor-column.elementor-col-33,.elementor-column[data-col="33"]{width:33.333%;}.elementor-column.elementor-col-40,.elementor-column[data-col="40"]{width:40%;}.elementor-column.elementor-col-50,.elementor-column[data-col="50"]{width:50%;}.elementor-column.elementor-col-60,.elementor-column[data-col="60"]{width:60%;}.elementor-column.elementor-col-66,.elementor-column[data-col="66"]{width:66.666%;}.elementor-column.elementor-col-70,.elementor-column[data-col="70"]{width:70%;}.elementor-column.elementor-col-75,.elementor-column[data-col="75"]{width:75%;}.elementor-column.elementor-col-80,.elementor-column[data-col="80"]{width:80%;}.elementor-column.elementor-col-83,.elementor-column[data-col="83"]{width:83.333%;}.elementor-column.elementor-col-90,.elementor-column[data-col="90"]{width:90%;}.elementor-column.elementor-col-100,.elementor-column[data-col="100"]{width:100%;}}@media (max-width:479px){.elementor-column.elementor-xs-10{width:10%;}.elementor-column.elementor-xs-11{width:11.111%;}.elementor-column.elementor-xs-12{width:12.5%;}.elementor-column.elementor-xs-14{width:14.285%;}.elementor-column.elementor-xs-16{width:16.666%;}.elementor-column.elementor-xs-20{width:20%;}.elementor-column.elementor-xs-25{width:25%;}.elementor-column.elementor-xs-30{width:30%;}.elementor-column.elementor-xs-33{width:33.333%;}.elementor-column.elementor-xs-40{width:40%;}.elementor-column.elementor-xs-50{width:50%;}.elementor-column.elementor-xs-60{width:60%;}.elementor-column.elementor-xs-66{width:66.666%;}.elementor-column.elementor-xs-70{width:70%;}.elementor-column.elementor-xs-75{width:75%;}.elementor-column.elementor-xs-80{width:80%;}.elementor-column.elementor-xs-83{width:83.333%;}.elementor-column.elementor-xs-90{width:90%;}.elementor-column.elementor-xs-100{width:100%;}}@media (max-width:767px){.elementor-column.elementor-sm-10{width:10%;}.elementor-column.elementor-sm-11{width:11.111%;}.elementor-column.elementor-sm-12{width:12.5%;}.elementor-column.elementor-sm-14{width:14.285%;}.elementor-column.elementor-sm-16{width:16.666%;}.elementor-column.elementor-sm-20{width:20%;}.elementor-column.elementor-sm-25{width:25%;}.elementor-column.elementor-sm-30{width:30%;}.elementor-column.elementor-sm-33{width:33.333%;}.elementor-column.elementor-sm-40{width:40%;}.elementor-column.elementor-sm-50{width:50%;}.elementor-column.elementor-sm-60{width:60%;}.elementor-column.elementor-sm-66{width:66.666%;}.elementor-column.elementor-sm-70{width:70%;}.elementor-column.elementor-sm-75{width:75%;}.elementor-column.elementor-sm-80{width:80%;}.elementor-column.elementor-sm-83{width:83.333%;}.elementor-column.elementor-sm-90{width:90%;}.elementor-column.elementor-sm-100{width:100%;}}@media (min-width:768px) and (max-width:1024px){.elementor-column.elementor-md-10{width:10%;}.elementor-column.elementor-md-11{width:11.111%;}.elementor-column.elementor-md-12{width:12.5%;}.elementor-column.elementor-md-14{width:14.285%;}.elementor-column.elementor-md-16{width:16.666%;}.elementor-column.elementor-md-20{width:20%;}.elementor-column.elementor-md-25{width:25%;}.elementor-column.elementor-md-30{width:30%;}.elementor-column.elementor-md-33{width:33.333%;}.elementor-column.elementor-md-40{width:40%;}.elementor-column.elementor-md-50{width:50%;}.elementor-column.elementor-md-60{width:60%;}.elementor-column.elementor-md-66{width:66.666%;}.elementor-column.elementor-md-70{width:70%;}.elementor-column.elementor-md-75{width:75%;}.elementor-column.elementor-md-80{width:80%;}.elementor-column.elementor-md-83{width:83.333%;}.elementor-column.elementor-md-90{width:90%;}.elementor-column.elementor-md-100{width:100%;}}@media (min-width:-1){.elementor-reverse-widescreen>.elementor-container>:first-child{order:10;}.elementor-reverse-widescreen>.elementor-container>:nth-child(2){order:9;}.elementor-reverse-widescreen>.elementor-container>:nth-child(3){order:8;}.elementor-reverse-widescreen>.elementor-container>:nth-child(4){order:7;}.elementor-reverse-widescreen>.elementor-container>:nth-child(5){order:6;}.elementor-reverse-widescreen>.elementor-container>:nth-child(6){order:5;}.elementor-reverse-widescreen>.elementor-container>:nth-child(7){order:4;}.elementor-reverse-widescreen>.elementor-container>:nth-child(8){order:3;}.elementor-reverse-widescreen>.elementor-container>:nth-child(9){order:2;}.elementor-reverse-widescreen>.elementor-container>:nth-child(10){order:1;}}@media (min-width:1025px) and (max-width:-1){.elementor-reverse-laptop>.elementor-container>:first-child{order:10;}.elementor-reverse-laptop>.elementor-container>:nth-child(2){order:9;}.elementor-reverse-laptop>.elementor-container>:nth-child(3){order:8;}.elementor-reverse-laptop>.elementor-container>:nth-child(4){order:7;}.elementor-reverse-laptop>.elementor-container>:nth-child(5){order:6;}.elementor-reverse-laptop>.elementor-container>:nth-child(6){order:5;}.elementor-reverse-laptop>.elementor-container>:nth-child(7){order:4;}.elementor-reverse-laptop>.elementor-container>:nth-child(8){order:3;}.elementor-reverse-laptop>.elementor-container>:nth-child(9){order:2;}.elementor-reverse-laptop>.elementor-container>:nth-child(10){order:1;}}@media (min-width:-1) and (max-width:-1){.elementor-reverse-laptop>.elementor-container>:first-child{order:10;}.elementor-reverse-laptop>.elementor-container>:nth-child(2){order:9;}.elementor-reverse-laptop>.elementor-container>:nth-child(3){order:8;}.elementor-reverse-laptop>.elementor-container>:nth-child(4){order:7;}.elementor-reverse-laptop>.elementor-container>:nth-child(5){order:6;}.elementor-reverse-laptop>.elementor-container>:nth-child(6){order:5;}.elementor-reverse-laptop>.elementor-container>:nth-child(7){order:4;}.elementor-reverse-laptop>.elementor-container>:nth-child(8){order:3;}.elementor-reverse-laptop>.elementor-container>:nth-child(9){order:2;}.elementor-reverse-laptop>.elementor-container>:nth-child(10){order:1;}}@media (min-width:1025px) and (max-width:-1){.elementor-reverse-laptop>.elementor-container>:first-child,.elementor-reverse-laptop>.elementor-container>:nth-child(2),.elementor-reverse-laptop>.elementor-container>:nth-child(3),.elementor-reverse-laptop>.elementor-container>:nth-child(4),.elementor-reverse-laptop>.elementor-container>:nth-child(5),.elementor-reverse-laptop>.elementor-container>:nth-child(6),.elementor-reverse-laptop>.elementor-container>:nth-child(7),.elementor-reverse-laptop>.elementor-container>:nth-child(8),.elementor-reverse-laptop>.elementor-container>:nth-child(9),.elementor-reverse-laptop>.elementor-container>:nth-child(10){order:0;}.elementor-reverse-tablet_extra>.elementor-container>:first-child{order:10;}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(2){order:9;}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(3){order:8;}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(4){order:7;}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(5){order:6;}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(6){order:5;}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(7){order:4;}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(8){order:3;}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(9){order:2;}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(10){order:1;}}@media (min-width:768px) and (max-width:1024px){.elementor-reverse-tablet>.elementor-container>:first-child{order:10;}.elementor-reverse-tablet>.elementor-container>:nth-child(2){order:9;}.elementor-reverse-tablet>.elementor-container>:nth-child(3){order:8;}.elementor-reverse-tablet>.elementor-container>:nth-child(4){order:7;}.elementor-reverse-tablet>.elementor-container>:nth-child(5){order:6;}.elementor-reverse-tablet>.elementor-container>:nth-child(6){order:5;}.elementor-reverse-tablet>.elementor-container>:nth-child(7){order:4;}.elementor-reverse-tablet>.elementor-container>:nth-child(8){order:3;}.elementor-reverse-tablet>.elementor-container>:nth-child(9){order:2;}.elementor-reverse-tablet>.elementor-container>:nth-child(10){order:1;}}@media (min-width:-1) and (max-width:1024px){.elementor-reverse-tablet>.elementor-container>:first-child{order:10;}.elementor-reverse-tablet>.elementor-container>:nth-child(2){order:9;}.elementor-reverse-tablet>.elementor-container>:nth-child(3){order:8;}.elementor-reverse-tablet>.elementor-container>:nth-child(4){order:7;}.elementor-reverse-tablet>.elementor-container>:nth-child(5){order:6;}.elementor-reverse-tablet>.elementor-container>:nth-child(6){order:5;}.elementor-reverse-tablet>.elementor-container>:nth-child(7){order:4;}.elementor-reverse-tablet>.elementor-container>:nth-child(8){order:3;}.elementor-reverse-tablet>.elementor-container>:nth-child(9){order:2;}.elementor-reverse-tablet>.elementor-container>:nth-child(10){order:1;}}@media (min-width:768px) and (max-width:-1){.elementor-reverse-tablet>.elementor-container>:first-child,.elementor-reverse-tablet>.elementor-container>:nth-child(2),.elementor-reverse-tablet>.elementor-container>:nth-child(3),.elementor-reverse-tablet>.elementor-container>:nth-child(4),.elementor-reverse-tablet>.elementor-container>:nth-child(5),.elementor-reverse-tablet>.elementor-container>:nth-child(6),.elementor-reverse-tablet>.elementor-container>:nth-child(7),.elementor-reverse-tablet>.elementor-container>:nth-child(8),.elementor-reverse-tablet>.elementor-container>:nth-child(9),.elementor-reverse-tablet>.elementor-container>:nth-child(10){order:0;}.elementor-reverse-mobile_extra>.elementor-container>:first-child{order:10;}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(2){order:9;}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(3){order:8;}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(4){order:7;}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(5){order:6;}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(6){order:5;}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(7){order:4;}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(8){order:3;}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(9){order:2;}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(10){order:1;}}@media (max-width:767px){.elementor-reverse-mobile>.elementor-container>:first-child{order:10;}.elementor-reverse-mobile>.elementor-container>:nth-child(2){order:9;}.elementor-reverse-mobile>.elementor-container>:nth-child(3){order:8;}.elementor-reverse-mobile>.elementor-container>:nth-child(4){order:7;}.elementor-reverse-mobile>.elementor-container>:nth-child(5){order:6;}.elementor-reverse-mobile>.elementor-container>:nth-child(6){order:5;}.elementor-reverse-mobile>.elementor-container>:nth-child(7){order:4;}.elementor-reverse-mobile>.elementor-container>:nth-child(8){order:3;}.elementor-reverse-mobile>.elementor-container>:nth-child(9){order:2;}.elementor-reverse-mobile>.elementor-container>:nth-child(10){order:1;}.elementor-column{width:100%;}}ul.elementor-icon-list-items.elementor-inline-items{display:flex;flex-wrap:wrap;}ul.elementor-icon-list-items.elementor-inline-items .elementor-inline-item{word-break:break-word;}.elementor-grid{display:grid;grid-column-gap:var(--grid-column-gap);grid-row-gap:var(--grid-row-gap);}.elementor-grid .elementor-grid-item{min-width:0;}.elementor-grid-0 .elementor-grid{display:inline-block;width:100%;word-spacing:var(--grid-column-gap);margin-bottom:calc(-1 * var(--grid-row-gap));}.elementor-grid-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word;}.elementor-grid-1 .elementor-grid{grid-template-columns:repeat(1,1fr);}.elementor-grid-2 .elementor-grid{grid-template-columns:repeat(2,1fr);}.elementor-grid-3 .elementor-grid{grid-template-columns:repeat(3,1fr);}.elementor-grid-4 .elementor-grid{grid-template-columns:repeat(4,1fr);}.elementor-grid-5 .elementor-grid{grid-template-columns:repeat(5,1fr);}.elementor-grid-6 .elementor-grid{grid-template-columns:repeat(6,1fr);}.elementor-grid-7 .elementor-grid{grid-template-columns:repeat(7,1fr);}.elementor-grid-8 .elementor-grid{grid-template-columns:repeat(8,1fr);}.elementor-grid-9 .elementor-grid{grid-template-columns:repeat(9,1fr);}.elementor-grid-10 .elementor-grid{grid-template-columns:repeat(10,1fr);}.elementor-grid-11 .elementor-grid{grid-template-columns:repeat(11,1fr);}.elementor-grid-12 .elementor-grid{grid-template-columns:repeat(12,1fr);}@media (min-width:-1){.elementor-grid-widescreen-0 .elementor-grid{display:inline-block;width:100%;word-spacing:var(--grid-column-gap);margin-bottom:calc(-1 * var(--grid-row-gap));}.elementor-grid-widescreen-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word;}.elementor-grid-widescreen-1 .elementor-grid{grid-template-columns:repeat(1,1fr);}.elementor-grid-widescreen-2 .elementor-grid{grid-template-columns:repeat(2,1fr);}.elementor-grid-widescreen-3 .elementor-grid{grid-template-columns:repeat(3,1fr);}.elementor-grid-widescreen-4 .elementor-grid{grid-template-columns:repeat(4,1fr);}.elementor-grid-widescreen-5 .elementor-grid{grid-template-columns:repeat(5,1fr);}.elementor-grid-widescreen-6 .elementor-grid{grid-template-columns:repeat(6,1fr);}.elementor-grid-widescreen-7 .elementor-grid{grid-template-columns:repeat(7,1fr);}.elementor-grid-widescreen-8 .elementor-grid{grid-template-columns:repeat(8,1fr);}.elementor-grid-widescreen-9 .elementor-grid{grid-template-columns:repeat(9,1fr);}.elementor-grid-widescreen-10 .elementor-grid{grid-template-columns:repeat(10,1fr);}.elementor-grid-widescreen-11 .elementor-grid{grid-template-columns:repeat(11,1fr);}.elementor-grid-widescreen-12 .elementor-grid{grid-template-columns:repeat(12,1fr);}}@media (max-width:-1){.elementor-grid-laptop-0 .elementor-grid{display:inline-block;width:100%;word-spacing:var(--grid-column-gap);margin-bottom:calc(-1 * var(--grid-row-gap));}.elementor-grid-laptop-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word;}.elementor-grid-laptop-1 .elementor-grid{grid-template-columns:repeat(1,1fr);}.elementor-grid-laptop-2 .elementor-grid{grid-template-columns:repeat(2,1fr);}.elementor-grid-laptop-3 .elementor-grid{grid-template-columns:repeat(3,1fr);}.elementor-grid-laptop-4 .elementor-grid{grid-template-columns:repeat(4,1fr);}.elementor-grid-laptop-5 .elementor-grid{grid-template-columns:repeat(5,1fr);}.elementor-grid-laptop-6 .elementor-grid{grid-template-columns:repeat(6,1fr);}.elementor-grid-laptop-7 .elementor-grid{grid-template-columns:repeat(7,1fr);}.elementor-grid-laptop-8 .elementor-grid{grid-template-columns:repeat(8,1fr);}.elementor-grid-laptop-9 .elementor-grid{grid-template-columns:repeat(9,1fr);}.elementor-grid-laptop-10 .elementor-grid{grid-template-columns:repeat(10,1fr);}.elementor-grid-laptop-11 .elementor-grid{grid-template-columns:repeat(11,1fr);}.elementor-grid-laptop-12 .elementor-grid{grid-template-columns:repeat(12,1fr);}}@media (max-width:-1){.elementor-grid-tablet_extra-0 .elementor-grid{display:inline-block;width:100%;word-spacing:var(--grid-column-gap);margin-bottom:calc(-1 * var(--grid-row-gap));}.elementor-grid-tablet_extra-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word;}.elementor-grid-tablet_extra-1 .elementor-grid{grid-template-columns:repeat(1,1fr);}.elementor-grid-tablet_extra-2 .elementor-grid{grid-template-columns:repeat(2,1fr);}.elementor-grid-tablet_extra-3 .elementor-grid{grid-template-columns:repeat(3,1fr);}.elementor-grid-tablet_extra-4 .elementor-grid{grid-template-columns:repeat(4,1fr);}.elementor-grid-tablet_extra-5 .elementor-grid{grid-template-columns:repeat(5,1fr);}.elementor-grid-tablet_extra-6 .elementor-grid{grid-template-columns:repeat(6,1fr);}.elementor-grid-tablet_extra-7 .elementor-grid{grid-template-columns:repeat(7,1fr);}.elementor-grid-tablet_extra-8 .elementor-grid{grid-template-columns:repeat(8,1fr);}.elementor-grid-tablet_extra-9 .elementor-grid{grid-template-columns:repeat(9,1fr);}.elementor-grid-tablet_extra-10 .elementor-grid{grid-template-columns:repeat(10,1fr);}.elementor-grid-tablet_extra-11 .elementor-grid{grid-template-columns:repeat(11,1fr);}.elementor-grid-tablet_extra-12 .elementor-grid{grid-template-columns:repeat(12,1fr);}}@media (max-width:1024px){.elementor-grid-tablet-0 .elementor-grid{display:inline-block;width:100%;word-spacing:var(--grid-column-gap);margin-bottom:calc(-1 * var(--grid-row-gap));}.elementor-grid-tablet-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word;}.elementor-grid-tablet-1 .elementor-grid{grid-template-columns:repeat(1,1fr);}.elementor-grid-tablet-2 .elementor-grid{grid-template-columns:repeat(2,1fr);}.elementor-grid-tablet-3 .elementor-grid{grid-template-columns:repeat(3,1fr);}.elementor-grid-tablet-4 .elementor-grid{grid-template-columns:repeat(4,1fr);}.elementor-grid-tablet-5 .elementor-grid{grid-template-columns:repeat(5,1fr);}.elementor-grid-tablet-6 .elementor-grid{grid-template-columns:repeat(6,1fr);}.elementor-grid-tablet-7 .elementor-grid{grid-template-columns:repeat(7,1fr);}.elementor-grid-tablet-8 .elementor-grid{grid-template-columns:repeat(8,1fr);}.elementor-grid-tablet-9 .elementor-grid{grid-template-columns:repeat(9,1fr);}.elementor-grid-tablet-10 .elementor-grid{grid-template-columns:repeat(10,1fr);}.elementor-grid-tablet-11 .elementor-grid{grid-template-columns:repeat(11,1fr);}.elementor-grid-tablet-12 .elementor-grid{grid-template-columns:repeat(12,1fr);}}@media (max-width:-1){.elementor-grid-mobile_extra-0 .elementor-grid{display:inline-block;width:100%;word-spacing:var(--grid-column-gap);margin-bottom:calc(-1 * var(--grid-row-gap));}.elementor-grid-mobile_extra-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word;}.elementor-grid-mobile_extra-1 .elementor-grid{grid-template-columns:repeat(1,1fr);}.elementor-grid-mobile_extra-2 .elementor-grid{grid-template-columns:repeat(2,1fr);}.elementor-grid-mobile_extra-3 .elementor-grid{grid-template-columns:repeat(3,1fr);}.elementor-grid-mobile_extra-4 .elementor-grid{grid-template-columns:repeat(4,1fr);}.elementor-grid-mobile_extra-5 .elementor-grid{grid-template-columns:repeat(5,1fr);}.elementor-grid-mobile_extra-6 .elementor-grid{grid-template-columns:repeat(6,1fr);}.elementor-grid-mobile_extra-7 .elementor-grid{grid-template-columns:repeat(7,1fr);}.elementor-grid-mobile_extra-8 .elementor-grid{grid-template-columns:repeat(8,1fr);}.elementor-grid-mobile_extra-9 .elementor-grid{grid-template-columns:repeat(9,1fr);}.elementor-grid-mobile_extra-10 .elementor-grid{grid-template-columns:repeat(10,1fr);}.elementor-grid-mobile_extra-11 .elementor-grid{grid-template-columns:repeat(11,1fr);}.elementor-grid-mobile_extra-12 .elementor-grid{grid-template-columns:repeat(12,1fr);}}@media (max-width:767px){.elementor-grid-mobile-0 .elementor-grid{display:inline-block;width:100%;word-spacing:var(--grid-column-gap);margin-bottom:calc(-1 * var(--grid-row-gap));}.elementor-grid-mobile-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word;}.elementor-grid-mobile-1 .elementor-grid{grid-template-columns:repeat(1,1fr);}.elementor-grid-mobile-2 .elementor-grid{grid-template-columns:repeat(2,1fr);}.elementor-grid-mobile-3 .elementor-grid{grid-template-columns:repeat(3,1fr);}.elementor-grid-mobile-4 .elementor-grid{grid-template-columns:repeat(4,1fr);}.elementor-grid-mobile-5 .elementor-grid{grid-template-columns:repeat(5,1fr);}.elementor-grid-mobile-6 .elementor-grid{grid-template-columns:repeat(6,1fr);}.elementor-grid-mobile-7 .elementor-grid{grid-template-columns:repeat(7,1fr);}.elementor-grid-mobile-8 .elementor-grid{grid-template-columns:repeat(8,1fr);}.elementor-grid-mobile-9 .elementor-grid{grid-template-columns:repeat(9,1fr);}.elementor-grid-mobile-10 .elementor-grid{grid-template-columns:repeat(10,1fr);}.elementor-grid-mobile-11 .elementor-grid{grid-template-columns:repeat(11,1fr);}.elementor-grid-mobile-12 .elementor-grid{grid-template-columns:repeat(12,1fr);}}@media (min-width:1025px){#elementor-device-mode:after{content:"desktop";}}@media (min-width:-1){#elementor-device-mode:after{content:"widescreen";}}@media (max-width:-1){#elementor-device-mode:after{content:"laptop";content:"tablet_extra";}}@media (max-width:1024px){#elementor-device-mode:after{content:"tablet";}}@media (max-width:-1){#elementor-device-mode:after{content:"mobile_extra";}}@media (max-width:767px){#elementor-device-mode:after{content:"mobile";}}@media (prefers-reduced-motion:no-preference){html{scroll-behavior:smooth;}}.e-con{--border-radius:0;--border-top-width:0px;--border-right-width:0px;--border-bottom-width:0px;--border-left-width:0px;--border-style:initial;--border-color:initial;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--content-width:min(100%,var(--container-max-width,1140px));--width:100%;--min-height:initial;--height:auto;--text-align:initial;--margin-top:0px;--margin-right:0px;--margin-bottom:0px;--margin-left:0px;--padding-top:var(--container-default-padding-top,10px);--padding-right:var(--container-default-padding-right,10px);--padding-bottom:var(--container-default-padding-bottom,10px);--padding-left:var(--container-default-padding-left,10px);--position:relative;--z-index:revert;--overflow:visible;--gap:var(--widgets-spacing,20px);--overlay-mix-blend-mode:initial;--overlay-opacity:1;--overlay-transition:.3s;--e-con-grid-template-columns:repeat(3,1fr);--e-con-grid-template-rows:repeat(2,1fr);position:var(--position);width:var(--width);min-width:0;min-height:var(--min-height);height:var(--height);border-radius:var(--border-radius);z-index:var(--z-index);overflow:var(--overflow);transition:background var(--background-transition,.3s),border var(--border-transition,.3s),box-shadow var(--border-transition,.3s),transform var(--e-con-transform-transition-duration,.4s);--flex-wrap-mobile:wrap;margin-block-start:var(--margin-block-start);margin-inline-end:var(--margin-inline-end);margin-block-end:var(--margin-block-end);margin-inline-start:var(--margin-inline-start);padding-inline-start:var(--padding-inline-start);padding-inline-end:var(--padding-inline-end);--margin-block-start:var(--margin-top);--margin-block-end:var(--margin-bottom);--margin-inline-start:var(--margin-left);--margin-inline-end:var(--margin-right);--padding-inline-start:var(--padding-left);--padding-inline-end:var(--padding-right);--padding-block-start:var(--padding-top);--padding-block-end:var(--padding-bottom);--border-block-start-width:var(--border-top-width);--border-block-end-width:var(--border-bottom-width);--border-inline-start-width:var(--border-left-width);--border-inline-end-width:var(--border-right-width);}body.rtl .e-con{--padding-inline-start:var(--padding-right);--padding-inline-end:var(--padding-left);--margin-inline-start:var(--margin-right);--margin-inline-end:var(--margin-left);--border-inline-start-width:var(--border-right-width);--border-inline-end-width:var(--border-left-width);}.e-con.e-flex{--flex-direction:column;--flex-basis:auto;--flex-grow:0;--flex-shrink:1;flex:var(--flex-grow) var(--flex-shrink) var(--flex-basis);}.e-con-full,.e-con>.e-con-inner{text-align:var(--text-align);padding-block-start:var(--padding-block-start);padding-block-end:var(--padding-block-end);}.e-con-full.e-flex,.e-con.e-flex>.e-con-inner{flex-direction:var(--flex-direction);}.e-con,.e-con>.e-con-inner{display:var(--display);}.e-con.e-grid{--grid-justify-content:start;--grid-align-content:start;--grid-auto-flow:row;}.e-con.e-grid,.e-con.e-grid>.e-con-inner{grid-template-columns:var(--e-con-grid-template-columns);grid-template-rows:var(--e-con-grid-template-rows);justify-content:var(--grid-justify-content);align-content:var(--grid-align-content);grid-auto-flow:var(--grid-auto-flow);justify-items:var(--justify-items);align-items:var(--align-items);}.e-con-boxed.e-flex{flex-direction:column;flex-wrap:nowrap;justify-content:normal;align-items:normal;align-content:normal;}.e-con-boxed.e-grid{justify-items:legacy;grid-template-columns:1fr;grid-template-rows:1fr;}.e-con-boxed{text-align:initial;gap:initial;}.e-con.e-flex>.e-con-inner{flex-wrap:var(--flex-wrap);justify-content:var(--justify-content);align-items:var(--align-items);align-content:var(--align-content);flex-basis:auto;flex-grow:1;flex-shrink:1;align-self:auto;}.e-con.e-grid>.e-con-inner{justify-items:var(--justify-items);align-items:var(--align-items);}.e-con>.e-con-inner{gap:var(--gap);width:100%;max-width:var(--content-width);margin:0 auto;padding-inline-start:0;padding-inline-end:0;height:100%;}:is(.elementor-section-wrap,[data-elementor-id])>.e-con{--margin-left:auto;--margin-right:auto;max-width:min(100%,var(--width));}.e-con .elementor-widget.elementor-widget{margin-block-end:0;}.e-con:before,.e-con>.elementor-background-slideshow:before,.e-con>.elementor-motion-effects-container>.elementor-motion-effects-layer:before,:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container:before{content:var(--background-overlay);display:block;position:absolute;mix-blend-mode:var(--overlay-mix-blend-mode);opacity:var(--overlay-opacity);transition:var(--overlay-transition,.3s);border-radius:var(--border-radius);border-style:var(--border-style);border-color:var(--border-color);border-block-start-width:var(--border-block-start-width);border-inline-end-width:var(--border-inline-end-width);border-block-end-width:var(--border-block-end-width);border-inline-start-width:var(--border-inline-start-width);top:calc(0px - var(--border-top-width));left:calc(0px - var(--border-left-width));width:max(100% + var(--border-left-width) + var(--border-right-width),100%);height:max(100% + var(--border-top-width) + var(--border-bottom-width),100%);}.e-con:before{transition:background var(--overlay-transition,.3s),border-radius var(--border-transition,.3s),opacity var(--overlay-transition,.3s);}.e-con>.elementor-background-slideshow,:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container{border-radius:var(--border-radius);border-style:var(--border-style);border-color:var(--border-color);border-block-start-width:var(--border-block-start-width);border-inline-end-width:var(--border-inline-end-width);border-block-end-width:var(--border-block-end-width);border-inline-start-width:var(--border-inline-start-width);top:calc(0px - var(--border-top-width));left:calc(0px - var(--border-left-width));width:max(100% + var(--border-left-width) + var(--border-right-width),100%);height:max(100% + var(--border-top-width) + var(--border-bottom-width),100%);}@media (max-width:767px){:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container.elementor-hidden-mobile{display:none;}}:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container:before{z-index:1;}:is(.e-con,.e-con>.e-con-inner)>.elementor-background-slideshow:before{z-index:2;}.e-con .elementor-widget{min-width:0;}.e-con .elementor-widget-empty,.e-con .elementor-widget-google_maps,.e-con .elementor-widget-video,.e-con .elementor-widget.e-widget-swiper{width:100%;}.e-con>.e-con-inner>.elementor-widget>.elementor-widget-container,.e-con>.elementor-widget>.elementor-widget-container{height:100%;}.e-con.e-con>.e-con-inner>.elementor-widget,.elementor.elementor .e-con>.elementor-widget{max-width:100%;}@media (max-width:767px){.e-con.e-flex{--width:100%;--flex-wrap:var(--flex-wrap-mobile);}.e-con.e-flex .elementor-widget-archive-posts{width:100%;}}.elementor-form-fields-wrapper{display:flex;flex-wrap:wrap;}.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group .elementor-field-subgroup,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>.elementor-select-wrapper,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>input,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>textarea{flex-basis:100%;max-width:100%;}.elementor-form-fields-wrapper.elementor-labels-inline>.elementor-field-group .elementor-select-wrapper,.elementor-form-fields-wrapper.elementor-labels-inline>.elementor-field-group>input{flex-grow:1;}.elementor-field-group{flex-wrap:wrap;align-items:center;}.elementor-field-group.elementor-field-type-submit{align-items:flex-end;}.elementor-field-group .elementor-field-textual{width:100%;max-width:100%;border:1px solid #69727d;background-color:transparent;color:#1f2124;vertical-align:middle;flex-grow:1;}.elementor-field-group .elementor-field-textual:focus{box-shadow:inset 0 0 0 1px rgba(0,0,0,.1);outline:0;}.elementor-field-group .elementor-field-textual::-moz-placeholder{color:inherit;font-family:inherit;opacity:.6;}.elementor-field-group .elementor-field-textual::placeholder{color:inherit;font-family:inherit;opacity:.6;}.elementor-field-group .elementor-select-wrapper{display:flex;position:relative;width:100%;}.elementor-field-group .elementor-select-wrapper select{-webkit-appearance:none;-moz-appearance:none;appearance:none;color:inherit;font-size:inherit;font-family:inherit;font-weight:inherit;font-style:inherit;text-transform:inherit;letter-spacing:inherit;line-height:inherit;flex-basis:100%;padding-inline-end:20px;}.elementor-field-group .elementor-select-wrapper:before{content:"";font-family:eicons;font-size:15px;position:absolute;top:50%;transform:translateY(-50%);right:10px;pointer-events:none;text-shadow:0 0 3px rgba(0,0,0,.3);}.elementor-field-group.elementor-field-type-select-multiple .elementor-select-wrapper:before{content:"";}.elementor-field-subgroup{display:flex;flex-wrap:wrap;}.elementor-field-subgroup .elementor-field-option label{display:inline-block;}.elementor-field-subgroup.elementor-subgroup-inline .elementor-field-option{padding-inline-end:10px;}.elementor-field-subgroup:not(.elementor-subgroup-inline) .elementor-field-option{flex-basis:100%;}.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option label,.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option label,.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option label{display:inline;}.elementor-field-label{cursor:pointer;}.elementor-mark-required .elementor-field-label:after{content:"*";color:red;padding-inline-start:.2em;}.elementor-field-textual{line-height:1.4;font-size:15px;min-height:40px;padding:5px 14px;border-radius:3px;}.elementor-field-textual.elementor-size-xs{font-size:13px;min-height:33px;padding:4px 12px;border-radius:2px;}.elementor-field-textual.elementor-size-md{font-size:16px;min-height:47px;padding:6px 16px;border-radius:4px;}.elementor-field-textual.elementor-size-lg{font-size:18px;min-height:59px;padding:7px 20px;border-radius:5px;}.elementor-field-textual.elementor-size-xl{font-size:20px;min-height:72px;padding:8px 24px;border-radius:6px;}.elementor-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:100%;}.elementor-button-align-stretch .e-form__buttons__wrapper{flex-basis:50%;flex-grow:1;}.elementor-button-align-stretch .e-form__buttons__wrapper__button{flex-basis:100%;}.elementor-button-align-center .e-form__buttons,.elementor-button-align-center .elementor-field-type-submit{justify-content:center;}.elementor-button-align-start .e-form__buttons,.elementor-button-align-start .elementor-field-type-submit{justify-content:flex-start;}.elementor-button-align-end .e-form__buttons,.elementor-button-align-end .elementor-field-type-submit{justify-content:flex-end;}.elementor-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:auto;}.elementor-button-align-center .e-form__buttons__wrapper,.elementor-button-align-end .e-form__buttons__wrapper,.elementor-button-align-start .e-form__buttons__wrapper{flex-grow:0;}.elementor-button-align-center .e-form__buttons__wrapper,.elementor-button-align-center .e-form__buttons__wrapper__button,.elementor-button-align-end .e-form__buttons__wrapper,.elementor-button-align-end .e-form__buttons__wrapper__button,.elementor-button-align-start .e-form__buttons__wrapper,.elementor-button-align-start .e-form__buttons__wrapper__button{flex-basis:auto;}@media screen and (max-width:1024px){.elementor-tablet-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:100%;}.elementor-tablet-button-align-stretch .e-form__buttons__wrapper{flex-basis:50%;flex-grow:1;}.elementor-tablet-button-align-stretch .e-form__buttons__wrapper__button{flex-basis:100%;}.elementor-tablet-button-align-center .e-form__buttons,.elementor-tablet-button-align-center .elementor-field-type-submit{justify-content:center;}.elementor-tablet-button-align-start .e-form__buttons,.elementor-tablet-button-align-start .elementor-field-type-submit{justify-content:flex-start;}.elementor-tablet-button-align-end .e-form__buttons,.elementor-tablet-button-align-end .elementor-field-type-submit{justify-content:flex-end;}.elementor-tablet-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-tablet-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-tablet-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:auto;}.elementor-tablet-button-align-center .e-form__buttons__wrapper,.elementor-tablet-button-align-end .e-form__buttons__wrapper,.elementor-tablet-button-align-start .e-form__buttons__wrapper{flex-grow:0;}.elementor-tablet-button-align-center .e-form__buttons__wrapper,.elementor-tablet-button-align-center .e-form__buttons__wrapper__button,.elementor-tablet-button-align-end .e-form__buttons__wrapper,.elementor-tablet-button-align-end .e-form__buttons__wrapper__button,.elementor-tablet-button-align-start .e-form__buttons__wrapper,.elementor-tablet-button-align-start .e-form__buttons__wrapper__button{flex-basis:auto;}}@media screen and (max-width:767px){.elementor-mobile-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:100%;}.elementor-mobile-button-align-stretch .e-form__buttons__wrapper{flex-basis:50%;flex-grow:1;}.elementor-mobile-button-align-stretch .e-form__buttons__wrapper__button{flex-basis:100%;}.elementor-mobile-button-align-center .e-form__buttons,.elementor-mobile-button-align-center .elementor-field-type-submit{justify-content:center;}.elementor-mobile-button-align-start .e-form__buttons,.elementor-mobile-button-align-start .elementor-field-type-submit{justify-content:flex-start;}.elementor-mobile-button-align-end .e-form__buttons,.elementor-mobile-button-align-end .elementor-field-type-submit{justify-content:flex-end;}.elementor-mobile-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-mobile-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-mobile-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:auto;}.elementor-mobile-button-align-center .e-form__buttons__wrapper,.elementor-mobile-button-align-end .e-form__buttons__wrapper,.elementor-mobile-button-align-start .e-form__buttons__wrapper{flex-grow:0;}.elementor-mobile-button-align-center .e-form__buttons__wrapper,.elementor-mobile-button-align-center .e-form__buttons__wrapper__button,.elementor-mobile-button-align-end .e-form__buttons__wrapper,.elementor-mobile-button-align-end .e-form__buttons__wrapper__button,.elementor-mobile-button-align-start .e-form__buttons__wrapper,.elementor-mobile-button-align-start .e-form__buttons__wrapper__button{flex-basis:auto;}}.elementor-error .elementor-field{border-color:#d9534f;}.elementor-error .help-inline{color:#d9534f;font-size:.9em;}.elementor-message{margin:10px 0;font-size:1em;line-height:1;}.elementor-message:before{content:"";display:inline-block;font-family:eicons;font-weight:400;font-style:normal;vertical-align:middle;margin-inline-end:5px;}.elementor-message.elementor-message-danger{color:#d9534f;}.elementor-message.elementor-message-danger:before{content:"";}.elementor-message.form-message-success{color:#5cb85c;}.elementor-form .elementor-button{padding-block-start:0;padding-block-end:0;border:none;}.elementor-form .elementor-button-content-wrapper,.elementor-form .elementor-button>span{display:flex;justify-content:center;flex-direction:row;gap:5px;}.elementor-form .elementor-button.elementor-size-xs{min-height:33px;}.elementor-form .elementor-button.elementor-size-sm{min-height:40px;}.elementor-form .elementor-button.elementor-size-md{min-height:47px;}.elementor-form .elementor-button.elementor-size-lg{min-height:59px;}.elementor-form .elementor-button.elementor-size-xl{min-height:72px;}.elementor-element .elementor-widget-container{transition:background .3s,border .3s,border-radius .3s,box-shadow .3s,transform var(--e-transform-transition-duration,.4s);}.elementor-heading-title{padding:0;margin:0;line-height:1;}.elementor-button{display:inline-block;line-height:1;background-color:#69727d;font-size:15px;padding:12px 24px;border-radius:3px;color:#fff;fill:#fff;text-align:center;transition:all .3s;}.elementor-button:focus,.elementor-button:hover,.elementor-button:visited{color:#fff;}.elementor-button-content-wrapper{display:flex;justify-content:center;flex-direction:row;gap:5px;}.elementor-button-icon svg{width:1em;height:auto;}.elementor-button-icon .e-font-icon-svg{height:1em;}.elementor-button-text{display:inline-block;}.elementor-button.elementor-size-xs{font-size:13px;padding:10px 20px;border-radius:2px;}.elementor-button.elementor-size-md{font-size:16px;padding:15px 30px;border-radius:4px;}.elementor-button.elementor-size-lg{font-size:18px;padding:20px 40px;border-radius:5px;}.elementor-button.elementor-size-xl{font-size:20px;padding:25px 50px;border-radius:6px;}.elementor-button span{text-decoration:inherit;}.elementor-element.elementor-button-info .elementor-button{background-color:#5bc0de;}.elementor-element.elementor-button-success .elementor-button{background-color:#5cb85c;}.elementor-element.elementor-button-warning .elementor-button{background-color:#f0ad4e;}.elementor-element.elementor-button-danger .elementor-button{background-color:#d9534f;}.elementor-widget-button .elementor-button .elementor-button-info{background-color:#5bc0de;}.elementor-widget-button .elementor-button .elementor-button-success{background-color:#5cb85c;}.elementor-widget-button .elementor-button .elementor-button-warning{background-color:#f0ad4e;}.elementor-widget-button .elementor-button .elementor-button-danger{background-color:#d9534f;}.elementor-tab-title a{color:inherit;}.elementor-view-stacked .elementor-icon{padding:.5em;background-color:#69727d;color:#fff;fill:#fff;}.elementor-view-framed .elementor-icon{padding:.5em;color:#69727d;border:3px solid #69727d;background-color:transparent;}.elementor-icon{display:inline-block;line-height:1;transition:all .3s;color:#69727d;font-size:50px;text-align:center;}.elementor-icon:hover{color:#69727d;}.elementor-icon i,.elementor-icon svg{width:1em;height:1em;position:relative;display:block;}.elementor-icon i:before,.elementor-icon svg:before{position:absolute;left:50%;transform:translateX(-50%);}.elementor-icon i.fad{width:auto;}.elementor-shape-square .elementor-icon{border-radius:0;}.elementor-shape-rounded .elementor-icon{border-radius:10%;}.elementor-shape-circle .elementor-icon{border-radius:50%;}.e-transform .elementor-widget-container{transform:perspective(var(--e-transform-perspective,0)) rotate(var(--e-transform-rotateZ,0)) rotateX(var(--e-transform-rotateX,0)) rotateY(var(--e-transform-rotateY,0)) translate(var(--e-transform-translate,0)) translateX(var(--e-transform-translateX,0)) translateY(var(--e-transform-translateY,0)) scaleX(calc(var(--e-transform-flipX,1) * var(--e-transform-scaleX,var(--e-transform-scale,1)))) scaleY(calc(var(--e-transform-flipY,1) * var(--e-transform-scaleY,var(--e-transform-scale,1)))) skewX(var(--e-transform-skewX,0)) skewY(var(--e-transform-skewY,0));transform-origin:var(--e-transform-origin-y) var(--e-transform-origin-x);}.e-con.e-transform{transform:perspective(var(--e-con-transform-perspective,0)) rotate(var(--e-con-transform-rotateZ,0)) rotateX(var(--e-con-transform-rotateX,0)) rotateY(var(--e-con-transform-rotateY,0)) translate(var(--e-con-transform-translate,0)) translateX(var(--e-con-transform-translateX,0)) translateY(var(--e-con-transform-translateY,0)) scaleX(calc(var(--e-con-transform-flipX,1) * var(--e-con-transform-scaleX,var(--e-con-transform-scale,1)))) scaleY(calc(var(--e-con-transform-flipY,1) * var(--e-con-transform-scaleY,var(--e-con-transform-scale,1)))) skewX(var(--e-con-transform-skewX,0)) skewY(var(--e-con-transform-skewY,0));transform-origin:var(--e-con-transform-origin-y) var(--e-con-transform-origin-x);}.animated{animation-duration:1.25s;}.animated.animated-slow{animation-duration:2s;}.animated.animated-fast{animation-duration:.75s;}.animated.infinite{animation-iteration-count:infinite;}.animated.reverse{animation-direction:reverse;animation-fill-mode:forwards;}@media (prefers-reduced-motion:reduce){.animated{animation:none;}}.elementor-post__thumbnail__link{transition:none;}#left-area ul.elementor-icon-list-items,.elementor-edit-area .elementor-element ul.elementor-icon-list-items,.elementor .elementor-element ul.elementor-icon-list-items{padding:0;}.e--ua-appleWebkit.rtl{--flex-right:flex-start;}.e--ua-appleWebkit .elementor-share-buttons--align-right,.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-right{--justify-content:var(--flex-right,flex-end);}.e--ua-appleWebkit .elementor-share-buttons--align-center,.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-center{--justify-content:center;}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-center .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-justify .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-right .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-center .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-right .elementor-grid{width:auto;display:flex;flex-wrap:wrap;justify-content:var(--justify-content,space-between);margin-left:calc(-.5 * var(--grid-column-gap));margin-right:calc(-.5 * var(--grid-column-gap));}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-center .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-justify .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-right .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-center .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-right .elementor-grid-item{margin-left:calc(.5 * var(--grid-column-gap));margin-right:calc(.5 * var(--grid-column-gap));}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-left .elementor-grid{display:inline-block;}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-left .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-left .elementor-grid-item{margin-left:0;margin-right:0;}@media (max-width:1024px){.e--ua-appleWebkit .elementor-share-buttons-tablet--align-right,.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-tablet-right{--justify-content:var(--flex-right,flex-end);}.e--ua-appleWebkit .elementor-share-buttons-tablet--align-center,.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-tablet-center{--justify-content:center;}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-center .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-justify .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-right .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-center .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-right .elementor-grid{width:auto;display:flex;flex-wrap:wrap;justify-content:var(--justify-content,space-between);margin-left:calc(-.5 * var(--grid-column-gap));margin-right:calc(-.5 * var(--grid-column-gap));}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-center .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-justify .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-right .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-center .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-right .elementor-grid-item{margin-left:calc(.5 * var(--grid-column-gap));margin-right:calc(.5 * var(--grid-column-gap));}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-tablet--align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-left .elementor-grid{display:inline-block;}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-tablet--align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-tablet--align-left .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-left .elementor-grid-item{margin-left:0;margin-right:0;}}@media (max-width:767px){.e--ua-appleWebkit .elementor-share-buttons-mobile--align-right,.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-mobile-right{--justify-content:var(--flex-right,flex-end);}.e--ua-appleWebkit .elementor-share-buttons-mobile--align-center,.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-mobile-center{--justify-content:center;}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-center .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-justify .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-right .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-center .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-right .elementor-grid{width:auto;display:flex;flex-wrap:wrap;justify-content:var(--justify-content,space-between);margin-left:calc(-.5 * var(--grid-column-gap));margin-right:calc(-.5 * var(--grid-column-gap));}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-center .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-justify .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-right .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-center .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-right .elementor-grid-item{margin-left:calc(.5 * var(--grid-column-gap));margin-right:calc(.5 * var(--grid-column-gap));}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-mobile--align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-left .elementor-grid{display:inline-block;}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-mobile--align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-mobile--align-left .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-left .elementor-grid-item{margin-left:0;margin-right:0;}}@media (max-width:767px){.elementor .elementor-hidden-mobile{display:none;}}@media (min-width:-1) and (max-width:-1){.elementor .elementor-hidden-mobile_extra{display:none;}}@media (min-width:768px) and (max-width:1024px){.elementor .elementor-hidden-tablet{display:none;}}@media (min-width:-1) and (max-width:-1){.elementor .elementor-hidden-laptop,.elementor .elementor-hidden-tablet_extra{display:none;}}@media (min-width:1025px) and (max-width:99999px){.elementor .elementor-hidden-desktop{display:none;}}@media (min-width:-1){.elementor .elementor-hidden-widescreen{display:none;}}.elementor-widget-image{text-align:center;}.elementor-widget-image a{display:inline-block;}.elementor-widget-image a img[src$=".svg"]{width:48px;}.elementor-widget-image img{vertical-align:middle;display:inline-block;}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit;}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px;}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px;}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px;}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px;}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px;}.elementor-widget-icon-box .elementor-icon-box-wrapper{display:block;text-align:center;}.elementor-widget-icon-box .elementor-icon-box-icon{margin-bottom:var(--icon-box-icon-margin,15px);margin-right:auto;margin-left:auto;}@media (min-width:768px){.elementor-widget-icon-box.elementor-vertical-align-top .elementor-icon-box-wrapper{align-items:flex-start;}.elementor-widget-icon-box.elementor-vertical-align-middle .elementor-icon-box-wrapper{align-items:center;}.elementor-widget-icon-box.elementor-vertical-align-bottom .elementor-icon-box-wrapper{align-items:flex-end;}}.elementor-widget-icon-box.elementor-position-left .elementor-icon-box-wrapper,.elementor-widget-icon-box.elementor-position-right .elementor-icon-box-wrapper{display:flex;}.elementor-widget-icon-box.elementor-position-left .elementor-icon-box-icon,.elementor-widget-icon-box.elementor-position-right .elementor-icon-box-icon{display:inline-flex;flex:0 0 auto;}.elementor-widget-icon-box.elementor-position-right .elementor-icon-box-wrapper{text-align:end;flex-direction:row-reverse;}.elementor-widget-icon-box.elementor-position-right .elementor-icon-box-icon{margin-left:var(--icon-box-icon-margin,15px);margin-right:0;margin-bottom:unset;}.elementor-widget-icon-box.elementor-position-left .elementor-icon-box-wrapper{text-align:start;flex-direction:row;}.elementor-widget-icon-box.elementor-position-left .elementor-icon-box-icon{margin-right:var(--icon-box-icon-margin,15px);margin-left:0;margin-bottom:unset;}.elementor-widget-icon-box.elementor-position-top .elementor-icon-box-wrapper{display:block;text-align:center;flex-direction:unset;}.elementor-widget-icon-box.elementor-position-top .elementor-icon-box-icon{margin-bottom:var(--icon-box-icon-margin,15px);margin-right:auto;margin-left:auto;}@media (min-width:-1){.elementor-widget-icon-box.elementor-widescreen-position-left .elementor-icon-box-wrapper,.elementor-widget-icon-box.elementor-widescreen-position-right .elementor-icon-box-wrapper{display:flex;}.elementor-widget-icon-box.elementor-widescreen-position-left .elementor-icon-box-icon,.elementor-widget-icon-box.elementor-widescreen-position-right .elementor-icon-box-icon{display:inline-flex;flex:0 0 auto;}.elementor-widget-icon-box.elementor-widescreen-position-right .elementor-icon-box-wrapper{text-align:end;flex-direction:row-reverse;}.elementor-widget-icon-box.elementor-widescreen-position-right .elementor-icon-box-icon{margin-left:var(--icon-box-icon-margin,15px);margin-right:0;margin-bottom:unset;}.elementor-widget-icon-box.elementor-widescreen-position-left .elementor-icon-box-wrapper{text-align:start;flex-direction:row;}.elementor-widget-icon-box.elementor-widescreen-position-left .elementor-icon-box-icon{margin-right:var(--icon-box-icon-margin,15px);margin-left:0;margin-bottom:unset;}.elementor-widget-icon-box.elementor-widescreen-position-top .elementor-icon-box-wrapper{display:block;text-align:center;flex-direction:unset;}.elementor-widget-icon-box.elementor-widescreen-position-top .elementor-icon-box-icon{margin-bottom:var(--icon-box-icon-margin,15px);margin-right:auto;margin-left:auto;}}@media (max-width:-1){.elementor-widget-icon-box.elementor-laptop-position-left .elementor-icon-box-wrapper,.elementor-widget-icon-box.elementor-laptop-position-right .elementor-icon-box-wrapper{display:flex;}.elementor-widget-icon-box.elementor-laptop-position-left .elementor-icon-box-icon,.elementor-widget-icon-box.elementor-laptop-position-right .elementor-icon-box-icon{display:inline-flex;flex:0 0 auto;}.elementor-widget-icon-box.elementor-laptop-position-right .elementor-icon-box-wrapper{text-align:end;flex-direction:row-reverse;}.elementor-widget-icon-box.elementor-laptop-position-right .elementor-icon-box-icon{margin-left:var(--icon-box-icon-margin,15px);margin-right:0;margin-bottom:unset;}.elementor-widget-icon-box.elementor-laptop-position-left .elementor-icon-box-wrapper{text-align:start;flex-direction:row;}.elementor-widget-icon-box.elementor-laptop-position-left .elementor-icon-box-icon{margin-right:var(--icon-box-icon-margin,15px);margin-left:0;margin-bottom:unset;}.elementor-widget-icon-box.elementor-laptop-position-top .elementor-icon-box-wrapper{display:block;text-align:center;flex-direction:unset;}.elementor-widget-icon-box.elementor-laptop-position-top .elementor-icon-box-icon{margin-bottom:var(--icon-box-icon-margin,15px);margin-right:auto;margin-left:auto;}}@media (max-width:-1){.elementor-widget-icon-box.elementor-tablet_extra-position-left .elementor-icon-box-wrapper,.elementor-widget-icon-box.elementor-tablet_extra-position-right .elementor-icon-box-wrapper{display:flex;}.elementor-widget-icon-box.elementor-tablet_extra-position-left .elementor-icon-box-icon,.elementor-widget-icon-box.elementor-tablet_extra-position-right .elementor-icon-box-icon{display:inline-flex;flex:0 0 auto;}.elementor-widget-icon-box.elementor-tablet_extra-position-right .elementor-icon-box-wrapper{text-align:end;flex-direction:row-reverse;}.elementor-widget-icon-box.elementor-tablet_extra-position-right .elementor-icon-box-icon{margin-left:var(--icon-box-icon-margin,15px);margin-right:0;margin-bottom:unset;}.elementor-widget-icon-box.elementor-tablet_extra-position-left .elementor-icon-box-wrapper{text-align:start;flex-direction:row;}.elementor-widget-icon-box.elementor-tablet_extra-position-left .elementor-icon-box-icon{margin-right:var(--icon-box-icon-margin,15px);margin-left:0;margin-bottom:unset;}.elementor-widget-icon-box.elementor-tablet_extra-position-top .elementor-icon-box-wrapper{display:block;text-align:center;flex-direction:unset;}.elementor-widget-icon-box.elementor-tablet_extra-position-top .elementor-icon-box-icon{margin-bottom:var(--icon-box-icon-margin,15px);margin-right:auto;margin-left:auto;}}@media (max-width:1024px){.elementor-widget-icon-box.elementor-tablet-position-left .elementor-icon-box-wrapper,.elementor-widget-icon-box.elementor-tablet-position-right .elementor-icon-box-wrapper{display:flex;}.elementor-widget-icon-box.elementor-tablet-position-left .elementor-icon-box-icon,.elementor-widget-icon-box.elementor-tablet-position-right .elementor-icon-box-icon{display:inline-flex;flex:0 0 auto;}.elementor-widget-icon-box.elementor-tablet-position-right .elementor-icon-box-wrapper{text-align:end;flex-direction:row-reverse;}.elementor-widget-icon-box.elementor-tablet-position-right .elementor-icon-box-icon{margin-left:var(--icon-box-icon-margin,15px);margin-right:0;margin-bottom:unset;}.elementor-widget-icon-box.elementor-tablet-position-left .elementor-icon-box-wrapper{text-align:start;flex-direction:row;}.elementor-widget-icon-box.elementor-tablet-position-left .elementor-icon-box-icon{margin-right:var(--icon-box-icon-margin,15px);margin-left:0;margin-bottom:unset;}.elementor-widget-icon-box.elementor-tablet-position-top .elementor-icon-box-wrapper{display:block;text-align:center;flex-direction:unset;}.elementor-widget-icon-box.elementor-tablet-position-top .elementor-icon-box-icon{margin-bottom:var(--icon-box-icon-margin,15px);margin-right:auto;margin-left:auto;}}@media (max-width:-1){.elementor-widget-icon-box.elementor-mobile_extra-position-left .elementor-icon-box-wrapper,.elementor-widget-icon-box.elementor-mobile_extra-position-right .elementor-icon-box-wrapper{display:flex;}.elementor-widget-icon-box.elementor-mobile_extra-position-left .elementor-icon-box-icon,.elementor-widget-icon-box.elementor-mobile_extra-position-right .elementor-icon-box-icon{display:inline-flex;flex:0 0 auto;}.elementor-widget-icon-box.elementor-mobile_extra-position-right .elementor-icon-box-wrapper{text-align:end;flex-direction:row-reverse;}.elementor-widget-icon-box.elementor-mobile_extra-position-right .elementor-icon-box-icon{margin-left:var(--icon-box-icon-margin,15px);margin-right:0;margin-bottom:unset;}.elementor-widget-icon-box.elementor-mobile_extra-position-left .elementor-icon-box-wrapper{text-align:start;flex-direction:row;}.elementor-widget-icon-box.elementor-mobile_extra-position-left .elementor-icon-box-icon{margin-right:var(--icon-box-icon-margin,15px);margin-left:0;margin-bottom:unset;}.elementor-widget-icon-box.elementor-mobile_extra-position-top .elementor-icon-box-wrapper{display:block;text-align:center;flex-direction:unset;}.elementor-widget-icon-box.elementor-mobile_extra-position-top .elementor-icon-box-icon{margin-bottom:var(--icon-box-icon-margin,15px);margin-right:auto;margin-left:auto;}}@media (max-width:767px){.elementor-widget-icon-box.elementor-mobile-position-left .elementor-icon-box-wrapper,.elementor-widget-icon-box.elementor-mobile-position-right .elementor-icon-box-wrapper{display:flex;}.elementor-widget-icon-box.elementor-mobile-position-left .elementor-icon-box-icon,.elementor-widget-icon-box.elementor-mobile-position-right .elementor-icon-box-icon{display:inline-flex;flex:0 0 auto;}.elementor-widget-icon-box.elementor-mobile-position-right .elementor-icon-box-wrapper{text-align:end;flex-direction:row-reverse;}.elementor-widget-icon-box.elementor-mobile-position-right .elementor-icon-box-icon{margin-left:var(--icon-box-icon-margin,15px);margin-right:0;margin-bottom:unset;}.elementor-widget-icon-box.elementor-mobile-position-left .elementor-icon-box-wrapper{text-align:start;flex-direction:row;}.elementor-widget-icon-box.elementor-mobile-position-left .elementor-icon-box-icon{margin-right:var(--icon-box-icon-margin,15px);margin-left:0;margin-bottom:unset;}.elementor-widget-icon-box.elementor-mobile-position-top .elementor-icon-box-wrapper{display:block;text-align:center;flex-direction:unset;}.elementor-widget-icon-box.elementor-mobile-position-top .elementor-icon-box-icon{margin-bottom:var(--icon-box-icon-margin,15px);margin-right:auto;margin-left:auto;}.elementor-widget-icon-box.elementor-position-left .elementor-icon-box-icon,.elementor-widget-icon-box.elementor-position-right .elementor-icon-box-icon{display:block;flex:unset;}}.elementor-widget-icon-box .elementor-icon-box-title a{color:inherit;}.elementor-widget-icon-box .elementor-icon-box-content{flex-grow:1;}.elementor-widget-icon-box .elementor-icon-box-description{margin:0;}:root{--swiper-theme-color:#007aff;}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;}.swiper-vertical>.swiper-wrapper{flex-direction:column;}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box;}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0);}.swiper-pointer-events{touch-action:pan-y;}.swiper-pointer-events.swiper-vertical{touch-action:pan-x;}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;}.swiper-slide-invisible-blank{visibility:hidden;}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto;}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height;}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden;}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px;}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d;}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10;}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15);}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0));}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0));}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0));}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0));}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none;}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none;}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start;}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory;}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory;}.swiper-centered>.swiper-wrapper::before{content:"";flex-shrink:0;order:9999;}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before);}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after);}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before);}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after);}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0);}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:"";position:absolute;left:0;top:0;pointer-events:none;}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size);}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size);}:root{--swiper-navigation-size:44px;}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size) / 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - ( var(--swiper-navigation-size) / 2 ));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color));}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none;}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none;}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none !important;}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none !important;letter-spacing:0;font-variant:initial;line-height:1;}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;right:auto;}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev";}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:10px;left:auto;}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next";}.swiper-button-lock{display:none;}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10;}.swiper-pagination.swiper-pagination-hidden{opacity:0;}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none !important;}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%;}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0;}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative;}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1);}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1);}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66);}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33);}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66);}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33);}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:50%;background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity,.2);}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none;}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer;}.swiper-pagination-bullet:only-child{display:none !important;}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity,1);background:var(--swiper-pagination-color,var(--swiper-theme-color));}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0);}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block;}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px;}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top;}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px);}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap;}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left;}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right;}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute;}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top;}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top;}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0;}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0;}.swiper-pagination-lock{display:none;}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1);}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none !important;}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%;}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%;}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0;}.swiper-scrollbar-cursor-drag{cursor:move;}.swiper-scrollbar-lock{display:none;}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center;}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain;}.swiper-slide-zoomed{cursor:move;}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent;}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear;}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff;}.swiper-lazy-preloader-black{--swiper-preloader-color:#000;}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg);}100%{transform:rotate(360deg);}}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000;}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto;}.swiper-grid>.swiper-wrapper{flex-wrap:wrap;}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column;}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out;}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity;}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none;}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto;}.swiper-cube{overflow:visible;}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%;}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none;}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0;}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto;}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible;}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden;}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0;}.swiper-cube .swiper-cube-shadow:before{content:"";background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px);}.swiper-flip{overflow:visible;}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none;}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto;}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden;}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height;}.swiper-cards{overflow:visible;}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;}.elementor-element,.elementor-lightbox{--swiper-theme-color:#000;--swiper-navigation-size:44px;--swiper-pagination-bullet-size:6px;--swiper-pagination-bullet-horizontal-gap:6px;}.elementor-element .swiper-container .swiper-slide figure,.elementor-element .swiper .swiper-slide figure,.elementor-lightbox .swiper-container .swiper-slide figure,.elementor-lightbox .swiper .swiper-slide figure{line-height:0;}.elementor-element .swiper-container .elementor-lightbox-content-source,.elementor-element .swiper .elementor-lightbox-content-source,.elementor-lightbox .swiper-container .elementor-lightbox-content-source,.elementor-lightbox .swiper .elementor-lightbox-content-source{display:none;}.elementor-element .swiper-container .elementor-swiper-button,.elementor-element .swiper-container~.elementor-swiper-button,.elementor-element .swiper .elementor-swiper-button,.elementor-element .swiper~.elementor-swiper-button,.elementor-lightbox .swiper-container .elementor-swiper-button,.elementor-lightbox .swiper-container~.elementor-swiper-button,.elementor-lightbox .swiper .elementor-swiper-button,.elementor-lightbox .swiper~.elementor-swiper-button{position:absolute;display:inline-flex;z-index:1;cursor:pointer;font-size:25px;color:hsla(0,0%,93.3%,.9);top:50%;transform:translateY(-50%);}.elementor-element .swiper-container .elementor-swiper-button svg,.elementor-element .swiper-container~.elementor-swiper-button svg,.elementor-element .swiper .elementor-swiper-button svg,.elementor-element .swiper~.elementor-swiper-button svg,.elementor-lightbox .swiper-container .elementor-swiper-button svg,.elementor-lightbox .swiper-container~.elementor-swiper-button svg,.elementor-lightbox .swiper .elementor-swiper-button svg,.elementor-lightbox .swiper~.elementor-swiper-button svg{fill:hsla(0,0%,93.3%,.9);height:1em;width:1em;}.elementor-element .swiper-container .elementor-swiper-button-prev,.elementor-element .swiper-container~.elementor-swiper-button-prev,.elementor-element .swiper .elementor-swiper-button-prev,.elementor-element .swiper~.elementor-swiper-button-prev,.elementor-lightbox .swiper-container .elementor-swiper-button-prev,.elementor-lightbox .swiper-container~.elementor-swiper-button-prev,.elementor-lightbox .swiper .elementor-swiper-button-prev,.elementor-lightbox .swiper~.elementor-swiper-button-prev{left:10px;}.elementor-element .swiper-container .elementor-swiper-button-next,.elementor-element .swiper-container~.elementor-swiper-button-next,.elementor-element .swiper .elementor-swiper-button-next,.elementor-element .swiper~.elementor-swiper-button-next,.elementor-lightbox .swiper-container .elementor-swiper-button-next,.elementor-lightbox .swiper-container~.elementor-swiper-button-next,.elementor-lightbox .swiper .elementor-swiper-button-next,.elementor-lightbox .swiper~.elementor-swiper-button-next{right:10px;}.elementor-element .swiper-container .elementor-swiper-button.swiper-button-disabled,.elementor-element .swiper-container~.elementor-swiper-button.swiper-button-disabled,.elementor-element .swiper .elementor-swiper-button.swiper-button-disabled,.elementor-element .swiper~.elementor-swiper-button.swiper-button-disabled,.elementor-lightbox .swiper-container .elementor-swiper-button.swiper-button-disabled,.elementor-lightbox .swiper-container~.elementor-swiper-button.swiper-button-disabled,.elementor-lightbox .swiper .elementor-swiper-button.swiper-button-disabled,.elementor-lightbox .swiper~.elementor-swiper-button.swiper-button-disabled{opacity:.3;}.elementor-element .swiper-container .swiper-image-stretch .swiper-slide .swiper-slide-image,.elementor-element .swiper .swiper-image-stretch .swiper-slide .swiper-slide-image,.elementor-lightbox .swiper-container .swiper-image-stretch .swiper-slide .swiper-slide-image,.elementor-lightbox .swiper .swiper-image-stretch .swiper-slide .swiper-slide-image{width:100%;}.elementor-element .swiper-container .swiper-horizontal>.swiper-pagination-bullets,.elementor-element .swiper-container .swiper-pagination-bullets.swiper-pagination-horizontal,.elementor-element .swiper-container .swiper-pagination-custom,.elementor-element .swiper-container .swiper-pagination-fraction,.elementor-element .swiper-container~.swiper-pagination-bullets.swiper-pagination-horizontal,.elementor-element .swiper-container~.swiper-pagination-custom,.elementor-element .swiper-container~.swiper-pagination-fraction,.elementor-element .swiper .swiper-horizontal>.swiper-pagination-bullets,.elementor-element .swiper .swiper-pagination-bullets.swiper-pagination-horizontal,.elementor-element .swiper .swiper-pagination-custom,.elementor-element .swiper .swiper-pagination-fraction,.elementor-element .swiper~.swiper-pagination-bullets.swiper-pagination-horizontal,.elementor-element .swiper~.swiper-pagination-custom,.elementor-element .swiper~.swiper-pagination-fraction,.elementor-lightbox .swiper-container .swiper-horizontal>.swiper-pagination-bullets,.elementor-lightbox .swiper-container .swiper-pagination-bullets.swiper-pagination-horizontal,.elementor-lightbox .swiper-container .swiper-pagination-custom,.elementor-lightbox .swiper-container .swiper-pagination-fraction,.elementor-lightbox .swiper-container~.swiper-pagination-bullets.swiper-pagination-horizontal,.elementor-lightbox .swiper-container~.swiper-pagination-custom,.elementor-lightbox .swiper-container~.swiper-pagination-fraction,.elementor-lightbox .swiper .swiper-horizontal>.swiper-pagination-bullets,.elementor-lightbox .swiper .swiper-pagination-bullets.swiper-pagination-horizontal,.elementor-lightbox .swiper .swiper-pagination-custom,.elementor-lightbox .swiper .swiper-pagination-fraction,.elementor-lightbox .swiper~.swiper-pagination-bullets.swiper-pagination-horizontal,.elementor-lightbox .swiper~.swiper-pagination-custom,.elementor-lightbox .swiper~.swiper-pagination-fraction{bottom:5px;}.elementor-element .swiper-container.swiper-cube .elementor-swiper-button,.elementor-element .swiper-container.swiper-cube~.elementor-swiper-button,.elementor-element .swiper.swiper-cube .elementor-swiper-button,.elementor-element .swiper.swiper-cube~.elementor-swiper-button,.elementor-lightbox .swiper-container.swiper-cube .elementor-swiper-button,.elementor-lightbox .swiper-container.swiper-cube~.elementor-swiper-button,.elementor-lightbox .swiper.swiper-cube .elementor-swiper-button,.elementor-lightbox .swiper.swiper-cube~.elementor-swiper-button{transform:translate3d(0,-50%,1px);}.elementor-element :where(.swiper-container-horizontal)~.swiper-pagination-bullets,.elementor-lightbox :where(.swiper-container-horizontal)~.swiper-pagination-bullets{bottom:5px;left:0;width:100%;}.elementor-element :where(.swiper-container-horizontal)~.swiper-pagination-bullets .swiper-pagination-bullet,.elementor-lightbox :where(.swiper-container-horizontal)~.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px);}.elementor-element :where(.swiper-container-horizontal)~.swiper-pagination-progressbar,.elementor-lightbox :where(.swiper-container-horizontal)~.swiper-pagination-progressbar{width:100%;height:4px;left:0;top:0;}.elementor-element.elementor-pagination-position-outside .swiper,.elementor-element.elementor-pagination-position-outside .swiper-container,.elementor-lightbox.elementor-pagination-position-outside .swiper,.elementor-lightbox.elementor-pagination-position-outside .swiper-container{padding-bottom:30px;}.elementor-element.elementor-pagination-position-outside .swiper-container .elementor-swiper-button,.elementor-element.elementor-pagination-position-outside .swiper-container~.elementor-swiper-button,.elementor-element.elementor-pagination-position-outside .swiper .elementor-swiper-button,.elementor-element.elementor-pagination-position-outside .swiper~.elementor-swiper-button,.elementor-lightbox.elementor-pagination-position-outside .swiper-container .elementor-swiper-button,.elementor-lightbox.elementor-pagination-position-outside .swiper-container~.elementor-swiper-button,.elementor-lightbox.elementor-pagination-position-outside .swiper .elementor-swiper-button,.elementor-lightbox.elementor-pagination-position-outside .swiper~.elementor-swiper-button{top:calc(50% - 30px / 2);}.elementor-element .elementor-swiper,.elementor-lightbox .elementor-swiper{position:relative;}.elementor-element .elementor-main-swiper,.elementor-lightbox .elementor-main-swiper{position:static;}.elementor-element.elementor-arrows-position-outside .swiper,.elementor-element.elementor-arrows-position-outside .swiper-container,.elementor-lightbox.elementor-arrows-position-outside .swiper,.elementor-lightbox.elementor-arrows-position-outside .swiper-container{width:calc(100% - 60px);}.elementor-element.elementor-arrows-position-outside .swiper-container .elementor-swiper-button-prev,.elementor-element.elementor-arrows-position-outside .swiper-container~.elementor-swiper-button-prev,.elementor-element.elementor-arrows-position-outside .swiper .elementor-swiper-button-prev,.elementor-element.elementor-arrows-position-outside .swiper~.elementor-swiper-button-prev,.elementor-lightbox.elementor-arrows-position-outside .swiper-container .elementor-swiper-button-prev,.elementor-lightbox.elementor-arrows-position-outside .swiper-container~.elementor-swiper-button-prev,.elementor-lightbox.elementor-arrows-position-outside .swiper .elementor-swiper-button-prev,.elementor-lightbox.elementor-arrows-position-outside .swiper~.elementor-swiper-button-prev{left:0;}.elementor-element.elementor-arrows-position-outside .swiper-container .elementor-swiper-button-next,.elementor-element.elementor-arrows-position-outside .swiper-container~.elementor-swiper-button-next,.elementor-element.elementor-arrows-position-outside .swiper .elementor-swiper-button-next,.elementor-element.elementor-arrows-position-outside .swiper~.elementor-swiper-button-next,.elementor-lightbox.elementor-arrows-position-outside .swiper-container .elementor-swiper-button-next,.elementor-lightbox.elementor-arrows-position-outside .swiper-container~.elementor-swiper-button-next,.elementor-lightbox.elementor-arrows-position-outside .swiper .elementor-swiper-button-next,.elementor-lightbox.elementor-arrows-position-outside .swiper~.elementor-swiper-button-next{right:0;}@keyframes fadeInUp{from{opacity:0;transform:translate3d(0,100%,0);}to{opacity:1;transform:none;}}.fadeInUp{animation-name:fadeInUp;}@keyframes elementor-animation-pulse-grow{to{transform:scale(1.1);}}.elementor-animation-pulse-grow:active,.elementor-animation-pulse-grow:focus,.elementor-animation-pulse-grow:hover{animation-name:elementor-animation-pulse-grow;animation-duration:.3s;animation-timing-function:linear;animation-iteration-count:infinite;animation-direction:alternate;}.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container{line-height:1;font-size:0;}.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid{display:inline-grid;}.elementor-widget-social-icons .elementor-grid{grid-column-gap:var(--grid-column-gap,5px);grid-row-gap:var(--grid-row-gap,5px);grid-template-columns:var(--grid-template-columns);justify-content:var(--justify-content,center);justify-items:var(--justify-content,center);}.elementor-icon.elementor-social-icon{font-size:var(--icon-size,25px);line-height:var(--icon-size,25px);width:calc(var(--icon-size,25px) + 2 * var(--icon-padding,.5em));height:calc(var(--icon-size,25px) + 2 * var(--icon-padding,.5em));}.elementor-social-icon{--e-social-icon-icon-color:#fff;display:inline-flex;background-color:#69727d;align-items:center;justify-content:center;text-align:center;cursor:pointer;}.elementor-social-icon i{color:var(--e-social-icon-icon-color);}.elementor-social-icon svg{fill:var(--e-social-icon-icon-color);}.elementor-social-icon:last-child{margin:0;}.elementor-social-icon:hover{opacity:.9;color:#fff;}.elementor-social-icon-android{background-color:#a4c639;}.elementor-social-icon-apple{background-color:#999;}.elementor-social-icon-behance{background-color:#1769ff;}.elementor-social-icon-bitbucket{background-color:#205081;}.elementor-social-icon-codepen{background-color:#000;}.elementor-social-icon-delicious{background-color:#39f;}.elementor-social-icon-deviantart{background-color:#05cc47;}.elementor-social-icon-digg{background-color:#005be2;}.elementor-social-icon-dribbble{background-color:#ea4c89;}.elementor-social-icon-elementor{background-color:#d30c5c;}.elementor-social-icon-envelope{background-color:#ea4335;}.elementor-social-icon-facebook,.elementor-social-icon-facebook-f{background-color:#3b5998;}.elementor-social-icon-flickr{background-color:#0063dc;}.elementor-social-icon-foursquare{background-color:#2d5be3;}.elementor-social-icon-free-code-camp,.elementor-social-icon-freecodecamp{background-color:#006400;}.elementor-social-icon-github{background-color:#333;}.elementor-social-icon-gitlab{background-color:#e24329;}.elementor-social-icon-globe{background-color:#69727d;}.elementor-social-icon-google-plus,.elementor-social-icon-google-plus-g{background-color:#dd4b39;}.elementor-social-icon-houzz{background-color:#7ac142;}.elementor-social-icon-instagram{background-color:#262626;}.elementor-social-icon-jsfiddle{background-color:#487aa2;}.elementor-social-icon-link{background-color:#818a91;}.elementor-social-icon-linkedin,.elementor-social-icon-linkedin-in{background-color:#0077b5;}.elementor-social-icon-medium{background-color:#00ab6b;}.elementor-social-icon-meetup{background-color:#ec1c40;}.elementor-social-icon-mixcloud{background-color:#273a4b;}.elementor-social-icon-odnoklassniki{background-color:#f4731c;}.elementor-social-icon-pinterest{background-color:#bd081c;}.elementor-social-icon-product-hunt{background-color:#da552f;}.elementor-social-icon-reddit{background-color:#ff4500;}.elementor-social-icon-rss{background-color:#f26522;}.elementor-social-icon-shopping-cart{background-color:#4caf50;}.elementor-social-icon-skype{background-color:#00aff0;}.elementor-social-icon-slideshare{background-color:#0077b5;}.elementor-social-icon-snapchat{background-color:#fffc00;}.elementor-social-icon-soundcloud{background-color:#f80;}.elementor-social-icon-spotify{background-color:#2ebd59;}.elementor-social-icon-stack-overflow{background-color:#fe7a15;}.elementor-social-icon-steam{background-color:#00adee;}.elementor-social-icon-stumbleupon{background-color:#eb4924;}.elementor-social-icon-telegram{background-color:#2ca5e0;}.elementor-social-icon-threads{background-color:#000;}.elementor-social-icon-thumb-tack{background-color:#1aa1d8;}.elementor-social-icon-tripadvisor{background-color:#589442;}.elementor-social-icon-tumblr{background-color:#35465c;}.elementor-social-icon-twitch{background-color:#6441a5;}.elementor-social-icon-twitter{background-color:#1da1f2;}.elementor-social-icon-viber{background-color:#665cac;}.elementor-social-icon-vimeo{background-color:#1ab7ea;}.elementor-social-icon-vk{background-color:#45668e;}.elementor-social-icon-weibo{background-color:#dd2430;}.elementor-social-icon-weixin{background-color:#31a918;}.elementor-social-icon-whatsapp{background-color:#25d366;}.elementor-social-icon-wordpress{background-color:#21759b;}.elementor-social-icon-x-twitter{background-color:#000;}.elementor-social-icon-xing{background-color:#026466;}.elementor-social-icon-yelp{background-color:#af0606;}.elementor-social-icon-youtube{background-color:#cd201f;}.elementor-social-icon-500px{background-color:#0099e5;}.e--ua-appleWebkit.rtl{--flex-right:flex-start;}.e--ua-appleWebkit .elementor-share-buttons--align-right,.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-right{--justify-content:var(--flex-right,flex-end);}.e--ua-appleWebkit .elementor-share-buttons--align-center,.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-center{--justify-content:center;}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-center .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-justify .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-right .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-center .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-right .elementor-grid{width:auto;display:flex;flex-wrap:wrap;justify-content:var(--justify-content,space-between);margin-left:calc(-.5 * var(--grid-column-gap));margin-right:calc(-.5 * var(--grid-column-gap));}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-center .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-justify .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-right .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-center .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-right .elementor-grid-item{margin-left:calc(.5 * var(--grid-column-gap));margin-right:calc(.5 * var(--grid-column-gap));}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-left .elementor-grid{display:inline-block;}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-left .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-left .elementor-grid-item{margin-left:0;margin-right:0;}@media (max-width:ELEMENTOR_SCREEN_TABLET_MAX){.e--ua-appleWebkit .elementor-share-buttons-tablet--align-right,.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-tablet-right{--justify-content:var(--flex-right,flex-end);}.e--ua-appleWebkit .elementor-share-buttons-tablet--align-center,.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-tablet-center{--justify-content:center;}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-center .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-justify .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-right .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-center .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-right .elementor-grid{width:auto;display:flex;flex-wrap:wrap;justify-content:var(--justify-content,space-between);margin-left:calc(-.5 * var(--grid-column-gap));margin-right:calc(-.5 * var(--grid-column-gap));}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-center .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-justify .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-right .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-center .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-right .elementor-grid-item{margin-left:calc(.5 * var(--grid-column-gap));margin-right:calc(.5 * var(--grid-column-gap));}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-tablet--align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-left .elementor-grid{display:inline-block;}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-tablet--align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-tablet--align-left .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-left .elementor-grid-item{margin-left:0;margin-right:0;}}@media (max-width:ELEMENTOR_SCREEN_MOBILE_MAX){.e--ua-appleWebkit .elementor-share-buttons-mobile--align-right,.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-mobile-right{--justify-content:var(--flex-right,flex-end);}.e--ua-appleWebkit .elementor-share-buttons-mobile--align-center,.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-mobile-center{--justify-content:center;}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-center .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-justify .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-right .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-center .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-right .elementor-grid{width:auto;display:flex;flex-wrap:wrap;justify-content:var(--justify-content,space-between);margin-left:calc(-.5 * var(--grid-column-gap));margin-right:calc(-.5 * var(--grid-column-gap));}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-center .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-justify .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-right .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-center .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-right .elementor-grid-item{margin-left:calc(.5 * var(--grid-column-gap));margin-right:calc(.5 * var(--grid-column-gap));}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-mobile--align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-left .elementor-grid{display:inline-block;}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-mobile--align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-mobile--align-left .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-left .elementor-grid-item{margin-left:0;margin-right:0;}}.elementor-kit-8{--e-global-color-primary:#0065b3;--e-global-color-secondary:#00a652;--e-global-color-text:#666;--e-global-color-accent:#0065b3;--e-global-color-9567113:#000;--e-global-color-0e18278:#fff;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-weight:400;--e-global-typography-secondary-font-family:"Jura";--e-global-typography-secondary-font-weight:700;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-size:17px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-weight:500;}.elementor-kit-8 button,.elementor-kit-8 input[type="button"],.elementor-kit-8 input[type="submit"],.elementor-kit-8 .elementor-button{background-color:var(--e-global-color-primary);}.elementor-kit-8 button:hover,.elementor-kit-8 button:focus,.elementor-kit-8 input[type="button"]:hover,.elementor-kit-8 input[type="button"]:focus,.elementor-kit-8 input[type="submit"]:hover,.elementor-kit-8 input[type="submit"]:focus,.elementor-kit-8 .elementor-button:hover,.elementor-kit-8 .elementor-button:focus{background-color:var(--e-global-color-secondary);}.elementor-kit-8 e-page-transition{background-color:#ffbc7d;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1600px;}.e-con{--container-max-width:1600px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}@media (max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media (max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}[data-elementor-type=popup] .elementor-section-wrap:not(:empty)+#elementor-add-new-section,[data-elementor-type=popup]:not(.elementor-edit-area){display:none;}.elementor-popup-modal{background-color:transparent;display:flex;pointer-events:none;-webkit-user-select:auto;-moz-user-select:auto;user-select:auto;}.elementor-popup-modal .dialog-buttons-wrapper,.elementor-popup-modal .dialog-header{display:none;}.elementor-popup-modal .dialog-close-button{display:none;inset-inline-end:20px;margin-top:0;opacity:1;pointer-events:all;top:20px;z-index:9999;}.elementor-popup-modal .dialog-close-button svg{fill:#1f2124;height:1em;width:1em;}.elementor-popup-modal .dialog-widget-content{background-color:#fff;border-radius:0;box-shadow:none;max-height:100%;max-width:100%;overflow:visible;pointer-events:all;width:auto;}.elementor-popup-modal .dialog-message{display:flex;max-height:100vh;max-width:100vw;overflow:auto;padding:0;width:640px;}.elementor-popup-modal .elementor{width:100%;}.elementor-5871 .elementor-element.elementor-element-6de7b1ec:not(.elementor-motion-effects-element-type-background),.elementor-5871 .elementor-element.elementor-element-6de7b1ec > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#fff;}.elementor-5871 .elementor-element.elementor-element-6de7b1ec > .elementor-container{max-width:1170px;}.elementor-5871 .elementor-element.elementor-element-6de7b1ec{border-style:solid;border-width:0px 0px 1px 0px;border-color:#eee;transition:background .3s,border .3s,border-radius .3s,box-shadow .3s;}.elementor-5871 .elementor-element.elementor-element-6de7b1ec,.elementor-5871 .elementor-element.elementor-element-6de7b1ec > .elementor-background-overlay{border-radius:0px 0px 0px 0px;}.elementor-5871 .elementor-element.elementor-element-6de7b1ec > .elementor-background-overlay{transition:background .3s,border-radius .3s,opacity .3s;}.elementor-bc-flex-widget .elementor-5871 .elementor-element.elementor-element-4272905.elementor-column .elementor-widget-wrap{align-items:center;}.elementor-5871 .elementor-element.elementor-element-4272905.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center;}.elementor-5871 .elementor-element.elementor-element-4272905.elementor-column > .elementor-widget-wrap{justify-content:flex-start;}.elementor-5871 .elementor-element.elementor-element-4272905 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:0px;}.elementor-5871 .elementor-element.elementor-element-4272905 > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-5871 .elementor-element.elementor-element-de5ee0f > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:0px;}.elementor-5871 .elementor-element.elementor-element-de5ee0f > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}.elementor-5871 .elementor-element.elementor-element-13d51a4e > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-5871 .elementor-element.elementor-element-13d51a4e > .elementor-container{max-width:1170px;text-align:right;}.elementor-5871 .elementor-element.elementor-element-13d51a4e{margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 0px;}.elementor-bc-flex-widget .elementor-5871 .elementor-element.elementor-element-368058bd.elementor-column .elementor-widget-wrap{align-items:center;}.elementor-5871 .elementor-element.elementor-element-368058bd.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center;}.elementor-5871 .elementor-element.elementor-element-368058bd.elementor-column > .elementor-widget-wrap{justify-content:center;}.elementor-5871 .elementor-element.elementor-element-368058bd > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-5871 .elementor-element.elementor-element-18061157 > .elementor-widget-container{margin:10px 0px 10px -5px;}.elementor-5871 .elementor-element.elementor-element-18061157{text-align:center;}.elementor-5871 .elementor-element.elementor-element-1f90b9a6.elementor-column > .elementor-widget-wrap{justify-content:flex-end;}.elementor-5871 .elementor-element.elementor-element-1f90b9a6 > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-5871 .elementor-element.elementor-element-bda0e35{width:var(--container-widget-width,71%);max-width:71%;--container-widget-width:71%;--container-widget-flex-grow:0;align-self:center;}.elementor-5871 .elementor-element.elementor-element-bda0e35 > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-5871 .elementor-element.elementor-element-6cf5e77f.elementor-column > .elementor-widget-wrap{justify-content:flex-end;}.elementor-5871 .elementor-element.elementor-element-6cf5e77f > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}.elementor-5871 .elementor-element.elementor-element-2e73d82e > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-5871 .elementor-element.elementor-element-9b5ae31 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-5871 .elementor-element.elementor-element-3c45358e.elementor-column > .elementor-widget-wrap{justify-content:flex-end;}.elementor-5871 .elementor-element.elementor-element-3c45358e > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-5871 .elementor-element.elementor-element-404b0885:not(.elementor-motion-effects-element-type-background),.elementor-5871 .elementor-element.elementor-element-404b0885 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#ccc;}.elementor-5871 .elementor-element.elementor-element-404b0885 > .elementor-container{max-width:1170px;}.elementor-5871 .elementor-element.elementor-element-404b0885 > .elementor-background-overlay{opacity:.5;transition:background .3s,border-radius .3s,opacity .3s;}.elementor-5871 .elementor-element.elementor-element-404b0885{transition:background .3s,border .3s,border-radius .3s,box-shadow .3s;}.elementor-5871 .elementor-element.elementor-element-14762344 > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before,.elementor-location-footer:before{content:"";display:table;clear:both;}@media (min-width:768px){.elementor-5871 .elementor-element.elementor-element-4272905{width:23.566%;}.elementor-5871 .elementor-element.elementor-element-de5ee0f{width:76.434%;}.elementor-5871 .elementor-element.elementor-element-368058bd{width:21%;}.elementor-5871 .elementor-element.elementor-element-1f90b9a6{width:62.164%;}.elementor-5871 .elementor-element.elementor-element-6cf5e77f{width:16.5%;}.elementor-5871 .elementor-element.elementor-element-14762344{width:100%;}}@media (max-width:1024px) and (min-width:768px){.elementor-5871 .elementor-element.elementor-element-368058bd{width:100%;}.elementor-5871 .elementor-element.elementor-element-1f90b9a6{width:65%;}.elementor-5871 .elementor-element.elementor-element-6cf5e77f{width:35%;}}@media (max-width:1024px){.elementor-5871 .elementor-element.elementor-element-6de7b1ec{padding:0px 10px 0px 10px;}.elementor-5871 .elementor-element.elementor-element-18061157 > .elementor-widget-container{margin:10px 0px 10px 0px;}.elementor-5871 .elementor-element.elementor-element-1f90b9a6 > .elementor-element-populated{padding:10px 10px 10px 10px;}.elementor-5871 .elementor-element.elementor-element-bda0e35 > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-5871 .elementor-element.elementor-element-bda0e35{--container-widget-width:100%;--container-widget-flex-grow:0;width:var(--container-widget-width,100%);max-width:100%;}.elementor-5871 .elementor-element.elementor-element-6cf5e77f.elementor-column > .elementor-widget-wrap{justify-content:flex-end;}.elementor-5871 .elementor-element.elementor-element-6cf5e77f > .elementor-element-populated{padding:0px 20px 0px 0px;}}@media (max-width:767px){.elementor-5871 .elementor-element.elementor-element-4272905 > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}.elementor-5871 .elementor-element.elementor-element-18061157 > .elementor-widget-container{margin:10px 0px 10px 0px;}.elementor-5871 .elementor-element.elementor-element-18061157{text-align:center;}.elementor-5871 .elementor-element.elementor-element-1f90b9a6{width:100%;}.elementor-5871 .elementor-element.elementor-element-1f90b9a6 > .elementor-element-populated{margin:0px 0px 10px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;}.elementor-5871 .elementor-element.elementor-element-6cf5e77f{width:100%;}.elementor-5871 .elementor-element.elementor-element-6cf5e77f > .elementor-element-populated{padding:0px 25px 0px 25px;}.elementor-5871 .elementor-element.elementor-element-704ea63b > .elementor-widget-container{padding:0px 0px 0px 25px;}}.header-links ul li a{pointer-events:all !important;cursor:pointer !important;}.elementor-7759 .elementor-element.elementor-element-50abe75f:not(.elementor-motion-effects-element-type-background),.elementor-7759 .elementor-element.elementor-element-50abe75f > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#222;}.elementor-7759 .elementor-element.elementor-element-50abe75f > .elementor-container{max-width:1190px;}.elementor-7759 .elementor-element.elementor-element-50abe75f{transition:background .3s,border .3s,border-radius .3s,box-shadow .3s;}.elementor-7759 .elementor-element.elementor-element-50abe75f > .elementor-background-overlay{transition:background .3s,border-radius .3s,opacity .3s;}.elementor-7759 .elementor-element.elementor-element-2d956db6 > .elementor-element-populated{padding:70px 10px 70px 10px;}.elementor-7759 .elementor-element.elementor-element-4c58a9c > .elementor-widget-container{padding:0px 0px 30px 0px;}.elementor-7759 .elementor-element.elementor-element-4c58a9c .elementor-heading-title{font-family:"Jura",Sans-serif;font-size:25px;font-weight:700;text-transform:uppercase;-webkit-text-stroke-color:#000;stroke:#000;color:#fff;}.elementor-7759 .elementor-element.elementor-element-c18caac > .elementor-widget-container{margin:0px 0px 20px 0px;}.elementor-7759 .elementor-element.elementor-element-c18caac{--icon-box-icon-margin:15px;}.elementor-7759 .elementor-element.elementor-element-c18caac.elementor-view-stacked .elementor-icon{background-color:var(--e-global-color-0e18278);}.elementor-7759 .elementor-element.elementor-element-c18caac.elementor-view-framed .elementor-icon,.elementor-7759 .elementor-element.elementor-element-c18caac.elementor-view-default .elementor-icon{fill:var(--e-global-color-0e18278);color:var(--e-global-color-0e18278);border-color:var(--e-global-color-0e18278);}.elementor-7759 .elementor-element.elementor-element-c18caac .elementor-icon{font-size:20px;border-width:1px 1px 1px 1px;}.elementor-7759 .elementor-element.elementor-element-c18caac .elementor-icon-box-title,.elementor-7759 .elementor-element.elementor-element-c18caac .elementor-icon-box-title a{font-size:17px;font-weight:700;}.elementor-7759 .elementor-element.elementor-element-c18caac .elementor-icon-box-title{color:#d6d6d6;}.elementor-7759 .elementor-element.elementor-element-c18caac .elementor-icon-box-description{font-size:13px;font-weight:300;color:#d6d6d6;}.elementor-7759 .elementor-element.elementor-element-f1f551d > .elementor-widget-container{margin:0px 0px 20px 0px;}.elementor-7759 .elementor-element.elementor-element-f1f551d{--icon-box-icon-margin:15px;}.elementor-7759 .elementor-element.elementor-element-f1f551d.elementor-view-stacked .elementor-icon{background-color:var(--e-global-color-0e18278);}.elementor-7759 .elementor-element.elementor-element-f1f551d.elementor-view-framed .elementor-icon,.elementor-7759 .elementor-element.elementor-element-f1f551d.elementor-view-default .elementor-icon{fill:var(--e-global-color-0e18278);color:var(--e-global-color-0e18278);border-color:var(--e-global-color-0e18278);}.elementor-7759 .elementor-element.elementor-element-f1f551d .elementor-icon{font-size:20px;border-width:1px 1px 1px 1px;}.elementor-7759 .elementor-element.elementor-element-f1f551d .elementor-icon-box-title,.elementor-7759 .elementor-element.elementor-element-f1f551d .elementor-icon-box-title a{font-size:17px;font-weight:700;}.elementor-7759 .elementor-element.elementor-element-f1f551d .elementor-icon-box-title{color:#d6d6d6;}.elementor-7759 .elementor-element.elementor-element-f1f551d .elementor-icon-box-description{font-size:13px;font-weight:300;color:#d6d6d6;}.elementor-7759 .elementor-element.elementor-element-0061e3d > .elementor-widget-container{margin:0px 0px 20px 0px;}.elementor-7759 .elementor-element.elementor-element-0061e3d{--icon-box-icon-margin:15px;}.elementor-7759 .elementor-element.elementor-element-0061e3d.elementor-view-stacked .elementor-icon{background-color:var(--e-global-color-0e18278);}.elementor-7759 .elementor-element.elementor-element-0061e3d.elementor-view-framed .elementor-icon,.elementor-7759 .elementor-element.elementor-element-0061e3d.elementor-view-default .elementor-icon{fill:var(--e-global-color-0e18278);color:var(--e-global-color-0e18278);border-color:var(--e-global-color-0e18278);}.elementor-7759 .elementor-element.elementor-element-0061e3d .elementor-icon{font-size:20px;border-width:1px 1px 1px 1px;}.elementor-7759 .elementor-element.elementor-element-0061e3d .elementor-icon-box-title,.elementor-7759 .elementor-element.elementor-element-0061e3d .elementor-icon-box-title a{font-size:17px;font-weight:700;}.elementor-7759 .elementor-element.elementor-element-0061e3d .elementor-icon-box-title{color:#d6d6d6;}.elementor-7759 .elementor-element.elementor-element-0061e3d .elementor-icon-box-description{font-size:13px;font-weight:300;color:#d6d6d6;}.elementor-7759 .elementor-element.elementor-element-e1cb33b > .elementor-widget-container{margin:20px 0px 0px 0px;}.elementor-7759 .elementor-element.elementor-element-e1cb33b .elementor-heading-title{color:#d6d6d6;}.elementor-7759 .elementor-element.elementor-element-fba23f3 > .elementor-widget-container{padding:10px 0px 0px 0px;}.elementor-7759 .elementor-element.elementor-element-fba23f3{text-align:left;}.elementor-7759 .elementor-element.elementor-element-fba23f3 img{width:auto;height:100px;}.elementor-7759 .elementor-element.elementor-element-329d70e > .elementor-element-populated{padding:70px 10px 70px 10px;}.elementor-7759 .elementor-element.elementor-element-756433c9 > .elementor-widget-container{padding:0px 0px 30px 0px;}.elementor-7759 .elementor-element.elementor-element-756433c9 .elementor-heading-title{font-family:"Jura",Sans-serif;font-size:25px;font-weight:700;text-transform:uppercase;-webkit-text-stroke-color:#000;stroke:#000;color:#fff;}.elementor-7759 .elementor-element.elementor-element-963fc43 > .elementor-element-populated{padding:70px 10px 70px 10px;}.elementor-7759 .elementor-element.elementor-element-fba0103 > .elementor-widget-container{padding:0px 0px 30px 0px;}.elementor-7759 .elementor-element.elementor-element-fba0103 .elementor-heading-title{font-family:"Jura",Sans-serif;font-size:25px;font-weight:700;text-transform:uppercase;-webkit-text-stroke-color:#000;stroke:#000;color:#fff;}.elementor-7759 .elementor-element.elementor-element-74732e85 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-7759 .elementor-element.elementor-element-74732e85:not(.elementor-motion-effects-element-type-background),.elementor-7759 .elementor-element.elementor-element-74732e85 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#181818;}.elementor-7759 .elementor-element.elementor-element-74732e85 > .elementor-container{max-width:1190px;}.elementor-7759 .elementor-element.elementor-element-74732e85{border-style:none;transition:background .3s,border .3s,border-radius .3s,box-shadow .3s;padding:15px 10px 15px 0px;}.elementor-7759 .elementor-element.elementor-element-74732e85 > .elementor-background-overlay{transition:background .3s,border-radius .3s,opacity .3s;}.elementor-7759 .elementor-element.elementor-element-14bbc8f9 > .elementor-element-populated{padding:0px 0px 0px 10px;}.elementor-7759 .elementor-element.elementor-element-2684d3f1{--grid-template-columns:repeat(0,auto);--icon-size:19px;--grid-column-gap:10px;--grid-row-gap:0px;}.elementor-7759 .elementor-element.elementor-element-2684d3f1 .elementor-widget-container{text-align:left;}.elementor-7759 .elementor-element.elementor-element-2684d3f1 > .elementor-widget-container{padding:0px 0px 0px 0px;}.elementor-7759 .elementor-element.elementor-element-2684d3f1 .elementor-icon{border-radius:50px 50px 50px 50px;}.elementor-7759 .elementor-element.elementor-element-3383e56c > .elementor-element-populated{text-align:right;}.elementor-7759 .elementor-element.elementor-element-2b37799{--icon-box-icon-margin:10px;}.elementor-7759 .elementor-element.elementor-element-2b37799.elementor-view-stacked .elementor-icon{background-color:#d7d7d7;}.elementor-7759 .elementor-element.elementor-element-2b37799.elementor-view-framed .elementor-icon,.elementor-7759 .elementor-element.elementor-element-2b37799.elementor-view-default .elementor-icon{fill:#d7d7d7;color:#d7d7d7;border-color:#d7d7d7;}.elementor-7759 .elementor-element.elementor-element-2b37799 .elementor-icon{font-size:50px;}.elementor-7759 .elementor-element.elementor-element-2b37799 .elementor-icon-box-title,.elementor-7759 .elementor-element.elementor-element-2b37799 .elementor-icon-box-title a{font-family:"Jura",Sans-serif;font-size:15px;font-weight:700;line-height:1.2px;}.elementor-7759 .elementor-element.elementor-element-2b37799 .elementor-icon-box-title{color:var(--e-global-color-0e18278);}.elementor-7759 .elementor-element.elementor-element-2b37799 .elementor-icon-box-description{font-family:"Poppins",Sans-serif;font-size:20px;font-weight:600;line-height:1em;color:#d7d7d7;}.elementor-7759 .elementor-element.elementor-element-67f1524 > .elementor-element-populated{text-align:right;padding:0px 2px 0px 0px;}.elementor-7759 .elementor-element.elementor-element-caf83a4 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-7759 .elementor-element.elementor-element-caf83a4:not(.elementor-motion-effects-element-type-background),.elementor-7759 .elementor-element.elementor-element-caf83a4 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#222;}.elementor-7759 .elementor-element.elementor-element-caf83a4 > .elementor-container{max-width:1190px;}.elementor-7759 .elementor-element.elementor-element-caf83a4{border-style:none;transition:background .3s,border .3s,border-radius .3s,box-shadow .3s;padding:15px 20px 15px 10px;}.elementor-7759 .elementor-element.elementor-element-caf83a4 > .elementor-background-overlay{transition:background .3s,border-radius .3s,opacity .3s;}.elementor-7759 .elementor-element.elementor-element-b0a2427 > .elementor-element-populated{padding:0px 0px 0px 10px;}.elementor-7759 .elementor-element.elementor-element-b58138f > .elementor-widget-container{padding:10px 0px 0px 0px;}.elementor-7759 .elementor-element.elementor-element-b58138f{color:#d6d6d6;}.elementor-7759 .elementor-element.elementor-element-35aff64{font-family:"Jura",Sans-serif;font-size:16px;font-weight:400;color:var(--e-global-color-0e18278);}.elementor-7759 .elementor-element.elementor-element-80e8935 > .elementor-element-populated{text-align:right;}.elementor-7759 .elementor-element.elementor-element-12a048f{text-align:right;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before,.elementor-location-footer:before{content:"";display:table;clear:both;}@media (max-width:1024px){.elementor-7759 .elementor-element.elementor-element-963fc43 > .elementor-element-populated{padding:0px 10px 70px 10px;}}@media (min-width:768px){.elementor-7759 .elementor-element.elementor-element-2d956db6{width:40%;}.elementor-7759 .elementor-element.elementor-element-329d70e{width:29.332%;}.elementor-7759 .elementor-element.elementor-element-963fc43{width:30%;}.elementor-7759 .elementor-element.elementor-element-14bbc8f9{width:40%;}.elementor-7759 .elementor-element.elementor-element-3383e56c{width:20%;}.elementor-7759 .elementor-element.elementor-element-67f1524{width:39.332%;}}@media (max-width:1024px) and (min-width:768px){.elementor-7759 .elementor-element.elementor-element-2d956db6{width:50%;}.elementor-7759 .elementor-element.elementor-element-329d70e{width:50%;}.elementor-7759 .elementor-element.elementor-element-963fc43{width:60%;}}@media (max-width:767px){.elementor-7759 .elementor-element.elementor-element-2d956db6 > .elementor-element-populated{padding:70px 10px 0px 10px;}.elementor-7759 .elementor-element.elementor-element-4c58a9c{text-align:center;}.elementor-7759 .elementor-element.elementor-element-e1cb33b{text-align:center;}.elementor-7759 .elementor-element.elementor-element-fba23f3{text-align:center;}.elementor-7759 .elementor-element.elementor-element-329d70e{width:100%;}.elementor-7759 .elementor-element.elementor-element-963fc43{width:100%;}.elementor-7759 .elementor-element.elementor-element-74732e85{padding:15px 10px 15px 10px;}.elementor-7759 .elementor-element.elementor-element-2684d3f1 .elementor-widget-container{text-align:center;}.elementor-7759 .elementor-element.elementor-element-b0a2427 > .elementor-element-populated{text-align:center;}.elementor-7759 .elementor-element.elementor-element-35aff64{text-align:center;}}script{display:none !important;}table.dataTable{width:100%;margin:0 auto;clear:both;border-collapse:separate;border-spacing:0;}table.dataTable thead th,table.dataTable tfoot th{font-weight:bold;}table.dataTable thead th,table.dataTable thead td{padding:10px 18px;border-bottom:1px solid #111;}table.dataTable thead th:active,table.dataTable thead td:active{outline:none;}table.dataTable tfoot th,table.dataTable tfoot td{padding:10px 18px 6px 18px;border-top:1px solid #111;}table.dataTable thead .sorting,table.dataTable thead .sorting_asc,table.dataTable thead .sorting_desc,table.dataTable thead .sorting_asc_disabled,table.dataTable thead .sorting_desc_disabled{cursor:pointer;background-repeat:no-repeat;background-position:center right;}table.dataTable thead .sorting{background-image:url("https://mwtruckparts.co.uk/wp-content/plugins/yith-woocommerce-compare/assets/css/datatables-1.10.18/images/sort_both.png");}table.dataTable thead .sorting.nitro-lazy{background-image:none !important;}table.dataTable thead .sorting_asc{background-image:url("https://mwtruckparts.co.uk/wp-content/plugins/yith-woocommerce-compare/assets/css/datatables-1.10.18/images/sort_asc.png");}table.dataTable thead .sorting_asc.nitro-lazy{background-image:none !important;}table.dataTable thead .sorting_desc{background-image:url("https://mwtruckparts.co.uk/wp-content/plugins/yith-woocommerce-compare/assets/css/datatables-1.10.18/images/sort_desc.png");}table.dataTable thead .sorting_desc.nitro-lazy{background-image:none !important;}table.dataTable thead .sorting_asc_disabled{background-image:url("https://mwtruckparts.co.uk/wp-content/plugins/yith-woocommerce-compare/assets/css/datatables-1.10.18/images/sort_asc_disabled.png");}table.dataTable thead .sorting_asc_disabled.nitro-lazy{background-image:none !important;}table.dataTable thead .sorting_desc_disabled{background-image:url("https://mwtruckparts.co.uk/wp-content/plugins/yith-woocommerce-compare/assets/css/datatables-1.10.18/images/sort_desc_disabled.png");}table.dataTable thead .sorting_desc_disabled.nitro-lazy{background-image:none !important;}table.dataTable tbody tr{background-color:#fff;}table.dataTable tbody tr.selected{background-color:#b0bed9;}table.dataTable tbody th,table.dataTable tbody td{padding:8px 10px;}table.dataTable.row-border tbody th,table.dataTable.row-border tbody td,table.dataTable.display tbody th,table.dataTable.display tbody td{border-top:1px solid #ddd;}table.dataTable.row-border tbody tr:first-child th,table.dataTable.row-border tbody tr:first-child td,table.dataTable.display tbody tr:first-child th,table.dataTable.display tbody tr:first-child td{border-top:none;}table.dataTable.cell-border tbody th,table.dataTable.cell-border tbody td{border-top:1px solid #ddd;border-right:1px solid #ddd;}table.dataTable.cell-border tbody tr th:first-child,table.dataTable.cell-border tbody tr td:first-child{border-left:1px solid #ddd;}table.dataTable.cell-border tbody tr:first-child th,table.dataTable.cell-border tbody tr:first-child td{border-top:none;}table.dataTable.stripe tbody tr.odd,table.dataTable.display tbody tr.odd{background-color:#f9f9f9;}table.dataTable.stripe tbody tr.odd.selected,table.dataTable.display tbody tr.odd.selected{background-color:#acbad4;}table.dataTable.hover tbody tr:hover,table.dataTable.display tbody tr:hover{background-color:#f6f6f6;}table.dataTable.hover tbody tr:hover.selected,table.dataTable.display tbody tr:hover.selected{background-color:#aab7d1;}table.dataTable.order-column tbody tr>.sorting_1,table.dataTable.order-column tbody tr>.sorting_2,table.dataTable.order-column tbody tr>.sorting_3,table.dataTable.display tbody tr>.sorting_1,table.dataTable.display tbody tr>.sorting_2,table.dataTable.display tbody tr>.sorting_3{background-color:#fafafa;}table.dataTable.order-column tbody tr.selected>.sorting_1,table.dataTable.order-column tbody tr.selected>.sorting_2,table.dataTable.order-column tbody tr.selected>.sorting_3,table.dataTable.display tbody tr.selected>.sorting_1,table.dataTable.display tbody tr.selected>.sorting_2,table.dataTable.display tbody tr.selected>.sorting_3{background-color:#acbad5;}table.dataTable.display tbody tr.odd>.sorting_1,table.dataTable.order-column.stripe tbody tr.odd>.sorting_1{background-color:#f1f1f1;}table.dataTable.display tbody tr.odd>.sorting_2,table.dataTable.order-column.stripe tbody tr.odd>.sorting_2{background-color:#f3f3f3;}table.dataTable.display tbody tr.odd>.sorting_3,table.dataTable.order-column.stripe tbody tr.odd>.sorting_3{background-color:whitesmoke;}table.dataTable.display tbody tr.odd.selected>.sorting_1,table.dataTable.order-column.stripe tbody tr.odd.selected>.sorting_1{background-color:#a6b4cd;}table.dataTable.display tbody tr.odd.selected>.sorting_2,table.dataTable.order-column.stripe tbody tr.odd.selected>.sorting_2{background-color:#a8b5cf;}table.dataTable.display tbody tr.odd.selected>.sorting_3,table.dataTable.order-column.stripe tbody tr.odd.selected>.sorting_3{background-color:#a9b7d1;}table.dataTable.display tbody tr.even>.sorting_1,table.dataTable.order-column.stripe tbody tr.even>.sorting_1{background-color:#fafafa;}table.dataTable.display tbody tr.even>.sorting_2,table.dataTable.order-column.stripe tbody tr.even>.sorting_2{background-color:#fcfcfc;}table.dataTable.display tbody tr.even>.sorting_3,table.dataTable.order-column.stripe tbody tr.even>.sorting_3{background-color:#fefefe;}table.dataTable.display tbody tr.even.selected>.sorting_1,table.dataTable.order-column.stripe tbody tr.even.selected>.sorting_1{background-color:#acbad5;}table.dataTable.display tbody tr.even.selected>.sorting_2,table.dataTable.order-column.stripe tbody tr.even.selected>.sorting_2{background-color:#aebcd6;}table.dataTable.display tbody tr.even.selected>.sorting_3,table.dataTable.order-column.stripe tbody tr.even.selected>.sorting_3{background-color:#afbdd8;}table.dataTable.display tbody tr:hover>.sorting_1,table.dataTable.order-column.hover tbody tr:hover>.sorting_1{background-color:#eaeaea;}table.dataTable.display tbody tr:hover>.sorting_2,table.dataTable.order-column.hover tbody tr:hover>.sorting_2{background-color:#ececec;}table.dataTable.display tbody tr:hover>.sorting_3,table.dataTable.order-column.hover tbody tr:hover>.sorting_3{background-color:#efefef;}table.dataTable.display tbody tr:hover.selected>.sorting_1,table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_1{background-color:#a2aec7;}table.dataTable.display tbody tr:hover.selected>.sorting_2,table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_2{background-color:#a3b0c9;}table.dataTable.display tbody tr:hover.selected>.sorting_3,table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_3{background-color:#a5b2cb;}table.dataTable.no-footer{border-bottom:1px solid #111;}table.dataTable.nowrap th,table.dataTable.nowrap td{white-space:nowrap;}table.dataTable.compact thead th,table.dataTable.compact thead td{padding:4px 17px 4px 4px;}table.dataTable.compact tfoot th,table.dataTable.compact tfoot td{padding:4px;}table.dataTable.compact tbody th,table.dataTable.compact tbody td{padding:4px;}table.dataTable th.dt-left,table.dataTable td.dt-left{text-align:left;}table.dataTable th.dt-center,table.dataTable td.dt-center,table.dataTable td.dataTables_empty{text-align:center;}table.dataTable th.dt-right,table.dataTable td.dt-right{text-align:right;}table.dataTable th.dt-justify,table.dataTable td.dt-justify{text-align:justify;}table.dataTable th.dt-nowrap,table.dataTable td.dt-nowrap{white-space:nowrap;}table.dataTable thead th.dt-head-left,table.dataTable thead td.dt-head-left,table.dataTable tfoot th.dt-head-left,table.dataTable tfoot td.dt-head-left{text-align:left;}table.dataTable thead th.dt-head-center,table.dataTable thead td.dt-head-center,table.dataTable tfoot th.dt-head-center,table.dataTable tfoot td.dt-head-center{text-align:center;}table.dataTable thead th.dt-head-right,table.dataTable thead td.dt-head-right,table.dataTable tfoot th.dt-head-right,table.dataTable tfoot td.dt-head-right{text-align:right;}table.dataTable thead th.dt-head-justify,table.dataTable thead td.dt-head-justify,table.dataTable tfoot th.dt-head-justify,table.dataTable tfoot td.dt-head-justify{text-align:justify;}table.dataTable thead th.dt-head-nowrap,table.dataTable thead td.dt-head-nowrap,table.dataTable tfoot th.dt-head-nowrap,table.dataTable tfoot td.dt-head-nowrap{white-space:nowrap;}table.dataTable tbody th.dt-body-left,table.dataTable tbody td.dt-body-left{text-align:left;}table.dataTable tbody th.dt-body-center,table.dataTable tbody td.dt-body-center{text-align:center;}table.dataTable tbody th.dt-body-right,table.dataTable tbody td.dt-body-right{text-align:right;}table.dataTable tbody th.dt-body-justify,table.dataTable tbody td.dt-body-justify{text-align:justify;}table.dataTable tbody th.dt-body-nowrap,table.dataTable tbody td.dt-body-nowrap{white-space:nowrap;}table.dataTable,table.dataTable th,table.dataTable td{box-sizing:content-box;}.dataTables_wrapper{position:relative;clear:both;zoom:1;}.dataTables_wrapper .dataTables_length{float:left;}.dataTables_wrapper .dataTables_filter{float:right;text-align:right;}.dataTables_wrapper .dataTables_filter input{margin-left:.5em;}.dataTables_wrapper .dataTables_info{clear:both;float:left;padding-top:.755em;}.dataTables_wrapper .dataTables_paginate{float:right;text-align:right;padding-top:.25em;}.dataTables_wrapper .dataTables_paginate .paginate_button{box-sizing:border-box;display:inline-block;min-width:1.5em;padding:.5em 1em;margin-left:2px;text-align:center;text-decoration:none !important;cursor:pointer;color:#333 !important;border:1px solid transparent;border-radius:2px;}.dataTables_wrapper .dataTables_paginate .paginate_button.current,.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover{color:#333 !important;border:1px solid #979797;background-color:white;background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#fff),color-stop(100%,#dcdcdc));background:-webkit-linear-gradient(top,#fff 0%,#dcdcdc 100%);background:-moz-linear-gradient(top,#fff 0%,#dcdcdc 100%);background:-ms-linear-gradient(top,#fff 0%,#dcdcdc 100%);background:-o-linear-gradient(top,#fff 0%,#dcdcdc 100%);background:linear-gradient(to bottom,#fff 0%,#dcdcdc 100%);}.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active{cursor:default;color:#666 !important;border:1px solid transparent;background:transparent;box-shadow:none;}.dataTables_wrapper .dataTables_paginate .paginate_button:hover{color:white !important;border:1px solid #111;background-color:#585858;background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#585858),color-stop(100%,#111));background:-webkit-linear-gradient(top,#585858 0%,#111 100%);background:-moz-linear-gradient(top,#585858 0%,#111 100%);background:-ms-linear-gradient(top,#585858 0%,#111 100%);background:-o-linear-gradient(top,#585858 0%,#111 100%);background:linear-gradient(to bottom,#585858 0%,#111 100%);}.dataTables_wrapper .dataTables_paginate .paginate_button:active{outline:none;background-color:#2b2b2b;background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#2b2b2b),color-stop(100%,#0c0c0c));background:-webkit-linear-gradient(top,#2b2b2b 0%,#0c0c0c 100%);background:-moz-linear-gradient(top,#2b2b2b 0%,#0c0c0c 100%);background:-ms-linear-gradient(top,#2b2b2b 0%,#0c0c0c 100%);background:-o-linear-gradient(top,#2b2b2b 0%,#0c0c0c 100%);background:linear-gradient(to bottom,#2b2b2b 0%,#0c0c0c 100%);box-shadow:inset 0 0 3px #111;}.dataTables_wrapper .dataTables_paginate .ellipsis{padding:0 1em;}.dataTables_wrapper .dataTables_processing{position:absolute;top:50%;left:50%;width:100%;height:40px;margin-left:-50%;margin-top:-25px;padding-top:20px;text-align:center;font-size:1.2em;background-color:white;background:-webkit-gradient(linear,left top,right top,color-stop(0%,rgba(255,255,255,0)),color-stop(25%,rgba(255,255,255,.9)),color-stop(75%,rgba(255,255,255,.9)),color-stop(100%,rgba(255,255,255,0)));background:-webkit-linear-gradient(left,rgba(255,255,255,0) 0%,rgba(255,255,255,.9) 25%,rgba(255,255,255,.9) 75%,rgba(255,255,255,0) 100%);background:-moz-linear-gradient(left,rgba(255,255,255,0) 0%,rgba(255,255,255,.9) 25%,rgba(255,255,255,.9) 75%,rgba(255,255,255,0) 100%);background:-ms-linear-gradient(left,rgba(255,255,255,0) 0%,rgba(255,255,255,.9) 25%,rgba(255,255,255,.9) 75%,rgba(255,255,255,0) 100%);background:-o-linear-gradient(left,rgba(255,255,255,0) 0%,rgba(255,255,255,.9) 25%,rgba(255,255,255,.9) 75%,rgba(255,255,255,0) 100%);background:linear-gradient(to right,rgba(255,255,255,0) 0%,rgba(255,255,255,.9) 25%,rgba(255,255,255,.9) 75%,rgba(255,255,255,0) 100%);}.dataTables_wrapper .dataTables_length,.dataTables_wrapper .dataTables_filter,.dataTables_wrapper .dataTables_info,.dataTables_wrapper .dataTables_processing,.dataTables_wrapper .dataTables_paginate{color:#333;}.dataTables_wrapper .dataTables_scroll{clear:both;}.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody{-webkit-overflow-scrolling:touch;}.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>thead>tr>th,.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>thead>tr>td,.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>tbody>tr>th,.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>tbody>tr>td{vertical-align:middle;}.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>thead>tr>th>div.dataTables_sizing,.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>thead>tr>td>div.dataTables_sizing,.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>tbody>tr>th>div.dataTables_sizing,.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>tbody>tr>td>div.dataTables_sizing{height:0;overflow:hidden;margin:0 !important;padding:0 !important;}.dataTables_wrapper.no-footer .dataTables_scrollBody{border-bottom:1px solid #111;}.dataTables_wrapper.no-footer div.dataTables_scrollHead table.dataTable,.dataTables_wrapper.no-footer div.dataTables_scrollBody>table{border-bottom:none;}.dataTables_wrapper:after{visibility:hidden;display:block;content:"";clear:both;height:0;}@media screen and (max-width: 767px){.dataTables_wrapper .dataTables_info,.dataTables_wrapper .dataTables_paginate{float:none;text-align:center;}.dataTables_wrapper .dataTables_paginate{margin-top:.5em;}}@media screen and (max-width: 640px){.dataTables_wrapper .dataTables_length,.dataTables_wrapper .dataTables_filter{float:none;text-align:center;}.dataTables_wrapper .dataTables_filter{margin-top:.5em;}}div.DTFC_Blocker{background-color:white;}div.DTFC_LeftWrapper table.dataTable,div.DTFC_RightWrapper table.dataTable{margin-bottom:0;z-index:2;}div.DTFC_LeftWrapper table.dataTable.no-footer,div.DTFC_RightWrapper table.dataTable.no-footer{border-bottom:none;}div.DTFC_LeftFootWrapper table.compare-list,div.DTFC_LeftHeadWrapper table.compare-list{border:0;}a.compare.disabled:not(.added){opacity:.6;pointer-events:none;}.yith-woocompare-popup-container{position:fixed;top:0;bottom:0;left:0;right:0;background:rgba(255,255,255,.95);z-index:1000;}a.yith-woocompare-popup-close{position:absolute;top:20px;right:20px;font-size:40px;width:40px;color:#434343;text-decoration:none;z-index:2;line-height:1;background-color:rgba(255,255,255,.7);text-align:center;}body.yith-woocompare-popup-open{overflow-y:hidden;}body.yith-woocompare-popup,.yith-woocompare-table-wrapper{box-sizing:border-box;font-size:16px;color:#747373;background:none !important;margin:0;max-height:100%;overflow-y:scroll;overflow-x:hidden;}body.yith-woocompare-popup,.yith-woocompare-table-scroll-wrapper{position:relative;padding:5%;}body.yith-woocompare-popup #yith-woocompare{padding:10px;}#yith-woocompare-table_wrapper{margin:10px 0;}#yith-woocompare table.dataTable.compare-list thead th,#yith-woocompare table.dataTable.compare-list thead td,#yith-woocompare table.dataTable.compare-list tfoot td,#yith-woocompare table.dataTable.compare-list tfoot th{border:0;vertical-align:middle;}#yith-woocompare table.compare-list{width:100%;border-bottom:0;border-top:0;margin:0;table-layout:auto;}#yith-woocompare table.compare-list tr{background:#fff;}#yith-woocompare table.compare-list tbody tr .filler{padding:0 !important;}#yith-woocompare table.compare-list td:not(.filler){min-width:300px;width:300px;text-align:center;vertical-align:middle;}#yith-woocompare table.compare-list tbody th:not(.filler){min-width:300px;width:300px;overflow:hidden;text-align:left;font-weight:700;}#yith-woocompare table.dataTable.compare-list tbody th,#yith-woocompare table.dataTable.compare-list tbody td{border-right:none;border-top:1px solid #e7e7e7;border-bottom:none;border-left:none;padding-block:10px;vertical-align:middle;}#yith-woocompare table.dataTable.compare-list:not(.compact) tbody td{padding-inline:40px;}#yith-woocompare table.dataTable.compare-list tbody tr:first-child th,#yith-woocompare table.dataTable.compare-list tbody tr:first-child td{border-top:none;}#yith-woocompare table.compare-list tbody td.last-column{width:auto;border-right:0;}#yith-woocompare table.dataTable.compare-list tbody .product_info th,#yith-woocompare table.dataTable.compare-list tbody .product_info td{vertical-align:top;}#yith-woocompare table.dataTable.compare-list tbody tr.label-row td{font-weight:700;color:#434343;padding-bottom:0;}#yith-woocompare table.dataTable.compare-list tbody tr.label-row + tr td{border-top:none;}#yith-woocompare .dataTables_scrollBody::-webkit-scrollbar{-webkit-appearance:none;height:4px;}#yith-woocompare .dataTables_scrollBody::-webkit-scrollbar-thumb{background-color:#e7e7e7;border-radius:10px;}.rtl #yith-woocompare table.compare-list tbody th{text-align:right;}.yith_woocompare_table_image{text-align:center;margin-top:20px;}.yith_woocompare_table_image img{display:inline-block;max-width:100%;}table.compare-list img{width:100%;height:auto;}table.compare-list tr.product_info td{vertical-align:top;}table.compare-list .remove{margin-bottom:10px;}table.compare-list .remove a{text-transform:uppercase;text-decoration:none;text-align:center;}table.compare-list .remove a span{padding:0 5px;}table.compare-list .image-wrap{display:block;position:relative;line-height:0;}table.compare-list .image-wrap .image-overlay{position:absolute;display:none;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.4);line-height:normal;}table.compare-list .image-wrap:hover .image-overlay{display:block;}table.compare-list .image-wrap:hover .image-overlay .remove a{display:block;background:#fff;font-size:0;position:absolute;right:20px;bottom:20px;margin:0;border-radius:4px;cursor:pointer;width:30px;height:30px;line-height:30px;}table.compare-list .image-wrap:hover .image-overlay .remove a > span{display:none;}table.compare-list .image-wrap:hover .image-overlay .remove a:after{content:"×";font-size:20px;}table.compare-list .product-anchor{display:block;}table.compare-list .product_title{margin-top:0;margin-bottom:5px;font-size:15px;color:#000;text-decoration:none;font-weight:400;}table.compare-list .product_info td > *{margin-bottom:25px;}table.compare-list .product_info td a{text-decoration:none;box-shadow:none;cursor:pointer;}#yith-woocompare  .added_to_cart,#yith-woocompare .button{margin:0;cursor:pointer;position:relative;text-decoration:none;white-space:nowrap;display:inline-block;}#yith-woocompare .empty-comparison{text-align:center;margin:200px auto;}a.button.yith_woocompare_clear{color:#b80001;padding:6px 10px;}div.compare-table-clear{text-align:right;margin:10px 0;}table.compare-list  .product_info .button.loading,table.compare-list  .add-to-cart .button.loading{padding-right:30px;}table.compare-list.with-stock-icons tr.stock:not(.label-row) td{font-size:0;}table.compare-list  tr.stock:not(.label-row) td.in-stock{background-color:#f2fcde;color:#01a71c;}table.compare-list  tr.stock td.out-of-stock{background-color:#fff0e8;color:#ff4200;}table.compare-list.with-stock-icons tr.stock td.in-stock span.availability-label:before{content:"";background:url("https://cdn-ildmmhg.nitrocdn.com/EmfGayVpJIjlSxwvIsYhxAzAzNUjWyuH/assets/images/source/rev-f65d057/mwtruckparts.co.uk/wp-content/plugins/yith-woocommerce-compare/assets/images/green-check.svg") no-repeat center center;font-size:20px;display:block;height:30px;}table.compare-list.with-stock-icons tr.stock td.out-of-stock span.availability-label:before{content:"×";font-size:50px;line-height:0;vertical-align:middle;}table.compare-list  tr.rating .star-rating{float:none;display:inline-block;vertical-align:middle;}table.compare-list tr.price{color:#3e3e3e;display:table-row;}table.compare-list  tr.price del{opacity:.8;}#yith-woocompare-share{margin-top:20px;}#yith-woocompare-share h3{margin-top:0;font-size:17px;font-weight:700;margin-bottom:15px;}#yith-woocompare-share ul{padding:0 0 50px;list-style:none;margin:0;display:flex;gap:25px;}#yith-woocompare-share a{display:block;box-shadow:none;outline:none;color:#434343;}#yith-woocompare-share a svg{width:20px;height:20px;vertical-align:middle;}#yith-woocompare-related{margin:20px 0;}#yith-woocompare-related h3.yith-woocompare-related-title{font-size:17px;font-weight:700;margin-top:0;margin-bottom:20px;}#yith-woocompare-related .yith-woocompare-related-wrapper{position:relative;background:#fff;}#yith-woocompare-related .related-products{padding:0;list-style:none;margin:0;overflow-x:hidden;}#yith-woocompare-related .related-products .owl-item{display:inline-block;}#yith-woocompare-related .related-products .related-product{text-align:center;}#yith-woocompare-related .related-products .related-product a{text-decoration:none;}#yith-woocompare-related .related-products .related-product h3{font-size:15px;color:#333;margin-top:0;margin-bottom:10px;}#yith-woocompare-related .related-products .related-product .product-price{font-size:13px;color:#333;margin-bottom:10px;}#yith-woocompare-related .related-products .related-product > div{margin-bottom:10px;}#yith-woocompare-related .related-products .related-product div.product-image{position:relative;margin-bottom:10px;}#yith-woocompare-related .related-products .related-product div.product-image img{height:auto;max-width:100%;}#yith-woocompare-related .related-products .related-product div.product-image img.onsale.yit-image{margin:0;position:absolute;top:5px;right:5px;z-index:5;width:auto;}#yith-woocompare-related .related-slider-nav div{position:absolute;top:-45px;width:30px;height:35px;cursor:pointer;cursor:pointer;border:1px solid #e7e7e7;text-align:center;background:#fff url("https://mwtruckparts.co.uk/wp-content/plugins/yith-woocommerce-compare/assets/images/nav-arrow.png") no-repeat;}#yith-woocompare-related .related-slider-nav div.nitro-lazy{background-image:none !important;}#yith-woocompare-related .related-slider-nav div.related-slider-nav-prev{right:35px;background-position:-3px -31px;}#yith-woocompare-related .related-slider-nav div.related-slider-nav-next{right:0;background-position:0 1px;}#yith-woocompare-cat-nav{margin-top:20px;text-align:center;}#yith-woocompare-cat-nav h3{margin-top:0;margin-bottom:15px;text-align:center;}#yith-woocompare-cat-nav ul{padding:0;margin:0;list-style:none;}#yith-woocompare-cat-nav ul li{display:inline-block;margin-right:10px;font-weight:700;}#yith-woocompare-cat-nav ul li a{text-decoration:none;color:#7b7b7b;}#yith-woocompare-cat-nav ul li .active{border-bottom:2px solid;}#yith-woocompare-cat-nav ul li:last-child{margin-right:0;}#yith-woocompare-preview-bar{position:fixed;bottom:0;width:100vw;display:none;background:rgba(0,0,0,.8);box-sizing:border-box;padding:20px;color:#fff;z-index:99;}#yith-woocompare-preview-bar.shown{display:block;}#yith-woocompare-preview-bar .container{display:flex;gap:30px;justify-content:center;align-items:center;margin:auto;padding:0;}#yith-woocompare-preview-bar .compare-list{list-style:none;display:flex;align-items:center;gap:30px;margin:0;padding:0;}#yith-woocompare-preview-bar .compare-list li{align-self:stretch;width:80px;}#yith-woocompare-preview-bar .compare-list li.product-placeholder{border:1px dashed #fff;display:flex;align-items:center;padding-inline:15px;}#yith-woocompare-preview-bar .compare-list .image-wrap{position:relative;}#yith-woocompare-preview-bar .compare-list .image-wrap > a{font-size:0;display:block;}#yith-woocompare-preview-bar .compare-list .image-wrap img{max-width:100%;}#yith-woocompare-preview-bar .compare-list .image-wrap .remove a{display:block;color:#000;background:#fff;font-size:0;position:absolute;right:-10px;top:-10px;margin:0;border-radius:50%;cursor:pointer;width:25px;height:25px;line-height:25px;text-decoration:none;text-align:center;}#yith-woocompare-preview-bar .compare-list .image-wrap .remove a:hover{background:#eee;}#yith-woocompare-preview-bar .compare-list .image-wrap .remove a:after{content:"×";font-size:25px;}table.compare-list  .container-image-and-badge{position:relative;display:inline-block;}table.compare-list .bundled_product_list{margin:25px 0;}table.compare-list div.bundled_product{border-bottom:1px solid #f0f0f0;padding-bottom:10px;margin-bottom:10px;}table.compare-list .bundled_product:after,table.compare-list .bundled_product:before{display:table;content:"";clear:both;}table.compare-list .bundled_product .bundled_product_images{display:inline-block;float:left;}table.compare-list .bundled_product .bundled_product_images img{max-width:80px;}table.compare-list .bundled_product .details{display:block;overflow:hidden;padding-left:10px;text-align:left;padding-top:10px;}table.compare-list .bundled_product .details .bundled_product_title,table.compare-list .bundled_product .details .price{font-size:90%;}table.compare-list .bundled_product .details .price{margin-bottom:0;}table.compare-list .yith-ywraq-add-to-quote{margin-top:10px;}.yith-woocompare-counter a{box-shadow:none !important;}.yith-woocompare-counter span > span{display:inline-block;vertical-align:middle;}.yith-woocompare-counter span.yith-woocompare-icon{margin-right:5px;}.yith-woocompare-counter span.yith-woocompare-icon img{max-width:50px;height:auto;}.yith-woocompare-counter span.yith-woocompare-count{color:#555;font-weight:400;font-size:13px;}.yith-woocompare-counter a:hover span.yith-woocompare-count{color:#000;}.yith-woocompare-error{padding:10px;border:1px solid #ffc5c2;border-radius:5px;background-color:#ffe6e5;position:relative;}.yith-woocompare-error p{margin:0;color:#ff645c;padding-left:25px;font-size:13px;}.yith-woocompare-error::before{font-family:WooCommerce;content:"";color:#b81c23;display:inline-block;position:absolute;}.yith-wccp-compare{text-align:center;}@media ( max-width: 1200px ){#yith-woocompare-preview-bar header{display:none;}}@media ( max-width: 991px ){#yith-woocompare-preview-bar .container{max-width:100%;}#yith-woocompare table.dataTable.compare-list tbody tr:not(.product_info) td{text-align:left;}#yith-woocompare table.dataTable.compare-list tbody tr.stock td{background:transparent;}#yith-woocompare table.dataTable.compare-list tbody tr.stock td .availability-label{display:inline-block;width:30px;}}@media ( max-width: 768px ){div.DTFC_LeftBodyWrapper{pointer-events:none;}#yith-woocompare-preview-bar .container{gap:15px;}#yith-woocompare-preview-bar .compare-list{gap:15px;}#yith-woocompare-preview-bar .compare-list li,#yith-woocompare-preview-bar .compare-list li.product-placeholder{width:50px;}#yith-woocompare-preview-bar .compare-list li.product-placeholder{padding-inline:0;text-align:center;}#yith-woocompare-preview-bar .compare-list li .image-wrap > a{height:auto;}#yith-woocompare table.compare-list thead th,#yith-woocompare table.compare-list tfoot th,#yith-woocompare table.compare-list tr .filler{display:none;}}@media ( max-width: 480px ){#yith-woocompare table.dataTable.compare-list tbody th{padding:10px 5px;}#yith-woocompare table.compare-list tbody th{width:60px;max-width:60px;min-width:60px;font-size:10px;}#yith-woocompare table.compare-list td{width:160px;max-width:160px;min-width:160px;}#yith-woocompare-preview-bar .compare-list li,#yith-woocompare-preview-bar .compare-list li.product-placeholder{display:none;}#yith-woocompare-preview-bar .compare-list li:first-of-type,#yith-woocompare-preview-bar .compare-list li:nth-of-type(2),#yith-woocompare-preview-bar .compare-list li:nth-of-type(3){display:block;}#yith-woocompare-preview-bar .compare-list li.product-placeholder span{display:none;}}.yith-woocompare-widget-content ul.products-list li:not( .list_empty ){position:relative;padding:5px 0;border-bottom:1px solid #dfdfdf;}.yith-woocompare-widget-content ul.products-list{list-style:none;margin:0 0 15px;}.yith-woocompare-widget-content ul.products-list li{display:flex;align-items:center;gap:15px;}.yith-woocompare-widget-content ul.products-list li .remove{color:#000;font-weight:400;text-align:center;text-decoration:none;cursor:pointer;outline:none;}.yith-woocompare-widget-content ul.products-list li img{max-width:50px;height:auto;display:block;vertical-align:middle;float:left;}.yith-woocompare-widget-content ul.products-list li .product-info{cursor:pointer;font-size:15px;font-weight:400;outline:none;text-decoration:none;}.yith-woocompare-widget-content ul.products-list li .product-info:before,.yith-woocompare-widget-content ul.products-list li .product-info:after{content:"";display:table;clear:both;}.yith-woocompare-widget-content a.compare-widget,.yith-woocompare-widget-content a.compare{float:right;line-height:1;cursor:pointer;padding:8px 10px;font-size:13px;border:0;white-space:nowrap;display:inline-block;}.yith-woocompare-widget-content a.compare-widget:hover,.yith-woocompare-widget-content a.compare:hover{color:#fff;background-color:#303030;}.yith-woocompare-widget-content a.clear-all{outline:none;font-size:12px;cursor:pointer;}.qlwapp__button{display:inline-flex;position:relative;align-items:center;justify-content:center;gap:12px;text-decoration:none;white-space:nowrap;pointer-events:all;padding:var(--qlwapp--padding-xs) var(--qlwapp--padding-md);margin-top:24px;margin-bottom:24px;margin-left:auto;margin-right:auto;height:40px;box-shadow:0 1px 6px 0 rgba(0,0,0,.06),0 2px 32px 0 rgba(0,0,0,.16);cursor:pointer;}.qlwapp__button,.qlwapp__button:active,.qlwapp__button:focus,.qlwapp__button:hover{outline:none !important;text-decoration:none !important;color:var(--qlwapp-scheme-text,#fff) !important;background-color:var(--qlwapp-scheme-brand,#25d366) !important;}.qlwapp__button .qlwapp__label,.qlwapp__button .qlwapp__time{position:absolute;bottom:-2em;color:initial;font-size:10px;display:inline-block;top:auto;width:120px;}.qlwapp__button .qlwapp__close{font-size:var(--qlwapp-scheme-icon-font-size,30px);}.qlwapp__button .qlwapp__icon{display:flex;align-items:baseline;font-size:var(--qlwapp-scheme-icon-font-size,30px);}.qlwapp__button--bubble{right:auto;width:var(--qlwapp-scheme-icon-size,60px);height:var(--qlwapp-scheme-icon-size,60px);}.qlwapp__button--bubble .qlwapp__icon{margin:0;}.qlwapp__button--bubble .qlwapp__text{position:absolute;right:var(--qlwapp-scheme-icon-size,60px);height:var(--qlwapp-scheme-icon-size,60px);margin:0 24px;display:flex;align-items:center;justify-content:flex-end;font-weight:bold;white-space:pre;color:var(--qlwapp-scheme-text,#303030);}.qlwapp__button--disabled{pointer-events:none;opacity:.5;}.qlwapp__icon{font-family:"qlwapp-whatsapp" !important;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}.qlwapp__icon:before{content:"";}.qlwapp__previous,.qlwapp__close{font-family:"Source Serif Pro";display:block;opacity:.8;font-style:unset;font-size:24px;font-weight:bold;width:1em;height:1em;cursor:pointer;text-align:center;line-height:1em;z-index:1;fill:var(--qlwapp-scheme-text,#fff);}.qlwapp__avatar{position:relative;width:62px;height:62px;}.qlwapp__avatar .qlwapp__avatar__container{overflow:hidden;width:inherit;height:inherit;border-radius:50%;box-shadow:0 0 0 2px #eee;display:flex;align-items:center;justify-content:center;}.qlwapp__avatar .qlwapp__avatar__container:after{content:"";display:block;width:15px;height:15px;position:absolute;top:3px;right:-2px;background-image:url("data:image/png;base64,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");background-color:rgba(0,0,0,0);background-repeat:no-repeat;background-position:center center;background-size:cover;z-index:4;}.qlwapp__avatar .qlwapp__avatar__container svg{width:50%;}.qlwapp__avatar .qlwapp__avatar__container img{width:100%;height:auto;}.qlwapp__contact-list{height:100%;overflow:auto;}.qlwapp__contact{display:flex;align-items:center;gap:var(--qlwapp--padding-sm);padding:var(--qlwapp--padding-sm) var(--qlwapp--padding-lg);color:inherit;position:relative;cursor:pointer;width:100%;text-decoration:none;height:auto;}.qlwapp__contact:nth-child(1):nth-last-child(2),.qlwapp__contact:nth-child(2):nth-last-child(1){height:50%;}.qlwapp__contact:only-child{height:100%;text-align:center;flex-direction:column;justify-content:center;}.qlwapp__contact:not(:first-child){border-top:1px solid rgba(0,0,0,.1);}.qlwapp__contact--disabled{pointer-events:none;opacity:.5;}.qlwapp__contact-list__empty{display:flex;height:134px;justify-content:center;align-items:center;}.qlwapp__container{pointer-events:none;box-sizing:border-box;font-size:var(--qlwapp-scheme-font-size,inherit);font-family:var(--qlwapp-scheme-font-family,inherit);display:flex;flex-direction:column;}@media (min-width: 430px){.qlwapp__container{width:430px;}}.qlwapp__container *{box-sizing:border-box;}.qlwapp__container.qlwapp-hide,.qlwapp__container .qlwapp__contact.qlwapp-hide{display:none;}.qlwapp__container.mobile .qlwapp__contact.qlwapp-desktop,.qlwapp__container.mobile.qlwapp-desktop{display:none;}.qlwapp__container.desktop .qlwapp__contact.qlwapp-mobile,.qlwapp__container.desktop.qlwapp-mobile{display:none;}.qlwapp__container.qlwapp__container--middle-left,.qlwapp__container.qlwapp__container--bottom-left,.qlwapp__container.qlwapp__container--middle-right,.qlwapp__container.qlwapp__container--bottom-right{position:fixed;z-index:9999999;}.qlwapp__container.qlwapp__container--middle-left,.qlwapp__container.qlwapp__container--bottom-left{right:auto;left:0;}.qlwapp__container.qlwapp__container--middle-left .qlwapp__button .qlwapp__label,.qlwapp__container.qlwapp__container--middle-left .qlwapp__button .qlwapp__time,.qlwapp__container.qlwapp__container--bottom-left .qlwapp__button .qlwapp__label,.qlwapp__container.qlwapp__container--bottom-left .qlwapp__button .qlwapp__time{left:0;right:auto;}.qlwapp__container.qlwapp__container--middle-left .qlwapp__button--bubble .qlwapp__text,.qlwapp__container.qlwapp__container--bottom-left .qlwapp__button--bubble .qlwapp__text{right:auto;left:var(--qlwapp-scheme-icon-size,60px);}.qlwapp__container.qlwapp__container--middle-left .qlwapp__modal:before,.qlwapp__container.qlwapp__container--bottom-left .qlwapp__modal:before{right:auto;left:20px;}.qlwapp__container.qlwapp__container--middle-right,.qlwapp__container.qlwapp__container--bottom-right{left:auto;right:0;}.qlwapp__container.qlwapp__container--middle-right .qlwapp__button .qlwapp__label,.qlwapp__container.qlwapp__container--middle-right .qlwapp__button .qlwapp__time,.qlwapp__container.qlwapp__container--bottom-right .qlwapp__button .qlwapp__label,.qlwapp__container.qlwapp__container--bottom-right .qlwapp__button .qlwapp__time{left:auto;right:0;}.qlwapp__container.qlwapp__container--middle-left,.qlwapp__container.qlwapp__container--middle-right{transition:top .3s ease;top:auto;bottom:0;}.qlwapp__container.qlwapp__container--middle-left:not(.qlwapp__container--closing):not(.qlwapp__container--opening):not(.qlwapp__container--open),.qlwapp__container.qlwapp__container--middle-right:not(.qlwapp__container--closing):not(.qlwapp__container--opening):not(.qlwapp__container--open){top:40%;bottom:auto;}.qlwapp__container.qlwapp__container--bottom-left,.qlwapp__container.qlwapp__container--bottom-right{top:auto;bottom:0;}.qlwapp__container.qlwapp__container--middle-left .qlwapp__button,.qlwapp__container.qlwapp__container--bottom-left .qlwapp__button{margin-left:20px;}.qlwapp__container.qlwapp__container--middle-left .qlwapp__modal:before,.qlwapp__container.qlwapp__container--bottom-left .qlwapp__modal:before{right:auto;left:20px;}.qlwapp__container.qlwapp__container--middle-right .qlwapp__button,.qlwapp__container.qlwapp__container--bottom-right .qlwapp__button{margin-right:20px;}.qlwapp__container.qlwapp__container--rounded .qlwapp__button--bubble{border-radius:200px;}.qlwapp__container.qlwapp__container--rounded .qlwapp__button--button{border-radius:50px;}@media (min-width: 430px){.qlwapp__container.qlwapp__container--rounded .qlwapp__modal{border-radius:8px;}}.qlwapp__container.qlwapp__container--rounded .qlwapp__modal .qlwapp__message{border-radius:4px;}.qlwapp__container.qlwapp__container--rounded .qlwapp__modal .qlwapp__message::before{background-color:inherit;}.qlwapp__container p:last-child{margin:0;}.qlwapp__container time{opacity:.8;font-style:italic;font-size:10px;}.qlwapp{font-weight:normal;font-size:12px;font-family:Inter,sans-serif;}.qlwapp--woocommerce .qlwapp__container{display:inline-block !important;width:auto !important;}.qlwapp--woocommerce .qlwapp__container.qlwapp__button .qlwapp__toggle{margin:0;}.qlwapp--shortcode .qlwapp__container{width:auto;}.qlwapp__footer,.qlwapp__response{position:relative;bottom:0;left:0;right:0;height:auto;width:100%;overflow:hidden;}.qlwapp__footer,.qlwapp__footer pre,.qlwapp__footer textarea,.qlwapp__response,.qlwapp__response pre,.qlwapp__response textarea{max-height:160px;}.qlwapp__footer pre,.qlwapp__footer textarea,.qlwapp__response pre,.qlwapp__response textarea{color:inherit;background-color:inherit;}.qlwapp__footer:before,.qlwapp__response:before{pointer-events:none;position:absolute;content:"";height:100%;background:linear-gradient(315deg,transparent 0%,rgba(0,0,0,.025) 100%);top:0;left:0;right:0;}.qlwapp__footer::after,.qlwapp__response::after{content:" ";height:1px;background-color:rgba(0,0,0,.075);position:absolute;top:0;left:0;right:0;}.qlwapp__footer{min-height:56px;text-align:center;display:flex;align-items:center;width:100%;flex-wrap:wrap;font-size:12px;padding:var(--qlwapp--padding-sm) var(--qlwapp--padding-lg);max-height:150px;}.qlwapp__footer img{max-width:100px;}.qlwapp__footer *{color:var(--qlwapp-scheme-text,#303030);}.qlwapp__footer p{padding:0;font-size:inherit;}.qlwapp__footer p:last-child{margin-bottom:0;}.qlwapp__footer h1,.qlwapp__footer h2,.qlwapp__footer h3,.qlwapp__footer h4,.qlwapp__footer h5,.qlwapp__footer h6{display:block;font-weight:600;margin:0;padding:0;}.qlwapp__footer h1{font-size:1.5em;}.qlwapp__footer h2{font-size:1.25em;}.qlwapp__footer h3{font-size:1.125em;}.qlwapp__footer h4{font-size:1em;}.qlwapp__footer h5{font-size:.875em;}.qlwapp__footer h6{font-size:.75em;}.qlwapp__response,.qlwapp__response pre,.qlwapp__response textarea,.qlwapp__response .qlwapp__response__buttons{min-height:56px;}.qlwapp__response pre,.qlwapp__response textarea{width:100%;height:100%;resize:none;border:none;padding:var(--qlwapp--padding-sm) var(--qlwapp--padding-lg);padding-right:calc(var(--qlwapp--padding-lg) * 2);font-family:var(--qlwapp-scheme-font-size,inherit);font-size:1em !important;font-weight:normal;line-height:20px;white-space:pre-wrap;word-wrap:break-word;border-radius:inherit;margin:0;}.qlwapp__response pre{visibility:hidden;}.qlwapp__response textarea{position:absolute;bottom:0;left:0;}.qlwapp__response textarea:focus{outline:none;}.qlwapp__response textarea::placeholder{opacity:.5;}.qlwapp__response .qlwapp__response__buttons{position:absolute;top:0;right:21px;display:flex;align-items:center;}.qlwapp__response .qlwapp__response__buttons svg{width:18px;}.qlwapp__response .qlwapp__response__buttons.active>i{display:none;}.qlwapp__response .qlwapp__response__buttons.active>i.qlwf-emoji{display:block;}.qlwapp__response .qlwapp__response__buttons>i{opacity:.4;}.qlwapp__response .qlwapp__response__buttons>i,.qlwapp__response .qlwapp__response__buttons>a{cursor:pointer;margin:0 0 0 10px;display:inherit;font-size:18px;line-height:24px;text-decoration:none;}.qlwapp__response .qlwapp__response__buttons .qlwapp__reply--disabled{pointer-events:none;opacity:.5;}.qlwapp__header{background-color:var(--qlwapp-scheme-brand,#25d366);color:var(--qlwapp-scheme-text,#fff);position:relative;overflow:hidden;height:auto;max-height:150px;}.qlwapp__header:before{content:"";position:absolute;top:0;bottom:0;left:0;right:0;background:linear-gradient(315deg,transparent 0%,rgba(0,0,0,.05) 100%);}.qlwapp__header .qlwapp__close{position:absolute;top:12px;right:12px;}@media (min-width: 430px){.qlwapp__header .qlwapp__close{position:absolute;top:7px;right:7px;font-size:18px;}}.qlwapp__header .qlwapp__header-description{align-items:center;}.qlwapp__header .qlwapp__header-description p,.qlwapp__header .qlwapp__header-description h3{color:inherit;font-family:inherit;margin:0;}.qlwapp__header .qlwapp__header-description h3{margin:0 0 .25em 0;}.qlwapp__header .qlwapp__header-description img{max-width:100px;}.qlwapp__header .qlwapp__header-description *{color:var(--qlwapp-scheme-text,#fff) !important;}.qlwapp__header .qlwapp__header-description,.qlwapp__header .qlwapp__header-contact{padding:calc(var(--qlwapp--padding-xs) + 2px) var(--qlwapp--padding-lg);height:100%;}.qlwapp__header .qlwapp__header-contact{display:flex;justify-content:flex-end;align-items:center;gap:var(--qlwapp--padding-sm);}.qlwapp__header .qlwapp__header-contact .qlwapp__previous{margin-right:auto;}.qlwapp__header .qlwapp__header-contact .qlwapp__previous>i{line-height:36px;}.qlwapp__header .qlwapp__header-contact .qlwapp__info{text-align:right;}.qlwapp__header .qlwapp__header-contact .qlwapp__avatar{width:42px;height:42px;}.qlwapp__header .qlwapp__header-contact .qlwapp__name{color:var(--qlwapp-scheme-contact-name-color,#141414);color:inherit;}.qlwapp__message-list{display:flex;align-items:center;flex-direction:column;gap:var(--qlwapp--padding-sm);padding:var(--qlwapp--padding-sm) var(--qlwapp--padding-lg);overflow:auto;height:100%;}.qlwapp__message{padding:var(--qlwapp--padding-sm) var(--qlwapp--padding-md);position:relative;align-self:flex-start;word-wrap:break-word;max-width:calc(100% - var(--qlwapp--padding-sm) * 2);background-color:#eee;word-break:break-word;}.qlwapp__message:before{content:"";position:absolute;top:0;width:20px;height:20px;right:auto;left:0;transform:matrix(1,0,1,1,-2,0);}.qlwapp__message--user{width:auto;align-self:end;justify-self:flex-end;margin-top:0;}.qlwapp__message--user:before{right:0;left:auto;transform:matrix(1,0,1,-1,2,0);}.qlwapp__message--user:first-child:before{top:-6px;right:10%;transform:rotate(45deg);}.qlwapp__modal{pointer-events:all;position:fixed;top:auto;bottom:0;left:0;right:0;z-index:99999;box-shadow:0px 5px 40px 5px rgba(0,0,0,.5);background-color:#fff;}.qlwapp__modal:before{background-color:#fff;}@media (min-width: 430px){.qlwapp__modal{position:relative;top:auto;bottom:auto;left:auto;right:auto;box-shadow:0 8px 25px -5px rgba(45,62,79,.15);margin-top:24px;margin-left:24px;margin-right:24px;margin-bottom:12px;}.qlwapp__modal:before{content:"";position:absolute;bottom:-6px;right:24px;width:13px;height:13px;transform:rotate(45deg);}.qlwapp__modal .qlwapp__header{border-top-left-radius:inherit;border-top-right-radius:inherit;}.qlwapp__modal .qlwapp__footer,.qlwapp__modal .qlwapp__response{border-bottom-left-radius:inherit;border-bottom-right-radius:inherit;}}.qlwapp__modal .qlwapp__header .qlwapp__carousel{position:relative;}.qlwapp__modal .qlwapp__body{overflow:hidden;}.qlwapp__modal .qlwapp__body .qlwapp__carousel{position:relative;max-height:var(--qlwapp-carousel-height);}.qlwapp__modal .qlwapp__time,.qlwapp__modal .qlwapp__label,.qlwapp__modal .qlwapp-offline-text{font-size:12px;line-height:1.5em;opacity:.6;display:block;}.qlwapp__modal .qlwapp__time{font-size:11px;font-style:italic;}.qlwapp__modal .qlwapp__name{display:block;font-weight:bold;line-height:1.5em;}.qlwapp__modal .qlwapp__label{color:var(--qlwapp-scheme-contact-role-color,inherit);}.qlwapp__modal .qlwapp__name{color:var(--qlwapp-scheme-contact-name-color,inherit);}.qlwapp__modal .qlwapp__time{color:var(--qlwapp-scheme-contact-availability-color,inherit);}@keyframes closeModal{from{opacity:1;visibility:visible;transform:translateY(0) scale(1);}to{opacity:0;visibility:hidden;transform:translateY(50px);}}@keyframes openModal{from{opacity:0;visibility:hidden;transform:translateY(50px);}to{visibility:visible;opacity:1;transform:translateY(0) scale(1);}}@media (min-width: 430px){@keyframes closeModal{from{opacity:1;visibility:visible;transform:translateY(0) scale(1);}to{opacity:0;visibility:hidden;transform:translateY(50px) scale(.9);}}@keyframes openModal{from{opacity:0;visibility:hidden;transform:translateY(50px) scale(.9);}to{visibility:visible;opacity:1;transform:translateY(0) scale(1);}}}@keyframes flash{from,50%,to{opacity:1;}25%,75%{opacity:0;}}@keyframes bounce{from,20%,53%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translate3d(0,0,0);}40%,43%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0);}70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0);}90%{transform:translate3d(0,-4px,0);}}@keyframes pulse{from{transform:scale3d(1,1,1);}50%{transform:scale3d(1.05,1.05,1.05);}to{transform:scale3d(1,1,1);}}@keyframes shakeX{from,to{transform:translate3d(0,0,0);}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0);}20%,40%,60%,80%{transform:translate3d(10px,0,0);}}@keyframes shakeY{from,to{transform:translate3d(0,0,0);}10%,30%,50%,70%,90%{transform:translate3d(0,-10px,0);}20%,40%,60%,80%{transform:translate3d(0,10px,0);}}.qlwapp__container .qlwapp__modal{animation:openModal .4s forwards;}.qlwapp__container--closing .qlwapp__modal{animation:closeModal .4s forwards;}.qlwapp__modal{opacity:0;visibility:hidden;}.qlwapp__modal .qlwapp__carousel{display:flex;width:200%;height:100%;}.qlwapp__modal .qlwapp__carousel .qlwapp__carousel-slide{width:50%;transition:max-height 500ms cubic-bezier(.215,.61,.355,1) 1000ms,transform 300ms cubic-bezier(.215,.61,.355,1) 500ms,opacity 500ms ease-in 500ms;}.qlwapp__modal .qlwapp__header .qlwapp__carousel-slide{max-height:300px;}.qlwapp__modal .qlwapp__header .qlwapp__name,.qlwapp__modal .qlwapp__header .qlwapp__avatar{opacity:0;transition:transform cubic-bezier(.215,.61,.355,1) .3s,opacity ease-in .3s;}.qlwapp__modal .qlwapp__header .qlwapp__name{transform:translateX(56px);}.qlwapp__modal .qlwapp__header .qlwapp__avatar{transform:scale(.5);}.qlwapp__modal .qlwapp__header .qlwapp__name{transition-delay:800ms;}.qlwapp__modal .qlwapp__header .qlwapp__header-description{transition-delay:850ms;}.qlwapp__modal .qlwapp__header .qlwapp__avatar{transition-delay:900ms;}.qlwapp__modal .qlwapp__response,.qlwapp__modal .qlwapp__previous,.qlwapp__modal .qlwapp__message{transition:transform cubic-bezier(.215,.61,.355,1) 600ms,opacity ease-in 200ms;}.qlwapp__modal .qlwapp__previous,.qlwapp__modal .qlwapp__message{opacity:0;}.qlwapp__modal .qlwapp__response{pointer-events:none;display:none;opacity:0;}.qlwapp__modal .qlwapp__footer{max-height:150px;}.qlwapp__modal .qlwapp__previous{transform:translateX(56px);}.qlwapp__modal .qlwapp__message{transform:translateY(56px);transition-delay:200ms;}.qlwapp__modal .qlwapp__close{transition:opacity 300ms cubic-bezier(.215,.61,.355,1);}.qlwapp__modal .qlwapp__header-description{transition:opacity 900ms cubic-bezier(.215,.61,.355,1);}.qlwapp__modal .qlwapp__contact{transition:transform 600ms cubic-bezier(.215,.61,.355,1),opacity 150ms ease-in;}.qlwapp__modal .qlwapp__previous{transition-delay:800ms;}.qlwapp__modal .qlwapp__close,.qlwapp__modal .qlwapp__header-description{transition-delay:900ms;}.qlwapp__modal .qlwapp__contact:nth-of-type(6){transition-delay:600ms;}.qlwapp__modal .qlwapp__contact:nth-of-type(5){transition-delay:500ms;}.qlwapp__modal .qlwapp__contact:nth-of-type(4){transition-delay:400ms;}.qlwapp__modal .qlwapp__contact:nth-of-type(3){transition-delay:300ms;}.qlwapp__modal .qlwapp__contact:nth-of-type(2){transition-delay:200ms;}.qlwapp__modal .qlwapp__contact:nth-of-type(1){transition-delay:100ms;}.qlwapp__modal .qlwapp__header-contact{opacity:0;}.qlwapp__modal .qlwapp__message{opacity:0;transform:translateY(-56px);}.qlwapp__modal .qlwapp__modal .qlwapp__contact:hover{background-color:#fafafa;}.qlwapp__modal--response .qlwapp__carousel .qlwapp__carousel-slide{transform:translateX(-100%);}.qlwapp__modal--response .qlwapp__carousel .qlwapp__carousel-slide .qlwapp__header-contact{opacity:1;}.qlwapp__modal--response .qlwapp__close{transition-delay:0ms;}.qlwapp__modal--response .qlwapp__close,.qlwapp__modal--response .qlwapp__header-description,.qlwapp__modal--response .qlwapp__contact{opacity:0;}.qlwapp__modal--response .qlwapp__contact{transform:translateY(-33.333%);border-top-color:rgba(0,0,0,0) !important;}.qlwapp__modal--response .qlwapp__message{display:block;}.qlwapp__modal--response .qlwapp__message,.qlwapp__modal--response .qlwapp__previous{opacity:1;}.qlwapp__modal--response .qlwapp__footer{display:none;}.qlwapp__modal--response .qlwapp__response{pointer-events:all;display:block;opacity:1;}.qlwapp__modal--response .qlwapp__message,.qlwapp__modal--response .qlwapp__previous{transform:translate(0);}.qlwapp__modal--response .qlwapp__header .qlwapp__carousel-slide{max-height:84px;}.qlwapp__modal--response .qlwapp__header .qlwapp__name,.qlwapp__modal--response .qlwapp__header .qlwapp__avatar{opacity:1;}.qlwapp__modal--response .qlwapp__header .qlwapp__header-description{opacity:0;}.qlwapp__modal--response .qlwapp__header .qlwapp__name,.qlwapp__modal--response .qlwapp__header .qlwapp__header-description{transform:translateX(0);}.qlwapp__modal--response .qlwapp__header .qlwapp__avatar{transform:scale(1);}.qlwapp__modal--opening .qlwapp__response,.qlwapp__modal--opening .qlwapp__close,.qlwapp__modal--opening .qlwapp__previous,.qlwapp__modal--opening .qlwapp__header .qlwapp__name,.qlwapp__modal--opening .qlwapp__header-description{visibility:visible;}.qlwapp__modal--closing .qlwapp__info,.qlwapp__modal--closing .qlwapp__avatar__container{transform:translateX(100px);opacity:0;transition:transform cubic-bezier(.215,.61,.355,1) 300ms,opacity ease-out 200ms;}.qlwapp__modal--closing .qlwapp__message{transition:all .4s;transform:translateY(100%);opacity:0;}.qlwapp__modal--closing .qlwapp__previous{transition-delay:0ms;transform:translateX(-24px);opacity:0;transition:transform cubic-bezier(.215,.61,.355,1) 300ms,opacity ease-out 200ms;}.qlwapp__button{animation-duration:1.5s;animation-timing-function:ease-in;animation-name:var(--qlwapp-button-animation-name,"none");animation-delay:var(--qlwapp-button-animation-delay,0);animation-iteration-count:1;transform-origin:center;background-image:unset !important;}.qlwapp__button--bubble .qlwapp__close{transform:scale(0,0);opacity:0;position:absolute;}.qlwapp__button--bubble .qlwapp__icon{transform:scale(1,1);opacity:1;}.qlwapp__button--bubble .qlwapp__icon,.qlwapp__button--bubble .qlwapp__close{transition:transform 300ms cubic-bezier(.215,.61,.355,1),opacity 300ms ease-in;}.qlwapp__container--open .qlwapp__button--bubble .qlwapp__close{transform:scale(1,1);opacity:1;}.qlwapp__container--open .qlwapp__button--bubble .qlwapp__icon{transform:scale(0,0);opacity:0;}.qlwapp__modal--open .qlwapp__icon{display:none;transform:scale(0,0) !important;opacity:0 !important;}.qlwapp__modal--open .qlwapp__close{display:none;transform:scale(1,1) !important;opacity:1 !important;}.rtl .qlwapp__modal .qlwapp__header .qlwapp__header-contact .qlwapp__previous{margin-right:0;margin-left:auto;}.rtl .qlwapp__modal--response .qlwapp__carousel .qlwapp__carousel-slide{transform:translateX(100%);}.rtl .qlwapp__response textarea{padding-right:var(--qlwapp--padding-sm);padding-left:calc(var(--qlwapp--padding-lg) * 2);}.rtl .qlwapp__response .qlwapp__response__buttons{right:auto;left:21px;}:root{--qlwapp--padding-xs:8px;--qlwapp--padding-sm:16px;--qlwapp--padding-md:24px;--qlwapp--padding-lg:32px;--qlwapp--padding-xl:40px;}.swg-expire-message{display:none;}.swg-expire-message.show{display:block;}.elementor-widget-swg-breadcrumb .breadcrumb{background:none;margin:0;padding:0;}.swg-filter-hierarchical form{display:grid;grid-row-gap:20px;grid-column-gap:10px;}.swg-filter-hierarchical.columns-1 form{grid-template-columns:3fr 1.2fr;}.swg-filter-hierarchical.columns-2 form{grid-template-columns:1.5fr 1.5fr 1.2fr;}.swg-filter-hierarchical.columns-3 form{grid-template-columns:1fr 1fr 1fr 1.2fr;}.swg-filter-hierarchical.columns-4 form{grid-template-columns:1fr 1fr 1fr 1fr 1fr;}.swg-filter-hierarchical.vertical form{display:flex;flex-wrap:wrap;}.swg-filter-hierarchical.vertical form .swg-wrap-select,.swg-filter-hierarchical.vertical form .item-button-filter{width:100%;}.swg-filter-hierarchical form select{width:100%;border:0;height:40px;line-height:40px;padding:0 30px;}.swg-filter-hierarchical form .swg-wrap-select{position:relative;clear:both;}.swg-filter-hierarchical form  .select2-container{height:40px;}.swg-filter-hierarchical form .select2-container .select2-selection--single{height:40px;border-radius:0;}.swg-filter-hierarchical form .select2-container .select2-selection--single .select2-selection__rendered{height:40px;line-height:40px;padding:0 20px;}.swg-filter-hierarchical form .select2-container .select2-selection--single .select2-selection__arrow{width:40px;height:40px;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 24 24\' fill=\'none\' stroke=\'currentColor\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-linejoin=\'round\'%3e%3cpolyline points=\'6 9 12 15 18 9\'%3e%3c/polyline%3e%3c/svg%3e");background-repeat:no-repeat;background-position:center;background-size:16px;}.swg-filter-hierarchical form .select2-container .select2-selection--single .select2-selection__arrow.nitro-lazy{background-image:none !important;}.swg-filter-hierarchical form .select2-container .select2-selection--single .select2-selection__arrow b{display:none;}.swg-filter-hierarchical form .item-button-filter{display:grid;grid-column-gap:10px;}.swg-filter-hierarchical.vertical form .item-button-filter.has-reset{grid-template-columns:100%;grid-row-gap:10px;}.swg-filter-hierarchical form .item-button-filter.has-reset{grid-template-columns:1.4fr 1fr;}.swg-filter-hierarchical form .item-button-filter button[type="submit"],.swg-filter-hierarchical form .item-button-filter button{height:auto;width:100%;padding:0 10px;border:0;border:2px solid #000;background:#000;border-radius:0;text-transform:uppercase;font-size:16px;font-weight:400;line-height:40px;color:#fff;margin:0;}.swg-filter-hierarchical form .item-button-filter button[type="submit"]:hover{background:#333;}.swg-filter-hierarchical form .item-button-filter .filter-reset{background:none;color:#000;}.swg-filter-hierarchical form .item-button-filter .filter-reset:hover{background:#000;color:#fff;}.swg-list-store .swe-tab-head{display:flex;flex-wrap:wrap;}.swg-list-store .swe-wrap-tab-content .liststore-content{display:flex;flex-wrap:wrap;}.swg-list-store .swe-wrap-tab-content .liststore-content .item-img{width:75%;}.swg-list-store .swe-wrap-tab-content .liststore-content .item-img img{margin:0;}.swg-list-store .swe-wrap-tab-content .liststore-content .item-content{width:25%;display:flex;}.swg-list-store .swe-wrap-tab-content .liststore-content .item-content .item-content-inner{width:100%;}.elementor-widget-swg-before-after-image .swg-before-after-image img{max-width:unset;}.swg-before-after-image .title-img{position:absolute;top:20px;left:20px;background:#fff;padding:10px 15px;}.swg-before-after-image .title-img.after-title-img{z-index:99;}.title-before-align--bottom .swg-before-after-image .title-img.before-title-img,.title-after-align--bottom .swg-before-after-image .title-img.after-title-img{top:auto;bottom:20px;}.title-before-position--right .swg-before-after-image .title-img.before-title-img,.title-after-position--right .swg-before-after-image .title-img.after-title-img{left:auto;right:20px;}@media ( max-width: 767px ){.swg-filter-hierarchical form select,.swg-filter-hierarchical.columns-2 form,.swg-filter-hierarchical.columns-3 form,.swg-filter-hierarchical.columns-4 form{grid-template-columns:1fr;}}.fancybox-wrap,.fancybox-skin,.fancybox-outer,.fancybox-inner,.fancybox-image,.fancybox-wrap iframe,.fancybox-wrap object,.fancybox-nav,.fancybox-nav span,.fancybox-tmp{padding:0;margin:0;border:0;outline:none;vertical-align:top;}.fancybox-wrap{position:absolute;top:0;left:0;z-index:8020;}.fancybox-skin{position:relative;color:#444;text-shadow:none;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;}.fancybox-opened{z-index:10001;}.fancybox-opened .fancybox-skin{}.fancybox-outer,.fancybox-inner{position:relative;}.fancybox-inner{overflow:hidden;}.fancybox-type-iframe .fancybox-inner{-webkit-overflow-scrolling:touch;}.fancybox-error{color:#444;font:14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;margin:0;padding:15px;white-space:nowrap;}.fancybox-image,.fancybox-iframe{display:block;width:100%;height:100%;}.fancybox-image{max-width:100%;max-height:100%;}#fancybox-loading,.fancybox-close,.fancybox-prev span,.fancybox-next span{background-image:url("https://cdn-ildmmhg.nitrocdn.com/EmfGayVpJIjlSxwvIsYhxAzAzNUjWyuH/assets/images/optimized/rev-f65d057/mwtruckparts.co.uk/wp-content/plugins/sw_core/css/fancy/fancybox_sprite.png");}#fancybox-loading.nitro-lazy,.fancybox-close.nitro-lazy,.fancybox-prev span.nitro-lazy,.fancybox-next span.nitro-lazy{background-image:none !important;}#fancybox-loading{position:fixed;top:50%;left:50%;margin-top:-22px;margin-left:-22px;background-position:0 -108px;opacity:.8;cursor:pointer;z-index:10001;}#fancybox-loading div{width:44px;height:44px;background:url("https://cdn-ildmmhg.nitrocdn.com/EmfGayVpJIjlSxwvIsYhxAzAzNUjWyuH/assets/images/optimized/rev-f65d057/mwtruckparts.co.uk/wp-content/plugins/sw_core/css/fancy/fancybox_loading.gif") center center no-repeat;}#fancybox-loading div.nitro-lazy{background-image:none !important;}.fancybox-close{position:absolute;top:-5px;right:-5px;width:36px;height:36px;cursor:pointer;z-index:8040;}.fancybox-nav{position:absolute;top:0;width:40%;height:100%;cursor:pointer;text-decoration:none;background:transparent url("https://cdn-ildmmhg.nitrocdn.com/EmfGayVpJIjlSxwvIsYhxAzAzNUjWyuH/assets/images/optimized/rev-f65d057/mwtruckparts.co.uk/wp-content/plugins/sw_core/css/fancy/blank.gif");-webkit-tap-highlight-color:rgba(0,0,0,0);z-index:8040;}.fancybox-nav.nitro-lazy{background-image:none !important;}.fancybox-prev{left:0;}.fancybox-next{right:0;}.fancybox-nav span{position:absolute;top:50%;width:36px;height:34px;margin-top:-18px;cursor:pointer;z-index:8040;visibility:hidden;}.fancybox-prev span{left:10px;background-position:0 -36px;}.fancybox-next span{right:10px;background-position:0 -72px;}.fancybox-nav:hover span{visibility:visible;}.fancybox-tmp{position:absolute;top:-99999px;left:-99999px;visibility:hidden;max-width:99999px;max-height:99999px;overflow:visible !important;}.fancybox-lock{overflow:hidden !important;width:auto;}.fancybox-lock body{overflow:hidden !important;}.fancybox-lock-test{overflow-y:hidden !important;}.fancybox-overlay{position:absolute;top:0;left:0;overflow:hidden;display:none;z-index:10000;background:url("https://cdn-ildmmhg.nitrocdn.com/EmfGayVpJIjlSxwvIsYhxAzAzNUjWyuH/assets/images/optimized/rev-f65d057/mwtruckparts.co.uk/wp-content/plugins/sw_core/css/fancy/fancybox_overlay.png");}.fancybox-overlay-fixed{position:fixed;bottom:0;right:0;}.fancybox-lock .fancybox-overlay{overflow:auto;overflow-y:scroll;}.fancybox-title{visibility:hidden;font:normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;position:relative;text-shadow:none;z-index:8050;}.fancybox-opened .fancybox-title{visibility:visible;}.fancybox-title-float-wrap{position:absolute;bottom:0;right:50%;margin-bottom:-35px;z-index:8050;text-align:center;}.fancybox-title-float-wrap .child{display:inline-block;margin-right:-100%;padding:2px 20px;background:transparent;background:rgba(0,0,0,.8);-webkit-border-radius:15px;-moz-border-radius:15px;border-radius:15px;text-shadow:0 1px 2px #222;color:#fff;font-weight:bold;line-height:24px;white-space:nowrap;}.fancybox-title-outside-wrap{position:relative;margin-top:10px;color:#fff;}.fancybox-title-inside-wrap{padding-top:10px;}.fancybox-title-over-wrap{position:absolute;bottom:0;left:0;color:#fff;padding:10px;background:#000;background:rgba(0,0,0,.8);}@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){#fancybox-loading,.fancybox-close,.fancybox-prev span,.fancybox-next span{background-image:url("https://cdn-ildmmhg.nitrocdn.com/EmfGayVpJIjlSxwvIsYhxAzAzNUjWyuH/assets/images/optimized/rev-f65d057/mwtruckparts.co.uk/wp-content/plugins/sw_core/css/fancy/fancybox_sprite@2x.png");background-size:44px 152px;}#fancybox-loading div{background-image:url("https://cdn-ildmmhg.nitrocdn.com/EmfGayVpJIjlSxwvIsYhxAzAzNUjWyuH/assets/images/optimized/rev-f65d057/mwtruckparts.co.uk/wp-content/plugins/sw_core/css/fancy/fancybox_loading@2x.gif");background-size:24px 24px;}#fancybox-loading div.nitro-lazy{background-image:none !important;}#fancybox-loading.nitro-lazy,.fancybox-close.nitro-lazy,.fancybox-prev span.nitro-lazy,.fancybox-next span.nitro-lazy{background-image:none !important;}}@-webkit-keyframes blink{0%,100%{opacity:0;}50%{opacity:1;}}@keyframes blink{0%,100%{opacity:0;}50%{opacity:1;}}@keyframes aoe-zoom-in{0%{transform:scale(1);opacity:.8;}100%{transform:scale(1.4);opacity:0;}}@-webkit-keyframes aoe-zoom-in{0%{transform:scale(1);opacity:.8;}100%{transform:scale(1.4);opacity:0;}}@-moz-keyframes aoe-zoom-in{0%{transform:scale(1);opacity:.8;}100%{transform:scale(1.4);opacity:0;}}:root{--default-color:#00599c;--second-color:#6c757d;--main-color:#333;--black-color:#000;--white-color:#fff;--title-color:#333;--title-color-hover:#666;--box-shadow:#eae7f5;--border-color:#ebebeb;--bg-block:#f5f5f5;--gray-color:#a9a9a9;--dark-gray-color:#808080;--light-gray-color:#d3d3d3;--light-color:#f9fafb;--light-color-hover:#f9fafb;--dark-color:#212529;--dark-color-hover:#1c1f23;--info-color:#0dcaf0;--info-color-hover:#3dd5f3;--primary-color:#0d6efd;--primary-color-hover:#0b5ed7;--success-color:#28a745;--success-color-hover:#218838;--warning-color:#ffc107;--warning-color-hover:#d39e00;--danger-color:#dc3545;--danger-color-hover:#bb2d3b;--price-color:#ff3329;--sale-color:#ff3329;--star-color:#ffc107;--black-transparent-1:rgba(0,0,0,.1);--black-transparent-2:rgba(0,0,0,.2);--black-transparent-3:rgba(0,0,0,.3);--black-transparent-4:rgba(0,0,0,.4);--black-transparent-5:rgba(0,0,0,.5);--black-transparent-6:rgba(0,0,0,.6);--black-transparent-7:rgba(0,0,0,.7);--black-transparent-8:rgba(0,0,0,.8);--black-transparent-9:rgba(0,0,0,.9);--white-transparent-1:rgba(255,255,255,.1);--white-transparent-2:rgba(255,255,255,.2);--white-transparent-3:rgba(255,255,255,.3);--white-transparent-4:rgba(255,255,255,.4);--white-transparent-5:rgba(255,255,255,.5);--white-transparent-6:rgba(255,255,255,.6);--white-transparent-7:rgba(255,255,255,.7);--white-transparent-8:rgba(255,255,255,.8);--white-transparent-9:rgba(255,255,255,.9);--padding-swe-col:15px;--margin-swe-col:-15px;}[data-slides_to_rows="2"].slick-initialized .slick-slide,[data-slides_to_rows="3"].slick-initialized .slick-slide,[data-slides_to_rows="4"].slick-initialized .slick-slide{display:grid;}.swe-row{display:grid;margin:0;grid-column-gap:-var(--margin-swe-col);grid-row-gap:-var(--margin-swe-col);}.swe-wrapper .swe-row.products{grid-column-gap:-var(--margin-swe-col);}.swe-row.swe-col-6{grid-template-columns:repeat(6,1fr);}.swe-row.swe-col-5{grid-template-columns:repeat(5,1fr);}.swe-row.swe-col-4{grid-template-columns:repeat(4,1fr);}.swe-row.swe-col-3{grid-template-columns:repeat(3,1fr);}.swe-row.swe-col-2{grid-template-columns:repeat(2,1fr);}.swe-row.swe-col-1{grid-template-columns:100%;}@media (min-width: 768px){.swe-row.swe-col-md-6{grid-template-columns:repeat(6,1fr);}.swe-row.swe-col-md-5{grid-template-columns:repeat(5,1fr);}.swe-row.swe-col-md-4{grid-template-columns:repeat(4,1fr);}.swe-row.swe-col-md-3{grid-template-columns:repeat(3,1fr);}.swe-row.swe-col-md-2{grid-template-columns:repeat(2,1fr);}.swe-row.swe-col-md-1{grid-template-columns:100%;}}@media (min-width: 1025px){.swe-row.swe-col-lg-6{grid-template-columns:repeat(6,1fr);}.swe-row.swe-col-lg-5{grid-template-columns:repeat(5,1fr);}.swe-row.swe-col-lg-4{grid-template-columns:repeat(4,1fr);}.swe-row.swe-col-lg-3{grid-template-columns:repeat(3,1fr);}.swe-row.swe-col-lg-2{grid-template-columns:repeat(2,1fr);}.swe-row.swe-col-lg-1{grid-template-columns:100%;}}.swe-wrapper{position:relative;display:flex;justify-content:center;text-align:center;flex-direction:column;}.swe-wrapper a{transition:300ms;text-decoration:none;}.swe-wrapper a:hover{text-decoration:none;}.swe-wrap-image img{transition-duration:.2s;}.swe-title{margin-bottom:0px;}.swe-button{padding:10px 25px;font-size:16px;background:var(--light-gray-color);color:var(--black-color);border-radius:3px;display:inline-block;transition:300ms;}.swe-button:hover{background:var(--dark-gray-color);}.swe-button:focus{outline:none;}.countdown-info{text-align:center;background:rgba(0,0,0,.2);color:#fff;}.countdown-info.down{display:none;}.countdown-info.top{position:absolute;transform:translateY(-50%);width:100%;top:50%;}.countdown{display:block;text-align:center;}.countdown .countdown-times{display:flex;justify-content:space-around;width:100%;}.countdown .countdown-times > *{flex:1;padding:10px 0;}.countdown .countdown-times b{display:block;width:100%;}.swe-wrap-banner{position:relative;overflow:hidden;}.swe-wrap-banner .swe-wrap-image{position:relative;}.swe-wrap-banner .swe-wrap-image img{width:100%;}.swe-wrap-banner .swe-wrap-content{position:absolute;top:0px;left:0px;display:flex;justify-content:center;align-items:center;text-align:center;width:100%;height:100%;}.swe-wrap-banner[class*="effect-"]{position:relative;float:left;overflow:hidden;text-align:center;cursor:pointer;width:100%;}.swe-wrap-banner[class*="effect-"] .swe-wrap-image{position:relative;display:block;min-height:100%;max-width:100%;opacity:.8;width:100%;}.swe-wrap-banner[class*="effect-"] img{width:100%;}.swe-wrap-banner[class*="effect-"] .swe-wrap-content{padding:2em;color:#fff;text-transform:uppercase;font-size:1.25em;-webkit-backface-visibility:hidden;backface-visibility:hidden;}.swe-wrap-banner[class*="effect-"] .swe-wrap-content::before,.swe-wrap-banner[class*="effect-"] .swe-wrap-content::after{pointer-events:none;}.swe-wrap-banner[class*="effect-"] .swe-wrap-content,.swe-wrap-banner[class*="effect-"] > a{position:absolute;top:0;left:0;width:100%;height:100%;}.swe-wrap-banner[class*="effect-"] > a{z-index:1000;text-indent:200%;white-space:nowrap;font-size:0;opacity:0;}.swe-wrap-banner[class*="effect-"] .swe-title{font-weight:300;}.swe-wrap-banner[class*="effect-"] .swe-title,.swe-wrap-banner[class*="effect-"] .swe-description{margin:0;}.swe-wrap-banner[class*="effect-"] .swe-description{letter-spacing:1px;font-size:68.5%;}.swe-wrap-banner.effect{}.swe-wrap-banner.effect-lily .swe-wrap-image{max-width:none;width:-webkit-calc(100% + 10%);width:calc(100% + 10%);opacity:.7;-webkit-transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,transform .35s;-webkit-transform:translate3d(-40px,0,0);transform:translate3d(-40px,0,0);}.swe-wrap-banner.effect-lily .swe-wrap-content{text-align:left;}.swe-wrap-banner.effect-lily .swe-wrap-content > div{position:absolute;bottom:0;left:0;padding:2em;width:100%;height:50%;}.swe-wrap-banner.effect-lily .swe-title,.swe-wrap-banner.effect-lily .swe-description{-webkit-transform:translate3d(0,40px,0);transform:translate3d(0,40px,0);}.swe-wrap-banner.effect-lily .swe-title{-webkit-transition:-webkit-transform .35s;transition:transform .35s;}.swe-wrap-banner.effect-lily .swe-description{color:rgba(255,255,255,.8);opacity:0;-webkit-transition:opacity .2s,-webkit-transform .35s;transition:opacity .2s,transform .35s;}.swe-wrap-banner.effect-lily:hover .swe-wrap-image,.swe-wrap-banner.effect-lily:hover .swe-description{opacity:1;}.swe-wrap-banner.effect-lily:hover .swe-wrap-image,.swe-wrap-banner.effect-lily:hover .swe-title,.swe-wrap-banner.effect-lily:hover .swe-description{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);}.swe-wrap-banner.effect-lily:hover .swe-description{-webkit-transition-delay:.05s;transition-delay:.05s;-webkit-transition-duration:.35s;transition-duration:.35s;}.swe-wrap-banner.effect-sadie .swe-wrap-content::before{position:absolute;top:0;left:0;width:100%;height:100%;background:-webkit-linear-gradient(top,rgba(72,76,97,0) 0%,rgba(72,76,97,.8) 75%);background:linear-gradient(to bottom,rgba(72,76,97,0) 0%,rgba(72,76,97,.8) 75%);content:"";opacity:0;-webkit-transform:translate3d(0,50%,0);transform:translate3d(0,50%,0);}.swe-wrap-banner.effect-sadie .swe-title{position:absolute;top:50%;left:0;width:100%;color:#484c61;-webkit-transition:-webkit-transform .35s,color .35s;transition:transform .35s,color .35s;-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0);}.swe-wrap-banner.effect-sadie .swe-wrap-content::before,.swe-wrap-banner.effect-sadie .swe-description{-webkit-transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,transform .35s;}.swe-wrap-banner.effect-sadie .swe-description{position:absolute;bottom:0;left:0;padding:2em;width:100%;opacity:0;-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0);}.swe-wrap-banner.effect-sadie:hover .swe-title{color:#fff;-webkit-transform:translate3d(0,-50%,0) translate3d(0,-40px,0);transform:translate3d(0,-50%,0) translate3d(0,-40px,0);}.swe-wrap-banner.effect-sadie:hover .swe-wrap-content::before,.swe-wrap-banner.effect-sadie:hover .swe-description{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);}.swe-wrap-banner.effect-roxy{background:-webkit-linear-gradient(45deg,#ff89e9 0%,#05abe0 100%);background:linear-gradient(45deg,#ff89e9 0%,#05abe0 100%);}.swe-wrap-banner.effect-roxy .swe-wrap-image{max-width:none;width:-webkit-calc(100% + 10%);width:calc(100% + 10%);-webkit-transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,transform .35s;-webkit-transform:translate3d(-50px,0,0);transform:translate3d(-50px,0,0);}.swe-wrap-banner.effect-roxy .swe-wrap-content::before{position:absolute;top:30px;right:30px;bottom:30px;left:30px;border:1px solid #fff;content:"";opacity:0;-webkit-transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,transform .35s;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0);}.swe-wrap-banner.effect-roxy .swe-wrap-content{padding:3em;text-align:left;}.swe-wrap-banner.effect-roxy .swe-title{padding:30% 0 10px 0;}.swe-wrap-banner.effect-roxy .swe-description{opacity:0;-webkit-transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,transform .35s;-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0);}.swe-wrap-banner.effect-roxy:hover .swe-wrap-image{opacity:.7;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);}.swe-wrap-banner.effect-roxy:hover .swe-wrap-content::before,.swe-wrap-banner.effect-roxy:hover .swe-description{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);}.swe-wrap-banner.effect-bubba{background:#9e5406;}.swe-wrap-banner.effect-bubba .swe-wrap-image{opacity:.7;-webkit-transition:opacity .35s;transition:opacity .35s;}.swe-wrap-banner.effect-bubba .swe-wrap-content::before,.swe-wrap-banner.effect-bubba .swe-wrap-content::after{position:absolute;top:30px;right:30px;bottom:30px;left:30px;content:"";opacity:0;-webkit-transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,transform .35s;}.swe-wrap-banner.effect-bubba .swe-wrap-content::before{border-top:1px solid #fff;border-bottom:1px solid #fff;-webkit-transform:scale(0,1);transform:scale(0,1);}.swe-wrap-banner.effect-bubba .swe-wrap-content::after{border-right:1px solid #fff;border-left:1px solid #fff;-webkit-transform:scale(1,0);transform:scale(1,0);}.swe-wrap-banner.effect-bubba .swe-title{padding-top:30%;-webkit-transition:-webkit-transform .35s;transition:transform .35s;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0);}.swe-wrap-banner.effect-bubba .swe-description{padding:20px 2.5em;opacity:0;-webkit-transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,transform .35s;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0);}.swe-wrap-banner.effect-bubba:hover .swe-wrap-image{opacity:.4;}.swe-wrap-banner.effect-bubba:hover .swe-wrap-content::before,.swe-wrap-banner.effect-bubba:hover .swe-wrap-content::after{opacity:1;-webkit-transform:scale(1);transform:scale(1);}.swe-wrap-banner.effect-bubba:hover .swe-title,.swe-wrap-banner.effect-bubba:hover .swe-description{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);}.swe-wrap-banner.effect-romeo{-webkit-perspective:1000px;perspective:1000px;}.swe-wrap-banner.effect-romeo .swe-wrap-image{-webkit-transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,transform .35s;-webkit-transform:translate3d(0,0,300px);transform:translate3d(0,0,300px);}.swe-wrap-banner.effect-romeo .swe-wrap-content::before,.swe-wrap-banner.effect-romeo .swe-wrap-content::after{position:absolute;top:50%;left:50%;width:80%;height:1px;background:#fff;content:"";-webkit-transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,transform .35s;-webkit-transform:translate3d(-50%,-50%,0);transform:translate3d(-50%,-50%,0);}.swe-wrap-banner.effect-romeo .swe-title,.swe-wrap-banner.effect-romeo .swe-description{position:absolute;top:50%;left:0;width:100%;-webkit-transition:-webkit-transform .35s;transition:transform .35s;}.swe-wrap-banner.effect-romeo .swe-title{-webkit-transform:translate3d(0,-50%,0) translate3d(0,-150%,0);transform:translate3d(0,-50%,0) translate3d(0,-150%,0);}.swe-wrap-banner.effect-romeo .swe-description{padding:.25em 2em;-webkit-transform:translate3d(0,-50%,0) translate3d(0,150%,0);transform:translate3d(0,-50%,0) translate3d(0,150%,0);}.swe-wrap-banner.effect-romeo:hover .swe-wrap-image{opacity:.6;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);}.swe-wrap-banner.effect-romeo:hover .swe-wrap-content::before{opacity:.5;-webkit-transform:translate3d(-50%,-50%,0) rotate(45deg);transform:translate3d(-50%,-50%,0) rotate(45deg);}.swe-wrap-banner.effect-romeo:hover .swe-wrap-content::after{opacity:.5;-webkit-transform:translate3d(-50%,-50%,0) rotate(-45deg);transform:translate3d(-50%,-50%,0) rotate(-45deg);}.swe-wrap-banner.effect-romeo:hover .swe-title{-webkit-transform:translate3d(0,-50%,0) translate3d(0,-100%,0);transform:translate3d(0,-50%,0) translate3d(0,-100%,0);}.swe-wrap-banner.effect-romeo:hover .swe-description{-webkit-transform:translate3d(0,-50%,0) translate3d(0,100%,0);transform:translate3d(0,-50%,0) translate3d(0,100%,0);}.swe-wrap-banner.effect-layla{background:#18a367;}.swe-wrap-banner.effect-layla .swe-wrap-image{display:flex;align-items:center;justify-content:center;}.swe-wrap-banner.effect-layla .swe-wrap-content{padding:3em;}.swe-wrap-banner.effect-layla .swe-wrap-content::before,.swe-wrap-banner.effect-layla .swe-wrap-content::after{position:absolute;content:"";opacity:0;}.swe-wrap-banner.effect-layla .swe-wrap-content::before{top:50px;right:30px;bottom:50px;left:30px;border-top:1px solid #fff;border-bottom:1px solid #fff;-webkit-transform:scale(0,1);transform:scale(0,1);-webkit-transform-origin:0 0;transform-origin:0 0;}.swe-wrap-banner.effect-layla .swe-wrap-content::after{top:30px;right:50px;bottom:30px;left:50px;border-right:1px solid #fff;border-left:1px solid #fff;-webkit-transform:scale(1,0);transform:scale(1,0);-webkit-transform-origin:100% 0;transform-origin:100% 0;}.swe-wrap-banner.effect-layla .swe-title{padding-top:26%;-webkit-transition:-webkit-transform .35s;transition:transform .35s;-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0);}.swe-wrap-banner.effect-layla .swe-description{padding:.5em 2em;text-transform:none;opacity:0;-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0);}.swe-wrap-banner.effect-layla .swe-wrap-image{-webkit-transform:translate3d(0,-30px,0) scale(1.1);transform:translate3d(0,-30px,0) scale(1.1);}.swe-wrap-banner.effect-layla .swe-wrap-image,.swe-wrap-banner.effect-layla .swe-wrap-content::before,.swe-wrap-banner.effect-layla .swe-wrap-content::after,.swe-wrap-banner.effect-layla .swe-description{-webkit-transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,transform .35s;}.swe-wrap-banner.effect-layla:hover .swe-wrap-image{opacity:.7;-webkit-transform:translate3d(0,0,0) scale(1.1);transform:translate3d(0,0,0) scale(1.1);}.swe-wrap-banner.effect-layla:hover .swe-wrap-content::before,.swe-wrap-banner.effect-layla:hover .swe-wrap-content::after{opacity:1;-webkit-transform:scale(1);transform:scale(1);}.swe-wrap-banner.effect-layla:hover .swe-title,.swe-wrap-banner.effect-layla:hover .swe-description{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);}.swe-wrap-banner.effect-layla:hover .swe-wrap-content::after,.swe-wrap-banner.effect-layla:hover .swe-title,.swe-wrap-banner.effect-layla:hover p,.swe-wrap-banner.effect-layla:hover .swe-wrap-image{-webkit-transition-delay:.15s;transition-delay:.15s;}.swe-wrap-banner.effect-honey{background:#4a3753;}.swe-wrap-banner.effect-honey .swe-wrap-image{opacity:.9;-webkit-transition:opacity .35s;transition:opacity .35s;}.swe-wrap-banner.effect-honey .swe-wrap-content::before{position:absolute;bottom:0;left:0;width:100%;height:10px;background:#fff;content:"";-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0);}.swe-wrap-banner.effect-honey .swe-title{position:absolute;bottom:0;left:0;padding:1em 1.5em;width:100%;text-align:left;-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0);}.swe-wrap-banner.effect-honey .swe-title i{font-style:normal;opacity:0;-webkit-transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,transform .35s;-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0);}.swe-wrap-banner.effect-honey .swe-wrap-content::before,.swe-wrap-banner.effect-honey .swe-title{-webkit-transition:-webkit-transform .35s;transition:transform .35s;}.swe-wrap-banner.effect-honey:hover .swe-wrap-image{opacity:.5;}.swe-wrap-banner.effect-honey:hover .swe-wrap-content::before,.swe-wrap-banner.effect-honey:hover .swe-title,.swe-wrap-banner.effect-honey:hover .swe-title i{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);}.swe-wrap-banner.effect-oscar{background:-webkit-linear-gradient(45deg,#22682a 0%,#9b4a1b 40%,#3a342a 100%);background:linear-gradient(45deg,#22682a 0%,#9b4a1b 40%,#3a342a 100%);}.swe-wrap-banner.effect-oscar .swe-wrap-image{opacity:.9;-webkit-transition:opacity .35s;transition:opacity .35s;}.swe-wrap-banner.effect-oscar .swe-wrap-content{padding:3em;background-color:rgba(58,52,42,.7);-webkit-transition:background-color .35s;transition:background-color .35s;}.swe-wrap-banner.effect-oscar .swe-wrap-content::before{position:absolute;top:30px;right:30px;bottom:30px;left:30px;border:1px solid #fff;content:"";}.swe-wrap-banner.effect-oscar .swe-title{margin:20% 0 10px 0;-webkit-transition:-webkit-transform .35s;transition:transform .35s;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);}.swe-wrap-banner.effect-oscar .swe-wrap-content::before,.swe-wrap-banner.effect-oscar .swe-description{opacity:0;-webkit-transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,transform .35s;-webkit-transform:scale(0);transform:scale(0);}.swe-wrap-banner.effect-oscar:hover .swe-title{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);}.swe-wrap-banner.effect-oscar:hover .swe-wrap-content::before,.swe-wrap-banner.effect-oscar:hover .swe-description{opacity:1;-webkit-transform:scale(1);transform:scale(1);}.swe-wrap-banner.effect-oscar:hover .swe-wrap-content{background-color:rgba(58,52,42,0);}.swe-wrap-banner.effect-oscar:hover .swe-wrap-image{opacity:.4;}.swe-wrap-banner.effect-marley .swe-wrap-content{text-align:right;}.swe-wrap-banner.effect-marley .swe-title,.swe-wrap-banner.effect-marley .swe-description{position:absolute;right:30px;left:30px;padding:10px 0;}.swe-wrap-banner.effect-marley .swe-description{bottom:30px;line-height:1.5;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);}.swe-wrap-banner.effect-marley .swe-title{top:30px;-webkit-transition:-webkit-transform .35s;transition:transform .35s;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0);}.swe-wrap-banner.effect-marley .swe-title::after{position:absolute;top:100%;left:0;width:100%;height:4px;background:#fff;content:"";-webkit-transform:translate3d(0,40px,0);transform:translate3d(0,40px,0);}.swe-wrap-banner.effect-marley .swe-title::after,.swe-wrap-banner.effect-marley .swe-description{opacity:0;-webkit-transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,transform .35s;}.swe-wrap-banner.effect-marley:hover .swe-title{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);}.swe-wrap-banner.effect-marley:hover .swe-title::after,.swe-wrap-banner.effect-marley:hover .swe-description{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);}.swe-wrap-banner.effect-ruby{background-color:#17819c;}.swe-wrap-banner.effect-ruby .swe-wrap-image{opacity:.7;-webkit-transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,transform .35s;-webkit-transform:scale(1.15);transform:scale(1.15);}.swe-wrap-banner.effect-ruby .swe-title{margin-top:20%;-webkit-transition:-webkit-transform .35s;transition:transform .35s;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0);}.swe-wrap-banner.effect-ruby .swe-wrap-content > div{width:99% !important;}.swe-wrap-banner.effect-ruby .swe-description{margin:1em 0 0;padding:3em;border:1px solid #fff;opacity:0;-webkit-transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,transform .35s;-webkit-transform:translate3d(0,20px,0) scale(1.1);transform:translate3d(0,20px,0) scale(1.1);}.swe-wrap-banner.effect-ruby:hover .swe-wrap-image{opacity:.5;-webkit-transform:scale(1);transform:scale(1);}.swe-wrap-banner.effect-ruby:hover .swe-title{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);}.swe-wrap-banner.effect-ruby:hover .swe-description{opacity:1;-webkit-transform:translate3d(0,0,0) scale(1);transform:translate3d(0,0,0) scale(1);}.swe-wrap-banner.effect-milo{background:#2e5d5a;}.swe-wrap-banner.effect-milo .swe-wrap-image{max-width:none;width:-webkit-calc(100% + 60px);width:calc(100% + 60px);opacity:1;-webkit-transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,transform .35s;-webkit-transform:translate3d(-30px,0,0) scale(1.12);transform:translate3d(-30px,0,0) scale(1.12);-webkit-backface-visibility:hidden;backface-visibility:hidden;}.swe-wrap-banner.effect-milo .swe-title{position:absolute;right:0;bottom:0;padding:1em 1.2em;}.swe-wrap-banner.effect-milo .swe-description{padding:0 10px 0 0;width:50%;border-right:1px solid #fff;text-align:right;opacity:0;-webkit-transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,transform .35s;-webkit-transform:translate3d(-40px,0,0);transform:translate3d(-40px,0,0);}.swe-wrap-banner.effect-milo:hover .swe-wrap-image{opacity:.5;-webkit-transform:translate3d(0,0,0) scale(1);transform:translate3d(0,0,0) scale(1);}.swe-wrap-banner.effect-milo:hover .swe-description{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);}.swe-wrap-banner.effect-dexter{background:-webkit-linear-gradient(top,#258dc8 0%,#683c13 100%);background:linear-gradient(to bottom,#258dc8 0%,#683c13 100%);}.swe-wrap-banner.effect-dexter .swe-wrap-image{-webkit-transition:opacity .35s;transition:opacity .35s;}.swe-wrap-banner.effect-dexter .swe-wrap-content::after{position:absolute;right:30px;bottom:30px;left:30px;height:-webkit-calc(50% - 30px);height:calc(50% - 30px);border:7px solid #fff;content:"";-webkit-transition:-webkit-transform .35s;transition:transform .35s;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);}.swe-wrap-banner.effect-dexter .swe-wrap-content{padding:3em;text-align:left;}.swe-wrap-banner.effect-dexter .swe-wrap-content > div{height:100%;}.swe-wrap-banner.effect-dexter .swe-description{position:absolute;right:60px;bottom:60px;left:60px;opacity:0;-webkit-transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,transform .35s;-webkit-transform:translate3d(0,-100px,0);transform:translate3d(0,-100px,0);}.swe-wrap-banner.effect-dexter:hover .swe-wrap-image{opacity:.4;}.swe-wrap-banner.effect-dexter:hover .swe-wrap-content::after{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);}.swe-wrap-banner.effect-dexter:hover .swe-description{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);}.swe-wrap-banner.effect-sarah{background:#42b078;}.swe-wrap-banner.effect-sarah .swe-wrap-image{max-width:none;width:-webkit-calc(100% + 20px);width:calc(100% + 20px);-webkit-transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,transform .35s;-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0);-webkit-backface-visibility:hidden;backface-visibility:hidden;}.swe-wrap-banner.effect-sarah .swe-wrap-content{text-align:left;}.swe-wrap-banner.effect-sarah .swe-title{position:relative;overflow:hidden;padding:.5em 0;}.swe-wrap-banner.effect-sarah .swe-title::after{position:absolute;bottom:0;left:0;width:100%;height:3px;background:#fff;content:"";-webkit-transition:-webkit-transform .35s;transition:transform .35s;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);}.swe-wrap-banner.effect-sarah .swe-description{padding:1em 0;opacity:0;-webkit-transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,transform .35s;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);}.swe-wrap-banner.effect-sarah:hover .swe-wrap-image{opacity:.4;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);}.swe-wrap-banner.effect-sarah:hover .swe-title::after{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);}.swe-wrap-banner.effect-sarah:hover .swe-description{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);}.swe-wrap-banner.effect-zoe .swe-wrap-content{top:auto;bottom:0;padding:1em;height:3.75em;background:#fff;color:#3c4a50;-webkit-transition:-webkit-transform .35s;transition:transform .35s;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);}.swe-wrap-banner.effect-zoe .swe-title{float:left;}.swe-wrap-banner.effect-zoe .swe-description{position:absolute;bottom:8em;padding:2em;color:#fff;text-transform:none;font-size:90%;opacity:0;-webkit-transition:opacity .35s;transition:opacity .35s;-webkit-backface-visibility:hidden;width:100%;left:0;}.swe-wrap-banner.effect-zoe .swe-title{-webkit-transition:-webkit-transform .35s;transition:transform .35s;-webkit-transform:translate3d(0,200%,0);transform:translate3d(0,200%,0);}.swe-wrap-banner.effect-zoe .swe-title{display:inline-block;}.swe-wrap-banner.effect-zoe:hover .swe-description{opacity:1;}.swe-wrap-banner.effect-zoe:hover .swe-wrap-content,.swe-wrap-banner.effect-zoe:hover .swe-title{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);}.swe-wrap-banner.effect-zoe:hover .swe-title{-webkit-transition-delay:.05s;transition-delay:.05s;}.swe-wrap-banner.effect-chico .swe-wrap-image{-webkit-transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,transform .35s;-webkit-transform:scale(1.12);transform:scale(1.12);}.swe-wrap-banner.effect-chico .swe-wrap-content{padding:3em;}.swe-wrap-banner.effect-chico .swe-wrap-content::before{position:absolute;top:30px;right:30px;bottom:30px;left:30px;border:1px solid #fff;content:"";-webkit-transform:scale(1.1);transform:scale(1.1);}.swe-wrap-banner.effect-chico .swe-wrap-content::before,.swe-wrap-banner.effect-chico .swe-description{opacity:0;-webkit-transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,transform .35s;}.swe-wrap-banner.effect-chico .swe-title{padding:20% 0 20px 0;}.swe-wrap-banner.effect-chico .swe-description{margin:0 auto;max-width:50%;-webkit-transform:scale(1.5);transform:scale(1.5);}.swe-wrap-banner.effect-chico:hover .swe-wrap-image{opacity:.5;-webkit-transform:scale(1);transform:scale(1);}.swe-wrap-banner.effect-chico:hover .swe-wrap-content::before,.swe-wrap-banner.effect-chico:hover .swe-description{opacity:1;-webkit-transform:scale(1);transform:scale(1);}.elementor-widget-swe-banner.elementor-widget-empty
  .elementor-widget-empty-icon{display:none !important;}.swe-wrap-tabs ul.products{margin-bottom:0px;}.swe-wrap-tabs .swe-wrap-tab-head{display:flex;}.swe-wrap-tabs .swe-wrap-tab-head .swe-tab-title{padding:5px 10px 5px 10px;cursor:pointer;transition:300ms;-webkit-transition:300ms;-moz-transition:300ms;-o-transition:300ms;-ms-transition:300ms;}.swe-wrap-tabs .swe-wrap-tab-head .swe-tab-title + .swe-tab-title{margin-left:5px;}.swe-wrap-tabs .swe-wrap-tab-head .swe-tab-title.active,.swe-wrap-tabs .swe-wrap-tab-head .swe-tab-title:hover{background:var(--bg-block);}.swe-wrap-tabs .swe-wrap-tab-head .swe-button{display:none;}.swe-wrap-tabs .swe-wrap-tab-head.tabs-button{position:relative;}@media (max-width: 767px){.swe-wrap-tabs .swe-wrap-tab-head.btn-mobile .swe-button{display:block;}.swe-wrap-tabs .swe-wrap-tab-head.btn-mobile .swe-tab-head{position:absolute;width:250px;top:100%;right:0;flex-direction:column;z-index:2;background:var(--white-color);text-align:left;box-shadow:0 0 10px 0 var(--black-transparent-5);display:none;}.swe-wrap-tabs
    .swe-wrap-tab-head.btn-mobile
    .swe-tab-head
    .swe-tab-title
    + .swe-tab-title{margin-left:0px !important;}}.swe-wrap-tabs .swe-wrap-tab-content .swe-tab-content{height:0;overflow:hidden;}.swe-wrap-tabs .swe-wrap-tab-content .swe-tab-content.active{height:auto;overflow:visible;}.swe-wrap-tabs.style-1 .swe-tab-head{display:flex;}@media (max-width: 1024px){.swe-wrap-tabs.style-1 .swe-wrap-tab-head.btn-tablet .swe-button{display:block;}.swe-wrap-tabs.style-1 .swe-wrap-tab-head.btn-tablet .swe-tab-head{position:absolute;width:250px;top:100%;right:0;flex-direction:column;z-index:2;background:var(--white-color);text-align:left;box-shadow:0 0 10px 0 var(--black-transparent-5);display:none;}.swe-wrap-tabs.style-1
    .swe-wrap-tab-head.btn-tablet
    .swe-tab-head
    .swe-tab-title
    + .swe-tab-title{margin-left:0px !important;}}.swe-wrap-tabs.style-1 .swe-wrap-tab-head.btn-desktop .swe-button{display:block;}.swe-wrap-tabs.style-1 .swe-wrap-tab-head.btn-desktop .swe-tab-head{position:absolute;width:250px;top:100%;right:0;flex-direction:column;z-index:2;background:var(--white-color);text-align:left;box-shadow:0 0 10px 0 var(--black-transparent-5);display:none;}.swe-wrap-tabs.style-1
  .swe-wrap-tab-head.btn-desktop
  .swe-tab-head
  .swe-tab-title
  + .swe-tab-title{margin-left:0px !important;}.swe-wrap-tabs.style-2{flex-direction:row;}@media (max-width: 767px){.swe-wrap-tabs.style-2{flex-direction:column;}}@media (max-width: 767px){.swe-wrap-tabs.style-2 .swe-wrap-tab-head.tabs-button .swe-button{display:block;}.swe-wrap-tabs.style-2 .swe-wrap-tab-head.tabs-button .swe-tab-head{position:absolute;width:250px;top:100%;right:0;flex-direction:column;z-index:2;background:var(--white-color);text-align:left;box-shadow:0 0 10px 0 var(--black-transparent-5);display:none;}.swe-wrap-tabs.style-2
    .swe-wrap-tab-head.tabs-button
    .swe-tab-head
    .swe-tab-title
    + .swe-tab-title{margin-left:0px !important;}}.swe-wrap-tabs.style-2 .swe-wrap-tab-head .swe-tab-title + .swe-tab-title{margin-left:0;}.swe-wrap-tabs.style-2 .swe-wrap-tab-content{flex:1;overflow:hidden;}:root{--slick-arrow-color:black;--slick-dot-color:black;--slick-dot-color-active:black;--slick-prev-character:"←";--slick-next-character:"→";--slick-dot-character:"•";--slick-dot-size:6px;--slick-opacity-default:.75;--slick-opacity-on-hover:1;--slick-opacity-not-active:.25;}.swe-slider-wrapper{width:100%;position:relative;}.swe-slider{width:100%;overflow:hidden;}.swe-slider .slick-slide{padding:0;}.swe-slider-wrapper .swe-slider-btn{position:absolute;top:50%;z-index:1;-webkit-transform:translateY(-50%);transform:translateY(-50%);font-size:18px;display:flex;justify-content:center;align-items:center;background-repeat:no-repeat;background-position:center center;}.swe-slider-wrapper .swe-slider-btn svg{display:block;width:1em;height:1em;}.swe-slider-button-align--top .swe-slider-wrapper .swe-slider-btn{top:0;-webkit-transform:translateY(0);transform:translateY(0);}.swe-slider-button-align--bottom .swe-slider-wrapper .swe-slider-btn{top:auto;-webkit-transform:translateY(0);transform:translateY(0);bottom:0;}.swe-slider-button-position--left .swe-slider-wrapper .swe-slider-btn{left:0;right:auto;}.swe-slider-button-position--right .swe-slider-wrapper .swe-slider-btn{left:auto;right:0;}.swe-tab-content .swe-slider-wrapper .swe-slider-btn{display:none;}.swe-tab-content.active .swe-slider-wrapper .swe-slider-btn{display:flex;}.slick-arrow{--black-color:#333;position:absolute;display:block;height:30px;width:30px;line-height:30px;font-size:0px;cursor:pointer;background:var(--gray-color);color:var(--black-color);top:50%;left:0px;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translate(0,-50%);padding:0;border:none;outline:none;z-index:1;text-align:center;transition:300ms;-webkit-transition:300ms;-moz-transition:300ms;-o-transition:300ms;-ms-transition:300ms;}.slick-arrow:hover{outline:none;background:var(--dark-gray-color);color:var(--white-color);}.slick-arrow:hover:before{opacity:var(--slick-opacity-on-hover);}.slick-arrow.slick-disabled:before{opacity:var(--slick-opacity-not-active);}.slick-arrow:before{display:block;font-size:20px;color:var(--slick-arrow-color);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}.slick-arrow:nth-child(3){left:auto;right:0px;}.slick-prev{left:0px;}[dir="rtl"] .slick-prev{left:auto;right:0px;}.slick-prev:before{content:var(--slick-prev-character);}[dir="rtl"] .slick-prev:before{content:var(--slick-next-character);}.slick-next{right:0px;}[dir="rtl"] .slick-next{left:0px;right:auto;}.slick-next:before{content:var(--slick-next-character);}[dir="rtl"] .slick-next:before{content:var(--slick-prev-character);}.swe-slider .slick-dots li button:before{display:none;}.swe-slider ul.slick-dots{display:flex;align-items:center;justify-content:center;width:100%;}.swe-slider ul.slick-dots li{width:10px;height:10px;margin:0 3px;border-radius:5px;transition:450ms;-webkit-transition:450ms;-moz-transition:450ms;-o-transition:450ms;-ms-transition:450ms;background:#ccc;border:0;cursor:pointer;}.swe-slider ul.slick-dots li.slick-active{width:30px;background:var(--black-color);}.swe-slider ul.slick-dots li button{display:none;}.slick-dotted.slick-slider{margin-bottom:30px;}.slick-dots{list-style:none;display:block;text-align:center;padding:0;margin:0;width:100%;}.slick-dots li{position:relative;display:inline-block;height:20px;width:20px;margin:0 5px;padding:0;cursor:pointer;}.slick-dots li button{border:0;background:transparent;display:block;height:20px;width:20px;outline:none;line-height:0px;font-size:0px;color:transparent;padding:5px;cursor:pointer;}.slick-dots li button:hover,.slick-dots li button:focus{outline:none;}.slick-dots li button:hover:before,.slick-dots li button:focus:before{opacity:var(--slick-opacity-on-hover);}.slick-dots li button:before{position:absolute;top:0;left:0;content:var(--slick-dot-character);width:20px;height:20px;font-size:var(--slick-dot-size);line-height:20px;text-align:center;color:var(--slick-dot-color);opacity:var(--slick-opacity-not-active);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}.slick-dots li.slick-active button:before{color:var(--slick-dot-color-active);opacity:var(--slick-opacity-default);}.rtl .slick-slider .slick-track,.rtl .slick-slider .slick-list{direction:rtl;}.rtl .slick-slider .swe-item{direction:ltr;}.swe-pagination{display:flex;justify-content:center;}.swe-pagination .page-numbers{padding:10px 15px;background:var(--light-gray-color);outline:none;border-radius:3px;color:var(--black-color);display:flex;justify-content:center;align-items:center;}.swe-pagination .page-numbers + .page-numbers{margin-left:10px;}.swe-pagination .page-numbers.prev i,.swe-pagination .page-numbers.next i{font-size:80%;}.swe-pagination .page-numbers.current,.swe-pagination .page-numbers:not(.dots):hover{background:var(--dark-gray-color);color:var(--white-color);}.pagination-ajax{display:flex;justify-content:center;}.pagination-ajax > *{padding:10px 25px;background:var(--light-gray-color);color:var(--black-color);transition:300ms;border-radius:3px;}.pagination-ajax p{margin-bottom:0px;}.pagination-ajax .swe-pagination{display:none;}.pagination-ajax .scroller-status{display:none;}.pagination-ajax .scroller-status .infinite-scroll-request,.pagination-ajax .scroller-status .infinite-scroll-last,.pagination-ajax .scroller-status .infinite-scroll-error{display:none;}.pagination-ajax .view-more-button{cursor:pointer;}.pagination-ajax .view-more-button:hover{background:var(--gray-color);}.pagination-ajax .infinite-scroll-request .loading{display:flex;align-items:center;height:auto;}.pagination-ajax .infinite-scroll-request .loading:before{display:none;}.pagination-ajax .infinite-scroll-request .loading i{animation:fa-spin .75s linear infinite;margin-right:5px;font-size:150%;}.woocommerce-loop-product__link > .onsale:first-child{display:none;}.swe-wrapper ul.products{margin:0;}.swe-wrapper ul.products li.product{list-style:none;}.swe-wrapper ul.products li.product img{width:100%;}.swe-wrap-head{display:flex;margin-bottom:30px;align-items:center;}.item-detail span.price{display:none;}.item-detail .countdown-info.top{transform:unset;top:auto;bottom:0;}.item-detail .countdown-info.bottom .count-title p{margin-bottom:0px;}.item .item-wrap .item-detail .item-content,.item .item-wrap .item-detail .item-img{position:relative;}ul.products .item-content .item-description{display:none;}.swe-slider.products.slick-slider li.product,.swe-slider.products.slick-slider li.item{padding-left:0px;padding-right:0px;}.swe-slider.products:not(.slick-slider){width:auto;margin-left:-15px;margin-right:-15px;}.swe-woo-categories-slider .swe-wrap-item{transition:300ms;}.swe-woo-categories-slider .swe-wrap-image{max-width:100%;margin:auto;transition:300ms;}.swe-woo-categories-slider .swe-wrap-image a{display:block;}.swe-woo-categories-slider .swe-wrap-image img{transition:300ms;}.swe-woo-categories-slider .swe-wrap-content{display:flex;justify-content:center;align-items:center;flex-direction:column;}.swe-woo-categories-slider.style-2 .swe-wrap-item{position:relative;}.swe-woo-categories-slider.style-2 .swe-wrap-image{position:relative;}.swe-woo-categories-slider.style-2 .swe-wrap-content{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center;z-index:1;}.swe-woo-categories-slider.style-3 .swe-wrap-item{display:flex;align-items:center;}.swe-woo-categories-slider.style-3 .swe-wrap-image{margin:0;flex:1;margin-right:15px;}.swe-woo-categories-slider.style-3 .swe-wrap-content{flex:1;align-items:flex-start;text-align:left;}.swe-woo-countdown-slider .swe-countdown-head{flex:1;display:flex;}.swe-woo-countdown-slider .swe-countdown-head .countdown .countdown-times > *{flex:auto;padding:5px;}.swe-woo-countdown-slider .swe-countdown-head .countdown .countdown-times b{display:inline-block;width:auto;}.swe-woo-countdown-slider .item-detail .item-img a.button{display:none;}.swe-woo-countdown-slider.style-2 .item-detail{display:flex;}.swe-woo-countdown-slider.style-2 .item-detail .item-img{flex:1;margin-right:20px;}.swe-woo-countdown-slider.style-2 .item-detail .item-img img{margin-bottom:0px;}.swe-woo-countdown-slider.style-2 .item-detail .item-content{flex:1;text-align:left;}.swe-woo-countdown-slider.style-2 .countdown-info.bottom{text-align:left;position:absolute;top:auto;bottom:0;transform:none;width:100%;}.swe-woo-countdown-slider.style-2 .countdown-info.bottom .count-title p{margin-bottom:0px;}.swe-woo-related-slider .title-deals,.swe-woo-related-slider .product-countdown,.swe-woo-upsells-slider .title-deals,.swe-woo-upsells-slider .product-countdown{display:none;}.swe-related-and-upsells.swe-woo-tab-slider .swe-wrap-head .swe-tab-head{display:flex;}.swe-related-and-upsells.swe-woo-tab-slider .swe-wrap-head .swe-wrap-tab-head{justify-content:flex-start;}.swe-related-and-upsells.swe-woo-tab-slider
  .swe-wrap-head
  .swe-wrap-tab-head
  .swe-tab-title{font-size:18px;color:var(--main-color);}.swe-woo-tab-slider .swe-title h2{margin-bottom:0px;}.swe-woo-tab-slider .swe-wrap-head{display:flex;align-items:center;margin-bottom:20px;}.swe-woo-tab-slider .swe-wrap-head .swe-wrap-tab-head{flex:1;justify-content:flex-end;}.swe-woo-tab-slider .swe-wrap-tab-content{max-width:100%;}.swe-woo-tab-slider.style-2 .swe-wrap-head{min-width:30%;flex:0 0 30%;margin-bottom:0px;flex-direction:column;align-items:stretch;text-align:left;margin-right:20px;}.swe-woo-tab-slider.style-2 .swe-wrap-head .swe-wrap-tab-head{justify-content:stretch;display:flex;flex:1;flex-direction:column;}.swe-woo-tab-slider.style-2 .swe-wrap-head .swe-wrap-tab-head a{display:block;}.swe-woo-products-list .swe-list-wrapper{list-style:none;margin:0;padding:0;display:grid;}.swe-woo-products-list .swe-list-wrapper .product{display:flex;flex-direction:column;overflow:hidden;}.swe-woo-products-list .swe-list-wrapper .product .thumbnail-link{display:block;flex-shrink:0;overflow:hidden;}.elementor-element.swe-thumbnail-left .swe-woo-products-list .swe-list-wrapper .product{flex-direction:row;}.elementor-element.swe-thumbnail-right .swe-woo-products-list .swe-list-wrapper .product{flex-direction:row-reverse;}@media (max-width: 767px){.swe-woo-tab-slider.style-2 .swe-wrap-head{margin-right:0px !important;flex-direction:row;margin-bottom:20px;}.swe-woo-tab-slider.style-2 .swe-wrap-head .swe-wrap-tab-head{flex-direction:row;justify-content:flex-end;}}@media (min-width: 768px){.swe-woo-tab-slider.style-2 .swe-wrap-head{margin-bottom:0px !important;}}.swe-woo-cart{position:relative;}.swe-woo-cart:hover .img-logo-hover{opacity:1 !important;}.swe-woo-cart .input-toggle{display:none;}.swe-woo-cart .swe-wrap-cart-head{display:flex;align-items:center;cursor:pointer;font-weight:400;}.swe-woo-cart .swe-wrap-cart-head.icon-left .swe-cart-icon{order:1;}.swe-woo-cart .swe-wrap-cart-head.icon-left .swe-cart-subtotal{order:2;margin-left:10px;}.swe-woo-cart .swe-wrap-cart-head.icon-right .swe-cart-icon{order:2;}.swe-woo-cart .swe-wrap-cart-head.icon-right .swe-cart-subtotal{order:1;margin-right:10px;}.swe-woo-cart .swe-wrap-cart-head .swe-cart-icon{position:relative;font-size:24px;transition:300ms;width:30px;height:30px;display:flex;align-items:center;justify-content:center;}.swe-woo-cart .swe-wrap-cart-head .swe-cart-icon.cart-image-icon{width:auto;height:auto;}.swe-woo-cart .swe-wrap-cart-head .swe-cart-icon i{top:50%;right:50%;transform:translate(50%,-50%);position:absolute;}.swe-woo-cart .swe-wrap-cart-head .swe-cart-icon .image-icon{width:30px;height:30px;}.swe-woo-cart .swe-wrap-cart-head .swe-cart-icon .image-icon img{width:100%;height:100%;object-fit:cover;transition:300ms;}.swe-woo-cart
  .swe-wrap-cart-head
  .swe-cart-icon
  .image-icon
  img.img-logo-hover{position:absolute;top:0;left:0;opacity:0;transition:200ms;}.swe-woo-cart .swe-wrap-cart-head .swe-cart-icon .swe-cart-count{position:absolute;top:0;left:100%;transform:translate(-50%,-50%);font-size:12px;width:18px;height:18px;line-height:18px;border-radius:20px;}.swe-woo-cart .swe-wrap-cart-head .swe-cart-subtotal{font-size:16px;text-align:left;}.swe-woo-cart .swe-wrap-cart-head .swe-cart-subtotal .text{margin-right:3px;}.swe-woo-cart .swe-wrap-cart-content{background:var(--white-color);border:1px solid var(--border-color);}.swe-woo-cart .swe-wrap-cart-content .swe-wrap-cart-top{display:flex;justify-content:space-between;font-size:18px;}.swe-woo-cart .swe-wrap-cart-content .swe-wrap-cart-top .cart-title{font-size:inherit;margin-bottom:0px;font-weight:600;}.swe-woo-cart .swe-wrap-cart-content .swe-wrap-cart-top .swe-close{font-size:inherit;cursor:pointer;}.swe-woo-cart .swe-wrap-cart-content .swe-wrap-cart-top .swe-close i{margin-left:5px;}.swe-woo-cart .woocommerce-mini-cart__empty-message{margin-bottom:0px;padding:15px 0;font-size:16px;width:100%;}.swe-woo-cart ul.woocommerce-mini-cart{margin:0px;list-style:none;overflow-y:auto;}.swe-woo-cart ul.woocommerce-mini-cart::-webkit-scrollbar{width:5px;}.swe-woo-cart ul.woocommerce-mini-cart::-webkit-scrollbar-thumb{background-color:darkgrey;}.swe-woo-cart ul.woocommerce-mini-cart .blockUI:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-block;font-style:normal;font-variant:normal;font-weight:normal;font-weight:900;line-height:1;line-height:inherit;line-height:30px;font-family:"Font Awesome 5 Free";vertical-align:baseline;content:"";animation:fa-spin .8s linear infinite;height:30px;width:30px;font-size:30px;position:absolute;top:50%;left:50%;margin-left:-15px;margin-top:-15px;}.swe-woo-cart ul.woocommerce-mini-cart li{width:100%;display:inline-block;clear:both;padding:10px 0px;border-bottom:0px;}.swe-woo-cart ul.woocommerce-mini-cart li + li{border-top:1px solid var(--border-color);}.swe-woo-cart ul.woocommerce-mini-cart li img{float:left;margin-right:10px;width:70px;}.swe-woo-cart ul.woocommerce-mini-cart li a{display:block;text-align:left;font-size:16px;font-weight:600;color:var(--default-color);text-decoration:none;}.swe-woo-cart ul.woocommerce-mini-cart li a:hover{color:var(--second-color);}.swe-woo-cart ul.woocommerce-mini-cart li a.remove{float:right;font-size:22px;width:20px;height:20px;text-align:center;line-height:20px;color:red;text-indent:unset;text-decoration:none;outline:none;}.swe-woo-cart ul.woocommerce-mini-cart li a.remove:before{display:none;}.swe-woo-cart ul.woocommerce-mini-cart li .quantity{text-align:left;display:block;font-size:16px;}.swe-woo-cart .total,.swe-woo-cart .buttons{display:flex;justify-content:space-between;font-size:18px;margin-bottom:0px;}.swe-woo-cart .total{padding:15px 0;border-top:1px solid var(--border-color);border-bottom:1px solid var(--border-color);}.swe-woo-cart .total .amount{font-weight:600;color:var(--price-color);}.swe-woo-cart .buttons{padding-top:10px;margin-top:0px;}.swe-woo-cart .buttons .button{flex:1;text-align:center;height:50px;line-height:50px;padding:0;display:inline-block;background:var(--light-gray-color);}.swe-woo-cart .buttons .button:hover{background:var(--gray-color);}.swe-woo-cart .buttons .button + .button{margin-left:10px;}.swe-woo-cart.cart-hover .swe-wrap-cart-top{display:none;}.swe-woo-cart.cart-hover .swe-wrap-cart-content{border-radius:3px;padding:10px;position:absolute;top:100%;width:350px;right:0;transform:translateY(30px);transition:200ms;z-index:5;opacity:0;visibility:hidden;}.swe-woo-cart.cart-hover ul.woocommerce-mini-cart{max-height:350px;}.swe-woo-cart.cart-hover:hover .swe-wrap-cart-content{transform:translateY(0px);opacity:1;visibility:visible;}.swe-woo-cart.cart-hover .woo-cart-open{margin:0px;}.swe-woo-cart.cart-canvas{--width-cart-content:450px;}.swe-woo-cart.cart-canvas label{margin-left:0px;}.swe-woo-cart.cart-canvas .swe-wrap-cart-top{padding-bottom:20px;border-bottom:1px solid var(--border-color);}.swe-woo-cart.cart-canvas .woo-cart-mask{width:100vw;height:100vh;position:fixed;left:0;top:0;background:rgba(0,0,0,.6);transition:200ms ease-out;visibility:hidden;opacity:0;z-index:999;cursor:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'32\' height=\'32\' viewBox=\'0 0 18 18\' fill=\'%23fff\'%3e%3cpath d=\'M14.53 4.53l-1.06-1.06L9 7.94 4.53 3.47 3.47 4.53 7.94 9l-4.47 4.47 1.06 1.06L9 10.06l4.47 4.47 1.06-1.06L10.06 9z\'/%3e%3c/svg%3e"),pointer;}.swe-woo-cart.cart-canvas .swe-wrap-cart-content{position:fixed;top:0;width:var(--width-cart-content);max-width:75%;right:0;height:100%;z-index:999;padding:20px;display:flex;transition:300ms;flex-direction:column;transform:translateX(100%);border:0;border-left:1px solid var(--border-color);}.swe-woo-cart.cart-canvas .input-toggle:checked ~ .woo-cart-mask{opacity:1;visibility:visible;}.swe-woo-cart.cart-canvas .input-toggle:checked ~ .swe-wrap-cart-content{transform:translateX(0);}.swe-woo-cart.cart-canvas .swe-wrap-cart-bottom{height:calc(100% - 50px);align-items:center;display:flex;flex-direction:column;flex:1;}.swe-woo-cart.cart-canvas .swe-wrap-cart-bottom ul{flex:1;}.swe-woo-cart.cart-canvas .swe-wrap-cart-bottom > *{width:100%;}.swe-collections ul{margin:0;}.swe-collections .swe-collections-wrapper{display:grid;list-style:none;margin:0;}.swe-collections .swe-collections-wrapper > li .swe-wrap-image{margin-bottom:10px;}.swe-collections .swe-collections-wrapper > li .swe-wrap-image > a{display:block;position:relative;}.swe-collections .swe-collections-wrapper > li .swe-wrap-image > a:before{content:"";display:block;width:60px;height:60px;border-radius:50%;background-image:url("data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'1em\' height=\'1em\' viewBox=\'0 0 32 32\'%3E%3Cpath d=\'M3 16c0-.69.56-1.25 1.25-1.25h20.537l-7.432-7.628a1.25 1.25 0 1 1 1.79-1.744l9.497 9.747a1.246 1.246 0 0 1 0 1.75l-9.497 9.747a1.25 1.25 0 1 1-1.79-1.744l7.432-7.628H4.25C3.56 17.25 3 16.69 3 16\'/%3E%3C/svg%3E");background-repeat:no-repeat no-repeat;background-position:center center;background-size:20px;background-color:#fff;position:absolute;top:calc(50% - 30px);left:calc(50% - 30px);transition-delay:.2s;transition-duration:.2s;opacity:0;transform:translateX(-100px);z-index:1;}.swe-collections .swe-collections-wrapper > li .swe-wrap-image > a:after{content:"";display:block;position:absolute;right:0;top:0;height:100%;width:0;width:100%;background:rgba(0,0,0,.3);transition:.3s;opacity:0;}.swe-collections .swe-collections-wrapper > li:hover .swe-wrap-image > a:before{transform:translateX(0);opacity:1;}.swe-collections .swe-collections-wrapper > li:hover .swe-wrap-image > a:after{opacity:1;}.swe-collections .swe-collections-wrapper > li .swe-wrap-content{display:flex;flex-wrap:wrap;}.swe-collections .swe-collections-wrapper > li .swe-wrap-content > *{width:100%;}.swe-collections .swe-title,.swe-collections .category-counter,.swe-collections .swe-description{margin-bottom:5px;}.swe-collections.layout-style-2 .swe-collections-wrapper > li{display:grid;grid-template-columns:50% 50%;}.swe-collections.layout-style-2 .swe-collections-wrapper > li .swe-wrap-content{padding:0 30px 0 60px;}.swe-collections.layout-style-2 .swe-collections-wrapper.collection-desktop-1 > li:nth-child( 2n ).swe-wrap-content,.swe-collections.layout-style-2 .swe-collections-wrapper.collection-desktop-2 > li:nth-child( 4n+3 ) .swe-wrap-content,.swe-collections.layout-style-2 .swe-collections-wrapper.collection-desktop-2 > li:nth-child( 4n+4 ) .swe-wrap-content{padding:0 60px 0 30px;}.swe-collections.layout-style-2 .swe-collections-wrapper.collection-desktop-1 > li:nth-child( 2n ) > .swe-wrap-image,.swe-collections.layout-style-2 .swe-collections-wrapper.collection-desktop-2 > li:nth-child( 4n+3 ) > .swe-wrap-image,.swe-collections.layout-style-2 .swe-collections-wrapper.collection-desktop-2 > li:nth-child( 4n+4 ) > .swe-wrap-image{order:1;}.swe-collections.layout-style-3  .swe-title a{display:inline-block;vertical-align:top;}.swe-collections.layout-style-4 .swe-collections-wrapper > li{display:grid;}.swe-collections.layout-style-4 .swe-collections-wrapper > li:nth-child( 2n ) > .swe-wrap-image{order:1;}.swe-collections.layout-style-3 .swe-collections-wrapper .swe-wrap-item{position:relative;}.swe-collections.layout-style-3 .swe-collections-wrapper > li img{margin-bottom:0;}.swe-collections.layout-style-3 .swe-collections-wrapper .swe-wrap-item .swe-wrap-content{position:absolute;bottom:0;left:0;width:100%;}.swe-collections.layout-style-5 .swe-collections-wrapper .item-content-heading{display:flex;column-gap:10px;}.swe-collections.layout-style-6 .swe-collections-wrapper > li{display:grid;grid-template-columns:42% calc(58% - 30px);grid-column-gap:30px;align-items:center;}.swe-collections.layout-style-6 .swe-collections-wrapper > li .item-content-left{display:flex;flex-direction:row-reverse;column-gap:30px;align-items:center;}.swe-collections.layout-style-6 .swe-collections-wrapper > li .item-content-left > div{width:calc(50% - 15px);}.swe-collections.layout-style-6 .swe-collections-wrapper > li:nth-child(2n){grid-template-columns:calc(58% - 30px) 42%;}.swe-collections.layout-style-6 .swe-collections-wrapper > li:nth-child(2n) .item-content-left{order:1;}.swe-collections.layout-style-6 .swe-collections-wrapper > li:nth-child(2n){flex-direction:row;}.swe-collections.layout-style-6 .swe-collections-wrapper .slick-track{padding:0;}.swe-collections .item-more > a{background:#222;color:#fff;padding:7px 10px;display:inline-block;}.swe-collections{text-align:center;}.swe-collections .collection-loadmore{display:inline-block;border:1px solid #000;text-align:center;font-size:12px;color:#000;text-transform:uppercase;text-transform:uppercase;margin:20px auto 60px;background:#fff;transition:all .3s;transition:all .3s ease-out;font-weight:700;padding:10px 30px;}.swe-collections .collection-loadmore.loading{min-width:120px;height:46px;line-height:44px;border-color:transparent;}.swe-collections .collection-loadmore.loading:before,.swe-collections .collection-loadmore.loading:after{grid-area:1/1;--c:rgba(0,0,0,0) calc(100% / 3),#046d8b 0 calc(2 * 100% / 3),rgba(0,0,0,0) 0;--c1:linear-gradient(90deg,var(--c));--c2:linear-gradient(0deg,var(--c));background:var(--c1),var(--c2),var(--c1),var(--c2);background-size:300% 2px,2px 300%;background-repeat:no-repeat;animation:loading 1.5s infinite;}.swe-collections .collection-loadmore.loading:after{animation-delay:-.75s;}@keyframes loading{0%{background-position:50% 0,100% 100%,0 100%,0 0;}25%{background-position:0 0,100% 50%,0 100%,0 0;}50%{background-position:0 0,100% 0,50% 100%,0 0;}75%{background-position:0 0,100% 0,100% 100%,0 50%;}75.01%{background-position:100% 0,100% 0,100% 100%,0 50%;}100%{background-position:50% 0,100% 0,100% 100%,0 100%;}}.swe-collections .collection-loadmore:hover{background:#fff;transition:all .3s;color:var(--primary-color);border:1px solid var(--primary-color);}.swe-collections .collection-loadmore:before{content:attr(data-title);}.swe-collections .collection-loadmore.loaded:before{content:attr(data-loaded);}.collection-desktop-10{grid-template-columns:repeat(10,1fr);}.collection-desktop-9{grid-template-columns:repeat(9,1fr);}.collection-desktop-8{grid-template-columns:repeat(8,1fr);}.collection-desktop-7{grid-template-columns:repeat(7,1fr);}.collection-desktop-6{grid-template-columns:repeat(6,1fr);}.collection-desktop-5{grid-template-columns:repeat(5,1fr);}.collection-desktop-4{grid-template-columns:repeat(4,1fr);}.collection-desktop-3{grid-template-columns:repeat(3,1fr);}.collection-desktop-2{grid-template-columns:repeat(2,1fr);}.collection-desktop-1{grid-template-columns:100%;}@media ( max-width: 1024px ){.swe-collections.layout-style-6 .swe-collections-wrapper > li,.swe-collections.layout-style-6 .swe-collections-wrapper > li:nth-child(2n){grid-template-columns:100%;grid-row-gap:30px;}.swe-collections.layout-style-2 .swe-collections-wrapper > li{grid-template-columns:100%;}.swe-collections.layout-style-2 .swe-collections-wrapper.collection-desktop-1 > li:nth-child( 2n ),.swe-collections.layout-style-2 .swe-collections-wrapper.collection-desktop-2 > li:nth-child( 4n+3 ),.swe-collections.layout-style-2 .swe-collections-wrapper.collection-desktop-2 > li:nth-child( 4n+4 ){display:block;}}@media ( max-width: 1024px ) and ( min-width: 768px ){.collection-tablet-10{grid-template-columns:repeat(10,1fr);}.collection-tablet-9{grid-template-columns:repeat(9,1fr);}.collection-tablet-8{grid-template-columns:repeat(8,1fr);}.collection-tablet-7{grid-template-columns:repeat(7,1fr);}.collection-tablet-6{grid-template-columns:repeat(6,1fr);}.collection-tablet-5{grid-template-columns:repeat(5,1fr);}.collection-tablet-4{grid-template-columns:repeat(4,1fr);}.collection-tablet-3{grid-template-columns:repeat(3,1fr);}.collection-tablet-2{grid-template-columns:repeat(2,1fr);}.collection-tablet-1{grid-template-columns:100%;}}@media ( max-width: 767px ){.collection-mobile-4{grid-template-columns:repeat(4,1fr);}.collection-mobile-3{grid-template-columns:repeat(3,1fr);}.collection-mobile-2{grid-template-columns:repeat(2,1fr);}.collection-mobile-1{grid-template-columns:100%;}.swe-collections.layout-style-6 .swe-collections-wrapper > li .item-content-left{flex-wrap:wrap;}.swe-collections.layout-style-6 .swe-collections-wrapper > li .item-content-left > div{width:100%;row-gap:30px;}.swe-collections.layout-style-2 .swe-collections-wrapper.collection-desktop-1 > li:nth-child( 2n ).swe-wrap-content,.swe-collections.layout-style-2 .swe-collections-wrapper.collection-desktop-2 > li:nth-child( 4n+3 ) .swe-wrap-content,.swe-collections.layout-style-2 .swe-collections-wrapper.collection-desktop-2 > li:nth-child( 4n+4 ) .swe-wrap-content,.swe-collections.layout-style-2 .swe-collections-wrapper > li .swe-wrap-content{padding:0;}}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block;}audio,canvas,video{display:inline-block;}audio:not([controls]){display:none;height:0;}[hidden]{display:none;}html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;}body{margin:0;}a:focus{outline:thin dotted;}a:active,a:hover{outline:0;}h1{margin:.67em 0;font-size:2em;}abbr[title]{border-bottom:1px dotted;}b,strong{font-weight:bold;}dfn{font-style:italic;}hr{height:0;-moz-box-sizing:content-box;box-sizing:content-box;}mark{color:#000;background:#ff0;}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em;}pre{white-space:pre-wrap;}q{quotes:"“" "”" "‘" "’";}small{font-size:80%;}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline;}sup{top:-.5em;}sub{bottom:-.25em;}img{border:0;}svg:not(:root){overflow:hidden;}figure{margin:0;}fieldset{padding:.35em .625em .75em;margin:0 2px;border:1px solid #c0c0c0;}legend{padding:0;border:0;}button,input,select,textarea{margin:0;font-family:inherit;font-size:100%;}button,input{line-height:normal;}button,select{text-transform:none;}button,html input[type="button"],input[type="reset"],input[type="submit"]{cursor:pointer;-webkit-appearance:button;}button[disabled],html input[disabled]{cursor:default;}input[type="checkbox"],input[type="radio"]{padding:0;box-sizing:border-box;}input[type="search"]{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;-webkit-appearance:textfield;}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none;}button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0;}textarea{overflow:auto;vertical-align:top;}table{border-collapse:collapse;border-spacing:0;}@media print{*{color:#000 !important;text-shadow:none !important;background:transparent !important;box-shadow:none !important;}a,a:visited{text-decoration:underline;}a[href]:after{content:" (" attr(href) ")";}abbr[title]:after{content:" (" attr(title) ")";}.ir a:after,a[href^="javascript:"]:after,a[href^="#"]:after{content:"";}pre,blockquote{border:1px solid #999;page-break-inside:avoid;}thead{display:table-header-group;}tr,img{page-break-inside:avoid;}img{max-width:100% !important;}@page{margin:2cm .5cm;}p,h2,h3{orphans:3;widows:3;}h2,h3{page-break-after:avoid;}.navbar{display:none;}.table td,.table th{background-color:#fff !important;}.btn>.caret,.dropup>.btn>.caret{border-top-color:#000 !important;}.label{border:1px solid #000;}.table{border-collapse:collapse !important;}.table-bordered th,.table-bordered td{border:1px solid #ddd !important;}}*,*:before,*:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}html{font-size:62.5%;-webkit-tap-highlight-color:rgba(0,0,0,0);}body{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:1.428571429;color:#333;background-color:#fff;}input,button,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit;}button,input,select[multiple],textarea{background-image:none;}button.nitro-lazy,input.nitro-lazy,select[multiple].nitro-lazy,textarea.nitro-lazy{background-image:none !important;}a{color:#428bca;text-decoration:none;}a:hover,a:focus{color:#2a6496;text-decoration:underline;}a:focus{outline:thin dotted #333;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px;}img{vertical-align:middle;}.img-responsive{display:block;height:auto;max-width:100%;}.img-rounded{border-radius:6px;}.img-thumbnail{display:inline-block;height:auto;max-width:100%;padding:4px;line-height:1.428571429;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;}.img-circle{border-radius:50%;}hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee;}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);border:0;}p{margin:0 0 10px;}.lead{margin-bottom:20px;font-size:16.1px;font-weight:200;line-height:1.4;}@media (min-width:768px){.lead{font-size:21px;}}small{font-size:85%;}cite{font-style:normal;}.text-muted{color:#999;}.text-primary{color:#428bca;}.text-warning{color:#c09853;}.text-danger{color:#b94a48;}.text-success{color:#468847;}.text-info{color:#3a87ad;}.text-left{text-align:left;}.text-right{text-align:right;}.text-center{text-align:center;}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{font-weight:500;line-height:1.1;}h1 small,h2 small,h3 small,h4 small,h5 small,h6 small,.h1 small,.h2 small,.h3 small,.h4 small,.h5 small,.h6 small{font-weight:normal;line-height:1;color:#999;}h1,h2,h3{margin-top:20px;margin-bottom:10px;}h4,h5,h6{margin-top:10px;margin-bottom:10px;}h1,.h1{font-size:36px;}h2,.h2{font-size:30px;}h3,.h3{font-size:24px;}h4,.h4{font-size:18px;}h5,.h5{font-size:14px;}h6,.h6{font-size:12px;}h1 small,.h1 small{font-size:24px;}h2 small,.h2 small{font-size:18px;}h3 small,.h3 small,h4 small,.h4 small{font-size:14px;}.page-header{padding-bottom:9px;margin:40px 0 20px;border-bottom:1px solid #eee;}ul,ol{margin-top:0;margin-bottom:10px;}ul ul,ol ul,ul ol,ol ol{margin-bottom:0;}.list-unstyled{padding-left:0;list-style:none;}.list-inline{padding-left:0;list-style:none;}.list-inline>li{display:inline-block;padding-right:5px;padding-left:5px;}dl{margin-bottom:20px;}dt,dd{line-height:1.428571429;}dt{font-weight:bold;}dd{margin-left:0;}@media (min-width:768px){.dl-horizontal dt{float:left;width:160px;overflow:hidden;clear:left;text-align:right;text-overflow:ellipsis;white-space:nowrap;}.dl-horizontal dd{margin-left:180px;}.dl-horizontal dd:before,.dl-horizontal dd:after{display:table;content:" ";}.dl-horizontal dd:after{clear:both;}.dl-horizontal dd:before,.dl-horizontal dd:after{display:table;content:" ";}.dl-horizontal dd:after{clear:both;}}abbr[title],abbr[data-original-title]{cursor:help;border-bottom:1px dotted #999;}abbr.initialism{font-size:90%;text-transform:uppercase;}blockquote{padding:10px 20px;margin:0 0 20px;border-left:5px solid #eee;}blockquote p{font-size:17.5px;font-weight:300;line-height:1.25;}blockquote p:last-child{margin-bottom:0;}blockquote small{display:block;line-height:1.428571429;color:#999;}blockquote small:before{content:"— ";}blockquote.pull-right{padding-right:15px;padding-left:0;border-right:5px solid #eee;border-left:0;}blockquote.pull-right p,blockquote.pull-right small{text-align:right;}blockquote.pull-right small:before{content:"";}blockquote.pull-right small:after{content:" —";}q:before,q:after,blockquote:before,blockquote:after{content:"";}address{display:block;margin-bottom:20px;font-style:normal;line-height:1.428571429;}code,pre{font-family:Monaco,Menlo,Consolas,"Courier New",monospace;}code{padding:2px 4px;font-size:90%;color:#c7254e;white-space:nowrap;background-color:#f9f2f4;border-radius:4px;}pre{display:block;padding:9.5px;margin:0 0 10px;font-size:13px;line-height:1.428571429;color:#333;word-break:break-all;word-wrap:break-word;background-color:#f5f5f5;border:1px solid #ccc;border-radius:4px;}pre.prettyprint{margin-bottom:20px;}pre code{padding:0;font-size:inherit;color:inherit;white-space:pre-wrap;background-color:transparent;border:0;}.pre-scrollable{max-height:340px;overflow-y:scroll;}.container{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto;}.container:before,.container:after{display:table;content:" ";}.container:after{clear:both;}.container:before,.container:after{display:table;content:" ";}.container:after{clear:both;}.row{margin-right:-15px;margin-left:-15px;}.row:before,.row:after{display:table;content:" ";}.row:after{clear:both;}.row:before,.row:after{display:table;content:" ";}.row:after{clear:both;}.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12,.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12{position:relative;min-height:1px;padding-right:15px;padding-left:15px;}.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11{float:left;}.col-xs-1{width:8.3333333333333%;}.col-xs-2{width:16.666666666667%;}.col-xs-3{width:25%;}.col-xs-4{width:33.333333333333%;}.col-xs-5{width:41.666666666667%;}.col-xs-6{width:50%;}.col-xs-7{width:58.333333333333%;}.col-xs-8{width:66.666666666667%;}.col-xs-9{width:75%;}.col-xs-10{width:83.333333333333%;}.col-xs-11{width:91.666666666667%;}.col-xs-12{width:100%;}@media (min-width:768px){.container{max-width:750px;}.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11{float:left;}.col-sm-1{width:8.3333333333333%;}.col-sm-2{width:16.666666666667%;}.col-sm-3{width:25%;}.col-sm-4{width:33.333333333333%;}.col-sm-5{width:41.666666666667%;}.col-sm-6{width:50%;}.col-sm-7{width:58.333333333333%;}.col-sm-8{width:66.666666666667%;}.col-sm-9{width:75%;}.col-sm-10{width:83.333333333333%;}.col-sm-11{width:91.666666666667%;}.col-sm-12{width:100%;}.col-sm-push-1{left:8.3333333333333%;}.col-sm-push-2{left:16.666666666667%;}.col-sm-push-3{left:25%;}.col-sm-push-4{left:33.333333333333%;}.col-sm-push-5{left:41.666666666667%;}.col-sm-push-6{left:50%;}.col-sm-push-7{left:58.333333333333%;}.col-sm-push-8{left:66.666666666667%;}.col-sm-push-9{left:75%;}.col-sm-push-10{left:83.333333333333%;}.col-sm-push-11{left:91.666666666667%;}.col-sm-pull-1{right:8.3333333333333%;}.col-sm-pull-2{right:16.666666666667%;}.col-sm-pull-3{right:25%;}.col-sm-pull-4{right:33.333333333333%;}.col-sm-pull-5{right:41.666666666667%;}.col-sm-pull-6{right:50%;}.col-sm-pull-7{right:58.333333333333%;}.col-sm-pull-8{right:66.666666666667%;}.col-sm-pull-9{right:75%;}.col-sm-pull-10{right:83.333333333333%;}.col-sm-pull-11{right:91.666666666667%;}.col-sm-offset-1{margin-left:8.3333333333333%;}.col-sm-offset-2{margin-left:16.666666666667%;}.col-sm-offset-3{margin-left:25%;}.col-sm-offset-4{margin-left:33.333333333333%;}.col-sm-offset-5{margin-left:41.666666666667%;}.col-sm-offset-6{margin-left:50%;}.col-sm-offset-7{margin-left:58.333333333333%;}.col-sm-offset-8{margin-left:66.666666666667%;}.col-sm-offset-9{margin-left:75%;}.col-sm-offset-10{margin-left:83.333333333333%;}.col-sm-offset-11{margin-left:91.666666666667%;}}@media (min-width:992px){.container{max-width:970px;}.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11{float:left;}.col-md-1{width:8.3333333333333%;}.col-md-2{width:16.666666666667%;}.col-md-3{width:25%;}.col-md-4{width:33.333333333333%;}.col-md-5{width:41.666666666667%;}.col-md-6{width:50%;}.col-md-7{width:58.333333333333%;}.col-md-8{width:66.666666666667%;}.col-md-9{width:75%;}.col-md-10{width:83.333333333333%;}.col-md-11{width:91.666666666667%;}.col-md-12{width:100%;}.col-md-push-0{left:auto;}.col-md-push-1{left:8.3333333333333%;}.col-md-push-2{left:16.666666666667%;}.col-md-push-3{left:25%;}.col-md-push-4{left:33.333333333333%;}.col-md-push-5{left:41.666666666667%;}.col-md-push-6{left:50%;}.col-md-push-7{left:58.333333333333%;}.col-md-push-8{left:66.666666666667%;}.col-md-push-9{left:75%;}.col-md-push-10{left:83.333333333333%;}.col-md-push-11{left:91.666666666667%;}.col-md-pull-0{right:auto;}.col-md-pull-1{right:8.3333333333333%;}.col-md-pull-2{right:16.666666666667%;}.col-md-pull-3{right:25%;}.col-md-pull-4{right:33.333333333333%;}.col-md-pull-5{right:41.666666666667%;}.col-md-pull-6{right:50%;}.col-md-pull-7{right:58.333333333333%;}.col-md-pull-8{right:66.666666666667%;}.col-md-pull-9{right:75%;}.col-md-pull-10{right:83.333333333333%;}.col-md-pull-11{right:91.666666666667%;}.col-md-offset-0{margin-left:0;}.col-md-offset-1{margin-left:8.3333333333333%;}.col-md-offset-2{margin-left:16.666666666667%;}.col-md-offset-3{margin-left:25%;}.col-md-offset-4{margin-left:33.333333333333%;}.col-md-offset-5{margin-left:41.666666666667%;}.col-md-offset-6{margin-left:50%;}.col-md-offset-7{margin-left:58.333333333333%;}.col-md-offset-8{margin-left:66.666666666667%;}.col-md-offset-9{margin-left:75%;}.col-md-offset-10{margin-left:83.333333333333%;}.col-md-offset-11{margin-left:91.666666666667%;}}@media (min-width:1200px){.container{max-width:1170px;}.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11{float:left;}.col-lg-1{width:8.3333333333333%;}.col-lg-2{width:16.666666666667%;}.col-lg-3{width:25%;}.col-lg-4{width:33.333333333333%;}.col-lg-5{width:41.666666666667%;}.col-lg-6{width:50%;}.col-lg-7{width:58.333333333333%;}.col-lg-8{width:66.666666666667%;}.col-lg-9{width:75%;}.col-lg-10{width:83.333333333333%;}.col-lg-11{width:91.666666666667%;}.col-lg-12{width:100%;}.col-lg-push-0{left:auto;}.col-lg-push-1{left:8.3333333333333%;}.col-lg-push-2{left:16.666666666667%;}.col-lg-push-3{left:25%;}.col-lg-push-4{left:33.333333333333%;}.col-lg-push-5{left:41.666666666667%;}.col-lg-push-6{left:50%;}.col-lg-push-7{left:58.333333333333%;}.col-lg-push-8{left:66.666666666667%;}.col-lg-push-9{left:75%;}.col-lg-push-10{left:83.333333333333%;}.col-lg-push-11{left:91.666666666667%;}.col-lg-pull-0{right:auto;}.col-lg-pull-1{right:8.3333333333333%;}.col-lg-pull-2{right:16.666666666667%;}.col-lg-pull-3{right:25%;}.col-lg-pull-4{right:33.333333333333%;}.col-lg-pull-5{right:41.666666666667%;}.col-lg-pull-6{right:50%;}.col-lg-pull-7{right:58.333333333333%;}.col-lg-pull-8{right:66.666666666667%;}.col-lg-pull-9{right:75%;}.col-lg-pull-10{right:83.333333333333%;}.col-lg-pull-11{right:91.666666666667%;}.col-lg-offset-0{margin-left:0;}.col-lg-offset-1{margin-left:8.3333333333333%;}.col-lg-offset-2{margin-left:16.666666666667%;}.col-lg-offset-3{margin-left:25%;}.col-lg-offset-4{margin-left:33.333333333333%;}.col-lg-offset-5{margin-left:41.666666666667%;}.col-lg-offset-6{margin-left:50%;}.col-lg-offset-7{margin-left:58.333333333333%;}.col-lg-offset-8{margin-left:66.666666666667%;}.col-lg-offset-9{margin-left:75%;}.col-lg-offset-10{margin-left:83.333333333333%;}.col-lg-offset-11{margin-left:91.666666666667%;}}table{max-width:100%;background-color:transparent;}th{text-align:left;}.table{width:100%;margin-bottom:20px;}.table thead>tr>th,.table tbody>tr>th,.table tfoot>tr>th,.table thead>tr>td,.table tbody>tr>td,.table tfoot>tr>td{padding:8px;line-height:1.428571429;vertical-align:top;border-top:1px solid #ddd;}.table thead>tr>th{vertical-align:bottom;border-bottom:2px solid #ddd;}.table caption+thead tr:first-child th,.table colgroup+thead tr:first-child th,.table thead:first-child tr:first-child th,.table caption+thead tr:first-child td,.table colgroup+thead tr:first-child td,.table thead:first-child tr:first-child td{border-top:0;}.table tbody+tbody{border-top:2px solid #ddd;}.table .table{background-color:#fff;}.table-condensed thead>tr>th,.table-condensed tbody>tr>th,.table-condensed tfoot>tr>th,.table-condensed thead>tr>td,.table-condensed tbody>tr>td,.table-condensed tfoot>tr>td{padding:5px;}.table-bordered{border:1px solid #ddd;}.table-bordered>thead>tr>th,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>tbody>tr>td,.table-bordered>tfoot>tr>td{border:1px solid #ddd;}.table-bordered>thead>tr>th,.table-bordered>thead>tr>td{border-bottom-width:2px;}.table-striped>tbody>tr:nth-child(odd)>td,.table-striped>tbody>tr:nth-child(odd)>th{background-color:#f9f9f9;}.table-hover>tbody>tr:hover>td,.table-hover>tbody>tr:hover>th{background-color:#f5f5f5;}table col[class*="col-"]{display:table-column;float:none;}table td[class*="col-"],table th[class*="col-"]{display:table-cell;float:none;}.table>thead>tr>td.active,.table>tbody>tr>td.active,.table>tfoot>tr>td.active,.table>thead>tr>th.active,.table>tbody>tr>th.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>tbody>tr.active>td,.table>tfoot>tr.active>td,.table>thead>tr.active>th,.table>tbody>tr.active>th,.table>tfoot>tr.active>th{background-color:#f5f5f5;}.table>thead>tr>td.success,.table>tbody>tr>td.success,.table>tfoot>tr>td.success,.table>thead>tr>th.success,.table>tbody>tr>th.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>tbody>tr.success>td,.table>tfoot>tr.success>td,.table>thead>tr.success>th,.table>tbody>tr.success>th,.table>tfoot>tr.success>th{background-color:#dff0d8;border-color:#d6e9c6;}.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover,.table-hover>tbody>tr.success:hover>td{background-color:#d0e9c6;border-color:#c9e2b3;}.table>thead>tr>td.danger,.table>tbody>tr>td.danger,.table>tfoot>tr>td.danger,.table>thead>tr>th.danger,.table>tbody>tr>th.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>tbody>tr.danger>td,.table>tfoot>tr.danger>td,.table>thead>tr.danger>th,.table>tbody>tr.danger>th,.table>tfoot>tr.danger>th{background-color:#f2dede;border-color:#eed3d7;}.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover,.table-hover>tbody>tr.danger:hover>td{background-color:#ebcccc;border-color:#e6c1c7;}.table>thead>tr>td.warning,.table>tbody>tr>td.warning,.table>tfoot>tr>td.warning,.table>thead>tr>th.warning,.table>tbody>tr>th.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>tbody>tr.warning>td,.table>tfoot>tr.warning>td,.table>thead>tr.warning>th,.table>tbody>tr.warning>th,.table>tfoot>tr.warning>th{background-color:#fcf8e3;border-color:#fbeed5;}.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover,.table-hover>tbody>tr.warning:hover>td{background-color:#faf2cc;border-color:#f8e5be;}@media (max-width:768px){.table-responsive{width:100%;margin-bottom:15px;overflow-x:scroll;overflow-y:hidden;border:1px solid #ddd;}.table-responsive>.table{margin-bottom:0;background-color:#fff;}.table-responsive>.table>thead>tr>th,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tfoot>tr>td{white-space:nowrap;}.table-responsive>.table-bordered{border:0;}.table-responsive>.table-bordered>thead>tr>th:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child{border-left:0;}.table-responsive>.table-bordered>thead>tr>th:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child{border-right:0;}.table-responsive>.table-bordered>thead>tr:last-child>th,.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>th,.table-responsive>.table-bordered>thead>tr:last-child>td,.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>td{border-bottom:0;}}fieldset{padding:0;margin:0;border:0;}legend{display:block;width:100%;padding:0;margin-bottom:20px;font-size:21px;line-height:inherit;color:#333;border:0;border-bottom:1px solid #e5e5e5;}label{display:inline-block;margin-bottom:5px;font-weight:bold;}input[type="search"]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}input[type="radio"],input[type="checkbox"]{margin:4px 0 0;margin-top:1px \9;line-height:normal;}input[type="file"]{display:block;}select[multiple],select[size]{height:auto;}select optgroup{font-family:inherit;font-size:inherit;font-style:inherit;}input[type="file"]:focus,input[type="radio"]:focus,input[type="checkbox"]:focus{outline:thin dotted #333;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px;}input[type="number"]::-webkit-outer-spin-button,input[type="number"]::-webkit-inner-spin-button{height:auto;}.form-control:-moz-placeholder{color:#999;}.form-control::-moz-placeholder{color:#999;}.form-control:-ms-input-placeholder{color:#999;}.form-control::-webkit-input-placeholder{color:#999;}.form-control{display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.428571429;color:#555;vertical-align:middle;background-color:#fff;border:1px solid #ccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075);-webkit-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;}.form-control:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{cursor:not-allowed;background-color:#eee;}textarea.form-control{height:auto;}.form-group{margin-bottom:15px;}.radio,.checkbox{display:block;min-height:20px;padding-left:20px;margin-top:10px;margin-bottom:10px;vertical-align:middle;}.radio label,.checkbox label{display:inline;margin-bottom:0;font-weight:normal;cursor:pointer;}.radio input[type="radio"],.radio-inline input[type="radio"],.checkbox input[type="checkbox"],.checkbox-inline input[type="checkbox"]{float:left;margin-left:-20px;}.radio+.radio,.checkbox+.checkbox{margin-top:-5px;}.radio-inline,.checkbox-inline{display:inline-block;padding-left:20px;margin-bottom:0;font-weight:normal;vertical-align:middle;cursor:pointer;}.radio-inline+.radio-inline,.checkbox-inline+.checkbox-inline{margin-top:0;margin-left:10px;}input[type="radio"][disabled],input[type="checkbox"][disabled],.radio[disabled],.radio-inline[disabled],.checkbox[disabled],.checkbox-inline[disabled],fieldset[disabled] input[type="radio"],fieldset[disabled] input[type="checkbox"],fieldset[disabled] .radio,fieldset[disabled] .radio-inline,fieldset[disabled] .checkbox,fieldset[disabled] .checkbox-inline{cursor:not-allowed;}.input-sm{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px;}select.input-sm{height:30px;line-height:30px;}textarea.input-sm{height:auto;}.input-lg{height:45px;padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px;}select.input-lg{height:45px;line-height:45px;}textarea.input-lg{height:auto;}.has-warning .help-block,.has-warning .control-label{color:#c09853;}.has-warning .form-control{border-color:#c09853;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075);}.has-warning .form-control:focus{border-color:#a47e3c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #dbc59e;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #dbc59e;}.has-warning .input-group-addon{color:#c09853;background-color:#fcf8e3;border-color:#c09853;}.has-error .help-block,.has-error .control-label{color:#b94a48;}.has-error .form-control{border-color:#b94a48;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075);}.has-error .form-control:focus{border-color:#953b39;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #d59392;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #d59392;}.has-error .input-group-addon{color:#b94a48;background-color:#f2dede;border-color:#b94a48;}.has-success .help-block,.has-success .control-label{color:#468847;}.has-success .form-control{border-color:#468847;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075);}.has-success .form-control:focus{border-color:#356635;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #7aba7b;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #7aba7b;}.has-success .input-group-addon{color:#468847;background-color:#dff0d8;border-color:#468847;}.form-control-static{padding-top:7px;margin-bottom:0;}.help-block{display:block;margin-top:5px;margin-bottom:10px;color:#737373;}@media (min-width:768px){.form-inline .form-group{display:inline-block;margin-bottom:0;vertical-align:middle;}.form-inline .form-control{display:inline-block;}.form-inline .radio,.form-inline .checkbox{display:inline-block;padding-left:0;margin-top:0;margin-bottom:0;}.form-inline .radio input[type="radio"],.form-inline .checkbox input[type="checkbox"]{float:none;margin-left:0;}}.form-horizontal .control-label,.form-horizontal .radio,.form-horizontal .checkbox,.form-horizontal .radio-inline,.form-horizontal .checkbox-inline{padding-top:7px;margin-top:0;margin-bottom:0;}.form-horizontal .form-group{margin-right:-15px;margin-left:-15px;}.form-horizontal .form-group:before,.form-horizontal .form-group:after{display:table;content:" ";}.form-horizontal .form-group:after{clear:both;}.form-horizontal .form-group:before,.form-horizontal .form-group:after{display:table;content:" ";}.form-horizontal .form-group:after{clear:both;}@media (min-width:768px){.form-horizontal .control-label{text-align:right;}}.btn{display:inline-block;padding:6px 12px;margin-bottom:0;font-size:14px;font-weight:normal;line-height:1.428571429;text-align:center;white-space:nowrap;vertical-align:middle;cursor:pointer;border:1px solid transparent;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none;}.btn:focus{outline:thin dotted #333;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px;}.btn:hover,.btn:focus{color:#333;text-decoration:none;}.btn:active,.btn.active{background-image:none;outline:0;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125);}.btn:active.nitro-lazy,.btn.active.nitro-lazy{background-image:none !important;}.btn.disabled,.btn[disabled],fieldset[disabled] .btn{pointer-events:none;cursor:not-allowed;opacity:.65;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none;}.btn-default{color:#333;background-color:#fff;border-color:#ccc;}.btn-default:hover,.btn-default:focus,.btn-default:active,.btn-default.active,.open .dropdown-toggle.btn-default{color:#333;background-color:#ebebeb;border-color:#adadad;}.btn-default:active,.btn-default.active,.open .dropdown-toggle.btn-default{background-image:none;}.btn-default:active.nitro-lazy,.btn-default.active.nitro-lazy,.open .dropdown-toggle.btn-default.nitro-lazy{background-image:none !important;}.btn-default.disabled,.btn-default[disabled],fieldset[disabled] .btn-default,.btn-default.disabled:hover,.btn-default[disabled]:hover,fieldset[disabled] .btn-default:hover,.btn-default.disabled:focus,.btn-default[disabled]:focus,fieldset[disabled] .btn-default:focus,.btn-default.disabled:active,.btn-default[disabled]:active,fieldset[disabled] .btn-default:active,.btn-default.disabled.active,.btn-default[disabled].active,fieldset[disabled] .btn-default.active{background-color:#fff;border-color:#ccc;}.btn-primary{color:#fff;background-color:#428bca;border-color:#357ebd;}.btn-primary:hover,.btn-primary:focus,.btn-primary:active,.btn-primary.active,.open .dropdown-toggle.btn-primary{color:#fff;background-color:#3276b1;border-color:#285e8e;}.btn-primary:active,.btn-primary.active,.open .dropdown-toggle.btn-primary{background-image:none;}.btn-primary:active.nitro-lazy,.btn-primary.active.nitro-lazy,.open .dropdown-toggle.btn-primary.nitro-lazy{background-image:none !important;}.btn-primary.disabled,.btn-primary[disabled],fieldset[disabled] .btn-primary,.btn-primary.disabled:hover,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary:hover,.btn-primary.disabled:focus,.btn-primary[disabled]:focus,fieldset[disabled] .btn-primary:focus,.btn-primary.disabled:active,.btn-primary[disabled]:active,fieldset[disabled] .btn-primary:active,.btn-primary.disabled.active,.btn-primary[disabled].active,fieldset[disabled] .btn-primary.active{background-color:#428bca;border-color:#357ebd;}.btn-warning{color:#fff;background-color:#f0ad4e;border-color:#eea236;}.btn-warning:hover,.btn-warning:focus,.btn-warning:active,.btn-warning.active,.open .dropdown-toggle.btn-warning{color:#fff;background-color:#ed9c28;border-color:#d58512;}.btn-warning:active,.btn-warning.active,.open .dropdown-toggle.btn-warning{background-image:none;}.btn-warning:active.nitro-lazy,.btn-warning.active.nitro-lazy,.open .dropdown-toggle.btn-warning.nitro-lazy{background-image:none !important;}.btn-warning.disabled,.btn-warning[disabled],fieldset[disabled] .btn-warning,.btn-warning.disabled:hover,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning:hover,.btn-warning.disabled:focus,.btn-warning[disabled]:focus,fieldset[disabled] .btn-warning:focus,.btn-warning.disabled:active,.btn-warning[disabled]:active,fieldset[disabled] .btn-warning:active,.btn-warning.disabled.active,.btn-warning[disabled].active,fieldset[disabled] .btn-warning.active{background-color:#f0ad4e;border-color:#eea236;}.btn-danger{color:#fff;background-color:#d9534f;border-color:#d43f3a;}.btn-danger:hover,.btn-danger:focus,.btn-danger:active,.btn-danger.active,.open .dropdown-toggle.btn-danger{color:#fff;background-color:#d2322d;border-color:#ac2925;}.btn-danger:active,.btn-danger.active,.open .dropdown-toggle.btn-danger{background-image:none;}.btn-danger:active.nitro-lazy,.btn-danger.active.nitro-lazy,.open .dropdown-toggle.btn-danger.nitro-lazy{background-image:none !important;}.btn-danger.disabled,.btn-danger[disabled],fieldset[disabled] .btn-danger,.btn-danger.disabled:hover,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger:hover,.btn-danger.disabled:focus,.btn-danger[disabled]:focus,fieldset[disabled] .btn-danger:focus,.btn-danger.disabled:active,.btn-danger[disabled]:active,fieldset[disabled] .btn-danger:active,.btn-danger.disabled.active,.btn-danger[disabled].active,fieldset[disabled] .btn-danger.active{background-color:#d9534f;border-color:#d43f3a;}.btn-success{color:#fff;background-color:#5cb85c;border-color:#4cae4c;}.btn-success:hover,.btn-success:focus,.btn-success:active,.btn-success.active,.open .dropdown-toggle.btn-success{color:#fff;background-color:#47a447;border-color:#398439;}.btn-success:active,.btn-success.active,.open .dropdown-toggle.btn-success{background-image:none;}.btn-success:active.nitro-lazy,.btn-success.active.nitro-lazy,.open .dropdown-toggle.btn-success.nitro-lazy{background-image:none !important;}.btn-success.disabled,.btn-success[disabled],fieldset[disabled] .btn-success,.btn-success.disabled:hover,.btn-success[disabled]:hover,fieldset[disabled] .btn-success:hover,.btn-success.disabled:focus,.btn-success[disabled]:focus,fieldset[disabled] .btn-success:focus,.btn-success.disabled:active,.btn-success[disabled]:active,fieldset[disabled] .btn-success:active,.btn-success.disabled.active,.btn-success[disabled].active,fieldset[disabled] .btn-success.active{background-color:#5cb85c;border-color:#4cae4c;}.btn-info{color:#fff;background-color:#5bc0de;border-color:#46b8da;}.btn-info:hover,.btn-info:focus,.btn-info:active,.btn-info.active,.open .dropdown-toggle.btn-info{color:#fff;background-color:#39b3d7;border-color:#269abc;}.btn-info:active,.btn-info.active,.open .dropdown-toggle.btn-info{background-image:none;}.btn-info:active.nitro-lazy,.btn-info.active.nitro-lazy,.open .dropdown-toggle.btn-info.nitro-lazy{background-image:none !important;}.btn-info.disabled,.btn-info[disabled],fieldset[disabled] .btn-info,.btn-info.disabled:hover,.btn-info[disabled]:hover,fieldset[disabled] .btn-info:hover,.btn-info.disabled:focus,.btn-info[disabled]:focus,fieldset[disabled] .btn-info:focus,.btn-info.disabled:active,.btn-info[disabled]:active,fieldset[disabled] .btn-info:active,.btn-info.disabled.active,.btn-info[disabled].active,fieldset[disabled] .btn-info.active{background-color:#5bc0de;border-color:#46b8da;}.btn-link{font-weight:normal;color:#428bca;cursor:pointer;border-radius:0;}.btn-link,.btn-link:active,.btn-link[disabled],fieldset[disabled] .btn-link{background-color:transparent;-webkit-box-shadow:none;box-shadow:none;}.btn-link,.btn-link:hover,.btn-link:focus,.btn-link:active{border-color:transparent;}.btn-link:hover,.btn-link:focus{color:#2a6496;text-decoration:underline;background-color:transparent;}.btn-link[disabled]:hover,fieldset[disabled] .btn-link:hover,.btn-link[disabled]:focus,fieldset[disabled] .btn-link:focus{color:#999;text-decoration:none;}.btn-lg{padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px;}.btn-sm,.btn-xs{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px;}.btn-xs{padding:1px 5px;}.btn-block{display:block;width:100%;padding-right:0;padding-left:0;}.btn-block+.btn-block{margin-top:5px;}input[type="submit"].btn-block,input[type="reset"].btn-block,input[type="button"].btn-block{width:100%;}.fade{opacity:0;-webkit-transition:opacity .15s linear;transition:opacity .15s linear;}.fade.in{opacity:1;}.collapse{display:none;}.collapse.in{display:block;}.collapsing{position:relative;height:0;overflow:hidden;-webkit-transition:height .35s ease;transition:height .35s ease;}.glyphicon{position:relative;top:1px;display:inline-block;font-family:"Glyphicons Halflings";-webkit-font-smoothing:antialiased;font-style:normal;font-weight:normal;line-height:1;}.glyphicon-asterisk:before{content:"*";}.glyphicon-plus:before{content:"+";}.glyphicon-euro:before{content:"€";}.glyphicon-minus:before{content:"−";}.glyphicon-cloud:before{content:"☁";}.glyphicon-envelope:before{content:"✉";}.glyphicon-pencil:before{content:"✏";}.glyphicon-glass:before{content:"";}.glyphicon-music:before{content:"";}.glyphicon-search:before{content:"";}.glyphicon-heart:before{content:"";}.glyphicon-star:before{content:"";}.glyphicon-star-empty:before{content:"";}.glyphicon-user:before{content:"";}.glyphicon-film:before{content:"";}.glyphicon-th-large:before{content:"";}.glyphicon-th:before{content:"";}.glyphicon-th-list:before{content:"";}.glyphicon-ok:before{content:"";}.glyphicon-remove:before{content:"";}.glyphicon-zoom-in:before{content:"";}.glyphicon-zoom-out:before{content:"";}.glyphicon-off:before{content:"";}.glyphicon-signal:before{content:"";}.glyphicon-cog:before{content:"";}.glyphicon-trash:before{content:"";}.glyphicon-home:before{content:"";}.glyphicon-file:before{content:"";}.glyphicon-time:before{content:"";}.glyphicon-road:before{content:"";}.glyphicon-download-alt:before{content:"";}.glyphicon-download:before{content:"";}.glyphicon-upload:before{content:"";}.glyphicon-inbox:before{content:"";}.glyphicon-play-circle:before{content:"";}.glyphicon-repeat:before{content:"";}.glyphicon-refresh:before{content:"";}.glyphicon-list-alt:before{content:"";}.glyphicon-flag:before{content:"";}.glyphicon-headphones:before{content:"";}.glyphicon-volume-off:before{content:"";}.glyphicon-volume-down:before{content:"";}.glyphicon-volume-up:before{content:"";}.glyphicon-qrcode:before{content:"";}.glyphicon-barcode:before{content:"";}.glyphicon-tag:before{content:"";}.glyphicon-tags:before{content:"";}.glyphicon-book:before{content:"";}.glyphicon-print:before{content:"";}.glyphicon-font:before{content:"";}.glyphicon-bold:before{content:"";}.glyphicon-italic:before{content:"";}.glyphicon-text-height:before{content:"";}.glyphicon-text-width:before{content:"";}.glyphicon-align-left:before{content:"";}.glyphicon-align-center:before{content:"";}.glyphicon-align-right:before{content:"";}.glyphicon-align-justify:before{content:"";}.glyphicon-list:before{content:"";}.glyphicon-indent-left:before{content:"";}.glyphicon-indent-right:before{content:"";}.glyphicon-facetime-video:before{content:"";}.glyphicon-picture:before{content:"";}.glyphicon-map-marker:before{content:"";}.glyphicon-adjust:before{content:"";}.glyphicon-tint:before{content:"";}.glyphicon-edit:before{content:"";}.glyphicon-share:before{content:"";}.glyphicon-check:before{content:"";}.glyphicon-move:before{content:"";}.glyphicon-step-backward:before{content:"";}.glyphicon-fast-backward:before{content:"";}.glyphicon-backward:before{content:"";}.glyphicon-play:before{content:"";}.glyphicon-pause:before{content:"";}.glyphicon-stop:before{content:"";}.glyphicon-forward:before{content:"";}.glyphicon-fast-forward:before{content:"";}.glyphicon-step-forward:before{content:"";}.glyphicon-eject:before{content:"";}.glyphicon-chevron-left:before{content:"";}.glyphicon-chevron-right:before{content:"";}.glyphicon-plus-sign:before{content:"";}.glyphicon-minus-sign:before{content:"";}.glyphicon-remove-sign:before{content:"";}.glyphicon-ok-sign:before{content:"";}.glyphicon-question-sign:before{content:"";}.glyphicon-info-sign:before{content:"";}.glyphicon-screenshot:before{content:"";}.glyphicon-remove-circle:before{content:"";}.glyphicon-ok-circle:before{content:"";}.glyphicon-ban-circle:before{content:"";}.glyphicon-arrow-left:before{content:"";}.glyphicon-arrow-right:before{content:"";}.glyphicon-arrow-up:before{content:"";}.glyphicon-arrow-down:before{content:"";}.glyphicon-share-alt:before{content:"";}.glyphicon-resize-full:before{content:"";}.glyphicon-resize-small:before{content:"";}.glyphicon-exclamation-sign:before{content:"";}.glyphicon-gift:before{content:"";}.glyphicon-leaf:before{content:"";}.glyphicon-eye-open:before{content:"";}.glyphicon-eye-close:before{content:"";}.glyphicon-warning-sign:before{content:"";}.glyphicon-plane:before{content:"";}.glyphicon-random:before{content:"";}.glyphicon-comment:before{content:"";}.glyphicon-magnet:before{content:"";}.glyphicon-chevron-up:before{content:"";}.glyphicon-chevron-down:before{content:"";}.glyphicon-retweet:before{content:"";}.glyphicon-shopping-cart:before{content:"";}.glyphicon-folder-close:before{content:"";}.glyphicon-folder-open:before{content:"";}.glyphicon-resize-vertical:before{content:"";}.glyphicon-resize-horizontal:before{content:"";}.glyphicon-hdd:before{content:"";}.glyphicon-bullhorn:before{content:"";}.glyphicon-certificate:before{content:"";}.glyphicon-thumbs-up:before{content:"";}.glyphicon-thumbs-down:before{content:"";}.glyphicon-hand-right:before{content:"";}.glyphicon-hand-left:before{content:"";}.glyphicon-hand-up:before{content:"";}.glyphicon-hand-down:before{content:"";}.glyphicon-circle-arrow-right:before{content:"";}.glyphicon-circle-arrow-left:before{content:"";}.glyphicon-circle-arrow-up:before{content:"";}.glyphicon-circle-arrow-down:before{content:"";}.glyphicon-globe:before{content:"";}.glyphicon-tasks:before{content:"";}.glyphicon-filter:before{content:"";}.glyphicon-fullscreen:before{content:"";}.glyphicon-dashboard:before{content:"";}.glyphicon-heart-empty:before{content:"";}.glyphicon-link:before{content:"";}.glyphicon-phone:before{content:"";}.glyphicon-usd:before{content:"";}.glyphicon-gbp:before{content:"";}.glyphicon-sort:before{content:"";}.glyphicon-sort-by-alphabet:before{content:"";}.glyphicon-sort-by-alphabet-alt:before{content:"";}.glyphicon-sort-by-order:before{content:"";}.glyphicon-sort-by-order-alt:before{content:"";}.glyphicon-sort-by-attributes:before{content:"";}.glyphicon-sort-by-attributes-alt:before{content:"";}.glyphicon-unchecked:before{content:"";}.glyphicon-expand:before{content:"";}.glyphicon-collapse-down:before{content:"";}.glyphicon-collapse-up:before{content:"";}.glyphicon-log-in:before{content:"";}.glyphicon-flash:before{content:"";}.glyphicon-log-out:before{content:"";}.glyphicon-new-window:before{content:"";}.glyphicon-record:before{content:"";}.glyphicon-save:before{content:"";}.glyphicon-open:before{content:"";}.glyphicon-saved:before{content:"";}.glyphicon-import:before{content:"";}.glyphicon-export:before{content:"";}.glyphicon-send:before{content:"";}.glyphicon-floppy-disk:before{content:"";}.glyphicon-floppy-saved:before{content:"";}.glyphicon-floppy-remove:before{content:"";}.glyphicon-floppy-save:before{content:"";}.glyphicon-floppy-open:before{content:"";}.glyphicon-credit-card:before{content:"";}.glyphicon-transfer:before{content:"";}.glyphicon-cutlery:before{content:"";}.glyphicon-header:before{content:"";}.glyphicon-compressed:before{content:"";}.glyphicon-earphone:before{content:"";}.glyphicon-phone-alt:before{content:"";}.glyphicon-tower:before{content:"";}.glyphicon-stats:before{content:"";}.glyphicon-sd-video:before{content:"";}.glyphicon-hd-video:before{content:"";}.glyphicon-subtitles:before{content:"";}.glyphicon-sound-stereo:before{content:"";}.glyphicon-sound-dolby:before{content:"";}.glyphicon-sound-5-1:before{content:"";}.glyphicon-sound-6-1:before{content:"";}.glyphicon-sound-7-1:before{content:"";}.glyphicon-copyright-mark:before{content:"";}.glyphicon-registration-mark:before{content:"";}.glyphicon-cloud-download:before{content:"";}.glyphicon-cloud-upload:before{content:"";}.glyphicon-tree-conifer:before{content:"";}.glyphicon-tree-deciduous:before{content:"";}.glyphicon-briefcase:before{content:"💼";}.glyphicon-calendar:before{content:"📅";}.glyphicon-pushpin:before{content:"📌";}.glyphicon-paperclip:before{content:"📎";}.glyphicon-camera:before{content:"📷";}.glyphicon-lock:before{content:"🔒";}.glyphicon-bell:before{content:"🔔";}.glyphicon-bookmark:before{content:"🔖";}.glyphicon-fire:before{content:"🔥";}.glyphicon-wrench:before{content:"🔧";}.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px solid #000;border-right:4px solid transparent;border-bottom:0 dotted;border-left:4px solid transparent;content:"";}.dropdown{position:relative;}.dropdown-toggle:focus{outline:0;}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;font-size:14px;list-style:none;background-color:#fff;border:1px solid #ccc;border:1px solid rgba(0,0,0,.15);border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,.175);box-shadow:0 6px 12px rgba(0,0,0,.175);background-clip:padding-box;}.dropdown-menu.pull-right{right:0;left:auto;}.dropdown-menu .divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5;}.dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:normal;line-height:1.428571429;color:#333;white-space:nowrap;}.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus{color:#fff;text-decoration:none;background-color:#428bca;}.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus{color:#fff;text-decoration:none;background-color:#428bca;outline:0;}.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{color:#999;}.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{text-decoration:none;cursor:not-allowed;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);}.dropdown-menu>.disabled>a:hover.nitro-lazy,.dropdown-menu>.disabled>a:focus.nitro-lazy{background-image:none !important;}.open>.dropdown-menu{display:block;}.open>a{outline:0;}.dropdown-header{display:block;padding:3px 20px;font-size:12px;line-height:1.428571429;color:#999;}.dropdown-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:990;}.pull-right>.dropdown-menu{right:0;left:auto;}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{border-top:0 dotted;border-bottom:4px solid #000;content:"";}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:1px;}@media (min-width:768px){.navbar-right .dropdown-menu{right:0;left:auto;}}.btn-default .caret{border-top-color:#333;}.btn-primary .caret,.btn-success .caret,.btn-warning .caret,.btn-danger .caret,.btn-info .caret{border-top-color:#fff;}.dropup .btn-default .caret{border-bottom-color:#333;}.dropup .btn-primary .caret,.dropup .btn-success .caret,.dropup .btn-warning .caret,.dropup .btn-danger .caret,.dropup .btn-info .caret{border-bottom-color:#fff;}.btn-group,.btn-group-vertical{position:relative;display:inline-block;vertical-align:middle;}.btn-group>.btn,.btn-group-vertical>.btn{position:relative;float:left;}.btn-group>.btn:hover,.btn-group-vertical>.btn:hover,.btn-group>.btn:focus,.btn-group-vertical>.btn:focus,.btn-group>.btn:active,.btn-group-vertical>.btn:active,.btn-group>.btn.active,.btn-group-vertical>.btn.active{z-index:2;}.btn-group>.btn:focus,.btn-group-vertical>.btn:focus{outline:0;}.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group{margin-left:-1px;}.btn-toolbar:before,.btn-toolbar:after{display:table;content:" ";}.btn-toolbar:after{clear:both;}.btn-toolbar:before,.btn-toolbar:after{display:table;content:" ";}.btn-toolbar:after{clear:both;}.btn-toolbar .btn-group{float:left;}.btn-toolbar>.btn+.btn,.btn-toolbar>.btn-group+.btn,.btn-toolbar>.btn+.btn-group,.btn-toolbar>.btn-group+.btn-group{margin-left:5px;}.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle){border-radius:0;}.btn-group>.btn:first-child{margin-left:0;}.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0;}.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0;}.btn-group>.btn-group{float:left;}.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0;}.btn-group>.btn-group:first-child>.btn:last-child,.btn-group>.btn-group:first-child>.dropdown-toggle{border-top-right-radius:0;border-bottom-right-radius:0;}.btn-group>.btn-group:last-child>.btn:first-child{border-bottom-left-radius:0;border-top-left-radius:0;}.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{outline:0;}.btn-group-xs>.btn{padding:5px 10px;padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px;}.btn-group-sm>.btn{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px;}.btn-group-lg>.btn{padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px;}.btn-group>.btn+.dropdown-toggle{padding-right:8px;padding-left:8px;}.btn-group>.btn-lg+.dropdown-toggle{padding-right:12px;padding-left:12px;}.btn-group.open .dropdown-toggle{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125);}.btn .caret{margin-left:0;}.btn-lg .caret{border-width:5px 5px 0;border-bottom-width:0;}.dropup .btn-lg .caret{border-width:0 5px 5px;}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group{display:block;float:none;width:100%;max-width:100%;}.btn-group-vertical>.btn-group:before,.btn-group-vertical>.btn-group:after{display:table;content:" ";}.btn-group-vertical>.btn-group:after{clear:both;}.btn-group-vertical>.btn-group:before,.btn-group-vertical>.btn-group:after{display:table;content:" ";}.btn-group-vertical>.btn-group:after{clear:both;}.btn-group-vertical>.btn-group>.btn{float:none;}.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group{margin-top:-1px;margin-left:0;}.btn-group-vertical>.btn:not(:first-child):not(:last-child){border-radius:0;}.btn-group-vertical>.btn:first-child:not(:last-child){border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0;}.btn-group-vertical>.btn:last-child:not(:first-child){border-top-right-radius:0;border-bottom-left-radius:4px;border-top-left-radius:0;}.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0;}.btn-group-vertical>.btn-group:first-child>.btn:last-child,.btn-group-vertical>.btn-group:first-child>.dropdown-toggle{border-bottom-right-radius:0;border-bottom-left-radius:0;}.btn-group-vertical>.btn-group:last-child>.btn:first-child{border-top-right-radius:0;border-top-left-radius:0;}.btn-group-justified{display:table;width:100%;border-collapse:separate;table-layout:fixed;}.btn-group-justified .btn{display:table-cell;float:none;width:1%;}[data-toggle="buttons"]>.btn>input[type="radio"],[data-toggle="buttons"]>.btn>input[type="checkbox"]{display:none;}.input-group{position:relative;display:table;border-collapse:separate;}.input-group.col{float:none;padding-right:0;padding-left:0;}.input-group .form-control{width:100%;margin-bottom:0;}.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn{height:45px;padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px;}select.input-group-lg>.form-control,select.input-group-lg>.input-group-addon,select.input-group-lg>.input-group-btn>.btn{height:45px;line-height:45px;}textarea.input-group-lg>.form-control,textarea.input-group-lg>.input-group-addon,textarea.input-group-lg>.input-group-btn>.btn{height:auto;}.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px;}select.input-group-sm>.form-control,select.input-group-sm>.input-group-addon,select.input-group-sm>.input-group-btn>.btn{height:30px;line-height:30px;}textarea.input-group-sm>.form-control,textarea.input-group-sm>.input-group-addon,textarea.input-group-sm>.input-group-btn>.btn{height:auto;}.input-group-addon,.input-group-btn,.input-group .form-control{display:table-cell;}.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child),.input-group .form-control:not(:first-child):not(:last-child){border-radius:0;}.input-group-addon,.input-group-btn{width:1%;white-space:nowrap;vertical-align:middle;}.input-group-addon{padding:6px 12px;font-size:14px;font-weight:normal;line-height:1;text-align:center;background-color:#eee;border:1px solid #ccc;border-radius:4px;}.input-group-addon.input-sm{padding:5px 10px;font-size:12px;border-radius:3px;}.input-group-addon.input-lg{padding:10px 16px;font-size:18px;border-radius:6px;}.input-group-addon input[type="radio"],.input-group-addon input[type="checkbox"]{margin-top:0;}.input-group .form-control:first-child,.input-group-addon:first-child,.input-group-btn:first-child>.btn,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0;}.input-group-addon:first-child{border-right:0;}.input-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn:last-child>.btn,.input-group-btn:last-child>.dropdown-toggle,.input-group-btn:first-child>.btn:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0;}.input-group-addon:last-child{border-left:0;}.input-group-btn{position:relative;white-space:nowrap;}.input-group-btn>.btn{position:relative;}.input-group-btn>.btn+.btn{margin-left:-4px;}.input-group-btn>.btn:hover,.input-group-btn>.btn:active{z-index:2;}.nav{padding-left:0;margin-bottom:0;list-style:none;}.nav:before,.nav:after{display:table;content:" ";}.nav:after{clear:both;}.nav:before,.nav:after{display:table;content:" ";}.nav:after{clear:both;}.nav>li{position:relative;display:block;}.nav>li>a{position:relative;display:block;padding:10px 15px;}.nav>li>a:hover,.nav>li>a:focus{text-decoration:none;background-color:#eee;}.nav>li.disabled>a{color:#999;}.nav>li.disabled>a:hover,.nav>li.disabled>a:focus{color:#999;text-decoration:none;cursor:not-allowed;background-color:transparent;}.nav .open>a,.nav .open>a:hover,.nav .open>a:focus{background-color:#eee;border-color:#428bca;}.nav .nav-divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5;}.nav>li>a>img{max-width:none;}.nav-tabs{border-bottom:1px solid #ddd;}.nav-tabs>li{float:left;margin-bottom:-1px;}.nav-tabs>li>a{margin-right:2px;line-height:1.428571429;border:1px solid transparent;border-radius:4px 4px 0 0;}.nav-tabs>li>a:hover{border-color:#eee #eee #ddd;}.nav-tabs>li.active>a,.nav-tabs>li.active>a:hover,.nav-tabs>li.active>a:focus{color:#555;cursor:default;background-color:#fff;border:1px solid #ddd;border-bottom-color:transparent;}.nav-tabs.nav-justified{width:100%;border-bottom:0;}.nav-tabs.nav-justified>li{float:none;}.nav-tabs.nav-justified>li>a{text-align:center;}@media (min-width:768px){.nav-tabs.nav-justified>li{display:table-cell;width:1%;}}.nav-tabs.nav-justified>li>a{margin-right:0;border-bottom:1px solid #ddd;}.nav-tabs.nav-justified>.active>a{border-bottom-color:#fff;}.nav-pills>li{float:left;}.nav-pills>li>a{border-radius:5px;}.nav-pills>li.active>a,.nav-pills>li.active>a:hover,.nav-pills>li.active>a:focus{color:#fff;background-color:#428bca;}.nav-stacked>li{float:none;}.nav-stacked>li+li{margin-top:2px;margin-left:0;}.nav-justified{width:100%;}.nav-justified>li{float:none;}.nav-justified>li>a{text-align:center;}@media (min-width:768px){.nav-justified>li{display:table-cell;width:1%;}}.nav-tabs-justified{border-bottom:0;}.nav-tabs-justified>li>a{margin-right:0;border-bottom:1px solid #ddd;}.nav-tabs-justified>.active>a{border-bottom-color:#fff;}.tabbable:before,.tabbable:after{display:table;content:" ";}.tabbable:after{clear:both;}.tabbable:before,.tabbable:after{display:table;content:" ";}.tabbable:after{clear:both;}.tab-content>.tab-pane,.pill-content>.pill-pane{display:none;}.tab-content>.active,.pill-content>.active{display:block;}.nav .caret{border-top-color:#428bca;border-bottom-color:#428bca;}.nav a:hover .caret{border-top-color:#2a6496;border-bottom-color:#2a6496;}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-right-radius:0;border-top-left-radius:0;}.navbar{position:relative;z-index:1000;min-height:50px;margin-bottom:20px;border:1px solid transparent;}.navbar:before,.navbar:after{display:table;content:" ";}.navbar:after{clear:both;}.navbar:before,.navbar:after{display:table;content:" ";}.navbar:after{clear:both;}@media (min-width:768px){.navbar{border-radius:4px;}}.navbar-header:before,.navbar-header:after{display:table;content:" ";}.navbar-header:after{clear:both;}.navbar-header:before,.navbar-header:after{display:table;content:" ";}.navbar-header:after{clear:both;}@media (min-width:768px){.navbar-header{float:left;}}.navbar-collapse{max-height:340px;padding-right:15px;padding-left:15px;overflow-x:visible;border-top:1px solid transparent;box-shadow:inset 0 1px 0 rgba(255,255,255,.1);-webkit-overflow-scrolling:touch;}.navbar-collapse:before,.navbar-collapse:after{display:table;content:" ";}.navbar-collapse:after{clear:both;}.navbar-collapse:before,.navbar-collapse:after{display:table;content:" ";}.navbar-collapse:after{clear:both;}.navbar-collapse.in{overflow-y:auto;}@media (min-width:768px){.navbar-collapse{width:auto;border-top:0;box-shadow:none;}.navbar-collapse.collapse{display:block !important;height:auto !important;padding-bottom:0;overflow:visible !important;}.navbar-collapse.in{overflow-y:visible;}.navbar-collapse .navbar-nav.navbar-left:first-child{margin-left:-15px;}.navbar-collapse .navbar-nav.navbar-right:last-child{margin-right:-15px;}.navbar-collapse .navbar-text:last-child{margin-right:0;}}.container>.navbar-header,.container>.navbar-collapse{margin-right:-15px;margin-left:-15px;}@media (min-width:768px){.container>.navbar-header,.container>.navbar-collapse{margin-right:0;margin-left:0;}}.navbar-static-top{border-width:0 0 1px;}@media (min-width:768px){.navbar-static-top{border-radius:0;}}.navbar-fixed-top,.navbar-fixed-bottom{position:fixed;right:0;left:0;border-width:0 0 1px;}@media (min-width:768px){.navbar-fixed-top,.navbar-fixed-bottom{border-radius:0;}}.navbar-fixed-top{top:0;z-index:1030;}.navbar-fixed-bottom{bottom:0;margin-bottom:0;}.navbar-brand{float:left;padding:15px 15px;font-size:18px;line-height:20px;}.navbar-brand:hover,.navbar-brand:focus{text-decoration:none;}@media (min-width:768px){.navbar>.container .navbar-brand{margin-left:-15px;}}.navbar-toggle{position:relative;float:right;padding:9px 10px;margin-top:8px;margin-right:15px;margin-bottom:8px;background-color:transparent;border:1px solid transparent;border-radius:4px;}.navbar-toggle .icon-bar{display:block;width:22px;height:2px;border-radius:1px;}.navbar-toggle .icon-bar+.icon-bar{margin-top:4px;}@media (min-width:768px){.navbar-toggle{display:none;}}.navbar-nav{margin:7.5px -15px;}.navbar-nav>li>a{padding-top:10px;padding-bottom:10px;line-height:20px;}@media (max-width:767px){.navbar-nav .open .dropdown-menu{position:static;float:none;width:auto;margin-top:0;background-color:transparent;border:0;box-shadow:none;}.navbar-nav .open .dropdown-menu>li>a,.navbar-nav .open .dropdown-menu .dropdown-header{padding:5px 15px 5px 25px;}.navbar-nav .open .dropdown-menu>li>a{line-height:20px;}.navbar-nav .open .dropdown-menu>li>a:hover,.navbar-nav .open .dropdown-menu>li>a:focus{background-image:none;}.navbar-nav .open .dropdown-menu>li>a:hover.nitro-lazy,.navbar-nav .open .dropdown-menu>li>a:focus.nitro-lazy{background-image:none !important;}}@media (min-width:768px){.navbar-nav{float:left;margin:0;}.navbar-nav>li{float:left;}.navbar-nav>li>a{padding-top:15px;padding-bottom:15px;}}@media (min-width:768px){.navbar-left{float:left !important;}.navbar-right{float:right !important;}}.navbar-form{padding:10px 15px;margin-top:8px;margin-right:-15px;margin-bottom:8px;margin-left:-15px;border-top:1px solid transparent;border-bottom:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);}@media (min-width:768px){.navbar-form .form-group{display:inline-block;margin-bottom:0;vertical-align:middle;}.navbar-form .form-control{display:inline-block;}.navbar-form .radio,.navbar-form .checkbox{display:inline-block;padding-left:0;margin-top:0;margin-bottom:0;}.navbar-form .radio input[type="radio"],.navbar-form .checkbox input[type="checkbox"]{float:none;margin-left:0;}}@media (max-width:767px){.navbar-form .form-group{margin-bottom:5px;}}@media (min-width:768px){.navbar-form{width:auto;padding-top:0;padding-bottom:0;margin-right:0;margin-left:0;border:0;-webkit-box-shadow:none;box-shadow:none;}}.navbar-nav>li>.dropdown-menu{margin-top:0;border-top-right-radius:0;border-top-left-radius:0;}.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu{border-bottom-right-radius:0;border-bottom-left-radius:0;}.navbar-nav.pull-right>li>.dropdown-menu,.navbar-nav>li>.dropdown-menu.pull-right{right:0;left:auto;}.navbar-btn{margin-top:8px;margin-bottom:8px;}.navbar-text{float:left;margin-top:15px;margin-bottom:15px;}@media (min-width:768px){.navbar-text{margin-right:15px;margin-left:15px;}}.navbar-default{background-color:#f8f8f8;border-color:#e7e7e7;}.navbar-default .navbar-brand{color:#777;}.navbar-default .navbar-brand:hover,.navbar-default .navbar-brand:focus{color:#5e5e5e;background-color:transparent;}.navbar-default .navbar-text{color:#777;}.navbar-default .navbar-nav>li>a{color:#777;}.navbar-default .navbar-nav>li>a:hover,.navbar-default .navbar-nav>li>a:focus{color:#333;background-color:transparent;}.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:hover,.navbar-default .navbar-nav>.active>a:focus{color:#555;background-color:#e7e7e7;}.navbar-default .navbar-nav>.disabled>a,.navbar-default .navbar-nav>.disabled>a:hover,.navbar-default .navbar-nav>.disabled>a:focus{color:#ccc;background-color:transparent;}.navbar-default .navbar-toggle{border-color:#ddd;}.navbar-default .navbar-toggle:hover,.navbar-default .navbar-toggle:focus{background-color:#ddd;}.navbar-default .navbar-toggle .icon-bar{background-color:#ccc;}.navbar-default .navbar-collapse,.navbar-default .navbar-form{border-color:#e6e6e6;}.navbar-default .navbar-nav>.dropdown>a:hover .caret,.navbar-default .navbar-nav>.dropdown>a:focus .caret{border-top-color:#333;border-bottom-color:#333;}.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:hover,.navbar-default .navbar-nav>.open>a:focus{color:#555;background-color:#e7e7e7;}.navbar-default .navbar-nav>.open>a .caret,.navbar-default .navbar-nav>.open>a:hover .caret,.navbar-default .navbar-nav>.open>a:focus .caret{border-top-color:#555;border-bottom-color:#555;}.navbar-default .navbar-nav>.dropdown>a .caret{border-top-color:#777;border-bottom-color:#777;}@media (max-width:767px){.navbar-default .navbar-nav .open .dropdown-menu>li>a{color:#777;}.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus{color:#333;background-color:transparent;}.navbar-default .navbar-nav .open .dropdown-menu>.active>a,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus{color:#555;background-color:#e7e7e7;}.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus{color:#ccc;background-color:transparent;}}.navbar-default .navbar-link{color:#777;}.navbar-default .navbar-link:hover{color:#333;}.navbar-inverse{background-color:#222;border-color:#080808;}.navbar-inverse .navbar-brand{color:#999;}.navbar-inverse .navbar-brand:hover,.navbar-inverse .navbar-brand:focus{color:#fff;background-color:transparent;}.navbar-inverse .navbar-text{color:#999;}.navbar-inverse .navbar-nav>li>a{color:#999;}.navbar-inverse .navbar-nav>li>a:hover,.navbar-inverse .navbar-nav>li>a:focus{color:#fff;background-color:transparent;}.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:hover,.navbar-inverse .navbar-nav>.active>a:focus{color:#fff;background-color:#080808;}.navbar-inverse .navbar-nav>.disabled>a,.navbar-inverse .navbar-nav>.disabled>a:hover,.navbar-inverse .navbar-nav>.disabled>a:focus{color:#444;background-color:transparent;}.navbar-inverse .navbar-toggle{border-color:#333;}.navbar-inverse .navbar-toggle:hover,.navbar-inverse .navbar-toggle:focus{background-color:#333;}.navbar-inverse .navbar-toggle .icon-bar{background-color:#fff;}.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form{border-color:#101010;}.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:hover,.navbar-inverse .navbar-nav>.open>a:focus{color:#fff;background-color:#080808;}.navbar-inverse .navbar-nav>.dropdown>a:hover .caret{border-top-color:#fff;border-bottom-color:#fff;}.navbar-inverse .navbar-nav>.dropdown>a .caret{border-top-color:#999;border-bottom-color:#999;}.navbar-inverse .navbar-nav>.open>a .caret,.navbar-inverse .navbar-nav>.open>a:hover .caret,.navbar-inverse .navbar-nav>.open>a:focus .caret{border-top-color:#fff;border-bottom-color:#fff;}@media (max-width:767px){.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header{border-color:#080808;}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a{color:#999;}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus{color:#fff;background-color:transparent;}.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus{color:#fff;background-color:#080808;}.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus{color:#444;background-color:transparent;}}.navbar-inverse .navbar-link{color:#999;}.navbar-inverse .navbar-link:hover{color:#fff;}.breadcrumb{padding:8px 15px;margin-bottom:20px;list-style:none;background-color:#f5f5f5;border-radius:4px;}.breadcrumb>li{display:inline-block;}.breadcrumb>li+li:before{padding:0 5px;color:#ccc;content:"/ ";}.breadcrumb>.active{color:#999;}.pagination{display:inline-block;padding-left:0;margin:20px 0;border-radius:4px;}.pagination>li{display:inline;}.pagination>li>a,.pagination>li>span{position:relative;float:left;padding:6px 12px;margin-left:-1px;line-height:1.428571429;text-decoration:none;background-color:#fff;border:1px solid #ddd;}.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-bottom-left-radius:4px;border-top-left-radius:4px;}.pagination>li:last-child>a,.pagination>li:last-child>span{border-top-right-radius:4px;border-bottom-right-radius:4px;}.pagination>li>a:hover,.pagination>li>span:hover,.pagination>li>a:focus,.pagination>li>span:focus{background-color:#eee;}.pagination>.active>a,.pagination>.active>span,.pagination>.active>a:hover,.pagination>.active>span:hover,.pagination>.active>a:focus,.pagination>.active>span:focus{z-index:2;color:#fff;cursor:default;background-color:#428bca;border-color:#428bca;}.pagination>.disabled>span,.pagination>.disabled>a,.pagination>.disabled>a:hover,.pagination>.disabled>a:focus{color:#999;cursor:not-allowed;background-color:#fff;border-color:#ddd;}.pagination-lg>li>a,.pagination-lg>li>span{padding:10px 16px;font-size:18px;}.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{border-bottom-left-radius:6px;border-top-left-radius:6px;}.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{border-top-right-radius:6px;border-bottom-right-radius:6px;}.pagination-sm>li>a,.pagination-sm>li>span{padding:5px 10px;font-size:12px;}.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{border-bottom-left-radius:3px;border-top-left-radius:3px;}.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{border-top-right-radius:3px;border-bottom-right-radius:3px;}.pager{padding-left:0;margin:20px 0;text-align:center;list-style:none;}.pager:before,.pager:after{display:table;content:" ";}.pager:after{clear:both;}.pager:before,.pager:after{display:table;content:" ";}.pager:after{clear:both;}.pager li{display:inline;}.pager li>a,.pager li>span{display:inline-block;padding:5px 14px;background-color:#fff;border:1px solid #ddd;border-radius:15px;}.pager li>a:hover,.pager li>a:focus{text-decoration:none;background-color:#eee;}.pager .next>a,.pager .next>span{float:right;}.pager .previous>a,.pager .previous>span{float:left;}.pager .disabled>a,.pager .disabled>a:hover,.pager .disabled>a:focus,.pager .disabled>span{color:#999;cursor:not-allowed;background-color:#fff;}.label[href]:hover,.label[href]:focus{color:#fff;text-decoration:none;cursor:pointer;}.label:empty{display:none;}.label-default{background-color:#999;}.label-default[href]:hover,.label-default[href]:focus{background-color:#808080;}.label-primary{background-color:#428bca;}.label-primary[href]:hover,.label-primary[href]:focus{background-color:#3071a9;}.label-success{background-color:#5cb85c;}.label-success[href]:hover,.label-success[href]:focus{background-color:#449d44;}.label-info{background-color:#5bc0de;}.label-info[href]:hover,.label-info[href]:focus{background-color:#31b0d5;}.label-warning{background-color:#f0ad4e;}.label-warning[href]:hover,.label-warning[href]:focus{background-color:#ec971f;}.label-danger{background-color:#d9534f;}.label-danger[href]:hover,.label-danger[href]:focus{background-color:#c9302c;}.badge{display:inline-block;min-width:10px;padding:3px 7px;font-size:12px;font-weight:bold;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;background-color:#999;border-radius:10px;}.badge:empty{display:none;}a.badge:hover,a.badge:focus{color:#fff;text-decoration:none;cursor:pointer;}.btn .badge{position:relative;top:-1px;}a.list-group-item.active>.badge,.nav-pills>.active>a>.badge{color:#428bca;background-color:#fff;}.nav-pills>li>a>.badge{margin-left:3px;}.jumbotron{padding:30px;margin-bottom:30px;font-size:21px;font-weight:200;line-height:2.1428571435;color:inherit;background-color:#eee;}.jumbotron h1{line-height:1;color:inherit;}.jumbotron p{line-height:1.4;}.container .jumbotron{border-radius:6px;}@media screen and (min-width:768px){.jumbotron{padding-top:48px;padding-bottom:48px;}.container .jumbotron{padding-right:60px;padding-left:60px;}.jumbotron h1{font-size:63px;}}.thumbnail{display:inline-block;height:auto;max-width:100%;padding:4px;line-height:1.428571429;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;}.thumbnail>img{display:block;height:auto;max-width:100%;}a.thumbnail:hover,a.thumbnail:focus{border-color:#428bca;}.thumbnail>img{margin-right:auto;margin-left:auto;}.thumbnail .caption{padding:9px;color:#333;}.alert{padding:15px;margin-bottom:20px;border:1px solid transparent;border-radius:4px;}.alert h4{margin-top:0;color:inherit;}.alert .alert-link{font-weight:bold;}.alert>p,.alert>ul{margin-bottom:0;}.alert>p+p{margin-top:5px;}.alert-dismissable{padding-right:35px;}.alert-dismissable .close{position:relative;top:-2px;right:-21px;color:inherit;}.alert-success{color:#468847;background-color:#dff0d8;border-color:#d6e9c6;}.alert-success hr{border-top-color:#c9e2b3;}.alert-success .alert-link{color:#356635;}.alert-info{color:#3a87ad;background-color:#d9edf7;border-color:#bce8f1;}.alert-info hr{border-top-color:#a6e1ec;}.alert-info .alert-link{color:#2d6987;}.alert-warning{color:#c09853;background-color:#fcf8e3;border-color:#fbeed5;}.alert-warning hr{border-top-color:#f8e5be;}.alert-warning .alert-link{color:#a47e3c;}.alert-danger{color:#b94a48;background-color:#f2dede;border-color:#eed3d7;}.alert-danger hr{border-top-color:#e6c1c7;}.alert-danger .alert-link{color:#953b39;}@-webkit-keyframes progress-bar-stripes{from{background-position:40px 0;}to{background-position:0 0;}}@-moz-keyframes progress-bar-stripes{from{background-position:40px 0;}to{background-position:0 0;}}@-o-keyframes progress-bar-stripes{from{background-position:0 0;}to{background-position:40px 0;}}@keyframes progress-bar-stripes{from{background-position:40px 0;}to{background-position:0 0;}}.progress{height:20px;margin-bottom:20px;overflow:hidden;background-color:#f5f5f5;border-radius:4px;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);box-shadow:inset 0 1px 2px rgba(0,0,0,.1);}.progress-bar{float:left;width:0;height:100%;font-size:12px;color:#fff;text-align:center;background-color:#428bca;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);-webkit-transition:width .6s ease;transition:width .6s ease;}.progress-striped .progress-bar{background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(.25,rgba(255,255,255,.15)),color-stop(.25,transparent),color-stop(.5,transparent),color-stop(.5,rgba(255,255,255,.15)),color-stop(.75,rgba(255,255,255,.15)),color-stop(.75,transparent),to(transparent));background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-moz-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-size:40px 40px;}.progress.active .progress-bar{-webkit-animation:progress-bar-stripes 2s linear infinite;-moz-animation:progress-bar-stripes 2s linear infinite;-ms-animation:progress-bar-stripes 2s linear infinite;-o-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite;}.progress-bar-success{background-color:#5cb85c;}.progress-striped .progress-bar-success{background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(.25,rgba(255,255,255,.15)),color-stop(.25,transparent),color-stop(.5,transparent),color-stop(.5,rgba(255,255,255,.15)),color-stop(.75,rgba(255,255,255,.15)),color-stop(.75,transparent),to(transparent));background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-moz-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);}.progress-bar-info{background-color:#5bc0de;}.progress-striped .progress-bar-info{background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(.25,rgba(255,255,255,.15)),color-stop(.25,transparent),color-stop(.5,transparent),color-stop(.5,rgba(255,255,255,.15)),color-stop(.75,rgba(255,255,255,.15)),color-stop(.75,transparent),to(transparent));background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-moz-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);}.progress-bar-warning{background-color:#f0ad4e;}.progress-striped .progress-bar-warning{background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(.25,rgba(255,255,255,.15)),color-stop(.25,transparent),color-stop(.5,transparent),color-stop(.5,rgba(255,255,255,.15)),color-stop(.75,rgba(255,255,255,.15)),color-stop(.75,transparent),to(transparent));background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-moz-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);}.progress-bar-danger{background-color:#d9534f;}.progress-striped .progress-bar-danger{background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(.25,rgba(255,255,255,.15)),color-stop(.25,transparent),color-stop(.5,transparent),color-stop(.5,rgba(255,255,255,.15)),color-stop(.75,rgba(255,255,255,.15)),color-stop(.75,transparent),to(transparent));background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-moz-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);}.media,.media-body{overflow:hidden;zoom:1;}.media,.media .media{margin-top:15px;}.media:first-child{margin-top:0;}.media-object{display:block;}.media-heading{margin:0 0 5px;}.media>.pull-left{margin-right:10px;}.media>.pull-right{margin-left:10px;}.media-list{padding-left:0;list-style:none;}.list-group{padding-left:0;margin-bottom:20px;}.list-group-item{position:relative;display:block;padding:10px 15px;margin-bottom:-1px;background-color:#fff;border:1px solid #ddd;}.list-group-item:first-child{border-top-right-radius:4px;border-top-left-radius:4px;}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px;}.list-group-item>.badge{float:right;}.list-group-item>.badge+.badge{margin-right:5px;}a.list-group-item{color:#555;}a.list-group-item .list-group-item-heading{color:#333;}a.list-group-item:hover,a.list-group-item:focus{text-decoration:none;background-color:#f5f5f5;}.list-group-item.active,.list-group-item.active:hover,.list-group-item.active:focus{z-index:2;color:#fff;background-color:#428bca;border-color:#428bca;}.list-group-item.active .list-group-item-heading,.list-group-item.active:hover .list-group-item-heading,.list-group-item.active:focus .list-group-item-heading{color:inherit;}.list-group-item.active .list-group-item-text,.list-group-item.active:hover .list-group-item-text,.list-group-item.active:focus .list-group-item-text{color:#e1edf7;}.list-group-item-heading{margin-top:0;margin-bottom:5px;}.list-group-item-text{margin-bottom:0;line-height:1.3;}.panel{margin-bottom:20px;background-color:#fff;border:1px solid transparent;border-radius:4px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.05);box-shadow:0 1px 1px rgba(0,0,0,.05);}.panel-body{padding:15px;}.panel-body:before,.panel-body:after{display:table;content:" ";}.panel-body:after{clear:both;}.panel-body:before,.panel-body:after{display:table;content:" ";}.panel-body:after{clear:both;}.panel>.list-group{margin-bottom:0;}.panel>.list-group .list-group-item{border-width:1px 0;}.panel>.list-group .list-group-item:first-child{border-top-right-radius:0;border-top-left-radius:0;}.panel>.list-group .list-group-item:last-child{border-bottom:0;}.panel-heading+.list-group .list-group-item:first-child{border-top-width:0;}.panel>.table{margin-bottom:0;}.panel>.panel-body+.table{border-top:1px solid #ddd;}.panel-heading{padding:10px 15px;border-bottom:1px solid transparent;border-top-right-radius:3px;border-top-left-radius:3px;}.panel-title{margin-top:0;margin-bottom:0;font-size:16px;}.panel-title>a{color:inherit;}.panel-footer{padding:10px 15px;background-color:#f5f5f5;border-top:1px solid #ddd;border-bottom-right-radius:3px;border-bottom-left-radius:3px;}.panel-group .panel{margin-bottom:0;overflow:hidden;border-radius:4px;}.panel-group .panel+.panel{margin-top:5px;}.panel-group .panel-heading{border-bottom:0;}.panel-group .panel-heading+.panel-collapse .panel-body{border-top:1px solid #ddd;}.panel-group .panel-footer{border-top:0;}.panel-group .panel-footer+.panel-collapse .panel-body{border-bottom:1px solid #ddd;}.panel-default{border-color:#ddd;}.panel-default>.panel-heading{color:#333;background-color:#f5f5f5;border-color:#ddd;}.panel-default>.panel-heading+.panel-collapse .panel-body{border-top-color:#ddd;}.panel-default>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#ddd;}.panel-primary{border-color:#428bca;}.panel-primary>.panel-heading{color:#fff;background-color:#428bca;border-color:#428bca;}.panel-primary>.panel-heading+.panel-collapse .panel-body{border-top-color:#428bca;}.panel-primary>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#428bca;}.panel-success{border-color:#d6e9c6;}.panel-success>.panel-heading{color:#468847;background-color:#dff0d8;border-color:#d6e9c6;}.panel-success>.panel-heading+.panel-collapse .panel-body{border-top-color:#d6e9c6;}.panel-success>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#d6e9c6;}.panel-warning{border-color:#fbeed5;}.panel-warning>.panel-heading{color:#c09853;background-color:#fcf8e3;border-color:#fbeed5;}.panel-warning>.panel-heading+.panel-collapse .panel-body{border-top-color:#fbeed5;}.panel-warning>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#fbeed5;}.panel-danger{border-color:#eed3d7;}.panel-danger>.panel-heading{color:#b94a48;background-color:#f2dede;border-color:#eed3d7;}.panel-danger>.panel-heading+.panel-collapse .panel-body{border-top-color:#eed3d7;}.panel-danger>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#eed3d7;}.panel-info{border-color:#bce8f1;}.panel-info>.panel-heading{color:#3a87ad;background-color:#d9edf7;border-color:#bce8f1;}.panel-info>.panel-heading+.panel-collapse .panel-body{border-top-color:#bce8f1;}.panel-info>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#bce8f1;}.well{min-height:20px;padding:19px;margin-bottom:20px;background-color:#f5f5f5;border:1px solid #e3e3e3;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);box-shadow:inset 0 1px 1px rgba(0,0,0,.05);}.well blockquote{border-color:#ddd;border-color:rgba(0,0,0,.15);}.well-lg{padding:24px;border-radius:6px;}.well-sm{padding:9px;border-radius:3px;}button.close{padding:0;cursor:pointer;background:transparent;border:0;-webkit-appearance:none;}.modal-open{overflow:hidden;}body.modal-open,.modal-open .navbar-fixed-top,.modal-open .navbar-fixed-bottom{margin-right:15px;}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;display:none;overflow:auto;overflow-y:scroll;}.modal.fade .modal-dialog{-webkit-transform:translate(0,-25%);-ms-transform:translate(0,-25%);transform:translate(0,-25%);-webkit-transition:-webkit-transform .3s ease-out;-moz-transition:-moz-transform .3s ease-out;-o-transition:-o-transform .3s ease-out;transition:transform .3s ease-out;}.modal.in .modal-dialog{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0);}.modal-dialog{z-index:1050;width:auto;padding:10px;margin-right:auto;margin-left:auto;}.modal-content{position:relative;background-color:#fff;border:1px solid #999;border:1px solid rgba(0,0,0,.2);border-radius:6px;outline:0;-webkit-box-shadow:0 3px 9px rgba(0,0,0,.5);box-shadow:0 3px 9px rgba(0,0,0,.5);background-clip:padding-box;}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1030;background-color:#000;}.modal-backdrop.fade{opacity:0;filter:alpha(opacity=0);}.modal-backdrop.in{opacity:.5;filter:alpha(opacity=50);}.modal-header{min-height:16.428571429px;padding:15px;border-bottom:1px solid #e5e5e5;}.modal-header .close{margin-top:-2px;}.modal-title{margin:0;line-height:1.428571429;}.modal-body{position:relative;padding:20px;}.modal-footer{padding:19px 20px 20px;margin-top:15px;text-align:right;border-top:1px solid #e5e5e5;}.modal-footer:before,.modal-footer:after{display:table;content:" ";}.modal-footer:after{clear:both;}.modal-footer:before,.modal-footer:after{display:table;content:" ";}.modal-footer:after{clear:both;}.modal-footer .btn+.btn{margin-bottom:0;margin-left:5px;}.modal-footer .btn-group .btn+.btn{margin-left:-1px;}.modal-footer .btn-block+.btn-block{margin-left:0;}@media screen and (min-width:768px){.modal-dialog{right:auto;left:50%;width:600px;padding-top:30px;padding-bottom:30px;}.modal-content{-webkit-box-shadow:0 5px 15px rgba(0,0,0,.5);box-shadow:0 5px 15px rgba(0,0,0,.5);}}.tooltip{position:absolute;z-index:1030;display:block;font-size:12px;line-height:1.4;opacity:0;filter:alpha(opacity=0);visibility:visible;}.tooltip.in{opacity:.9;filter:alpha(opacity=90);}.tooltip.top{padding:5px 0;margin-top:-3px;}.tooltip.right{padding:0 5px;margin-left:3px;}.tooltip.bottom{padding:5px 0;margin-top:3px;}.tooltip.left{padding:0 5px;margin-left:-3px;}.tooltip-inner{max-width:200px;padding:3px 8px;color:#fff;text-align:center;text-decoration:none;background-color:#000;border-radius:4px;}.tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid;}.tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-top-color:#000;border-width:5px 5px 0;}.tooltip.top-left .tooltip-arrow{bottom:0;left:5px;border-top-color:#000;border-width:5px 5px 0;}.tooltip.top-right .tooltip-arrow{right:5px;bottom:0;border-top-color:#000;border-width:5px 5px 0;}.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-right-color:#000;border-width:5px 5px 5px 0;}.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-left-color:#000;border-width:5px 0 5px 5px;}.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-bottom-color:#000;border-width:0 5px 5px;}.tooltip.bottom-left .tooltip-arrow{top:0;left:5px;border-bottom-color:#000;border-width:0 5px 5px;}.tooltip.bottom-right .tooltip-arrow{top:0;right:5px;border-bottom-color:#000;border-width:0 5px 5px;}.popover{position:absolute;top:0;left:0;z-index:1010;display:none;max-width:276px;padding:1px;text-align:left;white-space:normal;background-color:#fff;border:1px solid #ccc;border:1px solid rgba(0,0,0,.2);border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);box-shadow:0 5px 10px rgba(0,0,0,.2);background-clip:padding-box;}.popover.top{margin-top:-10px;}.popover.right{margin-left:10px;}.popover.bottom{margin-top:10px;}.popover.left{margin-left:-10px;}.popover-title{padding:8px 14px;margin:0;font-size:14px;font-weight:normal;line-height:18px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-radius:5px 5px 0 0;}.popover-content{padding:9px 14px;}.popover .arrow,.popover .arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid;}.popover .arrow{border-width:11px;}.popover .arrow:after{border-width:10px;content:"";}.popover.top .arrow{bottom:-11px;left:50%;margin-left:-11px;border-top-color:#999;border-top-color:rgba(0,0,0,.25);border-bottom-width:0;}.popover.top .arrow:after{bottom:1px;margin-left:-10px;border-top-color:#fff;border-bottom-width:0;content:" ";}.popover.right .arrow{top:50%;left:-11px;margin-top:-11px;border-right-color:#999;border-right-color:rgba(0,0,0,.25);border-left-width:0;}.popover.right .arrow:after{bottom:-10px;left:1px;border-right-color:#fff;border-left-width:0;content:" ";}.popover.bottom .arrow{top:-11px;left:50%;margin-left:-11px;border-bottom-color:#999;border-bottom-color:rgba(0,0,0,.25);border-top-width:0;}.popover.bottom .arrow:after{top:1px;margin-left:-10px;border-bottom-color:#fff;border-top-width:0;content:" ";}.popover.left .arrow{top:50%;right:-11px;margin-top:-11px;border-left-color:#999;border-left-color:rgba(0,0,0,.25);border-right-width:0;}.popover.left .arrow:after{right:1px;bottom:-10px;border-left-color:#fff;border-right-width:0;content:" ";}.carousel{position:relative;}.carousel-inner{position:relative;width:100%;overflow:hidden;}.carousel-inner>.item{position:relative;display:none;-webkit-transition:.6s ease-in-out left;transition:.6s ease-in-out left;}.carousel-inner>.item>img,.carousel-inner>.item>a>img{display:block;height:auto;max-width:100%;line-height:1;}.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev{display:block;}.carousel-inner>.active{left:0;}.carousel-inner>.next,.carousel-inner>.prev{position:absolute;top:0;width:100%;}.carousel-inner>.next{left:100%;}.carousel-inner>.prev{left:-100%;}.carousel-inner>.next.left,.carousel-inner>.prev.right{left:0;}.carousel-inner>.active.left{left:-100%;}.carousel-inner>.active.right{left:100%;}.carousel-control{position:absolute;top:0;bottom:0;left:0;width:15%;font-size:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6);opacity:.5;filter:alpha(opacity=50);}.carousel-control.left{background-image:-webkit-gradient(linear,0 top,100% top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));background-image:-webkit-linear-gradient(left,color-stop(rgba(0,0,0,.5) 0),color-stop(rgba(0,0,0,.0001) 100%));background-image:-moz-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-image:linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000",endColorstr="#00000000",GradientType=1);}.carousel-control.right{right:0;left:auto;background-image:-webkit-gradient(linear,0 top,100% top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));background-image:-webkit-linear-gradient(left,color-stop(rgba(0,0,0,.0001) 0),color-stop(rgba(0,0,0,.5) 100%));background-image:-moz-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);background-image:linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000",endColorstr="#80000000",GradientType=1);}.carousel-control:hover,.carousel-control:focus{color:#fff;text-decoration:none;opacity:.9;filter:alpha(opacity=90);}.carousel-control .icon-prev,.carousel-control .icon-next,.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right{position:absolute;top:50%;left:50%;z-index:5;display:inline-block;}.carousel-control .icon-prev,.carousel-control .icon-next{width:20px;height:20px;margin-top:-10px;margin-left:-10px;font-family:serif;}.carousel-control .icon-prev:before{content:"‹";}.carousel-control .icon-next:before{content:"›";}.carousel-indicators{position:absolute;bottom:10px;left:50%;z-index:15;width:60%;padding-left:0;margin-left:-30%;text-align:center;list-style:none;}.carousel-indicators li{display:inline-block;width:10px;height:10px;margin:1px;text-indent:-999px;cursor:pointer;border:1px solid #fff;border-radius:10px;}.carousel-indicators .active{width:12px;height:12px;margin:0;background-color:#fff;}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6);}.carousel-caption .btn{text-shadow:none;}@media screen and (min-width:768px){.carousel-control .icon-prev,.carousel-control .icon-next{width:30px;height:30px;margin-top:-15px;margin-left:-15px;font-size:30px;}.carousel-caption{right:20%;left:20%;padding-bottom:30px;}.carousel-indicators{bottom:20px;}}.clearfix:before,.clearfix:after{display:table;content:" ";}.clearfix:after{clear:both;}.pull-right{float:right;}.pull-left{float:left;}.hide{display:none !important;}.show{display:block !important;}.invisible{visibility:hidden;}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0;}.affix{position:fixed;}@-ms-viewport{width:device-width;}@media screen and (max-width:400px){@-ms-viewport{width:320px;}}.hidden{display:none !important;visibility:hidden !important;}.visible-xs{display:none !important;}tr.visible-xs{display:none !important;}th.visible-xs,td.visible-xs{display:none !important;}@media (max-width:767px){.visible-xs{display:block !important;}tr.visible-xs{display:table-row !important;}th.visible-xs,td.visible-xs{display:table-cell !important;}}@media (min-width:768px) and (max-width:991px){.visible-xs.visible-sm{display:block !important;}tr.visible-xs.visible-sm{display:table-row !important;}th.visible-xs.visible-sm,td.visible-xs.visible-sm{display:table-cell !important;}}@media (min-width:992px) and (max-width:1199px){.visible-xs.visible-md{display:block !important;}tr.visible-xs.visible-md{display:table-row !important;}th.visible-xs.visible-md,td.visible-xs.visible-md{display:table-cell !important;}}@media (min-width:1200px){.visible-xs.visible-lg{display:block !important;}tr.visible-xs.visible-lg{display:table-row !important;}th.visible-xs.visible-lg,td.visible-xs.visible-lg{display:table-cell !important;}}.visible-sm{display:none !important;}tr.visible-sm{display:none !important;}th.visible-sm,td.visible-sm{display:none !important;}@media (max-width:767px){.visible-sm.visible-xs{display:block !important;}tr.visible-sm.visible-xs{display:table-row !important;}th.visible-sm.visible-xs,td.visible-sm.visible-xs{display:table-cell !important;}}@media (min-width:768px) and (max-width:991px){.visible-sm{display:block !important;}tr.visible-sm{display:table-row !important;}th.visible-sm,td.visible-sm{display:table-cell !important;}}@media (min-width:992px) and (max-width:1199px){.visible-sm.visible-md{display:block !important;}tr.visible-sm.visible-md{display:table-row !important;}th.visible-sm.visible-md,td.visible-sm.visible-md{display:table-cell !important;}}@media (min-width:1200px){.visible-sm.visible-lg{display:block !important;}tr.visible-sm.visible-lg{display:table-row !important;}th.visible-sm.visible-lg,td.visible-sm.visible-lg{display:table-cell !important;}}.visible-md{display:none !important;}tr.visible-md{display:none !important;}th.visible-md,td.visible-md{display:none !important;}@media (max-width:767px){.visible-md.visible-xs{display:block !important;}tr.visible-md.visible-xs{display:table-row !important;}th.visible-md.visible-xs,td.visible-md.visible-xs{display:table-cell !important;}}@media (min-width:768px) and (max-width:991px){.visible-md.visible-sm{display:block !important;}tr.visible-md.visible-sm{display:table-row !important;}th.visible-md.visible-sm,td.visible-md.visible-sm{display:table-cell !important;}}@media (min-width:992px) and (max-width:1199px){.visible-md{display:block !important;}tr.visible-md{display:table-row !important;}th.visible-md,td.visible-md{display:table-cell !important;}}@media (min-width:1200px){.visible-md.visible-lg{display:block !important;}tr.visible-md.visible-lg{display:table-row !important;}th.visible-md.visible-lg,td.visible-md.visible-lg{display:table-cell !important;}}.visible-lg{display:none !important;}tr.visible-lg{display:none !important;}th.visible-lg,td.visible-lg{display:none !important;}@media (max-width:767px){.visible-lg.visible-xs{display:block !important;}tr.visible-lg.visible-xs{display:table-row !important;}th.visible-lg.visible-xs,td.visible-lg.visible-xs{display:table-cell !important;}}@media (min-width:768px) and (max-width:991px){.visible-lg.visible-sm{display:block !important;}tr.visible-lg.visible-sm{display:table-row !important;}th.visible-lg.visible-sm,td.visible-lg.visible-sm{display:table-cell !important;}}@media (min-width:992px) and (max-width:1199px){.visible-lg.visible-md{display:block !important;}tr.visible-lg.visible-md{display:table-row !important;}th.visible-lg.visible-md,td.visible-lg.visible-md{display:table-cell !important;}}@media (min-width:1200px){.visible-lg{display:block !important;}tr.visible-lg{display:table-row !important;}th.visible-lg,td.visible-lg{display:table-cell !important;}}.hidden-xs{display:block !important;}tr.hidden-xs{display:table-row !important;}th.hidden-xs,td.hidden-xs{display:table-cell !important;}@media (max-width:767px){.hidden-xs{display:none !important;}tr.hidden-xs{display:none !important;}th.hidden-xs,td.hidden-xs{display:none !important;}}@media (min-width:768px) and (max-width:991px){.hidden-xs.hidden-sm{display:none !important;}tr.hidden-xs.hidden-sm{display:none !important;}th.hidden-xs.hidden-sm,td.hidden-xs.hidden-sm{display:none !important;}}@media (min-width:992px) and (max-width:1199px){.hidden-xs.hidden-md{display:none !important;}tr.hidden-xs.hidden-md{display:none !important;}th.hidden-xs.hidden-md,td.hidden-xs.hidden-md{display:none !important;}}@media (min-width:1200px){.hidden-xs.hidden-lg{display:none !important;}tr.hidden-xs.hidden-lg{display:none !important;}th.hidden-xs.hidden-lg,td.hidden-xs.hidden-lg{display:none !important;}}.hidden-sm{display:block !important;}tr.hidden-sm{display:table-row !important;}th.hidden-sm,td.hidden-sm{display:table-cell !important;}@media (max-width:767px){.hidden-sm.hidden-xs{display:none !important;}tr.hidden-sm.hidden-xs{display:none !important;}th.hidden-sm.hidden-xs,td.hidden-sm.hidden-xs{display:none !important;}}@media (min-width:768px) and (max-width:991px){.hidden-sm{display:none !important;}tr.hidden-sm{display:none !important;}th.hidden-sm,td.hidden-sm{display:none !important;}}@media (min-width:992px) and (max-width:1199px){.hidden-sm.hidden-md{display:none !important;}tr.hidden-sm.hidden-md{display:none !important;}th.hidden-sm.hidden-md,td.hidden-sm.hidden-md{display:none !important;}}@media (min-width:1200px){.hidden-sm.hidden-lg{display:none !important;}tr.hidden-sm.hidden-lg{display:none !important;}th.hidden-sm.hidden-lg,td.hidden-sm.hidden-lg{display:none !important;}}.hidden-md{display:block !important;}tr.hidden-md{display:table-row !important;}th.hidden-md,td.hidden-md{display:table-cell !important;}@media (max-width:767px){.hidden-md.hidden-xs{display:none !important;}tr.hidden-md.hidden-xs{display:none !important;}th.hidden-md.hidden-xs,td.hidden-md.hidden-xs{display:none !important;}}@media (min-width:768px) and (max-width:991px){.hidden-md.hidden-sm{display:none !important;}tr.hidden-md.hidden-sm{display:none !important;}th.hidden-md.hidden-sm,td.hidden-md.hidden-sm{display:none !important;}}@media (min-width:992px) and (max-width:1199px){.hidden-md{display:none !important;}tr.hidden-md{display:none !important;}th.hidden-md,td.hidden-md{display:none !important;}}@media (min-width:1200px){.hidden-md.hidden-lg{display:none !important;}tr.hidden-md.hidden-lg{display:none !important;}th.hidden-md.hidden-lg,td.hidden-md.hidden-lg{display:none !important;}}.hidden-lg{display:block !important;}tr.hidden-lg{display:table-row !important;}th.hidden-lg,td.hidden-lg{display:table-cell !important;}@media (max-width:767px){.hidden-lg.hidden-xs{display:none !important;}tr.hidden-lg.hidden-xs{display:none !important;}th.hidden-lg.hidden-xs,td.hidden-lg.hidden-xs{display:none !important;}}@media (min-width:768px) and (max-width:991px){.hidden-lg.hidden-sm{display:none !important;}tr.hidden-lg.hidden-sm{display:none !important;}th.hidden-lg.hidden-sm,td.hidden-lg.hidden-sm{display:none !important;}}@media (min-width:992px) and (max-width:1199px){.hidden-lg.hidden-md{display:none !important;}tr.hidden-lg.hidden-md{display:none !important;}th.hidden-lg.hidden-md,td.hidden-lg.hidden-md{display:none !important;}}@media (min-width:1200px){.hidden-lg{display:none !important;}tr.hidden-lg{display:none !important;}th.hidden-lg,td.hidden-lg{display:none !important;}}.visible-print{display:none !important;}tr.visible-print{display:none !important;}th.visible-print,td.visible-print{display:none !important;}@media print{.visible-print{display:block !important;}tr.visible-print{display:table-row !important;}th.visible-print,td.visible-print{display:table-cell !important;}.hidden-print{display:none !important;}tr.hidden-print{display:none !important;}th.hidden-print,td.hidden-print{display:none !important;}}.bootstrap-select.btn-group:not(.input-group-btn),.bootstrap-select.btn-group[class*=span]{float:none;display:inline-block;margin-bottom:10px;margin-left:0;}.form-horizontal .bootstrap-select.btn-group,.form-inline .bootstrap-select.btn-group,.form-search .bootstrap-select.btn-group{margin-bottom:0;}.bootstrap-select.form-control{margin-bottom:0;padding:0;border:none;}.bootstrap-select.btn-group.pull-right,.bootstrap-select.btn-group[class*=span].pull-right,.row-fluid .bootstrap-select.btn-group[class*=span].pull-right{float:right;}.input-append .bootstrap-select.btn-group{margin-left:-1px;}.input-prepend .bootstrap-select.btn-group{margin-right:-1px;}.bootstrap-select:not([class*=span]):not([class*=col-]):not([class*=form-control]):not(.input-group-btn){width:220px;}.bootstrap-select.form-control:not([class*=span]){width:100%;}.bootstrap-select>.btn{width:100%;padding-right:25px;}.error .bootstrap-select .btn{border:1px solid #b94a48;}.bootstrap-select.show-menu-arrow.open>.btn{z-index:2051;}.bootstrap-select .btn:focus{outline:thin dotted #333 !important;outline:5px auto -webkit-focus-ring-color !important;outline-offset:-2px;}.bootstrap-select.btn-group .btn .filter-option{display:inline-block;overflow:hidden;width:100%;float:left;text-align:left;}.bootstrap-select.btn-group .btn .caret{position:absolute;top:50%;right:12px;margin-top:-2px;vertical-align:middle;}.bootstrap-select.btn-group .dropdown-menu li.disabled>a,.bootstrap-select.btn-group>.disabled{cursor:not-allowed;}.bootstrap-select.btn-group>.disabled:focus{outline:0 !important;}.bootstrap-select.btn-group[class*=span] .btn{width:100%;}.bootstrap-select.btn-group .dropdown-menu{min-width:100%;z-index:2000;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}.bootstrap-select.btn-group .dropdown-menu.inner{position:static;border:0;padding:0;margin:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;}.bootstrap-select.btn-group .dropdown-menu dt{display:block;padding:3px 20px;cursor:default;}.bootstrap-select.btn-group .div-contain{overflow:hidden;}.bootstrap-select.btn-group .dropdown-menu li{position:relative;}.bootstrap-select.btn-group .dropdown-menu li>a.opt{position:relative;padding-left:35px;}.bootstrap-select.btn-group .dropdown-menu li>a{cursor:pointer;}.bootstrap-select.btn-group .dropdown-menu li>dt small{font-weight:400;}.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a i.check-mark{position:absolute;display:inline-block;right:15px;margin-top:2.5px;}.bootstrap-select.btn-group .dropdown-menu li a i.check-mark{display:none;}.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text{margin-right:34px;}.bootstrap-select.btn-group .dropdown-menu li small{padding-left:.5em;}.bootstrap-select.btn-group .dropdown-menu li.active:not(.disabled)>a small,.bootstrap-select.btn-group .dropdown-menu li:not(.disabled)>a:focus small,.bootstrap-select.btn-group .dropdown-menu li:not(.disabled)>a:hover small{color:#64b1d8;color:rgba(255,255,255,.4);}.bootstrap-select.btn-group .dropdown-menu li>dt small{font-weight:400;}.bootstrap-select.show-menu-arrow .dropdown-toggle:before{content:"";display:inline-block;display:none;border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid #ccc;border-bottom-color:rgba(0,0,0,.2);position:absolute;bottom:-4px;left:9px;}.bootstrap-select.show-menu-arrow .dropdown-toggle:after{content:"";display:inline-block;display:none;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #fff;position:absolute;bottom:-4px;left:10px;}.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before{bottom:auto;top:-3px;border-top:7px solid #ccc;border-bottom:0;border-top-color:rgba(0,0,0,.2);}.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after{bottom:auto;top:-3px;border-top:6px solid #fff;border-bottom:0;}.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before{right:12px;left:auto;}.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after{right:13px;left:auto;}.bootstrap-select.show-menu-arrow.open>.dropdown-toggle:after,.bootstrap-select.show-menu-arrow.open>.dropdown-toggle:before{display:block;}.bootstrap-select.btn-group .no-results{padding:3px;background:#f5f5f5;margin:0 5px;}.bootstrap-select.btn-group .dropdown-menu .notify{position:absolute;bottom:5px;width:96%;margin:0 2%;min-height:26px;padding:3px 5px;background:#f5f5f5;border:1px solid #e3e3e3;box-shadow:inset 0 1px 1px rgba(0,0,0,.05);pointer-events:none;opacity:.9;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}.mobile-device{position:absolute;top:0;left:0;display:block !important;width:100%;height:100% !important;opacity:0;}.bootstrap-select.fit-width{width:auto !important;}.bootstrap-select.btn-group.fit-width .btn .filter-option{position:static;}.bootstrap-select.btn-group.fit-width .btn .caret{position:static;top:auto;margin-top:-1px;}.control-group.error .bootstrap-select .dropdown-toggle{border-color:#b94a48;}.bootstrap-select .bs-actionsbox,.bootstrap-select-searchbox{padding:4px 8px;}.bootstrap-select .bs-actionsbox{float:left;width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}.bootstrap-select-searchbox+.bs-actionsbox{padding:0 8px 4px;}.bootstrap-select-searchbox input{margin-bottom:0;}.bootstrap-select .bs-actionsbox .btn-group button{width:50%;}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%;}.fa-2x{font-size:2em;}.fa-3x{font-size:3em;}.fa-4x{font-size:4em;}.fa-5x{font-size:5em;}.fa-fw{width:1.28571429em;text-align:center;}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none;}.fa-ul>li{position:relative;}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center;}.fa-li.fa-lg{left:-1.85714286em;}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em;}.fa-pull-left{float:left;}.fa-pull-right{float:right;}.fa.fa-pull-left{margin-right:.3em;}.fa.fa-pull-right{margin-left:.3em;}.pull-right{float:right;}.pull-left{float:left;}.fa.pull-left{margin-right:.3em;}.fa.pull-right{margin-left:.3em;}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear;}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8);}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg);}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg);}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg);}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg);}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg);}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg);}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1,1);-ms-transform:scale(-1,1);transform:scale(-1,1);}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1,-1);-ms-transform:scale(1,-1);transform:scale(1,-1);}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none;}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle;}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center;}.fa-stack-1x{line-height:inherit;}.fa-stack-2x{font-size:2em;}.fa-inverse{color:#fff;}.fa-glass:before{content:"";}.fa-music:before{content:"";}.fa-search:before{content:"";}.fa-envelope-o:before{content:"";}.fa-heart:before{content:"";}.fa-star:before{content:"";}.fa-star-o:before{content:"";}.fa-user:before{content:"";}.fa-film:before{content:"";}.fa-th-large:before{content:"";}.fa-th:before{content:"";}.fa-th-list:before{content:"";}.fa-check:before{content:"";}.fa-remove:before,.fa-close:before,.fa-times:before{content:"";}.fa-search-plus:before{content:"";}.fa-search-minus:before{content:"";}.fa-power-off:before{content:"";}.fa-signal:before{content:"";}.fa-gear:before,.fa-cog:before{content:"";}.fa-trash-o:before{content:"";}.fa-home:before{content:"";}.fa-file-o:before{content:"";}.fa-clock-o:before{content:"";}.fa-road:before{content:"";}.fa-download:before{content:"";}.fa-arrow-circle-o-down:before{content:"";}.fa-arrow-circle-o-up:before{content:"";}.fa-inbox:before{content:"";}.fa-play-circle-o:before{content:"";}.fa-rotate-right:before,.fa-repeat:before{content:"";}.fa-refresh:before{content:"";}.fa-list-alt:before{content:"";}.fa-lock:before{content:"";}.fa-flag:before{content:"";}.fa-headphones:before{content:"";}.fa-volume-off:before{content:"";}.fa-volume-down:before{content:"";}.fa-volume-up:before{content:"";}.fa-qrcode:before{content:"";}.fa-barcode:before{content:"";}.fa-tag:before{content:"";}.fa-tags:before{content:"";}.fa-book:before{content:"";}.fa-bookmark:before{content:"";}.fa-print:before{content:"";}.fa-camera:before{content:"";}.fa-font:before{content:"";}.fa-bold:before{content:"";}.fa-italic:before{content:"";}.fa-text-height:before{content:"";}.fa-text-width:before{content:"";}.fa-align-left:before{content:"";}.fa-align-center:before{content:"";}.fa-align-right:before{content:"";}.fa-align-justify:before{content:"";}.fa-list:before{content:"";}.fa-dedent:before,.fa-outdent:before{content:"";}.fa-indent:before{content:"";}.fa-video-camera:before{content:"";}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"";}.fa-pencil:before{content:"";}.fa-map-marker:before{content:"";}.fa-adjust:before{content:"";}.fa-tint:before{content:"";}.fa-edit:before,.fa-pencil-square-o:before{content:"";}.fa-share-square-o:before{content:"";}.fa-check-square-o:before{content:"";}.fa-arrows:before{content:"";}.fa-step-backward:before{content:"";}.fa-fast-backward:before{content:"";}.fa-backward:before{content:"";}.fa-play:before{content:"";}.fa-pause:before{content:"";}.fa-stop:before{content:"";}.fa-forward:before{content:"";}.fa-fast-forward:before{content:"";}.fa-step-forward:before{content:"";}.fa-eject:before{content:"";}.fa-chevron-left:before{content:"";}.fa-chevron-right:before{content:"";}.fa-plus-circle:before{content:"";}.fa-minus-circle:before{content:"";}.fa-times-circle:before{content:"";}.fa-check-circle:before{content:"";}.fa-question-circle:before{content:"";}.fa-info-circle:before{content:"";}.fa-crosshairs:before{content:"";}.fa-times-circle-o:before{content:"";}.fa-check-circle-o:before{content:"";}.fa-ban:before{content:"";}.fa-arrow-left:before{content:"";}.fa-arrow-right:before{content:"";}.fa-arrow-up:before{content:"";}.fa-arrow-down:before{content:"";}.fa-mail-forward:before,.fa-share:before{content:"";}.fa-expand:before{content:"";}.fa-compress:before{content:"";}.fa-plus:before{content:"";}.fa-minus:before{content:"";}.fa-asterisk:before{content:"";}.fa-exclamation-circle:before{content:"";}.fa-gift:before{content:"";}.fa-leaf:before{content:"";}.fa-fire:before{content:"";}.fa-eye:before{content:"";}.fa-eye-slash:before{content:"";}.fa-warning:before,.fa-exclamation-triangle:before{content:"";}.fa-plane:before{content:"";}.fa-calendar:before{content:"";}.fa-random:before{content:"";}.fa-comment:before{content:"";}.fa-magnet:before{content:"";}.fa-chevron-up:before{content:"";}.fa-chevron-down:before{content:"";}.fa-retweet:before{content:"";}.fa-shopping-cart:before{content:"";}.fa-folder:before{content:"";}.fa-folder-open:before{content:"";}.fa-arrows-v:before{content:"";}.fa-arrows-h:before{content:"";}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"";}.fa-twitter-square:before{content:"";}.fa-facebook-square:before{content:"";}.fa-camera-retro:before{content:"";}.fa-key:before{content:"";}.fa-gears:before,.fa-cogs:before{content:"";}.fa-comments:before{content:"";}.fa-thumbs-o-up:before{content:"";}.fa-thumbs-o-down:before{content:"";}.fa-star-half:before{content:"";}.fa-heart-o:before{content:"";}.fa-sign-out:before{content:"";}.fa-linkedin-square:before{content:"";}.fa-thumb-tack:before{content:"";}.fa-external-link:before{content:"";}.fa-sign-in:before{content:"";}.fa-trophy:before{content:"";}.fa-github-square:before{content:"";}.fa-upload:before{content:"";}.fa-lemon-o:before{content:"";}.fa-phone:before{content:"";}.fa-square-o:before{content:"";}.fa-bookmark-o:before{content:"";}.fa-phone-square:before{content:"";}.fa-twitter:before{content:"";}.fa-facebook-f:before,.fa-facebook:before{content:"";}.fa-github:before{content:"";}.fa-unlock:before{content:"";}.fa-credit-card:before{content:"";}.fa-feed:before,.fa-rss:before{content:"";}.fa-hdd-o:before{content:"";}.fa-bullhorn:before{content:"";}.fa-bell:before{content:"";}.fa-certificate:before{content:"";}.fa-hand-o-right:before{content:"";}.fa-hand-o-left:before{content:"";}.fa-hand-o-up:before{content:"";}.fa-hand-o-down:before{content:"";}.fa-arrow-circle-left:before{content:"";}.fa-arrow-circle-right:before{content:"";}.fa-arrow-circle-up:before{content:"";}.fa-arrow-circle-down:before{content:"";}.fa-globe:before{content:"";}.fa-wrench:before{content:"";}.fa-tasks:before{content:"";}.fa-filter:before{content:"";}.fa-briefcase:before{content:"";}.fa-arrows-alt:before{content:"";}.fa-group:before,.fa-users:before{content:"";}.fa-chain:before,.fa-link:before{content:"";}.fa-cloud:before{content:"";}.fa-flask:before{content:"";}.fa-cut:before,.fa-scissors:before{content:"";}.fa-copy:before,.fa-files-o:before{content:"";}.fa-paperclip:before{content:"";}.fa-save:before,.fa-floppy-o:before{content:"";}.fa-square:before{content:"";}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"";}.fa-list-ul:before{content:"";}.fa-list-ol:before{content:"";}.fa-strikethrough:before{content:"";}.fa-underline:before{content:"";}.fa-table:before{content:"";}.fa-magic:before{content:"";}.fa-truck:before{content:"";}.fa-pinterest:before{content:"";}.fa-pinterest-square:before{content:"";}.fa-google-plus-square:before{content:"";}.fa-google-plus:before{content:"";}.fa-money:before{content:"";}.fa-caret-down:before{content:"";}.fa-caret-up:before{content:"";}.fa-caret-left:before{content:"";}.fa-caret-right:before{content:"";}.fa-columns:before{content:"";}.fa-unsorted:before,.fa-sort:before{content:"";}.fa-sort-down:before,.fa-sort-desc:before{content:"";}.fa-sort-up:before,.fa-sort-asc:before{content:"";}.fa-envelope:before{content:"";}.fa-linkedin:before{content:"";}.fa-rotate-left:before,.fa-undo:before{content:"";}.fa-legal:before,.fa-gavel:before{content:"";}.fa-dashboard:before,.fa-tachometer:before{content:"";}.fa-comment-o:before{content:"";}.fa-comments-o:before{content:"";}.fa-flash:before,.fa-bolt:before{content:"";}.fa-sitemap:before{content:"";}.fa-umbrella:before{content:"";}.fa-paste:before,.fa-clipboard:before{content:"";}.fa-lightbulb-o:before{content:"";}.fa-exchange:before{content:"";}.fa-cloud-download:before{content:"";}.fa-cloud-upload:before{content:"";}.fa-user-md:before{content:"";}.fa-stethoscope:before{content:"";}.fa-suitcase:before{content:"";}.fa-bell-o:before{content:"";}.fa-coffee:before{content:"";}.fa-cutlery:before{content:"";}.fa-file-text-o:before{content:"";}.fa-building-o:before{content:"";}.fa-hospital-o:before{content:"";}.fa-ambulance:before{content:"";}.fa-medkit:before{content:"";}.fa-fighter-jet:before{content:"";}.fa-beer:before{content:"";}.fa-h-square:before{content:"";}.fa-plus-square:before{content:"";}.fa-angle-double-left:before{content:"";}.fa-angle-double-right:before{content:"";}.fa-angle-double-up:before{content:"";}.fa-angle-double-down:before{content:"";}.fa-angle-left:before{content:"";}.fa-angle-right:before{content:"";}.fa-angle-up:before{content:"";}.fa-angle-down:before{content:"";}.fa-desktop:before{content:"";}.fa-laptop:before{content:"";}.fa-tablet:before{content:"";}.fa-mobile-phone:before,.fa-mobile:before{content:"";}.fa-circle-o:before{content:"";}.fa-quote-left:before{content:"";}.fa-quote-right:before{content:"";}.fa-spinner:before{content:"";}.fa-circle:before{content:"";}.fa-mail-reply:before,.fa-reply:before{content:"";}.fa-github-alt:before{content:"";}.fa-folder-o:before{content:"";}.fa-folder-open-o:before{content:"";}.fa-smile-o:before{content:"";}.fa-frown-o:before{content:"";}.fa-meh-o:before{content:"";}.fa-gamepad:before{content:"";}.fa-keyboard-o:before{content:"";}.fa-flag-o:before{content:"";}.fa-flag-checkered:before{content:"";}.fa-terminal:before{content:"";}.fa-code:before{content:"";}.fa-mail-reply-all:before,.fa-reply-all:before{content:"";}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"";}.fa-location-arrow:before{content:"";}.fa-crop:before{content:"";}.fa-code-fork:before{content:"";}.fa-unlink:before,.fa-chain-broken:before{content:"";}.fa-question:before{content:"";}.fa-info:before{content:"";}.fa-exclamation:before{content:"";}.fa-superscript:before{content:"";}.fa-subscript:before{content:"";}.fa-eraser:before{content:"";}.fa-puzzle-piece:before{content:"";}.fa-microphone:before{content:"";}.fa-microphone-slash:before{content:"";}.fa-shield:before{content:"";}.fa-calendar-o:before{content:"";}.fa-fire-extinguisher:before{content:"";}.fa-rocket:before{content:"";}.fa-maxcdn:before{content:"";}.fa-chevron-circle-left:before{content:"";}.fa-chevron-circle-right:before{content:"";}.fa-chevron-circle-up:before{content:"";}.fa-chevron-circle-down:before{content:"";}.fa-html5:before{content:"";}.fa-css3:before{content:"";}.fa-anchor:before{content:"";}.fa-unlock-alt:before{content:"";}.fa-bullseye:before{content:"";}.fa-ellipsis-h:before{content:"";}.fa-ellipsis-v:before{content:"";}.fa-rss-square:before{content:"";}.fa-play-circle:before{content:"";}.fa-ticket:before{content:"";}.fa-minus-square:before{content:"";}.fa-minus-square-o:before{content:"";}.fa-level-up:before{content:"";}.fa-level-down:before{content:"";}.fa-check-square:before{content:"";}.fa-pencil-square:before{content:"";}.fa-external-link-square:before{content:"";}.fa-share-square:before{content:"";}.fa-compass:before{content:"";}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"";}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"";}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"";}.fa-euro:before,.fa-eur:before{content:"";}.fa-gbp:before{content:"";}.fa-dollar:before,.fa-usd:before{content:"";}.fa-rupee:before,.fa-inr:before{content:"";}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"";}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"";}.fa-won:before,.fa-krw:before{content:"";}.fa-bitcoin:before,.fa-btc:before{content:"";}.fa-file:before{content:"";}.fa-file-text:before{content:"";}.fa-sort-alpha-asc:before{content:"";}.fa-sort-alpha-desc:before{content:"";}.fa-sort-amount-asc:before{content:"";}.fa-sort-amount-desc:before{content:"";}.fa-sort-numeric-asc:before{content:"";}.fa-sort-numeric-desc:before{content:"";}.fa-thumbs-up:before{content:"";}.fa-thumbs-down:before{content:"";}.fa-youtube-square:before{content:"";}.fa-youtube:before{content:"";}.fa-xing:before{content:"";}.fa-xing-square:before{content:"";}.fa-youtube-play:before{content:"";}.fa-dropbox:before{content:"";}.fa-stack-overflow:before{content:"";}.fa-instagram:before{content:"";}.fa-flickr:before{content:"";}.fa-adn:before{content:"";}.fa-bitbucket:before{content:"";}.fa-bitbucket-square:before{content:"";}.fa-tumblr:before{content:"";}.fa-tumblr-square:before{content:"";}.fa-long-arrow-down:before{content:"";}.fa-long-arrow-up:before{content:"";}.fa-long-arrow-left:before{content:"";}.fa-long-arrow-right:before{content:"";}.fa-apple:before{content:"";}.fa-windows:before{content:"";}.fa-android:before{content:"";}.fa-linux:before{content:"";}.fa-dribbble:before{content:"";}.fa-skype:before{content:"";}.fa-foursquare:before{content:"";}.fa-trello:before{content:"";}.fa-female:before{content:"";}.fa-male:before{content:"";}.fa-gittip:before,.fa-gratipay:before{content:"";}.fa-sun-o:before{content:"";}.fa-moon-o:before{content:"";}.fa-archive:before{content:"";}.fa-bug:before{content:"";}.fa-vk:before{content:"";}.fa-weibo:before{content:"";}.fa-renren:before{content:"";}.fa-pagelines:before{content:"";}.fa-stack-exchange:before{content:"";}.fa-arrow-circle-o-right:before{content:"";}.fa-arrow-circle-o-left:before{content:"";}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"";}.fa-dot-circle-o:before{content:"";}.fa-wheelchair:before{content:"";}.fa-vimeo-square:before{content:"";}.fa-turkish-lira:before,.fa-try:before{content:"";}.fa-plus-square-o:before{content:"";}.fa-space-shuttle:before{content:"";}.fa-slack:before{content:"";}.fa-envelope-square:before{content:"";}.fa-wordpress:before{content:"";}.fa-openid:before{content:"";}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"";}.fa-mortar-board:before,.fa-graduation-cap:before{content:"";}.fa-yahoo:before{content:"";}.fa-google:before{content:"";}.fa-reddit:before{content:"";}.fa-reddit-square:before{content:"";}.fa-stumbleupon-circle:before{content:"";}.fa-stumbleupon:before{content:"";}.fa-delicious:before{content:"";}.fa-digg:before{content:"";}.fa-pied-piper-pp:before{content:"";}.fa-pied-piper-alt:before{content:"";}.fa-drupal:before{content:"";}.fa-joomla:before{content:"";}.fa-language:before{content:"";}.fa-fax:before{content:"";}.fa-building:before{content:"";}.fa-child:before{content:"";}.fa-paw:before{content:"";}.fa-spoon:before{content:"";}.fa-cube:before{content:"";}.fa-cubes:before{content:"";}.fa-behance:before{content:"";}.fa-behance-square:before{content:"";}.fa-steam:before{content:"";}.fa-steam-square:before{content:"";}.fa-recycle:before{content:"";}.fa-automobile:before,.fa-car:before{content:"";}.fa-cab:before,.fa-taxi:before{content:"";}.fa-tree:before{content:"";}.fa-spotify:before{content:"";}.fa-deviantart:before{content:"";}.fa-soundcloud:before{content:"";}.fa-database:before{content:"";}.fa-file-pdf-o:before{content:"";}.fa-file-word-o:before{content:"";}.fa-file-excel-o:before{content:"";}.fa-file-powerpoint-o:before{content:"";}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"";}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"";}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"";}.fa-file-movie-o:before,.fa-file-video-o:before{content:"";}.fa-file-code-o:before{content:"";}.fa-vine:before{content:"";}.fa-codepen:before{content:"";}.fa-jsfiddle:before{content:"";}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"";}.fa-circle-o-notch:before{content:"";}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"";}.fa-ge:before,.fa-empire:before{content:"";}.fa-git-square:before{content:"";}.fa-git:before{content:"";}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"";}.fa-tencent-weibo:before{content:"";}.fa-qq:before{content:"";}.fa-wechat:before,.fa-weixin:before{content:"";}.fa-send:before,.fa-paper-plane:before{content:"";}.fa-send-o:before,.fa-paper-plane-o:before{content:"";}.fa-history:before{content:"";}.fa-circle-thin:before{content:"";}.fa-header:before{content:"";}.fa-paragraph:before{content:"";}.fa-sliders:before{content:"";}.fa-share-alt:before{content:"";}.fa-share-alt-square:before{content:"";}.fa-bomb:before{content:"";}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"";}.fa-tty:before{content:"";}.fa-binoculars:before{content:"";}.fa-plug:before{content:"";}.fa-slideshare:before{content:"";}.fa-twitch:before{content:"";}.fa-yelp:before{content:"";}.fa-newspaper-o:before{content:"";}.fa-wifi:before{content:"";}.fa-calculator:before{content:"";}.fa-paypal:before{content:"";}.fa-google-wallet:before{content:"";}.fa-cc-visa:before{content:"";}.fa-cc-mastercard:before{content:"";}.fa-cc-discover:before{content:"";}.fa-cc-amex:before{content:"";}.fa-cc-paypal:before{content:"";}.fa-cc-stripe:before{content:"";}.fa-bell-slash:before{content:"";}.fa-bell-slash-o:before{content:"";}.fa-trash:before{content:"";}.fa-copyright:before{content:"";}.fa-at:before{content:"";}.fa-eyedropper:before{content:"";}.fa-paint-brush:before{content:"";}.fa-birthday-cake:before{content:"";}.fa-area-chart:before{content:"";}.fa-pie-chart:before{content:"";}.fa-line-chart:before{content:"";}.fa-lastfm:before{content:"";}.fa-lastfm-square:before{content:"";}.fa-toggle-off:before{content:"";}.fa-toggle-on:before{content:"";}.fa-bicycle:before{content:"";}.fa-bus:before{content:"";}.fa-ioxhost:before{content:"";}.fa-angellist:before{content:"";}.fa-cc:before{content:"";}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"";}.fa-meanpath:before{content:"";}.fa-buysellads:before{content:"";}.fa-connectdevelop:before{content:"";}.fa-dashcube:before{content:"";}.fa-forumbee:before{content:"";}.fa-leanpub:before{content:"";}.fa-sellsy:before{content:"";}.fa-shirtsinbulk:before{content:"";}.fa-simplybuilt:before{content:"";}.fa-skyatlas:before{content:"";}.fa-cart-plus:before{content:"";}.fa-cart-arrow-down:before{content:"";}.fa-diamond:before{content:"";}.fa-ship:before{content:"";}.fa-user-secret:before{content:"";}.fa-motorcycle:before{content:"";}.fa-street-view:before{content:"";}.fa-heartbeat:before{content:"";}.fa-venus:before{content:"";}.fa-mars:before{content:"";}.fa-mercury:before{content:"";}.fa-intersex:before,.fa-transgender:before{content:"";}.fa-transgender-alt:before{content:"";}.fa-venus-double:before{content:"";}.fa-mars-double:before{content:"";}.fa-venus-mars:before{content:"";}.fa-mars-stroke:before{content:"";}.fa-mars-stroke-v:before{content:"";}.fa-mars-stroke-h:before{content:"";}.fa-neuter:before{content:"";}.fa-genderless:before{content:"";}.fa-facebook-official:before{content:"";}.fa-pinterest-p:before{content:"";}.fa-whatsapp:before{content:"";}.fa-server:before{content:"";}.fa-user-plus:before{content:"";}.fa-user-times:before{content:"";}.fa-hotel:before,.fa-bed:before{content:"";}.fa-viacoin:before{content:"";}.fa-train:before{content:"";}.fa-subway:before{content:"";}.fa-medium:before{content:"";}.fa-yc:before,.fa-y-combinator:before{content:"";}.fa-optin-monster:before{content:"";}.fa-opencart:before{content:"";}.fa-expeditedssl:before{content:"";}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"";}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"";}.fa-battery-2:before,.fa-battery-half:before{content:"";}.fa-battery-1:before,.fa-battery-quarter:before{content:"";}.fa-battery-0:before,.fa-battery-empty:before{content:"";}.fa-mouse-pointer:before{content:"";}.fa-i-cursor:before{content:"";}.fa-object-group:before{content:"";}.fa-object-ungroup:before{content:"";}.fa-sticky-note:before{content:"";}.fa-sticky-note-o:before{content:"";}.fa-cc-jcb:before{content:"";}.fa-cc-diners-club:before{content:"";}.fa-clone:before{content:"";}.fa-balance-scale:before{content:"";}.fa-hourglass-o:before{content:"";}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"";}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"";}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"";}.fa-hourglass:before{content:"";}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"";}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"";}.fa-hand-scissors-o:before{content:"";}.fa-hand-lizard-o:before{content:"";}.fa-hand-spock-o:before{content:"";}.fa-hand-pointer-o:before{content:"";}.fa-hand-peace-o:before{content:"";}.fa-trademark:before{content:"";}.fa-registered:before{content:"";}.fa-creative-commons:before{content:"";}.fa-gg:before{content:"";}.fa-gg-circle:before{content:"";}.fa-tripadvisor:before{content:"";}.fa-odnoklassniki:before{content:"";}.fa-odnoklassniki-square:before{content:"";}.fa-get-pocket:before{content:"";}.fa-wikipedia-w:before{content:"";}.fa-safari:before{content:"";}.fa-chrome:before{content:"";}.fa-firefox:before{content:"";}.fa-opera:before{content:"";}.fa-internet-explorer:before{content:"";}.fa-tv:before,.fa-television:before{content:"";}.fa-contao:before{content:"";}.fa-500px:before{content:"";}.fa-amazon:before{content:"";}.fa-calendar-plus-o:before{content:"";}.fa-calendar-minus-o:before{content:"";}.fa-calendar-times-o:before{content:"";}.fa-calendar-check-o:before{content:"";}.fa-industry:before{content:"";}.fa-map-pin:before{content:"";}.fa-map-signs:before{content:"";}.fa-map-o:before{content:"";}.fa-map:before{content:"";}.fa-commenting:before{content:"";}.fa-commenting-o:before{content:"";}.fa-houzz:before{content:"";}.fa-vimeo:before{content:"";}.fa-black-tie:before{content:"";}.fa-fonticons:before{content:"";}.fa-reddit-alien:before{content:"";}.fa-edge:before{content:"";}.fa-credit-card-alt:before{content:"";}.fa-codiepie:before{content:"";}.fa-modx:before{content:"";}.fa-fort-awesome:before{content:"";}.fa-usb:before{content:"";}.fa-product-hunt:before{content:"";}.fa-mixcloud:before{content:"";}.fa-scribd:before{content:"";}.fa-pause-circle:before{content:"";}.fa-pause-circle-o:before{content:"";}.fa-stop-circle:before{content:"";}.fa-stop-circle-o:before{content:"";}.fa-shopping-bag:before{content:"";}.fa-shopping-basket:before{content:"";}.fa-hashtag:before{content:"";}.fa-bluetooth:before{content:"";}.fa-bluetooth-b:before{content:"";}.fa-percent:before{content:"";}.fa-gitlab:before{content:"";}.fa-wpbeginner:before{content:"";}.fa-wpforms:before{content:"";}.fa-envira:before{content:"";}.fa-universal-access:before{content:"";}.fa-wheelchair-alt:before{content:"";}.fa-question-circle-o:before{content:"";}.fa-blind:before{content:"";}.fa-audio-description:before{content:"";}.fa-volume-control-phone:before{content:"";}.fa-braille:before{content:"";}.fa-assistive-listening-systems:before{content:"";}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"";}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"";}.fa-glide:before{content:"";}.fa-glide-g:before{content:"";}.fa-signing:before,.fa-sign-language:before{content:"";}.fa-low-vision:before{content:"";}.fa-viadeo:before{content:"";}.fa-viadeo-square:before{content:"";}.fa-snapchat:before{content:"";}.fa-snapchat-ghost:before{content:"";}.fa-snapchat-square:before{content:"";}.fa-pied-piper:before{content:"";}.fa-first-order:before{content:"";}.fa-yoast:before{content:"";}.fa-themeisle:before{content:"";}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"";}.fa-fa:before,.fa-font-awesome:before{content:"";}.fa-handshake-o:before{content:"";}.fa-envelope-open:before{content:"";}.fa-envelope-open-o:before{content:"";}.fa-linode:before{content:"";}.fa-address-book:before{content:"";}.fa-address-book-o:before{content:"";}.fa-vcard:before,.fa-address-card:before{content:"";}.fa-vcard-o:before,.fa-address-card-o:before{content:"";}.fa-user-circle:before{content:"";}.fa-user-circle-o:before{content:"";}.fa-user-o:before{content:"";}.fa-id-badge:before{content:"";}.fa-drivers-license:before,.fa-id-card:before{content:"";}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"";}.fa-quora:before{content:"";}.fa-free-code-camp:before{content:"";}.fa-telegram:before{content:"";}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"";}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"";}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"";}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"";}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"";}.fa-shower:before{content:"";}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"";}.fa-podcast:before{content:"";}.fa-window-maximize:before{content:"";}.fa-window-minimize:before{content:"";}.fa-window-restore:before{content:"";}.fa-times-rectangle:before,.fa-window-close:before{content:"";}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"";}.fa-bandcamp:before{content:"";}.fa-grav:before{content:"";}.fa-etsy:before{content:"";}.fa-imdb:before{content:"";}.fa-ravelry:before{content:"";}.fa-eercast:before{content:"";}.fa-microchip:before{content:"";}.fa-snowflake-o:before{content:"";}.fa-superpowers:before{content:"";}.fa-wpexplorer:before{content:"";}.fa-meetup:before{content:"";}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0;}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto;}.row{margin-left:* -1;overflow:inherit;}.row:before,.row:after{content:" ";display:table;}.row:after{clear:both;}html{overflow-x:hidden;}*,html{outline:none !important;}:root{--primary-color:#0065b3;--secondary-color:#ff266f;}body{background-color:#fff;color:#666;font-size:14px;line-height:normal;font-family:"Poppins",Helvetica,Arial,sans-serif;}body.home-style14,body.home-style15{font-family:"DMSans",Helvetica,Arial,sans-serif;}body .body-wrapper{overflow:hidden;position:relative;}body a{color:#333;}body a:hover{color:var(--color);text-decoration:none;}body a:focus{text-decoration:none;}body h1,body h2,body h3,body h4,body h5,body h6{margin:0 0 10px 0;}body input,body textarea,body button{outline:medium none !important;border:1px solid #0065b3;margin-bottom:10px;-webkit-border-radius:4px;-moz-border-radius:4px;-o-border-radius:4px;-ms-border-radius:4px;border-radius:4px;padding:0px 5px;}body img{display:block;max-width:100%;height:auto;}body ul{padding:0;}body ul,body ol{margin-left:15px;}.rtl body ul,.rtl body ol{margin-left:0;margin-right:15px;}body .container{padding:0;}body.boxed-layout .body-wrapper{width:1200px;background:#fff;margin:0 auto;box-shadow:0 0 8px #000;}.title-filter{color:#111;font-weight:bold;text-transform:uppercase;}.clearfix:after{height:0;clear:both;content:" ";font-size:0;min-height:0;display:block;visibility:hidden;}.float{float:none !important;}table{margin-bottom:20px;}.thumbnail{max-width:100%;}.size-full{width:100%;height:auto;margin:0 0 30px 0;}.alignleft{float:left;margin:0 15px 30px 0;}.rtl .alignleft{float:right;margin:0 0 30px 15px;}.aligncenter{display:block;margin:0 auto 30px auto;clear:both;}.alignright{float:right;margin:0 0 15px 15px;}.rtl .alignright{float:left;margin:0 15px 15px 0;}.alignnone{float:none;clear:both;display:block;margin:0 0 30px 0;}p .size-full{width:auto;height:auto;margin:5px 0 30px 0;}p .alignleft{float:left;margin:5px 15px 30px 0;}.rtl p .alignleft{float:right;margin:5px 0 30px 15px;}p .aligncenter{display:block;margin:5px auto 30px auto;}p .alignright{float:right;margin:5px 0 15px 15px;clear:both;}.rtl p .alignright{float:left;margin:5px 15px 15px 0;}p .alignnone{float:none;display:block;margin:5px 0 30px 0;}figure .size-full{margin:0;}.video-wrapper{position:relative;padding-bottom:56.25%;padding-top:25px;height:0;}.home.blog .video-wrapper{display:inline;}.video-wrapper iframe{position:absolute;top:0;left:0;width:100%;height:100%;}ul.menu,.dropdown ul{list-style:none;margin:0;}.loading{position:relative;z-index:2;height:300px;overflow:hidden;}.loading:before{background:url("data:image/gif;base64,R0lGODlhTQBNAPcAAAAAAAEBAQICAgMDAwQEBAUFBQYGBgcHBwgICBYODi8YGVkoK4U5Pq5IT8dRWdRWX9tZYd9aY+BaY+BaY+BaY+BaY+BaY+BaY+BaY+BaY+BaY+BaY+BaY+BaY+BaY+BaY+FbY+FbY+FbY+FbY+ViY+psYvF5YPN9YPN9YPN9YPN9YPN9YPN9YPN9YPN9YPN9YPN9YPR+YPR+YPSFYfexafexafexafexafexafexafexafexafexafexafexafexafexafexafexafiyaviyaviyaviyaviyaviyaveyaveyaveyaveyaveya/eybPezbvezbvezb/ezb/e0b/e0cPe0cPe0cPe0cPe0cPe0cPe0cPe0cPe0cPe0cPe0cPa0cPa0cPW0cPS0cPO0cPO0cPK0cPK0cPK0cPO1cfO1cfK1cfK1cfK1cfC1ceq2c9u4d8W7frK+g62/hK2/hK2/hK2/hKy+hKu9gqu9gau9gau9gau9gau9gau9gau9gau9gau9gau9gau9gau9gau9gau9gaq8gaq8gaq8gaq8gZ6xgo6jhYSbhoSbhoSbhoSbhoSbhoSbhoSbhoSbhoSbhoSbhoSbh4Sbh4Sbh4Sbh4Sbh4Sbh4Sbh4WciIedioiei4iei4iei4iei4iei4iei4mfjIufjZKikZqllaepnL6yp9+9uO3Cv/PEwvTFw/bGwvfHwfjJwfrLwPrLwPrOw/rSyPvWzfvXzvvXzvvXzvvXzvvXzvvY0Pvb1Pzg2fzi3Pzj3vzk3/zl4Pvm4vvn5fvo5vzs5/zx6P3y6P3y6P3z6P3z6P3z6P3z6Pzz6Pry6fXx6u/w6+3w7O7w7O7x7PHz6/Hz6/L07PX17vn38v359f759v769v769/77+P78+/7+/v7+/v7+/v7+/v///////////////////////////////////////////////////////////////////////////////////////////////////////////////yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAwDkACwAAAAATQBNAAAI/gDJCRxIsKDBgwgTKlzIsKHDhxAjSpxIsaLFiwWVadzIsaNHjd8wiiRIZYjJkyhTqhyibKTLkitjqmzpUiRMmThZ1ix4TJbPn0CDHht4M2dM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vIGqvIGluIKfs4SZrYWIn4iFnIiFnIiFnIiFm4iEm4eEm4eEm4eEm4eEm4eEm4eEm4eEm4eEm4eEm4eEm4eEm4eGnImHnYqInouInouInouInouKnoyQn42Yn5CroZa5o5rUrKbnsq/stLHvuLXzwbv1xrv3y7r507n717f72Lb72Lb72Lb72bf73L373cL728X62Mb618f73MX738T74cb85dD85tT85tT85tT85dX85Nb849n85d785+H86uX67Of27eny7uru7+vt7+zt8Ozv8ezx8uvy9Ovz9Ozz9e34+PP6+vf6+/f6+/j6+/j7/Pn7/Pr+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7///////////////////////////////////////8I/gDtCRxIsKDBgwgTKlzIsKHDhxAjSpxIsaLFixgzatzIsaPHjxKTzRpJsqTJkcZAagT2paXLlzBbzlKZkWXMmy5n0hxIbZfPn0B3UTtoE+dNnTvtFVvCtKnTJcWIGsWJdOfSp0+jGiw69WVVh7tWiRWbkuFVrE21FuTaVabEVTbixn3V8CxaqFLben0rd27du2nz6nUbEW5fumYBM1VLkG3brw0Ny0W80C5axgMdd4XMULLfxIoxC9Q8lfNCY69Sp072N7TgwaY9WsYq2h5po7E7zs76Wm9ujtmSCR9OPFm23o+TWrxNVXlF5kedU6QGrLr169irs5bOvTvDa9nC/osfT758tm3eF7Khw769+/fw6URLr3B9/Pvw539M1qu///8A9redffgVKB9IvQzmUi8CEWjgffp5lKCCXzBoj4MP5scQNcV06OGHxRxn0IQKWohhhu5FmNAuii2xXUEkDmYiihAyxKJiLxIUo14z0qjhQjcCluNAO7bVo48p2tjikAIV2dWRSLKnIkJB3sWkPU5OBWWUUx5UJVpXZmnUlkh2adCXWIVJYYUNRpkkkEseJCZOZPpoZkFoPqUmhXXSeCdBeTq1Z4ltuimlkjjKuWafKP7JE4iQigjjooUa6qhFc97EaIaXVpRpTJs+2ClF/AVoqn8DGnoofQidaCer/q2qeiBH17Bh66245qqrraaU4uuvwAYrbCnNdHSNrHSE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zcPEzcPGzcTSy8XgyMbnx8bsxsfyxsfzxcf0xcf1xcX2xsL3xr34x7r4yLf5y7X5zrL60bD60q/607D61bD617L617T72bj72br72rz72rz72b771sL61Mb608b61Mf61sj72cr73Mv84Mz84cz84sz84s374s/64dL54dXz4dnq4drj4dre4dvb4dva4dva4dva4dva4dva4dva4drb4trc49nd5Njf5dbg5tXh59Th59Ti6NTj6dbl69jn7Nvo7d3p7t7p7t/q7+Dq7+Dq7+Dq7+Hr8OHr8OLt8eTv8ufx8+ry9Ozy9O3z9e3z9O318+z37+v57On66+j76uf76eb76Ob76ef76+b87uf78ez79PH7+PX7+vj8+/r9/f3+/v7///////////////////////////////////////////////////////////////8I/gDhCRxIsKDBgwgTKlzIsKHDhxAjSpxIsaLFixgzatzIsaPHjyBDiuwYDpPJkyhPrhu5EZOJlzBjwizHUqNLmThN0KyJ8WbOmDsTnuNEtCinczwJ+vz5MijCVjuiSt3R6iG6UVix2qK4lKnTg1CnRq3qkBaUs2dDcWUKdGFYsWQbmkULRe3Erj+/Gnw7NS7DuWjtSsSbU29BvlL9LgScdi3bpm7Fjn3IuK7jx4YJIp7sMB2tz5/RXWabeaA6XKhT41KXdCBhnKVbN3wtM7bshevK6d7Ne3e728CDCx9OvLjx48iTK1/OvLlzhe2sSZ9O3drK5wW7ZdnOvXuWZRTP/rkaT94Va5HavXsHP7GT5B24rKKaP180w/TqubOX6F5yfIeo0AUFKg3hl993FPUn1n8NBUgXgfcdqF+C7zHIkINoQbiQgfntF5GCU1m4EIZnaagQh+p5CBGIUomoEIkDFijhdio+xGJULiaEDn31yThjjQ6JV95454WE4nrYZTcjgkkOFF111V3X5JRUVmnllVhmqWWBvXTp5ZdgdqnNc77sYeaZaKZp5iJkqukmmmzW1E43dNZpZze/GVTmm2/GyZI0S0pz0J58qunnSIDOKKiehbp5qEPogPZZOg0lKuGiBRHa6JmPNhSKgLRUGuigm6bZKUOf0hUqQ5YeiClBeJqWeupCqaK16kKt5vfqQLFuOqtCtZ51q0K5qrerQL02+mtCwUIxbELFencsPMkWuixCtmSFlX24jspoqZzyFG1301bL57UbjctdueCGW9M6y8Qr77zLSAlru2u2iS+6w5nb53PaNCLwwAQXLDAvWyas8MIMNxxSQAAh+QQJAwDzACwAAAAATQBNAIcAAAABAQECAgIDAwMEBAQFBQUGBgYHBwcICAgJCQkKCgoLCwsMDAwNDQ0ODg4PDw8QEBARERESEhITExMUFBQVFRVNKCvXV2DgWmPgWmPgWmPgWmPgWmPgWmPgWmPgWmPgWmPgWmPgWmPgWmPgWmPgWmPhW2ThW2ThW2ThW2ThW2ThW2ThW2ThW2ThW2PiXWPnZmLtcmHyemDzfWDzfWDzfWDzfWDzfWDzfWDzfWDzfWDzfWDzfWDzfWDzfWD0fmD0fmD0fmD0fmD0fmD0g2H1j2P2nGX3p2f3rWn3r2n3sWn3sWr3smv3s2z3tG/3tXH3tnP3t3X3uHf3uXn4u374vYH4v4T4wIb4won4w435xZD5xpL5x5P5yJX4yJf4yZj3yZj2yZjzyZjsyJblx5PbxZDKwou4v4WvvYKrvYGrvYGrvYGrvYGrvYGrvICrvICrvICqvIGqvIGqvIGqvIGqvIGqvIGqvIGqvIGqvIGqvIGouoGdsYOMooWFnIaEm4aEm4aEm4aEm4aEm4aEm4aEm4aEm4aEm4eEm4eEm4eEm4eEm4eEm4eEm4eEm4eEm4eEm4eJnIqgo5XArKXSsa/etbXmuLntur3wu77xu7/xu7/xu7/xvL/wvMDuvsHpwcLhx8XZzcjS0cvO08zN1c3M1c3M1c3M1c3N1s3S2s7X3s/a4dDd5NHf5dLg5tTh59bi59nj6N3k6uLl6uTm6+bm6ubm6ubm6+Pn7ODo7d7o7d7o7d7p7N7t6d304d333t743t743d353dz63dn63Nf73NX729P72tD618z61Mf608X60cT60cX60sb60sj608r61s772dP739n849785eH85+L96eT96uT86uX86+X86+X86+b77Ob77ef57uj28er08uvz8+vz8+vy9Ovy9Ovy9Ovy9Oz19O339O/39PD49fL59/T5+PX6+ff6+vj9/Pv+/f3+/v7+/v7///////////////////////////////////////////////////8I/gDnCRxIsKDBgwgTKlzIsKHDhxAjSpxIsaLFixgzatzIsaPHjyAlUuNE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fmD0fmD0fmD0fmD0fmD0fmD0fmD0fmD0fmD0iGH3qGj3sWn3sWn3sWn3sWn3sWn3sWn3sWn3sWn3sWn3sWn3smr3smr3sWr3sWr3sWr0sWrYq3Gwo3uUnoKHm4aEm4aEm4aEm4aEm4aEm4aEm4aEm4aEm4aEm4aHnYaOo4WVqoSdsYOktoOouoSrvYStvoSvwIexwYu0xJC4x5W7yZq/y57DzaPRzqzdz7Pvzbv4zL75zb/5z8D60MH60cP71cf72sv72sz72s372c372c372sz638rz3czi29Da29LZ29Tg3dnq4N735OX55eb55eb65eb65eb75eb75eP85eH85d/85tz859v86dn86tj86tj86tn87N387+P88OT88eX88eb88uf78ej28Onz8Orx8Ovw8Ozv8Ozx8u709PD59vP69/P8+PT9+PX9+fX9+fb9+vf++vj+/Pr+/v3+/v7+/v7+/v7+/v7+/v7+/v7////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+/v7///////////////////////////////////////////////8I/gB5CRxIsKDBgwgTKlzIsKHDhxAjSpxIseJAWpQyatzIsSMlSRZDIpSkoKTJkyhTKiAhsiVBkipjpmTp0iVMmThX1rSZMydNXqT6CB1KtCipnQVv9lT5s9CPp1CjSi2E9OVSmU2lao1KtapApVdPZt26tevBWIjSqlU7qiHYsCXHkp2aUNSVu3jxInILd+ZAp3PpIrSbN+9ehm/hyg381KxBwoXvHl6YOOxixo4LQo48WWHlq5cDZya4uXDnhJ+Xhp47emBpw3z7iv3LmGvdyHpjy45Lu3bj27ivnB652+Rqsq0Fvs6NuDhvgYB9J+dFa5T169dj6d59vKzXr851/kL3/ft76p4/X11az769+1ffeZ33GZ/ifJw/60OU9KK///8ABvgCDfoVaOCBCCaooEWkFOLggxBGCN+CEfFB3g+XUFjhhRlq+JCF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AAAATQBNAIcAAAABAQECAgIDAwMEBAQFBQUgEBGkQ0rZWGDgWmPgWmPgWmPgWmPgWmPgWmPgWmPgWmPgWmPgWmPgWmPgWmPgW2PhW2ThW2ThW2ThW2ThW2ThW2ThW2ThW2ThW2ThW2ThW2ThW2ThW2ThW2ThW2ThW2ThW2ThW2ThXGXhXWbhXmfhX2jhX2jhYGnhYGnhYGnhYGnhYGnhYWrhYWrhYWrhYWrhYWrhYWrhYWrhYWrhYWrhYWrhYWrhYWrhYWrhYWrhYWriYmriYmriYmrjY2rkZWnoa2fscWTxemHzfWDzfWDzfWDzfWDzfWDzfWDzfWDzfWDzfWD0fWD0fmD0fmD0fmD0fmD0fmD0fmD0fmD0fmD0fmD0fmD1jmP3sGn3sWn3sWn3sWn3sWn3sWn3sWn3sWn3sWn3sWn3sWn4smr4smr3smr3smr3smr3smr1smritXDDuXmwvH+svICrvICrvICrvICrvICqvICqvIGqvIGqvIGqvIGqvIGqvIGnuoGesoKSp4SKoYaGnYaFm4aFnIeFnIeGnIeHnYiInomOoIuio4/EqJXhrJnvrZr1rZv2rZr3rZr3rZr3rZr3rZr3rZr3rpv3r533sqD3tKP3tqb4t6j4uKn4uar4uar4uar4uar4uar4uar4va75wLL4xLb4xrn4xrj2xrjxxrnrxrrjx7rex7vXyLvXybzWzL7X0cHX2cXZ3sjZ38vY38/Y4NDb4tDe5dHf5tLg5tPh59Tj6Nbm6trp69zr7Nzv69r159L55M3748v848r84sr84sr848v85Mz85c796NP96df96tn96dn96tn96dr86dz76OD75uT65ub65uf65uf66Of77Oj88Oj88uj88+j88+j88+j78+n78+n78+v79O389vD7+fT8+vb8+/f8+/f8+/j8+/n9/Pr9/fv+/fv+/fz+/v3+/v7+/v7///////////////////////////////////////////////////////////////////////8I/gDdCRxIsKDBgwgTKlzIsKHDhxAjSpxIseLAc9MyatzIsWNGiyARTrNAsqTJkygtyAjJkuDIlDBRriRmqabNmzhvEmtZ8GXMnyrddZpCtKjRo0Y78XQJFOjKoUijHlW6VKDPpimfSt1KlOrAccbCih0r9tvCq1hPauUq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8pQxHzRzxx/j++++Df2MctAF50s0Q9a44rTTzyA9sdIB9yt0yEtve/NjOZsTzddghx2NuNpuXVjO6y5kNl9op51QMVbFTVV+btdt99145633Bt589613QAAh+QQJAwDjACwAAAAATQBNAIcAAAABAQFSIiWxSE/YV2DgWmPgWmPgWmPhW2ThW2ThW2ThW2ThW2ThW2ThW2ThW2ThW2ThW2ThW2ThW2ThW2ThW2ThW2ThW2ThW2ThW2ThXWXhXWbhXmbhXmfhX2fhYGjhYGjhYWnhYWnhYWnhYWnhYWniYWniYmrjYmrjYmrjYmrjYmrjY2rkY2rkY2rkY2rkZGrmZmnoa2fqbmbscWXudWPye2DzfWDzfWDzfWDzfWDzfWD0fmD0fmD0fmD0fmD0fmD0fmD0fmD0fmDzfmDzfmDzfmDzfmDzfmDzfmDzf2HzgGPzgWTzgmTzgmXzgmXzgmXzgmXzgmXzg2bzg2bzg2bzg2bzg2bzg2bzg2bzg2bzg2bzg2bzg2bzg2bzhGbzhGbzhGbzhGb0hGf0hGf0hWf0h2f0imf1kGf1mGj2omj3q2n3sWn3sWn3sWn4smr4smr4smr4smr4smr4smr4smr4smr4smr4smr4smr4smr4smr4smr4smr4smr3sWr3sWr3sWr3sWr3sWrwsGvTqnOvo3ySnYOIm4WFm4aEm4aEm4aEm4aEm4aEm4aEm4aFnIaIn4aQpoWcsIOnuYGqvIGqvIGqvIGqvIGqvIGqvIGqvIGqvIGqvIGrvYGrvYG4v4bhyJb0zJ74zaD5zaD5zaD5zaD5zqH5z6T50aj506z61K761K761a/61a/61a/61rD72LX73Lz73b773b773b723L/u28Hi2sba2snc387f49Lg5dbi6Nni6Nrm697o7d/o7d/p7eDv6+H36eP66eT76OX86eX76OX76OX76OX66ub47ej28Or18+z09e329e/59vL99/b99/b9+Pb9+Pb9+ff9+/v+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7///////////////////////////////////////////////////////////////////////////////////////////////////////////////////8I/gDHCRxIsKDBgwgTKlzIsKHDhxAjSpxI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97Rw97Vx97Vx97Vx97Rw97Rw97Rw97Rw97Rw97Rw97Rw97Rw9bRx77Ny4K91yKp5qaN/j52Eh5uGhJuGhJuGhJuGhJuGhJuGhJuGhJuGhJuGhJuGhJuGhJuGhJuGhJuGhJuGhJuGhJuGhJuGhJuGhJuGiJ6GmK2DqbuBqryBqryBqryBqryBqryBqryBqryBqryBqryBq72Bq72Bq72Bq72Bq72Bq72Cvcugzde809zH1N3K1N3N1d3L1d3H1d7G2ODI2+PK3eTL3eTM3eTM3uXN3+XP4efR5erX5urY5uvZ6Ora7ene8+fi+OXm+eXm+uXn+uXn+ubn++fn/Onm/Orm/evm/ezm/e/n/fHo/fPo/fPo/fPo/fPo/PPo+vLp9PLq8PHr7/Hr8PHs8PHs8fLt8/Tu9vXw+ffz/Pn0/fr2/vr3/vr3/vr3/vr2/vr2/vr2/vr3/vv4/vz7/v38/v7+/v7+/v7+/v7+/////////////////v7+/v7+////////////////////////////////////////////CP4A3wkcSLCgwYMIEypcyLChw4cQI0qcSLHiwHTIMmrcyLEjsmLNQoocSbJkyGfQUqpcybIltHQGjSWYSbOmzZsJLrzYybOnz5872UwZSrSo0aNToMXEyRSnTqBQgQpFSvWo0oIym2qd+TSq16BVwxK9SjDr1qZdv0adKrYq2YFmzzpV+5VtW6RvBcaVazMt3Z927xrN+24vX5p+//YMLHjs0sM3EysG29jqY8g1JU9mXJmwYciaFXNu7Blz38lSK1vGajozasCqB19uHfrvaMGlW3N97fP23dy6a9P13RY4bd6LYxc1blq4WuJimWN2Xle5Y9a6cyLnCT2sdNDbKf5b/36Yutfubmc3D/8CPVXCxT7In0+/vv0PIojo38+/v3/9dwQo4IAEFhggYcyE14N1RJFj0UEJbrcgg1M4+GBBESI3IYMOdrPLhyCGKOKH2CSUIW8bWucgMKi06OKLMLZYi4kKUljhOyzGqKOLMyJ04mspKrfijkT2CGGNFA5JpI5GGvQjakHGpuSSMDaJIZIc4khljFYS9ORkUao25ZYy0iihjWOS2eVAXyoWZmVpbrmmQG3+9WZjcVI55zt10nWnYHkuuWefav15V6BFmqkhmlqSyaOiKDKao6OoDIqlio1SaumZSWbq6KaLdjrpp5ACyaiHI6YKYok+Xirkhf5XcpolrAM9Y+Ctt4aj66689uqrrrQSBA2FbARL67AMFvtON8A06+yz0DbbjbHCEitQLpS2mAu1AyFrnbLYZrstt+94qxy42aIybkHqZOPuu/BmAw5D5saGrrgHYZPIvvz2m4gs9Fr7TriUrkuQvv76C/BC9ap2b8H5JqxwwMlem67BAyEs8b4LK9RwZQ87irFAGm/ccUIfNxYymSO/U7LEJyOUsmArb9nyywnHfNDMd9VM5c0b86uzQTy35fOSQAf9L8XfWoyvQThPzLDABIscsdJDF1S0WEcT2TI4soQt9tiybMP0uU5DTO7WYXW9Y8uwsl2VstjUYvfdeOdtNx+r3MpNlbLkUuQ3UoAHLlE6LiWeuOGMN+7445BHTm1AACH5BAkDAOsALAAAAABNAE0AhwAAAAEBASoTFMJPV+BaY+BaY+FbZOFbZOFbZOFbZOFbZOFbZOFbZOFbZOFbZOFbZOFbZOFbZOFbZOFbZOFdZuFfaOFgaOFhaeJhaeJiauNiauNiauNjauRkaeVlaedpaOlsZu5zZPJ7YPN9YPN9YPN9YPN9YPN9YPN9YPN9YPN+YPN+YPN+YPN+YPN+YPN+YPN+YPN+YPN+YPN+YPN/YfKBY/KCZPKDZPKEZfKEZfKEZfKEZfKEZfKEZfOEZfOFZvSFZvSGZvSGZvWHZ/WJZ/WOZ/aVaPagaPerafexafexafexafiyaviyaviyaviyaviyaviyaveyaveyaveyaveybPezbvezb/ezb/e0cPe0cPe0cPe0cfe0cPe1cfe0cPe0cPe0cPe0cPe0cPK1cbm7fau8gKu8gKu8gKu8gKu8gKu8gKu8gKu8gKu8gKu8gKu8gKu8gKu8gKu8gKu8gKu9gau9gau9gau9gau9gau9gau9gaq8gaq8gam7gZitg4mfhoWbhoSbhoSbhoSbhoSbhoSbhoSbhoSbhoSbhoSbhoSbhoSbhoSbhoSbhoSbh4Sbh4Sbh4Wch4qgipWpka6+n77LqcbRrcjTrsnUr8nUr8nUr8nUr8vWss3Ytc/ZuNDautHbu9Hbu9Hbu9Hbu9Hbu9Hbu9Hbu9LcvdXewdfgxNnhx9riyNriyNriyNnhytfgzNbez9Xd0dTc09Xd09bd09fe1Nnf1d3h1uXj2u3k3/Hl4fbl5Pnl5vrl5/rm5/rm5/vo5vzq5v3r5v3s5v3s5v3t5/3w5/3y6P3z6P3z6P3z6P3z6Pzz6Pfy6vDx7O7w7O3w7e7x7u7x7vDy7/P08Pb28vv49P359f369v769v769v769/779/77+P78+f79+/79/f7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v///////////////////////////////////////////////////////////////////////////////////wj+ANcJHEiwoMGDCBMqXMiwocOHECNKnEix4kBwvzJq3Mix469exEKKHEmyZMhjyVKqXMmyZTJwBn0ZmEmzps2bBi6o2Mmzp8+fO7MwGUq0qNGjTJLFxMkUp06gUIEKRUr1qNKCMptqnfk0qtegVcMSvUow69amXb9GnSq2KtmBZs86VfuVbVukbwXGlWszLd2fdu8azbtuL1+afv/2DCx47NLDNxMrBtvY6mPINSVPZlyZsGHImhVzbuwZc9/JUitbxmo6M2rAqgdfbh3672jBpVtzfe3z9t3cumvT9d0WOG3ei2MXNW5auFriYpljdl5XuWPWunMi5wk9rHTQ2yn+W/9+mLrX7m5nNw+vAj1Vwr04yJ9Pv759Dh+G6N/Pv79//V4EKOCABBYYIGHDhIeDdURpY9FBCW63IINMaAMNKhhmqOGGGuaCUITITcigNqzUYeKJKKaIYiYfKkhhhSWqKGOKLELoIoUkzqijiTUaBCJvIlqX444z9ljQj68FqdyQRKpoJEFIoqZkbEw2uWKLEr5YpZU8YhmiljFyeeKTA0U52ZSqbcklmQKZqRialalpJZvruPkXnI3J2SSddtKFp2B6EsnnjSOGKWYdg2aJo6FiJvrlooeO6SWQYEbapY2KFmopopMmWamljlIKKaidSqnlhRymuqGHmD464oP+Bh1j4KyzdmPrrbjmqqutsBqUDIVZrAMNK8QWa+yxxkLTq6/ArhPKpqEsW9CvDAb7rKXRSjsQtdZZC21B4Egj7rjkjnvNQtwq5y22BUXzyLvwxgvvLOg2e22k2Q7krrz8PkKvQunGti6+7fbL778JBazawIfmK9C+Bs9bb7XOfksQxBH7O3G3FbN7ccYSA2yvxfqC/C7CCClcGcNiOrwOxhGjfJDKjbHMpcswGywzsxTf23DBJu887cgelxz0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AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA") no-repeat center center #fff;background-size:60px 60px;content:"";position:absolute;left:0;top:0;bottom:0;right:0;z-index:99;display:block;}.rtl .loading:before{left:0 !important;right:0 !important;}.loading.clearfix{overflow:hidden;}.loading.add_to_cart_button:before{background:url("data:image/gif;base64,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") no-repeat center center #fff;}ul.breadcrumb{margin:0 0 20px;}input.input-text:focus,select:focus,textarea:focus{background-color:#fafafa;}input:-webkit-autofill,textarea:-webkit-autofill,select:-webkit-autofill{background-color:transparent;}.wpb_map_wraper iframe{pointer-events:none;}.quote-border{-webkit-border-radius:3px;-moz-border-radius:3px;-o-border-radius:3px;-ms-border-radius:3px;border-radius:3px;background-color:#f4f4f4;padding:20px;margin-bottom:10px;font-style:italic;border:1px solid #ddd;}.gallery{padding:0;margin:0;display:grid;list-style:none;grid-column-gap:20px;grid-row-gap:20px;justify-content:center;}.gallery.gallery-columns-2{grid-template-columns:1fr 1fr;}.gallery.gallery-columns-3{grid-template-columns:repeat(3,calc(100% / 3 - 20px));}.gallery.gallery-columns-4{grid-template-columns:repeat(4,calc(100% / 4 - 20px));}.gallery.gallery-columns-5{grid-template-columns:repeat(5,calc(100% / 5 - 20px));}.gallery.gallery-columns-6{grid-template-columns:repeat(6,calc(100% / 6 - 20px));}.gallery.gallery-columns-7{grid-template-columns:repeat(7,calc(100% / 7 - 20px));}.gallery.gallery-columns-8{grid-template-columns:repeat(8,calc(100% / 8 - 20px));}.gallery.gallery-columns-9{grid-template-columns:repeat(9,calc(100% / 9 - 20px));}.gallery.gallery-columns-10{grid-template-columns:repeat(10,calc(100% / 10 - 20px));}.gallery li{text-align:center;padding:0;}.gallery li:before{content:"";}.gallery li > a{padding:0;}.gallery .thumbnail{display:block;-webkit-border-radius:0;-moz-border-radius:0;-o-border-radius:0;-ms-border-radius:0;border-radius:0;border-radius:20px;background:#fff;border:none;position:relative;transition:all .3s ease;overflow:hidden;padding:0;}.gallery .caption{overflow:hidden;padding-top:12px;font-size:14px;text-overflow:ellipsis;white-space:nowrap;}.gallery .caption h4{font-size:14px;}.responsive-slider:hover .res-button{opacity:1;}.responsive-slider .res-button{height:40px;width:40px;border:1px solid #eee;border-radius:50%;background-color:#fff;opacity:0;}.responsive-slider .res-button:before{height:38px;line-height:34px;}.responsive-slider .res-button:hover{background-color:#0065b3;border-color:#0065b3;color:#fff;}.responsive-slider .res-button:hover:before{color:#fff;}#yith-woocompare-preview-bar.shown{display:none !important;}.bt-15{font-size:14px !important;color:#fff !important;text-transform:uppercase;background-color:#0065b3 !important;border-radius:4px !important;line-height:40px !important;padding:0 35px !important;display:inline-block;}.bt-15:hover{opacity:.8;}.wpb_revslider_element .tp-bullets.custom{margin-left:-60px;width:120px !important;}.wpb_revslider_element .tp-bullets.custom .tp-bullet{width:30px !important;height:6px !important;background-color:#fff !important;position:relative !important;display:inline-block !important;border-radius:3px !important;cursor:pointer;box-sizing:content-box;text-align:center !important;left:0 !important;}.wpb_revslider_element .tp-bullets.custom .tp-bullet + .tp-bullet{margin-left:10px !important;}.rtl .wpb_revslider_element .tp-bullets.custom .tp-bullet + .tp-bullet{margin-right:10px !important;margin-left:0 !important;}.wpb_revslider_element .tp-bullets.custom .tp-bullet:hover{background-color:#0065b3 !important;}.wpb_revslider_element .tp-bullets.custom .tp-bullet:after{display:none;background-color:transparent;box-shadow:none;}.wpb_revslider_element .tp-bullets.custom .tp-bullet.selected{width:30px !important;height:6px !important;border-radius:3px !important;background-color:#0065b3 !important;}.wpb_revslider_element .see-more{color:#111;font-weight:600;font-size:14px !important;vertical-align:top;display:inline-block;-webkit-transition:all .3s !important;-moz-transition:all .3s !important;-o-transition:all .3s !important;-ms-transition:all .3s !important;transition:all .3s !important;border-radius:30px;background:#0065b3;height:45px;line-height:44px !important;padding:0 45px !important;letter-spacing:1px;}.wpb_revslider_element .see-more:hover{background:var(--darken10);border-color:#0065b3;-webkit-transition:all .3s !important;-moz-transition:all .3s !important;-o-transition:all .3s !important;-ms-transition:all .3s !important;transition:all .3s !important;}.wpb_revslider_element .see-more2{color:#fff;border:1px #fff solid;font-size:12px !important;height:35px;line-height:34px !important;padding:0 25px !important;vertical-align:top;display:inline-block;-webkit-transition:all .3s !important;-moz-transition:all .3s !important;-o-transition:all .3s !important;-ms-transition:all .3s !important;transition:all .3s !important;}.wpb_revslider_element .see-more2:hover{color:#0065b3;border-color:#0065b3;-webkit-transition:all .3s !important;-moz-transition:all .3s !important;-o-transition:all .3s !important;-ms-transition:all .3s !important;transition:all .3s !important;}.wpb_revslider_element .revo-des{font-size:18px !important;line-height:26px !important;}.wpb_revslider_element .revo-color{color:#0065b3;}.see-more{color:#111;font-weight:600;font-size:14px !important;vertical-align:top;display:inline-block;-webkit-transition:all .3s !important;-moz-transition:all .3s !important;-o-transition:all .3s !important;-ms-transition:all .3s !important;transition:all .3s !important;border-radius:30px;background:#0065b3;height:45px;line-height:44px !important;padding:0 45px !important;letter-spacing:1px;}.see-more:hover{background:var(--darken10);border-color:#0065b3;-webkit-transition:all .3s !important;-moz-transition:all .3s !important;-o-transition:all .3s !important;-ms-transition:all .3s !important;transition:all .3s !important;}.see-more2{color:#fff;border:1px #fff solid;font-size:12px !important;height:35px;line-height:34px !important;padding:0 25px !important;vertical-align:top;display:inline-block;-webkit-transition:all .3s !important;-moz-transition:all .3s !important;-o-transition:all .3s !important;-ms-transition:all .3s !important;transition:all .3s !important;}.see-more2:hover{color:#0065b3;border-color:#0065b3;-webkit-transition:all .3s !important;-moz-transition:all .3s !important;-o-transition:all .3s !important;-ms-transition:all .3s !important;transition:all .3s !important;}.revo-des{font-size:18px !important;line-height:26px !important;}.revo-color{color:#0065b3;}.slider-more{color:#fff;}.home-style2 .slider-more{color:#0065b3;}.home-style2 .slider-more:hover{opacity:.85;}.slider-more i{margin-right:10px;}.slider-more:hover{color:#0065b3;}.slider-more1{color:#0065b3;}.slider-more1 i{margin-right:10px;}.slider-more1:hover{color:var(--darken10);}.title-sytle1 .block-title{text-align:center;}.title-sytle1 .block-title h3{font-size:32px;color:#111;font-weight:700;text-transform:uppercase;margin-bottom:13px;}.title-sytle1 .block-title h3 span{color:#0065b3;}.title-sytle1 .description{text-align:center;font-size:16px;color:#999;margin-bottom:40px;}.title-sytle2 .block-title{text-align:center;}.title-sytle2 .block-title h3{font-size:30px;color:#111;font-weight:600;text-transform:capitalize;}.title-sytle3 h3{font-size:32px;text-transform:uppercase;font-weight:bold;color:#111;text-align:center;border-bottom:1px #0065b3 solid;padding-bottom:25px;margin-bottom:28px;}.title-sytle4 .box-title h3{font-size:18px;text-transform:uppercase;color:#111;font-weight:600;background:#f0f0f0;padding:15px;margin-bottom:0;}.title-sytle5 .box-title h3{font-size:20px;text-transform:uppercase;color:#111;font-weight:bold;padding-bottom:10px;border-bottom:1px #0065b3 solid;margin-bottom:30px;}.title-sytle6 .box-title{text-align:center;margin-bottom:20px;}.title-sytle6 .box-title h3{font-size:24px;text-transform:uppercase;color:#111;font-weight:bold;position:relative;margin-bottom:15px;}.title-sytle6 .box-title h3:before{content:"";left:0;right:0;bottom:50%;position:absolute;height:2px;background:#ccc;}.title-sytle6 .box-title h3 span{position:relative;display:inline-block;vertical-align:top;padding:0 20px;z-index:2;background:#fff;}.title-sytle6 .box-title .slider-description{max-width:500px;padding:0 15px;margin:0 auto;}.button-style1 .res-button{visibility:hidden;opacity:0;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;}.button-style1 .res-button.slick-next{display:inline-block;width:40px;height:40px;line-height:40px;background-color:#777;position:absolute;top:50%;margin-top:-45px;right:-55px;z-index:8;text-align:center;border-radius:50%;}.button-style1 .res-button.slick-next:before{font-family:"FontAwesome";content:"";color:#fff;font-size:18px;}.button-style1 .res-button.slick-next:hover{background:#2c2c2c;cursor:pointer;}.button-style1 .res-button.slick-prev{display:inline-block;width:40px;height:40px;line-height:40px;background-color:#777;position:absolute;top:50%;margin-top:-45px;left:-55px;z-index:8;text-align:center;border-radius:50%;}.button-style1 .res-button.slick-prev:before{font-family:"FontAwesome";content:"";color:#fff;font-size:18px;}.button-style1 .res-button.slick-prev:hover{background:#2c2c2c;cursor:pointer;}.button-style2 .res-button{display:inline-block;position:absolute;top:50%;margin-top:-10px;cursor:pointer;z-index:3;}.button-style2 .res-button.slick-prev{left:10px;}.button-style2 .res-button.slick-prev:before{content:"";font-family:"FontAwesome";font-size:18px;color:#fff;}.button-style2 .res-button.slick-next{right:10px;}.button-style2 .res-button.slick-next:before{content:"";font-family:"FontAwesome";font-size:18px;color:#fff;}.button-style2 .res-button:hover:before{color:#0065b3;}.button-style3 .res-button{position:absolute;top:0;cursor:pointer;font-size:24px;width:25px;height:25px;text-align:center;line-height:23px;z-index:8;}.button-style3 .res-button.slick-next{right:0;}.rtl .button-style3 .res-button.slick-next{left:0;right:auto;}.button-style3 .res-button.slick-next:before{content:"";font-family:"FontAwesome";color:#004880;}.rtl .button-style3 .res-button.slick-next:before{content:"";}.button-style3 .res-button.slick-next:hover{-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-o-transition:all .3s ease;-ms-transition:all .3s ease;transition:all .3s ease;}.button-style3 .res-button.slick-next:hover:before{color:#0065b3;}.button-style3 .res-button.slick-prev{right:30px;}.rtl .button-style3 .res-button.slick-prev{left:30px;right:auto;}.button-style3 .res-button.slick-prev:before{content:"";font-family:"FontAwesome";color:#004880;}.rtl .button-style3 .res-button.slick-prev:before{content:"";}.button-style3 .res-button.slick-prev:hover{-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-o-transition:all .3s ease;-ms-transition:all .3s ease;transition:all .3s ease;}.button-style3 .res-button.slick-prev:hover:before{color:#0065b3;}.button-style4 .res-button{visibility:hidden;opacity:0;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;}.button-style4 .res-button.slick-next{display:inline-block;width:40px;height:40px;line-height:40px;position:absolute;top:55%;right:-55px;z-index:8;text-align:center;}.button-style4 .res-button.slick-next:before{font-family:"FontAwesome";content:"";color:#555;font-size:60px;}.button-style4 .res-button.slick-next:hover{cursor:pointer;}.button-style4 .res-button.slick-next:hover:before{color:#0065b3;}.button-style4 .res-button.slick-prev{display:inline-block;width:40px;height:40px;line-height:40px;position:absolute;top:55%;left:-55px;z-index:8;text-align:center;}.button-style4 .res-button.slick-prev:before{font-family:"FontAwesome";content:"";color:#555;font-size:60px;}.button-style4 .res-button.slick-prev:hover{cursor:pointer;}.button-style4 .res-button.slick-prev:hover:before{color:#0065b3;}.sale-off,.sw-newlabel,.sw-outstock{position:absolute;z-index:1;top:15px;left:15px;font-size:12px;color:#fff;text-align:center;border-radius:4px;width:60px;line-height:35px;height:35px;background:#111;}.rtl .sale-off,.rtl .sw-newlabel,.rtl .sw-outstock{left:auto;right:15px;}.sw-newlabel{background:#1cc490;right:15px;left:auto;}.rtl .sw-newlabel{left:15px;right:auto;}.sw-outstock{text-indent:-9999px;background:url("https://cdn-ildmmhg.nitrocdn.com/EmfGayVpJIjlSxwvIsYhxAzAzNUjWyuH/assets/images/optimized/rev-f65d057/mwtruckparts.co.uk/wp-content/uploads/sw_theme/assets/img/icon-outstock.png") no-repeat center center;background-size:42px 42px;right:auto;left:10px;width:42px;height:42px;}.rtl .sw-outstock{left:auto;right:10px;}.sw-brand-container-slider{position:relative;margin:58px 0 90px;}.sw-outstock.nitro-lazy{background-image:none !important;}.sw-brand-container-slider .slider{margin:0 -10px;}.sw-brand-container-slider .slider .item-brand-cat{padding:0 10px;}.sw-brand-container-slider .slider .item-brand-cat .item-image{border:2px transparent solid;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;}.sw-brand-container-slider .slider .item-brand-cat .item-image a img{margin:0 auto;width:100%;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;}.sw-brand-container-slider .slider .item-brand-cat .item-image a img:hover{opacity:.85;}.sw-brand-container-slider .slider .item-brand-cat:hover .item-image{border-color:#0065b3;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;}.sw-brand-container-slider .res-button{visibility:hidden;opacity:0;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;}.sw-brand-container-slider .res-button.slick-next{display:inline-block;width:40px;height:40px;line-height:40px;background:#fff;box-shadow:0 1px 1px #0065b3;position:absolute;top:50%;margin-top:-20px;right:-45px;z-index:999;text-align:center;border-radius:50%;transform:none;}.sw-brand-container-slider .res-button.slick-next:before{font-family:"FontAwesome";content:"";color:#000;font-size:18px;line-height:38px;}.sw-brand-container-slider .res-button.slick-next:hover{background:#0065b3;cursor:pointer;}.sw-brand-container-slider .res-button.slick-prev{display:inline-block;width:40px;height:40px;line-height:40px;background:#fff;box-shadow:0 1px 1px #0065b3;position:absolute;top:50%;margin-top:-20px;left:-45px;z-index:999;text-align:center;border-radius:50%;transform:none;}.sw-brand-container-slider .res-button.slick-prev:before{font-family:"FontAwesome";content:"";color:#000;font-size:18px;line-height:38px;}.sw-brand-container-slider .res-button.slick-prev:hover{background:#0065b3;cursor:pointer;}.sw-brand-container-slider:hover .res-button{opacity:1;visibility:visible;}.autusin_social{text-align:center;line-height:19px;}.autusin_social .main-social{margin:0 auto;list-style-type:none;}.autusin_social .main-social li{display:inline-block;vertical-align:top;padding:0 10px;}.autusin_social .main-social li a{color:#999;font-size:16px;}.autusin_social .main-social li a:hover{color:#0065b3;}.yith-wcwl-share{text-align:center;}.woocommerce a.added_to_cart,.added_to_cart.wc-forward{display:none;}.item-price{font-size:18px;color:#0065b3;display:inline-block;vertical-align:top;font-weight:600;}.item-price span >.amount,.item-price del,.item-price >.amount{color:#0065b3;text-decoration:none;}.item-price del{font-weight:normal;}.item-price ins{margin:0 10px 0 0;text-decoration:none;float:left;color:#0065b3;}.rtl .item-price ins{float:right;margin:0 0 0 10px;}.woocommerce span.onsale,.onsale{display:none;height:35px;width:35px;line-height:35px;color:#fff;background-color:#ff5c00;text-transform:capitalize;font-weight:600;position:absolute;top:15px;right:15px;left:auto;}.border-tp{border-top:1px solid #ddd;margin-top:95px;overflow:visible !important;}.border-tp .order-title{margin-top:-20px;}.order-desc{font-family:"Niconne";font-size:26px;color:rgba(1,1,1,.4);}.mc4wp-form.mc4wp-form-success .mc4wp-alert.mc4wp-success{color:green;margin:15px 0;}.autusin-socials ul{overflow:hidden;margin-top:30px;margin-bottom:60px;}.autusin-socials ul > li{display:inline-block;}.autusin-socials ul > li > a{font-size:22px;color:#fff;margin-right:30px;}.autusin-socials ul > li > a:hover{color:#faa600;}.topsearch-entry .button-search-pro.loading:before{background-image:url("data:image/gif;base64,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");background-color:#2d2d2d;background-size:20px 20px;}.topsearch-entry .input-group-btn{position:static;}.topsearch-entry .input-group{display:block;}.topsearch-entry .search-append{position:absolute;top:120%;right:0;left:0;padding:0;min-width:300px;text-align:left;border:none;}.rtl .topsearch-entry .search-append{text-align:right;right:0;left:0;}.rtl .topsearch-entry .search-append .autocomplete-suggestion > a img{margin-right:0;margin-left:10px;}.topsearch-entry .search-append .autocomplete-suggestions{box-shadow:0 0 0 1px #ccc;background:#fff;border-radius:3px;}.topsearch-entry .search-append .autocomplete-suggestion{clear:both;padding:0 10px;margin-bottom:15px;}.topsearch-entry .search-append .autocomplete-suggestion:first-child{padding-top:15px;}.topsearch-entry .search-append .autocomplete-suggestion:last-child{padding-bottom:15px;}.topsearch-entry .search-append .autocomplete-suggestion.no-result{padding:10px;}.topsearch-entry .search-append .autocomplete-suggestion > a{padding:0 10px;display:block;overflow:hidden;}.topsearch-entry .search-append .autocomplete-suggestion > a img{margin-right:10px;border:1px solid #ccc;}.topsearch-entry .search-append .autocomplete-suggestion .media-body > span{display:block;margin-bottom:5px;font-weight:600;}.topsearch-entry .search-append .autocomplete-suggestion .media-body > span strong{color:#0065b3;}.topsearch-entry .search-append .autocomplete-suggestion .media-body .search-meta > div,.topsearch-entry .search-append .autocomplete-suggestion .media-body .search-meta > p{display:inline-block;vertical-align:top;}.topsearch-entry .search-append .autocomplete-suggestion .media-body .search-meta .sku{margin-right:20px;}.topsearch-entry .search-append .autocomplete-suggestion .media-body .search-meta .sku > span{font-weight:bold;}.topsearch-entry .search-append .autocomplete-suggestion .media-body .price{color:#0065b3;font-weight:bold;font-size:14px;}.topsearch-entry .search-append .autocomplete-suggestion .media-body .price span.price-label{color:#666;}.topsearch-entry .search-append .autocomplete-suggestion .media-body .price ins{text-decoration:none;}.topsearch-entry .search-append .autocomplete-suggestion .media-body .price del{color:#999;}.sw-ajax-pagination > li.current > a{background:#0065b3;color:#fff;}.sw-ajax-pagination > li.current > a:hover{color:#fff;}.sw-ajax-pagination > li > a.disabled{opacity:.4;}.elementor-element  .sw-woo-tab-cat{margin-bottom:80px;}#sw-add-to-cart-message .price,#sw-add-to-cart-message .subtotal{color:#0065b3;}#sw-add-to-cart-message .button:hover,#sw-add-to-cart-message .layout-default .checkout:hover,#sw-add-to-cart-message .layout-5 .checkout:hover{background-color:#000;border-color:#000;}#sw-add-to-cart-message .product-title a{text-transform:capitalize;}#sw-add-to-cart-message .product-title a:hover{color:#0065b3;}[class^="icon-"],[class*=" icon-"]{font-family:"icomoon" !important;speak:never;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}.icon-alert-triangle:before{content:"";}.icon-align-center:before{content:"";}.icon-align-justify:before{content:"";}.icon-align-left:before{content:"";}.icon-align-right:before{content:"";}.icon-archive:before{content:"";}.icon-arrow-down-circle:before{content:"";}.icon-arrow-down:before{content:"";}.icon-arrow-left-circle:before{content:"";}.icon-arrow-left1:before{content:"";}.icon-arrow-right-circle:before{content:"";}.icon-arrow-right1:before{content:"";}.icon-arrow-up-circle:before{content:"";}.icon-arrow-up:before{content:"";}.icon-award:before{content:"";}.icon-bar-chart-2:before{content:"";}.icon-bar-chart:before{content:"";}.icon-battery-charging:before{content:"";}.icon-battery:before{content:"";}.icon-bell-off:before{content:"";}.icon-bell:before{content:"";}.icon-bookmark:before{content:"";}.icon-box:before{content:"";}.icon-briefcase:before{content:"";}.icon-calendar2:before{content:"";}.icon-camera-off:before{content:"";}.icon-camera:before{content:"";}.icon-check-circle:before{content:"";}.icon-check-square:before{content:"";}.icon-check1:before{content:"";}.icon-chevron-down:before{content:"";}.icon-chevron-left:before{content:"";}.icon-chevron-right:before{content:"";}.icon-chevron-up:before{content:"";}.icon-chevrons-down:before{content:"";}.icon-chevrons-left:before{content:"";}.icon-chevrons-right:before{content:"";}.icon-chevrons-up:before{content:"";}.icon-chrome:before{content:"";}.icon-clipboard:before{content:"";}.icon-clock:before{content:"";}.icon-copy:before{content:"";}.icon-database:before{content:"";}.icon-delete:before{content:"";}.icon-dollar-sign:before{content:"";}.icon-edit:before{content:"";}.icon-eye-off:before{content:"";}.icon-eye2:before{content:"";}.icon-facebook:before{content:"";}.icon-file-text:before{content:"";}.icon-file:before{content:"";}.icon-film:before{content:"";}.icon-filter:before{content:"";}.icon-folder:before{content:"";}.icon-gift1:before{content:"";}.icon-globe:before{content:"";}.icon-grid:before{content:"";}.icon-headphones:before{content:"";}.icon-heart1:before{content:"";}.icon-home:before{content:"";}.icon-instagram2:before{content:"";}.icon-layers:before{content:"";}.icon-link:before{content:"";}.icon-linkedin:before{content:"";}.icon-list:before{content:"";}.icon-lock1:before{content:"";}.icon-mail1:before{content:"";}.icon-map-pin:before{content:"";}.icon-maximize:before{content:"";}.icon-menu:before{content:"";}.icon-message-circle:before{content:"";}.icon-message-square:before{content:"";}.icon-minus-circle:before{content:"";}.icon-minus-square:before{content:"";}.icon-monitor:before{content:"";}.icon-more-horizontal:before{content:"";}.icon-more-vertical:before{content:"";}.icon-move:before{content:"";}.icon-package:before{content:"";}.icon-paperclip:before{content:"";}.icon-pause:before{content:"";}.icon-phone-call:before{content:"";}.icon-phone1:before{content:"";}.icon-play-circle:before{content:"";}.icon-play:before{content:"";}.icon-plus-circle:before{content:"";}.icon-plus-square1:before{content:"";}.icon-plus:before{content:"";}.icon-refresh-ccw:before{content:"";}.icon-refresh-cw:before{content:"";}.icon-repeat:before{content:"";}.icon-rotate-ccw:before{content:"";}.icon-rotate-cw:before{content:"";}.icon-rss:before{content:"";}.icon-search1:before{content:"";}.icon-send:before{content:"";}.icon-settings1:before{content:"";}.icon-share-2:before{content:"";}.icon-shield:before{content:"";}.icon-shopping-bag1:before{content:"";}.icon-shopping-cart1:before{content:"";}.icon-sliders:before{content:"";}.icon-star1:before{content:"";}.icon-tag1:before{content:"";}.icon-thumbs-down:before{content:"";}.icon-thumbs-up:before{content:"";}.icon-trash-2:before{content:"";}.icon-trash1:before{content:"";}.icon-twitter:before{content:"";}.icon-umbrella:before{content:"";}.icon-unlock:before{content:"";}.icon-user-check:before{content:"";}.icon-user1:before{content:"";}.icon-users:before{content:"";}.icon-watch:before{content:"";}.icon-x-circle:before{content:"";}.icon-x-square:before{content:"";}.icon-x:before{content:"";}.icon-youtube1:before{content:"";}.icon-zoom-in:before{content:"";}.icon-zoom-out:before{content:"";}.icon-shopping_basket:before{content:"";}.icon-shopping-cart:before{content:"";}.icon-loop:before{content:"";}.icon-email:before{content:"";}.icon-location_on:before{content:"";}.icon-stay_current_portrait:before{content:"";}.icon-phonelink_ring:before{content:"";}.icon-drafts:before{content:"";}.icon-access_alarm:before{content:"";}.icon-phone_android:before{content:"";}.icon-tablet_android:before{content:"";}.icon-dehaze:before{content:"";}.icon-flash_on:before{content:"";}.icon-rotate_left:before{content:"";}.icon-360:before{content:"";}.icon-favorite:before{content:"";}.icon-reorder:before{content:"";}.icon-ad_units:before{content:"";}.icon-star_rate:before{content:"";}.icon-google-plus:before{content:"";}.icon-facebook1:before{content:"";}.icon-instagram:before{content:"";}.icon-twitter1:before{content:"";}.icon-youtube:before{content:"";}.icon-youtube2:before{content:"";}.icon-vimeo:before{content:"";}.icon-dribbble:before{content:"";}.icon-behance:before{content:"";}.icon-skype:before{content:"";}.icon-linkedin2:before{content:"";}.icon-pinterest:before{content:"";}.icon-quotes-left:before{content:"";}.icon-quotes-right:before{content:"";}.icon-caret-down:before{content:"";}.icon-caret-up:before{content:"";}.icon-caret-left:before{content:"";}.icon-caret-right:before{content:"";}.home-style2 .sw-category-slider2{margin-bottom:0;}.home-style2 .sw-woo-tab-cat{margin-top:39px;}.home-style2 .sw-brand-container-slider{margin:41px 0 29px;}.home-style2 .responsive-post-slider .res-button.slick-prev{left:-60px;right:auto;}.home-style2 .responsive-post-slider .res-button.slick-next{right:-60px;left:auto;}.header-style2{border-bottom:1px #0065b3 solid;position:relative;}.home-style2 .header-style2{border-bottom:none;position:absolute;top:0;left:0;right:0;z-index:9;}.header-style2 .header-top{background:rgba(0,0,0,.7);}.home-style2 .header-style2 .header-top{margin-bottom:30px;}.header-style2 .header-top .left-header{margin:0;}.header-style2 .header-top .right-header2{padding-right:15px;}.rtl .header-style2 .header-top .right-header2{padding-right:0;padding-left:15px;}.header-style2 .header-mid{padding:0;}.header-style2 .header-mid .container{background:#fff;padding:10px 0;}.header-style2 #lang_sel > ul.nav{margin:0;}.rtl .header-style2 #lang_sel > ul.nav{margin-right:0;}.header-style2 #lang_sel > ul.nav > li > a{padding-left:0;}.rtl .header-style2 #lang_sel > ul.nav > li > a{padding-right:0;}.header-style2 .top-form.top-form-minicart{padding:5px 15px;}.header-style2 .top-form.top-form-minicart .top-minicart-icon{width:50px;height:40px;background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAeCAYAAAAo5+5WAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3hpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo4QjNDRTE5OUJBQThFNTExOEEyNjkzMzQxNEZENkY3MCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDozQ0MyNTI5MEM1MkQxMUU4OTZBN0U4NjEwNTBEMTg5QyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDozQ0MyNTI4RkM1MkQxMUU4OTZBN0U4NjEwNTBEMTg5QyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkI3MkYwQkVEMjVBNEU4MTE4QTQ1RTBFQjE4RkJFQ0Q1IiBzdFJlZjpkb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6NzQ0NDUzMTEtZTFkMy0xMWU1LWJkM2QtY2EzNjM4ZGM2ODE3Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+wDK2SgAAAYhJREFUeNpi/LtDkgEPcALiPCC2A2IuqNg3ID4ExJOAeB+T+zOsGpnwGBoHxLuB2B+I/wDxMyj+AxXbDVVDksEyQDwZiL8DcRKUrwTFMlAxkNzkfzulZLAZwAL1ojEQMyOJBwMxHxDvBOKrQGyGJP8XKnYEiN2BuBxo+Fokvb+B+DwjMIxBXnJhoC7YAzL4P9RbW6ARAwI2QKwMdfELHJoloC6+C3U9CPAAsTcQc7BABUCGhiFpmgU1uBqIz+Iw2BhqMChlpMEEocESBIu8L2ia2KA0Lx7v8qKphYEPyKmCiYrhy0xtA4lKx+zItuNzGZJajHSMDTQC8UwgvoDHYFCkOuJKNbgMvgHF+AAokg6QU1bQJIxHDR41mIYG/6SimT+Rc545EDeQYwqw/EUXMkc2WB+KqQZgBoOqljlUMjMFVLXBDL4OxAvJiiS0QggYNNYgg2lRgzAhGygPxNyUmgh0LTe0UcMAq/4ZoM0nSpMdqDaRgkVeN7TJJASyiEKDQY58BYovgAADAIAFVVIDB5lIAAAAAElFTkSuQmCC") no-repeat center bottom;position:relative;}.header-style2 .top-form.top-form-minicart .top-minicart-icon.nitro-lazy{background-image:none !important;}.header-style2 .top-form.top-form-minicart .top-minicart-icon h3{display:none;}.header-style2 .top-form.top-form-minicart .top-minicart-icon p{font-size:0;position:absolute;right:0;top:0;}.header-style2 .top-form.top-form-minicart .top-minicart-icon p span{font-size:12px;}.header-style2 .top-form:hover .wrapp-minicart{-webkit-transform:translateY(20px);-moz-transform:translateY(20px);-o-transform:translateY(20px);-ms-transform:translateY(20px);transform:translateY(20px);}.socials-ft{text-align:center;float:left;}.rtl .socials-ft{float:right;}.socials-ft p{font-size:12px;color:#d1d1d1;line-height:22px;}.socials-ft ul{margin:0;list-style:none;}.socials-ft ul li{float:left;}.rtl .socials-ft ul li{float:right;}.socials-ft ul li a{color:#8c8c8c;border-left:1px #0065b3 solid;font-size:18px;width:60px;height:60px;line-height:60px;display:inline-block;vertical-align:top;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;}.rtl .socials-ft ul li a{border-right:1px #0065b3 solid;border-left:none;}.socials-ft ul li a:hover{color:var(--color);color:#fff;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;background:var(--color);}.socials-ft ul li:last-child a{border-right:1px #0065b3 solid;}.rtl .socials-ft ul li:last-child a{border-left:1px #0065b3 solid;}.border-ft{border:1px #0065b3 solid;border-width:1px 0;}.border-ft .wpb_raw_html,.border-ft .wpb_content_element{margin:0;overflow:hidden;}.block-title2{text-align:center;padding-bottom:13px;}.block-title2 h3{font-size:30px;color:#111;font-weight:600;text-transform:capitalize;margin-bottom:13px;}.block-title2 .slider-description{text-align:center;font-size:14px;color:#666;}.form-new2{float:right;}.rtl .form-new2{float:left;}.form-new2 h3{float:left;font-size:20px;color:#111;text-transform:capitalize;padding-top:17px;padding-right:20px;}.rtl .form-new2 h3{float:right;}.rtl .form-new2 h3{padding-right:0;padding-left:20px;}.form-new2 .mc4wp-form{float:right;border-left:1px #0065b3 solid;}.rtl .form-new2 .mc4wp-form{float:left;}.rtl .form-new2 .mc4wp-form{border-left:none;border-right:1px #0065b3 solid;}.form-new2 .mc4wp-form p{margin-bottom:0;}.form-new2 .mc4wp-form .mc4wp-form-fields{overflow:hidden;min-width:400px;}.form-new2 .mc4wp-form input[type="email"]{border:none;border-radius:0;color:#8c8c8c;font-size:12px;margin-bottom:0;height:60px;line-height:60px;padding:0 15px;width:75%;float:left;}.rtl .form-new2 .mc4wp-form input[type="email"]{float:right;}.form-new2 .mc4wp-form input[type="submit"]{border:none;border-radius:0;width:25%;font-size:12px;padding:0;background:#0d0d0d;height:60px;line-height:60px;color:#fff;text-transform:capitalize;text-align:center;float:left;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;}.rtl .form-new2 .mc4wp-form input[type="submit"]{float:right;}.form-new2 .mc4wp-form input[type="submit"]:hover{color:var(--color);-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;}.form-new2 .mc4wp-form .mc4wp-success{color:#111;}.home-page-1 .autusin_breadcrumbs,.home-style1 .autusin_breadcrumbs,.home-style2 .autusin_breadcrumbs,.home-style3 .autusin_breadcrumbs,.home-style4 .autusin_breadcrumbs,.home-style5 .autusin_breadcrumbs,.home-style6 .autusin_breadcrumbs,.home-style7 .autusin_breadcrumbs,.home-style8 .autusin_breadcrumbs,.home-style9 .autusin_breadcrumbs,.home-style10 .autusin_breadcrumbs,.home-style11 .autusin_breadcrumbs,.home-style12 .autusin_breadcrumbs,.home-style13 .autusin_breadcrumbs,.home-style14 .autusin_breadcrumbs,.home-style15 .autusin_breadcrumbs,.home-style16 .autusin_breadcrumbs{display:none;}#cpanel-form a.cpanel-control{display:none;}.block-popup-login{margin-top:170px;width:600px;padding:0px 20px 0px;background:#fff;box-shadow:0 0 5px rgba(0,0,0,.5);}.block-popup-login form.login,.block-popup-login form.register{border:0px;padding:0px;margin:0;text-align:left;border-radius:0px;}.rtl .block-popup-login form.login,.rtl .block-popup-login form.register{text-align:right;}.block-popup-login form.login.loading,.block-popup-login form.register.loading{height:auto;}.block-popup-login form.login.loading:before,.block-popup-login form.register.loading:before{opacity:.7;}.block-popup-login .tt_popup_login{height:42px;background-color:#0065b3;margin:0 -20px;padding:0 10px;}.block-popup-login .tt_popup_login strong{line-height:42px;display:inline-block;padding-left:55px;text-transform:uppercase;font-size:15px;color:#fff;background-image:url("https://cdn-ildmmhg.nitrocdn.com/EmfGayVpJIjlSxwvIsYhxAzAzNUjWyuH/assets/images/optimized/rev-f65d057/mwtruckparts.co.uk/wp-content/uploads/sw_theme/assets/img/bg_general.png");background-repeat:no-repeat;background-position:-20px -700px;position:relative;padding-right:10px;background-color:#0065b3;}.block-popup-login .tt_popup_login strong.nitro-lazy{background-image:none !important;}.rtl .block-popup-login .tt_popup_login strong{background-position:right -20px top -700px;padding-left:10px;padding-right:55px;}.block-popup-login .block-content{padding-top:30px;padding-bottom:40px;font-weight:normal;}.block-popup-login .block-content .col-reg{width:50%;float:left;min-height:188px;}.rtl .block-popup-login .block-content .col-reg{float:right;}.block-popup-login .block-content .col-reg.registered-account{padding-right:30px;border-right:1px solid #d0d0d0;}.rtl .block-popup-login .block-content .col-reg.registered-account{border-left:1px solid #d0d0d0;border-right:0;padding-left:30px;}.block-popup-login .block-content .col-reg.registered-account .submit-login{position:relative;float:left;margin-top:10px;}.rtl .block-popup-login .block-content .col-reg.registered-account .submit-login{float:right;}.block-popup-login .block-content .col-reg.registered-account .submit-login .btn-submit-login{background-color:#0065b3;padding:0 25px 0px 48px;height:42px;font-size:11px;font-weight:bold;white-space:nowrap;text-transform:uppercase;color:#fff;-webkit-border-radius:0;-moz-border-radius:0;-o-border-radius:0;-ms-border-radius:0;border-radius:0;border:0;}.rtl .block-popup-login .block-content .col-reg.registered-account .submit-login .btn-submit-login{padding:0 48px 0px 25px;}.block-popup-login .block-content .col-reg.registered-account .submit-login .btn-submit-login:hover{background-color:var(--darken10);}.block-popup-login .block-content .col-reg.registered-account .submit-login:before{background:url("https://cdn-ildmmhg.nitrocdn.com/EmfGayVpJIjlSxwvIsYhxAzAzNUjWyuH/assets/images/optimized/rev-f65d057/mwtruckparts.co.uk/wp-content/uploads/sw_theme/assets/img/bg_general.png") no-repeat -20px -1593px;content:"";display:block;width:15px;height:18px;position:absolute;top:10px;left:20px;z-index:5;}.rtl .block-popup-login .block-content .col-reg.registered-account .submit-login:before{right:20px;left:auto;}.block-popup-login .block-content .col-reg.login-customer{padding-left:30px;}.rtl .block-popup-login .block-content .col-reg.login-customer{padding-right:30px;padding-left:0;}.block-popup-login .block-content .col-reg.login-customer h2{font-size:15px;font-weight:bold;margin-bottom:0;}.block-popup-login .block-content .note-reg{margin:0;}.block-popup-login .block-content .list-log{list-style:none;margin:0;}.block-popup-login .block-content .list-log li{padding:2px 0px 2px 14px;font-style:italic;position:relative;border-left:none;line-height:22px;}.rtl .block-popup-login .block-content .list-log li{padding:2px 14px 2px 0;}.rtl .block-popup-login .block-content .list-log li:before{right:0;left:auto;}.block-popup-login .block-content .list-log li:before{content:"";display:inline-block;width:5px;height:5px;background-color:#666;position:absolute;left:0px;top:10px;}.block-popup-login .block-content .btn-reg-popup{height:42px;line-height:42px;padding:0px 42px;text-transform:uppercase;display:inline-block;font-size:11px;margin-top:15px;color:#fff;font-weight:bold;background-color:#0065b3;}.block-popup-login .block-content .btn-reg-popup:hover{background-color:var(--darken10);}.block-popup-login .email-input{position:relative;}.block-popup-login .email-input:before{background:url("https://cdn-ildmmhg.nitrocdn.com/EmfGayVpJIjlSxwvIsYhxAzAzNUjWyuH/assets/images/optimized/rev-f65d057/mwtruckparts.co.uk/wp-content/uploads/sw_theme/assets/img/bg_general.png") no-repeat -20px -160px #ababab;content:"";display:inline-block;width:43px;height:40px;position:absolute;top:0px;left:0px;right:auto;}.rtl .block-popup-login .email-input:before{right:0;left:auto;}.block-popup-login .pass-input{position:relative;}.block-popup-login .pass-input:before{background:url("https://cdn-ildmmhg.nitrocdn.com/EmfGayVpJIjlSxwvIsYhxAzAzNUjWyuH/assets/images/optimized/rev-f65d057/mwtruckparts.co.uk/wp-content/uploads/sw_theme/assets/img/bg_general.png") no-repeat -20px -100px #ababab;content:"";display:inline-block;width:43px;height:40px;position:absolute;top:0px;left:0px;right:auto;}.rtl .block-popup-login .pass-input:before{right:0;left:auto;}.block-popup-login .input-text{border:none;border:1px solid #d1d1d1;margin-bottom:14px;width:100%;padding:0 5px 0px 52px;height:40px !important;font-size:108.33%;-webkit-border-radius:0;-moz-border-radius:0;-o-border-radius:0;-ms-border-radius:0;border-radius:0;}.rtl .block-popup-login .input-text{padding:0 52px 0px 5px;}.block-popup-login .ft-link-p a{padding:0;border:0;}.block-popup-login .ft-link-p a:hover{color:#0065b3;}.block-popup-login #login_message{clear:both;padding:10px 0;color:#049e06;}.block-popup-login #login_message >a{font-weight:bold;}.block-popup-login #login_message.error{color:#ec0122;}.block-popup-login .login-line{text-align:center;position:relative;margin:0 0 20px 0;}.block-popup-login .login-line:before{content:"";position:absolute;top:10px;height:1px;left:0;width:100%;background:#ccc;}.block-popup-login .login-line > span{font-weight:bold;display:inline-block;padding:0 10px;background:#fff;position:relative;}.block-popup-login .social-networks{text-align:center;}.close-login{display:inline-block;background:url("https://cdn-ildmmhg.nitrocdn.com/EmfGayVpJIjlSxwvIsYhxAzAzNUjWyuH/assets/images/optimized/rev-f65d057/mwtruckparts.co.uk/wp-content/uploads/sw_theme/assets/img/bg_general.png") no-repeat;background-position:-24px -2208px;width:26px;height:26px;overflow:hidden;text-indent:-9999px;right:7px;left:auto;top:7px;position:absolute;opacity:1;}.close-login.nitro-lazy{background-image:none !important;}.close-login:hover{opacity:.7;}.rtl .close-login{left:7px;right:auto;}.header-style1{border-bottom:1px #0065b3 solid;}.home-style1 .header-style1{border-bottom:none;}.header-style1 .main-menu{max-width:885px;}.header-style1 .swe-woo-cart .swe-wrap-cart-head{flex-direction:column;}.header-style1 .swe-woo-cart .swe-wrap-cart-head .swe-cart-icon .image-icon{width:auto;height:auto;margin-bottom:8px;}.header-style1 .swe-woo-cart .swe-wrap-cart-head .swe-cart-icon .swe-cart-count{display:none;}.header-style1 .swe-woo-cart .swe-wrap-cart-head .swe-cart-subtotal{line-height:24px;}.header-style1 .swe-woo-cart .swe-wrap-cart-head .swe-cart-text{font-size:13px;color:#111;font-weight:600;display:block;}.header-top{background:#111;min-height:40px;font-size:14px;color:#999;}.header-top .left-header{margin:11px 0 12px 0;}.header-top .left-header .widget_text{font-size:12px;}.header-top .left-header .widget_text a{color:#fff;font-size:14px;}.header-top .left-header .widget_text a:hover{color:#0065b3;}.header-top .mid-header .socials-top{text-align:center;}.header-top .mid-header .socials-top ul{margin:8px 0 10px 0;list-style:none;}.header-top .mid-header .socials-top ul li{display:inline-block;vertical-align:top;}.header-top .mid-header .socials-top ul li a{color:#999;border-radius:50%;font-size:16px;text-align:center;display:inline-block;vertical-align:top;margin:0 10px;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;}.header-top .mid-header .socials-top ul li a:hover{color:#0065b3;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;}.header-style1 .header-top .right-header{padding-right:115px;}.rtl .header-style1 .header-top .right-header{padding-right:0;padding-left:115px;}.header-top .right-header2{padding-top:7px;}.header-top .right-header2 .sw-autusin-account{position:relative;margin-left:15px;font-size:12px;}.rtl .header-top .right-header2 .sw-autusin-account{margin-left:0;margin-right:15px;}.header-top .right-header2 .sw-autusin-account:before{position:absolute;top:9px;left:0;width:1px;height:13px;background:rgba(255,255,255,.2);content:"";}.rtl .header-top .right-header2 .sw-autusin-account:before{left:auto;right:0;}.header-top .right-header2 .sw-autusin-account >i.fa{cursor:pointer;padding:9px 10px 6px 15px;display:inline-block;vertical-align:top;}.rtl .header-top .right-header2 .sw-autusin-account >i.fa{padding:9px 15px 6px 10px;}.header-top .right-header2 .sw-autusin-account >span{display:inline-block;vertical-align:top;padding:6px 0;font-weight:normal;}.header-top .right-header2 .sw-autusin-account .sidebar-top-right{position:absolute;right:0;width:150px;top:47px;z-index:99;visibility:hidden;opacity:0;filter:alpha(opacity=0);-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;background:#fff;box-shadow:2px 2px 1px 0 #ccc;padding:10px;border:solid 1px #f3f3f3;}.rtl .header-top .right-header2 .sw-autusin-account .sidebar-top-right{right:auto;left:0;}.header-top .right-header2 .sw-autusin-account .sidebar-top-right .widget_nav_menu{width:100%;font-weight:normal;}.header-top .right-header2 .sw-autusin-account .sidebar-top-right .widget-inner{font-weight:normal;}.header-top .right-header2 .sw-autusin-account .sidebar-top-right .widget-inner .top-login ul li a:before{content:"";font-family:"FontAwesome";margin-right:10px;}.rtl .header-top .right-header2 .sw-autusin-account .sidebar-top-right .widget-inner .top-login ul li a:before{display:none;}.rtl .header-top .right-header2 .sw-autusin-account .sidebar-top-right .widget-inner .top-login ul li a:after{content:"";font-family:"FontAwesome";margin-left:10px;}.header-top .right-header2 .sw-autusin-account .sidebar-top-right .widget-inner .div-logined ul li a:before{content:"";font-family:"FontAwesome";margin-right:10px;}.rtl .header-top .right-header2 .sw-autusin-account .sidebar-top-right .widget-inner .div-logined ul li a:before{display:none;}.rtl .header-top .right-header2 .sw-autusin-account .sidebar-top-right .widget-inner .div-logined ul li a:after{content:"";font-family:"FontAwesome";margin-left:10px;}.header-top .right-header2 .sw-autusin-account .sidebar-top-right .widget-inner ul li{padding:5px 0;}.header-top .right-header2 .sw-autusin-account .sidebar-top-right .widget-inner ul li.menu-my-account a:before{content:"";font-family:"FontAwesome";margin-right:10px;}.rtl .header-top .right-header2 .sw-autusin-account .sidebar-top-right .widget-inner ul li.menu-my-account a:before{display:none;}.rtl .header-top .right-header2 .sw-autusin-account .sidebar-top-right .widget-inner ul li.menu-my-account a:after{content:"";font-family:"FontAwesome";margin-left:10px;}.header-top .right-header2 .sw-autusin-account .sidebar-top-right .widget-inner ul li.menu-checkout a:before{content:"";font-family:"FontAwesome";margin-right:10px;}.rtl .header-top .right-header2 .sw-autusin-account .sidebar-top-right .widget-inner ul li.menu-checkout a:before{display:none;}.rtl .header-top .right-header2 .sw-autusin-account .sidebar-top-right .widget-inner ul li.menu-checkout a:after{content:"";font-family:"FontAwesome";margin-left:10px;}.header-top .right-header2 .sw-autusin-account .sidebar-top-right .widget-inner ul li.menu-wishlist a:before{content:"";font-family:"FontAwesome";margin-right:10px;}.rtl .header-top .right-header2 .sw-autusin-account .sidebar-top-right .widget-inner ul li.menu-wishlist a:before{display:none;}.rtl .header-top .right-header2 .sw-autusin-account .sidebar-top-right .widget-inner ul li.menu-wishlist a:after{content:"";font-family:"FontAwesome";margin-left:10px;}.header-top .right-header2 .sw-autusin-account:hover .sidebar-top-right{top:37px;opacity:1;filter:alpha(opacity=100);visibility:visible;z-index:999;}.header-top .top-login ul{margin:0;}.header-top .top-login ul li{list-style:none;}.header-top .top-login ul li a{font-size:12px;padding-top:5px;position:relative;display:inline-block;vertical-align:top;}.header-top .top-login ul li a:before{content:"";margin-left:3px;font-family:FontAwesome;display:inline-block;}.rtl .header-top .top-login ul li a:before{margin-left:10px;margin-right:3px;}.header-top .top-login ul li a:hover{color:#0065b3;}.header-mid .autusin-logo{margin-top:8px;}.header-style1 .header-mid .autusin-logo{margin-top:10px;}.header-style1 .header-mid .bottom-header{padding-right:115px;}.rtl .header-style1 .header-mid .bottom-header{padding-right:0;padding-left:115px;}.header-mid .bottom-header a{font-size:15px;color:#111;text-transform:uppercase;display:inline-block;vertical-align:top;font-weight:600;padding:18px 15px;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;}.header-mid .bottom-header a:hover{color:#0065b3;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;}.search-cate{margin-top:6px;position:relative;}.search-cate .icon-search{font-size:12px;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;}.search-cate .icon-search i{padding:10px 7px;display:inline-block;vertical-align:top;}.search-cate .icon-search span{display:inline-block;vertical-align:top;padding:5px 0;line-height:23px;}.search-cate .icon-search:hover{cursor:pointer;color:#0065b3;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;}.search-cate .icon-search.closex i:before{content:"";}.search-cate .top-form.top-search{width:320px;}.rtl .search-cate .top-form.top-search{float:left;}.search-cate .top-form.top-search .topsearch-entry{padding-left:0;}.rtl .search-cate .top-form.top-search .topsearch-entry{padding-right:0;}.search-cate .top-form.top-search .topsearch-entry .icon-loading.loading{right:95px;}.search-cate .top-form.top-search .topsearch-entry .cat-wrapper{display:none;}.search-cate .top-form.top-search .topsearch-entry input{background:#f5f5f5;height:80px;line-height:80px;padding:0 20px;border-radius:0;}.search-cate .top-form.top-search .topsearch-entry .button-search-pro{background-color:#f5f5f5;border-radius:0;height:80px;line-height:80px;color:#222;}.search-cate .top-form.top-search .topsearch-entry .button-search-pro:hover{background-color:#0065b3;}.autusin_top .top-form.top-search{vertical-align:top;border-radius:0;background-color:#fff;z-index:999;position:absolute;right:0;top:36px;display:none;}.rtl .autusin_top .top-form.top-search{right:auto;left:0;}.autusin_top .top-form.top-search form{margin:0;position:relative;z-index:10;}.autusin_top .top-form.top-search .cat-wrapper{background-color:#fff;position:absolute;height:44px;top:0;left:0px;right:auto;border-radius:0;color:#111;border-right:1px solid #0065b3;}.autusin_top .top-form.top-search .cat-wrapper:before{content:"";font-family:FontAwesome;color:#232f3e;font-size:14px;position:absolute;top:15px;right:20px;}.rtl .autusin_top .top-form.top-search .cat-wrapper{border-left:1px solid #0065b3;border-right:0;right:0;left:auto;}.rtl .autusin_top .top-form.top-search .cat-wrapper:before{left:15px;right:auto;}.autusin_top .top-form.top-search .cat-wrapper .label-search{display:block;margin-bottom:0;color:#232f3e;}.autusin_top .top-form.top-search .cat-wrapper select{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;border-radius:0 !important;padding:0px 5px 0;height:44px;width:135px;}.autusin_top .top-form.top-search .cat-wrapper select:focus{outline:none;background-color:#fff;}.autusin_top .top-form.top-search input{width:100%;height:35px;-webkit-border-radius:0;-moz-border-radius:0;-o-border-radius:0;-ms-border-radius:0;border-radius:0;border-radius:20px;border:none;line-height:35px;margin-bottom:0;}.autusin_top .top-form.top-search button.form-button{height:35px;line-height:35px;margin:0;border:0;width:20%;position:absolute;left:auto;right:0;top:0;font-size:14px;color:#fff;border-radius:0;background-color:#2d2d2d;}.rtl .autusin_top .top-form.top-search button.form-button{left:0;right:auto;}.autusin_top .top-form.top-search button.form-button:hover{background:none repeat scroll 0 0 #0065b3;}.header-style1 .autusin_top .top-form.top-search button.form-button:hover{background-color:#999;}.autusin_top .top-form.top-search button.form-button:hover:before{color:#fff;}.autusin_top .top-form.top-search.non-category input{padding:0;}.rtl .autusin_top .top-form.top-search.non-category input{padding-right:0;}#lang_sel a,#lang_sel a:visited{border:0 none;padding:0;}#lang_sel a.lang_sel_sel:after{content:"";font-family:"FontAwesome";display:inline-block;font-size:12px;margin-left:4px;vertical-align:top;color:#999;line-height:18px;}.rtl #lang_sel a.lang_sel_sel:after{margin-right:4px;margin-left:0;}#lang_sel img.iclflag{margin-top:-3px;display:inline-block;vertical-align:middle;margin-right:5px;}.rtl #lang_sel img.iclflag{margin:0 0 0 5px;}#lang_sel > ul.nav{display:inline-block;list-style:none;}.rtl #lang_sel > ul.nav{margin-right:15px;margin-left:0;}#lang_sel > ul.nav > li{position:relative;padding:14px 0 6px 0;}#lang_sel > ul.nav > li:after{content:"";height:20px;width:100%;position:absolute;bottom:-20px;left:0;background:transparent;}#lang_sel > ul.nav > li > a{background-color:transparent;padding-left:15px;color:#999;text-transform:uppercase;font-size:12px;}#lang_sel > ul.nav > li > a:hover{color:#0065b3;}.rtl #lang_sel > ul.nav > li > a{padding-right:15px;padding-left:0;}.header-style1 #lang_sel > ul.nav > li > a{position:relative;}.header-style1 #lang_sel > ul.nav > li > a:before{position:absolute;top:2px;left:0;width:1px;height:13px;background:rgba(255,255,255,.2);content:"";}.rtl .header-style1 #lang_sel > ul.nav > li > a:before{left:auto;right:0;}#lang_sel > ul.nav > li > a span{display:inline-block;}#lang_sel > ul.nav > li > ul{box-shadow:0px 0px 10px rgba(0,0,0,.1);left:0;top:55px;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;z-index:99999;position:absolute;background:#fff;width:120px;padding:10px 18px 10px 18px;visibility:hidden;opacity:0;margin:0;}.rtl #lang_sel > ul.nav > li > ul{right:0;left:auto;}#lang_sel > ul.nav > li > ul li{background:#fff;border-right:none;list-style:none;}#lang_sel > ul.nav > li > ul li.active a{color:#0065b3;}#lang_sel > ul.nav > li > ul li a{color:#111;display:block;height:auto;font-size:12px;line-height:28px;}#lang_sel > ul.nav > li > ul li a .iclflag{margin-right:13px;}.rtl #lang_sel > ul.nav > li > ul li a .iclflag{margin-left:13px;margin-right:0;}#lang_sel > ul.nav > li > ul li:hover a{color:#0065b3;}#lang_sel > ul.nav > li > ul:before{content:"";display:inline-block;background:transparent;height:3px;width:100%;position:absolute;top:-3px;right:0;}#lang_sel > ul.nav > li:hover > ul{top:44px;z-index:999;visibility:visible;opacity:1;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;}.header-style3 #lang_sel > ul.nav > li:hover > ul,.header-style4 #lang_sel > ul.nav > li:hover > ul,.header-style5 #lang_sel > ul.nav > li:hover > ul,.header-style6 #lang_sel > ul.nav > li:hover > ul{top:41px;}.currency_w{margin:0 0 0 20px;}.rtl .currency_w{margin:0 20px 0 0;}.currency_w > li{position:relative;list-style:none;padding:14px 0 6px 0;}.currency_w > li:after{content:"";height:20px;width:100%;position:absolute;bottom:-20px;left:0;background:transparent;}.currency_w > li > a{display:block;color:#999;text-transform:uppercase;padding-left:15px;font-size:12px;}.rtl .currency_w > li > a{padding-left:0;padding-right:15px;}.currency_w > li > a:after{content:"";font-family:"FontAwesome";display:inline-block;margin-left:10px;color:#999;line-height:18px;vertical-align:top;}.rtl .currency_w > li > a:after{margin-right:10px;margin-left:0;}.currency_w > li > a:hover{color:#0065b3;}.header-style1 .currency_w > li > a,.header-style2 .currency_w > li > a{position:relative;}.header-style1 .currency_w > li > a:before,.header-style2 .currency_w > li > a:before{position:absolute;top:2px;left:0;width:1px;height:13px;background:rgba(255,255,255,.2);content:"";}.rtl .header-style1 .currency_w > li > a:before,.rtl .header-style2 .currency_w > li > a:before{left:auto;right:0;}.currency_w > li .currency_switcher{box-shadow:0px 0px 10px rgba(0,0,0,.1);left:0px;position:absolute;background:none repeat scroll 0 0 #fff;visibility:hidden;opacity:0;width:75px;padding:10px 20px;margin:0;top:55px;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;}.currency_w > li .currency_switcher li{width:100%;margin:0;line-height:28px;list-style:none;}.currency_w > li .currency_switcher li:hover a{color:#0065b3;}.currency_w > li .currency_switcher li a{background:none;border:0px;border-radius:0px;color:#111;display:block;border-bottom:none;}.currency_w > li .currency_switcher li a.active{color:#0065b3;}.currency_w > li .currency_switcher:before{content:"";display:block;background:transparent;height:3px;position:absolute;top:-3px;width:100%;}.currency_w > li:hover .currency_switcher{top:33px;z-index:999;visibility:visible;opacity:1;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;}.header-style3 .currency_w > li:hover .currency_switcher,.header-style4 .currency_w > li:hover .currency_switcher,.header-style5 .currency_w > li:hover .currency_switcher,.header-style6 .currency_w > li:hover .currency_switcher{top:41px;}.top-form{position:relative;float:right;}.top-form:hover .wrapp-minicart{visibility:visible;opacity:1;transform:translateY(0px);-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;}.header-style1 .top-form:hover .wrapp-minicart{transform:translateY(37px);}.top-form.top-form-minicart{cursor:pointer;position:relative;}.top-form.top-form-minicart .top-minicart-icon{text-align:center;}.header-style1 .top-form.top-form-minicart .top-minicart-icon{position:absolute;right:15px;top:-60px;width:100px;height:136px;padding-top:72px;background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAAAlCAYAAACzpJKIAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3hpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo4QjNDRTE5OUJBQThFNTExOEEyNjkzMzQxNEZENkY3MCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpGNDY3OUZEREMyQ0YxMUU4QjI4MUI1QzQ4ODI3RjQ1MCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpGNDY3OUZEQ0MyQ0YxMUU4QjI4MUI1QzQ4ODI3RjQ1MCIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkI4MkYwQkVEMjVBNEU4MTE4QTQ1RTBFQjE4RkJFQ0Q1IiBzdFJlZjpkb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6NzQ0NDUzMTEtZTFkMy0xMWU1LWJkM2QtY2EzNjM4ZGM2ODE3Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+hhR9MgAAAdxJREFUeNrslz1LA0EQhu/OC4EoYg5ErGy0yQ+ws5AQrGwEsVdLwUawkIBgZSMidqJ/QLQWRVNo5Q9IES2MjeDH+QGKksT4Ds7CJORy68EGxQw8cOzOzXs7M7e3ZyeTSUvDRsE0GAE9YvwJnIId3/dzYUHsEDEbrIBF4DbxK4NVkIVoNcjJDXmYWbDE13mwDS7E/BCYASn2K4KtKCtLsMAA2AeT4LOBnwN2wQSLpbC6t6CVUdAx0FU3l2IhskswBTo4tcooZRWet9g/63levi4W1faEVnaIi4xl3o5ITBX0HTyKyU7QzcW/0wjWy5l6Aa9i3ANx2SA0OQ7OhNMcWANXnNIwo9QNgmWwKcbTYI/KpcSeQa5BO6u6lIIU0Azfj+95KkNljEn/A8xRzRKOeJ9iDd6xKFZzH4RiasyxWmi/RkzVM64ZKx62KzXbru55aypqihXAB98XuF1RF93w21/6aWpUNwYZNwg9cP//bJC2WFusLfaHxapR9kXNvbPE8Ws+I2lxFNA2bLRhLq76/MjTlXFzRRrLhnVsJXYLhg3Vjb5n56BPidER+jpiA+jUtSK70db4o4lkEHLrj3K24Zo5skHonL4Ojg20fobjt77158EC/7GYsgew8SXAAJbebMr4IdO1AAAAAElFTkSuQmCC") no-repeat center 20px #0065b3;}.header-style1 .top-form.top-form-minicart .top-minicart-icon.nitro-lazy{background-image:none !important;}.rtl .header-style1 .top-form.top-form-minicart .top-minicart-icon{right:auto;left:15px;}.top-form.top-form-minicart .top-minicart-icon h3{font-size:14px;text-transform:uppercase;font-weight:600;color:#111;margin-bottom:2px;}.top-form.top-form-minicart .top-minicart-icon p{font-size:13px;color:#111;font-weight:600;}.top-form .wrapp-minicart{visibility:hidden;opacity:0;transform:translateY(20px);-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;background:none repeat scroll 0 0 #fff;position:absolute;right:0;left:auto;top:38px;width:318px;z-index:99999;box-shadow:0px 0px 10px rgba(0,0,0,.1);}.header-style1 .top-form .wrapp-minicart{transform:translateY(50px);}.header-style5 .top-form .wrapp-minicart,.header-style6 .top-form .wrapp-minicart,.header-style7 .top-form .wrapp-minicart,.header-style8 .top-form .wrapp-minicart{top:50px;}.top-form .wrapp-minicart:before{content:"";display:block;background:transparent;height:25px;position:absolute;top:-25px;width:100%;}.rtl .top-form .wrapp-minicart{left:-30px;right:auto;}.top-form .wrapp-minicart .minicart-padding .number-item{padding:25px 20px 0;font-size:13px;color:#7d7d7d;}.top-form .wrapp-minicart .minicart-padding .number-item .item{color:#0065b3;}.top-form .wrapp-minicart .minicart-padding ul.minicart-content{background:#fff;max-height:345px;overflow:auto;padding:0px 15px 0px 20px;margin-left:0;}.top-form .wrapp-minicart .minicart-padding ul.minicart-content li{list-style:none;position:relative;padding:30px 0;overflow:hidden;border-bottom:1px solid #0065b3;}.top-form .wrapp-minicart .minicart-padding ul.minicart-content li:first-child{padding-top:25px;}.top-form .wrapp-minicart .minicart-padding ul.minicart-content li .product-image{display:inline-block;width:100px;background:#fff;border:1px #0065b3;float:left;margin-right:20px;position:relative;}.rtl .top-form .wrapp-minicart .minicart-padding ul.minicart-content li .product-image{float:right;margin-left:20px;margin-right:0;}.top-form .wrapp-minicart .minicart-padding ul.minicart-content li .product-image:hover img{opacity:.8;filter:alpha(opacity=80);}.top-form .wrapp-minicart .minicart-padding ul.minicart-content li .product-action{position:absolute;top:23px;right:0;}.rtl .top-form .wrapp-minicart .minicart-padding ul.minicart-content li .product-action{left:0;right:auto;}.top-form .wrapp-minicart .minicart-padding ul.minicart-content li .product-action a.btn-remove{display:block;margin:7px 0;}.top-form .wrapp-minicart .minicart-padding ul.minicart-content li .product-action .btn-edit{display:block;margin:7px 0;}.top-form .wrapp-minicart .minicart-padding ul.minicart-content li .detail-item{overflow:hidden;}.top-form .wrapp-minicart .minicart-padding ul.minicart-content li .detail-item .product-details{text-align:left;}.rtl .top-form .wrapp-minicart .minicart-padding ul.minicart-content li .detail-item .product-details{text-align:right;}.top-form .wrapp-minicart .minicart-padding ul.minicart-content li .detail-item .product-details h4{margin:0;padding-right:20px;}.rtl .top-form .wrapp-minicart .minicart-padding ul.minicart-content li .detail-item .product-details h4{padding-left:20px;padding-right:0;}.top-form .wrapp-minicart .minicart-padding ul.minicart-content li .detail-item .product-details h4 a{font-weight:600;font-size:14px;color:#111;text-transform:capitalize;line-height:22px;}.top-form .wrapp-minicart .minicart-padding ul.minicart-content li .detail-item .product-details h4 a:hover{color:#0065b3;}.top-form .wrapp-minicart .minicart-padding ul.minicart-content li .detail-item .product-details .product-price{float:left;}.rtl .top-form .wrapp-minicart .minicart-padding ul.minicart-content li .detail-item .product-details .product-price{float:right;}.top-form .wrapp-minicart .minicart-padding ul.minicart-content li .detail-item .product-details .product-price .price{display:block;}.top-form .wrapp-minicart .minicart-padding ul.minicart-content li .detail-item .product-details .product-price .price span.amount{font-weight:600;font-size:16px;color:#0065b3;padding:10px 0px;display:inline-block;}.top-form .wrapp-minicart .minicart-padding ul.minicart-content li .detail-item .product-details .product-price .qty{display:inline-block;width:40px;height:40px;line-height:40px;text-align:center;color:#717171;font-size:15px;border:1px solid #0065b3;}.top-form .wrapp-minicart .cart-checkout{line-height:normal;}.top-form .wrapp-minicart .cart-checkout .price-total{line-height:41px;padding:0 25px;}.top-form .wrapp-minicart .cart-checkout .price-total .label-price-total{font-weight:700;font-size:12px;color:#111;text-transform:uppercase;}.top-form .wrapp-minicart .cart-checkout .price-total .price-total-w{float:right;}.rtl .top-form .wrapp-minicart .cart-checkout .price-total .price-total-w{float:left;}.top-form .wrapp-minicart .cart-checkout .price-total .price-total-w span.price span.amount{font-weight:600;font-size:20px;color:#0065b3;}.top-form .wrapp-minicart .cart-checkout .cart-links{padding:15px 22px 40px;overflow:hidden;width:100%;}.top-form .wrapp-minicart .cart-checkout .cart-links .cart-link{text-align:left;}.rtl .top-form .wrapp-minicart .cart-checkout .cart-links .cart-link{text-align:right;}.top-form .wrapp-minicart .cart-checkout .cart-links .checkout-link{text-align:right;}.rtl .top-form .wrapp-minicart .cart-checkout .cart-links .checkout-link{text-align:left;}.top-form .wrapp-minicart .cart-checkout .cart-links .cart-link,.top-form .wrapp-minicart .cart-checkout .cart-links .checkout-link{float:left;width:50%;}.rtl .top-form .wrapp-minicart .cart-checkout .cart-links .cart-link,.rtl .top-form .wrapp-minicart .cart-checkout .cart-links .checkout-link{float:right;}.top-form .wrapp-minicart .cart-checkout .cart-links .cart-link a,.top-form .wrapp-minicart .cart-checkout .cart-links .checkout-link a{font-weight:700;font-size:12px;color:#111;line-height:43px;height:45px;border:1px solid #0065b3;padding:0 25px;background:#fff;display:inline-block;text-transform:uppercase;}.top-form .wrapp-minicart .cart-checkout .cart-links .cart-link:hover a,.top-form .wrapp-minicart .cart-checkout .cart-links .checkout-link:hover a{border:1px solid #0065b3;color:#fff;background-color:#0065b3;}.form-new h3{float:left;font-size:14px;color:#fff;text-transform:uppercase;margin:32px 0;}.rtl .form-new h3{float:right;}.form-new .mc4wp-form{float:right;padding-top:18px;}.rtl .form-new .mc4wp-form{float:left;}.form-new .mc4wp-form p{margin-bottom:0;}.form-new .mc4wp-form .mc4wp-form-fields{overflow:hidden;min-width:400px;}.form-new .mc4wp-form input[type="email"]{border:none;border-radius:0;color:#8c8c8c;font-size:12px;height:45px;line-height:45px;padding:0 15px;width:75%;float:left;}.rtl .form-new .mc4wp-form input[type="email"]{float:right;}.form-new .mc4wp-form .frm-submit{border:none;border-radius:0;width:25%;font-size:12px;padding:0;background:#0d0d0d;height:45px;line-height:45px;color:#fff;text-transform:capitalize;text-align:center;float:left;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;}.rtl .form-new .mc4wp-form .frm-submit{float:right;}.form-new .mc4wp-form .frm-submit:before{padding-right:4px;}.form-new .mc4wp-form .frm-submit:hover{color:#0065b3;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;}.form-new .mc4wp-form .mc4wp-success{color:#111;}.banner-single{overflow:hidden;}.banner-single .vc_figure{width:100%;}.banner-single .vc_figure a{width:100%;}.banner-single .vc_figure a img{-webkit-transition:all .5s;-moz-transition:all .5s;-o-transition:all .5s;-ms-transition:all .5s;transition:all .5s;width:100%;}.banner-single .vc_figure a img:hover{opacity:1;-webkit-transform:scale(1.02);-moz-transform:scale(1.02);-o-transform:scale(1.02);-ms-transform:scale(1.02);transform:scale(1.02);-webkit-transition:all .5s;-moz-transition:all .5s;-o-transition:all .5s;-ms-transition:all .5s;transition:all .5s;}.slide-mg{margin-bottom:30px;}.get-news .vc_column-inner{padding-top:0 !important;}.get-news .vc_column-inner .wpb_content_element{margin-bottom:0;}.header-style1 .sticky-menu{position:fixed;box-shadow:0px 0px 2px 1px #999;z-index:999;background:#fff;}.header-style1 .sticky-menu .top-form.top-form-minicart .top-minicart-icon{padding-top:94px;background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAAAlCAYAAACzpJKIAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3hpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo4QjNDRTE5OUJBQThFNTExOEEyNjkzMzQxNEZENkY3MCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpGNDY3OUZEREMyQ0YxMUU4QjI4MUI1QzQ4ODI3RjQ1MCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpGNDY3OUZEQ0MyQ0YxMUU4QjI4MUI1QzQ4ODI3RjQ1MCIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkI4MkYwQkVEMjVBNEU4MTE4QTQ1RTBFQjE4RkJFQ0Q1IiBzdFJlZjpkb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6NzQ0NDUzMTEtZTFkMy0xMWU1LWJkM2QtY2EzNjM4ZGM2ODE3Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+hhR9MgAAAdxJREFUeNrslz1LA0EQhu/OC4EoYg5ErGy0yQ+ws5AQrGwEsVdLwUawkIBgZSMidqJ/QLQWRVNo5Q9IES2MjeDH+QGKksT4Ds7CJORy68EGxQw8cOzOzXs7M7e3ZyeTSUvDRsE0GAE9YvwJnIId3/dzYUHsEDEbrIBF4DbxK4NVkIVoNcjJDXmYWbDE13mwDS7E/BCYASn2K4KtKCtLsMAA2AeT4LOBnwN2wQSLpbC6t6CVUdAx0FU3l2IhskswBTo4tcooZRWet9g/63levi4W1faEVnaIi4xl3o5ITBX0HTyKyU7QzcW/0wjWy5l6Aa9i3ANx2SA0OQ7OhNMcWANXnNIwo9QNgmWwKcbTYI/KpcSeQa5BO6u6lIIU0Azfj+95KkNljEn/A8xRzRKOeJ9iDd6xKFZzH4RiasyxWmi/RkzVM64ZKx62KzXbru55aypqihXAB98XuF1RF93w21/6aWpUNwYZNwg9cP//bJC2WFusLfaHxapR9kXNvbPE8Ws+I2lxFNA2bLRhLq76/MjTlXFzRRrLhnVsJXYLhg3Vjb5n56BPidER+jpiA+jUtSK70db4o4lkEHLrj3K24Zo5skHonL4Ojg20fobjt77158EC/7GYsgew8SXAAJbebMr4IdO1AAAAAElFTkSuQmCC") no-repeat center 51px var(--color);}.header-style1 .sticky-menu .top-form.top-form-minicart .top-minicart-icon.nitro-lazy{background-image:none !important;}.header-style2 .sticky-menu{position:fixed;box-shadow:0px 0px 2px 1px #999;z-index:999;background:#fff;}.primary-menu .navbar-inverse{background-color:transparent;border-color:#fff;}.nav-pills{display:inline-block;margin-left:0;list-style-type:none;margin-bottom:0;}.nav-pills.nav-css >li{float:none;display:inline-block;}.nav-pills.nav-css >li > a{padding:20px 18px;}.nav-pills.nav-css >li.dropdown > a span.menu-img{position:absolute;left:5px;top:-2px;}.nav-pills.nav-css >li.dropdown .dropdown-menu{box-shadow:none;border:1px solid #eaeaea;padding:0;min-width:200px;}.nav-pills.nav-css >li.dropdown .dropdown-menu li{width:100%;padding:0 20px;}.nav-pills.nav-css >li.dropdown .dropdown-menu li >a{padding:13px 0;color:#727272;font-size:13px;text-transform:capitalize;border-bottom:1px solid #eaeaea;}.nav-pills.nav-css >li.dropdown .dropdown-menu li >a:hover{color:#111;}.header-style1 .nav-pills.nav-css >li.dropdown .dropdown-menu li >a:hover{color:var(--color);}.nav-pills.nav-css >li.dropdown .dropdown-menu li.active > a{color:#111;}.nav-pills.nav-css >li.dropdown .dropdown-menu li:last-child > a{border:0;}.nav-pills.nav-css >li.dropdown .dropdown-menu li.dropdown-submenu{position:relative;}.nav-pills.nav-css >li.dropdown .dropdown-menu li.dropdown-submenu >.dropdown-sub > li.active > a{color:var(--color);}.nav-pills.nav-css >li.dropdown .dropdown-menu li.dropdown-submenu .dropdown-menu{top:-1px;left:100%;}.rtl .nav-pills.nav-css >li.dropdown .dropdown-menu li.dropdown-submenu .dropdown-menu{left:auto;right:100%;}.nav-pills.nav-css >li.dropdown .dropdown-menu li.dropdown-submenu .dropdown-menu > a{border-bottom:1px solid #eaeaea;}.nav-pills.nav-css >li.dropdown .dropdown-menu li.dropdown-submenu:hover > a,.nav-pills.nav-css >li.dropdown .dropdown-menu li.dropdown-submenu:focus > a{color:var(--color);}.nav-pills.nav-css >li:hover .dropdown-menu{top:100%;opacity:1;filter:alpha(opacity=100);visibility:visible;}.nav-pills >li{float:none;display:inline-block;}.nav-pills >li > a{text-transform:uppercase;background:transparent;position:relative;padding:20px 18px;font-weight:600;display:block;font-size:16px;line-height:20px;color:#111;}.nav-pills >li > a:hover,.nav-pills >li > a:focus{background:transparent;color:var(--color);}.nav-pills >li.active > a,.nav-pills >li:hover > a{color:var(--color);-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;}.nav-pills >li.dropdown > a{position:relative;}.nav-pills >li.dropdown .dropdown-menu{text-align:left;display:block;visibility:hidden;top:125%;padding:15px 0;border:none;min-width:200px;-webkit-border-radius:0;-moz-border-radius:0;-o-border-radius:0;-ms-border-radius:0;border-radius:0;opacity:1;filter:alpha(opacity=100);}.rtl .nav-pills >li.dropdown .dropdown-menu{text-align:right;}.nav-pills >li.dropdown .dropdown-menu li{width:100%;}.nav-pills >li.dropdown .dropdown-menu li.active > a{color:var(--color);}.nav-pills >li.dropdown .dropdown-menu li >a{position:relative;text-transform:capitalize;display:block;padding:12px 25px;color:#7d7d7d;}.nav-pills >li.dropdown .dropdown-menu li >a:hover{color:var(--color);}.nav-pills >li.dropdown .dropdown-menu li.dropdown-submenu{position:relative;}.nav-pills >li.dropdown .dropdown-menu li.dropdown-submenu li.active > a{color:var(--color);}.nav-pills >li.dropdown .dropdown-menu li.dropdown-submenu .dropdown-menu{position:absolute;top:-16px;left:110%;visibility:hidden;margin:0;opacity:0;filter:alpha(opacity=0);-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;}.rtl .nav-pills >li.dropdown .dropdown-menu li.dropdown-submenu .dropdown-menu{left:auto;right:110%;}.nav-pills >li.dropdown .dropdown-menu >.dropdown-submenu:hover >.dropdown-menu{left:100%;visibility:visible;opacity:1;filter:alpha(opacity=100);}.rtl .nav-pills >li.dropdown .dropdown-menu >.dropdown-submenu:hover >.dropdown-menu{left:auto;right:100%;}.nav-pills >li.dropdown:hover:before{top:100%;visibility:visible;opacity:1;filter:alpha(opacity=100);}.nav-pills >li.dropdown > .dropdown-menu.visible{visibility:visible;top:100%;opacity:1;filter:alpha(opacity=100);}.nav-pills >li.active{position:relative;}.nav-pills >li.active >a,.nav-pills >li.active >a:hover,.nav-pills >li.active >a:focus{background:transparent;color:var(--color);}.nav-pills .dropdown-menu li.active >a,.nav-pills .dropdown-menu li:hover >a{color:var(--color);background:transparent;}.nav-pills.nav-mega .menu-img{position:absolute;right:5px;top:-2px;}.nav-pills.nav-mega .autusin-mega-menu .wpb_raw_html{margin-bottom:0;}.nav-pills.nav-mega .autusin-mega-menu .listing-tab-shortcode{padding:0px 15px 15px 15px;}.nav-pills.nav-mega .autusin-mega-menu.autusin-menu-img > a span.menu-img{position:absolute;right:5px;top:-2px;}.nav-pills.nav-mega .autusin-mega-menu .dropdown-menu{padding:30px 15px 15px;width:100%;visibility:hidden;box-shadow:0px 0px 5px #999;}.nav-pills.nav-mega .autusin-mega-menu .dropdown-menu li.active >a,.nav-pills.nav-mega .autusin-mega-menu .dropdown-menu li:hover >a{background-color:transparent;}.nav-pills.nav-mega .autusin-mega-menu .dropdown-menu li .dropdown-sub > li.active >a,.nav-pills.nav-mega .autusin-mega-menu .dropdown-menu li .dropdown-sub > li:hover >a{background-color:transparent;color:var(--color);}.nav-pills.nav-mega .autusin-mega-menu .dropdown-menu >li{float:left;padding:0 15px;}.nav-pills.nav-mega .autusin-mega-menu .dropdown-menu >li.image-full{width:100% !important;padding-top:0;}.nav-pills.nav-mega .autusin-mega-menu .dropdown-menu >li.image-full >a{border-bottom:0;font-size:14px;text-transform:uppercase;padding:7px 20px;}.nav-pills.nav-mega .autusin-mega-menu .dropdown-menu >li.image-full >a .menu-title{display:none;}.nav-pills.nav-mega .autusin-mega-menu .dropdown-menu >li.image-full img{width:100%;}.rtl .nav-pills.nav-mega .autusin-mega-menu .dropdown-menu >li{float:right;}.nav-pills.nav-mega .autusin-mega-menu .dropdown-menu .dropdown-submenu >a,.nav-pills.nav-mega .autusin-mega-menu .dropdown-menu .dropdown-submenu >.have-title{text-transform:uppercase;font-weight:normal;font-weight:700;padding:0;display:block;color:#111;font-size:14px;}.nav-pills.nav-mega .autusin-mega-menu .dropdown-menu .dropdown-submenu >a .menu-title,.nav-pills.nav-mega .autusin-mega-menu .dropdown-menu .dropdown-submenu >.have-title .menu-title{display:block;padding-bottom:15px;border-bottom:1px #eaeaea solid;margin-bottom:5px;}.nav-pills.nav-mega .autusin-mega-menu .dropdown-menu .dropdown-submenu .dropdown-sub.active > a{color:var(--color);}.nav-pills.nav-mega .autusin-mega-menu .dropdown-menu .dropdown-submenu .dropdown-sub a{padding:9px 0;text-transform:capitalize;font-size:14px;color:#7d7d7d;}.nav-pills.nav-mega .autusin-mega-menu .dropdown-menu .dropdown-submenu .dropdown-sub a:hover{color:var(--color);}.nav-pills.nav-mega .autusin-mega-menu .dropdown-menu .dropdown-submenu .dropdown-sub >li .menu-img{float:left;width:25px;margin-right:15px;}.rtl .nav-pills.nav-mega .autusin-mega-menu .dropdown-menu .dropdown-submenu .dropdown-sub >li .menu-img{float:right;margin-right:0;margin-left:15px;}.nav-pills.nav-mega .autusin-mega-menu .dropdown-menu.column-1{min-width:1170px;padding:30px 0 15px;}.nav-pills.nav-mega .autusin-mega-menu .dropdown-menu.column-1 >li{width:100%;}.nav-pills.nav-mega .autusin-mega-menu .dropdown-menu.column-2{min-width:380px;}.nav-pills.nav-mega .autusin-mega-menu .dropdown-menu.column-2 >li{width:50%;}.nav-pills.nav-mega .autusin-mega-menu .dropdown-menu.column-3{min-width:720px;}.nav-pills.nav-mega .autusin-mega-menu .dropdown-menu.column-3 >li{width:33.33%;}.nav-pills.nav-mega .autusin-mega-menu .dropdown-menu.column-4{min-width:875px;}.nav-pills.nav-mega .autusin-mega-menu .dropdown-menu.column-4 >li{width:25%;}.nav-pills.nav-mega .autusin-mega-menu .dropdown-menu.column-5{min-width:1170px;}.nav-pills.nav-mega .autusin-mega-menu .dropdown-menu.column-5 >li{width:20%;}.nav-pills.nav-mega .autusin-mega-menu .dropdown-menu .autusin-menu-img >a{padding:15px 0 0 0;}.nav-pills.nav-mega .autusin-mega-menu .dropdown-menu .autusin-menu-img >a:before{display:none;}.nav-pills.nav-mega .autusin-mega-menu .dropdown-menu .autusin-menu-img >a:hover{color:var(--color);}.nav-pills.nav-mega .autusin-mega-menu .dropdown-menu .autusin-menu-img:hover img{opacity:.75;filter:alpha(opacity=75);}.nav-pills.nav-mega .autusin-mega-menu .dropdown-menu .menu-shortcode >a{display:none;}.nav-pills.nav-mega .autusin-mega-menu.custom-image-col5 .dropdown-menu.column-5 >li{width:18%;}.nav-pills.nav-mega .autusin-mega-menu.custom-image-col5 .dropdown-menu.column-5 >li.autusin-menu-img{width:28%;}.nav-pills.nav-mega .autusin-mega-menu.custom-mega-product .dropdown-menu{padding:0;}.nav-pills.nav-mega .autusin-mega-menu.custom-mega-product .dropdown-menu >li{padding:0;}.nav-pills.nav-mega .autusin-mega-menu:hover .dropdown-menu .listing-tab-shortcode .tabbable.tabs .tab-content{visibility:visible;}.nav-pills.nav-mega .autusin-menu-custom > .dropdown-menu > li.active > a{color:var(--color);}.nav-pills.nav-mega .autusin-menu-custom ul{box-shadow:0px 0px 5px #999;}.nav-pills.nav-mega .autusin-menu-custom ul .menu-img{display:none;}.nav-pills.nav-mega .autusin-menu-custom ul > li > a{font-size:14px;}.nav-pills.nav-mega .autusin-menu-custom ul li >.have-title{position:relative;display:block;padding:10px 25px;}.nav-pills.nav-mega .autusin-menu-custom ul li >.have-title:before{content:"";font-family:"FontAwesome";font-size:6px;display:inline-block;vertical-align:middle;padding-right:8px;}.rtl .nav-pills.nav-mega .autusin-menu-custom ul li >.have-title:before{padding-right:0;padding-left:8px;}.nav-pills.nav-mega .autusin-menu-custom ul .dropdown-submenu >ul{position:absolute;background-color:#fff;left:110%;top:0;padding:15px 0;visibility:hidden;opacity:0;filter:alpha(opacity=0);-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;min-width:180px;}.rtl .nav-pills.nav-mega .autusin-menu-custom ul .dropdown-submenu >ul{left:auto;right:110%;}.nav-pills.nav-mega .autusin-menu-custom ul .dropdown-submenu >ul >li{position:relative;}.nav-pills.nav-mega .autusin-menu-custom ul .dropdown-submenu >ul >li ul{padding:15px 0;position:absolute;background-color:#fff;left:110%;top:0;visibility:hidden;opacity:0;filter:alpha(opacity=0);-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;}.rtl .nav-pills.nav-mega .autusin-menu-custom ul .dropdown-submenu >ul >li ul{left:auto;right:110%;}.nav-pills.nav-mega .autusin-menu-custom ul .dropdown-submenu >ul >li ul >li:hover >ul{left:100%;visibility:visible;opacity:1;filter:alpha(opacity=100);}.rtl .nav-pills.nav-mega .autusin-menu-custom ul .dropdown-submenu >ul >li ul >li:hover >ul{left:auto;right:100%;}.nav-pills.nav-mega .autusin-menu-custom ul .dropdown-submenu >ul >li:hover >ul{left:100%;visibility:visible;opacity:1;filter:alpha(opacity=100);}.rtl .nav-pills.nav-mega .autusin-menu-custom ul .dropdown-submenu >ul >li:hover >ul{left:auto;right:100%;}.nav-pills.nav-mega .autusin-menu-custom ul .dropdown-submenu:hover >ul{left:100%;visibility:visible;opacity:1;filter:alpha(opacity=100);}.rtl .nav-pills.nav-mega .autusin-menu-custom ul .dropdown-submenu:hover >ul{left:auto;right:100%;}.nav-pills.nav-mega .autusin-mega-menu.custom-image-col4 .dropdown-menu.column-4 >li.autusin-menu-img{width:22%;}.nav-pills.nav-mega .autusin-mega-menu.custom-image-col4 .dropdown-menu.column-4 >li.autusin-menu-img a .menu-title{border-bottom:none;}.nav-pills.nav-mega .autusin-mega-menu.custom-image-col4 .dropdown-menu.column-4 >li.custom-slider-col4{width:31%;margin-left:1.3%;border-left:1px #e6e6e6 solid;}.rtl .nav-pills.nav-mega .autusin-mega-menu.custom-image-col4 .dropdown-menu.column-4 >li.custom-slider-col4{border-right:1px #e6e6e6 solid;border-left:0;margin-right:1.3%;margin-left:0;}.nav-pills.nav-mega .autusin-mega-menu.custom-image-col4 .dropdown-menu.column-4 >li.custom-slider-col4 .order-title{display:none;}.nav-pills.nav-mega .autusin-mega-menu.custom-image-col4 .dropdown-menu.column-4 >li.custom-slider-col4 .sw-woo-container-slider{margin-bottom:0;}.nav-pills.nav-mega .autusin-mega-menu.custom-image-col4 .dropdown-menu.column-4 >li.custom-slider-col4 .sw-woo-container-slider .item .item-wrap .item-detail .item-content{padding:20px 15px;}.nav-pills.nav-mega .autusin-mega-menu.custom-image-col4 .dropdown-menu.column-4 >li.custom-slider-col4 .sw-woo-container-slider .item .item-wrap:hover .item-detail{border:1px transparent solid;}.nav-pills.nav-mega .autusin-mega-menu.custom-image-col4 .dropdown-menu.column-4 >li.custom-slider-col4 .sw-woo-container-slider .slick-next{right:0;}.nav-pills.nav-mega .autusin-mega-menu.custom-image-col4 .dropdown-menu.column-4 >li.custom-slider-col4 .sw-woo-container-slider .slick-prev{left:0;}.mega-left-title{background:var(--color);height:46px;line-height:46px;overflow:hidden;padding:0 15px;}.mega-left-title span{color:#fff;text-transform:uppercase;font-size:14px;font-weight:700;}.mega-left-title:before{content:"";width:19px;height:14px;display:inline-block;margin-right:10px;background:url("https://cdn-ildmmhg.nitrocdn.com/EmfGayVpJIjlSxwvIsYhxAzAzNUjWyuH/assets/images/optimized/rev-f65d057/mwtruckparts.co.uk/wp-content/uploads/sw_theme/assets/img/bg_general.png") no-repeat -20px -1379px;}.rtl .mega-left-title:before{margin-left:10px;margin-right:0;}.vertical_megamenu-header .wpb_content_element{margin:0;}.vertical_megamenu-header:hover .wrapper_vertical_menu{opacity:1;-webkit-transform:translateY(0);-moz-transform:translateY(0);-o-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);visibility:visible;}.home-style1 .header-style1 .vertical_megamenu-header .wrapper_vertical_menu{opacity:1;-webkit-transform:translateY(0);-moz-transform:translateY(0);-o-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);visibility:visible;}.wrapper_vertical_menu{position:absolute;min-width:269px;opacity:0;-webkit-transition:all .3s ease-out 0s;-moz-transition:all .3s ease-out 0s;-o-transition:all .3s ease-out 0s;-ms-transition:all .3s ease-out 0s;transition:all .3s ease-out 0s;-webkit-transform:translateY(-40px);-moz-transform:translateY(-40px);-o-transform:translateY(-40px);-ms-transform:translateY(-40px);transform:translateY(-40px);z-index:9;visibility:hidden;}.wrapper_vertical_menu .dropdown-sub{margin:0;}.wrapper_vertical_menu .vertical-megamenu{position:relative;margin:0;box-shadow:0 0 20px rgba(0,0,0,.15);-moz-box-shadow:0 0 20px rgba(0,0,0,.15);-webkit-box-shadow:0 0 20px rgba(0,0,0,.15);background-color:#fff;border-top:0;z-index:9;}.wrapper_vertical_menu .vertical-megamenu > li{padding:0 15px;background:none;border:0;position:relative;z-index:1;cursor:pointer;}.wrapper_vertical_menu .vertical-megamenu > li.swg-menu-img > a >.have-title{display:flex;align-items:center;}.wrapper_vertical_menu .vertical-megamenu > li.swg-menu-img > a >.have-title .menu-img{margin-right:10px;}.wrapper_vertical_menu .vertical-megamenu > li:last-child > a{border-bottom:0;}.wrapper_vertical_menu .vertical-megamenu > li.showMore a.open-more-cat{background:url("data:image/jpeg;base64,/9j/4QAYRXhpZgAASUkqAAgAAAAAAAAAAAAAAP/sABFEdWNreQABAAQAAABQAAD/4QNvaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLwA8P3hwYWNrZXQgYmVnaW49Iu+7vyIgaWQ9Ilc1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCI/PiA8eDp4bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJBZG9iZSBYTVAgQ29yZSA1LjAtYzA2MCA2MS4xMzQ3NzcsIDIwMTAvMDIvMTItMTc6MzI6MDAgICAgICAgICI+IDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+IDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ9InhtcC5kaWQ6RjY1MTM3QUM0RUNFRTIxMUExNTJERkVDNkUyODBEMUMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MkYzRTNENzE5RjQ0MTFFNkJCRURERTU4NTI0MTgzNkYiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MkYzRTNENzA5RjQ0MTFFNkJCRURERTU4NTI0MTgzNkYiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo4QjZFMjUxOUY2N0JFNjExQjRDNkMwMjYzODI3N0QzMiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpGNjUxMzdBQzRFQ0VFMjExQTE1MkRGRUM2RTI4MEQxQyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pv/uAA5BZG9iZQBkwAAAAAH/2wCEAAICAgICAgICAgIDAgICAwQDAgIDBAUEBAQEBAUGBQUFBQUFBgYHBwgHBwYJCQoKCQkMDAwMDAwMDAwMDAwMDAwBAwMDBQQFCQYGCQ0LCQsNDw4ODg4PDwwMDAwMDw8MDAwMDAwPDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDP/AABEIAA8ADwMBEQACEQEDEQH/xABYAAEBAQAAAAAAAAAAAAAAAAAFAQkBAQAAAAAAAAAAAAAAAAAAAAAQAAEFAAIDAQEAAAAAAAAAAAIBAwQFBhIHABETIhQRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/ANZrKzyMjIvdm9muwrd24hSrTHY60kg3ECG2CuRo8eO4vzcfcb4E44QEXIuI+hRE8BCW5jM5WR9RkbKvlddWMsKXd51qUD9QLU/iwj4CpE2wbZugjoj6EmyLkPtBXwK5LrM5i7LI6hiVZddSq+Uznd1Sh/e0NPIbJRB/4I6bZx2y4i6gE2QoJckX2PgK29uGnbrpD9dLzvXudlsWNhPsGFjy7SXGJFhRIkJU+yor3Av0CE4SA22BclVA/9k=") no-repeat center left;padding-left:33px;margin:0 0 0 2px;}.wrapper_vertical_menu .vertical-megamenu > li.showMore a.open-more-cat.nitro-lazy{background-image:none !important;}.rtl .wrapper_vertical_menu .vertical-megamenu > li.showMore a.open-more-cat{background:url("data:image/jpeg;base64,/9j/4QAYRXhpZgAASUkqAAgAAAAAAAAAAAAAAP/sABFEdWNreQABAAQAAABQAAD/4QNvaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLwA8P3hwYWNrZXQgYmVnaW49Iu+7vyIgaWQ9Ilc1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCI/PiA8eDp4bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJBZG9iZSBYTVAgQ29yZSA1LjAtYzA2MCA2MS4xMzQ3NzcsIDIwMTAvMDIvMTItMTc6MzI6MDAgICAgICAgICI+IDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+IDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ9InhtcC5kaWQ6RjY1MTM3QUM0RUNFRTIxMUExNTJERkVDNkUyODBEMUMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MkYzRTNENzE5RjQ0MTFFNkJCRURERTU4NTI0MTgzNkYiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MkYzRTNENzA5RjQ0MTFFNkJCRURERTU4NTI0MTgzNkYiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo4QjZFMjUxOUY2N0JFNjExQjRDNkMwMjYzODI3N0QzMiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpGNjUxMzdBQzRFQ0VFMjExQTE1MkRGRUM2RTI4MEQxQyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pv/uAA5BZG9iZQBkwAAAAAH/2wCEAAICAgICAgICAgIDAgICAwQDAgIDBAUEBAQEBAUGBQUFBQUFBgYHBwgHBwYJCQoKCQkMDAwMDAwMDAwMDAwMDAwBAwMDBQQFCQYGCQ0LCQsNDw4ODg4PDwwMDAwMDw8MDAwMDAwPDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDP/AABEIAA8ADwMBEQACEQEDEQH/xABYAAEBAQAAAAAAAAAAAAAAAAAFAQkBAQAAAAAAAAAAAAAAAAAAAAAQAAEFAAIDAQEAAAAAAAAAAAIBAwQFBhIHABETIhQRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/ANZrKzyMjIvdm9muwrd24hSrTHY60kg3ECG2CuRo8eO4vzcfcb4E44QEXIuI+hRE8BCW5jM5WR9RkbKvlddWMsKXd51qUD9QLU/iwj4CpE2wbZugjoj6EmyLkPtBXwK5LrM5i7LI6hiVZddSq+Uznd1Sh/e0NPIbJRB/4I6bZx2y4i6gE2QoJckX2PgK29uGnbrpD9dLzvXudlsWNhPsGFjy7SXGJFhRIkJU+yor3Av0CE4SA22BclVA/9k=") no-repeat center right;padding-left:0;padding-right:33px;margin:0 2px 0 0;}.rtl .wrapper_vertical_menu .vertical-megamenu > li.showMore a.open-more-cat.nitro-lazy{background-image:none !important;}.wrapper_vertical_menu .vertical-megamenu > li.showMore a.close-more-cat{background:url("data:image/jpeg;base64,/9j/4QAYRXhpZgAASUkqAAgAAAAAAAAAAAAAAP/sABFEdWNreQABAAQAAABQAAD/4QN/aHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLwA8P3hwYWNrZXQgYmVnaW49Iu+7vyIgaWQ9Ilc1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCI/PiA8eDp4bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJBZG9iZSBYTVAgQ29yZSA1LjAtYzA2MCA2MS4xMzQ3NzcsIDIwMTAvMDIvMTItMTc6MzI6MDAgICAgICAgICI+IDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+IDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ9InhtcC5kaWQ6MmJjOGYyMzAtYTA1MC0xYjQ4LWEzODktZTdlZDFjZGUzODI4IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjlBQzk0Qzg5QjEzNDExRTY4RDE0Q0IzRUU2NDk5NDY3IiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjlBQzk0Qzg4QjEzNDExRTY4RDE0Q0IzRUU2NDk5NDY3IiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE0IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjJiYzhmMjMwLWEwNTAtMWI0OC1hMzg5LWU3ZWQxY2RlMzgyOCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoyYmM4ZjIzMC1hMDUwLTFiNDgtYTM4OS1lN2VkMWNkZTM4MjgiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7/7gAOQWRvYmUAZMAAAAAB/9sAhAACAgICAgICAgICAwICAgMEAwICAwQFBAQEBAQFBgUFBQUFBQYGBwcIBwcGCQkKCgkJDAwMDAwMDAwMDAwMDAwMAQMDAwUEBQkGBgkNCwkLDQ8ODg4ODw8MDAwMDA8PDAwMDAwMDwwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAz/wAARCAAPAA8DAREAAhEBAxEB/8QAWQABAQEAAAAAAAAAAAAAAAAAAAUJAQEAAAAAAAAAAAAAAAAAAAAAEAACAwACAgIDAAAAAAAAAAABAgMEBREGABITFiEiBxEBAAAAAAAAAAAAAAAAAAAAAP/aAAwDAQACEQMRAD8A2Qqnqe1n0O3f0nRosnY/az1zG1rCJSq0z+YVjgkYRySmMq8jsC3seBwoA8Ba+p4VSDd6zpUbPRL1xMfuONHYSbLWK6RD86AsyQtG0ifIF4VoyfYchT4FPD1fqVCtj3aFnb6xHy3Uuy5ULaMb0nPvFDNHXEkitEpCB1Uo6gHkHkeA09X7A9GzNn2cLpmFdh0L1u9C0FnRtwOGqVa1Qj5iDN6N+yhnYKiK3sSA/9k=") no-repeat center left;padding-left:33px;margin:0 0 0 2px;}.wrapper_vertical_menu .vertical-megamenu > li.showMore a.close-more-cat.nitro-lazy{background-image:none !important;}.rtl .wrapper_vertical_menu .vertical-megamenu > li.showMore a.close-more-cat{background:url("data:image/jpeg;base64,/9j/4QAYRXhpZgAASUkqAAgAAAAAAAAAAAAAAP/sABFEdWNreQABAAQAAABQAAD/4QN/aHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLwA8P3hwYWNrZXQgYmVnaW49Iu+7vyIgaWQ9Ilc1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCI/PiA8eDp4bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJBZG9iZSBYTVAgQ29yZSA1LjAtYzA2MCA2MS4xMzQ3NzcsIDIwMTAvMDIvMTItMTc6MzI6MDAgICAgICAgICI+IDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+IDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ9InhtcC5kaWQ6MmJjOGYyMzAtYTA1MC0xYjQ4LWEzODktZTdlZDFjZGUzODI4IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjlBQzk0Qzg5QjEzNDExRTY4RDE0Q0IzRUU2NDk5NDY3IiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjlBQzk0Qzg4QjEzNDExRTY4RDE0Q0IzRUU2NDk5NDY3IiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE0IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjJiYzhmMjMwLWEwNTAtMWI0OC1hMzg5LWU3ZWQxY2RlMzgyOCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoyYmM4ZjIzMC1hMDUwLTFiNDgtYTM4OS1lN2VkMWNkZTM4MjgiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7/7gAOQWRvYmUAZMAAAAAB/9sAhAACAgICAgICAgICAwICAgMEAwICAwQFBAQEBAQFBgUFBQUFBQYGBwcIBwcGCQkKCgkJDAwMDAwMDAwMDAwMDAwMAQMDAwUEBQkGBgkNCwkLDQ8ODg4ODw8MDAwMDA8PDAwMDAwMDwwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAz/wAARCAAPAA8DAREAAhEBAxEB/8QAWQABAQEAAAAAAAAAAAAAAAAAAAUJAQEAAAAAAAAAAAAAAAAAAAAAEAACAwACAgIDAAAAAAAAAAABAgMEBREGABITFiEiBxEBAAAAAAAAAAAAAAAAAAAAAP/aAAwDAQACEQMRAD8A2Qqnqe1n0O3f0nRosnY/az1zG1rCJSq0z+YVjgkYRySmMq8jsC3seBwoA8Ba+p4VSDd6zpUbPRL1xMfuONHYSbLWK6RD86AsyQtG0ifIF4VoyfYchT4FPD1fqVCtj3aFnb6xHy3Uuy5ULaMb0nPvFDNHXEkitEpCB1Uo6gHkHkeA09X7A9GzNn2cLpmFdh0L1u9C0FnRtwOGqVa1Qj5iDN6N+yhnYKiK3sSA/9k=") no-repeat center right;padding-left:0;padding-right:33px;margin:0 2px 0 0;}.rtl .wrapper_vertical_menu .vertical-megamenu > li.showMore a.close-more-cat.nitro-lazy{background-image:none !important;}.wrapper_vertical_menu .vertical-megamenu > li.icon-phone > a span.menu-img{position:absolute;left:0;top:13px;display:inline-block;}.wrapper_vertical_menu .vertical-megamenu > li.icon-sport > a span.menu-img{position:absolute;left:0;top:19px;display:inline-block;}.wrapper_vertical_menu .vertical-megamenu > li > a{font-size:13px;padding:0 20px 0 0;line-height:42px;color:#111;}.wrapper_vertical_menu .vertical-megamenu > li > a > span.menu-img{display:inline-block;vertical-align:middle;min-width:24px;margin-right:15px;}.rtl .wrapper_vertical_menu .vertical-megamenu > li > a > span.menu-img{margin-right:0;margin-left:20px;}.rtl .wrapper_vertical_menu .vertical-megamenu > li > a{padding:0 0 0 20px;}.wrapper_vertical_menu .vertical-megamenu > li > a:hover{background-color:#fff;}.wrapper_vertical_menu .vertical-megamenu > li > a .have-title{-webkit-transition:all .5s;-moz-transition:all .5s;-o-transition:all .5s;-ms-transition:all .5s;transition:all .5s;}.wrapper_vertical_menu .vertical-megamenu > li > a:hover{color:var(--color);}.wrapper_vertical_menu .vertical-megamenu > li > .dropdown-menu{position:absolute;-webkit-transition:all .4s ease;-moz-transition:all .4s ease;-o-transition:all .4s ease;-ms-transition:all .4s ease;transition:all .4s ease;visibility:hidden;display:inherit;opacity:0;filter:alpha(opacity=0);-webkit-transform:translate(0,60px);-moz-transform:translate(0,60px);-o-transform:translate(0,60px);-ms-transform:translate(0,60px);transform:translate(0,60px);left:100%;top:0;border-radius:0;min-width:230px;padding:0;border:0;}.rtl .wrapper_vertical_menu .vertical-megamenu > li > .dropdown-menu{left:auto;right:100%;}.wrapper_vertical_menu .vertical-megamenu > li > .dropdown-menu > li{position:relative;line-height:32px;}.wrapper_vertical_menu .vertical-megamenu > li > .dropdown-menu > li > a{position:relative;padding:10px 20px;color:#111;background-color:#fff;border-bottom:1px solid #0065b3;text-transform:capitalize;}.wrapper_vertical_menu .vertical-megamenu > li > .dropdown-menu > li .dropdown-menu{position:absolute;left:100%;margin:0;top:0;background:#fff;display:none;min-width:230px;padding:0;border-radius:0;border:0;}.rtl .wrapper_vertical_menu .vertical-megamenu > li > .dropdown-menu > li .dropdown-menu{left:auto;right:100%;}.wrapper_vertical_menu .vertical-megamenu > li > .dropdown-menu > li .dropdown-menu > li{position:relative;line-height:32px;}.wrapper_vertical_menu .vertical-megamenu > li > .dropdown-menu > li .dropdown-menu > li > a{position:relative;padding:10px 20px;color:#111;background-color:#fff;border-bottom:1px solid #0065b3;text-transform:capitalize;}.wrapper_vertical_menu .vertical-megamenu > li > .dropdown-menu > li .dropdown-menu > li > a:hover{background-color:#fff;}.wrapper_vertical_menu .vertical-megamenu > li > .dropdown-menu > li .dropdown-menu > li:hover > a{background-color:#f7f7f7;color:var(--color);}.wrapper_vertical_menu .vertical-megamenu > li > .dropdown-menu > li .dropdown-menu > li:hover > a:before{background-color:var(--color);}.wrapper_vertical_menu .vertical-megamenu > li > .dropdown-menu > li .dropdown-menu > li:hover > .dropdown-menu{display:block;}.wrapper_vertical_menu .vertical-megamenu > li > .dropdown-menu > li:hover > a{color:var(--color);}.wrapper_vertical_menu .vertical-megamenu > li > .dropdown-menu > li:hover > a:before{background-color:var(--color);}.wrapper_vertical_menu .vertical-megamenu > li > .dropdown-menu > li:hover > .dropdown-menu{display:block;}.wrapper_vertical_menu .vertical-megamenu > li.dropdown > a:hover:after{color:var(--color);}.wrapper_vertical_menu .vertical-megamenu > li.dropdown > a:after{content:"";font-family:"FontAwesome";font-size:14px;color:#7d7d7d;position:absolute;right:0px;top:0;}.rtl .wrapper_vertical_menu .vertical-megamenu > li.dropdown > a:after{left:0px;right:auto;content:"";}.wrapper_vertical_menu .vertical-megamenu > li:hover .dropdown-menu{display:block;-webkit-transition:all .4s ease;-moz-transition:all .4s ease;-o-transition:all .4s ease;-ms-transition:all .4s ease;transition:all .4s ease;visibility:visible;opacity:1;filter:alpha(opacity=100);-webkit-transform:translate(0px,0px);-moz-transform:translate(0px,0px);-o-transform:translate(0px,0px);-ms-transform:translate(0px,0px);transform:translate(0px,0px);}.wrapper_vertical_menu .vertical-megamenu > li:hover > a{color:var(--color);}.wrapper_vertical_menu .vertical-megamenu > li:hover > a .have-title{-webkit-transition:all .5s;-moz-transition:all .5s;-o-transition:all .5s;-ms-transition:all .5s;transition:all .5s;padding-left:20px;}.rtl .wrapper_vertical_menu .vertical-megamenu > li:hover > a .have-title{padding-left:0;padding-right:20px;}.wrapper_vertical_menu .vertical-megamenu > li > .dropdown-menu.visible{display:block;-webkit-transition:all .4s ease;-moz-transition:all .4s ease;-o-transition:all .4s ease;-ms-transition:all .4s ease;transition:all .4s ease;visibility:visible;opacity:1;filter:alpha(opacity=100);-webkit-transform:translate(0px,0px);-moz-transform:translate(0px,0px);-o-transform:translate(0px,0px);-ms-transform:translate(0px,0px);transform:translate(0px,0px);}.wrapper_vertical_menu .vertical-megamenu > li.autusin-menu-custom ul{min-width:180px;padding:20px 0;border:1px solid #eee;box-shadow:2px 3px 5px #999;box-shadow:none;border-radius:0;}.wrapper_vertical_menu .vertical-megamenu > li.autusin-menu-custom ul > li{line-height:32px;padding:0 30px;}.wrapper_vertical_menu .vertical-megamenu > li.autusin-menu-custom ul > li.column-4,.wrapper_vertical_menu .vertical-megamenu > li.autusin-menu-custom ul > li.column-3,.wrapper_vertical_menu .vertical-megamenu > li.autusin-menu-custom ul > li.column-2{padding:0;}.wrapper_vertical_menu .vertical-megamenu > li.autusin-menu-custom ul > li.column-4 .have-title,.wrapper_vertical_menu .vertical-megamenu > li.autusin-menu-custom ul > li.column-3 .have-title,.wrapper_vertical_menu .vertical-megamenu > li.autusin-menu-custom ul > li.column-2 .have-title{display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;flex-direction:row;align-items:center;}.wrapper_vertical_menu .vertical-megamenu > li.autusin-menu-custom ul > li.column-4 .have-title .menu-img,.wrapper_vertical_menu .vertical-megamenu > li.autusin-menu-custom ul > li.column-3 .have-title .menu-img,.wrapper_vertical_menu .vertical-megamenu > li.autusin-menu-custom ul > li.column-2 .have-title .menu-img{padding:0 10px;}.wrapper_vertical_menu .vertical-megamenu > li.autusin-menu-custom ul > li a{color:#777;font-size:14px;position:relative;background-color:#fff;}.wrapper_vertical_menu .vertical-megamenu > li.autusin-menu-custom ul > li .dropdown-sub{min-width:180px;padding:20px 0;border:1px solid #bbb;border-radius:5px;box-shadow:none;display:none;position:absolute;left:100%;top:0;background-color:#fff;}.rtl .wrapper_vertical_menu .vertical-megamenu > li.autusin-menu-custom ul > li .dropdown-sub{left:auto;right:100%;}.wrapper_vertical_menu .vertical-megamenu > li.autusin-menu-custom ul > li .dropdown-sub > li{padding:0 30px;line-height:normal;}.wrapper_vertical_menu .vertical-megamenu > li.autusin-menu-custom ul > li .dropdown-sub > li a{padding:6px 10px;font-size:14px;line-height:20px;position:relative;background-color:#fff;padding-left:15px;text-transform:capitalize;}.rtl .wrapper_vertical_menu .vertical-megamenu > li.autusin-menu-custom ul > li .dropdown-sub > li a{padding-left:0;padding-right:15px;}.wrapper_vertical_menu .vertical-megamenu > li.autusin-menu-custom ul > li .dropdown-sub > li:hover >  a{background:#fff;color:var(--color);}.wrapper_vertical_menu .vertical-megamenu > li.autusin-menu-custom ul > li .dropdown-sub > li:hover >  a:before{background-color:var(--color);}.wrapper_vertical_menu .vertical-megamenu > li.autusin-menu-custom ul > li:hover > .dropdown-sub{display:block;}.wrapper_vertical_menu .vertical-megamenu > li.autusin-menu-custom ul > li.active > a,.wrapper_vertical_menu .vertical-megamenu > li.autusin-menu-custom ul > li:hover > a{color:var(--color);}.wrapper_vertical_menu .vertical-megamenu > li.autusin-menu-custom ul > li.active > a:before,.wrapper_vertical_menu .vertical-megamenu > li.autusin-menu-custom ul > li:hover > a:before{background-color:var(--color);}.wrapper_vertical_menu .vertical-megamenu > li.item-bodypart >.dropdown-menu.column-3 > .swg-menu-img > a{padding:0;}.wrapper_vertical_menu .vertical-megamenu > li.item-lighting >.dropdown-menu.column-3{min-width:885px;}.wrapper_vertical_menu .vertical-megamenu > li.item-lighting >.dropdown-menu.column-3 > li{width:33.33%;}.wrapper_vertical_menu .vertical-megamenu > li.item-lighting >.dropdown-menu.column-3 > li > a .menu-img img{margin-bottom:20px;}.wrapper_vertical_menu .vertical-megamenu > li.autusin-mega-menu > li,.wrapper_vertical_menu .vertical-megamenu > li.swg-mega-menu-item > li{position:static;}.wrapper_vertical_menu .vertical-megamenu > li.autusin-mega-menu > .column-1.dropdown-menu .autusin-menu-img,.wrapper_vertical_menu .vertical-megamenu > li.swg-mega-menu-item > .column-1.dropdown-menu .autusin-menu-img{clear:none;position:absolute;max-width:260px !important;width:260px !important;top:0;right:0;padding:0;}.wrapper_vertical_menu .vertical-megamenu > li.autusin-mega-menu > .column-1.dropdown-menu .autusin-menu-img > a,.wrapper_vertical_menu .vertical-megamenu > li.swg-mega-menu-item > .column-1.dropdown-menu .autusin-menu-img > a{padding:0;}.wrapper_vertical_menu .vertical-megamenu > li.autusin-mega-menu > .column-1.dropdown-menu .autusin-menu-img > a:before,.wrapper_vertical_menu .vertical-megamenu > li.swg-mega-menu-item > .column-1.dropdown-menu .autusin-menu-img > a:before{width:0;margin:0;}.rtl .wrapper_vertical_menu .vertical-megamenu > li.autusin-mega-menu > .column-1.dropdown-menu .autusin-menu-img,.rtl .wrapper_vertical_menu .vertical-megamenu > li.swg-mega-menu-item > .column-1.dropdown-menu .autusin-menu-img{right:auto;left:0;}.wrapper_vertical_menu .vertical-megamenu > li.autusin-mega-menu > .column-2,.wrapper_vertical_menu .vertical-megamenu > li.swg-mega-menu-item > .column-2{min-width:600px;}.wrapper_vertical_menu .vertical-megamenu > li.autusin-mega-menu > .column-2 > li,.wrapper_vertical_menu .vertical-megamenu > li.swg-mega-menu-item > .column-2 > li{width:160px;}.wrapper_vertical_menu .vertical-megamenu > li.autusin-mega-menu > .column-2 > li:nth-child(2n+1),.wrapper_vertical_menu .vertical-megamenu > li.swg-mega-menu-item > .column-2 > li:nth-child(2n+1){clear:both;}.wrapper_vertical_menu .vertical-megamenu > li.autusin-mega-menu > .column-2 .column-2,.wrapper_vertical_menu .vertical-megamenu > li.swg-mega-menu-item > .column-2 .column-2{clear:both;width:100%;background-color:#ddd;height:60px;line-height:60px;padding:0 30px;}.rtl .wrapper_vertical_menu .vertical-megamenu > li.autusin-mega-menu > .column-2 .column-2,.rtl .wrapper_vertical_menu .vertical-megamenu > li.swg-mega-menu-item > .column-2 .column-2{padding:0 30px;}.wrapper_vertical_menu .vertical-megamenu > li.autusin-mega-menu > .column-2 .column-2 .tag-menu ul,.wrapper_vertical_menu .vertical-megamenu > li.swg-mega-menu-item > .column-2 .column-2 .tag-menu ul{margin:0;}.wrapper_vertical_menu .vertical-megamenu > li.autusin-mega-menu > .column-2 .column-2 .tag-menu ul > li,.wrapper_vertical_menu .vertical-megamenu > li.swg-mega-menu-item > .column-2 .column-2 .tag-menu ul > li{display:inline-block;}.wrapper_vertical_menu .vertical-megamenu > li.autusin-mega-menu > .column-2 .column-2 .tag-menu ul > li span,.wrapper_vertical_menu .vertical-megamenu > li.swg-mega-menu-item > .column-2 .column-2 .tag-menu ul > li span{font-size:13px;color:#666;}.wrapper_vertical_menu .vertical-megamenu > li.autusin-mega-menu > .column-2 .column-2 .tag-menu ul > li:first-child span,.wrapper_vertical_menu .vertical-megamenu > li.swg-mega-menu-item > .column-2 .column-2 .tag-menu ul > li:first-child span{font-weight:bold;color:#111;}.wrapper_vertical_menu .vertical-megamenu > li.autusin-mega-menu.menu-body-parts > .column-3 .autusin-menu-img,.wrapper_vertical_menu .vertical-megamenu > li.autusin-mega-menu.menu-body-parts > .column-3 .swg-menu-img,.wrapper_vertical_menu .vertical-megamenu > li.swg-mega-menu-item.menu-body-parts > .column-3 .autusin-menu-img,.wrapper_vertical_menu .vertical-megamenu > li.swg-mega-menu-item.menu-body-parts > .column-3 .swg-menu-img{width:100%;padding:0 15px 5px;}.wrapper_vertical_menu .vertical-megamenu > li.autusin-mega-menu > .column-3,.wrapper_vertical_menu .vertical-megamenu > li.swg-mega-menu-item > .column-3{min-width:650px;}.wrapper_vertical_menu .vertical-megamenu > li.autusin-mega-menu > .column-3 .autusin-menu-img,.wrapper_vertical_menu .vertical-megamenu > li.swg-mega-menu-item > .column-3 .autusin-menu-img{padding:0 15px 5px;}.wrapper_vertical_menu .vertical-megamenu > li.autusin-mega-menu > .column-3 .autusin-menu-img > a,.wrapper_vertical_menu .vertical-megamenu > li.swg-mega-menu-item > .column-3 .autusin-menu-img > a{padding:0;border:none;}.wrapper_vertical_menu .vertical-megamenu > li.autusin-mega-menu > .column-3 .autusin-menu-img > a .have-title .menu-title,.wrapper_vertical_menu .vertical-megamenu > li.swg-mega-menu-item > .column-3 .autusin-menu-img > a .have-title .menu-title{padding-bottom:10px;display:block;border-bottom:1px #eee solid;margin-bottom:10px;}.wrapper_vertical_menu .vertical-megamenu > li.autusin-mega-menu > .column-3 .autusin-menu-img > a img,.wrapper_vertical_menu .vertical-megamenu > li.swg-mega-menu-item > .column-3 .autusin-menu-img > a img{-webkit-transition:.3s;-moz-transition:.3s;-o-transition:.3s;-ms-transition:.3s;transition:.3s;}.wrapper_vertical_menu .vertical-megamenu > li.autusin-mega-menu > .column-3 .autusin-menu-img > a img:hover,.wrapper_vertical_menu .vertical-megamenu > li.swg-mega-menu-item > .column-3 .autusin-menu-img > a img:hover{opacity:.85;}.wrapper_vertical_menu .vertical-megamenu > li.autusin-mega-menu > .column-3 > li:nth-child(3n+1),.wrapper_vertical_menu .vertical-megamenu > li.swg-mega-menu-item > .column-3 > li:nth-child(3n+1){clear:both;}.wrapper_vertical_menu .vertical-megamenu > li.autusin-mega-menu > .column-4,.wrapper_vertical_menu .vertical-megamenu > li.swg-mega-menu-item > .column-4{min-width:885px;}.wrapper_vertical_menu .vertical-megamenu > li.autusin-mega-menu > .column-4 > li,.wrapper_vertical_menu .vertical-megamenu > li.swg-mega-menu-item > .column-4 > li{min-width:285px;}.wrapper_vertical_menu .vertical-megamenu > li.autusin-mega-menu > .column-4 > li img,.wrapper_vertical_menu .vertical-megamenu > li.swg-mega-menu-item > .column-4 > li img{-webkit-transition:.3s;-moz-transition:.3s;-o-transition:.3s;-ms-transition:.3s;transition:.3s;}.wrapper_vertical_menu .vertical-megamenu > li.autusin-mega-menu > .column-4 > li img:hover,.wrapper_vertical_menu .vertical-megamenu > li.swg-mega-menu-item > .column-4 > li img:hover{opacity:.85;}.wrapper_vertical_menu .vertical-megamenu > li.autusin-mega-menu > .column-4 > li > .dropdown-menu,.wrapper_vertical_menu .vertical-megamenu > li.swg-mega-menu-item > .column-4 > li > .dropdown-menu{padding:5px 15px 18px;}.wrapper_vertical_menu .vertical-megamenu > li.autusin-mega-menu > .column-4 > li.autusin-menu-img > a  .menu-title,.wrapper_vertical_menu .vertical-megamenu > li.swg-mega-menu-item > .column-4 > li.autusin-menu-img > a  .menu-title{margin-top:24px;display:inline-block;}.wrapper_vertical_menu .vertical-megamenu > li.autusin-mega-menu > .column-4 > li:nth-child(4n+1),.wrapper_vertical_menu .vertical-megamenu > li.swg-mega-menu-item > .column-4 > li:nth-child(4n+1){clear:both;}.wrapper_vertical_menu .vertical-megamenu > li.autusin-mega-menu > .column-5,.wrapper_vertical_menu .vertical-megamenu > li.swg-mega-menu-item > .column-5{min-width:900px;}.wrapper_vertical_menu .vertical-megamenu > li.autusin-mega-menu > .column-5 > li:nth-child(5n+1),.wrapper_vertical_menu .vertical-megamenu > li.swg-mega-menu-item > .column-5 > li:nth-child(5n+1){clear:both;}.wrapper_vertical_menu .vertical-megamenu > li.autusin-mega-menu > .dropdown-menu,.wrapper_vertical_menu .vertical-megamenu > li.swg-mega-menu-item > .dropdown-menu{border:0;border-radius:0;box-shadow:2px 3px 5px #999;margin:0;padding:0 15px;}.wrapper_vertical_menu .vertical-megamenu > li.autusin-mega-menu > .dropdown-menu > li,.wrapper_vertical_menu .vertical-megamenu > li.swg-mega-menu-item > .dropdown-menu > li{width:205px;padding:25px 15px 10px;float:left;line-height:unset;}.rtl .wrapper_vertical_menu .vertical-megamenu > li.autusin-mega-menu > .dropdown-menu > li,.rtl .wrapper_vertical_menu .vertical-megamenu > li.swg-mega-menu-item > .dropdown-menu > li{float:right;}.wrapper_vertical_menu .vertical-megamenu > li.autusin-mega-menu > .dropdown-menu > li:last-child,.wrapper_vertical_menu .vertical-megamenu > li.swg-mega-menu-item > .dropdown-menu > li:last-child{border:0;}.rtl .wrapper_vertical_menu .vertical-megamenu > li.autusin-mega-menu > .dropdown-menu > li:last-child,.rtl .wrapper_vertical_menu .vertical-megamenu > li.swg-mega-menu-item > .dropdown-menu > li:last-child{border:0;}.wrapper_vertical_menu .vertical-megamenu > li.autusin-mega-menu > .dropdown-menu > li:hover > a,.wrapper_vertical_menu .vertical-megamenu > li.swg-mega-menu-item > .dropdown-menu > li:hover > a{background-color:#fff;}.wrapper_vertical_menu .vertical-megamenu > li.autusin-mega-menu > .dropdown-menu > li.dropdown-submenu > a,.wrapper_vertical_menu .vertical-megamenu > li.swg-mega-menu-item > .dropdown-menu > li.dropdown-submenu > a{margin-bottom:5px;padding:0 0 10px;font-size:16px;color:#111;text-transform:uppercase;font-weight:700;}.rtl .wrapper_vertical_menu .vertical-megamenu > li.autusin-mega-menu > .dropdown-menu > li,.rtl .wrapper_vertical_menu .vertical-megamenu > li.swg-mega-menu-item > .dropdown-menu > li{float:right;}.wrapper_vertical_menu .vertical-megamenu > li.autusin-mega-menu > .dropdown-menu > li > a,.wrapper_vertical_menu .vertical-megamenu > li.autusin-mega-menu > .dropdown-menu > li > span,.wrapper_vertical_menu .vertical-megamenu > li.swg-mega-menu-item > .dropdown-menu > li > a,.wrapper_vertical_menu .vertical-megamenu > li.swg-mega-menu-item > .dropdown-menu > li > span{display:block;font-size:18px;margin-bottom:15px;}.wrapper_vertical_menu .vertical-megamenu > li.autusin-mega-menu > .dropdown-menu > li > a:after,.wrapper_vertical_menu .vertical-megamenu > li.autusin-mega-menu > .dropdown-menu > li > span:after,.wrapper_vertical_menu .vertical-megamenu > li.swg-mega-menu-item > .dropdown-menu > li > a:after,.wrapper_vertical_menu .vertical-megamenu > li.swg-mega-menu-item > .dropdown-menu > li > span:after{display:none;}.wrapper_vertical_menu .vertical-megamenu > li.autusin-mega-menu > .dropdown-menu > li .dropdown-sub > li:last-child > a,.wrapper_vertical_menu .vertical-megamenu > li.swg-mega-menu-item > .dropdown-menu > li .dropdown-sub > li:last-child > a{border:0;}.wrapper_vertical_menu .vertical-megamenu > li.autusin-mega-menu > .dropdown-menu > li .dropdown-sub > li > a,.wrapper_vertical_menu .vertical-megamenu > li.swg-mega-menu-item > .dropdown-menu > li .dropdown-sub > li > a{padding:0;line-height:38px;display:block;font-size:13px;color:#7d7d7d;position:relative;}.wrapper_vertical_menu .vertical-megamenu > li.autusin-mega-menu > .dropdown-menu > li .dropdown-sub > li.autusin-menu-img > a,.wrapper_vertical_menu .vertical-megamenu > li.swg-mega-menu-item > .dropdown-menu > li .dropdown-sub > li.autusin-menu-img > a{padding-left:30px;}.wrapper_vertical_menu .vertical-megamenu > li.autusin-mega-menu > .dropdown-menu > li .dropdown-sub > li.autusin-menu-img > a span.menu-img,.wrapper_vertical_menu .vertical-megamenu > li.swg-mega-menu-item > .dropdown-menu > li .dropdown-sub > li.autusin-menu-img > a span.menu-img{position:absolute;left:0;top:14px;display:inline-block;}.rtl .wrapper_vertical_menu .vertical-megamenu > li.autusin-mega-menu > .dropdown-menu > li .dropdown-sub > li.autusin-menu-img > a span.menu-img,.rtl .wrapper_vertical_menu .vertical-megamenu > li.swg-mega-menu-item > .dropdown-menu > li .dropdown-sub > li.autusin-menu-img > a span.menu-img{right:0;left:auto;}.wrapper_vertical_menu .vertical-megamenu > li.autusin-mega-menu > .dropdown-menu > li .dropdown-sub > li.autusin-menu-img > a .menu-title,.wrapper_vertical_menu .vertical-megamenu > li.swg-mega-menu-item > .dropdown-menu > li .dropdown-sub > li.autusin-menu-img > a .menu-title{padding:0;margin:0;}.wrapper_vertical_menu .vertical-megamenu > li.autusin-mega-menu > .dropdown-menu > li .dropdown-sub > li.active a,.wrapper_vertical_menu .vertical-megamenu > li.autusin-mega-menu > .dropdown-menu > li .dropdown-sub > li:hover a,.wrapper_vertical_menu .vertical-megamenu > li.swg-mega-menu-item > .dropdown-menu > li .dropdown-sub > li.active a,.wrapper_vertical_menu .vertical-megamenu > li.swg-mega-menu-item > .dropdown-menu > li .dropdown-sub > li:hover a{color:var(--color);}.wrapper_vertical_menu .vertical-megamenu > li.autusin-mega-menu > .dropdown-menu > li.col-1,.wrapper_vertical_menu .vertical-megamenu > li.swg-mega-menu-item > .dropdown-menu > li.col-1{min-width:160px;}.wrapper_vertical_menu .vertical-megamenu > li.autusin-mega-menu > .dropdown-menu > li.col-2,.wrapper_vertical_menu .vertical-megamenu > li.swg-mega-menu-item > .dropdown-menu > li.col-2{min-width:360px;}.wrapper_vertical_menu .vertical-megamenu > li.autusin-mega-menu > .dropdown-menu > li.col-3,.wrapper_vertical_menu .vertical-megamenu > li.swg-mega-menu-item > .dropdown-menu > li.col-3{min-width:540px;}.wrapper_vertical_menu .vertical-megamenu > li.autusin-mega-menu > .dropdown-menu > li.col-4,.wrapper_vertical_menu .vertical-megamenu > li.swg-mega-menu-item > .dropdown-menu > li.col-4{min-width:720px;}.wrapper_vertical_menu .vertical-megamenu > li.autusin-mega-menu > .dropdown-menu > li.col-5,.wrapper_vertical_menu .vertical-megamenu > li.swg-mega-menu-item > .dropdown-menu > li.col-5{min-width:900px;}.wrapper_vertical_menu .vertical-megamenu > li.autusin-mega-menu > .dropdown-menu > li.col-6,.wrapper_vertical_menu .vertical-megamenu > li.swg-mega-menu-item > .dropdown-menu > li.col-6{min-width:900px;}.wrapper_vertical_menu .vertical-megamenu > li.autusin-mega-menu > .dropdown-menu > li.col3-img-right,.wrapper_vertical_menu .vertical-megamenu > li.swg-mega-menu-item > .dropdown-menu > li.col3-img-right{padding:30px 10px 25px 10px;}.wrapper_vertical_menu .vertical-megamenu > li.autusin-menu-icon > a span.fa{margin:0 7px 0 0;display:inline-block;width:20px;text-align:center;}.wrapper_vertical_menu .vertical-megamenu > li.icon-phone.autusin-menu-img > a span.menu-img{position:absolute;left:0;top:13px;display:inline-block;}.wrapper_vertical_menu .vertical-megamenu > li.icon-sport.autusin-menu-img > a span.menu-img{position:absolute;left:0;top:19px;display:inline-block;}.wrapper_vertical_menu .vertical-megamenu > li.autusin-menu-img > a span.menu-img{display:inline-block;vertical-align:middle;min-width:20px;margin-right:15px;}.wrapper_vertical_menu .vertical-megamenu > li.autusin-menu-img > a span.menu-img img{margin:0 auto;}.rtl .wrapper_vertical_menu .vertical-megamenu > li.autusin-menu-img > a span.menu-img{margin-right:0;margin-left:15px;}.listing-tab-shortcode{background-color:#fff;}.listing-tab-shortcode .tabbable .tab-content .item .item-wrap{padding:0 !important;}.listing-tab-shortcode .tabbable.tabs .nav.nav-tabs{width:200px;margin-right:30px;max-width:200px;background-color:#fff;float:left;padding:0;}.rtl .listing-tab-shortcode .tabbable.tabs .nav.nav-tabs{float:right;margin-right:0;margin-left:30px;}.listing-tab-shortcode .tabbable.tabs .nav.nav-tabs li{float:none;border:0;height:auto !important;margin:0;}.listing-tab-shortcode .tabbable.tabs .nav.nav-tabs li:last-child a{border-bottom:none;}.listing-tab-shortcode .tabbable.tabs .nav.nav-tabs li a{padding:12px 15px;font-family:"Poppins",Helvetica,Arial,sans-serif;font-weight:400;color:#7d7d7d;line-height:inherit;height:inherit;border:1px solid #ebebeb;background:none;border-radius:0;margin:0;border-bottom:0;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;}.listing-tab-shortcode .tabbable.tabs .nav.nav-tabs li.active a,.listing-tab-shortcode .tabbable.tabs .nav.nav-tabs li:hover a{cursor:pointer;color:var(--color);background:#fff;margin:0;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;}.listing-tab-shortcode .tabbable.tabs .tab-content{overflow:hidden;visibility:hidden;}.listing-tab-shortcode .tabbable.tabs .tab-content .tab-pane{margin:0 -15px;opacity:0;filter:alpha(opacity=0);}.listing-tab-shortcode .tabbable.tabs .tab-content .tab-pane .item{width:33.333%;float:left;padding:0 15px;}.listing-tab-shortcode .tabbable.tabs .tab-content .tab-pane.active{opacity:1;filter:alpha(opacity=100);}body:before{content:"";background:rgba(0,0,0,.7);position:fixed;top:0;left:0;height:100%;}body.resmenu-open:before{z-index:9999;width:100%;}.resmenu-container .navbar-toggle{display:none;float:left;margin:0;background-color:transparent;border-color:transparent;}.resmenu-container .navbar-toggle .icon-bar{background-color:#111;height:3px;}.resmenu-container .navbar-toggle:hover,.resmenu-container .navbar-toggle:focus{background-color:transparent;}.resmenu-container .navbar-toggle:hover .icon-bar,.resmenu-container .navbar-toggle:focus .icon-bar{background-color:var(--color);}.resmenu-container .menu-responsive-wrapper{position:absolute;top:55px;padding:0;min-width:300px;background:#353535;z-index:999;}.resmenu-container .menu-responsive-wrapper ul{list-style-type:none;margin:0;}.resmenu-container .menu-responsive-wrapper ul .dropdown-resmenu{display:none;}.resmenu-container .menu-responsive-wrapper ul .dropdown-resmenu > li > a{padding-left:25px;}.resmenu-container .menu-responsive-wrapper ul > li{position:relative;-webkit-box-shadow:0 1px 0 0 #555;-moz-box-shadow:0 1px 0 0 #555;-o-box-shadow:0 1px 0 0 #555;-ms-box-shadow:0 1px 0 0 #555;box-shadow:0 1px 0 0 #555;}.resmenu-container .menu-responsive-wrapper ul > li > a{color:#fff;padding:10px 20px;display:block;-webkit-box-shadow:0 1px 0 0 #555;-moz-box-shadow:0 1px 0 0 #555;-o-box-shadow:0 1px 0 0 #555;-ms-box-shadow:0 1px 0 0 #555;box-shadow:0 1px 0 0 #555;}.resmenu-container .menu-responsive-wrapper ul > li .show-dropdown{display:block;width:40px;position:absolute;right:0;top:0;height:39px;background:#111;cursor:pointer;text-align:center;line-height:39px;font-size:20px;}.resmenu-container .menu-responsive-wrapper ul > li .show-dropdown:after{content:"+";font-family:"FontAwesome";}.resmenu-container .menu-responsive-wrapper ul > li .show-dropdown.show:after{content:"–";}.resmenu-container .menu-responsive-wrapper ul > li .show-dropdown:hover{color:#fff;background:var(--color);}.rtl .resmenu-container .menu-responsive-wrapper ul > li .show-dropdown{right:auto;left:0;}.resmenu-container .menu-responsive-wrapper ul > li:hover > a,.resmenu-container .menu-responsive-wrapper ul > li.active > a{background:#eee;color:var(--color);}.resmenu-container .menu-responsive-wrapper ul > li:hover > .show-dropdown,.resmenu-container .menu-responsive-wrapper ul > li.active > .show-dropdown{background:var(--color);color:#fff;}.resmenu-container .menu-responsive-wrapper ul > li.has-img > a{display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;}.resmenu-container .menu-responsive-wrapper ul > li.has-img > a span.menu-img{display:block;max-width:40px;margin-right:10px;}.resmenu-container.resmenu-container-sidebar{font-size:14px;}.resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper{min-width:320px;position:fixed;top:0;bottom:0;left:0;width:0;-webkit-transform:translate(-350px,0);-moz-transform:translate(-350px,0);-o-transform:translate(-350px,0);-ms-transform:translate(-350px,0);transform:translate(-350px,0);z-index:9999;-webkit-transition:all .3s ease-out;-moz-transition:all .3s ease-out;-o-transition:all .3s ease-out;-ms-transition:all .3s ease-out;transition:all .3s ease-out;}.resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper.open{-webkit-transform:translate(0,0);-moz-transform:translate(0,0);-o-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0);}.admin-bar .resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper{top:46px;}.resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner{background:#fff;position:relative;height:100%;overflow-x:auto;}.resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner ul{list-style-type:none;margin:0;}.resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner ul > li{position:relative;-webkit-box-shadow:none;-moz-box-shadow:none;-o-box-shadow:none;-ms-box-shadow:none;box-shadow:none;}.resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner ul > li > a{color:#333;padding:12px 0;display:block;-webkit-box-shadow:none;-moz-box-shadow:none;-o-box-shadow:none;-ms-box-shadow:none;box-shadow:none;border-bottom:1px solid #eee;}.resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner ul > li .show-dropdown{display:block;width:40px;position:absolute;right:0;top:0;height:39px;cursor:pointer;text-align:center;line-height:39px;font-size:18px;color:#ccc;background:none;}.resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner ul > li .show-dropdown:after{content:"";font-family:"FontAwesome";}.rtl .resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner ul > li .show-dropdown:after{content:"";}.resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner ul > li .show-dropdown.show:after{content:"";}.resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner ul > li .show-dropdown:hover{color:var(--color);background:none;}.rtl .resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner ul > li .show-dropdown{right:auto;left:0;}.resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner ul > li:hover > a,.resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner ul > li.active > a{color:var(--color);background:none;}.resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner ul > li:hover > .show-dropdown,.resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner ul > li.active > .show-dropdown{color:var(--color);background:none;}.resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner ul > li > ul > li > a{padding-left:10px;}.resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner ul > li.has-img > a{display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;}.resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner ul > li.has-img > a span.menu-img{display:block;max-width:40px;margin-right:10px;}.rtl .resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner ul > li.has-img > a span.menu-img{margin-right:0;margin-left:10px;}.resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner .nav-tabs{border-top:1px solid #e4e4e4;display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;}.resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner .nav-tabs > li{-webkit-box-shadow:none;-moz-box-shadow:none;-o-box-shadow:none;-ms-box-shadow:none;box-shadow:none;-webkit-flex:4;-ms-flex:4;flex:4;}.resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner .nav-tabs > li >a{display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-align-items:center;-ms-align-items:center;align-items:center;padding:10px;-webkit-box-shadow:none;-moz-box-shadow:none;-o-box-shadow:none;-ms-box-shadow:none;box-shadow:none;border-radius:0;border:0;text-transform:uppercase;background:#fafafa;color:#999;margin:0;border-bottom:1px solid #e4e4e4;border-right:1px solid #e4e4e4;height:100%;}.resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner .nav-tabs > li >a:before{content:"";font-family:"FontAwesome";margin-right:10px;}.rtl .resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner .nav-tabs > li >a:before{margin-right:0;margin-left:10px;display:inline-block;vertical-align:top;}.resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner .nav-tabs > li >a.tab-vertical{border-left:1px solid #e4e4e4;}.resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner .nav-tabs > li >a.tab-vertical:before{content:"";}.resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner .nav-tabs > li.active > a{color:#333;background:none;}.resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner .nav-tabs > li .dropdown{display:none;}.resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner .nav-tabs > li.more-menu{-webkit-flex:1;-ms-flex:1;flex:1;background:#fafafa;border-bottom:1px solid #e4e4e4;display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-align-items:center;-ms-align-items:center;align-items:center;}.resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner .nav-tabs > li.more-menu > a{display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-align-items:center;-ms-align-items:center;align-items:center;border-bottom:0;}.resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner .nav-tabs > li.more-menu > a >span{font-size:14px;background:#999;color:#fff;width:30px;height:30px;display:inline-block;text-align:center;line-height:30px;border-radius:50%;}.resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner .nav-tabs > li.more-menu > a:before{display:none;}.resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner .nav-tabs > li.more-menu > ul{position:absolute;top:100%;background:#fafafa;right:0;min-width:200px;z-index:99;-webkit-box-shadow:0 0 0 1px #ddd;-moz-box-shadow:0 0 0 1px #ddd;-o-box-shadow:0 0 0 1px #ddd;-ms-box-shadow:0 0 0 1px #ddd;box-shadow:0 0 0 1px #ddd;}.resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner .nav-tabs > li.more-menu:hover > a >span{background:var(--color);}.resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner .nav-tabs > li:last-child > a{border-right:0;}.resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner .tab-content{padding:0 15px;}.resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner .resmenu-top{padding:10px;background:#fafafa;display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-justify-content:space-between;-ms-justify-content:space-between;justify-content:space-between;position:relative;z-index:99;}.resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner .resmenu-top .resmenu-top-mobile > a{display:block;width:40px;height:40px;-webkit-box-shadow:0 0 0 1px #e4e4e4;-moz-box-shadow:0 0 0 1px #e4e4e4;-o-box-shadow:0 0 0 1px #e4e4e4;-ms-box-shadow:0 0 0 1px #e4e4e4;box-shadow:0 0 0 1px #e4e4e4;background:#fff;color:#999;line-height:40px;text-align:center;font-size:18px;margin-left:15px;}.rtl .resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner .resmenu-top .resmenu-top-mobile > a{margin-left:0;margin-right:15px;}.resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner .resmenu-top .resmenu-top-mobile #respmenu_setting_content{display:none;position:absolute;right:10px;top:60px;min-width:120px;background:#fff;-webkit-box-shadow:0px 0px 3px #ccc;-moz-box-shadow:0px 0px 3px #ccc;-o-box-shadow:0px 0px 3px #ccc;-ms-box-shadow:0px 0px 3px #ccc;box-shadow:0px 0px 3px #ccc;padding:10px;}.rtl .resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner .resmenu-top .resmenu-top-mobile #respmenu_setting_content{right:auto;left:10px;}.resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner .resmenu-top .resmenu-top-mobile #respmenu_setting_content #lang_sel > ul.nav{display:block;}.rtl .resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner .resmenu-top .resmenu-top-mobile #respmenu_setting_content #lang_sel > ul.nav{margin-right:0;}.resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner .resmenu-top .resmenu-top-mobile #respmenu_setting_content #lang_sel > ul.nav > li{padding:0 0 10px;}.resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner .resmenu-top .resmenu-top-mobile #respmenu_setting_content #lang_sel > ul.nav > li > a{padding:0;color:#333;border:none;}.rtl .resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner .resmenu-top .resmenu-top-mobile #respmenu_setting_content #lang_sel > ul.nav > li > a{border:none;}.resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner .resmenu-top .resmenu-top-mobile #respmenu_setting_content #lang_sel > ul.nav > li > a:after{color:#333;float:right;}.rtl .resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner .resmenu-top .resmenu-top-mobile #respmenu_setting_content #lang_sel > ul.nav > li > a:after{float:left;}.resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner .resmenu-top .resmenu-top-mobile #respmenu_setting_content #lang_sel > ul.nav > li:hover > ul{left:-10px;top:30px;max-height:none;}.rtl .resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner .resmenu-top .resmenu-top-mobile #respmenu_setting_content #lang_sel > ul.nav > li:hover > ul{left:auto;right:-10px;}.resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner .resmenu-top .resmenu-top-mobile #respmenu_setting_content ul.currency_w li{padding:0;}.resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner .resmenu-top .resmenu-top-mobile #respmenu_setting_content ul.currency_w li > a{padding:0;border:0;}.resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner .resmenu-top .resmenu-top-mobile #respmenu_setting_content ul.currency_w li > a:after{color:#333;float:right;}.rtl .resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner .resmenu-top .resmenu-top-mobile #respmenu_setting_content ul.currency_w li > a:after{float:left;}.resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner .resmenu-top .resmenu-top-mobile #respmenu_setting_content ul.currency_w li:hover .currency_switcher{left:-10px;top:28px;min-width:122px;}.rtl .resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner .resmenu-top .resmenu-top-mobile #respmenu_setting_content ul.currency_w li:hover .currency_switcher{left:auto;right:-10px;}.resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-close{position:absolute;top:0px;right:-25px;color:#fff;font-size:16px;cursor:pointer;background:#000;width:25px;height:25px;text-align:center;z-index:999;line-height:25px;}.resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-close:after{content:"x";}.resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-close:hover{background:var(--color);}@media (max-width: 991px){.vertical_megamenu{display:none;}.mobile-layout .vertical_megamenu{display:block;}.header-style5 .vertical_megamenu{display:block;}#main-menu .primary-menu .resmenu-container .navbar-toggle{display:inline-block;vertical-align:top;z-index:1;margin:8px 0;}.header-style4 #main-menu .primary-menu .resmenu-container .menu-responsive-wrapper{top:50px;}#main-menu .primary-menu .nav-pills{display:none !important;}.resmenu-container-sidebar .topsearch-entry:before{display:none;}.resmenu-container-sidebar .autusin_top .top-form.top-search{min-width:auto;box-shadow:0 0 0 1px #e4e4e4;-webkit-box-shadow:0 0 0 1px #e4e4e4;border-radius:0;display:block;position:static;}.resmenu-container-sidebar .autusin_top .top-form.top-search .cat-wrapper{display:none;}.resmenu-container-sidebar .autusin_top .top-form.top-search input{padding:0 10px;}.resmenu-container-sidebar .autusin_top .top-form.top-search button.form-button{background:none;font-size:16px;width:42px;}.resmenu-container-sidebar .autusin_top .top-form.top-search button.form-button:before{color:#999;}}.rtl .wpb_tabs .wpb_tabs_nav li{float:right;margin:0 0 0 1px;}.rtl .vc_col-sm-1,.rtl .vc_col-sm-2,.rtl .vc_col-sm-3,.rtl .vc_col-sm-4,.rtl .vc_col-sm-5,.rtl .vc_col-sm-6,.rtl .vc_col-sm-7,.rtl .vc_col-sm-8,.rtl .vc_col-sm-9,.rtl .vc_col-sm-10,.rtl .vc_col-sm-11{float:right;}.rtl .pull-left{float:right;}.rtl .pull-right{float:left;}.rtl .fancybox-close{left:-5px;right:auto;}.rtl .column-1,.rtl .column-2,.rtl .column-3,.rtl .column-4,.rtl .column-5,.rtl .column-6,.rtl .column-7,.rtl .column-8,.rtl .column-9,.rtl .column-10{float:right;}.rtl .header-default .top-header >div{float:right;}.rtl .header-default .top-header .autusin_social{border-left:0;}.rtl .header-default .top-header .autusin_my_accout{border-left:1px solid #292929;}.rtl .header-default .top-header .autusin_cart .top-form-minicart .top-minicart-icon .minicart-number{right:auto;left:20px;}.rtl .header-default .top-header .autusin_my_accout #sidebar-top{right:auto;left:-4px;}.rtl .dropdown-menu{left:auto;right:auto;}.rtl .woocommerce-error:before,.rtl .woocommerce-info:before,.rtl .woocommerce-message:before{right:1.5em;left:auto;}.rtl .woocommerce-error,.rtl .woocommerce-info,.rtl .woocommerce-message{padding:1em 3.5em 1em 2em !important;}.rtl.woocommerce div.product form.cart div.quantity{float:right;}.rtl .woocommerce div.product form.cart .button{float:right;}.rtl.woocommerce .widget_layered_nav ul li.chosen a::before,.rtl.woocommerce .widget_layered_nav_filters ul li a::before{content:"";margin:0;}.rtl .woocommerce form table.shop_table.shop_table_responsive tbody tr td,.rtl.woocommerce-page form table.shop_table.shop_table_responsive tbody tr td{text-align:right !important;}.rtl .woocommerce span.onsale,.rtl .onsale{left:auto;right:20px;}.rtl .content-search >.post .entry-content .bl_read_more i,.rtl .content-search .product .entry-content .bl_read_more i{transform:rotate(180deg);-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);}.rtl.single-product.product-thumbnail-right .slider_img_productd .has-newicon span.onsale,.rtl.single-product.product-thumbnail-right .slider_img_productd .has-newicon .onsale,.rtl.single-product.product-thumbnail-right .slider_img_productd .sale-off.has-newicon{right:10px;left:auto;}.rtl.single-product.product-thumbnail-left .slider_img_productd .sw-newlabel{left:10px;right:auto;}.rtl .products-wrapper .woocommerce-pagination{float:left;}.rtl .resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner .resmenu-top .resmenu-top-mobile > a{margin-left:0;margin-right:15px;}.rtl .resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner ul > li.has-img > a span.menu-img{margin-left:10px;margin-right:0;}.rtl .resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner ul > li .show-dropdown:after{content:"";}.rtl .resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner .resmenu-top .resmenu-top-mobile #respmenu_setting_content{right:auto;left:10px;}.rtl .resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner .resmenu-top .resmenu-top-mobile #respmenu_setting_content #lang_sel > ul.nav > li > a:after,.rtl .resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner .resmenu-top .resmenu-top-mobile #respmenu_setting_content ul.currency_w li > a:after{float:left;}.rtl .resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner .resmenu-top .resmenu-top-mobile #respmenu_setting_content ul.currency_w li > a:before{display:none;}.rtl .elementor-7110 .elementor-element.elementor-element-5f85ad6,.rtl .elementor-7115 .elementor-element.elementor-element-3c27ef3b{text-align:left;}.rtl .elementor-7115 .elementor-element.elementor-element-5e9ce89 .elementor-widget-container,.rtl .elementor-testimonial--align-left .elementor-testimonial{text-align:right;}.rtl .elementor-testimonial--align-left.elementor-testimonial--layout-image_inline .elementor-testimonial__image+cite{margin-right:20px;}.rtl.home-page-18 .sw-woo-container-slider12 .block-title{text-align:right;}.rtl.home-page-18 .sw-woo-container-slider12 .block-title h3{float:right;margin:0 0 10px 30px;}.rtl.home-page-18 .responsive-slider .box-title{text-align:right;}.rtl.home-page-18 .sw-woo-container-slider12 .slick-arrow.res-button.slick-prev{left:0;right:auto;}.rtl.home-page-18 .sw-woo-container-slider12 .slick-arrow.res-button.slick-next{left:45px;right:auto;}.rtl.home-page-18 .listtingtab-v18.box1 .sw-woo-tab-cat .resp-tab .category-slider-content .nav-tabs-select{left:100px;right:auto;}.rtl.home-page-18 .listtingtab-v18.box1 .sw-woo-tab-cat .resp-tab .category-slider-content .nav-tabs-select ul.nav-tabs li > a:before{right:-8px;left:auto;}.rtl.home-page-18 .listtingtab-v18 .sw-woo-tab-cat .resp-tab .category-slider-content .block-title{text-align:right;}.rtl.home-page-18 .listtingtab-v18.box2 .sw-woo-tab-cat .resp-tab .category-slider-content .nav-tabs-select{text-align:right;}.rtl.home-page-18 .listtingtab-v18 .sw-woo-tab-cat .resp-tab .tab-content .tab-pane.active .res-button.slick-prev{left:45px;right:auto;}.rtl.home-page-18 .home-lookbook:after{left:0;right:auto;}.rtl.home-page-18 .box-listproduct .block-title{text-align:right;}.rtl.home-page-18 .box-listproduct .block-title h3{text-align:right;}.rtl.home-page-18 .responsive-post-slider9 .resp-slider-container .slider .item .item-inner .item-detail .categories{right:0px;padding:10px 0 0 0;}.rtl.home-page-18 .responsive-post-slider9 .resp-slider-container .slider .item .item-inner .item-detail .categories:before{border-left:40px solid transparent;border-right:0px;left:-40px;right:auto;}.rtl.home-page-18 .responsive-post-slider9 .resp-slider-container .slider .item .item-inner .item-detail .entry-meta{justify-content:start;}.rtl.home-page-18 .responsive-post-slider9 .resp-slider-container .slider .item .item-inner .item-detail .entry-meta .entry-author{margin-left:30px;margin-right:0;}.rtl.home-page-18 .sw-woo-container-slider12 .slider .item .item-wrap5 .item-detail .products-thumb .sale-off,.rtl.home-page-18 .sw-woo-container-slider12 .slider .item .item-wrap5 .item-detail .sw-newlabel,.rtl.home-page-18 .sw-woo-container-slider12 .slider .item .item-wrap5 .item-detail .products-thumb .sw-outstock,.rtl.home-page-18 .box-listproduct .item .item-wrap5 .item-detail .products-thumb .sale-off,.rtl.home-page-18 .box-listproduct .item .item-wrap5 .item-detail .sw-newlabel,.rtl.home-page-18 .box-listproduct .item .item-wrap5 .item-detail .products-thumb .sw-outstock{right:10px;left:auto;}.rtl.home-page-18 .sw-woo-container-slider12 .slider .item .item-wrap5 .item-detail .item-content,.rtl.home-page-18 .box-listproduct .item .item-wrap5 .item-detail .item-content{text-align:right;}.rtl.home-page-18 .footer-style18 ul.menu li a:hover{padding-right:20px;padding-left:0;}.rtl.home-page-18 .footer-style18 ul.menu li a:hover:before{right:0;left:auto;}.rtl.home-page-18 .sw-category-slider11 .item .item-wrap .item-image{margin-right:0;margin-left:20px;max-width:140px;}.rtl.home-page-18 .sw-category-slider11 .item .item-wrap .item-content{text-align:right;}.rtl.home-page-18 .sw-category-slider11 .item .item-wrap .item-content .childcat-product-cat ul li.view-all a:before{left:-18px;right:auto;}.rtl .copyright-text-17 .elementor-widget-container{text-align:right;}.rtl .elementor-7115 .elementor-element.elementor-element-e742353 .elementor-icon-list-icon{padding-right:0;padding-left:6px;}.rtl .elementor-7115 .elementor-element.elementor-element-da88f39 .elementor-widget-container{text-align:right;}.home-style3 .wpb_revslider_element{margin-bottom:30px;}.home-style3 .elementor-section.elementor-section-boxed>.elementor-container{max-width:1200px;}.home-style3 .box-search1 .elementor-container{background:var(--color);opacity:.8;max-width:1170px !important;}.home-style3 .best-selling-product2 .res-button.slick-next{right:-20px;left:auto;top:65%;}.home-style3 .best-selling-product2 .res-button.slick-next:before{line-height:40px;}.home-style3 .best-selling-product2 .res-button.slick-prev{left:-22px;right:auto;top:65%;}.home-style3 .best-selling-product2 .res-button.slick-prev:before{line-height:40px;}.header-style3{border-bottom:none;}.home-style3 .header-style3{border-bottom:none;}.header-style3 .header-top{background:#ebebeb;min-height:43px;}.header-style3 .header-top .left-header{margin:3px 0;}.header-style3 .header-top .mid-header{margin-top:13px;text-transform:capitalize;font-size:12px;text-align:center;color:#545454;}.header-style3 .header-top .right-header2{padding-top:5px;}.header-style3 .header-top .right-header2 .sw-autusin-account{margin:0;}.header-style3 .header-top .right-header2 .sw-autusin-account:before{display:none;}.header-style3 .header-top .right-header2 .sw-autusin-account i.fa{color:#545454;padding:9px;font-size:14px;}.header-style3 .header-top .right-header2 .wishlist{padding:6px;position:relative;margin:0 10px;}.header-style3 .header-top .right-header2 .wishlist:before{content:"";height:12px;width:1px;background:#545454;position:absolute;top:10px;left:-6px;}.header-style3 .header-top .right-header2 .wishlist:after{content:"";height:12px;width:1px;background:#545454;position:absolute;top:10px;right:-6px;}.header-style3 .top-form.top-form-minicart .top-minicart-icon a{padding:5px 0;display:inline-block;vertical-align:top;}.header-style3 .top-form.top-form-minicart .top-minicart-icon a i.fa{padding:0 5px;}.header-style3 .header-mid{padding:3px 0;}.header-style3 .header-mid .autusin-logo{margin:12px 0;}.header-style3 .header-mid .autusin-logo a img{max-width:230px;}.header-style3 .header-mid .top-header{padding:10px 0;}.header-style3 .header-mid .main-menu{padding-top:18px;}.header-style3 .header-mid .search-cate{margin-top:30px;position:relative;}.header-style3 .header-mid .search-cate .icon-search{width:35px;height:35px;line-height:35px;text-align:center;cursor:pointer;font-size:14px;}.header-style3 .header-mid .search-cate .top-form.top-search{position:absolute;right:0;top:36px;display:none;}.header-style3 .header-mid .search-cate .top-form.top-search.open{display:block;}.rtl .header-style3 .header-mid .search-cate .top-form.top-search{right:auto;left:0;}.header-style3 #lang_sel > ul.nav{margin-left:0;}.rtl .header-style3 #lang_sel > ul.nav{margin-right:0;}.header-style3 #lang_sel > ul.nav > li{padding:10px 0 6px 0;}.header-style3 #lang_sel > ul.nav > li > a{padding-left:0;}.rtl .header-style3 #lang_sel > ul.nav > li > a{padding-right:0;}.header-style3 .currency_w{margin:0;}.rtl .header-style3 .currency_w{margin:0;}.header-style3 .currency_w > li{padding:10px 0 6px 0;}.header-style3 .sticky-menu{position:fixed;box-shadow:0px 0px 2px 1px #999;z-index:99;background:#fff;}.sw-category-slider3{margin:0 0 80px 0;}.sw-category-slider3 .item{padding:0;position:relative;}.sw-category-slider3 .item:before{content:"";background:rgba(0,0,0,.5);-webkit-transition:all .5s;-moz-transition:all .5s;-o-transition:all .5s;-ms-transition:all .5s;transition:all .5s;opacity:1;position:absolute;top:0;bottom:0;left:0;right:0;-webkit-transform:scale(1);-moz-transform:scale(1);-o-transform:scale(1);-ms-transform:scale(1);transform:scale(1);z-index:1;}.sw-category-slider3 .item .item-wrap{margin-bottom:0;}.sw-category-slider3 .item .item-image a img{margin:0;}.sw-category-slider3 .item .item-content{position:absolute;top:50%;left:0;width:100%;text-align:center;margin-top:-70px;z-index:2;padding:0 15%;}.sw-category-slider3 .item .item-content h3{position:relative;text-transform:uppercase;-webkit-transform:scale(1);-moz-transform:scale(1);-o-transform:scale(1);-ms-transform:scale(1);transform:scale(1);-webkit-transition:all .5s;-moz-transition:all .5s;-o-transition:all .5s;-ms-transition:all .5s;transition:all .5s;}.sw-category-slider3 .item .item-content h3 a{color:#fff;font-size:34px;line-height:45px;}.sw-category-slider3 .item .shop-now{position:absolute;top:50%;left:0;width:100%;text-align:center;margin-top:-20px;z-index:3;-webkit-transform:scale(0);-moz-transform:scale(0);-o-transform:scale(0);-ms-transform:scale(0);transform:scale(0);}.sw-category-slider3 .item .shop-now a{background:var(--color);padding:18px 45px;font-size:18px;color:#fff;border-radius:30px;text-transform:capitalize;-webkit-transition:all .5s;-moz-transition:all .5s;-o-transition:all .5s;-ms-transition:all .5s;transition:all .5s;}.sw-category-slider3 .item .shop-now a:hover{color:#111;}.sw-category-slider3 .item:hover:before{-webkit-transform:scale(0);-moz-transform:scale(0);-o-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transition:all .5s;-moz-transition:all .5s;-o-transition:all .5s;-ms-transition:all .5s;transition:all .5s;}.sw-category-slider3 .item:hover .item-content h3{-webkit-transform:scale(0);-moz-transform:scale(0);-o-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transition:all .5s;-moz-transition:all .5s;-o-transition:all .5s;-ms-transition:all .5s;transition:all .5s;}.sw-category-slider3 .item:hover .shop-now{-webkit-transform:scale(1);-moz-transform:scale(1);-o-transform:scale(1);-ms-transform:scale(1);transform:scale(1);-webkit-transition:all .5s;-moz-transition:all .5s;-o-transition:all .5s;-ms-transition:all .5s;transition:all .5s;}.sw-woo-tab-style3{margin-bottom:60px;}.sw-woo-tab-style3 .woo-tab-container-slider{position:relative;}.sw-woo-tab-style3 .resp-tab .category-slider-content{overflow:hidden;}.sw-woo-tab-style3 .resp-tab .category-slider-content .button-collapse{display:none;}.sw-woo-tab-style3 .resp-tab .category-slider-content .nav-tabs-select{overflow:initial;text-align:center;}.sw-woo-tab-style3 .resp-tab .category-slider-content .nav-tabs-select ul.nav-tabs{border:none;margin:0;}.sw-woo-tab-style3 .resp-tab .category-slider-content .nav-tabs-select ul.nav-tabs li{margin:0;display:inline-block;vertical-align:top;float:none;position:relative;}.sw-woo-tab-style3 .resp-tab .category-slider-content .nav-tabs-select ul.nav-tabs li:before{content:"";width:1px;height:22px;background:#ccc;position:absolute;right:0;top:18px;}.rtl .sw-woo-tab-style3 .resp-tab .category-slider-content .nav-tabs-select ul.nav-tabs li:before{right:auto;left:0;}.sw-woo-tab-style3 .resp-tab .category-slider-content .nav-tabs-select ul.nav-tabs li:last-child:before{display:none;}.sw-woo-tab-style3 .resp-tab .category-slider-content .nav-tabs-select ul.nav-tabs li > a{border:0;font-size:30px;color:#ccc;text-transform:capitalize;font-weight:600;padding:10px 10px 5px;border-radius:0;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;}.sw-woo-tab-style3 .resp-tab .category-slider-content .nav-tabs-select ul.nav-tabs li.active> a,.sw-woo-tab-style3 .resp-tab .category-slider-content .nav-tabs-select ul.nav-tabs li:hover >a{color:#000;background:transparent;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;}.sw-woo-tab-style3 .resp-tab .category-slider-content .slider-description{text-align:center;font-size:14px;margin-bottom:30px;}.sw-woo-tab-style3 .resp-tab .category-slider-content .tab-content .tab-pane.active .res-button{position:absolute;top:0;cursor:pointer;font-size:24px;width:25px;height:25px;text-align:center;line-height:23px;z-index:8;}.sw-woo-tab-style3 .resp-tab .category-slider-content .tab-content .tab-pane.active .res-button.slick-next{right:0;}.rtl .sw-woo-tab-style3 .resp-tab .category-slider-content .tab-content .tab-pane.active .res-button.slick-next{left:0;right:auto;}.sw-woo-tab-style3 .resp-tab .category-slider-content .tab-content .tab-pane.active .res-button.slick-next:before{content:"";font-family:"FontAwesome";color:#004880;}.rtl .sw-woo-tab-style3 .resp-tab .category-slider-content .tab-content .tab-pane.active .res-button.slick-next:before{content:"";}.sw-woo-tab-style3 .resp-tab .category-slider-content .tab-content .tab-pane.active .res-button.slick-next:hover{-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-o-transition:all .3s ease;-ms-transition:all .3s ease;transition:all .3s ease;}.sw-woo-tab-style3 .resp-tab .category-slider-content .tab-content .tab-pane.active .res-button.slick-next:hover:before{color:#0065b3;}.sw-woo-tab-style3 .resp-tab .category-slider-content .tab-content .tab-pane.active .res-button.slick-prev{right:30px;}.rtl .sw-woo-tab-style3 .resp-tab .category-slider-content .tab-content .tab-pane.active .res-button.slick-prev{left:30px;right:auto;}.sw-woo-tab-style3 .resp-tab .category-slider-content .tab-content .tab-pane.active .res-button.slick-prev:before{content:"";font-family:"FontAwesome";color:#004880;}.rtl .sw-woo-tab-style3 .resp-tab .category-slider-content .tab-content .tab-pane.active .res-button.slick-prev:before{content:"";}.sw-woo-tab-style3 .resp-tab .category-slider-content .tab-content .tab-pane.active .res-button.slick-prev:hover{-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-o-transition:all .3s ease;-ms-transition:all .3s ease;transition:all .3s ease;}.sw-woo-tab-style3 .resp-tab .category-slider-content .tab-content .tab-pane.active .res-button.slick-prev:hover:before{color:#0065b3;}.sw-woo-tab-style3 .resp-tab .category-slider-content .tab-content .tab-pane .woo-tab-container-slider .resp-slider-container{margin:0 1px;}.sw-woo-tab-style3 .resp-tab .category-slider-content .tab-content .tab-pane .woo-tab-container-slider .resp-slider-container .item .item-wrap{margin-bottom:0;}.sw-woo-tab-style3 .resp-tab .category-slider-content .tab-content .tab-pane .woo-tab-container-slider .resp-slider-container .item .item-wrap:last-child{margin-bottom:0;}.block-title3{text-align:center;padding-bottom:13px;}.block-title3 h3{font-size:30px;color:#111;font-weight:600;text-transform:capitalize;margin-bottom:13px;}.block-title3 .slider-description{text-align:center;font-size:14px;color:#666;}.countdown-slider4{margin-bottom:20px;}.countdown-slider4 .item .item-wrap2 .item-detail .item-content{padding:0 0 30px 0 !important;}.countdown-slider4 .item .item-wrap2 .item-detail .item-content .item-countdown{margin:57px 0 31px 0;}.countdown-slider4 .item .item-wrap2 .item-detail .item-content .item-countdown .countdown-row .countdown-section{display:inline-block;width:25%;padding:15px 0;border:1px #000 solid;border-width:1px 0 1px 1px;background:#f4f4f4;}.rtl .countdown-slider4 .item .item-wrap2 .item-detail .item-content .item-countdown .countdown-row .countdown-section{border-width:1px 1px 1px 0;}.countdown-slider4 .item .item-wrap2 .item-detail .item-content .item-countdown .countdown-row .countdown-section span{display:block;}.countdown-slider4 .item .item-wrap2 .item-detail .item-content .item-countdown .countdown-row .countdown-section .countdown-amount{font-size:30px;color:#000;font-weight:600;}.countdown-slider4 .item .item-wrap2 .item-detail .item-content .item-countdown .countdown-row .countdown-section .countdown-period{font-size:14px;color:#000;}.countdown-slider4 .item .item-wrap2 .item-detail .item-content .item-countdown .countdown-row .countdown-section:last-child{border-right:1px #000 solid;}.rtl .countdown-slider4 .item .item-wrap2 .item-detail .item-content .item-countdown .countdown-row .countdown-section:last-child{border-left:1px #000 solid;}.countdown-slider4 .item .item-wrap2 .item-detail .item-content .reviews-content{padding:10px 0 12px 0;}.countdown-slider4 .item .item-wrap2 .item-detail .item-content .item-price{font-size:20px;}.countdown-slider4 .item .item-wrap2 .item-detail .item-content .item-price ins{font-size:30px;}.countdown-slider4 .item .item-wrap2 .item-detail .item-content .item-price del{font-size:20px !important;float:right;margin-top:8px !important;}.countdown-slider4 .item .item-wrap2 .item-detail .item-content h4{margin:20px 0 22px 0;}.countdown-slider4 .item .item-wrap2 .item-detail .item-content h4 a{font-size:26px !important;line-height:normal;}.countdown-slider4 .item .item-wrap2:hover .item-detail{border:1px transparent solid;}.countdown-slider3{margin-bottom:20px;}.countdown-slider3 .resp-slider-container .slick-slider .slick-list .item .item-wrap2{margin-bottom:7px;}.countdown-slider3 .resp-slider-container .slick-slider .slick-list .item .item-wrap2:hover .item-detail{border:1px transparent solid;}.countdown-slider3 .resp-slider-container .slick-slider .slick-list .item .item-wrap2 .item-detail .products-thumb{padding-bottom:18px;margin-bottom:12px;}.countdown-slider3 .resp-slider-container .slick-slider .slick-list .item .item-wrap2 .item-detail .item-content .item-bottom a.ajax_add_to_cart,.countdown-slider3 .resp-slider-container .slick-slider .slick-list .item .item-wrap2 .item-detail .item-content .item-bottom .add_to_cart_button,.countdown-slider3 .resp-slider-container .slick-slider .slick-list .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_external,.countdown-slider3 .resp-slider-container .slick-slider .slick-list .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_grouped,.countdown-slider3 .resp-slider-container .slick-slider .slick-list .item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a,.countdown-slider3 .resp-slider-container .slick-slider .slick-list .item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,.countdown-slider3 .resp-slider-container .slick-slider .slick-list .item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a,.countdown-slider3 .resp-slider-container .slick-slider .slick-list .item .item-wrap2 .item-detail .item-content .item-bottom .compare-button a,.countdown-slider3 .resp-slider-container .slick-slider .slick-list .item .item-wrap2 .item-detail .item-content .item-bottom .sw-quickview{margin:2px 0 !important;}.woo-slider-theme1{margin-bottom:46px;position:relative;}.woo-slider-theme1 .res-button{visibility:hidden;opacity:0;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;}.woo-slider-theme1 .res-button.slick-next{display:inline-block;width:40px;height:40px;line-height:40px;background-color:#777;position:absolute;top:50%;margin-top:-45px;right:-55px;z-index:8;text-align:center;border-radius:50%;}.woo-slider-theme1 .res-button.slick-next:before{font-family:"FontAwesome";content:"";color:#fff;font-size:18px;}.woo-slider-theme1 .res-button.slick-next:hover{background:#2c2c2c;cursor:pointer;}.woo-slider-theme1 .res-button.slick-prev{display:inline-block;width:40px;height:40px;line-height:40px;background-color:#777;position:absolute;top:50%;margin-top:-45px;left:-55px;z-index:8;text-align:center;border-radius:50%;}.woo-slider-theme1 .res-button.slick-prev:before{font-family:"FontAwesome";content:"";color:#fff;font-size:18px;}.woo-slider-theme1 .res-button.slick-prev:hover{background:#2c2c2c;cursor:pointer;}.woo-slider-theme1 .block-title{text-align:center;}.woo-slider-theme1 .block-title h3{font-size:30px;color:#111;font-weight:600;text-transform:capitalize;}.woo-slider-theme1:hover .res-button{visibility:visible;opacity:1;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;}.woo-slider-theme1 .block-title{margin-bottom:27px;}.woo-slider-theme1 .block-title h3{margin-bottom:15px;}.woo-slider-theme1 .block-title .slider-description{font-size:14px;}.woo-slider-theme1 .resp-slider-container{margin:0 1px;}.woo-slider-theme1 .slick-list{padding-right:2px;}.testimonial-slider{margin-bottom:40px;}.testimonial-slider .carousel-cl a{position:absolute;top:50%;margin-top:-30px;width:60px;height:60px;line-height:60px;text-align:center;color:#fff;background:rgba(255,255,255,.1);cursor:pointer;z-index:9;-webkit-border-radius:50%;-moz-border-radius:50%;-o-border-radius:50%;-ms-border-radius:50%;border-radius:50%;font-size:18px;}.testimonial-slider .carousel-cl a:hover{background:var(--color);}.testimonial-slider .carousel-cl .prev-test{left:-10px;}.testimonial-slider .carousel-cl .next-test{right:-10px;}.testimonial-slider .carousel-inner{-webkit-border-radius:4px;-moz-border-radius:4px;-o-border-radius:4px;-ms-border-radius:4px;border-radius:4px;}.testimonial-slider .carousel-inner .item{padding:14px 22px 20px;}.testimonial-slider .carousel-inner .client-say-info .image-client{width:100%;float:none;}.testimonial-slider .carousel-inner .client-say-info .image-client img{display:table;margin:0 auto;border:5px rgba(255,255,255,.1) solid;border-radius:50%;width:100px;}.testimonial-slider .carousel-inner .client-say-info .image-client img:hover{opacity:.8;}.testimonial-slider .carousel-inner .client-say-info .name-client{text-align:center;margin:0;margin-bottom:26px;}.testimonial-slider .carousel-inner .client-say-info .name-client h2{margin-bottom:0;}.testimonial-slider .carousel-inner .client-say-info .name-client h2 a{font-size:14px;color:#fff;font-weight:800;text-transform:uppercase;}.testimonial-slider .carousel-inner .client-say-info .name-client .info-client{font-size:16px;color:#fff;line-height:16px;}.testimonial-slider .carousel-inner .client-comment{text-align:center;line-height:21px;position:relative;margin:0 30% 40px 30%;font-size:13px;color:#ccc;}.testimonial-slider .carousel-inner .client-comment:before{display:block;content:"";font-family:"FontAwesome" !important;position:absolute;font-size:42px;color:rgba(255,255,255,.1);left:-145px;top:-50px;font-style:normal;}.testimonial-slider .carousel-inner .client-comment:after{display:block;content:"";font-family:"FontAwesome" !important;position:absolute;font-size:42px;color:rgba(255,255,255,.1);right:-145px;bottom:0px;font-style:normal;}.testimonial-slider .carousel-indicators{border-top:0;margin:0px;position:relative;position:absolute;text-align:center;left:0;width:100%;bottom:0;border-bottom-left-radius:4px;border-bottom-right-radius:4px;}.testimonial-slider .carousel-indicators li{background-color:rgba(255,255,255,.1);border:none;width:10px;height:10px;border-radius:50%;margin:0 3px;}.testimonial-slider .carousel-indicators li.active,.testimonial-slider .carousel-indicators li:hover{background-color:var(--color);}@media (min-width: 1200px) and (max-width: 1400px){.sw-category-slider3 .item .item-content{top:60%;}}@media (max-width: 1199px){.header-style3 .header-mid .autusin-logo a img{max-width:100%;}.testimonial-slider .carousel-cl .next-test{right:0;}.testimonial-slider .carousel-cl .prev-test{left:0;}}@media (min-width: 992px) and (max-width: 1199px){.countdown-slider3 .slider .item-countdown .item-wrap2 .item-detail .item-content .product-countdown .countdown-section{margin-right:10px;}.rtl .countdown-slider3 .slider .item-countdown .item-wrap2 .item-detail .item-content .product-countdown .countdown-section{margin:0 0 0 10px;}}@media (max-width: 991px){.countdown-slider3 .slider .item-countdown .item-wrap2 .item-detail .item-content .product-countdown .countdown-section{margin-right:10px;}.rtl .countdown-slider3 .slider .item-countdown .item-wrap2 .item-detail .item-content .product-countdown .countdown-section{margin:0 0 0 10px;}}@media (min-width: 768px) and (max-width: 991px){.header-style3 .resmenu-container .menu-responsive-wrapper{top:65px;}.header-style3 .header-mid .main-menu{padding-top:15px;}.header-style3 .header-mid .search-cate{margin-top:28px;}}@media (max-width: 767px){.header-style3 .header-top .left-header{float:left;width:50%;}.rtl .header-style3 .header-top .left-header{float:right;}.header-style3 .header-top .mid-header{display:none;}.header-style3 .header-top .right-header2{float:right;width:50%;}.rtl .header-style3 .header-top .right-header2{float:left;}.header-style3 .header-mid .autusin-logo a img{max-width:170px;}.header-style3 .header-mid #main-menu{padding:0;}.header-style3 .header-mid #main-menu .primary-menu .resmenu-container .navbar-toggle{margin:0;}.header-style3 .header-mid .search-cate{margin-top:0;}.header-style3 .header-mid.sticky-menu{position:relative;top:auto;left:auto;}.sw-category-slider3{margin-bottom:20px;}.sw-category-slider3 .item .item-content h3 a{font-size:36px;}.sw-woo-tab-style3{margin-bottom:20px;}.sw-woo-tab-style3 .resp-tab .category-slider-content .nav-tabs-select ul.nav-tabs li:before{display:none;}.sw-woo-tab-style3 .resp-tab .category-slider-content .nav-tabs-select ul.nav-tabs li a{font-size:20px;padding:5px 8px;}.countdown-slider4,.countdown-slider3,.woo-slider-theme1{margin-bottom:0;}.testimonial-slider .carousel-inner .client-comment{margin:0 10px 30px 10px;}}@media (max-width: 640px){.header-style3 .header-top .right-header2,.header-style3 .header-top .left-header{width:auto;}}@media (max-width: 480px){.sw-woo-tab-style3 .resp-tab .top-tab-slider .nav.nav-tabs > li{width:100%;}.sw-woo-tab-style3 .resp-tab .top-tab-slider .nav.nav-tabs > li > a{border-left:1px solid #222;width:100%;}.sw-woo-tab-style3 .resp-tab .top-tab-slider .nav.nav-tabs > li > a:hover{border-left:1px solid #222;}.countdown-slider3 .slider .item-countdown .item-wrap2 .item-detail .item-image-countdown a{width:auto;margin-bottom:10px;}.countdown-slider3 .slider .item-countdown .item-wrap2 .item-detail .item-content .product-countdown .countdown-section{margin-right:5px;}.rtl .countdown-slider3 .slider .item-countdown .item-wrap2 .item-detail .item-content .product-countdown .countdown-section{margin:0 0 0 5px;}.countdown-slider3 .res-button{margin-top:-40px;top:45%;}}@media (max-width: 360px){.sw-woo-tab-style3 .resp-tab .top-tab-slider .nav.nav-tabs > li:first-child  > a{margin-bottom:5px;}.rtl .sw-woo-tab-style3 .resp-tab .top-tab-slider .nav.nav-tabs > li:first-child  > a{border-left:1px solid var(--color);}.countdown-slider3 .res-button{top:40%;}.countdown-slider3 .slider .item-countdown .item-wrap2 .item-detail .item-image-countdown a{width:auto;}}.home-style4 .wpb_revslider_element{margin-bottom:30px;}.home-style4 .best-selling-product2 .res-button.slick-next:before{line-height:40px;}.home-style4 .sw-brand-container-slider .res-button.slick-prev{left:-60px;}.home-style4 .sw-brand-container-slider .res-button.slick-next{right:-60px;}.home-style4 .best-selling-product2 .slick-list{padding-right:2px;}.home-style4 .responsive-post-slider2 .res-button{top:34%;}.home-style4 .responsive-post-slider2 .res-button.slick-prev{left:-60px;right:auto;}.home-style4 .responsive-post-slider2 .res-button.slick-next{right:-60px;left:auto;}.home-style4 .sw-woo-tab-style4 .resp-tab .category-slider-content .responsive-slider .slick-list{padding-right:2px;}.home-style4 .sw-woo-tab-style4 .resp-tab .category-slider-content .responsive-slider .res-button{top:54% !important;border:0;}.home-style4 .best-selling-product2 .res-button.slick-prev:before{line-height:40px;}.header-style4{border-bottom:1px #0065b3 solid;}.home-style4 .header-style4{border-bottom:none;}.header-style4 .header-top{background:#ebebeb;min-height:43px;}.header-style4 .header-top .left-header{margin:11px 0;}.header-style4 .header-top .left-header a{color:#111;}.header-style4 .header-top .mid-header{margin-top:13px;text-transform:uppercase;font-size:12px;text-align:center;color:#545454;font-weight:600;}.header-style4 .header-top .right-header2{padding-top:5px;}.header-style4 .header-top .right-header2 .sw-autusin-account{margin:0;}.header-style4 .header-top .right-header2 .sw-autusin-account:before{display:none;}.header-style4 .header-top .right-header2 .sw-autusin-account i.fa{color:#545454;padding:9px;font-size:14px;}.header-style4 .header-top .right-header2 .wishlist{padding:6px;position:relative;margin:0 10px;}.header-style4 .header-top .right-header2 .wishlist:before{content:"";height:12px;width:1px;background:#545454;position:absolute;top:10px;left:-6px;}.header-style4 .header-top .right-header2 .wishlist:after{content:"";height:12px;width:1px;background:#545454;position:absolute;top:10px;right:-6px;}.header-style4 .top-form.top-form-minicart .top-minicart-icon a{padding:5px 0;display:inline-block;vertical-align:top;}.header-style4 .top-form.top-form-minicart .top-minicart-icon a i.fa{padding:0 5px;}.header-style4 .header-mid{padding:22px 0 24px 0;}.header-style4 .header-mid .left-header{margin-top:16px;}.header-style4 .header-mid .mid-header{text-align:center;}.header-style4 .header-mid .mid-header .autusin-logo{margin:8px 0;}.header-style4 .header-mid .mid-header .autusin-logo a{display:inline-block;vertical-align:top;}.header-style4 .header-mid .mid-header .autusin-logo a img{margin:0 auto;max-width:225px;}.header-style4 .header-mid .search-cate{margin-top:1px;}.header-style4 .header-mid .search-cate .top-form.top-search{width:270px;position:relative;display:block;top:18px;font-size:12px;z-index:98;}.rtl .header-style4 .header-mid .search-cate .top-form.top-search{float:left;}.header-style4 .header-mid .search-cate .top-form.top-search .topsearch-entry{padding-left:0;}.rtl .header-style4 .header-mid .search-cate .top-form.top-search .topsearch-entry{padding-right:0;}.header-style4 .header-mid .search-cate .top-form.top-search .topsearch-entry .icon-loading.loading{right:95px;}.header-style4 .header-mid .search-cate .top-form.top-search .topsearch-entry .cat-wrapper{display:none;}.header-style4 .header-mid .search-cate .top-form.top-search .topsearch-entry input{background:#f5f5f5;height:35px;line-height:35px;padding:0 20px;border-radius:0;}.header-style4 .header-mid .search-cate .top-form.top-search .topsearch-entry .button-search-pro{background-color:#f5f5f5;border-radius:0;height:35px;line-height:35px;color:#222;}.header-style4 .header-mid .search-cate .top-form.top-search .topsearch-entry .button-search-pro:hover{background-color:var(--color);}.header-style4 #lang_sel > ul.nav{margin-left:0;}.rtl .header-style4 #lang_sel > ul.nav{margin-right:0;}.header-style4 #lang_sel > ul.nav > li{padding:10px 0 6px 0;}.header-style4 #lang_sel > ul.nav > li > a{padding-left:0;}.rtl .header-style4 #lang_sel > ul.nav > li > a{padding-right:0;}.rtl .header-style4 .currency_w{margin:0 20px 0 0;}.header-style4 .currency_w > li{padding:10px 0 6px 0;}.header-style4 .currency_w > li:before{position:absolute;top:12px;left:0;width:1px;height:12px;background:#999;content:"";}.rtl .header-style4 .currency_w > li:before{left:auto;right:0;}.header-style4 .header-bottom{background:var(--color);}.header-style4 .main-menu{text-align:center;}.header-style4 .main-menu .nav-pills >li > a{color:#fff;}.header-style4 .main-menu .nav-pills >li.active >a,.header-style4 .main-menu .nav-pills >li.active >a:hover,.header-style4 .main-menu .nav-pills >li.active >a:focus,.header-style4 .main-menu .nav-pills >li:hover > a{color:#111;}.header-style4 .sticky-menu{position:fixed;box-shadow:0px 0px 2px 1px #999;z-index:99;}.sw-woo-tab-style4{margin-bottom:75px;}.sw-woo-tab-style4 .resp-tab .category-slider-content .block-title{text-align:center;}.sw-woo-tab-style4 .resp-tab .category-slider-content .block-title h3{font-size:30px;color:#111;font-weight:600;text-transform:capitalize;}.sw-woo-tab-style4 .resp-tab .category-slider-content .block-title{margin-bottom:14px;}.sw-woo-tab-style4 .resp-tab .category-slider-content .button-collapse{display:none;}.sw-woo-tab-style4 .resp-tab .category-slider-content .nav-tabs-select{overflow:initial;border:1px #0065b3 solid;border-width:1px 0;text-align:center;margin-bottom:30px;}.sw-woo-tab-style4 .resp-tab .category-slider-content .nav-tabs-select ul.nav-tabs{border:none;margin:0;}.sw-woo-tab-style4 .resp-tab .category-slider-content .nav-tabs-select ul.nav-tabs li{margin:0;display:inline-block;vertical-align:top;float:none;}.sw-woo-tab-style4 .resp-tab .category-slider-content .nav-tabs-select ul.nav-tabs li > a{border:0;font-size:14px;color:#111;text-transform:capitalize;padding:15px 10px;border-radius:0;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;}.sw-woo-tab-style4 .resp-tab .category-slider-content .nav-tabs-select ul.nav-tabs li.active> a,.sw-woo-tab-style4 .resp-tab .category-slider-content .nav-tabs-select ul.nav-tabs li:hover >a{color:var(--color);background:transparent;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;}.sw-woo-tab-style4 .resp-tab .category-slider-content .tab-content .tab-pane.active{position:relative;}.sw-woo-tab-style4 .resp-tab .category-slider-content .tab-content .tab-pane.active .res-button{position:absolute;top:0;cursor:pointer;font-size:24px;width:25px;height:25px;text-align:center;line-height:23px;z-index:8;}.sw-woo-tab-style4 .resp-tab .category-slider-content .tab-content .tab-pane.active .res-button.slick-next{right:0;}.rtl .sw-woo-tab-style4 .resp-tab .category-slider-content .tab-content .tab-pane.active .res-button.slick-next{left:0;right:auto;}.sw-woo-tab-style4 .resp-tab .category-slider-content .tab-content .tab-pane.active .res-button.slick-next:before{content:"";font-family:"FontAwesome";color:#004880;}.rtl .sw-woo-tab-style4 .resp-tab .category-slider-content .tab-content .tab-pane.active .res-button.slick-next:before{content:"";}.sw-woo-tab-style4 .resp-tab .category-slider-content .tab-content .tab-pane.active .res-button.slick-next:hover{-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-o-transition:all .3s ease;-ms-transition:all .3s ease;transition:all .3s ease;}.sw-woo-tab-style4 .resp-tab .category-slider-content .tab-content .tab-pane.active .res-button.slick-next:hover:before{color:#0065b3;}.sw-woo-tab-style4 .resp-tab .category-slider-content .tab-content .tab-pane.active .res-button.slick-prev{right:30px;}.rtl .sw-woo-tab-style4 .resp-tab .category-slider-content .tab-content .tab-pane.active .res-button.slick-prev{left:30px;right:auto;}.sw-woo-tab-style4 .resp-tab .category-slider-content .tab-content .tab-pane.active .res-button.slick-prev:before{content:"";font-family:"FontAwesome";color:#004880;}.rtl .sw-woo-tab-style4 .resp-tab .category-slider-content .tab-content .tab-pane.active .res-button.slick-prev:before{content:"";}.sw-woo-tab-style4 .resp-tab .category-slider-content .tab-content .tab-pane.active .res-button.slick-prev:hover{-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-o-transition:all .3s ease;-ms-transition:all .3s ease;transition:all .3s ease;}.sw-woo-tab-style4 .resp-tab .category-slider-content .tab-content .tab-pane.active .res-button.slick-prev:hover:before{color:#0065b3;}.sw-woo-tab-style4 .resp-tab .category-slider-content .tab-content .tab-pane.active .res-button:before{line-height:38px;}.sw-woo-tab-style4 .resp-tab .category-slider-content .tab-content .tab-pane .woo-tab-container-slider .resp-slider-container{margin:0 1px;}.block-text2{text-align:center;overflow:hidden;margin-bottom:90px;}.block-text2 .item{padding:0 5%;}.block-text2 .item h3{font-size:16px;color:#111;position:relative;text-transform:capitalize;font-weight:500;margin-bottom:47px;}.block-text2 .item h3:before{content:"";width:50px;height:4px;background:#edacac;position:absolute;bottom:-25px;left:50%;margin-left:-25px;}.block-text2 .item p{font-size:12px;line-height:22px !important;color:#7b7b7b;}.block-text2 .item.item2 h3:before{background:#acdaed;}.block-text2 .item.item3 h3:before{background:#ede3ac;}.sw-category-slider4{margin-bottom:80px;position:relative;}.sw-category-slider4 .res-button{visibility:hidden;opacity:0;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;}.sw-category-slider4 .res-button.slick-next{display:inline-block;width:40px;height:40px;line-height:40px;background-color:#777;position:absolute;top:50%;margin-top:-45px;right:-55px;z-index:8;text-align:center;border-radius:50%;}.sw-category-slider4 .res-button.slick-next:before{font-family:"FontAwesome";content:"";color:#fff;font-size:18px;}.sw-category-slider4 .res-button.slick-next:hover{background:#2c2c2c;cursor:pointer;}.sw-category-slider4 .res-button.slick-prev{display:inline-block;width:40px;height:40px;line-height:40px;background-color:#777;position:absolute;top:50%;margin-top:-45px;left:-55px;z-index:8;text-align:center;border-radius:50%;}.sw-category-slider4 .res-button.slick-prev:before{font-family:"FontAwesome";content:"";color:#fff;font-size:18px;}.sw-category-slider4 .res-button.slick-prev:hover{background:#2c2c2c;cursor:pointer;}.sw-category-slider4:hover .res-button{visibility:visible;opacity:1;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;}.sw-category-slider4 .responsive{margin:0 -15px;}.sw-category-slider4 .responsive .item-product-cat{padding:0 15px;}.sw-category-slider4 .responsive .item-product-cat:hover .item-image img{opacity:.85;}.sw-category-slider4 .responsive .item-product-cat:hover .item-content h3 a{color:var(--color);-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;}.sw-category-slider4 .responsive .item-product-cat .item-image img{margin:0;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;}.sw-category-slider4 .responsive .item-product-cat .item-content h3{text-align:center;margin:0;}.sw-category-slider4 .responsive .item-product-cat .item-content h3 a{display:block;font-size:16px;text-transform:uppercase;font-weight:600;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;padding:25px 0;color:#333;}.responsive-post-slider2 .resp-slider-container .block-title h3{font-size:34px;}.responsive-post-slider2{margin-bottom:80px;}.responsive-post-slider2 .resp-slider-container .block-title{text-align:center;}.responsive-post-slider2 .resp-slider-container .block-title h3{font-size:30px;color:#111;font-weight:600;text-transform:capitalize;}.responsive-post-slider2 .resp-slider-container .block-title{margin-bottom:39px;}.responsive-post-slider2 .resp-slider-container .block-title h3{margin-bottom:13px;}.responsive-post-slider2 .resp-slider-container .block-title .slider-description{font-size:14px;}.responsive-post-slider2 .resp-slider-container .slick-slider{margin:0 -15px;}.responsive-post-slider2 .resp-slider-container .slick-slider .item{padding:0 15px;}.responsive-post-slider2 .resp-slider-container .slick-slider .item .item-inner{text-align:center;}.responsive-post-slider2 .resp-slider-container .slick-slider .item .item-inner .img_over{position:relative;overflow:hidden;}.responsive-post-slider2 .resp-slider-container .slick-slider .item .item-inner .img_over a img{width:100%;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;}.responsive-post-slider2 .resp-slider-container .slick-slider .item .item-inner .img_over:hover a img{-webkit-transform:scale(1.05);-moz-transform:scale(1.05);-o-transform:scale(1.05);-ms-transform:scale(1.05);transform:scale(1.05);-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;}.responsive-post-slider2 .resp-slider-container .slick-slider .item .item-inner .img_over .latest_post_date{height:66px;width:60px;background:#fff;position:absolute;top:20px;right:20px;padding:8px 5px;}.rtl .responsive-post-slider2 .resp-slider-container .slick-slider .item .item-inner .img_over .latest_post_date{right:auto;left:20px;}.responsive-post-slider2 .resp-slider-container .slick-slider .item .item-inner .img_over .latest_post_date span{display:block;}.responsive-post-slider2 .resp-slider-container .slick-slider .item .item-inner .img_over .latest_post_date .post_day{color:#575757;font-size:24px;font-weight:bold;}.responsive-post-slider2 .resp-slider-container .slick-slider .item .item-inner .img_over .latest_post_date .post_my{color:#a2a2a2;font-size:14px;}.responsive-post-slider2 .resp-slider-container .slick-slider .item .item-inner .entry-content{padding:23px 5px;}.responsive-post-slider2 .resp-slider-container .slick-slider .item .item-inner .entry-content h4{margin:3px 0 14px 0;}.responsive-post-slider2 .resp-slider-container .slick-slider .item .item-inner .entry-content h4 a{color:#111;font-size:17px;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;font-weight:500;}.responsive-post-slider2 .resp-slider-container .slick-slider .item .item-inner .entry-content h4 a:hover{color:var(--color);-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;}.responsive-post-slider2 .resp-slider-container .slick-slider .item .item-inner .entry-content .description{line-height:21px;margin-bottom:21px;font-size:12px;}.responsive-post-slider2 .resp-slider-container .slick-slider .item .item-inner .entry-content .readmore a{color:var(--color);font-size:14px;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;}.responsive-post-slider2 .resp-slider-container .slick-slider .item .item-inner .entry-content .readmore a:hover{color:var(--color);-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;}.responsive-post-slider2 .resp-slider-container .slick-slider .item .item-inner .entry-content .readmore a i{padding:0 5px;}.rtl .responsive-post-slider2 .resp-slider-container .slick-slider .item .item-inner .entry-content .readmore a i:before{content:"";}@media (max-width: 991px){.block-text .item{padding:0 2%;}.header-style4 .header-top .mid-header{font-size:11px;}.header-style4 .header-mid .search-cate .top-form.top-search{width:100%;}.header-style4 #main-menu .primary-menu .resmenu-container .navbar-toggle .icon-bar{background:#111;}}@media (max-width: 767px){.header-style4 .header-top .left-header,.header-style4 .header-top .mid-header{display:none;}.header-style4 .header-top .right-header2{text-align:center;}.header-style4 .header-top .right-header2 .widget,.header-style4 .header-top .right-header2 .sw-autusin-account{float:none;display:inline-block;vertical-align:top;}.header-style4 .header-mid{padding:0;text-align:center;}.header-style4 .header-mid .left-header{margin-top:5px;}.header-style4 .header-mid .left-header .widget_text,.header-style4 .header-mid .left-header .widget{float:none;display:inline-block;vertical-align:top;}.header-style4 .header-mid .search-cate .top-form.top-search{top:0;margin-top:10px;}.header-style4 .header-bottom.sticky-menu{position:relative;top:auto;left:auto;}.header-style4 .resmenu-container .menu-responsive-wrapper{top:45px;}.sw-woo-tab-style4{margin-bottom:0;}.sw-category-slider4,.responsive-post-slider2{margin-bottom:20px;}}.home-style5 .block-text ul .wrap-text h3 a{text-transform:uppercase;}.home-style5 .sw-latest-product .box-title h3:before,.home-style5 .sw-mostviewed .box-title h3:before,.home-style5 .sw-onsale-product .box-title h3:before{display:none;}.home-style5 .sw-latest-product .item .item-inner .item-thumbnail,.home-style5 .sw-mostviewed .item .item-inner .item-thumbnail,.home-style5 .sw-onsale-product .item .item-inner .item-thumbnail{width:125px;}.home-style5 .sw-brand-container-slider{margin:20px 0 40px 0;}.home-style5 .sw-brand-container-slider .res-button.slick-prev,.home-style5 .sw-brand-container-slider .res-button.slick-next{top:50%;}.home-style5 .sw-woo-tab-cat3 .responsive-slider .res-button.slick-prev{left:-60px;right:auto;}.home-style5 .sw-woo-tab-cat3 .responsive-slider .res-button.slick-next{right:-60px;left:auto;}.header-style5 #lang_sel > ul.nav > li > ul{margin-top:-13px;}.header-style5 .currency_w > li .currency_switcher{margin-top:-12px;left:-15px;}.header-style5 .elementor-element.my-account{position:relative;}.header-style5 .elementor-element.my-account:after{content:"";height:20px;width:100%;position:absolute;bottom:-20px;left:0;background:transparent;}.header-style5 .elementor-element.my-account:hover #menu-my-account.menu{top:27px;}.header-style5 .header-top{background:#f8f8f8;min-height:43px;border-bottom:1px #0065b3 solid;}.header-style5 .header-top .left-header{margin:3px 0;}.header-style5 .header-top .right-header2{padding-top:5px;}.header-style5 .header-top .right-header2 .sw-autusin-account{margin:0;font-size:12px;color:#666;}.header-style5 .header-top .right-header2 .sw-autusin-account:before{display:none;}.header-style5 .header-top .right-header2 .sw-autusin-account i.fa{color:#666;padding:9px;font-size:13px;}.header-style5 .header-top .right-header2 .sw-autusin-account >span{padding:7px 0;}.header-style5 .header-top .right-header2 .wishlist{padding:5px 0;position:relative;margin:0 0 0 15px;}.rtl .header-style5 .header-top .right-header2 .wishlist{margin:0 15px 0 0;}.header-style5 .header-top .right-header2 .wishlist a{color:#666;font-size:12px;}.header-style5 .header-top .right-header2 .wishlist a:hover{color:var(--color);}.header-style5 .header-mid{padding:25px 0 28px 0;}.header-style5 .header-mid .left-header .autusin-logo{margin-top:0;}.header-style5 .header-mid .left-header .autusin-logo a{display:inline-block;vertical-align:top;}.header-style5 .header-mid .search-cate{margin-top:0;}.header-style5 .header-mid .search-cate .top-form.top-search{width:100%;position:relative;display:block;top:11px;font-size:12px;z-index:98;}.rtl .header-style5 .header-mid .search-cate .top-form.top-search{float:left;}.header-style5 .header-mid .search-cate .top-form.top-search .topsearch-entry{padding-left:0;border:1px #0065b3 solid;border-radius:4px;}.rtl .header-style5 .header-mid .search-cate .top-form.top-search .topsearch-entry{padding-right:0;}.header-style5 .header-mid .search-cate .top-form.top-search .topsearch-entry .icon-loading.loading{right:95px;}.header-style5 .header-mid .search-cate .top-form.top-search .topsearch-entry .cat-wrapper{display:none;}.header-style5 .header-mid .search-cate .top-form.top-search .topsearch-entry input{background:#fff;height:35px;line-height:35px;padding:0 20px;border-radius:0;}.header-style5 .header-mid .search-cate .top-form.top-search .topsearch-entry .button-search-pro{background-color:#333;border-radius:0;height:35px;line-height:35px;color:#fff;}.header-style5 .header-mid .search-cate .top-form.top-search .topsearch-entry .button-search-pro:hover{background-color:var(--color);}.header-style5 .header-bottom{background:#333;}.header-style5 .header-bottom .right-header{color:var(--color);padding-top:21px;text-align:right;}.rtl .header-style5 .header-bottom .right-header{text-align:left;}.header-style5 .nav-pills >li > a{color:#fff;}.header-style5 .nav-pills >li.active > a,.header-style5 .nav-pills >li.active >a:hover,.header-style5 .nav-pills >li.active >a:focus,.header-style5 .nav-pills >li:hover > a{color:var(--color);}.header-style5 .top-form.top-form-minicart{position:relative;cursor:pointer;margin-top:7px;padding-right:15px;}.rtl .header-style5 .top-form.top-form-minicart{padding-right:0;padding-left:15px;}.header-style5 .top-form.top-form-minicart .top-minicart-icon{text-align:left;}.rtl .header-style5 .top-form.top-form-minicart .top-minicart-icon{text-align:right;}.header-style5 .top-form.top-form-minicart .top-minicart-icon span.icon{background:url("https://cdn-ildmmhg.nitrocdn.com/EmfGayVpJIjlSxwvIsYhxAzAzNUjWyuH/assets/images/optimized/rev-f65d057/mwtruckparts.co.uk/wp-content/uploads/sw_theme/assets/img/default/ico-minicart.png") no-repeat;content:"";float:left;height:42px;width:42px;margin-right:10px;}.header-style5 .top-form.top-form-minicart .top-minicart-icon span.icon.nitro-lazy{background-image:none !important;}.rtl .header-style5 .top-form.top-form-minicart .top-minicart-icon span.icon{float:right;margin-left:10px;margin-right:0;}.header-style5 .top-form.top-form-minicart .top-minicart-icon .minicart-title{float:right;color:var(--color);font-weight:normal;font-size:12px;padding-top:5px;}.rtl .header-style5 .top-form.top-form-minicart .top-minicart-icon .minicart-title{float:left;}.header-style5 .top-form.top-form-minicart .top-minicart-icon .minicart-title h2{font-size:13px;font-weight:600;text-transform:uppercase;margin-bottom:5px;color:#111;}.rtl .header-style5 .top-form.top-form-minicart .top-minicart-icon .minicart-title span{display:inline-block;direction:ltr;}.header-style5 .top-form.top-form-minicart .top-minicart-icon .minicart-title label{margin:0;}.header-style5 #lang_sel > ul.nav{margin-left:0;}.rtl .header-style5 #lang_sel > ul.nav{margin-right:0;}.header-style5 #lang_sel > ul.nav > li{padding:10px 0 6px 0;}.header-style5 #lang_sel > ul.nav > li > a{padding-left:0;color:#666;}.rtl .header-style5 #lang_sel > ul.nav > li > a{padding-right:0;}.header-style5 .currency_w{margin:0;}.rtl .header-style5 .currency_w{margin:0;}.header-style5 .currency_w > li{padding:10px 0 6px 0;}.header-style5 .currency_w > li > a{color:#666;}.header-style5 .sticky-menu{position:fixed;box-shadow:0px 0px 2px 1px #999;z-index:99;}.block-text3{color:var(--color);font-size:13px;text-transform:uppercase;padding:16px 0;}.block-text3 .item{border-right:1px var(--color) solid;text-align:center;}.rtl .block-text3 .item{border-right:none;border-left:1px var(--color) solid;}.block-text3 .item:last-child{border:none;}.sw-woo-tab-cat3{margin-bottom:80px;}.sw-woo-tab-cat3 h3{font-size:32px;text-transform:uppercase;font-weight:bold;color:#111;text-align:center;border-bottom:1px #0065b3 solid;padding-bottom:25px;margin-bottom:28px;}.sw-woo-tab-cat3 .resp-tab .top-tab-slider .nav.nav-tabs{margin-bottom:27px;}.sw-woo-tab-cat3 .tab-content .resp-slider-container{margin:0 -15px;}.sw-woo-tab-cat3 .resp-tab .top-tab-slider{text-align:center;}.sw-woo-tab-cat3 .resp-tab .top-tab-slider .nav.nav-tabs{margin:0 auto 22px auto;display:inline-block;vertical-align:top;border-bottom:0;}.sw-woo-tab-cat3 .resp-tab .top-tab-slider .nav.nav-tabs li{margin:0 10px;}.rtl .sw-woo-tab-cat3 .resp-tab .top-tab-slider .nav.nav-tabs li{float:right;}.sw-woo-tab-cat3 .resp-tab .top-tab-slider .nav.nav-tabs li a{text-transform:uppercase;font-size:14px;color:#111;border-radius:4px;border:none;font-weight:600;line-height:12px;}.sw-woo-tab-cat3 .resp-tab .top-tab-slider .nav.nav-tabs li.active a,.sw-woo-tab-cat3 .resp-tab .top-tab-slider .nav.nav-tabs li:hover a{color:#fff;border:none;background-color:#111;}.sw-woo-tab-cat3 .resp-tab .tab-pane{display:block;height:0;overflow:hidden;}.sw-woo-tab-cat3 .resp-tab .tab-pane .slick-arrow{height:40px;width:40px;border:1px solid #eee;border-radius:50%;background-color:#fff;top:60%;opacity:0;}.sw-woo-tab-cat3 .resp-tab .tab-pane .slick-arrow:before{line-height:35px;}.sw-woo-tab-cat3 .resp-tab .tab-pane .slick-arrow:hover{background-color:#94c300;border-color:#94c300;color:#fff;}.sw-woo-tab-cat3 .resp-tab .tab-pane .responsive-slider{position:relative;-webkit-transform:translate(0,80px);-moz-transform:translate(0,80px);-o-transform:translate(0,80px);-ms-transform:translate(0,80px);transform:translate(0,80px);-webkit-transition:all .5s;-moz-transition:all .5s;-o-transition:all .5s;-ms-transition:all .5s;transition:all .5s;}.sw-woo-tab-cat3 .resp-tab .tab-pane .responsive-slider .slick-arrow{top:50%;}.sw-woo-tab-cat3 .resp-tab .tab-pane .responsive-slider .slider .item{padding:0 15px;}.sw-woo-tab-cat3 .resp-tab .tab-pane .responsive-slider .slider .item .item-wrap3 .item-detail .products-thumb{margin-bottom:15px;}.sw-woo-tab-cat3 .resp-tab .tab-pane.active{height:auto;overflow:visible;}.sw-woo-tab-cat3 .resp-tab .tab-pane.active .slick-arrow{opacity:1;}.sw-woo-tab-cat3 .resp-tab .tab-pane.active .responsive-slider{-webkit-transform:translate(0,0);-moz-transform:translate(0,0);-o-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0);}.countdown-slider5{margin:40px 0 85px 0;}.countdown-slider5 h3{font-size:32px;text-transform:uppercase;font-weight:bold;color:#111;text-align:center;border-bottom:1px #0065b3 solid;padding-bottom:25px;margin-bottom:28px;}.countdown-slider5 h3{color:#fff;border:none;margin-bottom:0;}.countdown-slider5 .slider{padding:30px;background:#fff;border:1px #0065b3 solid;border-radius:0;margin-bottom:20px;}.countdown-slider5 .slider .item-countdown .item-wrap3{padding:0 15px 0 0;position:relative;}.rtl .countdown-slider5 .slider .item-countdown .item-wrap3{padding:0 0 0 15px;}.countdown-slider5 .slider .item-countdown .item-wrap3 .item-detail{overflow:hidden;}.countdown-slider5 .slider .item-countdown .item-wrap3 .item-detail .item-image-countdown{position:relative;margin-right:15px;float:left;width:47%;text-align:center;overflow:hidden;}.rtl .countdown-slider5 .slider .item-countdown .item-wrap3 .item-detail .item-image-countdown{float:right;margin-left:15px;margin-right:0;}.countdown-slider5 .slider .item-countdown .item-wrap3 .item-detail .item-image-countdown span.onsale{display:none;}.countdown-slider5 .slider .item-countdown .item-wrap3 .item-detail .item-image-countdown:hover > a:before{content:"";position:absolute;left:0;right:0;top:0;bottom:0;background:#111;opacity:.15;filter:alpha(opacity=15);}.countdown-slider5 .slider .item-countdown .item-wrap3 .item-detail .item-content{overflow:hidden;text-align:left;padding-top:8px;}.rtl .countdown-slider5 .slider .item-countdown .item-wrap3 .item-detail .item-content{text-align:right;}.countdown-slider5 .slider .item-countdown .item-wrap3 .item-detail .item-content h3{color:#111;font-size:12px;text-transform:uppercase;}.countdown-slider5 .slider .item-countdown .item-wrap3 .item-detail .item-content .product-countdown2{background:#222;border-radius:4px;overflow:hidden;text-align:center;}.countdown-slider5 .slider .item-countdown .item-wrap3 .item-detail .item-content .product-countdown2 .countdown-section{position:relative;display:inline-block;vertical-align:top;padding:3px 0 7px 0;}.countdown-slider5 .slider .item-countdown .item-wrap3 .item-detail .item-content .product-countdown2 .countdown-section .countdown-amount{display:inline-block;vertical-align:top;min-width:50px;font-size:18px;height:30px;line-height:34px;text-align:center;color:#fff;}.countdown-slider5 .slider .item-countdown .item-wrap3 .item-detail .item-content .product-countdown2 .countdown-section .countdown-amount:before{content:":";position:absolute;right:0;top:2px;}.rtl .countdown-slider5 .slider .item-countdown .item-wrap3 .item-detail .item-content .product-countdown2 .countdown-section .countdown-amount:before{right:auto;left:0;}.countdown-slider5 .slider .item-countdown .item-wrap3 .item-detail .item-content .product-countdown2 .countdown-section .countdown-period{text-align:center;font-size:12px;margin-top:10px;display:inline-block;vertical-align:top;color:#fff;text-transform:capitalize;}.countdown-slider5 .slider .item-countdown .item-wrap3 .item-detail .item-content .product-countdown2 .countdown-section:first-child .countdown-amount:before,.countdown-slider5 .slider .item-countdown .item-wrap3 .item-detail .item-content .product-countdown2 .countdown-section:last-child .countdown-amount:before{display:none;}.countdown-slider5 .slider .item-countdown .item-wrap3 .item-detail .item-content .product-countdown2 .countdown-section.icon-clock{display:none;}.countdown-slider5 .slider .item-countdown .item-wrap3 .item-detail .item-content .product-countdown2 .countdown-section.days:before{background:url("https://cdn-ildmmhg.nitrocdn.com/EmfGayVpJIjlSxwvIsYhxAzAzNUjWyuH/assets/images/optimized/rev-f65d057/mwtruckparts.co.uk/wp-content/uploads/sw_theme/assets/img/icon-clock.png") no-repeat;display:inline-block;vertical-align:top;content:"";height:19px;width:19px;margin-top:8px;}.countdown-slider5 .slider .item-countdown .item-wrap3 .item-detail .item-content h4{margin-bottom:9px;}.countdown-slider5 .slider .item-countdown .item-wrap3 .item-detail .item-content h4 a{color:#111;font-size:16px;text-transform:capitalize;}.countdown-slider5 .slider .item-countdown .item-wrap3 .item-detail .item-content h4 a:hover{color:var(--color);}.countdown-slider5 .slider .item-countdown .item-wrap3 .item-detail .item-content .reviews-content{overflow:hidden;float:right;}.rtl .countdown-slider5 .slider .item-countdown .item-wrap3 .item-detail .item-content .reviews-content{float:left;}.countdown-slider5 .slider .item-countdown .item-wrap3 .item-detail .item-content .reviews-content .star{float:left;margin:9px 20px 0 0;}.rtl .countdown-slider5 .slider .item-countdown .item-wrap3 .item-detail .item-content .reviews-content .star{float:right;margin:9px 0 0 20px;}.countdown-slider5 .slider .item-countdown .item-wrap3 .item-detail .item-content .description{line-height:20px;font-size:13px;color:#999;margin-bottom:20px;}.countdown-slider5 .slider .item-countdown .item-wrap3 .item-detail .item-content .item-price{float:left;margin-bottom:20px;}.rtl .countdown-slider5 .slider .item-countdown .item-wrap3 .item-detail .item-content .item-price{float:right;}.countdown-slider5 .slider .item-countdown .item-wrap3 .item-detail .item-content .item-price .amount{font-size:20px;}.countdown-slider5 .slider .item-countdown .item-wrap3 .item-detail .item-content .item-price del{margin-top:5px;display:inline-block;vertical-align:top;}.countdown-slider5 .slider .item-countdown .item-wrap3 .item-detail .item-content .item-price del .amount{font-size:14px;font-weight:normal;color:#888;}.countdown-slider5 .slider .item-countdown .item-wrap3 .item-detail .item-content .item-bottom{clear:both;text-align:left;}.rtl .countdown-slider5 .slider .item-countdown .item-wrap3 .item-detail .item-content .item-bottom{text-align:right;}.countdown-slider5 .slider .item-countdown .item-wrap3 .item-detail:hover .item-content .item-button a{color:#fff;background:var(--color);border:1px var(--color) solid;}.best-selling-product{margin-bottom:80px;}.best-selling-product h3{font-size:32px;text-transform:uppercase;font-weight:bold;color:#111;text-align:center;border-bottom:1px #0065b3 solid;padding-bottom:25px;margin-bottom:28px;}.best-selling-product .res-button{position:absolute;top:0;cursor:pointer;font-size:24px;width:25px;height:25px;text-align:center;line-height:23px;z-index:8;}.best-selling-product .res-button.slick-next{right:0;}.rtl .best-selling-product .res-button.slick-next{left:0;right:auto;}.best-selling-product .res-button.slick-next:before{content:"";font-family:"FontAwesome";color:#004880;}.rtl .best-selling-product .res-button.slick-next:before{content:"";}.best-selling-product .res-button.slick-next:hover{-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-o-transition:all .3s ease;-ms-transition:all .3s ease;transition:all .3s ease;}.best-selling-product .res-button.slick-next:hover:before{color:#0065b3;}.best-selling-product .res-button.slick-prev{right:30px;}.rtl .best-selling-product .res-button.slick-prev{left:30px;right:auto;}.best-selling-product .res-button.slick-prev:before{content:"";font-family:"FontAwesome";color:#004880;}.rtl .best-selling-product .res-button.slick-prev:before{content:"";}.best-selling-product .res-button.slick-prev:hover{-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-o-transition:all .3s ease;-ms-transition:all .3s ease;transition:all .3s ease;}.best-selling-product .res-button.slick-prev:hover:before{color:#0065b3;}.best-selling-product .resp-slider-container .responsive{margin:0 -10px;}.best-selling-product .resp-slider-container .responsive .slick-list .item{padding:0 10px;}.best-selling-product .resp-slider-container .responsive .slick-list .item .item-wrap3 .item-detail .products-thumb{margin-bottom:15px;}.testimonial-post-slider{position:relative;padding:30px 10px;background:#f8f8f8;border-radius:4px;overflow:hidden;margin-bottom:80px;}.testimonial-post-slider .block-title h3{font-size:24px;font-weight:700;text-transform:uppercase;text-align:center;color:#333;}.testimonial-post-slider .slider.responsive-thumbnail{margin:0 320px;position:relative;}.testimonial-post-slider .slider.responsive-thumbnail button{position:absolute;bottom:45px;cursor:pointer;font-size:0;width:30px;height:30px;text-align:center;line-height:28px;opacity:0;filter:alpha(opacity=0);visibility:hidden;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-o-transition:all .3s ease;-ms-transition:all .3s ease;transition:all .3s ease;border:none;top:50%;margin-top:-6px;}.testimonial-post-slider .slider.responsive-thumbnail button.slick-prev{left:-40px;z-index:1;background:transparent;margin:0;}.rtl .testimonial-post-slider .slider.responsive-thumbnail button.slick-prev{left:auto;right:-40px;}.testimonial-post-slider .slider.responsive-thumbnail button.slick-prev:before{content:"";font-family:"FontAwesome";color:#999;font-size:22px;}.rtl .testimonial-post-slider .slider.responsive-thumbnail button.slick-prev:before{content:"";}.testimonial-post-slider .slider.responsive-thumbnail button.slick-prev:hover:before{color:#111;}.testimonial-post-slider .slider.responsive-thumbnail button.slick-next{right:-40px;z-index:1;background:transparent;margin:0;}.rtl .testimonial-post-slider .slider.responsive-thumbnail button.slick-next{right:auto;left:-40px;}.testimonial-post-slider .slider.responsive-thumbnail button.slick-next:before{content:"";font-family:"FontAwesome";color:#999;font-size:22px;}.rtl .testimonial-post-slider .slider.responsive-thumbnail button.slick-next:before{content:"";}.testimonial-post-slider .slider.responsive-thumbnail button.slick-next:hover:before{color:#111;}.testimonial-post-slider .slider.responsive-thumbnail:hover button{opacity:1;filter:alpha(opacity=100);visibility:visible;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-o-transition:all .3s ease;-ms-transition:all .3s ease;transition:all .3s ease;}.testimonial-post-slider .slider.responsive-thumbnail .slick-list .item{padding:20px 0 0;cursor:pointer;text-align:center;margin:0 10px;}.testimonial-post-slider .slider.responsive-thumbnail .slick-list .item .image-client{display:inline-block;width:80px;height:80px;border-radius:4px;padding:5px;opacity:.8;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;}.testimonial-post-slider .slider.responsive-thumbnail .slick-list .item .image-client img{border-radius:4px;}.testimonial-post-slider .slider.responsive-thumbnail .slick-list .item.slick-active.slick-center .image-client{opacity:1;height:80px;width:80px;padding:5px;border:1px solid var(--color);}.testimonial-post-slider .slider.responsive-thumbnail .slick-dots{display:none !important;margin:31px 0 0 0;text-align:center;position:absolute;bottom:-50px;left:50%;margin-left:-68px;}.rtl .testimonial-post-slider .slider.responsive-thumbnail .slick-dots{left:auto;right:50%;margin-left:0;margin-right:-68px;}.testimonial-post-slider .slider.responsive-thumbnail .slick-dots li{list-style:none;display:inline-block;vertical-align:top;margin:0 10px;}.testimonial-post-slider .slider.responsive-thumbnail .slick-dots li button{font-size:0;width:15px;height:15px;-webkit-border-radius:50%;-moz-border-radius:50%;-o-border-radius:50%;-ms-border-radius:50%;border-radius:50%;}.testimonial-post-slider .slider.responsive-thumbnail .slick-dots li.slick-active button,.testimonial-post-slider .slider.responsive-thumbnail .slick-dots li:hover button{background:var(--color);border:1px var(--color) solid;}.testimonial-post-slider .responsive-content .slick-list .item .client-say-info{text-align:center;}.testimonial-post-slider .responsive-content .slick-list .item .client-say-info .client-comment{font-size:13px;padding:10px 25%;color:#666;line-height:20px;}.testimonial-post-slider .responsive-content .slick-list .item .client-say-info .name-client h2 a{font-size:20px;font-weight:700;text-transform:uppercase;color:#111;}.sw-category-slider5 .resp-slider-container .responsive{padding:0 5px;}.sw-category-slider5 .resp-slider-container .responsive .item-product-cat{padding:0 5px;}.sw-category-slider5 .resp-slider-container .responsive .item-product-cat .item-image{position:relative;}.sw-category-slider5 .resp-slider-container .responsive .item-product-cat .item-image .item-content{position:absolute;left:0;right:0;bottom:25px;text-align:center;}.sw-category-slider5 .resp-slider-container .responsive .item-product-cat .item-image .item-content h3 a{background:#fff;padding:10px 25px;color:#333;font-size:16px;text-transform:uppercase;font-weight:600;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;}.sw-category-slider5 .resp-slider-container .responsive .item-product-cat:hover .item-image a img{opacity:.85;}.sw-category-slider5 .resp-slider-container .responsive .item-product-cat:hover .item-image .item-content h3 a{color:var(--color);-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;}@media (min-width: 1200px){.header-style5 .top-form.top-form-minicart{margin-left:40px;}.rtl .header-style5 .top-form.top-form-minicart{margin-left:0;margin-right:40px;}}@media (max-width: 1199px){.testimonial-post-slider .slider.responsive-thumbnail{margin:0 200px;}.block-text3{display:none;}}@media (min-width: 992px) and (max-width: 1199px){.countdown-slider5 .slider .item-countdown .item-wrap3 .item-detail .item-content .product-countdown .countdown-section{margin-right:10px;}.rtl .countdown-slider5 .slider .item-countdown .item-wrap3 .item-detail .item-content .product-countdown .countdown-section{margin:0 0 0 10px;}}@media (max-width: 991px){.header-style5 .header-bottom .right-header{display:none;}.header-style5 #main-menu .primary-menu .resmenu-container .navbar-toggle .icon-bar{background:var(--color);}.header-style5 .resmenu-container .menu-responsive-wrapper{top:45px;}.countdown-slider5 .slider .item-countdown .item-wrap3 .item-detail .item-content .product-countdown .countdown-section{margin-right:10px;}.rtl .countdown-slider5 .slider .item-countdown .item-wrap3 .item-detail .item-content .product-countdown .countdown-section{margin:0 0 0 10px;}}@media (min-width: 768px) and (max-width: 991px){.home-style5 .sw-latest-product .item .item-inner .item-thumbnail,.home-style5 .sw-mostviewed .item .item-inner .item-thumbnail,.home-style5 .sw-onsale-product .item .item-inner .item-thumbnail{width:80px;}}@media (max-width: 767px){.header-style5 .header-top .left-header{display:inline-block;vertical-align:top;}.header-style5 .header-top .right-header2{display:inline-block;vertical-align:top;}.header-style5 .header-top .right-header2 .wishlist{display:none;}.header-style5 .sticky-menu{position:relative;}.header-style5 .header-mid{padding:15px 0 16px 0;}.header-style5 .header-mid .search-cate{width:80%;float:left;}.rtl .header-style5 .header-mid .search-cate{float:right;}.header-style5 .top-form.top-form-minicart .top-minicart-icon .minicart-title{display:none;}.header-style5 .top-form.top-form-minicart .top-minicart-icon span.icon{margin:0;}.testimonial-post-slider .slider.responsive-thumbnail{margin:0 50px;}.countdown-slider5 .slider .item-countdown .item-wrap3{padding:0 5px;}.countdown-slider5 .slider .item-countdown .item-wrap3 .item-detail .item-image-countdown{float:none;width:100%;}.sw-woo-tab-cat3 .resp-tab .top-tab-slider .button-collapse{position:absolute;top:4px;z-index:99;display:block;background:#111;border-radius:3px;border:0;margin:0;padding:0;cursor:pointer;height:30px;width:30px;line-height:30px;right:5px;text-align:center;}.sw-woo-tab-cat3 .resp-tab .top-tab-slider .button-collapse:hover{background:var(--color);}.rtl .sw-woo-tab-cat3 .resp-tab .top-tab-slider .button-collapse{left:5px;right:auto;}.sw-woo-tab-cat3 .resp-tab .top-tab-slider .button-collapse:before{content:"";font-family:FontAwesome;font-size:16px;color:#fff;height:30px;width:30px;line-height:30px;display:inline-block;text-align:center;}.sw-woo-tab-cat3 .resp-tab .top-tab-slider .nav.nav-tabs{margin-bottom:0;position:absolute;top:45px;right:0;left:0;z-index:9;height:0px;overflow:hidden;background:#fff;}.sw-woo-tab-cat3 .resp-tab .top-tab-slider .nav.nav-tabs li{width:100%;margin:0;}.sw-woo-tab-cat3 .resp-tab .top-tab-slider .nav.nav-tabs li a{border:none !important;border-radius:0 !important;}}@media (max-width: 480px){.countdown-slider5 .slider{padding:5px 3px;}.countdown-slider5 .slider .item-countdown .item-wrap3 .item-detail .item-content .product-countdown .countdown-section .countdown-amount{font-size:16px;min-width:40px;}.countdown-slider5 .slider .item-countdown .item-wrap3 .item-detail .item-image-countdown a{width:auto;margin-bottom:10px;}.countdown-slider5 .res-button{margin-top:-40px;top:45%;}.testimonial-post-slider .responsive-content .slick-list .item .client-say-info .client-comment{padding:10px 5%;}.testimonial-post-slider .slider.responsive-thumbnail{margin:0 20px;}}@media (max-width: 360px){.sw-woo-tab-cat3 .resp-tab .top-tab-slider .nav.nav-tabs > li{width:100%;margin:0 auto;}.countdown-slider5 .res-button{top:40%;}.countdown-slider5 .slider .item-countdown .item-wrap3 .item-detail .item-image-countdown a{width:auto;}}.home-style6 .wpb_revslider_element{margin-bottom:30px;}.home-style6 .testimonial-post-slider{background:transparent;}.home-style6 .testimonial-post-slider .responsive-content .slick-list .item .client-say-info .name-client h2 a{color:#fff;}.home-style6 .testimonial-post-slider .responsive-content .slick-list .item .client-say-info .client-comment{color:#fff;font-size:16px;}.home-style6 .testimonial-post-slider .slick-arrow:hover:before{color:var(--color) !important;}.home-style6 .responsive-post-slider2 .res-button{top:40%;}.home-style6 .sw-woo-tab-cat3 .responsive-slider .res-button.slick-prev{left:-60px;right:auto;}.home-style6 .sw-woo-tab-cat3 .responsive-slider .res-button.slick-next{right:-60px;left:auto;}.home-style6 .responsive-post-slider2 .resp-slider-container .block-title h3{text-transform:uppercase;border-bottom:1px #0065b3 solid;padding-bottom:30px;}.home-style6 .sw-brand-container-slider{margin:0 0 40px 0;border-top:1px #0065b3 solid;padding-top:30px;}.home-style6 .countdown-slider5{margin:25px 0 75px 0;}.bg-tesin6{background-position:center;background-repeat:no-repeat;}.header-style6 .header-top{background:#222;min-height:43px;border-bottom:1px #0065b3 solid;}.header-style6 .header-top .left-header{margin:3px 0;}.header-style6 .header-top .right-header2{padding-top:5px;}.header-style6 .header-top .right-header2 .sw-autusin-account{margin:0;font-size:12px;color:#fff;}.header-style6 .header-top .right-header2 .sw-autusin-account:before{display:none;}.header-style6 .header-top .right-header2 .sw-autusin-account i.fa{color:#fff;padding:9px;font-size:13px;}.header-style6 .header-top .right-header2 .sw-autusin-account >span{padding:7px 0;}.header-style6 .header-top .right-header2 .wishlist{padding:5px 0;position:relative;margin:0 0 0 15px;}.rtl .header-style6 .header-top .right-header2 .wishlist{margin:0 15px 0 0;}.header-style6 .header-top .right-header2 .wishlist a{color:#fff;font-size:12px;}.header-style6 .header-top .right-header2 .wishlist a:hover{color:var(--color);}.header-style6 .elementor-element .autusin_search_default .top-form.top-search .content-search .autosearch-input{background-color:#fff;}.header-style6 .elementor-element .autusin_search_default .top-form.top-search .input-group-btn .form-button:hover:before{color:var(--color);}.header-style6 .header-mid{background:#f5f5f5;padding:24px 0;}.header-style6 .header-mid .autusin-logo{margin-top:0;}.header-style6 .header-mid .autusin-logo a{display:inline-block;vertical-align:top;}.header-style6 .header-mid .search-cate{margin-top:12px;margin-right:15px;}.rtl .header-style6 .header-mid .search-cate{margin-right:0;margin-left:15px;}.header-style6 .header-mid .search-cate .icon-search i.fa{height:42px;line-height:42px;width:42px;text-align:center;cursor:pointer;padding:0;font-size:16px;color:#222;background:#ccc;border-radius:50%;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;}.header-style6 .header-mid .search-cate .icon-search i.fa:hover{background:var(--color);color:#fff;}.header-style6 .top-form.top-form-minicart{position:relative;cursor:pointer;margin-top:12px;padding-right:15px;}.rtl .header-style6 .top-form.top-form-minicart{padding-right:0;padding-left:15px;}.header-style6 .top-form.top-form-minicart .top-minicart-icon{text-align:left;}.rtl .header-style6 .top-form.top-form-minicart .top-minicart-icon{text-align:right;}.header-style6 .top-form.top-form-minicart .top-minicart-icon span.icon{background:url("https://cdn-ildmmhg.nitrocdn.com/EmfGayVpJIjlSxwvIsYhxAzAzNUjWyuH/assets/images/optimized/rev-f65d057/mwtruckparts.co.uk/wp-content/uploads/sw_theme/assets/img/default/ico-minicart.png") no-repeat;content:"";float:left;height:42px;width:42px;margin-right:10px;}.header-style6 .top-form.top-form-minicart .top-minicart-icon span.icon.nitro-lazy{background-image:none !important;}.rtl .header-style6 .top-form.top-form-minicart .top-minicart-icon span.icon{float:right;margin-left:10px;margin-right:0;}.header-style6 .top-form.top-form-minicart .top-minicart-icon .minicart-title{float:right;color:var(--color);font-weight:normal;font-size:12px;padding-top:5px;}.rtl .header-style6 .top-form.top-form-minicart .top-minicart-icon .minicart-title{float:left;}.header-style6 .top-form.top-form-minicart .top-minicart-icon .minicart-title h2{font-size:13px;font-weight:600;text-transform:uppercase;margin-bottom:5px;color:#111;}.rtl .header-style6 .top-form.top-form-minicart .top-minicart-icon .minicart-title span{display:inline-block;direction:ltr;}.header-style6 .top-form.top-form-minicart .top-minicart-icon .minicart-title label{margin:0;}.header-style6 .autusin_top .top-form.top-search{box-shadow:0 2px 2px #999;top:50px;}.header-style6 #lang_sel > ul.nav{margin-left:0;}.rtl .header-style6 #lang_sel > ul.nav{margin-right:0;}.header-style6 #lang_sel > ul.nav > li{padding:10px 0 6px 0;}.header-style6 #lang_sel > ul.nav > li > a{padding-left:0;color:#fff;}.rtl .header-style6 #lang_sel > ul.nav > li > a{padding-right:0;}.header-style6 .currency_w{margin:0;}.rtl .header-style6 .currency_w{margin:0;}.header-style6 .currency_w > li{padding:10px 0 6px 0;}.header-style6 .currency_w > li > a{color:#fff;}.header-style6 .sticky-menu{position:fixed;box-shadow:0px 0px 2px 1px #999;z-index:99;background:#fff;}.header-style6 .sticky-menu .elementor-widget-image .elementor-widget-container{padding:5px 0;}.sw-category-slider6{margin-bottom:30px;background:#111;padding:15px 0 10px 0;border-radius:4px;}.sw-category-slider6 .res-button{display:inline-block;position:absolute;top:50%;margin-top:-10px;cursor:pointer;z-index:3;}.sw-category-slider6 .res-button.slick-prev{left:10px;}.sw-category-slider6 .res-button.slick-prev:before{content:"";font-family:"FontAwesome";font-size:18px;color:#fff;}.sw-category-slider6 .res-button.slick-next{right:10px;}.sw-category-slider6 .res-button.slick-next:before{content:"";font-family:"FontAwesome";font-size:18px;color:#fff;}.sw-category-slider6 .res-button:hover:before{color:#0065b3;}.sw-category-slider6 .res-button.slick-prev:before,.sw-category-slider6 .res-button.slick-next:before{color:#000;}.sw-category-slider6 .resp-slider-container{position:relative;}.sw-category-slider6 .resp-slider-container .responsive{margin:0 15px;}.sw-category-slider6 .resp-slider-container .responsive .item-product-cat{padding:10px 5px;}.sw-category-slider6 .resp-slider-container .responsive .item-product-cat .item-image{min-height:40px;}.sw-category-slider6 .resp-slider-container .responsive .item-product-cat .item-image img{margin:0 auto;width:auto;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;}.sw-category-slider6 .resp-slider-container .responsive .item-product-cat .item-content h3{margin:10px 0 0 0;}.sw-category-slider6 .resp-slider-container .responsive .item-product-cat .item-content h3 a{display:block;text-align:center;color:#ccc;text-transform:uppercase;font-size:12px;font-weight:700;}.sw-category-slider6 .resp-slider-container .responsive .item-product-cat:hover{background:var(--color);border-radius:4px;}.sw-category-slider6 .resp-slider-container .responsive .item-product-cat:hover .item-content h3 a{color:#fff;}.block-text4{overflow:hidden;background:#fff;border:1px #0065b3 solid;border-radius:4px;}.block-text4 .item{border:2px transparent solid;border-radius:4px;}.block-text4 .item:hover{border:2px var(--color) solid;}.block-text4 .item:hover .banner-wrap a{-webkit-transition:.5s ease;-moz-transition:.5s ease;-o-transition:.5s ease;-ms-transition:.5s ease;transition:.5s ease;cursor:pointer;color:var(--color);}.block-text4 .item:hover .banner-wrap a .icon{background:url("https://cdn-ildmmhg.nitrocdn.com/EmfGayVpJIjlSxwvIsYhxAzAzNUjWyuH/assets/images/optimized/rev-f65d057/mwtruckparts.co.uk/wp-content/uploads/sw_theme/assets/img/default/icon-promotion1.png") no-repeat center center;}.block-text4 .item:hover .banner-wrap a .icon.nitro-lazy{background-image:none !important;}.block-text4 .item:hover .banner-wrap a .icon1{background-position:-5px -160px;-webkit-transition:.5s ease;-moz-transition:.5s ease;-o-transition:.5s ease;-ms-transition:.5s ease;transition:.5s ease;}.block-text4 .item:hover .banner-wrap a .icon2{background-position:-19px 3px;-webkit-transition:.5s ease;-moz-transition:.5s ease;-o-transition:.5s ease;-ms-transition:.5s ease;transition:.5s ease;}.block-text4 .item:hover .banner-wrap a .icon3{background-position:-9px -105px;-webkit-transition:.5s ease;-moz-transition:.5s ease;-o-transition:.5s ease;-ms-transition:.5s ease;transition:.5s ease;}.block-text4 .item:hover .banner-wrap a .icon4{background-position:-9px -50px;-webkit-transition:.5s ease;-moz-transition:.5s ease;-o-transition:.5s ease;-ms-transition:.5s ease;transition:.5s ease;}.block-text4 .item:hover .banner-wrap a .banner-cout h3{color:var(--color);-webkit-transition:.5s ease;-moz-transition:.5s ease;-o-transition:.5s ease;-ms-transition:.5s ease;transition:.5s ease;}.block-text4 .banner-wrap{padding:19px 0;text-align:left;}.rtl .block-text4 .banner-wrap{text-align:right;}.block-text4 .banner-wrap a > span{float:left;margin-right:10px;font-size:0;}.rtl .block-text4 .banner-wrap a > span{float:right;margin-left:10px;margin-right:0;}.block-text4 .banner-wrap a .icon{background:url("https://cdn-ildmmhg.nitrocdn.com/EmfGayVpJIjlSxwvIsYhxAzAzNUjWyuH/assets/images/optimized/rev-f65d057/mwtruckparts.co.uk/wp-content/uploads/sw_theme/assets/img/default/icon-promotion.png") no-repeat center center;}.block-text4 .banner-wrap a .icon.nitro-lazy{background-image:none !important;}.block-text4 .banner-wrap a .icon1{background-position:-5px -160px;width:56px;height:38px;-webkit-transition:.5s ease;-moz-transition:.5s ease;-o-transition:.5s ease;-ms-transition:.5s ease;transition:.5s ease;}.block-text4 .banner-wrap a .icon2{background-position:-19px 3px;width:56px;height:38px;-webkit-transition:.5s ease;-moz-transition:.5s ease;-o-transition:.5s ease;-ms-transition:.5s ease;transition:.5s ease;}.block-text4 .banner-wrap a .icon3{background-position:-9px -105px;width:56px;height:38px;-webkit-transition:.5s ease;-moz-transition:.5s ease;-o-transition:.5s ease;-ms-transition:.5s ease;transition:.5s ease;}.block-text4 .banner-wrap a .icon4{background-position:-9px -50px;width:56px;height:38px;-webkit-transition:.5s ease;-moz-transition:.5s ease;-o-transition:.5s ease;-ms-transition:.5s ease;transition:.5s ease;}.block-text4 .banner-wrap a .banner-cout{overflow:hidden;}.block-text4 .banner-wrap a .banner-cout h3{font-size:14px;text-transform:uppercase;line-height:18px;margin-bottom:0;font-weight:bold;color:#333;-webkit-transition:.5s ease;-moz-transition:.5s ease;-o-transition:.5s ease;-ms-transition:.5s ease;transition:.5s ease;}.block-text4 .banner-wrap a .banner-cout span{font-size:12px;color:#999;text-transform:none;font-weight:normal;}.deal-style1 .countdown-slider5 h3{color:#111;}.sw-instagram-slider{margin-bottom:75px;}.sw-instagram-slider h3{font-size:15px;text-transform:uppercase;text-align:right;color:#111;font-weight:normal;}.rtl .sw-instagram-slider h3{text-align:left;}.sw-instagram-slider .resp-slider-container .slider{margin:0 -5px;}.sw-instagram-slider .resp-slider-container .slider .item{padding:0 5px;position:relative;}.sw-instagram-slider .resp-slider-container .slider .item a span{position:absolute;right:15px;top:15px;font-size:18px;}.column-left .vc_column-inner{padding-right:2px;}.rtl .column-left .vc_column-inner{padding-left:2px;padding-right:15px;}.column-left1 .vc_column-inner{padding-right:5px;}.rtl .column-left1 .vc_column-inner{padding-left:5px;padding-right:15px;}.column-center .vc_column-inner{padding:0 10px;}.column-right .vc_column-inner{padding-left:2px;}.rtl .column-right .vc_column-inner{padding-right:2px;padding-left:15px;}.column-right1 .vc_column-inner{padding-left:5px;}.rtl .column-right1 .vc_column-inner{padding-right:5px;padding-left:15px;}@media (max-width: 991px){.header-style6 .resmenu-container .menu-responsive-wrapper{top:45px;}.header-style6 #main-menu .primary-menu .resmenu-container .navbar-toggle{margin-top:13px;}.block-text4{display:none;}}@media (max-width: 767px){.header-style6 .header-top .left-header{display:inline-block;vertical-align:top;}.header-style6 .header-top .right-header2{display:inline-block;vertical-align:top;}.header-style6 .header-top .right-header2 .wishlist{display:none;}.header-style6 .header-mid{padding:15px 0;}.header-style6 .sticky-menu{position:relative;background:#f5f5f5;box-shadow:none;}.header-style6 #main-menu .primary-menu .resmenu-container .navbar-toggle{margin-top:17px;}.header-style6 .resmenu-container .menu-responsive-wrapper{top:55px;}.header-style6 .autusin_top .top-form.top-search{right:-170px;top:50px;}.rtl .header-style6 .autusin_top .top-form.top-search{right:auto;left:-170px;}}.category_menu .autusin_resmenu::-webkit-scrollbar{width:6px;}.category_menu .autusin_resmenu::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(205,205,205,.3);-webkit-border-radius:10px;-moz-border-radius:10px;-o-border-radius:10px;-ms-border-radius:10px;border-radius:10px;}.category_menu .autusin_resmenu::-webkit-scrollbar-thumb{background:rgba(205,205,205,.5);-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.5);-webkit-border-radius:10px;-moz-border-radius:10px;-o-border-radius:10px;-ms-border-radius:10px;border-radius:10px;}.category_menu .autusin_resmenu::-webkit-scrollbar-thumb:window-inactive{background:rgba(205,205,205,.4);}.category_menu  .autusin_resmenu::-webkit-input-placeholder{color:#555;font-weight:500;}:-moz-placeholder{color:#555;font-weight:500;}::-moz-placeholder{color:#555;font-weight:500;}:-ms-input-placeholder{color:#555;font-weight:500;}.home-style7 .see-more{color:#fff;text-transform:uppercase;}.home-style7 .wpb_revslider_element{margin-bottom:30px;}.home-style7 .wpb_revslider_element .see-more{color:#fff;text-transform:uppercase;}.home-style7 .container{max-width:1860px;}.home-style7 .sw-woo-tab-default,.home-style7 .sw-woo-tab-cat{margin-bottom:80px;}.home-style7 .sw-woo-tab-default .resp-tab .category-slider-content .block-title h3,.home-style7 .sw-woo-tab-cat .resp-tab .category-slider-content .block-title h3{text-transform:capitalize;font-weight:600;}.home-style7 .sw-woo-tab-default .resp-tab .category-slider-content .block-title h3 span,.home-style7 .sw-woo-tab-cat .resp-tab .category-slider-content .block-title h3 span{color:#111;}.wrapt-style1 .vc_column_container>.vc_column-inner{max-width:1290px;margin:0 auto;}.header-style7 .header-top{background:#fff;}.header-style7 .header-top .left-header{margin:11px 0 9px 0;}.header-style7 .header-top .left-header .widget_text{font-size:12px;}.header-style7 .header-top .left-header .widget_text a{color:#666;font-size:14px;}.header-style7 .header-top .left-header .widget_text a:hover{color:var(--color);}.header-style7 .header-top .right-header{padding-top:3px;padding-right:8px;}.rtl .header-style7 .header-top .right-header{padding-right:0;padding-left:8px;}.header-style7 .header-top .right-header2{padding-top:5px;}.header-style7 .header-top .right-header2 .sw-autusin-account{margin:0;font-size:12px;color:#666;}.header-style7 .header-top .right-header2 .sw-autusin-account:before{display:none;}.header-style7 .header-top .right-header2 .sw-autusin-account i.fa{color:#666;padding:9px;font-size:13px;}.header-style7 .header-top .right-header2 .sw-autusin-account >span{padding:7px 0;}.header-style7 .header-mid{padding:0;background:#252525;}.header-style7 .header-mid .container{padding-top:20px;padding-bottom:20px;}.header-style7 .header-mid .autusin-logo{margin-top:0;max-width:210px;}.header-style7 .header-mid .autusin-logo a{display:inline-block;vertical-align:top;}.header-style7 .header-mid .search-cate{margin-top:0;}.header-style7 .header-mid .search-cate .icon-search i.fa{height:35px;line-height:45px;width:45px;text-align:center;cursor:pointer;padding:0;font-size:16px;color:#fff;border-radius:50%;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;}.header-style7 .header-mid .search-cate .icon-search i.fa:hover{color:var(--color);}.header-style7 .header-mid .wishlist{position:relative;margin:0 15px;}.header-style7 .header-mid .wishlist:before{content:"";width:1px;height:12px;background:rgba(255,255,255,.1);position:absolute;top:15px;left:-12px;}.header-style7 .header-mid .wishlist:after{content:"";width:1px;height:12px;background:rgba(255,255,255,.1);position:absolute;top:15px;right:-12px;}.header-style7 .header-mid .wishlist a{color:#fff;font-size:0;}.header-style7 .header-mid .wishlist a i.fa{font-size:16px;height:45px;line-height:45px;width:35px;text-align:center;}.header-style7 .header-mid .wishlist a i.fa:before{content:"";}.header-style7 .header-mid .wishlist a:hover{color:var(--color);}.header-style7 .header-mid .main-menu{margin-top:6px;}.header-style7 .top-form.top-form-minicart{margin-right:15px;}.rtl .header-style7 .top-form.top-form-minicart{margin-right:0;margin-left:15px;}.header-style7 .top-form.top-form-minicart .top-minicart-icon a{display:inline-block;vertical-align:top;height:45px;line-height:45px;width:45px;position:relative;}.header-style7 .top-form.top-form-minicart .top-minicart-icon a i.fa{padding:0 5px;color:#fff;font-size:16px;}.header-style7 .top-form.top-form-minicart .top-minicart-icon a i.fa:before{content:"";}.header-style7 .top-form.top-form-minicart .top-minicart-icon a .minicart-number{position:absolute;right:7px;top:2px;width:16px;height:16px;text-align:center;line-height:16px;border-radius:50%;color:#fff;background:var(--color);font-size:11px;}.rtl .header-style7 .top-form.top-form-minicart .top-minicart-icon a .minicart-number{right:auto;left:7px;}.header-style7 .autusin_top .top-form.top-search{box-shadow:0 2px 2px #999;top:50px;}.header-style7 #lang_sel > ul.nav{margin-left:0;}.rtl .header-style7 #lang_sel > ul.nav{margin-right:0;}.header-style7 #lang_sel > ul.nav > li{padding:10px 0 6px 0;}.header-style7 #lang_sel > ul.nav > li > a{padding-left:0;color:#666;}.rtl .header-style7 #lang_sel > ul.nav > li > a{padding-right:0;}.header-style7 #lang_sel > ul.nav > li:hover > ul{top:37px;}.header-style7 .currency_w{margin:0;}.rtl .header-style7 .currency_w{margin:0;}.header-style7 .currency_w > li{padding:10px 0 6px 0;}.header-style7 .currency_w > li > a{color:#666;}.header-style7 .currency_w > li:hover > ul{top:37px;}.header-style7 .nav-pills.nav-mega .autusin-mega-menu .dropdown-menu .container{background:#fff;}.header-style7 .nav-pills >li.active >a,.header-style7 .nav-pills >li.active >a:hover,.header-style7 .nav-pills >li.active >a:focus,.header-style7 .nav-pills >li > a:hover,.header-style7 .nav-pills >li > a:focus,.header-style7 .nav-pills >li.hover >a,.header-style7 .nav-pills >li:hover >a{color:#111;background:#fff;border-radius:4px;-webkit-transition:all .2s;-moz-transition:all .2s;-o-transition:all .2s;-ms-transition:all .2s;transition:all .2s;}.header-style7 .nav-pills >li.active >a:after,.header-style7 .nav-pills >li.active >a:hover:after,.header-style7 .nav-pills >li.active >a:focus:after,.header-style7 .nav-pills >li > a:hover:after,.header-style7 .nav-pills >li > a:focus:after,.header-style7 .nav-pills >li.hover >a:after,.header-style7 .nav-pills >li:hover >a:after{display:none;}.header-style7 .nav-pills >li > a{padding:8px 22px;margin-right:5px;color:#fff;-webkit-transition:all .2s;-moz-transition:all .2s;-o-transition:all .2s;-ms-transition:all .2s;transition:all .2s;}.rtl .header-style7 .nav-pills >li > a{margin-right:0;margin-left:5px;}.header-style7 .nav-pills.nav-mega .autusin-mega-menu.autusin-menu-img > a span.menu-img{top:-10px;}.header-style7 .sticky-menu{position:fixed;box-shadow:0px 0px 2px 1px #999;z-index:99;background:#252525;}.category_menu{position:absolute;left:2.7%;top:4% !important;display:none;z-index:1;}.home-style7 .category_menu{display:block;}.rtl .category_menu{left:auto;right:2.7%;}.category_menu .wrapper_vertical_menu{opacity:1;visibility:visible;-webkit-transform:translateY(1px);-moz-transform:translateY(1px);-o-transform:translateY(1px);-ms-transform:translateY(1px);transform:translateY(1px);}.category_menu .wrapper_vertical_menu .resmenu-container .menu-responsive-wrapper{display:block;background:#fff;min-width:220px;}.category_menu .wrapper_vertical_menu .resmenu-container .menu-responsive-wrapper ul.autusin_resmenu{padding:10px 15px 10px 20px;max-height:405px;overflow-y:scroll;}.rtl .category_menu .wrapper_vertical_menu .resmenu-container .menu-responsive-wrapper ul.autusin_resmenu{padding:10px 20px 10px 15px;}.category_menu .wrapper_vertical_menu .resmenu-container .menu-responsive-wrapper ul.autusin_resmenu > li{box-shadow:none;}.category_menu .wrapper_vertical_menu .resmenu-container .menu-responsive-wrapper ul.autusin_resmenu > li > a{color:#111;box-shadow:none;font-size:16px;border-bottom:1px #0065b3 solid;text-transform:uppercase;font-weight:600;padding:0;}.category_menu .wrapper_vertical_menu .resmenu-container .menu-responsive-wrapper ul.autusin_resmenu > li .dropdown-resmenu{border-bottom:1px #0065b3 solid;padding:10px 0;}.category_menu .wrapper_vertical_menu .resmenu-container .menu-responsive-wrapper ul.autusin_resmenu > li .dropdown-resmenu li{box-shadow:none;}.category_menu .wrapper_vertical_menu .resmenu-container .menu-responsive-wrapper ul.autusin_resmenu > li .dropdown-resmenu li a{font-size:12px;text-transform:capitalize;font-weight:normal;color:#111;padding:0;box-shadow:none;height:30px;line-height:30px;}.category_menu .wrapper_vertical_menu .resmenu-container .menu-responsive-wrapper ul.autusin_resmenu > li .dropdown-resmenu li a:hover{color:var(--color);}.category_menu .wrapper_vertical_menu .resmenu-container .menu-responsive-wrapper ul.autusin_resmenu > li:hover a,.category_menu .wrapper_vertical_menu .resmenu-container .menu-responsive-wrapper ul.autusin_resmenu > li.active a{background:transparent;color:var(--color);}.category_menu .wrapper_vertical_menu .resmenu-container .menu-responsive-wrapper ul.autusin_resmenu > li:hover .show-dropdown,.category_menu .wrapper_vertical_menu .resmenu-container .menu-responsive-wrapper ul.autusin_resmenu > li.active .show-dropdown{color:var(--color);}.category_menu .wrapper_vertical_menu .resmenu-container .menu-responsive-wrapper ul.autusin_resmenu > li .show-dropdown{background:transparent;width:25px;}.category_menu .wrapper_vertical_menu .resmenu-container .menu-responsive-wrapper ul.autusin_resmenu > li .show-dropdown:after{color:#111;}.category_menu .wrapper_vertical_menu .resmenu-container .menu-responsive-wrapper ul.autusin_resmenu > li:last-child > a{border-bottom:none;}.category_menu .wrapper_vertical_menu .resmenu-container .menu-responsive-wrapper ul.autusin_resmenu > li:first-child .dropdown-resmenu{display:block;}.category_menu .wrapper_vertical_menu .vertical-megamenu{display:none;}.block-text5{margin-bottom:50px;overflow:hidden;}.block-text5 .item{width:25%;float:left;padding:0 15px;position:relative;}.rtl .block-text5 .item{float:right;}.block-text5 .item:hover .banner-wrap a{-webkit-transition:.5s ease;-moz-transition:.5s ease;-o-transition:.5s ease;-ms-transition:.5s ease;transition:.5s ease;cursor:pointer;color:var(--color);}.block-text5 .item:hover .banner-wrap a .icon{background-color:var(--color);}.block-text5 .item:hover .banner-wrap a .banner-cout h3{color:var(--color);-webkit-transition:.5s ease;-moz-transition:.5s ease;-o-transition:.5s ease;-ms-transition:.5s ease;transition:.5s ease;}.block-text5 .banner-wrap{padding-bottom:20px;text-align:center;}.block-text5 .banner-wrap a{display:inline-block;vertical-align:top;}.block-text5 .banner-wrap a > span{display:block;font-size:0;margin:0 auto 22px auto;border-radius:50%;}.block-text5 .banner-wrap a .icon{background:url("https://cdn-ildmmhg.nitrocdn.com/EmfGayVpJIjlSxwvIsYhxAzAzNUjWyuH/assets/images/optimized/rev-f65d057/mwtruckparts.co.uk/wp-content/uploads/sw_theme/assets/img/promotion.png") no-repeat center center #f5f6fa;width:90px;height:90px;}.block-text5 .banner-wrap a .icon.nitro-lazy{background-image:none !important;}.block-text5 .banner-wrap a .icon1{background-position:22px 20px;-webkit-transition:.5s ease;-moz-transition:.5s ease;-o-transition:.5s ease;-ms-transition:.5s ease;transition:.5s ease;}.block-text5 .banner-wrap a .icon2{background-position:-62px 20px;-webkit-transition:.5s ease;-moz-transition:.5s ease;-o-transition:.5s ease;-ms-transition:.5s ease;transition:.5s ease;}.block-text5 .banner-wrap a .icon3{background-position:-145px 20px;-webkit-transition:.5s ease;-moz-transition:.5s ease;-o-transition:.5s ease;-ms-transition:.5s ease;transition:.5s ease;}.block-text5 .banner-wrap a .icon4{background-position:-226px 20px;-webkit-transition:.5s ease;-moz-transition:.5s ease;-o-transition:.5s ease;-ms-transition:.5s ease;transition:.5s ease;}.block-text5 .banner-wrap a .banner-cout{overflow:hidden;}.block-text5 .banner-wrap a .banner-cout h3{font-size:18px;line-height:26px;text-transform:capitalize;margin-bottom:0;font-weight:600;color:#111;-webkit-transition:.5s ease;-moz-transition:.5s ease;-o-transition:.5s ease;-ms-transition:.5s ease;transition:.5s ease;}.block-text5 .banner-wrap a .banner-cout span{font-size:14px;color:#888;text-transform:none;font-weight:normal;}.sw-category-slider7{margin-bottom:50px;}.sw-category-slider7 .responsive{margin:0 -272px;position:relative;}.sw-category-slider7 .responsive .item-product-cat{padding:0 15px;}.sw-category-slider7 .responsive .item-product-cat .item-wrap{position:relative;}.sw-category-slider7 .responsive .item-product-cat .item-wrap:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);opacity:0;visibility:hidden;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;}.sw-category-slider7 .responsive .item-product-cat .item-wrap .item-image a{overflow:hidden;display:inline-block;vertical-align:top;}.sw-category-slider7 .responsive .item-product-cat .item-wrap .item-image a img{margin:0;-webkit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;-ms-transition:all .4s;transition:all .4s;}.sw-category-slider7 .responsive .item-product-cat .item-wrap .item-content{position:absolute;top:60%;left:0;right:0;text-align:center;opacity:0;visibility:hidden;-webkit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;-ms-transition:all .4s;transition:all .4s;}.sw-category-slider7 .responsive .item-product-cat .item-wrap .item-content h4 a{font-size:30px;color:#fff;font-weight:normal;}.sw-category-slider7 .responsive .item-product-cat .item-wrap .item-content p{font-size:14px;color:#fff;}.sw-category-slider7 .responsive .item-product-cat .item-wrap:hover:before{opacity:1;visibility:visible;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;}.sw-category-slider7 .responsive .item-product-cat .item-wrap:hover .item-content{top:45%;opacity:1;visibility:visible;-webkit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;-ms-transition:all .4s;transition:all .4s;}.sw-category-slider7 .res-button{position:absolute;top:0;cursor:pointer;font-size:24px;width:25px;height:25px;text-align:center;line-height:23px;z-index:8;}.sw-category-slider7 .res-button.slick-next{right:0;}.rtl .sw-category-slider7 .res-button.slick-next{left:0;right:auto;}.sw-category-slider7 .res-button.slick-next:before{content:"";font-family:"FontAwesome";color:#004880;}.rtl .sw-category-slider7 .res-button.slick-next:before{content:"";}.sw-category-slider7 .res-button.slick-next:hover{-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-o-transition:all .3s ease;-ms-transition:all .3s ease;transition:all .3s ease;}.sw-category-slider7 .res-button.slick-next:hover:before{color:#0065b3;}.sw-category-slider7 .res-button.slick-prev{right:30px;}.rtl .sw-category-slider7 .res-button.slick-prev{left:30px;right:auto;}.sw-category-slider7 .res-button.slick-prev:before{content:"";font-family:"FontAwesome";color:#004880;}.rtl .sw-category-slider7 .res-button.slick-prev:before{content:"";}.sw-category-slider7 .res-button.slick-prev:hover{-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-o-transition:all .3s ease;-ms-transition:all .3s ease;transition:all .3s ease;}.sw-category-slider7 .res-button.slick-prev:hover:before{color:#0065b3;}.sw-category-slider7 .res-button{top:42%;font-size:50px;opacity:0;visibility:hidden;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;}.sw-category-slider7 .res-button.slick-prev{left:7%;}.rtl .sw-category-slider7 .res-button.slick-prev{left:auto;right:7%;}.sw-category-slider7 .res-button.slick-next{right:7%;}.rtl .sw-category-slider7 .res-button.slick-next{right:auto;left:7%;}.sw-category-slider7:hover .res-button{opacity:1;visibility:visible;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;}.testimonial-slider2{text-align:center;max-width:1170px;position:relative;margin:0 auto 70px auto;}.testimonial-slider2 .resp-slider-container .slider .item .image-client{width:100%;float:none;margin-bottom:20px;}.testimonial-slider2 .resp-slider-container .slider .item .image-client img{display:table;margin:0 auto;border:4px #0065b3 solid;border-radius:50%;width:100px;}.testimonial-slider2 .resp-slider-container .slider .item .image-client img:hover{opacity:.8;}.testimonial-slider2 .resp-slider-container .slider .item .client-comment{font-size:18px;color:#111;max-width:800px;margin:0 auto 30px auto;line-height:32px;}.testimonial-slider2 .resp-slider-container .slider .item .name-client h3{font-size:18px;color:#111;text-transform:capitalize;font-weight:600;margin-bottom:9px;}.testimonial-slider2 .resp-slider-container .slider .item .info-client{font-size:12px;color:#888;text-transform:capitalize;}.testimonial-slider2 .res-button{position:absolute;top:0;cursor:pointer;font-size:24px;width:25px;height:25px;text-align:center;line-height:23px;z-index:8;}.testimonial-slider2 .res-button.slick-next{right:0;}.rtl .testimonial-slider2 .res-button.slick-next{left:0;right:auto;}.testimonial-slider2 .res-button.slick-next:before{content:"";font-family:"FontAwesome";color:#004880;}.rtl .testimonial-slider2 .res-button.slick-next:before{content:"";}.testimonial-slider2 .res-button.slick-next:hover{-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-o-transition:all .3s ease;-ms-transition:all .3s ease;transition:all .3s ease;}.testimonial-slider2 .res-button.slick-next:hover:before{color:#0065b3;}.testimonial-slider2 .res-button.slick-prev{right:30px;}.rtl .testimonial-slider2 .res-button.slick-prev{left:30px;right:auto;}.testimonial-slider2 .res-button.slick-prev:before{content:"";font-family:"FontAwesome";color:#004880;}.rtl .testimonial-slider2 .res-button.slick-prev:before{content:"";}.testimonial-slider2 .res-button.slick-prev:hover{-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-o-transition:all .3s ease;-ms-transition:all .3s ease;transition:all .3s ease;}.testimonial-slider2 .res-button.slick-prev:hover:before{color:#0065b3;}.testimonial-slider2 .res-button{top:42%;font-size:50px;opacity:0;visibility:hidden;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;border:0;}.testimonial-slider2 .res-button:before{font-size:50px;}.testimonial-slider2 .res-button:hover{background-color:transparent;}.testimonial-slider2 .res-button.slick-prev{left:7%;}.rtl .testimonial-slider2 .res-button.slick-prev{left:auto;right:7%;}.testimonial-slider2 .res-button.slick-next{right:7%;}.rtl .testimonial-slider2 .res-button.slick-next{right:auto;left:7%;}.testimonial-slider2:hover .res-button{opacity:1;visibility:visible;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;}.sw-instagram-slider2{text-align:center;margin-bottom:75px;}.sw-instagram-slider2 h3{font-size:32px;color:#111;}.sw-instagram-slider2 p{font-size:16px;color:#999;margin-bottom:43px;}.sw-instagram-slider2 .resp-slider-container .slider{margin:0 -10px;}.sw-instagram-slider2 .resp-slider-container .slider .item{padding:0 10px;position:relative;}.sw-instagram-slider2 .resp-slider-container .slider .item a{display:inline-block;overflow:hidden;}.sw-instagram-slider2 .resp-slider-container .slider .item a span{position:absolute;right:20px;top:15px;font-size:18px;}.sw-instagram-slider2 .resp-slider-container .slider .item a img{-webkit-transform:scale(1);-moz-transform:scale(1);-o-transform:scale(1);-ms-transform:scale(1);transform:scale(1);-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;}.sw-instagram-slider2 .resp-slider-container .slider .item:hover a img{-webkit-transform:scale(1.05);-moz-transform:scale(1.05);-o-transform:scale(1.05);-ms-transform:scale(1.05);transform:scale(1.05);-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;}.responsive-post-slider3{position:relative;text-align:center;border-bottom:1px #0065b3 solid;padding-bottom:71px;margin-bottom:80px;}.responsive-post-slider3 .block-title{margin-bottom:40px;}.responsive-post-slider3 .block-title h3{font-size:32px;text-transform:capitalize;color:#111;padding-top:2px;}.responsive-post-slider3 .block-title .slider-description{font-size:16px;color:#999;}.responsive-post-slider3 .resp-slider-container .responsive{margin:0 -624px;}.responsive-post-slider3 .resp-slider-container .responsive .item{padding:0 100px;}.responsive-post-slider3 .resp-slider-container .responsive .item .item-detail .img_over{position:relative;overflow:hidden;}.responsive-post-slider3 .resp-slider-container .responsive .item .item-detail .img_over img{-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;width:100%;}.responsive-post-slider3 .resp-slider-container .responsive .item .item-detail .img_over a:hover img{-webkit-transform:scale(1.06);-moz-transform:scale(1.06);-o-transform:scale(1.06);-ms-transform:scale(1.06);transform:scale(1.06);}.responsive-post-slider3 .resp-slider-container .responsive .item .item-detail .entry-content h4{margin:28px 0 0 0;line-height:22px;}.responsive-post-slider3 .resp-slider-container .responsive .item .item-detail .entry-content h4 a{color:#111;font-size:20px;font-weight:500;text-transform:capitalize;display:block;}.responsive-post-slider3 .resp-slider-container .responsive .item .item-detail .entry-content h4 a:hover{color:var(--color);}.responsive-post-slider3 .resp-slider-container .responsive .item .item-detail .entry-content .entry-meta{color:#999;font-size:12px;overflow:hidden;padding:14px 0;}.responsive-post-slider3 .resp-slider-container .responsive .item .item-detail .entry-content .entry-meta .entry-comment{margin-right:20px;}.rtl .responsive-post-slider3 .resp-slider-container .responsive .item .item-detail .entry-content .entry-meta .entry-comment{margin:0 0 0 20px;}.responsive-post-slider3 .resp-slider-container .responsive .item .item-detail .entry-content .entry-meta .entry-date{margin-right:10px;}.rtl .responsive-post-slider3 .resp-slider-container .responsive .item .item-detail .entry-content .entry-meta .entry-date{margin:0 0 0 10px;}.responsive-post-slider3 .resp-slider-container .responsive .item .item-detail .entry-content .entry-meta .entry-comment,.responsive-post-slider3 .resp-slider-container .responsive .item .item-detail .entry-content .entry-meta .entry-date{display:inline-block;vertical-align:top;}.responsive-post-slider3 .resp-slider-container .responsive .item .item-detail .entry-content .entry-meta .entry-comment i,.responsive-post-slider3 .resp-slider-container .responsive .item .item-detail .entry-content .entry-meta .entry-date i{font-size:14px;color:#999;margin-right:5px;}.rtl .responsive-post-slider3 .resp-slider-container .responsive .item .item-detail .entry-content .entry-meta .entry-comment i,.rtl .responsive-post-slider3 .resp-slider-container .responsive .item .item-detail .entry-content .entry-meta .entry-date i{margin:0 0 0 5px;}.responsive-post-slider3 .resp-slider-container .responsive .item:last-child{border-bottom:none;}.responsive-post-slider3 .resp-slider-container .responsive .item:last-child .item-detail .img_over{display:none;}.responsive-post-slider3 .res-button{position:absolute;top:0;cursor:pointer;font-size:24px;width:25px;height:25px;text-align:center;line-height:23px;z-index:8;}.responsive-post-slider3 .res-button.slick-next{right:0;}.rtl .responsive-post-slider3 .res-button.slick-next{left:0;right:auto;}.responsive-post-slider3 .res-button.slick-next:before{content:"";font-family:"FontAwesome";color:#004880;}.rtl .responsive-post-slider3 .res-button.slick-next:before{content:"";}.responsive-post-slider3 .res-button.slick-next:hover{-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-o-transition:all .3s ease;-ms-transition:all .3s ease;transition:all .3s ease;}.responsive-post-slider3 .res-button.slick-next:hover:before{color:#0065b3;}.responsive-post-slider3 .res-button.slick-prev{right:30px;}.rtl .responsive-post-slider3 .res-button.slick-prev{left:30px;right:auto;}.responsive-post-slider3 .res-button.slick-prev:before{content:"";font-family:"FontAwesome";color:#004880;}.rtl .responsive-post-slider3 .res-button.slick-prev:before{content:"";}.responsive-post-slider3 .res-button.slick-prev:hover{-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-o-transition:all .3s ease;-ms-transition:all .3s ease;transition:all .3s ease;}.responsive-post-slider3 .res-button.slick-prev:hover:before{color:#0065b3;}.responsive-post-slider3 .res-button{top:46%;font-size:50px;border:0;opacity:1;background-color:transparent;}.responsive-post-slider3 .res-button:hover{background-color:transparent;color:var(--color);}.responsive-post-slider3 .res-button:before{font-size:50px;}.responsive-post-slider3 .res-button.slick-prev{left:22%;}.rtl .responsive-post-slider3 .res-button.slick-prev{left:auto;right:22%;}.responsive-post-slider3 .res-button.slick-next{right:22%;}.rtl .responsive-post-slider3 .res-button.slick-next{right:auto;left:22%;}.newsletter-footer3{overflow:hidden;text-align:center;max-width:800px;margin:0 auto;}.newsletter-footer3 h3{font-size:28px;color:#111;font-weight:500;margin-bottom:3px;}.newsletter-footer3 .des1{font-size:14px;color:#111;text-transform:uppercase;font-weight:600;margin-bottom:19px;}.newsletter-footer3 .des2{font-size:14px;color:#666;opacity:.7;margin-bottom:32px;line-height:24px;}.newsletter-footer3 .form-newsletter{max-width:530px;margin:0 auto 25px auto;}.newsletter-footer3 .form-newsletter p{margin-bottom:0;}.newsletter-footer3 .form-newsletter .mc4wp-form-fields{overflow:hidden;}.newsletter-footer3 .form-newsletter input[type="email"]{border:2px #0065b3 solid;border-width:2px 0 2px 2px;color:#8c8c8c;font-size:12px;height:60px;padding:0 15px;width:75%;border-radius:0;float:left;}.rtl .newsletter-footer3 .form-newsletter input[type="email"]{float:right;border-width:2px 2px 2px 0;}.newsletter-footer3 .form-newsletter .frm-submit{border:0;width:25%;font-size:13px;padding:0;background-color:#111;height:60px;line-height:60px;color:#fff;text-transform:uppercase;text-align:center;font-weight:500;font-family:"Poppins",Helvetica,Arial,sans-serif;border-radius:0;float:left;}.rtl .newsletter-footer3 .form-newsletter .frm-submit{float:right;}.newsletter-footer3 .form-newsletter .frm-submit:hover{background-color:#3b3b3b;}.newsletter-footer3 .form-newsletter .frm-submit:before{display:none;}.newsletter-footer3 .form-newsletter .mc4wp-success{color:#111;}.newsletter-footer3 ul{list-style:none;margin:0;padding-bottom:35px;}.newsletter-footer3 ul li{display:inline-block;vertical-align:top;color:#666;opacity:.4;font-size:24px;padding:0 40px;}.newsletter-footer3 ul li i{margin-right:10px;display:inline-block;vertical-align:top;}.rtl .newsletter-footer3 ul li i{margin-right:0;margin-left:10px;}.newsletter-footer3 ul li a{text-transform:uppercase;font-size:15px;font-weight:600;display:inline-block;vertical-align:top;padding-top:1px;}@media (min-width: 1650px) and (max-width: 1824px){.home-style7 .container{padding:0 15px;}.category_menu{top:3% !important;}}@media (min-width: 1400px) and (max-width: 1640px){.home-style7 .container{padding:0 15px;}.category_menu{top:3% !important;}.responsive-post-slider3 .res-button.slick-next{right:20%;}.responsive-post-slider3 .res-button.slick-prev{left:20%;}}@media (max-width: 1390px) and (min-width: 1200px){.home-style7 .container{padding:0 15px;}.category_menu{top:3% !important;}.responsive-post-slider3 .res-button.slick-next{right:17%;}.rtl .responsive-post-slider3 .res-button.slick-next{right:auto;left:17%;}.responsive-post-slider3 .res-button.slick-prev{left:17%;}.rtl .responsive-post-slider3 .res-button.slick-prev{left:auto;right:17%;}}@media (max-width: 1199px){.home-style7 .container{padding:0 15px;}.home-style7 .category_menu{display:none;}.responsive-post-slider3 .resp-slider-container .responsive{margin:0;}.responsive-post-slider3 .resp-slider-container .responsive .item{padding:0 15px;}.responsive-post-slider3 .res-button{display:none !important;}}@media (min-width: 992px) and (max-width: 1199px){.header-style7 .header-mid .search-cate,.header-style7 .header-mid .right-header{display:none;}}@media (max-width: 991px){.header-style7 #main-menu .primary-menu .resmenu-container .navbar-toggle{margin:0;}.header-style7 #main-menu .primary-menu .resmenu-container .navbar-toggle .icon-bar{background:var(--color);}}@media (min-width: 768px) and (max-width: 991px){.block-text5 .banner-wrap a .banner-cout h3{font-size:15px;}}@media (max-width: 767px){.header-style7 .sticky-menu{position:relative;background:#252525;box-shadow:none;}.header-style7 .header-top .left-header{display:none;}.header-style7 .header-mid .container{padding-bottom:10px;}.header-style7 .header-mid .autusin-logo{margin:0 auto;}.header-style7 .header-mid .wishlist{display:none;}.header-style7 .top-form.top-form-minicart{margin-right:0;}.rtl .header-style7 .top-form.top-form-minicart{margin-left:0;}.header-style7 .autusin_top .top-form.top-search{right:-58px;}.rtl .header-style7 .autusin_top .top-form.top-search{right:auto;left:-58px;}.sw-woo-tab-default .resp-tab .tab-content .tab-pane.active .res-button,.sw-woo-tab-cat .resp-tab .tab-content .tab-pane.active .res-button{display:none !important;}.block-text5{display:none;}.sw-category-slider7{margin-bottom:10px;}.sw-category-slider7 .responsive{margin:0;}.testimonial-slider2 .resp-slider-container .slider .item .client-comment{font-size:15px;line-height:24px;margin-bottom:20px;}.responsive-post-slider3{padding-bottom:30px;margin-bottom:35px;}.responsive-post-slider3 .block-title{margin-bottom:20px;}.responsive-post-slider3 .block-title h3{font-size:22px;}.responsive-post-slider3 .resp-slider-container .responsive .item .item-detail .entry-content .item-title h4{margin-top:20px;}.responsive-post-slider3 .resp-slider-container .responsive .item .item-detail .entry-content .item-title h4 a{font-size:14px;}.newsletter-footer3 h3{font-size:22px;}.newsletter-footer3 .des2{margin-bottom:20px;}.newsletter-footer3 .form-newsletter{margin-bottom:15px;}.newsletter-footer3 .form-newsletter .frm-submit{font-size:12px;}.newsletter-footer3 ul li{padding:0;font-size:16px;}.newsletter-footer3 ul li i{margin:0 5px 0 0;}.rtl .newsletter-footer3 ul li i{margin:0 0 0 5px;}.newsletter-footer3 ul li a{font-size:12px;}}.header-style8 .header-bottom .right-header a{-webkit-animation:color-change 1s infinite;-moz-animation:color-change 1s infinite;-o-animation:color-change 1s infinite;-ms-animation:color-change 1s infinite;animation:color-change 1s infinite;}@-webkit-keyframes color-change{0%{color:red;}50%{color:blue;}100%{color:red;}}@-moz-keyframes color-change{0%{color:red;}50%{color:blue;}100%{color:red;}}@-ms-keyframes color-change{0%{color:red;}50%{color:blue;}100%{color:red;}}@-o-keyframes color-change{0%{color:red;}50%{color:blue;}100%{color:red;}}@keyframes color-change{0%{color:red;}50%{color:blue;}100%{color:red;}}.home-style8 .wpb_revslider_element{margin-bottom:30px;}.home-style8 .block-text4{margin-bottom:60px;}.swg-menu .swg-menu-vertical .swg-elementor-menu > li > a .have-title{display:flex;align-items:center;}.verticle-menu-style .swg-menu .swg-mega > .swg-mega-menu-item.item-bodypart > ul.dropdown-menu li.swg-menu-img{grid-column-start:1;grid-column-end:4;}.verticle-menu-style .swg-menu .swg-mega > .swg-mega-menu-item.item-bodypart > ul.dropdown-menu li.swg-menu-img a:hover{background-color:transparent;}.verticle-menu-style .swg-menu .swg-menu-vertical .swg-elementor-menu > li > a >.have-title{transition:all .3s;}.verticle-menu-style .swg-menu .swg-menu-vertical .swg-elementor-menu > li:hover > a >.have-title{margin-left:15px;}.verticle-menu-style .swg-menu .swg-menu-vertical .swg-elementor-menu > li.dropdown > a .dropdown-icon i{font-size:10px;}.verticle-menu-style .swg-menu .swg-mega > .swg-mega-menu-item > ul.dropdown-menu.column-3{grid-template-columns:repeat(3,minmax(190px,240px));}.verticle-menu-style .swg-menu .swg-mega > .swg-mega-menu-item.item-lighting > ul.dropdown-menu.column-3{grid-template-columns:repeat(3,minmax(275px,290px));grid-column-gap:10px;}.verticle-menu-style .swg-menu .swg-mega > .swg-mega-menu-item.item-lighting > ul.dropdown-menu.column-3 > li .menu-img img{margin-bottom:15px;}.verticle-menu-style .swg-menu .swg-elementor-menu > li.showMore > a{text-transform:capitalize;}.header-style8 .swe-woo-cart .swe-wrap-cart-head .swe-cart-icon .image-icon{width:auto;height:auto;}.header-style8 .swe-woo-cart .swe-wrap-cart-head .swe-cart-subtotal .text{margin-bottom:8px;}.header-style8 .swe-woo-cart .swe-wrap-cart-head .swe-cart-subtotal .swe-cart-total{margin-left:14px;position:relative;}.rtl .header-style8 .swe-woo-cart .swe-wrap-cart-head .swe-cart-subtotal .swe-cart-total{margin-right:14px;margin-left:0;}.rtl .header-style8 .swe-woo-cart .swe-wrap-cart-head .swe-cart-subtotal .swe-cart-total:before{right:-9px;left:auto;}.header-style8 .swe-woo-cart .swe-wrap-cart-head .swe-cart-subtotal .swe-cart-total:before{content:"";width:6px;height:2px;background-color:#0065b3;position:absolute;left:-9px;top:6px;}.header-style8 .header-top{background:#f8f8f8;min-height:43px;}.header-style8 .header-top .left-header{margin:3px 0;}.header-style8 .header-top .right-header2{padding-top:5px;}.header-style8 .header-top .right-header2 .sw-autusin-account{margin:0;font-size:12px;color:#666;}.header-style8 .header-top .right-header2 .sw-autusin-account:before{display:none;}.header-style8 .header-top .right-header2 .sw-autusin-account i.fa{color:#666;padding:9px;font-size:13px;}.header-style8 .header-top .right-header2 .sw-autusin-account >span{padding:7px 0;}.header-style8 .header-top .right-header2 .wishlist{padding:5px 0;position:relative;margin:0 0 0 15px;}.rtl .header-style8 .header-top .right-header2 .wishlist{margin:0 15px 0 0;}.header-style8 .header-top .right-header2 .wishlist a{color:#666;font-size:12px;border-left:1px #ddd solid;padding-left:12px;}.rtl .header-style8 .header-top .right-header2 .wishlist a{border-left:none;border-right:1px #ddd solid;padding-right:12px;padding-left:0;}.header-style8 .header-top .right-header2 .wishlist a:hover{color:#0065b3;}.header-style8 .header-mid{background:#fff;padding:34px 0;}.header-style8 .header-mid .autusin-logo{margin-top:0;}.header-style8 .header-mid .autusin-logo a{display:inline-block;vertical-align:top;}.header-style8 .header-mid .search-cate{margin-top:0;margin-right:30px;}.rtl .header-style8 .header-mid .search-cate{margin-right:0;margin-left:30px;float:left;}.header-style8 .header-bottom{background:#ebebeb;}.header-style8 .header-bottom .right-header a{font-size:14px;color:#0065b3;font-weight:600;padding:13px 15px 10px 0;display:inline-block;vertical-align:top;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;}.rtl .header-style8 .header-bottom .right-header a{padding:13px 0 10px 15px;}.header-style8 .header-bottom .right-header a:hover{color:#111;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;}.header-style8 .top-form.top-form-minicart{position:relative;cursor:pointer;margin-top:0;padding-right:15px;}.rtl .header-style8 .top-form.top-form-minicart{padding-right:0;padding-left:15px;}.header-style8 .top-form.top-form-minicart .top-minicart-icon{text-align:left;}.rtl .header-style8 .top-form.top-form-minicart .top-minicart-icon{text-align:right;}.header-style8 .top-form.top-form-minicart .top-minicart-icon span.icon{background:url("https://cdn-ildmmhg.nitrocdn.com/EmfGayVpJIjlSxwvIsYhxAzAzNUjWyuH/assets/images/optimized/rev-f65d057/mwtruckparts.co.uk/wp-content/uploads/sw_theme/assets/img/default/ico-minicart.png") no-repeat;content:"";float:left;height:42px;width:42px;margin-right:10px;border-radius:50%;}.header-style8 .top-form.top-form-minicart .top-minicart-icon span.icon.nitro-lazy{background-image:none !important;}.rtl .header-style8 .top-form.top-form-minicart .top-minicart-icon span.icon{float:right;margin-left:10px;margin-right:0;}.header-style8 .top-form.top-form-minicart .top-minicart-icon .minicart-title{float:right;color:#0065b3;font-weight:normal;font-size:12px;padding-top:5px;}.rtl .header-style8 .top-form.top-form-minicart .top-minicart-icon .minicart-title{float:left;}.header-style8 .top-form.top-form-minicart .top-minicart-icon .minicart-title h2{font-size:13px;font-weight:600;text-transform:uppercase;margin-bottom:5px;color:#111;}.rtl .header-style8 .top-form.top-form-minicart .top-minicart-icon .minicart-title span{display:inline-block;direction:ltr;}.header-style8 .top-form.top-form-minicart .top-minicart-icon .minicart-title label{margin:0;}.header-style8 .autusin_top{border:2px #0065b3 solid;}.header-style8 .autusin_top .top-form.top-search{top:0;display:inline-block;position:relative;background-color:#fff;width:100%;z-index:99;}.header-style8 .autusin_top .top-form.top-search form{margin:0;position:relative;z-index:10;}.header-style8 .autusin_top .top-form.top-search .cat-wrapper{display:block;position:absolute;height:38px;top:0;left:0px;right:auto;border-radius:4px 0 0 4px;overflow:hidden;color:#666;border-right:1px solid #0065b3;}.header-style8 .autusin_top .top-form.top-search .cat-wrapper:before{content:"";font-family:FontAwesome;color:#666;font-size:14px;position:absolute;top:13px;right:20px;}.rtl .header-style8 .autusin_top .top-form.top-search .cat-wrapper{border-left:1px solid #0065b3;border-right:0;border-radius:0 4px 4px 0;right:0;left:auto;}.rtl .header-style8 .autusin_top .top-form.top-search .cat-wrapper:before{right:auto;left:20px;}.header-style8 .autusin_top .top-form.top-search .cat-wrapper .label-search{display:block;font-size:12px;margin-bottom:0;color:#666;}.header-style8 .autusin_top .top-form.top-search .cat-wrapper select{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;border-radius:0 !important;padding:0px 10px 0;height:38px;width:135px;color:#666;background:#fff;}.header-style8 .autusin_top .top-form.top-search .cat-wrapper select:focus{outline:none;background-color:#fff;}.header-style8 .autusin_top .top-form.top-search input{width:100%;background:#fff;height:38px;-webkit-border-radius:0;-moz-border-radius:0;-o-border-radius:0;-ms-border-radius:0;border-radius:0;border:none;font-size:12px;line-height:38px;margin-bottom:0;padding-left:150px;}.rtl .header-style8 .autusin_top .top-form.top-search input{padding-right:150px;padding-left:0;}.header-style8 .autusin_top .top-form.top-search button.form-button{height:38px;line-height:38px;width:50px;margin:0;border:0;position:absolute;left:auto;right:0;top:0;font-size:16px;color:#0065b3;background:#fff;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;}.rtl .header-style8 .autusin_top .top-form.top-search button.form-button{left:0;right:auto;}.header-style8 .autusin_top .top-form.top-search button.form-button:hover{background-color:var(--darken20);-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;}.header-style8 .autusin_top .top-form.top-search button.form-button:hover:before{color:#fff;}.header-style8 .autusin_top .top-form.top-search.non-category input{padding:0;}.rtl .header-style8 .autusin_top .top-form.top-search.non-category input{padding-right:0;}.header-style8 .autusin_top.autusin_top-3 .top-form.top-search input{padding:0 5px;}.rtl .header-style8 .autusin_top.autusin_top-3 .top-form.top-search input{padding:0 5px;}.header-style8 #lang_sel > ul.nav{margin-left:0;}.rtl .header-style8 #lang_sel > ul.nav{margin-right:0;}.header-style8 #lang_sel > ul.nav > li{padding:10px 0 6px 0;}.header-style8 #lang_sel > ul.nav > li > a{padding-left:0;color:#666;}.rtl .header-style8 #lang_sel > ul.nav > li > a{padding-right:0;}.header-style8 .currency_w{margin:0;}.rtl .header-style8 .currency_w{margin:0;}.header-style8 .currency_w > li{padding:10px 0 6px 0;}.header-style8 .currency_w > li > a{color:#666;border-left:1px #ddd solid;margin-left:12px;}.rtl .header-style8 .currency_w > li > a{border-left:none;border-right:1px #ddd solid;margin-right:12px;margin-left:0;}.header-style8 .nav-pills >li > a{padding:13px 18px;font-size:14px;}.header-style8 .nav-pills.nav-mega .autusin-mega-menu.autusin-menu-img > a span.menu-img{top:-4px;}.header-style8 .sticky-menu{position:fixed;box-shadow:0px 0px 2px 1px #999;z-index:99;background:#fff;}.best-selling-product2{margin-bottom:60px;position:relative;}.home-style8 .best-selling-product2{border:1px #0065b3 solid;}.best-selling-product2 .box-title{margin-bottom:25px;background:#404040;padding:8px 15px 4px 15px;}.best-selling-product2 .box-title h3{font-size:18px;color:#fff;text-transform:uppercase;font-weight:600;margin-right:15px;padding-top:6px;margin-bottom:8px;}.rtl .best-selling-product2 .box-title h3{margin-right:0;margin-left:15px;}.best-selling-product2 .box-title .item-countdown2{margin-top:3px;}.best-selling-product2 .box-title .item-countdown2 .countdown-section{position:relative;display:inline-block;vertical-align:top;margin-right:24px;}.rtl .best-selling-product2 .box-title .item-countdown2 .countdown-section{margin-left:24px;margin-right:0;}.best-selling-product2 .box-title .item-countdown2 .countdown-section.icon-clock{display:none;}.home-style8 .best-selling-product2 .box-title .item-countdown2 .countdown-section.icon-clock{display:inline-block;}.home-style8 .best-selling-product2 .box-title .item-countdown2 .countdown-section.icon-clock:before{font-size:0;}.best-selling-product2 .box-title .item-countdown2 .countdown-section .countdown-amount{display:block;min-width:32px;padding:0 2px;font-weight:500;text-align:center;font-size:16px;color:#0065b3;border-radius:3px;position:relative;}.best-selling-product2 .box-title .item-countdown2 .countdown-section .countdown-amount:before{content:":";position:absolute;right:-15px;top:0;color:#0065b3;}.rtl .best-selling-product2 .box-title .item-countdown2 .countdown-section .countdown-amount:before{right:auto;left:-15px;}.best-selling-product2 .box-title .item-countdown2 .countdown-section.icon-clock{background:url("https://cdn-ildmmhg.nitrocdn.com/EmfGayVpJIjlSxwvIsYhxAzAzNUjWyuH/assets/images/optimized/rev-f65d057/mwtruckparts.co.uk/wp-content/uploads/sw_theme/assets/img/default/icon-clock.png") no-repeat center center;width:20px;height:20px;background-size:cover;margin:3px 10px 0 0;}.best-selling-product2 .box-title .item-countdown2 .countdown-section.icon-clock.nitro-lazy{background-image:none !important;}.rtl .best-selling-product2 .box-title .item-countdown2 .countdown-section.icon-clock{margin:3px 0 0 10px;}.best-selling-product2 .box-title .item-countdown2 .countdown-section:last-child{margin-right:0;}.rtl .best-selling-product2 .box-title .item-countdown2 .countdown-section:last-child{margin-left:0;}.best-selling-product2 .box-title .item-countdown2 .countdown-section:last-child .countdown-amount:before{display:none;}.best-selling-product2 .resp-slider-container .slider .item .item-wrap{border-right:1px #0065b3 solid;}.rtl .best-selling-product2 .resp-slider-container .slider .item .item-wrap{border-right:none;border-left:1px #0065b3 solid;}.best-selling-product2 .resp-slider-container .slider .item .item-wrap .item-detail{border:none;}.best-selling-product2 .resp-slider-container .slider .item:last-child .item-wrap{border-right:none;}.best-selling-product2 .res-button{position:absolute;top:0;cursor:pointer;font-size:24px;width:25px;height:25px;text-align:center;line-height:23px;z-index:8;}.best-selling-product2 .res-button.slick-next{right:0;}.rtl .best-selling-product2 .res-button.slick-next{left:0;right:auto;}.best-selling-product2 .res-button.slick-next:before{content:"";font-family:"FontAwesome";color:#004880;}.rtl .best-selling-product2 .res-button.slick-next:before{content:"";}.best-selling-product2 .res-button.slick-next:hover{-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-o-transition:all .3s ease;-ms-transition:all .3s ease;transition:all .3s ease;}.best-selling-product2 .res-button.slick-next:hover:before{color:#0065b3;}.best-selling-product2 .res-button.slick-prev{right:30px;}.rtl .best-selling-product2 .res-button.slick-prev{left:30px;right:auto;}.best-selling-product2 .res-button.slick-prev:before{content:"";font-family:"FontAwesome";color:#004880;}.rtl .best-selling-product2 .res-button.slick-prev:before{content:"";}.best-selling-product2 .res-button.slick-prev:hover{-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-o-transition:all .3s ease;-ms-transition:all .3s ease;transition:all .3s ease;}.best-selling-product2 .res-button.slick-prev:hover:before{color:#0065b3;}.best-selling-product2 .res-button{top:23px;background:#7c7c7c;border:0;opacity:1;border-radius:0;}.best-selling-product2 .res-button:hover{background-color:#7c7c7c;}.best-selling-product2 .res-button:before{height:auto;line-height:normal;}.best-selling-product2 .res-button.slick-prev{right:45px;left:auto;}.rtl .best-selling-product2 .res-button.slick-prev{left:45px;right:auto;}.best-selling-product2 .res-button.slick-prev:before{color:#fff;}.best-selling-product2 .res-button.slick-next{right:15px;left:auto;}.rtl .best-selling-product2 .res-button.slick-next{left:15px;right:auto;}.best-selling-product2 .res-button.slick-next:before{color:#fff;}.rtl .sw-child-cat .content-slider .resp-slider-container .slider .item:first-child .item-wrap{border-right:none;}.rtl .sw-child-cat .content-slider .resp-slider-container .slider .item:last-child .item-wrap{border-right:1px #0065b3 solid;}.sw-child-cat{margin-bottom:60px !important;}.sw-child-cat .content-slider{border:1px #0065b3 solid;}.sw-child-cat .content-slider .childcat-slider-content{width:197px;}.sw-child-cat .content-slider .childcat-slider-content .box-title h3{background:#0065b3;color:#fff;padding:10px 15px;font-size:16px;text-transform:uppercase;margin-bottom:0;}.sw-child-cat .content-slider .childcat-slider-content .best-seller-product{border-bottom:1px #0065b3 solid;}.sw-child-cat .content-slider .childcat-slider-content .best-seller-product .wrap-content .item .item-countdown2{padding:10px 0;text-align:center;}.sw-child-cat .content-slider .childcat-slider-content .best-seller-product .wrap-content .item .item-countdown2 .countdown-section{position:relative;display:inline-block;vertical-align:top;margin-right:5px;}.rtl .sw-child-cat .content-slider .childcat-slider-content .best-seller-product .wrap-content .item .item-countdown2 .countdown-section{margin-left:5px;margin-right:0;}.sw-child-cat .content-slider .childcat-slider-content .best-seller-product .wrap-content .item .item-countdown2 .countdown-section .countdown-amount{display:block;min-width:26px;padding:0 2px;font-weight:500;text-align:center;font-size:16px;color:#0065b3;border-radius:3px;position:relative;}.sw-child-cat .content-slider .childcat-slider-content .best-seller-product .wrap-content .item .item-countdown2 .countdown-section .countdown-amount:before{content:":";position:absolute;right:-5px;top:0;color:#0065b3;}.rtl .sw-child-cat .content-slider .childcat-slider-content .best-seller-product .wrap-content .item .item-countdown2 .countdown-section .countdown-amount:before{right:auto;left:-5px;}.sw-child-cat .content-slider .childcat-slider-content .best-seller-product .wrap-content .item .item-countdown2 .countdown-section.icon-clock{background:url("https://cdn-ildmmhg.nitrocdn.com/EmfGayVpJIjlSxwvIsYhxAzAzNUjWyuH/assets/images/optimized/rev-f65d057/mwtruckparts.co.uk/wp-content/uploads/sw_theme/assets/img/default/icon-clock.png") no-repeat center center;width:20px;height:20px;background-size:cover;margin:2px 5px 0 0;}.sw-child-cat .content-slider .childcat-slider-content .best-seller-product .wrap-content .item .item-countdown2 .countdown-section.icon-clock.nitro-lazy{background-image:none !important;}.sw-child-cat .content-slider .childcat-slider-content .best-seller-product .wrap-content .item .item-countdown2 .countdown-section.icon-clock:before{font-size:0;}.rtl .sw-child-cat .content-slider .childcat-slider-content .best-seller-product .wrap-content .item .item-countdown2 .countdown-section.icon-clock{margin:2px 0 0 5px;}.sw-child-cat .content-slider .childcat-slider-content .best-seller-product .wrap-content .item .item-countdown2 .countdown-section:last-child{margin-right:0;}.rtl .sw-child-cat .content-slider .childcat-slider-content .best-seller-product .wrap-content .item .item-countdown2 .countdown-section:last-child{margin-left:0;}.sw-child-cat .content-slider .childcat-slider-content .best-seller-product .wrap-content .item .item-countdown2 .countdown-section:last-child .countdown-amount:before{display:none;}.sw-child-cat .content-slider .childcat-slider-content .best-seller-product .wrap-content .item .item-wrap{margin-bottom:0;}.sw-child-cat .content-slider .childcat-slider-content .best-seller-product .wrap-content .item .item-wrap .item-detail{border:none;}.sw-child-cat .content-slider .childcat-slider-content .best-seller-product .wrap-content .item .item-wrap .item-detail .item-content .item-bottom .compare-button{display:none;}.sw-child-cat .content-slider .childcat-slider-content .best-seller-product .wrap-content .item .item-wrap .item-detail .sale-off{display:none;}.sw-child-cat .content-slider .childcat-slider-content .child-cat-brand .item-brand{border-bottom:1px #0065b3 solid;}.sw-child-cat .content-slider .childcat-slider-content .child-cat-brand .item-brand a img{margin:0 auto;max-width:120px;}.sw-child-cat .content-slider .childcat-slider-content .child-cat-brand .item-brand:last-child{border-bottom:none;}.sw-child-cat .content-slider .childcat-slider-content .child-cat-brand .item-brand:hover a img{opacity:.8;}.sw-child-cat .content-slider .resp-slider-container{overflow:hidden;border-left:1px #0065b3 solid;}.rtl .sw-child-cat .content-slider .resp-slider-container{border-left:none;border-right:1px #0065b3 solid;}.sw-child-cat .content-slider .resp-slider-container .banner-category .banner-responsive .item{width:50%;overflow:hidden;}.sw-child-cat .content-slider .resp-slider-container .banner-category .banner-responsive .item a img{margin-bottom:0;-webkit-transform:scale(1);-moz-transform:scale(1);-o-transform:scale(1);-ms-transform:scale(1);transform:scale(1);-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;}.sw-child-cat .content-slider .resp-slider-container .banner-category .banner-responsive .item:hover a img{-webkit-transform:scale(1.05);-moz-transform:scale(1.05);-o-transform:scale(1.05);-ms-transform:scale(1.05);transform:scale(1.05);-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;}.sw-child-cat .content-slider .resp-slider-container .box-category{margin-bottom:30px;box-shadow:0 10px 12px #0065b3;}.sw-child-cat .content-slider .resp-slider-container .box-category .childcat-content ul{margin:0;list-style:none;}.sw-child-cat .content-slider .resp-slider-container .box-category .childcat-content ul li{width:16.666%;float:left;border-right:1px #0065b3 solid;}.rtl .sw-child-cat .content-slider .resp-slider-container .box-category .childcat-content ul li{float:right;}.sw-child-cat .content-slider .resp-slider-container .box-category .childcat-content ul li .item .item-image{padding-top:5px;}.sw-child-cat .content-slider .resp-slider-container .box-category .childcat-content ul li .item .item-image a img{width:50px;margin:0 auto;}.sw-child-cat .content-slider .resp-slider-container .box-category .childcat-content ul li .item .item-content{text-align:center;}.sw-child-cat .content-slider .resp-slider-container .box-category .childcat-content ul li .item .item-content h3{text-transform:capitalize;font-size:12px;line-height:18px;}.sw-child-cat .content-slider .resp-slider-container .box-category .childcat-content ul li .item:hover a{color:#0065b3;}.sw-child-cat .content-slider .resp-slider-container .box-category .childcat-content ul li:last-child{border-right:none;}.sw-child-cat .content-slider .resp-slider-container .slider .item{padding:0;}.sw-child-cat .content-slider .resp-slider-container .slider .item .item-wrap{border-right:1px #0065b3 solid;}.sw-child-cat .content-slider .resp-slider-container .slider .item .item-wrap .item-detail{border:none;}.sw-child-cat .content-slider .resp-slider-container .slider .item:last-child .item-wrap{border-right:none;}.sw-child-cat.style1 .content-slider .childcat-slider-content .box-title h3{background:#94c300;}.sw-child-cat.style2 .content-slider .childcat-slider-content .box-title h3{background:#fdb819;}.responsive-post-slider4{position:relative;margin-bottom:60px;}.responsive-post-slider4 .block-title{margin-bottom:30px;background:#404040;padding:8px 15px 4px 15px;}.responsive-post-slider4 .block-title h3{font-size:18px;color:#fff;text-transform:uppercase;font-weight:600;margin-right:15px;padding-top:6px;margin-bottom:8px;}.rtl .responsive-post-slider4 .block-title h3{margin-right:0;margin-left:15px;}.responsive-post-slider4 .resp-slider-container{border:1px #0065b3 solid;}.responsive-post-slider4 .resp-slider-container .slider{padding:0 30px 30px 30px;}.responsive-post-slider4 .resp-slider-container .slider .item .item-inner .item-detail .img_over{width:50%;float:left;overflow:hidden;}.responsive-post-slider4 .resp-slider-container .slider .item .item-inner .item-detail .img_over a img{width:100%;-webkit-transform:scale(1);-moz-transform:scale(1);-o-transform:scale(1);-ms-transform:scale(1);transform:scale(1);-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;}.responsive-post-slider4 .resp-slider-container .slider .item .item-inner .item-detail .img_over:hover a img{-webkit-transform:scale(1.05);-moz-transform:scale(1.05);-o-transform:scale(1.05);-ms-transform:scale(1.05);transform:scale(1.05);-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;}.responsive-post-slider4 .resp-slider-container .slider .item .item-inner .item-detail .entry-content{overflow:hidden;padding:0 15px;}.responsive-post-slider4 .resp-slider-container .slider .item .item-inner .item-detail .entry-content .entry-meta{font-size:12px;margin-bottom:10px;}.responsive-post-slider4 .resp-slider-container .slider .item .item-inner .item-detail .entry-content .entry-meta a{font-size:12px;}.responsive-post-slider4 .resp-slider-container .slider .item .item-inner .item-detail .entry-content .entry-meta .entry-date,.responsive-post-slider4 .resp-slider-container .slider .item .item-inner .item-detail .entry-content .entry-meta .entry-comment{display:inline-block;vertical-align:top;}.responsive-post-slider4 .resp-slider-container .slider .item .item-inner .item-detail .entry-content .entry-meta .entry-comment{padding:0 10px;}.responsive-post-slider4 .resp-slider-container .slider .item .item-inner .item-detail .entry-content .item-title h4{font-size:14px;}.responsive-post-slider4 .resp-slider-container .slider .item .item-inner .item-detail .entry-content .item-title h4 a{color:#111;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;}.responsive-post-slider4 .resp-slider-container .slider .item .item-inner .item-detail .entry-content .item-title h4 a:hover{color:#0065b3;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;}.responsive-post-slider4 .resp-slider-container .slider .item .item-inner .item-detail .entry-content .description{font-size:12px;line-height:20px;margin-bottom:10px;}.responsive-post-slider4 .resp-slider-container .slider .item .item-inner .item-detail .entry-content .readmore{color:#0065b3;font-size:13px;}.responsive-post-slider4 .resp-slider-container .slider .item .item-inner .item-detail .entry-content .readmore a{color:#0065b3;}.rtl .responsive-post-slider4 .resp-slider-container .slider .item .item-inner .item-detail .entry-content .readmore i:before{content:"";}.responsive-post-slider4 .res-button{position:absolute;top:0;cursor:pointer;font-size:24px;width:25px;height:25px;text-align:center;line-height:23px;z-index:8;}.responsive-post-slider4 .res-button.slick-next{right:0;}.rtl .responsive-post-slider4 .res-button.slick-next{left:0;right:auto;}.responsive-post-slider4 .res-button.slick-next:before{content:"";font-family:"FontAwesome";color:#004880;}.rtl .responsive-post-slider4 .res-button.slick-next:before{content:"";}.responsive-post-slider4 .res-button.slick-next:hover{-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-o-transition:all .3s ease;-ms-transition:all .3s ease;transition:all .3s ease;}.responsive-post-slider4 .res-button.slick-next:hover:before{color:#0065b3;}.responsive-post-slider4 .res-button.slick-prev{right:30px;}.rtl .responsive-post-slider4 .res-button.slick-prev{left:30px;right:auto;}.responsive-post-slider4 .res-button.slick-prev:before{content:"";font-family:"FontAwesome";color:#004880;}.rtl .responsive-post-slider4 .res-button.slick-prev:before{content:"";}.responsive-post-slider4 .res-button.slick-prev:hover{-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-o-transition:all .3s ease;-ms-transition:all .3s ease;transition:all .3s ease;}.responsive-post-slider4 .res-button.slick-prev:hover:before{color:#0065b3;}.responsive-post-slider4 .res-button{top:23px;background:#ccc;border:0;opacity:1;border-radius:0;}.responsive-post-slider4 .res-button:before{height:auto;line-height:normal;}.responsive-post-slider4 .res-button:hover{background-color:#7c7c7c;}.responsive-post-slider4 .res-button.slick-prev{right:45px;left:auto;}.rtl .responsive-post-slider4 .res-button.slick-prev{left:45px;right:auto;}.responsive-post-slider4 .res-button.slick-prev:before{color:#fff;}.responsive-post-slider4 .res-button.slick-next{right:15px;left:auto;}.rtl .responsive-post-slider4 .res-button.slick-next{left:15px;right:auto;}.responsive-post-slider4 .res-button.slick-next:before{color:#fff;}@media (max-width: 1199px){.sw-child-cat .content-slider .childcat-slider-content .child-cat-brand .item-brand:nth-child(3){display:none;}}@media (min-width: 992px) and (max-width: 1199px){.sw-best-seller-product .wrap-content .item:nth-child(3){display:none;}}@media (max-width: 991px){.header-style8 .top-form.top-form-minicart .top-minicart-icon .minicart-title{display:none;}.header-style8 .vertical_megamenu-header .wrapper_vertical_menu .resmenu-container .navbar-toggle{border:1px #111 solid;}.header-style8 .resmenu-container .menu-responsive-wrapper{top:52px;}.header-style8 #main-menu{float:right;}.rtl .header-style8 #main-menu{float:left;}.header-style8 #main-menu .primary-menu .resmenu-container .navbar-toggle{margin:8px 15px;border:1px #0065b3 solid;border-radius:4px;}.header-style8 #main-menu .primary-menu .resmenu-container .navbar-toggle .icon-bar{background:#0065b3;}.header-style8 #main-menu .primary-menu .resmenu-container .menu-responsive-wrapper{right:15px;}.rtl .header-style8 #main-menu .primary-menu .resmenu-container .menu-responsive-wrapper{left:15px;right:auto;}.sw-best-seller-product .wrap-content .item{width:50%;float:left;border-bottom:none;}.rtl .sw-best-seller-product .wrap-content .item{float:right;}}@media (max-width: 767px){.header-style8 .sticky-menu{position:relative;box-shadow:none;}.header-style8 .header-top .left-header{float:left;}.header-style8 .header-top .right-header2 .wishlist{display:none;}.header-style8 .header-mid{padding:20px 0;}.header-style8 .header-mid .left-header{width:100%;margin-bottom:15px;}.header-style8 .header-mid .top-form.top-form-minicart{width:20%;}.header-style8 .header-mid .search-cate{width:80%;margin:0;}.rtl .header-style8 .header-mid .search-cate{margin:0;}.header-style8 .header-bottom .right-header a{padding-top:16px;}.rtl .header-style8 .header-bottom .right-header a{padding-top:16px;}.top-header8 .fix-row .elementor-widget-wrap > div.my-wishlist{display:none;}.sw-best-seller-product .wrap-content{padding-top:0 !important;}.sw-best-seller-product .wrap-content .item{width:100%;}.sw-child-cat .content-slider{border:none;}.sw-child-cat .content-slider .childcat-slider-content{width:100%;float:none;}.rtl .sw-child-cat .content-slider .childcat-slider-content{float:none;}.sw-child-cat .content-slider .childcat-slider-content .child-cat-brand{display:none;}.sw-child-cat .content-slider .resp-slider-container{overflow:inherit;}.sw-child-cat .content-slider .resp-slider-container .box-category .childcat-content ul li{width:33.332%;}.responsive-post-slider4{margin-bottom:30px;}.responsive-post-slider4 .resp-slider-container .slider .item .item-inner .item-detail .img_over{width:100%;float:none;margin-bottom:10px;}.rtl .responsive-post-slider4 .resp-slider-container .slider .item .item-inner .item-detail .img_over{float:none;}.responsive-post-slider4 .resp-slider-container .slider .item .item-inner .item-detail .entry-content{overflow:inherit;}.best-selling-product2{margin-bottom:30px;}}@media (max-width: 640px){.header-style8 .autusin_top .top-form.top-search .cat-wrapper{display:none;}.header-style8 .autusin_top .top-form.top-search input{padding-left:10px;}.rtl .header-style8 .autusin_top .top-form.top-search input{padding-right:10px;}}.home-style9 .wpb_revslider_element{margin-bottom:50px;}.home-style9 .header-style9{margin-bottom:34px;}.home-style9 .header-style9 .wrapper_vertical_menu{opacity:1;visibility:visible;-webkit-transform:translateY(2px);-moz-transform:translateY(2px);-o-transform:translateY(2px);-ms-transform:translateY(2px);transform:translateY(2px);}.home-style9 .best-selling-product3 .box-title h3{background:#0065b3;color:#fff;border-radius:6px 6px 0 0;}.home-style9 .best-selling-product3 .wrap-content{border:none;}.home-style9 .best-selling-product3 .wrap-content .item{background:#fff;}.home-style9 .best-selling-product3 .wrap-content .item .item-wrap{margin:9px 0;}.home-style9 .sw-brand-container-slider{margin:0;}.home-style9 .sw-brand-container-slider .slider .item-brand-cat{padding:2px 3px;}.home-style9 .sw-brand-container-slider .slider .item-brand-cat .item-image{border:none;}.home-style9 .sw-brand-container-slider .slider .item-brand-cat .item-image a img:hover{box-shadow:0 0 10px 1px #dbdbdb;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;}.bottom-header9 .fix-right .elementor-widget-icon .elementor-icon{display:inline-block;vertical-align:top;margin-left:-9px;}.bottom-header9 .swe-woo-cart.cart-canvas label{margin-bottom:0;}.bottom-header9 .swe-woo-cart .swe-wrap-cart-head .swe-cart-subtotal .swe-cart-count,.bottom-header9 .swe-woo-cart .swe-wrap-cart-head .swe-cart-subtotal .item-text{display:none;}.box-icon-home9 .elementor-widget-icon-box .elementor-icon-box-wrapper:hover{cursor:pointer;}.box-icon-home9 .elementor-widget-icon-box .elementor-icon-box-wrapper:hover .elementor-icon-box-icon{border-color:#0065b3;}.box-icon-home9 .elementor-widget-icon-box .elementor-icon-box-wrapper .elementor-icon-box-icon{display:inline-block;width:70px;height:70px;border:2px solid #ddd;border-radius:50%;text-align:center;padding:16px 0;}.header-style9 .header-top{background:#282828;}.header-style9 .header-top .left-header{margin:11px 0 9px 0;}.header-style9 .header-top .left-header .widget_text{font-size:12px;}.header-style9 .header-top .left-header .widget_text a{color:#ccc;font-size:14px;}.header-style9 .header-top .left-header .widget_text a:hover{color:#0065b3;}.header-style9 .header-top .right-header{padding-top:3px;padding-right:8px;}.rtl .header-style9 .header-top .right-header{padding-right:0;padding-left:8px;}.header-style9 .header-top .right-header2{padding-top:5px;padding-right:24px;position:relative;}.rtl .header-style9 .header-top .right-header2{padding-right:0;padding-left:24px;}.header-style9 .header-top .right-header2:before{content:"";width:1px;height:18px;position:absolute;top:12px;right:12px;background:rgba(255,255,255,.2);}.header-style9 .header-top .right-header2 .sw-autusin-account{margin:0;font-size:12px;color:#ccc;}.header-style9 .header-top .right-header2 .sw-autusin-account:before{display:none;}.header-style9 .header-top .right-header2 .sw-autusin-account i.fa{color:#ccc;padding:9px;font-size:13px;}.header-style9 .header-top .right-header2 .sw-autusin-account >span{padding:7px 0;}.header-style9 .header-mid{background:#fff;padding:36px 0;}.header-style9 .header-mid .autusin-logo{margin-top:0;}.header-style9 .header-mid .autusin-logo a{display:inline-block;vertical-align:top;}.header-style9 .header-mid .search-cate{margin-top:0;margin-right:30px;}.rtl .header-style9 .header-mid .search-cate{margin-right:0;margin-left:30px;float:left;}.header-style9 .header-mid .right-header .wishlist{margin:0 15px 0 0;}.rtl .header-style9 .header-mid .right-header .wishlist{margin:0 0 0 15px;}.header-style9 .header-mid .right-header .wishlist a{border:2px #0065b3 solid;display:inline-block;vertical-align:top;font-size:0;text-align:center;border-radius:4px;}.header-style9 .header-mid .right-header .wishlist a i.fa{font-size:16px;width:40px;height:40px;line-height:40px;}.header-style9 .header-bottom{border-bottom:2px #0065b3 solid;}.header-style9 .swg-menu .swg-menu-vertical{position:absolute;width:100%;opacity:0;}.home-style9 .header-style9 .swg-menu .swg-menu-vertical{opacity:1;}.header-style9 .swg-menu .swg-menu-vertical .swg-elementor-menu{padding:4px 0;}.header-style9 .swg-menu .swg-menu-vertical .swg-elementor-menu > li > a{border:0;}.header-style9 .swg-menu:hover .swg-menu-vertical{opacity:1;}.header-style9 .swg-menu.swg-menu-horizontal-wrapper  .swg-elementor-menu > li > a{border-radius:4px 4px 0 0;}.header-style9 .top-form.top-form-minicart{padding-right:15px;}.rtl .header-style9 .top-form.top-form-minicart{padding-right:0;padding-left:15px;}.header-style9 .top-form.top-form-minicart .top-minicart-icon{border:2px #0065b3 solid;border-radius:4px;}.header-style9 .top-form.top-form-minicart .top-minicart-icon .cart-contents{display:inline-block;vertical-align:top;border-right:2px #0065b3 solid;position:relative;text-align:center;}.rtl .header-style9 .top-form.top-form-minicart .top-minicart-icon .cart-contents{border-left:2px #0065b3 solid;border-right:none;}.header-style9 .top-form.top-form-minicart .top-minicart-icon .cart-contents i.fa{height:40px;line-height:38px;width:40px;font-size:16px;}.header-style9 .top-form.top-form-minicart .top-minicart-icon .cart-contents .minicart-number{position:absolute;top:-10px;right:-10px;background:#0065b3;color:#fff;font-size:11px;width:20px;height:20px;line-height:20px;border-radius:50%;}.rtl .header-style9 .top-form.top-form-minicart .top-minicart-icon .cart-contents .minicart-number{right:auto;left:-10px;}.header-style9 .top-form.top-form-minicart .top-minicart-icon .cart-title{display:inline-block;vertical-align:top;font-size:12px;padding:0 5px;}.header-style9 .top-form.top-form-minicart .top-minicart-icon .cart-title h3{font-size:12px;font-weight:normal;height:40px;line-height:40px;text-transform:capitalize;margin-bottom:0;}.header-style9 .top-form.top-form-minicart .top-minicart-icon .cart-title span{color:#0065b3;font-size:14px;}.header-style9 .top-form:hover .wrapp-minicart{-webkit-transform:translateY(10px);-moz-transform:translateY(10px);-o-transform:translateY(10px);-ms-transform:translateY(10px);transform:translateY(10px);}.header-style9 .autusin_top{border:2px #eee solid;border-radius:4px;}.header-style9 .autusin_top .top-form.top-search{top:0;display:inline-block;position:relative;background-color:#fff;width:100%;z-index:99;}.header-style9 .autusin_top .top-form.top-search form{margin:0;position:relative;z-index:10;}.header-style9 .autusin_top .top-form.top-search .cat-wrapper{display:block;position:absolute;height:40px;top:0;left:0px;right:auto;border-radius:4px 0 0 4px;overflow:hidden;color:#666;border-right:1px solid #0065b3;}.header-style9 .autusin_top .top-form.top-search .cat-wrapper:before{content:"";font-family:FontAwesome;color:#666;font-size:14px;position:absolute;top:13px;right:20px;}.rtl .header-style9 .autusin_top .top-form.top-search .cat-wrapper{border-left:1px solid #0065b3;border-right:0;border-radius:0 4px 4px 0;right:0;left:auto;}.rtl .header-style9 .autusin_top .top-form.top-search .cat-wrapper:before{right:auto;left:20px;}.header-style9 .autusin_top .top-form.top-search .cat-wrapper .label-search{display:block;font-size:12px;margin-bottom:0;color:#666;}.header-style9 .autusin_top .top-form.top-search .cat-wrapper select{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;border-radius:0 !important;padding:0px 10px 0;height:40px;width:135px;color:#666;background:#fff;}.header-style9 .autusin_top .top-form.top-search .cat-wrapper select:focus{outline:none;background-color:#fff;}.header-style9 .autusin_top .top-form.top-search input{width:100%;background:#fff;height:40px;border:none;font-size:12px;line-height:40px;margin-bottom:0;padding-left:150px;-webkit-border-radius:0;-moz-border-radius:0;-o-border-radius:0;-ms-border-radius:0;border-radius:0;}.rtl .header-style9 .autusin_top .top-form.top-search input{padding-right:150px;padding-left:0;}.header-style9 .autusin_top .top-form.top-search button.form-button{height:40px;line-height:40px;width:50px;margin:0;border:0;position:absolute;left:auto;right:0;top:0;font-size:16px;color:#0065b3;background:#fff;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;}.rtl .header-style9 .autusin_top .top-form.top-search button.form-button{left:0;right:auto;}.header-style9 .autusin_top .top-form.top-search button.form-button:hover{-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;}.header-style9 .autusin_top .top-form.top-search button.form-button:hover:before{color:#111;}.header-style9 .autusin_top .top-form.top-search.non-category input{padding:0;}.rtl .header-style9 .autusin_top .top-form.top-search.non-category input{padding-right:0;}.header-style9 .autusin_top.autusin_top-3 .top-form.top-search input{padding:0 5px;}.rtl .header-style9 .autusin_top.autusin_top-3 .top-form.top-search input{padding:0 5px;}.header-style9 #lang_sel > ul.nav{margin-left:0;}.rtl .header-style9 #lang_sel > ul.nav{margin-right:0;}.header-style9 #lang_sel > ul.nav > li{padding:10px 0 6px 0;}.header-style9 #lang_sel > ul.nav > li > a{padding-left:0;color:#ccc;}.rtl .header-style9 #lang_sel > ul.nav > li > a{padding-right:0;}.header-style9 .currency_w{margin:0;}.rtl .header-style9 .currency_w{margin:0;}.header-style9 .currency_w > li{padding:10px 0 6px 0;}.header-style9 .currency_w > li > a{color:#ccc;border-left:1px rgba(255,255,255,.2) solid;margin-left:12px;}.rtl .header-style9 .currency_w > li > a{border-left:none;border-right:1px rgba(255,255,255,.2) solid;margin-right:12px;margin-left:0;}.header-style9 .nav-pills >li > a{padding:13px 18px;font-size:14px;}.header-style9 .nav-pills >li.active >a,.header-style9 .nav-pills >li.active >a:hover,.header-style9 .nav-pills >li.active >a:focus{background:#0065b3;color:#fff;border-radius:4px 4px 0 0;}.header-style9 .nav-pills.nav-mega .autusin-mega-menu.autusin-menu-img > a span.menu-img{top:-4px;}.header-style9 .mega-left-title{border-radius:4px 4px 0 0;}.header-style9 .sticky-menu{position:fixed;z-index:99;background:#fff;}.header-style9 .sticky-menu .wrapper_vertical_menu{opacity:0;visibility:hidden;-webkit-transform:translateY(40px);-moz-transform:translateY(40px);-o-transform:translateY(40px);-ms-transform:translateY(40px);transform:translateY(40px);}.header-style9 .sticky-menu .vertical_megamenu-header:hover .wrapper_vertical_menu{opacity:1;visibility:visible;-webkit-transform:translateY(2px);-moz-transform:translateY(2px);-o-transform:translateY(2px);-ms-transform:translateY(2px);transform:translateY(2px);}.block-text6{z-index:1;position:relative;margin-bottom:50px;overflow:hidden;}.block-text6 ul{list-style-type:none;margin:0;}.block-text6 ul li{width:25%;overflow:hidden;float:left;}.block-text6 ul li .fly-icon{width:70px;line-height:66px;height:70px;color:#0065b3;margin-right:10px;font-size:38px;border:2px #ddd solid;float:left;text-align:center;-webkit-border-radius:50%;-moz-border-radius:50%;-o-border-radius:50%;-ms-border-radius:50%;border-radius:50%;}.rtl .block-text6 ul li .fly-icon{float:right;margin-right:0;margin-left:10px;}.block-text6 ul li .wrap-text{overflow:hidden;padding-top:8px;}.block-text6 ul li .wrap-text h3{margin-bottom:2px;text-transform:uppercase;}.block-text6 ul li .wrap-text h3 a{color:#111;font-weight:600;font-size:16px;-webkit-transition:all .5s;-moz-transition:all .5s;-o-transition:all .5s;-ms-transition:all .5s;transition:all .5s;}.block-text6 ul li .wrap-text p{font-size:14px;color:#666;}.block-text6 ul li:hover .fly-icon{border-color:#0065b3;-webkit-transition:all .5s;-moz-transition:all .5s;-o-transition:all .5s;-ms-transition:all .5s;transition:all .5s;}.block-text6 ul li:hover .wrap-text h3 a{color:#0065b3;-webkit-transition:all .5s;-moz-transition:all .5s;-o-transition:all .5s;-ms-transition:all .5s;transition:all .5s;}.countdown-slider7{background:#fff;margin-bottom:60px;}.countdown-slider7 .box-title{padding:0 10px;}.countdown-slider7 .box-title h3{font-size:20px;text-transform:uppercase;font-weight:600;padding:0 6px;margin-bottom:0;}.countdown-slider7 .box-title h3 span{background:#0065b3;color:#fff;display:inline-block;vertical-align:top;border-radius:0 0 8px 8px;padding:13px 25px;margin-top:-5px;position:relative;z-index:2;}.countdown-slider7 .box-title h3 span:before{content:"";position:absolute;left:-10px;top:0px;width:0px;height:0px;border-left:5px solid transparent;border-top:5px solid transparent;border-right:5px solid #ff5c00;}.countdown-slider7 .box-title h3 span:after{content:"";position:absolute;right:-10px;top:0px;width:0px;height:0px;border-right:5px solid transparent;border-top:5px solid transparent;border-left:5px solid #ff5c00;}.countdown-slider7 .resp-slider-container .slider .item .item-wrapt .item-detail .item-image-countdown{width:55%;float:left;position:relative;margin-bottom:22px;}.rtl .countdown-slider7 .resp-slider-container .slider .item .item-wrapt .item-detail .item-image-countdown{float:right;}.countdown-slider7 .resp-slider-container .slider .item .item-wrapt .item-detail .item-image-countdown a.sw-quickview{text-align:center;color:#fff;font-weight:500;height:32px;line-height:30px;padding:0;background-color:#0065b3;display:inline-block;vertical-align:top;font-size:0;opacity:0;min-width:32px;-webkit-transform:translateY(-40px);-moz-transform:translateY(-40px);-o-transform:translateY(-40px);-ms-transform:translateY(-40px);transform:translateY(-40px);-webkit-border-radius:4px;-moz-border-radius:4px;-o-border-radius:4px;-ms-border-radius:4px;border-radius:4px;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;position:absolute;top:50%;margin-top:-16px;left:50%;margin-left:-16px;}.countdown-slider7 .resp-slider-container .slider .item .item-wrapt .item-detail .item-image-countdown a.sw-quickview:before{font-family:"FontAwesome";font-size:12px;content:"";}.countdown-slider7 .resp-slider-container .slider .item .item-wrapt .item-detail .item-image-countdown a.sw-quickview:hover{background-color:var(--darken20);}.countdown-slider7 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content{overflow:hidden;}.countdown-slider7 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content h4{font-size:20px;text-transform:capitalize;margin-bottom:24px;}.countdown-slider7 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content h4 a{-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;}.countdown-slider7 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content h4 a:hover{-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;}.countdown-slider7 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .reviews-content{margin-bottom:11px;}.countdown-slider7 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-price{font-size:24px;margin-bottom:25px;}.countdown-slider7 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-price del{color:#999;text-decoration:line-through;font-size:20px;}.countdown-slider7 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-description{font-size:12px;color:#999;margin-bottom:30px;line-height:22px;}.countdown-slider7 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-countdown{margin-bottom:30px;}.countdown-slider7 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-countdown .countdown-row .countdown-section{display:inline-block;width:60px;background:#fff;padding:5px 0;border:2px #0065b3 solid;margin:0 10px 0 0;text-align:center;}.rtl .countdown-slider7 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-countdown .countdown-row .countdown-section{margin:0 0 0 10px;}.countdown-slider7 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-countdown .countdown-row .countdown-section span{display:block;}.countdown-slider7 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-countdown .countdown-row .countdown-section .countdown-amount{font-size:22px;color:#111;font-weight:600;}.countdown-slider7 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-countdown .countdown-row .countdown-section .countdown-period{font-size:12px;color:#999;text-transform:uppercase;}.countdown-slider7 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-bottom{z-index:2;margin-bottom:30px;}.countdown-slider7 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-bottom .clear{display:none;}.countdown-slider7 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-bottom .button,.countdown-slider7 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-bottom .add_to_cart_button,.countdown-slider7 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-bottom .product_type_external,.countdown-slider7 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-bottom .product_type_grouped{-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;height:40px;line-height:40px;font-size:14px;color:#fff;padding:0 15px;text-transform:uppercase;background-color:#0065b3;border-radius:4px;-webkit-transform:translateY(0);-moz-transform:translateY(0);-o-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);display:inline-block;}.countdown-slider7 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-bottom .button:hover,.countdown-slider7 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-bottom .add_to_cart_button:hover,.countdown-slider7 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-bottom .product_type_external:hover,.countdown-slider7 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-bottom .product_type_grouped:hover{opacity:.85;}.countdown-slider7 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-bottom .button.loading,.countdown-slider7 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-bottom .add_to_cart_button.loading,.countdown-slider7 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-bottom .product_type_external.loading,.countdown-slider7 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-bottom .product_type_grouped.loading{background-color:#0065b3;opacity:1;}.countdown-slider7 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-bottom .button.loading:before,.countdown-slider7 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-bottom .add_to_cart_button.loading:before,.countdown-slider7 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-bottom .product_type_external.loading:before,.countdown-slider7 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-bottom .product_type_grouped.loading:before{text-align:center;left:0;border-radius:4px;border:1px #0065b3 solid;background-size:contain;}.countdown-slider7 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-bottom .button.added,.countdown-slider7 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-bottom .add_to_cart_button.added,.countdown-slider7 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-bottom .product_type_external.added,.countdown-slider7 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-bottom .product_type_grouped.added{background-color:#0065b3;}.countdown-slider7 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-bottom .button.added:after,.countdown-slider7 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-bottom .add_to_cart_button.added:after,.countdown-slider7 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-bottom .product_type_external.added:after,.countdown-slider7 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-bottom .product_type_grouped.added:after{font-family:WooCommerce;content:"";margin-left:.53em;vertical-align:bottom;}.countdown-slider7 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist{margin:0 1px;}.countdown-slider7 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button,.countdown-slider7 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse,.countdown-slider7 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse{position:relative;}.countdown-slider7 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a,.countdown-slider7 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,.countdown-slider7 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a{-webkit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;-ms-transition:all .4s;transition:all .4s;}.countdown-slider7 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a .yith-wcwl-icon-svg,.countdown-slider7 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a .yith-wcwl-icon-svg,.countdown-slider7 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a .yith-wcwl-icon-svg{display:none;}.countdown-slider7 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:before,.countdown-slider7 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,.countdown-slider7 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before{content:"";}.countdown-slider7 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button.show,.countdown-slider7 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse.show,.countdown-slider7 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse.show{display:inline-block !important;vertical-align:top;}.countdown-slider7 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .feedback,.countdown-slider7 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse .feedback,.countdown-slider7 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse .feedback{display:none;}.countdown-slider7 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .ajax-loading,.countdown-slider7 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse .ajax-loading,.countdown-slider7 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse .ajax-loading{position:absolute;left:0;right:0;top:0;bottom:0;margin:auto;}.countdown-slider7 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-bottom a.compare{-webkit-transition:all .5s;-moz-transition:all .5s;-o-transition:all .5s;-ms-transition:all .5s;transition:all .5s;}.countdown-slider7 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-bottom a.compare.added:before{color:#fff;}.countdown-slider7 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-bottom a.compare:before{font-size:13px;content:"";}.countdown-slider7 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a,.countdown-slider7 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,.countdown-slider7 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a,.countdown-slider7 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-bottom a.compare{text-align:center;color:#fff;font-weight:500;height:40px;line-height:38px;padding:0;background-color:#111;display:inline-block;vertical-align:top;overflow:hidden;position:relative;font-size:0;min-width:40px;margin:0;-webkit-transform:translateY(0);-moz-transform:translateY(0);-o-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);-webkit-border-radius:4px;-moz-border-radius:4px;-o-border-radius:4px;-ms-border-radius:4px;border-radius:4px;}.countdown-slider7 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:before,.countdown-slider7 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,.countdown-slider7 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before,.countdown-slider7 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-bottom a.compare:before{font-family:"FontAwesome";font-size:14px;}.countdown-slider7 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover,.countdown-slider7 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover,.countdown-slider7 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover,.countdown-slider7 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-bottom a.compare:hover{min-width:40px;background-color:#0065b3;font-size:0;padding:0;}.countdown-slider7 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover:before,.countdown-slider7 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover:before,.countdown-slider7 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover:before,.countdown-slider7 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-bottom a.compare:hover:before{color:#fff;}.countdown-slider7 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-bottom .add_to_cart_button,.countdown-slider7 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-bottom .product_type_external,.countdown-slider7 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-bottom .product_type_grouped,.countdown-slider7 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist,.countdown-slider7 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-bottom a.compare,.countdown-slider7 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-bottom .group.fancybox{display:inline-block;vertical-align:top;}.countdown-slider7 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-bottom .yith-wcwl-wishlistaddedbrowse.show a,.countdown-slider7 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-bottom .yith-wcwl-wishlistexistsbrowse.show a{background-color:#0065b3;}.countdown-slider7 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-bottom .yith-wcwl-wishlistaddedbrowse.show a:before,.countdown-slider7 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-bottom .yith-wcwl-wishlistexistsbrowse.show a:before{color:#fff;}.countdown-slider7 .resp-slider-container .slider .item .item-wrapt:hover .item-detail .item-image-countdown a.sw-quickview{opacity:1;-webkit-transform:translateY(0);-moz-transform:translateY(0);-o-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);}.sw-woo-tab-cat2{background:#fff;margin-bottom:60px;}.sw-woo-tab-cat2 .banner-inner{width:280px;float:left;margin-right:20px;}.rtl .sw-woo-tab-cat2 .banner-inner{margin:0 0 0 20px;float:right;}.sw-woo-tab-cat2 .banner-inner a img{margin-bottom:0;-webkit-transform:scale(1);-moz-transform:scale(1);-o-transform:scale(1);-ms-transform:scale(1);transform:scale(1);-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;}.sw-woo-tab-cat2 .banner-inner .item-banner{overflow:hidden;}.sw-woo-tab-cat2 .banner-inner .item-banner:hover a img{-webkit-transform:scale(1.05);-moz-transform:scale(1.05);-o-transform:scale(1.05);-ms-transform:scale(1.05);transform:scale(1.05);-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;}.sw-woo-tab-cat2 .top-tab-slider{overflow:hidden;}.sw-woo-tab-cat2 .top-tab-slider .nav-tabs{border:none;margin:0;}.sw-woo-tab-cat2 .top-tab-slider .nav-tabs li{margin:0 30px 0 0;}.sw-woo-tab-cat2 .top-tab-slider .nav-tabs li.active > a,.sw-woo-tab-cat2 .top-tab-slider .nav-tabs li:hover > a{color:#0065b3;}.rtl .sw-woo-tab-cat2 .top-tab-slider .nav-tabs li{margin:0 0 0 30px;float:right;}.sw-woo-tab-cat2 .top-tab-slider .nav-tabs li a{border:none;font-size:16px;padding:30px 0;text-transform:uppercase;font-weight:600;color:#111;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;}.sw-woo-tab-cat2 .top-tab-slider .nav-tabs li a:hover{border:none;background:none;color:#0065b3;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;}.sw-woo-tab-cat2 .top-tab-slider .tab-content .tab-pane .resp-slider-container .slider .item{padding:0 20px 0 0;}.rtl .sw-woo-tab-cat2 .top-tab-slider .tab-content .tab-pane .resp-slider-container .slider .item{padding:0 0 0 20px;}.sw-woo-tab-cat2 .top-tab-slider .tab-content .tab-pane .resp-slider-container .slider .item .item-wrap .item-detail .products-thumb{border-bottom:1px #0065b3 solid;}.sw-woo-tab-cat2 .top-tab-slider .tab-content .tab-pane .resp-slider-container .slider .item .item-wrap .item-detail .item-content{padding:20px 5px;}.sw-woo-tab-cat2 .top-tab-slider .tab-content .tab-pane .resp-slider-container .slider .item .item-wrap .item-detail .item-content h4{margin:10px 0 20px 0;}.sw-woo-tab-cat2 .top-tab-slider .tab-content .tab-pane .resp-slider-container .slider .item .item-wrap .item-detail .item-content .reviews-content{margin-bottom:8px;}.sw-category-slider9{margin-bottom:30px;position:relative;}.sw-category-slider9 .box-title{border-bottom:1px #0065b3 solid;margin-bottom:30px;}.sw-category-slider9 .box-title h3{font-size:20px;text-transform:uppercase;color:#111;font-weight:bold;float:left;}.rtl .sw-category-slider9 .box-title h3{float:right;}.sw-category-slider9 .box-title a{float:right;font-size:13px;text-transform:capitalize;padding-top:5px;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;}.rtl .sw-category-slider9 .box-title a{float:left;}.sw-category-slider9 .box-title a:hover{-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;}.sw-category-slider9 .resp-slider-container .slider{margin:0 -15px;}.sw-category-slider9 .resp-slider-container .slider .item{padding:2px 15px;}.sw-category-slider9 .resp-slider-container .slider .item .item-inner{border:1px #0065b3 solid;box-shadow:0 0 4px 2px transparent;padding:30px 10px;margin-bottom:30px;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;}.sw-category-slider9 .resp-slider-container .slider .item .item-inner .item-image{width:50%;float:left;overflow:hidden;}.rtl .sw-category-slider9 .resp-slider-container .slider .item .item-inner .item-image{float:right;}.sw-category-slider9 .resp-slider-container .slider .item .item-inner .item-image a img{margin-bottom:15px;-webkit-transform:scale(1);-moz-transform:scale(1);-o-transform:scale(1);-ms-transform:scale(1);transform:scale(1);-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;}.sw-category-slider9 .resp-slider-container .slider .item .item-inner .item-content{overflow:hidden;padding:0 10px;}.sw-category-slider9 .resp-slider-container .slider .item .item-inner .item-content h3{font-size:14px;text-transform:uppercase;font-weight:600;}.sw-category-slider9 .resp-slider-container .slider .item .item-inner .item-content .childcat-product-cat ul{margin:0;list-style:none;}.sw-category-slider9 .resp-slider-container .slider .item .item-inner .item-content .childcat-product-cat ul li{position:relative;padding-left:10px;}.rtl .sw-category-slider9 .resp-slider-container .slider .item .item-inner .item-content .childcat-product-cat ul li{padding-left:0;padding-right:10px;}.sw-category-slider9 .resp-slider-container .slider .item .item-inner .item-content .childcat-product-cat ul li:before{content:"";font-family:"FontAwesome";font-size:4px;position:absolute;top:50%;left:1px;margin-top:-2px;}.rtl .sw-category-slider9 .resp-slider-container .slider .item .item-inner .item-content .childcat-product-cat ul li:before{left:auto;right:1px;}.sw-category-slider9 .resp-slider-container .slider .item .item-inner .item-content .childcat-product-cat ul li a{font-size:13px;color:#888;text-transform:capitalize;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;display:block;padding:3px 0;}.sw-category-slider9 .resp-slider-container .slider .item .item-inner .item-content .childcat-product-cat ul li a:hover{color:#0065b3;padding-left:10px;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;}.rtl .sw-category-slider9 .resp-slider-container .slider .item .item-inner .item-content .childcat-product-cat ul li a:hover{padding-right:10px;padding-left:3px;}.sw-category-slider9 .resp-slider-container .slider .item .item-inner .item-content .childcat-product-cat ul li.view-all{padding-left:0;margin-top:10px;}.rtl .sw-category-slider9 .resp-slider-container .slider .item .item-inner .item-content .childcat-product-cat ul li.view-all{padding-right:0;}.sw-category-slider9 .resp-slider-container .slider .item .item-inner .item-content .childcat-product-cat ul li.view-all a{height:30px;line-height:30px;padding:0 15px;background:#282828;color:#fff;border-radius:4px;display:inline-block;vertical-align:top;font-size:12px;}.sw-category-slider9 .resp-slider-container .slider .item .item-inner .item-content .childcat-product-cat ul li.view-all a:hover{padding:0 15px;background:#0065b3;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;}.sw-category-slider9 .resp-slider-container .slider .item .item-inner .item-content .childcat-product-cat ul li.view-all:before{display:none;}.sw-category-slider9 .resp-slider-container .slider .item .item-inner:hover{border-color:transparent;box-shadow:0 0 4px 2px #ebebeb;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;}.sw-category-slider9 .resp-slider-container .slider .item .item-inner:hover .item-image a img{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-o-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1);-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;}@media (max-width: 991px){.header-style9 .header-mid{padding:15px 0;}.header-style9 .header-mid .right-header .wishlist{display:none;}.header-style9 .top-form.top-form-minicart .top-minicart-icon .cart-title{display:none;}.header-style9 .top-form.top-form-minicart .top-minicart-icon .cart-contents{border:none;}.rtl .header-style9 .top-form.top-form-minicart .top-minicart-icon .cart-contents{border:none;}.header-style9 .vertical_megamenu-header .wrapper_vertical_menu .resmenu-container .navbar-toggle{border:1px #111 solid;margin-right:0;}.header-style9 .resmenu-container .menu-responsive-wrapper{top:52px;}.header-style9 #main-menu{float:right;}.rtl .header-style9 #main-menu{float:left;}.header-style9 #main-menu .primary-menu .resmenu-container .navbar-toggle{margin:8px 0;border:1px #0065b3 solid;border-radius:4px;float:right;}.rtl .header-style9 #main-menu .primary-menu .resmenu-container .navbar-toggle{float:left;}.header-style9 #main-menu .primary-menu .resmenu-container .navbar-toggle .icon-bar{background:#0065b3;}.header-style9 #main-menu .primary-menu .resmenu-container .menu-responsive-wrapper{right:15px;}.rtl .header-style9 #main-menu .primary-menu .resmenu-container .menu-responsive-wrapper{left:15px;right:auto;}.home-style9 .header-style9 .wrapper_vertical_menu{opacity:1;visibility:visible;-webkit-transform:translateY(2px);-moz-transform:translateY(2px);-o-transform:translateY(2px);-ms-transform:translateY(2px);transform:translateY(2px);}.block-text6 ul li .fly-icon{float:none;margin:0 auto;}.rtl .block-text6 ul li .fly-icon{float:none;margin:0 auto;}.block-text6 ul li .wrap-text{overflow:inherit;padding:5px;text-align:center;}.sw-category-slider9 .box-title a{display:none;}.sw-category-slider9 .resp-slider-container .slider .item .item-inner .item-image{width:100%;float:none;}.rtl .sw-category-slider9 .resp-slider-container .slider .item .item-inner .item-image{float:none;}.sw-category-slider9 .resp-slider-container .slider .item .item-inner .item-content{overflow:inherit;}.countdown-slider7 .resp-slider-container .slider .item .item-wrapt .item-detail .item-image-countdown{width:100%;}.countdown-slider7 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content{overflow:inherit;padding:0 15px;}}@media (max-width: 767px){.header-style9 .sticky-menu{position:relative;}.header-style9 .header-top .left-header{display:none;}.header-style9 .header-mid .left-header{width:100%;margin-bottom:15px;}.header-style9 .header-mid .top-form.top-form-minicart{width:20%;}.header-style9 .header-mid .search-cate{width:80%;margin:0;}.rtl .header-style9 .header-mid .search-cate{margin:0;}.sw-woo-tab-cat2 .banner-inner{display:none;}.sw-woo-tab-cat2 .top-tab-slider{overflow:inherit;padding:0 15px;}.sw-woo-tab-cat2 .top-tab-slider .nav-tabs{padding:10px 0;}.sw-woo-tab-cat2 .top-tab-slider .nav-tabs li{width:50%;margin:0;}.rtl .sw-woo-tab-cat2 .top-tab-slider .nav-tabs li{margin:0;}.sw-woo-tab-cat2 .top-tab-slider .nav-tabs li a{padding:10px 0 0 0;}.sw-woo-tab-cat2 .top-tab-slider .tab-content .tab-pane .resp-slider-container .slider .item{padding:0;}.rtl .sw-woo-tab-cat2 .top-tab-slider .tab-content .tab-pane .resp-slider-container .slider .item{padding:0;}}@media (max-width: 640px){.header-style9 .autusin_top .top-form.top-search .cat-wrapper{display:none;}.header-style9 .autusin_top .top-form.top-search input{padding-left:10px;}.rtl .header-style9 .autusin_top .top-form.top-search input{padding-right:10px;}}@media (max-width: 360px){.countdown-slider7 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-countdown .countdown-row .countdown-section{width:50px;}.countdown-slider7 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-countdown .countdown-row .countdown-section .countdown-amount{font-size:18px;}.countdown-slider7 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-countdown .countdown-row .countdown-section .countdown-period{font-size:12px;}}.home-style10 .wpb_revslider_element{margin-bottom:30px;}.home-style10 .swg-menu .swg-menu-vertical .swg-elementor-menu.swg-mega{padding:3px 0;}.home-style10 .header-style10{margin-bottom:20px;}.home-style10 .sw-brand-container-slider{margin:0;}.home-style10 .sw-brand-container-slider .slider .item-brand-cat{padding:2px 3px;}.home-style10 .sw-brand-container-slider .slider .item-brand-cat .item-image{border:none;}.home-style10 .sw-brand-container-slider .slider .item-brand-cat .item-image a img:hover{box-shadow:0 0 10px 1px #dbdbdb;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;}.home-style10 .box-saerch-home10 .elementor-widget-wrap{background-color:var(--color);margin:0 15px;padding:0 5px !important;}.home-style10 .box-saerch-home10 .swg-filter-hierarchical.vertical form{grid-row-gap:15px;}.header-style10 .my-account:after{content:"";height:20px;width:100%;position:absolute;bottom:-20px;left:0;background:transparent;}.header-style10 .header-top{background:#f0f0f0;min-height:43px;}.header-style10 .header-top .left-header{margin:3px 0;}.header-style10 .header-top .mid-header{margin-top:13px;text-transform:capitalize;font-size:12px;text-align:center;color:#545454;}.header-style10 .header-top .right-header2{padding-top:5px;}.header-style10 .header-top .right-header2 .sw-autusin-account{margin:0;}.header-style10 .header-top .right-header2 .sw-autusin-account:before{display:none;}.header-style10 .header-top .right-header2 .sw-autusin-account i.fa{color:#545454;padding:9px;font-size:14px;}.header-style10 .header-top .right-header2 .wishlist{padding:6px;position:relative;margin:0 10px;}.header-style10 .header-top .right-header2 .wishlist:before{content:"";height:12px;width:1px;background:#545454;position:absolute;top:10px;left:-6px;}.header-style10 .header-top .right-header2 .wishlist:after{content:"";height:12px;width:1px;background:#545454;position:absolute;top:10px;right:-6px;}.header-style10 .top-form.top-form-minicart .top-minicart-icon a{padding:5px 0;display:inline-block;vertical-align:top;}.header-style10 .top-form.top-form-minicart .top-minicart-icon a i.fa{padding:0 5px;}.header-style10 .header-mid{padding:3px 0;background:#252525;}.header-style10 .header-mid .autusin-logo{margin:12px 0;}.header-style10 .header-mid .autusin-logo a img{max-width:230px;}.header-style10 .header-mid .top-header{padding:10px 0;}.header-style10 .header-mid .main-menu{padding-top:3px;}.header-style10 .header-mid .search-cate{margin-top:30px;position:relative;}.header-style10 .header-mid .search-cate .icon-search{width:35px;height:35px;line-height:35px;text-align:center;cursor:pointer;font-size:14px;color:#fff;}.header-style10 .header-mid .search-cate .top-form.top-search{position:absolute;right:0;top:36px;display:none;}.header-style10 .header-mid .search-cate .top-form.top-search.open{display:block;}.rtl .header-style10 .header-mid .search-cate .top-form.top-search{right:auto;left:0;}.header-style10 #lang_sel > ul.nav{margin-left:0;}.rtl .header-style10 #lang_sel > ul.nav{margin-right:0;}.header-style10 #lang_sel > ul.nav > li{padding:10px 0 6px 0;}.header-style10 #lang_sel > ul.nav > li > a{padding-left:0;}.rtl .header-style10 #lang_sel > ul.nav > li > a{padding-right:0;}.header-style10 .currency_w{margin:0;}.rtl .header-style10 .currency_w{margin:0;}.header-style10 .currency_w > li{padding:10px 0 6px 0;}.header-style10 .nav-pills >li > a{color:#fff;}.header-style10 .nav-pills >li.active >a,.header-style10 .nav-pills >li.active >a:hover,.header-style10 .nav-pills >li.active >a:focus,.header-style10 .nav-pills >li:hover > a{color:var(--color);}.header-style10 .sticky-menu{position:fixed;z-index:99;background:#252525;}.wp_verticle_autusin .wrapper_vertical_menu{opacity:1;visibility:visible;-webkit-transform:translateY(0px);-moz-transform:translateY(0px);-o-transform:translateY(0px);-ms-transform:translateY(0px);transform:translateY(0px);}.countdown-slider6{position:relative;margin-bottom:30px;}.countdown-slider6 .box-title h3{font-size:18px;text-transform:uppercase;color:#111;font-weight:600;background:#f0f0f0;padding:15px;margin-bottom:0;}.countdown-slider6 .item .item-detail .item-content .item-price{margin-bottom:10px;}.countdown-slider6 .item .item-detail .item-content .item-countdown .countdown-row .countdown-section{display:inline-block;width:25%;background:#fff;padding:5px 0;border:1px #111 solid;border-width:1px 0 1px 1px;}.rtl .countdown-slider6 .item .item-detail .item-content .item-countdown .countdown-row .countdown-section{border-width:1px 1px 1px 0;}.countdown-slider6 .item .item-detail .item-content .item-countdown .countdown-row .countdown-section span{display:block;}.countdown-slider6 .item .item-detail .item-content .item-countdown .countdown-row .countdown-section .countdown-amount{font-size:18px;color:#111;font-weight:600;}.countdown-slider6 .item .item-detail .item-content .item-countdown .countdown-row .countdown-section .countdown-period{font-size:12px;color:#111;text-transform:uppercase;}.countdown-slider6 .item .item-detail .item-content .item-countdown .countdown-row .countdown-section:last-child{border-right:1px #111 solid;}.rtl .countdown-slider6 .item .item-detail .item-content .item-countdown .countdown-row .countdown-section:last-child{border-left:1px #111 solid;}.countdown-slider6 .res-button{position:absolute;top:0;cursor:pointer;font-size:24px;width:25px;height:25px;text-align:center;line-height:23px;z-index:8;}.countdown-slider6 .res-button.slick-next{right:0;}.rtl .countdown-slider6 .res-button.slick-next{left:0;right:auto;}.countdown-slider6 .res-button.slick-next:before{content:"";font-family:"FontAwesome";color:#004880;}.rtl .countdown-slider6 .res-button.slick-next:before{content:"";}.countdown-slider6 .res-button.slick-next:hover{-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-o-transition:all .3s ease;-ms-transition:all .3s ease;transition:all .3s ease;}.countdown-slider6 .res-button.slick-next:hover:before{color:#0065b3;}.countdown-slider6 .res-button.slick-prev{right:30px;}.rtl .countdown-slider6 .res-button.slick-prev{left:30px;right:auto;}.countdown-slider6 .res-button.slick-prev:before{content:"";font-family:"FontAwesome";color:#004880;}.rtl .countdown-slider6 .res-button.slick-prev:before{content:"";}.countdown-slider6 .res-button.slick-prev:hover{-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-o-transition:all .3s ease;-ms-transition:all .3s ease;transition:all .3s ease;}.countdown-slider6 .res-button.slick-prev:hover:before{color:#0065b3;}.countdown-slider6 .res-button{top:12px;background:#ccc;border-radius:50%;font-size:16px;}.countdown-slider6 .res-button.slick-prev{right:45px;}.rtl .countdown-slider6 .res-button.slick-prev{left:45px;}.countdown-slider6 .res-button.slick-prev:before{color:#fff;}.countdown-slider6 .res-button.slick-prev:hover{background:#111;}.countdown-slider6 .res-button.slick-next{right:15px;}.rtl .countdown-slider6 .res-button.slick-next{left:15px;}.countdown-slider6 .res-button.slick-next:before{color:#fff;}.countdown-slider6 .res-button.slick-next:hover{background:#111;}.sw-category-slider8{margin-bottom:60px;position:relative;}.sw-category-slider8 .box-title h3{font-size:20px;text-transform:uppercase;color:#111;font-weight:bold;padding-bottom:10px;border-bottom:1px #0065b3 solid;margin-bottom:30px;}.sw-category-slider8 .resp-slider-container .slider .item .item-content h3{font-size:16px;text-transform:uppercase;}.sw-category-slider8 .resp-slider-container .slider .item .item-content .childcat-product-cat ul{margin:0;list-style:none;}.sw-category-slider8 .resp-slider-container .slider .item .item-content .childcat-product-cat ul li{position:relative;padding-left:10px;}.rtl .sw-category-slider8 .resp-slider-container .slider .item .item-content .childcat-product-cat ul li{padding-left:0;padding-right:10px;}.sw-category-slider8 .resp-slider-container .slider .item .item-content .childcat-product-cat ul li:before{content:"";font-family:"FontAwesome";font-size:4px;position:absolute;top:50%;left:1px;margin-top:-2px;}.rtl .sw-category-slider8 .resp-slider-container .slider .item .item-content .childcat-product-cat ul li:before{left:auto;right:1px;}.sw-category-slider8 .resp-slider-container .slider .item .item-content .childcat-product-cat ul li a{font-size:12px;color:#888;text-transform:capitalize;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;}.sw-category-slider8 .resp-slider-container .slider .item .item-content .childcat-product-cat ul li a:hover{color:var(--color);-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;}.sw-category-slider8 .resp-slider-container .slider .item .item-content .childcat-product-cat ul li.view-all{padding-left:0;margin-top:10px;}.rtl .sw-category-slider8 .resp-slider-container .slider .item .item-content .childcat-product-cat ul li.view-all{padding-right:0;}.sw-category-slider8 .resp-slider-container .slider .item .item-content .childcat-product-cat ul li.view-all a{height:30px;line-height:30px;padding:0 15px;background:#282828;color:#fff;border-radius:4px;display:inline-block;vertical-align:top;}.sw-category-slider8 .resp-slider-container .slider .item .item-content .childcat-product-cat ul li.view-all a:hover{background:var(--color);-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;}.sw-category-slider8 .resp-slider-container .slider .item .item-content .childcat-product-cat ul li.view-all:before{display:none;}.sw-category-slider8 .res-button{position:absolute;top:0;cursor:pointer;font-size:24px;width:25px;height:25px;text-align:center;line-height:23px;z-index:8;}.sw-category-slider8 .res-button.slick-next{right:0;}.rtl .sw-category-slider8 .res-button.slick-next{left:0;right:auto;}.sw-category-slider8 .res-button.slick-next:before{content:"";font-family:"FontAwesome";color:#004880;}.rtl .sw-category-slider8 .res-button.slick-next:before{content:"";}.sw-category-slider8 .res-button.slick-next:hover{-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-o-transition:all .3s ease;-ms-transition:all .3s ease;transition:all .3s ease;}.sw-category-slider8 .res-button.slick-next:hover:before{color:#0065b3;}.sw-category-slider8 .res-button.slick-prev{right:30px;}.rtl .sw-category-slider8 .res-button.slick-prev{left:30px;right:auto;}.sw-category-slider8 .res-button.slick-prev:before{content:"";font-family:"FontAwesome";color:#004880;}.rtl .sw-category-slider8 .res-button.slick-prev:before{content:"";}.sw-category-slider8 .res-button.slick-prev:hover{-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-o-transition:all .3s ease;-ms-transition:all .3s ease;transition:all .3s ease;}.sw-category-slider8 .res-button.slick-prev:hover:before{color:#0065b3;}.sw-category-slider8 .res-button{top:0px;background:#ccc;border-radius:50%;font-size:16px;}.sw-category-slider8 .res-button.slick-prev{right:30px;}.rtl .sw-category-slider8 .res-button.slick-prev{left:30px;}.sw-category-slider8 .res-button.slick-prev:before{color:#fff;}.sw-category-slider8 .res-button.slick-prev:hover{background:#111;}.sw-category-slider8 .res-button.slick-next{right:0;}.rtl .sw-category-slider8 .res-button.slick-next{left:0;}.sw-category-slider8 .res-button.slick-next:before{color:#fff;}.sw-category-slider8 .res-button.slick-next:hover{background:#111;}.featured-product2,.woo-slider-theme2{margin-bottom:20px;position:relative;}.featured-product2 .box-title h3,.woo-slider-theme2 .box-title h3{font-size:20px;text-transform:uppercase;color:#111;font-weight:bold;padding-bottom:10px;border-bottom:1px #0065b3 solid;margin-bottom:30px;}.featured-product2 .item .item-wrap .item-detail,.woo-slider-theme2 .item .item-wrap .item-detail{border:none;}.featured-product2 .res-button,.woo-slider-theme2 .res-button{position:absolute;top:0;cursor:pointer;font-size:24px;width:25px;height:25px;text-align:center;line-height:23px;z-index:8;}.featured-product2 .res-button.slick-next,.woo-slider-theme2 .res-button.slick-next{right:0;}.rtl .featured-product2 .res-button.slick-next,.rtl .woo-slider-theme2 .res-button.slick-next{left:0;right:auto;}.featured-product2 .res-button.slick-next:before,.woo-slider-theme2 .res-button.slick-next:before{content:"";font-family:"FontAwesome";color:#004880;}.rtl .featured-product2 .res-button.slick-next:before,.rtl .woo-slider-theme2 .res-button.slick-next:before{content:"";}.featured-product2 .res-button.slick-next:hover,.woo-slider-theme2 .res-button.slick-next:hover{-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-o-transition:all .3s ease;-ms-transition:all .3s ease;transition:all .3s ease;}.featured-product2 .res-button.slick-next:hover:before,.woo-slider-theme2 .res-button.slick-next:hover:before{color:#0065b3;}.featured-product2 .res-button.slick-prev,.woo-slider-theme2 .res-button.slick-prev{right:30px;}.rtl .featured-product2 .res-button.slick-prev,.rtl .woo-slider-theme2 .res-button.slick-prev{left:30px;right:auto;}.featured-product2 .res-button.slick-prev:before,.woo-slider-theme2 .res-button.slick-prev:before{content:"";font-family:"FontAwesome";color:#004880;}.rtl .featured-product2 .res-button.slick-prev:before,.rtl .woo-slider-theme2 .res-button.slick-prev:before{content:"";}.featured-product2 .res-button.slick-prev:hover,.woo-slider-theme2 .res-button.slick-prev:hover{-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-o-transition:all .3s ease;-ms-transition:all .3s ease;transition:all .3s ease;}.featured-product2 .res-button.slick-prev:hover:before,.woo-slider-theme2 .res-button.slick-prev:hover:before{color:#0065b3;}.featured-product2 .res-button,.woo-slider-theme2 .res-button{top:0px;background:#ccc;border-radius:50%;font-size:16px;border:0;opacity:1;}.featured-product2 .res-button:before,.woo-slider-theme2 .res-button:before{line-height:25px;}.featured-product2 .res-button.slick-prev,.woo-slider-theme2 .res-button.slick-prev{right:30px;left:auto;}.rtl .featured-product2 .res-button.slick-prev,.rtl .woo-slider-theme2 .res-button.slick-prev{left:30px;}.featured-product2 .res-button.slick-prev:before,.woo-slider-theme2 .res-button.slick-prev:before{color:#fff;}.featured-product2 .res-button.slick-prev:hover,.woo-slider-theme2 .res-button.slick-prev:hover{background:#111;}.featured-product2 .res-button.slick-next,.woo-slider-theme2 .res-button.slick-next{right:0;left:auto;}.rtl .featured-product2 .res-button.slick-next,.rtl .woo-slider-theme2 .res-button.slick-next{left:0;}.featured-product2 .res-button.slick-next:before,.woo-slider-theme2 .res-button.slick-next:before{color:#fff;}.featured-product2 .res-button.slick-next:hover,.woo-slider-theme2 .res-button.slick-next:hover{background:#111;}.responsive-post-slider5{margin-bottom:45px;position:relative;}.responsive-post-slider5 .resp-slider-container .box-title h3{font-size:20px;text-transform:uppercase;color:#111;font-weight:bold;padding-bottom:10px;border-bottom:1px #0065b3 solid;margin-bottom:30px;}.responsive-post-slider5 .resp-slider-container .slider{margin:0 -15px;}.responsive-post-slider5 .resp-slider-container .slider .item{padding:0 15px;}.responsive-post-slider5 .resp-slider-container .slider .item .item-inner .img_over{position:relative;overflow:hidden;}.responsive-post-slider5 .resp-slider-container .slider .item .item-inner .img_over a img{width:100%;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;}.responsive-post-slider5 .resp-slider-container .slider .item .item-inner .img_over:hover a img{-webkit-transform:scale(1.05);-moz-transform:scale(1.05);-o-transform:scale(1.05);-ms-transform:scale(1.05);transform:scale(1.05);-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;}.responsive-post-slider5 .resp-slider-container .slider .item .item-inner .img_over .latest_post_date{height:70px;width:50px;background:var(--color);position:absolute;top:10px;left:10px;padding:5px;text-align:center;}.rtl .responsive-post-slider5 .resp-slider-container .slider .item .item-inner .img_over .latest_post_date{left:auto;right:10px;}.responsive-post-slider5 .resp-slider-container .slider .item .item-inner .img_over .latest_post_date span{display:block;}.responsive-post-slider5 .resp-slider-container .slider .item .item-inner .img_over .latest_post_date .post_day{color:#fff;font-size:22px;font-weight:bold;}.responsive-post-slider5 .resp-slider-container .slider .item .item-inner .img_over .latest_post_date .post_my{color:#fff;font-size:14px;}.responsive-post-slider5 .resp-slider-container .slider .item .item-inner .entry-content{overflow:hidden;padding:15px 0;}.responsive-post-slider5 .resp-slider-container .slider .item .item-inner .entry-content .entry-meta{font-size:12px;margin-bottom:10px;color:#999;}.responsive-post-slider5 .resp-slider-container .slider .item .item-inner .entry-content .entry-meta a{font-size:12px;}.responsive-post-slider5 .resp-slider-container .slider .item .item-inner .entry-content .entry-meta i{color:#999;margin:0 1px;}.responsive-post-slider5 .resp-slider-container .slider .item .item-inner .entry-content .entry-meta .entry-author,.responsive-post-slider5 .resp-slider-container .slider .item .item-inner .entry-content .entry-meta .entry-comment{display:inline-block;vertical-align:top;}.responsive-post-slider5 .resp-slider-container .slider .item .item-inner .entry-content .entry-meta .entry-comment{padding:0 10px;}.responsive-post-slider5 .resp-slider-container .slider .item .item-inner .entry-content .item-title h4{font-size:14px;}.responsive-post-slider5 .resp-slider-container .slider .item .item-inner .entry-content .item-title h4 a{color:#111;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;}.responsive-post-slider5 .resp-slider-container .slider .item .item-inner .entry-content .item-title h4 a:hover{color:var(--color);-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;}.responsive-post-slider5 .resp-slider-container .slider .item .item-inner .entry-content .description{font-size:12px;line-height:20px;margin-bottom:10px;}.responsive-post-slider5 .resp-slider-container .slider .item .item-inner .entry-content .readmore{color:var(--color);font-size:13px;}.responsive-post-slider5 .resp-slider-container .slider .item .item-inner .entry-content .readmore a{color:var(--color);}.rtl .responsive-post-slider5 .resp-slider-container .slider .item .item-inner .entry-content .readmore i:before{content:"";}.responsive-post-slider5 .res-button{position:absolute;top:0;cursor:pointer;font-size:24px;width:25px;height:25px;text-align:center;line-height:23px;z-index:8;}.responsive-post-slider5 .res-button.slick-next{right:0;}.rtl .responsive-post-slider5 .res-button.slick-next{left:0;right:auto;}.responsive-post-slider5 .res-button.slick-next:before{content:"";font-family:"FontAwesome";color:#004880;}.rtl .responsive-post-slider5 .res-button.slick-next:before{content:"";}.responsive-post-slider5 .res-button.slick-next:hover{-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-o-transition:all .3s ease;-ms-transition:all .3s ease;transition:all .3s ease;}.responsive-post-slider5 .res-button.slick-next:hover:before{color:#0065b3;}.responsive-post-slider5 .res-button.slick-prev{right:30px;}.rtl .responsive-post-slider5 .res-button.slick-prev{left:30px;right:auto;}.responsive-post-slider5 .res-button.slick-prev:before{content:"";font-family:"FontAwesome";color:#004880;}.rtl .responsive-post-slider5 .res-button.slick-prev:before{content:"";}.responsive-post-slider5 .res-button.slick-prev:hover{-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-o-transition:all .3s ease;-ms-transition:all .3s ease;transition:all .3s ease;}.responsive-post-slider5 .res-button.slick-prev:hover:before{color:#0065b3;}.responsive-post-slider5 .res-button{top:7px;background:#ccc;border-radius:50%;font-size:16px;opacity:1;border:0;}.responsive-post-slider5 .res-button:before{line-height:25px;height:auto;}.responsive-post-slider5 .res-button.slick-prev{right:30px;left:auto;}.rtl .responsive-post-slider5 .res-button.slick-prev{left:30px;right:auto;}.responsive-post-slider5 .res-button.slick-prev:before{color:#fff;}.responsive-post-slider5 .res-button.slick-prev:hover{background:#111;}.responsive-post-slider5 .res-button.slick-next{right:0;left:auto;}.rtl .responsive-post-slider5 .res-button.slick-next{left:0;right:auto;}.responsive-post-slider5 .res-button.slick-next:before{color:#fff;}.responsive-post-slider5 .res-button.slick-next:hover{background:#111;}.block-infos{border-radius:4px;border:1px #0065b3 solid;padding:0 15px;border-top:none;margin-bottom:60px;}.block-infos .info{border-bottom:1px #0065b3 solid;padding:15px 0;}.block-infos .info .inner i.fa{font-size:30px;float:left;width:50px;text-align:center;color:var(--color);margin-top:5px;}.rtl .block-infos .info .inner i.fa{float:right;}.block-infos .info .inner .info-cont{overflow:hidden;}.block-infos .info .inner .info-cont span{font-size:14px;color:#111;font-weight:600;text-transform:uppercase;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;}.block-infos .info .inner .info-cont p{font-size:12px;color:#999;text-transform:capitalize;margin-bottom:0;}.block-infos .info:last-child{border-bottom:none;}.block-infos .info:hover .inner .info-cont span{color:var(--color);-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;}.best-selling-product3{margin-bottom:60px;}.best-selling-product3 .box-title h3{font-size:18px;text-transform:uppercase;color:#111;font-weight:600;background:#f0f0f0;padding:15px;margin-bottom:0;}.best-selling-product3 .sale-off,.best-selling-product3 .sw-newlabel,.best-selling-product3 .sw-outstock{display:none;}.best-selling-product3 .wrap-content{border:1px #0065b3 solid;border-top:none;}.best-selling-product3 .wrap-content .item{overflow:hidden;border-bottom:1px #0065b3 solid;}.best-selling-product3 .wrap-content .item .item-wrap{text-align:left;margin:15px 0;padding:0 10px;}.rtl .best-selling-product3 .wrap-content .item .item-wrap{text-align:right;}.best-selling-product3 .wrap-content .item .item-wrap .item-img{width:75px;float:left;margin-right:15px;}.rtl .best-selling-product3 .wrap-content .item .item-wrap .item-img{float:right;margin-right:0;margin-left:15px;}.best-selling-product3 .wrap-content .item .item-wrap .item-content{overflow:hidden;padding-top:16px;}.best-selling-product3 .wrap-content .item .item-wrap .item-content h4{font-size:14px;}.best-selling-product3 .wrap-content .item .item-wrap .item-content .item-price{font-size:14px;}.best-selling-product3 .wrap-content .item .item-wrap .item-content .item-price del{color:#999;text-decoration:line-through;}.best-selling-product3 .wrap-content .item:last-child{border-bottom:none;}.testimonial-slider3{margin-bottom:60px;}.testimonial-slider3 .box-title h3{font-size:18px;text-transform:uppercase;color:#111;font-weight:600;background:#f0f0f0;padding:15px;margin-bottom:0;}.testimonial-slider3 .res-button{opacity:0;}.testimonial-slider3 .res-button.slick-prev{left:auto;}.testimonial-slider3 .res-button.slick-next{left:auto;}.testimonial-slider3 .resp-slider-container{border:1px #0065b3 solid;}.testimonial-slider3 .resp-slider-container .slider .item{padding:30px 15px 0 15px;text-align:center;}.testimonial-slider3 .resp-slider-container .slider .item .image-client{width:100%;float:none;margin-bottom:20px;}.testimonial-slider3 .resp-slider-container .slider .item .image-client img{display:table;margin:0 auto;border:4px #0065b3 solid;border-radius:50%;width:100px;}.testimonial-slider3 .resp-slider-container .slider .item .image-client img:hover{opacity:.8;}.testimonial-slider3 .resp-slider-container .slider .item .client-comment{font-size:12px;color:#111;max-width:800px;margin:0 auto 10px auto;line-height:22px;}.testimonial-slider3 .resp-slider-container .slider .item .name-client h3{font-size:14px;color:#111;text-transform:capitalize;font-weight:600;margin-bottom:9px;}.testimonial-slider3 .resp-slider-container .slick-dots{margin:0 0 20px 0;text-align:center;}.testimonial-slider3 .resp-slider-container .slick-dots li{list-style:none;display:inline-block;vertical-align:top;margin:0 3px;}.testimonial-slider3 .resp-slider-container .slick-dots li button{font-size:0;width:10px;height:10px;padding:0;-webkit-border-radius:50%;-moz-border-radius:50%;-o-border-radius:50%;-ms-border-radius:50%;border-radius:50%;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;background-color:#000;}.testimonial-slider3 .resp-slider-container .slick-dots li button:before{width:0;height:0;font-size:0;}.testimonial-slider3 .resp-slider-container .slick-dots li.slick-active button,.testimonial-slider3 .resp-slider-container .slick-dots li:hover button{background:var(--color);border:1px var(--color) solid;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;}@media (max-width: 1199px){.header-style10 .header-mid .autusin-logo a img{max-width:100%;}}@media (max-width: 991px){.header-style10 #main-menu .primary-menu .resmenu-container .navbar-toggle{border:1px var(--color) solid;border-radius:4px;margin-top:0;}.header-style10 #main-menu .primary-menu .resmenu-container .navbar-toggle .icon-bar{background:var(--color);}}@media (min-width: 768px) and (max-width: 991px){.header-style10 .resmenu-container .menu-responsive-wrapper{top:65px;}.header-style10 .header-mid .main-menu{padding-top:15px;}.header-style10 .header-mid .search-cate{margin-top:28px;}.wp_verticle_autusin .wrapper_vertical_menu{min-width:229px;}}@media (max-width: 767px){.wrapin-flex{display:-webkit-flex;display:-ms-flex;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;}.wrapin-flex .wrapin-flex1{order:1;-webkit-order:1;width:100%;}.wrapin-flex .wrapin-flex2{order:-1;-webkit-order:-1;width:100%;}.header-style10 .header-top .left-header{float:left;width:50%;}.rtl .header-style10 .header-top .left-header{float:right;}.header-style10 .header-top .mid-header{display:none;}.header-style10 .header-top .right-header2{float:right;width:50%;}.rtl .header-style10 .header-top .right-header2{float:left;}.header-style10 .header-mid{padding:15px !important;}.header-style10 .header-mid .autusin-logo a img{max-width:170px;}.header-style10 .header-mid #main-menu{padding:0;}.header-style10 .header-mid #main-menu .primary-menu .resmenu-container .navbar-toggle{margin:0;}.header-style10 .header-mid .search-cate{margin-top:0;}.header-style10 .sticky-menu{position:relative;top:auto;left:auto;}.block-infos{display:none;}.home-style10 .wp_verticle_autusin{display:none;}}@media (max-width: 640px){.header-style10 .header-top .right-header2,.header-style10 .header-top .left-header{width:auto;}}.home-style11 .wpb_revslider_element{margin-bottom:30px;}.home-style11 .sw-brand-container-slider{margin:0;}.home-style11 .see-more{color:#fff;}.home-style11 .elementor-section.elementor-section-boxed>.elementor-container{max-width:1200px;}.home-style11 .box-search1 .elementor-container{background:var(--color);opacity:.8;max-width:1170px !important;}.header-style11{border-bottom:1px #0065b3 solid;}.home-style11 .header-style11{border-bottom:none;}.header-style11 .my-account:after{content:"";height:20px;width:100%;position:absolute;bottom:-20px;left:0;background:transparent;}.header-style11 .swe-woo-cart .swe-wrap-cart-head .swe-cart-icon{height:auto;width:auto;}.header-style11 .swe-woo-cart .swe-wrap-cart-head .swe-cart-icon i{top:auto;right:auto;transform:none;position:relative;}.header-style11 .swe-woo-cart .swe-wrap-cart-head .swe-cart-icon .swe-cart-count{position:relative;left:auto;right:auto;top:auto;transform:none;}.rtl .header-style11 .swe-woo-cart .swe-wrap-cart-head .swe-cart-icon{padding-right:0;}.header-style11 .swe-woo-cart ul.woocommerce-mini-cart li .quantity{margin-top:20px;}.header-style11 .swe-woo-cart ul.woocommerce-mini-cart li{padding:20px 0;}.header-style11 .header-top{background:#fff;min-height:43px;border-bottom:1px #0065b3 solid;}.header-style11 .header-top .left-header{margin:11px 0;}.header-style11 .header-top .left-header a{color:#111;}.header-style11 .header-top .mid-header{margin-top:13px;text-transform:uppercase;font-size:12px;text-align:center;color:#545454;font-weight:600;}.header-style11 .header-top .right-header2{padding-top:5px;}.header-style11 .header-top .right-header2 .sw-autusin-account{margin:0;}.header-style11 .header-top .right-header2 .sw-autusin-account:before{display:none;}.header-style11 .header-top .right-header2 .sw-autusin-account i.fa{color:#545454;padding:9px;font-size:14px;}.header-style11 .header-top .right-header2 .wishlist{padding:6px;position:relative;margin:0 10px;}.header-style11 .header-top .right-header2 .wishlist:before{content:"";height:12px;width:1px;background:#545454;position:absolute;top:10px;left:-6px;}.header-style11 .header-top .right-header2 .wishlist:after{content:"";height:12px;width:1px;background:#545454;position:absolute;top:10px;right:-6px;}.header-style11 .top-form.top-form-minicart .top-minicart-icon a{padding:5px 0;display:inline-block;vertical-align:top;}.header-style11 .top-form.top-form-minicart .top-minicart-icon a i.fa{padding:0 5px;}.header-style11 .header-mid{padding:22px 0 24px 0;}.header-style11 .header-mid .mid-header{text-align:center;}.header-style11 .header-mid .mid-header .autusin-logo{margin:8px 0;}.header-style11 .header-mid .mid-header .autusin-logo a{display:inline-block;vertical-align:top;}.header-style11 .header-mid .mid-header .autusin-logo a img{margin:0 auto;max-width:225px;}.header-style11 .header-mid .search-cate{margin-top:1px;}.header-style11 .header-mid .search-cate .top-form.top-search{width:270px;position:relative;display:block;top:18px;font-size:12px;z-index:98;}.rtl .header-style11 .header-mid .search-cate .top-form.top-search{float:left;}.header-style11 .header-mid .search-cate .top-form.top-search .topsearch-entry{padding-left:0;}.rtl .header-style11 .header-mid .search-cate .top-form.top-search .topsearch-entry{padding-right:0;}.header-style11 .header-mid .search-cate .top-form.top-search .topsearch-entry .icon-loading.loading{right:95px;}.header-style11 .header-mid .search-cate .top-form.top-search .topsearch-entry .cat-wrapper{display:none;}.header-style11 .header-mid .search-cate .top-form.top-search .topsearch-entry input{background:#fff;height:35px;line-height:35px;padding:0 5px;border-radius:0;border-bottom:1px #111 solid;}.header-style11 .header-mid .search-cate .top-form.top-search .topsearch-entry .button-search-pro{background-color:#fff;padding:0 5px;text-align:right;border-radius:0;height:35px;line-height:35px;color:#222;border-bottom:1px #111 solid;}.rtl .header-style11 .header-mid .search-cate .top-form.top-search .topsearch-entry .button-search-pro{text-align:left;}.header-style11 .header-mid .search-cate .top-form.top-search .topsearch-entry .button-search-pro:hover{color:var(--color);}.header-style11 .header-mid .search-cate .top-form.top-search .topsearch-entry .button-search-pro:hover:before{color:var(--color);}.header-style11 #lang_sel > ul.nav{margin-left:0;}.rtl .header-style11 #lang_sel > ul.nav{margin-right:0;}.header-style11 #lang_sel > ul.nav > li{padding:10px 0 6px 0;}.header-style11 #lang_sel > ul.nav > li > a{padding-left:0;}.rtl .header-style11 #lang_sel > ul.nav > li > a{padding-right:0;}.rtl .header-style11 .currency_w{margin:0 20px 0 0;}.header-style11 .currency_w > li{padding:10px 0 6px 0;}.header-style11 .currency_w > li:before{position:absolute;top:12px;left:0;width:1px;height:12px;background:#999;content:"";}.rtl .header-style11 .currency_w > li:before{left:auto;right:0;}.header-style11 .main-menu{text-align:center;}.header-style11 .sticky-menu{position:fixed;box-shadow:0px 0px 2px 1px #999;z-index:99;background:#fff;padding:2px 0;}.elementor-4898 .elementor-element.elementor-element-ab15a52{padding:10px 0;}.countdown-slider8{margin-bottom:50px;}.countdown-slider8 .box-title{text-align:center;margin-bottom:20px;}.countdown-slider8 .box-title h3{font-size:24px;text-transform:uppercase;color:#111;font-weight:bold;position:relative;margin-bottom:15px;}.countdown-slider8 .box-title h3:before{content:"";left:0;right:0;bottom:50%;position:absolute;height:2px;background:#ccc;}.countdown-slider8 .box-title h3 span{position:relative;display:inline-block;vertical-align:top;padding:0 20px;z-index:2;background:#fff;}.countdown-slider8 .box-title .slider-description{max-width:500px;padding:0 15px;margin:0 auto;}.countdown-slider8 .resp-slider-container .slider{margin:0 -15px;}.countdown-slider8 .resp-slider-container .slider .item{padding:0 15px;}.countdown-slider8 .resp-slider-container .slider .item .item-wrap2 .item-detail{border:none;}.countdown-slider8 .resp-slider-container .slider .item .item-wrap2 .item-detail .products-thumb{border:1px #ccc solid;margin-bottom:10px;}.countdown-slider8 .resp-slider-container .slider .item .item-wrap2 .item-detail .products-thumb .item-countdown{position:absolute;left:0;bottom:20px;width:100%;padding:0 10px;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;}.rtl .countdown-slider8 .resp-slider-container .slider .item .item-wrap2 .item-detail .products-thumb .item-countdown{left:auto;right:0;}.countdown-slider8 .resp-slider-container .slider .item .item-wrap2 .item-detail .products-thumb .item-countdown .countdown-row .countdown-section{display:inline-block;vertical-align:top;width:44px;background:var(--color);padding:4px 0;border:none;border-radius:4px;margin:0 3px;}.countdown-slider8 .resp-slider-container .slider .item .item-wrap2 .item-detail .products-thumb .item-countdown .countdown-row .countdown-section span{display:block;}.countdown-slider8 .resp-slider-container .slider .item .item-wrap2 .item-detail .products-thumb .item-countdown .countdown-row .countdown-section .countdown-amount{font-size:16px;color:#fff;}.countdown-slider8 .resp-slider-container .slider .item .item-wrap2 .item-detail .products-thumb .item-countdown .countdown-row .countdown-section .countdown-period{font-size:12px;color:#fff;text-transform:capitalize;}.countdown-slider8 .resp-slider-container .slider .item .item-wrap2 .item-detail .sale-off{background:var(--color);height:24px;line-height:24px;border-radius:0;width:50px;}.countdown-slider8 .resp-slider-container .slider .item .item-wrap2 .item-detail .sw-newlabel{height:24px;line-height:24px;border-radius:0;width:50px;}.countdown-slider8 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content{padding:0 0 20px 0;text-align:left;}.rtl .countdown-slider8 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content{text-align:right;}.countdown-slider8 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content h4{margin:15px 0 5px 0;}.countdown-slider8 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content h4 a{font-size:16px;text-transform:uppercase;}.countdown-slider8 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content h4 a:after{display:none;}.countdown-slider8 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-price{font-size:17px;}.countdown-slider8 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-price del{font-size:16px;}.countdown-slider8 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom a.ajax_add_to_cart,.countdown-slider8 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .add_to_cart_button,.countdown-slider8 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_variable,.countdown-slider8 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_external,.countdown-slider8 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_grouped{background:#fff !important;}.countdown-slider8 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom a.ajax_add_to_cart:before,.countdown-slider8 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .add_to_cart_button:before,.countdown-slider8 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_variable:before,.countdown-slider8 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_external:before,.countdown-slider8 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_grouped:before{font-family:"FontAwesome";font-size:13px;content:"";}.countdown-slider8 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom a.ajax_add_to_cart.loading,.countdown-slider8 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .add_to_cart_button.loading,.countdown-slider8 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_variable.loading,.countdown-slider8 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_external.loading,.countdown-slider8 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_grouped.loading{background-color:var(--color);}.countdown-slider8 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom a.ajax_add_to_cart.loading:before,.countdown-slider8 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .add_to_cart_button.loading:before,.countdown-slider8 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_variable.loading:before,.countdown-slider8 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_external.loading:before,.countdown-slider8 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_grouped.loading:before{left:0 !important;}.countdown-slider8 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom a.ajax_add_to_cart.added,.countdown-slider8 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .add_to_cart_button.added,.countdown-slider8 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_variable.added,.countdown-slider8 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_external.added,.countdown-slider8 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_grouped.added{background-color:var(--color) !important;}.countdown-slider8 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom a.ajax_add_to_cart.added:before,.countdown-slider8 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .add_to_cart_button.added:before,.countdown-slider8 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_variable.added:before,.countdown-slider8 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_external.added:before,.countdown-slider8 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_grouped.added:before{color:#fff;}.countdown-slider8 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom a.ajax_add_to_cart,.countdown-slider8 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .add_to_cart_button,.countdown-slider8 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_variable,.countdown-slider8 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_external,.countdown-slider8 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_grouped,.countdown-slider8 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a,.countdown-slider8 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,.countdown-slider8 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a,.countdown-slider8 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .compare-button a,.countdown-slider8 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .sw-quickview{color:#222;background-color:#fff;-webkit-border-radius:0;-moz-border-radius:0;-o-border-radius:0;-ms-border-radius:0;border-radius:0;min-width:35px;height:35px;line-height:35px;box-shadow:0px 1px 4px 1px #eee;}.countdown-slider8 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom a.ajax_add_to_cart:before,.countdown-slider8 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .add_to_cart_button:before,.countdown-slider8 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_variable:before,.countdown-slider8 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_external:before,.countdown-slider8 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_grouped:before,.countdown-slider8 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:before,.countdown-slider8 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,.countdown-slider8 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before,.countdown-slider8 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .compare-button a:before,.countdown-slider8 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .sw-quickview:before{left:11px;color:#222;}.rtl .countdown-slider8 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom a.ajax_add_to_cart:before,.rtl .countdown-slider8 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .add_to_cart_button:before,.rtl .countdown-slider8 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_variable:before,.rtl .countdown-slider8 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_external:before,.rtl .countdown-slider8 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_grouped:before,.rtl .countdown-slider8 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:before,.rtl .countdown-slider8 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,.rtl .countdown-slider8 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before,.rtl .countdown-slider8 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .compare-button a:before,.rtl .countdown-slider8 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .sw-quickview:before{left:auto;right:11px;}.countdown-slider8 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom a.ajax_add_to_cart:hover,.countdown-slider8 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .add_to_cart_button:hover,.countdown-slider8 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_variable:hover,.countdown-slider8 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_external:hover,.countdown-slider8 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_grouped:hover,.countdown-slider8 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover,.countdown-slider8 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover,.countdown-slider8 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover,.countdown-slider8 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .compare-button a:hover,.countdown-slider8 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .sw-quickview:hover{background-color:var(--color) !important;color:#fff;min-width:35px;}.countdown-slider8 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom a.ajax_add_to_cart:hover:before,.countdown-slider8 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .add_to_cart_button:hover:before,.countdown-slider8 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_variable:hover:before,.countdown-slider8 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_external:hover:before,.countdown-slider8 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_grouped:hover:before,.countdown-slider8 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover:before,.countdown-slider8 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover:before,.countdown-slider8 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover:before,.countdown-slider8 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .compare-button a:hover:before,.countdown-slider8 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .sw-quickview:hover:before{color:#fff;}.countdown-slider8 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-wishlistaddedbrowse.show a,.countdown-slider8 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-wishlistexistsbrowse.show a{background:var(--color) !important;}.countdown-slider8 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-wishlistaddedbrowse.show a:before,.countdown-slider8 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-wishlistexistsbrowse.show a:before{color:#fff;}.countdown-slider8 .resp-slider-container .slider .item .item-wrap2:hover .item-detail{border:none;}.sw-woo-tab-style5{margin-bottom:50px;}.sw-woo-tab-style5 .description{text-align:center;margin-bottom:25px;}.sw-woo-tab-style5 .description p{max-width:500px;padding:0 15px;margin:0 auto;}.sw-woo-tab-style5 .nav-tabs-select{overflow:initial;text-align:center;position:relative;}.sw-woo-tab-style5 .nav-tabs-select:before{content:"";left:0;right:0;bottom:63%;position:absolute;height:2px;background:#ccc;}.sw-woo-tab-style5 .nav-tabs-select ul.nav-tabs{border:none;margin:0 0 15px 0;display:inline-block;vertical-align:text-bottom;background:#fff;z-index:2;position:relative;}.sw-woo-tab-style5 .nav-tabs-select ul.nav-tabs li{margin:0;display:inline-block;vertical-align:top;float:none;position:relative;}.sw-woo-tab-style5 .nav-tabs-select ul.nav-tabs li:before{content:"";font-size:16px;color:#c1c1c1;position:absolute;right:-8px;top:8px;font-family:"FontAwesome";-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;}.rtl .sw-woo-tab-style5 .nav-tabs-select ul.nav-tabs li:before{right:auto;left:-8px;}.sw-woo-tab-style5 .nav-tabs-select ul.nav-tabs li > a{border:0;font-size:24px;color:#c1c1c1;text-transform:uppercase;font-weight:bold;padding:0 20px;border-radius:0;margin:0;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;}.sw-woo-tab-style5 .nav-tabs-select ul.nav-tabs li.active> a,.sw-woo-tab-style5 .nav-tabs-select ul.nav-tabs li:hover >a{color:#111;background:transparent;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;}.sw-woo-tab-style5 .nav-tabs-select ul.nav-tabs li.active:before,.sw-woo-tab-style5 .nav-tabs-select ul.nav-tabs li:hover:before{color:#111;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;}.sw-woo-tab-style5 .nav-tabs-select ul.nav-tabs li:last-child:before{display:none;}.sw-woo-tab-style5 .tab-pane{display:block;height:0;overflow:hidden;}.sw-woo-tab-style5 .tab-pane .slick-arrow{height:40px;width:40px;border:1px solid #eee;border-radius:50%;background-color:#fff;top:50%;opacity:0;}.sw-woo-tab-style5 .tab-pane .slick-arrow:before{line-height:35px;}.sw-woo-tab-style5 .tab-pane .slick-arrow:hover{background-color:var(--color);border-color:var(--color);color:#fff;}.sw-woo-tab-style5 .tab-pane.active{height:auto;overflow:visible;position:relative;}.sw-woo-tab-style5 .tab-pane.active .slick-arrow{opacity:1;top:50%;}.sw-woo-tab-style5 .resp-slider-container .slider{margin:0 -15px;}.sw-woo-tab-style5 .resp-slider-container .slider .item{padding:0 15px;}.sw-woo-tab-style5 .resp-slider-container .slider .item .item-wrap2 .item-detail{border:none;}.sw-woo-tab-style5 .resp-slider-container .slider .item .item-wrap2 .item-detail .products-thumb{border:1px #0065b3 solid;margin-bottom:10px;}.sw-woo-tab-style5 .resp-slider-container .slider .item .item-wrap2 .item-detail .sale-off{background:var(--color);height:24px;line-height:24px;border-radius:0;width:50px;}.sw-woo-tab-style5 .resp-slider-container .slider .item .item-wrap2 .item-detail .sw-newlabel{height:24px;line-height:24px;border-radius:0;width:50px;}.sw-woo-tab-style5 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content{padding:0 0 20px 0;text-align:left;}.rtl .sw-woo-tab-style5 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content{text-align:right;}.sw-woo-tab-style5 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content h4{margin:15px 0 5px 0;}.sw-woo-tab-style5 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content h4 a{font-size:16px;text-transform:uppercase;}.sw-woo-tab-style5 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content h4 a:after{display:none;}.sw-woo-tab-style5 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-price{font-size:17px;}.sw-woo-tab-style5 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-price del{font-size:16px;}.sw-woo-tab-style5 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom a.ajax_add_to_cart,.sw-woo-tab-style5 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .add_to_cart_button,.sw-woo-tab-style5 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_external,.sw-woo-tab-style5 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_variable,.sw-woo-tab-style5 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_grouped{background:#fff !important;}.sw-woo-tab-style5 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom a.ajax_add_to_cart:before,.sw-woo-tab-style5 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .add_to_cart_button:before,.sw-woo-tab-style5 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_external:before,.sw-woo-tab-style5 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_variable:before,.sw-woo-tab-style5 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_grouped:before{font-family:"FontAwesome";font-size:13px;content:"";}.sw-woo-tab-style5 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom a.ajax_add_to_cart.loading,.sw-woo-tab-style5 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .add_to_cart_button.loading,.sw-woo-tab-style5 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_external.loading,.sw-woo-tab-style5 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_variable.loading,.sw-woo-tab-style5 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_grouped.loading{background-color:var(--color);}.sw-woo-tab-style5 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom a.ajax_add_to_cart.loading:before,.sw-woo-tab-style5 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .add_to_cart_button.loading:before,.sw-woo-tab-style5 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_external.loading:before,.sw-woo-tab-style5 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_variable.loading:before,.sw-woo-tab-style5 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_grouped.loading:before{left:0 !important;}.sw-woo-tab-style5 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom a.ajax_add_to_cart.added,.sw-woo-tab-style5 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .add_to_cart_button.added,.sw-woo-tab-style5 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_external.added,.sw-woo-tab-style5 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_variable.added,.sw-woo-tab-style5 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_grouped.added{background-color:var(--color) !important;}.sw-woo-tab-style5 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom a.ajax_add_to_cart.added:before,.sw-woo-tab-style5 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .add_to_cart_button.added:before,.sw-woo-tab-style5 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_external.added:before,.sw-woo-tab-style5 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_variable.added:before,.sw-woo-tab-style5 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_grouped.added:before{color:#fff;}.sw-woo-tab-style5 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom a.ajax_add_to_cart,.sw-woo-tab-style5 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .add_to_cart_button,.sw-woo-tab-style5 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_external,.sw-woo-tab-style5 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_variable,.sw-woo-tab-style5 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_grouped,.sw-woo-tab-style5 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a,.sw-woo-tab-style5 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,.sw-woo-tab-style5 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a,.sw-woo-tab-style5 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .compare-button a,.sw-woo-tab-style5 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .sw-quickview{color:#222;background-color:#fff;-webkit-border-radius:0;-moz-border-radius:0;-o-border-radius:0;-ms-border-radius:0;border-radius:0;min-width:35px;height:35px;line-height:35px;box-shadow:0px 1px 4px 1px #eee;}.sw-woo-tab-style5 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom a.ajax_add_to_cart:before,.sw-woo-tab-style5 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .add_to_cart_button:before,.sw-woo-tab-style5 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_external:before,.sw-woo-tab-style5 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_variable:before,.sw-woo-tab-style5 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_grouped:before,.sw-woo-tab-style5 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:before,.sw-woo-tab-style5 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,.sw-woo-tab-style5 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before,.sw-woo-tab-style5 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .compare-button a:before,.sw-woo-tab-style5 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .sw-quickview:before{left:11px;color:#222;}.rtl .sw-woo-tab-style5 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom a.ajax_add_to_cart:before,.rtl .sw-woo-tab-style5 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .add_to_cart_button:before,.rtl .sw-woo-tab-style5 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_external:before,.rtl .sw-woo-tab-style5 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_variable:before,.rtl .sw-woo-tab-style5 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_grouped:before,.rtl .sw-woo-tab-style5 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:before,.rtl .sw-woo-tab-style5 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,.rtl .sw-woo-tab-style5 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before,.rtl .sw-woo-tab-style5 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .compare-button a:before,.rtl .sw-woo-tab-style5 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .sw-quickview:before{left:auto;right:11px;}.sw-woo-tab-style5 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom a.ajax_add_to_cart:hover,.sw-woo-tab-style5 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .add_to_cart_button:hover,.sw-woo-tab-style5 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_external:hover,.sw-woo-tab-style5 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_variable:hover,.sw-woo-tab-style5 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_grouped:hover,.sw-woo-tab-style5 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover,.sw-woo-tab-style5 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover,.sw-woo-tab-style5 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover,.sw-woo-tab-style5 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .compare-button a:hover,.sw-woo-tab-style5 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .sw-quickview:hover{background-color:var(--color) !important;color:#fff;min-width:35px;}.sw-woo-tab-style5 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom a.ajax_add_to_cart:hover:before,.sw-woo-tab-style5 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .add_to_cart_button:hover:before,.sw-woo-tab-style5 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_external:hover:before,.sw-woo-tab-style5 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_variable:hover:before,.sw-woo-tab-style5 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_grouped:hover:before,.sw-woo-tab-style5 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover:before,.sw-woo-tab-style5 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover:before,.sw-woo-tab-style5 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover:before,.sw-woo-tab-style5 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .compare-button a:hover:before,.sw-woo-tab-style5 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .sw-quickview:hover:before{color:#fff;}.sw-woo-tab-style5 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-wishlistaddedbrowse.show a,.sw-woo-tab-style5 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-wishlistexistsbrowse.show a{background:var(--color) !important;}.sw-woo-tab-style5 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-wishlistaddedbrowse.show a:before,.sw-woo-tab-style5 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-wishlistexistsbrowse.show a:before{color:#fff;}.sw-woo-tab-style5 .resp-slider-container .slider .item .item-wrap2:hover .item-detail{border:none;}.responsive-post-slider6{margin-bottom:50px;}.responsive-post-slider6 .box-title{text-align:center;margin-bottom:20px;}.responsive-post-slider6 .box-title h3{font-size:24px;text-transform:uppercase;color:#111;font-weight:bold;position:relative;margin-bottom:15px;}.responsive-post-slider6 .box-title h3:before{content:"";left:0;right:0;bottom:50%;position:absolute;height:2px;background:#ccc;}.responsive-post-slider6 .box-title h3 span{position:relative;display:inline-block;vertical-align:top;padding:0 20px;z-index:2;background:#fff;}.responsive-post-slider6 .box-title .slider-description{max-width:500px;padding:0 15px;margin:0 auto;}.responsive-post-slider6 .box-title{margin-bottom:30px;}.responsive-post-slider6 .res-button.slick-next{left:auto;}.responsive-post-slider6 .resp-slider-container .slider{margin:0 -15px;}.responsive-post-slider6 .resp-slider-container .slider .item{padding:0 15px;}.responsive-post-slider6 .resp-slider-container .slider .item .item-detail .img_over{position:relative;overflow:hidden;}.responsive-post-slider6 .resp-slider-container .slider .item .item-detail .img_over a img{width:100%;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;}.responsive-post-slider6 .resp-slider-container .slider .item .item-detail .img_over:hover a img{-webkit-transform:scale(1.05);-moz-transform:scale(1.05);-o-transform:scale(1.05);-ms-transform:scale(1.05);transform:scale(1.05);-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;}.responsive-post-slider6 .resp-slider-container .slider .item .item-detail .entry-content{padding:20px 0;text-align:left;overflow:hidden;}.rtl .responsive-post-slider6 .resp-slider-container .slider .item .item-detail .entry-content{text-align:right;}.responsive-post-slider6 .resp-slider-container .slider .item .item-detail .entry-content h4{font-size:16px;font-weight:600;}.responsive-post-slider6 .resp-slider-container .slider .item .item-detail .entry-content h4 a{text-transform:uppercase;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;}.responsive-post-slider6 .resp-slider-container .slider .item .item-detail .entry-content h4 a:hover{-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;}.responsive-post-slider6 .resp-slider-container .slider .item .item-detail .entry-content .entry-meta{font-size:12px;color:#999;margin-bottom:15px;}.responsive-post-slider6 .resp-slider-container .slider .item .item-detail .entry-content .entry-meta a{color:#999;}.responsive-post-slider6 .resp-slider-container .slider .item .item-detail .entry-content .entry-meta .entry-author,.responsive-post-slider6 .resp-slider-container .slider .item .item-detail .entry-content .entry-meta .entry-comment{display:inline-block;vertical-align:top;}.responsive-post-slider6 .resp-slider-container .slider .item .item-detail .entry-content .description{font-size:14px;margin-bottom:10px;}.responsive-post-slider6 .resp-slider-container .slider .item .item-detail .entry-content .readmore{font-size:14px;font-style:italic;font-weight:600;color:var(--color);}.responsive-post-slider6 .resp-slider-container .slider .item .item-detail .entry-content .readmore a{color:var(--color);}.responsive-post-slider6 .resp-slider-container .slider .item .item-detail .entry-content .readmore i{margin:0 10px;}.rtl .responsive-post-slider6 .resp-slider-container .slider .item .item-detail .entry-content .readmore i.fa:before{content:"";}.sw-instagram-listing{text-align:center;}.sw-instagram-listing h3{margin-bottom:10px;font-weight:bold;font-size:24px;color:#111;}.sw-instagram-listing .box-description{margin-bottom:30px;}.sw-instagram-listing .resp-instagram-wrapper{margin:0 -5px;display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;}.sw-instagram-listing .resp-instagram-wrapper .fa-instagram{display:none;}.sw-instagram-listing .resp-instagram-wrapper .item-large{width:40%;padding:0 5px;}.sw-instagram-listing .resp-instagram-wrapper .item-small-wrapper{width:60%;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap;display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;}.sw-instagram-listing .resp-instagram-wrapper .item-small-wrapper .item.item-small{width:33.3%;padding:0 5px 10px 5px;}.sw-instagram-listing .resp-instagram-wrapper .item a{display:inline-block;vertical-align:middle;transform:perspective(1px) translateZ(0);position:relative;}.sw-instagram-listing .resp-instagram-wrapper .item a:hover:after{transform:scaleY(1);}.sw-instagram-listing .resp-instagram-wrapper .item a:after{content:"";position:absolute;z-index:-1;z-index:2;top:0;bottom:0;left:0;right:0;background:rgba(233,222,222,.2);transform:scaleY(0);transform-origin:50%;transition-property:transform;transition-duration:.3s;transition-timing-function:ease-out;}.bundle-slider{margin-bottom:50px;}.bundle-slider .box-title{text-align:center;margin-bottom:20px;}.bundle-slider .box-title h3{font-size:24px;text-transform:uppercase;color:#111;font-weight:bold;position:relative;margin-bottom:15px;}.bundle-slider .box-title h3:before{content:"";left:0;right:0;bottom:50%;position:absolute;height:2px;background:#ccc;}.bundle-slider .box-title h3 span{position:relative;display:inline-block;vertical-align:top;padding:0 20px;z-index:2;background:#fff;}.bundle-slider .box-title .slider-description{max-width:500px;padding:0 15px;margin:0 auto;}.bundle-slider .resp-slider-container .slider{margin:0 -15px;}.bundle-slider .resp-slider-container .slider .item-product-bund .item-wrap .item-detail .item-top-product{width:50%;float:left;position:relative;padding:0 15px;}.rtl .bundle-slider .resp-slider-container .slider .item-product-bund .item-wrap .item-detail .item-top-product{float:right;}.bundle-slider .resp-slider-container .slider .item-product-bund .item-wrap .item-detail .item-top-product .products-thumb a img{width:100%;-webkit-transform:scale(1);-moz-transform:scale(1);-o-transform:scale(1);-ms-transform:scale(1);transform:scale(1);-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;}.bundle-slider .resp-slider-container .slider .item-product-bund .item-wrap .item-detail .item-top-product .products-thumb:hover a img{-webkit-transform:scale(1.05);-moz-transform:scale(1.05);-o-transform:scale(1.05);-ms-transform:scale(1.05);transform:scale(1.05);-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;}.bundle-slider .resp-slider-container .slider .item-product-bund .item-wrap .item-detail .item-top-product .products-thumb .sale-off{background:var(--color);height:80px;line-height:80px;border-radius:50%;width:80px;font-size:24px;}.bundle-slider .resp-slider-container .slider .item-product-bund .item-wrap .item-detail .item-top-product .products-thumb .sw-newlabel{height:80px;line-height:80px;border-radius:50%;width:80px;font-size:24px;}.bundle-slider .resp-slider-container .slider .item-product-bund .item-wrap .item-detail .item-top-product .item-content{overflow:hidden;background:rgba(0,0,0,.4);padding:20px 30px;position:absolute;bottom:0;left:15px;right:15px;}.bundle-slider .resp-slider-container .slider .item-product-bund .item-wrap .item-detail .item-top-product .item-content h4{font-size:20px;text-transform:uppercase;font-weight:600;}.bundle-slider .resp-slider-container .slider .item-product-bund .item-wrap .item-detail .item-top-product .item-content h4 a{color:#fff;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;}.bundle-slider .resp-slider-container .slider .item-product-bund .item-wrap .item-detail .item-top-product .item-content h4 a:hover{color:var(--color);-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;}.bundle-slider .resp-slider-container .slider .item-product-bund .item-wrap .item-detail .item-top-product .item-content .item-price{float:left;font-size:20px;}.bundle-slider .resp-slider-container .slider .item-product-bund .item-wrap .item-detail .item-top-product .item-content .item-price del{color:#333;text-decoration:line-through;font-size:16px;}.rtl .bundle-slider .resp-slider-container .slider .item-product-bund .item-wrap .item-detail .item-top-product .item-content .item-price{float:right;}.bundle-slider .resp-slider-container .slider .item-product-bund .item-wrap .item-detail .item-top-product .item-content .item-bottom{float:right;margin-top:-10px;}.rtl .bundle-slider .resp-slider-container .slider .item-product-bund .item-wrap .item-detail .item-top-product .item-content .item-bottom{float:left;}.bundle-slider .resp-slider-container .slider .item-product-bund .item-wrap .item-detail .item-top-product .item-content .item-bottom a{height:35px;line-height:35px;display:inline-block;vertical-align:top;padding:0 20px;color:#fff;background:#111;text-transform:uppercase;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;}.bundle-slider .resp-slider-container .slider .item-product-bund .item-wrap .item-detail .item-top-product .item-content .item-bottom a:hover{background:var(--color);-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;}.bundle-slider .resp-slider-container .slider .item-product-bund .item-wrap .item-detail .item-pack{width:50%;float:left;}.rtl .bundle-slider .resp-slider-container .slider .item-product-bund .item-wrap .item-detail .item-pack{float:right;}.bundle-slider .resp-slider-container .slider .item-product-bund .item-wrap .item-detail .item-pack .boxinfo-wrapper{width:50%;float:left;padding:0 15px;margin-bottom:41px;}.rtl .bundle-slider .resp-slider-container .slider .item-product-bund .item-wrap .item-detail .item-pack .boxinfo-wrapper{float:right;}.bundle-slider .resp-slider-container .slider .item-product-bund .item-wrap .item-detail .item-pack .boxinfo-wrapper .boxinfo-box{border:1px #0065b3 solid;position:relative;}.bundle-slider .resp-slider-container .slider .item-product-bund .item-wrap .item-detail .item-pack .boxinfo-wrapper .thumbnail-wrapper img{width:100%;}.bundle-slider .resp-slider-container .slider .item-product-bund .item-wrap .item-detail .item-pack .boxinfo-wrapper .boxinfo-bot{text-align:center;position:absolute;bottom:1px;left:0;right:0;padding:15px 0;}.bundle-slider .resp-slider-container .slider .item-product-bund .item-wrap .item-detail .item-pack .boxinfo-wrapper .boxinfo-bot h3{font-size:16px;opacity:0;visibility:hidden;text-transform:capitalize;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;}.bundle-slider .resp-slider-container .slider .item-product-bund .item-wrap .item-detail .item-pack .boxinfo-wrapper .boxinfo-bot h3 a{color:#fff;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;}.bundle-slider .resp-slider-container .slider .item-product-bund .item-wrap .item-detail .item-pack .boxinfo-wrapper .boxinfo-bot h3 a:hover{color:var(--color);-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;}.bundle-slider .resp-slider-container .slider .item-product-bund .item-wrap .item-detail .item-pack .boxinfo-wrapper .boxinfo-bot .item-price{font-size:17px;}.bundle-slider .resp-slider-container .slider .item-product-bund .item-wrap .item-detail .item-pack .boxinfo-wrapper .boxinfo-bot .item-price del{color:#333;text-decoration:line-through;}.bundle-slider .resp-slider-container .slider .item-product-bund .item-wrap .item-detail .item-pack .boxinfo-wrapper .boxinfo-bot:hover{background:rgba(0,0,0,.4);}.bundle-slider .resp-slider-container .slider .item-product-bund .item-wrap .item-detail .item-pack .boxinfo-wrapper .boxinfo-bot:hover h3{opacity:1;visibility:visible;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;}.form-new3{text-align:center;margin:30px 0 50px 0 !important;}.form-new3 h3{font-size:18px;text-transform:uppercase;color:#111;}.form-new3 .des{font-size:14px;color:#666;margin-bottom:15px;}.form-new3 .mc4wp-form p{margin-bottom:0;}.form-new3 .mc4wp-form .mc4wp-form-fields{overflow:hidden;max-width:460px;margin:0 auto;}.form-new3 .mc4wp-form input[type="email"]{border:none;border-radius:0;color:#8c8c8c;font-size:12px;height:45px;line-height:45px;padding:0 15px;width:75%;float:left;}.rtl .form-new3 .mc4wp-form input[type="email"]{float:right;}.form-new3 .mc4wp-form .frm-submit{border:none;border-radius:0;width:25%;font-size:12px;padding:0;background:#0d0d0d;height:45px;line-height:45px;color:#fff;text-transform:uppercase;text-align:center;float:left;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;}.rtl .form-new3 .mc4wp-form .frm-submit{float:right;}.form-new3 .mc4wp-form .frm-submit:before{display:none;}.form-new3 .mc4wp-form .frm-submit:hover{color:var(--color);-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;}.form-new3 .mc4wp-form .mc4wp-success{color:#111;}.form-new3.style2 h3,.form-new3.style2 .des{color:#fff;}.form-new3.style2 .mc4wp-form input[type="email"]{color:#fff;}.form-new3.style2 .mc4wp-form .frm-submit{background:var(--color);}.form-new3.style2 .mc4wp-form .frm-submit:hover{background:#111;}@media (max-width: 991px){.header-style11 .header-top .mid-header{font-size:11px;}.header-style11 .header-mid .search-cate .top-form.top-search{width:100%;}.header-style11 #main-menu .primary-menu .resmenu-container .navbar-toggle .icon-bar{background:#111;}.sw-woo-tab-style5 .nav-tabs-select ul.nav-tabs li a{font-size:20px;}.sw-woo-tab-style5 .nav-tabs-select ul.nav-tabs li:before{top:5px;}}@media (max-width: 767px){.header-style11 .header-top .left-header,.header-style11 .header-top .mid-header{display:none;}.header-style11 .header-top .right-header2{text-align:center;}.header-style11 .header-top .right-header2 .widget,.header-style11 .header-top .right-header2 .sw-autusin-account{float:none;display:inline-block;vertical-align:top;}.header-style11 .header-mid{padding:0;text-align:center;}.header-style11 .header-mid .left-header{margin-top:5px;}.header-style11 .header-mid .left-header .widget_text,.header-style11 .header-mid .left-header .widget{float:none;display:inline-block;vertical-align:top;}.header-style11 .header-mid .search-cate .top-form.top-search{top:0;margin-top:10px;}.header-style11 .header-bottom.sticky-menu{position:relative;top:auto;left:auto;padding:0;}.header-style11 .resmenu-container .menu-responsive-wrapper{top:45px;}.countdown-slider8 .resp-slider-container .slider .item .item-wrap2 .item-detail .products-thumb .item-countdown{padding:0;}.bundle-slider .resp-slider-container .slider .item-product-bund .item-wrap .item-detail .item-top-product,.bundle-slider .resp-slider-container .slider .item-product-bund .item-wrap .item-detail .item-pack{width:100%;float:none;}.rtl .bundle-slider .resp-slider-container .slider .item-product-bund .item-wrap .item-detail .item-top-product,.rtl .bundle-slider .resp-slider-container .slider .item-product-bund .item-wrap .item-detail .item-pack{width:100%;float:none;}.bundle-slider .resp-slider-container .slider .item-product-bund .item-wrap .item-detail .item-top-product,.bundle-slider .resp-slider-container .slider .item-product-bund .item-wrap .item-detail .item-pack .boxinfo-wrapper{margin-bottom:20px;}.bundle-slider .resp-slider-container .slider .item-product-bund .item-wrap .item-detail .boxinfo-wrapper .boxinfo-bot{padding:10px 0;}.sw-woo-tab-style5 .nav-tabs-select ul.nav-tabs li:before{display:none;}.sw-instagram-listing{padding:0;}.form-new3 .mc4wp-form .mc4wp-form-fields{padding:0 10px;}}@media (max-width: 320px){.bundle-slider .resp-slider-container .slider .item-product-bund .item-wrap .item-detail .item-top-product .item-content .item-bottom{width:100%;float:none;}.rtl .bundle-slider .resp-slider-container .slider .item-product-bund .item-wrap .item-detail .item-top-product .item-content .item-bottom{width:100%;float:none;}}.home-style12 .woo-slider-theme3 .resp-slider-container .slider .item .item-wrap2 .item-detail .sale-off,.home-style12 .sw-woo-tab-style5 .resp-slider-container .slider .item .item-wrap2 .item-detail .sale-off,.home-style12 .sw-woo-tab-cat4 .resp-slider-container .slider .item .item-wrap2 .item-detail .sale-off{background:#4aa6f4;}.home-style12 .see-more{color:#fff;}.home-style12 .sw-instagram-slider2 h3{font-size:24px;font-weight:bold;position:relative;}.home-style12 .sw-instagram-slider2 h3:before{content:"";left:0;right:0;bottom:30%;position:absolute;height:6px;background:transparent;border:1px #ccc solid;border-width:1px 0;}.home-style12 .sw-instagram-slider2 h3 span{position:relative;display:inline-block;vertical-align:top;padding:0 30px;z-index:2;background:#fff;}.home-style12 .sw-woo-tab-style5.style1 .resp-slider-container .slider .item .item-wrap2 .item-detail .products-thumb{border:none;}.home-style12 .elementor-section.elementor-section-boxed>.elementor-container{max-width:1200px;}.header-style12{border-bottom:1px #0065b3 solid;}.header-style12 .header-top{background:#fff;min-height:43px;border-bottom:1px #0065b3 solid;}.header-style12 .header-top .left-header{margin:3px 0;}.header-style12 .header-top .right-header2{padding-top:5px;}.header-style12 .header-top .right-header2 .sw-autusin-account{margin:0;font-size:12px;color:#666;}.header-style12 .header-top .right-header2 .sw-autusin-account:before{display:none;}.header-style12 .header-top .right-header2 .sw-autusin-account i.fa{color:#666;padding:9px;font-size:13px;}.header-style12 .header-top .right-header2 .sw-autusin-account >span{padding:7px 0;}.header-style12 .header-top .right-header2 .wishlist{padding:5px 0;position:relative;margin:0 0 0 15px;}.rtl .header-style12 .header-top .right-header2 .wishlist{margin:0 15px 0 0;}.header-style12 .header-top .right-header2 .wishlist a{color:#666;font-size:12px;}.header-style12 .header-top .right-header2 .wishlist a:hover{color:var(--color);}.header-style12 .header-mid{padding:19px 0 24px 0;border-bottom:1px #0065b3 solid;}.header-style12 .header-mid .left-header .autusin-logo{margin-top:0;}.header-style12 .header-mid .left-header .autusin-logo a{display:inline-block;vertical-align:top;}.header-style12 .header-mid .search-cate{margin-top:0;}.header-style12 .header-mid .search-cate .top-form.top-search{width:100%;position:relative;display:block;top:7px;font-size:12px;z-index:98;}.rtl .header-style12 .header-mid .search-cate .top-form.top-search{float:left;}.header-style12 .header-mid .search-cate .top-form.top-search .topsearch-entry{padding-left:0;border:1px #0065b3 solid;border-radius:20px;}.rtl .header-style12 .header-mid .search-cate .top-form.top-search .topsearch-entry{padding-right:0;}.header-style12 .header-mid .search-cate .top-form.top-search .topsearch-entry .icon-loading.loading{right:95px;}.header-style12 .header-mid .search-cate .top-form.top-search .topsearch-entry .cat-wrapper{display:none;}.header-style12 .header-mid .search-cate .top-form.top-search .topsearch-entry input{background:#fff;height:35px;line-height:35px;padding:0 20px;border-radius:20px;}.header-style12 .header-mid .search-cate .top-form.top-search .topsearch-entry .button-search-pro{background-color:#fff;border-radius:0;border-radius:0 20px 20px 0;height:35px;line-height:35px;color:#888;}.rtl .header-style12 .header-mid .search-cate .top-form.top-search .topsearch-entry .button-search-pro{border-radius:20px 0 0 20px;}.header-style12 .header-mid .search-cate .top-form.top-search .topsearch-entry .button-search-pro:hover:before{color:var(--color);}.header-style12 .top-form.top-form-minicart{padding:0 15px;}.header-style12 .top-form.top-form-minicart .top-minicart-icon{width:50px;height:40px;background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAeCAYAAAAo5+5WAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3hpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo4QjNDRTE5OUJBQThFNTExOEEyNjkzMzQxNEZENkY3MCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDozQ0MyNTI5MEM1MkQxMUU4OTZBN0U4NjEwNTBEMTg5QyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDozQ0MyNTI4RkM1MkQxMUU4OTZBN0U4NjEwNTBEMTg5QyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkI3MkYwQkVEMjVBNEU4MTE4QTQ1RTBFQjE4RkJFQ0Q1IiBzdFJlZjpkb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6NzQ0NDUzMTEtZTFkMy0xMWU1LWJkM2QtY2EzNjM4ZGM2ODE3Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+wDK2SgAAAYhJREFUeNpi/LtDkgEPcALiPCC2A2IuqNg3ID4ExJOAeB+T+zOsGpnwGBoHxLuB2B+I/wDxMyj+AxXbDVVDksEyQDwZiL8DcRKUrwTFMlAxkNzkfzulZLAZwAL1ojEQMyOJBwMxHxDvBOKrQGyGJP8XKnYEiN2BuBxo+Fokvb+B+DwjMIxBXnJhoC7YAzL4P9RbW6ARAwI2QKwMdfELHJoloC6+C3U9CPAAsTcQc7BABUCGhiFpmgU1uBqIz+Iw2BhqMChlpMEEocESBIu8L2ia2KA0Lx7v8qKphYEPyKmCiYrhy0xtA4lKx+zItuNzGZJajHSMDTQC8UwgvoDHYFCkOuJKNbgMvgHF+AAokg6QU1bQJIxHDR41mIYG/6SimT+Rc545EDeQYwqw/EUXMkc2WB+KqQZgBoOqljlUMjMFVLXBDL4OxAvJiiS0QggYNNYgg2lRgzAhGygPxNyUmgh0LTe0UcMAq/4ZoM0nSpMdqDaRgkVeN7TJJASyiEKDQY58BYovgAADAIAFVVIDB5lIAAAAAElFTkSuQmCC") no-repeat center bottom;position:relative;}.header-style12 .top-form.top-form-minicart .top-minicart-icon.nitro-lazy{background-image:none !important;}.header-style12 .top-form.top-form-minicart .top-minicart-icon h3{display:none;}.header-style12 .top-form.top-form-minicart .top-minicart-icon p{font-size:0;position:absolute;right:0;top:0;}.header-style12 .top-form.top-form-minicart .top-minicart-icon p span{font-size:12px;border-radius:50%;background:#666;color:#fff;width:18px;height:18px;text-align:center;line-height:18px;display:inline-block;vertical-align:top;}.header-style12 .top-form:hover .wrapp-minicart{-webkit-transform:translateY(20px);-moz-transform:translateY(20px);-o-transform:translateY(20px);-ms-transform:translateY(20px);transform:translateY(20px);}.header-style12 #lang_sel > ul.nav{margin-left:0;}.rtl .header-style12 #lang_sel > ul.nav{margin-right:0;}.header-style12 #lang_sel > ul.nav > li{padding:10px 0 6px 0;}.header-style12 #lang_sel > ul.nav > li > a{padding-left:0;color:#666;}.rtl .header-style12 #lang_sel > ul.nav > li > a{padding-right:0;}.header-style12 .currency_w{margin:0;}.rtl .header-style12 .currency_w{margin:0;}.header-style12 .currency_w > li{padding:10px 0 6px 0;}.header-style12 .currency_w > li > a{color:#666;}.header-style12 .nav-pills >li > a{padding:16px 18px;}.header-style12 .sticky-menu{position:fixed;box-shadow:0px 0px 2px 1px #999;z-index:99;background:#fff;padding:2px 0;}.woo-slider-theme3{margin-bottom:50px;}.woo-slider-theme3 .box-title{text-align:center;margin-bottom:20px;}.woo-slider-theme3 .box-title h3{font-size:24px;text-transform:uppercase;color:#111;font-weight:bold;position:relative;margin-bottom:15px;}.woo-slider-theme3 .box-title h3:before{content:"";left:0;right:0;bottom:30%;position:absolute;height:6px;background:transparent;border:1px #ccc solid;border-width:1px 0;}.woo-slider-theme3 .box-title h3 span{position:relative;display:inline-block;vertical-align:top;padding:0 30px;z-index:2;background:#fff;}.woo-slider-theme3 .resp-slider-container .slider{margin:0 -15px;}.woo-slider-theme3 .resp-slider-container .slider .item{padding:0 15px;}.woo-slider-theme3 .resp-slider-container .slider .item .item-wrap2 .item-detail{border:none;}.woo-slider-theme3 .resp-slider-container .slider .item .item-wrap2 .item-detail .products-thumb{margin-bottom:0;position:relative;}.woo-slider-theme3 .resp-slider-container .slider .item .item-wrap2 .item-detail .products-thumb:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.2);visibility:hidden;opacity:0;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;}.woo-slider-theme3 .resp-slider-container .slider .item .item-wrap2 .item-detail .sale-off{background:var(--color);height:24px;line-height:24px;border-radius:0;width:50px;}.woo-slider-theme3 .resp-slider-container .slider .item .item-wrap2 .item-detail .sw-newlabel{height:24px;line-height:24px;border-radius:0;width:50px;}.woo-slider-theme3 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content{padding:0 0 20px 0;text-align:left;}.rtl .woo-slider-theme3 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content{text-align:right;}.woo-slider-theme3 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content h4{margin:15px 0 5px 0;}.woo-slider-theme3 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content h4 a{font-size:16px;text-transform:uppercase;}.woo-slider-theme3 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content h4 a:after{display:none;}.woo-slider-theme3 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-price{font-size:17px;}.woo-slider-theme3 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-price del{font-size:16px;}.woo-slider-theme3 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom a.ajax_add_to_cart,.woo-slider-theme3 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .add_to_cart_button,.woo-slider-theme3 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_external,.woo-slider-theme3 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_variable,.woo-slider-theme3 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_variable,.woo-slider-theme3 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_grouped{background:#fff !important;}.woo-slider-theme3 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom a.ajax_add_to_cart:before,.woo-slider-theme3 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .add_to_cart_button:before,.woo-slider-theme3 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_external:before,.woo-slider-theme3 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_variable:before,.woo-slider-theme3 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_variable:before,.woo-slider-theme3 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_grouped:before{font-family:"FontAwesome";font-size:13px;content:"";}.woo-slider-theme3 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom a.ajax_add_to_cart.loading,.woo-slider-theme3 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .add_to_cart_button.loading,.woo-slider-theme3 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_external.loading,.woo-slider-theme3 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_variable.loading,.woo-slider-theme3 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_variable.loading,.woo-slider-theme3 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_grouped.loading{background-color:var(--color);}.woo-slider-theme3 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom a.ajax_add_to_cart.loading:before,.woo-slider-theme3 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .add_to_cart_button.loading:before,.woo-slider-theme3 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_external.loading:before,.woo-slider-theme3 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_variable.loading:before,.woo-slider-theme3 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_variable.loading:before,.woo-slider-theme3 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_grouped.loading:before{left:0 !important;}.woo-slider-theme3 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom a.ajax_add_to_cart.added,.woo-slider-theme3 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .add_to_cart_button.added,.woo-slider-theme3 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_external.added,.woo-slider-theme3 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_variable.added,.woo-slider-theme3 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_variable.added,.woo-slider-theme3 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_grouped.added{background-color:var(--color) !important;}.woo-slider-theme3 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom a.ajax_add_to_cart.added:before,.woo-slider-theme3 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .add_to_cart_button.added:before,.woo-slider-theme3 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_external.added:before,.woo-slider-theme3 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_variable.added:before,.woo-slider-theme3 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_variable.added:before,.woo-slider-theme3 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_grouped.added:before{color:#fff;}.woo-slider-theme3 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom a.ajax_add_to_cart,.woo-slider-theme3 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .add_to_cart_button,.woo-slider-theme3 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_external,.woo-slider-theme3 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_variable,.woo-slider-theme3 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_variable,.woo-slider-theme3 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_grouped,.woo-slider-theme3 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a,.woo-slider-theme3 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,.woo-slider-theme3 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a,.woo-slider-theme3 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .compare-button a,.woo-slider-theme3 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .sw-quickview{color:#222;background-color:#fff;-webkit-border-radius:0;-moz-border-radius:0;-o-border-radius:0;-ms-border-radius:0;border-radius:0;min-width:35px;height:35px;line-height:35px;box-shadow:0px 1px 4px 1px #eee;}.woo-slider-theme3 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom a.ajax_add_to_cart:before,.woo-slider-theme3 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .add_to_cart_button:before,.woo-slider-theme3 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_external:before,.woo-slider-theme3 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_variable:before,.woo-slider-theme3 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_variable:before,.woo-slider-theme3 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_grouped:before,.woo-slider-theme3 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:before,.woo-slider-theme3 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,.woo-slider-theme3 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before,.woo-slider-theme3 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .compare-button a:before,.woo-slider-theme3 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .sw-quickview:before{left:11px;color:#222;}.rtl .woo-slider-theme3 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom a.ajax_add_to_cart:before,.rtl .woo-slider-theme3 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .add_to_cart_button:before,.rtl .woo-slider-theme3 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_external:before,.rtl .woo-slider-theme3 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_variable:before,.rtl .woo-slider-theme3 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_variable:before,.rtl .woo-slider-theme3 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_grouped:before,.rtl .woo-slider-theme3 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:before,.rtl .woo-slider-theme3 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,.rtl .woo-slider-theme3 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before,.rtl .woo-slider-theme3 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .compare-button a:before,.rtl .woo-slider-theme3 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .sw-quickview:before{left:auto;right:11px;}.woo-slider-theme3 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom a.ajax_add_to_cart:hover,.woo-slider-theme3 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .add_to_cart_button:hover,.woo-slider-theme3 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_external:hover,.woo-slider-theme3 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_variable:hover,.woo-slider-theme3 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_variable:hover,.woo-slider-theme3 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_grouped:hover,.woo-slider-theme3 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover,.woo-slider-theme3 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover,.woo-slider-theme3 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover,.woo-slider-theme3 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .compare-button a:hover,.woo-slider-theme3 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .sw-quickview:hover{background-color:var(--color) !important;color:#fff;min-width:35px;}.woo-slider-theme3 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom a.ajax_add_to_cart:hover:before,.woo-slider-theme3 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .add_to_cart_button:hover:before,.woo-slider-theme3 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_external:hover:before,.woo-slider-theme3 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_variable:hover:before,.woo-slider-theme3 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_variable:hover:before,.woo-slider-theme3 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_grouped:hover:before,.woo-slider-theme3 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover:before,.woo-slider-theme3 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover:before,.woo-slider-theme3 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover:before,.woo-slider-theme3 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .compare-button a:hover:before,.woo-slider-theme3 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .sw-quickview:hover:before{color:#fff;}.woo-slider-theme3 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-wishlistaddedbrowse.show a,.woo-slider-theme3 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-wishlistexistsbrowse.show a{background:var(--color) !important;}.woo-slider-theme3 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-wishlistaddedbrowse.show a:before,.woo-slider-theme3 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-wishlistexistsbrowse.show a:before{color:#fff;}.woo-slider-theme3 .resp-slider-container .slider .item .item-wrap2:hover .item-detail{border:none;}.woo-slider-theme3 .resp-slider-container .slider .item .item-wrap2:hover .item-detail .products-thumb:before{opacity:1;visibility:visible;}.sw-woo-tab-style5.style1 .nav-tabs-select:before{height:6px;background:transparent;border:1px #ccc solid;border-width:1px 0;}.sw-woo-tab-style5.style1 .resp-slider-container .slider .item .item-wrap2 .item-detail .products-thumb{position:relative;margin-bottom:0;}.sw-woo-tab-style5.style1 .resp-slider-container .slider .item .item-wrap2 .item-detail .products-thumb:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.2);visibility:hidden;opacity:0;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;}.sw-woo-tab-style5.style1 .resp-slider-container .slider .item .item-wrap2:hover .item-detail .products-thumb:before{opacity:1;visibility:visible;}.sw-woo-tab-cat4{margin:30px 0 50px 0;}.sw-woo-tab-cat4 .box-title{position:relative;}.sw-woo-tab-cat4 .box-title:before{content:"";position:absolute;bottom:45%;left:0;right:0;background:#ccc;height:2px;width:100%;}.sw-woo-tab-cat4 .box-title h3{font-size:24px;text-transform:uppercase;color:#111;font-weight:bold;background:#f5f5f5;z-index:2;position:relative;}.sw-woo-tab-cat4 .box-title .description{padding:5px 20px 0 20px;background:#f5f5f5;z-index:2;position:relative;}.rtl .sw-woo-tab-cat4 .box-title .description{padding:5px 20px 0 20px;}.sw-woo-tab-cat4 .top-tab-slider{margin-bottom:30px;}.sw-woo-tab-cat4 .top-tab-slider .nav-tabs{margin:0;border:none;}.sw-woo-tab-cat4 .top-tab-slider .nav-tabs li{margin:0 30px 0 0;}.rtl .sw-woo-tab-cat4 .top-tab-slider .nav-tabs li{margin:0 0 0 30px;float:right;}.sw-woo-tab-cat4 .top-tab-slider .nav-tabs li a{border:none;font-size:18px;text-transform:uppercase;font-weight:600;padding:4px 0;text-decoration:underline;}.sw-woo-tab-cat4 .top-tab-slider .nav-tabs li.active a,.sw-woo-tab-cat4 .top-tab-slider .nav-tabs li:hover a{color:var(--color);background:transparent;}.sw-woo-tab-cat4 .resp-slider-container .slider{margin:0 -15px;}.sw-woo-tab-cat4 .resp-slider-container .slider .item{padding:0 15px;}.sw-woo-tab-cat4 .resp-slider-container .slider .item .item-wrap2{background:transparent;}.sw-woo-tab-cat4 .resp-slider-container .slider .item .item-wrap2 .item-detail{border:none;}.sw-woo-tab-cat4 .resp-slider-container .slider .item .item-wrap2 .item-detail .products-thumb{margin-bottom:0;position:relative;}.sw-woo-tab-cat4 .resp-slider-container .slider .item .item-wrap2 .item-detail .products-thumb:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.2);visibility:hidden;opacity:0;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;}.sw-woo-tab-cat4 .resp-slider-container .slider .item .item-wrap2 .item-detail .sale-off{background:var(--color);height:24px;line-height:24px;border-radius:0;width:50px;}.sw-woo-tab-cat4 .resp-slider-container .slider .item .item-wrap2 .item-detail .sw-newlabel{height:24px;line-height:24px;border-radius:0;width:50px;}.sw-woo-tab-cat4 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content{padding:0 0 20px 0;text-align:left;}.rtl .sw-woo-tab-cat4 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content{text-align:right;}.sw-woo-tab-cat4 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content h4{margin:15px 0 5px 0;}.sw-woo-tab-cat4 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content h4 a{font-size:16px;text-transform:uppercase;}.sw-woo-tab-cat4 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content h4 a:after{display:none;}.sw-woo-tab-cat4 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-price{font-size:17px;}.sw-woo-tab-cat4 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-price del{font-size:16px;}.sw-woo-tab-cat4 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom a.ajax_add_to_cart,.sw-woo-tab-cat4 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .add_to_cart_button,.sw-woo-tab-cat4 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_variable,.sw-woo-tab-cat4 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_external,.sw-woo-tab-cat4 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_variable,.sw-woo-tab-cat4 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_grouped{background:#fff !important;}.sw-woo-tab-cat4 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom a.ajax_add_to_cart:before,.sw-woo-tab-cat4 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .add_to_cart_button:before,.sw-woo-tab-cat4 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_variable:before,.sw-woo-tab-cat4 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_external:before,.sw-woo-tab-cat4 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_variable:before,.sw-woo-tab-cat4 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_grouped:before{font-family:"FontAwesome";font-size:13px;content:"";}.sw-woo-tab-cat4 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom a.ajax_add_to_cart.loading,.sw-woo-tab-cat4 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .add_to_cart_button.loading,.sw-woo-tab-cat4 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_variable.loading,.sw-woo-tab-cat4 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_external.loading,.sw-woo-tab-cat4 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_variable.loading,.sw-woo-tab-cat4 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_grouped.loading{background-color:var(--color);}.sw-woo-tab-cat4 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom a.ajax_add_to_cart.loading:before,.sw-woo-tab-cat4 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .add_to_cart_button.loading:before,.sw-woo-tab-cat4 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_variable.loading:before,.sw-woo-tab-cat4 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_external.loading:before,.sw-woo-tab-cat4 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_variable.loading:before,.sw-woo-tab-cat4 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_grouped.loading:before{left:0 !important;}.sw-woo-tab-cat4 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom a.ajax_add_to_cart.added,.sw-woo-tab-cat4 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .add_to_cart_button.added,.sw-woo-tab-cat4 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_variable.added,.sw-woo-tab-cat4 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_external.added,.sw-woo-tab-cat4 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_variable.added,.sw-woo-tab-cat4 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_grouped.added{background-color:var(--color) !important;}.sw-woo-tab-cat4 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom a.ajax_add_to_cart.added:before,.sw-woo-tab-cat4 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .add_to_cart_button.added:before,.sw-woo-tab-cat4 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_variable.added:before,.sw-woo-tab-cat4 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_external.added:before,.sw-woo-tab-cat4 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_variable.added:before,.sw-woo-tab-cat4 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_grouped.added:before{color:#fff;}.sw-woo-tab-cat4 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom a.ajax_add_to_cart,.sw-woo-tab-cat4 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .add_to_cart_button,.sw-woo-tab-cat4 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_external,.sw-woo-tab-cat4 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_variable,.sw-woo-tab-cat4 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_grouped,.sw-woo-tab-cat4 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a,.sw-woo-tab-cat4 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,.sw-woo-tab-cat4 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a,.sw-woo-tab-cat4 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .compare-button a,.sw-woo-tab-cat4 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .sw-quickview{color:#222;background-color:#fff;-webkit-border-radius:0;-moz-border-radius:0;-o-border-radius:0;-ms-border-radius:0;border-radius:0;min-width:35px;height:35px;line-height:35px;box-shadow:0px 1px 4px 1px #eee;}.sw-woo-tab-cat4 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom a.ajax_add_to_cart:before,.sw-woo-tab-cat4 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .add_to_cart_button:before,.sw-woo-tab-cat4 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_external:before,.sw-woo-tab-cat4 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_variable:before,.sw-woo-tab-cat4 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_grouped:before,.sw-woo-tab-cat4 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:before,.sw-woo-tab-cat4 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,.sw-woo-tab-cat4 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before,.sw-woo-tab-cat4 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .compare-button a:before,.sw-woo-tab-cat4 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .sw-quickview:before{left:11px;color:#222;}.rtl .sw-woo-tab-cat4 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom a.ajax_add_to_cart:before,.rtl .sw-woo-tab-cat4 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .add_to_cart_button:before,.rtl .sw-woo-tab-cat4 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_external:before,.rtl .sw-woo-tab-cat4 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_variable:before,.rtl .sw-woo-tab-cat4 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_grouped:before,.rtl .sw-woo-tab-cat4 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:before,.rtl .sw-woo-tab-cat4 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,.rtl .sw-woo-tab-cat4 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before,.rtl .sw-woo-tab-cat4 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .compare-button a:before,.rtl .sw-woo-tab-cat4 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .sw-quickview:before{left:auto;right:11px;}.sw-woo-tab-cat4 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom a.ajax_add_to_cart:hover,.sw-woo-tab-cat4 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .add_to_cart_button:hover,.sw-woo-tab-cat4 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_external:hover,.sw-woo-tab-cat4 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_variable:hover,.sw-woo-tab-cat4 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_grouped:hover,.sw-woo-tab-cat4 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover,.sw-woo-tab-cat4 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover,.sw-woo-tab-cat4 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover,.sw-woo-tab-cat4 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .compare-button a:hover,.sw-woo-tab-cat4 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .sw-quickview:hover{background-color:var(--color) !important;color:#fff;min-width:35px;}.sw-woo-tab-cat4 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom a.ajax_add_to_cart:hover:before,.sw-woo-tab-cat4 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .add_to_cart_button:hover:before,.sw-woo-tab-cat4 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_external:hover:before,.sw-woo-tab-cat4 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_variable:hover:before,.sw-woo-tab-cat4 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_grouped:hover:before,.sw-woo-tab-cat4 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover:before,.sw-woo-tab-cat4 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover:before,.sw-woo-tab-cat4 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover:before,.sw-woo-tab-cat4 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .compare-button a:hover:before,.sw-woo-tab-cat4 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .sw-quickview:hover:before{color:#fff;}.sw-woo-tab-cat4 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-wishlistaddedbrowse.show a,.sw-woo-tab-cat4 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-wishlistexistsbrowse.show a{background:var(--color) !important;}.sw-woo-tab-cat4 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-wishlistaddedbrowse.show a:before,.sw-woo-tab-cat4 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-wishlistexistsbrowse.show a:before{color:#fff;}.sw-woo-tab-cat4 .resp-slider-container .slider .item .item-wrap2:hover .item-detail{border:none;}.sw-woo-tab-cat4 .resp-slider-container .slider .item .item-wrap2:hover .item-detail .products-thumb:before{opacity:1;visibility:visible;}.responsive-post-accordion{margin-bottom:70px;position:relative;}.responsive-post-accordion .box-title{text-align:center;}.responsive-post-accordion .box-title h3{display:inline-block;color:#000;text-transform:uppercase;font-size:24px;font-weight:bold;margin-top:0;margin-bottom:35px;position:relative;background:#fff;padding:0 30px;}.responsive-post-accordion .box-title:before{content:"";position:absolute;border:1px solid #ccc;left:0;height:6px;border-right:none;border-left:none;right:0;top:10px;}.responsive-post-accordion .resp-accordion-wrapper{display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;overflow:hidden;}.responsive-post-accordion .resp-accordion-wrapper .item{width:12.5%;background-position:center center;background-size:auto 100%;background-repeat:no-repeat;position:relative;min-height:600px;-webkit-transition:all .3s ease-out;-moz-transition:all .3s ease-out;-o-transition:all .3s ease-out;-ms-transition:all .3s ease-out;transition:all .3s ease-out;}.responsive-post-accordion .resp-accordion-wrapper .item.item-large{width:50%;}.responsive-post-accordion .resp-accordion-wrapper .item.item-large .item-detail .item-content{-webkit-transform:translateX(0);-moz-transform:translateX(0);-o-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);-webkit-transition:all .3s ease-out;-moz-transition:all .3s ease-out;-o-transition:all .3s ease-out;-ms-transition:all .3s ease-out;transition:all .3s ease-out;-webkit-transition-delay:.2s;-moz-transition-delay:.2s;-o-transition-delay:.2s;-ms-transition-delay:.2s;transition-delay:.2s;}.responsive-post-accordion .resp-accordion-wrapper .item.item-large:before{-webkit-transition:all .3s ease-out;-moz-transition:all .3s ease-out;-o-transition:all .3s ease-out;-ms-transition:all .3s ease-out;transition:all .3s ease-out;opacity:0;}.responsive-post-accordion .resp-accordion-wrapper .item.item-large:after{-webkit-transition:all .3s ease-out;-moz-transition:all .3s ease-out;-o-transition:all .3s ease-out;-ms-transition:all .3s ease-out;transition:all .3s ease-out;width:0;}.responsive-post-accordion .resp-accordion-wrapper .item:before{content:"";background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAxhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDM0MiwgMjAxMC8wMS8xMC0xODowNjo0MyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpFNURBNjE1MEI3MjkxMUU4OUEwNzg5NDYzMEM2MUJGOCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpFNURBNjE1MUI3MjkxMUU4OUEwNzg5NDYzMEM2MUJGOCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkU1REE2MTRFQjcyOTExRTg5QTA3ODk0NjMwQzYxQkY4IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkU1REE2MTRGQjcyOTExRTg5QTA3ODk0NjMwQzYxQkY4Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+9vPGCAAAAD5JREFUeNpi+P//PwMOzP8fAg7jUcPAxEAhGDWACgYwguKJEgNYgPgsDjlmIDYA4i9AfBOnCaMJaTgYABBgACk6ainpbwOYAAAAAElFTkSuQmCC") no-repeat center var(--color);display:block;width:40px;height:40px;position:absolute;bottom:10%;left:50%;margin-top:-25px;margin-left:-25px;z-index:2;}.responsive-post-accordion .resp-accordion-wrapper .item:after{content:"";background:rgba(0,0,0,.1);display:block;width:100%;height:100%;position:absolute;left:0;top:0;z-index:1;}.responsive-post-accordion .resp-accordion-wrapper .item .item-detail{display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-align-items:flex-end;-ms-align-items:flex-end;align-items:flex-end;height:100%;width:100%;overflow:hidden;}.responsive-post-accordion .resp-accordion-wrapper .item .item-detail .item-content{background:rgba(255,255,255,.9);padding:23px 60px 25px 60px;text-align:center;position:relative;-webkit-transform:translateX(-500px);-moz-transform:translateX(-500px);-o-transform:translateX(-500px);-ms-transform:translateX(-500px);transform:translateX(-500px);}.responsive-post-accordion .resp-accordion-wrapper .item .item-detail .item-content h4 a{font-size:16px;color:#222;text-transform:uppercase;font-weight:700 !important;}.responsive-post-accordion .resp-accordion-wrapper .item .item-detail .item-content .entry-meta{color:#999;font-size:12px;margin-bottom:15px;}.responsive-post-accordion .resp-accordion-wrapper .item .item-detail .item-content .entry-meta .space{margin:0 5px;}.responsive-post-accordion .resp-accordion-wrapper .item .item-detail .item-content .entry-meta a{color:#999;font-size:12px;text-transform:capitalize;}.rtl .responsive-post-accordion .resp-accordion-wrapper .item .item-detail .item-content .entry-meta{display:flex;justify-content:center;}.responsive-post-accordion .resp-accordion-wrapper .item .item-detail .item-content .item-description{font-size:12px;color:#666;line-height:21px;margin-bottom:12px;}.responsive-post-accordion .resp-accordion-wrapper .item .item-detail .item-content .item-readmore{font-size:13px;color:var(--color);text-transform:capitalize;width:100%;text-align:center;font-style:italic;font-weight:500;}.responsive-post-accordion .resp-accordion-wrapper .item .item-detail .item-content .item-readmore .fas,.responsive-post-accordion .resp-accordion-wrapper .item .item-detail .item-content .item-readmore .fa{margin:0 10px;}.rtl .responsive-post-accordion .resp-accordion-wrapper .item .item-detail .item-content .item-readmore .fas:before,.rtl .responsive-post-accordion .resp-accordion-wrapper .item .item-detail .item-content .item-readmore .fa:before{content:"";}.responsive-post-accordion .resp-accordion-wrapper .item .item-detail .item-content:hover .item-readmore,.responsive-post-accordion .resp-accordion-wrapper .item .item-detail .item-content:hover h4 a{color:var(--color);opacity:.85;}.bgnew-in12{background-size:cover;}.block-text7{text-align:center;margin:12px 0;}.block-text7 .item i{font-size:36px;display:inline-block;vertical-align:top;margin:2px 5px;}.block-text7 .item p{display:inline-block;vertical-align:top;text-align:left;line-height:20px !important;}.rtl .block-text7 .item p{text-align:right;}@media (max-width: 991px){.header-style12 .resmenu-container .menu-responsive-wrapper{top:50px;}}@media (max-width: 767px){.header-style12 .header-top .left-header{display:inline-block;vertical-align:top;}.header-style12 .header-top .right-header2{display:inline-block;vertical-align:top;}.header-style12 .header-top .right-header2 .wishlist{display:none;}.header-style12 .header-mid{padding:15px 0 16px 0;}.header-style12 .header-mid .autusin-logo{margin-bottom:10px;}.header-style12 .header-mid .search-cate{width:80%;float:left;}.rtl .header-style12 .header-mid .search-cate{float:right;}.header-style12 .top-form.top-form-minicart{padding:0 10px;}.header-style12 .header-bottom.sticky-menu{position:relative;top:auto;left:auto;padding:0;}.responsive-post-accordion .resp-accordion-wrapper{flex-direction:column-reverse;}.responsive-post-accordion .resp-accordion-wrapper .item{background-size:100%;min-height:auto;width:100%;}.responsive-post-accordion .resp-accordion-wrapper .item:after{width:0;height:0;}.responsive-post-accordion .resp-accordion-wrapper .item:before{background:none;}.responsive-post-accordion .resp-accordion-wrapper .item .item-detail .item-content{transform:translateX(-1000px);}.responsive-post-accordion .resp-accordion-wrapper .item.item-large{width:100%;}.sw-woo-tab-cat4 .top-tab-slider .nav-tabs li{width:100%;margin:0;}.rtl .sw-woo-tab-cat4 .top-tab-slider .nav-tabs li{margin:0;}}@media (max-width: 480px){.header-style12 .top-form.top-form-minicart{padding:0 5px;}.responsive-post-accordion .resp-accordion-wrapper .item .item-detail .item-content{padding:10px;}}.footer12  .item-link .fa{padding:0 5px 0 0;}.rtl .footer12  .item-link .fa{padding:0 0 0 5px;}.home-style13 .see-more{color:#fff;}.home-style13 .woo-slider-default{z-index:3;}.home-style13 .header-style8 .header-top{background-color:#042318;}.home-style13 .header-style8 .currency_w > li > a{border-color:rgba(255,255,255,.38);color:#fff;}.home-style13 .header-style8 #lang_sel > ul.nav > li > a{color:#fff;text-transform:capitalize;}.home-style13 .header-style8 .right-header2 .sw-autusin-account,.home-style13 .header-style8 .right-header2 .wishlist a{color:#fff;}.home-style13 .header-style8 .right-header2 .sw-autusin-account i.fa,.home-style13 .header-style8 .right-header2 .wishlist a i.fa{color:#fff;}.home-style13 .header-style8 .right-header2 .wishlist a{border-color:rgba(255,255,255,.38);}.home-style13 .header-style8 .header-mid{padding:34px 0;background:url("https://cdn-ildmmhg.nitrocdn.com/EmfGayVpJIjlSxwvIsYhxAzAzNUjWyuH/assets/images/optimized/rev-f65d057/mwtruckparts.co.uk/wp-content/uploads/sw_theme/assets/img/bg-header-mid.jpg") no-repeat;}.home-style13 .header-style8 .header-mid.nitro-lazy{background-image:none !important;}.home-style13 .header-style8 .header-mid .autusin_top{border-color:#fff;}.home-style13 .header-style8 .header-mid .autusin_top .top-form.top-search button.form-button{color:#303030;}.home-style13 .header-style8 .top-form.top-form-minicart .top-minicart-icon .minicart-title,.home-style13 .header-style8 .top-form.top-form-minicart .top-minicart-icon .minicart-title h2{color:#fff;}.home-style13 .header-style8 .top-form.top-form-minicart .top-minicart-icon span.icon{background:url("https://cdn-ildmmhg.nitrocdn.com/EmfGayVpJIjlSxwvIsYhxAzAzNUjWyuH/assets/images/optimized/rev-f65d057/mwtruckparts.co.uk/wp-content/uploads/sw_theme/assets/img/mini-cart13.png") no-repeat;}.home-style13 .header-style8 .top-form.top-form-minicart .top-minicart-icon span.icon.nitro-lazy{background-image:none !important;}.home-style13 .header-style8 .header-bottom .right-header a{display:none;}.home-style13 .sw-best-seller-product .wrap-content{padding:0 15px;}.home-style13 .sw-best-seller-product .wrap-content .item{padding:16px 0;margin:0;border:0;background-color:#fff;}.home-style13 .sw-best-seller-product .wrap-content .item:nth-child(2n){background-color:#f0f0f0;}.home-style13 .sw-best-seller-product .wrap-content .item:nth-child(2n +1){border-bottom:1px solid transparent;}.home-style13 .sw-best-seller-product .wrap-content .item .item-img{padding-left:10px;}.home-style13 .sw-best-seller-product .wrap-content .item .item-content h4 a{color:#333;}.home-style13 .sw-best-seller-product .wrap-content .item .item-content h4 a:hover{color:var(--color);}.home-style13 .sw-best-seller-product .wrap-content .item .item-content .item-price{color:#ed1c24;}.home-style13 .sw-best-seller-product .wrap-content .item .item-content .item-price del{font-size:12px;float:none;display:block;color:#898989;text-decoration:line-through;}.home-style13 .sw-best-seller-product .wrap-content .item .item-content .item-price ins{float:none;font-size:14px;color:#ed1c24;}.home-style13 .block-text4{position:relative;z-index:4;}.home-style13 .wpb_single_image{position:relative;z-index:4;}.home-style13 .responsive-post-slider4{position:relative;background-color:#fff;z-index:4;}.home-style13 .responsive-post-slider4:before{content:"";position:absolute;width:68px;height:53px;top:-12px;left:-32px;background:url("https://cdn-ildmmhg.nitrocdn.com/EmfGayVpJIjlSxwvIsYhxAzAzNUjWyuH/assets/images/optimized/rev-f65d057/mwtruckparts.co.uk/wp-content/uploads/sw_theme/assets/img/icon-ring.png") no-repeat;}.home-style13 .responsive-post-slider4 .block-title{background-color:#a61f1f;padding:8px 15px 4px 47px;}.home-style13 .responsive-post-slider4 .res-button{background-color:rgba(199,199,199,.4);}.home-style13 .best-selling-product2{position:relative;background-color:#fff;}.home-style13 .best-selling-product2:before{content:"";position:absolute;width:68px;height:53px;top:-12px;left:-32px;background:url("https://cdn-ildmmhg.nitrocdn.com/EmfGayVpJIjlSxwvIsYhxAzAzNUjWyuH/assets/images/optimized/rev-f65d057/mwtruckparts.co.uk/wp-content/uploads/sw_theme/assets/img/icon-ring.png") no-repeat;}.home-style13 .best-selling-product2 .box-title{background-color:#a61f1f;padding:8px 15px 4px 47px;}.home-style13 .best-selling-product2 .res-button{background-color:rgba(199,199,199,.4);}.home-style13 .sw-child-cat .content-slider .childcat-slider-content{position:relative;}.home-style13 .sw-child-cat .content-slider .childcat-slider-content:before{content:"";position:absolute;width:68px;height:53px;top:-12px;left:-32px;background:url("https://cdn-ildmmhg.nitrocdn.com/EmfGayVpJIjlSxwvIsYhxAzAzNUjWyuH/assets/images/optimized/rev-f65d057/mwtruckparts.co.uk/wp-content/uploads/sw_theme/assets/img/icon-ring.png") no-repeat;}.home-style13 .sw-child-cat .content-slider .childcat-slider-content .box-title h3{padding-left:47px;}.home-style13 .sw-child-cat .content-slider .child-cat-brand{background-color:#fff;}.home-style13 .sw-child-cat .content-slider .best-seller-product .item .item-countdown2{background-color:#fff;}.home-style13 .bg-image-home13_elementor:before,.home-style13 .bg-image-home13:before{content:"";position:absolute;left:0;top:82px;width:615px;height:1133px;background:url("https://cdn-ildmmhg.nitrocdn.com/EmfGayVpJIjlSxwvIsYhxAzAzNUjWyuH/assets/images/optimized/rev-f65d057/mwtruckparts.co.uk/wp-content/uploads/sw_theme/assets/img/bg-left.png") no-repeat;z-index:2;}.home-style13 .bg-image-home13_elementor:after,.home-style13 .bg-image-home13:after{content:"";position:absolute;right:-10px;top:80px;width:432px;height:1133px;background:url("https://cdn-ildmmhg.nitrocdn.com/EmfGayVpJIjlSxwvIsYhxAzAzNUjWyuH/assets/images/optimized/rev-f65d057/mwtruckparts.co.uk/wp-content/uploads/sw_theme/assets/img/bg-right.png") no-repeat;z-index:4;}.home-style13 .bg-image-home13_elementor.fixed:before,.home-style13 .bg-image-home13_elementor.fixed:after,.home-style13 .bg-image-home13.fixed:before,.home-style13 .bg-image-home13.fixed:after{position:fixed;}.home-style13 .bg-image-home13_elementor.fixed2:before,.home-style13 .bg-image-home13_elementor.fixed2:after,.home-style13 .bg-image-home13.fixed2:before,.home-style13 .bg-image-home13.fixed2:after{position:absolute;bottom:0;top:auto;}.home-style13 .sale-off{background-color:var(--color);}.home-style13 .item .item-wrap{margin-bottom:25px;}.home-style13 .item .item-wrap .item-detail .item-content{padding:1px 5px 15px 5px;}.home-style13 .item .item-wrap .item-detail .item-content .item-price span >.amount{font-size:18px;color:var(--color);font-weight:500;}.home-style13 .item .item-wrap .item-detail .item-content .item-price del{color:#a7a7a7;font-size:16px;font-weight:400;}.home-style13 .item .item-wrap .item-detail .item-content .item-price ins{font-size:18px;color:var(--color);font-weight:500;}.home-style13 div.star,.home-style13 div.stars{background:url("data:image/png;base64,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") repeat-x scroll 0 0 rgba(0,0,0,0);}.home-style13 div.star.nitro-lazy,.home-style13 div.stars.nitro-lazy{background-image:none !important;}.home-style13 div.star span,.home-style13 div.stars span{background:url("data:image/png;base64,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") repeat scroll 0 0 rgba(0,0,0,0);}.home-style13 div.star span.nitro-lazy,.home-style13 div.stars span.nitro-lazy{background-image:none !important;}.home-style13 div.star .rating-hidden,.home-style13 div.stars .rating-hidden{display:none;}.home-style13 .footer .footer-copyright{padding:28px 0;}.home-style13 .footer .footer-copyright .copyright-text a{color:#3b3b3b;text-decoration:none;}.home-style13 .footer .footer-copyright .copyright-text a:hover{color:var(--color);}.home-style13 .footer-style6 .widget_nav_menu ul li a{color:#7d7d7d;}.home-style13 .footer-style6 .widget_nav_menu ul li a:hover{color:var(--color);}.home-style13 .footer-style6 .menu-bot ul li a{color:#222;}.home-style13 .footer-style6 .menu-bot ul li a:hover{color:var(--color);}.home-style13 .elementor-location-footer,.home-style13 .footer{background:url("https://cdn-ildmmhg.nitrocdn.com/EmfGayVpJIjlSxwvIsYhxAzAzNUjWyuH/assets/images/optimized/rev-f65d057/mwtruckparts.co.uk/wp-content/uploads/sw_theme/assets/img/bg-footer13.png") no-repeat center bottom;}.home-style13 .elementor-location-footer.nitro-lazy,.home-style13 .footer.nitro-lazy{background-image:none !important;}.home-style13 .elementor-location-footer .copyright-text-8,.home-style13 .footer .copyright-text-8{background-color:transparent !important;}.home-style13 .elementor-location-footer .copyright-text-8 .elementor-widget-container p,.home-style13 .footer .copyright-text-8 .elementor-widget-container p{color:#3b3b3b;}.home-style13 .elementor-location-footer .footer-style6-top,.home-style13 .footer .footer-style6-top{background:url("https://cdn-ildmmhg.nitrocdn.com/EmfGayVpJIjlSxwvIsYhxAzAzNUjWyuH/assets/images/optimized/rev-f65d057/mwtruckparts.co.uk/wp-content/uploads/sw_theme/assets/img/bg-newsletter.jpg") no-repeat;background-size:cover;}.home-style13 .elementor-location-footer .footer-style6-top.nitro-lazy,.home-style13 .footer .footer-style6-top.nitro-lazy{background-image:none !important;}.home-style13 .elementor-location-footer .footer-style6-top .newsletter-footer4 .content-wrap .form-newsletter button[type="submit"],.home-style13 .elementor-location-footer .footer-style6-top .newsletter-footer4 .content-wrap .form-newsletter input[type="email"],.home-style13 .footer .footer-style6-top .newsletter-footer4 .content-wrap .form-newsletter button[type="submit"],.home-style13 .footer .footer-style6-top .newsletter-footer4 .content-wrap .form-newsletter input[type="email"]{border-radius:0;}.home-style13 .elementor-location-footer .footer-style6-top .newsletter-footer4 h5,.home-style13 .elementor-location-footer .footer-style6-top .newsletter-footer4 .content-wrap h3,.home-style13 .elementor-location-footer .footer-style6-top .socials-footer h3,.home-style13 .footer .footer-style6-top .newsletter-footer4 h5,.home-style13 .footer .footer-style6-top .newsletter-footer4 .content-wrap h3,.home-style13 .footer .footer-style6-top .socials-footer h3{color:#fff;}.home-style13 .elementor-location-footer .footer-style6-top .newsletter-footer4 .form-newsletter input[type="email"],.home-style13 .elementor-location-footer .footer-style6-top .newsletter-footer4 .form-newsletter button[type="submit"],.home-style13 .footer .footer-style6-top .newsletter-footer4 .form-newsletter input[type="email"],.home-style13 .footer .footer-style6-top .newsletter-footer4 .form-newsletter button[type="submit"]{border-radius:0;}.home-style13 .elementor-location-footer .footer-style6,.home-style13 .footer .footer-style6{background-color:transparent;}.home-style13 .elementor-location-footer .footer-copyright.style5,.home-style13 .footer .footer-copyright.style5{background-color:transparent;}.home-style13 .elementor-location-footer .footer-copyright.style5 .copyright-text p,.home-style13 .footer .footer-copyright.style5 .copyright-text p{color:#3b3b3b;}@media (max-width: 1750px){.home-style13 .bg-image-home13_elementor:before,.home-style13 .bg-image-home13_elementor:after,.home-style13 .bg-image-home13:before,.home-style13 .bg-image-home13:after{background-image:none;width:0;height:0;}}@media (min-width: 1200px) and (max-width: 1920px){.home-style13 .column-left2{margin-right:-15px;margin-left:15px;}.home-style13 .column-left2 .vc_column-inner{padding-right:0;padding-left:0;padding-top:0;}.home-style13 .column-left2 .wpb_revslider_element{margin-bottom:0;}.home-style13 .column-right2 .vc_column-inner{padding-left:0;padding-top:0;}}.home-style16 rs-module-wrap .tparrows{font-weight:bold;}.home-style16 .box-search1 button.apply-filters__button{border:none;}.rtl .header-elementor15 .top-logo .elementor-widget-image{text-align:right;}.header-elementor15 .swe-woo-cart .swe-wrap-cart-head .swe-cart-icon{height:30px;width:30px;font-size:30px;}.header-elementor15 .swg-menu .swg-mega > .swg-mega-menu-item > ul.dropdown-menu{border-radius:0;}.header-elementor15 .header-mid ul.menu .menu-wishlist a{font-size:27px;color:#fff;}.header-elementor15 .header-mid ul.menu .menu-wishlist a .menu-title{display:none;}.header-elementor15 .header-mid ul.menu .menu-wishlist a:hover{color:#000;}.header-elementor15 .header-bottom .nav-pills >li > a{color:#000;font-size:14px;text-transform:capitalize;padding:15px 20px;}.header-elementor15 .header-bottom .nav-pills >li > a:hover{color:#0065b3;}.header-elementor15 .header-bottom .nav-pills >li.active{position:relative;}.header-elementor15 .header-bottom .nav-pills >li.active:before{content:"";width:30px;height:2px;background:#000;position:absolute;bottom:3px;left:50%;margin-left:-15px;}.header-elementor15 .header-bottom-elementor22 .icon-sidebar{background:none;height:45px;line-height:46px;vertical-align:top;}.header-elementor15 .header-bottom-elementor22 .icon-sidebar:before{content:"";font-family:"FontAwesome";color:#fff;font-size:28px;display:inline-block;vertical-align:top;}.header-elementor15 .header-bottom-elementor22 .icon-sidebar:before:hover{color:#ffe119;}.header-elementor15 .top-login{padding:10px 20px !important;}.rtl .header-elementor15 .top-login{padding:10px 20px !important;}.header-elementor15 .top-login ul:before{display:none;}.header-elementor15 .top-login ul li a{font-size:0;}.header-elementor15 .top-login ul li a:before{content:"";font-family:"FontAwesome";font-size:28px;display:inline-block;vertical-align:top;color:#fff;}.header-elementor15 .top-login ul li a:hover:before{color:#111;}.header-elementor15 .top-login .div-logined ul li a:before{content:"";}.header-elementor15 .autusin-minicart4 .top-minicart-icon{border:none;}.header-elementor15 .autusin-minicart4 .top-minicart-icon .cart-contents{border-right:none;background:url("https://cdn-ildmmhg.nitrocdn.com/EmfGayVpJIjlSxwvIsYhxAzAzNUjWyuH/assets/images/source/rev-f65d057/mwtruckparts.co.uk/wp-content/uploads/sw_theme/assets/img/shopping-bag.svg") no-repeat top center;background-size:28px;}.header-elementor15 .autusin-minicart4 .top-minicart-icon .cart-contents.nitro-lazy{background-image:none !important;}.rtl .header-elementor15 .autusin-minicart4 .top-minicart-icon .cart-contents{border-left:none;}.header-elementor15 .autusin-minicart4 .top-minicart-icon .cart-contents i.fa{font-size:0;}.header-elementor15 .autusin-minicart4 .top-minicart-icon .cart-contents .minicart-number{background:#111;top:-8px;right:0px;}.rtl .header-elementor15 .autusin-minicart4 .top-minicart-icon .cart-contents .minicart-number{right:auto;left:0px;}.header-elementor15 .autusin-minicart4 .top-minicart-icon .cart-title{display:none;}.header-elementor15 .autusin_search_2{border:none;margin-right:30px;}.rtl .header-elementor15 .autusin_search_2{margin-left:30px;margin-right:0;}.header-elementor15 .autusin_search_2 .top-form.top-search{border-radius:30px;}.header-elementor15 .autusin_search_2 .top-form.top-search .content-search{padding:0 200px 0 30px;}.rtl .header-elementor15 .autusin_search_2 .top-form.top-search .content-search{padding:0 30px 0 200px;}.header-elementor15 .autusin_search_2 .top-form.top-search .content-search input{height:56px;line-height:56px;font-weight:600;color:#474747;}.header-elementor15 .autusin_search_2 .top-form.top-search .content-search input::-webkit-input-placeholder{color:#474747;}.header-elementor15 .autusin_search_2 .top-form.top-search .content-search input::-moz-placeholder{color:#474747;}.header-elementor15 .autusin_search_2 .top-form.top-search .content-search input:-ms-input-placeholder{color:#474747;}.header-elementor15 .autusin_search_2 .top-form.top-search button.form-button{height:46px;line-height:46px;width:46px;border-radius:50%;background:#f04949;color:#fff;text-align:center;padding:0;margin-top:5px;margin-right:6px;}.rtl .header-elementor15 .autusin_search_2 .top-form.top-search button.form-button{margin-right:0;margin-left:6px;}.header-elementor15 .autusin_search_2 .top-form.top-search button.form-button:hover{background:#000;}.header-elementor15 .autusin_search_2 .top-form.top-search .cat-wrapper{height:56px;left:auto;right:70px;border-right:none;overflow:inherit;padding-top:10px;}.rtl .header-elementor15 .autusin_search_2 .top-form.top-search .cat-wrapper{right:auto;left:70px;border-left:none;}.header-elementor15 .autusin_search_2 .top-form.top-search .cat-wrapper select{height:56px;color:#111;font-weight:600;display:none;}.header-elementor15 .autusin_search_2 .top-form.top-search .cat-wrapper:before{display:none;}.header-elementor15 .autusin_search_2 .top-form.top-search .cat-wrapper .select-styled{height:36px;color:#0065b3;font-weight:600;line-height:36px;width:auto;font-family:Inter;position:relative;}.header-elementor15 .autusin_search_2 .top-form.top-search .cat-wrapper .select-styled:after{content:"";font-family:"FontAwesome";font-size:14px;color:#0065b3;font-weight:600;display:inline-block;vertical-align:top;margin-left:10px;}.rtl .header-elementor15 .autusin_search_2 .top-form.top-search .cat-wrapper .select-styled:after{margin-left:0;margin-right:10px;}.header-elementor15 .autusin_search_2 .top-form.top-search .cat-wrapper ul.select-options{position:absolute;top:55px;right:-60px;z-index:2;margin:0;padding:0px 25px 0px 20px;background:#fff;width:auto;border:1px #0065b3 solid;overflow-x:hidden;display:inherit !important;height:0;opacity:0;visibility:hidden;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;}.rtl .header-elementor15 .autusin_search_2 .top-form.top-search .cat-wrapper ul.select-options{padding:0 20px 0 25px;}.header-elementor15 .autusin_search_2 .top-form.top-search .cat-wrapper ul.select-options li{font-family:Inter;font-size:14px;font-weight:normal;padding:12px 0;white-space:nowrap;border-bottom:1px #ededed solid;}.header-elementor15 .autusin_search_2 .top-form.top-search .cat-wrapper ul.select-options li:hover{color:#0065b3;cursor:pointer;}.header-elementor15 .autusin_search_2 .top-form.top-search .cat-wrapper ul.select-options.open{height:350px;max-height:350px;opacity:1;visibility:visible;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;}.header-elementor15 .autusin_search_2 ::-webkit-scrollbar{width:5px;height:5px;}.header-elementor15 .autusin_search_2 ::-webkit-scrollbar-track{background-color:#eee;}.header-elementor15 .autusin_search_2 ::-webkit-scrollbar-thumb{background:#fafafa;}.header-elementor15 .listing-tab-shortcode .tabbable.tabs .nav.nav-tabs li a{font-size:14px;}.header-elementor15 .listing-tab-shortcode .item .item-wrap .item-detail .item-content{padding-left:10px;padding-right:10px;}.promotion .elementor-row .elementor-column .elementor-image-box-wrapper{position:relative;}.promotion .elementor-row .elementor-column .elementor-image-box-wrapper:before{content:"";width:1px;height:100%;background:#0065b3;position:absolute;top:0;right:-10px;}.rtl .promotion .elementor-row .elementor-column .elementor-image-box-wrapper:before{right:auto;left:-10px;}.promotion .elementor-row .elementor-column:last-child .elementor-image-box-wrapper:before{display:none;}.promotion .elementor-image-box-content .elementor-image-box-description{line-height:19px !important;}.rtl .promotion .elementor-image-box-content{text-align:right;}.sw-category-slider12{position:relative;}.sw-category-slider12 .block-title{text-align:center;position:relative;padding-bottom:25px;margin-bottom:92px;}.sw-category-slider12 .block-title:before{content:"";width:100px;height:4px;background:#0065b3;position:absolute;bottom:0;left:50%;margin-left:-50px;}.sw-category-slider12 .block-title h3{font-size:24px;color:#0065b3;text-transform:uppercase;font-weight:700;margin-bottom:5px;}.sw-category-slider12 .block-title h3 span{color:#111;}.sw-category-slider12 .block-title .description{font-size:16px;}.sw-category-slider12 .resp-slider-container{margin:0 -15px;}.sw-category-slider12 .resp-slider-container .item{padding:0 15px;}.sw-category-slider12 .resp-slider-container .item .item-inner{position:relative;}.sw-category-slider12 .resp-slider-container .item .item-image{padding:0 35px;}.sw-category-slider12 .resp-slider-container .item .item-image a img{margin:0 auto;width:100%;}.sw-category-slider12 .resp-slider-container .item .item-content{background:#f9f9f9;padding:177px 30px 53px 30px;margin-top:-95px;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;}.rtl .sw-category-slider12 .resp-slider-container .item .item-content{direction:rtl;}.sw-category-slider12 .resp-slider-container .item .item-content h3{font-size:18px;text-transform:uppercase;font-weight:700;margin-bottom:5px;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;}.sw-category-slider12 .resp-slider-container .item .item-content p{font-size:16px;color:#111;margin-bottom:25px;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;}.sw-category-slider12 .resp-slider-container .item .item-content .view-all{font-size:0px;text-transform:uppercase;font-weight:700;width:48px;height:48px;border-radius:50%;text-align:center;background:#0065b3;color:#fff;display:inline-block;vertical-align:top;}.sw-category-slider12 .resp-slider-container .item .item-content .view-all i{font-size:12px;width:48px;height:48px;line-height:48px;}.rtl .sw-category-slider12 .resp-slider-container .item .item-content .view-all i:before{content:"";}.sw-category-slider12 .resp-slider-container .item:hover .item-content{background:#0065b3;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;}.sw-category-slider12 .resp-slider-container .item:hover .item-content h3 a,.sw-category-slider12 .resp-slider-container .item:hover .item-content p{color:#fff;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;}.sw-category-slider12 .resp-slider-container .item:hover .item-content .view-all{background:#fff;width:auto;border-radius:4px;font-size:13px;color:#111;padding:0 30px;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;}.sw-category-slider12 .resp-slider-container .item:hover .item-content .view-all i{width:15px;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;}.sw-category-slider12 .res-button{visibility:hidden;opacity:0;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;}.sw-category-slider12 .res-button.slick-next{display:inline-block;width:40px;height:40px;line-height:40px;position:absolute;top:55%;right:-55px;z-index:8;text-align:center;}.sw-category-slider12 .res-button.slick-next:before{font-family:"FontAwesome";content:"";color:#555;font-size:60px;}.sw-category-slider12 .res-button.slick-next:hover{cursor:pointer;}.sw-category-slider12 .res-button.slick-next:hover:before{color:#0065b3;}.sw-category-slider12 .res-button.slick-prev{display:inline-block;width:40px;height:40px;line-height:40px;position:absolute;top:55%;left:-55px;z-index:8;text-align:center;}.sw-category-slider12 .res-button.slick-prev:before{font-family:"FontAwesome";content:"";color:#555;font-size:60px;}.sw-category-slider12 .res-button.slick-prev:hover{cursor:pointer;}.sw-category-slider12 .res-button.slick-prev:hover:before{color:#0065b3;}.sw-category-slider12 .res-button{border:0;background-color:none;}.sw-category-slider12 .res-button:hover{background-color:transparent;}.sw-category-slider12 .res-button.slick-next{left:auto;}.sw-category-slider12:hover .res-button{visibility:visible;opacity:1;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;}.countdown-slider10{margin-bottom:93px;}.countdown-slider10 .box-title{text-align:center;position:relative;padding-bottom:25px;margin-bottom:58px;}.countdown-slider10 .box-title:before{content:"";width:100px;height:4px;background:#0065b3;position:absolute;bottom:0;left:50%;margin-left:-50px;}.countdown-slider10 .box-title h3{font-size:24px;color:#0065b3;text-transform:uppercase;font-weight:700;margin-bottom:5px;}.countdown-slider10 .box-title h3 span{color:#fff;}.countdown-slider10 .box-title .description{font-size:16px;color:#fff;}.countdown-slider10 .resp-slider-container{background:#fff;border:1px #0065b3 solid;}.countdown-slider10 .resp-slider-container .slider .item{border-right:1px #0065b3 solid;}.countdown-slider10 .resp-slider-container .slider .item:last-child{border-right:none;}.countdown-slider10 .resp-slider-container .slider .item .item-wrapt{padding:30px;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;border-bottom:1px #0065b3 solid;}.countdown-slider10 .resp-slider-container .slider .item .item-wrapt:last-child{border-bottom:none;}.countdown-slider10 .resp-slider-container .slider .item .item-wrapt .item-detail .sale-off{font-size:12px;color:#0065b3;text-align:center;line-height:22px;height:23px;background:transparent;border:1px solid #0065b3;padding:0 8px;width:auto;border-radius:20px;}.countdown-slider10 .resp-slider-container .slider .item .item-wrapt .item-detail .item-image-countdown{width:280px;float:left;position:relative;margin-right:15px;}.rtl .countdown-slider10 .resp-slider-container .slider .item .item-wrapt .item-detail .item-image-countdown{float:right;margin-right:0;margin-left:15px;}.countdown-slider10 .resp-slider-container .slider .item .item-wrapt .item-detail .item-image-countdown >a img{-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;}.countdown-slider10 .resp-slider-container .slider .item .item-wrapt .item-detail .item-image-countdown a.sw-quickview{text-align:center;color:#fff;font-weight:500;height:32px;line-height:30px;padding:0;background-color:#0065b3;display:inline-block;vertical-align:top;font-size:0;opacity:0;min-width:32px;-webkit-transform:translateY(-40px);-moz-transform:translateY(-40px);-o-transform:translateY(-40px);-ms-transform:translateY(-40px);transform:translateY(-40px);-webkit-border-radius:4px;-moz-border-radius:4px;-o-border-radius:4px;-ms-border-radius:4px;border-radius:4px;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;position:absolute;top:50%;margin-top:-16px;left:50%;margin-left:-16px;}.countdown-slider10 .resp-slider-container .slider .item .item-wrapt .item-detail .item-image-countdown a.sw-quickview:before{font-family:"FontAwesome";font-size:12px;content:"";}.countdown-slider10 .resp-slider-container .slider .item .item-wrapt .item-detail .item-image-countdown a.sw-quickview:hover{background-color:var(--darken10);}.countdown-slider10 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content{overflow:hidden;padding-top:5px;}.rtl .countdown-slider10 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content{direction:rtl;}.countdown-slider10 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content h4{font-size:18px;text-transform:capitalize;margin-bottom:18px;}.countdown-slider10 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content h4 a{-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;}.countdown-slider10 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content h4 a:hover{-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;}.countdown-slider10 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .reviews-content{margin-bottom:15px;}.countdown-slider10 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .reviews-content .star span{background:url("https://cdn-ildmmhg.nitrocdn.com/EmfGayVpJIjlSxwvIsYhxAzAzNUjWyuH/assets/images/source/rev-f65d057/mwtruckparts.co.uk/wp-content/uploads/sw_theme/assets/img/star-active6.svg") repeat scroll 0 0 rgba(0,0,0,0);}.countdown-slider10 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .reviews-content .star span.nitro-lazy{background-image:none !important;}.countdown-slider10 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-price{font-size:24px;margin-bottom:23px;color:#111;}.countdown-slider10 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-price ins{color:#111;}.countdown-slider10 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-price del{color:#7b7b7b;text-decoration:line-through;font-size:18px;}.countdown-slider10 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-countdown{margin-bottom:29px;}.countdown-slider10 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-countdown .countdown-row .countdown-section{display:inline-block;width:50px;background:#e1e1e1;padding:4px 0px;margin:0 10px 0 0;text-align:center;border-radius:4px;}.rtl .countdown-slider10 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-countdown .countdown-row .countdown-section{margin:0 0 0 10px;}.countdown-slider10 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-countdown .countdown-row .countdown-section span{display:block;}.countdown-slider10 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-countdown .countdown-row .countdown-section .countdown-amount{font-size:20px;color:#111;font-weight:600;}.countdown-slider10 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-countdown .countdown-row .countdown-section .countdown-period{font-size:13px;color:#111;text-transform:capitalize;}.countdown-slider10 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-button{display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;}.countdown-slider10 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-button .button-buynow{-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;height:50px;line-height:50px;font-size:14px;color:#fff;font-weight:500;padding:0 30px;text-transform:uppercase;background-color:#0065b3;border-radius:4px;display:inline-block;vertical-align:top;}.countdown-slider10 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-button .button-buynow:hover{background:var(--darken10);-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;}.countdown-slider10 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-bottom{z-index:2;}.countdown-slider10 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-bottom .clear{display:none;}.countdown-slider10 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-bottom .button,.countdown-slider10 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-bottom .add_to_cart_button,.countdown-slider10 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-bottom .product_type_external,.countdown-slider10 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-bottom .product_type_grouped{-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;height:50px;line-height:50px;font-size:14px;color:#fff;font-weight:600;padding:0 25px;text-transform:uppercase;background-color:#0065b3;border-radius:4px;-webkit-transform:translateY(0);-moz-transform:translateY(0);-o-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);display:inline-block;}.countdown-slider10 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-bottom .button:hover,.countdown-slider10 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-bottom .add_to_cart_button:hover,.countdown-slider10 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-bottom .product_type_external:hover,.countdown-slider10 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-bottom .product_type_grouped:hover{opacity:.85;}.countdown-slider10 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-bottom .button.loading,.countdown-slider10 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-bottom .add_to_cart_button.loading,.countdown-slider10 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-bottom .product_type_external.loading,.countdown-slider10 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-bottom .product_type_grouped.loading{background-color:#0065b3;opacity:1;}.countdown-slider10 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-bottom .button.loading:before,.countdown-slider10 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-bottom .add_to_cart_button.loading:before,.countdown-slider10 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-bottom .product_type_external.loading:before,.countdown-slider10 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-bottom .product_type_grouped.loading:before{text-align:center;left:0;border-radius:4px;border:1px #0065b3 solid;}.countdown-slider10 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-bottom .button.added,.countdown-slider10 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-bottom .add_to_cart_button.added,.countdown-slider10 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-bottom .product_type_external.added,.countdown-slider10 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-bottom .product_type_grouped.added{background-color:#0065b3;}.countdown-slider10 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-bottom .button.added:after,.countdown-slider10 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-bottom .add_to_cart_button.added:after,.countdown-slider10 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-bottom .product_type_external.added:after,.countdown-slider10 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-bottom .product_type_grouped.added:after{font-family:WooCommerce;content:"";margin-left:.53em;vertical-align:bottom;}.countdown-slider10 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist{margin:0 0 0 10px;}.rtl .countdown-slider10 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist{margin:0 10px 0 0;}.countdown-slider10 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button,.countdown-slider10 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse,.countdown-slider10 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse{position:relative;}.countdown-slider10 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a,.countdown-slider10 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,.countdown-slider10 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a{-webkit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;-ms-transition:all .4s;transition:all .4s;}.countdown-slider10 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a .yith-wcwl-icon-svg,.countdown-slider10 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a .yith-wcwl-icon-svg,.countdown-slider10 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a .yith-wcwl-icon-svg{display:none;}.countdown-slider10 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:before,.countdown-slider10 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,.countdown-slider10 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before{content:"";}.countdown-slider10 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button.show,.countdown-slider10 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse.show,.countdown-slider10 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse.show{display:inline-block !important;vertical-align:top;}.countdown-slider10 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .feedback,.countdown-slider10 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse .feedback,.countdown-slider10 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse .feedback{display:none;}.countdown-slider10 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .ajax-loading,.countdown-slider10 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse .ajax-loading,.countdown-slider10 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse .ajax-loading{position:absolute;left:0;right:0;top:0;bottom:0;margin:auto;}.countdown-slider10 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-bottom a.compare{-webkit-transition:all .5s;-moz-transition:all .5s;-o-transition:all .5s;-ms-transition:all .5s;transition:all .5s;background:transparent;min-width:40px;}.countdown-slider10 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-bottom a.compare.added:before{color:#fff;}.countdown-slider10 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-bottom a.compare:before{content:"";line-height:49px;}.countdown-slider10 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a,.countdown-slider10 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,.countdown-slider10 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a,.countdown-slider10 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-bottom a.compare{text-align:center;color:#525252;font-weight:500;height:50px;line-height:50px;padding:0;display:inline-block;vertical-align:top;overflow:hidden;position:relative;font-size:0;min-width:50px;margin:0;-webkit-transform:translateY(0);-moz-transform:translateY(0);-o-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);-webkit-border-radius:4px;-moz-border-radius:4px;-o-border-radius:4px;-ms-border-radius:4px;border-radius:4px;}.countdown-slider10 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:before,.countdown-slider10 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,.countdown-slider10 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before,.countdown-slider10 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-bottom a.compare:before{font-family:"FontAwesome";font-size:24px;}.countdown-slider10 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover,.countdown-slider10 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover,.countdown-slider10 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover,.countdown-slider10 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-bottom a.compare:hover{min-width:50px;background-color:#0065b3;font-size:0;padding:0;}.countdown-slider10 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover:before,.countdown-slider10 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover:before,.countdown-slider10 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover:before,.countdown-slider10 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-bottom a.compare:hover:before{color:#fff;}.countdown-slider10 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-bottom .add_to_cart_button,.countdown-slider10 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-bottom .product_type_external,.countdown-slider10 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-bottom .product_type_grouped,.countdown-slider10 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist,.countdown-slider10 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-bottom a.compare,.countdown-slider10 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-bottom .group.fancybox{display:inline-block;vertical-align:top;}.countdown-slider10 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-bottom .yith-wcwl-wishlistaddedbrowse.show a:before,.countdown-slider10 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-bottom .yith-wcwl-wishlistexistsbrowse.show a:before{color:#fff;}.countdown-slider10 .resp-slider-container .slider .item .item-wrapt:hover{-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;}.countdown-slider10 .resp-slider-container .slider .item .item-wrapt:hover .item-detail .item-image-countdown >a img{-webkit-transform:scale(1.05);-moz-transform:scale(1.05);-o-transform:scale(1.05);-ms-transform:scale(1.05);transform:scale(1.05);-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;}.countdown-slider10 .resp-slider-container .slider .item .item-wrapt:hover .item-detail .item-image-countdown a.sw-quickview{opacity:1;-webkit-transform:translateY(0);-moz-transform:translateY(0);-o-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);}.countdown-slider10 .resp-slider-container .slider .item .item-wrapt:hover .item-detail .item-content h4 a{color:#0065b3;}.sw-woo-tab-style10 .box-title{text-align:center;position:relative;padding-bottom:25px;margin-bottom:25px;}.sw-woo-tab-style10 .box-title:before{content:"";width:100px;height:4px;background:#0065b3;position:absolute;bottom:0;left:50%;margin-left:-50px;}.sw-woo-tab-style10 .box-title h3{font-size:24px;color:#0065b3;text-transform:uppercase;font-weight:700;margin-bottom:5px;}.sw-woo-tab-style10 .box-title h3 span{color:#111;}.sw-woo-tab-style10 .box-title .description{font-size:16px;}.sw-woo-tab-style10 .top-tab-slider{margin-bottom:26px;}.sw-woo-tab-style10 .top-tab-slider ul{margin:0;text-align:center;border-bottom:none;}.sw-woo-tab-style10 .top-tab-slider ul li{display:inline-block;vertical-align:top;float:none;}.sw-woo-tab-style10 .top-tab-slider ul li a{font-size:16px;text-transform:uppercase;font-weight:600;border:none;}.sw-woo-tab-style10 .top-tab-slider ul li.active a,.sw-woo-tab-style10 .top-tab-slider ul li:hover a{color:#0065b3;border:none;background:transparent;}.sw-woo-tab-style10 .tab-content .banner-category{width:25%;}.sw-woo-tab-style10 .tab-content .tab-pane .resp-slider .item{width:25%;float:left;border-right:1px #0065b3 solid;border-bottom:1px #0065b3 solid;padding:15px;background:#fff;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;min-height:521px;}.rtl .sw-woo-tab-style10 .tab-content .tab-pane .resp-slider .item{float:right;}.sw-woo-tab-style10 .tab-content .tab-pane .resp-slider .item .item-wrap4{border-right:none;display:block;background:transparent;}.sw-woo-tab-style10 .tab-content .tab-pane .resp-slider .item .item-wrap4 .sale-off{font-size:12px;color:#0065b3;text-align:center;line-height:22px;height:23px;background:transparent;border:1px solid #0065b3;padding:0 8px;width:auto;border-radius:20px;}.sw-woo-tab-style10 .tab-content .tab-pane .resp-slider .item .item-wrap4 .item-img a{display:block;}.sw-woo-tab-style10 .tab-content .tab-pane .resp-slider .item .item-wrap4 .item-img a img{width:100%;}.sw-woo-tab-style10 .tab-content .tab-pane .resp-slider .item .item-wrap4 .top-item{top:10px;}.sw-woo-tab-style10 .tab-content .tab-pane .resp-slider .item .item-wrap4 .top-item .sw-quickview{margin-bottom:10px;}.sw-woo-tab-style10 .tab-content .tab-pane .resp-slider .item .item-wrap4 .item-content{text-align:center;padding-top:10px !important;margin-bottom:0 !important;}.sw-woo-tab-style10 .tab-content .tab-pane .resp-slider .item .item-wrap4 .item-content h4{max-width:280px;margin-bottom:10px;min-height:42px;}.sw-woo-tab-style10 .tab-content .tab-pane .resp-slider .item .item-wrap4 .item-content h4 a{text-transform:uppercase;}.sw-woo-tab-style10 .tab-content .tab-pane .resp-slider .item .item-wrap4 .item-content .reviews-content{margin-bottom:5px;}.sw-woo-tab-style10 .tab-content .tab-pane .resp-slider .item .item-wrap4 .item-content .reviews-content .star span{background:url("https://cdn-ildmmhg.nitrocdn.com/EmfGayVpJIjlSxwvIsYhxAzAzNUjWyuH/assets/images/source/rev-f65d057/mwtruckparts.co.uk/wp-content/uploads/sw_theme/assets/img/star-active6.svg") repeat scroll 0 0 rgba(0,0,0,0);}.sw-woo-tab-style10 .tab-content .tab-pane .resp-slider .item .item-wrap4 .item-content .reviews-content .star span.nitro-lazy{background-image:none !important;}.sw-woo-tab-style10 .tab-content .tab-pane .resp-slider .item .item-wrap4 .item-content .item-price{font-size:18px;border-bottom:1px #0065b3 solid;padding-bottom:10px;margin-bottom:17px;display:block;}.sw-woo-tab-style10 .tab-content .tab-pane .resp-slider .item .item-wrap4 .item-content .item-price > span{display:flex;justify-content:center;}.sw-woo-tab-style10 .tab-content .tab-pane .resp-slider .item .item-wrap4 .item-content .item-price ins{color:#111;float:none;order:-1;}.rtl .sw-woo-tab-style10 .tab-content .tab-pane .resp-slider .item .item-wrap4 .item-content .item-price ins{float:none;order:0;}.sw-woo-tab-style10 .tab-content .tab-pane .resp-slider .item .item-wrap4 .item-content .item-price del{font-size:14px;color:#111;}.sw-woo-tab-style10 .tab-content .tab-pane .resp-slider .item .item-wrap4 .item-content .item-button .button-buynow{-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;height:50px;line-height:50px;font-size:14px;color:#fff;font-weight:500;padding:0 30px;text-transform:uppercase;background-color:#0065b3;border-radius:4px;display:inline-block;vertical-align:top;}.sw-woo-tab-style10 .tab-content .tab-pane .resp-slider .item .item-wrap4 .item-content .item-button .item-bottom{display:none;}.sw-woo-tab-style10 .tab-content .tab-pane .resp-slider .item:first-child,.sw-woo-tab-style10 .tab-content .tab-pane .resp-slider .item:nth-child(2),.sw-woo-tab-style10 .tab-content .tab-pane .resp-slider .item:nth-child(3){border-top:1px #0065b3 solid;}.sw-woo-tab-style10 .tab-content .tab-pane .resp-slider .item:nth-child(4){border-left:1px #0065b3 solid;}.sw-woo-tab-style10 .tab-content .tab-pane .resp-slider .item:hover{background:#0065b3;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;}.sw-woo-tab-style10 .tab-content .tab-pane .resp-slider .item:hover .item-wrap4 .item-content h4 a,.sw-woo-tab-style10 .tab-content .tab-pane .resp-slider .item:hover .item-wrap4 .item-content .item-price,.sw-woo-tab-style10 .tab-content .tab-pane .resp-slider .item:hover .item-wrap4 .item-content .item-price span >.amount,.sw-woo-tab-style10 .tab-content .tab-pane .resp-slider .item:hover .item-wrap4 .item-content .item-price ins,.sw-woo-tab-style10 .tab-content .tab-pane .resp-slider .item:hover .item-wrap4 .item-content .item-price del{color:#fff;}.sw-woo-tab-style10 .tab-content .tab-pane .resp-slider .item:hover .item-wrap4 .item-content .item-price{border-bottom:1px #fff solid;}.sw-woo-tab-style10 .tab-content .tab-pane .resp-slider .item:hover .item-wrap4 .item-content .item-button .button-buynow{background:#fff;color:#111;}.sw-brand-container-slider3{margin-bottom:106px;}.sw-brand-container-slider3 .box-title{text-align:center;position:relative;padding-bottom:25px;margin-bottom:58px;}.sw-brand-container-slider3 .box-title:before{content:"";width:100px;height:4px;background:#0065b3;position:absolute;bottom:0;left:50%;margin-left:-50px;}.sw-brand-container-slider3 .box-title h3{font-size:24px;color:#0065b3;text-transform:uppercase;font-weight:700;margin-bottom:5px;}.sw-brand-container-slider3 .box-title h3 span{color:#fff;}.sw-brand-container-slider3 .box-title .description{font-size:16px;color:#fff;}.sw-brand-container-slider3 .slider{background:#fff;border-right:1px #0065b3 solid;border-left:1px #0065b3 solid;}.sw-brand-container-slider3 .slider .item-brand-cat{border-right:1px #0065b3 solid;}.sw-brand-container-slider3 .slider .item-brand-cat:last-child{border-right:none;}.sw-brand-container-slider3 .slider .item-brand-cat .item-image{border-bottom:1px #0065b3 solid;min-height:180px;overflow:hidden;display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-align-items:center;-ms-align-items:center;align-items:center;-webkit-justify-content:center;-ms-justify-content:center;justify-content:center;}.sw-brand-container-slider3 .slider .item-brand-cat a{display:block;}.sw-brand-container-slider3 .slider .item-brand-cat a img{width:100%;margin-bottom:0;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;}.sw-brand-container-slider3 .slider .item-brand-cat a:hover img{animation-name:elementor-animation-buzz-out;animation-duration:.75s;opacity:1;animation-timing-function:linear;animation-iteration-count:1;}.newsletter-footer5 .mc4wp-form-fields{max-width:860px;margin:0 auto 25px auto;border:2px #fff solid;border-radius:30px;display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;}.newsletter-footer5 .mc4wp-form-fields input[type="email"]{width:80%;background:transparent;height:50px;line-height:50px;border:none;margin-bottom:0;color:#fff;font-size:14px;padding:0 30px;border-radius:30px;}.newsletter-footer5 .mc4wp-form-fields input::-webkit-input-placeholder{color:#fff;}.newsletter-footer5 .mc4wp-form-fields input::-moz-placeholder{color:#fff;}.newsletter-footer5 .mc4wp-form-fields input:-ms-input-placeholder{color:#fff;}.newsletter-footer5 .mc4wp-form-fields .frm-submit{width:20%;background:#0065b3;height:50px;line-height:50px;border:none;margin-bottom:0;color:#fff;text-transform:uppercase;font-size:14px;border-radius:30px;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;}.newsletter-footer5 .mc4wp-form-fields .frm-submit:before{display:none;}.newsletter-footer5 .mc4wp-form-fields .frm-submit:hover{background:var(--darken10);-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;}.newsletter-footer5 .mc4wp-form-fields .mc4wp-success{color:#111;}.sw-mostviewed2 .box-title{text-align:center;position:relative;padding-bottom:25px;margin-bottom:58px;}.sw-mostviewed2 .box-title:before{content:"";width:100px;height:4px;background:#0065b3;position:absolute;bottom:0;left:50%;margin-left:-50px;}.sw-mostviewed2 .box-title h3{font-size:24px;color:#0065b3;text-transform:uppercase;font-weight:700;margin-bottom:5px;}.sw-mostviewed2 .box-title h3 span{color:#111;}.sw-mostviewed2 .box-title .description{font-size:16px;}.sw-mostviewed2 .slider{border:1px #0065b3 solid;background:#fff;}.sw-mostviewed2 .slider .item{border-right:1px #0065b3 solid;}.sw-mostviewed2 .slider .item:last-child{border-right:none;}.sw-mostviewed2 .slider .item .item-inner{border-bottom:1px #0065b3 solid;overflow:hidden;}.sw-mostviewed2 .slider .item .item-inner:last-child{border-bottom:none;}.sw-mostviewed2 .slider .item .item-inner .item-thumbnail{width:209px;position:relative;border:1px solid #fff;margin-right:15px;-webkit-transition:all .5s;-moz-transition:all .5s;-o-transition:all .5s;-ms-transition:all .5s;transition:all .5s;}.rtl .sw-mostviewed2 .slider .item .item-inner .item-thumbnail{margin-right:0;margin-left:15px;}.sw-mostviewed2 .slider .item .item-inner .item-thumbnail >a img{-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;}.sw-mostviewed2 .slider .item .item-inner .item-thumbnail .sale-off{font-size:12px;color:#0065b3;text-align:center;line-height:22px;height:23px;background:transparent;border:1px solid #0065b3;padding:0 8px;width:auto;border-radius:20px;}.sw-mostviewed2 .slider .item .item-inner .item-content{overflow:hidden;position:relative;padding:33px 15px 15px 0;}.rtl .sw-mostviewed2 .slider .item .item-inner .item-content{text-align:right;padding:33px 0 15px 15px;}.sw-mostviewed2 .slider .item .item-inner .item-content h4{font-size:14px;text-transform:uppercase;font-weight:600;max-width:300px;line-height:22px;margin-bottom:6px;}.rtl .sw-mostviewed2 .slider .item .item-inner .item-content h4{float:right;}.sw-mostviewed2 .slider .item .item-inner .item-content .item-price{float:none;color:#111;position:relative;z-index:2;-webkit-transition:all .5s;-moz-transition:all .5s;-o-transition:all .5s;-ms-transition:all .5s;transition:all .5s;margin-bottom:30px;}.sw-mostviewed2 .slider .item .item-inner .item-content .item-price del{color:#111;text-decoration:line-through;font-size:14px;}.sw-mostviewed2 .slider .item .item-inner .item-content .item-price ins,.sw-mostviewed2 .slider .item .item-inner .item-content .item-price span > .amount{color:#111;}.sw-mostviewed2 .slider .item .item-inner .item-content .view-more a{display:inline-block;vertical-align:top;height:40px;line-height:40px;font-size:13px;color:#fff;font-weight:500;padding:0 20px;text-transform:uppercase;background-color:#0065b3;border-radius:4px;}.sw-mostviewed2 .slider .item .item-inner .item-content .view-more a:hover{background:var(--darken10);}.sw-mostviewed2 .slider .item .item-inner:hover .item-thumbnail >a img{-webkit-transform:scale(1.05);-moz-transform:scale(1.05);-o-transform:scale(1.05);-ms-transform:scale(1.05);transform:scale(1.05);-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;}.sw-mostviewed2 .slider .item .item-inner:hover .item-content h4 a{color:#0065b3;}.testimonial-slider4{margin-bottom:66px;position:relative;}.testimonial-slider4 .box-title{text-align:center;position:relative;padding-bottom:25px;margin-bottom:58px;}.testimonial-slider4 .box-title:before{content:"";width:100px;height:4px;background:#0065b3;position:absolute;bottom:0;left:50%;margin-left:-50px;}.testimonial-slider4 .box-title h3{font-size:24px;color:#0065b3;text-transform:uppercase;font-weight:700;margin-bottom:5px;}.testimonial-slider4 .box-title h3 span{color:#fff;}.testimonial-slider4 .box-title .description{font-size:16px;color:#fff;}.testimonial-slider4 .slider{background:#fff;padding:30px 20px;}.testimonial-slider4 .slider .item{padding:0 10px;}.testimonial-slider4 .slider .item .item-inner .client-comment{background:#f5f5f5;padding:56px 60px 64px 60px;margin-bottom:37px;font-size:16px;line-height:24px;font-style:italic;color:#111;}.rtl .testimonial-slider4 .slider .item .item-inner .client-comment{text-align:right;}.testimonial-slider4 .slider .item .item-inner .client-comment:before{content:"";}.testimonial-slider4 .slider .item .item-inner .client-comment i{font-size:40px;color:#0065b3;display:block;margin-bottom:17px;}.rtl .testimonial-slider4 .slider .item .item-inner .client-comment i:before{content:"";}.testimonial-slider4 .slider .item .item-inner .client-content{padding-left:27%;}.rtl .testimonial-slider4 .slider .item .item-inner .client-content{direction:rtl;padding-right:27%;padding-left:0;}.testimonial-slider4 .slider .item .item-inner .client-content .item-img{margin-right:15px;position:relative;}.testimonial-slider4 .slider .item .item-inner .client-content .item-img:before{content:"";position:absolute;left:20px;top:-45px;border-left:20px solid transparent;border-right:20px solid transparent;border-top:40px solid #ebebeb;}.rtl .testimonial-slider4 .slider .item .item-inner .client-content .item-img:before{left:auto;right:20px;}.rtl .testimonial-slider4 .slider .item .item-inner .client-content .item-img{margin-right:0;margin-left:15px;}.testimonial-slider4 .slider .item .item-inner .client-content .item-img img{border-radius:50%;width:80px;}.testimonial-slider4 .slider .item .item-inner .client-content .au_name{font-size:16px;font-weight:600;color:#111;margin-bottom:5px;}.testimonial-slider4 .slider .item .item-inner .client-content .au_info{color:#111;}.testimonial-slider4 div.star{background:transparent;height:20px;width:90px;margin-bottom:5px;margin-top:5px;}.testimonial-slider4 div.star span{background:url("https://cdn-ildmmhg.nitrocdn.com/EmfGayVpJIjlSxwvIsYhxAzAzNUjWyuH/assets/images/optimized/rev-f65d057/mwtruckparts.co.uk/wp-content/uploads/sw_theme/assets/img/star-active.png") repeat scroll 0 0 rgba(0,0,0,0);float:left;left:0;overflow:hidden;padding-top:18px;position:absolute;top:0;}.testimonial-slider4 div.star span.nitro-lazy{background-image:none !important;}.testimonial-slider4 .res-button{visibility:hidden;opacity:0;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;}.testimonial-slider4 .res-button.slick-next{display:inline-block;width:40px;height:40px;line-height:40px;position:absolute;top:55%;right:-55px;z-index:8;text-align:center;}.testimonial-slider4 .res-button.slick-next:before{font-family:"FontAwesome";content:"";color:#555;font-size:60px;}.testimonial-slider4 .res-button.slick-next:hover{cursor:pointer;}.testimonial-slider4 .res-button.slick-next:hover:before{color:#0065b3;}.testimonial-slider4 .res-button.slick-prev{display:inline-block;width:40px;height:40px;line-height:40px;position:absolute;top:55%;left:-55px;z-index:8;text-align:center;}.testimonial-slider4 .res-button.slick-prev:before{font-family:"FontAwesome";content:"";color:#555;font-size:60px;}.testimonial-slider4 .res-button.slick-prev:hover{cursor:pointer;}.testimonial-slider4 .res-button.slick-prev:hover:before{color:#0065b3;}.testimonial-slider4 .res-button{border:0;background-color:none;}.testimonial-slider4 .res-button:hover{background-color:transparent;}.testimonial-slider4 .res-button.slick-next{left:auto;}.testimonial-slider4:hover .res-button{visibility:visible;opacity:1;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;}.responsive-post-slider8{margin-bottom:80px;position:relative;}.responsive-post-slider8 .box-title{text-align:center;position:relative;padding-bottom:25px;margin-bottom:58px;}.responsive-post-slider8 .box-title:before{content:"";width:100px;height:4px;background:#0065b3;position:absolute;bottom:0;left:50%;margin-left:-50px;}.responsive-post-slider8 .box-title h3{font-size:24px;color:#0065b3;text-transform:uppercase;font-weight:700;margin-bottom:5px;}.responsive-post-slider8 .box-title h3 span{color:#111;}.responsive-post-slider8 .box-title .description{font-size:16px;}.responsive-post-slider8 .slider{margin:0 -15px;}.responsive-post-slider8 .slider .item{padding:0 15px;}.responsive-post-slider8 .slider .item .item-detail{position:relative;}.responsive-post-slider8 .slider .item .item-detail .entry-content{text-align:center;position:absolute;top:30%;left:50px;right:50px;background:rgba(255,255,255,.85);padding:47px 20px;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;}.responsive-post-slider8 .slider .item .item-detail .entry-content .entry-meta{font-size:14px;text-transform:uppercase;color:#0065b3;margin-bottom:10px;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;}.responsive-post-slider8 .slider .item .item-detail .entry-content h4{margin-bottom:30px;min-height:46px;line-height:23px;}.responsive-post-slider8 .slider .item .item-detail .entry-content h4 a{color:#111;text-transform:capitalize;font-weight:600;}.responsive-post-slider8 .slider .item .item-detail .entry-content .readmore{text-transform:uppercase;color:#8a8a8a;font-weight:600;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;}.responsive-post-slider8 .slider .item .item-detail .entry-content .readmore a{color:#8a8a8a;}.rtl .responsive-post-slider8 .slider .item .item-detail .entry-content .readmore{direction:rtl;}.rtl .responsive-post-slider8 .slider .item .item-detail .entry-content .readmore i:before{content:"";}.responsive-post-slider8 .slider .item .item-detail:hover .entry-content{background:#0065b3;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;}.responsive-post-slider8 .slider .item .item-detail:hover .entry-content .entry-meta,.responsive-post-slider8 .slider .item .item-detail:hover .entry-content h4 a,.responsive-post-slider8 .slider .item .item-detail:hover .entry-content .readmore,.responsive-post-slider8 .slider .item .item-detail:hover .entry-content .readmore a{color:#fff;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;}.responsive-post-slider8 .res-button{visibility:hidden;opacity:0;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;}.responsive-post-slider8 .res-button.slick-next{display:inline-block;width:40px;height:40px;line-height:40px;position:absolute;top:55%;right:-55px;z-index:8;text-align:center;}.responsive-post-slider8 .res-button.slick-next:before{font-family:"FontAwesome";content:"";color:#555;font-size:60px;}.responsive-post-slider8 .res-button.slick-next:hover{cursor:pointer;}.responsive-post-slider8 .res-button.slick-next:hover:before{color:#0065b3;}.responsive-post-slider8 .res-button.slick-prev{display:inline-block;width:40px;height:40px;line-height:40px;position:absolute;top:55%;left:-55px;z-index:8;text-align:center;}.responsive-post-slider8 .res-button.slick-prev:before{font-family:"FontAwesome";content:"";color:#555;font-size:60px;}.responsive-post-slider8 .res-button.slick-prev:hover{cursor:pointer;}.responsive-post-slider8 .res-button.slick-prev:hover:before{color:#0065b3;}.responsive-post-slider8 .res-button{border:0;background-color:none;}.responsive-post-slider8 .res-button:hover{background-color:transparent;}.responsive-post-slider8 .res-button.slick-next{left:auto;}.responsive-post-slider8:hover .res-button{visibility:visible;opacity:1;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;}.footer-style15 h2{position:relative;padding-bottom:26px;}.footer-style15 h2:before{content:"";width:80px;height:2px;background:#0065b3;position:absolute;bottom:0;left:0;}.rtl .footer-style15 h2:before{left:auto;right:0;}.footer-style15 h5{font-size:18px;color:#fff;position:relative;padding-bottom:30px;margin-bottom:30px;text-transform:uppercase;font-weight:700;}.footer-style15 h5:before{content:"";width:80px;height:2px;background:#0065b3;position:absolute;bottom:0;left:0;}.rtl .footer-style15 h5:before{left:auto;right:0;}.footer-style15 ul.menu li a{color:rgba(255,255,255,.5);display:block;padding:7px 0 7px 20px;position:relative;font-size:16px;}.rtl .footer-style15 ul.menu li a{padding:7px 20px 7px 0;}.footer-style15 ul.menu li a:before{content:"";font-family:"FontAwesome";position:absolute;top:9px;left:0;opacity:1 !important;}.rtl .footer-style15 ul.menu li a:before{left:auto;right:0;content:"";}.footer-style15 ul.menu li a:hover{color:#0065b3;}.footer-style15 .box-menu ul li{color:rgba(255,255,255,.5);line-height:32px;font-size:16px;}.footer-style15 ul.contact2{margin:0 0 20px 0;list-style:none;}.footer-style15 ul.contact2 li{color:rgba(255,255,255,.5);font-size:16px;padding:7px 0;}.footer-style15 ul.contact2 li i{min-width:25px;}.footer-style15 ul.contact2 li a{color:rgba(255,255,255,.5);}.footer-style15 ul.contact2 li a:hover{color:#0065b3;}.footer-looking >.elementor-container{border:8px #303030 solid;padding:30px 15px;}.rtl .elementor-5919 .elementor-element.elementor-element-b40e117,.rtl .elementor-5919 .elementor-element.elementor-element-580ac4f .elementor-widget-container{text-align:right;}.rtl .elementor-5919 .elementor-element.elementor-element-6c29d2fd > .elementor-widget-container{padding-right:0;padding-left:30px;}.rtl .elementor-element-18674ec .elementor-nav-menu__align-right .elementor-nav-menu{margin-right:auto;margin-left:0;}@media (max-width: 1199px){.promotion .elementor-row .elementor-column .elementor-image-box-wrapper:before{display:none;}.header-elementor15 .autusin_search_2 .top-form.top-search{width:440px;}.countdown-slider10 .resp-slider-container .slider .item .item-wrapt .item-detail .item-image-countdown{width:100%;margin-right:0;}.rtl .countdown-slider10 .resp-slider-container .slider .item .item-wrapt .item-detail .item-image-countdown{margin-left:0;}.countdown-slider10 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content{overflow:inherit;}.sw-woo-tab-style10{margin-bottom:50px;}.sw-woo-tab-style10 .tab-content .tab-pane .resp-slider .item{min-height:405px;}.sw-woo-tab-style10 .tab-content .tab-pane .resp-slider .item .item-wrap4 .item-content{padding-left:0 !important;padding-right:0px !important;}.sw-woo-tab-style10 .tab-content .tab-pane .resp-slider .item .item-wrap4 .item-img{background:#fff;}.sw-woo-tab-style10 .tab-content .tab-pane .resp-slider .item .item-wrap4 .item-img a img{width:170px;margin:0 auto;}.sw-category-slider12{margin-bottom:50px;}}@media (max-width: 991px){.header-elementor15 .autusin_search_2,.header-elementor15 .header-bottom-elementor22 .icon-sidebar{display:none;}.header-elementor15 .header-mid .top-logo{width:28%;}.header-elementor15 .header-mid .top-right2{width:72%;}.header-elementor15 #main-menu .primary-menu .resmenu-container .navbar-toggle{margin:0;}.box-search1 .search-left1{width:82% !important;}.box-search1 .search-right1{width:18% !important;}.promotion .elementor-widget-image-box .elementor-image-box-img{display:none;}.sw-woo-tab-style10 .tab-content .banner-category{display:none;}.sw-woo-tab-style10 .tab-content .tab-pane .resp-slider .item{width:33.332%;min-height:447px;}.sw-woo-tab-style10 .tab-content .tab-pane .resp-slider .item .item-wrap4 .item-img a img{width:auto;}.sw-woo-tab-style10 .tab-content .tab-pane .resp-slider .item:first-child{border-left:1px #0065b3 solid;}.sw-woo-tab-style10 .tab-content .tab-pane .resp-slider .item:last-child{display:none;}.box-bg1 >.elementor-widget-container{margin-top:-80px !important;}.box-res1{width:100% !important;}.box-menu1 ul{margin-left:0 !important;}.rtl .box-menu1 ul{margin-right:0 !important;}.join-us{text-align:left !important;}.rtl .join-us{text-align:right !important;}.newsletter-footer5 .mc4wp-form-fields{margin:0 10px 25px 10px;}}@media (max-width: 767px){.home-style16 rs-module-wrap .tparrows:before{font-size:30px !important;}.header-elementor15 .header-mid .top-logo{width:100%;}.header-elementor15 .header-mid .top-logo .elementor-widget-image{text-align:center;}.header-elementor15 .header-mid .top-right2{width:100%;}.header-elementor15 .header-mid .top-right2 .elementor-widget-wrap{display:flex !important;justify-content:center;}.header-elementor15 .top-form .wrapp-minicart{left:-75px;right:auto;}.rtl .header-elementor15 .top-form .wrapp-minicart{left:auto;right:-75px;}.countdown-slider10 .resp-slider-container .slider .item .item-wrapt .item-detail .item-image-countdown{width:100%;}.countdown-slider10 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content{overflow:inherit;padding:0 15px;}.box-search1 .search-left1,.box-search1 .search-right1{width:100% !important;}.box-search1 .jet-filters-group{display:block !important;}.box-search1 .jet-filters-group .jet-select{margin-bottom:10px;}.box-search1 .search-right1 >div{padding:0 10px !important;}.box-search1 .search-right1 >div button.apply-filters__button{width:100% !important;}.promotion .elementor-column-wrap{padding:15px !important;}.promotion .elementor-container{overflow-x:auto;white-space:nowrap;display:block;}.promotion .elementor-container >.elementor-column{white-space:normal;width:285px;float:none;display:inline-block;vertical-align:top;}.promotion .elementor-container .elementor-image-box-wrapper{text-align:left;}.rtl .promotion .elementor-container .elementor-image-box-wrapper{text-align:right;}.box-bg1 img{min-height:300px;}.countdown-slider10 .resp-slider-container .slider .item{border-right:none;}.rtl .countdown-slider10 .resp-slider-container .slider .item{border-left:none;}.countdown-slider10 .resp-slider-container .slider .item .item-wrapt{padding:5px;}.countdown-slider10 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-countdown	.countdown-row .countdown-section{display:inline-block;width:54px;margin-right:5px;}.rtl .countdown-slider10 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-countdown	.countdown-row .countdown-section{margin-right:0;margin-left:5px;}.countdown-slider10 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-countdown	.countdown-row .countdown-section .countdown-amount{font-size:20px;}.countdown-slider10 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-countdown	.countdown-row .countdown-section .countdown-period{font-size:14px;}.countdown-slider10 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-button{margin-bottom:20px;}.sw-woo-tab-style10 .button-collapse{position:absolute;top:-3px;z-index:99;display:block;background:#222;border-radius:3px;border:0;margin:0;padding:0;cursor:pointer;height:30px;line-height:30px;right:-10px;text-align:center;width:30px;}.sw-woo-tab-style10 .button-collapse:hover{background:#0065b3;}.rtl .sw-woo-tab-style10 .button-collapse{right:auto;left:-10px;}.sw-woo-tab-style10 .button-collapse:before{content:"";font-family:FontAwesome;font-size:16px;color:#fff;height:30px;width:30px;line-height:30px;display:inline-block;text-align:center;}.sw-woo-tab-style10 .button-collapse.collapsed:before{content:"";}.sw-woo-tab-style10 ul.nav-tabs{padding:0;border:0;height:0;height:40px;margin:0;overflow:hidden;text-align:left;position:absolute;top:40px;z-index:99;left:0px;box-shadow:0 3px 5px #ccc;background:#fff;width:100%;display:none;}.sw-woo-tab-style10 ul.nav-tabs.in{display:block;}.rtl .sw-woo-tab-style10 ul.nav-tabs{left:auto;right:0;}.sw-woo-tab-style10 ul.nav-tabs li{list-style:none;line-height:40px;float:none !important;width:100%;padding:0 15px;border-radius:0;border:0;background-color:#fff;}.sw-woo-tab-style10 ul.nav-tabs li:before{display:none;}.sw-woo-tab-style10 ul.nav-tabs li:first-child > a{border-top:0;}.sw-woo-tab-style10 ul.nav-tabs li a{font-size:14px;line-height:22px;display:block;padding:5px 0;border-radius:0;margin:0;}.rtl .sw-woo-tab-style10 ul.nav-tabs li a{text-align:right;}.sw-woo-tab-style10 ul.nav-tabs li a:after{display:none;}.sw-woo-tab-style10 ul.nav-tabs li.active > a,.sw-woo-tab-style10 ul.nav-tabs li:hover > a{color:#0065b3 !important;}.sw-woo-tab-style10 ul.nav-tabs li.active > a:before,.sw-woo-tab-style10 ul.nav-tabs li:hover > a:before{opacity:0 !important;}.sw-woo-tab-style10 .tab-content .tab-pane .resp-slider .item{width:100%;border-left:1px #0065b3 solid;}.newsletter-footer5 .mc4wp-form-fields input[type="email"]{width:70%;}.newsletter-footer5 .mc4wp-form-fields .frm-submit{width:30%;}.sw-mostviewed2 .slider .item{border-right:none;}.rtl .sw-mostviewed2 .slider .item{border-left:none;}.sw-mostviewed2 .slider .item .item-inner .item-thumbnail{width:100%;margin-right:0;}.rtl .sw-mostviewed2 .slider .item .item-inner .item-thumbnail{margin-left:0;}.sw-mostviewed2 .slider .item .item-inner .item-content{overflow:inherit;clear:both;padding:15px;}.testimonial-slider4 .slider .item .item-inner .client-comment{padding:26px 30px 24px 30px;}.testimonial-slider4 .slider .item .item-inner .client-content{padding-left:5%;}.rtl .testimonial-slider4 .slider .item .item-inner .client-content{padding-left:0;padding-right:5%;}.box-menu1 ul{-webkit-justify-content:start !important;-ms-justify-content:start !important;justify-content:start !important;}.sw-brand-container-slider3 .slider .item-brand-cat{border-right:none;}.rtl .sw-brand-container-slider3 .slider .item-brand-cat{border-left:none;}}.rtl .header-style17 .header-logo{text-align:right;}.header-style17 .swg-menu .swg-elementor-menu > li.dropdown > a .dropdown-icon{font-size:11px;}.header-style17 .elementor-element.my-account:hover #menu-my-account.menu{top:25px;}.header-style17 #lang_sel > ul.nav > li:hover > ul,.header-style17 .currency_w > li:hover .currency_switcher{top:28px;}.header-style17 .autusin_search_2 .top-form.top-search{z-index:2;}.header-style17 .swe-woo-cart label{margin-bottom:0;}.header-style17 .swe-woo-cart .swe-wrap-cart-head .swe-cart-subtotal{margin-left:6px;}.header-style17 .swe-woo-cart .swe-wrap-cart-head .swe-cart-subtotal .swe-cart-total{position:relative;}.header-style17 .swe-woo-cart .swe-wrap-cart-head .swe-cart-subtotal .swe-cart-total:before{content:"";width:6px;height:2px;background-color:#000;position:absolute;left:-12px;top:9px;}.rtl .header-style17 .swe-woo-cart .swe-wrap-cart-head .swe-cart-subtotal .swe-cart-total:before{right:-12px;left:auto;}.header-style17 .swe-woo-cart .item-text{display:none;}.header-style17 .swe-woo-cart .swe-cart-count{margin-right:17px;}.rtl .header-style17 .swe-woo-cart .swe-cart-count{margin-left:-17px;margin-right:0;}.header-style17 .swe-woo-cart .swe-cart-count:before{content:"(";display:inline-block;}.header-style17 .swe-woo-cart .swe-cart-count:after{content:")";display:inline-block;}.header-style17 .header-right{padding-top:11px;}.header-style17 .header-right #lang_sel > ul.nav > li > a:after,.header-style17 .header-right .currency_w > li > a:after,.header-style17 .header-right .my-account:after{content:"";height:20px;width:100%;position:absolute;bottom:-20px;left:0;background:transparent;}.header-style17 .header-right #lang_sel > ul.nav > li > a h5,.header-style17 .header-right .currency_w > li > a h5,.header-style17 .header-right .my-account h5{color:#000;position:relative;}.header-style17 .header-right #lang_sel > ul.nav > li > a h5:hover,.header-style17 .header-right .currency_w > li > a h5:hover,.header-style17 .header-right .my-account h5:hover{color:var(--color);}.header-style17 .header-right #lang_sel > ul.nav > li > a,.header-style17 .header-right .currency_w > li > a{padding-left:18px !important;margin-left:15px;}.rtl .header-style17 .header-right #lang_sel > ul.nav > li > a,.rtl .header-style17 .header-right .currency_w > li > a{padding-right:18px !important;margin-right:15px;padding-left:0 !important;margin-left:0;}.header-style17 .header-right #lang_sel > ul.nav > li > a:before,.header-style17 .header-right .currency_w > li > a:before{content:"";display:block;background:#ededed;width:1px;height:12px;position:absolute;top:2px;left:0;}.rtl .header-style17 .header-right #lang_sel > ul.nav > li > a:before,.rtl .header-style17 .header-right .currency_w > li > a:before{right:0;left:auto;}.header-style17 .top-form .wrapp-minicart{right:5px;}.header-style17 .fix-row .elementor-widget-wrap > div{padding:0;}.header-style17 .nav-pills > li.dropdown > a{padding:20px 15px;}.header-style17 .nav-pills > li.dropdown > a .menu-title{text-transform:capitalize;font-weight:normal;font-size:14px;color:#000;font-family:"Poppins" !important;}.header-style17 .nav-pills > li.dropdown > a .menu-title:after{content:"";font-family:"FontAwesome";font-size:14px;margin:0 3px;}.header-style17 .nav-pills > li.dropdown:hover > a .menu-title{color:var(--color);}.header-style17 .vertical_megamenu-header:hover .mega-left-title{background:#222;}.header-style17 .my-wishlist .menu-wishlist .menu-title{display:none;}.header-style17 .my-wishlist .menu-wishlist .item-link .fa-heart:before{content:"";font-family:"icomoon" !important;font-size:20px;color:#000;}.header-style17 .my-wishlist .menu-wishlist .item-link:hover .fa-heart:before{color:var(--color);}.header-style17 .header-right .currency_w > li > a:before{left:16px;}.header-style17 .autusin-minicart4 .top-minicart-icon{border:0;-webkit-border-radius:0;-moz-border-radius:0;-o-border-radius:0;-ms-border-radius:0;border-radius:0;display:flex;font-weight:bold;padding-left:15px;margin-left:15px;position:relative;}.rtl .header-style17 .autusin-minicart4 .top-minicart-icon{padding-left:0;margin-left:0;padding-right:15px;margin-right:15px;}.header-style17 .autusin-minicart4 .top-minicart-icon:before{content:"";display:block;background:#ededed;width:1px;height:20px;position:absolute;top:9px;left:0;}.rtl .header-style17 .autusin-minicart4 .top-minicart-icon:before{right:0;left:auto;}.header-style17 .autusin-minicart4 .top-minicart-icon .cart-contents{border-right:0;display:flex;}.rtl .header-style17 .autusin-minicart4 .top-minicart-icon .cart-contents{border-left:0;}.header-style17 .autusin-minicart4 .top-minicart-icon .cart-contents i:before{content:"";font-family:"icomoon" !important;font-size:20px;color:#000;}.header-style17 .autusin-minicart4 .top-minicart-icon .cart-contents .minicart-number{position:static;background:none;color:#000;-webkit-border-radius:0;-moz-border-radius:0;-o-border-radius:0;-ms-border-radius:0;border-radius:0;font-size:14px;font-weight:bold;line-height:38px;width:auto;height:auto;}.header-style17 .autusin-minicart4 .top-minicart-icon .cart-contents .minicart-number:before{content:"(";display:inline-block;}.header-style17 .autusin-minicart4 .top-minicart-icon .cart-contents .minicart-number:after{content:")";display:inline-block;}.header-style17 .autusin-minicart4 .top-minicart-icon .cart-title h3{font-size:0px;}.header-style17 .autusin-minicart4 .top-minicart-icon .cart-title .amount{color:#000;font-size:14px;font-weight:bold;}.header-style17 .autusin-minicart4 .top-minicart-icon .cart-title .amount:before{content:"-";display:inline-block;margin-right:4px;}.rtl .header-style17 .autusin-minicart4 .top-minicart-icon .cart-title .amount:before{margin-right:0;margin-left:4px;}.header-style17 .header-bottom{background-color:var(--color);}.header-style17 .header-bottom .mega-left-title{background:none;height:50px;line-height:50px;overflow:hidden;padding:0 10px;}.header-style17 .header-bottom .mega-left-title span{text-transform:capitalize;}.header-style17 .header-bottom .mega-left-title:before{content:"";font-family:"FontAwesome";font-size:14px;color:#fff;background:none;margin-right:0;}.header-style17 .header-bottom .autusin_search_2{border:0;margin-top:6px;overflow:hidden;}.header-style17 .header-bottom .autusin_search_2 .top-form.top-search{-webkit-border-radius:5px;-moz-border-radius:5px;-o-border-radius:5px;-ms-border-radius:5px;border-radius:5px;}.header-style17 .header-bottom .autusin_search_2 .top-form.top-search .cat-wrapper{display:block;position:absolute;height:38px;top:0;left:4px;right:auto;border-radius:0;color:#000;border-right:0;}.rtl .header-style17 .header-bottom .autusin_search_2 .top-form.top-search .cat-wrapper{right:2px;left:auto;}.header-style17 .header-bottom .autusin_search_2 .top-form.top-search .cat-wrapper:after{content:"";display:block;background:#ededed;width:1px;height:20px;position:absolute;top:9px;right:0;}.rtl .header-style17 .header-bottom .autusin_search_2 .top-form.top-search .cat-wrapper:after{left:0;right:auto;}.header-style17 .header-bottom .autusin_search_2 .top-form.top-search .cat-wrapper:before{color:#000;font-size:17px;top:10px;}.header-style17 .header-bottom .autusin_search_2 .top-form.top-search .cat-wrapper select{color:#000;padding:0 40px 0 10px;width:155px;}.header-style17 .header-bottom .autusin_search_2 .top-form.top-search .content-search{padding:0 15px 0 175px;}.rtl .header-style17 .header-bottom .autusin_search_2 .top-form.top-search .content-search{padding:0 175px 0 15px;}.header-style17 .header-bottom .autusin_search_2 .top-form.top-search .content-search input{font-size:14px;}.header-style17 .header-bottom .autusin_search_2 .top-form.top-search .content-search input::placeholder{color:#bbb;}.header-style17 .header-bottom .autusin_search_2 .top-form.top-search .content-search input:focus{color:#000;}.header-style17 .header-bottom .autusin_search_2 .top-form.top-search button.form-button{color:#000;font-size:16px;line-height:38px;padding:0 15px;width:44px;-webkit-border-radius:0px 5px 5px 0;-moz-border-radius:0px 5px 5px 0;-o-border-radius:0px 5px 5px 0;-ms-border-radius:0px 5px 5px 0;border-radius:0px 5px 5px 0;}.header-style17 .header-bottom .autusin_search_2 .top-form.top-search button.form-button:before{content:"";font-family:"icomoon" !important;}.header-style17 .header-bottom .autusin_search_2 .top-form.top-search button.form-button:hover{background:#222;}.header-style17 .header-bottom .autusin_search_2 .top-form.top-search button.form-button:hover:before{color:#fff;}.footer-style17 .about-store h3{font-family:inherit !important;color:#999;font-size:11px;text-transform:uppercase;}.footer-style17 .about-store p,.footer-style17 .about-store a,.footer-style17 .about-store ul li{color:#fff;font-size:13px;list-style:none;}.footer-style17 .about-store ul{padding:0;margin:0;}.footer-style17 ul.menu li a{color:#fff;font-size:13px;font-weight:300;margin-bottom:15px;display:flex;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;position:relative;}.footer-style17 ul.menu li a:before{width:0;height:1px;content:"";display:inline-block;margin-right:5px;background:var(--color);opacity:0;visibility:hidden;position:absolute;left:0;top:50%;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;}.footer-style17 ul.menu li a:hover{color:var(--color);padding-left:20px;}.footer-style17 ul.menu li a:hover:before{opacity:1;visibility:visible;width:8px;}.footer-style17 .elementor-social-icon i:hover{color:#fff !important;}.footer-style17 .form-newsletter .mc4wp-form-fields{overflow:hidden;}.footer-style17 .form-newsletter input[type="email"]{border:0;color:#999;color:#ccc;width:100%;background:#fff;margin-bottom:0;font-size:12px;font-size:14px;height:46px;padding:0 20px;border-radius:0;float:left;}.footer-style17 .form-newsletter input[type="email"]:focus{color:#000;}.footer-style17 .form-newsletter button[type="submit"]{border:0;padding:0 15px;position:absolute;-webkit-border-radius:0;-moz-border-radius:0;-o-border-radius:0;-ms-border-radius:0;border-radius:0;background:#fff;height:46px;line-height:46px;color:#000;right:0px;text-transform:uppercase;text-align:center;font-weight:500;float:left;font-size:0;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;}.rtl .footer-style17 .form-newsletter button[type="submit"]{right:auto;left:0;}.footer-style17 .form-newsletter button[type="submit"]:before{font-size:16px;}.footer-style17 .form-newsletter button[type="submit"]:hover:before{color:var(--color);}.footer-style17 .form-newsletter .mc4wp-success{color:var(--color);}.copyright-text-17 .elementor-widget-container{text-align:left;color:#999;font-size:13px;}.copyright-text-17 .elementor-widget-container p{margin:0px;}.copyright-text-17 .elementor-widget-container a{color:var(--color);}.copyright-text-17 .elementor-widget-container a:hover{text-decoration:underline;}.home-page-17 .autusin_breadcrumbs{display:none;}.see-more17{color:#fff !important;}.home-page-17 .elementor-image-box-title{margin-bottom:3px;}.home-page-17 .sw-woo-tab-cat .resp-tab .tab-content .tab-pane.active{position:relative;}.home-page-17 .best-selling-product.responsive-slider,.home-page-17 .sw-woo-tab-cat{margin-bottom:55px;}.home-page-17 .best-selling-product.responsive-slider .block-title h3,.home-page-17 .best-selling-product.responsive-slider .resp-tab .category-slider-content .block-title h3,.home-page-17 .sw-woo-tab-cat .block-title h3,.home-page-17 .sw-woo-tab-cat .resp-tab .category-slider-content .block-title h3{font-size:30px;text-transform:uppercase;font-weight:normal;color:#222;text-align:left;border-bottom:0;padding-bottom:0;margin-bottom:20px;font-family:"Rajdhani";}.rtl .home-page-17 .best-selling-product.responsive-slider .block-title h3,.rtl .home-page-17 .best-selling-product.responsive-slider .resp-tab .category-slider-content .block-title h3,.rtl .home-page-17 .sw-woo-tab-cat .block-title h3,.rtl .home-page-17 .sw-woo-tab-cat .resp-tab .category-slider-content .block-title h3{text-align:right;}.home-page-17 .best-selling-product.responsive-slider .resp-slider-container,.home-page-17 .sw-woo-tab-cat .resp-slider-container{margin:0 !important;}.home-page-17 .best-selling-product.responsive-slider .resp-slider-container .responsive,.home-page-17 .sw-woo-tab-cat .resp-slider-container .responsive{border:1px solid #ededed;margin:0 !important;}.home-page-17 .best-selling-product.responsive-slider .resp-slider-container .responsive .item,.home-page-17 .sw-woo-tab-cat .resp-slider-container .responsive .item{padding:0 !important;}.home-page-17 .best-selling-product.responsive-slider .resp-slider-container .responsive .item .item-wrap5,.home-page-17 .sw-woo-tab-cat .resp-slider-container .responsive .item .item-wrap5{border-bottom:1px solid #ededed;}.home-page-17 .best-selling-product.responsive-slider .resp-slider-container .responsive .item .item-wrap5:last-child,.home-page-17 .sw-woo-tab-cat .resp-slider-container .responsive .item .item-wrap5:last-child{border-bottom:0px;}.home-page-17 .best-selling-product.responsive-slider .slick-arrow.res-button,.home-page-17 .sw-woo-tab-cat .slick-arrow.res-button{background:none;position:absolute;top:5px;margin-top:0;opacity:1 !important;visibility:visible;width:auto;color:#000;transform:translate(0,0) !important;border:0;}.home-page-17 .best-selling-product.responsive-slider .slick-arrow.res-button:before,.home-page-17 .sw-woo-tab-cat .slick-arrow.res-button:before{color:#000;height:auto;line-height:normal;}.home-page-17 .best-selling-product.responsive-slider .slick-arrow.res-button.slick-next,.home-page-17 .sw-woo-tab-cat .slick-arrow.res-button.slick-next{right:15px;left:auto;}.rtl .home-page-17 .best-selling-product.responsive-slider .slick-arrow.res-button.slick-next,.rtl .home-page-17 .sw-woo-tab-cat .slick-arrow.res-button.slick-next{left:15px;right:auto;}.home-page-17 .best-selling-product.responsive-slider .slick-arrow.res-button.slick-next:after,.home-page-17 .sw-woo-tab-cat .slick-arrow.res-button.slick-next:after{content:"";display:block;background:#ededed;width:1px;height:16px;position:absolute;top:4px;left:-11px;}.rtl .home-page-17 .best-selling-product.responsive-slider .slick-arrow.res-button.slick-next:after,.rtl .home-page-17 .sw-woo-tab-cat .slick-arrow.res-button.slick-next:after{right:-12px;left:auto;}.home-page-17 .best-selling-product.responsive-slider .slick-arrow.res-button.slick-prev,.home-page-17 .sw-woo-tab-cat .slick-arrow.res-button.slick-prev{right:45px;left:auto;}.rtl .home-page-17 .best-selling-product.responsive-slider .slick-arrow.res-button.slick-prev,.rtl .home-page-17 .sw-woo-tab-cat .slick-arrow.res-button.slick-prev{left:45px;right:auto;}.home-page-17 .best-selling-product.responsive-slider .slick-arrow.res-button:hover,.home-page-17 .sw-woo-tab-cat .slick-arrow.res-button:hover{background:none !important;}.home-page-17 .best-selling-product.responsive-slider .slick-arrow.res-button:hover:before,.home-page-17 .sw-woo-tab-cat .slick-arrow.res-button:hover:before{color:var(--color);}.home-page-17 .sw-woo-container-slider11 .block-title{background:var(--color);}.home-page-17 .sw-woo-container-slider11 .block-title h3{font-size:30px;text-transform:uppercase;font-weight:normal;color:#fff;text-align:left;border-bottom:0;padding-bottom:0;margin-bottom:0;font-family:"Rajdhani";height:50px;line-height:50px;padding-left:20px;}.rtl .home-page-17 .sw-woo-container-slider11 .block-title h3{text-align:right;padding-right:20px;}.home-page-17 .sw-woo-container-slider11 .slider{padding:0;border:1px solid #ededed;border-color:var(--color);}.home-page-17 .sw-woo-container-slider11 .slider .item .item-wrap5{border-color:var(--color);}.home-page-17 .sw-woo-container-slider11 .slider .item .item-wrap5:before{display:none;}.home-page-17 .sw-woo-container-slider11 .slider .item .item-wrap5 .item-detail{display:flex;}.home-page-17 .sw-woo-container-slider11 .slider .item .item-wrap5 .item-detail .products-thumb{width:50%;}.home-page-17 .sw-woo-container-slider11 .slider .item .item-wrap5 .item-detail .item-content{flex:1 1 0;text-align:left;padding-top:20px;}.home-page-17 .sw-woo-container-slider11 .slider .item .item-wrap5 .item-detail .item-content .product-countdown2{background:var(--color);color:#fff;font-size:13px;font-weight:bold;display:inline-block;padding:0 15px;height:24px;line-height:24px;margin-bottom:10px;}.home-page-17 .sw-woo-container-slider11 .slider .item .item-wrap5 .item-detail .item-content .product-countdown2 .countdown-section{font-family:"Bai Jamjuree",sans-serif;}.home-page-17 .sw-woo-container-slider11 .slider .item .item-wrap5 .item-detail .item-content .product-countdown2 .countdown-section:after{display:inline-block;content:":";margin:0 3px;}.home-page-17 .sw-woo-container-slider11 .slider .item .item-wrap5 .item-detail .item-content .product-countdown2 .countdown-section:last-child:after{display:none;}.home-page-17 .sw-woo-container-slider11 .slick-arrow.res-button{background:none;position:absolute;top:8px;margin-top:0;opacity:1 !important;visibility:visible;width:auto;color:#000;transform:translate(0,0) !important;border:0;}.home-page-17 .sw-woo-container-slider11 .slick-arrow.res-button:before{color:#fff;}.home-page-17 .sw-woo-container-slider11 .slick-arrow.res-button.slick-next{right:20px;left:auto;}.rtl .home-page-17 .sw-woo-container-slider11 .slick-arrow.res-button.slick-next{left:50px;right:auto;}.home-page-17 .sw-woo-container-slider11 .slick-arrow.res-button.slick-next:before{content:"";font-family:"FontAwesome";}.home-page-17 .sw-woo-container-slider11 .slick-arrow.res-button.slick-next:after{content:"";display:block;background:#fff;width:1px;height:16px;position:absolute;top:8px;left:-11px;}.rtl .home-page-17 .sw-woo-container-slider11 .slick-arrow.res-button.slick-next:after{right:17px;left:auto;}.home-page-17 .sw-woo-container-slider11 .slick-arrow.res-button.slick-prev{right:50px;left:auto;}.rtl .home-page-17 .sw-woo-container-slider11 .slick-arrow.res-button.slick-prev{left:20px;right:auto;}.home-page-17 .sw-woo-container-slider11 .slick-arrow.res-button.slick-prev:before{content:"";font-family:"FontAwesome";}.home-page-17 .sw-woo-container-slider11 .slick-arrow.res-button:hover{background:none !important;}.home-page-17 .sw-woo-container-slider11 .slick-arrow.res-button:hover:before{color:#000;}.home-page-17 .sw-woo-tab-cat .resp-tab .tab-content .tab-pane.active .res-button.slick-arrow{top:-46px;width:auto;}.home-page-17 .sw-woo-tab-cat .resp-tab .category-slider-content .nav-tabs-select{position:absolute;top:10px;right:0;margin:0px;padding-right:60px;}.rtl .home-page-17 .sw-woo-tab-cat .resp-tab .category-slider-content .nav-tabs-select{left:0;right:auto;padding-right:0px;padding-left:60px;}.home-page-17 .sw-woo-tab-cat .resp-tab .category-slider-content .nav-tabs-select ul.nav-tabs li{margin:0 0 0 30px;display:inline-block;vertical-align:top;float:none;padding:0;}.home-page-17 .sw-woo-tab-cat .resp-tab .category-slider-content .nav-tabs-select ul.nav-tabs li > a{background:none;color:#787878;font-size:14px;font-weight:normal;border:0;display:inline-block;padding:0;}.home-page-17 .sw-woo-tab-cat .resp-tab .category-slider-content .nav-tabs-select ul.nav-tabs li > a:after{display:inline-block;content:"";width:100%;height:2px;background:var(--color);-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;opacity:0;visibility:hidden;position:absolute;bottom:-23px;left:0;}.home-page-17 .sw-woo-tab-cat .resp-tab .category-slider-content .nav-tabs-select ul.nav-tabs li.active > a,.home-page-17 .sw-woo-tab-cat .resp-tab .category-slider-content .nav-tabs-select ul.nav-tabs li:hover > a{color:#000;text-shadow:0 0 1px black,0 0 .01px black;background:none !important;}.home-page-17 .sw-woo-tab-cat .resp-tab .category-slider-content .nav-tabs-select ul.nav-tabs li.active > a:after,.home-page-17 .sw-woo-tab-cat .resp-tab .category-slider-content .nav-tabs-select ul.nav-tabs li:hover > a:after{opacity:1;visibility:visible;}.home-page-17 .jet-filter .jet-filters-group .jet-select{width:100%;}.home-page-17 .jet-filter .jet-filters-group .jet-select .jet-select__control{padding:12px 20px 12px 20px;}.home-page-17 .apply-filters__button{margin:15px 0 0 0 !important;}.home-page-17 .block-testimonial{background:#fef7f3;}.home-page-17 .block-testimonial .elementor-testimonial__text strong{font-size:15px;margin-bottom:-10px;display:block;}.home-page-17 .block-testimonial .swiper-pagination{display:none;}.home-page-17 .sw-brand-container-slider.sw-brand-container-slider2 .resp-slider-container .slick-slider{border:1px solid #ededed;border-left:0px;margin:0;}.home-page-17 .sw-brand-container-slider.sw-brand-container-slider2 .resp-slider-container .slick-slider .content{display:block;border-right:1px solid #ededed;margin-right:-1px;border-bottom:1px solid #ededed;margin-bottom:-1px;}.home-page-17 .sw-brand-container-slider.sw-brand-container-slider2 .resp-slider-container .slick-slider .content .item-image{display:block;height:auto;height:80px;padding:0;}.home-page-17 .sw-brand-container-slider.sw-brand-container-slider2 .resp-slider-container .slick-slider .content .item-image a:hover{-webkit-box-shadow:0 0 0;-moz-box-shadow:0 0 0;-o-box-shadow:0 0 0;-ms-box-shadow:0 0 0;box-shadow:0 0 0;}.home-page-17 .sw-brand-container-slider.sw-brand-container-slider2 .resp-slider-container .slick-slider .content .item-image img{max-width:100%;max-height:100%;}.home-page-17 .sw-brand-container-slider.sw-brand-container-slider2 .resp-slider-container .slick-slider .content h4{display:block;font-weight:bold;font-size:18px;text-transform:uppercase;padding:0 0 5px;}.home-page-17 .sw-brand-container-slider.sw-brand-container-slider2 .slick-arrow{display:none !important;}.home-page-17 .best-selling-product3{border:1px solid #ededed;padding:0 20px;margin-bottom:0;}.home-page-17 .best-selling-product3 .box-title h3{background:none;font-size:15px;padding-left:0;color:#000;border-bottom:1px solid #ededed;}.home-page-17 .best-selling-product3 .wrap-content{border:0;}.home-page-17 .best-selling-product3 .wrap-content .item-wrap{border-bottom:1px solid #ededed;margin:15px 0;padding:0 10px 15px 0;}.home-page-17 .best-selling-product3 .wrap-content .item-wrap .item-content{padding-top:0;}.home-page-17 .best-selling-product3 .wrap-content .item-wrap .item-content h4 a{color:#000;font-size:16px;font-weight:bold;text-transform:capitalize;font-family:"Rajdhani";}.home-page-17 .best-selling-product3 .wrap-content .item-wrap .item-content h4 a:hover{color:var(--color);}.home-page-17 .best-selling-product3 .wrap-content .item-wrap:last-child{border:0px;}.sw-brand-container-slider{margin:0px;}.responsive-post-slider9 .block-title h3{color:#111;font-size:30px;font-family:"Rajdhani";text-transform:uppercase;margin-bottom:20px;}.responsive-post-slider9 .resp-slider-container .slider{margin:0 -15px;}.responsive-post-slider9 .resp-slider-container .slider .item{padding:0 15px;}.responsive-post-slider9 .resp-slider-container .slider .item .item-inner .item-detail .img_over{position:relative;overflow:hidden;margin-bottom:20px;display:block;}.responsive-post-slider9 .resp-slider-container .slider .item .item-inner .item-detail .img_over a img{width:100%;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;}.responsive-post-slider9 .resp-slider-container .slider .item .item-inner .item-detail .img_over:hover a img{-webkit-transform:scale(1.05);-moz-transform:scale(1.05);-o-transform:scale(1.05);-ms-transform:scale(1.05);transform:scale(1.05);-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;}.responsive-post-slider9 .resp-slider-container .slider .item .item-inner .item-detail .item-title h4 a{font-size:20px !important;font-family:"Rajdhani";font-weight:bold;text-transform:uppercase;color:#000;}.responsive-post-slider9 .resp-slider-container .slider .item .item-inner .item-detail .item-title h4 a:hover{color:var(--color);}.responsive-post-slider9 .resp-slider-container .slider .item .item-inner .item-detail .description{color:#555;font-size:14px;margin-bottom:20px;line-height:20px;}.responsive-post-slider9 .resp-slider-container .slider .item .item-inner .item-detail .entry-meta{display:flex;font-size:12px;color:#999;}.rtl .responsive-post-slider9 .resp-slider-container .slider .item .item-inner .item-detail .entry-meta{justify-content:end;}.responsive-post-slider9 .resp-slider-container .slider .item .item-inner .item-detail .entry-meta .fa{color:#999;font-size:13px;margin-right:3px;}.responsive-post-slider9 .resp-slider-container .slider .item .item-inner .item-detail .entry-meta a{color:#999;}.responsive-post-slider9 .resp-slider-container .slider .item .item-inner .item-detail .entry-meta a:hover{color:var(--color);}.responsive-post-slider9 .resp-slider-container .slider .item .item-inner .item-detail .entry-meta .entry-author{margin-right:30px;}.responsive-post-slider9 .slick-arrow{display:none !important;}.home-page-17 .sw-category-slider2 .res-button.slick-arrow{background-color:#f5f5f5;width:40px;height:40px;line-height:40px;border-radius:50%;visibility:hidden;margin-top:-15px;opacity:0;}.home-page-17 .sw-category-slider2 .res-button.slick-arrow:before{color:#282828;font-size:22px;}.home-page-17 .sw-category-slider2 .res-button.slick-arrow:after{display:inline-block;content:"";width:100px;height:100px;position:absolute;top:0;}.home-page-17 .sw-category-slider2 .res-button.slick-arrow.slick-prev{left:-60px;right:auto;}.home-page-17 .sw-category-slider2 .res-button.slick-arrow.slick-prev:before{content:"";font-family:"FontAwesome";}.home-page-17 .sw-category-slider2 .res-button.slick-arrow.slick-prev:after{right:-30px;}.home-page-17 .sw-category-slider2 .res-button.slick-arrow.slick-next{right:-60px;left:auto;}.home-page-17 .sw-category-slider2 .res-button.slick-arrow.slick-next:before{content:"";font-family:"FontAwesome";}.home-page-17 .sw-category-slider2 .res-button.slick-arrow.slick-next:after{left:-30px;}.home-page-17 .sw-category-slider2 .res-button.slick-arrow:hover{background-color:var(--color);}.home-page-17 .sw-category-slider2 .res-button.slick-arrow:hover:before{color:#fff;}.home-page-17 .sw-category-slider2:hover .res-button.slick-arrow{visibility:visible;opacity:1;}.home-page-17 .sw-category-slider2 .slider.responsive{border:1px solid #ededed;float:left;width:100%;border-left:0px;}.home-page-17 .sw-category-slider2 .slider.responsive .item-product-cats{float:left;width:20%;border-bottom:1px solid #ededed;border-left:1px solid #ededed;position:relative;padding:0 15px;min-height:140px;display:flex;align-items:center;}.home-page-17 .sw-category-slider2 .slider.responsive .item-product-cats .item-wraps{display:flex;}.home-page-17 .sw-category-slider2 .slider.responsive .item-product-cats .item-wraps .item-images{width:80px;margin-right:10px;}.home-page-17 .sw-category-slider2 .slider.responsive .item-product-cats:before{display:block;content:"";width:100%;height:100%;border:1px solid var(--color);position:absolute;left:0;top:0;z-index:-1;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;opacity:0;filter:alpha(opacity=0);visibility:hidden;}.home-page-17 .sw-category-slider2 .slider.responsive .item-product-cats:hover:before{opacity:1;filter:alpha(opacity=100);visibility:visible;}.home-page-17 .sw-category-slider2 .slider.responsive .item-product-cats .item-images img{margin-bottom:0px !important;}.home-page-17 .sw-category-slider2 .slider.responsive .item-product-cats .item-content h3{font-size:16px;font-weight:bold;margin-bottom:2px;}.home-page-17 .sw-category-slider2 .slider.responsive .item-product-cats .item-content p{font-size:11px;color:#777;}.home-page-17 .sw-category-slider2 .slider.responsive .item-product-cats:nth-child(6),.home-page-17 .sw-category-slider2 .slider.responsive .item-product-cats:nth-child(7),.home-page-17 .sw-category-slider2 .slider.responsive .item-product-cats:nth-child(8),.home-page-17 .sw-category-slider2 .slider.responsive .item-product-cats:nth-child(9){border-bottom:0px;}.discount-purchase{display:flex;flex-wrap:wrap;align-items:center;background:#fff7f3;border:1px solid var(--color);border-top:0;font-size:17px;justify-content:center;padding:20px;color:var(--color);}.discount-purchase a:not(.button){font-weight:bold;text-decoration:underline;color:var(--color);margin:0 0 0 5px;}.discount-purchase a:not(.button):hover{text-decoration:none;}.discount-purchase a.button{font-size:20px;font-weight:600;border:1px dashed var(--color);height:34px;line-height:34px;padding:0 20px;border-radius:25px;margin:0 10px;font-family:"Bai Jamjuree",sans-serif;text-transform:uppercase;color:var(--color);}.discount-purchase a.button:hover{background:var(--color);color:#fff;}.discount-purchase p{margin:0;}.rtl .elementor-7110 .elementor-element.elementor-element-5f85ad6{text-align:left;}.rtl .elementor-testimonial--layout-image_above.elementor-testimonial--align-left .elementor-testimonial__image+cite,.rtl .elementor-testimonial--layout-image_inline.elementor-testimonial--align-left .elementor-testimonial__image+cite{margin-right:20px;}.rtl .home-page-17 .sw-category-slider2 .slider.responsive .item-product-cats:not(:first-child){justify-content:end;}.rtl .home-page-17 .sw-category-slider2 .slider.responsive .item-product-cats:not(:first-child) .item-wraps{flex-direction:row-reverse;}.rtl .home-page-17 .sw-category-slider2 .slider.responsive .item-product-cats:not(:first-child) .item-wraps .item-images{margin-left:10px;margin-right:0px;}.search.search-results .jet-smart-filters-sorting.jet-filter{display:none !important;}.header-mobile-style1 .header-cart a,.header-mobile-style2 .header-cart a{margin-left:5px;}.header-mobile-style1 .header-cart a .icon-menu,.header-mobile-style2 .header-cart a .icon-menu{display:none;}.jet-smart-filters-active .jet-active-filter{margin-top:4px;}#sw-add-to-cart-message .layout-default .checkout,#sw-add-to-cart-message .layout-5 .checkout{background:var(--color);}#sw-add-to-cart-message.sw-modal{z-index:999999;}#sw-add-to-cart-message .modal-content{z-index:1;}.rtl .elementor-7115 .elementor-element.elementor-element-5e9ce89 .elementor-widget-container,.rtl .elementor-7115 .elementor-element.elementor-element-8c35cb6{text-align:right !important;}.rtl .elementor-7115 .elementor-element.elementor-element-3c27ef3b{text-align:left;}.rtl .elementor-7119 .elementor-element.elementor-element-5051d36 > .elementor-widget-container,.rtl .elementor-7119 .elementor-element.elementor-element-31b26cc > .elementor-widget-container,.rtl .elementor-7119 .elementor-element.elementor-element-46c307a > .elementor-widget-container{border-width:0 1px 0 0;}.e--ua-firefox .home-page-17 .best-selling-product.responsive-slider .resp-slider-container .responsive .item .item-wrap5{border-bottom:1px solid #ededed;}.header-style18.header-top{background-color:var(--color);}.header-style18 .swg-menu .swg-elementor-menu > li.dropdown > a .dropdown-icon{font-size:11px;}.header-style18 .elementor-element.my-account:hover #menu-my-account.menu{top:25px;}.header-style18 #lang_sel > ul.nav > li:hover > ul,.header-style18 .currency_w > li:hover .currency_switcher{top:28px;}.header-style18 .sw-menu{text-align:center;}.header-style18 .sw-menu .swg-menu{display:inline-block;}.header-style18 .sw-menu .swg-menu .dropdown-menu > li.dropdown-submenu,.header-style18 .sw-menu .swg-menu .dropdown-menu > li >a{text-align:left;}.header-style18 .style-wishlist .elementor-widget-container:after{width:100%;height:100%;display:inline-block;content:"";background:#f5f5f5;transform:skew(-25deg);position:absolute;left:0;top:0;z-index:-1;}.header-style18 .swe-woo-cart{padding:7px 15px;position:relative;}.header-style18 .swe-woo-cart:after{width:100%;height:100%;display:inline-block;content:"";background:#f5f5f5;transform:skew(-25deg);position:absolute;left:0;top:0;z-index:-1;}.header-style18 .swe-woo-cart label{margin-bottom:1px;}.header-style18 .swe-woo-cart .swe-wrap-cart-head .swe-cart-subtotal{margin-left:6px;}.header-style18 .swe-woo-cart .swe-wrap-cart-head .swe-cart-subtotal .swe-cart-total{position:relative;}.header-style18 .swe-woo-cart .swe-wrap-cart-head .swe-cart-subtotal .swe-cart-total:before{content:"";width:6px;height:2px;background-color:#000;position:absolute;left:-12px;top:9px;}.rtl .header-style18 .swe-woo-cart .swe-wrap-cart-head .swe-cart-subtotal .swe-cart-total:before{right:-12px;left:auto;}.header-style18 .swe-woo-cart .item-text{display:none;}.header-style18 .swe-woo-cart .swe-cart-count{margin-right:17px;}.rtl .header-style18 .swe-woo-cart .swe-cart-count{margin-left:-17px;margin-right:0;}.header-style18 .swe-woo-cart .swe-cart-count:before{content:"(";display:inline-block;}.header-style18 .swe-woo-cart .swe-cart-count:after{content:")";display:inline-block;}.header-style18 .header-right #lang_sel > ul.nav > li > a h5,.header-style18 .header-right .currency_w > li > a h5,.header-style18 .header-right .my-account h5{color:#fff;position:relative;}.header-style18 .header-right #lang_sel > ul.nav > li > a h5:after,.header-style18 .header-right .currency_w > li > a h5:after,.header-style18 .header-right .my-account h5:after{height:100%;width:100%;display:inline-block;content:"";position:absolute;right:-10px;top:12px;}.header-style18 .header-right #lang_sel > ul.nav > li > a h5:hover,.header-style18 .header-right .currency_w > li > a h5:hover,.header-style18 .header-right .my-account h5:hover{text-decoration:underline;color:#fff;}.header-style18 .header-right #lang_sel > ul.nav > li > a:hover h5,.header-style18 .header-right .currency_w > li > a:hover h5,.header-style18 .header-right .my-account:hover h5{color:#fff;}.header-style18 .header-right #lang_sel > ul.nav > li:after,.header-style18 .header-right .currency_w > li:after{height:100%;width:100%;display:inline-block;content:"";position:absolute;right:-30px;}.header-style18 .header-right #lang_sel > ul.nav > li > a,.header-style18 .header-right .currency_w > li > a{padding-left:18px !important;margin-left:15px;color:#fff;}.rtl .header-style18 .header-right #lang_sel > ul.nav > li > a,.rtl .header-style18 .header-right .currency_w > li > a{padding-right:18px !important;margin-right:15px;padding-left:0 !important;margin-left:0;}.header-style18 .header-right #lang_sel > ul.nav > li > a:after,.header-style18 .header-right .currency_w > li > a:after{color:#fff;}.header-style18 .header-right #lang_sel > ul.nav > li > a:before,.header-style18 .header-right .currency_w > li > a:before{content:"";display:block;background:#ededed;width:1px;height:12px;position:absolute;top:2px;left:0;}.rtl .header-style18 .header-right #lang_sel > ul.nav > li > a:before,.rtl .header-style18 .header-right .currency_w > li > a:before{right:0;left:auto;}.header-style18 .top-form .wrapp-minicart{right:5px;}.header-style18 .fix-row.fix-right{justify-content:end;}.header-style18 .my-wishlist .menu-wishlist .menu-title{display:none;}.header-style18 .my-wishlist .menu-wishlist .item-link .fa-heart{height:45px;line-height:45px;padding:0 20px;}.header-style18 .my-wishlist .menu-wishlist .item-link .fa-heart:before{content:"";font-family:"icomoon" !important;font-size:20px;color:#000;}.header-style18 .my-wishlist .menu-wishlist .item-link .fa-heart:after{width:100%;height:100%;display:inline-block;content:"";background:#f5f5f5;transform:skew(-25deg);position:absolute;left:0;top:0;z-index:-1;}.rtl .header-style18 .my-wishlist .menu-wishlist .item-link .fa-heart:after{transform:skew(25deg);}.header-style18 .my-wishlist .menu-wishlist .item-link:hover .fa-heart:before{color:var(--color);}.header-style18 .autusin-minicart4 .top-minicart-icon{border:0;-webkit-border-radius:0;-moz-border-radius:0;-o-border-radius:0;-ms-border-radius:0;border-radius:0;display:flex;font-weight:bold;padding:0 15px;margin-left:15px;position:relative;}.rtl .header-style18 .autusin-minicart4 .top-minicart-icon{margin-right:15px;}.header-style18 .autusin-minicart4 .top-minicart-icon .cart-contents{border-right:0;display:flex;}.rtl .header-style18 .autusin-minicart4 .top-minicart-icon .cart-contents{border-left:0;}.header-style18 .autusin-minicart4 .top-minicart-icon .cart-contents i{height:43px;line-height:43px;}.header-style18 .autusin-minicart4 .top-minicart-icon .cart-contents i:before{content:"";font-family:"icomoon" !important;font-size:20px;color:#000;}.header-style18 .autusin-minicart4 .top-minicart-icon .cart-contents .minicart-number{position:static;background:none;color:#000;-webkit-border-radius:0;-moz-border-radius:0;-o-border-radius:0;-ms-border-radius:0;border-radius:0;font-size:14px;font-weight:bold;line-height:45px;width:auto;height:auto;}.header-style18 .autusin-minicart4 .top-minicart-icon .cart-contents .minicart-number:before{content:"(";display:inline-block;}.header-style18 .autusin-minicart4 .top-minicart-icon .cart-contents .minicart-number:after{content:")";display:inline-block;}.header-style18 .autusin-minicart4 .top-minicart-icon .cart-title h3{font-size:0px;height:45px;line-height:45px;}.header-style18 .autusin-minicart4 .top-minicart-icon .cart-title .amount{color:#000;font-size:14px;font-weight:bold;}.header-style18 .autusin-minicart4 .top-minicart-icon .cart-title .amount:before{content:"-";display:inline-block;margin-right:4px;}.rtl .header-style18 .autusin-minicart4 .top-minicart-icon .cart-title .amount:before{margin-right:0;margin-left:4px;}.header-style18.header-mid .autusin_search_2{border:0;margin-left:10px;}.header-style18.header-mid .autusin_search_2 .top-form.top-search{background:none;}.header-style18.header-mid .autusin_search_2 .top-form.top-search .cat-wrapper{display:none;position:absolute;height:38px;top:0;left:4px;right:auto;border-radius:0;color:#000;border-right:0;}.rtl .header-style18.header-mid .autusin_search_2 .top-form.top-search .cat-wrapper{right:2px;left:auto;}.header-style18.header-mid .autusin_search_2 .top-form.top-search .cat-wrapper:after{content:"";display:block;background:#ededed;width:1px;height:20px;position:absolute;top:9px;right:0;}.rtl .header-style18.header-mid .autusin_search_2 .top-form.top-search .cat-wrapper:after{left:0;right:auto;}.header-style18.header-mid .autusin_search_2 .top-form.top-search .cat-wrapper:before{color:#000;font-size:17px;top:10px;}.header-style18.header-mid .autusin_search_2 .top-form.top-search .cat-wrapper select{color:#000;padding:0 40px 0 10px;width:155px;}.header-style18.header-mid .autusin_search_2 .top-form.top-search .content-search{padding:0 20px;}.rtl .header-style18.header-mid .autusin_search_2 .top-form.top-search .content-search{padding:0 20px;}.header-style18.header-mid .autusin_search_2 .top-form.top-search .content-search input{background:#f5f5f5;-webkit-border-radius:0;-moz-border-radius:0;-o-border-radius:0;-ms-border-radius:0;border-radius:0;height:45px;line-height:45px;padding:0;color:#777;font-size:14px;}.header-style18.header-mid .autusin_search_2 .top-form.top-search .content-search input::placeholder{color:#777;}.header-style18.header-mid .autusin_search_2 .top-form.top-search .content-search input:focus{color:#000;}.header-style18.header-mid .autusin_search_2 .top-form.top-search .content-search .search-append{top:100%;}.header-style18.header-mid .autusin_search_2 .top-form.top-search .content-search .search-append .autocomplete-suggestions{box-shadow:0 0 0 1px #eee;}.header-style18.header-mid .autusin_search_2 .top-form.top-search button.form-button{color:#000;font-size:18px;line-height:45px;padding:0 15px;width:44px;right:15px;height:45px;}.rtl .header-style18.header-mid .autusin_search_2 .top-form.top-search button.form-button{right:auto;left:15px;}.header-style18.header-mid .autusin_search_2 .top-form.top-search button.form-button:before{content:"";font-family:"icomoon" !important;}.header-style18.header-mid .autusin_search_2 .top-form.top-search button.form-button.button-search-pro.loading:before{background-color:transparent;content:"";}.header-style18.header-mid .autusin_search_2 .top-form.top-search button.form-button:hover{color:var(--color);background:none;}.header-style18.header-mid .autusin_search_2 .top-form.top-search button.form-button:hover:before{color:var(--color);}.header-style18.header-bottom .sw-menu{z-index:5;}.header-style18.header-bottom .sw-menu:after,.header-style18.header-bottom .sw-menu:before{width:40px;height:44px;display:inline-block;content:"";background:#fff;position:absolute;top:0;z-index:-1;}.header-style18.header-bottom .sw-menu:before{left:-20px;transform:skew(35deg);}.header-style18.header-bottom .sw-menu:after{right:-20px;transform:skew(-35deg);}.header-style18.header-bottom .sw-menu .main-menu{float:none !important;text-align:center;background:#fff;}.header-style18.header-bottom .sw-menu .main-menu .nav-pills > li.dropdown > a{padding:12px 15px;color:#000;}.header-style18.header-bottom .sw-menu .main-menu .nav-pills > li.dropdown > a .menu-title{text-transform:capitalize;font-weight:normal;font-size:14px;color:#000;font-family:"Poppins" !important;}.header-style18.header-bottom .sw-menu .main-menu .nav-pills > li.dropdown > a .menu-title:after{content:"";font-family:"FontAwesome";font-size:14px;margin:0 3px;}.header-style18.header-bottom .sw-menu .main-menu .nav-pills > li.dropdown > a .menu-img{top:-5px;}.header-style18.header-bottom .sw-menu .main-menu .nav-pills > li.dropdown:hover > a .menu-title{color:var(--color);}.footer-style18 .about-store h3{font-family:inherit !important;color:#999;font-size:11px;text-transform:uppercase;}.footer-style18 .about-store p,.footer-style18 .about-store a,.footer-style18 .about-store ul li{color:#fff;font-size:13px;list-style:none;}.footer-style18 .about-store ul{padding:0;margin:0;}.footer-style18 ul.menu li a{color:#fff;font-size:13px;font-weight:300;margin-bottom:15px;display:flex;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;position:relative;}.footer-style18 ul.menu li a:before{width:0;height:1px;content:"";display:inline-block;margin-right:5px;background:var(--color);opacity:0;visibility:hidden;position:absolute;left:0;top:50%;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;}.footer-style18 ul.menu li a:hover{color:var(--color);padding-left:20px;}.footer-style18 ul.menu li a:hover:before{opacity:1;visibility:visible;width:8px;}.footer-style18 .elementor-social-icon i:hover{color:#fff !important;}.footer-style18 .form-newsletter .mc4wp-form-fields{overflow:hidden;}.footer-style18 .form-newsletter input[type="email"]{border:0;color:#999;color:#ccc;width:100%;background:#fff;margin-bottom:0;font-size:12px;font-size:14px;height:46px;padding:0 20px;border-radius:0;float:left;}.footer-style18 .form-newsletter input[type="email"]:focus{color:#000;}.footer-style18 .form-newsletter button[type="submit"]{border:0;padding:0 15px;position:absolute;-webkit-border-radius:0;-moz-border-radius:0;-o-border-radius:0;-ms-border-radius:0;border-radius:0;background:#fff;height:46px;line-height:46px;color:#000;right:0px;text-transform:uppercase;text-align:center;font-weight:500;float:left;font-size:0;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;}.rtl .footer-style18 .form-newsletter button[type="submit"]{right:auto;left:0;}.footer-style18 .form-newsletter button[type="submit"]:before{font-size:16px;}.footer-style18 .form-newsletter button[type="submit"]:hover:before{color:var(--color);}.footer-style18 .form-newsletter .mc4wp-success{color:var(--color);}.copyright-text-17 .elementor-widget-container{text-align:left;color:#999;font-size:13px;}.copyright-text-17 .elementor-widget-container p{margin:0px;}.copyright-text-17 .elementor-widget-container a{color:var(--color);}.copyright-text-17 .elementor-widget-container a:hover{text-decoration:underline;}body.elementor-page{overflow:hidden;}.home-page-18 .autusin_breadcrumbs{display:none;}.see-more17{color:#fff !important;}.home-style18 .elementor-image-box-title{margin-bottom:3px;}.home-style18 .item .item-wrap5:before{display:none;}.home-style18 .item .item-wrap5 .item-detail .products-thumb{padding:29px 5px;}.home-style18 .item .item-wrap5 .item-detail .item-content{border-top:1px solid #ededed;padding-top:18px;}.home-style18 .item .item-wrap5 .item-detail .item-content .reviews-content{margin:12px 0;}.home-style18 .sw-woo-container-slider12 .block-title{margin-bottom:32px;flex-wrap:wrap;}.home-style18 .sw-woo-container-slider12 .block-title h3{font-family:"Rajdhani";font-size:30px;color:#000;font-weight:bold;text-transform:uppercase;margin:0 30px 10px 0;display:inline-block;}.home-style18 .sw-woo-container-slider12 .block-title h3 strong{color:#fff;background:var(--color);padding:0px 15px;margin-right:5px;}.home-style18 .sw-woo-container-slider12 .block-title .description{color:var(--color);display:inline-block;}.home-style18 .sw-woo-container-slider12 .slider{padding:0;}.home-style18 .sw-woo-container-slider12 .slider .slick-list{margin:0 -15px;}.home-style18 .sw-woo-container-slider12 .slider .item .item-wrap5{border:0px;padding:0 15px;}.home-style18 .sw-woo-container-slider12 .slider .item .item-wrap5:before{display:none;}.home-style18 .sw-woo-container-slider12 .slider .item .item-wrap5 .item-detail{display:flex;border:1px solid #ededed;flex-wrap:wrap;}.home-style18 .sw-woo-container-slider12 .slider .item .item-wrap5 .item-detail .products-thumb{width:50%;}.home-style18 .sw-woo-container-slider12 .slider .item .item-wrap5 .item-detail .item-content{flex:1 1 0;text-align:left;padding-top:20px;border-top:0;}.home-style18 .sw-woo-container-slider12 .slider .item .item-wrap5 .item-detail .item-content .item-bottom{margin-bottom:15px;}.home-style18 .sw-woo-container-slider12 .slider .item .item-wrap5 .item-detail .item-content .countdown-title{font-size:12px;color:#616161;}.home-style18 .sw-woo-container-slider12 .slider .item .item-wrap5 .item-detail .item-content .countdown-title strong{color:#222;font-weight:600;font-size:16px;}.home-style18 .sw-woo-container-slider12 .slider .item .item-wrap5 .item-detail .item-content .product-countdown2 .countdown-section{display:inline-block;margin-right:10px;text-align:center;}.home-style18 .sw-woo-container-slider12 .slider .item .item-wrap5 .item-detail .item-content .product-countdown2 .countdown-section .countdown-amount{background:#ededed;-webkit-border-radius:50%;-moz-border-radius:50%;-o-border-radius:50%;-ms-border-radius:50%;border-radius:50%;color:#222;font-size:16px;font-weight:bold;display:block;height:40px;width:40px;text-align:center;line-height:40px;}.home-style18 .sw-woo-container-slider12 .slider .item .item-wrap5 .item-detail .item-content .product-countdown2 .countdown-section .countdown-period{color:#666;font-size:10px;text-transform:uppercase;}.home-style18 .sw-woo-container-slider12 .slick-arrow.res-button{width:40px;height:40px;line-height:40px;-webkit-border-radius:5px;-moz-border-radius:5px;-o-border-radius:5px;-ms-border-radius:5px;border-radius:5px;background:#f5f5f5;top:15px;opacity:1;border:0;}.home-style18 .sw-woo-container-slider12 .slick-arrow.res-button:before{height:auto;line-height:40px;}.home-style18 .sw-woo-container-slider12 .slick-arrow.res-button.slick-prev{right:45px;left:auto;}.home-style18 .sw-woo-container-slider12 .slick-arrow.res-button.slick-prev:before{content:"";font-family:"FontAwesome";}.home-style18 .sw-woo-container-slider12 .slick-arrow.res-button.slick-next{right:0;left:auto;}.home-style18 .sw-woo-container-slider12 .slick-arrow.res-button.slick-next:before{content:"";font-family:"FontAwesome";}.home-style18 .sw-woo-container-slider12 .slick-arrow.res-button:before{color:#000;}.home-style18 .sw-woo-container-slider12 .slick-arrow.res-button:hover{background:var(--color);}.home-style18 .sw-woo-container-slider12 .slick-arrow.res-button:hover:before{color:#fff;}.home-style18 .responsive-slider .box-title{margin-bottom:30px;}.home-style18 .responsive-slider .box-title h3{color:var(--color);padding:0;margin:0 0 5px;font-size:30px;font-weight:700;text-transform:uppercase;font-family:"Rajdhani";}.home-style18 .responsive-slider .box-title h3:before{display:none;}.home-style18 .sw-category-slider11 .item .item-wrap{border:1px solid #ededed;display:flex;padding:20px;margin:0 0 30px 0;text-align:left;border-radius:0;width:100%;float:left;align-items:center;}.home-style18 .sw-category-slider11 .item .item-wrap .item-image{max-width:140px;margin-right:20px;}.home-style18 .sw-category-slider11 .item .item-wrap .item-content{flex:1 1 0;}.home-style18 .sw-category-slider11 .item .item-wrap .childcat-product-cat{color:#999;}.home-style18 .sw-category-slider11 .res-button{display:none !important;}.home-style18 .brand-home18 .sw-brand-container-slider.sw-brand-container-slider2 .content{margin:0 8px 15px;border-top:1px solid #ededed;}.home-style18 .sw-brand-container-slider.sw-brand-container-slider2 .content{border:1px solid #ededed;margin:0;overflow:hidden;border-top:0;}.home-style18 .sw-brand-container-slider.sw-brand-container-slider2 .content .item-image{padding:5px;height:auto;}.home-style18 .sw-brand-container-slider.sw-brand-container-slider2 .content .item-image a img{width:auto;max-height:50px;}.home-style18 .sw-brand-container-slider.sw-brand-container-slider2 .content h4 a{font-size:18px;font-weight:bold;text-transform:uppercase;font-family:Rajdhani;}.home-style18 .sw-brand-container-slider.sw-brand-container-slider2 .content:hover h4 a{color:var(--color);}.home-style18 .listtingtab-v18 .sw-woo-tab-cat{margin-bottom:50px;}.home-style18 .listtingtab-v18 .sw-woo-tab-cat .resp-tab .category-slider-content .block-title{margin-bottom:25px;text-align:left;font-family:"Rajdhani";}.home-style18 .listtingtab-v18 .sw-woo-tab-cat .resp-tab .category-slider-content .block-title h3{color:var(--color);padding:0;margin:0 0 5px;font-size:30px;font-weight:bold;text-transform:uppercase;}.home-style18 .listtingtab-v18 .sw-woo-tab-cat .resp-tab .category-slider-content .block-title h3 strong{font-weight:bold;}.home-style18 .listtingtab-v18 .sw-woo-tab-cat .resp-tab .category-slider-content .block-title h3:before{display:none;}.home-style18 .listtingtab-v18.box1 .sw-woo-tab-cat .resp-tab .category-slider-content .nav-tabs-select{position:absolute;right:90px;top:0;}.home-style18 .listtingtab-v18.box1 .sw-woo-tab-cat .resp-tab .category-slider-content .nav-tabs-select ul.nav-tabs li > a{background:none;border:none;text-transform:capitalize;color:#000;font-size:14px;padding:10px;}.home-style18 .listtingtab-v18.box1 .sw-woo-tab-cat .resp-tab .category-slider-content .nav-tabs-select ul.nav-tabs li > a:before{width:4px;height:4px;-webkit-border-radius:50%;-moz-border-radius:50%;-o-border-radius:50%;-ms-border-radius:50%;border-radius:50%;display:inline-block;content:"";background:#000;top:18px;left:-8px;position:absolute;}.home-style18 .listtingtab-v18.box1 .sw-woo-tab-cat .resp-tab .category-slider-content .nav-tabs-select ul.nav-tabs li:first-child > a:before{display:none;}.home-style18 .listtingtab-v18.box1 .sw-woo-tab-cat .resp-tab .category-slider-content .nav-tabs-select ul.nav-tabs li.active > a,.home-style18 .listtingtab-v18.box1 .sw-woo-tab-cat .resp-tab .category-slider-content .nav-tabs-select ul.nav-tabs li:hover > a{color:var(--color);}.home-style18 .listtingtab-v18 .sw-woo-tab-cat .resp-tab .tab-content{position:relative;}.home-style18 .listtingtab-v18 .sw-woo-tab-cat .resp-tab .tab-content .res-button{opacity:1;border:0;}.home-style18 .listtingtab-v18 .sw-woo-tab-cat .resp-tab .tab-content .res-button:before{height:auto;line-height:40px;}.home-style18 .listtingtab-v18 .sw-woo-tab-cat .resp-tab .tab-content .item .item-wrap5{border:1px solid #ededed;margin-bottom:30px;}.home-style18 .listtingtab-v18 .sw-woo-tab-cat .resp-tab .tab-content .tab-pane.active .res-button{width:40px;height:40px;line-height:40px;-webkit-border-radius:5px;-moz-border-radius:5px;-o-border-radius:5px;-ms-border-radius:5px;border-radius:5px;background:#f5f5f5;top:-40px;}.home-style18 .listtingtab-v18 .sw-woo-tab-cat .resp-tab .tab-content .tab-pane.active .res-button:before{color:#000;}.home-style18 .listtingtab-v18 .sw-woo-tab-cat .resp-tab .tab-content .tab-pane.active .res-button:hover{background:var(--color);}.home-style18 .listtingtab-v18 .sw-woo-tab-cat .resp-tab .tab-content .tab-pane.active .res-button:hover:before{color:#fff;}.home-style18 .listtingtab-v18 .sw-woo-tab-cat .resp-tab .tab-content .tab-pane.active .res-button.slick-prev{right:45px;left:auto;}.home-style18 .listtingtab-v18.box2 .sw-woo-tab-cat .resp-tab .category-slider-content .block-title{display:none;}.home-style18 .listtingtab-v18.box2 .sw-woo-tab-cat .resp-tab .category-slider-content .nav-tabs-select{text-align:left;margin-bottom:30px;}.home-style18 .listtingtab-v18.box2 .sw-woo-tab-cat .resp-tab .category-slider-content .nav-tabs-select ul.nav-tabs li > a{padding:10px 20px;border-radius:5px;font-family:"Rajdhani";font-size:20px;font-weight:bold;}.home-style18 .listtingtab-v18.box2 .sw-woo-tab-cat .resp-tab .tab-content .tab-pane.active .res-button{top:-50px;}.home-style18 .box-listproduct .block-title{margin-bottom:25px;text-align:left;}.home-style18 .box-listproduct .block-title h3{color:var(--color);padding:0;margin:0 0 5px;font-size:30px;font-weight:bold;text-transform:uppercase;border:0;text-align:left;font-family:"Rajdhani";}.home-style18 .box-listproduct .block-title h3 strong{font-weight:bold;}.home-style18 .box-listproduct .block-title .description{color:#616161;font-size:14px;}.home-style18 .box-listproduct .res-button{display:none !important;}.home-style18 .box-listproduct .resp-slider-container .responsive{margin:0;border:1px solid #ededed;margin-right:1px;}.home-style18 .box-listproduct .item{padding:0px !important;}.home-style18 .box-listproduct .item .item-wrap5{border:0px;padding:0;border-top:1px solid #ededed;border-right:1px solid #ededed;margin-top:-1px;}.home-style18 .box-listproduct .item .item-wrap5:before{display:none;}.home-style18 .box-listproduct .item .item-wrap5 .item-detail{display:flex;}.home-style18 .box-listproduct .item .item-wrap5 .item-detail .products-thumb{width:50%;margin-bottom:9px;}.home-style18 .box-listproduct .item .item-wrap5 .item-detail .item-content{border:0px;flex:1 1 0;text-align:left;padding-top:20px;}.home-style18 .box-listproduct .item .item-wrap5 .item-detail .item-content .item-bottom{margin-bottom:15px;}.home-style18 .box-listproduct .item .item-wrap5 .item-detail .item-content .countdown-title{font-size:12px;color:#616161;}.home-style18 .box-listproduct .item .item-wrap5 .item-detail .item-content .countdown-title strong{color:#222;font-weight:600;font-size:16px;}.home-style18 .box-listproduct .item .item-wrap5 .item-detail .item-content .product-countdown2 .countdown-section{display:inline-block;margin-right:10px;text-align:center;}.home-style18 .box-listproduct .item .item-wrap5 .item-detail .item-content .product-countdown2 .countdown-section .countdown-amount{background:#ededed;-webkit-border-radius:50%;-moz-border-radius:50%;-o-border-radius:50%;-ms-border-radius:50%;border-radius:50%;color:#222;font-size:16px;font-weight:bold;display:block;height:40px;width:40px;text-align:center;line-height:40px;}.home-style18 .box-listproduct .item .item-wrap5 .item-detail .item-content .product-countdown2 .countdown-section .countdown-period{color:#666;font-size:10px;text-transform:uppercase;}.home-style18 .best-selling-product{margin-bottom:50px;}.home-style18 .testimonial-slider2{border:5px solid var(--color);padding:56px 20px;margin:0 auto 50px auto;}.home-style18 .testimonial-slider2 .box-title{margin-bottom:20px;text-align:center !important;}.home-style18 .testimonial-slider2 .box-title h3{font-size:20px;}.home-style18 .testimonial-slider2 .res-button{display:none !important;}.home-style18 .testimonial-slider2 .resp-slider-container .slider .item .image-client{display:none;}.home-style18 .testimonial-slider2 .resp-slider-container .slider .item .client-comment{color:#000;font-size:18px;}.home-style18 .testimonial-slider2 .resp-slider-container .slider .item .client-comment:before{content:"";font-family:"FontAwesome";font-size:35px;color:#e5e5e5;display:block;margin-bottom:22px;}.home-style18 .testimonial-slider2 .resp-slider-container .slider .item .name-client{color:#000;}.home-style18 .testimonial-slider2 .resp-slider-container .slider .item .name-client:before{width:30px;height:2px;display:block;content:"";background:#ddd;margin:0 auto 25px;}.home-style18 .testimonial-slider2 .resp-slider-container .slider .item .name-client h3{text-transform:uppercase;font-weight:bold;}.home-style18 .responsive-post-slider9 .block-title h3{color:var(--color);padding:0;margin:0 0 20px;font-size:30px;font-weight:bold;text-transform:uppercase;border:0;text-align:left;font-family:"Rajdhani";}.rtl .home-style18 .responsive-post-slider9 .block-title h3{text-align:right;}.home-style18 .responsive-post-slider9 .entry-content{position:relative;}.home-style18 .responsive-post-slider9 .entry-content .categories{position:absolute;padding:10px 15px 0 0;top:-40px;z-index:1;background:#fff;}.home-style18 .responsive-post-slider9 .entry-content .categories:before{width:0;height:0;border-bottom:40px solid #fff;border-right:40px solid transparent;display:inline-block;content:"";position:absolute;right:-40px;top:0;}.home-style18 .responsive-post-slider9 .entry-content .categories a{display:inline-block;font-size:12px;text-transform:uppercase;color:var(--color);}.home-style18 .responsive-post-slider9 .entry-content .categories a:hover{text-decoration:underline;}.home-style18 .responsive-post-slider9 .entry-content .categories a:not(:first-child){padding-left:5px;}.home-style18 .responsive-post-slider9 .entry-content .item-title h4 a{display:block;}.rtl .home-style18 .responsive-post-slider9 .entry-content .item-title h4 a{text-align:right;}.home-style18 .sw-lookbook-slider .sw-lookbook-container__item .pin__image:before{display:none;}.home-style18 .sw-lookbook-slider .sw-lookbook-container__item .pin__icon--add,.home-style18 .sw-lookbook-slider .sw-lookbook-container__item .pin__type--area{background:transparent !important;}.home-style18 .sw-lookbook-slider .sw-lookbook-container__item .pin__type .pin-label{font-size:0;width:22px;height:22px;background:#fff;border-radius:50%;border:7px solid var(--color);animation:buy 1000ms linear infinite;}.header-style19 .header-top-left li.elementor-icon-list-item{border-right:1px solid #bbb;padding:0 15px 0 0;line-height:0;margin-top:3px;}.header-style19 .header-top-left li.elementor-icon-list-item:last-child{border:0px;}.rtl .header-style19 .header-top-left li.elementor-icon-list-item{border-left:1px solid #bbb;border-right:0;padding:0 0 0 15px;}.header-style19 .currency_w > li:hover .currency_switcher,.header-style19 #lang_sel > ul.nav > li:hover > ul{top:40px;}.header-style19 #lang_sel > ul.nav > li > a,.header-style19 .elementor-element .currency_w > li > a{color:#bbb;text-transform:capitalize;font-size:14px;padding:11px 0 11px 16px !important;}.rtl .header-style19 #lang_sel > ul.nav > li > a,.rtl .header-style19 .elementor-element .currency_w > li > a{padding:11px 16px 11px 0 !important;}.header-style19 #lang_sel > ul.nav > li:before,.header-style19 .elementor-element .currency_w > li:before{display:inline-block;content:"";width:1px;height:14px;background:#bbb;position:absolute;top:13px;left:0;}.rtl .header-style19 #lang_sel > ul.nav > li:before,.rtl .header-style19 .elementor-element .currency_w > li:before{right:0;left:auto;}.header-style19 .fix-row .elementor-widget-wrap > div{padding:0 0 0 10px;}.rtl .header-style19 .fix-row .elementor-widget-wrap > div{padding:0 10px 0 0;}.header-style19 .nav-pills > li.dropdown > a{padding:20px 15px;}.header-style19 .nav-pills > li.dropdown > a .menu-title{text-transform:capitalize;font-weight:normal;font-size:14px;color:#000;font-family:"Poppins" !important;}.header-style19 .nav-pills > li.dropdown > a .menu-title:after{content:"";font-family:"FontAwesome";font-size:14px;margin:0 3px;}.header-style19 .nav-pills > li.dropdown:hover > a .menu-title{color:var(--color);}.header-style19 .vertical_megamenu-header:hover .mega-left-title{background:#222;}.header-style19 .my-wishlist .menu-wishlist .menu-title{display:none;}.header-style19 .my-wishlist .menu-wishlist .item-link .fa-heart:before{content:"";font-family:"icomoon" !important;font-size:20px;color:#000;}.header-style19 .my-wishlist .menu-wishlist .item-link:hover .fa-heart:before{color:var(--color);}.header-style19 .autusin-minicart4 .top-minicart-icon{border:0;-webkit-border-radius:0;-moz-border-radius:0;-o-border-radius:0;-ms-border-radius:0;border-radius:0;display:flex;font-weight:bold;padding-left:15px;margin-left:15px;position:relative;}.rtl .header-style19 .autusin-minicart4 .top-minicart-icon{padding-left:0;margin-left:0;padding-right:15px;margin-right:15px;}.header-style19 .autusin-minicart4 .top-minicart-icon:before{content:"";display:block;background:#ededed;width:1px;height:20px;position:absolute;top:9px;left:0;}.rtl .header-style19 .autusin-minicart4 .top-minicart-icon:before{right:0;left:auto;}.header-style19 .autusin-minicart4 .top-minicart-icon .cart-contents{border-right:0;display:flex;}.rtl .header-style19 .autusin-minicart4 .top-minicart-icon .cart-contents{border-left:0;}.header-style19 .autusin-minicart4 .top-minicart-icon .cart-contents i:before{content:"";font-family:"icomoon" !important;font-size:20px;color:#000;}.header-style19 .autusin-minicart4 .top-minicart-icon .cart-contents .minicart-number{position:static;background:none;color:#000;-webkit-border-radius:0;-moz-border-radius:0;-o-border-radius:0;-ms-border-radius:0;border-radius:0;font-size:14px;font-weight:bold;line-height:38px;width:auto;height:auto;}.header-style19 .autusin-minicart4 .top-minicart-icon .cart-contents .minicart-number:before{content:"(";display:inline-block;}.header-style19 .autusin-minicart4 .top-minicart-icon .cart-contents .minicart-number:after{content:")";display:inline-block;}.header-style19 .autusin-minicart4 .top-minicart-icon .cart-title h3{font-size:0px;}.header-style19 .autusin-minicart4 .top-minicart-icon .cart-title .amount{color:#000;font-size:14px;font-weight:bold;}.header-style19 .autusin-minicart4 .top-minicart-icon .cart-title .amount:before{content:"-";display:inline-block;margin-right:4px;}.rtl .header-style19 .autusin-minicart4 .top-minicart-icon .cart-title .amount:before{margin-right:0;margin-left:4px;}.middle-header19 .swe-woo-cart .swe-wrap-cart-head{flex-direction:column;}.middle-header19 .swe-woo-cart .swe-wrap-cart-head .swe-cart-icon .image-icon{width:auto;height:auto;}.middle-header19 .elementor-element.my-account #menu-my-account.menu{text-align:left;width:120px;}.middle-header19 .elementor-element.my-account #menu-my-account.menu .item-link .fa{display:none;}.middle-header19 .elementor-element.my-account:hover #menu-my-account.menu{top:42px;}.middle-header19 .box-search19{margin-right:auto;}.middle-header19 .autusin_search_2{margin-top:0;overflow:hidden;border:1px solid #ddd;-webkit-border-radius:25px;-moz-border-radius:25px;-o-border-radius:25px;-ms-border-radius:25px;border-radius:25px;}.middle-header19 .autusin_search_2 .top-form.top-search .cat-wrapper{display:block;position:absolute;height:45px;top:0;left:4px;right:auto;border-radius:0;color:#000;border-right:0;border-right:1px solid #ddd;line-height:48px;}.rtl .middle-header19 .autusin_search_2 .top-form.top-search .cat-wrapper{border-left:1px solid #ddd;border-right:0px;left:auto;right:4px;}.middle-header19 .autusin_search_2 .top-form.top-search .cat-wrapper:before{color:#000;font-size:17px;top:-1px;}.middle-header19 .autusin_search_2 .top-form.top-search .cat-wrapper select{color:#000;padding:0 20px;width:220px;height:45px;}.middle-header19 .autusin_search_2 .top-form.top-search .content-search{padding:0 15px 0 235px;}.rtl .middle-header19 .autusin_search_2 .top-form.top-search .content-search{padding:0 235px 0 15px;}.middle-header19 .autusin_search_2 .top-form.top-search .content-search input{font-size:12px;height:45px;line-height:45px;}.middle-header19 .autusin_search_2 .top-form.top-search .content-search input::placeholder{color:#666;}.middle-header19 .autusin_search_2 .top-form.top-search .content-search input:focus{color:#000;}.middle-header19 .autusin_search_2 .top-form.top-search button.form-button{font-size:14px;line-height:36px;padding:0;width:36px;height:36px;background:#181818;color:#fff;text-align:center;-webkit-border-radius:50%;-moz-border-radius:50%;-o-border-radius:50%;-ms-border-radius:50%;border-radius:50%;right:4px;top:4px;}.rtl .middle-header19 .autusin_search_2 .top-form.top-search button.form-button{left:4px;right:auto;}.middle-header19 .autusin_search_2 .top-form.top-search button.form-button:before{content:"";font-family:"icomoon" !important;}.middle-header19 .autusin_search_2 .top-form.top-search button.form-button:hover{background:var(--color);}.middle-header19 .fix-row .elementor-widget-wrap > div{padding:0 0px 0 30px;}.rtl .middle-header19 .fix-row .elementor-widget-wrap > div{padding:0 30px 0 0;}.middle-header19 .elementor-element.my-account h5{color:#666;font-size:12px;font-family:"Rubik",Sans-serif;}.middle-header19 .elementor-element.my-account h5:before{display:block;background:url("https://cdn-ildmmhg.nitrocdn.com/EmfGayVpJIjlSxwvIsYhxAzAzNUjWyuH/assets/images/optimized/rev-f65d057/mwtruckparts.co.uk/wp-content/uploads/sw_theme/assets/img/icon-header19.png") no-repeat 1px -56px;width:32px;height:27px;content:"";padding:0;overflow:hidden;margin:0 auto 4px;}.middle-header19 .my-wishlist  a .fa{display:block;background:url("https://cdn-ildmmhg.nitrocdn.com/EmfGayVpJIjlSxwvIsYhxAzAzNUjWyuH/assets/images/optimized/rev-f65d057/mwtruckparts.co.uk/wp-content/uploads/sw_theme/assets/img/icon-header19.png") no-repeat 1px -2px;width:32px;height:27px;overflow:hidden;margin:0 auto 2px;}.middle-header19 .my-wishlist  a .fa.nitro-lazy{background-image:none !important;}.middle-header19 .my-wishlist  a .fa:before{display:none;}.middle-header19 .my-wishlist  a .menu-title{color:#666;font-size:12px;}.rtl .middle-header19 .my-wishlist  a{display:block !important;}.middle-header19 .top-form .wrapp-minicart{top:45px;}.middle-header19 .top-form.top-form-minicart .top-minicart-icon{border:0px;}.middle-header19 .top-form.top-form-minicart .top-minicart-icon .cart-contents{border:0px;display:block;}.middle-header19 .top-form.top-form-minicart .top-minicart-icon .cart-contents .minicart-number{top:-5px;right:5px;}.middle-header19 .top-form.top-form-minicart .top-minicart-icon .cart-contents .fa-shopping-basket{display:block;background:url("https://cdn-ildmmhg.nitrocdn.com/EmfGayVpJIjlSxwvIsYhxAzAzNUjWyuH/assets/images/optimized/rev-f65d057/mwtruckparts.co.uk/wp-content/uploads/sw_theme/assets/img/icon-header19.png") no-repeat 1px -28px;width:32px;height:27px;overflow:hidden;margin:0 auto 2px;}.middle-header19 .top-form.top-form-minicart .top-minicart-icon .cart-contents .fa-shopping-basket.nitro-lazy{background-image:none !important;}.middle-header19 .top-form.top-form-minicart .top-minicart-icon .cart-contents .fa-shopping-basket:before{display:none;}.middle-header19 .top-form.top-form-minicart .top-minicart-icon .cart-title h3{color:#666;font-size:12px;height:auto;line-height:inherit;}.middle-header19 .top-form.top-form-minicart .top-minicart-icon .cart-title h3 span{display:none;}.bottom-header19 .mega-left-title{height:50px;line-height:50px;}.bottom-header19 .mega-left-title span{font-weight:500;}.bottom-header19 .vertical-toggle.swg-menu .swg-menu-vertical,.bottom-header19 .vertical-hover.swg-menu .swg-menu-vertical{box-shadow:none;border:1px solid #ddd;border-top:0;border-radius:0 0 5px 5px;display:block;opacity:0;}.home-style19 .bottom-header19 .vertical-toggle.swg-menu .swg-menu-vertical,.home-style19 .bottom-header19 .vertical-hover.swg-menu .swg-menu-vertical{opacity:1;}.bottom-header19 .vertical-toggle.swg-menu:hover .swg-menu-vertical,.bottom-header19 .vertical-hover.swg-menu:hover .swg-menu-vertical{opacity:1;}.bottom-header19 .nav-pills >li{margin-right:40px;}.bottom-header19 .nav-pills >li > a{text-transform:uppercase;background:transparent;padding:15px 0 14px 0;font-weight:500;display:block;font-size:14px;line-height:20px;color:#111;}.bottom-header19 .nav-pills >li:after{content:"";width:100%;height:2px;background:var(--color);position:absolute;bottom:-2px;left:0;opacity:0;visible:hidden;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;}.bottom-header19 .nav-pills >li:hover > a{color:var(--color);}.bottom-header19 .nav-pills >li:hover:after{opacity:1;visible:visible;}.bottom-header19 .nav-pills >li.menu-home{padding-left:25px;}.bottom-header19 .nav-pills >li.menu-home:before{content:"";font-family:FontAwesome;color:#111;font-size:18px;display:inline-block;position:absolute;left:0;top:14px;}body.home .bottom-header19 .nav-pills >li.menu-home > a,body.home .bottom-header19 .nav-pills >li.menu-home:before,.bottom-header19 .nav-pills >li.menu-home body.home-page-19 > a,.bottom-header19 .nav-pills >li.menu-home body.home-page-19:before{color:var(--color);}body.home .bottom-header19 .nav-pills >li.menu-home:after,.bottom-header19 .nav-pills >li.menu-home body.home-page-19:after{opacity:1;visible:visible;}.bottom-header19 .saleoff-header .elementor-image-box-img{width:18px !important;margin-right:10px !important;}.bottom-header19 .saleoff-header:hover  .elementor-image-box-title a{text-decoration:underline;}body.home .bottom-header19 .vertical_megamenu-header .wrapper_vertical_menu .vertical-megamenu,body.home-page-19 .bottom-header19 .vertical_megamenu-header .wrapper_vertical_menu .vertical-megamenu{box-shadow:0 0 0px;-moz-box-shadow:0 0 0px;-webkit-box-shadow:0 0 0px;border:1px solid #ddd;border-top:0px;-webkit-border-radius:0 0px 5px 5px;-moz-border-radius:0 0px 5px 5px;-o-border-radius:0 0px 5px 5px;-ms-border-radius:0 0px 5px 5px;border-radius:0 0px 5px 5px;}body.home .bottom-header19 .vertical_megamenu-header .wrapper_vertical_menu .vertical-megamenu > li:hover,body.home-page-19 .bottom-header19 .vertical_megamenu-header .wrapper_vertical_menu .vertical-megamenu > li:hover{background-color:#eee;}body.home .bottom-header19 .vertical_megamenu-header .wrapper_vertical_menu .vertical-megamenu > li:hover > a,body.home-page-19 .bottom-header19 .vertical_megamenu-header .wrapper_vertical_menu .vertical-megamenu > li:hover > a{background-color:#eee;}body.home .bottom-header19 .vertical_megamenu-header .wrapper_vertical_menu .vertical-megamenu > li.showMore,body.home-page-19 .bottom-header19 .vertical_megamenu-header .wrapper_vertical_menu .vertical-megamenu > li.showMore{border-top:1px solid #ddd;}body.home .bottom-header19 .vertical_megamenu-header .wrapper_vertical_menu .vertical-megamenu > li.showMore .open-more-cat,body.home-page-19 .bottom-header19 .vertical_megamenu-header .wrapper_vertical_menu .vertical-megamenu > li.showMore .open-more-cat{margin:3px 0 3px 2px;}body.home .bottom-header19 .vertical_megamenu-header .wrapper_vertical_menu .vertical-megamenu > li > .dropdown-menu,body.home-page-19 .bottom-header19 .vertical_megamenu-header .wrapper_vertical_menu .vertical-megamenu > li > .dropdown-menu{-webkit-box-shadow:1px 2px 5px rgba(0,0,0,.1);-moz-box-shadow:1px 2px 5px rgba(0,0,0,.1);-o-box-shadow:1px 2px 5px rgba(0,0,0,.1);-ms-box-shadow:1px 2px 5px rgba(0,0,0,.1);box-shadow:1px 2px 5px rgba(0,0,0,.1);}.footer-style19 ul.menu li a{color:#bbb;font-size:14px;font-weight:300;margin-bottom:15px;display:flex;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;position:relative;}.footer-style19 ul.menu li a:hover{color:var(--color);padding-left:20px;text-decoration:underline dashed;}.footer-style19 .newletter-title{color:#bbb;font-size:20px;text-transform:capitalize;}.footer-style19 .newletter-title strong{color:var(--color);text-decoration:underline dashed;text-underline-offset:5px;font-weight:500;}.footer-style19 .title-link .elementor-heading-title{display:inline-block;}.footer-style19 .title-link .elementor-heading-title:after{display:block;content:"";border-bottom:3px dotted var(--color);height:1px;width:30px;margin-top:15px;}.footer-style19 .form-newsletter .mc4wp-form-fields{overflow:hidden;display:flex;flex-wrap:wrap;}.footer-style19 .form-newsletter input[type="email"]{border:0;color:#bbb !important;flex:1 1 0;background:#49494d;margin-bottom:0;font-size:14px;height:40px;padding:0 20px;-webkit-border-radius:25px;-moz-border-radius:25px;-o-border-radius:25px;-ms-border-radius:25px;border-radius:25px;float:left;}.footer-style19 .form-newsletter input[type="email"]:placeholder,.footer-style19 .form-newsletter input[type="email"]::-moz-placeholder{color:#fff;}.footer-style19 .form-newsletter input[type="email"]:focus{color:#000;background:#fff;}.footer-style19 .form-newsletter button[type="submit"]{border:0;padding:0 20px;-webkit-border-radius:25px;-moz-border-radius:25px;-o-border-radius:25px;-ms-border-radius:25px;border-radius:25px;background:var(--color);height:40px;line-height:40px;color:#fff;right:0px;text-transform:uppercase;text-align:center;font-weight:500;float:left;font-size:14px;margin-left:20px;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;}.rtl .footer-style19 .form-newsletter button[type="submit"]{margin:0 20px 0 0;}.footer-style19 .form-newsletter button[type="submit"]:before{display:none;}.footer-style19 .form-newsletter button[type="submit"]:hover{opacity:.8;}.footer-style19 .form-newsletter .mc4wp-success{color:var(--color);}.copyright-text-19 .elementor-widget-container{text-align:left;color:#666;font-size:14px;}.copyright-text-19 .elementor-widget-container p{margin:0px;}.copyright-text-19 .elementor-widget-container a{color:var(--color);}.copyright-text-19 .elementor-widget-container a:hover{text-decoration:underline;}.home-page-19 .autusin_breadcrumbs{display:none;}.home-page-19 .sw-woo-container-slider12 .slick-slider .slick-list{margin:0 -10px;}.home-page-19 .sw-woo-container-slider12 .slick-slider .slick-list .item .item-wrap6{padding:0 10px;}.home-page-19 .sw-woo-container-slider12 .slick-slider .slick-list .item .item-wrap6 .item-detail{display:flex;flex-wrap:wrap;padding:25px;border:1px solid #ddd;-webkit-border-radius:5px;-moz-border-radius:5px;-o-border-radius:5px;-ms-border-radius:5px;border-radius:5px;}.home-page-19 .sw-woo-container-slider12 .slick-slider .slick-list .item .item-wrap6 .item-detail .products-thumb{display:flex;flex:1 1 0;margin-right:30px;border:0px;padding:0;margin-bottom:0;height:100%;}.rtl .home-page-19 .sw-woo-container-slider12 .slick-slider .slick-list .item .item-wrap6 .item-detail .products-thumb{margin:0 0 0 30px;}.home-page-19 .sw-woo-container-slider12 .slick-slider .slick-list .item .item-wrap6 .item-detail .products-thumb .item-image-countdown{position:relative;}.home-page-19 .sw-woo-container-slider12 .slick-slider .slick-list .item .item-wrap6 .item-detail .products-thumb .item-image-countdown > a{display:flex;height:100%;align-items:center;}.home-page-19 .sw-woo-container-slider12 .slick-slider .slick-list .item .item-wrap6 .item-detail .products-thumb .sale-off{left:auto;right:15px;top:0;padding:0px;}.rtl .home-page-19 .sw-woo-container-slider12 .slick-slider .slick-list .item .item-wrap6 .item-detail .products-thumb .sale-off{right:auto;left:15px;}.home-page-19 .sw-woo-container-slider12 .slick-slider .slick-list .item .item-wrap6 .item-detail .products-thumb .thumbs-product{width:90px;margin-left:auto;}.rtl .home-page-19 .sw-woo-container-slider12 .slick-slider .slick-list .item .item-wrap6 .item-detail .products-thumb .thumbs-product{margin-left:0;margin-right:auto;}.home-page-19 .sw-woo-container-slider12 .slick-slider .slick-list .item .item-wrap6 .item-detail .products-thumb .thumbs-product .item-img{cursor:pointer;border:1px solid #ddd;-webkit-border-radius:5px;-moz-border-radius:5px;-o-border-radius:5px;-ms-border-radius:5px;border-radius:5px;margin-bottom:20px;overflow:hidden;padding:16px 0;display:flex;align-items:center;}.home-page-19 .sw-woo-container-slider12 .slick-slider .slick-list .item .item-wrap6 .item-detail .products-thumb .thumbs-product .item-img img{margin:0;}.home-page-19 .sw-woo-container-slider12 .slick-slider .slick-list .item .item-wrap6 .item-detail .products-thumb .thumbs-product .item-img:last-child{margin-bottom:0px;}.home-page-19 .sw-woo-container-slider12 .slick-slider .slick-list .item .item-wrap6 .item-detail .products-thumb .thumbs-product .item-img.thumb-active{border-color:var(--color);}.home-page-19 .sw-woo-container-slider12 .slick-slider .slick-list .item .item-wrap6 .item-detail .products-thumb:after{display:none;}.home-page-19 .sw-woo-container-slider12 .slick-slider .slick-list .item .item-wrap6 .item-detail .item-content{width:280px;padding:0;}.home-page-19 .sw-woo-container-slider12 .slick-slider .slick-list .item .item-wrap6 .item-detail .item-content h4 a{font-size:18px;font-weight:500;}.home-page-19 .sw-woo-container-slider12 .slick-slider .slick-list .item .item-wrap6 .item-detail .item-content .item-bottom{position:inherit;opacity:1;visibility:visible;border-bottom:1px solid #ddd;padding-bottom:20px;margin-bottom:20px;}.home-page-19 .sw-woo-container-slider12 .slick-slider .slick-list .item .item-wrap6 .item-detail .item-content .description{color:#999;font-size:14px;line-height:23px;font-family:"Roboto";margin-bottom:15px;overflow:hidden;height:70px;}.home-page-19 .sw-woo-container-slider12 .slick-slider .slick-list .item .item-wrap6 .item-detail .item-content .countdown-row{display:flex;}.home-page-19 .sw-woo-container-slider12 .slick-slider .slick-list .item .item-wrap6 .item-detail .item-content .countdown-row .countdown-section{text-align:center;margin-right:10px;}.home-page-19 .sw-woo-container-slider12 .slick-slider .slick-list .item .item-wrap6 .item-detail .item-content .countdown-row .countdown-section span{display:block;}.home-page-19 .sw-woo-container-slider12 .slick-slider .slick-list .item .item-wrap6 .item-detail .item-content .countdown-row .countdown-section .countdown-amount{font-size:16px;color:#222;font-weight:600;border:1px solid #ddd;-webkit-border-radius:5px;-moz-border-radius:5px;-o-border-radius:5px;-ms-border-radius:5px;border-radius:5px;width:50px;padding:10px 0;margin-bottom:5px;}.home-page-19 .sw-woo-container-slider12 .slick-slider .slick-list .item .item-wrap6 .item-detail .item-content .countdown-row .countdown-section .countdown-period{font-size:14px;color:#666;text-transform:capitalize;font-family:"Roboto";}.home-page-19 .sw-woo-container-slider12 .slick-slider .slick-list .item .item-wrap6:hover .item-detail .item-content .item-price{opacity:1;visibility:visible;}.home-page-19 .slick-arrow.res-button{width:33px;height:33px;-webkit-border-radius:50%;-moz-border-radius:50%;-o-border-radius:50%;-ms-border-radius:50%;border-radius:50%;border:1px solid #ddd;background:#fff;position:absolute;top:10px;opacity:1;}.home-page-19 .slick-arrow.res-button:before{height:auto;line-height:30px;}.home-page-19 .slick-arrow.res-button.slick-next{right:0;left:auto;}.rtl .home-page-19 .slick-arrow.res-button.slick-next{left:40px;right:auto;}.home-page-19 .slick-arrow.res-button.slick-next:before{content:"";font-family:FontAwesome;}.home-page-19 .slick-arrow.res-button.slick-prev{right:40px;left:auto;}.rtl .home-page-19 .slick-arrow.res-button.slick-prev{left:0px;right:auto;}.home-page-19 .slick-arrow.res-button.slick-prev:before{content:"";font-family:FontAwesome;}.home-page-19 .slick-arrow.res-button:hover{background:var(--color);border-color:var(--color);color:#fff;}.home-page-19 .slick-arrow.res-button:hover:before{color:#fff;}.home-page-19 .block-title{border-bottom:1px solid #ebebeb;margin-bottom:30px;}.home-page-19 .block-title h3{font-size:24px;color:#222;text-transform:uppercase;font-weight:bold;}.rtl .home-page-19 .block-title h3{direction:rtl;}.home-page-19 .block-title h3:before{background:url("https://cdn-ildmmhg.nitrocdn.com/EmfGayVpJIjlSxwvIsYhxAzAzNUjWyuH/assets/images/optimized/rev-f65d057/mwtruckparts.co.uk/wp-content/uploads/sw_theme/assets/img/icon-title.png") no-repeat 0 0;display:inline-block;content:"";width:27px;height:17px;position:static;margin-right:10px;}.home-page-19 .sw-woo-tab-cat .resp-tab .category-slider-content{display:flex;flex-wrap:wrap;border-bottom:1px solid #ebebeb;margin-bottom:30px;}.home-page-19 .sw-woo-tab-cat .resp-tab .category-slider-content .block-title{border-bottom:0;margin-bottom:0px;}.home-page-19 .sw-woo-tab-cat .resp-tab .category-slider-content .block-title h3{font-size:24px;color:#222;text-transform:uppercase;font-weight:bold;}.home-page-19 .sw-woo-tab-cat .resp-tab .category-slider-content .nav-tabs-select{margin-left:auto;margin-bottom:10px;}.rtl .home-page-19 .sw-woo-tab-cat .resp-tab .category-slider-content .nav-tabs-select{margin-left:0;margin-right:auto;}.home-page-19 .sw-woo-tab-cat .resp-tab .category-slider-content .nav-tabs-select ul.nav-tabs li{padding:0;}.home-page-19 .sw-woo-tab-cat .resp-tab .category-slider-content .nav-tabs-select ul.nav-tabs li > a{background:transparent;border:0;font-size:13px;padding:4px 10px;-webkit-border-radius:5px;-moz-border-radius:5px;-o-border-radius:5px;-ms-border-radius:5px;border-radius:5px;}.home-page-19 .sw-woo-tab-cat .resp-tab .category-slider-content .nav-tabs-select ul.nav-tabs li:hover > a,.home-page-19 .sw-woo-tab-cat .resp-tab .category-slider-content .nav-tabs-select ul.nav-tabs li.active > a{background:var(--color);color:#fff;-webkit-border-radius:5px;-moz-border-radius:5px;-o-border-radius:5px;-ms-border-radius:5px;border-radius:5px;}.home-page-19 .sw-woo-tab-cat .resp-tab .tab-content .tab-pane .woo-tab-container-slider .resp-slider-container{margin:0 -10px;}.home-page-19 .sw-woo-tab-cat .resp-tab .tab-content .tab-pane .woo-tab-container-slider .resp-slider-container .slider .item{padding:0 10px;}.home-page-19 .resp-tab .slick-arrow.res-button{display:none !important;}.home-page-19 .responsive-post-slider6 .box-title{border-bottom:1px solid #ebebeb;}.home-page-19 .responsive-post-slider6 .box-title h3{font-size:24px;text-transform:uppercase;color:#222;font-weight:bold;position:relative;margin-bottom:15px;text-align:left;padding:0;}.rtl .home-page-19 .responsive-post-slider6 .box-title h3{text-align:right;direction:rtl;}.home-page-19 .responsive-post-slider6 .box-title h3 span{padding:0 10px;}.home-page-19 .responsive-post-slider6 .box-title h3:before{background:url("https://cdn-ildmmhg.nitrocdn.com/EmfGayVpJIjlSxwvIsYhxAzAzNUjWyuH/assets/images/optimized/rev-f65d057/mwtruckparts.co.uk/wp-content/uploads/sw_theme/assets/img/icon-title.png") no-repeat 0 0;display:inline-block;content:"";width:27px;height:17px;position:static;}.home-page-19 .responsive-post-slider6 .resp-slider-container{margin:0 -10px;}.home-page-19 .responsive-post-slider6 .resp-slider-container .slider{margin:0;}.home-page-19 .responsive-post-slider6 .resp-slider-container .slider .item{padding:0 10px;}.home-page-19 .responsive-post-slider6 .resp-slider-container .slider .item .item-detail .img_over{border-radius:5px;}.home-page-19 .responsive-post-slider6 .resp-slider-container .slider .item .item-detail .entry-content h4 a{color:#111;font-size:16px;font-weight:500;text-transform:capitalize;}.home-page-19 .responsive-post-slider6 .resp-slider-container .slider .item .item-detail .entry-content h4 a:hover{color:var(--color);}.home-page-19 .responsive-post-slider6 .resp-slider-container .slider .item .item-detail .entry-content .entry-meta{color:#999;font-size:12px;font-family:"Roboto";}.home-page-19 .responsive-post-slider6 .resp-slider-container .slider .item .item-detail .entry-content .entry-meta .entry-author a{color:var(--color);}.home-page-19 .responsive-post-slider6 .resp-slider-container .slider .item .item-detail .entry-content .entry-meta .entry-author .fa-user{font-size:10px;}.home-page-19 .responsive-post-slider6 .resp-slider-container .slider .item .item-detail .entry-content .entry-meta .entry-comment{border-left:1px solid #444;padding-left:10px;margin-left:10px;}.rtl .home-page-19 .responsive-post-slider6 .resp-slider-container .slider .item .item-detail .entry-content .entry-meta .entry-comment{border-right:1px solid #444;padding-right:10px;margin-right:10px;border-left:0;padding-left:0;margin-left:0;}.home-page-19 .responsive-post-slider6 .resp-slider-container .slider .item .item-detail .entry-content .entry-meta .entry-comment:before{content:"";font-family:FontAwesome;margin-right:5px;}.home-page-19 .responsive-post-slider6 .resp-slider-container .slider .item .item-detail .entry-content .description{color:#999;font-size:14px;font-family:"Roboto";line-height:23px;}.home-page-19 .responsive-post-slider6 .resp-slider-container .slider .item .item-detail .entry-content .readmore{font-size:inherit;font-style:inherit;}.home-page-19 .responsive-post-slider6 .resp-slider-container .slider .item .item-detail .entry-content .readmore .fa.fa-long-arrow-right{display:none;}.home-page-19 .responsive-post-slider6 .resp-slider-container .slider .item .item-detail .entry-content .readmore a{display:inline-block;border:1px solid #ddd;border-radius:4px;color:#222;font-size:12px;text-transform:uppercase;font-style:normal;padding:8px 20px;margin-top:10px;}.home-page-19 .responsive-post-slider6 .resp-slider-container .slider .item .item-detail .entry-content .readmore a:after{content:"";font-family:"icomoon" !important;font-size:13px;display:inline-block;margin-left:4px;margin-top:0;position:relative;top:1px;}.home-page-19 .responsive-post-slider6 .resp-slider-container .slider .item .item-detail .entry-content .readmore a:hover{color:#fff;background:var(--color);border-color:var(--color);}.home-page-19 .elementor-element .sw-woo-tab-cat{margin-bottom:0px;}.sw-category-slider19 .slick-list{margin:0 -10px;}.sw-category-slider19 .slick-list .item-product-cat{padding:0 10px;}.sw-category-slider19 .slick-list .item-product-cat .item-wrap{margin-bottom:0;}.sw-category-slider19 .slick-list .item-product-cat .item-wrap .item-content{text-align:center;}.sw-category-slider19 .slick-list .item-product-cat .item-wrap .item-content h3{font-size:16px;margin-bottom:5px;}.sw-category-slider19 .slick-list .item-product-cat .item-wrap .item-content h3 a{color:#111;}.sw-category-slider19 .slick-list .item-product-cat .item-wrap .item-content .product-count{color:#999;font-size:14px;}.sw-category-slider19 .slick-list .item-product-cat .item-wrap:hover .item-content h3 a{color:var(--color);}.footer-style19 .form-newsletter input[type="email"]::-moz-placeholder{color:#fff;}#cpanel-form{position:fixed;right:-300px;top:40%;width:300px;float:right;z-index:10;text-align:left;direction:ltr;}#cpanel-form .cpanel-inner{background:none repeat scroll 0 0 #e5e5e5;border-color:#f3f3f3;color:#555;font-size:11px;padding:8px;position:relative;z-index:999;}#cpanel-form .cpanel-title{background:#666;box-shadow:0 1px 1px rgba(0,0,0,.2) inset;color:#fff;float:left;font-size:14px;font-weight:bold;padding:3px 10px 0;width:282px;}#cpanel-form .cpanel-title h4{float:left;margin-top:5px;font-size:16px;text-transform:uppercase;}#cpanel-form .cpanel-title h4 i{color:#dfdfdf;}#cpanel-form .cpannel-button .btn{background:#a1a1a1;border-radius:0px;margin-left:10px;margin-bottom:15px;margin-top:15px;font-size:14px;color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,.25);background-image:-webkit-gradient(linear,left 0%,left 100%,from(#a1a1a1),to(#969696));background-image:-webkit-linear-gradient(top,#a1a1a1,0%,#969696,100%);background-image:-moz-linear-gradient(top,#a1a1a1 0%,#969696 100%);background-image:linear-gradient(to bottom,#a1a1a1 0%,#969696 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffa1a1a1",endColorstr="#ff969696",GradientType=0);border-color:#969696 #969696 #707070;border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);}#cpanel-form .cpannel-button .btn:hover{color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,.25);background-image:-webkit-gradient(linear,left 0%,left 100%,from(#969696),to(#a1a1a1));background-image:-webkit-linear-gradient(top,#969696,0%,#a1a1a1,100%);background-image:-moz-linear-gradient(top,#969696 0%,#a1a1a1 100%);background-image:linear-gradient(to bottom,#969696 0%,#a1a1a1 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff969696",endColorstr="#ffa1a1a1",GradientType=0);border-color:#a1a1a1 #a1a1a1 #7b7b7b;border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);}#cpanel-form img{display:inline-block;}#cpanel-form .panel,#cpanel-form .panel-default{border:1px solid #bcbcbc;margin-bottom:5px;-webkit-border-radius:0px;-moz-border-radius:0px;-o-border-radius:0px;-ms-border-radius:0px;border-radius:0px;}#cpanel-form .panel .panel-heading,#cpanel-form .panel-default .panel-heading{color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,.25);text-shadow:none;background-image:-webkit-gradient(linear,left 0%,left 100%,from(#fff),to(#f6f6f6));background-image:-webkit-linear-gradient(top,#fff,0%,#f6f6f6,100%);background-image:-moz-linear-gradient(top,#fff 0%,#f6f6f6 100%);background-image:linear-gradient(to bottom,#fff 0%,#f6f6f6 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffffff",endColorstr="#fff6f6f6",GradientType=0);border-color:#f6f6f6 #f6f6f6 #d0d0d0;border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);clear:both;padding:0 !important;}#cpanel-form .panel .panel-heading .accordion-toggle,#cpanel-form .panel-default .panel-heading .accordion-toggle{color:#909090;font-size:12px;position:relative;display:block;padding:8px 15px;}#cpanel-form .panel .panel-heading .accordion-toggle img,#cpanel-form .panel-default .panel-heading .accordion-toggle img{margin-right:10px;opacity:.2;width:20px;display:inline-block;}#cpanel-form .panel .panel-heading .accordion-toggle:after,#cpanel-form .panel-default .panel-heading .accordion-toggle:after{content:"";font-family:"FontAwesome";position:absolute;right:10px;}#cpanel-form .panel .panel-heading i,#cpanel-form .panel-default .panel-heading i{color:#909090;}#cpanel-form .panel .panel-collapse,#cpanel-form .panel-default .panel-collapse{max-height:190px;overflow-y:auto;}#cpanel-form .panel .panel-collapse .accordion-inner,#cpanel-form .panel-default .panel-collapse .accordion-inner{border-top:1px solid #e5e5e5;padding:9px 15px;}#cpanel-form .panel .control-group,#cpanel-form .panel-default .control-group{margin-bottom:10px;}#cpanel-form a.cpanel-control{background-color:#707070;background-position:50% 50%;background-repeat:no-repeat;border:1px solid #fff;border-radius:5px 0 0 5px;box-shadow:0 1px 3px rgba(0,0,0,.4);height:40px;left:-40px;line-height:36px;padding:0 0 5px 10px;position:absolute;width:40px;z-index:10;top:20%;}#cpanel-form a.cpanel-control:before{content:"";color:#fff;display:inline;font-family:"FontAwesome";font-size:20px;}#cpanel-form a.cpanel-control.active:before{content:"";font-family:"FontAwesome";font-size:20px;}#cpanel-form label{float:left;width:50%;padding:5px 0;text-align:left;font-size:12px;font-weight:500;}#cpanel-form label.autusin-radio-img-selected{box-shadow:0 0 0 2px #ad2323 inset;}#cpanel-form .controls{margin-left:0;}#cpanel-form .controls label{float:left;width:auto;padding:2px;}#cpanel-form .controls select{font-size:12px;}#cpanel-form .autusin-radio-img input[type="radio"],#cpanel-form .autusin-radio-img span{display:none;}#cpanel-form .autusin-radio-img img{width:33px;cursor:pointer;}.lt-ie9 #cpanel-form .autusin-radio-img img{width:auto;}#cpanel-form input,#cpanel-form textarea,#cpanel-form .uneditable-input{width:206px;border:1px solid #ddd;background:#fff;}#cpanel-form select{background-color:#fff;border:1px solid #0065b3;width:220px;}#cpanel-form select,#cpanel-form input{height:20px;line-height:30px;padding:4px 6px;-webkit-border-radius:4px;-moz-border-radius:4px;-o-border-radius:4px;-ms-border-radius:4px;border-radius:4px;}#cpanel-form select,#cpanel-form input{border-radius:0px;height:30px;}#cpanel-form fieldset{width:100%;}#cpanel-form input[type="checkbox"]{width:20px;height:20px;}.archive.woocommerce .select2-container .select2-dropdown{border-color:transparent;box-shadow:0 10px 10px rgba(0,0,0,.1);}.sidebar{margin-bottom:20px;}.sidebar .widget{margin-bottom:30px;}.sidebar .widget .dropdown-menu>li>a{white-space:normal;}.sidebar .widget .widget-inner .block-title-widget h2{position:relative;text-transform:capitalize;padding:15px 0;color:#111;font-size:18px;font-weight:600;margin-bottom:0;}.sidebar .widget .widget-inner select{max-width:100%;padding:7px;}.sidebar .widget .widget-inner ul{list-style:none;margin:0;}.sidebar .widget .widget-inner ul > li{padding:15px 0;border-bottom:1px solid #ddd;}.sidebar .widget .widget-inner ul > li > a{display:inline-block;vertical-align:top;}.sidebar .widget .widget-inner ul > li:last-child{border:0;padding-bottom:0;}.sidebar .widget .widget-inner ul > li ul.children{margin-left:15px;padding-top:10px;border:0;}.sidebar .widget .widget-inner ul > li ul.children > li:first-child{border-top:1px solid #ddd;}.sidebar .widget.widget_layered_nav_filters .block-title-widget{margin:0;}.sidebar .widget.widget_layered_nav_filters .block-title-widget h2{padding:0;margin-bottom:20px;}.sidebar .widget.widget_layered_nav_filters .block-title-widget h2:after{display:none !important;}.sidebar .widget.widget_layered_nav_filters .widget-inner{position:relative;}.sidebar .widget.widget_layered_nav_filters .widget-inner > ul .clear-all{position:absolute;top:0;right:0;}.sidebar .widget.widget_layered_nav_filters .widget-inner > ul .clear-all > a{background:none;padding:0;text-decoration:underline;}.sidebar .widget.widget_layered_nav_filters .widget-inner > ul .clear-all > a:before{display:none;}.sidebar .widget.widget_layered_nav_filters .widget-inner > ul .clear-all > a:hover{color:var(--color);}.sidebar .widget.widget_layered_nav_filters .widget-inner > ul{background:#000;padding:15px 10px;display:flex;flex-wrap:wrap;column-gap:10px;row-gap:10px;}.sidebar .widget.widget_layered_nav_filters .widget-inner > ul > li{padding:0;}.sidebar .widget.widget_layered_nav_filters .widget-inner > ul > li > a{background:#fff;color:#000;padding:5px 10px;display:flex;flex-direction:row-reverse;align-items:center;}.sidebar .widget.widget_layered_nav_filters .widget-inner > ul > li > a:before{content:"";background:none;color:#000;background-image:url("data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'1em\' height=\'1em\' viewBox=\'0 0 24 24\'%3E%3Cpath d=\'M19 6.41L17.59 5L12 10.59L6.41 5L5 6.41L10.59 12L5 17.59L6.41 19L12 13.41L17.59 19L19 17.59L13.41 12z\' fill=\'%23888\'/%3E%3C/svg%3E");background-repeat:no-repeat no-repeat;background-position:center center;background-size:18px 18px;margin:0 0 0 15px;width:18px;height:18px;}.sidebar .widget.widget_layered_nav_filters .widget-inner > ul > li > a:hover:before{background-image:url("data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'1em\' height=\'1em\' viewBox=\'0 0 24 24\'%3E%3Cpath d=\'M19 6.41L17.59 5L12 10.59L6.41 5L5 6.41L10.59 12L5 17.59L6.41 19L12 13.41L17.59 19L19 17.59L13.41 12z\'/%3E%3C/svg%3E");}.sidebar .widget.sw_brand_filter_hierarchical_widget{background-color:var(--color);border-radius:5px;}.sidebar .widget.sw_brand_filter_hierarchical_widget .block-title-widget h2{background-color:var(--darken10);text-transform:uppercase;padding:15px 30px;font-size:16px;border-radius:5px 5px 0 0;}.sidebar .widget.sw_brand_filter_hierarchical_widget .swg-filter-wrapper{padding:30px;}.sidebar .widget.sw_brand_filter_hierarchical_widget .swg-filter-wrapper form{grid-row-gap:15px;}.sidebar .widget.sw_brand_filter_hierarchical_widget .swg-filter-hierarchical form .item-button-filter button[type="submit"],.sidebar .widget.sw_brand_filter_hierarchical_widget .swg-filter-hierarchical form .item-button-filter button{border:0;border-radius:3px;background-color:#ff6700;font-size:14px;font-weight:600;}.sidebar .widget.sw_brand_filter_hierarchical_widget .swg-filter-hierarchical form .item-button-filter button[type="submit"]:hover,.sidebar .widget.sw_brand_filter_hierarchical_widget .swg-filter-hierarchical form .item-button-filter button:hover{opacity:.85;}.sidebar .widget.sw_brand_filter_hierarchical_widget .swg-filter-hierarchical form .select2-container .select2-selection--single{border:0;border-radius:3px;}.sidebar .widget.widget_search .searchform{margin-top:18px;}.sidebar .widget.widget_search .searchform .screen-reader-text{display:block;}.sidebar .widget.widget_search .searchform > div{position:relative;min-height:60px;}.sidebar .widget.widget_search .searchform > div input{position:absolute;left:0;top:0;width:100%;border:1px solid #c9c9c9;-webkit-border-radius:0;-moz-border-radius:0;-o-border-radius:0;-ms-border-radius:0;border-radius:0;padding:7px 60px 7px 7px;background:#fff;}.rtl .sidebar .widget.widget_search .searchform > div input{padding:7px 7px 7px 60px;}.sidebar .widget.widget_search .searchform > div input.searchsubmit{background:#111;border:#111;padding:8px;right:0;width:auto;left:auto;color:#fff;}.sidebar .widget.widget_search .searchform > div input.searchsubmit:hover{background:var(--color);}.rtl .sidebar .widget.widget_search .searchform > div input.searchsubmit{right:auto;left:0;}.sidebar .widget.widget_calendar{margin-bottom:35px;}.sidebar .widget.widget_calendar #calendar_wrap{width:100%;border:1px #0065b3 solid;margin-top:20px;}.sidebar .widget.widget_calendar #calendar_wrap #wp-calendar{width:100%;margin:0 auto;max-width:50%;}.sidebar .widget.widget_calendar #calendar_wrap #wp-calendar tbody tr td,.sidebar .widget.widget_calendar #calendar_wrap #wp-calendar tr th{padding:6px;text-align:center;border:1px solid #0065b3;}.sidebar .widget.widget_calendar #calendar_wrap #wp-calendar tbody tr td > a,.sidebar .widget.widget_calendar #calendar_wrap #wp-calendar tr th > a{font-weight:bold;}.sidebar .widget.widget_calendar #calendar_wrap #wp-calendar #today{font-weight:bold;}.sidebar .widget.widget_archive .screen-reader-text,.sidebar .widget.widget_categories .screen-reader-text{display:none;}.sidebar .widget.widget_archive select,.sidebar .widget.widget_categories select{margin-top:20px;width:100%;}.sidebar .widget.widget_text .textwidget{padding-top:15px;}.sidebar .widget.widget_text .textwidget p{line-height:24px;}.sidebar .widget.widget_tag_cloud .tagcloud{padding-top:15px;}.sidebar .widget.widget_rss .block-title-widget h2 span{float:left;}.sidebar .widget.widget_rss .block-title-widget h2:before{content:"";}.sidebar .widget.widget_rss .block-title-widget h2 img{display:inline-block;margin-right:10px;}.sidebar .widget.widget_rss .widget-inner > ul li{line-height:24px;}.sidebar .widget.widget_rss .widget-inner > ul li a{padding:0;}.sidebar .widget.widget_rss .widget-inner > ul li a.rsswidget{display:block;font-weight:bold;margin-bottom:5px;}.sidebar .widget.widget_rss .widget-inner > ul li .rss-date{display:block;color:#999;font-size:12px;margin-bottom:10px;}.sidebar .widget.widget_recent_comments .widget-inner ul#recentcomments > li .comment-author-link{font-weight:bold;}.sidebar .widget.widget_tag_cloud .tagcloud{margin:0 !important;}.sidebar .widget.widget_tag_cloud .tagcloud a{display:inline-block;color:#333;font-size:14px !important;padding:10px;padding:6px 9px;border:1px solid #0065b3;margin:5px 2px;-webkit-border-radius:3px;-moz-border-radius:3px;-o-border-radius:3px;-ms-border-radius:3px;border-radius:3px;}.sidebar .widget.widget_tag_cloud .tagcloud a:hover{border:1px solid var(--color);background-color:var(--color);color:#fff;}.sidebar .widget.widget_nav_menu .widget-inner ul.menu{border:0;}.sidebar .widget.widget_nav_menu .widget-inner ul.menu > li{padding:0;position:relative;}.sidebar .widget.widget_nav_menu .widget-inner ul.menu > li > a{display:block;padding:10px 0;}.sidebar .widget.widget_nav_menu .widget-inner ul.menu > li:hover > a{color:var(--color);}.sidebar .widget.widget_nav_menu .widget-inner ul.menu > li:hover > ul.dropdown-menu{display:block;}.sidebar .widget.widget_nav_menu .widget-inner ul.menu > li ul.dropdown-menu{position:static;border-radius:0;display:block;-webkit-box-shadow:none;-moz-box-shadow:none;-o-box-shadow:none;-ms-box-shadow:none;box-shadow:none;border:0;background:none;padding:0;float:none;margin-left:15px;min-width:auto;}.sidebar .widget.widget_nav_menu .widget-inner ul.menu > li ul.dropdown-menu > li{padding:0;position:relative;}.sidebar .widget.widget_nav_menu .widget-inner ul.menu > li ul.dropdown-menu > li.active > a{background-color:#fff;color:var(--color);}.sidebar .widget.widget_nav_menu .widget-inner ul.menu > li ul.dropdown-menu > li > a{display:block;padding:10px 15px;}.sidebar .widget.widget_nav_menu .widget-inner ul.menu > li ul.dropdown-menu > li > a:hover,.sidebar .widget.widget_nav_menu .widget-inner ul.menu > li ul.dropdown-menu > li > a:focus{background:none;color:var(--color);}.sidebar .widget.widget_nav_menu .widget-inner ul.menu > li ul.dropdown-menu > li:first-child{border-top:1px solid #0065b3;}.sidebar .widget.widget_nav_menu .widget-inner ul.menu > li ul.dropdown-menu > li.menu-{display:none;}.page .listing-title h1{margin:0 0 30px 0;}.wp_left_contact{color:#999;line-height:22px;}.wp_left_contact h4{margin-bottom:28px;color:#202020;}.wp_left_contact ul{list-style-type:none;margin:0;color:#666;}.wp_left_contact ul li{margin:15px 0;display:inline-block;width:100%;}.wp_left_contact ul li i{margin-right:10px;}.rtl .wp_left_contact ul li i{margin-right:0;margin-left:10px;}.wp_left_contact ul li a{color:#666;}.wp_left_contact ul li a:hover{color:var(--color);}.wp_left_contact ul li.address i{font-size:16px;}.wp_left_contact ul li.email i{font-size:12px;}.wp_left_contact ul li.phone{font-size:20px;}.wp_left_contact ul li.phone a{font-weight:600;}.wp_left_contact ul li.phone i{font-size:18px;}.wpb_gmaps_widget .wpb_wrapper{padding:0;}.wpb_gmaps_widget .wpb_wrapper .wpb_map_wraper{border:5px solid #fff;}.wpcf7 .wp-input{margin:0 -15px;}.wpcf7 .wp-input .wpcf7-form-control-wrap{width:33.333%;float:left;padding:0 15px;}.wpcf7 .wp-input .wpcf7-form-control-wrap input{width:100%;-webkit-border-radius:0;-moz-border-radius:0;-o-border-radius:0;-ms-border-radius:0;border-radius:0;}.wpcf7 .wp-input .wpcf7-form-control-wrap input::-webkit-input-placeholder{color:#555;}.wpcf7 .wp-input .wpcf7-form-control-wrap input::-moz-placeholder{color:#555;}.wpcf7 .wp-input .wpcf7-form-control-wrap input:-ms-input-placeholder{color:#555;}.wpcf7 .wp-input .wpcf7-form-control-wrap .wpcf7-text{height:40px;border:1px solid #ddd;font-size:13px;color:#555;padding:10px 20px;margin-bottom:20px;}.wpcf7 textarea{padding:10px 20px;height:40px;border:1px solid #ddd;font-size:13px;width:100%;min-height:150px;-webkit-border-radius:0;-moz-border-radius:0;-o-border-radius:0;-ms-border-radius:0;border-radius:0;}.wpcf7 textarea::-webkit-input-placeholder{color:#555;}.wpcf7 textarea::-moz-placeholder{color:#555;}.wpcf7 textarea:-ms-input-placeholder{color:#555;}.wpcf7.your-message{float:none;clear:both;}.wpcf7 .wpcf7-submit{margin-top:10px;color:#fff;font-size:12px;text-transform:uppercase;border:0;background-color:#111;height:42px;line-height:42px;padding:0 30px;-webkit-border-radius:42px;-moz-border-radius:42px;-o-border-radius:42px;-ms-border-radius:42px;border-radius:42px;}.rtl .wpcf7 .wpcf7-submit{float:right;}.wpcf7 .wpcf7-submit:hover{background-color:var(--color);}.about_us .title-page{font-size:18px;color:#111;font-weight:700 !important;text-transform:uppercase;margin-bottom:20px;}.about_us .about-us{text-align:center;}.about_banner{text-align:center;padding:60px 0 50px 0;margin-bottom:50px;}.about_banner h3{font-size:15px;color:#111;font-weight:bold;text-transform:uppercase;}.about_banner .wpb_single_image{margin-bottom:30px;}.contact_us.rtl .wpcf7 .wpcf7-form-control-wrap input,.contact_us.rtl .wpcf7 textarea{text-align:right;}.contact_us.rtl .block-contact .item .item-wrap{text-align:right;}.contact_us.rtl .block-contact .item .item-wrap .icon{float:right;margin:0 0 0 10px;}.contact_us .block-contact .item .item-wrap{background-color:#f2f2f2;font-weight:600;font-size:14px;color:#111;overflow:hidden;text-align:left;padding:17px 20px;}.contact_us .block-contact .item .item-wrap .icon{display:inline-block;height:66px;width:66px;border-radius:50%;border:1px solid #b7b7b7;float:left;margin-right:10px;}.contact_us .block-contact .item .item-wrap .info{padding:20px 0;line-height:20px;}.contact_us .block-contact .item.support .item-wrap .icon{background:url("https://cdn-ildmmhg.nitrocdn.com/EmfGayVpJIjlSxwvIsYhxAzAzNUjWyuH/assets/images/optimized/rev-f65d057/mwtruckparts.co.uk/wp-content/uploads/sw_theme/assets/img/bg_general.png") no-repeat -9px -1706px #f2f2f2;}.contact_us .block-contact .item.support .item-wrap .icon.nitro-lazy{background-image:none !important;}.contact_us .block-contact .item.phone .item-wrap .icon{background:url("https://cdn-ildmmhg.nitrocdn.com/EmfGayVpJIjlSxwvIsYhxAzAzNUjWyuH/assets/images/optimized/rev-f65d057/mwtruckparts.co.uk/wp-content/uploads/sw_theme/assets/img/bg_general.png") no-repeat -9px -1761px #f2f2f2;}.contact_us .block-contact .item.phone .item-wrap .icon.nitro-lazy{background-image:none !important;}.contact_us .block-contact .item.address .item-wrap .icon{background:url("https://cdn-ildmmhg.nitrocdn.com/EmfGayVpJIjlSxwvIsYhxAzAzNUjWyuH/assets/images/optimized/rev-f65d057/mwtruckparts.co.uk/wp-content/uploads/sw_theme/assets/img/bg_general.png") no-repeat -9px -1818px #f2f2f2;}.contact_us .block-contact .item.address .item-wrap .icon.nitro-lazy{background-image:none !important;}.contact_us .block-contact .item.address .item-wrap .info{padding:13px 0;}.contact_us .title-page{font-size:18px;color:#111;font-weight:700 !important;text-transform:uppercase;margin-bottom:20px;text-align:center;}.contact_us .des{text-align:center;margin-bottom:36px;}.contact_us .wpcf7 .wpcf7-form-control-wrap input{border-radius:0;color:#8c8c8c;height:45px;padding:0 15px;width:100%;margin-bottom:26px;}.contact_us .wpcf7 .wpcf7-form-control-wrap .wpcf7-not-valid-tip{margin-top:-10px;}.contact_us .wpcf7 textarea{color:#8c8c8c;}.contact_us .wpcf7 input[type="submit"]{height:43px;border-radius:0;background-color:#0065b3;color:#fff;font-size:13px;text-transform:uppercase;font-weight:700;margin:15px 0 0;padding:0 30px;border:0;}.contact_us .wpcf7 input[type="submit"]:hover{background-color:var(--darken10);}.sw-ourteam-slider{margin-bottom:40px;}.sw-ourteam-slider .box-title{text-align:center;margin-bottom:30px;}.sw-ourteam-slider .box-title h2{font-size:22px;text-transform:uppercase;color:#111;font-weight:bold;}.sw-ourteam-slider .box-title .description{padding:0 20%;line-height:22px;}.sw-ourteam-slider .slick-slider .slick-list{margin:0 -15px;}.sw-ourteam-slider .slick-slider .item{padding:0 15px;text-align:center;}.sw-ourteam-slider .slick-slider .item .item-wrap{background-color:transparent;}.sw-ourteam-slider .slick-slider .item .item-wrap .item-img img{margin:auto;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;margin-bottom:15px;}.sw-ourteam-slider .slick-slider .item .item-wrap .item-img img:hover{opacity:.75;filter:alpha(opacity=75);-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;}.sw-ourteam-slider .slick-slider .item .item-wrap .item-content{padding:10px 0 15px;}.sw-ourteam-slider .slick-slider .item .item-wrap .item-content h3{font-size:14px;color:#111;text-transform:uppercase;font-weight:bold;}.sw-ourteam-slider .slick-slider .item .item-wrap .item-content .team-info{color:#b3b3b3;}.sw-ourteam-slider .slick-slider .item .item-wrap .item-content .item-desc{line-height:22px;color:#666;}.sw-ourteam-slider .slick-slider .item .item-wrap .item-social .team-social{display:inline-block;vertical-align:top;margin:5px 2px;}.sw-ourteam-slider .slick-slider .item .item-wrap .item-social .team-social a{display:inline-block;vertical-align:top;width:40px;height:40px;line-height:40px;text-align:center;font-size:14px;color:#fff;background-color:#464646;-webkit-border-radius:50%;-moz-border-radius:50%;-o-border-radius:50%;-ms-border-radius:50%;border-radius:50%;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;}.sw-ourteam-slider .slick-slider .item .item-wrap .item-social .team-social a:hover{background-color:#0065b3;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;}.portfolio-desc h1{font-size:18px;font-weight:bold;color:#333;margin-bottom:15px;text-transform:uppercase;}.portfolio-desc .p-desc{font-size:13px;color:#666;margin-bottom:0;}.portfolio-intro{position:relative;margin-bottom:30px;}.autusin-portfolio .portfolio-tab{text-align:center;}.rtl .autusin-portfolio .portfolio-tab{text-align:center;}.autusin-portfolio .portfolio-tab ul{margin:0 0 25px;background:#fff;display:inline-block;overflow:hidden;}.autusin-portfolio .portfolio-tab ul li{float:left;border:1px solid #0065b3;cursor:pointer;display:inline-block;font-size:16px;padding:0 20px;height:40px;line-height:38px;color:#111;margin-right:10px;background-color:#fff;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;}.rtl .autusin-portfolio .portfolio-tab ul li{float:right;}.autusin-portfolio .portfolio-tab ul li.selected,.autusin-portfolio .portfolio-tab ul li:hover{background:#0065b3;color:#fff;border-color:#0065b3;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;}.autusin-portfolio .btn-loadmore{padding:0;cursor:pointer;text-align:center;min-height:40px;margin-bottom:40px;-webkit-transition:all .3s ease-out;-moz-transition:all .3s ease-out;-o-transition:all .3s ease-out;-ms-transition:all .3s ease-out;transition:all .3s ease-out;}.autusin-portfolio .btn-loadmore.btn-loading{margin-top:20px;background:url("data:image/gif;base64,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") no-repeat center center;border-color:transparent;background-size:40px 40px;}.autusin-portfolio .btn-loadmore.btn-loading.nitro-lazy{background-image:none !important;}.autusin-portfolio .btn-loadmore.btn-loading .des-load{border:0;display:none;}.autusin-portfolio .btn-loadmore.btn-loading .des-load:before{content:"";}.autusin-portfolio .btn-loadmore .des-load{font-size:14px;padding:10px 20px;display:inline-block;line-height:normal;background:#0065b3;font-weight:bold;color:#fff;border-radius:0px;}.autusin-portfolio .btn-loadmore .des-load:hover{opacity:.8;}.autusin-portfolio .btn-loadmore .des-load:before{content:attr(data-label);}.autusin-portfolio .btn-loadmore.btn-loaded  .des-load:before{content:attr(data-label-loaded);}.autusin-portfolio .portfolio-container{overflow:hidden;}.autusin-portfolio .portfolio-container ul.portfolio-content{width:100%;margin:0;}.autusin-portfolio .portfolio-container ul.portfolio-content:after{content:"";display:block;clear:both;}.autusin-portfolio .portfolio-container ul.portfolio-content >li{margin-bottom:30px;overflow:hidden;border-radius:0;position:relative;display:inline-block;}.autusin-portfolio .portfolio-container ul.portfolio-content >li.grid-item{padding:0 15px;float:left;}.autusin-portfolio .portfolio-container ul.portfolio-content >li .portfolio-item-inner{overflow:hidden;}.autusin-portfolio .portfolio-container ul.portfolio-content >li .portfolio-item-inner .portfolio-in{position:relative;z-index:1;}.autusin-portfolio .portfolio-container ul.portfolio-content >li .portfolio-item-inner .portfolio-in a.portfolio-img img:hover{opacity:1;}.autusin-portfolio .portfolio-container ul.portfolio-content >li .portfolio-item-inner .portfolio-in .p-item-content{position:absolute;z-index:10;top:50%;margin-top:-10%;width:100%;text-align:center;}.autusin-portfolio .portfolio-container ul.portfolio-content >li .portfolio-item-inner .portfolio-in .p-item-content .p-item{text-align:center;box-shadow:0 0 1px 1px #fff;display:inline-block;width:35px;height:35px;border-radius:50%;line-height:35px;font-size:14px;color:#fff;margin:0 5px;opacity:0;filter:alpha(opacity=0);-webkit-transition:.5s;-moz-transition:.5s;-o-transition:.5s;-ms-transition:.5s;transition:.5s;}.autusin-portfolio .portfolio-container ul.portfolio-content >li .portfolio-item-inner .portfolio-in .p-item-content .p-item.item-more{right:50%;left:auto;transform:translate3d(-100px,0,0);}.autusin-portfolio .portfolio-container ul.portfolio-content >li .portfolio-item-inner .portfolio-in .p-item-content .p-item.item-popup{transform:translate3d(100px,0,0);left:50%;right:auto;}.autusin-portfolio .portfolio-container ul.portfolio-content >li .portfolio-item-inner .portfolio-in .p-item-content .p-item:hover{color:#0065b3;box-shadow:0 0 1px 1px #0065b3;}.autusin-portfolio .portfolio-container ul.portfolio-content >li .portfolio-item-inner .portfolio-in .p-item-content .p-item-title{display:block;margin-bottom:10px;background:none;font-size:16px;font-weight:bold;transform:translate3d(0,-100px,0);opacity:0;filter:alpha(opacity=0);-webkit-transition:.3s;-moz-transition:.3s;-o-transition:.3s;-ms-transition:.3s;transition:.3s;color:#fff;}.autusin-portfolio .portfolio-container ul.portfolio-content >li .portfolio-item-inner .portfolio-in .p-item-content .p-item-title:hover{color:#0065b3;}.autusin-portfolio .portfolio-container ul.portfolio-content >li .portfolio-item-inner .portfolio-in:hover .p-item-content .p-item{opacity:1;filter:alpha(opacity=100);transform:translate3d(0,0,0);}.autusin-portfolio .portfolio-container ul.portfolio-content >li .portfolio-item-inner .portfolio-in:hover .p-item-content .p-item-title{opacity:1;filter:alpha(opacity=100);transform:translate3d(0,0,0);}.autusin-portfolio .portfolio-container ul.portfolio-content >li .portfolio-item-inner .portfolio-in:hover:before{opacity:1;filter:alpha(opacity=100);-webkit-transform:scale(1);-moz-transform:scale(1);-o-transform:scale(1);-ms-transform:scale(1);transform:scale(1);}.autusin-portfolio .portfolio-container ul.portfolio-content >li .portfolio-item-inner .portfolio-in:before{content:"";background:rgba(0,0,0,.5);width:100%;height:100%;position:absolute;top:0;right:0;left:0;bottom:0;opacity:0;filter:alpha(opacity=0);-webkit-transform:scale(0);-moz-transform:scale(0);-o-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transition:.3s;-moz-transition:.3s;-o-transition:.3s;-ms-transition:.3s;transition:.3s;}.autusin-portfolio .portfolio-container ul.portfolio-content >li.portfolio-item{width:33.332%;margin:0;padding:0;border:0;}.autusin-portfolio .portfolio-container ul.portfolio-content >li.portfolio-item img{width:100%;}.autusin-portfolio .portfolio-container ul.portfolio-content >li.portfolio-item.p-double-width{width:40%;}.autusin-portfolio .portfolio-container ul.portfolio-content >li.portfolio-item :after{height:0;clear:both;content:" ";font-size:0;min-height:0;display:block;visibility:hidden;}.single-portfolio .portfolio-top{background:#fff;padding:0 0 20px;margin-bottom:30px;}.single-portfolio .portfolio-top h1{font-size:28px;margin-bottom:20px;color:#333;font-weight:bold;text-transform:uppercase;}.single-portfolio .portfolio-top .portfolio-content .single-thumbnail{width:50%;margin-right:30px;}.single-portfolio .portfolio-top .portfolio-content .single-portfolio-content{overflow:hidden;}.single-portfolio .portfolio-top .portfolio-content .single-portfolio-content h3{font-size:18px;border-bottom:4px double #e2e2e2;padding-bottom:10px;margin-bottom:20px;font-weight:bold;color:#111;}.single-portfolio .portfolio-top .portfolio-content .single-portfolio-content .single-description{margin-bottom:25px;}.single-portfolio .portfolio-top .portfolio-content .single-portfolio-content .single-description ul{margin:0;}.single-portfolio .portfolio-top .portfolio-content .single-portfolio-content .single-description ul li{margin-left:0;margin-right:1%;}.rtl .single-portfolio .portfolio-top .portfolio-content .single-portfolio-content .single-description ul li{margin-left:1%;margin-right:0;}.single-portfolio .portfolio-top .portfolio-content .single-portfolio-content .portfolio-meta .pmeta-item{margin-bottom:10px;}.single-portfolio .portfolio-top .portfolio-content .single-portfolio-content .portfolio-meta .pmeta-item span{font-weight:bold;display:inline-block;min-width:120px;}.single-portfolio .portfolio-top .portfolio-content .single-portfolio-content .portfolio-meta .pmeta-item > .meta-link{color:#0065b3;}.single-portfolio .portfolio-top .portfolio-content .single-portfolio-content .portfolio-meta .pmeta-item > .meta-link:hover{color:var(--darken10);}.single-portfolio .related-portfolio{background:#fff;padding:0 0 20px;margin-bottom:40px;border-top:2px solid #0065b3;position:relative;}.single-portfolio .related-portfolio:before{content:"";width:100%;height:1px;background-color:#111;position:absolute;top:60px;left:0;display:inline-block;}.single-portfolio .related-portfolio .related-items{margin:0 -10px;}.single-portfolio .related-portfolio .related-items .related-item{width:25%;padding:0 10px;}.single-portfolio .related-portfolio .related-items .related-item img{margin-bottom:15px;}.single-portfolio .related-portfolio .related-items .related-item .thumbnail-portfolio:hover img{opacity:.8;filter:alpha(opacity=80);}.single-portfolio .related-portfolio .related-items .related-item h4{font-size:14px;margin:0;}.single-portfolio .related-portfolio .related-items .related-item h4 a{text-transform:capitalize;font-weight:bold;}.single-portfolio.rtl .portfolio-top .portfolio-content .single-thumbnail{margin-left:30px;margin-right:0;}.p-title{color:#333;font-size:15px;margin:0;padding:20px 0;text-transform:uppercase;margin-bottom:20px;font-family:"MontserratBold" !important;}.masonry .btn-loadmore .des-load{margin-top:30px;}.portfolio .cmm-box-right .control-group button{margin-bottom:30px;}@media (min-width: 1200px){.p-lg-1{width:100%;}.p-lg-2{width:50%;}.p-lg-3{width:33.3333%;}.p-lg-4{width:25%;}.p-lg-5{width:20%;}.p-lg-6{width:16.6666%;}}@media (min-width: 992px) and (max-width: 1199px){.p-md-1{width:100%;}.p-md-2{width:50%;}.p-md-3{width:33.3333%;}.p-md-4{width:25%;}.p-md-5{width:20%;}.p-md-6{width:16.6666%;}}@media (min-width: 768px) and (max-width: 991px){.p-sm-1{width:100%;}.p-sm-2{width:50%;}.p-sm-3{width:33.3333%;}.p-sm-4{width:25%;}.p-sm-5{width:20%;}.p-sm-6{width:16.6666%;}}@media (min-width: 480px) and (max-width: 767px){.p-xs-1{width:100%;}.p-xs-2{width:50%;}.p-xs-3{width:33.3333%;}.p-xs-4{width:25%;}.p-xs-5{width:20%;}.p-xs-6{width:16.6666%;}}@media (max-width: 480px){.grid-item{width:100%;}}.listing-title h1{font-size:28px;font-weight:700 !important;color:#111;margin:30px 0;display:block;text-transform:uppercase;}.category-contents{margin-bottom:40px;}.category-contents .listing-title h1{margin-top:5px;}.category-contents .blog-content .post{margin-bottom:30px;}.category-contents .blog-content .post.format-audio .entry-thumb{width:100%;}.category-contents .blog-content .post.sticky .entry .entry-content,.category-contents .blog-content .post.tag-sticky-2 .entry .entry-content{background:#f2f2f2;padding:20px;}.category-contents .blog-content .post.tag-image .entry-thumb{display:none !important;}.category-contents .blog-content .post.tag-gallery .entry-thumb:before{display:none;}.category-contents .blog-content .post .entry{background-color:#fff;}.category-contents .blog-content .post .entry .entry-thumb{position:relative;display:inline-block;vertical-align:top;max-width:100%;}.category-contents .blog-content .post .entry .entry-thumb:hover img{opacity:.85;}.category-contents .blog-content .post .entry .entry-content{padding:0;}.category-contents .blog-content .post .entry .entry-content .content-top{padding:15px 0;border-bottom:1px solid #0065b3;}.category-contents .blog-content .post .entry .entry-content .content-top .entry-title h4{margin-bottom:20px;}.category-contents .blog-content .post .entry .entry-content .content-top .entry-title h4 a{font-size:22px;color:#111;font-weight:600;line-height:normal;}.category-contents .blog-content .post .entry .entry-content .content-top .entry-title h4 a:hover{color:#0065b3;}.category-contents .blog-content .post .entry .entry-content .content-top .entry-meta{color:#909090;margin-bottom:5px;}.category-contents .blog-content .post .entry .entry-content .content-top .entry-meta a{color:#909090;}.category-contents .blog-content .post .entry .entry-content .content-top .entry-meta a:hover{color:#0065b3;}.category-contents .blog-content .post .entry .entry-content .content-top .entry-meta span{margin-right:20px;display:inline-block;}.rtl .category-contents .blog-content .post .entry .entry-content .content-top .entry-meta span{margin-left:20px;margin-right:0;}.category-contents .blog-content .post .entry .entry-content .content-top .entry-meta .fa{margin-right:10px;}.rtl .category-contents .blog-content .post .entry .entry-content .content-top .entry-meta .fa{margin-left:10px;margin-right:0;}.category-contents .blog-content .post .entry .entry-content .content-top .entry-meta-tag{color:#909090;text-transform:capitalize;}.category-contents .blog-content .post .entry .entry-content .content-top .entry-meta-tag a{color:#909090;}.category-contents .blog-content .post .entry .entry-content .content-top .entry-meta-tag a:hover{color:#0065b3;}.category-contents .blog-content .post .entry .entry-content .content-top .entry-meta-tag .fa{margin-right:10px;}.rtl .category-contents .blog-content .post .entry .entry-content .content-top .entry-meta-tag .fa{margin:0 0px 0 10px;}.category-contents .blog-content .post .entry .entry-content .readmore{text-align:center;}.category-contents .blog-content .post .entry .entry-content .readmore a{display:block;width:100%;padding:15px 0 5px;font-size:14px;color:#0065b3;text-align:left;}.rtl .category-contents .blog-content .post .entry .entry-content .readmore a{text-align:right;}.category-contents .blog-content .post .entry .entry-content .readmore a:hover{color:var(--darken5);}.category-contents .blog-content .post .entry .entry-content .readmore a i{padding:0 6px;font-size:14px;}.rtl .category-contents .blog-content .post .entry .entry-content .readmore a i:before{content:"";}.category-contents .blog-content.blog-content-grid .post .entry .entry-content .content-top .entry-title h4 a{font-size:18px;}.category-contents .blog-content.blog-content-grid .post .entry .entry-thumb:before{content:"";width:0;height:0;border-bottom:85px solid transparent;border-left:80px solid #fff;left:0;top:0;position:absolute;z-index:2;}.rtl .category-contents .blog-content.blog-content-grid .post .entry .entry-thumb:before{right:0;left:auto;border-right:80px solid #fff;border-left:0;}.category-contents .blog-content.blog-content-grid .post .entry .entry-thumb .entry-meta{position:absolute;top:0;left:0;z-index:2;}.rtl .category-contents .blog-content.blog-content-grid .post .entry .entry-thumb .entry-meta{right:0;left:auto;}.category-contents .blog-content.blog-content-grid .post .entry .entry-thumb .entry-meta .day-time{font-size:24px;color:#909090;font-weight:700;}.category-contents .blog-content.blog-content-grid .post .entry .entry-thumb .entry-meta .month-time{font-size:14px;color:#909090;display:block;}.category-contents .blog-content.blog-content-list .post .entry .entry-content .content-top{padding:20px 0;}.category-contents .blog-content.blog-content-list .post .entry .entry-content .content-top .entry-title h4{margin-bottom:15px;}.category-contents .blog-content.blog-content-list .post .entry .entry-content .content-top .entry-meta{margin-bottom:15px;}.category-contents .blog-content.blog-content-list .post .entry .entry-content .content-top .entry-summary{line-height:28px;font-size:15px;color:#7d7d7d;}.category-contents .blog-content.blog-content-list .post .entry .entry-content .content-top .entry-summary p{margin-bottom:5px;}.category-contents .blog-content.blog-content-list .post .entry .entry-content .content-top .entry-summary ul li span,.category-contents .blog-content.blog-content-list .post .entry .entry-content .content-top .entry-summary ul li em,.category-contents .blog-content.blog-content-list .post .entry .entry-content .content-top .entry-summary ul li strong,.category-contents .blog-content.blog-content-list .post .entry .entry-content .content-top .entry-summary ol li span,.category-contents .blog-content.blog-content-list .post .entry .entry-content .content-top .entry-summary ol li em,.category-contents .blog-content.blog-content-list .post .entry .entry-content .content-top .entry-summary ol li strong{font-size:14px !important;}.category-contents .blog-content.blog-content-list .post.no-thumb .entry .entry-thumb:before{display:none;}.category-contents .blog-content .format-standard.tag-markup-2 .entry .entry-content .entry-summary{font-size:14px;}.category-contents .blog-content .format-standard.tag-markup-2 .entry .entry-content .entry-summary h1,.category-contents .blog-content .format-standard.tag-markup-2 .entry .entry-content .entry-summary h2,.category-contents .blog-content .format-standard.tag-markup-2 .entry .entry-content .entry-summary h3,.category-contents .blog-content .format-standard.tag-markup-2 .entry .entry-content .entry-summary h4,.category-contents .blog-content .format-standard.tag-markup-2 .entry .entry-content .entry-summary h5,.category-contents .blog-content .format-standard.tag-markup-2 .entry .entry-content .entry-summary h6{color:#111;font-weight:600;}.category-contents .blog-content .format-standard.tag-markup-2 .entry .entry-content .entry-summary h2,.category-contents .blog-content .format-standard.tag-markup-2 .entry .entry-content .entry-summary h3,.category-contents .blog-content .format-standard.tag-markup-2 .entry .entry-content .entry-summary h4,.category-contents .blog-content .format-standard.tag-markup-2 .entry .entry-content .entry-summary h5,.category-contents .blog-content .format-standard.tag-markup-2 .entry .entry-content .entry-summary h6{padding-top:20px;}.category-contents .blog-content .format-standard.tag-markup-2 .entry .entry-content .entry-summary blockquote{padding:10px 30px;}.category-contents .blog-content .format-standard.tag-markup-2 .entry .entry-content .entry-summary blockquote:before,.category-contents .blog-content .format-standard.tag-markup-2 .entry .entry-content .entry-summary blockquote:after{font-size:18px;color:#0065b3;}.category-contents .blog-content .format-standard.tag-markup-2 .entry .entry-content .entry-summary code{white-space:normal;}.category-contents .blog-content .format-standard.tag-markup-2 .entry .entry-content .entry-summary ol{padding-left:0;}.category-contents .blog-content .format-standard.tag-markup-2 .entry .entry-content .entry-summary cite{font-style:italic;}.category-contents .blog-content .format-standard.tag-markup-2 .entry .entry-content .entry-summary table thead th,.category-contents .blog-content .format-standard.tag-markup-2 .entry .entry-content .entry-summary table thead td{border-bottom-width:2px;}.category-contents .blog-content .format-standard.tag-markup-2 .entry .entry-content .entry-summary table td,.category-contents .blog-content .format-standard.tag-markup-2 .entry .entry-content .entry-summary table th{border-bottom:1px #0065b3 solid;border-top:0;border-left:0;border-right:0;}.category-contents .blog-content .format-standard.tag-markup-2 .entry .entry-content .entry-summary table tbody tr:last-child th,.category-contents .blog-content .format-standard.tag-markup-2 .entry .entry-content .entry-summary table tbody tr:last-child td{border-bottom:none;}.pagination{display:inline-block;float:none;width:100%;padding:25px 0;margin:10px 0 0;text-align:center;background-color:#f2f2f2;border:1px solid #0065b3;}.pagination ul{margin:0;list-style-type:none;float:none;display:inline-block;background-color:#f2f2f2;}.pagination ul li{display:inline-block;vertical-align:top;position:relative;text-transform:capitalize;text-align:center;margin:0 5px;background-color:#f2f2f2;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;}.pagination ul li:hover a{color:#0065b3;}.pagination ul li span.current{background-color:#fff;color:#0065b3 !important;}.pagination ul li a,.pagination ul li span.current{background-color:#fff;display:block;width:32px;line-height:30px;height:32px;border-radius:50%;border:1px solid #0065b3;text-align:center;font-size:16px;color:#111;}.pagination ul li .next,.pagination ul li .prev{width:90px;text-align:center;text-transform:uppercase;color:#111;border-radius:20px;}.pagination ul li .next:hover,.pagination ul li .prev:hover{border:1px solid #0065b3;background-color:#0065b3;color:#fff;}.rtl .pagination ul li .fa-angle-right:before{content:"";}.rtl .pagination ul li .fa-angle-left:before{content:"";}.format-audio .entry .wp-entry-thumb iframe{vertical-align:top;margin:0;}blockquote{border:0;padding:5px 30px;position:relative;}blockquote:before{content:"";width:17px;height:14px;position:absolute;left:0;top:0;font-family:"FontAwesome";}blockquote:after{content:"";width:17px;height:14px;position:absolute;right:0;bottom:0;font-family:"FontAwesome";}blockquote p{font-style:italic;font-size:14px;line-height:24px;}.format-gallery .carousel.gallery-slider .carousel-control{display:inline-block;width:32px !important;height:32px !important;line-height:32px;border-radius:50%;position:absolute;z-index:9;cursor:pointer;font-size:0;top:50%;margin-top:-16px;background-color:#fff;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;opacity:0;filter:alpha(opacity=0);-webkit-transform:scale(0);-moz-transform:scale(0);-o-transform:scale(0);-ms-transform:scale(0);transform:scale(0);text-shadow:none;background-image:none;}.format-gallery .carousel.gallery-slider .carousel-control.nitro-lazy{background-image:none !important;}.format-gallery .carousel.gallery-slider .carousel-control.left{left:15px;}.format-gallery .carousel.gallery-slider .carousel-control.left:before{content:"";font-family:"FontAwesome";font-size:16px;color:#999;}.format-gallery .carousel.gallery-slider .carousel-control.left:hover:before{color:#0065b3;}.format-gallery .carousel.gallery-slider .carousel-control.right{right:15px;}.format-gallery .carousel.gallery-slider .carousel-control.right:before{content:"";font-family:"FontAwesome";font-size:16px;color:#999;}.format-gallery .carousel.gallery-slider .carousel-control.right:hover:before{color:#0065b3;}.format-gallery .carousel.gallery-slider .carousel-inner .item img{margin:0;}.format-gallery .carousel.gallery-slider:hover .carousel-control{opacity:1;filter:alpha(opacity=100);-webkit-transform:scale(1);-moz-transform:scale(1);-o-transform:scale(1);-ms-transform:scale(1);transform:scale(1);}.format-gallery .gallery .thumbnail:hover{background-color:#0065b3;border-color:#0065b3;}.single.main .post .entry-wrap,.single.main .team .entry-wrap,.single.main .attachment .entry-wrap{background-color:#fff;position:relative;}.single.main .post .entry-wrap .entry-thumb,.single.main .team .entry-wrap .entry-thumb,.single.main .attachment .entry-wrap .entry-thumb{position:relative;}.single.main .post .entry-wrap .entry-thumb img,.single.main .team .entry-wrap .entry-thumb img,.single.main .attachment .entry-wrap .entry-thumb img{width:auto;margin-bottom:30px;}.single.main .post .entry-wrap .entry-title,.single.main .team .entry-wrap .entry-title,.single.main .attachment .entry-wrap .entry-title{color:#111;font-size:30px;font-weight:600;}.single.main .post .entry-wrap .entry-content,.single.main .team .entry-wrap .entry-content,.single.main .attachment .entry-wrap .entry-content{padding:15px 0 0;}.single.main .post .entry-wrap .entry-content .entry-meta,.single.main .team .entry-wrap .entry-content .entry-meta,.single.main .attachment .entry-wrap .entry-content .entry-meta{color:#909090;overflow:hidden;display:block;padding:8px 0 20px;margin-bottom:20px;border-bottom:1px solid #0065b3;}.single.main .post .entry-wrap .entry-content .entry-meta a,.single.main .team .entry-wrap .entry-content .entry-meta a,.single.main .attachment .entry-wrap .entry-content .entry-meta a{color:#909090;text-transform:capitalize;}.single.main .post .entry-wrap .entry-content .entry-meta a:hover,.single.main .team .entry-wrap .entry-content .entry-meta a:hover,.single.main .attachment .entry-wrap .entry-content .entry-meta a:hover{color:#0065b3;}.single.main .post .entry-wrap .entry-content .entry-meta .entry-date,.single.main .team .entry-wrap .entry-content .entry-meta .entry-date,.single.main .attachment .entry-wrap .entry-content .entry-meta .entry-date{position:relative;top:auto;left:auto;right:auto;}.single.main .post .entry-wrap .entry-content .entry-meta .entry-author,.single.main .post .entry-wrap .entry-content .entry-meta .entry-tag,.single.main .post .entry-wrap .entry-content .entry-meta .entry-comment,.single.main .post .entry-wrap .entry-content .entry-meta .entry-date,.single.main .team .entry-wrap .entry-content .entry-meta .entry-author,.single.main .team .entry-wrap .entry-content .entry-meta .entry-tag,.single.main .team .entry-wrap .entry-content .entry-meta .entry-comment,.single.main .team .entry-wrap .entry-content .entry-meta .entry-date,.single.main .attachment .entry-wrap .entry-content .entry-meta .entry-author,.single.main .attachment .entry-wrap .entry-content .entry-meta .entry-tag,.single.main .attachment .entry-wrap .entry-content .entry-meta .entry-comment,.single.main .attachment .entry-wrap .entry-content .entry-meta .entry-date{float:left;margin-right:20px;}.rtl .single.main .post .entry-wrap .entry-content .entry-meta .entry-author,.rtl .single.main .post .entry-wrap .entry-content .entry-meta .entry-tag,.rtl .single.main .post .entry-wrap .entry-content .entry-meta .entry-comment,.rtl .single.main .post .entry-wrap .entry-content .entry-meta .entry-date,.rtl .single.main .team .entry-wrap .entry-content .entry-meta .entry-author,.rtl .single.main .team .entry-wrap .entry-content .entry-meta .entry-tag,.rtl .single.main .team .entry-wrap .entry-content .entry-meta .entry-comment,.rtl .single.main .team .entry-wrap .entry-content .entry-meta .entry-date,.rtl .single.main .attachment .entry-wrap .entry-content .entry-meta .entry-author,.rtl .single.main .attachment .entry-wrap .entry-content .entry-meta .entry-tag,.rtl .single.main .attachment .entry-wrap .entry-content .entry-meta .entry-comment,.rtl .single.main .attachment .entry-wrap .entry-content .entry-meta .entry-date{float:right;margin:0 0 0 20px;}.rtl .single.main .post .entry-wrap .entry-content .entry-meta .entry-author i,.rtl .single.main .post .entry-wrap .entry-content .entry-meta .entry-tag i,.rtl .single.main .post .entry-wrap .entry-content .entry-meta .entry-comment i,.rtl .single.main .post .entry-wrap .entry-content .entry-meta .entry-date i,.rtl .single.main .team .entry-wrap .entry-content .entry-meta .entry-author i,.rtl .single.main .team .entry-wrap .entry-content .entry-meta .entry-tag i,.rtl .single.main .team .entry-wrap .entry-content .entry-meta .entry-comment i,.rtl .single.main .team .entry-wrap .entry-content .entry-meta .entry-date i,.rtl .single.main .attachment .entry-wrap .entry-content .entry-meta .entry-author i,.rtl .single.main .attachment .entry-wrap .entry-content .entry-meta .entry-tag i,.rtl .single.main .attachment .entry-wrap .entry-content .entry-meta .entry-comment i,.rtl .single.main .attachment .entry-wrap .entry-content .entry-meta .entry-date i{margin:0 0 0 10px;}.single.main .post .entry-wrap .entry-content .entry-meta .entry-author i,.single.main .post .entry-wrap .entry-content .entry-meta .entry-tag i,.single.main .post .entry-wrap .entry-content .entry-meta .entry-comment i,.single.main .post .entry-wrap .entry-content .entry-meta .entry-date i,.single.main .team .entry-wrap .entry-content .entry-meta .entry-author i,.single.main .team .entry-wrap .entry-content .entry-meta .entry-tag i,.single.main .team .entry-wrap .entry-content .entry-meta .entry-comment i,.single.main .team .entry-wrap .entry-content .entry-meta .entry-date i,.single.main .attachment .entry-wrap .entry-content .entry-meta .entry-author i,.single.main .attachment .entry-wrap .entry-content .entry-meta .entry-tag i,.single.main .attachment .entry-wrap .entry-content .entry-meta .entry-comment i,.single.main .attachment .entry-wrap .entry-content .entry-meta .entry-date i{margin:0 10px 0 0;}.single.main .post .entry-wrap .entry-content .entry-summary,.single.main .team .entry-wrap .entry-content .entry-summary,.single.main .attachment .entry-wrap .entry-content .entry-summary{line-height:28px;color:#7d7d7d;font-size:16px;}.single.main .post .entry-wrap .entry-content .entry-summary .gallery li,.single.main .team .entry-wrap .entry-content .entry-summary .gallery li,.single.main .attachment .entry-wrap .entry-content .entry-summary .gallery li{width:100% !important;}.single.main .post .entry-wrap .entry-content .entry-summary .gallery li .thumbnail,.single.main .team .entry-wrap .entry-content .entry-summary .gallery li .thumbnail,.single.main .attachment .entry-wrap .entry-content .entry-summary .gallery li .thumbnail{border-radius:0;}.single.main .post .entry-wrap .entry-content .entry-summary ul li span,.single.main .post .entry-wrap .entry-content .entry-summary ul li em,.single.main .post .entry-wrap .entry-content .entry-summary ul li strong,.single.main .post .entry-wrap .entry-content .entry-summary ol li span,.single.main .post .entry-wrap .entry-content .entry-summary ol li em,.single.main .post .entry-wrap .entry-content .entry-summary ol li strong,.single.main .team .entry-wrap .entry-content .entry-summary ul li span,.single.main .team .entry-wrap .entry-content .entry-summary ul li em,.single.main .team .entry-wrap .entry-content .entry-summary ul li strong,.single.main .team .entry-wrap .entry-content .entry-summary ol li span,.single.main .team .entry-wrap .entry-content .entry-summary ol li em,.single.main .team .entry-wrap .entry-content .entry-summary ol li strong,.single.main .attachment .entry-wrap .entry-content .entry-summary ul li span,.single.main .attachment .entry-wrap .entry-content .entry-summary ul li em,.single.main .attachment .entry-wrap .entry-content .entry-summary ul li strong,.single.main .attachment .entry-wrap .entry-content .entry-summary ol li span,.single.main .attachment .entry-wrap .entry-content .entry-summary ol li em,.single.main .attachment .entry-wrap .entry-content .entry-summary ol li strong{font-size:14px !important;}.single.main .post .entry-wrap .entry-content .entry-summary p .alignnone,.single.main .team .entry-wrap .entry-content .entry-summary p .alignnone,.single.main .attachment .entry-wrap .entry-content .entry-summary p .alignnone{float:left;display:block;clear:none;margin:20px 0 30px 0;}.rtl .single.main .post .entry-wrap .entry-content .entry-summary p .alignnone,.rtl .single.main .team .entry-wrap .entry-content .entry-summary p .alignnone,.rtl .single.main .attachment .entry-wrap .entry-content .entry-summary p .alignnone{float:right;}.single.main .post .entry-wrap .entry-content .entry-summary p .alignnone.image-single,.single.main .team .entry-wrap .entry-content .entry-summary p .alignnone.image-single,.single.main .attachment .entry-wrap .entry-content .entry-summary p .alignnone.image-single{margin-left:30px;}.single.main .post .entry-wrap .entry-content .entry-summary .page-links,.single.main .team .entry-wrap .entry-content .entry-summary .page-links,.single.main .attachment .entry-wrap .entry-content .entry-summary .page-links{margin-top:30px;overflow:hidden;background:#f2f2f2;padding:30px 0;border-radius:4px;}.single.main .post .entry-wrap .entry-content .entry-summary .page-links .page-links-title,.single.main .team .entry-wrap .entry-content .entry-summary .page-links .page-links-title,.single.main .attachment .entry-wrap .entry-content .entry-summary .page-links .page-links-title{border:none;margin:0 10px;width:auto;height:auto;line-height:32px;border-radius:0;float:left;background:none;color:#666;}.single.main .post .entry-wrap .entry-content .entry-summary .page-links .page-links-title:hover,.single.main .team .entry-wrap .entry-content .entry-summary .page-links .page-links-title:hover,.single.main .attachment .entry-wrap .entry-content .entry-summary .page-links .page-links-title:hover{background:none;}.single.main .post .entry-wrap .entry-content .entry-summary .page-links span,.single.main .post .entry-wrap .entry-content .entry-summary .page-links a,.single.main .team .entry-wrap .entry-content .entry-summary .page-links span,.single.main .team .entry-wrap .entry-content .entry-summary .page-links a,.single.main .attachment .entry-wrap .entry-content .entry-summary .page-links span,.single.main .attachment .entry-wrap .entry-content .entry-summary .page-links a{display:block;width:32px;line-height:30px;height:32px;border-radius:50%;text-align:center;font-size:14px;float:left;background:#fff;margin:0 5px;}.single.main .post .entry-wrap .entry-content .entry-summary .page-links span:hover,.single.main .post .entry-wrap .entry-content .entry-summary .page-links a:hover,.single.main .team .entry-wrap .entry-content .entry-summary .page-links span:hover,.single.main .team .entry-wrap .entry-content .entry-summary .page-links a:hover,.single.main .attachment .entry-wrap .entry-content .entry-summary .page-links span:hover,.single.main .attachment .entry-wrap .entry-content .entry-summary .page-links a:hover{color:#0065b3;}.single.main .post .entry-wrap .entry-content .entry-summary .page-links span,.single.main .team .entry-wrap .entry-content .entry-summary .page-links span,.single.main .attachment .entry-wrap .entry-content .entry-summary .page-links span{background:#fff;color:#0065b3;}.single.main .post .entry-wrap .entry-content .entry-summary .page-links a span,.single.main .team .entry-wrap .entry-content .entry-summary .page-links a span,.single.main .attachment .entry-wrap .entry-content .entry-summary .page-links a span{border:none;margin:0;background:none;color:#111;}.single.main .post .entry-wrap .entry-content .single-content-bottom,.single.main .team .entry-wrap .entry-content .single-content-bottom,.single.main .attachment .entry-wrap .entry-content .single-content-bottom{border-bottom:1px solid #0065b3;padding:20px 0 40px 0;}.single.main .post .entry-wrap .entry-content .single-content-bottom .entry-tag span,.single.main .team .entry-wrap .entry-content .single-content-bottom .entry-tag span,.single.main .attachment .entry-wrap .entry-content .single-content-bottom .entry-tag span{display:inline-block;vertical-align:top;padding:6px 10px 5px 0;font-weight:700;color:#111;}.rtl .single.main .post .entry-wrap .entry-content .single-content-bottom .entry-tag span,.rtl .single.main .team .entry-wrap .entry-content .single-content-bottom .entry-tag span,.rtl .single.main .attachment .entry-wrap .entry-content .single-content-bottom .entry-tag span{padding:6px 0 5px 10px;}.single.main .post .entry-wrap .entry-content .single-content-bottom .entry-tag a,.single.main .team .entry-wrap .entry-content .single-content-bottom .entry-tag a,.single.main .attachment .entry-wrap .entry-content .single-content-bottom .entry-tag a{border:1px #0065b3 solid;padding:5px 15px;display:inline-block;vertical-align:top;text-transform:capitalize;margin-bottom:5px;}.single.main .post .entry-wrap .entry-content .single-content-bottom .entry-tag a:hover,.single.main .team .entry-wrap .entry-content .single-content-bottom .entry-tag a:hover,.single.main .attachment .entry-wrap .entry-content .single-content-bottom .entry-tag a:hover{border-color:#0065b3;}.single.main .post .entry-wrap .entry-content .social-share,.single.main .team .entry-wrap .entry-content .social-share,.single.main .attachment .entry-wrap .entry-content .social-share{line-height:33px;float:right;}.rtl .single.main .post .entry-wrap .entry-content .social-share,.rtl .single.main .team .entry-wrap .entry-content .social-share,.rtl .single.main .attachment .entry-wrap .entry-content .social-share{float:left;}.single.main .post .entry-wrap .entry-content .social-share .title-share,.single.main .team .entry-wrap .entry-content .social-share .title-share,.single.main .attachment .entry-wrap .entry-content .social-share .title-share{float:left;font-size:14px;color:#111;margin-right:20px;font-weight:700;text-transform:uppercase;}.rtl .single.main .post .entry-wrap .entry-content .social-share .title-share,.rtl .single.main .team .entry-wrap .entry-content .social-share .title-share,.rtl .single.main .attachment .entry-wrap .entry-content .social-share .title-share{margin-left:20px;margin-right:0;float:right;}.single.main .post .entry-wrap .entry-content .social-share .wrap-content,.single.main .team .entry-wrap .entry-content .social-share .wrap-content,.single.main .attachment .entry-wrap .entry-content .social-share .wrap-content{float:left;}.rtl .single.main .post .entry-wrap .entry-content .social-share .wrap-content,.rtl .single.main .team .entry-wrap .entry-content .social-share .wrap-content,.rtl .single.main .attachment .entry-wrap .entry-content .social-share .wrap-content{float:right;}.single.main .post .entry-wrap .entry-content .social-share a,.single.main .team .entry-wrap .entry-content .social-share a,.single.main .attachment .entry-wrap .entry-content .social-share a{display:inline-block;vertical-align:top;padding:0;margin:0 4px;text-align:center;border-radius:50%;height:33px;width:33px;color:#fff;background-color:#0065b3;font-size:16px;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;}.single.main .post .entry-wrap .entry-content .social-share a:hover,.single.main .team .entry-wrap .entry-content .social-share a:hover,.single.main .attachment .entry-wrap .entry-content .social-share a:hover{background-color:var(--darken15);}.single.main .post .entry-wrap .entry-content .social-share a i,.single.main .team .entry-wrap .entry-content .social-share a i,.single.main .attachment .entry-wrap .entry-content .social-share a i{line-height:33px;}.single.main .post #authorDetails,.single.main .team #authorDetails,.single.main .attachment #authorDetails{margin:50px 0 20px 0;}.single.main .post #authorDetails .authorDetail,.single.main .team #authorDetails .authorDetail,.single.main .attachment #authorDetails .authorDetail{background-color:#fff;display:inline-block;vertical-align:top;width:100%;}.single.main .post #authorDetails .authorDetail .avatar,.single.main .team #authorDetails .authorDetail .avatar,.single.main .attachment #authorDetails .authorDetail .avatar{overflow:hidden;float:left;}.rtl .single.main .post #authorDetails .authorDetail .avatar,.rtl .single.main .team #authorDetails .authorDetail .avatar,.rtl .single.main .attachment #authorDetails .authorDetail .avatar{float:right;}.single.main .post #authorDetails .authorDetail .avatar img,.single.main .team #authorDetails .authorDetail .avatar img,.single.main .attachment #authorDetails .authorDetail .avatar img{margin:0;border-radius:50%;}.single.main .post #authorDetails .authorDetail .infomation,.single.main .team #authorDetails .authorDetail .infomation,.single.main .attachment #authorDetails .authorDetail .infomation{overflow:hidden;padding:10px 20px;color:#999;line-height:22px;}.single.main .post #authorDetails .authorDetail .infomation .name-author,.single.main .team #authorDetails .authorDetail .infomation .name-author,.single.main .attachment #authorDetails .authorDetail .infomation .name-author{text-transform:uppercase;color:#111;font-size:16px;font-weight:600;}.single.main .post #authorDetails .authorDetail .infomation p,.single.main .team #authorDetails .authorDetail .infomation p,.single.main .attachment #authorDetails .authorDetail .infomation p{font-weight:300;font-size:16px;line-height:26px;}.single.main .format-standard.tag-markup-2 .entry-wrap .entry-content .entry-summary{font-size:14px;}.single.main .format-standard.tag-markup-2 .entry-wrap .entry-content .entry-summary h1,.single.main .format-standard.tag-markup-2 .entry-wrap .entry-content .entry-summary h2,.single.main .format-standard.tag-markup-2 .entry-wrap .entry-content .entry-summary h3,.single.main .format-standard.tag-markup-2 .entry-wrap .entry-content .entry-summary h4,.single.main .format-standard.tag-markup-2 .entry-wrap .entry-content .entry-summary h5,.single.main .format-standard.tag-markup-2 .entry-wrap .entry-content .entry-summary h6{color:#111;font-weight:600;}.single.main .format-standard.tag-markup-2 .entry-wrap .entry-content .entry-summary h2,.single.main .format-standard.tag-markup-2 .entry-wrap .entry-content .entry-summary h3,.single.main .format-standard.tag-markup-2 .entry-wrap .entry-content .entry-summary h4,.single.main .format-standard.tag-markup-2 .entry-wrap .entry-content .entry-summary h5,.single.main .format-standard.tag-markup-2 .entry-wrap .entry-content .entry-summary h6{padding-top:20px;}.single.main .format-standard.tag-markup-2 .entry-wrap .entry-content .entry-summary ol{padding-left:0;}.single.main .format-standard.tag-markup-2 .entry-wrap .entry-content .entry-summary code{white-space:normal;}.single.main .format-standard.tag-markup-2 .entry-wrap .entry-content .entry-summary blockquote{padding:10px 30px;}.single.main .format-standard.tag-markup-2 .entry-wrap .entry-content .entry-summary blockquote:before,.single.main .format-standard.tag-markup-2 .entry-wrap .entry-content .entry-summary blockquote:after{font-size:24px;color:#0065b3;}.single.main .format-standard.tag-markup-2 .entry-wrap .entry-content .entry-summary cite{font-style:italic;}.single.main .format-standard.tag-markup-2 .entry-wrap .entry-content .entry-summary table thead th,.single.main .format-standard.tag-markup-2 .entry-wrap .entry-content .entry-summary table thead td{border-bottom-width:2px;}.single.main .format-standard.tag-markup-2 .entry-wrap .entry-content .entry-summary table td,.single.main .format-standard.tag-markup-2 .entry-wrap .entry-content .entry-summary table th{border-bottom:1px #0065b3 solid;border-top:0;border-left:0;border-right:0;}.single.main .format-standard.tag-markup-2 .entry-wrap .entry-content .entry-summary table tbody tr:last-child th,.single.main .format-standard.tag-markup-2 .entry-wrap .entry-content .entry-summary table tbody tr:last-child td{border-bottom:none;}.single.main .tag-pingbacks-2 ol{padding-left:30px;}.rtl .single.main .tag-pingbacks-2 ol{padding-left:0;padding-right:30px;}.single-post-relate{margin-bottom:60px;margin-top:60px;}.single-post-relate > h4{text-transform:capitalize;margin-bottom:25px;font-size:20px;color:#111;font-weight:600;padding:0 0 15px;border-bottom:1px solid #0065b3;position:relative;}.single-post-relate > h4:before{content:"";width:100px;height:2px;position:absolute;left:0;bottom:-1px;background-color:#0065b3;}.rtl .single-post-relate > h4:before{right:0;left:auto;}.single-post-relate .post .item-relate-img{position:relative;}.single-post-relate .post .item-relate-img img{margin-bottom:15px;}.single-post-relate .post .item-relate-img:hover img{opacity:.85;}.single-post-relate .post .item-relate-content{background-color:#fff;padding:0 0 15px 0;overflow:hidden;}.single-post-relate .post .item-relate-content h4{margin-bottom:15px;text-transform:capitalize;}.single-post-relate .post .item-relate-content h4 a{color:#111;font-size:16px;line-height:24px;font-weight:600;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;}.single-post-relate .post .item-relate-content h4 a:hover{color:#0065b3;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;}.single-post-relate .post .item-relate-content .entry-meta{color:#909090;font-size:13px;overflow:hidden;display:block;padding-bottom:5px;}.single-post-relate .post .item-relate-content .entry-meta a{color:#909090;font-size:13px;text-transform:capitalize;}.single-post-relate .post .item-relate-content .entry-meta a:hover{color:#0065b3;}.single-post-relate .post .item-relate-content .entry-meta .entry-tag,.single-post-relate .post .item-relate-content .entry-meta .entry-comment{float:left;margin-right:20px;margin-bottom:10px;}.rtl .single-post-relate .post .item-relate-content .entry-meta .entry-tag,.rtl .single-post-relate .post .item-relate-content .entry-meta .entry-comment{float:right;display:block;margin-left:20px;margin-right:0;}.rtl .single-post-relate .post .item-relate-content .entry-meta .entry-tag i,.rtl .single-post-relate .post .item-relate-content .entry-meta .entry-comment i{margin:0 0 0 10px;}.single-post-relate .post .item-relate-content .entry-meta .entry-tag i,.single-post-relate .post .item-relate-content .entry-meta .entry-comment i{margin:0 10px 0 0;}.single-post-relate .post .item-relate-content .read-more{color:#111;text-transform:capitalize;font-size:14px;display:inline-block;margin:12px 0;border:1px #111 solid;height:38px;line-height:36px;padding:0 15px;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;}.single-post-relate .post .item-relate-content .read-more:hover{color:#0065b3;border-color:#0065b3;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;}h3#comments{text-transform:capitalize;margin-bottom:25px;font-size:20px;color:#111;font-weight:600;padding:0 0 15px;border-bottom:1px solid #0065b3;position:relative;}h3#comments:before{content:"";width:100px;height:2px;position:absolute;left:0;bottom:-1px;background-color:#0065b3;}.rtl h3#comments:before{right:0;left:auto;}#comments{margin-bottom:60px;}.comment-respond-elementor .commentlist{margin-bottom:60px;}.comment-respond-elementor .comment-respond form label{font-weight:600;}.comment-respond-elementor .comment-respond form p>*{width:100%;}.comment-respond-elementor .comment-respond form input{height:35px;border-radius:0;padding:0 25px;}.comment-respond-elementor .comment-respond form p.form-submit >*,.comment-respond-elementor .comment-respond form p.comment-form-cookies-consent >*{width:auto;}.comment-respond-elementor .comment-respond form p.form-submit input,.comment-respond-elementor .comment-respond form p.comment-form-cookies-consent input{height:auto;}.comment-respond-elementor,#comments{margin-top:40px;overflow:hidden;}.comment-respond-elementor ol,.comment-respond-elementor ul,#comments ol,#comments ul{list-style:none;}.comment-respond-elementor .title,#comments .title{text-transform:capitalize;margin-bottom:25px;font-size:20px;color:#111;font-weight:600;padding:0 0 15px;border-bottom:1px solid #0065b3;position:relative;}.comment-respond-elementor .title:before,#comments .title:before{content:"";width:100px;height:2px;position:absolute;left:0;bottom:-1px;background-color:#0065b3;}.rtl .comment-respond-elementor .title:before,.rtl #comments .title:before{right:0;left:auto;}.comment-respond-elementor .commentlist .children,#comments .commentlist .children{margin-left:90px;margin-right:0;}.rtl .comment-respond-elementor .commentlist .children,.rtl #comments .commentlist .children{margin-right:90px;margin-left:0;}.comment-respond-elementor .comment-body,.comment-respond-elementor .comment,#comments .comment-body,#comments .comment{margin-bottom:30px;background-color:#fff;position:relative;}.comment-respond-elementor .comment-body .reply,.comment-respond-elementor .comment .reply,#comments .comment-body .reply,#comments .comment .reply{position:absolute;top:0px;right:0;}.comment-respond-elementor .comment-body .reply a,.comment-respond-elementor .comment .reply a,#comments .comment-body .reply a,#comments .comment .reply a{position:relative;font-size:0;}.comment-respond-elementor .comment-body .reply a:before,.comment-respond-elementor .comment .reply a:before,#comments .comment-body .reply a:before,#comments .comment .reply a:before{font-size:20px;color:#999;content:"";display:inline-block;vertical-align:top;font-family:"FontAwesome";}.comment-respond-elementor .comment-body .reply a:hover:before,.comment-respond-elementor .comment .reply a:hover:before,#comments .comment-body .reply a:hover:before,#comments .comment .reply a:hover:before{color:#0065b3;}.comment-respond-elementor .comment-body .comment-meta,.comment-respond-elementor .comment .comment-meta,#comments .comment-body .comment-meta,#comments .comment .comment-meta{color:#909090;font-weight:600;font-size:11px;line-height:21px;text-transform:uppercase;margin:10px 0;}.comment-respond-elementor .comment-body .comment-author,.comment-respond-elementor .comment .comment-author,#comments .comment-body .comment-author,#comments .comment .comment-author{color:#111;text-transform:uppercase;font-weight:600;margin-bottom:5px;display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;flex-direction:row;align-items:center;}.comment-respond-elementor .comment-body .comment-author img,.comment-respond-elementor .comment .comment-author img,#comments .comment-body .comment-author img,#comments .comment .comment-author img{width:60px;height:60px;border-radius:50%;float:left;margin:0 20px 0 0;}.rtl .comment-respond-elementor .comment-body .comment-author img,.rtl .comment-respond-elementor .comment .comment-author img,.rtl #comments .comment-body .comment-author img,.rtl #comments .comment .comment-author img{margin:0 0 0 30px;}.comment-respond-elementor .comment-body .comment-author .fn,.comment-respond-elementor .comment .comment-author .fn,#comments .comment-body .comment-author .fn,#comments .comment .comment-author .fn{padding:0 2px;}.comment-respond-elementor .comment-body .author,.comment-respond-elementor .comment .author,#comments .comment-body .author,#comments .comment .author{margin:0;overflow:hidden;}.comment-respond-elementor .comment-body .author img,.comment-respond-elementor .comment .author img,#comments .comment-body .author img,#comments .comment .author img{margin:0;border-radius:50%;}.comment-respond-elementor .comment-body .media-body,.comment-respond-elementor .comment .media-body,#comments .comment-body .media-body,#comments .comment .media-body{padding-left:20px;}.rtl .comment-respond-elementor .comment-body .media-body,.rtl .comment-respond-elementor .comment .media-body,.rtl #comments .comment-body .media-body,.rtl #comments .comment .media-body{padding-right:20px;padding-left:0;}.comment-respond-elementor .comment-body .media-body .media .media-heading,.comment-respond-elementor .comment .media-body .media .media-heading,#comments .comment-body .media-body .media .media-heading,#comments .comment .media-body .media .media-heading{overflow:hidden;margin-bottom:10px;padding-bottom:5px;border-bottom:1px solid #0065b3;}.comment-respond-elementor .comment-body .media-body .media .media-heading .author-name,.comment-respond-elementor .comment .media-body .media .media-heading .author-name,#comments .comment-body .media-body .media .media-heading .author-name,#comments .comment .media-body .media .media-heading .author-name{color:#111;text-transform:uppercase;font-weight:600;margin-bottom:5px;}.comment-respond-elementor .comment-body .media-body .media .media-heading .time,.comment-respond-elementor .comment .media-body .media .media-heading .time,#comments .comment-body .media-body .media .media-heading .time,#comments .comment .media-body .media .media-heading .time{color:#909090;font-weight:600;font-size:11px;line-height:21px;padding:0 50px;text-transform:uppercase;}.comment-respond-elementor .comment-body .media-body .media .media-heading .time a,.comment-respond-elementor .comment .media-body .media .media-heading .time a,#comments .comment-body .media-body .media .media-heading .time a,#comments .comment .media-body .media .media-heading .time a{color:#909090;}.comment-respond-elementor .comment-body .media-body .media .media-heading .reply a,.comment-respond-elementor .comment .media-body .media .media-heading .reply a,#comments .comment-body .media-body .media .media-heading .reply a,#comments .comment .media-body .media .media-heading .reply a{position:relative;font-size:0;}.comment-respond-elementor .comment-body .media-body .media .media-heading .reply a:before,.comment-respond-elementor .comment .media-body .media .media-heading .reply a:before,#comments .comment-body .media-body .media .media-heading .reply a:before,#comments .comment .media-body .media .media-heading .reply a:before{font-size:20px;color:#999;content:"";display:inline-block;vertical-align:top;font-family:"FontAwesome";}.comment-respond-elementor .comment-body .media-body .media .media-heading .reply a:hover:before,.comment-respond-elementor .comment .media-body .media .media-heading .reply a:hover:before,#comments .comment-body .media-body .media .media-heading .reply a:hover:before,#comments .comment .media-body .media .media-heading .reply a:hover:before{color:#0065b3;}.comment-respond-elementor .comment-body .media-body .media .media-content,.comment-respond-elementor .comment .media-body .media .media-content,#comments .comment-body .media-body .media .media-content,#comments .comment .media-body .media .media-content{font-size:14px;}.comment-respond-elementor .comment-body .media-body .media .media-content h1,.comment-respond-elementor .comment-body .media-body .media .media-content h2,.comment-respond-elementor .comment-body .media-body .media .media-content h3,.comment-respond-elementor .comment-body .media-body .media .media-content h4,.comment-respond-elementor .comment-body .media-body .media .media-content h5,.comment-respond-elementor .comment-body .media-body .media .media-content h6,.comment-respond-elementor .comment .media-body .media .media-content h1,.comment-respond-elementor .comment .media-body .media .media-content h2,.comment-respond-elementor .comment .media-body .media .media-content h3,.comment-respond-elementor .comment .media-body .media .media-content h4,.comment-respond-elementor .comment .media-body .media .media-content h5,.comment-respond-elementor .comment .media-body .media .media-content h6,#comments .comment-body .media-body .media .media-content h1,#comments .comment-body .media-body .media .media-content h2,#comments .comment-body .media-body .media .media-content h3,#comments .comment-body .media-body .media .media-content h4,#comments .comment-body .media-body .media .media-content h5,#comments .comment-body .media-body .media .media-content h6,#comments .comment .media-body .media .media-content h1,#comments .comment .media-body .media .media-content h2,#comments .comment .media-body .media .media-content h3,#comments .comment .media-body .media .media-content h4,#comments .comment .media-body .media .media-content h5,#comments .comment .media-body .media .media-content h6{color:#111;font-weight:600;}.comment-respond-elementor .comment-body .media-body .media .media-content h2,.comment-respond-elementor .comment-body .media-body .media .media-content h3,.comment-respond-elementor .comment-body .media-body .media .media-content h4,.comment-respond-elementor .comment-body .media-body .media .media-content h5,.comment-respond-elementor .comment-body .media-body .media .media-content h6,.comment-respond-elementor .comment .media-body .media .media-content h2,.comment-respond-elementor .comment .media-body .media .media-content h3,.comment-respond-elementor .comment .media-body .media .media-content h4,.comment-respond-elementor .comment .media-body .media .media-content h5,.comment-respond-elementor .comment .media-body .media .media-content h6,#comments .comment-body .media-body .media .media-content h2,#comments .comment-body .media-body .media .media-content h3,#comments .comment-body .media-body .media .media-content h4,#comments .comment-body .media-body .media .media-content h5,#comments .comment-body .media-body .media .media-content h6,#comments .comment .media-body .media .media-content h2,#comments .comment .media-body .media .media-content h3,#comments .comment .media-body .media .media-content h4,#comments .comment .media-body .media .media-content h5,#comments .comment .media-body .media .media-content h6{padding-top:20px;}.comment-respond-elementor .comment-body .media-body .media .media-content blockquote,.comment-respond-elementor .comment .media-body .media .media-content blockquote,#comments .comment-body .media-body .media .media-content blockquote,#comments .comment .media-body .media .media-content blockquote{padding:10px 30px;}.comment-respond-elementor .comment-body .media-body .media .media-content blockquote:before,.comment-respond-elementor .comment-body .media-body .media .media-content blockquote:after,.comment-respond-elementor .comment .media-body .media .media-content blockquote:before,.comment-respond-elementor .comment .media-body .media .media-content blockquote:after,#comments .comment-body .media-body .media .media-content blockquote:before,#comments .comment-body .media-body .media .media-content blockquote:after,#comments .comment .media-body .media .media-content blockquote:before,#comments .comment .media-body .media .media-content blockquote:after{font-size:24px;color:#0065b3;}.comment-respond-elementor .comment-body .media-body .media .media-content cite,.comment-respond-elementor .comment .media-body .media .media-content cite,#comments .comment-body .media-body .media .media-content cite,#comments .comment .media-body .media .media-content cite{font-style:italic;}.comment-respond-elementor .comment-body .media-body .media .media-content table thead th,.comment-respond-elementor .comment-body .media-body .media .media-content table thead td,.comment-respond-elementor .comment .media-body .media .media-content table thead th,.comment-respond-elementor .comment .media-body .media .media-content table thead td,#comments .comment-body .media-body .media .media-content table thead th,#comments .comment-body .media-body .media .media-content table thead td,#comments .comment .media-body .media .media-content table thead th,#comments .comment .media-body .media .media-content table thead td{border-bottom-width:2px;}.comment-respond-elementor .comment-body .media-body .media .media-content table td,.comment-respond-elementor .comment-body .media-body .media .media-content table th,.comment-respond-elementor .comment .media-body .media .media-content table td,.comment-respond-elementor .comment .media-body .media .media-content table th,#comments .comment-body .media-body .media .media-content table td,#comments .comment-body .media-body .media .media-content table th,#comments .comment .media-body .media .media-content table td,#comments .comment .media-body .media .media-content table th{border-bottom:1px #0065b3 solid;border-top:0;border-left:0;border-right:0;}.comment-respond-elementor .comment-body .media-body .media .media-content table tbody tr:last-child th,.comment-respond-elementor .comment-body .media-body .media .media-content table tbody tr:last-child td,.comment-respond-elementor .comment .media-body .media .media-content table tbody tr:last-child th,.comment-respond-elementor .comment .media-body .media .media-content table tbody tr:last-child td,#comments .comment-body .media-body .media .media-content table tbody tr:last-child th,#comments .comment-body .media-body .media .media-content table tbody tr:last-child td,#comments .comment .media-body .media .media-content table tbody tr:last-child th,#comments .comment .media-body .media .media-content table tbody tr:last-child td{border-bottom:none;}.comment-respond-elementor .comment-body .media-body .media .media-content ol,.comment-respond-elementor .comment .media-body .media .media-content ol,#comments .comment-body .media-body .media .media-content ol,#comments .comment .media-body .media .media-content ol{padding-left:0;}.comment-respond-elementor .comment-body .media-body .media .media-content p,.comment-respond-elementor .comment .media-body .media .media-content p,#comments .comment-body .media-body .media .media-content p,#comments .comment .media-body .media .media-content p{font-size:15px;line-height:24px;font-weight:300;}.comment-respond-elementor .comment-body .media-body .media .media-content ul li,.comment-respond-elementor .comment-body .media-body .media .media-content ol li,.comment-respond-elementor .comment .media-body .media .media-content ul li,.comment-respond-elementor .comment .media-body .media .media-content ol li,#comments .comment-body .media-body .media .media-content ul li,#comments .comment-body .media-body .media .media-content ol li,#comments .comment .media-body .media .media-content ul li,#comments .comment .media-body .media .media-content ol li{line-height:28px;}.comment-respond-elementor .alert,#comments .alert{background:transparent;border:1px #0065b3 solid;border-radius:0;}.comment-respond-elementor .alert p,#comments .alert p{color:#111;}.comment-respond-elementor .pingback,#comments .pingback{border:1px #0065b3 solid;padding:15px 15px 5px 15px;}.comment-respond-elementor .pingback .media-heading,#comments .pingback .media-heading{overflow:hidden;}.comment-respond-elementor .pingback .media-heading .time,#comments .pingback .media-heading .time{display:none;}.comment-respond-elementor .pingback .media-content,#comments .pingback .media-content{padding:0 30px;}.comment-respond-elementor .pingback p,#comments .pingback p{line-height:24px;}.comment-respond-elementor .pingback:nth-child(4),#comments .pingback:nth-child(4){margin-bottom:40px;}#respond{margin-bottom:60px;margin-top:40px;}#respond .title{text-transform:capitalize;margin-bottom:20px;font-size:20px;color:#111;font-weight:600;padding:0 0 15px;border-bottom:1px solid #0065b3;position:relative;}#respond .title:before{content:"";width:100px;height:2px;position:absolute;left:0;bottom:-1px;background-color:#0065b3;}.rtl #respond .title:before{right:0;left:auto;}#respond .comment-form .cmm-box-top{margin:0 -15px 10px;}#respond .comment-form .cmm-box-top .control-group{width:33.333%;padding:0 15px;}#respond .comment-form .cmm-box-top input{width:100%;border:1px solid #0065b3;height:42px;text-indent:15px;-webkit-border-radius:0;-moz-border-radius:0;-o-border-radius:0;-ms-border-radius:0;border-radius:0;}#respond .comment-form .cmm-box-top input:focus{background-color:#fafafa;}#respond .comment-form textarea{width:100%;border:1px solid #0065b3;padding:14px 20px;-webkit-border-radius:0;-moz-border-radius:0;-o-border-radius:0;-ms-border-radius:0;border-radius:0;}#respond .comment-form #submit{margin-top:10px;height:42px;border:0;line-height:42px;font-size:13px;font-weight:700;color:#fff;text-transform:uppercase;padding:0 25px;border-radius:0;background:#0065b3;}#respond .comment-form #submit:hover{background:var(--darken10);}.sidebar-related-post .sidebar-relate-content{padding:30px 20px 0;}.sidebar-related-post .sidebar-relate-content .item{margin-bottom:30px;}.sidebar-related-post .sidebar-relate-content .item .item-inner .img_over{position:relative;margin-bottom:10px;}.sidebar-related-post .sidebar-relate-content .item .item-inner .img_over:before{position:absolute;content:"";left:0;right:0;top:0;bottom:0;width:100%;height:100%;z-index:1;background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAxhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDM0MiwgMjAxMC8wMS8xMC0xODowNjo0MyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpFNURBNjE1MEI3MjkxMUU4OUEwNzg5NDYzMEM2MUJGOCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpFNURBNjE1MUI3MjkxMUU4OUEwNzg5NDYzMEM2MUJGOCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkU1REE2MTRFQjcyOTExRTg5QTA3ODk0NjMwQzYxQkY4IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkU1REE2MTRGQjcyOTExRTg5QTA3ODk0NjMwQzYxQkY4Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+9vPGCAAAAD5JREFUeNpi+P//PwMOzP8fAg7jUcPAxEAhGDWACgYwguKJEgNYgPgsDjlmIDYA4i9AfBOnCaMJaTgYABBgACk6ainpbwOYAAAAAElFTkSuQmCC") no-repeat center center;background-color:rgba(0,0,0,.5);pointer-events:none;-webkit-transform:scale(0);-moz-transform:scale(0);-o-transform:scale(0);-ms-transform:scale(0);transform:scale(0);opacity:0;filter:alpha(opacity=0);-webkit-transition:all .5s;-moz-transition:all .5s;-o-transition:all .5s;-ms-transition:all .5s;transition:all .5s;}.sidebar-related-post .sidebar-relate-content .item .item-inner .img_over .entry-meta{position:absolute;top:10px;left:10px;padding:10px 15px;background-color:rgba(0,101,179,.8);}.rtl .sidebar-related-post .sidebar-relate-content .item .item-inner .img_over .entry-meta{left:auto;right:10px;}.sidebar-related-post .sidebar-relate-content .item .item-inner .img_over .entry-meta .post_day{font-size:22px;font-weight:bold;display:block;color:#fff;margin-bottom:5px;}.sidebar-related-post .sidebar-relate-content .item .item-inner .img_over .entry-meta .post_my{display:block;color:#fff;font-size:14px;}.sidebar-related-post .sidebar-relate-content .item .item-inner .entry-content .entry-title h4{margin-bottom:13px;}.sidebar-related-post .sidebar-relate-content .item .item-inner .entry-content .entry-meta-content{color:#999;}.sidebar-related-post .sidebar-relate-content .item .item-inner:hover .img_over:before{-webkit-transform:scale(1);-moz-transform:scale(1);-o-transform:scale(1);-ms-transform:scale(1);transform:scale(1);opacity:1;filter:alpha(opacity=100);}.single-content-bottom1{padding:20px 0 40px 0;}.single-content-bottom1 .entry-tag span{display:inline-block;vertical-align:top;padding:6px 10px 5px 0;font-weight:700;color:#111;}.rtl .single-content-bottom1 .entry-tag span{padding:6px 0 5px 10px;}.single-content-bottom1 .entry-tag a{border:1px #0065b3 solid;padding:5px 15px;display:inline-block;vertical-align:top;text-transform:capitalize;margin-bottom:5px;}.single-content-bottom1 .entry-tag a:hover{border-color:#0065b3;}.elementor-grid-share .elementor-share-btn .elementor-share-btn__icon{background-color:#0065b3 !important;}.single.elementor-column p .alignnone{display:inline-block;}.wrapper_404{width:100%;height:auto;text-align:center;}.wrapper_404 .content_404{overflow:hidden;padding:80px 0;}.wrapper_404 .content_404 .erro-image{position:relative;text-align:center;margin-bottom:56px;}.wrapper_404 .content_404 .erro-image .erro-key{display:inline-block;vertical-align:top;}.wrapper_404 .content_404 .erro-image .erro-content{position:absolute;top:148px;left:0;right:0;text-align:center;}.wrapper_404 .content_404 .erro-image .erro-content h2{font-size:54px;color:#0065b3;text-transform:uppercase;font-weight:600;}.wrapper_404 .content_404 .item-right{text-align:center;}.wrapper_404 .content_404 .block-top h3{font-size:16px;line-height:24px;font-weight:normal;}.wrapper_404 .content_404 .block-top .warning-code{font-size:14px;color:#7d7d7d;}.wrapper_404 .content_404 .block-middle{margin:26px 0 55px;overflow:hidden;}.wrapper_404 .content_404 .block-middle .autusin_search_404 .top-search{float:none !important;}.wrapper_404 .content_404 .block-middle .autusin_search_404 .top-search .topsearch-entry .form-search{width:670px;max-width:100%;height:50px;line-height:50px;background-color:#fff;overflow:hidden;margin:auto;position:relative;-webkit-border-radius:0;-moz-border-radius:0;-o-border-radius:0;-ms-border-radius:0;border-radius:0;border:1px solid #0065b3;}.wrapper_404 .content_404 .block-middle .autusin_search_404 .top-search .topsearch-entry .form-search .search-query{width:100%;border:0;margin:0;height:50px;line-height:50px;padding:0 80px 0 15px;-webkit-border-radius:0;-moz-border-radius:0;-o-border-radius:0;-ms-border-radius:0;border-radius:0;}.rtl .wrapper_404 .content_404 .block-middle .autusin_search_404 .top-search .topsearch-entry .form-search .search-query{padding-right:15px;padding-left:80px;}.wrapper_404 .content_404 .block-middle .autusin_search_404 .top-search .topsearch-entry .form-search .form-button{position:absolute;top:0;bottom:0;right:0;width:60px;background-color:transparent;border:0;margin:0;}.wrapper_404 .content_404 .block-middle .autusin_search_404 .top-search .topsearch-entry .form-search .form-button:before{content:"";font-size:18px;color:#7d7d7d;font-family:"FontAwesome";-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;}.wrapper_404 .content_404 .block-middle .autusin_search_404 .top-search .topsearch-entry .form-search .form-button:hover:before{color:#0065b3;}.rtl .wrapper_404 .content_404 .block-middle .autusin_search_404 .top-search .topsearch-entry .form-search .form-button{right:auto;left:0;}.wrapper_404 .content_404 .block-bottom .btn-404{color:#fff;background:#111;height:50px;line-height:48px;padding:0 20px;font-size:15px;display:inline-block;vertical-align:top;text-transform:uppercase;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;}.wrapper_404 .content_404 .block-bottom .btn-404:hover{background:#0065b3;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;}@media (max-width: 1199px){.wrapper_404 .content_404 .block-middle .autusin_search_404 .top-search .topsearch-entry .form-search{width:545px;}}@media (max-width: 991px){.wrapper_404 .content_404 .block-middle .autusin_search_404 .top-search .topsearch-entry .form-search{width:100%;}.wrapper_404 .content_404 .erro-image{text-align:center;margin-bottom:30px;}.wrapper_404 .content_404 .erro-image img{display:inline-block;}.wrapper_404 .content_404 .block-top{text-align:center;}.rtl .wrapper_404 .content_404 .block-top{text-align:center;}.wrapper_404 .content_404 .block-middle{text-align:center;}.rtl .wrapper_404 .content_404 .block-middle{text-align:center;}.wrapper_404 .content_404 .block-middle .top-form{float:none;display:inline-block;}.wrapper_404 .content_404 .block-bottom{text-align:center;}.rtl .wrapper_404 .content_404 .block-bottom{text-align:center;}.rtl .wrapper_404 .content_404 .block-bottom .btn-404{float:none;}}@media (max-width: 767px){.wrapper_404 .content_404 .erro-image{padding:0 10px;}.wrapper_404 .content_404 .erro-image .erro-content{top:82px;}.wrapper_404 .content_404 .erro-image .erro-content h2{font-size:30px;}.wrapper_404 .content_404 .block-top{padding:0 10px;}}@media (max-width: 480px){.wrapper_404 .content_404 .erro-image .erro-content{top:62px;}.wrapper_404 .content_404 .erro-image .erro-content h2{font-size:26px;}}@media (max-width: 375px){.wrapper_404 .content_404 .erro-image .erro-content{top:52px;}}@media (max-width: 320px){.wrapper_404 .content_404 .erro-image .erro-content{top:42px;}}.quote-border{background-color:#f4f4f4;padding:20px;margin-bottom:10px;font-style:italic;border:1px solid #ddd;-webkit-border-radius:3px;-moz-border-radius:3px;-o-border-radius:3px;-ms-border-radius:3px;border-radius:3px;}iframe{border:none;margin-bottom:10px;max-width:100%;}.block-whychoose{margin-bottom:30px !important;display:inline-block;}.block-whychoose .image-whychoose{float:left;width:64px;}.rtl .block-whychoose .image-whychoose{float:right;}.block-whychoose .content-whychoose{margin-left:80px;}.rtl .block-whychoose .content-whychoose{margin-right:80px;margin-left:0;}.block-whychoose .content-whychoose h2{color:#000;font-size:13px;text-transform:uppercase;}.block-whychoose .content-whychoose .description{color:#666;}.vc_wp_search .widget_search .searchform .screen-reader-text{display:none;}.vc_wp_search .widget_search .searchform input[type="submit"]{text-indent:-9999px;display:block;border:0;width:34px !important;height:34px;background:url("https://mwtruckparts.co.uk/wp-content/uploads/sw_theme/assets/img/search-icon.png") no-repeat scroll center center #666 !important;}.vc_wp_search .widget_search .searchform input[type="submit"].nitro-lazy{background-image:none !important;}.vc_wp_search .widget_search .searchform input[type="submit"]:hover{background:url("https://mwtruckparts.co.uk/wp-content/uploads/sw_theme/assets/img/search-icon.png") no-repeat scroll center center #0065b3 !important;}.vc_wp_search .widget_search .searchform input[type="submit"]:hover.nitro-lazy{background-image:none !important;}.vc_wp_search .widget_search .searchform input[type="text"]{border:1px solid #0065b3;}.wpb_single_image .vc_single_image-wrapper img:hover{opacity:.75;filter:alpha(opacity=75);}#wp-calendar{width:100%;}#wp-calendar caption{padding:10px 0;}#wp-calendar tr th{text-align:center;}#wp-calendar tr td{padding:10px 0;}#subscribe_popup{text-align:left;display:none;background-repeat:no-repeat;background-color:#fff;position:relative;width:840px;}#subscribe_popup .subscribe-popup-container{padding:15px;}#subscribe_popup .subscribe-popup-container .image-newsletter{width:50%;}#subscribe_popup .subscribe-popup-container .subscribe-content{width:50%;text-align:center;padding:80px 0 60px 0;}#subscribe_popup .subscribe-popup-container h2{color:#111;font-size:32px;font-weight:600;margin-bottom:17px;}#subscribe_popup .subscribe-popup-container .description{font-size:14px;color:#666;font-weight:400;line-height:24px;margin-bottom:30px;}#subscribe_popup .subscribe-popup-container .subscribe-form{margin-bottom:15px;border:1px solid #0065b3;max-width:390px;position:relative;}#subscribe_popup .subscribe-popup-container .subscribe-form p,#subscribe_popup .subscribe-popup-container .subscribe-form input{margin:0;}#subscribe_popup .subscribe-popup-container .subscribe-form input[type="email"]{padding:0 15px;height:43px;line-height:43px;overflow:hidden;display:block;font-size:13px;border-radius:0;border:0;}#subscribe_popup .subscribe-popup-container .subscribe-form .frm-submit{background:url("https://cdn-ildmmhg.nitrocdn.com/EmfGayVpJIjlSxwvIsYhxAzAzNUjWyuH/assets/images/optimized/rev-f65d057/mwtruckparts.co.uk/wp-content/uploads/sw_theme/assets/img/icon-newsletter.png") no-repeat center center #fff;position:absolute;height:43px;width:43px;overflow:hidden;top:0;right:0;text-indent:-9999px;border:0;border-radius:0;}#subscribe_popup .subscribe-popup-container .subscribe-form .frm-submit.nitro-lazy{background-image:none !important;}.rtl #subscribe_popup .subscribe-popup-container .subscribe-form .frm-submit{left:0;right:auto;}#subscribe_popup .subscribe-popup-container .subscribe-form .frm-submit:before{display:none;}#subscribe_popup .subscribe-popup-container .subscribe-form .frm-submit:hover{opacity:.85;}#subscribe_popup .subscribe-popup-container .subscribe-checkbox{line-height:30px;clear:both;}#subscribe_popup .subscribe-popup-container .subscribe-checkbox input{cursor:pointer;}#subscribe_popup .subscribe-popup-container .subscribe-checkbox label{vertical-align:top;line-height:25px;margin:0;font-weight:normal;font-weight:500;color:#111;}#subscribe_popup .subscribe-popup-container .subscribe-checkbox label span{display:inline-block;vertical-align:top;line-height:20px;color:#666;font-weight:400;padding-top:2px;}#subscribe_popup .subscribe-social{padding:0;text-align:center;position:relative;z-index:3;margin-top:10px;}#subscribe_popup .subscribe-social h3{color:#fff;font-weight:700 !important;font-size:16px;text-transform:uppercase;}#subscribe_popup .subscribe-social > .subscribe-social-inner .autusin-socials ul{margin:0;}#subscribe_popup .subscribe-social > .subscribe-social-inner .autusin-socials ul > li > a{display:block;width:36px;height:36px;border-radius:50%;font-size:12px;line-height:36px;color:#555;background:#fff;margin:0 5px;border:1px solid #0065b3;}#subscribe_popup .subscribe-social > .subscribe-social-inner .autusin-socials ul > li > a:hover{border:1px solid #0065b3;background-color:#0065b3;color:#fff;}.sw-instagram-gallery{margin-bottom:10px;}.sw-instagram-gallery .intagram-gallery-content{margin:0 -5px;display:inline-block;vertical-align:top;}.sw-instagram-gallery .intagram-gallery-content .item{position:relative;padding:0 5px;}.sw-instagram-gallery .intagram-gallery-content .item > a > .fa{position:absolute;z-index:2;font-size:24px;top:15px;right:15px;color:#cecece;}.sw-instagram-gallery .intagram-gallery-content .item:hover img{opacity:.7;filter:alpha(opacity=70);}.sw-instagram-gallery .intagram-gallery-content.col_1 .item{width:100%;}.sw-instagram-gallery .intagram-gallery-content.col_2 .item{width:50%;}.sw-instagram-gallery .intagram-gallery-content.col_3 .item{width:33.333%;}.sw-instagram-gallery .intagram-gallery-content.col_4 .item{width:25%;}.sw-instagram-gallery .intagram-gallery-content.col_5 .item{width:20%;}.block-title-widget h2{font-size:18px;color:#111;font-weight:700;padding:20px;margin:0;}.sidebar .widget.widget_layered_nav ul{border:0;}.sidebar .widget.widget_product_categories .product-categories{border:0;}.sidebar .widget.widget_product_categories .product-categories > li{border-bottom:1px solid #0065b3;padding:15px 0;}.sidebar .widget.widget_product_categories .product-categories > li > a{cursor:pointer;}.sidebar .widget.widget_product_categories .product-categories > li > a:hover{color:#0065b3;}.sidebar .widget.widget_product_categories .product-categories.accordion-categories li.cat-parent{position:relative;}.sidebar .widget.widget_product_categories .product-categories.accordion-categories li.cat-parent .child-category-more{font-family:Arial;display:block;width:18px;height:18px;border-radius:50%;background:#bbb;position:absolute;right:18px;left:auto;top:16px;cursor:pointer;color:#fff;}.sidebar .widget.widget_product_categories .product-categories.accordion-categories li.cat-parent .child-category-more:before{content:"";display:block;width:10px;height:2px;background:#fff;position:absolute;top:8px;left:4px;}.sidebar .widget.widget_product_categories .product-categories.accordion-categories li.cat-parent .child-category-more:after{content:"";display:block;width:10px;height:2px;background:#fff;-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);-moz-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg);position:absolute;top:8px;left:4px;}.sidebar .widget.widget_product_categories .product-categories.accordion-categories li.cat-parent > ul{display:none;}.sidebar .widget.widget_product_categories .product-categories.accordion-categories li.cat-parent.active > a,.sidebar .widget.widget_product_categories .product-categories.accordion-categories li.cat-parent:hover > a{color:#0065b3;}.sidebar .widget.widget_product_categories .product-categories.accordion-categories li.cat-parent.active .child-category-more,.sidebar .widget.widget_product_categories .product-categories.accordion-categories li.cat-parent:hover .child-category-more{background:#0065b3;}.sidebar .widget.widget_product_categories .product-categories.accordion-categories li.cat-parent.active .child-category-more:after{display:none;}.sidebar .widget.widget_product_categories .product-categories.accordion-categories li ul.children{margin:0;padding-top:15px;}.sidebar .widget.widget_product_categories .product-categories.accordion-categories li ul.children > li{padding:15px 10px;}.sidebar .widget.widget_product_categories .product-categories.accordion-categories li ul.children > li:last-child{padding-bottom:0;}.sw-category-slider{margin:20px 0 30px 0;position:relative;}.sw-category-slider .res-button{visibility:hidden;opacity:0;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;}.sw-category-slider .res-button.slick-next{display:inline-block;width:40px;height:40px;line-height:40px;background-color:#777;position:absolute;top:50%;margin-top:-45px;right:-55px;z-index:8;text-align:center;border-radius:50%;}.sw-category-slider .res-button.slick-next:before{font-family:"FontAwesome";content:"";color:#fff;font-size:18px;}.sw-category-slider .res-button.slick-next:hover{background:#2c2c2c;cursor:pointer;}.sw-category-slider .res-button.slick-prev{display:inline-block;width:40px;height:40px;line-height:40px;background-color:#777;position:absolute;top:50%;margin-top:-45px;left:-55px;z-index:8;text-align:center;border-radius:50%;}.sw-category-slider .res-button.slick-prev:before{font-family:"FontAwesome";content:"";color:#fff;font-size:18px;}.sw-category-slider .res-button.slick-prev:hover{background:#2c2c2c;cursor:pointer;}.sw-category-slider:hover .res-button{visibility:visible;opacity:1;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;}.sw-category-slider .responsive{margin:0 -28px;}.sw-category-slider .responsive .item-product-cat{padding:0 28px;}.sw-category-slider .responsive .item-product-cat:hover .item-image{border-color:#0065b3;}.sw-category-slider .responsive .item-product-cat:hover .item-content h3 a{color:#0065b3;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;}.sw-category-slider .responsive .item-product-cat .item-image{border:1px #e5e5e5 solid;border-radius:50%;overflow:hidden;padding:15px;box-shadow:0 3px 3px 0 rgba(238,238,238,.6);}.sw-category-slider .responsive .item-product-cat .item-image img{margin:0;width:100%;}.sw-category-slider .responsive .item-product-cat .item-content h3{text-align:center;margin:0;}.sw-category-slider .responsive .item-product-cat .item-content h3 a{display:block;font-size:14px;text-transform:uppercase;font-weight:600;padding:17px 0;color:#111;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;}.sw-category-slider2{margin-bottom:30px;}.sw-category-slider2 .resp-slider-container{margin:0 -.5px;}.sw-category-slider2 .resp-slider-container .item{padding:0 .5px;position:relative;}.sw-category-slider2 .resp-slider-container .item:before{content:"";background:rgba(0,0,0,.5);margin:0 .5px;-webkit-transition:all .5s;-moz-transition:all .5s;-o-transition:all .5s;-ms-transition:all .5s;transition:all .5s;opacity:1;position:absolute;top:0;bottom:0;left:0;right:0;-webkit-transform:scale(1);-moz-transform:scale(1);-o-transform:scale(1);-ms-transform:scale(1);transform:scale(1);z-index:1;}.sw-category-slider2 .resp-slider-container .item .item-wrap{margin-bottom:0;}.sw-category-slider2 .resp-slider-container .item .item-image a img{margin:0;}.sw-category-slider2 .resp-slider-container .item .item-content{position:absolute;top:50%;left:0;right:0;text-align:center;margin-top:-19px;z-index:2;padding:0 15%;}.sw-category-slider2 .resp-slider-container .item .item-content h3{-webkit-transform:scale(1);-moz-transform:scale(1);-o-transform:scale(1);-ms-transform:scale(1);transform:scale(1);-webkit-transition:all .5s;-moz-transition:all .5s;-o-transition:all .5s;-ms-transition:all .5s;transition:all .5s;}.sw-category-slider2 .resp-slider-container .item .item-content h3 a{color:#fff;font-size:24px;line-height:36px;text-transform:uppercase;}.sw-category-slider2 .resp-slider-container .item .item-content p{color:#fff;-webkit-transform:scale(1);-moz-transform:scale(1);-o-transform:scale(1);-ms-transform:scale(1);transform:scale(1);-webkit-transition:all .5s;-moz-transition:all .5s;-o-transition:all .5s;-ms-transition:all .5s;transition:all .5s;}.sw-category-slider2 .resp-slider-container .item .shop-now{-webkit-transform:scale(0);-moz-transform:scale(0);-o-transform:scale(0);-ms-transform:scale(0);transform:scale(0);position:absolute;bottom:15%;left:0;right:0;text-align:center;z-index:3;}.sw-category-slider2 .resp-slider-container .item .shop-now a{background:#0065b3;padding:0 35px;height:45px;line-height:40px;font-size:14px;color:#fff;text-transform:capitalize;border-radius:30px;display:inline-block;vertical-align:top;-webkit-transition:all .5s;-moz-transition:all .5s;-o-transition:all .5s;-ms-transition:all .5s;transition:all .5s;}.sw-category-slider2 .resp-slider-container .item .shop-now a:hover{background:#0065b3;}.sw-category-slider2 .resp-slider-container .item:hover:before{-webkit-transform:scale(0);-moz-transform:scale(0);-o-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transition:all .5s;-moz-transition:all .5s;-o-transition:all .5s;-ms-transition:all .5s;transition:all .5s;}.sw-category-slider2 .resp-slider-container .item:hover .item-content h3,.sw-category-slider2 .resp-slider-container .item:hover .item-content p{-webkit-transform:scale(0);-moz-transform:scale(0);-o-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transition:all .5s;-moz-transition:all .5s;-o-transition:all .5s;-ms-transition:all .5s;transition:all .5s;}.sw-category-slider2 .resp-slider-container .item:hover .shop-now{-webkit-transform:scale(1);-moz-transform:scale(1);-o-transform:scale(1);-ms-transform:scale(1);transform:scale(1);-webkit-transition:all .5s;-moz-transition:all .5s;-o-transition:all .5s;-ms-transition:all .5s;transition:all .5s;}.countdown-slider{margin:71px 0 65px 0;}.countdown-slider .slider-wrapper .resp-slider-container .slick-slider{border:0;}.countdown-slider .slider-wrapper .resp-slider-container .slick-slider .slick-list .item-countdown .item-wraps .item-detail .item-image-countdown .item-wrap-image{position:relative;}.countdown-slider .slider-wrapper .resp-slider-container .slick-slider .slick-list .item-countdown .item-wraps .item-detail .item-image-countdown .item-wrap-image .sale-off{display:none;}.countdown-slider .slider-wrapper .resp-slider-container .slick-slider .slick-list .item-countdown .item-wraps .item-detail .item-image-countdown .item-wrap-image .sale-off2{color:#fff;min-width:94px;background-color:#0065b3;text-align:center;position:absolute;top:0;left:0;min-height:94px;z-index:1;text-transform:uppercase;padding:16px 0;-webkit-border-radius:50%;-moz-border-radius:50%;-o-border-radius:50%;-ms-border-radius:50%;border-radius:50%;}.countdown-slider .slider-wrapper .resp-slider-container .slick-slider .slick-list .item-countdown .item-wraps .item-detail .item-image-countdown .item-wrap-image .sale-off2 .sale-text{font-size:14px;}.countdown-slider .slider-wrapper .resp-slider-container .slick-slider .slick-list .item-countdown .item-wraps .item-detail .item-image-countdown .item-wrap-image .sale-off2 .sale-number{font-size:28px;line-height:25px;font-weight:500;}.countdown-slider .slider-wrapper .resp-slider-container .slick-slider .slick-list .item-countdown .item-wraps .item-detail .item-image-countdown .item-wrap-image .onsale{display:none;}.countdown-slider .slider-wrapper .resp-slider-container .slick-slider .slick-list .item-countdown .item-wraps .item-detail .item-image-countdown .item-wrap-image .product-thumb-hover img{-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;padding:0 30px;}.countdown-slider .slider-wrapper .resp-slider-container .slick-slider .slick-list .item-countdown .item-wraps .item-detail .item-image-countdown .item-wrap-image .product-thumb-hover .wp-post-image{opacity:1;filter:alpha(opacity=100);}.countdown-slider .slider-wrapper .resp-slider-container .slick-slider .slick-list .item-countdown .item-wraps .item-detail .item-image-countdown .item-wrap-image .product-thumb-hover .hover-image{left:0;right:0;bottom:0;position:absolute;top:0;opacity:0;filter:alpha(opacity=0);transform:translate(0);}.countdown-slider .slider-wrapper .resp-slider-container .slick-slider .slick-list .item-countdown .item-wraps .item-detail .item-image-countdown:hover .item-wrap-image .product-thumb-hover .wp-post-image{opacity:0;filter:alpha(opacity=0);}.countdown-slider .slider-wrapper .resp-slider-container .slick-slider .slick-list .item-countdown .item-wraps .item-detail .item-image-countdown:hover .item-wrap-image .product-thumb-hover .hover-image{opacity:1;filter:alpha(opacity=100);}.countdown-slider .slider-wrapper .resp-slider-container .slick-slider .slick-list .item-countdown .item-wraps .item-detail .item-content{text-align:left;}.countdown-slider .slider-wrapper .resp-slider-container .slick-slider .slick-list .item-countdown .item-wraps .item-detail .item-content h4{font-size:22px;margin-bottom:20px;text-transform:capitalize;}.countdown-slider .slider-wrapper .resp-slider-container .slick-slider .slick-list .item-countdown .item-wraps .item-detail .item-content .item-price{font-size:26px;}.countdown-slider .slider-wrapper .resp-slider-container .slick-slider .slick-list .item-countdown .item-wraps .item-detail .item-content .item-price del{color:#aaa;text-decoration:line-through;font-size:20px;}.countdown-slider .slider-wrapper .resp-slider-container .slick-slider .slick-list .item-countdown .item-wraps .item-detail .item-content .reviews-content{padding-top:15px;}.countdown-slider .slider-wrapper .resp-slider-container .slick-slider .slick-list .item-countdown .item-wraps .item-detail .item-content .description{padding:15px 0 23px 0;clear:both;border-bottom:1px solid #ddd;margin-bottom:136px;line-height:22px;color:#777;}.countdown-slider .slider-wrapper .resp-slider-container .slick-slider .slick-list .item-countdown .item-wraps .item-detail .item-content .product-countdown2{display:inline-block;vertical-align:top;width:100%;border:1px solid #ddd;background-color:#fff;-webkit-border-radius:6px;-moz-border-radius:6px;-o-border-radius:6px;-ms-border-radius:6px;border-radius:6px;}.countdown-slider .slider-wrapper .resp-slider-container .slick-slider .slick-list .item-countdown .item-wraps .item-detail .item-content .product-countdown2 .countdown-row .countdown-section{width:20%;float:left;min-height:78px;text-align:center;padding:10px 0;position:relative;}.countdown-slider .slider-wrapper .resp-slider-container .slick-slider .slick-list .item-countdown .item-wraps .item-detail .item-content .product-countdown2 .countdown-row .countdown-section .countdown-amount{display:block;color:#0065b3;font-size:24px;font-weight:bold;}.countdown-slider .slider-wrapper .resp-slider-container .slick-slider .slick-list .item-countdown .item-wraps .item-detail .item-content .product-countdown2 .countdown-row .countdown-section .countdown-period{display:block;font-size:13px;color:#777;text-transform:capitalize;}.countdown-slider .slider-wrapper .resp-slider-container .slick-slider .slick-list .item-countdown .item-wraps .item-detail .item-content .product-countdown2 .countdown-row .countdown-section.icon-clock{border-right:1px solid #ddd;background:url("https://cdn-ildmmhg.nitrocdn.com/EmfGayVpJIjlSxwvIsYhxAzAzNUjWyuH/assets/images/optimized/rev-f65d057/mwtruckparts.co.uk/wp-content/uploads/sw_theme/assets/img/default/icon-clock.png") no-repeat center center;}.countdown-slider .slider-wrapper .resp-slider-container .slick-slider .slick-list .item-countdown .item-wraps .item-detail .item-content .product-countdown2 .countdown-row .countdown-section.icon-clock.nitro-lazy{background-image:none !important;}.countdown-slider .slider-wrapper .resp-slider-container .slick-slider .slick-list .item-countdown .item-wraps .item-detail .item-content .product-countdown2 .countdown-row .countdown-section.icon-clock:before{content:"";}.countdown-slider .slider-wrapper .resp-slider-container .slick-slider .slick-list .item-countdown .item-wraps .item-detail .item-content .product-countdown2 .countdown-row .countdown-section:before{position:absolute;top:0;bottom:0;right:0;margin:auto;content:"";height:34px;width:1px;background-color:#ddd;}.countdown-slider .slider-wrapper .resp-slider-container .slick-slider .slick-list .item-countdown .item-wraps .item-detail .item-content .product-countdown2 .countdown-row .countdown-section:last-child:before,.countdown-slider .slider-wrapper .resp-slider-container .slick-slider .slick-list .item-countdown .item-wraps .item-detail .item-content .product-countdown2 .countdown-row .countdown-section:first-child:before{display:none;}.countdown-slider .res-button{width:42px;height:42px;line-height:40px;border:1px solid #ddd;text-align:center;position:absolute;top:49%;background-color:#fff;z-index:2;cursor:pointer;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;-webkit-border-radius:4px;-moz-border-radius:4px;-o-border-radius:4px;-ms-border-radius:4px;border-radius:4px;opacity:1;}.countdown-slider .res-button:before{font-family:"FontAwesome";font-size:16px;color:#999;line-height:40px;}.countdown-slider .res-button.slick-prev{right:80px;left:auto;}.rtl .countdown-slider .res-button.slick-prev{right:auto;left:80px;}.countdown-slider .res-button.slick-prev:before{content:"";}.countdown-slider .res-button.slick-next{right:30px;left:auto;}.rtl .countdown-slider .res-button.slick-next{right:auto;left:30px;}.countdown-slider .res-button.slick-next:before{content:"";}.countdown-slider .res-button:hover{background-color:#111;border-color:#111;}.countdown-slider .res-button:hover:before{color:#fff;}.countdown-slider2{margin-bottom:20px;}.countdown-slider2 .item .item-wrap{margin-bottom:0;}.countdown-slider2 .item .item-wrap .item-detail{border:none;}.countdown-slider2 .item .item-wrap .item-detail .products-thumb{border:1px #0065b3 solid;width:37%;float:left;}.rtl .countdown-slider2 .item .item-wrap .item-detail .products-thumb{float:right;}.countdown-slider2 .item .item-wrap .item-detail .products-thumb .sale-off{width:40px;line-height:25px;height:25px;font-size:11px;background:#0065b3;top:10px;left:10px;}.countdown-slider2 .item .item-wrap .item-detail .item-content{width:63%;float:left;padding:0 10px;text-align:left;}.rtl .countdown-slider2 .item .item-wrap .item-detail .item-content{text-align:right;float:right;}.countdown-slider2 .item .item-wrap .item-detail .item-content .item-description{font-size:12px;}.countdown-slider2 .item .item-wrap .item-detail .item-content .item-countdown .countdown-row{background-color:#0065b3;height:35px;line-height:35px;border-radius:20px;padding:0 10px 0 30px;color:#111;font-size:14px;font-weight:600;position:relative;display:inline-block;}.rtl .countdown-slider2 .item .item-wrap .item-detail .item-content .item-countdown .countdown-row{padding:0 30px 0 10px;}.countdown-slider2 .item .item-wrap .item-detail .item-content .item-countdown .countdown-row:before{content:"";font-family:Fontawesome;font-size:16px;color:#111;position:absolute;left:15px;top:0;}.rtl .countdown-slider2 .item .item-wrap .item-detail .item-content .item-countdown .countdown-row:before{right:15px;left:auto;}.countdown-slider2 .item .item-wrap .item-detail .item-content .item-countdown .countdown-row .countdown-section{padding:0 5px;display:inline-block;position:relative;}.countdown-slider2 .item .item-wrap .item-detail .item-content .item-countdown .countdown-row .countdown-section:before{content:":";font-weight:600;position:absolute;right:-2px;top:0;}.rtl .countdown-slider2 .item .item-wrap .item-detail .item-content .item-countdown .countdown-row .countdown-section:before{left:-2px;right:auto;}.countdown-slider2 .item .item-wrap .item-detail .item-content .item-countdown .countdown-row .countdown-section .countdown-amount{margin-right:5px;}.countdown-slider2 .item .item-wrap .item-detail .item-content .item-countdown .countdown-row .countdown-section.secs:before{content:"";margin:0;}.countdown-slider2 .item .item-wrap .item-detail .item-content .item-price{font-size:20px;margin-bottom:5px;}.countdown-slider2 .item .item-wrap .item-detail .item-content .item-price ins{font-size:20px;}.countdown-slider2 .item .item-wrap .item-detail .item-content .item-price del{font-size:15px;float:right;margin-top:5px;}.countdown-slider2 .item .item-wrap:hover .item-detail:before{display:none;}.sw-best-seller-product h3{font-size:32px;text-transform:uppercase;font-weight:bold;color:#111;text-align:center;border-bottom:1px #0065b3 solid;padding-bottom:25px;margin-bottom:28px;}.sw-best-seller-product .wrap-content{padding:30px 15px 0 15px;}.sw-best-seller-product .wrap-content .item{overflow:hidden;margin-bottom:20px;padding-bottom:20px;border-bottom:1px #0065b3 solid;}.sw-best-seller-product .wrap-content .item .item-img{float:left;width:80px;margin-right:10px;position:relative;z-index:2;}.sw-best-seller-product .wrap-content .item .item-img:hover img{opacity:.85;}.rtl .sw-best-seller-product .wrap-content .item .item-img{float:right;margin-left:10px;margin-right:0;}.sw-best-seller-product .wrap-content .item .item-content{overflow:hidden;}.sw-best-seller-product .wrap-content .item .item-content h4 a{color:#111;font-weight:500;font-size:14px;text-transform:capitalize;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;}.sw-best-seller-product .wrap-content .item .item-content h4 a:hover{color:#0065b3;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;}.sw-best-seller-product .wrap-content .item .item-content .item-price{display:inline-block;vertical-align:top;}.sw-best-seller-product .wrap-content .item .item-content .item-price ins{margin:0 10px 0 0;}.sw-best-seller-product .wrap-content .item .item-content .item-price del{margin:0;line-height:24px;color:#999;}.sw-best-seller-product .wrap-content .item .item-content .item-price .amount{font-size:16px;}.sw-best-seller-product .wrap-content .item .item-content .item-price del .amount{font-size:13px;}.sw-best-seller-product .wrap-content .item:last-child{border-bottom:none;}.sw-woo-tab-default,.sw-woo-tab-cat{margin-bottom:76px;}.sw-woo-tab-default .resp-tab .category-slider-content,.sw-woo-tab-cat .resp-tab .category-slider-content{overflow:hidden;}.sw-woo-tab-default .resp-tab .category-slider-content .block-title,.sw-woo-tab-cat .resp-tab .category-slider-content .block-title{text-align:center;}.sw-woo-tab-default .resp-tab .category-slider-content .block-title h3,.sw-woo-tab-cat .resp-tab .category-slider-content .block-title h3{font-size:32px;color:#111;font-weight:700;text-transform:uppercase;margin-bottom:13px;}.sw-woo-tab-default .resp-tab .category-slider-content .block-title h3 span,.sw-woo-tab-cat .resp-tab .category-slider-content .block-title h3 span{color:#0065b3;}.sw-woo-tab-default .resp-tab .category-slider-content .description,.sw-woo-tab-cat .resp-tab .category-slider-content .description{text-align:center;font-size:16px;color:#999;margin-bottom:40px;}.sw-woo-tab-default .resp-tab .category-slider-content .button-collapse,.sw-woo-tab-cat .resp-tab .category-slider-content .button-collapse{display:none;}.sw-woo-tab-default .resp-tab .category-slider-content .nav-tabs-select,.sw-woo-tab-cat .resp-tab .category-slider-content .nav-tabs-select{overflow:initial;text-align:center;margin-bottom:40px;}.sw-woo-tab-default .resp-tab .category-slider-content .nav-tabs-select ul.nav-tabs,.sw-woo-tab-cat .resp-tab .category-slider-content .nav-tabs-select ul.nav-tabs{border:none;margin:0;}.sw-woo-tab-default .resp-tab .category-slider-content .nav-tabs-select ul.nav-tabs li,.sw-woo-tab-cat .resp-tab .category-slider-content .nav-tabs-select ul.nav-tabs li{margin:0;display:inline-block;vertical-align:top;float:none;padding:0 4px;}.sw-woo-tab-default .resp-tab .category-slider-content .nav-tabs-select ul.nav-tabs li > a,.sw-woo-tab-cat .resp-tab .category-slider-content .nav-tabs-select ul.nav-tabs li > a{background:#eee;border:1px #0065b3 solid;font-size:16px;font-weight:600;text-transform:uppercase;padding:13px 30px;border-radius:30px;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;}.sw-woo-tab-default .resp-tab .category-slider-content .nav-tabs-select ul.nav-tabs li.active> a,.sw-woo-tab-default .resp-tab .category-slider-content .nav-tabs-select ul.nav-tabs li:hover >a,.sw-woo-tab-cat .resp-tab .category-slider-content .nav-tabs-select ul.nav-tabs li.active> a,.sw-woo-tab-cat .resp-tab .category-slider-content .nav-tabs-select ul.nav-tabs li:hover >a{color:#fff;background:#0065b3;border-color:#0065b3;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;}.sw-woo-tab-default .resp-tab .tab-content,.sw-woo-tab-cat .resp-tab .tab-content{margin-bottom:11px;}.sw-woo-tab-default .resp-tab .tab-content .tab-pane.active .res-button,.sw-woo-tab-cat .resp-tab .tab-content .tab-pane.active .res-button{position:absolute;top:0;cursor:pointer;font-size:24px;width:25px;height:25px;text-align:center;line-height:23px;z-index:8;}.sw-woo-tab-default .resp-tab .tab-content .tab-pane.active .res-button.slick-next,.sw-woo-tab-cat .resp-tab .tab-content .tab-pane.active .res-button.slick-next{right:0;}.rtl .sw-woo-tab-default .resp-tab .tab-content .tab-pane.active .res-button.slick-next,.rtl .sw-woo-tab-cat .resp-tab .tab-content .tab-pane.active .res-button.slick-next{left:0;right:auto;}.sw-woo-tab-default .resp-tab .tab-content .tab-pane.active .res-button.slick-next:before,.sw-woo-tab-cat .resp-tab .tab-content .tab-pane.active .res-button.slick-next:before{content:"";font-family:"FontAwesome";color:#004880;}.rtl .sw-woo-tab-default .resp-tab .tab-content .tab-pane.active .res-button.slick-next:before,.rtl .sw-woo-tab-cat .resp-tab .tab-content .tab-pane.active .res-button.slick-next:before{content:"";}.sw-woo-tab-default .resp-tab .tab-content .tab-pane.active .res-button.slick-next:hover,.sw-woo-tab-cat .resp-tab .tab-content .tab-pane.active .res-button.slick-next:hover{-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-o-transition:all .3s ease;-ms-transition:all .3s ease;transition:all .3s ease;}.sw-woo-tab-default .resp-tab .tab-content .tab-pane.active .res-button.slick-next:hover:before,.sw-woo-tab-cat .resp-tab .tab-content .tab-pane.active .res-button.slick-next:hover:before{color:#0065b3;}.sw-woo-tab-default .resp-tab .tab-content .tab-pane.active .res-button.slick-prev,.sw-woo-tab-cat .resp-tab .tab-content .tab-pane.active .res-button.slick-prev{right:30px;}.rtl .sw-woo-tab-default .resp-tab .tab-content .tab-pane.active .res-button.slick-prev,.rtl .sw-woo-tab-cat .resp-tab .tab-content .tab-pane.active .res-button.slick-prev{left:30px;right:auto;}.sw-woo-tab-default .resp-tab .tab-content .tab-pane.active .res-button.slick-prev:before,.sw-woo-tab-cat .resp-tab .tab-content .tab-pane.active .res-button.slick-prev:before{content:"";font-family:"FontAwesome";color:#004880;}.rtl .sw-woo-tab-default .resp-tab .tab-content .tab-pane.active .res-button.slick-prev:before,.rtl .sw-woo-tab-cat .resp-tab .tab-content .tab-pane.active .res-button.slick-prev:before{content:"";}.sw-woo-tab-default .resp-tab .tab-content .tab-pane.active .res-button.slick-prev:hover,.sw-woo-tab-cat .resp-tab .tab-content .tab-pane.active .res-button.slick-prev:hover{-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-o-transition:all .3s ease;-ms-transition:all .3s ease;transition:all .3s ease;}.sw-woo-tab-default .resp-tab .tab-content .tab-pane.active .res-button.slick-prev:hover:before,.sw-woo-tab-cat .resp-tab .tab-content .tab-pane.active .res-button.slick-prev:hover:before{color:#0065b3;}.sw-woo-tab-default .resp-tab .tab-content .tab-pane .woo-tab-container-slider .resp-slider-container,.sw-woo-tab-cat .resp-tab .tab-content .tab-pane .woo-tab-container-slider .resp-slider-container{margin:0 -15px;}.sw-woo-tab-default .resp-tab .tab-content .tab-pane .woo-tab-container-slider .resp-slider-container .slider .item,.sw-woo-tab-cat .resp-tab .tab-content .tab-pane .woo-tab-container-slider .resp-slider-container .slider .item{padding:0 15px;}.sw-woo-tab-default .resp-tab .woocommmerce-shop,.sw-woo-tab-cat .resp-tab .woocommmerce-shop{text-align:center;}.sw-woo-tab-default .resp-tab .woocommmerce-shop a,.sw-woo-tab-cat .resp-tab .woocommmerce-shop a{display:inline-block;vertical-align:top;padding:0 30px;height:50px;line-height:49px;border-radius:30px;background:#0065b3;color:#fff;text-transform:capitalize;font-size:14px;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;}.sw-woo-tab-default .resp-tab .woocommmerce-shop a:hover,.sw-woo-tab-cat .resp-tab .woocommmerce-shop a:hover{background:#111;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;}.sw-woo-tab-style2{margin-bottom:62px;}.sw-woo-tab-style2 .resp-tab .category-slider-content{overflow:hidden;}.sw-woo-tab-style2 .resp-tab .category-slider-content .button-collapse{display:none;}.sw-woo-tab-style2 .resp-tab .category-slider-content .nav-tabs-select{overflow:initial;text-align:center;}.sw-woo-tab-style2 .resp-tab .category-slider-content .nav-tabs-select ul.nav-tabs{border:none;margin:0;}.sw-woo-tab-style2 .resp-tab .category-slider-content .nav-tabs-select ul.nav-tabs li{margin:0;display:inline-block;vertical-align:top;float:none;position:relative;}.sw-woo-tab-style2 .resp-tab .category-slider-content .nav-tabs-select ul.nav-tabs li:before{content:"";width:1px;height:22px;background:#ccc;position:absolute;right:0;top:18px;}.rtl .sw-woo-tab-style2 .resp-tab .category-slider-content .nav-tabs-select ul.nav-tabs li:before{right:auto;left:0;}.sw-woo-tab-style2 .resp-tab .category-slider-content .nav-tabs-select ul.nav-tabs li:last-child:before{display:none;}.sw-woo-tab-style2 .resp-tab .category-slider-content .nav-tabs-select ul.nav-tabs li > a{border:0;font-size:30px;color:#ccc;text-transform:capitalize;font-weight:600;padding:10px 10px;border-radius:0;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;}.sw-woo-tab-style2 .resp-tab .category-slider-content .nav-tabs-select ul.nav-tabs li.active> a,.sw-woo-tab-style2 .resp-tab .category-slider-content .nav-tabs-select ul.nav-tabs li:hover >a{color:#000;background:transparent;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;}.sw-woo-tab-style2 .resp-tab .category-slider-content .slider-description{text-align:center;font-size:14px;margin-bottom:30px;}.sw-woo-tab-style2 .resp-tab .category-slider-content .tab-content .tab-pane.active .res-button{position:absolute;top:0;cursor:pointer;font-size:24px;width:25px;height:25px;text-align:center;line-height:23px;z-index:8;}.sw-woo-tab-style2 .resp-tab .category-slider-content .tab-content .tab-pane.active .res-button.slick-next{right:0;}.rtl .sw-woo-tab-style2 .resp-tab .category-slider-content .tab-content .tab-pane.active .res-button.slick-next{left:0;right:auto;}.sw-woo-tab-style2 .resp-tab .category-slider-content .tab-content .tab-pane.active .res-button.slick-next:before{content:"";font-family:"FontAwesome";color:#004880;}.rtl .sw-woo-tab-style2 .resp-tab .category-slider-content .tab-content .tab-pane.active .res-button.slick-next:before{content:"";}.sw-woo-tab-style2 .resp-tab .category-slider-content .tab-content .tab-pane.active .res-button.slick-next:hover{-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-o-transition:all .3s ease;-ms-transition:all .3s ease;transition:all .3s ease;}.sw-woo-tab-style2 .resp-tab .category-slider-content .tab-content .tab-pane.active .res-button.slick-next:hover:before{color:#0065b3;}.sw-woo-tab-style2 .resp-tab .category-slider-content .tab-content .tab-pane.active .res-button.slick-prev{right:30px;}.rtl .sw-woo-tab-style2 .resp-tab .category-slider-content .tab-content .tab-pane.active .res-button.slick-prev{left:30px;right:auto;}.sw-woo-tab-style2 .resp-tab .category-slider-content .tab-content .tab-pane.active .res-button.slick-prev:before{content:"";font-family:"FontAwesome";color:#004880;}.rtl .sw-woo-tab-style2 .resp-tab .category-slider-content .tab-content .tab-pane.active .res-button.slick-prev:before{content:"";}.sw-woo-tab-style2 .resp-tab .category-slider-content .tab-content .tab-pane.active .res-button.slick-prev:hover{-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-o-transition:all .3s ease;-ms-transition:all .3s ease;transition:all .3s ease;}.sw-woo-tab-style2 .resp-tab .category-slider-content .tab-content .tab-pane.active .res-button.slick-prev:hover:before{color:#0065b3;}.sw-woo-tab-style2 .resp-tab .category-slider-content .tab-content .tab-pane .woo-tab-container-slider .resp-slider-container{margin:0 1px;}.sw-woo-tab-style2 .resp-tab .category-slider-content .tab-content .tab-pane .woo-tab-container-slider .resp-slider-container .item .item-wrap{margin-bottom:0;}.sw-woo-tab-style2 .resp-tab .category-slider-content .tab-content .tab-pane .woo-tab-container-slider .resp-slider-container .item .item-wrap:last-child{margin-bottom:0;}.woo-slider-default{margin-bottom:30px;position:relative;}.woo-slider-default .res-button{visibility:hidden;opacity:0;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;}.woo-slider-default .res-button.slick-next{display:inline-block;width:40px;height:40px;line-height:40px;background-color:#777;position:absolute;top:50%;margin-top:-45px;right:-55px;z-index:8;text-align:center;border-radius:50%;}.woo-slider-default .res-button.slick-next:before{font-family:"FontAwesome";content:"";color:#fff;font-size:18px;}.woo-slider-default .res-button.slick-next:hover{background:#2c2c2c;cursor:pointer;}.woo-slider-default .res-button.slick-prev{display:inline-block;width:40px;height:40px;line-height:40px;background-color:#777;position:absolute;top:50%;margin-top:-45px;left:-55px;z-index:8;text-align:center;border-radius:50%;}.woo-slider-default .res-button.slick-prev:before{font-family:"FontAwesome";content:"";color:#fff;font-size:18px;}.woo-slider-default .res-button.slick-prev:hover{background:#2c2c2c;cursor:pointer;}.woo-slider-default .block-title{text-align:center;}.woo-slider-default .block-title h3{font-size:32px;color:#111;font-weight:700;text-transform:uppercase;margin-bottom:13px;}.woo-slider-default .block-title h3 span{color:#0065b3;}.woo-slider-default .description{text-align:center;font-size:16px;color:#999;margin-bottom:40px;}.woo-slider-default:hover .res-button{visibility:visible;opacity:1;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;}.woo-slider-default .resp-slider-container{margin:0 -15px;}.woo-slider-default .resp-slider-container .slider .item{padding:0 15px;}.featured-product{margin:45px 0 83px 0;}.featured-product .block-title{text-align:center;}.featured-product .block-title h3{font-size:32px;color:#111;font-weight:700;text-transform:uppercase;margin-bottom:13px;}.featured-product .block-title h3 span{color:#0065b3;}.featured-product .description{text-align:center;font-size:16px;color:#999;margin-bottom:40px;}.featured-product .description{margin-bottom:46px;}.featured-product .featured-resp-slider-container .featured-responsive{margin:0 -15px;}.featured-product .featured-resp-slider-container .featured-responsive .item{margin-bottom:30px;}.featured-product .featured-resp-slider-container .featured-responsive .item .item-wrap{background-color:#fff;margin-bottom:30px;text-align:center;}.featured-product .featured-resp-slider-container .featured-responsive .item .item-wrap:last-child{margin-bottom:0;}.featured-product .featured-resp-slider-container .featured-responsive .item .item-wrap .item-detail .products-thumb .product-thumb-hover img{padding:20px;}.featured-product .featured-resp-slider-container .featured-responsive .item.item-center .item-wrap .item-detail .item-content{padding-top:83px;}.featured-product .featured-resp-slider-container .link-product{text-align:center;margin-top:30px;display:inline-block;vertical-align:top;width:100%;}.featured-product .featured-resp-slider-container .link-product a{font-size:15px;color:#fff;padding:0 25px;height:50px;line-height:48px;background:#0065b3;border-radius:50px;display:inline-block;vertical-align:top;}.featured-product .featured-resp-slider-container .link-product a:hover{background-color:var(--darken10);}.sw-recent-viewed-slider{margin:70px 0;position:relative;}.sw-recent-viewed-slider .block-title{margin-bottom:40px;}.sw-recent-viewed-slider .resp-slider-container .item{padding:0 15px;}.sw-recent-viewed-slider .res-button{position:absolute;top:0;width:30px;height:30px;background:#ddd;border-radius:50%;left:auto;right:15px;text-align:center;cursor:pointer;}.sw-recent-viewed-slider .res-button:before{color:#333;position:absolute;top:0;width:100%;height:100%;left:0;font-family:"FontAwesome";font-size:18px;line-height:28px;}.sw-recent-viewed-slider .res-button:hover:before{color:#fff;background:#0065b3;border-radius:50%;}.rtl .sw-recent-viewed-slider .res-button.slick-next{left:15px;right:auto;}.sw-recent-viewed-slider .res-button.slick-next:before{content:"";}.rtl .sw-recent-viewed-slider .res-button.slick-next:before{content:"";}.sw-recent-viewed-slider .res-button.slick-prev{right:50px;}.rtl .sw-recent-viewed-slider .res-button.slick-prev{left:50px;right:auto;}.sw-recent-viewed-slider .res-button.slick-prev:before{content:"";}.rtl .sw-recent-viewed-slider .res-button.slick-prev:before{content:"";}.sw-category-slider11 .box-title h3{text-transform:uppercase;margin:0 0 35px;font-size:30px;font-weight:700;color:#000;line-height:30px;position:relative;padding:0 40px;}@media (max-width: 480px){.sw-category-slider11 .box-title h3{font-size:20px;margin-bottom:20px;}}.rtl .sw-category-slider11 .box-title h3{text-align:right;}.sw-category-slider11 .box-title h3:before{content:"";width:25px;height:4px;top:50%;left:0;margin-top:-2px;position:absolute;background-color:#000;border:none;transform:skewX(0);}.rtl .sw-category-slider11 .box-title h3:before{left:auto;right:0;}.sw-category-slider11 .res-button{width:30px;height:20px;line-height:20px;border:none;text-align:center;position:absolute;top:5px;background-color:transparent;z-index:2;color:#555;cursor:pointer;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;-webkit-border-radius:4px;-moz-border-radius:4px;-o-border-radius:4px;-ms-border-radius:4px;border-radius:0;}.sw-category-slider11 .res-button:before{font-family:"FontAwesome";font-size:16px;}.sw-category-slider11 .res-button.slick-prev{right:30px;border-right:1px solid #ddd;}.rtl .sw-category-slider11 .res-button.slick-prev{right:auto;left:0;}.sw-category-slider11 .res-button.slick-prev:before{content:"";}.sw-category-slider11 .res-button.slick-next{right:0;}.rtl .sw-category-slider11 .res-button.slick-next{left:30px;right:auto;}.sw-category-slider11 .res-button.slick-next:before{content:"";}.sw-category-slider11 .box-title h3{margin-bottom:20px;}.sw-category-slider11 .resp-slider-container{margin:0 -15px;}.sw-category-slider11 .item{margin:0 15px;}.sw-category-slider11 .item .item-wrap{border:1px solid #ededed;display:inline-block;padding:30px;margin:15px 0;text-align:left;border-radius:5px;width:100%;float:left;}.sw-category-slider11 .item .item-wrap .item-image{max-width:140px;}.sw-category-slider11 .item .item-wrap .item-image img{margin-bottom:0;}.sw-category-slider11 .item .item-wrap h3 a{font-size:18px;color:#000;font-weight:600;}.sw-category-slider11 .item .item-wrap ul{margin:0;}.sw-category-slider11 .item .item-wrap ul li{list-style:inside;}.sw-category-slider11 .item .item-wrap ul li a{font-size:14px;color:#999;font-weight:400;line-height:28px;}.sw-category-slider11 .item .item-wrap ul li:hover a{color:#0065b3;}.sw-category-slider11 .item .item-wrap ul li.view-all{list-style:none;margin:6px 0 0;}.sw-category-slider11 .item .item-wrap ul li.view-all:hover a:before{right:-20px;}.sw-category-slider11 .item .item-wrap ul li.view-all a{color:#0065b3;position:relative;}.sw-category-slider11 .item .item-wrap ul li.view-all a:before{position:absolute;content:" ";right:-18px;font-family:"FontAwesome";top:-3px;transition:all .3s;}.item-inner .product-thumb-hover{position:relative;}.item-inner .product-thumb-hover img.hover-image{left:0;right:0;top:0;-webkit-transition:.3s all ease-in-out;transition:.3s all ease-in-out;position:absolute;opacity:0;transform:translate(0,0);visibility:hidden;}.item-inner:hover .product-thumb-hover img.hover-image{transform:translate(0,0);opacity:1;visibility:visible;}.item .item-detail .products-thumb .product-thumb-hover img.hover-image{left:0;right:0;top:0;-webkit-transition:.3s all ease-in-out;transition:.3s all ease-in-out;position:absolute;opacity:0;transform:translate(0,0);visibility:hidden;}.item .item-detail:hover .products-thumb .product-thumb-hover img.hover-image{transform:translate(0,0);opacity:1;visibility:visible;}#slider-19-slide-62-layer-1 .rs_splitted_lines{text-align:center !important;}.home-style15 .sw-woo-tab-style9.woo-slider-short .item .item-wrap4{margin-bottom:10px;}.swg-filter-hierarchical .swg-filter-wrapper .loading{height:auto;}.swg-filter-hierarchical .swg-filter-wrapper .loading:before{background:transparent;}.swg-filter-hierarchical form .select2-container .select2-selection--single .select2-selection__rendered{color:#999;}.swg-filter-hierarchical form .select2-container.select2-container--focus .select2-selection--single .select2-selection__rendered,.swg-filter-hierarchical form .select2-container.select2-container--below .select2-selection--single .select2-selection__rendered{color:#000;}.swg-filter-hierarchical form .select2-container.select2-container--disabled{border-radius:5px;}.swg-filter-hierarchical .swg-wrap-select.loading .select2-selection--single .select2-selection__arrow{position:relative;position:absolute;background:none;right:0;}.swg-filter-hierarchical .swg-wrap-select.loading .select2-selection--single .select2-selection__arrow:before{background:url("https://cdn-ildmmhg.nitrocdn.com/EmfGayVpJIjlSxwvIsYhxAzAzNUjWyuH/assets/images/optimized/rev-f65d057/mwtruckparts.co.uk/wp-content/uploads/sw_theme/assets/img/wpspin_light.gif") no-repeat center center;height:32px;width:32px;content:"";position:absolute;top:3px;display:inline-block;background-size:22px;left:auto;}body.boxed > .container,body.boxed-layout{max-width:1200px;background:#fff;margin:0 auto;box-shadow:0 0 8px #000;}body.boxed-layout  .elementor-element-e173e3c,body.boxed-layout .elementor-section-full_width{max-width:1200px;margin:0 auto;left:0 !important;right:0 !important;}.block-text{z-index:1;position:relative;}.block-text ul{display:inline-block;vertical-align:top;margin:0 auto;width:100%;text-align:center;border-top:1px solid #ddd;border-bottom:1px solid #ddd;background-color:#fff;list-style-type:none;}.block-text ul li{position:relative;width:33.333%;padding:54px 0 15px 0;float:left;border-left:1px solid #ddd;}.block-text ul li:last-child{border-right:1px solid #ddd;}.block-text ul li .fly-icon{width:80px;line-height:76px;height:80px;color:#fff;background:#0065b3;position:absolute;top:0;font-size:24px;left:50%;margin-top:-40px;margin-left:-40px;-webkit-transition:all .5s;-moz-transition:all .5s;-o-transition:all .5s;-ms-transition:all .5s;transition:all .5s;-webkit-border-radius:50%;-moz-border-radius:50%;-o-border-radius:50%;-ms-border-radius:50%;border-radius:50%;}.block-text ul li .fly-icon:hover{background-color:#111;-webkit-transition:all .5s;-moz-transition:all .5s;-o-transition:all .5s;-ms-transition:all .5s;transition:all .5s;}.block-text ul .wrap-text h3{margin-bottom:2px;}.block-text ul .wrap-text h3 a{color:#222;font-weight:400;font-size:18px;}.block-text ul .wrap-text h3 a:hover{color:#0065b3;}.block-text ul .wrap-text p{font-size:15px;color:#aaa;}.block-text.style2{margin:35px 0 20px 0;}.block-text.style2 ul{border:none;}.block-text.style2 ul li{border:none;position:relative;padding:53px 0 15px 0;}.block-text.style2 ul li:before{content:"";width:1px;height:60px;background:#0065b3;position:absolute;right:0;top:0;}.block-text.style2 ul li .fly-icon{border:double 2px transparent;background-image:linear-gradient(white,white),linear-gradient(to right,#ccc,#0065b3);background-origin:border-box;background-clip:content-box,border-box;border-radius:50%;color:#111;width:60px;height:60px;line-height:55px;margin-left:-30px;margin-top:-20px;}.block-text.style2 ul li:last-child:before{display:none;}.wp-comingsoon{background:url("https://cdn-ildmmhg.nitrocdn.com/EmfGayVpJIjlSxwvIsYhxAzAzNUjWyuH/assets/images/optimized/rev-f65d057/mwtruckparts.co.uk/wp-content/uploads/sw_theme/assets/img/bg-comingsoon.jpg") no-repeat center center;text-align:center;}.wp-comingsoon.nitro-lazy{background-image:none !important;}.wp-comingsoon .title-comingsoon{margin-bottom:40px;margin-top:330px;}.wp-comingsoon .title-comingsoon h1{color:#fff;font-size:32px;font-weight:700 !important;text-transform:uppercase;}.wp-comingsoon .title-comingsoon .des-comingsoon{font-size:13px;color:#e0e0e0;width:60%;line-height:24px;margin:25px auto 0;text-align:center;}.wp-comingsoon .countdown-shortcode{margin-bottom:280px;}.wp-comingsoon .social-comingsoon .menu-social{display:inline-block;vertical-align:top;margin:0;text-align:center;list-style-type:none;}.wp-comingsoon .social-comingsoon .menu-social li{float:left;margin:0 5px;}.wp-comingsoon .social-comingsoon .menu-social li a{display:inline-block;vertical-align:top;color:#818180;font-size:14px;width:46px;height:46px;line-height:46px;overflow:hidden;background-color:rgba(255,255,255,.1);-webkit-border-radius:50%;-moz-border-radius:50%;-o-border-radius:50%;-ms-border-radius:50%;border-radius:50%;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;}.wp-comingsoon .social-comingsoon .menu-social li a:hover{background-color:#0065b3;color:#fff;}.wp-comingsoon .footer-comingsoon{padding:17px 0;line-height:20px;background-color:rgba(0,0,0,.7);color:#fff;}.wp-comingsoon .footer-comingsoon a{color:#0065b3;}.wp-comingsoon .footer-comingsoon a:hover{color:var(--darken10);}.comming-soon{text-align:center;}.comming-soon .ClassyCountdown-wrapper{display:inline-block;overflow:hidden;}.comming-soon .ClassyCountdown-wrapper > div{display:inline-block;position:relative;width:120px;margin:10px 15px;float:left;}.rtl .comming-soon .ClassyCountdown-wrapper > div{float:right;}.comming-soon .ClassyCountdown-wrapper .ClassyCountdown-value >div{position:absolute;font-size:34px !important;font-weight:bold;font-weight:700;color:#fff;top:0;width:100%;height:100%;line-height:100px;}.comming-soon .ClassyCountdown-wrapper .ClassyCountdown-value >span{font-size:14px !important;font-weight:700;color:#fff !important;display:inline-block;top:-45px;position:relative;text-transform:uppercase;}@-moz-document url-prefix(){.comming-soon .ClassyCountdown-wrapper .ClassyCountdown-value > span{margin-top:-50px;top:auto;}.cart-home1 >.elementor-widget-container{padding-top:25px !important;}}.post-breadcrumb{font-size:0;}.post-breadcrumb a{font-size:12px;color:#7d7d7d;text-transform:uppercase;font-weight:600;}.post-breadcrumb a:first-child::before{display:none;}.post-breadcrumb a:before{content:"";font-family:"FontAwesome";padding:0 15px;}.rtl .post-breadcrumb a:before{content:"";}.autusin_breadcrumbs{margin:0 0 40px;background-color:#f3f3f3;padding:20px 0;}.autusin_breadcrumbs .listing-title{margin-bottom:50px;}.autusin_breadcrumbs .listing-title h1{margin-top:0;}.autusin_breadcrumbs .breadcrumbs .breadcrumb{margin:0;background-color:transparent;padding:0;}.autusin_breadcrumbs .breadcrumbs .breadcrumb > li{font-size:12px;color:#000;text-transform:uppercase;font-weight:600;}.autusin_breadcrumbs .breadcrumbs .breadcrumb > li:last-child span.go-page{display:none;}.autusin_breadcrumbs .breadcrumbs .breadcrumb > li + li:before{content:"";padding:0;}.autusin_breadcrumbs .breadcrumbs .breadcrumb > li > 	.go-page:before{content:"";font-family:"FontAwesome";padding:0 15px;}.rtl .autusin_breadcrumbs .breadcrumbs .breadcrumb > li > 	.go-page{float:left;}.rtl .autusin_breadcrumbs .breadcrumbs .breadcrumb > li > 	.go-page:before{content:"";}.autusin_breadcrumbs .breadcrumbs .breadcrumb > li > a{color:#7d7d7d;}.autusin_breadcrumbs .breadcrumbs .breadcrumb > li > a:hover{color:#0065b3;}.page .body-wrapper-inner >.container,.search .body-wrapper-inner >.container{min-height:84vh;}.search.search-results .page.type-page .entry-content .entry-meta i{margin-right:5px;}.search.search-results .page.type-page .entry-content .bl_read_more a{text-transform:capitalize;color:#0065b3;display:inline-block;}.search.search-results .page.type-page .entry-content .bl_read_more a:hover{opacity:.8;}.search.search-results .page.type-page .entry-content .bl_read_more i{margin:0 5px;}.search .autusin_breadcrumbs .breadcrumbs .breadcrumb{padding-bottom:0;}.search .blog-content .pagination{margin-bottom:40px;}.search.rtl .listing-title h1 small{float:right;}.search .listing-title h1{font-size:24px;margin-bottom:60px;}.search .listing-title h1 small{position:relative;color:#0065b3;}.search .listing-title h1 small:before{content:"\"";display:inline-block;margin:0 5px;}.search .listing-title h1 small:after{content:"\"";display:inline-block;margin:0 5px;}.search .products-wrapper{padding:0;}.search .pag-search  > .pagination{margin-bottom:40px;}.search .no-result{margin-bottom:40px;}.search .no-result p{font-size:14px;margin-bottom:15px;}.search .no-result form{max-width:100%;min-height:40px;position:relative;}.search .no-result form label{display:none;}.search .no-result form input[type="text"],.search .no-result form input[type="password"]{border-radius:0;padding:15px 85px 15px 20px;width:100%;}.search .no-result form input[type="submit"]{background:#0065b3;border:1px solid #0065b3;border-radius:0;color:#fff;padding:15px;position:absolute;right:0;top:0;text-transform:uppercase;}.search .no-result form input[type="submit"]:hover{background:var(--darken10);border-color:var(--darken10);}.search.rtl .no-result form input[type="text"]{padding:15px 20px 15px 85px;}.search.rtl .no-result form input[type="submit"]{right:auto;left:0;}.content-search >.post,.content-search .page,.content-search .testimonial,.content-search .team,.content-search .portfolio,.content-search .product{background-color:#fff;margin-bottom:30px;padding:0 0 30px 0;border-bottom:1px #0065b3 solid;}.content-search >.post .entry-thumb,.content-search .page .entry-thumb,.content-search .testimonial .entry-thumb,.content-search .team .entry-thumb,.content-search .portfolio .entry-thumb,.content-search .product .entry-thumb{padding-right:30px;}.rtl .content-search >.post .entry-thumb,.rtl .content-search .page .entry-thumb,.rtl .content-search .testimonial .entry-thumb,.rtl .content-search .team .entry-thumb,.rtl .content-search .portfolio .entry-thumb,.rtl .content-search .product .entry-thumb{padding-left:30px;padding-right:0;}.content-search >.post .entry-content,.content-search .page .entry-content,.content-search .testimonial .entry-content,.content-search .team .entry-content,.content-search .portfolio .entry-content,.content-search .product .entry-content{overflow:hidden;}.content-search >.post .entry-content .title-blog h3,.content-search .page .entry-content .title-blog h3,.content-search .testimonial .entry-content .title-blog h3,.content-search .team .entry-content .title-blog h3,.content-search .portfolio .entry-content .title-blog h3,.content-search .product .entry-content .title-blog h3{font-size:18px;color:#111;}.content-search >.post .entry-content .entry-meta,.content-search .page .entry-content .entry-meta,.content-search .testimonial .entry-content .entry-meta,.content-search .team .entry-content .entry-meta,.content-search .portfolio .entry-content .entry-meta,.content-search .product .entry-content .entry-meta{margin-bottom:10px;}.content-search >.post .entry-content .entry-meta .entry-author,.content-search .page .entry-content .entry-meta .entry-author,.content-search .testimonial .entry-content .entry-meta .entry-author,.content-search .team .entry-content .entry-meta .entry-author,.content-search .portfolio .entry-content .entry-meta .entry-author,.content-search .product .entry-content .entry-meta .entry-author{color:#999;}.content-search >.post .entry-content .entry-meta .entry-author a,.content-search .page .entry-content .entry-meta .entry-author a,.content-search .testimonial .entry-content .entry-meta .entry-author a,.content-search .team .entry-content .entry-meta .entry-author a,.content-search .portfolio .entry-content .entry-meta .entry-author a,.content-search .product .entry-content .entry-meta .entry-author a{color:#999;}.content-search >.post .entry-content .entry-meta .entry-author a:hover,.content-search .page .entry-content .entry-meta .entry-author a:hover,.content-search .testimonial .entry-content .entry-meta .entry-author a:hover,.content-search .team .entry-content .entry-meta .entry-author a:hover,.content-search .portfolio .entry-content .entry-meta .entry-author a:hover,.content-search .product .entry-content .entry-meta .entry-author a:hover{color:#0065b3;}.content-search >.post .entry-content .entry-meta i,.content-search .page .entry-content .entry-meta i,.content-search .testimonial .entry-content .entry-meta i,.content-search .team .entry-content .entry-meta i,.content-search .portfolio .entry-content .entry-meta i,.content-search .product .entry-content .entry-meta i{margin-right:5px;}.rtl .content-search >.post .entry-content .entry-meta i,.rtl .content-search .page .entry-content .entry-meta i,.rtl .content-search .testimonial .entry-content .entry-meta i,.rtl .content-search .team .entry-content .entry-meta i,.rtl .content-search .portfolio .entry-content .entry-meta i,.rtl .content-search .product .entry-content .entry-meta i{margin-right:0;margin-left:5px;}.content-search >.post .entry-content .entry-meta a,.content-search .page .entry-content .entry-meta a,.content-search .testimonial .entry-content .entry-meta a,.content-search .team .entry-content .entry-meta a,.content-search .portfolio .entry-content .entry-meta a,.content-search .product .entry-content .entry-meta a{color:#999;}.content-search >.post .entry-content .entry-meta a:hover,.content-search .page .entry-content .entry-meta a:hover,.content-search .testimonial .entry-content .entry-meta a:hover,.content-search .team .entry-content .entry-meta a:hover,.content-search .portfolio .entry-content .entry-meta a:hover,.content-search .product .entry-content .entry-meta a:hover{color:#0065b3;}.content-search >.post .entry-content .entry-meta >span,.content-search .page .entry-content .entry-meta >span,.content-search .testimonial .entry-content .entry-meta >span,.content-search .team .entry-content .entry-meta >span,.content-search .portfolio .entry-content .entry-meta >span,.content-search .product .entry-content .entry-meta >span{padding-right:20px;display:inline-block;vertical-align:top;color:#999;}.rtl .content-search >.post .entry-content .entry-meta >span,.rtl .content-search .page .entry-content .entry-meta >span,.rtl .content-search .testimonial .entry-content .entry-meta >span,.rtl .content-search .team .entry-content .entry-meta >span,.rtl .content-search .portfolio .entry-content .entry-meta >span,.rtl .content-search .product .entry-content .entry-meta >span{padding-right:0;padding-left:20px;}.content-search >.post .entry-content .entry-description,.content-search .page .entry-content .entry-description,.content-search .testimonial .entry-content .entry-description,.content-search .team .entry-content .entry-description,.content-search .portfolio .entry-content .entry-description,.content-search .product .entry-content .entry-description{margin-bottom:10px;}.content-search >.post .entry-content .bl_read_more a,.content-search .page .entry-content .bl_read_more a,.content-search .testimonial .entry-content .bl_read_more a,.content-search .team .entry-content .bl_read_more a,.content-search .portfolio .entry-content .bl_read_more a,.content-search .product .entry-content .bl_read_more a{text-transform:capitalize;color:#0065b3;}.content-search >.post .entry-content .bl_read_more a:hover,.content-search .page .entry-content .bl_read_more a:hover,.content-search .testimonial .entry-content .bl_read_more a:hover,.content-search .team .entry-content .bl_read_more a:hover,.content-search .portfolio .entry-content .bl_read_more a:hover,.content-search .product .entry-content .bl_read_more a:hover{opacity:.8;}.content-search >.post .entry-content .bl_read_more i,.content-search .page .entry-content .bl_read_more i,.content-search .testimonial .entry-content .bl_read_more i,.content-search .team .entry-content .bl_read_more i,.content-search .portfolio .entry-content .bl_read_more i,.content-search .product .entry-content .bl_read_more i{margin:0 5px;}.home.blog .header{margin-bottom:30px;}.home.blog .category-header .entry-title{font-weight:700 !important;font-size:28px;text-transform:uppercase;margin:0 0 20px;}.image-hover:hover .wrap-content h3{color:#0065b3;}_:-ms-fullscreen,:root .autusin_top .top-form.top-search select::-ms-expand{display:none;}.loading.add_to_cart_button:before{background:url("data:image/gif;base64,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") no-repeat center center #fff;}.swpb-bundled-products .swpb-info{text-align:left;}#sw-add-to-cart-message .modal-content > .close{line-height:40px;}.swe-woo-cart .swe-wrap-cart-content .swe-wrap-cart-top .swe-close:hover{color:var(--color);}.swe-woo-cart ul.woocommerce-mini-cart li{padding:20px 0;}.swe-woo-cart.cart-hover ul.woocommerce-mini-cart li a{color:#000;}.swe-woo-cart.cart-hover ul.woocommerce-mini-cart li a:hover{color:var(--color);}.swe-woo-cart.cart-hover .buttons .button{color:#fff;background-color:#000;text-transform:uppercase;font-size:14px;}.swe-woo-cart.cart-hover .buttons .button:hover{background-color:var(--color);}.swe-woo-cart.cart-hover .swe-wrap-cart-bottom .total > strong{color:#000;}.swe-woo-cart .swe-wrap-cart-content .swe-wrap-cart-top .cart-title{text-transform:uppercase;font-weight:400;color:#000;}.swe-woo-cart .swe-wrap-cart-content .swe-wrap-cart-bottom .product-remove:hover{border-color:var(--color);}.swe-woo-cart .swe-wrap-cart-content .swe-wrap-cart-bottom .product-remove:hover:before,.swe-woo-cart .swe-wrap-cart-content .swe-wrap-cart-bottom .product-remove:hover:after{background-color:var(--color);}.item .item-wrap{background-color:#fff;text-align:center;margin-bottom:30px;}.item .item-wrap .item-detail{position:relative;overflow:hidden;border:1px #0065b3 solid;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;}.item .item-wrap .item-detail:before{position:absolute;left:0;right:0;top:0;bottom:0;background-color:rgba(0,0,0,.6);pointer-events:none;z-index:2;content:"";opacity:0;filter:alpha(opacity=0);-webkit-transition:all .5s;-moz-transition:all .5s;-o-transition:all .5s;-ms-transition:all .5s;transition:all .5s;}.item .item-wrap .item-detail .onsale{display:none;}.item .item-wrap .item-detail .products-thumb{position:relative;overflow:hidden;}.item .item-wrap .item-detail .products-thumb a img{width:100%;}.item .item-wrap .item-detail .products-thumb .item-countdown{position:absolute;left:0;bottom:-70px;width:100%;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;}.rtl .item .item-wrap .item-detail .products-thumb .item-countdown{left:auto;right:0;}.item .item-wrap .item-detail .products-thumb .item-countdown .countdown-row .countdown-section{display:inline-block;width:25%;background:#eee;padding:8px 0;border:1px #e1e1e1 solid;border-width:0 1px;}.item .item-wrap .item-detail .products-thumb .item-countdown .countdown-row .countdown-section span{display:block;}.item .item-wrap .item-detail .products-thumb .item-countdown .countdown-row .countdown-section .countdown-amount{font-size:20px;color:#1c1c1c;}.item .item-wrap .item-detail .products-thumb .item-countdown .countdown-row .countdown-section .countdown-period{font-size:10px;color:#7a7a7a;}.item .item-wrap .item-detail .item-content{display:inline-block;width:100%;vertical-align:top;padding-bottom:15px;}.item .item-wrap .item-detail .item-content h4{margin:10px 0;}.item .item-wrap .item-detail .item-content h4 a{font-size:14px;color:#111;text-transform:capitalize;position:relative;z-index:2;display:block;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;}.item .item-wrap .item-detail .item-content h4 a:hover{color:var(--color);-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;}.item .item-wrap .item-detail .item-content .item-price{font-size:18px;float:none;position:relative;z-index:1;-webkit-transition:all .5s;-moz-transition:all .5s;-o-transition:all .5s;-ms-transition:all .5s;transition:all .5s;}.item .item-wrap .item-detail .item-content .item-price del{color:#999;margin-top:5px;text-decoration:line-through;}.item .item-wrap .item-detail .item-content .item-bottom{position:absolute;font-size:15px;top:50%;right:0;left:0;z-index:2;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-o-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);opacity:0;filter:alpha(opacity=0);}.item .item-wrap .item-detail .item-content .item-bottom .clear{display:none;}.item .item-wrap .item-detail .item-content .item-bottom .product_type_simple,.item .item-wrap .item-detail .item-content .item-bottom .product_type_variable,.item .item-wrap .item-detail .item-content .item-bottom .add_to_cart_button,.item .item-wrap .item-detail .item-content .item-bottom .product_type_external,.item .item-wrap .item-detail .item-content .item-bottom .product_type_grouped{-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;}.item .item-wrap .item-detail .item-content .item-bottom .product_type_simple:before,.item .item-wrap .item-detail .item-content .item-bottom .product_type_variable:before,.item .item-wrap .item-detail .item-content .item-bottom .add_to_cart_button:before,.item .item-wrap .item-detail .item-content .item-bottom .product_type_external:before,.item .item-wrap .item-detail .item-content .item-bottom .product_type_grouped:before{content:"";}.item .item-wrap .item-detail .item-content .item-bottom .product_type_simple.loading,.item .item-wrap .item-detail .item-content .item-bottom .product_type_variable.loading,.item .item-wrap .item-detail .item-content .item-bottom .add_to_cart_button.loading,.item .item-wrap .item-detail .item-content .item-bottom .product_type_external.loading,.item .item-wrap .item-detail .item-content .item-bottom .product_type_grouped.loading{background-color:var(--color);opacity:.75;filter:alpha(opacity=75);}.item .item-wrap .item-detail .item-content .item-bottom .product_type_simple.loading:before,.item .item-wrap .item-detail .item-content .item-bottom .product_type_variable.loading:before,.item .item-wrap .item-detail .item-content .item-bottom .add_to_cart_button.loading:before,.item .item-wrap .item-detail .item-content .item-bottom .product_type_external.loading:before,.item .item-wrap .item-detail .item-content .item-bottom .product_type_grouped.loading:before{text-align:center;left:0;background-color:var(--color);}.item .item-wrap .item-detail .item-content .item-bottom .product_type_simple.added,.item .item-wrap .item-detail .item-content .item-bottom .product_type_variable.added,.item .item-wrap .item-detail .item-content .item-bottom .add_to_cart_button.added,.item .item-wrap .item-detail .item-content .item-bottom .product_type_external.added,.item .item-wrap .item-detail .item-content .item-bottom .product_type_grouped.added{background-color:var(--color);}.item .item-wrap .item-detail .item-content .item-bottom .product_type_simple.added:before,.item .item-wrap .item-detail .item-content .item-bottom .product_type_variable.added:before,.item .item-wrap .item-detail .item-content .item-bottom .add_to_cart_button.added:before,.item .item-wrap .item-detail .item-content .item-bottom .product_type_external.added:before,.item .item-wrap .item-detail .item-content .item-bottom .product_type_grouped.added:before{color:#fff;}.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist{margin:0;}.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button,.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse,.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse{position:relative;}.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a,.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a{-webkit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;-ms-transition:all .4s;transition:all .4s;}.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:before,.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before{content:"";}.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a .yith-wcwl-icon-svg,.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a .yith-wcwl-icon-svg,.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a .yith-wcwl-icon-svg{display:none;}.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button.show,.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse.show,.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse.show{display:inline-block !important;vertical-align:top;}.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .feedback,.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse .feedback,.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse .feedback{display:none;}.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .ajax-loading,.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse .ajax-loading,.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse .ajax-loading{position:absolute;left:0;right:0;top:0;bottom:0;margin:auto;}.item .item-wrap .item-detail .item-content .item-bottom .compare-button a{-webkit-transition:all .5s;-moz-transition:all .5s;-o-transition:all .5s;-ms-transition:all .5s;transition:all .5s;}.item .item-wrap .item-detail .item-content .item-bottom .compare-button a:before{content:"";}.item .item-wrap .item-detail .item-content .item-bottom .sw-quickview{-webkit-transition:all .6s;-moz-transition:all .6s;-o-transition:all .6s;-ms-transition:all .6s;transition:all .6s;}.item .item-wrap .item-detail .item-content .item-bottom .sw-quickview:before{content:"";}.item .item-wrap .item-detail .item-content .item-bottom .product_type_simple,.item .item-wrap .item-detail .item-content .item-bottom .product_type_variable,.item .item-wrap .item-detail .item-content .item-bottom .add_to_cart_button,.item .item-wrap .item-detail .item-content .item-bottom .product_type_external,.item .item-wrap .item-detail .item-content .item-bottom .product_type_grouped,.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a,.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a,.item .item-wrap .item-detail .item-content .item-bottom .compare-button a,.item .item-wrap .item-detail .item-content .item-bottom .sw-quickview{color:#fff;font-weight:500;height:50px;line-height:50px;padding:0;background-color:#fff;display:inline-block;vertical-align:top;overflow:hidden;position:relative;font-size:0;min-width:50px;margin:5px 3px;-webkit-transform:translateY(60px);-moz-transform:translateY(60px);-o-transform:translateY(60px);-ms-transform:translateY(60px);transform:translateY(60px);-webkit-border-radius:50px;-moz-border-radius:50px;-o-border-radius:50px;-ms-border-radius:50px;border-radius:50px;}.item .item-wrap .item-detail .item-content .item-bottom .product_type_simple:before,.item .item-wrap .item-detail .item-content .item-bottom .product_type_variable:before,.item .item-wrap .item-detail .item-content .item-bottom .add_to_cart_button:before,.item .item-wrap .item-detail .item-content .item-bottom .product_type_external:before,.item .item-wrap .item-detail .item-content .item-bottom .product_type_grouped:before,.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:before,.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before,.item .item-wrap .item-detail .item-content .item-bottom .compare-button a:before,.item .item-wrap .item-detail .item-content .item-bottom .sw-quickview:before{font-family:"FontAwesome";font-size:14px;color:#111;position:absolute;left:19px;}.rtl .item .item-wrap .item-detail .item-content .item-bottom .product_type_simple:before,.rtl .item .item-wrap .item-detail .item-content .item-bottom .product_type_variable:before,.rtl .item .item-wrap .item-detail .item-content .item-bottom .add_to_cart_button:before,.rtl .item .item-wrap .item-detail .item-content .item-bottom .product_type_external:before,.rtl .item .item-wrap .item-detail .item-content .item-bottom .product_type_grouped:before,.rtl .item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:before,.rtl .item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,.rtl .item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before,.rtl .item .item-wrap .item-detail .item-content .item-bottom .compare-button a:before,.rtl .item .item-wrap .item-detail .item-content .item-bottom .sw-quickview:before{left:auto;right:19px;}.item .item-wrap .item-detail .item-content .item-bottom .product_type_simple:hover,.item .item-wrap .item-detail .item-content .item-bottom .product_type_variable:hover,.item .item-wrap .item-detail .item-content .item-bottom .add_to_cart_button:hover,.item .item-wrap .item-detail .item-content .item-bottom .product_type_external:hover,.item .item-wrap .item-detail .item-content .item-bottom .product_type_grouped:hover,.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover,.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover,.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover,.item .item-wrap .item-detail .item-content .item-bottom .compare-button a:hover,.item .item-wrap .item-detail .item-content .item-bottom .sw-quickview:hover{min-width:50px;background-color:var(--color);color:#fff;font-size:0;padding:0;}.item .item-wrap .item-detail .item-content .item-bottom .product_type_simple:hover:before,.item .item-wrap .item-detail .item-content .item-bottom .product_type_variable:hover:before,.item .item-wrap .item-detail .item-content .item-bottom .add_to_cart_button:hover:before,.item .item-wrap .item-detail .item-content .item-bottom .product_type_external:hover:before,.item .item-wrap .item-detail .item-content .item-bottom .product_type_grouped:hover:before,.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover:before,.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover:before,.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover:before,.item .item-wrap .item-detail .item-content .item-bottom .compare-button a:hover:before,.item .item-wrap .item-detail .item-content .item-bottom .sw-quickview:hover:before{color:#fff;}.item .item-wrap .item-detail .item-content .item-bottom .product_type_simple,.item .item-wrap .item-detail .item-content .item-bottom .product_type_variable,.item .item-wrap .item-detail .item-content .item-bottom .add_to_cart_button,.item .item-wrap .item-detail .item-content .item-bottom .product_type_external,.item .item-wrap .item-detail .item-content .item-bottom .product_type_grouped,.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist,.item .item-wrap .item-detail .item-content .item-bottom .compare-button,.item .item-wrap .item-detail .item-content .item-bottom .sw-quickview{display:inline-block;vertical-align:top;}.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-wishlistaddedbrowse.show a,.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-wishlistexistsbrowse.show a{background-color:var(--color);}.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-wishlistaddedbrowse.show a:before,.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-wishlistexistsbrowse.show a:before{color:#fff;}.item .item-wrap:hover .products-thumb .item-countdown{bottom:0;-webkit-transition:all .5s;-moz-transition:all .5s;-o-transition:all .5s;-ms-transition:all .5s;transition:all .5s;}.item .item-wrap:hover .item-detail{-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;}.item .item-wrap:hover .item-detail:before{opacity:1;filter:alpha(opacity=100);}.item .item-wrap:hover .item-detail .item-content .item-bottom{opacity:1;filter:alpha(opacity=100);}.item .item-wrap:hover .item-detail .item-content .item-bottom .product_type_simple,.item .item-wrap:hover .item-detail .item-content .item-bottom .product_type_variable,.item .item-wrap:hover .item-detail .item-content .item-bottom .add_to_cart_button,.item .item-wrap:hover .item-detail .item-content .item-bottom .product_type_external,.item .item-wrap:hover .item-detail .item-content .item-bottom .product_type_grouped,.item .item-wrap:hover .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a,.item .item-wrap:hover .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,.item .item-wrap:hover .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a,.item .item-wrap:hover .item-detail .item-content .item-bottom .compare-button a,.item .item-wrap:hover .item-detail .item-content .item-bottom .sw-quickview{-webkit-transform:translateY(0);-moz-transform:translateY(0);-o-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);}.item .item-wrap2{background-color:#fff;text-align:center;}.item .item-wrap2 .item-detail{position:relative;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;overflow:hidden;border:1px transparent solid;}.item .item-wrap2 .item-detail .onsale{display:none;}.item .item-wrap2 .item-detail .sale-off{display:inline-block;width:54px;line-height:54px;height:54px;background:url("https://cdn-ildmmhg.nitrocdn.com/EmfGayVpJIjlSxwvIsYhxAzAzNUjWyuH/assets/images/optimized/rev-f65d057/mwtruckparts.co.uk/wp-content/uploads/sw_theme/assets/img/icon_sale.png") no-repeat;}.item .item-wrap2 .item-detail .sale-off.nitro-lazy{background-image:none !important;}.item .item-wrap2 .item-detail .products-thumb{position:relative;overflow:hidden;margin-bottom:10px;}.item .item-wrap2 .item-detail .products-thumb a img{width:100%;}.item .item-wrap2 .item-detail .products-thumb .item-countdown{position:absolute;left:0;bottom:-70px;width:100%;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;}.rtl .item .item-wrap2 .item-detail .products-thumb .item-countdown{left:auto;right:0;}.item .item-wrap2 .item-detail .products-thumb .item-countdown .countdown-row .countdown-section{display:inline-block;width:25%;background:#eee;padding:8px 0;border:1px #e1e1e1 solid;border-width:0 1px;}.item .item-wrap2 .item-detail .products-thumb .item-countdown .countdown-row .countdown-section span{display:block;}.item .item-wrap2 .item-detail .products-thumb .item-countdown .countdown-row .countdown-section .countdown-amount{font-size:20px;color:#1c1c1c;}.item .item-wrap2 .item-detail .products-thumb .item-countdown .countdown-row .countdown-section .countdown-period{font-size:10px;color:#7a7a7a;}.item .item-wrap2 .item-detail .item-content{padding:0px 10px 30px;display:inline-block;width:100%;vertical-align:top;}.item .item-wrap2 .item-detail .item-content h4{margin:20px 0 25px 0;}.item .item-wrap2 .item-detail .item-content h4 a{font-size:18px;color:#262e31;text-transform:capitalize;position:relative;z-index:2;display:block;-webkit-transition:all .5s;-moz-transition:all .5s;-o-transition:all .5s;-ms-transition:all .5s;transition:all .5s;}.item .item-wrap2 .item-detail .item-content h4 a:after{content:"";background:#e1e8ec;height:1px;width:30px;position:absolute;bottom:-15px;left:50%;margin-left:-15px;}.rtl .item .item-wrap2 .item-detail .item-content h4 a:after{left:auto;right:50%;margin-right:-15px;margin-left:0;}.item .item-wrap2 .item-detail .item-content h4 a:hover{color:var(--color);}.item .item-wrap2 .item-detail .item-content .item-price{font-size:20px;float:none;position:relative;z-index:2;-webkit-transition:all .5s;-moz-transition:all .5s;-o-transition:all .5s;-ms-transition:all .5s;transition:all .5s;}.item .item-wrap2 .item-detail .item-content .item-price del{font-size:14px;color:#98a4a9;margin-top:5px;text-decoration:line-through;}.item .item-wrap2 .item-detail .item-content .reviews-content{float:right;line-height:13px;padding:8px 0;position:relative;z-index:2;width:100%;}.rtl .item .item-wrap2 .item-detail .item-content .reviews-content{float:left;}.item .item-wrap2 .item-detail .item-content .item-bottom{position:absolute;font-size:15px;top:15px;bottom:auto;right:20px;z-index:2;opacity:0;filter:alpha(opacity=0);}.rtl .item .item-wrap2 .item-detail .item-content .item-bottom{right:auto;left:20px;}.item .item-wrap2 .item-detail .item-content .item-bottom .clear{display:none;}.item .item-wrap2 .item-detail .item-content .item-bottom a.ajax_add_to_cart,.item .item-wrap2 .item-detail .item-content .item-bottom .product_type_simple,.item .item-wrap2 .item-detail .item-content .item-bottom .product_type_variable,.item .item-wrap2 .item-detail .item-content .item-bottom .add_to_cart_button,.item .item-wrap2 .item-detail .item-content .item-bottom .product_type_external,.item .item-wrap2 .item-detail .item-content .item-bottom .product_type_grouped{background:#111 url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAVCAMAAAB1/u6nAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAAMAUExURQAAAP///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////ygoKCkpKSoqKisrKywsLC0tLS4uLi8vLzAwMDExMTIyMjMzMzQ0NDU1NTY2Njc3Nzg4ODk5OTo6Ojs7Ozw8PD09PT4+Pj8/P0BAQEFBQUJCQkNDQ0REREVFRUZGRkdHR0hISElJSUpKSktLS0xMTE1NTU5OTk9PT1BQUFFRUVJSUlNTU1RUVFVVVVZWVldXV1hYWFlZWVpaWltbW1xcXF1dXV5eXl9fX2BgYGFhYWJiYmNjY2RkZGVlZWZmZmdnZ2hoaGlpaWpqamtra2xsbG1tbW5ubm9vb3BwcHFxcXJycnNzc3R0dHV1dXZ2dnd3d3h4eHl5eXp6ent7e3x8fH19fX5+fn9/f4CAgIGBgYKCgoODg4SEhIWFhYaGhoeHh4iIiImJiYqKiouLi4yMjI2NjY6Ojo+Pj5CQkJGRkZKSkpOTk5SUlJWVlZaWlpeXl5iYmJmZmZqampubm5ycnJ2dnZ6enp+fn6CgoKGhoaKioqOjo6SkpKWlpaampqenp6ioqKmpqaqqqqurq6ysrK2tra6urq+vr7CwsLGxsbKysrOzs7S0tLW1tba2tre3t7i4uLm5ubq6uru7u7y8vL29vb6+vr+/v8DAwMHBwcLCwsPDw8TExMXFxcbGxsfHx8jIyMnJycrKysvLy8zMzM3Nzc7Ozs/Pz9DQ0NHR0dLS0tPT09TU1NXV1dbW1tfX19jY2NnZ2dra2tvb29zc3N3d3d7e3t/f3+Dg4OHh4eLi4uPj4+Tk5OXl5ebm5ufn5+jo6Onp6erq6uvr6+zs7O3t7e7u7u/v7/Dw8PHx8fLy8vPz8/T09PX19fb29vf39/j4+Pn5+fr6+vv7+/z8/P39/f7+/v////QLdtQAAAABdFJOUwBA5thmAAAAp0lEQVR42oSQyRKCMBQEWwmrIKC44r7N//+hB7NgSZV96ppK8uaFfLnsWn5IJHWMkZaj8Vy7sXitO/CcBiKA2GTATIEUgGoBtJEj1wqAWtHw0bP5zGpUD9KtuVhbVF/FNtYyE/v0lRydFlr7uFbhtNc87DwLN8tkYil1DWMeE0/W84e4Cd7une0P8sXzxLgmuSR3PpVOViMj3yqT/Shgc9v6MdMCeA8AD38KfxzyP6kAAAAASUVORK5CYII=") center center no-repeat !important;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;}.item .item-wrap2 .item-detail .item-content .item-bottom a.ajax_add_to_cart.nitro-lazy,.item .item-wrap2 .item-detail .item-content .item-bottom .product_type_simple.nitro-lazy,.item .item-wrap2 .item-detail .item-content .item-bottom .product_type_variable.nitro-lazy,.item .item-wrap2 .item-detail .item-content .item-bottom .add_to_cart_button.nitro-lazy,.item .item-wrap2 .item-detail .item-content .item-bottom .product_type_external.nitro-lazy,.item .item-wrap2 .item-detail .item-content .item-bottom .product_type_grouped.nitro-lazy{background-image:none !important;}.item .item-wrap2 .item-detail .item-content .item-bottom a.ajax_add_to_cart.loading,.item .item-wrap2 .item-detail .item-content .item-bottom .product_type_simple.loading,.item .item-wrap2 .item-detail .item-content .item-bottom .product_type_variable.loading,.item .item-wrap2 .item-detail .item-content .item-bottom .add_to_cart_button.loading,.item .item-wrap2 .item-detail .item-content .item-bottom .product_type_external.loading,.item .item-wrap2 .item-detail .item-content .item-bottom .product_type_grouped.loading{background-color:var(--color);opacity:.75;filter:alpha(opacity=75);}.item .item-wrap2 .item-detail .item-content .item-bottom a.ajax_add_to_cart.loading:before,.item .item-wrap2 .item-detail .item-content .item-bottom .product_type_simple.loading:before,.item .item-wrap2 .item-detail .item-content .item-bottom .product_type_variable.loading:before,.item .item-wrap2 .item-detail .item-content .item-bottom .add_to_cart_button.loading:before,.item .item-wrap2 .item-detail .item-content .item-bottom .product_type_external.loading:before,.item .item-wrap2 .item-detail .item-content .item-bottom .product_type_grouped.loading:before{text-align:center;left:0;background-color:var(--color);}.item .item-wrap2 .item-detail .item-content .item-bottom a.ajax_add_to_cart.added,.item .item-wrap2 .item-detail .item-content .item-bottom .product_type_simple.added,.item .item-wrap2 .item-detail .item-content .item-bottom .product_type_variable.added,.item .item-wrap2 .item-detail .item-content .item-bottom .add_to_cart_button.added,.item .item-wrap2 .item-detail .item-content .item-bottom .product_type_external.added,.item .item-wrap2 .item-detail .item-content .item-bottom .product_type_grouped.added{background-color:var(--color);}.item .item-wrap2 .item-detail .item-content .item-bottom a.ajax_add_to_cart.added:before,.item .item-wrap2 .item-detail .item-content .item-bottom .product_type_simple.added:before,.item .item-wrap2 .item-detail .item-content .item-bottom .product_type_variable.added:before,.item .item-wrap2 .item-detail .item-content .item-bottom .add_to_cart_button.added:before,.item .item-wrap2 .item-detail .item-content .item-bottom .product_type_external.added:before,.item .item-wrap2 .item-detail .item-content .item-bottom .product_type_grouped.added:before{color:#fff;}.item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist{margin:0;}.item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button,.item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse,.item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse{position:relative;}.item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a,.item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,.item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a{-webkit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;-ms-transition:all .4s;transition:all .4s;}.item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:before,.item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,.item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before{content:"";}.item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a .yith-wcwl-icon-svg,.item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a .yith-wcwl-icon-svg,.item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a .yith-wcwl-icon-svg{display:none;}.item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button.show,.item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse.show,.item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse.show{display:inline-block !important;vertical-align:top;}.item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .feedback,.item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse .feedback,.item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse .feedback{display:none;}.item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .ajax-loading,.item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse .ajax-loading,.item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse .ajax-loading{position:absolute;left:0;right:0;top:0;bottom:0;margin:auto;}.item .item-wrap2 .item-detail .item-content .item-bottom .compare-button a{-webkit-transition:all .5s;-moz-transition:all .5s;-o-transition:all .5s;-ms-transition:all .5s;transition:all .5s;}.item .item-wrap2 .item-detail .item-content .item-bottom .compare-button a:before{content:"";}.item .item-wrap2 .item-detail .item-content .item-bottom .sw-quickview{-webkit-transition:all .6s;-moz-transition:all .6s;-o-transition:all .6s;-ms-transition:all .6s;transition:all .6s;}.item .item-wrap2 .item-detail .item-content .item-bottom .sw-quickview:before{content:"";}.item .item-wrap2 .item-detail .item-content .item-bottom a.ajax_add_to_cart,.item .item-wrap2 .item-detail .item-content .item-bottom .product_type_variable,.item .item-wrap2 .item-detail .item-content .item-bottom .product_type_simple,.item .item-wrap2 .item-detail .item-content .item-bottom .add_to_cart_button,.item .item-wrap2 .item-detail .item-content .item-bottom .product_type_external,.item .item-wrap2 .item-detail .item-content .item-bottom .product_type_grouped,.item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a,.item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,.item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a,.item .item-wrap2 .item-detail .item-content .item-bottom .compare-button a,.item .item-wrap2 .item-detail .item-content .item-bottom .sw-quickview{color:#fff;font-weight:500;height:50px;line-height:50px;padding:0;background-color:#111;display:inline-block;vertical-align:top;overflow:hidden;position:relative;font-size:0;min-width:50px;margin:5px 0;-webkit-transform:translateY(60px);-moz-transform:translateY(60px);-o-transform:translateY(60px);-ms-transform:translateY(60px);transform:translateY(60px);-webkit-border-radius:50px;-moz-border-radius:50px;-o-border-radius:50px;-ms-border-radius:50px;border-radius:50px;}.item .item-wrap2 .item-detail .item-content .item-bottom a.ajax_add_to_cart:before,.item .item-wrap2 .item-detail .item-content .item-bottom .product_type_variable:before,.item .item-wrap2 .item-detail .item-content .item-bottom .product_type_simple:before,.item .item-wrap2 .item-detail .item-content .item-bottom .add_to_cart_button:before,.item .item-wrap2 .item-detail .item-content .item-bottom .product_type_external:before,.item .item-wrap2 .item-detail .item-content .item-bottom .product_type_grouped:before,.item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:before,.item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,.item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before,.item .item-wrap2 .item-detail .item-content .item-bottom .compare-button a:before,.item .item-wrap2 .item-detail .item-content .item-bottom .sw-quickview:before{font-family:"FontAwesome";font-size:14px;color:#111;position:absolute;left:18px;}.rtl .item .item-wrap2 .item-detail .item-content .item-bottom a.ajax_add_to_cart:before,.rtl .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_variable:before,.rtl .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_simple:before,.rtl .item .item-wrap2 .item-detail .item-content .item-bottom .add_to_cart_button:before,.rtl .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_external:before,.rtl .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_grouped:before,.rtl .item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:before,.rtl .item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,.rtl .item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before,.rtl .item .item-wrap2 .item-detail .item-content .item-bottom .compare-button a:before,.rtl .item .item-wrap2 .item-detail .item-content .item-bottom .sw-quickview:before{left:auto;right:18px;}.item .item-wrap2 .item-detail .item-content .item-bottom a.ajax_add_to_cart:hover,.item .item-wrap2 .item-detail .item-content .item-bottom .product_type_variable:hover,.item .item-wrap2 .item-detail .item-content .item-bottom .product_type_simple:hover,.item .item-wrap2 .item-detail .item-content .item-bottom .add_to_cart_button:hover,.item .item-wrap2 .item-detail .item-content .item-bottom .product_type_external:hover,.item .item-wrap2 .item-detail .item-content .item-bottom .product_type_grouped:hover,.item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover,.item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover,.item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover,.item .item-wrap2 .item-detail .item-content .item-bottom .compare-button a:hover,.item .item-wrap2 .item-detail .item-content .item-bottom .sw-quickview:hover{min-width:50px;background-color:var(--color) !important;color:#fff;font-size:0;padding:0;}.item .item-wrap2 .item-detail .item-content .item-bottom a.ajax_add_to_cart:hover:before,.item .item-wrap2 .item-detail .item-content .item-bottom .product_type_variable:hover:before,.item .item-wrap2 .item-detail .item-content .item-bottom .product_type_simple:hover:before,.item .item-wrap2 .item-detail .item-content .item-bottom .add_to_cart_button:hover:before,.item .item-wrap2 .item-detail .item-content .item-bottom .product_type_external:hover:before,.item .item-wrap2 .item-detail .item-content .item-bottom .product_type_grouped:hover:before,.item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover:before,.item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover:before,.item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover:before,.item .item-wrap2 .item-detail .item-content .item-bottom .compare-button a:hover:before,.item .item-wrap2 .item-detail .item-content .item-bottom .sw-quickview:hover:before{color:#fff;}.item .item-wrap2 .item-detail .item-content .item-bottom a.ajax_add_to_cart,.item .item-wrap2 .item-detail .item-content .item-bottom .product_type_variable,.item .item-wrap2 .item-detail .item-content .item-bottom .product_type_simple,.item .item-wrap2 .item-detail .item-content .item-bottom .add_to_cart_button,.item .item-wrap2 .item-detail .item-content .item-bottom .product_type_external,.item .item-wrap2 .item-detail .item-content .item-bottom .product_type_grouped,.item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist,.item .item-wrap2 .item-detail .item-content .item-bottom .compare-button a,.item .item-wrap2 .item-detail .item-content .item-bottom .sw-quickview{vertical-align:top;}.item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-wishlistaddedbrowse.show a,.item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-wishlistexistsbrowse.show a{background:#111 !important;}.item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-wishlistaddedbrowse.show a:before,.item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-wishlistexistsbrowse.show a:before{color:#fff;}.item .item-wrap2:hover .products-thumb .item-countdown{bottom:0;-webkit-transition:all .5s;-moz-transition:all .5s;-o-transition:all .5s;-ms-transition:all .5s;transition:all .5s;}.item .item-wrap2:hover .item-detail{border:1px var(--color) solid;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;}.item .item-wrap2:hover .item-detail .item-content .item-bottom{opacity:1;filter:alpha(opacity=100);}.item .item-wrap2:hover .item-detail .item-content .item-bottom a.ajax_add_to_cart,.item .item-wrap2:hover .item-detail .item-content .item-bottom .product_type_variable,.item .item-wrap2:hover .item-detail .item-content .item-bottom .product_type_simple,.item .item-wrap2:hover .item-detail .item-content .item-bottom .add_to_cart_button,.item .item-wrap2:hover .item-detail .item-content .item-bottom .product_type_external,.item .item-wrap2:hover .item-detail .item-content .item-bottom .product_type_grouped,.item .item-wrap2:hover .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a,.item .item-wrap2:hover .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,.item .item-wrap2:hover .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a,.item .item-wrap2:hover .item-detail .item-content .item-bottom .compare-button a,.item .item-wrap2:hover .item-detail .item-content .item-bottom .sw-quickview{background:#111;-webkit-transform:translateY(0);-moz-transform:translateY(0);-o-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);}.item .item-wrap2:hover .item-detail .item-content .item-bottom a.ajax_add_to_cart:before,.item .item-wrap2:hover .item-detail .item-content .item-bottom .product_type_variable:before,.item .item-wrap2:hover .item-detail .item-content .item-bottom .product_type_simple:before,.item .item-wrap2:hover .item-detail .item-content .item-bottom .add_to_cart_button:before,.item .item-wrap2:hover .item-detail .item-content .item-bottom .product_type_external:before,.item .item-wrap2:hover .item-detail .item-content .item-bottom .product_type_grouped:before,.item .item-wrap2:hover .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:before,.item .item-wrap2:hover .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,.item .item-wrap2:hover .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before,.item .item-wrap2:hover .item-detail .item-content .item-bottom .compare-button a:before,.item .item-wrap2:hover .item-detail .item-content .item-bottom .sw-quickview:before{color:#fff;}.item .item-wrap3{background-color:#fff;text-align:center;padding:0;}.item .item-wrap3 .item-detail{position:relative;overflow:hidden;}.item .item-wrap3 .item-detail .products-thumb{position:relative;overflow:hidden;margin-bottom:15px;}.item .item-wrap3 .item-detail .products-thumb .onsale{display:none;}.item .item-wrap3 .item-detail .products-thumb .sale-off{background:var(--color);}.item .item-wrap3 .item-detail .products-thumb a .product-thumb-hover{padding:5px;}.item .item-wrap3 .item-detail .products-thumb a .product-thumb-hover img{margin:0 auto;width:100%;}.item .item-wrap3 .item-detail .products-thumb > a:before{content:"";position:absolute;left:0;right:0;top:0;bottom:0;background:#111;opacity:0;filter:alpha(opacity=0);z-index:3;}.item .item-wrap3 .item-detail .products-thumb .top-item{position:absolute;bottom:56px;right:10px;}.rtl .item .item-wrap3 .item-detail .products-thumb .top-item{right:auto;left:10px;}.item .item-wrap3 .item-detail .products-thumb .top-item .sw-quickview{text-align:center;color:#111;font-weight:500;height:40px;line-height:40px;padding:0;background-color:#fff;display:inline-block;vertical-align:top;font-size:0;opacity:0;min-width:40px;-webkit-transform:translateY(-40px);-moz-transform:translateY(-40px);-o-transform:translateY(-40px);-ms-transform:translateY(-40px);transform:translateY(-40px);-webkit-border-radius:4px;-moz-border-radius:4px;-o-border-radius:4px;-ms-border-radius:4px;border-radius:4px;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;position:absolute;bottom:-48px;right:0;z-index:9;}.item .item-wrap3 .item-detail .products-thumb .top-item .sw-quickview:before{font-family:"FontAwesome";font-size:12px;content:"";}.item .item-wrap3 .item-detail .products-thumb .top-item .sw-quickview:hover{background-color:var(--color);color:#fff;}.item .item-wrap3 .item-detail .products-thumb .top-item .yith-wcwl-add-to-wishlist .yith-wcwl-add-button,.item .item-wrap3 .item-detail .products-thumb .top-item .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse,.item .item-wrap3 .item-detail .products-thumb .top-item .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse{position:relative;margin-bottom:8px;}.item .item-wrap3 .item-detail .products-thumb .top-item .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a,.item .item-wrap3 .item-detail .products-thumb .top-item .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,.item .item-wrap3 .item-detail .products-thumb .top-item .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a{-webkit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;-ms-transition:all .4s;transition:all .4s;}.item .item-wrap3 .item-detail .products-thumb .top-item .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a .yith-wcwl-icon-svg,.item .item-wrap3 .item-detail .products-thumb .top-item .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a .yith-wcwl-icon-svg,.item .item-wrap3 .item-detail .products-thumb .top-item .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a .yith-wcwl-icon-svg{display:none;}.item .item-wrap3 .item-detail .products-thumb .top-item .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:before,.item .item-wrap3 .item-detail .products-thumb .top-item .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,.item .item-wrap3 .item-detail .products-thumb .top-item .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before{content:"";}.item .item-wrap3 .item-detail .products-thumb .top-item .yith-wcwl-add-to-wishlist .yith-wcwl-add-button.show,.item .item-wrap3 .item-detail .products-thumb .top-item .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse.show,.item .item-wrap3 .item-detail .products-thumb .top-item .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse.show{display:inline-block !important;vertical-align:top;}.item .item-wrap3 .item-detail .products-thumb .top-item .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .feedback,.item .item-wrap3 .item-detail .products-thumb .top-item .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse .feedback,.item .item-wrap3 .item-detail .products-thumb .top-item .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse .feedback{display:none;}.item .item-wrap3 .item-detail .products-thumb .top-item .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .ajax-loading,.item .item-wrap3 .item-detail .products-thumb .top-item .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse .ajax-loading,.item .item-wrap3 .item-detail .products-thumb .top-item .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse .ajax-loading{position:absolute;z-index:9;left:0;right:0;top:0;bottom:0;margin:auto;}.item .item-wrap3 .item-detail .products-thumb .top-item a.compare{-webkit-transition:all .5s;-moz-transition:all .5s;-o-transition:all .5s;-ms-transition:all .5s;transition:all .5s;}.item .item-wrap3 .item-detail .products-thumb .top-item a.compare:before{font-size:13px;content:"";}.item .item-wrap3 .item-detail .products-thumb .top-item .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a,.item .item-wrap3 .item-detail .products-thumb .top-item .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,.item .item-wrap3 .item-detail .products-thumb .top-item .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a,.item .item-wrap3 .item-detail .products-thumb .top-item a.compare{text-align:center;color:#111;font-weight:500;height:40px;line-height:40px;padding:0;background-color:#fff;display:inline-block;vertical-align:top;overflow:hidden;position:relative;font-size:0;min-width:40px;margin:0;z-index:9;opacity:0;filter:alpha(opacity=0);visibility:hidden;-webkit-transform:translateY(-40px);-moz-transform:translateY(-40px);-o-transform:translateY(-40px);-ms-transform:translateY(-40px);transform:translateY(-40px);-webkit-border-radius:4px;-moz-border-radius:4px;-o-border-radius:4px;-ms-border-radius:4px;border-radius:4px;}.item .item-wrap3 .item-detail .products-thumb .top-item .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:before,.item .item-wrap3 .item-detail .products-thumb .top-item .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,.item .item-wrap3 .item-detail .products-thumb .top-item .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before,.item .item-wrap3 .item-detail .products-thumb .top-item a.compare:before{font-family:"FontAwesome";font-size:12px;}.item .item-wrap3 .item-detail .products-thumb .top-item .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover,.item .item-wrap3 .item-detail .products-thumb .top-item .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover,.item .item-wrap3 .item-detail .products-thumb .top-item .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover,.item .item-wrap3 .item-detail .products-thumb .top-item a.compare:hover{min-width:40px;background-color:var(--color);font-size:0;padding:0;}.item .item-wrap3 .item-detail .products-thumb .top-item .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover:before,.item .item-wrap3 .item-detail .products-thumb .top-item .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover:before,.item .item-wrap3 .item-detail .products-thumb .top-item .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover:before,.item .item-wrap3 .item-detail .products-thumb .top-item a.compare:hover:before{color:#fff;}.item .item-wrap3 .item-detail .products-thumb .top-item .product_type_variable,.item .item-wrap3 .item-detail .products-thumb .top-item .product_type_simple,.item .item-wrap3 .item-detail .products-thumb .top-item .add_to_cart_button,.item .item-wrap3 .item-detail .products-thumb .top-item .product_type_external,.item .item-wrap3 .item-detail .products-thumb .top-item .product_type_grouped,.item .item-wrap3 .item-detail .products-thumb .top-item .yith-wcwl-add-to-wishlist,.item .item-wrap3 .item-detail .products-thumb .top-item a.compare,.item .item-wrap3 .item-detail .products-thumb .top-item .sw-quickview{display:inline-block;vertical-align:top;}.item .item-wrap3 .item-detail .products-thumb .top-item .yith-wcwl-wishlistaddedbrowse.show a,.item .item-wrap3 .item-detail .products-thumb .top-item .yith-wcwl-wishlistexistsbrowse.show a{background-color:var(--color);}.item .item-wrap3 .item-detail .products-thumb .top-item .yith-wcwl-wishlistaddedbrowse.show a:before,.item .item-wrap3 .item-detail .products-thumb .top-item .yith-wcwl-wishlistexistsbrowse.show a:before{color:#fff;}.item .item-wrap3 .item-detail .products-thumb a{display:block;}.item .item-wrap3 .item-detail .item-content,.item .item-wrap3 .item-detail .item-img{padding:0;vertical-align:top;}.item .item-wrap3 .item-detail .item-content >a >img,.item .item-wrap3 .item-detail .item-img >a >img{width:100%;}.item .item-wrap3 .item-detail .item-content h4,.item .item-wrap3 .item-detail .item-img h4{margin:10px 0;}.item .item-wrap3 .item-detail .item-content h4 a,.item .item-wrap3 .item-detail .item-img h4 a{font-size:14px;font-weight:normal;color:#111;text-transform:capitalize;position:relative;z-index:2;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;}.item .item-wrap3 .item-detail .item-content .item-price,.item .item-wrap3 .item-detail .item-img .item-price{font-size:16px;float:none;position:relative;z-index:2;display:inline-block;vertical-align:top;margin-bottom:14px;}.item .item-wrap3 .item-detail .item-content .item-price del,.item .item-wrap3 .item-detail .item-img .item-price del{font-size:12px;color:#999;text-decoration:line-through;}.item .item-wrap3 .item-detail .item-content .reviews-content,.item .item-wrap3 .item-detail .item-img .reviews-content{line-height:12px;margin-bottom:7px;position:relative;z-index:2;}.item .item-wrap3 .item-detail .item-content .item-bottom,.item .item-wrap3 .item-detail .item-img .item-bottom{font-size:12px;z-index:2;}.item .item-wrap3 .item-detail .item-content .item-bottom .clear,.item .item-wrap3 .item-detail .item-img .item-bottom .clear{display:none;}.item .item-wrap3 .item-detail .item-content .item-bottom .button,.item .item-wrap3 .item-detail .item-content .item-bottom a.ajax_add_to_cart,.item .item-wrap3 .item-detail .item-content .item-bottom .product_type_variable,.item .item-wrap3 .item-detail .item-content .item-bottom .product_type_simple,.item .item-wrap3 .item-detail .item-content .item-bottom .add_to_cart_button,.item .item-wrap3 .item-detail .item-content .item-bottom .product_type_external,.item .item-wrap3 .item-detail .item-content .item-bottom .product_type_variable,.item .item-wrap3 .item-detail .item-content .item-bottom .product_type_grouped,.item .item-wrap3 .item-detail .item-img .item-bottom .button,.item .item-wrap3 .item-detail .item-img .item-bottom a.ajax_add_to_cart,.item .item-wrap3 .item-detail .item-img .item-bottom .product_type_variable,.item .item-wrap3 .item-detail .item-img .item-bottom .product_type_simple,.item .item-wrap3 .item-detail .item-img .item-bottom .add_to_cart_button,.item .item-wrap3 .item-detail .item-img .item-bottom .product_type_external,.item .item-wrap3 .item-detail .item-img .item-bottom .product_type_variable,.item .item-wrap3 .item-detail .item-img .item-bottom .product_type_grouped{display:inline-block;vertical-align:top;height:35px;line-height:35px;position:relative;padding:0 15px 0 30px;border:1px #0065b3 solid;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-o-transition:all .3s ease;-ms-transition:all .3s ease;transition:all .3s ease;font-weight:bold;text-transform:uppercase;background:#fff;border-radius:4px;}.rtl .item .item-wrap3 .item-detail .item-content .item-bottom .button,.rtl .item .item-wrap3 .item-detail .item-content .item-bottom a.ajax_add_to_cart,.rtl .item .item-wrap3 .item-detail .item-content .item-bottom .product_type_variable,.rtl .item .item-wrap3 .item-detail .item-content .item-bottom .product_type_simple,.rtl .item .item-wrap3 .item-detail .item-content .item-bottom .add_to_cart_button,.rtl .item .item-wrap3 .item-detail .item-content .item-bottom .product_type_external,.rtl .item .item-wrap3 .item-detail .item-content .item-bottom .product_type_variable,.rtl .item .item-wrap3 .item-detail .item-content .item-bottom .product_type_grouped,.rtl .item .item-wrap3 .item-detail .item-img .item-bottom .button,.rtl .item .item-wrap3 .item-detail .item-img .item-bottom a.ajax_add_to_cart,.rtl .item .item-wrap3 .item-detail .item-img .item-bottom .product_type_variable,.rtl .item .item-wrap3 .item-detail .item-img .item-bottom .product_type_simple,.rtl .item .item-wrap3 .item-detail .item-img .item-bottom .add_to_cart_button,.rtl .item .item-wrap3 .item-detail .item-img .item-bottom .product_type_external,.rtl .item .item-wrap3 .item-detail .item-img .item-bottom .product_type_variable,.rtl .item .item-wrap3 .item-detail .item-img .item-bottom .product_type_grouped{padding:0 30px 0 15px;}.item .item-wrap3 .item-detail .item-content .item-bottom .button:before,.item .item-wrap3 .item-detail .item-content .item-bottom a.ajax_add_to_cart:before,.item .item-wrap3 .item-detail .item-content .item-bottom .product_type_variable:before,.item .item-wrap3 .item-detail .item-content .item-bottom .product_type_simple:before,.item .item-wrap3 .item-detail .item-content .item-bottom .add_to_cart_button:before,.item .item-wrap3 .item-detail .item-content .item-bottom .product_type_external:before,.item .item-wrap3 .item-detail .item-content .item-bottom .product_type_variable:before,.item .item-wrap3 .item-detail .item-content .item-bottom .product_type_grouped:before,.item .item-wrap3 .item-detail .item-img .item-bottom .button:before,.item .item-wrap3 .item-detail .item-img .item-bottom a.ajax_add_to_cart:before,.item .item-wrap3 .item-detail .item-img .item-bottom .product_type_variable:before,.item .item-wrap3 .item-detail .item-img .item-bottom .product_type_simple:before,.item .item-wrap3 .item-detail .item-img .item-bottom .add_to_cart_button:before,.item .item-wrap3 .item-detail .item-img .item-bottom .product_type_external:before,.item .item-wrap3 .item-detail .item-img .item-bottom .product_type_variable:before,.item .item-wrap3 .item-detail .item-img .item-bottom .product_type_grouped:before{position:absolute;content:"";display:block;background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADYAAAAPCAQAAAAFOfQzAAAAAmJLR0QAAKqNIzIAAAAJcEhZcwAAAEgAAABIAEbJaz4AAAAJdnBBZwAAADYAAAAPAEBpRXYAAAFUSURBVDjLpZS9SgNBEIC/TYIgHKRKGuHgWiGVtY1g+jyA7TxACt/CF1gCyglWglgcCKIkxMrGkC6QJlYhAdHG4iCMhWsuMT/k7haW3WVnvm93WNboEwdEdOiYL3I1mZPsBlKBiBlN7nnLp4IdSVrRUFXLuXVIRUJR2UAqAJgpL0CQX2a3kkpufAd8enrEBd5SxLM5T+VzJFlD+pMN3XmKFJcCDvFJJ9tCSm42IwDzynGyrx4TopSVdCS7RBKPCZGTmVjHBKCX1BYSPfa5TeeysYwJQNaQSvPlEB/oES+EnPLBQ8qb7ULSUD//Z+lIW6lVSCgrJBlJK3mNMKCsupJ5l17GgLKsJSWyG/yVgHGGIu5G0qa29cTNG9rVswyi36I1pS2OJA3piiOZuWqPb4o8mjqA9qkxNdVMKkeydQDpU2Nqq+C+KwATc03MlVteuZ6h2Y2kH71UhGV1VzkdAAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDE0LTA4LTE5VDAwOjMwOjU2LTA3OjAwjPiSLAAAACV0RVh0ZGF0ZTptb2RpZnkAMjAxNC0wOC0xOVQwMDozMDo1Ni0wNzowMP2lKpAAAAAZdEVYdFNvZnR3YXJlAEFkb2JlIEltYWdlUmVhZHlxyWU8AAAAAElFTkSuQmCC") no-repeat;height:32px;width:30px;left:0;top:0;background-position:-30px center;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-o-transition:all .3s ease;-ms-transition:all .3s ease;transition:all .3s ease;}.rtl .item .item-wrap3 .item-detail .item-content .item-bottom .button:before,.rtl .item .item-wrap3 .item-detail .item-content .item-bottom a.ajax_add_to_cart:before,.rtl .item .item-wrap3 .item-detail .item-content .item-bottom .product_type_variable:before,.rtl .item .item-wrap3 .item-detail .item-content .item-bottom .product_type_simple:before,.rtl .item .item-wrap3 .item-detail .item-content .item-bottom .add_to_cart_button:before,.rtl .item .item-wrap3 .item-detail .item-content .item-bottom .product_type_external:before,.rtl .item .item-wrap3 .item-detail .item-content .item-bottom .product_type_variable:before,.rtl .item .item-wrap3 .item-detail .item-content .item-bottom .product_type_grouped:before,.rtl .item .item-wrap3 .item-detail .item-img .item-bottom .button:before,.rtl .item .item-wrap3 .item-detail .item-img .item-bottom a.ajax_add_to_cart:before,.rtl .item .item-wrap3 .item-detail .item-img .item-bottom .product_type_variable:before,.rtl .item .item-wrap3 .item-detail .item-img .item-bottom .product_type_simple:before,.rtl .item .item-wrap3 .item-detail .item-img .item-bottom .add_to_cart_button:before,.rtl .item .item-wrap3 .item-detail .item-img .item-bottom .product_type_external:before,.rtl .item .item-wrap3 .item-detail .item-img .item-bottom .product_type_variable:before,.rtl .item .item-wrap3 .item-detail .item-img .item-bottom .product_type_grouped:before{left:auto;right:0;}.item .item-wrap3 .item-detail .item-content .item-bottom .button.loading:before,.item .item-wrap3 .item-detail .item-content .item-bottom a.ajax_add_to_cart.loading:before,.item .item-wrap3 .item-detail .item-content .item-bottom .product_type_variable.loading:before,.item .item-wrap3 .item-detail .item-content .item-bottom .product_type_simple.loading:before,.item .item-wrap3 .item-detail .item-content .item-bottom .add_to_cart_button.loading:before,.item .item-wrap3 .item-detail .item-content .item-bottom .product_type_external.loading:before,.item .item-wrap3 .item-detail .item-content .item-bottom .product_type_variable.loading:before,.item .item-wrap3 .item-detail .item-content .item-bottom .product_type_grouped.loading:before,.item .item-wrap3 .item-detail .item-img .item-bottom .button.loading:before,.item .item-wrap3 .item-detail .item-img .item-bottom a.ajax_add_to_cart.loading:before,.item .item-wrap3 .item-detail .item-img .item-bottom .product_type_variable.loading:before,.item .item-wrap3 .item-detail .item-img .item-bottom .product_type_simple.loading:before,.item .item-wrap3 .item-detail .item-img .item-bottom .add_to_cart_button.loading:before,.item .item-wrap3 .item-detail .item-img .item-bottom .product_type_external.loading:before,.item .item-wrap3 .item-detail .item-img .item-bottom .product_type_variable.loading:before,.item .item-wrap3 .item-detail .item-img .item-bottom .product_type_grouped.loading:before{background:url("https://cdn-ildmmhg.nitrocdn.com/EmfGayVpJIjlSxwvIsYhxAzAzNUjWyuH/assets/images/optimized/rev-f65d057/mwtruckparts.co.uk/wp-content/uploads/sw_theme/assets/img/wpspin_light.gif") no-repeat center center;height:32px;width:30px;content:"";position:absolute;background-size:20px;}.item .item-wrap3 .item-detail .item-content .item-bottom .button.loading:after,.item .item-wrap3 .item-detail .item-content .item-bottom a.ajax_add_to_cart.loading:after,.item .item-wrap3 .item-detail .item-content .item-bottom .product_type_variable.loading:after,.item .item-wrap3 .item-detail .item-content .item-bottom .product_type_simple.loading:after,.item .item-wrap3 .item-detail .item-content .item-bottom .add_to_cart_button.loading:after,.item .item-wrap3 .item-detail .item-content .item-bottom .product_type_external.loading:after,.item .item-wrap3 .item-detail .item-content .item-bottom .product_type_variable.loading:after,.item .item-wrap3 .item-detail .item-content .item-bottom .product_type_grouped.loading:after,.item .item-wrap3 .item-detail .item-img .item-bottom .button.loading:after,.item .item-wrap3 .item-detail .item-img .item-bottom a.ajax_add_to_cart.loading:after,.item .item-wrap3 .item-detail .item-img .item-bottom .product_type_variable.loading:after,.item .item-wrap3 .item-detail .item-img .item-bottom .product_type_simple.loading:after,.item .item-wrap3 .item-detail .item-img .item-bottom .add_to_cart_button.loading:after,.item .item-wrap3 .item-detail .item-img .item-bottom .product_type_external.loading:after,.item .item-wrap3 .item-detail .item-img .item-bottom .product_type_variable.loading:after,.item .item-wrap3 .item-detail .item-img .item-bottom .product_type_grouped.loading:after{display:none;}.item .item-wrap3 .item-detail .item-content .item-bottom .button.added:before,.item .item-wrap3 .item-detail .item-content .item-bottom a.ajax_add_to_cart.added:before,.item .item-wrap3 .item-detail .item-content .item-bottom .product_type_variable.added:before,.item .item-wrap3 .item-detail .item-content .item-bottom .product_type_simple.added:before,.item .item-wrap3 .item-detail .item-content .item-bottom .add_to_cart_button.added:before,.item .item-wrap3 .item-detail .item-content .item-bottom .product_type_external.added:before,.item .item-wrap3 .item-detail .item-content .item-bottom .product_type_variable.added:before,.item .item-wrap3 .item-detail .item-content .item-bottom .product_type_grouped.added:before,.item .item-wrap3 .item-detail .item-img .item-bottom .button.added:before,.item .item-wrap3 .item-detail .item-img .item-bottom a.ajax_add_to_cart.added:before,.item .item-wrap3 .item-detail .item-img .item-bottom .product_type_variable.added:before,.item .item-wrap3 .item-detail .item-img .item-bottom .product_type_simple.added:before,.item .item-wrap3 .item-detail .item-img .item-bottom .add_to_cart_button.added:before,.item .item-wrap3 .item-detail .item-img .item-bottom .product_type_external.added:before,.item .item-wrap3 .item-detail .item-img .item-bottom .product_type_variable.added:before,.item .item-wrap3 .item-detail .item-img .item-bottom .product_type_grouped.added:before{background:url("https://cdn-ildmmhg.nitrocdn.com/EmfGayVpJIjlSxwvIsYhxAzAzNUjWyuH/assets/images/optimized/rev-f65d057/mwtruckparts.co.uk/wp-content/uploads/sw_theme/assets/img/bg-choose.png") no-repeat center center;height:32px;width:30px;content:"";position:absolute;background-position:-30px center;}.item .item-wrap3 .item-detail .item-content .item-bottom .button.added:after,.item .item-wrap3 .item-detail .item-content .item-bottom a.ajax_add_to_cart.added:after,.item .item-wrap3 .item-detail .item-content .item-bottom .product_type_variable.added:after,.item .item-wrap3 .item-detail .item-content .item-bottom .product_type_simple.added:after,.item .item-wrap3 .item-detail .item-content .item-bottom .add_to_cart_button.added:after,.item .item-wrap3 .item-detail .item-content .item-bottom .product_type_external.added:after,.item .item-wrap3 .item-detail .item-content .item-bottom .product_type_variable.added:after,.item .item-wrap3 .item-detail .item-content .item-bottom .product_type_grouped.added:after,.item .item-wrap3 .item-detail .item-img .item-bottom .button.added:after,.item .item-wrap3 .item-detail .item-img .item-bottom a.ajax_add_to_cart.added:after,.item .item-wrap3 .item-detail .item-img .item-bottom .product_type_variable.added:after,.item .item-wrap3 .item-detail .item-img .item-bottom .product_type_simple.added:after,.item .item-wrap3 .item-detail .item-img .item-bottom .add_to_cart_button.added:after,.item .item-wrap3 .item-detail .item-img .item-bottom .product_type_external.added:after,.item .item-wrap3 .item-detail .item-img .item-bottom .product_type_variable.added:after,.item .item-wrap3 .item-detail .item-img .item-bottom .product_type_grouped.added:after{display:none;}.item .item-wrap3:hover .item-detail .products-thumb > a:before{content:"";position:absolute;left:0;right:0;top:0;bottom:0;background:#111;opacity:.2;filter:alpha(opacity=20);}.item .item-wrap3:hover .item-detail .products-thumb .top-item{opacity:1;filter:alpha(opacity=100);}.item .item-wrap3:hover .item-detail .products-thumb .top-item .sw-quickview{opacity:1;-webkit-transform:translateY(0);-moz-transform:translateY(0);-o-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);}.item .item-wrap3:hover .item-detail .products-thumb .top-item .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a,.item .item-wrap3:hover .item-detail .products-thumb .top-item .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,.item .item-wrap3:hover .item-detail .products-thumb .top-item .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a,.item .item-wrap3:hover .item-detail .products-thumb .top-item a.compare{-webkit-transform:translateY(0);-moz-transform:translateY(0);-o-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);opacity:1;filter:alpha(opacity=100);visibility:visible;}.item .item-wrap3:hover .item-detail .item-content .item-bottom .button,.item .item-wrap3:hover .item-detail .item-content .item-bottom a.ajax_add_to_cart,.item .item-wrap3:hover .item-detail .item-content .item-bottom .product_type_simple,.item .item-wrap3:hover .item-detail .item-content .item-bottom .add_to_cart_button,.item .item-wrap3:hover .item-detail .item-content .item-bottom .product_type_external,.item .item-wrap3:hover .item-detail .item-content .item-bottom .product_type_variable,.item .item-wrap3:hover .item-detail .item-content .item-bottom .product_type_grouped{background:var(--color);color:#fff;border:1px var(--color) solid;}.item .item-wrap3:hover .item-detail .item-content .item-bottom .button:before,.item .item-wrap3:hover .item-detail .item-content .item-bottom a.ajax_add_to_cart:before,.item .item-wrap3:hover .item-detail .item-content .item-bottom .product_type_simple:before,.item .item-wrap3:hover .item-detail .item-content .item-bottom .add_to_cart_button:before,.item .item-wrap3:hover .item-detail .item-content .item-bottom .product_type_external:before,.item .item-wrap3:hover .item-detail .item-content .item-bottom .product_type_variable:before,.item .item-wrap3:hover .item-detail .item-content .item-bottom .product_type_grouped:before{background-position:7px center;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-o-transition:all .3s ease;-ms-transition:all .3s ease;transition:all .3s ease;}.item .item-wrap5{background-color:#fff;text-align:center;padding:0;border-right:1px solid #ededed;z-index:0;position:relative;overflow:hidden;}.item .item-wrap5:before{display:block;content:"";width:100%;height:100%;border:1px solid var(--color);position:absolute;left:0;top:0;z-index:-1;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;opacity:0;filter:alpha(opacity=0);visibility:hidden;}.item .item-wrap5 .item-detail{position:relative;overflow:hidden;}.item .item-wrap5 .item-detail .products-thumb{position:relative;overflow:hidden;margin-bottom:15px;padding:25px 5px;}.item .item-wrap5 .item-detail .products-thumb .onsale{display:none;}.item .item-wrap5 .item-detail .products-thumb .sale-off,.item .item-wrap5 .item-detail .products-thumb .sw-newlabel,.item .item-wrap5 .item-detail .products-thumb .sw-outstock{position:absolute;z-index:1;top:10px;left:10px;font-size:12px;color:#fff;text-align:center;border-radius:4px;width:60px;line-height:25px;height:25px;background:var(--color);}.item .item-wrap5 .item-detail .products-thumb .top-item{position:absolute;top:10px;right:10px;}.rtl .item .item-wrap5 .item-detail .products-thumb .top-item{right:auto;left:10px;}.item .item-wrap5 .item-detail .products-thumb .top-item .sw-quickview{text-align:center;font-weight:500;height:37px;line-height:37px;padding:0;background:#ffd800;display:block;vertical-align:top;font-size:0;opacity:0;min-width:37px;-webkit-transform:translateY(-37px);-moz-transform:translateY(-37px);-o-transform:translateY(-37px);-ms-transform:translateY(-37px);transform:translateY(-37px);-webkit-border-radius:50%;-moz-border-radius:50%;-o-border-radius:50%;-ms-border-radius:50%;border-radius:50%;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;margin-bottom:8px;}.item .item-wrap5 .item-detail .products-thumb .top-item .sw-quickview:before{font-family:"icomoon" !important;content:"";font-size:17px;display:inline-block;}.item .item-wrap5 .item-detail .products-thumb .top-item .sw-quickview:hover{background-color:var(--color);color:#fff;}.item .item-wrap5 .item-detail .products-thumb .top-item .yith-wcwl-add-to-wishlist .yith-wcwl-add-button,.item .item-wrap5 .item-detail .products-thumb .top-item .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse,.item .item-wrap5 .item-detail .products-thumb .top-item .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse{position:relative;margin-bottom:8px;}.item .item-wrap5 .item-detail .products-thumb .top-item .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a,.item .item-wrap5 .item-detail .products-thumb .top-item .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,.item .item-wrap5 .item-detail .products-thumb .top-item .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a{-webkit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;-ms-transition:all .4s;transition:all .4s;text-align:center;color:#111 !important;font-weight:500;height:37px;line-height:37px;padding:0;background:#ffd800 !important;display:block;vertical-align:top;overflow:hidden;position:relative;font-size:0;min-width:37px;margin:0;z-index:9;opacity:0;filter:alpha(opacity=0);visibility:hidden;-webkit-transform:translateY(-37px);-moz-transform:translateY(-37px);-o-transform:translateY(-37px);-ms-transform:translateY(-37px);transform:translateY(-37px);-webkit-border-radius:50%;-moz-border-radius:50%;-o-border-radius:50%;-ms-border-radius:50%;border-radius:50%;}.item .item-wrap5 .item-detail .products-thumb .top-item .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a .yith-wcwl-icon-svg,.item .item-wrap5 .item-detail .products-thumb .top-item .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a .yith-wcwl-icon-svg,.item .item-wrap5 .item-detail .products-thumb .top-item .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a .yith-wcwl-icon-svg{display:none;}.item .item-wrap5 .item-detail .products-thumb .top-item .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:before,.item .item-wrap5 .item-detail .products-thumb .top-item .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,.item .item-wrap5 .item-detail .products-thumb .top-item .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before{font-family:"icomoon" !important;content:"";font-size:17px;display:inline-block;}.item .item-wrap5 .item-detail .products-thumb .top-item .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover,.item .item-wrap5 .item-detail .products-thumb .top-item .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover,.item .item-wrap5 .item-detail .products-thumb .top-item .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover{min-width:37px;background-color:var(--color) !important;font-size:0;padding:0;}.item .item-wrap5 .item-detail .products-thumb .top-item .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover:before,.item .item-wrap5 .item-detail .products-thumb .top-item .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover:before,.item .item-wrap5 .item-detail .products-thumb .top-item .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover:before{color:#fff !important;}.item .item-wrap5 .item-detail .products-thumb .top-item .yith-wcwl-add-to-wishlist .yith-wcwl-add-button.show,.item .item-wrap5 .item-detail .products-thumb .top-item .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse.show,.item .item-wrap5 .item-detail .products-thumb .top-item .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse.show{display:inline-block !important;vertical-align:top;}.item .item-wrap5 .item-detail .products-thumb .top-item .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .feedback,.item .item-wrap5 .item-detail .products-thumb .top-item .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse .feedback,.item .item-wrap5 .item-detail .products-thumb .top-item .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse .feedback{display:none;}.item .item-wrap5 .item-detail .products-thumb .top-item .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .ajax-loading,.item .item-wrap5 .item-detail .products-thumb .top-item .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse .ajax-loading,.item .item-wrap5 .item-detail .products-thumb .top-item .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse .ajax-loading{position:absolute;z-index:9;left:0;right:0;top:0;bottom:0;margin:auto;}.item .item-wrap5 .item-detail .products-thumb .top-item a.compare{text-align:center;color:#111 !important;font-weight:500;height:37px;line-height:37px;padding:0;background:#ffd800 !important;display:block;vertical-align:top;overflow:hidden;position:relative;font-size:0;min-width:37px;margin:0;z-index:9;opacity:0;filter:alpha(opacity=0);visibility:hidden;-webkit-transform:translateY(-37px);-moz-transform:translateY(-37px);-o-transform:translateY(-37px);-ms-transform:translateY(-37px);transform:translateY(-37px);-webkit-border-radius:50%;-moz-border-radius:50%;-o-border-radius:50%;-ms-border-radius:50%;border-radius:50%;-webkit-transition:all .5s;-moz-transition:all .5s;-o-transition:all .5s;-ms-transition:all .5s;transition:all .5s;}.item .item-wrap5 .item-detail .products-thumb .top-item a.compare:before{font-family:"icomoon" !important;content:"";font-size:17px;display:inline-block;background:none;width:auto;height:auto;}.item .item-wrap5 .item-detail .products-thumb .top-item a.compare:hover{min-width:37px;background-color:var(--color) !important;font-size:0;padding:0;}.item .item-wrap5 .item-detail .products-thumb .top-item a.compare:hover:before{color:#fff !important;}.item .item-wrap5 .item-detail .products-thumb .top-item .product_type_variable,.item .item-wrap5 .item-detail .products-thumb .top-item .product_type_simple,.item .item-wrap5 .item-detail .products-thumb .top-item .add_to_cart_button,.item .item-wrap5 .item-detail .products-thumb .top-item .product_type_external,.item .item-wrap5 .item-detail .products-thumb .top-item .product_type_grouped,.item .item-wrap5 .item-detail .products-thumb .top-item .yith-wcwl-add-to-wishlist,.item .item-wrap5 .item-detail .products-thumb .top-item a.compare,.item .item-wrap5 .item-detail .products-thumb .top-item .sw-quickview{display:block;vertical-align:top;}.item .item-wrap5 .item-detail .products-thumb .top-item .yith-wcwl-wishlistaddedbrowse.show a,.item .item-wrap5 .item-detail .products-thumb .top-item .yith-wcwl-wishlistexistsbrowse.show a{background-color:var(--color);}.item .item-wrap5 .item-detail .products-thumb .top-item .yith-wcwl-wishlistaddedbrowse.show a:before,.item .item-wrap5 .item-detail .products-thumb .top-item .yith-wcwl-wishlistexistsbrowse.show a:before{color:#fff;}.item .item-wrap5 .item-detail .products-thumb a{display:block;}.item .item-wrap5 .item-detail .item-content{padding:0 15px 20px;vertical-align:top;text-align:left;}.rtl .item .item-wrap5 .item-detail .item-content{text-align:right;}.item .item-wrap5 .item-detail .item-content >a >img{width:100%;}.item .item-wrap5 .item-detail .item-content h4{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}.item .item-wrap5 .item-detail .item-content h4 a{font-family:"Rajdhani";font-size:18px;font-weight:bold;text-transform:uppercase;}.item .item-wrap5 .item-detail .item-content .item-price{font-size:20px !important;font-family:"Rajdhani";margin-bottom:10px;}.item .item-wrap5 .item-detail .item-content .item-price del{font-size:16px;color:#999;text-decoration:line-through;position:relative;top:-1px;}.item .item-wrap5 .item-detail .item-content .reviews-content{line-height:12px;margin:7px 0;position:relative;z-index:2;}.item .item-wrap5 .item-detail .item-content .item-bottom{font-size:12px;z-index:2;}.item .item-wrap5 .item-detail .item-content .item-bottom .clear{display:none;}.item .item-wrap5 .item-detail .item-content .item-bottom .button,.item .item-wrap5 .item-detail .item-content .item-bottom a.ajax_add_to_cart,.item .item-wrap5 .item-detail .item-content .item-bottom .product_type_variable,.item .item-wrap5 .item-detail .item-content .item-bottom .product_type_simple,.item .item-wrap5 .item-detail .item-content .item-bottom .add_to_cart_button,.item .item-wrap5 .item-detail .item-content .item-bottom .product_type_external,.item .item-wrap5 .item-detail .item-content .item-bottom .product_type_variable,.item .item-wrap5 .item-detail .item-content .item-bottom .product_type_grouped{font-size:16px;text-transform:uppercase;font-family:"Rajdhani";white-space:nowrap;color:#000;background:#ffd800;width:100%;height:36px;line-height:36px;text-align:center;border:0 !important;-webkit-border-radius:4px;-moz-border-radius:4px;-o-border-radius:4px;-ms-border-radius:4px;border-radius:4px;font-weight:bold;display:flex;justify-content:center;}.item .item-wrap5 .item-detail .item-content .item-bottom .button:hover,.item .item-wrap5 .item-detail .item-content .item-bottom a.ajax_add_to_cart:hover,.item .item-wrap5 .item-detail .item-content .item-bottom .product_type_variable:hover,.item .item-wrap5 .item-detail .item-content .item-bottom .product_type_simple:hover,.item .item-wrap5 .item-detail .item-content .item-bottom .add_to_cart_button:hover,.item .item-wrap5 .item-detail .item-content .item-bottom .product_type_external:hover,.item .item-wrap5 .item-detail .item-content .item-bottom .product_type_variable:hover,.item .item-wrap5 .item-detail .item-content .item-bottom .product_type_grouped:hover{background:var(--color);color:#fff;}.item .item-wrap5 .item-detail .item-content .item-bottom .button:before,.item .item-wrap5 .item-detail .item-content .item-bottom a.ajax_add_to_cart:before,.item .item-wrap5 .item-detail .item-content .item-bottom .product_type_variable:before,.item .item-wrap5 .item-detail .item-content .item-bottom .product_type_simple:before,.item .item-wrap5 .item-detail .item-content .item-bottom .add_to_cart_button:before,.item .item-wrap5 .item-detail .item-content .item-bottom .product_type_external:before,.item .item-wrap5 .item-detail .item-content .item-bottom .product_type_variable:before,.item .item-wrap5 .item-detail .item-content .item-bottom .product_type_grouped:before{display:none;}.item .item-wrap5 .item-detail .item-content .item-bottom .button.added,.item .item-wrap5 .item-detail .item-content .item-bottom a.ajax_add_to_cart.added,.item .item-wrap5 .item-detail .item-content .item-bottom .product_type_variable.added,.item .item-wrap5 .item-detail .item-content .item-bottom .product_type_simple.added,.item .item-wrap5 .item-detail .item-content .item-bottom .add_to_cart_button.added,.item .item-wrap5 .item-detail .item-content .item-bottom .product_type_external.added,.item .item-wrap5 .item-detail .item-content .item-bottom .product_type_variable.added,.item .item-wrap5 .item-detail .item-content .item-bottom .product_type_grouped.added{background:var(--color);}.item .item-wrap5 .item-detail .item-content .item-bottom .button.loading:before,.item .item-wrap5 .item-detail .item-content .item-bottom a.ajax_add_to_cart.loading:before,.item .item-wrap5 .item-detail .item-content .item-bottom .product_type_variable.loading:before,.item .item-wrap5 .item-detail .item-content .item-bottom .product_type_simple.loading:before,.item .item-wrap5 .item-detail .item-content .item-bottom .add_to_cart_button.loading:before,.item .item-wrap5 .item-detail .item-content .item-bottom .product_type_external.loading:before,.item .item-wrap5 .item-detail .item-content .item-bottom .product_type_variable.loading:before,.item .item-wrap5 .item-detail .item-content .item-bottom .product_type_grouped.loading:before{background:url("https://cdn-ildmmhg.nitrocdn.com/EmfGayVpJIjlSxwvIsYhxAzAzNUjWyuH/assets/images/optimized/rev-f65d057/mwtruckparts.co.uk/wp-content/uploads/sw_theme/assets/img/wpspin_light.gif") no-repeat center center;height:32px;width:30px;content:"";position:static;background-size:20px;display:inline-block;}.home-page-18 .item .item-wrap5 .item-detail .item-content .item-bottom .button.loading:before,.home-page-18 .item .item-wrap5 .item-detail .item-content .item-bottom a.ajax_add_to_cart.loading:before,.home-page-18 .item .item-wrap5 .item-detail .item-content .item-bottom .product_type_variable.loading:before,.home-page-18 .item .item-wrap5 .item-detail .item-content .item-bottom .product_type_simple.loading:before,.home-page-18 .item .item-wrap5 .item-detail .item-content .item-bottom .add_to_cart_button.loading:before,.home-page-18 .item .item-wrap5 .item-detail .item-content .item-bottom .product_type_external.loading:before,.home-page-18 .item .item-wrap5 .item-detail .item-content .item-bottom .product_type_variable.loading:before,.home-page-18 .item .item-wrap5 .item-detail .item-content .item-bottom .product_type_grouped.loading:before{height:36px;}.item .item-wrap5 .item-detail .item-content .item-bottom .button.loading:after,.item .item-wrap5 .item-detail .item-content .item-bottom a.ajax_add_to_cart.loading:after,.item .item-wrap5 .item-detail .item-content .item-bottom .product_type_variable.loading:after,.item .item-wrap5 .item-detail .item-content .item-bottom .product_type_simple.loading:after,.item .item-wrap5 .item-detail .item-content .item-bottom .add_to_cart_button.loading:after,.item .item-wrap5 .item-detail .item-content .item-bottom .product_type_external.loading:after,.item .item-wrap5 .item-detail .item-content .item-bottom .product_type_variable.loading:after,.item .item-wrap5 .item-detail .item-content .item-bottom .product_type_grouped.loading:after{display:none;}.item .item-wrap5:hover:before{opacity:1;filter:alpha(opacity=100);visibility:visible;}.item .item-wrap5:hover .item-detail .products-thumb .top-item{opacity:1;filter:alpha(opacity=100);}.item .item-wrap5:hover .item-detail .products-thumb .top-item .sw-quickview{opacity:1;-webkit-transform:translateY(0);-moz-transform:translateY(0);-o-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);}.item .item-wrap5:hover .item-detail .products-thumb .top-item .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a,.item .item-wrap5:hover .item-detail .products-thumb .top-item .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,.item .item-wrap5:hover .item-detail .products-thumb .top-item .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a,.item .item-wrap5:hover .item-detail .products-thumb .top-item a.compare{-webkit-transform:translateY(0);-moz-transform:translateY(0);-o-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);opacity:1;filter:alpha(opacity=100);visibility:visible;}.item .item-wrap6{text-align:center;padding:0;z-index:0;position:relative;overflow:hidden;margin-bottom:20px;}.item .item-wrap6 .item-detail{position:relative;overflow:hidden;}.item .item-wrap6 .item-detail .products-thumb{position:relative;overflow:hidden;margin-bottom:15px;padding:25px 5px;border:1px solid #ddd;-webkit-border-radius:5px;-moz-border-radius:5px;-o-border-radius:5px;-ms-border-radius:5px;border-radius:5px;}.item .item-wrap6 .item-detail .products-thumb:after{display:inline-block;content:"";width:100%;height:100%;background:rgba(0,0,0,.1);position:absolute;left:0;top:0;opacity:0;visibility:hidden;-webkit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;-ms-transition:all .4s;transition:all .4s;}.item .item-wrap6 .item-detail .products-thumb .onsale{display:none;}.item .item-wrap6 .item-detail .products-thumb .sale-off,.item .item-wrap6 .item-detail .products-thumb .sw-newlabel,.item .item-wrap6 .item-detail .products-thumb .sw-outstock{position:absolute;z-index:1;top:10px;left:10px;font-size:12px;color:#fff;text-align:center;-webkit-border-radius:50%;-moz-border-radius:50%;-o-border-radius:50%;-ms-border-radius:50%;border-radius:50%;width:40px;line-height:40px;height:40px;background:var(--color);padding:0;}.item .item-wrap6 .item-detail .products-thumb .top-item{position:absolute;top:50%;right:50%;transform:translate(20px,-20px);z-index:1;}.item .item-wrap6 .item-detail .products-thumb .top-item .sw-quickview{text-align:center;font-weight:500;height:40px;line-height:40px;padding:0;background:var(--color);color:#fff;display:block;vertical-align:top;font-size:0;opacity:0;min-width:40px;-webkit-transform:translateY(-40px);-moz-transform:translateY(-40px);-o-transform:translateY(-40px);-ms-transform:translateY(-40px);transform:translateY(-40px);-webkit-border-radius:5px;-moz-border-radius:5px;-o-border-radius:5px;-ms-border-radius:5px;border-radius:5px;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;}.item .item-wrap6 .item-detail .products-thumb .top-item .sw-quickview:before{font-family:"icomoon" !important;content:"";font-size:17px;display:inline-block;}.item .item-wrap6 .item-detail .products-thumb .top-item .sw-quickview:hover{opacity:.8;filter:alpha(opacity=80);}.item .item-wrap6 .item-detail .products-thumb a{display:block;}.item .item-wrap6 .item-detail .item-content{padding:0 0 15px;vertical-align:top;text-align:left;}.rtl .item .item-wrap6 .item-detail .item-content{text-align:right;}.item .item-wrap6 .item-detail .item-content >a >img{width:100%;}.item .item-wrap6 .item-detail .item-content h4{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}.item .item-wrap6 .item-detail .item-content h4 a{font-size:15px;font-weight:normal;text-transform:capitalize;color:#111;}.item .item-wrap6 .item-detail .item-content h4 a:hover{color:var(--color);}.item .item-wrap6 .item-detail .item-content .item-price{font-size:16px !important;font-family:"Rubik";margin-bottom:10px;font-weight:500;}.item .item-wrap6 .item-detail .item-content .item-price del{font-size:14px;color:#999;text-decoration:line-through;position:relative;font-weight:400;top:-1px;}.item .item-wrap6 .item-detail .item-content .reviews-content{line-height:12px;margin:10px 0;position:relative;z-index:2;}.item .item-wrap6 .item-detail .item-content .item-bottom{z-index:2;display:flex;position:absolute;width:100%;bottom:-20px;left:0;opacity:0;filter:alpha(opacity=0);visibility:hidden;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;}.item .item-wrap6 .item-detail .item-content .item-bottom .clear{display:none;}.item .item-wrap6 .item-detail .item-content .item-bottom a.compare{text-align:center;font-weight:500;height:40px;line-height:40px;display:block;vertical-align:top;overflow:hidden;position:relative;font-size:0;min-width:40px;width:auto !important;margin:0;z-index:9;-webkit-border-radius:5px;-moz-border-radius:5px;-o-border-radius:5px;-ms-border-radius:5px;border-radius:5px;-webkit-transition:all .5s;-moz-transition:all .5s;-o-transition:all .5s;-ms-transition:all .5s;transition:all .5s;border:1px solid #ddd;padding:0;}.item .item-wrap6 .item-detail .item-content .item-bottom a.compare:before{font-family:"icomoon" !important;content:"";font-size:17px;display:inline-block;background:none;width:auto;height:auto;margin:0;}.item .item-wrap6 .item-detail .item-content .item-bottom a.compare:hover{min-width:40px;background-color:var(--color) !important;border-color:var(--color);font-size:0;padding:0;}.item .item-wrap6 .item-detail .item-content .item-bottom a.compare:hover:before{color:#fff !important;}.item .item-wrap6 .item-detail .item-content .item-bottom .product_type_variable,.item .item-wrap6 .item-detail .item-content .item-bottom .product_type_simple,.item .item-wrap6 .item-detail .item-content .item-bottom .add_to_cart_button,.item .item-wrap6 .item-detail .item-content .item-bottom .product_type_external,.item .item-wrap6 .item-detail .item-content .item-bottom .product_type_grouped,.item .item-wrap6 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist,.item .item-wrap6 .item-detail .item-content .item-bottom a.compare{display:inline-block;vertical-align:top;}.item .item-wrap6 .item-detail .item-content .item-bottom .yith-wcwl-wishlistaddedbrowse.show a,.item .item-wrap6 .item-detail .item-content .item-bottom .yith-wcwl-wishlistexistsbrowse.show a{background-color:var(--color);}.item .item-wrap6 .item-detail .item-content .item-bottom .yith-wcwl-wishlistaddedbrowse.show a:before,.item .item-wrap6 .item-detail .item-content .item-bottom .yith-wcwl-wishlistexistsbrowse.show a:before{color:#fff;}.item .item-wrap6 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist{margin:0;}.item .item-wrap6 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button,.item .item-wrap6 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse,.item .item-wrap6 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse{position:relative;}.item .item-wrap6 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a,.item .item-wrap6 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,.item .item-wrap6 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a{-webkit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;-ms-transition:all .4s;transition:all .4s;text-align:center;font-weight:500;height:40px;line-height:40px;padding:0;display:block;vertical-align:top;overflow:hidden;position:relative;font-size:0;width:40px;margin:0 5px;z-index:9;-webkit-border-radius:5px;-moz-border-radius:5px;-o-border-radius:5px;-ms-border-radius:5px;border-radius:5px;border:1px solid #ddd;}.item .item-wrap6 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a .yith-wcwl-icon-svg,.item .item-wrap6 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a .yith-wcwl-icon-svg,.item .item-wrap6 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a .yith-wcwl-icon-svg{display:none;}.item .item-wrap6 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:before,.item .item-wrap6 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,.item .item-wrap6 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before{font-family:"icomoon" !important;content:"";font-size:17px;display:inline-block;}.item .item-wrap6 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover,.item .item-wrap6 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover,.item .item-wrap6 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover{width:40px;background-color:var(--color) !important;border-color:var(--color);font-size:0;padding:0;}.item .item-wrap6 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover:before,.item .item-wrap6 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover:before,.item .item-wrap6 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover:before{color:#fff !important;}.item .item-wrap6 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button.show,.item .item-wrap6 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse.show,.item .item-wrap6 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse.show{display:inline-block !important;vertical-align:top;}.item .item-wrap6 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .feedback,.item .item-wrap6 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse .feedback,.item .item-wrap6 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse .feedback{display:none;}.item .item-wrap6 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .ajax-loading,.item .item-wrap6 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse .ajax-loading,.item .item-wrap6 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse .ajax-loading{position:absolute;z-index:9;left:0;right:0;top:0;bottom:0;margin:auto;}.item .item-wrap6 .item-detail .item-content .item-bottom .button,.item .item-wrap6 .item-detail .item-content .item-bottom a.ajax_add_to_cart,.item .item-wrap6 .item-detail .item-content .item-bottom .product_type_variable,.item .item-wrap6 .item-detail .item-content .item-bottom .product_type_simple,.item .item-wrap6 .item-detail .item-content .item-bottom .add_to_cart_button,.item .item-wrap6 .item-detail .item-content .item-bottom .product_type_external,.item .item-wrap6 .item-detail .item-content .item-bottom .product_type_variable,.item .item-wrap6 .item-detail .item-content .item-bottom .product_type_grouped{font-size:15px;text-transform:capitalize;white-space:nowrap;color:#000;background:#fff;width:100%;height:40px;line-height:40px;text-align:center;border:1px solid #ddd;-webkit-border-radius:5px;-moz-border-radius:5px;-o-border-radius:5px;-ms-border-radius:5px;border-radius:5px;font-weight:normal;display:flex;justify-content:center;}.item .item-wrap6 .item-detail .item-content .item-bottom .button:hover,.item .item-wrap6 .item-detail .item-content .item-bottom a.ajax_add_to_cart:hover,.item .item-wrap6 .item-detail .item-content .item-bottom .product_type_variable:hover,.item .item-wrap6 .item-detail .item-content .item-bottom .product_type_simple:hover,.item .item-wrap6 .item-detail .item-content .item-bottom .add_to_cart_button:hover,.item .item-wrap6 .item-detail .item-content .item-bottom .product_type_external:hover,.item .item-wrap6 .item-detail .item-content .item-bottom .product_type_variable:hover,.item .item-wrap6 .item-detail .item-content .item-bottom .product_type_grouped:hover{background:var(--color);color:#fff;border-color:var(--color);}.item .item-wrap6 .item-detail .item-content .item-bottom .button:before,.item .item-wrap6 .item-detail .item-content .item-bottom a.ajax_add_to_cart:before,.item .item-wrap6 .item-detail .item-content .item-bottom .product_type_variable:before,.item .item-wrap6 .item-detail .item-content .item-bottom .product_type_simple:before,.item .item-wrap6 .item-detail .item-content .item-bottom .add_to_cart_button:before,.item .item-wrap6 .item-detail .item-content .item-bottom .product_type_external:before,.item .item-wrap6 .item-detail .item-content .item-bottom .product_type_variable:before,.item .item-wrap6 .item-detail .item-content .item-bottom .product_type_grouped:before{content:"";font-family:"icomoon" !important;margin-right:7px;font-size:18px;}.item .item-wrap6 .item-detail .item-content .item-bottom .button.added,.item .item-wrap6 .item-detail .item-content .item-bottom a.ajax_add_to_cart.added,.item .item-wrap6 .item-detail .item-content .item-bottom .product_type_variable.added,.item .item-wrap6 .item-detail .item-content .item-bottom .product_type_simple.added,.item .item-wrap6 .item-detail .item-content .item-bottom .add_to_cart_button.added,.item .item-wrap6 .item-detail .item-content .item-bottom .product_type_external.added,.item .item-wrap6 .item-detail .item-content .item-bottom .product_type_variable.added,.item .item-wrap6 .item-detail .item-content .item-bottom .product_type_grouped.added{background:var(--color);color:#fff;}.item .item-wrap6 .item-detail .item-content .item-bottom .button.loading:before,.item .item-wrap6 .item-detail .item-content .item-bottom a.ajax_add_to_cart.loading:before,.item .item-wrap6 .item-detail .item-content .item-bottom .product_type_variable.loading:before,.item .item-wrap6 .item-detail .item-content .item-bottom .product_type_simple.loading:before,.item .item-wrap6 .item-detail .item-content .item-bottom .add_to_cart_button.loading:before,.item .item-wrap6 .item-detail .item-content .item-bottom .product_type_external.loading:before,.item .item-wrap6 .item-detail .item-content .item-bottom .product_type_variable.loading:before,.item .item-wrap6 .item-detail .item-content .item-bottom .product_type_grouped.loading:before{background:url("https://cdn-ildmmhg.nitrocdn.com/EmfGayVpJIjlSxwvIsYhxAzAzNUjWyuH/assets/images/optimized/rev-f65d057/mwtruckparts.co.uk/wp-content/uploads/sw_theme/assets/img/wpspin_light.gif") no-repeat center center;height:32px;width:30px;content:"";position:static;background-size:20px;display:inline-block;}.home-page-18 .item .item-wrap6 .item-detail .item-content .item-bottom .button.loading:before,.home-page-18 .item .item-wrap6 .item-detail .item-content .item-bottom a.ajax_add_to_cart.loading:before,.home-page-18 .item .item-wrap6 .item-detail .item-content .item-bottom .product_type_variable.loading:before,.home-page-18 .item .item-wrap6 .item-detail .item-content .item-bottom .product_type_simple.loading:before,.home-page-18 .item .item-wrap6 .item-detail .item-content .item-bottom .add_to_cart_button.loading:before,.home-page-18 .item .item-wrap6 .item-detail .item-content .item-bottom .product_type_external.loading:before,.home-page-18 .item .item-wrap6 .item-detail .item-content .item-bottom .product_type_variable.loading:before,.home-page-18 .item .item-wrap6 .item-detail .item-content .item-bottom .product_type_grouped.loading:before{height:36px;}.item .item-wrap6 .item-detail .item-content .item-bottom .button.loading:after,.item .item-wrap6 .item-detail .item-content .item-bottom a.ajax_add_to_cart.loading:after,.item .item-wrap6 .item-detail .item-content .item-bottom .product_type_variable.loading:after,.item .item-wrap6 .item-detail .item-content .item-bottom .product_type_simple.loading:after,.item .item-wrap6 .item-detail .item-content .item-bottom .add_to_cart_button.loading:after,.item .item-wrap6 .item-detail .item-content .item-bottom .product_type_external.loading:after,.item .item-wrap6 .item-detail .item-content .item-bottom .product_type_variable.loading:after,.item .item-wrap6 .item-detail .item-content .item-bottom .product_type_grouped.loading:after{display:none;}.item .item-wrap6:hover .item-detail .products-thumb .top-item .sw-quickview,.item .item-wrap6:hover .item-detail .products-thumb:after{opacity:1;visibility:visible;-webkit-transform:translateY(0);-moz-transform:translateY(0);-o-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);}.item .item-wrap6:hover .item-detail .item-content .item-bottom{opacity:1;bottom:0px;visibility:visible;}.item .item-wrap6:hover .item-detail .item-content .item-price{opacity:0;visibility:hidden;}.woo-slider-short .item-wrap4:hover{box-shadow:none;}.item-wrap4{background-color:#fff;display:inline-block;border-right:1px solid #ededed;}.item-wrap4:hover .top-item{-webkit-transform:translateX(-15px);-moz-transform:translateX(-15px);-o-transform:translateX(-15px);-ms-transform:translateX(-15px);transform:translateX(-15px);opacity:1;}.rtl .item-wrap4:hover .top-item{-webkit-transform:translateX(15px);-moz-transform:translateX(15px);-o-transform:translateX(15px);-ms-transform:translateX(15px);transform:translateX(15px);}.item-wrap4 .products-thumb{position:relative;}.sw-woo-tab-style8 .item-wrap4 .products-thumb{margin-bottom:8px;}.sw-woo-tab-style8 .item-wrap4 .products-thumb > a{max-width:90%;}.featured-default2 .item-wrap4 .products-thumb > a{max-width:92%;}.item-wrap4 .item-price{font-size:16px;color:#999;display:inline-block;vertical-align:top;font-weight:bold;line-height:35px;}.item-wrap4 .item-price ins{color:#f52828;}.item-wrap4 .reviews-content{margin-bottom:-2px;}.item-wrap4 .item-price span >.amount{color:#000;}.item-wrap4 .item-price del,.item-wrap4 .item-price >.amount{color:#999;font-size:12px;text-decoration:line-through;}.item-wrap4 .item-content{display:inline-block;position:relative;text-align:left;margin-bottom:7px;padding:10px 15px 0 !important;width:100%;}.featured-default2 .item-wrap4 .item-content{margin-bottom:15.3px;}.rtl .item-wrap4 .item-content{text-align:right;}.item-wrap4 .item-content h4{display:inline-block;}.item-wrap4 .item-content h4 a{font-size:14px;color:#000;line-height:20px;}.item-wrap4 .item-content h4 a:hover{color:var(--color);}.item-wrap4 .top-item{-webkit-transform:translateX(40px);-moz-transform:translateX(40px);-o-transform:translateX(40px);-ms-transform:translateX(40px);transform:translateX(40px);transition:all .3s;position:absolute;top:0;z-index:9;right:0;opacity:0;}.rtl .item-wrap4 .top-item{transform:translateX(-40px);right:auto;left:0;}.item-wrap4 .top-item .sw-quickview{font-size:0;width:32px;height:32px;background:url("https://cdn-ildmmhg.nitrocdn.com/EmfGayVpJIjlSxwvIsYhxAzAzNUjWyuH/assets/images/source/rev-f65d057/mwtruckparts.co.uk/wp-content/uploads/sw_theme/assets/img/quickview.svg") no-repeat center center #f5f5f5;display:inline-block;background-size:14px;border-radius:50%;margin:5px 0;}.item-wrap4 .top-item .sw-quickview.nitro-lazy{background-image:none !important;}.item-wrap4 .top-item .sw-quickview:hover{background:url("https://cdn-ildmmhg.nitrocdn.com/EmfGayVpJIjlSxwvIsYhxAzAzNUjWyuH/assets/images/source/rev-f65d057/mwtruckparts.co.uk/wp-content/uploads/sw_theme/assets/img/quickviewhover.svg") no-repeat center center var(--color);background-size:14px;}.item-wrap4 .top-item .sw-quickview:hover.nitro-lazy{background-image:none !important;}.item-wrap4 .top-item .yith-wcwl-add-to-wishlist{margin:0;}.item-wrap4 .top-item .yith-wcwl-add-to-wishlist .yith-wcwl-add-button,.item-wrap4 .top-item .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse,.item-wrap4 .top-item .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse{position:relative;margin-bottom:8px;}.item-wrap4 .top-item .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a,.item-wrap4 .top-item .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,.item-wrap4 .top-item .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a{-webkit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;-ms-transition:all .4s;transition:all .4s;}.item-wrap4 .top-item .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a .yith-wcwl-icon-svg,.item-wrap4 .top-item .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a .yith-wcwl-icon-svg,.item-wrap4 .top-item .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a .yith-wcwl-icon-svg{display:none;}.item-wrap4 .top-item .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:before,.item-wrap4 .top-item .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,.item-wrap4 .top-item .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before{content:"";}.item-wrap4 .top-item .yith-wcwl-add-to-wishlist .yith-wcwl-add-button.show,.item-wrap4 .top-item .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse.show,.item-wrap4 .top-item .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse.show{display:inline-block !important;vertical-align:top;}.item-wrap4 .top-item .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .feedback,.item-wrap4 .top-item .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse .feedback,.item-wrap4 .top-item .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse .feedback{display:none;}.item-wrap4 .top-item .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .ajax-loading,.item-wrap4 .top-item .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse .ajax-loading,.item-wrap4 .top-item .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse .ajax-loading{position:absolute;z-index:9;left:0;right:0;top:0;bottom:0;margin:auto;}.item-wrap4 .top-item a.compare.button{-webkit-transition:all .5s;-moz-transition:all .5s;-o-transition:all .5s;-ms-transition:all .5s;transition:all .5s;background-image:url("https://cdn-ildmmhg.nitrocdn.com/EmfGayVpJIjlSxwvIsYhxAzAzNUjWyuH/assets/images/optimized/rev-f65d057/mwtruckparts.co.uk/wp-content/uploads/sw_theme/assets/img/compare.svg");margin:0;}.item-wrap4 .top-item a.compare.button.nitro-lazy{background-image:none !important;}.item-wrap4 .top-item a.compare.button:before{display:none;}.item-wrap4 .top-item .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a,.item-wrap4 .top-item .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,.item-wrap4 .top-item .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a,.item-wrap4 .top-item a.compare{text-align:center;color:#111;font-weight:500;height:32px;line-height:32px;padding:0;display:inline-block;vertical-align:top;position:relative;font-size:0;margin:5px 0;z-index:9;border:none;width:32px;border-radius:50%;transition:all 0s;background-size:14px !important;background:url("https://cdn-ildmmhg.nitrocdn.com/EmfGayVpJIjlSxwvIsYhxAzAzNUjWyuH/assets/images/optimized/rev-f65d057/mwtruckparts.co.uk/wp-content/uploads/sw_theme/assets/img/withlist.svg") no-repeat center center #f5f5f5;}.item-wrap4 .top-item .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a.nitro-lazy,.item-wrap4 .top-item .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a.nitro-lazy,.item-wrap4 .top-item .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a.nitro-lazy,.item-wrap4 .top-item a.compare.nitro-lazy{background-image:none !important;}.item-wrap4 .top-item .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:before,.item-wrap4 .top-item .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,.item-wrap4 .top-item .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before,.item-wrap4 .top-item a.compare:before{display:none;}.item-wrap4 .top-item .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover,.item-wrap4 .top-item .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover,.item-wrap4 .top-item .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover,.item-wrap4 .top-item a.compare:hover{min-width:32px;background:url("https://cdn-ildmmhg.nitrocdn.com/EmfGayVpJIjlSxwvIsYhxAzAzNUjWyuH/assets/images/optimized/rev-f65d057/mwtruckparts.co.uk/wp-content/uploads/sw_theme/assets/img/withlisthover.svg") no-repeat center center var(--color);font-size:0;padding:0;}.item-wrap4 .top-item .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover.nitro-lazy,.item-wrap4 .top-item .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover.nitro-lazy,.item-wrap4 .top-item .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover.nitro-lazy,.item-wrap4 .top-item a.compare:hover.nitro-lazy{background-image:none !important;}.item-wrap4 .top-item .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover:before,.item-wrap4 .top-item .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover:before,.item-wrap4 .top-item .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover:before,.item-wrap4 .top-item a.compare:hover:before{color:#fff;}.item-wrap4 .button,.item-wrap4 a.ajax_add_to_cart,.item-wrap4 .product_type_variable,.item-wrap4 .add_to_cart_button,.item-wrap4 .product_type_external,.item-wrap4 .product_type_simple,.item-wrap4 .product_type_grouped{display:inline-block;vertical-align:top;height:32px;line-height:32px;position:relative;padding:0;width:32px;background-color:#f5f5f5;border:1px #f5f5f5 solid;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-o-transition:all .3s ease;-ms-transition:all .3s ease;transition:all .3s ease;font-size:0;text-transform:uppercase;border-radius:50%;}.item-wrap4 .button:hover,.item-wrap4 a.ajax_add_to_cart:hover,.item-wrap4 .product_type_variable:hover,.item-wrap4 .add_to_cart_button:hover,.item-wrap4 .product_type_external:hover,.item-wrap4 .product_type_simple:hover,.item-wrap4 .product_type_grouped:hover{background-color:var(--color);}.item-wrap4 .button:hover:before,.item-wrap4 a.ajax_add_to_cart:hover:before,.item-wrap4 .product_type_variable:hover:before,.item-wrap4 .add_to_cart_button:hover:before,.item-wrap4 .product_type_external:hover:before,.item-wrap4 .product_type_simple:hover:before,.item-wrap4 .product_type_grouped:hover:before{position:absolute;content:"";display:block;background:url("https://cdn-ildmmhg.nitrocdn.com/EmfGayVpJIjlSxwvIsYhxAzAzNUjWyuH/assets/images/source/rev-f65d057/mwtruckparts.co.uk/wp-content/uploads/sw_theme/assets/img/cart13hover.svg") no-repeat center center;height:32px;width:32px;left:-1px;top:-1px;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-o-transition:all .3s ease;-ms-transition:all .3s ease;transition:all .3s ease;background-size:14px;right:0;bottom:0;}.item-wrap4 .button:before,.item-wrap4 a.ajax_add_to_cart:before,.item-wrap4 .product_type_variable:before,.item-wrap4 .add_to_cart_button:before,.item-wrap4 .product_type_external:before,.item-wrap4 .product_type_simple:before,.item-wrap4 .product_type_grouped:before{position:absolute;content:"";display:block;background:url("https://cdn-ildmmhg.nitrocdn.com/EmfGayVpJIjlSxwvIsYhxAzAzNUjWyuH/assets/images/source/rev-f65d057/mwtruckparts.co.uk/wp-content/uploads/sw_theme/assets/img/cart13.svg") no-repeat center center;height:32px;width:32px;left:-1px;top:-1px;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-o-transition:all .3s ease;-ms-transition:all .3s ease;transition:all .3s ease;background-size:14px;right:0;bottom:0;}.item-wrap4 .button.loading:before,.item-wrap4 a.ajax_add_to_cart.loading:before,.item-wrap4 .product_type_variable.loading:before,.item-wrap4 .add_to_cart_button.loading:before,.item-wrap4 .product_type_external.loading:before,.item-wrap4 .product_type_simple.loading:before,.item-wrap4 .product_type_grouped.loading:before{background:url("https://cdn-ildmmhg.nitrocdn.com/EmfGayVpJIjlSxwvIsYhxAzAzNUjWyuH/assets/images/optimized/rev-f65d057/mwtruckparts.co.uk/wp-content/uploads/sw_theme/assets/img/wpspin_light.gif") no-repeat center center;height:32px;width:30px;content:"";position:absolute;background-size:20px;}.item-wrap4 .button.loading:after,.item-wrap4 a.ajax_add_to_cart.loading:after,.item-wrap4 .product_type_variable.loading:after,.item-wrap4 .add_to_cart_button.loading:after,.item-wrap4 .product_type_external.loading:after,.item-wrap4 .product_type_simple.loading:after,.item-wrap4 .product_type_grouped.loading:after{display:none;}.item-wrap4 .button.added:before,.item-wrap4 a.ajax_add_to_cart.added:before,.item-wrap4 .product_type_variable.added:before,.item-wrap4 .add_to_cart_button.added:before,.item-wrap4 .product_type_external.added:before,.item-wrap4 .product_type_simple.added:before,.item-wrap4 .product_type_grouped.added:before{background:url("https://cdn-ildmmhg.nitrocdn.com/EmfGayVpJIjlSxwvIsYhxAzAzNUjWyuH/assets/images/optimized/rev-f65d057/mwtruckparts.co.uk/wp-content/uploads/sw_theme/assets/img/bg-choose.png") no-repeat center center;height:32px;width:30px;content:"";position:absolute;background-position:-30px center;}.item-wrap4 .button.added:after,.item-wrap4 a.ajax_add_to_cart.added:after,.item-wrap4 .product_type_variable.added:after,.item-wrap4 .add_to_cart_button.added:after,.item-wrap4 .product_type_external.added:after,.item-wrap4 .product_type_simple.added:after,.item-wrap4 .product_type_grouped.added:after{display:none;}.responsive-post-slider{margin-bottom:65px;}.responsive-post-slider .resp-slider-container .block-title{text-align:center;}.responsive-post-slider .resp-slider-container .block-title h3{font-size:32px;color:#111;font-weight:700;text-transform:uppercase;margin-bottom:13px;}.responsive-post-slider .resp-slider-container .block-title h3 span{color:#0065b3;}.responsive-post-slider .resp-slider-container .description{text-align:center;font-size:16px;color:#999;margin-bottom:40px;}.responsive-post-slider .resp-slider-container .slick-slider{margin:0 -15px;}.responsive-post-slider .resp-slider-container .slick-slider .item{padding:0 15px;}.responsive-post-slider .resp-slider-container .slick-slider .item .item-inner .img_over{position:relative;overflow:hidden;}.responsive-post-slider .resp-slider-container .slick-slider .item .item-inner .img_over a img{width:100%;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;}.responsive-post-slider .resp-slider-container .slick-slider .item .item-inner .img_over:hover a img{-webkit-transform:scale(1.05);-moz-transform:scale(1.05);-o-transform:scale(1.05);-ms-transform:scale(1.05);transform:scale(1.05);-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;}.responsive-post-slider .resp-slider-container .slick-slider .item .item-inner .img_over .latest_post_date{height:70px;width:50px;background:var(--color);position:absolute;top:10px;left:10px;padding:5px;text-align:center;}.rtl .responsive-post-slider .resp-slider-container .slick-slider .item .item-inner .img_over .latest_post_date{left:auto;right:10px;}.responsive-post-slider .resp-slider-container .slick-slider .item .item-inner .img_over .latest_post_date span{display:block;}.responsive-post-slider .resp-slider-container .slick-slider .item .item-inner .img_over .latest_post_date .post_day{color:#fff;font-size:22px;font-weight:bold;}.responsive-post-slider .resp-slider-container .slick-slider .item .item-inner .img_over .latest_post_date .post_my{color:#fff;font-size:14px;}.responsive-post-slider .resp-slider-container .slick-slider .item .item-inner .entry-content{padding:20px 0 0 0;text-align:left;border:1px #0065b3 solid;border-top:0;}.rtl .responsive-post-slider .resp-slider-container .slick-slider .item .item-inner .entry-content{text-align:right;}.responsive-post-slider .resp-slider-container .slick-slider .item .item-inner .entry-content .entry-top{padding:0 20px;}.responsive-post-slider .resp-slider-container .slick-slider .item .item-inner .entry-content h4{margin-bottom:22px;}.responsive-post-slider .resp-slider-container .slick-slider .item .item-inner .entry-content h4 a{color:#111;font-size:18px;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;font-weight:600;}.responsive-post-slider .resp-slider-container .slick-slider .item .item-inner .entry-content h4 a:hover{color:var(--color);-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;}.responsive-post-slider .resp-slider-container .slick-slider .item .item-inner .entry-content .description1{line-height:23px;margin-bottom:33px;}.responsive-post-slider .resp-slider-container .slick-slider .item .item-inner .entry-content .readmore{text-align:center;border-top:1px #0065b3 solid;}.responsive-post-slider .resp-slider-container .slick-slider .item .item-inner .entry-content .readmore a{color:#111;font-weight:500;font-size:14px;height:57px;line-height:55px;display:inline-block;vertical-align:top;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;}.responsive-post-slider .resp-slider-container .slick-slider .item .item-inner .entry-content .readmore a:hover{color:var(--color);-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;}.responsive-post-slider .resp-slider-container .slick-slider .item .item-inner .entry-content .readmore a i{padding:0 5px;font-size:12px;}.rtl .responsive-post-slider .resp-slider-container .slick-slider .item .item-inner .entry-content .readmore a i:before{content:"";}.related-products{margin-bottom:50px;}.related-products .box-slider-title h2{font-size:22px;color:#111;font-weight:600;margin-bottom:30px;}.related-products .resp-slider-container .slider{margin:0 -15px;}.related-products .resp-slider-container .slider .item{padding:0 15px;}.related-products .slick-arrow{display:none !important;}.banner-shortcode{margin-bottom:47px;}.banner-shortcode .block-title{text-align:center;}.banner-shortcode .block-title h3{font-size:32px;color:#111;font-weight:700;text-transform:uppercase;margin-bottom:13px;}.banner-shortcode .block-title h3 span{color:#0065b3;}.banner-shortcode .description{text-align:center;font-size:16px;color:#999;margin-bottom:40px;}.banner-shortcode .banner-inner{position:relative;}.banner-shortcode .banner-inner .banner-countdown{position:absolute;width:80px;overflow:hidden;text-align:center;background-color:#fff;top:47%;left:50%;padding:10px 0;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-webkit-border-radius:80px;-moz-border-radius:80px;-o-border-radius:80px;-ms-border-radius:80px;border-radius:80px;}.banner-shortcode .banner-inner .banner-countdown .countdown-row .countdown-section{padding:20px 0;display:inline-block;vertical-align:top;margin:0 5px;clear:both;min-width:34px;position:relative;}.banner-shortcode .banner-inner .banner-countdown .countdown-row .countdown-section:before{position:absolute;content:"";bottom:0;left:0;right:0;margin:auto;opacity:.5;height:1px;width:34px;background-color:var(--color);}.banner-shortcode .banner-inner .banner-countdown .countdown-row .countdown-section:last-child:before{display:none;}.banner-shortcode .banner-inner .banner-countdown .countdown-row .countdown-section .countdown-amount{font-size:24px;font-weight:600;color:var(--color);line-height:28px;}.banner-shortcode .banner-inner .banner-countdown .countdown-row .countdown-section .countdown-period{font-size:14px;text-transform:capitalize;color:#999;}.banner-shortcode .banner-inner .banner-countdown .countdown-row span{display:block;}.sw-latest-product,.sw-mostviewed,.sw-onsale-product{margin-bottom:40px;}.sw-latest-product .res-button,.sw-mostviewed .res-button,.sw-onsale-product .res-button{opacity:0;top:5px;}.sw-latest-product .res-button.slick-prev,.sw-mostviewed .res-button.slick-prev,.sw-onsale-product .res-button.slick-prev{right:50px;left:auto;}.sw-latest-product .res-button.slick-next,.sw-mostviewed .res-button.slick-next,.sw-onsale-product .res-button.slick-next{left:auto;right:0;}.sw-latest-product .box-title h3,.sw-mostviewed .box-title h3,.sw-onsale-product .box-title h3{color:#111;font-size:24px;font-weight:700;text-transform:uppercase;border-bottom:1px #0065b3 solid;position:relative;margin-bottom:30px;padding-bottom:10px;}.sw-latest-product .box-title h3:before,.sw-mostviewed .box-title h3:before,.sw-onsale-product .box-title h3:before{content:"";position:absolute;bottom:-1px;left:0;width:80px;height:1px;background:#111;}.rtl .sw-latest-product .box-title h3:before,.rtl .sw-mostviewed .box-title h3:before,.rtl .sw-onsale-product .box-title h3:before{left:auto;right:0;}.sw-latest-product .box-title h3 span,.sw-mostviewed .box-title h3 span,.sw-onsale-product .box-title h3 span{color:var(--color);}.sw-latest-product .item,.sw-mostviewed .item,.sw-onsale-product .item{margin-bottom:23px;}.sw-latest-product .item .item-inner,.sw-mostviewed .item .item-inner,.sw-onsale-product .item .item-inner{margin-bottom:15px;}.sw-latest-product .item .item-inner .item-thumbnail,.sw-mostviewed .item .item-inner .item-thumbnail,.sw-onsale-product .item .item-inner .item-thumbnail{width:160px;border:1px solid #fff;margin-right:20px;-webkit-transition:all .5s;-moz-transition:all .5s;-o-transition:all .5s;-ms-transition:all .5s;transition:all .5s;}.rtl .sw-latest-product .item .item-inner .item-thumbnail,.rtl .sw-mostviewed .item .item-inner .item-thumbnail,.rtl .sw-onsale-product .item .item-inner .item-thumbnail{margin-right:0;margin-left:20px;}.sw-latest-product .item .item-inner .item-content,.sw-mostviewed .item .item-inner .item-content,.sw-onsale-product .item .item-inner .item-content{overflow:hidden;position:relative;padding:10px 0;min-height:120px;}.sw-latest-product .item .item-inner .item-content h4,.sw-mostviewed .item .item-inner .item-content h4,.sw-onsale-product .item .item-inner .item-content h4{font-size:14px;margin-bottom:17px;text-transform:capitalize;}.sw-latest-product .item .item-inner .item-content .star,.sw-mostviewed .item .item-inner .item-content .star,.sw-onsale-product .item .item-inner .item-content .star{margin-bottom:15px;}.sw-latest-product .item .item-inner .item-content .item-price,.sw-mostviewed .item .item-inner .item-content .item-price,.sw-onsale-product .item .item-inner .item-content .item-price{font-size:16px;float:none;position:relative;z-index:2;-webkit-transition:all .5s;-moz-transition:all .5s;-o-transition:all .5s;-ms-transition:all .5s;transition:all .5s;}.sw-latest-product .item .item-inner .item-content .item-price del,.sw-mostviewed .item .item-inner .item-content .item-price del,.sw-onsale-product .item .item-inner .item-content .item-price del{color:#999;margin-top:5px;text-decoration:line-through;}.sw-latest-product .item .item-inner .item-content .item-button,.sw-mostviewed .item .item-inner .item-content .item-button,.sw-onsale-product .item .item-inner .item-content .item-button{position:absolute;font-size:15px;bottom:-62px;right:0;left:0;z-index:2;background-color:#fff;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;opacity:0;filter:alpha(opacity=0);}.sw-latest-product .item .item-inner .item-content .item-button .clear,.sw-mostviewed .item .item-inner .item-content .item-button .clear,.sw-onsale-product .item .item-inner .item-content .item-button .clear{display:none;}.sw-latest-product .item .item-inner .item-content .item-button .product_type_variable,.sw-latest-product .item .item-inner .item-content .item-button .product_type_simple,.sw-latest-product .item .item-inner .item-content .item-button .add_to_cart_button,.sw-latest-product .item .item-inner .item-content .item-button .product_type_external,.sw-latest-product .item .item-inner .item-content .item-button .product_type_grouped,.sw-mostviewed .item .item-inner .item-content .item-button .product_type_variable,.sw-mostviewed .item .item-inner .item-content .item-button .product_type_simple,.sw-mostviewed .item .item-inner .item-content .item-button .add_to_cart_button,.sw-mostviewed .item .item-inner .item-content .item-button .product_type_external,.sw-mostviewed .item .item-inner .item-content .item-button .product_type_grouped,.sw-onsale-product .item .item-inner .item-content .item-button .product_type_variable,.sw-onsale-product .item .item-inner .item-content .item-button .product_type_simple,.sw-onsale-product .item .item-inner .item-content .item-button .add_to_cart_button,.sw-onsale-product .item .item-inner .item-content .item-button .product_type_external,.sw-onsale-product .item .item-inner .item-content .item-button .product_type_grouped{-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;}.sw-latest-product .item .item-inner .item-content .item-button .product_type_variable:before,.sw-latest-product .item .item-inner .item-content .item-button .product_type_simple:before,.sw-latest-product .item .item-inner .item-content .item-button .add_to_cart_button:before,.sw-latest-product .item .item-inner .item-content .item-button .product_type_external:before,.sw-latest-product .item .item-inner .item-content .item-button .product_type_grouped:before,.sw-mostviewed .item .item-inner .item-content .item-button .product_type_variable:before,.sw-mostviewed .item .item-inner .item-content .item-button .product_type_simple:before,.sw-mostviewed .item .item-inner .item-content .item-button .add_to_cart_button:before,.sw-mostviewed .item .item-inner .item-content .item-button .product_type_external:before,.sw-mostviewed .item .item-inner .item-content .item-button .product_type_grouped:before,.sw-onsale-product .item .item-inner .item-content .item-button .product_type_variable:before,.sw-onsale-product .item .item-inner .item-content .item-button .product_type_simple:before,.sw-onsale-product .item .item-inner .item-content .item-button .add_to_cart_button:before,.sw-onsale-product .item .item-inner .item-content .item-button .product_type_external:before,.sw-onsale-product .item .item-inner .item-content .item-button .product_type_grouped:before{content:"";}.sw-latest-product .item .item-inner .item-content .item-button .product_type_variable.loading,.sw-latest-product .item .item-inner .item-content .item-button .product_type_simple.loading,.sw-latest-product .item .item-inner .item-content .item-button .add_to_cart_button.loading,.sw-latest-product .item .item-inner .item-content .item-button .product_type_external.loading,.sw-latest-product .item .item-inner .item-content .item-button .product_type_grouped.loading,.sw-mostviewed .item .item-inner .item-content .item-button .product_type_variable.loading,.sw-mostviewed .item .item-inner .item-content .item-button .product_type_simple.loading,.sw-mostviewed .item .item-inner .item-content .item-button .add_to_cart_button.loading,.sw-mostviewed .item .item-inner .item-content .item-button .product_type_external.loading,.sw-mostviewed .item .item-inner .item-content .item-button .product_type_grouped.loading,.sw-onsale-product .item .item-inner .item-content .item-button .product_type_variable.loading,.sw-onsale-product .item .item-inner .item-content .item-button .product_type_simple.loading,.sw-onsale-product .item .item-inner .item-content .item-button .add_to_cart_button.loading,.sw-onsale-product .item .item-inner .item-content .item-button .product_type_external.loading,.sw-onsale-product .item .item-inner .item-content .item-button .product_type_grouped.loading{background-color:var(--color);opacity:.75;filter:alpha(opacity=75);}.sw-latest-product .item .item-inner .item-content .item-button .product_type_variable.loading:before,.sw-latest-product .item .item-inner .item-content .item-button .product_type_simple.loading:before,.sw-latest-product .item .item-inner .item-content .item-button .add_to_cart_button.loading:before,.sw-latest-product .item .item-inner .item-content .item-button .product_type_external.loading:before,.sw-latest-product .item .item-inner .item-content .item-button .product_type_grouped.loading:before,.sw-mostviewed .item .item-inner .item-content .item-button .product_type_variable.loading:before,.sw-mostviewed .item .item-inner .item-content .item-button .product_type_simple.loading:before,.sw-mostviewed .item .item-inner .item-content .item-button .add_to_cart_button.loading:before,.sw-mostviewed .item .item-inner .item-content .item-button .product_type_external.loading:before,.sw-mostviewed .item .item-inner .item-content .item-button .product_type_grouped.loading:before,.sw-onsale-product .item .item-inner .item-content .item-button .product_type_variable.loading:before,.sw-onsale-product .item .item-inner .item-content .item-button .product_type_simple.loading:before,.sw-onsale-product .item .item-inner .item-content .item-button .add_to_cart_button.loading:before,.sw-onsale-product .item .item-inner .item-content .item-button .product_type_external.loading:before,.sw-onsale-product .item .item-inner .item-content .item-button .product_type_grouped.loading:before{text-align:center;left:0;background-color:var(--color);}.sw-latest-product .item .item-inner .item-content .item-button .product_type_variable.added,.sw-latest-product .item .item-inner .item-content .item-button .product_type_simple.added,.sw-latest-product .item .item-inner .item-content .item-button .add_to_cart_button.added,.sw-latest-product .item .item-inner .item-content .item-button .product_type_external.added,.sw-latest-product .item .item-inner .item-content .item-button .product_type_grouped.added,.sw-mostviewed .item .item-inner .item-content .item-button .product_type_variable.added,.sw-mostviewed .item .item-inner .item-content .item-button .product_type_simple.added,.sw-mostviewed .item .item-inner .item-content .item-button .add_to_cart_button.added,.sw-mostviewed .item .item-inner .item-content .item-button .product_type_external.added,.sw-mostviewed .item .item-inner .item-content .item-button .product_type_grouped.added,.sw-onsale-product .item .item-inner .item-content .item-button .product_type_variable.added,.sw-onsale-product .item .item-inner .item-content .item-button .product_type_simple.added,.sw-onsale-product .item .item-inner .item-content .item-button .add_to_cart_button.added,.sw-onsale-product .item .item-inner .item-content .item-button .product_type_external.added,.sw-onsale-product .item .item-inner .item-content .item-button .product_type_grouped.added{background-color:var(--color);}.sw-latest-product .item .item-inner .item-content .item-button .product_type_variable.added:before,.sw-latest-product .item .item-inner .item-content .item-button .product_type_simple.added:before,.sw-latest-product .item .item-inner .item-content .item-button .add_to_cart_button.added:before,.sw-latest-product .item .item-inner .item-content .item-button .product_type_external.added:before,.sw-latest-product .item .item-inner .item-content .item-button .product_type_grouped.added:before,.sw-mostviewed .item .item-inner .item-content .item-button .product_type_variable.added:before,.sw-mostviewed .item .item-inner .item-content .item-button .product_type_simple.added:before,.sw-mostviewed .item .item-inner .item-content .item-button .add_to_cart_button.added:before,.sw-mostviewed .item .item-inner .item-content .item-button .product_type_external.added:before,.sw-mostviewed .item .item-inner .item-content .item-button .product_type_grouped.added:before,.sw-onsale-product .item .item-inner .item-content .item-button .product_type_variable.added:before,.sw-onsale-product .item .item-inner .item-content .item-button .product_type_simple.added:before,.sw-onsale-product .item .item-inner .item-content .item-button .add_to_cart_button.added:before,.sw-onsale-product .item .item-inner .item-content .item-button .product_type_external.added:before,.sw-onsale-product .item .item-inner .item-content .item-button .product_type_grouped.added:before{color:#fff;}.sw-latest-product .item .item-inner .item-content .item-button .yith-wcwl-add-to-wishlist,.sw-mostviewed .item .item-inner .item-content .item-button .yith-wcwl-add-to-wishlist,.sw-onsale-product .item .item-inner .item-content .item-button .yith-wcwl-add-to-wishlist{margin:0;}.sw-latest-product .item .item-inner .item-content .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-add-button,.sw-latest-product .item .item-inner .item-content .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse,.sw-latest-product .item .item-inner .item-content .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse,.sw-mostviewed .item .item-inner .item-content .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-add-button,.sw-mostviewed .item .item-inner .item-content .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse,.sw-mostviewed .item .item-inner .item-content .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse,.sw-onsale-product .item .item-inner .item-content .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-add-button,.sw-onsale-product .item .item-inner .item-content .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse,.sw-onsale-product .item .item-inner .item-content .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse{position:relative;}.sw-latest-product .item .item-inner .item-content .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a,.sw-latest-product .item .item-inner .item-content .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,.sw-latest-product .item .item-inner .item-content .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a,.sw-mostviewed .item .item-inner .item-content .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a,.sw-mostviewed .item .item-inner .item-content .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,.sw-mostviewed .item .item-inner .item-content .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a,.sw-onsale-product .item .item-inner .item-content .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a,.sw-onsale-product .item .item-inner .item-content .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,.sw-onsale-product .item .item-inner .item-content .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a{-webkit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;-ms-transition:all .4s;transition:all .4s;}.sw-latest-product .item .item-inner .item-content .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:before,.sw-latest-product .item .item-inner .item-content .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,.sw-latest-product .item .item-inner .item-content .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before,.sw-mostviewed .item .item-inner .item-content .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:before,.sw-mostviewed .item .item-inner .item-content .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,.sw-mostviewed .item .item-inner .item-content .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before,.sw-onsale-product .item .item-inner .item-content .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:before,.sw-onsale-product .item .item-inner .item-content .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,.sw-onsale-product .item .item-inner .item-content .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before{content:"";}.sw-latest-product .item .item-inner .item-content .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a .yith-wcwl-icon-svg,.sw-latest-product .item .item-inner .item-content .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a .yith-wcwl-icon-svg,.sw-latest-product .item .item-inner .item-content .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a .yith-wcwl-icon-svg,.sw-mostviewed .item .item-inner .item-content .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a .yith-wcwl-icon-svg,.sw-mostviewed .item .item-inner .item-content .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a .yith-wcwl-icon-svg,.sw-mostviewed .item .item-inner .item-content .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a .yith-wcwl-icon-svg,.sw-onsale-product .item .item-inner .item-content .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a .yith-wcwl-icon-svg,.sw-onsale-product .item .item-inner .item-content .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a .yith-wcwl-icon-svg,.sw-onsale-product .item .item-inner .item-content .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a .yith-wcwl-icon-svg{display:none;}.sw-latest-product .item .item-inner .item-content .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-add-button.show,.sw-latest-product .item .item-inner .item-content .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse.show,.sw-latest-product .item .item-inner .item-content .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse.show,.sw-mostviewed .item .item-inner .item-content .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-add-button.show,.sw-mostviewed .item .item-inner .item-content .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse.show,.sw-mostviewed .item .item-inner .item-content .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse.show,.sw-onsale-product .item .item-inner .item-content .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-add-button.show,.sw-onsale-product .item .item-inner .item-content .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse.show,.sw-onsale-product .item .item-inner .item-content .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse.show{display:inline-block !important;vertical-align:top;}.sw-latest-product .item .item-inner .item-content .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .feedback,.sw-latest-product .item .item-inner .item-content .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse .feedback,.sw-latest-product .item .item-inner .item-content .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse .feedback,.sw-mostviewed .item .item-inner .item-content .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .feedback,.sw-mostviewed .item .item-inner .item-content .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse .feedback,.sw-mostviewed .item .item-inner .item-content .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse .feedback,.sw-onsale-product .item .item-inner .item-content .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .feedback,.sw-onsale-product .item .item-inner .item-content .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse .feedback,.sw-onsale-product .item .item-inner .item-content .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse .feedback{display:none;}.sw-latest-product .item .item-inner .item-content .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .ajax-loading,.sw-latest-product .item .item-inner .item-content .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse .ajax-loading,.sw-latest-product .item .item-inner .item-content .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse .ajax-loading,.sw-mostviewed .item .item-inner .item-content .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .ajax-loading,.sw-mostviewed .item .item-inner .item-content .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse .ajax-loading,.sw-mostviewed .item .item-inner .item-content .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse .ajax-loading,.sw-onsale-product .item .item-inner .item-content .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .ajax-loading,.sw-onsale-product .item .item-inner .item-content .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse .ajax-loading,.sw-onsale-product .item .item-inner .item-content .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse .ajax-loading{position:absolute;left:0;right:0;top:0;bottom:0;margin:auto;}.sw-latest-product .item .item-inner .item-content .item-button .compare-button a,.sw-mostviewed .item .item-inner .item-content .item-button .compare-button a,.sw-onsale-product .item .item-inner .item-content .item-button .compare-button a{-webkit-transition:all .5s;-moz-transition:all .5s;-o-transition:all .5s;-ms-transition:all .5s;transition:all .5s;}.sw-latest-product .item .item-inner .item-content .item-button .compare-button a:before,.sw-mostviewed .item .item-inner .item-content .item-button .compare-button a:before,.sw-onsale-product .item .item-inner .item-content .item-button .compare-button a:before{content:"";}.sw-latest-product .item .item-inner .item-content .item-button .group.fancybox,.sw-mostviewed .item .item-inner .item-content .item-button .group.fancybox,.sw-onsale-product .item .item-inner .item-content .item-button .group.fancybox{display:none;}.sw-latest-product .item .item-inner .item-content .item-button .product_type_variable,.sw-latest-product .item .item-inner .item-content .item-button .product_type_simple,.sw-latest-product .item .item-inner .item-content .item-button .add_to_cart_button,.sw-latest-product .item .item-inner .item-content .item-button .product_type_external,.sw-latest-product .item .item-inner .item-content .item-button .product_type_grouped,.sw-latest-product .item .item-inner .item-content .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a,.sw-latest-product .item .item-inner .item-content .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,.sw-latest-product .item .item-inner .item-content .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a,.sw-latest-product .item .item-inner .item-content .item-button .compare-button a,.sw-mostviewed .item .item-inner .item-content .item-button .product_type_variable,.sw-mostviewed .item .item-inner .item-content .item-button .product_type_simple,.sw-mostviewed .item .item-inner .item-content .item-button .add_to_cart_button,.sw-mostviewed .item .item-inner .item-content .item-button .product_type_external,.sw-mostviewed .item .item-inner .item-content .item-button .product_type_grouped,.sw-mostviewed .item .item-inner .item-content .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a,.sw-mostviewed .item .item-inner .item-content .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,.sw-mostviewed .item .item-inner .item-content .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a,.sw-mostviewed .item .item-inner .item-content .item-button .compare-button a,.sw-onsale-product .item .item-inner .item-content .item-button .product_type_variable,.sw-onsale-product .item .item-inner .item-content .item-button .product_type_simple,.sw-onsale-product .item .item-inner .item-content .item-button .add_to_cart_button,.sw-onsale-product .item .item-inner .item-content .item-button .product_type_external,.sw-onsale-product .item .item-inner .item-content .item-button .product_type_grouped,.sw-onsale-product .item .item-inner .item-content .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a,.sw-onsale-product .item .item-inner .item-content .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,.sw-onsale-product .item .item-inner .item-content .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a,.sw-onsale-product .item .item-inner .item-content .item-button .compare-button a{font-weight:500;height:46px;line-height:46px;padding:0;background-color:#ddd;display:inline-block;vertical-align:top;overflow:hidden;position:relative;font-size:0;min-width:46px;margin:5px 1px;text-align:center;-webkit-border-radius:46px;-moz-border-radius:46px;-o-border-radius:46px;-ms-border-radius:46px;border-radius:46px;}.sw-latest-product .item .item-inner .item-content .item-button .product_type_variable:before,.sw-latest-product .item .item-inner .item-content .item-button .product_type_simple:before,.sw-latest-product .item .item-inner .item-content .item-button .add_to_cart_button:before,.sw-latest-product .item .item-inner .item-content .item-button .product_type_external:before,.sw-latest-product .item .item-inner .item-content .item-button .product_type_grouped:before,.sw-latest-product .item .item-inner .item-content .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:before,.sw-latest-product .item .item-inner .item-content .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,.sw-latest-product .item .item-inner .item-content .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before,.sw-latest-product .item .item-inner .item-content .item-button .compare-button a:before,.sw-mostviewed .item .item-inner .item-content .item-button .product_type_variable:before,.sw-mostviewed .item .item-inner .item-content .item-button .product_type_simple:before,.sw-mostviewed .item .item-inner .item-content .item-button .add_to_cart_button:before,.sw-mostviewed .item .item-inner .item-content .item-button .product_type_external:before,.sw-mostviewed .item .item-inner .item-content .item-button .product_type_grouped:before,.sw-mostviewed .item .item-inner .item-content .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:before,.sw-mostviewed .item .item-inner .item-content .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,.sw-mostviewed .item .item-inner .item-content .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before,.sw-mostviewed .item .item-inner .item-content .item-button .compare-button a:before,.sw-onsale-product .item .item-inner .item-content .item-button .product_type_variable:before,.sw-onsale-product .item .item-inner .item-content .item-button .product_type_simple:before,.sw-onsale-product .item .item-inner .item-content .item-button .add_to_cart_button:before,.sw-onsale-product .item .item-inner .item-content .item-button .product_type_external:before,.sw-onsale-product .item .item-inner .item-content .item-button .product_type_grouped:before,.sw-onsale-product .item .item-inner .item-content .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:before,.sw-onsale-product .item .item-inner .item-content .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,.sw-onsale-product .item .item-inner .item-content .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before,.sw-onsale-product .item .item-inner .item-content .item-button .compare-button a:before{font-family:"FontAwesome";font-size:14px;color:#111;}.sw-latest-product .item .item-inner .item-content .item-button .product_type_variable:hover,.sw-latest-product .item .item-inner .item-content .item-button .product_type_simple:hover,.sw-latest-product .item .item-inner .item-content .item-button .add_to_cart_button:hover,.sw-latest-product .item .item-inner .item-content .item-button .product_type_external:hover,.sw-latest-product .item .item-inner .item-content .item-button .product_type_grouped:hover,.sw-latest-product .item .item-inner .item-content .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover,.sw-latest-product .item .item-inner .item-content .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover,.sw-latest-product .item .item-inner .item-content .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover,.sw-latest-product .item .item-inner .item-content .item-button .compare-button a:hover,.sw-mostviewed .item .item-inner .item-content .item-button .product_type_variable:hover,.sw-mostviewed .item .item-inner .item-content .item-button .product_type_simple:hover,.sw-mostviewed .item .item-inner .item-content .item-button .add_to_cart_button:hover,.sw-mostviewed .item .item-inner .item-content .item-button .product_type_external:hover,.sw-mostviewed .item .item-inner .item-content .item-button .product_type_grouped:hover,.sw-mostviewed .item .item-inner .item-content .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover,.sw-mostviewed .item .item-inner .item-content .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover,.sw-mostviewed .item .item-inner .item-content .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover,.sw-mostviewed .item .item-inner .item-content .item-button .compare-button a:hover,.sw-onsale-product .item .item-inner .item-content .item-button .product_type_variable:hover,.sw-onsale-product .item .item-inner .item-content .item-button .product_type_simple:hover,.sw-onsale-product .item .item-inner .item-content .item-button .add_to_cart_button:hover,.sw-onsale-product .item .item-inner .item-content .item-button .product_type_external:hover,.sw-onsale-product .item .item-inner .item-content .item-button .product_type_grouped:hover,.sw-onsale-product .item .item-inner .item-content .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover,.sw-onsale-product .item .item-inner .item-content .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover,.sw-onsale-product .item .item-inner .item-content .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover,.sw-onsale-product .item .item-inner .item-content .item-button .compare-button a:hover{background-color:var(--color);color:#fff;}.sw-latest-product .item .item-inner .item-content .item-button .product_type_variable:hover:before,.sw-latest-product .item .item-inner .item-content .item-button .product_type_simple:hover:before,.sw-latest-product .item .item-inner .item-content .item-button .add_to_cart_button:hover:before,.sw-latest-product .item .item-inner .item-content .item-button .product_type_external:hover:before,.sw-latest-product .item .item-inner .item-content .item-button .product_type_grouped:hover:before,.sw-latest-product .item .item-inner .item-content .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover:before,.sw-latest-product .item .item-inner .item-content .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover:before,.sw-latest-product .item .item-inner .item-content .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover:before,.sw-latest-product .item .item-inner .item-content .item-button .compare-button a:hover:before,.sw-mostviewed .item .item-inner .item-content .item-button .product_type_variable:hover:before,.sw-mostviewed .item .item-inner .item-content .item-button .product_type_simple:hover:before,.sw-mostviewed .item .item-inner .item-content .item-button .add_to_cart_button:hover:before,.sw-mostviewed .item .item-inner .item-content .item-button .product_type_external:hover:before,.sw-mostviewed .item .item-inner .item-content .item-button .product_type_grouped:hover:before,.sw-mostviewed .item .item-inner .item-content .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover:before,.sw-mostviewed .item .item-inner .item-content .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover:before,.sw-mostviewed .item .item-inner .item-content .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover:before,.sw-mostviewed .item .item-inner .item-content .item-button .compare-button a:hover:before,.sw-onsale-product .item .item-inner .item-content .item-button .product_type_variable:hover:before,.sw-onsale-product .item .item-inner .item-content .item-button .product_type_simple:hover:before,.sw-onsale-product .item .item-inner .item-content .item-button .add_to_cart_button:hover:before,.sw-onsale-product .item .item-inner .item-content .item-button .product_type_external:hover:before,.sw-onsale-product .item .item-inner .item-content .item-button .product_type_grouped:hover:before,.sw-onsale-product .item .item-inner .item-content .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover:before,.sw-onsale-product .item .item-inner .item-content .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover:before,.sw-onsale-product .item .item-inner .item-content .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover:before,.sw-onsale-product .item .item-inner .item-content .item-button .compare-button a:hover:before{color:#fff;}.sw-latest-product .item .item-inner .item-content .item-button .product_type_variable,.sw-latest-product .item .item-inner .item-content .item-button .product_type_simple,.sw-latest-product .item .item-inner .item-content .item-button .add_to_cart_button,.sw-latest-product .item .item-inner .item-content .item-button .product_type_external,.sw-latest-product .item .item-inner .item-content .item-button .product_type_grouped,.sw-latest-product .item .item-inner .item-content .item-button .yith-wcwl-add-to-wishlist,.sw-latest-product .item .item-inner .item-content .item-button .compare-button,.sw-mostviewed .item .item-inner .item-content .item-button .product_type_variable,.sw-mostviewed .item .item-inner .item-content .item-button .product_type_simple,.sw-mostviewed .item .item-inner .item-content .item-button .add_to_cart_button,.sw-mostviewed .item .item-inner .item-content .item-button .product_type_external,.sw-mostviewed .item .item-inner .item-content .item-button .product_type_grouped,.sw-mostviewed .item .item-inner .item-content .item-button .yith-wcwl-add-to-wishlist,.sw-mostviewed .item .item-inner .item-content .item-button .compare-button,.sw-onsale-product .item .item-inner .item-content .item-button .product_type_variable,.sw-onsale-product .item .item-inner .item-content .item-button .product_type_simple,.sw-onsale-product .item .item-inner .item-content .item-button .add_to_cart_button,.sw-onsale-product .item .item-inner .item-content .item-button .product_type_external,.sw-onsale-product .item .item-inner .item-content .item-button .product_type_grouped,.sw-onsale-product .item .item-inner .item-content .item-button .yith-wcwl-add-to-wishlist,.sw-onsale-product .item .item-inner .item-content .item-button .compare-button{display:inline-block;vertical-align:top;}.sw-latest-product .item .item-inner .item-content .item-button .yith-wcwl-wishlistaddedbrowse.show a,.sw-latest-product .item .item-inner .item-content .item-button .yith-wcwl-wishlistexistsbrowse.show a,.sw-mostviewed .item .item-inner .item-content .item-button .yith-wcwl-wishlistaddedbrowse.show a,.sw-mostviewed .item .item-inner .item-content .item-button .yith-wcwl-wishlistexistsbrowse.show a,.sw-onsale-product .item .item-inner .item-content .item-button .yith-wcwl-wishlistaddedbrowse.show a,.sw-onsale-product .item .item-inner .item-content .item-button .yith-wcwl-wishlistexistsbrowse.show a{background-color:var(--color);}.sw-latest-product .item .item-inner .item-content .item-button .yith-wcwl-wishlistaddedbrowse.show a:before,.sw-latest-product .item .item-inner .item-content .item-button .yith-wcwl-wishlistexistsbrowse.show a:before,.sw-mostviewed .item .item-inner .item-content .item-button .yith-wcwl-wishlistaddedbrowse.show a:before,.sw-mostviewed .item .item-inner .item-content .item-button .yith-wcwl-wishlistexistsbrowse.show a:before,.sw-onsale-product .item .item-inner .item-content .item-button .yith-wcwl-wishlistaddedbrowse.show a:before,.sw-onsale-product .item .item-inner .item-content .item-button .yith-wcwl-wishlistexistsbrowse.show a:before{color:#fff;}.sw-latest-product .item .item-inner:hover .item-thumbnail,.sw-mostviewed .item .item-inner:hover .item-thumbnail,.sw-onsale-product .item .item-inner:hover .item-thumbnail{border-color:var(--color);}.sw-latest-product .item .item-inner:hover .item-thumbnail img,.sw-mostviewed .item .item-inner:hover .item-thumbnail img,.sw-onsale-product .item .item-inner:hover .item-thumbnail img{height:calc(100% - 1px);}.sw-latest-product .item .item-inner:hover .item-content .item-button,.sw-mostviewed .item .item-inner:hover .item-content .item-button,.sw-onsale-product .item .item-inner:hover .item-content .item-button{bottom:-5px;opacity:1;filter:alpha(opacity=100);}.style-res-button .res-button{cursor:pointer;width:40px;height:28px;top:2px;clip-path:polygon(30% 0,100% 0%,70% 100%,0% 100%);background-color:#fdb819;display:inline-block !important;margin:0;position:absolute;right:0;left:auto;color:#000;text-align:center;line-height:28px;transition:all .3s;border:0;border-radius:0;opacity:1;}.rtl .style-res-button .res-button{right:auto;left:45px;}.style-res-button .res-button:hover{background-color:rgba(0,0,0,.4);}.style-res-button .res-button.slick-prev{right:45px;}.rtl .style-res-button .res-button.slick-prev{right:auto;left:0;}.style-res-button .res-button.slick-prev:before{width:40px;content:"";font-family:"FontAwesome";font-size:14px;height:28px;line-height:28px;}.style-res-button .res-button.slick-next:before{width:40px;font-size:14px;content:"";font-family:"FontAwesome";height:28px;line-height:28px;}.featured-product3{position:relative;}.featured-product3 .res-button{cursor:pointer;width:40px;height:28px;top:2px;clip-path:polygon(30% 0,100% 0%,70% 100%,0% 100%);background-color:#fdb819;display:inline-block !important;margin:0;position:absolute;right:0;left:auto;color:#000;text-align:center;line-height:28px;transition:all .3s;border:0;border-radius:0;opacity:1;}.rtl .featured-product3 .res-button{right:auto;left:45px;}.featured-product3 .res-button:hover{background-color:rgba(0,0,0,.4);}.featured-product3 .res-button.slick-prev{right:45px;}.rtl .featured-product3 .res-button.slick-prev{right:auto;left:0;}.featured-product3 .res-button.slick-prev:before{width:40px;content:"";font-family:"FontAwesome";font-size:14px;height:28px;line-height:28px;}.featured-product3 .res-button.slick-next:before{width:40px;font-size:14px;content:"";font-family:"FontAwesome";height:28px;line-height:28px;}.featured-product3 .res-button{top:10px;}.sw-brand-container-slider .slider .item-brand-cat{padding:0;}.sw-brand-container-slider .slider .item-brand-cat .item-image{padding:5px;border:none;}.sw-brand-container-slider .title-home h2{font-size:30px;font-weight:700;padding:0 40px;text-transform:uppercase;position:relative;color:#000;}.sw-brand-container-slider .title-home h2:before{content:"";position:absolute;left:5px;bottom:7px;border-left:5px solid var(--color);transform:skewX(-30deg);height:20px;width:15px;border-right:5px solid var(--color);}.rtl .sw-brand-container-slider .title-home h2:before{transform:skewX(30deg);left:auto;right:5px;}@media (min-width: 991px){.button-collapse{display:none;}}.sw-woo-tab-style8{background-color:#fff;display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;flex-direction:row;}.sw-woo-tab-style8 .banner-category{min-width:240px;}.sw-woo-tab-style8 ul{margin:0;}.sw-woo-tab-style8 .nav-tabs>li>a{font-size:16px;color:#000;font-weight:400;font-weight:bold;text-transform:capitalize;line-height:24px;border-color:transparent;margin:0;border-radius:0;position:relative;border:none;}.sw-woo-tab-style8 .nav-tabs>li>a:hover,.sw-woo-tab-style8 .nav-tabs>li.active>a,.sw-woo-tab-style8 .nav-tabs>li.active>a:hover,.sw-woo-tab-style8 .nav-tabs>li.active>a:focus{color:#000;opacity:1 !important;border:none;background-color:transparent !important;}.sw-woo-tab-style8 .nav-tabs>li>a:hover:before,.sw-woo-tab-style8 .nav-tabs>li.active>a:before,.sw-woo-tab-style8 .nav-tabs>li.active>a:hover:before,.sw-woo-tab-style8 .nav-tabs>li.active>a:focus:before{content:"";left:0;right:0;bottom:0;width:100%;height:2px;background-color:var(--color);position:absolute;z-index:9;}.sw-woo-tab-style8 .tab-top{width:35%;display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;flex-direction:row;justify-content:flex-end;}.sw-woo-tab-style8 .tab-top .box{width:100%;}.sw-woo-tab-style8 .tab-top .resp-wrap{padding:30px;max-width:200px;}.sw-woo-tab-style8 .tab-top .block-title h3{text-transform:uppercase;font-size:24px;font-weight:700;color:#000;}.sw-woo-tab-style8 .tab-top .childcat-content ul{margin:0;}.sw-woo-tab-style8 .tab-top .childcat-content ul li a{font-size:14px;color:#666;line-height:30px;}.sw-woo-tab-style8 .tab-top .childcat-content ul li:hover a{color:var(--color);}.sw-woo-tab-style8 .tab-bottom{width:65%;}.featured-product .item .item-detail .item-content{padding:7px 15px 7px;}.box-content-archive12 h4{padding:0 15px;text-align:left;}.box-content-archive12,.home-style15 .item .item-detail .item-content,.home-style14 .item .item-detail .item-content{padding:15px;}.box-content-archive12 h4,.home-style15 .item .item-detail .item-content h4,.home-style14 .item .item-detail .item-content h4{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;height:45px;margin:0 0 10px !important;}.featured-product .box-content-archive12 h4,.featured-product .home-style15 .item .item-detail .item-content h4,.featured-product .home-style14 .item .item-detail .item-content h4{height:20px;-webkit-line-clamp:1;}.responsive-post-accordion7 .box-content-archive12 h4,.responsive-post-accordion7 .home-style15 .item .item-detail .item-content h4,.responsive-post-accordion7 .home-style14 .item .item-detail .item-content h4{height:34px;-webkit-line-clamp:1;}.box-content-archive12 h4 a,.home-style15 .item .item-detail .item-content h4 a,.home-style14 .item .item-detail .item-content h4 a{line-height:20px;}.slick-slider{position:relative;display:block;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent;}.slick-list{position:relative;overflow:hidden;display:block;margin:0;padding:0;}.slick-list:focus{outline:none;}.slick-list.dragging{cursor:pointer;cursor:hand;}.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0);}.slick-track{position:relative;left:0;top:0;display:block;}.slick-track:before,.slick-track:after{content:"";display:table;}.slick-track:after{clear:both;}.slick-loading .slick-track{visibility:hidden;}.slick-slide{float:left;min-height:1px;display:none;}[dir="rtl"] .slick-slide{float:right;}.slick-slide img{display:block;}.slick-slide.slick-loading img{display:none;}.slick-slide.dragging img{pointer-events:none;}.slick-initialized .slick-slide{display:block;}.slick-loading .slick-slide{visibility:hidden;}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent;}.slick-arrow.slick-hidden{display:none;}.rtl.woocommerce .widget_layered_nav ul li.chosen a::after,.rtl.woocommerce .widget_layered_nav_filters ul li a::after{line-height:1;content:"";font-family:WooCommerce;font-weight:400;color:#a00;speak:none;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;text-decoration:none;margin-left:10px;}.woocommerce.rtl .woocommerce .cart-collaterals .cart_totals,.woocommerce-page.rtl .woocommerce .cart-collaterals .cart_totals{text-align:right;}.woocommerce input.input-text,.woocommerce-page input.input-text{height:35px;background-color:#eee;border:1px solid #ddd;text-indent:10px;}.woocommerce .woocommerce-checkout #payment div.form-row,.woocommerce-page .woocommerce-checkout #payment div.form-row{margin-bottom:60px;}.woocommerce #customer_login h2,.woocommerce-page #customer_login h2{border-bottom:1px solid #eee;padding-bottom:15px;margin-bottom:20px;font-size:24px;text-transform:uppercase;}.woocommerce #customer_login form.login,.woocommerce #customer_login form.register,.woocommerce-page #customer_login form.login,.woocommerce-page #customer_login form.register{border:0;padding:0;}.woocommerce #customer_login form.login .form-row .input-text,.woocommerce #customer_login form.register .form-row .input-text,.woocommerce-page #customer_login form.login .form-row .input-text,.woocommerce-page #customer_login form.register .form-row .input-text{-webkit-border-radius:0;-moz-border-radius:0;-o-border-radius:0;-ms-border-radius:0;border-radius:0;background:#eee;border:0;}.woocommerce #customer_login form.login .form-row .input-text#password,.woocommerce #customer_login form.register .form-row .input-text#password,.woocommerce-page #customer_login form.login .form-row .input-text#password,.woocommerce-page #customer_login form.register .form-row .input-text#password{width:100%;}.woocommerce form.lost_reset_password .form-row,.woocommerce-page form.lost_reset_password .form-row{width:300px;max-width:100%;}.woocommerce form.lost_reset_password .form-row .input-text,.woocommerce-page form.lost_reset_password .form-row .input-text{-webkit-border-radius:0;-moz-border-radius:0;-o-border-radius:0;-ms-border-radius:0;border-radius:0;background:#eee;border:0;}.woocommerce form.lost_reset_password .form-row input.button,.woocommerce-page form.lost_reset_password .form-row input.button{border:0;-webkit-border-radius:0;-moz-border-radius:0;-o-border-radius:0;-ms-border-radius:0;border-radius:0;margin-bottom:10px;margin-top:0;}.woocommerce form.lost_reset_password .form-row input.button:hover,.woocommerce-page form.lost_reset_password .form-row input.button:hover{background:var(--darken10);color:#fff;}.woocommerce .woocommerce form .form-row label,.woocommerce-page .woocommerce form .form-row label{font-weight:normal;}.woocommerce .woocommerce-checkout table.shop_table th,.woocommerce .woocommerce-checkout table.shop_table td,.woocommerce-page .woocommerce-checkout table.shop_table th,.woocommerce-page .woocommerce-checkout table.shop_table td{border:0;}.woocommerce .woocommerce-checkout table.shop_table th,.woocommerce-page .woocommerce-checkout table.shop_table th{color:#222;font-family:"Poppins",Helvetica,Arial,sans-serif;}.woocommerce .woocommerce-checkout .col-1 h3,.woocommerce .woocommerce-checkout .col-2 h3,.woocommerce-page .woocommerce-checkout .col-1 h3,.woocommerce-page .woocommerce-checkout .col-2 h3{color:#222;}.woocommerce .woocommerce-checkout .woocommerce-checkout-payment label,.woocommerce-page .woocommerce-checkout .woocommerce-checkout-payment label{color:#222;font-family:"Poppins",Helvetica,Arial,sans-serif;}.woocommerce #ship-to-different-address-checkbox,.woocommerce-page #ship-to-different-address-checkbox{margin-left:0;margin-right:5px;}.woocommerce .woocommerce .checkout #order_review table.shop_table td,.woocommerce .woocommerce .checkout #order_review table.shop_table tfoot th,.woocommerce .woocommerce-page .checkout #order_review table.shop_table td,.woocommerce .woocommerce-page .checkout #order_review table.shop_table tfoot th,.woocommerce-page .woocommerce .checkout #order_review table.shop_table td,.woocommerce-page .woocommerce .checkout #order_review table.shop_table tfoot th,.woocommerce-page .woocommerce-page .checkout #order_review table.shop_table td,.woocommerce-page .woocommerce-page .checkout #order_review table.shop_table tfoot th{border-top:1px solid #fff;padding:10px 15px;border-right:0;}.woocommerce .entry-summary form.register input[type="submit"],.woocommerce-page .entry-summary form.register input[type="submit"]{text-transform:uppercase;height:35px;line-height:35px;padding:0 15px;}.woocommerce .entry-content form.login,.woocommerce-page .entry-content form.login{border:0;padding:0;}.woocommerce .entry-content form.login .form-row-first,.woocommerce .entry-content form.login .form-row-last,.woocommerce-page .entry-content form.login .form-row-first,.woocommerce-page .entry-content form.login .form-row-last{float:left;width:48.5%;padding:0;margin-bottom:15px;}.woocommerce .entry-content form.login .form-row-first .input-text,.woocommerce .entry-content form.login .form-row-last .input-text,.woocommerce-page .entry-content form.login .form-row-first .input-text,.woocommerce-page .entry-content form.login .form-row-last .input-text{-webkit-border-radius:0;-moz-border-radius:0;-o-border-radius:0;-ms-border-radius:0;border-radius:0;background:#eee;border:0;}.woocommerce .entry-content form.login .form-row-last,.woocommerce-page .entry-content form.login .form-row-last{margin-left:3%;}.woocommerce .entry-content form.login .form-row label.inline,.woocommerce-page .entry-content form.login .form-row label.inline{clear:both;display:block;line-height:normal;vertical-align:top;}.woocommerce .entry-content form.login .form-row input.button,.woocommerce-page .entry-content form.login .form-row input.button{border:0;-webkit-border-radius:0;-moz-border-radius:0;-o-border-radius:0;-ms-border-radius:0;border-radius:0;margin-bottom:10px;text-transform:uppercase;height:35px;line-height:35px;padding:0 15px;}.woocommerce .entry-content form.login .form-row input.button:hover,.woocommerce-page .entry-content form.login .form-row input.button:hover{background:var(--darken10);color:#fff;}.woocommerce .entry-content form.login .lost_password a,.woocommerce-page .entry-content form.login .lost_password a{color:#0065b3;}.woocommerce .entry-content form.login .lost_password a:hover,.woocommerce-page .entry-content form.login .lost_password a:hover{color:var(--darken15);}.woocommerce .entry-content .checkout_coupon,.woocommerce-page .entry-content .checkout_coupon{padding:0;border:0;}.woocommerce .entry-content .checkout_coupon .form-row,.woocommerce-page .entry-content .checkout_coupon .form-row{width:180px;float:left;padding:0;}.woocommerce .entry-content .checkout_coupon .form-row.form-row-last,.woocommerce-page .entry-content .checkout_coupon .form-row.form-row-last{text-align:center;}.woocommerce .entry-content .checkout_coupon .form-row .input-text,.woocommerce-page .entry-content .checkout_coupon .form-row .input-text{-webkit-border-radius:0;-moz-border-radius:0;-o-border-radius:0;-ms-border-radius:0;border-radius:0;background:#eee;border:0;}.woocommerce .entry-content .checkout_coupon .form-row input.button,.woocommerce-page .entry-content .checkout_coupon .form-row input.button{border:0;-webkit-border-radius:0;-moz-border-radius:0;-o-border-radius:0;-ms-border-radius:0;border-radius:0;height:35px;text-transform:uppercase;}.woocommerce .entry-content .checkout_coupon .form-row input.button:hover,.woocommerce-page .entry-content .checkout_coupon .form-row input.button:hover{background:var(--darken10);color:#fff;}.woocommerce .checkout .col2-set .col-1,.woocommerce .checkout .col2-set .col-2,.woocommerce-page .checkout .col2-set .col-1,.woocommerce-page .checkout .col2-set .col-2{float:left;width:50%;}.woocommerce .checkout .col2-set .col-1 h3,.woocommerce .checkout .col2-set .col-2 h3,.woocommerce-page .checkout .col2-set .col-1 h3,.woocommerce-page .checkout .col2-set .col-2 h3{border-bottom:1px solid #eee;padding-bottom:10px;margin-bottom:20px;font-weight:normal;}.woocommerce .checkout .col2-set .col-1 .chosen-container-single .chosen-single,.woocommerce .checkout .col2-set .col-2 .chosen-container-single .chosen-single,.woocommerce-page .checkout .col2-set .col-1 .chosen-container-single .chosen-single,.woocommerce-page .checkout .col2-set .col-2 .chosen-container-single .chosen-single{-webkit-border-radius:3px;-moz-border-radius:3px;-o-border-radius:3px;-ms-border-radius:3px;border-radius:3px;}.woocommerce .checkout .col2-set .col-1 input,.woocommerce .checkout .col2-set .col-1 textarea,.woocommerce .checkout .col2-set .col-2 input,.woocommerce .checkout .col2-set .col-2 textarea,.woocommerce-page .checkout .col2-set .col-1 input,.woocommerce-page .checkout .col2-set .col-1 textarea,.woocommerce-page .checkout .col2-set .col-2 input,.woocommerce-page .checkout .col2-set .col-2 textarea{background:#eee;-webkit-border-radius:0;-moz-border-radius:0;-o-border-radius:0;-ms-border-radius:0;border-radius:0;border:0;}.woocommerce .checkout .col2-set .col-1 textarea,.woocommerce .checkout .col2-set .col-2 textarea,.woocommerce-page .checkout .col2-set .col-1 textarea,.woocommerce-page .checkout .col2-set .col-2 textarea{padding:10px;min-height:80px;}.woocommerce .checkout .col2-set .col-1 .woocommerce-billing-fields,.woocommerce-page .checkout .col2-set .col-1 .woocommerce-billing-fields{padding-right:15px;margin-bottom:15px;}.woocommerce .checkout .col2-set .col-1 .woocommerce-account-fields,.woocommerce-page .checkout .col2-set .col-1 .woocommerce-account-fields{margin-bottom:30px;}.woocommerce .checkout .col2-set .col-1 .woocommerce-account-fields .input-checkbox,.woocommerce-page .checkout .col2-set .col-1 .woocommerce-account-fields .input-checkbox{margin-top:5px;}.woocommerce .checkout .col2-set .col-2 .woocommerce-shipping-fields,.woocommerce-page .checkout .col2-set .col-2 .woocommerce-shipping-fields{padding-left:15px;}.woocommerce .checkout .col2-set .col-2 .woocommerce-shipping-fields h3#ship-to-different-address,.woocommerce-page .checkout .col2-set .col-2 .woocommerce-shipping-fields h3#ship-to-different-address{padding:0 0 10px;width:100%;}.woocommerce .checkout .col2-set .col-2 .woocommerce-shipping-fields h3#ship-to-different-address > label,.woocommerce-page .checkout .col2-set .col-2 .woocommerce-shipping-fields h3#ship-to-different-address > label{padding:0;margin:0;font-weight:normal;vertical-align:top;display:inline-block;}.woocommerce .checkout .col2-set .col-2 .woocommerce-shipping-fields h3#ship-to-different-address > input,.woocommerce-page .checkout .col2-set .col-2 .woocommerce-shipping-fields h3#ship-to-different-address > input{display:inline-block;vertical-align:top;margin:6px 5px 0;}.woocommerce .checkout #order_review table.shop_table,.woocommerce-page .checkout #order_review table.shop_table{-webkit-border-radius:0;-moz-border-radius:0;-o-border-radius:0;-ms-border-radius:0;border-radius:0;border:0;}.woocommerce .checkout #order_review table.shop_table td,.woocommerce .checkout #order_review table.shop_table tfoot th,.woocommerce-page .checkout #order_review table.shop_table td,.woocommerce-page .checkout #order_review table.shop_table tfoot th{border-top:1px solid #fff;padding:10px 15px;}.woocommerce .checkout #order_review table.shop_table tr,.woocommerce-page .checkout #order_review table.shop_table tr{background:#eee;}.woocommerce .checkout #order_review table.shop_table tr:hover,.woocommerce-page .checkout #order_review table.shop_table tr:hover{background:#d5d5d5;cursor:pointer;}.woocommerce .checkout #payment,.woocommerce-page .checkout #payment{-webkit-border-radius:0;-moz-border-radius:0;-o-border-radius:0;-ms-border-radius:0;border-radius:0;}.woocommerce .checkout #payment .terms,.woocommerce-page .checkout #payment .terms{float:none;}.woocommerce .checkout #payment .terms .input-checkbox,.woocommerce-page .checkout #payment .terms .input-checkbox{margin-top:6px;}.woocommerce .checkout #payment #place_order,.woocommerce-page .checkout #payment #place_order{width:auto;border:0;padding:10px 20px;background:#0065b3;color:#fff;text-shadow:none;-webkit-border-radius:3px;-moz-border-radius:3px;-o-border-radius:3px;-ms-border-radius:3px;border-radius:3px;text-transform:uppercase;}.woocommerce .checkout #payment #place_order:hover,.woocommerce-page .checkout #payment #place_order:hover{background:var(--darken15);}.woocommerce form table.shop_table.shop_table_responsive,.woocommerce-page form table.shop_table.shop_table_responsive{-webkit-border-radius:0;-moz-border-radius:0;-o-border-radius:0;-ms-border-radius:0;border-radius:0;border:0;border:1px solid #0065b3;margin-bottom:50px;}.woocommerce form table.shop_table.shop_table_responsive th.product-thumbnail,.woocommerce form table.shop_table.shop_table_responsive tr td.product-thumbnail,.woocommerce-page form table.shop_table.shop_table_responsive th.product-thumbnail,.woocommerce-page form table.shop_table.shop_table_responsive tr td.product-thumbnail{display:table-cell;}.woocommerce form table.shop_table.shop_table_responsive thead,.woocommerce-page form table.shop_table.shop_table_responsive thead{display:table-row-group;}.woocommerce form table.shop_table.shop_table_responsive thead tr,.woocommerce-page form table.shop_table.shop_table_responsive thead tr{display:table-row;}.woocommerce form table.shop_table.shop_table_responsive thead tr th,.woocommerce-page form table.shop_table.shop_table_responsive thead tr th{border-bottom:1px solid #0065b3;border-top:0;border-left:0;color:#222;font-family:"Poppins",Helvetica,Arial,sans-serif;}.woocommerce form table.shop_table.shop_table_responsive thead tr th.product-subtotal,.woocommerce-page form table.shop_table.shop_table_responsive thead tr th.product-subtotal{border-right:0;}.woocommerce form table.shop_table.shop_table_responsive tbody tr,.woocommerce-page form table.shop_table.shop_table_responsive tbody tr{display:table-row;}.woocommerce form table.shop_table.shop_table_responsive tbody tr td,.woocommerce-page form table.shop_table.shop_table_responsive tbody tr td{border-top:1px solid #0065b3;display:table-cell;text-align:left !important;}.woocommerce form table.shop_table.shop_table_responsive tbody tr td:before,.woocommerce-page form table.shop_table.shop_table_responsive tbody tr td:before{display:none;}.woocommerce form table.shop_table.shop_table_responsive tbody tr.cart_item td,.woocommerce-page form table.shop_table.shop_table_responsive tbody tr.cart_item td{border:0;}.woocommerce form table.shop_table.shop_table_responsive tr,.woocommerce-page form table.shop_table.shop_table_responsive tr{border:0;}.woocommerce form table.shop_table.shop_table_responsive tr td,.woocommerce-page form table.shop_table.shop_table_responsive tr td{border:0;}.woocommerce form table.shop_table.shop_table_responsive tr td.product-thumbnail img,.woocommerce-page form table.shop_table.shop_table_responsive tr td.product-thumbnail img{width:70px;}.woocommerce form table.shop_table.shop_table_responsive tr td.product-remove,.woocommerce-page form table.shop_table.shop_table_responsive tr td.product-remove{font-size:24px;}.woocommerce form table.shop_table.shop_table_responsive tr td.product-quantity .quantity,.woocommerce-page form table.shop_table.shop_table_responsive tr td.product-quantity .quantity{border:1px solid #0065b3;overflow:visible;display:inline-block;}.woocommerce form table.shop_table.shop_table_responsive tr td.product-quantity .quantity input.qty,.woocommerce-page form table.shop_table.shop_table_responsive tr td.product-quantity .quantity input.qty{height:30px;min-height:initial;border:0;float:left;text-indent:inherit;-webkit-border-radius:0;-moz-border-radius:0;-o-border-radius:0;-ms-border-radius:0;border-radius:0;}.woocommerce form table.shop_table.shop_table_responsive tr td.product-quantity .quantity input[type=number],.woocommerce-page form table.shop_table.shop_table_responsive tr td.product-quantity .quantity input[type=number]{-moz-appearance:textfield;}.woocommerce form table.shop_table.shop_table_responsive tr td.product-quantity .quantity input::-webkit-outer-spin-button,.woocommerce form table.shop_table.shop_table_responsive tr td.product-quantity .quantity input::-webkit-inner-spin-button,.woocommerce-page form table.shop_table.shop_table_responsive tr td.product-quantity .quantity input::-webkit-outer-spin-button,.woocommerce-page form table.shop_table.shop_table_responsive tr td.product-quantity .quantity input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0;}.woocommerce form table.shop_table.shop_table_responsive tr td.product-quantity .quantity .minus,.woocommerce form table.shop_table.shop_table_responsive tr td.product-quantity .quantity .plus,.woocommerce-page form table.shop_table.shop_table_responsive tr td.product-quantity .quantity .minus,.woocommerce-page form table.shop_table.shop_table_responsive tr td.product-quantity .quantity .plus{float:left;position:static;background:#ccc;-webkit-border-radius:0;-moz-border-radius:0;-o-border-radius:0;-ms-border-radius:0;border-radius:0;height:auto;height:30px;width:25px;border:0;font-size:18px;-webkit-box-shadow:none;-moz-box-shadow:none;-o-box-shadow:none;-ms-box-shadow:none;box-shadow:none;text-shadow:none;font-weight:normal;display:block !important;}.woocommerce form table.shop_table.shop_table_responsive tr td.product-quantity .quantity .minus:hover,.woocommerce form table.shop_table.shop_table_responsive tr td.product-quantity .quantity .plus:hover,.woocommerce-page form table.shop_table.shop_table_responsive tr td.product-quantity .quantity .minus:hover,.woocommerce-page form table.shop_table.shop_table_responsive tr td.product-quantity .quantity .plus:hover{background:#0065b3;color:#fff;}.woocommerce form table.shop_table.shop_table_responsive tr td.actions,.woocommerce-page form table.shop_table.shop_table_responsive tr td.actions{padding:15px 10px;}.woocommerce form table.shop_table.shop_table_responsive tr td.actions .coupon,.woocommerce-page form table.shop_table.shop_table_responsive tr td.actions .coupon{float:left;padding:0;}.rtl .woocommerce form table.shop_table.shop_table_responsive tr td.actions .coupon,.rtl .woocommerce-page form table.shop_table.shop_table_responsive tr td.actions .coupon{float:right;}.woocommerce form table.shop_table.shop_table_responsive tr td.actions .coupon .input-text,.woocommerce-page form table.shop_table.shop_table_responsive tr td.actions .coupon .input-text{-webkit-border-radius:0;-moz-border-radius:0;-o-border-radius:0;-ms-border-radius:0;border-radius:0;margin:0;}.woocommerce form table.shop_table.shop_table_responsive tr td.actions .coupon input.input-text,.woocommerce-page form table.shop_table.shop_table_responsive tr td.actions .coupon input.input-text{height:31px;border-radius:3px;padding:5px 10px;width:200px;}.rtl .woocommerce form table.shop_table.shop_table_responsive tr td.actions .coupon input.input-text,.rtl .woocommerce-page form table.shop_table.shop_table_responsive tr td.actions .coupon input.input-text{float:right;}.woocommerce form table.shop_table.shop_table_responsive tr td.actions .button,.woocommerce-page form table.shop_table.shop_table_responsive tr td.actions .button{background:#0065b3 !important;-webkit-box-shadow:none;-moz-box-shadow:none;-o-box-shadow:none;-ms-box-shadow:none;box-shadow:none;text-shadow:none;font-weight:normal;color:#fff;margin:0 5px;border-color:#0065b3;vertical-align:top;width:auto;padding:7px 15px;height:31px;text-transform:uppercase;}.woocommerce form table.shop_table.shop_table_responsive tr td.actions .button:hover,.woocommerce-page form table.shop_table.shop_table_responsive tr td.actions .button:hover{background:var(--darken10) !important;color:#fff;}.woocommerce form table.shop_table.shop_table_responsive tr td.actions .box-chekout .button,.woocommerce-page form table.shop_table.shop_table_responsive tr td.actions .box-chekout .button{background:#ccc;-webkit-box-shadow:none;-moz-box-shadow:none;-o-box-shadow:none;-ms-box-shadow:none;box-shadow:none;text-shadow:none;font-weight:normal;}.woocommerce form table.shop_table.shop_table_responsive tr td.actions .box-chekout .button:hover,.woocommerce-page form table.shop_table.shop_table_responsive tr td.actions .box-chekout .button:hover{background:#0065b3;color:#fff;border-color:#0065b3;}.woocommerce form table.shop_table.shop_table_responsive tr td.actions .box-chekout .checkout-button.button,.woocommerce-page form table.shop_table.shop_table_responsive tr td.actions .box-chekout .checkout-button.button{background:#0065b3;color:#fff;border-color:#0065b3;}.woocommerce form table.shop_table.shop_table_responsive tr td.actions .box-chekout .checkout-button.button:hover,.woocommerce-page form table.shop_table.shop_table_responsive tr td.actions .box-chekout .checkout-button.button:hover{background:var(--darken10);}.woocommerce > .cart-collaterals,.woocommerce-page > .cart-collaterals{margin-bottom:10px;}.woocommerce > .cart-collaterals .products-wrapper,.woocommerce-page > .cart-collaterals .products-wrapper{padding:0;}.woocommerce > .cart-collaterals .cart_totals,.woocommerce-page > .cart-collaterals .cart_totals{width:50%;margin-bottom:45px;float:left;}.rtl .woocommerce > .cart-collaterals .cart_totals,.rtl .woocommerce-page > .cart-collaterals .cart_totals{float:right;text-align:right;}.woocommerce > .cart-collaterals .cart_totals h2,.woocommerce-page > .cart-collaterals .cart_totals h2{border-bottom:1px solid #eee;padding-bottom:10px;margin-bottom:20px;font-size:24px;}.woocommerce > .cart-collaterals .cart_totals table,.woocommerce-page > .cart-collaterals .cart_totals table{width:100%;-webkit-border-radius:0;-moz-border-radius:0;-o-border-radius:0;-ms-border-radius:0;border-radius:0;border:1px solid #eee;}.woocommerce > .cart-collaterals .cart_totals table tr,.woocommerce-page > .cart-collaterals .cart_totals table tr{border:0;font-family:"Poppins",Helvetica,Arial,sans-serif;color:#222;}.woocommerce > .cart-collaterals .cart_totals table tr th,.woocommerce > .cart-collaterals .cart_totals table tr td,.woocommerce-page > .cart-collaterals .cart_totals table tr th,.woocommerce-page > .cart-collaterals .cart_totals table tr td{border:0;padding:10px;}.woocommerce > .cart-collaterals .cart_totals table tr td,.woocommerce-page > .cart-collaterals .cart_totals table tr td{text-align:right;}.woocommerce > .cart-collaterals .cart_totals table tr.order-total th,.woocommerce > .cart-collaterals .cart_totals table tr.order-total td,.woocommerce-page > .cart-collaterals .cart_totals table tr.order-total th,.woocommerce-page > .cart-collaterals .cart_totals table tr.order-total td{border-top:1px solid #eee;}.woocommerce > .cart-collaterals .cart_totals table tr.order-total th .amount,.woocommerce > .cart-collaterals .cart_totals table tr.order-total td .amount,.woocommerce-page > .cart-collaterals .cart_totals table tr.order-total th .amount,.woocommerce-page > .cart-collaterals .cart_totals table tr.order-total td .amount{font-size:18px;font-weight:normal;color:#0065b3;}.woocommerce > .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button,.woocommerce-page > .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button{background:#0065b3;display:inline-block;text-shadow:none;font-weight:normal;font-size:14px;padding:7px 15px;}.woocommerce > .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button:hover,.woocommerce-page > .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button:hover{background:var(--darken10);}.woocommerce > .cart-collaterals .shipping_calculator,.woocommerce-page > .cart-collaterals .shipping_calculator{float:left;margin-left:2%;width:48%;}.woocommerce > .cart-collaterals .shipping_calculator h2,.woocommerce-page > .cart-collaterals .shipping_calculator h2{border-bottom:1px solid #eee;padding-bottom:10px;margin-bottom:20px;}.woocommerce > .cart-collaterals .shipping_calculator h2 a:after,.woocommerce-page > .cart-collaterals .shipping_calculator h2 a:after{content:"";}.woocommerce > .cart-collaterals .shipping_calculator .shipping-calculator-form .form-row,.woocommerce-page > .cart-collaterals .shipping_calculator .shipping-calculator-form .form-row{padding:5px 0;}.woocommerce > .cart-collaterals .shipping_calculator .shipping-calculator-form .form-row .input-text,.woocommerce-page > .cart-collaterals .shipping_calculator .shipping-calculator-form .form-row .input-text{-webkit-border-radius:0;-moz-border-radius:0;-o-border-radius:0;-ms-border-radius:0;border-radius:0;}.woocommerce > .cart-collaterals .shipping_calculator .shipping-calculator-form .button,.woocommerce-page > .cart-collaterals .shipping_calculator .shipping-calculator-form .button{background:#0065b3;color:#fff;border-color:#0065b3;width:auto;display:inline-block;-webkit-box-shadow:none;-moz-box-shadow:none;-o-box-shadow:none;-ms-box-shadow:none;box-shadow:none;text-shadow:none;font-weight:normal;}.woocommerce > .cart-collaterals .shipping_calculator .shipping-calculator-form .button:hover,.woocommerce-page > .cart-collaterals .shipping_calculator .shipping-calculator-form .button:hover{background:var(--darken10);}.woocommerce #content .woocommerce-message,.woocommerce #content .woocommerce-error,.woocommerce #content .woocommerce-info,.woocommerce #contents .woocommerce-message,.woocommerce #contents .woocommerce-error,.woocommerce #contents .woocommerce-info,.woocommerce-page #content .woocommerce-message,.woocommerce-page #content .woocommerce-error,.woocommerce-page #content .woocommerce-info,.woocommerce-page #contents .woocommerce-message,.woocommerce-page #contents .woocommerce-error,.woocommerce-page #contents .woocommerce-info{-webkit-border-radius:0;-moz-border-radius:0;-o-border-radius:0;-ms-border-radius:0;border-radius:0;border-top-color:#0065b3;background:#eee;-webkit-box-shadow:none;-moz-box-shadow:none;-o-box-shadow:none;-ms-box-shadow:none;box-shadow:none;text-shadow:none;}.woocommerce #content .woocommerce-message .wc-forward,.woocommerce #content .woocommerce-error .wc-forward,.woocommerce #content .woocommerce-info .wc-forward,.woocommerce #contents .woocommerce-message .wc-forward,.woocommerce #contents .woocommerce-error .wc-forward,.woocommerce #contents .woocommerce-info .wc-forward,.woocommerce-page #content .woocommerce-message .wc-forward,.woocommerce-page #content .woocommerce-error .wc-forward,.woocommerce-page #content .woocommerce-info .wc-forward,.woocommerce-page #contents .woocommerce-message .wc-forward,.woocommerce-page #contents .woocommerce-error .wc-forward,.woocommerce-page #contents .woocommerce-info .wc-forward{-webkit-box-shadow:none;-moz-box-shadow:none;-o-box-shadow:none;-ms-box-shadow:none;box-shadow:none;text-shadow:none;-webkit-border-radius:3px;-moz-border-radius:3px;-o-border-radius:3px;-ms-border-radius:3px;border-radius:3px;border:0;font-weight:normal;background:#0065b3;color:#fff;}.woocommerce #content .woocommerce-message .wc-forward:hover,.woocommerce #content .woocommerce-error .wc-forward:hover,.woocommerce #content .woocommerce-info .wc-forward:hover,.woocommerce #contents .woocommerce-message .wc-forward:hover,.woocommerce #contents .woocommerce-error .wc-forward:hover,.woocommerce #contents .woocommerce-info .wc-forward:hover,.woocommerce-page #content .woocommerce-message .wc-forward:hover,.woocommerce-page #content .woocommerce-error .wc-forward:hover,.woocommerce-page #content .woocommerce-info .wc-forward:hover,.woocommerce-page #contents .woocommerce-message .wc-forward:hover,.woocommerce-page #contents .woocommerce-error .wc-forward:hover,.woocommerce-page #contents .woocommerce-info .wc-forward:hover{opacity:.7;}.woocommerce #reviews #review_form_wrapper h3,.woocommerce-page #reviews #review_form_wrapper h3{border-bottom:1px solid #f1f1f1;padding-bottom:10px;margin-bottom:20px;font-size:18px;text-transform:uppercase;}.woocommerce #reviews #review_form_wrapper .comment-form input,.woocommerce #reviews #review_form_wrapper .comment-form textarea,.woocommerce-page #reviews #review_form_wrapper .comment-form input,.woocommerce-page #reviews #review_form_wrapper .comment-form textarea{-webkit-border-radius:0;-moz-border-radius:0;-o-border-radius:0;-ms-border-radius:0;border-radius:0;padding:7px 10px;width:60%;}.woocommerce #reviews #review_form_wrapper .comment-form textarea,.woocommerce-page #reviews #review_form_wrapper .comment-form textarea{width:100%;}.woocommerce #reviews #review_form_wrapper .comment-form input#submit,.woocommerce-page #reviews #review_form_wrapper .comment-form input#submit{width:auto;color:#fff;}.woocommerce #reviews #review_form_wrapper .comment-form input#submit:hover,.woocommerce-page #reviews #review_form_wrapper .comment-form input#submit:hover{color:#fff;}.woocommerce #reviews #review_form_wrapper .comment-form input#wp-comment-cookies-consent,.woocommerce-page #reviews #review_form_wrapper .comment-form input#wp-comment-cookies-consent{width:auto !important;}.woocommerce #reviews #review_form_wrapper .comment-form .comment-form-author,.woocommerce #reviews #review_form_wrapper .comment-form .comment-form-email,.woocommerce-page #reviews #review_form_wrapper .comment-form .comment-form-author,.woocommerce-page #reviews #review_form_wrapper .comment-form .comment-form-email{width:50%;float:left;}.woocommerce #reviews #review_form_wrapper .comment-form .comment-form-author label,.woocommerce #reviews #review_form_wrapper .comment-form .comment-form-email label,.woocommerce-page #reviews #review_form_wrapper .comment-form .comment-form-author label,.woocommerce-page #reviews #review_form_wrapper .comment-form .comment-form-email label{display:block;}.woocommerce #reviews #review_form_wrapper .comment-form .comment-form-author input,.woocommerce #reviews #review_form_wrapper .comment-form .comment-form-email input,.woocommerce-page #reviews #review_form_wrapper .comment-form .comment-form-author input,.woocommerce-page #reviews #review_form_wrapper .comment-form .comment-form-email input{width:100%;}.woocommerce #reviews #review_form_wrapper .comment-form .comment-form-author,.woocommerce-page #reviews #review_form_wrapper .comment-form .comment-form-author{padding-right:15px;}.woocommerce table.my_account_orders,.woocommerce-page table.my_account_orders{font-size:1em;}.woocommerce table.my_account_orders tr th,.woocommerce-page table.my_account_orders tr th{background:#ccc;}.woocommerce table.my_account_orders tr td.order-actions .button,.woocommerce-page table.my_account_orders tr td.order-actions .button{background:#333;-webkit-border-radius:0;-moz-border-radius:0;-o-border-radius:0;-ms-border-radius:0;border-radius:0;-webkit-box-shadow:none;-moz-box-shadow:none;-o-box-shadow:none;-ms-box-shadow:none;box-shadow:none;color:#fff;text-shadow:none;font-weight:normal;border:0;}.woocommerce table.my_account_orders tr td.order-actions .button:hover,.woocommerce-page table.my_account_orders tr td.order-actions .button:hover{background:#0065b3;}.woocommerce .entry-content .col2-set .address,.woocommerce-page .entry-content .col2-set .address{padding-left:15px;padding-right:15px;}.woocommerce table.wishlist_table thead th{border-color:#0065b3;color:#222;font-family:"Rajdhani",sans-serif;}.woocommerce form table.wishlist_table,.woocommerce-page form table.wishlist_table{border-collapse:collapse;}.woocommerce form table.wishlist_table th.product-thumbnail,.woocommerce-page form table.wishlist_table th.product-thumbnail{border:0;}.woocommerce form table.wishlist_table tfoot,.woocommerce-page form table.wishlist_table tfoot{border-top:1px solid #0065b3;}.woocommerce form table.wishlist_table tr td,.woocommerce-page form table.wishlist_table tr td{text-align:start;padding:10px 12px;}.woocommerce form table.wishlist_table tr td.product-thumbnail,.woocommerce-page form table.wishlist_table tr td.product-thumbnail{max-width:60px;}.woocommerce form table.wishlist_table tr td.product-name a,.woocommerce-page form table.wishlist_table tr td.product-name a{color:#000;}.woocommerce form table.wishlist_table tr td.product-price del,.woocommerce-page form table.wishlist_table tr td.product-price del{margin-right:10px;}.woocommerce form table.wishlist_table tr td.product-price del span,.woocommerce-page form table.wishlist_table tr td.product-price del span{font-size:16px;color:#999;}.woocommerce form table.wishlist_table tr td.product-price ins,.woocommerce-page form table.wishlist_table tr td.product-price ins{text-decoration:none;font-weight:600;}.woocommerce form table.wishlist_table tr td.product-price ins span,.woocommerce-page form table.wishlist_table tr td.product-price ins span{font-size:18px;}.woocommerce form table.wishlist_table tr td.product-price >span.amount,.woocommerce-page form table.wishlist_table tr td.product-price >span.amount{color:#0065b3;font-size:18px;font-weight:600;}.woocommerce form table.wishlist_table tr td.product-add-to-cart,.woocommerce-page form table.wishlist_table tr td.product-add-to-cart{vertical-align:middle;text-align:center;}.woocommerce form table.wishlist_table tr td.product-add-to-cart .add_to_cart,.woocommerce-page form table.wishlist_table tr td.product-add-to-cart .add_to_cart{display:inline-block !important;padding:0;color:#000;}.woocommerce form table.wishlist_table tr td.product-add-to-cart .add_to_cart.loading,.woocommerce-page form table.wishlist_table tr td.product-add-to-cart .add_to_cart.loading{height:43px;position:relative;}.woocommerce form table.wishlist_table tr td.product-add-to-cart .add_to_cart.loading:before,.woocommerce-page form table.wishlist_table tr td.product-add-to-cart .add_to_cart.loading:before{border-radius:16px;background-color:#0065b3;}.woocommerce form table.wishlist_table tr td.product-add-to-cart .add_to_cart.loading:after,.woocommerce-page form table.wishlist_table tr td.product-add-to-cart .add_to_cart.loading:after{content:"";}.woocommerce form table.wishlist_table tr td.product-add-to-cart a.button,.woocommerce-page form table.wishlist_table tr td.product-add-to-cart a.button{background:#999;border:0;text-transform:capitalize;text-shadow:none;color:#fff;position:static;padding:12px 20px;-webkit-border-radius:40px;-moz-border-radius:40px;-o-border-radius:40px;-ms-border-radius:40px;border-radius:40px;-webkit-box-shadow:none;-moz-box-shadow:none;-o-box-shadow:none;-ms-box-shadow:none;box-shadow:none;margin:13px 0 !important;}.woocommerce form table.wishlist_table tr td.product-add-to-cart a.button:hover,.woocommerce-page form table.wishlist_table tr td.product-add-to-cart a.button:hover{background:var(--color);}.woocommerce form table.wishlist_table tr td.product-add-to-cart .remove_from_wishlist.button,.woocommerce-page form table.wishlist_table tr td.product-add-to-cart .remove_from_wishlist.button{display:none !important;}.woocommerce form table.wishlist_table tr td.product-add-to-cart .dateadded,.woocommerce-page form table.wishlist_table tr td.product-add-to-cart .dateadded{margin-bottom:5px;}.woocommerce form table.wishlist_table tr td.product-remove a.remove,.woocommerce-page form table.wishlist_table tr td.product-remove a.remove{font-size:1em;margin:0 auto;}.woocommerce form table.wishlist_table tbody tr,.woocommerce-page form table.wishlist_table tbody tr{border-top:1px solid #eee;}.woocommerce form table.wishlist_table tbody tr:hover,.woocommerce-page form table.wishlist_table tbody tr:hover{cursor:pointer;background:#f2f2f2;}.woocommerce form table.wishlist_table tbody tr:hover td,.woocommerce-page form table.wishlist_table tbody tr:hover td{background:#f2f2f2;}.woocommerce tbody tr td,.woocommerce thead tr th,.woocommerce-page tbody tr td,.woocommerce-page thead tr th{font-size:14px;}.woocommerce article header .entry-title,.woocommerce-page article header .entry-title{font-size:24px;color:var(--color);}.woocommerce article .wishlist-title,.woocommerce-page article .wishlist-title{display:none;}.woocommerce .return-to-shop .button.wc-backward,.woocommerce-page .return-to-shop .button.wc-backward{background-color:var(--color);color:#fff;margin-bottom:30px;}.woocommerce .return-to-shop .button.wc-backward:hover,.woocommerce-page .return-to-shop .button.wc-backward:hover{}.woocommerce a.remove{width:30px;height:30px;line-height:30px;color:#999 !important;font-size:26px;}.woocommerce #respond input#submit,.woocommerce input.button{-webkit-border-radius:0;-moz-border-radius:0;-o-border-radius:0;-ms-border-radius:0;border-radius:0;background-color:#353535;color:#fff;font-weight:500;border:0;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;}.woocommerce #respond input#submit:hover,.woocommerce input.button:hover{background-color:var(--color);color:#fff;}.woocommerce td.product-name dl.variation dd,.woocommerce td.product-name dl.variation dt{margin-bottom:.25em;}.woocommerce div.product p.cart{float:left;}div.star,div.stars{background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAALCAYAAACksgdhAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NTU0QTMyQ0ZGNzIzMTFFNTg5NkVFNTA4ODExRkY1RUEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NTU0QTMyRDBGNzIzMTFFNTg5NkVFNTA4ODExRkY1RUEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo1NTRBMzJDREY3MjMxMUU1ODk2RUU1MDg4MTFGRjVFQSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo1NTRBMzJDRUY3MjMxMUU1ODk2RUU1MDg4MTFGRjVFQSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PlRcm9UAAACsSURBVHjaYvz//z8DOjh79qwAkHoAxAbGxsYP0OWZGLCDAiDmB+IGbJKM6DYh2cIPFVJEtw2sCajQAMh2AGKQhgAg1kdS8xCINwDxByA+ADTgAEzTBySTCQFFmJ9AtnwkoBgkbwhyKlgTkHGBgEaQuANUHSL0oAIbcGi6ANOALcgVcGiyxxdPMMmLQJwIxAeRogJuIAuaJpCiBUCnLIDyFwAVO0AjWwCmCCDAANCYO1qh/LNgAAAAAElFTkSuQmCC") repeat-x scroll 0 0 rgba(0,0,0,0);height:11px;margin:0;overflow:hidden;position:relative;width:65px;display:inline-block;vertical-align:top;}div.star.nitro-lazy,div.stars.nitro-lazy{background-image:none !important;}div.star span,div.stars span{background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAALCAYAAACksgdhAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDBCODlBQUJGNzIzMTFFNUIyRTNFNzM1NjJCMzhBNzYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDBCODlBQUNGNzIzMTFFNUIyRTNFNzM1NjJCMzhBNzYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0MEI4OUFBOUY3MjMxMUU1QjJFM0U3MzU2MkIzOEE3NiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0MEI4OUFBQUY3MjMxMUU1QjJFM0U3MzU2MkIzOEE3NiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PqOsGm4AAACpSURBVHjajJDhDYQgDEYruf8KC5wjOIIjOIK3CaN4E5xu4AjeBtwCxA24rwaNElCbvJSGvqZAzjkKkVI2YIzdMZSQDHCgjt0LCkIp1SI9fakpEhmmFcgVqEEJGpDvegYwAcPZWjuxxE0fuhdfHi5g9ji87gron5c34dBdiJvAxfYRXkxFtwoHCb9WnUjlvhCJi7df9+frw8BHMJGbNVYx61rYQIfSX4ABAABHcIGWJZQZAAAAAElFTkSuQmCC") repeat scroll 0 0 rgba(0,0,0,0);float:left;left:0;overflow:hidden;padding-top:1.5em;position:absolute;top:0;}div.star span.nitro-lazy,div.stars span.nitro-lazy{background-image:none !important;}div.star .rating-hidden,div.stars .rating-hidden{display:none;}.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content{background-color:#0065b3;border:0;height:8px;}.woocommerce .widget_price_filter .ui-slider .ui-slider-range{background-color:#555;height:8px;}.woocommerce .widget_price_filter .ui-slider .ui-slider-handle{background-color:#0065b3;border:1px solid #0065b3;width:15px;height:15px;top:-4px;}.woocommerce .widget_price_filter .ui-slider{margin-bottom:20px;margin-top:20px;}.woocommerce .widget_price_filter .price_slider_amount .button{background-color:#111;color:#fff;opacity:1;filter:alpha(opacity=100);-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;text-transform:uppercase;border-radius:4px;font-weight:600;margin-bottom:10px;}.woocommerce .widget_price_filter .price_slider_amount .button:hover{background-color:#0065b3;opacity:.8;filter:alpha(opacity=80);-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;}.price_slider_wrapper .price_slider_amount #min_price,.price_slider_wrapper .price_slider_amount #max_price{display:inline-block !important;width:48%;text-indent:10px;height:32px;margin-bottom:20px;-webkit-border-radius:0;-moz-border-radius:0;-o-border-radius:0;-ms-border-radius:0;border-radius:0;}.price_slider_wrapper .price_slider_amount #min_price{float:left;margin-right:1%;}.price_slider_wrapper .price_slider_amount #max_price{float:right;margin-left:1%;}.rtl .price_slider_wrapper .price_slider_amount >.button{float:right;}.price_slider_wrapper .price_label{float:none;overflow:hidden;width:100%;text-align:left;}.rtl .price_slider_wrapper .price_label{text-align:right;}.woocommerce .widget_price_filter .ui-slider-horizontal{height:4px;}.woocommerce button.button.alt.disabled{padding:0 10px;color:#fff !important;}.woocommerce-account #contents .page .entry-title{margin-bottom:30px;}.woocommerce-account .entry-summary > .woocommerce{display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;}.woocommerce-account .entry-summary > .woocommerce .woocommerce-MyAccount-content{order:1;}.woocommerce-account h2{font-size:18px;}.woocommerce-account h3{font-size:16px;}.woocommerce-account #contents{background:#fff;margin-bottom:30px;padding-top:30px;}.woocommerce-account #contents header{display:block;}.woocommerce-account #contents header h2{font-size:24px;margin-bottom:20px;}.woocommerce-account #contents header h3{font-size:20px;}.woocommerce-account #contents header .edit{display:block;font-weight:bold;color:#0065b3;margin-bottom:10px;}.woocommerce-account #contents .entry-content nav.woocommerce-MyAccount-navigation{width:20%;padding-right:30px;margin-bottom:10px;}.woocommerce-account #contents .entry-content nav.woocommerce-MyAccount-navigation > ul{list-style:none;margin:0;border:1px solid #0065b3;}.woocommerce-account #contents .entry-content nav.woocommerce-MyAccount-navigation > ul > li > a{display:block;min-width:180px;padding:10px 20px;border-bottom:1px solid #0065b3;}.woocommerce-account #contents .entry-content nav.woocommerce-MyAccount-navigation > ul > li:last-child > a{border:0;}.woocommerce-account #contents .entry-content nav.woocommerce-MyAccount-navigation > ul > li.is-active >a{color:#0065b3;}.woocommerce-account #contents .entry-content .woocommerce-MyAccount-content{margin-bottom:30px;width:80%;}.woocommerce-account #contents .entry-content .woocommerce-MyAccount-content table.my_account_orders{border:1px solid #ddd;border-radius:0;}.woocommerce-account #contents .entry-content .woocommerce-MyAccount-content table.my_account_orders tr.order{border-bottom:1px solid #ddd;}.woocommerce-account #contents .entry-content .woocommerce-MyAccount-content table.my_account_orders tr.order:last-child{border:0;}.woocommerce-account #contents .entry-content .woocommerce-MyAccount-content table.my_account_orders tr.order td{text-align:start !important;padding:5px 15px;}.woocommerce-account #contents .entry-content .woocommerce-MyAccount-content table.my_account_orders tr.order td.order-number,.woocommerce-account #contents .entry-content .woocommerce-MyAccount-content table.my_account_orders tr.order td.order-status{width:15%;}.woocommerce-account #contents .entry-content .woocommerce-MyAccount-content table.my_account_orders tr.order td.order-date{width:20%;}.woocommerce-account #contents .entry-content .woocommerce-MyAccount-content table.my_account_orders tr.order td.order-total{width:40%;}.rtl.woocommerce-account #contents .entry-content nav.woocommerce-MyAccount-navigation{padding-left:30px;padding-right:0;}.woocommerce-wishlist #contents .page .entry-title{margin-bottom:40px;}.woocommerce-wishlist .wishlist-title h2{font-size:24px;padding:0;margin-bottom:20px;}.woocommerce-wishlist .woocommerce table.shop_table{margin-bottom:40px;}.woocommerce-checkout h3{font-size:18px;color:#111;font-weight:normal;}.woocommerce-checkout h3#order_review_heading{border-bottom:1px solid #eee;padding-bottom:10px;margin-bottom:20px;}.woocommerce-checkout .select2-container--default .select2-selection--single{border-radius:0;height:35px;background:#eee;border:none;}.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered{line-height:35px;padding-left:20px;}.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow b{margin-top:0;}.woocommerce-checkout .woocommerce-info{padding:10px 45px 12px 45px;}.woocommerce-noreviews{padding:0 15px;}.fb_iframe_widget iframe{max-width:initial;z-index:1;}.woocommerce-cart #contents .page h2,.woocommerce-wishlist #contents .page h2,.woocommerce-account #contents .page h2,.woocommerce-checkout #contents .page h2{margin-bottom:25px;text-transform:uppercase;padding-bottom:10px;font-size:24px;color:#222;}.woocommerce-cart  #contents .page h2{border-bottom:1px solid #eee;}.woocommerce-checkout .customer_details tr{clear:both;}.woocommerce-checkout .customer_details tr td:before{display:none;}.woocommerce-checkout .customer_details tr th{border-top:0 !important;display:block !important;}#tab-description ul{margin-right:20px !important;margin-left:20px !important;}.rtl th{text-align:right;}.rtl .close-login{right:auto;left:10px;}.rtl .block-popup-login .email-input:before,.rtl .block-popup-login .pass-input:before{left:auto;right:0px;}.rtl .block-popup-login .tt_popup_login strong{padding-left:10px;padding-right:70px;float:right;}.rtl .block-popup-login .tt_popup_login strong:before{right:auto;left:-20px;border-right:0px;border-left:20px solid transparent;}.rtl .block-popup-login .block-content .col-reg{float:right;text-align:right;}.rtl .block-popup-login .block-content .col-reg.registered-account{padding-right:0px;padding-left:30px;border-right:0;border-left:1px solid #d0d0d0;}.rtl .block-popup-login .block-content .col-reg.login-customer{padding-left:0px;padding-right:30px;color:#353535;}.rtl .block-popup-login .block-content .col-reg.login-customer ul.list-log li{border-right:0 !important;float:right !important;padding:2px 14px 2px 0px;}.rtl .block-popup-login .block-content .col-reg.login-customer ul.list-log li:before{left:auto;right:0px;}.rtl .block-popup-login .input-text{padding:0 52px 0px 5px;}.rtl .woocommerce table.shop_table{text-align:right;}.rtl.woocommerce #content table.cart td.actions,.rtl.woocommerce table.cart td.actions,.rtl.woocommerce-page #content table.cart td.actions,.rtl.woocommerce-page table.cart td.actions{text-align:right;}.rtl.woocommerce-checkout #payment .payment_method_paypal .about_paypal{float:left;}.rtl.woocommerce-checkout #payment ul.payment_methods li input{margin:0 0 0 1em;}.rtl.woocommerce-checkout #payment ul.payment_methods li{text-align:right;}.rtl.woocommerce div.product form.cart .variations td.label{padding-left:1em;padding-right:0;}.rtl.woocommerce-cart table.cart td,.rtl.woocommerce-cart table.cart th{text-align:right;}.rtl.woocommerce form table.shop_table tr td.actions .coupon,.rtl.woocommerce-page form table.shop_table tr td.actions .coupon{float:right;}.rtl.woocommerce form .form-row label,.rtl.woocommerce-page form .form-row label{text-align:right;}.rtl .login .form-row .button,.rtl .register .form-row .button{float:right;}.rtl .login .lost_password{text-align:right;}.rtl.woocommerce #reviews #comments ol.commentlist li img.avatar{left:auto;right:0;}.rtl.woocommerce #reviews #comments ol.commentlist li .comment-text{margin:0 50px 0 0;}.rtl.woocommerce .star-rating{float:left;}.rtl.woocommerce p.stars a{margin-right:0;margin-left:1em;}.rtl.woocommerce .woocommerce-error .button,.rtl.woocommerce .woocommerce-info .button,.rtl.woocommerce .woocommerce-message .button{float:left;}.rtl.woocommerce .checkout .col2-set .col-1,.rtl.woocommerce .checkout .col2-set .col-2,.rtl.woocommerce-page .checkout .col2-set .col-1,.rtl.woocommerce-page .checkout .col2-set .col-2{float:right;}.rtl.woocommerce .checkout .col2-set .col-1 .woocommerce-billing-fields,.rtl.woocommerce-page .checkout .col2-set .col-1 .woocommerce-billing-fields{padding-right:0;padding-left:15px;}.rtl.woocommerce .checkout .col2-set .col-2 .woocommerce-shipping-fields,.rtl.woocommerce-page .checkout .col2-set .col-2 .woocommerce-shipping-fields{padding-left:0;padding-right:15px;}.rtl.woocommerce form table.shop_table tr td,.rtl.woocommerce-page form table.shop_table tr td,.rtl .woocommerce table.shop_table th,.rtl.woocommerce-checkout #payment ul.payment_methods li,.rtl .woocommerce form.checkout_coupon,.rtl .woocommerce form.login,.rtl .woocommerce form.register{text-align:right;}.rtl.woocommerce .entry-content form.login .form-row-first,.rtl.woocommerce .entry-content form.login .form-row-last,.rtl.woocommerce-page .entry-content form.login .form-row-first,.rtl.woocommerce-page .entry-content form.login .form-row-last{float:right;}.rtl.woocommerce .entry-content form.login .form-row-last,.rtl.woocommerce-page .entry-content form.login .form-row-last{margin-left:0;margin-right:3%;}.rtl.woocommerce table.shop_attributes th{text-align:right;width:100px;}.rtl.woocommerce .entry-content .checkout_coupon .form-row,.rtl.woocommerce-page .entry-content .checkout_coupon .form-row{float:right;}.rtl.woocommerce div.product p.cart{float:right;}.rtl .social-share-item{float:right;}.rtl.woocommerce table.my_account_orders tr td.order-actions,.rtl.woocommerce-page table.my_account_orders tr td.order-actions{text-align:right;}.rtl.woocommerce-page table.shop_table_responsive tr td,.rtl.woocommerce table.shop_table_responsive tr td{text-align:left !important;}.rtl.woocommerce table.shop_table_responsive tr:nth-child(2n) td,.rtl.woocommerce-page table.shop_table_responsive tr:nth-child(2n) td{text-align:left !important;}.rtl.woocommerce table.shop_table_responsive tr td:before,.rtl.woocommerce-page table.shop_table_responsive tr td:before{float:right;}.rtl .woocommerce ul#shipping_method li{padding:.25em 22px .25em 0;}.rtl.woocommerce-checkout .customer_details tr th{float:right;}.rtl .woocommerce .order_details li{float:right;border-right:0;border-left:1px dashed #d3ced2;margin-right:0;margin-left:2em;padding-right:0;padding-left:2em;}.rtl .woocommerce td.product-name dl.variation dd{float:right;}.rtl .woocommerce td.product-name dl.variation dt{float:right;clear:right;}.rtl.woocommerce form table.wishlist_table tr td.product-price del,.rtl.woocommerce-page form table.wishlist_table tr td.product-price del{margin-left:10px;margin-right:0;}.rtl .woocommerce-checkout #payment div.payment_box:before{left:auto;right:0;margin:-1em 2em 0px 2em;}.rtl.woocommerce-account .addresses .title h3{float:right;}.rtl.woocommerce-account .addresses .title .edit,.rtl.woocommerce-account ul.digital-downloads li .count{float:left;}.rtl.woocommerce #reviews #review_form_wrapper .comment-form .comment-form-author,.rtl.woocommerce #reviews #review_form_wrapper .comment-form .comment-form-email,.rtl.woocommerce-page #reviews #review_form_wrapper .comment-form .comment-form-author,.rtl.woocommerce-page #reviews #review_form_wrapper .comment-form .comment-form-email{float:right;}.rtl.woocommerce #reviews #review_form_wrapper .comment-form .comment-form-author,.rtl.woocommerce-page #reviews #review_form_wrapper .comment-form .comment-form-author{padding-right:0;padding-left:15px;}@media (max-width: 767px){.woocommerce > .cart-collaterals .cart_total .cart_totals,.woocommerce-page > .cart-collaterals .cart_total .cart_totals{width:100%;}.woocommerce-cart .woocommerce > form{overflow:auto;margin-bottom:20px;}.woocommerce form table.shop_table.shop_table_responsive,.woocommerce-page form table.shop_table.shop_table_responsive{max-width:100%;display:inline-block;vertical-align:top;margin:0;}.woocommerce form table.shop_table.shop_table_responsive thead,.woocommerce-page form table.shop_table.shop_table_responsive thead{display:none;}.woocommerce form table.shop_table.shop_table_responsive tbody,.woocommerce-page form table.shop_table.shop_table_responsive tbody{display:block;}.woocommerce form table.shop_table.shop_table_responsive tbody tr,.woocommerce-page form table.shop_table.shop_table_responsive tbody tr{display:block;}.woocommerce form table.shop_table.shop_table_responsive tbody tr td,.woocommerce-page form table.shop_table.shop_table_responsive tbody tr td{display:block;}.woocommerce form table.shop_table.shop_table_responsive tbody tr td:before,.woocommerce-page form table.shop_table.shop_table_responsive tbody tr td:before{display:block;margin-right:15px;min-width:80px;}.woocommerce form table.shop_table.shop_table_responsive tbody tr td.product-remove:before,.woocommerce form table.shop_table.shop_table_responsive tbody tr td.product-thumbnail:before,.woocommerce form table.shop_table.shop_table_responsive tbody tr td.actions:before,.woocommerce-page form table.shop_table.shop_table_responsive tbody tr td.product-remove:before,.woocommerce-page form table.shop_table.shop_table_responsive tbody tr td.product-thumbnail:before,.woocommerce-page form table.shop_table.shop_table_responsive tbody tr td.actions:before{display:none;}.woocommerce-cart .woocommerce table.shop_table{max-width:inherit;}.woocommerce .checkout .col2-set .col-1,.woocommerce .checkout .col2-set .col-2,.woocommerce-page .checkout .col2-set .col-1,.woocommerce-page .checkout .col2-set .col-2{width:100%;}.woocommerce .checkout .col2-set .col-1 .woocommerce-billing-fields,.woocommerce-page .checkout .col2-set .col-1 .woocommerce-billing-fields,.woocommerce .checkout .col2-set .col-2 .woocommerce-shipping-fields,.woocommerce-page .checkout .col2-set .col-2 .woocommerce-shipping-fields{padding:0;}.woocommerce-wishlist.woocommerce form table.shop_table,.woocommerce-wishlist.woocommerce-page form table.shop_table{width:100%;display:block;overflow:auto;}.rtl.woocommerce .checkout .col2-set .col-1 .woocommerce-billing-fields,.rtl.woocommerce-page .checkout .col2-set .col-1 .woocommerce-billing-fields,.rtl.woocommerce .checkout .col2-set .col-2 .woocommerce-shipping-fields,.rtl.woocommerce-page .checkout .col2-set .col-2 .woocommerce-shipping-fields{padding:0;}.block-popup-login .block-content .col-reg{width:100%;}.block-popup-login .block-content .col-reg.registered-account{padding-right:0;border-right:0;margin-bottom:15px;}.block-popup-login .block-content .col-reg.login-customer{padding-left:0;}.block-popup-login{width:300px;margin-top:100px;}.block-popup-login .tt_popup_login strong{font-size:14px;}.woocommerce > .cart-collaterals .cart_total .cart_totals table tbody,.woocommerce-page > .cart-collaterals .cart_total .cart_totals table tbody{display:block;width:100%;}.woocommerce #reviews #review_form_wrapper .comment-form .comment-form-author,.woocommerce #reviews #review_form_wrapper .comment-form .comment-form-email,.woocommerce-page #reviews #review_form_wrapper .comment-form .comment-form-author,.woocommerce-page #reviews #review_form_wrapper .comment-form .comment-form-email{width:100%;}.woocommerce #reviews #review_form_wrapper .comment-form .comment-form-author,.woocommerce-page #reviews #review_form_wrapper .comment-form .comment-form-author{padding-right:0;}.rtl .block-popup-login .block-content .col-reg.registered-account{padding-left:0;border-left:0;}.rtl .woocommerce form table.shop_table.shop_table_responsive tbody tr td:before,.rtl.woocommerce-page form table.shop_table.shop_table_responsive tbody tr td:before{float:right;margin-right:0;margin-left:15px;}.rtl.woocommerce #reviews #review_form_wrapper .comment-form .comment-form-author,.rtl.woocommerce-page #reviews #review_form_wrapper .comment-form .comment-form-author{padding:0;}}.woocommerce-page table.cart td.actions .button{width:auto;}@media (max-width: 640px){.woocommerce .entry-content .checkout_coupon .form-row,.woocommerce-page .entry-content .checkout_coupon .form-row{width:100%;}.woocommerce .entry-content .checkout_coupon .form-row.form-row-last,.woocommerce-page .entry-content .checkout_coupon .form-row.form-row-last{text-align:left;}.rtl.woocommerce .entry-content .checkout_coupon .form-row.form-row-last,.rtl.woocommerce-page .entry-content .checkout_coupon .form-row.form-row-last{text-align:right;}}@media (max-width: 480px){.entry-content-asset > iframe{height:220px;}.woocommerce > .cart-collaterals .cart_totals,.woocommerce-page > .cart-collaterals .cart_totals{width:100%;}.woocommerce form table.shop_table.shop_table_responsive tr td.actions .coupon input.input-text,.woocommerce-page form table.shop_table.shop_table_responsive tr td.actions .coupon input.input-text{width:134px;}.woocommerce form table.shop_table.shop_table_responsive tr td.actions .coupon,.woocommerce-page form table.shop_table.shop_table_responsive tr td.actions .coupon{margin-bottom:10px;}.woocommerce form table.shop_table.shop_table_responsive tr td.actions > input.button,.woocommerce-page form table.shop_table.shop_table_responsive tr td.actions > input.button{margin:0 !important;}.products-wrapper .products-nav .catalog-ordering .orderby-order-container .order,.products-wrapper .products-nav .catalog-ordering .orderby-order-container .product-number{display:none;}}@media (max-width: 360px){.woocommerce .woocommerce-checkout #payment ul.payment_methods li img,.woocommerce-page .woocommerce-checkout #payment ul.payment_methods li img{display:none;}.woocommerce-checkout #payment .payment_method_paypal .about_paypal{line-height:25px;padding:0 20px;}.woocommerce form table.shop_table.shop_table_responsive tr td.actions .coupon,.woocommerce-page form table.shop_table.shop_table_responsive tr td.actions .coupon{margin-bottom:10px;}.woocommerce form table.shop_table.shop_table_responsive tr td.actions > input.button,.woocommerce-page form table.shop_table.shop_table_responsive tr td.actions > input.button{margin:0 !important;}.woocommerce form table.shop_table.shop_table_responsive tr td.actions .coupon input.input-text,.woocommerce-page form table.shop_table.shop_table_responsive tr td.actions .coupon input.input-text{width:122px;}}.woocommerce-page.wishlist form table.shop_table tr td.product-thumbnail{position:relative;margin-top:-1px;}.woocommerce div.product form.cart .group_table td{padding:0;height:60px;vertical-align:middle;}.woocommerce div.product form.cart .group_table td label a{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;max-height:22px;}.woocommerce div.product form.cart .group_table td:first-child{width:auto;}.woocommerce div.product form.cart .group_table td .quantity{width:110px;}@media (max-width: 480px){.autusin_breadcrumbs{margin:20px 0;}}@media (max-width: 480px){.woocommerce div.product form.cart .group_table td.woocommerce-grouped-product-list-item__label{padding:0;}}.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2){width:100%;display:block;}.woocommerce div.product div.images .woocommerce-product-gallery__trigger{bottom:20px;top:auto;font-size:0;right:auto;left:20px;border-radius:50%;width:40px;height:40px;background:#fff;text-align:center;line-height:40px;box-shadow:0 0 0 2px #ddd;text-indent:0;}.woocommerce div.product div.images .woocommerce-product-gallery__trigger img{display:none !important;}.woocommerce div.product div.images .woocommerce-product-gallery__trigger:before{display:none;}.woocommerce div.product div.images .woocommerce-product-gallery__trigger:after{content:"";font-family:"FontAwesome" !important;font-size:18px;display:inline-block;position:static;line-height:40px;background:none;width:40px;vertical-align:top;height:100%;}label.screen-reader-text{display:none;}.woocommerce #content div.product div.images,.woocommerce div.product div.images,.woocommerce-page #content div.product div.images,.woocommerce-page div.product div.images{width:100%;float:none;}.sidebar .widget.widget_layered_nav .widget-inner ul > li{display:inline-block;vertical-align:top;border:1px #0065b3 solid;margin:0 5px 5px 0;padding:0;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;}.rtl .sidebar .widget.widget_layered_nav .widget-inner ul > li{margin:0 0 5px 5px;}.sidebar .widget.widget_layered_nav .widget-inner ul > li a{min-width:30px;height:30px;line-height:28px;text-align:center;padding:0;position:relative;}.sidebar .widget.widget_layered_nav .widget-inner ul > li:hover{border-color:#0065b3;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;}.sidebar .widget.widget_layered_nav .widget-inner ul > li:hover a{background:#0065b3;color:#fff;}.sidebar .widget.widget_layered_nav .widget-inner ul > li span.count{display:none;}.sidebar .widget.widget_layered_nav .widget-inner ul > li.chosen a{background:#0065b3;color:#fff;}.sidebar .widget.widget_layered_nav .widget-inner ul > li.chosen a:before{position:absolute;top:50%;left:50%;margin-left:-7px;margin-top:-7px;width:14px;height:14px;display:block;border-radius:50%;background:#fff;}.sidebar .widget.widget_layered_nav .widget-inner ul.custom-filter-layered li a .variation-color{display:block;height:30px;font-size:0;}.clearfix{overflow:inherit;}.wc-vendor-page.vendor_dashboard .vendor-dashboard-wrapper center p{background:#111;margin:0;border:0;}.wc-vendor-page.vendor_dashboard .vendor-dashboard-wrapper center p > a{display:inline-block;padding:15px 25px;color:#fff;position:relative;}.wc-vendor-page.vendor_dashboard .vendor-dashboard-wrapper center p > a:hover{color:var(--color);}.wc-vendor-page.vendor_dashboard .vendor-dashboard-wrapper center p > a:after{content:"";background:#fff;display:inline-block;top:18px;height:10px;width:1px;position:absolute;right:0;}.wc-vendor-page.vendor_dashboard .vendor-dashboard-wrapper center p > a:last-child:after{display:none;}.wc-vendor-page.vendor_dashboard .vendor-dashboard-wrapper hr{border-color:transparent;}.wc-vendor-page table{border:1px solid #ddd;}.wc-vendor-page table thead>tr>th{border-width:1px;font-weight:bold;text-transform:uppercase;color:#222;}.wc-vendor-page table th,.wc-vendor-page table td{padding:10px;}.wc-vendor-page .form-row{overflow:hidden;}.wc-vendor-page .form-row input[type="checkbox"]{float:left;}.wc-vendor-page .form-row label{overflow:hidden;margin-top:2px;padding-left:5px;}.wc-vendor-page .entry-content h2{color:#222;font-size:24px;text-transform:uppercase;margin-bottom:20px;font-weight:700;}.wc-vendor-page .pv_shop_description{margin-top:20px;border-bottom:1px solid #eee;padding-bottom:25px;}.wc-vendor-page .pv_shop_description p{margin:0;line-height:20px;}.wc-vendor-page.shop_settings .entry-content{margin-bottom:40px;}.wc-vendor-page.shop_settings .entry-content .pv_paypal_container b,.wc-vendor-page.shop_settings .entry-content .pv_shop_name_container b{color:#222;}.wc-vendor-page.shop_settings .entry-content .pv_paypal_container input,.wc-vendor-page.shop_settings .entry-content .pv_shop_name_container input{margin-top:10px;border-radius:0;padding:7px 10px;}.wc-vendor-page.shop_settings .entry-content #pv_seller_info_container,.wc-vendor-page.shop_settings .entry-content #pv_shop_description_container{margin-bottom:30px;}.wc-vendor-page.shop_settings .entry-content #pv_seller_info_container > p,.wc-vendor-page.shop_settings .entry-content #pv_shop_description_container > p{margin-bottom:25px;}.wc-vendor-page.shop_settings .entry-content #pv_seller_info_container > p b,.wc-vendor-page.shop_settings .entry-content #pv_shop_description_container > p b{color:#222;}.wc-vendor-page.shop_settings .entry-content #pv_seller_info_container div.mce-panel,.wc-vendor-page.shop_settings .entry-content #pv_shop_description_container div.mce-panel{border:1px solid #eee;}.wc-vendor-page .wc-soldby-start{padding:0;margin-bottom:30px;text-align:start;}.wc-vendor-page .wc-soldby-start small{margin-top:10px;font-size:12px;display:block;font-weight:bold;}.wc-vendor-page .wc-soldby-start small span{font-weight:normal;}.wc-vendor-page .wc-soldby-start small a{font-weight:600;color:var(--color);}.wc-vendor-page .wc-soldby-start small a:hover{color:#222;}.wc-vendor-page .wc-soldby-start br{display:none;}.wc-vendor-page .wcv_vendorslist{margin:0 -15px;overflow:hidden;}.wc-vendor-page .wcv_vendorslist > div{padding:0 15px;margin:0 0 30px !important;float:left;width:25%;}.wc-vendor-page .wcv_vendorslist > div .pull-left{float:none;}.wc-vendor-page .wcv_vendorslist > div a.button{text-transform:uppercase;}.wc-vendor-page.wc-vendor-listing .sidebar{margin-top:40px;}.wc-vendor-page.wc-vendor-listing .autusin_breadcrumbs{margin-top:40px;}.wc-vendor-page.wc-vendor-listing .autusin_breadcrumbs .breadcrumb{background:#fff;padding:10px;border-top:2px solid var(--color);border-radius:3px;}.wc-vendor-page .item .item-wrap .item-detail .item-content{padding-top:10px;}.wc-vendor-page .meta-location{bottom:40px;}@media (max-width: 767px){.wc-vendor-page .wcv_vendorslist > div{width:50%;}.wc-vendor-page .vendor-dashboard-wrapper{overflow-x:auto;}.wc-vendor-page table{width:700px;}}@media (max-width: 480px){.wc-vendor-page .wcv_vendorslist > div{width:100%;}.wc-vendor-page.vendor_dashboard .vendor-dashboard-wrapper center p > a{display:block;border-bottom:1px solid #fff;}.wc-vendor-page.vendor_dashboard .vendor-dashboard-wrapper center p > a:after{display:none;}}.wcfmmp-store-page .woocommerce-product-search input{margin:0;width:100%;padding:0 20px;height:38px;border:0;border-radius:0;}#wcfmmp-store .woocommerce-product-search button{display:inline-block;position:absolute;right:0;top:0;height:38px;border:0;border-radius:0;background-color:#000;color:#fff;font-weight:600;margin:0;}.wcfmmp-store-page .woocommerce-product-search{position:relative;}select.dokan-form-control{max-width:200px;}table.dokan-table{border:1px solid #ddd;}.dokan-dashboard .dokan-dashboard-wrap{max-width:1170px;margin:30px auto;}.dokan-store-wrap.layout-left .dokan-store-sidebar{margin-right:3%;}.dokan-store .header{margin-bottom:40px;}.dokan-store #sidebar{width:25%;float:left;margin-right:3%;margin-bottom:20px;}.rtl .dokan-store #sidebar{float:right;margin-right:0;margin-left:3%;}.dokan-store #sidebar > ul{background:#fff;margin:0;list-style:none;}.dokan-store #sidebar > ul > li{padding:0 0 30px;border-top:2px solid var(--color);}.dokan-store #sidebar > ul > li .searchform{padding:20px 15px;}.dokan-store #sidebar > ul > li .searchform input{padding:7px 10px;}.dokan-store #sidebar > ul > li h2{font-size:16px;text-transform:uppercase;padding:10px 15px;border-bottom:1px solid #eee;}.dokan-store #sidebar > ul > li ul{list-style:none;margin:0;}.dokan-store #sidebar > ul > li ul > li{padding:7px 15px;}.dokan-store .dokan-store-sidebar .widget{margin-bottom:30px;}.dokan-store .dokan-store-sidebar h3.widget-title{font-size:16px;text-transform:uppercase;border-bottom:1px solid #eee;margin-bottom:20px;padding-bottom:10px;font-weight:600;color:#222;}.dokan-store .dokan-widget-area .widget{list-style:none;background:#fff;border-radius:3px;border-top:2px solid var(--color);}.dokan-store .dokan-widget-area .widget .widget-title,.dokan-store .dokan-widget-area .widget .widgettitle{font-size:16px;text-transform:uppercase;margin-bottom:20px;padding:10px 5px;border-bottom:1px solid #eee;}.dokan-store .dokan-widget-area .widget > div,.dokan-store .dokan-widget-area .widget form,.dokan-store .dokan-widget-area .widget .dokan-bestselling-product-widget{padding:0;}.dokan-store .dokan-widget-area .widget #cat-drop-stack ul{list-style:none;}.dokan-store .dokan-widget-area .widget #cat-drop-stack ul > li > a{display:block;padding:10px 0;}.dokan-store .dokan-widget-area .widget .dokan-bestselling-product-widget > li{margin:0 0 15px;padding:0;}.dokan-store .dokan-widget-area .widget .dokan-bestselling-product-widget > li ins{text-decoration:none;color:var(--color);}.store-cat-stack-dokan ul > li{position:relative;z-index:9999;}.store-cat-stack-dokan ul > li.has-children ul.children{display:none;}.store-cat-stack-dokan ul > li.has-children > a .caret-icon{float:right;}.store-cat-stack-dokan ul > li .caret-icon .fa{font-size:16px;}.dokan-pagination-container .dokan-pagination li{display:inline-block;margin-bottom:5px;}.dokan-pagination-container .dokan-pagination li > a{display:block;}.dokan-pagination-container .dokan-pagination li.active > a,.dokan-pagination-container .dokan-pagination li:hover > a{background:var(--color);color:#fff;}.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info-head .profile-img.profile-img-circle img{float:none;display:inline-block;vertical-align:top;max-width:100%;}#delivery-time-calendar table{margin:0;}#delivery-time-calendar .fc-scrollgrid thead > tr > td,#delivery-time-calendar tr.fc-scrollgrid-section > td{padding:0;}#delivery-time-calendar .fc-scrollgrid thead > tr > td table td.fc-daygrid-day,#delivery-time-calendar tr.fc-scrollgrid-section > td table td.fc-daygrid-day{padding:10px 15px;}ul.products-loop{list-style:none;}#dokan-content{margin-bottom:30px;}#dokan-content{margin-bottom:30px;}.dokan-single-store ul{list-style:none;}.dokan-single-store .item-description{display:none;}.add_note .modal-dialog{positon:static;}.modal-dialog{position:static;}#add-shipping-tracking-form select{margin-bottom:10px;}@media (min-width: 1200px){.dokan-store .content-area{max-width:1170px;margin:0 auto;}}@media (max-width: 1199px) and (min-width: 992px){.dokan-store .content-area{max-width:960px;margin:0 auto;}}@media (max-width: 991px){.dokan-store .content-area{max-width:100%;padding:0 10px;}}@media (max-width: 767px){.dokan-store .content-area .site-main{display:flex;display:-webkit-flex;flex-direction:column;}.dokan-store .content-area .site-main .dokan-store-sidebar{width:100% !important;float:none;order:2;margin:0 !important;}.dokan-store .content-area .site-main .dokan-single-store{float:none;width:100% !important;margin-bottom:30px;order:1;margin:0;}.dokan-single-store .profile-frame.profile-frame-no-banner .profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery{display:flex;display:-webkit-flex;}.dokan-single-store .profile-frame.profile-frame-no-banner .profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery .profile-info-head{max-width:100px;}.dokan-single-store .profile-frame.profile-frame-no-banner .profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery .profile-info-head .profile-img img{width:100%;height:auto;}.dokan-single-store .profile-frame.profile-frame-no-banner .profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery .profile-info{padding:0;}.dokan-single-store .profile-frame.profile-frame-no-banner .profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery .profile-info h1.store-name{font-size:18px;}.dokan-single-store .profile-frame.profile-frame-no-banner .profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info li{margin:0;}.dokan-pagination-container .dokan-pagination{margin:0 0 30px;}}.product-vendor .page-title{margin-bottom:15px;}.products-wrapper .products-loop.list .item .by-vendor-name-link{display:block;margin-bottom:10px;}.custqna-title,.product-vendor > h2{font-size:20px;text-transform:uppercase;color:#333;margin-bottom:15px;}.sw-custom-variation input[type="radio"]{display:none;}.sw-custom-variation .sw-radio-variation{margin:0 2px;position:relative;display:inline-block;}.sw-custom-variation .sw-radio-variation span{display:block;height:100%;line-height:30px;min-width:30px;text-align:center;min-height:30px;cursor:pointer;margin:0 2px;font-size:12px;position:relative;}.sw-custom-variation .sw-radio-variation span.variation-color,.sw-custom-variation .sw-radio-variation span.variation-image{text-indent:-9999px;margin:1px;}.sw-custom-variation .sw-radio-variation span.variation-image{background-size:100% 100%;}.sw-custom-variation .sw-radio-variation span:after{content:"";position:absolute;left:-2px;right:-2px;top:-2px;bottom:-2px;display:block;border:1px solid #ddd;}.sw-custom-variation .sw-radio-variation.selected span{background-color:var(--color);color:#fff;}.sw-custom-variation .sw-radio-variation.selected span:after{border-color:var(--color);}.sw-custom-variation .sw-radio-variation.disabled{cursor:not-allowed;pointer-events:none;opacity:.7;filter:alpha(opacity=70);-webkit-box-shadow:none;-moz-box-shadow:none;-o-box-shadow:none;-ms-box-shadow:none;box-shadow:none;}.sw-custom-variation .sw-radio-variation.disabled span:before{content:"";position:absolute;width:1px;background:var(--color);height:44px;transform:rotate(45deg);top:-7px;right:15px;opacity:1;}.sw-custom-variation .sw-radio-variation .variation-tooltip{position:absolute;bottom:110%;overflow:hidden;z-index:9999;display:none;background:#fff;border:1px solid #ddd;}.sw-custom-variation .sw-radio-variation:hover .variation-tooltip{display:block;}.item-content .sw-custom-variation{margin:15px 0 5px;}.item-content .sw-custom-variation .sw-radio-variation{margin-bottom:10px;}.item-content .sw-custom-variation .sw-radio-variation span.variation-color{-webkit-border-radius:50%;-moz-border-radius:50%;-o-border-radius:50%;-ms-border-radius:50%;border-radius:50%;min-width:initial;min-height:initial;width:18px;height:18px;}.item-content .sw-custom-variation .sw-radio-variation span.variation-color:after{display:none;}.item-content .sw-custom-variation .sw-radio-variation span.variation-image{min-width:40px;min-height:40px;}.item-content .sw-custom-variation:last-child{margin-bottom:0;}.woocommerce-variation.single_variation > p{color:#e20000;}.widget_sp_image{margin-bottom:40px;}.widget_sp_image:hover img{opacity:.85;}.widget_sp_image img{width:100%;}h1.page-title{font-weight:700 !important;color:#111;text-transform:uppercase;font-size:28px;margin:0;}.mobile-layout .product-nav-wrapper{position:relative;}.box-shop,.products-wrapper{padding:35px 0;}.box-shop .products-nav,.products-wrapper .products-nav{display:inline-block;width:100%;vertical-align:top;margin-bottom:30px;}.box-shop .products-nav:last-child .view-mode-wrap,.box-shop .products-nav:last-child .catalog-ordering,.products-wrapper .products-nav:last-child .view-mode-wrap,.products-wrapper .products-nav:last-child .catalog-ordering{display:none;}.box-shop .products-nav:last-child .woocommerce-pagination,.products-wrapper .products-nav:last-child .woocommerce-pagination{display:block;}.box-shop .products-nav .view-top,.products-wrapper .products-nav .view-top{margin-bottom:12px;padding-bottom:12px;border-bottom:1px solid #ddd;}.box-shop .products-nav .view-mode-wrap .view-mode >a,.products-wrapper .products-nav .view-mode-wrap .view-mode >a{position:relative;width:40px;height:40px;float:left;border:0;overflow:hidden;background-color:#252525;}.rtl .box-shop .products-nav .view-mode-wrap .view-mode >a,.rtl .products-wrapper .products-nav .view-mode-wrap .view-mode >a{float:right;}.box-shop .products-nav .view-mode-wrap .view-mode >a:before,.products-wrapper .products-nav .view-mode-wrap .view-mode >a:before{position:absolute;font-size:14px;font-family:"FontAwesome";text-align:center;width:40px;height:40px;line-height:40px;background-color:transparent;color:#898989;color:#fff;left:0;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;}.box-shop .products-nav .view-mode-wrap .view-mode >a.active:before,.box-shop .products-nav .view-mode-wrap .view-mode >a:hover:before,.products-wrapper .products-nav .view-mode-wrap .view-mode >a.active:before,.products-wrapper .products-nav .view-mode-wrap .view-mode >a:hover:before{background-color:var(--color);}.box-shop .products-nav .view-mode-wrap .view-mode >a.grid-view:before,.products-wrapper .products-nav .view-mode-wrap .view-mode >a.grid-view:before{content:"";}.box-shop .products-nav .view-mode-wrap .view-mode >a.list-view:before,.products-wrapper .products-nav .view-mode-wrap .view-mode >a.list-view:before{content:"";}.box-shop .products-nav .view-mode-wrap .view-mode >a >span,.products-wrapper .products-nav .view-mode-wrap .view-mode >a >span{font-size:0;display:none;}.box-shop .products-nav form.woocommerce-ordering,.products-wrapper .products-nav form.woocommerce-ordering{float:none;display:none;vertical-align:top;font-size:0;}.box-shop .products-nav form.woocommerce-ordering > select,.products-wrapper .products-nav form.woocommerce-ordering > select{border-color:#eee;height:40px;padding:0 5px;}.box-shop .products-nav .catalog-ordering,.products-wrapper .products-nav .catalog-ordering{display:inline-block;position:relative;float:right;z-index:1;}.rtl .box-shop .products-nav .catalog-ordering,.rtl .products-wrapper .products-nav .catalog-ordering{float:left;}.box-shop .products-nav .catalog-ordering ul,.products-wrapper .products-nav .catalog-ordering ul{list-style:none;}.box-shop .products-nav .catalog-ordering .orderby-order-container .show-product,.products-wrapper .products-nav .catalog-ordering .orderby-order-container .show-product{line-height:38px;margin:0 15px;color:#6b6b6b;}.box-shop .products-nav .catalog-ordering .orderby-order-container .orderby,.products-wrapper .products-nav .catalog-ordering .orderby-order-container .orderby{min-width:160px;}.box-shop .products-nav .catalog-ordering .orderby-order-container .sort-count,.products-wrapper .products-nav .catalog-ordering .orderby-order-container .sort-count{min-width:65px;}.box-shop .products-nav .catalog-ordering .orderby-order-container .order-dropdown,.products-wrapper .products-nav .catalog-ordering .orderby-order-container .order-dropdown{margin:0;background-color:#fff;list-style-type:none;text-align:left;}.rtl .box-shop .products-nav .catalog-ordering .orderby-order-container .order-dropdown,.rtl .products-wrapper .products-nav .catalog-ordering .orderby-order-container .order-dropdown{text-align:right;}.box-shop .products-nav .catalog-ordering .orderby-order-container .order-dropdown >li,.products-wrapper .products-nav .catalog-ordering .orderby-order-container .order-dropdown >li{position:relative;z-index:4;cursor:pointer;}.box-shop .products-nav .catalog-ordering .orderby-order-container .order-dropdown >li .current-li,.products-wrapper .products-nav .catalog-ordering .orderby-order-container .order-dropdown >li .current-li{line-height:38px;display:block;border:1px solid #0065b3;}.box-shop .products-nav .catalog-ordering .orderby-order-container .order-dropdown >li .current-li a,.products-wrapper .products-nav .catalog-ordering .orderby-order-container .order-dropdown >li .current-li a{display:block;text-indent:15px;position:relative;}.box-shop .products-nav .catalog-ordering .orderby-order-container .order-dropdown >li .current-li a:after,.products-wrapper .products-nav .catalog-ordering .orderby-order-container .order-dropdown >li .current-li a:after{font-family:"FontAwesome";content:"";font-size:14px;width:35px;line-height:38px;text-align:center;position:absolute;right:0px;top:0px;text-indent:initial;}.rtl .box-shop .products-nav .catalog-ordering .orderby-order-container .order-dropdown >li .current-li a:after,.rtl .products-wrapper .products-nav .catalog-ordering .orderby-order-container .order-dropdown >li .current-li a:after{right:auto;left:0;}.box-shop .products-nav .catalog-ordering .orderby-order-container .order-dropdown >li >ul,.products-wrapper .products-nav .catalog-ordering .orderby-order-container .order-dropdown >li >ul{position:absolute;background-color:#fff;margin-left:0;left:0;top:100%;border-left:1px solid #0065b3;border-right:1px solid #0065b3;border-bottom:1px solid #0065b3;width:100%;list-style-type:none;opacity:0;filter:alpha(opacity=0);-webkit-transform:scale(0);-moz-transform:scale(0);-o-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-ms-transform-origin:left top;-webkit-transform-origin:left top;-moz-transform-origin:left top;-o-transform-origin:left top;transform-origin:left top;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;}.box-shop .products-nav .catalog-ordering .orderby-order-container .order-dropdown >li >ul >li,.products-wrapper .products-nav .catalog-ordering .orderby-order-container .order-dropdown >li >ul >li{line-height:25px;text-indent:10px;}.box-shop .products-nav .catalog-ordering .orderby-order-container .order-dropdown >li >ul >li a,.products-wrapper .products-nav .catalog-ordering .orderby-order-container .order-dropdown >li >ul >li a{display:block;}.box-shop .products-nav .catalog-ordering .orderby-order-container .order-dropdown >li:hover >ul,.products-wrapper .products-nav .catalog-ordering .orderby-order-container .order-dropdown >li:hover >ul{display:block !important;opacity:1;filter:alpha(opacity=100);-webkit-transform:scale(1);-moz-transform:scale(1);-o-transform:scale(1);-ms-transform:scale(1);transform:scale(1);-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;}.box-shop .woocommerce-pagination,.products-wrapper .woocommerce-pagination{float:right;display:none;}.box-shop .woocommerce-pagination .page-numbers,.products-wrapper .woocommerce-pagination .page-numbers{margin:0;vertical-align:top;background-color:#fff;border:0;}.box-shop .woocommerce-pagination .page-numbers >li,.products-wrapper .woocommerce-pagination .page-numbers >li{float:left;border:0;}.rtl .box-shop .woocommerce-pagination .page-numbers >li,.rtl .products-wrapper .woocommerce-pagination .page-numbers >li{float:right;}.box-shop .woocommerce-pagination .page-numbers >li .page-numbers,.products-wrapper .woocommerce-pagination .page-numbers >li .page-numbers{width:20px;height:40px;line-height:40px;display:block;padding:0;color:#6b6b6b;-webkit-transition:all .5s;-moz-transition:all .5s;-o-transition:all .5s;-ms-transition:all .5s;transition:all .5s;}.box-shop .woocommerce-pagination .page-numbers >li .page-numbers.current,.box-shop .woocommerce-pagination .page-numbers >li .page-numbers:hover,.products-wrapper .woocommerce-pagination .page-numbers >li .page-numbers.current,.products-wrapper .woocommerce-pagination .page-numbers >li .page-numbers:hover{background-color:#fff;color:var(--color);-webkit-transition:all .5s;-moz-transition:all .5s;-o-transition:all .5s;-ms-transition:all .5s;transition:all .5s;}.box-shop .woocommerce-pagination .page-numbers >li .page-numbers.prev,.box-shop .woocommerce-pagination .page-numbers >li .page-numbers.next,.products-wrapper .woocommerce-pagination .page-numbers >li .page-numbers.prev,.products-wrapper .woocommerce-pagination .page-numbers >li .page-numbers.next{font-size:0;}.box-shop .woocommerce-pagination .page-numbers >li .page-numbers.prev:before,.box-shop .woocommerce-pagination .page-numbers >li .page-numbers.next:before,.products-wrapper .woocommerce-pagination .page-numbers >li .page-numbers.prev:before,.products-wrapper .woocommerce-pagination .page-numbers >li .page-numbers.next:before{font-family:"FontAwesome";font-size:14px;}.box-shop .woocommerce-pagination .page-numbers >li .page-numbers.prev:before,.products-wrapper .woocommerce-pagination .page-numbers >li .page-numbers.prev:before{content:"";}.rtl .box-shop .woocommerce-pagination .page-numbers >li .page-numbers.prev:before,.rtl .products-wrapper .woocommerce-pagination .page-numbers >li .page-numbers.prev:before{content:"";}.box-shop .woocommerce-pagination .page-numbers >li .page-numbers.next:before,.products-wrapper .woocommerce-pagination .page-numbers >li .page-numbers.next:before{content:"";}.rtl .box-shop .woocommerce-pagination .page-numbers >li .page-numbers.next:before,.rtl .products-wrapper .woocommerce-pagination .page-numbers >li .page-numbers.next:before{content:"";}.box-shop .products-loop,.products-wrapper .products-loop{list-style-type:none;}.box-shop .products-loop >li.product-category,.products-wrapper .products-loop >li.product-category{margin-bottom:25px;}.box-shop .products-loop >li.product-category a img,.products-wrapper .products-loop >li.product-category a img{margin-bottom:15px;}.box-shop .products-loop >li.product-category h2.woocommerce-loop-category__title,.products-wrapper .products-loop >li.product-category h2.woocommerce-loop-category__title{font-size:14px;color:#666;margin-bottom:0;text-align:center;font-weight:500;}.box-shop .products-loop >li.product-category h2.woocommerce-loop-category__title mark,.products-wrapper .products-loop >li.product-category h2.woocommerce-loop-category__title mark{background:none;color:#666;}.box-shop .products-loop >li.product-category:hover h2.woocommerce-loop-category__title,.products-wrapper .products-loop >li.product-category:hover h2.woocommerce-loop-category__title{color:var(--color);}.box-shop .products-loop >li.product-category:hover h2.woocommerce-loop-category__title mark,.products-wrapper .products-loop >li.product-category:hover h2.woocommerce-loop-category__title mark{color:var(--color);}.box-shop .products-loop >li.product-category:last-child,.products-wrapper .products-loop >li.product-category:last-child{margin-bottom:35px;}.box-shop .products-loop.grid >li .item-wrap .item-detail .item-content .item-description,.products-wrapper .products-loop.grid >li .item-wrap .item-detail .item-content .item-description{display:none;}.box-shop .products-loop.grid >li.product-type-variable .item-price del,.products-wrapper .products-loop.grid >li.product-type-variable .item-price del{float:none;}.box-shop .products-loop.grid >li.product-type-variable .item-price ins,.products-wrapper .products-loop.grid >li.product-type-variable .item-price ins{float:none;}.box-shop .products-loop.list .item,.products-wrapper .products-loop.list .item{width:100%;}.box-shop .products-loop.list .item .item-wrap,.products-wrapper .products-loop.list .item .item-wrap{text-align:left;border:0;}.rtl .box-shop .products-loop.list .item .item-wrap,.rtl .products-wrapper .products-loop.list .item .item-wrap{text-align:right;}.box-shop .products-loop.list .item .item-wrap .item-detail,.products-wrapper .products-loop.list .item .item-wrap .item-detail{border:none;}.box-shop .products-loop.list .item .item-wrap .item-detail:before,.products-wrapper .products-loop.list .item .item-wrap .item-detail:before{display:none;}.box-shop .products-loop.list .item .item-wrap .item-detail .products-thumb,.products-wrapper .products-loop.list .item .item-wrap .item-detail .products-thumb{width:270px;max-width:100%;float:left;margin-bottom:0;overflow:hidden;margin-right:30px;}.rtl .box-shop .products-loop.list .item .item-wrap .item-detail .products-thumb,.rtl .products-wrapper .products-loop.list .item .item-wrap .item-detail .products-thumb{float:right;margin-left:30px;margin-right:0;}.box-shop .products-loop.list .item .item-wrap .item-detail .item-content,.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content{overflow:hidden;width:auto;display:block;padding:0;}.box-shop .products-loop.list .item .item-wrap .item-detail .item-content h4,.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content h4{float:none;margin:20px 0 !important;height:auto;}.box-shop .products-loop.list .item .item-wrap .item-detail .item-content h4 a,.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content h4 a{color:#111;font-size:18px;font-weight:700;}.box-shop .products-loop.list .item .item-wrap .item-detail .item-content h4 a:after,.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content h4 a:after{display:none;}.box-shop .products-loop.list .item .item-wrap .item-detail .item-content .reviews-content,.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .reviews-content{display:block;vertical-align:top;float:none;margin-bottom:10px;}.box-shop .products-loop.list .item .item-wrap .item-detail .item-content .item-price,.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-price{clear:both;width:100%;vertical-align:top;margin-bottom:20px;overflow:hidden;}.box-shop .products-loop.list .item .item-wrap .item-detail .item-content .item-description,.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-description{clear:both;margin-bottom:25px;}.box-shop .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom,.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom{position:static;margin-top:0;-webkit-transform:translateY(0);-moz-transform:translateY(0);-o-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);opacity:1;filter:alpha(opacity=100);}.box-shop .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .button,.box-shop .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .product_type_simple,.box-shop .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .product_type_variable,.box-shop .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .add_to_cart_button,.box-shop .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .product_type_external,.box-shop .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .product_type_grouped,.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .button,.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .product_type_simple,.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .product_type_variable,.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .add_to_cart_button,.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .product_type_external,.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .product_type_grouped{-webkit-transform:translateY(0);-moz-transform:translateY(0);-o-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);background-color:var(--color);background-image:none !important;color:#fff;padding:0 37px 0 37px;height:45px;line-height:45px;font-size:15px;float:none;border-radius:0;text-transform:capitalize;}.box-shop .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .button.nitro-lazy,.box-shop .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .product_type_simple.nitro-lazy,.box-shop .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .product_type_variable.nitro-lazy,.box-shop .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .add_to_cart_button.nitro-lazy,.box-shop .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .product_type_external.nitro-lazy,.box-shop .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .product_type_grouped.nitro-lazy,.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .button.nitro-lazy,.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .product_type_simple.nitro-lazy,.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .product_type_variable.nitro-lazy,.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .add_to_cart_button.nitro-lazy,.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .product_type_external.nitro-lazy,.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .product_type_grouped.nitro-lazy{background-image:none !important;}.box-shop .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .button:before,.box-shop .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .product_type_simple:before,.box-shop .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .product_type_variable:before,.box-shop .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .add_to_cart_button:before,.box-shop .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .product_type_external:before,.box-shop .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .product_type_grouped:before,.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .button:before,.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .product_type_simple:before,.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .product_type_variable:before,.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .add_to_cart_button:before,.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .product_type_external:before,.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .product_type_grouped:before{color:#fff;}.box-shop .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .button:hover,.box-shop .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .product_type_simple:hover,.box-shop .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .product_type_variable:hover,.box-shop .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .add_to_cart_button:hover,.box-shop .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .product_type_external:hover,.box-shop .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .product_type_grouped:hover,.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .button:hover,.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .product_type_simple:hover,.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .product_type_variable:hover,.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .add_to_cart_button:hover,.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .product_type_external:hover,.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .product_type_grouped:hover{background-color:var(--color);}.box-shop .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .button.loading,.box-shop .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .product_type_simple.loading,.box-shop .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .product_type_variable.loading,.box-shop .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .add_to_cart_button.loading,.box-shop .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .product_type_external.loading,.box-shop .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .product_type_grouped.loading,.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .button.loading,.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .product_type_simple.loading,.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .product_type_variable.loading,.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .add_to_cart_button.loading,.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .product_type_external.loading,.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .product_type_grouped.loading{background-color:var(--color);}.box-shop .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .button.loading:after,.box-shop .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .product_type_simple.loading:after,.box-shop .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .product_type_variable.loading:after,.box-shop .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .add_to_cart_button.loading:after,.box-shop .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .product_type_external.loading:after,.box-shop .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .product_type_grouped.loading:after,.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .button.loading:after,.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .product_type_simple.loading:after,.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .product_type_variable.loading:after,.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .add_to_cart_button.loading:after,.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .product_type_external.loading:after,.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .product_type_grouped.loading:after{display:none;}.box-shop .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .button.added:after,.box-shop .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .product_type_simple.added:after,.box-shop .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .product_type_variable.added:after,.box-shop .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .add_to_cart_button.added:after,.box-shop .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .product_type_external.added:after,.box-shop .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .product_type_grouped.added:after,.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .button.added:after,.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .product_type_simple.added:after,.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .product_type_variable.added:after,.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .add_to_cart_button.added:after,.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .product_type_external.added:after,.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .product_type_grouped.added:after{display:inline-block;margin-left:0;margin-left:5px;}.rtl .box-shop .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .button.added:after,.rtl .box-shop .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .product_type_simple.added:after,.rtl .box-shop .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .product_type_variable.added:after,.rtl .box-shop .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .add_to_cart_button.added:after,.rtl .box-shop .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .product_type_external.added:after,.rtl .box-shop .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .product_type_grouped.added:after,.rtl .products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .button.added:after,.rtl .products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .product_type_simple.added:after,.rtl .products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .product_type_variable.added:after,.rtl .products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .add_to_cart_button.added:after,.rtl .products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .product_type_external.added:after,.rtl .products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .product_type_grouped.added:after{margin-right:5px;margin-left:0;}.box-shop .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist,.box-shop .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .compare-button,.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist,.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .compare-button{float:none;display:inline-block;vertical-align:top;}.box-shop .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .clear,.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .clear{display:none;}.box-shop .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a,.box-shop .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,.box-shop .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a,.box-shop .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .compare-button a,.box-shop .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .sw-quickview,.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a,.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a,.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .compare-button a,.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .sw-quickview{background:#fff;border:1px #c3c3c3 solid;float:none;font-size:0;padding:0;border-radius:0;height:45px;line-height:45px;min-width:45px;opacity:1;filter:alpha(opacity=100);-webkit-transform:translateY(0);-moz-transform:translateY(0);-o-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);}.box-shop .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover,.box-shop .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover,.box-shop .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover,.box-shop .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .compare-button a:hover,.box-shop .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .sw-quickview:hover,.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover,.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover,.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover,.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .compare-button a:hover,.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .sw-quickview:hover{background:var(--color);border-color:var(--color);}.box-shop .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover:before,.box-shop .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover:before,.box-shop .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover:before,.box-shop .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .compare-button a:hover:before,.box-shop .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .sw-quickview:hover:before,.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover:before,.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover:before,.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover:before,.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .compare-button a:hover:before,.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .sw-quickview:hover:before{color:#fff;}.box-shop .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:before,.box-shop .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,.box-shop .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before,.box-shop .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .compare-button a:before,.box-shop .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .sw-quickview:before,.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:before,.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before,.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .compare-button a:before,.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .sw-quickview:before{color:#c3c3c3;left:15px;}.rtl .box-shop .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:before,.rtl .box-shop .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,.rtl .box-shop .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before,.rtl .box-shop .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .compare-button a:before,.rtl .box-shop .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .sw-quickview:before,.rtl .products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:before,.rtl .products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,.rtl .products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before,.rtl .products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .compare-button a:before,.rtl .products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .sw-quickview:before{left:auto;right:15px;}.box-shop .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .sw-quickview,.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .sw-quickview{margin:5px 4px;}.box-shop .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-wishlistaddedbrowse.show a,.box-shop .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-wishlistexistsbrowse.show a,.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-wishlistaddedbrowse.show a,.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-wishlistexistsbrowse.show a{background-color:var(--color);border-color:var(--color);}.box-shop .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-wishlistaddedbrowse.show a:before,.box-shop .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-wishlistexistsbrowse.show a:before,.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-wishlistaddedbrowse.show a:before,.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-wishlistexistsbrowse.show a:before{color:#fff;}.box-shop .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-wishlistaddedbrowse.show a:hover,.box-shop .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-wishlistexistsbrowse.show a:hover,.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-wishlistaddedbrowse.show a:hover,.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-wishlistexistsbrowse.show a:hover{opacity:.8;}.box-shop .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist.exists .yith-wcwl-wishlistexistsbrowse a,.box-shop .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist.exists .yith-wcwl-wishlistaddedbrowse a,.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist.exists .yith-wcwl-wishlistexistsbrowse a,.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist.exists .yith-wcwl-wishlistaddedbrowse a{background-color:var(--color);border-color:var(--color);}.box-shop .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist.exists .yith-wcwl-wishlistexistsbrowse a:before,.box-shop .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist.exists .yith-wcwl-wishlistaddedbrowse a:before,.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist.exists .yith-wcwl-wishlistexistsbrowse a:before,.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist.exists .yith-wcwl-wishlistaddedbrowse a:before{color:#fff;}.box-shop .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist.exists .yith-wcwl-wishlistexistsbrowse a:hover,.box-shop .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist.exists .yith-wcwl-wishlistaddedbrowse a:hover,.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist.exists .yith-wcwl-wishlistexistsbrowse a:hover,.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist.exists .yith-wcwl-wishlistaddedbrowse a:hover{opacity:.8;}.box-shop .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .product_type_simple,.box-shop .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .add_to_cart_button,.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .product_type_simple,.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .add_to_cart_button{height:45px;line-height:45px;min-width:45px;}.box-shop .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .product_type_simple:hover,.box-shop .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .add_to_cart_button:hover,.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .product_type_simple:hover,.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .add_to_cart_button:hover{opacity:.8;}.box-shop .products-loop.list .item .item-wrap:hover .item-detail .item-content h4 a,.products-wrapper .products-loop.list .item .item-wrap:hover .item-detail .item-content h4 a{color:#333;}.box-shop .products-loop.list .item .item-wrap:hover .item-detail .item-content h4 a:hover,.products-wrapper .products-loop.list .item .item-wrap:hover .item-detail .item-content h4 a:hover{color:var(--color);}.products-loop .product-category a{text-align:center;display:block;background-color:#fff;}.products-loop .product-category a img{margin:0 auto;}.products-loop .product-category a h3{font-size:13px;font-weight:bold;margin-bottom:0;padding:12px 0;background-color:#eee;color:#353535;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;}.products-loop .product-category a h3 .count{display:none;}.products-loop .product-category a:hover h3{background-color:var(--color);color:#fff;}.sidebar .widget_layered_nav ul >li{padding:15px 0;border-bottom:1px solid #0065b3;}.widget_price_filter{padding:0 0px 20px;}.widget_price_filter .price_slider_wrapper{padding:0;}.woocommerce .product-countdown{padding:10px 0;text-align:center;}.woocommerce .product-countdown .countdown-row{display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-justify-content:center;-ms-justify-content:center;justify-content:center;}.woocommerce .product-countdown .countdown-row .countdown-section{padding:0 3px;}.woocommerce .product-countdown .countdown-row .countdown-section .countdown-amount{width:40px;height:40px;background:#e9e9e9;border-radius:3px;line-height:40px;text-align:center;display:block;font-weight:bold;color:#333;font-size:14px;margin-bottom:5px;}.woocommerce .product-countdown .countdown-row .countdown-section .countdown-period{text-transform:uppercase;font-size:10px;}.woocommerce.single-product .product-countdown{padding:10px 0 20px;}.woocommerce.single-product .product-countdown .countdown-row{-webkit-justify-content:flex-start;-ms-justify-content:flex-start;justify-content:flex-start;}.jet-list-tree__children.open >div{position:relative !important;opacity:1;visibility:visible;}.jet-list-tree__children.open .less-more span:before{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);-moz-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg);}.jet-list-tree__children{position:relative;}.jet-list-tree__children .less-more{position:absolute;top:-29px;right:0;font-size:0;border:0;width:13px;height:13px;margin:0;background-color:transparent;}.rtl .jet-list-tree__children .less-more{left:0;right:auto;}.jet-list-tree__children .less-more span{position:relative;}.jet-list-tree__children .less-more span:before{transition:all .3s;content:"";background-color:#ddd;width:2px;height:13px;position:absolute;right:0;top:-5px;}.jet-list-tree__children .less-more span:after{content:"";background-color:#ddd;width:14px;height:2px;position:absolute;right:-6px;top:0;}.jet-list-tree__children >div{position:absolute !important;opacity:0;visibility:hidden;top:100%;}.pagination-ajax{text-align:center;}.pagination-ajax .button-ajax{display:inline-block;border:1px #0065b3 solid;text-align:center;border-radius:50px;width:100px;height:100px;font-size:12px;color:#000;text-transform:uppercase;margin:20px auto 60px;background:#fff;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;font-weight:700;}.pagination-ajax .button-ajax:hover{background:#fff;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;color:var(--color);border:1px solid var(--color);}.pagination-ajax .button-ajax:before{content:attr(data-title);}.pagination-ajax .button-ajax.loading{-webkit-animation:spin 1s linear infinite;animation:spin 1s linear infinite;border-top:1px solid var(--color);}.pagination-ajax .button-ajax.loading:before{content:"";background:none;}.pagination-ajax .button-ajax.loaded:before{content:attr(data-loaded);}.wp-block-woocommerce-cart .wc-block-cart .wc-block-cart__main .wc-block-cart-items thead tr th{color:#000;font-size:18px;}.wp-block-woocommerce-cart .wc-block-cart .wc-block-cart__main .wc-block-cart-items tbody tr td{vertical-align:middle;}.wp-block-woocommerce-cart .wc-block-cart .wc-block-cart__main .wc-block-cart-items tbody tr td.wc-block-cart-item__image img{border:1px solid #ddd;}.wp-block-woocommerce-cart .wc-block-cart .wc-block-cart__main .wc-block-cart-items tbody tr td.wc-block-cart-item__product .wc-block-components-product-name{font-size:16px;color:#000;text-transform:capitalize;font-weight:700;}.wp-block-woocommerce-cart .wc-block-cart .wc-block-cart__main .wc-block-cart-items tbody tr td.wc-block-cart-item__product .wc-block-components-product-name:hover{color:var(--color);}.wp-block-woocommerce-cart .wc-block-cart .wc-block-cart__main .wc-block-cart-items tbody tr td.wc-block-cart-item__product .wc-block-cart-item__prices .wc-block-components-product-price{font-size:18px;color:var(--color);display:flex;flex-direction:row-reverse;justify-content:start;}.wp-block-woocommerce-cart .wc-block-cart .wc-block-cart__main .wc-block-cart-items tbody tr td.wc-block-cart-item__product .wc-block-cart-item__prices .wc-block-components-product-price .wc-block-components-product-price__regular{font-size:18px;color:#aaa;}.wp-block-woocommerce-cart .wc-block-cart .wc-block-cart__main .wc-block-cart-items tbody tr td.wc-block-cart-item__product .wc-block-cart-item__prices .wc-block-components-product-price .is-discounted{font-size:18px;color:var(--color);float:left;margin-right:10px;margin-left:0;}.wp-block-woocommerce-cart .wc-block-cart .wc-block-cart__main .wc-block-cart-items tbody tr td.wc-block-cart-item__product .wc-block-components-product-badge{border-radius:0;border:1px solid var(--color);color:var(--color);font-weight:400;font-size:14px;}.wp-block-woocommerce-cart .wc-block-cart .wc-block-cart__main .wc-block-cart-items tbody tr td.wc-block-cart-item__product .wc-block-components-product-metadata .wc-block-components-product-metadata__description{font-size:14px;color:#222;}.wp-block-woocommerce-cart .wc-block-cart .wc-block-cart__main .wc-block-cart-items tbody tr td.wc-block-cart-item__product .wc-block-cart-item__quantity{position:relative;}.wp-block-woocommerce-cart .wc-block-cart .wc-block-cart__main .wc-block-cart-items tbody tr td.wc-block-cart-item__product .wc-block-cart-item__quantity .wc-block-components-quantity-selector:after{border:1px solid #ddd;border-radius:0;}.wp-block-woocommerce-cart .wc-block-cart .wc-block-cart__main .wc-block-cart-items tbody tr td.wc-block-cart-item__product .wc-block-cart-item__quantity .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input{padding:12px 0;color:#000;opacity:1;}.wp-block-woocommerce-cart .wc-block-cart .wc-block-cart__main .wc-block-cart-items tbody tr td.wc-block-cart-item__product .wc-block-cart-item__quantity .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button{font-size:20px;}.wp-block-woocommerce-cart .wc-block-cart .wc-block-cart__main .wc-block-cart-items tbody tr td.wc-block-cart-item__product .wc-block-cart-item__quantity .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:focus{box-shadow:none;}.wp-block-woocommerce-cart .wc-block-cart .wc-block-cart__main .wc-block-cart-items tbody tr td.wc-block-cart-item__product .wc-block-cart-item__quantity .wc-block-cart-item__remove-link{font-size:14px;color:var(--color);text-decoration:none;}.wp-block-woocommerce-cart .wc-block-cart .wc-block-cart__main .wc-block-cart-items tbody tr td.wc-block-cart-item__product .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:hover{text-decoration:underline;}.wp-block-woocommerce-cart .wc-block-cart .wc-block-cart__main .wc-block-cart-items tbody tr td.wc-block-cart-item__total .wc-block-components-product-price{font-size:24px;font-weight:500;color:var(--color);}.wp-block-woocommerce-cart .wc-block-cart .wc-block-cart__main .wc-block-cart-items tbody tr td.wc-block-cart-item__total .wc-block-components-product-badge{border-radius:0;border:1px solid var(--color);color:var(--color);height:32px;line-height:30px;font-size:16px;font-weight:400;margin-top:20px;}.wp-block-woocommerce-cart .wc-block-cart .wc-block-components-sidebar .wc-block-cart__totals-title{font-size:18px;color:#000;}.wp-block-woocommerce-cart .wc-block-cart .wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-coupon-form-block .wc-block-components-totals-coupon .wc-block-components-totals-coupon-link{font-size:14px;text-transform:uppercase;color:var(--color);}.wp-block-woocommerce-cart .wc-block-cart .wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-coupon-form-block .wc-block-components-totals-coupon{padding:0;}.wp-block-woocommerce-cart .wc-block-cart .wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-coupon-form-block .wc-block-components-totals-coupon__form .wc-block-components-text-input input{height:39px;}.wp-block-woocommerce-cart .wc-block-cart .wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-coupon-form-block .wc-block-components-totals-coupon__form .components-button{background-color:var(--color);border-color:var(--color);text-transform:uppercase;}.wp-block-woocommerce-cart .wc-block-cart .wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-subtotal-block .wc-block-components-totals-item{padding:0;}.wp-block-woocommerce-cart .wc-block-cart .wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-subtotal-block .wc-block-components-totals-item .wc-block-components-totals-item__label{font-size:14px;color:#000;text-transform:uppercase;}.wp-block-woocommerce-cart .wc-block-cart .wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-subtotal-block .wc-block-components-totals-item .wc-block-formatted-money-amount{font-size:24px;color:var(--color);font-weight:500;}.wp-block-woocommerce-cart .wc-block-cart .wc-block-components-sidebar .wc-block-components-totals-wrapper .wc-block-components-totals-item{padding:0;}.wp-block-woocommerce-cart .wc-block-cart .wc-block-components-sidebar .wc-block-components-totals-wrapper .wc-block-components-totals-item .wc-block-components-totals-item__label{font-size:14px;color:#000;text-transform:uppercase;}.wp-block-woocommerce-cart .wc-block-cart .wc-block-components-sidebar .wc-block-components-totals-wrapper .wc-block-components-totals-item .wc-block-formatted-money-amount{font-size:24px;color:var(--color);font-weight:500;}.wp-block-woocommerce-cart .wc-block-cart .wc-block-components-sidebar .wc-block-cart__submit .components-button{background-color:var(--color);color:#fff;text-transform:uppercase;}.wp-block-woocommerce-cart .wc-block-cart .wc-block-components-sidebar .wc-block-cart__submit .components-button:hover{opacity:.85;}.wp-block-woocommerce-checkout .wc-block-checkout__main .wc-block-checkout__form .wc-block-checkout__contact-fields .wc-block-components-checkout-step__container .wc-block-components-checkout-step__description{font-size:14px;}.wp-block-woocommerce-checkout .wc-block-checkout__main .wc-block-checkout__form .wc-block-checkout__contact-fields .wc-block-components-address-form .wc-block-components-address-form__email input{border:1px solid #ddd;}.wp-block-woocommerce-checkout .wc-block-checkout__main .wc-block-checkout__form .wc-block-checkout__contact-fields .wc-block-components-address-form .wc-block-components-address-form__email input:focus{box-shadow:0 0 0 1px #ddd;}.wp-block-woocommerce-checkout .wc-block-checkout__main .wc-block-checkout__form .wc-block-checkout__billing-fields .wc-block-components-checkout-step__description{font-size:14px;}.wp-block-woocommerce-checkout .wc-block-checkout__main .wc-block-checkout__form .wc-block-components-address-address-wrapper .wc-block-components-text-input input{border:1px solid #ddd;}.wp-block-woocommerce-checkout .wc-block-checkout__main .wc-block-checkout__form .wc-block-components-address-address-wrapper .wc-block-components-text-input input:focus{box-shadow:0 0 0 1px #ddd;}.wp-block-woocommerce-checkout .wc-block-checkout__main .wc-block-checkout__form .wc-block-components-address-address-wrapper .wc-block-components-validation-error{font-size:12px;}.wp-block-woocommerce-checkout .wc-block-checkout__main .wc-block-checkout__form .wc-block-components-address-form__country .components-form-token-field__input,.wp-block-woocommerce-checkout .wc-block-checkout__main .wc-block-checkout__form .wc-block-components-combobox .components-combobox-control__input{border:1px solid #ddd;}.wp-block-woocommerce-checkout .wc-block-checkout__main .wc-block-checkout__form .wc-block-components-address-form__country .components-form-token-field__input:focus,.wp-block-woocommerce-checkout .wc-block-checkout__main .wc-block-checkout__form .wc-block-components-combobox .components-combobox-control__input:focus{box-shadow:0 0 0 1px #ddd;}.wp-block-woocommerce-checkout .wc-block-checkout__main .wc-block-checkout__form .wc-block-checkout__order-notes .wc-block-components-checkbox__label{color:#000;font-size:14px;}.wp-block-woocommerce-checkout .wc-block-checkout__main .wc-block-checkout__form .wc-block-checkout__terms{color:#000;}.wp-block-woocommerce-checkout .wc-block-checkout__main .wc-block-checkout__form .wc-block-checkout__actions .wc-block-checkout__actions_row .wc-block-components-checkout-return-to-cart-button{color:var(--color);font-size:16px;}.wp-block-woocommerce-checkout .wc-block-checkout__main .wc-block-checkout__form .wc-block-checkout__actions .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button{border:0;background-color:var(--color);color:#fff;text-transform:uppercase;border-radius:0;}.wp-block-woocommerce-checkout .wc-block-checkout__main .wc-block-checkout__form .wc-block-checkout__actions .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button:hover{opacity:.85;}.wp-block-woocommerce-checkout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-totals-wrapper .wc-block-components-order-summary{padding:0;}.wp-block-woocommerce-checkout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-totals-wrapper .wc-block-components-order-summary .wc-block-components-panel__button{font-size:16px;color:#000;text-transform:uppercase;}.wp-block-woocommerce-checkout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-totals-wrapper .wc-block-components-order-summary .wc-block-components-order-summary__content .wc-block-components-order-summary-item{border-top:1px solid #ddd;}.wp-block-woocommerce-checkout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-totals-wrapper .wc-block-components-order-summary .wc-block-components-order-summary__content .wc-block-components-order-summary-item:first-child{padding-top:20px;}.wp-block-woocommerce-checkout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-totals-wrapper .wc-block-components-order-summary .wc-block-components-order-summary__content .wc-block-components-order-summary-item .wc-block-components-order-summary-item__image .wc-block-components-order-summary-item__quantity{border-color:var(--color);}.wp-block-woocommerce-checkout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-totals-wrapper .wc-block-components-order-summary .wc-block-components-order-summary__content .wc-block-components-order-summary-item .wc-block-components-product-name{font-size:16px;color:#000;text-transform:capitalize;}.wp-block-woocommerce-checkout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-totals-wrapper .wc-block-components-order-summary .wc-block-components-order-summary__content .wc-block-components-order-summary-item .wc-block-components-product-price{font-size:18px;color:var(--color);}.wp-block-woocommerce-checkout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-totals-wrapper .wc-block-components-order-summary .wc-block-components-order-summary__content .wc-block-components-order-summary-item .wc-block-components-product-price .wc-block-components-product-price__regular{font-size:16px;color:#aaa;}.wp-block-woocommerce-checkout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-totals-wrapper .wc-block-components-order-summary .wc-block-components-order-summary__content .wc-block-components-order-summary-item .wc-block-components-product-metadata .wc-block-components-product-metadata__description{font-size:12px;color:#000;}.wp-block-woocommerce-checkout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wp-block-woocommerce-checkout-order-summary-coupon-form-block .wc-block-components-totals-coupon-link{font-size:16px;color:#000;text-transform:uppercase;}.wp-block-woocommerce-checkout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wp-block-woocommerce-checkout-order-summary-coupon-form-block .wc-block-components-text-input input{height:39px;}.wp-block-woocommerce-checkout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wp-block-woocommerce-checkout-order-summary-coupon-form-block .components-button{background-color:var(--color);border-color:var(--color);color:#fff;}.wp-block-woocommerce-checkout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wp-block-woocommerce-checkout-order-summary-subtotal-block .wc-block-components-totals-item .wc-block-components-totals-item__label,.wp-block-woocommerce-checkout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-totals-wrapper .wc-block-components-totals-item .wc-block-components-totals-item__label{font-size:18px;color:#000;text-transform:uppercase;font-weight:400;}.wp-block-woocommerce-checkout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wp-block-woocommerce-checkout-order-summary-subtotal-block .wc-block-formatted-money-amount,.wp-block-woocommerce-checkout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wp-block-woocommerce-checkout-order-summary-subtotal-block .wc-block-formatted-money-amount,.wp-block-woocommerce-checkout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-totals-wrapper .wc-block-formatted-money-amount,.wp-block-woocommerce-checkout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-totals-wrapper .wc-block-formatted-money-amount{font-size:18px;color:var(--color);font-weight:500;}.woocommerce div.product p.price,.woocommerce div.product span.price{font-size:22px;color:#0065b3;font-weight:600;}.woocommerce div.product p.price del,.woocommerce div.product span.price del{text-decoration:none;}.woocommerce div.product p.price del .amount,.woocommerce div.product span.price del .amount{text-decoration:line-through;font-weight:normal;font-size:18px;color:#999;}.woocommerce div.product p.price ins,.woocommerce div.product span.price ins{margin:0 10px;font-weight:600;color:#0065b3;text-decoration:none;opacity:1;}.woocommerce div.product form.cart .variations select{margin:0;}.rtl.woocommerce div.product form.cart .button{float:right;}.product_detail .slider_img_productd{position:relative;z-index:1;}.product_detail .onsale{display:inline-block;height:35px;height:15px;width:35px;line-height:35px;color:#fff;background-color:#ff5c00;text-transform:capitalize;font-weight:600;position:absolute;top:15px;right:15px;text-align:center;border-radius:50%;z-index:9;}.product_detail .slider_img_productd{margin-bottom:30px;}.product_detail .slider_img_productd .product-images .product-images-container .slick-slider.product-responsive{border:1px solid #0065b3;margin-bottom:10px;overflow:hidden;}.product_detail .slider_img_productd .product-images .product-images-container .slick-slider.product-responsive .woocommerce-product-gallery__image{opacity:1 !important;filter:alpha(opacity=100) !important;}.product_detail .slider_img_productd .product-images .product-images-container .slick-slider.product-responsive .slick-list .slick-track .item-img-slider .images{margin-bottom:0;}.product_detail .slider_img_productd .product-images .product-images-container .slick-slider.product-responsive .featured-video-button{position:absolute;bottom:20px;left:70px;background:#fff;border-radius:50%;text-align:center;height:40px;width:40px;font-size:18px;border:0;margin-bottom:0;box-shadow:0 0 0 2px #ddd;}.product_detail .slider_img_productd .product-images .product-images-container .slick-slider.product-responsive-thumbnail{padding:0;}.product_detail .slider_img_productd .product-images .product-images-container .slick-slider.product-responsive-thumbnail:hover .slick-prev,.product_detail .slider_img_productd .product-images .product-images-container .slick-slider.product-responsive-thumbnail:hover .slick-next{-webkit-transform:translateX(0px);-moz-transform:translateX(0px);-o-transform:translateX(0px);-ms-transform:translateX(0px);transform:translateX(0px);opacity:1;}.product_detail .slider_img_productd .product-images .product-images-container .slick-slider.product-responsive-thumbnail .slick-list{margin:0 -5px;}.product_detail .slider_img_productd .product-images .product-images-container .slick-slider.product-responsive-thumbnail .slick-list .slick-track .item-thumbnail-product .thumbnail-wrapper{border:1px solid #0065b3;margin:0 5px;cursor:pointer;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;}.product_detail .slider_img_productd .product-images .product-images-container .slick-slider.product-responsive-thumbnail .slick-list .slick-track .item-thumbnail-product:hover .thumbnail-wrapper{border-color:#0065b3;}.product_detail .slider_img_productd .product-images .product-images-container .slick-slider.product-responsive-thumbnail .slick-prev,.product_detail .slider_img_productd .product-images .product-images-container .slick-slider.product-responsive-thumbnail .slick-next{position:absolute;font-size:0;padding:0;z-index:3;display:inline-block;height:28px;width:28px;line-height:24px;border-radius:50%;border:2px solid #0065b3;background-color:#fff;color:#0065b3;margin:auto;top:0;bottom:0;opacity:0;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;text-align:center;}.product_detail .slider_img_productd .product-images .product-images-container .slick-slider.product-responsive-thumbnail .slick-prev:before,.product_detail .slider_img_productd .product-images .product-images-container .slick-slider.product-responsive-thumbnail .slick-next:before{font-family:"FontAwesome";font-size:14px;}.product_detail .slider_img_productd .product-images .product-images-container .slick-slider.product-responsive-thumbnail .slick-prev:hover,.product_detail .slider_img_productd .product-images .product-images-container .slick-slider.product-responsive-thumbnail .slick-next:hover{border:2px solid #0065b3;color:#0065b3;}.product_detail .slider_img_productd .product-images .product-images-container .slick-slider.product-responsive-thumbnail .slick-prev{left:-14px;-webkit-transform:translateX(-30px);-moz-transform:translateX(-30px);-o-transform:translateX(-30px);-ms-transform:translateX(-30px);transform:translateX(-30px);}.product_detail .slider_img_productd .product-images .product-images-container .slick-slider.product-responsive-thumbnail .slick-prev:before{content:"";}.product_detail .slider_img_productd .product-images .product-images-container .slick-slider.product-responsive-thumbnail .slick-next{right:-14px;-webkit-transform:translateX(30px);-moz-transform:translateX(30px);-o-transform:translateX(30px);-ms-transform:translateX(30px);transform:translateX(30px);}.product_detail .slider_img_productd .product-images .product-images-container .slick-slider.product-responsive-thumbnail .slick-next:before{content:"";}.product_detail .slider_img_productd .product-images .product-images-container.thumbnail-left,.product_detail .slider_img_productd .product-images .product-images-container.thumbnail-right{display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;}.product_detail .slider_img_productd .product-images .product-images-container.thumbnail-left .slick-slider.product-responsive-thumbnail,.product_detail .slider_img_productd .product-images .product-images-container.thumbnail-right .slick-slider.product-responsive-thumbnail{width:15%;min-width:100px;}.product_detail .slider_img_productd .product-images .product-images-container.thumbnail-left .slick-slider.product-responsive-thumbnail .item-thumbnail-product,.product_detail .slider_img_productd .product-images .product-images-container.thumbnail-right .slick-slider.product-responsive-thumbnail .item-thumbnail-product{padding:7px 0;}.product_detail .slider_img_productd .product-images .product-images-container.thumbnail-left .slick-slider.product-responsive-thumbnail .slick-next,.product_detail .slider_img_productd .product-images .product-images-container.thumbnail-left .slick-slider.product-responsive-thumbnail .slick-prev,.product_detail .slider_img_productd .product-images .product-images-container.thumbnail-right .slick-slider.product-responsive-thumbnail .slick-next,.product_detail .slider_img_productd .product-images .product-images-container.thumbnail-right .slick-slider.product-responsive-thumbnail .slick-prev{top:-7px;margin-top:0;margin-left:-10px;left:50%;right:auto;-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);-moz-transform:rotate(-90deg);-o-transform:rotate(-90deg);transform:rotate(-90deg);}.product_detail .slider_img_productd .product-images .product-images-container.thumbnail-left .slick-slider.product-responsive-thumbnail .slick-prev,.product_detail .slider_img_productd .product-images .product-images-container.thumbnail-right .slick-slider.product-responsive-thumbnail .slick-prev{top:auto;bottom:-7px;}.product_detail .slider_img_productd .product-images .product-images-container.thumbnail-left .product-responsive,.product_detail .slider_img_productd .product-images .product-images-container.thumbnail-right .product-responsive{width:80%;display:flex;align-items:center;}.product_detail .slider_img_productd .product-images .product-images-container.thumbnail-left .product-responsive{order:1;margin:0 0 0 15px;}.product_detail .slider_img_productd .product-images .product-images-container.thumbnail-right .product-responsive{margin:0 15px 0 0;}.product_detail .slider_img_productd .product-images .product-images-container.thumbnail-top{display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;}.product_detail .slider_img_productd .product-images .product-images-container.thumbnail-top .product-responsive{order:1;width:100%;margin-bottom:0;}.product_detail .slider_img_productd .product-images .product-images-container.thumbnail-top .slick-slider.product-responsive-thumbnail{width:100%;margin-bottom:15px;}.product_detail .content_product_detail .product_title{font-size:28px;color:#111;font-weight:600;margin-bottom:18px;text-transform:capitalize;}@media (max-width: 991px){.product_detail .content_product_detail .product_title{font-size:20px;}}.product_detail .content_product_detail .reviews-content{margin-bottom:5px;}.product_detail .content_product_detail .reviews-content .woocommerce-review-link{display:none;}.product_detail .content_product_detail .price-content{display:inline-block;vertical-align:top;width:100%;}.product_detail .content_product_detail .item-brand{display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-align-items:center;-ms-align-items:center;align-items:center;margin:0 0 20px;}.product_detail .content_product_detail .item-brand > span{color:#222;font-weight:bold;text-transform:uppercase;}.product_detail .content_product_detail .item-brand > a{display:block;padding:5px;max-width:80px;}.product_detail .content_product_detail .item-meta > span{font-weight:bold;text-transform:uppercase;display:block;color:#222;margin-bottom:20px;}.product_detail .content_product_detail .item-meta > span > a{font-weight:normal;text-transform:none;color:#666;}.product_detail .content_product_detail .item-meta > span > a:hover{color:#0065b3;}.product_detail .content_product_detail .item-meta > span.posted_in{padding-right:30px;}.product_detail .content_product_detail .product-info{display:block;overflow:hidden;padding:20px 0 0;border-top:1px solid #f0f0ed;}.product_detail .content_product_detail .product-info .product-stock.in-stock{float:left;font-weight:600;font-size:12px;color:#525252;text-transform:uppercase;position:relative;margin-right:20px;}.rtl .product_detail .content_product_detail .product-info .product-stock.in-stock{float:right;margin-left:20px;margin-right:0;}.product_detail .content_product_detail .product-info .product-stock.in-stock:before{content:"";font-family:"FontAwesome";font-size:13px;margin-right:10px;}.rtl .product_detail .content_product_detail .product-info .product-stock.in-stock:before{content:"";margin:0;}.rtl .product_detail .content_product_detail .product-info .product-stock.in-stock:after{content:"";font-family:"FontAwesome";font-size:13px;margin-left:10px;}.product_detail .content_product_detail .product-info .sku_wrapper{margin-bottom:15px;display:inline-block;vertical-align:top;font-size:12px;font-weight:600;color:#525252;text-transform:uppercase;}.product_detail .content_product_detail .product-info .sku_wrapper .sku{color:#525252;padding:0 5px;}.product_detail .content_product_detail .description{line-height:22px;color:#7d7d7d;margin-bottom:30px;}.product_detail .content_product_detail .social-share{display:inline-block;vertical-align:top;overflow:hidden;width:100%;margin-bottom:20px;}.product-type-variable .product_detail .content_product_detail .social-share{margin-bottom:20px;}.product_detail .content_product_detail .social-share .title-share{text-transform:uppercase;padding-right:25px;float:left;font-size:14px;color:#111;line-height:35px;font-weight:700;}.rtl .product_detail .content_product_detail .social-share .title-share{float:right;padding-left:18px;padding-right:0;}.product_detail .content_product_detail .social-share a{display:inline-block;vertical-align:top;margin:0 5px;width:35px;height:35px;text-align:center;border-radius:50%;color:#fff;font-size:16px;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;background-color:#0065b3;}.product_detail .content_product_detail .social-share a:hover{background-color:var(--darken5);}.product_detail .content_product_detail .social-share a i{line-height:35px;font-family:"FontAwesome";}.product_detail .content_product_detail .cart{margin-bottom:0;}.product_detail .content_product_detail .cart .quantity{position:relative;border:1px solid #0065b3;height:32px;margin:0 15px 0 0 !important;}.rtl .product_detail .content_product_detail .cart .quantity{float:right;margin:0 0 0 15px !important;}.product_detail .content_product_detail .cart .quantity input{-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none;-0-appearance:none;background-color:#fff;width:30px;height:32px;}.product_detail .content_product_detail .cart .quantity input[type=number]{-moz-appearance:textfield;}.product_detail .content_product_detail .cart .quantity input::-webkit-outer-spin-button,.product_detail .content_product_detail .cart .quantity input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0;}.product_detail .content_product_detail .cart .quantity .input-text{height:30px !important;}.product_detail .content_product_detail .cart .quantity .minus,.product_detail .content_product_detail .cart .quantity .plus{font-size:0;color:#898989;}.product_detail .content_product_detail .cart .quantity .minus:hover,.product_detail .content_product_detail .cart .quantity .plus:hover{opacity:.5;}.product_detail .content_product_detail .cart .quantity .minus{background:url("https://cdn-ildmmhg.nitrocdn.com/EmfGayVpJIjlSxwvIsYhxAzAzNUjWyuH/assets/images/optimized/rev-f65d057/mwtruckparts.co.uk/wp-content/uploads/sw_theme/assets/img/bg_general.png") no-repeat -11px -1685px;}.product_detail .content_product_detail .cart .quantity .minus.nitro-lazy{background-image:none !important;}.product_detail .content_product_detail .cart .quantity .plus{background:url("https://cdn-ildmmhg.nitrocdn.com/EmfGayVpJIjlSxwvIsYhxAzAzNUjWyuH/assets/images/optimized/rev-f65d057/mwtruckparts.co.uk/wp-content/uploads/sw_theme/assets/img/bg_general.png") no-repeat -18px -1665px;}.product_detail .content_product_detail .cart .quantity .plus.nitro-lazy{background-image:none !important;}.product_detail .content_product_detail .cart .quantity input{margin-bottom:0;border:0;text-align:center;text-indent:0;-webkit-border-radius:0;-moz-border-radius:0;-o-border-radius:0;-ms-border-radius:0;border-radius:0;}.product_detail .content_product_detail .cart .quantity input.qty{padding:0;font-size:13px;color:#333;font-weight:600;}.product_detail .content_product_detail .cart .group_table{margin-bottom:25px;width:100%;}.product_detail .content_product_detail .cart .group_table .label{display:table-cell;}.product_detail .content_product_detail .cart .group_table tbody tr{border-color:#ddd;}.product_detail .content_product_detail .cart .group_table tbody tr td label{margin-bottom:0;font-weight:normal;}.product_detail .content_product_detail .cart .group_table tbody tr td .quantity{margin-top:0;}.product_detail .content_product_detail .cart .group_table tbody tr td .quantity .minus{bottom:0;}.product_detail .content_product_detail .cart .group_table tbody tr td .quantity:before{display:none;}.product_detail .content_product_detail .cart .group_table tbody tr td.label{white-space:normal;}.product_detail .content_product_detail .cart .group_table .price{font-size:20px;color:#ccc;font-weight:700;}.product_detail .content_product_detail .cart .group_table .price span >.amount,.product_detail .content_product_detail .cart .group_table .price del{text-decoration:line-through;font-weight:normal;font-size:20px;}.product_detail .content_product_detail .cart .group_table .price ins{font-size:24px;color:#0065b3;text-decoration:none;opacity:1;margin:0 10px;}.product_detail .content_product_detail .cart .clear{display:none;}.product_detail .content_product_detail .item-bottom .clear{clear:none;}.product_detail .content_product_detail .yith-wcwl-add-to-wishlist{margin:0;float:left;}.rtl .product_detail .content_product_detail .yith-wcwl-add-to-wishlist{float:right;}.product_detail .content_product_detail .yith-wcwl-add-to-wishlist .yith-wcwl-add-button,.product_detail .content_product_detail .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse,.product_detail .content_product_detail .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse{position:relative;}.product_detail .content_product_detail .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:before,.product_detail .content_product_detail .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,.product_detail .content_product_detail .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before{font-size:12px;content:"";}.product_detail .content_product_detail .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a .yith-wcwl-icon-svg,.product_detail .content_product_detail .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a .yith-wcwl-icon-svg,.product_detail .content_product_detail .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a .yith-wcwl-icon-svg{display:none;}.product_detail .content_product_detail .yith-wcwl-add-to-wishlist .yith-wcwl-add-button.show,.product_detail .content_product_detail .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse.show,.product_detail .content_product_detail .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse.show{display:inline-block !important;vertical-align:top;}.product_detail .content_product_detail .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .feedback,.product_detail .content_product_detail .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse .feedback,.product_detail .content_product_detail .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse .feedback{display:none;}.product_detail .content_product_detail .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .ajax-loading,.product_detail .content_product_detail .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse .ajax-loading,.product_detail .content_product_detail .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse .ajax-loading{position:absolute;left:0;right:0;top:0;bottom:0;margin:auto;}.product_detail .content_product_detail .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse.show a,.product_detail .content_product_detail .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse.show a{background-color:#0065b3;color:#fff;}.product_detail .content_product_detail .compare{float:left;}.rtl .product_detail .content_product_detail .compare{float:right;}.product_detail .content_product_detail .compare:before{font-size:13px;content:"";}.product_detail .content_product_detail .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a,.product_detail .content_product_detail .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,.product_detail .content_product_detail .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a,.product_detail .content_product_detail a.compare{color:#0065b3;font-weight:500;height:32px;line-height:32px;padding:0;background-color:#fff;border:1px solid #0065b3;display:inline-block;vertical-align:top;overflow:hidden;position:relative;font-size:0;min-width:32px;float:left;margin:0px 5px;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;-webkit-border-radius:50%;-moz-border-radius:50%;-o-border-radius:50%;-ms-border-radius:50%;border-radius:50%;text-align:center;}.product_detail .content_product_detail .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:before,.product_detail .content_product_detail .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,.product_detail .content_product_detail .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before,.product_detail .content_product_detail a.compare:before{font-family:"FontAwesome";}.product_detail .content_product_detail .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover,.product_detail .content_product_detail .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover,.product_detail .content_product_detail .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover,.product_detail .content_product_detail a.compare:hover{background-color:#0065b3;color:#fff;}.product_detail .content_product_detail .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover:before,.product_detail .content_product_detail .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover:before,.product_detail .content_product_detail .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover:before,.product_detail .content_product_detail a.compare:hover:before{color:#fff;}.product_detail .content_product_detail .add_to_cart_button,.product_detail .content_product_detail .product_type_external,.product_detail .content_product_detail .product_type_grouped,.product_detail .content_product_detail .single_add_to_cart_button{height:32px;line-height:32px;text-transform:capitalize;background-color:#0065b3 !important;color:#fff;font-size:13px;padding:0 10px;border-radius:17px;margin-right:5px;}.rtl .product_detail .content_product_detail .add_to_cart_button,.rtl .product_detail .content_product_detail .product_type_external,.rtl .product_detail .content_product_detail .product_type_grouped,.rtl .product_detail .content_product_detail .single_add_to_cart_button{margin-left:5px;margin-right:0;}.product_detail .content_product_detail .add_to_cart_button:hover,.product_detail .content_product_detail .product_type_external:hover,.product_detail .content_product_detail .product_type_grouped:hover,.product_detail .content_product_detail .single_add_to_cart_button:hover{background-color:var(--darken5) !important;}.product_detail .content_product_detail .add_to_cart_button.disabled,.product_detail .content_product_detail .product_type_external.disabled,.product_detail .content_product_detail .product_type_grouped.disabled,.product_detail .content_product_detail .single_add_to_cart_button.disabled{color:#999 !important;}.product_detail .content_product_detail .add_to_cart_button.loading:before,.product_detail .content_product_detail .product_type_external.loading:before,.product_detail .content_product_detail .product_type_grouped.loading:before,.product_detail .content_product_detail .single_add_to_cart_button.loading:before{background:none;}.product_detail .content_product_detail .add_to_cart_button.loading:after,.product_detail .content_product_detail .product_type_external.loading:after,.product_detail .content_product_detail .product_type_grouped.loading:after,.product_detail .content_product_detail .single_add_to_cart_button.loading:after{top:0;}.product_detail .content_product_detail .single-buynow .add_to_cart_button,.product_detail .content_product_detail .single-buynow .product_type_external,.product_detail .content_product_detail .single-buynow .product_type_grouped,.product_detail .content_product_detail .single-buynow .single_add_to_cart_button{border-radius:2px;text-transform:uppercase;color:#0065b3;font-weight:normal;box-shadow:0 0 0 1px #0065b3;background-color:rgba(208,1,27,.09) !important;padding:0 15px;}.product_detail .content_product_detail .single-buynow .add_to_cart_button:hover,.product_detail .content_product_detail .single-buynow .product_type_external:hover,.product_detail .content_product_detail .single-buynow .product_type_grouped:hover,.product_detail .content_product_detail .single-buynow .single_add_to_cart_button:hover{color:#0065b3;background-color:#fff !important;}.product_detail .content_product_detail .single-buynow .button-buynow{background:#0065b3;color:#fff;border-radius:2px;display:inline-block;vertical-align:top;padding:6px 15px;text-transform:uppercase;margin:0 5px;}.product_detail .content_product_detail .single-buynow .button-buynow:hover{background:var(--darken20);}.product_detail .content_product_detail .single-buynow .button-buynow.disabled{pointer-events:none;cursor:default;opacity:.7;}.product_detail .content_product_detail .single-buynow .item-bottom{margin:15px 0 0;display:flex;}.product_detail .content_product_detail .single-buynow .item-bottom:after{height:0;clear:both;content:" ";font-size:0;min-height:0;display:block;visibility:hidden;}.product_detail .content_product_detail .single-buynow .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a,.product_detail .content_product_detail .single-buynow .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,.product_detail .content_product_detail .single-buynow .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a,.product_detail .content_product_detail .single-buynow .item-bottom a.compare{border:0;font-size:12px;color:#333;margin:0;}.product_detail .content_product_detail .single-buynow .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:before,.product_detail .content_product_detail .single-buynow .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,.product_detail .content_product_detail .single-buynow .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before,.product_detail .content_product_detail .single-buynow .item-bottom a.compare:before{font-size:14px;margin-right:10px;margin-left:2px;}.product_detail .content_product_detail .single-buynow .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover,.product_detail .content_product_detail .single-buynow .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover,.product_detail .content_product_detail .single-buynow .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover,.product_detail .content_product_detail .single-buynow .item-bottom a.compare:hover{background:none;color:#0065b3;}.product_detail .content_product_detail .single-buynow .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover:before,.product_detail .content_product_detail .single-buynow .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover:before,.product_detail .content_product_detail .single-buynow .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover:before,.product_detail .content_product_detail .single-buynow .item-bottom a.compare:hover:before{color:#0065b3;}.product_detail .content_product_detail .single-buynow .item-bottom a.compare{padding-left:40px;}.single-product.woocommerce div.product form.cart .variations{width:100% !important;}.single-product .tabs.elementor-element,.single-product >.tabs{margin-bottom:60px;margin-top:10px;border:1px solid #0065b3;}.single-product .tabs.elementor-element .tabbable .nav.nav-tabs,.single-product >.tabs .tabbable .nav.nav-tabs{margin:0;background-color:transparent;border-bottom:1px solid #0065b3;}.single-product .tabs.elementor-element .tabbable .nav.nav-tabs li,.single-product >.tabs .tabbable .nav.nav-tabs li{border:0;position:relative;margin:0;}.rtl .single-product .tabs.elementor-element .tabbable .nav.nav-tabs li,.rtl .single-product >.tabs .tabbable .nav.nav-tabs li{float:right;}.rtl .single-product .tabs.elementor-element .tabbable .nav.nav-tabs li a,.rtl .single-product >.tabs .tabbable .nav.nav-tabs li a{border-left:1px solid #0065b3;border-right:0;}.single-product .tabs.elementor-element .tabbable .nav.nav-tabs li a,.single-product >.tabs .tabbable .nav.nav-tabs li a{border:0;padding:0 26px;font-weight:normal;font-weight:700;text-transform:uppercase;font-size:14px;display:inline-block;height:45px;line-height:45px;color:#111;background-color:#f2f2f2;border-radius:0;margin:0;border-right:1px solid #0065b3;}.single-product .tabs.elementor-element .tabbable .nav.nav-tabs li.active a,.single-product .tabs.elementor-element .tabbable .nav.nav-tabs li:hover a,.single-product >.tabs .tabbable .nav.nav-tabs li.active a,.single-product >.tabs .tabbable .nav.nav-tabs li:hover a{background-color:#0065b3;color:#fff;border-right:1px solid #0065b3;}.rtl .single-product .tabs.elementor-element .tabbable .nav.nav-tabs li.active a,.rtl .single-product .tabs.elementor-element .tabbable .nav.nav-tabs li:hover a,.rtl .single-product >.tabs .tabbable .nav.nav-tabs li.active a,.rtl .single-product >.tabs .tabbable .nav.nav-tabs li:hover a{border-left:1px solid #0065b3;border-right:0;}.single-product .tabs.elementor-element .tabbable .tab-content #tab-description p,.single-product >.tabs .tabbable .tab-content #tab-description p{margin-bottom:0;}.single-product .tabs.elementor-element .tabbable .tab-content .tab-pane,.single-product >.tabs .tabbable .tab-content .tab-pane{padding:29px;line-height:24px;color:#666;}.single-product .tabs.elementor-element .tabbable .tab-content .tab-pane h2,.single-product >.tabs .tabbable .tab-content .tab-pane h2{font-size:16px;text-transform:uppercase;color:#000;}.single-product .tabs.elementor-element .tabbable .tab-content .tab-pane #comments,.single-product >.tabs .tabbable .tab-content .tab-pane #comments{margin:0;}.single-product .tabs.elementor-element .tabbable .tab-content .tab-pane #comments .woocommerce-noreviews,.single-product >.tabs .tabbable .tab-content .tab-pane #comments .woocommerce-noreviews{padding:0;}.single-product .tabs.elementor-element .tabbable .tab-content .tab-pane #reply-title,.single-product >.tabs .tabbable .tab-content .tab-pane #reply-title{font-size:14px !important;border:none;}.single-product .tabs.elementor-element .tabbable .tab-content .tab-pane #reply-title:before,.single-product >.tabs .tabbable .tab-content .tab-pane #reply-title:before{display:none;}.single-product .tabs.elementor-element .tabbable .tab-content .tab-pane p .alignnone,.single-product >.tabs .tabbable .tab-content .tab-pane p .alignnone{float:left;clear:none;margin:0 0 30px;}.rtl .single-product .tabs.elementor-element .tabbable .tab-content .tab-pane p .alignnone,.rtl .single-product >.tabs .tabbable .tab-content .tab-pane p .alignnone{float:right;}.single-product .tabs.elementor-element .tabbable .tab-content .tab-pane p .alignnone.image-content,.single-product >.tabs .tabbable .tab-content .tab-pane p .alignnone.image-content{margin-left:30px;}.single-product .tabs.elementor-element .tabbable .tab-content .tab-pane #reviews,.single-product >.tabs .tabbable .tab-content .tab-pane #reviews{color:#333;}.single-product .tabs.elementor-element .tabbable .tab-content .tab-pane #reviews .form-submit .submit,.single-product >.tabs .tabbable .tab-content .tab-pane #reviews .form-submit .submit{padding:12px 30px !important;background-color:#111 !important;-webkit-border-radius:0 !important;-moz-border-radius:0 !important;-o-border-radius:0 !important;-ms-border-radius:0 !important;border-radius:0 !important;overflow:hidden;text-transform:uppercase;font-weight:700;border:0;}.single-product .tabs.elementor-element .tabbable .tab-content .tab-pane #reviews .form-submit .submit:hover,.single-product >.tabs .tabbable .tab-content .tab-pane #reviews .form-submit .submit:hover{background-color:#0065b3 !important;}.variations{margin-bottom:10px;}.variations tr{margin-bottom:15px;border-bottom:0;height:50px;vertical-align:middle;}.variations tr td.label{display:table-cell;line-height:30px;text-align:left;padding:.5em .6em .3em;}.rtl .variations tr td.label{text-align:right;}.variations tr td.label label{color:#111;font-weight:normal !important;font-weight:700;text-transform:uppercase;padding:0;font-size:14px;}.variations tr td.value{padding:0;}.variations tr td.value select{width:200px !important;width:100%;text-indent:10px;height:40px;line-height:40px;background-color:#fff;border:1px solid #0065b3;margin:0;text-transform:uppercase;-webkit-border-radius:0;-moz-border-radius:0;-o-border-radius:0;-ms-border-radius:0;border-radius:0;color:#525252;font-size:12px;}.variations tr td.value select option{text-transform:uppercase;}.variations tr td.value select:focus{outline-offset:0;outline:-webkit-focus-ring-color auto 0;}.variations tr td.value select::-ms-expand{display:none;}.variations tr .reset_variations{margin:10px 0;text-align:center;text-align:left;color:#fc2a2a;display:block !important;}.rtl .variations tr .reset_variations{text-align:right;}.single_variation{margin-bottom:15px;}.sw_related_upsell_widget .product-ur .tabbable.tabs{text-align:left;}.sw_related_upsell_widget .product-ur .tabbable.tabs .nav.nav-tabs{display:block;vertical-align:top;margin:0 0 10px;border-bottom:1px solid #0065b3;background-color:transparent;}.sw_related_upsell_widget .product-ur .tabbable.tabs .nav.nav-tabs li{position:relative;padding:0;border:0;}.rtl .sw_related_upsell_widget .product-ur .tabbable.tabs .nav.nav-tabs li{float:right;}.sw_related_upsell_widget .product-ur .tabbable.tabs .nav.nav-tabs li:first-child > a{padding-left:0;}.rtl .sw_related_upsell_widget .product-ur .tabbable.tabs .nav.nav-tabs li:first-child > a{padding-right:0;padding-left:20px;}.sw_related_upsell_widget .product-ur .tabbable.tabs .nav.nav-tabs li:first-child > a:after{content:"";position:absolute;bottom:0px;width:100px;height:2px;background-color:#0065b3;left:0;}.rtl .sw_related_upsell_widget .product-ur .tabbable.tabs .nav.nav-tabs li:first-child > a:after{right:0;left:auto;}.sw_related_upsell_widget .product-ur .tabbable.tabs .nav.nav-tabs li:last-child > a:before{height:0;width:0;}.sw_related_upsell_widget .product-ur .tabbable.tabs .nav.nav-tabs li.active,.sw_related_upsell_widget .product-ur .tabbable.tabs .nav.nav-tabs li:hover{border:0;background-color:transparent;}.sw_related_upsell_widget .product-ur .tabbable.tabs .nav.nav-tabs li.active a,.sw_related_upsell_widget .product-ur .tabbable.tabs .nav.nav-tabs li:hover a{color:#0065b3;}.sw_related_upsell_widget .product-ur .tabbable.tabs .nav.nav-tabs li > a{margin:0;border:0;display:inline-block;padding:12px 20px;background-color:transparent;font-size:18px;color:#111;font-weight:700;text-transform:uppercase;position:relative;}.sw_related_upsell_widget .product-ur .tabbable.tabs .nav.nav-tabs li > a:before{content:"";width:1px;height:16px;background-color:#0065b3;position:absolute;top:16px;right:0;}.rtl .sw_related_upsell_widget .product-ur .tabbable.tabs .nav.nav-tabs li > a:before{left:0;right:auto;}.sw_related_upsell_widget .product-ur .tabbable.tabs .tab-content .tab-pane{display:block;height:0;overflow:hidden;}.sw_related_upsell_widget .product-ur .tabbable.tabs .tab-content .tab-pane .responsive-slider{-webkit-transform:translate(0,80px);-moz-transform:translate(0,80px);-o-transform:translate(0,80px);-ms-transform:translate(0,80px);transform:translate(0,80px);-webkit-transition:all .5s;-moz-transition:all .5s;-o-transition:all .5s;-ms-transition:all .5s;transition:all .5s;}.sw_related_upsell_widget .product-ur .tabbable.tabs .tab-content .tab-pane.active{height:auto;overflow:visible;}.sw_related_upsell_widget .product-ur .tabbable.tabs .tab-content .tab-pane.active .responsive-slider{-webkit-transform:translate(0,0);-moz-transform:translate(0,0);-o-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0);}.pswp__zoom-wrap{text-align:center;}.pswp__zoom-wrap:before{content:"";display:inline-block;height:100%;vertical-align:middle;}.pswp__zoom-wrap .popup-video{line-height:0;width:100%;max-width:900px;position:relative;display:inline-block;vertical-align:middle;margin:0 auto;text-align:left;z-index:1045;}.item-video > a{display:block;}.item-video > a:before{content:"";height:100%;position:absolute;top:0;left:0;width:100%;background:none;z-index:6;display:block;}.woocommerce div.product div.images .woocommerce-product-gallery__trigger{bottom:20px;top:auto;right:auto;left:20px;border-radius:50%;width:40px;height:40px;background:#fff;text-align:center;line-height:40px;text-indent:0;}.woocommerce div.product div.images .woocommerce-product-gallery__trigger img{display:none !important;}.woocommerce div.product div.images .woocommerce-product-gallery__trigger:before{content:"";display:none;}.woocommerce div.product div.images .woocommerce-product-gallery__trigger:after{content:"";font-family:"FontAwesome" !important;font-size:18px;display:inline-block;position:static;position:absolute;line-height:40px;background:none;background:#fff;width:40px;vertical-align:top;height:100%;box-shadow:0 0 0 2px #ddd;left:0;top:0;border-radius:50%;}.swpb-bundled-products-container{margin-bottom:20px;}.swpb-bundled-products-container .swpb-bundled-product .swpb-thumbnail{margin-right:10px;width:75px;}.rtl .swpb-bundled-products-container .swpb-bundled-product .swpb-thumbnail{margin-right:0;margin-left:10px;}.swpb-bundled-products-container .swpb-bundled-product .swpb-info{overflow:hidden;}.swpb-bundled-products-container .swpb-bundled-product .swpb-info .category a{font-size:13px;}.swpb-bundled-products-container .swpb-bundled-product .swpb-info h3{margin-bottom:5px;}.swpb-bundled-products-container .swpb-bundled-product .swpb-info h3 a{font-size:16px;text-transform:capitalize;}.swpb-bundled-products-container .swpb-bundled-product .swpb-info .swpb-bundled-product-stock{font-size:12px;text-transform:uppercase;}.single-product-style1.woocommerce div.product form.cart .variations tr{display:inline-block;width:48%;padding-right:4%;vertical-align:top;}.single-product-style1.woocommerce div.product form.cart .variations tr td.label{line-height:1em;}.single-product-style1.woocommerce div.product form.cart .variations tr:last-child{padding:0;}.single-product-style1 .elementor-element .tabs,.single-product-style1 .single-product >.tabs{padding-top:30px;}.single-product-style1 .elementor-element .tabs .tabbable .nav.nav-tabs,.single-product-style1 .single-product >.tabs .tabbable .nav.nav-tabs{border:0;}@media (min-width: 767px){.single-product-style1 .elementor-element .tabs .tabbable .nav.nav-tabs,.single-product-style1 .single-product >.tabs .tabbable .nav.nav-tabs{display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-justify-content:center;-ms-justify-content:center;justify-content:center;}}@media (max-width: 767px){.single-product-style1 .elementor-element .tabs .tabbable .nav.nav-tabs > li,.single-product-style1 .single-product >.tabs .tabbable .nav.nav-tabs > li{padding:0 15px;}}.single-product-style1 .elementor-element .tabs .tabbable .nav.nav-tabs > li > a,.single-product-style1 .single-product >.tabs .tabbable .nav.nav-tabs > li > a{border-radius:20px;border:1px solid #ddd;background:none;margin:0 5px;color:#999;text-transform:capitalize;height:auto;line-height:normal;padding:10px 20px;}@media (max-width: 767px){.single-product-style1 .elementor-element .tabs .tabbable .nav.nav-tabs > li > a,.single-product-style1 .single-product >.tabs .tabbable .nav.nav-tabs > li > a{margin:0 auto 10px;padding:5px 20px !important;}}.single-product-style1 .elementor-element .tabs .tabbable .nav.nav-tabs > li.active > a,.single-product-style1 .elementor-element .tabs .tabbable .nav.nav-tabs > li:hover > a,.single-product-style1 .single-product >.tabs .tabbable .nav.nav-tabs > li.active > a,.single-product-style1 .single-product >.tabs .tabbable .nav.nav-tabs > li:hover > a{background:#eee;border-color:#333;color:#333;}.single-product-style2.tabs-ac,.single-product-style2 .single-product,.single-product-style3.tabs-ac,.single-product-style3 .single-product{margin-bottom:30px;}.single-product-style2.tabs-ac .tabs,.single-product-style2 .single-product .tabs,.single-product-style3.tabs-ac .tabs,.single-product-style3 .single-product .tabs{border:0;}.single-product-style2.tabs-ac .tabs .single-accordion .panel,.single-product-style2 .single-product .tabs .single-accordion .panel,.single-product-style3.tabs-ac .tabs .single-accordion .panel,.single-product-style3 .single-product .tabs .single-accordion .panel{box-shadow:none;border:0;}.single-product-style2.tabs-ac .tabs .single-accordion .panel +.panel,.single-product-style2 .single-product .tabs .single-accordion .panel +.panel,.single-product-style3.tabs-ac .tabs .single-accordion .panel +.panel,.single-product-style3 .single-product .tabs .single-accordion .panel +.panel{margin-top:1px;}.single-product-style2.tabs-ac .tabs .single-accordion .panel .panel-heading,.single-product-style2 .single-product .tabs .single-accordion .panel .panel-heading,.single-product-style3.tabs-ac .tabs .single-accordion .panel .panel-heading,.single-product-style3 .single-product .tabs .single-accordion .panel .panel-heading{border:0;padding:0;}.single-product-style2.tabs-ac .tabs .single-accordion .panel .panel-heading h4,.single-product-style2 .single-product .tabs .single-accordion .panel .panel-heading h4,.single-product-style3.tabs-ac .tabs .single-accordion .panel .panel-heading h4,.single-product-style3 .single-product .tabs .single-accordion .panel .panel-heading h4{margin:0;}.single-product-style2.tabs-ac .tabs .single-accordion .panel .panel-heading h4 > a,.single-product-style2 .single-product .tabs .single-accordion .panel .panel-heading h4 > a,.single-product-style3.tabs-ac .tabs .single-accordion .panel .panel-heading h4 > a,.single-product-style3 .single-product .tabs .single-accordion .panel .panel-heading h4 > a{font-weight:normal;text-transform:uppercase;color:#0065b3;font-size:14px;display:block;padding:12px 15px;background:#eee;border-radius:3px;position:relative;}.single-product-style2.tabs-ac .tabs .single-accordion .panel .panel-heading h4 > a:after,.single-product-style2 .single-product .tabs .single-accordion .panel .panel-heading h4 > a:after,.single-product-style3.tabs-ac .tabs .single-accordion .panel .panel-heading h4 > a:after,.single-product-style3 .single-product .tabs .single-accordion .panel .panel-heading h4 > a:after{content:"";position:absolute;right:0;border-left:1px solid #e1e1e1;top:7px;bottom:7px;padding:0 30px;background:url("https://cdn-ildmmhg.nitrocdn.com/EmfGayVpJIjlSxwvIsYhxAzAzNUjWyuH/assets/images/optimized/rev-f65d057/mwtruckparts.co.uk/wp-content/uploads/sw_theme/assets/img/icon-accordion.png") no-repeat center -34px;}.single-product-style2.tabs-ac .tabs .single-accordion .panel .panel-heading h4 > a.collapsed,.single-product-style2 .single-product .tabs .single-accordion .panel .panel-heading h4 > a.collapsed,.single-product-style3.tabs-ac .tabs .single-accordion .panel .panel-heading h4 > a.collapsed,.single-product-style3 .single-product .tabs .single-accordion .panel .panel-heading h4 > a.collapsed{color:#111;}.single-product-style2.tabs-ac .tabs .single-accordion .panel .panel-heading h4 > a.collapsed:after,.single-product-style2 .single-product .tabs .single-accordion .panel .panel-heading h4 > a.collapsed:after,.single-product-style3.tabs-ac .tabs .single-accordion .panel .panel-heading h4 > a.collapsed:after,.single-product-style3 .single-product .tabs .single-accordion .panel .panel-heading h4 > a.collapsed:after{background-position:center -4px;}.single-product-style2.tabs-ac .tabs .single-accordion .panel .content-body,.single-product-style2 .single-product .tabs .single-accordion .panel .content-body,.single-product-style3.tabs-ac .tabs .single-accordion .panel .content-body,.single-product-style3 .single-product .tabs .single-accordion .panel .content-body{padding:15px 0;line-height:22px;max-height:144px;overflow-y:auto;}.single-product-style2.tabs-ac .tabs .single-accordion .panel .content-body > h2,.single-product-style2.tabs-ac .tabs .single-accordion .panel .content-body #comments > h2,.single-product-style2.tabs-ac .tabs .single-accordion .panel .content-body h2,.single-product-style2 .single-product .tabs .single-accordion .panel .content-body > h2,.single-product-style2 .single-product .tabs .single-accordion .panel .content-body #comments > h2,.single-product-style2 .single-product .tabs .single-accordion .panel .content-body h2,.single-product-style3.tabs-ac .tabs .single-accordion .panel .content-body > h2,.single-product-style3.tabs-ac .tabs .single-accordion .panel .content-body #comments > h2,.single-product-style3.tabs-ac .tabs .single-accordion .panel .content-body h2,.single-product-style3 .single-product .tabs .single-accordion .panel .content-body > h2,.single-product-style3 .single-product .tabs .single-accordion .panel .content-body #comments > h2,.single-product-style3 .single-product .tabs .single-accordion .panel .content-body h2{text-transform:uppercase;font-size:20px;margin-bottom:15px;color:#333;}.single-product-style2.tabs-ac .tabs .single-accordion .panel .content-body #comments,.single-product-style2 .single-product .tabs .single-accordion .panel .content-body #comments,.single-product-style3.tabs-ac .tabs .single-accordion .panel .content-body #comments,.single-product-style3 .single-product .tabs .single-accordion .panel .content-body #comments{margin:0;}.single-product-style2.tabs-ac .tabs .single-accordion .panel .content-body #comments .woocommerce-noreviews,.single-product-style2 .single-product .tabs .single-accordion .panel .content-body #comments .woocommerce-noreviews,.single-product-style3.tabs-ac .tabs .single-accordion .panel .content-body #comments .woocommerce-noreviews,.single-product-style3 .single-product .tabs .single-accordion .panel .content-body #comments .woocommerce-noreviews{padding:0;}.single-product-style2.tabs-ac .tabs .single-accordion .panel .content-body .row,.single-product-style2 .single-product .tabs .single-accordion .panel .content-body .row,.single-product-style3.tabs-ac .tabs .single-accordion .panel .content-body .row,.single-product-style3 .single-product .tabs .single-accordion .panel .content-body .row{margin:0;}.single-product-style3 .single-product .tabs .single-accordion .panel .content-body{max-height:initial;overflow-y:visible;}.single-product.product-thumbnail-right .slider_img_productd .span.onsale,.single-product.product-thumbnail-right .slider_img_productd .onsale,.single-product.product-thumbnail-right .slider_img_productd .sale-off{left:10px;right:auto;}.single-product.product-thumbnail-right .slider_img_productd .has-newicon span.onsale,.single-product.product-thumbnail-right .slider_img_productd .has-newicon .onsale,.single-product.product-thumbnail-right .slider_img_productd .sale-off.has-newicon{top:55px;}.single-product.product-thumbnail-left .slider_img_productd .has-newicon span.onsale,.single-product.product-thumbnail-left .slider_img_productd .has-newicon .onsale,.single-product.product-thumbnail-left .slider_img_productd .sale-off.has-newicon{top:55px;}.single-product.product-thumbnail-left .slider_img_productd .sw-newlabel{left:auto;right:10px;}.woocommerce div.product .slider_img_productd div.images.woocommerce-product-gallery{float:none;width:100%;}@media (max-width: 991px){.woocommerce div.product.elementor .quantity+.button{margin:0 !important;}}.elementor-section .product_detail .content_product_detail .cart .quantity .minus{background:url("https://cdn-ildmmhg.nitrocdn.com/EmfGayVpJIjlSxwvIsYhxAzAzNUjWyuH/assets/images/optimized/rev-f65d057/mwtruckparts.co.uk/wp-content/uploads/sw_theme/assets/img/bg_general.png") no-repeat -11px -1683px;}.elementor-section .product_detail .content_product_detail .cart .quantity .minus.nitro-lazy{background-image:none !important;}.elementor-section .product_detail .content_product_detail .cart .quantity .plus{background:url("https://cdn-ildmmhg.nitrocdn.com/EmfGayVpJIjlSxwvIsYhxAzAzNUjWyuH/assets/images/optimized/rev-f65d057/mwtruckparts.co.uk/wp-content/uploads/sw_theme/assets/img/bg_general.png") no-repeat -18px -1663px;}.elementor-section .product_detail .content_product_detail .cart .quantity .plus.nitro-lazy{background-image:none !important;}@media (max-width: 767px){.custom-pages >.elementor-container >.elementor-row{flex-direction:column-reverse;}}@media (max-width: 991px){.product_detail .content_product_detail .cart .group_table tbody tr td .quantity{width:110px;}}@media (max-width: 767px){.single-product .tabs.elementor-element .tabbable .nav.nav-tabs li,.single-product >.tabs .tabbable .nav.nav-tabs li{width:100%;}.single-product .tabs.elementor-element .tabbable .nav.nav-tabs li a,.single-product >.tabs .tabbable .nav.nav-tabs li a{width:100%;padding:0 15px;}.single-product .tabs.elementor-element .tabbable .tab-content .tab-pane,.single-product >.tabs .tabbable .tab-content .tab-pane{padding:15px;}body .elementor-element .cart .addcart-wrapper .item-bottom{margin:0;}}.sw-quickview-bottom{position:fixed;top:0;left:0;bottom:0;right:0;z-index:9999;background:rgba(0,0,0,.5);visibility:hidden;opacity:0;-webkit-transition:all .3s ease-out;-moz-transition:all .3s ease-out;-o-transition:all .3s ease-out;-ms-transition:all .3s ease-out;transition:all .3s ease-out;}.sw-quickview-bottom.show{visibility:visible;opacity:1;}.sw-quickview-bottom.show .quickview-content .quickview-close{visibility:visible;}.sw-quickview-bottom.loading{height:100%;}.sw-quickview-bottom.loading:before{background-color:transparent;background-image:url("data:image/gif;base64,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");background-size:32px 32px;}.sw-quickview-bottom.loading .quickview-content .quickview-inner{padding:0;}.sw-quickview-bottom.loading .quickview-content .quickview-close{visibility:hidden;}.sw-quickview-bottom .quickview-content{background:#fff;max-width:1170px;margin:200px auto;position:relative;}.sw-quickview-bottom .quickview-content .quickview-close{position:absolute;width:28px;height:28px;background:#000;color:#fff;text-align:center;font-size:16px;line-height:24px;font-weight:bold;border-radius:50%;right:-15px;top:-15px;}.sw-quickview-bottom .quickview-content .quickview-inner{padding:30px 15px;}.quickview-container.woocommerce{padding-top:15px;}.quickview-container.woocommerce .slider_img_productd span.onsale{display:none;}.quickview-container.woocommerce .product_detail .content_product_detail{padding-bottom:15px;}.quickview-container.woocommerce .product_detail .content_product_detail .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a{border-radius:50% !important;background-image:none;}.quickview-container.woocommerce .product_detail .content_product_detail .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a.nitro-lazy{background-image:none !important;}.quickview-container.woocommerce .product_detail .content_product_detail .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover{background-color:var(--color) !important;}@media (max-width: 1400px){.sw-quickview-bottom .quickview-content{max-width:960px;}}@media (max-width: 991px){.sw-quickview-bottom .quickview-content{max-width:700px;}}.yith-wcwl-form .wishlist-title-container .wishlist-title-with-form{display:flex;align-items:center;margin-bottom:30px;}.yith-wcwl-form .wishlist-title-container .wishlist-title-with-form h2{margin:0 !important;padding:0 !important;}.yith-wcwl-form .wishlist-title-container .wishlist-title-with-form .show-title-form{padding:0 10px;background:none;color:var(--color);font-size:0;}.yith-wcwl-form .wishlist-title-container .wishlist-title-with-form .show-title-form i{font-size:14px;}.yith-wcwl-form .wishlist-title-container .hidden-title-form{width:100%;}.yith-wcwl-form .wishlist-title-container .hidden-title-form input{width:80%;float:left;padding:7px 10px;}.yith-wcwl-form .wishlist-title-container .hidden-title-form .edit-title-buttons{overflow:hidden;padding:5px 10px;}.yith-wcwl-form .cart.wishlist_table{clear:both;}.yith-wcwl-form .cart.wishlist_table tr > td a.remove{font-size:30px !important;line-height:26px;}.yith-wcwl-form .cart.wishlist_table tr > td.product-add-to-cart{vertical-align:middle;}.yith-wcwl-form .cart.wishlist_table tr > td.product-add-to-cart a.add_to_cart_button{background:var(--color);color:#fff;padding:7px 15px;border-radius:3px;}.yith-wcwl-form .yith_wcwl_wishlist_footer{margin-bottom:40px;}.yith-wcwl-form .yith_wcwl_wishlist_footer .yith-wcwl-share{display:flex;align-items:center;}.yith-wcwl-form .yith_wcwl_wishlist_footer .yith-wcwl-share .yith-wcwl-share-title{margin:0;}.yith-wcwl-form .yith_wcwl_wishlist_footer .yith-wcwl-share ul{list-style:none;margin:0;display:flex;}.yith-wcwl-form .yith_wcwl_wishlist_footer .yith-wcwl-share ul > li.share-button{display:inline-block;padding:0 3px;}.yith-wcwl-form .yith_wcwl_wishlist_footer .yith-wcwl-share ul > li.share-button > a{display:block;width:40px;height:40px;border:1px solid #ccc;border-radius:50%;text-align:center;line-height:38px;font-size:18px;}.yith-wcwl-form .yith_wcwl_wishlist_footer .yith-wcwl-share ul > li.share-button > a:hover{border-color:var(--color);}.entry-summary table{margin-bottom:30px;}.entry-summary table th,.entry-summary table td{border:1px solid #0065b3;padding:10px;}.entry-summary table th > a,.entry-summary table td > a{color:var(--color);}.entry-summary dl dd{margin-bottom:20px;}.entry-summary form input[type="text"],.entry-summary form input[type="password"],.entry-summary form input[type="date"]{border-radius:0;padding:5px 10px;}.entry-summary form input[type="submit"]{background:#333 none repeat scroll 0 0;border:1px solid #000;border-radius:0;color:#fff;padding:5px 15px;vertical-align:top;}.entry-summary form input[type="submit"]:hover{background:#000;}.entry-summary .page-links{clear:both;}.page .main-page .page >.entry-content .entry-summary p{line-height:24px;}.home.page .main-page .page >.entry-content .entry-summary p{line-height:24px;}.home .category-contents{line-height:24px;}#contents{min-height:60vh;}.page .body-wrapper-inner >.container,.search .body-wrapper-inner >.container{min-height:85vh;}.page-markup-and-formatting .entry-content .entry-summary{font-size:14px;}.page-markup-and-formatting .entry-content .entry-summary h1,.page-markup-and-formatting .entry-content .entry-summary h2,.page-markup-and-formatting .entry-content .entry-summary h3,.page-markup-and-formatting .entry-content .entry-summary h4,.page-markup-and-formatting .entry-content .entry-summary h5,.page-markup-and-formatting .entry-content .entry-summary h6{color:#111;font-weight:600;}.page-markup-and-formatting .entry-content .entry-summary h2,.page-markup-and-formatting .entry-content .entry-summary h3,.page-markup-and-formatting .entry-content .entry-summary h4,.page-markup-and-formatting .entry-content .entry-summary h5,.page-markup-and-formatting .entry-content .entry-summary h6{padding-top:20px;}.page-markup-and-formatting .entry-content .entry-summary blockquote{padding:10px 30px;}.page-markup-and-formatting .entry-content .entry-summary blockquote:before,.page-markup-and-formatting .entry-content .entry-summary blockquote:after{font-size:18px;color:#0065b3;}.page-markup-and-formatting .entry-content .entry-summary code{white-space:normal;}.page-markup-and-formatting .entry-content .entry-summary ol{padding-left:0;}.page-markup-and-formatting .entry-content .entry-summary cite{font-style:italic;}.page-markup-and-formatting .entry-content .entry-summary ul li,.page-markup-and-formatting .entry-content .entry-summary ol li{line-height:28px;}.page-markup-and-formatting .entry-content .entry-summary table thead th,.page-markup-and-formatting .entry-content .entry-summary table thead td{border-bottom-width:2px;}.page-markup-and-formatting .entry-content .entry-summary table td,.page-markup-and-formatting .entry-content .entry-summary table th{border-bottom:1px #0065b3 solid;border-top:0;border-left:0;border-right:0;}.page-markup-and-formatting .entry-content .entry-summary table tbody tr:last-child th,.page-markup-and-formatting .entry-content .entry-summary table tbody tr:last-child td{border-bottom:none;}.page.lorem-ipsum .main-page .page >.entry-content .entry-summary{margin-bottom:50px;}.category-contents .blog-content .post.has-post-thumbnail .entry .entry-content .content-top .entry-summary p{margin-bottom:15px;}.single.main .post.has-post-thumbnail .entry-wrap .entry-content .entry-summary p{margin-bottom:15px;}.rtl .slick-slide{float:right !important;}.rtl .woocommerce form .form-row .select2-container{text-align:right !important;}.rtl .woocommerce-breadcrumb{text-align:right !important;}.rtl .woocommerce div.product form.cart .button{float:right !important;}.rtl .woocommerce form table.shop_table.shop_table_responsive tbody tr td,.rtl .woocommerce-page form table.shop_table.shop_table_responsive tbody tr td,.rtl .woocommerce table.shop_table_responsive tr:nth-child(2n) td,.rtl .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td{text-align:right !important;}.rtl .jet-range__values{text-align:right !important;}.rtl .search .jet-smart-filters-radio .jet-filter-label:before,.rtl .search .jet-smart-filters-range .jet-filter-label:before,.rtl .search .jet-smart-filters-color-image .jet-filter-label:before,.rtl .search .jet-smart-filters-checkboxes .jet-filter-label:before,.rtl .woocommerce-page .jet-smart-filters-radio .jet-filter-label:before,.rtl .woocommerce-page .jet-smart-filters-range .jet-filter-label:before,.rtl .woocommerce-page .jet-smart-filters-color-image .jet-filter-label:before,.rtl .woocommerce-page .jet-smart-filters-checkboxes .jet-filter-label:before{right:0 !important;left:auto !important;}.rtl .elementor-element .view-mode >*{margin-right:3px;margin-left:0;}.rtl .elementor-5891 .elementor-element.elementor-element-deca41e .elementor-widget-container,.rtl .related-products .box-slider-title h2{text-align:right;}.rtl .select2-container--default .select2-selection--single .select2-selection__arrow{left:1px;right:auto;}.rtl .woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered{padding-right:10px;}.jet-range__slider__track__range{color:#0065b3 !important;}.elementor-image{overflow:hidden;}.elementor-image .size-full{margin:0;width:auto;}.home-style15 .elementor-image{overflow:inherit;}.elementor-widget-image .size-full{margin:0;width:auto;}.elementor-widget-image .elementor-widget-container{overflow:hidden;}.home-style16 .elementor-widget-image .elementor-widget-container{overflow:inherit;}.elementor-widget:not(:last-child){margin:0;}.elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(
    .highlighted
  ):after{opacity:1;}.fix-10 > div{margin:0 -10px !important;}.hinden-h5 h5{display:none;}ul.about-list{margin:0;}.fix-1200 > div{max-width:1200px;}.custom-banner{position:absolute;width:80px !important;overflow:hidden;text-align:center;background-color:#fff;top:50%;left:50%;padding:30px 0;transform:translate(-50%,-50%);border-radius:80px;}.custom-banner .elementor-countdown-wrapper{display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;flex-direction:column !important;}.custom-banner .elementor-countdown-wrapper .elementor-countdown-item{padding:20px 0;display:inline-block;vertical-align:top;margin:0 5px;clear:both;min-width:34px;position:relative;background-color:#fff;}.custom-banner .elementor-countdown-wrapper .elementor-countdown-item:before{position:absolute;content:"";bottom:0;left:0;right:0;margin:auto;opacity:.5;height:1px;width:34px;background-color:#0065b3;}.custom-banner .elementor-countdown-wrapper .elementor-countdown-item:last-child:before{display:none;}.custom-banner .elementor-countdown-wrapper .elementor-countdown-item .elementor-countdown-digits{font-size:24px;font-weight:600;color:#0065b3;line-height:28px;}.custom-banner .elementor-countdown-wrapper .elementor-countdown-item .elementor-countdown-label{font-size:14px;text-transform:capitalize;color:#999;}.custom-testimonial .elementor-testimonial .elementor-testimonial__text{position:relative;}.custom-testimonial .elementor-testimonial .elementor-testimonial__text:before{display:block;content:"";font-family:"FontAwesome" !important;position:absolute;font-size:42px;color:rgba(255,255,255,.1);left:-145px;top:-50px;font-style:normal;}.custom-testimonial .elementor-testimonial .elementor-testimonial__text:after{display:block;content:"";font-family:"FontAwesome" !important;position:absolute;font-size:42px;color:rgba(255,255,255,.1);right:-145px;bottom:0;font-style:normal;}.header-mid-2 #lang_sel > ul.nav,.top-right #lang_sel > ul.nav{margin:0 !important;}.header-mid-2 #lang_sel > ul.nav > li > a,.top-right #lang_sel > ul.nav > li > a{padding:0 !important;}.header-mid-2 .currency_w,.top-right .currency_w{margin:0 !important;}.header-mid-2 .currency_w > li > a,.top-right .currency_w > li > a{padding:0 !important;}.top-right .elementor-widget-wrap{display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;flex-direction:row;align-items:center;justify-content:flex-end;}.top-right .elementor-widget-wrap > div{display:inline-block;display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;width:auto;position:relative;padding:0 15px;height:28px;align-items:center;}.top-right .elementor-widget-wrap > div:before{position:absolute;top:8px;right:0;width:1px;height:13px;background:rgba(255,255,255,.2);content:"";}.top-right .elementor-widget-wrap > div:last-child:before{display:none;}.custom-titile1 h2.elementor-heading-title{font-size:32px;color:#111;font-weight:700;text-transform:uppercase;margin-bottom:13px;}.custom-titile1 span{color:#0065b3;}.text-html{position:absolute;right:33px;top:50%;margin-top:-8px;}.top-header-1 a{color:#fff;}.icon-search{font-size:12px;color:#999;cursor:pointer;}.icon-search:hover{color:#fdb819;}.swg-menu .dropdown-menu > li.active > a{background-color:transparent;}.swg-menu .swg-elementor-menu > li > a{padding:20px 18px;}.swg-menu .swg-elementor-menu > li:hover > .dropdown-menu{visibility:visible;opacity:1;}.swg-menu .dropdown-menu{border:0;border-radius:0;box-shadow:0 0 20px rgba(0,0,0,.1);display:grid;visibility:hidden;opacity:0;}.swg-menu .dropdown-menu > li >a:hover{background-color:transparent;}.swg-menu .swg-mega .swg-mega-menu-item:hover .dropdown-menu .listing-tab-shortcode .tabbable.tabs .tab-content{visibility:visible;}.gallery-footer-home19 .gallery.gallery-columns-3{grid-template-columns:repeat(3,calc(100% / 3 - 15px));}.gallery-footer-home19 .gallery.gallery-columns-3 li a img{border-radius:5px;}.footer1 .elementor-widget-icon-list ul li:before{width:0;height:0;content:"";}.footer1 .gallery.gallery-columns-2{grid-template-columns:repeat(2,calc(50%));}.footer1 .gallery li{padding:0;}.footer1 .gallery li:before{content:"";}.footer1 .gallery li > a{padding:0;}.footer1 .gallery li > a img{width:100%;}.footer1 h5{font-size:18px;text-transform:uppercase;font-weight:600;color:#fff;margin-bottom:24px;}.footer1 .about-store .widgettitle{font-size:18px;text-transform:uppercase;font-weight:600;color:#fff;margin-bottom:20px;}.footer1 .about-store ul.about-list li i{font-size:13px;margin-right:20px;float:left;line-height:20px;}.footer1 .about-store ul li{padding:10px 0;display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;align-items:baseline;}.footer1 .about-store ul li:before{display:none;}.footer1 ul li{position:relative;color:#ddd;padding-left:15px;}.rtl .footer1 ul li{padding:0 15px 0 0;}.footer1 ul li:before{content:"";font-family:"FontAwesome";font-size:5px;position:absolute;top:50%;left:0;margin-top:-3px;}.rtl .footer1 ul li:before{right:0;left:auto;}.footer1 ul li a{text-transform:capitalize;line-height:26px;color:#ddd;padding:3px 0;display:block;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;}.footer1 ul li a:hover{color:#fdb819;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;}.custom-width > div{max-width:1200px;}.custom-width > div .elementor-widget-shortcode{width:50%;}@media (max-width: 480px){.custom-width > div .elementor-widget-shortcode{width:100%;}}@media (min-width: 991px){.custom-width > div .elementor-widget-shortcode{width:70%;}}.custom-width > div .elementor-shortcode{display:flex;width:auto;flex-direction:row;}.custom-width > div .elementor-shortcode h2{font-size:18px;color:#ddd;font-weight:600;float:left;margin-right:50px;line-height:40px;display:none;}@media (min-width: 991px){.custom-width > div .elementor-shortcode h2{display:block;}}.custom-width > div .elementor-shortcode form{width:100%;}@media (min-width: 991px){.custom-width > div .elementor-shortcode form{width:50%;}}.custom-width > div .elementor-shortcode form .frm-email{border:0;color:#999;width:85%;background:#1c1c1c;height:40px;padding:0 20px;border-radius:20px 0 0 20px;float:left;margin:0;}.custom-width > div .elementor-shortcode .frm-submit{border:0;padding:0 15px;width:15%;background:#1c1c1c;height:40px;line-height:40px;color:#fff;text-transform:uppercase;text-align:center;font-weight:500;border-radius:0 20px 20px 0;float:left;font-size:0;margin:0;}.custom-width > div .elementor-widget-social-icons{width:50%;}@media (max-width: 480px){.custom-width > div .elementor-widget-social-icons{width:100%;}}@media (min-width: 991px){.custom-width > div .elementor-widget-social-icons{width:30%;}}.fa-paper-plane:before{font-size:14px;}.custom-box-menu > .elementor-widget-container{position:relative;font-size:12px;color:#999;padding-left:15px;}.custom-box-menu > .elementor-widget-container:after{content:"";height:20px;width:100%;position:absolute;bottom:-20px;left:0;background:transparent;}.custom-box-menu > .elementor-widget-container h5{display:inline-block;vertical-align:top;padding:6px 0;font-weight:400;margin:0;font-size:12px;}.custom-box-menu > .elementor-widget-container:hover ul{visibility:visible;opacity:1;top:37px;}.custom-box-menu > .elementor-widget-container ul{position:absolute;right:0;width:150px;top:47px;z-index:99;z-index:999;visibility:hidden;opacity:0;filter:alpha(opacity=0);-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;background:#fff;box-shadow:0px 0px 10px rgba(0,0,0,.1);padding:10px;border:solid 1px #f3f3f3;}.custom-box-menu > .elementor-widget-container ul li{padding:5px 0;}.custom-box-menu > .elementor-widget-container ul li .menu-title{padding:0 10px;}@media (min-width: 767px){.margin-5 > div{margin:0 -5px !important;}}.sw_from form{float:right;}@media (max-width: 480px){.sw_from form{width:100%;}}.rtl .sw_from form{float:left;}.sw_from form .mc4wp-form-fields{overflow:hidden;min-width:300px;}@media (max-width: 480px){.sw_from form .mc4wp-form-fields{width:100%;margin-bottom:15px;}}@media (min-width: 991px){.sw_from form .mc4wp-form-fields{min-width:400px;}}.sw_from form .mc4wp-form-fields input[type="email"]{border:none;border-radius:0;color:#8c8c8c;font-size:12px;height:45px;line-height:45px;padding:0 15px;width:75%;float:left;margin:0;}.sw_from form .mc4wp-form-fields .frm-submit{border:none;border-radius:0;width:25%;font-size:12px;padding:0;margin:0;background:#0d0d0d;height:45px;line-height:45px;color:#fff;text-transform:capitalize;text-align:center;float:left;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;}.sw_from form .mc4wp-form-fields .frm-submit:before{padding:0 4px;}@media (min-width: 767px){.bottom-menu .description{max-width:50%;margin:0 auto;}}.bottom-menu1 .menu{text-align:center;}.bottom-menu1 .menu li{display:inline-block;vertical-align:top;}.bottom-menu1 .menu li a{font-size:14px;color:#111;text-transform:uppercase;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;padding:0 20px;font-weight:600;}.bottom-menu1 .menu li a:hover{color:#0065b3;}.copyight{text-align:center;}.copyight a{color:#0065b3;}.copyight p{font-size:12px;color:#666;}.bottom-header1.elementor-sticky--active
    .elementor-element
    .top-form.top-form-minicart
    .top-minicart-icon{background:#0065b3;}.bottom-header1 .top-form .wrapp-minicart{top:-1px;right:-10px;}.rtl .bottom-header1 .top-form .wrapp-minicart{left:-10px;right:auto;}.sw_header2 .swe-woo-cart.cart-canvas label{margin-bottom:0;}.sw_header2 #lang_sel > ul.nav > li > ul{margin-top:-15px;}.sw_header2 .elementor-widget-wrap{flex-direction:row;align-items:baseline;}.sw_header2 .elementor-widget-wrap > div{display:inline-block;width:auto;}.sw_header22 .swe-woo-cart .swe-wrap-cart-head .swe-cart-icon{height:auto;width:auto;}.sw_header22 .swe-woo-cart .swe-wrap-cart-head .swe-cart-icon i{top:auto;right:auto;transform:none;position:relative;}.sw_header22 .swe-woo-cart .swe-wrap-cart-head .swe-cart-icon .swe-cart-count{position:relative;left:auto;right:auto;top:auto;transform:none;}.rtl .sw_header22 .swe-woo-cart .swe-wrap-cart-head .swe-cart-icon{padding-left:22px;padding-right:0;}.sw_header22 .elementor-widget-wrap{float:right;justify-content:flex-end;}.sw_header22 .elementor-widget-wrap > div{display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;float:left;width:auto;padding:0 15px;align-items:center;position:relative;}.sw_header22 .elementor-widget-wrap > div:before{content:"";height:12px;width:1px;background:#545454;position:absolute;top:4px;right:0;}.rtl .sw_header22 .elementor-widget-wrap > div:before{right:auto;left:0;}.sw_header22 .elementor-widget-wrap > div:last-child{padding-right:0;}.sw_header22 .elementor-widget-wrap > div:last-child:before{display:none;}.sw_header22 .elementor-widget-wrap > div i{padding-right:5px;}.rtl .sw_header22 .elementor-widget-wrap > div i{padding-left:5px;padding-right:0;}.sw_header22 .sw-my-account:hover h5:before{color:#0065b3;}.sw_header22 .sw-my-account:hover ul{visibility:visible;opacity:1;top:30px;}.sw_header22 .sw-my-account h5{font-size:0;margin:0;}.sw_header22 .sw-my-account h5:before{color:#545454;font-size:14px;content:"";font-family:"FontAwesome";}.sw_header22 .sw-my-account ul{position:absolute;right:0;width:150px;top:47px;z-index:99;visibility:hidden;opacity:0;filter:alpha(opacity=0);-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;background:#fff;box-shadow:0px 0px 10px rgba(0,0,0,.1);padding:10px;border:solid 1px #f3f3f3;}.sw_header22 .sw-menu-wishlist .menu-wishlist .menu-title{font-size:0;}.elementor-element .autusin_search_default .icon-search{float:right;width:35px;height:35px;line-height:35px;text-align:center;cursor:pointer;font-size:14px;color:#666;}.header-style2 .elementor-element .autusin_search_default .icon-search{width:auto;font-size:14px;color:#999;text-transform:capitalize;height:auto;line-height:initial;display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;align-items:center;font-family:"Poppins" !important;}@media (max-width: 480px){.header-style2 .elementor-element .autusin_search_default .icon-search{font-size:0;}}.elementor-element .autusin_search_default .icon-search.closex i:before{content:"";}.elementor-element .autusin_search_default .icon-search i{padding:10px 7px;display:inline-block;vertical-align:top;}.header-style2 .elementor-element .autusin_search_default .icon-search i{padding:0 5px;}.elementor-element .autusin_search_default .icon-search:hover{color:#0065b3;}.elementor-element .autusin_search_default .top-form.top-search{width:0px;top:0;height:35px;line-height:35px;right:100%;border:none;transition:all .9s;opacity:0;display:block;visibility:hidden;}@media (max-width: 480px){.elementor-element .autusin_search_default .top-form.top-search{transition:all 0s;}}.rtl .elementor-element .autusin_search_default .top-form.top-search{right:auto;left:100%;}@media (max-width: 1199px){.header-style1 .elementor-element .autusin_search_default .top-form.top-search{right:auto;left:100%;}.rtl .header-style1 .elementor-element .autusin_search_default .top-form.top-search{right:auto;left:100%;}}.elementor-element .autusin_search_default .top-form.top-search.open{width:300px;visibility:visible;opacity:1;transition:all .9s;}@media (max-width: 480px){.elementor-element .autusin_search_default .top-form.top-search.open{transition:all 0s;width:100%;position:fixed;top:0;z-index:99;left:0;right:0;}}.header-mid5 .elementor-element .autusin_search_default .top-form.top-search{width:auto;}.elementor-element .autusin_search_default .top-form.top-search .cat-wrapper{display:none;}.elementor-element .autusin_search_default .top-form.top-search .content-search .autosearch-input{background:#f5f5f5;height:35px;line-height:35px;padding:0 35px;border-radius:0;}.elementor-element .autusin_search_default .top-form.top-search .search-append .autocomplete-suggestion .media-body > span,.elementor-element .autusin_search_default .top-form.top-search .search-append .autocomplete-suggestion .media-body .search-meta{line-height:20px;}.elementor-element .autusin_search_default .top-form.top-search .input-group-btn .form-button{height:35px;line-height:35px;width:35px;left:0;background-color:transparent;color:#666;}.home-style1 .elementor-element .autusin_search_default .top-form.top-search .input-group-btn .form-button:hover:before{color:#0065b3;}.rtl .elementor-element .autusin_search_default .top-form.top-search .input-group-btn .form-button{right:0;left:auto;}@media (max-width: 1200px){.header-style7.elementor-element .top-form.top-form-minicart{margin:0;}.rtl .header-style7.elementor-element .top-form.top-form-minicart{margin:0;}}.elementor-element .menu-responsive-wrapper .autusin_search_default .icon-search{display:none;}.elementor-element .menu-responsive-wrapper .autusin_search_default .top-form.top-search .input-group-btn .form-button,.elementor-element .menu-responsive-wrapper .autusin_search_default
    .top-form.top-search
    .content-search
    .autosearch-input{height:40px;line-height:40px;}.header-mid-2 .elementor-container{display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;align-items:center;}.header-mid-2 .elementor-container .elementor-row{align-items:center;}@media (min-width: 911px){.header-mid-2 .elementor-container .menu-header2{display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;justify-content:center;}}.header-mid-2 .elementor-container .menu-header2 > div{width:auto;}.header-mid-2 .elementor-container .autusin_search_default .top-form.top-search.open{right:30px;left:auto;}.rtl .header-mid-2 .elementor-container .autusin_search_default .top-form.top-search.open{left:30px;right:auto;}.header-mid-2 .elementor-container .autusin_top .top-form.top-search button.form-button:hover:before{color:#0065b3;}.textwidget.custom-html-widget{font-size:12px;color:#999;}.textwidget.custom-html-widget a{color:#111;font-size:14px;}.search-layout2 .top-form.top-search{display:block;position:initial;}@media (min-width: 991px){.search-layout2 .top-form.top-search{width:270px;}.header-mid5 .search-layout2 .top-form.top-search{width:auto;}}.search-layout2 .top-form.top-search .autosearch-input{background:#f5f5f5;height:35px;line-height:35px;padding:0 20px;border-radius:0;}.header-mid5 .search-layout2 .top-form.top-search .autosearch-input{background-color:#fff;border:1px #ddd solid;border-radius:4px;}.search-layout2 .top-form.top-search button.form-button{background-color:#f5f5f5;border-radius:0;height:35px;line-height:35px;color:#222;}.header-mid5 .search-layout2 .top-form.top-search button.form-button{background-color:#333;border:1px #ddd solid;border-radius:0px 4px 4px 0;color:#fff;}.bottom-header4{background-color:#0065b3;}.bottom-header4 .main-menu .nav-pills > li.active > a,.bottom-header4 .nav-pills > li > a{color:#222;}.bottom-header4 .main-menu .nav-pills > li.active > a:hover,.bottom-header4 .nav-pills > li > a:hover{color:#fff;}.fix-left .elementor-widget-wrap{display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;justify-content:flex-start;}.fix-right .elementor-widget-wrap{display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;justify-content:flex-end;}.fix-center .elementor-widget-wrap{justify-content:center;}.fix-center .elementor-widget-wrap > div{display:inline-block;width:auto;}.fix-align-center .elementor-widget-wrap,.fix-align-center .elementor-row,.fix-align-center .elementor-container{align-items:center;}.our-team h5{display:none;}.fix-border .elementor-widget-wrap > div{position:relative;}.fix-border .elementor-widget-wrap > div:before{position:absolute;content:"";right:0;top:3px;background:rgba(255,255,255,.2);width:1px;height:13px;}.rtl .fix-border .elementor-widget-wrap > div:before{right:auto;left:0;}.fix-border .elementor-widget-wrap > div:last-child:before{display:none;}.fix-row .elementor-widget-wrap{display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;flex-direction:row;margin:0 -7px;}.fix-row .elementor-widget-wrap > div{width:auto;padding:0 7px;font-size:12px;color:#666;}.header-style6 .fix-row .elementor-widget-wrap > div{color:#fff;}.top-header2 #lang_sel > ul.nav > li > ul{margin-top:-14px;}.top-header2 .custom-box-menu > .elementor-widget-container ul{margin-top:-4px;}.top-header2 .currency_w > li:after{width:200%;height:10px;bottom:-10px;left:-22px;}.top-header2 .currency_w > li .currency_switcher{top:29px;left:-18px;}.rtl .top-header2 .currency_w > li .currency_switcher{right:-18px;left:auto;}.top-header2 .fix-row .elementor-widget-wrap > div{padding:0 15px;}.top-header2 .autusin_top .top-form.top-search.open{top:-9px;}.top-header2 .autusin_search_default .icon-search{width:auto;line-height:normal;height:auto;font-size:12px;color:#999;}.top-header2 .autusin_search_default .icon-search i{padding:4px 5px 0 0;}.rtl .top-header2 .autusin_search_default .icon-search i{padding:4px 0 0 5px;}.top-header2 > div{max-width:1200px;margin:0 auto;}@media (min-width: 991px){.fix-top{position:absolute !important;top:0;z-index:99;}}.elementor-element.header-style2 .top-form.top-form-minicart{padding:0;}.elementor-element.header-style2 .top-form.top-form-minicart .top-minicart-icon{height:30px;}.header-style5 .right .elementor-widget-wrap{justify-content:flex-end;align-items:baseline;}.header-mid5 .elementor-container{align-items:center;}.header-mid5 .elementor-container .elementor-row{align-items:center;}.autusin-minicart3 .icon{background:url("https://cdn-ildmmhg.nitrocdn.com/EmfGayVpJIjlSxwvIsYhxAzAzNUjWyuH/assets/images/optimized/rev-f65d057/mwtruckparts.co.uk/wp-content/uploads/sw_theme/assets/img/blue/ico-minicart.png") no-repeat;content:"";float:left;height:42px;width:42px;margin-right:10px;}.autusin-minicart3 .icon.nitro-lazy{background-image:none !important;}.autusin-minicart3 .minicart-title{float:right;color:#0065b3;font-weight:normal;font-size:12px;padding-top:5px;}.header-13 .autusin-minicart3 .minicart-title{color:#fff;}.autusin-minicart3 .minicart-title h2{font-size:13px;font-weight:600;text-transform:uppercase;margin-bottom:5px;color:#222;text-align:left;}.header-13 .autusin-minicart3 .minicart-title h2{color:#fff;}.autusin-minicart3 .minicart-title label{margin:0;}.autusin-minicart4 .top-minicart-icon{border:2px #eee solid;border-radius:4px;}.autusin-minicart4 .top-minicart-icon .cart-contents{display:inline-block;vertical-align:top;border-right:2px #eee solid;position:relative;text-align:center;}.autusin-minicart4 .top-minicart-icon .cart-contents i{height:40px;line-height:38px;width:40px;font-size:16px;}.autusin-minicart4 .top-minicart-icon .cart-contents .minicart-number{position:absolute;top:-10px;right:-10px;background:#0065b3;color:#fff;font-size:11px;width:20px;height:20px;line-height:20px;border-radius:50%;}.autusin-minicart4 .top-minicart-icon .cart-title{display:inline-block;vertical-align:top;font-size:12px;padding:0 5px;}.autusin-minicart4 .top-minicart-icon .cart-title h3{font-size:12px;font-weight:400;height:40px;line-height:40px;text-transform:capitalize;margin-bottom:0;}.autusin-minicart4 .top-minicart-icon .cart-title h3 span{color:#ff2d37;font-size:14px;display:inline-block;}.custom-color h1,.custom-color h2,.custom-color h3,.custom-color h4,.custom-color h5,.custom-color span,.custom-color div,.custom-color a{color:#0065b3 !important;}.my-wishlist .menu-title{color:#666;font-size:12px;}.header-style6 .my-wishlist .menu-title{color:#fff;}.my-wishlist .fa{padding:0 5px;color:#666;}.header-style6 .my-wishlist .fa{color:#fff;}.my-wishlist:hover .fa,.my-wishlist:hover .menu-title{color:#0065b3;}.elementor-element.my-account h5{color:#666;font-size:12px;font-weight:400;margin:0;cursor:pointer;text-transform:capitalize;position:relative;}.top-header1 .elementor-element.my-account h5{color:#999;}.header-top2 .elementor-element.my-account h5{font-size:0;}.header-style6 .elementor-element.my-account h5{color:#fff;}.elementor-element.my-account h5:before{content:"";font-family:"FontAwesome";padding:9px;font-size:13px;}.header-top2 .elementor-element.my-account h5:before{font-size:14px;color:#545454;}.elementor-element.my-account:hover h5{color:#0065b3;}.header-style6 .elementor-element.my-account:hover h5{color:#0065b3;}.elementor-element.my-account:hover #menu-my-account.menu{opacity:1;visibility:visible;top:30px;}.elementor-element.my-account #menu-my-account.menu{position:absolute;right:0;width:120px;top:47px;z-index:99;z-index:999;visibility:hidden;opacity:0;filter:alpha(opacity=0);-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;background:#fff;box-shadow:0px 0px 10px rgba(0,0,0,.1);padding:10px;border:solid 1px #f3f3f3;}.elementor-element.my-account #menu-my-account.menu li{padding:5px 0;font-size:12px;}.elementor-element.my-account #menu-my-account.menu li > a > .have-title{display:flex;align-items:center;}.elementor-element.my-account #menu-my-account.menu li .fa{padding:0 5px;}.header-style6.elementor-element .top-form.top-form-minicart{margin:0;padding:0;}.mid-header6 .swe-woo-cart .swe-wrap-cart-head .swe-cart-icon .image-icon{width:auto;height:auto;}.mid-header6 .swe-woo-cart .swe-wrap-cart-head .swe-cart-subtotal .text{margin-bottom:8px;}.mid-header6 .swe-woo-cart .swe-wrap-cart-head .swe-cart-subtotal .swe-cart-total{margin-left:14px;position:relative;}.rtl .mid-header6 .swe-woo-cart .swe-wrap-cart-head .swe-cart-subtotal .swe-cart-total{margin-right:14px;margin-left:0;}.rtl .mid-header6 .swe-woo-cart .swe-wrap-cart-head .swe-cart-subtotal .swe-cart-total:before{right:-9px;left:auto;}.mid-header6 .swe-woo-cart .swe-wrap-cart-head .swe-cart-subtotal .swe-cart-total:before{content:"";width:6px;height:2px;background-color:#0065b3;position:absolute;left:-9px;top:6px;}.mid-header6 .autusin_search_default .icon-search{height:42px;line-height:42px;width:42px;text-align:center;cursor:pointer;padding:0;font-size:16px;color:#222;background:#ccc;border-radius:50%;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;}.mid-header6 .autusin_search_default .icon-search i{line-height:40px;padding:0;}.mid-header6 .autusin_search_default .icon-search:hover{background-color:#0065b3;}.mid-header6 .autusin_search_default .icon-search:hover i{color:#fff;}.footer6 .copyright-text p{color:#666;}@media (min-width: 768px) and (max-width: 991px){.elementor-4758 .elementor-element.elementor-element-8315db9{width:60%;}.elementor-4758 .elementor-element.elementor-element-eb93bc0{width:20%;}}.mid-header7 .resmenu-container .navbar-toggle .icon-bar{background-color:#fff;}.mid-header7 .swe-woo-cart .swe-wrap-cart-head .swe-cart-icon .swe-cart-count{top:6px;left:78%;width:16px;}.mid-header7 .fix-right > div > .elementor-widget-wrap > div{position:relative;}.mid-header7 .fix-right > div > .elementor-widget-wrap > div:first-child:before{display:none;}.mid-header7 .fix-right > div > .elementor-widget-wrap > div:before{content:"";width:1px;height:12px;background:rgba(255,255,255,.1);position:absolute;top:14px;left:0;}.rtl .mid-header7 .fix-right > div > .elementor-widget-wrap > div:before{right:0;left:auto;}.mid-header7 .nav-pills > li:hover > a,.mid-header7 .nav-pills > li.active > a,.mid-header7 .nav-pills > li.active > a:hover,.mid-header7 .nav-pills > li.active > a:focus{background-color:#fff;color:#222;}.mid-header7 .nav-pills > li > a{padding:8px 22px;margin-right:5px;color:#fff;-webkit-transition:all .2s;-moz-transition:all .2s;-o-transition:all .2s;-ms-transition:all .2s;transition:all .2s;}.mid-header7 .icon-search i{font-size:16px;color:#fff;}.mid-header7 .icon-search i:hover{color:#0065b3;}.mid-header7 .autusin-minicart2 .top-minicart-icon{text-align:center;}.mid-header7 .autusin-minicart2 .top-minicart-icon a{display:inline-block;vertical-align:top;height:45px;line-height:45px;width:45px;position:relative;}.mid-header7 .autusin-minicart2 .top-minicart-icon a i.fa{padding:0 5px;color:#fff;font-size:16px;}.mid-header7 .autusin-minicart2 .top-minicart-icon a i.fa:before{content:"";}.mid-header7 .autusin-minicart2 .top-minicart-icon a .minicart-number{position:absolute;right:7px;top:2px;width:16px;height:16px;text-align:center;line-height:16px;border-radius:50%;color:#fff;background:#0065b3;font-size:11px;}.mid-header7 .my-wishlist .fa-heart{font-size:16px;height:45px;line-height:45px;width:35px;text-align:center;color:#fff;}.mid-header7 .my-wishlist .fa-heart:hover{color:#0065b3;}.mid-header7 .my-wishlist .fa-heart:before{content:"";}.mid-header7 .my-wishlist .menu-title{font-size:0;}.animations-text h2 a{-webkit-animation:color-change 1s infinite;-moz-animation:color-change 1s infinite;-o-animation:color-change 1s infinite;-ms-animation:color-change 1s infinite;animation:color-change 1s infinite;}@-webkit-keyframes color-change{0%{color:red;}50%{color:blue;}100%{color:red;}}@-moz-keyframes color-change{0%{color:red;}50%{color:blue;}100%{color:red;}}@-ms-keyframes color-change{0%{color:red;}50%{color:blue;}100%{color:red;}}@-o-keyframes color-change{0%{color:red;}50%{color:blue;}100%{color:red;}}@keyframes color-change{0%{color:red;}50%{color:blue;}100%{color:red;}}@-webkit-keyframes buy{0%{-webkit-box-shadow:0 0 0 0 rgba(255,255,255,.5);}70%{-webkit-box-shadow:0 0 0 20px rgba(255,255,255,0);}100%{-webkit-box-shadow:0 0 0 0 rgba(255,255,255,0);}}@keyframes buy{0%{-moz-box-shadow:0 0 0 0 rgba(255,255,255,.5);box-shadow:0 0 0 0 rgba(255,255,255,.3);}70%{-moz-box-shadow:0 0 0 20px rgba(255,255,255,0);box-shadow:0 0 0 20px rgba(255,255,255,0);}100%{-moz-box-shadow:0 0 0 0px rgba(255,255,255,0);box-shadow:0 0 0 0px rgba(255,255,255,0);}}@keyframes elementor-animation-buzz-out{10%{transform:translateX(3px) rotate(2deg);}20%{transform:translateX(-3px) rotate(-2deg);}30%{transform:translateX(3px) rotate(2deg);}40%{transform:translateX(-3px) rotate(-2deg);}50%{transform:translateX(2px) rotate(1deg);}60%{transform:translateX(-2px) rotate(-1deg);}70%{transform:translateX(2px) rotate(1deg);}80%{transform:translateX(-2px) rotate(-1deg);}90%{transform:translateX(1px) rotate(0);}100%{transform:translateX(-1px) rotate(0);}}@media (max-width: 480px){.top-header8 .my-wishlist .menu-title,.top-header8 .my-account h5{font-size:0;}.footer-style6-top .newsletter-footer4 h3,.footer-style6-top .newsletter-footer4 h5{display:none;}.header2.fix-align-center .elementor-widget-wrap,.header2.fix-align-center .elementor-row{justify-content:center;}.header-13 .top-form .wrapp-minicart{top:55px;}.header-13 .autusin-minicart3 .minicart-title .woocommerce-Price-amount,.header-13 .autusin-minicart3 .minicart-title label,.header-13 .autusin-minicart3 .minicart-title h2{font-size:0;}.autusin_search_2 .top-form.top-search .content-search{padding:0 20px !important;}.autusin_search_2 .top-form.top-search .cat-wrapper{display:none !important;}.header13 .my-account h5{font-size:0;}.form-new3.style2{margin:0;}}.mid-header8 .autusin_search_2 .top-form.top-search .cat-wrapper:before{right:8px;}.mid-header8 .autusin_search_2 .top-form.top-search .cat-wrapper select{width:185px;}.mid-header8 .autusin_search_2 .top-form.top-search .content-search{padding:0 50px 0 197px;}.autusin_search_2{border:2px #0065b3 solid;}.header-13 .autusin_search_2{border:0;}.bottom-header9 .autusin_search_2{border-color:#eee;border-radius:4px;}.autusin_search_2 .top-form.top-search{top:0;display:inline-block;position:relative;background-color:#fff;width:100%;z-index:99;}.autusin_search_2 .top-form.top-search .cat-wrapper{display:block;position:absolute;height:38px;top:0;left:0;right:auto;border-radius:0;overflow:hidden;color:#666;border-right:1px solid #eee;}.rtl .autusin_search_2 .top-form.top-search .cat-wrapper{border-left:1px solid #eee;border-right:0;}.autusin_search_2 .top-form.top-search .cat-wrapper:before{content:"";font-family:"FontAwesome";color:#666;font-size:14px;position:absolute;top:13px;right:20px;}.autusin_search_2 .top-form.top-search .cat-wrapper select{border:none;border-radius:0 !important;padding:0 10px 0;height:38px;width:135px;color:#666;background:#fff;}.bottom-header9 .autusin_search_2 .top-form.top-search .cat-wrapper select{font-size:12px;}@media (min-width: 480px){.autusin_search_2 .top-form.top-search .content-search{padding:0 50px 0 150px;}.rtl .autusin_search_2 .top-form.top-search .content-search{padding:0 150px 0 50px;}}.autusin_search_2 .top-form.top-search .content-search input{height:38px;line-height:38px;}.bottom-header9 .autusin_search_2 .top-form.top-search .content-search input{font-size:12px;}.autusin_search_2 .top-form.top-search button.form-button{height:38px;color:#0065b3;font-size:16px;width:auto;padding:0 20px;background-color:transparent;}.header-13 .autusin_search_2 .top-form.top-search button.form-button{color:#303030;}.header-top9{font-size:12px;}.header-top9 .tel{color:#ccc;font-size:14px;}.header-top9 .currency_w > li .currency_switcher{left:-15px;}.header-top9 #lang_sel > ul.nav > li > ul{margin-top:-11px;}.header-top9 .elementor-element.my-account:hover #menu-my-account.menu{top:33px;}.header-top9 .my-account:after{content:"";height:20px;width:100%;position:absolute;bottom:-20px;left:0;background:transparent;}.header-top9 .header-right{padding-top:7px;}.header-top9 .header-right #lang_sel > ul.nav > li > a,.header-top9 .header-right .currency_w > li > a,.header-top9 .header-right .my-account h5{color:#ccc;line-height:18px;}.header-top9 .header-right.fix-row .elementor-widget-wrap > div{padding:0 12px;position:relative;}.header-top9 .header-right.fix-row .elementor-widget-wrap > div:before{content:"";width:1px;height:18px;position:absolute;top:0;right:0;background:rgba(255,255,255,.2);}.rtl .header-top9 .header-right.fix-row .elementor-widget-wrap > div:before{right:auto;left:0;}.header-top9 .header-right.fix-row .elementor-widget-wrap > div:last-child{padding:0 0 0 12px;}.rtl .header-top9 .header-right.fix-row .elementor-widget-wrap > div:last-child{padding:0 12px 0 0;}.header-top9 .header-right.fix-row .elementor-widget-wrap > div:last-child:before{background-color:transparent;}.bottom-header9 .top-form .wrapp-minicart{top:45px;}.bottom-header9 .my-wishlist .menu-title{font-size:0;}.bottom-header9 .my-wishlist a{border:2px #eee solid;vertical-align:top;text-align:center;border-radius:4px;display:inline-block;height:44px;width:44px;font-size:16px;line-height:42px;}.footer-9 p{font-size:14px;color:#fff;text-align:center;margin:0;}.footer-9 p a{color:#0065b3;}@media (min-width: 1200px){.header-style1.elementor-sticky--active{padding:14px 0 !important;}.home-style6 .testimonial-post-slider,.home-style5 .testimonial-post-slider{margin:80px 0;}.elementor-4584 .elementor-element.elementor-element-b947afc{width:75% !important;}.elementor-4584 .elementor-element.elementor-element-f42eac3{width:50% !important;}}.header-style11 .header-top .right-header2{padding:0;}.header-style11 .header-top .right-header2 .my-wishlist .fa{padding:0;}.header-style11 .header-top .right-header2.fix-row .elementor-widget-wrap > div{height:15px;font-size:14px;padding:0 10px;line-height:15px;}.header-style11 .header-top .right-header2 .elementor-widget-wrap .elementor-element:last-child:before{display:none;}.header-style11 .header-top .right-header2 .elementor-widget-wrap .elementor-element:before{content:"";height:12px;width:1px;background:#545454;position:absolute;top:2px;right:0;}.rtl .header-style11 .header-top .right-header2 .elementor-widget-wrap .elementor-element:before{right:auto;left:0;}.header-style1.bottom-header1{border:none;position:relative;z-index:2;}.header-style1
  .elementor-element
  .top-form.top-form-minicart
  .top-minicart-icon{top:-100px;right:-10px;}.rtl .header-style1
  .elementor-element
  .top-form.top-form-minicart
  .top-minicart-icon{left:-10px;right:auto;}.header-style11.elementor-element
  .top-form.top-form-minicart
  .top-minicart-icon
  a{padding:0;line-height:14px;}.header-style11 .elementor-element .top-form.top-form-minicart .top-minicart-icon{top:-92px;}.header-style11 .search-layout2 .top-form.top-search .autosearch-input{background:#fff;height:35px;line-height:35px;padding:0 5px;border-radius:0;font-size:12px;border-bottom:1px #222 solid;}.header-style11 .search-layout2 .top-form.top-search button.form-button{background-color:#fff;padding:0 5px;text-align:right;border-radius:0;height:35px;line-height:35px;color:#222;border-bottom:1px #222 solid;}.header-style11 .header-top{min-height:auto;border-bottom:none;}.header-style11 .header-top .mid-header{margin-top:0;}.header-style11 .header-top .my-wishlist .menu-title{display:none;}.header-style11 .header-top .my-account h5{font-size:0;}.menu-center .elementor-widget-container{display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;justify-content:center;}.menu-center .elementor-widget-container > div{display:inline-block;}.copyright-text-8 .elementor-widget-container{text-align:center;}.copyright-text-8 .elementor-widget-container p{color:#fff;}.copyright-text-8 .elementor-widget-container p a{color:#f60;text-decoration:underline;display:inline-block;}.footer-style6 .elementor-widget-html .about-store{padding:0;}.footer.footer9{background:#111;}.footer .footer-style1 .elementor-widget-container .about-store ul li:before{display:none;}.footer.footer11{background:#fff;}.footer.footer11 .footer-style1.style8 .socials-footer4 ul li a{line-height:30px;}.footer.footer11 .footer-style1.style8 .socials-footer4{margin-bottom:0;}.footer11 .footer-copyright.style2 p{color:#eee;margin:10px 0;display:inline-block;}.footer11 .footer-copyright.style2 p a{color:#0065b3;text-decoration:underline;}@media (max-width: 480px){.header-style11 .header-top .right-header2.fix-row .elementor-widget-wrap{justify-content:center;padding:10px 0;}.header-style11 .search-layout2 .top-form.top-search{width:100%;}}.header12 .my-account:after{content:"";height:20px;width:100%;position:absolute;bottom:-20px;left:0;background:transparent;}.header12 .elementor-element.my-account:hover #menu-my-account.menu{top:26px;}.header12 #lang_sel > ul.nav,.header12 .currency_w{margin:0;}.header12 #lang_sel > ul.nav > li > ul{margin-top:-15px;}.header12 .currency_w > li .currency_switcher{margin-top:-5px;}.header12 .currency_w > li > a{padding:0;}.header12 .autusin_top .top-form.top-search button.form-button:hover::before{color:#0065b3;}.header12 .fix-center.fix-row .elementor-widget-wrap{-webkit-justify-content:flex-start;-ms-justify-content:flex-start;justify-content:flex-start;}.header12 .swe-woo-cart .swe-wrap-cart-head .swe-cart-icon .image-icon{width:auto;height:auto;}.header12.header-style12 .top-form.top-form-minicart .top-minicart-icon{height:35px;}.header12.header-style12 .search-layout2 .top-form.top-search{width:auto;border:1px solid #ddd;border-radius:20px;}.header12.header-style12 .search-layout2 .top-form.top-search .autosearch-input{background-color:transparent;}.header12.header-style12 .search-layout2 .top-form.top-search button.form-button{background-color:transparent;color:#888;}.header12.header-style12 .autusin-minicart2 .fa{display:none;}.header12.header-style12 .minicart-number{font-size:12px;border-radius:50%;background:#666;color:#fff;width:18px;height:18px;text-align:center;line-height:18px;display:inline-block;vertical-align:top;position:absolute;right:0;}@media (max-width: 991px){.header12 .fix-row .elementor-widget-wrap > div{max-width:200px;}}@media (max-width: 480px){.header12 .my-wishlist .menu-title{font-size:0;}.sw-woo-tab-cat4 .box-title .description{width:100%;}}.footer12.footer .footer-style1 .elementor-widget-container{padding:30px 0 10px;}.footer12.footer .footer-style1 .row1 .elementor-widget-container{padding:0;}.footer12.footer .footer-style1 .iconstore{display:inline-block;float:left;width:auto;}.footer12.footer .footer-style1 .iconstore:last-child{margin:0 5px;}.footer-copyright12 p{color:#fff;font-size:14px;margin:0;text-align:center;}.footer-copyright12 p a{color:#0065b3;text-decoration:underline;}.elementor-element .currency_w > li,.elementor-element #lang_sel > ul.nav > li{padding:0;}.header13 .elementor-element .currency_w > li > a,.header13 .elementor-element #lang_sel > ul.nav > li > a{color:#fff;}.header13 .my-wishlist span,.header13 .my-account h5{color:#fff;}.header13 .fix-row .elementor-widget-wrap > div{padding:0;padding:0 15px;border-left:1px solid #ddd;}.header13 .fix-row .elementor-widget-wrap > div:first-child{border:none;}.header-style8
  .header13
  .top-form.top-form-minicart
  .top-minicart-icon
  .minicart-title,.header-style8
  .header13
  .top-form.top-form-minicart
  .top-minicart-icon
  .minicart-title
  h2{color:#fff;}.header-style8 .header13 .autusin_top{border-color:transparent;}.footer-style3 .elementor-widget-html .elementor-widget-container{padding:0;}.elementor-page.home-style2 .header-style2{position:initial;}.header-style2{border:none;}.header-style2 .top-form.top-form-minicart .top-minicart-icon .minicart-number{position:absolute;right:0;top:0;font-size:12px;}.rtl .header-style2 .top-form.top-form-minicart .top-minicart-icon .minicart-number{right:auto;left:0;}.header-style2 #lang_sel a.lang_sel_sel:after,.header-style2 .currency_w > li > a:after{line-height:21px;font-size:14px;}.header-style2 .top-form.top-form-minicart .top-minicart-icon .fa{display:none;}.header-style2 .header2 > .elementor-container{max-width:1200px;}.header-style2 .fix-row .elementor-widget-wrap > div{padding:0 15px;}.header-style2 .fix-row .elementor-widget-wrap > div:before{position:absolute;top:5px;right:0;width:1px;height:13px;background:rgba(255,255,255,.2);content:"";}.header-style2 .fix-row .elementor-widget-wrap > div:last-child:before{display:none;}.header-style2 .mid-header2 > div{background-color:#fff;padding:10px 0;}.elementor-element .currency_w{margin:0 !important;}.elementor-element .currency_w > li > a{padding:0 !important;}.elementor-element .currency_w > li > a:before{display:none;}.elementor-social-icon i:hover{color:#0065b3 !important;}@media (min-width: 1200px){.nav-pills{visibility:visible !important;}}.item .item-wrap3 .item-detail .products-thumb .top-item{display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;flex-direction:column;}.countdown-slider5
  .slider
  .item-countdown
  .item-wrap3
  .item-detail
  .item-content
  .product-countdown2
  .countdown-section
  .countdown-period{font-size:0;}.countdown-slider5
  .slider
  .item-countdown
  .item-wrap3
  .item-detail
  .item-content
  .product-countdown2
  .countdown-section.days .countdown-period{font-size:12px;}.countdown-slider5
  .slider
  .item-countdown
  .item-wrap3
  .item-detail
  .item-content
  .product-countdown2
  .countdown-section.days .countdown-amount:before{display:none;}.header-style6 .fix-row .elementor-widget-wrap .currency_w > li .currency_switcher li a{color:#222;}.header-style6 .fix-row .elementor-widget-wrap .currency_w > li .currency_switcher li a.active{color:#0065b3;}.header-8 .nav-pills > li > a{padding:13px 18px;font-size:14px;}@media (min-width: 1200px){.elementor-4563 .elementor-element.elementor-element-cece920.sw-75{width:75%;}}.menu-10 .wrapper_vertical_menu{visibility:visible;opacity:1;transform:translateY(0);min-width:100%;}.mid-10{background:#252525;}.mid-10 .resmenu-container .navbar-toggle .icon-bar{background-color:#fff;}.mid-10 .nav-pills > li > a{color:#fff;}.mid-10 .autusin_search_default .icon-search{color:#fff;}.mid-10 .elementor-element .autusin_search_default .top-form.top-search.open{right:35px;}.rtl .mid-10 .elementor-element .autusin_search_default .top-form.top-search.open{right:auto;left:35px;}.mid-10 .autusin_top .top-form.top-search button.form-button:hover:before{color:#0065b3;}.header-10{background-color:#f0f0f0;}.header-10 .swe-woo-cart.cart-canvas label{margin-bottom:0;}.header-10 .my-account h5{font-size:0;}.header-10 .my-account h5:before{color:#545454;padding:0 5px 0 0;font-size:14px;}.header-10 .my-account h5:before:hover{color:#0065b3;}.header-10 .icon-wishlist .elementor-widget-container{height:15px;}.header-10 .swe-woo-cart .swe-wrap-cart-head .swe-cart-icon{height:auto;width:auto;}.header-10 .swe-woo-cart .swe-wrap-cart-head .swe-cart-icon i{top:auto;right:auto;transform:none;position:relative;}.header-10 .swe-woo-cart .swe-wrap-cart-head .swe-cart-icon .swe-cart-count{position:relative;left:auto;right:auto;top:auto;transform:none;}.rtl .header-10 .swe-woo-cart .swe-wrap-cart-head .swe-cart-icon{padding-right:0;}.header-10 .my-wishlist .menu-title{font-size:0;}.header-10 .my-wishlist .fa{color:#545454;font-size:14px;}.header-10 .my-wishlist .fa:hover{color:#0065b3;}.header-10 .cart-contents{color:#545454;font-size:14px;}.header-10 .cart-contents:hover{color:#0065b3;}.header-10 .cart-contents .minicart-number{padding:0 5px;}.header-10 .fix-row .elementor-widget-wrap > div{padding:0 8px;}.header-10 #lang_sel > ul.nav > li > ul{margin-top:-15px;}.header-10 .currency_w > li .currency_switcher{margin-top:-5px;}.header-10 .fix-right .elementor-widget-wrap .my-wishlist{border-left:1px solid #545454;border-right:1px solid #545454;height:15px;}.elementor-element #lang_sel > ul.nav > li > a{padding:0;}.elementor-element #lang_sel > ul.nav{margin:0;}.tp-bullets.custom{width:120px !important;margin-left:-25px;}.tp-bullets.custom .tp-bullet{width:30px !important;height:6px !important;background-color:#fff !important;position:relative !important;display:inline-block !important;border-radius:3px !important;cursor:pointer;box-sizing:content-box;text-align:center !important;left:0 !important;}.tp-bullets.custom .tp-bullet + .tp-bullet{margin-left:10px !important;}.tp-bullets.custom .tp-bullet:hover{background-color:#0065b3 !important;}.tp-bullets.custom .tp-bullet:after{display:none;background-color:transparent;box-shadow:none;}.tp-bullets.custom .tp-bullet.selected{width:30px !important;height:6px !important;border-radius:3px !important;background-color:#0065b3 !important;}.see-more{color:#111;font-weight:600;font-size:14px !important;vertical-align:top;display:inline-block;-webkit-transition:all .3s !important;-moz-transition:all .3s !important;-o-transition:all .3s !important;-ms-transition:all .3s !important;transition:all .3s !important;border-radius:30px;background:#0065b3;height:45px;line-height:44px !important;padding:0 45px !important;letter-spacing:1px;}.see-more:hover{background:var(--darken10);border-color:#0065b3;-webkit-transition:all .3s !important;-moz-transition:all .3s !important;-o-transition:all .3s !important;-ms-transition:all .3s !important;transition:all .3s !important;color:#fff;}.see-more2{color:#fff;border:1px #fff solid;font-size:12px !important;height:35px;line-height:34px !important;padding:0 25px !important;vertical-align:top;display:inline-block;-webkit-transition:all .3s !important;-moz-transition:all .3s !important;-o-transition:all .3s !important;-ms-transition:all .3s !important;transition:all .3s !important;}.see-more2:hover{color:#0065b3;border-color:#0065b3;-webkit-transition:all .3s !important;-moz-transition:all .3s !important;-o-transition:all .3s !important;-ms-transition:all .3s !important;transition:all .3s !important;}.revo-des{font-size:18px !important;line-height:26px !important;}.revo-color{color:#0065b3;}.footer-text{text-align:center;font-size:12px;}.elementor-page.home-page-13 .best-selling-product2{position:relative;background-color:#fff;}.elementor-page.home-page-13 .sw-best-seller-product .wrap-content .item .item-img{margin:0 10px;}.elementor-page.home-page-13 .autusin_breadcrumbs{display:none;}.elementor-page.home-page-13 .sw-best-seller-product .wrap-content{padding:0;}.elementor-page.home-page-13 .sw-best-seller-product .wrap-content .item{padding:25px 0 26px;margin:0;border:0;background-color:#fff;}.elementor-page.home-page-13 .sw-best-seller-product .wrap-content .item:nth-child(2n){background-color:#f0f0f0;}.top-header8 .fix-row .elementor-widget-wrap > div{padding:0 12px;}.top-header8 .my-account h5::before{padding:0 5px 0 0;}.copyright-text-13 .elementor-widget-container p{color:#3b3b3b;}.footer-style6 .elementor-widget-image .elementor-widget-container{padding:0 0 30px;}.elementor-page.home-style2 .sw-category-slider2{margin:0;}.menu-footer-m{margin:0 -5px 30px;}.row-5 > div{margin:0 -5px !important;}.foote1 .newsletter-footer .form-newsletter button[type="submit"],.foote1 .newsletter-footer .form-newsletter input[type="email"]{margin-bottom:0;}.foote1 .newsletter-footer{margin:0;}.elementor-page.home-page-13 .sw-best-seller-product .wrap-content .item{padding:26.7px 0;}.top-header7.header-style5 .currency_w > li,.top-header7.header-style5 #lang_sel > ul.nav > li{padding:0;}.header-style7 .swg-elementor-menu > li.active > .elementor-item,.header-style7 .swg-elementor-menu > li:hover > .elementor-item{border-radius:4px;}@media (min-width: 1200px){.mid-header13 .autusin_search_2 .top-form.top-search .content-search{padding:0 140px 0 40px;}.rtl .mid-header13 .autusin_search_2 .top-form.top-search .content-search{padding:0 40px 0 140px;}}.mid-header2.elementor-sticky--effects{background-color:#fff;}.top-header1 .autusin_search_default .icon-search{font-size:12px;color:#999;}@media (min-width: 480px){.top-header1 .autusin_search_default .icon-search{width:auto;}}.elementor-element-782f58c{position:absolute;right:45px;top:-6px;}.rtl .elementor-element-782f58c{right:auto;left:45px;}.elementor-element-782f58c .elementor-heading-title a:hover{color:#0065b3;}.elementor-portfolio__filter:hover,.elementor-portfolio__filter.elementor-active{color:#fff !important;background-color:#0065b3 !important;border-color:#0065b3 !important;}.elementor-portfolio__filter{border:1px solid #ddd !important;padding:0 20px !important;height:40px;line-height:40px;}.elementor-widget-container ul.about-list li::before{display:none;}.footer-style1-bot.style7 .newsletter-footer{margin:0 !important;}.woo-slider-default .res-button{display:none !important;}.elementor-page > .container{max-width:100%;}.home-style7.elementor-page > .container{max-width:1860px;}.my-account h5::before{padding:0 5px 0 0;}.rtl .mid-header11 .search-layout2 .top-form.top-search{float:left;}.rtl .mid-header11 .search-layout2 .top-form.top-search button.form-button{text-align:left;}@media (min-width: 991px){.rtl .elementor-3864
    .elementor-element.elementor-element-f0ac272
    > .elementor-element-populated{padding:0 15px 0 0;}}@media (min-width: 991px){.rtl .elementor-3864
    .elementor-element.elementor-element-a5e7818
    > .elementor-element-populated{padding:0 0 0 15px;}}.rtl .header13 .fix-row .elementor-widget-wrap > div{border-right:1px solid #ddd;border-left:none;}.rtl .header13 .fix-row .elementor-widget-wrap > div:first-child{border:none;}.rtl .mid-10 .autusin_search_default .icon-search{float:left;}.rtl .bottom-header9 .my-wishlist .menu-wishlist a{display:inline-block;}.rtl .autusin-minicart4 .top-minicart-icon .cart-contents{border-left:2px #eee solid;border-right:none;}.rtl .elementor-element #lang_sel > ul.nav > li > a{padding:0;}.rtl .elementor-4930 .elementor-element.elementor-element-8906aca,.rtl .elementor-4898 .elementor-element.elementor-element-ac9cd82,.rtl .elementor-4750 .elementor-element.elementor-element-d90dcdc,.rtl .elementor-4970 .elementor-element.elementor-element-f7bd01f,.rtl .elementor-4882 .elementor-element.elementor-element-682ee98,.rtl .elementor-4882 .elementor-element.elementor-element-f13e887,.rtl .elementor-4827 .elementor-element.elementor-element-0401d43,.rtl .elementor-4751 .elementor-element.elementor-element-9ffe074,.rtl .elementor-4694 .elementor-element.elementor-element-969408e,.rtl .elementor-4758 .elementor-element.elementor-element-a01a546{text-align:right;}.rtl .my-wishlist .menu-wishlist a{display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;align-items:baseline;flex-direction:row-reverse;}.rtl .elementor-4706 .elementor-element.elementor-element-13f6f2a{text-align:right;}.rtl .elementor-4735 .elementor-element.elementor-element-4a87f0a,.rtl .elementor-4706 .elementor-element.elementor-element-7ea6aa1{text-align:left;}.rtl .elementor-4665
    .elementor-element.elementor-element-8679c0b
    > .elementor-widget-container{padding:0px 0 0px 20px;}.rtl .elementor-4665
    .elementor-element.elementor-element-d0d4bb7
    > .elementor-widget-container{border-width:0px 1px 0px 0;}.rtl .mid-header4 .autusin_top .top-form.top-search{float:left;}.rtl .header-top2 .textwidget.custom-html-widget{float:right;}.rtl .header-top2 .textwidget.custom-html-widget i{padding:5px;float:left;}.rtl .elementor-4622 .elementor-element.elementor-element-b086c3f{text-align:right;}.rtl .elementor-element #lang_sel > ul.nav{margin:0;}.rtl .elementor-4622
    .elementor-element.elementor-element-c7c6249
    > .elementor-widget-container{padding:0;}.rtl .header-mid-2 .autusin_search_default .icon-search{float:left;}.rtl .header-top2 #lang_sel > ul.nav > li > a{padding-left:15px;padding-right:0;}.rtl .sw_header22 .elementor-widget-wrap > div:last-child{padding-right:15px;padding-left:0;}.rtl .elementor-4524 .elementor-element.elementor-element-94aeb7b{text-align:right;}.rtl .elementor-4593 .elementor-element.elementor-element-ca884f9{padding:0;text-align:left;}.rtl .footer1 .about-store ul.about-list li i{margin:0 0 0 20px;}.rtl .elementor-4593 .elementor-element.elementor-element-ae57c32{text-align:right;}.rtl .elementor-4593 .elementor-element.elementor-element-a4f7bfb{text-align:left;}.rtl .header-style1
    .elementor-element
    .top-form.top-form-minicart
    .top-minicart-icon{right:auto;left:0;}.rtl .elementor-4556 .elementor-element.top-right .elementor-widget-wrap{padding:0 0 0 123px;}.rtl .top-right
    > .elementor-element-populated
    > .elementor-widget-wrap
    > div:before{right:auto;left:0;}.rtl .top-header-1{display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;align-items:center;}.rtl .top-header-1 a{padding:0 5px;}.rtl .top-header-1 i{padding:0 0 0 5px;}@media (max-width: 480px){.elementor-4827
    .elementor-element.elementor-element-8c9422d
    > .elementor-element-populated{position:absolute;top:-86px;width:80px;}.elementor-4827
    .elementor-element.elementor-element-8c9422d
    > .elementor-element-populated #main-menu .primary-menu .resmenu-container .navbar-toggle{border:2px #ddd solid;width:44px;height:44px;}.autusin_top .top-form.top-search .cat-wrapper{display:none;}.header-mid5 .autusin-minicart3 .minicart-title > h2,.header-mid5 .autusin-minicart3 .minicart-title > span,.header-mid5 .autusin-minicart3 .minicart-title > label{display:none;}.elementor-portfolio__filter{width:100% !important;margin:0 0 10px !important;}.rtl .header-style8 .top-form.top-form-minicart{padding:0;}.elementor-4758 .elementor-element.elementor-element-a01a546{text-align:center;}.countdown-slider5
    .slider
    .item-countdown
    .item-wrap3
    .item-detail
    .item-image-countdown,.countdown-slider5
    .slider
    .item-countdown
    .item-wrap3
    .item-detail
    .item-content{width:100%;padding:0 15px;}.elementor .copyright-text5 .copyright-text p{text-align:center;}.footer-style3 .elementor-widget-container{padding-top:0px !important;}.header-style5 .right .elementor-widget-wrap{align-items:baseline;}.header-style5 .right .elementor-widget-wrap .my-wishlist .menu-title{font-size:0;}.rtl .elementor-4524 .elementor-element.elementor-element-94aeb7b{text-align:center;}.elementor-4593
    .elementor-element.elementor-element-ca884f9
    .elementor-repeater-item-81fdfea.elementor-social-icon{margin-right:20px;}.rtl .elementor-4593
    .elementor-element.elementor-element-ca884f9
    .elementor-repeater-item-81fdfea.elementor-social-icon{margin:0 0 0 20px;}.header-style1
    .elementor-element
    .top-form.top-form-minicart
    .top-minicart-icon{top:-107px;right:0;}.sw-woo-tab-default .resp-tab .category-slider-content .block-title h3,.sw-woo-tab-cat .resp-tab .category-slider-content .block-title h3{font-size:24px;}.elementor-4593
    .elementor-element.elementor-element-ae57c32
    .elementor-widget-wrap,.elementor-4593
    .elementor-element.elementor-element-a4f7bfb
    .elementor-widget-wrap{justify-content:center;}.rtl
    .header-style1
    .elementor-element
    .top-form.top-form-minicart
    .top-minicart-icon{top:-100px;}.rtl .elementor-4556 .elementor-element.elementor-element-2ea0f49{text-align:right;}.top-right > .elementor-element-populated > .elementor-widget-wrap{justify-content:center;}.top-header2 .fix-row .elementor-widget-wrap > div,.top-right > .elementor-element-populated > .elementor-widget-wrap > div{padding:0 10px;}.rtl .elementor-4556 .elementor-element.top-right .elementor-widget-wrap{padding:0;}.footer-style1-bot.style7 .newsletter-footer h5{display:none;}.elementor-element-16a278f.fix-row .elementor-widget-wrap{justify-content:center;}.woo-slider-default .res-button.slick-prev,.woo-slider-default .res-button.slick-next{display:none !important;}.textwidget.custom-html-widget{font-size:0;}.sw_header22 .elementor-widget-wrap > div{padding:0 10px;}.top-header2 .autusin_search_default .icon-search{font-size:0;}.top-header2 .autusin_search_default .icon-search i{font-size:14px;}.top-header2 .custom-box-menu > .elementor-widget-container h5{font-size:0;}.top-header2 .custom-box-menu > .elementor-widget-container:before{top:3px;}}.menu-responsive-inner .swsearch-wrapper .icon-search{display:none;}@media (max-width: 767px){.header-style11 .header-top .right-header2 .elementor-widget-wrap{padding:10px 0;justify-content:center;}.header-style1
    .elementor-element
    .top-form.top-form-minicart
    .top-minicart-icon{top:-112px !important;right:0;}.rtl .header-style1
    .elementor-element
    .top-form.top-form-minicart
    .top-minicart-icon{right:auto;left:0;}.sw_from form .mc4wp-form-fields .frm-submit:before{display:none;}.rtl .elementor-4898 .elementor-element.elementor-element-ac9cd82,.rtl .elementor-4750 .elementor-element.elementor-element-d90dcdc,.rtl .elementor-4970 .elementor-element.elementor-element-f7bd01f,.rtl .elementor-4827 .elementor-element.elementor-element-0401d43,.rtl .elementor-4751 .elementor-element.elementor-element-9ffe074,.rtl .elementor-4694 .elementor-element.elementor-element-969408e,.rtl .elementor-4758 .elementor-element.elementor-element-a01a546{text-align:center;}.rtl
    .elementor-4665
    .elementor-element.elementor-element-8679c0b
    > .elementor-widget-container{padding:0px 0 0px 5px;}}@media (max-width: 1200px){.mid-header7 .nav-pills > li > a{padding:8px 15px;}.countdown-slider .res-button{top:60px;}.elementor-4556 .elementor-element.top-right .elementor-widget-wrap{padding:0;justify-content:center;}.rtl .elementor-4556 .elementor-element.top-right .elementor-widget-wrap{padding:0;}.elementor-4584 .elementor-element.elementor-element-f42eac3{width:100% !important;}.elementor-4584 .elementor-element.elementor-element-c44b613,.elementor-4556 .elementor-element.elementor-element-38d2d9c{display:none;}.elementor-page.home-page-13 .sw-best-seller-product .wrap-content .item{padding:23px 0 24px;}.footer-style1-bot.style7 .newsletter-footer h3,.footer-style1-bot.style7 .newsletter-footer h5{font-size:0;}.elementor-page.home-style9 .header-style9 .vertical_megamenu-header:hover .wrapper_vertical_menu{opacity:1;visibility:visible;}.elementor-page.home-style9 .header-style9 .wrapper_vertical_menu{opacity:0;visibility:hidden;}}@media (max-width: 767px) and (min-width: 480px){.elementor-4827 .elementor-element.elementor-element-c3cca97,.elementor-4827 .elementor-element.elementor-element-9b5434d{width:50%;}}@media (max-width: 991px) and (min-width: 767px){.elementor-page .header-style9 .vertical_megamenu-header .mega-left-title{display:block;}.elementor-4827 .elementor-element.elementor-element-e0b53ee{width:50% !important;}.elementor-4694 .elementor-element.elementor-element-c5e3e13{width:45% !important;}.elementor-4694 .elementor-element.elementor-element-2500cf0{width:35% !important;}.elementor-4751 .elementor-element.elementor-element-2296d7a{width:80% !important;}.elementor-4556 .elementor-element.top-right{width:100%;}.elementor-4827 .elementor-element.elementor-element-9b5434d{width:50%;}.elementor-4827 .elementor-element.elementor-element-c3cca97{width:100%;}.elementor-4827 .elementor-element.elementor-element-c3cca97 .elementor-widget-wrap{justify-content:center;padding:10px 0 0;}.bottom-header9 .autusin_search_2 .top-form.top-search .content-search{padding:0;}.elementor-4593 .elementor-element.elementor-element-231a7f9{width:60% !important;}.elementor-4593 .elementor-element.elementor-element-1c1b063{width:40% !important;}.elementor-element-df6e341,.elementor-element-31b223d{width:100% !important;}}@media (max-width: 991px){.sw-best-seller-product .wrap-content .item{border-color:transparent;}.elementor-4424 .elementor-element.elementor-element-243ea32,.elementor-4424 .elementor-element.elementor-element-8026a8a{width:100% !important;}.elementor-4593 .elementor-element.elementor-element-a4f7bfb,.elementor-4593 .elementor-element.elementor-element-ae57c32{text-align:center;margin:0 0 10px;}.header-style1
    .elementor-element
    .top-form.top-form-minicart
    .top-minicart-icon{top:-94px;}.footer-style6-top .newsletter-footer4 h5{font-size:0 !important;}.elementor-page.home-page-13 .sw-best-seller-product .wrap-content .item,.elementor-3864 .elementor-element.elementor-element-a5e7818,.elementor-3864 .elementor-element.elementor-element-f0ac272{width:100% !important;}.elementor-page.home-page-13 .sw-best-seller-product .wrap-content .item > div,.elementor-3864 .elementor-element.elementor-element-a5e7818 > div,.elementor-3864 .elementor-element.elementor-element-f0ac272 > div{padding:0 !important;}.elementor-4750 .elementor-element.elementor-element-1535e08e{width:100%;}.elementor-4794 .elementor-element.elementor-element-63ea7386 .copyright-text,.elementor-4735 .elementor-element.elementor-element-f6fe4bd.copyright-text{text-align:center;}.elementor-4794 .elementor-element.elementor-element-3e6469aa,.elementor-4735 .elementor-element.elementor-element-4a87f0a,.rtl .elementor-4735 .elementor-element.elementor-element-4a87f0a{text-align:center;}.elementor-4794 .elementor-element.elementor-element-192a261c,.elementor-4794 .elementor-element.elementor-element-63ea7386,.elementor-4735 .elementor-element.elementor-element-f6fe4bd,.elementor-4735 .elementor-element.elementor-element-ef1a92e{width:100%;margin-bottom:10px;}.newsletter-footer h5{font-size:0 !important;display:none;}.rtl .elementor-4593 .elementor-element.elementor-element-ae57c32,.rtl .elementor-4593 .elementor-element.elementor-element-a4f7bfb{margin:0 0 10px;text-align:center;}}.hot-deals .item-description{display:none;}.woo-tab-container-slider{position:relative;}.elementor-page
  .header-style3
  .header-mid
  .search-cate
  .autusin_search_default
  .icon-search{display:none;}.elementor-element .search-cate .autusin_search_default .icon-search{display:none !important;}.rtl .elementor-element.header-style2 .top-form.top-form-minicart{float:left;}.rtl
  .elementor-4556
  .elementor-element.elementor-element-782f58c
  .elementor-heading-title{text-align:right;}.elementor-page.page.rtl .countdown-slider .res-button.slick-next{right:auto;left:65px;}.elementor-page.page.rtl .countdown-slider .res-button.slick-prev{left:15px;}.elementor-page.page .autusin_breadcrumbs{margin-bottom:40px;}.elementor-page.page .autusin_breadcrumbs > .container{max-width:1170px !important;}.elementor-page.page .autusin_breadcrumbs .listing-title{margin:0;}.elementor-page.page .autusin_breadcrumbs .listing-title h1{margin:0;}@media (min-width: 1200px){.elementor-page.pagebody{position:relative;}}.elementor-page.pagebody.mobile-demo{position:initial;}.elementor-page.page.page .container{max-width:100%;}.elementor-page.pagebody{overflow-x:hidden;}.rtl .newsletter-footer3 .form-newsletter{margin:0 auto 25px auto;}.rtl .elementor-4664
    .elementor-element.elementor-element-4ebacaa
    > .elementor-element-populated{padding:5px 5px 5px 0px;}.rtl .elementor-4794 .elementor-element.elementor-element-3e6469aa{text-align:left;}.rtl .elementor-4882 .elementor-element.elementor-element-3040990{text-align:left;}.elementor-element-9599e4d .elementor-container{margin:0 -15px !important;}.listing-tab-shortcode .tabbable .tab-content .item .item-wrap{border:none;}.rtl .listing-tab-shortcode .tabbable .nav.nav-tabs li:after{left:10px;right:auto;content:"";}.listing-tab-shortcode .tabbable .nav.nav-tabs li:hover:after,.listing-tab-shortcode .tabbable .nav.nav-tabs li.active:after{color:#0065b3;}.responsive-post-slider2 .resp-slider-container .block-title h3,.sw-woo-tab-style4 .resp-tab .category-slider-content .block-title h3,.woo-slider-theme1 .block-title h3,.elementor-4335
  .elementor-element.elementor-element-2cf1c48
  .elementor-heading-title,.sw-woo-tab-style3
  .resp-tab
  .category-slider-content
  .nav-tabs-select
  ul.nav-tabs
  li
  > a{text-transform:uppercase;font-weight:700;}.sw-woo-tab-style4
  .resp-tab
  .category-slider-content
  .nav-tabs-select
  ul.nav-tabs
  li
  > a{font-weight:600;text-transform:uppercase;color:#545454;}.home-style3 .testimonial-slider{margin:35px 0 40px;}.rtl .bottom-header5 .listing-tab-shortcode .tabbable .nav.nav-tabs li:after{display:none;}.listing-tab-shortcode .tabbable .nav.nav-tabs li:after{font-family:"FontAwesome";position:absolute;color:#999;top:50%;margin-top:-8px;}.nav-pills.nav-mega .autusin-mega-menu.autusin-menu-img > a span.menu-img{top:-10px;}body{overflow-x:hidden;}.newsletter-footer3 .form-newsletter{margin:0 auto 25px auto !important;}.sw-best-seller-product .wrap-content .item .item-content .item-price del{text-decoration:line-through;}.elementor .bottom-header5 .resmenu-container .navbar-toggle .icon-bar{background-color:#fff;}.elementor .bottom-header5 .nav-pills > li.active > a,.elementor .bottom-header5 .nav-pills > li.active > a:hover,.elementor .bottom-header5 .nav-pills > li.active > a:focus{color:#0065b3;}.elementor .bottom-header5 .nav-pills > li > a{color:#fff;}.elementor .copyright-text5 .copyright-text p{margin:0;color:#fff;}.elementor .copyright-text5 .copyright-text p a{color:#0065b3;}.elementor .headerstyle13 .autusin_search_2{border-color:transparent;}.elementor .headerstyle13 .header-style8
      .top-form.top-form-minicart
      .top-minicart-icon
      .minicart-title,.elementor .headerstyle13 .header-style8
      .top-form.top-form-minicart
      .top-minicart-icon
      .minicart-title
      h2{color:#fff;}.elementor .headerstyle13.header-style5 .currency_w > li,.elementor .headerstyle13.header-style5 #lang_sel > ul.nav > li{padding:0;}.elementor .headerstyle13 .my-wishlist .fa,.elementor .headerstyle13 .my-wishlist .menu-title,.elementor .headerstyle13 .my-account h5,.elementor .headerstyle13.header-style5 .currency_w > li > a,.elementor .headerstyle13.header-style5 #lang_sel > ul.nav > li > a{color:#fff;}.elementor .headerstyle13 .elementor-4751 .elementor-element.elementor-element-5fd12fb{background:url("https://cdn-ildmmhg.nitrocdn.com/EmfGayVpJIjlSxwvIsYhxAzAzNUjWyuH/assets/images/optimized/rev-f65d057/mwtruckparts.co.uk/wp-content/uploads/sw_theme/assets/img/bg-header-mid.jpg") no-repeat;}.elementor .headerstyle13 .elementor-4751 .elementor-element.elementor-element-5fd12fb.nitro-lazy{background-image:none !important;}.elementor .headerstyle13.top-header8 .fix-row .elementor-widget-wrap > div{padding:0 15px;position:relative;}.elementor .headerstyle13.top-header8 .fix-row .elementor-widget-wrap > div:first-child::before{display:none;}.elementor .headerstyle13.top-header8 .fix-row .elementor-widget-wrap > div:before{background-color:#999;content:"";height:10px;width:1px;left:0;top:3px;position:absolute;display:inline-block;}.elementor .footer-style13 .footer-style6-top{background:transparent;}.elementor .footer-style13 .footer-style6-top .socials-footer h5,.elementor .footer-style13 .footer-style6-top .socials-footer h3,.elementor .footer-style13 .footer-style6-top .newsletter-footer4 h3,.elementor .footer-style13 .footer-style6-top .newsletter-footer4 h5{color:#fff;}.elementor .mid-header2 .swe-woo-cart .swe-wrap-cart-head .swe-cart-icon .image-icon{width:auto;height:auto;}.elementor .mid-header2 > div{background-color:#fff;padding:10px 0;}.elementor .mid-header2 > div .top-form .wrapp-minicart{top:35px;}.elementor .vertical_megamenu-header{width:100%;}.elementor .header-mid{padding:0;}.elementor .header-style1 .sticky-menu .top-form.top-form-minicart .top-minicart-icon{padding-top:75px;}.elementor .header-style1 .sticky-menu{padding:13px 0 14px;}.elementor .top-form.top-form-minicart{width:100%;}.elementor .header-top2 .currency_w > li > a:after,.elementor .header-top2 .currency_w > li > a,.elementor .header-top2 #lang_sel a.lang_sel_sel:after,.elementor .header-top2 #lang_sel > ul.nav > li > a{color:#202020;text-transform:uppercase;}.rtl .elementor .header-style1 .main-menu{float:right;}.rtl .elementor .footer1 ul.about-list li{padding:0;}.swg-menu .swg-mega > .swg-mega-menu-item > ul.dropdown-menu > .dropdown-submenu > a{background-color:transparent;}.swe-woo-cart .swe-wrap-cart-head .swe-cart-text{display:none;}.swe-woo-cart.cart-canvas .elementor-menu-cart__product,.swe-woo-cart.cart-canvas .mini_cart_item{text-align:left;}.swe-woo-cart.cart-canvas .elementor-menu-cart__product > a,.swe-woo-cart.cart-canvas .mini_cart_item > a{color:#000;}.swe-woo-cart.cart-canvas .elementor-menu-cart__product > a:hover,.swe-woo-cart.cart-canvas .mini_cart_item > a:hover{color:#0065b3;}.swe-woo-cart.cart-canvas .elementor-menu-cart__product .product-name,.swe-woo-cart.cart-canvas .mini_cart_item .product-name{padding-top:15px;}.swe-woo-cart.cart-canvas .elementor-menu-cart__product .product-price,.swe-woo-cart.cart-canvas .mini_cart_item .product-price{color:#000;}.swe-woo-cart.cart-canvas .swe-wrap-cart-bottom .elementor-menu-cart__subtotal{display:flex;justify-content:space-between;border:0;color:#000;}.swe-woo-cart.cart-canvas .swe-wrap-cart-bottom .elementor-menu-cart__subtotal .amount{color:#0065b3;}.swe-woo-cart.cart-canvas .swe-wrap-cart-bottom .woocommerce-mini-cart__total strong{color:#000;}.swe-woo-cart.cart-canvas .swe-wrap-cart-bottom .elementor-menu-cart__footer-buttons > a,.swe-woo-cart.cart-canvas .swe-wrap-cart-bottom .woocommerce-mini-cart__buttons > a{background-color:#000;border-radius:5px;color:#fff;}.swe-woo-cart.cart-canvas .swe-wrap-cart-bottom .elementor-menu-cart__footer-buttons > a.elementor-button--view-cart,.swe-woo-cart.cart-canvas .swe-wrap-cart-bottom .woocommerce-mini-cart__buttons > a.elementor-button--view-cart{background-color:#0065b3;}.swe-woo-cart.cart-canvas .swe-wrap-cart-bottom .elementor-menu-cart__footer-buttons > a:hover,.swe-woo-cart.cart-canvas .swe-wrap-cart-bottom .woocommerce-mini-cart__buttons > a:hover{background-color:#0065b3;}.home-style4 .box-button:hover .res-button{opacity:1;visibility:visible;}.home-style4 .box-button:hover .sw-woo-tab-style4 .resp-tab .category-slider-content .tab-content .tab-pane.active .res-button{opacity:1;visibility:visible;}.box-button:hover .res-button{opacity:1;}.home-style1 .sw-brand-container-slider .res-button.slick-prev,.home-style1 .responsive-post-slider .res-button.slick-prev{left:-60px;right:auto;}.home-style1 .sw-brand-container-slider .res-button.slick-next,.home-style1 .responsive-post-slider .res-button.slick-next{right:-60px;left:auto;}.home-style1 .body-wrapper-inner > .container{position:relative;z-index:0;}.home-style1 #rev_slider_17_1_wrapper .custom.tparrows{width:120px;height:120px;background:rgba(110,110,120,.5);border-radius:50%;}.home-style1 #rev_slider_17_1_wrapper .custom.tparrows:before{font-weight:700 !important;font-size:20px !important;color:#111 !important;line-height:120px;}.home-style1 #rev_slider_17_1_wrapper .custom.tparrows:hover{background:rgba(208,209,210,.9);}.home-style1 #rev_slider_17_1_wrapper .custom.tparrows.tp-leftarrow{margin-left:-45px !important;}.home-style1 #rev_slider_17_1_wrapper .custom.tparrows.tp-leftarrow:before{margin-right:-35px !important;}.home-style1 #rev_slider_17_1_wrapper .custom.tparrows.tp-rightarrow{margin-right:-45px !important;}.home-style1 #rev_slider_17_1_wrapper .custom.tparrows.tp-rightarrow:before{margin-left:-35px !important;}.home-style1 .box-search1 .swg-filter-hierarchical form .select2-container .select2-selection--single .select2-selection__rendered,.home-style1 .box-search1 .swg-filter-hierarchical form .select2-container .select2-selection--single{height:40px;line-height:40px;}.home-style1 .box-search1 .elementor-container{background:#0065b3;opacity:.8;max-width:1170px !important;}.style-countdown-home1 .swg-countdown-wrapper .countdown-row .countdown-section{display:flex;flex-direction:column;position:relative;}.style-countdown-home1 .swg-countdown-wrapper .countdown-row .countdown-section:after{content:"";width:34px;height:1px;background-color:#0065b3;position:absolute;left:50%;bottom:0;margin-left:-17px;}.style-countdown-home1 .swg-countdown-wrapper .countdown-row .countdown-section.secs:after{width:0;height:0;}.footer1 .elementor-social-icon i:hover{color:#fff;}.top-header2 .custom-box-menu > .elementor-widget-container{padding-left:0;}.top-header2 .autusin_search_default .icon-search,.top-header2 .custom-box-menu > .elementor-widget-container h5,.top-header2 .currency_w > li > a,.top-header2 #lang_sel > ul.nav > li > a{font-size:14px;}.fix-center-elementor > div > div{align-items:center;}.header-style2.elementor-element
  .top-form.top-form-minicart
  .top-minicart-icon
  .minicart-number{position:absolute;right:-10px;top:-10px;width:26px;font-size:12px;height:26px;border-radius:50%;background-color:rgba(204,204,204,.7);line-height:26px;}.rtl .header-style2.elementor-element
  .top-form.top-form-minicart
  .top-minicart-icon
  .minicart-number{right:auto;left:-10px;}.home-style2 .sw-woo-tab-cat .resp-tab .category-slider-content .description,.home-style2 .responsive-post-slider .resp-slider-container .description,.home-style2 .featured-product .description{font-family:"Playball";font-size:22px;}@media (min-width: 1200px){.home-style2 .elementor-element .countdown-slider{margin:105px 0 65px 0;}}.home-style2 .elementor-element .sw-brand-container-slider{margin:0;}.home-style3 div.star span,.home-style3 div.stars span,.home-style4 div.star span,.home-style4 div.stars span{background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAALCAYAAACksgdhAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQ1IDc5LjE2MzQ5OSwgMjAxOC8wOC8xMy0xNjo0MDoyMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NkFCNjQyRjlEMzE0MTFFQUFBQjNFNEM0QTBFNkM3QTQiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NkFCNjQyRjhEMzE0MTFFQUFBQjNFNEM0QTBFNkM3QTQiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo1NTRBMzJDRkY3MjMxMUU1ODk2RUU1MDg4MTFGRjVFQSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo1NTRBMzJEMEY3MjMxMUU1ODk2RUU1MDg4MTFGRjVFQSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PvNVGW4AAADfSURBVHjadNGxagJBFIXhWQkuomAlpEgRLRWrWImNZbBK4UNobWGhhSDiA0iKNJbai53WPoBYSCQWNoJEK5HE6OYfuCvDMh74ip3h7MzedTzPU4t6QwUSwRU/wY1Mt61Cyp4qWni0bT5Y1l5QQhZTbO+VYgjLcxF5uHjDBjv84oQ/v1RDDikkpaBTwSvWmKOHT7+UQAFxy3Wf8YQLPL3gD6KJPg6W0hljGc7KLO3xgaWlpEff8QtmSccRwbhymrKVonL/bwzwji/5lrT5QvM/HTHCBDMZ8RBluf4t/wIMANBMLaL/TQNwAAAAAElFTkSuQmCC") repeat scroll 0 0 rgba(0,0,0,0);}.home-style3 div.star span.nitro-lazy,.home-style3 div.stars span.nitro-lazy,.home-style4 div.star span.nitro-lazy,.home-style4 div.stars span.nitro-lazy{background-image:none !important;}.home-style3 div.star,.home-style3 div.stars,.home-style4 div.star,.home-style4 div.stars{background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAALCAYAAACksgdhAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQ1IDc5LjE2MzQ5OSwgMjAxOC8wOC8xMy0xNjo0MDoyMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6ODY0RTc4MkVEMzE2MTFFQUFDMTFFREVERDAzNkQ5MzgiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6ODY0RTc4MkREMzE2MTFFQUFDMTFFREVERDAzNkQ5MzgiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo1NTRBMzJDRkY3MjMxMUU1ODk2RUU1MDg4MTFGRjVFQSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo1NTRBMzJEMEY3MjMxMUU1ODk2RUU1MDg4MTFGRjVFQSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Ps1JC5MAAACcSURBVHjaYvj//z8DNvDwxZt3QByKTY4Jh4ZyICUIxB1EawKCciithM02RpDzHr18mwZkG4MUQWlBNHVngfgelF4N07QbyHFhIAzeA7Er2HnyEiKuQGoPMRqAas/C/URAI1wDtoC4h0OTIEwDNk1KuNwGDEUlXJqMoTTImSZAXAF1GrIcAwuaptUgDHQKzG9ngTbMgsYb3OkAAQYAU/U5oc1SdGsAAAAASUVORK5CYII=") repeat scroll 0 0 rgba(0,0,0,0);}.home-style3 div.star.nitro-lazy,.home-style3 div.stars.nitro-lazy,.home-style4 div.star.nitro-lazy,.home-style4 div.stars.nitro-lazy{background-image:none !important;}.home-style3 .item-price,.home-style3 .item-price ins,.home-style3 .item-price span > .amount,.home-style3 .item-price del,.home-style3 .item-price > .amount{color:#262e31;}.home-style3 .item .item-wrap2 .item-detail .item-content h4 a{font-size:16px;}.home-style3 .item
    .item-wrap2
    .item-detail
    .item-content
    .item-bottom
    .product_type_simple,.home-style3 .item .item-wrap2 .item-detail .item-content .item-bottom a.ajax_add_to_cart,.home-style3 .item
    .item-wrap2
    .item-detail
    .item-content
    .item-bottom
    .product_type_variable,.home-style3 .item .item-wrap2 .item-detail .item-content .item-bottom .add_to_cart_button,.home-style3 .item
    .item-wrap2
    .item-detail
    .item-content
    .item-bottom
    .product_type_external,.home-style3 .item
    .item-wrap2
    .item-detail
    .item-content
    .item-bottom
    .product_type_grouped{background:#ffb6b8 url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAVCAMAAAB1/u6nAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAAMAUExURQAAAP///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////ygoKCkpKSoqKisrKywsLC0tLS4uLi8vLzAwMDExMTIyMjMzMzQ0NDU1NTY2Njc3Nzg4ODk5OTo6Ojs7Ozw8PD09PT4+Pj8/P0BAQEFBQUJCQkNDQ0REREVFRUZGRkdHR0hISElJSUpKSktLS0xMTE1NTU5OTk9PT1BQUFFRUVJSUlNTU1RUVFVVVVZWVldXV1hYWFlZWVpaWltbW1xcXF1dXV5eXl9fX2BgYGFhYWJiYmNjY2RkZGVlZWZmZmdnZ2hoaGlpaWpqamtra2xsbG1tbW5ubm9vb3BwcHFxcXJycnNzc3R0dHV1dXZ2dnd3d3h4eHl5eXp6ent7e3x8fH19fX5+fn9/f4CAgIGBgYKCgoODg4SEhIWFhYaGhoeHh4iIiImJiYqKiouLi4yMjI2NjY6Ojo+Pj5CQkJGRkZKSkpOTk5SUlJWVlZaWlpeXl5iYmJmZmZqampubm5ycnJ2dnZ6enp+fn6CgoKGhoaKioqOjo6SkpKWlpaampqenp6ioqKmpqaqqqqurq6ysrK2tra6urq+vr7CwsLGxsbKysrOzs7S0tLW1tba2tre3t7i4uLm5ubq6uru7u7y8vL29vb6+vr+/v8DAwMHBwcLCwsPDw8TExMXFxcbGxsfHx8jIyMnJycrKysvLy8zMzM3Nzc7Ozs/Pz9DQ0NHR0dLS0tPT09TU1NXV1dbW1tfX19jY2NnZ2dra2tvb29zc3N3d3d7e3t/f3+Dg4OHh4eLi4uPj4+Tk5OXl5ebm5ufn5+jo6Onp6erq6uvr6+zs7O3t7e7u7u/v7/Dw8PHx8fLy8vPz8/T09PX19fb29vf39/j4+Pn5+fr6+vv7+/z8/P39/f7+/v////QLdtQAAAABdFJOUwBA5thmAAAAp0lEQVR42oSQyRKCMBQEWwmrIKC44r7N//+hB7NgSZV96ppK8uaFfLnsWn5IJHWMkZaj8Vy7sXitO/CcBiKA2GTATIEUgGoBtJEj1wqAWtHw0bP5zGpUD9KtuVhbVF/FNtYyE/v0lRydFlr7uFbhtNc87DwLN8tkYil1DWMeE0/W84e4Cd7une0P8sXzxLgmuSR3PpVOViMj3yqT/Shgc9v6MdMCeA8AD38KfxzyP6kAAAAASUVORK5CYII=") center center no-repeat !important;}.home-style3 .item
    .item-wrap2
    .item-detail
    .item-content
    .item-bottom
    .product_type_simple.nitro-lazy,.home-style3 .item .item-wrap2 .item-detail .item-content .item-bottom a.ajax_add_to_cart.nitro-lazy,.home-style3 .item
    .item-wrap2
    .item-detail
    .item-content
    .item-bottom
    .product_type_variable.nitro-lazy,.home-style3 .item .item-wrap2 .item-detail .item-content .item-bottom .add_to_cart_button.nitro-lazy,.home-style3 .item
    .item-wrap2
    .item-detail
    .item-content
    .item-bottom
    .product_type_external.nitro-lazy,.home-style3 .item
    .item-wrap2
    .item-detail
    .item-content
    .item-bottom
    .product_type_grouped.nitro-lazy{background-image:none !important;}.home-style3 .item
    .item-wrap2:hover
    .item-detail
    .item-content
    .item-bottom
    .product_type_simple,.home-style3 .item
    .item-wrap2:hover
    .item-detail
    .item-content
    .item-bottom
    a.ajax_add_to_cart,.home-style3 .item
    .item-wrap2:hover
    .item-detail
    .item-content
    .item-bottom
    .product_type_variable,.home-style3 .item
    .item-wrap2:hover
    .item-detail
    .item-content
    .item-bottom
    .add_to_cart_button,.home-style3 .item
    .item-wrap2:hover
    .item-detail
    .item-content
    .item-bottom
    .product_type_external,.home-style3 .item
    .item-wrap2:hover
    .item-detail
    .item-content
    .item-bottom
    .product_type_grouped,.home-style3 .item
    .item-wrap2:hover
    .item-detail
    .item-content
    .item-bottom
    .yith-wcwl-add-to-wishlist
    .yith-wcwl-add-button
    a,.home-style3 .item
    .item-wrap2:hover
    .item-detail
    .item-content
    .item-bottom
    .yith-wcwl-add-to-wishlist
    .yith-wcwl-wishlistaddedbrowse
    a,.home-style3 .item
    .item-wrap2:hover
    .item-detail
    .item-content
    .item-bottom
    .yith-wcwl-add-to-wishlist
    .yith-wcwl-wishlistexistsbrowse
    a,.home-style3 .item
    .item-wrap2:hover
    .item-detail
    .item-content
    .item-bottom
    .compare-button
    a,.home-style3 .item
    .item-wrap2:hover
    .item-detail
    .item-content
    .item-bottom
    .sw-quickview{background:#ffb6b8;}.home-style3 .item
    .item-wrap2
    .item-detail
    .item-content
    .item-bottom
    .product_type_simple:hover,.home-style3 .item
    .item-wrap2
    .item-detail
    .item-content
    .item-bottom
    a.ajax_add_to_cart:hover,.home-style3 .item
    .item-wrap2
    .item-detail
    .item-content
    .item-bottom
    .product_type_variable:hover,.home-style3 .item
    .item-wrap2
    .item-detail
    .item-content
    .item-bottom
    .add_to_cart_button:hover,.home-style3 .item
    .item-wrap2
    .item-detail
    .item-content
    .item-bottom
    .product_type_external:hover,.home-style3 .item
    .item-wrap2
    .item-detail
    .item-content
    .item-bottom
    .product_type_grouped:hover,.home-style3 .item
    .item-wrap2
    .item-detail
    .item-content
    .item-bottom
    .yith-wcwl-add-to-wishlist
    .yith-wcwl-add-button
    a:hover,.home-style3 .item
    .item-wrap2
    .item-detail
    .item-content
    .item-bottom
    .yith-wcwl-add-to-wishlist
    .yith-wcwl-wishlistaddedbrowse
    a:hover,.home-style3 .item
    .item-wrap2
    .item-detail
    .item-content
    .item-bottom
    .yith-wcwl-add-to-wishlist
    .yith-wcwl-wishlistexistsbrowse
    a:hover,.home-style3 .item
    .item-wrap2
    .item-detail
    .item-content
    .item-bottom
    .compare-button
    a:hover,.home-style3 .item
    .item-wrap2
    .item-detail
    .item-content
    .item-bottom
    .sw-quickview:hover{background-color:#ff8dae !important;}.home-style3 .sw-category-slider3{margin:0 0 75px 0;}.home-style3 .sw-woo-tab-style3{margin-bottom:65px;}.home-style3 .woo-slider-theme1{margin-bottom:65px;}.home-style3 .countdown-slider4
    .item
    .item-wrap2
    .item-detail
    .item-content
    .item-price
    ins{font-size:26px;font-weight:400;}.home-style3 .item .item-wrap2 .item-detail .item-content .item-price{font-size:20px;font-weight:400;}.swg-menu .swg-mega > .swg-mega-menu-item:hover > ul.dropdown-menu{opacity:1;}.nav-pills >li.dropdown .dropdown-menu{opacity:0;}.swg-menu .swg-mega > .swg-mega-menu-item > ul.dropdown-menu{border-radius:0;border:0;box-shadow:0 0 20px rgba(0,0,0,.1);}.header-style4-elementor .nav-pills > li > a{font-size:15px;color:#222;}.header-style4-elementor .currency_w > li > a,.header-style4-elementor #lang_sel > ul.nav > li > a{color:#545454;text-transform:capitalize;}.header-style4-elementor .elementor-container .autusin_top .top-form.top-search button.form-button:hover:before{color:#fff;}.header-style4-elementor .currency_w > li .currency_switcher{left:-21px;}.item .item-wrap2 .item-detail .item-content .item-price{font-size:20px;color:#262e31;font-weight:400;}.item .item-wrap2 .item-detail .item-content .item-price ins,.item .item-wrap2 .item-detail .item-content .item-price span > .amount{color:#262e31;}@media (min-width: 1200px){.home-style4 .woo-slider-theme1{margin-bottom:80px;}}.home-style4 .best-selling-product2 .res-button.slick-next{right:-20px;left:auto;top:65%;}.home-style4 .best-selling-product2 .res-button.slick-prev{left:-22px;right:auto;top:65%;}.elementor-element .top-login{padding:0 0 0 15px;position:relative;}.elementor-element .top-login ul{margin:0;list-style:none;}.rtl .elementor-element .top-login{padding:0 15px 0 0;}.elementor-element .top-login:hover ul:before{color:#0065b3;}.elementor-element .top-login .div-logined ul:before{content:"";font-family:"FontAwesome";font-size:12px;position:absolute;left:0;top:3px;}.elementor-element .top-login ul:before{content:"";font-family:"FontAwesome";font-size:12px;position:absolute;left:0;top:3px;}.top-header8 .fix-row .elementor-widget-wrap > div.my-wishlist{border-right:1px solid #ddd;border-left:1px solid #ddd;}.responsive-post-slider5 .res-button{color:#929292;}.header-style1.elementor-element
  .sticky-menu
  .top-form.top-form-minicart
  .top-minicart-icon{background-image:none;}.header-style1.elementor-element
  .sticky-menu
  .top-form.top-form-minicart
  .top-minicart-icon.nitro-lazy{background-image:none !important;}.search-code .autusin_search_default .icon-search{display:none;}.autusin_top .top-form.top-search.open{display:block;}.mid-header7.sticky-menu{position:fixed;z-index:99;}.header-links ul{list-style:none;margin:0;padding:0;text-align:right;}.rtl .header-links ul{text-align:left;}.header-links ul li{display:inline-block;}.header-links ul li a{font-size:13px;color:#888;line-height:40px;margin-left:25px;}.rtl .header-links ul li a{margin-left:0px;margin-right:30px;}.header-links ul li a:hover{color:#0065b3;}.header-top16 #lang_sel > ul.nav > li > ul,.header-top16 .currency_w > li:hover .currency_switcher{top:38px;}.header-top16 #lang_sel > ul.nav > li > a,.header-top16 .currency_w > li > a{padding:10px 0 !important;font-size:13px;}.middle-header16 .fa{font-family:"FontAwesome";font-weight:500;}.middle-header16 .autusin_search_2 .top-form.top-search .cat-wrapper select{padding-right:35px;height:42px;}.rtl .middle-header16 .autusin_search_2 .top-form.top-search .cat-wrapper select{padding-left:35px;padding-right:10px;}.middle-header16 ul#menu-menu-wishlist .menu-wishlist a{border:2px #e5e5e5 solid;vertical-align:top;text-align:center;border-radius:5px;display:inline-block;height:44px;width:44px;font-size:16px;line-height:42px;}.middle-header16 ul#menu-menu-wishlist .menu-wishlist a .menu-title{display:none;}.middle-header16 ul#menu-menu-wishlist .menu-wishlist a .fa{color:#333;font-size:17px;}.middle-header16 .autusin-minicart4 .top-minicart-icon{border:2px solid #e5e5e5;height:44px;line-height:44px;width:44px;border-radius:5px;}.middle-header16 .autusin-minicart4 .top-minicart-icon .cart-contents{border-right:0;}.middle-header16 .autusin-minicart4 .top-minicart-icon .cart-contents i{font-size:17px;}.middle-header16 .autusin-minicart4 .top-minicart-icon .cart-title{display:none;}.middle-header16 .autusin-minicart4 .wrapp-minicart{top:44px;}.middle-header16 .elementor-element.my-account h5{color:#333;font-size:0;border:2px solid #e5e5e5;height:44px;line-height:40px;width:44px;border-radius:5px;text-align:center;}.middle-header16 .elementor-element.my-account h5:before{font-size:18px;}.middle-header16 .elementor-element.my-account:hover #menu-my-account.menu{top:44px;}.rtl .middle-header16 .elementor-element.my-account:hover #menu-my-account.menu{left:0;right:auto;}.middle-header16 .fix-row .elementor-widget-wrap > div{padding:0;color:#333;margin-left:30px;margin-right:-5px;}.rtl .middle-header16 .fix-row .elementor-widget-wrap > div{margin-left:-5px;margin-right:30px;}.middle-header16 .autusin_search_2{border:2px #e5e5e5 solid;border-radius:5px;}.middle-header16 .autusin_search_2 .top-form.top-search .content-search input{height:40px;line-height:40px;}.middle-header16 .autusin_search_2 .cat-wrapper{height:40px !important;}.middle-header16 .autusin_search_2 .cat-wrapper select{height:40px !important;}.middle-header16 .top-form.top-search button.form-button{height:44px;color:#fff;border-radius:0 5px 5px 0;top:-2px;right:-2px;background:#0065b3;}.rtl .middle-header16 .top-form.top-search button.form-button{left:-2px;border-radius:5px 0 0 5px;}.gallery-home16 ul.gallery.gallery-columns-4{grid-template-columns:repeat(4,calc(100% / 4));grid-column-gap:0;}.gallery-home16 ul.gallery.gallery-columns-4 li a img{width:100%;}.bottom-header16 .mega-left-title{height:52px;line-height:52px;overflow:hidden;background:#181818;color:#fff;border-left:1px solid #484848;border-right:1px solid #484848;font-family:Rubik;}.bottom-header16 .mega-left-title span{font-weight:400;}.bottom-header16 .swg-menu .swg-elementor-menu > li.dropdown > a .dropdown-icon{font-size:11px;}.bottom-header16 .swg-menu .swg-menu-vertical .swg-elementor-menu > li > a{border-bottom:0;}.bottom-header16 .elementor-widget-swe-woo-cart:hover{cursor:pointer;}.bottom-header16 .nav-pills > li > a{padding:16px 20px;font-weight:400;display:block;font-size:14px;line-height:20px;color:#fff;border-radius:0;margin-left:5px;}.bottom-header16 .nav-pills > li.active > a,.bottom-header16 .nav-pills > li:hover > a{background-color:#0065b3;color:#fff;}.home-page-17 .swg-filter-hierarchical form .select2-container .select2-selection--single .select2-selection__rendered,.homepage18 .swg-filter-hierarchical form .select2-container .select2-selection--single .select2-selection__rendered{height:50px;line-height:50px;}.home-page-17 .swg-filter-hierarchical form .select2-container .select2-selection--single,.homepage18 .swg-filter-hierarchical form .select2-container .select2-selection--single{height:50px;}.home-page-17 .swg-filter-hierarchical form .select2-container .select2-selection--single .select2-selection__arrow,.homepage18 .swg-filter-hierarchical form .select2-container .select2-selection--single .select2-selection__arrow{height:50px;}body .homepage17{font-family:Rubik !important;}.homepage17 .swg-filter-hierarchical form .select2-container .select2-selection--single .select2-selection__arrow,.homepage17 .swg-filter-hierarchical form .select2-container .select2-selection--single .select2-selection__rendered{height:50px;line-height:50px;}.homepage17 .swg-filter-hierarchical form .select2-container .select2-selection--single{height:50px;}.homepage17 .block-title h3{font-size:3rem;font-weight:500;display:block;position:relative;color:#282828;text-transform:uppercase;text-align:center;margin-bottom:40px;}.homepage17 .best-selling-product4{border:0px;margin:0;}.homepage17 .best-selling-product4 .block-title{display:block !important;}.homepage17 .resp-slider-container,.homepage17 .responsive-slider,.homepage17 .sw-ourteam-slider{position:relative;}.homepage17 .resp-slider-container .res-button.slick-arrow,.homepage17 .responsive-slider .res-button.slick-arrow,.homepage17 .sw-ourteam-slider .res-button.slick-arrow{margin-top:-20px;background-color:#f5f5f5;width:40px;height:40px;line-height:40px;border-radius:50%;visibility:hidden;opacity:0;}.homepage17 .resp-slider-container .res-button.slick-arrow:before,.homepage17 .responsive-slider .res-button.slick-arrow:before,.homepage17 .sw-ourteam-slider .res-button.slick-arrow:before{color:#282828;font-size:22px;}.homepage17 .resp-slider-container .res-button.slick-arrow:after,.homepage17 .responsive-slider .res-button.slick-arrow:after,.homepage17 .sw-ourteam-slider .res-button.slick-arrow:after{display:inline-block;content:"";width:100px;height:100px;position:absolute;top:0;}.homepage17 .resp-slider-container .res-button.slick-arrow.slick-prev,.homepage17 .responsive-slider .res-button.slick-arrow.slick-prev,.homepage17 .sw-ourteam-slider .res-button.slick-arrow.slick-prev{left:-60px;right:auto;}.homepage17 .resp-slider-container .res-button.slick-arrow.slick-prev:before,.homepage17 .responsive-slider .res-button.slick-arrow.slick-prev:before,.homepage17 .sw-ourteam-slider .res-button.slick-arrow.slick-prev:before{content:"";font-family:"FontAwesome";}.homepage17 .resp-slider-container .res-button.slick-arrow.slick-prev:after,.homepage17 .responsive-slider .res-button.slick-arrow.slick-prev:after,.homepage17 .sw-ourteam-slider .res-button.slick-arrow.slick-prev:after{right:-30px;}.homepage17 .resp-slider-container .res-button.slick-arrow.slick-next,.homepage17 .responsive-slider .res-button.slick-arrow.slick-next,.homepage17 .sw-ourteam-slider .res-button.slick-arrow.slick-next{right:-60px;left:auto;}.homepage17 .resp-slider-container .res-button.slick-arrow.slick-next:before,.homepage17 .responsive-slider .res-button.slick-arrow.slick-next:before,.homepage17 .sw-ourteam-slider .res-button.slick-arrow.slick-next:before{content:"";font-family:"FontAwesome";}.homepage17 .resp-slider-container .res-button.slick-arrow.slick-next:after,.homepage17 .responsive-slider .res-button.slick-arrow.slick-next:after,.homepage17 .sw-ourteam-slider .res-button.slick-arrow.slick-next:after{left:-30px;}.homepage17 .resp-slider-container .res-button.slick-arrow:hover,.homepage17 .responsive-slider .res-button.slick-arrow:hover,.homepage17 .sw-ourteam-slider .res-button.slick-arrow:hover{background-color:#0065b3;}.homepage17 .resp-slider-container .res-button.slick-arrow:hover:before,.homepage17 .responsive-slider .res-button.slick-arrow:hover:before,.homepage17 .sw-ourteam-slider .res-button.slick-arrow:hover:before{color:#fff;}.homepage17 .resp-slider-container:hover .res-button.slick-arrow,.homepage17 .responsive-slider:hover .res-button.slick-arrow,.homepage17 .sw-ourteam-slider:hover .res-button.slick-arrow{visibility:visible;opacity:1;}.homepage17 .sw-brand-container-slider{margin:0;}.homepage17 .sw-brand-container-slider .slider{margin:0;}.homepage17 .sw-brand-container-slider .slider .item-brand-cat .item-image a{transition:.2s;display:block;}.homepage17 .sw-brand-container-slider .slider .item-brand-cat .item-image a:hover{box-shadow:0 0 10px rgba(0,0,0,.1);}.homepage17 .sw-brand-container-slider .res-button.slick-arrow{background-color:#fff;}.homepage17 .sw-brand-container-slider .res-button.slick-arrow{margin-top:0 !important;}.homepage17 .sw-category-slider4{margin-bottom:0;}.homepage17 .sw-category-slider4 .resp-slider-container{position:relative;}.homepage17 .sw-category-slider4 .resp-slider-container .responsive{margin:0 -10px;}.homepage17 .sw-category-slider4 .resp-slider-container .responsive .item-product-cat{padding:0 10px;}.homepage17 .sw-category-slider4 .resp-slider-container .responsive .item-product-cat .item-content h3 a{font-size:14px;padding:20px 0 0;}.homepage17.block-text4{border:0;display:block !important;}.homepage17.block-text4 .item{border:0 !important;}.homepage17.block-text4 .banner-wrap{padding:38px 0;}.homepage17.block-text4 .banner-wrap a{text-align:center;}.homepage17.block-text4 .banner-wrap a .icon{margin:0 auto;float:none;display:block;margin-bottom:15px;}.homepage17.block-text4 .banner-wrap a .banner-cout h3{color:#111;}.homepage17 .elementor-widget-container > h5{display:none;}.homepage17 .sw-ourteam-slider{margin-bottom:0;}.homepage17 .sw-ourteam-slider .slick-slider .item{padding:0;}.homepage17 .sw-ourteam-slider .slick-slider .item .item-wrap{margin-bottom:0;}.homepage17 .sw-ourteam-slider .slick-slider .item .item-wrap .item-img .item-img-info{border-radius:50%;border:10px solid #fff;position:relative;display:table;margin:15px auto 0;}.homepage17 .sw-ourteam-slider .slick-slider .item .item-wrap .item-img .item-img-info img{margin:0 auto !important;}.homepage17 .sw-ourteam-slider .slick-slider .item .item-wrap .item-img .item-img-info:before{display:block;content:"";position:absolute;border:3px solid #eee;width:calc(100% + 28px);height:calc(100% + 28px);top:-14px;left:-14px;z-index:99999;border-radius:50%;}.homepage17 .sw-ourteam-slider .slick-slider .item .item-wrap .item-img .item-img-info:hover:before{border-color:#0065b3;}.homepage17 .sw-ourteam-slider .slick-slider .item .item-wrap .item-content{padding:0;}.homepage17 .sw-ourteam-slider .slick-slider .item .item-wrap .item-content h3{font-size:1.8rem;font-weight:500;margin:32px 0px 0px;text-transform:uppercase;}.homepage17 .sw-ourteam-slider .slick-slider .item .item-wrap .item-content .team-info{display:none;}.homepage17 .elementor-widget-wp-widget-sw_testimonial_slider .block-title h3{color:#fff;}.homepage17 .testimonial-slider5 .slick-slider{margin:0 -15px;}.homepage17 .testimonial-slider5 .item-inner{position:relative;padding:0 15px;}.homepage17 .testimonial-slider5 .item-inner .item-img{width:100px;height:100px;border-radius:50%;overflow:hidden;transform:translate(-50%,-50%);position:absolute;left:50px;border:6px solid #fff;top:50%;margin-left:15px;}.homepage17 .testimonial-slider5 .item-inner .client-comment{flex:1 1 0px;margin-left:45px;background:#fff;color:#484848;padding:30px 30px 30px 65px;font-size:1.4rem;line-height:25px;}.homepage17 .testimonial-slider5 .item-inner .client-info{padding-left:40px;position:relative;}.rtl .homepage17 .testimonial-slider5 .item-inner .client-info{padding-right:40px;padding-left:0;}.homepage17 .testimonial-slider5 .item-inner .client-info:before{content:"";font-family:"FontAwesome";font-size:30px;position:absolute;color:#0065b3;left:0;top:8px;}.rtl .homepage17 .testimonial-slider5 .item-inner .client-info:before{right:0;left:auto;}.homepage17 .testimonial-slider5 .item-inner .au_name{font-size:1.6rem;font-weight:500;color:#222;margin-top:15px;}.homepage17 .testimonial-slider5 .item-inner .au_info{color:#888;font-size:1.3rem;}.homepage17 .testimonial-slider5 .slick-dots{margin-top:40px;}.homepage17 .testimonial-slider5 .slick-dots li{margin:0;}.homepage17 .testimonial-slider5 .slick-dots li button{width:10px;height:10px;background:#666;border-radius:50%;margin:0 auto;}.homepage17 .testimonial-slider5 .slick-dots li:hover button,.homepage17 .testimonial-slider5 .slick-dots li.slick-active button{background:#fff;}.homepage17 .woo-slider-theme1{margin:0;}.homepage17 .woo-slider-theme1 .resp-slider-container{margin:1px -10px;}.homepage17 .woo-slider-theme1 .item .item-wrap2{border:0;padding:0 10px;background:none;}.homepage17 .woo-slider-theme1 .item .item-wrap2 .item-detail{padding:0;border:1px solid #e5e5e5;background:#fff;}.homepage17 .woo-slider-theme1 .item .item-wrap2 .item-detail .products-thumb{padding:25px 0;margin-bottom:0;}.homepage17 .woo-slider-theme1 .item .item-wrap2 .item-detail .products-thumb .sale-off{width:54px;line-height:30px;height:30px;background:#0065b3;top:10px;left:10px;}.homepage17 .woo-slider-theme1 .item .item-wrap2 .item-detail .item-bottom{top:10px;right:10px;}.rtl .homepage17 .woo-slider-theme1 .item .item-wrap2 .item-detail .item-bottom{right:auto !important;left:20px;}.homepage17 .woo-slider-theme1 .item .item-wrap2 .item-detail .item-bottom a.ajax_add_to_cart,.homepage17 .woo-slider-theme1 .item .item-wrap2 .item-detail .item-bottom .product_type_variable,.homepage17 .woo-slider-theme1 .item .item-wrap2 .item-detail .item-bottom .product_type_simple,.homepage17 .woo-slider-theme1 .item .item-wrap2 .item-detail .item-bottom .add_to_cart_button,.homepage17 .woo-slider-theme1 .item .item-wrap2 .item-detail .item-bottom .product_type_external,.homepage17 .woo-slider-theme1 .item .item-wrap2 .item-detail .item-bottom .product_type_grouped,.homepage17 .woo-slider-theme1 .item .item-wrap2 .item-detail .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a,.homepage17 .woo-slider-theme1 .item .item-wrap2 .item-detail .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,.homepage17 .woo-slider-theme1 .item .item-wrap2 .item-detail .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a,.homepage17 .woo-slider-theme1 .item .item-wrap2 .item-detail .item-bottom .compare-button a,.homepage17 .woo-slider-theme1 .item .item-wrap2 .item-detail .item-bottom .sw-quickview{height:40px;line-height:40px;min-width:40px;margin:3px 0;}.homepage17 .woo-slider-theme1 .item .item-wrap2 .item-detail .item-bottom a.ajax_add_to_cart:before,.homepage17 .woo-slider-theme1 .item .item-wrap2 .item-detail .item-bottom .product_type_variable:before,.homepage17 .woo-slider-theme1 .item .item-wrap2 .item-detail .item-bottom .product_type_simple:before,.homepage17 .woo-slider-theme1 .item .item-wrap2 .item-detail .item-bottom .add_to_cart_button:before,.homepage17 .woo-slider-theme1 .item .item-wrap2 .item-detail .item-bottom .product_type_external:before,.homepage17 .woo-slider-theme1 .item .item-wrap2 .item-detail .item-bottom .product_type_grouped:before,.homepage17 .woo-slider-theme1 .item .item-wrap2 .item-detail .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:before,.homepage17 .woo-slider-theme1 .item .item-wrap2 .item-detail .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,.homepage17 .woo-slider-theme1 .item .item-wrap2 .item-detail .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before,.homepage17 .woo-slider-theme1 .item .item-wrap2 .item-detail .item-bottom .compare-button a:before,.homepage17 .woo-slider-theme1 .item .item-wrap2 .item-detail .item-bottom .sw-quickview:before{left:14px;}.rtl .homepage17 .woo-slider-theme1 .item .item-wrap2 .item-detail .item-bottom a.ajax_add_to_cart:before,.rtl .homepage17 .woo-slider-theme1 .item .item-wrap2 .item-detail .item-bottom .product_type_variable:before,.rtl .homepage17 .woo-slider-theme1 .item .item-wrap2 .item-detail .item-bottom .product_type_simple:before,.rtl .homepage17 .woo-slider-theme1 .item .item-wrap2 .item-detail .item-bottom .add_to_cart_button:before,.rtl .homepage17 .woo-slider-theme1 .item .item-wrap2 .item-detail .item-bottom .product_type_external:before,.rtl .homepage17 .woo-slider-theme1 .item .item-wrap2 .item-detail .item-bottom .product_type_grouped:before,.rtl .homepage17 .woo-slider-theme1 .item .item-wrap2 .item-detail .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:before,.rtl .homepage17 .woo-slider-theme1 .item .item-wrap2 .item-detail .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,.rtl .homepage17 .woo-slider-theme1 .item .item-wrap2 .item-detail .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before,.rtl .homepage17 .woo-slider-theme1 .item .item-wrap2 .item-detail .item-bottom .compare-button a:before,.rtl .homepage17 .woo-slider-theme1 .item .item-wrap2 .item-detail .item-bottom .sw-quickview:before{right:14px !important;left:auto !important;}.homepage17 .woo-slider-theme1 .item .item-wrap2 .item-detail .item-content h4 a{font-weight:400;}.homepage17 .woo-slider-theme1 .item .item-wrap2 .item-detail .item-content .item-price{font-weight:500;}.homepage17 .woo-slider-theme1 .slick-dotted.slick-slider{margin:0 -10px;}.homepage17 .woo-slider-theme1 .slick-dotted.slick-slider .slick-dots{display:none !important;}.homepage17.flash-sale .block-title{display:flex !important;align-items:center;padding:15px 20px;margin:0;justify-content:space-between;flex-wrap:wrap;position:relative;z-index:20;}.homepage17.flash-sale .block-title:before{content:"";display:block;position:absolute;left:0px;opacity:.85;z-index:-1;top:0;right:0;bottom:0;background-color:#0065b3;}.homepage17.flash-sale .block-title h3{color:#fff;font-size:2.4rem;font-weight:bold;text-transform:uppercase;margin:0;text-align:left;}.homepage17.flash-sale .block-title h3:before{font-size:26px;margin-right:8px;content:"";font-family:FontAwesome;}.homepage17.flash-sale .block-title .block-countdown{position:absolute;left:50%;transform:translateX(-50%);z-index:11;color:#fff;display:flex;align-items:center;}.homepage17.flash-sale .block-title .block-countdown p{margin:0;white-space:nowrap;}.homepage17.flash-sale .block-title .block-countdown .countdown-row{height:35px;line-height:35px;padding:0;color:#fff;font-size:2.4rem;font-weight:600;position:relative;display:inline-block;text-align:left;}.rtl .homepage17.flash-sale .block-title .block-countdown .countdown-row{padding:0;}.homepage17.flash-sale .block-title .block-countdown .countdown-row .countdown-section{padding:0 8px;display:inline-block;position:relative;min-width:60px;text-align:center;}.homepage17.flash-sale .block-title .block-countdown .countdown-row .countdown-section:before{content:":";font-weight:600;position:absolute;right:-3px;top:0;}.rtl .homepage17.flash-sale .block-title .block-countdown .countdown-row .countdown-section:before{left:-2px;right:auto;}.homepage17.flash-sale .block-title .block-countdown .countdown-row .countdown-section.secs:before{display:none !important;}.homepage17.flash-sale .block-title .link-product{display:block !important;visibility:visible !important;}.homepage17.flash-sale .block-title .link-product a{color:#fff;font-size:15px;font-weight:500;text-transform:uppercase;}.homepage17.flash-sale .block-title .link-product a:after{content:"";display:inline-block;font-family:FontAwesome;text-align:center;font-size:18px;background:#000;height:24px;width:24px;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;color:#fff;margin-left:10px;line-height:23px;}.rtl .homepage17.flash-sale .block-title .link-product a:after{margin-left:0px;margin-right:10px;content:"";}.homepage17.flash-sale .woo-slider-theme1{padding:20px;}.homepage17.flash-sale .woo-slider-theme1 .resp-slider-container{margin:0 20px;padding:20px 0;}.homepage17.flash-sale .woo-slider-theme1  .slick-dotted.slick-slider .slick-dots{display:block !important;margin:25px 0 15px 0;}.homepage17.flash-sale .woo-slider-theme1  .slick-dotted.slick-slider .slick-dots li{width:auto;}.homepage17.flash-sale .woo-slider-theme1  .slick-dotted.slick-slider .slick-dots li button{width:10px;height:10px;background:#666;border-radius:50%;-moz-border-radius:50%;-webkit-border-radius:50%;}.homepage17.flash-sale .woo-slider-theme1  .slick-dotted.slick-slider .slick-dots li.slick-active button,.homepage17.flash-sale .woo-slider-theme1  .slick-dotted.slick-slider .slick-dots li:hover button{background:#fff;}.homepage17.box-search1 .elementor-container{padding:30px 0;}.homepage17.box-search1 .elementor-container .jet-select select{height:49px;border:1px solid #e5e5e5;}body.boxed.home-style17 > .container,body.boxed-layout.home-style17,body.boxed-layout.home-style17  .elementor-element-e173e3c,body.boxed-layout.home-style17  .elementor-section-full_width{max-width:1290px;}body.boxed-layout .header-top16{left:0 !important;right:0;width:1290px !important;}.homepage18.box-search1 .elementor-container{padding:0;}.homepage18.box-search1 .elementor-container .jet-select select{height:45px;border:0;}.homepage18.box-search1 .elementor-container .jet-smart-filters-apply-button button{background:#ffd800;color:#000;padding:12px 27px 12px 27px;letter-spacing:3px;}.homepage18 .elementor-image-box-title{margin-bottom:3px;}@media (max-width: 480px){.mobile-layout .main-page{padding:0 10px;}}body.mobile-layout .vc_row[data-vc-full-width]{width:auto !important;left:auto !important;right:auto !important;}.mobile-layout .header.sticky-mobile{position:fixed;width:100%;z-index:5;box-shadow:none;top:0;left:0;right:0;}.mobile-layout .header-mobile-style1.sticky-mobile,.mobile-layout .header-mobile-style2.sticky-mobile{padding-bottom:1px;}.mobile-layout .category-contents .blog-content .post .entry .entry-content .content-top .entry-meta-tag,.mobile-layout .category-contents .blog-content .post .entry .entry-content .content-top .entry-meta{font-size:12px;}.mobile-layout .wpb_text_column{margin-bottom:10px;}.mobile-layout .sale-off,.mobile-layout .sw-newlabel{width:40px;height:25px;line-height:25px;}.header-mobile-style1,.header-mobile-style2{background:#fff;}.header-mobile-style1 .vertical_megamenu .resmenu-container .menu-responsive-wrapper,.header-mobile-style2 .vertical_megamenu .resmenu-container .menu-responsive-wrapper{top:35px !important;}.header-mobile-style1.sticky-mobile .vertical_megamenu .resmenu-container .menu-responsive-wrapper,.header-mobile-style2.sticky-mobile .vertical_megamenu .resmenu-container .menu-responsive-wrapper{top:36px !important;}.header-mobile-style1 .header-cart,.header-mobile-style2 .header-cart{float:right;z-index:999;opacity:1;height:auto;visibility:visible;margin-right:5px;}.rtl .header-mobile-style1 .header-cart,.rtl .header-mobile-style2 .header-cart{float:left;margin-left:5px;margin-right:0;}.header-mobile-style1 .header-cart a,.header-mobile-style2 .header-cart a{background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAATCAYAAABPwleqAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDozRkRGNTg1REE5QjNFNjExOEQzMTk1NDQ0ODNFNTc3NSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDozNDA1N0QzRjcwMUMxMUU3QTkwNkNGMTMyMEY0REJEQyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDozNDA1N0QzRTcwMUMxMUU3QTkwNkNGMTMyMEY0REJEQyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkM0MUIwOTQ0QjI2N0U3MTE4QTI2REEwMzQ3Mzg2Rjg4IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjNGREY1ODVEQTlCM0U2MTE4RDMxOTU0NDQ4M0U1Nzc1Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+6yS9mwAAAY5JREFUeNqUkk8rRGEUh+9cYyEZM3caCyljIVaoO8nSF7AzWVnb2SiJhZ1kI1kpiQ0fwAeYLdOdkhWpQUqmZjAzjBhcz9G5ujOl7px6OjPnnt/5875vyHVdw2+pVKodNwMLMAC3sAlHjuO8+3PNJmEYNwcHcA+rkIc9mNfCfxY2Gq0fFuGQLrMa20K0o5Mcw0WDmI+duC4YU58hFsV3gIya0VVs4k/4F4q/hmzbjvFnDUYgCb06qowtRd8gAYPwoN/OYVnEo/w4gUs4hQL0QTd8QRtU4A56YAKGxMvYEXiGFcjCFOxrZ89kmknYhnHYFZ2IZbdvrTws48ANO+V9t5DU+JXmSX5UrsrS0SSQg2lwmm7B0XhO8yTf8jpLkRrdavgzo1npOBUvzhQ1zf/tLKf9AWUjmJU1PybiuJ5mNaC4qvlx03fa9YDiuuZHTH1RJfZygyg1ryQ6b+ei0ZoVvZ0trdSKSb5l6rsttCiWN54I6zNMc3+P+JDyn7lKWnQiXoJ12IDPAF1Fcy26HwEGAO5rd3YTAmdoAAAAAElFTkSuQmCC") no-repeat center center;display:inline-block;width:28px;height:23px;position:relative;}.header-mobile-style1 .header-cart a.nitro-lazy,.header-mobile-style2 .header-cart a.nitro-lazy{background-image:none !important;}.header-mobile-style1 .header-cart a .minicart-number,.header-mobile-style2 .header-cart a .minicart-number{position:absolute;top:-4px;right:-3px;display:inline-block;width:17px;height:17px;background-color:var(--color);color:#fff;text-align:center;border-radius:50%;line-height:17px;font-size:11px;}.rtl .header-mobile-style1 .header-cart a .minicart-number,.rtl .header-mobile-style2 .header-cart a .minicart-number{right:auto;left:-3px;}.header-mobile-style1 .header-cart a .menu-text,.header-mobile-style2 .header-cart a .menu-text{display:none;}.header-mobile-style1 .header-top-mobile,.header-mobile-style2 .header-top-mobile{padding:15px 0 5px;position:relative;border-bottom:1px #f5f5f5 solid;}.header-mobile-style1 .header-menu-categories,.header-mobile-style2 .header-menu-categories{position:relative;z-index:99;}.header-mobile-style1 .header-menu-categories .vertical_megamenu .resmenu-container .navbar-toggle,.header-mobile-style2 .header-menu-categories .vertical_megamenu .resmenu-container .navbar-toggle{display:block;padding:0;margin:0 0 0 10px;cursor:pointer;width:26px;height:26px;background-color:#ccc;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-o-transition:all .3s ease;-ms-transition:all .3s ease;transition:all .3s ease;border-radius:3px;}.rtl .header-mobile-style1 .header-menu-categories .vertical_megamenu .resmenu-container .navbar-toggle,.rtl .header-mobile-style2 .header-menu-categories .vertical_megamenu .resmenu-container .navbar-toggle{margin:0 10px 0 0;}.header-mobile-style1 .header-menu-categories .vertical_megamenu .resmenu-container .navbar-toggle:hover .icon-bar,.header-mobile-style2 .header-menu-categories .vertical_megamenu .resmenu-container .navbar-toggle:hover .icon-bar{width:16px !important;background-color:#fff;}.header-mobile-style1 .header-menu-categories .vertical_megamenu .resmenu-container .navbar-toggle .icon-bar,.header-mobile-style2 .header-menu-categories .vertical_megamenu .resmenu-container .navbar-toggle .icon-bar{height:2px;width:16px;margin:3px 0px 3px 4px;background:#111;display:block;right:0;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-o-transition:all .3s ease;-ms-transition:all .3s ease;transition:all .3s ease;}.rtl .header-mobile-style1 .header-menu-categories .vertical_megamenu .resmenu-container .navbar-toggle .icon-bar,.rtl .header-mobile-style2 .header-menu-categories .vertical_megamenu .resmenu-container .navbar-toggle .icon-bar{margin:3px 4px 3px 0;}.header-mobile-style1 .header-menu-categories .vertical_megamenu .resmenu-container .navbar-toggle .icon-bar:nth-child(1),.header-mobile-style2 .header-menu-categories .vertical_megamenu .resmenu-container .navbar-toggle .icon-bar:nth-child(1){width:12px;}.header-mobile-style1 .header-menu-categories .vertical_megamenu .resmenu-container .navbar-toggle .icon-bar:nth-child(3),.header-mobile-style2 .header-menu-categories .vertical_megamenu .resmenu-container .navbar-toggle .icon-bar:nth-child(3){width:12px;}.header-mobile-style1 .header-menu-categories .vertical_megamenu .vertical-megamenu,.header-mobile-style2 .header-menu-categories .vertical_megamenu .vertical-megamenu{opacity:0;visibility:hidden;height:0;width:0;}.header-mobile-style1 .autusin-logo,.header-mobile-style2 .autusin-logo{padding:0 10px;}.header-mobile-style1 .autusin-logo a,.header-mobile-style2 .autusin-logo a{display:inline-block;vertical-align:top;}.header-mobile-style1 .autusin-logo a img,.header-mobile-style2 .autusin-logo a img{max-width:110px;max-height:30px;}.header-mobile-style1 .mobile-search,.header-mobile-style2 .mobile-search{position:relative;z-index:9;}.header-mobile-style1 .mobile-search .icon-seach,.header-mobile-style2 .mobile-search .icon-seach{margin:0 5px;display:inline-block;width:24px;height:24px;border-radius:50%;background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAANZJREFUeNqM0bELQVEUx/GLt1iVyWQiEwv1Jn+ASUxKyiBlNpn8EzKIRSllVhavZLO+UspqUkoppXyvDp3klVOf4d3u795z3g25rmukmmggjjuW6ONqVIURwQJ5lJFGDkdskdQBBx2c0VLrDwwkNEZR32Db6JrfZdu66VtsICo3BJWPlA4YmSOoEvpAG9igErA5hgx2euge1jjB+zp5hpH8hE/AbixhigsO6uQJ2ljJLK+AkU0FGS4r3+82PHkn+0a+89XzXuiywRrmqIbNf2VDdQyfAgwAuGEsCLxX6hQAAAAASUVORK5CYII=") no-repeat center center #ededed;cursor:pointer;}.header-mobile-style1 .mobile-search .icon-seach.nitro-lazy,.header-mobile-style2 .mobile-search .icon-seach.nitro-lazy{background-image:none !important;}.header-mobile-style1 .mobile-search .top-form.top-search,.header-mobile-style2 .mobile-search .top-form.top-search{float:none;display:none;width:100%;width:220px;z-index:5;top:34px;}.header-mobile-style1 .mobile-search .top-form.top-search .topsearch-entry .cat-wrapper,.header-mobile-style2 .mobile-search .top-form.top-search .topsearch-entry .cat-wrapper{display:none;}.header-mobile-style1 .mobile-search .top-form.top-search .topsearch-entry input,.header-mobile-style2 .mobile-search .top-form.top-search .topsearch-entry input{width:100%;height:27px;background-color:#f2f2f2;font-size:11px;color:#9c9c9c;border-radius:3px;border:0;margin:0;padding:0 10px;}.header-mobile-style1 .mobile-search .top-form.top-search .topsearch-entry button.button-search-pro,.header-mobile-style2 .mobile-search .top-form.top-search .topsearch-entry button.button-search-pro{position:absolute;height:26px;width:26px;right:0;top:0;border:0;font-size:0;background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAANZJREFUeNqM0bELQVEUx/GLt1iVyWQiEwv1Jn+ASUxKyiBlNpn8EzKIRSllVhavZLO+UspqUkoppXyvDp3klVOf4d3u795z3g25rmukmmggjjuW6ONqVIURwQJ5lJFGDkdskdQBBx2c0VLrDwwkNEZR32Db6JrfZdu66VtsICo3BJWPlA4YmSOoEvpAG9igErA5hgx2euge1jjB+zp5hpH8hE/AbixhigsO6uQJ2ljJLK+AkU0FGS4r3+82PHkn+0a+89XzXuiywRrmqIbNf2VDdQyfAgwAuGEsCLxX6hQAAAAASUVORK5CYII=") no-repeat center center transparent;margin:0;}.header-mobile-style1 .mobile-search .top-form.top-search .topsearch-entry button.button-search-pro.nitro-lazy,.header-mobile-style2 .mobile-search .top-form.top-search .topsearch-entry button.button-search-pro.nitro-lazy{background-image:none !important;}.rtl .header-mobile-style1 .mobile-search .top-form.top-search .topsearch-entry button.button-search-pro,.rtl .header-mobile-style2 .mobile-search .top-form.top-search .topsearch-entry button.button-search-pro{left:0;right:auto;}.header-mobile-style1 .mobile-wishlist a,.header-mobile-style2 .mobile-wishlist a{background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAPCAYAAAACsSQRAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDozRkRGNTg1REE5QjNFNjExOEQzMTk1NDQ0ODNFNTc3NSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpBMDBDRTkwRTcwMUIxMUU3OTI4Nzk5Q0Q4OEIzRkM1RiIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpBMDBDRTkwRDcwMUIxMUU3OTI4Nzk5Q0Q4OEIzRkM1RiIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkM0MUIwOTQ0QjI2N0U3MTE4QTI2REEwMzQ3Mzg2Rjg4IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjNGREY1ODVEQTlCM0U2MTE4RDMxOTU0NDQ4M0U1Nzc1Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+egvutQAAASVJREFUeNqckzFLw0AYhj8TEZxKAqJQEAyu/gN/hLiWboIIglsgENC5Q8FN10JdRMGfUCgUBEEUQVehKG7SrZPPp9/RGC619oXn7sjd93DcXRaSJBGyBi2IbfwKfWjLT0I4gm1YhyF8QgrvizQb0IV9eJRJDqEDe3AOt7BbmN+Ca2iEURSdMcjgQX5Hi5bhxnbULc1/wB2c6E5qcC/+XEDPtu+L1tUCmiWZnuEf82FQOLh58l2nZ7JKvwLPc0h2YKQ7OYUm1P8pqFtdWyVju52OvZNZEtttad3YnckLHNu9xzMIdF1udRIUJvtmniZygszWS1miGdiCS48otu+ZrZMqiRPlJZET5GVBlcSJUivctD71Cdw7qTrAN3iCKziw/8SbLwEGAMZfOqvHYnyWAAAAAElFTkSuQmCC") no-repeat center center;display:inline-block;width:25px;height:24px;position:relative;z-index:9;}.header-mobile-style1 .mobile-wishlist a.nitro-lazy,.header-mobile-style2 .mobile-wishlist a.nitro-lazy{background-image:none !important;}.header-mobile-style1 .header-menu-page,.header-mobile-style2 .header-menu-page{margin-bottom:10px;}.header-mobile-style1 .header-menu-page .menu-mobile1,.header-mobile-style2 .header-menu-page .menu-mobile1{overflow-y:hidden;white-space:nowrap;margin:0;}.header-mobile-style1 .header-menu-page .menu-mobile1 >li,.header-mobile-style2 .header-menu-page .menu-mobile1 >li{float:none;display:inline-block;vertical-align:top;white-space:normal;}.header-mobile-style1 .header-menu-page .menu-mobile1 >li >a,.header-mobile-style2 .header-menu-page .menu-mobile1 >li >a{padding:0 10px;font-size:12px;color:#111;}.header-mobile-style1 .header-menu-page .menu-mobile1 >li >a:hover,.header-mobile-style1 .header-menu-page .menu-mobile1 >li >a:focus,.header-mobile-style2 .header-menu-page .menu-mobile1 >li >a:hover,.header-mobile-style2 .header-menu-page .menu-mobile1 >li >a:focus{color:var(--color);background-color:#fff;}.header-mobile-style1 .header-menu-page .menu-mobile1 >li:hover>a,.header-mobile-style1 .header-menu-page .menu-mobile1 >li:focus>a,.header-mobile-style2 .header-menu-page .menu-mobile1 >li:hover>a,.header-mobile-style2 .header-menu-page .menu-mobile1 >li:focus>a{color:var(--color);background-color:#fff;}.header-mobile-style2 .autusin_top .top-form.top-search{right:-150px;}.rtl .header-mobile-style2 .autusin_top .top-form.top-search{right:auto;left:-150px;}.header-mobile-style2 .header-menu-categories .vertical_megamenu .resmenu-container .navbar-toggle{background:transparent;}.header-mobile-style2 .header-menu-categories .vertical_megamenu .resmenu-container .navbar-toggle:hover .icon-bar{background-color:var(--color);}.header-mobile-style2 .mobile-search .icon-seach{background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAANZJREFUeNqM0bELQVEUx/GLt1iVyWQiEwv1Jn+ASUxKyiBlNpn8EzKIRSllVhavZLO+UspqUkoppXyvDp3klVOf4d3u795z3g25rmukmmggjjuW6ONqVIURwQJ5lJFGDkdskdQBBx2c0VLrDwwkNEZR32Db6JrfZdu66VtsICo3BJWPlA4YmSOoEvpAG9igErA5hgx2euge1jjB+zp5hpH8hE/AbixhigsO6uQJ2ljJLK+AkU0FGS4r3+82PHkn+0a+89XzXuiywRrmqIbNf2VDdQyfAgwAuGEsCLxX6hQAAAAASUVORK5CYII=") no-repeat center center #fff;}.header-mobile-style2 .mobile-search .icon-seach.nitro-lazy{background-image:none !important;}.header-mobile-style2 .autusin-logo{position:absolute;left:0;right:0;text-align:center;}.mobile-layout .header-mobile-style3.sticky-mobile{box-shadow:0 0 4px #353535;}.header-mobile-style3{box-shadow:0 5px 5px rgba(205,205,205,.6);margin-bottom:10px;background:#0d0c0c;}.header-mobile-style3 .header-top-mobile{padding:10px 0 10px;}.header-mobile-style3 .header-menu-categories .vertical_megamenu .resmenu-container .navbar-toggle{display:block;padding:0;margin:0 0 0 10px;cursor:pointer;width:26px;height:26px;background-color:#fff;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-o-transition:all .3s ease;-ms-transition:all .3s ease;transition:all .3s ease;border-radius:3px;}.rtl .header-mobile-style3 .header-menu-categories .vertical_megamenu .resmenu-container .navbar-toggle{margin:0 10px 0 0;}.header-mobile-style3 .header-menu-categories .vertical_megamenu .resmenu-container .navbar-toggle:hover .icon-bar{width:16px !important;background-color:var(--color);}.header-mobile-style3 .header-menu-categories .vertical_megamenu .resmenu-container .navbar-toggle .icon-bar{height:2px;width:16px;margin:3px 0px 3px 4px;background:var(--color);display:block;right:0;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-o-transition:all .3s ease;-ms-transition:all .3s ease;transition:all .3s ease;}.rtl .header-mobile-style3 .header-menu-categories .vertical_megamenu .resmenu-container .navbar-toggle .icon-bar{margin:3px 4px 3px 0;}.header-mobile-style3 .header-menu-categories .vertical_megamenu .resmenu-container .navbar-toggle .icon-bar:nth-child(1){width:12px;}.header-mobile-style3 .header-menu-categories .vertical_megamenu .resmenu-container .navbar-toggle .icon-bar:nth-child(3){width:12px;}.header-mobile-style3 .header-menu-categories .vertical_megamenu .vertical-megamenu{opacity:0;visibility:hidden;height:0;width:0;}.header-mobile-style3 .autusin-logo{max-width:95px;margin:5px 8px 0 8px;}.header-mobile-style3 .mobile-search .top-form.top-search{width:130px;z-index:5;display:block;position:relative;top:0;border-radius:4px;}.header-mobile-style3 .mobile-search .top-form.top-search .topsearch-entry .cat-wrapper{display:none;}.header-mobile-style3 .mobile-search .top-form.top-search .topsearch-entry input{width:100%;height:27px;background-color:#fff;font-size:11px;color:#9c9c9c;border-radius:3px;border:0;margin:0;padding:0 10px;}.header-mobile-style3 .mobile-search .top-form.top-search .topsearch-entry button.button-search-pro{position:absolute;height:26px;width:26px;right:0;top:0;border:0;font-size:0;background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAANZJREFUeNqM0bELQVEUx/GLt1iVyWQiEwv1Jn+ASUxKyiBlNpn8EzKIRSllVhavZLO+UspqUkoppXyvDp3klVOf4d3u795z3g25rmukmmggjjuW6ONqVIURwQJ5lJFGDkdskdQBBx2c0VLrDwwkNEZR32Db6JrfZdu66VtsICo3BJWPlA4YmSOoEvpAG9igErA5hgx2euge1jjB+zp5hpH8hE/AbixhigsO6uQJ2ljJLK+AkU0FGS4r3+82PHkn+0a+89XzXuiywRrmqIbNf2VDdQyfAgwAuGEsCLxX6hQAAAAASUVORK5CYII=") no-repeat center center transparent;margin:0;}.header-mobile-style3 .mobile-search .top-form.top-search .topsearch-entry button.button-search-pro.nitro-lazy{background-image:none !important;}.rtl .header-mobile-style3 .mobile-search .top-form.top-search .topsearch-entry button.button-search-pro{left:0;right:auto;}.header-mobile-style3 .header-mobile-style3 .mobile-search .top-form.top-search,.header-mobile-style3 .header-mobile-style3.sticky-mobile .mobile-search .top-form.top-search{min-width:initial;}.header-mobile-style3 .header-mobile-style3 .mobile-search .top-form.top-search.on,.header-mobile-style3 .header-mobile-style3.sticky-mobile .mobile-search .top-form.top-search.on{width:100%;}.header-mobile-style3 .header-cart{opacity:1;height:auto;visibility:visible;margin:0px 5px 0 20px;}.rtl .header-mobile-style3 .header-cart{margin:0px 20px 0 5px;}.header-mobile-style3 .header-cart a{background:urlurl("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAXCAYAAAAGAx/kAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3xpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDozMjQ4Y2RjMy1mMWU2LTE2NGYtYTExMC03MDYyY2I1N2FmZDkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NjQ3NTc4NzA1N0JFMTFFN0JDODY5QjY5NzlEMjhDOUQiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NjQ3NTc4NkY1N0JFMTFFN0JDODY5QjY5NzlEMjhDOUQiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo1RkUxN0U2Njk4NDJFNzExQkU5MUZCQUZFMEJEMzk5RSIgc3RSZWY6ZG9jdW1lbnRJRD0iYWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOjBmODQ1NGNhLWRkZjMtMTFlNi05MGFhLWNhNTk3NjNhMmJiNSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pub7ESUAAAGISURBVHjanJSxS8NAFMZjEw7qHohLIVAQXDsVHBwDguCqIIiD6FjHrq7+CU7SoRR06Z/g6CAKpaCLYlEoZAoVhBK/B9+VcNylTR/84HLvvS/v5V3Oy/Pcc9AEA/BF7rlnja95dmuDJzABJ+STe21rhkVdgTfQsfg69CnTZxNKwAfwLT6fvsT0BSxsF+wU1r/gzNG2+I5Ag88j8KiFrsEcvIMY1EHLIVRnjAg2gQ/2dGljcMD1BRiWTHPIGFnvM3cxtRD8cP3H6lw2Z4zYlLmenpJYXJhaVFJRVJhazFy1IQ7ofYNN9l3F5HvNwJa0JkLZGiJ6gpIb1Yzvs8xkSsrYk9xQV5SuIHIIXsC2sZ8WK5oYTsW3a0tAD5yCVyNWcsOAQqmlBflBj/kNBuAc9C2VplooslQ04tt7PDeX4M7RsuQ2dEXPloA+D55yVFKsqBUsmdrDCkNYTC3kUV/XpnpqUYVzVFpRRrF1TTrK5F/r8hK74r1cxeRyuwG3+vrs8l6pamPm+v8CDAAjPqgRgyMUfAAAAABJRU5ErkJggg==") no-repeat center center;display:inline-block;width:18px;height:23px;position:relative;}.header-mobile-style3 .header-cart a .minicart-number{position:absolute;bottom:-5px;left:-10px;display:inline-block;width:17px;height:17px;background-color:var(--color);color:#fff;text-align:center;border-radius:50%;line-height:17px;font-size:11px;}.rtl .header-mobile-style3 .header-cart a .minicart-number{right:-10px;left:auto;}.header-mobile-style3 .header-cart a .menu-text{display:none;}.header-mobile-style3 .vertical_megamenu .resmenu-container .menu-responsive-wrapper{top:50px !important;}.header-mobile-style3.sticky-mobile .vertical_megamenu .resmenu-container .menu-responsive-wrapper{top:50px !important;}.sw-tab-cat-mobile{margin-bottom:10px;}.sw-tab-cat-mobile .resp-tab .top-tab-slider{border:none;margin-bottom:0;}.sw-tab-cat-mobile .resp-tab .top-tab-slider .tab_list{position:relative;display:block;margin:10px 10px 7px 0;}.rtl .sw-tab-cat-mobile .resp-tab .top-tab-slider .tab_list{margin:10px 0 7px 10px;}.sw-tab-cat-mobile .resp-tab .top-tab-slider .tab_list .nav.nav-tabs{display:inline-block;height:auto;overflow-x:scroll;overflow-y:hidden;white-space:nowrap;margin:0;border:0;box-shadow:none;float:none;position:inherit;}.sw-tab-cat-mobile .resp-tab .top-tab-slider .tab_list .nav.nav-tabs li{display:inline-block;vertical-align:top;white-space:normal;float:none;margin:0 7px;}.rtl .sw-tab-cat-mobile .resp-tab .top-tab-slider .tab_list .nav.nav-tabs li{float:right;}.sw-tab-cat-mobile .resp-tab .top-tab-slider .tab_list .nav.nav-tabs li >a{display:inline-block;height:28px;line-height:28px;padding:0 13px;border-radius:14px;text-transform:capitalize;font-size:12px;background-color:#f5f5f5;font-weight:400;border:0;}.sw-tab-cat-mobile .resp-tab .top-tab-slider .tab_list .nav.nav-tabs li >a:before{width:0;height:0;}.sw-tab-cat-mobile .resp-tab .top-tab-slider .tab_list .nav.nav-tabs li.active>a,.sw-tab-cat-mobile .resp-tab .top-tab-slider .tab_list .nav.nav-tabs li:hover>a{background-color:var(--color);color:#fff;}.featured-categories-mobile .resp-slider-container .items-wrapper .item{width:90px !important;padding:0 5px !important;}.featured-categories-mobile .resp-slider-container .items-wrapper .item .item-image{border-radius:50%;overflow:hidden;border:1px #0065b3 solid;}.featured-categories-mobile .resp-slider-container .items-wrapper .item .item-content{text-align:center;}.featured-categories-mobile .resp-slider-container .items-wrapper .item .item-content h3 a{font-size:12px;text-transform:capitalize;color:#111;font-weight:600;}.featured-categories-mobile2 .resp-slider-container .items-wrapper .item{width:90px !important;padding:0 5px !important;}.featured-categories-mobile2 .resp-slider-container .items-wrapper .item .item-image{overflow:hidden;}.featured-categories-mobile2 .resp-slider-container .items-wrapper .item .item-content{text-align:center;}.featured-categories-mobile2 .resp-slider-container .items-wrapper .item .item-content h3 a{font-size:12px;text-transform:capitalize;color:#111;font-weight:600;}.featured-categories-mobile3.style-moblie .resp-slider-container>div.items-wrapper>.item{width:240px;}.featured-categories-mobile3.style-moblie .resp-slider-container>div.items-wrapper>.item .item-inner{border:1px #0065b3 solid;box-shadow:0 0 4px 2px transparent;padding:30px 10px;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;}.featured-categories-mobile3.style-moblie .resp-slider-container>div.items-wrapper>.item .item-inner .item-image{width:80px;float:left;overflow:hidden;padding-top:30px;}.rtl .featured-categories-mobile3.style-moblie .resp-slider-container>div.items-wrapper>.item .item-inner .item-image{float:right;}.featured-categories-mobile3.style-moblie .resp-slider-container>div.items-wrapper>.item .item-inner .item-image a img{margin-bottom:15px;-webkit-transform:scale(1);-moz-transform:scale(1);-o-transform:scale(1);-ms-transform:scale(1);transform:scale(1);-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;}.featured-categories-mobile3.style-moblie .resp-slider-container>div.items-wrapper>.item .item-inner .item-content{overflow:hidden;padding:0 10px;}.featured-categories-mobile3.style-moblie .resp-slider-container>div.items-wrapper>.item .item-inner .item-content h3{font-size:12px;text-transform:uppercase;font-weight:600;}.featured-categories-mobile3.style-moblie .resp-slider-container>div.items-wrapper>.item .item-inner .item-content .childcat-product-cat ul{margin:0;list-style:none;}.featured-categories-mobile3.style-moblie .resp-slider-container>div.items-wrapper>.item .item-inner .item-content .childcat-product-cat ul li{position:relative;padding-left:10px;}.rtl .featured-categories-mobile3.style-moblie .resp-slider-container>div.items-wrapper>.item .item-inner .item-content .childcat-product-cat ul li{padding-left:0;padding-right:10px;}.featured-categories-mobile3.style-moblie .resp-slider-container>div.items-wrapper>.item .item-inner .item-content .childcat-product-cat ul li:before{content:"";font-family:"FontAwesome";font-size:4px;position:absolute;top:50%;left:1px;margin-top:-2px;}.rtl .featured-categories-mobile3.style-moblie .resp-slider-container>div.items-wrapper>.item .item-inner .item-content .childcat-product-cat ul li:before{left:auto;right:1px;}.featured-categories-mobile3.style-moblie .resp-slider-container>div.items-wrapper>.item .item-inner .item-content .childcat-product-cat ul li a{font-size:12px;color:#666;text-transform:capitalize;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;display:block;padding:3px 0;}.featured-categories-mobile3.style-moblie .resp-slider-container>div.items-wrapper>.item .item-inner .item-content .childcat-product-cat ul li a:hover{color:var(--color);padding-left:10px;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;}.rtl .featured-categories-mobile3.style-moblie .resp-slider-container>div.items-wrapper>.item .item-inner .item-content .childcat-product-cat ul li a:hover{padding-right:10px;padding-left:3px;}.featured-categories-mobile3.style-moblie .resp-slider-container>div.items-wrapper>.item .item-inner .item-content .childcat-product-cat ul li.view-all{padding-left:0;}.rtl .featured-categories-mobile3.style-moblie .resp-slider-container>div.items-wrapper>.item .item-inner .item-content .childcat-product-cat ul li.view-all{padding-right:0;}.featured-categories-mobile3.style-moblie .resp-slider-container>div.items-wrapper>.item .item-inner .item-content .childcat-product-cat ul li.view-all a{height:30px;line-height:30px;color:var(--color);display:inline-block;vertical-align:top;font-size:12px;}.featured-categories-mobile3.style-moblie .resp-slider-container>div.items-wrapper>.item .item-inner .item-content .childcat-product-cat ul li.view-all:before{display:none;}.featured-categories-mobile3.style-moblie .resp-slider-container>div.items-wrapper>.item .item-inner:hover{border-color:transparent;box-shadow:0 0 4px 2px #ebebeb;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;}.featured-categories-mobile3.style-moblie .resp-slider-container>div.items-wrapper>.item .item-inner:hover .item-image a img{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-o-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1);-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;}.fade-slide{margin-bottom:15px;position:relative;}.fade-slide button{font-size:0;width:30px;height:30px;line-height:27px;z-index:1;background:transparent;border-width:2px;text-align:center;border-radius:50%;opacity:.8;opacity:0;position:absolute;top:50%;margin-top:-15px;visibility:hidden;}.fade-slide button.slick-next{right:10px;}.fade-slide button.slick-next:before{font-family:"FontAwesome";content:"";color:#fff;font-size:18px;}.fade-slide button.slick-next:hover{cursor:pointer;opacity:1;}.fade-slide button.slick-prev{left:10px;}.fade-slide button.slick-prev:before{font-family:"FontAwesome";content:"";color:#fff;font-size:18px;}.fade-slide button.slick-prev:hover{cursor:pointer;opacity:1;}.fade-slide .slick-dots{display:none !important;}.fade-slide:hover button{opacity:1;visibility:visible;}@media (max-width: 767px){.elementor-5075 .elementor-element.elementor-element-38aedde{margin-top:-40px;}.cusom-menu-mobile .sw-contact .elementor-widget-container h5{margin-bottom:38px !important;}.cusom-menu-mobile .elementor-element .elementor-widget-container,.cusom-menu-mobile .elementor-widget-wp-widget-nav_menu .elementor-widget-container{padding:8px 10px 6px;border-radius:3px;}.cusom-menu-mobile .elementor-element .elementor-widget-container h5,.cusom-menu-mobile .elementor-widget-wp-widget-nav_menu .elementor-widget-container h5{font-size:12px;color:#111;text-transform:uppercase;font-weight:700 !important;margin-bottom:0;}.cusom-menu-mobile .elementor-element .elementor-widget-container h5 .icon-footer,.cusom-menu-mobile .elementor-widget-wp-widget-nav_menu .elementor-widget-container h5 .icon-footer{float:right;font-weight:normal;position:relative;}.rtl .cusom-menu-mobile .elementor-element .elementor-widget-container h5 .icon-footer,.rtl .cusom-menu-mobile .elementor-widget-wp-widget-nav_menu .elementor-widget-container h5 .icon-footer{float:left;}.cusom-menu-mobile .elementor-element .elementor-widget-container h5 .icon-footer:before,.cusom-menu-mobile .elementor-widget-wp-widget-nav_menu .elementor-widget-container h5 .icon-footer:before{content:"";font-family:"FontAwesome";font-size:14px;display:inline-block;opacity:1;}.cusom-menu-mobile .elementor-element .elementor-widget-container ul.menu,.cusom-menu-mobile .elementor-widget-wp-widget-nav_menu .elementor-widget-container ul.menu{display:none;padding:10px 0;}.cusom-menu-mobile .elementor-element .elementor-widget-container ul.menu >li >a,.cusom-menu-mobile .elementor-widget-wp-widget-nav_menu .elementor-widget-container ul.menu >li >a{color:#7d7d7d;text-transform:capitalize;font-size:12px;position:relative;padding:7px 0px 7px 0px;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;display:inline-block;vertical-align:top;}.cusom-menu-mobile .elementor-element .elementor-widget-container ul.menu >li >a .menu-img,.cusom-menu-mobile .elementor-widget-wp-widget-nav_menu .elementor-widget-container ul.menu >li >a .menu-img{display:none;}.cusom-menu-mobile .elementor-element .elementor-widget-container ul.menu >li >a:hover,.cusom-menu-mobile .elementor-widget-wp-widget-nav_menu .elementor-widget-container ul.menu >li >a:hover{color:var(--color);padding-left:15px;}.rtl .cusom-menu-mobile .elementor-element .elementor-widget-container ul.menu >li >a:hover,.rtl .cusom-menu-mobile .elementor-widget-wp-widget-nav_menu .elementor-widget-container ul.menu >li >a:hover{padding-right:15px;padding-left:0;}.cusom-menu-mobile.style2.menu-mobile{padding:0;}.cusom-menu-mobile.style2.menu-mobile >div>div{background:#f0f0f0;padding:0 10px;}.cusom-menu-mobile.style2.menu-mobile .vc_column-inner{padding-top:10px;}.cusom-menu-mobile.style2.menu-mobile .elementor-widget-wp-widget-nav_menu.elementor-widget{width:100%;float:none;border-bottom:1px #ddd solid;margin-bottom:0;}.rtl .cusom-menu-mobile.style2.menu-mobile .elementor-widget-wp-widget-nav_menu.elementor-widget{float:none;}.cusom-menu-mobile.style2.menu-mobile .elementor-widget-wp-widget-nav_menu.elementor-widget .elementor-widget-container{background:transparent;padding:10px;position:relative;}.cusom-menu-mobile.style2.menu-mobile .elementor-widget-wp-widget-nav_menu.elementor-widget .elementor-widget-container h5 .icon-footer{position:absolute;left:0;}.rtl .cusom-menu-mobile.style2.menu-mobile .elementor-widget-wp-widget-nav_menu.elementor-widget .elementor-widget-container h5 .icon-footer{right:0;}.cusom-menu-mobile.style2.menu-mobile .elementor-widget-wp-widget-nav_menu.elementor-widget .elementor-widget-container h5 .icon-footer:before{content:"";}.rtl .cusom-menu-mobile.style2.menu-mobile .elementor-widget-wp-widget-nav_menu.elementor-widget .elementor-widget-container h5 .icon-footer:before{content:"";}.cusom-menu-mobile.style2.menu-mobile .wpb_single_image{margin-top:20px;}}.mobile-layout .mobile-layout-style2{margin:0;}.link{margin:0 -10px !important;}.link .wpb_wrapper{font-size:12px;text-align:center;}.form-newsletter-mobile{padding-top:20px;max-width:320px;margin:0 auto;}.form-newsletter-mobile .mc4wp-form-fields{overflow:hidden;}.form-newsletter-mobile input[type="email"]{border:0;color:#999;width:76%;height:40px;padding:0 5px;border-radius:0;float:left;font-size:12px;border-bottom:1px #111 solid;}.rtl .form-newsletter-mobile input[type="email"]{float:right;}.form-newsletter-mobile button[type="submit"]{border:0;padding:0 5px;width:24%;background:transparent;text-align:right;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;height:40px;line-height:40px;color:#111;text-transform:uppercase;border-bottom:1px #111 solid;border-radius:0;float:left;font-size:12px;font-family:"Roboto",Helvetica,Arial,sans-serif;}.rtl .form-newsletter-mobile button[type="submit"]{float:right;text-align:left;}.form-newsletter-mobile button[type="submit"]:before{display:none;}.form-newsletter-mobile button[type="submit"]:hover{color:var(--color);-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;}.form-newsletter-mobile .mc4wp-success{color:#111;}.socials-mobile{text-align:center;}.socials-mobile ul{margin:0;list-style:none;}.socials-mobile ul li{padding:0 5px;display:inline-block;vertical-align:top;}.socials-mobile ul li a{width:40px;height:40px;line-height:40px;text-align:center;border:1px #0065b3 solid;display:inline-block;vertical-align:top;}.banner-top{margin-bottom:10px;}.banner-top .wpb_single_image{margin-bottom:2px !important;}.banner-mobile{margin:0 -20px;}.banner-mobile .wpb_single_image{float:left;width:50%;padding:0 5px;margin-bottom:10px;}.rtl .banner-mobile .wpb_single_image{float:right;}.banner-mobile1>.vc_column_container>.vc_column-inner>.wpb_wrapper{position:relative;}.banner-mobile1>.vc_column_container>.vc_column-inner>.wpb_wrapper .wpb_single_image{float:left;width:50%;}.banner-mobile2>.vc_column_container>.vc_column-inner>.wpb_wrapper{position:relative;margin:0 -5px;}.banner-mobile2>.vc_column_container>.vc_column-inner>.wpb_wrapper .wpb_single_image{float:left;width:50%;padding:0 5px;}.block-home-mobile1{margin:0 !important;}.block-mobile{padding:10px 0 0;overflow:hidden;margin:0 10px;}.block-mobile .wrapp-content{overflow-x:scroll;overflow-y:hidden;white-space:nowrap;}.block-mobile .wrapp-content >.info{display:inline-block;vertical-align:top;white-space:normal;width:131px;padding:0 5px;}.block-mobile .wrapp-content >.info .fa{font-size:28px;color:#7d7d7d;float:left;}.rtl .block-mobile .wrapp-content >.info .fa{float:right;}.block-mobile .wrapp-content >.info .info-content{padding-left:38px;line-height:16px;}.rtl .block-mobile .wrapp-content >.info .info-content{padding-right:38px;padding-left:0;}.block-mobile .wrapp-content >.info .info-content span{font-size:10px;line-height:normal;color:#111;text-transform:uppercase;font-weight:600;}.block-mobile .wrapp-content >.info .info-content p{text-transform:capitalize;line-height:normal !important;font-size:10px;}.contact-us-info{background-color:#303030;padding:15px 0 6px 0;text-align:center;border:2px dashed #fff;border-width:2px 0;}.contact-us-info h4{color:#fff;text-transform:uppercase;font-size:14px;}.contact-us-info ul{display:inline-block;margin:0;overflow:hidden;}.contact-us-info ul >li{display:inline-block;float:left;color:#fff;margin:0 11px;font-size:12px;}.contact-us-info ul >li a{color:#fff;font-size:12px;}.contact-us-info ul >li i{margin-right:5px;}.rtl .contact-us-info ul >li i{margin-left:5px;margin-right:0;}.rtl .contact-us-info ul >li{float:right;}.border-mb .wpb_raw_html{margin-bottom:0 !important;}.sw-category-mobile{margin-bottom:20px;}.sw-category-mobile .resp-slider-container{margin:0 -5px;}.sw-category-mobile .resp-slider-container .items-wrapper .item{width:50%;float:left;padding:0 5px;}.sw-category-mobile .resp-slider-container .items-wrapper .item .item-inner{position:relative;}.sw-category-mobile .resp-slider-container .items-wrapper .item .item-inner .item-image{display:inline-block;}.sw-category-mobile .resp-slider-container .items-wrapper .item .item-inner .item-content{position:absolute;bottom:15px;left:0;padding:4px 10px;background:#fff;box-shadow:2px 0px 3px 0px #ccc;}.rtl .sw-category-mobile .resp-slider-container .items-wrapper .item .item-inner .item-content{left:auto;right:0;}.sw-category-mobile .resp-slider-container .items-wrapper .item .item-inner .item-content h3{line-height:15px;text-align:center;overflow:hidden;margin:0;}.sw-category-mobile .resp-slider-container .items-wrapper .item .item-inner .item-content h3 a{font-size:12px;color:#111;text-transform:uppercase;display:block;}.sw-category-mobile .resp-slider-container .items-wrapper .item .item-inner .item-content h3 a:hover{color:var(--color);}.mobile-layout-style2{margin:0 12px;}.mobile-layout-style2 .wrap-link{display:block;text-align:center;}.mobile-layout-style2 .wrap-link .item-countdown.countdown-style1 .countdown-show4{display:inline-block;border-radius:0;background-color:#fff;color:var(--color);margin-bottom:0;}.mobile-layout-style2 .wrap-link .item-countdown.countdown-style1 .countdown-show4:before{color:var(--color);}.mobile-layout-style2 .wrap-link .item-countdown.countdown-style1 .countdown-show4:after{background-color:var(--color);opacity:.24;}.countdown-style1{display:inline-block;}.countdown-style1 .countdown-show4{background-color:var(--color);height:35px;border-radius:17px;padding:0 10px 0 45px;color:#fff;font-size:14px;font-weight:600;position:relative;display:inline-block;margin-bottom:20px;}.rtl .countdown-style1 .countdown-show4{padding:0 45px 0 10px;}.countdown-style1 .countdown-show4:before{content:"";font-family:"FontAwesome";font-size:16px;color:#fff;position:absolute;left:15px;top:9px;}.rtl .countdown-style1 .countdown-show4:before{right:15px;left:auto;}.countdown-style1 .countdown-show4:after{content:"";display:inline-block;width:1px;height:15px;background-color:rgba(255,255,255,.24);position:absolute;left:38px;top:10px;}.rtl .countdown-style1 .countdown-show4:after{right:38px;left:auto;}.countdown-style1 .countdown-show4 .countdown-section{padding:8px 6px;display:inline-block;position:relative;}.countdown-style1 .countdown-show4 .countdown-section:before{content:":";font-weight:600;position:absolute;right:-2px;top:8px;}.rtl .countdown-style1 .countdown-show4 .countdown-section:before{left:-2px;right:auto;}.countdown-style1 .countdown-show4 .countdown-section .countdown-amount{margin-right:5px;}.countdown-style1 .countdown-show4 .countdown-section.secs:before{content:"";margin:0;}.mobile-layout-style3 .banner-category a img{margin-bottom:10px;}.sw-woo-tab-mobile{margin-bottom:10px;}.sw-woo-tab-mobile .resp-tab .top-tab-slider{border:none;margin-bottom:0;}.sw-woo-tab-mobile .resp-tab .top-tab-slider .tab_list{position:relative;display:block;margin:10px 10px 7px 7px;}.sw-woo-tab-mobile .resp-tab .top-tab-slider .tab_list .nav.nav-tabs{display:inline-block;overflow-x:scroll;overflow-y:hidden;white-space:nowrap;margin:0;border:0;box-shadow:none;float:none;position:inherit;}.sw-woo-tab-mobile .resp-tab .top-tab-slider .tab_list .nav.nav-tabs li{display:inline-block;vertical-align:top;white-space:normal;float:none;margin:0 7px;}.rtl .sw-woo-tab-mobile .resp-tab .top-tab-slider .tab_list .nav.nav-tabs li{float:right;}.sw-woo-tab-mobile .resp-tab .top-tab-slider .tab_list .nav.nav-tabs li >a{display:inline-block;height:28px;line-height:28px;padding:0 13px;border-radius:14px;text-transform:capitalize;font-size:12px;background-color:#f5f5f5;font-weight:400;border:0;}.sw-woo-tab-mobile .resp-tab .top-tab-slider .tab_list .nav.nav-tabs li >a:before{width:0;height:0;}.sw-woo-tab-mobile .resp-tab .top-tab-slider .tab_list .nav.nav-tabs li.active>a,.sw-woo-tab-mobile .resp-tab .top-tab-slider .tab_list .nav.nav-tabs li:hover>a{background-color:var(--color);color:#fff;}.style-moblie{position:relative;}.style-moblie .block-title{margin:0;border-bottom:1px #0065b3 solid;margin-bottom:10px;position:relative;}.style-moblie .block-title:before{content:"";width:70px;height:2px;background:#111;position:absolute;bottom:-1px;left:0;}.rtl .style-moblie .block-title:before{left:auto;right:0;}.style-moblie .block-title h2{font-size:14px;text-transform:uppercase;font-weight:700;color:#111;padding:8px 0;margin:0;float:left;}.rtl .style-moblie .block-title h2{float:right;}.style-moblie .block-title .view-all{padding:8px 0;float:right;color:#111;font-size:11px;text-transform:capitalize;}.style-moblie .block-title .view-all:hover{color:var(--color);}.rtl .style-moblie .block-title .view-all{float:left;}.rtl .style-moblie .block-title .view-all:before{content:"";font-family:"FontAwesome";margin-right:7px;}.rtl .style-moblie .block-title .view-all i{display:none;}.style-moblie .block-title .view-all i{margin-right:7px;}.style-moblie .image-slider img{margin-bottom:10px;}.style-moblie .resp-slider-container >div.items-wrapper{overflow-x:scroll;overflow-y:hidden;white-space:nowrap;padding-bottom:10px;}.style-moblie .resp-slider-container >div.items-wrapper >.item{display:inline-block;vertical-align:top;white-space:normal;width:150px;padding:0 2px;}.style-moblie .resp-slider-container >div.items-wrapper >.item .item-wrapper{border:1px #0065b3 solid;}.style-moblie .resp-slider-container >div.items-wrapper >.item .item-wrapper .item-image{position:relative;}.style-moblie .resp-slider-container >div.items-wrapper >.item .item-wrapper .item-image:hover{opacity:.8;}.style-moblie .resp-slider-container >div.items-wrapper >.item .item-wrapper .item-content{padding:10px;text-align:center;}.style-moblie .resp-slider-container >div.items-wrapper >.item .item-wrapper .item-content h4{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin:0 0 10px;}.style-moblie .resp-slider-container >div.items-wrapper >.item .item-wrapper .item-content h4 a{font-size:13px;font-weight:600;color:#111;text-transform:capitalize;}.style-moblie .resp-slider-container >div.items-wrapper >.item .item-wrapper .item-content h4 a:hover{color:var(--color);}.style-moblie .resp-slider-container >div.items-wrapper >.item .item-wrapper .item-content .item-price{font-size:14px;display:inline-block;vertical-align:top;text-align:center;}.rtl .style-moblie .resp-slider-container >div.items-wrapper >.item .item-wrapper .item-content .item-price{display:inline-block;vertical-align:top;text-align:center;}.style-moblie .resp-slider-container >div.items-wrapper >.item .item-wrapper .item-content .item-price del{font-size:12px;margin-top:4px;text-decoration:line-through;color:#999;display:inline-block;vertical-align:top;font-weight:400;}.rtl .style-moblie .resp-slider-container >div.items-wrapper >.item .item-wrapper .item-content .item-price del{display:inline-block;vertical-align:top;}.style-moblie .resp-slider-container >div.items-wrapper >.item .item-wrapper .item-content .item-price ins{font-size:14px;display:inline-block;vertical-align:top;}.rtl .style-moblie .resp-slider-container >div.items-wrapper >.item .item-wrapper .item-content .item-price ins{display:inline-block;vertical-align:top;}.style-moblie.featured-theme-mobile .box-title{text-align:center;}.style-moblie.featured-theme-mobile .box-title h3{font-size:14px;text-transform:uppercase;font-weight:700;color:#111;position:relative;}.style-moblie.featured-theme-mobile .box-title h3:before{position:absolute;content:"";height:2px;bottom:8px;left:0;right:0;background:#0065b3;}.style-moblie.featured-theme-mobile .box-title span{display:inline-block;vertical-align:top;background:#fff;padding:8px 10px;z-index:2;position:relative;}.style-moblie.featured-theme-mobile .resp-slider-container>div.items-wrapper>.item .item-wrapper{border:none;}.countdown-slider-mobile .box-title{text-align:center;}.countdown-slider-mobile .box-title h3{font-size:14px;text-transform:uppercase;font-weight:700;color:#111;position:relative;}.countdown-slider-mobile .box-title h3:before{position:absolute;content:"";height:2px;bottom:8px;left:0;right:0;background:#0065b3;}.countdown-slider-mobile .box-title span{display:inline-block;vertical-align:top;background:#fff;padding:8px 10px;z-index:2;position:relative;}.countdown-slider-mobile .resp-slider-container .slider .item .item-wrap{margin-bottom:0;}.countdown-slider-mobile .resp-slider-container .slider .item .item-wrap .item-detail{border:none;}.countdown-slider-mobile .resp-slider-container .slider .item .item-wrap .item-detail .item-countdown{margin:0 0 20px 0;}.countdown-slider-mobile .resp-slider-container .slider .item .item-wrap .item-detail .item-countdown .countdown-row .countdown-section{display:inline-block;background:#333;padding:3px 5px;margin:0 3px;}.countdown-slider-mobile .resp-slider-container .slider .item .item-wrap .item-detail .item-countdown .countdown-row .countdown-section span{display:block;}.countdown-slider-mobile .resp-slider-container .slider .item .item-wrap .item-detail .item-countdown .countdown-row .countdown-section .countdown-amount{font-size:16px;color:#fff;font-weight:normal;}.countdown-slider-mobile .resp-slider-container .slider .item .item-wrap .item-detail .item-countdown .countdown-row .countdown-section .countdown-period{font-size:12px;color:#fff;text-transform:capitalize;}.responsive-post-mobile{background:#f0f0f0;padding:15px 10px;}.responsive-post-mobile .box-title{text-align:center;}.responsive-post-mobile .box-title h3{font-size:14px;text-transform:uppercase;font-weight:700;color:#111;position:relative;}.responsive-post-mobile .box-title h3:before{position:absolute;content:"";height:2px;bottom:8px;left:0;right:0;background:#ddd;z-index:2;}.responsive-post-mobile .box-title span{display:inline-block;vertical-align:top;background:#f0f0f0;padding:8px 10px;z-index:3;position:relative;}.responsive-post-mobile .resp-slider-container .slider-responsive .item{margin-bottom:10px;}.responsive-post-mobile .resp-slider-container .slider-responsive .item .item-detail .img_over{width:100px;float:left;}.rtl .responsive-post-mobile .resp-slider-container .slider-responsive .item .item-detail .img_over{float:right;}.responsive-post-mobile .resp-slider-container .slider-responsive .item .item-detail .entry-content{padding:0 10px;text-align:left;overflow:hidden;}.rtl .responsive-post-mobile .resp-slider-container .slider-responsive .item .item-detail .entry-content{text-align:right;}.responsive-post-mobile .resp-slider-container .slider-responsive .item .item-detail .entry-content h4{font-size:14px;font-weight:600;}.responsive-post-mobile .resp-slider-container .slider-responsive .item .item-detail .entry-content h4 a{text-transform:uppercase;}.responsive-post-mobile .resp-slider-container .slider-responsive .item .item-detail .entry-content .description{font-size:12px;margin-bottom:10px;}.responsive-post-mobile .resp-slider-container .slider-responsive .item .item-detail .entry-content .readmore{font-size:12px;font-style:italic;font-weight:600;color:#111;}.rtl .responsive-post-mobile .resp-slider-container .slider-responsive .item .item-detail .entry-content .readmore i.fa:before{content:"";}.bn-vdieo{margin-bottom:25px !important;}.sw-tab-mobile .top-tab-slider .woocommmerce-shop{border:none;}.sw-tab-mobile .top-tab-slider .woocommmerce-shop a{position:absolute;right:0;top:8px;color:var(--color);font-size:11px;text-transform:capitalize;}.rtl .sw-tab-mobile .top-tab-slider .woocommmerce-shop a{left:0;right:auto;}.sw-tab-mobile .top-tab-slider .nav.nav-tabs{display:block;margin:0;border-bottom:1px solid #f0f0ed;margin-bottom:10px;}.sw-tab-mobile .top-tab-slider .nav.nav-tabs >li{margin:0 20px 0 0;}.rtl .sw-tab-mobile .top-tab-slider .nav.nav-tabs >li{float:right;margin:0 0 0 20px;}.sw-tab-mobile .top-tab-slider .nav.nav-tabs >li >a{font-size:13px;padding:5px 0 10px;color:#111;text-transform:uppercase;font-weight:600;line-height:normal;background-color:#fff !important;border:0;border-radius:0;height:auto;position:relative;}.sw-tab-mobile .top-tab-slider .nav.nav-tabs >li >a:before{content:"";width:100%;height:2px;background-color:var(--color);position:absolute;bottom:0;left:0;opacity:0;}.sw-tab-mobile .top-tab-slider .nav.nav-tabs >li.active >a,.sw-tab-mobile .top-tab-slider .nav.nav-tabs >li:hover>a >a{color:var(--color);}.sw-tab-mobile .top-tab-slider .nav.nav-tabs >li.active >a:before,.sw-tab-mobile .top-tab-slider .nav.nav-tabs >li:hover>a >a:before{opacity:1;}.sw-tab-mobile .tab-content .tab-pane .items-wrapper{padding-bottom:20px;}.sw-tab-mobile .tab-content .tab-pane .items-wrapper .item .item-wrap{border:1px solid #0065b3;}.sw-tab-mobile .tab-content .tab-pane .items-wrapper .item .item-wrap .item-image span.onsale,.sw-tab-mobile .tab-content .tab-pane .items-wrapper .item .item-wrap .item-image a.sw-quickew{display:none;}.sw-tab-mobile .tab-content .tab-pane .items-wrapper .item .item-wrap .item-content{padding:0 10px;text-align:center;}.rtl .sw-tab-mobile .tab-content .tab-pane .items-wrapper .item .item-wrap .item-content{text-align:center;}.sw-tab-mobile .tab-content .tab-pane .items-wrapper .item .item-wrap .item-content h4 a,.sw-tab-mobile .tab-content .tab-pane .items-wrapper .item .item-wrap .item-content .item-price{opacity:1;}.sw-ajax-categories .resp-listing-container{margin:0 -5px;}.sw-ajax-categories .resp-listing-container .item-product-cat{float:left;width:33.333%;padding:0 5px;margin-bottom:10px;}.sw-ajax-categories .resp-listing-container .item-product-cat .item-content{display:block;padding:9px 0;background-color:#f2f2f2;text-align:center;}.sw-ajax-categories .resp-listing-container .item-product-cat .item-content h3{font-size:13px;color:#111;text-transform:capitalize;font-weight:500;margin-bottom:0;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;}.sw-ajax-categories .btn-loadmore{clear:both;display:block;width:100%;height:40px;line-height:40px;text-align:center;font-weight:600;font-size:11px;text-transform:uppercase;color:#111;background-color:#f2f2f2;border-radius:20px;margin-bottom:20px;}.sw-ajax-categories .btn-loadmore:hover{background-color:var(--color);color:#fff;}.sw-ajax-categories .btn-loadmore:before{content:attr(data-title);display:inline-block;}.sw-ajax-categories .btn-loadmore.btn-loading{background:url("data:image/gif;base64,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") no-repeat center center #f2f2f2;background-size:30px 30px;}.sw-ajax-categories .btn-loadmore.btn-loading.nitro-lazy{background-image:none !important;}.sw-ajax-categories .btn-loadmore.btn-loading:before{content:"";}.sw-ajax-categories .btn-loadmore.btn-loaded:before{content:attr(data-title_loaded);}.brand-mobile{border-bottom:2px #111 solid;}.brand-mobile .resp-slider-container>div.items-wrapper{padding:10px 0;}.brand-mobile .resp-slider-container>div.items-wrapper .item{width:110px;vertical-align:middle;}.mobile-layout.rtl .countdown-mobile .box-title h3,.mobile-layout.rtl .best-selling-mobile .box-title h3,.mobile-layout.rtl .related-products .box-title h3{float:right;}.mobile-layout.rtl .countdown-mobile .woocommmerce-shop,.mobile-layout.rtl .best-selling-mobile .woocommmerce-shop,.mobile-layout.rtl .related-products .woocommmerce-shop{float:left;}.mobile-layout.rtl .vertical_megamenu .resmenu-container .menu-responsive-wrapper ul.autusin_resmenu>li>.show-dropdown::after{content:"";}.mobile-layout.rtl .vertical_megamenu .resmenu-container .menu-responsive-wrapper{left:0;right:auto;text-align:right;}.mobile-layout.rtl .products-wrapper .products-nav .catalog-ordering{float:none;}.mobile-layout.rtl .products-wrapper .products-nav .filter-product{float:left;}.mobile-layout.rtl .products-wrapper .products-loop.list .item .item-wrap .item-detail .products-thumb{margin-left:10px;margin-right:0;}.mobile-layout.rtl.woocommerce-cart .shop_table.cart tr.cart_item td{float:right;}.mobile-layout.rtl.woocommerce-cart .shop_table.cart tr.cart_item td.product-remove{left:0;right:auto;}.mobile-layout.rtl .contact-mobile .block-contact-mobile .location-address li{background-position:right center;padding-right:30px;padding-left:0;}.mobile-layout.rtl .contact-form-mobile .wpcf7 .wpcf7-form-control-wrap input,.mobile-layout.rtl .contact-form-mobile .wpcf7 .wpcf7-form-control-wrap textarea{text-align:right;}.mobile-layout.rtl .contact-form-mobile .wpcf7 .wpcf7-form-control-wrap.your-name input{background-position:right center;}.mobile-layout.rtl .contact-form-mobile .wpcf7 .wpcf7-form-control-wrap.your-email input{background-position:right center;}.mobile-layout.rtl .contact-form-mobile .wpcf7 .wpcf7-form-control-wrap.your-phone input{background-position:right center;}.mobile-layout.rtl .vertical_megamenu .resmenu-container .menu-responsive-wrapper ul.autusin_resmenu>li{text-align:right;}.mobile-layout .countdown-mobile,.mobile-layout .best-selling-mobile,.mobile-layout .related-products{margin-bottom:20px;}.mobile-layout .countdown-mobile .box-title h3,.mobile-layout .best-selling-mobile .box-title h3,.mobile-layout .related-products .box-title h3{color:#111;font-size:12px;text-align:left;text-transform:uppercase;float:left;}.mobile-layout .countdown-mobile .woocommmerce-shop,.mobile-layout .best-selling-mobile .woocommmerce-shop,.mobile-layout .related-products .woocommmerce-shop{float:right;}.mobile-layout .countdown-mobile .woocommmerce-shop a,.mobile-layout .best-selling-mobile .woocommmerce-shop a,.mobile-layout .related-products .woocommmerce-shop a{color:var(--color);font-size:11px;font-weight:600;text-transform:capitalize;line-height:28px;}.mobile-layout .countdown-mobile .woocommmerce-shop a:hover,.mobile-layout .best-selling-mobile .woocommmerce-shop a:hover,.mobile-layout .related-products .woocommmerce-shop a:hover{opacity:.8;}.mobile-layout .countdown-mobile .resp-slider-container div.items-wrapper,.mobile-layout .best-selling-mobile .resp-slider-container div.items-wrapper,.mobile-layout .related-products .resp-slider-container div.items-wrapper{padding-bottom:0;}.mobile-layout .countdown-mobile .item .item-wrap,.mobile-layout .best-selling-mobile .item .item-wrap,.mobile-layout .related-products .item .item-wrap{border:1px solid #007cdc;}.mobile-layout .countdown-mobile .item .item-wrap .item-detail:hover .item-image,.mobile-layout .best-selling-mobile .item .item-wrap .item-detail:hover .item-image,.mobile-layout .related-products .item .item-wrap .item-detail:hover .item-image{opacity:.8;}.mobile-layout .countdown-mobile .item .item-wrap .item-detail .item-image span.onsale,.mobile-layout .countdown-mobile .item .item-wrap .item-detail .item-image a.sw-quickview,.mobile-layout .best-selling-mobile .item .item-wrap .item-detail .item-image span.onsale,.mobile-layout .best-selling-mobile .item .item-wrap .item-detail .item-image a.sw-quickview,.mobile-layout .related-products .item .item-wrap .item-detail .item-image span.onsale,.mobile-layout .related-products .item .item-wrap .item-detail .item-image a.sw-quickview{display:none;}.mobile-layout .countdown-mobile .item .item-wrap .item-detail .item-content,.mobile-layout .best-selling-mobile .item .item-wrap .item-detail .item-content,.mobile-layout .related-products .item .item-wrap .item-detail .item-content{text-align:center;padding:10px 0 14px;}.mobile-layout .countdown-mobile .item .item-wrap .item-detail .item-content h4 a,.mobile-layout .best-selling-mobile .item .item-wrap .item-detail .item-content h4 a,.mobile-layout .related-products .item .item-wrap .item-detail .item-content h4 a{font-size:12px;color:#111;font-weight:500;text-transform:capitalize;opacity:1;}.mobile-layout .countdown-mobile .item .item-wrap .item-detail .item-content h4 a:hover,.mobile-layout .best-selling-mobile .item .item-wrap .item-detail .item-content h4 a:hover,.mobile-layout .related-products .item .item-wrap .item-detail .item-content h4 a:hover{color:var(--color);}.mobile-layout .countdown-mobile .item .item-wrap .item-detail .item-content .item-price,.mobile-layout .best-selling-mobile .item .item-wrap .item-detail .item-content .item-price,.mobile-layout .related-products .item .item-wrap .item-detail .item-content .item-price{display:inline-block;vertical-align:top;opacity:1;}.mobile-layout .countdown-mobile .item .item-wrap .item-detail .item-content .item-price del,.mobile-layout .countdown-mobile .item .item-wrap .item-detail .item-content .item-price ins,.mobile-layout .best-selling-mobile .item .item-wrap .item-detail .item-content .item-price del,.mobile-layout .best-selling-mobile .item .item-wrap .item-detail .item-content .item-price ins,.mobile-layout .related-products .item .item-wrap .item-detail .item-content .item-price del,.mobile-layout .related-products .item .item-wrap .item-detail .item-content .item-price ins{font-weight:500;}.mobile-layout .countdown-mobile .item .item-wrap .item-detail .item-content .item-price del,.mobile-layout .best-selling-mobile .item .item-wrap .item-detail .item-content .item-price del,.mobile-layout .related-products .item .item-wrap .item-detail .item-content .item-price del{font-size:12px;color:#7d7d7d;text-decoration:line-through;}.mobile-layout .countdown-mobile .item .item-wrap .item-detail .item-content .item-price ins,.mobile-layout .best-selling-mobile .item .item-wrap .item-detail .item-content .item-price ins,.mobile-layout .related-products .item .item-wrap .item-detail .item-content .item-price ins{font-size:14px;color:var(--color);}.mobile-layout .vertical_megamenu .resmenu-container .menu-responsive-wrapper{top:0px;background-color:rgba(0,0,0,.7);min-width:220px;padding:0;}.mobile-layout .vertical_megamenu .resmenu-container .menu-responsive-wrapper .resmenu-container .navbar-toggle{display:none;}.mobile-layout .vertical_megamenu .resmenu-container .menu-responsive-wrapper ul.autusin_resmenu{padding:15px 0 0;max-height:100%;overflow:auto;height:auto;}.mobile-layout .vertical_megamenu .resmenu-container .menu-responsive-wrapper ul.autusin_resmenu >li{border:0;text-align:left;box-shadow:none;}.rtl .mobile-layout .vertical_megamenu .resmenu-container .menu-responsive-wrapper ul.autusin_resmenu >li{text-align:right;}.mobile-layout .vertical_megamenu .resmenu-container .menu-responsive-wrapper ul.autusin_resmenu >li:hover>a{background-color:transparent;color:var(--color);}.mobile-layout .vertical_megamenu .resmenu-container .menu-responsive-wrapper ul.autusin_resmenu >li.active>a{color:var(--color);}.mobile-layout .vertical_megamenu .resmenu-container .menu-responsive-wrapper ul.autusin_resmenu >li >a{color:#fff;font-size:12px;text-transform:uppercase;padding:0 15px;box-shadow:none;height:36px;line-height:36px;display:inline-block;}.mobile-layout .vertical_megamenu .resmenu-container .menu-responsive-wrapper ul.autusin_resmenu >li >.show-dropdown{height:36px;line-height:36px;}.mobile-layout .vertical_megamenu .resmenu-container .menu-responsive-wrapper ul.autusin_resmenu >li .show-dropdown{background-color:transparent;right:5px;}.mobile-layout .vertical_megamenu .resmenu-container .menu-responsive-wrapper ul.autusin_resmenu >li .show-dropdown.show:after{content:"–";}.mobile-layout .vertical_megamenu .resmenu-container .menu-responsive-wrapper ul.autusin_resmenu >li .show-dropdown:after{content:"+";font-family:"FontAwesome";font-size:20px;}.mobile-layout .vertical_megamenu .resmenu-container .menu-responsive-wrapper ul.autusin_resmenu >li ul{border:0;padding:0;background-color:#ccc;}.mobile-layout .vertical_megamenu .resmenu-container .menu-responsive-wrapper ul.autusin_resmenu >li ul >li{border:0;box-shadow:none;}.mobile-layout .vertical_megamenu .resmenu-container .menu-responsive-wrapper ul.autusin_resmenu >li ul >li:hover>a{background-color:transparent;}.mobile-layout .vertical_megamenu .resmenu-container .menu-responsive-wrapper ul.autusin_resmenu >li ul >li >a{font-size:12px;color:#000;text-transform:capitalize;box-shadow:none;}.mobile-layout .vertical_megamenu .resmenu-container .menu-responsive-wrapper ul.autusin_resmenu >li ul >li >a:hover{color:var(--color);}.mobile-layout .vertical_megamenu .resmenu-container .menu-responsive-wrapper ul.autusin_resmenu >li ul >li.active>a{color:var(--color);}.mobile-layout .vertical_megamenu .resmenu-container .menu-responsive-wrapper ul.autusin_resmenu >li ul >li ul{background-color:#e1e1e1;}.mobile-layout .vertical_megamenu .vertical-megamenu{opacity:0;visibility:hidden;height:0;width:0;}.mobile-layout .wpb_single_image{margin-bottom:10px;}.mobile-layout .wpb_raw_html{margin-bottom:20px;}.mobile-layout .vc_row-no-padding .vc_column-inner{padding-left:0;padding-right:0;}.mobile-layout .vc_column-inner{padding-left:10px;padding-right:10px;}.mobile-layout .autusin_breadcrumbs{display:none;}.mobile-layout .autusin_breadcrumbs .listing-title{margin-top:0;}.mobile-layout .autusin_breadcrumbs .listing-title h1{margin-top:0;font-size:13px;}.mobile-layout .autusin_breadcrumbs .breadcrumbs .breadcrumb{padding:10px 0;}.mobile-layout .contact-mobile .wpb_map_wraper{border:0;}.mobile-layout .contact-mobile .block-contact-mobile h2{font-size:12px;color:#111;font-weight:600;text-transform:uppercase;margin-top:20px;}.mobile-layout .contact-mobile .block-contact-mobile p{font-size:12px;}.mobile-layout .contact-mobile .block-contact-mobile .location-address{margin:0;list-style:none;}.mobile-layout .contact-mobile .block-contact-mobile .location-address li{font-size:12px;color:#8c8c8c;background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAATCAYAAABPwleqAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDozRkRGNTg1REE5QjNFNjExOEQzMTk1NDQ0ODNFNTc3NSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDoyRTBDQzgxOUMxRDMxMUU2OTMwNEEwNTQ1MjBDRUYwOCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDoyRTBDQzgxOEMxRDMxMUU2OTMwNEEwNTQ1MjBDRUYwOCIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjYzNTRGNzMyRUJDMEU2MTFBRDMzRjdDNTJBMTNFMzEwIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjNGREY1ODVEQTlCM0U2MTE4RDMxOTU0NDQ4M0U1Nzc1Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+JJ9Y1wAAAZdJREFUeNp8k0FERFEUht+8eYaIiFZDRNEmogwtZhOtWmRWDSlG65YT0ZSJmE2LlNqUUhpFtEppNhFRtCyGiIg0RKSI6D/5Xl6vNx0+5917//PuueeeGysUCk7A4iIjRkWPSIoHcSU2xUFQ7Aa+W8WFKIpLkRMdeBsviHN03+bhkyxsi2nxyXyDuBUVsSiW2KDXMvJ33iFwSjSKDfEk3vAbHCmHbsdPO8PO0/hrkRBpEcMnmA/qMhY8LpZJdYXCjIgqWVUZ77H+IVYtzoK7OVOL6BclJ9pmWTfdscW5pPAo2inOa51gm79HZ9eXtOCaaBLP/PU/a0ZnvuZypj78B6lF2aB4D+otuEzRzCbFlkiFAm28xrqDvuxxb0UE+1zLES15J9po1QnWUxR5yKUQJbonTiad+OfQOI5u3uL89rTWGxZ5flTjvsOWD+h/evuT1jsj3UpE4ADBab/3g6/qRmTFrugKBXYxn0X350k67GgVPaVIDv6UR/MrIy8ivXXu80TMiRkqXQ4LvToNYcIX7nZMHEaJvgQYAEDxaB9oVgM1AAAAAElFTkSuQmCC") no-repeat left center #fff;padding-left:30px;margin-bottom:10px;}.mobile-layout .contact-mobile .block-contact-mobile .location-address li.nitro-lazy{background-image:none !important;}.mobile-layout .contact-mobile .block-contact-mobile .location-address li span{padding:5px 0;display:block;}.mobile-layout .contact-mobile .block-contact-mobile .location-address li span.title{font-weight:600;color:#111;text-transform:capitalize;font-size:14px;}.mobile-layout .contact-form-mobile .wpcf7 .wpcf7-form-control-wrap{display:block;}.mobile-layout .contact-form-mobile .wpcf7 .wpcf7-form-control-wrap input{width:100%;border:0;padding:20px 30px;font-size:13px;color:#7d7d7d;font-weight:500;height:60px;border-top:1px solid #0065b3;}.mobile-layout .contact-form-mobile .wpcf7 .wpcf7-form-control-wrap.your-name input{background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAUCAYAAABroNZJAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDozRkRGNTg1REE5QjNFNjExOEQzMTk1NDQ0ODNFNTc3NSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpEMTJCREM1REMxRDkxMUU2QTU0NkEzRTlCMTBEQjUxQSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpEMTJCREM1Q0MxRDkxMUU2QTU0NkEzRTlCMTBEQjUxQSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjYzNTRGNzMyRUJDMEU2MTFBRDMzRjdDNTJBMTNFMzEwIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjNGREY1ODVEQTlCM0U2MTE4RDMxOTU0NDQ4M0U1Nzc1Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Rapn2AAAAVtJREFUeNqc00FERFEUxvHXzBMRMcyqtI0oE5EoUWobiVKbVpMhahXJa9WiVUS0KUWaVYyZVSKK1GaiVato1WqIYYiI/pcvXtd9b6Z3+Bkz7hzn3HNuWxAEniN6sY4JtCOLErZQtw+nHAlGcYNnDGMQPbjHgxL/Cd/6nsEFpvAW+v0bRdzhGuP4iKqkgAMrQTjesY+1uHbGUPHi48puyU7S4bo4K750LjLJC3JNkuR0LjLJIXaQjkmyjZNmlZiej+2StS+nmtBj3IhN7GEFVe3Gq5ZvEkeq1muWxMSZ9mIA/XjCJj5dh11JMtqXaXRp0dJKUFE19bg7mcctapjDkFbffM7od/MkFqIq2UWfVtq1Kw1NpaiLN29sI1zJkvpfbGHZTFvLetmF30o6NfsR9d9qrGqCJVNJHucq9z/R0GPN+7rMWS9ZXKKc0khrCZOY/2V9bWPVSx7dPwIMAKV0R29AuEeqAAAAAElFTkSuQmCC") no-repeat left center #fff;}.mobile-layout .contact-form-mobile .wpcf7 .wpcf7-form-control-wrap.your-name input.nitro-lazy{background-image:none !important;}.mobile-layout .contact-form-mobile .wpcf7 .wpcf7-form-control-wrap.your-email input{background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAOCAYAAADNGCeJAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDozRkRGNTg1REE5QjNFNjExOEQzMTk1NDQ0ODNFNTc3NSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpGNTNCNTg4OEMxRDkxMUU2OUJBNUM3QjcwNzNFNTIzOCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpGNTNCNTg4N0MxRDkxMUU2OUJBNUM3QjcwNzNFNTIzOCIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjYzNTRGNzMyRUJDMEU2MTFBRDMzRjdDNTJBMTNFMzEwIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjNGREY1ODVEQTlCM0U2MTE4RDMxOTU0NDQ4M0U1Nzc1Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+abt1uwAAATpJREFUeNpirK2tXc3AwBDCQDlYxgIkAoH4FxDPAuIFZBiSA3VMOMiw70DsCcSroYaWAfFfIgxhBuIJQOwExFZAfIkJSPAA8REgNgdiVyDeAhXDB4SAeDsQm0H1XQYJMiEpeAS1AQSOAbEcDoNUgPgkEH8EYgcgfgGTYEJT+AWIfYB4B1SDPZq8PVR8DRCHQoOIAZdhDNDwAoVbJdTLCVDxBCi/GCqHAVhweEUOGo4gV64D4lgg1oXyn0K9egddEzaXqUPDDOSlg9AABhlgAuWDAv0w1HC8LjOGxlIfEM+FioFcEIecOIFYAogPQJPUKWyG2UDDBBQe0wkkjT5obO4CYn+oi+GGuULDJh1qMzFgLtTAjVCX/2KBxh7IRR1AfBPqVWLBfag+UO5hZoGmmXAgroNicsFKgAADAA2HQ7WgEucUAAAAAElFTkSuQmCC") no-repeat left center #fff;}.mobile-layout .contact-form-mobile .wpcf7 .wpcf7-form-control-wrap.your-email input.nitro-lazy{background-image:none !important;}.mobile-layout .contact-form-mobile .wpcf7 .wpcf7-form-control-wrap.your-phone input{background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDozRkRGNTg1REE5QjNFNjExOEQzMTk1NDQ0ODNFNTc3NSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDowREMyRDk2QkMxREExMUU2OTg1M0RBNEFCMjk4OTY0OCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDowREMyRDk2QUMxREExMUU2OTg1M0RBNEFCMjk4OTY0OCIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjYzNTRGNzMyRUJDMEU2MTFBRDMzRjdDNTJBMTNFMzEwIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjNGREY1ODVEQTlCM0U2MTE4RDMxOTU0NDQ4M0U1Nzc1Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+1y+ghAAAAXlJREFUeNqklEFHRFEYhm+3K6JVq4gY5gdExDBElFZRShRplDIUKaXUjSIS0SLFMMqM2hRpES2LaDWr6AcMs424zOrSc3jjGE3N3Ht4nDnHmfec7/2+77b4vu8wOqCg+Q5yTsThSuQaQtiGFCTjCJ7AEWRgA3ZhL+4L3yCAFxiAD0hHFbSH8W5a8xa0RhFst9ahwl+DG5iPIvgOvdbeK3TLhqEognnI1uwfwrNe2bRgWb/tUkkr9PuoSTmAY2u/DSpxsmz+/AjLWhsbJqA/TtnkFXZK2V5SgSfj1OE6LEICqjArK/qsM4Pq+2wjguZlq2rHLviEGbXkmC4rqD2/4EGdVVfQ0cEVOIcevdSIdurCYV2YUP+n9XExZx2vjhUVhXsKF1CSxz9jEkbgEq6gKL9L7h/+BkrMlEKtHU8wLmvMxWcw6v6TNBPipubbXzIeKgIT+o6xy2uwGvJ60b7WRfV8aHWZ+TJlvCZKzPi6oGTMSbwqyvI8+BZgAE8WUzSU108OAAAAAElFTkSuQmCC") no-repeat left center #fff;border-bottom:1px solid #0065b3;}.mobile-layout .contact-form-mobile .wpcf7 .wpcf7-form-control-wrap.your-phone input.nitro-lazy{background-image:none !important;}.mobile-layout .contact-form-mobile .wpcf7 .wpcf7-form-control-wrap textarea{border:0;border-top:0;padding:20px 0 0;}.mobile-layout .contact-form-mobile .wpcf7 .wpcf7-form-control-wrap ::-webkit-input-placeholder{font-size:13px;color:#7d7d7d;font-weight:500;}.mobile-layout .contact-form-mobile .wpcf7 input.wpcf7-submit{height:42px;width:100%;background-color:var(--color);text-align:center;text-transform:uppercase;font-size:13px;color:#fff;font-weight:600;margin:0;border:0;line-height:42px;padding:0;border-radius:20px;box-shadow:0 10px 15px rgba(194,54,0,.1);}.mobile-layout.woocommerce-cart .cart-collaterals .cart_totals{width:100%;}.mobile-layout.woocommerce-cart .cart-collaterals .cart_totals h2{font-size:18px;text-transform:uppercase;font-weight:600;color:#111;}.mobile-layout.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button{height:42px;width:100%;background-color:var(--color);text-align:center;text-transform:uppercase;font-size:13px;color:#fff;font-weight:600;margin:0;border:0;line-height:42px;padding:0;border-radius:20px;box-shadow:0 10px 15px rgba(194,54,0,.1);}.mobile-layout.woocommerce-cart .shop_table.cart{border:0;}.mobile-layout.woocommerce-cart .shop_table.cart tr.cart_item{position:relative;overflow:hidden;margin-bottom:20px;padding-bottom:20px;border-bottom:1px solid #0065b3;}.mobile-layout.woocommerce-cart .shop_table.cart tr.cart_item:nth-child(2n) td{background-color:#fff;}.mobile-layout.woocommerce-cart .shop_table.cart tr.cart_item td{float:left;padding:0 18px;display:inline-block;}.mobile-layout.woocommerce-cart .shop_table.cart tr.cart_item td:before{content:"";}.mobile-layout.woocommerce-cart .shop_table.cart tr.cart_item td.product-name,.mobile-layout.woocommerce-cart .shop_table.cart tr.cart_item td.product-price{margin-bottom:9px;}.mobile-layout.woocommerce-cart .shop_table.cart tr.cart_item td.product-price{color:var(--color);font-size:16px;font-weight:600;}.mobile-layout.woocommerce-cart .shop_table.cart tr.cart_item td.product-name a{font-size:14px;color:#111;text-transform:capitalize;font-weight:600;}.mobile-layout.woocommerce-cart .shop_table.cart tr.cart_item td.product-remove{position:absolute;right:0;top:5px;padding:0;}.mobile-layout.woocommerce-cart .shop_table.cart tr.cart_item td.product-remove a.remove{display:inline-block;width:16px;height:17px;text-indent:-9999px;background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAARCAYAAADUryzEAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDozRkRGNTg1REE5QjNFNjExOEQzMTk1NDQ0ODNFNTc3NSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo0NTc5NjRBM0MxQUYxMUU2ODYwMjhFOTg2NTRGOUI1QSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo0NTc5NjRBMkMxQUYxMUU2ODYwMjhFOTg2NTRGOUI1QSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkQzODExQUNDMTdDMUU2MTFBRDMzRjdDNTJBMTNFMzEwIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjNGREY1ODVEQTlCM0U2MTE4RDMxOTU0NDQ4M0U1Nzc1Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+7wSQwwAAAMNJREFUeNpinDlzJgMWIAjExmhiZ4H4PbpCFiyalYD4DNQQZADSbALE9wgZkAbVHIZm426oXAW6ASAbkf1hDNWYhsUFaWheS2eB2qYExe+RbFXCYgDMAkGoVwRZoIGjDMT/gbgTivGBciDugOphYMKiwBiqCJ1djiVmsBrgArUBnd0B5RM0gCQwagB2A2ZB0zw62wTKx5uZlKCp7D1SSnyPlEoF0VMosgGroWk9jQiXz8JmACj3hWLJxgxY8sRqGAcgwACOIyXIqt5/pAAAAABJRU5ErkJggg==") no-repeat center center #fff;}.mobile-layout.woocommerce-cart .shop_table.cart tr.cart_item td.product-remove a.remove.nitro-lazy{background-image:none !important;}.mobile-layout.woocommerce-cart .shop_table.cart tr.cart_item td.product-thumbnail{padding:0;border:1px solid #0065b3;}.mobile-layout.woocommerce-cart .shop_table.cart tr.cart_item td.product-thumbnail img{width:90px;}.mobile-layout.woocommerce-cart .shop_table.cart tr.cart_item td.product-subtotal{display:none;}.mobile-layout.woocommerce-cart .shop_table.cart tr.cart_item td.product-quantity .quantity{border:1px solid #0065b3;}.mobile-layout.woocommerce-cart .shop_table.cart tr.cart_item td.product-quantity .quantity input{background-color:#fff;}.mobile-layout.woocommerce-cart .shop_table.cart td.actions{border-top:0;padding:10px;}.mobile-layout.woocommerce-cart .shop_table.cart td.actions #coupon_code{text-transform:uppercase;padding:0 10px;}.mobile-layout.woocommerce-cart .shop_table.cart td.actions input.button{padding:7px 10px;border-top:0;border-radius:16px;}.mobile-layout.woocommerce-wishlist.rtl .shop_table.wishlist_table tbody tr td{float:right;}.mobile-layout.woocommerce-wishlist.rtl .shop_table.wishlist_table tbody tr td.product-remove{left:0;right:auto;}.mobile-layout.woocommerce-wishlist.rtl .shop_table.wishlist_table tbody tr td.product-add-to-cart{left:-20px;right:auto;}.mobile-layout.woocommerce-wishlist .wishlist-title{display:none;}.mobile-layout.woocommerce-wishlist .shop_table.wishlist_table{border:0;}.mobile-layout.woocommerce-wishlist .shop_table.wishlist_table thead th{display:none;}.mobile-layout.woocommerce-wishlist .shop_table.wishlist_table tbody{display:block;}.mobile-layout.woocommerce-wishlist .shop_table.wishlist_table tbody tr{position:relative;overflow:hidden;margin-bottom:20px;padding-bottom:20px;border-bottom:1px solid #0065b3;display:block;}.mobile-layout.woocommerce-wishlist .shop_table.wishlist_table tbody tr:nth-child(2n) td{background-color:#fff;}.mobile-layout.woocommerce-wishlist .shop_table.wishlist_table tbody tr:hover{background-color:#fff;}.mobile-layout.woocommerce-wishlist .shop_table.wishlist_table tbody tr td{float:left;padding:0 18px;display:inline-block;}.mobile-layout.woocommerce-wishlist .shop_table.wishlist_table tbody tr td:before{content:"";display:none;}.mobile-layout.woocommerce-wishlist .shop_table.wishlist_table tbody tr td.product-name{display:block;width:65%;}.mobile-layout.woocommerce-wishlist .shop_table.wishlist_table tbody tr td.product-name,.mobile-layout.woocommerce-wishlist .shop_table.wishlist_table tbody tr td.product-price{margin-bottom:9px;}.mobile-layout.woocommerce-wishlist .shop_table.wishlist_table tbody tr td.product-price{color:var(--color);font-size:16px;font-weight:600;}.mobile-layout.woocommerce-wishlist .shop_table.wishlist_table tbody tr td.product-name a{font-size:14px;color:#111;text-transform:capitalize;font-weight:600;}.mobile-layout.woocommerce-wishlist .shop_table.wishlist_table tbody tr td.product-stock-status{display:none;}.mobile-layout.woocommerce-wishlist .shop_table.wishlist_table tbody tr td.product-remove{position:absolute;right:0px;top:auto;margin-top:10px;padding:0;}.mobile-layout.woocommerce-wishlist .shop_table.wishlist_table tbody tr td.product-remove a.remove{display:inline-block;width:16px;height:17px;text-indent:-9999px;background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAARCAYAAADUryzEAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDozRkRGNTg1REE5QjNFNjExOEQzMTk1NDQ0ODNFNTc3NSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo0NTc5NjRBM0MxQUYxMUU2ODYwMjhFOTg2NTRGOUI1QSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo0NTc5NjRBMkMxQUYxMUU2ODYwMjhFOTg2NTRGOUI1QSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkQzODExQUNDMTdDMUU2MTFBRDMzRjdDNTJBMTNFMzEwIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjNGREY1ODVEQTlCM0U2MTE4RDMxOTU0NDQ4M0U1Nzc1Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+7wSQwwAAAMNJREFUeNpinDlzJgMWIAjExmhiZ4H4PbpCFiyalYD4DNQQZADSbALE9wgZkAbVHIZm426oXAW6ASAbkf1hDNWYhsUFaWheS2eB2qYExe+RbFXCYgDMAkGoVwRZoIGjDMT/gbgTivGBciDugOphYMKiwBiqCJ1djiVmsBrgArUBnd0B5RM0gCQwagB2A2ZB0zw62wTKx5uZlKCp7D1SSnyPlEoF0VMosgGroWk9jQiXz8JmACj3hWLJxgxY8sRqGAcgwACOIyXIqt5/pAAAAABJRU5ErkJggg==") no-repeat center center #fff;}.mobile-layout.woocommerce-wishlist .shop_table.wishlist_table tbody tr td.product-remove a.remove.nitro-lazy{background-image:none !important;}.mobile-layout.woocommerce-wishlist .shop_table.wishlist_table tbody tr td.product-thumbnail{padding:0;border:1px solid #0065b3;}.mobile-layout.woocommerce-wishlist .shop_table.wishlist_table tbody tr td.product-thumbnail img{width:90px;}.mobile-layout.woocommerce-wishlist .shop_table.wishlist_table tbody tr td.product-add-to-cart{position:absolute;right:-20px;top:40px;z-index:3;}.mobile-layout.woocommerce-wishlist .shop_table.wishlist_table tbody tr td.product-add-to-cart .add_to_cart_button,.mobile-layout.woocommerce-wishlist .shop_table.wishlist_table tbody tr td.product-add-to-cart .add_to_cart{text-indent:-9999px;display:inline-block;width:24px;height:24px;background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAAFeSURBVHjanNNRZJVxGMfxz5ljVyNijDiMMSJiu4m6TTTR1SIS3WUX3a/b7OqlNA6j2zR206vpYhxlI1JEl4t02NWIXUWadfM7eb1e79p5+HOe3//4Pr/n/z5PpyiKfXxBHwNjxgTu4hhvc8aKLj7iDmaxjx6G44BG8R0f8A4/z8g57NaETaxio6Kt4CveJ1/Dy2hwA3N1UInncTdydZRWPyf/jW+VfBnbnaIo6jZ3cfWMrS1ONIgl9tDJ2cbDSj7EUn4vjdx2G0CbeYeVtNGLw+PcT+VdLuB2CmkCDTOgqzgI6Bzma6ArWIirRhBs4Sau4U2q9nP3A49wmFEZtIEOUvET5nAJD3I3g6eYDORXG+g+ngTYFmXTZKtUnMf1ygP/19LW42K+yB+cnHJutYEG2MF6Fro6Q/eiPcvKlG0gcVRmDM5X9F52bAvTp7UGj/Eqc/KiovdxGa/zn3/xdwAe3lgpduaD0AAAAABJRU5ErkJggg==") no-repeat center center #fff;margin:0;padding:0;}.mobile-layout.woocommerce-wishlist .shop_table.wishlist_table tbody tr td.product-add-to-cart .add_to_cart_button.nitro-lazy,.mobile-layout.woocommerce-wishlist .shop_table.wishlist_table tbody tr td.product-add-to-cart .add_to_cart.nitro-lazy{background-image:none !important;}.mobile-layout.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item span{font-size:0;height:100%;width:100%;display:inline-block;padding:0;}.mobile-layout .products-wrapper .products-loop.list .item .item-wrap .item-detail{display:flex;align-items:center;}.mobile-layout .products-wrapper .products-loop.list .item .item-wrap .item-detail .item-img{min-width:35%;width:auto;}.mobile-layout .header-mobile-style1 .swe-cart-icon .swe-cart-count,.mobile-layout .header-mstyle2 .swe-cart-icon .swe-cart-count{top:7px;left:25px;}.mobile-layout .header-mobile-style1 .autusin_search_default .icon-search i,.mobile-layout .header-mstyle2 .autusin_search_default .icon-search i{color:#000;}.mobile-layout .header-mobile-elementor3 .swe-cart-icon .swe-cart-count{top:7px;left:25px;}.mobile-layout .footer-mstyle1 .autusin_search_default .icon-search-mobile{display:flex;flex-direction:column;text-align:center;color:#000;font-size:12px;font-weight:600;}.mobile-layout .footer-mstyle1 .autusin_search_default .icon-search-mobile.closex i:before{content:"";}.mobile-layout .footer-mstyle1 .autusin_search_default .icon-search-mobile .fa{padding:8px 0;font-size:14px;}.mobile-layout .footer-mstyle1 .autusin_search_default .icon-search-mobile h3{color:#8d8d8d;font-size:12px;font-weight:600;margin:0;}.mobile-layout .footer-mstyle1 .autusin_search_default .top-form.top-search.open{width:100%;bottom:60px;left:0;right:auto;top:auto;z-index:9999;}.footer-mstyle1{margin-top:45px;min-height:1px;}.footer-mstyle1 .footer-container{background-color:rgba(255,255,255,.9);position:fixed;bottom:0;left:0;z-index:999;width:100%;border-top:1px solid #0065b3;}.footer-mstyle1 .footer-container .footer-menu{position:relative;padding:0 10px;display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;}.footer-mstyle1 .footer-container .footer-menu .menu-item-hidden{opacity:0;height:0;visibility:hidden;position:absolute;padding:10px 15px;bottom:100%;right:0px;background-color:#fff;}.rtl .footer-mstyle1 .footer-container .footer-menu .menu-item-hidden{left:0;right:auto;}.footer-mstyle1 .footer-container .footer-menu .menu-item-hidden a .fa{font-size:16px;color:#8d8d8d;margin-right:5px;}.footer-mstyle1 .footer-container .footer-menu .menu-item-hidden a .menu-text{font-weight:600;color:#8d8d8d;text-transform:uppercase;font-size:10px;}.footer-mstyle1 .footer-container .footer-menu .menu-item-hidden .footer-wishlist{margin-bottom:5px;}.footer-mstyle1 .footer-container .footer-menu .menu-item-hidden.open{opacity:1;height:auto;visibility:visible;z-index:2;}.footer-mstyle1 .footer-container .footer-menu .menu-item-hidden ul.menu-footer{margin-bottom:5px;margin-left:0;}.footer-mstyle1 .footer-container .footer-menu .menu-item-hidden ul.menu-footer.autusin-menures{display:none;}.rtl .footer-mstyle1 .footer-container .footer-menu .menu-item-hidden ul.menu-footer{margin-left:5px;margin-right:0;}.footer-mstyle1 .footer-container .footer-menu .menu-item-hidden ul.menu-footer >li{list-style:none;}.footer-mstyle1 .footer-container .footer-menu .menu-item-hidden ul.menu-footer >li >a{font-weight:600;color:#8d8d8d;text-transform:uppercase;font-size:10px;display:inline-block;padding:4px 0;}.footer-mstyle1 .footer-container .footer-menu .menu-item{flex:1;float:left;text-align:center;margin-bottom:5px;padding:10px 0 0;}.rtl .footer-mstyle1 .footer-container .footer-menu .menu-item{float:right;}.footer-mstyle1 .footer-container .footer-menu .menu-item a{display:inline-block;}.footer-mstyle1 .footer-container .footer-menu .menu-item a:hover .menu-text{color:var(--color);}.footer-mstyle1 .footer-container .footer-menu .menu-item a .icon-menu{display:block;width:28px;height:22px;margin:0 auto;}.footer-mstyle1 .footer-container .footer-menu .menu-item a .menu-text{text-align:center;font-weight:600;color:#8d8d8d;text-transform:capitalize;font-size:10px;}.footer-mstyle1 .footer-container .footer-menu .menu-item .footer-home .icon-menu{background:url("https://cdn-ildmmhg.nitrocdn.com/EmfGayVpJIjlSxwvIsYhxAzAzNUjWyuH/assets/images/optimized/rev-f65d057/mwtruckparts.co.uk/wp-content/uploads/sw_theme/assets/img/icon-home-m.png") no-repeat center center;}.footer-mstyle1 .footer-container .footer-menu .menu-item .footer-home .icon-menu.nitro-lazy{background-image:none !important;}.footer-mstyle1 .footer-container .footer-menu .menu-item .footer-search .top-form.top-search{float:none;width:100%;opacity:0;visibility:hidden;height:0;position:absolute;top:-41px;left:0px;-webkit-transition:.3s;-moz-transition:.3s;-o-transition:.3s;-ms-transition:.3s;transition:.3s;}.footer-mstyle1 .footer-container .footer-menu .menu-item .footer-search .top-form.top-search .topsearch-entry .cat-wrapper{display:none;}.footer-mstyle1 .footer-container .footer-menu .menu-item .footer-search .top-form.top-search .topsearch-entry input{width:100%;height:40px;line-height:40px;background-color:#fff;font-size:13px;color:#9c9c9c;border-radius:0;border:0;padding:0 10px;}.footer-mstyle1 .footer-container .footer-menu .menu-item .footer-search .top-form.top-search .topsearch-entry button{position:absolute;height:40px;width:40px;right:0;top:0;border:0;background-color:#fff;color:#9c9c9c;font-size:16px;}.rtl .footer-mstyle1 .footer-container .footer-menu .menu-item .footer-search .top-form.top-search .topsearch-entry button{left:0;right:auto;}.footer-mstyle1 .footer-container .footer-menu .menu-item .footer-search .top-form.top-search .topsearch-entry button:hover{color:var(--color);}.footer-mstyle1 .footer-container .footer-menu .menu-item .footer-search .top-form.top-search.open{opacity:1;visibility:visible;height:auto;z-index:99;}.footer-mstyle1 .footer-container .footer-menu .menu-item .footer-search .icon-menu{background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjNDQ0QxOUQ3NjkzQzExRTJBRDUxRUM2MDhCRkM0NzJBIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjNDQ0QxOUQ4NjkzQzExRTJBRDUxRUM2MDhCRkM0NzJBIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6M0NDRDE5RDU2OTNDMTFFMkFENTFFQzYwOEJGQzQ3MkEiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6M0NDRDE5RDY2OTNDMTFFMkFENTFFQzYwOEJGQzQ3MkEiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5uow24AAAB/0lEQVR42pSTy0scQRDGu7pnZsWdWVfXdX2BEAUVcX2QoGgOOQRCDoqoB+PRHPIPePPg4yQ+EG+exUMIKrnkkNwEj4aEXCQLMSb4RHxrZHedbb/endVZMaIFP2q6e+rr6qpuaghXs9jaT86Ih/Si0k4yjDZ81zGiHCbllrTtZXlxvni5t7NkPKk8ZreMakxO3PSVa4GCcSZEhzNvgzjIcsanMhadjG+sT0HkxC3AueXLQ/CEE3wEBkAFCIJm8B5YZHiG9JKyt8hWuAVEcWlxL+l6P753QTeYc4RiYBMsgCh4SULUk6YtkCfr8DoD0vQ3yuO80/BL7G4bxfoy6hKibG93xhEwWZs8s5Tz7D6TiY/JonERvi3ghU8k/p2d3B+fOEqVnXkzBdAqeI0JrfF/wanCJTNVCn8zBRj7kszM8PThx7w7gjXh81ehgF2pePqU0YWiwqCqfg8aGsZ9MC431iP2wZ60D/d1YIncQL3IzR/Deh2yXY39jgxjHL0RCAW3nba1Y5cWkeNvhVBAmL4qBHfybHMEwbXO7hb3WvH4n1/f0yJKQPkVsAae4qdqEtoLtPc1Kt6EsYn5byAfeLD23C2SFlD2A8yCiHOplOBnMOTcTnWpXgFDbQCRCyVC6jE9wt6BmXR98T4G3Rk8xL6CbVcmzx4rkBbZAS3gw5UAAwDeMZso+y/4+gAAAABJRU5ErkJggg==") no-repeat center center;}.footer-mstyle1 .footer-container .footer-menu .menu-item .footer-search .icon-menu.nitro-lazy{background-image:none !important;}.footer-mstyle1 .footer-container .footer-menu .menu-item .footer-cart .autusin-minicart-mobile{position:relative;}.footer-mstyle1 .footer-container .footer-menu .menu-item .footer-cart .autusin-minicart-mobile .minicart-number{position:absolute;top:-5px;right:-6px;display:inline-block;width:17px;height:17px;background-color:var(--color);color:#fff;text-align:center;border-radius:50%;line-height:17px;font-size:12px;}.footer-mstyle1 .footer-container .footer-menu .menu-item .footer-cart .icon-menu{background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAATCAYAAABPwleqAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDozRkRGNTg1REE5QjNFNjExOEQzMTk1NDQ0ODNFNTc3NSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDozNDA1N0QzRjcwMUMxMUU3QTkwNkNGMTMyMEY0REJEQyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDozNDA1N0QzRTcwMUMxMUU3QTkwNkNGMTMyMEY0REJEQyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkM0MUIwOTQ0QjI2N0U3MTE4QTI2REEwMzQ3Mzg2Rjg4IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjNGREY1ODVEQTlCM0U2MTE4RDMxOTU0NDQ4M0U1Nzc1Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+6yS9mwAAAY5JREFUeNqUkk8rRGEUh+9cYyEZM3caCyljIVaoO8nSF7AzWVnb2SiJhZ1kI1kpiQ0fwAeYLdOdkhWpQUqmZjAzjBhcz9G5ujOl7px6OjPnnt/5875vyHVdw2+pVKodNwMLMAC3sAlHjuO8+3PNJmEYNwcHcA+rkIc9mNfCfxY2Gq0fFuGQLrMa20K0o5Mcw0WDmI+duC4YU58hFsV3gIya0VVs4k/4F4q/hmzbjvFnDUYgCb06qowtRd8gAYPwoN/OYVnEo/w4gUs4hQL0QTd8QRtU4A56YAKGxMvYEXiGFcjCFOxrZ89kmknYhnHYFZ2IZbdvrTws48ANO+V9t5DU+JXmSX5UrsrS0SSQg2lwmm7B0XhO8yTf8jpLkRrdavgzo1npOBUvzhQ1zf/tLKf9AWUjmJU1PybiuJ5mNaC4qvlx03fa9YDiuuZHTH1RJfZygyg1ryQ6b+ei0ZoVvZ0trdSKSb5l6rsttCiWN54I6zNMc3+P+JDyn7lKWnQiXoJ12IDPAF1Fcy26HwEGAO5rd3YTAmdoAAAAAElFTkSuQmCC") no-repeat center center;}.footer-mstyle1 .footer-container .footer-menu .menu-item .footer-cart .icon-menu.nitro-lazy{background-image:none !important;}.footer-mstyle1 .footer-container .footer-menu .menu-item .footer-myaccount .icon-menu{background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjU5NTU2NDczQTgzMzExRTg5MjIzRjMwQjBCMDRENDhDIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjU5NTU2NDc0QTgzMzExRTg5MjIzRjMwQjBCMDRENDhDIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NTk1NTY0NzFBODMzMTFFODkyMjNGMzBCMEIwNEQ0OEMiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NTk1NTY0NzJBODMzMTFFODkyMjNGMzBCMEIwNEQ0OEMiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4TR/SGAAABw0lEQVR42qyUz0sCQRTHZ39YC0kigsqCXnTRWy39gC7lITyE1K0g6hb9FZ3r1CEID2F0iAi6Bp2FIjCCCoK6RAUukfRDPGitrtt3dBS1TdrowWdnmffmO7PvvVnONE3yHybSBxVLp9OkWCx2+mWgAg5cgqwkSSQWixFBENojqYiu60SW5dZpunANvIIHcA/ewLrb7RZKpVJtXStNoVAo1Cq0CZ7BJHCwk08Aze/3b2uaRvL5PCkUCl2FBkCZjZ0W5Xm+7PV6R30+H1FVlTROJ1oEJ8A5uLLw3Var1ZNcLjeN97NGaqjxFsH9IN+lQO8shjgcjuaklVAGDINeCx8t1RiLaTMroSO265aFfwO8gH3LPuqwDzDDBGmeDmkqwBQYBNesEBfdTrRAewXcsEbcA0NgBBywuWNwCha/NSRFUZRxtvPyL24E3dAMBoPxtj5KpVKSx+N5hHPVxvVacblcT8lkss8wjLpQOByehyP3Q6V+MlrBbCAQWKINXcuR0+mcw7ALPm0I4RhkB2tnOY6rVw2KUQx3IG7374G1Ci1aTSgSiWTwiQlWdjtm4I7WrgpHc1SpVGiuev7yQ8Nn6aIoki8BBgAvF7V/7Ja/eQAAAABJRU5ErkJggg==") no-repeat center center;}.footer-mstyle1 .footer-container .footer-menu .menu-item .footer-myaccount .icon-menu.nitro-lazy{background-image:none !important;}.footer-mstyle1 .footer-container .footer-menu .menu-item .footer-more .icon-menu{background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAAAHCAYAAAD5wDa1AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDozRkRGNTg1REE5QjNFNjExOEQzMTk1NDQ0ODNFNTc3NSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDoxRjM5NDlCRUI4NjYxMUU2QjI4MUQ4NTRDM0RDODA0NCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDoxRjM5NDlCREI4NjYxMUU2QjI4MUQ4NTRDM0RDODA0NCIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjIzQ0Q4RTVBRTVCNkU2MTE5NUZBQUFDNzIyNzM0NTZCIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjNGREY1ODVEQTlCM0U2MTE4RDMxOTU0NDQ4M0U1Nzc1Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+/xFkGwAAASJJREFUeNqE0j9IQlEUx/HrHRxaBKHNKQLBoSUQjNciOLS2NDQ2KbgGQdAiFDk6OLUETkK8XQoEaQgicRACl+ZAanXye+D34HoxOvDxvXP/HO+5vFyapo44xD3KWOEFV/h2m9HEBSqY4wH9aM0ublFHHp+4xLvnJ8EQNyhhD1O8ohAU6aGBE+zoWdd4FgXtm6pOSXWtfpKjsw9e2phEJ+zoea1OnnCgzrOwk89wqk7DPWFYQz2vq4v/yGmsovd95atojeVvmnda/1etstedJlsWJJqzWCjPR2ssr2re/VNr4XWFj6hFH8IZusrtikYYoKixovKR5i3utK8Z1KqpfsurxXPd95fYaY+xDDbZocZ4xo+eY41n8Ysj7c9qdVR/shZgAP5rReJtMWbOAAAAAElFTkSuQmCC") no-repeat center center;}.footer-mstyle1 .footer-container .footer-menu .menu-item .footer-more .icon-menu.nitro-lazy{background-image:none !important;}.mobile-layout.rtl .back-history{float:right;background:url("data:image/jpeg;base64,/9j/4QAYRXhpZgAASUkqAAgAAAAAAAAAAAAAAP/sABFEdWNreQABAAQAAABkAAD/4QNvaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLwA8P3hwYWNrZXQgYmVnaW49Iu+7vyIgaWQ9Ilc1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCI/PiA8eDp4bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJBZG9iZSBYTVAgQ29yZSA1LjAtYzA2MCA2MS4xMzQ3NzcsIDIwMTAvMDIvMTItMTc6MzI6MDAgICAgICAgICI+IDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+IDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ9InhtcC5kaWQ6M0ZERjU4NURBOUIzRTYxMThEMzE5NTQ0NDgzRTU3NzUiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NUQwMTNEQURDOEY4MTFFNkJGMzc4MTM4QTVGQURENUMiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NUQwMTNEQUNDOEY4MTFFNkJGMzc4MTM4QTVGQURENUMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0OUQ2RjdGOEJEQjExMUU2QkY3OEVFOUZFMTExODM2RSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0OUQ2RjdGOUJEQjExMUU2QkY3OEVFOUZFMTExODM2RSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pv/uAA5BZG9iZQBkwAAAAAH/2wCEAAEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQECAgICAgICAgICAgMDAwMDAwMDAwMBAQEBAQEBAgEBAgICAQICAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDA//AABEIABAAGAMBEQACEQEDEQH/xABXAAEBAQAAAAAAAAAAAAAAAAAHCAoBAQAAAAAAAAAAAAAAAAAAAAAQAAEFAQEAAwEAAAAAAAAAAAIBAwQFBgcIABETEhEBAAAAAAAAAAAAAAAAAAAAAP/aAAwDAQACEQMRAD8A3fXXT+a5uyfp9F0PDUFtFRopNXd62gq7GOMhkJEcnoM6wYkso8w6JgpCn9ASKn2iovwD3edD4/tsfocpG9A5XHSrytehxNVkOn5ip0lBLVRciWlTOC1JAkRZDYkoGJNPAhNuCQGQqBR549Ms6TWTeAdQ1WLt+zZ2vOfR6vG2tVMyHa8jGRxB2GaCumS2qXURGGVW7oTJHYbok/H/AEhkhNBRGl4xx7ZWz9/r+Uc01V5JbYak3WkwmXvbeQ1GaCPGbfsbOqlTHW47ACAIRqgAiIn0ifANd3xfz5isfodVH8wc72MikrX5kXLZDjeLttLfS0UW4tXUQQoxRyTLkOCP9mQNMgquOELYESAbeb/LFVjNXP770HC8/wA12PTQCg02SwNBSVWP4xknxc/PI546eBBZvdZKYfVLu/cBXpjhHHjfnCFAdD//2Q==") no-repeat center center #fff;}.mobile-layout.rtl .back-history.nitro-lazy{background-image:none !important;}.mobile-layout .back-history{display:inline-block;float:left;width:24px;height:16px;background:url("data:image/jpeg;base64,/9j/4QAYRXhpZgAASUkqAAgAAAAAAAAAAAAAAP/sABFEdWNreQABAAQAAABkAAD/4QNvaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLwA8P3hwYWNrZXQgYmVnaW49Iu+7vyIgaWQ9Ilc1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCI/PiA8eDp4bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJBZG9iZSBYTVAgQ29yZSA1LjAtYzA2MCA2MS4xMzQ3NzcsIDIwMTAvMDIvMTItMTc6MzI6MDAgICAgICAgICI+IDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+IDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ9InhtcC5kaWQ6M0ZERjU4NURBOUIzRTYxMThEMzE5NTQ0NDgzRTU3NzUiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDlENkY3RjlCREIxMTFFNkJGNzhFRTlGRTExMTgzNkUiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDlENkY3RjhCREIxMTFFNkJGNzhFRTlGRTExMTgzNkUiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0N0FDNTRERTYxQkNFNjExQTM1OThBRThENUVDRDcwMyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDozRkRGNTg1REE5QjNFNjExOEQzMTk1NDQ0ODNFNTc3NSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pv/uAA5BZG9iZQBkwAAAAAH/2wCEAAEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQECAgICAgICAgICAgMDAwMDAwMDAwMBAQEBAQEBAgEBAgICAQICAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDA//AABEIABAAGAMBEQACEQEDEQH/xABXAAEBAQAAAAAAAAAAAAAAAAAHCAoBAQAAAAAAAAAAAAAAAAAAAAAQAAEFAQEAAwEAAAAAAAAAAAIBAwQFBgcIABETEhEBAAAAAAAAAAAAAAAAAAAAAP/aAAwDAQACEQMRAD8A2N+kfVFTjNXA4Fz7c8+zXY9NAGdc63fX9JVY/jGSfFv9NdoQuJ8Fm91cph9FpKBs1emOEEiT+cIVN0EnCdo8+YrH57KyPT/O9jJpK1mHK1Ov7JirbS38tFJyVaW847wUcky5DhF/ACDTIKjbYi2AigJWb7Px7ZWzFBkOsc01V7JbfdjUub3eXvLaQ1FaN+S4xXVdrKmOtx2AIzUQVABFVfpE+BO/ofzMzpNZC9AcuyuLt+zZ2vCBeZTZVVVMyHa8jGRtSx+lOxhy2qXURGGUSkvgFHYboixI/SGSi0Cvg+ecf22Pz2rk+fsrjZV3WszJeV1/MMxU6SglqpNyqu2gnVEgSIshshQwUmngQXGyIDElBCpeYc0zdixcZ3nmGoLeKjoxrSlyVBV2McZDJx3xYnQa9iS0jzDpAaCSf0BKi/aKqfA//9k=") no-repeat center center #fff;margin:10px 0;}.mobile-layout .back-history.nitro-lazy{background-image:none !important;}.mobile-layout .category-contents{margin-bottom:20px;}.mobile-layout .category-contents .blog-content .post{margin-bottom:20px;}.mobile-layout .category-contents .blog-content .post .entry .entry-thumb::before{left:-1px;top:-1px;}.mobile-layout .category-contents .blog-content .post .entry .entry-content .content-top .entry-title h4{margin-bottom:15px;}.mobile-layout .category-contents .blog-content .post .entry .entry-content .content-top .entry-title h4 a{font-size:14px;}.mobile-layout .pagination{background-color:#fff;padding:0;border:0;}.mobile-layout .pagination ul{background-color:#fff;margin:0 -15px;}.mobile-layout .pagination ul li{background-color:#fff;}.mobile-layout .vertical_megamenu_shop .resmenu-container .navbar-toggle{display:block;padding:0;margin:6px 0px;cursor:pointer;width:26px;height:26px;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-o-transition:all .3s ease;-ms-transition:all .3s ease;transition:all .3s ease;border-radius:3px;}.mobile-layout .vertical_megamenu_shop .resmenu-container .navbar-toggle:hover .icon-bar{width:18px !important;background-color:#7d7d7d;}.mobile-layout .vertical_megamenu_shop .resmenu-container .navbar-toggle .icon-bar{height:2px;width:18px;margin:3px 0px 3px 4px;background:#7d7d7d;display:block;right:0;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-o-transition:all .3s ease;-ms-transition:all .3s ease;transition:all .3s ease;}.mobile-layout .vertical_megamenu_shop .resmenu-container .navbar-toggle .icon-bar:nth-child(1){width:14px;}.mobile-layout .vertical_megamenu_shop .resmenu-container .navbar-toggle .icon-bar:nth-child(3){width:14px;}.mobile-layout .vertical_megamenu_shop .resmenu-container .menu-responsive-wrapper{top:39px;right:0;text-align:left;}.mobile-layout .vertical_megamenu_shop .vertical-megamenu{display:none;}.mobile-layout.rtl .header-mobile-style1 .vertical_megamenu .resmenu-container .menu-responsive-wrapper{right:0;left:auto;}.mobile-layout.rtl .header-mobile-style2 .vertical_megamenu .resmenu-container .menu-responsive-wrapper{right:0;left:auto;}.mobile-layout.rtl .header-mobile-style3 .vertical_megamenu .resmenu-container .menu-responsive-wrapper{right:0;left:auto;}.mobile-layout.rtl .products-wrapper .woocommerce-pagination .page-numbers>li{float:right;}.mobile-layout.rtl .products-wrapper .woocommerce-pagination .page-numbers>li .page-numbers.next::before,.mobile-layout.rtl .products-wrapper .woocommerce-pagination .page-numbers>li .page-numbers.prev::before{content:"";}.mobile-layout.woocommerce-page .widget_sp_image{margin-bottom:20px;}.mobile-layout .header-page{position:relative;}.mobile-layout .header-page.sticky-mobile .header-shop{position:fixed;right:0;top:0;z-index:999;background-color:#fff;}.mobile-layout .header-page.sticky-mobile .header-shop .container{max-width:480px;}.mobile-layout .header-page .header-shop{text-align:center;position:relative;padding:0 10px;display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-align-items:center;-ms-align-items:center;align-items:center;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%;box-shadow:0 5px 5px rgba(205,205,205,.6);margin-bottom:8px;}.mobile-layout .header-page .header-shop .page-title{font-size:14px;color:#111;text-align:center;padding:12px 0;line-height:20px;-webkit-flex:3;-ms-flex:3;flex:3;}.mobile-layout .header-page .header-shop h4{font-size:14px;color:#111;font-weight:600;text-transform:uppercase;display:inline-block;padding:11px 0;margin:0;}.mobile-layout .products-wrapper{padding:0 0 35px;position:relative;}.mobile-layout .products-wrapper.show-modal:before{content:"";width:100%;height:100%;display:block;background:rgba(0,0,0,.4);position:absolute;left:0;right:0;bottom:0;top:1px;z-index:2;}.mobile-layout .products-wrapper .products-nav{margin-bottom:5px;background-color:#fff;position:relative;z-index:2;}.mobile-layout .products-wrapper .products-nav .catalog-ordering{position:static;float:none;}.mobile-layout .products-wrapper .products-nav .catalog-ordering .orderby-order-container .order-dropdown>li{position:static;}.mobile-layout .products-wrapper .products-nav .catalog-ordering .orderby-order-container .order-dropdown>li:hover ul{border-top:1px solid #0065b3;}.mobile-layout .products-wrapper .products-nav .catalog-ordering .orderby-order-container .order-dropdown>li >ul>li{line-height:44px;border-bottom:1px solid #0065b3;}.mobile-layout .products-wrapper .products-nav .catalog-ordering .orderby-order-container .order-dropdown>li >ul>li:last-child{border-bottom:0;}.mobile-layout .products-wrapper .products-nav .view-mode-wrap .view-mode{margin:5px -4px 0;}.mobile-layout .products-wrapper .products-nav .view-mode-wrap .view-mode >a{height:20px;width:20px;background-color:#fff;}.mobile-layout .products-wrapper .products-nav .view-mode-wrap .view-mode >a:before{height:20px;width:20px;line-height:20px;color:#3b3b3b;}.mobile-layout .products-wrapper .products-nav .view-mode-wrap .view-mode >a.active:before{color:var(--color);background-color:#fff;}.mobile-layout .products-wrapper .products-nav .view-mode-wrap .view-mode >a:hover:before{background-color:#fff;color:var(--color);}.mobile-layout .products-wrapper .products-nav .filter-product{font-size:12px;color:#6b6b6b;text-transform:uppercase;float:right;line-height:30px;}.mobile-layout .products-wrapper .products-nav .catalog-ordering .orderby-order-container .order-dropdown>li .current-li{line-height:28px;border:0;}.mobile-layout .products-wrapper .products-nav .catalog-ordering .orderby-order-container .order-dropdown>li .current-li a{font-size:12px;color:#6b6b6b;text-transform:uppercase;}.mobile-layout .products-wrapper .products-nav .catalog-ordering .orderby-order-container .order-dropdown>li .current-li a:after{line-height:28px;}.mobile-layout .products-wrapper .products-nav .catalog-ordering .orderby-order-container .order>li{padding:6px 0 0px;border:0;}.mobile-layout .products-wrapper .products-nav .catalog-ordering .orderby-order-container .order>li.asc{padding:3px 0 0px;}.mobile-layout .products-wrapper .products-nav .catalog-ordering .orderby-order-container .order>li.asc a{height:21px;}.mobile-layout .products-wrapper .products-nav .catalog-ordering .orderby-order-container .order>li a{height:18px;}.mobile-layout .products-wrapper .products-nav .catalog-ordering .orderby-order-container .orderby{min-width:145px;}.mobile-layout .products-wrapper .products-nav .catalog-ordering .orderby-order-container .orderby.order-dropdown>li .current-li a:after{width:25px;}.mobile-layout .products-wrapper .filter-mobile{opacity:0;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;-webkit-transform:translateY(-50px);-moz-transform:translateY(-50px);-o-transform:translateY(-50px);-ms-transform:translateY(-50px);transform:translateY(-50px);visibility:hidden;position:absolute;z-index:9;top:30px;background-color:#fff;padding:0;}.mobile-layout .products-wrapper .filter-mobile.open{visibility:visible;opacity:1;-webkit-transform:translateY(0px);-moz-transform:translateY(0px);-o-transform:translateY(0px);-ms-transform:translateY(0px);transform:translateY(0px);}.mobile-layout .products-wrapper .filter-mobile .widget{padding:5px 0 20px;}.mobile-layout .products-wrapper .filter-mobile .widget_layered_nav{border-bottom:1px solid #0065b3;}.mobile-layout .products-wrapper .woocommerce-pagination{display:block;float:none;margin:0 0 10px;}.mobile-layout .products-wrapper .woocommerce-pagination .note{display:none;}.mobile-layout .products-wrapper .woocommerce-pagination .page-numbers >li{float:left;position:relative;text-transform:capitalize;text-align:center;margin:0 5px 5px;background-color:#fff;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;}.mobile-layout .products-wrapper .woocommerce-pagination .page-numbers >li a,.mobile-layout .products-wrapper .woocommerce-pagination .page-numbers >li .page-numbers{background-color:#fff;display:block;width:32px;line-height:30px;height:32px;border-radius:50%;border:1px solid #0065b3;text-align:center;font-size:16px;color:#111;}.mobile-layout .products-wrapper .woocommerce-pagination .page-numbers >li a.current,.mobile-layout .products-wrapper .woocommerce-pagination .page-numbers >li .page-numbers.current{color:var(--color);}.mobile-layout .products-wrapper .woocommerce-pagination .page-numbers >li .next,.mobile-layout .products-wrapper .woocommerce-pagination .page-numbers >li .prev{width:90px;text-align:center;text-transform:uppercase;color:#111;border-radius:20px;}.mobile-layout .products-wrapper .woocommerce-pagination .page-numbers >li .next:before,.mobile-layout .products-wrapper .woocommerce-pagination .page-numbers >li .prev:before{content:"";}.mobile-layout .products-wrapper .products-loop{margin:0;position:relative;z-index:1;}.mobile-layout .products-wrapper .products-loop.grid{margin:0 -5px;}.mobile-layout .products-wrapper .products-loop.grid >li{padding:0 5px;margin-bottom:10px;float:left;width:50%;}.mobile-layout .products-wrapper .products-loop.grid >li:nth-child(2n+1){clear:both;}.mobile-layout .products-wrapper .products-loop.grid >li.item .item-wrap .item-detail .item-content{padding-top:15px;}.mobile-layout .products-wrapper .products-loop.grid >li.item .item-wrap .item-detail .item-content h4{opacity:1;}.mobile-layout .products-wrapper .products-loop.grid >li.item .item-wrap .item-detail .item-content h4 a{font-size:13px;font-weight:600;color:#111;}.mobile-layout .products-wrapper .products-loop.grid >li.item .item-wrap .item-detail .item-content .reviews-content{opacity:1;}.mobile-layout .products-wrapper .products-loop.grid >li.item .item-wrap .item-detail .item-content .item-price{font-size:14px;font-weight:500;}.mobile-layout .products-wrapper .products-loop.grid >li.item .item-wrap .item-detail .item-content .item-bottom{opacity:0;}.mobile-layout .products-wrapper .products-loop.grid >li.item .item-wrap:hover .item-detail .item-content h4 a,.mobile-layout .products-wrapper .products-loop.grid >li.item .item-wrap:hover .item-detail .item-content .item-price{opacity:1;}.mobile-layout .products-wrapper .products-loop.list li{margin-bottom:20px;}.mobile-layout .products-wrapper .products-loop.list .item .item-wrap .item-detail .products-thumb{width:130px;margin-right:10px;}.mobile-layout .products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content h4{margin:0 0 10px 0;}.mobile-layout .products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content h4 a{font-weight:600;font-size:14px;color:#111;}.mobile-layout .products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .reviews-content{padding-top:5px;margin-bottom:5px;}.mobile-layout .products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-price{margin-bottom:5px;font-weight:500;display:table-row;}.mobile-layout .products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-description{margin-bottom:5px;margin-top:5px;}.mobile-layout .products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom{display:none;}.mobile-layout.search-no-results .breadcrumbs{display:none;}.mobile-layout.search-no-results .listing-title h1{font-size:12px;color:#111;}.mobile-layout.search-no-results .listing-title h1 small{color:#7d7d7d;font-size:12px;}.mobile-layout.search-no-results .content_list_product{padding:0;}.mobile-layout.search-no-results .content_list_product .products-wrapper .no-result{text-align:center;}.mobile-layout.search-no-results .content_list_product .products-wrapper .no-result h3{font-size:12px;color:#111;font-weight:600;text-transform:uppercase;}.mobile-layout.search-no-results .content_list_product .products-wrapper .no-result h1 small{font-size:18px;}.mobile-layout.search-no-results .content_list_product .products-wrapper .no-result .image{display:inline-block;margin:10px 0 20px;}.mobile-layout.search-no-results .content_list_product .products-wrapper .no-result p{font-size:12px;color:#7d7d7d;}.mobile-layout.search-no-results .content_list_product .products-wrapper .no-result a{display:inline-block;height:42px;width:100%;background-color:var(--color);text-align:center;text-transform:uppercase;font-size:13px;color:#fff;font-weight:600;margin:10px 0 0;border:0;line-height:42px;padding:0;border-radius:20px;box-shadow:0 10px 15px rgba(194,54,0,.1);}.mobile-layout.search-no-results .content_list_product .products-wrapper .no-result a:hover{background-color:var(--darken5);}.mobile-layout.search .header-mobile-style1,.mobile-layout.search .header-mobile-style2,.mobile-layout.search .header-mobile-style3{margin-bottom:0;}.mobile-layout.search .body-wrapper-inner>.container{padding-top:15px;}.mobile-layout.woocommerce-account .listing-title h1{text-align:center;}.mobile-layout.woocommerce-account .image-login{text-align:center;margin:0 0 20px;}.mobile-layout.woocommerce-account .image-login img{display:inline-block;}.mobile-layout.woocommerce-account #customer_login h2{font-weight:600;color:#111;font-size:13px;margin:0 0 30px;display:block;text-transform:uppercase;}.mobile-layout.woocommerce-account #customer_login form.login .form-row.form-row-wide,.mobile-layout.woocommerce-account #customer_login form.register .form-row.form-row-wide{padding-left:30px;border-bottom:1px solid #0065b3;padding-top:10px;padding-bottom:10px;}.mobile-layout.woocommerce-account #customer_login form.login .form-row.form-row-wide input:-webkit-autofill,.mobile-layout.woocommerce-account #customer_login form.register .form-row.form-row-wide input:-webkit-autofill{background-color:#fff !important;}.mobile-layout.woocommerce-account #customer_login form.login .form-row.form-row-wide label,.mobile-layout.woocommerce-account #customer_login form.register .form-row.form-row-wide label{font-size:14px;color:#7d7d7d;font-weight:500;line-height:20px;margin:0;}.mobile-layout.woocommerce-account #customer_login form.login .form-row.form-row-wide .input-text,.mobile-layout.woocommerce-account #customer_login form.register .form-row.form-row-wide .input-text{padding:0;}.mobile-layout.woocommerce-account #customer_login form.login .form-row.form-row-wide:first-child,.mobile-layout.woocommerce-account #customer_login form.register .form-row.form-row-wide:first-child{background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAUCAYAAABroNZJAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDozRkRGNTg1REE5QjNFNjExOEQzMTk1NDQ0ODNFNTc3NSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpEMTJCREM1REMxRDkxMUU2QTU0NkEzRTlCMTBEQjUxQSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpEMTJCREM1Q0MxRDkxMUU2QTU0NkEzRTlCMTBEQjUxQSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjYzNTRGNzMyRUJDMEU2MTFBRDMzRjdDNTJBMTNFMzEwIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjNGREY1ODVEQTlCM0U2MTE4RDMxOTU0NDQ4M0U1Nzc1Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Rapn2AAAAVtJREFUeNqc00FERFEUxvHXzBMRMcyqtI0oE5EoUWobiVKbVpMhahXJa9WiVUS0KUWaVYyZVSKK1GaiVato1WqIYYiI/pcvXtd9b6Z3+Bkz7hzn3HNuWxAEniN6sY4JtCOLErZQtw+nHAlGcYNnDGMQPbjHgxL/Cd/6nsEFpvAW+v0bRdzhGuP4iKqkgAMrQTjesY+1uHbGUPHi48puyU7S4bo4K750LjLJC3JNkuR0LjLJIXaQjkmyjZNmlZiej+2StS+nmtBj3IhN7GEFVe3Gq5ZvEkeq1muWxMSZ9mIA/XjCJj5dh11JMtqXaXRp0dJKUFE19bg7mcctapjDkFbffM7od/MkFqIq2UWfVtq1Kw1NpaiLN29sI1zJkvpfbGHZTFvLetmF30o6NfsR9d9qrGqCJVNJHucq9z/R0GPN+7rMWS9ZXKKc0khrCZOY/2V9bWPVSx7dPwIMAKV0R29AuEeqAAAAAElFTkSuQmCC") no-repeat left center #fff;}.mobile-layout.woocommerce-account #customer_login form.login .form-row.form-row-wide:first-child.nitro-lazy,.mobile-layout.woocommerce-account #customer_login form.register .form-row.form-row-wide:first-child.nitro-lazy{background-image:none !important;}.mobile-layout.woocommerce-account #customer_login form.login .form-row.form-row-wide:nth-child(2),.mobile-layout.woocommerce-account #customer_login form.register .form-row.form-row-wide:nth-child(2){background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAWCAYAAAAmaHdCAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDozRkRGNTg1REE5QjNFNjExOEQzMTk1NDQ0ODNFNTc3NSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDoyODlEMThEREMzNjUxMUU2ODU5QUE5Q0RGQkIzRDYwNyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDoyODlEMThEQ0MzNjUxMUU2ODU5QUE5Q0RGQkIzRDYwNyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkY5NzdGRTUyRUNDMEU2MTFBRDMzRjdDNTJBMTNFMzEwIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjNGREY1ODVEQTlCM0U2MTE4RDMxOTU0NDQ4M0U1Nzc1Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+E3KgpQAAARNJREFUeNpirK2tZcACzIA4H4htgFgOiB8B8REg7gPis+iKmbAY0AXEJ4E4CmrAUygN4p8B4hZChtQBcSkQfwTidCDmBWIZKJ0FFa+GqsFqiCJUwRcgNgHiWVA2A5SeDsTmUHYjEEtgMyQciNmg/r7DgB3chMpzAnEsNkMMoPQOBvwAJq+FzRAeJKfjAzB5UXyxQzJgAWJjqP90kWLoHR49QlAapH4CEC8GGbId2WlAEEKkA+SgCTKKBWrACyD2IcMnW0BRzQLl/MKWnIkAv6gWsHQxBJQy/aA02YaAYmojoRgjZAgPGj1wYbIPiLdCabzJHh+4SUwiBBnyF1rAnCHDJyB9f0GGTATiImhGJAf0AQQYAH5/MVbw3IOXAAAAAElFTkSuQmCC") no-repeat left center #fff;}.mobile-layout.woocommerce-account #customer_login form.login .form-row.form-row-wide:nth-child(2).nitro-lazy,.mobile-layout.woocommerce-account #customer_login form.register .form-row.form-row-wide:nth-child(2).nitro-lazy{background-image:none !important;}.mobile-layout.woocommerce-account #customer_login form.register .form-row.form-row-wide:first-child{background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAOCAYAAADNGCeJAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDozRkRGNTg1REE5QjNFNjExOEQzMTk1NDQ0ODNFNTc3NSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpGNTNCNTg4OEMxRDkxMUU2OUJBNUM3QjcwNzNFNTIzOCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpGNTNCNTg4N0MxRDkxMUU2OUJBNUM3QjcwNzNFNTIzOCIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjYzNTRGNzMyRUJDMEU2MTFBRDMzRjdDNTJBMTNFMzEwIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjNGREY1ODVEQTlCM0U2MTE4RDMxOTU0NDQ4M0U1Nzc1Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+abt1uwAAATpJREFUeNpirK2tXc3AwBDCQDlYxgIkAoH4FxDPAuIFZBiSA3VMOMiw70DsCcSroYaWAfFfIgxhBuIJQOwExFZAfIkJSPAA8REgNgdiVyDeAhXDB4SAeDsQm0H1XQYJMiEpeAS1AQSOAbEcDoNUgPgkEH8EYgcgfgGTYEJT+AWIfYB4B1SDPZq8PVR8DRCHQoOIAZdhDNDwAoVbJdTLCVDxBCi/GCqHAVhweEUOGo4gV64D4lgg1oXyn0K9egddEzaXqUPDDOSlg9AABhlgAuWDAv0w1HC8LjOGxlIfEM+FioFcEIecOIFYAogPQJPUKWyG2UDDBBQe0wkkjT5obO4CYn+oi+GGuULDJh1qMzFgLtTAjVCX/2KBxh7IRR1AfBPqVWLBfag+UO5hZoGmmXAgroNicsFKgAADAA2HQ7WgEucUAAAAAElFTkSuQmCC") no-repeat left center #fff;}.mobile-layout.woocommerce-account #customer_login form.register .form-row.form-row-wide:first-child.nitro-lazy{background-image:none !important;}.mobile-layout.woocommerce-account #customer_login form.register .form-row.form-row-wide:nth-child(2){background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAWCAYAAAAmaHdCAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDozRkRGNTg1REE5QjNFNjExOEQzMTk1NDQ0ODNFNTc3NSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDoyODlEMThEREMzNjUxMUU2ODU5QUE5Q0RGQkIzRDYwNyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDoyODlEMThEQ0MzNjUxMUU2ODU5QUE5Q0RGQkIzRDYwNyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkY5NzdGRTUyRUNDMEU2MTFBRDMzRjdDNTJBMTNFMzEwIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjNGREY1ODVEQTlCM0U2MTE4RDMxOTU0NDQ4M0U1Nzc1Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+E3KgpQAAARNJREFUeNpirK2tZcACzIA4H4htgFgOiB8B8REg7gPis+iKmbAY0AXEJ4E4CmrAUygN4p8B4hZChtQBcSkQfwTidCDmBWIZKJ0FFa+GqsFqiCJUwRcgNgHiWVA2A5SeDsTmUHYjEEtgMyQciNmg/r7DgB3chMpzAnEsNkMMoPQOBvwAJq+FzRAeJKfjAzB5UXyxQzJgAWJjqP90kWLoHR49QlAapH4CEC8GGbId2WlAEEKkA+SgCTKKBWrACyD2IcMnW0BRzQLl/MKWnIkAv6gWsHQxBJQy/aA02YaAYmojoRgjZAgPGj1wYbIPiLdCabzJHh+4SUwiBBnyF1rAnCHDJyB9f0GGTATiImhGJAf0AQQYAH5/MVbw3IOXAAAAAElFTkSuQmCC") no-repeat left center #fff;}.mobile-layout.woocommerce-account #customer_login form.register .form-row.form-row-wide:nth-child(2).nitro-lazy{background-image:none !important;}.mobile-layout.woocommerce-account #customer_login input.button{height:42px;width:100%;background-color:var(--color);text-align:center;text-transform:uppercase;font-size:13px;color:#fff;font-weight:600;margin:0;border:0;line-height:42px;padding:0;border-radius:20px;box-shadow:0 10px 15px rgba(194,54,0,.1);}.mobile-layout.woocommerce-account #customer_login .social-share{text-align:center;margin-bottom:20px;}.mobile-layout.woocommerce-account #customer_login .social-share .title-share{display:none;}.mobile-layout.woocommerce-account #customer_login .social-share .wrap-content{display:inline-block;}.mobile-layout.woocommerce-account #customer_login .social-share .wrap-content >a{width:35px;height:35px;border-radius:50%;line-height:35px;font-size:16px;color:#fff;display:inline-block;margin:0 5px;}.mobile-layout.woocommerce-account #customer_login .social-share .wrap-content >a:nth-child(1){background-color:#3a5897;}.mobile-layout.woocommerce-account #customer_login .social-share .wrap-content >a:nth-child(2){background-color:#2fc2ee;}.mobile-layout.woocommerce-account #customer_login .social-share .wrap-content >a:nth-child(3){background-color:#e14a3c;}.mobile-layout.woocommerce-account #customer_login .social-share .wrap-content >a:nth-child(4){background-color:#df2227;}.mobile-layout.woocommerce-account #customer_login .social-share .wrap-content >a:nth-child(5){background-color:#407199;}.mobile-layout.woocommerce-account #contents{margin-bottom:10px;padding-top:20px;}.mobile-layout.woocommerce-account #contents .entry-content nav.woocommerce-MyAccount-navigation{float:none;margin-right:0;margin-bottom:20px;overflow:hidden;}.mobile-layout.woocommerce-account #contents .entry-content nav.woocommerce-MyAccount-navigation ul{border:0;}.mobile-layout.woocommerce-account #contents .entry-content nav.woocommerce-MyAccount-navigation ul >li{display:inline-block;float:left;width:33.33%;padding-top:35px;text-align:center;margin-bottom:15px;}.mobile-layout.woocommerce-account #contents .entry-content nav.woocommerce-MyAccount-navigation ul >li.woocommerce-MyAccount-navigation-link--dashboard{background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC4AAAAlCAYAAAA9ftv0AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDozRkRGNTg1REE5QjNFNjExOEQzMTk1NDQ0ODNFNTc3NSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDoxQjYxNDYzQUMzMzcxMUU2OEM3MUYzOTkwOEQ1NDdDMyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDoxQjYxNDYzOUMzMzcxMUU2OEM3MUYzOTkwOEQ1NDdDMyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjJGNjBFREFENzNDMkU2MTFBNDFFQTdDNkVFNzAzNUJGIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjNGREY1ODVEQTlCM0U2MTE4RDMxOTU0NDQ4M0U1Nzc1Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+VoVkyQAABHVJREFUeNrMmA9kVVEcx29vz1hilKWUZYyylFEWWZZlKUtZyhKllBKlLKXRlmYppSml2TSlNJullKYpS1NKaXpKY4yYxhgjxng89fvlc3P23Pd23n33zX58vd279875nnO+vz/nN6eurs5J0+YLSsEqwSJBsfH/mCAiGBUMCvoE7wXj6Uwa9vm7LMFeQbVgC89q/YLfglbBdt49FxQJCgSVghre9wjaBZ2C6EwQ3yeoFxSya02CN+zkpPG9Ij6PGu9yBOWCChb2QNAouCC4nwqJUArf1d36xmQjHLfK4Dy7N2kxhn6nW3BK8JpnHeue4AdzBEZcZXBD8IK/dwg2Ci4J8gxJpGJ5nNxDwXrBTsZ+wVxZ6RLXCXoFJ5HEajTrsGOdPn0kn8+bfD4VrBRcY65e5valcdXoS6LGTgZ34qLFHp/E1Ynneox3Fgk+EnwRbCYSWRPX1T5jZ7pBqnbF56J6cPRKpKNSGrORSragC/JNDNBho7s487PgLOauZO5FzJ1tQ/yOoEywX3BacILn+U7mzU1mJ5h7P+Hz1nTENakcIq66TnhbsMDruDJgY8x123DaBsERuHkS19VexXEuObPHGuB03Tx1k7iGoSVkutgsIq5cDqP3M/HEcyHex+pmm0WQzXF3113iByBfRuo9lmEiBWTIQstkdRmnnUfG/U9cHwbwYi2cLrKQoC2HsX9wwjbE3yIRTUxDJnFd0RpKTK0dNggWUp4GabsgXM8Cukk209kmwVKy93245oeQh1t7ZMK0CPtKYokS8qJUiDb2k0uIYyy0NIR2JjLglFuoN54hu8OQzSNPDPl0UuVaprXKcgqZoEJgMTX7KmrtoxxxlIUMk879hkblujyMh38OiHQhzqQTHMRvoobG1/A+msYcKp2SMEc3HhDxGgqltXFSyCKkDRAA0jHlmhvCw7UW+OOB6ykOWsLpDXnUQIVo21aSNxJwUq65Ye59/Ql2ItVI8xuC2YYccgiBAx6XkWR2k984HpvwTyoThKjWAKTSxu2li4uELuAci9mWYgD4mYCTRsGiMJ6fH5DG24km54xLdIzaujugOZTrSJjwUh5g/K4VNBPH3YbQaIDj6+m9D6PvalYynGb8LicvFFDFRZionwVMBrDbWnr3K/GPvKxAo6laFWGwlOdhI60X0y3IIYy1oX2/4ded42MI4uPsulZe7+hY2ZiGyyfkAtXxYsEy4vh6PufSQHrMAj9xIrbVZAuVZC4cx13iMRo7FaTqPOPOl8zuQqQNgk1oucXDZ/pI/RtJRh+M3qKNPDSm/8JvlGvMrceb+dRYvsIiNFZxqe6keJqIS0IdCTpRWlNv5ULQYtlr3EqXa5Dw2mw2hL5TMlYh/pFpBjxj/N3ikZKLaeZEEvx+GL3qybyxWMAoTt8D1ymdrFqqt3pnams4UePGQXPJ0n/JNLs5z1Iujej9glcLLoJEjuFIydL9uhm8KJdQn7SaVWzYI3moA9yjnzEbrAZp1SZremqRtFvwytJ5ZsLGcNApd+C/AgwASXYceVq2qH0AAAAASUVORK5CYII=") no-repeat top center #fff;}.mobile-layout.woocommerce-account #contents .entry-content nav.woocommerce-MyAccount-navigation ul >li.woocommerce-MyAccount-navigation-link--dashboard.nitro-lazy{background-image:none !important;}.mobile-layout.woocommerce-account #contents .entry-content nav.woocommerce-MyAccount-navigation ul >li.woocommerce-MyAccount-navigation-link--orders{background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC0AAAAsCAYAAADxRjE/AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDozRkRGNTg1REE5QjNFNjExOEQzMTk1NDQ0ODNFNTc3NSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDozRTlFODcyNEMzMzcxMUU2QjExNEU3MjVFQjRDNEU1MiIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDozRTlFODcyM0MzMzcxMUU2QjExNEU3MjVFQjRDNEU1MiIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjJGNjBFREFENzNDMkU2MTFBNDFFQTdDNkVFNzAzNUJGIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjNGREY1ODVEQTlCM0U2MTE4RDMxOTU0NDQ4M0U1Nzc1Ii8+IDwvcmRmOkRlc2NyaXB0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") no-repeat top center #fff;}.mobile-layout.woocommerce-account #contents .entry-content nav.woocommerce-MyAccount-navigation ul >li.woocommerce-MyAccount-navigation-link--orders.nitro-lazy{background-image:none !important;}.mobile-layout.woocommerce-account #contents .entry-content nav.woocommerce-MyAccount-navigation ul >li.woocommerce-MyAccount-navigation-link--downloads{background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC4AAAAoCAYAAACB4MgqAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDozRkRGNTg1REE5QjNFNjExOEQzMTk1NDQ0ODNFNTc3NSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo1RjhERTI3REMzMzcxMUU2QkJGQUI2NDAxRUFDREUxMyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo1RjhERTI3Q0MzMzcxMUU2QkJGQUI2NDAxRUFDREUxMyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjJGNjBFREFENzNDMkU2MTFBNDFFQTdDNkVFNzAzNUJGIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjNGREY1ODVEQTlCM0U2MTE4RDMxOTU0NDQ4M0U1Nzc1Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+WuP49QAAA3JJREFUeNrUmH9klHEcx797do7l2MRxjKWMZYljKXG5LFGWsuyPmKVpxmWzbIq03R/jNJtNs9Q/TWlElsUxTYmlOP0xHdM0RYwxTkeMMUbvj70fnp3d7+9ze+7DyzO3u3ve93k+P78VQ0NDSpN5wCXiB9WgHmyCVV4/g7dgudibuTQIrgX94DbFmrYClvh3Pf8XBGHwB0TAdKE3NYoU3Qd+Urh4dBCcAxXgBDhFasAhcB28BofBc/AdNJdSuITFB/AYbIFOcIRe/JrmM/K+d6AdHANjoJHf01MK4V7wCVwEUXr2JdjJ4zuS4D44w7CZAuN2CneDWXAaPAPXQKKIUItT/BLDrccu4aNMMEmqO5qqkXj/Mlin14O6hfvpEfFSr9JrCT49CbdXzCFtwiUOK5mIW0q/SbhMgrpcQiZX4RLTATaPuLLPxhg6fcynooV38Dqh7LUkk94HWgoV7uaHwxS+BmLKfnvD69V8W74IvsfH5bW8PqlKY8usMIF8hDeAOXa0BENjHvymx0tlS3za4sTtbMJPsv36mCTDnD8OwjZYwWrZWdMK97AjSmjcBDPqYO2fRVfG5HzEMBl2gGixKl6DKaPyHuHyOLo5P0eUM2zH0vT+gvfs3HuEdzAJRvKc8Oy0QYbsJBuebFXfwC2r8CAFzyvn2CZD9i4XkS6OGS9Amym8keUuqfnm8hR/gZCG75rmZiVJ+1SS1mD5W7fBaz7umgGNjWmYla/bYJh4VHmYuWm1GizwdWUiPMlkbTB41uFjHS8Hk1HEa1iqSahMhEvf2RDhC2w+ISaTk83HKhgzk3OA5WvO0m6daA85fM2Ys8oCJ0KZEBf5y5xmbYwKSc6odQN6AJ5wv/zBNznB+1U8tphlR70hUeJKGWx6+YtG2aHk+pGZvJJmu18vcFxwc06qTPP/o3RiEydEWWSuqN2T331Xt2lu83JE0Eqyzc41BQg/q3YPPrPZGjexCeti48ogJmIZc/0ZPFPouCD943iWrp1ItzLmej4ezyEOv/BJjWR4XzUrV4yj62qhgW9oSqBtxqxsUv0ZRMspb7OOG7o0CZfEvsBSOs4fEt1HdBMHpUGnCDfj0RQ/ZTmTqebpQROXgy4nedx6rGCKD/O1FssJVaeu9dBQ+k2qzPmU8xBJ2nadO61L2WOm+EVWJK2ixf4LMAA12cOsOTIn8wAAAABJRU5ErkJggg==") no-repeat top center #fff;}.mobile-layout.woocommerce-account #contents .entry-content nav.woocommerce-MyAccount-navigation ul >li.woocommerce-MyAccount-navigation-link--downloads.nitro-lazy{background-image:none !important;}.mobile-layout.woocommerce-account #contents .entry-content nav.woocommerce-MyAccount-navigation ul >li.woocommerce-MyAccount-navigation-link--edit-address{background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAArCAYAAAAUo/pwAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDozRkRGNTg1REE5QjNFNjExOEQzMTk1NDQ0ODNFNTc3NSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo5MDE5RkM3QUMzMzcxMUU2QjlDODlGQURGQzFENzVGMyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo5MDE5RkM3OUMzMzcxMUU2QjlDODlGQURGQzFENzVGMyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjJGNjBFREFENzNDMkU2MTFBNDFFQTdDNkVFNzAzNUJGIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjNGREY1ODVEQTlCM0U2MTE4RDMxOTU0NDQ4M0U1Nzc1Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+8Iu03QAAAdNJREFUeNpirK2tZaADqAbiFjSxX0BsDsQXsGlgYaAP0ALid0C8BsoXAuIQIJYeaIeBwFMgToeydaEOwwmYGAYpGHUYqYAFmgC7gFidRnbkEpAXBeJ1QMyJlBYLQA5bAcQGQLwViD/SwGGEzPwCxJeBmBmI2YDYD+QmkMMsgbgPiMsGKNa+A3EWEr8OiBuZoC79O4iS16/RXDnqMHqVY+iAH1qPMZNQHKyhdgbC5jAPIJ5DojlKQHyf1g5bCW2K8BBpxgtoaU3zqASBm6OJfzjkSjZoC5NScBlWvVDLYYHQFgelIAKakajmsPVAbEKlEKNqVIKC/+xo4h8OuZIB2v7nocBcUP15B63ABtW/EtCawgmp1iDaYeFUypVB0IwEArOgwwTJQNwKxDnQdHyWFIftAOIUEloX2ACopbEbrT4FtUAyofWwCtQOkqISFA1zaZBspgBxFLTlArJj2WBJ/MehUQdKZwugvaNBkyv7oNE8fbAVF8ugjcqb5DgM1IL9CcT/KcDfgNgVh52PyC3HrkGzNxuFvWuKGpssOHyUyzDAYLSuHHUYPRz2l8J6kdoANLL4F5QrT0Frff5B4jBvULMc5LA4IF4ExGmDxGGgvkIiQIABABo9ZJ9aRBIkAAAAAElFTkSuQmCC") no-repeat top center #fff;}.mobile-layout.woocommerce-account #contents .entry-content nav.woocommerce-MyAccount-navigation ul >li.woocommerce-MyAccount-navigation-link--edit-address.nitro-lazy{background-image:none !important;}.mobile-layout.woocommerce-account #contents .entry-content nav.woocommerce-MyAccount-navigation ul >li.woocommerce-MyAccount-navigation-link--edit-account{background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAmCAYAAACCjRgBAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDozRkRGNTg1REE5QjNFNjExOEQzMTk1NDQ0ODNFNTc3NSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo3QTcyQjNENEMzMzcxMUU2QTRBQkI3NUY5RTIxNzg4MCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo3QTcyQjNEM0MzMzcxMUU2QTRBQkI3NUY5RTIxNzg4MCIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjJGNjBFREFENzNDMkU2MTFBNDFFQTdDNkVFNzAzNUJGIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjNGREY1ODVEQTlCM0U2MTE4RDMxOTU0NDQ4M0U1Nzc1Ii8+IDwvcmRmOkRlc2NyaXB0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") no-repeat top center #fff;}.mobile-layout.woocommerce-account #contents .entry-content nav.woocommerce-MyAccount-navigation ul >li.woocommerce-MyAccount-navigation-link--edit-account.nitro-lazy{background-image:none !important;}.mobile-layout.woocommerce-account #contents .entry-content nav.woocommerce-MyAccount-navigation ul >li.woocommerce-MyAccount-navigation-link--customer-logout{background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADUAAAApCAYAAACV8mGQAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDozRkRGNTg1REE5QjNFNjExOEQzMTk1NDQ0ODNFNTc3NSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpDNjRBNEUzOEMzMzcxMUU2QjhEN0E0RDM2NzI0NjQ0RSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpDNjRBNEUzN0MzMzcxMUU2QjhEN0E0RDM2NzI0NjQ0RSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjJGNjBFREFENzNDMkU2MTFBNDFFQTdDNkVFNzAzNUJGIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjNGREY1ODVEQTlCM0U2MTE4RDMxOTU0NDQ4M0U1Nzc1Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+x5mP2QAAA2ZJREFUeNrsmX9klHEcx59u54gjRhwxLscRy7I0UkqzLE25lJslls1SlmhKWffH/oqykfpnKUvTXEqzNLLTNEvTlPZXOiKOdBxjHBFT76/ej76+nueee+6+92M8H152N997nu/78/38eu42JRIJQ6NdBp3gNMgZNTKf8r4H/LGg2eE6QZAEo6ADfAR76kWUaVnwCawWcY0I+ADifL8GmsAiGKgnUY/AbvDa4fPHwGewA+TBCbATLIMAGAcPwOZ6EOVkDeAmmGHopemEaZAB+8F9ru0Db3l6OmwL769V1FYwB67x/TQFpaU1v8E50A9+Mb9Enh3SIOoAeMZIKFlUXsoteXPr4CpDLm/z2Yc8tYzkjCtlioqCGHhlF9ZOokTB2At+MOkXGUZC5BFwu4hNiIKzC8wzbG6BFwzbUswM4w46KehWlDiJb0z2cR65ucmUi40IJxyWnBDjiUdLEBWRXu9jvjY6iRL58I6vt/F0+izCya2p4RqlsM4Cmz9DZ74BX9kz1fWt3GPI/IffxqMLPN4kvSCEXpQqWjlmFpYJ8JT3MqSc7WHPC7m4pmgp78FB4XBVlNmXhsEIc0Ccyin2Hl2WZq4aDOnzHLEiZVwzTGHtfotx5wmbqsHk7q7QHNfAsB7W2MNEugz6lSOckbwlkvo6c0G3tYDHykyZZS4vMecykjOjdHi8QK+bBTfAiikqzgoX5AX7Ge+VsEEOvgFuehJMsaoWagum41VR83T+slz9RlkQgizfbRUUJCrZXTpuCGznX1nQUVbFn5wrw0remLbEwtCu5ruPCSrsJfvPlwoJmmADn6KYMZtJRITRHc54LUoJj9ABXSw0C3YTxTpj8ThvImarS5oFjbD4dPEBcs1mUjAb/CQ3/V1ZM8R2MFvoZn6OOympQ8/Ri7pMiOll03aKggFWRZHTKxQQtmg5hpOolOKtgEZBjSwMbaxuxVhIGQZW3d7UZ1TWhKCzLgTV9CGx2Oeu55zwq2r+Mj7bzJNQbYxjUI7E2OnvbQRRTRZfrIgp4IIyQSeZtxtClPwljbnhnDJWBTQXnqqJyhYYcaqeT9WofoYnyhPlifJEeaI8UZ4oT5QnyhNViym91/j3A4GVie8Gu4tcqz52nDT+/wLptFa7qJBh/6tDwMVaq0f81kqf1F8BBgCcEL0bsc98EQAAAABJRU5ErkJggg==") no-repeat top center #fff;}.mobile-layout.woocommerce-account #contents .entry-content nav.woocommerce-MyAccount-navigation ul >li.woocommerce-MyAccount-navigation-link--customer-logout.nitro-lazy{background-image:none !important;}.mobile-layout.woocommerce-account #contents .entry-content nav.woocommerce-MyAccount-navigation ul >li >a{border:0;padding:15px 0;min-width:auto;font-size:11px;color:#111;font-weight:600;text-transform:uppercase;display:block;position:relative;}.mobile-layout.woocommerce-account #contents .entry-content nav.woocommerce-MyAccount-navigation ul >li >a:before{content:"";position:absolute;display:block;left:0;top:-35px;right:0;bottom:0;}.mobile-layout.woocommerce-account .woocommerce-MyAccount-content{float:none;clear:both;margin-bottom:10px !important;text-align:center;}.mobile-layout.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm.edit-account{text-align:left;}.mobile-layout.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm.edit-account p.form-row-first{text-align:left;width:100%;}.mobile-layout.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm.edit-account p.form-row-first .woocommerce-Input--email{border-radius:0;}.mobile-layout.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm.edit-account p.form-row-last{width:100%;}.mobile-layout.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm.edit-account legend{font-size:14px;color:#111;text-transform:uppercase;font-weight:600;border:0;}.mobile-layout.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm.edit-account .woocommerce-Button.button{height:42px;width:100%;background-color:var(--color);text-align:center;text-transform:uppercase;font-size:13px;color:#fff;font-weight:600;margin:0;border:0;line-height:42px;padding:0;border-radius:20px;box-shadow:0 10px 15px rgba(194,54,0,.1);}.mobile-layout.woocommerce-account .woocommerce-MyAccount-content strong{text-transform:uppercase;font-size:13px;font-weight:600;color:#111;}.mobile-layout.woocommerce-account .woocommerce-MyAccount-content .avatar-user{display:inline-block;}.mobile-layout.woocommerce-account .woocommerce-MyAccount-content .avatar-user img{border-radius:50%;}.mobile-layout.woocommerce-account .woocommerce-MyAccount-content p:first-child{text-align:center;font-size:14px;color:#7d7d7d;}.mobile-layout.woocommerce-account .woocommerce-MyAccount-content p:first-child a{color:var(--color);font-weight:500;}.mobile-layout.woocommerce-account .woocommerce-MyAccount-content p:last-child{text-align:left;}.mobile-layout.woocommerce-account .woocommerce-MyAccount-content a{font-size:14px;color:#7d7d7d;}.mobile-layout.woocommerce-account .woocommerce-MyAccount-content table.my_account_orders tr.order td{width:100% !important;border:0;border-top:1px solid #ddd;padding:10px 15px !important;}.mobile-layout.woocommerce-account .woocommerce-MyAccount-content table.my_account_orders tr.order td:first-child{border-top:0 !important;}.mobile-layout.woocommerce-account .breadcrumbs{display:none;}.mobile-layout.woocommerce-account.rtl .woocommerce-MyAccount-content .woocommerce-EditAccountForm.edit-account legend{text-align:right;}.mobile-layout.woocommerce-account.rtl.woocommerce-account #customer_login form.login .form-row.form-row-wide,.mobile-layout.woocommerce-account.rtl.woocommerce-account #customer_login form.register .form-row.form-row-wide{padding-right:30px;padding-left:0;}.mobile-layout.woocommerce-account.rtl.woocommerce-account #customer_login form.login .form-row.form-row-wide:first-child,.mobile-layout.woocommerce-account.rtl.woocommerce-account #customer_login form.register .form-row.form-row-wide:first-child{background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAUCAYAAABroNZJAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDozRkRGNTg1REE5QjNFNjExOEQzMTk1NDQ0ODNFNTc3NSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpEMTJCREM1REMxRDkxMUU2QTU0NkEzRTlCMTBEQjUxQSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpEMTJCREM1Q0MxRDkxMUU2QTU0NkEzRTlCMTBEQjUxQSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjYzNTRGNzMyRUJDMEU2MTFBRDMzRjdDNTJBMTNFMzEwIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjNGREY1ODVEQTlCM0U2MTE4RDMxOTU0NDQ4M0U1Nzc1Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Rapn2AAAAVtJREFUeNqc00FERFEUxvHXzBMRMcyqtI0oE5EoUWobiVKbVpMhahXJa9WiVUS0KUWaVYyZVSKK1GaiVato1WqIYYiI/pcvXtd9b6Z3+Bkz7hzn3HNuWxAEniN6sY4JtCOLErZQtw+nHAlGcYNnDGMQPbjHgxL/Cd/6nsEFpvAW+v0bRdzhGuP4iKqkgAMrQTjesY+1uHbGUPHi48puyU7S4bo4K750LjLJC3JNkuR0LjLJIXaQjkmyjZNmlZiej+2StS+nmtBj3IhN7GEFVe3Gq5ZvEkeq1muWxMSZ9mIA/XjCJj5dh11JMtqXaXRp0dJKUFE19bg7mcctapjDkFbffM7od/MkFqIq2UWfVtq1Kw1NpaiLN29sI1zJkvpfbGHZTFvLetmF30o6NfsR9d9qrGqCJVNJHucq9z/R0GPN+7rMWS9ZXKKc0khrCZOY/2V9bWPVSx7dPwIMAKV0R29AuEeqAAAAAElFTkSuQmCC") no-repeat right center #fff;}.mobile-layout.woocommerce-account.rtl.woocommerce-account #customer_login form.login .form-row.form-row-wide:first-child.nitro-lazy,.mobile-layout.woocommerce-account.rtl.woocommerce-account #customer_login form.register .form-row.form-row-wide:first-child.nitro-lazy{background-image:none !important;}.mobile-layout.woocommerce-account.rtl.woocommerce-account #customer_login form.login .form-row.form-row-wide:nth-child(2),.mobile-layout.woocommerce-account.rtl.woocommerce-account #customer_login form.register .form-row.form-row-wide:nth-child(2){background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAWCAYAAAAmaHdCAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDozRkRGNTg1REE5QjNFNjExOEQzMTk1NDQ0ODNFNTc3NSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDoyODlEMThEREMzNjUxMUU2ODU5QUE5Q0RGQkIzRDYwNyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDoyODlEMThEQ0MzNjUxMUU2ODU5QUE5Q0RGQkIzRDYwNyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkY5NzdGRTUyRUNDMEU2MTFBRDMzRjdDNTJBMTNFMzEwIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjNGREY1ODVEQTlCM0U2MTE4RDMxOTU0NDQ4M0U1Nzc1Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+E3KgpQAAARNJREFUeNpirK2tZcACzIA4H4htgFgOiB8B8REg7gPis+iKmbAY0AXEJ4E4CmrAUygN4p8B4hZChtQBcSkQfwTidCDmBWIZKJ0FFa+GqsFqiCJUwRcgNgHiWVA2A5SeDsTmUHYjEEtgMyQciNmg/r7DgB3chMpzAnEsNkMMoPQOBvwAJq+FzRAeJKfjAzB5UXyxQzJgAWJjqP90kWLoHR49QlAapH4CEC8GGbId2WlAEEKkA+SgCTKKBWrACyD2IcMnW0BRzQLl/MKWnIkAv6gWsHQxBJQy/aA02YaAYmojoRgjZAgPGj1wYbIPiLdCabzJHh+4SUwiBBnyF1rAnCHDJyB9f0GGTATiImhGJAf0AQQYAH5/MVbw3IOXAAAAAElFTkSuQmCC") no-repeat right center #fff;}.mobile-layout.woocommerce-account.rtl.woocommerce-account #customer_login form.login .form-row.form-row-wide:nth-child(2).nitro-lazy,.mobile-layout.woocommerce-account.rtl.woocommerce-account #customer_login form.register .form-row.form-row-wide:nth-child(2).nitro-lazy{background-image:none !important;}.mobile-layout.woocommerce-account.rtl.woocommerce-account #customer_login form.register .form-row.form-row-wide:first-child{background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAOCAYAAADNGCeJAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDozRkRGNTg1REE5QjNFNjExOEQzMTk1NDQ0ODNFNTc3NSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpGNTNCNTg4OEMxRDkxMUU2OUJBNUM3QjcwNzNFNTIzOCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpGNTNCNTg4N0MxRDkxMUU2OUJBNUM3QjcwNzNFNTIzOCIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjYzNTRGNzMyRUJDMEU2MTFBRDMzRjdDNTJBMTNFMzEwIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjNGREY1ODVEQTlCM0U2MTE4RDMxOTU0NDQ4M0U1Nzc1Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+abt1uwAAATpJREFUeNpirK2tXc3AwBDCQDlYxgIkAoH4FxDPAuIFZBiSA3VMOMiw70DsCcSroYaWAfFfIgxhBuIJQOwExFZAfIkJSPAA8REgNgdiVyDeAhXDB4SAeDsQm0H1XQYJMiEpeAS1AQSOAbEcDoNUgPgkEH8EYgcgfgGTYEJT+AWIfYB4B1SDPZq8PVR8DRCHQoOIAZdhDNDwAoVbJdTLCVDxBCi/GCqHAVhweEUOGo4gV64D4lgg1oXyn0K9egddEzaXqUPDDOSlg9AABhlgAuWDAv0w1HC8LjOGxlIfEM+FioFcEIecOIFYAogPQJPUKWyG2UDDBBQe0wkkjT5obO4CYn+oi+GGuULDJh1qMzFgLtTAjVCX/2KBxh7IRR1AfBPqVWLBfag+UO5hZoGmmXAgroNicsFKgAADAA2HQ7WgEucUAAAAAElFTkSuQmCC") no-repeat right center #fff;}.mobile-layout.woocommerce-account.rtl.woocommerce-account #customer_login form.register .form-row.form-row-wide:first-child.nitro-lazy{background-image:none !important;}.mobile-layout.woocommerce-account.rtl.woocommerce-account #customer_login form.register .form-row.form-row-wide:nth-child(2){background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAWCAYAAAAmaHdCAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDozRkRGNTg1REE5QjNFNjExOEQzMTk1NDQ0ODNFNTc3NSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDoyODlEMThEREMzNjUxMUU2ODU5QUE5Q0RGQkIzRDYwNyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDoyODlEMThEQ0MzNjUxMUU2ODU5QUE5Q0RGQkIzRDYwNyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkY5NzdGRTUyRUNDMEU2MTFBRDMzRjdDNTJBMTNFMzEwIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjNGREY1ODVEQTlCM0U2MTE4RDMxOTU0NDQ4M0U1Nzc1Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+E3KgpQAAARNJREFUeNpirK2tZcACzIA4H4htgFgOiB8B8REg7gPis+iKmbAY0AXEJ4E4CmrAUygN4p8B4hZChtQBcSkQfwTidCDmBWIZKJ0FFa+GqsFqiCJUwRcgNgHiWVA2A5SeDsTmUHYjEEtgMyQciNmg/r7DgB3chMpzAnEsNkMMoPQOBvwAJq+FzRAeJKfjAzB5UXyxQzJgAWJjqP90kWLoHR49QlAapH4CEC8GGbId2WlAEEKkA+SgCTKKBWrACyD2IcMnW0BRzQLl/MKWnIkAv6gWsHQxBJQy/aA02YaAYmojoRgjZAgPGj1wYbIPiLdCabzJHh+4SUwiBBnyF1rAnCHDJyB9f0GGTATiImhGJAf0AQQYAH5/MVbw3IOXAAAAAElFTkSuQmCC") no-repeat right center #fff;}.mobile-layout.woocommerce-account.rtl.woocommerce-account #customer_login form.register .form-row.form-row-wide:nth-child(2).nitro-lazy{background-image:none !important;}.mobile-layout.woocommerce-checkout form .form-row-first,.mobile-layout.woocommerce-checkout form .form-row-last{width:100%;}.mobile-layout.woocommerce-page form table.wishlist_table tr td.product-add-to-cart a.button{padding:10px;width:100px;}.single-product.mobile-layout.rtl .content-product-detail .product_detail .content_product_detail .social-share.open .wrap-content{opacity:1;-webkit-transform:translateX(0);-moz-transform:translateX(0);-o-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);}.single-product.mobile-layout.rtl .content-product-detail .product_detail .content_product_detail .social-share .title-share{float:left;}.single-product.mobile-layout.rtl .content-product-detail .product_detail .content_product_detail .social-share .wrap-content{float:left;margin-right:0px;margin-left:-40px;-webkit-transform:translateX(-60px);-moz-transform:translateX(-60px);-o-transform:translateX(-60px);-ms-transform:translateX(-60px);transform:translateX(-60px);}.single-product.mobile-layout.rtl .content-product-detail .product_detail .content_product_detail .cart .quantity{margin:0 0 0 10px !important;}.single-product.mobile-layout.rtl .content-product-detail .product_detail .content_product_detail .price ins{float:right;margin-left:10px;margin-right:0;}.single-product.mobile-layout.rtl .content-product-detail .product_detail .content_product_detail .yith-wcwl-add-to-wishlist{left:35px;right:auto;}.single-product.mobile-layout .content-product-detail .product-type-simple .cart{text-align:center;}.single-product.mobile-layout .content-product-detail .product-type-simple .cart .addcart-wrapper{display:inline-block;overflow:hidden;}.single-product.mobile-layout .content-product-detail .product-type-external .addcart-wrapper .cart{float:none;}.single-product.mobile-layout .content-product-detail .product_detail .slider_img_productd{margin-bottom:20px;position:relative;z-index:2;}.single-product.mobile-layout .content-product-detail .product_detail .slider_img_productd .product-responsive .item-img-slider a{display:inline-block;max-width:450px;}.single-product.mobile-layout .content-product-detail .product_detail .slider_img_productd .product-info{position:absolute;z-index:3;right:10px;bottom:110px;}.single-product.mobile-layout .content-product-detail .product_detail .slider_img_productd .product-info .product-stock{display:inline-block;width:54px;height:54px;text-indent:-9999px;}.single-product.mobile-layout .content-product-detail .product_detail .slider_img_productd .product-info .product-stock.in-stock{background:url("https://cdn-ildmmhg.nitrocdn.com/EmfGayVpJIjlSxwvIsYhxAzAzNUjWyuH/assets/images/optimized/rev-f65d057/mwtruckparts.co.uk/wp-content/uploads/sw_theme/assets/img/icon-instock.png") no-repeat center center;}.single-product.mobile-layout .content-product-detail .product_detail .slider_img_productd .product-info .product-stock.in-stock.nitro-lazy{background-image:none !important;}.single-product.mobile-layout .content-product-detail .product_detail .slider_img_productd .product-info .product-stock.out-of-stock{background:url("https://cdn-ildmmhg.nitrocdn.com/EmfGayVpJIjlSxwvIsYhxAzAzNUjWyuH/assets/images/optimized/rev-f65d057/mwtruckparts.co.uk/wp-content/uploads/sw_theme/assets/img/icon-outstock.png") no-repeat center center;}.single-product.mobile-layout .content-product-detail .product_detail .slider_img_productd .product-info .product-stock.out-of-stock.nitro-lazy{background-image:none !important;}.single-product.mobile-layout .content-product-detail .product_detail .content_product_detail{position:relative;}.single-product.mobile-layout .content-product-detail .product_detail .content_product_detail .price del{float:none;}.single-product.mobile-layout .content-product-detail .product_detail .content_product_detail .price del .amount{font-size:#7d7d7d;font-size:14px;font-weight:500;}.single-product.mobile-layout .content-product-detail .product_detail .content_product_detail .price ins{float:left;margin-left:0;}.single-product.mobile-layout .content-product-detail .product_detail .content_product_detail .add_to_cart_button,.single-product.mobile-layout .content-product-detail .product_detail .content_product_detail .product_type_external,.single-product.mobile-layout .content-product-detail .product_detail .content_product_detail .product_type_grouped,.single-product.mobile-layout .content-product-detail .product_detail .content_product_detail .single_add_to_cart_button{float:left;height:40px;padding:0;line-height:40px;width:172px;text-transform:uppercase;font-size:12px;font-weight:600;border-radius:20px;clear:none;box-shadow:0 5px 5px #eee;}.single-product.mobile-layout .content-product-detail .product_detail .content_product_detail .cart{margin-bottom:0 !important;}.single-product.mobile-layout .content-product-detail .product_detail .content_product_detail .cart .quantity{height:40px;margin:0 10px 0 0 !important;}.single-product.mobile-layout .content-product-detail .product_detail .content_product_detail .cart .quantity input{width:55px;}.single-product.mobile-layout .content-product-detail .product_detail .content_product_detail .cart .quantity .input-text{height:38px !important;}.single-product.mobile-layout .content-product-detail .product_detail .content_product_detail .cart .quantity .minus{background-position:0px -1685px;}.single-product.mobile-layout .content-product-detail .product_detail .content_product_detail .cart .quantity .plus{background-position:-5px -1665px;}.single-product.mobile-layout .content-product-detail .product_detail .content_product_detail .cart .group_table{margin-bottom:15px;}.single-product.mobile-layout .content-product-detail .product_detail .content_product_detail .cart .group_table .price{font-size:16px;}.single-product.mobile-layout .content-product-detail .product_detail .content_product_detail .cart .group_table .price del{font-size:16px;}.single-product.mobile-layout .content-product-detail .product_detail .content_product_detail .cart .group_table .price ins{font-size:18px;}.single-product.mobile-layout .content-product-detail .product_detail .content_product_detail .cart .group_table td{height:60px !important;}.single-product.mobile-layout .content-product-detail .product_detail .content_product_detail .cart .group_table .quantity{width:145px;}.single-product.mobile-layout .content-product-detail .product_detail .content_product_detail .cart .group_table input{width:45px;}.single-product.mobile-layout .content-product-detail .product_detail .content_product_detail .addcart-wrapper{text-align:center;}.single-product.mobile-layout .content-product-detail .product_detail .content_product_detail .product-info{padding:15px 0 10px;}.single-product.mobile-layout .content-product-detail .product_detail .content_product_detail .product-info .sku_wrapper{margin-bottom:0;}.single-product.mobile-layout .content-product-detail .product_detail .content_product_detail .description{margin-bottom:15px;}.single-product.mobile-layout .content-product-detail .product_detail .content_product_detail .yith-wcwl-add-to-wishlist{position:absolute;z-index:5;top:-8px;right:35px;}.single-product.mobile-layout .content-product-detail .product_detail .content_product_detail .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a{border:1px solid #007cdc;color:#7d7d7d;}.single-product.mobile-layout .content-product-detail .product_detail .content_product_detail .social-share{position:absolute;top:-234px;right:0;z-index:1;}.single-product.mobile-layout .content-product-detail .product_detail .content_product_detail .social-share.open{z-index:3;}.single-product.mobile-layout .content-product-detail .product_detail .content_product_detail .social-share.open .wrap-content{opacity:1;-webkit-transform:translateX(0);-moz-transform:translateX(0);-o-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);}.single-product.mobile-layout .content-product-detail .product_detail .content_product_detail .social-share .title-share{float:right;margin-top:179px;display:inline-block;font-size:0;width:35px;height:35px;line-height:33px;border:1px solid #007cdc;text-align:center;color:#7d7d7d;padding:0;border-radius:50%;}.single-product.mobile-layout .content-product-detail .product_detail .content_product_detail .social-share .title-share:before{font-size:16px;display:inline-block;font-family:"FontAwesome";content:"";}.single-product.mobile-layout .content-product-detail .product_detail .content_product_detail .social-share .wrap-content{float:right;position:relative;margin-right:-40px;opacity:0;-webkit-transform:translateX(60px);-moz-transform:translateX(60px);-o-transform:translateX(60px);-ms-transform:translateX(60px);transform:translateX(60px);-webkit-transition:all .5s;-moz-transition:all .5s;-o-transition:all .5s;-ms-transition:all .5s;transition:all .5s;}.single-product.mobile-layout .content-product-detail .product_detail .content_product_detail .social-share .wrap-content >a{display:block;margin:0 5px 10px;}.single-product.mobile-layout .content-product-detail .single-product>.tabs{border:0;margin-bottom:10px;}.single-product.mobile-layout .content-product-detail .single-product>.tabs .tabbable .nav.nav-tabs{border-top:1px solid #0065b3;overflow-x:scroll;overflow-y:hidden;white-space:nowrap;margin:5px 0 0;}.single-product.mobile-layout .content-product-detail .single-product>.tabs .tabbable .nav.nav-tabs li{display:inline-block;vertical-align:top;white-space:normal;float:none;padding:0 9px;}.single-product.mobile-layout .content-product-detail .single-product>.tabs .tabbable .nav.nav-tabs li:first-child{padding-left:0;}.single-product.mobile-layout .content-product-detail .single-product>.tabs .tabbable .nav.nav-tabs li.active a,.single-product.mobile-layout .content-product-detail .single-product>.tabs .tabbable .nav.nav-tabs li:hover a{color:var(--color);border:0;}.single-product.mobile-layout .content-product-detail .single-product>.tabs .tabbable .nav.nav-tabs li.active a:before,.single-product.mobile-layout .content-product-detail .single-product>.tabs .tabbable .nav.nav-tabs li:hover a:before{opacity:1;}.single-product.mobile-layout .content-product-detail .single-product>.tabs .tabbable .nav.nav-tabs li a{background-color:#fff;font-size:14px;padding:0;border:0;height:40px;position:relative;line-height:42px;}.single-product.mobile-layout .content-product-detail .single-product>.tabs .tabbable .nav.nav-tabs li a:before{content:"";width:100%;height:2px;background-color:var(--color);position:absolute;left:0;bottom:-1px;opacity:0;}.single-product.mobile-layout .content-product-detail .single-product>.tabs .tabbable .tab-content .tab-pane{padding:10px 0;}.single-product.mobile-layout .content-product-detail .single-product>.tabs .tabbable .tab-content .tab-pane h2{font-size:12px;text-transform:uppercase;font-weight:600;color:#111;}.single-product.mobile-layout .content-product-detail .single-product>.tabs .tabbable .tab-content #tab-reviews #comments ol.commentlist{padding:10px 0 0;}.single-product.mobile-layout .content-product-detail .single-product>.tabs .tabbable .tab-content #tab-reviews #comments ol.commentlist li{padding:0 0 10px;border-bottom:1px solid #f0f0ed;margin:0 0 10px;}.single-product.mobile-layout .content-product-detail .single-product>.tabs .tabbable .tab-content #tab-reviews #comments ol.commentlist li:last-child{border:0;}.single-product.mobile-layout .content-product-detail .single-product>.tabs .tabbable .tab-content #tab-reviews #comments .comment_container .avatar{height:40px;width:40px;border:0;border-radius:50%;padding:0;}.single-product.mobile-layout .content-product-detail .single-product>.tabs .tabbable .tab-content #tab-reviews #comments .comment_container .comment-text{padding:0;border:0;}.single-product.mobile-layout .content-product-detail .single-product>.tabs .tabbable .tab-content #tab-reviews #comments .comment_container .comment-text .description{font-size:12px;color:#7d7d7d;}.single-product.mobile-layout .content-product-detail .single-product>.tabs .tabbable .tab-content #tab-reviews #comments .comment_container .comment-text .description p{margin:0;}.single-product.mobile-layout .content-product-detail .single-product>.tabs .tabbable .tab-content #tab-reviews #comments .comment_container .comment-text .meta{margin:0;}.single-product.mobile-layout .content-product-detail .single-product>.tabs .tabbable .tab-content #tab-reviews #comments .comment_container .comment-text .meta strong{font-size:12px;color:#111;font-weight:600;text-transform:uppercase;}.single-product.mobile-layout .content-product-detail .single-product>.tabs .tabbable .tab-content #tab-reviews #comments .comment_container .comment-text .meta time{font-size:12px;color:#7d7d7d;font-style:italic;}.single-product.mobile-layout .content-product-detail .single-product>.tabs .tabbable .tab-content #tab-reviews .form-submit #submit{height:42px;width:100% !important;background-color:var(--color) !important;text-align:center;text-transform:uppercase;font-size:13px;color:#fff;font-weight:600;margin:0;border:0;line-height:42px;padding:0 !important;border-radius:20px !important;box-shadow:0 10px 15px rgba(194,54,0,.1);}.single-product.mobile-layout.woocommerce div.product p.price,.single-product.mobile-layout.woocommerce div.product span.price{font-size:18px;margin-bottom:15px;}.single-product.mobile-layout.woocommerce div.product form.cart .variations{margin-bottom:0;}.single-product.mobile-layout.woocommerce div.product form.cart .addcart-wrapper .single_variation_wrap{text-align:center;}.single-product.mobile-layout.woocommerce div.product form.cart .addcart-wrapper .single_variation_wrap .woocommerce-variation.single_variation{text-align:left;}.single-product.mobile-layout.woocommerce div.product form.cart .addcart-wrapper .single_variation_wrap .woocommerce-variation-add-to-cart{display:inline-block;}.single-product.mobile-layout.woocommerce div.product form.cart div.quantity{border-radius:20px;}.single-post.mobile-layout.rtl .single.main .post .entry-wrap .entry-content .social-share{left:0;right:auto;}.single-post.mobile-layout.rtl .single.main .post .entry-wrap .entry-content .social-share .title-share{margin-left:0;}.single-post.mobile-layout.rtl .single-post-relate-mobile .post .item-relate-img{float:right;margin-left:15px;margin-right:0;}.single-post.mobile-layout.rtl .single-post-relate-mobile .post .item-relate-content .entry-meta .fa{margin-left:10px;margin-right:0;}.single-post.mobile-layout.rtl .single-post-relate-mobile .post .item-relate-content .entry-meta .entry-author{float:right;margin-left:20px;margin-right:0;}.single-post.mobile-layout .single.main .post .entry-wrap .entry-thumb::before{border:0;}.single-post.mobile-layout .single.main .post .entry-wrap .entry-title{font-size:16px;margin-top:16px;}.single-post.mobile-layout .single.main .post .entry-wrap .entry-content{padding:0;}.single-post.mobile-layout .single.main .post .entry-wrap .entry-content .entry-meta{border-bottom:0;padding:0;font-size:12px;margin-bottom:10px;}.single-post.mobile-layout .single.main .post .entry-wrap .entry-content .entry-summary{font-size:12px;line-height:20px;}.single-post.mobile-layout .single.main .post .entry-wrap .entry-content .social-share{position:absolute;bottom:-65px;right:0;padding:0;z-index:1;border:0;}.single-post.mobile-layout .single.main .post .entry-wrap .entry-content .social-share.open{z-index:2;}.single-post.mobile-layout .single.main .post .entry-wrap .entry-content .social-share.open .wrap-content{opacity:1;-webkit-transform:translateX(0);-moz-transform:translateX(0);-o-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);}.single-post.mobile-layout .single.main .post .entry-wrap .entry-content .social-share .title-share{float:right;margin-top:179px;display:inline-block;font-size:0;width:35px;height:35px;line-height:33px;border:1px solid #007cdc;text-align:center;color:#7d7d7d;padding:0;margin-right:0;border-radius:50%;}.single-post.mobile-layout .single.main .post .entry-wrap .entry-content .social-share .title-share:before{font-size:16px;display:inline-block;font-family:"FontAwesome";content:"";}.single-post.mobile-layout .single.main .post .entry-wrap .entry-content .social-share .wrap-content{float:right;position:relative;margin-right:-40px;opacity:0;-webkit-transform:translateX(60px);-moz-transform:translateX(60px);-o-transform:translateX(60px);-ms-transform:translateX(60px);transform:translateX(60px);-webkit-transition:all .5s;-moz-transition:all .5s;-o-transition:all .5s;-ms-transition:all .5s;transition:all .5s;}.single-post.mobile-layout .single.main .post .entry-wrap .entry-content .social-share .wrap-content >a{display:block;margin:0 5px 10px;}.single-post.mobile-layout .post #authorDetails{margin-top:15px;padding:10px 0 0;border-top:1px solid #0065b3;border-bottom:1px solid #0065b3;}.single-post.mobile-layout .post #authorDetails .avatar{width:40px;border-radius:50%;}.single-post.mobile-layout .post #authorDetails .infomation{padding:8px 10px !important;}.single-post.mobile-layout .post #authorDetails .infomation .name-author{margin:0;}.single-post.mobile-layout .single-post-relate-mobile h4{padding:20px 0 10px;font-size:13px;color:#111;font-weight:600;text-transform:uppercase;}.single-post.mobile-layout .single-post-relate-mobile .post{overflow:hidden;margin-bottom:20px;padding-bottom:20px;border-bottom:1px solid #0065b3;}.single-post.mobile-layout .single-post-relate-mobile .post .item-relate-img{display:inline-block;width:115px;float:left;margin-right:15px;}.single-post.mobile-layout .single-post-relate-mobile .post .item-relate-content h4{padding:0;text-transform:capitalize;}.single-post.mobile-layout .single-post-relate-mobile .post .item-relate-content .entry-meta{overflow:hidden;font-size:12px;color:#909090;}.single-post.mobile-layout .single-post-relate-mobile .post .item-relate-content .entry-meta .fa{margin-right:10px;}.single-post.mobile-layout .single-post-relate-mobile .post .item-relate-content .entry-meta a{font-size:12px;color:#909090;}.single-post.mobile-layout .single-post-relate-mobile .post .item-relate-content .entry-meta .entry-author{float:left;margin-right:20px;}.single-post.mobile-layout #respond{margin-bottom:20px;}.single-post.mobile-layout #respond .wp-comment .title{margin-bottom:15px;}.single-post.mobile-layout #respond .wp-comment .form-horizontal .cmm-box-bottom button.btn{height:40px;width:100%;background-color:var(--color);text-align:center;text-transform:uppercase;font-size:13px;color:#fff;font-weight:600;margin:0;border:0;line-height:40px;padding:0;border-radius:20px;box-shadow:0 10px 15px rgba(194,54,0,.1);}.single-post.mobile-layout #respond .wp-comment .form-horizontal .cmm-box-top .control-group{width:100%;}.single-post.mobile-layout #comments .comment .author{width:40px;border-radius:50%;}.single-post.mobile-layout #comments .comment .media-body .media .media-heading .author-name a{font-size:12px;}.search-results.mobile-layout .autusin_breadcrumbs{display:none;}.search-results.mobile-layout .listing-title h1{font-size:13px;}.search-results.mobile-layout .listing-title h1 small{font-size:13px;}.search-results.mobile-layout .content-list-category{padding:0 !important;}.search-results.mobile-layout .content-list-category #left{order:2;}.filter-mobile h3{font-weight:600;font-size:12px;color:#111;text-transform:uppercase;}.filter-mobile .widget_price_filter{border:0;padding:0;margin-bottom:15px;}.filter-mobile .widget_price_filter .price_slider_wrapper{padding:0;}.filter-mobile .widget_price_filter .price_slider_wrapper .price_slider_amount #min_price,.filter-mobile .widget_price_filter .price_slider_wrapper .price_slider_amount #max_price{border-radius:20px;border:1px solid #007cdc;text-align:center;height:40px;font-size:14px;color:#7d7d7d;font-weight:500;margin-bottom:15px;}.filter-mobile .widget_price_filter .price_slider_wrapper .price_slider_amount .price_label{font-size:14px;color:#7d7d7d;font-weight:500;line-height:40px;}.rtl .filter-mobile .widget_price_filter .price_slider_wrapper .price_slider_amount .price_label{float:left;}.filter-mobile .widget_price_filter .price_slider_wrapper .price_slider_amount button{height:40px;width:48%;background-color:var(--color);text-align:center;text-transform:uppercase;font-size:13px;color:#fff;font-weight:600;margin:0;border:0;line-height:40px;padding:0;border-radius:20px;box-shadow:0 10px 15px rgba(194,54,0,.1);}.rtl .filter-mobile .widget_price_filter .price_slider_wrapper .price_slider_amount button{float:right;}.filter-mobile .widget_layered_nav{margin-bottom:10px;}.filter-mobile .widget_layered_nav ul{overflow:hidden;}.filter-mobile .widget_layered_nav ul >li{font-size:14px;color:#7d7d7d;font-weight:500;line-height:28px;float:left;}.rtl .filter-mobile .widget_layered_nav ul >li{float:right;}.rtl .filter-mobile .widget_layered_nav ul >li a{margin-left:10px;margin-right:0;}.filter-mobile .widget_layered_nav ul >li a{color:#7d7d7d;color:#111;display:inline-block;width:52px;height:40px;background-color:#f2f2f2;font-size:12px;font-weight:600;margin-right:10px;line-height:40px;text-align:center;}.filter-mobile .widget_layered_nav ul >li a:hover{background-color:var(--color);color:#fff;}.filter-mobile .widget_layered_nav ul >li .count{display:none;}.home.mobile-layout .body-wrapper .body-wrapper-inner>.container,.home-mobile.mobile-layout .body-wrapper .body-wrapper-inner>.container{padding-top:0;}.mobile-layout .body-wrapper .body-wrapper-inner>.container{position:relative;padding-top:10px;}.mobile-layout .body-wrapper .body-wrapper-inner>.container.open:before{content:"";width:100%;height:100%;display:block;background:rgba(0,0,0,.7);position:absolute;left:0;right:0;bottom:0;top:0;z-index:3;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;}.woocommerce-checkout.mobile-layout .checkout #payment #place_order{height:40px;width:100%;background-color:var(--color);text-align:center;text-transform:uppercase;font-size:13px;color:#fff;font-weight:600;margin:0;border:0;line-height:40px;padding:0;border-radius:20px;box-shadow:0 10px 15px rgba(194,54,0,.1);}.woocommerce-checkout.mobile-layout h3{font-size:13px;color:#111;font-weight:600;text-transform:uppercase;}.woocommerce-wishlist.mobile-layout form table.shop_table{border-radius:0;}.woocommerce-wishlist.mobile-layout form table.shop_table tr{border:0;}.woocommerce-wishlist.mobile-layout form table.shop_table tr td{border:0;}.woocommerce-wishlist.mobile-layout form table.shop_table thead th{border:0;}.woocommerce-wishlist.mobile-layout form table.shop_table tfoot{border:0;}.tax-product_cat.mobile-layout .body-wrapper>.container{padding-top:0;}@media (min-width: 481px){.woocommerce-order-received.mobile-layout h2{font-size:13px;text-transform:uppercase;font-weight:600;color:#111;}.woocommerce-order-received.mobile-layout .order_details li{margin-right:1em;}.woocommerce-order-received.mobile-layout table.shop_table{border-radius:0;}.woocommerce-order-received.mobile-layout table.shop_table tr{border-top:1px solid #0065b3;}.woocommerce-order-received.mobile-layout table.shop_table th,.woocommerce-order-received.mobile-layout table.shop_table td{border:0;}}@media (max-width: 480px){.mobile-layout .sw-woo-tab-mobile .resp-tab .top-tab-slider .tab_list{position:relative;display:block;margin:10px 10px 10px 7px;left:auto;right:auto;width:auto;bottom:auto;top:auto;text-align:center;box-shadow:none;height:auto;overflow-y:scroll;z-index:1;overflow-x:auto;}.mobile-layout .sw-woo-tab-mobile .resp-tab .top-tab-slider .tab_list .nav.nav-tabs{display:inline-block;white-space:nowrap;margin:0;border:0;background:transparent;}.mobile-layout .sw-woo-tab-mobile .resp-tab .top-tab-slider .tab_list .nav.nav-tabs li{display:inline-block;vertical-align:top;white-space:nowrap;float:none;margin:0 7px;width:auto;}.mobile-layout .sw-woo-tab-mobile .resp-tab .top-tab-slider .tab_list .nav.nav-tabs li >a{display:inline-block;height:28px;line-height:28px;padding:0 13px;border-radius:14px;text-transform:capitalize;font-size:12px;background-color:#f5f5f5;font-weight:400;border:0;}.mobile-layout .sw-woo-tab-mobile .resp-tab .top-tab-slider .tab_list .nav.nav-tabs li >a:before{width:0;height:0;}.mobile-layout .sw-woo-tab-mobile .resp-tab .top-tab-slider .tab_list .nav.nav-tabs li.active>a,.mobile-layout .sw-woo-tab-mobile .resp-tab .top-tab-slider .tab_list .nav.nav-tabs li:hover>a{background-color:var(--color);color:#fff;}.mobile-layout.woocommerce-cart .shop_table.cart tr.cart_item td.product-name{display:inline-block;white-space:nowrap;width:12em;overflow:hidden;text-overflow:ellipsis;}.mobile-layout.woocommerce-cart .shop_table.cart tr.cart_item td.product-quantity{width:140px;}.mobile-layout .sw-tab-cat-mobile .resp-tab .top-tab-slider .tab_list{position:relative;display:block;left:auto;right:auto;width:auto;bottom:auto;top:auto;text-align:center;box-shadow:none;height:auto;overflow-y:scroll;z-index:1;overflow-x:auto;}.mobile-layout .sw-tab-cat-mobile .resp-tab .top-tab-slider .tab_list .nav.nav-tabs{display:inline-block;top:0;width:auto;white-space:nowrap;margin:0;height:auto;border:0;background:transparent;}.mobile-layout .sw-tab-cat-mobile .resp-tab .top-tab-slider .tab_list .nav.nav-tabs li{display:inline-block;vertical-align:top;white-space:nowrap;float:none;line-height:inherit;margin:0 7px;width:auto;}.mobile-layout .sw-tab-cat-mobile .resp-tab .top-tab-slider .tab_list .nav.nav-tabs li >a{display:inline-block;height:28px;line-height:28px;padding:0 13px;border-radius:14px;text-transform:capitalize;font-size:12px;background-color:#f5f5f5;font-weight:400;border:0;}.mobile-layout .sw-tab-cat-mobile .resp-tab .top-tab-slider .tab_list .nav.nav-tabs li >a:before{width:0;height:0;}.mobile-layout .sw-tab-cat-mobile .resp-tab .top-tab-slider .tab_list .nav.nav-tabs li.active>a,.mobile-layout .sw-tab-cat-mobile .resp-tab .top-tab-slider .tab_list .nav.nav-tabs li:hover>a{background-color:var(--color);color:#fff;}}@media (min-width: 414px){.mobile-layout .products-wrapper .products-loop.grid>li{float:left;width:50%;}.header-mobile-style3 .mobile-search .top-form.top-search{width:180px;}}@media (max-width: 414px){.mobile-layout .vertical_megamenu .resmenu-container .menu-responsive-wrapper ul.autusin_resmenu{height:640px;overflow:auto;}.woocommerce-order-received.mobile-layout h2{font-size:13px;text-transform:uppercase;font-weight:600;color:#111;}.woocommerce-order-received.mobile-layout .order_details li{float:none;padding-right:0;margin-right:0;margin-bottom:15px;border:0;}.woocommerce-order-received.mobile-layout table.shop_table{border-radius:0;}.woocommerce-order-received.mobile-layout table.shop_table tr{border-top:1px solid #0065b3;}.woocommerce-order-received.mobile-layout table.shop_table th,.woocommerce-order-received.mobile-layout table.shop_table td{border:0;}.single-product.mobile-layout .content-product-detail .product_detail .content_product_detail .cart .quantity input{width:40px;}.single-product.mobile-layout.rtl .content-product-detail .product_detail .content_product_detail .cart .quantity input{width:30px;}.single-product.mobile-layout.rtl .content-product-detail .product_detail .content_product_detail .cart .quantity .minus{background-position:-20px -1685px;}.single-product.mobile-layout.rtl .content-product-detail .product_detail .content_product_detail .cart .quantity .plus{background-position:-11px -1665px;}.single-product.mobile-layout .content-product-detail .product_detail .content_product_detail .add_to_cart_button,.single-product.mobile-layout .content-product-detail .product_detail .content_product_detail .product_type_external,.single-product.mobile-layout .content-product-detail .product_detail .content_product_detail .product_type_grouped,.single-product.mobile-layout .content-product-detail .product_detail .content_product_detail .single_add_to_cart_button{width:120px;}.single-product.mobile-layout .content-product-detail .product_detail .slider_img_productd .product-info{bottom:160px;}}@media (max-width: 375px){.header-mobile-style3 .mobile-search .top-form.top-search,.header-mobile-style3.sticky-mobile .mobile-search .top-form.top-search{width:150px;}.mobile-layout .vertical_megamenu .resmenu-container .menu-responsive-wrapper ul.autusin_resmenu{height:575px;}.resp-ajax-page-listing .page-listing-content ul.nav-tabs>li>a{padding:20px 7px;}.countdown-slider2 .item .item-wrap .item-detail .products-thumb{width:100%;margin-bottom:30px;}.countdown-slider2 .item .item-wrap .item-detail .item-content{width:100%;padding:0;}}@media (max-width: 360px){.header-mobile-style1 .mobile-search .top-form.top-search,.header-mobile-style2 .mobile-search .top-form.top-search{width:220px;}.header-mobile-style3 .mobile-search .top-form.top-search,.header-mobile-style3.sticky-mobile .mobile-search .top-form.top-search{width:110px;}.mobile-layout .vertical_megamenu .resmenu-container .menu-responsive-wrapper ul.autusin_resmenu{height:640px;overflow:auto;}.mobile-layout .vertical_megamenu .resmenu-container .menu-responsive-wrapper{min-width:220px;}.mobile-layout .products-wrapper .products-loop.list .item .item-wrap .item-detail .products-thumb{width:100%;margin-bottom:10px;}.sw-tab-mobile .top-tab-slider .nav.nav-tabs{overflow-x:scroll;overflow-y:hidden;white-space:nowrap;text-align:left;}.sw-tab-mobile .top-tab-slider .nav.nav-tabs >li{float:none;display:inline-block;vertical-align:top;white-space:normal;margin:0 10px 0 0;}.sw-tab-mobile .top-tab-slider .nav.nav-tabs >li >a{font-size:11px;}.mobile-layout .vertical_megamenu .resmenu-container .menu-responsive-wrapper ul.autusin_resmenu{height:auto;}.sw-ajax-categories .resp-listing-container .item-product-cat{width:50%;}.sw-ajax-categories.style-moblie:hover:before{opacity:1;}.block-mobile .info .inner{text-align:center;}.block-mobile .info .inner i{display:inline-block;font-size:24px;float:none;}.rtl .block-mobile .info .inner i{float:none;}.block-mobile .info .inner .info-content{padding:0;}.block-mobile .info .inner .info-content span{line-height:14px;}.rtl .block-mobile .info .inner .info-content{padding:0;}.single-post.mobile-layout .single-post-relate-mobile .post .item-relate-content h4{margin-bottom:5px;}.single-post.mobile-layout .single-post-relate-mobile .post .item-relate-content .entry-meta .entry-author{float:none;}.products-wrapper .products-loop{margin:0;}.single-product.mobile-layout>.tabs .tabbable .nav.nav-tabs li{width:auto;}.single-product.mobile-layout>.tabs .tabbable .nav.nav-tabs li a{width:auto;}.mobile-layout.single-product .single-product>.tabs .tabbable .nav.nav-tabs li{width:auto !important;}.single-product.mobile-layout .content-product-detail .single-product>.tabs .tabbable .tab-content #tab-description p{width:290px;}.mobile-layout .pagination ul li a.next,.mobile-layout .pagination ul li a.prev{width:32px;text-indent:-9999px;position:relative;}.mobile-layout .pagination ul li a.next:before,.mobile-layout .pagination ul li a.prev:before{position:absolute;text-indent:0;display:inline-block;font-size:16px;color:#999;font-family:"FontAwesome";top:0;right:0;bottom:0;left:0;line-height:30px;}.mobile-layout .pagination ul li a.next:before{content:"";}.mobile-layout .pagination ul li a.prev:before{content:"";}.mobile-layout.rtl .pagination ul li a.next:before{content:"";}.mobile-layout.rtl .pagination ul li a.prev:before{content:"";}.search-results.mobile-layout .content_list_product ul>li .item-wrap .item-detail .item-content h4{white-space:nowrap;width:110px;overflow:hidden;text-overflow:ellipsis;text-align:center;margin:0 auto 5px;}.search-results.mobile-layout .content_list_product ul>li .item-wrap .item-detail .item-content .item-bottom{display:none;}.footer-mstyle1 .footer-container .footer-menu .menu-item a .menu-text{display:none;}.countdown-mobile:before,.best-selling-mobile:before{opacity:1;}.footer-mstyle1 .footer-container .footer-menu .menu-item{margin-bottom:5px;}}@media (max-width: 320px){.header-mobile-style1 .mobile-search .top-form.top-search,.header-mobile-style2 .mobile-search .top-form.top-search{width:180px;}.mobile-layout .vertical_megamenu .resmenu-container .menu-responsive-wrapper ul.autusin_resmenu{height:485px;}}.mobile-layout .autusin_search_default .icon-search{display:none;}.footer-cart .autusin-minicart-mobile a .menu-text{display:block;}.jet-filters-group .jet-select.jet-filters-loading{position:relative;opacity:1 !important;}.jet-filters-group .jet-select.jet-filters-loading:after{background:url("data:image/gif;base64,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") no-repeat;content:"";width:20px;height:20px;position:absolute;right:10px;margin:-10px 0 0;top:50%;}.hidden-title-form button i,.wishlist-title a.show-title-form i,.wishlist_manage_table tfoot a.create-new-wishlist i,.wishlist_manage_table tfoot button.submit-wishlist-changes i,.wishlist_table .add_to_cart.button i,.wishlist_table .ask-an-estimate-button i,.yith-wcwl-add-button>a i,.yith-wcwl-wishlist-new button i,.yith-wcwl-wishlist-search-form button.wishlist-search-button i{margin:0;}.jet-select__control{width:100%;}body.elementor-page{position:relative;}form{margin-bottom:0;}.header-style12.elementor-element .sticky-menu .main-menu{float:none;padding:10px 0 0;text-align:center;}.header-style13 .header-mid.sticky-menu{position:fixed;display:block;z-index:997;}.header-style15 .header-mid.sticky-menu{position:fixed;background-color:#fff;box-shadow:0 0 10px 0 rgba(0,0,0,.1);z-index:999;}@media (max-width: 991px){.home-style14 #main-menu .primary-menu .resmenu-container .navbar-toggle{margin:0 15px;}}@media (min-width: 1200px){.home-style14 .elementor-section.elementor-section-boxed>.elementor-container{max-width:1330px;}}.elementor-location-header .elementor-block>div,.elementor-location-footer .elementor-block>div{display:block !important;}.elementor-location-header .elementor-width>div>div,.elementor-location-footer .elementor-width>div>div{width:auto !important;}.elementor-location-header .elementor-block>div,.elementor-location-footer .elementor-block>div{display:block !important;}.elementor-location-header .elementor-width>div>div,.elementor-location-footer .elementor-width>div>div{width:auto !important;}.elementor-block>div>div{display:block !important;}.elementor-width>div>div>div{width:auto !important;}.header-style13.elementor-element .swg-menu .swg-elementor-menu > li{position:relative;}.header-style13.elementor-element .swg-menu .swg-elementor-menu > li:after{content:"";left:50%;margin:0 0 0 -20px;bottom:-16px;position:absolute;background-color:#0c1555;width:0;height:2px;top:auto !important;transition:all .3s;}.header-style13.elementor-element .swg-menu .swg-elementor-menu > li:hover:after{width:40px;}.header-style13.elementor-element .swg-menu .swg-elementor-menu > li:first-child.active:after{width:40px;}.header-style13.elementor-element .wrapper_vertical_menu{visibility:visible;opacity:1;-webkit-transform:translateY(0);-moz-transform:translateY(0);-o-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);display:none;}.header-style13.elementor-element .swe-woo-cart .swe-wrap-cart-head .swe-cart-icon .image-icon{width:auto;height:auto;}.header-style13.elementor-element .swe-woo-cart .swe-wrap-cart-head .swe-cart-subtotal .text{margin-bottom:5px;}.header-style13.elementor-element .swe-woo-cart .swe-wrap-cart-head .swe-cart-subtotal .swe-cart-count,.header-style13.elementor-element .swe-woo-cart .swe-wrap-cart-head .swe-cart-subtotal .item-text{display:none;}.header-style13.elementor-element #lang_sel > ul.nav > li > ul{margin-top:-3px;}.header-style13.elementor-element .swg-menu .swg-mega > .swg-mega-menu-item > ul.dropdown-menu{border:0;border-radius:0;}.header-style13.elementor-element .currency_w>li:hover .currency_switcher,.header-style13.elementor-element #lang_sel>ul.nav>li:hover>ul{top:25px;}.header-style13.elementor-element .header-mid{background-color:#0065b3;padding:15px 0;}.header-style13.elementor-element .currency_w>li>a{padding:2px 0 0 !important;display:inline-block;}.header-style13.elementor-element #lang_sel>ul.nav>li>a,.header-style13.elementor-element .currency_w>li>a{font-size:12px;color:#d2d2d2;}.header-style13.elementor-element .top-login ul li a{font-size:12px;color:#d2d2d2;display:inline-block;}.header-style13.elementor-element .elementor-element .top-login ul:before,.header-style13.elementor-element .elementor-element .top-login .div-logined ul:before{display:none;}.header-style13.elementor-element .elementor-widget-wp-widget-nav_menu a{font-size:20px;color:#000;}.header-style13.elementor-element .elementor-widget-wp-widget-nav_menu a .menu-title{font-size:0;}.header-style13.elementor-element .autusin-minicart .top-minicart-icon{padding:0 0 0 40px;position:relative;}.header-style13.elementor-element .autusin-minicart .top-minicart-icon h3{color:#555;font-size:12px;text-transform:capitalize;}.header-style13.elementor-element .autusin-minicart .top-minicart-icon p{font-size:16px;color:#0c1555;}.header-style13.elementor-element .autusin-minicart4 .top-minicart-icon .cart-contents i{font-size:0;}.header-style13.elementor-element .autusin-minicart4.top-form.top-form-minicart .top-minicart-icon{border:none;border-radius:0;}.header-style13.elementor-element .autusin-minicart4.top-form.top-form-minicart .top-minicart-icon .cart-contents{background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAWCAYAAADNX8xBAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQ1IDc5LjE2MzQ5OSwgMjAxOC8wOC8xMy0xNjo0MDoyMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTkgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjAyQkIyMDhCRDNDQjExRUFBMjBCRjZFMkI1OTg5OEI3IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjAyQkIyMDhDRDNDQjExRUFBMjBCRjZFMkI1OTg5OEI3Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MDJCQjIwODlEM0NCMTFFQUEyMEJGNkUyQjU5ODk4QjciIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MDJCQjIwOEFEM0NCMTFFQUEyMEJGNkUyQjU5ODk4QjciLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5l8Zw4AAABFklEQVR42mJgwA7YgLgMiK8C8T8ovgoVY8OmgRGHQeuB2B2IV0ANAAFtII4A4p1AHIiugQWJLQXEakAsBMQBQNwPxJuQ5M8C8QcgLgTiYCB+C8S3gPgZsoFZQPwLiP+TiH9B9cJd8gvqHRMg9oIqAtlsgIZToHLhULXroXpBZjA4QCVNoAYrQPkBWMIOptYAyteF8j2ZkBT9YSAdfIbS7EwMVALYDHoFjd6TWOSuQOXu44t+GPgGxBtwWPwGlxxNvTZqEI0MQo7+DCB+QaJ+AWwGRQPxX3J9hGyQLRBfINEgBVgqZ4IWoyDAT0bQSMMyL6io5YGaCirxpiLlaEIApC8HiIWBWBEmaAnNkKSWkFegehkAAgwAuD1Oufebrt8AAAAASUVORK5CYII=") no-repeat center center rgba(0,0,0,0);}.header-style13.elementor-element .autusin-minicart4.top-form.top-form-minicart .top-minicart-icon .cart-contents.nitro-lazy{background-image:none !important;}.header-style13.elementor-element .autusin-minicart4.top-form.top-form-minicart .top-minicart-icon .cart-contents .minicart-number{position:absolute;bottom:2px;right:0px;background:#0c1555;color:#fff;font-size:11px;width:16px;height:16px;line-height:16px;border-radius:50%;top:auto;}.header-style13.elementor-element .autusin-minicart4.top-form.top-form-minicart .top-minicart-icon .cart-contents{display:inline-block;border:none;}.header-style13.elementor-element .autusin-minicart4.top-form.top-form-minicart .top-minicart-icon .cart-title h3{font-size:12px;color:#555;height:initial;line-height:normal;text-align:left;}.rtl .header-style13.elementor-element .autusin-minicart4.top-form.top-form-minicart .top-minicart-icon .cart-title h3{text-align:right;}.header-style13.elementor-element .autusin-minicart4.top-form.top-form-minicart .top-minicart-icon .cart-title h3 span{display:block;font-size:16px;color:#0c1555;line-height:normal;font-weight:700;}.header-style13.elementor-element .elementor-widget-wp-widget-nav_menu .menu-wishlist a span{padding:10px 0;}.header-style13.elementor-element .mega-left-title{height:40px;line-height:40px;overflow:hidden;padding:0;clip-path:polygon(30% 0,100% 0%,70% 100%,0% 100%);width:65px;cursor:pointer;background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAOCAYAAAArMezNAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQ1IDc5LjE2MzQ5OSwgMjAxOC8wOC8xMy0xNjo0MDoyMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTkgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkI2NDVGRDdERDUzMjExRUFCREIwREMyMDIwQkM0QUM5IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkI2NDVGRDdFRDUzMjExRUFCREIwREMyMDIwQkM0QUM5Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6QjY0NUZEN0JENTMyMTFFQUJEQjBEQzIwMjBCQzRBQzkiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6QjY0NUZEN0NENTMyMTFFQUJEQjBEQzIwMjBCQzRBQzkiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4TeNgyAAAAK0lEQVR42mJkwA3+M1AAmBhGwZAFjNRMCcjmjaaKIZ4q/lM5ZdE2VQAEGAA/BgMJVYkClAAAAABJRU5ErkJggg==") no-repeat center #fff;}.header-style13.elementor-element .mega-left-title.nitro-lazy{background-image:none !important;}.header-style13.elementor-element .mega-left-title:before{display:none;font-size:16px;color:#000;}.header-style13.elementor-element .mega-left-title span{font-size:0;display:block;}.header-style13.elementor-element .search-layout2 .top-form.top-search button.form-button{right:15px;background-color:transparent !important;padding:0;width:40px;height:40px;line-height:40px;color:#222;}.rtl .header-style13.elementor-element .search-layout2 .top-form.top-search button.form-button{right:auto;left:15px;}.header-style13.elementor-element .header-left{clip-path:polygon(5% 0,100% 0%,95% 100%,0% 100%);}.header-style13.elementor-element .search-layout2 .top-form.top-search button.form-button,.header-style13.elementor-element .search-layout2 .top-form.top-search .autosearch-input{background:#fff;height:40px;line-height:40px;padding:0 30px;border-radius:0;}.header-style13.elementor-element .autusin_top .top-form.top-search button.form-button:hover:before{color:#0065b3;}.header-style13.elementor-element .wrapper_vertical_menu{z-index:9999;right:0;}.rtl .header-style13.elementor-element .wrapper_vertical_menu{right:auto;left:0;}.header-style13.elementor-element .nav-pills>li.active>a,.header-style13.elementor-element .nav-pills>li:hover>a{color:#222;}.header-style13.elementor-element .nav-pills>li.active:before,.header-style13.elementor-element .nav-pills>li:hover:before{background-color:#0c1555;}.header-style13.elementor-element .input-group-btn:before{content:"";width:5px;height:60px;right:65px;background-color:#0065b3;top:-15px;position:absolute;transform:rotate(23deg);z-index:9;}.header-style13.elementor-element .nav-pills>li{position:relative;}.header-style13.elementor-element .nav-pills>li >a{font-size:14px;font-weight:600;color:#222;transition:all .3s;}.header-style13.elementor-element .nav-pills>li:before{content:"";left:50%;margin:0 0 0 -20px;bottom:-15px;position:absolute;background-color:transparent;width:40px;height:2px;top:auto !important;}.header-style13.elementor-element .elementor-widget-wp-widget-sw_ajax_woocommerce_search{position:absolute;right:0;bottom:-10px;top:auto;}.header-style13.elementor-element .elementor-widget-wp-widget-sw_ajax_woocommerce_search .top-search{background-color:#0065b3;padding:5px 9px;clip-path:polygon(6% 0,100% 0%,95% 100%,0% 100%);position:absolute;top:0;width:430px;z-index:2;}.header-style13.elementor-element .elementor-widget-wp-widget-sw_ajax_woocommerce_search .top-search .content-search{clip-path:polygon(5% 0,100% 0%,96% 100%,0% 100%);}.shopnow{font-size:14px !important;color:#000 !important;text-transform:uppercase !important;font-weight:400 !important;padding:10px 40px 10px 20px !important;background-color:#0065b3;clip-path:polygon(0 0,100% 0%,86% 100%,0% 100%);position:relative;overflow:hidden;line-height:40px !important;}.shopnow:before{content:"";background-color:#0c1555;width:3px;height:40px;position:absolute;top:0;right:16px;transform:skewX(-26deg);}.color-fix{color:#0065b3 !important;}.home-style14{background-color:#f1f2f6;}.sw-category-slider10{background-color:transparent !important;}.sw-category-slider10 .box-title h3{font-size:30px;font-weight:700;padding:0 40px;text-transform:uppercase;position:relative;color:#000;}.sw-category-slider10 .box-title h3:before{content:"";position:absolute;left:5px;bottom:7px;border-left:5px solid #0065b3;transform:skewX(-26deg);height:20px;width:15px;border-right:5px solid #0065b3;}.rtl .sw-category-slider10 .box-title h3:before{transform:skewX(26deg);left:auto;right:5px;}.sw-category-slider10 .item{background-color:#fff;}.sw-category-slider10 .item .item-wrap{clear:both;background-color:#fff;display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;align-items:center;margin:0;width:100%;padding:20px 15px;min-height:125px;border-bottom:1px solid #ededed;float:left;border-right:1px solid #ededed;cursor:pointer;}.sw-category-slider10 .item .item-wrap:hover .item-content a{color:#0065b3;}.sw-category-slider10 .item .item-wrap .item-image{width:80px;height:80px;margin:0;}.sw-category-slider10 .item .item-wrap .item-image img{margin:0;}.sw-category-slider10 .item .item-wrap .item-content{float:left;text-align:left;padding:0 0 0 10px;width:70%;}.sw-category-slider10 .item .item-wrap .item-content h3{margin:0 0 5px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;}.sw-category-slider10 .item .item-wrap .item-content a{font-size:16px;font-weight:700;color:#000;display:block;text-transform:capitalize;}.sw-category-slider10 .item .item-wrap .item-content p{color:#999;font-size:14px;margin:0;}.rtl .featured-product3 .res-button{left:35px;}.featured-product3 .res-button.slick-prev{right:35px;}.rtl .featured-product3 .res-button.slick-prev{left:0;right:auto;}.featured-product3 .box-title h3{font-size:30px;font-weight:700;padding:0 40px;text-transform:uppercase;position:relative;color:#000;}.rtl .featured-product3 .box-title h3{text-align:right;}.featured-product3 .box-title h3:before{content:"";position:absolute;left:5px;bottom:7px;border-left:5px solid #0065b3;transform:skewX(-26deg);height:20px;width:15px;border-right:5px solid #0065b3;}.rtl .featured-product3 .box-title h3:before{transform:skewX(26deg);left:auto;right:5px;}.woo-slider-short{position:relative;}.woo-slider-short .res-button.slick-prev{right:35px !important;}.rtl .woo-slider-short .res-button.slick-prev{right:auto;left:35px !important;}.woo-slider-short .res-button{cursor:pointer;width:40px;height:28px;top:2px;clip-path:polygon(30% 0,100% 0%,70% 100%,0% 100%);background-color:#fdb819;display:inline-block !important;margin:0;position:absolute;right:0;left:auto;color:#000;text-align:center;line-height:28px;transition:all .3s;border:0;border-radius:0;opacity:1;}.rtl .woo-slider-short .res-button{right:auto;left:45px;}.woo-slider-short .res-button:hover{background-color:rgba(0,0,0,.4);}.woo-slider-short .res-button.slick-prev{right:45px;}.rtl .woo-slider-short .res-button.slick-prev{right:auto;left:0;}.woo-slider-short .res-button.slick-prev:before{width:40px;content:"";font-family:"FontAwesome";font-size:14px;height:28px;line-height:28px;}.woo-slider-short .res-button.slick-next:before{width:40px;font-size:14px;content:"";font-family:"FontAwesome";height:28px;line-height:28px;}.woo-slider-short .resp-slider-container{margin:0 -15px;}.woo-slider-short .box-title h3{font-size:30px;font-weight:700;padding:0 40px;text-transform:uppercase;position:relative;color:#000;}.woo-slider-short .box-title h3:before{content:"";position:absolute;left:5px;bottom:7px;border-left:5px solid #0065b3;transform:skewX(-26deg);height:20px;width:15px;border-right:5px solid #0065b3;}.rtl .woo-slider-short .box-title h3:before{transform:skewX(26deg);left:auto;right:5px;}.woo-slider-short .item-wrap4{background-color:transparent;display:inline-block;border:none;padding:10px 15px;}.woo-slider-short .item-detail{min-height:120px;background-color:#fff;position:relative;display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;align-items:center;}.woo-slider-short .item-detail .products-thumb .product-thumb-hover img.hover-image{left:0;top:-5px;}.woo-slider-short .item-detail .sw-quickview{position:absolute;font-size:0;width:32px;height:32px;top:0;background:url("https://cdn-ildmmhg.nitrocdn.com/EmfGayVpJIjlSxwvIsYhxAzAzNUjWyuH/assets/images/source/rev-f65d057/mwtruckparts.co.uk/wp-content/uploads/sw_theme/assets/img/quickview.svg") no-repeat center center #dfdfdf;display:inline-block;background-size:14px !important;right:0;}.woo-slider-short .item-detail .sw-quickview.nitro-lazy{background-image:none !important;}.rtl .woo-slider-short .item-detail .sw-quickview{right:auto;left:0;}.woo-slider-short .item-detail .sw-quickview:hover{background:url("https://cdn-ildmmhg.nitrocdn.com/EmfGayVpJIjlSxwvIsYhxAzAzNUjWyuH/assets/images/source/rev-f65d057/mwtruckparts.co.uk/wp-content/uploads/sw_theme/assets/img/quickview.svg") no-repeat center center #d2d2d2;}.woo-slider-short .item-detail .sw-quickview:hover.nitro-lazy{background-image:none !important;}.woo-slider-short .item-detail .item-img{float:left;width:40%;padding:10px 10px 0;}.woo-slider-short .item-detail .item-content{min-height:initial;position:relative;display:inline-block;padding:15px 35px 0 10px !important;width:60%;}.woo-slider-short .item-detail .item-content h4{float:left;margin:0 !important;}.woo-slider-short .item-detail .item-content .item-price{line-height:30px;}.responsive-post-accordion7 .box-title h3{font-size:30px;font-weight:700;padding:0 40px;text-transform:uppercase;position:relative;color:#000;}.responsive-post-accordion7 .box-title h3:before{content:"";position:absolute;left:5px;bottom:7px;border-left:5px solid #0065b3;transform:skewX(-26deg);height:20px;width:15px;border-right:5px solid #0065b3;}.rtl .responsive-post-accordion7 .box-title h3:before{transform:skewX(26deg);left:auto;right:5px;}.responsive-post-accordion7 .resp-accordion-wrapper .item.item-large{width:50%;}.responsive-post-accordion7 .resp-accordion-wrapper{display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;margin:0 -15px;}.responsive-post-accordion7 .resp-accordion-wrapper .item{width:25%;min-height:420px;margin:0 15px;transition:all .3s ease-out;cursor:pointer;background-size:contain;background:no-repeat;position:relative;background-position:bottom;}.responsive-post-accordion7 .resp-accordion-wrapper .item .time-fm{font-size:12px;line-height:34px;text-transform:uppercase;color:#0065b3;}.responsive-post-accordion7 .resp-accordion-wrapper .item .item-content{position:absolute;left:0;background:linear-gradient(0deg,rgba(13,21,84,.9) 30%,rgba(255,255,255,0) 100%);right:0;bottom:0;padding:102px 40px 20px;}.responsive-post-accordion7 .resp-accordion-wrapper .item h4 a{font-size:24px;color:#fff;line-height:34px;font-weight:700;text-transform:uppercase;transition:all .3s;}.responsive-post-accordion7 .resp-accordion-wrapper .item h4 a:hover{color:#0065b3;}.elementor-4953 .elementor-element .elementor-icon-box-content .elementor-icon-box-description{line-height:20px !important;}.fix-footer h3{line-height:24px;font-size:28px;font-weight:700;color:#000;text-transform:uppercase;margin:0;}.elementor-foonter-style15 .fix-footer h3{margin-bottom:10px;}.fix-footer span{font-size:14px;line-height:24px;color:#000;}.elementor-foonter-style13 >.elementor-container >div{clip-path:polygon(2% 0%,98% 0%,100% 50%,100% 50%,98% 100%,2% 100%,0 50%,0 50%);background-color:#0065b3;padding:33px 70px 25px;}@media (max-width: 1199px){.elementor-foonter-style13 >.elementor-container >div{padding:30px;}}.elementor-foonter-style13 >.elementor-container >div .frm-email{height:45px;width:440px;clip-path:polygon(3% 0%,95% 0%,100% 50%,100% 50%,95% 100%,3% 100%,0 50%,0 50%);padding:0 30px;margin:0;font-size:14px;color:#ccc;line-height:38px;border:none;}.elementor-foonter-style13 >.elementor-container >div .frm-submit{height:45px;position:absolute;right:0;background-color:#0c1555;color:#fff;clip-path:polygon(2% 0%,90% 0%,100% 50%,100% 50%,90% 100%,2% 100%,12% 50%,12% 50%);width:140px;font-size:15px;text-transform:uppercase;font-weight:700;line-height:39px;font-family:Rajdhani !important;padding:0;border:none;padding-left:5px;}.rtl .elementor-foonter-style13 >.elementor-container >div .frm-submit{padding-right:5px;padding-left:0;}.elementor-foonter-style13 >.elementor-container >div .frm-submit:before{display:none;}.elementor-foonter-mid-style13 .elementor-widget-container h5{line-height:30px;font-size:24px;color:#fff;font-weight:700;text-transform:uppercase;font-family:Rajdhani !important;}.elementor-foonter-mid-style13 .elementor-widget-container ul li .item-link{font-size:14px;line-height:36px;color:#fff;}.elementor-foonter-style15 .elementor-foonter-mid-style13 .elementor-widget-container ul li .item-link{font-size:16px;color:#555;}.elementor-5246 .elementor-element.elementor-element-741c3d0 .elementor-icon-box-content .elementor-icon-box-description{color:#0065b3 !important;}.countdown-slider13 .slider{margin:0 0 -70px;}.countdown-slider13 .resp-slider-container{text-align:center;}.countdown-slider13 .item-countdown .countdown-show4{display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;justify-content:center;flex-direction:row;}.countdown-slider13 .item-countdown .countdown-show4 .countdown-section{width:40px;height:40px;background-color:#fff;display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;justify-content:center;flex-direction:column;align-items:center;border:1px solid #ededed;margin:0 4px;border-radius:4px;}.countdown-slider13 .item-countdown .countdown-show4 .countdown-section .countdown-amount{font-size:16px;color:#000;font-weight:bold;line-height:16px;display:inline-block;}.countdown-slider13 .item-countdown .countdown-show4 .countdown-section .countdown-period{color:#999;font-weight:400;line-height:10px;font-size:10px;display:inline-block;text-transform:capitalize;}.countdown-slider13 .item-image-countdown{position:absolute;bottom:10px;z-index:99;width:100%;}.countdown-slider13 .box-top{position:relative;display:inline-block;padding:0 25px 15px;margin-bottom:30px;margin-top:-70px;background-color:#f1f2f6;}.countdown-slider13 .box-top:before{content:"";bottom:0;left:-15px;height:40px;width:40px;position:absolute;transform:skewX(30deg);background-color:#f1f2f6;}.countdown-slider13 .box-top:after{content:"";bottom:0;right:-15px;height:40px;width:40px;position:absolute;transform:skewX(-30deg);background-color:#f1f2f6;}.countdown-slider13 .box-top .res-button{cursor:pointer;width:50px;margin:-10px 0 0;height:28px;top:50%;clip-path:polygon(36% 0,100% 0%,64% 100%,0% 100%);background-color:#fdb819;display:inline-block !important;position:absolute;right:-72px;left:auto;color:#000;text-align:center;line-height:28px;transition:all .3s;opacity:1;border:0;border-radius:0;}.rtl .countdown-slider13 .box-top .res-button{left:auto;right:-72px;}.countdown-slider13 .box-top .res-button:hover{background-color:rgba(0,0,0,.4);}.countdown-slider13 .box-top .res-button.slick-prev{left:-72px;clip-path:polygon(0 0,64% 0,100% 100%,36% 100%);}.rtl .countdown-slider13 .box-top .res-button.slick-prev{right:auto;left:-72px;}.countdown-slider13 .box-top .res-button.slick-prev:before{width:40px;content:"";font-family:"FontAwesome";font-size:14px;line-height:28px;}.countdown-slider13 .box-top .res-button.slick-next:before{width:40px;font-size:14px;content:"";font-family:"FontAwesome";line-height:28px;}.countdown-slider13 .box-top .box-title h3{font-size:40px;text-transform:uppercase;line-height:40px;font-weight:700;color:#000;margin:0;}.countdown-slider13 .box-top .slider-description{font-size:14px;color:#999;line-height:normal;}.home-style14 .sw-brand-container-slider{margin-bottom:55px;margin-top:61px;}.responsive-post-accordion7 .box-title h3,.sw-brand-container-slider .title-home h2,.featured-product3 .box-title h3,.sw-category-slider10 .box-title h3{margin:0 0 20px;}.sw-woo-tab-style8 .res-button{cursor:pointer;width:40px;height:28px;top:2px;clip-path:polygon(30% 0,100% 0%,70% 100%,0% 100%);background-color:#fdb819;display:inline-block !important;margin:0;position:absolute;right:0;left:auto;color:#000;text-align:center;line-height:28px;transition:all .3s;border:0;border-radius:0;opacity:1;}.rtl .sw-woo-tab-style8 .res-button{right:auto;left:45px;}.sw-woo-tab-style8 .res-button:hover{background-color:rgba(0,0,0,.4);}.sw-woo-tab-style8 .res-button.slick-prev{right:45px;}.rtl .sw-woo-tab-style8 .res-button.slick-prev{right:auto;left:0;}.sw-woo-tab-style8 .res-button.slick-prev:before{width:40px;content:"";font-family:"FontAwesome";font-size:14px;height:28px;line-height:28px;}.sw-woo-tab-style8 .res-button.slick-next:before{width:40px;font-size:14px;content:"";font-family:"FontAwesome";height:28px;line-height:28px;}.sw-woo-tab-style8 .res-button{top:-22px;}.sw-woo-tab-style8 .res-button{right:10px;}.rtl .sw-woo-tab-style8 .res-button{right:auto;left:45px;}.sw-woo-tab-style8 .res-button.slick-prev{right:45px;}.rtl .sw-woo-tab-style8 .res-button.slick-prev{right:auto;left:10px;}.home-style14 .wp-block-themepunch-revslider rs-module-wrap{position:relative;}.home-style14 .wp-block-themepunch-revslider rs-module-wrap:before{height:40px;position:absolute;bottom:0;width:360px;right:0;content:"";background-color:#f1f2f6;z-index:99;clip-path:polygon(7% 0%,100% 0,100% 100%,0 100%);}@media (max-width: 1199px){.home-style14 .wp-block-themepunch-revslider rs-module-wrap:before{display:none;}}@media (max-width: 1400px){.home-style14 .wp-block-themepunch-revslider rs-module-wrap:before{width:200px !important;clip-path:polygon(15% 0%,100% 0,100% 100%,0 100%);}}.home-style14 .wp-block-themepunch-revslider rs-module-wrap .tp-bullets.custom{margin:0;width:200px !important;}@media (max-width: 1199px){.home-style14 .wp-block-themepunch-revslider rs-module-wrap .tp-bullets.custom{display:none;}}.home-style14 .wp-block-themepunch-revslider rs-module-wrap .tp-bullets.custom .tp-bullet{width:5px !important;height:11px !important;background-color:#0c1555 !important;position:relative !important;display:inline-block !important;border-radius:0 !important;cursor:pointer;box-sizing:content-box;text-align:center !important;transform:skewX(-30deg);right:-150px !important;left:auto !important;top:-5px !important;}@media (max-width: 1400px){.home-style14 .wp-block-themepunch-revslider rs-module-wrap .tp-bullets.custom .tp-bullet{right:-50px !important;}}.home-style14 .wp-block-themepunch-revslider rs-module-wrap .tp-bullets.custom .tp-bullet.selected{width:5px;height:16px !important;border-radius:0 !important;background-color:#0065b3 !important;}.header-style15.elementor-element .nav-pills>li>a{font-size:14px;}.header-style15.elementor-element .swe-woo-cart .swe-wrap-cart-head .swe-cart-icon .image-icon{width:auto;height:auto;}.header-style15.elementor-element .swe-woo-cart .swe-wrap-cart-head .swe-cart-subtotal .text{margin-bottom:5px;}.header-style15.elementor-element .swe-woo-cart .swe-wrap-cart-head .swe-cart-subtotal .swe-cart-count,.header-style15.elementor-element .swe-woo-cart .swe-wrap-cart-head .swe-cart-subtotal .item-text{display:none;}.header-style15.elementor-element .autusin_search_2{border:none;}.header-style15.elementor-element .autusin_search_2 .top-form.top-search{border-radius:20px;border:1px solid #ededed;}@media (min-width: 1200px){.header-style15.elementor-element .autusin_search_2 .top-form.top-search .content-search{padding:0 0 0 140px;}.rtl .header-style15.elementor-element .autusin_search_2 .top-form.top-search .content-search{padding:0 140px 0 0;}}.header-style15.elementor-element .autusin_search_2 .top-form.top-search button.form-button{color:#fff;background-color:#0065b3;border-radius:0 20px 20px 0;height:40px;line-height:40px;}.rtl .header-style15.elementor-element .autusin_search_2 .top-form.top-search button.form-button{border-radius:20px 0 0 20px;}.header-style15.elementor-element .autusin_search_2 .top-form.top-search .content-search input{color:#ccc;height:40px;line-height:40px;font-size:14px;padding:0 20px;}.header-style15.elementor-element .autusin_search_2 .top-form.top-search .cat-wrapper{border-radius:20px 0px 0px 20px;}.rtl .header-style15.elementor-element .autusin_search_2 .top-form.top-search .cat-wrapper{border-radius:0 20px 20px 0;}.header-style15.elementor-element .autusin_search_2 .top-form.top-search .cat-wrapper select{font-size:14px;color:#222;padding:0 20px 0;height:40px;width:140px;font-family:"DMSans",Helvetica,Arial,sans-serif;}.header-style15.elementor-element .currency_w>li:hover .currency_switcher,.header-style15.elementor-element #lang_sel>ul.nav>li:hover>ul{top:25px;}.header-style15.elementor-element .header-mid{padding:15px 0;}.header-style15.elementor-element .currency_w>li>a{padding:2px 0 0 !important;display:inline-block;}.header-style15.elementor-element #lang_sel>ul.nav>li>a,.header-style15.elementor-element .currency_w>li>a{font-size:12px;color:#d2d2d2;}.header-style15.elementor-element .top-login ul li a{font-size:12px;color:#d2d2d2;display:inline-block;}.header-style15.elementor-element .elementor-element .top-login ul:before,.header-style15.elementor-element .elementor-element .top-login .div-logined ul:before{display:none;}.header-style15.elementor-element .elementor-widget-wp-widget-nav_menu a{font-size:23px;color:#000;}.header-style15.elementor-element .elementor-widget-wp-widget-nav_menu a .menu-title{font-size:0;}.header-style15.elementor-element .autusin-minicart .top-minicart-icon{padding:0 0 0 40px;position:relative;}.header-style15.elementor-element .autusin-minicart .top-minicart-icon h3{color:#555;font-size:12px;text-transform:capitalize;}.header-style15.elementor-element .autusin-minicart .top-minicart-icon p{font-size:16px;color:#0c1555;}.header-style15.elementor-element .autusin-minicart4 .top-minicart-icon .cart-contents i{font-size:0;}.header-style15.elementor-element .autusin-minicart4.top-form.top-form-minicart .top-minicart-icon{border:none;border-radius:0;}.header-style15.elementor-element .autusin-minicart4.top-form.top-form-minicart .top-minicart-icon .cart-contents{background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAWCAYAAADNX8xBAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQ1IDc5LjE2MzQ5OSwgMjAxOC8wOC8xMy0xNjo0MDoyMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTkgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjAyQkIyMDhCRDNDQjExRUFBMjBCRjZFMkI1OTg5OEI3IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjAyQkIyMDhDRDNDQjExRUFBMjBCRjZFMkI1OTg5OEI3Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MDJCQjIwODlEM0NCMTFFQUEyMEJGNkUyQjU5ODk4QjciIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MDJCQjIwOEFEM0NCMTFFQUEyMEJGNkUyQjU5ODk4QjciLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5l8Zw4AAABFklEQVR42mJgwA7YgLgMiK8C8T8ovgoVY8OmgRGHQeuB2B2IV0ANAAFtII4A4p1AHIiugQWJLQXEakAsBMQBQNwPxJuQ5M8C8QcgLgTiYCB+C8S3gPgZsoFZQPwLiP+TiH9B9cJd8gvqHRMg9oIqAtlsgIZToHLhULXroXpBZjA4QCVNoAYrQPkBWMIOptYAyteF8j2ZkBT9YSAdfIbS7EwMVALYDHoFjd6TWOSuQOXu44t+GPgGxBtwWPwGlxxNvTZqEI0MQo7+DCB+QaJ+AWwGRQPxX3J9hGyQLRBfINEgBVgqZ4IWoyDAT0bQSMMyL6io5YGaCirxpiLlaEIApC8HiIWBWBEmaAnNkKSWkFegehkAAgwAuD1Oufebrt8AAAAASUVORK5CYII=") no-repeat center center rgba(0,0,0,0);}.header-style15.elementor-element .autusin-minicart4.top-form.top-form-minicart .top-minicart-icon .cart-contents.nitro-lazy{background-image:none !important;}.header-style15.elementor-element .autusin-minicart4.top-form.top-form-minicart .top-minicart-icon .cart-contents .minicart-number{position:absolute;bottom:2px;right:0px;background:#0065b3;color:#fff;font-size:11px;width:16px;height:16px;line-height:16px;border-radius:50%;top:auto;}.header-style15.elementor-element .autusin-minicart4.top-form.top-form-minicart .top-minicart-icon .cart-contents{display:inline-block;border:none;}.header-style15.elementor-element .autusin-minicart4.top-form.top-form-minicart .top-minicart-icon .cart-title h3{font-size:12px;color:#555;height:initial;line-height:normal;text-align:left;}.rtl .header-style15.elementor-element .autusin-minicart4.top-form.top-form-minicart .top-minicart-icon .cart-title h3{text-align:right;}.header-style15.elementor-element .autusin-minicart4.top-form.top-form-minicart .top-minicart-icon .cart-title h3 span{display:block;font-size:16px;color:#0065b3;line-height:24px;font-weight:bold;}.header-style15.elementor-element .elementor-widget-wp-widget-nav_menu .menu-wishlist a span{padding:9px 0 11px;}.home-style15 .sw-category-slider10{background-color:#f5f5f5 !important;}.home-style15 .sw-category-slider10{background-color:#f5f5f5;border-radius:5px;}.home-style15 .sw-category-slider10 .item{background-color:transparent;text-align:center;padding:11px 0;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;border:1px solid transparent;cursor:pointer;border-radius:5px;}.home-style15 .sw-category-slider10 .item:hover{border:1px solid #0065b3;}.home-style15 .sw-category-slider10 .item:hover .item-content h3 a{color:#0065b3;}.home-style15 .sw-category-slider10 .item .item-image{margin-bottom:10px;height:40px;display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;justify-content:center;align-items:center;}.home-style15 .sw-category-slider10 .item .item-image img{margin:0 auto;width:80%;}.home-style15 .sw-category-slider10 .item .item-content h3{margin-bottom:0;line-height:normal;margin:0;font-size:0;}.home-style15 .sw-category-slider10 .item .item-content h3 a{font-size:12px;color:#555;text-transform:uppercase;font-weight:400;margin:0;}.elementor-element-f143745 .elementor-row{margin:0 -5px;}@media (min-width: 768px){.elementor-5143 .elementor-element.elementor-element-c26d3f6 .rs-sbg{border-radius:4px;}}.home-style15 div.star span,.home-style15 div.stars span,.home-style14 div.star span,.home-style14 div.stars span,.home-page-19 div.star span,.home-page-19 div.stars span{background:url("https://cdn-ildmmhg.nitrocdn.com/EmfGayVpJIjlSxwvIsYhxAzAzNUjWyuH/assets/images/source/rev-f65d057/mwtruckparts.co.uk/wp-content/uploads/sw_theme/assets/img/star-active6.svg") repeat scroll 0 0 rgba(0,0,0,0);}.home-style15 div.star span.nitro-lazy,.home-style15 div.stars span.nitro-lazy,.home-style14 div.star span.nitro-lazy,.home-style14 div.stars span.nitro-lazy,.home-page-19 div.star span.nitro-lazy,.home-page-19 div.stars span.nitro-lazy{background-image:none !important;}.home-style15 div.star,.home-style15 div.stars,.home-style14 div.star,.home-style14 div.stars,.home-page-19 div.star,.home-page-19 div.stars{background:url("https://cdn-ildmmhg.nitrocdn.com/EmfGayVpJIjlSxwvIsYhxAzAzNUjWyuH/assets/images/source/rev-f65d057/mwtruckparts.co.uk/wp-content/uploads/sw_theme/assets/img/star-6.svg") repeat-x scroll 0 0 rgba(0,0,0,0);}.home-style15 div.star.nitro-lazy,.home-style15 div.stars.nitro-lazy,.home-style14 div.star.nitro-lazy,.home-style14 div.stars.nitro-lazy,.home-page-19 div.star.nitro-lazy,.home-page-19 div.stars.nitro-lazy{background-image:none !important;}.home-style15 .sale-off,.home-style15 .sw-newlabel,.home-style15 .sw-outstock,.home-style14 .sale-off,.home-style14 .sw-newlabel,.home-style14 .sw-outstock,.home-page-19 .sale-off,.home-page-19 .sw-newlabel,.home-page-19 .sw-outstock{position:absolute;z-index:1;top:10px;left:10px;font-size:11px;color:#f52828;text-align:center;line-height:20px;height:21px;background:transparent;border:1px solid #f52828;padding:0 8px;width:auto;border-radius:20px;}.home-style15 .sw-newlabel,.home-style14 .sw-newlabel,.home-page-19 .sw-newlabel{right:10px;left:auto;}@media (min-width: 1200px){.rtl .elementor-5141 .elementor-element.elementor-element-7701cfb>.elementor-widget-container{padding:8px 15px 8px 0px;}}.rtl.home-style15 .sale-off,.rtl.home-style15 .sw-outstock,.rtl.home-style14 .sale-off,.rtl.home-style14 .sw-outstock{right:10px;left:auto;}.rtl.home-style15 .sw-newlabel,.rtl.home-style14 .sw-newlabel{right:auto;left:10px;}.title-style14 .box-title h3{text-transform:uppercase;margin:0 0 35px;font-size:30px;font-weight:700;color:#000;line-height:30px;position:relative;padding:0 40px;}@media (max-width: 480px){.title-style14 .box-title h3{font-size:20px;margin-bottom:20px;}}.rtl .title-style14 .box-title h3{text-align:right;}.title-style14 .box-title h3:before{content:"";width:25px;height:4px;top:50%;left:0;margin-top:-2px;position:absolute;background-color:#000;border:none;transform:skewX(0);}.rtl .title-style14 .box-title h3:before{left:auto;right:0;}.botton-style14 .res-button{width:30px;height:20px;line-height:20px;border:none;text-align:center;position:absolute;top:5px;background-color:transparent;z-index:2;color:#555;cursor:pointer;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;-webkit-border-radius:4px;-moz-border-radius:4px;-o-border-radius:4px;-ms-border-radius:4px;border-radius:0;}.botton-style14 .res-button:before{font-family:"FontAwesome";font-size:16px;}.botton-style14 .res-button.slick-prev{right:30px;border-right:1px solid #ddd;}.rtl .botton-style14 .res-button.slick-prev{right:auto;left:0;}.botton-style14 .res-button.slick-prev:before{content:"";}.botton-style14 .res-button.slick-next{right:0;}.rtl .botton-style14 .res-button.slick-next{left:30px;right:auto;}.botton-style14 .res-button.slick-next:before{content:"";}.home-style15 .item .item-wrap4{border-radius:4px;}.home-style15 .woo-slider-short .item-detail{border-radius:4px;}.sw-woo-tab-cat5 .resp-tab .top-tab-slider .nav-tabs>li>a{padding:10px 25px;}.countdown-slider9 .slick-slider{margin:0 -15px;}.countdown-slider9 .item-wrap4{padding:0 15px;}.countdown-slider9 .item-wrap4 .item-content{margin-bottom:18px;}.countdown-slider9.countdown-slider{margin:0;}.countdown-slider9.countdown-slider .item-wrap4{border:none;}.countdown-slider9.countdown-slider .item-wrap4 .item-detail{border-radius:4px;border:1px solid #ededed;}.countdown-slider9.countdown-slider .res-button{width:30px;height:20px;line-height:20px;border:none;text-align:center;position:absolute;top:5px;background-color:transparent;z-index:2;color:#555;cursor:pointer;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;-webkit-border-radius:4px;-moz-border-radius:4px;-o-border-radius:4px;-ms-border-radius:4px;border-radius:0;}.countdown-slider9.countdown-slider .res-button:before{font-family:"FontAwesome";font-size:16px;}.countdown-slider9.countdown-slider .res-button.slick-prev{right:30px;border-right:1px solid #ddd;}.rtl .countdown-slider9.countdown-slider .res-button.slick-prev{right:auto;left:0;}.countdown-slider9.countdown-slider .res-button.slick-prev:before{content:"";}.countdown-slider9.countdown-slider .res-button.slick-next{right:0;}.rtl .countdown-slider9.countdown-slider .res-button.slick-next{left:30px;right:auto;}.countdown-slider9.countdown-slider .res-button.slick-next:before{content:"";}.countdown-slider9.countdown-slider .box-title h3{text-transform:uppercase;margin:0 0 35px;font-size:30px;font-weight:700;color:#000;line-height:30px;position:relative;padding:0 40px;}@media (max-width: 480px){.countdown-slider9.countdown-slider .box-title h3{font-size:20px;margin-bottom:20px;}}.rtl .countdown-slider9.countdown-slider .box-title h3{text-align:right;}.countdown-slider9.countdown-slider .box-title h3:before{content:"";width:25px;height:4px;top:50%;left:0;margin-top:-2px;position:absolute;background-color:#000;border:none;transform:skewX(0);}.rtl .countdown-slider9.countdown-slider .box-title h3:before{left:auto;right:0;}.countdown-slider9.countdown-slider .res-button{opacity:1;}.countdown-slider9.countdown-slider .res-button:before{line-height:20px;}.countdown-slider9.countdown-slider .item-img{position:relative;margin-bottom:35px;}.countdown-slider9.countdown-slider .item-img .countdown-row{position:absolute;bottom:0;width:100%;display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;justify-content:center;z-index:99;}.countdown-slider9.countdown-slider .item-img .countdown-row .countdown-section{margin:0 5px;display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;justify-content:center;flex-direction:column;width:55px;height:55px;background-color:#fff;border:1px solid #ededed;align-items:center;}.countdown-slider9.countdown-slider .item-img .countdown-row .countdown-section.icon-clock{display:none;}.countdown-slider9.countdown-slider .item-img .countdown-row .countdown-section .countdown-amount{font-size:22px;color:#000;font-weight:bold;line-height:26px;margin:1px 0 0;}.countdown-slider9.countdown-slider .item-img .countdown-row .countdown-section .countdown-period{font-size:14px;color:#999;line-height:20px;}.sw-woo-tab-cat5 .button-collapse{width:40px;height:40px;background-color:rgba(0,0,0,.8);border:1px solid #000;z-index:99;cursor:pointer;position:absolute;top:0;left:0;}@media (min-width: 480px){.sw-woo-tab-cat5 .button-collapse{display:none;}}.sw-woo-tab-cat5 .button-collapse:before{content:"";font-family:"FontAwesome";font-size:14px;color:#fff;}.rtl .sw-woo-tab-cat5 .button-collapse{left:auto;right:0;}.sw-woo-tab-cat5 .images{min-height:40px;display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;align-items:flex-end;justify-content:center;margin-bottom:15px;}.sw-woo-tab-cat5 .item{padding:0 15px;}.sw-woo-tab-cat5 .item .item-wrap4{border:1px solid #ededed;}.sw-woo-tab-cat5 .box-title h3{text-transform:uppercase;margin:0 0 35px;font-size:30px;font-weight:700;color:#000;line-height:30px;position:relative;padding:0 40px;}@media (max-width: 480px){.sw-woo-tab-cat5 .box-title h3{font-size:20px;margin-bottom:20px;}}.rtl .sw-woo-tab-cat5 .box-title h3{text-align:right;}.sw-woo-tab-cat5 .box-title h3:before{content:"";width:25px;height:4px;top:50%;left:0;margin-top:-2px;position:absolute;background-color:#000;border:none;transform:skewX(0);}.rtl .sw-woo-tab-cat5 .box-title h3:before{left:auto;right:0;}.sw-woo-tab-cat5 .res-button{width:30px;height:20px;line-height:20px;border:none;text-align:center;position:absolute;top:5px;background-color:transparent;z-index:2;color:#555;cursor:pointer;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;-webkit-border-radius:4px;-moz-border-radius:4px;-o-border-radius:4px;-ms-border-radius:4px;border-radius:0;}.sw-woo-tab-cat5 .res-button:before{font-family:"FontAwesome";font-size:16px;}.sw-woo-tab-cat5 .res-button.slick-prev{right:30px;border-right:1px solid #ddd;}.rtl .sw-woo-tab-cat5 .res-button.slick-prev{right:auto;left:0;}.sw-woo-tab-cat5 .res-button.slick-prev:before{content:"";}.sw-woo-tab-cat5 .res-button.slick-next{right:0;}.rtl .sw-woo-tab-cat5 .res-button.slick-next{left:30px;right:auto;}.sw-woo-tab-cat5 .res-button.slick-next:before{content:"";}.sw-woo-tab-cat5 .tab-content .res-button{opacity:1;}.sw-woo-tab-cat5 .box-title h3{text-align:center;width:100%;margin:0 0 20px;}.sw-woo-tab-cat5 .box-title h3:before{display:none;}.sw-woo-tab-cat5 .resp-tab .top-tab-slider{display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;justify-content:center;margin-bottom:42px;}@media (max-width: 480px){.sw-woo-tab-cat5 .resp-tab .top-tab-slider{margin-bottom:0;}}.sw-woo-tab-cat5 .resp-tab .top-tab-slider ul{margin:0;display:inline-block;border:0;background-color:transparent;}@media (max-width: 480px){.sw-woo-tab-cat5 .resp-tab .top-tab-slider ul{width:200px;box-shadow:0 1px 3px rgba(0,0,0,.09);position:absolute;left:0;background-color:#fff;z-index:99;top:40px;display:none;}.rtl .sw-woo-tab-cat5 .resp-tab .top-tab-slider ul{left:auto;right:0;}.sw-woo-tab-cat5 .resp-tab .top-tab-slider ul.in{display:inline-block;}}.sw-woo-tab-cat5 .resp-tab .top-tab-slider .nav-tabs>li>a:hover,.sw-woo-tab-cat5 .resp-tab .top-tab-slider .nav-tabs>li.active>a,.sw-woo-tab-cat5 .resp-tab .top-tab-slider .nav-tabs>li.active>a:hover,.sw-woo-tab-cat5 .resp-tab .top-tab-slider .nav-tabs>li.active>a:focus{color:#0065b3;font-size:16px;cursor:pointer;background-color:transparent;border:none;border-bottom-color:transparent;}@media (max-width: 480px){.sw-woo-tab-cat5 .resp-tab .top-tab-slider .nav-tabs>li{width:100%;}}.sw-woo-tab-cat5 .resp-tab .top-tab-slider .nav-tabs>li >a{color:#555;font-size:16px;border:none;}.sw-woo-tab-cat5 .tab-content{position:relative;}.sw-woo-tab-cat5 .tab-content .res-button{width:35px;height:35px;line-height:34px;border:1px solid #ededed;text-align:center;position:absolute;top:-17px;background-color:transparent;z-index:2;color:#555;cursor:pointer;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;-webkit-border-radius:4px;-moz-border-radius:4px;-o-border-radius:4px;-ms-border-radius:4px;border-radius:4px;}.sw-woo-tab-cat5 .tab-content .res-button:hover{color:#fff;background-color:#0065b3;border-color:#0065b3;}.sw-woo-tab-cat5 .tab-content .res-button:before{font-family:"FontAwesome";font-size:16px;}.sw-woo-tab-cat5 .tab-content .res-button.slick-prev{left:50%;margin:0 0 0 -40px;}.sw-woo-tab-cat5 .tab-content .res-button.slick-prev:before{content:"";}.sw-woo-tab-cat5 .tab-content .res-button.slick-next{right:50%;left:auto;margin:0 -40px 0 0;}.sw-woo-tab-cat5 .tab-content .res-button.slick-next:before{content:"";}.sw-woo-tab-cat5 .tab-content .resp-slider-container{margin:60px -15px 0;}.sw-woo-tab-cat5 .tab-content:before{content:"";background-color:#ededed;position:absolute;left:0;right:0;width:1px;width:100%;height:1px;top:0;}.sw-woo-tab-cat5 .tab-content:after{content:"";background-color:#fff;position:absolute;left:50%;width:130px;height:40px;top:-20px;margin-left:-65px;}.featured-default2 .box-title h3{text-transform:uppercase;margin:0 0 35px;font-size:30px;font-weight:700;color:#000;line-height:30px;position:relative;padding:0 40px;}@media (max-width: 480px){.featured-default2 .box-title h3{font-size:20px;margin-bottom:20px;}}.rtl .featured-default2 .box-title h3{text-align:right;}.featured-default2 .box-title h3:before{content:"";width:25px;height:4px;top:50%;left:0;margin-top:-2px;position:absolute;background-color:#000;border:none;transform:skewX(0);}.rtl .featured-default2 .box-title h3:before{left:auto;right:0;}.featured-default2 .res-button{width:30px;height:20px;line-height:20px;border:none;text-align:center;position:absolute;top:5px;background-color:transparent;z-index:2;color:#555;cursor:pointer;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;-webkit-border-radius:4px;-moz-border-radius:4px;-o-border-radius:4px;-ms-border-radius:4px;border-radius:0;}.featured-default2 .res-button:before{font-family:"FontAwesome";font-size:16px;}.featured-default2 .res-button.slick-prev{right:30px;border-right:1px solid #ddd;}.rtl .featured-default2 .res-button.slick-prev{right:auto;left:0;}.featured-default2 .res-button.slick-prev:before{content:"";}.featured-default2 .res-button.slick-next{right:0;}.rtl .featured-default2 .res-button.slick-next{left:30px;right:auto;}.featured-default2 .res-button.slick-next:before{content:"";}.featured-default2 .res-button{opacity:1;}.featured-default2 .res-button:hover{background-color:transparent;}.featured-default2 .res-button:hover:before{color:#0065b3;}.featured-default2 .res-button:before{line-height:20px;}.featured-default2 .res-button.slick-next{left:auto;}.featured-default2 .res-button.slick-prev{left:auto;}.featured-default2.style1 .banner-category{float:right;}.rtl .featured-default2.style1 .banner-category{float:left;}.featured-default2 .banner-category{padding:0 15px;z-index:99;position:relative;}.featured-default2 .banner-category img{border-radius:4px;}.featured-default2 .resp-slider-container{margin:0 -15px;}.featured-default2 .item{padding:0 15px;}.featured-default2 .item .item-wrap4{border:1px solid #ededed;}.home-style15 .responsive-post-accordion7 .resp-accordion-wrapper .item{border-radius:4px;overflow:hidden;}.home-style15 .woo-slider-short .item-detail{border:1px solid #eee;}.sw-woo-tab-style9.woo-slider-short .res-button{display:none !important;}.sw-woo-tab-style9.woo-slider-short .top-tab-slider{margin-bottom:25px;text-align:center;position:relative;}@media (min-width: 1200px){.sw-woo-tab-style9.woo-slider-short .top-tab-slider{height:40px;}}.sw-woo-tab-style9.woo-slider-short .top-tab-slider:before{content:"";width:100%;left:0;right:0;background-color:#eee;height:1px;top:50%;margin-top:-.5px;position:absolute;}.sw-woo-tab-style9.woo-slider-short .top-tab-slider .nav-tabs{display:inline-block;border:none;margin:0;background-color:#fff;padding:1px 30px;position:relative;}@media (min-width: 1200px){.sw-woo-tab-style9.woo-slider-short .top-tab-slider .nav-tabs{height:40px;}}.sw-woo-tab-style9.woo-slider-short .top-tab-slider .nav-tabs:before{width:6px;height:6px;content:"";left:0;position:absolute;top:50%;margin-top:-3px;border-radius:50%;background-color:#eee;}.sw-woo-tab-style9.woo-slider-short .top-tab-slider .nav-tabs:after{width:6px;height:6px;content:"";right:0;position:absolute;top:50%;margin-top:-3px;border-radius:50%;background-color:#eee;}.sw-woo-tab-style9.woo-slider-short .top-tab-slider .nav-tabs li{padding:0 5px;}.sw-woo-tab-style9.woo-slider-short .top-tab-slider .nav-tabs li a{border:1px solid #eee;font-size:18px;text-transform:uppercase;font-weight:bold;color:#222;padding:6px 30px;border-radius:0;margin:0;}.sw-woo-tab-style9.woo-slider-short .top-tab-slider .nav-tabs>li>a:hover,.sw-woo-tab-style9.woo-slider-short .top-tab-slider .nav-tabs>li.active>a,.sw-woo-tab-style9.woo-slider-short .top-tab-slider .nav-tabs>li.active>a:hover,.sw-woo-tab-style9.woo-slider-short .top-tab-slider .nav-tabs>li.active>a:focus{background-color:#0065b3;border-color:#0065b3;color:#fff;}.sw-woo-tab-style9.woo-slider-short .slick-dots{margin:12px 0 0;text-align:center;}.sw-woo-tab-style9.woo-slider-short .slick-dots li{display:inline-block;height:18px;width:18px;border:1px solid transparent;border-radius:50%;margin:0 5px;position:relative;cursor:pointer;}.sw-woo-tab-style9.woo-slider-short .slick-dots li.slick-active{border:1px solid #000;}.sw-woo-tab-style9.woo-slider-short .slick-dots li button{border:none;background-color:#000;position:absolute;width:4px;height:4px;top:50%;margin:-2px 0 0 -2px;display:block;left:50%;border-radius:50%;font-size:0;padding:0;}.elementor-foonter-mid-style13 .elementor-widget-container h5{margin-bottom:20px;}.home-style15 .wp-block-themepunch-revslider{border-radius:4px;overflow:hidden;}.home-style15 .countdown-slider .res-button:hover:before{color:#0065b3;}.home-style15 .woo-slider-short .box-title h3,.home-style15 .responsive-post-accordion7 .box-title h3{text-transform:uppercase;margin:0 0 35px;font-size:30px;font-weight:700;color:#000;line-height:30px;position:relative;padding:0 40px;}@media (max-width: 480px){.home-style15 .woo-slider-short .box-title h3,.home-style15 .responsive-post-accordion7 .box-title h3{font-size:20px;margin-bottom:20px;}}.rtl .home-style15 .woo-slider-short .box-title h3,.rtl .home-style15 .responsive-post-accordion7 .box-title h3{text-align:right;}.home-style15 .woo-slider-short .box-title h3:before,.home-style15 .responsive-post-accordion7 .box-title h3:before{content:"";width:25px;height:4px;top:50%;left:0;margin-top:-2px;position:absolute;background-color:#000;border:none;transform:skewX(0);}.rtl .home-style15 .woo-slider-short .box-title h3:before,.rtl .home-style15 .responsive-post-accordion7 .box-title h3:before{left:auto;right:0;}.home-style15 .sw-brand-container-slider{margin:0;border-top:1px solid #ededed;border-bottom:1px solid #ededed;padding:27px 0;}.home-style15 .sw-brand-container-slider .item-image{padding:0;}.home-style15 .sw-brand-container-slider .slider .item-brand-cat{padding:0 35px;}.home-style15 .sw-brand-container-slider .slider .item-brand-cat a img{width:auto;}.elementor-element-1daf27b .elementor-element{text-align:right;}.elementor-element-0965317,.elementor-element-4ca4656{display:inline-block;}.elementor-foonter-style15 .fix-footer span b{font-weight:400;color:#0065b3;}.elementor-foonter-style15 .mc4wp-form-fields{display:flex;}.elementor-foonter-style15 .mc4wp-form-fields .frm-email{border:none;box-shadow:0 2px 6px rgba(0,0,0,.08);font-size:14px;color:#ccc;margin:0;padding:0 15px;height:45px;line-height:45px;border-radius:5px 0 0 5px;}@media (min-width: 1200px){.elementor-foonter-style15 .mc4wp-form-fields .frm-email{min-width:400px;}}.rtl .elementor-foonter-style15 .mc4wp-form-fields .frm-email{border-radius:0 5px 5px 0;}.elementor-foonter-style15 .mc4wp-form-fields .fa-paper-plane:before{display:none;}.elementor-foonter-style15 .mc4wp-form-fields .frm-submit{font-size:15px;text-transform:uppercase;font-weight:bold;background-color:#000;color:#fff;float:right;height:45px;margin:0;line-height:44px;padding:0 15px;box-shadow:0 2px 6px rgba(0,0,0,.08);border-radius:0 5px 5px 0;font-family:Rajdhani !important;}.rtl .elementor-foonter-style15 .mc4wp-form-fields .frm-submit{border-radius:5px 0 0 5px;}.elementor-foonter-style15 .mc4wp-form-fields .frm-submit:hover{background-color:#0065b3;}.elementor-foonter-style15 .elementor-foonter-mid-style13 .elementor-widget-container h5{color:#000;}.elementor-foonter-style15 .elementor-foonter-mid-style13 .elementor-widget-container ul li .item-link{color:#666;font-size:14px;line-height:40px;display:inline-block;position:relative;}.elementor-foonter-style15 .elementor-foonter-mid-style13 .elementor-widget-container ul li .item-link span{-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;-webkit-transform:translateX(0);-moz-transform:translateX(0);-o-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);display:inline-block;}.elementor-foonter-style15 .elementor-foonter-mid-style13 .elementor-widget-container ul li .item-link:before{width:8px;height:1px;color:#0065b3;left:0;content:"";background:#0065b3;position:absolute;top:50%;margin-top:-.5px;opacity:0;visibility:hidden;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;-webkit-transform:translateX(-5px);-moz-transform:translateX(-5px);-o-transform:translateX(-5px);-ms-transform:translateX(-5px);transform:translateX(-5px);}.elementor-foonter-style15 .elementor-foonter-mid-style13 .elementor-widget-container ul li .item-link:hover{color:#0065b3;}.elementor-foonter-style15 .elementor-foonter-mid-style13 .elementor-widget-container ul li .item-link:hover span{-webkit-transform:translateX(20px);-moz-transform:translateX(20px);-o-transform:translateX(20px);-ms-transform:translateX(20px);transform:translateX(20px);}.elementor-foonter-style15 .elementor-foonter-mid-style13 .elementor-widget-container ul li .item-link:hover:before{-webkit-transform:translateX(0);-moz-transform:translateX(0);-o-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);opacity:1;visibility:visible;}.elementor-foonter-style15 .elementor-shape-rounded .elementor-icon.elementor-social-icon{box-shadow:0 2px 6px rgba(0,0,0,.08);}.responsive-slider,rs-module-wrap,.woocommerce div.product .slider_img_productd div.images.woocommerce-product-gallery{direction:initial !important;}#slider_wp-widget-sw_recent_viewed_widget.woo-slider-short{margin-bottom:70px;}.rtl  .elementor-5143 .elementor-element .elementor-icon-box-wrapper{text-align:right;}.rtl  .elementor-5143 .elementor-element.elementor-element-c94c2d2>.elementor-element-populated{padding:0 0 0px 50px;}.rtl  .elementor-5143 .elementor-element.elementor-element-ab196fe>.elementor-element-populated{padding:0 50px 0px 0;}.rtl  .sw-woo-tab-cat5 .box-title h3{text-align:center;}.rtl  .elementor-5141 .elementor-element.elementor-element-de5ab75>.elementor-widget-container{padding:0 20px 0 0;}.rtl  .pull-left{float:right;}.rtl  .pull-right{float:left;}.rtl  .elementor-4950 .elementor-element.elementor-element-e67532a>.elementor-widget-container{padding:0 20px 0 0;}.rtl  .header-style13 .elementor-widget-wp-widget-sw_ajax_woocommerce_search{left:0;right:auto;}.rtl  .header-style13 .input-group-btn:before{left:70px;right:auto;}.rtl  .elementor-4950 .elementor-element.elementor-element-75df913>.elementor-widget-container{padding:8px 15px 8px 0px;display:inline-block;}.rtl  .elementor-4950 .elementor-element.elementor-element-3baa568>.elementor-widget-container{padding:8px 15px 8px 15px;display:inline-block;}.rtl  .woo-slider-short .box-title h3,.rtl  .sw-brand-container-slider .title-home h2,.rtl  .sw-category-slider10 .box-title h3{text-align:right;}.rtl  .responsive-post-accordion7 .box-title h3,.rtl  .woo-slider-short .box-title h3{text-align:right;}.rtl  .responsive-post-accordion7 .box-title h3:before,.rtl  .woo-slider-short .box-title h3:before{right:0;left:auto;}.rtl  .sw-woo-tab-style8 .nav-tabs>li{float:right;}.rtl  .woo-slider-short .item-detail .item-content{padding:25px 10px 0 35px;}.rtl  .woo-slider-short .item-detail .item-content h4,.rtl  .woo-slider-short .item-detail .item-img{float:right;}.rtl  .elementor-5246 .elementor-element.elementor-element-060d09d{text-align:right;}.rtl  .elementor-foonter-style13 .elementor-row .frm-email{text-align:left;}.rtl  .elementor-5075 .elementor-element.elementor-element-18ba143 .elementor-social-icon:not(:last-child){margin-left:10px;margin-right:0;}.rtl  .elementor-5141 .elementor-element.elementor-element-0de0328,.rtl  .elementor-5246 .elementor-element.elementor-element-93eb309,.rtl  .elementor-5246 .elementor-element.elementor-element-741c3d0>.elementor-widget-container .elementor-icon-box-wrapper,.rtl  .elementor-5075 .elementor-element.elementor-element-9483bc8,.rtl  .elementor-5075 .elementor-element.elementor-element-da07e29 .elementor-icon-box-content .elementor-icon-box-description,.rtl  .elementor-5075 .elementor-element.elementor-element-da07e29 .elementor-icon-box-content .elementor-icon-box-title,.rtl  .elementor-5075 .elementor-element.elementor-element-0014a95 .elementor-heading-title{text-align:right;}.rtl  .elementor-5246 .elementor-element.elementor-element-741c3d0.elementor-position-left .elementor-icon-box-icon{margin:0 0 0 15px;}.rtl  .elementor-5075 .elementor-element.elementor-element-da07e29.elementor-position-left .elementor-icon-box-icon{margin-right:0;margin-left:15px;}@media (max-width: 1400px){.elementor-5141 .elementor-element.elementor-element-0de0328>.elementor-widget-container{padding:16px 15px 16px 15px;}.header-style15 .autusin_search_2 .top-form.top-search .content-search input{width:200px;}}@media (max-width: 1199px){.elementor-4898 .elementor-element.elementor-element-0c8ab86{padding:10px 15px;}.header-style15.elementor-section .autusin_search_2 .top-form.top-search .content-search{padding:0;}.elementor-4950 .elementor-element.elementor-element-f963b00{padding:0 15px;}.sw-woo-tab-style8 .tab-top .resp-wrap{width:170px;}.sw-woo-tab-style8 .banner-category{min-width:initial;width:225px;}.sw-woo-tab-style8 .tab-bottom{width:60%;}.sw-woo-tab-style8 .tab-top{width:40%;}.header-style15 .nav-pills>li>a{padding:20px 10px;}.header-style15 .autusin_search_2 .top-form.top-search .cat-wrapper{display:none;}.header-style15 .autusin-minicart4 .top-minicart-icon .cart-title{display:none;}.item-wrap4 .item-price{font-size:12px;font-weight:400;}.fix-footer h3,.sw-woo-tab-style8 .tab-top .block-title h3{font-size:16px;}.sw-woo-tab-style8 .tab-top .resp-wrap{padding:15px;}.fix-footer span,.sw-woo-tab-style8 .tab-top .childcat-content ul li a{font-size:12px;}.elementor-5075 .elementor-element.elementor-element-6d882a0>.elementor-widget-container{display:none;}}@media (max-width: 991px){.wp-block-themepunch-revslider rs-module-wrap .tp-bullets.custom .tp-bullet{display:none !important;}.elementor-4950 .elementor-element.elementor-element-3baa568>.elementor-widget-container,.elementor-4950 .elementor-element.elementor-element-3257b6d>.elementor-widget-container{padding:0px 15px 0px 15px;display:inline-block;}.header-bottom-elementor22 .icon-sidebar{height:40px !important;line-height:40px !important;}.elementor-5075 .elementor-element.elementor-element-67a8878 .elementor-heading-title{font-size:15px;}.sw-woo-tab-style8 .banner-category{width:191px;}.responsive-post-accordion7 .resp-accordion-wrapper .item .item-content{padding:20px 20px;}.woo-slider-short .res-button{display:none !important;}.sw-woo-tab-style8 .button-collapse{width:40px;height:40px;background-color:rgba(0,0,0,.8);border:1px solid #000;z-index:99;cursor:pointer;position:absolute;top:0;right:0;}.rtl .sw-woo-tab-style8 .button-collapse{right:auto;left:0;}.sw-woo-tab-style8 .button-collapse:before{content:"";font-family:"FontAwesome";font-size:14px;color:#fff;}.sw-woo-tab-style8 .nav.nav-tabs{width:200px;box-shadow:0 1px 3px rgba(0,0,0,.09);position:absolute;right:0;background-color:#fff;z-index:99;top:40px;display:none;}.sw-woo-tab-style8 .nav.nav-tabs.in{display:inline-block;}.sw-woo-tab-style8 .tab-bottom,.sw-woo-tab-style8 .tab-top{width:50%;}.responsive-post-accordion7 .resp-accordion-wrapper .item{min-height:400px;}.responsive-post-accordion7 .resp-accordion-wrapper .item h4 a{font-size:16px;}.elementor-5075 .elementor-element.elementor-element-e6dc807 .elementor-heading-title,.elementor-5075 .elementor-element.elementor-element-8fbad01 .elementor-heading-title{font-size:15px;}.elementor-5075 .elementor-element.elementor-element-da07e29>.elementor-widget-container{margin:0px 0px 10px 0px;}.elementor-element-c8a3398 .elementor-element{text-align:center;width:100% !important;}.woo-slider-short .item-detail .item-content h4{width:100%;}}@media (max-width: 767px){.header-bottom-elementor22{display:none;}.sw-woo-tab-style8 .tab-bottom{width:100%;}.sw-woo-tab-style8 .res-button,.sw-woo-tab-style8 .tab-top{display:none !important;}.sw-woo-tab-cat5 .tab-content .resp-slider-container{margin:0;}.elementor-5141 .elementor-element.elementor-element-0de0328>.elementor-widget-container{padding:15px;}.elementor-5141 .elementor-element.elementor-element-2102ad3{width:30%;}.elementor-5141 .elementor-element.elementor-element-c15febd{width:70%;}.sw-woo-tab-cat5 .tab-content::before{display:none;}.sw-category-slider11 .item .item-wrap .item-content{width:100%;}.sw-category-slider11 .item .item-wrap .item-image{float:left;}.rtl .sw-category-slider11 .item .item-wrap .item-image{float:right;}.home-style15 .res-button{display:none !important;}.elementor-foonter-style13 .elementor-row{padding:20px 15px;}.responsive-post-accordion7 .box-title h3,.sw-brand-container-slider .title-home h2,.featured-product3 .box-title h3,.sw-category-slider10 .box-title h3{font-size:25px;}.sw-category-slider10 .item .item-wrap .item-content p{font-size:10px;}.home-style14 #main-menu .primary-menu .resmenu-container .navbar-toggle{padding:10px 15px;}.woo-slider-short .item-detail{display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;align-items:center;}.woo-slider-short .item-detail .item-img{padding:0;}.elementor-5246 .elementor-element.elementor-element-fcc781b{width:100% !important;}.woo-slider-short .item-detail .item-content{position:initial;}.woo-slider-short .item-detail .item-content{padding:0 35px 0 10px;}.header-style13 .elementor-widget-wp-widget-sw_ajax_woocommerce_search .top-search{width:300px !important;}.wp-block-themepunch-revslider rs-module-wrap::before{display:none;}.rtl .elementor-4950 .elementor-element.elementor-element-e67532a>.elementor-widget-container{padding:0 10px 0 0;}.sw-woo-tab-cat5 .tab-content::after{display:none;}.elementor-5246 .elementor-element.elementor-element-b16ef1d,.elementor-5246 .elementor-element.elementor-element-fac3414,.elementor-5246 .elementor-element.elementor-element-93c8942,.elementor-5246 .elementor-element.elementor-element-23815b2{width:100% !important;}.elementor-5246 .elementor-element.elementor-element-741c3d0 .elementor-icon-box-icon{float:left;}}@media (max-width: 480px){.sw-woo-tab-cat4 .box-title .description{padding:0;}.responsive-post-accordion7 .item .item-detail .item-content h4{height:auto;-webkit-line-clamp:2;}.elementor-element-eea5fc8 .mc4wp-form-fields{display:flex;}.elementor-5143 .elementor-element.elementor-element-59fbe67>.elementor-element-populated,.elementor-5143 .elementor-element.elementor-element-f9ac086>.elementor-element-populated,.elementor-5143 .elementor-element.elementor-element-b91f409,.elementor-5143 .elementor-element.elementor-element-2915fd3{padding:0;}.sw-woo-tab-cat5 .images{display:none;}.sw-woo-tab-cat5 .item{padding:0;}.elementor-5141 .elementor-element.elementor-element-c15febd{width:70%;}.elementor-5141 .elementor-element.elementor-element-2102ad3{width:30%;}.sw-woo-tab-style9.woo-slider-short .top-tab-slider .nav-tabs li{width:100%;}.responsive-post-accordion7 .resp-accordion-wrapper .item .time-fm{font-size:10px;line-height:24px;text-transform:capitalize;}.responsive-post-accordion7 .resp-accordion-wrapper .item h4 a{font-size:14px;}#slider_wp-widget-sw_recent_viewed_widget.woo-slider-short{margin-bottom:30px;}.sw-woo-tab-cat5 .tab-content .resp-slider-container{margin-top:0;}.featured-default2 .banner-category{display:none;}.sw-category-slider11 .box-title h3{font-size:20px;}.elementor-5141 .elementor-element.elementor-element-c15febd{width:60% !important;}.elementor-5141 .elementor-element.elementor-element-2102ad3{width:40% !important;}.elementor-location-footer .elementor-element-72f5996 .elementor-widget-social-icons{display:none !important;}.elementor-foonter-style13 >.elementor-container >div .frm-email{width:320px;}.home-style14 .responsive-slider .res-button,.home-style14 .resp-slider-container .res-button{display:none !important;}.header-style13.elementor-element .top-login ul li a,.header-style13.elementor-element #lang_sel>ul.nav>li>a,.header-style13 .currency_w>li>a{font-size:10px;}.sw-woo-tab-style8 .tab-top{display:none;}.sw-woo-tab-style8 .tab-bottom{width:100%;float:left;display:block;}.home-style14 #main-menu .primary-menu .resmenu-container .navbar-toggle{padding:10px 15px;}}.elementor-element-45f51e0 .elementor-container{display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;justify-content:flex-end;}.box-menu h3{font-size:14px;color:#fff;line-height:26px;font-weight:600;}.elementor-foonter-mid-style15 .box-menu h3{color:#666;}.box-menu ul{margin:0 0 20px;}.box-menu ul:last-child{margin:0;}.box-menu ul li{font-size:14px;color:#fff;line-height:30px;display:inline-block;width:100%;}.elementor-foonter-mid-style15 .box-menu ul li{color:#666;}@media (max-width: 991px){.elementor-element-ab870a5 .elementor-widget-wrap{display:flex !important;justify-content:center;}.elementor-5143 .elementor-element.elementor-element-86289e1>.elementor-widget-container{padding:5px 5px 9px 5px;}.elementor-foonter-mid-style15 .box-menu ul li{width:100%;}.elementor-5246 .elementor-element.elementor-element-b16ef1d,.elementor-5246 .elementor-element.elementor-element-fac3414,.elementor-5246 .elementor-element.elementor-element-93c8942,.elementor-5246 .elementor-element.elementor-element-23815b2{width:50%;}.elementor-5246 .elementor-element.elementor-element-92ae7f0 .elementor-heading-title,.elementor-5246 .elementor-element.elementor-element-cf00f8c .elementor-heading-title,.elementor-5246 .elementor-element.elementor-element-7578858 .elementor-heading-title{font-size:15px;}.elementor-5246 .elementor-element.elementor-element-2505b99>.elementor-widget-container{display:none;}.elementor-5141 .elementor-element.elementor-element-2102ad3{width:20%;}.elementor-5141 .elementor-element.elementor-element-c15febd{width:80%;}.sw-category-slider11 .item .item-wrap .item-image{max-width:100px;}.elementor-5143 .elementor-element.elementor-element-976abb9{width:100%;}.elementor-5143 .elementor-element.elementor-element-f487cd6{width:100%;margin:0 0 30px;}}@media (min-width: 1199px){.elementor-5246 .elementor-element.elementor-element-12950ff>.elementor-widget-container{padding:0 30px 0 0;}.rtl .elementor-5246 .elementor-element.elementor-element-12950ff>.elementor-widget-container{padding:0 0 0 30px;}.rtl .elementor-5075 .elementor-element.elementor-element-6e9c5dc>.elementor-widget-container{padding:0px 0px 0px 30px;}}@media (min-width: 1199px) and (max-width: 1400px){.elementor-5075 .elementor-element.elementor-element-c8a3398{padding:4px 15px;}.elementor-5141 .elementor-element.elementor-element-bc7bf14>.elementor-element-populated{padding:4px 15px;}.elementor-element-3781551 .elementor-element-2573028{width:64%;}.elementor-element-3781551 .elementor-element-aedf95d{width:36%;}}.sw-brand-container-slider.sw-brand-container-slider2 .content{min-height:95px;text-align:center;display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;align-items:center;flex-direction:column;padding:5px;}.sw-brand-container-slider.sw-brand-container-slider2 .content .item-image{display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;width:100%;height:70px;justify-content:center;align-items:flex-end;padding:5px 5px 10px;background-color:#fff;}.sw-brand-container-slider.sw-brand-container-slider2 .content h4{padding:0 0 15px;background-color:#fff;display:inline-block;width:100%;margin:0;}.sw-brand-container-slider.sw-brand-container-slider2 .content h4 a{font-size:14px;color:#000;text-align:center;font-weight:bold;}.sw-brand-container-slider.sw-brand-container-slider2 .content h4 a:hover{color:#0065b3;}.sw-brand-container-slider .title-home h2{margin:0 0 15px;}.home-style15 #slider_wp-widget-sw_recent_viewed_widget.woo-slider-short .box-title h3{margin:0 0 25px;}.home-style15 .products-thumb>a{max-width:99%;}.header-sibar-home22{width:300px;background-color:#fff;padding:0px;position:fixed !important;top:0;left:0;z-index:998;height:100%;opacity:0;visibility:hidden;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;-webkit-transform:translateX(-400px);-moz-transform:translateX(-400px);-o-transform:translateX(-400px);-ms-transform:translateX(-400px);transform:translateX(-400px);}@media (min-width: 1200px){.header-sibar-home22{width:400px;}}.rtl .header-sibar-home22{right:0;left:auto;-webkit-transform:translateX(400px);-moz-transform:translateX(400px);-o-transform:translateX(400px);-ms-transform:translateX(400px);transform:translateX(400px);}.header-sibar-home22.open{-webkit-transform:translateX(0px);-moz-transform:translateX(0px);-o-transform:translateX(0px);-ms-transform:translateX(0px);transform:translateX(0px);visibility:visible;opacity:1;}.header-sibar-home22 .search_bar{position:absolute;bottom:0;}.header-sibar-home22 >div{height:100%;}.header-sibar-home22 .close-sidebar{display:inline-block;width:15px;height:15px;line-height:15px;background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAYAAABy6+R8AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2dpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQ1IDc5LjE2MzQ5OSwgMjAxOC8wOC8xMy0xNjo0MDoyMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo5M0E3M0RBNTczMTVFNTExOERGOEIwMDBCQzA5MDA5RSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo4RkYwQUY5MUI1RTkxMUVBQTUyMkI2QUVBREZGOENFOSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo4RkYwQUY5MEI1RTkxMUVBQTUyMkI2QUVBREZGOENFOSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgMjEuMCAoV2luZG93cykiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo3QzY1MTc2OEI1RTkxMUVBQjVBM0VGMDE4MTZENDMxMCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo3QzY1MTc2OUI1RTkxMUVBQjVBM0VGMDE4MTZENDMxMCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pm9+p90AAACBSURBVHjaYmCAABEg5mfADxiBWIEBScMFID6KRyNIw2Qg/gDEpgxQhSAN/3FohGkAyb8EYm2YBC6NODXg0ihASAM2jS+I0QADAkga/gGxFQMRwToZScN/AqGK4WkrAqGKM5RwRgehYMWqUREa0/hCCaYR5M8gmKAJEcHKD9MAEGAAecs09Id99rAAAAAASUVORK5CYII=") no-repeat center center transparent;position:fixed;top:23px;right:20px;font-size:0;}.header-sibar-home22 .close-sidebar.nitro-lazy{background-image:none !important;}.rtl .header-sibar-home22 .close-sidebar{right:auto;left:20px;}.header-sibar-home22 .elementor-section>.elementor-container>.elementor-row>.elementor-element>.elementor-element-populated{padding:0 !important;}.header-sibar-home22 .elementor-widget-wp-widget-nav_menu h5{font-size:20px;color:#000;font-weight:600;display:block;padding:20px 30px;border-bottom:1px solid #ededed;}.header-sibar-home22 .elementor-widget-wp-widget-nav_menu ul.menu{margin:20px 0 0;}.header-sibar-home22 .elementor-widget-wp-widget-nav_menu ul.menu >li{display:block;}.header-sibar-home22 .elementor-widget-wp-widget-nav_menu ul.menu >li >a{display:block;padding:10px 30px;font-size:16px;color:#000;line-height:24px;}.header-sibar-home22 .elementor-widget-wp-widget-nav_menu ul.menu >li >a:hover{color:#0065b3;}.header-sibar-home22 .contact-sidebar .wrap-content{margin:130px 30px 0;}.header-sibar-home22 .contact-sidebar .wrap-content h5{font-size:20px;color:#000;font-weight:600;text-transform:capitalize;}.header-sibar-home22 .contact-sidebar .wrap-content ul{margin:0;list-style:none;}.header-sibar-home22 .contact-sidebar .wrap-content ul >li{font-size:14px;color:#555;display:block;padding:8px 0;}.header-sibar-home22 .contact-sidebar .wrap-content ul >li a{color:#555;}.header-sibar-home22 .contact-sidebar .wrap-content ul >li a:hover{color:#0065b3;}.header-sibar-home22 .contact-sidebar .wrap-content ul >li i{float:left;margin-right:10px;}.rtl .header-sibar-home22 .contact-sidebar .wrap-content ul >li i{float:right;margin:0 0 0 10px;}.header-sibar-home22 .elementor-widget-wp-widget-search .searchform{height:50px;background-color:#f5f5f5;position:relative;margin:22px 30px 20px;}.header-sibar-home22 .elementor-widget-wp-widget-search .searchform input[type="text"]{height:50px;background-color:#f5f5f5;border:0;border-radius:0;width:100%;padding:0 20px;}.header-sibar-home22 .elementor-widget-wp-widget-search .searchform input[type="submit"]{position:absolute;top:0;right:0;height:50px;border:0;border-radius:0;width:50px;font-size:0;background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAOCAYAAAA1+Nx+AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2dpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQ1IDc5LjE2MzQ5OSwgMjAxOC8wOC8xMy0xNjo0MDoyMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo5M0E3M0RBNTczMTVFNTExOERGOEIwMDBCQzA5MDA5RSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpBRjMzMkVGREI1RDQxMUVBOTJEOEM5NzczQjEwOEY2MSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpBRjMzMkVGQ0I1RDQxMUVBOTJEOEM5NzczQjEwOEY2MSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgMjEuMCAoV2luZG93cykiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo5NTcyNDMxM0I1RDQxMUVBQUZGOUNDNkNGQkI2NkM0MSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo5NTcyNDMxNEI1RDQxMUVBQUZGOUNDNkNGQkI2NkM0MSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Ph5O2O8AAABUSURBVHjaYmagDBgD8REg/gHEZxloAMqB+D8UpzHQCMwc3pYwIkWWIBUs6YCaBQLpQDwLxAhFspnaOJSJYQgBUBCfoVVkjxo+cEUFyAer8BkOEGAAvzk4KZucmW8AAAAASUVORK5CYII=") no-repeat center center transparent;}.header-sibar-home22 .elementor-widget-wp-widget-search .searchform input[type="submit"].nitro-lazy{background-image:none !important;}.header-sibar-home22 .elementor-widget-wp-widget-search .searchform input[type="submit"]:hover{opacity:.85;}.rtl .header-sibar-home22 .elementor-widget-wp-widget-search .searchform input[type="submit"]{left:0;right:auto;transform:rotate(180deg);}body.elementor-editor-active .header-sibar-home22{position:relative;right:auto;top:auto;z-index:9;opacity:1;visibility:visible;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;-webkit-transform:translateX(0px);-moz-transform:translateX(0px);-o-transform:translateX(0px);-ms-transform:translateX(0px);transform:translateX(0px);}@media (min-width: 1200px){body.elementor-editor-active .header-sibar-home22{height:700px;}}#slider-home20 rs-slides rs-slide rs-layer-wrap rs-layer.slider19-text2 span{font-weight:700 !important;color:#0065b3 !important;text-transform:uppercase !important;}#slider-home20 .see-more13{height:50px !important;line-height:50px !important;color:#fff !important;font-size:12px !important;text-transform:uppercase !important;position:relative !important;background-color:#0065b3 !important;padding:0 50px !important;letter-spacing:2px !important;display:block !important;font-weight:400 !important;}#slider-home20 .see-more13:hover{background-color:var(--darken5) !important;}#slider-home20 .tp-bullets .tp-bullet .tp-bullet-inner{background-color:#0065b3 !important;}#slider-home20 .tp-bullets .tp-bullet.selected,#slider-home20 .tp-bullets .tp-bullet:hover{-webkit-box-shadow:0 0 0 2px #0065b3;-moz-box-shadow:0 0 0 2px #0065b3;-o-box-shadow:0 0 0 2px #0065b3;-ms-box-shadow:0 0 0 2px #0065b3;box-shadow:0 0 0 2px #0065b3;}#slider-home20 .tp-bullets .tp-bullet.selected .tp-bullet-inner,#slider-home20 .tp-bullets .tp-bullet:hover .tp-bullet-inner{background-color:#0065b3 !important;}.header-bottom-elementor22{position:relative;z-index:2;padding-bottom:0;}.home-style20 .header-bottom-elementor22{border:0;}.header-bottom-elementor22 .top-left1 .elementor-image{padding:30px 80px 30px 0;}.rtl .header-bottom-elementor22 .top-left1 .elementor-image{padding:30px 0 30px 80px;}.header-bottom-elementor22 .nav-pills>li >a{font-size:14px;color:#000;padding:45px 25px 25px;font-weight:700;border-radius:0;}.header-bottom-elementor22 .nav-pills>li.active>a,.header-bottom-elementor22 .nav-pills>li:hover>a{color:#fff;background-color:#0065b3;}.header-bottom-elementor22 .nav-pills>li.dropdown>a:after{right:10px;}.header-bottom-elementor22 .nav-pills>li.emarket-menu-img>a .menu-img{display:none;}.header-bottom-elementor22 .icon-sidebar{display:inline-block;width:20px;height:60px;line-height:60px;background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAOCAYAAAAvxDzwAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2dpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQ1IDc5LjE2MzQ5OSwgMjAxOC8wOC8xMy0xNjo0MDoyMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo5M0E3M0RBNTczMTVFNTExOERGOEIwMDBCQzA5MDA5RSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpEQUYyNTE0MkNGRDUxMUVBQUNEODk3QUMyMDg2NkJCNCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpEQUYyNTE0MUNGRDUxMUVBQUNEODk3QUMyMDg2NkJCNCIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgMjEuMCAoV2luZG93cykiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0RkY4MDM0OUNCRDExMUVBOTIyRjgzREU1RTAxNDQxQyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0RkY4MDM0QUNCRDExMUVBOTIyRjgzREU1RTAxNDQxQyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PvHbryoAAAArSURBVHjaYmRgYPjPQBlgROYwMYyCQQcYyYhlRnySo7E8TGKZga6xDBBgAKSrAwkyliL4AAAAAElFTkSuQmCC") no-repeat center center transparent;font-size:0;}.header-bottom-elementor22 .icon-sidebar.nitro-lazy{background-image:none !important;}.header-bottom-elementor22 .icon-sidebar:hover{opacity:.8;}.header-bottom-elementor22 .search-cate{position:relative;display:block;visibility:visible;opacity:1;margin:32px 0;}.header-bottom-elementor22 .search-cate .search-tog{position:relative;}.header-bottom-elementor22 .search-cate .search-tog:before{content:"";height:10px;width:1px;background-color:#000;position:absolute;left:0;top:-1px;}.rtl .header-bottom-elementor22 .search-cate .search-tog:before{right:0;left:auto;}.header-bottom-elementor22 .search-cate .search-tog i{background:url("https://mwtruckparts.co.uk/wp-content/uploads/sw_theme/assets/img/icon_search22.svg") no-repeat center center transparent;background-size:cover;height:23px;width:23px;cursor:pointer;margin-left:20px;}.header-bottom-elementor22 .search-cate .search-tog i.nitro-lazy{background-image:none !important;}.header-bottom-elementor22 .search-cate .search-tog i:before{content:"";font-size:0;}.rtl .header-bottom-elementor22 .search-cate .search-tog i{margin-right:20px;margin-left:0;}.header-bottom-elementor22 .search-cate .search-tog i:hover{opacity:.85;}.header-bottom-elementor22 .search-cate .emarket_top{position:absolute;top:50px;right:0;padding:0;display:none;}.rtl .header-bottom-elementor22 .search-cate .emarket_top{right:auto;left:0;}.header-bottom-elementor22 .search-cate .emarket_top .top-form.top-search{margin-right:0;margin-top:0;min-width:300px;}.rtl .header-bottom-elementor22 .search-cate .emarket_top .top-form.top-search{margin-left:0;}.header-bottom-elementor22 .search-cate .top-form .topsearch-entry{padding-left:0;}.rtl .header-bottom-elementor22 .search-cate .top-form .topsearch-entry{padding-right:0;}.header-bottom-elementor22 .search-cate .top-form .topsearch-entry .icon-loading.loading{right:95px;}.header-bottom-elementor22 .search-cate .top-form .topsearch-entry .cat-wrapper{display:none;}.header-bottom-elementor22 .search-cate .top-form .topsearch-entry input{border:1px solid #0065b3;height:40px;padding-left:20px;padding-right:20px;border-radius:4px 0 0 4px;}.rtl .header-bottom-elementor22 .search-cate .top-form .topsearch-entry input{border-radius:0 4px 4px 0;}.header-bottom-elementor22 .search-cate .top-form .topsearch-entry .button-search-pro{background:#111;border-radius:0 4px 4px 0;height:40px;line-height:40px;width:auto;padding:0 30px;}.rtl .header-bottom-elementor22 .search-cate .top-form .topsearch-entry .button-search-pro{border-radius:4px 0 0 4px;}.header-bottom-elementor22 .search-cate .top-form .topsearch-entry .button-search-pro:hover{background-color:#1479c8;}.header-bottom-elementor22 .top-form.top-form-minicart{padding:30px 0;}.header-bottom-elementor22 .top-form.top-form-minicart .top-minicart-icon{height:30px;width:auto;line-height:normal;padding-left:35px;margin-right:20px;background:url("https://mwtruckparts.co.uk/wp-content/uploads/sw_theme/assets/img/icon-cart-20.png") no-repeat left center transparent;border-radius:0;}.header-bottom-elementor22 .top-form.top-form-minicart .top-minicart-icon.nitro-lazy{background-image:none !important;}.rtl .header-bottom-elementor22 .top-form.top-form-minicart .top-minicart-icon{margin-left:20px;margin-right:0;background-position:right center;padding-right:35px;padding-left:0;}.header-bottom-elementor22 .top-form.top-form-minicart .top-minicart-icon .fa{display:none;}.header-bottom-elementor22 .top-form.top-form-minicart .top-minicart-icon .minicart-number{width:14px;height:14px;color:#fff;background-color:#0065b3;line-height:14px;left:10px;top:-1px;font-size:11px;position:absolute;}.rtl .header-bottom-elementor22 .top-form.top-form-minicart .top-minicart-icon .minicart-number{right:10px;left:auto;}.header-bottom-elementor22 .top-form.top-form-minicart .top-minicart-icon .cart-total .amount{font-size:24px;color:#000;font-weight:700;}.header-bottom-elementor22 .top-form.top-form-minicart .wrapp-minicart{top:70px;}.listing-tab-shortcode .tabbable .tab-content .item .item-wrap{padding:0 !important;}.header-style3.elementor-element .header-mid .main-menu{padding-top:0;}.countdown-slider5 .slider .item-countdown .item-wrap3 .item-detail .item-content h4{margin-top:10px !important;}.header-style6.elementor-element .left{padding:10px 0;}.elementor-section .sw-woo-tab-style4 .resp-tab .category-slider-content .tab-content .tab-pane.active:hover .res-button{visibility:visible;opacity:1;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;}.elementor-section .sw-woo-tab-style4 .resp-tab .category-slider-content .tab-content .tab-pane.active .res-button{visibility:hidden;opacity:0;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;}.elementor-section .sw-woo-tab-style4 .resp-tab .category-slider-content .tab-content .tab-pane.active .res-button.slick-next{display:inline-block;width:40px;height:40px;line-height:40px;background-color:#777;position:absolute;top:50%;margin-top:-45px;right:-60px;z-index:8;text-align:center;border-radius:50%;}.elementor-section .sw-woo-tab-style4 .resp-tab .category-slider-content .tab-content .tab-pane.active .res-button.slick-next:hover{background:#2c2c2c;cursor:pointer;}.elementor-section .sw-woo-tab-style4 .resp-tab .category-slider-content .tab-content .tab-pane.active .res-button.slick-prev{display:inline-block;width:40px;height:40px;line-height:40px;background-color:#777;position:absolute;top:50%;margin-top:-45px;left:-60px;z-index:8;text-align:center;border-radius:50%;}.elementor-section .sw-woo-tab-style4 .resp-tab .category-slider-content .tab-content .tab-pane.active .res-button.slick-prev:hover{background:#2c2c2c;cursor:pointer;}.header-mid5 .swe-woo-cart .swe-wrap-cart-head .swe-cart-icon .image-icon{width:auto;height:auto;}.header-mid5 .swe-woo-cart .swe-wrap-cart-head .swe-cart-subtotal .text{margin-bottom:8px;}.header-mid5 .swe-woo-cart .swe-wrap-cart-head .swe-cart-subtotal .swe-cart-total{margin-left:14px;position:relative;}.rtl .header-mid5 .swe-woo-cart .swe-wrap-cart-head .swe-cart-subtotal .swe-cart-total{margin-right:14px;margin-left:0;}.rtl .header-mid5 .swe-woo-cart .swe-wrap-cart-head .swe-cart-subtotal .swe-cart-total:before{right:-9px;left:auto;}.header-mid5 .swe-woo-cart .swe-wrap-cart-head .swe-cart-subtotal .swe-cart-total:before{content:"";width:6px;height:2px;background-color:#0065b3;position:absolute;left:-9px;top:6px;}.header-mid5 .top-form.top-search button.form-button:hover{background-color:#0065b3;}.header-mid5 .search-layout2 .top-form.top-search button.form-button,.header-mid5 .search-layout2 .top-form.top-search .autosearch-input{height:40px;line-height:40px;}@media (min-width: 1200px){.elementor-element-537c091{margin-bottom:70px;}}.home-style6 .countdown-slider5 .slider .item-countdown .item-wrap3 .item-detail .item-content h4,.home-style5 .countdown-slider5 .slider .item-countdown .item-wrap3 .item-detail .item-content h4{margin:15px 0 !important;}.home-style6 .countdown-slider5 .slider .item-countdown .item-wrap3 .item-detail .item-content h4 a,.home-style5 .countdown-slider5 .slider .item-countdown .item-wrap3 .item-detail .item-content h4 a{font-size:18px;}.home-style6 .item .item-wrap3 .item-detail .item-content h4 a,.home-style5 .item .item-wrap3 .item-detail .item-content h4 a{font-size:16px;}.elementor-element .newsletter-footer2 .newsletter-footer-top .info{font-size:25px;margin-top:5px;}.elementor-element-e9f7bbb.elementor-widget-slider_revolution{border-radius:5px;overflow:hidden;}.elementor-element-5497c6b .elementor-section{padding:0 0 5px;}.elementor-9 .elementor-element.elementor-element-c3239c2{margin-bottom:40px;}.elementor-4882 .elementor-element.elementor-element-110a03a .elementor-row{align-items:baseline;}.footer-style1-bot.style7 .newsletter-footer .form-newsletter button[type="submit"],.footer-style1-bot.style7 .newsletter-footer .form-newsletter input[type="email"]{margin:0;}.home-style13 .tp-bullets.custom .tp-bullet.selected,.home-style13 .tp-bullets.custom .tp-bullet{width:8px !important;height:8px !important;border-radius:0 !important;}.elementor-element .countdown-slider7 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content{padding-bottom:30px;}#sw-add-to-cart-message .button{text-shadow:0 0 0;font-weight:300;font-size:14px;}.deal-page .autusin_breadcrumbs{display:none;}.deal-page .box-shop.page-deal .products-nav,.deal-page .products-wrapper.page-deal .products-nav{display:none !important;}.deal-page .box-shop.page-deal .woocommerce-pagination,.deal-page .products-wrapper.page-deal .woocommerce-pagination{display:table;margin:0 auto;width:100%;}.deal-page .box-shop.page-deal .woocommerce-pagination .page-numbers >li,.deal-page .products-wrapper.page-deal .woocommerce-pagination .page-numbers >li{margin:0 3px;}.deal-page .box-shop.page-deal .woocommerce-pagination .page-numbers >li .page-numbers,.deal-page .products-wrapper.page-deal .woocommerce-pagination .page-numbers >li .page-numbers{width:40px;height:40px;line-height:40px;display:inline-block;border:1px solid #ddd;color:#999;font-size:16px;}.deal-page .box-shop.page-deal .woocommerce-pagination .page-numbers >li .page-numbers.next,.deal-page .box-shop.page-deal .woocommerce-pagination .page-numbers >li .page-numbers.prev,.deal-page .products-wrapper.page-deal .woocommerce-pagination .page-numbers >li .page-numbers.next,.deal-page .products-wrapper.page-deal .woocommerce-pagination .page-numbers >li .page-numbers.prev{font-size:0;}.deal-page .box-shop.page-deal .woocommerce-pagination .page-numbers >li .page-numbers.current,.deal-page .box-shop.page-deal .woocommerce-pagination .page-numbers >li .page-numbers:hover,.deal-page .products-wrapper.page-deal .woocommerce-pagination .page-numbers >li .page-numbers.current,.deal-page .products-wrapper.page-deal .woocommerce-pagination .page-numbers >li .page-numbers:hover{border-color:#0065b3;color:#0065b3;}.deal-page .box-shop.page-deal .products-loop ~ .products-nav,.deal-page .products-wrapper.page-deal .products-loop ~ .products-nav{display:block !important;}.deal-page .box-shop.page-deal .products-loop ~ .products-nav .view-mode-wrap,.deal-page .products-wrapper.page-deal .products-loop ~ .products-nav .view-mode-wrap{display:none !important;}.deal-page .countdown-deal .elementor-countdown-item{position:relative;}.deal-page .countdown-deal .elementor-countdown-item:after{display:inline-block;content:":";font-weight:bold;color:#ff2d37;position:absolute;right:-14px;top:11px;font-size:20px;}.deal-page .countdown-deal .elementor-countdown-item:last-child:after{display:none;}.fix-colorbg{background-color:var(--color);}.fix-color{color:var(--color);}.title_search1{border-radius:5px 5px 0 0;}.box-search1 .elementor-container{padding:23px 25px;}.box-search1 .jet-select{margin:0 5px;position:relative;}@media (min-width: 767px){.box-search1 .jet-select{flex:1;}}.box-search1 .jet-select select{-moz-appearance:none;-webkit-appearance:none;border:none;}.box-search1 .jet-select select:hover{color:#222 !important;cursor:pointer;}.bt-search1 .apply-filters__button{border:none;}.box-banner2{height:100vh;}.box-banner2 .elementor-widget-wrap{height:100vh;}.box-banner2 .swg-filter-hierarchical.vertical form{grid-row-gap:15px;}.box-banner2 .box-search2{max-width:290px;position:absolute;top:50%;left:24px;display:inline-block;margin:-180px 0 0 0;}@media (max-width: 767px){.box-banner2 .box-search2{left:50%;margin:-180px 0 0 -145px;}.rtl .box-banner2 .box-search2{left:auto;right:50% !important;margin:-180px -145px 0 0;}}.rtl .box-banner2 .box-search2{right:24px;left:auto;}.box-banner2 .box-search2 .apply-filters__button{width:100%;}.box-banner2 .box-search2 .jet-select{position:relative;width:100%;}.box-banner2 .box-search2 .jet-select select{-moz-appearance:none;-webkit-appearance:none;}.box-banner2 .box-search2 .jet-select select:hover{color:#222 !important;cursor:pointer;}.box-banner2 .bt-search1 .apply-filters__button{background-color:var(--color) !important;}.box-banner2 .bt-search1 .apply-filters__button:hover{opacity:.8;}.box-banner2 .box-text .text-iner{position:absolute;top:50%;margin-top:-100px;left:30%;}.rtl .box-banner2 .box-text .text-iner{left:auto;right:30%;}@media (max-width: 1199px){.box-banner2 .box-text .text-iner{left:35%;}.rtl .box-banner2 .box-text .text-iner{left:auto;right:35%;}}@media (max-width: 991px){.box-banner2 .box-text .text-iner{left:43%;}.rtl .box-banner2 .box-text .text-iner{left:auto;right:43%;}}@media (max-width: 767px){.box-banner2 .box-text .text-iner{display:none;}}.box-banner2 .box-text .text-iner h2{color:#fff;font-size:60px;font-weight:bold;text-transform:uppercase;line-height:70px;}@media (max-width: 991px){.box-banner2 .box-text .text-iner h2{font-size:40px;list-style:60px;}}.box-banner2 .box-text .text-iner h2 span{display:block;}.box-banner2 .box-text .text-iner p{font-size:16px;color:#fff;max-width:50%;}@media (max-width: 1199px){.countdown-slider .res-button{display:none !important;}}.box-search-shop .apply-filters__button{margin:15px 0 0;width:100%;border:none;}.box-search-shop .jet-select{width:100%;position:relative;}@media (min-width: 767px){.box-search-shop .jet-select{flex:1;}}.box-search-shop .jet-select select{-moz-appearance:none;-webkit-appearance:none;width:100%;border:none;}.box-search-shop .jet-select select:hover{color:#222 !important;cursor:pointer;}.search .cate-shop .jet-checkboxes-list__decorator,.woocommerce-page .cate-shop .jet-checkboxes-list__decorator{display:none !important;}.search .jet-range__slider .ui-slider-range,.search .jet-range__slider .ui-slider-handle,.woocommerce-page .jet-range__slider .ui-slider-range,.woocommerce-page .jet-range__slider .ui-slider-handle{background-color:var(--color);}.search .price-filter .apply-filters__button,.woocommerce-page .price-filter .apply-filters__button{margin:0;border:none;position:absolute;bottom:0;background-color:var(--color);}.search .jet-checkboxes-list__input:checked ~ .jet-checkboxes-list__button,.woocommerce-page .jet-checkboxes-list__input:checked ~ .jet-checkboxes-list__button{color:var(--color) !important;}.search .jet-checkboxes-list__input:checked ~ .jet-checkboxes-list__button .jet-checkboxes-list__decorator,.woocommerce-page .jet-checkboxes-list__input:checked ~ .jet-checkboxes-list__button .jet-checkboxes-list__decorator{background-color:var(--color) !important;border-color:var(--color);}.search .jet-color-image-list .jet-color-image-list__item input:checked+.jet-color-image-list__button .jet-color-image-list__decorator>*,.woocommerce-page .jet-color-image-list .jet-color-image-list__item input:checked+.jet-color-image-list__button .jet-color-image-list__decorator>*{border-color:transparent;}.search .jet-color-image-list .jet-color-image-list__item input:checked+.jet-color-image-list__button .jet-color-image-list__decorator>*:before,.woocommerce-page .jet-color-image-list .jet-color-image-list__item input:checked+.jet-color-image-list__button .jet-color-image-list__decorator>*:before{content:"";font-family:"FontAwesome";color:#fff;font-size:12px;font-weight:300;display:flex;justify-content:center;align-items:center;height:100%;}.search .jet-smart-filters-radio .jet-filter-label,.search .jet-smart-filters-range .jet-filter-label,.search .jet-smart-filters-color-image .jet-filter-label,.search .jet-smart-filters-checkboxes .jet-filter-label,.woocommerce-page .jet-smart-filters-radio .jet-filter-label,.woocommerce-page .jet-smart-filters-range .jet-filter-label,.woocommerce-page .jet-smart-filters-color-image .jet-filter-label,.woocommerce-page .jet-smart-filters-checkboxes .jet-filter-label{color:#222;font-size:16px;font-weight:600;text-transform:uppercase;margin:0px 0px 22px 0px;padding:0px 0px 10px 0px;border-style:solid;border-width:0px 0px 1px 0px;border-color:#ededed;position:relative;}.search .jet-smart-filters-radio .jet-filter-label:before,.search .jet-smart-filters-range .jet-filter-label:before,.search .jet-smart-filters-color-image .jet-filter-label:before,.search .jet-smart-filters-checkboxes .jet-filter-label:before,.woocommerce-page .jet-smart-filters-radio .jet-filter-label:before,.woocommerce-page .jet-smart-filters-range .jet-filter-label:before,.woocommerce-page .jet-smart-filters-color-image .jet-filter-label:before,.woocommerce-page .jet-smart-filters-checkboxes .jet-filter-label:before{content:"";left:0;width:60px;height:1px;background-color:var(--color);bottom:-1px;position:absolute;}.rtl .search .jet-smart-filters-radio .jet-filter-label:before,.rtl .search .jet-smart-filters-range .jet-filter-label:before,.rtl .search .jet-smart-filters-color-image .jet-filter-label:before,.rtl .search .jet-smart-filters-checkboxes .jet-filter-label:before,.rtl .woocommerce-page .jet-smart-filters-radio .jet-filter-label:before,.rtl .woocommerce-page .jet-smart-filters-range .jet-filter-label:before,.rtl .woocommerce-page .jet-smart-filters-color-image .jet-filter-label:before,.rtl .woocommerce-page .jet-smart-filters-checkboxes .jet-filter-label:before{right:0;left:auto;}.search .tags-filter .jet-checkboxes-list__label:hover,.woocommerce-page .tags-filter .jet-checkboxes-list__label:hover{color:var(--color);text-decoration:underline;}.search .tags-filter .jet-checkboxes-list__input:checked ~ .jet-checkboxes-list__button .jet-checkboxes-list__label,.woocommerce-page .tags-filter .jet-checkboxes-list__input:checked ~ .jet-checkboxes-list__button .jet-checkboxes-list__label{color:var(--color);text-decoration:underline;}.jet-filters-pagination__item.jet-filters-pagination__current .jet-filters-pagination__link{background:var(--color) !important;color:#fff !important;border-color:var(--color) !important;}.products-loop{list-style:none;}.box-remove .elementor-element{float:left;width:auto;}.box-shop .pagination-custom{position:absolute;right:0;top:0;width:auto;z-index:99;}.box-shop .pagination-custom .jet-filters-pagination__item{padding:0;color:#6b6b6b;}.box-shop .pagination-custom .jet-filters-pagination__item.next .jet-filters-pagination__link{font-size:0;padding:0 5px;}.box-shop .pagination-custom .jet-filters-pagination__item.next:before{content:"";font-family:"FontAwesome";font-size:14px;position:absolute;top:14px;text-align:center;}.box-shop .pagination-custom .jet-filters-pagination__item.prev .jet-filters-pagination__link{font-size:0;padding:0 5px;}.box-shop .pagination-custom .jet-filters-pagination__item.prev:before{font-family:"FontAwesome";font-size:13px;content:"";position:absolute;top:14px;text-align:center;}.box-shop .sorting-custom{width:auto;position:absolute;left:50%;margin-left:-30px;z-index:8;}.box-shop .sorting-custom .jet-sorting-select{height:40px;}.rtl .box-shop .sorting-custom{right:50%;left:auto;margin-right:-30px;}.box-shop .products-nav{margin-bottom:0;}@media (max-width: 480px){.box-content-archive .elementor-element .products-loop  .product-category{width:33.3%;float:left;}}.box-content-archive .elementor-element .products-loop{margin-top:45px;}.box-content-archive .elementor-element .jet-list-tree__children{padding-left:20px !important;}.rtl .box-content-archive .elementor-element .jet-list-tree__children{padding-right:20px !important;padding-left:0;}.box-content-archive .elementor-element .jet-list-tree__children .jet-checkboxes-list__row{position:relative;}.box-content-archive .elementor-element .jet-list-tree__children .jet-checkboxes-list__row:before{content:"";width:5px;height:1px;background-color:#555;position:absolute;left:-10px;top:50%;margin-top:-.5px;}.sorting-custombuttom{bottom:0;}.pagination-custombuttom{bottom:0;top:auto !important;}.elementor-element .jet-checkboxes-list .jet-checkboxes-list__item .jet-checkboxes-list__label::focus{color:var(--color) !important;display:inline-block;}.elementor-element .jet-radio-list .jet-radio-list__item .jet-radio-list__input:checked+.jet-radio-list__button{color:var(--color);}.elementor-element .jet-radio-list .jet-radio-list__item .jet-radio-list__input:checked+.jet-radio-list__button .jet-radio-list__decorator{background-color:var(--color);border-color:var(--color);}.elementor-element .elementor-products-grid .elementor-row .products-loop{margin-top:45px;}.elementor-element .box-shop{padding:10px 0;}.elementor-element .box-content-archive .elementor-element .products-loop{margin-top:35px;}@media (max-width: 991px){.elementor-element .cart .addcart-wrapper .button{margin:0;}.elementor-element .cart .addcart-wrapper .item-bottom{margin:10px 0 0;display:inline-block;}}@media (min-width: 991px){.elementor-element .cart .addcart-wrapper{display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;flex-direction:row;}}.elementor-element .cart .addcart-wrapper .single_add_to_cart_button{color:#fff !important;padding:0 15px;line-height:normal;}.elementor-element .content_product_detail .elementor-widget-heading{width:auto;float:left;}.elementor-element .content_product_detail .elementor-widget-share-buttons{width:auto;float:left;}.elementor-element .content_product_detail .elementor-widget-share-buttons .elementor-share-btn .elementor-share-btn__icon{height:35px;width:35px;background-color:var(--color);}.elementor-element .content_product_detail .product_meta .sku_wrapper.detail-container{display:none;}.elementor-element .content_product_detail .product_meta .detail-label{font-weight:700;text-transform:uppercase;display:inline-block;color:#222;margin-bottom:20px;}.elementor-post__excerpt{margin-bottom:20px;border-bottom:1px solid #ddd;padding-bottom:20px;}.elementor-post__read-more{color:var(--color) !important;}.elementor-post__meta-data >*{padding:0 20px 0 0;}.rtl .elementor-post__meta-data >*{padding:0 0 0 20px;}.elementor-post__meta-data .elementor-post-author:before{content:"";font-family:"FontAwesome";margin-right:5px;}.elementor-post__meta-data .elementor-post-date:before{content:"";font-family:"FontAwesome";margin-right:5px;}.elementor-post__meta-data .elementor-post-avatar:before{content:"";font-family:"FontAwesome";margin-right:5px;}.jet-remove-all-filters .jet-remove-all-filters__button{background-color:#bec4c9;transition:all .3s;color:#fff;border-color:#bec4c9;margin:0;height:26px;line-height:26px;}.jet-remove-all-filters .jet-remove-all-filters__button:hover{background-color:var(--color);border-color:var(--color);}.pagination-custom1 .jet-filters-pagination__item .jet-filters-pagination__link{width:30px;}.pagination-custom1 .jet-filters-pagination__item.prev-next .jet-filters-pagination__link{width:auto;padding:0px 20px 0px 20px;border-radius:20px;}.post_category .jet-radio-list__item{width:100%;margin:0;}.post_category .jet-radio-list__item .jet-radio-list__button{width:100%;}.post_category .jet-radio-list__item .jet-radio-list__button .jet-radio-list__decorator{display:none;margin:0;}.tags-custom .jet-radio-list .jet-radio-list__item .jet-radio-list__input:checked+.jet-radio-list__button{background-color:var(--color) !important;border-color:var(--color) !important;color:#fff !important;}.elementor-widget-wp-widget-recent-posts h5{position:relative;text-transform:capitalize;padding:15px 0;color:#111;font-size:18px;font-weight:600;margin-bottom:0;}.elementor-widget-wp-widget-recent-posts ul{list-style:none;margin:0;}.elementor-widget-wp-widget-recent-posts ul li{padding:15px 0;border-bottom:1px solid #ddd;}.elementor-widget-wp-widget-recent-posts ul li:last-child{border-bottom:none;}.elementor-widget-wp-widget-recent-posts ul li a{display:inline-block;vertical-align:top;}.remove-ft{float:left;width:auto !important;}.post-grid .elementor-post__meta-data{padding:0 0 15px;border-bottom:1px solid #ddd;}.post-grid .jet-filters-pagination__current .jet-filters-pagination__link:hover,.post-grid .jet-filters-pagination__current .jet-filters-pagination__link{background-color:var(--color) !important;color:#fff;border-color:var(--color) !important;}.home-style3 .elementor-element .sw-category-slider3{margin:0;}@media (max-width: 767px){.sw-woo-tab-style3 .resp-tab .category-slider-content .tab-content .tab-pane.active .res-button{display:none !important;}}.form-filter-home15 .swg-filter-hierarchical form .select2-container .select2-selection--single .select2-selection__rendered{color:#000;}.form-filter-home15 .swg-filter-hierarchical form .select2-container .select2-selection--single .select2-selection__rendered{height:50px;line-height:50px;}.form-filter-home15 .swg-filter-hierarchical form .select2-container .select2-selection--single{height:50px;}.form-filter-home15 .swg-filter-hierarchical form .select2-container .select2-selection--single .select2-selection__arrow{height:50px;}.box-search1.box-search2 .elementor-container .elementor-row{background-color:transparent;}.box-search1.box-search2  .elementor-container .elementor-row{opacity:1;}.bt-search1.bt-search2 .apply-filters__button{background-color:var(--color) !important;}.pagination-custom-post .jet-filters-pagination .jet-filters-pagination__item.prev-next .jet-filters-pagination__link{width:auto;padding:0 15px;border-radius:20px;}.pagination-custom-post .jet-filters-pagination .jet-filters-pagination__item .jet-filters-pagination__link{width:30px;text-align:center;height:30px;}.footer-style3.style4 .elementor-widget-container h5{color:var(--color) !important;}.elementor-section  .responsive-post-slider2 .resp-slider-container .slick-slider .item .item-inner .img_over .latest_post_date .post_day{line-height:30px;}.elementor-element .view-mode{display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;}.elementor-element .view-mode >*{margin-left:3px;}.elementor-element .view-mode .grid-view{order:1;}.elementor-element .view-mode .list-view{order:2;}.button-filter{display:none;}.elementor-element .button-filter{display:block;transition:all .3s;}.elementor-element .button-filter:hover{background-color:var(--color);border-color:var(--color);}.box-shop .elementor-widget-container{position:relative;}.box-shop .elementor-widget-container:before{content:"";position:absolute;top:41px;left:0;height:2px;width:0%;background:var(--color);-webkit-transition:all 800ms ease;-moz-transition:all 800ms ease;-o-transition:all 800ms ease;transition:all 800ms ease;display:block;}.box-shop .elementor-widget-container.jet-filters-loading:before{width:100%;-webkit-transition:all 950ms ease;-moz-transition:all 950ms ease;-o-transition:all 950ms ease;transition:all 950ms ease;}@media (min-width: 1200px){.box-content-archive.active_filters .products-loop.grid .item{width:25%;clear:initial !important;}}.box-content-archive .button-filter{margin:0;z-index:0;background-color:#252525;color:#fff;border-radius:0;position:relative;text-transform:capitalize;padding:0 30px 0 10px;border-color:#252525;height:40px;}.box-content-archive .button-filter:before{display:inline-block;content:"";position:absolute;width:10px;height:2px;right:15px;top:18px;border-top:2px solid #fff;-webkit-transition:all 200ms ease;-moz-transition:all 200ms ease;-o-transition:all 200ms ease;transition:all 200ms ease;}.box-content-archive .button-filter:after{display:inline-block;content:"";position:absolute;width:10px;height:2px;right:15px;top:18px;border-top:2px solid #fff;}.box-content-archive .button-filter.closex{background-color:var(--color);border-color:var(--color);}.box-content-archive .button-filter.closex:before{-ms-transform:rotate(90deg);-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg);}.box-content-archive.active_filters .sidebar{visibility:hidden;opacity:0;margin-left:-25%;-webkit-transition:all 350ms ease;-moz-transition:all 350ms ease;-o-transition:all 350ms ease;transition:all 350ms ease;height:0;}@media (max-width: 767px){.box-content-archive.active_filters .sidebar{display:none;}}.box-content-archive .sidebar{margin-left:0;-webkit-transition:all 350ms ease;-moz-transition:all 350ms ease;-o-transition:all 350ms ease;transition:all 350ms ease;}.box-content-archive.active_filters .content{width:100%;}.box-content-archive .content{width:100%;-webkit-transition:all 350ms ease;-moz-transition:all 350ms ease;-o-transition:all 350ms ease;transition:all 350ms ease;}.elementor-4955 .elementor-element.elementor-element-f70b8d6 .jet-range__slider{margin:0 4px;}.box-seaech-filter .swg-filter-hierarchical.vertical form{grid-row-gap:15px;}@media (min-width: 767px){.box-seaech-filter{position:absolute;top:0;right:15px;bottom:0;z-index:1;}}.box-seaech-filter >.elementor-container{position:relative;height:100%;}.box-seaech-filter .elementor-widget-wrap{background-color:rgba(0,0,0,.4);}@media (min-width: 767px){.box-seaech-filter .elementor-widget-wrap{position:absolute;right:0;width:300px;top:0;z-index:9;bottom:0;display:inline-block;background-color:rgba(0,0,0,.4);height:100%;}}.buton-search-filter .apply-filters__button{width:100%;border:0 !important;margin:15px 0 !important;background-color:var(--color) !important;}.buton-search-filter .apply-filters__button:hover{opacity:.9;}.apply-filters .apply-filters__button:hover{opacity:.8;}.jet-select{position:relative;}@media (min-width: 767px){.jet-select{flex:1;}}.jet-select:before{content:"";position:absolute;right:20px;font-family:"FontAwesome";font-size:14px;top:50%;margin-top:-7px;color:#999;pointer-events:none;}.rtl .jet-select:before{right:auto;left:25px;}.jet-select select{-moz-appearance:none;-webkit-appearance:none;border:none;}.jet-select select:hover{color:#222 !important;cursor:pointer;}.elementor-element-17bea75{padding:0 15px;}.home-style9 .fix-color h2{color:var(--color);}@media (min-width: 991px){.fix-boxsearch-home9 >div{width:90%;}}.fix-boxsearch-home9 .jet-select{margin:0 5px;}.fix-boxsearch-home9 .apply-filters__button{margin:0 !important;width:100%;}@media (max-width: 767px){.cusom-menu-mobile .foot7-store .elementor-element .elementor-widget-container{background-color:transparent;}.footer .footer-style1.style7 .elementor-widget-container{padding:0;}.footer .footer-style1.style7 .elementor-widget-container h5{margin:0;padding:10px !important;}.footer .footer-style1.style7 .elementor-widget-container ul li a.item-link{color:#000;}}.buton-search-filter-home10 .apply-filters__button{width:100%;border:none !important;}.buton-search-filter-home10 .apply-filters__button:hover{opacity:.8;}.fix-color-10{color:#fff;}.box-search12 h2{color:var(--color) !important;}.more-shop{cursor:pointer;margin:0 3px;display:inline-block;text-align:center;line-height:30px;width:30px;height:30px;-webkit-animation:mover 1s infinite alternate;animation:mover 1s infinite alternate;}.more-shop:hover{color:#fff;background-color:var(--color);border-color:var(--color);}.more-shop.less i:before{content:"";}.more-shop{-webkit-animation:mover 1s infinite alternate;animation:mover 1s infinite alternate;}@-webkit-keyframes mover{0%{transform:translateY(0);}100%{transform:translateY(-10px);}}@keyframes mover{0%{transform:translateY(0);}100%{transform:translateY(-10px);}}.elementor-foonter-mid-style13.cusom-menu-mobile .elementor-element .elementor-widget-container{background-color:transparent;}@media (max-width: 767px){.elementor-foonter-mid-style13.cusom-menu-mobile .elementor-element .elementor-element-cefd1f7 .elementor-widget-container{background-color:#ccc;}}@media (max-width: 767px){.elementor-foonter-mid-style13.cusom-menu-mobile .elementor-element .elementor-widget-container h5,.elementor-foonter-mid-style13.cusom-menu-mobile .elementor-widget-wp-widget-nav_menu .elementor-widget-container h5{color:#fff;}}@media (max-width: 767px){.sticky-menu{position:initial !important;}}@media (max-width: 767px){.header-style11.elementor-element-955c633 .elementor-row >div{width:50%;float:left;}.header-style11.elementor-element-955c633 .elementor-row >div.elementor-element-b0f6479{display:none;}}.jet-select .jet-select__control:visited{color:var(--color) !important;}.jet-range__slider{margin:0 5px;}.jet-active-filter .jet-active-filter__remove{top:0px !important;}.jet-active-filter:hover .jet-active-filter__val,.jet-active-filter:hover .jet-active-filter__remove{color:var(--color) !important;}.box-banner2  .elementor-element .jet-select__control{border-width:1px 1px 1px 1px;border-color:#ddd;}.box-search13{position:relative;}@media (min-width: 1200px){.box-search13 .box-search1 .elementor-container{padding:20px 90px 0;}}.box-search13:before{height:40px;position:absolute;bottom:-1px;width:300px;right:0;content:"";background-color:#f1f2f6;z-index:99;clip-path:polygon(10% 0%,100% 0,100% 100%,0 100%);}@media (min-width: 1200px){.box-search14 >div{padding:0 5px;}}.box-search14 >div >div{border-radius:5px;overflow:hidden;}#sb_instagram #sbi_images{padding:0 !important;margin:0 -15px;}#sb_instagram #sbi_images .sbi_item{padding:0 15px !important;}.elementor-column.form-new3{margin:0 0 50px 0 !important;}.saerch-mobile .top{border-radius:5px 5px 0 0;padding:10px 0;margin:-5px 0 0;z-index:9;}.saerch-mobile .mid{background-color:var(--lighten15) !important;}.saerch-mobile .mid .jet-filters-group{display:inline-block !important;}.saerch-mobile .mid .jet-filters-group .jet-select{width:50%;float:left;margin:0 0 10px !important;padding:0 5px;}.saerch-mobile .bottom{background-color:var(--lighten15) !important;}.saerch-mobile .bottom .apply-filters__button{width:100%;margin:0;}.mobile-layout .button-filter{display:none;}.mobile-layout .header-mobile-style2 .autusin_top .top-form.top-search{position:absolute;}@media (max-width: 480px){body #autusin-totop:before{left:-4px;width:33px;height:60px;background-size:25px;}}@media (max-width: 480px){body #autusin-totop{width:25px;height:50px;position:fixed;right:50px;bottom:-70px;background-size:25px;}}.top-header1 .elementor-element .autusin_search_default .icon-search{font-family:"Poppins" !important;}.top-header1 .elementor-element .autusin_search_default .icon-search i{padding:12px 7px;}.top-header1 .elementor-element .autusin_search_default .top-form.top-search{top:-3px;}.top-header1 #lang_sel > ul.nav > li{position:relative;}.top-header1 #lang_sel > ul.nav > li:after{content:"";height:20px;width:100%;position:absolute;bottom:-20px;left:0;background:transparent;}.top-header1 .currency_w > li{position:relative;}.top-header1 .currency_w > li:after{content:"";height:20px;width:100%;position:absolute;bottom:-20px;left:0;background:transparent;}.top-header1 .currency_w > li .currency_switcher{left:-20px;}.top-header1 .custom-box-menu >.elementor-widget-container:before{content:"";left:-2px;top:5px;font-family:"FontAwesome";font-size:14px;position:absolute;}.top-header1 #lang_sel > ul.nav > li > ul{margin-top:-11px;}.border-custom{position:relative;}.border-custom:before{background-color:#d2d2d2;content:"";width:1px;height:13px;position:absolute;left:0;top:5px;}.border-custom:after{background-color:#d2d2d2;content:"";width:1px;height:13px;position:absolute;right:0;top:5px;}.elementor-element .sw-woo-tab-cat2 .banner-inner{width:265px;}.elementor-element .countdown-slider7 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content{padding:15px 15px 30px;}.home-style13 .elementor-section.bg-image-home13_elementor.fixed:before,.home-style13 .elementor-section.bg-image-home13_elementor.fixed:after,.home-style13 .elementor-section.bg-image-home13.fixed:before,.home-style13 .elementor-section.bg-image-home13.fixed:after{right:-10px;}.home-style13 .elementor-section.bg-image-home13_elementor:after,.home-style13 .elementor-section.bg-image-home13:after{right:5px;}.mobile-layout .box-shop .elementor-widget-container:before{top:28px;}.mobile-layout .box-content-archive12 h4{height:40px;}.mobile-layout .box-content-archive .products-wrapper .products-nav .filter-product{display:none;}@media (max-width: 767px){.elementor-element-1c1b063 >div >.elementor-widget-wrap{justify-content:center;}#sb_instagram #sbi_images{margin:0;}#sb_instagram #sbi_images .sbi_item{margin-bottom:10px !important;}}@media (max-width: 360px){.elementor-section	.product_detail .content_product_detail .cart .group_table tbody tr td .quantity{width:120px;}.elementor-section form.cart .group_table td.woocommerce-grouped-product-list-item__label{float:left;padding:0 20px 0 0 !important;}.product_detail .content_product_detail .cart .group_table tbody tr td label{font-weight:500;}}.woocommerce .woocommerce-breadcrumb{color:#7d7d7d;font-size:0;}.woocommerce .woocommerce-breadcrumb >a{position:relative;font-size:12px;font-weight:600;text-transform:uppercase;margin:0;}.single-product .yith-wcwl-add-button>a i{margin:0;}.footer{background:url("https://cdn-ildmmhg.nitrocdn.com/EmfGayVpJIjlSxwvIsYhxAzAzNUjWyuH/assets/images/optimized/rev-f65d057/mwtruckparts.co.uk/wp-content/uploads/sw_theme/assets/img/bg-foot.jpg") repeat center center;}.footer.nitro-lazy{background-image:none !important;}.home-style1 .footer{margin-top:-65px;position:relative;}.footer >.container >p{display:none;}.footer .footer-style1{padding-top:50px;}.home-style1 .footer .footer-style1{padding-top:113px;}.footer .footer-style1 .elementor-widget-container,.footer .footer-style1 .widget_nav_menu{padding:30px 0;}.footer .footer-style1 .elementor-widget-container h5,.footer .footer-style1 .elementor-widget-container .widgettitle,.footer .footer-style1 .widget_nav_menu h5,.footer .footer-style1 .widget_nav_menu .widgettitle{font-size:18px;text-transform:uppercase;font-weight:600;color:#fff;margin-bottom:24px;}.footer .footer-style1 .elementor-widget-container ul li,.footer .footer-style1 .widget_nav_menu ul li{position:relative;color:#ddd;padding-left:15px;}.rtl .footer .footer-style1 .elementor-widget-container ul li,.rtl .footer .footer-style1 .widget_nav_menu ul li{padding-left:0;padding-right:15px;}.footer .footer-style1 .elementor-widget-container ul li:before,.footer .footer-style1 .widget_nav_menu ul li:before{content:"";font-family:"FontAwesome";font-size:5px;position:absolute;top:50%;left:0;margin-top:-3px;}.rtl .footer .footer-style1 .elementor-widget-container ul li:before,.rtl .footer .footer-style1 .widget_nav_menu ul li:before{left:auto;right:0;}.footer .footer-style1 .elementor-widget-container ul li a,.footer .footer-style1 .widget_nav_menu ul li a{text-transform:capitalize;line-height:26px;color:#ddd;padding:3px 0;display:block;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;}.footer .footer-style1 .elementor-widget-container ul li a:hover,.footer .footer-style1 .widget_nav_menu ul li a:hover{color:#0065b3;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;}.footer .footer-style1 .wpb_gallery{padding:30px 0;}.footer .footer-style1 .wpb_gallery .wpb_heading{font-size:18px;text-transform:uppercase;font-weight:600;color:#fff;margin-bottom:35px;}.footer .footer-style1.style7{background:#111;padding-top:60px;}.footer .footer-style1.style7 .elementor-widget-container,.footer .footer-style1.style7 .widget_nav_menu{padding-top:0;}.footer .footer-style1.style7 .elementor-widget-container h5,.footer .footer-style1.style7 .elementor-widget-container .widgettitle,.footer .footer-style1.style7 .widget_nav_menu h5,.footer .footer-style1.style7 .widget_nav_menu .widgettitle{color:#0065b3;position:relative;padding-bottom:10px;}.footer .footer-style1.style7 .elementor-widget-container h5:before,.footer .footer-style1.style7 .elementor-widget-container .widgettitle:before,.footer .footer-style1.style7 .widget_nav_menu h5:before,.footer .footer-style1.style7 .widget_nav_menu .widgettitle:before{content:"";width:60px;background:rgba(255,255,255,.2);position:absolute;height:2px;bottom:-8px;left:0;}.rtl .footer .footer-style1.style7 .elementor-widget-container h5:before,.rtl .footer .footer-style1.style7 .elementor-widget-container .widgettitle:before,.rtl .footer .footer-style1.style7 .widget_nav_menu h5:before,.rtl .footer .footer-style1.style7 .widget_nav_menu .widgettitle:before{left:auto;right:0;}.footer .footer-style1.style7 .elementor-widget-container ul li a,.footer .footer-style1.style7 .widget_nav_menu ul li a{font-size:12px;color:#ccc;}.footer .footer-style1.style7 .elementor-widget-container ul li a:hover,.footer .footer-style1.style7 .widget_nav_menu ul li a:hover{color:#0065b3;}.footer .footer-style1.style7 .wpb_single_image{margin-bottom:10px;}.rtl .footer .footer-style1.style7 .wpb_single_image.vc_align_left{text-align:right;}.footer .footer-style1.style7 .about-store{padding:0;}.footer .footer-style1.style7 .foot7-store{margin:0px 0 10px 0;}.footer .footer-style1.style8{background:#fff;padding-top:60px;}.footer .footer-style1.style8 .elementor-widget-container,.footer .footer-style1.style8 .widget_nav_menu{padding-top:0;}.footer .footer-style1.style8 .elementor-widget-container h5,.footer .footer-style1.style8 .elementor-widget-container .widgettitle,.footer .footer-style1.style8 .widget_nav_menu h5,.footer .footer-style1.style8 .widget_nav_menu .widgettitle{color:#111;position:relative;}.footer .footer-style1.style8 .elementor-widget-container ul li,.footer .footer-style1.style8 .widget_nav_menu ul li{padding-left:0;}.rtl .footer .footer-style1.style8 .elementor-widget-container ul li,.rtl .footer .footer-style1.style8 .widget_nav_menu ul li{padding-right:0;}.footer .footer-style1.style8 .elementor-widget-container ul li:before,.footer .footer-style1.style8 .widget_nav_menu ul li:before{display:none;}.footer .footer-style1.style8 .elementor-widget-container ul li a,.footer .footer-style1.style8 .widget_nav_menu ul li a{font-size:14px;color:#666;}.footer .footer-style1.style8 .elementor-widget-container ul li a:hover,.footer .footer-style1.style8 .widget_nav_menu ul li a:hover{color:#0065b3;}.footer .footer-style1.style8 .about-store{padding:0;margin-bottom:15px;}.footer .footer-style1.style8 .about-store h5,.footer .footer-style1.style8 .about-store .widgettitle{color:#111;position:relative;}.footer .footer-style1.style8 .about-store ul.about-list li{color:#666;}.footer .footer-style1.style8 .about-store ul.about-list li .ab-pd{color:#666;}.footer .footer-style1.style8 .socials-footer4{margin-bottom:20px;}.footer .footer-style1.style8 .socials-footer4 ul{margin:0;list-style:none;}.footer .footer-style1.style8 .socials-footer4 ul li{display:inline-block;vertical-align:top;list-style:none;margin-right:5px;}.rtl .footer .footer-style1.style8 .socials-footer4 ul li{margin-left:5px;margin-right:0;}.footer .footer-style1.style8 .socials-footer4 ul li a{color:#111;width:35px;height:35px;display:inline-block;border:1px #ccc solid;text-align:center;line-height:35px;vertical-align:top;margin-bottom:5px;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;}.footer .footer-style1.style8 .socials-footer4 ul li a:hover{background:#0065b3;color:#fff;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;}.footer .footer-style1.style9{background:#f5f5f5;}.footer .footer-style1.style9 .elementor-widget-container,.footer .footer-style1.style9 .widget_nav_menu{padding-top:0;}.footer .footer-style1.style9 .elementor-widget-container h5,.footer .footer-style1.style9 .elementor-widget-container .widgettitle,.footer .footer-style1.style9 .widget_nav_menu h5,.footer .footer-style1.style9 .widget_nav_menu .widgettitle{color:#111;position:relative;}.footer .footer-style1.style9 .elementor-widget-container ul li,.footer .footer-style1.style9 .widget_nav_menu ul li{padding-left:0;}.rtl .footer .footer-style1.style9 .elementor-widget-container ul li,.rtl .footer .footer-style1.style9 .widget_nav_menu ul li{padding-right:0;}.footer .footer-style1.style9 .elementor-widget-container ul li:before,.footer .footer-style1.style9 .widget_nav_menu ul li:before{display:none;}.footer .footer-style1.style9 .elementor-widget-container ul li a,.footer .footer-style1.style9 .widget_nav_menu ul li a{font-size:14px;color:#666;}.footer .footer-style1.style9 .elementor-widget-container ul li a:hover,.footer .footer-style1.style9 .widget_nav_menu ul li a:hover{color:#0065b3;}.footer .footer-style1.style9 .wpb_raw_html{margin-bottom:15px;}.footer .footer-style1.style9 .wpb_single_image{margin-bottom:30px;}.rtl .footer .footer-style1.style9 .wpb_single_image.vc_align_left{text-align:right;}.rtl .footer .footer-style1.style9 .wpb_image_grid .wpb_image_grid_ul .isotope-item{right:0;float:right;}.footer .footer-style1.style9 .about-store{padding:0;margin-bottom:15px;}.footer .footer-style1.style9 .about-store h5,.footer .footer-style1.style9 .about-store .widgettitle{color:#111;position:relative;}.footer .footer-style1.style9 .about-store ul.about-list li{color:#666;}.footer .footer-style1.style9 .about-store ul.about-list li .ab-pd{color:#666;}.footer .footer-style1.style9 .wpb_gallery{padding-top:0;}.footer .footer-style2{background:#fff;padding-top:30px;border-top:1px #0065b3 solid;}.home-style1 .footer .footer-style2,.home-style2 .footer .footer-style2,.home-style3 .footer .footer-style2,.home-style4 .footer .footer-style2,.home-style5 .footer .footer-style2,.home-style6 .footer .footer-style2,.home-style7 .footer .footer-style2,.home-style8 .footer .footer-style2,.home-style9 .footer .footer-style2,.home-style10 .footer .footer-style2{border-top:none;}.footer .footer-style2 .wpb_single_image,.footer .footer-style2 .vc_wp_custommenu{margin-bottom:28px;}.footer .footer-style2 .wpb_raw_code{margin-bottom:24px;}.footer .footer-style2 .socials-footer2{padding:0 15%;text-align:center;border-bottom:1px #ddd solid;}.footer .footer-style2 .socials-footer2 p{font-size:12px;color:#545454;line-height:23px;}.footer .footer-style2 .socials-footer2 ul{margin:20px 0 24px 0;list-style:none;}.footer .footer-style2 .socials-footer2 ul li{display:inline-block;vertical-align:top;}.footer .footer-style2 .socials-footer2 ul li a{color:#333;padding:5px 15px;font-size:18px;display:inline-block;vertical-align:top;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;}.footer .footer-style2 .socials-footer2 ul li a:hover{color:#0065b3;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;}.footer .footer-style2 .widget_nav_menu{text-align:center;}.footer .footer-style2 .widget_nav_menu ul li{display:inline-block;vertical-align:top;}.footer .footer-style2 .widget_nav_menu ul li a{font-size:14px;color:#111;text-transform:uppercase;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;padding:0 20px;}.footer .footer-style2 .widget_nav_menu ul li a:hover{color:#0065b3;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;}.footer .footer-copyright{padding:15px 0;}.footer .footer-copyright p{color:#eee;margin:10px 0;}.footer .footer-copyright p a{color:#0065b3;text-decoration:underline;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;}.footer .footer-copyright p a:hover{color:var(--darken10);-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;}.footer .footer-copyright .widget{margin-bottom:0;}.footer .footer-copyright .copyright-text{float:left;}.rtl .footer .footer-copyright .copyright-text{float:right;}.footer .footer-copyright .sidebar-copyright{float:right;padding-top:8px;}.footer .footer-copyright .sidebar-copyright img{margin-bottom:0;width:auto;}.rtl .footer .footer-copyright .sidebar-copyright{float:left;}.footer .footer-copyright.style1{background:#fff;}.footer .footer-copyright.style1 .copyright-text{float:none;text-align:center;}.footer .footer-copyright.style1 .copyright-text p{color:#666;font-size:12px;}.footer .footer-copyright.style1 .sidebar-copyright{display:none;}.footer .footer-copyright.style2{background:#222;}.footer .footer-copyright.style3{background:#fff;}.footer .footer-copyright.style3 .copyright-text p{color:#666;}.footer .footer-copyright.style4{display:none;}.footer .footer-copyright.style5{background:#333;}.footer .footer-copyright.style5 .copyright-text{float:none;text-align:center;}.footer .footer-copyright.style5 .copyright-text p{color:#fff;}.footer .footer-copyright.style5 .sidebar-copyright{float:none;}.footer .footer-copyright.style5 .sidebar-copyright img{margin:0 auto;}.footer .footer-copyright.style6{background:#111;}.footer .footer-copyright.style6 .copyright-text{float:none;text-align:center;}.footer .footer-copyright.style6 .copyright-text p{color:#fff;}.footer .footer-copyright.style6 .sidebar-copyright{display:none;}.footer .about-store{padding:30px 0;}.footer .about-store h2{font-size:18px;text-transform:uppercase;font-weight:600;color:#fff;margin-bottom:23px;}.footer .about-store ul.about-list{list-style:none;margin:0;}.footer .about-store ul.about-list li{padding:10px 0;color:#ddd;}.footer .about-store ul.about-list li i{font-size:16px;margin-right:20px;float:left;line-height:20px;}.footer .about-store ul.about-list li i.fa-envelope{font-size:13px;}.rtl .footer .about-store ul.about-list li i{margin-right:0;margin-left:20px;float:right;}.footer .about-store ul.about-list li .ab-pd{line-height:20px;overflow:hidden;display:block;color:#ddd;}.footer .about-store ul.about-list li.call-mail a{color:#0065b3;}.footer .about-store ul.about-list li.call-mail a:hover{color:var(--darken10);}.footer-style1-bot{background:rgba(0,0,0,.7);color:#fff;}.footer-style1-bot.style7{background:#1d1d1d;}.footer-style1-bot.style7 .newsletter-footer{margin-top:35px;}.footer-style1-bot.style7 .newsletter-footer h3,.footer-style1-bot.style7 .newsletter-footer h5{text-transform:uppercase;color:#fff;}.footer-style1-bot.style7 .newsletter-footer .form-newsletter button[type="submit"],.footer-style1-bot.style7 .newsletter-footer .form-newsletter input[type="email"]{background:#111;}.footer-style1-bot.style7 .newsletter-footer .form-newsletter input[type="email"]{font-size:12px;}.footer-style1-bot.style7 .socials-footer ul{margin:30px 0;}.footer-style1-bot.style7 .socials-footer ul li a{background:#4a4a4a;}.footer-style1-bot.style7 .socials-footer ul li a:hover{background:#0065b3;}.footer-style1-bot.style7 .wpb_text_column{margin-bottom:30px;}.newsletter-footer{margin-top:60px;}.newsletter-footer h3,.newsletter-footer h5{text-transform:none;font-size:18px;color:#ddd;font-weight:600;float:left;margin-right:50px;line-height:40px;margin-bottom:0;}.rtl .newsletter-footer h3,.rtl .newsletter-footer h5{float:right;margin-right:0;margin-left:50px;}.newsletter-footer .form-newsletter .mc4wp-form-fields{overflow:hidden;}.newsletter-footer .form-newsletter input[type="email"]{border:0;color:#999;width:85%;background:#1c1c1c;height:40px;padding:0 20px;border-radius:20px 0 0 20px;float:left;}.rtl .newsletter-footer .form-newsletter input[type="email"]{border-radius:0 20px 20px 0;float:right;}.newsletter-footer .form-newsletter button[type="submit"]{border:0;padding:0 15px;width:15%;background:#1c1c1c;height:40px;line-height:40px;color:#fff;text-transform:uppercase;text-align:center;font-weight:500;border-radius:0 20px 20px 0;float:left;font-size:0;}.rtl .newsletter-footer .form-newsletter button[type="submit"]{border-radius:20px 0 0 20px;float:right;}.newsletter-footer .form-newsletter button[type="submit"]:before{font-size:14px;}.newsletter-footer .form-newsletter button[type="submit"]:hover{color:#0065b3;}.newsletter-footer .form-newsletter .mc4wp-success{color:#111;}.socials-footer{text-align:right;}.rtl .socials-footer{text-align:left;}.socials-footer ul{margin:60px 0;list-style:none;}.socials-footer ul li{display:inline-block;vertical-align:top;}.socials-footer ul li a{color:#ddd;background:#1c1c1c;border-radius:50%;height:45px;line-height:45px;width:45px;font-size:18px;text-align:center;display:inline-block;vertical-align:top;margin:0 3px;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;}.socials-footer ul li a:hover{color:#fff;background:#0065b3;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;}.footer-style3{background:#f5f5f5;}.footer-style3 .info-footer{background:#f9f9f9;padding:65px 20px 62px 20px;}.footer-style3 .info-footer h3{font-size:18px;color:#333;text-transform:uppercase;position:relative;margin-bottom:55px;font-weight:600;}.footer-style3 .info-footer h3:before{content:"";background:#0065b3;width:40px;height:2px;position:absolute;bottom:-20px;left:0;}.rtl .footer-style3 .info-footer h3:before{left:auto;right:0;}.footer-style3 .info-footer ul{list-style:none;margin:0;font-size:14px;}.footer-style3 .info-footer ul li{overflow:hidden;color:#777;margin-bottom:7px;}.footer-style3 .info-footer ul li a{color:#777;}.footer-style3 .info-footer ul li a:hover{color:#0065b3;}.footer-style3 .info-footer ul li i{float:left;width:30px;height:30px;text-align:center;line-height:30px;background:#888;color:#fff;border-radius:2px;font-size:16px;margin:2px 10px 10px 0;font-weight:normal;border:1px rgba(255,255,255,.4) solid;}.rtl .footer-style3 .info-footer ul li i{float:right;margin:2px 0 10px 10px;}.footer-style3 .info-footer ul li i:hover{background:#0065b3;}.footer-style3 .info-footer ul li .inner{line-height:18px;overflow:hidden;}.footer-style3 .info-footer ul li.email i{font-size:13px;}.footer-style3 .info-footer ul li.email .inner{padding-top:8px;}.footer-style3 .info-footer ul li.phone i{font-size:14px;margin-bottom:0;}.footer-style3 .elementor-widget-container,.footer-style3 .widget_nav_menu{padding-top:65px;}.footer-style3 .elementor-widget-container h5,.footer-style3 .elementor-widget-container .widgettitle,.footer-style3 .widget_nav_menu h5,.footer-style3 .widget_nav_menu .widgettitle{font-size:18px;color:#333;text-transform:uppercase;position:relative;margin-bottom:38px;font-weight:600;}.footer-style3 .elementor-widget-container h5:before,.footer-style3 .elementor-widget-container .widgettitle:before,.footer-style3 .widget_nav_menu h5:before,.footer-style3 .widget_nav_menu .widgettitle:before{content:"";background:#0065b3;width:40px;height:2px;position:absolute;bottom:-20px;left:0;}.rtl .footer-style3 .elementor-widget-container h5:before,.rtl .footer-style3 .elementor-widget-container .widgettitle:before,.rtl .footer-style3 .widget_nav_menu h5:before,.rtl .footer-style3 .widget_nav_menu .widgettitle:before{left:auto;right:0;}.footer-style3 .elementor-widget-container ul.menu > li > a,.footer-style3 .widget_nav_menu ul.menu > li > a{color:#777;text-transform:capitalize;font-size:14px;position:relative;padding:8px 0px;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;display:block;vertical-align:top;}.footer-style3 .elementor-widget-container ul.menu > li > a:hover,.footer-style3 .widget_nav_menu ul.menu > li > a:hover{color:#0065b3;padding-left:12px;}.rtl .footer-style3 .elementor-widget-container ul.menu > li > a:hover,.rtl .footer-style3 .widget_nav_menu ul.menu > li > a:hover{padding-right:12px;padding-left:0;}.footer-style3 .elementor-widget-container ul.menu > li > a:hover:before,.footer-style3 .widget_nav_menu ul.menu > li > a:hover:before{content:"";font-family:FontAwesome;font-size:5px;position:absolute;top:50%;left:0;margin-top:-3px;}.rtl .footer-style3 .elementor-widget-container ul.menu > li > a:hover:before,.rtl .footer-style3 .widget_nav_menu ul.menu > li > a:hover:before{left:auto;right:0;}.footer-style3.style4{background:#222;}.footer-style3.style4 .info-footer{background:#181818;}.footer-style3.style4 .info-footer h3{color:#fff;}.footer-style3.style4 .info-footer ul li{color:#bbb;}.footer-style3.style4 .info-footer ul li a{color:#bbb;}.footer-style3.style4 .info-footer ul li a:hover{color:#0065b3;}.footer-style3.style4 .info-footer ul li i{background:#111;}.footer-style3.style4 .info-footer ul li i:hover{background:#0065b3;}.footer-style3.style4 .elementor-widget-container h5,.footer-style3.style4 .elementor-widget-container .widgettitle,.footer-style3.style4 .widget_nav_menu h5,.footer-style3.style4 .widget_nav_menu .widgettitle{color:#fff;}.footer-style3.style4 .elementor-widget-container ul.menu > li > a,.footer-style3.style4 .widget_nav_menu ul.menu > li > a{color:#bbb;}.footer-style3.style4 .elementor-widget-container ul.menu > li > a:hover,.footer-style3.style4 .widget_nav_menu ul.menu > li > a:hover{color:#0065b3;}.footer-contact1,.footer-contact2{width:34%;}.footer-contact1 .wpb_raw_html,.footer-contact2 .wpb_raw_html{margin-bottom:0;}.footer-menu1{width:22%;}.footer-menu1 .wpb_content_element{margin-bottom:0;}.footer-menu2{width:66%;}.footer-menu2 .wpb_content_element{margin-bottom:0;}.newsletter-footer2{overflow:hidden;padding:22px 0;}.newsletter-footer2 .newsletter-footer-top{float:left;position:relative;}.rtl .newsletter-footer2 .newsletter-footer-top{float:right;}.newsletter-footer2 .newsletter-footer-top .icon{background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAMAAADypuvZAAAANlBMVEUAAAD////////////////////////////////////////////////////////////////////xY8b8AAAAEnRSTlMATQ42Rx8sIwoWPkEuBhEzJxs3HzzMAAABnUlEQVRIx+WUUXaEIAxFExBBFNT9b7YRSt9Qoeh3749HhwvJA4Z6KL8u9BLLwvxKcZp525i9owHRFOzErI0RczpMoVnsyQOOZhcD5qak6Q/0v5H2Ip1bhS3SfU7nuXyduUIXib2qHTPh52gqlh+JJ0sgaDHmUU/7NSqU92WSOZ4EYWWx5acHr56lp1aWB57PIg8b8+pIEjgJUic97JOREomvOp9LcZVPJE66KpCcqnCf0iHDkxSvJNyDntIJmGOSVMrcjCUzXZ2oLOU/kmkkSV3aEaR02Uc9MVuiSsJ+tdOTBFZFnxJOhmtKOQGihpTzoAY5gbZEoTrHza+QgMWc9R2groQ8wFwSuEvtUZijL6EezvWUWzeQ0LkjckhgLNGe7su1Iu/0QCo76VnwZb+H0pJTn8UsLwMpH7I0eYxl2aMrIYM9/G5Qh7aEbbG3k4eNa0mndBDpRsRBvkuNrFD01pQC7gy4zQep1HD2HGRfSRbdtnElI0jItUtIYyBhB7ugmm8J9fZB31na08EZgIT1JQk+qodEUZL0HtLvnf0LPt8Oc69L824AAAAASUVORK5CYII=") no-repeat center center;content:"";float:left;height:52px;width:52px;margin-right:10px;}.newsletter-footer2 .newsletter-footer-top .icon.nitro-lazy{background-image:none !important;}.rtl .newsletter-footer2 .newsletter-footer-top .icon{float:right;margin-left:10px;margin-right:0;}.newsletter-footer2 .newsletter-footer-top .info{overflow:hidden;margin-top:10px;}.newsletter-footer2 .newsletter-footer-top .info h3{color:#fff;text-transform:uppercase;font-size:16px;margin-bottom:0;}.newsletter-footer2 .newsletter-footer-top .info p{font-size:24px;color:#fff;text-transform:uppercase;font-weight:600;margin-bottom:0;line-height:26px;}.newsletter-footer2 .form-newsletter{float:right;margin-top:7px;}.rtl .newsletter-footer2 .form-newsletter{float:left;}.newsletter-footer2 .form-newsletter input{margin:0;display:inline-block;vertical-align:top;}.newsletter-footer2 .form-newsletter input[type="email"]{border:0;color:#aaa;height:44px;padding:0 16px;min-width:394px;margin-right:5px;}.rtl .newsletter-footer2 .form-newsletter input[type="email"]{margin-right:0;margin-left:5px;}.newsletter-footer2 .form-newsletter .frm-submit{border:0;background-color:#0065b3;height:44px;color:#fff;text-transform:uppercase;font-size:12px;padding:0 19px;-webkit-border-radius:4px;-moz-border-radius:4px;-o-border-radius:4px;-ms-border-radius:4px;border-radius:4px;line-height:45px;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;}.newsletter-footer2 .form-newsletter .frm-submit:hover{background-color:var(--darken10);-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;}.newsletter-footer2 .form-newsletter .frm-submit:before{display:none;}.footer-news1{background:#181818;}.footer-news1 .socials-footer3{background:#111;padding:32px 15px;}.footer-news1 .socials-footer3 ul{margin:0;list-style:none;text-align:center;}.footer-news1 .socials-footer3 ul li{display:inline-block;vertical-align:top;list-style:none;margin-right:5px;}.rtl .footer-news1 .socials-footer3 ul li{margin-left:5px;margin-right:0;}.footer-news1 .socials-footer3 ul li a{background:#444;color:#fff;width:40px;height:40px;-webkit-border-radius:4px;-moz-border-radius:4px;-o-border-radius:4px;-ms-border-radius:4px;border-radius:4px;display:inline-block;text-align:center;line-height:40px;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;}.footer-news1 .socials-footer3 ul li a:hover{background:#0065b3;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;}.footer-style5{background:url("https://cdn-ildmmhg.nitrocdn.com/EmfGayVpJIjlSxwvIsYhxAzAzNUjWyuH/assets/images/optimized/rev-f65d057/mwtruckparts.co.uk/wp-content/uploads/sw_theme/assets/img/bg-foot2.jpg") repeat center center;padding-top:70px;color:#fff;text-align:center;padding-bottom:40px;background-size:cover;}.footer-style5.nitro-lazy{background-image:none !important;}.footer-style5 .foot-des{max-width:1290px;margin:0 auto;}.footer-style5 .foot-des .des{line-height:26px;margin-bottom:51px;}.footer-style5 .foot-des .contac{list-style:none;margin:0 0 30px 0;border:1px rgba(255,255,255,.2) solid;overflow:hidden;padding:20px 0;}.footer-style5 .foot-des .contac li{display:inline-block;vertical-align:top;font-size:12px;width:33%;float:left;}.rtl .footer-style5 .foot-des .contac li{float:right;}.footer-style5 .foot-des .contac li a{color:#fff;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;font-size:12px;}.footer-style5 .foot-des .contac li a:hover{color:#0065b3;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;}.footer-style5 .foot-des .contac li i{padding:0 5px;font-size:16px;}.footer-style5 .wpb_single_image{margin-bottom:28px;}.footer-style5 .copyright{max-width:1290px;margin:0 auto;}.footer-style5 .copyright .cop-left{font-size:12px;margin-bottom:15px;}.footer-style5 .copyright .cop-left a{color:#0065b3;}.footer-style5 .copyright .cop-left a:hover{color:#fff;}.footer-style5 .copyright span img{width:auto;margin:0 auto;}.footer-style6-top{background:#f0f0f0;padding:17px 0 5px 0;}.footer-style6-top .wpb_content_element{margin-bottom:0;}.footer-style6-top .newsletter-footer4 h3,.footer-style6-top .newsletter-footer4 h5{font-size:16px;color:#111;font-weight:600;float:left;margin-right:40px;line-height:40px;text-transform:uppercase;}.rtl .footer-style6-top .newsletter-footer4 h3,.rtl .footer-style6-top .newsletter-footer4 h5{margin-right:0;margin-left:40px;float:right;}.footer-style6-top .newsletter-footer4 .form-newsletter .mc4wp-form-fields{overflow:hidden;}.footer-style6-top .newsletter-footer4 .form-newsletter input[type="email"]{border:0;border:2px #0065b3 solid;color:#999;width:85%;background:#fff;margin-bottom:0;font-size:12px;height:38px;padding:0 20px;border-radius:4px 0 0 4px;float:left;}.rtl .footer-style6-top .newsletter-footer4 .form-newsletter input[type="email"]{border-radius:0 4px 4px 0;float:right;}.footer-style6-top .newsletter-footer4 .form-newsletter button[type="submit"]{border:0;border:2px #0065b3 solid;padding:0 15px;width:15%;background:#0065b3;height:38px;line-height:38px;color:#fff;text-transform:uppercase;text-align:center;font-weight:500;border-radius:0 4px 4px 0;float:left;font-size:0;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;}.rtl .footer-style6-top .newsletter-footer4 .form-newsletter button[type="submit"]{border-radius:4px 0 0 4px;float:right;}.footer-style6-top .newsletter-footer4 .form-newsletter button[type="submit"]:before{font-size:14px;}.footer-style6-top .newsletter-footer4 .form-newsletter button[type="submit"]:hover{color:#111;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;}.footer-style6-top .newsletter-footer4 .form-newsletter .mc4wp-success{color:#0065b3;}.footer-style6-top .socials-footer{text-align:right;}.rtl .footer-style6-top .socials-footer{text-align:left;}.footer-style6-top .socials-footer h5,.footer-style6-top .socials-footer h3{font-size:16px;color:#111;font-weight:600;margin-right:20px;line-height:40px;display:inline-block;vertical-align:top;text-transform:uppercase;}.rtl .footer-style6-top .socials-footer h5,.rtl .footer-style6-top .socials-footer h3{margin-right:0;margin-left:20px;}.footer-style6-top .socials-footer ul{display:inline-block;vertical-align:top;margin:0;}.footer-style6-top .socials-footer ul li a{width:35px;height:35px;line-height:35px;background:#0065b3;color:#fff;}.footer-style6-top .socials-footer ul li a:hover{color:#111;}.footer-style6{background:#fff;color:#999;padding-top:20px;}.footer-style6 .wpb_content_element{margin-bottom:10px;}.footer-style6 .elementor-widget-container,.footer-style6 .widget_nav_menu{padding:30px 0;}.footer-style6 .elementor-widget-container h5,.footer-style6 .elementor-widget-container .widgettitle,.footer-style6 .widget_nav_menu h5,.footer-style6 .widget_nav_menu .widgettitle{font-size:16px;text-transform:uppercase;font-weight:600;color:#111;margin-bottom:24px;}.footer-style6 .elementor-widget-container ul li,.footer-style6 .widget_nav_menu ul li{position:relative;color:#666;padding-left:15px;}.rtl .footer-style6 .elementor-widget-container ul li,.rtl .footer-style6 .widget_nav_menu ul li{padding-left:0;padding-right:15px;}.footer-style6 .elementor-widget-container ul li:before,.footer-style6 .widget_nav_menu ul li:before{content:"";font-family:"FontAwesome";font-size:14px;position:absolute;top:11px;left:0;margin-top:-3px;}.rtl .footer-style6 .elementor-widget-container ul li:before,.rtl .footer-style6 .widget_nav_menu ul li:before{left:auto;right:0;content:"";}.footer-style6 .elementor-widget-container ul li a,.footer-style6 .widget_nav_menu ul li a{text-transform:capitalize;line-height:26px;color:#666;padding:3px 0;display:block;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;}.footer-style6 .elementor-widget-container ul li a:hover,.footer-style6 .widget_nav_menu ul li a:hover{color:#0065b3;padding-left:6px;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;}.rtl .footer-style6 .elementor-widget-container ul li a:hover,.rtl .footer-style6 .widget_nav_menu ul li a:hover{padding-left:0;padding-right:6px;}.footer-style6 .about-store{padding:30px 0;}.footer-style6 .about-store h2{color:#111;font-size:16px;}.footer-style6 .about-store ul.about-list{list-style:none;margin:0;}.footer-style6 .about-store ul.about-list li{padding:10px 0;color:#666;}.footer-style6 .about-store ul.about-list li i{font-size:16px;margin-right:20px;float:left;line-height:20px;}.footer-style6 .about-store ul.about-list li i.fa-envelope{font-size:13px;}.rtl .footer-style6 .about-store ul.about-list li i{margin-right:0;margin-left:20px;float:right;}.footer-style6 .about-store ul.about-list li .ab-pd{line-height:20px;overflow:hidden;display:block;color:#666;}.footer-style6 .about-store ul.about-list li.call-mail a{color:#0065b3;}.footer-style6 .about-store ul.about-list li.call-mail a:hover{color:var(--darken10);}.footer-style6 .menu-bot{text-align:center;border-top:1px #0065b3 solid;color:#666;}.footer-style6 .menu-bot .widget_nav_menu{padding-bottom:0;}.footer-style6 .menu-bot .vc_wp_custommenu{margin-bottom:10px;}.footer-style6 .menu-bot .wpb_content_element.wpb_raw_html{margin-bottom:30px;}.footer-style6 .menu-bot ul li{display:inline-block;vertical-align:top;}.footer-style6 .menu-bot ul li:before{display:none;}.footer-style6 .menu-bot ul li a{color:#111;text-transform:uppercase;padding:0 10px;font-weight:600;}.footer-style6 .menu-bot ul li a:hover{padding:0 10px;}.footer-style6 .menu-bot ul li .menu-img{display:none;}#autusin-totop{background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAb4AAANSCAMAAAAtSlsLAAADAFBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAzCQqkMDJGDA0fBgZpDhCDExWFDhGiSElZDQ8vFRUpJSVZCwwxMTHCMDHDMDLBMDHGMTLHNDXHMjQdHR3FMDIXFxfALjC9LC7JNTe+LS8TExO9GRwaGhq7Ky0AAADEMjQsLCwmJiYiIiG5ERXLNzmyDRIcHBsuLS0fHx82NjapGRskJCQoKCilJieoJyimGBo0NDQPDw8qKiq+FRjNOTswLy+2JynCGh1CQkLKMjS3DhOxJCa6KSs5OTlgYGDJMDJmZmavICIyMjIFBgasDBC/HB8LCgqrHB48PDy5FRi0JSZsbGzQPD7GLS9GRkY/Pz9jY2Nvb29oaGi3KStaWlrFKCtKSUmhGBpNTU1QUFD+gYJdXV2kDRGVCQ1XV1ehJCb+fH2QDxL/ioudDRC1GBvvbG3VP0DVRUfAICPCJSjCERXJGh2sKCrrZGVSUlI+LCyJCg3/hoe5LzDdSErhT1H4envPMTNUVVVRKyz0cnP2d3jHICNqamqyKy3QHyKuAgbtW139dnfkWFlLICGaFRj2bm/yYmNgRETZV1n/jo/XJShaNDTKEBX1aGnNKCq2BQrlX2D/lpfXT1HXNDYGGxv/mZrqUlMhNjXGQkRwcHD8b3DtdXb/o6T/kpM4Jyc8GRp9BgkoPDzob3DdP0DCBwu9OTr/nJ3kaWpyExXeMDL2gYKcKSlcPT3/n6AZKirUFRmCEhT/p6elAQTGODqtEhbMTk/rRUcQJSXfFxxlDQ/mOz1GMzRnIyRrOTr7hYYCEREqGBjuf3+PGBpXICCHJSZMDxDbY2QzCQuUIyWSMjNPPDyuMzW1OzxzLC1+QUKAMzR4HyCRQkL+YGExRUXnJShlTU3/sLH5T09ydHS1Tk/cd3jBaWn/vr07VlaEh4d8e3udXFyhnp65wsP+u3pKZhnXAAAAKHRSTlMACAMVDAcaAQQCLR4OEAYlKDsXNDEgNyIKKhNBb/6KWKnJ4v7EqdThiafZmAABjRRJREFUeNrk3QtUU3e+L/A5c3pn5twzc2Z6zox3enzXdbqstkOxlVDlYQSVKUhACuLlggQMC6Yz480wxxWuPFJIQI+8yhFzpD7QEVSWgFAWgmW0IOpgQaMWRKmIBY8PHsuLo3A7OOv+fv//3vufZCd7Bw1We37Z2dkJEEg+fH///04C+c6zrO/L1N/Zre9K1Q+evqSu3u4PJHMrvvOtrEnLTRWXTDmp+F+JcJJy3wCanXIC8b+C4GTonp7tH2Rrstcog/jtFnR84yTlXMBkWS5AlTL8lgI6vFkScpMm+29PU3av0TnDb7mgc3ZOyE2G62+cKKc15Q2/tYKTtJN1Ezm5uhxDuoDwOy9WOWHHbr8knCTZz11Soqu1qyhF+O0CfCo7MdwUiDkuu4yODe0KvtCAsnYO6URwzwxN0tEG0SnBFxXQ7s/thJ2N3JO4vTSJmrSiTQ4dCL7ggE9gx+is5Z6I6odO1eRFrQ2dFXzBAGXwpOyckbOGcnXJQ8oRvtiA0nj8bXNI51huMmQ/cqKchnRoKCv4wgFOHo/eekk6CbYfubgcM0oR0tsgDfgi+EnjydvZh5tqM/tlV3ESgi8c4BPhMTt7cpNV++fJ1uQYHRGSG/FiA04Sj9mJ6WzlXIb15KA2hlKCUoDPrd+k8ZidBN2zMnMSUkQoFnwhASeBx4IntrOkmwTb37qiHF67NKFYkNw8EeDz7Cf+kSTxWPCcopus2D86VxLXIIdoKegCwO98szVJPGk7KTmxlIvL9volDKUFXxxAcfQmhye2E8vJmn3v6UpG0pEhE5QDfG795KInxhMFT5KO3Ymu9HIe066hHUGLm+QM4HPi9yR4knZ25J6RmrjEiJKC0oDfpfVc+cn0TUm8l6DEdmI5eba/f/pyRtEx4WQAn6MGKqUnj8eCJ6ZjclMFJlHyhsIPK46gGPAHQj1fAXQO7weO8cR2VnTOqv3sqcvBFTswdCQoBuQC+Dz6TSJ6tnji4DE7u3JOgf2PJyl7VySJaBnCJwB8Xvwc6snjydg5hnNO68dOlROcDhHFgjaANh3UcQC/KT8HevSHc9w3GZ68nV03aygXl31IKUJxBDlAcQCfJz+nGif+0PJ4zE5Mx+CcMvvJZMsJSQlD23FQGpAF8Bv3c7ZxyuMxOzGdNdzTYz2BpzWipKAYUCaA35yfvJ44enB7RHjinmlPzgm0V56mZCG5n8OWkAnaBbQN4HPjJz/siaMngWeXzhZO3uu/P1GJrsaRophQCvCHWBIB/Ab9JqPnGM+hHaMTwz21llzZd7Q2tC/IAB13UAd+z5TP+ps5apwO+6ZE8AQ6kZzTaD91vpyEFBkKguIIigGfOz85PXH0pPDEdjZyEmw/dXnZ+SbWho4F5QGfCz9n9eTwWPDEdlZyzpj909OVPKSlobWgNKA4gP8A9Q36PZmeaMyTsxPLTcJrmmw5jemYUCzIAEUBtN9Av0vqWfo51JNqnPSGOMDj7BzTSahNc2k5ZrQ2tBF0DDipBvos+CalJ44eN+ZZ44ntxHKTM3tZtuSuwY6iI0ERoCiAcn5/96z8nNUTR0806FkGj9mJ6STZXnZpSTHaGAqC8oDiBvqN+U1OTxQ9hmcTPFs7a7nJmU13siYhaU3IBG0jaAs4Wb8p5nNOT9w4pfGYnZjOmk0MNRtqBtSsf+HrNVbbQkP9hPLy8vODZf5rFsV/zSy8CrwqkarI0KEgA7QbwOfAzyrcdvVshz1x9MR4YjtbOQsvlBKMQMcrmKuAgGCv4ABvb9gI8IaCNalVUGS1im5xH1sF6+Bgb7KGI34VHr38QjnXWUAqWNoQigUZ4N/bARQNgJzfM56+PKmePJ6tnbXc9NkzZhGymFAvrACAAqoAb/SQKJ9VPmTBI1lzF5EjWSyLcsO1Ekr8lfCKIZAzZk+3NGSCjgG/R4oFkG+gVhMYa78pj99T6rG+aY0ntmNy6Pbaa0HzQ/0wZyRNHIYP1LnL585dlin6OedI4Rm+HH0tfASumfMkklB+wDgLEUWC0oAsgGwA/Mb8xAOfYz38US0aJ9wOaTyR3fTZBC4oBhIX4I1JIfc5f6e7+cDdG3AcatvevXu3Q3WTustXnxM1hEW/7saNG3A1e7dtO37cLziA+nKF2wHBEPr5aGhFyCLIAPkhkAWQNVBn/KaKTxw+eT1x44TbJuDBb621HU83419e27Bu3YoYL3YfQhCQ6kZ399DgLaiZM2fe3rkz/923335bq01KSoqqqCiqcFglQuWwOmRR2dnZKiyNXh8fmDyAtoi6Fwp+Rby9z13mDIOQ0CaDNoC2ART7ice/KY+fU3qSjRNvkiM8ZjdjzmsrVqxbERoAdKv23mhtbW1v7z07UFpaGmiOyM7+7LPqwsKCrMzEkKKiqLeSXl+0GAAjodZAJZBVAix86XHR63FlXRF6TQSUJsLXNwKOsPiqfFXZUIcOfU7qi88P5ZSUl+SY1Epdcu/QXoy/N4yKMaWb58xggmJA1kGfIz/7A5+snk304JZZt01bu1djddv+6HUO6viN1tKIz2gdysn+LDvbN0Kp/DjhYl1zc3N+/uL8d999d+NGwraGstEjwTMgmxoOenJQAFg0s1OSJUKv1KAh8iGgxleDhSEMC1OF5YSpfBXGigpVhO9n2YfKS8x93Z96Q0/1Tj6U7fuqIOgAkPmxBirpN7Xt0/J3YlJ64uiJ8QQ7nTJWp/O5fC5gb3evOdtkUMbGxsJRhyekPlZepHyLF78bGbmRRo6mjaz1dKGRIwdxKTF8xE+j9/XVYPw0hA/WoIeAYbBAqSKUiiItfuvYhILTX3yuSB7a6708JcJs9lVpBEG8BQzQooM66fcshj+74bPZW2d6rHGKo2cfbzaxy8jQ6XQ39w6ValS++o3N8QSPszPjKrYZ9Rbm52/cyPVLWgo46PGIB9iIRj07pUE9jQY7py8uvoQM04crLn4azB8phSpCYzATv18UVphMOYdyknvhhzRDaVT6V+fMtgV8hQe0aaBSflMfP6mBT1pPHD24hTZ4L8+YmwEZQ7yMlAyzSqWPNpuj76xFPZ0uFu0iaPjepXrvop0QOL3ApndUXOCUSg0Z9JS+sOWrxLapiYDzsCZ0vrR7cnw5uIKPEj9lSJbJpFarc3JgcoN+OrNepTLPnSEGtBgBpf3+5ln5WVzhJPTgpxZHT4Q3fdaraEcrOXBlfHT8ypXmlfk7sWcSPGh0VE9fR/Sga0YinRA1h2Xm2mWEEpMHbjjSKZUwirI5C80gkRP0FIowHlCh0Cjx90iftSzMoFbgRxR6cyCNoB6a6KzpbAxkgDYNVOTnYPdhSvjkWie/x+BYT4T3Uw5vxhwavJSUlIyMwJXR0fGBK1euDDTvzF9JOifFw/BFxCrr6kj01qzh6NRc4KLtw+FXksyhm550SyX1UvpCCYIYO7JifirKR/wQEH6UyKqKMLVegWUIU8Qnl2YEBoKgShU4ZzYH+HR+350qvyfU+54jPYY3V0eClwJVujI6Pn4l4sWv1L13J1rH4cGdT1tnbH4dzFneJcEDMgVTE7spsVmSrJFOiUqEDLYiNKBGxEjquMGP75xwwnpnTo6J+NEE1mWZFBA/uH612mQy6AOTS5MRUJMdMVcWUOwnNfy5lO/7rJ5Uzz4e6Zq6jLTclIzAeAieeWUgyV5g/J2dOopH0heBp7GRoEfx7JvRA6LRI1mTE1JwwnVLIsVPNblBj4VPw8IXlkPyRwiVOn1VohrbJ0kgCqr1yb2lyRrooTn6uTNc6efS+DkOH9tlEOs5jp6Ap8PkpbXnZtABD+XgAHz5zYF01IM7neyckYGveTHiWe4D8M2RHJRcTsklsNDo6mGkI9FDPSwix0WOlaWd4Id8MN+k2xrd4gNFBgXh0+vBTx0GgsntvdEKMgjaAMr7sennlMbPfvjE0xZZPSF6FI/sJ6S1t2dAJ4xHPUoHy847W3QkN3SuT02am98GPYu4mfFSKscV/UR04gBhE/WE0pC9BS5tZGXDp+LnLgSP48vhJqGxdQcq1Gr4ziR9JIEVJn1ve+9aBMzRkBZqHUBZP/HwN3V84tZpPel0qGcbvdlzES8D8dJAIn4lKeydyLflYX4s3Pn4sIie7KWhysKFQvTgK2jS4IQrPVJRQLSjH8bU4XmSPD58/JjH+amIGr9m8ePDl2PiAEEwW1FVZcTgwUL9oCoqAHAgUm02q3P0c6bzAZT1s26fU+gnwSfeZRDriaM3fY6O7OWVtrcSPBI9kj5S0XfylWTSCHBYetRavJCPHp8zbnCzkFHhUaXK5isHHsHMOWRdOeQS8hEo/BRW8KUqVpSvJKekxASFjmHZqnfeMYAbtk6yYJlKKhJ629+r0Jj1YTnJs4QAsgYq9rM3/E0RnzN6P3daD27drFKCZ+4FPBhFcKoZT6LH1c4E0MPSkCJMxgVGg4EGgiBg4Vl4eAt9Yf6H+Mmk4OHtgV5S7bgIxz5YWVYpFHw6fEf8CfAbYp7CckqgyoXCh635MuVkm7RGtYIOgFTPAD9Xyek1re1Lo5TQQcPmziYBnJzfFLZPWz5x65TXw5vCRW/2XL0Z8AKTWzujTdA24SBkjwhGg5Y+grY9hYk8x2OIXAP7WWlpue1Q8CTE0BBddUO12qkhetLZOdTaiafsI9x5ieqkhZvtQBwYHVl0qaur6/7pckoYZjCo9WrSP2kADZjAkYL21pmJRqXekKOfZd1AxX6Sw5+L+aTDJ9ZDPgm9WWYNRi+6t7Np6Z4EM9DxvZMMe7AjhcMXPOBfcbooaXH+L3v5u9TyPm8nlZubBlWaDF8DhTvpZB+ANc9DdupzYQsksuFpBVJcj8bHwjJK8Vrh6pua2pvor8sQPP939vaFxGpgPF1eblJgTvVwoPGDo2rXppPvdbbXJWqUirCcVyGAk/UTx2+q+Hg9x5NOsR7cFho9vIN08b9s7SzVnvjKTPhWwpoPnz6spKIiadGWzQPwnGkv3IetrU1ppZt/uXYttLUwq2dZ+QHLl5XF3gG3iuDnKLDmpip8cZNMjdVwl43f4nNaX3zxBTbPHJhWpjSBZC8qnt28MylxsZ6kD4/IpzCoCtp2lS9r7bxdkBSrV5eoZjnpx9rnVMVPHD67rdOBnvWwNytZD7t6K9cMdLYmaC82VsWu5Gct8YG4Tl6785cDOFABWm5uSqwmDL3CtFrY3SJPE5BHT8jTdEqw4HDIFtnED8CRA8OL2b6BeA8BF3pUcWd5RVzIOIvfHwbC+1DgqNGlpOU2tbafzcdHXujsxUDip6pubHzHdPJsZ+/FLIVSbyqZOx0bqNjP0fBHZy+uj5+j8EkPfPb15uj1yTpd9Jb2zt4kbf6xxgux8eBnsctnji5tb0qBWY0K7zZ4gB/vfX3kGgU3j+FswIjsvnFe3Efox+imL26KyCxjR1Z0sckgsaMTTzr15GYyZIWO8ECaSW0AQEIHR4NaU7Gpo9hgPHmhtfPOgSSlwlASP8NJv6mNnzh84tbpnN7sVzXQOAN3QuOML1q49kDNmcU6MvSthDUOe/F6mPeTPWQ1N6dTIIJhjUJB56ERSEYetLRwslDS8xsWlzk0tAwej6dhfrjQbl0CC8pVEEOhDNEQwAS1ns5gTMUNNQVqbXVmX+fAgawIzS9KsmfZ8ZMe/qYgfpLhE/b4HOsJk5YZgRpdoC46f6CzPTJ8YULz9Zbra3REDlZkTe5WBRb+VhugFKhnADohZhFYRI6cE1bceUk9lj1yypInbNENmj1YhF13tiNBN8iuhXZttFpNe6hCodra1nBGG7ko6uTtzqaLB1Sai0WH5kybJvjx++92hz/bnT/X8TkIn9zAx89amN4sjSJep0u4jY3zzfyNCV/V1JyI1vHTTj3sd6k4PMwdlhHDp1EbFPw+IEsZLjblq6d20nI0aXTNASpU4hLCR/fcidZpJgjn8FixZbMadyIMcFDtaWtp22NYvCiJNNBTWs1XBeVzX5bxm/L4ifjYvMW6dcrozVHo4Rmg5plNnZuLlubnJ9SV1dR8BbvaHN7AZo3KBs9oNKAnTFr4QOktARmkrwaeHEI/JijfOXHh7TT0BM7hxWHUT8E/aG2igOWnT58ur2YZJAPiloF4gwm7p8K3sKWm4dovIl9P0p7M6u3cfKLI8FVi+ebpIj+4dxy2T9fHTyp8EgOfSC8H9Mz5Z5taN4bgK1XePdFWWXPATMIH85neZAXcmwKeEUoLj27ARXDfUCbAwdMIcoqvMsLBD81s2qU8H8sY2VRwT6/jFr9J6NhzfjD6Ub/TQgY5v8i+gQQTtHeFJrMS/I6sWfz6gkXVBWc70746oDBU3I+fLfj9xLHfSy/ZiZ8r+KzD57h1ivV+bKk3N0cPTM29ne0LUS8/4WJlTWXNRRz69BC9ocAchcICT2vEl95C+HBSQJLG6ZEVsOnppgAKF+hFTFyntLgUi01TwAmOGgWGjlygYDEMswDEyQscyzF9SFhdXiFE8H5139BmQwlMkYvS2yobypZFLlrwxqKiwtuduRezNMao+3obP7n26dr4CV/uXPhspi1kzkn19OaE22mdvcsu5ENt3HisrbGmsi4W9KJLW4fUoId7wDR3Ri153bQWYkezx0pPV5MrZqiyUOSHPOFUIfRMWCvCFMLMhY1+QrEQ3j99trtvs8Gk0Z5pq2np2Bq5eMFbb70VVXunKbeuKsyYdF8t+NlMP59F/CYbPjbwsUnntLkmQ7Q5YUtaU28I6NHwtVS2lDXr9AnJQzf6wnL4HQWeLikqKoqEDxJBm6c122QUWfwU3L6Cgh/1AAlPYUXOUUEOj88ft+dOumdXNQMU6v6W7qGBQEXFjgbono0hkYsXLnhjQVRtXVPTnSqTseJ+9HR+/8Hx8CcfP1eHT6J12ujNKTEk6NeA3kBmSD6tYw2VlS1nFsCg13pjc0kOoRPwoqKKwsPDk9R4f2oUTmAprM/ZXMieylPQARYXOKIctkvOkRQa4jZ5eQQfPiGA5V1Qp7tsAe8vGuoeag+sH22h8UO/peHgl3u7yqCtuD+TPn7Gpi+O26eL42cTPvnWyQY+pldu0OgT4kEv68LShYi35mJLS2Xl6LXA9qEb3YElJgOWCfGALhxq2bKQECO5P5FBIbJRSAEqbD5PRd24ImR4xYIXHHCswwvxgxSOPtsuAJaUUD6+rDN4v2jw7q2+gUfjHZUNjYmRixYuWLD0nfBddU0pt7PCwrO65oqHP/n2ObV8Mq2T6c0qT3rbkBCY0tRbBa/RpOG73tDYMHp9Zt/du90JJXQ3QcBbBnaJiYnhZGdYDAWX8Kfij1pfxAAVyAYLB0ZO6FFFL6SXASLtm2zoYy+ZKIE63YVPHZ20FOQGwFtXJ+b1zWscb+g4Bd1z4cKlby5L3H+nKWVnQWJRxf0506TbJ4ufa7sn/7Wy4RNap9W0BR9rKamIjDTGo15WMxQJX03beM3DgeHhq32mEiMfvCS0CwlBu8zMRKNKrSAh4aBYqsjFeoWll4L7mEgWr4Db4kvYZGhheOS2yQrK0s+E+34lJH6XsDhDi3nM/fvgNzbc97BjvDJkI/C9+eayZZn7bjdl3A4xVZTfn8X7idrnP0M5Fb9nEj7bgW+6/rTREBmdkZtbVXXhQnM+id+x8dGxgb55wwf7SkrIgEeDV0TpsLJCwiB8tFg3tKSwFCUodE0X/guYFluT3smK0JG1xVkrPBz8eL/Tl7iybaL3u24fHH401tf3aDwV4rd0KcQvpLB4IDdjpxb8yvnp5yuvcO3zWcRPLnzyrXPuaYNxUUJGStPFI3UXaO9MODB+/ezQ8Ly72/vKS4idlox40DMRjpaW6dFF8OJF9LhFNumR+xCu+U9kH5QsPnscG2zwJd536Kqtrb1UywQZYNedg1cnHk20Dp+pzc8HvwsXEhP3F8MLWPMrTLD77rh9Tl38+K+UDx+bdVpPW7rCjMaE0oymOyfgb0tI5WcVzxsanhjs3j5QXmHUJmGFF+F4R+wKSCWqyROh1r0Oc8aihos4YFwY6Zp9Pk8oXGzTQLnBjq74DXYWX21WwsWvlhQTPM1XV93B7ltjY4OdZzNDFi5svnAhJCsr9UBThm6hNqd6ZK799ineeXAdn23vlA3fz35mM/AV7omqiszIaNp87EBdHcFrzrzdOjQxcbd7+9nyCi3ZwSsiXTMzi+IVVlUVFmjxARjBjJQQPM5PKHKxED/bAc5Kjo1vNttIBQduS3BTWOVPiN8DJmiRwPKurIPdfbfGhm92Ls1sBr4LiQV78m436QIvhJwZfzDDtn1Kxs8V3VM2fD+yCp+odb4c3dhwanF8RkruCQjfBeRLDGm9eXfe4FD39vdOV6BdePg7ZMQjdiBHKtMQJox9Yg+brsrE2MX8prAtviBMWKmEMY+Dw7NWD3pyTxqR+NXuwqKCNj20K+s/D97quzV8s3/gZCIAhmRW7biWlqKLTzzW0bAMH71+pvGzzycbPtY6d4+WXYiH8F1M58KXlX+zf/DW3bsHt4Ee5i6cTldo7qD2HNizZ09VEryuBXun3bIJHtuyopUslUXy+HkLHzpx5eCR33cov7R//wgcgLD2Ad9DT8JMlPidvHJlePDWzO64zsxMyF9d1p7Kr5p0urXaI6PpQvuUjZ9r+YieqHey8NnOW4TWeWn0uiEhWde0uezEReSrKxjov3lr8O7gdu+Z9xGvKIQb8qjdgT2kjmQZsHU69HNgJB7cpGcu7OEVZsc1T9s9Bzr3NNH47QK/XRTQahDsQr9LQefu3RqcORjXv7QA+aqK27bkmnWRqmPj+1n7xMc+2eyFxc+2e1r7PdPwTZt2tqbtgj7wfEbTibIDF1EvszOue3hwcNDPZ2dXUThnxw14hQSO1J4i1IOjNA6Lm2ZywipCJwx0XPyETaF1WvMJ+bu0//DhwyOHAVEE2AV+Vy5fHb4181Z/3HsFdSR+x3IzYuP1hpqO29OmPcv4WfOJw/dDm/DZzFtm1Y9XmeEJ9qY7DacwfFkhN+MGhwfvXT3nv7QrfBnuJ3B4MOKhHV8FJvgrVms9NXfU21Lo7UrJoFrwWWywPQZe1VH89h0mtZ9GkAfEDgp+Dw72bB8eHp63d30v+EH8OpqbzLHRH2eNp86xnL2I4/dDq/i5ik80cZEPH+pNXzZ63Qx/mJ6Se6YRRr66rIX9/beG7w0fPOoW0sVNV7gh7wCPtxXrSBG8jpmlT68WCO2WzRRHHFDRJFPYUWDnmZZN82SAzO9Sff1hXIggBWSzmGrwWx88PG94Xvf61oKsuqwjNWUpKUqz7uNj45mi2Ys4fnYnLy7kczZ8c/I6Xk9JjtU11Y2eqKqrK9jS/yn8Ut7b3rO8umsZeXCFBq9qDxSVO7X1w1OnThUYDTwfrqmQ6yrM+hwpOHU09gl7fnjgJp/762kd5gEtpqEnT3Y9uLreEx4CnTcIE5gsiN/oxVyzcuV5TVuZMHuRi58L+Bz1zp9jSYWPviowa/RACvzVem5KYyWMfIWb427Ab+Q9754vT14K4ffQC/muiXYffvjhCThuDVEjH1927NR0/bR2fNNk2cNTfsu6TDncqyZKYCmvredrX704gScvjVxd33Nl4uHD4bibmYVZR1oaIX5K3fnE0Vr62JlU/Ni+g+v4pML3t1z4bOYtcyuvx6bolLqmi6MnLl4sHIjrnjcx8SdP1KN76Lh/LuCdInQnTsCqUGvg+BQsgeQgJlNPmjHMZsN62mKbO/agJ/d3tibyApeuw7vrd2MRQhpB4ld4qQAE0a+nJ3hi7OG8/psnCw8Uj2blBmL7PFEzd9o0O/ETPfLJuqf14PeUvVOYuMiHr7Yl8rwO/jYgo7Lmq6pa0JuYmLjiAXoPuOBVWSQP7YqPHTsBh1OJBviLY1qUh7LRM7whuVwCUG1vU235nAL5tRD6JL8WTm0AuQTmoB/GbzdfXAIPCwmsvVTA+XneGxub19+fuWtrW2UGxM98XtFSKBc/Nnmx6p4u4bOYuMiGr+yr8zBvSW6qGj/21a7e9XfHxoa94SYVPAA7Otk8QPFOnUK8Y8eKj5Hao0U+g9A6FWRNj6xx8mnkzvPnRJZqu/t69LP5Zxe4E96OmIrLhE8bkeEP/j1hV30qLQ5wHw2gMAiefIB+PX8aezTR31+476PxutxA+Oc+H1ely8bvpZdc1D0t+Bz0Tonw7UlXnId/cpWSUdZ2Yv/A+qtjY/c8PY66Zz2wSB4d8k5Az+TsdhzbUZwJL++0HPswJFZq5Dy30IPjAVGUT7VwEgZrwkWPaljwvH25ML538u1zF9Bt4gTFgJcuFTwYOdjj2bNt4tHY6psjqR3XzmeYlfDPmfZUc/ET7/s5mLw8Kd/3uZLrnd+Dsp524t+i1Fd9HGtW6nIvjJ/ZvQX1/rDaHfRGsqoKyJDHxrxiErwdOz7acf2jHWeORFnzKfjpC54IK+4sv1ZwZ/DouHmqsW1a7CXgJWoOjW7xnvQiHo9fMb2Kkq7dm2jRBO4GP9ZBiSD6ufX4g1/czfrG8ZCUQPynbJr7c0TxwztQsnsyPhf1TmHi4iB807Wn9aBnTkk5M5rXHHf10diVnuVHPbJGqqAKrScsx9Du+hmsj87syDJqTQZSausS5Czzh0Uv5k55Z5t5Dv0QCyNK0d8MSkdWZOGK31SLAemfG+3K27QpL48BsgBygpC/7T3+PR73Ho0taS0bv34+A/8cX1+unm4/fq7unvb47E1c2FMNLHyz7icpMXwpS0cb9sTtfTRxvMf/aE/dCLE7IExYQI/gfXSGr63h8OJqE8GDRQwoAlVYTlHZRIdfCZvCpUJDRsAwKsgdsYQtQc8kAPKFL9K9lJqHRQSZn2UHLRwZ2bvex6PnT48mljSPjhpTdPjn3uryWVz8XnlFevLiMj6Z3ikO38vxXRi+2IyUE+Ob+j99NOHW43O0p3mEtc0jFK/42A4e7xo5FGqBj0ufWJD9Nwd70WRbwpyGl+XK4hPDUI9GjvFxmsI5dFPzuaN+JbBA+ipOH05PFwESPwGwcKT+So+/Z8/26/fito4fgb2oCDPEb/M0Ufwku6er+Gx7pyh8P+HDN+NS4sckfPrR0fa4RxMecCuOPhyhyWP7CsegeDxaHyYin+DHBOWTqLBQ5I4KNlDydmSEw9GN0+NOuUEQz4sSSIMHi9A84X9jl1dcyitLhyKIpIMKDVTooAWpJ3rc/T3Xb3+0/WbHqD6D/FNLQwn83bv9fQfxrt9TDH7yvZNNXKwf7Zw294H+Y5hmZaQcGL8YNzHhcdTHv+dq3h768JjQOAnedQ4vnRz3VCRZ8uFCj7ZFHlQzsLMCDuO02aJs7ByXPOHLhE14ptgAH8CV2gRrEx5gEaqCVHV9YxlWejoLIPBZBXCkeFuPm79/z/ZH/QPjVTB5gdKXz8X4iSYvznXPJxn6RL1TbuJiLIrF8GWc72jrvwd6/j7uPQ9TCwU83NM7wQ961xCOVNmOTMbHE7IuaoCD5TmZUsheEBZmczaMXsSaKSYOT6ketybpqy6vTW8sa7QA5PO3j+Vvf/G87h4fH7eePw33X2+DRzGge0aY9A4mLy4d/CbZOy3DN6sc/nuiEnpn3Xhf/4T7UR+fo18Oju3m8FAPiukhHK0jRUk2fCyFuOIQLU9wbaOpcEaTG+dg4Yc7ZkgOhjAs+PawQjQDHGj4TMhXVNG1u7KRFDZR3m/3PhgAhRnM/tTBi1d6fCB/2/pbR0POQ/xw9JthGT/57ul6PkePuPyU9s4SMu3UpVx71L/dzd3H363n4cyJVKrHDXvFgPcRiR7Bw3uh8VoWvBsD6PF+rPjg0eyxg5p94EkrjC78VcMCE18TbPPZh3O42DTPouryXY28X5ngJzTQw/ux8u7WXYfhz9//aEDcWPp5M4lfCe2eP3X0yItLBj+7Q59878R/3ZJkxH8erDtvqOn0OOfp4++z/g+pnWO7+VGPZk/QAztalR8WhUeR9Bnh76Idl1oQhUUqZ/TuZ+eEs2FqnE0KCaRb5Ay9bhOuwvCEHEWAhK+6a1NNJRT+6LZ+PF/6cHvbxHp/fzc3T/cbecbzZN9BoYd/QO9M93QV3w+wpHrnj616Z6Ea9xp0KfVfxZ3zdHPzP+px7fDNR/VgZ7mnzus18nplhVEcHwJKlIBB71r8W05W0H4tPo87staLhZ9jtPyqigqtlsIYCKkVGz3Cx8hai82TDH7V1ftriF8l57dJ7LfpYWtezbaeYL+Y4ID18/bQ+PmGWXXPH4u6J9tztxz8npRPrnf+zLZ3VivN2DvNJ/a6e8+f7xXQM9Fw58amD4GP29vD3b0zTK+SVM2OxHDko35SETRy9zz5VHz/FPyP8muxtmx5Lzph4ZtJUvjaNxcmxL+3hSvyZfjmHXA9/NVWEEvOEDY4PSMuvF4R8F1Kb6mhgsxv9w6LHfj9u8c661seXfbx27Au2OfLmTr4h/ggWDJHetdPavB70qFP3DsdPOIyPTo7Fn5O3fmNd+MCYt7/IPToHyrLZt5N38o/JSvMWpheDS5HipZx6RPyZynI/9WtloitIVhbkGEnvPC+mRS8knSN0rzmQuIvHOslhVzYuVL/Nn56HRT83QX9w5mdcGV4ddTSiC8gBiYSOWpnxOhpYUWGPuyep/e1tdRgUT/WPuv54a/+0c1deTUTlz9YEeoT4NF9Fp5Bg8mLaeaku6fL+F56Sa53hkXE6iJ0saW3PnXz997wfozb9cpNA4PIR59PL7bonBQPq+VaFuFjfkbmCPfmG2+8jv9Ld230e3Afw3tPcVx37tyeOfMWFLyADf7c7MaNJsXJxIKCX/D2rOgl2qyqusyK9hvbSeE7jg1y72h1+84dIrkQKd97773o6ITItxdERSVVAJ4RF6DTIh4eizB+tZXw99AtLWK/fXQCur9+x42qvLzG//3bf/XxCvD4tC9NafbVxfoaZjvqnq4a/KxmLrZDn+N55zR4suEQvveCTtfXvdrHyyv43//fROO11KbhMsJHnhzissf0WmBp+TBkWTjlw4GJFdC9tXDxxrXx8YFrd+YvbAay27dn3gKsu1cPHjy4fdtxfNvMgFX+586Rd2v79PbIrsO1WsHPGjJz/5H9WXu5d3ejX3DOG9+k7/i27dsPHrwK1zqIljvzIxOi8V+iJ7y76I0kLaXTwgrxeL6TqQ0tLdSPzD/zNrHdPxrAvO47ebvTH//Hr+Z7u/1u/s1efNooI+IQ+Zet4rmneNfBFXxyQ59V73z51UO6DJh5prR++oGfl/f8f/vz9bJruzsn8raS6OEuA+EjewxEj9wDbY2FISHhUfDLrsWyxFsIdIEr9QmRO2dCyOCPI7Zt2+YXwN5fzw3mdZ4ePkFxWKv9Pzl6Ee5D+JfvNLlw5AZScm7XptT6vZcD4tZj+W+AL1jt4eEO8yt/QfNcQChYdsM7AJbG6zXmwJVrFy9IMhkJnhEmObR3Er9dLW2cn7h9kviV3erdlJp+/fGvgv/tt4//3J+cpjP7luoOzYXuOaWDH+OTHPrE++yzldkZ0DtLS1vdH3/969+7/8dfN226NtI5lrr1Q2HasuMjPny8XkvDjsSQEJI+9GMJBLzoQPivH6VD3Qe3H/cO5tRAzGPd8iVxXK1fv2R+0JL1q1evjlu//Ny2vMqaQoXRThkqPqppe3g0OG61h7uHR9zq993xa/DLoJYEeS2JW+2+HHbTqGPw8e3drWmxKnVC/tK3jCY6R6VLEeW7lNfR0kYEiR/ho3vvNH770yf6dqfmFf/1r8H//vXXfz6+pTRN56srzU5+2XrP3dHg9/R8MkOfqHfOyI5NUyozmqKHzn399dcrNvy1LXVHXuHdR/UkfcXFxdweX156Oq/XhsuRkJBlVnwkg28t3bnGZG4f2uuFbn/08nB396B3+HqP991XL/fn3qV01fIPQpdDC4Q+6u/l/Wi044hdPnXFtY6Oe0eDA0JD588P9Vr1/gof+t7F+GbE7kHveyz39PR098BavS7AnUTx087SkqLmC0uNdFKKRbKHfNWHG9qwkK+SxI/j47tn6thgfeqm+rG//uXLbV/+zm8wvr1UGZEW6zuDzj0ldh1sBr+n5JPbbRB655xDaWm+urSm/O0xv/f+0v/x4wONOzbV3b22j6SPPq/OhY/q4a1va7iWlRiy7J3wqDeSsPgOuuBCc7WhdS/ejd7+7h5wj67yDvYLDY2JCYoJWhezjtSGdRs2bAgKgq0V8FapMX7B/mPjo3s4PrgacoIHTN+10Y6Dl4O9/OBK5sesCApagW/1uIK/ohVwTbgFF/l9EOoPb14bGvTJJ8E31lzKTEQ/0jqTkiqiaPoyq2sbOzg/oX0i3w7eL3WseyR1d97Fvzz+tcfxf53/aXxamjk7LeXzORLd02rwmzI+y90G1jtffjU7TacsbU/u87jyn+5ffv3Xe7U1xZtmXs37kAufoAd8RI9Uw4eJwAczz7eSogQ/41uJdZe2fHruj+ti4O4OWgd3NhyDYiA4oaFeK0LhfYHpWxG7ubkHr4DEkC643jPg0XhDllprp4zqD0dH711evYTrucs3wFe5Q3l6Ll/u5hkU6kbeTZq85bDXBnzT92DYCP3Ee+aDgoIFxqQKwOP+JJHOXU5+1NEm+HF8lpPP3Y+6a1Pra05PfP34/3r8n5j+wNK00ghde/Zci+75Y3H3lOBz1czFTu/EvT6zrj0C3p1hZXvclT94/OXrr++MlBXvHhhOp+Er3mEVPl6vo7IwEfzege5J+KjgoqyqB1v8P/GHe3c59LTVoaFxq7mC0W6D55L1cB4vgnHLbwWMW6TpxXkHXR+vCSGPrWhhwSOuyXn1kdHxics+qz2Xk2v0+J1nHALSL1wSEwOueHV4jXG/cueVPT65PHOkFl7HgVOrKNSjfImZ1bvaOtoasIMKfJvIi1+K6ehXn3q3DvgezPvNbx5f+f2Vm+bANBj92jPM0+13TwdzFxfwWQ59DncbXp5xqD03ojQtV5/Wf+Xgrx//zz9rU6/tqO+bQD4+fB+x8LVxfGcy4c1oCV8UBJCWMaRqpNn/E4/1cVRtybrg9R6ey9383WBy4b7q/eVuJCYw3sEMd0OMd+h8aJ3z/QI+udIyfk1r5H8JcFmk5c6pCxrGx3yCgrFpQuv02xDkhw2XBNpvVegGnwAyEOJbVXtsCPLwh3JD5k/O1Y3UJhqjiB2fvpDqk5mX0jsaGng/oXuyyWfevdu76xtHlL/5X4//8ocrNzVm+Nfpvmnt2bNfFu060MHPJXMXuzMXmd2GfyJDX0SrLhb+EbumtH/7vcd/+fO9L8o+Qr5N3NBH03ftmqDXgMeGrYmkeaLfG7Te0r5Vtb/2+Cdu7qsC6Fjl9UFMKBmr1pER6gNY4wapFfCBoBg0CPa6fG90dKthURKiwRpLoDQWpY+XHf+jN3lTfS+/mPkAh3zQk/GKg4LwCjfQ+oBskYEw2OuTbbtGChdg/Gj6wuFvE2HwO3nycAfxa4D2aRU/mr79eRMz6/el7/hsAuZx97xvRuihe5qVrbpZcoOfw7mLy4e+n1gMfXPTWiMy0tKSVRn9nz58/Nuvb92vKd4xMjSWSp5nwPRZh4/85naUFfB8mD8imPR21p6Ru+dWzCc6WDjsoQ8Z8HxCveFxfG6iuHq153xocnT6H+A2Nt5SYEh6nYgtwiZsAWjc1zF69Zwn1xaXLF+B2SbphmuJ8/Ne7QHjIB0K/ef7QOFQGBDs7XV5uH5XlpGGLzy8CCskEfj+P3PnH9Tmfef5mb25P+5u5uY6tzd3O6mbtunOVhKorAIhsZogmiap8wtlvOLWw8QNbdyRt39k2Mww7sRRLIkf1uwhCc0JBiJU0JYs2GAO2UOgNyngOnhIzchp6y5LtybNOQXHCXPrXJLO3vZy7/fn8zzPV0DsOmmd8uHRV48EPILnpffn1/N99BQnFZ8tv02ds6HRrtsuTU21rvz03X/+51+c/fmFxgNPf2fwucZz5z57U4PfdfBdN/R9avDMs+chvvsbnvvH//Xj3/yf/1v349PR7uJb7w0Qn8lceJhI6MEWp5eysZiFz0uAFQDYUpneOPW1Vx5hXNJK4d4v27EIZd7X92n+8cgdtK8/tm/3HXcS5h1/fvJvhq92Vbcf3GIWw7b06avvv7L/jju/9FXYHXf+BW5A9ZU7kb/csXv/vt1AqS+ye/e379y9++uW7X7l4fxG2nswRCO+wAScZyw2+7PDV6dtfo73NJOvW98/szEwMPO/G37z/z44+/ULHQe+iSu3nH/uzOeJz8jv5uHbVrSbqm976Lv13IVDEN/gkcZD//jIOx/85l/mcpPR7vjlXwyV41vpgviYt0zTEPzzYQtfdbWX1uSt8EF8/3DyDqYniugb3370G5CE6uGrjz55zwPiAOFXv3zvo/se/vJ+sa/d+5N/uroYZcuZ+uPoDLxri3UtzeDK4vvpK5HI7ruP5YMV/R7d/yS3yE0iAn7lyX13PmCltnc+8tVX3t7IxVuahF0GA8RHfLMFek+ayK8Mn1U5XN4YGJqZnfv1rz+A+joaj+ASPYfOnzlzC/h9aOX3+8hdDL5tmcs1qj4V32fOnDs0+Ox3nj5SX/+Pj/z4g1+/N5eYSfSsX+lS3/lilplLK0Ofuk6xpZWUZC5B4KusDHm9WHzVEN+jJxn47n1MgtMXn3yY9ZmGpW/vw43RT23fY4xb+5Hp333fT96/Op5vIy9jhmPLwanxpX96Zf9X7/4asx6g/+JjCH8P67b37b/P2SY2f9+T9kvsu+/ek3+T3ihWHhTtkWBQzg5G8jK8SX42vqxWfgPvXc5Njc6k51IfCL76I/c/B37Pnvn0hwa/bYX774CP2c51M5ftVd8XzgyiX/ad+wXf7AcfZOaiw9GpXW92SeIJs8sGiXzTlu+MxgQf5QcLVUJ/NfHcO1deuXe/xj2p9u597N6vfY1aQDb4lUfv0e6IdrzuuBcelS51950nH14Z7wq34yNRK6q2EcQz7cXI5Huv3PfIbrU7HuOoPhIu8+4HGAdV739+5/4vIQjCqPmvfu0k5edT14lzu4UfAU5dhfyWLPlp8CM+ld/UL5bjA4WZ/NzIBx9c/PmZjvoDjxPfoXN/ui34bW97bk89bxzfRw99xHfuuecGn3sO9Or+5zdmfz02N9KzEp164+0uU/Zp6JspE994mviEnvCrDFW7qvPF2V+dRDGmXGB337O7zL74DWeX40ce2PcNVN+IZw/s+8nbrZHswRaX2+2uggk0LHgAw3N/GYM63nzlyS8z/7nnznu+/aU7NfDBHvn63fdxi/aL7vvSbmP3vPTmj4t5lV8AFhR8TF4WiW/JTj63TJpo/Yf1qcJwbmQu/8FrPz/XUV9/5CFcHvvQ4J+Z4HedtufNwWc1PLeHvguDxHf/kSfqO365+9UPjo30L/REp167bRM+23dOq11diMVjmnmSHRevL55LxX710j3fUCmAzSP7Hr3jS/fcox2Ru798H5wqq4nHvgh7bP9j+6X/9dJLryy/k13Jt7uqRH6gVqHglB6spmno8FTxu6+8BKOuH3sYhh6c2Bcfe5gdHd6g9bvv2/cAq0DkurCHT17+WYryq4byQE8+tpL4ZruuTqv8rOSF+HrsrmfX5bNTo13ZkZGJDy7/j0Hiu1+uXHiRpcNHzl0+Or7tPZdrNzz/9NlB0BN8Ixe+Pr/ROTIRyWY3zrxr48tamYsmLnzLYkgQH9UHfmquynw6PPF3J5/cr4D2w7Q4o5HTyZdoJ8sNjdHvf/fcy7koznOpqqgAOYwVgpEIuU6gLcXDo++8/Nrq9x/jUaeT17CXxHgHxPe9dB/Wv3+kKUz5VQOdweeUfhjgPRWftF2m9JjDlTNTo4e7O0f63/m7rx4CvgO8ihPsz65VuP/u+Mrrhu09l2sW7bdAfLBDR+qhvnM/P/tO58jscDS6ceFf7MNFVJ/tO/Efi/joO8Ob8fli+bj/YNvqh+1YTQ2/T/suDpivLqu99dZbFy8e6X85ns9Gq31V+DhpZUZ4pOaugPGJ9vjAaDr28gtt3/rmIK7ISHuLhmP1lv132nf/hq9wL4yv92UcO6p94S6/yo/0aMBHfsXxq6RH9ym5p055sY74db0NfAML/Z0/7Tv5/caG+vrG5vPkN3hOjjpcJ3cxfReDj3aj+D5y5vKZZ58lvocgvvqO7/z8byd+NJKaSURzq+8POKlLz0Jrl+IjPeLrtnyn8iPCKm86HfTcnum/9NayY28t4yp6ly5degb2TVwk/PEjzb29/WIv0Pg575mKUnysJ+9zgRrJEZ2FDaY4bw+MDhVj/gokjy+bj+PExRWN4TSG3t625m89LraHr/YtfOS/31cTLBarKggPi4Nv9vDVJcXn5J7mjKPW2y5MjQ5FMiM//cuTq521jY31tUcOwQYHP7Mtd7lO3+V3w3djmcsXBgcpv28SX93zD/xqpH8uDXyp1femjPNU3wl6lu+cHiM+iX1q8J0QX6XP5Q+9bHbqy45NvDwBy0wg/0ODRs0NeblcVW5XIDWWTd2uHlOJuZUjnxF+7oNF9E+q8dRB6PNgFU3w8vPxmipw0+RywjZ9SXQTvFU1/ngu5sNbzMIHfk7pt7TZe2Yt9Q28egGfwDQzOzLycvJQL/HRez596LlDn71u7vJJ40Po+zNxnfCdsON1g0d+1DmXH04MlX754ijwkZ/tOw2+q8OpuPRcIL+S4vOL+HxetRAMdxUVuCGIeZsqqvCAaFxWOsKbmssfTI+OBn1wl0QKYwjE97nY+rs9NZVLBf0SEmHyDsBGBaBuGBBhVU18+QqvvHpI+kGumlIx7a4QdmXyS81cnXbkZ+GbsvBNvX6hOFVA4Tdy7MfHatsO8BzN84cI8As3krt8fHxMVT9a4vl55i2HmLhAfe0jP+rsnEtEElNrq906TylLfOo7lR7xZW3xwdR9usLFuL/GXemvhClDv58jVyrcFd4qr1dA4CZQDEN/OB0dq3IDNA0/qXcWIH3CFx4tEJ8qkzfqUyBiITNyxPuGBnhcKrleWVnlg/zCLiv4Gfn1XHVqh0k2Xmx8/NysF1fjU7nh3Fxnf7ypubnZ8Z7nP3eDfZet+H4fdcOHJZ63nDsk4iO+59vaGjo7+0eyC2NTry23Ap/tPFeAT8RHehjywEd+So+dF3cqXfK4BB5KeBugLIKMkqC7FPmQnRQILrcL+GL5obRP2WqmqWz4iwCmrKtyo+mwHyQtbtwMRjCvgLZxwxcWmihfICo/ty9YTFcBH4z+wsKXm7bxLVreswfOU082Orw8P5WLJOY6O2Nh4ON17I4cOg98F2+5ft9lOz7l93uuG5zE89PPwqNbvvNAe6N8EEp3T2LqrStdY+X4NuWdEfWdmrrAStWuQDru95Geqg8L8clADoAHF0q/KIAIhBBFgchcRmM1bn2a4iQlGgGL4dd8qdFirNIOjtScDE3ctmVNoEaOISJUhhAgOrKIfsVglaU+B19qeJv3lNin+PZM5VqjIyii4u3NbYh+jc28wvH5wVvt1PNPyvD9PiqHa9QNZornhx4t+vRzxHe+th7ia29ulIvHLGQTU2febCU+mGYu9J1WqN/sOyXyVXriiHwGH83SYAUlqE7TTw1yjaMbwqui9oCvkKh2+au8lKbgBT6nhiAees9YIRdD7kLVYgA4RlQQ9KrrrFB8BKcwQZHSY1PB5QkWU/Ce/GsBz+aXvVqWvBh84Jc7fPnSRqF7aKR/JHOiBfKra6xvPvIE8B269fqpp+l6fmx8pm647sE+67rCTxyi+Ki+xva6BtAbeWElCnxvH7bVR3zqO9XXqO+0tKf8/BRfjb+y2uZX6fdzNN4TCP3whEABSF6wIR+JfP5AajSv2vOr+wQuAlJwvKcQK3OFVDV+BuyaqEH5vpATvYVsEXKdbx6lF6rG3+T3QX4BkZ/tPWm5RVO5jw/buQvoAd+VtzYKQ939nSPHUoE2kV8t8EF/H36en+l63nx8mzKXzzCjeuIIxdfWTN/Jqn0ssXHhtoFEOT6Ij/gYKSTvDMesvEXwuWIQn6ea9IyBnGPUHYOfRC9AZDoKgGSIxLMQ90GaojuA8YOfYCQgPE+1Qn7pQirg90N9cJhWg0a9MsGFMHLRZFOcJwASHs2VDKbj7upqx32SnmmcWd4T+IZsfLed2SiMtmZwmfh4uEWiX13zedq22YK/vXK4cXwfvW74LNV3vlbFVwd8/SPp4Xwid+b9KajPKftM3im+E+bknbDKyhQjn6HnrwxxtKKf3IEZWVCKhAMMis9fGc7ngr4K+bbbTu8DNBG31+2t8gMUvGc66Pe6qTyhy03KIDejO+EXsk3wUX7paq/JPZXfEPDBHO/Z3SPqSxRyA+9e2CgUViaALxU/2Mbks75N5HdDXc/fA74PqRtAbzu+OvpO4jvQ3NjAqxbOFYfzo6nl90aBLyH4DreK71R6PFALeCb0wdzhdBjXkDH4rAQUhsEhCHYcqoCD/hAywyrx5f1ufANJTuC/4vrvg4NPP/30Q7gN0u4KQKD4riuYK4b9fsufWnJuUmqb/aa4TZCj8nhj9KsJF2PuAK2MX5HSU5dCfEw9pyTxzE29u4oP3e2aHensiH0vBHxtB47XNgNf3WevVTncdHwqvu3qe+KJI40o2dtq6xp6iS8XyY+eWn2xAHwm9Bl8VyPxeFhM6GGp9qbiJclbuLs2E4QLtTD6+eVn1oKBgc4tqYq/Op474cOT+G6gb/Cbe6S7ZuxoTQiapact5sLYFMmTnOU5KVrgsiCSGt8xfG1VHv4mlDWIy6mUv1JcvXpPyV4iKj/1npK7TKnz3Hh/tVgodqVG+jt6T8RamsV91kJ8Hdvm6l6jaX1T8ZXPMnviifMivoMQH/GNJFbyo+vL2TEbH4t29Z3TxMe806GHpRSsCqYoPqKrdvCRpqM/v6njAQ/e0Crp/LBSCkU1HiKu+Y9WU87aBtf7TGk+5GY49PvQesa2tCwUao7T5HYtgMTHlAXvnJAlPpo7CQdB+ZFf2JZf9uo0/i0T/Jh6Kr7XV+OF4kp6rhPyO9EkH2lSR+9ZT3zbm9afHL6th9o7IL7a55G4tDc29CL09Y9EF/Kje5YHyvEx9Kn4JO+EkZ69q13xVMkDXOqoyo3xjzmMTdECSVYMXPSZ/lI6X+n2V0GSmb5k0OdyoZZ34XpeuGHNE5j3hPzkB++ZQm9OdRcSdrgzZq0DHAz8SM/B5xX5VRvnqd5zcUnwmdLBwleI/nJ+o9ian8PuOHYi2E751bbXPkH1OYXfJ4Bv20SXbZMEG4HvANTXfoC+U/D15EfPXh7IJ2x8tu8kPeadJm8RgN7qVMzjqqRt5wd4powv1yEySqQqABnMn3BRhuCx5veDG5jBwM4DjP4Q5YcYiaSlWAz4CZ9O0/KaXLOxEWAlKwbFJ9Iz8qsJp4MVW5OXyNVF5cfGSxm+3NQqpmh3o+3Sz+SlhfRq29rq60e+cJ35EtfB9ztX7dvLPsVX/8T5I4h8tS3H6Tv7wS+bHdt4zeDrbmXZcHraxpfVxMXIrypM8RnHuRUgYPnJT+9tgDQZw/m4D4ICgGRfuFRDcoqP9Dw1geC8B/BYOqSKwUo6X5JTiH4lR3YS8MgPfwAFyILPAhjgna+E2kGdJ/EJwInN3lMLd8E3sPzaRi47NIIdMjJxgrlnLeR3pL7hc9tOE7t+3f4747v+RJfPddB3Nh6/vblRxdf5Qncit3HuykDecp6274TRdy7lwtuqhhgin7gqjtcygecnOaNAWjwf8HHNHepLxkp3ecrM5/H8ZTiWnA9VsXhwIXskPkdwrNUtwfHGVVUe/whNWxShtl5iqWqTvBCfes9FCx+958CU4ssPoG7PRbOdsJH+E4E2kV97c32j4tueev62uv0m4AM9nFz0RO0BiM+tVQN858QC8J25jerTlhnKhhm2XFR8MylLfXbLxR9MlWr81k7aTM+/SYO8qeTIzgZYmUq73ZJb+pLhcNIHZi4Lncvn89w+H6ue97sr6Fwr03HyJ7MqDE7eQu1JmhuqxCqnTVlp1Kbo5ymlYu6gcZ+bvOeiek/NXYjvzTM4XbunX/ZILC7Bj94TpxmB3w7CV1ff1tj4fHvbcQffSo74pqTsG7JCn8HXbZfsxMdutT8e93vUTQVwAzODbAtDLSAsGcKIDz7NVeHGWrCvL1Z6qgbIwA6LrwYoXb6++OzafEi6pq5Uyo6hKjua0VylP0Ruqj0FZwwJliduJS/O1VrpPfE/lXlPdZ6F/NTby7jmUfexEe6RDIKf8qsbufn4brzpQnyNR2ohvlIjWy79sJHZFTRdVt+dsn3nYYY+i97p6aXEFt/pD9jis1MXLDYziMteNRokNN7USqmgj4lolWetOpy83Udy1iAEn8KlXFg7wGu6YmibgbmY7Szxpfi4BoZqFj0bodZ+ARwxlCafST5x1Oi0hW8S+DR3Yepy2wVc7ah1gvhw0C/UZuWec5//1M1pu1wH33WaLrcMHq+tPf78Kf/xBqhP8KVW8rni6rsb5aHP/hdPL02mwzGnYi/hULsnLOIznkowGvdp8SM2W5HqPilEwAinUDbAQsm12VN9IAZyoObCGjH6kn3x2LwfzpMttVTYgmdSWXlPEJvCU/8NGeofYsOjuT3wEyI+k7ykhoFv0co9WflNKb6NVy+8k0PdPtdPiwXbLO8JfDen7XJj+P7TVnxP19fWPV86dbwOZUM/bS6/kk6kVt8vOPjgOx18VxfoO4324C7jQaadJvZhuU4EpCCJTQzr/jh8pyQua8nwfF8NzGcZ1vh19FQqOR9w+1k9xGPymwClg/pnYRjanvOWxT7eeX2lVKDSHPaT3LP76iJMvSdzF/GeCP6vL6dyxVbFNxJm8KO1dWzDB343Ad9v75n9R8H3UMOB5ytfbTxe17DXwpdbSReCv3yd+LRoL/Odi1ejRnxi/qAT+WQ0zmsbQpKDAQAhWmEQ9N1VfFSzFi6tJcEMRnYWwaTvqfV4YN3jRvRD7hkzPZxNXtME22t4T657/HF0Xmgm+BWWpiE/p2/WbVcOP1wOF4qtaRZ+L/RniE+95zOfujltl4/XM7vlUEfbie81Hj8AfJ0vCL7EQrGwvhrNIXMZAj4n9C0C39IifKedduoUpVgY4rPNtD03ac6wkz2MNedwbimsvpOJy/xRYYfF1h75JR98dXZ+PiRH6KvDgXLPKW8GZ7PUn8rQcpsK0HKdIr9gvFLkZ/ilZpY4+Vhzz7LgF12dLxQPo+2Co9fpThx1UHzHPv+pm9N2+dj4TlF7dQh9I7ko4vRItDs/umt1KGdC37j+f/SdkU15SymAhnOlr9LQw6L0Ngc/v9GeVcjzMVUYCPuBr6LCtysYxMciJZUfBzHiOzqf8sx7odEqt1/xqXZFxYrNX8ZvU++ACI15/KmgyM94z9nuq8C3KPic4JdA7rK8hrbL2BxygaXoSIyVH+2FPzC+LS3PW5845n++/kAd+O39UXbxZyPomWXzG68ts2of1arPxnca+LJB4INRfCX6znDM497koxx8fgIzOgzJvRms7wWDbj9kFUomY/MPJomPyBRgUtbBD8lLskImEAYD4GanPzDhBojYOp9WYtJ+tQiWOVAedg/HtHbAosnnRGIJ/xjxqfccAD/pml1G16wnAXzp8cgLmbDiqz129lNbumY3H991Wp63ng82Q3vE1zERGZ4d6e/MRoHvCvFJ0d7l+M7TKBvGzHE+TVxi7JeZvNM4T6WzfQ2RS/F5hW+wmqHPE1rzBNeOJoWfMTziU3tOzSbXpfHprg7iV20BW/TMps1bBWbRMxaQ6FdN72nCXzh9eknlR3zqPVm3T2G2S3EogclK6ZnJdL8d/I7tuuXmND0/Xsf61m8FGxvrqL69HfnJCI5P9mejqNrf1KYLQh87Zrb4lmZSYcOvmokLxWfbpqSz2qJm9raVuFh1n7hTBCbxnaG+tVhpV1+S5rDjIs/0rcXD8zVVfuCrDNikVGta/CuyLabJlGHHm98TDvu3eM8V8Z6L1lEHBx+7ZqNR9MzyM+OjEvxovUdv+a1Nz08C3x9b+DwtxxsPHEDoa+jvmRn+MfD1JIDvbeAbHSoLfYvEh5aLTc9KXMJBpJ0GH4drFA2Kj8x0tLRS7afzzKwlJ9b3WPiwKDkSFHzPQH7zGarPLS9gEk+u2Dyd+5C8hOUKNpuvZHtP0BN+E0PAB35O30xTz6k3zqBuz/aPAN9w6wvBpjbh12nj++ObjO/GOta3Jvc2Ah9958twk+mRkWM9KFqX355i6kJ8EYNvcSnB0GeqhsrqmN+1VXu82aA2I3PqPnbLYMLUxWnzd60Fq9eO2visoOdY34Prcf+638WZaXbzW0t/pQeK9Mncnu04zWBKUrgLlO6xoMjPBL/c4jTxwcR7dmdZ+OWnbiO+nkzHyNhMZHw2E1R8vY/fcr2etTlL5XfBd+Mtz1uPzKnzbJhLjUdmciMdE935HOaZTVmhz55jBnqT06dNywWGPkYQJbu9c5ydZQHThavOY+5vGaR0l3uKzw3fOTF/tq+P/IjO8OOA5/fEZ9eTIc4zI3wa2akRpCiSwzYPagx/MP7ImiDkp/TsU23ReFF+pu0JB3Qb2i757omOkcRMZDJ/LCb42oDvhpuenwS++oYDiq+jMEl8c7Ot+bHihXeJz4Q+im9ycmkF8Bx8pRJ8Z8mzKeckuu0m/KA7glR/R5qqoCrgcyFxCaw5+DiYe+KD94x51r0QH/gpNlGwvcKbteUtCB3tmdohhgflyctEz1XFtyn4bby7iq7Z4Yk5qm9mKBNr/0Tw/dFHxbe3lvga6vq78WfmO+ZSrcVE+sL7BR5uMKGP4mPZYOgx8lWjZC+RmaFnXKe1+K00Uwcis03WeYaRJi5HgcnhVnMXBoPvwbV4cN1TAaFWkZ8hKGoWw728kClO1JWbA0eARn5hzJe3+an3XFqcJD4JfsCXtfAVgW92rgP4hlsnwshd8NX71EfE90c3F1/jXCOsoaEOZYOoL72AWbPLrxOfdsyIj5EPIswLPtUeA0kQ4guU1eym7hJugoy71WamqrN0J19upiOZtfmJ9bMIfX3JpwTYXWWB7ynhd/YUOy+eKvDT3xcJ28qzjfAwbpZfJbkZD+rxh724h9mH/dKT05MqP+2bDQxFR3OF762mgC8115GfiaCiyoTaxHYYvrbe9oPetsaGjln8lTNFxXdq9Yc5wXe4VUMf6U2ybIg52iMvRD6sKLytRnKqCEPONqNB6UTXrAUrd+3poyW3Wh/hrfU9sxb3rntcYC34dLE2tTkIynMfGv6wxujnC1aDn40PNruyZPCx8pOm9eu/DBbS3fhwEOKbLB4LEt6OU19zU0tz88GGhrnipOLLd+cL88vRHH0nQ5+Db3xpIRxz8MFnIgVwxGfvKdIyiSdlVxbnFKOxCsQyD8R3lInLg4TXJ2rjoDIkTuF39Gx8dj4Z4vlknNurxnkv+DJH7i2CeFhWtQAbo52RXwm5J1ZM8IsuTVr8nOCXyCV+mdwoZhMdc8Q3XsiE23kpmP7Hdxa++uOw2ua6ztHxCAuHuTHgW1seypnQp1Ed6osGTculGvgClf5SoJwevgw/u8NidjBuWw3zJDze9VJo7SxiH0yJGb8JomJHz87H/PNewIb8ZN4Zt+ZwVAUaLeJVt6tPDX900It7k3wGi4uL4+C3OfiNcq7ZULR3Lk3n2TMBfG0fD9+/uYn4GjvqGhtr2zr6D89Y+HryhWeWp3JW6FN8FN/iYjpoSnYiK3kqcW+bHfcMQOGGRUHZuxlrMB6ABQjgYOLiP7uH9La7T9IUfHt2xcNrSeqV9GReqD3Pt8K8NZSh6Z6Z8GfwBT3oFhl+9J7DS8R32gp+xJdAzxpds9HssbnUDK82Fgu1CL5v3frb8cE+Mr5tU13+y43jq6vteIEXlhxOjXQk0LG+tDxg46PvVHxLw7NhBx/FR/0ZdLRNvlNn5So9aMXRiQ2PVRzwuTJr9J16nQ6jP97xZtE7+iCSl/W1jNQOGjP5LhAlShpUrkLwowu9hv5wmhK9J0HSpHQw+PSgUbSAnvVbG/lCT2ZudjjCPRNqEnxHtuOzj9fePHz/6jr4GtHwrMUfSXyzHR0JdKzfwhzrhBP6YKA3vgQHolVDifjgOP0QX6Whp+KTfJP7z4bF0tww8+oa0FFJQmO95F0TfDSFp/xseIx9R8+u03v6QBzIwAwLBwubnMXCUKgstbYw4rPrB46MfkTqyI9HHSbJz678eoaGoL4rZ4AvG56biMDG05mAwXfjh9t/n/j+3Yerj/iYucDQsia+M5dFfd3A5/jOyaUxOhoT+SpLKr6tsyPIT9ipJsxeJrUqfClNIBB6Tei4lM46+Mivj+SeeoqhD6uqvqPP7IpPrPU1CXAoT3VXQY54FV3ledhVNrvNh4u3yK/aRD/+T8VJBj+aBL8eeM+xqTfZNYvGOzIrxJfLhImv96bj+21TXbbja6zDodpx4ovN9WbRMLpwZWAMDevNoW8ybRIXUiNALfe2eE0sxlUawy43I5wmMcAyu9bhO/cAnw1Qwt1TAMh1pbd29ME9l6RvLchdmFoI90lsctNRyLmdGFjmQP0GoB54wBcM+GhSOlhXp5DTbIkvN/U28Y2e6Di2EImw7xJuJ77anYaPzrOhc2qG+CbmpGN94Y2pMVO0gx59ZyRWHvmwZzwl4LOqBWNOqWDoidzg9BzR+QkP/pN3FeulyjXis1lRcopOtWfFvgcvrccq0LeWQh/OV+KfsHPhDosQZJBVoNphFW6WDzX8+F3BZx13yGQFH0y71gx+MtMzH003EJ+mngbf9skufyB89eI8G461ytVcJ+YyVsdaMhcJfTa+7IQjPjpMEJJ72JbDDJs1Z+Qhh9UJ0RpEghV962iYER/4GZOSwdga+MF7hufnAdxN9HqnTlRzIHHO+tFMKkClZ8yU7tX4I7mq/IAvD9kpP+YuCH7RhMz0LGbzHf3EF2mdCLQQX/POwqexD0faaSuKL0d8Q5ygOzw+adGbnGboE3olYpM3sHIz7FR2m0THprTFyy9ruKmCXPKBWJk9u2YZ+qi+o0Zym+DRr8J7nsWciTVW7lgMQjnHE+BcTF8YD4HSHFEyTsGkMMCm6jPRLzWzaOGzKr9oYePdC8VcOju2t7MnQvnNNjX9IfF92DxBgw/ZMWxhYi4GfO+sivrKfSf+vZTgs/tlfopPXZOhp67TGPUAaFprAxrlIiAVIzmEkvPh+Uuqvs36K9eeVA5nX42t7cpY0Kx3hBMC8QR0xwe29HhXRtCZBkdszI3LS7+J1qUZXtSO/6oW7gVM1E1DfT/sBT5cJHw8faxa8d3oXKVPBJ84z4aO1IzgO3Y8dpj43t1ImNBH8c2gYwZzPvyY8S1AdDY2uTf8LEgITBhIEBW29LtcfFoG6s/jbpovZQSf0Z/advVdehXT5bEBTT6pYaEoJOUZoSeVxZZK0+QvdgDEiaG8s/Flogh+44LPOWT7vQvxXHrohy0j2eGVla6ZfCawc/EVx7uAr/vY8fiCTpGXfjVCn+KbmVnKZpSe4sPucRotRnmGnWQR3NMWStGJ3OmeplAI0OOd9wTWBR8ZbedHpGsWvvW4+1SlzwLn14apemMNf4oVq9S8spPBcuwm/EF+bq/GPuWXKZ6eFPlp4d7dA3yvL4dzmKzU0hEdXsHVNAuZoOD79M7DV9cxOg4HEcn2H08v5Avp1VdHpeoDPst3jk+PKT6NfKzESwoOo5Kz7902QpcFTZSmAtTAxWcQquRBcs0bXrt0lt5T+G0iyEdiux5E6AO+inm/D2dMi3IFP+Us3ChtPpR3h3htnC+P0Z5DYfQn+PAPyL0V/YKzw4szM5SfVbhnRwtjq6eI72BHYpj7pmdi5+LrzMJ5dg1HO4/zgEP8wvcKTtFOelboCwo+iXycI7E1ZzGmwDQkERNhuWyXpwwFAZ5JrmUUn+hPcakXVZZc8B3QIz6cCFGl8MozUBsgJeg0RcnRHBmUNijxKUHwc2npB5Pg171EfJNluUtidR74ok0dY1RfpHsi0L5D8TX2H+Y7bDgxcnwM+EpnfliI8hMJZohPfedKTGs+4oP4XAgdws3cytHZFQPXrFTR7G/zGJZcCxGf8ttDdsrQ2K6jD+7aA3rAlwK+JqM9a0UE5zIUuSIgy/p0W0sI4qs00Q/Bbxr4xonPOmSbGF1eK+RHE9UdaeLrWkHTemfg+5Ot+I5PdEWIL9dxfKxHDvcliC9i8CH0Ba28U6i5MNj8DDxTLwg2JWf2KjSjDwy9g8l1qO814qMxgbHNuE3YWeJbi2d2aerpKlMwzJQSxqxmQVk4Li9RGb0xGnx5yE7xWV3rwujygwVMdg3MpQRfZLZpC75/u2PwzUJ8wIepLjjgUEguDxXgO4Fv8rTSG1/MB4ReScsGl7v6GuWCk9BzxcoyTbRS8yhLQqjCievxXa+9ATq7rm2E98Ybr+2K4+hECJvx2M5T0YnyuD2HHB5B+pAeTeVnBWdHgJb8NgU/8pu0CvfC1PLZDeALdsQiwLcynGqp+jB8//lm4PvXN4rvPPB1HE/Z+OqI7+jlbEJD36SKj6HPFp8JfaBmn3Jp89OQQ4emxCzhcY8rN4+uc2erhOZPVcTXzpw5J3bx4sVnN9t/46DfPHNmT9ibTHrl1+SDQzYLkCvGwE71p2ZFQIcgyLkqJI2xg9/C9DCjH0y71sB3cQNTRmJ7JyIrsJliSyVylx2Iby+OKAu+9FxHNJov4ENdEvCdxGddn3d6xZklQdW5PUZ55UeEtMTDaDwmMbHA00QRpsrhHR8An9cdevy55w7Bzj903tiRI0c42g/x7W8edFUnkyH+KvQHfoLRfgm3PZYLnRq0+WEx5/gyfleZw0Ya/Cx8ep5fdGoZB/xwyGFvZoU2PHaseifia2zonMspvtRcA/BtXLo8MGqFPhGfU/WRnuDzG3ibop6LbnOzIhxfJzscAx4rR1rF/KlQjSs4kRGTnYkbBhmNBTOY1+72eVFnkJxuF1UDWXrKYyDM0qXf6hAAoLGyWRTwnio/GCs/CRLkJ5XfgODL5YZOWPgihUx1W/NOxLdX8a1EZoFvNEd8mrlQfIIPVR/FFxR6FJuys8RXnnDSbWKwPBuIqTZADBQxklnm5YwLD0iwCvh8/EHB6ZYFjzDITZB71Ai/Yn7ey2f5s8DNzakQ3bw3OW2ZAiUciyd1HCgGeRMCn5mxOzt82vKeVuE+sHwGhxyGTjQf4yXPVyLRHYqvrbejILEPHeu90YR8pFJUQ5/iG560Qp9MTGKoM6edeDfhq9I79ZSaanJR4fksElVv/MMb2PE+MmDqQgQSzXy2JpWa3nThFzdUmq/iOj/85cqvrvj4W6ptYne4Ge3zTxL9eR35lZ8sY5JPVH7TNj4GP+C7rPjaen+xsoC2WXZiZ+I7uLczOwx4Xa2Z471DOFr71uWBIRP6ZiT0UXw6PZBHG6wgYvtMnc+ipvcKUEMcB9UVEdV4an518q/6PDXy0At8zsfP+SwNblIclUXwCnF+vgI/ha3U9P31S3+1i589QaO8BZ/FUtMjP1ESHgcboL7fbHxmzhKD37B6z5nhlcPdQwNXLgBf9kR774srtIXYwZ2I7/iJg53dvIBkVzfwZceA78rhLIt2ptGCb+nFjJlfJqJTguWz3qVXZeMjDEGCBTeYMuJ+T6797cm/3pXk5yep81SRKTIMpGWxlGfLv43YF/KBni95+66/OPntN+5Kgh9/h3gtF82XLC8rAEy72bYI1XkoRVO6Z/LABvk5ucvAG4qvpfMHKwsL4Bdr4YfK7zR8z793oqO1q3UF+I4dx8F2xXdYMxehNzOdCDnHGojKFp9TMYjfLMs1PSYCccGXwAMwTH9f+/uffPENH3Y8dz3x4Wn5FbciExoKTjJLwuNGLHzyLsBW/u77f7/r9mSNT3jxd4jRctjYGms/+3CEtAtMD9uUgEqP5gS/ceJj8Bt4W/ClWzoTkQVYZNbCd1NOr/346vtBuJOXvu7qQsc62JMXfD3l+MYn0yjaA7b6iI8EnXrYclCO7Iz7NFWCAKTgMHvs7KWzPA/MR7Ul1wMEQFjkpBQElaU8wc+Rz2aOHg25uRn5fWyK+Kg/VbimSYTIVedP0XeWqSD0z7fMwTfRvThMfnbucvi2Czngy7d05CMLrcCXammv3YLvP/yB8d1yfq7xe6EJ4AM/dKzj3cT3dmuPfIygJi54V8bsWRIfVjCQHd/pIjOsUgAc1etJUqEw1AMma3AlKowStWrm17w1Ck7Eo9kmAdj6Ixeik+QHZ+GK+KTmCDV5wFDW9bWoVjvb5U1JssCw06ryc2WsCFgW/BTfuOYu3YdvW35H8aWpvlbga2neafgemjsQbpptpUWinQ1oeY4Rn2YuKr7h6YUJp2QnNQK0welN5GayBu5r3iw1KAnnMx7VN/r0YWD9aCbEjwXUQzmhkH06iZmXGcrAeIGwQOCZPcEaGx9eUPVsx0zrZe3ynehNq5z5MABiUXOqHmfOC9qe+F8VH4Pf4XcF39jBhpQ6z3RLy45T3/1zB0oHZ7sEX2Ku+cVsPgF8XfCddhINfNGMSVxsgqZJxjvqhhoUfAoNOlBRYEUJWmY7UtWZf9czl5558Kh0pp8Rexr2kBpXBy/R8PzFS4MXk16PbeKafRY7K+JZYtW/QRd5ikA1fzGmR0qM/AKp4XH1nuNyohHwFVE4AF9sxcHXvPPwnWqx8I3Ntf0ALU/ia1V848Q3czofshIXpbe5PS3I6DVBiTK0EkY8UuFZgwFmnvVBPN7AnosXB58eNEZ499MsgIMXYYMYn348FKpRGQsvK1hyu/aTwGb7UsWmS9nh/nIzn0AhwW/ldIT4YDPA12rhc+/N2PgO7jh8DwFf72wE9PD3dbTDeYr64DuJj74zMjmTCpjIp47HaE9Gj/opftnmeFBLG0Z/CkAp8oMfEQpDNIy8tHomI34aX2J4zAs3wiaC1foWsM1yllwUHo3PWp5VAFvpML6sMG2R2xT9BF8muxih94Qx+LW+T3zRsYreY6TXHckTX+cngu/ffxR8LSniQ2zuaMsLvtu6Dis+ii+yaIU+Iz4nAdCYIokncZn3u+3H1MnRtCgwWYwCUIImLEJKghQLH3OVg/40n1Lo5W8CTn5xtkpe+CI1WQSkHZL99nwmHoAwEG33mUmcHqb8NuNLVLQf+8UCr3yeP+bacfjONx4ICj5cnna2oz3fLfgikrkIvkhkOsuiHfTIr1x6YGaRA0KhRVgalBxGog3eBKUhZwkIZBST3shNoZKczZ0rFle3TdLt4Ccumq10C61b0xiTQSFvwV8KgpvqP8JT+YXSMzMqP8lduoAvgcPtVS29Ly4s/GLH4iv1Ah/4rUz0ui18w60Rx3cOLyZCjvr0X7bVJ+GE+qOpi1RSqgZ1afZoHJzxo1tQkpgMhiXWANhBrBFUEBvnaW3NOG1hZwVhm6BIUH29caAK0Mo9A7EunKcj+MDRwpdIVLTsfRH0FlbGWnw7EZ+7Nx05DHwLmaaDlvOcIT71nVhJ/3/mzj6qqTvd92v+un/cte7tWfeude+6Vjtn2p5BrVIsAquQxBC4ycyEYOSlZphi5IAHZNbc4m0pnmIwvIShba6EI6GDFscZ4yCvUp3BjBUYkcxordr6xqBUtHamL3T0rrbTddadP+73+T17719IBgQFy+POzs4OkrA/+T5vv9/eiZfi09RHpiSZtOItLJz3MRkJShgplEHIMpAdJdMS94ADox9cI3CpNAVCsakknJrQmBM/FgBlF1vtIvBjnhIzdT4jJ5+ItBT8/KcJX5DxuSS+gdC4zzfWVbI48D0Snnmq+BCdO/JKGpr3IvP8G+PrFvj6qGiPjnzLhfDYMYGjmreDnGCpZoG0cw1uAh/7QD78MuCRlnjF4U2gE/g0uKrzZK5aAOX/R/pSuQn58/vg96TNzCCj3SRABsfL1OAHfIEwfL/AcHteSdZwaHzcF2roWLNz8eEzJAOfr7Iy5OsoW+3e39VA+ChzYd/pPR1aL/FJ4eEfRTzVN/HhlP3NMHVICUo5rkHQgxE0GfrU1Zq1qtYIoViwkriF5ET4W86qxqbYIn6q6IUkWfCCH9+SOfJF1w7rYE1t3QFVfi6vUF9Xl/upkswuqG8c+OqKFhu+H+QaVrS85aqs9IX8HXXx/kMCXzfjI/G5Trtz2HdKeuGzkRgYAZQFH91jJVSgOVJ5x/JjQYEgb0kvSivmRw9UeUp84ndKAaovSsYek/aq9yxGdgUr4DKU+BfpPHmcvyYQ9Ebga3DnlWS2jfnH/aGGkrqixKxFhs+QuybrLa+v0lfe3FG2yncIzvMU4RPlD+i5TnblyKJPJp4r1YKd/zEs5qM8UvydZCdWUB0jYD9JKFVIJDspQgmSH5Dxliwcpm4wVs5kpP6V+pO/4Z/+PU0ghcneNfPrDfV5yXuK1DMg8O3dn7Mms2bM7/eHhkvqdi46fLmMz+crd7eUnfcd6iJ8fYSPfWcw2Bgv8RE4VXt0Y2ScJXDFzMZDPeJOqkBNJDVjsoSJghozIoQCJBnzWy4rCvGIPKea+IS5Zu7TadrWslHOT8VtBVPkdhE70fDo19R80kveE6bha163JrM45O+H+joWIz5jcstb3kpkVm31ZUdDv2g4RPhcAl8A+PrGqteJ0BcR+VbLMSGlzGJGGkMZ07iS4EU8llqiNS8wdVN9LEjSwg+1B6RghY36GvJDIlEuF6bOqlFmwCnec6XqO6fIL49yFyE/Kpgodena6y9eu7lpfNHiMxjPlzUKfI0t8TUKvpOuIPtOZC6+Jhbf1JIdSbjgpwQXBkcWLjYFkFTainBvuFymJ0JvWAuTGYsEt5a3tLAof6c01m94a1xgVCCq51gQPdbfivDaXTTpULgHWH4IfkJ9DV2+6o21HeN+/+LE979zjefzGsl5ju3Kiq/xAd9vGB/7Ti8yl0jxreRinVZy0uZKWsvkT3Vh0kNG2HKFHJnMLQUciVDGO2W/rBTJohlqERimstNGswih2JaVuzBZule7gqr3dAXxBaiHuoCvrqWlf7y/f3xx4ttzPmfXmM/nDw1m1RX7GhrcwHca+Nh3umi4QUa+cPcpYht3XPiASf2pO6RF05NSUoGtjdAe45RbtJLElbpPmyQjd3MuquxWtUc3FSax45tsvZD8MOLe5xXJC+Pbewjqq9lQl6Xgq9258+GMOMzu3HbCZ9hzdD3h84V6BT5S3+OnOfuik8aCu+LD1McIRe7NjY0VsgMd3YxmW6NGI2YgEhENH4tJshGbERua+Oi/8kMFG8tRvoyUY3gjhkGqzVciyf1aLfoRP6783Ce9ivwCwa8v73UD367EpzOHCd9wWR3wLVt0+HA1dZ/f5+vIqqthfJ+fDqi+sxuZC9EjfpryEDVEFSXaKuw7+U4qITyb51SRjA43xTGsGBdRlrSwtZaRKkbqCguATI1pA6Va8ovyUmXEW1zDa/M26KEI0KzDqZUfbmrlntcF9Xk1fL/YL/DFGw6EWH2LDt/P8QVUxYOkvv6Olo2Ez/3mqc+PBRTxlZ/0NxE96TxZe9rADPektLCzRhZ4yh0Xdho+AsdUBELJKiwGqrgETsZGW8RWLQ/XsiiVMQiZrUyNsgQLi2zJiApHO59MMy7cOXdxkfoCNEHr68uHCF/jznhDD/CFGsoWJb7knMExJFYD9XnLayp/0eCuPPWphs970t2knlGLRTVlGI+DChbpLlVkMhIRPdVkfoK9qqZIcLJlvTbCYYr12uXSlzJSpisWDoFcCspW+AquLuS0Q1qRUSMtGT8Y3j9TB23jq704XYDx9QFfM+ErOm+oIfV1LU58a0qqCZ87Ky+5B/j2V05+eiyo+E5vX1ueyFzimZ2c37KcTToqPkDT5IOyZ8kmxah4QsGQcWrU5BaZhCvdJi/q75cmNUjM1LUo2tVZ/DL5DMfX5OtWvaeCz9+287yheJzw1W3cubNoofHN6ZJ0S75j2PNMSS/ha8gqWdtDzrN88tN3g5x30lc75LD4Vk09kYhFx1k6VlrqIsWwfAo3tSYnOoIDPwpjs1aRFjnJMGj8kFe8Xku0ZZXPSpYM+T7axBsVIJXqj5bI0iHP3VeuyO/k15d/Q/i6ilZl5hG+tpbaxYhvY0lvCPi6POs21lTiW9/KJz4DPg59QVd1PPAJehIfmzaUTg1ryU0KT/WbYiWJyuyRGRIUzWQ9Ea43KUIpX1nHhxOT5GTLkzexaJ0zMiZI7GT8U3MXl8TX3FC0KrGsH/gOtHyz6gO/v4dvQ5nA1+ZZv6W6/Bdut1fFh8m7fSF1ilk4PbWhGR5RyCgJjJ7DEj5lJaJdJlErbZGn6DuFlYlLbKvxle3c4gn7EFAoVNDL2p53i6dll0c2Pvk9C4acbkW5T8KHE1XL2Xue/urym/6GBuBL3txC+Ho2b7xgzF22cJPkwW9uV9MlfM6dtcDXHNrlid9SU97gdrs++uRdDn1IPPtztLnVqinzfujgML8VUnQyIsnVWqkNtX/CaU3yU6vzaB4ZWxOspKRsI2zDhi3PPffclg1kdXVlZSUleE77MYB9ClzCGzb02rwWtzVTxzhkKc/vmU/eXC7xyfnWq3e5Agq+Y3+7XOkn9SUm1yUO9A+M99RudALfwnwD3P1dy5rwGQ0CX7WnJrka+PYHPvrkGIlP4GvIW3f+PM+Ml2UDmYgjqgA1dAoZfixDUXiCseKpHEYBWs/8r59+7/bExOTk6OiNGzf27TsOux5hx8n24enR0cnJyYnbr/x0w8ayDuVXAOQKCU2afEcw2YdVT6bgiR24Z4CyaR1fXB4kfOB37KvL5T6oz524pgx1+8B44+YtTueiw3fB2dnra/aPFxsOnK/2Nribg0tVfOWUeMrMRRZ9Sr9FrdR5mapAXoXJbsVqwkbQNnz/97cnJkdv3ASqpISMa2yH7230MwlxqUB688YoofzeBgI5AozJMumVry/BKVtqP1Re4SIy92xq7i4fE/J79/HLXsb3zJrMW8DXk7tzEeJzEj6/f7wp88Baga/740nCR+JzBXeJi8VH+04eQRPweOKCEvui6wU4SeZW9rNXCNq+49cTEiSwuCRhqeEWGxtLa2Hini2NVklJKkxCeR26HJ2ceGVDGV6CKK6QrxvdJReukyddYy3ZSfeJMaO+8nIF3ymXz41gsnnjckOXis+4CPE1+f39/R2ZB7bs8h4Cvq+ALyDwBb1IPKe2XBR8K8LnwUfWeXJChFBc0zPfuw1ux6/HHWahJSTEwZJoBSOAtGKItNK48ZbCVDyJG+0nmGlpsUkXmSMw3hiduP39uiYosWk1vStp6tnUMC4eOFEmilJ8au5S0taNcx3Je777+akA8O1vrt2yIrdHwWc0Llu4y/I8AD6/u6XzvY2NAt97k6fZd5Z3i5YZ2MnLf4CZcjaPHCGSNd8amOC2IlmAK3nu9xOj+67HJeAYXzyjs6WkZRRkZGQkkAlkjAYsyPR6s95s1uksunAzw7BfPIm1Po2NydIKxhiTju8bnXjlOaFEEqIwpeWpgMS9Vq5S/coI+XKtxC+nMeBi7/nuR5NBUl9zbe3qzhrgq+m8QOpbuIti3S++jma/vwH4tjR63fv9wNfXLcRXftKdR/ik9JBti8ivMeODwdWzmqUsJ3IdG+EqFcUdTjNZLSkxhelWq8OemgB8glwsWICIMEAiULQWNzaCp1IkqhYL3cKpwsBT9bWqEuFON3bg07P66XAnCmbMk90GwE1VH+FD2yxA3pPwTXQLfHU7k3OLHxI+8LsffP2+rizDezvbyt373+y+NRnohvjGysv7uvJk0c6JNrkegU8THDegCR1sNWkO5EhyHJ8SgKt0a3p6TLoD+PLT0612m3Lg0yAfaRzfNNOrJjDRMtU0onSPZ0mOUolJ1yHE7z9D7yZZ1picxQh65PxhEqDCr8kfFPhcxz6Z6Au53W4/8BnWCXzGRYlvT4sbHb2sTMbn6x44NU748Fd0N+YpeadseSIV0UYXljNAJWdJJtH99PbkvusivYDAlACXYH2xVLDLz4+JiclPhzmEpdPOGLvJboKl2IRZyMLERRwBk9cS6lSUFsgXRj8NgHDGAmLq9RuTt5+DDHP4XBl18qeSw0TMGGR+ee7ucsHv9CcfnSxvBr6yC8lFZQMD48WLVH3GlgF09DxZRy90lbubfUH/qb/2CXz47pdVhC+Z6Yk+L4wLPlh4dZyMi+38dGL0eKpCjlMQjlJxaYVbCwlVOhEkXPaY/HwrGBYWFjoKwZFhamYVqO0xdjvAEllTSgroCq5YgCqKofpACFG4U2Sph4nhvslXoEIS4QrZmlVPvQ0fNOLcpQv4KHnpm1x6MkT4Sozna4uG+4HPORXfI98ovv+i4nPWu/1oumw+72wAvsruystf91HoqwyOFdN30krlCYI8A1edVkaWnNPbW/LK5PEkQU74QU5DyD8iV4xLSjfpdFCWyZ5v1YxAkgnxMSVpBEzZS7TZFJosVdDUCWgCJxZsSqL00pzaXCRPemNiAz5eq9nda+fBhxV+2rl+JW3B8hDhC05+JfD5njIm1+XeGh9fv8dZ4XQuW7gryc/9m6OX/KMH7ymzyzdebah9Zk9D+f7myqD3FPBBfJXdvqZ4qE/jt1K7aEN4NrC6t3fD7RvMjsGxCjhJFPEtLiVdpxdSFMfbYksxqeIrFZbNtnUrFtxoBRMrNv6xQmHQKdjDC9tNKUDICY5YaexwExrlBJU8wvV9k9/vGCENLqdFOw0+svDLwdUVQ5CfyzX5Xh/hq1ztTC7p7Bnvz3mY+Gb1ve2Er6LCaWgL9TdlJu7c4y7f768MdE9+1ectB74+JJ7qhXhWKjPMlNSbBSjYld2+cZ1lBzp89KQxw9S0fJN5SkrCFIUXJR1iRTjJiGm0KYyJ7DYY7kAU7hYu1kas2DiNYRPy5zdDnhQiTD0++Rw0yE6D6S2XAJXvSV1V7XUBX7krdOqWwOeLdz5TS5VDHeNbuC/BmTu+fxD4cAHy4Y5MQ6dT4HOdnvjzSRJfZXdXSXi/Wr3gFefesOTekbLbo4JdrETHdPgfjDN7nclmYf8mFMjCQF5DeWlBQcEmYc9uenZ6ox8oKMhAvYgXM1tsduQ/UGI6EJqgQaZHJp2pnky8JjxpGtUVafsmt4z0ruL8k09mCx/0owZTky/oI3zDZ/3dIT/wrXNu3pm7fnw4y/iw8f336fCBn4LPQPh2hYZbMg1GgS/kOoaKh/CVd7c9fT58cvxKAJQtlpyRpldGjxO7NIWd1JaMSGahM0QqO6KZTs/MMsCMcD2IAWZGXJot3wGM6TH2FLMNL4B4qBnnohIhGTSov3G7DE6Ugh8XsDL2Kaln0Af5Bd87GwgQvvL1zkRDbsn4rSLgq4jG9x+/UXxOwlcd6soqInyVzVDfsa9OUejzeYM1T9HnUdYMcloSEs26ieMo7Siikdg0dAROms1EiUeKTZeWShUEUXt2Xq0gQWcVBFP0sfoUO+VDCIisRBEYBUMSIEwhCCd6sHc1lKeOvEv9UeoZ9IFf90cTp134MjF3ebET341e99cDuThUwLdw3545i0tLAN9/noKvgvCtD7VlQn1GwlfuPT18yoe80+dyVePTKIt2mbes7oXwriu6g6IEQygwnB3aLCgRILjUBYA2xTKSUqiSzNclbNqUkGrGC1sREanGUG4EkAhyGUME025MlI3kUL2zgsf9pPcsaQyEgC9w9vFj3hDhq3EW5Rpq/4qqXeBb0O+unc2VQaLUl9sx3uNJNDgVfN2utw8EcNZDILQO8ZxMSI/pCa9ZNrEPwuOjQQ1LDmjEjqsyC1J7G3FbSGrhjjTBnO9wlKanFYhHGUl6Wwx0CNETPqyIIBnjYwlO1I00raR4MHXU7+ldLsyb9PouD58U+MYEvqLhmk7nYsEHfhJfVUVu1kCNJxP49hM+tPsmft+NmZ/dzSVK1YAb96YhvaaRsklEPDF8Q+MAQnksO6XwgvD0cQkFm0R8QoOTvCYsY0FFWBBnszpKS1Pi1MfQIWQYg7SGOmuCokDIWQwRvD65gfJQdewI7MhWV495/b6+o293B8Yo9o31AF9RbnGxgm9Bv/j7/vC1NHYkZuYajc0Kvq8u4xPo7x5mfGSEDwZ4GyfhNUGNh3bwaSZ6LD9Euvx0qyO71BFjj7GG1wBKh4y8qQ0paBryF8LJPOFcHxyrLjYjTh+TXpodkyR+GcsQGS+pkAGSBgVBzYfqR5+DAsGPxafUDj5XKOB9+6tjXhepz9vjzM0tKqqtNS4WfI9E4DNmdbRsLoL6FHwB1+WjwTEf6oawoT6qFeJHtoymIuSJTkqSQJiEOl1HWTxqs2wutwELCb3a4aSijqo6xRyKibaLHWlGbJrDmo/EEbnNgzhbi9VmTk3Sm6yF2el64UPZEA11JqvVTmGQTEiQakGhwItpoxsRA8OD36q85u7mvxRdpmmSY+Q8G88BX2Iijk/VQ8N371OM/ms4vhbgy3XmAp8P+LynH7/8BbpnjWvC8FHCUjYZh8FW9oVxqL/0ZoAT2LahjC50wFfB7FZUZKiyUWC/+JJiL0YYKm9mXQppEmNCi6Ns01kK7jeDSQUhsx6lRHahOWNqaNSn4LNkY4TaOBMD1E90jPCptkQPt5KGY3sv3Xy8zyfUB+d5zmgsAj9DRVXVHPGB3nzhA7/p8Dk3t7QkFhn3FPkr/QKf13Vz+5Wx4K4VYc5zZW/TB9cPn7GbzEJ4ekuKKb0Q4Ihbej4ak9QGEyRffPVV8AJQ8AQPPSY4EHHBXOXOnbMY/BcIkWAL/0ptlJdSUJ0rtmmKzSYHRdqEih7+28YA5VOxtnxrfoqOkxm9BlB/8fBvb4/0rpRXyCrrOvbF2zdO4oxHqK+f1GfMJXy5FfRtE8uI3jeDD/yi8BmrqqqcicBnyN2z01fp9xO+N7u//vBSZbCYszFBL6f3lX2HjxRCWXCL5AyhMDrmiGf5QmuQmhBVabrdok+NmzmeUQcFOQ1iJ/J8al8CI1Qs2mL5ZuqlYSHXC2Eq/lesxb98EUJhAJURncLgg5ViT8/OtscVFEx9KkmHkkIEQpnGpALgxX0bRhgfOc+Sxu6DH956M6TiOwB85D2NQn0qvulm6RI+HnC4P3yzn+gp8W0mfEbgY/XRpYA/ufybQI68YHxvx+W4M9athTiuOKp0cCl4pZPeyEmS1KwmXSxlIdM0SGJjESMRhYg9AFBRiKxQz1mM0FoGfihNZ6MHokPGO9lYuzAezxCdHIxJbEsVLxBNEMIuzU5Pt8VtmvpOkizIRlPwn4mgyGLot11Mu41GDPCBXvzyxuDNz75o94dCHPvaBD54pyoYqW/mSdb3gY9M4JvzbIknjPSeain05Sr4Aq5K11uX3vrwvUCJor2VyVe2fHjEYbWRKHisjlIVuE4xGOCwW6C2SGykriQqopGhEOd06r2YY5NEx2y+Sgj5W6IIQoEOFIP5qAUjNGihTEYQJAFSQ1135uJoU6+SfK78y9LjX7zTvmvs7+FzLluQOfL3jS9X4KsFPuO5xEofqc/l9R9sv7v0w0ODyfHiSxtyRs7q72DIx2InB4YIhYpAVAXpMRb9NG7Smk3j62h+oMspSr7ZIyFTA9/9QaVbQUKKAy4ivTDdkhAJN9ZETpTzUCKIEvHib382kkwnaa56f2nBrSue+nq34jy7FHzOqqrtcJ4LMk/wfucqfdu4fbuGrxZek9QXeKu99Z2/fPLh+72raIb1upHRZ6+98CqCE5hRqkHdZ3g+fVLC9FliWursqnSKgZBpmmjZUDpDTVIR8YSTFoO4FOZIuGJ8YvZEM2x2+HfKjmJi5f/Cm6JcVJcvhpAZINql1ovm1eAXH//+0me/Km+vr29vC3jHfP39Y117CB/VDTt2qPjkXIlvFt8/VlTtqKraUpcJ56nhGxtsb22/Erj54fuDyZiqNDJ57dqmJEchshQcTnhADNcgzBVMp51ZIUO9iN+D9BWxUJ0fgYWMuLHhAeldKRxF5S/GaFEfoEyc6fPBmDIwIkFTNPDedfyjtOb3WJBqd9jF3DWF35nXmnrj47/4/bM/9+5vb60fqh4bA74Bgc9YhLrKOTq5x/nowuKbcbZE9IDft50Vox9UPV9XRPjqCN9YIOBvbW1tH+n7y80Pq68knx+ZQJNlU4ZZhzBBC5r4qQlRx20WCT6giZohhfIeqEIgEwKzK0Y5EVFT4KkLmTKtgpRJoZeM/rONQFLuM30QtONlAPBFc9g7BXhsxNrTBUAa1Io1Oy7+8cr6LyaffeWK2w18no6Qi/CFBD5DkbHCuXuy0/hQ8N1zvBb8FHzO3Z+c++c1meQ867wCX3BvO/ANunZdOVXwu/d7/8/FizocnzQT3ExsmsWij2AnjgZXaUwv4mlEoSR0ZmggwMoyIxjMTOWkGe2JNtG+kcb/n4fqld9JjTHMFSRFRpfzlhh8WH5oifykUSJqdyANxX8FP5vjzMdfjBZsfH9Vl78e1t4QHBunc9r3OIkfxhteO2UMU98jC4+P5DczPqPxtRt7KlbUouN5rkzBtwsfPuArXvf+2YI/fzF6MSUO9XYaRtQALykj/BhEVdhh2KiuQ1lnRz3POpPImMZUXmpFMh1D/Lx0qZIm/UZCKVpzrEj0VFVBSoLpVp1ZqyJIfQrANEe6GCcBv/wTfzz1YdP763May1uRutCXUvoInxP4cnONzg9SzhqrHp3lYPs84pt+wI/w7dvnPJf8nhHqK3EBnzcQGPS0tg41jsWvW//FKx9+gpntcTSPxY7epAXwaMqCqMdwo00yFRw9CWyxonktDLGKTGBh6cxg+VGSw8LEmJryT0MojagzSLRyRJwUHZ8k4igIPlugS7fqMxSHIBWYYSpMMYscNM1xZN/dwfXF62rGetuBryboChE+I05tAD7j2SPR+Ijew8QnhxwYX9We3Vcrzm1cRfiecvkJn1e8+b3jT69bf/5Kk/mIhdrS+OusVnMqymZqfGWQqbJTshHWGs84Eipgagq3e7lJierv7pe4eM2b6qKspGellyZB0pvBJwhJMtrhyFZSrJZU0JzaikvCSC8pMM185I/vry8uXlddPkjqqw4IfMPAB37OPRMnznZuf2y6luc3gm9ZxZ7dhVXndgrnGS/wBf31HsLX//T69cWDK61HUvVi4p3DggGYJELHRuhwIEQ+okuJSRcDQ4SNUww62momieUeFvljcpsA0U1DJreiTO7jt8FzRWNQvdNbS9FjSCLGYaXgLQnij8iAAyV+sdYTS68A37rywSEcgaYxgc8NfDDnnskTZ407lsylY71A+B4Jx3fjzg6nMdGo4nN1u+thQw39K/BJvPKrI5ZYmumTUmjeRN5SwqOcJNZswiecwSnJIXFDpGMTWBihJCIUIp2iwicCnLZLakzatPgi2ZISgRBGaQ5cOfqkeMc40UkCpGTL7gA+JKAn/jRYXbyuybcL+DxZ/YEp+EZPnHV+8JDwzXLIYVnVntE7HyA4E751AVJfX4OH8B0aKDlfPLj0RAx8os5scsQ+K9FREzMpzRZD4HgcltlBbxq5iMCkbTCKCGkRJIlN3tSQN3djObNWKf6m0EKb1AQwIZEReYzmQO2l0B+ylzuQX3yJv3EoK8vjGQ4SvgEV369OvG78zj98g/ii6/ZHw/GtJ3yuvrahLKTNbkzyLL7y2REdkn59Smncsyo7CnNmE2kOIY4m6XGgkeRmVAUZb0yJV3JT7pZb949Qyp+GhtFmwRs10VgFTlUzx4mkhvnlC376I5+/X91U5n9rqB74ugjfuKI+VFgnXnd+h+jNbbR2PvD9j+nw7QA+NBPC8TUOUdXTfKAuvrj3D2eSQM9UmvAssyOHabPSUJEYOqfGE7r7QEc2MzwiI1Zy77QOUIruwQnCFBli4gtN6EA6BYI2ammnpFHzSOFntuiSznx6pTevpbltCPSG2gifz23Q8O2IwPffFhLfbLpmj72+59Sdyc5wfMHBIY+Cb/B32ZZU9LagPZFjZqCHIVTH7GgekA15ukBHt1lYGLwZkhG5JTjeB7zoX8e5lBgpTImBE6U7R2khRMilvqMwzRJ75pe9jM+TldXZ2E34+ov2SHxPzGq4T47WzhHfnJue33GeOjFFfQFXE5xnFuHLGfy4kPKW0ljRWonT5ePPhcOEwW+abOh+0Ya0WR5PxX1KOprNm97+rqI5lIIcJTAxMSIrTc9HR9uSSp3wbGuaPmlr8UgH4RtqOjBUHByD8+wvcgp6FbsdOyqemPVw38PB913n2TujCr5i4AsFxjo8vfUeT/OB2rwrX52IM+sLzWihoPNEsmPDoEMKDgC2wtBJeHPR4AzssMwzTfDjpJecp0lt8tCUDatFXxC3FQ3BwvdGOrLcUF/NrbIW11j/QH8z4XMC31XH9qonFxm+JypUfE7GF/Rl1Q92eOqbe2qfGnn8SFys1b4pFUkm1eJCeJRoYjoCt5zD8TFBrGYNkNfTo6R988Vuas8HySgA4r1iWygSje3Y/NLYOCvj68w70JPXEiJ8/UWYq2QkfFerdjx6z0tiPTx8xO+JKoGPck/G1+32eJqqPe3NPYklI59fTNKVmm2OfHFeJfEieMgzI9gRMlrPyuiQRe+bP43Nwo3CSILooitJsPCn5mxrRr6Cr+ZAcWbLuAvfAODfeU6orwr4zj62yPAt2z4VXznKPk9LdceQig+j1XYUTZRdCoJU3hG7aLsvQUTtW3B+YR8hlILc70FRYUPdnpKdZDt6t6Xe3eg50JPVmTUQAD5f7TnQAz7r1arvLvnG8U0d8Hvs7ddLd59zGglfdaAZ+PYOeTy9TUPuA4llI58ethWaMScoBvWSoJdPEwKnh4f1fdNjXSy8/MJejmpAE23i7EMUFZZYh+nix3c76pt3tRwo9nhyu4J+5C4Kvu3W3Qh9iwzfku9uBz5WX43A19jp8XRUexR8VpMZf5qdT0tHxIhSnox986C9hbeIV6U01E6BEOePIse25QNfq4fwlQx5Otu66TqsdQq+/N2vPzpXfLOeKDg3fPIcoyd3XN1d5SQDPr9/rG8X8NX31jccKKob+fRivh6DKfjzCB8amtbpjGLfQ6QWMz//XXhQfDqhPlsK8KXFnPnz3VZSX0+WJ7OzJ+gb6A/V4dMN22G/cXnJHPFJ+S0Uvsfe3n1V4DMKfN7uauDzdLR3CXxnYmKp00RTiFAn5ROl+Yl7EYdzfqDO+WXJ0Hyw0Gm5JrSsUy1HliL2Ne/KKUYI6awRTc8yqI/xPXkvfLJw+E8PCd+S7+5+bTvjI+fpDRYTvizP3i5D7d1Pj9gxo8hk0qWgW5GSz8ZzihYgbYn8kXmQ2b3xwaXQSWQ4FVDMWMr/GPj8u3JahjI9ndUC3xrG9/pr+x6bJb5vPUR8y/YBHxnjC+R1ejI99UNdw8D3+RnQM2NGK7XHSCISYLjNI7kFxRUFj4focQ4wXZgplq5gkP67S/Wtvl1lHljn+gDhK2HnOfHaPy25F75pRhzIZkFP9jzngG/Jb69+wOrrAT7XWEtupgf42gYMtQeXnklCQDDTdEibGDPTDMhUcvNDT63jp3t2fpmzsgU+PucQ/HDeTVqcI/lS/UFfDTrWmZmdeS7C9zSr77PfPjoV3yPfCD5Z9yn4nrx6m9VH+AK+LANcp6ezsT9z88GPz8SZzTjl34zqgfFJ4zbLPJpSOET2Q9VdCl8sD8xP+SWq+EAP/CypSea0hPSnL9X3lhd7BL66UGhgILRaqO/CZxCfxDebEQdZOZDNTO/+8T1mmgjD58/szKTRkl2+xM2tR48kmPVJZosZPUIa1ZtH1xYzY7jje0l1/ryr9jEgeESPxCeuNJmWoE+7drWjtb53rEPgy03sH5P4PnnyvvGxzYLe7Mf7JL4l/xSGL9jsMWRmAl91qGXzO0djMnRpcXQ6D02Itj8wv6jWWPjwn9Se3FKDlFQjbT+I/MLnHDI9widmW+N0+Gu7D7bWD/paiF6moWiA8K1ifKOPhuOb/VQlyW+B8D05YVTx+YJdJT2dGOwa6g2VJdYftV6zxMZR7oK6iPjNnOFPEwg5RGoOa6qk5OwJ5ZEkJVdywpIEOZcEVpo8fYK1ByN6Yq51Qpx506/utra/5SfxeTJzDQOufoGPbPSxB8JHNjM9mXjSVKXZ43t00lih4utuWz/eSWPNHWPrMj3VVzfp8Echd6FBTtbfDATTUdljJlDEzhgolwGGaUqbOq2JQWVK2+pR1uDKfbRLcpdM5L6ZJlvQvTIhOEp8+oQE/bU/At/e5iFWX+4w4YsX+IzfXUL4ZjFZIqpulzYDvfvH99ioqr5+4KvF5buQvNSHajIzr/zhmp7POLYIfOA3PUDM4hXzlW1AJXfG8JWNLCpAWqLmTDO0MIpkGkupRGbOa3Enn5oKafpsRSwsvgh8GHaPPfwZ8O1vQOkLesAXgPM8z/ieXBh8Yv/M+EBvenywJ3IZnwvqa9w8/m5NJ4Jfcxvw/fFaakaSDufFqvjI+IhGSS/FbKIrjJnMOo1fDHamWB00J8aM01qlPBiPRKECVIWorbSdEnI4TGHSx0aNScmQKenRTYXH+Nh36uIK4gjfO/4uwmcwGDpvzTO+/7Ag+J7Mlc5z1+aBY/1DwOceNmRe+fRaAgbaCZ9wn3w2EB+BSO1ZzDSVgiaf6TT9YWqstVBcwtphMtsFPy3w8RKBhh9NbxIww5Oz1rQNZZ8EKW6StmCHRdIT+PTAl5Fx+KO7ra2VjZ3kO4HvQKBf4CNbNiM+8JsOXzi/e9CTTZdZfIeYxBcW+6qLxgduNXVmYZ5uUdbdzw5nJKSiF0/4IvSHJVx7Nl1pqRiSJ36mdKZnNzsKaToMcGJinqqQ6bDMfreqQrnJi3wQ/vxUdPSPTdBDu1MYTnzD+UmHl949OBKoVpznnp4g8K0nfBUVEt8sLigYkbtImxmfTDxnc2EXFd+yCsbnInyGvw7cqunEPKuxpo67H10rIHx6mxr9NH5TIyCuS1CaXarOH8w35/P4u95eKJCSOUw6kl8UFH58/5YviUmQCjK5RYssF6JcJ85w0OlwJa9rn215/hn/oIqvJjAdvplPEPvW7PBJetF1w1zwOTV8werOsgPFPWi7DPY/98rzo9egPpxxRX8he08JUCaPuFkcuMSEwOeAmfRiRnOarZCmhJIiyasiAb1fRvaZ8bFJhpH7I6UX5TrR8SR81xKez7qw4eOydqoccj2dR4FvrFg4z3nCB36zxEf05owvUD3U8bShp8PTXvy7qor6SeBLsuGjKfiR/Mh/MsCwQ4qLTmzd+uI2eE/lGrc2SlYxSQZQGR+eQQUxN5XJV7DLtXx2rrgZnIQn6ZHvhPrw3UrXD9699EX/D7IodfFs3lMd6B8OHZ2KD/xmwje17RLNb2Z60fhAb4arYjE+jn0HFPXlZPWUDNX+zt3reWcLPpBJdO4U4yOArD8NoLjlWwq3vfrCNoDjy/VgTgw+/bhOauFWFR/4OSw2yU8SwiI3IiHwE2KlAJiB1cwcw+ExPYkP137SmYHv+MHWdw6V5/7PepTt7ftutLkGZo+Pe9bzig+/b2Z8Sxifk/G5fYG9+0YPbi5u8jyX5erJzGo6vikhSYeTjHREj/BJfpJhvsW07aUf/XgrSBG+7FJkLhzvsrcBnwMb4qIUJos1WhGaU+N7ZZe6G4aVuptJRquR6UZLle7kp4OM1pKeqj0aLcIkz4xrN1E3VDYMXXi+PbO96sidv5UDHznPCxq+f5gBH/jNjI9sdvhk6JsNvgoFn9/19ZEzG1rzmjbsHAoNG7IO7tuUEAd8NGgkATI/afk6x0sv//qHQmgOutCSg0YESXNbt+GyPay+0tL0dItJBSOPOR9SyY6M75ic3FZh8E65of4SiVIsUtlRFqE98p1ptrSEhE2n7rYe9DYOeX6Q6Hnn1J0jn5bDedaoqQvZVHxyxGj6wm8G+dFDiW/asi/q5OhIfBUaPu+nd+6cvdRR9jwKv35D4sEb14DPhpFMCxvwRQvQZtv2b298+TLh4+tkFSr4ClV8pEmI02bJp4PKN16YCSOU6KS05Ub0XslbJQZTt+jBtOw48Gn4dLhihi0WzvODu60jrurOdsM/e94ZvXPm//qnxyfHa6lyeGB8+KmZemYz4qtS8fkqf3nkzuillqPrhobaxrISD56C+vQpuH4pKncyqb8whDrrqz/+9ZcvED6SGeId6gbBDFeKRD7D+LZtTc+3/F020uQz92MC2sz/W34NC+hp+HBRCrONrv70/N3WQS+Gi9ovFA396s6ZXw4wPtiFOeMjk/ikzYAP9O4D37cV9XndvuY/nLmz++Az7/UODQ2OlWUdvA314ZogsfjzNHycgApT8GW/8Mavfy3xbSX1afgKKfYB34svYcqvLWY+OM0KZTQ5LBo9Muk78U0TFqobai/VvzXmIdtZlb3tzB+GVXyGs49F4XtkJnwzB7+ZfafAN7u5EmSP7jAIfGNu38Cfjrx8dcuK4hYacyjObP1ZHK45kKKLhfxU76n4T2k606s/Br5/Y3yFwOeIxJdO+P51K0r3BeN1LyN20m+KuBeWuKRZUPZR4ll/yDcEeu2eU9lbz/zploIv8/XLUN/sR4wkvmj53dt3zjzgEI3v8nYD8LV53ZXDwFf6QWtTCea7jB3IrK+7fi0u1YbchWsHCTDMg+oLf/wvb/z6X15lfHSNVupzUq2u4EtnfC+8WmjFhNFvwkh40nGSSemR+JC5UN1wgxJPDBfB3rlxp/DIVeAb7znn9Oy47JwTvm89IL5vzQXft6sub/cA39hA5a2rR146MTpSloemtW84M/PgPhR+NuQunLxEKBAEqWn44k/e+NGXb7xEoDjIFaLLqeIjqIzv5Ze3Inl5yPIjbGKtscMiHScnLoRPD/VR4ulq6yR87TfuWO1XbzUTPs/rlxH7ZsYHfrPBRzZHfKA3M75lF6ouVxmAzw189m13Rq805WVhyCiUlXl3dFNcnA65C9oSEh+Z9kVt+pg3XrD/6MufvEQ5JuOTqcuL4fh+9CpOZsVxfDAe9+UxCRwtQniSHg1QCvGZUyjxPIvEk84uhuX+6t9NKVcPEL5O0MutmC2+qMIvip9Kb97wVeVW3azqROx785bDlv3vNw425dXj3G5XS+KlSeQuehN9ixPO/Q7jJ11o7LYv7Wk/+X8/El+R6SB828LwbQvH98NsJC/scaU4NOfGMhGLfFI+q25KNGKJRstSkyZlx/AkPcAj8VHmkkJfIf/zu63vdzeJ2FeV/aIpxfG1f2Bs7+s3Lxhk4RA55DBD12xm7xlBj/DN3PKMwifrPkPVze2HXM2VtxwpjheuJvY2QX2DwabMSx8AX6xJR98TTH+qxg8LmznlJ1uT7G8IfFy1v7gNFydn54ntcHxQqEmnHVsmxTc2losKQPDRNrHIH+GHtMXcZ2GSHdBp9MBPfNumBXUDJZ7v7A3iqkQIfWfvbIsxWW+VNw8svek0TK37ZuiaydxlrviInqwbuGc2U8d6atnuqbr5nrfSO1wY4/jXwp9fyUHqeTBYk/nO8wm4tJwJuQsEyH9uhARTt72cpre/8eWPt6mJJ+Ej+UXje+Pl7HydPKISnXwgaUiO6lpuSJuKPxoag5PswqXHliYyl//P29mGN1Vme//TuZ6vx+s6z4fnEZDR0SvX8cyzJ84xRid7M012ZmdmkmBo7JBqS60BNWWgZFIKHZWi0J4pgkxbrRYUfKHEFocKjsIwSkCLQiyDpQPyJjIOIANIpyBSUa/nv+61kztNbEgBXeRlNynQ7l/+615r3eu+twf4DqLi+fojDTDUXIaC5Zbwh4ePHDlSRHF5YfjALxefsNHhAz1Z8iwEHz5hRz7526kTQXe46cwpga991ZqJDc1/PmC1+x2Ej7a8ZfNIU/1NAU0N3H+uNBMfN2GHBL6qDHz3xMLoGP1ezGGic5nsUnn6cHbmZT7RiYzI5QiVzJ5KmJGLuzy46JMTp7/4YxfRGz0+8CsMH+iNmDcUiA/8ul47feLwJ3sj4ciZDzvuBL74/kPFDR0rgE91iUuFafwLk0l8Hj+C7vI/nauNpPKGtPPMwld9z4wZ1UGHSifUFAY9jQ5KQe8wslSgInUnf2gTHm7iNzNcOiKXU8D3ypouoleyNxIIBeyfr5q9as3Oq4zvf119fJS2z9+6eNXnVndV1VBr46PNDcWJ+avaEHoic9BchnAxfHnY9FXwxcjh1JA4uc+dq07jq2F84Ef4IsPwlUa9hjirQh4pfaROeUaUkcsFRxINf5E+Es+pI34ENOkypfCk9vhX0WhUUCjw9FHFc8+GJxLFwDcnGAsEjDe/ev7tQy/lw1dA3p47+OX6zkKz9nz41ux/69kv3rSGgjV7dy19CYnfuq13T+0/SmWzgMpXDjZMYw0SPlGO0UPnflOHQY7zhmH4YlT0TOF7evr0Fuw+5fgWc+V9xcX3dPDPR99ufmbG4CQ7aSw80zQYIhcReP5qILluQzPwFfc/fqbFpbrX38D4YBLfpYueuaEnLC8+picDz0JKnt+G7/NIuVJVG165/LFEcWLzBsQuv+um0BOJO/OTxqdAoTY0veri/S358HnpdYGvNhqgFRMsjUsbOI3C/KlntnSSgNtw4Ul6jM/vx9Bnva0/+fyrjbQ6deBvQ1Et5JX45szLwQf5XSV8UnxXhG/bW8/esD7o0urOnFh+F8Ln9q1rJjaW2W0cu2TxY9OdVExTohefRs3MzUWXpix8FHoipCF899SW1rgNzjrSKmGTRLNw+PmejkDk4XBgqegkW3TpPEFND3lpo73VaVRwGKLi2ZFc/Agil+Lm/g+rDUvIkYGP1Sfna3Pz9u8H37/nxffVjqYW1Rjat+dnxW2N8Y2Hbmvo3ITYxZPGpxFAhohDmopQgS92URZdYln4SJUCX53AVxf0GMAnDQRyj2AMhF4bvXmyJMeqS7lNaYId4dOsouLZsZUCz7bNydb1jiqLa/3p598y8RVJfJcou2RlDpJfYfhk2jdi0UW2ukh8c1h9O0qjIc/61dicButUtr2yYELPh8CnuXTJL9Ow5xnVLWo4a+dCS0sOPnrDxFdbW2PRSBPfgRExSS0bHlsmO4hP8HNqZuDZuGdwTaJhQvOe96cYx/YGXDv+Of/tQ38XY18J45NVsxHKLpmxyyjwgV5O2nfpmplMHIDv79veev2GHdNrAlG18mgH4Zvf2zxx4ATw6QHDqefyw6VNxEdab7k43cRXBXwxkbYzvhozbyf1TQe+6tqmEIgLS8nEUzCeEYypmb4yF11GtCLx8QWMhPqQGNmp4onIZRAVz4l72j45E6Odskx8c6T6JL5CM4eRvGeO+HIDz0JqZlJ9jA+9fe7YmU8mgl/iicEnJvZ/fAAX7gp47Cw/UX6BMUpcZErgq8vAV1MHfOXZ+EKMr7S6ti5owOEOMz7vkiS9xod4ki/C5LtSaPzE5EZAlzPmaZIe1Ofx0wV2EHi+3NuRaGifNfcUEpxoyLHjn0+9ceht6TxHnfjBLhtfbtqXH99bGw/N/mqHEYh5g6Wn5ixoxCK/3jUIPa24YqLD4QS+FL+UKXZO5bXqi6XRS+GLtBC+pqbSmAvJxogGCFduarbLzGUHE78JXYXRgbna7oNt/e2zt7aj2vT4hJNDaFG1+P3u06+99gzOTlHFKPHlj11GGvpGn7VLfPO2fPDBp3t3OCyRcPnQPyfPbStuaN+OususP3ej19OlMD/8sowPBzq2ZjdIfnr1xVrg8wqRNRE+7wj4pjeVt9R5FYoj6Ha1EKryUEaYEl6WSXq40SUYXRrwrehIdry6H3vRVsyLvzjkoStU7Tj8+G8r5s7DZbrmjYCvkMwhl9+lAs/R4RszBxc3e3ju3J3z/nKYXJFDbXmxeF5F+8T4/lfaGjpagc8I6E4l5T7T+HB5DsJn6NXnaqPhTHzlMMaHzCETX50Rqg3rqdJN5plXr1xuzG04vlxyUnya+DUocgG+DweSewbnJxoSK9t2NrVoftSYdpwqEUkDAfzhmO8In0kvX96QF9914+c+DHjzqO750Q7kch6tqWln48p4ceL53uYJ/Se6rai7aHaFASp4VIQ5rTgDBk251KJmlsLXUh2rks6zSeJrEvhcjpYaQ2F+TJDvMAmCjs1bmqo8km/RH34awWS8ko2PUz5ynXbD5bTZuj9G5HLhuUSy4n+Sc2ujhoqP5u5TyfpdOyt2EcOKOdf/cJzEd+myy79ddXw5NTOwG/fDh+kSjLCdP1+QPLUbl+RSjWDt48lfFCUTzw0+MaH/6G7UXQIeXEGFuJn4nGBpTeHTas/VDcfnHQlfS7krUu1yGsyPIWZLhghJNlJZ/MjgpM6yDvK7zQx+HEbTp9DvwBVYd/+iP/nChc2JZNmtiY+ryw3N6jR2f5hc9umWXUVktGvfnOvHj5Fll0smfuB3Gfj+rYCiC+O7FuzwsYJV7Krf+cyWCf3v7DYUG5o6h04kJt2XTGy+8PuJyeM7bBS7iOvGSgNAq5Pw0Ye79E8tJr4g8NVAfTCJLyQSwqZSwhdwY0JRkbXTESwbiCcLlDzKdZf8IFWXIz5+5oEP6nO4kLQbk/uTDw2ujXf9clbixJBmYFmxsXtFe8mWD+qnTp1aXyIQMsG8ZZfc0BNWKD7Qy037Rii6jBn/8Dx4BepBva+sfmfZ32cWDxzebTixQYY+tK+r+LclyZ7eQ8XxSSqVzVy4yP5wfnarwlU04PsN1cwYX13tMHw1qJpx0bOpdMaMe+ocYXc0ouuydPrdGOMbQXuMjuDhV0JNQrVbD/wZkcsrr7Qni55pXLZvSNeshO9g59qyJUVTJ041Ce7aRQR/MO7awvP2XPnl4pP0JL78RZfrxl2fYlcG27Ws4oMtXev2HAE+n1XXz7y3rOHXu5LtG1+ZNaGzFZmfYVEhOBC0O8kIJFwq6LH67q8BPp6glfgAM9ZCoSfjqyl9esb0OkfIXdWkOhk7D03DNejBLceZjoocjI+y2dEDj3r48GEowLe5cNVxLpkhcundloyX3ZzY+eIZTSd8ulL22e0/L5p4W3HxbbfdRgjr6+FFSyo+Gn/dSJnD6PBJ8eXmDSPjGzN+7pxdZUC3a1c97kWg+NqWnY3PNh8kfDZFO1MzF94zHv9D7wMlA/uAT3cFUH3EGeHhwm6lq4ml8U1/Ogsfr679NnwurBtrCtglvmwBeoajGx0/zvAYXK76oDcyTUO1wdwgmPZBFiWzEwPJvsH58YayBYmHW8Ka00Z7Muye+9BLO3dNLGYjgrdNBkEhwTFZ+EYTehaEj+nlFl3GXD9HiA7gBLsi3JZsqVi2dPF9uAiw3Yf52fKh9xP33tcQf5lil5PdNuCjZWKpNh+Ep9j/S7Wz89TU6TOy1ZfG18T43IwPzrO8yhJ1WyGFwvwnAI7OcrHBhOTAzOFAr5O33B4IeQN0URUNg5/qoMDzKEUuy+Ndv25LvD/k0uzAZ2i7//L6qmUVU4uLG2FM8N57Fy6orycJ/uC67wZf/rRvzPXkMU10KZu8ZFdF1+zFc7s14KOdeM6cSrT9uiS+7sLbE5PvAp/T4YfaNBifcb+iBXUzdNE80++J8dhHs7KlhI9M4sOMUQqfq7zKG6yiv6ldzfEvHQWx6ugF6TzJS/rF1jMBv+rC4ntrwKWkpywdWN7g6/5lf/IPg5vjFUvaROQCfFZD6z5ydvC/lk0FvfZ2IsgM711wy+T6IgAc/x+F4cuNXXC/LHzXXW+yq68nePUluNXXT54GBbb3vv6X3YxP08/s62qYtiveM4jY5XY/YhePiwLtVKFeV+1ehw3Ok16R+EKML5iJL8b4QoyvxWUJh4IgP4yeMSp1pR7pxvfsGDalOYWMCkXi+3T4fJgWcFkDfo0cMr2IyAVD3587+wdW9XbE629vWPbikIbrbhK+3UcGBt+uKLqtuLEdBMna2tuBsG0BJFhUNGHldcCXN/GD5cfH9ArENw6fmZTuSjASi5DqtnunTi2q71o6ePbIbk0FPsQuQy/uTEyeFu/Y/kpnQ/Neil0CGp0GIRoNfpQGP8UE6r9neiwIRkJjtRIfxaEtMWqCEWEMIk/gc4XdwZjfqsEK96CScH7Uwk8SNg4s6Wd1WjFK29mcZFbFb8Xr/H/iOaBh6FvRgTB7Y3ti5k8TO/8VwegIfCpCz/at+xcQPpMeIxQqvBdnrqHi2pHz9lzveaX4xnchwUPwCwM5NjOmKpr4fO8AAk8PQheMgOGmuYlZkxqS+3vvnNBBoSfNGUFtZDgxKn5lBJ+gx+qbThVrsSAT+Joy1Ef4uBqKTkGBj0LPoGFnaJfnPTMnEuTgBmxmTR3+3EmZjQc/El371Ikw05k2O1yHnQQJE11mCvB9SJHLU/HEpFmJeS0hcZV/O/6p3R+t2npn/VSEnil8HeYzCE68d3LDyquGj6WKyGVEfONKFrDLrCdquLHhoL6+5O7Fr/5kN353/Nx23eMY+ihRXIbY5QLVXbpFry5N+RE8YPNYfU5d4is18YWy8FXF6urSZRcTn58a0uw28mpSfDl45GGuwEyJ8dnPNbznL/cAmOaltfQY8dAlTvxSWQ+hZedNE84eTPbRdkrJ5YhcSsraEv8Ycng0OFq8vOnIwS9WnV0I/9TW1sb00oYvGv5rYWLc94bvmoqFkxFkkuQQQN17273FeMKNjuvv7XvkyUWbNtl8IAU8KuoujWVF8eVUdxm7mxJ3v519kgbXgulNu8AnCKiMD7yotsL4LMBHk3x1NYwPx6b6sPGg1/BZFdQHWC4ai9rINQ03aSYtA3enkx5z4KVfMyyG3amlryZt8XvAHW+RG8UdyuR/EZhE5EIlsycvrIsXTWpMnByiMi59o7bpL5ve/Oq1uyC5TvDrTOHrYevr6/zvhjn/5wrw5UYuefD9MHFrydSFC4S1kfHhQlh7e+cDn0e0vxwxID7gU9WhfYmGmfXxPopdylQrxS70seVZFsxukvx0U31qLU/3ZeCDpfBFU/iqZzyNyJOuHKTi0uoGah1QAnQxzNIccCRfzKjVCXyKPRudwg8KPzqNsIE9MQIBXsHOKjblqlC1jz453GXmMvDbaNP6OxYj8Ky/uSGxb0j1GyCtHfTvff/98NDQsX1HlzT39Kxt7mxu7uhZC3B79uzp61v+7PaX2xckxn1P+K6Zs2Bi8xvPPXbnnc3Nd99994MPPjgL9uCD+Mk6/+fk6uDQmXdWrvZqKiW2Hk8kujM+uSzes2HjrIa2Rd3od7FoAhjOjtNG+HzacHxega+ldHoanxv4qofhm1Hn8nvdFsR7NoruUhWcQo0qlCp+QBKQhMYGyHifb2iA8Hg9GADT87QCFY/bCF5ofNC5/GJYaLaotT3Zs3VrR7zsJ4mdsYjHr0LALnvg2KmjJ/cde3P9+jePnRj7U1DrWbt28+bNfX3r1r3w+uKtveitSHz0PeEb3/Cjxod6V72x5rmljz32KK5wfefPfrYWP9CSo/v2vrn+zTMvnhz77uqw4nd4AMQfrJkbXzgz0b6q986Sjn2YM8LH1K5z4QKjAgBW2pFQpfCRhyxnfKUtwCcsRPgo8SNhUqcg8AUQeZbjVFuhI7tp5KjY+IBNHEoTGoQo3A67RmeXoGPoIsGl3lLRveuHgyThWhWPquGfy5Cv+PftVtzAD/QIPkZ5J/CJyGV/Y2Ly3cm5TRGXX2xko3tXnzr67u8efv9UqxcEw++dPL4Wqut7Yum65S+8Pntjb+/gC4mGimuuIr6Rx77//XhncU9vb+/GbfN//9zSJx577DG4gJ+NPbk6hE+X9/A77//P8ePARztXBwKqIzT0Ubzt9pLGPwz+keouvM4Iv7KY5xP4fD4llcRX1zI+4lU6XeCzAJ9QH5ddxFvAV+2yVIX8NigDlw1X/MM7XqRl9n3ys4svKg7P69QDIY/udRl8/qWDdcJFIkcnTriDU0a8YpdmJXOaQbRTLG/oPkWRy5PxkiXNyY+Gwi5ytw60We/9+OjRsXN3di1beeqmm96E7d13esues2c/e+Fl4NvQu+HJeMOEcVcV30iJw7XzHmxYDnyvLn5q/prn1p3t27wFssOPtP6mD9+ft2zn3E/HkvpUtOSGg16vZ+hknGOXtxG77EAuiPSWJIASBtAJ92kzo2/CB0SMD43wOeoLCb9K+GoDwGe3OZ0eO407BM0hoouAxZHRU5tuuZUNZNjlDt9hqLodmifyBjnCzGFRhBtgZipNCjolOyvDw91mqGBL0SXlDT79lyJySUyd1J78eMjrBT7sgaG6j3089ujYh2kmOzHu2jHjbvLidLlX//PTx85+9tAjr27YsPWp9sb4eK66fMf4xhQtaHhh+4beVx+Z/exnZx87fnK1Gz+M96YbrxvTtaxi3tzHPz0OfFWqy6sHZ+C6kkPvJeLT6uNPUOwy02+lspnVZoUpGoQHeoavktPf/PhaYpn4Si3eoOHDeUNYIVIUcbYxa+OHw+Jl5wyR7rAUXYtqOMhfishXTFYNm76SHFl60vUKpHRngMLwwxNHoUVamGnTFvR37KfIZXKSIhdN97iwAZQnlMY3b8540Zgw7kaBMLzv9AcvP9I7uOEhXKX5ByMXzQrAV2jaPr74zoaXMdr2Lv7sgxuE7Nw33TjmOup1mQeb+zDwjV1d5QmUG6FzIVdo6MVliVsmxzf3buxsWMDtSnab3U6/PG4wr+azQQg6Oc9qgU/EJ9OnYwcQgsfOs1biayH1WbzhShvGJ8xxo/0e8T8Z+CG4QDWSTGw/mHqkO5nXTzFHah5BRxkhE91wckxNgGOM0m+mLKVJBNRYmNm9qTHZ82rv2sTkH8dLjr3pcxqEzyXxzZtD+LjXBQjJj4beO/3F+W3PDvQnry+o5pk/77v0hNH4truSr29/5dAXN7wXInY3jrsu1ao0NwOfw4WNG/8UC/qVyM8TCyclOl7pfWBCx2oMfppFIdEJo6EP2RGGHwtFEnXVQRMf1hFBfQIfSi3I9abXZeK7vxY+stKuQwdCCiLzE2OQhmQzgIkmwcqLO575EH8wseMh5AgecRP4BDQR0Zg3aQJYCpo8ov+RjbRo/hKKAxOz3Yf7MdmHktntnfGFsR0YE/wBCN5B+MZK9ck1KmPG3Rg6M4Qg+6uPV5Z8P/h+kGyf+MEXX/0rcuZMCLK7lnpdJL65wPfpp79YXeUKlLv8tU+3GJVv3pAsLptAsUvJgJgzskBuAGgaDnEerFowrCh1tSY+2v4DzRJeXjUSCEWjseoWLnpiuv2e39zf5DKgNMVmnkrFMHN2nF6Fr+BP7PjGJvBh2AMggi14KwIfk8rixo8jGf5bBsejt92mB3Sbj9uUnoqXTGtMPlPjgE8BPncoAHxzH353JePLahS8ZsyNN7X8Zvr60N69BTRL5ClZFzjb/sMTq10t556ujt447tqsPk9TfffN+92LVa5QMGBEz8Xs1jNf9TT8uij+Auou/e/uRpkLsQsFdPjVYQIgmVYdU4KlQMTzRVhb69etKb6qXwXCKl64WYcuXSSP6Kt0ptSXbhqFIHQxhQqAxItVZ8KjiR4PDXYgRwZ8NkXyknJjl5kZZJqqS33J6AQ50bdqReDps3Z/hAbrC7+nmkv/0ZhF4HOFwoHw3tOfH/8FqU86z8xOM0JYVfVmVqvSleP7tlalm4aGdsTgMf8jt8+T1Xf8mU8/fw/4ouVa5GLUZj/z1eb47fWY8kPs8gtMgGGUh1ood0DeKzVYqTXVBLzYRZ621Q15/Yovwyp9TsUDAgj4aa+6oEXEGwj2RACIsU9nA0+oj1wW8WNzm3e6cobLAXwiVxcCpFkEiY3u2SpL05IkUz8z/q5AJ+oPqh8jsPKr/o7ZF5Ymim5t7zkV8wKfw2IJhS3BvTecP//FXMY3Qpvuv19zjZk3fLf4xowbc61sFMxV3+MfnD/0xeqgJRQNGcGLEZ8SufhS44Jpic2DiF3aKHZRXYqd64qCoc3UYKUNwaThgrNUMSiBWApsysPqVHr2UznAQ+cN+Jw8hBI+hV6B+hBLqoSPaqXSAJ7x+VXgsypp2tZMZukDmZXTnxzJUcAp6nJmooi6gZ/745M9G1FBKftJx9oPYyGBrzwctkSA74vzKzl0GV2X9WjxFTzdnrvCaAzj++L8+Q9WR8pD0bAndC5YqcfOfdC+4PZEx6u9j07oodgFrdZWs6ZI40/llClTKisrIbEpNsqRKSjNMZ+KK3N5AFzM5jjN1ZBpfKnuQzrdUJ8rtUE9a7Ccb3xpbgo36Ht50LNlD2nW9F1ys0ty+II1p2QaBgQDQ59oU3q1E7NFHf/ZGguT8yR85UHC94XEd5lrHPLjYxsdPrk8Mxdf0O0yZpT69JZzn3eg7tI+e3DphAHRam0xbDxYkWaAjwDecceUSsEJsmMow/G5VavfA5GRaFPVR4fC3+lzqqLuqBM/m1Nc4FjGLJQyEENSH5QLxRkOjVMHjw4hSZ0RMb5J/UnFkVBliiGNfKeOuVqUzGhp2P54162dHccXxaqsukr40NSx9/T580J9CF2yl2eOtlMpF1+u98y/QCw/vr8LfJhj9VqUmou6s+XprzoapxXF5194uzj57m6071pUjvSZn28KDMx4IAEBck582nDnB6uvKmD1GxznWUk9FH7AYTFbu4GvxJypghkoMdEKPDlruUQdDIANP6mXq648uuWOeNngnGlwdJiNT3M5U5HLfEQu7QNjF8WCcOOOconvtzT2zWN8oJe9OHrUfYLcqnT5nYKpwU/imyPwHWL1AZ/mvhhSqof+tbZxWn1i6YVDbfFJGOJRd8HYQahYfsKdiZMrBhTgE2rg3NAmbsBXbvdodo5VcePzyo+pJzYcjGgpDymNNZaVjtvS3KTkQI3REcIsQ8kM+OxaGSIXlMyKprX3nFwUjdidaGzyonJYdewGVh9CF4kvb5P1VcR3iS75LPXN/fuhQyn1edSLder0yLFHGydnxC6IshUR6nOBiufL5CcZRsEIF6WEkfoiVahJsfyk4X1JTVKQZJgOByXpkrMsYDLN7PGNg5O04pzSmF22+JA9ejxI2g8W93PkMrlx7YlFwSgWrZD6gm7Cx+qT+EBv9Esc8jbJj2qRgww9c5wn4Yt6w8Dnstfe450RXH88SXWX7RsendhxGIMfdfWw+nAfZiQ9H5II1KIJgCBriIafWIRKwpAfWybBDIgmi8w40kQlvxwOOYsaGb4/19htcsCT7Tux0yxFLps6kns2bOhIzHww+WDroqqYTvi8wBc8xs5zjnSeo1pgNHp8o18hxvjmCHwvrY66BT5r8Fy01rvjaH/bkgntiweXTkTsotiMcsPGmZrExwc4k5WVdLM74WRlt6XT11Sl65U2BRFqJfimTKIc2WHKZ4LHL0hkLPYUesKUa/wqs/uWyMWOoQ/XzOTIZWN718y2/mdaV4Rjhl1lfFUC36+AD+q7esv7BD5plxV65jrPTHzOwLnSGnXHyf7Gm6eiXemt4v5/dDt9FLvY0/R0ZscTgDA7Na04MSKCHBsOrHVhvxeJtp3URhQkgDRE3FOuEn8kCc7H2ZnayIYDx7uXMkbGDznio8gFdUB7N3ZhfZkm+7a09b+7qDVUo1rTzvP0G+fP/1yqLzdvuGr4RrU6WiZ+HLoQv0znaVinf9mir9/XHp9EdZdtbfGfeHD6/R5Z5wI7OsNEw2xKQD3MhcKy5jGkKdVhjJiaQTNAmmLn5Iv5sB9EwgGnC4I4+nbDO/xNHG1KOCbtPBiHBZy5kYtVBJ7W+wY6/nBheaL+5saBjxe1umv8w/HdR/gqMvGB3mh2JigQH6yg0FNmDhLfnHmsvhjwUWedL/j1PbYdexei3wWxyyvNDR2LELtgOYCZOgCC6J5EFiCmVg2KLuEkFbU8gC/ZsOG+5ekqRaeMUPNg2g4TeqjMwBDisLZw81XCfGlVygFS+kgkmPgGZm4aj4rpYCabW/qJsKUFmB25qKoVQx/6XFahZIbIpefE3hXeGpfVQOTJoUsKX8ONV7QvSH58o9zYBfyy8EF8Jj52nqrV8/XXfq38l8kHlyR6NvSK2MVuVVF3caacp7gqo9eFWhlKZWCAHBALqP2qPJdwpHqg3E+dv3fQu5o/4A1gIt8TCPqtKQw63kPdRstpG5Nf2IHPJtBJfEQvr+7IpOhykz6KXDyGFZN9qLls792cmLkw2dzauqi8JiDxkfrKCF/Jjbl7YsnrL45qVx7GV/Dglz9zkOp7+9A2xudGZ7Ld+uU3Fy27j/Z3pmKXU926D3swYPBjs7scBrWbQDYom5GhPA1fCvFw6k6PeAtlbiw6Q3WGCGKeVPWjABp1U9WLiVinAJ9PlxqRMjGPrFn4+CjVxTIyQOYm2WVHLooD3YTdRyhyeaW966ezklsEPm8aX5Cdp8RX2NJoGXgSvYLwwUa9ul3imwP9vb3NxOcFPqet9JuvoztODzROmxB/EnWX/rEIPXUMivaUNAALZ5DZVUJ8VPmkeZjU2mPuvMWApxi6D/DugInvwV90anzqKbmW+EawlPokPDlVNCK7EUNO+a9adYfuUxC5dLxwYVu8a0tn//FFrYsCNSG4CcYXEerbyfguez/IXHxXHLvk4ptr4qsS6nMaka+/Dp35sj2+pB7tSts6G3+ioSxJ64hl6pBmx/SsDjcKzgG/wezwYGD1Kubca8J6JdAJgDayVA7OCqwkfFwMgOGA70raeQIwRMx6y24qzG8Mb4SkHfioZFY20PEUSmYlSxoHjgKfKxZ2CnyRYfjGjypvyB+5ZOO7sn2VrhuuPsbnCE//psZxsTPxV1F3aW7sPEiDn99J+LgCrdgq00bn111DS2m9iE7Sbe2eAM5BtKa2KSD4EUEKJJFCZJDAX660ZYx6pguVQDELRfjkYIdDvudP9uhgRHyoL2gOWovaNtDzCCKX+tsbUTI7vMgRCyqZ6ntD4rtk3lDo0Dei98wNPXMX2ObHB/V5XaozEHF8/bW7eknivychdtnwWFvPYXhPTBakBj/NiZOKG0sPMWewJUrXOi33q2almfYuC2CaNoitWEsjVskPA2Pm2QY+w07RJwVAuKeeKtOmOKcIfJKdPMifM8hqZy4+u8ewYbKvo2PPqyiZTfppfO2+1hV/Bj5dF/hCjG/aTtrTbPzlbmU9Knyj3xKS8VWknGfIxFces0e/+fLpsfHO27s6Ng4+1zbw8QGd8tzU4Kf5pkh6VsMZrsNsOk265+LDZY2aZlQbGfwAQ55oAWxKhvlwG/ZCJauvUGP5pYOXb0eIUYDmnTDZ19HXu31t4pm74/+vVeCLCHyhlPOclI0P9EZxGYfR48u9jEreDVmBj+T39v7ZL62uIXzlwOeOGbaL33zzVaLzZrRaX3hr1sC73bqIXXjOW1Pg8UBQ0HMaTldLNAJ+6ICnsQ9pADtPF1rMgA8tS/fc7zX5YZQchg/BKhGSJmSd8RKOKScZjYGPfJD+M2voU3zKgVOIXAZXtXdtmZU8vgj4PNGopgh8aI47/eQbuerLmS7KG3gyvXz4wO9KdrNmfDvf3kb43GHGF4r5berXwNeIfhdEZne3P6jZyN8guBT4sPzUZw57OpJ2d3UsCnjUVMR7GHtgOAxYSH/RmpqaGeeCkJ7QHyYJU02ZNLQJ9WXJDQ/SMFrKdupCxMfqk/y+JesDPpcdgefvBnqepJLZa+39Y/e2tgaMSMxQPHCejO/8ockS36i2Qga9gvFdwV7ywFdB27Fmqg++MKYalf6vv26IA9/SwY0PdPZsQuziURE/iH4hStiYnmbgdLgwSR+wiKvT0BS5JXWlonJMmZeDYThad+7LlkrTf1ZiP610qILYxYpCjMg+GCP/u2y+KRpdFtiepgCQl8LHt0zxZZvA50HSbu8c6NmPhZn1SxoGju5tXeEyqmpUxWMR6otCfRIfZe2j2ohc0svFB35X6UoOw/EFBT69KooB7A69pT7+Y8QuvRue6OxZAe+JazWZsQtl07ApPjEzpOOmBGpL4UKrQqAXCKBnk3cmr73n/vunt0Sq3KHqL2copv5sGPGk+Wx+dBmGwjC6cHi4SliQDB65Loi23Aw92sCvgJFPThUxwuysz6Zhy4UDm3p6ELmgZHZLvAOB5wqXFq7xO018kQx8had9uZFLNr1cfJd1GZxcfE2IPEPlDkMPRjQD9aw7Hk423ypil7v3nDqAukvAnqpa2xF6otqFxNxwBatrqzDJ64LQsI4kvf8DnKfL4sYS6Rnnzv2mNOJyVzeZ/CqRSKQMSYddtVCEA4uaFoPhke7VYYXCU/kXbMal6ElcEls2Pqtf9TlRc+lZ17thbWLmj+N3rwY+hxZuchC+cCa+CsKXG3h+V/hGdQ2x6x4Gvp0mPnaemhYBPgW14r/1t80saX9o8K3mPce7UWcqR4O7wIcV0og47A7D3RKLzcA2ggFDEXO1mbVGSu2QpVt1vyUcQ/u1Ggiron6WaQJfIFQVDhI+3GJkhDCKL4MRwueU6gN7TcnjNjPhjZA0cN4Q0CudB97p63mBJvu2NMdvaW09vMKvh1ssw/At3FlE6ruCC1CBT3584HfZV/BjfHOy8UWxPQPwHelvnDQV7Urb7lz7n4Bhdag0mW4mfj4j4AlOr40EPATJcGEIpKXIBhlnDpCi26WoCuXqRnlNbZUjFLDdgXkiwYENeYfT8AJesCoYxlX7q0K0Vom6eglkJAh8SPymZKgVX1/CfY6ATgJE23EANZcDv+vb8+TgtvauJZ3JsYtaD2/y6KEWt1OF85T4KgrBx3lD9tB3dfCNdCkHia9i5+8z8RnRGNapIiD8JBm/tSyB2ehH11LsYnP4UTIxww4tAIdZ5VZoRtWgjQONUDAUwl83w05XAMNfKFpaHgiFvAFMzti9IRWjnIMucS8NGYhTAy+3VUzd4gGv+ZAd4m4tj0ZaQuDgy6zw5Bv8GG1aenyUG3hieYOD5qJ+0rdn/+CT8aKZjf2nj60+vElVQvj/1ADUR6HL88DHzrPgvCH/pU8ZXy6/7Nil8MwB+Mgy1OfQ1WjUgw4V++6DE+M/mpTY3Lth6QN9H2LwU102Cj2JnhFwQGjUroXRUMWGA061XHBL7+pHDP1GsMbwY/ERvKHqs0OQDrcfmZ4POxeyTAAT6qsK6maw6WMjUPDOGDlDBCHVn6ha76jUL13oTCsw17ir2+d3oOD5Sc+evo2DCDxvj3f8k/G5W7DfaAa+WTuLioDvKl25NuvSw9IyB79RhJ6Mj9Un8XliUUzj0cf/t8lZk7p6tg6uebTvVLdmc3rtNPhRb6YDbhIE7FUhG41yivHt11fwaJEw7QTgCNVgJtRJW8OVu3x3AFBq4hdZnVGOvXqQS2abzQhHxdiHwJbNAD4lX60sVfAcuWLG+Fz4MB043Ldn3XaUzH79o0THPnKehl7eUgW/AucZDmXhk2nfqK7aXjA+5jd6fEWm+v64ugWJQwj4/LGIAfUhC3u/v/Pmro5Vg2882vfuAdQqvDpybjrxqgfwdDSa+1UkgfBGHo/OxTLcyNI711JXvIInBChoZKIppZB+BxyzeW51HxZEojnBg7GWVZeqfeJrDQXTkNhKwjQN+NKt3gWbpvENd/zQhM/mciJpf+ds3wsomXXNvCvRuQ9p30FDcTUFdQ3rw6Ij4CskbxAaAr3LwpcbeubHt5LoLSP1pfApKNxS/0MlhZ6NN5cknxrc9kTfnQjXbC6PT3HSaYD0nJh1MFAm0+3UsauyM5TzOanZUqtuiE4lOuM2G832ObQ7wAfvsfP0OTV3MOhBGUfKznwwsMldiEqUqS20SX00FXzZBh3D+dqcARwe+MfZvicHN3Z0zexMLjnW2nrkID5rNQJfOIXvFkSeFbvGy6xdThflDTxzxcf4RuY3+tCT8c0R6lucVp9fCdSENQMTQhR6xifXxxFcP/FE3yYk7h4X8OnAB3o6Vgh4VO7mk41EeKBn4DO/oOzBx219mo6CCwJNDwUnLCKx8TDhcyE3l/joTvgipD5hrDbgM/MH+ViYpUo6FLk4MYhTE9QtZ/tmD85G3tCeRMkM+HRyPJru8qbxPcjqk1n76ALPHHp55Sdjl8IzB+ArEuqT+MoFPsQXBz6JxxeWxdcNbn9uad/hbh1709F8uaYJ5UBSWHaLL+14Bqdck7sBOKFRHMBTQo4aVU/sqbUOiDy9wWAAvlIa0UN+oWNXwpBTh1+FiW8ulFUaWbY5NSo5GIYNkcues+s2Ds5P7loS7z9q4kPN2sjCR+rLnzew+K4AHyxr8Cs4cyD1AZ9Un0d3C3xQyIHKXcm7ZiY2b+/9/dKzqLtYrVhcSVstombIK0W4Lx4MMvuIrGCUXmyHR6JhfkkHGRISs4W65o0Mw2cT2mN8UJ+GvI8zxVHBkxAlRqhPswMfjdrdm/qWL986+Fy8bHKi/+Te1sPAp6lBRG2ML5ZWX0UWvtw+pdzIJT892OXhg/xy8cmxL0L4QjUhnfBBfiuTzUu6ehC7LD17vBvFJg/iEBqCfKwmWzojE5t1MDZekCJqMAJnSjJoVhKjoJb6mg1AvdGgP6MRm/42PU7RIrFSl43K2hkGiNw7U4ADrTQZEjnGZ6eVnj7DjqHvb2eXv7yhFxXPWYn2fYTPTvhifiWFbz7wLWN8heUNcui7Anw8+OUNPfPjCzM+2JR3+ttvL+mYPbht6fK/WjG949F8YpoHuBgfBYnigVg5AQfhDFZBByy0bIVHPo4m8cAtaIrNPLFmswxa7J2RNL5UPzU7T4QuNvjZYfjkTDy+nR98lzBb+rGSgl+fTcUPeuDjz5Y/3/sqAs/mxML3WoHPKvC5nA6J7+5L4vu/Vwcf8ys09JR5O499Ep9F1atq3MA3xYxd/npb8vnBjc8tR+yiYCtAnxUDH04E8aPxK33OKU7BC5ScI6vXCJWdiJo00qMgvhU46MbRBCYUbMEInCerlp6RiJBVatjS1VY5HB++owCzfvtLnFtiRyEb8C35bPnswUc6li1pjk9D4LliE4JkNRILKCl8L+fgu2TeIIe+/PRy+eWPXbhonZs5SPX98T1WH/DFyhWVNCLKZj+eFl8+uH3NmrMfdmtYe0pnmE80jWWCIGuAAOKPQIq7uWwhvcqd/Ca9yroS7NivAZ81gsiT1Ec3FAY4rkHkWRVrAj5rJr4RQcmloenXxOeFD1IfH26foRZP3wOfLV81+IeOoiUIPI+tbl3dimoE/kev4pf47pL4ZNo3Ut4gIxfQGx0+mPSelww9c/Etnv0S47MY+MxbEKLjZjtwsCE+a1qir7d3/prPTgGf02PNWiBEY6BFVBDxKmcPMofA2QI5bCvAp5Ro0wPwyWCC9Pb/qTvboKjObN9/ObdOnXuqTs2pmlu36irJeJxUIQhNO9jpCN2BppnuTAAhggllgQY7Vkc+pNSka84MYUhjJE6mbeQYrSCIYLoFIoJIEQnjQbi+oK3BIDIaiMYhCPEFk0PlVp1v97+etfd+dndHhnHGhCz2G93atvu3/+tZaz3PfvbWzTmKgytxZFm2OrONArrD9fp/wDUSPq6icciqM3lLu+5uM3kXZ9QdnozPaoX4ejG53LH/agxVDDWH7m8dHLy+x2K0WjA5g03iO5ss8c2VN4DenPiY3tz85ohd5sgcZOKg4kO2lYrw2pqaY7nguBxqfeHU6MB/nT0yc26MZmOw8WkOuyc2w2WhWpqN6aiOEr8Z8qjXNhP4mB2fVIMWzBAUgW+rs4T9mv3klY7MQqaXneN6/TfZUn0iZsk2aLO4yDxTZ2Z5j0O0mRV8VHO5OtvSeOJSU3PR0KnQHeA73EsTKWRuddmdwFc6f3zRgScwzE2PbQ7vOUfmEIFvQzi+PODbnOMw4ERbMBv+jRDKZgg9y4+0dFEo6bRzhKHdUQkiECRxE8eqyxKG+cBRlrEyO87hsaJQph/PQvg2b83JFjbmuHZ1wug0Mz8Lnkmmw1eidLf/RZN1a3Fkx45NuAOUDNDlMHZvpqX+0ok6EXgKfA2ELy8/324phvoyBb40DR9ChXnlDbLpi6A3H35/IfSUmUM0vg8UfFbHZhcqmhCJw+q4gtCzn0LPtp1Nnai7GC1WEaiA5Hem59zS0MKvEBICK7tTbSifmfTdCtQeoWjGLnns1o6qivEOE7dTdtfW1wmf0Knyd0xWteDJpRhlMfCibGwPYcyFVbMDV9PYuZkW36UB/6kXt5zad/0Q47M7MkoZX6nA93muwLdEpn3zzBuixgfODx+4R4aec2cO0eqzO/OzUskR2i0OPMVuBKPNgvWXzje+NdvQYTVbnUqphDN0TVPYSZIwFicohyuBvZrMEKjzCKEPBtdw9DN29e33X+4dYw1nG1xbtyIx1Gb7YXwCGkwdTB8hO7s85K00iqRgdgeFT+7ulsClnr4PMRXdpkOHBtFfhLFndnT8Wx3Fou27s3MufHMHnvOiB5t37DI3vrfU0MWVYc8ozcpBxVpMGnflZqj5FxV4qvKl3W/NXAM+g5ODev1YZ4NS5mRACiephMj7XO0G7phlE+N08zYDH/0ydmv7pu0TY/Q+TrUdlX9KGk2a4Q0WngrNHsnOxljDZ8m2S/XhkxG52Domhru7j10K9O3vR1f7G4OH0V+EWMmA0TkORyzUB3xNH52V+P5C2hcducyDXvTtDnOEng/FtwH44DyvMz5DXmlmjtWeTWa88vGO5nUvNjeduPTZWzOTYxbgM/AkDgZGx71s0gzqXhj9ru1tivzIecp4nyJZ9Ms6sKOjm68WuQkfOEFohfmW9ar0OAmAdgiRziLGk9n5SN4ipjezcOUWg8mOJxR1158/8VlwQ39VKGbz4T3AZzQCX5bLYhX43gC+z93fie9/z4lPNn0S3rwAzo2P+EXju8HOk/D9pjB/qyvVUOyC83QowZ/xcnP7rg/rBi71vNXdhbCBxuqKrE4HSs+OKbHJY/nnsLEbwrI0I6AZ8zH8JJtc6bWCCv/4GGQI6+g4+aBj/fqxsfVjHWrqRvhIwdpH02/6GST4QHlNO1BGD5opObVbMOpq7OpMd9mJ83trLz/THJosZXw2iyG2uNCp4CPn6Y3GF532Eb2H4GN48wQ4j9AzIvFjfErJWsGXiVsV7IwPp1GEnp1tl4691+gfR9nT4bTZcCYZheSneCu97jQZ8InUINptasbB+OjOdZfFaKNf13+VS/jG8PL4eG/vHvi0WzevfXXvVoeRjIo4AGaAyfxAHuEg3BVorS0fUAmIZnJC39XYue5uRC4toY0rd4Tu3lbwOQzFeRiNo+E76/1Qj+8hWfsckQvozcf+Uuj58Lwd+GTVBfhyDFkZeU6DleVhHLs6Uhv/4WgAF+pbMzc7LIhdaFoGHugezlDqUO/NVD3K02yH0jR+RsaXBcVjhP3xK9dzK47evHX19Bc3vvztb99558Vd8SkJXk/3H5QSnMGAHlftHzSrWtNhk+zEu+G+nB6LabVQVF3S390duHRs56kXCxB46vDhJny7Tn3R+OZO+xifpPfX4gO/vxofq+864SvMMcTmFFugPk7Nx26N1HZVnPGcv3T2vZmvgM9gsVrBluMRqTi9xmTYp8lEj88KfGZZKaFU2pTpyjx+MuvjhpuT/RuPnjt3LoZtknef/nkbbjAUOOxGFV9Urh59Exm/IX8DPqvF6qTeIpO3vv7Yiba6D3e1n3oBcedhwmewGDCDQp49Lxzfr/X4fvI48IFfFL755e3SeXLi4DTkObMYH/Hr6G1ur6wI7h64VL535osxjJG1WOgBhVoirDFjfMxM3Uh18KGiPoVcB9sYmreOKznvXrt274svlk4//8G9a7DT106rdvXq6Qb+o8j50UNMMpSm5C9aAsMHkXdR87cwmWgAHL49Ipf6+oHzPZ37d7U2v6Pgozu5UzMsGRLf2TB8P/0r8YHefC06dolI/B6G798i0nanPcOR5bCDkJGsY/zD9qPpoUbE2O91T5voye45VgdqhsRGhngREYzMH1R1mmHgJU0MyR6H9fZO9N66dfrGxqKiX/32y19t2hh/8M1/xw/bHy7+8erVW7fwp/BHDTBjh96MZmk2uWWTLGGMzwx6aNatHTdn6j3nBwL+/StqQ5OvS3w5edacSPWt/dljxwd+Dwk9o8sukfg2MD52nvTMhELGJ864eUPw6MbmlrZLbXu7q8evWHHvt8NigQwUQhKRvLVONTp7HYqR8wOEhps3IauLN25s2/b8xo0VTz+9RjxdNBSipxruWFO1Y/WaZ6vCbA0ZtvSkuopfPr/t4I2L906fvnmzAURt5giSkTTlLBQ8Zt/gtKRagQ8ls3rfiWO+M+lDzc2TW3X4iu1Oa0a4+nb8PBrfd9fM/uWHwJeu4du8tZBmsyq0Ej4zxeeY8DKEzKGp7cTA7vfqetH42XOcDovNKOhFT4LDUOVpNQtk9+7duHFw28aKNYLUyEgoFMID1SSdl9e8jEW1p3lHr63BscBHxpxDI8LwCWteqXh+240b9+5da4A2jVLX0SAVf2qyAh89SQCBZ335pTZP8PLQjuY7Ww8zPrvD7sy0Wwmfq/D3At+ptekbnv1h8YHfPPAdVfBZDU6XeBKjeLa3vePiSHBof2fP+ROevVR3sRkskJ/BrAWVMgIlbho1QLt27+LBXz79clVtSOMlGLFtx7IdW96F28tyh7dhYs8LYMP2ASnhVFjW7nt548Eb967dbBi3GSVFCVLpi3Rg8LAN+LKHuut7TrTtrt346qlmjLAGvgahPkuh1WBNdW1mfJ8TvsuPiA/0/u74/pesWUfh+w3ux4ffNKdidJcD+gI9i6UDmUNK+nBg4JLvvZnJDmR9uDUFsbeMKrltU/RmGO+9Cak9XyFOLR4zSY8KjLK3sQjD7lFsO62q7SPDwxEFyOC+iue//OLezV5WI0tRTpXssORYKHIZr+4uO3aiZ29VUeupNd/cFs7zY8JHDYfVGZtfyOqrfIj6/nnB4UPVJbO0NBb4MjLNVgfNvE93CV3pDTUnvDJa3nYpsHdmqsNiwDjbPKfDLEN0BmcEt9P3DhZtr6odCRK2MDZbaKVlyxbsaIMdDuT7cxn+OC1zGn2G4BgMfv3118Ha7RtJjOPKl+OASvyP7GaUzHpn68sGzgcan32xprnom0EFHw0UL7QYqNtI4tvwveADv78Fn0/Bl8f47A6DWUwfbrmADnf3S2d8PRS79BvpyZJ0P4OF71FQwSFwrKgNwlpb+WSK7YpXdbbl1S20sDEQxjYfk9SF8cMjpa1bp27p32/d0traCoiw2k2/vYcgR/h0eBMyG5XMriFyQeDZ8uGuYPNzvxf4GoDParUXOn9c+NL1+PIJX14WRkoQJrIL1vTmmk21ZT2IXRB6duB18qkW65UrOCO9aOC2ba8Nfg1w6rlcjsdzJi1fl4j98uXrlidp/NgkPwUggZkLnLKV8BR2W5gcqIm1QLOagnU162A1oHgGDM+0bvry3rVeOzG02Ul9Y5Mz3eUnjgXq9mOE9bk3WH0KvhybxIfI89kNG76Ptu/R1QfT4bPajbHFRsQsBsZnsW8LtW7a0d1z/ryHymbiMZpXOq7Yexuu3di4L4izg+epgtS6gsSCgmRYQnJCQgF+EeySFHoreCvRkUl3CpMMVbBMVkGsAv8OgGwF9EOWlpaclpaLfQ1bQU07QQy+9ByaRLSC2ZgRJGamPnCiJ9C5Ib4qNPmGoj4bnKeB8FkI33/cOfLRWfeHqxc4PqgvXTpPwldcjCbeqj779cqNkeBrz7b0DJz4jMpmyNitjoZ7N4r20UOU2wWxNFp5YXyJIFlA+tPw8blW3J40yUoCZGiyzROUI0x1mq0aP1V5WEAPD3cVm1xYWm57TTsWPH7269mlF3D/qLkEgWfbiZ7yvork5uY7Kj4DPWInM8NmBz5Enoxvx4YNaxc4vnD1mYtjzVaLwypusXQ4EHq2Dq1t6jl2IkBlM8yTX1x6YBTkcGJwgvgM0THQYSUrAECIj3wotUdEULZ/WFURypBEhSQFCFNkF2V8JUjtQflEj1ZGWJNWQ/DI3Gy5WNrbc2tmv72A+7AfvOtG4Hk+4Kspyj21AyMl2HkSPnMW8Dk09VX++PAZi/NsYjJx5AeQYMetUFXXK509bYizZ2JOYg6I0qw/DyfTqcHKplzuEJ8w8p2w5UnLyXQCXAZ0hFAFuJIpMUQ+4g0jVCiGy066TaaHRSAsUBWIb4FvQ/jYwM7rxgKrmb1zHJN3/ffgaHfZwEDAs6+o5tTThxR8vQJfbAZGiUTge1jJemHg2xChvthUOzlOp8VGjznt6A0FhyqGAz0nEHpOb92K+VYufDub7FZMAoQxPOYnjPERP2krCB4DlCqU+GByKw+k6dhhYZOBS1oB6LHjrMltV/kp1j57Hddf6YM7s92e88cCe1cXYaBLOL68aHzpCw3f/4zC95mGz2BGb62VKvNEDylub1VtweUz5T3nEXp6b/835Hfh/oyCT5BjfJIf4UsGvwIKPkEPi4aOHZ/QIBP8RRQlJS2Uh9JUl7klip/mO4UHZ+1hxTfEyvi8wFd9W+C7O9vtA77GtS8Gm995PVx9xWbNee49W7l/R/pCwieLZg9RH8ZD4I5ZB/BZ1T6Hp5trioKewPnzZY3+ww+A7/gdUh+uaubHDCU96K8goSAhAeoDPrhQBaA0ZkFLpMkWMSJRkOzYGF+E+tLQ8Cniq9FcJxYBD9ZXfRvfP/8B5Q3n2wJNGCDffE7DZ4eZ8zIlvo++P3z/+DfhO0L4/oPx2TKddocz1WJmfKaObaH2F/aVBQbOexqHv6L//snrnYIcEYx0nmmAh8yB/ScW8FtOCgw/77IN5B9pEhe/i0XkGyw55ifbvUjXCXRCeSLorHEr3pPhYTN61CW+f8xMd2CgJ1CXPlTVPBmGz6biy9Thm39v+wLAZ8h0orCSYTUxvuyOGyNn4lfXB46d9zXO3BdX7+1KOh/Se0r56fxnIulvuWj+ZATDKaA8YgkyKo5JJTd+J4KZ3m1yXUCDl0b4atD4MUB2nnSVtbsVG/40K59saKa7ZyAQ6LyM7qK7b4ThS80Ukaer8EeCb20EPpu90GJ1pOYZmJ45u+Me+hzWtvS0oUY4s5Tw5Rd39Sn0iB+tUn8MkBSYwO2fEGAcliRqBiNVKIHKyJJX2knFRUGkS4KVB51L7cFqsGiekwhq6cPstJOuvkH/TH3bQKC873Ii+hvC8BlyMm0/KvVtEPg+k/ishQ7UHVLNivpKOjDSeqiiLtB2vqdxZrp0MxKn2G+HcUoicgeNH34IH7WAECAsbvk6WliDpMJlUQglxUhS0bpbTsKT9BQT/zBLT6YNGjivu90LfPcvbAa+w8Mt9W3Hyn3tl9c177j+e4yVkPic6G6x6vGt/aHxzd1dS3cYsfp+w/gcAp/TyPjMJWN7aptzt3ci9Gyrnxly4f+ff/zb2TTih4UsOnlg/RE9SFC0gcLNCYCkwkgmK1QFKr8+HCDYQcSCXKJOeigVCN/N4MLocdqHQ077gO/ubEvZsWPlni2/rGl+9tA3YeqzZNoNKr6934Xvhx4s8ZMIfBHO02xxOdDj5SB4jO/dfc3eF/rKAwNt9U191x+UAt/S2TRd2ud+GD8QRAiK85uEHD6R0LFoZDFU6hCHWCXPKF+J8k0S0KGSQxcCtqrTRJgrgibGp7XFBE8jCIDYKWnf0tkWz7E2X9nLRe3Nzyv4DhM+g92AoQbAV+r6keIzmNHh7MjIs5vUtm/MURFqL2ovLx84VrZz9o7Ad5/zdiKHHwkPG3EWJUEGSEbKo0XAU6KZOHCR+MIN70l4oCc0x7ojJcsiGf9LDJCNvw99McmQCA4j7wG+6dkW37Ee3+6K19pDB7d+g7xd4rO7HDbGJ51n9CjrhYZPpO2Mz1lod2Tk2Ige4zP/MlSzqcZXfmzA0zQ7yZnDMAd1sgGMagE1flhFEMoEBUUY7Tilh3FZNDq4ZAM5qp8SNTbek1NWjP814kYLS082fVri3uf+E+HLV/DVV+wKhm4IfIOMD/TsLovNnpevqW/1jwafor4cwofBSCq+7I6DI8FNr/rK2wZ8LbMxnDn4WXyaSXxD39UEAqDAhx9WIRuDJIZwjJAbOUgGhp0SqOJtkftjK+SXSORIeSo9qXUWnopP9Q0cH5PzHO7Ky4eVds20lB8L+Bo3PVMburhZw2clfDZXjtnO6jswL3z/5/Hh+4e/3nnazBmFBmcGj/NkfGPIHF57pswn8HXlC3xHvbLlk/CkaewYHyURhE7Bp/hRBkhpBctQocmC5DeYms6IHQgSPG72BDdmJ+QnA5fwrMHrdQ9/Gyu+vHemMYDAc+emZbWh04SPe4ysYrbIwlTCR6HLB3vPHv1k9bOR+H6yAPD99GHqsxnzcHN+qlWP7yoyh5fqfT0D5S2zlVshvwf5R/u+E19uFD+lCCP0x4VsABKpIA6ACOjAUBjDpOgE1LDApOrEBugL6DrASh8lUhPGx/RkD5bEJ8THscvstycJ3/XhusZAW7mvuiitturmVj0+DAPOzDDaM0h911V8GxY2vvQNn2jqyzAY8zINOTl2DV9JNu5zaM59pgX4Ao11XlE1LPx0+KHeExbtPdmDMkBigi0DQhwjpQV48jUWp5QdFpIekcMC4UF50vT4aCP58d6L3GF2KeUN6G+o6yZ8/iJ37epofHmEr1DBtx/4Ls8D3z/8IPgWsfo+OVCu4TPHAh/dBaZYiWkMs7ukrWzyBY71NNb1HSZ8qdOdypmR8mO/FVE9S+PsQUkCUwBPCFDtTmLFYZXOVFKjY8aJrcqOLwEYPpP5SfHxVoYurDrx1RjffcJ38u5sXX1Pj89XubE9uLbhULjzNGbFPlx9P/2e8WGiwsg7jP4ivuJie6qF8ZmxQn2m1c01Kw8g9Ozprhu+/kB0GYnET4sRosXH+KQHVQWoN/agWNYpHBmjFB6DY7cpfgQ+1h6l6lJ7nPVJ/UkjfjAvtX1I+4BvUsHXtbEmtKE3DJ9BxVeYpajvB8I3vxvEgA/04Dw1fDZzVrE1w2GQkadpPSYWbI/3I/Tsqa/jzIG7jNy663wIP0rjN4Ql2n8qAOn8MzpO5AuY1TooUiCL8KQc7BRAdzhQDYkk6JH8iJx0nTJziDI34es7TFl76fRsXVlPwOPr3xgM/bp3EPgOH5b4irOMBqhPxfeswLdorqkJ5Gyefyd887y/719VfPuhvgMqvsJiR6rVIPM+TEF2EPc5VPp8bW3At1TpMmL1cXIsO/30JrgJdnr9FbALBQ2wUrvj4U8j2jkOWqBN0qdiEp7QHj5SFZ90nJy060ZKsPP0wvoqRdq3uWu2ifB5dhUFR94cJ3yDAt848NmMsVma+nbPA1/kve3fGz6IT1OfxGcQ+Ow69WFalTeR+HX5fD1tZXWz0w9KqerLXQ6yNhxBMNJ5yvBFc6EpxJExYgNMqIYqPpJkR8qjUJP2WKVBecSPrwqNH606DUa2ym4SXyXCLsobZps8PeVlZbteaB25aIrElwf1pQJfhPrAbyHjKyPn6QI+G2aly8GIcnV2FuBbdXGkdpPb5+lpQ9mlv5Sitz+hhIHUDxe9uMIlOt4MifPJ5CLwiQoMm+QiRIaFYDEwEZ/yu/JQ4kPkIukxO2xkX60yzoxXfEuB79PSUuou6uts8gHf3l2/aB05nX2Y2z7GhyH/qRLfRz8efKS+LOCz2QpjLU6bDF0IH+ZW+sVQmSdA+IZc3OOn4NMKjDA6luKLKl5Hhy9wmlAgEyNHKeDxCyREVXsK4BTpPMnEp0p+Mu6U/lMxvCuy9q5MqngOjgp8nrd2xbUGr2bv0eGjO+KdWWYb4fv9j0p9wMfqs7vynE6DTByAj2aUTxqqBz5fU537NnnP4ulhOiM4f5KeZDeX92R8tGEcXIUhicF98gG/xByZMqClcMjD8mN4UoAKOzlAV29IXtD2Ad90KvAha+9EDuvzHHn/1dbgzRLGN6jgs6Fib7Pl/G34wO+R8IHe34gv1QZ8OQ7Gx84Tj8a/FWpOHur2lLf5WjpHRZfRyW9VfNqpktIbArnovCHagYKgkBhhIkbsI1mG6o4YgiczZPCq+CQ+WTWLyPx4l5AI9SHtmzwOfCfvz3a2lAPfgddqaqtumYDvG277eu10Y6mD8Lk0fGsXPL50Bd/vBT4D8FltOnzZq9ZjRnl3/07gK2/pHOYuI/S3E75ExicLZtFdDrwVzjOFY09mxyZ4aRIkkIKlOKaIVByy55TSgwNlkwBl9qd+D6m+gsRkbx/w3RX4ls52NpYHfJ8dfb+99pWJCVLfoT3cX0vqsxbazQq+3T8KfGHqg/PMyLHTBDjKZLmEb3w15lZC3t5T3tg5e/ck4UPe7q10pyWy/BSPJdu9aHjSpOdEEoE9sdO0J5BhJz0oAQ0z+gCVnUwdeCvTB5jqOxMT04Avbfg64XsAfN0BpH2V77eHLo9PNAh8ewQ+M/DZC62Er/jHic/mKM1w2s26ohnwZb8Sat/kR+YQaETefpLy9ruEz5ucJOUn2UVqLwKe0nsEdJSzC1gCHFFkj8md8wwT+xShUT1ASS/c9P6Tt9gnJCVR25eLoktpKXXWMr6uF9uDvwvDZ6W7TRmf3nn++lHw/dP3h2//J9Wa8zRbSlNzDIRPqk+UXTZVEj7k7VOFSoct8KUlLU/glkbCo1WthkRLDw6UlccAl6P1S0lKATgwEiZEqNcevcGiZNN9kgYQPiAy/2OCAl9iXFpfHxVdHpTC+lEzC5QDX1Ew+KZxolfga1DwwQodYc5z9TzVB/uB8G1Q8CFxyDE781OdNqk+wldS8ruR4Atuny9AVbOuUgpdbvuBrzItLjEB5ygq4pT41HJ1dNog0KTQJokgxomePuqIYDcqUHJdVCz0JxmfWJWP1WlcJRhuhG95Ui7w9eX+SeAbEvjKPP1FtSN/YHzfAB91t4tpRAotRuk8gQ/3930/+P7pb8SXCXzGnHynhfBpk68D39ibwDfk8xC+zq7ND3ikrtcPfMtTknX4htRhgpFNn3SdKew6WYICn+IwyUh74ljp0GWMoMu0IxXI6WSECQ+g77lKSYoT+PqLUfBE0aWzrizgKyvrf6F25I/GiYlDCD0PY/Y7Uh81foXOcHzpD8H3d71DLBIf6M0bX7pUX6o5tVQ84JurLor6xk6PBJcNeYCvrK6TEj+UXXL7vH5/blwc8EmTd2nqTCoPBl7Ahy1HLYyKG70UbEh/wJgijpUuW2IYAU8AVOQXDjCieoY1IS4pzu33e0enY4EPaV814UPR5aWqkaum3olBPT6EbMDn1OOj+/se+83tj4pviVDf0XLPEXaexoxSp0P8NyS+bOTtoeSuMk95j6euUzQhlLcDnxsnOdxdMTuFH4cX0ohZArNjBQp6BEwrlKmd7vClqgRTlFxe5g4i/FFNOmmpPlnDBj58FuEbnib1nbwzXN3kAb7GXSt2jFzN7p24Ha4+Y2aOSVHfXsa3L+bJx35/5hz4QG8O9b3yCTvPIxy60Kz+Dhv4GU2Ez8z40N+e3FVP+Jo6RwW+4zECH4SSEFUne3jSAHwwiY/9I7ZCbWgAiRsMWJmkwAp20KNIASVAqb/w5IGw6UWIwDNOqG94KQJP4JvtJHy739q1fEfoFvDtkfhsMFNmRpj6PtzubV3y2KdVkjWzvwrfzysSX/6E8JWp+PJcDofNFqE+4CvobwQ+X1Pn8FeE78KkwBcXF5eo0YvMF6I8pxpv0ooF4HAIdQEetjjNYEYrgaOXQA+r8KhSfBHxJwOMMhkGp8QtX+YV+I4TvruEr5xqZgU7QhMKvsHedwmfgeZJz8ow6fClr62peb5v8XffIfa94vvnaHxPvr1tXQ3wHSV87DwZnxZ5YqJw4MNwiZqUnR5fwNdSPTwp1Hd/2O2v9qJdkY1fuPgkOkT4bCw8dppQFbgBDeDx3SusO3aa/AuOCCb3SIjmEQtfAOw+pQOV1Wt1y/yALyUuia604fsC3yRqZp5yj+eDd9qbqyZKeicaDjE+VX3FhM9V/IaCb3Ww9Zz/ZwsCX9RU5E/4z21phfP0S3yxwGcmfCaTDl9Vc/vQAYGvc/Y+OSHGVxkHr6bik9gi+th5oAs3esoGf43p4ICbPxiYcbcfFrzHMOMIM7ePMP77DHBu9WHhbwXZxnmrgQ81M+CbAj4f0r6jRTXNa0o0fB/jsfsOA01bl5dK6gO+owLf08Et544uZXyPb0bIR8O35Cjwpe8Pw1fosAOfwWjS1IfHUb0S6uuvRuJHVTPMTwB8dwQ+nNs4vs6jlMcbSE5WyiQ+btwEkxRGRcbOk4YJkuYU8cFIdEAnK9fiMzTlKfKT+uO9gi8OXrqS8ZXCuoY7GwlfZVFN1er16zGbKOH7+F08Q0y0+aYM1XkyvjXBLTFdQ08+5pscHg3fVNe5t4MVwBcAvjcocYjAZ2Z8qy6H+nYdJXzdnbNTmcBHZRd/px9ndBkl7nzCeMNqiIw5pYEBAQR4iJDZkasEMoaFLbWD/DLxxS/YCx2SViU+aVL0XIKRfYAJy/CP+6urUXSB13DlC3xcdAlVrFLxNQh8NPGgKbXYZHG5uO1T8E3nLn68+P7xkfA92Q98Z54Ow5cl8GmDJWioC/D9euQMRrt4CF9nPFUvTmK4RHWnH9qKS1FihEgLq5RxskcbICPfqfhN8qEACZKCFouQ2NECZyoUyQrktBANpqriSH7RNVCR9iFZwYXG+B7kuwmfr4zw1V6W+P4k8MEYX2Gs0vbt3wd8U94nfmB8EU9R4YFmi93TMW+fefkTcp6ML8dE+IwIPcPx4TaHlwgfip6Ut+M87HF7qzurkwkftzMPYydzBhG1wJRRSQKXIi1ssLAKyZQWUCBUBJrCbZ+kJ/QnLar/j/klxiWkJAOf14urDkUX4OsmfP0oef6O8E0MAt8ewscJU2oWqQ/4jjK+MzVTU96fLUR8T/inY149sz0MX3Gmw2CUNc8SxvcH4PvU5ykHvuG+QToP7w71+QkfwskwbLyJgkfclKwP2gMQFRYvpDVssLIG1QPsGC4bMGoIE2iJoIdtpKFtTkmuBr404HNhpMtwZ325DyXPTbXBfxf4bh86xPgsYpL0HMLHocvnAl9RTIx/YeKrnoL6CF9AxWfMEvjMIvKU+C5itEuXB/hQNaP+9tL82Om+6rrO3JQ0nB9BDY1euPRk4pCiuU7SEAedggaoCXowKIxxsewY4jJBlVZSYgrj4154Jog9dwRzDBPlP+E78Q3TOjv9ff3vAt/JwdHqOuDbXdb/DCrWOnyHoT6BzynwaeprDd76Ysq/RBsl/33g+x/zw/ez6qlzt7a0UuQp8WUBHzlPxice4CUGK61A1UziK42dHvUr+BK+I+qU+R625DQ53sRK+TlSMcIhOGkuUpEi41JYwvR+FewBX6uYAmCYAKVJH0r4cjvr/H1TxaXAdx34yny+3bunV1SN/FHiu30b6hPO0xLuPINFE6ffqV7yeG/we0R8/qmLE9vOiLxv5503MkXiUGyB+oBP0DMp+FD0LBiqLwM+KrucdBG+YX9dnTslNyFO328qjhXtScfJnpMHQAAgSYyp0Z7xKRJjWCw5FqFCE8yBD79RvCPp8RXCCYrsQ5L4oL5cgW805ng+8N2linW5Z/fe6WVVX18lfFR2YXwOomd0ZBl1+NKDB6/+fEl1zILEVz3581s3ghs+qQwQvqxCqrrkET6BjlawY3zNuV3dZb6AB/juEr7jSwmfF/iWIXGPEh8DhO5k2CJEwx4QRs2dlJkCjTmSMVn5LmFLxA6a5R4JoUBq/2RRJ9p5Er7k3BR3XZ1/ePICqe/+sB/q8+x+bzqhauTWqlXjqJqhv1bgGxcPuLVmGR0C36cC374bF5/CZb4Q8S3p/NkTpw+2pkfjI/GZlKwdY81Woejp7mr0IGFqqga+UoGvsq7Juyw3GV22CjbeRRqdZFWBkBAriUmRmhRUGjhpKjmhQQbJab0MYhV0kQAlxJRlGr7jwIeBStVNwFf21nTyDgVfgw4fzFoMfIUqvrUvf3nxicWVU4/39tpHm4l8SfUTiy8efHvtJ5XlGr7YDMZnNGn4oL6JEMaaNQEfip4Y7cJVM29dU+Wy3LRlcFthwlMQ8rnVDYyIo/MtUgDyhAxICm1ZJD7pNrHyr8ROtH+0CjUrrV8Kq10Gvuq3SVyW7E7y1tVVjkp8Hp/n7M5dBSq+3nB8donvc+B75dyXTy3q2rVoIeLzL15847fb12rqK3ViPkGngcdXEz5CZzIJfF4MFSR8KLsIfHcJnz8uNy2O8MnePV70gzpZJ6JmAv8H9ydxKCs3cdKWQXFSg8uUI04cuENQ0BMKJHQMj02RHnasvjR3nLepzjuKirXLdTJmmPEdeb9mx8iExHdYw2coxmBBRX0f7F9bMf3cU4um1y16rLfXPiK+4ScXPzf9glBf053XBb5ixsf0aJTnKlPJqlXZVc19/QcUfNOF1PZ9NextagG+3JT4hLB0PfyOFIYn1Ad+pKQUQsG5HDOD8nhD4CQ2foWPWKfyTk4e1gsfCnhS6mzIRaX3jItLy13mbwG+O8fxrTOnhqtbgM/zwa6aHbUTq9Zr+AYxVkngs2UZwvB9+/5Ti/oXKL5Fi3/16UvpwnkyPlux02kXgYsauaw30nCX1aH2ldXI232NncNdpYQPVbOmxupwfLohKFGBJ2pjMGx16mJ88lAKDb40sg2UvlSAE4UA2jE4aVr8SYfL4nLdcSo+14PCfgUfBunuqJoYM328p7d3EHf4AV8D8JFl2Qnf64zvw4oP+p9aNJS0EPHFVC564p0PXuLQRVWfhdSn+E56sLMZeeCYESM9nzmq4BvKf+Cioqe3rrFzOfDFyXv4JDmR75H21CwNshNJg5KWRzjLaIt+nSlCwaLWrWYjenpRuUNCfIrbnUT4+jDK0/Xgdi7hQ9Hl0/fbq57GI8bHVXy3NXzFVoHvkILvz11wngVPLkB8U8A39X9f2q9XX5ZDU5/ZWEL4rGZTh/lyCDVr4KOaddptwoexZnXdB1Jy3Skr2Flx6BA5oJrpkYk0Hfi4Ii2RRBJiRyrlh0MJj9ghbOXP43SEPGd0/ClQMr64auBrPwx8J297UbEGPh/whSqMEt+gUJ+J8dn1+P4T+JbWLER8u7oWPdH/0QrGx6GLXeIzmZHzET4cdxxEl0MX4avvRM0a+DDWDPjqktOALyV6XAvLj8kxPlIfA3iI0lhqcsv7SLSET/XCIn8APBa6NMYnlhWkvk7MiFGz5yQil0N9/mrucAC+jSbge7e397bqPG3iPx7rCMP3/44CX/uTj3VqiUfCt4jxxenwWexZVqeVPCcWiA/qs9lxOIanOQAfYpd6MdYMzci7/X113U1paV6cIgYXRY/lgYUCfQgPCEV1k7kkST4SFscv+AHOeIkyOiOkj1N0TQRZgYyR+XEUszLB6048AHzL/vTARSVPP/UX7fZ1YUKs53GJjjcwvoY9qvM05VkI3xsqvs8/eGrR/fbFCxDfCuDrOpsEfAGJz+50KA91RthSYlLw4Tlw8V24agnfKOErjZ3qO9DdAnzJK1PYZfFWxpwCHQAqYYs476LaCXLsIaN1F81KulNp9GFIH4meSEwkOLnFBt+G8CXXYUKTXe8SvuuEz+MBvveDoW0m/O+A7zDw9TYI58n4DFJ9wHcE6nMvRHwrKxct7jq7JV2Pr5jxkZUAX4nJruIb6vIIfNWjouiZGjMKfO5k79AKpd4fbmJIp7QkOuVQYXRcwqLDCoxYJbEo7Ul8qLywAR+Ux/5TYlMUiOOVyQq+qbxSBd97At9rwdBBaiA+RtWM8PUicQA+/GSE4Uv/fCcSh7SFiG+XwPd2+ifeAOV9jM9gcRA9pHzAt35ViYGawo7TKr6yOqqaQX0XJtHx2Q18aXCeivQkOrEqoSGle2LVCph6hgxMoNM70Hh+EZsoGfInkZ616JPxMcJIfLlpTd0HJL4D76Hk6el6rXbk4BjhmyB8gyo+I+GzKfg+R963lvBNL1B8Ty6e/nw78JXvJnyZpQ5rsc3ioKsQDR/9IGs3ML7a3K4ywoei5ySpj/F5E7y58SLxi7wLTOkVEBkfxYv4IZPZncJG48dGR7ynto+hMs5wV0vjLVh8MAFOkhM77gdckVYJfI0qvruoWO9V8b05ZhT4GiLwOcPw/SepL3lB4kPRbPqj7UrV5Q3GZ3ZYzMJ1lpRAfLi5jxp0mpbO3VXP+FD0hPqOTw5Xd9dXJhI+GfdJ8Qlh8Mo6YdURFdaY3AlaDIx5KUGLlB+9oZEUF4LmPLVdgqygSSnG51bm5rYAX4yGr57wcW8trtLeMHzgl53hNGvOE/j+fOSpxV0LEt/7/icWx/x5+7OsPgWfUcOHeifw0RVpxl0OzVH4RhmfG+oLI8ftHsODSJRAkTjgkHd6T0kbbOURLYxSkIZJ3yoVTP5YjsAgeAxNbmBxK3P9ae7G7gPo7tOpD53tv6DeWpMxAh/EF44v/dlPP3jqicqEhYNPdhhhDMfic59q+DIJXx7w2ajtK4HnFPiywY97jLoV5xkDfDTS019f5l9eCXzJ4RkDB5yc9XHYwqLhpks2YeDD0oOtgMQIGqPFi/HxfEBHmgr5T3MIq1cfuWvpAuRR/ArC191dDXwu4JtU8O3uX1n19elV64EPRU/CN6Hhy8kxS+eZXrVi6udLulIWJL7Kf3vq3ov7CF+Zii/WaHUyvlXCMNgF+Tvh83Y1Ap8HNeuYLFzJjK86DvhW6E8bCY/Hw2uOU4CjLj429o1SUMyEfarKDDT5dRCV2tQHn0xQb1J+El+8259cWQ989wW+GODbjcjzvf6U5pHTKMULfIMKPjvFbIwvT1Vf7UsXT/9qeoHie+fe1W3BtRKf1RFrtDvtOnzZwGdEj9FIc18XeowI3/D7mQ8IXx/hS6r0xq+MaPpIdrywg9NSNRmzqOSEzhgTQeOohWTIxm/qwxu+CLg5lfJj01dA2ZuuiPcSvvrq0UmBb4o724EvuXnkKnxLybgOn8NqBD5LjjlTOs/a7VcPTi1MfEsqY567evAM4dvdQvhcVkeeyRCBD+5zFTr8gO+IxyPwYaAuBeF9/m7PgTi/N2WlLHqQ8Q4QtVKncJU6I0QsOVFdoS1kB8MWLwqEYCgPFIISJ18TEh/vZfCpHKwEvgR/Wb1/9C7hK8QAnZ1lUN9b02k7MNQFzYMen5X4ZTuctkxSHzvPfbVvnnuuP/57LZr9y3zxnZu6mB4Mw5cBfFZTtgnMhJmy18MY3wGPx0f4cm8LfO2V3Z665f5KgU9OPEDcpPaYnwBIp12SBAks1OQRHFIeGNJL2MGI6gpBlKlio/lQBkkAI/RHmmOKvALf/6fu/oOiOtM9gVft1tbU7K3ara2tvbdqE5LZTTIhMqYHIj0Ymlbo7u1OpiWQGLQ3NegwxCKhtrjjKGNumEykMyoydoMCuRjB+GMFJhRaYOkOjkE3JlIhFSYZFc04Y1gjmBgrsXbnn/vXfp/3Oe953nMOMIYEBl+7zzndEGfkw/f9ec7pZNPT6brW5AUaqyZwhUNTQzPS13C9asuXWGwXPuq60IdlZ68IRs30vXroVxkvnn5kgfJltO/+Tdn7VZovHAz4MfAz+aj/CT5arz1IfFgxqp+g6d8uzbc4pfjy7fTZP1Fu+R7Ck2c6JXycN5IiR+wUDx1wbzQnS9HxVyCsXkqNq3qy+c5aVCpsmzDf5jts8+2n9L01WUXnSqBgZgldF0xYEx/55fmijvQdehJ8S+/62/J5rnGYmi8YjPkx8MOUC/Ohb4Y9Tb48hWuMsOC3Y8exfpxnjZ/FF2PLwbf/++l0PvjYjjYy4Pu+BUiFEsiFHRiNqAiOO53Y6+QpTN3pVHoyeLCe+XjSVI4UiR4fEV9+uunhJuL7lH7jqkcVX11zL/gOEZ8aGw1i1qxlL6UviPqzIEjpE77VGY8dTc3rcu3t8qUzDL7tkTjSV4AVIsVXwR1PtIFUea55eeQC8+3rb7rAfKeHju3o+V4yPZpaBD7ubmJnjNfV8hydmiSTYbKOQB0VhWfFjgd6dMBfycnJ4hSqoHKxCNWBEnR0WxxFpS8FvqebasF3ifgmwNcAvrre6/VbDl19VJfLWO7j9KEEisMG31O7f3T2xdMvLkS+71SdPfvY1lcLLb5EHOmL+rPDBUWq8mQ+0NGf3xMfp69p6BLxRU4P7dvR83AyvTyVpfkW8xl8fCEK+fHDXFDgXNljOqvLyZUnZ09tc4iV/uhuDqfVsFvErd8MBXyL003f66w9ltzZdTIBvhJOX93ByXo61cUu/pYurBiFyS9cEIoZA4enDoEv68W5/SSAWfKVPHb2xa27Tb5w2J9dVBD2o6zhjid2zPf26Q8UH5YciK86fh18+5YoPq439ZCBC/9knedEMBd2uimzuyqL8KDeCtBgadegqnDFypTcbHI3iKtlfnjpqCylyrOztrV+OfPhktIe8NWCr5v51lgdbLqnYEFBQRS/wAFcnhng9NEFYj/KOFv1XxcC39+5+YYmMx5/9TfMd3M7xn3qJta+4gKcJe9T8YOiqjwf3QQ+LPg5+Xp2HFtS31QCPq6sGI8NZchHxR6Yc+EgcewsvRxWy6Fqk17l8JiCa098Ub2NrfULgJKfzzHMZ76Hda9JBi9ZS0ebmh7urd1Xv7jrC5Ovz+aT+rNrb3EgECiOxUoD5ZkhzffUoZ98cva5/zK3p+nO7s4S9/xm8uxj4NNtX2kEVb8PY78QUhgsUlNmfmzoV/SX58BH6bMW/Cor45Mf9uzoWF7fVJWiFT96sB49OHnc7skyEBmSl+65EA73MMnJCh3koEdtn/4yE1vdUN6ovw0+2EviPG1gVmo5+BrAlzXxRSJxsqsefLW16kyl7lclfSjZjV0txcWB4uLiUCRWEKjcNawqz9ee3f2z9z555Ttze5L87G7Lc+8r2379+quvrn2/hPh2rQyFgridYDQayoxSK1DBHU9O3+u83K74PlR8mRkf7t9RVwK+3Fwec3HyqGCL02uJj+Jhri4wBytyO0hijKMSSDt+g/nIkYVVD1TtdDUs2aOdqccJVHyLiS93TPHhVJfNvNh+GDcmMMK3whduuTIIPvIrKI2s/KdhSt8bhYXdP7nvLy/fvRD5/sPrqZtntzyh+Z7PjBeXx3zhaDHOF0Abnkc9F6pCie8XJt8N4sOSA/iqqpC+XO8vPhc9UteFY6cLMNhOpQ2F/CiTeNARPdnRDh83glb4FqHShiIK43mK4ltCfDU0UQQ+qjyZb6vJV0G9lsFB0ivwxSKViq/tTwcLCwtP/f7jP98/158AN7tb0j3w+o1PThUy381dz4ciifIYYhfLBGIwHPRjSrfC5Ku1+D6mMfDJaxf27Kitr+qvJz57tCVFLxJxVcdsuuvI2WMU8mFCRsvCfhEOuTVUG5bWA0Hs5PfC0Fvk5SvBFcCba/cNtYMvIae6EN+PhW8N/XPDvmAsgA+QKUhUCt/LuCvW7+6e8w/wm+UdBe9+8AV8QJ3NF8d0QzQYLSgt9oXD1AvFjciZjy6Pzj+t+Gi5XfHduLCntjZZ0p8En6PwkAHZc52JpNs5JclwrAU6bLGzC7d8zIc9A+oA8lSp/MVcQ2NrytEmJ1XVn16+r7anflslpe8GzpVQfKe3vb2b+VgvGKbiCyN7+AgVk+/ZZYWv3zXnn3462/t53lO2VvhK4/FIZTnmHUIh/udEgzznAj5cHr3kdB34eMGP+XDVQ3p5fzI35ak7eUkOhTYyUYmNMmMLrjvxILeHBI9yyKpGjcqFR4Z6KE9jP7zg/E0xhE8pvtbazUMZiFTC5Du0+2Vez8SjCD02VDo+XzQajKzENya47SO+Hywr/OW9C5bvO4pv+UvNx5gPfvFYtCAQxS+kD44+1XNhvhKbbzKSqEwM3Biy+LJSjopTmVH+7HOm9dhbd/yxl3qT3GjPiICjgi/ZG3wBG3zFJqcNZ5kXKezpAcBJ/rLAV7+H+HqGzsaBgsV2zdcOPske64UHB2NjKxOAFr5nkb5NC5jv1Cabbz34yC8SilfGfL5wUbA4ENMDhzPnRuhsiVrFdz1BfJeIr2l5Zxp8Urgv+H16SqXJ0y16DlOPEDhZnDY+pMJ7OeJ4am+efWE3bk+BNk33JUvxVXXUNgxhuQ/jvpsm3090ryWo+MIFjYONE9X4AeAfJ+l7eUvZ/Qu48tzEbV+b5otEIolIPBLw5aEuKQ5hBUw1fuDbWu/ha6p9qWlJP/hcFRddQ0IrRFnYKD3+qXNwOFJ8QEBW+2cU/oLm42+0gkoPM8fSsNqruKKI9CVtvgTSR3ytii91aPcPecSg6FDThBobxyYq4xEqkr7fby07/+C88X37K/Odf2HLWmf6Ishfeag8UhQuDoSi4WgRskfp604e3WfxnabWnfk6l+yR9EFNVtilz0kPBsNOFXrFOPQCe4vPVpQkonCXVBcee/DwH0UAs7jSpieHz+Kr8/DVXk/hJGs1q8TJK4rGx8aqV+JfzyVezXyvbf39+O/K5q3y/Mp833lh/Nfdry35COnbDj72Q7TiiUhpaSxUTCsoYRr74VSztM03WnmyMoL1WuJ7GpVnTRbnTgyt4bq9mM5TmhRH1aFEsWpLRTdDETgljcLzNeYKrnKU+U8OYJaVviT4ei2++wy+c6+rTosvSp/bVzA2lqhOlEd0ySS+1j91nvr1+Avd6LrMxx0FZ/H5fei6bBo//8bhj1o5fTp+8AslytGPDoajePjB9yXS10N8PeCr/kLxpWtf2rOksymf+R62T0zinqe9xiBnrNg9R8uDeyccNj7y0PFWd2skvPpkQmvdkOdiZPiQhQfz1TNfBHwZzNdWezoLn9336IpwOC8apDES4Co5elzKq//pABr2/vPja0cKp+X7Zm+G/FX5/p74Ni0rOz+++Le1HfdJ5Yn4Uec5HlMLKNGwDxXoOKWvp5b4+j9cjBnEyMkDVeBrAN8o89krDJw+e8zOP2ArMnjoKMlojzdG/Wm/+5AkUDJodXwW6cV6DiEnz+49gQ9dl/T++mStxccnmrVitbb29Ond5/78R0ws4R84GPaFSssTgocSr9zYeOXM+fHzW3YvWzvffDN8du0/ePg2lXX/evzK5x+3bFgfitu1JwqqUExd408UnZgjqvJsqGO+JZqvjvj6R9s13yK9k8sX9BhdjfBsNLO7ggNv4UAKJf8X9sS1ZYgHA/L8p+6+qOhlgS+X+TqHbjKfVXnWXQffJ0dw6zZMUlwOF8dXVmZGzJJYGV0zfuNmRvcTL4Nvfm5FPosP/gYfxn3dP/z04nhFdnWlzQc69YzEULng3uS+I1dGDD66vjYBvmTdSz3O9OnpD+64cACVn1SZpKBHdIwzU5HWkcZ/rCaCtMHfjwcHkA2ZMUvS13n45sk4hgNW+tqar48ifUeKisIF+NUsTyQO3EqIH6BD4UDXnt/+757XMPBbgHz/1uRb+379//ptx82BYHEioWtPpUdDoMyCoigGgUf28pmCfKrZzi7M3w9YfP2dozU55nQLnrpYS0PYWisGXFvqPqfZ5j00rZ49JqT8ydqRtKJ69lN3c6npY77cpv1VyR3Mh1/GSTrJmvm2nvsYfFifzUxUj42tv2X4VSaiRfH/foAmze4EvsL3n/moteO+n6/3BUsrIwTIfBEeBAaCUeZL22cKHrb46ute2re8s3O0PVdaHBRZ3+PKTSeFcicTZHo+zOvlnvo0vlf/FtiG9skX+eoEezwhp7+lPYv5DoKvHHypD9O9SB/uaHZ067lrf/D7CkrxGzsxQXwH4uUcvepQUUHkeWvgUFj2LGZd5uVjOFx8KLfPdxwDh43xYl9BJKHyx+GjgjeKo3lHWka6PzzKZwoS30nwTRxNKr49Je05+F2Hm55AVoBcx+mzcLEFG/kpABbkdjBXuHI9W+nacD9HW0oraFWmXBZZihBkvp6qPvCp9J0cy09z5Ul8I9cGoiFEEmM84jtwYEL9w6sTwaLSanvcV1hYtrD4/r2Tby3xPffR8Y77tm8oTUSCvhDcVPwQPi44DAwMbwVfXy0KTjUjPvw0Tqc7Xmpd3gS+XD3nyCfwqR8gV5r0wEYPFPhMztsb7+VKL5TVmMw+QGE9exjIiaf0LbLS16/4+g5/NkB8o2muPFuvV4HvC1QtKBiwg4/8yuOV1QHcU6lSjfu48kQRPu9nGH2DH0E181nyM/O1ddy3cUMpJjxDReF4JZsZJXGS+XYgfcf60zhbAr7xSfB1gK+qJpWl+PgGcijmxV+yWsCEHDlziciTP0bjpwDSl7QbFyvhsJIMkt0i1sttz+/vKbH4IsQ3pPiawdc9cu1kJuWN+dQn2GLGM+zLrE5g3Cd8a9duundePkFsNnxcef6U+fDPQW0SzI7h989Z4gMTxIdmpNbmi5QrvhLwtaeyKHnqyeMGzoHV+qFQDLHlBPIcNe/EbKZpF7MLk2XUnmYEWZLGDESoiotvokrxNWu+8riZPsQP//Rq/NNNPpSFw/efpk7fT99hPvxzaMWvKI9rUKMQ3wUnXyIzYwh8VRaffd6JfVk6nrrx0z9oYyLFHBFImUFTkfEORdYAGY/oKIHW/94im2/5wR11fYcvab4GSt9m8J27AT7VQIBv4hb8BrPDiWq89vLN14ef3ubltW6+X9VqPhQMkIpxW0QGlPS9avLdIL7SjKFjL9WBLwk+lqPznu11dQ4c0dFDFemKCBUMpXjr0ixXBh9y9V1cIeSLB9kv1T66x+Qbrld8zeBLdo8oPhTF9/NbY3l5pSsx1BW+5juGj9NXHmcrdL+i2WGMf8z0PQU+nKsEPtzbVPENXFN86f3Ex40fdzytEzD57Ghu8fhny5Ufx07aNo9ebq4tTIf8ncLO/zGPQ6gsUoRiyW2f5ltCfDsvnRS+OlxglNyi+HiQOzZ2a32Rv3jlxARNNbnTt/YO4GvuuG8D83EA0YhnR3UTGCe+V0YMvmvMd2HfS7XEl0otIj9FJ/f64N6gekq1pyjoKNcE8+7hhoe7aEM+i94sTEhhV0XtclX6OsH3jOZrUny9SN85zRdPDE8U+30rN0wMT6il9juN77VXmtuEj8ES1eU+A3Cg+pWRt518EZOPf2bc8ukbQ1hjMhTLTbd+jOmtLrGjP/ygp6tIX4drTynWtfA4+D5t1SuLbwnxPdclfHXN4EtrPlQ1Y7Hs7Ah1PSfAx36Z88wHv1lcXit8Kn2kZwPGKytLi2zAgeqXp+DDWfK19UnmW8R6LKcXUuX8aL1o7slSrmug7s2cKcl/hd5I8lDkf40KV57L9/Qs7t3RrPmGhG8L8yUwTM/2ZaLrAj3mI8DM6n/8W/L9u6/Np/qglcV5edEITaRlVq7TfB0Ovh3J5P60Sp+eeEShjZyNolo+u7XDHhzCKHJcvH4CzGbOqWzhkyclkNu+/T1LwJfWfOl0Q0ddc93B6+lTxJeojAez80Irx4Y5fFR5qgBGVNdl4fPdo/h+THzrweculRjGZwcj1ZHMyh95+W5e2G/xtXP6UNhObXkJVQKoe4yeaLm7LfQQVTxZi9+QBOsK2V5K4npT5glywbcf6atLPkR8dDU+pQ8XGF1vOjWCM/3RPhRlVlai52mmj09VmjUf9L55Pu8VYiZfG/GtZz4PYB6GEYlqxVer+Jo+PHuyUvE1gK++R/FBDw92IzmyIzQkhMJnsVk9GCVkdy6teGk5FK+uvGcuA/IcuOVlV9P8EusN7SWKrzmZO2HwNRNf95c3Boqyi0rx70gQH6dvjOyI73mqPO8Uvh8ovo2oL6cD9A386kuDLyOOYaHFV9XTBz5Q8VQLw/ESLV7yZZaclVxj6ceROCcVM0r2hJOnznTh7On8uWZCufKsAl8D8Y05+Pqq/u+p9y7jEzdUNzPB6ZsgPmr6UCKV2w/0Ed8bdw7feh7neUuisjycffXXhz5MMl8afAnF17vjpXS95uOmjs/Ctfh4MGb8nBnEXXTsOIJuV29baGjKFIzMwliHuTZfOmXxJa300XkQgycr0cBrvg2aT+mVBvD5feArLFtIfH83Dd+zrc11f1lfHaD12WkAE1fOj49f32Gl73FO3xDxVfU0pWqyUOTuObLOZ/HlWj/oGYbqrnqUDzwtozGSN4LMTaqjF4rscfqWEF974mTC5Lt68b99KcN2u+1jvvLSeGapxffsfPPd9ge3M1+hSp/iWxnIDJXKXIsU6nmerDmXunJN823j9A117nipz+DjdW/7+me7MnOIoUJFERx+cJ+F37OTiL287xzdU02MAwtNOjCakfk4fR3JyYgjfR+c7hhB1yXu5htG25cZiwYimu+NlxcC33+egU/StzIUD+HMFi8gqpjMk2dHPtw/WmfxtUeI7zPia9J8+vI97r5oPr6uWUfF2gqDacaHvDGDaL9vFOn5kJZchmQWO31tmu+C5pvsP+XmWz88jFkXfH4aLm+MZGZafM8+ewfxleO6TL8/ht6KGxB85w4lT2u+VOSkzVcCvnausrjTyXWXTFPT09pIhkRDK6GwGmdPsskRlH4NV570XpZMZdtFLXOATtq+afgumXy8YFQaDgTDxYpvu1V5vqz5/uNt8HnO0p3rixxc6SstiIZx739fuQMQU0uK7+h1xbcffGNf2HzLbT6a7lcB1KsNOXKhs7PIIIHFmI9xUPROIshsmlRqUd36yeyZo/Ks79mzeLPiS7j4trj51k+0nFixojQWDDj5lim+v1/IfMvs9IHPH87GZTcCKOn7wObLGeP0NSm+TubjyGHPT2zlfE4voKkgzRwevLO3DK1l3XWn9GSkCeQRSirHw3dD8x2d7LT47J7nxFjLlav+NbHiqPBR5fnys4V3EF8sGPSHi3AjZH9RAHN/On6cvr7rHRbfIuarB18n+HBSiYy77D4nU4qc0foxiTbTdO7imIPhCLrmPx2HwoeSi7oz1Z5UfK3JSXS1HHx7uu30xRNjE4ge3VYpew3Oug4FMnF9x8bb5oMe8/2bvwFfmeLb/A74ng/EMwuCwewg+OhuuvgcUAwYdPqumXyLwRcZ+OywusSop/N0e67G46pTfpJG+8SHkiQ6mEGOt5rOSKIU8yX/b9n1JrbMt8TmGzD5OH00K4HTPDHlovj8a4JF2bFi8HH6+oivbK2L7x8WHl8d85XHiM+Hz77Jxq0E8SEOoYQ6+SPu4luu+C4d7iO+/UhfrnV6At/Vkf7Y85tcl0lKBEYJsImziJV5IC0mH+hFXalSZQ40Rd9j8w1lmHxttUczwNdFfNXVjYPq8zO7OH1BXzbuaha/s/jKKH0T4MOF0VHFtwJ86rMc/MHS6mrFN3LooOZLl0wwH9LXC758LLfLkFluwMLhk+RZ4ZMxHZ4z+vHWtdH/te68SOWsT4ehWYJUjsW3z83XvEOlD7PY1ZUF/oqrTr48XGebmWnySeU5R/eD/Eb4htcTX9Dm8yOB9EE4j/oLsPju4uvS6fufvUsaUHkyn77BFTPKhQyulSFHmiy6RwRxhiKp9YwDGU5XoSl60W7wRbx8X0TozkMVJ642ovKU9EXDsXIH39qFz1dbS3zlSJ9Unii0Vdd/J7742OQ7THwnL+3sU+kDX44lhifPdHK306xAuTCBXf0xCfNJecS59+bPHBLq3wuahOHlh5QyRNPHlSfuSAe+iFSeVts3ADzNBz3w5Wk+XXm+ttD5lq3FtFCh5isvxu1ko0UVlLw1+KdZfDiS9Alf19NUeS5u6BzdljK7nnq2E08OhXduU5pAKV4+b0sofHRoh1lmYORcGcV3jPmM9DVbfLu7+HZmK4z05VXgkj/FV27xlRHf3fPG9+2vPHBgvnfAtwGVZzHu5BxkvgpOn/9RVY5cOwe+ViffTro+k/mspFHyrJuWOX6gRp9TFY/NNGaC7NI2x+7O/qe93KTS17mktXafydfWzD3PQyceReH02W1fBdq+aNDgw41dyjYtYD46y7rQ4FNdFwVXgeT5szXfms/PHeq8vs+VPs2Hts+8/txKIes5F1ydCjne4Lmq0elTuBQHkmbxk/gRX/8o7spj86WJT6WvGzfTNdPHlaeH743Cea08Z8FXiNLwTt0H4CsnvjyLbw3M1GdHczn/5e6Dbr6H6fLafIsvVwD5wHUKtV3rSW8lxymHBz2dcF5j5nMHkIv0bVEU33KTLyl8uy0+v6RPKs9Q+S6r8ixc2JWn8B1QfEGbr0KNHdQnUU3DN7GY+B7ew5Un/JxFzuuT/El/RdQ8fRU+lBwyqgvQnIxxCPJ7WZw+4YtEPHxrkD3/5at22zcufJS+44pv2Z3AV2vyhZkPoz7io89hRDl/TvHVCR9dLyd87gUb7sZ7JkhEQPhEidHkCwahO4CyZUcpFq6X7xrxSeW5RhW/0XUpsvgyQ3GqPO8cPpU+3IsHlafwgY5G7o+uQQSn58vv7SW+XHPRhutQvvjSHcAZepxCJmyEKl/2Kjp6ROYUW0raPjXuA58560LpQ6HKU9InfLs+U+krvDP4ahVfpoMPJZv4oCd8tSbfacXXyXxajoqcDy98stbj5PC2fEv5lV2F8tF0XRknHx2zHvGlbb4483HPk/gofVStSNu3d/yyxVeK9IGP07ds093zNmk2O77XiG94Y2lmPEDjPsWXTR1P4sPEizd9uGYAK7bEt/lhzaevPuGxuthxMUZt3o4lyJaKJg64qAOmxF7AzcJxw8MzqFR8Tarnebbc4GsTPnzI3WXiu3VApe/yiin4MHCYtxWH2Q0cXuv9iPgyM+NG+rJVWVGxwk5fn4svAr4dPeBDzxNU9lkL9nVAniHf1PWm2d3EU21YkzcK0j7E3v3XaL8su26mcYPqeTap23mCL+Llq0Bx8HH6gjZfktu+BcwHPebrI75yu+vi54IMmnzHhC8BvutIXw9XnrncVWFCfU2KWRyjb4mS+PFe0YGJHzqB0rGRyLI1W6JYuZaYp4z0efm6D43zv0vxHdDpi1rpi+z6rPf4O5pv3pZrZ893EHyl5ZI+mrOm9AnfoSakz823w+IDlxKk4qZzNXnipPeq6BpSHRpw/JBGUBpDTxMogA6+hvqzcQffBxmdFt8a8J0YE76gz+LbDj47ffN2rsvX4DsAvrjJB0BqAaetPCPg6yC+PbrnmStz1HjyDu+7ToLgUFlFmOBhRk4hLaVDHFk7bevVEzk9pkg5+MrdfFskfXstvr17g8K3y+SbnzPNaMp6lnw7wLe9nNJXQHx+XWjoPgXf29z2Ofn4XFxs3MXbZyEI3okVy3ARQjKkJx0uZV/JnygaIxI7fMI3NAXf28LXgrZP8cW47VPpk8pz08Ln+0jxhajyxG3aMOGCwgt+4KOhwx+Zr4P5LoAPN34BH3VdOi2+XO602L1OPGUs5hqIA0MzqQe9pu6nfltnlA+IDoTYettKqTzx2mhjFd9+Tt81B1+dk++EDBx0+gJG5bnszuC7pPkofStc6Vtx5IwzfcKX30R8AJLrUPCUcbpnfkzqQRQR9Bbb0gTlAy4Gnnc+gIft4KtD5enlO+ThMwcOJt/Crzw7iW9XPJTJfGq6jPCYD+O/vD9cBB8WjOrq7K4L8+1jPoqcovP2Vzwz05JDzcBSNiKOeSN8lD2RMwElj5I8wlN83vS1Ch93Xa6a6ZPK805q+zRfKdo+8PmBRnRUKjDyKwpG//A58XUovv7025+i7QPfkM1nTn5kCZ8F6F1YEBVnyMTP89ZSdlN7PrTjzG5i5+CrA9+AK31N9sABfC02nz/oK/r66ftXfyO+gM2H6TLqeFp8wViM+JLMR22fwbdY8aWoh+ldu8HDMb3irgxBJ0By6IXDw5FMGh7KaN5dhC9t80n6mg9qPhTiu2WnL+or+vrpm0e+QubbUdd5aVckkBkAnz1shyDPXBPfReJr7ZiCr89KHx5Z7nV1d/AEhbMnIPxgQhygsKfeOjwZHn+4a0rHRgvIx9PxtYHPmb6xWzRlvZfSZ/EFTL5N88Q3i0tU7i7U6et18FVQb3MFCdJxWPN1OPjKrw8dQ+VJfO32CewwZDh+uIqu8wRCKkahUgfMh62k0iYVSRkymv8jsBM+6bpI+tLdI0b6aLXd5AsFEts/azj+p3pVef7N+f71X+NrUnwJXXmuwBIfFQDmEV9RrOCv8NVQgyMnA8oJ0vJzZTfmk8gxghxIAm1IPATPSqnxN3AC6SHTpKmlqDtn5NtyjvlWYLm25cCw8HHbx3xVVts357ekm93VtcK3Q/GFSmO4PXcwyHwoWKvFcUVeQdTJd5grT+FLySUJeHrOapFWTmpL9YcfYmPosBTv9U6+yH8Dx9jaybwofdnDZ1aej+GuSnb6rk4In932bUTlafPN+f08Z3ltu/A1935G6cPVtbj1v+Z7lA4Qv+wClb4qzad7npNDx2qt9KG2csx8CJ2s+7Ahnk4PpuNDERQj/qpDU2/Uzjn+4HQvtfj2pEf3mXx9iq8XfLryvHr16vCUfA1v2nxzfi/rr83X1gC+WOPE//hnv5/56FQQagJpAjQadfPxsJ35uO0TOcbDRnqdnjGBhEs6KvrQBuM3+aGO7a9aoHwkfjw7w+9bfIs3gy/DTl8vVZ69ZvrUOfIuvsBC45vmtjx3l2m+/Z/tqiwurd6wvjJBfI9y0+fn4Xs0eMSbPs2XpvSh6UNxX0YpIz3Bk0yJBDuIlQjaUtiLs/G+HWGOnxpRUPYUHz5ALH9zs8HX1+tJ34lhurJW9TxPZFtdl1BiI7V9JRbfnH8Mx6z5eNzXh/QRX/nKlT//l38sAh8a9WwaOaCsyM4LMp+768J8ySbiM+LnGurRkQSOWQwP0bJVJHCCZRM6Ysl/oaWo1yPoDe66VGm+eJzPNEsTX1vvY1XC16IujB528W0w+eb3M4xu+46C4NvEfJy+2Nj2Xf/vX1bmgYzmWhA+5isKK74SF19c+Ljy5EG6e2WP60sB5APRk06L8DGeXSR68pT6VxUJdq76opOv3MHXkFElleew0rP4CqjnafMtt/jm9xPEvjIfBg5tPcSX2HDg1kQ0iClrSh/NnKFUgC9MfMun4utZpPjQdZHz96RIz5L9nB1N4Vu9dOZift1AZzQXLW+Jb9u0fCXMh6a9EeFDsfkkfW+q9JXdAXxIHz53P1E8duni3hW+mMXnt/j8Ft8ST9tXj4/1fQh81PPELzx3PKXDqeEc1aOnGyLFSzSjo3YTPnkBvhrw9Su+KoNvM/g2TwrfGNedXRZfEQ/bme9pTt/8fHL0LO4kr/nSxLexMtA4NnjiREEB8eHJM2fg84HvvPBZq+3xcsWXpdLH54qZ4bMGY9yv55BIOGbQu70Q4tDLLb8rKJS+Eny0ZwPxZUr6FN+o8EGPz/MkvliR0XVhvrKFz1f/EfNlJsYufj74LvFBD3zYQNLH6Vt8vQ58x+yTJTItvr7TqDzRZfcuLCx1dg2lZ3l7WPjDD11qRM608x7XgG+pzVfPfJK+jNGtFt+KCfCRn5vvZs+bf3rGmz7vebpzzDfTh+CYfDc3IH1dN65dCRfYycumGK4An4/48qfkywWfGrZT0BjOPVBgR4+O3lsHssPT44WnV86rKHpUeUr60PUc+FTxtba1mnzDqDxtvrxYkc+qPJnP1fbN1WnWs/0IKuZ7v+qj1p6bGyuLx2582pIXprbPb51pVkSURUEfKs9DU/LtJz7qusBJTuaT3srtV5GmTw0enDy2I2Qcis6MhfmQvtH+dA7zRSLgG0qmO4mvddLm81t8XVPxPSd8M55m/bVPNZvV5/dJ+ujTTyl98bHGvSeCMao0FR8KVaRFYcVnVZ57TL468KWRPnICmhTpaXqKZM4bQctK7eU9ohMbXavyV6YTrOG2L7eX+EojKn31yU5UnuDLn4mvOBSoZD5deaoTPedwuX22H37KfG8cfof4qgPlkcGLF6MFxOdnvrwKxSfp61Dp69Jdlzorfap65JU3qzhG4iKDJwnQAQp+ysqmhjyw5UPe0ffxAWWRBdmLvtH+Vn465OgPCtLXBL424sP/XXzUdT2lDyUja7fmO2DyFTn5fqq7LnO9YjTL0zzBV0jpe6aW+FbG4tT2+WLMJ+nLEz5KX9rDx+lD8YzRuYgdNmaXhJn4lYJCwXtMiFfY0vs40GAWKH8P/2X8F5vB44eH77DF1zYJvvOK77KbL0yVJ/MdJ76yeeT7qovtnL6y9y2+d8du3GjxKT6/WXlmO9K3x52+ZIq6LszlGKFP37gRABcdPDzoyWj0gtH4XebDhl2s93WRlhFPfrjSt638JCpP8CUtvtRUfHtP+IrzwpS+EPj2fS2+b88Tn0rfTlV5Pl9cjmsUg+EYh0/4cJuzKfkmie+RqmQWui72mQ2OeUkpRsi4TsSB9WQwe8NPdrHfxR8qfAhD1qQjfaz+UjvgzIfPW3ykE3yTcZuvAXzNGcJ3y8EXA18U6as2+ArBN6v12tv3Y73Z8r3xG+YLlDbuvYiBA6VPt33M50hfOr1T8cVT4NsDPqRPJh5p4+6k6HypPbYcI5VA5cQuTMpF0HQYJZH8greibWdX6QnfQUpfI+6AZfK1a74TU/AVB0y+ZYX3TMc385IDyu3qzfJUF6w4qPSBr4P4Qi2fXtubNz1fLfj2ab6Tjan6nro9SxWfqjv56S5Su1mGkq8aITGK87VY2Rm0VPnJTSH3YtT7RCh8Sw+2NlS1N1L6uqbmO2DzjV/WfCttvmVT8sFvTvimWS+aju8e5vtpcys+RmV9cSPavjC1fVyy8zRfmPiyHHzxk2NZxLda8Ymcp8rkniPr8cNS4DeEyJQROzejwHGR/MnvA+u1b8tivpKaMQdf3aTNN3jrwC2Dr9jB9yudvjleMbodPuhNy/cbxbcBsy5XBsNFBdmu9K3wqfSlXHyNWVU2Hw+0pciwGz9O7mDaAgwoxQM1QxRn+m/YEVs7falkcnUf8bU4+TK2GXxUvHz3Cd8Dd83xksO3ZrNaK3yndrcxXwht3968qM2HoviKbL4O4RsYWwS+zpqqKq48veNyq0LjpwSDgzcjmzd5pqTXjYuE2cW3uoXavq6SepyrtJnSt+2Q4luzplHS5+F78xXm++488932etFdDxRSeePVtjb6ECNu+7KjdFGmgy/Pd+QM+E4TXw/4nh5D2zfQ8lBVT4fFV8PVZ80j0txhKxUaj+ccQZGdIXAbqN4KlIsEz8P3iOIbrqrSfI8fOneG+CpaPOkLRouLQ+A79uZxi+/Bu+Z4yWHWfN/lyvMVpO8v4Gv89EZLMO+2+b5HfE8ePdqu+AhQxuVGw2aNu80QPamO+Pmk/MDNQ97izwzlyZm4ma+mb3PD6K8U34ROX+3kYwbfLXfXBXzPm+m7ctccz1nPdr3orgeZD+kD3/rSxpa9uMYmmO2fiu9ti68znV4kfE3MZzd33MuUIRwzsuBth0t8pv3CkzPlkvWe3JaqT9YkNzcc/WmX4ltu872o+FC6CM8+1ewE+IIevnGZs3bzfTNz1rNdL7pr3Gr7mC8Tbd+VQeLzO/myFZ+kL4f5nmG+USt9pMdFJlGkj+lR8TLgWN7hQzyx4SPHf6f3skOkLT5JX1VyNfE91zWArsvYqM33M+bDjLUjfSeKha/1zTd//IaadTmPrqfw3f6sGcqcLDjIetH4JsW39Tj4JtZnovb8eDA7iu6mo+dZYfAd6+lHb7yR+Lp2gi+9jvnsSSyb0N27EBR3BSk1JQq94AM+kgNs+Ot8iId+4S08cGjXfJcG4mqggxM9zfQ9elkN+4Qvlh0OFoBv/XqT74HZzZqhfLMz1u71onvO86TZE63gG16fWXoJbR/4dNuXx+nD6RJHPjcqzw9rmO/pqp5j6SdHmY/nlqXqtPfOdNkQ7KXf4kJHfCBwvOMisurQ5vamuR2HzHcUfM8ovnh7fbJP8V1//dC59yh9jW6+PIvvwF/A94M31HrfmXni+8pzZg8IXx1u6JlZ2tIYDuYVFIHPnb7PzfRtixPfpZ0mH5NJ/93TzUcnxQSkB/NIkVeCJnRyzLYCiaeQyt+7rb2kXvHtBB/maLcNWem7/gnz8YlKXr5Si4+nrM98dwa+b2DahfVmz3dq5LjiKw9gtTaaVwAzJ5+/6Mh7596ePGrxfYgZfOI7DL7kKuKjH5yai2Y9G8ws+icsGZND8fC4uXmtL7q4pT6VDfhG61eXNPQe3fkp8cUzhih9mzfXXv8Z8aHjOTE1X6bie+sJK33jczvpOWu+71p83W820/1YM4sbP71YgJMdXXwr3HyPZUYUXwn41o2e3rZKQuYZUjOYYEk68HQjeGi8xaoyhdMLrN5ivqqaUeaDXvlZi6/u6M92nvvzVHzFRcy3QfjKwHfvnE56zjDpMjPf+PlfqmH7E5vb1E3NQtT2CZ+kL+/In1F5Kr79aPvOEt+7On3525A+s5ZUOw4kH+gaztV8Cd/sysxZxcBhW37VauZ7F3wD1yy+ZvCN/OKPiu+Agy/gE77jNt/5e+Z00vNbs7y6717iW1tYhk8CaGa+scFgMDvmcw7bvXyfDBDfjcNV+49VrRrNAh83dM4ZaTw4ZatNNBSJ3qzl1uH5V/GZrxd8N96Na74GxXd45GcVa9x8e8EXZL5hqTw3nTn/wJzOms1yxhodT+KjyhN8fcPb46HBQdyLPBaeOn3tScWHyvOazdfDfJ5ak19abHjIZmYLOZbX5uEqPkC0Zijt9OT0ldTgdrFJ8FH6bmq+D148PPJ7L9/4Xs23cfgvbW++tcziO3P/nM6auYd9tztj/QD4uO17C3yXtscDjRf3RrMLiM+bvsPtfVisRfqEr17xpcDnGk0jcczp7DlOV825XqwTMN7iiUc7tiSotuq1t6zjv56/b9u2rJLVWcT3MfgkfW19Z3d2v7zCzYdSLOkz+R6c0xN1Zzvlef8Zq+1bttni67pBfEH3wMGffeR1i28f0nfh2sm44kvu31+yKt/ks/34ebt1oLxep3E0G3viwbj8pklrvyPV6TqVvlWrtuUsX53TafPduGDxHTz7dPcP/FOlL6z44huGj7YafOfvndWsGco3yOeZ8nzwzPkXiG9tWcM7HQfBFxprjGLgEHRXnjhz6YcjhycPEh/Sd+GG8C1fdTq1bRWrmXNanIIZBCViOl36UB3Thp7Y0IOR2FfeZHCjWpVc4hvAl7t8aaqzU/N9aqWv9eDZZ7qfuDxF+gaZr3wDPnX/+Ftlmu/MPXM5azbbKc8r4Cuj9J0CX+el7ZFQ6N1gQV5U0peXXaH4jmT/BHyddcc0Xznz7dm/ZFWWSh9DGQGULr7HzEwYY9GTYbjYLCKIJ3+BN/LNzt8GLY3wge8R8DUJ3+FkXyf4jv+fs891byG+sWn4NhJfL/EtU3wPzOW0yyynPO8+b/GdOtXLfIHGlsFo0VR8ec+Cr7fD4vsU6Usovj35q7JqkD4Zc82cNZ0f7BlSIiZBk2Ig6Z1sXZ6an/O3btW6dfi1Wry0pg98n4CvfKBL8711Nqd769Up+aJhqjzB12rwvTd/fLd/jvU9Z3T6lvW+00Z3Binuukh8Zs9T8fmPXH5C8anKs8ni+5j4soRPBgRuNJaSLXbmEQr9tAVwFf388dBY8nTRrvK8ZfNT7an5nn4xgPRhjl3xoTy2untkGr5gLGBVnr1vEF8Z8d0/h7Nm35rllOcDzEels7ZtD90ZpHHQvCNkdl6e1fP84+WnRkomG1T6mpoOX1R814gvZ1Wqnfg4eN6smZmjp4RN0mI52JKg4wJG/i/5bbjimN5VuqLIZvaO/xpUno/X5C99MtmZ/P7jpepsiactvtbH19HF7WvW2HzDiu+K4guh63KJ+Th97713xcv3jU27zHbO7P73fnfmF4RXdqrpI3Vxe6A4FizwhTHr4qo8/3hi68jOyc3g69nf33S4xebrzwXf46tmrC4lY3LkLat4q60kXvI1/MEDhnSotnjiYVvzIX/PKjwefzJr6brkweQiPtFzYjH4et/a/Gbrth9tpZNd6FSXYcIDH6cvWBDGWbrg6ztu8p2/d+5mzWbL9+B77515gYbt3afSFl9pCOmbkm9k5JnJfcS3p79pJ/Od3Znc07R0VWqV8Hn0mEzEnMnzCkphERuJtrKR/8D7wvovqGxblbN0VbIpmbNO8Y3lU/oa/j919x4V1ZXvCXzNPzNr1vwx7zVr3Ru6e27Sq+k4aUZU1FhQYoG8KXmkgCQgyuOilW7DQwNBAvI4hUJQCUjEBCqGQAVsdDV0nEbj44rBRTEBLtJi0BIURaOZ7r6rM3M7d+5a8/3t3zm16wFEiSTMj1OnThWEYH3qt/dv7/OofeeOzG5mvj6ik43nLTe+NsnX/6OlmzVb5JTnj8fxZ5WIWRdT9xeN4DPrajBwwLm0Hnwxgs9/9hO0nR+/d+jQK8QXGu5Tf/C9Q7vAh8bTM9u0NZjmcvKUolzSoLRHbICVS4rJx67/mfxZrLQnsIU/bE1yUs6hijW7anqID2cCt4lpl/tRzVf7JR/WGl94EPhCC+gTqFz4hn66dLNmi5zyfMbJFzxy8ItGXJvAjOwLBJ/zgxwk3/TV5vjZ94kPfd9/u0Z8sdX1B1vAtwvZp6ExmywA3UtFieLFxqRsg3D/rvY9tdWUVu6cMlOxUrNv/a7UnO6KNesFX0pdOfguEV8+8wUy3xUt+1rD5uAbQjy3dLNmTzRnJvl+2s981PcR31cHEmPTDGGBkk82nnQl8iSf9zn7/n4F8X3ad/Slg785GJ8aj1cpW1Yl7DiXmpRze0ZaUDCetsFbtJIotEFrSemOyqZ0h/dV8q7U4e6KujUN4PNNuV9eoWaftZl2+L2IE4zAB78rGl+s4NvNfCbiKx0aqh362dLNmi1yzkzy6RMO0hliu80GAy5mHeLReIorkePDM1Nn935AfL/5+zXMV/cL8GWnxldHwkl6MaKUk1hyrYlIHrnJGu6mklbiuj7l9S2Nbxfz+RNfWuj98xpffqe9BNdtWwe+K5R9Gl8Q+HRq9nVrfLW1KD0f61PE/sX3x/cc3lVq9iV38+m14At05wsQ2bcSe2vbM+7vVbPvaCj4empWPH/wUEV2alJ1JJm4zYR427m2bTIT51aQoPKx3PAODd47quPjBd8OwRc9K/guXTrSCz7sMXpx5RXmc8m+MPDhsi4t5yRfScnQ+DNLNmu2yCnPn1GjwHxlFeB7Ns9siNMFBob4+YEvxoUvZuUpB/gu7vnkg0+IbzY0GnzXNviDLykVX94lo7xzWkkweZc9n5Ik8SZ+/KjGL0/dgPNHOyfEDr8B5tt3pNfaaR8BX4A7X4PgM2h8x5x8tf0/WrJpl8VNeaLwrJV8ewRfHPjCQvxCtLOjiY9nXazg6937wQcfHAefD/gwCN64puJQeSrxCSOJ6FEqMocIbwq5/bSjmvky6ojvgeCbIr4Tly41jlo7bcYYXLD0HvFdcfLJ7Dtx7maFC9/QT79fvm+d8nxG5UN0xVccBt9O8InsC3LybVL51uXbLxf37kXbKfjSmG9VxcEcwcd2bCUBmU3bcHVaUjYXQPxxSRlrKnLqxO72NN7lgMbzdJu1UsGs2Yvbr7lnX8MNXSD4Mgu+fE/jM4EPredPl+wE28VNef6of6i2hLOvK1nw5TFfkF9IjOTbikuz4kizDPvliFFkn+Ab6BF89YIvIyk11b16l4nGrk9M9rSAU6uJry6n15WPsu9cizVbsU/js7FrPPjOzMf33JIda7a4KU8UniXggx74ynGCH2WfAY1nUIhL4xkj+CY3ldlPVndrfFPgCwUfLumyMSMV4eRzqfVdDJ31/lNiYZvH+Rn8dRm7esF3l/lOgg/pd+5EcTauaoZrzva5890SfIZMcUW6cm48me9nSzZrxnpPzDfEfCL7cugUo52JvgYDZV8Q5DQ+MXDAlKetvvrQ+8z3+6keXKFvsOPkmvKKFzIy8Bo5dbQhgeYpNp+ClSSjtfjiTV5JTP4u30m+FZ13e4jvOvhaqPXcF5GhXB3HyKHvT7Bz8nWAL1zwfaXxIftKSopKhvr/eolmzRY35YlxQy26ZDX7VjdqfMi+TWFIPslH2ddqt+RGntD4HoAvenCiHnwbNmdkRKSykWb1ZF4SgAnkk5ILN/kc3RC8SRssxYt64+eZL364d0XuQCz40GCofI0RUZarDo2PokPlM8TiGPnMvK+O41LWGl+RFXw/XqJZs0Vel8CVb9UvcM7i14nMF7Yp0Mm3Us2+W1ctVZHHG4mv5RCu5knZN3FyDa4JAj5k3xP1VmwheZyvOG9KCNKhlcbkuSG/7x38NPg24zBwwZeWxnuM0HqCz9pszwffjQ+d2Qe/BuaLA9/HGl96aYnVWlL7PfA90XUJfgY+hGg8/Xfsw1Hy93amGQzhxKedIYZJF+bDnFny0Q8QxHeyg/jGHpz0zylfEwW9VOmmUUgZYcEwzKIljdySK8aT33XjSPI0k5byS32kLpEZqZtTh4frcgfCie/e6opuMXI4MlvSjIEf84mAHS3g02l8W4jPtLakpNRaUtL/zBJNei7uKM+/RuWCNr0EHx2N7KtiPvoMMTpWSTu9dl2AytcvZqyhR3z1ki9nPfiEHxbNzh2An/PKHraUeBJIbrjKiNB8XFEXDPxxm1NXDK+oKhZ8OEWM+PbvP3KxqMmWFePKd6ZBCBp0bnzHmspTi0rR/Q258T3FSc8nuS6BN1/SDqTfqkrwjd7Li9Yx3zoXPjFjTXNmR9+H3sfvtWB/kWg8p4gvOWoz+Ny45AvtCSbvXDjkykPEO/2eKJB5zJdRN7wiOTI2DXzRRysE36XTw0VNigUDv5Xg63Dli9MZiA8n196sp+w7n92bVFSK2uVHS3R+9OIO0v2x4CtKOlqedcxUtW3fYcnncoYY7Syi7MOkS/7s3o9F5QI+qjyxt9Z/y5Z45nPvghb7mkvchV1cssvjXj6PL9wJvjXDK+KT+nrg5ytmzeB3urckV4zbA654ZF8f8ZnBx5eyzmpP7d1QhNZz6CdLdE3Pxc1Y/3hoCHpRvRH1TcdMlWv3i1OMQp3ZF+DkC6BrzpY1t+df3Ivko2Hf89fwUkQH+tSv2LgxO2oz+X2PkeG+IiKx5ge8QTcn3+a6i3XZla090Ou5q/Kd6y5JxsiBZs3A14Gl9Uyr4KvRGXTMRxfTPZbQfvS+4Cv56RJd0/M78NUeHS1+pRN8WRqfQXx29CbmW0l8K8F3J8HSmb/lfZUvueZT8IXP5vqvfiEpKmrzd9fTXnvXNOL0cX6fjXiTVxqQakaLFGRF4CF2rahLqmpw8rXA79wJa6pytZ+ONQMfAUq+OEOceSf4cE0sdH2Xj94fLhV8S3RRyMXscGC+0tq60YEd7cHBVXrwtYEv1kDZF7IpBgE+qlxWbgVfs6XTWqHxJdWI7JvNXbN6Q+oT8kki1wSSG3KRcB7/HXsh+BEvgtErwIe/L35FXWpux6DK103pd2l/PgZ+JSpfR4d79vk6+YKb2o/O9hZS7fKT75/vr+bne4b4ivx7I3IvZwVXmU58Br7dKTriE9kn+ZB901ctq/MPNqp8xXHQS4udrfLf8Dz4orQU4XtpI5/0yi+ZLrwpc0luOjNIfVZb8YaHmfYN7vRUYc6+qOy6XanY5QA+zJo5+awWuxWHCtY4+YDX0dpQg51mvok7n21kvk7wdY+Ab+gnS3RNz8XtL2K+Db0DTj4cZp1J2Re4ydl40s4G6vv6ryZsyPhNI/SOt9CUJ/h6+uoq1zy/JoOyj1szp4sU8swQhETQjLRv83bZWs3R7buSxxtNhncKQi8qaZeTb6JeHfjty7BabBj40aRnB0Xrnb7WBuKL8wXfPTq1vRKVZ2f9UZ/RsiJk3/fKt/BlyJkP9fDq3oEdl9cG+3e1EN/uFI2Ph+005FsZg8Zz6Kpl1+bjzEdTnr4owmt2ZK/3Xy/4+GWTScFrmTAImRher79r6LOKZ8pMZZ5C8uYNtXBALypV8jW8wtkHvpJOjByI70OV74zgawVfGvje5+uCtF+uZj7rc0v0EZoefNqUp8b3H+bjqwXf8P2BV34PvmMtnx1+73pBio745IGe4FsXg+wrudpcnXF8H7Wd4Hv4KVpPvBKpq9YkZ1DjybFQFsj8W/hHp65jR9SXxWUZTyc2488DX3x2aufUYJpvHB0qOCr4zmXTyGF6K66GrPHdkHw77319hE6uDU5oH5+ZHa2k7PPmezof4re43X3PlICvdPj+bH92e/oqfPjw+8e/LEihWRc+zJrbTso+TFlH2dsjMz5mPkx5Et9gR31q8vp4Kg08lRYXeBeMzHzzxmDYH775shAv/KLFXDcFX0ZSfGrT1Fi0r2/PtToca0Z+514pqsTIwcnX0HrjxhmVzxCt8XXhcLSh2d5KGjk8t0Sfwbi4q8j/CIP20s+39BbfmW4yVoEPh1nngU/HRwoGUACOxg04wcHSXgy+48dp1H5yQvBdP5mRnJyt8QFt0WyAK86IQqYUfvnPfxsetvOffzuE36o6yDv6SWePxndYaIWbfALbuPEGQvBlg28wGtkXepT4bp+4fa68KEkBztaVV4gP+2nP9DFfjeDDKQ7guxA8Pd4/0FtZqvF57zH6zjv8Fre3FnylxDc0fmfIvoo/P3Mn+AyBKl+MxofC066cjKjct+9jwVffQHxj4IsHH7/OT54t/IoDjdbiVc7PL/nTN781hOV988uJwvz8KBGUPgxBHryBOwTfSyde871L0H+P8qlyJjDN1zcueracOr/bJ84dLIq02KMmt67sAF8D8dX0Aa8BtYsueucV5rPVTjumHKPMt0SHyX8HvsKc+0OOoXF9Ln2C3ydf7cyMI74Q7G4XsVUUnjFbx68qLxV3qnwHcxt64nzTxh62Z+AwLk4TFW9Ec5E54+YqM0W8zCoI2yGsQwXf/Dk6cPc3v5ootYIPC0oP/ASyTuo9Vkg95stYG6HzTYuL8/UpHwUfsu9QEUrPLBwL0iE+Pgz7GmpqGgQfjtLNU/mU/n6fKQdn339dosPkvxOfz9nZiPHCzmM4zNqVj7u+F5F9MWLCWlmRf37f/uNUeB5MvubKR42nCsH3cs0rdpIJIu+wQT5OPavjw3/6babvgW9enrBarXgGvxsL3ZCg+FFxkznmpTknL49syjDpiX9cz5Q68Dt36HOHmLQOuHeFer5W4qvh7FP5buu70sdL7s8MgQ8Dv+eWJ1/v0fES8L19GnxmlY9ObhefP0x62yfz7Za6/N8w38GDR0PBFz021Qk+Mauh+Wl2vLhSeQdZ8IJgPYfVce/PvzSHHvin1yfwgP20ID8VYyHBufnQM4/E1xAfj9tp5NcW7Kik0nP7NSfftWvE1wA+PjtTf6Gw3/q1D/EVlua7nOXw1Pn+9WL7Ph9H28WzQ53HKr6gIwUT8S8MD8Tp3QEB8MMHf8cgJmNG7O0RxLcfhefB30eiEWI+NEquItodFBfOCSGhwcjcK3Hce/e3idFv/vnARInDAT4CJELQObEZkZbHC+3tlVwzKPjqe0dRu9y+1KZ3JNOs5/Y+wXdG8tXEhhZ82I3sM10o7c9vuz90kfhKl+oklcUdK8F8GweKL/We7a86Vs58voIvRPAh+YgPhacRhefm98C3n/gGfHXwG5tpwpv6sV9GVzmhQQvbsR7zvfzbndGv/7ZA8Kl+rsGArM+E/JsW+t+pvXNVg+Dr0PhuWzBpTec59F25Ivko+mLFKQ44tf1CydmM2187+ZZmf63ke+zTw2T2zUSc7i16lHEs520cKZiYmGYgPj/xUQDEt52yD4VnZ3FWi+DDRV1megzgC4yolHzeKSYfeghLCkEHO9YjvqF7L7+bmHbgl8xHfl6Cgo/tEOzj2qB6b3LvHNU0IfgadvSidrkNv/qiYovNGMB8Z1z4anTM19J1wTGUdKnNcbHyc+JbonOMFnGshOQbuH94Q9GjqK76PTjUTOUL8wsDX4yTr/+qsqO4qWXf8f1UeP7+EfH1xB5dizbJg2bBtOOUkYSuuYeez0F8b7xr9t39bkEH+Jx+4ofc/BhP/jaZhLwWN16zLf5OzJrF4c+u2ZXT2y3S7+TnM020x/aG5Lun8qUkXj8hTu9zOLL/9+2Zi5WFhaWFzy3R5ci/C9/GiN49O0ofZXS9Qnxmc7Tg2ySuZv0i+CgmS64quyLaKfvee+9QxeUJwde3qozaJGkmkbyTQKs6aPEImXzE9/qr5vCCV1U+9oOdxPNKRBZSMV3utHA+aHo4GGfAvqBq5sO4/dhMpRGf4nejg/gQki8zReWbcmTfPDdwcdvnLnz/adnwFX6+OrL3d92lUxFdO/bgSMEaM+2vBV8I+LYT31ba1R5lt0REXT5BfBg3nJzoQd83WPP8iGwhvQW9047TxhuPk0/jeyctzfy6C58AFH6eht59opaFstjhwAb47g4aiG8gB52f4LtAe2yHMPBTs++ayhdNfPuJL3jKkXTzZvHFbSL7/vqH4fM+1EXybYgc/bs24ss9DL4+cyiyj3Y5aHzbaV+txdJcXHh+PxeeBzsbenSGuMGGV0bchDxfL5l2Wqsm+Tz0gKfx5elCosOjd4JP8+NYyI6tpKNrCso/a9uA4OuZOQk+zLtcqrhgjVRsUZOT16h0QfZduyezj/i6u4JnrLs++8znYkI69X0e18V6Wge7LJLPWgS+5yNH/2cL8VWBb7QGfLzHaJ3GJ/bVGjsjuk6qhed5TLoYDHFjDZ2FmhU3YSPqvbbIbkmyzVe3YKG+b8ocHhQbGB7Sw9nH6cd63+InW1PnIoeV6PvANxMYR3xT4KPW81K3EhVhUfQBkzXM16rx+erM4BNnZ87MJH/xUST4OPv+/VIc7LKoQ10k3z+cKJ2K7KoUfNx44qpmtMdI40PlsiriQjl3fQfPr6oRfA/aC1nLNQnVal4yurN5pZ7MPh441KwzFBTkrRvEsF3zk/nHX98ecnSIcBbGa4vDiA9X8urtFXxtCenWBCMG7n3Y1U58967cayW+OPA9/Jj49DOO+I9+HcF8fyOuzLO8+DZEfP2PLcS37ciRvW3g42OVAkM0PrSehXbb0XzbeearOJ/UJ/gegk81Q+Y501BmoMyFefBk0ymCvIb6J3a/86fxR5DU8NT8k33fY/nJNlUbx5Rl0N9twP524qOhQ1OXo1KPgfsNle/KlWsNzJeo8l2YcaT++nf5F43LkK+U+e7/Y1vRo+qutcxHO/wCwRcUs1LjCzDamiOibAdF5QK+4tg4vAxjdzv5lZFk8rH2JV9Kbz2ZfgByRrq14C9ffl4KS3i6Jx8n4LfWMFrG0aZwo91M9MTaBsF3K5f4yC/3grVasedPrusAH8btH5JeB/gMiaEPcZxgBY37Rn5909q7bPl2zEb8Q3fRo6MXjI3gawWfry4sHNcU1Po+2ltkbCoOthxS+X4/NWhADN5tYi52c77RnW3XgnKQYA6ZgMxVas37y1efS07JJ+vPhcM5H8N6WMgPipUNg8TXkDyM2oVaz5culKLzs92YFHwY950RyXctLi4xWuUreTTyUdsy5bOCL/e+9WZ3bX+ZuJ5uS4M5U/Bhhx+P+9Sur6pYsWDY9x4ql3Lw6agP8UnQss1djc3mbzc1AxcVV6yoD/9yN91NTwXU0BcuPp2VE2/Bjnd/8LQL8dXED6u1S86FwpkmvX16Entpz4DvzpmGGmQf8aXd/UTwFY5HdfcO9OqXI18pZV+v4+vhs/1KlwkHep5gPpR+IX6y8iy1K/GRts79POorv/ygJxZ9X1jENq1eEXhSTmadhurFp1YhzqYTKw1r5Iobn8BzycA53ORGBj/ihOP3lLoni2bNOifGqHZJi1w9zHwVepNjGzq/yRrReGJ3O81Yg883Me6r93F2ZpfJOP0otdhnWB9cWFj4N0v04e1PwAc9F75CZF/vgNU6PWQzdZ3Ys3d/R6bZ4GsIDPeTfJN3bIolMor4TlDbWd45QXy68Ooy10loFVA6zjfQkxve6Uebwdf/MpAun6FFk8Myf/rBi77UjMNjrdFUj8dA9k0JvriB+mHR+V3qNtmsGQqOFgxUs6/vWqvIvjSz4Mvp6rIP3Zmp9hk2/fB8/8WTD21nOvh8iqfvlCkmHCl4+PiEma7sIrNPG/UVp9sw7DtxgviqWntidbrBvvgRDc99yDBvpem57bRjQNWI+IL5ac+eT9J74zEgQkgBDDfePU+PxK1yZjBOjNvBNyr4jEp+sWK03xkTfHfuaNkXbe57Fnyru7qU5umpWZ8NXcuQr5T4qkYH6qbH/4jz2HBB1o8fZCbGMV+Imn0xW7GnvdKqKOXgQ9dXUZ5cI/gaqphP7kLVkm/Onsmdji1c+TQ95qNvaZknBbno0VZY49fmbwZUPr64pQYbeWFFN2HHgWzcVhyro5rrUf1F7vza1irp6Pyujp/qaJ2mrk/l800D35Fzp1/p6tK3N/sMzK7oCk5fdnxWajwrewd8IpvbwUcHuzxI4ewL2hSiZh921dqUpHyLcnDfCeIrP5/aR3xjHZh00dDYz7P+WzDYg1k0Rsnn8R3ZenpnHYecoBO7h7Cp9XqckyRYFhmnEyOHzmHmu12l1zuysc/vFD54C3x3aq6BrwONJ2Wf4DM2t1cPzPofW358z1D2HSvrHRjw/2MT8b195JOHoeY4wecXRHxbt6pd32aLcgh8qFxyzkek+aIJGruu8clhn1sN48EnU48V3PBcJ1ZMxOcE9g7OPOQb5IrxY1gTIqced3xuezu040+T4nMr6cSotMGGHRvUzu8ldH75iqLciL0l+ajvS6z5Gnw7wNfe6RNxf9UxE0rPJeL7V9+Br6xyg4/PrvZOUzCOVQJfmhk44eFBauMpLgSpp1GfpeXSfur6ci7P+IWF6wyDD/+4dtvaMhwNzWzs5aY2PyJnkbcMYgE+hpc9H9tp8+G4E4ximzYZDR8wscrf/+f+dfdnfR71pcWGB57q899wkTu/LV2WwmILhg5jt6adfNfQ94HvMM5QoexrKh6YjV+mfJ9vS97gM1DdjOwjvve/imO+MD/sMdoq+Kx2fXKxktDUAj3BN7V1Ox2FdmO8/5FjJiqjbNu2ysptfCqd3OW2QDDdt/DN33jyIhVd3zbEpqrtWu///PM/X1M3O+tz9+6D6x0d12rCB+liiUHrgqpf4c4PIwejaWab3j50CnUn+j41+wyhZuI75+TLBt/jNZ6Ip8j3V9+WfVnBdYJPbzpWgaMlvtKZ09LiwLcpDJdTwnFmkzdsilIdZVFo3NCCrm/L5VuTdPRZwOTk5KmAdTiw/NbExKOpmWJcE7KSIruMKRdWBIS3jjsflvnzD2tqQemOShf8DyNxbZn45FX+K36+YgVSDWgPH17vuHctMyW6hwPnc2emhQX5hQyofLe7jUbFkaooxjN9SD5kXwOiQ/CN7j13rokazyafiIvIvpFlwPfvPPhK0/XHhu/7VDd3Cr4je7/SJRJfIJ3djkmXF2NOjV81Ng8UNisn1a5vy8lWHDy4Ms4grp3lNzZ2imJdSGBfX+utW4CcmhkojkjNZkscB0qYXqMJtpFCUo9LF29hhuMNqlgiKMkgtgtiiDV1lGc+PmR2/cqVe9cI7VOKzMxMsxaZiYnoF8amnKXnNr0FQwe9fSKQ+M6AjxpPXai5dfQw8Zn0zZUDA7MjpoUbT/jNc4rREvJZS0tHTJ/vuj8Q2UmNZ/kXR/Y+q0uMjqPsCwlbx3xWu7HSYbIoORpf/ZmtMdvDQlF8Gih0uIxGeGz44ODgGEdQWFg4KFtvTTx4wJbVdFVGfAhxVXJyZTIu1wpTEdoJDhxar5Ul+LjukOcDojlEcuFDAtevWr9qDaIOMQsxyjKQUZ5dS0kJZTTEH8yJFDs5aNNsBmSiISjo1IP6FfATpacpIX2mUm93hItJF+LruHcvJTRR8q0tceQHK3pMmi1DPn16WXWttYn5Gvc+G5uYkhmdZggJC1u5HXynzqAuS7VaEpSKc6Lr23JyfQAaz9jocFx7CIA44gyn+kXjkil0AkEcccISoVkiK2vEm3piAp6PphB37w5QRERGVldXH0WIzzxajyCbzut/mO2sAw/iqIhqHwScEMLqwXVoIe5BLDQ0NA3tIotlmmEm1fLoK0/TA58ZfGg9T03U16md3ysmo96RhH9jzZnpVkQH+K7k7UT2tR0+fSnBZDLZtj37bHGXRT/PsP3f/IB8eEfpTSMRd30sCfgAzZwvGvd8HZ6YuDszNNYvPDBA8E1czbLh6l8JCYcuqXyRAej4dKGxgi+OAOMACEIRoaF8nyY8SRQvLjRlxKp5C1W4cnS4xPV7eR+6PLzGEUqBX0tWrMVif0BGSTBhxisZ0o90owODTrXuWAO+UfDlmIy2knwbWs8Q4mu4QtmXlxhqbtD4LhjvPrQqxFe67PiKSvX69KGHPooJfBv3gC/QnFmQGR0eEh4XsBV8Y1F2fdNMuoULT8xXbzw5M7k9Zp0uNE7wIRiPIxqLxohIUcMXP4OnfPnZUCb+FAo9c0XmATMbuURmSkomd2KExV5mM6mgPwMWsgxr3DRCfigWCYj/KDE0NuxU3/pVaudXYTIqhTMJelt+yBlKvg8Fnxl8J44wn9FUW9Rl6TQVjiw3PhwnCD5T4dkifTAaz5c+a3wbfCl5ZvCFpQi+M3ajkupQEpTOEzxsWH35EdrOTbGhvtx0Uu5pySdDc0JnxHxpeCYThZ8IM9+BJCU0EwAekViQp2aU9pLDJjFTfQQI1QgPXPlIkNdewYYQxH+UYggKCa+uqhuGH5WeVHsmYd5z+oYLX0rmBPEpgs+k6Jvag0vn4vvPPyxfYalJb9LjcrrEt2Nv49ujfZkpO81oYIJSVhIfxuy24tLmBKX+EvO9cHkChWcILq5o0BnYzleknacd4BgPTJR9eAaCbpECQOkko6AAZCL4RScb5mM6rGQ+gTvvsUKQ423gGxY0NpXLnR+Vnlm2EqsNe41iBF+rxrf/9OnbzKfX65stRaLyXJLTaxfPN1JUasOfGCz4cg8fIb7QneY08IUS39Z0O025oHIpJ77uii2/qG+djAkICkdTSHrIK5d+DwvT0U0LJBsJSz4ZxEdS3nwUBKcmWkFeoksPJ7PPk69A3Ao8QvMTvyczNDBs7EFnndp65lLr6UDrGRxzA3xXiK/AnJLiymdSLP1F6PyWHV9h8HiJXeiBr/LIkbfbwIeLeoaFhfhS4zl9VS/azgTl4KUWGrRvfGXHja0xAYGB0SlpIvcAIzNONpgyKP3oZ8STZu6+xB3nHyl5Rh74OMecfDt3Cj75JCUSZyD4CMgDbTevPAjBZ04JDxub6NwFPho6rO7ikbv+6vQk+Dow6yL4HuzDGSqKHi2nSa8o42eb0wtHlh+fPn26yKbyJTSCr5X44sLC/OIo+2rBF5GPutNyCHwY9b1Qvwt86wID05hPSz2Zdm5uXG+Aj/WAJoMZgSX9oEOa4JNtJJclnH2yLJENIp4VOm52Igq0tQQEX0qKLmysITe+7uIo0g+1S5ZRtJ720q03ROXZcA2lS+iDD5B9F4gvWLGfHbqsLEu+dPvIdKki/LqMjYffPkF85tiwoLDY7bhamw29tgN1JwpPajsP5mzojMC4YVNgWFpmqFa1OPE87DhQhZjpG9jAFhaZZYIPHhqcVuQfOOAmRzT4IX7sErtJhCgJSShpZt6h+hUgsTINYWM1yeBD+qF2ydJnKeloPfU4V4UuJI/L8uw0p8Q+3Itj5C8o1Hjaas9ePmlMX46NZ7rePjJeqBd8WfsO7/mg4dPQxMwQv3VBK8E37mw762nKBV3ff2+fmaTKJSxO45N63nRERmJ4Ruh5B/goh6QWrQ7slkyUMUQDPo1SC4EiHA/MqXYA4e7HfOjZwyMqma+Nahe0nhkX9FeHXgxopehLNPum/J+955gPXeNZS3u9siz5gvVoNcZNJvDRoWZH3vq/PaGJKSEr19Gptdv1NgyISi3GBGWLaDsrNj7fjnFDQFhgmCEFfJx73GpKOVc6HqfRA6eelmycgDsptVwD/VymW/nBSQVVz/6NUUj3nQOCC8vcoQKKxjMzMzQ8cHCmCp2faD0rTVlZtiKHTa/Yb7x4o0Hw/aHnq/91k/io4wuu3dbc1JSwTPmMeltRrZ74TPtRer5371Nzit/KlQHrtlPy6RMcwQnIvgrBV/6Cf+ct5osLTaOik3MPalg83aSYm55r4CFefc2NKHjllmJAQTtJzgiXPCMW8dyBN9+RVO9gcQ8ByNbEh5YxcGyqKV4d+f2iC0O/dMdavf6qYzKGxu5n8AEVF85/hoOswYdXJ8rWtNbowvcflw9fOvj0xtpCowmx/7PDe/5YFt0Tt1JcE+TUCN6SGSU2I/y6T7S0dVfkbKjagQnrlYHIvlCaE+Pkc8k7TzhON1VP9m+SLw89l2fFOEcjiPRjTBmcc8T7zutvSixsYoXAiu4FIPtpfIbwsQdN2erID9NmRj0mzhSk35lTfq24uNIZh3KhG3wV4LOllxiVJuNCfP/yB+XDwCa9NliP9Nu/5/DbL10YGb+xch0+MfpUP5LP4kDbicqljbu+53OTbkzGrAsPCzNEp8VJPW86aQckTY/DdShNyQcbLzBWw42CAArypKUab2osb77+OpzmDwZU+VAu+caONVRlq7XLqD4LrWepw6I32UfGTgX13bjhaLZ1EV/OBUUJLlmrGC36ZcynD1ZKazHEwYGeR97K6bLp+9fhIOtTN2w2vb7Mgb+cp8zAN/zzzmJ0in6BYWG6NHUiU+PzktPAgMR40s3FDxnFBqqYBJMJBQHBx99yBmcWOb7xxptvvo6Fblhj0QLbzgx08qXFDtbsyubOD7WLKQvFy9BmvAJXHadOjd2Y6rSYmK/LotRm2PUJCShglicf9PSmYGNtkQK+z458dLBLr4yMI/f8gu16vc2KthOVS/3+ljZ0fav926dozgV8sU4+zj2vrNOCjJxPyGqSvngTIJ4dl2j4cJNBowKpq9lik1L09TfeANT8ITJQpB9NmqF20QXqIiqP1gk+7PIzZqH1LLFh+tBubW2YgZ6pq01kn70232bSJxjxJl+ufFngM+nPlirHWpB93V0otvT9Z1pH7JgtSnCkJxBfOQ/aN6wShWdQWIhfuG+c4OPc48yTdq7tJPO5PpaIpEhUMrjHcg8IOOFkyP/s9TdefgNBUrjDBm26itKPSr6UNEP44FTTUbXz20F8RtNQmaJH+4nD6lCv6FW+2hJQGvESLFO+YCPSD+MGxTReeoH4DnWZaJZIb7PhH6FYa5F8VHjyhOfzVSg8AwLWhWGHuthTxHrM55V4sp6UmwjPjo4KDw8yyhePBHrHndM1oAc+7wCjTD9uPcVbKdM3TofaJekod34bu7Ky0M7UDtn0CIUmypCHt2+e++z82VpYmpQE/XLlU7MvOFgJHi967+0jb7WAjwDxL0DhMoTChQvPNqpc/Ktyz2zFQWbh4eHY2efSeLonnxefxPOoUg7Mw0dCrkryWYqF+TgDXdPvTclHxa45DXwduanc+WHajPiMwWezkH5qdGU1/m5vo+Nss0UJNiUYlzkf+dlGxns/euvv9lP2cZiUqFpbluBrE3wb/atoxjNgHQ5u0YUHGtw7v7kJRd+n5p1Ecy1R+Gk8xZpahcI3rY9zwYKPR2hFyzyhDRy4GUAdHJ2GQ/yTU48y3yiaTpF+tZR+Jv6XXx19OH2nttmWAD4L+JZt6bLWKPhwUEfw+PTE1y12lQ9rG5JPDz5jJ436unNeWNU5Mwk9P10snQAfHq7T8bEucvdsqNcQEJG3W6Pz6MK4KpG0Xr6aJMTmj5dfdxuky3D+Os0PgfwzZ6boAuMitx3loUP3WlMW8k8x9Y+I9EPTaVOm79x68PXJLr1lufMlaHymCzlfTt+5029ThB88rWfR84nCUwwbcjas4colhA6SoGtjanuL0tJcBhHOZHSOHFx0pB7zecUCzeQChp4/6Zp6oiHmTdH7gc+Mo6nuViYxX1ulaD1RfJ6l4pO2gqenL/36o7eqjhGfPkG/jBtPlFV65vv80P9466Ov74xbbCbRgBjPpivMt+VSm5ivXtU+Ab7AEJzex17abiA5Oy3nxmTnh4XDm5Elvfjg9zQCv0nD1fjgh8MrDLGDqF3quPX0B59QG6+1U/FiKx0vudp4Ex8D0IUXIRh1wLLOPo3vWPmext99YhsfH7Er0LP1U89HXZ8RhSdXLp3Y1b4y3E8HPWSec8xObl6zLu6DPann2jjOnYXfagcR7+fm4uPck3zq2CGRapeqJLXzG0bpCT80n/Cz2wvPns2yGS/dPHdpLfgU1OaYl6HsK112fKVufFv2NL7VomAPxNkRu13pP6sYiW8tFZ7o+spXr6pKRuWySednUNtNTQ/pB0m696xcPOkkGuJxrLx7OvpCqYmVa3i3pTzv+Q4eaenn5NuZFitql7pe+N3uNYnkQ5dnmp4eHx93WGxd287dpEshox8EH5Lv/wc+XJTu7RNoRPRn8Y+YHscQCPvCEE1t4KtA5dJUjH21IQY/Hfg0PfChNcoUx0jwHnGPptNbTuaYK5OrFPvA6UlDSmod4GuvqcnKMy/MF6obrKkuU2sXzHqyH3LtbP9Qgh0Dh8pzp8HHgyj9suH7t3PwidKT+Q43vr0fDxR78NnxEhv0iC8BfNT1Yc6lk6bMwnRoPEX2yUF73s5MbLrtE5oHb87qxDPBnk4ItNde/ZWWfmg9mc+cl6ILH5zZptUua9XOD1Q2O8oX8FWdPk1XsjZROPmGloaP/BbPl+DMPlyU7ot9RvF2s9ttjEffz6VhQ8WWFTxlFqij7OOuT0s+DKhQzwk6bzwKl8TzTj1XucfDew0LrXA3Lx4tr7326mvvvixbT6pdBB/XLjxw59KTQ2ipfCfwSPAZfzA++H07n1HNPlyUbs++BJNeBvzEkRLEN+yPKTMM2sN1frHefHzIipzddO/zFm43nfGtavwFFSciK85H+Kt3AQg+0Xxy7UJ8uF5+LKbN1M6vbZXGJ2ddcm+Cz2T6obPvMfjW4m/n7Gs60rinEXyufqhclBzq+qhyWUX7amNjXfkyNb7deS7ZJ/efe+tJPmSFZ4c3HxtCUOHGC2605kUSevC9+reCj/Vc+MxptMsPfBepdvl5sOQzMd/qm+dOt0HOyadfrnwJRpWvqxIf3X44t0vaQQ98GDd0U+Wypql6HQ4S1DEfDdhTXPnkgdFzli1z5t7j5R3LeYd8br7se434tN0RrnzRsVS7JDHfcLBX9uUQXxfzQQ/1QeFy5CtkPnR+4FvbeOTwZy9JPnrbUWnTTXxbNtCUGRWezOcyXZ2JlhNHGEk977rFu9/zSDxPQKnjorVgzM2H0uU1jY9HDgXEF4o5vwFt3mXUu/GscOXDHuvlzEe1Cx9qduTwF1u6ZPKhohaFJ1cuyXyUmU72ffPx8c68uXPvcbo8omAwLI8fczSe7746J19iSizt8qOBey/40MzoTV582PUpQvQgOD1zOfIpzRZLAu3kQohDzcqdfEYsYsK6zVm5UOEZK/lSNL4C4vNIPsnn2vEt1G5KvkUGsD37vrn4EjHtaYgdmwCfSL9RjBw8sq9b8uHh/2Pu/oOiOtN8gf9x6/5z7x+7W7Nbu3X9EXXMDhvvTNYYpycl2HaQ30y3gDagwm0GG1CEiGDolvR2Iw2icFWUX6Yn2GZ74kRYklpJrEGH0cIJtwyFuCQVJusocYgZo1NOqpjZMv5zv8/7nNNvd5/uIxLI+HDoPmASSX943vd53vOjn1o+m8PpdLoRDgud7AK+hl6gqfkn2r5tAdG0g+8UFZ7MVxiSfeW7avZq+WooInoGWbPITmF2etvxwTvY6AOxmx41gI/Pvs3ocrJk7YLS0xTJFwjlQ/ZZnko+h9vpGMcP5nS2Oq1G3NWs41+OhpQuFho2LMdvi8plTWMJXd5gBl9qSOOg8u3bS3wxk2+/Ro8jakO3XaqxFgU/yZBfC1QJqArK7KPiRV12Yb5ycbpSQQnzreLaRY6f1sBvh3/boPBZno7B8++iZJ875/UuHj3dDsH3f3vw80o/cbxBVC7PrTk7Qpc3xKcmqnxCLwYf6/HydGTuxaLDh0w1tqOPqHaRlKERztcdwndC5ducmZpgHlHXXSJKTzjeJj6f0sbTEGR1uP1PA5+8n+cz4Muw5/Cyi7Wp2NZ7jBY9xWCv9g1UMzdQ9l1b9dLZKVF4Ep88QTeET5N8sm5hvdiTHi+gBEObYo/B44cwPy3fnlC+pFTULl6uXcDnMYb6We3D4CsL8uE1ekr5LAfVVTOvx3cUfIdC2gY7jfo5/Zj6cKLES2/RdbUp8ebE5xPEVZkx+fSHzhgVS8RE9wQhlcMAtXw8+TEfSk8+Xeky+AZMQk/yGYbPD58Hn5X5DIanlC9ZZJ8dfL3ebN/RD7BqZrDKzsGi8pVdW8OVS4I5NWtjKp/jGX3w1PZ8Wj1ExLAZpjfHALsEDOPbGsGH080SU+l0JaX09ITXLjjgAL5NlH0IUbpY3U8fn5/5DBbKvqJGyr5XO7xWqCnDJ/E1isJz3ZrGRloywylmWRsTePBUKxfJF5F8suWTE58W78ntKvkhqqDUQ4CvsjSSbxf4ysuzUnGVn1p6esHHxQvz7fwt+Lb1KtlnR/0GPufNhbnCaO7Z58Tc10V9O/jsRb6GV+tf6+yyAk/ocdtXFRBrLi80Nr9Mx2oFXyH4IrLvcFQ+rZ4WL5SPBGKa8VbJG0LsREZE9lUKvlotX2Hq+sQlJVS7DER0DhZj7w9wrP38TpWPVg5NePPTp5HvYBcWremQg8XjOwC+tior7HguEBXzFiRf6JKZOS6Eb4eWT+pp65bHDZwx4NSQeyFfk6nWjwEF33Y+D1Tl20d8m1G7JNDpSsz3gig95Yr1BvANVQX5kH3g8z9lfK0uZ7UHfDx4gq/s1fq2D473kp0gtNOwUXabpr5/Egf7VL44yVcu+UIqF83MFz33YhWcMOFcm2Vo/CTfdvBhL9j4ST6uXeAnOgcEUTFfGfE19oKTB09DE/jco98K3yzfgkry5Qg+o8e34YN6sWpmsQhBBPGJyuWFl85Ogm99YsTgyXz7JJ9GT/JpUi/WnCdTa7ZB1tr808m+cio92xvBx6WnVa57gq+B+LzMRxcgFVkE3zNPH18O8RmJr8R3/LV6ddXMYhd8OWrhuSqPC894ZN965ksKGTxrwKc3dkbNPby+0fBmmXTdOimo8lVWVFZWhGYf+THfjnjwvZSrlp7gC1/yHB72KoMnjUGcfQtzV6VvyocVPc6+s23g67cSHQ2d6okuDbgX1lqcZcaFZwQfZx/4amIULlIvgi/2lBedCx+8g2dsUlGHrzSUbw+yT/JlJUy0nCwhPvgVmbR8RQofXoUii40ah2cW5J5mc3z3TJl9GDaIz4bD7R2f9ijHGuwIg1p4fn9NVdoP6VZ0Ch8ihG+zlm8fhXbo3BqFT1NhRrWjh/CAJ5PGBNTyycGzPA7vMjniPRksPYN+QAuA77ZFzT6cKtlk8xPfgtzP8xvw+ccPdil9u7XEllPfgVUzjJwCDw8YNbaJwnPVWloy+8nLxFeoyb7NNeF88liD3tAZlS9y0mMoSRcFMFr+ycEzVvbhxm0JE/eqUHrS5LcOfIqfhRddhm4bg9lnL7I8nXzVnibwGRQ+C/hePUR8RuBx5bKB+4a1WDIThWe8uTBFyb58WXkyn2bqiz10Mpy2ZBF8PDqKp1lETD/JJ2sXyYfOYeJuFS+bcekZzL6iIeKTJ5rhZXD4/eBbkHtZz/F928Hnqi4wEh8veo4bia8+R4yc2MTPfUBULs+98NYpXvE0E18mD56RfNrkg5/kizZwanKPg7LqSSKKn+TbytkXwYf7g9AdCtRVT4/k620kPnmqi+RbkDcCmAUf/B7H19vo6T3U2fFaB5ZdLKxHa7UN3DdU7bzAhSdnX+ipLpu1fNrCJUbZEkon+dgupmApP+r6Sb73kH0IDd+O+ISJQapduPQMGT17q85jzaxf5bMLPudfiO9/6fH5i41dXZj7BJ8BfPVtbcetqh4KT6/SN+x8SS084yn7ZNsXXnmGJl9sPr1mgfl05LDhUxtaP/C9V9mNwZPTL5IvETfHWuKVq56sh4qb18yYj7v2HKMbfK0LyAc/yQe/WfC5wJdsAZ9B8OGIUV8bll029QIOgDRoGHcG+gXf2bof/5+frDYTX2ZKSmEo32ZZusjki1a4aEfO6HxR3SjoiffxCUOd/GO+7vcweMbiw20vr37eKEtPwCnZV0Z8DcHBU/D5/c6nkC/DSHwW4ivy9PaA79MDVguXnvi5LVv4TIlVb1Hh+XyimQbPhBRx81x5cZiafdqxM2rZqaun5RNiDMhy7Mi7UfzCsq+bBk9t6cKlJ92XVeFbx9nHfA2Sj091MSD7XH7X08XXCr9qa3DR04DjtdS3H0X2caBvoBVP8L3w1qSy4hkfj4o7U1YuSvbVxOBDxNCL2epFzHmspQ19P578Kiu6u99D6RKefbuIj0vP9iqFbwB8smsXfD7OPtLLsSL7nko+I/HRedYm8DVg0fPTY1bJZ6HKBV37c8dvofBcHw+9eJF9csWaDjQwn37bIPU4ZjHvsY1MuughBTWTX/d70fjEHWDLxW1129e8ciR4rqcKSF37bTrYrvLl5Jicfif4Fu69a+cyeCL8vGZt5Ow70Aa+PhUPekX9xHdt3bZtVHimxHP2EZ88z4z59snseyI+7cQXwUdAOnRaP8mHyrO0dCaSb+/mGuYzp0wMvpJ35LKoXUqsxMfHWsDHB9uNXLoU5ZhcTtdC88HvyflMB7uKDCpfWVs9+vYc5rODjw+1X1t3/JXV1DdE8nH2le8CmG726Y6d0cZNYQKbWUXM2W9rxXvg0w6ezIfb6q5PGGkUfHzIjzKQFnxvI/uGNvnUk6xRAtieQr5W4hvnNWvm20R89V1Gzj5kJZbMmG/kP8W1YdDjuS+kckHQfRz3y75BLnhq+HZj0xs6GTDGbFehPtGm9dN07pUzpZWhfHvC+XDL7ompncTH16mQHwCtRcPnMXhuwZlKPHgKPoTg+87TwEd+z9x0uVr9nibwGWjus3t8x8H3WsdZlY+uDWO+d1B40rVh4Euk7FO79nJl7hO3LN4r+aAXNftk+unXLUQYHVC7B2wGJPzQg3+4um9rKSpP9Zpp5ju8V+WL47cE4MYPV7iLsKBrHwLf0Dae+/gaOQdyz3XzGSTfbPigN0c+PtzOfPAL5/v7cD6/yD4L8Vmtgm8b8bUdN9LwyfeUYD56842f/Pj5RPglEl+SrFxE9vGFHypejaw7I3MvnI7BNK1CmFcFthjBfyYVw7JQzH34eytmtqp8fLhd5eNF68mdzIfaxcp69t4tWHS5PbSTB09xzoHFgZfKGcH39yrff2M+6Am+/z4/fLr3JuDsQ2RYxODJfFWd9R1tH5RZc5Tsw7Fa4tvw/XduiQVrzr7UBPAlhfCVn9hfjkee/OTpudoD7VCUjDK2Y4u2dB0ZDAMfTjQ8yZBnvKinSvCFZ90VNGDLyU/yic6hZQ3zYd0lyLeJDhfhXAmVD4OnOzT7/se3wfcPT8xX7OvqAN+nR6058MtBVAUCnH3HT1HfIPjiM1NTwvgQe/eJJ/EQum4tGXVONtN6zuUcTyU0V7h344+0fPBjvsGTa8BHk99zJh487aJrp6O1zGcUXbsL8Xi+f1hgvr8K46PRU1zlQGe7WO3JPi/xvXqsyZIj9Jq29DHflp03wJdCfIkR2Qcw8tvLe/KECc2ZgrHs6DWPyET9MzuRlpSgsRVVOnzsrhTfis6HYw4bU9NVvgGFz2Klrp2P1lLQQWujk+YZ/7fPBz99PlweNj4+TmeaOd2XDPUd9Z2v9jTlcGDNhfmOH1H6hnjwYcpIygznI7FdYXw1MY4aIR5zxDbYunMdEzNinOcSnsbQi82HYw4pKSM7wce3dyE8hDHAfHLwzLFq+f4qlA96C88nzxRkvulqF8Lt5GhtxQkTh4ivL0cJXJ0iFl1efCftx0rfkEhzn+STtyNA7amEdNPULuElJyKyzuRC5T1ss4nwKiakhwhVpXyWnUMYX1aC7BwC/XYr9ETbdx58AaNVzn0m0SK7Ivj+7i/Kt2g6oxWtg/H11w9a7CaHw2rBBZqd4Dt0kPWocuE1s3emRd9AfInMJ483cMbpdQzamlO7OB3eHmiDrDR67CcVhZ8UlPkYjQ9+cQkJ6ByY77q4NR0lH7V9OFprlXzc9vnVuQ96fzG+v5Z8N6uJz3ZQnCYvmhw65ND5Wn1XE4+dZ/ndGzZ9/9ey7VP4kkL59A/0yeFSTxARi09rSVtkROngFT3px4MnBgrmy0wF306Vb0Mvj51dQ4KvV+Ezir4BkfEt8T3+TMG/ZT6/C3yOHGrbUboQ3zFkX1vncYVvy3AgwG3fXfC9zFNfVhhfZLWid6xB4iFi6enz8YDJiYfPGHwIyRdeu+Ano8tpZOl5hho/vq2uUfBZqwSfvDFBkM8l+f76W+WDXxS+0WriczMf35nnWBtKz7aypoOC7yjugcxtH/E9nxjBt0OHbz+FfvJxPCkfyWGLFty7a489hNcukm8zSs+rZ6peYT56K0YD5rneDeeHIvlE31A9umiWZ+kuAB/8IvnuZwg+C/zszIcjRtS3HxB8lqq+APP94Owt8Im2LzFL4cvnyoVC6umf4xK24CLPa5k1n8w4yaetXTj0+ZQ6GTdFvvpJ9kvg4zdUEQc6qe3jo7XMZ/wW+Z7oZJfvFbgQTntXEfHRj+praCO+Y00HD3Z1XTowzHd0eXHLznbwpSRCj7LPnJofha8m9tSnTb7oeKpgdDsknjpyMmSkH0eU5WuVrzaCD6e7mJPUxi+A9Os1YO7rB99tOlrLQQvZgi/jfiQf9OaDj89VeuIDfisz/C6ENQd86g11xeDZR3rinW+QfSg8t1W1vKvyZTGfXHMJGzv1zg9kvTkOnhDjB9pmkX5ST/px6cl8XHtmJcQnpYHvMvPdNlhxNTH6BnG0Njh4Wqyi8Mz43hMfbOezdBeWz8RX+Am+TcTXWX+WTt7tGe5B4Xm0bNMPtuWB74cJiXTnePDFp+ZHTH2aVTJt4SL5OJ5ML9gN8mP0GTCMjwGjjZ50ZgCnH06Uz0qqw9lKzBcYxvUdNPWBb2hDCB+3fckLyvdkh9u/A75nM0TnMH6QD/gR33HwdXa0HW062HR0qCfQ0yOu7duWN/guunbw0T3Io/PVRD/OF3m0IVJvNn4MxWxCLfgUyRcr/UL59qt8iExzXNKIV+WDX0PvpQD0hof5gAPPfUrbV71yYU51iX3AT/+I0bN+wefA4KlmX1Un+Do7Dh28dGAIYye/VfsLO18hPrPIPvAlgi+k64uVfDL7dPgQs+VjP6YjOzxoQtM7xOCr4dEzKbUQfCUnVb7bw/39oCO+Rpl9Cp9/JektON8sjxiBz6V0DrLyLDpdX9/Zebq+5+jwIeIL0A151laVDE78eHV8okg+8Jnz9cZOzj6pF7tyQUg8HT7Zqks1HkBnxwc/echvz74ajJ+cfknmzMxpb+4rR4iPJr/bRIdPurpP8jl40eXZ8MN983Wwfa6HHJaOMp+FzxSEXy8uUiG+Q0ND0CM/viFPc+rGH65OVPiSssz5CMnHeiof6+nzhRzMYzvxqasnBYNjJ+3OcuVFpp/kg19+YhLx0dtIc/YhFL4iyaf2Dc8uzOG+uS56Lr4i+JzgsxsFn4nWrDve6Kg/dEjlw5v25TXmDk788EfK2FkIvh1y7NS27LLsjKanv2SmX7uI4Cfm005/7Kfp3cP49u3fR3wI8BXWeXJzmQ96faQn+AySz+gWlcuVxaEr1vN3vGjOa9YfF/tbRefAF2ha8Xmo8zTxsR/4jh5YtzbP6x2cWP1yFnJP8oWOnfozn96SGflp8RQjTdEZGkwXvXjRmfwQgo/9dsT9sqXOU5B7UuFDMN8Q7kOu8ln4aF/Gxwu05DlrPk3fXi34TNw4mHjNOjz78J6Ledkl3lMTPwQf+RUW5sfF74hIPrVhl3gkpz2mp6BpJ7yQrl0nC6UhP2lDInJIRV65rkUc3rf/sOK3o/Bce0lyQUE2+Dj5+phPWbE2EZ9s+74lvtle4fePfqVzwOCp1C5Hie8N8FGAD5VLXklB162J1Ruz+L1vMvPjEnfI91xkQc3b3DBl9JvH18qYxY08sT02Yt1Tt5Yj7B1Q9+0FH/yIrzzp3F1vRnFB7hE1+4aJTy55Cr5xMfVVP8t9w7yvWOvw6fftVHryMYcg34HXwNdJgyePng0b1mQXFOTcnPjReuKDXmZ+ZkqqOGuCbwrJkgypf1seaSap5FgakpByHSWYh/IxIrQH4MNIpWLwTTT3Ht4DPi4+MxPrPMnFxQXgE3p9zMdXOHD2BfsGDd//nJ8lT/DNbdll8ahb6Rwsku90B0rPYPo1vIjkK/AYBt9dn5Wo8pmT5LF21UvFklISSSoh9K8+kcPknIILGu36p8JJlFvpnY2QhSL9rp7xZhDfycvgIz3JJwdPR6soPBfH7Nr/AnxYdkHt4uDSU80+I93aRfBx8fLTnoZ10CtOzpkCH2Y+kW+ZheWaroH1tGVn9J5dhZS1S8h6tTRUJMPKF3ncXXypf9hWW7wg9p/Yo/DVPBjM9mQkww98pCf5yhQ+I/jcYuq78mSnyC8In1x24dpl3E98dubj9zECH5Web9dz9q0qKSguTh7PuTURl6jcAjkzjvikn/ZOEiK0ZWfspl2/ZIGX7PgiS5XH+rEe+Uk+fjfNBzvSDdXQSy7OBl8f9IKD5yaZfUY3ZZ/je4sWlu+Jl10w+TmcLoSRB08Tr5oR32n4Md/akmLwZYzntE8ofPlJhTt2aLo+7YG+2fMh9PUi+wa5D9bIiN47yGkQfPvpfR9rHpwbXJWLsRN8JeALjp314NtCfCbBx32Dg1c85aLLgvM9/q50S93ifIlxOfd5O06j8XsffGL47DmwpqQ4ORl8hltZ5quY+ogvM6iHmP31tNrDDbM+V0JVYjF8ylE01nE/DZ86evK7FO97UDhZcPfUkWIRuYJvmAJ66oq1SRzuM7kUvjktuoBvARo/hc8l+Gw54hoVjPS9htMdqF2Ij/LvzZ6yl5jPe+HMr6fbr14VZ0kUMh9Cw7dfh0/qyZh1+nHIeU8IRl84C80/zcILSpf9tXtOPMicrHtu7fELt/45IyODSk/wieSrHxKNg1fl477B73cvlW1frLM8F44v1p153E7qHLqKrGLwRBx6Q2TfaeJ7+1DPtTxULhkZntELW2wGLwDPMZ+mdEGEJR9PfbEGT2xPNnrKYDi2jBrEp/WTfOgggDdddfmLJY2jv1uVjNqFOocAFy6sN2zvDfLZBJ9r8d8szIlK36DxW7RC8Lm9xCeXXcAHv7fBd+xaNviQfL+bfMtfnWHwTrXHn0vK1FYuumOndsFTX49plNwKjxkET3nq4KlfvEg98PHPgoplcrrxyBeItNwLUwXJlH8nwaeMnbxmZrKyHx9v8LucMe4G+RfmE51Dkdeo8PmOofHreOM04m0A9lzLLqbCs/gfp8czqhHIwMm4icw5jJ0IoovQihwX2SgixPfCDBEsF1NPph82iVj78MHgZJ0XeIglaY0rv+cBHxq/Aegd4uzjk3SV0oUKTyQfXZu5QGe6zLXxg99KwecyNAb5jr6K7EP6IZivoBhxc+URN/BI0F40Pdly7tyOIJ/2WgbIIaQbInj1Ag697Yn6hirhS2nR3khYvJU+3QVhD24VWDETM5haUuIvRerhWN9hJN6Z+9Xek0tEpKfVlaz8Hs0Nxc3EBz+e+uiePMxHhacffC68ce2Cde2x+R7XOSxzuKgs9nTZBR8vu7z/xhusJ/hy4VcwujLPQXoU/vGi9PvtmefiPvmE1l0o/xgw5vWYrEdwh2vu3PnkkxaOTxAttNGeDP4O/wFvYTE4SP/mnb2H99duD11HC1s14+VpoPPb1d6hvzXObG6ZvOkpSg/iVVeXrFxJv57pzEdRXy8XXUT2WcXY6VgOvVkca58PPp0DtpGdg6NVdA5nDSrfcQyenH2It3vWZefmFuSWrFi5JgNRjY0AM+yG6bvt5tREZhBxR4nNd+7surMXqJGhwA3i9ccH7dEufxUe8nst/BEZ9Ed44r9Txid3PgkN9Z+lSFifcmryfrKnuK4urS4tLa0OdoiC5StL0tIKmI/xZNcuanH0Da24H5YNfLp9w5zbPsk3h84B87ITpWcV84m+vUPwcYAPfrnZK5bvzEhmO85A/7ihYHqyfTAlJeJ1jxUM0jKfMTjbSL2a0DI5VWzwVPtJD3Qi8PtYsnxldnp6enNzM/Px4MldOw+elnHw4aDasrC+Qaft0/LNR98e/ZDRYoeT+NxdRSpfUUfHaQyeil/PqpPZuc3E90IxJgkASkE3BJGDgwlXUxU6+cEP+JxfsFmHTGmcBz/Yfneq2AM7f3Ud2WFH6BWnpeUtX5nXTHpcuqBoQdQPn+euHWGkBWvmm3Xf8M35Zn1XQbylp8s16vR6rezXaz8NO5l9q7JPNlP2rVxV0EyzYHIoIAmW1N090556NdWsDIVCbGHUCukhC8/6ctIuntKu/f50gWHcT1GND3qiqEtLT0tLf2X5ipPAYz6E4ANiozp4gm8UY6fTtDT64aJ56drnwseXaLrdrVR6FjWK3zVxukQY3+WTFK9MC77m5nQ0gWoOKq9GssebO3K3vSU1JSU1mIM6glmDWbFD/w/F8X5siOhwLEdbYmpCirml/e50eokn2c8RYgc5Ef+0cuVLCh96dRo72c/LfHTJuHvUj+EJfLEKz3ng0zR+snPQLT0X3bS5yM/TaGQ+q6mv7fRpla/j2FrBl1238otcZGEzoiC9uJgAmRAbAoLp03fFVJjAeZg4mKWZDZkmMZ7OOKRQn7RfyG9oI14EOQIbf4sQD/1zvC3t1YTB9lv3p9NyiwqqVTdph8TjaE5/YeVy5nP80/nzQ3LRxcB80LP7aex0mBaT3hz6BvDNvXPg0lNn0Xq5yTVKpWej3RTSt7+v8L3WY2oWfnXPgu8k+LDh/xujaHW1JKTPDI/Xmz0yNdneMphyFa9faqoZEU8fHPKlR0S3ideVk34yzDJSzalwI7mWW/en6nKzSwoyVDcSFHKgQ6QH+Y6sXH4SU9+StLFVDTv7hoiPErDPamI+Q5FVNMY2h95tCWTfMD98sz1bCXxWkX3jVUG+hldPo3B5nx6uv9hgy/jiJATTli3BI8aYZg4yLFb7CBkF3sbs5jTKQyoZEOQogjEp8ARSysEgamwpbGFfqWbKLwXMgKb+TebB9sm7UyPpzXnekgIuUBAMB7pqxU71o/+Ltc+uOEn7bqfHZ+gBn+zaSc/m9Xpa/XiFTP5Fsc9T4sIzVt8wT3zRa5dlRtyTgEpPg8pXhr69o4NGzrevFTSNO4uXNENu5fIj4BORy34i6qSgeIHwUJyb3diYnT4yPXV/sv1Uy6D66qK64XyUISiDyQlT9hKo9BDPxizF8DLhUtVfD4zP7bcm709Nj6SVeBtxbgdaA/5heMMHBdBUuzTGQxz53lRzWtoSf6vD4tkZOM/HapWu3YRY481w+Vtb/dYVsz1PScs3D41fzNplmdXditHTiUVr9vNteQ107wu+DZeLjE5n3ZL05rWf3V8HRGzB7KNPQqQuWNTjoMQTPikKCLERTQc53r07iUEVRTzqiatqcEbKAJD6RFi8K7F5aFTIyGzw1K3JybtAq0tvpr8sLzsXPwsFebEaNpbjjOMnBPUKeMD22XT6Eug5c4zrtvWfl6dKMJ/nmsFNY6fbuDx65TI/fcNsS09t7bLU6qDR01XkVbOv6g3I4QOPx1e98uH4RefIkiXf/+zjF5GEFM30rBqChyKNgyD5E49il15ZcmykQbVuZHp6aur+/cnJW+2nThFnQgJ76kcCwgyuU+3tELt/f2pqGmhpudl5jXmN2SW5zYINn/QgAaUcqRGc2BBsdzIv78j075bU+Z3Oi/aD4//cGFCub5CLLp7n7H7iczQtJ70nKTy/MV/IqqfOifLgG4WfhzsHcby9g/wQbWe9l3M+dLbiVpZHPvv4eN7aNWyn8sk0xEaGUpEf+Cv+EtS59IJT5OXRUk46OKcQAL1LMRkR4pvAQsCrDv9+STb+A/i382BGqcah/F2Sj77m75EZ04ngJ5F22Xl56VN3p6/8znXx4scXbn5kz9tpH+bSE58DCl/RCybMfMS3LPwE+XkuPKPxzap2ecZmcmL0bE1G6UlBfXsn6ATfi9YBz4ddpz77+KLr48+mJ89MNa+pyhN0eIgYRBH8OvFThCW/ojLoH2wGJzwQbIrNi6AHfIFgadISXCRRJ4OoVDhsvKsUJxyCS+acjJONeWnoVOOpxbkwaL56tfjD8bJGE/g4hpTB01fyAs7lGh112Yzg00x92hXP+eDjzmFWtQv8/Jj8kH2OLg/zofGjyY9OVnqtwXftiOWjWxPmeOrk4s/Ft5y5l7am6hXG45B6/MhBPPyJiBxYEUGHMBC9b0oybJxzvC/zXBYnnHb8JH+vONKyG2E3aD4XLxrRc1cTJm59aCwow/sNCzraruGVEHyNNoydaNqtiyOnPk3lMp98qF1mOfmtwK1GkX4OL/Nx44fAuYJtx8YaBzwfJVPNGJ+ViJWOxKtXs9rvNVflSTl+RkjCcMZQRFHnSFDJqkxTUfV4AFbZ5Xgsg8FYDA9yT60y+VN8K9c7Mtly9Sr+b8QSAtVEEzc/8lzbNvZcMPkC154zUfg8jTS1tDpMpmeiTn36hSfzzUvnEPOY0fJLDgwPrU6DQeU7Cr56ABKf/VrBwY9OTZhFDUjnCbZknTvXcjcNlUjUkIAaRDUhtPOjisFUCAnFT/IBCyb0KMnknppgLEchy8x03sEflKT9JulcXCYiDnjrn0/FuujgwZ8XN3jH1p0P8vX3myhsJV5HK8ZOh9VGfLJp169c5s4329pFTn7LmmzOUfyIniKTTfjhfuSUfMTXY/P97yP2P94En/n5FHqr/Tg6TbfwXPm9Em8kXAifTMfwV5T5wibHiNE1cq9OmoajCRv1K9WKd+QgoH6DM49SzzO16wHuBJmfhMjM3FGzNyXFPHH/I8+RTSbftT8H+QIDPsGXZ3CP0tTXtCLm1DcvfcMsapcYnd9So41+xFaPV/DRidZcuuAq6T7TmHeg+MODOCS0fu/WveK6IpwoiGPsD/Z+bsgGE4V8ChUMR2S58HSUr76qEv49bcjZVLERX0soOYBHTsdcGRckf/nw4d5ddDPBfLqz0ObKr2vXp1wtQOFS5fMNBPkaAuvAh/B4XHht3DbqG/Sb9sjK5ZvzzW7yW2w1OehnzPCO22yidKnqwLxX34HtkGfM+mKJ5Y+TExt3fT1Tg99X0Im7Htc83PMHT4nKxgtQ6hdSMEqoaShNg5a8xyLSi/dZTGZdMNf4e1pD+TfIbxdU7360R9yPbkdSIa7XSNq1faY76d1TH1nGN9lt4Lt9m/0aAo3EZxv3ZJCew9S0LOrUN2+Vi37tojd6PmMyOdwY4P12Hjw9niKio+w7X2/w+RrXeT4qnjDv6644kV8Yl5hYmL95L13dUfH1l/CTOSe7iCiFaDTM0PoijIk9GDX4Z5KWzYIZHOmFnfC9YDYX1L339aOKPftryjMTxZWK+TXdM/t3TEx/ZKva5DP5rv9Z6OGhP2DvJT7bQPpFzHzgWyoXPPW6vgXh0538FvmteFtdjJ6XPWPEZ/DY8TZwwEP2dXjHbPYXPTkfXTi3d+tMbTmm+yxc5Ze/a39t6aNHX3cX54JFpqD6KFJQ+UoOXfJl1r7OUkZb67OTlAyvTjR+2l8Q/heht/vR148ezezNpEv0wZe540RFxeFfDnYdtJV5fSZbP/iAh8/AdS48BwKui6MO8BmXRh87561yieSTtUvsyY9Hz+WXbG6ba/Ti5dti8CwqMuFMXY7OqjGTb2e29Y9T53bVzuzelUR8cVnx5vytj77+eqb0qwLFTyESXKwZkXexxjbJIYK1ZFLSJgllDoYWJpJKPjWnSW3lqSBja2lt5dcz5alm6hjw/5FUXjtTWfPLu7+2eY9DzxQAnwilcvGN37588YrL5LBR4fkdna5Prrl8c75YtQtPftrWYdklm8PmGL3irr+M9POA72gbz31DbT8AX9E239l1SQ/2z2yvyS9UjnWnptY8em/P7tIvPWyjqEVml9SLkm/8oKaINGM4FSJIIPdUQilEX8qsVanl9yiSv6ro3l1ampSSyIftwbdr98zWXflfHB/bslPwDWHuwwa+a4Iv7Xb2xVEbXp0mf1jboDP1afnmr3aJPnqi9LS5Ta4rrUcDDp/gKyM+6NW3bQJo7xaP/df3frmvovTEDvCJw9xxiSmbK0pxmuU9j7TR1H5pvCP3gjbauUqCyGyK8s9hi5wA5ffZTXbuHAJ0JPlexUzlzExhCtlRZGHqq5zZ8+A3xz2mhiLweciOhs+h6/0vgM/q/lPAf8VpdYBvuXbs1J/6JN/8TH6xWwfULhg9baMXr51fMmb1eItMGzpJj7KvDHy+qhd9bx3ZsbeyApOfclYCXoKN5Y9mSh9VTBfI1zs8raSk/ErqyB3aj5jb+EkWHioLh6w/JXqYqPzDYBtZMF3x9cyjR0nrWS+e+HbsL6048WDJ62PbejyoXDy3SY8++q/ja6tj6vb1i1dMSD5b09JYY6c+H/TmwPdEoydWPY02h9vq/Lj59J9clzxYfdnZUc/R1kDVjL3MY3/rNw92V2DyU/kQ6CVQvnyV0SzzQXklGY2/yfWocoA0nFEObSpL5B5C7kV+i204r6Wigif7Q9H7j2R8ST/sro388zPf5trS0od3znpsDQ20vulF4vHoGRjA//WlK98dPvKxSD6bdbHu2DkPlYsun/7oubwJfCbTFVfP8D13jsfjacTEx9nXP2bDdLjhOdtbSx7sqcDkF8dHweGH/DtBhdznxWkUkUMc78phVAnpo3JIRikq/93IkTacSs3UyL89dCmNV7WnSx/NfF37fKLKZ06My9y1u6Lyweevj1X1UaXiy6OyU/hdX+UzXXKeuR6Yvoiq3GEz2RbFGDvnb+qTfPqTn7b2XNY0jh/S6r7Y8P53J5sM8OtTRs/zAZ8NbwxXdMBjf/3Mw4pKTH7gi1cS0JzQ/Wjm0VcZ9ArxSyj7sYiRUUrwHnNLr9A9xsbXkkpWnvwNymNZnbKUdsGG17pHsOqG5JvBZUlxCWyHAF9+zfaK2jte+3hZP/GNrUXlwuPn9Tyf9dKtL/uujzqsDvA1rYg+di4on5z8ZOugHT2RfosNHqSfzXjxi7cDZ0YPejym/jaFr8dmQzFj3fSi7fXph5XdezbjboLkxwXM+s2P3pupnCY9fgW19WN4MjFGzJDpqKAoJAo47/OD6i/N+HuaRVTyGxmp/hLz9ImNnHrAI74dhytLH957fWzD8YFrxLfqz+rkN2Dw/Xy05U+3f++02mjsvLRMd+ycl8oFfHMbPb+zKMMw7kD6jfl73vzDBXsOJgPBN1x/vs9EtaihqMFj6fp/taVbdyXRIRZV0GzePlNRei8DJy7Q77hccZYhF8DYJ2LpUsqE/SltWo7IpRn5n9GG+GHILo306qa3znTPlKeI86A4EgvL95RurymwehqMgeeIb10w+66ZLo1fuHs9kDaGBSme+vTHTjn1afjmefKL1rkv//k4/GxW58Cb11vuHzTYlNJzuGPYM0athL2szPfh1MPS3TX5xBevDqAp+zAmfVk9gqBBShCG8lHdIF/jEA5OLrknReXROvGvSiIWVkO7J8dL+uAYwUZRN3W4e2Z7VirzmRHxiZm7aktr7zWN9R/vvd0IPhxwUPle6r00ObgkMIB6HHpj1uq/oeSbw9gJvvmZ/KKMnrJ4WZpDfA7T2Mm+nnuDdQdNVWrpOWQAn8FQZDjW2Fv0VeX2wzuyBB82wbd5ZveJM8pLVIck1AjKbNEmk8SL+Ec4t+YQzMeZJ/GmwRcft3dPopknPjNFVtLe3aX7i315Pb2Ntw3EN6Dy9Xsu1Q1ODgS+EMk3VnBgOSefXO+UY6e2bdBOfXOf/GKMnhHpt2jcMz7uxu+ao7/nTxcmi4zeQ/A7hNGzwws+D/jOBkw/n6rt3l8ex//3zJeweV/qxha8QNMsODKSJo+P0wMxBI/BhrtJ4agO+kRqUsujusJL5l0aTXnwm6Yfbrru7vqNKZsL5VmiWDjLr9nd/WXv+PBZ34sBscB5XeUbaBo/c+Hz69erx7AYPOa4vGXxd/THzvmY+iRfzNEzZvGyoonTz325p//u4FSToa8DdsOoXXYKPoPX+u/9Pk9t6R68BjgZXT3LGW8I8PLEIF4fBkSIFxGf+FBOABV8iqXcU4GldHCXNt7BAz9ik3+IJ96YTLHi6Zc/8RGMaRH38hPXFxaKc0hTSQ98qFy2F4/1HertvUZ8Ntv1odscDV33B2/9/voXbpsDfLkD1YtYTxYuMcfOb87Hk5929JSdu7Z4WdpUnOxA+o0V9/d/90J73aVAp5j7hjs30OAJPsPBth/0/qF7665M8IkQv8o4avbgzvT05ySoRB02fMpTi6SEpMJzCI4qJv+xEO1Iah4XVTiRcFQ6KV8RHW30wL9UIv+m9mytKYw3i67HnAq9+Disudzzlf3b8d7egf5e8JkCwwrfrz4/deHewEDxGF4SR0by2WXa5NPWnXLqmzc+bh10Wz/2W1RtTxZ+7oH+65OnJm2/asPYCb/OMiX7vJd++osi31fdNUmJ4loQ6FGkbt7d/a+uaQIckUF+nAVqNmBjICblrxlNYZY70fbISP46EBftsZn82+iP1JC5dxPv8XoRI+Xm9Ug9nOa9HpEQX1he+9XYOz/rPNvbK9o+yffTk7dOnfpi4Pduhxt8BePGxdDTK1xiTn3gm/Pkpxk9ZfGiTb/lTeMZ9Ls2ltvfgPT7+J03DoHv0HBnw5iN+Iq6mn71b582je1+mJ+VmnIDgSvBgJhyeHftZCvCdfPmzWmKEW1wX8GvLVfy2CMD7CPEt2lP/bJO7AGM/4C/w/8cIPkf1AlG89/EzTwQrSIunqnduuvl9TdknHv4G9+vfvFBX47RGvg++HjFGjF0bPLUhbuXf1/ndCMyMqwrZPLJwkU7dlLbMH98kaOnTvECv8WWcYeD/NyXGwbwy/f5+8BD9p3HqpmoXbxNB9742acHff/6IPXGjYQb6guRur/28JVWETgZm8OlXJCl1n7YZDAcEMmEc5ND7skvHx/T6tO0f5ovBnM5Q6NVjcmHe/bdePnGRnysv5FyY/27V+/3/scvXjvfZ7FaAmvAhxVrjjf/cArJd3kJ9JzO6gyHZakm+bhwmeexM+bkF7t4kem3wpIMPqfbWTyw6Q8XbrX/F/kNHzrfb1P53ml7/2c/+3Xv5PoJtluPj9WZe/aVX2zloHezoo+I8EcLt9vvxiN9YFN2sOvEMx7xg6jh5E96lDtOBB6wSx/aENfri9TDhty72Ppx+a4TWatviHh59bvvfub88M2ftXV09jRZiwJe4stmvb7/av/swtTlL6rFX5DhMDkW6SWfHDsXgI9HT23xok2/pZYCTH70gvx+YGDy1GdfffAmKpf6jgDzGbxNxzvfeONffvHvH7o/e/fd1T96+QbF6h01D05dpGDAVnrBiDFKuCO/cMf8B9gmfCcak/b7LqbDA9MxHkXLg735q2+8/DLZ/efvWj/8j9OvduLdfo419XoDBlp0eUmMnT1/Lr116hbuliX+5ur/3939v0Z953kA/xtKufvFmEQbERMTdtNMpQx3iRzXY9sFw3qmPXILhuISf1gkBCSibmyidpdN1fVac15tjEXcbSL1sKWFKrrLpduFCqbQeJbz6pcqrXf26LLXK7RduOfr/fx85jkzr5l3x3TGxL4ymS+xZtJ55Pl6v1+fmcShoXWNpld6aqhu7wRf+e75TfH7cPdjT4T4Df7u4lLE78+/P2KDw0TKt27qmR2o545denfs+iP/Ggi//9d4ydbc2bSSJgrE9HHEKVriYYpEVoA3nBMXa6nE4YT7JpzoWHM//Nu//7v/wNf9yEdzwycuncbLCYzv1c7pgRubLH2Z/zO9L778YO7MtX2Ph8+3fXB47ZCOl5WaGkqNDVXm0+YlGj/8zojw6Pz8dxdvn5n55z8fehnxOzmb8j37C+PDD72fvvTZ7Mz1K0b42j+8dubs3NmZIkG20qSbJpRKRwnUmLMPFs/SD4SoCYxq+XD48uZQZ1774d9cuT43M/gvn106MDFx0v6ltBf+c3R6mlM7jlhb5/zy62tnrh5+fNI+9fB2HAguXPlKblx87xTfvPYu8e6p+MnPVr9B80Mdbvn46PVbX8EPo/su8MFv9/pnjwS+Y0eOTBw4//aJNZMX5q4ffeutuaRygIkhzkVJT77zRnJzp/4suYbiFZxkkvtY/kfKldzsG4tfGfZVH04+vfvEZ29fGhkdHd1vfIfAN4Kx771p48NrrE9+8b9ff3L9yrWfTI7Zt8Xg8HDPhw9WGD70zirx+e5ZcnYomv3qNv0YP+ZsfDsPP3r7yp0vvvryzZefOfdUOvjtnWD6Xj59YP/+0dGRt9/+7MT4rl0bTdweM1eijJeDSW7tLP5weuGCVuLOrYujsJcemsU33/jU1IkTb5/q7+/v7u7uHxk9MPGLZw4hfW9ian9v9MXA9+bJz//x6+NXv3/1nSdsBcCeC8eh6qiXhC+2cfnWS18Zvkj8Ctpn0zj4Jm3/P5m5efSRa+d++tW5V958GHzceh7Y8ZKl7+UjB/afH8Hj0I/qPmg1NTUwvrtvFw6cbgzjx7D27CVcw04wfUPxQ2Qgha7lfYiVXJcYP4ewhjbOzoavd3xgamqqtxdfXkdXd9dFVEdra2sHbqR8SN+5qeme468Hvveeeeifvp64fOWtO09jCDK9bcOdTab3zeGrTu90fNHNC+OnI58PTO4yPviNDR6+fOajW+f++McbL7Xm+PYHvjeMbxR8XR0dHXg4WjvwwHThsUFtONjb2zu1eWBgYM+e3bv71qzZtGnTWhxNNVOogrWC0k5zmINBQQ2ll0jVY08jV7v34L76+nA5PjAwtXkzvoINHaiLrNZsNtuSbW7Oslo7urr6+0f2g++Ype/c+HQnf55h4+hDv/yvVy9f+eXlwW0h5Xgk1qatUzNf6fBh41KF3km+ecevbtdj5mft6entV+F34w9/uHEeL1Yi33nj2wG+0+BDE+roAp89PHhscBYeolZ7v4iCp/G29a5ejceze2Sk/9SpUyGpgLUa350rfEQ1Dg+c79mDk9U4LgcGcIJOXm0+ODIych5dHCf8+57UypqWebW0rOKpucWquaWZXyS+3I7uhO+FQ6h/Wz+97vhu4+u89lcfvH75ytHL24cNbxsKrTO+b9HGpTp8ZeJnfIpf4eYz369xDeOHemz71aMf/fd7z//74z3Gt2kN5vZDge8VpG8/+LqoF/yo17wKD9Qqe7OzFrtA2Xd/t20XWCMXs/ygStfxYXyKiupiV7elvgvV2pLBB4KXijebIdiMC8MzPqQPzXOUfFj6Tq6f7gtjX8/aM89/cvXM1cvbmT1saYfXFuw6I+FzvbO6fNY94/FLD32uMT76DV6+/NHtz9+a2xv4Nu3eO/WC8b30SkjfSHe3dc8syuxwWmXVQrr23OPX3m6nLDoWqhvVlc08+jDqUasMLuxkxau8xLud8wJv6Y199gH+dy3AQ8/uDnzt8PPFLwh6+AZh+LK29HWPgO8I+Sb2Tg8c7wRf57arn149c/vaD/CbCpJDD2vTZxoqC1/1+Yq7Z+Hs54YHLH/LZydtjLKtxODgtdtnbn96Z23gs7n9WD4f4mfps/CR0NiAaBcCxGW4igfN9MhnFHznGXkKPirKpMSawGc7Ah/0LM77EEC7K2DZOQt0DCTyj1LzBF8yNxzvnG49Hn532eytq0dvv/P4mPSaoOf2LTrgovBVrXeC7+7iV+zXMPlEzm/n4M3bR3+91Pjg17ceczv5MDmAD82T3ZN6KNAB0M5SO0pm2lvwoHUn1ZrJsVFEF+RKWZm6BFJXSNmevWhlgB1ZgsFNduYWFj9rnnhj98TXa+kTH6b27jC1Tw8+f/nW0u22lSXf0DKnV1H4asOn+JVvn/QbmtyJClv5wclbv35+tic0z76+vcncTr7udPFry3VP+Nm7KbJ4xfjsUWP4ultbiMfKPCyttAxKvTNBS0HDNaQPOyRuWMLSt8+6Z4ZxVyXdnLsqFL7XODegeZKvf3p69FXbufz2zgdLP76Z05scWi49tU4bGlz4qtc71T0rjB/bp5Y/+A0PkQ9+COA7H0wmfOs5+HFut7mPkwPDZ3iQCzsXtk+7aEf8mIcs+YJ5i8FIz96plVDJqEAttaRtiyWpwwARPvsG2Ve4aVEBj3oMH/kmyPdmN5+sRd38dOkF00OZHl6dRD3XOiPhqxpfLH7x9vlgw4fml87Tkzdvgg9+NvhtFd8I+dK1bxXiBzDzs40e3owR2xZ7KDPt7VnbMhge+RKnDNkSF3IVqfEi7a+ybbGuDUCb7LA5Kt67tCeK/JoA2EI+pm//fh50eRMHXXr4w2CzSxE9Zg8j33BY97RtUev04ati73R8JeOn523VPvP9lufyh7owyLVvTR/mdg5+dthFk0Mo6NnYYNlLv/kZQzyy1tvQPbsMz/iyqYMWP+nIUb0z/QApGdNmwwhHUYyPnXMf4VRGh7LRIZn70uapgy6bjocfBntiBsdGL4xdML/hoRUP5i18vnX68FWpd4rPxa98++TyJ78HmoYmx+hnR3xnexK+kV9pbicf9LR1Ccnjt3tKqMrm9Dqw9WQRRJc5pVSKdIXZ4x9mmnHX5MsanVonA8/BkxuYgrHP+Di1W/owtfPJ2s4x0wOe6e2sp54WvkjrrGrvND7fPRW/ePukn/3QCnafY6gL5retcxZ+eXM7+XjULNVj/EBoZ9JLr4XuaUO2mbcHv0zAkKPwaFY4QOQTozIGYt88IXz7Sg19nNqTyaGQbzSZ2g+dXMcna3s2WuNM9JY3SC/eOn34Cvmq2j0L4xf3wz9qSz8DXNsT9i7Fc3s6ObDCxgWElsEEjyFgY0P3tAqj/irCGSGRHCSqqMPm91abG1oMg2NL8JFgBmrUYyfnzrOgee5P+SbWTe+xJ2s78bPFrOFt+HEU6kUWvmj4qsbH+Pndi2+fzm9JEw++nIXfcGfgWzf+zI5CPuih2jT32fYzHddzxZUJBzxQAEdcHi3qmjQSZXLdze4pMtIXMMCBi3aueoURVO8MG5eWdG7owPGD3NxwCM+1t2Fq71l7IXm1x/DKOqdXunVy31Lt8IEvHj/fPrV9kZ8FcPnw2Fm+zqeHfJrbedATFhocAl82OWCZbmKwcyEfDlq1mp0BYk7L8ZlIwUEVnmloTxnTP0tu4fNZmV8xnNys2NEVPuyg8sa+V3um+/Fkbee2s2g0wLvAX98S1WPr9OGrAR/j59qnW/5K+i1pHNvG3efwGh520dwOvsKjZpBrNj1O7tw9oKiXsfZGOnvj3F7cG1lyZeXAcFIaMeclfOmxbxruK1bkRspW5tza199fcNBldPTFJHzbxpoaivW0bYm3Tobv2/fO4u6p+Pn2GfezX7jURMCxXZuw9Vy/dyJ5wlZ8mhs4u0Mumd5xUgERftAL1cJ5T6XsSTLB8skMydV+pBlmzQkbpIqKm5dglxv7yHfIpvb+MLUjfLbRbqr7y5J6WvhQTi8NX7X5XPzi7ZPbF/kBEP83dU326gTEb5M9ZXQgGfx00LMj3bh8L4ztCF84D46qDN7AZ8XVimLJeYZKvCEsu6Lg8Q/SXU6IM0tkil46Olj0gIciYFj70rHvV+Drtal9eiN+HWaCF9VT66xd+MAXjR/bZ4V+BNx29uws/HDYhYNf/lEz00hXv5C84qkPcixMaizwYXDL0ENbmFC8Utg98/4klUXzBB9OgU+AGv2SlY98WvzwNEU45Jk3te+Z3rnzQpP9stzcpoUTg/TUOmsevlj8KvdTA8UvK2/Cfnp9eMI2ndvT9FEj4aMgj5a5sX0fHkGlT2mTHzEFGaREmBgnG0+7GwOBoV33uxdtO207nCUf1t107DsWpvbx6d03nn1xpqkBeGycd6fnw1cDPtc+tfyV9AOg/AywYcXM2meRvoPp4HeAh10sfAEEdDiz8AEQ7yDMPWPDvQsqSzzyFT9hJEZyaaFTzxR3Jrei6TCZQs+5j+/mlzvkico76PKCHXTZM7GuEf8obUHjjOoVt85qhw985eJXuZ8aKADtnyiu3/Rs3zrN7Tm+/OZJN7VPbUBxni5WTEx6zFotMV9LHw3n5BQfmieVyOdjpysWvXTt0yHPvKl9w+l6w1PjpB7wivRQXi8/fNXic/GLtE/n9xcl/QBY/37fesztRXzwEx8eLH6zp9/6hqnR3dont6ngU96IVjxB8LquFP5nGCct5XavJf3a0Qhyh82DnviUPhv7Li0TXqIHPOnFti0KXxV7Zz5fmfYZ9wMg/QoBl72v59vTY9ZYTBI9qKEsfXbGR458WgVzzuArqvwnjrT6Few88yOaHA1Az8ZFAZxKHcBW5QK+dGrfP/3ux4V6wIvpaeEraJ1VDR/4ysWvpB/4nJ8BFvv1vZ+80PpYwtdd1DyJt8o9mumH+IJC8pmJ8NJ4CTEQypN0OeWMofEQnbeDLL91eGZ6eOcxs8Cnqf03v2kQXoV6ap21CV8kfm75i/sVAjasefdA7nXy4OsHH/yCSXLMOot3enHhKXjynfEDMB5fwQGkcHHL33XmHUXTJsf0EL90LnAHWlLJ9BkQrX3k49RufJd+W0e86uhVnU/xU/u8Wz8B1r37p9/r+XZrnvQjoLXP9PlRw9Jx/1wCmVCbBXW4Wn58L7ZK/4v8Q56Z4AfBgvS1l37OKJSOuvSTD3PDoR17cHw6Gj3pRbYt1Q6f8fn2Walf2QDiKHbLVotfPl8yNyB2pocTA8cTxz/b0vBamkzxZXJOCVFC5Tc0dpn+IfgyxufXOl1LgslZVC91sWNmPOjy3NZPGvL7ZqV62rbUKHzmF2+fET8XwHzAhoe2/mxrOrdj7StY/CCYDRs9YoWNaLhpNwoeU/gJp+ipIzGmmeMbz3gbfhlLm56dCnflJNELwqGgZOPJF+kGvpee23qyUXh50atIr5ats1T8ym1f/P5Tfr6DoupvPPezHa+QT4MfXyXPBOZe8xJu2XUO77lJuh2VKX6WVrcoxVZadKwzVcywe6p4fIDZTjz1BaBatPZh53L65TfeeK+xoWjRU/RQxCutV651Vo8vEr+4n2+gbgms//yVN/7nT6etezJ+beSzhS+dGji+p700eVC1UOHhF5p2J6xUTYM6KkfHaR/F0aHoVRnKYPpSYT79r1fonj9/fvT1hxrrHsjHc9GL6GnhU/hqyDcPPwXQA5pgQ/2yz1+3B2Lk/Knwyk0mMBTlApUB8oRr0kP0mL4iLp5opkrjpyGQfkwfsYoO8qQvbwlL3oa2DRsOHjyFt97Vzfs+XrqssbEOuZOd8BQ9K+AtmB74XPv02xfvpwVQAdQSKEA8l1tXX9+4bNmtw1syqzasPhUeITxOGw62tbXlDmFz5YOegRIy8KESBvrltqD0QtGxYMepfYyaZ3KIHBdc31Z/r+3gBpw2nMKPZfYebO9tf3TL4cO3lgGtvr6uriEc24zgqXHetV5V+Vz85udXBpCCoZY0NNTV1Tc2gnLZ0qVLDx/egsds88HeVadOre49BU6QIp5t4UUxoc+m6x8IccKbnUBiFUBZuskKNy25qJDz1W1tG3CyOsjanOnN4N/WxZexDNWIMrKGJQ/gqCZLdsLL75u+ccb1ahQ+8M3Hr6iBqoOqhUpQhHZIlLVkCTCRy3qCIp3v/ODnT+IfNx3A474K232ch4KBylAC0R68P4XzPfbvoT78FAq3LXD4m1gw8bzuU1u2bPnRFiuk6kc/QT355I/xi8avLV/WVI+AgWsJysRYpPN2Ho+rnhqn0/MjQ83CV8ZPfN7PBbAUoBckoQwlyUI661c0Na1cOTOD18Fe+LCobrLecXUrebdfd2d1DXWhoGZmZlaubGpasaKeZmITnOTK2qV4it4i0PN8lfsVB9ADSlCETtFBIpYrVjStRM2ldXZmbsYKFqw7d+yMNaOyX/AxN8O/g78PM4uaN5Obp6NdFE/R07IX16sVX6x9xv0UQA/oBJ2hGMtVoEQoTROcVjAtV/xzeCFkYSWTV5SNcJIjnew8XsnooYDn9FC11ZuHnwugA1QEIegJvSIha1t2F95NcqRzdlE83zg5rd87PfBV7Icq8IsDSlCEKaJnrDqnPlGEDXCSEx3tPN489LTw1YbPxy/u5xtoMaAEPaEhekVC1rbsLpyb5ETn7eJ4C6sHvoif5gc10LIBJKAiSEFPSETnWF1OfpIIGt0idLBj8CJ4btPi9WrMV4EfAL1fHFCCIpShZ5Rltcvdg9gERzlv5/FKRW8h9Sr0UwP1ASwCVAQVQhkKMQ6pmpdV3ExwkhOd7CJ4UT3g3Ss98M3fzwMqgigKekPH6DS/fUU+O9gEJznSObuK8Lwe8O6F3t34xQF9BBVCGYox4hivOFEcTWySc3S0U/BSvIge8Mrp1ZivrB+qUj8BStATCtE7CrN6ZZ/Oo3k3ypFOdpXiqXEuiF7MzzfQSgElKEIhijFuqaoUKi4mNslF6GBXDk/RW2g951dRAy0AjAvKUIgxyLhphVRxNLkBTnKy88ETno9euS3nPdETX9zPB9AAfQQpKEIZClGMHrM6pU/o2ARHOdE5uziej94C6FXkpwDGAb0gCWUoRicZr8qY4mRkE1xZOh884Pm+uRj0zK/SBTAOKEERytArCrJyzbv2EprcysBpvYvj+eipcd57PfjdVQOVnwOMCQrROwqzamWfzaFF4Ejn7eJ4it7C6VXoFwf0giSUoVeMW6oqhoqLyc3Lebo4nqJXonHeY724HwDLd1C2UC8oQhlGHO8SNI4VV/NypIvZCU/R841zwfTmEUAA+gh6QRp6RE9Zi4rcn8FJjnSyc8GL4i28XsSvUkAv6A29YhVF9TcrYwOclwNd2eD5vukb5wLpfbNfHFCCnpCGUpTjvSvcm3ejnKeTHUp2wnPRW3A9+N1VAAWoCEpQhN5QjLW19HcBNg/n6WCn4MXxFkXj/MYARgHjgiIUYxxSNS+ruBnZysuBTnZl8BZh9CoNoAAp6AApSMIYohijnPGKc8XVJOfpytt5vEUSvZhfHBCCEcIooixrUfzUUTfRebs43mKLXkUBBKDvoRFBGpZnrCao/m7FbJITnbOL4C02vYifAKMRFCEMY4iEvBfFu4rBUY50sisM3v2AN29ACjpCGnrE2mpG70NukiOdt4vhLVI9+FUK6AVBGDGMOMZrHk5xNcFRLm53P+FFAhgBjAkaohSdZG1Ld+TdABehk10EbzHqwS8GGBMUYVlEMdZEk58moiY3Jxe3u1/w5gEoQRLKMOoIyVoX7iOqxpIc6WgXx1vEevCLAUowSijEOGRVOfl5nFkcTnRRu/sFr3JALyhCGDrEuGY1KnYH3g1wkiOds/N4i18PfnFALyhCGgpRivOveRDF2AgnOdKVtbvf8AQYi6AEnaEQpVgdyHmriU1wXi5ud9/gxQDjgjL0inS8F5S6A6nJLQZHOtkJ7/7So19cME4oRTF6yWqA8m9GzcgWhwNdObv7Di8O6AVFGFcUpOOcf4kraka2qJzoZHd/4hEwKijCCGLEkZjVLX8HQovLeTrY3cd4BJwHoQxjlJGaJ1WcLA4nOtnd73hxQAhGDKOMcc54zd9LbFE40n0n8OKANIwjknExFL6OGJzkvkN2EqycUIoLL4l7jLB5ue8gXkQwjijHe2np7yauRrnvMJ0I54XoIasoqr85DzSyLQa6/wfZOU4NZEDlQQAAAABJRU5ErkJggg==") no-repeat center center;width:35px;height:70px;position:fixed;right:50px;bottom:-100px;background-size:40px;-webkit-transition:.6s;-ms-transition:.6s;-o-transition:.6s;-moz-transition:.6s;transition:.6s;z-index:99;}#autusin-totop.nitro-lazy{background-image:none !important;}#autusin-totop.show-car{-webkit-transform:translateY(-130px);-moz-transform:translateY(-130px);-o-transform:translateY(-130px);-ms-transform:translateY(-130px);transform:translateY(-130px);}#autusin-totop.car-run{bottom:100% !important;-webkit-transition:1.6s;-moz-transition:1.6s;transition:1.6s;}#autusin-totop:before{opacity:0;background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEoAAAByCAMAAADDJ7eDAAAA21BMVEUAAAD//+L//+T//+L//+H//+H//+T//+T//9///+n//+H//9///+H//+j//+H//+L//+b//////+X///P///b//+L//+H///T//+f///////z///j//+D///////v///D///b///n///f///b///////7///////////7//+r//+P//+r///T//////+r///b///P//+f///7///////v//+L///////7///D///P//+H///7//+D///D///3//+H//+v//+////n///n//+n//////93//+7//+b+ndLQAAAASXRSTlMAFwUNEwkcDzM7IS0/JCkCN9IvVk5USkMmsW1eRcajanZJYj23kMHMqpBkTSraXzKeWZ1/fF28pYqEe3JqmYWEfXFmmXTgYZRwYWadKwAABP9JREFUaN7sloly2jAQhpumNZZlC+P7wicQrnCTcIUEkqZ9/yfqLxtKGzt5gE6WGSZhd79d/VpZ/vJp/5vVv8K+F/b1O/+nfnaVPR+DEHwNq9Vq19yQhpSzq3CcfLnnQxKP/lbYOecrb+kfV46D511W3hKCr/4YkpCA6gXo4hL+eN4j8bJ5pCQIgqRI+BMpXJ2TC79K3KMUnmoWSOeWEKkxxRmOFUHgGYVxj+BIVFOU4XgIz4lVTSrCFarRTGRaljlFX4XxXtmYqhnViE0dReCeKrnqJxKapyQTE1kkiU2JhoyzgaRmhBiimhgiIY4gFH3VS02dSA4V7cTWB3LiByTJWK6awE1hmmokAz+wfYPYNkXLYGEmKptCYYqivp6OLN8zjESlTJFgCoxqoqynvmdOPd8wiEjRMRYOVEVT6AmdB4Z39H4tt3GaDohKKXMgHmNUJTL4XtyP5t5Rl2WNOpDj6voNCk3x5SlYnWGZ3mK+/rWfbyMTLHyIqIGmGro5WuzbT+v2wpvqAclUdShA+bfr402xsagGfvp6aD8/92bteZSaA8MwMpGKxCby4Bjt1rP7hzBsx9FU1w1b48q/RV3nKJIYur99enzuuvfufe8pirzUkEVNE1UbHm++6nVdt+VOVi+HbWqLDpQHqkIqRyO6t523J2Gr0+l0J731PDJloopAEVn35u0wdJvNm7v7yfM+GsgildDW9VupgJKYSKxl3L53W81Go3HndtvxyAxkVRRFIsvWcvPg3nHPTcedLUYmUMpbVD1XHYMjypa5ewxbzZsGrAlUf2pZtg2OZZn9Ta/baTRuwWrNVoeRnmSaVEZ946uDHmn01AtbN43bW6DccBV7vm4kcOh+FK8mbrNx++MWqLD3kuq2yiq6qvFJUOXBKHr62e3cNH4goek+bPqmJcsESgWB2X96uKAed2bw/gKhFQR56YUQBF1xRdZRIZYqy4GJKmG+wGbHvW/HR90mVHoHRUXZTA+PqF1oGz7vt0csEDMFM0e5jPA03UlvgdNjZ+pQEWplVLGD5utmgn26aXagx+Zw1AeBTDKQ4Nqt4IIDI7fpL7GDTME01EpzhXODox9Y/fWq2+rctbrdyeNuCalIPqJElafxy8q9c91wMlvvllagaix/zlSNKI4gZnQXz1C3+/DQjl9B4hNKKUbLSKejeNZtz3qP+5hvR6E6pr1qhY6Y6Oa0vwj37Z+bzSJCacJBlPGnGIZutJ/H61/9QzS1ZFXj56biOBeHMLMxEGa88BYv/ddoVJCYg486xqYMvG16PCzNqQ8SlMrXV35e8bYYZdh3f+vrXt80dR3xlCm5ORLDoy/VjWlqWYFhi5yUNwVUxSkUBIdCFN0a+HoQyAnRqCMJMAnfCqPEILalYzcJoQUJTQFVVovLhYNoIBKzhMFUGUgocJV/JMUm2MoEW0Apd1yuidImFjeUalNVtImmaaicJ+Q3GGAKYYyOM8pQoXQRlpUXBJUqjGVjxOcgJOBWBQ6X7BArpWNJ4qB3SWChL6CGiEfCmJ3ji5ues5wxfgAR34WjmgTjKLDGDg90pL/fP3B1ozFlyNd6KgBHJekiV00YCvl1fwKhMk+o564rvDpcXpc+fL/ita+EGuwcXyScpAT2+mwo8IZUnq5yQsWrZQlUCeN2ib8kXHCwj0HV8fUvn/Zpn/Zpv9uDQwIAAAAAQf9fe8MAAAAAAAwEV9mLVzQnYl4AAAAASUVORK5CYII=") no-repeat top center;content:"";position:absolute;top:-7px;left:0;width:33px;height:70px;background-size:40px;transition:all .3s;}#autusin-totop:hover:before{opacity:1;}.rtl #autusin-totop{right:auto;left:50px;}.footer-style16-top .elementor-widget-container h5{font-size:1.4rem;color:#fff;font-weight:700;margin-bottom:15px;text-transform:uppercase;}.footer-style16-top .elementor-widget-container ul li a{display:table;padding:6px 0;color:#999;}.footer-style16-top .elementor-widget-container ul li a:hover{color:#fff;}.footer-style16-top .newsletter-footer{margin-top:0;}.footer-style16-top .newsletter-footer .form-newsletter input[type="email"]{border-radius:5px;background:#fff;height:60px;width:100%;}.rtl .footer-style16-top .newsletter-footer .form-newsletter input[type="email"]{border-radius:4px;}.footer-style16-top .newsletter-footer .form-newsletter button[type="submit"]{text-transform:uppercase;height:40px;width:40px;line-height:40px;padding:0 !important;border-radius:50%;-moz-border-radius:50%;-webkit-border-radius:50%;background:#f0f0f0;font-weight:normal;margin-left:0px;font-size:0;position:absolute;top:10px;right:10px;}.rtl .footer-style16-top .newsletter-footer .form-newsletter button[type="submit"]{left:10px;right:auto !important;}.footer-style16-top .newsletter-footer .form-newsletter button[type="submit"]:before{font-size:22px;color:#000;content:"";font-family:"FontAwesome";}.footer-style16-top .newsletter-footer .form-newsletter button[type="submit"]:hover{background:#0065b3;}.footer-style16-top .newsletter-footer .form-newsletter button[type="submit"]:hover:before{color:#fff;}.footer-style16-top .app-store{width:auto !important;}.rtl .footer-style16-top .elementor-5891 .elementor-element.elementor-element-deca41e .elementor-widget-container{text-align:right;}.footer-style16-bottom{color:#999;}.footer-style16-bottom a{color:#999;}.footer-style16-bottom a:hover{color:#fff;}.footer-style16-bottom .elementor-widget-container ul{text-align:right;}.rtl .footer-style16-bottom .elementor-widget-container ul{text-align:left;}.footer-style16-bottom .elementor-widget-container ul li{display:inline-block;vertical-align:top;}.footer-style16-bottom .elementor-widget-container ul li a{color:#999;padding-right:15px;}.footer-style16-bottom .elementor-widget-container ul li a .menu-img{display:none;}.footer-style16-bottom .elementor-widget-container ul li a:hover{color:#fff;}.footer-style16-bottom .elementor-widget-container ul li:last-child a{padding:0;}@-ms-viewport{width:device-width;}@media screen and (max-width: 400px){@-ms-viewport{width:320px;}}.hidden{display:none !important;visibility:hidden !important;}@media (min-width: 1400px){.box-search19{padding-right:75px;}.footer-style19 .about-us .elementor-widget-wrap{background:#15141c;}.footer-style19 .about-us:before{display:inline-block;content:"";background:#15141c;width:100%;position:absolute;left:-100%;top:0;height:100%;}.slideshow19{width:67% !important;}body.home .bottom-header19 .vertical_megamenu-header .wrapper_vertical_menu{opacity:1;-webkit-transform:translateY(0px);-moz-transform:translateY(0px);-o-transform:translateY(0px);-ms-transform:translateY(0px);transform:translateY(0px);visibility:visible;min-width:250px;}}@media (min-width: 1400px) and (max-width: 1680px){.revo-color{font-size:49px !important;}.revo-des{font-size:16px !important;line-height:24px !important;}}@media (min-width: 1200px) and (max-width: 1400px){.revo-color{font-size:42px !important;}.revo-des{font-size:16px !important;line-height:24px !important;}.home-style2 .header-style2 .header-top{margin-bottom:10px;}.middle-header19 .hotline{display:none;}.item .item-wrap6 .item-detail .item-content .item-bottom .button,.item .item-wrap6 .item-detail .item-content .item-bottom a.ajax_add_to_cart,.item .item-wrap6 .item-detail .item-content .item-bottom .product_type_variable,.item .item-wrap6 .item-detail .item-content .item-bottom .product_type_simple,.item .item-wrap6 .item-detail .item-content .item-bottom .add_to_cart_button,.item .item-wrap6 .item-detail .item-content .item-bottom .product_type_external,.item .item-wrap6 .item-detail .item-content .item-bottom .product_type_variable,.item .item-wrap6 .item-detail .item-content .item-bottom .product_type_grouped{font-size:13px;}.verticalmenu-home{display:none !important;}.slideshow19{width:80% !important;}.banner-slider{width:20% !important;}}@media (min-width: 1200px){.home-page-17 .sw-category-slider2 .slider.responsive .item-product-cats:first-child{text-align:center;border-bottom:0px;padding:33px 10px;}.home-page-17 .sw-category-slider2 .slider.responsive .item-product-cats:first-child .item-wraps{display:block;}.home-page-17 .sw-category-slider2 .slider.responsive .item-product-cats:first-child .item-wraps .item-images{width:100%;}.home-page-17 .banner-slider{width:33.7% !important;}.header-style18.header-mid{padding:25px 0 0 !important;margin-bottom:-25px;}.header-style18.header-mid .header-logo .elementor-widget-container{overflow:inherit;}.header-style18.header-mid .header-logo .elementor-widget-container a{padding:5px 20px 0px;position:relative;background:#fff;top:-19px;}.header-style18.header-mid .header-logo .elementor-widget-container a:before,.header-style18.header-mid .header-logo .elementor-widget-container a:after{width:100%;height:15px;display:inline-block;content:"";background:#fff;position:absolute;top:-26px;z-index:1;}.header-style18.header-mid .header-logo .elementor-widget-container a:before{left:-15px;transform:skew(-40deg);}.header-style18.header-mid .header-logo .elementor-widget-container a:after{right:-15px;transform:skew(40deg);}.header-style18.header-mid .autusin_search_2 .top-form.top-search:after{width:100%;height:100%;display:inline-block;content:"";background:#f5f5f5;transform:skew(25deg);position:absolute;left:0;top:0;z-index:-1;}.rtl .header-style18.header-mid .autusin_search_2 .top-form.top-search:after{transform:skew(-25deg);}.header-style18.header-mid .autusin-minicart4 .top-minicart-icon:after{width:100%;height:100%;display:inline-block;content:"";background:#f5f5f5;transform:skew(-25deg);position:absolute;left:0;top:0;z-index:-1;}.rtl .header-style18.header-mid .autusin-minicart4 .top-minicart-icon:after{transform:skew(25deg);}.home-page-18 .home-lookbook{z-index:0;}.home-page-18 .home-lookbook:after{display:inline-block;content:"";height:100%;width:38%;background-color:#fff;position:absolute;right:0;top:0;z-index:-1;}.home-page-18 .box-search1:after{height:11px;position:absolute;background-color:#fff;width:270px;right:0;content:"";display:inline-block;clip-path:polygon(5% 0%,100% 0,100% 100%,0 100%);top:-10px;z-index:2;}.home-page-18 .box-search1:before{height:11px;position:absolute;background-color:#fff;width:270px;left:0;content:"";display:inline-block;clip-path:polygon(0% 0%,95% 0,100% 100%,0 100%);top:-10px;z-index:2;}.footer-style18:after{height:22px;position:absolute;background-color:#333;width:270px;right:0;content:"";display:inline-block;clip-path:polygon(10% 0%,100% 0,100% 100%,0 100%);top:-21px;}.footer-style18:before{height:22px;position:absolute;background-color:#333;width:270px;left:0;content:"";display:inline-block;clip-path:polygon(0% 0%,90% 0,100% 100%,0 100%);top:-21px;}.home-page-19 .sw-woo-container-slider12 .slick-slider .slick-list .item .item-wrap6 .item-detail .products-thumb{width:62%;}.home-page-19 .sw-woo-container-slider12 .slick-slider .slick-list .item .item-wrap6 .item-detail .item-content{width:38%;}}@media (max-width: 1199px){body.boxed-layout .body-wrapper{width:100%;padding:0;}.swg-menu .dropdown-menu{display:none;}.swg-nav-menu-responsive-tablet .vertical-hover.swg-menu .swg-menu-vertical.menu-active,.swg-nav-menu-responsive-tablet .swg-menu .swg-mega > .swg-mega-menu-item.toggle-active > ul.dropdown-menu,.swg-nav-menu-responsive-tablet .swg-menu .swg-mega > .swg-mega-menu-item.toggle-active:hover > ul.dropdown-menu,.swg-nav-menu-responsive-tablet .swg-menu .swg-elementor-menu > li.toggle-active > .dropdown-menu{visibility:visible;}.revo-color{font-size:32px !important;}.see-more{font-size:14px !important;height:35px;line-height:35px !important;padding:0 20px !important;}.revo-des{font-size:14px !important;line-height:20px !important;}.wpb_revslider_element .revo-color{font-size:32px !important;}.wpb_revslider_element .see-more{font-size:14px !important;height:35px;line-height:35px !important;padding:0 20px !important;}.wpb_revslider_element .revo-des{font-size:14px !important;line-height:20px !important;}.box-search1{padding:0 15px;}.header-style1 .header-mid .autusin-logo{margin-top:8px;}.header-style1 .header-mid .bottom-header{display:none;}.header-style18 .sw-menu{text-align:left;padding:14px 0 15px;position:relative !important;left:auto !important;bottom:auto !important;}.header-style5 .swg-elementor-menu > li > .elementor-item{color:#000 !important;}.bottom-header16 .swg-menu .swg-elementor-menu > li > a{color:#000 !important;}.bottom-header16 .swg-menu .swg-elementor-menu > li.active > a,.bottom-header16 .swg-menu .swg-elementor-menu > li:hover > a{background-color:var(--color);color:#fff !important;}.bottom-header19 .vertical-toggle.swg-menu .swg-menu-vertical,.bottom-header19 .vertical-hover.swg-menu .swg-menu-vertical{display:none;}.sidebar .widget.widget_nav_menu .widget-inner ul.menu > li ul.dropdown-menu{margin-left:5px;}.rtl .sidebar .widget.widget_nav_menu .widget-inner ul.menu > li ul.dropdown-menu{margin-right:5px;margin-left:0;}.header-bottom .autusin_top .top-form.top-search{min-width:540px;}.header-style7 .swg-elementor-menu > li > .elementor-item{color:#000 !important;}.mid-10 .swg-menu .swg-elementor-menu > li.dropdown > a{color:#000 !important;}.nav-pills.nav-mega .autusin-mega-menu .dropdown-menu.column-4,.nav-pills.nav-mega .autusin-mega-menu .dropdown-menu.column-5,.nav-pills.nav-mega .autusin-mega-menu .dropdown-menu.column-1{min-width:970px;}.single-product > .tabs .tabbable .tab-content .tab-pane p .alignnone.image-content{margin:0;}.footer-contact2,.footer-menu2{width:100%;}.single.main .post .entry-wrap .entry-content .entry-summary p .alignnone{width:50%;margin:0 0 30px !important;}.form-new2 h3{display:none;}#subscribe_popup .subscribe-popup-container .subscribe-form input[type="email"]{min-width:220px;}.banner-shortcode .banner-inner .banner-countdown{width:50px;border-radius:50px;-webkit-border-radius:50px;-moz-border-radius:50px;-o-border-radius:50px;-ms-border-radius:50px;}.banner-shortcode .banner-inner .banner-countdown .countdown-row .countdown-section{padding:10px 0;min-width:initial;}.banner-shortcode .banner-inner .banner-countdown .countdown-row .countdown-section .countdown-amount{font-size:16px;line-height:24px;}.banner-shortcode .banner-inner .banner-countdown .countdown-row .countdown-section .countdown-period{font-size:12px;}.countdown-slider .slider-wrapper .resp-slider-container .slick-slider .slick-list .item-countdown .item-wraps .item-detail .item-content .description{margin-bottom:30px;white-space:normal;}.countdown-slider .res-button{top:95px;}.newsletter-footer2 .newsletter-footer-top .info p{font-size:20px;}.middle-header16{padding:15px 0;}.middle-header16 .header-logo > div{box-shadow:0 0 0 !important;}.middle-header16 .fix-row .elementor-widget-wrap > div{margin-left:15px;}.header-style17 .header-bottom .autusin_top .top-form.top-search{min-width:initial;margin-bottom:5px;}.header-style18.header-mid .autusin_search_2 .top-form.top-search .content-search input{padding:0 15px;}.footer-style19 .newletter-title{font-size:17px;}.footer-style19 .elementor-shape-rounded .elementor-icon.elementor-social-icon{margin:0 0 5px;}.home-page-19 .sw-woo-container-slider12 .slick-slider .slick-list .item .item-wrap6 .item-detail .products-thumb .sale-off{right:0;top:0;}}@media (min-width: 992px) and (max-width: 1199px){#subscribe_popup .subscribe-popup-container{text-align:center;}#subscribe_popup .subscribe-popup-container .subscribe-form{float:none;display:inline-block;}.rtl #subscribe_popup .subscribe-popup-container .subscribe-form{float:none;}#subscribe_popup .subscribe-popup-container .subscribe-checkbox{margin:0;}.rtl #subscribe_popup .subscribe-popup-container .subscribe-checkbox{margin:0;}#subscribe_popup .subscribe-popup-container .subscribe-checkbox label{display:inline-block;}.footer .footer-contact .newsletter-footer2 .form-newsletter input[type="email"]{min-width:289px;}.footer .footer-contact .newsletter-footer2 .form-newsletter .frm-submit{padding:0 15px;}.resp-tab .tab-pane .responsive-slider .slider .item .item-wrap .item-detail .item-content{padding:10px 0 20px;}.bottom-header19 .mega-left-title{padding-right:0;}.bottom-header19 .mega-left-title span{font-size:13px;}.bottom-header19 .wrapper_vertical_menu{min-width:220px;}.product_detail .content_product_detail .cart .group_table tbody tr td .quantity{width:100px;}.wrapper_vertical_menu .vertical-megamenu > li.autusin-mega-menu > .column-4{min-width:750px;}.wrapper_vertical_menu .vertical-megamenu > li.autusin-mega-menu > .column-4 > li{width:240px !important;}.mega-left-title::after{right:10px;left:auto;}.rtl .mega-left-title::after{left:10px;right:auto;}.mega-menu .wrap-content .item .item-content h3{font-size:14px;}.sw-best-seller-product .wrap-content{padding:15px 5px 2px;}.sw-best-seller-product-slider .carousel-inner .item .item-detail,.sw-featured-product-slider .carousel-inner .item .item-detail{margin-bottom:15px;}.sw-best-seller-product-slider .carousel-inner .item,.sw-featured-product-slider .carousel-inner .item{padding-top:0;}.rtl .header-bottom .header-right{float:left;}.slideshow-home1 .wpb_revslider_element{min-width:531px;}.slideshow-home1 .wpb_single_image{float:left;width:205px;}.products-wrapper .products-nav .catalog-ordering{float:right;}.rtl .products-wrapper .products-nav .catalog-ordering{float:left;}.item .item-wrap .item-detail .item-content .item-bottom .add_to_cart_button,.item .item-wrap .item-detail .item-content .item-bottom .product_type_external,.item .item-wrap .item-detail .item-content .item-bottom .product_type_grouped{padding:0 8px;}.product_detail .content_product_detail .add_to_cart_button,.product_detail .content_product_detail .product_type_external,.product_detail .content_product_detail .product_type_grouped,.product_detail .content_product_detail .single_add_to_cart_button{padding:0 8px;}.product_detail .content_product_detail .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a,.product_detail .content_product_detail .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,.product_detail .content_product_detail .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a,.product_detail .content_product_detail a.compare{margin:0 5px 0 0;}.product_detail .content_product_detail .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a,.product_detail .content_product_detail .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,.product_detail .content_product_detail .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a,.product_detail .content_product_detail a.compare{margin:0 0 0 5px;}.contact_us .block-contact .item.address .item-wrap .info{padding:0;}.swpb-bundled-products-container .swpb-bundled-product .swpb-info .category{display:none;}.product_detail .content_product_detail .social-share .title-share{padding-right:10px;}.rtl .product_detail .content_product_detail .social-share .title-share{padding-left:10px;padding-right:0;}.product_detail .content_product_detail .cart .group_table td{height:70px !important;}.product_detail .content_product_detail .cart .group_table tbody tr td.label{white-space:nowrap;padding-left:0;}.rtl .product_detail .content_product_detail .cart .group_table tbody tr td.label{padding-left:10px;padding-right:0;}.product_detail .content_product_detail .cart .group_table .price{font-size:16px;}.product_detail .content_product_detail .cart .group_table .price del{font-size:16px;}.product_detail .content_product_detail .cart .group_table .price ins{font-size:18px;}.home-page-19 .sw-woo-container-slider12 .slick-slider .slick-list .item .item-wrap6 .item-detail .products-thumb{width:55%;}.home-page-19 .sw-woo-container-slider12 .slick-slider .slick-list .item .item-wrap6 .item-detail .item-content{width:45%;}.middle-header19 .hotline{display:none;}.middle-header19 .fix-row .elementor-widget-wrap > div{padding:0 0px 0 20px;}.header-bottom .saleoff-header{display:none;}.verticalmenu-home{display:none !important;}.slideshow19{width:80% !important;}.banner-slider{width:20% !important;}}@media (max-width: 991px){.resmenu-container .menu-responsive-wrapper ul.autusin_resmenu{max-height:228px;overflow-y:auto;}.wpb_revslider_element .rev_slider_wrapper .revo-color{font-size:24px !important;}.bottom-header4 .swg-elementor-menu > li > .elementor-item{color:#000 !important;}.bottom-header4 .swg-elementor-menu > li > .elementor-item:hover{color:var(--color) !important;}.elementor-5726 .elementor-element.elementor-element-38c7b44 > .elementor-widget-container,.elementor-5725 .elementor-element.elementor-element-63982ec > .elementor-widget-container{background-color:transparent !important;}.block-text ul .wrap-text p,.respon-style2{display:none;}#subscribe_popup .subscribe-popup-container{text-align:center;}#subscribe_popup .subscribe-popup-container .subscribe-content{padding:55px 0;}#subscribe_popup .subscribe-popup-container .subscribe-form{float:none;display:inline-block;}.rtl #subscribe_popup .subscribe-popup-container .subscribe-form{float:none;}#subscribe_popup .subscribe-popup-container .subscribe-checkbox{margin:0;}.rtl #subscribe_popup .subscribe-popup-container .subscribe-checkbox{margin:0;}#subscribe_popup .subscribe-popup-container .subscribe-checkbox label{display:inline-block;}.home-style2 .header-style2{position:relative;}.home-style2 .header-style2 .header-top{margin-bottom:0;}.autusin-logo{text-align:center;}.autusin-logo a{display:inline-block;}.banner-shortcode .banner-inner .banner-countdown .countdown-row .countdown-section{padding:5px 0;border-bottom:0;}.banner-shortcode .banner-inner .banner-countdown .countdown-row .countdown-section .countdown-amount{font-size:14px;line-height:20px;}.form-new2 .mc4wp-form .mc4wp-form-fields{min-width:300px;}.sw-best-seller-product-slider .carousel-inner .image-slide,.sw-featured-product-slider .carousel-inner .image-slide{display:none;float:none;width:auto;}.sw-best-seller-product-slider .carousel-inner .item,.sw-featured-product-slider .carousel-inner .item{float:none;width:auto;}.featured-product .featured-resp-slider-container .featured-responsive .item{display:inline-block;vertical-align:top;width:100%;}.featured-product .featured-resp-slider-container .featured-responsive .item.item-sidebar .item-wrap{width:50%;float:left;}.rtl .sw-best-seller-product-slider .carousel-inner .item,.rtl .sw-featured-product-slider .carousel-inner .item{float:none;}.sw-best-seller-product-slider .carousel-inner .item .item-detail:last-child,.sw-featured-product-slider .carousel-inner .item .item-detail:last-child{margin-bottom:30px;}.vertical_megamenu-header .mega-left-title{display:none;}.vertical_megamenu-header .wrapper_vertical_menu{opacity:1;-webkit-transform:translateY(0px);-moz-transform:translateY(0px);-o-transform:translateY(0px);-ms-transform:translateY(0px);transform:translateY(0px);visibility:visible;}.vertical_megamenu-header .wrapper_vertical_menu .resmenu-container .navbar-toggle{display:block;position:relative;z-index:4;}.rtl .vertical_megamenu-header .wrapper_vertical_menu .resmenu-container .navbar-toggle{float:right;}.vertical_megamenu-header .vertical-megamenu{display:none;}.form-new h3{float:none;text-align:center;margin:20px 0;}.rtl .form-new h3{float:none;}.form-new .mc4wp-form{float:none;padding:0;}.rtl .form-new .mc4wp-form{float:none;}.products-wrapper .products-nav .catalog-ordering{float:right;}.rtl .products-wrapper .products-nav .catalog-ordering{float:left;}.quickview-container .product_detail .content_product_detail .social-share .title-share{padding-right:10px;}.rtl .quickview-container .product_detail .content_product_detail .social-share .title-share{padding-left:10px;padding-right:0;}.footer .footer-style1 .widget_nav_menu .widgettitle{line-height:26px;}.footer-style6-top .newsletter-footer4 .content-wrap h3{display:none;}.footer-style6-top .newsletter-footer4 .content-wrap .form-newsletter .mc4wp-form-fields{width:100%;margin-bottom:15px;}.footer-style6-top .socials-footer h3{display:none;}.footer-style6-top .socials-footer ul{display:block;text-align:center;margin-bottom:10px;}.footer .footer-copyright.style2 .copyright-text{float:none;text-align:center;}.rtl .footer .footer-copyright.style2 .copyright-text{float:none;text-align:center;}.footer .footer-copyright.style2 .sidebar-copyright{float:none;}.rtl .footer .footer-copyright.style2 .sidebar-copyright{float:none;}.footer .footer-copyright.style2 .sidebar-copyright img{width:auto;margin:0 auto;}.widget_sp_image{text-align:center;}.widget_sp_image img{display:inline-block;width:auto;}.newsletter-footer .content-wrap h3{margin-right:20px;}.rtl .newsletter-footer .content-wrap h3{margin-left:20px;}.socials-footer{text-align:center;}.socials-footer ul{margin:0 0 30px 0;}.contact-us .wpcf7 input[type="submit"]{margin:0 0 40px;}.product_detail .content_product_detail .social-share{margin-bottom:30px;}.header-links ul li a{margin-left:20px;}.header-bottom16{background-color:#fff !important;}.bottom-header16 #main-menu{position:absolute;bottom:10px;}.bottom-header16 #main-menu .primary-menu .resmenu-container .navbar-toggle{background-color:#f5f5f5;border:2px #e5e5e5 solid;height:44px;width:44px;margin:0;}.bottom-header16 #main-menu .primary-menu .resmenu-container .navbar-toggle .icon-bar{height:2px;width:18px;margin-left:auto;margin-right:auto;}.footer-style16-bottom .elementor-widget-container{text-align:center !important;}.header-style17 #main-menu .primary-menu .resmenu-container .navbar-toggle{background-color:var(--color);}.header-style17 .resmenu-container .navbar-toggle .icon-bar{background-color:#fff;}.home-page-17 .sw-woo-tab-cat .resp-tab .category-slider-content .nav-tabs-select{padding-right:50px;}.home-page-17 .sw-woo-tab-cat .resp-tab .category-slider-content .nav-tabs-select ul.nav-tabs li{margin:0 0 0 5px;}.home-page-17 .sw-category-slider2 .slider.responsive .item-product-cats{width:33.3333%;}.home-page-17 .sw-category-slider2 .slider.responsive .item-product-cats:last-child{display:none;}.homepage18.box-search1 .elementor-container .jet-smart-filters-apply-button button{padding:12px 20px 12px 20px;letter-spacing:0;width:100%;}}@media (min-width: 768px) and (max-width: 991px){.product_detail .content_product_detail .add_to_cart_button,.product_detail .content_product_detail .product_type_external,.product_detail .content_product_detail .product_type_grouped,.product_detail .content_product_detail .single_add_to_cart_button{font-size:0;height:32px;width:32px;}.product_detail .content_product_detail .add_to_cart_button:before,.product_detail .content_product_detail .product_type_external:before,.product_detail .content_product_detail .product_type_grouped:before,.product_detail .content_product_detail .single_add_to_cart_button:before{content:"";font-family:"FontAwesome";font-size:14px;color:#fff;position:absolute;left:0;right:0;top:0;bottom:0;line-height:31px;}.header-style1 .top-form.top-form-minicart .top-minicart-icon{height:135px;}.header-style1 .sticky-menu .top-form.top-form-minicart .top-minicart-icon{height:133px;}.resmenu-container .menu-responsive-wrapper{top:45px;}.resp-tab .tab-pane .responsive-slider .slider .item .item-wrap .item-detail .item-content{padding:10px 0 20px;}.single-product >.tabs .tabbable .nav.nav-tabs li a{padding:0 20px;}.item .item-wrap .item-detail .item-content .item-bottom .add_to_cart_button,.item .item-wrap .item-detail .item-content .item-bottom .product_type_external,.item .item-wrap .item-detail .item-content .item-bottom .product_type_grouped{padding:0 7px;}.rtl .top-form .wrapp-minicart{left:0;}.autusin_top .top-form.top-search .cat-wrapper:before{right:10px;}.rtl .autusin_top .top-form.top-search .cat-wrapper:before{left:10px;right:auto;}#comments .commentlist .children{margin-left:10px;}.rtl #comments .commentlist .children{margin-right:10px;}#subscribe_popup{min-width:680px;width:auto;}.bottom-header16 #main-menu{position:absolute;bottom:10px;right:185px;background-color:#f5f5f5;}.verticalmenu-home{display:none !important;}.slideshow19{width:80% !important;}.banner-slider{width:20% !important;}.home-page-19 .sw-woo-tab-cat .resp-tab .category-slider-content{justify-content:center;}.home-page-19 .sw-woo-tab-cat .resp-tab .category-slider-content .nav-tabs-select{margin-left:auto;margin-right:auto;}}@media (min-width: 768px) and (max-width: 1199px){.elementor-section .elementor-element .cart .addcart-wrapper .item-bottom{margin:0 !important;}.elementor-section .product_detail .content_product_detail .cart .group_table tbody tr{display:flex;flex-direction:column;margin:0 0 10px;}.elementor-section .product_detail .content_product_detail .cart .group_table tbody tr td{padding:10px 0;height:auto !important;}.elementor-section .product_detail .content_product_detail .cart .group_table tbody tr td .quantity{width:120px;}}@media (max-width: 767px){.comment-respond-elementor .commentlist .children,#comments .commentlist .children{margin-left:10px;}.rtl .comment-respond-elementor .commentlist .children,.rtl #comments .commentlist .children{margin-left:0;margin-right:10px;}.sw-demo-button{display:none;}.comment-respond-elementor .commentlist{padding:0;}body .container{padding:0 15px;}.box-search1{padding:0;}.home-style1 .tparrows{display:none;}.home-style1 .wpb_revslider_element{margin-bottom:0;}.home-style1 .footer{margin-top:0;padding-top:30px;}.header-mid5 .swe-woo-cart .swe-wrap-cart-head .swe-cart-subtotal{display:none;}.home-style2 .wpb_revslider_element{margin-bottom:0;}.home-style2 .wpb_raw_code.vc_custom_1538387583486{margin-bottom:0 !important;}.products-thumb a.fancybox{display:none !important;}.header-style1 .header-mid.sticky-menu,.header-style2 .header-mid.sticky-menu{position:relative;top:auto;left:auto;}.header-style1 .header-top{position:relative;z-index:2;}.header-style1 .header-top .left-header{display:none;}.header-style1 .header-top .right-header{padding-right:0;}.rtl .header-style1 .header-top .right-header{padding-left:0;}.header-style1 .header-top .right-header2 .sw-autusin-account:before{display:none;}.header-style1 .top-form .wrapp-minicart{top:20px;}.header-style1 #main-menu{padding:0 10px;}.header-style1 .widget_currency_converter,.header-style1 .header-top .right-header2 .sw-autusin-account >i.fa,.header-style1 .search-cate:before,.header-style1 #lang_sel > ul.nav > li > a:before{display:none;}.header-style1 .header-mid{padding:8px 0 0 0;}.header-style1 .header-mid .mid-header{width:100%;}.header-style1 .header-mid .mid-header .autusin-logo{text-align:left;max-width:170px;}.rtl .header-style1 .header-mid .mid-header .autusin-logo{text-align:right;}.header-style1 .header-mid .bottom-header a{padding:16px 15px;}.header-style1 .resmenu-container .menu-responsive-wrapper{top:57px;}.header-style1 .top-form.top-form-minicart .top-minicart-icon{height:118px;}.header-style1 #lang_sel > ul.nav > li > a{padding-left:0;}.rtl .header-style1 #lang_sel > ul.nav > li > a{padding-right:0;}.header-style2 .header-top .mid-header,.header-style2 .header-top .widget_currency_converter{display:none;}.header-style2 .header-top .right-header2{padding-top:3px;}.header-style2 .header-mid .container{padding:10px 15px 3px 15px;}.header-style2 .search-cate{margin-top:4px;}.wpb_revslider_element .see-more{font-size:9px !important;height:20px;line-height:20px !important;padding:0 15px !important;}.wpb_revslider_element .revo-color{font-size:20px !important;}.sw-category-slider{margin:35px 0 20px 0;}.sw-category-slider .responsive{margin:0 -15px;}.sw-category-slider .responsive .item-product-cat{padding:0 15px;}#comments .commentlist .children{margin-left:10px;}.rtl #comments .commentlist .children{margin-right:10px;margin-left:0;}.single-product-style1 .single-product >.tabs .tabbable .nav.nav-tabs{display:block;padding:0 10px;}.single-product-style1 .single-product >.tabs .tabbable .nav.nav-tabs li{margin-bottom:20px;}.single-product-style1 .single-product >.tabs .tabbable .nav.nav-tabs li a{margin:0;}.single-product-style1 .single-product >.tabs .tabbable .nav.nav-tabs li:last-child{margin-bottom:0;}.sw-brand-container-slider .res-button{display:none;}.single.main .post .entry-wrap .entry-content .single-content-bottom .single-tag,.single.main .team .entry-wrap .entry-content .single-content-bottom .single-tag,.single.main .attachment .entry-wrap .entry-content .single-content-bottom .single-tag{float:none;width:100%;margin-bottom:30px;}.rtl .single.main .post .entry-wrap .entry-content .single-content-bottom .single-tag,.rtl .single.main .team .entry-wrap .entry-content .single-content-bottom .single-tag,.rtl .single.main .attachment .entry-wrap .entry-content .single-content-bottom .single-tag{float:none;width:100%;margin-bottom:30px;}.single.main .post .entry-wrap .entry-content .single-content-bottom .social-share,.single.main .team .entry-wrap .entry-content .single-content-bottom .social-share,.single.main .attachment .entry-wrap .entry-content .single-content-bottom .social-share{float:none;}.rtl .single.main .post .entry-wrap .entry-content .single-content-bottom .social-share,.rtl .single.main .team .entry-wrap .entry-content .single-content-bottom .social-share,.rtl .single.main .attachment .entry-wrap .entry-content .single-content-bottom .social-share{float:none;}.single.main .post #authorDetails .authorDetail .avatar,.single.main .team #authorDetails .authorDetail .avatar,.single.main .attachment #authorDetails .authorDetail .avatar{width:100%;float:none;}.rtl .single.main .post #authorDetails .authorDetail .avatar,.rtl .single.main .team #authorDetails .authorDetail .avatar,.rtl .single.main .attachment #authorDetails .authorDetail .avatar{float:none;width:100%;}.single.main .post #authorDetails .authorDetail .avatar img,.single.main .team #authorDetails .authorDetail .avatar img,.single.main .attachment #authorDetails .authorDetail .avatar img{float:none;margin:0 auto;width:auto;}.rtl .single.main .post #authorDetails .authorDetail .avatar img,.rtl .single.main .team #authorDetails .authorDetail .avatar img,.rtl .single.main .attachment #authorDetails .authorDetail .avatar img{float:none;margin:0 auto;width:auto;}.single.main .post #authorDetails .authorDetail .infomation,.single.main .team #authorDetails .authorDetail .infomation,.single.main .attachment #authorDetails .authorDetail .infomation{overflow:inherit;padding:10px 0;}.sw-woo-tab-default .resp-tab .category-slider-content .button-collapse,.sw-woo-tab-cat .resp-tab .category-slider-content .button-collapse{position:absolute;top:80px;z-index:99;display:block;background:#111;border-radius:3px;border:0;margin:0;padding:0;cursor:pointer;height:30px;width:30px;line-height:30px;right:5px;text-align:center;}.sw-woo-tab-default .resp-tab .category-slider-content .button-collapse:hover,.sw-woo-tab-cat .resp-tab .category-slider-content .button-collapse:hover{background:var(--color);}.rtl .sw-woo-tab-default .resp-tab .category-slider-content .button-collapse,.rtl .sw-woo-tab-cat .resp-tab .category-slider-content .button-collapse{left:5px;right:auto;}.sw-woo-tab-default .resp-tab .category-slider-content .button-collapse.collapsed:before,.sw-woo-tab-cat .resp-tab .category-slider-content .button-collapse.collapsed:before{content:"";font-family:FontAwesome;font-size:16px;color:#fff;height:30px;width:30px;line-height:30px;display:inline-block;text-align:center;}.sw-woo-tab-default .resp-tab .category-slider-content .button-collapse:before,.sw-woo-tab-cat .resp-tab .category-slider-content .button-collapse:before{content:"";font-family:FontAwesome;font-size:17px;color:#fff;}.sw-woo-tab-default .resp-tab .category-slider-content .nav-tabs-select,.sw-woo-tab-cat .resp-tab .category-slider-content .nav-tabs-select{margin-bottom:0;position:absolute;top:119px;right:0;left:0;z-index:9;}.sw-woo-tab-default .resp-tab .category-slider-content .nav-tabs-select ul,.sw-woo-tab-cat .resp-tab .category-slider-content .nav-tabs-select ul{height:0px;overflow:hidden;}.sw-woo-tab-default .resp-tab .category-slider-content .nav-tabs-select ul li,.sw-woo-tab-cat .resp-tab .category-slider-content .nav-tabs-select ul li{width:100%;}.sw-woo-tab-default .resp-tab .category-slider-content .nav-tabs-select ul li a,.sw-woo-tab-cat .resp-tab .category-slider-content .nav-tabs-select ul li a{border:none !important;border-radius:0 !important;}.sw-woo-tab-default,.sw-woo-tab-cat{margin-bottom:50px;}.banner-shortcode .banner-inner .banner-countdown{top:50%;}.block-text,.newsletter-footer .content-wrap h3{display:none;}.newsletter-footer{margin-top:40px;}.banner-shortcode .banner-inner .item-banner img{margin-bottom:0;}.banner-single,.respon-style,.item .item-wrap .item-detail .item-content .item-bottom .sw-quickview{display:none;}.featured-product .featured-resp-slider-container .featured-responsive .item.item-sidebar .item-wrap{width:100%;}.responsive-post-slider,.sw-category-slider2,.sw-woo-tab-style2{margin-bottom:20px;}.banner-shortcode .banner-inner .item-banner{width:100% !important;}.banner-shortcode .banner-inner .banner-countdown{min-width:250px;padding:0;}.banner-shortcode .banner-inner .banner-countdown .countdown-row .countdown-section{padding:0 13px;border-right:1px solid #ddd;margin:5px 0;}.banner-shortcode .banner-inner .banner-countdown .countdown-row .countdown-section:last-child{border-right:0;}.products-wrapper .products-loop.list .item .item-wrap .item-detail .products-thumb{width:100%;float:none;}.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content{overflow:inherit;}.newsletter-footer2 .newsletter-footer-top{display:none;}.newsletter-footer2 .form-newsletter{float:none;text-align:center;}.rtl .newsletter-footer2 .form-newsletter{float:none;text-align:center;}.banner-shortcode .banner-inner .banner-countdown .countdown-row .countdown-section:before{display:none;}.form-new .mc4wp-form{margin-bottom:10px;}.form-new .mc4wp-form .mc4wp-form-fields{min-width:auto;}.form-new .mc4wp-form .frm-submit:before{display:none;}.home-style1 .footer .footer-style1{padding-top:20px;}.footer .footer-style1 .wpb_single_image,.footer .footer-style1 .vc_wp_custommenu,.footer .footer-style1 .wpb_raw_html{margin-bottom:0;}.footer .footer-style1 .socials-footer{padding:0 5%;}.footer .footer-style1 .socials-footer ul{margin:15px 0;}.footer .footer-style2{padding-top:20px;}.footer .footer-style2 .wpb_single_image,.footer .footer-style2 .vc_wp_custommenu{margin-bottom:20px;}.footer .footer-style2 .socials-footer2{padding:0 5%;}.footer .footer-style2 .socials-footer2 ul{margin:15px 0;}.footer .footer-style1.style7 .wpb_single_image{margin-bottom:20px;}.footer .footer-style1-bot.style7 .wpb_text_column{margin-bottom:0;}.footer .footer-copyright .copyright-text{float:none;text-align:center;}.rtl .footer .footer-copyright .copyright-text{float:none;text-align:center;}.footer .footer-copyright .sidebar-copyright{float:none;}.rtl .footer .footer-copyright .sidebar-copyright{float:none;}.footer .footer-copyright .sidebar-copyright img{width:auto;margin:0 auto;}.footer-style5{padding:35px 0;}.footer-style5 .foot-des .des{font-size:13px;line-height:24px;margin-bottom:25px;}.footer-style5 .contac li{width:100% !important;display:block !important;float:none;padding:2px 0;}.sw-woo-tab-default,.woo-slider-default,.item .item-wrap .item-detail .products-thumb{margin-bottom:0;}.countdown-slider .res-button{display:none !important;}.sw-ourteam-slider .box-title .description{padding:0 10%;}.sw-woo-tab-style2 .resp-tab .category-slider-content .nav-tabs-select ul.nav-tabs li:before{display:none;}.sw-woo-tab-style2 .resp-tab .category-slider-content .nav-tabs-select ul.nav-tabs li a{font-size:20px;padding:5px 8px;}.socials-ft{display:none;}.container-home4 .wpb_wrapper{padding:0 15px;}.single-portfolio .portfolio-top .portfolio-content .single-thumbnail{width:100%;float:none;margin:0 0 30px;}#subscribe_popup{min-width:600px;padding:15px 0;width:auto;}#subscribe_popup .subscribe-popup-container .image-newsletter{display:none;}#subscribe_popup .subscribe-popup-container .subscribe-content{width:100%;padding:0;}.rtl #subscribe_popup .subscribe-popup-container .subscribe-checkbox{text-align:center;margin:0;}.rtl #subscribe_popup .subscribe-popup-container .subscribe-checkbox label{display:inline-block;}.sw-category-slider2 .item .item-content h3 a{font-size:36px;}.footer-contact1,.footer-menu1{width:50%;float:none;display:inline-block;vertical-align:top;margin-right:-3px;}.footer-menu1:last-child{padding-bottom:40px;}.footer-menu-style{padding:0;}.footer-menu-style .wpb_content_element{margin-bottom:0;}.footer-menu-style .about-store{margin-bottom:30px;}.responsive-post-accordion7 .resp-accordion-wrapper{display:initial;}.responsive-post-accordion7 .resp-accordion-wrapper .item{margin:0;padding:0 10px;}.rtl .responsive-post-accordion7 .resp-accordion-wrapper .item{margin:0;}.responsive-post-accordion7 .resp-accordion-wrapper .item.item-large{width:100%;margin-bottom:15px;}.responsive-post-accordion7 .resp-accordion-wrapper .item.item-small{width:48%;float:left;margin-right:4%;}.rtl .responsive-post-accordion7 .resp-accordion-wrapper .item.item-small{float:right;margin-right:0;margin-left:4%;}.responsive-post-accordion7 .resp-accordion-wrapper .item:last-child{margin-right:0;}.rtl .responsive-post-accordion7 .resp-accordion-wrapper .item:last-child{margin-left:0;}.has-left-sidebar #left{float:none;clear:both;}.has-left-sidebar .category-contents,.has-left-sidebar .single.main{float:none;}.has-right-sidebar #right{float:none;clear:both;}.has-right-sidebar .category-contents,.has-right-sidebar .single.main{float:none;}.has-left-product-sidebar #left{float:none;clear:both;}.has-left-product-sidebar #contents-detail,.has-left-product-sidebar #contents{float:none;}.has-right-product-sidebar #right{float:none;clear:both;}.has-right-product-sidebar #contents-detail,.has-right-product-sidebar #contents{float:none;}.vertical_megamenu-header .wrapper_vertical_menu{min-width:auto;}.rtl.has-left-sidebar #left{float:none;clear:both;}.rtl.has-left-sidebar .category-contents,.rtl.has-left-sidebar .single.main{float:none;}.rtl.has-right-sidebar #right{float:none;clear:both;}.rtl.has-right-sidebar .category-contents,.rtl.has-right-sidebar .single.main{float:none;}.rtl.has-left-product-sidebar #left{float:none;clear:both;}.rtl.has-left-product-sidebar #contents-detail,.rtl.has-left-product-sidebar #contents{float:none;}.rtl.has-right-product-sidebar #right{float:none;clear:both;}.rtl.has-right-product-sidebar #contents-detail,.rtl.has-right-product-sidebar #contents{float:none;}.bottom-header16 #main-menu{bottom:2px;}.home-page-17 .sw-woo-tab-cat .resp-tab .category-slider-content .button-collapse{top:0px;}.home-page-17 .sw-woo-tab-cat .resp-tab .category-slider-content .nav-tabs-select{position:absolute;top:30px;right:6px;margin:0px;left:auto;padding:0;}.home-page-17 .sw-woo-tab-cat .resp-tab .category-slider-content .nav-tabs-select .nav-tabs.in{background:#fff;border:1px solid #000;text-align:left;width:200px;padding:15px 0;}.home-page-17 .sw-woo-tab-cat .resp-tab .category-slider-content .nav-tabs-select .nav-tabs.in li > a:after{display:none;}.home-page-18 .listtingtab-v18.box1 .sw-woo-tab-cat .resp-tab .category-slider-content .button-collapse{top:0;}.home-page-18 .listtingtab-v18.box1 .sw-woo-tab-cat .resp-tab .category-slider-content .nav-tabs-select{background:#fff;right:0;top:40px;}.home-page-18 .listtingtab-v18.box1 .sw-woo-tab-cat .resp-tab .category-slider-content .nav-tabs-select ul.nav-tabs li > a{padding:10px 20px;font-family:"Rajdhani";font-size:20px;font-weight:bold;background:#eee;text-transform:uppercase;color:#333;text-align:left;}.home-page-18 .listtingtab-v18.box1 .sw-woo-tab-cat .resp-tab .category-slider-content .nav-tabs-select ul.nav-tabs li.active > a,.home-page-18 .listtingtab-v18.box1 .sw-woo-tab-cat .resp-tab .category-slider-content .nav-tabs-select ul.nav-tabs li:hover > a{background:var(--color);color:#fff;}.home-page-18 .listtingtab-v18.box2 .sw-woo-tab-cat .resp-tab .category-slider-content .button-collapse{position:static;margin-bottom:20px;}.home-page-18 .listtingtab-v18.box2 .sw-woo-tab-cat .resp-tab .category-slider-content .nav-tabs-select{top:30px;background:#fff;}.home-page-18 .listtingtab-v18.box2 .sw-woo-tab-cat .resp-tab .category-slider-content .nav-tabs-select ul.nav-tabs li{padding:0;}.home-page-19 .sw-woo-tab-default .resp-tab .category-slider-content .button-collapse,.home-page-19 .sw-woo-tab-cat .resp-tab .category-slider-content .button-collapse{top:0px;}.home-page-19 .sw-woo-tab-default .resp-tab .category-slider-content .nav-tabs-select,.home-page-19 .sw-woo-tab-cat .resp-tab .category-slider-content .nav-tabs-select{background:#fff;top:30px;}.home-page-19 .sw-woo-tab-cat .resp-tab .category-slider-content .block-title h3,.home-page-19 .block-title h3,.home-page-19 .responsive-post-slider6 .box-title h3{font-size:18px;}}@media (max-width: 767px) and (min-width: 640px){.featured-cat .wrap-content .item .item-content .set-to{padding:0 21px;}.featured-cat .wrap-content .item.item1 .item-content{top:20px;}.featured-cat .wrap-content .item.item4 .item-content .shop-now{display:none;}}@media (max-width: 640px){.comming-soon .ClassyCountdown-wrapper > div{margin:10px 5px;}.wp-comingsoon .title-comingsoon .des-comingsoon{width:100%;}#respond .wp-comment .form-horizontal .cmm-box-top .control-group{width:100%;}.footer-contact1,.footer-menu1{width:100%;margin:0;}.footer .footer-contact .newsletter-footer2 .form-newsletter .frm-submit{padding:0 7px;font-size:11px;}.footer .footer-contact .newsletter-footer2 h3{margin-right:7px;}.rtl .footer .footer-contact .newsletter-footer2 h3{margin-left:7px;margin-right:0;}.footer .footer-contact .newsletter-footer2 .form-newsletter input[type="email"]{min-width:190px;width:190px;padding:0 5px;}.newsletter-footer2 .form-newsletter input[type="email"]{min-width:295px;}.homepage17.flash-sale .block-title .block-countdown .countdown-row{font-size:2rem;}.homepage17.flash-sale .block-title .block-countdown{position:inherit;left:0;transform:translateX(0);}.homepage16 .block-title h3{font-size:2.5rem;}.homepage17.flash-sale .block-title{padding:15px;}.copyright-text-19 .elementor-widget-container,.payment-19 .elementor-widget-container{text-align:center;}.home-page-19 .sw-woo-container-slider12 .slick-slider .slick-list .item .item-wrap6 .item-detail{display:block;}.home-page-19 .sw-woo-container-slider12 .slick-slider .slick-list .item .item-wrap6 .item-detail .products-thumb{margin:0px 0 30px;flex-wrap:wrap;width:100%;}.home-page-19 .sw-woo-container-slider12 .slick-slider .slick-list .item .item-wrap6 .item-detail .products-thumb .thumbs-product{width:100%;display:flex;}.home-page-19 .sw-woo-container-slider12 .slick-slider .slick-list .item .item-wrap6 .item-detail .products-thumb .thumbs-product .item-img{margin:0 5px;}.home-page-19 .sw-woo-container-slider12 .slick-slider .slick-list .item .item-wrap6 .item-detail .item-content{width:100%;}.middle-header19 .fix-row .elementor-widget-wrap > div{padding:0 0px 0 5px;}}@media (max-width: 480px){.elementor-element .autusin_search_default .top-form.top-search.open{width:75%;top:10px;left:10px;right:auto;}.top-header1 .elementor-element .autusin_search_default .top-form.top-search.open{top:5px;left:50px;}.menu-footer-m{margin-bottom:0;}.mobile-layout .footer-mstyle1{margin-top:15px;}.mobile-layout .footer-mstyle1 .topsearch-entry .search-append{bottom:120%;top:auto;}.mobile-layout.portfolio-masonry .body-wrapper-inner >.container{min-height:84vh;}.cart-home1 > .elementor-widget-container{padding-top:7px !important;}.home-style1 .sw-woo-tab-cat .resp-tab .category-slider-content .block-title,.home-style1 .sw-woo-tab-cat .resp-tab .category-slider-content .description{text-align:left;}.home-style1 .sw-woo-tab-cat .resp-tab .category-slider-content .button-collapse{top:28px;}.home-style1 .sw-woo-tab-cat .resp-tab .category-slider-content .nav-tabs-select{top:75px;}.home-style1 .sw-brand-container-slider{margin:25px 0;}.home-style1 .elementor-element .sw-woo-tab-cat{margin-bottom:40px;}.box-banner2,.box-banner2 .elementor-widget-wrap{height:60vh;}.featured-product .featured-resp-slider-container .featured-responsive .item{padding:0;}.home-style2 .sw-woo-tab-cat .resp-tab .category-slider-content .description,.home-style2 .sw-woo-tab-cat .resp-tab .category-slider-content .block-title{text-align:left;}.home-style2 .sw-woo-tab-cat .resp-tab .category-slider-content .button-collapse{top:30px;}.home-style2 .sw-woo-tab-cat .resp-tab .category-slider-content .nav-tabs-select{top:77px;}.elementor-5759 .elementor-element.elementor-element-c67b8c1:not(.elementor-motion-effects-element-type-background),.elementor-5759 .elementor-element.elementor-element-c67b8c1 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background:none !important;}.autusin_breadcrumbs{margin:0 0 20px;}.home-style8 .sw-child-cat .content-slider .resp-slider-container{margin:0;}.home-style8 .best-selling-product2 .res-button{opacity:0;}.home-style8 .best-selling-product2:hover .res-button{opacity:1;}.home-style8 .sw-child-cat .content-slider .resp-slider-container{border:0;}.home-style8 .best-selling-product2 .box-title h3{margin-right:5px;font-size:16px;}.header-style13.elementor-element .swg-menu .swg-elementor-menu > li:after{opacity:0;}.header-style11 .swsearch-wrapper.search-layout2{position:relative;z-index:1;}.header-style2 .autusin_search_default .top-form.top-search.open{width:64%;}.header-mid-2 .elementor-container .autusin_search_default .top-form.top-search.open{top:0;width:240px;position:absolute;}.footer.footer12 .footer-style1 .elementor-widget-container h5{margin-bottom:10px;}.sw-woo-tab-cat5 .button-collapse{right:0;top:-60px;left:auto;}.sw-woo-tab-cat5 .box-title h3{text-align:left;padding:0;}.sw-woo-tab-cat5 .resp-tab .top-tab-slider ul{top:0;right:0;left:auto;}.sw-woo-tab-style9.woo-slider-short .top-tab-slider .nav-tabs{padding:0;}.sw-woo-tab-style9.woo-slider-short .top-tab-slider .nav-tabs li{padding:0;}.elementor-foonter-style15 .elementor-foonter-mid-style13 .elementor-widget-container h5{margin-bottom:0;}.header-style5 .elementor-widget-icon-box .elementor-icon-box-wrapper,.header12 .elementor-widget-icon-box .elementor-icon-box-wrapper{display:flex !important;align-items:center;justify-content:center;}.header-style5 .elementor-widget-icon-box .elementor-icon-box-wrapper .elementor-icon-box-icon,.header12 .elementor-widget-icon-box .elementor-icon-box-wrapper .elementor-icon-box-icon{margin:0px 10px 0 0;display:inline-flex;}.box-home19 .elementor-widget-image-box .elementor-image-box-img{margin-bottom:5px !important;}.sw_woo_search,.sw_woo_search.pull-left{float:none;}.autusin_top .top-form.top-search .topsearch-entry{padding:0;}.home-style18 .sw-woo-container-slider12 .block-title h3{display:block;}.copyright-text-17 .elementor-widget-container p{text-align:center;}.header-style1 .swe-woo-cart .swe-wrap-cart-head .swe-cart-text,.header-style1 .swe-woo-cart .swe-wrap-cart-head .swe-cart-subtotal .text{display:none;}.header-style1 .swg-menu{z-index:1;}.header-style15.elementor-element .swe-woo-cart .swe-wrap-cart-head .swe-cart-subtotal{display:none;}.wpb_revslider_element .rev_slider_wrapper .revo-color{font-size:13px !important;}#comments .comment .author{float:none !important;margin-bottom:10px;}#comments .comment .media-body{padding:0 !important;}#comments .comment .media-body .media .media-heading .time{padding:0 10px;}.sw-latest-product,.sw-mostviewed,.sw-onsale-product{margin-bottom:30px;}.sw-latest-product .item,.sw-mostviewed .item,.sw-onsale-product .item{margin-bottom:10px;}.sw-latest-product .item .item-inner .item-thumbnail,.sw-mostviewed .item .item-inner .item-thumbnail,.sw-onsale-product .item .item-inner .item-thumbnail{width:130px;margin-right:10px;}.rtl .sw-latest-product .item .item-inner .item-thumbnail,.rtl .sw-mostviewed .item .item-inner .item-thumbnail,.rtl .sw-onsale-product .item .item-inner .item-thumbnail{margin-left:10px;}.sw-brand-container-slider{margin:28px 0 55px 0;}#respond .wp-comment .title{font-size:14px;}.service-home4 ul > li{width:100%;margin:10px 0;}.listing-title h1{font-size:18px;}.autusin-portfolio .portfolio-tab ul li{float:none;margin:0 0 10px;width:100%;}.block3-home3 .content-wrap .item-ins{width:50%;margin:0 0 10px;}.block3-home3 .content-wrap .item-ins:last-child{display:none;}.footer-style3 .info-footer{background-color:transparent;padding:40px 15px 40px 15px;}.header-style7 .autusin_search_default .top-form.top-search.open{position:absolute;left:-202px;right:auto;width:200px;top:0;}.home-style7 .sw-woo-tab-cat .resp-tab .category-slider-content .block-title,.home-style7 .sw-woo-tab-cat .resp-tab .category-slider-content .description{text-align:left;}.home-style7 .sw-woo-tab-cat .resp-tab .category-slider-content .button-collapse{top:30px;}.home-style7 .sw-woo-tab-cat .resp-tab .category-slider-content .nav-tabs-select{top:70px;}.featured-product2 .res-button,.woo-slider-theme2 .res-button{top:9px;}.footer-style1-bot.style7 .elementor-widget-social-icons{justify-content:center;display:flex;}.footer11 .footer-copyright.style2 p{text-align:center;}.footer .footer-style1.style7 .elementor-widget-container h5{padding:0 0 10px !important;}.footer .footer-style1.style7 .elementor-widget-container ul li a.item-link{color:#fff;}.footer .footer-style1.style7 .elementor-widget-container h5:before{bottom:0;}.header-style6 .autusin_search_default .top-form.top-search.open{top:44px;position:absolute;width:250px;left:-101px;right:auto;}.responsive-post-slider2 .resp-slider-container .slick-slider .item{padding:0;}.elementor-4664 .elementor-element.elementor-element-88a0842:not(.elementor-motion-effects-element-type-background),.elementor-4664 .elementor-element.elementor-element-88a0842 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:transparent;}.header-style8 .swe-woo-cart .swe-wrap-cart-head .swe-cart-subtotal{display:none;}.sw-category-slider6 .resp-slider-container .slider{overflow-x:scroll;overflow-y:hidden;white-space:nowrap;text-align:left;}.sw-category-slider6 .resp-slider-container .slider > .item{float:none;display:inline-block;vertical-align:top;white-space:normal;margin:0 10px 0 0;width:120px;}.sw-category-slider6 .res-button{display:none;}.autusin-portfolio.masonry .portfolio-container ul.portfolio-content >li .portfolio-item-inner .portfolio-in .p-item-content .p-item-title{display:none;}.autusin-portfolio.masonry .portfolio-container ul.portfolio-content >li .portfolio-item-inner .portfolio-in .p-item-content .p-item.item-more,.autusin-portfolio.masonry .portfolio-container ul.portfolio-content >li .portfolio-item-inner .portfolio-in .p-item-content .p-item.item-popup{width:20px;height:20px;line-height:20px;font-size:12px;}.sw-woo-tab-style2 .resp-tab .top-tab-slider .nav.nav-tabs > li{width:100%;}.sw-woo-tab-style2 .resp-tab .top-tab-slider .nav.nav-tabs > li > a{border-left:1px solid #222;width:100%;}.sw-woo-tab-style2 .resp-tab .top-tab-slider .nav.nav-tabs > li > a:hover{border-left:1px solid #222;}.wp-comingsoon .title-comingsoon{margin-top:220px;}.single-product >.tabs .tabbable .nav.nav-tabs li{width:100%;}.mobile-layout  .single-product >.tabs .tabbable .nav.nav-tabs li{width:auto;}.single-product >.tabs .tabbable .nav.nav-tabs li a{width:100%;}.mobile-layout  .single-product >.tabs .tabbable .nav.nav-tabs li a{width:auto;}.home-page-18 .sw-lookbook-slider .sw-lookbook-container__item .pin__type{display:block;}.home-page-18 .sw-lookbook-slider .sw-lookbook-container__item .pin__type .pin-label{display:inline-block;}.pin__type_mobile{display:none;}.header-style18 .autusin-minicart4 .top-minicart-icon{padding:0;margin-left:0;}}@media (max-width: 479px){.form-newsletter{clear:both;}.sw-best-seller-product-slider .box-title h3,.sw-featured-product-slider .box-title h3{font-size:14px;}.sw-best-seller-product-slider .carousel-inner .image-slide,.sw-featured-product-slider .carousel-inner .image-slide{float:none;width:100%;}.sw-best-seller-product-slider .carousel-inner .item,.sw-featured-product-slider .carousel-inner .item{float:none;width:100%;}.featured-cat .wrap-content .item.item4{margin-bottom:0;}.featured-cat .wrap-content .item.item4 .item-content{top:20px;}.sw-instagram-slider .slider .item{text-align:center;}.sw-instagram-slider .slider .item img{display:inline-block;}.sw-instagram-slider .res-button{z-index:3;}.item .item-wrap .item-detail .item-img img{margin:0 auto;}.home-style2 .wpb_revslider_element .rev_slider_wrapper .tp-bullets{display:none;}.home-style7 .wpb_revslider_element .rev_slider_wrapper .tp-bullets{display:none;}.sw-brand-container-slider .slider .item-brand-cat .item-image a img{margin:0 auto;}.sw-woo-tab-style3 .resp-tab .top-tab-slider .nav.nav-tabs{margin-bottom:60px;}.sw-woo-tab-style3 .resp-tab .tab-pane.active .res-button{top:85px;margin:0 5px;}.sw-woo-tab-style3 .resp-tab .tab-pane.active .res-button.slick-prev{right:50%;}.rtl .sw-woo-tab-style3 .resp-tab .tab-pane.active .res-button.slick-prev{right:50%;left:auto;}.sw-woo-tab-style3 .resp-tab .tab-pane.active .res-button.slick-next{left:50%;right:auto;}.rtl .sw-woo-tab-style3 .resp-tab .tab-pane.active .res-button.slick-next{left:50%;right:auto;}.sw-woo-tab-style3 .resp-tab .top-tab-slider .nav.nav-tabs > li > a:before{height:0;}.sw-woo-tab-style3 .resp-tab .top-tab-slider .nav.nav-tabs > li{width:100%;}.sw-woo-tab-style3 .resp-tab .top-tab-slider .nav.nav-tabs > li:after{width:0;height:0;}.video-bg-home6{display:none;}#subscribe_popup{min-width:360px;}.footer .footer-contact .newsletter-footer2{text-align:center;}.footer .footer-contact .newsletter-footer2 h3{float:none;}.footer .footer-contact .newsletter-footer2 .form-newsletter{display:inline-block;}.newsletter-footer2 .form-newsletter input[type="email"]{min-width:170px;width:170px;}.newsletter-footer2 .form-newsletter .frm-submit{padding:0 10px;}.elementor-location-footer .elementor-element-6673734 .elementor-widget-wrap{display:flex !important;justify-content:center;}.homepage17 .apply-filters__button{width:100% !important;}.home-page-17 .sw-brand-container-slider{margin-bottom:30px;}.home-page-17 .sw-woo-container-slider11 .slider .item .item-wrap5 .item-detail{flex-wrap:wrap;}.home-page-17 .sw-woo-container-slider11 .slider .item .item-wrap5 .item-detail .products-thumb{width:100%;}.home-page-17 .sw-category-slider2 .slider.responsive .item-product-cats{width:100%;}.home-page-17 .best-selling-product.responsive-slider,.home-page-17 .sw-woo-tab-cat{margin-bottom:30px;}.home-page-17 .home-page-17 .item .item-wrap5{border:0px !important;}.home-page-18 .sw-woo-container-slider12 .slider .item .item-wrap5 .item-detail .products-thumb{width:100%;}.footer-style19 .form-newsletter button[type="submit"]{margin:10px 0 0;width:100%;}}@media (max-width: 479px) and (min-width: 375px){.featured-cat .wrap-content .item.item1 .item-content{top:40px;}.featured-cat .wrap-content .item.item3 .item-content{top:60px;}.header-style15.elementor-element .autusin_top .top-form.top-search .topsearch-entry{width:240px;}}@media (min-width: 481px){.home-page-17 .best-selling-product.responsive-slider .resp-slider-container .responsive,.home-page-17 .sw-woo-tab-cat .resp-slider-container .responsive{margin:0 !important;}}@media (max-width: 375px){#subscribe_popup{min-width:304px;padding:48px 10px 25px 10px;}#subscribe_popup .subscribe-social > .subscribe-social-inner .autusin-socials ul > li > a{margin:0 3px;}.wpb_revslider_element .rev_slider_wrapper .revo-color{font-size:12px !important;}}@media (max-width: 360px){.resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper{min-width:290px;}.product_detail .content_product_detail .social-share a{margin:0 3px;}.product_detail .content_product_detail .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a,.product_detail .content_product_detail a.compare{margin:0 3px;}.top-form .wrapp-minicart{width:285px;}.top-form .wrapp-minicart .minicart-padding ul.minicart-content li .product-image{width:90px;}.top-form .wrapp-minicart .minicart-padding ul.minicart-content li .product-price .price span.amount{padding:5px 0;}.sw-woo-tab-style2 .resp-tab .top-tab-slider .nav.nav-tabs > li:first-child  > a{margin-bottom:5px;}.rtl .sw-woo-tab-style2 .resp-tab .top-tab-slider .nav.nav-tabs > li:first-child  > a{border-left:1px solid var(--color);}.top-form .wrapp-minicart .cart-checkout .cart-links .cart-link a,.top-form .wrapp-minicart .cart-checkout .cart-links .checkout-link a{padding:0 15px;}.slideshow-home1 .wpb_single_image{width:100%;text-align:center;}.rtl .slideshow-home1 .wpb_revslider_element{float:none;width:100%;min-width:100%;margin:0;}.rtl.woocommerce div.product form.cart div.quantity{width:105px;}.products-wrapper .products-loop.list .item .item-wrap .item-detail .products-thumb{float:none;margin:0 0 20px;width:100%;}.rtl .products-wrapper .products-loop.list .item .item-wrap .item-detail .products-thumb{float:none;margin:0 0 20px;}.products-wrapper .products-nav .catalog-ordering .orderby-order-container .order,.products-wrapper .products-nav .catalog-ordering .orderby-order-container .product-number{display:none;}.product_detail .content_product_detail .social-share .title-share{padding-right:5px;}.rtl .product_detail .content_product_detail .social-share .title-share{padding:0 0 0 5px;}.single-product > .tabs .tabbable .nav.nav-tabs li{width:100%;}.single-product > .tabs .tabbable .nav.nav-tabs li a{width:100%;text-align:center;}.woocommerce .entry-content form.login .form-row-first,.woocommerce .entry-content form.login .form-row-last,.woocommerce-page .entry-content form.login .form-row-first,.woocommerce-page .entry-content form.login .form-row-last{float:none;width:100%;}.woocommerce .entry-content form.login .form-row-last,.woocommerce-page .entry-content form.login .form-row-last{margin:0;}.woocommerce .entry-content form.login .form-row input.button,.woocommerce-page .entry-content form.login .form-row input.button{margin-top:20px;}.contact_us .block-contact .item .item-wrap{padding:17px 15px;}.contact_us .block-contact .item.address .item-wrap .info{padding:0;}.sw_related_upsell_widget .product-ur .tabbable.tabs .nav.nav-tabs{border-bottom:0;}.sw_related_upsell_widget .product-ur .tabbable.tabs .nav.nav-tabs li{width:100%;text-align:center;}.sw_related_upsell_widget .product-ur .tabbable.tabs .nav.nav-tabs li:first-child > a:after{width:0;height:0;}.sw_related_upsell_widget .product-ur .tabbable.tabs .nav.nav-tabs li > a{padding:10px 0;}.sw_related_upsell_widget .product-ur .tabbable.tabs .nav.nav-tabs li > a:before{width:0;height:0;}#subscribe_popup{min-width:250px;padding:10px 10px 25px 10px;}#subscribe_popup .subscribe-popup-container{padding:48px 0px 25px 0px;}#subscribe_popup .subscribe-popup-container h2{font-size:20px;}#subscribe_popup .subscribe-popup-container .subscribe-social > .subscribe-social-inner > a{margin:0 2px;}#subscribe_popup .subscribe-popup-container .subscribe-form input[type="email"]{width:205px;padding:0 10px;}#subscribe_popup .subscribe-social > .subscribe-social-inner .autusin-socials ul > li > a{margin:0 5px 10px 5px;}.product_detail .content_product_detail .cart .quantity{margin:0 3px 0 0 !important;}.sw-best-seller-product-slider .carousel-inner .image-slide img,.sw-featured-product-slider .carousel-inner .image-slide img{width:100%;}.single-product > .tabs .tabbable .tab-content .tab-pane p .alignnone{margin:0 0 30px;padding:0;width:100%;}.single-product > .tabs .tabbable .tab-content .tab-pane p .alignnone.image-content{margin-bottom:30px;}.rtl .single-product > .tabs .tabbable .tab-content .tab-pane p .alignnone{margin:0 0 30px;}#lang_sel > ul.nav > li > a,.currency_w > li > a{border:0;}.woocommerce div.product form.cart .group_table td{display:block;height:50px;}.woocommerce div.product form.cart .group_table td.label{display:block;text-align:left;padding:0;line-height:45px;}.woocommerce div.product form.cart .group_table td .price{display:block;}.product_detail .content_product_detail .cart .group_table tbody tr td .quantity{width:100px;}.sw-woo-tab-cat .resp-tab .top-tab-slider .nav.nav-tabs > li{width:100%;}.single-portfolio .portfolio-top h1{font-size:18px;}.footer .footer-contact .newsletter-footer2 .form-newsletter .frm-submit{padding:0 5px;}.rtl .single.main .post .entry-wrap .entry-content .social-share .title-share,.rtl .single.main .team .entry-wrap .entry-content .social-share .title-share,.rtl .single.main .attachment .entry-wrap .entry-content .social-share .title-share{margin-left:15px;}.rtl.woocommerce div.product form.cart .group_table td.label{text-align:right;}.rtl.contact-us .block-contact .item .item-wrap{padding:17px 15px;}.rtl .product_detail .content_product_detail .cart .quantity{margin:0 0 0 5px !important;}}@media (max-width: 320px){.wpb_revslider_element .rev_slider_wrapper .revo-color{font-size:10px !important;}}@media (max-width: 767px){.mobile-layout .responsive-slider .slider{overflow-x:auto;white-space:nowrap;text-align:center;}.mobile-layout .responsive-slider .slider .item,.mobile-layout .responsive-slider .slider .product{display:inline-block;white-space:normal;float:none;}.mobile-layout .responsive-slider.testimonial-post-slider .responsive-thumbnail{display:none;}.mobile-layout .tab-countdown-slide  ul > li{display:inline-block;float:none;}.mobile-layout .tab-countdown-slide  ul > li a >img{max-width:100%;}}.footer-mstyle1 .footer-container .footer-menu .menu-item .icon-menu:before{display:none;}@media (min-width: 1368px){.wp-comingsoon{min-height:980px;}}@media (min-width: 1200px){.products-loop.grid >li.col-lg-12:nth-child(2n),.products-loop.grid >li.col-lg-6:nth-child(2n+1),.products-loop.grid >li.col-lg-4:nth-child(3n+1),.products-loop.grid >li.col-lg-3:nth-child(4n+1),.products-loop.grid >li.col-lg-24:nth-child(5n+1),.products-loop.grid >li.col-lg-2:nth-child(6n+1){clear:both;}.col-lg-24{width:20%;}.clear_lg{clear:both;}.rtl [class*="col-lg-"],.rtl [class*="col-md-"],.rtl [class*="col-sm-"],.rtl [class*="col-xs-"]{float:right;}}@media (max-width: 1199px) and (min-width: 992px){.products-loop.grid >li.col-md-12:nth-child(2n),.products-loop.grid >li.col-md-6:nth-child(2n+1),.products-loop.grid >li.col-md-4:nth-child(3n+1),.products-loop.grid >li.col-md-3:nth-child(4n+1),.products-loop.grid >li.col-md-24:nth-child(5n+1),.products-loop.grid >li.col-md-2:nth-child(6n+1){clear:both;}.clear_md{clear:both;}.col-md-24{width:20%;}.rtl [class*="col-md-"],.rtl [class*="col-sm-"],.rtl [class*="col-xs-"]{float:right;}.wpb_revslider_element .rev_slider_wrapper ul > li.tp-revslider-slidesli  .tp-parallax-wrap .tp-caption.rev-btn{display:none !important;}}@media (max-width: 991px) and (min-width: 768px){.products-loop.grid >li.col-sm-12:nth-child(2n),.products-loop.grid >li.col-sm-6:nth-child(2n+1),.products-loop.grid >li.col-sm-4:nth-child(3n+1),.products-loop.grid >li.col-sm-3:nth-child(4n+1),.products-loop.grid >li.col-sm-24:nth-child(5n+1),.products-loop.grid >li.col-sm-2:nth-child(6n+1){clear:both;}.col-sm-24{width:20%;}#cpanel-form a.cpanel-control{display:none;}.rtl [class*="col-sm-"],.rtl [class*="col-xs-"]{float:right;}}@media (min-width: 768px){.woocommerce table.shop_table_responsive,.woocommerce-page table.shop_table_responsive{border-collapse:collapse;}.woocommerce table.shop_table_responsive tr,.woocommerce-page table.shop_table_responsive tr{display:table-row;}.woocommerce table.shop_table_responsive tr td,.woocommerce-page table.shop_table_responsive tr td{display:table-cell;border:1px solid #ddd;}}@media (max-width: 767px){.clear_xs{clear:both;}.header-style1 .search-cate,.header-style2 .search-cate,.header-style3 .search-cate,.header-style6 .search-cate,.header-style7 .search-cate,.header-style10 .search-cate{position:static;}.header-style1 .search-cate .autusin_top .top-form.top-search,.header-style2 .search-cate .autusin_top .top-form.top-search,.header-style3 .search-cate .autusin_top .top-form.top-search,.header-style6 .search-cate .autusin_top .top-form.top-search,.header-style7 .search-cate .autusin_top .top-form.top-search,.header-style10 .search-cate .autusin_top .top-form.top-search{left:0;right:0;width:100%;}.header-style3 .header-mid,.header-style6 .header-mid,.header-style7 .header-mid,.header-style10 .header-mid{position:relative;}.header-style3 .header-mid .search-cate,.header-style6 .header-mid .search-cate,.header-style7 .header-mid .search-cate,.header-style10 .header-mid .search-cate{position:static;}.header-style3 .header-mid .search-cate .autusin_top .top-form.top-search,.header-style6 .header-mid .search-cate .autusin_top .top-form.top-search,.header-style7 .header-mid .search-cate .autusin_top .top-form.top-search,.header-style10 .header-mid .search-cate .autusin_top .top-form.top-search{top:0;}.sidebar-row{display:-webkit-flex;display:-ms-flex;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;}.sidebar-row aside#left{order:1;width:100%;}.sidebar-row aside#right{order:1;width:100%;}.sidebar-row > div{width:100%;}.woocommerce-account #contents .entry-content .woocommerce-MyAccount-content,.woocommerce-account #contents .entry-content nav.woocommerce-MyAccount-navigation{width:100%;padding:0;margin-bottom:30px;}.rtl [class*="col-xs-"]{float:right;}}@media (max-width: 479px){[class*="col-xs-"]{float:none;width:auto;}.products-wrapper .products-loop >li.product-category{float:left;width:50%;}.products-wrapper .products-loop >li.product-category:nth-child(2n+1){clear:both;}.rtl [class*="col-xs-"]{float:none;}.rtl .products-wrapper .products-loop >li.product-category{float:right;}}body.home{font-family:"Poppins",Helvetica,Arial,sans-serif;}.bottom-header16 .nav-pills > li > a{padding:16px 15px;font-weight:700;font-size:17px;color:#000;}.bottom-header16 .nav-pills > li.active > a,.bottom-header16 .nav-pills > li:hover > a{background-color:#eee;color:#000;}.bottom-header16 .mega-left-title{background:#00a652;border-left:1px solid #00a652;border-right:1px solid #00a652;font-family:Jura;}.thecwmMainNav .nav li.level1:first-child a{margin-left:0;}.thecwmMainNav .nav li.level1:last-child a{padding-right:0;}.mega-left-title span{font-size:17px;}.bottom-header16 .mega-left-title span{font-weight:700;}.autusin_search_2 .top-form.top-search .cat-wrapper:before{font-size:17px;}.autusin_search_2 .top-form.top-search .cat-wrapper select{font-weight:600;font-family:Jura;}.nav-pills .thecwmMenuPhone{float:right;}.main-menu,.nav-pills{width:100%;}.nav-pills .thecwmMenuPhone .item-link{font-size:20px;}.header-links ul li a{font-size:14px;color:#0065b3;display:flex;align-items:center;pointer-events:none;cursor:default;}.header-links ul li a svg{margin-right:5px;}.thecwmAwards{display:flex;align-items:center;justify-content:center;}.thecwmAwards img{max-height:130px;background-color:rgba(255,255,255,.85);border-radius:10px;margin-right:15px;}.thecwmAwards img:last-child{margin-right:0;}.sw-woo-tab-cat .resp-tab .category-slider-content .block-title h3{margin-bottom:40px;}.item .item-wrap6 .item-detail .item-content h4 a{font-family:inherit;font-size:18px;font-weight:700;text-transform:capitalize;}.sw-woo-tab-default .resp-tab .category-slider-content .nav-tabs-select ul.nav-tabs li > a,.sw-woo-tab-cat .resp-tab .category-slider-content .nav-tabs-select ul.nav-tabs li > a{padding:5px 30px;}.elementor-element .sw-woo-tab-cat{margin-bottom:20px;}.responsive-post-slider2 .resp-slider-container .slick-slider .item .item-inner .entry-content h4 a{font-size:18px;font-weight:700;}.responsive-post-slider2 .resp-slider-container .slick-slider .item .item-inner .entry-content .description{font-size:14px;}.responsive-post-slider2 .resp-slider-container .slick-slider .item .item-inner .entry-content .readmore a{font-size:17px;text-transform:uppercase;font-weight:600;}.home .slick-arrow{display:none;}.thecwmSignUpForm .mc4wp-form-fields{display:flex;align-items:center;}.thecwmSignUpForm .mc4wp-form-fields .frm-submit{width:150px;color:#000;background-color:#eee;font-size:17px;text-transform:uppercase;font-family:poppins;height:45px;line-height:1;margin-bottom:0;}.thecwmSignUpForm .mc4wp-form-fields .frm-submit:before{font-size:17px;font-family:FontAwesome;margin-right:6px;}.thecwmSignUpForm .mc4wp-form-fields .frm-email{width:calc(100% - 150px);height:45px;padding-left:10px;margin-bottom:0;}.thecwmSignUpTitle h3,.thecwmSignUpTitle p{margin-bottom:0;}.thecwmSignUpTitle h3{line-height:1.3 !important;}.footer-style17 ul.menu li a{font-size:15px;}.copyright-text-17 .elementor-widget-container p{color:#fff;font-family:"Jura",Sans-serif;}.thecwmImgBox .elementor-image-box-img img{margin:0 auto;height:200px;width:auto;}.thecwmCatBoxes .elementor-widget-image-box{border:1px solid #d7d7d7;border-radius:10px;padding:15px;background-color:rgba(0,101,179,.1);}.thecwmCatBoxes .elementor-widget-image-box .elementor-image-box-img img{height:100px;width:auto;}.thecwmPromotional .sw-woo-tab-cat .nav-tabs-select,.thecwmLatestNews .latest_post_date{display:none !important;}.thecwmHeroPaymentLogos img{max-height:172px;width:auto;}.thecwmHeroPayLogos img{max-height:45px;width:auto;}.thecwmProductFeatures{display:flex;float:right;margin-top:-10px;}.thecwmProductFeatures .thecwmFeatAttri{position:relative;transition:all .3s ease-in-out;margin:0 10px 10px 0;}.thecwmProductFeatures .thecwmFeatAttri img{max-height:40px;width:auto;}.thecwmProductFeatures .thecwmFeatAttri .FeatAttriToolTip{display:none;font-size:.85em;background-color:var(--e-global-color-primary);padding:10px;border-radius:5px;color:#fff;position:absolute;width:200px;bottom:calc(100% + 10px);left:50%;transform:translateX(-50%);transition:all .3s ease-in-out;z-index:9;}.thecwmProductFeatures .thecwmFeatAttri .FeatAttriToolTip:after{content:"";width:0;height:0;border-left:10px solid transparent;border-right:10px solid transparent;border-top:10px solid var(--e-global-color-primary);position:absolute;bottom:-10px;left:50%;transform:translateX(-50%);}.thecwmProductFeatures .thecwmFeatAttri:hover .FeatAttriToolTip{display:block;}.woocommerce div.product .product_title{font-weight:700;letter-spacing:-.03em;}.product_detail .content_product_detail .product_title{margin-bottom:10px;}.single-product .tabs.elementor-element,.single-product >.tabs{background-color:rgba(0,166,82,.1);border-radius:10px;}.single-product .tabs.elementor-element .tabbable .nav.nav-tabs li a,.single-product >.tabs .tabbable .nav.nav-tabs li a{font-weight:600;}.single-product-style1 .elementor-element .tabs .tabbable .nav.nav-tabs > li.active > a,.single-product-style1 .elementor-element .tabs .tabbable .nav.nav-tabs > li:hover > a,.single-product-style1 .single-product >.tabs .tabbable .nav.nav-tabs > li.active > a,.single-product-style1 .single-product >.tabs .tabbable .nav.nav-tabs > li:hover > a{background:#0065b3;border-color:#0065b3;color:#fff;}.single-product .tabs.elementor-element .tabbable .tab-content .tab-pane,.single-product >.tabs .tabbable .tab-content .tab-pane{font-size:17px;}.single-product .tabs.elementor-element .tabbable .tab-content .tab-pane h2,.single-product >.tabs .tabbable .tab-content .tab-pane h2{font-size:22px;font-weight:700;color:#222;margin-bottom:20px;}.product_detail .content_product_detail .product-info .sku_wrapper{background-color:rgba(0,101,179,.23);padding:5px;border-radius:5px;}.product_detail .content_product_detail .custom-visitor-count{font-weight:bold;text-transform:uppercase;display:block;color:#222;margin-bottom:20px;}.product_detail .content_product_detail .custom-visitor-count .counter-value{font-weight:normal;text-transform:none;}.product_detail .slider_img_productd .product-images .product-images-container.thumbnail-left,.product_detail .slider_img_productd .product-images .product-images-container.thumbnail-right{align-items:flex-start;}.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product .stock{color:#00a652;}.item .item-wrap .item-detail .item-content{position:initial;}.related-products .box-slider-title h2{font-size:28px;font-weight:700;}.archive .custom-visitor-count,.thecwmPromotional .custom-visitor-count{color:#fff;}.products-loop .product-category a{transition:all .3s ease-in-out;padding:15px 15px 10px 15px;border-radius:0px 10px 0px 10px;border:1px solid #ddd;}.products-loop .product-category a:hover,.thecwmManufacturersList .manufacturer a:hover{box-shadow:rgba(149,157,165,.2) 0px 8px 24px;transform:translatey(-5px);}.box-shop .products-loop >li.product-category h2.woocommerce-loop-category__title,.products-wrapper .products-loop >li.product-category h2.woocommerce-loop-category__title{font-size:18px;margin-bottom:15px;color:#000;font-weight:700;background-color:#eee;border-radius:0px 10px 0px 10px;padding:10px 5px;}.box-shop .products-loop >li.product-category h2.woocommerce-loop-category__title mark,.products-wrapper .products-loop >li.product-category h2.woocommerce-loop-category__title mark,.products-loop .product-category a:hover,.box-shop .products-loop >li.product-category:hover h2.woocommerce-loop-category__title,.products-wrapper .products-loop >li.product-category:hover h2.woocommerce-loop-category__title,.box-shop .products-loop >li.product-category:hover h2.woocommerce-loop-category__title mark,.products-wrapper .products-loop >li.product-category:hover h2.woocommerce-loop-category__title mark{color:#000;}.wrapper_vertical_menu .vertical-megamenu > li.autusin-menu-img > a span.menu-img img{max-height:30px;width:auto;}.thecwmPromotional .item .item-wrap .item-detail{border:1px solid #ddd;border-radius:5px;}.thecwmPromotional .item .item-wrap .item-detail .item-content h4 a{font-size:18px;font-weight:700;padding:0 5px;}body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link){background-color:#eee;color:#000;border-radius:5px;}.wc-block-components-order-summary .wc-block-components-panel__button{background-color:transparent;}.wc-block-grid__product .wc-block-grid__product-title{margin:0 0 12px;font-size:18px;font-family:Jura !important;font-weight:700;}.wp-block-button__link{color:#000;background-color:#eee;font-size:14px !important;}.wc-block-grid__product-price{color:#0065b3;font-size:18px;font-weight:700;}.wrapper_vertical_menu .vertical-megamenu > li > a{font-size:18px;}#gdrf-form .gdrf-field-email label,#gdrf-form .gdrf-field-human label{display:block;}#gdrf-form .gdrf-field-email input,#gdrf-form .gdrf-field-human input{background-color:#fff;border:1px solid hsla(0,0%,7%,.8);border-radius:4px;box-sizing:border-box;color:#2b2d2f;font-family:inherit;font-size:1em;line-height:1em;margin:0;min-height:0;padding:1em;width:500px;max-width:100%;}#gdrf-submit-button{background-color:#eee;color:#000;border-radius:5px;border-color:#eee;padding:1em 2em;margin-top:20px;}.thecwmMb30{margin-bottom:30px;}.thecwmManufacturersList .manufacturer a{border:1px solid #ddd;border-radius:5px;padding:5px;transition:all .3s ease-in-out;display:block;text-align:center;margin-bottom:30px;}.thecwmManufacturersList .manufacturer h2{font-size:20px;font-weight:bold;color:#000;}.category-contents .blog-content .post .entry .entry-content .content-top .entry-title h4{min-height:65px;}.category-contents .blog-content .post .entry .entry-thumb{border:1px solid #ddd;border-radius:5px;overflow:hidden;transition:all .3s ease-in-out;}.category-contents .blog-content.blog-content-grid .post .entry .entry-thumb:before{border-left:80px solid #0065b3;}.category-contents .blog-content.blog-content-grid .post .entry .entry-thumb .entry-meta .month-time,.category-contents .blog-content.blog-content-grid .post .entry .entry-thumb .entry-meta .day-time{color:#fff;padding-left:5px;}.single.main .post .entry-wrap .entry-thumb,.single.main .team .entry-wrap .entry-thumb,.single.main .attachment .entry-wrap .entry-thumb{background-color:rgba(0,166,82,.1);border:1px solid #ddd;border-radius:5px;margin-bottom:30px;}.single.main .post .entry-wrap .entry-thumb img,.single.main .team .entry-wrap .entry-thumb img,.single.main .attachment .entry-wrap .entry-thumb img{margin-bottom:0;margin:0 auto;max-height:400px;}.category-contents .blog-content .post .entry .entry-thumb img{height:180px;width:100%;object-fit:cover;object-position:center;}.yith-pos-product-list__list .product-heading,.yith-pos-product-category-list__list .product-cat-heading{font-weight:400 !important;flex-wrap:wrap !important;font-size:11px !important;}.item .item-wrap .item-detail .products-thumb a img{width:100%;height:150px;object-fit:contain;}.products-loop .product-category a img,.archive .item-img img{height:173px;object-fit:contain;}.archive .term-description{background-color:#0065b3;color:#fff;padding:40px;border-radius:0 10px 0 10px;font-size:16px;letter-spacing:.31px;}.thecwmProductBox.item-wrap6 .item-detail .item-content .item-bottom{position:static;opacity:1;visibility:visible;}.thecwmProductBox.item-wrap6 .item-detail .item-content .item-bottom .button{padding:0 .1em;}.thecwmProductBox.item-wrap6:hover .item-detail .item-content .item-price{opacity:1;visibility:visible;}.thecwmProductBox.item-wrap6 .item-detail .item-content .item-price{font-family:Poppins,Helvetica,Arial,sans-serif;font-weight:600;}.thecwmProductBox.item-wrap6 .item-detail .sw-quickview{position:absolute;top:15px;right:15px;border-radius:5px;padding:2px 5px;font-size:12px;box-shadow:rgba(149,157,165,.2) 0px 8px 24px;background-color:rgba(0,101,179,1);color:#fff;opacity:0;visibility:hidden;transition:all .3s ease-in-out;}.thecwmProductBox.item-wrap6:hover .item-detail .sw-quickview{opacity:1;visibility:visible;}.thecwmProductBox.item-wrap6 .item-detail .products-thumb{padding:0;}.thecwmProductBox.item-wrap6 .item-detail .item-content h4 a{font-size:15px;height:49px;overflow:hidden;display:block;}.thecwmProductBox.item-wrap6 .item-detail .item-content h4{white-space:normal;}.widget_sp_image:hover img{opacity:1;}.archive.woocommerce-shop .products-loop,.archive.woocommerce-shop .products-nav,.archive.term-hydraulics .products-nav,.archive.term-hydraulics .products-loop,.archive.term-pto-for-trucks .products-loop,.archive.term-pto-for-trucks .products-nav,.archive.term-gearboxes .products-loop,.archive.term-gearboxes .products-nav{margin-bottom:0;}.archive.woocommerce-shop .products-wrapper,.archive.term-hydraulics .products-wrapper,.archive.term-pto-for-trucks .products-wrapper,.archive.term-gearboxes .products-wrapper{padding-bottom:0;}.thecwmShopBanner,.archive .term-description{margin-bottom:60px;}.item .item-wrap6 .item-detail .products-thumb:after{z-index:-1;}.woocommerce-shop #contents{width:100%;}.thecwmHydraulicsCatalogue{position:relative;background-color:transparent;background-image:linear-gradient(90deg,var(--e-global-color-secondary) 0%,var(--e-global-color-primary) 100%);border-radius:0px 10px 0px 10px;transition:all .3s ease-in-out;}.thecwmHydraulicsCatalogue img{position:absolute;right:40px;bottom:0;}.thecwmHydraulicsCatalogue a{font-family:Jura !important;color:#fff;text-decoration:none;font-weight:bold;font-size:25px;display:block;padding:40px;margin:30px 0;}.thecwmHydraulicsCatalogue:hover{box-shadow:rgba(149,157,165,.2) 0px 8px 24px;transform:translatey(-5px);}.thecwmHydraulicsCatalogue a:hover{color:#fff;}.thecwmAboutWelcome:before{content:"";background-image:url("https://cdn-ildmmhg.nitrocdn.com/EmfGayVpJIjlSxwvIsYhxAzAzNUjWyuH/assets/images/optimized/rev-f65d057/mwtruckparts.co.uk/wp-content/uploads/2024/05/About_Us_nw.jpg");position:absolute;left:50%;top:0;bottom:0;background-size:cover;background-position:center;width:50%;z-index:-2;}.thecwmAboutWelcome:after{content:"";background-image:url("https://cdn-ildmmhg.nitrocdn.com/EmfGayVpJIjlSxwvIsYhxAzAzNUjWyuH/assets/images/optimized/rev-f65d057/mwtruckparts.co.uk/wp-content/uploads/2024/03/aboutbg-diag.png");position:absolute;left:0;top:0;bottom:0;width:60%;background-size:cover;background-position:center right;z-index:-1;}.header-links ul li a img{max-height:20px;margin-right:5px;}ol{list-style-type:none;counter-reset:item;margin:0;padding:0;margin-left:0 !important;}ol > li{display:table;counter-increment:item;margin-bottom:.6em;}ol > li:before{content:counters(item,".") ". ";display:table-cell;padding-right:.6em;}li ol > li{margin:0;}li ol > li:before{content:counters(item,".") " ";}ol.thecwmTerms h2{color:#000;font-size:19px;font-weight:bold;}.gt_switcher .gt_option{position:absolute !important;}.item .item-wrap6 .item-detail .item-content .item-bottom .button,.item .item-wrap6 .item-detail .item-content .item-bottom a.ajax_add_to_cart,.item .item-wrap6 .item-detail .item-content .item-bottom .product_type_variable,.item .item-wrap6 .item-detail .item-content .item-bottom .product_type_simple,.item .item-wrap6 .item-detail .item-content .item-bottom .add_to_cart_button,.item .item-wrap6 .item-detail .item-content .item-bottom .product_type_external,.item .item-wrap6 .item-detail .item-content .item-bottom .product_type_variable,.item .item-wrap6 .item-detail .item-content .item-bottom .product_type_grouped{font-family:"Poppins",Sans-serif;background:#eee;border:1px solid #eee;}.item .item-wrap6 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a,.item .item-wrap6 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,.item .item-wrap6 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a{border:1px solid #eee;background-color:#eee;}body button{border:1px solid #eee;}.top-form .wrapp-minicart .cart-checkout .cart-links .cart-link a,.top-form .wrapp-minicart .cart-checkout .cart-links .checkout-link a,#sw-add-to-cart-message .layout-default .checkout,#sw-add-to-cart-message .layout-5 .checkout{color:#000;border:1px solid #eee;background:#eee;font-family:Jura !important;font-size:14px;}#sw-add-to-cart-message .layout-default .checkout,#sw-add-to-cart-message .layout-5 .checkout{font-size:18px;}#sw-add-to-cart-message .button{background:#eee;color:#000;font-family:Jura !important;text-shadow:none;font-weight:700;font-size:18px;}#sw-add-to-cart-message .button:hover{background:#0065b3;color:#fff;}#sw-add-to-cart-message .layout-default .checkout:hover,#sw-add-to-cart-message .layout-5 .checkout:hover{background:#0065b3;color:#fff;}.item .item-wrap6 .item-detail .item-content .item-bottom .button.added,.item .item-wrap6 .item-detail .item-content .item-bottom a.ajax_add_to_cart.added,.item .item-wrap6 .item-detail .item-content .item-bottom .product_type_variable.added,.item .item-wrap6 .item-detail .item-content .item-bottom .product_type_simple.added,.item .item-wrap6 .item-detail .item-content .item-bottom .add_to_cart_button.added,.item .item-wrap6 .item-detail .item-content .item-bottom .product_type_external.added,.item .item-wrap6 .item-detail .item-content .item-bottom .product_type_variable.added,.item .item-wrap6 .item-detail .item-content .item-bottom .product_type_grouped.added{background:#eee;}.product_detail .content_product_detail .add_to_cart_button,.product_detail .content_product_detail .product_type_external,.product_detail .content_product_detail .product_type_grouped,.product_detail .content_product_detail .single_add_to_cart_button{background-color:#eee !important;color:#000;}.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt{color:#000;}#respond .comment-form #submit{font-size:17px;font-weight:700;color:#000;background:#eee;font-family:Jura !important;}.single-post-relate .post .item-relate-content .read-more,.contact_us .wpcf7 input[type="submit"]{color:#000;text-transform:uppercase;font-size:17px;font-weight:700;border:1px #eee solid;background-color:#eee;font-family:Jura !important;}.single-post-relate .post .item-relate-content .read-more:hover,#respond .comment-form #submit:hover,.contact_us .wpcf7 input[type="submit"]:hover{color:#fff;border-color:#0065b3;background-color:#0065b3;}input:-webkit-autofill,input:-webkit-autofill:focus{-webkit-box-shadow:0 0 0 1000px white inset;-webkit-text-fill-color:#2b2d2f;}.elementor .top-form.top-form-minicart,.middle-header16 .elementor-element.my-account h5{z-index:9999;}.archive.term-engines .products-wrapper .products-loop .col-lg-4{width:50%;}.item .item-wrap6 .item-detail .item-content .item-bottom a.compare,.item .item-wrap6 .item-detail .item-content .item-bottom a.compare:hover{min-width:30px;}.item .item-wrap6 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a,.item .item-wrap6 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover{width:30px;}.item .item-content .product-sku{background-color:rgba(0,101,179,.23);padding:5px;border-radius:5px;margin-bottom:15px;display:inline-block;vertical-align:top;font-size:10px;font-weight:600;color:#525252;text-transform:uppercase;float:right;}.item .item-content .product-sku .sku{color:#525252;padding:0 5px;}.poa-message{background-color:rgba(0,101,179,.23);padding:10px;border-radius:5px;margin-bottom:40px;color:#000;}.nav-pills >li.dropdown .dropdown-menu li >a{padding:6px 25px;color:#000;font-weight:bold;text-transform:uppercase;}.dropdown-menu{background-color:#ccc;}.thecwmPromotional .thecwmProductBox .item-img img{height:261px;width:auto;max-width:100%;object-fit:contain;object-position:center;margin:0 auto;}.refund-request-form .site-main{max-width:1170px;margin:0 auto;padding-bottom:40px;}.contact_us .block-contact .item .item-wrap{min-height:120px;display:flex;align-items:center;}.contact_us .block-contact .item .item-wrap .icon{flex:0 0 66px;}.wc-block-checkout__terms a{text-decoration:underline !important;}.wc-block-components-panel__button,.wc-block-components-panel__button:hover,.wc-block-components-address-form__address_2-toggle,.wc-block-components-address-form__address_2-toggle:hover,.wc-block-components-address-card__edit,.wc-block-components-address-card__edit:hover{background-color:transparent !important;}.product_detail .slider_img_productd .product-images .product-images-container .slick-slider.product-responsive .woocommerce-product-gallery__image{opacity:0 !important;height:0px !important;}.product_detail .slider_img_productd .product-images .product-images-container .slick-slider.product-responsive .woocommerce-product-gallery__image.slick-current{opacity:1 !important;height:100% !important;}.slick-arrow.slick-disabled{-webkit-filter:grayscale(100%);filter:grayscale(100%);}@media only screen and (min-width: 1600px){.thecwmFuelBox.thecwmImgBox .elementor-image-box-img img{height:280px;margin-top:-30px;margin-bottom:-30px;}.thecwmHydraulicHerobox.thecwmImgBox .elementor-image-box-img img{height:230px;}}@media only screen and (min-width: 1025px){.thecwmPromotional .products-loop .col-lg-3{width:20%;}.thecwmPromotional .products-loop.grid >li.col-lg-3:nth-child(4n+1){clear:none;}.thecwmColFive .woocommerce.columns-5 .col-lg-2{width:20%;}.archive.woocommerce-shop .products-loop .product-category a img{height:200px;}}@media only screen and (min-width: 768px){.thecwmMainBoxes{}}@media only screen and (max-width: 767px){.thecwmAwards img{width:25%;}.thecwmLogo img{max-height:75px;}.thecwmManufacturersList .col-md-2{width:50%;float:left;}.thecwmHydraulicsCatalogue img{right:0px;bottom:100px;max-height:100px;}.thecwmAboutWelcome:before{display:none;}.thecwmAboutWelcome:after{width:100%;background-position:left center;}.woocommerce-cart .sidebar{display:none;}.archive.term-hydraulics .products-loop li.product-category:nth-child(1) a img,.archive.term-hydraulics .products-loop li.product-category:nth-child(2) a img{object-fit:cover;}.archive.term-hydraulics .products-loop li.product-category:nth-child(4) a img{max-width:80%;}}@media (max-width: 479px){.woocommerce-shop .products-wrapper .products-loop >li.product-category,.term-hydraulics .products-wrapper .products-loop >li.product-category{width:100%;}}.sw-custom-variation input[type="radio"]{display:none;}.sw-custom-variation .sw-radio-variation{margin:0 3px;position:relative;display:inline-block;}.sw-custom-variation .sw-radio-variation span{display:block;height:100%;line-height:30px;min-width:30px;text-align:center;min-height:30px;cursor:pointer;font-size:12px;position:relative;}.sw-custom-variation .sw-radio-variation span.variation-color,.sw-custom-variation .sw-radio-variation span.variation-image{text-indent:-9999px;margin:1px;}.sw-custom-variation .sw-radio-variation span.variation-image{background-size:100% 100%;}.sw-custom-variation .sw-radio-variation span:after{content:"";position:absolute;left:-2px;right:-2px;top:-2px;bottom:-2px;display:block;border:1px solid #ddd;}.sw-custom-variation .sw-radio-variation.selected span{background-color:#ff5c00;color:#fff;}.sw-custom-variation .sw-radio-variation.selected span:after{border-color:#ff5c00;}.sw-custom-variation .sw-radio-variation.disabled{cursor:not-allowed;pointer-events:none;opacity:.7;filter:alpha(opacity=70);-webkit-box-shadow:none;-moz-box-shadow:none;-o-box-shadow:none;-ms-box-shadow:none;box-shadow:none;}.sw-custom-variation .sw-radio-variation.disabled span:before{content:"";position:absolute;width:1px;background:#ff5c00;height:44px;transform:rotate(45deg);top:-7px;right:15px;opacity:1;}.sw-custom-variation .sw-radio-variation .variation-tooltip{position:absolute;bottom:110%;z-index:9999;display:none;background:#fff;border:1px solid #ddd;}.sw-custom-variation .sw-radio-variation:hover .variation-tooltip{display:block;}.item-content .sw-custom-variation{margin:15px 0;}.item-content .sw-custom-variation .sw-radio-variation span.variation-color{-webkit-border-radius:50%;-moz-border-radius:50%;-o-border-radius:50%;-ms-border-radius:50%;border-radius:50%;min-width:initial;min-height:initial;width:18px;height:18px;}.item-content .sw-custom-variation .sw-radio-variation span.variation-color:after{display:none;}.item-content .sw-custom-variation .sw-radio-variation span.variation-image{min-width:40px;min-height:40px;}