

body {  
    line-height: 1.2;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;;
    background: #FFFFFF;
    color: #666666;
}
.ps-thank-you-page-content .box img
{
   display: none !important;
}

span.page a {
    padding: 2px 15px;
}

span.next a
{
     padding: 2px 15px;
}

/* Typography */
.ps-checkout-page .ps-terms
{
    display: none;
}
body, h2, h3, h4, h5, h6, 
h1.seo-text, h2.seo-text, h3.seo-text, h4.seo-text, h5.seo-text, h6.seo-text,
h1.normal-text, h2.normal-text, h3.normal-text, h4.normal-text, h5.normal-text, h6.normal-text,
p {
    font-weight: 500;
    line-height: 26px;
      padding: 0 0 10px;
    margin:0;
}

h1.seo-text, h2.seo-text, h3.seo-text, h4.seo-text, h5.seo-text, h6.seo-text,
h1.normal-text, h2.normal-text, h3.normal-text, h4.normal-text, h5.normal-text, h6.normal-text {
    font-family:inherit;
    font-size:inherit;
    color:inherit;
    line-height:inherit;
}

input, textarea, select {
    font-weight: 500;
    line-height: 1.5;
}

div.form-container form fieldset legend {
    color:inherit;
}




h1, .h1 {
    margin:0;
    padding:20px 0;
    font-size:8.6em;
    line-height:1em;
    font-weight:normal;
    font-family:'Poppins', sans-serif;;
    color:#474747
}

h1 a, .h1 a, h1 a:hover, .h1 a:hover, h1 a:active, .h1 a:active, h1 a:focus, .h1 a:focus {
    color:#474747
}

h2, h3, h4, h5, h6, .h2, .h3, .h4, .h5, .h6 {
    font-family:'Poppins', sans-serif;;
    line-height:1.2em;
    margin:0;
    color:#474747
}

h1 a, .h1 a, h1 a:hover, .h1 a:hover, h1 a:active, .h1 a:active, h1 a:focus, .h1 a:focus,
h2 a, .h2 a, h2 a:hover, .h2 a:hover, h2 a:active, .h2 a:active, h2 a:focus, .h2 a:focus,
h3 a, .h3 a, h3 a:hover, .h3 a:hover, h3 a:active, .h3 a:active, h3 a:focus, .h3 a:focus,
h4 a, .h4 a, h4 a:hover, .h4 a:hover, h4 a:active, .h4 a:active, h4 a:focus, .h4 a:focus,
h5 a, .h5 a, h5 a:hover, .h5 a:hover, h5 a:active, .h5 a:active, h5 a:focus, .h5 a:focus,
h6 a, .h6 a, h6 a:hover, .h6 a:hover, h6 a:active, .h6 a:active, h6 a:focus, .h6 a:focus {
    color:inherit;
}

h2, .h2 {
    padding:20px 0 20px;    
    font-size:3em;
}

h3, .h3 {
    padding:20px 0 30px;
    font-size:3em;
}

h4, .h4 {
    padding:25px 0 15px;
    font-size:3em;
}

h5, .h5 {
    padding:60px 0 30px;
    font-size:2.5em;
}

h6, .h6 {
    padding:60px 0 30px;
    font-size:2em;
}

hr {
    border: solid #DADADA;
    border-width: 1px 0 0;
    clear: both;
    margin: 1.25em 0 1.25em;
    height: 0;
}


.container {
    min-height:700px;
}

#status-msg p {
    color: white;
    font-weight: bold;
}

/* heading styles */
.first-level-headding {
    font-size: 8.6em;
    padding-top:0;
}

.second-level-headding {
    font-size: 7.1em;
    padding-top: 0.1em;
    padding-bottom: 0.3em;
    line-height: 1em;
}
/* end heading styles */


h1.seo-text, h2.seo-text, h3.seo-text, h4.seo-text, h5.seo-text, h6.seo-text{
    font-size: 16px;
    font-family: 'Poppins', sans-serif;;
    color: #666666;
}

.contactus-page-type-wrapper #ps-contact-us input[type="text"], #ps-contact-us textarea {
    border:1px solid #DADADA;
    font-family: 'Poppins', sans-serif;;
    font-size: 16px;
}

a {
    color: #666666;
    text-decoration:none;
}

a:hover, a:active, a:focus {
    color: #666666;
}

a:focus img, a:active img, a:hover img {
    
}

.button, button, .pagination-container a, .ps-pagination-bar a,
.ps-cart-page .checkoutbut input.update-btn, .ps-checkout-page #applyDiscount{
    background-color:#F7C001;
    color:#444444;
    padding: 11px 34px 11px;
    letter-spacing: 0.8px;
    line-height: 26px;
    font-weight: 600;
    text-transform: uppercase;
    border:1px solid #F7C001;
    outline:none;
    -webkit-box-shadow:none;
    box-shadow:none;
    -webkit-transition:none;
    -moz-transition:none;
    transition: background-color 300ms ease-out;
}

.button:hover, .button:active, .button:focus, button:hover, button:active, button:focus,
.pagination-container a:hover, .pagination-container a:focus, .pagination-container a:active,
.ps-pagination-bar a:hover, .ps-pagination-bar a:focus, .ps-pagination-bar a:active,
.ps-checkout-page #applyDiscount:hover, .ps-checkout-page #applyDiscount:active, .ps-checkout-page #applyDiscount:focus {
    background-color:#fff;
    color:#F7C001;
    border:1px solid #F7C001;
    outline:none;
    -webkit-box-shadow:none;
    box-shadow:none;
    -webkit-transition:none;
    -moz-transition:none;
}

.button.alternate, button.alternate, .pagination-container .current, .ps-pagination-bar span.current,
.ps-cart-page .checkoutbut input.update-btn,
#cart-form .chkoutbut .checkout{
    background-color:#F7C001;
    color:#444444;
    border:1px solid #F7C001;
}

.button.alternate:hover, .button.alternate:active, .button.alternate:focus, 
button.alternate:hover, button.alternate:active, button.alternate:focus,
.ps-cart-page .checkoutbut input.update-btn:hover,
.ps-cart-page .checkoutbut input.update-btn:focus,
.ps-cart-page .checkoutbut input.update-btn:active,
#cart-form .chkoutbut .checkout:hover,
#cart-form .chkoutbut .checkout:focus,
#cart-form .chkoutbut .checkout:active,
.ps-checkout-page #applyDiscount:hover,
.ps-checkout-page #applyDiscount:focus,
.ps-checkout-page #applyDiscount:active{
    background-color:#444444;
    color:#F7C001;
    border:1px solid #F7C001;
    cursor:pointer
}

.ps-pagination-bar {
    text-align:center;
}

.pagination-container a, .pagination-container span.current,
.ps-pagination-bar a, .ps-pagination-bar span.current{
    margin: 0 2px;
    padding: 5px 15px;
}

.pagination-container span.current, .ps-pagination-bar span.current {
    margin:0;
    border: 1px solid #444444;
}
/* Typography Ends */

header {
    background-color: transparent;
    color:#666666;
    padding: 0px 0 0;
}


header .social-media ul {
    margin:0;
}

header .top-bar .title-area {
    width: 100%;
    background-color: transparent;
}

.top-bar-section ul.menu {
    display: table;
    margin: auto;
}
.ps-login-page .ps-login-button {
    height: auto !important;
}
.ps-login-page .ps-register-button, .ps-forgot-password #login, .ps-password-reset-page .button, .ps-order-lookup-page .button {
    height: auto !important;
}
.top-bar-section ul li {
    float: left;
}

.top-bar-section .has-dropdown {
    text-align:left;
}

.top-bar-section ul li.cart-li {
    margin-top:0px;
}

.top-bar-section ul li.cart-li .search {
    margin-left: 24px;
    margin-right: 10px;
}


.text-logo {
    color: #FFFFFF;
    font-family: 'Montserrat', sans-serif;;
    font-size: 41px;
    font-weight: bold;
    word-wrap: break-word;
    text-transform: uppercase;
}


header .phone, header .email,
header ps-user-greeting-container,
header .ps-user-greeting-container a{
    font-size: 15px;
    color: #666666;
      font-weight: 500;
}
a.email.second-email:hover {
    border: 1px solid #f7c001;
    background: #fff;
    color: #f7c001;
}


    header .phone {
    padding: 0 15px;
    }

header .email:hover {
    background: #fff;
    border: 1px solid #428FDF;
    color: #428FDF;
}
header .phone:before {
    padding-right: 5px;
    color:#428FDF;
       font-size: 19px;
    position: relative;
    vertical-align: middle;
    top: -1px;
}

header .email{
      font-weight: 600;
    line-height: 30px;
    display: inline-block;
    letter-spacing: 0.5px;
    border: 1px solid #428FDF;
    background-color: #428FDF;
    color: #FFFFFF;
    padding: 10px 24px 10px;
}



header .phone:hover, header .phone:focus, header .phone:active, 
header .cart:hover, header .cart:focus, header .cart:active,
header .ps-user-greeting-container a:hover,
header .ps-user-greeting-container a:focus,
header .ps-user-greeting-container a:active{
    color: #666666;
}

header .ps-user-greeting-container{
    padding-left:15px;
    color: #666666;
    text-transform:uppercase;
    margin-bottom: 7px;
    font-weight: bold;
}

header table.title-area td{
    vertical-align: middle;
}

.search-click {
    cursor: pointer;
}

.cart-li {
    float: right;
    margin-top: 17px;
    position: relative;
}

.cart {
    font-size: 15px;
    color: #666666;
    position: relative;
    float: left;
    margin-right: 18px;
    margin-left: 18px;
    cursor: pointer;
}

.cart:hover, .cart:focus, .cart:active {
    font-size: 15px;
    color: #666666;
}

.top-bar-section li .cart a{
    padding: 0;
    line-height: 0;
    background: transparent !important;
}

.header-email-phone {
    float:right;
}

header .ps-cart-text-container {
    background: #F16848;
    color: #FFFFFF;
    height: 16px;
    width: 18px;
    line-height: 17px;
    text-align: center;
    vertical-align: middle;
    border-radius: 50% 50% 50% 50%;
    display: inline-block;
    font-size: 10px;
    position: absolute;
    left: 29px;
    top: -6px;
    font-weight: bold;
}

header .cart:hover .ps-cart-text-container ,header .cart:focus .ps-cart-text-container,header .cart:active .ps-cart-text-container {
    background: #FFFFFF;
    color: #F16848;
}

.fi-shopping-cart {
    font-size:24px;
    margin-right: 8px;
    margin-left: 13px;
    position: relative;
    top: 0px;
    line-height: 0;
    color:#428FDF;
}

.fi-magnifying-glass {
    color:#428FDF;
    font-size:19px;
}

.social-media ul li {
    line-height: 30px;
    padding-left:0;
}

.social-media a {
    font-size:26px;
    color:#428FDF;
}

.social-media a:hover {
    color:#F16848;
}

.social-media a:hover .houzz path {
    fill:#F16848;
}

.social-media a i{
    line-height:20px;
}

.social-media .houzz path {
    fill:#428FDF;
    stroke: none;
}

.logo-container {
    text-align:center;
    margin-top: 4px;
}

.logo-container #logo {
    margin-bottom: 0px;
}

