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


h1, .h1 {
    font-size: 50px;
    line-height: 64px; 
}

h2, .h2 {
  font-size: 40px;
  line-height: 56px;
}

h3, .h3 {
  font-size: 30px;
  line-height: 40px;
}

h4, .h4 {
  font-size: 22px;
  line-height: 32px;
}

h5, .h5 {
  font-size: 22px;
  line-height: 32px;
}

h6, .h6 {
  font-size: 18px;
  line-height: 24px;
}

[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: 30px;
    
}

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


.is-btn, .btn{
    border-radius: 30px !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: 'Racing Sans One', sans-serif;
}

/* || HEADER || */
.is-wrapper .is-header, .is-header {
    background-color: #FFFFFF;
    color:#000000;
    border-bottom:1px solid #D2D2D2;
    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;
}

header .is-stuck{
    background: #FFFFFF;
    border-bottom: 1px solid #e6e6e6;
    box-shadow: 0 4px 12px 0 #e6e6e6;
}

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

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

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

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

header button,
header .button,
header button:hover,
header button:focus,
header .button:hover,
header .button:focus {
     background:#ED1C24;
     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: #003347;
    font-size: 44px;
    font-family: 'Raleway', sans-serif;
}

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

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

.step.social-icon {
    height:35px;
    width:35px;
    fill:#FFFFFF;
}

.footer2 .step.social-icon,
.new-footer-1 .step.social-icon,
.new-footer-2 .step.social-icon,
.new-footer-3 .step.social-icon,
.new-footer-4 .step.social-icon{
    height: 40px;
    width: 40px;
}

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

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

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

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


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:#000000
}

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

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

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

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

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

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

/* || MENU || */
header .main-navigation-background {
    background:#FFFFFF;
}

header .dropdown.menu li a:not(.button) {
    width: 100%;
}

header ul.dropdown.menu li a:not(.button) {
     color: #000000;
}

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: #ED1C24;
    background-color: transparent;
}

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

header .dropdown.menu li ul.submenu li a:not(.button) {
    color: #000000;
}

header .dropdown.menu li ul.submenu li a:not(.button):hover,
header .dropdown.menu li ul.submenu li.active a:not(.button) {
    color: #ED1C24;
}

header .dropdown.menu li ul.submenu li.is-active > a  {
    background:transparent;
}

header .dropdown.menu > li.is-active > a {
    color: #000000;
    background:transparent;
}

header .dropdown.menu > li.is-dropdown-submenu-parent > a::after {
    border-color: #000000 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: #ED1C24 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 transparent 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 transparent;
}

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

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

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

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

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

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

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

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

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

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

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

.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: #ED1C24;
    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:8px;
    color:#ED1C24;
    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 #D2D2D2;
    margin-top: 10px;
    padding-top: 5px;
}

.new-header-9 .sidenav-bar {
    right: 20px;
    top: 20%;
}

/* New headers CSS END */

/* container css overridden */
.is-wrapper .is-box .is-container {
    margin-top: 50px;
    margin-bottom: 50px;
}

