/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/
/* Body Css */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@font-face {
  font-family: Copperplate CC;
  src: url(/wp-content/themes/salient-child/fonts/CopperplateCC.ttf);
}
@font-face {
  font-family: Copperplate Bold;
  src: url(/wp-content/themes/salient-child/fonts/CopperplateCC-Bold.ttf);
}
@font-face {
    font-family: 'Felix Titling';
    src: url('fonts/FelixTitlingMT.eot');
    src: url('fonts/FelixTitlingMT.eot?#iefix') format('embedded-opentype'),
        url('fonts/FelixTitlingMT.woff2') format('woff2'),
        url('fonts/FelixTitlingMT.woff') format('woff'),
        url('fonts/FelixTitlingMT.ttf') format('truetype'),
        url('fonts/FelixTitlingMT.svg#FelixTitlingMT') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


body * {
	font-family: "Poppins", serif;
}
h1, h2, h4, h5, h6 {	
  font-family: Copperplate Bold;
}
#page-header-bg h1 {
    font-family: 'Copperplate Bold';
}
body.single-product div#header-space {
    background: url(/wp-content/uploads/2025/02/banner-img.jpg) !important;
    height: 350px;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
#header-outer[data-format=centered-menu] #top nav>.sf-menu>li ul.sub-menu.tracked-pos {
    border: 1px solid #7E7E7E;
    background: rgba(186, 159, 120, 0.30);
    box-shadow: 0px 4px 11.5px 0px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(7.5px);
    border-top: 0;
}
#header-outer[data-format=centered-menu] #top nav>.sf-menu>li ul.sub-menu.tracked-pos a {
    color: rgba(34, 34, 34, 0.60);
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
#header-outer[data-format=centered-menu] #top nav>.sf-menu>li ul.sub-menu.tracked-pos a span {
    font-family: 'Copperplate Bold';
}
/* Topbar Css */
.topbar-sec {
    background: #ECE5D3;
    height: 47px;
    line-height: 47px;
}
.topbar-sec .container-fluid {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 169px 0 161px;
}
.topbar-sec p {
    color: #6D593B;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    padding-bottom: 0;
    opacity: 0.6;
}
.topbar-sec ul {
    margin: 0;
}
.topbar-sec ul li {
    display: inline-block;
    margin-left: 4px;
    color: #6D593B;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    opacity: 0.6;
}
.topbar-sec ul li a {
    color: #6D593B;
    opacity: 0.6;
}
/* Header Css */
#header-outer[data-full-width="true"] header > .container > .row {
    flex-direction: column;
}
body.material #header-outer[data-full-width=true]:not([data-format=left-header]) #top nav>.buttons {
    height: 55px;
    margin-top: -90px;
    margin-right: 126px;
}
div#header-outer {
    background: #F9F7F3;
}
div#header-outer:before {
    content: "";
    background: #ECE5D3;
    width: 100%;
    height: 54px;
    position: absolute;
    bottom: 0;
}
#header-outer[data-format=centered-menu] #top nav>.sf-menu>li {
    height: 54px;
}
ul.sf-menu.sf-js-enabled.sf-arrows {
    height: 54px;
    line-height: 54px;
}
#header-outer[data-format=centered-menu] #top .span_9 {
    height: 54px;
}
#header-outer #logo img {
    margin-bottom: -107px;
}
#header-outer[data-lhe="default"] #top nav > ul > li > a {
    color: rgba(61, 45, 35, 0.60);
    font-size: 11px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