.search input.search-text {
    padding: 0 30px 0 10px;
    text-align: left;
    width:auto;
    height:34px;
    background-color: #FFFFFF;
    color: #868686;
    font-family: 'Poppins', sans-serif;;
    font-size: 15px;
    font-weight:500;
    border:1px solid #DADADA;
}

.search .search-submit {
    opacity: 0;
    border: none;
    cursor: pointer;
    display: inline-block;
    height: 25px;
    padding: 0;
    width: 17px;
    z-index: 9999;
    right: 10px;
    position:absolute;
}

.search .search-container .fi-magnifying-glass {
    opacity: 1;
    color:#868686;
    font-size: 20px;
    line-height: 25px;
    border: none;
    cursor: pointer;
    display: inline-block;
    font-family: "foundation-icons";
    padding: 0;
    height: 25px;
    width: 17px;
    z-index: 99;
    right: 10px;
    top:13px;
    position:absolute;
}

.search-container {
    display: none;
    position: absolute;
    z-index: 99;
    top: 22px;
    right:0;
}

.currency-converter {
    float: left;
    margin-left: 25px;
}

.currency-converter select {
    height: 22px;
    border: 1px solid;
    color: #666666;
    background:transparent;
    padding-bottom: 0;
    font-weight: bold;
}

.currency-converter select:hover, .currency-converter select:focus, .currency-converter select:active, .currency-converter select:visited {
    background-color:#444444;
    color:#F7C001;
    border:1px solid #444444;
}

.cart:hover .fi-shopping-cart, header .cart:hover .fi-shopping-cart:before , .cart:focus .fi-shopping-cart, .cart:active .fi-shopping-cart {
    color: #F16848;
}

/* Menu */
header nav.top-bar, 
header .top-bar-section,
header .top-bar-section ul, 
header .top-bar-section li a:not(.button) {
    background:none;
}
.header-links {
    padding-top: 38px;
}
header .top-bar-section {
    width: 100%;
    color: #666666;
    background:transparent;
    margin:0;
    
          padding: 15px 0 7px 0;
    
    top:0;
    text-align: center;
}

header .is-sticky .top-bar-section {
    box-shadow:0 2px 4px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);

      background-color: #fff;
   padding: 7px 0 10px;
    margin-top: 0;

    z-index:99999 !important;
}

header .is-sticky .cart {
    top: 2px;
}

header .top-bar-section .menu > li > a:not(.button) {
    color: #666666;
    font-family: 'Poppins', sans-serif;;
    font-size: 15px;
    outline: none;
    padding: 0 20px;
    position: relative;
    line-height: 2em;
    text-transform:uppercase;
  font-weight: 500;
}

header .top-bar-section .has-dropdown>a:after {
    top:50%;
    border-color:#666666 transparent transparent transparent;
}

header .top-bar-section .has-dropdown.hover>a:after,
header .top-bar-section .has-dropdown.active>a:after,
header .top-bar-section .has-dropdown:focus>a:after{
    top:50%;
    border-color:#428FDF transparent transparent transparent;
}

header .top-bar-section .menu li.hover > a:not(.button),
header .top-bar-section .menu > li.active  > a:not(.button),
header .top-bar-section .menu > li > a:hover:not(.button),
header .top-bar-section .menu > li > a:active:not(.button), 
header .top-bar-section .menu > li > a:focus:not(.button) {
    color: #428FDF;
    font-family: 'Poppins', sans-serif;;
    font-size: 15px;
    background:transparent;
}

header .top-bar-section .menu > li ul {
    background:#000000;
    z-index:99999;
}

header .top-bar-section .menu > li ul a:not(.button) {
    background: #000000;
    color: #FFFFFF;
    font-family: 'Poppins', sans-serif;;
    font-size: 15px;
    font-weight:bold;
    outline: none;
    padding: 0 10px;
    line-height: 2em;
    text-transform:uppercase;
}

header .top-bar-section .menu > li ul .has-dropdown.hover > a:not(.button),
header .top-bar-section .menu > li ul .has-dropdown.active > a:not(.button),
header .top-bar-section .menu > li ul .active > a:not(.button),
header .top-bar-section .menu > li ul a:hover:not(.button) {
    background: #FFFFFF;
    color: #000000;
}

header .top-bar-section .menu > li ul a:not(.button):after {
    top:0 !important;
    right:0 !important;
    margin-top:0 !important;
    border-color:#FFFFFF transparent transparent transparent;
}

/* header second option css */
.top-bar-section.second-option {
    text-align:left;
}

header.option-two {
 padding-bottom: 3px;
}

header.option-two .logo-container {
    margin-top:0;
}

header.option-two .logo-container #logo {
    margin-bottom:0px;
}

.top-bar-section.second-option ul.menu {
    display: block;
    margin: auto;
}

header .top-bar-section.second-option .menu > li > a:not(.button) {
  padding: 0 5px;
}
.search-by-map-text-2 a.button span {
    display: block;
}
header.option-two .top-bar-section .cart-li {
    width: auto;
}

.top-bar-section.second-option ul li.cart-li .search {
    margin-left: 0;
    float: left;
}

.top-bar-section.second-option .cart {
    float: left;
    margin-right: 6px;
    margin-top: 1px;
}

.top-bar-section.second-option .currency-converter {
    margin-right: 0;
    float: left;
}

.top-bar-section.second-option .search-container {
    right: 0;
}

/* header second option css */

/*Footer Begins */
footer {
    color:#FFFFFF;
    background:#428FDF;
    border-top:1px solid #DADADA;
       padding: 1px 0 13px;
    float: left;
    width: 100%;
    margin-top: 65px;
}

footer h4 {
    color:#FFFFFF;
    text-transform:uppercase;
    font-size: 1em;
    padding: 25px 0 9px;
    font-weight:bold;
    font-family:'Poppins', sans-serif;;
}

footer ul {
    list-style:none;
}

footer a {
    color:#FFFFFF;
}

footer a p{
    color:inherit;
}

footer a:hover, footer a:active, footer a:focus{
    color:#FFFFFF;
}

footer a:hover p, footer a:active p, footer a:focus p{
    color:inherit;
}

.follow-us-footer {
    padding: 18px 0;
    border-bottom:1px solid #3572B2;
}

.follow-us-footer .marker {
    font-size: 1.7em;
    margin-right: 5px;
    position: relative;
    top: 4px;
    line-height: 20px;
}

.address-holder {
    margin-top: 2px;
    text-transform:capitalize
}

.address-holder a {
    color:;
}
.search-by-map-cont-3 {
    background: #428fdf;
    border-radius: 15px;
}
.search-by-map-text-3 {
    padding: 42px 94px 35px;
}
.initial-btn a.button {
    border: 1px solid #428FDF;
    background-color: #428FDF;
    color: #FFFFFF;
}
.search-by-map-3 {
    padding-top: 50px;
}
.initial-btn a.button:hover {
    background-color: #fff;
    color: #428FDF;
}
.search-by-map-text-3 h3 {
    font-size: 24px !important;
    letter-spacing: 0px !important;
    line-height: 30px !important;
    color: #FFFFFF !important;
    font-weight: 600 !important;
    font-family: "Poppins", sans-serif;
    padding: 10px 0px 20px !important;
}
.search-by-map-text-3 p {
    color: #fff;
}
.newsletter {
    padding:0;
}
h2.services-title-1 {
    padding: 42px 0 29px;
}
.newsletter p {
    color:#FFFFFF;;
}
.newsletter-section.columns {
    padding-left: 60px;
}
footer .newsletter-section h4 {
    padding-bottom:19px;
}
.newsletter-button:hover {
    color: #f7c001;
    background: #fff;
    border: 1px solid #f7c001;
}
.newsletter-button:active {
    color: #f7c001;
    background: #fff;
    border: 1px solid #f7c001;
}
.newsletter-button:focus {
    color: #f7c001;
    background: #fff;
    border: 1px solid #f7c001;
}
.newsletter-button {
    color: #444444;
    background: #f7c001;
    font-size: 15px;
    padding: 11px 30px 11px;
}
#addtocart {
    margin-top: 10px;
}
main.productpage .product-detail .form {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    border: 1px solid #ccc;
    padding: 10px 30px 40px 30px;
}
main.productpage .product-detail .form input[type=text], main.productpage .product-detail .form input[type=email], main.productpage .product-detail .form input[type=textarea], main.productpage .product-detail .form input[type=tel], main.productpage .product-detail .form input[type=number], main.productpage .product-detail .form select {
    width: 100%;
    margin: 5px 0;
    border: 1px solid #ccc;
    min-height: 35px;
    color: #333333;
    padding: 0 10px;
}
.newsletter .subscribe{
    font-size: 1em;
    background: transparent;
    color: #DADADA;
    border:1px solid;
    line-height:26px;
    padding: 2px 11px;
    cursor: auto;
    display: inline-block;
    width: 80%;
}

.newsletter .subscribe:hover,
.newsletter .subscribe:active,
.newsletter .subscribe:focus{
    opacity:0.8;
}

footer .contact-section {
    float:left !important;
}

.submit-button-container .button {
    padding: 2px 4px;
    position: relative;
}

.subscribe-instruction {
    padding-bottom:8px;
}

.submit-button .button:hover,
.submit-button .button:active,
.submit-button .button:focus {
    opacity:0.8;
    border: 0px;
    background-color: #F7C001;
    color:#444444;
}

.social-media-icons {
    list-style:none;
    padding:0;
    margin:0;
}
i.step.fi-mail.social-icon-email {
    display: none !important;
}
.social-media-icons .step.social-icon {
     font-size: 51px;
}

.social-media-icons .houzz {
    width: 1.5em;
    vertical-align: initial;
}

.social-media-icons .houzz path {
    fill: #FFFFFF;
    stroke: none;
}

footer .social-media {
    width:auto;
    margin-top: 3px;
}

.social-media-icons li {
    display:inline-block;
    line-height: 17px;
    width:auto;
    padding-left:0;
    padding-right: 1.3em;
    padding-bottom:0;
}

.social-media-icons li a {
    font-size:2em;
    color:#FFFFFF;
}

.social-media-icons li:first-child a {
    padding: 0;
}

.social-media-icons li a:hover,
.social-media-icons li a:active,
.social-media-icons li a:focus{
    opacity:0.8;
}

.copyright-powered {
    padding:18px 0 0 0;
}

.policies a, .policies a:hover, .policies a:active, .policies a:focus {
    border-right:1px solid #FFFFFF;
    padding: 0 8px;
    line-height: 1em;
    display: inline-block;
}

.policies a:first-child {
    padding-left:0
}

.policies a:last-child {
    padding-right:0;
    border-right:none;
}

.powered-section {
    border-top:1px solid #3572B2;
       padding-top: 24px;
    margin-top: 7px;
}

.powered {
    text-align:right;
}

.contact-number {
    line-height: 21px;
}

.contact-email {
    line-height: 26px;
}

/* Footer Ends */

/* Slider Begins */

.ps-banner-thumbs-container .admin-links,
.ps-banner-thumbs-container .bx-wrapper,
.ps-banner-thumbs-container .bx-controls,
.ps-banner-thumbs-container .ps-instructions {
    max-width: 1128px;
    margin: 0 auto;
}


#slider > .bxslider > li {
    list-style:none;
}
html {
  scroll-behavior: smooth;
}
.bxslider {
    margin:0;
    padding:0;
}
.bx-wrapper {
    position:relative;
}

