h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}
b, strong{
    font-weight: bolder;
}
a, button {
    transition: all 300ms;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
}
.btn.btn-primary {
    background-color: #3c84ce;
    border-color: #3c84ce;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px !important;
    padding: 14px 18px;
    min-width: 250px;
    border-radius: 0 0 0 0;
}
.btn.btn-primary:hover {
    background-color: #3074ba;
    border-color: #3074ba;
    color: #fff !important;
}
iframe{
    max-width: 100%;
}
.container {
    width: 100%;
    max-width: 1280px
}
.page-header .header.panel{
    padding-top: 0;
    padding-bottom: 0;
}
.header .top-header-content {
    color: #666666;
    background-color: #ebebeb;
    border-bottom: 1px solid #e8e8e8;
}

.header .top-header-content .pull-right{
    display: flex;
    align-items: center;
}

.top-header-content .header-top-secondary-logo {
    display: inline-block;
    vertical-align: middle;
    padding-top: 5px;
    padding-left: 20px;
    margin-left: 15px;
    border-left: 1px solid #d8d8d8
}

.top-header-content .header-top-info {
    display: inline-block;
    vertical-align: middle
}

.top-header-content .header-top-info ul {
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}

.top-header-content .header-top-info ul li {
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    margin: 0;
}

.top-header-content .header-top-info ul li:first-child a {
    font-size: 17px
}

.top-header-content .header-top-info ul li a {
    color: #666 !important
}

.top-header-content .header-top-info ul li a i {
    margin-right: 5px
}

.top-header-content .header-top-socials {
    display: flex;
    align-items: center;
}
.top-header-content .header-top-socials ul{
    margin: 0 0 0 10px;
    padding: 0;
    list-style: none;
}

.top-header-content .header-top-socials ul li {
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    padding-top: 8px;
    border-right: 1px solid #d7d7d7;
    margin: 0;
}

.top-header-content .header-top-socials ul li:first-child {
    border-left: 1px solid #d7d7d7
}

.top-header-content .header-top-socials ul li:last-child {
    border-right: 0 none
}

.top-header-content .header-top-socials ul li a {
    display: inline-block;
    overflow: hidden;
    text-indent: -9999px;
    vertical-align: middle;
    text-align: left;
    color: #666 !important
}

.top-header-content .header-top-socials ul li a i {
    float: left;
    font-size: 18px;
    line-height: 20px;
    margin: 0;
    text-indent: 0
}

.top-header-content .top-links{
    margin-left: auto;
}
.custom-header-link{
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}
.custom-header-link li{
    margin: 0;
}

.top-header-content .top-links li:not(first-child){
    border-left: 1px solid #fff;
}
.top-header-content .top-links li a:not(.no-display) {
    text-transform: uppercase;
    background: #3c84ce;
    color: #fff !important;
    padding: 9px 15px 11px;
    display: inline-block;
    vertical-align: middle;
}

.top-header-content .top-links li.authorization-link a:not(.no-display) i {
    margin-right: 5px
}

.middle-header-content .container button.action.nav-toggle {
    margin: 0;
    padding: 11px;
    padding-left: 20px;
    background-color: transparent !important;
    color: #3b3b3b !important
}

.header.content{
    padding: 22px 20px;
}
.logo{
    margin: 0;
    width: 100%;
    max-width: 182px;
}
.logo img {
    width: 100%;
    height: auto;
}
.header-top-secondary-logo {
    float: left;
    padding-top: 5px;
    padding-left: 20px;
    margin-left: 15px;
    border-left: 1px solid #d8d8d8;
}
.header-top-secondary-logo ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.header-top-secondary-logo ul li{
    margin: 0;
}

.minicart-wrapper{
    margin-top: 18px;
    margin-left: 20px;
}
.minicart-wrapper .action.showcart{
    position: relative;
    border: none;
    background: none;
    padding: 0;
}
.minicart-wrapper .action.showcart .text{
    width: auto;
    clip: auto;
    height: auto;
    text-transform: uppercase;
    color: #666666;
    font-weight: 500;
    margin: 0 0 0 10px;
    position: relative;
}
.minicart-wrapper .action.showcart:before{
    content: '';
    display: inline-block;
    width: 30px;
    height: 22px;
    background: url(../images/icon-cart-blue.png) no-repeat center;
}
.minicart-wrapper .action.showcart.active:before{
    content: '';
}
.minicart-wrapper .action.close{
    outline: none;
}
.minicart-wrapper .action.showcart .counter.qty {
    border-radius: 50%;
    min-width: 20px;
    line-height: 20px;
    height: auto;
    position: absolute;
    left: 13px;
    bottom: -5px;
    background-color: #262262 !important;
    color: #ffffff !important;
}

.header.content > form{
    float: right;
    width: 500px;
    display: flex;
    flex-direction: row;
    border: 1px solid #c2c2c2;
    margin-top: 12px;
    position: relative;
}
.header.content > form .field.search, .header.content > form .field.category{
    flex: 0 0 249px;
    position: relative;
}
.header.content > form .field.category{
    padding-right: 30px;
}
.header.content > form .field.category:before{
    content: '';
    position: absolute;
    top: 9px;
    left: 0;
    border: 1px solid #c2c2c2;
    height: 22px;
}
.header.content > form .control input, .header.content > form .control select{
    height: 40px;
    border: none;
    color: #666;
}
.header.content > form .control input:focus, .header.content > form .control select:focus{
    outline: none;
    box-shadow: none;
}
.header.content > form .actions{
    margin-top: 0;
    position: absolute;
    top: 0;
    right: 0;
}

.header.content > form .actions .action.search{
    border: none;
    height: 40px;
    background-color: transparent;
    padding: 0 8px;
}
.header.content > form .actions .action.search:focus{
    outline: none;
    box-shadow: none;
}
.navigation .level0 .submenu{
    min-width: 200px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
    border: 1px solid #e2e2e2;  
}
.navigation .level0 .submenu li{
    border-bottom: 1px solid #e2e2e2;    
} 
.navigation .level0 .submenu a:hover, .navigation .level0 .submenu a.ui-state-focus{
    background: #f0f0f0;
    color: #333;
}


.social-payment a,.social-payment img {
    margin-right: 3px
}
.covid-message{
    background: red;
    padding: 8px 10px;
    text-align: center;
    color: #fff;
}
.covid-message p{margin:0 !important;}

