/* || BREAKPOINTS ||
    @media screen and (max-width: 39.9375em) {}                         || SMALL ONLY { 0 - 639px }         ||
    @media screen and (min-width: 40em) {}                              || MEDIUM AND UP { 640px ONWARDS }  ||
    @media screen and (min-width: 40em) and (max-width: 63.9375em) {}   || MEDIUM ONLY { 640px - 1023px }   ||
    @media screen and (min-width: 64em) {}                              || LARGE AND UP { 1024px ONWARDS }  ||
    @media screen and (min-width: 64em) and (max-width: 74.9375em) {}   || LARGE ONLY { 1024px - 1199px }   || */
















/* || Foundation component overrides || */
body{
    font-size: 16px;
    font-weight: 300;
    font-family:"Freeman", sans-serif;;
}


[type='text'],
[type='password'],
[type='date'],
[type='datetime'],
[type='datetime-local'],
[type='month'],
[type='week'],
[type='email'],
[type='number'],
[type='search'],
[type='tel'],
[type='time'],
[type='url'],
[type='color'],
[type='text']:focus,
[type='password']:focus,
[type='date']:focus,
[type='datetime']:focus,
[type='datetime-local']:focus,
[type='month']:focus,
[type='week']:focus,
[type='email']:focus,
[type='number']:focus,
[type='search']:focus,
[type='tel']:focus,
[type='time']:focus,
[type='url']:focus,
[type='color']:focus,
textarea,
textarea:focus,
select,
select:focus {
    outline: none;
    box-shadow: none;
    font-size:1em;
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
}

[type=checkbox],
[type=radio] {
    position: relative;
    top: 0.1em;
}

button, 
.button {
    font-size:1em;
    padding: .7rem 1.6rem;
    
    border-radius: 5px;
    
}

button:not(.button-group button), 
.button:not(.button-group button) {
    font-size:1em;
    
    border-radius: 5px;
    
}


.is-btn, .btn{
    border-radius: 5px !important;
}


button:hover,
.button:hover,
button:focus,
.button:focus {
    transition: .4s;
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.26);
}

.form legend {
    font-weight: 700;
}

span.error,
span.errorMargin {
    color: #cc4b37;
    font-size: 0.8em;
    font-weight: 700;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
    font-weight:300;
}

.new-blog-template .ps-blog-recent-posts a {
    display: inline-block;
    position: relative;
    padding-left: 20px;
    -webkit-transition: 350ms;
    -moz-transition: 350ms;
    transition: 350ms;
    color: #3FB9BE;
}

label, 
.label {
    font-size: 1em;
}

/* || Custom defined || */
.alternate-font-family {
    font-family: "Poppins", sans-serif;
}

/* || HEADER || */
.is-wrapper .is-header, .is-header {
    background-color: #FFFFFF;
    color:#2A2A2A;
    border-bottom:1px solid #EBEBEB;
    height: auto;
    min-height:0;
}

.is-header .is-container {
    z-index: 9;
}

header .sticky-bg-color.stick {
    background: #FFFFFF;
    width:100%;
    position:fixed;
    left:0;
    top:0;
    z-index:99;
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }
    to {
        transform: translateY(0);
    }
}


.main-navigation.sticky {
    animation: slideDown 0.3s ease-in-out;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    width: 100%;
    background-color: #343131;
    margin-top: 0;
}

.main-navigation.sticky #mainNav{
        justify-content: center;
    }


header .is-stuck{
    background: #FFFFFF;
    border-bottom: 1px solid #e6e6e6;
    box-shadow: 0 4px 12px 0 #e6e6e6;
}

.accordion-title {
    position: relative;
    display: block;
    padding: 1.25rem 1rem;
    border: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
}

header a:not(.button) {
    color: #2A2A2A;
}

header a:not(.button):hover,
header a:not(.button):active,
header a:not(.button):focus {
    color: #EF2D2C;
    text-decoration: none;
}

header .icon, 
header i {
    color: #2A2A2A;
}

ul.list2 li {
    list-style-type: none;
}

ul.list3 li {
    list-style-type: none;
}


ul.list2 li:before {
    content: url("//s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/27287/theme/44959/img/blue.png");
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    position: relative;
    top: 5px;
    padding-right: 30px;
}

ul.list3 li:before {
    content: url("//s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/27287/theme/44959/img/white-new.png");
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    position: relative;
    top: 5px;
    padding-right: 30px;
}

a.blog-read-more.link-1.hover-1.cta-link {
    color: #000000;
}

.new-blog-template .ps-blog-recent-posts li a::before {
    background: #3FB9BE;
    position: absolute;
    height: 10px;
}

.lab-ul li svg {
    fill: #3FB9BE !important;
}

header button,
header .button,
header button:hover,
header button:focus,
header .button:hover,
header .button:focus {
  
     color:#000000;
}

header button.header-search-button {
    background:transparent;
}

header button.header-search-button:hover {
    box-shadow: none;
}

.text-logo {
    word-wrap: break-word;
    text-transform: capitalize;
    color: #915833;
    font-size: 44px;
    font-family: 'Raleway', sans-serif;
}

footer .text-logo {
    color: #FFFFFF;
}

.is-wrapper .light-bg {
    background: #f9f9f9;
}

footer .address-container br {
    display:none;
}

header .cta .icon {
    padding-right: 5px;
    color: #2A2A2A
}

header .text-muted {
    color: #2A2A2A !important;
}

header .border-bottom, 
header hr {
    border-bottom:1px solid #EBEBEB;
}

header .border-top {
    border-top:1px solid #EBEBEB;
}


header .is-section {
    float: none;
    width: auto;
}


.header7 .ps-cart-text-container {
    position:static;
    margin-right:10px;
}




.ecommerce-style2 .cart, .cart {
    position:relative;
}

header a:hover i.fas {
    color:#EF2D2C
}

.ecommerce-style2 .ps-cart-text-container, .ps-cart-text-container {
    color:#FFFFFF;
    background:#2A2A2A;
    height: 22px;
    width: 23px;
    line-height: 24px;
    text-align: center;
    vertical-align: middle;
    border-radius: 50% 50% 50% 50%;
    display: inline-block;
    font-size: 10px;
    position: absolute;
    left: 31px;
    top: -1px;
    font-weight: bold;
}

header a:hover .ps-cart-text-container {
    background:#EF2D2C;
}

header .currency-converter{
    font-size: 0.9em;
}

header .currency-converter select {
    padding-right:0;
}

.sticky-container,
.nav-bg, 
.top-bar, 
.top-bar ul,
.top-bar ul.menu {
    z-index: 100;
}

.nav-bg, 
.top-bar, 
.top-bar ul,
.top-bar ul.menu {
    
        background: #EF2D2C;
    
}


.header-search-input{
    padding-right:25px;
    color:#262626;
    background:#FFFFFF;
}

.header-search-input::placeholder {
    color:#262626;
    opacity:0.6;
}

.header-search-button{
    position:absolute;
    top: 30%;
    right: 5px;
    padding:0;
}

header i.fas.fa-search {
    color:#262626
}

header .ps-cart-text-container {
    color:#FFFFFF;
    background:#2A2A2A;
    height: 22px;
    width: 23px;
    line-height: 24px;
    text-align: center;
    vertical-align: middle;
    border-radius: 50% 50% 50% 50%;
    display: inline-block;
}

header a:hover .ps-cart-text-container {
    background:#EF2D2C;
}

/* || MENU || */
header .dropdown.menu li a:not(.button) {
    width: 100%;
}

header ul.dropdown.menu li a:not(.button) {
     color: #FFFFFF;
}

header ul.dropdown.menu li.active > a:not(.button),
header ul.dropdown.menu li > a:not(.button):hover,
header ul.dropdown.menu li > a:not(.button):active,
header ul.dropdown.menu li > a:not(.button):focus{
    color: #FFFFFF;
    background: transparent !important;
}

header .dropdown.menu li ul.submenu {
     background: #FFFFFF;
     border:1px solid #FFFFFF;
}

header .dropdown.menu li ul.submenu li a:not(.button) {
    color:#EF2D2C;
    background: #FFFFFF;
}

header .dropdown.menu li ul.submenu li a:not(.button):hover,
header .dropdown.menu li ul.submenu li.active a:not(.button) {
    color: transparent;
    background: #FFFFFF;
}

header .dropdown.menu li ul.submenu li.is-active > a  {
    background:transparent;
}

header .dropdown.menu > li.is-active > a {
    color: #FFFFFF;
    background:transparent;
}

header .dropdown.menu > li.is-dropdown-submenu-parent > a::after {
    border-color: #FFFFFF transparent transparent;
}