figure.banner-figure img{
    width:100%;
}

#slider-pager {
    position : absolute;
    bottom:10px;
    width:100%;
    z-index:99;
}
  .ps-login-form-wrap h3 {
    line-height: 42px;
  font-size: 30px !important;
    color: #000;
    font-weight: 700;
    padding-bottom: 16px;
}
.ps-registration-form-wrap h3 {
     line-height: 42px;
  font-size: 30px !important;
    color: #000;
    font-weight: 700;
    padding-bottom: 16px;
}
.bx-pager {
    padding:0;
    z-index: 99;
    width: 100%;
}
.services-bottom-headings {
    text-align: center;
    border-top: 1px solid #ccc;
    padding-top: 57px;
    margin-top: 40px;
}
.services-bottom-headings a.button {
    margin-top: 14px;
}

h2.seo-text span {
    display: block;
}

.portflolio-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.outer-about-sec {
    background: #ebebeb;
    padding: 27px 10px 10px;
    border-radius: 14px;
    min-height: 360px;
    margin-bottom: 10px;
    text-align: center;
}
.about-two {
    padding-top: 35px;
}

.bx-pager-item {
    display: inline;
}
.align-middle {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.d-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}
a.email.second-email {
    margin-left: 4px;
    color: #444444;
    background: #f7c001;
    border: 1px solid #f7c001;
    text-transform: uppercase;
}
a.cta-link:hover {
    color: #428fdf;
}
a.cta-link:active {
    color: #428fdf;
}
a.cta-link:focus {
    color: #428fdf;
}
span.mandatory-field {
    color: red;
}


a.bx-pager-link {
    font-size: 0;
    display: inline-block;
    border-radius: 100%;
    margin-right: 5px;
    text-decoration: none;
    width: 13px;
    height: 13px;
    padding: 0;
    background: #CCCCCC;
    border: 2px solid #CCCCCC;
}

a.bx-pager-link.active {
    background: #F7C001;
    border: 2px solid #CCCCCC;
}


.logged-in #slider .ps-instructions, .logged-in #slider .ps-instructions p{
    color:#474747;
    font-size: 1em !important;
    font-family: 'Poppins', sans-serif; !important;
    line-height: 1.5em;
}

.logged-in #slider .ps-instructions p > span{
    border:1px solid #474747;
    padding:0 5px;
}

.logged-in #slider .ps-banner-thumbs-container .bx-controls .bx-next, 
.logged-in #slider .ps-banner-thumbs-container .bx-controls .bx-prev {
    right: -35px !important;
    top: 0 !important;
}

ul.home-list li {
    padding-left: 11px;
}
ul.list.second-list li {
    padding-left: 11px;
}
ul.list li {
    padding-left: 11px;
}
.logged-in #slider .ps-banner-thumbs-container .bx-controls .bx-prev {
    left: -35px !important;
}
 
/* Slider Ends */

html{
    margin-top: 0 !important;
}
#admin-bar {
    width: auto !important;
    border-radius: 0 0 0 15px;
    right: 0;
}


.search-form {
    text-align: center;
}

h2.about-title {
    line-height: 42px;
    font-size: 40px;
    color: #428fdf;
    text-align: center;
    font-weight: 700;
}
h2.home-subtitle {
    padding-top: 0;
    font-size: 18px;
    color: #428fdf;
    line-height: 28px;
    padding-bottom: 0px;
    font-weight: 600;
    letter-spacing: 0.1px;
}
.call-us {
    text-align: center;
    background: #428fdf;
    padding: 49px 0 71px;
}
h2.saas-title {
    line-height: 42px;
    font-size: 40px;
    color: #fff;
    font-weight: 700;
    padding-bottom: 8px;
}
span.link-type.link-1.hover-1 {
    cursor: pointer;
}
.call-us .hidden-span {
    display: none;
}
.link-1.hover-1 {
    color: #428fdf;
    font-weight: 700;
    border-bottom: 1px solid;
}
.search-by-map-cont {
    background: #428fdf;
}
.search-by-map-text {
    padding: 46px 141px 9px;
    text-align: center;
}
h2.team-title {
    padding-top: 0;
    font-size: 18px;
    color: #fff;
    line-height: 28px;
    padding-bottom: 6px;
    font-weight: 600;
    letter-spacing: 0.1px;
    margin-bottom: 0;
}
span.currency-converter {
    display: none;
}


.menu.fixed-menu {
   position: fixed;
   left: 0;
   top: 0;
   background-color: #fff;
   z-index: 99999;
   margin: 0 auto;
   width: 100%;
   display: flex;
   justify-content: center;
 padding: 7px 0 10px;
   box-shadow: 0 1px 10px #d2d2d2;
}

.pre-foot-box {
    left: 115px;
    position: absolute;
    top: 109px;
    text-align: left;
}
.search-by-map-cont-2 {
    border-radius: 15px;
    background: #428fdf;
}
.search-by-map-text-2 p {
    color: #fff;
}
h2.section-title-5 {
    line-height: 37px;
    font-size: 30px;
    color: #000;
    font-weight: 700;
    padding-bottom: 28px;
}
.search-by-map-text-2 a.button:hover {
    color: #f7c001;
    background: #fff;
}
header .top-bar-section ul li.active>a::after {
   content: "";
    position: absolute;
    border-top: 3px solid #428fdf;
    z-index: 999;
    bottom: -12px;
    transition: 0.5s;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    margin: 0 auto;
}
.inner-pages-banner img {
    width: 100%;
}
.search-form-2 a.button {
    border: 1px solid #428FDF;
    background-color: #428FDF;
    color: #FFFFFF;
}
.search-form-2 a.button:hover {
    background: #fff;
    border: 1px solid #428FDF;
    color: #428FDF;
}

.search-form-3 a.button {
    border: 1px solid #428FDF;
    background-color: #428FDF;
    color: #FFFFFF;
}
.search-form-3 a.button:hover {
    background: #fff;
    border: 1px solid #428FDF;
    color: #428FDF;
}
.inner-list span {
    display: block;
}
.inner-list:hover a {
    color: #444;
    font-weight: 700;
}
.inner-list span {
    display: block;
}
.outer-list:hover {
    color: #444;
    border: 1px solid #f7c001;
    background: #f7c001;
}
.search-form-4 a.button {
    border: 1px solid #428FDF;
    background-color: #428FDF;
    color: #FFFFFF;
}





.search-form-4 a.button:hover {
    background: #fff;
    border: 1px solid #428FDF;
    color: #428FDF;
}
.outer-list {
    width: 100%;
    border: 1px solid #a1a1a1;
    display: table;
    border-radius: 14px;
    padding: 5px;
}
.inner-list {
    height: 60px;
    vertical-align: middle;
    display: table-cell;
    color: #666666;
    text-transform: uppercase;
    text-align: center;
}
header .top-bar-section ul li.hover>a::after {
   content: "";
    position: absolute;
    border-top: 3px solid #428fdf;
    z-index: 999;
    bottom: -12px;
    transition: 0.5s;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    margin: 0 auto;
}
.top-bar-section ul li {
     padding: 0 0px 0 35px;
}

.search-by-map-text-2 a.button {
    background: #f7c001;
    color: #444;
    margin-top: 37px;
    padding: 13px 34px 14px;
    line-height: 21px;
    border-radius: 40px;
}
.search-by-map-2 {
    margin-top: 10px;
}
a.cta-link {
    transition: .5s;
}
a.cta-link-2 {
    color: #fff;
    font-weight: 700;
    border-bottom: 1px solid;
}
.search-by-map-text-2 {
    padding-left: 65px;
    padding-top: 40px;
}
h2.contact-title {
    line-height: 42px;
    font-size: 40px;
    color: #fff;
    font-weight: 700;
    padding-top: 0;
    padding-bottom: 16px;
}
h2.contact-title span {
    display: block;
}
.search-form-4 {
    padding: 32px 0 37px;
    text-align: center;
}
.search-form-4 a.button {
    margin-top: 28px;
}
h2.support-title {
    line-height: 42px;
    font-size: 40px;
    color: #428fdf;
    text-align: center;
    font-weight: 700;
    padding-bottom: 35px;
}
.Home-logos {
    padding: 53px 0 45px;
    background: #f7c001;
    display: none;
}

h2.title-h2 span {
    display: block;
}
h2.title-h2 {
    padding-top: 0;
    font-size: 18px;
    color: #fff;
    line-height: 28px;
    padding-bottom: 6px;
    font-weight: 600;
    letter-spacing: 0.1px;
    margin-bottom: 16px;
}
.pre-foot-box button {
    color: #444444;
    background: #f7c001;
    border: 1px solid #f7c001;
}
.pre-foot-box button:hover {
    color: #f7c001;
    background: #fff;
}
.search-by-map-text a.button:hover {
    color: #f7c001;
    background: #fff;
    border: 1px solid #f7c001;
}
h2.team-subtitle {
    line-height: 42px;
    font-size: 40px;
    color: #fff;
    font-weight: 700;
    padding-top: 0;
}
body#page {
    padding: 0;
}
footer {
    font-size: 16px;
}
.links-section ul li {
    line-height: 20px;
}
.search-by-map-cont {
    border-radius: 15px;
    margin-top: 92px;
}
ul.home-list li {
    list-style-image: url(//s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/24003/theme/41679/img/1_03.png);
    list-style-position: outside;
    margin-left: 20px;
}
.search-form-3 {
    padding-bottom: 44px;
}
h2.team-subtitle {
    padding-bottom: 36px;
}

.contact-info-area {
    padding-top: 40px;
}
.search-by-map-text a.button {
    color: #444444;
    background: #f7c001;
    margin-top: 14px;
}
ul.home-list li {
    text-align: left;
    color: #fff;
    font-size: 15px;
    line-height: 26px;
    list-style-position: outside;
    margin-left: 20px;
    padding-bottom: 9px;
}

h2.saas-subtitle {
    padding-top: 0;
    font-size: 18px;
    color: #fff;
    line-height: 28px;
    padding-bottom: 15px;
    font-weight: 600;
    letter-spacing: 0.1px;
    margin-bottom: 25px;
}
.inner-saas-content {
    margin: 0 auto;
    width: 510px;
    border-radius: 15px;
    text-align: left;
    background: #fff;
  padding: 37px 49px 30px;
}
.inner-saas-content h2 {
    padding-bottom: 11px;
}
.abt-content {
    padding-bottom: 25px;
    padding-left: 0;
}





.search-form-2 p {
    color: #444444;
}

.btn-txt {
    text-align: center;
    padding-top: 49px;
}

.search-form {
    padding: 63px 0 52px;
}

.search-form-2 {
       padding: 51px 0 55px;
    background: #f7c001;
}
h2.heading2 {
    line-height: 42px;
    font-size: 40px;
    color: #000;
    font-weight: 700;
    padding-bottom: 16px;
}
h1.section-title {
    line-height: 42px;
    font-size: 40px;
    color: #428fdf;
    font-weight: 700;
}
.banner-figcaption-left {
    position: absolute;
    top: 223px;
    left: 0;
    right: 0;
}
h2.home-banner-title-1 {
    padding-top: 0;
    font-size: 18px;
    color: #fff;
    line-height: 28px;
    padding-bottom: 10px;
    font-weight: 600;
    letter-spacing: 0.1px;
}
h2.home-banner-subtitle-1 {
    line-height: 51px;
    font-size: 45px;
    color: #fff;
    padding-top: 0;
    font-weight: 700;
}
h2.home-banner-subtitle-1 span {
    display: block;
}

h2.section-subtitle {
    padding-top: 0;
    font-size: 18px;
    color: #428fdf;
    line-height: 28px;
    padding-bottom: 15px;
    font-weight: 600;
    letter-spacing: 0.1px;
}
h3.heading3 {
    padding-top: 0;
    line-height: 26px;
    font-size: 15px;
    color: #666666;
    text-transform: uppercase;
    font-weight: 500;
    padding-bottom: 10px;
}

/* System Pages */
.ps-login-page h3,
.ps-login-page .ps-forgot-password h2 {
    font-size:2.9em;
}

.ps-logout-page {
    padding: 0;
    text-align: center;
    font-size: 1.5em;
}
/* System Pages - End */
.inner-Page-Banner-area {
    display: none;
}
/* Homepage */
#main-text {
    padding:35px 0;
}
.figcaption.services-figcaption {
    position: absolute;
    top: 230px;
    text-align: left;
    left: 128px;
}
h1.banner-title {
    line-height: 49px;
    font-size: 45px;
    color: #fff;
    font-weight: 700;
    padding-bottom: 15px;
}
h2.banner-subtitle {
    padding-top: 0;
    font-size: 18px;
    color: #fff;
    line-height: 28px;
    padding-bottom: 15px;
    font-weight: 600;
    letter-spacing: 0.1px;
}
.thumb-item-inner.servies-list span {
    font-weight: 700;
    border-bottom: 1px solid;
}
.service-one p {
    color: #000000;
}
.service-one {
    padding: 50px 0 56px;
    background: #f7c001;
    float: left;
    width: 100%;
}
h2.services-title-1 {
    line-height: 42px;
    font-size: 40px;
    color: #428fdf;
    font-weight: 700;
    text-align: center;
}
.resp-tabs-container {
    background: #ebebeb;
    border-radius: 14px;
}
.resp-accordion {
    background: #fff;
}
.resp-tab-content.resp-tab-content-active {
    padding-left: 25px !important;
    padding-right: 25px !important;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: none;
}
.resp-accordion.resp-tab-active {
    background: #428fdf;
    border: none !important;
    color: #fff;
}
.resp-accordion {
    color: #666;
    text-transform: uppercase;
    border: 1px solid #a1a1a1;
    line-height: 26px !important;
    padding: 20px 26px !important;
    border-radius: 14px;
    border-bottom: 1px solid #a1a1a1 !important;
}