.container {
    width: 100%;
    max-width: 1280px
}
@import url('https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700,800,900.less');body,h1,h2,h3,h4,h5,h6 {
    font-family: 'Poppins' !important
}
body{background-color:#ffffff;font-size:14px;}

.page-footer .footer-container .top-footer {
    padding-bottom: 10px;
  }
  .page-footer .footer-container .middle-footer {
    padding: 0;
  }
  .page-footer .footer-container .middle-footer ul{
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .page-footer .top-footer {
    background: #8f8f8f;
    padding: 20px 0;
    text-align: center;
    color: #fff
}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}
.page-footer .top-footer .title {
    font-size: 30px;
    text-transform: uppercase
}

.page-footer .top-footer .form.subscribe {
    max-width: 500px;
    margin: 0 auto;
    display: block;
    position: relative
}

.page-footer .top-footer .actions {
    position: absolute;
    top: 0;
    right: 0
}

footer .top-footer {
    background-color: #252525 !important;
    color: #ffffff !important;
    border-color: #ffffff !important;
}

footer .top-footer h1,
footer .top-footer h2,
footer .top-footer h3,
footer .top-footer h4,
footer .top-footer h5,
footer .top-footer h6,
footer .top-footer .h1,
footer .top-footer .h2,
footer .top-footer .h3,
footer .top-footer .h4,
footer .top-footer .h5,
footer .top-footer .h6 {
    color: #ffffff !important;
}

footer .top-footer a {
    color: #ffffff !important;
}

footer .top-footer a:hover {
    color: #3074ba !important;
}

footer .middle-footer {
    background-color: #252525 !important;
    color: #ffffff !important;
}

footer .middle-footer h1,
footer .middle-footer h2,
footer .middle-footer h3,
footer .middle-footer h4,
footer .middle-footer h5,
footer .middle-footer h6,
footer .middle-footer .h1,
footer .middle-footer .h2,
footer .middle-footer .h3,
footer .middle-footer .h4,
footer .middle-footer .h5,
footer .middle-footer .h6 {
    color: #ffffff !important;
}

footer .middle-footer a {
    color: #ffffff !important;
}

footer .middle-footer a:hover {
    color: #3074ba !important;
}

footer .bottom-footer {
    background-color: #ffffff !important;
    color: #666666 !important;
}

footer .bottom-footer h1,
footer .bottom-footer h2,
footer .bottom-footer h3,
footer .bottom-footer h4,
footer .bottom-footer h5,
footer .bottom-footer h6,
footer .bottom-footer .h1,
footer .bottom-footer .h2,
footer .bottom-footer .h3,
footer .bottom-footer .h4,
footer .bottom-footer .h5,
footer .bottom-footer .h6 {
    color: #ffffff !important;
}
footer.page-footer {
    margin-top: 0;
}

.footer-container .middle-footer {
    padding: 60px 0px;
    background-color: #F0F0F0
}

.footer-container .middle-footer .logo-footer {
    max-height: 50px
}

.footer-container .middle-footer h4 {
    text-transform: uppercase;
    font-weight: 600;
    color: #333;
    margin-bottom: 20px
}

.footer-container .middle-footer ul li {
    padding: 5px 0;
    margin: 0;
}

.footer-container .bottom-footer {
    background: #7E807E;
    text-align: center;
    background-color: #8f8f8f;
    color: #fff;
    padding: 10px 0
}

.footer-container .bottom-footer address {
    margin: 0
}
.footer-socials{
    list-style: none;
    padding: 0;
    margin: 0;
}
.page-footer .footer-container .top-footer img{
    margin-bottom: 10px;
}
.page-footer .footer-container .top-footer img.paystation{
    height: 30px;
}
.scroll-to-top {
    border: 1px solid #c2c2c2;
    border-radius: 5px;
    width: 50px;
    height: 50px;
    position: fixed;
    right: 25px;
    bottom: 25px;
    font-size: 20px;
    text-align: center;
    line-height: 48px;
    color: #c2c2c2;
    background-color: #fff;
    z-index: 999;
}
.scroll-to-top:hover{
    background-color: #428bca;
    border-color: #428bca;
    color: #fff;
}


/* Navigation css start */

.nav-sections{
    padding: 7px 0;
    margin: 0 !important;
    border-top: 1px solid #d7d7d7;
}
.nav-sections, .navigation{
    background-color: #fff;
}
.navigation .level0{
    margin: 0;
}
.navigation .level0 > .level-top{
    font-size: 15px;
    font-weight: 500;
    color: #262262;
    line-height: 1.5;
    padding: 10px 11px;
    border: none !important;
}
.navigation .level0.parent > .level-top{
    padding-right: 30px;
    border-bottom: none;
}
.navigation .level0.parent > .level-top > .ui-menu-icon{
    right: 5px;
}
.navigation .level0.parent > .level-top > .ui-menu-icon:after{
    font-size: 28px;
}
.navigation .level0 > .level-top:hover, .navigation .level0.active > .level-top, .navigation .level0.has-active > .level-top{
    color: #3c84ce;
}

.navigation .level0 .submenu a{
    font-size: 12px;
    line-height: 1.5;
    padding: 12px 20px 10px;
    font-weight: 600;
}

.navigation .level0 > .level-top:hover, .navigation .level0.active > .level-top, .navigation .level0.has-active > .level-top{
    color: #3c84ce;
}

/* Navigation css end */

.banner-item.banner-slider .item-content{
    position: relative;    
    z-index: 0;
    color: #fff;
    padding-top: 200px;
    padding-bottom: 150px;
}
.banner-item.banner-slider .item-content > img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}
h1{
    font-size: 42px;
}
h3{
    font-size: 36px;
}
h5{
    font-size: 22px;
}
h6 {
    font-size: 18px;
    margin: 10px 0;
}
.banner-item.banner-slider .item-content h5{
    font-size: 22px;
    margin: 10px 0 30px;
}
.slider-services{
    background-color: #262262;
}
.icons-content{
    padding-top: 15px;
    padding-bottom: 20px;
}

