/* || 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: 18px;
    font-weight: 300;
}


[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:18px;
    padding: .7rem 1.6rem;
    
    border-radius: 0px;
    
}

button:not(.button-group button), 
.button:not(.button-group button) {
    font-size:1em;
    
    border-radius: 0px;
    
}


.is-btn, .btn{
    border-radius: 0px !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;
}

label, 
.label {
    font-size: 1em;
}

/* || Custom defined || */
.alternate-font-family {
    font-family: 'Playfair', serif;
}

/* || HEADER || */
.is-wrapper .is-header, .is-header {
    background-color: #000000;
    color:#FFFFFF;
    border-bottom:1px solid #E9ECEF;
    height: auto;
    min-height:0;
}

.is-header .is-container {
    z-index: 9;
}

header .sticky-bg-color.stick {
    background: #000000;
    width:100%;
    position:fixed;
    left:0;
    top:0;
    z-index:99;
}

header .is-stuck{
    background: #000000;
    border-bottom: 1px solid #e6e6e6;
    box-shadow: 0 4px 12px 0 #e6e6e6;
}
header a.cta.text-center {
    font-weight: 600;
    font-size: 18px;
}

header a:not(.button) {
    color: #FFFFFF;
}

header a:not(.button):hover,
header a:not(.button):active,
header a:not(.button):focus {
    color: #FFFFFF;
}

header .icon, 
header i {
    color: #FFFFFF;
}

header a:not(.button):hover .icon,
header a:not(.button):hover i,
header i:hover{
    color: #FFFFFF;
}

header button,
header .button,
header button:hover,
header button:focus,
header .button:hover,
header .button:focus {
     background:#E3890E;
     color:#FFFFFF;
}

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: #000000;
    font-size: 44px;
    font-family: 'Raleway', sans-serif;
}

footer .text-logo {
    color: #FFFFFF;
}

footer .address-container br {
    display:none;
}

header .cta .icon {
    padding-right: 5px;
    color: #FFFFFF
}

header .text-muted {
    color: #FFFFFF !important;
}

header .border-bottom, 
header hr {
    border-bottom:1px solid #E9ECEF;
}

header .border-top {
    border-top:1px solid #E9ECEF;
}


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:#FFFFFF
}
 .gslide-image img {
    padding: 10px !important;
}

.ecommerce-style2 .ps-cart-text-container, .ps-cart-text-container {
    color:#000000;
    background:#FFFFFF;
    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:#FFFFFF;
}

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: #FFFFFF;
    
}


.header-search-input{
    padding-right:25px;
    color:#000000;
    background:#FFFFFF;
}
.is-boxes.to-new-lw-height.black-bg {
    background: #000 !important;
}

.header-search-input::placeholder {
    color:#000000;
    opacity:0.6;
}

.header-search-button{
    position:absolute;
    top: 30%;
    right: 5px;
    padding:0;
}

header i.fas.fa-search {
    color:#000000
}

header .ps-cart-text-container {
    color:#000000;
    background:#FFFFFF;
    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:#FFFFFF;
}

/* || 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-color: #F7F8FB;
}

header .dropdown.menu li ul.submenu {
     background: #FFFFFF;
     border:1px solid #FFFFFF;
}

header .dropdown.menu li ul.submenu li a:not(.button) {
    color: #FFFFFF;
    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: #F7F8FB;
    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:  #E3890E 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 #FFFFFF 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 #F7F8FB transparent transparent;
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
    border-color: transparent transparent transparent #FFFFFF;
}

.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 #F7F8FB;
}

/* New headers CSS */
.size-20 {
    font-size:20px;
}
.menu a.head-icons {
    background:#E9ECEF;
    border-radius:50px;
    height:40px;
    width:40px;
    padding-left:0;
    padding-right:0;
    margin-right:10px;
}

.header-top-bg {
    background:#363636;
    color: #FFFFFF;
}

.header-top-social-media .menu a{
    padding-bottom:0;
}

.header-top-social-media .menu a i,
.header-top-contact-links .menu a i {
    color:#FFFFFF;
}

.header-top-social-media .menu a:hover i,
.header-top-contact-links .menu a:hover i,
.header-top-contact-links .menu a:hover {
    color:#FFFFFF;
}

header .header-top-contact-links {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    color:#FFFFFF;
}

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;
}

.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;
}

.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: #E3890E;
    color: #FFFFFF;
}

