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


h1, .h1 {
    font-size: 50px;
    line-height: 64px;
    margin: 0.67em 0; 
}

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: 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: 'Poppins', sans-serif;
}

/* || HEADER || */
.is-wrapper .is-header, .is-header {
    background-color: #F1EBE0;
    color:#171717;
    border-bottom:1px solid #4E2B0B;
    height: auto;
    min-height:0;
}

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

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

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

/* sticky navigation*/
header .with-nav.is-stuck {
    background: #ffffff;
    width:100%;
    position:fixed;
    left:0;
    top:0;
    z-index:99;
    border-bottom: 1px solid #e6e6e6;
    box-shadow: 0 4px 12px 0 #e6e6e6;
    padding: 0 !important;
    margin: 0;
}

header .with-nav.is-stuck ul {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
     padding: 10px 0;
}

header.new-header-8 .with-nav.is-stuck ul {
    -webkit-box-pack: end;
    -webkit-justify-content: end;
    -ms-flex-pack: end;
    justify-content: end;
}

header .with-nav.is-stuck .spacer{
    display:none;
}

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

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

header .icon, 
header i {
    color: #4E2B0B;
}

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

header button,
header .button,
header button:hover,
header button:focus,
header .button:hover,
header .button:focus {
     background:#4E2B0B;
     color:#F1EBE0;
}

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

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

footer .address-container br {
    display:none;
}
footer .menu li a {
    padding: 0.7rem 0.6rem;
}
.step.social-icon {
        height: 45px !important;
    width: 44px !important;
    fill:#E0D3BC!important;
}

.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: #171717
}

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

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

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


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:#4E2B0B
}

.ecommerce-style2 .ps-cart-text-container, .ps-cart-text-container {
    color:#F1EBE0;
    background:#171717;
    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:#4E2B0B;
}

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


.header-search-input{
    padding-right:25px;
    color:#5C666D;
    background:#FFFFFF;
}

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

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

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

header .ps-cart-text-container {
    color:#F1EBE0;
    background:#171717;
    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:#4E2B0B;
}

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

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

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

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: #4E2B0B;
    background-color: #F1EBE0;
}

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

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

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

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

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

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

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
    border-color: transparent #F1EBE0 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 #F1EBE0 transparent transparent;
}

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

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

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

.header-top-bg {
    background:#F1EBE0;
    color: #171717;
}

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

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

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

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

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 #4E2B0B;
    color:#171717;
}

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

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

.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: #4E2B0B;
    color: #F1EBE0;
}

.new-header .button.hollow {
    background:transparent;
    color:#171717;
    border:1px solid #4E2B0B;
}

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

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

.column.full {
    width: 100%;
}

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

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

.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:#4E2B0B;
    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 #4E2B0B;
    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: 20px;
    margin-bottom: 20px;
}

/* New Footer CSS */
.new-footer {
    font-size:1em;
}

.new-footer .menu .active > a {
    background: transparent;
    color:#E0D3BC;
}

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

footer.new-footer a:not(.button):hover, 
footer.new-footer a:not(.button):active, 
footer.new-footer a:not(.button):focus {
    color: #E0D3BC;
}

.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/30141/theme/48077/img/footer_bg.jpg") no-repeat;
    background-position: top;
    background-size: cover;
    margin-top:0;
}

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

.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:#4E2B0B;
    font-weight:500;
}

.text-primary {
     color:#4E2B0B;
}

strong, b {
    font-weight: bolder;
}

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

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