.sparsh-testimonials-block{
    padding: 80px 0 70px;
    background-repeat: no-repeat;
    background-size: cover;
}
.sparsh-testimonials-content-block{
    color: #fff;
    text-align: center;
}
.sparsh-testimonials-block .sparsh-testimonials-content-outer{
    width: 66.66%;
    margin: 0 auto;
}
.sparsh-testimonials-block .sparsh-testimonials-content-outer .sparsh-testimonials-content-block{
    height: auto !important;
}
.sparsh-testimonials-block .sparsh-testimonials-content-outer .sparsh-testimonials-content-block .sparsh-testimonials-detail {
    background-color: transparent;
    background-image: url(../images/quote_marks.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    color: #ffffff;
    font-size: 17.5px;
    font-style: normal;
    font-weight: 300;
    text-align: center;
    padding: 70px 20px 20px;
    margin-bottom: 10px;
    height: auto;
    word-break: break-word;
}
.sparsh-testimonials-block .sparsh-testimonials-content-outer .sparsh-testimonials-content-block span.bold-text{
    font-size: 16px;
    font-weight: 600;
}
.sparsh-testimonials-block .sparsh-testimonials-content-outer .owl-nav{
    display: flex;
    align-items: center;
    justify-content: center;
}
.sparsh-testimonials-block .sparsh-testimonials-content-outer .owl-prev, .sparsh-testimonials-block .sparsh-testimonials-content-outer .owl-next{
    position: static;
    width: 12px;
    height: 20px;
    margin: 0 10px;
    text-indent: -999999px;
}
.sparsh-testimonials-block .sparsh-testimonials-content-outer .owl-prev{
    background: url(../images/arrow-left.png) no-repeat center;
}
.sparsh-testimonials-block .sparsh-testimonials-content-outer .owl-next{
    background: url(../images/arrow-right.png) no-repeat center;
}
.sparsh-testimonials-block .sparsh-testimonials-content-outer .owl-prev span, .sparsh-testimonials-block .sparsh-testimonials-content-outer .owl-next span{
    display: none;
}
.sparsh-testimonials-block .sparsh-testimonials-content-outer .owl-nav > div.disabled{
    opacity: 0.45;
    cursor: auto;
    pointer-events: none;
}


.cms-home .promo-banner-section table td {
    padding: 10px;
}
.promobanner{
    position: relative;
    overflow: hidden;
}
.promo-banner-section .promobanner.mist-text img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}
.promobanner.mist-text a.blurb-link:after {
    position: absolute;
    z-index: 1;
    background-color: rgba(255,255,255,0.8);
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: scaleY(0);
    -moz-transform: scaleY(0);
    -o-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    opacity: 0;
    visibility: hidden;
    -webkit-transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
}
.promobanner.mist-text:hover a.blurb-link:after {
    transform: scaleY(1);
    -moz-transform: scaleY(1);
    -o-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    opacity: 1;
    visibility: visible;
}
.promo-banner-section .promobanner.mist-text:hover .blurb-link:after {
    background: rgba(60,132,206,0.8);
}
.promobanner .bottom-left{
    position: absolute;
    bottom: -50px;
    text-align: center;
    left: 0;
    width: 100%;
    transition: all 300ms ease-in-out;
    padding: 15px;
    z-index: 1;
}
.promo-banner-section .promobanner.mist-text .text h4, .promo-banner-section .promobanner.mist-text .text h6{
    text-align: center;
    font-size: 22px;
    color: #fff;
    margin-bottom: 20px;
}
.promo-banner-section .promobanner.mist-text .banner-button {
    opacity: 0;
    transition: all ease .5s;
}
.promo-banner-section .promobanner.mist-text .banner-button .btn {
    border: 2px solid #fff !important;
    color: #fff;
    background: transparent !important;
    border-radius: 0;
    width: 140px;
    height: 50px;
    font-size: 14px;
}
.promo-banner-section .promobanner.mist-text:hover .text {
    bottom: 50%;
    transform: translateY(50%);
}
.promo-banner-section .promobanner.mist-text:hover .banner-button {
    opacity: 1;
}

.call-to-action-section img {
    width: 100%;
    object-fit: cover;
    height: 220px;
}

.cms-index-index.page-layout-1column .column.main{
    padding-bottom: 0;
}


.brand-section{
    padding: 20px 0;
}
.brand-section .content-heading{
    margin: 0 0 25px;
}
.brand-section .content-heading h3{
    margin: 20px 0 10px;
    color: #262262;
}
.brand-section .sparsh-brand-slider{
    margin-bottom: 30px;
    width: 100%;
}
.brand-section .sparsh-brand-slider .slick-slide{
    margin: 0;
    padding: 0 15px;
}
.brand-section .sparsh-brand-slider .brand-title{
    position: relative;
    padding-top: 100%;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    overflow: hidden;
}
.brand-section .sparsh-brand-slider .brand-title img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.featured-products-section{
    background-color: #ebebeb;
    padding-top: 40px;
    padding-bottom: 40px;
}
.featured-products-section .featured-tabs{
    padding: 0 20px;
}
.featured-products-section h3{
    margin-top: 0;
}


.featured-products-section .featured-tabs .tabs {
    border-bottom: 0 none;
    list-style: none;
    padding: 0;
    margin: 10px 0 0;
    column-gap: 0;
    width: 100%;
}

.featured-products-section .featured-tabs .tabs>li {
    float: left;
    width: 20%;
    margin-right: 0 !important;
    background-color: #f2f2f2;
    outline: none;
    border-right: 1px solid #d7d7d7;
    text-transform: uppercase;
    color: #262262;
    font-size: 18px;
    padding: 35px 15px;
    margin-right: 0;
    font-weight: 500;
    text-align: center;
    margin: 0;
}
.featured-products-section .featured-tabs .tabs>li:last-child{
    border-right: none;
}
.featured-products-section .featured-tabs .tabs>li.active {
    color: #fff;
    background-color: #3c84ce;
    border-radius: 0;
    border: 0 none;
    position: relative;
    border: 0 none !important
}

.featured-products-section .featured-tabs .tabs>li.active:before {
    content: '';
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #fff;
    display: block;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    margin-left: auto;
    margin-right: auto
}

.featured-products-section .featured-tabs .tabs>li.active:hover {
    color: #fff;
    background-color: #3c84ce;
    border: 0 none !important;
}
.featured-products-section .tab-content-wrapper{
    background-color: #fff;
    padding: 50px 0;
    width: 100%;
}
.featured-products-section .products-grid{
    display: flex;
    flex-wrap: wrap;
    column-gap: 0;
    width: 100%;
}
.featured-products-section .products-grid .product-item{
    box-shadow: none;
    border: none;
    border-right: 1px solid #d7d7d7;
    margin: 0 0 35px;
    padding: 15px 25px;
    width: 100%;
    display: flex;
    flex-direction: column;
}
.featured-products-section .products-grid .owl-item:last-child .product-item{
    border-right: none;
}
.featured-products-section .products-grid .product-item h5{
    margin-bottom: 10px;
}
.featured-products-section .products-grid .product-item h5 a{
    font-size: 18px;
    color: #666666;
}
.featured-products-section .products-grid .product-item .product-image{
    position: relative;
    margin: 15px 0;
}
.featured-products-section .products-grid .product-item .media{
    display: inline-block;
    width: 100%;
    position: relative;
    padding-top: 100%;
}
.featured-products-section .products-grid .product-item .media img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.featured-products-section .products-grid .product-item .product-action-btn{
    position: absolute;
    top: 15px;
    right: 15px;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s;
}
.featured-products-section .products-grid .product-item:hover .product-action-btn{
    opacity: 1;
    visibility: visible;
}
.featured-products-section .products-grid .product-item .product-action-btn .action{
    background-color: #3c84ce;
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 0.5em;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    visibility: visible;
    box-shadow: none;
    position: relative;
}
.featured-products-section .products-grid .product-item .product-action-btn .action:before {
    content: attr(title);
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    height: 40px;
    line-height: 38px;
    margin: 0 15px 0 0;
    padding: 0 1em;
    background: rgba(23, 35, 34, 0.75) none repeat scroll 0 0;
    position: absolute;
    white-space: nowrap;
    font-size: 14px;
    font-weight: 700;
    left: -8px;
    font-family: 'Poppins' !important;
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    top: -1px;
    display: none;
}
.featured-products-section .products-grid .product-item .product-action-btn .action:after {
    border-bottom: .5em solid transparent;
    border-left: .5em solid rgba(23, 35, 34, 0.75);
    border-top: .5em solid transparent;
    content: "";
    margin-top: -0.5em;
    position: absolute;
    right: -0.5em;
    left: -8px;
    top: 20px;
    display: none;
}
.featured-products-section .products-grid .product-item .product-action-btn .action:hover{
    text-decoration: none;
}
.featured-products-section .products-grid .product-item .product-action-btn .action:hover:before, .featured-products-section .products-grid .product-item .product-action-btn .action:hover:after{
    display: block;
}