.new-header .button.hollow {
    background:transparent;
    color:#FFFFFF;
    border:1px solid #E3890E;
}

.new-header-menu-container {
    background:#FFFFFF;
}

.new-header .button i,
.new-header .button:hover i {
    color:inherit;
    padding-right:10px;
}

.column.full {
    width: 100%;
}

.sidenav-container {
    background-color: #E3890E;
    color: #FFFFFF;
    height: 42px;
    width: 42px;
    text-align: center;
    border-radius: 50px;
    padding-top: 8px;
}

.sidenav-container i.fa-bars.icon{
     color: #FFFFFF;
}

.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:#E3890E;
    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 #E9ECEF;
    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 #FFFFFF;
    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 #FFFFFF;
    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 #FFFFFF;
    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/26169/theme/43623/img/footer_bg.jpg") no-repeat;
    background-position: top;
    background-size: cover;
    margin-top:0;
}

.new-footer-3 i {
    color:#FFFFFF;
}

.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:#FFFFFF;
    font-size: 1.75rem;
    font-weight:500;
}

.text-primary {
     color:#E3890E;
}

strong, b {
    font-weight: bolder;
}

.dark-bg-section {
    float: left;
    color: #000000;
}

.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:#6CAAE4;
    color:#FFFFFF;
    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: #000000;
    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: #FFFFFF;
}

.user-logged-in footer {
    margin-top:30px;
    float:left;
    width:100%;
    clear:both;
}


footer .border-bottom, 
footer hr {
    border-bottom:1px solid #FFFFFF;
}

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;
}


/* || 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%;
}

@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) {
    .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:#000000;
    color:#FFFFFF;
}

aside.sidenav .featured-section i {
    color:#FFFFFF;
}

aside.sidenav input[type=search] {
    color:#000000;
    background:#FFFFFF;
    padding-right: 24px;
}

aside.sidenav input[type=search]::placeholder {
    color:#000000;
    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:#000000
}


aside.sidenav .menu.simple {
    background:#FFFFFF;
    color: #FFFFFF;
}

aside.sidenav .menu.simple a {
    color: #FFFFFF;
}



aside.sidenav .ps-cart-text-container {
    color:#000000;
    background:#FFFFFF;
    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:#FFFFFF;
}

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:#FFFFFF;
    color: #FFFFFF;
}

aside.sidenav .menu.accordion-menu .active > a {
    background:#F7F8FB;
    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 #FFFFFF;
    }
    
    footer .border-top-small {
      border-top:1px solid #FFFFFF;
    }

    header .border-top-small  {
        border-top:1px solid #E9ECEF;
    }
    
    /* 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 #E9ECEF;
        border-bottom:1px solid #E9ECEF;
        line-height: 60px;
    }
    
    header .mobile-head-border-section .mobile-border-right {
        border-right:1px solid #E9ECEF;
    }
    
    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 #E9ECEF;
    }
    
     .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 #E9ECEF;
        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 #FFFFFF;
        }
       
        
    /* new footer layouts */
    
    header .sticky-bg-color {
        position:static;
    }

    header .sticky {
        top:0 !important;
    }
    
    .justify-small-center {
        justify-content: center;
    }
    
    .padding-top-sm-3 {
        padding-top:3rem;   
    }
    
    .padding-bottom-sm-3 {
        padding-bottom:3rem;   
    }
    
    .padding-top-sm-2 {
        padding-top:2rem;   
    }
    
    .padding-bottom-sm-2 {
        padding-bottom:2rem;   
    }
    
     .padding-top-sm-1 {
        padding-top:1rem;   
    }
    
    .padding-bottom-sm-1 {
        padding-bottom:1rem;   
    }

    .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;
    }
    
     .margin-top-sm-2{
        margin-top:2rem;
    }
    
    .margin-bottom-sm-2{
        margin-bottom:2rem;
    }
    
    .margin-top-sm-1{
        margin-top:1rem;
    }
    
    .margin-bottom-sm-1{
        margin-bottom:1rem;
    }
    
    .padding-bottom-sm-0{
        padding-bottom:0 !important;
    }
    
    .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: 'Playfair', 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: 'Playfair', 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;
}