.careers--item-block {
    padding-bottom: 80px;
    padding-top: 70px;
}
.thumb-item {
    position: relative;
    transition: .5s;
}
.slick-slide img {
    margin: 0 auto;
}
.thumb-item-inner.servies-list {
    position: absolute;
    bottom: 0;
    padding: 20px 45px 30px;
    text-align: left;
}
.thumb-item-inner.servies-list p {
    display: none;
    color: #fff;
}
.thumb-item:hover .thumb-item-inner.servies-list {
    background-color: #000000ab;
    top: 0;
    border-radius: 14px;
    margin: 0 auto;
    width: 100%;
      padding-top: 52%;
}
.inner-index-content {
    margin: 0 10px;
}

h4.title {
    padding-top: 0;
    font-size: 18px;
    color: #fff;
    line-height: 28px;
    padding-bottom: 9px;
    font-weight: 600;
    letter-spacing: 0.1px;
}
.thumb-item:hover .thumb-item-inner.servies-list p {
    display: block;
}

/*********Blog Page Csss************************ */
.main-blog-banner {
    position: relative;
}
.main-blog-banner img{
    width: 100%;
}
.inner-banner.blog-banner {
    position: absolute;
    top: auto;
    text-align: center;
    left: 0;
    bottom: 100px;
    width: 100%;
}
.inner-banner.blog-banner h1 span {
    padding-top: 0;
    font-size: 18px;
    color: #fff;
    line-height: 28px;
    padding-bottom: 15px;
    font-weight: 600;
    letter-spacing: 0.1px;
    display: block;
}
.inner-banner.blog-banner h1 {
    line-height: 84px;
    font-size: 45px;
    color: #fff;
    font-weight: 700;
    padding-bottom: 15px;
}
/*.main-blog-widget .row{
    max-width:1900px !important;
    }*/
ul.blog-ul {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}
.blog-widget {
    height:100%;
    padding: 0;
    border-radius: 5px;
    overflow: hidden;
     -webkit-box-shadow: 0px 10px 30px 0px rgb(37 33 32 / 25%);
    -moz-box-shadow: 0px 10px 30px 0px rgba(37,33,32,0.25);
    box-shadow: 0px 10px 30px 0px rgb(37 33 32 / 25%);
    -webkit-transition: 350ms ease-in;
    -moz-transition: 350ms ease-in;
    transition: 350ms ease-in;
}
.inner-blog-widget {
    padding: 25px;
}


.blog-widget .widget-title {
    position: relative;
    margin: 0 0 30px;
    text-transform: none;
    font-size: 24px !important;
    letter-spacing: 0px !important;
    font-weight: 600 !important;
    font-family: "Poppins", sans-serif;
    padding: 10px 0px 20px !important;
}
.blog-widget .widget-title a{
    color: #231F20;
}
.blog-widget:hover .widget-title a{
    color: #428fdf;
}
.blog-widget .widget-title::before{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color:#ccc;
    z-index: 1;
}
a.cta-link {
    color: #428fdf;
    font-weight: 700;
    border-bottom: 1px solid;
}
.mob-no {
    display: inline-block;
}

.blog-widget .widget-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 55px;
    height: 3px;
    background-color: #428fdf;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
    z-index: 2;
}
.blog-widget .widget-category span:hover {
    color: #fff;
}
/*******TAGS********/
.blog-sidebar-widget {
    padding: 25px;
     -webkit-box-shadow: 0px 10px 30px 0px rgb(37 33 32 / 25%);
    -moz-box-shadow: 0px 10px 30px 0px rgba(37,33,32,0.25);
    box-shadow: 0px 10px 30px 0px rgb(37 33 32 / 25%);
}
.blog-sidebar-widget .blog-sidebar-h2{
    position: relative;
    font-size: 25px;
    font-weight: 700;
    color: #231F20;
    padding:0 0 25px;
    margin:0 0 30px;
    line-height:1;
    text-transform: uppercase;
}
.blog-sidebar-widget .blog-sidebar-h2::before{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color:#ccc;
    z-index: 1;
}
.blog-sidebar-widget .blog-sidebar-h2::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 55px;
    height: 3px;
    background-color: #428fdf;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
    z-index: 2;
}

.lab-ul {
    margin: 0 0 10px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.lab-ul li {
    list-style: none;
    margin-right: 15px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.lab-ul li svg {
    fill:#428fdf;
    margin-right: 5px;
    width: 18px;
    height: 18px;
}
.author_name {
    text-transform: unset;
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 30px;
    color: #000000;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
}
.widget-category svg{
    fill:#428fdf;
    margin-right: 10px;
    width: 18px;
    height: 18px;
}
.blog-widget .widget-category span {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    line-height: 1.7;

}
.blog-widget .widget-category span a{
    color: #757067;
}
.blog-widget .widget-category span:hover {
    background: #428FDF;
}
.blog-widget .widget-category span:hover a{
    color: #fff;
}


.blog-inner-text hr {
    display: none;
}
/*blog*/


.ps-blog-sharing{
margin: 10px auto 10px !important;
}

.ps-blog-tags li a {
    color: #757067;
display: inline-block;

position: relative;
padding-left: 20px;
-webkit-transition: 350ms;
-moz-transition: 350ms;
transition: 350ms;

}
.ps-blog-tags li a::before {
    background: #428fdf;
    position: absolute;
    height: 10px;
    width: 10px;
    content: '';
    left: 0;
    top: 8px;
    -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

.ps-blog-tags li a:hover {
    color: #428fdf ;
}
.ps-blog-recent-posts a {
    display: inline-block;
    position: relative;
    padding-left: 20px;
    -webkit-transition: 350ms;
    -moz-transition: 350ms;
    transition: 350ms;
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 25px;
    padding-bottom: 10px;
    color: #000000;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
}
.new-website-login-form h4 {
    font-size: 36px !important;
    letter-spacing: 0px;
    line-height: 36px !important;
    color: #000000 !important;
    font-weight: 900 !important;
    font-family: "Poppins", sans-serif;
}
.ps-blog-recent-posts li a::before {
    background: #428fdf ;
    position: absolute;
    height: 10px;
    width: 10px;
    content: '';
    left: 0;
    top: 8px;
    -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);

}

.ps-blog-recent-posts li a:hover {
    color: #428fdf ;
}
.blog-page-type-wrapper,.article-page-type-wrapper {
    margin-bottom:50px;  
}
/******Blog page css End ******/

.blog-widget .widget-category span {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    line-height: 1.7;
}
.blog-widget .widget-category span {
    /* padding: 2px; */
    padding: 5px 10px;
    background-color: #edefef;
    border: 1px solid #ecf0f3;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin: 5px;
    line-height: 1.7;
}
.blog-widget .widget-category {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}


h1.banner-title span {
    display: block;
}
h2.banner-subtitle span {
    display: block;
}
.main-text {
    padding:0;
}

body > .home-page footer {
}

.big-text-title {
    text-align:right;
}

.big-text-title.full {
    text-align:center;
}

.big-text-title h1, .big-text-title h2, .big-text-title h3 {
    font-size: 8.6em;
    padding: 10px 0;
}

.main-information {
    margin-top:32px;
    margin-bottom: 17px;
}

.collection .sorter {
    display:none;
}

.collection-figure {
    padding-bottom:20px;
}

.mid-text-section {
    padding:25px 0 45px;
}

.featured-products {
    text-align:center;
    padding: 38px 0 0;
}

.featured-products .collection.listing {
    padding-left: .9375em;
    padding-right: .9375em;
}

.collection-title {
    font-size: 7.1em;
    padding-bottom: 37px;
}

.collection .image {
    margin-bottom: 14px;
    min-height: 260px;
}

.product-details .title {
    color:#868686;
}

.product-details .price {
    color:#474747;
    font-weight:bold;
}

.viewAllSection  {
    margin-top:27px;
}

.homepage .viewAllSection a.button {
    margin-top: 15px;
}
ul.list li p {
    padding-bottom: 0;
    position: relative;
    top: 2px;
}
/* Gallery section */
.collection-title.gallery-title {
    padding-bottom:20px;
}
ul.list li {
    list-style-image: url(//s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/24003/theme/41679/img/1_03.png);
    list-style-position: outside;
    margin-left: 20px;
    line-height: 26px;
    padding-bottom: 9px;
}
.media-description {
    padding-bottom:40px;
}

.image-description {
    margin-top:5px;
}
/* End Gallery Section */


/* Instagram widget */

.instagram-section {
    margin-top: 37px;
}

#instafeed {
    list-style:none;
}

#instafeed li{
    padding-bottom:17px;
}

#instafeed li:first-child ,#instafeed li:first-child img {
    display: table-cell;
    width: 362px;
    height: 362px;
}

#instafeed li:nth-child(2){
    display: table-cell;
    width: 186px;
    height: 362px;
    vertical-align: bottom;
    padding-left: 17px;
}