.price-add-to-cart{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    color: #666666;
    margin-top: auto;
}
.featured-products-section .products-grid .product-item .action.tocart{
    text-indent: -99999px;
    width: 50px;
    height: 30px;
    background: url(../images/icon-cart.png) no-repeat center #262262 !important;
    border-color: #262262 !important;
    border-radius: 30px;
}
.featured-products-section .products-grid .product-item .price-box{
    margin: 0;
}

.price-box .price{
    font-size: 20px !important;
}
.product-item .price-box .price{
    font-weight: normal;
}
.price-box .price-including-tax .price {
    font-size: 13px !important;
    display: block
}

.price-box .price-including-tax .price:after {
    content: 'incl GST';
    margin-left: 5px;
    font-size: 13px
}

.price-box .price-excluding-tax .price:after {
    content: 'excl GST';
    font-size: 13px;
    margin-left: 5px
}
.price-including-tax + .price-excluding-tax:before, .weee[data-label]:before{
    content: none;
}


.breadcrumbs{
    margin-bottom: 0;
}
.breadcrumbs ul.items{
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
    font-size: 14px;
}
.breadcrumbs ul.items li a{
    color: #428bca;
}
.breadcrumbs ul.items li strong{
    color: #777;
}
.breadcrumbs .item:not(:last-child):after{
    content: none;
}
.breadcrumbs ul.items >li+li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
}

.page-title-wrapper .page-title {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee;
    width: 100%;
}

.page-main {
    color: #666666 !important;
}
.page-main a {
    color: #3c84ce !important;
}
.page-layout-2columns-right .column.main, .page-layout-2columns-left .column.main{
    width: 75%;
}
.page-layout-2columns-right .sidebar-additional, .page-layout-2columns-left .sidebar-additional, .page-layout-2columns-left .sidebar-main, .page-layout-2columns-right .sidebar{
    width: 25%;
}
.sidebar .block-title {
    text-transform: uppercase;
    border-bottom: 2px solid #333;
    padding-bottom: 7px;
    margin-bottom: 30px;
}
.sidebar .block-title strong {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
}

ol.products.list.items.product-items{
    display: flex;
    flex-wrap: wrap;
    column-gap: 30px;
    row-gap: 30px;
}

ol.products.list.items.product-items li.item.product.product-item{
    float: none !important;
    width: calc(25% - 30px * 3/4);
    margin: 0;
}
.products-grid .product-item .product-item-info{
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
}
.products-grid .product-item .product-item-info .product-item-details{
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
    padding-top: 15px;
}

.products-grid .product-item-details .product-item-name{
    font-size: 22px;
    line-height: 24px;
    font-weight: 500;
    margin: 0;
}
.products-grid .product-item-details .product-item-name .product-item-link{
    display: inline-block;
    font-weight: 500;
}

.products-grid .product-item-info .product-item-photo .product-image-container{
    aspect-ratio: 1 / 1;
    border-radius: 4px;
    border: 1px solid #ddd;
    padding: 4px;
    width: 100%;
}
.products-grid .product-item.sparsh-quick-view-item:hover .product-image-container{
    opacity: 1;
}

.products-grid .product-item .product-item-info .product-item-details .product-item-inner{
    margin-top: auto;
}
.products-grid .product-item .product-item-info .product-item-actions{
    margin: 0;
}
.products-grid .product-item .product-item-info .product-item-actions .actions-primary{
    width: 100%;
}
.products-grid .product-item .product-item-info .tocart{
    font-size: 16px;
    padding: 10px 18px;
    line-height: 24px;
    background-color: #3c84ce;
    color: #fff;
    text-transform: uppercase;
    width: 100%;
}
.products-grid .product-item .product-item-info .actions-secondary{
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 2;
}
.products-grid .product-item .product-item-info .actions-secondary .action, .products-grid .product-item.sparsh-quick-view-item a.sparsh-quick-view-button{
    background-color: #fff;
    color: #3c84ce;
    width: 40px;
    height: 40px;
    border-radius: 0.5em;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: .4s;
    box-shadow: none;
    position: relative;
    border: 1px solid #c2c2c2;
}
.products-grid .product-item .product-item-info:hover .actions-secondary .action, .products-grid .product-item.sparsh-quick-view-item .product-item-info:hover a.sparsh-quick-view-button{
    opacity: 1;
    visibility: visible;
}
.products-grid .product-item .product-item-info .actions-secondary .action:hover, .products-grid .product-item.sparsh-quick-view-item a.sparsh-quick-view-button{
    background-color: #3c84ce;
    color: #fff !important;
}
.products-grid .product-item .product-item-info .actions-secondary .action:before, .products-grid .product-item.sparsh-quick-view-item a.sparsh-quick-view-button:before {
    content: attr(title);
    border-radius: 3px;
    color: #fff !important;
    cursor: pointer;
    height: 40px;
    line-height: 38px;
    margin: 0 15px 0 0;
    padding: 0 1em;
    background: rgba(23, 35, 34, 0.75) none repeat scroll 0 0;
    position: absolute;
    white-space: nowrap;
    font-size: 14px;
    font-weight: 700;
    left: -8px;
    font-family: 'Poppins' !important;
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    top: -1px;
    display: none;
}
.products-grid .product-item .product-item-info .actions-secondary .action:after, .products-grid .product-item.sparsh-quick-view-item a.sparsh-quick-view-button:after {
    border-bottom: .5em solid transparent;
    border-left: .5em solid rgba(23, 35, 34, 0.75);
    border-top: .5em solid transparent;
    content: "";
    margin-top: -0.5em;
    position: absolute;
    right: -0.5em;
    left: -8px;
    top: 20px;
    display: none;
}
.products-grid .product-item .product-item-info .actions-secondary .action:hover, .products-grid .product-item.sparsh-quick-view-item a.sparsh-quick-view-button:hover{
    text-decoration: none;
    background-color: #3c84ce;
    color: #fff !important;
}
.products-grid .product-item .product-item-info .actions-secondary .action:hover:before, .products-grid .product-item .product-item-info .actions-secondary .action:hover:after{
    display: block;
}
.products-grid .product-item.sparsh-quick-view-item a.sparsh-quick-view-button:hover:before, .products-grid .product-item.sparsh-quick-view-item a.sparsh-quick-view-button:hover:after{
    display: block;
}

.products-grid .product-item-info .sparsh-quick-view-btn-container{
    top: 65px;
    right: 15px;
    left: auto;
    transform: none;
}



.product-item .price-box .price-label{
    display: none;
}
.product-item .old-price, .product-item .old.price{
    display: none;
}

.filter-options-content .items .item{
    line-height: 1.5em;
    margin: 10px 0;
}
.filter-options details{
    border-bottom: 1px solid #ddd;
}
.filter-options details .filter-options-title{
    margin: 0;
    width: 100%;
    padding: 13px 40px 13px 0;
    font-weight: 600;
    text-transform: uppercase;
}
summary {
  cursor: pointer;
  list-style: none;
  position: relative;
}
summary::-webkit-details-marker {
  display: none;
}
summary:after{
    content: "\f107";
    display: inline-block;
    font-family: "Font Awesome 6 Free";
    font-weight: 700;
    font-size: 18px;
    line-height: inherit;
    overflow: hidden;
    text-align: center;
    position: absolute;
    right: 13px;
    top: 12px;
    vertical-align: middle;
}