#header-outer[data-lhe="default"] #top nav > ul > li > a span {
    font-family: Copperplate Bold;
}
#header-outer[data-format=centered-menu] #top .span_9 nav .sf-menu:not(.buttons) {
    justify-content: end;
    position: relative;
    left: -62px;
}
.head-search {
    margin-left: auto;
    margin-top: 25px;
    margin-right: 100px;
}
.head-search form {
    border-radius: 5.43px;
    border: 1.357px solid #4D4A4F;
    width: 889px;
    height: 65px;
    line-height: 65px;
    padding-left: 22px;
    position: relative;
}
.head-search form input {
    width: 780.404px;
    height: 29.864px;
    border-radius: 0;
    border: 0;
    padding: 0;
    background: transparent;
    color: #787878;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
}
.head-search form:after {
    content: "\f002";
    font-family: 'fontawesome';
    position: absolute;
    right: -1px;
    border-radius: 0px 5.43px 5.43px 0px;
    background: #BA9F78;
    width: 76.017px;
    height: 65px;
    text-align: center;
    top: -1px;
    color: #fff;
    font-size: 23px;
}
#header-outer[data-format=centered-menu] #top .span_3 {
    width: 80%;
}
#header-outer[data-full-width="true"] header > .container {
    padding: 0 0 0 55px;
}
body.material #top nav ul #nectar-user-account a span:before {
    content: "";
    background-image: url(/wp-content/uploads/2025/02/user-icon.png);
    width: 26px;
    height: 26px;
    display: block;
}
body.material #top nav ul #nectar-user-account a span {
    display: flex;
    max-width: 120px;
    width: 120px;
}
body.material #top nav ul #nectar-user-account a span:after {
    content: "Sign In";
    color: #211E22;
    font-family: "Copperplate CC";
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-left: 7px;
}
body.material #header-outer:not([data-format=left-header]) #top nav>.buttons>li {
    width: 100px;
    margin-left: 30px;
}
body.material #header-outer .cart-menu .cart-icon-wrap .icon-salient-cart:before {
    content: "";
    background-image: url(/wp-content/uploads/2025/02/cart-icon.png);
    width: 26px;
    height: 25px;
    display: block;
}
body.material #header-outer .cart-menu .cart-icon-wrap .icon-salient-cart:after {
    content: "Cart";
    color: #211E22;
    font-family: "Copperplate CC";
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    margin-left: 6px;
}
body.material #header-outer .cart-menu .cart-icon-wrap .icon-salient-cart {
    display: flex;
    align-items: center;
    width: 100px;
}
/* Category Css */
div#category-row .iwithtext {
    background: #FFFBEF;
    text-align: center;
    padding: 73px 0;
    position: relative;
    transition: all 0.4s linear;
}
div#category-row .iwithtext .iwt-icon {
    position: relative;
}
div#category-row .iwithtext .iwt-text {
    padding: 0;
}
div#category-row .iwithtext .iwt-text h3 {
    margin: 0 !important;
    font-size: 24px;
    line-height: 30px;
}
div#category-row .iwithtext .iwt-icon img {
    width: 71px;
    height: 71px;
    object-fit: scale-down;
    margin-bottom: 10px;
}
div#category-row .iwithtext .iwt-text h3 a {
    color: #342F2C;
    font-family: 'Copperplate Bold';
}
div#category-row .iwithtext:after {
    content: "";
    width: 3px;
    height: 100%;
    background: #342F2C;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    opacity: 0.2;
}
div#category-row .iwithtext:hover {
    background: #BA9F78;
    cursor: pointer;
}
div#category-row .iwithtext:hover img {
    filter: brightness(18);
}
div#category-row .iwithtext:hover h3 a {
    color: #fff;
}
/* Product Css */
h3.w-head {
    letter-spacing: 7.252px;
    text-transform: capitalize;
    text-align: left !important;
    width: 35%;
    margin: auto;
}
h2.w-head {
    position: relative;
}
h2.w-head:before {
    content: "";
    width: 84px;
    height: 87px;
    background: #BA9E76;
    position: absolute;
    z-index: -1;
    left: -599px;
    right: 0;
    margin: auto;
    top: -12px;
}
.products li.product.minimal .product-wrap .product-image-wrap .product-add-to-cart a {
    opacity: 1;
    position: absolute;
    bottom: -119px;
    left: 0;
    right: 0;
    width: 90% !important;
    background: #BA9E76 !important;
    color: #FFFBEF !important;
    margin: auto;
}
.products li.product.minimal .background-color-expand {
    transform: unset !important;
}
.products li.product.minimal.hover-bound:hover .product-meta {
    transform: unset;
}
.product-main-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.products li.product.minimal .product-meta .product-main-meta a {
    max-width: 75%;
/*     height: 1.5em; */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.woocommerce ul.products li.product.minimal .price {
    text-align: right;
    padding: 0;
    color: #BA9E76 !important;
    font-family: Poppins;
    font-size: 20px;
    font-style: italic;
    font-weight: 500;
    line-height: normal;
}
.products li.product.minimal .product-meta {
    transform: unset !important;
    padding: 21px 20px 100px;
}
.products li.product.minimal .product-wrap .product-image-wrap .product-add-to-cart a span {
    font-family: 'Copperplate CC';
}
.woocommerce ul.products li.product .product-wrap img {
    width: 100%;
    height: 208.596px !important;
    object-fit: scale-down;
}
.products li.product.minimal .product-image-wrap {
    padding-top: 30px;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
    color: #342F2C;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    font-family: 'Poppins';
}
.products li.product.minimal .product-wrap .product-image-wrap .product-add-to-cart a:hover {
    background: #ba9f78 !important;
}
.flickity-page-dots {
    position: relative;
    bottom: 0;
    margin-top: 50px !important;
}
.nectar-woo-flickity .flickity-page-dots .dot:before {
    background: #DBDBDB;
    width: 15px;
    height: 15px;
    box-shadow: unset;
    opacity: 1;
    margin: 0;
}
.nectar-woo-flickity .flickity-page-dots .dot {
    opacity: 1;
}
.nectar-woo-flickity .flickity-page-dots .dot.is-selected:before {
    transform: unset !important;
    box-shadow: unset !important;
    background: #C5A266 !important;
}
div#product-head-row a#w-btn {
    background: #342F2C !important;
    padding: 14px 42px;
    color: #F0E9D6;
    margin-bottom: 90px;
}
div#product-row .woocommerce ul.products li.product .product-wrap img {
    height: 308px !important;
    object-fit: scale-down;
    width: 100%;
    margin: auto;
}
div#product-row .woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 21px;
}
div#product-row .woocommerce ul.products li.product.minimal .price {
    font-size: 22px;
}
/* CTA Css */
h2.cta-head {
    position: relative;
}
h2.cta-head:before {
    content: "";
    width: 88.925px;
    height: 91.992px;
    background: #BA9E76;
    position: absolute;
    z-index: -1;
    left: -40px;
    top: -25px;
}
a#cta-btn {
    margin: 0;
    padding: 20px 58px;
    border-radius: 0 !important;
    font-size: 14px;
}
a#cta-btn span {
    font-family: 'Copperplate CC';
}
div#product-row h3.w-head {
    width: 100%;
    margin-bottom: 30px !important;
}
a#w-btn {
    padding: 23px 37px;
    border-radius: 0 !important;
    font-size: 13px;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    margin: 0px 0px 0px 71px;
}
a#w-btn span {
    font-family: 'Copperplate CC';
    font-weight: 500;
}
/* Product CTA Css */
div#pro-cta-row h3.w-head {
    width: 100%;
    margin-bottom: 29px !important;
}
div#pro-cta-row .vc_col-sm-4, div#pro-cta-row .vc_col-sm-8 {
    padding: 0 18px;
}
.product-cta-sec {
    background-image: url(/wp-content/uploads/2025/04/3-Piece-Bistro-Set-img.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 17px 30px 20px 28px;
    margin-bottom: 44px !important;
}
.product-cta-sec h4 {
    color: #656565;
    font-size: 38px;
    font-weight: 500;
    line-height: 40px;
    text-align: right;
    font-family: 'Poppins';
    margin-bottom: 223px !important;
}
.pro-cta-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top:50px;
}
.cta-flex-inner {
    width: 65%;
}
.pro-cta-flex h3 {
    color: #000;
    font-family: 'Poppins';
    font-size: 20px;
    font-weight: 700;
    line-height: 25px;
    margin-bottom: 0 !important;
    max-width: 95%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	padding-top: 14px;
}
.pro-cta-flex h5 {
    color: #000;
    font-family: 'Poppins';
    font-size: 17px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 0;
}
.pro-cta-flex a {
    background: #6D5040;
    padding: 13px 39px;
    color: #FFFBEF;
    font-size: 12px;
    font-weight: 500;
    line-height: normal;
    font-family: 'Copperplate CC';
}
.product-btm-cta-sec {
    background-image: url(/wp-content/uploads/2025/04/Ahomly-4-Piece-img.png);
    margin: 0 !important;
}
/* About Css */
div#about-row h3.w-head {
    width: 100%;
}
div#about-row .vc_col-sm-6 {
    padding: 0 68px;
}
div#about-row h2.w-head:before {
    left: -50px;
    right: auto;
    width: 105.148px;
    height: 100px;
    top: -11px;
}
/* Comfert Css */
.comfort-sec {
    background-image: url(/wp-content/uploads/2025/02/comfert-inner-bg.jpg);
    width: 85%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 107px 0 105px 74px;
}
.comfort-sec h2 {
    color: #FFFBEF;
    font-size: 44.335px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
/* Blog Css */
div#blog-row h3.w-head {
    width: 100%;
    margin: 0 auto;
    text-align: center !important;
}
div#blog-row h2.cta-head:before {
    display: none;
}
div#blog-row h2.cta-head:after {
    content: "";
    width: 220px;
    height: 5px;
    background: #BA9E76;
    display: block;
    margin: 34px auto 117px;
}
div#blog-row:before {
    content: "";
    background-image: url(/wp-content/uploads/2025/02/blog-before.png);
    width: 700px;
    height: 100%;
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 11;
}
div#blog-inner-row .vc_col-sm-6 {
    padding: 0 20px;
}
.blog-sec {
    background: #342F2C;
    padding: 36px 43px;
}
.blog-sec h4 {
    color: #fff;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.6px;
}
.blog-sec h4:after {
    content: "";
    width: 54px;
    height: 5px;
    background: #BA9E76;
    display: block;
    margin: 18px 0;
}
.blog-sec h3 {
    color: #fff;
    font-family: Poppins;
    font-size: 25px;
    font-weight: 500;
    line-height: 40px;
}
.blog-rgt-sec {
    border-bottom: 3px solid #BA9E76;
    padding-bottom: 30px;
    margin-bottom: 30px !important;
}
.blog-rgt-sec p {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 1.6px;
    color: #342F2C;
    padding-bottom: 11px;
}
.blog-rgt-sec p span {
    opacity: 0.5;
}
.blog-rgt-sec h3 {
    font-size: 26px;
    font-weight: 600;
    line-height: 40px;
    color: #342F2C;
}
div#blog-inner-row .vc_col-sm-6:last-child {
    padding-left: 160px;
    padding-right: 95px;
}
div#blog-inner-row .vc_col-sm-6:last-child .blog-rgt-sec:nth-child(4) {
    border: 0 !important;
    margin: 0 !important;
    padding: 0;
}
/* Footer Css */
div#footer-row:before {
    content: "";
    background-image: url(/wp-content/uploads/2025/02/footer-before.png);
    width: 41.5%;
    height: 100%;
    position: absolute;
    left: 0;
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 2;
}
div#footer-row .vc_col-sm-4:first-child:before {
    content: "";
    width: 1px;
    height: 100%;
    background: #FFFBEF;
    position: absolute;
    right: 0;
    top: 0;
}
.footer-cont {
    position: relative;
    border-bottom: 1px solid #FFFBEF;
    padding-bottom: 132px;
    margin-bottom: 25px !important;
}
.footer-cont p {
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    color: #fff;
    width: 90%;
}
.copyright-sec {
    margin-bottom: 25px !important;
}
.copyright-sec p {
    color: #938C89;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}
.copyright-sec p a {
    color: #938C89;
}
div#footer-row .vc_col-sm-6 {
    padding: 0 95px 0 113px;
}
div#footer-row .vc_col-sm-6 .vc_col-sm-4:before {
    display: none;
}
.footer-newsletter-sec {
    margin-bottom: 90px !important;
}
div#footer-row h2 {
    font-family: Poppins;
    font-size: 20px;
    font-weight: 700;
    line-height: 25px;
    color: #fff;
    margin-bottom: 20px;
}
.footer-newsletter-sec p {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    padding-bottom: 34px;
    width: 65%;
}
.footer-newsletter-sec input.es_required_field {
    display: none;
}
.footer-newsletter-sec .es-form-field-container {
    display: flex;
    justify-content: space-between;
}
.footer-newsletter-sec .es-form-field-container .gjs-row {
    margin: 0 !important;
}
.footer-newsletter-sec .es-form-field-container .gjs-row:first-child {
    display: none;
}
.footer-newsletter-sec .es-form-field-container .gjs-row input[type="email"] {
    width: 405px;
    border: 0;
    border-bottom: 1px solid #BA9E76;
    border-radius: 0;
    padding-left: 20px;
    background: transparent;
    color: #fff;
    font-family: Poppins;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    line-height: normal;
}
.footer-newsletter-sec .es-form-field-container .gjs-row input[type="email"]::placeholder {
    color: #fff;
}
body[data-form-submit=regular] .footer-newsletter-sec input[type=submit] {
    padding: 14px 42px !important;
    border-radius: 0 !important;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    font-family: 'Copperplate CC';
}
div#footer-row ul {
    margin: 0;
}
div#footer-row ul li {
    list-style: none;
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    line-height: 34px;
}
div#footer-row ul li a {
    color: #fff;
}
div#footer-row ul li:hover a {
    color: #baa07a;
}
.footer-details li {
    display: flex;
}
.footer-details li strong {
    color: #BA9E76;
    width: 25px;
    margin-right: 9px;
}
/* ============================================== */
div#banner-row h1.ban-sec {
    font-family: 'Felix Titling' !important;
    font-size: 70px !important;
    line-height: 1.2 !important;
    font-weight: 400;
	padding-top: 158px;
    padding-left: 67px;
}
div#banner-row p {
    padding-left: 67px !important;
}
.products li.product.minimal:hover .product-meta .price {
    width: 25%;
}
body.product-template-default.single h1.product_title.entry-title.nectar-inherit-default {
    font-size: 26px;
    line-height: 1.6;
    letter-spacing: -1px;
}
div#product-head-row {
    margin-bottom: 38px;
}