/*********Blog Page Css************************ */
.main-blog-banner {
    position: relative;
}
.main-blog-banner img{
    width: 100%;
}
 .inner-banner.blog-banner {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: left;
}
.inner-banner.blog-banner .banner-main-heading{
 font-family: 'Playfair', serif;
font-size: 40px;
font-style: normal;
font-weight: 400;
line-height: 45px;
letter-spacing: 2px;
text-transform: uppercase;
color: #FFF;
}
p.back.back-to-blog a.button{
    margin-top: 20px;
    }
/*.main-blog-widget .row{
    max-width:1900px !important;
    }*/

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;
}

.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;
   font-family: 'Playfair', serif;
font-size: 30px;
font-style: normal;
font-weight: 400;
line-height: 50px;
letter-spacing: 1.5px;
text-transform: uppercase;
color: #FFF;
}
.blog-widget .widget-title a{
    color: #FFF;
}
.blog-widget:hover .widget-title a{
    color: #E3890E;
}
.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:  #E3890E;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
    z-index: 2;
}

/*******TAGS********/
.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;
font-family: 'Playfair', serif;
font-size: 30px;
font-style: normal;
font-weight: 400;
line-height: 50px;
letter-spacing: 1.5px;
text-transform: uppercase;
color: #FFF;
}
.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:  #E3890E;
    -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:#E3890E;
    margin-right: 5px;
    width: 18px;
    height: 18px;
}
.author_name{
    font-weight:500;
    text-transform:unset;
    color: #FFFFFF;
}
.widget-category svg{
    fill:#F1AD3D;
    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;
}
/*blog*/

/*lead-magnet*/
.home-lead-magnet .email_wrap,
.home-lead-magnet .first_name_wrap,
.mn-newsletter-form .email_wrap,
.mn-newsletter-form .first_name_wrap {
    width: 340px !important;
    position: relative;
}
.horizontal-form .ww-form-container input[type="email"] {
    margin-right: 5%;
    width: 95% !important;
}
.home-lead-magnet label {
    display: none;
}

.home-lead-magnet #Submit,
.mn-newsletter-form #subscribe {
    margin: 0;
}
.home-lead-magnet .submit_wrap {
    padding-top: 0 !important;
}

.home-lead-magnet #first_name,
.home-lead-magnet #email,
.mn-newsletter-form #first_name,
.mn-newsletter-form #email {
   margin-bottom: 0px !important;
    height: 42px;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 1px solid #FFFFFF;
    border-radius: 0;
    padding-left: 23px;
    font-weight: 300 !important;
    background: transparent;
}
.home-lead-magnet #first_name::placeholder,
.home-lead-magnet #email::placeholder,
.mn-newsletter-form #first_name::placeholder,
.mn-newsletter-form #email::placeholder {
    font-family: 'Playfair', serif;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 24px;
text-transform: capitalize;
color: rgba(255, 255, 255, 0.50);
}

.home-lead-magnet form {
    box-shadow: none !important;
}
.home-lead-magnet {
    background-color:#262626 !important;
    text-align: center;
    padding:32px 0 !important
}
.mn-newsletter-form form {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.lead-magnet-heading{
    font-size:30px;
    line-height:40px;
    margin: 0 auto 15px;
    }
.lead-magnet-text {
    font-size:16px;
    line-height:1.3;
    margin-bottom:15px;
    }
.lead-magnet-bottom-text {
    font-size:16px;
    line-height:1.3;
    margin-bottom:20px;
    }
.horizontal-form.type-form .error {
    position: absolute;
    left: 23px;
    bottom: -15px;
}
 /*lead-magnet*/
 /*custom-work*/
.horizontal-form.type-form {
    padding: 60px 0;
    text-align: center;
    color:#fff;
}
.horizontal-form.type-form .first_name_wrap input, 
.horizontal-form.type-form .email_wrap input {
    min-height: 42px;
}
.horizontal-form .ww-form-container input[type="text"]{
    width: 93% !important;
    }
    
.horizontal-form .ww-form-container input[type="text"]::placeholder {
    font-family: 'Playfair', serif;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 24px;
text-transform: capitalize;
color: rgba(255, 255, 255, 0.50);
}
.horizontal-form.type-form label{
display:none;
}
.horizontal-form.type-form .width-25 {
    position: relative;
    width: 39% !important;
}
.horizontal-form.type-form .error {
  position: absolute;
  left: 10px;
  bottom: -15px;
}
.lead-magnet-horizontal-form {
  padding: 25px 0 !important;
}

.lead-magnet-horizontal-form .ww-form-container form fieldset > div {
  width: auto;
}
.lead-magnet-horizontal-form  .ww-form-container form fieldset {
  border: none;
}
.lead-magnet-horizontal-form  .ww-form-container form fieldset #first_name ,
.lead-magnet-horizontal-form  .ww-form-container form fieldset #email {
  margin-bottom: 1rem !important;
  border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 1px solid #FFFFFF;
    border-radius: 0;
    padding-left: 23px;
    font-weight: 300 !important;
    background: transparent;
}
#status-msg {
  display: none !important;
}