details[open] summary:after{
    content: "\f106";
}

.category-image, .category-description{
    margin-bottom: 0;
}
.category-description > div > div{
    padding: 0 !important;
    margin: 0 !important;
}
.modes-mode.active{
    background: #dedede;
}
.toolbar-sorter .sorter-options, .limiter select{
    border-radius: 3px;
    box-shadow: 0 1px 0 0 #fff inset, 0 -1px 0 0 rgba(204, 204, 204, 0.3) inset;
    appearance: none;
    -moz-appearance: none;
    background: url(../images/select-bg.svg) #f0f0f0 no-repeat scroll 100% 45%;
    appearance: none;
    padding-left: 10px;
    padding-right: 25px;
}
.toolbar-sorter .sorter-label, .limiter .label{
    font-weight: 600;
}
.limiter .label{
    color: #333;
}


.toolbar .pages .items{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.toolbar .pages .item{
    margin: 0 0 0 -1px;
}
.toolbar .pages strong.page, .toolbar .pages a.page{
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    font-size: 14px;
    font-weight: normal;
    color: #3c84ce;
}
.toolbar .pages a.page:hover{
    background-color: #eee;
}
.toolbar .pages .action.next{
    margin: 0;
}
.toolbar .pages .action.previous{
    margin: 0;
}
.toolbar .pages .action.next:before, .toolbar .pages .action.previous:before{
    color: #3c84ce;
}

.product.description h1{
    font-size: 30px;
}
.product-info-main .product.attribute.overview h1{
    font-size: 30px;
}

.review-form .action.submit.primary{
    background: #1979c3;
    border: 1px solid #1979c3;
    color: #fff;
}

.products-list.list ol.products.list.items.product-items li.item.product.product-item{
    width: 100%;
}
.products-list.list .products.list.items .action.towishlist:before{
    content: none;
}
.products-list.list .products.list.items .product-item-info .sparsh-quick-view-btn-container{
    margin: 0;
    left: 30px;
    top: 15px;
}
.products-list.list .products.list.items .product-item.sparsh-quick-view-item:hover .product-image-container{
    opacity: 1;
}
.products-list.list .product-item-photo{
    width: 25%;
}
.products-list.list .product-item-details{
    width: 75%;
}
.products-list.list .products.list.items .product-image-container{
    width: 100%;
    aspect-ratio: 1 / 1;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
}
.products-list.list .products.list.items a.sparsh-quick-view-button {
    padding: 6px 12px;
    line-height: 1.42857;
    font-size: 1.4rem;
    border: none;
    box-shadow: none;
    border-radius: 4px;
    color: #fff !important;
}
.products-list.list .products.list.items a.sparsh-quick-view-button:before{
    content: none;
}
.products-list.list .products.list.items .product-item-name{
    font-size: 28px;
    margin: 0 0 15px;
    font-weight: 600;
}
.products-list.list .products.list.items .product-item-name a{
    color: #333 !important;
    font-weight: 600;
}
.products-list.list .products.list.items .product-item-description :is(ul, ol){
    list-style: none;
    padding: 0;
}
.products-list.list .products.list.items .product-item-description li{
    margin: 0;
}

.products-list.list .products.list.items .product-item .tocart{
    font-size: 16px;
    padding: 10px 18px;
    line-height: 24px;
}
.products-list.list .products.list.items .product-item-inner{
    display: flex;
    flex-wrap: wrap;
}
.products-list.list .products.list.items .product-item-inner .product-item-description{
    width: 100%;
}
.products-list.list .products.list.items .product-item-inner .action.towishlist{
    padding: 10px 15px;
    border: 1px solid #ccc;
    margin-left: 10px;
    border-radius: 4px;
    line-height: 24px;
}
.products-list.list .products.list.items .product-item-inner .action.towishlist:hover{
    background-color: #e6e6e6;
    border-color: #adadad;
}

.page-layout-2columns-left .sparsh-mfp-wrap .main{
    padding-left: 0;
}
.sparsh-mfp-wrap{
    max-width: 900px;
    overflow: inherit !important;
    width: 98%;
    left: 50%;
    transform: translateX(-50%);
}
.sparsh-mfp-wrap .product.info.detailed, .sparsh-mfp-wrap .product-info-main .product-addto-links, .sparsh-mfp-wrap .product-options-bottom .product-addto-links{
    display: none;
}
#sparsh-mfp-quickview{
    overflow: inherit;
    height: 100%;
}
#sparsh-mfp-quickview .page-wrapper{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    min-height: 0;
}
#sparsh-mfp-quickview #maincontent {
    height: 100%;
    overflow-y: auto;
}
.sparsh-mfp-close-btn-in .sparsh-mfp-close{
    width: 100%;
    top: -40px;
    background-color: #3c84ce;
    color: #fff !important;
    text-align: right;
    padding: 0 6px;
    opacity: 0.65;
}
.sparsh-mfp-close-btn-in .sparsh-mfp-close{
    content: '×';
    font-family: Arial, Baskerville, monospace;
    font-weight: normal;
    font-size: 28px;
}
.sparsh-mfp-close-btn-in .sparsh-mfp-close:hover{
    opacity: 1;
}

#sparsh-mfp-quickview .product.media{
    position: sticky;
    top: 0;
}


.product-info-main ul {
    list-style-type: square;
    padding-left: 15px;
}

.product.info.detailed {
    clear: both;
    margin-bottom: 30px;
    margin-top: 80px;
    display: inline-block;
    width: 100%;
}
.product.data.items {
    position: relative;
    z-index: 1;
    border-bottom: 0;
    margin-left: 0;
    margin-right: 0;
}
.product.data.items>.item.title {
    float: left;
    width: auto;
    margin: 0 -1px 0 0;
}
.product.data.items>.item.title>.switch {
    height: 20px;
    display: block;
    position: relative;
    z-index: 2;
    font-weight: 400;
    line-height: 40px;
    font-size: 1.4rem;
    color: #7d7d7d;
    text-decoration: none;
    background: #f6f6f6;
    border: 1px solid #ccc;
    border-bottom: none;
    height: 40px;
    padding: 1px 35px 1px 35px;
}
.product.data.items>.item.title.active>.switch {
    background: #fff;
    padding-bottom: 2px;
}
.product.data.items>.item.content {
    margin-top: 20px;
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    width: 100%;
    background: #fff;
    margin-top: 40px;
    padding: 35px 35px 35px 35px;
    border: 1px solid #ccc;
}
.product.info.detailed .additional-attributes {
    width: auto;
    border: none;
}
.product.info.detailed .additional-attributes th, .product.info.detailed .additional-attributes td{
    width: auto;
}