#instafeed li:nth-child(2) img {
    width:170px;
    height:170px;
}

 #instafeed li:nth-child(3){
    width:186px;
    padding-right: 17px;
    float: left;
}

#instafeed li:nth-child(3) img {
    width:170px;
    height:170px;
}

 #instafeed li:nth-child(4) ,#instafeed li:nth-child(4) img {
    display:block;
    width:362px;
    height:362px;
    float: right;
 }
 
 .instagram-info {
     background:#47AEB1;
     color:#FFFFFF;
     height:741px;
     text-align:center;
     padding: 67px 60px 70px;
     position: relative;
 }
 
 .instagram-info a, .instagram-info p {
     color:inherit;
 }
 
 .instagram-head-section {
    font-family:'Poppins', sans-serif;;
    font-size:7.2em;
    line-height: 74px;
 }
 
 .instaicon {
    font-size: 70px;
    line-height: 50px;
    margin-top: 40px;
 }
 
 .instafeed-info {
     padding:57px 30px 0;
     min-height: 355px;
 }
 
.home-socialicons {
    position: absolute;
    bottom: 55px;
    left: 19%;
}
 
.home-socialicons span {
     float: left;
     margin-top: 15px;
 }
 
 .social-media-icons-home {
     float: left;
 }
 
 .social-media-icons-home {
    list-style:none;
    padding:0;
    margin:0;
}

.social-media-icons-home .step.social-icon {
    font-size:2em;
}

.social-media-icons-home .houzz {
    width: 1.4em;
    vertical-align: initial;
}

.social-media-icons-home .houzz path {
    fill: #666666;
    stroke: none;
}

.social-media-icons-home li {
    display:inline-block;
    line-height: 17px;
    width:auto;
    padding-left:1.3em;
    padding-right: 0;
    padding-bottom:0;
}

.social-media-icons-home li a {
    font-size: 1.8em;
    line-height: 1.9em;
    color:inherit;
}

.instaicon a:hover, .instaicon a:active, .instaicon a:focus,.social-media-icons-home li a:hover, .social-media-icons-home li a:active, .social-media-icons-home li a:focus {
    opacity: 0.8;
}

.social-media-icons-home li:first-child a {
}
     
    
/* Instagram widget Ends */

/* Homepage Ends */

/* css common for inner pages */
.inner-page #main-text {
    padding: 21px 0 12px;
}

.inner-page .main-information {
    margin-top: 27px;
}

.inner-page #slider-pager {
    bottom: 37px;
    width: 100%;
    z-index: 9999;
}


.generic-page-type.mostly-images1-page-type #slider {
    margin-top:30px;
}

.generic-page-type.textimages1-page-type #slider, .generic-page-type.textimages3-page-type #slider {
    margin-top:10px;
}

.generic-page-type.textimages2-page-type .textimages2-image, .generic-page-type.textimages3-page-type .textimages3-image {
    margin-top:27px;
}
    
.contact-icon-box a {
    color: #428fdf;
    font-weight: 700;
    border-bottom: 1px solid;
}

/* end common css for inner pages */

/* About */
.two-images-section {
    margin-bottom:30px;
}
textarea#field_16433 {
    margin-top: 5px;
}
.two-images-section figure{
    float:left;
    margin-right:23px;
}

.imagetext-image {
    margin-top:20px;
}

figcaption .title {
    font-size:2.5em;
}

.bottom-text-section {
    margin-top:28px;
}

.bottom-text p:last-child{
    padding-bottom:0;
}
/* About Ends */

/* Collection page starts */
.breadcrumbs {
    list-style:none;
    padding: 10px 0px 40px 0;
}

.breadcrumbs li{
    display:inline-block;
}

.breadcrumbs li a{
    color:#666666;
    text-transform: capitalize;
}

.items .image {
    position:relative;
}

.items .new {
    position:absolute;
    top:0;
    left:0;
    background:#000000;
    color:#FFFFFF;
    padding:3px 10px;
    font-size:10px;
}

.items .availability {
    position:absolute;
    bottom:0px;
    right:0;
    font-size:10px;
    padding:3px 10px;
    background:#000000;
    color:#FFFFFF;
}

.items .offer, .collection1-page-type-wrapper .items .product-container .sale, #ps-collection-listing-one .sale, #ps-collection-listing-two .collection-item .sal, .search-results .sale, #ps-collection-listing-two .collection-item .sale, .collection .image-container .sale, .related-products .image-container .sale {
    position:absolute;
    top:0;
    right:0;
    width:auto;
    font-size:10px;
    padding:2px 9px;
    background:#000000;
    color:#FFFFFF;
    display: table;
    height: auto;
    line-height: 18px;
}

.items .listing.items {
    margin-bottom:0 !important;
}

.listing.items .items {
    margin-bottom:36px;
}

.items .compare-price,.compare-price, .ps-product-compare-price-container {
    color: #F52424;
    text-decoration:line-through;
}

.items .compare-price {
    margin-right: 5px;
}

.items .button-holder {
    margin-top:10px;
}

.collectionpage-collection li.items {
    padding-bottom:42px;
}

.collection-page-featured {
    margin-bottom:65px;
}

.collectionpage-collection li.items:nth-last-child(1), .collectionpage-collection li.items:nth-last-child(2), .collectionpage-collection li.items:nth-last-child(3), .collectionpage-collection li.items:nth-last-child(4),
.feautured-collection ul li.items:nth-last-child(1), .feautured-collection ul li.items:nth-last-child(2), .feautured-collection ul li.items:nth-last-child(3), .feautured-collection ul li.items:nth-last-child(4) {
    padding-bottom:0px;
    margin-bottom:0px;
}

.mid-page-section {
    background-color: #47AEB1;
    color:#FFFFFF;
    padding:28px 20px 50px;
    margin-top: 24px;
    margin-bottom: 66px;
}

.mid-page-section a , .mid-page-section p, .mid-page-section h1, .mid-page-section h2, .mid-page-section h3{ 
    color:#FFFFFF;
}

.mid-page-section .collection-details {
    padding-right:95px;
}

.singleimage {
    text-align:center;
    padding-top: 20px;
}

.collection-details .second-level-headding {
    padding-bottom: 16px;
}

.collection-details p {
    padding: 0 0 9px;
}

.collection-details p a{
    font-weight:bold;
}
/* End collection page */

/* search page */
.search-results {
    margin-top: 17px;
}

.search-results li.items {
    padding-bottom: 42px;
}
/* End serach page */

/* contact page */

.mid-page-section .map {
    text-align: center;
    padding-top: 24px;
    padding-left: 88px;
    padding-right: 106px;
}

.left-images {
    text-align:center;
}

.left-images figure {
    margin-bottom:50px;
}

.left-images figure:last-child {
    margin-bottom:0px;
}

.contact-form-section {
    padding-top: 4px;
}

#ps-contact-us input[type="text"], #ps-contact-us textarea, div.form-container .text, div.form-container input[type="text"] { 
    border: 1px solid #DADADA;
    width: 100%;
}

.ps-register-form .text, .ps-register-form select, .ps-language-preference select {
    border: 1px solid #DADADA;
}

#ps-contact-us .message .label {
    margin-bottom:3px;
}

.ps-register-form  {
    margin-top:40px;
}

.ps-register-form.form-container .text, div.form-container input[type="text"] {
    width: 302px;
}

.required {
    color:red;
}
/* end of contact page */


/* product details page */
.productpage .breadcrumbs {
    padding: 40px 15px 0px 0;
}

.thumbs {
    margin-top:20px;
}

#main-text.product-information {
    padding-top:0;
    padding-bottom:0;
}

#main-text.product-information .big-text-title {
    padding-top:4px;
    padding-bottom:38px;
}

.product-details-container .image-container .thumbs {
    maargin-top:40px;
}

.product-details-container .selectors {
    border-top:1px solid #DADADA;
    list-style:none;
    padding-top:38px;
    margin-top:33px;
    margin-bottom: 30px;
}

.product-details-container .selectors select {
    min-width:150px;
    height:30px;
    border:1px solid #DADADA;
    padding-left: 8px;
}

.product-details-container .selectors li.option {
    width:250px;
    display:table;
    margin-bottom: 15px;
}

.product-details-container .selectors li.option:last-child {
    margin-bottom: 12px;
}

.product-details-container .selectors li.option select {
    float:right;
}

.product-details-container .selectors li.option label {
    padding-top: 4px;
    float: left;
}

.product-details-container .selectors li ul {
    list-style:none;
    margin-left:0;
}

.product-details-container .selectors li ul select {
    min-width: 250px;
    margin-top: 5px;
    margin-bottom: 10px;
}

.additional-options li .addon-checkbox {
    margin-left: 0;
    position: relative;
    top: 2px;
}

.description .compare-price {
    margin-left:10px;
}

.quanity-updater-submit-holder {
    border-top:1px solid #DADADA;
    border-bottom:1px solid #DADADA;
    line-height:35px;
    margin-bottom: 2px;
    margin-top: 39px;
}

.add-to-cart-holder  {
    padding-top:20px;
    padding-bottom:20px;
}

.quantity-holder {
    padding-top:20px;
    padding-bottom:13px;
}


.add-to-cart-holder {
    border-left:1px solid #DADADA;
    padding-left: 25px;
}

.resp-tab-content, .resp-vtabs .resp-tab-content {
    border-bottom:1px solid #DADADA;
    border-left:0px solid;
    border-right:0px solid;
    border-top:0px solid;
}

.resp-easy-accordion .resp-accordion {
    border-bottom:1px solid #DADADA;
}

.quanity-updater-submit-holder .button {
    margin:0;
    background: #F16848;
    border:1px solid #F16848;
    color: #FFFFFF;
    padding: 0 3px;
}

.quantity-holder span {
    float:left;
    margin-right:10px;
}

.quantity-holder span:last-child {
    margin-right:0;
}

#total-quantity {
    font-size: 3em;
    min-width: 35px;
    text-align: center;
}

.plus.button {
    padding-left: 0;
    padding-right: 0;
    width: 35px;
    font-size: 36px;
    line-height: 30px;
    font-weight: 400;
}

.minus.button {
    padding-left: 0;
    padding-right: 0;
    width: 35px;
    font-size: 36px;
    line-height: 25px;
    font-weight: 400;
    padding-bottom:5px;
}