.nectar-flickity.not-initialized.nectar-carousel.instance-0.flickity-enabled.is-draggable.transition-enabled {
    height: 700px;
    margin-top: -91px !important;
}

.wpb_column.left_padding_desktop_111px > .vc_column-inner {
    padding-left: 0px !important;
}
.wpb_column.bottom_padding_desktop_234px > .vc_column-inner {
    padding-bottom: 0px !important;
}
.wpb_column.top_padding_desktop_230px > .vc_column-inner {
    padding-top: 0px !important;
}

element.style {
}
.nectar-flickity[data-control-style=material_pagination] .flickity-page-dots .dot, .nectar-flickity[data-controls=material_pagination] .flickity-page-dots .dot, .nectar-recent-posts-slider_multiple_visible .flickity-page-dots .dot, .nectar-woo-flickity .flickity-page-dots .dot, .testimonial_slider[data-style=multiple_visible_minimal] .flickity-page-dots .dot, body.material [data-bullet_style=see_through] .slider-pagination .swiper-pagination-switch {
    width: 30px;
    margin: 0;
    opacity: .35;
}
.flickity-page-dots .dot {
    height: 30px;
    width: 30px;
    position: relative;
    margin: 0 5px;
    display: none;
}

div#ban-cars-img .row-bg:before {
    content: '';
    background-color: #00000070;
    position: absolute;
    width: 100%;
    height: 100%;
}
p.vc_custom_heading.w-head.wpb_animate_when_almost_visible.wpb_fadeInUp.fadeInUp.vc_custom_1746233316197.animated.wpb_start_animation {
    text-align: left !important;
}
p.vc_custom_heading.w-head.wpb_animate_when_almost_visible.wpb_fadeInUp.fadeInUp.vc_custom_1746233305013.animated.wpb_start_animation{
 text-align: left !important;	
}
body.material #header-outer .cart-menu .cart-icon-wrap .icon-salient-cart {
    display: flex
