@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-Regular.eot');
    src: url('../fonts/Lato-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Lato-Regular.woff2') format('woff2'),
        url('../fonts/Lato-Regular.woff') format('woff'),
        url('../fonts/Lato-Regular.ttf') format('truetype'),
        url('../fonts/Lato-Regular.svg#Lato-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-Bold.eot');
    src: url('../fonts/Lato-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Lato-Bold.woff2') format('woff2'),
        url('../fonts/Lato-Bold.woff') format('woff'),
        url('../fonts/Lato-Bold.ttf') format('truetype'),
        url('../fonts/Lato-Bold.svg#Lato-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Bold.eot');
    src: url('../fonts/Montserrat-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Montserrat-Bold.woff2') format('woff2'),
        url('../fonts/Montserrat-Bold.woff') format('woff'),
        url('../fonts/Montserrat-Bold.ttf') format('truetype'),
        url('../fonts/Montserrat-Bold.svg#Montserrat-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Regular.eot');
    src: url('../fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Montserrat-Regular.woff2') format('woff2'),
        url('../fonts/Montserrat-Regular.woff') format('woff'),
        url('../fonts/Montserrat-Regular.ttf') format('truetype'),
        url('../fonts/Montserrat-Regular.svg#Montserrat-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



input[type="file"]::-webkit-file-upload-button {
    cursor: pointer;
}

input[type="file"]::-moz-file-upload-button {
    cursor: pointer;
}

input[type="file"]::-ms-file-upload-button {
    cursor: pointer;
}

input[type="file"]::-o-file-upload-button {
    cursor: pointer;
}

input[type="file"] {
    cursor: pointer;
}

html body {
    font-family: 'Lato';
    margin: 0;
}

*::-moz-selection {
    color: #fff;
    background: #000;
}

*::-webkit-selection {
    color: #fff;
    background: #000;
}

*::-webkit-input-placeholder {
    color: #333333;
    opacity: 1;
}

*:-moz-placeholder {
    color: #333333;
    opacity: 1;
}

*::-moz-placeholder {
    color: #333333;
    opacity: 1;
}

*:-ms-input-placeholder {
    color: #333333;
    opacity: 1;
}

a,
div a:hover,
div a:active,
div a:focus,
button {
    text-decoration: none;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

a,
span,
div a:hover,
div a:active,
button {
    text-decoration: none;
}

*::after,
*::before,
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

body a {
    outline: none;
    color: #555;
}

body a:hover {
    color: #000;
}

body .clearfix,
body .clear {
    clear: both;
    line-height: 100%;
}

body .clearfix {
    height: auto;
}

* {
    outline: none !important;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.clr:after,
ul:after,
.clearfix:after,
li:after,
.grve-container:after {
    clear: both;
    display: block;
    content: "";
}

div input,
div select,
div textarea,
div button {
    font-family: 'Lato';
}

ul {
    list-style: none;
    margin: 0;
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
    font-family: 'Montserrat';
    line-height: 140%;
    color: #333;
    font-weight: bold;
    margin: 0 0 15px;
}

body h1 {
    font-size: 48px;
}

body h2 {
    font-size: 36px;
}

body h3 {
    font-size: 32px;
}

body h4 {
    font-size: 26px;
}

body h5 {
    font-size: 20px;
}

body h6 {
    font-size: 10px;
}

body h1:last-child,
body h2:last-child,
body h3:last-child,
body h4:last-child,
body h5:last-child,
body h6:last-child {
    margin-bottom: 0;
}

div select {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

div select option {
    font-size: 13px;
    color: #333;
    padding: 2px 5px;
}

img {
    margin: 0 auto;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

body p {
    font-family: 'Lato';
    font-size: 16px;
    line-height: 200%;
    margin: 0 0 10px;
    padding: 0;
}

body p:empty {
    margin: 0;
    line-height: 0;
}

body p:last-child {
    margin-bottom: 0;
}

p strong {
    font-weight: bold;
}

.a-left {
    text-align: left;
}

.a-right {
    text-align: right;
}

.a-center {
    text-align: center;
}

label em {
    color: #ff0000;
    display: inline-block;
    font-style: normal;
    vertical-align: top;
    margin-left: 5px;
}

.hidden {
    display: none !important;
}

iframe {
    display: block;
    width: 100%;
}

.gm-style img {
    max-height: inherit;
    max-width: none;
}

.container:after {
    content: "";
    display: block;
    clear: both;
}

.container {
    width: 100%;
    max-width: 1200px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
    position: relative;
    float: none;
}

body .container .container {
    padding-left: 0;
    padding-right: 0;
}
body.home .container .container {
    padding-left: 15px;
    padding-right: 15px;
}

/*scroll Hide*/
html.no-scroll {
    overflow: hidden;
}
html.no-scroll body {
    overflow: hidden;
    height: 100%;
}

/*Default-CSS close*/
/*Gapping*/
.section-gapping {
    padding-bottom: 80px !important;
    padding-top: 80px !important;
}
ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
/***********header*************/
#tpbr_topbar #tpbr_box {
    line-height: 120% !important;
    font-weight: 600 !important;
    font-family: 'Lato' !important;
    text-transform: capitalize;
    font-size: 15px !important;
    font-family: 'Montserrat' !important;
    padding: 16px 15px !important;
}
#tpbr_calltoaction {
    float: right;
    padding: 10px 10px !important;
    margin-top: -10px !important;
}
#tpbr_calltoaction:hover {
    opacity: 1;
    background: #000 !important;
}
#tpbr_calltoaction::before {
    content: '\f095';
    font-family: fontawesome;
    font-size: 21px;
    vertical-align: middle;
    margin-right: 8px;
}
#tpbr_topbar > div {
    max-width: 1170px;
}
header .header-main .konte-container-fluid {
    max-width: 1200px;
    margin: auto;
    padding: 0 15px;
    flex-wrap: wrap;
}
header .header-main, .header-v10 .site-branding {
    height: 100px;
}
header .header-account > a {
    width: 27px;
    height: 30px;
    font-size: 0;
    background: url(../images/sprite.png) no-repeat;
    background-position: 0 -106px;
}
header .header-cart .svg-icon svg {
    display: none;
}
header .header-cart > a {
    background: url(../images/sprite.png) no-repeat;
    width: 39px;
    height: 30px;
    background-position: 0 -165px;
}
header .header-cart > a .counter.cart-counter {
    position: absolute;
    right: 4px;
    top: -1px;
    background: #fff;
    color: #000;
    border: 2px solid #000;
    padding: 0;
    line-height: 12px;
}
header .header-cart > a {
    background: url(../images/sprite.png) no-repeat;
    width: 39px;
    height: 30px;
    position: relative;
    background-position: 0 -165px;
}
header .header-cart > a:hover 
{
    background-position: -60px -165px;
}
header .header-cart > a:hover span.counter.cart-counter {
    border: 2px solid #00baac !important;
    color: #00baac;
}
header .header-account > a:hover {
    background-position: -60px -106px;
}
header .site-branding .logo img {
    width: auto;
    max-width: 230px;
}
header .header-left-items.header-items {
    width: 20% !important;
    max-width: 20%;
    flex: 0 0 20%;
}
header .header-center-items.header-items.has-menu {
    width: 70%;
    max-width: 70%;
    flex: 0 0 70%;
}
header .header-right-items.header-items {
    width: 10%;
    max-width: 10%;
    flex: 0 0 10%;
}
header .header-center-items .header-search.form {
    text-align: left;
    margin: 0;
}
header .menu.nav-menu a {
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    color: #333;
}
header .main-navigation a::after {
    border-bottom: 2px solid #00baac;
}
header .menu.nav-menu a:hover
{
color: #00baac;   
}
header .nav-menu > li {
    padding: 0 14px;
}
header .header-search.form .search-field,
.mobile-menu__search-form .search-field {
    width: 100%;
    height: 50px;
    border: 1px solid #00baac;
    border-radius: 5px;
    padding-right: 50px;
    position: static;
    font-size: 16px;
    padding-left: 17px;
}
header .header-search.form .search-icon, .mobile-menu__search-form .search-icon {
    left: auto;
    right: 0;
    position: absolute;
    background-color: #00baac;
    width: 50px;
    height: 50px;
    top: 0;
    text-align: center;
    color: #fff;
    font-size: 32px;
    padding: 8px 0;
    border-radius: 0 5px 5px 0;
    margin-top: 0;
}
header .header-search.form .search-icon:hover,
.mobile-menu__search-form .search-icon:hover {
    background-color: #000000;
}