.description .addthis_toolbox {
    margin-top:15px;
} 
.resp-easy-accordion .resp-accordion .resp-arrow:before {
    content: url(//s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/24003/theme/41679/img/down.png);
}
.resp-easy-accordion .resp-accordion.resp-tab-active .resp-arrow:before {
    content: url(//s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/24003/theme/41679/img/up.png);
}

.resp-easy-accordion .resp-accordion .resp-arrow {
     line-height: 35px;
    right: -5px;
    position: relative;
}

.product-details-container .resp-easy-accordion .resp-accordion {
    padding-bottom:6px;
    padding-top: 7px;
}

.product-details-container .resp-tab-content, .product-details-container .resp-tab-content.resp-tab-content-active {
    padding-top:0;
}

.product-details-container .resp-easy-accordion .resp-accordion .resp-arrow:before {
    font-size: 1.5em;
}

.related-products {
    margin-top:10px;
    color:#FFFFFF;
    background:#428FDF;
}

.related-products-title {
    color:#474747;
    font-size: 8.6em;
    padding-top: 0.1em;
    padding-bottom: 0.3em;
    line-height: 1em;
    font-family:'Poppins', sans-serif;;
}

.related-products ul {
    margin-top:28px;
    padding-bottom: 0px;
}

.related-products .items {
    padding-bottom: 0px;
}

.related-products .product-details {
    margin-bottom: 0px;
}

.related-products .items .title, .related-products .items .product-price {
    color:inherit;
}

.related-products .items .title:hover, .related-products .items .title:focus, .related-products .items .title:active {
    color:#474747;
}

.thumbs img {
    margin: 0 4px;
}
/* end product details page */


/* cart page */
#cart-page-type {
    margin-top:30px;
}

.ps-cart-page table.cart-items tr td {
    border-bottom:0px solid;
}

.ps-cart-page table.cart-items tr th {
    border-bottom:1px solid #DADADA;
    border-right:1px solid #DADADA;
}
/* end cart page */

/* checkout page */
.ps-checkout-page h3 {
    font-family:inherit;
}
/* End checkout page */

.article-page-type-wrapper .ps-blog-sharing {
  margin-bottom:0;
}

.addthis_toolbox {
  height: 32px;
  overflow: hidden;
}

.addthis_toolbox a {
  margin-right:10px;
}

.article-body {
  margin-top:15px
}
.one-point{
    font-size: 16px;
}
/*.home-banner-text-div {
    background-color: #428fdf61;
    padding: 25px;
    border-radius: 10px;
}*/
h2.home-banner-subtitle-1 {
    border: 0px solid #000000;
    /*text-shadow: 1px 1px 2px #ffffff;*/
    padding-top: 10px;
}
.banner-figcaption-left .ban-btn{
        margin-top: 18px;
}
.resp-tab-content.resp-tab-content-active ul.list li {
    padding: 0;
       /* margin-left: -7px;*/
}
.resp-tab-content.resp-tab-content-active .cta-links:hover{
        color: #F7C001;
}
video.main-home {
    max-width: 100%;
    height: 100%;
}
section.prefooter-image {
    margin-top: 35px;
}

/* BLOG PAGE */
span.blog-phone {
    display: inline-block;
}

/* HEADER */
.header-cta-section {
    background-color: #EEEEEE;
    padding: 0px;
    margin: 0px 0px 15px;
}

.header-cta-section .row {
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-email-div {
    text-align: right;
}

.header-email-div a.email.second-email {
    border-radius: 0px;
}

.hide {
    display: none !important;   
}
.fi-marker:before, .fi-telephone:before, .fi-mail:before {
    padding-right: 10px;
}
.padding-bottom-1{
 padding-bottom:10px;   
}
@media only screen and (min-width: 1600px) {
    .prefooter-image img{
        width:100%;
    }
}

@media only screen and (min-width: 1900px) {
.figcaption.services-figcaption {
    top: 293px;
    left: 394px;
}
.inner-banner.blog-banner {
    top: 293px;
    left: 345px;
}
.banner-figcaption-left {
    top: 327px;
}
.pre-foot-box {
    left: 268px;
    top: 191px;
}
}

@media (max-width:2560px) and (min-width:2560px){
    
.figcaption.services-figcaption {
    top: 431px;
    left: 738px;
}    
.inner-banner.blog-banner {
    top: 431px;
    left: 593px;
}  
.banner-figcaption-left {
    top: 468px;
}
.pre-foot-box {
    left: 320px;
    top: 261px;
}

}


@media only screen and (max-width: 1024px) {

    .submit-button-container .button {
        height: 32px;
        top: 1px;
    }
    
    .inner-banner.blog-banner {
    top: 145px;
    left: 27px;
}
.resp-accordion {
padding: 20px 18px !important;
}

.thumb-item:hover .thumb-item-inner.servies-list {
    
    padding-top: 44%;
}
.pre-foot-box {
    left: 65px;
    top: 57px;
}
.inner-saas-content {
    width: 488px;
    min-height: 437px;
}
.search-by-map-text-2 a.button {
  
    margin-top: 7px;
   
}
.search-by-map-text-2 {
    padding-left: 44px;
    padding-top: 7px;
}
.outer-about-sec {
    min-height: 380px;
}
.banner-figcaption-left {
    top: 144px;
}
header .email {
    padding: 10px 16px 10px;
}    
    #instafeed li:first-child, #instafeed li:first-child img {
        display: table-cell;
        width: 300px;
        height: auto;
    }
    
    .figcaption.services-figcaption {
    top: 145px;
    left: 27px;
}
    
    #instafeed li:nth-child(2) {
        display: table-cell;
        width: 191px;
        height: 309px;
        vertical-align: bottom;
        padding-left: 17px;
    }
    
    .top-bar-section ul li {
    padding: 0 0px 0 21px;
}
header .top-bar-section.second-option .menu > li > a:not(.button) {
    padding: 0 5px;
}

    
    #instafeed li:nth-child(3) {
        width: 170px;
        padding-right: 0px;
    }
    
    #instafeed li:nth-child(4), #instafeed li:nth-child(4) img {
        display: block;
        width: 292px;
        height: auto;
        float: right;
    }
    
    .instagram-info {
        padding: 32px 20px 35px;
        height: 601px;
    }
    
    .social-media-icons li {
        padding-right: 1em;
    }
    
    .home-socialicons {
        bottom: 20px;
    }
    
    .newsletter .subscribe {
        width: 83%;
    }
}

@media only screen and (max-width: 940px) {
     p {
    font-size: 16px;
    }
    
    
    section.new-home-contact-sec {
    padding: 90px 0px 50px  !important;
    background: url("//d14ty28lkqz1hw.cloudfront.net/data/org/24003/theme/41679/img/m (20).webp") !important;
    background-size: cover  !important;
    background-repeat: no-repeat  !important;
}
    
    body {
    font-size: 16px;
    }
    form label{
    font-size: 16px;
    }
    li {
    font-size: 16px;
    }
     /* Header Begins */
    .fi-list {
        text-indent: 0 !important;
        color: #428FDF !important;
        font-size: 44px !important;
    }
    
  .product-detail .form {
    text-align: left;
}

/*.home-banner-img img {
    content: url(//s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/24003/theme/41679/img/home-banner-m.jpg);
}*/
  
.resp-accordion {
padding: 20px 26px !important;
}    
    .phone-holder {
          border-top: 1px solid #ccc;
    text-align: center;
    padding: 10px 0 7px;
    }
    
    .inner-forms {
    text-align: left;
}
h4.title {
    color: #428fdf;
    padding-top: 17px;
}
.thumb-item-inner.servies-list span {
    color: #428fdf;
}

#join-the-team-page-type {
    text-align: left;
}
.thumb-item {
    display: inline;
}
.search-by-map-image-2 img {
    content: url(//s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/24003/theme/41679/img/contact_the-bridge_mobile-viwe.png);
}
.pre-foot-box {
    position: relative;
    top: 0;
    text-align: center;
    left: 0;
    padding: 23px 10px 0;
}
.search-by-map-text-2 a.button {
    margin-top: 47px;
}
.search-by-map-text-2 {
    padding-left: 25px;
    padding-top: 40px;
    padding-right: 25px;
    padding-bottom: 24px;
}
.Home-logos {
    padding: 24px 0 7px;
}
h2.title-h2 {
    color: #428fdf;
}
h2.title-h2 span {
    display: inline;
}

h2.home-banner-subtitle-1 span {
    display: inline;
}
.search-by-map-text {
    padding: 46px 41px 24px;
    text-align: center;
}
ul.home-list {
    margin-bottom: 0;
}
ul.home-list {
    width: 64%;
    margin: 0 auto;
}
.search-by-map-text a.button {
    margin-top: 35px;
}
.search-by-map {
    margin-bottom: 77px;
}
.inner-about-sec {
    border-top: 1px solid #ccc;
    padding-top: 27px;
    margin-top: 17px;
}
.inner-saas-content {
    width: 100%;
    margin-bottom: 31px;
    min-height: auto;
}
.abt-content {
    padding-bottom: 0.9375em;
    padding-left: 0.9375em;
}
.call-us {
     padding: 30px 0 20px;
}
.search-form-3 {
    padding-bottom: 80px;
}
.search-form {
    padding: 33px 0 33px;
}
.thumb-item-inner.servies-list p {
    display: block;
    color: #666666;
}


.careers--item-block {
    padding-bottom: 60px;
    padding-top: 50px;
}
.thumb-item:hover .thumb-item-inner.servies-list {
    background-color: transparent;
    top: 0;
    border-radius: 14px;
    margin: 0 auto;
    width: 100%;
    padding-top: 0;
}
.thumb-item-inner.servies-list {
    position: relative;
    bottom: 0;
    padding: 0;
    text-align: center;
}

.search-form-2 {
    padding: 24px 0 30px;
}
.btn-txt {
  
    padding-top: 8px;
}
figcaption.banner-figcaption-left {
    padding: 23px 0 15px;
}

figcaption.banner-figcaption-left {
    position: relative;
    top: 0;
    border-bottom: 1px solid #ccc;
}
h2.home-banner-title-1 {
    color: #428fdf;
}
h2.home-banner-subtitle-1 {
    color: #428fdf;
}
    
    .figcaption.services-figcaption {
    padding-left: 5px;
    padding-right: 5px;
}
    
    .service-one {
    text-align: left;
    margin-top: 0px;
    padding: 34px 0 35px;
}
    
    #home-support-page-type {
    text-align: left;
}

    .home-page header {
        padding-bottom: 0;
    }
    
    .mobile-cart-currency {
    display: none !important;
}
.outer-about-sec {
    min-height: auto;
}
.blog-page-type {
    text-align: left;
}
.article-page-type {
    text-align: left;
}

    .inner-banner.blog-banner {
        position: relative;
        top: 0;
        left: 0;
        text-align: center;
        background: #4d8cca;
        padding: 25px 10px;
    }
.inner-banner.blog-banner h1 {
    color: #FFFFFF;
}
.inner-banner.blog-banner h1 span {
    color: #FFFFFF;
}
#ps-contact-us h3 {
    text-align: center;
}

footer h4 {
    padding: 15px 0 9px;
}

.figcaption.services-figcaption {
    position: relative;
    top: 0;
    left: 0;
    padding-top: 34px;
    text-align: center;
}

h1.banner-title {
    padding-bottom: 7px;
    color: #428fdf;
}
h1.banner-title span {
    display: inline;
}
h2.banner-subtitle {
    color: #428fdf;
}
h2.banner-subtitle span {
    display: inline;
}

    
    header {
        padding: 13px 0 0px;
        position:relative !important;
    }
    
    header .phone {
        padding: 1px 0 0;
          font-size: 18px;
    }
    
    a.button.btn-2 {
    color: #444444;
    background: #f7c001;
    border: 1px solid #f7c001;
}

a.button.btn-2:hover {
    border: 1px solid #f7c001;
    background: #fff;
    color: #f7c001;
}