/* 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 #CCCCCC;
    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 #CCCCCC;
    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("//d14ty28lkqz1hw.cloudfront.net/data/org/28160/theme/45985/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;
}

.light-bg-section h3 {
    color:#000000;
    font-weight:500;
}

.text-primary {
     color:#ED1C24;
}

strong, b {
    font-weight: bolder;
}

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

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

.is-section-guide {
    background:#FFFFFF;
}

.is-section-guide h2 {
    color:#000000;
}

.is-section-guide p.lead {
    color:#000000;
}
.is-section-guide a.button {
    background:#000000;
    color:#FFFFFF;
}

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

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

.slick-dots li {
    border: 1px solid #ED1C24;
}

.slick-dots li.slick-active, .slick-dots li:hover {
    background: #ED1C24;
}


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

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

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

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


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

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



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

aside.sidenav .is-accordion-submenu {
    margin-left: 0;
}

aside.sidenav .menu.accordion-menu li {
    border-bottom: 1px solid #000000;
}

aside.sidenav .menu.accordion-menu li:last-child {
    border-bottom: 0px solid;
}

aside.sidenav .menu.accordion-menu li a {
    background:#FFFFFF;
    color: #000000;
}

aside.sidenav .menu.accordion-menu .active > a {
    background:transparent;
    color: #ED1C24;
}

aside.sidenav .menu.accordion-menu li.has-submenu a::after {
    border-color: #000000 transparent transparent !important;
}

aside.sidenav .menu.accordion-menu > li.has-submenu.active > a::after {
    border-color: #ED1C24 transparent transparent !important;
}

@media screen and (max-width: 63.9375em) {
    h1 {
        font-size: 34px;
        line-height: 40px;
    }

    h2 {
        font-size: 30px;
        line-height: 40px;
    }

    h3 {
        font-size: 28px;
        line-height: 32px;
    }

    h4 {
        font-size: 20px;
        line-height: 32px;
    }

    h5 {
        font-size: 20px;
        line-height: 32px;
    }

    h6 {
        font-size: 18px;
        line-height: 24px;
    }

  .is-static.is-footer {
      min-height: 0;
  }
  
  footer .border-bottom-small {
      border-bottom:1px solid #CCCCCC;
    }
    
    footer .border-top-small {
      border-top:1px solid #CCCCCC;
    }

    header .border-top-small  {
        border-top:1px solid #D2D2D2;
    }
    
    .step.social-icon {
        height:35px;
        width:35px;
    }
    
    /* 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 #D2D2D2;
        border-bottom:1px solid #D2D2D2;
        line-height: 60px;
    }
    
    header .mobile-head-border-section .mobile-border-right {
        border-right:1px solid #D2D2D2;
    }
    
    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 #D2D2D2;
    }
    
     .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 #D2D2D2;
        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 #CCCCCC;
        }
       
        
    /* 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: '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;
}

a.button,
span.button,
input.button,
input#Submit,
.gen-form #Submit,
#newsletter-form #Submit,
.button{
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px !important;
    padding: 10px 20px !important;
    line-height: 35px !important;
    letter-spacing: 0.1em;
    background: #ED1C24;
    color:#FFF !important;
    text-transform: uppercase;
    opacity:1 !important;
    
    border-radius: 30px;
    
    width: auto !important;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
        border: 0 !important;
        border:1px solid #ED1C24 !important;
}

a.button:hover,
span.button:hover,
input.button:hover,
input#Submit:hover,
.gen-form #Submit:hover,
#newsletter-form #Submit:hover,
.button:hover{
    background: #FFF !important;
    color: #ED1C24 !important;
        border:1px solid #ED1C24 !important;
}

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

.cta-link:hover{
     color:#ED1C24;
     font-weight: 700;
    text-decoration: none;
}

p,
ul li, ol li{
    font-family: 'Roboto', sans-serif;
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 26px;
letter-spacing: 0.02em;
color: #000000;
}
.section-main-heading, .new-blog-template .blog-widget .widget-title a, .new-blog-template .blog-widget .widget-title{
    font-family: 'Racing Sans One', sans-serif;
font-style: normal;
font-weight: 400;
font-size: 40px;
line-height: 50px;
letter-spacing: 0.01em;
color: #000000;
text-transform: uppercase;
}

.banner-main-heading{
font-family: 'Racing Sans One', sans-serif;
font-style: normal;
font-weight: 400;
font-size: 40px;
line-height: 50px;
letter-spacing: 0.01em;
color: #FFF;
text-transform: uppercase;
}

.section-sub-heading{
   font-family: 'Roboto', sans-serif;
font-style: normal;
font-weight: 600;
font-size: 25px;
line-height: 30px;
letter-spacing: 0.02em;
color: #000000;
}
.banner-text{
    color:#FFF;
    }
.banner-sub-heading {
   font-family: 'Roboto', sans-serif;
font-style: normal;
font-weight: 600;
font-size: 25px;
line-height: 30px;
letter-spacing: 0.02em;
color: #000000;
}
.is-bg-grey{
    background:#F4F4F4 !important;
    }
hr.margin-top-3.margin-bottom-3.border-bottom-0 {
    border-color: #FFF;
}
.border.rounded {
    border: 1px solid #DADADA;
    border-radius:20px !important;
}
#lead-magnet-form .button {
margin-bottom: 50px !important;
}
#status-msg p {
    color: #000;
    font-weight: bold;
}
ul.accordion .accordion-title:hover, ul.accordion li.accordion-item.is-active .accordion-title {
        background: #000 !important;
    color: #FFF !important;
}
ul.lab-ul {
    fill: #ED1C24;
}
.new-blog-template .blog-widget .widget-title::after, .new-blog-template .blog-sidebar-widget .blog-sidebar-h2::after{
    background:#ED1C24;
    }
    .new-blog-template .ps-blog-recent-posts li a::before {
    background: #ED1C24;
    }
    .light-bg{
        background:#F4F4F4 !important;
        }
        .accordion-title{
            border: 0 !important;
            }
            ul.accordion li.accordion-item {
    margin: 0 0 10px;
}
ul.accordion .accordion-title::before {
    right: 1.5rem !important;
}
        ul.accordion .accordion-content {
    border: 0 !important;
    border-radius: 0px !important;
    margin: 10px 0 0;
}
.accordion-content {
    background-color: #F4F4F4;
}
ul.accordion li a {
    font-weight: 700;
}
.is-wrapper .is-box .is-container.new-margin {
    margin-top: 50px;
    margin-bottom: 90px;
}
.btn-comb {
    background: #F3F3F3;
    padding: 20px 20px 32px 20px;
}
.btn-comb {
    position: relative;
}
.btn-abs {
    position: absolute;
    left: 0;
    right: 0;
}
/********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;
}
footer i.fab {
    font-size: 40px;
    color:#ED1C24;
}


.contact-icon {
    border-top: 3px dashed #ED1C24;
    border-right: 5px dashed #ED1C24;
    border-bottom: 5px solid #ED1C24;
    border-left: 4px solid #ED1C24;
    display: inline-block;
    margin-bottom: 1rem;
    padding: 25px;
    border-radius: 50%;
}

.contact-icon svg {
    fill: #ED1C24;
    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: 0px !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********************/
