@import url('//fonts.googleapis.com/css?family=Just+Another+Hand|Playfair+Display:400,400i,700|Poppins:400,400i,500,600&display=block');
@font-face {
    font-family: 'watermelon_script_demoregular';
    src: url('../fonts/watermelon_script_demo-webfont.woff') format('woff2'), url('../fonts/watermelon_script_demo-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


/* CSS Variables
font-family: 'Poppins', sans-serif;
font-family: 'Just Another Hand', cursive;
font-family: 'Playfair Display', serif;
/* *************************************************** */

h1,
h2,
h3,
h4 {
    font-family: 'Playfair Display', serif;
}

body {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
    position: relative;
}

a {
    text-decoration: none;
    color: #af051f;
}

ul,
ol {
    margin: 0;
    padding: 0;
}

ul {
    list-style: none;
}

img {
    max-width: 100%;
    height: auto;
    width: auto;
    display: block;
}

.container {
    max-width: 1200px;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #af051f;
}

.container-fluid {
    max-width: 1920px;
    padding: 0 60px;
}


/**
|--------------------------------------------------
| Header
|--------------------------------------------------
*/

.mainHeaderBox {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    align-content: stretch;
    width: 100%;
    border-bottom: 1px solid #55555547;
    padding: 15px 0;
}

.navbar-brand {
    max-width: 160px;
    /* margin-left: 0; */
    /* margin-right: auto; */
}

.mainHeader .navbar {
    padding: 0;
    display: block;
    background: #0d0d0d;
}

.navbar-nav a {
    padding: 16px 30px;
    display: block;
    color: #b6b6b6;
    font-weight: normal;
    line-height: normal;
    position: relative;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.headerNumber .smallText {
    font-size: 12px;
    display: block;
    text-align: right;
    font-style: italic;
    color: #D2A55C;
}

.headerNumber a {
    font-size: 19px;
    font-weight: 600;
    color: #b6b6b6;
}

.navOtherInfoBox {
    margin-left: 32px;
}

.navOtherInfoBox > ul {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    align-content: stretch;
}

.navOtherInfoBox ul li a {
    display: block;
    color: #b6b6b6;
}

.navOtherInfoBox ul .svg_icon svg {
    width: 24px;
    height: 24px;
    fill: currentColor;
}

.navOtherInfoBox ul li {
    margin-left: 29px;
    position: relative;
}

.navOtherInfoBox ul li.headerNumber {
    margin-right: 20px;
    margin-left: 0;
}

.navOtherInfoBox ul li.h_cart .cartText {
    font-size: 12px;
    /* margin-top: 9px; */
}

.navOtherInfoBox ul li.h_cart a .cartIcon {
    position: relative;
    padding-right: 13px;
}

.navOtherInfoBox ul li.h_cart a .cartIcon .cartItemCount {
    position: absolute;
    background: #d2a55c;
    width: 24px;
    height: 24px;
    border-radius: 100%;
    color: #ffffff;
    left: auto;
    right: -3px;
    text-align: center;
    font-size: 14px;
    line-height: 24px;
    top: -11px;
}

.headerCategoryBox {
    background: #0d0d0d;
    padding: 8px 0 20px;
    color: #fff;
    position: relative;
    /* min-height: 120px; */
    /* clip-path: polygon(0 0, 100% 0, 100% 65%, 0 100%); */
    background-size: 9px;
    /* margin-top: -1px; */
}

.navOtherInfoBox ul li.h_customQuote a {
    background: #D2A55C;
    padding: 12px 23px;
    /* border-radius: 50px; */
    color: #fff;
}

.categ_box .catItems .cat_item {
    width: calc(100% / 6);
}

.categ_box .catItems {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
    align-content: stretch;
}

[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
    margin: 0;
    font-size: inherit;
}

.categ_box .cat_item a .cat_icon {
    font-size: 37px;
    line-height: normal;
    margin-right: 7px;
    vertical-align: middle;
}

.categ_box .cat_item a {
    display: block;
    color: #9d9d9d;
    transition: .4s all linear;
    text-align: center;
    padding: 10px 20px;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.categ_box .cat_item a:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #D2A55C;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.main-header-wrp {
    display: flex!important;
    flex-basis: auto;
    align-items: center;
}

.categ_box .cat_item a:hover,
.categ_box .cat_item a:focus,
.categ_box .cat_item a:active {
    color: white;
}

.categ_box .cat_item a:hover:before,
.categ_box .cat_item a:focus:before,
.categ_box .cat_item a:active:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.categ_box .cat_item a:hover {
    /* color: #D2A55C; */
}

.navbar-nav a:hover {
    color: #D2A55C;
}

.navOtherInfoBox ul li a:hover {
    color: #D2A55C;
}

.navOtherInfoBox ul li.h_customQuote a:hover {
    color: #fff;
}

.text h1 {
    font-family: 'watermelon_script_demoregular';
}

.aboutSection {
    position: relative;
    padding: 70px 0;
    min-height: 400px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.aboutHeading h4 {
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
    margin-bottom: 35px;
    text-transform: uppercase;
    font-size: 19px;
    letter-spacing: 2px;
    color: #D2A55C;
}

.aboutHeading h2 {
    font-size: 69px;
    font-family: 'watermelon_script_demoregular';
    text-align: center;
    margin: 0;
}

.aboutHeading {
    text-align: center;
    margin-bottom: 45px;
    position: relative;
}

.aboutText {
    text-align: center;
}

.aboutText p {
    line-height: 1.8;
    color: #6e6e6e;
}

.themeBtn {
    background: #000;
    padding: 15px 41px;
    display: inline-block;
    color: #fff;
    border: 0;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 3px;
}

.productWrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
    margin-left: -15px;
    margin-right: -15px;
}

.homeProductSec {
    position: relative;
    padding: 70px 0;
    background: #ffffff;
}

.sectionHeading {
    text-align: center;
    position: relative;
    margin-bottom: 45px;
}

.sectionHeading h4 {
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
    margin-bottom: 4px;
    text-transform: uppercase;
    font-size: 19px;
    letter-spacing: 2px;
    color: #D2A55C;
}

.sectionHeading h3 {
    font-size: 40px;
    font-weight: 700;
    margin: 0;
}

.productItem {
    width: calc(100% / 3);
    padding: 15px;
    margin-bottom: 25px;
}

.productInnerBox {
    background: #fff;
    position: relative;
    /* box-shadow: 4px 5px 21px rgba(0, 0, 0, 0.08); */
}

.productDetails {
    padding: 13px;
    text-align: center;
}

.prodcut_image {
    height: 250px;
    overflow: hidden;
}

.prodcut_image a {
    display: block;
    width: 100%;
    height: 100%;
}

.prodcut_image a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.productTitle h3 {
    font-size: 18px;
    color: #252525;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    margin: 0;
}

.productTitle h3 a {
    color: inherit;
}

.productTitle {
    margin-bottom: 10px;
}

.productPrice {
    font-size: 21px;
    color: #1e1e1e;
    /* font-family: 'Playfair Display', serif; */
    margin-bottom: 19px;
}

.productPrice p {
    margin: 0;
}

.addtocartBtn a {
    color: #fff;
    background: #000000;
    padding: 12px 23px;
    display: inline-block;
}

.star-rating {
    text-align: center;
    font-size: 17px;
    display: block;
    overflow: hidden;
    position: relative;
    height: 18px;
    line-height: 1em;
    letter-spacing: 2px;
    margin: 0 auto 11px;
    width: 93px;
    font-family: "Flaticon";
    font-weight: normal !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.navbar-nav {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
}
.star-rating:before {
    content: '\f109\f109\f109\f109\f109';
    color: #d26e4b;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
}

.star-rating span {
    overflow: hidden;
    float: left;
    width: 10px;
    height: 10px;
    top: 0;
    left: 0;
    font-family: "Flaticon";
    font-weight: normal !important;
    position: absolute;
    padding-top: 1.5em;
    font-size: 17px;
}

.star-rating span:before {
    content: '\f10a\f10a\f10a\f10a\f10a';
    color: #d26e4b;
    top: 0;
    position: absolute;
    left: 0;
}

.price-wrapper {
    margin-top: 15px;
    margin-bottom: 15px;
}

.price-wrapper .price {
    display: block;
    font-size: 18px;
}

span.amount {
    white-space: nowrap;
    color: #111;
    font-weight: 600;
}

del span.amount {
    opacity: .6;
    font-weight: normal;
    margin-right: 0;
    text-decoration: line-through;
    font-size: 16px;
}

.price ins {
    text-decoration: none;
}

.price-wrapper .price del {
    text-decoration: none;
    margin-right: 10px;
}

.ourUSPSec {
    position: relative;
    padding: 100px 0;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}

.ourUSPSec:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #000000f0;
}

.ourUSPSec .container {
    position: relative;
    z-index: 6;
}

.sectionHeading.lightHeading h3 {
    color: #d9d9d9;
}

.topCureve {
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    height: 54px;
    z-index: 2;
    transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
}

.bottomCureve {
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    height: 54px;
    z-index: 2;
}

.instaWrp {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
}

.instaInner {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    overflow: hidden;
}

.instaInner figure {
    margin: 0;
    height: 100%;
}

.instaInner figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.instaInner figcaption {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(210, 165, 92, 0.91);
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    transition: .4s all linear;
}

.instaInner {
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.instaInner figcaption {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    /* transition-timing-function: ease-out; */
}

.instaInner:hover,
.instaInner:focus,
.instaInner:active {
    color: white;
}

.instaInner:hover figcaption,
.instaInner:focus figcaption,
.instaInner:active figcaption {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.insta_icon {
    font-size: 30px;
    color: #fff;
    transition: .4s all linear .3s;
    opacity: 0;
}

.instaInner:hover .insta_icon {
    opacity: 1;
}

.newsLetter {
    max-width: 1920px;
    width: 100%;
    padding: 0 100px;
    position: relative;
    margin: 0 auto;
    background: #D2A55C;
    margin-top: 0px;
    border-bottom: 2px solid #000000;
}

.newsLt_logoBox {
    text-align: center;
    display: block;
    padding: 25px 70px;
    background: #ffffff;
    position: relative;
    top: 0;
    /* margin-bottom: -24px; */
    height: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.newsLt_logoBox:before {
    /* content: ''; */
    position: absolute;
    left: -12px;
    right: -12px;
    top: 0;
    border-bottom: 12px solid #ffffff;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
}

.newsLt_logoBox:after {
    /* content: ''; */
    position: absolute;
    left: -12px;
    right: -12px;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    bottom: 0;
    top: auto;
    border-top: 12px solid #ffffff;
    border-bottom: 0;
}

.newsletterBox {
    padding: 30px 40px 50px;
}

.newsLetter_Text {
    text-align: center;
    margin-bottom: 28px;
}

.newsLetter_Text h3 {
    color: #fff;
    font-size: 39px;
    margin: 0;
}

.newsLetter_Form input.form-control {
    height: 49px;
    border: 0;
    background: transparent;
    outline: none;
    border-bottom: 2px solid #ffffff;
    border-radius: 0;
    width: calc(100% - 150px);
    color: #fff;
}

.newsLetter_Form input.form-control:focus,
.newsLetter_Form input.form-control:active {
    box-shadow: none;
    outline: none;
    border-bottom-color: #1e1e1e;
}

button.newsBtn {}

.newsLetter_Form {
    position: relative;
}

button.newsBtn {
    position: absolute;
    right: 0;
    top: 0;
    width: 130px;
    padding: 13px 15px;
    border: 0;
    background: #2c2c2c;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.mainFooter {
    background: #0d0d0d;
    padding: 60px 0;
}

.footerHeading h3 {
    font-size: 22px;
    color: #cdcdcd;
    text-transform: capitalize;
    margin: 0;
}

.footerHeading {
    margin-bottom: 26px;
}

.footerText a {
    color: #939393;
}

.footerText li {
    margin-bottom: 12px;
    position: relative;
}

.footerText ul {
    padding-left: 20px;
}

.footerText li a:after {
    position: absolute;
    content: '';
    width: 6px;
    height: 6px;
    background: #7e7e7e;
    transform: rotate(45deg);
    left: -18px;
    top: 8px;
    pointer-events: none;
}

.footerText .contactInfo li a:after {
    display: none;
}

.footerText .contactInfo {
    padding: 0 !important;
}

.footerText .contactInfo li {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    align-content: stretch;
}

.info_icon {
    width: 36px;
    font-size: 23px;
    color: #7c7c7c;
}

.footerText .contactInfo li address {
    color: #939393;
    margin-bottom: 0;
}

.footerText .soicalIcons li a:after {
    display: none;
}

.soicalIcons li a {
    display: block;
    position: relative;
}

.soicalIcons li a .s_icon {
    background: #6d6d6d;
    width: 36px;
    display: inline-block;
    height: 36px;
    border-radius: 40px;
    text-align: center;
    line-height: 36px;
    color: black;
    position: relative;
    z-index: 2;
    margin-right: 10px;
}

.soicalIcons li a .s_text {
    position: absolute;
    left: 47px;
    z-index: 1;
    top: 10px;
    font-size: 15px;
    color: #6d6d6d;
}

ul.soicalIcons {
    padding: 0 !important;
}

.soicalIcons li {
    margin-bottom: 16px;
}

.uspWrp {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
}

.uspWrp .usp_item {
    width: calc(100% / 3);
    padding: 5px;
}

.usp_inner img.img-fluid {
    width: 98px;
    margin: 0 auto;
}

.usp_inner {
    text-align: center;
    padding: 20px;
    background: #000000a1;
    height: 100%;
}

.usp_inner h3 {
    color: #D2A55C;
    margin: 0 0 11px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 23px;
}

.usp_inner p {
    font-size: 15px;
    color: #b0b0b0;
}

.prodctSec {
    padding: 80px 0;
}

.product-single-details {
    margin-top: -.6rem;
}

.product-single-details .product-title {
    margin-bottom: .5rem;
    line-height: 1.5;
    font-size: 44px;
    font-weight: 600;
    margin-bottom: 8px;
    font-family: 'Poppins', sans-serif;
}

.product-single-details .price-box {
    margin-bottom: 20px;
    font-weight: 600;
}

.product-single-details .product-price {
    font-size: 30px;
    font-weight: 600;
    margin-left: 9px;
    color: #C7183E;
}

.price-box .old-price {
    text-decoration: line-through;
    letter-spacing: 0.005em;
    color: #999;
    margin-right: 3px;
    font-size: 19px;
    font-weight: normal;
}

.price-box .old-price {
    text-decoration: line-through;
    letter-spacing: 0.005em;
    color: #999;
    margin-right: 3px;
    font-size: 19px;
    font-weight: normal;
}

.product-desc p {
    color: #6e6e6e;
}
.footerText .email + .info_text a {
    font-size: 12px;
}

p:empty {
    display: none !important;
}
.filter_item label {
    font-size: 15px;
    font-weight: 500;
    margin: 0 0 1px;
}

.filter_item {
    margin-bottom: 20px;
}

.select2-container .select2-selection--single {
    height: 48px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 45px;
    padding-left: 16px;
    font-size: 14px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 45px;
    right: 6px;
}

.text-center .quantity,
.quantity {
    opacity: 1;
    display: inline-block;
    display: -ms-inline-flexbox;
    /* display: inline-flex; */
    /* margin-right: 1em; */
    /* white-space: nowrap; */
    /* vertical-align: top; */
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
    margin-right: 15px;
    width: 100%;
    margin-bottom: 15px;
}

.product-single-details form.cart {
    /* display: flex; */
    /* flex-direction: row; */
    /* flex-wrap: nowrap; */
    /* justify-content: flex-start; */
    /* align-items: center; */
    /* align-content: stretch; */
}

.button.is-form {
    overflow: hidden;
    position: relative;
    background-color: #f9f9f9;
    text-shadow: 1px 1px 1px #fff;
    color: #666;
    border: 1px solid #ddd;
    text-transform: none;
    font-weight: normal;
    width: 35px;
}

.quantity input {
    padding-left: 0;
    padding-right: 0;
    display: block;
    vertical-align: top;
    margin: 0;
    width: 47px;
    text-align: center;
    border-radius: 0 !important;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
    font-size: 1em;
    box-shadow: none;
    padding: 0;
    height: 37px;
    border: 1px solid #ddd;
}

.quantity input.qty {
    margin: 0 2px;
}

.single_add_to_cart_button {
    background: #000;
    padding: 15px 41px;
    display: inline-block;
    color: #fff;
    border: 0;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 3px;
}

.product-footer .woocommerce-tabs {
    padding: 30px 0;
    border-top: 1px solid #ececec;
    margin-top: 50px;
}

.product-footer .nav>li {
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    margin: 0 14px 0 0;
    transition: background-color .3s;
}

.product-footer .woocommerce-tabs>.nav-line:not(.nav-vertical) {
    margin-top: -31px;
    margin-bottom: 18px;
}

.product-footer .nav>li>a {
    padding: 10px 0;
    display: block;
    color: rgba(17, 17, 17, 0.85);
    font-weight: 500;
    font-size: 18px;
    position: relative
}

.product-footer .nav>li.active>a {
    color: #0d0d0d
}

.product-footer .nav-line>li>a:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    background-color: #0d0d0d;
    transition: all 0.3s;
    opacity: 0;
    height: 3px;
}

.product-footer .nav>li.active>a:before {
    opacity: 1
}

.product-footer p {
    color: #4d4d4d;
}

.woocommerce-Tabs-panel--description ul {
    padding-left: 30px;
    margin-bottom: 15px;
}

.woocommerce-Tabs-panel--description ul li {
    margin-bottom: 7px;
    color: #4d4d4d;
    position: relative;
}

.woocommerce-Tabs-panel--description ul li:after {
    width: 6px;
    height: 6px;
    content: '';
    background: #7c7c7c;
    position: absolute;
    left: -22px;
    top: 6px;
    transform: rotate(45deg);
}

.relatedSec {
    padding: 80px 0;
    position: relative;
    border-top: 2px solid #ccc;
}

.section {
    padding: 80px 0;
    position: relative;
}

.resourceWrp {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
    margin-left: -14px;
    margin-right: -14px;
}

.resourceItem {
    width: calc(100% / 3);
    padding: 14px;
}

.resourceInner {
    position: relative;
    text-align: center;
}

.resourceInner figure {
    margin: 0;
    position: relative;
    margin-bottom: 0;
}

.navOtherInfoBox ul .icon {
    font-size: 21px;
}

.resourceInner figure:after {
    background: rgb(111, 121, 142);
    background: linear-gradient(180deg, rgba(111, 121, 142, 0) 0%, rgb(255, 255, 255) 100%);
    content: '';
    width: 100%;
    height: 67%;
    position: absolute;
    left: 0;
    bottom: 0;
}

.resourceInner h3 {
    font-size: 25px;
    margin-top: -15px;
    position: relative;
    margin-bottom: 9px;
}

.resourceInner a {
    color: #727272;
}

p.woocommerce-mini-cart__empty-message {
    margin: 0;
}

.navOtherInfoBox.navOtherInfoBox2 {
    display: none;
}
.newsLetter .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.newsLetter .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.newsletter.col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.subscribe-form input[type="email"] {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    height: 49px;
    border: 0;
    background: transparent;
    outline: none;
    border-bottom: 2px solid #ffffff;
    border-radius: 0;
    /* width: calc(100% - 150px); */
    color: #fff;
    text-decoration: none;
}
.newsLetter_Form input[type="email"]:focus,
.newsLetter_Form input[type="email"]:active {
    box-shadow: none;
    outline: none;
    border-bottom-color: #1e1e1e;
}
.newsLetter_Form input[type="email"]::-webkit-input-placeholder,.newsLetter_Form input[type="email"]::placeholder,.newsLetter_Form input[type="email"]::placeholder{
    color:#fff
}
.subscribe-form {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
    align-content: stretch;
    justify-content: space-between;
}

.subscribe-form li {
    width: calc(100% - 150px);
}

.subscribe-form li + li {
    width: 140px;
}

.subscribe-form input[type="submit"] {
    width: 100%;
    padding: 17px 15px;
    border: 0;
    background: #2c2c2c;
    color: #fff;
}
.widget-footer .widget ul {
    padding-left: 20px;
}