/*custom-work*/

figure.imgbox-desk {
    position: relative;
}
figure.imgbox-desk img {
    width: 100%;
}
figure.imgbox-desk figcaption {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
figure.imgbox-desk .inner-content {
    max-width: 500px;
}
figure.imgbox-desk .inner-content-home {
    max-width: 1200px;
}
.main-banner-section .display.right{
    margin: 0;
}
.dropdown.menu > li.opens-left > .is-dropdown-submenu li:first-child {
    display: none !important;
}
 .contact-section .ww-form-container input[type="tel"]{
    height: 40px;
}
.contact-section .iti {
    position: relative;
    display: block;
}
.contact-section .ww-form-container .button {
    width: 100%;
}
.contact-section .ww-form-container form, .map-sec {
   border:1px solid #FFFFFF;
    padding: 20px 20px;
}
.map {
    padding: 10px;
border: 1px solid #FFFFFF;
    height: 651px;
}
@media screen and (max-width: 768px){
.mp-pd {
    padding: 2rem!important;
}}
.contact-section .ww-form-container form fieldset {
    border: none !important;
}
.contact-section .ww-form-contact {
    border: 2px solid #ccc !important;
    margin: 0px !important;
    text-align: left;
}

.contact-section .form-width-mb {
    width: 100% !important;
}
@media only screen and (min-width: 769px){
.contact-section .large-6 {
    width: 50%;
}}
.contact-section .ww-form-container form fieldset>div {
    width: 100% !important;
    margin: 0 auto;
    padding: 0.1em 0;
    position: relative;
}
.contact-section .ww-form-container input[type="text"], .ww-form-container input[type="password"], .ww-form-container input[type="tel"], .ww-form-container select, .ww-form-container textarea {
    margin: 0 0 0.5em 0;
    box-shadow: none;
    font-size: .9em;
    margin-bottom: 0.3em;
    height: 2.5em;
    width: 100% !important;
}
.contact-section .mp-pd {
    padding-left: 63px;
}
.is-wrapper .is-header, .is-header {
    border-bottom: 1px solid transparent;
}
.is-wrapper>div {
    background-color:transparent;
}
.is-wrapper .is-box .is-container {
    margin-top: 80px;
    margin-bottom: 80px;
}
/*For banner*/

.banner-main-heading {
font-family: 'Playfair', serif;
font-size: 40px;
font-style: normal;
font-weight: 400;
line-height: 45px;
letter-spacing: 2px;
text-transform: uppercase;
color: #FFF;
}
.banner-sub-heading{
font-family: 'Playfair', serif;
font-size: 20px;
font-style: normal;
font-weight: 600;
line-height: 30px;
letter-spacing: 0.6px;
color: #FFF;
text-transform: none;
}
.banner-text{
font-family: 'Playfair', serif;
font-size: 18px;
font-style: normal;
font-weight: 500;
line-height: 26px;
letter-spacing: 0.32px;
color: #FFF;
}
.banner-btn {
    display: inline-block;
    vertical-align: middle;
    margin: 10px 0 1rem 0;
}
/*For section*/

.section-main-heading{
font-family: 'Playfair', serif;
font-size: 30px;
font-style: normal;
font-weight: 400;
line-height: 42px;
letter-spacing: 1.5px;
text-transform: uppercase;
color: #FFF;
}
h3.normal-text{
font-family: 'Playfair', serif;
font-size: 24px;
font-style: normal;
font-weight: 600;
line-height: 30px;
letter-spacing: 0.6px;
color: #FFF;
}
.normal-text{
font-family: 'Playfair', serif;
font-size: 18px;
font-style: normal;
font-weight: 500;
line-height: 26px;
letter-spacing: 0.32px;
color: #FFF;
text-transform:none;
}

.cta-link{
color: #E3890E;
font-weight: 700;
}
.cta-link:hover{
font-weight: 700;
color: #DFC373;
text-decoration:underline;
}

/*For lead Magnet*/
.lead-magnet-form-heading{
font-family: 'Playfair', serif;
font-size: 30px;
font-style: normal;
font-weight: 400;
line-height: 42px;
letter-spacing: 1.5px;
text-transform: uppercase;
color: #FFF;
}

.lead-magnet-form-text{
font-family: 'Playfair', serif;
font-size: 18px;
font-style: normal;
font-weight: 500;
line-height: 26px;
letter-spacing: 0.32px;
color: #FFF;
}

.banner-btn{
font-family: 'Playfair', serif;
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: 24px;
text-transform: uppercase;
color: #000 !important;
text-align: center;
padding: 10px 25px;
background: #E3890E;
}
.banner-btn:hover{
font-family: 'Playfair', serif;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 24px;
text-transform: uppercase;
color: #000  !important;
text-align: center;
padding: 10px 25px;
background: #DFC373;
}
.button{
font-family: 'Playfair', serif;
font-size: 16px !important;
font-style: normal;
font-weight: 700;
line-height: 24px;
text-transform: uppercase;
color: #000;
text-align: center;
padding: 10px 25px;
background: #E3890E;
transition: none;
    box-shadow: none;
    opacity: 1;
}

.button:hover{
font-family: 'Playfair', serif;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 24px;
text-transform: uppercase;
color: #000;
text-align: center;
padding: 10px 25px;
background: #DFC373;
transition: none;
    box-shadow: none;
    opacity: 1;
}
.to-btn-marg {
    margin: 16px 0 1rem 0;
}
.qoute-test-bg {
    background-image: url("https://s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/26169/theme/43623/img/Testimonial Bg.webp") !important;
        background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center center !important;
}
.text-comb-pad {
    padding: 45px 19px 45px 24px;
}
hr.for-common-hr {
    border-bottom: 2px solid #DFC372;
    margin: 12px auto;
}
.common-bg-fr-all{
    background: #262626 !important;
    }
    .text-full-pad {
    padding: 30px 138px;
}
.last-comn-bg{
    background:#E3890E !important;
    }
    .is-boxes.to-new-lw-height {
    min-height: 0px !important;
}
.is-container.is-content-1200.container.ct-margin {
    margin-top: 40px;
    margin-bottom: 40px;
}
.is-container.is-content-1200.container.new-bt-marg {
    margin-top: 80px;
    margin-bottom: 20px;
}
.is-container.is-content-1200.container.new-tp-marg {
    margin-top: 20px;
    margin-bottom: 80px;
}
.review-txt-neo {
    padding: 20px 159px;
}
.sa-ul li div img {
    padding: 10px 12px;
}
.sa-ul li {
    margin-bottom: 20px;
}
.sa-ul li div {
    display: flex;
    align-items: center;
    background-color: #000;
}
.outline-contact {
    margin-bottom: 0px !important;
box-shadow: 0 1px 3px rgba(255,255,255,1), 0 1px 10px rgba(255,255,255,1);
    height: 100%;
    padding: 20px;
    width: 100%;
}
.intl-tel-input .selected-flag .iti-arrow {
    border-top: 4px solid #FFF;
}
#mob_phone_phone_number_tel {
    border: 1px solid #FFF !important;
}
input#mob_phone_phone_number_tel::placeholder {
    font-family: 'Playfair', serif;
    color: rgba(255, 255, 255, 1);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.fa-phone:before {
    color: #E3890E;
}
.review-section-main h1{
font-family: 'Playfair', serif;
font-size: 40px;
font-style: normal;
font-weight: 400;
line-height: 55px;
letter-spacing: 2px;
text-transform: uppercase;
color: #FFF;
}
.review-section-main h2{
font-family: 'Playfair', serif;
font-size: 30px;
font-style: normal;
font-weight: 400;
line-height: 50px;
letter-spacing: 1.5px;
text-transform: uppercase;
color: #FFF;
}
.review-section-main h3{
font-family: 'Playfair', serif;
font-size: 20px;
font-style: normal;
font-weight: 600;
line-height: 30px;
letter-spacing: 0.6px;
color: #FFF;
}
.review-section-main p {
font-family: 'Playfair', serif;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 26px;
letter-spacing: 0.32px;
color: #FFF;
}
header .menu .button{
font-family: 'Playfair', serif;
font-size: 18px !important;
font-style: normal;
font-weight: 700;
line-height: 24px;
text-transform: uppercase;
color: #000;
text-align: center;
padding: 10px 25px;
background: #E3890E;
transition: none;
    box-shadow: none;
    opacity: 1;
}
header .menu .button:hover{
font-family: 'Playfair', serif;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 24px;
text-transform: uppercase;
color: #000;
text-align: center;
padding: 10px 25px;
background: #DFC373;
transition: none;
    box-shadow: none;
    opacity: 1;
}
.fa-bars:before {
    color: #E3890E;
}
.sidenav-container {
    background-color: transparent;
    }
    .is-header .stick .custom-grid-container {
    padding-left: 0px;
    padding-right: 0px;
}
.is-wrapper .is-header,
.is-header .is-content-1200 {
    max-width: 100% !important;
}
 header .dropdown.menu li ul.submenu {
    width: 250px !important;
    text-align: left;
    left: 15px !important;
}
ul#mainNav {
font-family: 'Playfair', serif;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 26px;
letter-spacing: 0.32px;
}
header .sticky-bg-color.stick {
Z-index  : 99;
}
header .is-stuck .logo-container ,
header .is-stuck .btn-spl-area{
    display:none;
    }