;
    align-items: center;
    width: 100px;
    display: none;
}
div#cta-inner-row .row-bg {
    background: #FFF !important;
    opacity: 0.5;
}
#header-outer:not([data-format="left-header"]) .cart-menu .cart-icon-wrap {
    height: 22px;
    line-height: 22px;
    display: none;
}
/* ======================Mobile responsiveness=================== */

@media (min-width: 320px) and (max-width: 767px){
.topbar-sec .container-fluid {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px 0 20px !important;
}
.topbar-sec ul li {
    margin-left: 38px;
    font-size: 11px;
    opacity: 1;
}
.topbar-sec p {
    font-size:11px;
    font-weight: 400;
    line-height: normal;
     padding-bottom: 15px;
    opacity: 1;
}
body #header-outer {
      margin-bottom: 0;
      padding: 0px 0;
}
.head-search form {
    width: 337px;
    height: 67px;
    margin-top: 64px !important;
    margin-bottom: 20px !important;
}
.head-search form input {
    width: 725.404px;
    height: 30.864px;
    font-size: 15px;
	
}
body #top #logo img, #header-outer[data-permanent-transparent="false"] #logo .dark-version {
        height: 53px !important;
}
div#ban-cars-img {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
}
#ajax-content-wrap .vc_row.inner_row.right_padding_120px .row_col_wrap_12_inner, .nectar-global-section .vc_row.inner_row.right_padding_120px .row_col_wrap_12_inner {
    padding-right: 20px;
}
#ajax-content-wrap .vc_row.inner_row.left_padding_120px .row_col_wrap_12_inner, .nectar-global-section .vc_row.inner_row.left_padding_120px .row_col_wrap_12_inner {
    padding-left: 20px;
}
div#banner-row h1.ban-sec {
    font-size: 30px !important;
    line-height: 1.5em !important;
    font-weight: 600;
    text-align: center !important;
}
p.vc_custom_heading.w-head.wpb_animate_when_almost_visible.wpb_fadeInUp.fadeInUp.animated.wpb_start_animation {
    font-size: 14px !important;
    line-height: 24px !important;
    text-align: center !important;
}
a#w-btn {
    font-size: 11px;
    margin: 0 auto;
    display: table;
	margin-bottom: 30px;
}
	h2 {
    font-size: 25px;
    line-height: 44px;
    margin-bottom: 7px;
}
div#ban-cars-img p {
    text-align: center !important;
}
div#category-row .iwithtext .iwt-text h3 {
    margin: 0 !important;
    font-size: 16px;
    line-height: 22px;
}
div#trending-row h2 {
    font-size: 27px !important;
    line-height: 40px !important;
    text-align: center !important;
}
h3.w-head {
    width: 50%;
    font-size: 18px !important;
     text-align: center !important;
}
#ajax-content-wrap .vc_row.right_padding_56px .row_col_wrap_12, .nectar-global-section .vc_row.right_padding_56px .row_col_wrap_12 {
    padding-right: 20px;
}
#ajax-content-wrap .vc_row.left_padding_56px .row_col_wrap_12, .nectar-global-section .vc_row.left_padding_56px .row_col_wrap_12 {
    padding-left: 20px;
}
.vc_custom_1740594880941 {
    margin-bottom: 0px !important;
}
.woocommerce ul.products li.product .product-wrap img {
    width: 100%;
    height: 208.596px !important;
    object-fit: none;
    padding: 0px !important;
}
#ajax-content-wrap .vc_row.right_padding_66px .row_col_wrap_12, .nectar-global-section .vc_row.right_padding_66px .row_col_wrap_12 {
    padding-right: 20px;
}
#ajax-content-wrap .vc_row.left_padding_47px .row_col_wrap_12, .nectar-global-section .vc_row.left_padding_47px .row_col_wrap_12 {
    padding-left: 20px;
}
div#cta-inner-row h2 {
    font-size: 25px !important;
    text-align: center !important;
}
#ajax-content-wrap .vc_row.inner_row.left_padding_99px .row_col_wrap_12_inner, .nectar-global-section .vc_row.inner_row.left_padding_99px .row_col_wrap_12_inner {
    padding-left: 0px;
}
a#cta-btn {
    font-size: 12px;
    display: table;
    margin: 0 auto;
}
div#cta-inner-row {
    padding-top: 61px !important;
    padding-bottom: 61px !important;
}
    .wpb_row.full-width-content .woocommerce .nectar-woo-flickity, body .wpb_row:not(.full-width-content) .woocommerce .nectar-woo-flickity:not([data-controls=arrows-overlaid]) {
        padding-bottom: 28px !important;
    }