/************form-banner**********/

.dint-wipr-wrap {
    padding: 80px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.dint-wipr-wrap .hori-search-bar {
    background: rgba(255,255,255, .8);
    border-radius: 5px;
    box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.5);
    padding: 35px !important;
    margin: 0;
}
.dint-wipr-wrap .hori-search-bar .row > div {
    width: 100%;
}
.dint-wipr-wrap .hori-search-bar select {
    background: url(../images/aerow.png) no-repeat #fff;
    height: 60px;
    -webkit-appearance: none;
    appearance: none;
    margin-bottom: 10px !important;
    border-radius: 5px;
    border: 0 !important;
    box-shadow: 1px 1px 2px rgba(0,0,0, .05);
    padding: 0 20px;
    font-size: 16px;
    font-weight: 600;
    background-position: 95% center;
}
.dint-wipr-wrap .hori-search-bar {
    background: rgba(255,255,255, .69);
    border-radius: 5px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .34);
    padding: 40px !important;
    margin: 0;
    max-width: 530px;
}

.dint-wipr-wrap .hori-search-bar .btn.btn-info, .dint-wipr-wrap .hori-search-bar .wiper_finder_search {
    width: 100%;
    height: 70px;
    border-radius: 5px;
    background: #000;
    opacity: 1;
    font-size: 18px;
    font-weight: normal;
    cursor: pointer;
}
.dint-wipr-wrap .hori-search-bar .wiper_finder_search {
    width: 100%;
    margin-bottom: 85px !important;
    margin-top: 10px !important;
    background: #41b7a9 !important;
    position: relative;
}
.dint-wipr-wrap .hori-search-bar .wiper_finder_search:hover
{
    background: #000 !important;
}
.dint-wipr-wrap .hori-search-bar .btn.btn-info:hover
{
    background: #41b7a9 !important;   
}
.dint-wipr-wrap .hori-search-bar .wiper_finder_search::after {
    content: ;
    content: ;
    content: 'OR';
    position: absolute;
    width: 40px;
    height: 40px;
    background: #000;
    border-radius: 100px;
    line-height: 40px;
    font-size: 17px;
    top: 91px;
    left: 0;
    right: 0;
    margin: auto;
    pointer-events: none;
}
.dint-wipr-wrap .hori-search-bar .wiper_finder_search::before {
    content: '';
    position: absolute;
    width: 54px;
    height: 54px;
    border: 2px solid #000;
    border-radius: 100px;
    left: 0;
    right: ;
    right: 0;
    top: 84px;
    pointer-events: none;
    margin: auto;
}
.dint-wipr-wrap .hori-search-bar h2 {
    text-align: center;
    font-size: 28px;
    padding-bottom: 55px;
    margin-bottom: 38px !important;
    position: relative;
}
.dint-wipr-wrap .hori-search-bar h2::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 36px;
    background: url(../images/sprite.png) no-repeat;
    width: 200px;
    background-position: -129px -110px;
    margin: auto;
}
.slider-title-section h1.vc_custom_heading.slider-title {
    color: #fff;
    font-size: 44px;
    line-height: 140%;
    margin-bottom: 15px;
    text-transform: capitalize;
    max-width: 530px;
    font-family: 'Montserrat' !important;
}
.slider-title-section {
    margin-bottom: 45px !important;
}
.slider-title-section h3.sub_heading {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
}
.free-delivery > div p {
    color: #fff;
    font-size: 20px;
    text-align: center;
    width: 33.3%;
    padding-top: 90px;
    border-right: 1px solid rgba(255,255,255, .3);
    border-bottom: 1px solid rgba(255,255,255, .3);
    margin: 0;
    padding: 90px 10px 20px;
    line-height: 140%;
    font-weight: 500;
    position: relative;
}
.free-delivery > div p:nth-child(3n) {
    border-right: 0;
}
.free-delivery > div p:nth-child(n+4) {
    padding-top: 115px;
    border-bottom: 0;
    padding-bottom: 0;
}
.free-delivery > div {
    display: flex;
    flex-wrap: wrap;
}
.free-delivery > div p::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    width: 85px;
    height: 85px;
    background: url(../images/sprite.png) no-repeat;
    top: 0;
    margin: auto;
    background-position: 0 -418px;
}
.free-delivery > div p:nth-child(n+4)::before {
    top: 30px;
}
.free-delivery > div p:nth-child(2)::before {
    background-position: 0 -568px;
}
.free-delivery > div p:nth-child(3)::before {
    background-position: 0 -716px;
}
.free-delivery > div p:nth-child(4)::before {
    background-position: 0 -866px;
}
.free-delivery > div p:nth-child(5)::before {
    background-position: 0 -1015px;
}
.free-delivery > div p:nth-child(6)::before {
    background-position: 0 -1167px;
}
.dint-wipr-wrap .wpb_text_column.wpb_content_element {
    margin-bottom: 0;
}
/************about-us********/
.about-first > div > .vc_column-inner {
    padding-left: 0;
    padding-right: 0;
}
.about-first .about-content {
    padding: 30px 0 !important;
}
.about-us, .safe-drive-section .safe-driving {
    display: flex;
    flex-wrap: wrap;
    margin-left: 0;
    margin-right: 0;
}
.about-us p strong {
    font-size: 18px;
}
.about-first .about-us {
    margin-left: -15px;
    margin-right: -15px;
}
.about-first .about-us > div:first-child *,
.about-2 .about-us > div:last-child *,
.safe-drive-section .safe-driving > div:first-child *{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.review-section .main-title::before,
.latest-blog-post .main-title::before {
    width: 220px;
    margin: auto;
    left: 0;
    right: 0;
    background-position: -119px -254px;
    height: 35px;
}
.main-title
{
    color: #000;
    padding-bottom: 20px;
    position: relative;
}
.main-title:before
{
    content: '';
    position: absolute;
    bottom: -18px;
    left: 0;
    background-image: url(../images/sprite.png);
    background-position-x: -370px;
    background-position-y: -315px;
    width: 118px;
    height: 30px;
    background-repeat: no-repeat;   
}
.main-title strong
{
    color: #41b7a7!important;
}
.wpb_wrapper p
{
    color: #676767;
    font-size: 15px;
}
.wpb_wrapper strong
{
    color: #303030;
}
.konte-button
{
    padding: 5px 30px;
    font-size: 20px;
    font-weight: 500;
    border-radius: 5px;
}
.about-first .konte-button
{
    background-color: #000;
    transition: 0.3s;
}
.about-first .konte-button:hover {
    background-color: #41b7a9;
    color: #fff !important;
}
.wpb_single_image
{
    margin-bottom: 0!important;
}
.about-2 .vc_col-sm-9   
{
    width: 60%;
}
.about-2 .about-content
{
    width: 40%;
    background-color: #e7f7f4;
    padding: 40px!important;
}
.about-2 .vc_column-inner
{
    padding: 0;
}
.about-2 .konte-button
{
    background-color: #41b7a9;
    transition: 0.3s;
}
.about-2 .konte-button:hover {
    background-color: #000;
    color: #fff !important;
}
.safe-drive-section .vc_col-sm-8    
{
    width: 60%;
}
.safe-drive-section .about-content
{
    width: 40%;
    background-color: #e7f7f4;
    padding: 40px!important;
}
.safe-drive-section .vc_column-inner
{
    padding: 0;
}
.safe-drive-section .konte-button
{
    background-color: #000;
    transition: 0.3s;
}
.safe-drive-section .konte-button:hover {
    background-color: #41b7a9;
    color: #fff !important;
}
.premium-wiper-blades {
    background-image: url(../images/get-your-bg.jpg);
    background-size: cover;
    padding: 0 15px;
}
.premium-wiper-blades .vc_column-inner
{
    padding: 80px 0 !important;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.premium-wiper-blades .main-title, .our-category-section .main-title {
    color: #fff;
    max-width: 1200px;
    margin-bottom: 30px !important;
    margin-left: auto;
    margin-right: auto;
}
.our-category-section .main-title {
    margin-bottom: 60px !important;
}
.premium-wiper-blades .main-title:before,
.our-category-section .main-title:before
{
    content: '';
    position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
    background-image: url(../images/sprite.png);
    background-position-x: -128px;
    background-position-y: -180px;
    width: 193px;
    height: 30px;
    background-repeat: no-repeat;
}
.premium-wiper-blades .wpb_wrapper
{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.premium-wiper-blades .wpb_wrapper p {
    color: #fff;
    width: 100%;
    font-size: 20px;
    max-width: 915px;
}
body .button.medium {
    line-height: 50px;
    padding: 0 35px;
}
.premium-wiper-blades .wpb_content_element
{
    margin-bottom: 15px;
}
.premium-wiper-blades .konte-button {
    font-family: 'Lato';
    background-color: #41b7a9;
    position: relative;
    transition: 0.3s;
    text-transform: capitalize;
    position: relative;
}
.pre-mium-wiper-blades .konte-button:before
{
    content: '';
}
.premium-wiper-blades .konte-button:hover
{
    background-color: #000;
    color: #fff;
}
/*.premium-wiper-blades .konte-button:before
{
    content: '';
    position: absolute;
    top: 50%;
    left: 20px;
    background-image: url(../images/sprite.png);
    background-position-x: -205px;
    background-position-y: 0px;
    width: 43px;
    height: 43px;
    background-repeat: no-repeat;
}*/

.our-category-section
{
    padding: 80px 0;
}
.our-category-section h3
{
    text-align: center!important;
    color: #fff;
    font-family: 'Montserrat'!important;
    font-weight: bold!important;
    line-height: 140%;
    position: relative;
    margin-bottom: 100px;
    position: relative;
}
.our-category-section h3:before {
    content: '';
    position: absolute;
    bottom: -55px;
    left: 50%;
    transform: translateX(-50%);
    background-image: url(../images/sprite.png);
    background-position-x: -128px;
    background-position-y: -180px;
    width: 193px;
    height: 30px;
    background-repeat: no-repeat;
}
.our-category-section .wpb_single_image {
    background-color: #fff;
    text-align: center;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border: 1px solid #41b7a9;
    border-radius: 5px 5px 0 0;
}
.our-category-section .wpb_single_image:hover img {
    transform: scale(1.05);
}
.our-category-section .wpb_single_image img {
    transition: .3s all;
    max-height: 200px;
    max-width: 100%;
    height: auto;
    height: 200px;
}
.our-category-section .wpb_single_image h2 {
    font-size: 24px;
    padding: 5px;
    background-color: #41b7a9;
    width: 100%;
    color: #fff;
    margin-bottom: 0;
}
.our-category-section .wpb_single_image figure
{
    margin: 20px;
}
.our-category-section .konte-button {
    padding: 0px 20px;
    margin-top: 45px;
    background-color: #000;
    transition: 0.3s;
    min-width: 370px;
    width: auto;
    height: 50px;
    line-height: 50px;
}
.Our.Product.Category > div > div {
    padding-left: 6px;
    padding-right: 6px;
}
.our-category-section .konte-button:hover
{
    background-color: #41b7a9;
    color: #fff;
}

.latest-blog-post
{
    padding: 60px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.latest-blog-post h3
{
    text-align: center!important;
    color: #000;
    font-family: 'Montserrat'!important;
    font-weight: bold!important;
    line-height: 140%;
    position: relative;
    margin-bottom: 85px;
    position: relative;
    font-size: 36px;
}
.latest-blog-post h3:before {
    content: '';
    position: absolute;
    bottom: -55px;
    left: 50%;
    transform: translateX(-50%);
    background-image: url(../images/sprite.png);
    background-position-x: -128px;
    background-position-y: -112px;
    width: 193px;
    height: 30px;
    background-repeat: no-repeat;
}
.latest-blog-post .post-title {
    color: #000 !important;
    font-family: 'Lato';
    font-weight: 500;
    margin: 15px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.latest-blog-post .post-title a
{
    color: #000!important;
}
.latest-blog-post .post-summary {
    color: #646464;
    font-family: 'Lato';
    font-weight: normal;
    font-size: 16px;
    letter-spacing: normal;
}
.latest-blog-post .button
{
    border: none;
    padding: 3px 30px;
    background-color: #000;
    color: #fff;
    border-radius: 5px;
    font-family: 'Lato';
    font-weight: normal;
    font-size: 15px;
    transition: 0.3s;
}
.latest-blog-post .button:hover
{
    background-color: #41b7a9;
    color: #fff; 
}
.latest-blog-post .konte-post-carousel.dots-left .slick-dots
{
    text-align: center!important;
}

.pos-points {
    padding: 80px 0 !important;
    background-attachment: fixed;
}
.pos-points > .container {
    padding: 0 15px !important;
    left: 0 !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.pos-points .wpb_wrapper {
    background-color: rgba(0,0,0,.22);
    padding: 15px;
    border-radius: 3px;
    cursor: pointer;
}
.pos-points .wpb_wrapper:hover {
    background: #fff;
}
.pos-points .wpb_wrapper:hover .vc_custom_heading::before {
    background-position-x: -181px;
}
.pos-points .wpb_wrapper:hover .vc_custom_heading {
    color: #41b7a9;
}
.pos-points .wpb_wrapper:hover .vc_custom_heading::after
{
    background: #41b7a9;   
}
.pos-points h5 {
    color: #fff;
    text-align: center !important;
    font-family: 'Lato' !important;
    font-weight: normal;
    font-size: 22px;
    padding-top: 125px;
    position: relative;
}
.pos-points h5::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    height: 100px;
    width: 100px;
    top: 0;
    margin: auto;
    background: url(../images/sprite.png) no-repeat;
    background-position: 1px -501px;
    background-size: 600px;
}
.pos-points h5::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    height: 2px;
    background-color: #fff;
    width: 50px;
    top: 110px;
    margin: auto;
}
.pos-points .secure-checkout::before {
    background-position: 2px -681px;
}
.pos-points .customer-sanctification::before {
    background-position: 2px -861px;
}
.pos-points .rating::before {
    background-position: 2px -1040px;
}
.pos-points .free-installation::before {
    background-position: 2px -1220px;
}

.pos-points .free-delivery,
.pos-points .secure-checkout,
.pos-points .free-installation {
    max-width: 110px;
    margin: auto;
}
.secure-rating-payment h2
{
    font-size: 19px;
}
.secure-rating-payment {
    display: flex !important;
}
.secure-rating-payment {
    padding-left: 15px !important;
    padding-right: 15px !important;
}
.secure-rating-payment > div {
    width: unset;
}
.secure-rating-payment > div:nth-child(3),
.secure-rating-payment > div:nth-child(5) {
    align-self: center;
}
/***************review***************/

#pr-reviews-horizontal-widget .css-1adcux5 svg {
    display: none !important;
}
.review-section .css-1du9rlh {
    justify-content: space-between !important;
}
.review-section .css-1du9rlh > div {
    border: 1px solid #f2f2f2;
    width: 32%;
    max-width: 32% !important;
    flex-basis: 32% !important;
    border-radius: 5px;
    padding: 25px !important;
    transition: .5s all;
}
.review-section .css-1du9rlh > div h4 {
    font-size: 20px !important;
    font-weight: 500 !important;
    margin-bottom: 0px !important;
    font-family: 'Lato';
    overflow: hidden !important;
    width: 100% !important;
}
.review-section .css-1du9rlh .css-1tnezub {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
}
.review-section .css-1du9rlh .css-1tnezub .css-t58h8 {
    display: none;
}
.review-section .css-1du9rlh .css-o0wojj {
    font-size: 16px !important;
    font-family: 'Lato';
    line-height: 160%;
}
.review-section .css-1du9rlh .css-jyruvb {
    width: 185px !important;
    height: 27px !important;
    margin-bottom: 10px;
}
.review-section .css-1du9rlh .css-jyruvb .css-lhxch2, .review-section .css-1du9rlh .css-jyruvb .css-m1owsi {
    background-size: 36px 27px !important;
}
.review-section .main-btn {
    min-width: 370px;
    background-color: #41b7a9;
    margin-top: 15px;
}
.review-section .main-btn:hover {
    background: #333;
    color: #fff;
}
#pr-reviews-horizontal-widget .css-reqr6j .css-15lnhzx,
#pr-reviews-horizontal-widget .css-reqr6j .css-1vuw71n {
    display: none;
}
#pr-reviews-horizontal-widget .css-reqr6j {
    margin-bottom: 22px !important;
}
.review-section .css-1du9rlh > div:hover {
    box-shadow: 0 0 20px rgba(0,0,0, .16);
}

/****************blog-section************/
.latest-blog-post .button {
    height: 50px;
    line-height: 50px !important;
    font-size: 16px !important;
}
.latest-blog-post .post-title {
    font-size: 28px;
    margin-bottom: 15px;
}
.home .site-content-container.container {
    max-width: 100%;
}
.Our.Product.Category {
    padding-left: 15px !important;
    padding-right: 15px;
}
/****************footer*************/

body .site-content {
    padding-bottom: 0 !important;
}
footer.site-footer.light {
    border-top: 0;
}
footer {
    background: url(../images/footer-bg.png) no-repeat;
    background-size: cover;
}
footer .footer-container {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    align-items: center;
}
footer h4.widget-title {
    color: #fff;
    font-size: 20px !important;
    line-height: 120%;
    font-weight: 600 !important;
    margin-bottom: 17px;
}
footer ul li a {
    color: #fff !important;
}
footer ul li a:hover {
    color: #41b7a9 !important;
}
footer .footer-widgets .widget li {
    padding: 2px 0;
    font-size: 16px;
}
footer .footer-widgets .widget li a::before {
    content: '\f101 ';
    font-family: fontawesome;
    color: #fff;
    padding-right: 15px;
    font-weight: normal;
}
footer .footer-widgets .widget li a::after {
    display: none;
}
footer .footer-widgets .footer-widgets-area {
    padding-left: 25px !important;
    padding-right: 15px;
    width: 20%;
    border-right: 1px solid rgba(255,255,255, .28);
}
.footer-widgets .footer-widgets-area:first-child {
    padding-left: 0 !important;
}  
footer .footer-widgets .footer-widgets-area:last-child {
    padding-right: 0;
    width: 40%;
    border-right: 0 !important;
}

footer .needsclick.View__FormView-sc-1ou3cq2-0 {
    padding: 0;
    max-width: 100%;
}
footer .needsclick.View__FormView-sc-1ou3cq2-0 .dMHKxR.dMHKxR {
    padding: 0;
}
footer .needsclick.View__FormView-sc-1ou3cq2-0 .dMHKxR.dMHKxR p .ql-font-geneva {
    color: #fff !important;
    font-size: 8;
}
footer .needsclick.View__FormView-sc-1ou3cq2-0 .dMHKxR.dMHKxR p {
    text-align: left !important;
    color: #fff !important;
    line-height: 160%;
    font-size: 16px !important;
    letter-spacing: normal !important;
    margin-bottom: 14px !important;
}
footer .needsclick.View__FormView-sc-1ou3cq2-0 .needsclick.Row__FormRow-sc-17nghml-0.kgtZbf.kl-private-reset-css-Xuajs1 {
    width: 100%;
    flex-wrap: wrap;
}
footer .needsclick.View__FormView-sc-1ou3cq2-0 .needsclick.Row__FormRow-sc-17nghml-0.kgtZbf.kl-private-reset-css-Xuajs1 > div {
    all: unset;
    width: 100%;
}
footer .needsclick.View__FormView-sc-1ou3cq2-0 input {
    height: 60px !important;
    padding: 11px 25px !important;
    color: #333 !important;
    background: #d3f1ef !important;
    border-radius: 5px !important;
}
footer .needsclick.View__FormView-sc-1ou3cq2-0 input::placeholder {
    color: #2d3333 !important;
    font-size: 15px !important;
    font-family: 'Lato' !important;
}
footer .needsclick.View__FormView-sc-1ou3cq2-0 button {
    height: 60px !important;
    width: 100%;
    padding: 0 !important;
    background: #41b7a9 !important;
    font-size: 18px !important;
    font-weight: normal !important;
    border-radius: 5px !important;
    margin-top: 10px;
    transition: .3s all !important;
}
footer .needsclick.View__FormView-sc-1ou3cq2-0 button:hover {
    background: #333 !important;
    color: ;
}
footer .needsclick.View__FormView-sc-1ou3cq2-0 .dqEOHo.dqEOHo {
    position: static !important;
    margin-top: 6px;
    background: transparent;
}
footer .needsclick.View__FormView-sc-1ou3cq2-0 .hAkfYz.hAkfYz::after, 
footer .needsclick.View__FormView-sc-1ou3cq2-0 .hAkfYz.hAkfYz::before {
    display: none;
}
footer .needsclick.View__FormView-sc-1ou3cq2-0 .dqEOHo.dqEOHo {
    position: static !important;
    margin: 6px 0 6px;
    background: transparent;
}
footer .needsclick.View__FormView-sc-1ou3cq2-0 .hAkfYz.hAkfYz {
    border: 0;
    background-color: transparent;
}
footer #social-links-widget-4 > a {
    width: auto;
    margin: 0;
    background: transparent;
    text-align: left;
    line-height: 120% !important;
    height: auto;
}
footer #social-links-widget-4 {
    display: flex;
}
footer #social-links-widget-4 {
    display: flex;
    margin-top: 30px;
    align-items: center;
}
footer #social-links-widget-4 .widget-title {
    margin-bottom: 0 !important;
    font-size: 18px !important;
    margin-right: 15px !important;
}
footer .footer-widgets .widget a::after {
    display: none;
}
footer .social-links-widget .social-links a {
    width: 50px;
    height: 50px;
    font-size: 22px;
    line-height: 50px;
}
footer .social-links-widget .social-links a:hover {
    background: #fff !important;
}
footer .footer-contactinformation h5 {
    text-align: center;
    color: #fff;
}
footer .footer-contactinformation {
    border-top: 1px solid rgba(255,255,255, .28);
    max-width: 1200px;
    margin: auto;
    padding: 50px 15px 0;
    margin-top: 50px;
}
footer .footer-widgets .footer-container > div {
    display: flex;
    margin-left: 0;
    margin-right: 0;
}
footer .htnWBn.htnWBn {
    padding: 5px 0 0;
}
footer .footer-contactinformation > .row::after, 
footer .footer-contactinformation > .row::before {
    display: none;
}
footer .footer-contactinformation > .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
}
footer .footer-contactinformation > .row > div {
    position: relative;
    width: auto;
    padding: 10px 0 10px 50px;
}
footer .footer-contactinformation > .row > div:first-child, .footer-contactinformation > .row > div:nth-child(2) {
    padding-left: 65px;
}   
footer .footer-contactinformation > .row > div::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 50px;
    background: url(../images/sprite.png) no-repeat;
    background-position: -124px -3px;
    bottom: 0;
    margin: auto;
}
footer .footer-contactinformation > .row > div:nth-child(2)::before {
    background-position: -204px 1px;
}
footer .footer-contactinformation > .row > div:nth-child(3)::before {
    background-position: -289px 1px;
}
footer .footer-contactinformation > .row > div:nth-child(4)::before {
    background-position: -370px 3px;
}
footer .footer-contactinformation > .row > div:nth-child(5)::before {
    background-position: -370px 1px;
}
footer .footer-contactinformation > .row > div p {
    max-width: 200px;
    line-height: 140%;
}
footer .footer-contactinformation > .row > div > * {
    color: #fff;
    font-size: 17px;
}
footer .footer-main .footer-container .divider {
    display: none;
}
footer .footer-main.site-info {
    background: #333333;
    padding: 30px 0;
    color: #fff;
    font-size: 15px;
}
footer .footer-main.site-info .copyright {
    margin-top: 0;
}
footer .custom-text {
    text-align: left;
}
footer.site-footer .footer-widgets.widgets-area {
    padding-bottom: 40px;
}
body .gotop {
    background: #41b7a9;
    color: #fff;
    border: 2px solid #fff;
    right: 30px;
    bottom: 100px;
    z-index: 15000;
    width: 50px;
    height: 50px;
}
body .gotop::after {
    content: ;
    content: '';
    width: 10px;
    height: 10px;
    border: 2px solid #fff;
    position: absolute;
    left: 0;
    right: 0;
    top: 4px;
    bottom: 0;
    margin: auto;
    border-right: 0;
    border-bottom: 0;
    transform: rotate(45deg);
}
.gotop .svg-icon.icon-arrow-down.size-normal {
    display: none;
}
body.home .container .container.Our.Product.Category {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.footer-main .footer-left {
    padding-right: 15px;
}
.footer-widgets .widget ul > a {
    display: none;
}
footer .footer-widgets .footer-widgets-area .widget > a {
    display: none;
}
.slick-dots .slick-active button::before {
    background: #41b7a9;
    width: 15px;
    height: 15px;
}
.slick-dots button {
    width: 15px;
    height: 15px;
}
.slick-dots button::before {
    width: 15px;
    height: 15px;
}
body.home .entry-content > p:first-child, .entry-content > span {
    display: none !important;
}
.header-main, .header-v10 .site-branding {
    height: 100px;
}
.slick-dotted.slick-slider {
    margin-bottom: 0px !important;
}
footer .footer-contactinformation > .row > div a:hover {
    color: #41b7a9 !important;
}
.header-account .account-links ul
{
    padding: 20px 30px;
}
body .header-account .account-links a {
    font-size: 16px;
}
body .header-account .account-links a:hover
{
    color: #00baac;
}
body .sale_notification_default .wrapper-noti.light span
{
    font-size: 16px;
    line-height: 150%;
}
body .sale_notification_default .wrapper-noti .noti-title span {
    font-size: 14px;
    line-height: 120%;
    font-weight: bold;
    margin-bottom: 0;
    color: #41b7a9;
}
body .sale_notification_default .wrapper-noti .noti-body a {
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
}
body .sale_notification_default .wrapper-noti .noti-body a:hover {
    text-decoration: none;
    color: #41b7a9;
}
body .sale_notification_default .wrapper-noti .wrapper-theme {
    padding: 8px 25px 23px 15px;
}
body .sale_notification_default .wrapper-noti.light.basic .noti-time {
    padding-left: 10px;
}
body.page-id-21646 p {
    margin-bottom: 1.5em;
}
body.page-id-21646 ul li {
    font-size: 16px;
}
body.page-id-21646 .entry-title {
    font-size: 60px !important;
    font-size: 3.75rem;
    font-weight: 600;
    line-height: 1.16667;
    margin: 0 0 20px;
}
body.page-id-21646 #content {
    padding-top: 60px;
    padding-bottom: 60px !important;
}
body.page-id-21646 ul {
    list-style: disc;
    margin: 0 0 50px 0;
    padding-left: 30px;
}
/***font*

font-family: 'Montserrat';
font-family: 'Lato';

****/