.product-info-main .action.towishlist{
    background-color: transparent !important;
    border: none !important;
    padding: 0;
    font-size: 1.4rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-decoration: none;
    text-transform: uppercase;
}
.product-info-main .action.towishlist:before{
    content: '\f004';
    font-family: "Font Awesome 6 Free";
    font-weight: 700;
    margin-right: 5px;
}

.product-info-main .box-tocart, .product-options-bottom .box-tocart{
    width: 100%;
    display: block;
}
.product-info-main .box-tocart .fieldset, .product-options-bottom .box-tocart .fieldset{
    width: 100%;
}
.product-info-main .box-tocart .field.qty, .product-options-bottom .box-tocart .field.qty{
    display: block;
}
.product-info-main .box-tocart .input-text.qty, .product-options-bottom .box-tocart .input-text.qty{
    height: 32px;
    width: 80px;
    padding: 0 9px;
}
.fieldset > .field > .label, .fieldset > .fields > .field > .label{
    font-weight: normal;
}
.product-info-main .box-tocart .actions, .product-options-bottom .box-tocart .actions{
    padding-top: 0;
    display: block;
    text-align: left;
}
.product-info-main .box-tocart .actions, .product-options-bottom .box-tocart .actions .action.primary.tocart{
    min-width: 50%;
}
.product-info-main .page-title-wrapper .page-title{
    margin-top: 0;
    line-height: 1.1;
    font-weight: 300;
    border-bottom: none;
    padding-bottom: 0;
}
.product-info-main .product-info-price{
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #c1c1c1;
    padding-bottom: 10px;
    vertical-align: top;
}
.product-info-main .product-info-price .product-reviews-summary{
    width: 100%;
    margin: 0;
}
.product-info-main .product-info-stock-sku{
    float: right;
}
.product-info-main .price-box{
    float: left;
    margin-top: 0;
}
.product-info-main .product.attribute.sparsh-brand > span{
    display: none;
}
.product-info-main .product-reviews-summary .reviews-actions{
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
}

.form.contact .fieldset{
    margin-top: 15px;
    margin-bottom: 15px !important;
}
.form.contact .fieldset > .field:not(.choice){
    margin-bottom: 15px;
}
.form.contact .fieldset > .field:not(.choice) > .control{
    width: 100%;
}
.form.contact .fieldset > .field:not(.choice) label.label{
    display: none;
}
.form.contact .fieldset textarea{
    height: 120px;
}
.form.contact .actions-toolbar{
    margin-left: 0 !important; 
}

.message.success>*:first-child:before {
    color: #006400;
    content: '\f00c';
    font-family: "Font Awesome 6 Free";
    font-weight: 700;
    font-size: 18px;
}


/*login register my account*/
.fieldset > .field:not(.choice) > .label{
    width: 100%;
    padding-right: 0;
    text-align: left;
    padding-top: 0;
    font-size: 1.4rem;
    color: #333;
    margin: 0 0 8px;
}
.fieldset > .field:not(.choice) > .control{
    width: 100%;
}
.login-container .block .block-title{
    font-size: 38px;
    font-weight: 500;
    margin: 20px 0 10px;
    border-bottom: none;
    padding-bottom: 0;
}
.abs-margin-for-forms-desktop, .fieldset .legend, .column:not(.sidebar-main) form .actions-toolbar, .column:not(.sidebar-additional) form .actions-toolbar, .login-container .fieldset:after{
    margin-left: 0 !important;
}
.actions-toolbar :is(.action.primary, .action-primary){
    color: #fff !important;
    background-color: #428bca;
    border-color: #357ebd;
    text-transform: uppercase;
    font-size: 18px !important;
    padding: 14px 18px;
    min-width: 250px;
    border-radius: 0 0 0 0;
    border: none;
    text-align: center;
}
.login-container .block .login .actions-toolbar > .primary{
    margin-right: 0;
}
.actions-toolbar .primary, .actions-toolbar .secondary{
    width: 100%;
    text-align: left;
    margin-top: 10px;
}
.fieldset > .field.choice:before, .fieldset > .field.no-label:before{
    content: none;
}
.login-container .fieldset:after{
    content: none;
}
.fieldset > .field{
    margin: 0 0 20px;
}
.fieldset > .legend{
    margin-left: 0 !important;
}
.actions-toolbar > .secondary .action.back{
    display: inline-block;
}

.form-create-account .fieldset > .legend{
    font-size: 36px;
    font-weight: 500;
    line-height: 1.1;
    margin: 20px 0 10px;
}

.fieldset{
    margin: 0;
}
.fieldset + .fieldset{
    margin-top: 30px;
}
fieldset.fieldset.create.info :is(.field.field-name-firstname.required, .field.field-name-lastname.required) {
    width: 50%;
    float: left;
    padding-right: 30px;
}
fieldset.fieldset.create.info .field.choice.newsletter{
    display: inline-block;
    width: 100%;
}
.form.password.forget .field.email.required{
    margin-bottom: 15px;
}

.account .sidebar.sidebar-additional{
    display: none;
}
.block-collapsible-nav .content{
    background-color: transparent;
    padding: 0;
    margin-top: 30px;
}
.block-collapsible-nav .item .delimiter{
    width: 100%;
    display: none;
}
.block-collapsible-nav .item{
    width: 100%;
    margin: 0;
}
.block-collapsible-nav .item a, .block-collapsible-nav .item > strong{
    width: 100%;
    border-bottom: 1px solid #ccc;
    border-left: none;
    padding: 18px 0;
}
.block-collapsible-nav .item.current a, .block-collapsible-nav .item.current > strong{
    border-bottom-color: #ccc;
}
.block-collapsible-nav .item a:hover{
    background-color: transparent;
}

.form-address-edit .fieldset > .legend{
    font-size: 36px;
    font-weight: 500;
    line-height: 1.1;
    margin: 20px 0 10px;
}
.sparsh-mfp-quickview-message.message-success.success.message {
    position: absolute;
    top: 0;
    z-index: 9;
    width: 100%;
}

.form-wishlist-items .actions-toolbar .primary .action{
    border: 1px solid #ccc;
    font-size: 14px;
    font-weight: normal;
    padding: 6px 12px;
    line-height: 20px;
    background-color: #fff;
    color: #3c84ce;
    border-radius: 4px;
} 

/* cart */
.cart.table-wrapper .table{
    color: #666;
}
.cart.table-wrapper .items > .item{
    border-bottom: none;
}
.cart.table-wrapper .table tbody + tbody{
    border-top-width: 1px;
}
.cart.table-wrapper .items thead + .item{
    border-top: none;
}
.cart.table-wrapper .table thead th{
    border-bottom: none;
}
.cart.table-wrapper .table tbody .item-info td{
    border-top: none;
}
.cart.table-wrapper .table tbody .item-actions td{
    border-top: none;
}
.cart.table-wrapper .actions-toolbar > .action.action-towishlist{
    display: none;
}
.cart.table-wrapper .item-actions .actions-toolbar{
    text-align: right;
}
.cart.table-wrapper .actions-toolbar > .action{
    border: none;
    background-color: transparent;
    padding: 0;
    overflow: hidden;
    font-size: 0;
    margin: 0;
}
.cart.table-wrapper .actions-toolbar > .action.action-edit{
    margin-right: 20px;
}
.cart.table-wrapper .actions-toolbar > .action.action-edit:before{
    content: '\f303';
    font-family: "Font Awesome 6 Free";
    font-weight: 700;
    font-size: 16px;
}
.cart.table-wrapper .actions-toolbar > .action.action-delete:before{
    content: '\f2ed';
    font-family: "Font Awesome 6 Free";
    font-weight: 700;
    font-size: 16px;
}
.cart.table-wrapper .product-item-name{
    font-size: 1.8rem;
    font-weight: 600;
}
.cart.table-wrapper .item-options{
    font-size: 14px;
}
.block-cart-failed .action.continue, .cart-container .form-cart .action.continue{
    border: 1px solid #ccc;
    font-size: 14px;
    font-weight: normal;
    padding: 6px 12px;
    line-height: 20px;
    background-color: #fff;
}