.vc_custom_1740594980747 {
    margin-bottom: -17px !important;
}
div#cta-inner-row {
    padding-top: 73px !important;
    padding-bottom: 89px !important;
}
div#trending-row {
    padding-top: 38px !important;
    padding-bottom: 0px !important;
}
.vc_custom_1740595186684 {
    margin-bottom: -27px !important;
}
div#product-row {
    padding-top: 0px !important;
    padding-bottom: 50px !important;
}
#ajax-content-wrap .vc_row.right_padding_87px .row_col_wrap_12, .nectar-global-section .vc_row.right_padding_87px .row_col_wrap_12 {
    padding-right: 5px;
}
#ajax-content-wrap .vc_row.left_padding_87px .row_col_wrap_12, .nectar-global-section .vc_row.left_padding_87px .row_col_wrap_12 {
    padding-left: 20px;
}
#ajax-content-wrap .vc_row.inner_row.left_padding_164px .row_col_wrap_12_inner, .nectar-global-section .vc_row.inner_row.left_padding_164px .row_col_wrap_12_inner {
    padding-left: 10px;
}
div#product-head-row h2 {
    font-size: 25px !important;
    text-align: center !important;
    line-height: 35px !important;
}
div#product-head-row {
    padding-top: 60px !important;
    padding-bottom: 0px !important;
}
ul.products.columns-4 {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    width: 100% !important;
}
li.minimal.product.type-product.instock.product_cat-electronics.product_cat-home-security-cameras.has-post-thumbnail.shipping-taxable.product-type-external {
    width: 100%;
    padding-right: 0px !important;
}
	.wpb_row.full-width-content .woocommerce .nectar-woo-flickity {
    padding: 0px 0px !important;
}
	div#pro-cta-row {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}
	#ajax-content-wrap .vc_row.right_padding_149px .row_col_wrap_12, .nectar-global-section .vc_row.right_padding_149px .row_col_wrap_12 {
    padding-right: 20px;
}
#ajax-content-wrap .vc_row.left_padding_132px .row_col_wrap_12, .nectar-global-section .vc_row.left_padding_132px .row_col_wrap_12 {
    padding-left: 20px;
}
.pro-cta-flex h3 {
    font-size: 14px;
}
.pro-cta-flex a {
    padding: 13px 8px;
    font-size: 11px;
}
div#pro-cta-row .vc_col-sm-4, div#pro-cta-row .vc_col-sm-8 {
    padding: 0 0px !important;
}
.wpb_column.left_padding_desktop_560px > .vc_column-inner {
    padding-left: 20px;
}