.email-2-btn {
    border-bottom: 1px solid #ccc;
    padding: 0 0 20px !important;
    border-top: none !important;
}
    
    header .mobile-email {
         border-top: 1px solid #ccc;
    padding: 20px 0 20px;
    }
    
    .top-bar .button {
         padding: 10px 24px 10px;
    }
       
    header .phone:before {
        padding-right: 9px;
        font-size: 22px;
        position: relative;
        height:24px;
    }
    
    .mobile-cart-currency {
         border-top:1px solid #666666;
         border-bottom:1px solid #666666;
         height: 65px;
    }
    
    .mobile-currency {
         float: left;
         text-align: center;
         padding-top: 21px;
    }
    
    .top-bar .toggle-topbar.menu-icon {
        left: 0;
        margin: 0;
        padding: 0;
        right: auto;
       top: 18px;
        position: relative;
        width: 10%;
        float: left;
    }
    
    header .top-bar.expanded .title-area {
        background: none;
    }
        
    .top-bar .name {
        width: 82%;
        text-align: center;
        float: left;
        height:auto;
        margin-top: 5px;
    }
    header {
    padding: 14px 0 0 !important;
}
    header .top-bar .title-area {
         margin-bottom: 14px;
    margin-top: 0;
    }
    
    .text-logo {
         width: auto;
         text-align: center;
         margin: auto;
         font-size: 2em;
    }
    
    #sidebar {
        display: block;        
        background-color: #FFFFFF; 
        background-repeat: repeat-y; 
        background: -webkit-gradient(linear, right top, left top, from(#FFFFFF),color-stop(0.1, #FFFFFF), to(#FFFFFF)); 
        background: -webkit-linear-gradient(left, #FFFFFF 83%, #FFFFFF); 
        background: -moz-linear-gradient(left, #FFFFFF 83%, #FFFFFF); 
        background: -ms-linear-gradient(left, #FFFFFF 83%, #FFFFFF); 
        background: -o-linear-gradient(left, #FFFFFF 83%, #FFFFFF);
        padding:0!important;
        position: absolute;
        height:100%;
    }
    
    #sideMainNav {
        list-style: none outside none;
        margin-bottom: 0;
        margin-left: 0;
        float: left;
        width: 100%;
    }

    #sidebar form .mobile-search-wrap {
        border: 1px solid #000000;
    	background-color: ;
    	display: block;
    	float: none !important;
    	height: 43px;
    	margin: 0 auto 25px;
    	width: 95%;
    }
    
    .mobile.fi-magnifying-glass{
        color: #000000;
    	cursor: pointer;
    	font-size: 32px;
    	position: absolute;
        top: 4px;
        right: 20px;
    }

    .mobile-search-button {
        opacity: 0;
    	border: 0 none;
    	height: 41px !important;
    	float: right;
    	width: 70px;
    	z-index: 9999999;
    	cursor: pointer;
    	right: 0;
    	position: absolute;
    }
    
    .nav-bar li span {
        display: inline-block;
    	color: #666666;
    	font-size: 15px;
    	font-family: 'Poppins', sans-serif;;
    	margin-right: 0;
    	padding: 0 5px;
        text-transform: uppercase;
    }
    
    .nav-bar li span.ps-user-greeting-container {
        padding-left:10px;
    }
    
    .nav-bar li span.ps-user-greeting-container a {
        padding:0;
    }
    
    .nav-bar li a {
        display: inline-block;
        color: #666666;
    	font-size: 15px;
    	font-family: 'Poppins', sans-serif;;
    	margin-right: 0;
    	padding: 0 18px;
        text-transform: uppercase;
    }
    
    .nav-bar li a:hover span, .nav-bar li a:focus span, .nav-bar li a:active span {
        color: #428FDF;
    }
    
     .nav-bar li ul li a {
        color: #474747;
    }
    
    .nav-bar li ul li a:hover, .nav-bar li ul li a:focus, .nav-bar li ul li a:active {
        color: #474747;
    }
    
    [role="complementary"] .has-dropdown .dropdown li a:hover span {
        color: #474747;
    }
    
    .nav-bar {
        list-style: none outside none;
    	margin-bottom: 0;
    	margin-left: 0;
    	float: left;
    	width: 100%;
    }
    
    .nav-bar li {
        border-bottom: 1px solid #DADADA;
        display:block;
        line-height: 44px;
        width: 100%;
    }
    
    .nav-bar li ul.dropdown{
        margin-left:0;
        border-top: 1px solid #DADADA;
    }
    
     .nav-bar li.has-dropdown ul.dropdown{
        display:none;
    }
    
    .nav-bar li > a {
    	word-wrap: break-word;
        text-transform: uppercase;
        width:100%;
    }
    
    .nav-bar li a:hover, .nav-bar li a:focus, .nav-bar li a:active {
    	color: #428FDF;
    }
    
      /* Ecommerce Css*/
    .mobile-cart {
         float: left;
         text-align: center;
         border-right:1px solid #DADADA;
         padding-top: 15px;
         padding-bottom: 9px;
         height: 63px;
    }
    
    .mobile-cart.full {
         border-right:0px solid;
    }
    
    .cart {
        float:none;
        margin-right: 0;
        margin-left: 0;
    }
    
    header .ps-cart-text-container {
        left: 18px;
        top: -14px;
        font-size: 15px;
        height: 18px;
        width: 20px;
    }    
    
    .fi-shopping-cart {
        top: 4px;
        margin-left: 0;
        font-size: 28px;
    }
    
    header .cart-list {
        left: 20%;
        top: 47px;
    }
    
    header .mobile-cart.full .cart-list {
        left: 36%;
    }
    
    header .cart-list .header-cart-item {
        list-style: none;
    }
    
    header .cart-list .header-cart-item li a.button.checkout {
        top: 0;
        color: #FFFFFF;
        line-height: 2em;
        font-size: 0.875em;
        height: 2em;
        padding: 0 10px;
        position: relative;
    }
    
    .currency-converter {
        margin-right: 0;
        float: none;
    }

    .filter {
        padding-top: 10px;
        text-align: center;
        width: 100%;
    }
    
    /* Header Ends */
    
    /* SideNav Begins */
    #sidebar {
        display: block;		
        background-color: #FFFFFF; 
        background-repeat: repeat-y; 
        background: -webkit-gradient(linear, right top, left top, from(#FFFFFF),color-stop(0.1, #FFFFFF), to(#FFFFFF)); 
        background: -webkit-linear-gradient(left, #FFFFFF 83%, #FFFFFF); 
        background: -moz-linear-gradient(left, #FFFFFF 83%, #FFFFFF); 
        background: -ms-linear-gradient(left, #FFFFFF 83%, #FFFFFF); 
        background: -o-linear-gradient(left, #FFFFFF 83%, #FFFFFF);
        padding: 0!important;
        position: absolute;
        height:100%;
    }
    
    #sideMainNav {
        list-style: none outside none;
        margin-bottom: 0;
        margin-left: 0;
        float: left;
        width: 100%;
    }
    
    li.user-login-mobile {
    display: none !important;
}
    
    #sidebar form {
        background-color: #000000;
        border-bottom: 1px solid #DADADA;
        display: none;
    	width: 100%;
    }
    
    #sidebar form .mobile-search-wrap {
    	border: 1px solid #000000;
    	background-color: #000000;
    	display: block;
    	float: none !important;
    	height: 43px;
    	margin: 25px auto;
    	width: 95%;
    }
    
    .mobile.fi-magnifying-glass{
        color: #000000;
    	cursor: pointer;
    	font-size: 28px;
    	position: absolute;
    	top: 0;
        right: 20px;
    }
     
    .mobile-search {
    	border: none;
    	background-color: #FFFFFF;
    	color: #000000 !important;
    	font-family: 'Poppins', sans-serif;;
    	font-size: 16px !important;
    	float: left;
    	padding: 9px;
        width:100%;
    }
    
    .mobile-search-button {
        opacity: 0;
    	border: 0 none;
    	height: 41px !important;
    	float: right;
    	width: 70px;
    	z-index: 9999999;
    	cursor: pointer;
    	right: 0;
    	position: absolute;
    }
    
    .nav-bar li a, .nav-bar li span {
        display: inline-block;
    	color: #666666;
    	font-size: 15px;
    	font-family: 'Poppins', sans-serif;;
    	margin-right: 0;
    	padding: 0 5px;
    }
    
    .nav-bar {
        list-style: none outside none;
    	margin-bottom: 0;
    	margin-left: 0;
    	float: left;
    	width: 100%;
    }
    
    .nav-bar li {
        border-bottom: 1px solid #DADADA;
        display:block;
        line-height: 44px;
        width: 100%;
    }
    
    .nav-bar li > span > a { 
        text-transform: uppercase;
    }
    
    .nav-bar li > a {
    	word-wrap: break-word;
        text-transform: uppercase;
        width:100%;
        padding: 0 10px;
    }
    
    [role="complementary"] .has-dropdown ul {
        padding:0;
        margin:0;
    }
    
    [role="complementary"] .has-dropdown ul li:last-child {
        border-bottom: none;
    }

    [role="complementary"] .has-dropdown .dropdown li {
        background-color:#FFFFFF;
    }
    
    [role="complementary"] .has-dropdown .dropdown li a {
        padding:0 20px;
    }
    
    [role="complementary"] .has-dropdown .dropdown .has-dropdown .dropdown a {
        padding:0 30px
    }
    
    [role="complementary"] .has-dropdown .dropdown li a,
    [role="complementary"] .has-dropdown .dropdown li span{
        color:#474747;
    }
   
    
    .nav-bar .mycart > a:hover, .nav-bar .mycart > a:active, .nav-bar .mycart > a:focus,
    .nav-bar li a:hover, .nav-bar li a:focus, .nav-bar li a:active,
    [role="complementary"] .has-dropdown .dropdown li a:hover,
    [role="complementary"] .has-dropdown .dropdown li a:active,
    [role="complementary"] .has-dropdown .dropdown li a:focus,
    [role="complementary"] .has-dropdown .dropdown .has-dropdown li a:hover,
    [role="complementary"] .has-dropdown .dropdown .has-dropdown li a:active,
    [role="complementary"] .has-dropdown .dropdown .has-dropdown li a:focus,
    [role="complementary"] .has-dropdown .dropdown .has-dropdown li ul li a:hover,
    [role="complementary"] .has-dropdown .dropdown .has-dropdown li ul li a:active,
    [role="complementary"] .has-dropdown .dropdown .has-dropdown li ul li a:focus {
        font-weight:500;
    }
    
    [role="complementary"] .has-dropdown .dropdown li a:hover,
    [role="complementary"] .has-dropdown .dropdown li a:active,
    [role="complementary"] .has-dropdown .dropdown li a:focus {
        color:#474747;
    }
    /* SideNav Ends */
    
    /* Footer Begins */
    footer {
        text-align:center;
          border-top: none;
        margin-top:50px;
    }
    
    footer ul {
    margin-bottom: 15px;
}
    
    footer h4 { 
        margin-bottom: 0px;
    }
    
    .links-section {
        border-bottom:1px solid #3572B2;
           padding-bottom: 0;
    }
    
    .newsletter-section.columns {
    padding-left: 0;
}
    
    .media-section {
        border-bottom:1px solid #3572B2;
       padding: 0px 0 10px;
    }
    
    footer {
    padding: 1px 0 5px;
}
    
    .powered-section {
    padding-top: 13px;
    margin-top: 12px;
}
    
    .newsletter-section {
        border-bottom:1px solid #3572B2;
          padding: 0px 0 0;
    }
    
    .subscribe-instruction {
        margin-bottom:0px;
    }
    
    .contact-section {
        padding:0;
    }
    
    .contact-section .column-container {
        width: 270px;
        margin: 0 auto;
    }
    
    .newsletter .subscribe {
        width: 195px;
    }
  
    .newsletter-mobile .subscribe{
        text-transform:uppercase;
        font-size: 1em;
        font-family: 'Poppins', sans-serif;;
        background: transparent;
        color: #DADADA;
        border:1px solid;
        line-height:26px;
        padding: 4px 16px;
        cursor:pointer;
    }
    
    .newsletter-mobile .subscribe:hover,.newsletter-mobile .subscribe:focus, .newsletter-mobile .subscribe:active {
        opacity:0.8;
    }
    
    .address-holder {
        padding-top:10px;
        padding-bottom:10px;
    }
    
    .address-holder .marker {
        display: block;
        font-size: 2em;
        line-height: 1em;
    }
    
    .copyright-holder { 
        border-top:1px solid #3572B2;
    }
    
    .storename {
        font-size: 1.6em;
        line-height: 1.5em;
        margin-bottom: 2px;
    }
    
    footer .social-media {
        border-bottom:1px solid #3572B2;
        padding-top: 6px;
        padding-bottom: 5px;
    }
    
    .social-media-icons li:first-child a {
        padding: 0 10px;
    }
    
     .social-media-icons li {
        float:none;
        padding-right:0;
    }
    
    .social-media-icons li a {
        padding: 0 10px;
    }
    
    .social-media-icons .step.social-icon {
         font-size: 51px;
    }
    
    .search-by-map-text-3 {
    padding: 42px 55px 18px;
    text-align: left;
}

ul.list.second-list {
    margin-bottom: 0;
}

.inner-list span {
    display: inline;
}
.outer-list {
    border: 1px solid #f7c001;
    background: #f7c001;
}
.outer-list a {
    color: #444;
    font-weight: 700;
}    
    .powered {
        padding: 7px 0;
    }
    
    .resp-accordion {
    text-align: left;
}

.resp-tab-content.resp-tab-content-active {
    text-align: left;
}
    
    body {
        font-size:15px;
    }
    
    main {
        text-align:center;
    }
    
    #main-text {
        padding: 7px 0 15px;
    }
    
    /* homepage starts */
    
    .big-text-title {
        text-align: inherit;
    }
    
    .big-text-title h1, .big-text-title h2, .big-text-title h3 {
        padding: 10px 0 0;
    }
    
    .featured-products {
        padding: 22px 0 0;
    }
    
    .collection-title {
        padding-bottom: 33px;
    }
    
    #instafeed li {
        width:49% !important;
        height:auto !important;
        padding:0 !important;
        float: left !important;
        margin: 1%;
    }
    
    #instafeed li:first-child, #instafeed li:nth-child(3) {
        margin-left:0px;
    }
    
    #instafeed li:nth-child(2), #instafeed li:nth-child(4) {
        margin-right:0px;
    }
    
    #instafeed li img {
        width:100% !important;
        height:auto !important;
    }
    
    .instagram-info {
        margin-top: 17px;
    }
    
    .home-socialicons {
        left: 23%;
    }
     /* End of homepage starts */
     
     /* About Page */
     .two-images-section figure {
        float: none;
        margin-right: 0;
        margin-bottom: 25px;
    }
    
    .two-images-section {
        margin-bottom: 5px;
    }
     /* About page Ends*/
     
     /* contact us */
     .contactus-page-type-wrapper #ps-contact-us p {
         text-align:inherit !important;
     }
     
     .mid-page-section .map {
        padding-left: 0;
        padding-right: 0;
        width: 460px;
        margin-left: auto;
        margin-right: auto;
        float: none;
        margin-bottom: 20px;
     }
     
    .contactus-page-type-wrapper #ps-contact-us .contact-form {
         width:460px;
         margin-left:auto;
         margin-right:auto;
         text-align:left;
         margin-top:50px;
     }
     
  
     /* Contact page ends */
     
     /* collection page */
     .collectionpage-collection li.items {
        padding-bottom: 60px;
    }
    
    .collection .image {
        margin-bottom: 20px;
    }
     
     .mid-page-section .collection-details {
        padding-right: .9375em;
        margin-top: 9px;
    }
     /* collection page ends */
     
     
     /*gereric */
     .inner-page #slider-pager {
         display:none;
     }
     