.cart.main.actions{
    border-top: 1px solid #ccc;
    padding-top: 20px;
}
.cart.main.actions .action:not(.continue){
    text-transform: uppercase;
    font-size: 18px;
    padding: 14px 18px;
    min-width: 250px;
    border-radius: 0 0 0 0;
    color: #ffffff;
    font-weight: normal;
    background-color: #3c84ce;
    border-color: #3c84ce;
}
.cart.main.actions .action:before{
    content: none;
}


.fieldset.coupon button.action.apply.primary, .form-discount button.action.action-apply{
    border: 1px solid #3c84ce;
    font-size: 14px !important;
    font-weight: normal;
    padding: 6px 12px;
    line-height: 20px;
    color: #fff;
    text-transform: capitalize;
    background-color: #3c84ce;
    min-width: 0;
}

/*checkout*/
.checkout-index-index .nav-sections{
    display: block;
}
.table-checkout-shipping-method{
    width: 100%;
}
.table-checkout-shipping-method .row{
    margin-left: 0;
    margin-right: 0;
}
.table-checkout-shipping-method .row td:first-child{
    width: 30px;
    max-width: 30px;
}
.table-checkout-shipping-method tbody td .price{
    font-size: 20px;
}
.table-checkout-shipping-method tbody td :is(input[type="radio"], input[type="checkbox"]){
    vertical-align: middle;
}
.checkout-shipping-method .actions-toolbar > .primary{
    text-align: right;
}
.checkout-shipping-method .actions-toolbar > .primary .button.action{
    float: none;
} 
.checkout-payment-method .payment-option-title{
    padding-left: 0;
}
.checkout-payment-method .payment-option-content{
    padding-left: 0;
}


@media screen and (min-width: 768px){
    .navigation .level0 .submenu .active > a{
        border-left: none;
    }
    .minicart-wrapper .block-minicart{
        right: 0;
    }
    .sections.nav-sections + div[data-content-type='html']{
        position: sticky;
        top: 57px;
        z-index: 8;
    }
    .page-layout-1column .product.media{
        width: 50%;
        padding-right: 15px;
    }
    .gallery-placeholder{
        max-width: 100%;
        width: 100%;
    }
    .page-layout-1column .product-info-main{
        width: 50%;
        padding-left: 15px;
    }    
}
@media screen and (min-width: 1200px){
    .sections.nav-sections{
        position: sticky;
        top: 0;
        z-index: 9;
    }
}
@media screen and (max-width: 1299px){
    .navigation .level0 > .level-top{
        padding: 10px 7px;
    }
}
@media screen and (max-width: 1199px){
    .top-header-content .top-links{
        display: none;
    }
    .header .top-header-content .pull-right{
        justify-content: center;
    }
    .sections.nav-sections + div[data-content-type='html']{
        top: 0;
    }
}
@media screen and (max-width: 1024px){
    .header.content > form{
        width: 100%;
    }
    .header.content > form .field.search{
        flex: 0 0 calc(100% - 250px);
    }
}
@media screen and (max-width: 991px){
    .page-footer td.spacer{
        display: none;
    }
    .top-footer table tr td{
        display: inline-block;
        width: 50% !important;
        float: left;
    }
    .sparsh-testimonials-block .sparsh-testimonials-content-outer{
        width: 100%;
    }
    .featured-products-section .products-grid .product-item{
        padding: 15px 12px;
    }
    ol.products.list.items.product-items li.item.product.product-item{
        width: calc(50% - 30px * 1/2);
    }

    .cart-summary{
        width: 100%;
    }
    .cart-container .form-cart{
        width: 100%;
        top: auto !important;
    }
}
@media screen and (min-width: 768px) and (max-width: 991px){
    .price-add-to-cart{
        flex-direction: column;
    }
    .price-add-to-cart > .price{
        width: 100%;
    }
    .price-add-to-cart > form{
        margin-left: auto;
        margin-top: 7px;
    }
}
@media screen and (max-width: 980px){
    .cms-home .promo-banner-section table tr{
        text-align: center;
    }
    .cms-home .promo-banner-section table td{
        display: inline-block;
        width: 33%;
    }
}

@media screen and (max-width: 767px){
    h1{
        font-size: 32px;
    }
    h3{
        font-size: 28px;
    }
    h5{
        font-size: 20px;
    }
    h6 {
        font-size: 16px;
    }

    .header .top-header-content, .header-top-secondary-logo, .header.content > form .field.category, .minicart-wrapper .action.showcart .text{
        display: none;
    }
    .page-header{
        margin-bottom: 0;
    }
    .header.content{
        padding: 15px 0 0;
    }
    .logo{
        max-width: 100px;
        margin: 0 auto;
        display: block;
        float: none;
    }
    .minicart-wrapper{
        position: absolute;
        right: 5vw;
        top: 25px;
    }
    .header.content > form{
        border: none;
        margin-top: 20px;
    }
    .header.content > form .field.search{
        flex: 0 0 100%;
        background-color: #f1f1f1;
    }
    .header.content > form .control input{
        padding: 0 45px 0 26px;
        background-color: #f1f1f1;
        height: 48px;
    }
    .header.content > form .actions .action.search{
        height: 48px;
        padding: 0 15px;
    }
    .nav-toggle{
        padding: 11px 11px 11px 20px;
        left: 2vw;
    }
    .nav-toggle:before{
        content: '\f0c9';
        font-family: "Font Awesome 6 Free";
        font-weight: 700;
        color: #3b3b3b;
    }

    .banner-item.banner-slider .item-content{
        padding-top: 100px;
        padding-bottom: 50px;
    }


    .featured-products-section .featured-tabs .tabs{
        flex-wrap: wrap;
        row-gap: 0;
        background-color: #fff;
    }
    .featured-products-section .featured-tabs .tabs>li{
        width: 33.33%;
        margin-bottom: 0;
        height: 90px;
        border-bottom: 1px solid #d7d7d7;
        font-size: 14px;
    }
    .featured-products-section .featured-tabs .tabs>li.active:before{
        content: none;
    }
    .featured-products-section .tab-content-wrapper{
        padding: 40px 0;
    }
    
    .sparsh-testimonials-block .sparsh-testimonials-content-outer .sparsh-testimonials-content-block .sparsh-testimonials-detail{
        padding: 70px 0 20px;
    }

    .top-footer table tr td{
        width: 100% !important;
    }
    ol.products.list.items.product-items{
        column-gap: 15px;
    }
    ol.products.list.items.product-items li.item.product.product-item {
        width: calc(50% - 15px * 1/2);
    }
    .product-info-main .product-addto-links, .product-options-bottom .product-addto-links{
        text-align: center;
    }
    .page-title-wrapper.product{
        margin-top: 60px;
    }
    .product.data.items{
        border-bottom: 1px solid #ccc;
        display: inline-block;
        width: 100%;
    }
    .product.data.items>.item.title{
        width: 100%;
    }
    .product.data.items>.item.title>.switch{
        background-color: transparent;
    }
    .product.data.items>.item.content{
        margin-left: 0;
        margin-top: 0;
        border: none;
        padding: 10px 10px 30px;
    }
    .product.data.items>.item.title>.switch{
        border: none;
        border-top: 1px solid #ccc;
        font-weight: 600;
        text-transform: uppercase;
    }
    .product.data.items>.item.title>.switch{
        padding: 1px 10px 1px 10px;
    }

    #sparsh-mfp-quickview .product.media{
        position: static;
    }
    .block-collapsible-nav{
        top: 0;
    }
    .block-collapsible-nav .content{
        margin-top: 0;
        background: #fff;
        padding: 0 15px;
    }
    .block-collapsible-nav .item a, .block-collapsible-nav .item > strong{
        padding: 10px 0;
    }

    .product.description h1{
        font-size: 20px;
    }
    .product-info-main .product.attribute.overview h1{
        font-size: 20px;
    }



}