.wpb_column.bottom_padding_desktop_140px > .vc_column-inner {
    padding-bottom: 50px !important;
}
.wpb_column.top_padding_desktop_146px > .vc_column-inner {
    padding-top: 50px !important;
}
h2.vc_custom_heading.cta-head {
    font-size: 25px !important;
    text-align: center !important;
}
	#ajax-content-wrap .vc_row.right_padding_162px .row_col_wrap_12, .nectar-global-section .vc_row.right_padding_162px .row_col_wrap_12 {
    padding-right: 20px;
}
#ajax-content-wrap .vc_row.left_padding_162px .row_col_wrap_12, .nectar-global-section .vc_row.left_padding_162px .row_col_wrap_12 {
    padding-left: 20px;
}
div#about-row .vc_col-sm-6 {
    padding: 0 21px !important;
}
h2.vc_custom_heading.w-head {
    font-size: 25px !important;
    text-align: center !important;
}
p.vc_custom_heading.cta-sec {
    font-size: 14px !important;
    text-align: center !important;
}
div#about-row p {
    font-size: 14px !important;
    text-align: center;
    width: 100% !important;
}
div#about-row {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}
#ajax-content-wrap .vc_row.left_padding_232px .row_col_wrap_12, .nectar-global-section .vc_row.left_padding_232px .row_col_wrap_12 {
    padding-left: 20px;
}
.comfort-sec {
    width: 95% !important;
    padding: 51px 0 51px 16px !important;
}
	.comfort-sec h2 {
    font-size: 25px !important;
    text-align: center !important;
}
div#comfort-row {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}
#ajax-content-wrap .vc_row.left_padding_230px .row_col_wrap_12, .nectar-global-section .vc_row.left_padding_230px .row_col_wrap_12 {
    padding-left: 20px !important;
}
div#footer-row .vc_col-sm-6 {
    padding: 0 5px 0 0px !important;
}
div#footer-row h2 {;
    font-size: 15px !important;
    line-height: 16px;
    margin-bottom: 10px !important;
    margin-top: 13px !important;
	text-align: center !important;
}
.footer-newsletter-sec {
    margin-bottom: 34px !important;
}
.wpb_column.top_padding_desktop_76px > .vc_column-inner {
    padding-top: 0px !important;
}
div#footer-row.img-with-aniamtion-wrap {
    margin-bottom: 28px !important;
}
	.footer-newsletter-sec .es-form-field-container .gjs-row input[type="email"] {
    width: 100%;
    background: transparent;
    font-size: 13px;
}
	div#footer-row img {
    display: table;
    margin: 0 auto;
}
.copyright-sec p {
    text-align: center;
}
div#footer-row ul li {
    font-size: 14px;
    text-align: center;
}
.footer-details li {
    display: flex;
    text-align: center;
    display: table;
    margin: 0 auto;
}
	body.woocommerce .span_9 ul.products[data-product-style=minimal] li.product.minimal, body.woocommerce ul.products[data-product-style=minimal] li.product.minimal, body.woocommerce-page .span_9 ul.products[data-product-style=minimal] li.product.minimal, body.woocommerce-page ul.products[data-product-style=minimal] li.product.minimal {
        margin-right: 15px;
        width: calc(49.7% - 15px);
        width: 100%;
    }
	body.product-template-default.single h1.product_title.entry-title.nectar-inherit-default {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: -1px;
}
	div#cta-inner-row .row-bg {
    background: #FFF !important;
    opacity: 0.5;
}
	a#mobile-cart-link {
    display: none !important;
}
	div#banner-row p {
    padding-left: 19px !important;
    padding-right: 19px;
}
div#banner-row h1.ban-sec {
    padding-left: 0px;
}
	
element.style {
}
.nectar-flickity.not-initialized.nectar-carousel.instance-0.flickity-enabled.is-draggable.transition-enabled {
    height: 307px;
    margin-top: -91px !important;
}
}

/* ==============tablet Responsiveness========================  */

@media (min-width: 768px) and (max-width: 1023px){
	body #header-outer {
        margin-bottom: 0;
        padding: 0px 0;
 }
.topbar-sec p {
    font-size: 14px;
}
.topbar-sec .container-fluid {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 39px 0 31px !important;
}
.head-search form {
    width: 600px;
    height: 64px;
}
#top #logo {
    margin-bottom: 80px;
}
body #top #logo img, #header-outer[data-permanent-transparent="false"] #logo .dark-version {
        height: 100px !important;
    }
#header-outer #top .mobile-user-account, #top #mobile-cart-link, #top .mobile-search, #top .span_9>.slide-out-widget-area-toggle {
        top: 24px !important;
        right: 40px !important;
    }