header .dropdown.menu > li.is-dropdown-submenu-parent.active > a::after,
header .dropdown.menu > li.is-dropdown-submenu-parent > a:hover::after {
    border-color: #FFFFFF transparent transparent;
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
    border-color: transparent #EF2D2C transparent transparent;
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left.active > a::after,
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a:hover::after {
    border-color: transparent transparent transparent transparent;
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
    border-color: transparent transparent transparent #EF2D2C;
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right.active > a::after,
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a:hover::after {
    border-color: transparent transparent transparent transparent;
}

/* New headers CSS */
.size-20 {
    font-size:20px;
}
.menu a.head-icons {
    background:#EBEBEB;
    border-radius:50px;
    height:40px;
    width:40px;
    padding-left:0;
    padding-right:0;
    margin-right:10px;
}

.header-top-bg {
    background:#FFFFFF;
    color: #2A2A2A;
}

.header-top-social-media .menu a{
    padding-bottom:0;
}

.header-top-social-media .menu a i,
.header-top-contact-links .menu a i {
    color:#2A2A2A;
}

.header-top-social-media .menu a:hover i,
.header-top-contact-links .menu a:hover i,
.header-top-contact-links .menu a:hover {
    color:#2A2A2A;
}

header .header-top-contact-links {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    color:#2A2A2A;
}

header .header-top-contact-links a,
header .header-top-contact-links a:hover,
header .header-top-contact-links a:active{
    color:inherit;
} 

.header-top-contact-links .menu a {
    padding-top: 0;
    padding-bottom:0;
    color:inherit;
}

.slick-next,
.slick-prev{
    top: 50%;
}

.header-top-contact-links .menu a i {
    font-size: 18px;
    position: relative;
    top: 2px;
    padding-right: 5px;
}

header .header8 ul.dropdown.menu > li > a:not(.button) {
    padding-top:0;
    padding-bottom:0;
}

.new-header ul.dropdown.menu li.active > a:not(.button), 
.new-header ul.dropdown.menu li > a:not(.button):hover, 
.new-header ul.dropdown.menu li > a:not(.button):active, 
.new-header ul.dropdown.menu li > a:not(.button):focus {
    background-color:transparent;
}

.new-header ul.dropdown.menu > li.active > a:not(.button) span,
.new-header ul.dropdown.menu > li:hover > a:not(.button) span {
    border-bottom:1px solid #FFFFFF;
    color:#FFFFFF;
}

.new-header-1 ul.dropdown.menu > li {
    margin-bottom: 5px;
    margin-top: 5px;
}

.abt-slider .is-card.testimonial.shadow-1.height-100 {
    width: 400px !important;
    margin: 0 auto;
    min-height: 318px;
}

.abt-slider .slick-prev {
    left: 25%;
    width:auto;
    height:auto;
}

.slick-dots li.slick-active, .slick-dots li:hover {
    background: #FFFFFF;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 7px;
    border-radius: 500px;
    border: 2px solid #FFF;
    width: 14px;
    height: 14px;
}

.abt-slider .slick-next {
    right: 25%;
    width:auto;
    height:auto;
}



.abt-slider .actual-testimonial-holder {
    border: 1px solid #ccc;
    padding: 10px;
}

.cell.large-6.small-12.icons-p-top {
    padding-top: 55px;
}

.gen-form .ww-form-container-3 form, .map {
    box-shadow: rgb(0 0 0 / 16%) 5px 5px 20px 2px;
    padding: 20px;
    border: 2px solid #B2B2B2 !important;
}

.fieldset {
    margin: 0;
    padding: 1.25rem;
    border: 0px solid #F2F2F2;
}

li.handle-contact.is-page {
    display: none;
}

.gen-form input, .gen-form textarea, #newsletter-form textarea {
    width: 100% !important;
    height: 48px !important;
    background: #F0F0F0;
    border: 1px solid #DBDBDB !important;
    border-radius: 0px !important;
}

input#Submit {
    background: #3FB9BE;
    width: auto !important;
}

.submit_wrap.padding-top-1 {
    padding-top: 0px !important;
    text-align: center !important;
    margin: 0 auto;
}

.new-header-1 ul.dropdown.menu > li.active > a:not(.button) span,
.new-header-1 ul.dropdown.menu > li:hover > a:not(.button) span {
    border-bottom:2px solid #FFFFFF;
}

.new-header-6 ul.dropdown.menu li.active > a:not(.button) span,
.new-header-6 ul.dropdown.menu li:hover > a:not(.button) span,
.new-header-7 ul.dropdown.menu li.active > a:not(.button) span,
.new-header-7 ul.dropdown.menu li:hover > a:not(.button) span{
    border-bottom:3px solid #FFFFFF;
}

.new-header .button, 
.new-header .button.disabled, 
.new-header .button[disabled], 
.new-header .button.disabled:hover, 
.new-header .button[disabled]:hover, 
.new-header .button.disabled:focus, 
.new-header .button[disabled]:focus {
    background-color: #EF2D2C;
    color: #000000;
}

.new-header .button.hollow {
    background:transparent;
    color:#FFFFFF;
    border:1px solid #EF2D2C;
}

.new-header-menu-container {
    background:#EF2D2C;
}

.new-header .button i,
.new-header .button:hover i {
    color:inherit;
    padding-right:10px;
}

.column.full {
    width: 100%;
}

img#ww-1haoysvs {
    padding-top: 12px;
}

.sidenav-container {
    background-color: #EF2D2C;
    color: #000000;
    height: 42px;
    width: 42px;
    text-align: center;
    border-radius: 50px;
    padding-top: 8px;
}

.sidenav-container i.fa-bars.icon{
     color: #000000;
}

.new-header-3 .logo-container,
.new-header-4 .logo-container {
    min-height:110px;
    display: flex;
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
}

.new-header-3 .left-column i {
    margin-right:5px;
}

.new-header-5.logo-section {
    min-height:150px;
}

.new-header-5 .menu-container {
    margin-top:10px;
}

.new-header-5 .dropdown.menu > li > a {
    padding: 0.7rem 0 0.7rem 2rem;
}

.new-header-5 .dropdown.menu > li.has-submenu > a {
    padding-right: 1.5rem;
}

.new-header-6 .menu a.head-contact-links {
    display: flex;
    text-align: left;
    align-items: center;
}

.new-header-6 .menu a.head-contact-links .icon-part{
    padding-right:20px;
    color:#EF2D2C;
    font-size:20px;
}

.new-header-6 .menu a.head-contact-links .icon-part i {
    color:inherit;
}

.new-header-6 .menu a.head-contact-links .text-part .heading {
    padding-bottom:5px;
}

.new-header-6 .contact-section {
    display: flex;
    justify-content: right;
    align-items: center;
}

.new-header-6 .menu-container {
    border-top:1px solid #EBEBEB;
    margin-top: 10px;
    padding-top: 5px;
}

/* New headers CSS END */

/* container css overridden */
.is-wrapper .is-box .is-container {
    margin-top: 20px;
    margin-bottom: 20px;
}

/* New Footer CSS */
.new-footer {
    font-size:1em;
}

.new-footer .menu .active > a {
    background: transparent;
    color:#FFFFFF;
}

footer.new-footer .footer-menu-container .menu li.has-submenu a {
    padding-right:1.5em;
}

footer.new-footer .footer-menu-container .menu li a {
    font-weight:normal;
    padding: 0.5em;
}

.footer-menu-container {
    border-bottom:1px solid #EF2D2C;
    margin-bottom:20px;
}

footer.new-footer h4 {
    font-weight:bold;
    font-size:20px;
    margin-bottom:15px;
}

.footer-media-box {
    margin-top:5px;
}

.size-40 {
    font-size:40px !important;
}

.new-footer-1 .copyright-container,
.new-footer-2 .copyright-container,
.new-footer-3 .copyright-container{
    border-top:1px solid #EF2D2C;
    padding-top: 20px;
    padding-bottom: 10px;
}

.new-footer-1 .footer-social-media {
    margin-top:30px;
}

.new-footer .dropdown.menu > li.is-active > a {
    background: transparent;
}

.mailing-list-button {
    margin-top:30px;
}

.new-footer-3  .shop-address br{
    display:none;
}

.new-footer-3 .footer-menu-container {
    margin-bottom: 0px;
}

.new-footer-3 .footer-media-box img {
    max-height:80px;
}

.new-footer ul.dropdown.menu > li.active > a:not(.button) span, 
.new-footer ul.dropdown.menu > li:hover > a:not(.button) span {
    border-bottom:1px solid #2A2A2A;
    color: #FFFFFF;
}

footer.new-footer a:not(.button):hover, 
footer.new-footer a:not(.button):active, 
footer.new-footer a:not(.button):focus {
    color: #FFFFFF;
}

.contact-us-column .contact-number {
    padding-top:10px;
    padding-bottom:10px;
}

.subscription-button-container .button {
    padding: 17px;
    font-weight: 600;
}

footer iframe {
    width:275px;
}

.new-footer.with-background-image {
    background:url("//s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/30099/theme/48035/img/footer_bg.jpg") no-repeat;
    background-position: top;
    background-size: cover;
    margin-top:0;
}

.new-footer-3 i {
    color:#2A2A2A;
}

.new-footer-4 .footer-social-media .menu a,
.footer3 .social-media-icons-small.menu a{
    padding: 5px !important;
}

/* New Footer CSS END*/

/* || HOMEPAGE || */
.light-bg-section {
    float: left;
}

.text-dark h1,
.text-dark h2,
.text-dark h3,
.text-dark h4,
.text-dark h5{
    color:inherit;
    font-size: 2.5rem;
}

.light-bg-section h3 {
    color:#2A2A2A;
    font-size: 1.75rem;
    font-weight:500;
}

.text-primary {
     color:#EF2D2C;
}



.dark-bg-section {
    float: left;
    color: #FFFFFF;
}

.dark-bg-section h1,
.dark-bg-section h2,
.dark-bg-section h3,
.dark-bg-section h4,
.dark-bg-section h5{
    color:inherit;
    font-size: 2rem;
}

.dark-bg-section input[type="text"] {
    padding: .5rem .75rem;
    font-size: 1rem;
    line-height: 1.25;
    border: 1px solid rgba(0,0,0,0.15);
    border-radius: .25rem;
    background:;
    color:;
}

.dark-bg-section input[type="text"]::placeholder {
     color:;
}

.dark-bg-section .button {
    background:;
    color:inherit;
}

.customer-section {
    background:;
    color:;
    float:left;
}

.rounded-circle {
    border-radius: 50%;
}

.latest-blog-posts {
    background:;
    color:;
    float:left;
    width:100%;
}

.latest-blog-posts h2 {
    color:inherit;
    font-size: 2.5rem;
}

.latest-blog-posts h4 {
    color:inherit;
    font-size: 1rem;
}

.latest-blog-posts h2 a,
.latest-blog-posts h4 a,
.latest-blog-posts a{
    color:inherit;
}

.latest-blog-posts .readmore:hover {
    text-decoration:underline;
}

.img-shadow {
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.4);
}

.size-30 {
    font-size:30px;
}


/* || FOOTER || */
.is-footer, .is-wrapper .is-footer {
    background-color: #EF2D2C;
    color: #FFFFFF;
    clear: both;
}

footer a:not(.button) {
    color: #FFFFFF;
}

.is-footer .is-container {
    padding: 0px;
}