ul.tab-list.no-bullet {
    display: flex;
    grid-gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

ul.tab-list.no-bullet li {
    padding: 15px 8px;
    background: #f4f4f4;
    text-transform: uppercase;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(33.33% - 10px);
}
header i.fas, header i.fa {
    font-size: 22px;
}
.user-logged-out .inner-content-div {
    max-width: 520px;
    padding: 25px;
    width: 100%;
}
 .ps-login-page .ps-registration-form-wrap ul li {
     display: flex;
     }
     /*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: #FFF;
    margin-top: 0;
     box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.07);
}

.main-navigation.sticky #mainNav {
    justify-content: center;
    padding:16px 0;
}
/*Sticky Header*/
.new-header ul.dropdown.menu > li.active > a:not(.button) span, .new-header ul.dropdown.menu > li:hover > a:not(.button) span {
    color: #ED1C24;
}
.grid-x.grid-padding-x.grid-padding-y.padding-top-0.padding-bottom-0.padding-left-1.padding-right-1.ecommerce-style2.align-justify.align-middle.header8.custom-grid-container {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
ul#mainNav li a, aside ul.vertical.menu.accordion-menu li a {
    text-transform: uppercase;
}
.border-dash {
    border: 2px solid #5CF5D1;
    border-radius: 20px;
    padding: 40px 25px;
    height: 100%;
}
header .dropdown.menu li ul.submenu {
    background: #FFF;
    border: 1px solid #000000;
}
header .dropdown.menu li ul.submenu  li{
    border-bottom: 1px solid #000000;
}
ul.is-dropdown-submenu.menu.level-2.submenu.first-sub {
    width: max-content;
}
ul.is-dropdown-submenu.menu.level-2.submenu.first-sub.vertical li.handle-about-us a {
    display: none;
}
ul.is-dropdown-submenu.menu.level-2.submenu.first-sub li a span {
    border-bottom: 0px;
}
header .dropdown.menu li ul.submenu li a:not(.button):hover, header .dropdown.menu li ul.submenu li.active a:not(.button) {
    color: #FFF;
    background: #ED1C24;
}
.grid-x.custom-grid-container.new-footer-1.align-justify.grid-padding-x.grid-padding-y.margin-bottom-1 {
    padding-top: 32px;
    margin-bottom: 12px !important;
}
.footer-logo img {
    width: 240px;
}
.shop-address i {
    margin-top: 5px;
}
footer i {
    margin-right: 8px;
}
   ul.arrow-list li {
    margin-left: 0px;
    margin-bottom: 9px;
    list-style-position: outside;
    position: relative;
    padding-left: 13px;
        list-style:none;
}
ul.arrow-list li::before {
    content: url("https://s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/28160/theme/45985/img/bullet.webp");
    vertical-align: middle;
    padding-right: 5px;
    position: absolute;
    left: -16px;
    top: 2px;
}
li.banner-first {
    position: relative;
}
li.banner-sec {
    position: relative;
}
li.banner-last {
    position: relative;
}
.is-section.is-box.main-banner-sec .slick-dots {
    display: none !important;
}
ul#hbanner {
    margin: 0 !important;
}
/**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: #ED1C24;
}

.dark-dots .slick-dots li {
    background: #FFF;
}
/**testimonial-section**/
span.testimonial-writters-name {
    font-weight: 700;
}