.head-search {
    margin-left: auto;
    margin-top: 25px;
    margin-right: 100px;
    margin-bottom: 23px;
}
#ajax-content-wrap .vc_row.inner_row.right_padding_120px .row_col_wrap_12_inner, .nectar-global-section .vc_row.inner_row.right_padding_120px .row_col_wrap_12_inner {
    padding-right: 30px;
}
#ajax-content-wrap .vc_row.inner_row.left_padding_120px .row_col_wrap_12_inner, .nectar-global-section .vc_row.inner_row.left_padding_120px .row_col_wrap_12_inner {
    padding-left: 30px;
}
div#ban-cars-img {
    padding-top: 100px !important;
    padding-bottom: 200px !important;
}
div#banner-row h1.ban-sec {
    font-size: 40px;
}
div#ban-cars-img p {
    font-size: 16px !important;
}
div#category-row .iwithtext .iwt-text h3 {
    margin: 0 !important;
    font-size: 17px;
    line-height: 23px;
}
div#trending-row h2 {
    font-size: 30px;
}
#ajax-content-wrap .vc_row.right_padding_56px .row_col_wrap_12, .nectar-global-section .vc_row.right_padding_56px .row_col_wrap_12 {
    padding-right: 30px;
}
#ajax-content-wrap .vc_row.left_padding_56px .row_col_wrap_12, .nectar-global-section .vc_row.left_padding_56px .row_col_wrap_12 {
    padding-left: 30px;
}
h2.woocommerce-loop-product__title {
    font-size: 17px !important;
}
.woocommerce ul.products li.product .product-wrap img {
    width: 100%;
    height: 208.596px !important;
    object-fit: none;
}
div#cta-inner-row {
    padding-top: 92px !important;
    padding-bottom: 90px !important;
}
div#cta-inner-row h2 {
    font-size: 35px !important;
}
div#trending-row h2 {
    font-size: 35px !important;
}
div#cta-inner-row h2 {
    font-size: 35px !important;
}
#ajax-content-wrap .vc_row.right_padding_87px .row_col_wrap_12, .nectar-global-section .vc_row.right_padding_87px .row_col_wrap_12 {
    padding-right: 30px;
}
#ajax-content-wrap .vc_row.left_padding_87px .row_col_wrap_12, .nectar-global-section .vc_row.left_padding_87px .row_col_wrap_12 {
    padding-left: 30px;
}
#ajax-content-wrap .vc_row.inner_row.left_padding_164px .row_col_wrap_12_inner, .nectar-global-section .vc_row.inner_row.left_padding_164px .row_col_wrap_12_inner {
    padding-left: 30px;
}
div#product-row h2 {
    font-size: 36px !important;
}
div#product-head-row {
    padding-bottom: 1px !important;
}
#ajax-content-wrap .vc_row.right_padding_149px .row_col_wrap_12, .nectar-global-section .vc_row.right_padding_149px .row_col_wrap_12 {
    padding-right: 30px;
}
#ajax-content-wrap .vc_row.left_padding_132px .row_col_wrap_12, .nectar-global-section .vc_row.left_padding_132px .row_col_wrap_12 {
    padding-left: 30px;
}
.pro-cta-flex h3 {
    padding-top: 104px!important;
}
.wpb_column.left_padding_desktop_560px > .vc_column-inner {
    padding-left: 51px;
}
div#pro-cta-row {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
}
#ajax-content-wrap .vc_row.right_padding_162px .row_col_wrap_12, .nectar-global-section .vc_row.right_padding_162px .row_col_wrap_12 {
    padding-right: 30px;
}
#ajax-content-wrap .vc_row.left_padding_162px .row_col_wrap_12, .nectar-global-section .vc_row.left_padding_162px .row_col_wrap_12 {
    padding-left: 30px;
}
div#about-row h2 {
    font-size: 35px !important;
}
#ajax-content-wrap .vc_row.left_padding_232px .row_col_wrap_12, .nectar-global-section .vc_row.left_padding_232px .row_col_wrap_12 {
    padding-left: 30px;
}
div#comfort-row {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
}
#ajax-content-wrap .vc_row.left_padding_230px .row_col_wrap_12, .nectar-global-section .vc_row.left_padding_230px .row_col_wrap_12 {
    padding-left: 30px !important;
}
div#footer-row .vc_col-sm-6 {
    padding: 0 25px 0 0px;
}
.footer-newsletter-sec {
    margin-bottom: 38px !important;
}
.wpb_column.top_padding_desktop_76px > .vc_column-inner {
    padding-top: 7px !important;
}
.img-with-aniamtion-wrap {
    margin-bottom: 32px;
}
div#footer-row h2 {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 700;
    line-height: 25px;
    color: #fff;
    margin-bottom: 20px;
   padding-top: 10px;
}
div#product-row {
    padding-top: 0px !important;
    padding-bottom: 90px !important;
}
	div#trending-row {
    padding-bottom: 0px !important;
}
	div#product-row .woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 16px !important;
}
	div#trending-row .woocommerce ul.products li.product .woocommerce-loop-product__title{
		 font-size: 16px !important;
}
	body.product-template-default.single h1.product_title.entry-title.nectar-inherit-default {
    font-size: 18px;
    line-height: 1.6;
    letter-spacing: -1px;
}
	div#cta-inner-row .row-bg {
    background: #FFF !important;
    opacity: 0.5;
}
	a#mobile-cart-link {
    display: none !important;
}
	#header-outer #top #mobile-cart-link i {
    font-size: 19px;
    width: 19px;
    display: none;
}
}

@media (min-width: 1024px) and (max-width: 1300px){
	.head-search form {
    width: 489px;
    margin-left: 30px;
}
#header-outer[data-format=centered-menu] #top .span_9 nav .sf-menu:not(.buttons) {
    justify-content: end;
    position: relative;
    left: 53px !important;
}
#header-outer #top .sf-menu > .sf-with-ul > a {
    padding-right: 5px !important;
}
#header-outer[data-lhe="default"] #top nav > ul > li > a {
    color: rgba(61, 45, 35, 0.60);
    font-size: 7px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