header .is-stuck .menu-spl-area{
    width:100%;
    }
header .is-stuck .menu-spl-area .menu{
        justify-content: center !important;
    }
    header .is-stuck .new-header-5.logo-section {
    min-height: 0px;
}
header .is-stuck .new-header-5 .low-hed-pad {
    padding-top: 0px;
    padding-bottom: 8px;
}
.horizontal-form .ww-form-container input[type="submit"] {
    margin-top: 0px !important;
}
.new-header ul.dropdown.menu > li.active > a:not(.button) span, .new-header ul.dropdown.menu > li:hover > a:not(.button) span {
    padding-bottom: 13px;
        border-bottom: 1px solid #DFC373;
            color: #DFC373;
}
header .dropdown.menu li ul.submenu li a:not(.button) {
    color: #FFFFFF;
    background: #000000;
}
header .dropdown.menu li ul.submenu li a:not(.button):hover, header .dropdown.menu li ul.submenu li.active a:not(.button) {
    color: #FFFFFF;
    background: #DFC373;
}
header .dropdown.menu > li.is-dropdown-submenu-parent.active > a::after, header .dropdown.menu > li.is-dropdown-submenu-parent > a:hover::after {
    border-color: #E3890E transparent transparent;
}
header .dropdown.menu > li.is-dropdown-submenu-parent > a::after{
    border-color: #E3890E transparent transparent;
    }
    aside.sidenav .menu.accordion-menu .active > a {
    background: #DFC373;
    color: #FFFFFF;
}
aside.sidenav .menu.accordion-menu li a {
    background: #000;
    color: #FFFFFF;
}
aside#sidenav ul {
    font-family: 'Playfair', serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0.32px;
}
.user-logged-in footer {
    margin-top: 0px;
}
hr.foot-n-hr {
    margin: 5px auto 11px auto;
    border-bottom: 1px solid #FFFFFF;
}
ul.no-bullet.normal-text.contact-icons li a img {
    padding: 5px 8px;
}
a.to-hold-icon {
    padding: 10px 8px;
}
footer .border-bottom, footer hr {
    border-bottom: 1px solid rgba(255,255,255,0.5);
}
ul.arrow-list li {
    margin-left: 0px;
    margin-bottom: 9px;
    list-style-position: outside;
    position: relative;
    padding-left: 26px;
}