@media screen and (max-width: 480px){
    .cms-home .promo-banner-section table td{
        width: 100%;
    }
    .featured-products-section .featured-tabs .tabs>li{
        width: 100%;
    }
    
    .call-to-action-section .content{
        max-width: 250px;
    }

}


@media screen and (min-width: 768px) and (max-width: 1199px){
    .nav-toggle{
        padding: 11px;
        position: static;
        display: block;
        float: right;
    }
    .nav-toggle:before{
        content: '\f0c9';
        font-family: "Font Awesome 6 Free";
        font-weight: 700;
        color: #3b3b3b;
    }
    .nav-before-open .nav-toggle:after {
        background: rgba(0,0,0,0.7);
        content: '';
        display: block;
        height: 100%;
        position: fixed;
        right: 0;
        top: 0;
        width: 100%;
        z-index: 999;
    }
    .nav-sections {
        -webkit-overflow-scrolling: touch;
        -webkit-transition: left 0.3s;
        -moz-transition: left 0.3s;
        -ms-transition: left 0.3s;
        transition: left 0.3s;
        height: 100%;
        left: calc(-1 * (100% - 54px));
        overflow: auto;
        position: fixed;
        top: 0;
        width: calc(100% - 54px);
        max-width: 400px;
    }
    .nav-open .nav-sections {
        -webkit-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
        -moz-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
        -ms-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
        box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
        left: 0;
        z-index: 1000;
    }
    .nav-sections-items {
        position: relative;
        z-index: 1;
    }
    .nav-sections-item-title {
        background: #fff;
        border: solid #dbdbdb;
        border-width: 0 0 1px 1px;
        box-sizing: border-box;
        float: left;
        height: 71px;
        padding-top: 24px;
        text-align: center;
        width: 50%;
        display: block;
        font-size: 14px;
        font-weight: 700;
    }
    .nav-sections-item-title.active{
        background: #e3e3e3;
        color: #555;
    }
    .nav-sections-item-title a{
        color: #428bca;
    }
    .nav-sections-item-title.active a{
        color: #555;
    }
    .nav-sections-item-content {
        box-sizing: border-box;
        float: right;
        margin-left: -100%;
        margin-top: 71px;
        width: 100%;
        padding: 0;
    }
    .navigation {
        background: #f5f5f5;
        box-sizing: border-box;
        padding: 0;
    }
    .navigation ul {
        margin: 0;
        padding: 0;
    }
    .navigation li {
        margin: 0;
    }
    .navigation .level0 .submenu{
        position: static !important;
    }
    .navigation .level0 {
        border-top: 1px solid #d1d1d1 !important;
        font-size: 1.6rem;
        width: 100%;
    }
    .navigation .level0 > .level-top{
        padding: 10px 15px;
        font-size: 16px;
        font-weight: 500;
        text-transform: capitalize;
    }
    .navigation .level0.active > a:not(.ui-state-active) span:not(.ui-menu-icon), .navigation .level0.has-active > a:not(.ui-state-active) span:not(.ui-menu-icon){
        margin-left: 0;
    }
    .navigation .level0 .submenu a{
        padding: 10px 15px;
        font-size: 16px;
        color: #575757;
        font-weight: normal;
    }
    .navigation .level0 .submenu{
        padding-left: 20px;
        box-shadow: none;
        border: none;
    }
    .navigation .level0 .submenu li:last-child{
        border-bottom: none;
    }
    .checkout-index-index .nav-toggle{
        display: block;
    }





   
}


@media screen and (max-width: 767px){
    .nav-sections{
        max-width: 400px;
    }
    .nav-sections-item-title {
        background: #fff;
        border: solid #dbdbdb;
        border-width: 0 0 1px 1px;
        box-sizing: border-box;
        float: left;
        height: 71px;
        padding-top: 24px;
        text-align: center;
        width: 50%;
        display: block;
        font-size: 14px;
        font-weight: 700;
    }
    .nav-sections-item-title.active{
        background: #e3e3e3;
        color: #555;
    }
    .nav-sections-item-title a{
        color: #428bca;
    }
    .nav-sections-item-title.active a{
        color: #555;
    }
    .navigation .level0 > .level-top{
        padding: 10px 15px;
        font-size: 16px;
        font-weight: 500;
        text-transform: capitalize;
    }
    .navigation .level0.active > a:not(.ui-state-active) span:not(.ui-menu-icon), .navigation .level0.has-active > a:not(.ui-state-active) span:not(.ui-menu-icon){
        margin-left: 0;
    }
    .navigation .parent .level-top:after{
        line-height: 44px;
        top: 0;
        content: '\2b';
        font-family: "Font Awesome 6 Free";
        font-weight: 700;
        font-size: 18px;
        color: #575757;
    }
    .navigation .parent .level-top.ui-state-active:after{
        content: '\f068';
    }
    .navigation .level0 .submenu a{
        padding: 10px 15px;
        font-size: 16px;
        color: #575757;
        font-weight: normal;
    }
    .navigation .submenu:not(:first-child) .active > a{
        border-left: none;
        padding-left: 15px;
        color: #3c84ce;
    }
    .navigation .level0 .submenu{
        padding-left: 20px;
        box-shadow: none;
        border: none;
    }
    .navigation .level0 .submenu li:last-child{
        border-bottom: none;
    }
    .navigation .level0 > .level-top:hover{
        color: #262262;
    }
    .checkout-index-index .nav-toggle{
        display: block;
    }
    .checkout-index-index .logo{
        margin-left: auto;
    }

}