/* HEADER */
.header-cta-section {
    background-color: unset;
    padding: 0px;
    margin: 0px 0px 0px;
    display: none;
}


} /* Media max-width:940px */

@media only screen and (max-width: 768px) {
    /* Typography */
    h1, h3{
        padding:15px 0;
    }
    /* Typography - Ends */
    
    /* Homepage */
    .homepage .has-blog .main-text {
        padding: 0 0 35px
    }
    
    .blog-title {
        padding:15px 0 50px;
    }
    
    .latest-blog-posts li {
        padding-bottom:35px;
    }
    
    .latest-blog-posts li:last-child {
        padding-bottom:0;
    }
    
    .blog-read-more {
        margin:35px 0 0;
    }
    
    .reviews-section {
        padding:35px 0 15px;
    }
    
     .homepage .review-title {
         padding:15px 0 0;
     }
    
    .review-description.border {
        border:none;
    }
    
    .review-description-text {
        padding-top:35px;
        padding-bottom:0 ;
        text-align:center;
    }
    
    .review-description .button {
        padding-bottom:0;
    }
    
    .services-title {
        padding-bottom:15px;
    }
    
    .service-figure {
        padding:35px 0 0;
    }
    
    .juicer-plugin-title {
        padding-bottom:20px;
    }

    .blog-article {
        text-align:center;
        max-width:550px;
        margin:0 auto;
    }
    
    /* Porfolio */
    .portfolio-list li:first-child .portfolio-figure {
        padding-top:15px;
    }
    
    .portfolio-figure {
        padding-bottom:0;
    }
    
    .logged-out .services-list a,
    .logged-out .portfolios a {
        width:auto;
        display:inline-block;
    }
    
    .logged-out a:hover .service-figure, 
    .logged-out a:focus .service-figure, 
    .logged-out a:active .service-figure {
        background:none;
    }
    /* Porfolio */
    
    /* About us */
    .team {
        text-align:center;
    }
    /* About us */
} /* Media max-width:768px */


@media only screen and (max-width: 640px) {
    .big-text-title h1, .big-text-title h2, .big-text-title h3 {
        font-size: 6.6em;
    }
    
    .collection-title, .second-level-headding, .instagram-head-section {
        font-size: 5.6em;
    }
    
    h1, .h1 {
        font-size: 5.6em;
    }
}


@media only screen and (max-width: 568px) {
    .home-socialicons {
        left: 16%;
    }
    
 ul.home-list {
    width: 91%;
    margin: 0 auto;
}   
.search-by-map-text-2 a.button span {
    display: inline;
}    
}

@media only screen and (max-width: 501px) {
    
    /* HEADER */
    .top-bar .name {
        width: 84%;
    }
}

@media only screen and (max-width: 480px) {

.top-bar .toggle-topbar.menu-icon {
    top: 12px;
}

.container {
    min-height: 700px;
}

}


@media only screen and (max-width: 480px) {
    .contactus-page-type-wrapper #ps-contact-us .contact-form, .mid-page-section .map {
            width:100%;
    }
    .home-socialicons {
        left: 12%;
    }
}

@media only screen and (max-width: 479px) {
    .top-bar .name {
        width: 83%;
    }
    
    .top-bar .toggle-topbar.menu-icon {
    top: 40px;
}
.ps-newsletter-registration.form-container {
    padding: 50px 0;
}
    
    .big-text-title h1, .big-text-title h2, .big-text-title h3, .collection-title, .instagram-head-section {
        font-size: 4.6em;
    }
    
    .social-media-icons .step.social-icon {
        font-size: 45px;
    }
    
    .social-media-icons-home li {
        float: none;
    }
    
    .social-media-icons li a {
        padding: 0 4px;
    }
    
    .social-media-icons li:first-child a {
        padding: 0 4px;
    }
    
    .social-media-icons .houzz {
        width: 1.2em;
        height: 31px;
    }
    
   
    .home-socialicons {
        left: auto;
        position: relative;
    }
    
    .instagram-info {
        height: auto;
    }
    
    .social-media-icons-home {
        float: none;
    }
    
    .home-socialicons {
        left: auto;
        position: relative;
        bottom: 0;
    }
    
    .home-socialicons span {
        float: left;
        margin-top: 15px;
        width: 100%;
    }
    
    .quantity-holder {
        padding-top: 20px;
        padding-bottom: 13px;
        width: 100%;
        padding-left: 19%;
    }
    
    .add-to-cart-holder {
        border-top: 1px solid #DADADA;
        border-left:0px solid;
        padding-left: 0;
        width: 93%;
        margin: 0 4%;
    }
    
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {  
    .newsletter .enter-email{
        line-height:26px;
        height:31px;
    }
} /* required for IE */




.contact-icon-box {
    text-align: center;
    padding: 20px 2%;
    margin-bottom: 30px;
    border-radius: 5px;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    -webkit-box-shadow: 0 20px 60px 0 rgba(40, 93, 251, 0.16);
    box-shadow: 0 20px 60px 0 rgb(97 99 106 / 16%);
    min-height: 285px;
}

.contact-icon-box .contact-icon {
    border-right: 5px dashed #444;
    border-bottom: 5px solid #444;
    display: inline-block;
    margin-bottom: 30px;
    padding: 25px;
    border-radius: 50%;
}

section#contact-main-text {
    text-align: center;
    padding: 4rem 0;
}

.contact-body p {
    text-align: center !important;
}

section.contact-form-section {
    margin-bottom: 3rem;
}


.contact-icon-box .contact-icon svg {
    text-align: center;
    fill: #428fdf;
    display: inline-block;
    border-radius: 0;
    width: 50px;
    height: 50px;
    line-height: 120px;
    font-size: 50px;
    /*background-color: #000;*/
}


.contact-icon-box h3 {
    font-size: 18px;
    font-weight: 400;
    padding: 0 0 0;
    margin-bottom: 10px;
    text-align: center !important;
    text-transform: uppercase;
}

.intl-tel-input.allow-dropdown input[type=tel] {
    padding-right: 6px;
    padding-left: 52px;
    margin-left: 0;
    width: 100%;
    margin-bottom: 5px !important;
    height: 38px;

    border: 1px solid #DADADA;
}

.submit_wrap label {
    display: none;
}

.intl-tel-input {
    position: relative;
    display: block;
}

.map {
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 12px 0 rgb(152 152 152 / 46%);
    -moz-box-shadow: 0 0 12px 0 rgba(152, 152, 152, 0.46);
    box-shadow: 0 0 12px 0 rgb(152 152 152 / 46%);
}
.service-four {
    padding: 53px 0 31px;
}
.contact-form {
    padding: 25px 30px;
    background: #fff;
    border-radius: 7px;
    -webkit-box-shadow: 0 5px 20px -5px rgb(0 0 0 / 10%);
    box-shadow: 0 5px 20px -5px rgb(0 0 0 / 10%);
}

.contact-form fieldset {
    border: none;
    padding: 0;
}

.contact-details{
    padding-bottom: 20px;    
}

.contactus-page-type-wrapper #ps-contact-us input[type="email"], .contactus-page-type-wrapper #ps-contact-us input[type="tel"]{
    border: 1px solid #DADADA;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
}