ul.arrow-list li::before {
    content: url("https://s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/26169/theme/43623/img/Bullet Point.webp");
    vertical-align: middle;
    padding-right: 5px;
    position: absolute;
    left: 0px;
    top: 1px;
}
.is-section.is-box.common-bg-fr-all.lead-to-margin p.normal-text {
    margin: 0;
}
    .testimonial-fl-bg{
    background: url("https://s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/26169/theme/43623/img/TEstimonial Bg benefit 2.webp") !important;
   background-repeat: no-repeat !important;
   background-size: cover !important;
   background-position: center center !important;
    }
    .news-letter-bg{
    background: url("https://s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/26169/theme/43623/img/Newsletter Bg.webp") !important;
   background-repeat: no-repeat !important;
   background-size: cover !important;
   background-position: center center !important;
    }
@media screen and (max-width: 1023.5px) {
figure.imgbox-mob figcaption {
    text-align: center;
    padding: 30px 15px;
    height: 100%;
    width: 100%;
}
.home-lead-magnet #first_name, .home-lead-magnet #email, .mn-newsletter-form #first_name, .mn-newsletter-form #email {
    margin-bottom: 16px !important;
}
.testimonial-fl-bg{
    background: url("https://s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/26169/theme/43623/img/TEstimonial Bg benefit 2 Mob.webp") !important;
        background-repeat: no-repeat !important;
   background-size: cover !important;
   background-position: center center !important;}
   .news-letter-bg{
    background: url("https://s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/26169/theme/43623/img/Newsletter Bg Mob.webp") !important;
        background-repeat: no-repeat !important;
   background-size: cover !important;
   background-position: center center !important;}
   .outline-contact {
    height: auto !important;
    width: auto !important;
}
.qoute-test-bg {
    background-image: url("https://s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/26169/theme/43623/img/TEstimonial Bg benefit 2 Mob.webp") !important;
        background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center center !important;
}
.horizontal-form.type-form.home-lead-magnet .width-25 {
    position: relative;
    width: 100% !important;
}
 .horizontal-form.type-form .width-25 {
    position: relative;
    width: 100% !important;
}
 .inner-banner.blog-banner{
    position: relative;
    left: 0;
    top: 0;
    transform: none;
    width: 100%;
    padding: 30px 15px;
    text-align:center;
}
.new-header-5 .mobile-contact-number-section,
    .new-header-5 .mobile-contact-button-section{
        border-top: 1px solid rgba(255,255,255,0.5);
        padding: 5px 0px;
    }
    header .sticky-bg-color.stick {
    position: static;
}
.horizontal-form .ww-form-container input[type="email"] {
    width: 100% !important;
}
.is-section.is-box.last-comn-bg.to-rm-min {
    min-height: 0px;
}
.horizontal-form .ww-form-container input[type="text"] {
    width: 100% !important;
}
hr.foot-n-hr {
    width: 270px;
}
footer .media-section {
    padding-bottom: 2rem;
    margin-bottom: 2rem;
}
    .contact-icons .line1 {
    display: block;
}
ul.no-bullet.normal-text.contact-icons li a img {
    padding: 10px;
}
footer .border-bottom-small {
     border-bottom: 1px solid rgba(255,255,255,0.5);
}
.text-full-pad {
    padding: 33px 10px;
}
.text-comb-pad {
    padding: 45px 43px 57px 43px;
}
.review-txt-neo {
    padding: 36px 56px;
}
.grid-x.ct-pad-n.padding-top-1 {
    padding-top: 0 !important;
}
}
@media screen and (min-width:1024px) and (max-width:1130px){
    .new-header-5 .dropdown.menu > li > a {
    padding: 0.7rem 0 0.7rem 0.7rem;
}
.text-comb-pad {
    padding: 15px 59px 13px 21px;
}
.text-full-pad {
    padding: 22px 138px;
}
.review-txt-neo {
    padding: 10px 159px;
}
    }
    .ps-registration-form-wrap li {
    display: flex;
}
@media screen and (max-width:768px){
  .ps-login-page  .grid-x.grid-padding-x.padding-3 {
    width: 100% !important;}}
    @media screen and (max-width:400px){
  .ps-login-page  .grid-x.grid-padding-x.padding-3 {
    width: 100% !important;
    padding:32px !important;
    }
    }
    .iti__country-list {
    background-color: #000 !important;
}
.iti__dial-code {
    color: #FFF !important;
}
.iti__arrow.iti__arrow--up {
    border-top: none !important;
    border-bottom: 4px solid #FFF !important;
}
.iti__arrow {
    margin-left: 6px;
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 4px solid #FFF !important;
}
header a{
 font-size:20px !important;   
}
footer a{
 font-size:20px !important;   
}
@media screen and (min-width:1024px) and (max-width:1130px){
    header a{
 font-size:18px !important;   
}
footer a{
 font-size:18px !important;   
}

}
.review-txt-neo p {
    color: #000 !important;
}

.last-comn-bg p {
    color: #000 !important;
}

.qoute-test-bg h3 {
    color: #000 !important;
}
.testimonial-fl-bg  h3 {
    color: #000 !important;
}

.abt-txxxt h2 {
    font-size: 35px;
}

.abt-txxxt p {
    font-size: 20px;
}