/* New blog page type */
.serv-h2 {
    font-size: 24px;
    line-height: 30px;
    color: #2c2c2c;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
}
p, ul li, .seo-text {
    font-size: 14px;
    line-height: 24px;
     color: #151515;
    font-weight: 600;
     font-family: 'Poppins', sans-serif;
         margin-bottom: 20px;
}
.why-choose-text {
    font-size: 17px;
    line-height: 28px;
    color: #e0d3bc;
    font-weight: 600;
 font-family: 'Poppins', sans-serif;
}
.copyright, .copyright a {
    font-size: 14px;
    line-height: 24px;
    color: #1b1b1b!important;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
}
.banner-main-heading {
    font-size: 38px;
    line-height: 48px;
    color: #f1ebe0;
    font-weight: 700;
        font-family: 'Roboto', sans-serif;
            margin: 0px 0px 15px;
}
.section-main-heading {
    font-size: 36px;
    line-height: 36px;
    color: #151515;
    font-weight: 700;
     font-family: 'Roboto', sans-serif;
         margin: 0px 0px 20px;
}
.banner-sub-heading {
    font-size: 22px;
    line-height: 32px;
    color: #f1ebe0;
    font-weight: 600;
       font-family: 'Poppins', sans-serif;
}
.section-sub-heading {
    font-size: 24px;
    line-height: 34px;
    color: #1d1d1d;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}
.testimonial-p {
    font-size: 18px;
    line-height: 30px;
    color: #e0d3bc;
    font-weight: 600;
       font-family: 'Poppins', sans-serif;
}
.testimonial-name{
    font-size: 18px;
    line-height: 30px;
    color: #e0d3bc;
    font-weight: 700;
       font-family: 'Poppins', sans-serif;
           text-align: right;
}
.article-title, .article-title a {
    font-size: 24px;
    line-height: 28px;
    color: #FFFFFF;
    font-weight: 600;
      font-family: 'Poppins', sans-serif;
}
.article-body.rte h2, .article-body.rte h3, .article-body.rte h4, .article-body.rte h5 {
    font-size: 24px;
    line-height: 28px;
    color: #1d1d1d;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}
.banner-text {
    font-size: 15px;
    line-height: 25px;
    color: #f1ebe0;
    font-weight: 600;
       font-family: 'Poppins', sans-serif;
           margin: 0px 0px 30px;
}
.new-blog-page-type .featured-articles {
    padding: 48px;
    border: 1px solid #4E2B0B;
}

.new-blog-page-type .featured-articles img {
    max-height:215px;
}

.new-blog-page-type .featured-articles h5 {
    font-size: px;
    line-height: 1.5;
    font-weight: 400;
    margin-bottom: 20px;
    color:#000000;
}   

.new-blog-page-type .featured-articles h2 {
    font-size: 30px;
    line-height: 1.5;
    font-weight: 400;
    color:#000000;
}

.new-blog-page-type .featured-articles h2 a{
    color:#000000;
}

.new-blog-page-type .blog-search-button svg {
    fill:#000000;
}

.blog-search-container .blog-search-button:hover {
    box-shadow: none;
}

.new-blog-page-type .featured-articles p {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 400;
}

.new-blog-page-type .blog-articles,
.new-blog-page-type .blog-sidebar {
    margin-top: 80px;
}

.new-blog-page-type .blog-ul {
    display: grid;
    grid-template-columns: 1fr;
    gap: 70px 30px; 
    list-style: none;
    margin-left: 0;
}

.new-blog-page-type .blog-ul h2,
.new-blog-page-type .blog-ul h2 a{
    font-size: px;
    line-height: 1.5;
    font-weight: 600;
}

.new-blog-page-type .blog-ul img,
.featured-articles-slider img {
    margin-bottom:12px;
}

.new-blog-page-type .article-body ,
.new-blog-page-type .article-body p {
    font-size:14px;
    font-weight:600;
}

.new-blog-page-type .blog-read-more {
    font-weight:600;
}

.featured-articles-slider,
.ps-blog-category  {
    list-style: none;
    margin-left:0;
}

.ps-blog-category {
    margin-bottom: 0;
}

.ps-blog-category li {
    display:inline-block;
}

.ps-blog-category li a {
    padding: 8px 24px;
    border: 1px solid #4E2B0B;
    margin-right: 16px;
    display: inline-block;
    font-weight: 600;
    margin-bottom: 16px;
    color:#4E2B0B;
}

.ps-blog-category li.active a,
.ps-blog-category li a:hover{
    border-radius: 0;
    vertical-align: baseline;
    line-height: inherit;
    background:#4E2B0B;
    color:#F1EBE0;
}

.new-blog-page-type .featured-articles-section {
    margin-top:80px;
}

.new-blog-page-type .section-main-heading {
    color:#000000;
}

.articles-filter-container h3 {
    font-size: 22px;
    margin-bottom: 16px;
    font-weight: 600;
    color:#000000;
}

.new-blog-page-type .bx-wrapper .bx-controls-direction {
    text-align:right;
    margin-top: 50px;
}

.new-blog-page-type .bx-wrapper .bx-controls-direction a.disabled {
    opacity: 0.2;
}

.new-blog-page-type .bx-wrapper .bx-controls-direction a {
    position: relative;
    color: inherit;
    top: auto;
    margin-top: 0;
    padding: 0;
    font-size: 16px;
    text-shadow: none;
    margin-left: 20px;
}

.new-blog-page-type .bx-wrapper .bx-controls-direction a i {
    font-weight: 100;
    text-shadow: none;
    font-size: 35px;
    color:#000000;
    border: 1px solid #000000;
    width: 40px;
    height: 40px;
    text-align: center;
    display: inline-block !important;
}

.new-blog-page-type .bx-wrapper .bx-controls-direction a.bx-prev {
    width: 40px;
    height: 40px;
    display: inline-block;
}

.new-blog-page-type .bx-wrapper .bx-controls-direction a.bx-next {
    width: 40px;
    height: 40px;
    display: inline-block;
    right:auto;
}

.new-blog-page-type .article-category {
    margin-bottom: 5px;
}

.new-blog-page-type .article-category span {
    font-size:16px;
    color:#000000;
    font-weight: 600;
}

.blog-search-container #search-input-blog {
    height: 56px;
    border-radius: 10px;
    padding: 8px 16px 8px 44px;
    margin-top: 80px;
    margin-bottom:0;
}

.blog-search-container .blog-search-button {
    position: absolute;
    top: 20px;
    padding: 0;
    left: 16px;
}

.new-blog-page-type .ps-pagination-bar {
    margin-top:50px;
}

.new-blog-page-type .ps-pagination-bar p {
    display:table;
    margin:auto;
}

.new-blog-page-type .ps-pagination-bar span {
    font-size:16px;
    background:transparent;
    border:1px solid;
    font-weight:400;
    margin-left: 5px;
     margin-bottom: 10px;
    display:inline-block;
}

.new-blog-page-type .ps-pagination-bar span a {
    display:block;
    padding: 12px;
}

.new-blog-page-type .ps-pagination-bar span.current {
    padding: 12px;
}

.new-blog-page-type .ps-pagination-bar span.current,
.new-blog-page-type .ps-pagination-bar span.next,
.new-blog-page-type .ps-pagination-bar span.prev {
    border:1px solid #4E2B0B;
    font-weight:600;
    background:transparent;
}

.new-blog-page-type .article-title {
    margin-top:10px;
    margin-bottom: 16px;
}

.new-blog-page-type .blog-author ul {
    list-style:none;
    margin-left:0;
}

.new-blog-page-type.article-page-type .article-body {
    margin-top:70px;
}

.new-blog-page-type .ps-blog-recent-posts {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-left: 0;
}

.new-blog-page-type  .recent-posts-text {
    font-weight:600;
}

.new-blog-page-type .blog-sidebar-widget .ps-article-img img {
    margin-bottom:10px;
}

.new-blog-page-type h1,
.new-blog-page-type h2,
.new-blog-page-type h3,
.new-blog-page-type h4 {
    line-height:1.5;
}
/****ham menu start*****/
.navigation .nav-right.visible-xs {
    margin-top: 0;
    border-radius: 50px;
}

.navigation .button-nav .bar {
    background: #000;
    height: 4px;
    width: 39px;
}

.nav-right.visible-xs {
    position: fixed !important;
    top: 72px !important;
    right: 112px !important;
    background: transparent;
    padding: 13px 11px 7px;
}

.ham-menu {
    background: transparent;
    padding: 0;
    height: 64px;
    cursor: pointer;
}

.offcanvas-full-screen {
    position: fixed;
    z-index: 1;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: rgba(78, 43, 11, 0.8);
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    overflow-y: auto;
    overflow-x: hidden;
}

[data-whatinput='mouse'] .offcanvas-full-screen {
    outline: 0;
}

.offcanvas-full-screen.is-transition-overlap {
    z-index: 10;
}

.offcanvas-full-screen.is-transition-overlap.is-open {
    box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
}

.offcanvas-full-screen.is-open {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

.offcanvas-full-screen.is-open~.off-canvas-content {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
}

.offcanvas-full-screen.is-transition-push::after {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 1px;
    box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
    content: " ";
}

.offcanvas-full-screen.is-transition-overlap.is-open~.off-canvas-content {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.offcanvas-full-screen-inner {
    padding: 1rem;
    text-align: center;
}

.offcanvas-full-screen-menu {
    margin: 0;
    list-style-type: none;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.offcanvas-full-screen-menu>li {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

[data-whatinput='mouse'] .offcanvas-full-screen-menu>li {
    outline: 0;
}

.offcanvas-full-screen-menu>li>a {
    display: block;
    padding: 0.7rem 1rem;
    line-height: 1;
}

.offcanvas-full-screen-menu input,
.offcanvas-full-screen-menu select,
.offcanvas-full-screen-menu a,
.offcanvas-full-screen-menu button {
    margin-bottom: 0;
}

.offcanvas-full-screen-menu>li {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.offcanvas-full-screen-menu>li>a {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.offcanvas-full-screen-menu a {
    color: #fefefe;
}

.offcanvas-full-screen-menu a:hover {
    color: #b2b2b2;
}

.offcanvas-full-screen-close {
    color: #fefefe;
    font-size: 5rem;
}

.offcanvas-full-screen-close:hover {
    color: #fff;
}

aside#sidenav {
    transform: translateX(0px);
    align-items: center;
    justify-content: center;
    margin-top: 100px;
}

button.offcanvas-full-screen-close {
    right: 20px;
    top: 0;
    position: absolute;
    border-radius: 50% !important;
    padding: 5px 15px;
    cursor: pointer;
    z-index: 9999;
    width: 60px;
    height: 60px;
    padding: 0;
    line-height: 0;
}

.vertical.menu.accordion-menu {
    width: 500px;
}

.offcanvas-full-screen-close:hover {
    border: none !important;
}

.offcanvas-full-screen-close span {
    font-size: 50px;
}

button.menu-icon.dark {
    background: transparent;
}

button.menu-icon.dark:hover {
    border: none !important;
    box-shadow: none;
}

aside.sidenav .menu.accordion-menu li {
    outline: none;
    border-bottom: 1px solid #2A7F4A;
}

.button-box {
    margin-right: 30px;
}

aside#sidenav::-webkit-scrollbar {
    width: 10px;
    background-color: #2A7F4A;
    border: 1px solid #2A7F4A;
}

aside#sidenav::-webkit-scrollbar-thumb {
    width: 5px;
    background-color: #fff;
    border: 2px solid #2A7F4A;
}

aside.sidenav .menu.accordion-menu>li>a {
    font-size: 16px;
    line-height: 24px;
    color: #151515;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}


aside.sidenav .menu.accordion-menu li.active a {
    border-top: 1px solid #fff;
}

.js-off-canvas-overlay.is-overlay-fixed {
    position: fixed;
    z-index: -1;
}

.is-accordion-submenu-parent:not(.has-submenu-toggle)>a::after {
    border-color: #2A7F4A transparent transparent !important;
}

.ham-menu-mobile {
    display: flex;
    align-items: center;
    justify-content: end;
}
.phone-header-text {
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 24px;
    color: #171717;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
}
.header-button {
        margin-right: 5px;
    font-size: 14px !important;
    letter-spacing: 1px;
    line-height: 24px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
        display: inline-block;
        background-color:#4E2B0B;
            color: #F1EBE0!important;
                padding: .7rem 1.6rem;
}
.button, .button.disabled, .button[disabled], .button.disabled:hover, .button[disabled]:hover, .button.disabled:focus, .button[disabled]:focus {
    font-size: 18px !important;
    letter-spacing: 2px;
    line-height: 28px;
    text-transform: uppercase;
    font-weight: 500;
    padding: 28px 40px;
       font-family: 'Roboto', sans-serif;
           margin-bottom: 0px;
}
.button.button-cream {
    background: #e0d3bc;
    color: #4E2B0B;
    padding: 23px 40px;
    font-weight: 600;
       font-family: 'Roboto', sans-serif;
}
.button.light-cream-button {
    background: #f1ebe0;
    color: #151515!important;
    padding: 25px 40px;
    font-weight: 600;
       font-family: 'Roboto', sans-serif;
}
.decrease-button-height{
      padding: 20px 40px!important;
}
.color-white{
 color:#FFFFFF!important;   
}
.color-brown {
    color: #4e2b0b !important;
}
.color-cream {
    color: #e0d3bc !important;
}
.footer-p {
    color: #E0D3BC;
    font-weight: 600;
}
.footer-heading {
    font-size: 15px;
    line-height: 24px;
  color: #E0D3BC;
    font-weight: 700;
       font-family: 'Poppins', sans-serif;
}
footer i.icon {
    color: #E0D3BC;
}
button.ham-menu {
    top: -8px;
    position: relative;
    background:transparent!important;
    box-shadow: 0px 0px 0px;
}
/****ham menu ends*****/
header#header {
    padding: 5px 10px 10px;
}
.user-logged-out .inner-content-div {
    max-width: 550px;
    padding: 20px 15px;
}
.home-section-1 {
    background: #4E2B0B!important;
    padding: 60px 0px!important;
}
.home-sec-1-con {
    background: #f1ebe0;
    text-align: center;
    padding: 55px 30px;
}
.brown-bg {
    background: #2e1906 !important;
}
.brown-bg p, .brown-bg h2, .brown-bg h3, .brown-bg h4, .brown-bg a, .brown-bg li{
    color: #FFFFFF !important;
}
.home-padding-section {
    max-width: 450px;
}
.serv-home-con {
    padding: 40px 0px !important;
}
.why-choose-section {
    background: url(https://s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/30141/theme/48077/img/why%20choose%20us%20d.png) !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    padding: 60px 0px 30px !important;
}
.why-choose-ul {
    margin-bottom: 0px;
}
.why-choose-ul li {
    padding: 0px 5px !important;
    margin-bottom: 0px;
}
.why-choose-individual-con {
    text-align: center;
}
.why-choose-img {
    padding: 0px 0px 15px;
    border-bottom: 1px solid #FFFFFF;
    margin: 0px 20px 20px;
}

.testimonial-box {
    background: #4E2B0B;
    padding: 40px 70px;
    margin-bottom: 25px;
}
.testimonial-img {
    margin-bottom: 30px;
}
.testimonial-img {
    column-gap: 20px;
    margin-bottom: 30px;
    display: flex;
    align-items: flex-end;
    align-content: flex-end;
}
.slick-dots li, .slick-dots li button {
    width: 15px;
    height: 15px;
}
ul.slick-dots {
    text-align: left;
}
.slick-dots li {
    border: none !important;
    background: #ae9c88;
    margin: 0px 30px 0px 0px;
}
.home-testimonial-section {
        padding: 170px 0px !important;
}
.home-blog-section {
    background: #2e1906 !important;
    padding: 70px 0px !important;
}
footer i.icon {
    height: 18px;
    color: #E0D3BC;
    margin-right: 15px;
}
footer p {
    margin-bottom: 4px;
}
.cream-bg {
    background: #F1EBE0!important;
}
.home-testimonial-section.show-for-large {
    background: url(https://s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/30141/theme/48077/img/Bed-Bug-Heaters-Dallas_53.png) !important;
    background-repeat: no-repeat !important;
    background-position-y: center !important;
    background-size: 50% !important;
    background-position-x: right !important;
    
}
.area-tabs {
    display: flex
;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
        margin: 0px;
}
.area-tabs li h2 a {
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: #151515;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    background: #F1EBE0;
    padding: 15px;
}
.area-tabs li {
    width: 23%;
    margin: 0px 10px 10px;
    list-style-type: none;
}
.service-area-sec {
    background: #2e1906 !important;
    text-align: center;
    padding: 30px 0px !important;
}
.service-area-sec p,.service-area-sec h2, .service-area-sec h3{
    color:#FFFFFF!important;
}
span.no-link {
    background: #e0d3bc;
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: #151515;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    padding: 15px;
}
ul.why-choose-tabs li {
    background: #F1EBE0;
    margin-bottom: 0px;
    padding: 20px 15px 20px 50px;
    box-shadow: 0px 0px 10px;
    list-style-type: none;
    background-image: url('data:image/svg+xml,<svg fill="%23000000" width="15px" height="15px" viewBox="0 0 32 32" version="1.1" xmlns="http://www.w3.org/2000/svg"><g id="SVGRepo_bgCarrier" stroke-width="0"></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g><g id="SVGRepo_iconCarrier"><title>tick-checkbox</title><path d="M0 26.016v-20q0-2.496 1.76-4.256t4.256-1.76h20q2.464 0 4.224 1.76t1.76 4.256v20q0 2.496-1.76 4.224t-4.224 1.76h-20q-2.496 0-4.256-1.76t-1.76-4.224zM4 26.016q0 0.832 0.576 1.408t1.44 0.576h20q0.8 0 1.408-0.576t0.576-1.408v-20q0-0.832-0.576-1.408t-1.408-0.608h-20q-0.832 0-1.44 0.608t-0.576 1.408v20zM7.584 16q0-0.832 0.608-1.408t1.408-0.576 1.408 0.576l2.848 2.816 7.072-7.040q0.576-0.608 1.408-0.608t1.408 0.608 0.608 1.408-0.608 1.408l-8.48 8.48q-0.576 0.608-1.408 0.608t-1.408-0.608l-4.256-4.256q-0.608-0.576-0.608-1.408z"></path></g></svg>');
    background-repeat: no-repeat;
    background-position: 15px, 50%;
}
ul.testimonial-slider.inner-testimonials ul.slick-dots {
    text-align: center;
}
ul.list li {
    margin-bottom: 5px;
    list-style-position: outside;
    margin-left: 20px;
}
.inner-serv-page-box {
    background: #e0d3bc;
    padding: 30px;
    height: 100%;
}
.inner-serv-page-box h2, .inner-serv-page-box h3, .inner-serv-page-box h4, .inner-serv-page-box a, .inner-serv-page-box p {
    color: #151515 !important;
}
.dark-cream-bg {
    background: #e0d3bc !important;
    padding: 20px 0px !important;
}
.accordion-content {
    border: none !important;
    background-color: #F1EBE0;
}
table.comparison-table th {
    background: #2e1906;
    color: #FFFFFF;
    border: 1px solid;
    padding: 20px 15px;
    text-transform: uppercase;
}
table.comparison-table td {
    background: #F1EBE0;
    border: 1px solid;
    font-weight: 500;
    padding: 15px;
}
.inner-serv-page-box li {
    color: #151515 !important;
}
ul.ps-blog-category li {
    margin: 0px;
}
.new-blog-page-type .blog-ul {
    gap: 30px 30px;
}
ul.lab-ul {
    font-size: 14px;
    line-height: 24px;
    color: #151515;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 20px;
}
p.contact-icon svg {
    width: 60px !important;
    height: 60px;
    fill:#FFFFFF;
}
.contact-info-new {
    background: #4E2B0B;
    color: #FFFFFF;
}
.contact-info-new h2, .contact-info-new h3, .contact-info-new p, .contact-info-new a{
     color: #FFFFFF!important;
}
[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'], textarea {
    border: none;
}
@media screen and (max-width: 1024px) {
    .area-tabs li {
    width: 22%;
    }
    .home-testimonial-section {
    padding: 80px 0px !important;
}
.header-button {
    padding: .7rem 1.5rem;
}
.banner-main-heading {
    font-size: 30px;
    line-height: 40px;
}
.home-sec-1-con {
    padding: 55px 15px;
}
.section-main-heading {
    font-size: 30px;
    line-height: 30px;
}
.step.social-icon {
    height: 35px !important;
    width: 35px !important;
}
footer p {
    font-size: 12px;
}
footer i.icon {
    margin-right: 10px;
}
.testimonial-box {
    padding: 40px 40px;
}
}
@media screen and (max-width: 1023px) {
    .inner-banner.blog-banner {
    position: relative;
    padding: 20px !important;
    }
      .area-tabs li {
    width: 48%;
    }
    .blog-ul li {
    margin-bottom: 50px;
}
    ul.slick-dots {
    text-align: center;
}
.home-testimonial-section {
    padding: 100px 0px 50px !important;
}
    .home-padding-section {
    max-width: 550px;
    padding: 20px 0px;
}
.why-choose-individual-con {
    max-width: 250px;
    margin: 0px auto 50px;
}
  .user-logged-out .inner-content-div {
    max-width: 100%;
    padding: 20px 20px;
    border-bottom: 2px solid #e0d3bc;
}
.home-sec-1-con {
    margin-bottom: 20px;
}
    .border-right {
    border-right: transparent;
}
header#header {
    padding: 10px 0px 20px;
}
    button.ham-menu {
    top: 45px;
    position: absolute;
    }
    footer i.icon {
    margin-right:20px;
}
    footer p {
    font-size: 14px;
}
    .step.social-icon {
    height: 45px !important;
    width: 45px !important;
}
    .section-main-heading {
    font-size: 36px;
    line-height: 36px;
}
    .home-sec-1-con {
    padding: 55px 30px;
}
    .banner-main-heading {
    font-size: 38px;
    line-height: 48px;
        color: #4e2b0b;
}
.banner-sub-heading {
    color: #151515;
}
.banner-text{
    color: #151515;

}
    .new-blog-page-type .small-block-grid-1 {
        grid-template-columns: 1fr;
    }
    .articles-filter-container {
        margin-top:80px;
    }
     .new-blog-page-type .ps-blog-recent-posts {
         grid-template-columns: 1fr;
         width:80%;
         margin:auto;
    }
    .articles-filter-container .mobile-category-title {
        border:1px solid #4E2B0B;
    }
}
@media screen and (max-width: 480px) {
    ul.testimonial-slider.inner-testimonials .slick-dots li {
    margin: 0px 23px 0px 0px;
}
      .area-tabs li {
    width: 100%;
    }
}
@media screen and (max-width: 380px) {
ul.testimonial-slider.inner-testimonials .slick-dots li {
    margin: 0px 14px 0px 0px;
}
}
.img-shadow {
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.4);
}

.size-30 {
    font-size:30px;
}

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

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

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

/* || FOOTER || */
.is-footer, .is-wrapper .is-footer {
    background-color: #4E2B0B;
    color: #E0D3BC;
    clear: both;
}

footer a:not(.button) {
    color: #E0D3BC;
}

.is-footer .is-container {
    padding: 0px;
}

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

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


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

footer .menu li a {
    font-weight:bold;
}

.social-media-icons a {
    font-size: 3em;
    color: #E0D3BC;
}

footer h1,
footer h2,
footer h3,
footer h4,
footer h5,
footer h6{
     color: #E0D3BC;
}

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

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


.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:#F1EBE0;
    color:#171717;
}

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

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

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


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

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



aside.sidenav .ps-cart-text-container {
    color:#F1EBE0;
    background:#171717;
    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:#4E2B0B;
}

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

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

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

aside.sidenav .menu.accordion-menu li a {
        padding: 10px 10px;
    background:#F1EBE0;
    color: #171717;
}

aside.sidenav .menu.accordion-menu .active > a {
    background:#F1EBE0;
    color: #4E2B0B;
}

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

aside.sidenav .menu.accordion-menu > li.has-submenu.active > a::after {
    border-color: #4E2B0B 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 #E0D3BC;
    }
    
    footer .border-top-small {
      border-top:1px solid #E0D3BC;
    }

    header .border-top-small  {
        border-top:1px solid #4E2B0B;
    }
    
    .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 #4E2B0B;
        border-bottom:1px solid #4E2B0B;
        line-height: 60px;
    }
    
    header .mobile-head-border-section .mobile-border-right {
        border-right:1px solid #4E2B0B;
    }
    
    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 #4E2B0B;
    }
    
     .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 #4E2B0B;
        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 #E0D3BC;
        }
       
        
    /* 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;
    }
}

/*Hide first item in sub menu*/
ul.is-dropdown-submenu.level-2.submenu  > li.is-submenu-item:first-child{
    display: none;
}
/*Hide first item in sub menu*/





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

header button.openMenu {
    background: initial;
    color: initial;
}