.positive-feedback-services h1 {
    color: #000;
}
.user-logged-out .pos-ab-ban.hm {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    margin: 0 auto !important;
}
p.section-text-heading.text-tranform-none {
    text-transform: none;
}
span.button.hover-none:hover {
    background: #ED1C24 !important;
    color: #FFF !important;
    box-shadow:none;
}
span.button.hover-none {
    cursor: default;
}
.logo-serv-slider .slick-dots {
    bottom: -60px;
    }
    .pos-img {
    position: relative;
    margin: 16px;
}
ul.menu.vertical.nested.submenu li a, ul.is-dropdown-submenu.menu.level-2.submenu.first-sub li a {
    line-height: 22px;
}

.color-white{
    color:#FFF !important;
    }
    .is-footer .is-boxes {
    min-height: 0px;
}
footer .fa, footer .fas {
    color: #ED1C24;
}
.contact-address.timing {
    display: flex;
    justify-content: center;
    align-items: baseline;
}
a {
    cursor: pointer !important;
}
     @media screen and (min-width:1024px) and (max-width:1200px){
         p.normal-text.email {
    font-size: 14px;
}
ul.menu.justify-small-center.contact-section li {
    font-size: 15px;
}
.padding-top-3.margin-top-3.mob-zero-bed {
    padding-top: 0px !important;
    margin-top: 0px !important;
}
.banner-main-heading {
    font-size: 38px;
    line-height: 46px;
    }
    .cell.shrink.text-center.logo-container img {
    width: 417px;
}
         }
         
@media screen and (max-width:1023.5px){
.social-media-icons-small li a {
    padding-bottom: 0px;
}
.user-logged-out .pos-ab-ban.hm {
    position: relative;
}

.padding-top-3.margin-top-3.mob-zero-bed {
    padding-top: 0px !important;
    margin-top: 0px !important;
}
ul.no-bullet.menu.size-40.align-center li a {
    padding-bottom: 0;
}
.mobile-contact-buttom-section {
    margin-top: 16px;
    margin-bottom: 16px;
}
.image-part {
    width: 325px;
}
.disp-side {
    display: flex;
    flex-direction:column;
    justify-content: space-between;
    align-items: center;
}
.mob-part {
    display: flex;
    justify-content: center;
    align-items: center;
}
.grid-x.custom-grid-container.new-footer-1.align-justify.grid-padding-x.grid-padding-y.margin-bottom-1 {
    padding-top: 16px;
    margin-bottom: 0px !important;
}
.footer-logo.justify-small-center.text-center {
    padding-bottom: 16px;
}
.mailing-list-button{
    margin-top:0px !important;
    }
.cell.auto.large-4.contact-us-column.small-12 {
    padding-top: 26px;
    padding-bottom: 24px;
}
.banner-main-heading, .banner-sub-heading{
    color:#000;
    }
    .banner-text{
    color:#000;
    }
p.mobile-color-black{
    color:#000;
    }
.user-logged-out .inner-content-div {
    max-width: 100%;
    width: 100%;
    background:none;
        padding: 50px 10px 50px;
}
aside.sidenav .menu.accordion-menu .active > a {
    background: #ED1C24;
    color: #FFF;
}
.mobile-contact-button-section {
    padding-top: 10px;
    padding-bottom: 10px;
}
.btn-comb {
    width: 370px;
    margin-bottom: 30px;
}
 /***blog page***/
     .inner-banner.blog-banner {
        position: relative;
        justify-content: center;
        padding: 50px 13px 10px;
       
    }
    /***blog page***/
    ul.tab-list.no-bullet li {
        width: 100%;
        }
        .ps-login-page .ps-login-form-wrap, .ps-login-page .ps-registration-form-wrap {
    width: 100%;
    text-align: center;
}
 .ps-login-page .ps-login-form-wrap input , .ps-login-page .ps-registration-form-wrap input{
    width: 100% !important;
        margin:0 auto;
        max-width:310px;
    text-align: center;
}
     .ps-login-page .ps-registration-form-wrap ul{
         display: flex;
    justify-content: center;
    flex-wrap: wrap;

         }
    }

@media screen and (max-width:480px){    
    .btn-comb {
    width: -webkit-fill-available;
    margin-bottom: 30px;
}
a.button.service-btn{
    font-size: 11px !important;
    }
a.button.service-btn:hover{
    font-size: 11px !important;
    }
    footer p {
    font-size: 15px;
}
}

p.service-line-text {
    margin-bottom: 0px;
}