#ajax-content-wrap .vc_row.inner_row.right_padding_120px .row_col_wrap_12_inner, .nectar-global-section .vc_row.inner_row.right_padding_120px .row_col_wrap_12_inner {
    padding-right: 40px;
}
#ajax-content-wrap .vc_row.inner_row.left_padding_120px .row_col_wrap_12_inner, .nectar-global-section .vc_row.inner_row.left_padding_120px .row_col_wrap_12_inner {
    padding-left: 40px;
}
div#banner-row h1.ban-sec {
    font-size: 40px;
}
div#ban-cars-img p {
    font-size: 16px !important;
    width: 75%;
}
div#category-row .iwithtext .iwt-text h3 {
    font-size: 16px;
}
div#cta-inner-row {
    padding-top: 92px !important;
    padding-bottom: 93px !important;
}
.wpb_row.full-width-content .woocommerce .nectar-woo-flickity {
    padding: 0px 15px;
}
div#trending-row {
    padding-top: 38px !important;
    padding-bottom: 0px !important;
}
div#cta-inner-row {
    padding-top: 92px !important;
    padding-bottom: 93px !important;
}
#ajax-content-wrap .vc_row.right_padding_87px .row_col_wrap_12, .nectar-global-section .vc_row.right_padding_87px .row_col_wrap_12 {
    padding-right: 40px;
}
#ajax-content-wrap .vc_row.left_padding_87px .row_col_wrap_12, .nectar-global-section .vc_row.left_padding_87px .row_col_wrap_12 {
    padding-left: 40px;
}
div#product-row {
    padding-top: 0px !important;
    padding-bottom: 90px !important;
}
#ajax-content-wrap .vc_row.right_padding_149px .row_col_wrap_12, .nectar-global-section .vc_row.right_padding_149px .row_col_wrap_12 {
    padding-right: 40px;
}
#ajax-content-wrap .vc_row.left_padding_132px .row_col_wrap_12, .nectar-global-section .vc_row.left_padding_132px .row_col_wrap_12 {
    padding-left: 40px;
}
.pro-cta-flex a {
    padding: 13px 5px;
    font-size: 10px;
}
.wpb_column.left_padding_desktop_560px > .vc_column-inner {
    padding-left: 51px;
}
div#pro-cta-row {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}
#ajax-content-wrap .vc_row.right_padding_162px .row_col_wrap_12, .nectar-global-section .vc_row.right_padding_162px .row_col_wrap_12 {
    padding-right: 40px;
}
#ajax-content-wrap .vc_row.left_padding_162px .row_col_wrap_12, .nectar-global-section .vc_row.left_padding_162px .row_col_wrap_12 {
    padding-left: 40px;
}
div#about-row h2 {
    font-size: 39px !important;
}
div#about-row p {
    font-size: 14px !important;
    line-height: 20px;
}
div#about-row {
    padding-top: 56px !important;
    padding-bottom: 56px !important;
}
#ajax-content-wrap .vc_row.left_padding_232px .row_col_wrap_12, .nectar-global-section .vc_row.left_padding_232px .row_col_wrap_12 {
    padding-left: 40px;
}
#ajax-content-wrap .vc_row.left_padding_230px .row_col_wrap_12, .nectar-global-section .vc_row.left_padding_230px .row_col_wrap_12 {
    padding-left: 40px;
}
div#footer-row .vc_col-sm-6 {
    padding: 0 24px 0 15px !important;
}
div#footer-row h2 {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 20px;
}
div#footer-row ul li {
    font-size: 10px;
    line-height: 34px;
}
	body.material #header-outer:not([data-format=left-header]) #top nav>.buttons>li {
    width: 100px;
    margin-left: -108px;
}
	body.product-template-default.single h1.product_title.entry-title.nectar-inherit-default {
    font-size: 18px;
    line-height: 1.6;
    letter-spacing: -1px;
}
	div#cta-inner-row .row-bg {
    background: #FFF !important;
    opacity: 0.5;
}
}
@media (min-width: 1301px) and (max-width: 1600px){
	#header-outer[data-format=centered-menu] #top .span_9 nav .sf-menu:not(.buttons) {
    justify-content: end;
    position: relative;
    left: 185px;
}
#header-outer #top .sf-menu > .sf-with-ul > a {
    padding-right: 9px !important; 
}
#header-outer[data-lhe="default"] #top nav > ul > li > a {
    font-size: 10px;
}
.head-search {
    margin-left: 30px;
    margin-top: 25px;
    margin-right: 32px;
}
div#trending-row {
    padding-top: 70px;
    padding-bottom: 0px !important;
}
div#cta-inner-row {
    padding-top: 92px;
    padding-bottom: 92px !important;
}
div#trending-row {
    padding-top: 38px;
    padding-bottom: 0px !important;
}
div#product-row {
    padding-top: 0px !important;
    padding-bottom: 90px !important;
}
div#product-head-row {
    padding-top: 92px;
    padding-bottom: 92px !important;
}
#ajax-content-wrap .vc_row.right_padding_149px .row_col_wrap_12, .nectar-global-section .vc_row.right_padding_149px .row_col_wrap_12 {
    padding-right: 70px;
}
#ajax-content-wrap .vc_row.left_padding_132px .row_col_wrap_12, .nectar-global-section .vc_row.left_padding_132px .row_col_wrap_12 {
    padding-left: 70px;
}
.pro-cta-flex a {
    padding: 13px 11px;
    font-size: 11px;
}
.wpb_column.left_padding_desktop_560px > .vc_column-inner {
    padding-left: 55px;
}
#ajax-content-wrap .vc_row.right_padding_162px .row_col_wrap_12, .nectar-global-section .vc_row.right_padding_162px .row_col_wrap_12 {
    padding-right: 60px;
}
#ajax-content-wrap .vc_row.left_padding_162px .row_col_wrap_12, .nectar-global-section .vc_row.left_padding_162px .row_col_wrap_12 {
    padding-left: 60px;
}
#ajax-content-wrap .vc_row.left_padding_232px .row_col_wrap_12, .nectar-global-section .vc_row.left_padding_232px .row_col_wrap_12 {
    padding-left: 60px;
}
#ajax-content-wrap .vc_row.left_padding_230px .row_col_wrap_12, .nectar-global-section .vc_row.left_padding_230px .row_col_wrap_12 {
    padding-left: 60px;
}
div#footer-row .vc_col-sm-6 {
    padding: 0 30px 0 30px;
}
div#footer-row h2 {
    font-size: 18px;
}
body.material #header-outer:not([data-format=left-header]) #top nav>.buttons>li {
    width: 100px;
    margin-left: -108px;
}
.head-search form {
    width: 760px;
}
	body.product-template-default.single h1.product_title.entry-title.nectar-inherit-default {
    font-size: 20px;
    line-height: 1.6;
    letter-spacing: -1px;
}
	div#cta-inner-row .row-bg {
    background: #FFF !important;
    opacity: 0.5;
}
}