footer a:not(.button):hover,
footer a:not(.button):active,
footer a:not(.button):focus {
    color: #2A2A2A;
}

.user-logged-in footer {
    margin-top:30px;
    float:left;
    width:100%;
    clear:both;
}


footer .border-bottom, 
footer hr {
    border-bottom:1px solid #EF2D2C;
}

footer .menu li a {
    font-weight:bold;
}

.social-media-icons a {
    font-size: 3em;
    color: #FFFFFF;
}

footer h1,
footer h2,
footer h3,
footer h4,
footer h5,
footer h6{
     color: #FFFFFF;
}


.back-to-top-button {
    bottom:10px;
    right:10px;
    z-index:9;
    color: #173548;
}


/* || OFFCANVAS - SIDENAV || */
.off-canvas-content.is-open-right.has-transition-push{
    -webkit-transform: translateX(-60%);
    -ms-transform: translateX(-60%);
    transform: translateX(-60%);
}
 
.is-open.position-right {
    width: 60%;
}
.butt-white {
    background: #FFFFFF !important;
    color: #000000 !important;
}
.menu a, .menu .button {
    line-height: 26px;
}
.blue-bg {
    background: #101623!important;
}
.grey-bg {
    background: #ebebeb!important;
}
.color-white{
 color:#FFFFFF!important;   
}
.serv-con {
    background: #FFFFFF;
    border-radius: 15px;
        padding: 20px;
}
.bold-medium {
    font-weight: 600;
}
.banner-button span {
    padding: 0px 10px;
}
.newsletter-section {
    /*background: #101623 !important;*/
    background: url("//s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/30099/theme/48035/img/newsletter-section.webp")  !important;
    padding: 50px 0px 40px!important;
}
.border-img{border:1px solid #ccc;padding:15px;}
.black-bg{
 background:#000000!important;   
}
i.icon.ion-chatbubble-working {
    color: #FFFFFF;
}
.testimonial-con {
    padding: 30px 20px;
    border-radius: 20px;
}
[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'], textarea {
    border: 1px solid #cccccc;
}
.faq-section {
    padding: 50px 0px 40px !important;
}
.home-newsletter-section {
    background: url(https://s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/29951/theme/47886/img/bottom-banner-d.webp) !important;
    background-size: cover ! Important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    padding: 50px 0px 40px !important;
}
.is-dropdown-submenu li a {
    border-bottom: 1px solid #000000 !important;
}
.article-body h2, .article-body h3, .article-body h4, .article-body h5, .article-body h6 {
    font-family: "Lato", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.01em;
    margin: 30px 0px 10px;
    text-transform: uppercase;
    color: #000000;
}
.color-black-icon {
    color: #000000 !important;
}
.serv-icon-sec img {
    width: 110px;
}
.portfolio-gallery-sec {
    padding: 50px 0px !important;
}
.callout {
    border: 1px solid #101623;
}
hr.hr-heading {
    border-bottom: 2px solid #000000;
    width: 170px;
    margin: auto;
    margin-bottom: 1rem;
}
.hr-left {
    margin-left: 0!important;
}
.white-bg {
    background: linear-gradient(180deg, #FCFCFC 26.32%, #D7D1D1 100%), #FFFFFF !important;
}
.new-tesimonials-container {
    text-align: center;
    padding: 30px 15px;
}
ul.testimonial-slider {
    max-width: 800px;
    margin: 0px auto;
}
ul.testimonial-slider .slick-prev {
    left: -80px;
}
ul.testimonial-slider .slick-next {
    right: -80px;
}
  .hide-for-large{
      display:none!important;
  }
  .slick-dots {
    bottom: 25px;
  }
  .list-bigger li {
    font-size: 18px;
    padding-left: 30px;
    padding-bottom: 20px;
}
.service-container-new {
    background: #FFFFFF;
    margin: 0px 10px !important;
    height: 100%;
    border: 8px double #FFF8ED;
    padding: 20px;
    border-radius: 20px;
}
.weight-mid {
    font-weight: 500;
}
.service-container-new  a.button {

    font-size: 14px !important;
}
.about-dsec-div {
    background: #FFF8ED;
    padding: 30px 20px;
    text-align: center;
      height: 100%;
}
.about-dsec-div2 {
       background: #FFF8ED;
    padding: 30px 20px;
    height: 100%;
}
.serv-desc-div{
    background: #FFF8ED;
    padding: 30px 20px;
      height: 100%;
}
a.button.butt-white {
    background: #FFFFFF !important;
    color: #000000 !important;
}
a.button.butt-white:hover {
    background: #FFFFFF !important;
    color: #000000 !important;
}
header .dropdown.menu li ul.submenu li a:not(.button):hover, header .dropdown.menu li ul.submenu li.active a:not(.button) {
    color: #000000;
    background: #FFFFFF !important;
}
aside.sidenav .menu.accordion-menu li a {
      font-weight: 500;
}
.phone-style {
    font-weight: 400!important;
}
.fa-phone-alt:before {
    color: #EF2D2C;
}
footer .fa-phone-alt:before {
    color: #fff;
}
.new-header-menu-container nav ul li a {
    font-size: 14px;
    text-transform: uppercase;
}
header li.handle-traffic-signs>ul.is-dropdown-submenu {
    width: 900px;
    height: 300px;
}
header li.handle-traffic-signs ul li a {
    display: inline-block !important;
    border-bottom: none !important;
    padding: 0px 15px 3px !important;
}
header li.handle-regulatory-signage ul.is-dropdown-submenu {
    display: block !important;
}
header li.handle-regulatory-signage ul.submenu {
    border: none!important;
    left: 0px !important;
    top: 0px;
    position: relative;
}
header li.handle-snowmobile-signs ul.is-dropdown-submenu {
    display: block !important;
}
header li.handle-snowmobile-signs ul.submenu {
    border: none !important;
    left: 0px !important;
    top: 0px;
    position: relative;
}
header li.handle-regulatory-signage>a {
    font-weight: 600 !important;
    padding-bottom: 10px !important;
    margin-bottom: 10px !important;
    margin-top:20px!important;
    position:relative;
}
header li.handle-regulatory-signage>a::before {
    width: 40px;
    height: 2px;
    background: #FF7A00;
    content: "";
    position: absolute;
    bottom: 0px;
}
header li.handle-snowmobile-signs>a {
     font-weight: 600 !important;
    padding-bottom: 10px !important;
    margin-bottom: 10px !important;
    margin-top:20px!important;
    position:relative;
}
header li.handle-snowmobile-signs>a::before {
    width: 40px;
    height: 2px;
    background: #FF7A00;
    content: "";
    position: absolute;
    bottom: 0px;
}
header li.handle-custom-signs-banners-decals>a {
     font-weight: 600 !important;
    padding-bottom: 10px !important;
    margin-bottom: 10px !important;
    margin-top:20px!important;
    position:relative;
}
header li.handle-temporary-condition-signs>a {
     font-weight: 600 !important;
    padding-bottom: 10px !important;
    margin-bottom: 10px !important;
    margin-top:20px!important;
    position:relative;
}
header li.handle-temporary-condition-signs {
    width: 300px !important;
    top: 0;
    position: absolute;
    left: 240px;
}
header li.handle-regulatory-signage {
    width:220px;
}
header li.handle-snowmobile-signs {
    width: 300px ;
    position: absolute;
    top: 45px;
    left: 241px;
}
header li.handle-custom-signs-banners-decals {
    width: 300px ;
    position: absolute;
    top: 190px;
    left: 240px;
}
header li.handle-regulatory-signage a::after {
    display: none !important;
}

header li.handle-snowmobile-signs a::after {
    display: none !important;
}
header li.handle-posts-hardware>ul.is-dropdown-submenu {
      width: 700px;
    height: 330px;
}
header li.handle-posts-hardware ul li a {
    display: inline-block !important;
    border-bottom: none !important;
    padding: 0px 15px 3px !important;
}

header li.handle-traffic-sign-posts ul.is-dropdown-submenu {
    display: block !important;
}
header li.handle-traffic-sign-posts ul.submenu {
    border: none!important;
    left: 0px !important;
    top: 0px;
    position: relative;
}
header li.handle-traffic-signal-mounting-accessories ul.is-dropdown-submenu {
    display: block !important;
}
header li.handle-traffic-signal-mounting-accessories ul.submenu {
    border: none!important;
    left: 0px !important;
    top: 0px;
    position: relative;
}
header li.handle-traffic-sign-posts>a {
     font-weight: 600 !important;
    padding-bottom: 10px !important;
    margin-bottom: 10px !important;
    margin-top:20px!important;
    position:relative;
}
header li.handle-traffic-sign-posts>a::before {
    width: 40px;
    height: 2px;
    background: #FF7A00;
    content: "";
    position: absolute;
    bottom: 0px;
}
header li.handle-traffic-sign-posts a::after {
    display: none !important;
}
header li.handle-traffic-signal-mounting-accessories>a {
     font-weight: 600 !important;
    padding-bottom: 10px !important;
    margin-bottom: 10px !important;
    margin-top:20px!important;
    position:relative;
}
header li.handle-traffic-signal-mounting-accessories>a::before {
    width: 40px;
    height: 2px;
    background: #FF7A00;
    content: "";
    position: absolute;
    bottom: 0px;
}
header li.handle-traffic-signal-mounting-accessories a::after {
    display: none !important;
}
header li.handle-fire-hydrant-reflective-markers>a {
     font-weight: 600 !important;
    padding-bottom: 10px !important;
    margin-bottom: 10px !important;
    margin-top:20px!important;
    position:relative;
}
header li.handle-regulatory-signage>a:hover::after {
    content: "";
      background: url(https://s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/30099/theme/48035/img/IMAGES_0021_REGULATORY%20SIGNAGE%20LANDING.webp);
    background-size: cover;  /* or contain */
  background-repeat: no-repeat;
   position: absolute;
    top: 25px;
    right: -580px;
     width: 200px!important;
  height: 200px!important;
  display:block!important;
}

header li.handle-ra-series a:hover::after {
    content: "";
      background: url(https://s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/30099/theme/48035/img/IMAGES_0020_RA.webp);
     background-size: cover;  /* or contain */
  background-repeat: no-repeat;
  position: absolute;
     top: -30px;
    right: -580px;
     width: 200px!important;
  height: 200px!important;
  display:block!important;
}

header li.handle-rb-series a:hover::after{
    content: "";
      background: url(https://s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/30099/theme/48035/img/IMAGES_0019_RB.webp);
    background-size: cover;  /* or contain */
  background-repeat: no-repeat;
  position: absolute;
     top: -30px;
    right: -580px;
     width: 200px!important;
  height: 200px!important;
  display:block!important;
}
header li.handle-rc-series a:hover::after{
    content: "";
      background: url(https://s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/30099/theme/48035/img/IMAGES_0018_RC.webp);
    background-size: cover;  /* or contain */
  background-repeat: no-repeat;
  position: absolute;
   top: -30px;
    right: -580px;
     width: 200px!important;
  height: 200px!important;
  display:block!important;
}
header li.handle-wa-series a:hover::after{
    content: "";
      background: url(https://s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/30099/theme/48035/img/IMAGES_0017_WA.webp);
    background-size: cover;  /* or contain */
  background-repeat: no-repeat;
  position: absolute;
  top: -30px;
    right: -580px;
     width: 200px!important;
  height: 200px!important;
  display:block!important;
}
header li.handle-wb-series a:hover::after{
    content: "";
      background: url(https://s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/30099/theme/48035/img/IMAGES_0016_WB.webp);
    background-size: cover;  /* or contain */
  background-repeat: no-repeat;
  position: absolute;
    top: -30px;
    right: -580px;
     width: 200px!important;
  height: 200px!important;
  display:block!important;
}
header li.handle-wc-series a:hover::after{
    content: "";
      background: url(https://s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/30099/theme/48035/img/IMAGES_0015_WC.webp);
    background-size: cover;  /* or contain */
  background-repeat: no-repeat;
  position: absolute;
  top: -30px;
    right: -580px;
     width: 200px!important;
  height: 200px!important;
  display:block!important;
}
header li.handle-tc-series a:hover::after{
    content: "";
      background: url(https://s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/30099/theme/48035/img/IMAGES_0014_TC.webp);
    background-size: cover;  /* or contain */
  background-repeat: no-repeat;
  position: absolute;
  top: -30px;
    right: -580px;
     width: 200px!important;
  height: 200px!important;
  display:block!important;
}
header li.handle-temporary-condition-signs a:hover::after{
    content: "";
      background: url(https://s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/30099/theme/48035/img/IMAGES_0000_TEMPORARY%20CONDITION%20SIGNAGE%20LANDING.webp);
    background-size: cover;  /* or contain */
  background-repeat: no-repeat;
  position: absolute;
    top: 10px;
    right: -265px;
     width: 200px!important;
  height: 200px!important;
  display:block!important;
}
header li.handle-snowmobile-signs a:hover::after{
    content: "";
      background: url(https://s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/30099/theme/48035/img/IMAGES_0013_SNOW%20MOBILE%20SIGNAGE%20LANDING.webp);
    background-size: cover;  /* or contain */
  background-repeat: no-repeat;
  position: absolute;
   top: -30px;
    right: -265px;
    width: 200px!important;
  height: 200px!important;
  display:block!important;
}
header li.handle-snowmobile-r-series-signage a:hover::after{
    content: "";
      background: url(https://s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/30099/theme/48035/img/IMAGES_0012_REGULATORY%20SIGNAGE.webp);
    background-size: cover;  /* or contain */
  background-repeat: no-repeat;
  position: absolute;
   top: -50px;
    right: -265px;
    width: 200px!important;
  height: 200px!important;
  display:block!important;
}
header li.handle-snowmobile-cautionary-signs a:hover::after{
    content: "";
      background: url(https://s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/30099/theme/48035/img/IMAGES_0011_CAUTION%20SIGNAGE.webp);
    background-size: cover;  /* or contain */
  background-repeat: no-repeat;
  position: absolute;
     top: -50px;
    right: -265px;
   width: 200px!important;
  height: 200px!important;
  display:block!important;
}
header li.handle-snowmobile-i-series a:hover::after{
    content: "";
      background: url(https://s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/30099/theme/48035/img/IMAGES_0010_INFORMATION%20SIGNAGE.webp);
    background-size: cover;  /* or contain */
  background-repeat: no-repeat;
  position: absolute;
   top: -50px;
    right: -265px;
    width: 200px!important;
  height: 200px!important;
  display:block!important;
}
header li.handle-custom-signs-banners-decals a:hover::after{
    content: "";
      background: url(https://s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/30099/theme/48035/img/IMAGES_0001_CUSTOM%20SIGNS,%20BANNERS%20&%20DECALS%20LANDING.webp);
    background-size: cover;  /* or contain */
  background-repeat: no-repeat;
  position: absolute;
   top: -170px;
    right: -265px;
   width: 200px!important;
  height: 200px!important;
  display:block!important;
}
header li.handle-traffic-sign-posts a:hover::after{
    content: "";
      background: url(https://s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/30099/theme/48035/img/IMAGES_0009_Traffic%20Sign%20Posts%20LANDING.webp);
    background-size: cover;  /* or contain */
  background-repeat: no-repeat;
  position: absolute;
        top: 0;
    right: -330px;
     width: 200px!important;
  height: 200px!important;
  display:block!important;
}
header li.handle-u-channel-posts a:hover::after{
    content: "";
      background: url(https://s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/30099/theme/48035/img/IMAGES_0008_U-Channel%20Traffic%20Sign%20Posts.webp);
    background-size: cover;  /* or contain */
  background-repeat: no-repeat;
  position: absolute;
      top: -30px;
    right: -330px;
     width: 200px!important;
  height: 200px!important;
  display:block!important;
}
header li.handle-mini-u-channel-posts a:hover::after{
    content: "";
      background: url(https://s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/30099/theme/48035/img/IMAGES_0007_Mini%20U-Channel%20Traffic%20Sign%20Posts.webp);
    background-size: cover;  /* or contain */
  background-repeat: no-repeat;
  position: absolute;
  top: -30px;
    right: -330px;
     width: 200px!important;
  height: 200px!important;
  display:block!important;
}
header li.handle-delineator a:hover::after{
    content: "";
      background: url(https://s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/30099/theme/48035/img/IMAGES_0006_Delineator.webp);
    background-size: cover;  /* or contain */
  background-repeat: no-repeat;
  position: absolute;
  top: -30px;
   right: -330px;
     width: 200px!important;
  height: 200px!important;
  display:block!important;
}
header li.handle-telespar-posts a:hover::after{
    content: "";
      background: url(https://s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/30099/theme/48035/img/IMAGES_0005_Telespar%20Sign%20Posts.webp);
    background-size: cover;  /* or contain */
  background-repeat: no-repeat;
  position: absolute;
  top: -30px;
    right: -330px;
     width: 200px!important;
  height: 200px!important;
  display:block!important;
}
header li.handle-traffic-signal-mounting-accessories a:hover::after{
    content: "";
      background: url(https://s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/30099/theme/48035/img/IMAGES_0004_Traffic%20Signal%20Mounting%20Hardware%20LANDING.webp);
    background-size: cover;  /* or contain */
  background-repeat: no-repeat;
  position: absolute;
     top: -160px;
    right: -270px;
     width: 200px!important;
  height: 200px!important;
  display:block!important;
}
header li.handle-banding a:hover::after{
    content: "";
      background: url(https://s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/30099/theme/48035/img/IMAGES_0003_Banding.webp);
    background-size: cover;  /* or contain */
  background-repeat: no-repeat;
  position: absolute;
 top: -220px;
    right: -280px;
     width: 200px!important;
  height: 200px!important;
  display:block!important;
}
header li.handle-fire-hydrant-reflective-markers a:hover::after{
    content: "";
      background: url(https://s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/30099/theme/48035/img/IMAGES_0002_Fire%20Hydrant%20Reflective%20Markers%20LANDING.webp);
    background-size: cover;  /* or contain */
  background-repeat: no-repeat;
  position: absolute;
top: -275px;
    right: -310px;
     width: 200px!important;
  height: 200px!important;
  display:block!important;
}

li.handle-traffic-sign-posts {
    width: 300px;
}
li.handle-traffic-signal-mounting-accessories {
    width: 340px;
}
   li.handle-fire-hydrant-reflective-markers {
    width: 340px;
} 
    
@media screen and (min-width: 63em) and (max-width: 64em) {
    footer button:not(.button-group button) , footer .button:not(.button-group button),
    header button:not(.button-group button) , header .button:not(.button-group button){
        margin-bottom:2px;
    }
    .column-container.newsletter .button {
        padding-left: 1em;
        padding-right: 1em;
    }
}

@media screen and (min-width:  64em) {
    ul.is-dropdown-submenu.menu.level-2.submenu.first-sub li:first-child {
    display: none;
}
    .off-canvas-content.is-open-right.has-transition-push{
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
    }
    
    .is-open.position-right {
        width: 0%;
    }
    
    /* new header 7 css */
     .off-canvas-content.is-open-right.has-transition-push.mobile-menu-for-desktop{
        -webkit-transform: translateX(-40%);
        -ms-transform: translateX(-40%);
        transform: translateX(-40%);
    }
    
    .is-open.position-right.mobile-menu-for-desktop {
        width:40%;
    }
    
    .js-off-canvas-overlay.is-overlay-fixed {
        display: none !important;
    }
       .text-md-left {
        text-align:left;
    }
    
    .gallery-figcaption {
        padding-top: 37%;
        text-align: center;
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.56);
        color:white;
        display: none;
        cursor: pointer;
    }
    
    .testimonial-container {
        min-height: 450px;
    }
    
    .dark-bg-section input[type="text"] {
        width:25%;
        margin-right:10px;
    }
}

aside.sidenav .featured-section {
    background-color:#FFFFFF;
    color:#2A2A2A;
}

aside.sidenav .featured-section i {
    color:#2A2A2A;
}

aside.sidenav input[type=search] {
    color:#262626;
    background:#FFFFFF;
    padding-right: 24px;
}

aside.sidenav input[type=search]::placeholder {
    color:#262626;
    opacity:0.6;
}

aside.sidenav button[type=submit] {
    position: absolute;
    top: 30%;
    right: 5px;
    outline: none !important;
    background: transparent;
    border: 0px solid;
    box-shadow: none;
    padding:0;
}

aside.sidenav i.fas.fa-search {
    color:#262626
}


aside.sidenav .menu.simple {
    background:#EF2D2C;
    color: #FFFFFF;
}

aside.sidenav .menu.simple a {
    color: #FFFFFF;
}



aside.sidenav .ps-cart-text-container {
    color:#FFFFFF;
    background:#2A2A2A;
    height: 22px;
    width: 23px;
    line-height: 24px;
    text-align: center;
    vertical-align: middle;
    border-radius: 50% 50% 50% 50%;
    display: inline-block;
    margin-left: 5px;
}

aside.sidenav a:hover .ps-cart-text-container {
    background:#EF2D2C;
}

aside.sidenav .is-accordion-submenu {
    margin-left: 0;
}

aside.sidenav .menu.accordion-menu li {
    border-bottom: 1px solid #FFFFFF;
}

aside.sidenav .menu.accordion-menu li:last-child {
    border-bottom: 0px solid;
}

aside.sidenav .menu.accordion-menu li a {
    background:#EF2D2C;
    color: #FFFFFF;
}

aside.sidenav .menu.accordion-menu .active > a {
    background:transparent;
    color: #FFFFFF;
}

aside.sidenav .menu.accordion-menu li.has-submenu a::after {
    border-color: #FFFFFF transparent transparent !important;
}

aside.sidenav .menu.accordion-menu > li.has-submenu.active > a::after {
    border-color: #FFFFFF transparent transparent !important;
}
@media screen and (max-width: 63.9375em) {
  .is-static.is-footer {
      min-height: 0;
  }
  
  footer .border-bottom-small {
      border-bottom:1px solid #EF2D2C;
    }
    
    footer .border-top-small {
      border-top:1px solid #EF2D2C;
    }

    header .border-top-small  {
        border-top:1px solid #EBEBEB;
    }
    
    /* New header layouts */
    header .sidenav-container a:not(.button),
    header .sidenav-container a:not(.button):active,
    header .sidenav-container a:not(.button):active i,
    header .sidenav-container a:not(.button):hover .icon, 
    header .sidenav-container a:not(.button):hover i{
        color:inherit;
    }
   
    header .sidenav-container a:not(.button) i {
        line-height:25px;
    }
    
    .absolute-for-mobile {
        position:absolute;
    }
    
    header .mobile-head-border-section  {
        border-top:1px solid #EBEBEB;
        border-bottom:1px solid #EBEBEB;
        line-height: 60px;
    }
    
    header .mobile-head-border-section .mobile-border-right {
        border-right:1px solid #EBEBEB;
    }
    
    header .mobile-contact-section .head-icons {
        background: #F5F5F5;
        border-radius: 50px;
        height: 40px;
        width: 40px;
        line-height: 40px;
        padding-left: 0;
        padding-right: 0;
        display: inline-block;
    }
    
    .mobile-contact-buttom-section {
        line-height: 60px;
        text-align:center;
    }
    
    .mobile-contact-buttom-section .button{
        margin-bottom:0;
    }
    
    .new-header .logo-container {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px;
        width: auto;
        padding-left: 40px;
    }
    
    .new-header-2 .mobile-contact-buttom-section {
        border-top:1px solid #EBEBEB;
    }
    
     .new-header-2 .mobile-contact-buttom-section .button {
         margin-bottom:20px;
         margin-top:20px;
     }

    .new-header-3 .mobile-contact-number-section,
    .new-header-3 .mobile-contact-button-section,
    .new-header-4 .mobile-contact-number-section,
    .new-header-4 .mobile-contact-button-section,
    .new-header-5 .mobile-contact-number-section,
    .new-header-5 .mobile-contact-button-section,
    .new-header-6 .mobile-contact-button-section {
        border-top:1px solid #EBEBEB;
        line-height:50px;
        text-align:center;
    }
    
    .new-header-3 .mobile-contact-button-section .button,
    .new-header-5 .mobile-contact-button-section .button,
    .new-header-6 .mobile-contact-button-section .button {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    
    .new-header-3 .logo-container,
    .new-header-4 .logo-container,
    .new-header-5 .logo-container,
    .new-header-6 .logo-container {
        display:block;
        min-height:0;
    }
    
    .new-header-6 .mobile-contact-button-section {
        justify-content: center;
    }
    
    .is-footer-8 {
        min-height:0;
    }
    
    /* new footer layouts */
        .footer-text, 
        .footer-social-media,
        .footer-media-box {
            width: 270px;
            margin: auto;
            text-align: center;
        }
        
        .contact-us-column {
            text-align:center;
        }
        
        .new-footer-1 .footer-social-media .menu.align-left,
        .new-footer-2 .footer-social-media .menu.align-left {
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center;
        }
        
        .new-footer-1 .footer-social-media .menu.align-left a, 
        .new-footer-1 .footer-social-media .menu.align-left .button,
        .new-footer-2 .footer-social-media .menu.align-left a, 
        .new-footer-2 .footer-social-media .menu.align-left .button{
            padding-left:0.2em !important;
            padding-right:0.2em !important;
        }
        
        .new-footer-1 .footer-menu-container .dropdown.menu,
        .new-footer-3 .footer-menu-container .dropdown.menu{
            display:block;
        }
        
        .new-footer-2 .footer-links,
        .mailing-list-button {
            text-align:center;
        }
        
        .small-text-center {
            text-align:center;
        }
        
        .menu.small-align-center {
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center;
        }
        
        .new-footer-4 .copyright-container, .new-footer-4 .subscription-button-container {
            border-bottom:1px solid #EF2D2C;
        }
       
        
    /* new footer layouts */
    
    header .sticky-bg-color {
        position:static;
    }

    header .sticky {
        top:0 !important;
    }
    
    .justify-small-center {
        justify-content: center;
    }
    
    .copyright {
        font-size: 100%;
    }
    
    .small-block {
        display:block;
    }
}




.ecommerce-product-slider .orbit-previous,
.ecommerce-product-slider .orbit-next {
  color: #cacaca;
}

.ecommerce-product-slider .orbit-bullets button {
  height: 0.65rem;
  width: 0.65rem;
}

.ecommerce-product-slider .product-card {
  background-color: #fefefe;
  border: 1px solid #e6e6e6;
  padding: 1rem;
  margin-bottom: 1.5rem;
}

.ecommerce-product-slider .product-card-thumbnail {
  display: block;
  position: relative;
}

.ecommerce-product-slider .product-card-title {
  font-family: 'Open sans', sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.45rem;
  margin-top: 1rem;
  margin-bottom: 0;
}

.ecommerce-product-slider .product-card-desc {
  color: #8a8a8a;
  display: block;
  font-family: 'Open sans', sans-serif;
  font-size: 0.85rem;
}

.ecommerce-product-slider .product-card-price {
  color: #3e3e3e;
  display: inline-block;
  font-size: 0.85rem;
  font-weight: 600;
  margin-top: 0.8rem;
}

.ecommerce-product-slider .product-card-sale {
  color: #cacaca;
  display: inline-block;
  font-size: 0.85rem;
  margin-left: 0.3rem;
  text-decoration: line-through;
}

.ecommerce-product-slider .product-card-colors {
  display: block;
  margin-top: 0.8rem;
}

.ecommerce-product-slider .product-card-color-option {
  display: inline-block;
  height: 25px;
  width: 25px;
}



/****************************************************Custom-css**********************************************/

/*Login Page*/
div.ps-login-page.grid-container.padding-top-3.padding-bottom-3 div.cell.large-5.medium-12.small-12.ps-registration-form.large-offset-1 > div > ul > li {
    display: flex !important;
}
/*Login Page*/
#status-msg {
    display: none !important;
}


/*header*/

header ul.menu li a i.fas.fa-phone-alt.icon {
    margin-right: 5px;
}

header ul.dropdown.menu li a:not(.button) {
    font-weight: 500;
}

aside.sidenav .menu.accordion-menu li a:focus {
    outline: none !important;
}

header .dropdown.menu > li > a {
    padding: 0.7rem .5rem;
}

.is-wrapper .is-header,
.is-header {
    border-bottom: 0px;
}

header .sticky.is-at-top.is-stuck .hide-on-stick {
    display: none;
}

header .dropdown.menu > li.opens-right > .is-dropdown-submenu {
    top: 100%;
}

header .dropdown.menu li ul.submenu {
    border: 1px solid #000;
}

header .dropdown.menu li ul.submenu li a:not(.button):hover, header .dropdown.menu li ul.submenu li.active a:not(.button) {
    color: #2A2A2A;
}

/*Sticky Header*/
@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0);
    }
}

.main-navigation.sticky {
    animation: slideDown 0.3s ease-in-out;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    width: 100%;
    background-color: #343131;
    margin-top: 0;
}

.main-navigation.sticky #mainNav {
    justify-content: center;
    padding:1rem 0;
}
/*Sticky Header*/

/*Hide first item in sub menu*/
ul.is-dropdown-submenu.level-2.submenu  > li.is-submenu-item:first-child{

}
/*Hide first item in sub menu*/

/*header*/


/***************Home-page****************/
/*Banner*/
.user-logged-out .pos-rel-ban {
    position: relative;
}

.user-logged-out .pos-ab-ban {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

.user-logged-in .pos-ab-ban {
    margin: 0 auto;
}




/*Banner*/
/*lead-magnet*/
.lead-magnet-form {
    text-align: center;
    padding: 50px 0 60px !important;
}

.lead-magnet-form label,
.newsletter-form-main .label-holder{
    display: none;
}

.newsletter-form-main{
    padding: 0 !important;
}

.lead-magnet-form input,
.lead-magnet-form input#first_name,
.lead-magnet-form input#email,
.newsletter-form-main input,
.newsletter-form-main input#first_name,
.newsletter-form-main input#email{
    margin: 0 !important;
    height: 55px !important;
    width: 100% !important;
    
    border-radius: 5px;
    
}



.lead-magnet-form input#Submit,
.newsletter-form-main .subscribe_button_holder{
    width: auto !important;
    margin: 0;
}

.lead-magnet-form input::placeholder,
.newsletter-form-main input::placeholder,
.gen-form .ww-form-container input::placeholder , 
#newsletter-form::placeholder{
    font-family: "Freeman", sans-serif;;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #8F8F8F;
}

.lead-magnet-form .submit_wrap.padding-top-1,
.newsletter-form-main .submit_wrap.padding-top-1{
    padding: 0 !important;
}

.lead-magnet-form .width-25{
    width: 32% !important;
    margin:0;
    margin-right: 20px;
}

.newsletter-form-main .width-25{
    width: 100% !important;
    margin:0;
    margin-right: 20px;
}

.lead-magnet-form .flex-container.small-block,
.newsletter-form-main .flex-container.small-block{
    justify-content: center;
    padding-top: 11px;
}

/*
* Transprent Form Fields
* Add Class transparent-form-fields in the main section
*/
.transparent-form-fields input,
.transparent-form-fields input#first_name,
.transparent-form-fields input#email {
    background: transparent;
    color: #fff;
}

.transparent-form-fields input::placeholder{
    color: #fff !important;
}

/*lead-magnet*/
/*Slider-section*/
.slick-slide img {
    text-align: center;
}

.custom-slider .slick-dots {
    bottom: -45px;
}

.custom-slider .slick-dots li {
    border: 1px solid #5D5D5D;
    background: #5D5D5D;
}

.custom-slider .slick-dots li.slick-active,
.custom-slider .slick-dots li:hover {
    background: #D9D9D9;
}

.custom-slider .slide-inner-div:hover {
    box-shadow:0px 0px 10px #FFFFFF;
}

.custom-slider .slide-inner-div {
    transition: .35s ease-in-out;
}

/*Slider-section*/
/***************Home-page****************/

/**************Service-page**************/
/*inner-page-Banner*/
.inner-page-banner .inner-content-div {
    background: none;
    padding: 25px;
}
/*inner-page-Banner*/
/**Accodion**/
/***Genral accodion css***/
ul.accordion .accordion-title {
    
    border-radius: 5px !important;
    
}

ul.accordion .accordion-title:hover,
ul.accordion li.accordion-item.is-active .accordion-title{
    background:#000000 !important ;
}

.is-active > .accordion-title::before {
    content: "–" !important;
}

.accordion-title::before {
    position: absolute;
    top: 50%;
    right: 0.5rem;
    margin-top: -0.7rem;
    font-size: 1.5rem;
    content: "+"  !important;
}

ul.accordion {
    background: none;
}

ul.accordion li.accordion-item {
    margin: 0 0 10px;
}

ul.accordion .accordion-title::before {
    top: 0;
    margin-top: 0;
    height: 100%;
    display: flex;
    align-items: center;
    right: 1.5rem !important;
}

ul.accordion .accordion-content {
    border: 0 !important;
    
    border-radius: 5px !important;
    
    margin: 10px 0 0;
}

/*Accordion Arrows*/
/*
.accordion-title::before{
    content: url("//s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/30099/theme/48035/img/arrow-color.png") !important;
}

.is-active > .accordion-title::before{
    content: url("//s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/30099/theme/48035/img/arrow-white.png") !important;
} */


/*Accordion Arrows*/
/*Genral accodion*/
/***For dark background***/
.dark-bg-accord ul.accordion .accordion-title {
    background: #000;
    border: 3px solid #565656 !important;
}

.dark-bg-accord ul.accordion .accordion-content {
    background: #1A1A1A;
    color: #fff;

}
/***For dark background***/

/***For light background***/
.light-bg-accord ul.accordion .accordion-title {
    background: #FFFFFF;
    border: 3px solid #EF2D2C !important;
    color: #EF2D2C;
    padding-left: 1.5rem;
}

.light-bg-accord ul.accordion .accordion-content {
    background: #fff;
    color: #444444;

}

.inner-div{
    margin-right: 5rem;
}

.light-bg-accord ul.accordion .accordion-title:hover,
.light-bg-accord ul.accordion li.accordion-item.is-active .accordion-title{
    color: #fff;
}
/***For light background***/
/**Accodion**/

/**testimonial-section**/
.testimonial-slider-main button.slick-arrow {
    background: transparent !important;
    border: 5px solid #AAAAAA;
    border-radius: 50px 0 0 !important;
    border-top-width: 0;
    border-left-width: 0;
    width: 25px;
    box-shadow: none !important;
    height: 25px;
    top:35%;
}

.testimonial-slider-main button.slick-next.slick-arrow{
    transform: translateY(-50%) rotate(-43deg);
    right:0;
}

.testimonial-slider-main button.slick-prev.slick-arrow{
     transform: translateY(-50%) rotate(132deg);
     left:0;
}

.dark-dots .slick-dots li.slick-active, .dark-dots .slick-dots li:hover {
    background: #EF2D2C;
}

.dark-dots .slick-dots li {
    background: #000;
}
/**testimonial-section**/

/**************Service-page**************/

/**************blog page*****************/
/*Blog Page CSS*/
.main-blog-banner {
    position: relative;
}

.main-blog-banner img {
    width: 100%;
}
.inner-banner.blog-banner {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    max-width: 1200px;
    background: none;
    padding: 0;
    width: 100%;
    border-radius: 20px;
    color: #FFFFFF;
    display: flex
;
    height: auto;
    text-align: center;
    align-content: center;
    flex-wrap: wrap;
    align-items: center;
}

.main-blog-widget {
    padding-top: 50px;
}

ul.blog-ul {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    list-style: none;
    margin-left: 0;
}

ul.blog-ul li {
    margin-bottom: 1rem;
}

ul.ps-blog-tags,
ul.ps-blog-recent-posts {
    list-style: none;
    margin-left: 0;
}
.cell-contact .cell.medium-6.width-100-mob{
    width: 100% !important;
}
.blog-widget {
    height: 100%;
    padding: 0;
    border-radius: 5px;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 30px 0px rgb(131 132 132 / 25%);
    -moz-box-shadow: 0px 0px 30px 0px rgb(131 132 132 / 25%);
    box-shadow: 0px 0px 30px 0px rgb(131 132 132 / 25%);
    -webkit-transition: 350ms ease-in;
    -moz-transition: 350ms ease-in;
    transition: 350ms ease-in;
}

.article-image img {
    width: 100%;
}

.inner-blog-widget {
    padding: 25px;
}

.blog-widget .widget-title {
    position: relative;
    padding: 0 0 10px;
    margin: 0 0 30px;
}



.blog-widget .widget-title::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #dadada;
    z-index: 1;
}

.blog-widget .widget-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 55px;
    height: 3px;
    background-color: #1a1a1a;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
    z-index: 2;
}

.blog-sidebar-widget {
    padding: 25px;
    -webkit-box-shadow: 0px 0px 30px 0px rgb(131 132 132 / 25%);
    -moz-box-shadow: 0px 0px 30px 0px rgb(131 132 132 / 25%);
    box-shadow: 0px 0px 30px 0px rgb(131 132 132 / 25%);
    margin-bottom: 15px;
}

.blog-sidebar-widget .blog-sidebar-h2 {
    position: relative;
    padding: 0 0 10px;
    margin: 0 0 30px;
}

.blog-sidebar-widget .blog-sidebar-h2::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #dadada;
    z-index: 1;
}

.blog-sidebar-widget .blog-sidebar-h2::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 55px;
    height: 3px;
    background-color: #1466C7;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
    z-index: 2;
}

.lab-ul {
    margin: 0 0 10px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.lab-ul li {
    list-style: none;
    margin-right: 15px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.lab-ul li svg {
    fill: #1a1a1a;
    margin-right: 5px;
    width: 18px;
    height: 18px;
}

.widget-category svg {
    fill:#1a1a1a;
    margin-right: 10px;
    width: 18px;
    height: 18px;
    vertical-align: middle;
}

.blog-widget .widget-category span {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    line-height: 1.7;
}

.blog-widget .widget-category span a {
    color: #757067;
}

.blog-widget .widget-category span:hover {
    color: #231F20;
}

.blog-widget .widget-category span:hover a {
    color: #231F20;
}

.blog-inner-text hr {
    display: none;
}

.ps-blog-sharing {
    margin: 10px auto 10px !important;
}

.ps-blog-tags li a {
    color: #1579af;
    display: inline-block;
    position: relative;
    padding-left: 20px;
    -webkit-transition: 350ms;
    -moz-transition: 350ms;
    transition: 350ms;
}

.ps-blog-tags li a::before {
    background: #19242D;
    position: absolute;
    height: 10px;
    width: 10px;
    content: '';
    left: 0;
    top: 8px;
    -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

.ps-blog-tags li a:hover {
    color: #1579af;
}

.ps-blog-tags li,
.ps-blog-recent-posts li {
    margin-bottom: 0.5em;
}

.ps-blog-recent-posts a {
    display: inline-block;
    position: relative;
    -webkit-transition: 350ms;
    -moz-transition: 350ms;
    transition: 350ms;
}



.blog-page-type-wrapper,
.article-page-type-wrapper {
    margin-bottom: 50px;
}
/**************blog page*****************/

/**************Service area landing*****************/
/*area list*/
/*ul.ul-block {
    display: grid;
    grid-gap: 15px;
}*/

ul.ul-block{
    display: flex;
    grid-gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
}


ul.two-block-ul {
    grid-template-columns: repeat(2, 1fr);
}
ul.three-block-ul {
    grid-template-columns: repeat(3, 1fr);
}
ul.four-block-ul {
    grid-template-columns: repeat(4, 1fr);
}
ul.service-area-ul-one li a.button {
    width: 100% !important;
}
/*area list*/
/**************Service area landing*****************/

/**************Video gallery*****************/
.play-button {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}
/**************Video gallery*****************/

/********contact page********************/
.gen-form .ww-form-container form , #newsletter-form form , .map{
  box-shadow: rgb(0 0 0 / 16%) 5px 5px 20px 2px;
  padding: 20px;
  border: 2px solid #B2B2B2 !important;
}

.contact-icon {
    border-top: 3px dashed #EF2D2C;
    border-right: 5px dashed #EF2D2C;
    border-bottom: 5px solid #EF2D2C;
    border-left: 4px solid #EF2D2C;
    display: inline-block;
    margin-bottom: 1rem;
    padding: 25px;
    border-radius: 50%;
}

.contact-icon svg {
    fill: #EF2D2C;
    width: 50px;
    height: 50px;
}


.gen-form .ww-form-container .fieldset , #newsletter-form .fieldset{
  border: 0 !important;
}
.gen-form .iti.iti--allow-dropdown {
  display: block;
}
.gen-form input, .gen-form textarea , #newsletter-form textarea , #newsletter-form input{
  width: 100% !important;
  height: 48px !important;
    background: #F0F0F0;
border: 1px solid #DBDBDB !important;
  border-radius: 5px !important;
  
}
.gen-form legend {
    display: none;
}
.gen-form #Submit , #newsletter-form #Submit{
  height: auto !important;
border-radius: 5px !important;
}
.gen-form .submit_wrap , #newsletter-form .submit_wrap{
    text-align: center !important;
    }
.gen-form fieldset > div , #newsletter-form fieldset > div{
  width: 100% !important;
}
.gen-form #mob_phone_phone_number_tel , #newsletter-form #mob_phone_phone_number_tel{
  width: 100% !important;
}
.gen-form .checkbox_wrap input, #newsletter-form .checkbox_wrap input {
    height: auto !important;
    width: auto !important;
}
div#newsletter-form {
    padding: 50px 0;
}
/********contact page********************/

/********reviews page*******************/
svg.star-rating-icon {
    width: 30px;
    height: 30px;
    margin: 0;
}
svg.star-rating-icon.active {
    fill: #ffb400;
}
/********reviews page*******************/
/*footer*/
/*#footer .icon-div svg {
    min-width: 25px;
    margin-right: 8px;
}*/

footer .icon {
    color: #EF2D2C;
    margin-right: 10px;
}

#footer hr {
    border-color: #ffffff47 !important;
}

#footer .fab {
    font-size: 35px;
}

.icon-div a{
    display: flex;
    line-height: 1.3;
}

/*footer*/

/*general-css*/
.black-bg {
    background: #000 ;
}

.dark-bg {
    background: #444444 ;
}

.color-white {
    color: #fff ;
}

.color-black{
    color: #1A1A1A ;
}

.color-light {
    color: #999999 ;
}

.blue-bg {
    background: #0068B3 ;
}

.light-bg {
    background:  #EFEFEF ;
}

.min-height-auto {
    min-height: auto;
}


strong,
b {
    font-weight: bold;
    line-height: inherit;
}

a.button,
span.button,
input.button,
input#Submit,
.gen-form #Submit,
#newsletter-form #Submit,
.button,
.chat .button{
    font-family: "Freeman", sans-serif;;
    font-style: normal;
    font-weight: 400;
    font-size: 16px !important;
    padding: 15px 30px !important;
    line-height: 1.3 !important;
    background: #EF2D2C !important;
    color: #FFFFFF !important;
    opacity:1 !important;
    
    border-radius: 5px !important;
    
    width: auto !important;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    background-size: 300% 100%;
    moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;

}

a.button:hover,
span.button:hover,
input.button:hover,
input#Submit:hover,
.gen-form #Submit:hover,
#newsletter-form #Submit:hover,
.button:hover,
.chat .button:hover,
.chat .button:focus{
    /*background: #FFFFFF !important;*/
    color:  #FFFFFF  !important;
    
    background-position: 100% 0;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

a.button.black-btn,
span.button.black-btn,
.black-btn input.button {
    background: #000000;
}

a.button.white-btn,
span.button.white-btn,
.white-btn input.button {
    background: #fff;
    color: #000;
}

.cta-link,.cta-links {
    font-family: "Freeman", sans-serif;;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: #EF2D2C;
    cursor: pointer;
}
.cta-links:hover, .cta-link:hover{
    text-decoration: underline;
}
.is-wrapper .dark-bg {
    background: #2A2A2A;
}
.article-author-name{
    font-weight: 600;
}
p,
ul li{
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.01em;
}

.section-main-heading,
.Lead-magnet-form-heading,
.banner-main-heading,
h2.blog-sidebar-h2,
h1.article-title,
h1.article-title a{
    font-family: "Freeman", sans-serif;;
    font-style: normal;
    font-weight: 600;
    font-size: 35px;
    line-height: 45px;
    text-transform: uppercase;
    color: #2A2A2A;
}
.is-dark-text h2.section-main-heading,.is-dark-text h3.section-sub-heading,.is-dark-text p{
    color: #2A2A2A;
}

.banner-main-heading {
      font-weight: 600;
    font-size: 37px;
    line-height: 45px;
}

.section-sub-heading,
.banner-sub-heading,
ul.accordion .accordion-title{
    font-family: "Freeman", sans-serif;;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #2A2A2A;
}
ul.accordion .accordion-title{
    color: #FFFFFF;
    background:#000000;
    font-size:18px;
}
.new-blog-page-type .article-body, .new-blog-page-type .article-body p {
    font-size: 16px;
}
ul.accordion .accordion-content {
    background: #FFF8ED;
}
.banner-sub-heading {
    font-size: 16px;
    color: #000000;
    text-transform: none;
    margin: 0px 0px 20px;
}

.border{
    border: 1px solid #DADADA; 
}

.list{
    margin-left: 1rem !important;
    text-align: left !important;
        list-style-position: outside;
        margin-left:0px!important;
}

.list li{
    padding: 4px 0;
}
.list li {
    padding: 4px 0;
   background:url("//s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/30099/theme/48035/img/bullet-icon.webp") no-repeat left 7px top 9px !important;
   list-style-type: none;
    background-repeat: no-repeat;
    background-position: 0px 9px;
    padding-left: 30px;
        padding-bottom: 10px;
    background-size: 17px !important;
}
.list-bigger li {
    padding: 4px 0;
    background: url('data:image/svg+xml,<svg fill="%23FFFFFF" width="15px" height="15px" viewBox="0 0 32 32" version="1.1" xmlns="http://www.w3.org/2000/svg"><g id="SVGRepo_bgCarrier" stroke-width="0"></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g><g id="SVGRepo_iconCarrier"><title>tick-checkbox</title><path d="M0 26.016v-20q0-2.496 1.76-4.256t4.256-1.76h20q2.464 0 4.224 1.76t1.76 4.256v20q0 2.496-1.76 4.224t-4.224 1.76h-20q-2.496 0-4.256-1.76t-1.76-4.224zM4 26.016q0 0.832 0.576 1.408t1.44 0.576h20q0.8 0 1.408-0.576t0.576-1.408v-20q0-0.832-0.576-1.408t-1.408-0.608h-20q-0.832 0-1.44 0.608t-0.576 1.408v20zM7.584 16q0-0.832 0.608-1.408t1.408-0.576 1.408 0.576l2.848 2.816 7.072-7.040q0.576-0.608 1.408-0.608t1.408 0.608 0.608 1.408-0.608 1.408l-8.48 8.48q-0.576 0.608-1.408 0.608t-1.408-0.608l-4.256-4.256q-0.608-0.576-0.608-1.408z"></path></g></svg>');
    list-style-type: none;
    background-repeat: no-repeat;
    background-position: 0px 9px;
    padding-left: 30px;
        padding-bottom: 20px;
}

ul.list.color-icon-white li {
    background: url('data:image/svg+xml,<svg fill="%23FFFFFF" width="15px" height="15px" viewBox="0 0 32 32" version="1.1" xmlns="http://www.w3.org/2000/svg"><g id="SVGRepo_bgCarrier" stroke-width="0"></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g><g id="SVGRepo_iconCarrier"><title>tick-checkbox</title><path d="M0 26.016v-20q0-2.496 1.76-4.256t4.256-1.76h20q2.464 0 4.224 1.76t1.76 4.256v20q0 2.496-1.76 4.224t-4.224 1.76h-20q-2.496 0-4.256-1.76t-1.76-4.224zM4 26.016q0 0.832 0.576 1.408t1.44 0.576h20q0.8 0 1.408-0.576t0.576-1.408v-20q0-0.832-0.576-1.408t-1.408-0.608h-20q-0.832 0-1.44 0.608t-0.576 1.408v20zM7.584 16q0-0.832 0.608-1.408t1.408-0.576 1.408 0.576l2.848 2.816 7.072-7.040q0.576-0.608 1.408-0.608t1.408 0.608 0.608 1.408-0.608 1.408l-8.48 8.48q-0.576 0.608-1.408 0.608t-1.408-0.608l-4.256-4.256q-0.608-0.576-0.608-1.408z"></path></g></svg>');
 background-repeat: no-repeat;
    background-position: 0px 9px;
}
.img-full-height {
    height: 100%;
    object-fit: cover;
}
    
/*read More Read Less CSS*/
#panel-1{
    display: none;
}

a[aria-expanded="false"] .read-more{
  display:inline;
}
a[aria-expanded="false"] .read-less{
  display:none;
}
a[aria-expanded="true"] .read-more,
a[aria-expanded="true"] .read-more-dots
{
  display:none;
}
a[aria-expanded="true"] .read-less{
  display:inline;
}

span.moretext {
    display: none;
}
/*Read More Read Less CSS*/

/*Box Shadow*/
.box-shadow{
    -webkit-box-shadow: 0 20px 60px 0 rgb(40 93 251 / 16%);
    box-shadow: 0 20px 60px 0 rgb(97 99 106 / 16%);
}
/*Box Shadow*/

/*rounded Corner*/
.rounded {
    border-radius: 0px !important;
}

.contact-card a {
    color: #0C0F26 !important;
    font-size: 18px !important;
}
/*Rounded Corner*/

/*general-css*/

/*Price and FAQ Page CSS*/
.price-cross {
    text-decoration: line-through;
}

.border-top{
    border-top: 1px solid;
}

.list.border-top {
    padding-top: 1rem;
    padding-left: 1.5rem;
}
/*Price and FAQ Page CSS*/
.inner-content-div {
    width: 700px;
}
.yellow-bg {
    background: #FFF8ED !important;
}
.section-padding {
    padding: 50px 0px !important;
}
.logo-container {
    padding: 20px !important;
}
@media only screen and (max-width: 1024px) {
    header li.handle-traffic-signs>ul.is-dropdown-submenu {
        left: -110px !important;
    }
header li.handle-posts-hardware>ul.is-dropdown-submenu {
    left: -120px!important;
}
.new-header-menu-container nav ul li a {
    font-size: 11px;
}
    .inner-banner.blog-banner {
    width: 900px;
    }
    .user-logged-out .inner-content-div {
    max-width: 900px;
        padding: 20px;
    }
    .section-main-heading, .Lead-magnet-form-heading, .banner-main-heading, h2.blog-sidebar-h2, h1.article-title, h1.article-title a {
    font-size: 29px;
    }
    .banner-main-heading {
    font-size: 30px;
    line-height: 40px;
    }
/*general-css*/
.padding-medium-down-0 {
    padding: 0 !important;
}

a.button
{
    padding:11px 23px !important;
}

.contact-card .large-9 
{
    padding-left: 40px;
}

    .is-overlay-bg {
        opacity: 1;
    }
/*general-css*/
}
@media only screen and (max-width: 1023.5px) {
    .service-container-new {
    text-align: center;
}
.banner-main-heading {
    color: #FFFFFF;
}
.banner-sub-heading {
    color: #FFFFFF;
}
a.button.butt-sm-white {
    background: #FFFFFF !important;
    color: #000000 !important;
}
        .main-blog-banner img{
    content:url(https://s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/29877/theme/47811/img/m.webp);
}
.serv-icon-sec img {
    margin-bottom: 30px;
}
        .user-logged-out .inner-content-div {
        max-width: 100%;
        padding: 40px 20px;
        width: 100%;
        border-radius: 0;
        background:#000000;
    }
      .section-main-heading, .Lead-magnet-form-heading, .banner-main-heading, h2.blog-sidebar-h2, h1.article-title, h1.article-title a {
    font-size: 30px;
    }
  .banner-main-heading {
    font-size: 35px;
    line-height: 45px;
    }
    /*Login Page*/
    .ps-login-page .grid-x.grid-padding-x.padding-3 {
        padding: 0 !important;
    }
    /*Login Page*/
    .inner-div{
        margin-right: 0;
    }

    /*general-classes*/
    .width-sm-100 {
        width: 100% !important;
        max-width: 100% !important;
    }
    
    .justify-small-center {
        justify-content: center;
    }
    
    .flex-dlr-column-mobile,
    .flex-direction-column{
        flex-direction: column;
    }
    
    .mobile-color-black{
        color:#000 !important;
    }
    
    .mobile-bg-dark{
        background: #444444 !important;
    }
        
    .padding-top-sm-3 {
        padding-top:3rem !important;   
    }
    
    .padding-bottom-sm-3 {
        padding-bottom:3rem  !important;   
    }
    
    .padding-top-sm-2 {
        padding-top:2rem !important;   
    }
    
    .padding-bottom-sm-2 {
        padding-bottom:2rem  !important;   
    }
    
     .padding-top-sm-1 {
        padding-top:1rem  !important;   
    }
    
    .padding-bottom-sm-1 {
        padding-bottom:1rem !important;   
    }

    .padding-top-sm-0 {
        padding-top:0 !important;
    }
    
    .padding-bottom-sm-0 {
        padding-bottom:0!important;
    }
    
    .margin-top-sm-0{
        margin-top:0 !important;
    }
    
    .margin-bottom-sm-0{
        margin-bottom:0 !important;
    }
    
     .margin-top-sm-2{
        margin-top:2rem !important;
    }
    
    .margin-bottom-sm-2{
        margin-bottom:2rem !important;
    }
    
    .padding-left-sm-1 {
        padding-left: 1rem !important;
    }
    
    .padding-right-sm-1 {
        padding-right: 1rem !important;
    }
    
    .margin-top-sm-1{
        margin-top:1rem !important;
    }
    
    .margin-bottom-sm-1{
        margin-bottom:1rem !important;
    }
    
    .padding-bottom-sm-0{
        padding-bottom:0 !important;
    }
    /*general-classes*/

    /*header*/
    .border-sm {
        border-top: 1px solid #cccccc57;
        border-bottom: 1px solid #cccccc57;
    }

    header .first-half-head {
        padding-bottom: 0 !important;
    }

    .padding-sm-bottom-30 {
        padding-bottom: 30px !important;
    }
    
    header .sticky-bg-color.stick {
        position: static;
    }
    
    .sidenav-bar {
      top: 0;
      right: 15px;
      height: 100%;
      display: flex;
      align-items: center;
      z-index: 99999;
    }
    
    aside#sidenav ul.vertical.menu.accordion-menu ul#yt2rwx-acc-menu > li span {
        padding-left: 0 !important;
    }

    /*header*/

    /***Home-page***/
    /*Banner*/
    .user-logged-out .pos-ab-ban {
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        margin: 0 auto;
        max-width: 100% !important;
    }

    /*Banner*/
    /*lead-magnet*/
    .lead-magnet-form input,
    .newsletter-form-main input{
        margin: 15px 0 0 !important;
    }
    
    .lead-magnet-form input, .lead-magnet-form input#first_name, .lead-magnet-form input#email,
    .newsletter-form-main input, .newsletter-form-main input#first_name, .newsletter-form-main input#email{
        margin-bottom: 10px !important;
    }

    .lead-magnet-form .width-25, .newsletter-form-main .width-25 {
        width: 100% !important;
        margin-right: 0px;
    }
    /*lead-magnet*/
    /***Home-page***/

    /***service landing page***/
    /*service area list*/
    ul.small-one-block-ul {
        grid-template-columns: repeat(1, 1fr);
    }
    ul.small-two-block-ul {
        grid-template-columns: repeat(2, 1fr);
    }
    /*service area list*/
     /***service landing page***/
     
     /***blog page***/
   .inner-banner.blog-banner {
        position: relative;
        justify-content: center;
        padding: 50px 20px;
        width: 100%;
        border-radius: 0px;
        background: #000000;
        transform: translateY(0%);
    }
    /***blog page***/

    /*footer*/
    .icon-div {
        align-items: center;
        justify-content: center;
        margin-bottom: 1rem;
        margin-top: 1rem;
    }
    
    #footer .icon-div a {
        display: block;
    }
    
    .footer5{
        padding-top:0 !important;
    }
    
    #footer .last-icon-div{
        justify-content: center !important;
    }
    
    .mobile-two {
        padding-top: 1rem;
        margin-bottom: 1rem;
    }
    
    .mobile-one{
        margin-bottom: 1rem;
        margin-top: 1rem;
    }
    
    .padding-sm-horizontal-0 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    /*footer*/
}


@media only screen and (max-width: 940px) {
    .sidenav-bar {
    display: flex;
    align-content: center;
}
  .show-for-large{
      display:none!important;
  }
  .hide-for-large{
      display:block!important;
  }
.mob-center .cell.large-6 {
    text-align: center;
    float: none;
    margin: 0 auto;
}

ul.list2 li {
    text-align: left;
}

ul.list2  {
   margin-left:15px;
}

ul.list3 li {
    text-align: left;
}

ul.list3  {
   margin-left:15px;
}

.abt-slider .slick-dots {
    bottom: -15px !important;
}

.abt-slider .actual-testimonial-holder {
    border: 0px solid #ccc;
    padding: 10px;
}

ul.no-bullet.menu.size-30.align-center li:last-child a {
    padding-right: 0px;
}

.text.margin-left-1.margin-left-sm-0 {
    margin-left: 0px !important;
}

.mob-center
{
    text-align:center;
}

.inner-sub-div.flex-container.align-top.margin-top-sm-2 {
    display: block;
    text-align: center;
}

    .contact-card .large-9 {
        padding-left: 15px;
    }

.mob-center  {
    text-align: center;

}


.mob-center h2.section-main-heading
{
    text-align: left;
}

.mob-center p
{
    text-align: left;
}
}
@media only screen and (max-width:480px) {
.contact-card a {
    font-size: 14px !important;
}
}
@media only screen and (max-width: 380px) {
    .banner-main-heading {
        font-size: 30px;
        line-height: 45px;
    }
}
@media only screen and (max-width: 375px) {
.abt-slider .is-card.testimonial.shadow-1.height-100 {
    width: 100% !important;
    margin: 0 auto;
    min-height: 346px;
    box-shadow: none;
}
}
/*.border-cls{
    border: 1px solid #ccc;
    padding:15px;
}*/
.collection-section .image-holder{
    
}

.collection-section .image-holder img{
    height: 178px !important;
}
/*.collection-img-holder{
    
    height: 178px !important;
    display: table-cell;
}*/
.img-height {
    max-height: 178px !important;
}
strong, b{
    font-weight: 500;
}
.img-flex{
    display: inline-block;
    align-items:center;
    justify-content: center;
}
.prdt-title{
    color: #2A2A2A;
}
.block-title{
    font-weight: 400 !important;
    font-size: 24px;
    line-height: 30px;
    text-transform: uppercase;
    letter-spacing: 0.2px;
}