/*!
Theme Name: mr-brown-assets
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.7.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: mr-brown-assets
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

mr-brown-assets is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
    ## Links
    ## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
    ## Comments
# Infinite scroll
# Media
    ## Captions
    ## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
     ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

/*! Generated by icomoon (https://icomoon.io/app/#/select/font) */

@font-face {
    font-family: "Mrs Eaves OT";
    src: url("fonts/Mrs-Eaves-OT-Roman.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: "icomoon";
    src: url("fonts/icomoon.ttf?djs5rr") format("truetype"), url("fonts/icomoon.woff?djs5rr") format("woff"),
        url("fonts/icomoon.svg?djs5rr#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

*/ [class^="svg-icon-"],
[class*=" svg-icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "icomoon" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.svg-icon-search:before {
    content: "\e900";
}
.svg-icon-cart:before {
    content: "\e901";
}
.svg-icon-email:before {
    content: "\e902";
}
.svg-icon-phone:before {
    content: "\e903";
}
.svg-icon-sign-in:before {
    content: "\e904";
}
.svg-icon-sign-out:before {
    content: "\e905";
}

body {
    margin: 0;
    scroll-behavior: smooth;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden],
template {
    display: none;
}
a {
    background-color: transparent;
}
a:active,
a:hover {
    outline: 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b,
strong {
    font-weight: bold;
}
dfn {
    font-style: italic;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
mark {
    background: #ff0;
    color: #000;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
img {
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 1em 40px;
}
hr {
    box-sizing: content-box;
    height: 0;
}
pre {
    overflow: auto;
}
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
button {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled],
html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input {
    line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
   
}

#loading_dock_field legend {font-size: 1.1rem;}

label.checkbox input[type="checkbox"] {display:block;}
label.checkbox span {
  display:inline-block;
  width:auto;
  height:25px;
  vertical-align:middle;
  margin:3px;
  position: relative;
  transition:width 0.1s, height 0.1s, margin 0.1s;
}
label.checkbox :checked + span {
  background:none;
  margin: 2px;
}
label.checkbox :checked + span:after {
  
  font-size: 20px;
  position: absolute;
  top: -2px;
  left: 5px;
  color: #99a1a7;
}

label.checkbox span #text {width: 100%}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
}
optgroup {
    font-weight: bold;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td,
th {
    padding: 0;
}

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-variant: lining-nums;
    min-height: 100%;
    position: relative;
    position: relative;
    overflow: visible !important;
}
body {
    margin: 0;
    font-family: "henderson-sans-basic", "henderson-sans-basic", sans-serif;
    font-weight: 700;
    font-weight: normal;
    font-size: 16px;
    color: #303e4f;
    line-height: 26px;
    letter-spacing: 0.29px;
}
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
img,
span {
    border: none;
}
img {
    max-width: 100%;
    height: auto;
}
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
a {
    color: #663433;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}
a:hover,
a:focus,
a:active {
    text-decoration: none;
    color: #303e4f;
    outline: none;
}
ul,
ol {
    margin: 0 0 64px 0px;
    padding: 0 0 0 0;
    color: #663433;
    list-style-type: none;
}
ul li,
ol li {
    position: relative;
    padding: 0 0 0 25px;
    margin: 0 0 5px 0;
    text-align: left;
    color: #2e3340;
}
ul li:before {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    left: 0;
    top: 11px;
    border-radius: 50%;
    background-color: #663433;
}
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
ol li {
    counter-increment: li;
    padding: 0 0 0 25px;
}
ol li:before {
    content: counter(li) ".";
    color: #663433;
    margin-left: 0;
    position: absolute;
    left: 0;
    top: 1px;
    line-height: normal;
    font-weight: 700;
    font-size: 15px;
}
.alignleft {
    margin: 0 20px 20px 0;
    float: left;
}
.alignright {
    margin: 0 0 20px 20px;
    float: right;
}
.aligncenter {
    margin: 0 auto 20px auto;
    float: none;
    display: block;
}
blockquote {
    margin: 0 0 30px;
    border-left: 5px solid #663433;
    padding-left: 24px;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: inherit;
    font-weight: 600;
    line-height: 1.1;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    font-weight: 700;
}
h1,
.h1 {
    font-size: 35px;
    margin: 0 0 30px;
    letter-spacing: 0.54px;
}
h2,
.h2 {
    font-size: 30px;
    margin: 0 0 20px;
    letter-spacing: 0.54px;
}
h3,
.h3 {
    font-size: 20px;
    margin: 0 0 20px;
    letter-spacing: 0.54px;
}
h4,
.h4 {
    font-size: 18px;
    margin: 0 0 15px;
    letter-spacing: 0.54px;
}
h5,
.h5 {
    font-size: 16px;
    margin: 0 0 15px;
    letter-spacing: 0.54px;
}
h6,
.h6 {
    font-size: 16px;
    margin: 0 0 15px;
    letter-spacing: 0.54px;
}
p {
    margin: 0 0 32px;
    display: none;
}
p:not(:empty) {
    display: block;
}
.small {
    font-size: 82%;
    line-height: 21px;
}
.small small {
    font-size: 100%;
}
.form-control:focus {
    color: #303e4f;
    background-color: #fff;
    border-color: #6c6c6c;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.button,
a.button,
button,
html input[type="button"],
input[type="reset"],
input[type="submit"],
.wp-block-button__link,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
    margin: 0;
    padding: 10px 25px;
    border-radius: 0;
    background-color: #1f2c47;
    border: none;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    font: italic 30px/1 "mrs-eaves", serif;
    letter-spacing: 0.85px;
    position: relative;
    outline: none;
    box-shadow: none;
    transition: all 0.5s;
    text-align: center;
    text-decoration: none;
}

form.cart {display: block;}

.button:hover,
a.button:hover,
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.wp-block-button__link:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
    background-color: #303e4f;
    color: #fff;
}
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}
.container {
    margin: 0 auto;
    max-width: 1342px;
    padding: 0 15px;
    width: 100%;
}
input[type="search"],
input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="number"],
input[type="url"],
textarea {
    height: 52px;
    padding: 5px 23px;
    font-family: "henderson-sans-basic", sans-serif;
    font-weight: normal;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0.25px;
    width: 100%;
    color: #303e4f;
    line-height: 20px;
    text-transform: none;
    filter: alpha(opacity=100);
    border: 1px solid #6c6c6c;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    outline: none !important;
    background: #fff;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    resize: none;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
    -moz-appearance: textfield;
}
button[disabled],
html input[disabled] {
    -webkit-text-fill-color: inherit;
}
.full-width {
    width: 100%;
}
input::-webkit-input-placeholder {
    color: #303e4f;
    opacity: 1;
    letter-spacing: 0.25px;
}
input:-moz-placeholder {
    color: #303e4f;
    opacity: 1;
    letter-spacing: 0.25px;
}
input::-moz-placeholder {
    color: #303e4f;
    opacity: 1;
    letter-spacing: 0.25px;
}
input:-ms-input-placeholder {
    color: #303e4f;
    opacity: 1;
    letter-spacing: 0.25px;
}
textarea::-webkit-input-placeholder {
    color: #303e4f;
    opacity: 1;
    letter-spacing: 0.25px;
}
textarea:-moz-placeholder {
    color: #303e4f;
    opacity: 1;
    letter-spacing: 0.25px;
}
textarea::-moz-placeholder {
    color: #303e4f;
    opacity: 1;
    letter-spacing: 0.25px;
}
textarea:-ms-input-placeholder {
    color: #303e4f;
    opacity: 1;
    letter-spacing: 0.25px;
}

select::-ms-expand {
    display: none;
}

.bg-cover {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.bg-cover img {
    width: 100%;
    opacity: 0;
    visibility: hidden;
}
.bg-content {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.bg-content img {
    width: 100%;
    opacity: 0;
    visibility: hidden;
}
.site {
    position: relative;
    overflow: hidden;
    min-height: 100vh;
}
.slider-arrow,
.slick-arrow {
    margin: -25px 0 0 0;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    height: 50px;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
    cursor: pointer;
    font-size: 0;
    border-radius: 0;
    outline: none;
    box-shadow: none;
}
.slider-arrow:before,
.slick-arrow:before {
    margin: 0;
    padding: 0;
    content: "";
    position: absolute;
    left: 20px;
    top: 13px;
    width: 23px;
    height: 23px;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: rotate(45deg);
}
.slider-arrow-prev,
.slick-prev {
    left: 0;
}
.slider-arrow-next,
.slick-next {
    right: 0;
}
.slider-arrow-next:before,
.slick-next:before {
    transform: rotate(-135deg);
    left: auto;
    right: 20px;
}
.slick-arrow:focus {
    outline: none;
    box-shadow: none;
}

/********** common elements *********/
.hover-link {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
}
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.btn {
    min-width: 333px;
    padding: 10px 26px;
    letter-spacing: 0.85px;
    font: italic 30px/1 "mrs-eaves", serif;
    border-radius: 0;
    border-width: 2px;
}
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
    background: #303e4f;
}
.woocommerce-print-products-pdf-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: #303e4f;
    margin: 34px 0 24px;
    padding: 16px 20px;
}
.woocommerce-print-products-pdf-link i.fa-2x {
    margin-right: 10px;
    font-size: 1em;
}
.form-main .form-group.form-submit input.Sbmit-btn {
    border: 2px solid #303e4f;
}
.form-main .form-group.form-submit input.Sbmit-btn:hover,
.woocommerce-print-products-pdf-link:hover,
.woocommerce-print-products-pdf-link:focus,
.woocommerce button.single_add_to_cart_button.button.alt:hover,
.btn-secondary:hover {
    background: #fff;
    color: #303e4f;
    box-shadow: inset 0 0 0 1px #303e4f;
}

.woocommerce button.single_add_to_cart_button.button.alt {
    min-width: 164px;
    display: block;
}
.woocommerce div.product form.cart .reset_variations,
.woocommerce a.added_to_cart {
    margin-left: 10px;
}
.woocommerce a.added_to_cart {
    padding-top: 0.75em;
}
.woocommerce-print-products-pdf-link i.fa-2x {
    display: none;
}
.btn-outline {
    padding: 22px 20px;
    text-transform: uppercase;
    font-family: inherit;
    font-size: 16px;
    font-style: normal;
    letter-spacing: 1.5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #303e4f;
    fill: #303e4f;
    border: 1px solid #303e4f;
    margin: 0 0 16px;
}

.btn-outline [class*="icon-"] {
    width: 20px;
    height: 20px;
    margin-right: 14px;
}

.btn-outline:hover {
    background: #303e4f;
    color: #fff;
    fill: #fff;
}

.btn-link {
    letter-spacing: 0;
    margin: 0 0 24px;
    padding: 5px 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #303e4f;
    fill: #303e4f;
    border: 1px solid transparent;
}

.btn-link [class*="icon-"] {
    width: 32px;
    height: 32px;
    margin-right: 8px;
}

.btn-link:hover {
    color: #303e4f;
    fill: #303e4f;
    opacity: 0.7;
    text-decoration: none;
}

div.addtoany_list {
    display: inline-block;
    margin: 0 0 20px;
}

/********** Header *********/
.site-header {
    position: relative;
    z-index: 1000;
}

/********** Top part *********/
.top-bar {
    background: #303e4f;
    color: #fff;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 0.42px;
    padding: 13px 0;
}
.top-bar .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1312px;
}
.top-bar a {
    color: #fff;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.top-bar a:hover {
    color: #ef5b45;
    text-decoration: none;
}
.top-bar .signin-link .svg-icon-sign-in {
    margin-right: 9px;
    font-size: 21px;
}
.top-bar .signin-link .svg-icon-sign-out {
    margin-right: 9px;
    font-size: 21px;
}
.top-bar .shopping-cart .svg-icon-cart {
    margin-right: 9px;
    font-size: 25px;
}
.user-bar,
.contact-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.contact-links a {
    margin-right: 20px;
    margin: 0 26px 0 7px;
}
.call-link [class*="svg-icon-"] {
    margin-right: 5px;
    font-size: 19px;
}
.email-link [class*="svg-icon-"] {
    margin-right: 11px;
    font-size: 17px;
}
.user-bar a {
    margin-left: 30px;
}

/* search form */
.q-search-form {
    width: 264px;
    position: relative;
    margin: -1px 11px 0 35px;
}
.q-search-form .search-opener {
    display: none;
}
.q-search-form .search-opener [class*="svg-icon-"] {
    width: 28px;
    height: 28px;
    font-size: 18px;
}
.q-search-form fieldset {
    position: relative;
    padding: 0;
    margin: 0;
    border: none;
}
.q-search-form input[type="search"] {
    display: block;
    width: 100%;
    height: 30px;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 10px;
    padding: 6px 10px;
    height: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    color: #fff;
}
.q-search-form input[type="search"]::-webkit-input-placeholder {
    opacity: 0.92;
    color: #fff;
    text-transform: uppercase;
}
.q-search-form input[type="search"]::-moz-placeholder {
    opacity: 1;
    opacity: 0.92;
    color: #fff;
    text-transform: uppercase;
}
.q-search-form input[type="search"]:-moz-placeholder {
    opacity: 0.92;
    color: #fff;
    text-transform: uppercase;
}
.q-search-form input[type="search"]:-ms-input-placeholder {
    opacity: 0.92;
    color: #fff;
    text-transform: uppercase;
}
.q-search-form input[type="search"].placeholder {
    opacity: 0.92;
    color: #fff;
    text-transform: uppercase;
}
.q-search-form button[type="submit"] {
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: transparent;
    border: 0;
    margin: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
    margin-top: -1px;
    opacity: 0.33;
}
.q-search-form button[type="submit"]:hover {
    opacity: 1;
}
.q-search-form button[type="submit"] [class*="svg-icon-"] {
    width: 16px;
    height: 16px;
    font-size: 16px;
}

/********** main menu *********/
.btn-menu {
    display: none;
}
.btn-menu span {
    font-size: 0;
    line-height: 0;
}
.mobile-menu .contact-links,
.mobile-menu .top-links {
    display: none;
}
.menu-holder {
    background: #fff;
    position: relative;
}
.menu-holder .container {
    max-width: 1312px;
}
.logo {
    z-index: 3;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 186px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin-top: -5px;
}
.logo img {
    width: 100%;
    display: block;
}
.main-menu > ul,
.main-menu .drop > ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.main-menu {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
}
.main-menu > ul {
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.main-menu > ul:first-child {
    padding-right: 138px;
}
.main-menu > ul:last-child {
    padding-left: 138px;
}
.main-menu > ul:last-child .drop {
    left: auto;
    right: 0;
}
.main-menu li {
    padding: 27px 0;
    margin: 0;
}
.woocommerce .main-menu li {
    padding: 27px 0;
}
.main-menu li > a:not(:only-child) {
    padding-right: 20px;
}
.main-menu li > a:not(:only-child):after {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: rotate(135deg) translateY(100%);
    transform: rotate(135deg) translateY(100%);
    width: 6px;
    height: 6px;
    border: 1px solid #303e4f;
    border-width: 1px 1px 0 0;
    content: "";
    margin-top: -1px;
}
.main-menu li:after {
    content: "";
    position: absolute;
    pointer-events: none;
    left: 50%;
    bottom: 0;
    border: solid transparent;
    border-bottom-color: #e9ecf0;
    border-width: 8px;
    margin: 0 0 0 -8px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    opacity: 0;
    visibility: hidden;
}
.main-menu li:not(.menu-item-has-children):after {
    border-width: 0 0 5px;
    left: 13px;
    right: 13px;
    margin: 0;
}
.main-menu li:before {
    display: none;
}
.main-menu li.opened > .drop {
    pointer-events: auto;
    left: 0 !important;
}
.main-menu li.active > a {
    color: #e65b48;
}
.main-menu li.active > a:after {
    border-color: #e65b48;
}
.main-menu li:hover > .drop {
    pointer-events: auto;
    visibility: visible;
    opacity: 1;
}
.main-menu li:hover:after {
    pointer-events: none;
    opacity: 1;
    visibility: visible;
}
.main-menu a {
    color: #303e4f;
    position: relative;
    display: block;
    padding: 10px 13px;
}
.main-menu a:hover {
    text-decoration: none;
}
.main-menu .back {
    display: none;
}
.main-menu .drop {
    pointer-events: none;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 100%;
    left: 14px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    background: #e9ecf0;
}
.main-menu .drop li:after {
    display: none;
}
.main-menu .drop.multilevel > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
}
.main-menu .drop.multilevel > ul ul {
    display: block;
}
.main-menu .drop > ul {
    padding: 22px 56px 37px;
}
.main-menu .drop > ul > li {
    width: 185px;
    padding: 0 0px 0 0;
}
.main-menu .drop.multilevel > ul > li:nth-child(4) {
    margin-left: 50px;
}
.main-menu .drop > ul ul {
    text-transform: none;
    padding: 5px 0 0;
    display: block;
    font-weight: normal;
}
.main-menu .drop > ul ul li {
    width: auto;
    margin: 0 0 1px !important;
    padding: 0;
}
.main-menu .drop a {
    padding: 0;
    display: inline;
}
.main-menu .drop a.drop-title {
    display: none;
}
.main-menu .drop a:hover {
    text-decoration: underline;
}
.main-menu .drop a:after {
    display: none;
}
.main-menu .drop .drop {
    position: static;
    left: auto;
    opacity: 1;
    visibility: visible;
}

del {text-decoration: none !important}

/*
.topbar { background-color: #2c3840; padding: 13px 0; transition: all ease 0.3s; }
.top-contact-info, .top-login-menu { display: -webkit-box; display: -ms-flexbox; display: flex; }
.top-contact-info a { color: #fff; color: #ffffff; font-family: "henderson-sans-basic", sans-serif; font-weight: 400;font-weight: 700; font-size: 14px; font-weight: normal; letter-spacing: 0.25px; position: relative; padding-left: 27px; margin-right: 26px; text-transform: uppercase; }
.top-contact-info a:hover { color: #663433; }
.top-contact-info a:before { content: ""; height: 21px; width: 17px; position: absolute; left: 0; top: 0; }
.top-contact-info .phone-icon:before { background: url(images/phone-icon.svg) no-repeat; }
.top-contact-info .email-icon:before { background: url(images/mail-icon.svg) no-repeat; top: 5px; height: 13px; width: 15px; }
a.email-icon {display: block;}
.topbar .container { -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; display: -webkit-box; display: -ms-flexbox; display: flex; max-width: 1170px; }
.top-login-menu a { border-radius: 0; background-color: #303e4f; color: #fff; font-family: "henderson-sans-basic", sans-serif; font-weight: 400;font-size: 14px; font-weight: normal; letter-spacing: 0.25px; text-transform: uppercase; margin-left: 8px; padding: 6px 14px 6px 40px; position: relative; transition: all ease 0s; }
.top-login-menu a:hover { background: #fff; color: #663433; }
.top-login-menu a:before { content: ""; height: 20px; width: 20px; position: absolute; left: 10px; top: 10px; }
.top-login-menu .signin:before { background: url(images/login-icon.svg) no-repeat; }
.top-login-menu .register:before { background: url(images/register-icon.svg) no-repeat; }
.top-login-menu .logout:before { background: url(images/logout.png) no-repeat; top: 11px; }
.top-login-menu .wishlist:before { background: url(images/wishlist-icon.svg) no-repeat; top: 14px; }
.top-login-menu .myaccount:before { background: url(images/account-icon.svg) no-repeat; }

.search-main a { padding-left: 0; margin-top: -10px; display: inline-block; vertical-align: middle; border:none; background: none;  padding: 0; }
.search-main a img { width: 20px; }
.search-main a:before { display: none; }
.search-model .modal-dialog { max-width: 800px; margin: 0 auto; }
.search-model .modal-content { padding: 20px; }
.search-model .search-form .form-control { width: 100%; height: 80px; font-size: 18px; font-family: "henderson-sans-basic", sans-serif;  border-width: 2px;  }
*/

/******* Home Hero *******/
/*
.home-banner { margin: 0; padding: 0; position: relative; overflow: hidden; }
.home-banner-img { margin: 0; padding: 0; width: 63.5%; display: inline-block; vertical-align: top; z-index: 12; }
.home-banner-bg { margin: 0; padding: 0; position: absolute; top: 0; right: 0; width: 36.5%; height: 100%; z-index: -1; pointer-events: none; background-color: #303e4f; }
.home-banner-content { position: absolute; right: 0; top: 0; width: 100%; height: 100%; display: flex; align-items: center;      }
.home-banner-content .container { max-width: 1170px; }
.home-banner-content-box { margin: 0; padding: 0; float: right; max-width: 446px; position: relative;  }
.home-banner-content-box:before { position: absolute; left: -50px; top: -500%; right: 0; bottom: -500%; content: ""; background: rgba(74, 91, 103, 0.74); max-width: 182px;   }
*/

/*.home-banner-content-box:after {position: absolute; content: ''; }*/
/*
.home-banner-content-box-inner { margin: 0; padding: 38px; background: rgba(44, 56, 64, 0.69); position: relative; letter-spacing: 0.49px; line-height: 20px; border-radius: 3px; z-index: 23;  }
.home-banner-content-box h2 { margin-bottom: 18px; }
.home-banner-content-box p { font-family: "henderson-sans-basic", sans-serif; font-weight: 400;}
.home-banner-content-box * { position: relative; color: #fff; }
.home-banner-inner .item { position: relative; }
.slick-slide { outline: none; }
.home-banner-content-box .button { margin-top: 14px; min-width: 200px; }
.home-banner-content-box .button:hover { background: #fff; color: #663433; }
.about-main-img.bg-cover:nth-child(2) { background-position: right; }
*/

/************ Creative Discovery ***************/
.creative-discovery {
    margin: 0;
    padding: 65px 0 40px;
    position: relative;
}
.creative-discovery-bg {
    margin: 0;
    padding: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.creative-discovery .container {
    position: relative;
}
.creative-discovery .container h2 {
    margin: 0 0 35px 0;
    padding: 0 0;
    position: relative;
    text-align: center;
    overflow: hidden;
    color: #303e4f;
    letter-spacing: 0.54px;
}
.main-navigation ul li .sub-menu li.active a {
    color: #663433;
}
.creative-discovery .container h2 span {
    margin: 0;
    padding: 0 25px;
    position: relative;
}
.creative-discovery .container h2 span:before {
    position: absolute;
    left: -100%;
    top: 50%;
    background-color: #007dc5;
    width: 100%;
    height: 2px;
    content: "";
}
.creative-discovery .container h2 span:after {
    position: absolute;
    right: -100%;
    top: 50%;
    background-color: #007dc5;
    width: 100%;
    height: 2px;
    content: "";
}
.creative-button-section {
    margin: 0;
    padding: 0 0 35px 0;
    text-align: center;
}
.creative-button-section li {
    display: inline-block;
    margin: 0;
    margin-bottom: 15px;
    padding: 0px 15px;
}
.creative-button-section li:before {
    display: none;
}
.creative-button-section .button {
    margin: 0px;
    padding: 14px 30px;
    border: 2px solid #663433;
}
.creative-button-section .button-line {
    border: 2px solid #663433;
    background: transparent;
    color: #663433 !important;
    cursor: pointer;
}
.creative-button-section .button:hover,
.creative-button-section .current .button {
    background: #663433;
    border-color: #663433;
    color: #fff !important;
}
.creative-slider-main {
    margin: 0;
    padding: 0;
    position: relative;
}
.creative-slider {
    margin: 0;
    padding: 0 85px;
}
.creative-slider .item {
    margin: 0 10px;
    padding: 0 0;
    position: relative;
}
.creative-slider-img {
    margin: 0;
    padding: 0;
    background-color: #fff;
    border: 1px solid #808080;
}
.creative-slider-img a {
    display: block;
}
.creative-arrow {
    margin: -25px 0 0 0;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    height: 50px;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
    cursor: pointer;
}
.creative-arrow:before {
    margin: 0;
    padding: 0;
    content: "";
    position: absolute;
    left: 20px;
    top: 13px;
    width: 23px;
    height: 23px;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: rotate(45deg);
}
.creative-prev {
    left: 0;
}
.creative-next {
    right: 0;
}
.creative-next:before {
    transform: rotate(-135deg);
    left: auto;
    right: 20px;
}
.creative-slider .img-hover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transition: all ease 0.5s;
    opacity: 0;
}
.creative-slider .img-hover:before {
    content: "";
    height: 100%;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    position: absolute;
    left: 0;
    top: 0;
    border: 1px solid #808080;
}
.creative-slider .img-hover a {
    position: relative;
    margin: 8px 0;
    font-weight: normal;
    font-family: "henderson-sans-basic", sans-serif;
    font-weight: 400;
}
.creative-slider .img-hover a.product-link {
    color: #303e4f;
    font-size: 20px;
    font-weight: 700;
}
.creative-slider .img-hover a.wishlist-link,
.tinvwl_already_on_wishlist-text {
    font-family: "henderson-sans-basic", sans-serif;
    font-weight: 400;
    font-weight: normal;
    letter-spacing: 0.54px;
    vertical-align: middle;
    display: inline-block;
}
.creative-slider .img-hover a.wishlist-link i {
    font-size: 30px;
    padding-right: 8px;
    vertical-align: middle;
    display: inline-block;
}
.creative-slider .img-hover a:before {
    font-size: 30px !important;
    vertical-align: middle !important;
}
.creative-slider .creative-slider-img:hover .img-hover {
    opacity: 1;
}
.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.tinvwl-product-in-list:before {
}
.home-wishlists {
    margin: 0;
    padding: 0;
}
.home-wishlists-text {
    margin: 0;
    padding: 52px 60px;
    max-width: 430px;
    width: 100%;
    background: #2c3840;
    color: #fff;
    color: #ffffff;
    font-family: "mrs-eaves-roman-all-small-ca";
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 0.54px;
    line-height: 36px;
}
.home-wishlists-bg {
    margin: 0;
    padding: 0;
    max-width: 772px;
    width: 100%;
}
.home-wishlists-text h2 {
    margin-bottom: 15px;
    font-weight: normal;
}
.home-wishlists-text h5 {
    font-weight: normal;
    margin-bottom: 20px;
}
.wishlists-steps-section {
    width: 100%;
    display: inline-block;
    vertical-align: top;
}
.home-wishlists-wrap {
    padding: 52px 60px;
    background: #2c3840;
    justify-content: space-between;
    align-items: center;
}
.wishlists-steps-section .home-wishlists-text {
    float: left;
    padding: 0;
    width: auto;
}
.wishlists-steps-wrap {
    display: flex;
    width: 50%;
}
.wishlists-steps-wrap .wishlists-steps-box {
    width: 25%;
    float: left;
    text-align: center;
    padding: 0px 3px;
}
.wishlists-steps-wrap .wishlists-steps-box h5 {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 24px;
    color: #303e4f;
}
.wishlists-steps-wrap .wishlists-steps-box .wishlists-steps-icon {
    max-width: 108px;
    height: 74px;
    border-radius: 0;
    background-color: #e5e5e5;
    position: relative;
    margin: 10px auto 0;
}
.wishlists-steps-wrap .wishlists-steps-box .wishlists-steps-icon img {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    width: 63px;
}
.wishlists-steps-wrap .wishlists-steps-box span {
    font-size: 12px;
    letter-spacing: 0.21px;
    line-height: 19px;
    display: inline-block;
    vertical-align: top;
    font-family: "henderson-sans-basic", sans-serif;
    font-weight: 400;
    color: #8d8d8d;
    padding: 7px 0 0;
}
.wishlists-steps-section .button:hover {
    background-color: #fff;
    color: #663433;
}
.home-grid {
    margin: 0;
    padding: 60px 0 20px;
}
.home-grid-left {
    max-width: 620px;
    width: 100%;
}
.home-grid-left-img a {
    display: block;
}
.home-grid-left h2 {
    margin: 0;
    padding: 33px 0;
    text-align: center;
    font-weight: 700;
    letter-spacing: 0.54px;
    color: #007dc5;
    background: #e9ecf0;
}
.home-grid-left h2 a {
    color: #007dc5;
}
.home-grid-right {
    position: relative;
    max-width: 553px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.home-grid-right-item {
    display: flex;
    width: 100%;
}
.home-grid-right-item-img {
    max-width: 325px;
    width: 100%;
}
.home-grid-right-item-img a {
    display: block;
}
.home-grid-right-item-title {
    width: 100%;
    max-width: 228px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.home-grid-right-item-title h3 {
    margin: 0;
    padding: 0 20px;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 0.54px;
    color: #303e4f;
}
.home-grid-right-item-title h3 a {
    color: #303e4f;
}
.home-grid-right-item:nth-child(odd) {
    flex-direction: row-reverse;
}
.home-grid-right-item:nth-child(even) {
    flex-direction: row;
}
.home-grid-right-item-title.text-lite h3 {
    color: #fff;
}
.home-grid-right-item-title.text-lite h3 a {
    color: #fff;
}

/******* Instagram ********/
.instagram {
    margin: 0;
    padding: 57px 0 63px 0;
}
.insta-slider {
    margin: 0 -7px;
    padding: 0;
}
.insta-slider .item {
    padding: 0 7px;
}
.instagram h2 {
    margin: 0;
    padding: 0 0 53px 0;
    color: #303e4f;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 0.54px;
    text-align: center;
}
.instagram h2 span {
    padding: 0 40px 0 0;
    background: url("images/insta-icon.svg") 98.98% center no-repeat;
}
.instagram h2 a {
    color: #303e4f;
}
.insta-slider .slick-dots {
    margin: 0;
    padding: 20px 0 0 0;
    list-style-type: none;
    text-align: center;
}
.insta-slider .slick-dots li {
    margin: 0 5px;
    padding: 0;
    display: inline-block;
    vertical-align: top;
    outline: none;
}
.insta-slider .slick-dots li:before {
    display: none;
}
.insta-slider .slick-dots li button {
    margin: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
    width: 8px;
    height: 8px;
    background-color: #d5d5d5;
    border-radius: 50%;
    outline: none;
}
.insta-slider .slick-dots li.slick-active button {
    background: #303e4f;
}

/******* call to action *******/
.cta h1,
.hero h1 {
    font-family: "mrs-eaves-roman-all-petite-c";
    text-transform: uppercase;
    font-weight: normal;
    letter-spacing: 1.25px;
    margin: 0 0 39px;
}
.cta h1 span,
.hero h1 span {
    padding: 23px 0 0;
    font-size: 1.34em;
    font-family: "henderson-sans-basic";
}
.cta .btn,
.hero .btn {
    margin: 0 0 10px;
}
.cta-content,
.hero-content {
    background-size: cover;
    min-height: 639px;
    background-position: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 43.666667%;
    flex: 0 0 43.666667%;
    max-width: 43.666667%;
}
.cta-image,
.hero-image {
    background-size: cover;
    background-position: 50%;
    min-height: 248px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 56.333333%;
    flex: 0 0 56.333333%;
    max-width: 56.333333%;
}
.cta {
    background: #663433;
}
.cta-content {
    min-height: 500px;
}
.cta-image {
    min-height: 256px;
}

/******* Footer *******/

.ctct-form-embed.form_0 .ctct-form-defaults .ctct-gdpr-text {width: 100% !important;}

div.ctct-form-embed form.ctct-form-custom div.ctct-form-field {width: 100% !important;}

.ctct-form-footer-link, .ctct-form-footer-privacy-link {width: 100% !important;}

div.ctct-form-embed div.ctct-form-defaults {padding: 0px 24px 40px 24px !important;}


.site-footer {
    padding: 85px 0 42px 0;
    background: #303e4f;
    color: #fff;
}
.site-footer .container {
    display: flex;
    flex-wrap: wrap;
}
.fotter-col-1 {
    width: 212px;
    margin-right: 56px;
}
.footer-logo {
    max-width: 183px;
    margin: 0 auto 93px;
    display: block;
}
.footer-logo img {
    display: block;
    width: 100%;
}
.follow-us h4 {
    margin: 0 0 32px;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    font-family: "henderson-sans-basic";
}
.follow-us ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    justify-content: center;
    color: inherit;
    flex-wrap: wrap;
}
.follow-us ul li {
    margin: 0 8px;
    padding: 0;
    color: inherit;
}
.follow-us ul li:before {
    display: none;
}
.follow-us ul li a {
    background: #fff;
    color: #303e4f !important;
    display: block;
    width: 30px;
    height: 30px;
    font-size: 14px;
    border: 1px solid #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}
.follow-us ul li a:hover {
    color: inherit !important;
    background: transparent;
}
.fotter-col-2 {
    flex-grow: 1;
    display: flex;
    width: calc(100% - 212px - 56px);
}
.footer-menu {
    padding: 0 0 0 20px;
    width: 20%;
}
.footer-menu:last-child {
    margin-right: 0;
}
.footer-menu h5 {
    margin: 0 0 21px;
    padding: 0;
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
    font-family: "henderson-sans-basic";
}
.footer-menu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 12px;
    font-weight: normal;
}
.footer-menu ul li {
    margin: 0 0 6px;
    padding: 0;
    color: inherit;
}
.footer-menu ul li:before {
    display: none;
}
.footer-menu ul li a {
    color: #fff;
}
.footer-menu ul li a:hover,
.footer-menu ul li.current-menu-item > a,
.footer-menu ul li.current-menu-ancestor > a,
.footer-menu ul li.current-page-parent > a,
.footer-menu ul li.current-page > a,
.footer-menu ul li.current-page-parent > a,
.footer-menu ul li.current-page-ancestor > a,
.footer-menu ul li.current_page_parent > a {
    color: #e65b48;
}
.fotter-col-3 {
    padding: 54px 0 0;
    width: 100%;
    text-align: center;
}
.fotter-col-3:before {
    content: "";
    display: block;
    margin: -2px auto 14px;
    width: 19px;
    height: 19px;
    font-size: 19px;
    font-family: "icomoon" !important;
    content: "\e902";
}
.fotter-col-3 h5 {
    margin: 0 0 47px;
    color: #ffffff;
    font-size: 30px;
    letter-spacing: 0.58px;
    font-weight: normal;
    text-transform: uppercase;
    font-family: "mrs-eaves-roman-all-petite-c";
}
.fotter-col-3 .screen-reader-response {
    display: none;
}
.fotter-col-3 form {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 622px;
    margin: 0 auto 70px;
}
.fotter-col-3 form br {
    display: none;
}
.fotter-col-3 form p {
    width: 53%;
    margin: 0;
    padding: 0 30px 0 0;
    display: flex;
    flex-wrap: wrap;
}
.fotter-col-3 form lable {
    display: none;
}
.fotter-col-3 div.wpcf7 .g-recaptcha-response,
.fotter-col-3 div.wpcf7 .ajax-loader {
    display: none !important;
}
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
    color: #e65b48 !important;
    border: none;
    padding: 5px 0;
    width: 100%;
    margin: 2em 0 1em;
}
.wpcf7 form.success .wpcf7-response-output,
.wpcf7 form.success .wpcf7-response-output {
    margin: 2em 0 1em;
}

.fotter-col-3 form .wpcf7-form-control-wrap {
    width: 100%;
    padding: 0;
}
.fotter-col-3 form input[type="email"] {
    text-align: center;
    height: 52px;
    padding: 3px 14px;
    border: 1px solid #ffffff;
    background: transparent;
    border-radius: 0;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    font-family: "henderson-sans-basic";
    letter-spacing: 0.5px;
}
.fotter-col-3 form input[type="email"]::-webkit-input-placeholder {
    color: #fff;
    text-transform: uppercase;
}
.fotter-col-3 form input[type="email"]::-moz-placeholder {
    opacity: 1;
    color: #fff;
    text-transform: uppercase;
}
.fotter-col-3 form input[type="email"]:-moz-placeholder {
    color: #fff;
    text-transform: uppercase;
}
.fotter-col-3 form input[type="email"]:-ms-input-placeholder {
    color: #fff;
    text-transform: uppercase;
}
.fotter-col-3 form input[type="email"].placeholder {
    color: #fff;
    text-transform: uppercase;
}
.fotter-col-3 form input[type="submit"] {
    margin: 0;
    height: 52px;
    padding: 5px 19px;
    border: 1px solid #fff;
    background: transparent;
    font: bold 12px/18px "henderson-sans-basic", sans-serif;
    letter-spacing: 0.23px;
    text-transform: uppercase;
    color: #fff;
    border-radius: 0;
    font-weight: 600;
    letter-spacing: 0.5px;
    width: 47%;
}
.fotter-col-3 form input[type="submit"]:hover {
    background: #fff;
    color: #303e4f;
}
div.wpcf7 .ajax-loader {
    background-image: url(images/loader.gif);
    height: 25px;
    width: 25px;
    background-repeat: no-repeat;
    margin-top: 30px;
    background-size: 100%;
}
.copyright {
    font-size: 10px;
    letter-spacing: 0.42px;
}

/******* FAQ *******/
.page-header {
    padding: 59px 0;
    background-color: #303e4f;
    background-position: 50%;
    text-align: center;
    color: #fff;
    background-image: url("./images/page-header-bg.jpg");
}
.page-header .page-title {
    margin-bottom: 0;
    font: 30px/1 "henderson-sans-basic", sans-serif;
    letter-spacing: 1.25px;
    text-transform: uppercase;
    color: inherit !important;
}
.page-header .page-title.f-eaves {
    font-family: "mrs-eaves-roman-all-petite-c";
    margin-bottom: 20px;
}
.page-header.has-descrition {
    padding: 43px 0 40px;
}
.page-header.has-descrition .container {
    display: flex;
    text-align: left;
}
.page-header.has-descrition .page-title {
    text-transform: none;
    font-weight: 300;
    line-height: 1.25;
    flex-shrink: 0;
    align-self: center;
    max-width: 350px;
    width: 30%;
    margin: 0 1.4% 0 6.2%;
}
.page-header.has-descrition .text {
    flex-grow: 1;
    font-size: 14px;
    line-height: 1.9285714285714286;
    border-left: 1px solid #fff;
    padding: 10px 5.5% 8px;
}
.page-header.has-descrition .text p {
    margin: 0;
}

.footer-section .container {
    display: flex;
    position: relative;
    padding-top: 44px;
    padding-bottom: 44px;
}
.footer-section .container:before {
    left: 15px;
    right: 15px;
    border-top: 1px solid #303e4f;
    content: "";
    position: absolute;
    top: 0;
}
.footer-section .section-title {
    text-align: left;
    font-weight: 300;
    line-height: 1.5;
    flex-shrink: 0;
    align-self: center;
    max-width: 350px;
    width: 30%;
    margin: 0 1.4% 0 6.2%;
}
.footer-section .text {
    flex-grow: 1;
    font-size: 14px;
    line-height: 1.929;
    border-left: 1px solid #303e4f;
    padding: 21px 9% 16px 4.4%;
}
.footer-section .text p {
    margin: 0;
}
.footer-section .text a {
    font-weight: bold;
    text-decoration: underline;
}
.footer-section .text a:hover {
    text-decoration: none;
}

.faq-section {
    padding: 67px 0;
}
.faq-col h3 {
    color: #303e4f;
    text-transform: uppercase;
}
.faq-row .faq-col {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    max-width: 526px;
    padding-right: 50px;
    margin-bottom: 30px;
}
.qus-list {
    list-style: none;
    margin: 34px 0 0;
    padding: 0;
}
.qus-list li {
    border-bottom: 1px solid #333333;
    padding: 20px 0 20px 0;
}
.qus-list li a {
    color: #303e4f;
    font-size: 18px;
    letter-spacing: 0.32px;
    display: inline-block;
    padding: 8px 0 8px 23px;
    position: relative;
    text-transform: uppercase;
}
.qus-list li a:before {
    content: "+";
    position: absolute;
    left: 0;
    font-size: 25px;
    background-color: transparent;
    height: auto;
    width: auto;
    top: 8px;
    color: #663433;
    transition: all 0.5s;
}
.qus-list li a:after {
    content: "--";
    position: absolute;
    left: 0;
    font-size: 25px;
    background-color: transparent;
    height: auto;
    width: auto;
    top: 6px;
    color: #663433;
    transition: all 0.5s;
    opacity: 0;
    letter-spacing: -3px;
}
.qus-list li.current a:before {
    opacity: 0;
}
.qus-list li.current a:after {
    opacity: 1;
}
.qus-list li:before {
    display: none;
}
.qus-list .description {
    display: none;
    padding: 10px 30px;
}
.qus-list .description p {
    margin-bottom: 0;
}

/******* collection *******/
.collection-section {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    padding: 3px 0 0;
    position: relative;
    overflow: hidden;
    margin-bottom: -3px;
}
.collection-row {
    margin: 0px -3px;
    clear: both;
}
.three-items-row .collection-item {
    width: 33.33%;
    float: left;
}
.three-items-row .collection-item a {
    display: inline-block;
    width: 100%;
}
.collection-item {
    position: relative;
    padding: 3px 3px;
}
.collection-item .collection-item-title {
    position: absolute;
    bottom: 3px;
    right: 3px;
    left: 3px;
    padding: 43px 10px;
}
.collection-item .collection-item-title:before {
    content: "";
    height: 100%;
    width: 100%;
    background: rgba(231, 226, 215, 0.95);
    left: 0;
    top: 0;
    position: absolute;
    left: 0;
    right: 0;
}
.collection-item .collection-item-title h3 {
    color: #303e4f;
    letter-spacing: 0.43px;
    text-transform: uppercase;
    margin-bottom: 0;
    text-align: center;
    position: relative;
}

/* products */
.products {
    padding-bottom: 34px;
}
.products + hr {
    margin-bottom: -19px;
}
.product-item {
    color: inherit;
    text-align: center;
    display: block;
    margin-bottom: 40px;
}
.product-item-image {
    position: relative;
    background-size: cover;
    background-position: 50% 50%;
    height: 208px;
    margin: 0 0 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.product-item-image:before {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    content: "";
}
.product-item-image img {
    z-index: 2;
}
.intro-products {
    padding-top: 15px;
    margin: 0 -6px;
}
.intro-products {
    margin: 0 -6px;
}
.intro-products [class*="col-"] {
    padding: 0 6px;
}
.intro-products .product-item-image {
    padding-top: 100%;
    height: auto;
    margin: 0 auto 29px;
    max-width: 208px;
}
.intro-products .product-item-image .img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.intro-products .product-item-image img,
.intro-products .product-item-image:before {
    transition: all 0.4s ease;
}
.intro-products .product-item:hover .product-item-image img,
.intro-products .product-item:hover .product-item-image:before {
    opacity: 0;
    visibility: hidden;
}
.product-item-title {
    margin: 0;
    letter-spacing: -0.15px;
    font: italic 30px/1.16 "mrs-eaves", serif;
}
.press-item-img {
    background-size: contain;
}
.products-slider {
    margin: 0 -21px;
    padding: 57px 0 47px;
}
.products-slider .products-slide {
    padding: 0 23px;
}
.products-slider .product-item {
    text-align: left;
}
.products-slider .product-item-image {
    height: 292px;
    margin-bottom: 39px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.products-slider .product-item-image img {
    max-height: none;
}
.products-slider .product-item-title {
    font-size: 12px;
    text-transform: uppercase;
    font-family: "henderson-sans-basic";
    font-style: normal;
    letter-spacing: 0.5px;
    margin: 0 0 5px;
}
.products-slider .product-item-price {
    letter-spacing: -0.28px;
    font: 20px/1 "mrs-eaves-roman-all-small-ca", serif;
}
.products-slider .slick-dots {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    background: #fff;
    padding: 0;
    margin: 20px 23px 0;
    line-height: 0;
}
.products-slider .slick-dots li {
    padding: 0;
    margin: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.products-slider .slick-dots li:before {
    display: none;
}
.products-slider .slick-dots .slick-active ~ li button {
    background: #fff;
}
.products-slider .slick-dots button {
    background: #303e4f;
    height: 7px;
    padding: 0;
    font-size: 0;
    width: 100%;
    border-radius: 0;
}
.products-slider .slick-dots button:focus {
    outline: none;
}

/* post */
.posts {
    padding: 11px 0 0;
}
.post-item {
    padding: 55px 15px;
}
.post-item-image {
    min-height: 486px;
    background-size: cover;
    background-position: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 55.4%;
    flex: 0 0 55.4%;
    max-width: 55.4%;
}
.post-item:nth-child(even) .post-item-image {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}
.post-item:nth-child(even) .post-item-descr {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding: 0 50px 0 52px;
}
.post-item h2 {
    letter-spacing: 0.38px;
}
.post-item p {
    margin: 0 0 36px;
}
.post-item .btn {
    margin: 22px 0 0;
}
.post-item-descr {
    letter-spacing: 0.67px;
    padding: 0 80px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 44.6%;
    flex: 0 0 44.6%;
    max-width: 44.6%;
    line-height: 2.125;
}

/******* About us *******/
.about-mr-borown .about-main-bg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.about-mr-borown .about-main-bg .about-main-img {
    flex: 33.33%;
}
.about-mr-borown {
    position: relative;
}
.about-mr-borown-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 765px;
    padding: 77px 50px 75px;
    overflow: hidden;
    border-radius: 0;
    text-align: center;
    font-size: 20px;
    letter-spacing: 0.62px;
    line-height: 26px;
    width: 100%;
}
.about-mr-borown-content:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(44, 56, 64, 0.9);
}
.about-mr-borown-content * {
    color: #fff;
    position: relative;
}
.about-mr-borown-content h2 {
    display: inline-block;
    border-bottom: 2px solid #e65b48;
    margin-bottom: 0px;
    padding-bottom: 19px;
}
.about-mr-borown-content p {
    margin: 22px 0 25px;
    font-family: "henderson-sans-basic", sans-serif;
    font-weight: 400;
}
.about-mr-borown-content p:last-child {
    margin-bottom: 0;
}
.shop-collection {
    display: inline-block;
    width: 100%;
    position: relative;
    overflow: hidden;
    vertical-align: top;
    padding-bottom: 0px;
    padding: 90px 0 0px;
}
.shop-collection h2 {
    color: #303e4f;
    margin-bottom: 40px;
}
.shop-collection .shop-collection-row {
    clear: both;
    margin: 0px -3px;
    position: relative;
}
.shop-collection .collection-item {
    width: 25%;
    float: left;
}

/******* Press page *******/
.press-section {
    padding: 80px 0 120px;
    width: 100%;
    display: inline-block;
    vertical-align: top;
}
.press-section h3 {
    color: #303e4f;
}
.press-main-wrap {
    padding: 64px 0 0;
}
.press-filter-section {
    padding: 26px 30px;
    background-color: #e9ecf0;
    clear: both;
    text-align: center;
}
.press-filter-section h5 {
    float: left;
    margin: 10px 0;
}
.press-filter-row {
    display: inline-block;
}
.press-filter-row .form-group {
    display: inline-block;
    margin: 0px 4px;
    vertical-align: middle;
    width: 127px;
    position: relative;
}
.press-filter-row .form-group .form-control {
    height: 40px;
    border: 1px solid #303e4f;
    color: #303e4f;
    font-size: 13px;
    letter-spacing: 0.23px;
    text-transform: uppercase;
    border-radius: 0;
    box-shadow: none;
    background-color: transparent;
    padding: 5px 18px;
    width: 100%;
}
.press-filter-row .form-group.search-box input.form-control::placeholder {
    text-transform: unset;
}
.press-filter-row .form-group.search-box input.form-control {
    text-transform: unset;
}
.press-filter-row .form-group select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(images/icons/arrow.svg) no-repeat calc(100% - 1px) 50%;
    background-size: 30px auto;
    padding-right: 25px;
}
.press-filter-row .form-group.search-box {
    width: 164px;
}
.press-filter-row .form-group.search-box .form-control {
    padding-right: 29px;
}
.press-filter-row .form-group .search-btn {
    padding: 0;
    border-radius: 0;
    background-color: transparent;
    border: none;
    font-size: 0;
    background-image: url(images/search-icon.svg);
    width: 39px;
    height: 39px;
    background-size: 12px;
    position: absolute;
    right: 0;
    top: 0;
    background-repeat: no-repeat;
    background-position: center center;
}
.press-filter-row .form-group .form-control::-webkit-input-placeholder {
    color: #303e4f !important;
    opacity: 1 !important;
}
.press-filter-row .form-group .form-control::-moz-placeholder {
    color: #303e4f !important;
    opacity: 1 !important;
}
.press-filter-row .form-group .form-control:-ms-input-placeholder {
    color: #303e4f !important;
    opacity: 1 !important;
}
.press-filter-row .form-group .form-control:-moz-placeholder {
    color: #303e4f !important;
    opacity: 1 !important;
}
.press-main-row {
    clear: both;
    margin: 3px -3px;
}
.press-item {
    width: 25%;
    float: left;
    text-align: center;
    padding: 3px;
}
.press-item-inner {
    display: inline-block;
    background-color: #e9ecf0;
    padding: 30px 43px;
    width: 100%;
}
.press-item h5 {
    margin: 23px 0 15px;
    font-weight: 600;
    letter-spacing: 0.43px;
    line-height: 24px;
    font-size: 18px;
    color: #303e4f;
    transition: all ease 0.5s;
}

.press-item h6 {
    font-weight: 400;
    letter-spacing: 0.43px;
    line-height: 18px;
    font-size: 12px;
    color: #663433;
}
.press-item a[href]:hover > h6 {
    color: #663433;
}

/*-- popup model --*/
.modal-content,
.tinv-wishlist .tinv_wishlist_create_modal .tinv-modal-inner {
    border: none;
    border-radius: 0;
    text-align: center;
    padding: 40px 50px;
}
.modal-content button.close,
.tinv-wishlist .tinv-modal .tinv-close-modal,
body .woo-login-popup-sc-modal .woo-login-popup-sc-close {
    background-image: url(images/close-icon.svg);
    position: absolute;
    height: 60px;
    width: 60px;
    left: 0;
    top: 0;
    background-size: 20px;
    background-color: transparent;
    opacity: 1;
    outline: none;
    background-repeat: no-repeat !important;
    background-position: center center;
    z-index: 56;
}
.tinv-wishlist a.tinv-close-modal i:before {
    display: none;
}
.modal-content h2,
.tinv-modal-inner h2 {
    color: #303e4f;
    margin-bottom: 10px;
    text-align: left;
}
.modal-backdrop {
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.7);
}
.modal-backdrop.show {
    opacity: 1;
}
.tinv-wishlist .tinv_wishlist_create_modal ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.tinv-modal-inner {
}

/*-- wishlist popup --*/
.tinv-wishlist .tinv-modal .tinv-modal-inner {
    width: 100%;
    max-width: 492px;
    text-align: center;
    padding: 55px;
}
.tinv-wishlist .tinv-modal input + button {
    width: auto !important;
}
.tinv-wishlist .tinv-modal button i,
.tinv-wishlist .tinv-modal .tinvwl-button i {
    display: none;
}
.tinv-wishlist .tinv-modal label select,
.tinv-wishlist .tinv-modal select {
    width: 209px;
    height: 52px;
    border-radius: 0;
    border: 1px solid #6c6c6c;
    background-color: #ffffff;
    display: block;
    outline: none;
    box-shadow: none;
    font-size: 14px;
    text-align: center;
    letter-spacing: 0.58px;
    padding: 5px 40px 5px 23px;
    margin: 10px auto 20px;
    background: url(images/icons/arrow.svg) no-repeat calc(100% - 14px) 50%;
    background-size: 30px auto;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-align: center;
    text-align-last: center;
    box-shadow: none;
}
.tinv-wishlist select:focus,
.woocommerce .woocommerce-ordering select:focus {
    box-shadow: none;
    outline: none;
    border: 1px solid #6c6c6c;
}
.tinv-wishlist .tinv-modal label select option {
    text-align: center;
}
.tinv-wishlist .tinv-modal .tinv-cell label {
    clear: both;
    width: 100%;
    font-size: 16px;
    letter-spacing: 0.29px;
    color: #303e4f;
    font-family: "henderson-sans-basic", sans-serif;
    font-weight: bold;
}
.tinv-wishlist .tinv-modal .icon_big_heart_plus {
    display: none;
}
form ul > li select,
form ul .row > li select,
.woocommerce .woocommerce-ordering select,
.tinv-wishlist select,
.woocommerce select,
.tinv-wishlist .tinv-modal label select {
    width: 283px;
    height: 52px;
    border-radius: 0;
    border: 1px solid #303e4f;
    background-color: #ffffff;
    display: block;
    outline: none;
    box-shadow: none;
    font-size: 14px;
    text-align: center;
    letter-spacing: 0.58px;
    padding: 5px 40px 5px 23px;
    margin: 10px auto 10px;
    background: url(images/icons/arrow.svg) no-repeat calc(100% - 14px) 50%;
    background-size: 30px auto;
    -webkit-appearance: none;
    -moz-appearance: none;
    box-shadow: none;
}
form ul > li select,
form ul .row > li select {
    background: #fff;
    width: 100%;
}

.addtoany_header {
    padding-top: 15px;
}
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
    background-color: #303e4f;
    color: #fff;
}
.tinv-wishlist tfoot .tinvwl-to-left + .tinvwl-to-right {
    margin-top: 0;
}
.tinv-wishlist tfoot .tinvwl-to-right .button {
    margin-left: 10px;
}
.woocommerce-message::before,
.woocommerce-info::before {
    color: #303e4f;
}
.woocommerce-message,
.woocommerce-info {
    border-top-color: #303e4f;
}
.entry-title {
    color: #303e4f;
    font-family: "Playfair Display";
    font-size: 30px;
    font-weight: 400;
    letter-spacing: 0.54px;
    text-transform: uppercase;
    margin-bottom: 0;
}
.main-section {
    padding: 70px 0 30px;
}
.main-section hr {
    margin: 0;
}
.products > h2,
.section-title h2 {
    position: relative;
    z-index: 3;
    font: 40px/0.8 "mrs-eaves-roman-all-petite-c", serif;
    text-transform: uppercase;
    margin: 0 0 22px;
    letter-spacing: 0.77px;
}
.products > h2,
.section-title {
    margin-bottom: 13px;
    letter-spacing: 0.5px;
    text-align: center;
}
.section-title p {
    letter-spacing: 0.67px;
    margin: 0;
}
.cart_totals h2 {
    color: #303e4f;
}
.tinv-wishlist .tinv-header h2 {
    margin-top: 10px;
    color: #303e4f;
}

.woocommerce span.onsale {
    height: 45px;
    width: 45px;
    line-height: 36px;
    min-width: auto;
    min-height: auto;
}
.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
    width: 150px;
    height: 50px;
    line-height: 40px;
}
.woocommerce .cart .button,
.woocommerce .cart input.button {
    height: 50px;
}
.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit:disabled[disabled],
.woocommerce a.button.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled] {
    padding: 10px 25px;
    color: #fff;
    pointer-events: none;
}
.woocommerce-page .sorter-bar .woocommerce-ordering {
    margin-left: auto;
}
.sorter-bar {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.woocommerce .quantity .qty {
    width: 80px;
    padding: 5px 10px;
    height: 38px;
}
.woocommerce .woocommerce-shipping-totals ul li,
.woocommerce ul li {
    padding: 0;
}
.woocommerce .woocommerce-shipping-totals ul li:before,
.woocommerce ul li:before {
    display: none;
}
.woocommerce a.remove {
    height: 25px;
    width: 25px;
    line-height: 26px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 26px;
}
.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
    max-width: 100%;
}
.woocommerce form .form-row {
    width: 100%;
}
.woocommerce form .form-row label {
    font-size: 16px;
    letter-spacing: 0.29px;
    color: #303e4f;
}
.woocommerce form .form-row label,
.woocommerce form .form-row span {
    width: 100%;
}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
    width: 100%;
}

.select2-container--default .select2-selection--single {
    border-radius: 0;
    height: 42px;
    border: 1px solid #6c6c6c;
}
.select2-container--default .select2-selection--single span {
    height: 100%;
    padding-left: 15px !important;
    line-height: 42px !important;
    font-size: 14px;
    letter-spacing: 0.25px;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    height: 40px;
}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
    font-size: 14px;
    letter-spacing: 0.25px;
    line-height: 19px;
    color: #303e4f;
    height: 42px;
    padding: 5px 15px;
}
#add_payment_method #payment ul.payment_methods li:before,
.woocommerce-cart #payment ul.payment_methods li:before,
.woocommerce-checkout #payment ul.payment_methods li:before {
    display: block;
}
.select2-results__option:before {
    display: none;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    background: url(images/icons/arrow.svg) no-repeat 50% 50%;
    background-size: 30px auto;
    height: 40px;
    background-color: transparent;
    width: 40px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}
.woocommerce form .form-row textarea {
    height: 150px;
    padding-top: 10px;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    padding-left: 0;
    color: inherit;
}
#customer_details {
    margin: 0px -15px;
    width: auto;
    clear: both;
    padding-bottom: 50px;
}
.main-section h2,
.main-section h3,
.main-section h4,
.main-section h5,
.main-section h6 {
    color: #303e4f;
}
.tinv-wishlist .navigation-button {
    display: block !important;
}
.tinv-wishlist .tinvwl-table-manage-list .product-cb {
    display: block;
}

dl.variation dt {display: none !important}

.tinv-wishlist .navigation-button>li>a.tinv-modal-btn.tinvwl-button-notifications {display: none;}


.tinv-wishlist .product-remove {
    position: absolute;
    right: 0;
    top: auto;
}
.tinv-wishlist .product-remove button {
    background-color: transparent;
}
.product-remove .ftinvwl-times {
    background-image: url(images/delete-icon.svg);
    height: 20px;
    width: 20px;
    background-size: 20px;
    background-color: transparent;
}
.product-remove .ftinvwl-times:before {
    display: none;
}
.tinv-wishlist .product-action {
    display: none;
}
.tinv-wishlist table th,
.tinv-wishlist table td {
    padding-left: 0;
}
.tinv-wishlist table.tinvwl-table-manage-list tr {
    padding: 0 0 10px;
    float: left;
    width: 100%;
}
.tinv-wishlist tfoot .tinvwl-to-left,
.tinv-wishlist tfoot .tinvwl-to-right,
.tinvwl-estimate-wrap {
    display: none;
}
.register-signup-model .modal-content {
    padding: 0;
}
.register-signup-model .modal-body {
    padding: 0;
}
.register-signup-model .modal-dialog {
    width: 100%;
    max-width: 942px;
}
.register-signup-main {
    width: 100%;
    display: inline-block;
    position: relative;
    overflow: hidden;
    vertical-align: top;
}
.register-signup-main .content-col {
    width: calc(100% - 330px);
    float: left;
    padding: 82px 94px;
    text-align: left;
    font-size: 14px;
    letter-spacing: 0.25px;
    line-height: 19px;
}
.register-signup-main .img-col {
    position: absolute;
    right: 0;
    height: 100%;
    max-width: 330px;
}
body .woo-login-popup-sc-modal .woo-login-popup-sc-left {
    padding: 0 !important;
}
body .woo-login-popup-sc-modal {
    top: 50% !important;
    transform: translateY(-50%);
}
body .woo-login-popup-sc-modal.woo-login-popup-sc-modal-on {
    max-width: 942px;
    border-radius: 0;
}
body .woo-login-popup-sc-modal .woo-login-popup-sc {
    width: calc(100% - 330px);
    float: left;
    padding: 90px 94px;
}
body .woo-login-popup-sc-modal .woo-login-popup-sc-bg {
    position: absolute !important;
    max-width: 330px;
    right: 0;
    display: inline-block !important;
}
body .woo-login-popup-sc-modal .input-text {
    height: 42px !important;
    border-radius: 4px !important;
    border: 1px solid #6c6c6c !important;
    background-color: #ffffff !important;
}
body .woo-login-popup-sc-modal label,
body .woo-login-popup-sc-modal .ywsl-label {
    color: #303e4f !important;
    font-family: "news_cycleregular";
    font-size: 16px !important;
    letter-spacing: 0.29px;
    margin-bottom: 8px !important;
}
body .woo-login-popup-sc-modal h2 {
    margin: 0px 0px 35px !important;
    text-align: left !important;
    color: #303e4f !important;
    font-size: 30px !important;
    font-weight: 700 !important;
    letter-spacing: 0.54px !important;
}
body .woo-login-popup-sc-modal label[for="rememberme"] {
    font-size: 13px !important;
}
body .woo-login-popup-sc-modal .woocommerce-Button {
    font-size: 15px !important;
    font-weight: 700 !important;
    letter-spacing: 2.27px !important;
    text-transform: uppercase !important;
    width: 100% !important;
    max-width: 200px !important;
    line-height: 32px !important;
}
body .woo-login-popup-sc-modal .woocommerce-LostPassword,
body .woo-login-popup-sc-modal .woocommerce-plogin {
    text-align: left !important;
    font-size: 14px !important;
    letter-spacing: 0.43px !important;
    line-height: 20px !important;
    font-weight: 700 !important;
}
body .woo-login-popup-sc-modal .woo-login-popup-sc-close a:before,
body .woo-login-popup-sc-modal .woo-login-popup-sc-close a:after {
    display: none;
}
body .woo-login-popup-sc-modal .woo-login-popup-sc-close a {
    position: absolute;
    height: 100% !important;
    width: 100% !important;
    top: 0;
    left: 0;
    margin: 0;
}
.woocommerce-privacy-policy-text {
    font-size: 11px;
    letter-spacing: 0.34px;
    line-height: 10px;
}
.form-main .form-group {
    margin-bottom: 25px;
}
.form-main .form-group label {
    font-size: 16px;
    letter-spacing: 0.29px;
    font-family: "henderson-sans-basic", sans-serif;
    font-weight: 400;
    margin-bottom: 15px;
    font-weight: 700;
}
.checkgroup input[type="checkbox"],
.checkgroup-main input[type="checkbox"] {
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    z-index: 12;
}

.form-main .form-group.checkgroup,
.checkgroup-main {
    margin-bottom: 18px;
    display: inline-block;
    position: relative;
}
.form-main .form-group.checkgroup label,
.checkgroup-main .wpcf7-list-item-label {
    position: relative;
    padding-left: 20px;
    font-size: 13px;
    letter-spacing: 0.4px;
    line-height: 20px;
    margin-bottom: 0;
}
.checkgroup label:before,
.checkgroup-main .wpcf7-list-item-label:before {
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 2px;
    border: 1px solid #303e4f;
    background-color: #ffffff;
    position: absolute;
    left: 0;
    top: 4px;
}

.checkgroup label:after,
.checkgroup-main .wpcf7-list-item-label:after {
    position: absolute;
    content: "";
    top: 7px;
    left: 2px;
    width: 8px;
    height: 5px;
    border-left: 2px solid #303e4f;
    border-bottom: 2px solid #303e4f;
    transform: rotate(-45deg);
    opacity: 0;
}

.checkgroup input[type="checkbox"]:checked + label:after,
.checkgroup-main input[type="checkbox"]:checked + .wpcf7-list-item-label:after {
    opacity: 1;
}
.form-main .form-group-text {
    font-size: 11px;
    letter-spacing: 0.34px;
    line-height: 10px;
}
.form-main .form-group-text p {
    margin-bottom: 10px;
    color: #303e4f;
    font-size: 11px;
    letter-spacing: 0.34px;
    line-height: 10px;
    font-family: "henderson-sans-basic", sans-serif;
    font-weight: 700;
}
table.tinvwl-table-manage-list tbody tr td.product-name a {
    color: #303e4f;
    font-family: "henderson-sans-basic", sans-serif;
    font-weight: 400;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0.25px;
}
.tinv-wishlist table.tinvwl-table-manage-list tbody tr {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #bfbfbf;
}
.tinv-wishlist td.product-thumbnail {
    max-width: 200px;
    min-width: 200px;
    margin: 0;
    padding-right: 50px;
}
.product-remove .ftinvwl-times {
    width: 20px;
    height: 22px;
}
.tinv-wishlist.woocommerce.tinvwl-login-wrap,
span.tinvwl-full,
.single-product .woocommerce-tabs.wc-tabs-wrapper,
.single-product aside#secondary {
    display: none;
}
.tinv-wishlist .tinv-header {
    margin-bottom: 0;
}
td.product-name:before {
    content: "Product name";
    display: block;
    color: #303e4f;
    font-family: "henderson-sans-basic", sans-serif;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0.29px;
}
.woocommerce-product-gallery__image {
    width: 100%;
}
.woocommerce div.product {
    display: flex;
    flex-wrap: wrap;
}

.wc-pao-addon .wc-pao-addon-wrap select {display: none;}

/* .single-product section.related.products, .single-product.woocommerce div.product form.cart div.quantity, .single-product.woocommerce div.product form.cart .button { display: inline-block; } */
.woocommerce div.product form.cart div.quantity {
    margin: 0 14px 20px 0;
    display: block;
}
.single-product.woocommerce div.product .product_title {
    font: 40px/0.8 "mrs-eaves-roman-all-petite-c", serif;
    text-transform: uppercase;
    margin: 0 0 22px;
    letter-spacing: 0.77px;
}

/*.single-product.woocommerce .woocommerce-product-details__short-description {}
.woocommerce-product-details__short-description p { color: #303E4F; font-family:'news_cyclebold'; font-size: 16px; letter-spacing: 0.29px; font-weight: 700; }
.single-product.woocommerce span.tinvwl_add_to_wishlist-text { color: #663433; font-family: "henderson-sans-basic", sans-serif; font-weight: 700;font-size: 16px; font-weight: 700; letter-spacing: 0.29px; }
.single-product.woocommerce div.product form.cart .tinvwl_add_to_wishlist_button:before {content: '';background-image: url(images/Shape.png);width: 30px; height: 26px;}
.single-product.woocommerce .product_meta { display: none; }

.register-signup-main.wishlist p{color:#303E4F;font-family:'news_cyclebold';font-size:14px;letter-spacing:0.25px;line-height:19px;margin-bottom:46px;}
.register-signup-main.wishlist .wishlists-steps-wrap{width:100%;margin-bottom: 45px;}
.register-signup-main.wishlist .wishlists-steps-wrap h5{color:#303e4f;font-family:Garamond;font-size:16px;font-weight:700;letter-spacing:0.29px;}
.register-signup-main.wishlist .wishlists-steps-wrap .wishlists-steps-box{padding:0;margin:0 3px;width:27%;}
.register-signup-main.wishlist .wishlists-steps-wrap .wishlists-steps-box span{color:#8d8d8d;font-family:'news_cyclebold';margin-top: 4px;}
.register-signup-main.wishlist .form-main .form-group.checkgroup {margin-bottom: 27px;}
.register-signup-main.wishlist .content-col{padding:131px 117px 105px 94px;}
div#addwishlist-model .modal-content button.close{top:8px; left:8px;}
.login_validationError span.wpcf7-not-valid-tip { color: #663433; font-size: 16px; }
/*.post-type-archive-product .site-content ul.products.columns-4 li img { height: 264px !important; object-fit: scale-down; object-position: center; }*/
nav.woocommerce-breadcrumb {
    display: none;
}
.post-type-archive-product.woocommerce ul.products li.first {
    clear: none;
}
.press-modal {
    padding: 15px;
}
.press .modal-content button.close {
    height: 35px;
    width: 35px;
    left: -15px;
    top: -15px;
    background-size: 14px;
    background-color: #fff;
    border-radius: 50%;
}
.press-modal-img {
    padding: 0px 0px 10px;
}
.press-popup-title {
    padding: 0 20px 10px;
    margin-bottom: 0;
}
.press-popup-text {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    letter-spacing: 0.43px;
    line-height: 24px;
    font-size: 18px;
    color: #663433;
}

.modal-dialog.press.modal-dialog-centered {
    width: auto;
    max-width: max-content;
    align-self: auto;
    margin: 0 auto;
}
.dealers-address-row {
    display: flex;
    padding-bottom: 30px;
}
.dealers-col {
    width: 25%;
    margin-right: 30px;
    display: flex;
    flex-flow: column;
}
.dealers-main-row h3,
.dealers-main-row h4 {
    color: #303e4f;
}
section.dealers-section {
    padding: 80px 0 120px;
    width: 100%;
    display: inline-block;
    vertical-align: top;
}
.dealers-section h2 {
    font-size: 34px;
    font-family: "henderson-sans-basic", sans-serif;
    font-weight: 700;
    color: #000;
}
.dealers-col p {
    color: #303e4f;
    margin-bottom: 0;
}
.dealers-main-row {
    padding: 15px 0;
}
.dealers-col span,
.dealers-col span a {
    color: #303e4f;
}
.woocommerce div.product .images {
    margin-left: -10px;
    padding-bottom: 20px;
}
#wpgis-gallery .slick-slide {
    padding: 0 10px;
}
.fa-expand:before {
    content: "\f002";
}
.zoom.slick-slide {
    display: flex;
    align-items: center; /*height: 568px;*/
}
/*.wpgis-slider-for .btn-prev, .wpgis-slider-for .btn-next { display: none !important; }*/
.woocommerce div.product .slick-track {
    margin-left: 0 !important;
}
.woocommerce div.product .slider {
    margin: 0 -10px 25px;
    width: 100%;
}
.woocommerce div.product .slider.wpgis-slider-for {
    margin: 0 0 25px;
}
.slider.wpgis-slider-for.slick-initialized.slick-slider {
    border: 1px solid #979797;
    padding: 0;
}
.slider.wpgis-slider-for.slick-initialized.slick-slider .slick-slide {
    height: 600px;
}
.single-product.woocommerce div.product div.summary {
    padding: 0 30px;
}
.woocommerce div.product div#wpgis-gallery .slick-list.draggable {
    border: 0;
}
.woocommerce div.product div.images {
    margin-bottom: 105px;
}
#wpgis-gallery .slick-slide img {
    border: 1px solid #979797;
    transform: scale(1) translateZ(0);
    transition: all ease 0.5s;
}

/*.single-product.woocommerce a.wpgis-popup { opacity: 1; right: auto; left: 50px; bottom: 50px; top:auto; padding: 0;}*/

/*a.wpgis-popup { background-image: url(images/search-black.svg); background-repeat: no-repeat; background-size: 23px; height: 30px; width: 25px; right: 0; top: 0; padding: 0; cursor: pointer; outline: none; position: absolute; }*/

.single-product.woocommerce .slick-slide.slick-current.slick-active a.wpgis-popup {
    display: block;
}
.single-product.woocommerce .slick-slide a.wpgis-popup {
    display: none;
}
.single-product.woocommerce div.product div.summary {
    margin-top: 51px;
    margin-bottom: 100px;
}
.fancybox-caption.fancybox-caption--separate {
    padding: 0 max(44px, env(safe-area-inset-right)) max(150px, env(safe-area-inset-bottom))
        max(44px, env(safe-area-inset-left));
}
.fancybox-caption__body {
    font-size: 20px;
    font-family: "Montserrat", sans-serif;
}
.fancybox-slide--image .fancybox-content {
    top: 5% !important;
}
.wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok {
    color: #398f14;
    border: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 1px;
}
.wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
    color: #f00;
    border: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 1px;
}
.form-main .form-group.form-submit input.Sbmit-btn {
    min-width: 200px;
}
.register-signup-main.wishlist .form-main .form-group.checkgroup input.Sbmit-btn {
    width: auto;
}
.register-signup-main .form-main {
    padding-top: 18px;
}
.modal-backdrop.show {
    opacity: 0.4;
}
span.wpcf7-not-valid-tip {
    display: none !important;
}
span.wpcf7-not-valid-tips {
    color: #f00;
    font-size: 1em;
    font-weight: normal;
}
button.button.tinvwl-button.tinvwl_button_add {
    margin-bottom: 15px;
    margin-top: 22px;
}
.tinv-wishlist .tinv-modal button + button,
.tinv-wishlist .tinv-modal button + .button {
    margin-top: 0;
}

/*#wpgis-gallery .slick-list.draggable .slick-track { width: 100% !important;}*/
.woocommerce button.button.tinvwl_button_close,
.home button.button.tinvwl_button_close {
    background-image: url(images/close-icon.svg);
    position: absolute;
    height: 60px;
    width: 60px;
    left: 0;
    top: 0;
    background-size: 20px;
    background-color: transparent;
    opacity: 1;
    outline: none;
    background-repeat: no-repeat !important;
    background-position: center center;
    z-index: 56;
    font-size: 0;
}

/*-- tradeshows --*/
.tradeshows-section {
    padding: 70px 0;
}
.tradeshows-img {
    margin: 50px 0;
}
.tradeshows-main-row {
    width: 100%;
    display: inline-flex;
    vertical-align: top;
    justify-content: center;
}
.tradeshows-col {
    width: 25%;
    float: left;
    text-align: center;
    margin-bottom: 50px;
}
.tradeshows-col .tradeshows-logo {
    text-align: center;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin-bottom: 30px;
    border-bottom: 1px solid #6d6e71;
    padding: 0 0 30px 0;
}
.tradeshows-col h5 {
    text-transform: uppercase;
    font-family: "henderson-sans-basic", sans-serif;
    font-weight: 600;
    padding: 0 20px;
    line-height: 30px;
}
.tradeshows-col .tradeshows-logo img {
    max-height: 95%;
}
.tradeshows-col .tradeshows-website,
.tradeshows-col .tradeshows-address {
    padding: 0 20px;
    font-size: 12px;
}
.tradeshows-col .tradeshows-address p {
    margin: 10px 0;
}
.tradeshows-col .tradeshows-address a {
    color: #303e4f;
    text-decoration: underline;
}
.tradeshows-col .tradeshows-address a:hover {
    text-decoration: none;
}
.tradeshows-col a:hover {
    text-decoration: underline;
}
.tradeshows-col a {
    word-break: break-all;
}
.shop_top_section {
    display: flex;
    align-items: center;
}

svg.at-icon.at-icon-addthis {
    display: none;
}
a.at-icon-wrapper.at-share-btn.at-svc-compact:before {
    content: "";
    background-image: url(images/share.png);
    width: 26px;
    height: 20px;
    position: absolute;
    background-repeat: no-repeat;
    top: 5px;
}
a.at-icon-wrapper.at-share-btn.at-svc-compact {
    background-color: transparent !important;
    border-radius: 0;
}
.at_flat_counter {
    display: none !important;
}
.tinv-wishlist.woocommerce table.tinvwl-table-manage-lists thead,
.tinv-wishlist table:not(.tinvwl-public) .wishlist-date,
.tinv-wishlist .wishlist-name .tinvwl-rename-button,
.tinv-wishlist .wishlist-privacy,
.tinv-wishlist.tinv-create-list form ul,
.tinv-wishlist .wishlist-cb {
    display: none;
}
.tinv-wishlist.woocommerce table.tinvwl-table-manage-lists tr {
    position: relative;
}
.tinv-wishlist .wishlist-action {
    position: absolute;
    margin-top: 20px;
    right: 0;
    padding: 0;
    text-align: center;
    top: auto;
}
.tinv-wishlist .wishlist-action button {
    background-color: transparent;
    padding: 0;
    font-size: 0;
}
.tinv-wishlist .wishlist-action button i {
    background-image: url(images/delete-icon.svg);
    height: 23px;
    width: 20px;
    background-size: 20px;
    background-color: transparent;
    display: block !important;
    background-position: center center;
    background-repeat: no-repeat;
}
.tinv-wishlist .wishlist-action button:hover {
    background-color: transparent;
}
.tinv-wishlist .tinvwl_button_view,
.tinv-wishlist .tinvwl_button_close {
    width: auto !important;
    display: inline-block;
    margin: 0px 10px;
}
.tinv-wishlist .tinv-modal .delete-notification {
    font-weight: bold;
}
.tinv-wishlist .icon_big_times {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    background-image: url(images/close-icon.svg);
    height: 60px;
    width: 60px;
    background-size: 20px;
    background-color: transparent;
    opacity: 1;
    outline: none;
    background-repeat: no-repeat !important;
    background-position: center center;
    z-index: 56;
    font-size: 0;
    cursor: pointer;
    display: none;
}

.tinv-wishlist .icon_big_times:before {
    display: none;
}

/*.tinv-wishlist .wishlist-name { width: 100%; }*/
.tinv-wishlist .wishlist-name span a {
    color: #303e4f;
    font-size: 18px;
    letter-spacing: 0.32px;
    position: relative;
    padding-bottom: 10px;
}
.tinv-wishlist .wishlist-name span a:after {
    content: "";
    position: absolute;
    border-bottom: 2px solid #663433;
    bottom: 0;
    width: 476px;
    left: 0;
}
table.tinvwl-table-manage-lists tbody tr td {
    padding-top: 25px;
}
/*.tinvwl-theme-style .main-section { padding: 50px 0 75px 0; }*/
td span.tinvwl-input-group-btn.new {
    padding: 33px 0 10px 25px;
    position: relative;
}
td span.tinvwl-input-group-btn.new a {
    color: #303e4f;
    font-size: 18px;
    letter-spacing: 0.32px;
    text-transform: uppercase;
    background-color: transparent;
}
td span.tinvwl-input-group-btn.new:after {
    content: "";
    background-image: url(images/+.png);
    width: 11px;
    height: 11px;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 42px;
}
td span.tinvwl-input-group-btn.new:before {
    content: "";
    position: absolute;
    border-bottom: 1px solid #303e4f;
    bottom: 0;
    width: 476px;
    left: 0;
}
.woocommerce div.product form.cart {
    margin-bottom: 18px;
}
.product-share-main {
    display: inline-block;
    position: relative;
}
span.single-product-share {
    position: absolute;
    font-weight: bold;
    right: 0;
    top: 0px;
}
.addthis_inline_share_toolbox {
    clear: none !important;
    float: left;
    padding-right: 2px;
}
.addthis_inline_share_toolbox .at-share-btn-elements a {
    margin: 0;
    padding-right: 40px !important;
}
.tinv-wishlist .tinv-header {
    display: inline-block;
}
span.wishlist_count {
    color: #303e4f;
    font-size: 30px;
    font-weight: normal;
    letter-spacing: 0.54px;
    padding-left: 5px;
    font-family: "mrs-eaves-roman-all-small-ca";
}
.woocommerce div.product p.price {
    font-size: 1.25em;
    color: #303e4f;
    text-transform: capitalize;
    font-family: Garamond;
    font-weight: 700;
    margin: 15px 0;
}
.news_post_loader {
    text-align: center;
    padding: 100px 0;
}
.news_post_loader img {
    max-width: 110px;
    display: inline-block;
}
.error-404 {
    padding: 100px 0;
}
.no-result-found {
    padding: 50px 0;
}
.short-text {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
span.sortby {
    padding-right: 18px;
    font-family: "henderson-sans-basic", sans-serif;
    font-weight: 600;
    letter-spacing: 0.67px;
}
#wishlist-details-main .wishlists-steps-wrap {
    margin: 0px -3px;
    width: auto;
    padding-bottom: 20px;
}
.home-wishlists .wishlists-steps-wrap .wishlists-steps-box h5,
.home-wishlists .wishlists-steps-wrap .wishlists-steps-box span {
    color: #fff;
}

.tinv-wishlist .social-buttons > span {
    margin-right: 27px;
    font-weight: bold;
}
.tinv-wishlist .social-buttons li {
    margin-bottom: 0;
}
.registration-row {
    margin: 0px -20px;
}
.registration-form-temp {
    padding: 50px 0;
    display: inline-block;
    width: 100%;
}
.registration-form-temp .form-main .form-group {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 0;
}
.registration-form-temp .form-main span.error {
    width: 100%;
    float: left;
    color: #f00;
    font-size: 15px;
    padding-bottom: 10px;
}
.registration-col {
    width: 50%;
    float: left;
    padding: 0px 20px;
}
.registration-col h2 {
    margin-bottom: 30px;
}
.registration-col .form-main .form-group {
    width: 100%;
}
.form-main .form-group select {
    height: 52px;
    border-radius: 0;
    border: 1px solid #303e4f;
    background-color: #ffffff;
    display: block;
    outline: none;
    box-shadow: none;
    font-size: 14px;
    letter-spacing: 0.58px;
    padding: 5px 40px 5px 23px;
    margin: 0;
    width: 100%;
    background: url(images/icons/arrow.svg) no-repeat calc(100% - 14px) 50%;
    background-size: 30px auto;
    -webkit-appearance: none;
    -moz-appearance: none;
    box-shadow: none;
}
.registration-form-temp .form-main .form-group .wpcf7-form-control {
    width: 100%;
}
.registration-form-temp .form-main .form-group .col-sm-6,
.registration-form-temp .form-main .form-group .col-sm-12 {
    flex: auto;
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

.registration_success {
    width: 100%;
    display: inline-block;
}
.wpcf7-registration-successfull,
.registration-form-temp .form-main #registrationform_msg .success,
.registration-form-temp .form-main #registrationform_msg .error {
    width: 100%;
    float: left;
    color: #236501;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    line-height: 26px;
}
.registration-form-temp .form-main #registrationform_msg .error {
    color: #f00;
}

.registration-form-temp .form-group-submit {
    width: 100%;
    float: left;
    margin: 15px 0 0;
}
.registration-form-temp .form-main .form-group label {
    width: 100%;
    margin-bottom: 0;
}
.registration-form-temp .form-main .form-group label br {
    display: none;
}
.registration-form-temp .form-main .form-group.form-group-submit {
    text-align: center;
}
.registration-form-temp .form-main .form-group.form-group-submit input[type="submit"] {
    width: auto;
    color: #fff;
    -webkit-text-fill-color: #fff;
    min-width: 200px;
}
.registration-form-temp .form-main .form-group .submit-btn {
    display: inline-block;
    position: relative;
    backgroun-color: #1f2c47 !important;
}
.registration-form-temp .form-main .form-group .loader {
    position: absolute;
    background-image: url(images/loader.gif);
    height: 35px;
    width: 35px;
    background-repeat: no-repeat;
    margin-top: 30px;
    background-size: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -39px;
}

.registration-form-temp .checkgroup {
    display: inline-block;
    position: relative;
    margin-bottom: 10px;
}
.registration-form-temp .checkgroup label {
    width: 100%;
    float: left;
    padding-left: 20px;
    line-height: 20px;
}
.checkgroup-main {
    font-weight: bold;
    width: 100%;
    margin-bottom: 10px;
}
.checkgroup-main span.wpcf7-list-item {
    margin: 0;
}
.registration-form-temp .form-main .form-group label a {
    position: relative;
    z-index: 123;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 18px;
    font-weight: 700;
    padding: 10px 20px;
    line-height: 28px;
    color: #303e4f;
}
.woocommerce ul.products li.product a {
    display: inline-block;
    vertical-align: top;
    position: relative;
    border: none;
}
.woocommerce ul.products li.product a:hover .woocommerce-loop-product__title {
    color: #663433;
}

.woocommerce .woocommerce-ordering .short-text .orderby {
    margin: 0;
    text-align: left;
}

.tinv-wraper.tinv-wishlist .tinvwl_add_to_wishlist_button {
    font-weight: bold;
}

.product_meta {
    width: 100%;
    float: left;
}

.tinv-modal-register.register-signup-model .modal-dialog {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.tinv-modal-register .modal-content h2 {
    text-align: left !important;
}
.login_validationError {
    color: #f00;
    font-weight: bold;
}
.success-msg {
    color: #236501;
    font-weight: bold;
}

.press-modal-img img {
    max-height: 80vh;
    transition: all ease 0.5s;
}

.press-popup.modal.fade .modal-dialog {
    transform: translate(0, 0) scale(0);
    transition: all ease 0.5s;
}
.press-popup .press-modal-img {
    transition: all ease 2s;
    transform: scale(0);
}
.press-popup.show .press-modal-img {
    transform: scale(1) translate(0, 0);
}

.press-popup.show.modal.fade .modal-dialog {
    transform: scale(1) translate(0, 0);
    transition: all ease 0.5s;
}
.press-popup.show.modal.fade .press-modal-img img {
    max-height: 80vh;
}
.news_post_popup_loader {
    width: 100%;
    text-align: center; /*  margin: 50px 0 30px;*/
    position: absolute;
    top: 50%;
    z-index: 1;
    transform: translateY(-50%);
    left: 0;
    right: 0;
}
.load-popup {
    width: 350px;
    height: 200px;
}
.news_post_popup_loader img {
    max-width: 100px;
    display: inline-block;
}

.modal-dialog-centered {
    min-height: 100%;
}
.tinv-wraper.tinv-wishlist .tinvwl_add_to_wishlist_button span {
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
}
.tinv-wraper.tinv-wishlist .tinvwl_add_to_wishlist_button:before {
    font-size: 34px;
    vertical-align: middle;
    display: inline-block;
    margin-left: -4px;
}

.woocommerce nav.woocommerce-pagination ul {
    display: contents;
}

.hfeed nav.woocommerce-pagination {
    text-align: center;
}
.hfeed nav.woocommerce-pagination ul {
    text-align: center;
    list-style-type: none;
    display: inline-block;
    white-space: nowrap;
    padding: 0;
    clear: both;
    margin: 1px;
    padding: 35px 0;
    border: none;
}
.hfeed nav.woocommerce-pagination ul li {
    display: inline-block;
    border: none;
    padding: 0;
}
.hfeed nav.woocommerce-pagination ul li:before {
    display: none;
}
.hfeed nav.woocommerce-pagination ul li .page-numbers {
    display: block;
    margin: 0 10px;
    height: 34px;
    width: 34px;
    font: 25px/32px "mrs-eaves-roman-all-small-ca", serif;
    padding: 0;
    text-align: center;
    border-radius: 50%;
    color: inherit;
    letter-spacing: -0.35px;
}
.hfeed nav.woocommerce-pagination ul li .page-numbers.dots {
    font-size: 0;
}
.hfeed nav.woocommerce-pagination ul li .page-numbers.dots:after {
    content: "";
    display: block;
    border-bottom: 2px solid #303e4f;
    margin: -16px 3px 0;
}
.hfeed nav.woocommerce-pagination ul li .page-numbers.prev,
.hfeed nav.woocommerce-pagination ul li .page-numbers.next {
    border-radius: 0;
    background: #303e4f;
    color: #fff;
    line-height: 34px;
    font-size: 20px;
}
.hfeed nav.woocommerce-pagination ul li a:hover,
.hfeed nav.woocommerce-pagination ul li span.current {
}
.hfeed nav.woocommerce-pagination ul li a:hover,
.hfeed nav.woocommerce-pagination ul li span.current {
    background: #303e4f !important;
    color: #fff;
}
.hfeed nav.woocommerce-pagination ul.page-numbers li {
    margin: 0;
}

.tinvwl-subscribe-wrap .tinvwl-button {
    display: none !important;
}

.tinv-wishlist .tinv-wishlist-clear {
    margin: 15px 0;
}

.popup-content {
    display: none;
}

#cboxClose {
    width: 35px;
    height: 35px;
    position: absolute;
    top: 0;
    background: #fff;
    left: 0;
    background-image: url(images/close-icon.svg);
    position: absolute;
    background-repeat: no-repeat;
    background-size: 15px;
    border-radius: 100%;
    background-position: center !important;
}

.woocommerce .tinv-wishlist .tinvwl_added_to_wishlist.tinv-modal button.button {
    text-align: left;
    width: auto !important;
}

#cboxLoadingGraphic {
    background: url(images/ajax-loader.gif) no-repeat center center;
}
#cboxOverlay {
    background-color: #000 !important;
    opacity: 0.6 !important;
}
#colorbox {
    position: fixed !important;
    top: 50% !important;
    transform: translateY(-50%);
}

.fa.fa-instagram,
.fa.fa-twitter {
    font-family: FontAwesome !important;
    font-weight: normal;
}
.search-result-main article {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    border-bottom: 1px solid;
    padding: 20px 0;
}
.search-result-main article:last-child {
    border-bottom: none;
    padding-bottom: 0;
}
.search-result-main article .entry-header {
    margin: 20px 0;
    float: left;
    text-align: left;
}
.search-result-main article .post-thumbnail {
    max-width: 350px;
    float: left;
    margin: 20px 0;
    float: right;
}
.search-result-main .entry-footer {
    width: 100%;
    float: left;
}
.search-result-main .entry-summary {
    float: left;
    clear: left;
    width: calc(100% - 400px);
}
.search-result-main .entry-footer .comments-link a,
.search-result-main .entry-footer .edit-link a {
    font-family: "henderson-sans-basic", sans-serif;
    font: italic 30px/1 "mrs-eaves", serif;
    margin: 0;
    padding: 10px 25px;
    border-radius: 0;
    background-color: #303e4f;
    border: none;
    display: inline-block;
    vertical-align: middle;
    font-weight: 700;
    line-height: 25px;
    color: #fff;
    font-size: 15px;
    letter-spacing: 2.27px;
    position: relative;
    outline: none;
    box-shadow: none;
    transition: all 0.5s;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 400;
    margin-right: 10px;
    margin-bottom: 10px;
}
.search-result-main .entry-footer .edit-link a:after {
    content: "\f044";
    font-family: "FontAwesome";
    padding-left: 3px;
}
.search-result-main .entry-footer .comments-link a:hover,
.search-result-main .entry-footer .edit-link a:hover {
    background-color: #303e4f;
}

.ie11 .modal-dialog .modal-content,
.ie10 .modal-dialog .modal-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    left: 0;
}
.ie11 .load-popup,
.ie10 .load-popup {
    width: 100%;
}
.ie11 .press-filter-row .form-group .search-btn,
.ie10 .press-filter-row .form-group .search-btn {
    height: 44px;
    background-size: 18px;
}

.nav-links {
    width: 100%;
    padding: 30px 0 0;
    display: flex;
    justify-content: center;
    text-align: center;
}
.nav-links .nav-previous {
    float: left;
}
.nav-links .nav-next {
    float: right;
}
.nav-links .page-numbers {
    flex-shrink: 0;
    margin: 0 10px;
    height: 34px;
    width: 34px;
    padding: 0;
    font: 25px/32px "mrs-eaves-roman-all-small-ca", serif;
    display: inline-block !important;
    text-align: center;
    background: #fff;
    border-radius: 50%;
    color: #303e4f;
    transition: all ease 0.5s;
    vertical-align: top;
    position: relative;
}
.nav-links .page-numbers:hover,
.nav-links .page-numbers.current {
    color: #fff;
    background-color: #303e4f;
}

.nav-links .page-numbers.prev,
.nav-links .page-numbers.next {
    font-size: 20px;
    line-height: 34px;
    color: #fff;
    border-radius: 0;
    background-color: #303e4f;
}
.nav-links .page-numbers.prev {
    transform: rotate(180deg);
}
.nav-links .page-numbers.dots {
    border: none;
}
.images .btn-prev,
.images .btn-next {
    top: 50%;
    transform: translateY(-50%);
    height: 35px;
    width: 35px;
    border-radius: 100%;
    background: #fff !important;
    border: 1px solid #979797;
    margin: 0;
}
.images .btn-prev {
    margin-left: 0;
}
.images .btn-next {
    margin-right: 0;
}
.images .slick-arrow {
    opacity: 0;
    transition: all ease 0.5s;
}
.images .wpgis-slider-nav:hover .slick-arrow {
    opacity: 1;
}
.images .slider-arrow:before,
.images .slick-arrow:before {
    border: none;
    color: #000 !important;
    transform: rotate(0);
}
.images .slick-arrow.btn-prev:before,
.images .slick-arrow.btn-next:before {
    top: 3px;
    font-size: 18px;
    transform: scaleY(1.8);
    font-weight: 900;
    left: 0;
    line-height: 26px;
    width: 100%;
    top: 4px;
    font-family: "Playfair Display", serif;
    height: 25px;
}
.images .slick-arrow.btn-prev:before {
    content: "<";
    top: 2px;
    left: -1px;
}
.images .slick-arrow.btn-next:before {
    content: ">";
    top: 2px;
    right: -1px;
}

.tagged_as {
    width: 100%;
    float: left;
}

.images .slick-dots {
    bottom: 0;
}
.images .slick-dots li {
    margin: 0 2px;
    vertical-align: top;
    width: 12px;
    height: 20px;
}
.images .slick-dots li button {
    height: 8px;
    width: 8px;
    border: 1px solid #663433;
    border-radius: 100%;
    padding: 0;
    display: inline-block;
    vertical-align: middle;
}
.images .slick-dots li button:before {
    display: none;
}
.images .slick-dots li.slick-active button {
    background-color: #663433;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    display: none;
}
a.cart::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f07a";
    top: 8px;
    color: #663433;
}

/* products page */
.woocommerce-ordering .short-text {
    padding: 0 10px;
}
.woocommerce .woocommerce-result-count {
    font-weight: 600;
    letter-spacing: 0.67px;
    margin: 0 46px 44px;
}
.woocommerce ul.products li.product a {
    color: #303e4f;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 12px;
    letter-spacing: 0.5px;
    color: inherit;
    font-weight: normal;
    text-transform: uppercase;
    padding: 0;
}
.woocommerce ul.products li.product a:hover .woocommerce-loop-product__title {
    color: #663433;
}
.woocommerce ul.products li.product .price {
    color: inherit;
    letter-spacing: -0.28px;
    font: 20px/1 "mrs-eaves-roman-all-small-ca", serif;
}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    padding: 0;
    text-align: center;
    margin-bottom: 39px;
}
.woocommerce .woocommerce-ordering,
.woocommerce-page .woocommerce-ordering {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -12px 9px 44px;
}
.woocommerce div.product form.cart .variations td,
.woocommerce div.product form.cart .variations th {
    vertical-align: middle;
}
.woocommerce div.product form.cart .variations {
    margin: 0 0 2em;
}
.woocommerce div.product form.cart .variations label {
    font-size: 12px;
    width: 150px;
}

.woocommerce div.product form.cart .variations td.label {
    padding-right: 0.5em;
}

.woocommerce div.product form.cart .variations select {
    margin: 0 0 0.5rem;
    min-width: 0;
    max-width: calc(100% - 50px);
    text-align: left;
    text-overflow: ellipsis;
    padding: 5px 40px 5px 16px;
    overflow: hidden;
}

.woocommerce div.product form.cart .value {
    position: relative;
}
.woocommerce div.product form.cart .reset_variations {
    width: 50px;
    position: absolute;
    top: 100%;
    left: 0;
    display: inline-block;
    margin-bottom: 0.5rem;
    padding-left: 0;
    line-height: 1;
    margin-left: 2px;
}

.woocommerce .quantity .qty {
    height: 50px;
}

#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
    width: 92px;
}

.woocommerce #respond input#submit.alt.disabled,
.woocommerce #respond input#submit.alt.disabled:hover,
.woocommerce #respond input#submit.alt:disabled,
.woocommerce #respond input#submit.alt:disabled:hover,
.woocommerce #respond input#submit.alt:disabled[disabled],
.woocommerce #respond input#submit.alt:disabled[disabled]:hover,
.woocommerce a.button.alt.disabled,
.woocommerce a.button.alt.disabled:hover,
.woocommerce a.button.alt:disabled,
.woocommerce a.button.alt:disabled:hover,
.woocommerce a.button.alt:disabled[disabled],
.woocommerce a.button.alt:disabled[disabled]:hover,
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt:disabled,
.woocommerce button.button.alt:disabled:hover,
.woocommerce button.button.alt:disabled[disabled],
.woocommerce button.button.alt:disabled[disabled]:hover,
.woocommerce input.button.alt.disabled,
.woocommerce input.button.alt.disabled:hover,
.woocommerce input.button.alt:disabled,
.woocommerce input.button.alt:disabled:hover,
.woocommerce input.button.alt:disabled[disabled],
.woocommerce input.button.alt:disabled[disabled]:hover {
    background: #ccc;
    visibility: visible;
    opacity: 1;
}

/* about */
.page-template-tp-aboutus .section-title {
    margin: 0 auto 13px;
    max-width: 620px;
}
.post-block-descr {
    padding: 69px 91px 65px;
    font-size: 16px;
    line-height: 2.125;
    letter-spacing: 0.67px;
}
.post-block-descr p {
    margin: 0 0 34px !important;
}
.post-block-img {
    background-size: cover;
    background-position: 50%;
}
.post-block p {
    margin: 0 0 20px;
}
.video-holder {
    margin: 52px auto 23px;
    max-width: 957px;
    text-align: center;
}
.team-list {
    margin: 0 auto;
    padding: 97px 0 11px;
    list-style: none;
    max-width: 900px;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
    font-size: 12px;
    line-height: 1.25;
}
.team-list li {
    width: 33.33%;
    padding: 0 10px 34px;
    margin: 0;
    text-align: center;
}
.team-list li:before {
    display: none;
}
.team-list-img {
    margin: 0 auto 10px;
    border-radius: 50%;
    width: 155px;
    height: 155px;
    background-size: cover;
    background-position: 50%;
}
.team-list h3 {
    margin: 0 0 9px;
    text-transform: uppercase;
    font: 20px/1.25 "mrs-eaves-roman-all-small-ca", serif;
}
.team-list p {
    margin: 0 0 10px !important;
}
.team-list a {
    color: inherit;
}
.team-list a:hover {
    color: #f05b45;
}

/* elementor */
.elementor-edit-area-active .elementor-editor-element-setting:before,
.elementor-widget .elementor-icon-list-item:before {
    display: none;
}
#cmplz-document {
    max-width: 100%;
}
#cmplz-cookies-overview {
    margin: 26px 0;
}
#cmplz-document ul {
    list-style: none;
}

.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart:before {
    font-size: 30px !important;
}
.tg-cats-holder span.tg-item-term {
    display: block;
}

.product-share-main,
span.onsale,
a.myaccount {
    display: none !important;
}

.tg-item .tg-dark p,
.tg-item .tg-dark ol,
.tg-item .tg-dark ul,
.tg-item .tg-dark li,
.tg-item .tg-dark span,
.tg-item .tg-dark .no-liked .to-heart-icon path,
.tg-item .tg-dark .empty-heart .to-heart-icon path,
.tg-item .tg-dark .tg-item-comment i,
.tg-item .tg-dark .tg-item-price del span {
    color: inherit !important;
}
.tg-designers-corner-winner .tg-element-1 {
    background: #303e4f !important;
}

.term-description {
    padding: 30px;
    text-align: center;
}
.dealers-section h4 {
    font-size: 18px;
}
.dealers-section h3 {
    padding-bottom: 15px;
    border-bottom: 1px solid #303e4f;
}
.dealers-section a {
    text-decoration: underline;
    color: inherit !important;
}
.dealers-section a:hover {
    text-decoration: none;
}
.search-main a img {
    width: 31px;
    background: #fff;
    padding: 7px;
    border-radius: 0;
}
.form-main .form-group-text p {
    color: #fff !important;
}

.mm-form {
    margin-top: -20px;
}
.page-id-16894 .woocommerce ul.products li.product {
    width: 100%;
}
.page-id-16605 .woocommerce ul.products li.product {
    padding: 0px !important;
}
.single-product.woocommerce div.product div.summary {
    margin-top: 25px;
}
.woocommerce select {
    margin: 0px;
}
.woocommerce-page ul.products li.product {
    padding-bottom: 0px !important;
}
.woocommerce form .form-row span {
    width: auto;
}
.elementor-text-editor ol {
    margin-bottom: 0px;
}
.wpcf7-response-output {
    color: #fff !important;
}
.form-group.form-group-text {
    margin-bottom: 0px !important;
}
.form-group-link {
    padding: 6px 16px;
    text-align: center;
    background: #e9ecf0;
    margin-top: 12px;
}
.form-group-link span {
    font-size: 16px;
}
.form-main ul {
    margin-bottom: 30px;
}
.elementor-template-full-width .addtoany_content {
    margin: 50px auto;
    max-width: 1200px;
}
.woocommerce div.product form.cart {
    margin-bottom: 0px;
}
.elementor-widget-premium-addon-modal-box .premium-modal-box-modal-title {
    font-family: "henderson-sans-basic", Sans-serif !important;
}
.woocommerce ul.products li.product:only-child {
    width: 100%;
    margin: 0 0 2.992em;
}
.tinvwl-input-group .form-control {
    height: 52px;
}

/* blog */
.blog-hero .hero-container {
    margin-left: auto;
    max-width: 612px;
    padding-right: 140px;
}

.blog-hero .hero-image > div {
    position: absolute;
    top: 0;
    left: -96px;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: 50%;
}

.blog-hero p {
    margin: 0 0 27px;
}
.blog-hero h1 {
    margin: 4px 0 15px;
}
.blog-hero h1 span {
    letter-spacing: 1.25px;
    text-transform: none;
    font-size: 30px;
    line-height: 1.25;
}

.blog-hero .cta-content,
.blog-hero .hero-content,
.blog-hero .cta-image,
.blog-hero .hero-image {
    max-width: 50%;
    flex: 0 0 50%;
    padding-left: 0;
    min-height: 418px;
}

.hfeed .two-columns nav.woocommerce-pagination ul {
    padding-bottom: 0;
}

.two-columns {
    display: flex;
    padding: 17px 0 47px;
}

.two-columns .content {
    flex-grow: 1;
}

.blog-grid {
    display: flex;
    flex-wrap: wrap;
    margin-left: -35px;
}

.blog-grid .post .post-thumbnail img {
    display: none;
}
.blog-grid .post .post-thumbnail a {
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: none;
}

.blog-grid .post .post-thumbnail {
    margin-bottom: 45px;
    background-size: cover;
    background-position: 50% 50%;
    position: relative;
    height: 289px;
}

.blog-grid .post .entry-title a {
    color: inherit;
}

.blog-grid .post .entry-title {
    font-family: "henderson-sans-basic", "henderson-sans-basic", sans-serif;
    font-weight: 600;
    font-size: 16px;
    text-transform: none;
    letter-spacing: 0.67px;
    margin-bottom: 22px;
}

.blog-grid .post .entry-content,
.blog-grid .post .entry-meta {
    font-size: 12px;
    line-height: 21px;
    letter-spacing: 0.5px;
}

.sidebar .blog-grid .post:hover .link svg {
    transform: translateX(-10px);
}
.blog-grid .post:hover .link svg {
    transform: translateX(10px);
}

.blog-grid .post .entry-content .link svg {
    margin-left: 4px;
    stroke: #303e4f;
    transition: all 0.4s ease;
}

.blog-grid .post .entry-content .link {
    color: inherit;
    display: inline-flex;
    align-items: center;
    font-weight: 600;
    text-transform: uppercase;
}

.blog-grid .post .entry-content p {
    margin: 0 0 11px;
}

.blog-grid .posts-navigation {
    display: none;
}
.blog-grid .post {
    padding: 0 0 34px 35px;
    width: 33.33%;
}

.two-columns .sidebar {
    width: 279px;
    margin-left: 87px;
    flex-shrink: 0;
    padding-left: 26px;
    border-left: 1px solid rgba(48, 62, 79, 0.5);
}

.widget h3 {
    font-family: "mrs-eaves-roman-all-petite-c";
    font-size: 20px;
    margin: 0 0 20px;
    text-transform: uppercase;
    font-weight: normal;
}

.widget {
    padding-bottom: 24px;
}

.widget + .widget {
    padding-top: 23px;
    border-top: 1px solid rgba(48, 62, 79, 0.5);
}

.subscribe-form input[type="text"],
.subscribe-form input[type="email"] {
    border: 1px solid #303e4f;
    height: 42px;
    margin: 0;
    display: block;
    flex-grow: 0;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 0.5px;
    color: #303e4f;
    text-transform: uppercase;
}

.subscribe-form button svg {
    stroke: #303e4f;
}

.subscribe-form button:hover svg {
    stroke: #fff;
}

.subscribe-form button:hover {
    background: #303e4f;
}

.subscribe-form button {
    height: 42px;
    background: #fff;
    border: 1px solid #303e4f;
    margin: 0 0 0 9px;
    flex-shrink: 0;
    padding: 5px;
    width: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.subscribe-form .wpcf7-response-output {
    width: 100%;
    font-size: 12px;
}

.subscribe-form .wpcf7-form-control-wrap {
    flex-grow: 1;
    width: calc(100% - 52px);
    display: block;
}
.subscribe-form {
    display: flex;
    flex-wrap: wrap;
}

.products-grid {
    margin: 0 -12px -4px;
    display: flex;
    flex-wrap: wrap;
}

.products-grid .product-item {
    width: calc(50% - 24px);
    margin: 0 12px 9px;
    text-align: center;
}

.products-grid .product-item-title {
    font-family: inherit;
    font-style: normal;
    font-size: 10px;
    letter-spacing: 0.42px;
    margin: 0 0 3px;
}

.products-grid .product-item-image img {
    max-height: 100px;
    width: auto;
}

.products-grid .product-item-image {
    height: 113px;
    margin-bottom: 9px;
    align-items: center;
}

.products-grid .product-item-image:before {
    background: none;
}

.products-grid .product-item-price {
    font-size: 21px;
    font-family: "mrs-eaves-roman-all-small-ca";
    letter-spacing: -0.19px;
}

.tags {
    display: flex;
    flex-wrap: wrap;
    padding: 6px 0 0;
    margin-right: -6px;
}

.tags a {
    color: #fff;
    margin: 0 5px 13px 0;
    display: block;
    padding: 8px 10px;
    border-radius: 3em;
    font-size: 8px;
    line-height: 1.2;
    letter-spacing: 0.33px;
    background-color: #303e4f;
}

.blog-hero-img {
    height: 525px;
    background-size: cover;
    background-position: 50% 90%;
}

.share {
    margin-left: auto;
}
.share ul {
    margin: 0 0 10px -24px;
    font-size: 24px;
    padding: 0;
    list-style: none;
    display: flex;
}
.share li:before {
    display: none;
}
.share li {
    padding: 0 0 0 24px;
}
.share a {
    color: inherit;
}

.blog-detail .heading .entry-meta {
    padding: 10px 0 0;
}
.blog-detail .heading {
    padding: 9px 0 0;
}
.blog-detail .entry-meta time + .author:before {
    content: "|";
    margin: 0 10px;
}
.blog-detail .entry-meta {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.58px;
    margin-bottom: 15px;
}

.blog-detail .heading:after {
    content: "";
    display: block;
    width: 43px;
    border-top: 2px solid #303e4f;
    margin: -4px 0 41px;
}

.blog-detail h1 {
    font-size: 32px;
    margin: 0 0 22px;
}
.blog-detail .addtoany_share_save_container {
    display: none;
}
.blog-detail .img-block {
    margin: 65px 0 54px;
    display: block;
}

.related {
    margin-right: -88px;
    padding-top: 91px;
    background: #fff;
    position: relative;
    z-index: 2;
    width: 100%;
}
.related > h2 {
    border-bottom: 1px solid rgba(48, 62, 79, 0.5);
    padding: 0 0 40px;
    margin: 0 0 49px;
    font-size: 32px;
}

.sidebar .blog-grid {
    margin: 0;
}

.sidebar .blog-grid .post {
    padding: 0 0 20px;
    width: 100%;
    display: flex;
    align-items: center;
}

.sidebar .blog-grid .post .post-thumbnail .post-thumbnail {
    margin: 0;
}
.sidebar .blog-grid .post .entry-content {
    flex-grow: 1;
}
.sidebar .blog-grid .post .post-thumbnail {
    width: 113px;
    height: 113px;
    flex-shrink: 0;
    margin: 0 15px 0 0;
}
.sidebar .blog-grid .post .entry-title {
    font-size: 10px;
    margin-bottom: 5px;
}

.sidebar .blog-grid .post .entry-content p {
    display: none;
}
.sidebar .blog-grid .post .entry-content .link svg {
    margin-left: auto;
    flex-shrink: 0;
    width: 36px;
    position: relative;
    top: -2px;
}
.sidebar .blog-grid .post .entry-content .link:hover {
}
.sidebar .blog-grid .post .entry-content .link {
    font-size: 13px;
    display: flex;
    white-space: nowrap;
    align-items: center;
    max-width: 120px;
}

.widget_related_posts {
    position: relative;
}

.widget_related_posts .link-all:after {
    margin-left: 18px;
    content: ">";
    font-size: 12px;
    display: inline-block;
    transition: all 0.4s ease;
}

.widget_related_posts h3 {
    padding-right: 86px;
}

.widget_related_posts .link-all {
    position: absolute;
    top: 23px;
    right: 0;
    text-transform: uppercase;
    font-size: 9px;
}

/*popup style*/

.sgpb-popup-dialog-main-div-theme-wrapper-1 {
    width: 100% !important;
    top: 50% !important;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 99999;
}

.sgpb-popup-dialog-main-div-theme-wrapper-1 #sgpb-popup-dialog-main-div {
    width: 100% !important;
}

.sgpb-popup-close-button-1 {
    top: 10px !important;
    right: 45px !important;
    width: 16px !important;
    height: 16px !important;
}

.sgpb-theme-1-content {
    box-shadow: none !important;
    border-radius: 0 !important;
    padding: 20px 20px 0 !important;
    text-align: center !important;
    border-bottom-width: 0 !important;
}

.sgpb-theme-1-content img {
    width: 100%;
}

.sgpb-theme-1-content h2 {
    font-size: 18px;
    line-height: 1.4;
    margin: 0;
    font-weight: 400;
    font-family: "mrs-eaves-roman-all-petite-c", sans-serif;
    padding: 0 20px;
    letter-spacing: 1.2px;
}

.sgpb-theme-1-content h2.h3 {
    margin: 0 0 15px;
    font-size: 14px;
    font-family: "henderson-sans-basic", sans-serif;
}

.sgpb-theme-1-content p {
    margin: 0;
}

.sgpb-theme-1-content br {
    display: none;
}

.sgpb-theme-1-content .size-full.aligncenter {
    width: 100%;
    margin: 0 auto 12px !important;
}

/*isk css start*/

/* globel css */
.arow-text-btn {
    transition: all ease 0.8s;
    text-transform: uppercase;
    letter-spacing: 0.58px;
    color: #303e4f;
    text-decoration: underline;
    line-height: 1;
    display: table;
    margin-bottom: 20px;
    font-weight: 600;
}
.arow-text-btn img {
    margin-left: 20px;
    transition: all ease 0.8s;
    vertical-align: middle;
}
.arow-text-btn:hover img {
    margin-left: 50px;
    transition: all ease 0.8s;
}
.g-d-none {
    display: none;
}
.g-d-block {
    display: block;
}
.btn-custom {
    font-family: "mrs-eaves-roman-all-petite-c", sans-serif;
    font-size: 28px;
    font-style: normal;
    background: #1f2c47;
    height: 52px;
    line-height: 24px;
    padding: 10px 26px 15px !important;
    min-width: 333px;
    color: #fff;
    display: inline-block;
    transition: all ease 0.8s;
}
.btn-custom:hover {
    box-shadow: inset 0 0 0 1px #303e4f;
    background: white;
    color: #1f2c47;
}
.row-reverse {
    flex-direction: row-reverse;
}
.g-text-center {
    text-align: center;
}
.g-text-right {
    text-align: right;
}
.g-text-left {
    text-align: left;
}
.heading-box {
    margin-bottom: 40px;
}
#metal .heading-box {
    margin-bottom: 70px;
}
.heading-box h3 {
    font-size: 32px;
    font-weight: 400;
    letter-spacing: -1.44px;
    text-transform: uppercase;
    margin-bottom: 0px;
}
.heading-box p {
    font-size: 14px;
}
.md-container {
    max-width: 1115px;
    width: 100%;
    margin: 0px auto;
    padding: 0px 30px;
}

.page-header.custom-banner-new {
    padding: 45px 0;
}
.custom-banner-new h2 {
    text-transform: none;
    margin-bottom: 7px;
}
.upper-nav-bar.fixed {
    position: fixed;
    width: 100%;
    top: -100px;
    left: 0;
    z-index: 1000;
    visibility: hidden;
    transition: all .5s;
}
.upper-nav-bar.fixed.visible {
    top: 0;
    visibility: visible;
}
.upper-nav-bar {
    background-color: #f1f2f3;
    text-align: center;
    position: relative;
}
.upper-nav-bar .upper-nav-inner {
    padding: 28px 0px;
    margin: 0px auto;
}
.upper-nav-bar .upper-nav-inner ul {
    margin-bottom: 0px;
    font-family: "mrs-eaves-roman-all-petite-c";
}
.upper-nav-bar .upper-nav-inner ul li {
    display: inline-block;
    list-style: none;
    text-decoration: underline;
    padding: 0px;
}
.upper-nav-bar .upper-nav-inner ul li + li {
    margin-left: 75px;
}
.upper-nav-bar .upper-nav-inner ul li:before {
    display: none;
}
.upper-nav-bar .upper-nav-inner ul li a {
    font-size: 22px;
    font-weight: 400;
    text-transform: capitalize;
    font-family: "Mrs Eaves OT", serif;
    color: #303e4f;
    display: block;
}
.upper-nav-bar .upper-nav-inner ul li a:hover {
    color: #e65b48;
}
.upper-nav-bar .upper-nav-inner ul li img {
    display: none;
    margin: 0px auto;
}
/* Metals Section */
.metals-sec {
    padding: 80px 0px 0;
}
.metals-sec .content-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.colm-box {
    width: 61%;
}
.heading-text-box p {
    margin-bottom: 40px;
    line-height: 2.5;
}
.colm-img-box {
    width: 39%;
}

.our-metal-finishing .md-container {
    padding-top: 80px;
}
.our-metal-finishing .md-container ~ .md-container{
    padding-top: 0px;
}
.our-metal-finishing .md-container:not(:last-of-type) .img-grid {
    border-bottom: 0;
}
.our-metal-finishing .heading-box h3 {
    font-size: 38px;
    font-family: "mrs-eaves-roman-all-petite-c";
    letter-spacing: 1.5px;
    margin-bottom: 10px;
}
.our-metal-finishing .img-grid {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 70px;
    border-bottom: #303e4f solid 1px;
}
.our-metal-finishing .img-grid.thumb-center {
    justify-content: center;
}
.img-grid.thumb-center .short-thumb:last-child {
    margin-right: 0;
}
.short-thumb {
    width: calc(20% - 60px);
    margin-right: 75px;
    cursor: pointer;
    margin-bottom: 25px;
}
.short-thumb h6 {
    margin: 10px 0px 0px;
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 0.19px;
    color: #303e4f;
    line-height: 1.25;
}
.short-thumb img {
    width: 100%;
    display: block;
}

.pop_up {
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    position: fixed;
    top: 0px;
    z-index: 99999;
    left: 0px;
    overflow: auto;
    display: none;
    scrollbar-width: none;
    align-items: center;
    justify-content: center;
}

.pop_up::-webkit-scrollbar {
    display: none;
}

.pop_up .popup_content {
    width: 65%;
    margin: auto;
    padding: 80px 150px 80px 150px;
    position: relative;
    background-color: #e6e6e6;
    height: 80%;
}

.poppup-content {
    height: 100%;
}
.w-img {
    height: calc(100% - 20px);
    position: relative;
}
.w-img .loader-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.w-img img {
    height: 100%;
    object-fit: cover;
    position: relative;
    z-index: 2;
}

.pop_up .popup_content img {
    width: 100%;
}
.pop_up .popup_content h5 {
    text-align: center;
}

.pop_up .popup_content .cross_icon {
    position: absolute;
    right: 30px;
    top: 30px;
}

.mobile-popup-product.is-show,
.pop_up.is-visible {
    display: flex;
    animation: contentFadeIn .75s;
}

@keyframes contentFadeIn {
    0% {
        display: none;
        opacity: 0;
    }
    100% {
        display: flex;
        opacity: 1;
    }
}

/* LINEN FINISHES */
.linen-finishing .img-grid {
    justify-content: center;
    border: none;
    padding-bottom: 0px;
}

.get-list {
    background-color: #1f2c47;
    color: #fff;
    padding: 85px 0px 100px;
    text-align: center;
}
.get-list .heading-text-box h4 {
    margin: 0px 0px 25px;
    font-size: 32px;
    letter-spacing: -1.44px;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
    font-family: "henderson-sans-basic", sans-serif;
    text-align: center;
}
.get-list a {
    font-family: "mrs-eaves-roman-all-petite-c",sans-serif;
    letter-spacing: -0.19px;
    color: #303E4F;
    text-align: center;
    font-style: normal;
}

.get-list .heading-text-box {
    max-width: 610px;
    text-align: center;
    margin: 0px auto;
}
.heading-text-box h4 {
    font-family: "Mrs Eaves OT", serif;
    font-size: 38px;
    line-height: 1.1;
    letter-spacing: -0.04px;
    text-align: left;
    color: #303E4F;
    font-weight: 400;
}
.heading-text-box .desc-box {
    max-width: 580px;
}
.shop-sec {
    padding: 80px 0px;
}
.shop-sec .inner-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.shop-sec .inner-content .g-card {
    width: calc(50% - 50px);
    text-align: center;
    max-width: 400px;
}
.shop-sec .inner-content .g-card h3 {
    font-size: 40px;
    font-family: "mrs-eaves-roman-all-petite-c";
    margin-bottom: 30px;
    font-weight: 400;
}
.shop-sec .product-img img {
    margin-bottom: 45px;
}

.for-mobile {
    display: none !important;
}

/* Mobile css */
.mobile-popup-product {
    position: fixed;
    top: 0;
    height: 100vh;
    background: #fff;
    left: 0;
    overflow: auto;
    z-index: 9999;
    padding: 20px 0px 0px;
    display: none;
    margin-top: 0px;
    align-items: center;
}
.mobile-popup-product .cross_icon img {
    width: 45px;
    height: 45px;
    margin-right: 13px;
}
.inner-popup-all-product {
    padding-top: 30px;
}
.single-product-thumb {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}
/* .mobile-popup-product.show_popup {
    display: block !important;
} */

.mobile-inner-single {
    position: fixed;
    top: 0;
    margin: 0px;
    left: 0;
    width: 100%;
    background: #fff;
    height: 100%;
    display: none;
    z-index: 9999;
}

/*isk css end*/

@media (min-width: 768px) {
    .sgpb-popup-dialog-main-div-theme-wrapper-1 {
        max-width: 640px !important;
    }

    .sgpb-theme-1-content h2 {
        font-size: 28px;
        margin: 0 0 5px;
    }

    .sgpb-theme-1-content h2.h3 {
        font-size: 18px;
        margin: 0 0 30px;
    }

    .sgpb-theme-1-content .size-full.aligncenter {
        margin: 0 auto 40px !important;
    }

    .sgpb-theme-1-content {
        padding: 50px 50px 20px !important;
    }

    .sgpb-popup-close-button-1 {
        top: 25px !important;
        right: -80px !important;
        width: 21px !important;
        height: 21px !important;
    }
}

@media (min-width: 1024px) {
    .sgpb-popup-dialog-main-div-theme-wrapper-1 {
        max-width: 855px !important;
    }

    .sgpb-popup-close-button-1 {
        top: 40px !important;
        right: -123px !important;
        width: 40px !important;
        height: 40px !important;
    }

    .sgpb-theme-1-content {
        padding: 80px 73px 30px !important;
    }

    .sgpb-theme-1-content h2 {
        font-size: 39px;
        margin: 0 0 8px;
    }

    .sgpb-theme-1-content h2.h3 {
        font-size: 22px;
        margin: 0 0 58px;
    }

    .sgpb-theme-1-content .size-full.aligncenter {
        margin: 0 auto 60px !important;
    }
}

/*@import 'vendors/normalize';*/

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

.ellipsis {
    white-space: nowrap; /* 1 */
    text-overflow: ellipsis; /* 2 */
    overflow: hidden;
}

/*@import 'base/reset';
@import 'base/typography';
@import 'base/forms';*/

.video-holder .img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.site.p-0 {
    padding: 0;
}

.page-template-tp-aboutus .section-title {
    margin: 0 auto 35px;
}

.page-template-tp-aboutus .section-title h2 {
    margin: 0 0 25px;
}

.video-holder {
    padding: 0 !important;
    margin: 0 -15px !important;
    text-align: center !important;
}

.video-holder iframe {
    height: 200px;
    margin-bottom: -8px;
}

.main-section.video-section {
    padding: 30px 0 0;
}

.main-section .wpcf7 form.sent .wpcf7-response-output {
    border: none;
    color: #46b450 !important;
    margin: 15px 0 0;
    padding: 0;
}

@media (min-width: 480px) {
    .video-holder iframe {
        height: 300px;
    }
}

@media (min-width: 768px) {
    .video-holder {
        margin: 0 auto !important;
    }

    .video-holder iframe {
        height: 420px;
        margin-bottom: 0;
    }

    .main-section.video-section {
        padding: 55px 0 60px;
    }
}

@media (min-width: 1024px) {
    .video-holder iframe {
        height: 500px;
    }

    .page-template-tp-aboutus .section-title h2 {
        margin: 0 0 35px;
    }

    .main-section.video-section {
        padding: 70px 0 80px;
    }
}

@media (max-width: 767px) {
    .video-holder {
        padding: 0 !important;
        margin: 0 -15px !important;
    }

    .post-block-descr {
        padding: 42px 45px !important;
    }

    .page-header.has-descrition {
        padding: 25px 0;
    }
    .page-header.has-descrition .container {
        display: block;
        text-align: center;
    }
    .page-header.has-descrition .page-title {
        width: auto;
        max-width: none;
        margin: 0 20px 13px;
        text-transform: uppercase;
    }
    .page-header.has-descrition .text {
        border: none;
        padding: 0 15px;
        font-size: 10px;
    }

    .footer-section .container:before {
        left: 45px;
        right: 45px;
    }

    .footer-section .container {
        padding-top: 34px;
        padding-bottom: 42px;
        display: block;
        text-align: center;
    }

    .footer-section .section-title {
        text-align: center;
        text-transform: uppercase;
        margin: 0 20px 10px;
        width: auto;
        max-width: none;
        font-size: 20px;
        line-height: 1.25;
    }

    .footer-section .text {
        border: none;
        padding: 0 10px;
        font-size: 10px;
        line-height: 1.8;
    }
    .woocommerce div.product .slider {
        margin: 0 -5px 25px;
    }
}

.post-block-descr p:last-child {
    margin: 0 !important;
}

.sgpb-popup-dialog-main-div-theme-wrapper-1 .sgpb-popup-builder-content-20260 {
    height: auto !important;
}

.sgpb-popup-dialog-main-div-theme-wrapper-1 .sgpb-popup-builder-content-20260.sgpb-popup-builder-content-html {
    height: auto !important;
}

.sgpb-popup-dialog-main-div-theme-wrapper-1 .sgpb-popup-builder-content-20260 {
    height: auto !important;
}

.sgpb-popup-dialog-main-div-theme-wrapper-1 .sgpb-popup-builder-content-html {
    height: auto !important;
}

.sg-popup-content {
    height: auto !important;
}

.sgpb-popup-dialog-main-div-theme-wrapper-1 .sg-popup-content {
    height: auto !important;
}

.sgpb-popup-dialog-main-div-theme-wrapper-1 .sgpb-popup-builder-content-20260.sgpb-popup-builder-content-html {
    display: inline;
}

.sgpb-main-html-content-wrapper > iframe {
    height: 200px;
}

@media (min-width: 768px) {
    .sgpb-main-html-content-wrapper > iframe {
        height: 300px;
    }
}

@media (min-width: 1024px) {
    .sgpb-main-html-content-wrapper > iframe {
        height: 440px;
    }
}

/* blog topics */
body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.category .page-header {
    min-height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 16px;
}

.category .page-header > .container > span {
    font: 20px/22px "mrs-eaves-roman-all-petite-c", serif;
    display: block;
    margin-bottom: 4px;
}

.widget .products-grid {
    justify-content: space-between;
}

.widget .products-grid .product-item {
    max-width: 113px;
}

.product-item-image {
    background-color: #f2f2f2;
    padding: 0 10px;
    max-width: 113px;
}

.product-item-image img {
    mix-blend-mode: multiply;
}

.products-grid .product-item-title {
    text-transform: none;
    line-height: 13px;
    margin: 0;
}

.products-grid .product-item-price {
    font-size: 14px;
    line-height: 16px;
    font-weight: normal;
    margin-top: -1px;
}

.blog-grid .pagination .nav-links {
    padding-top: 4px;
}

.nav-links .page-numbers.prev,
.nav-links .page-numbers.next {
    padding: 0;
}

.category .two-columns {
    padding-bottom: 35px;
}

.category .two-columns .sidebar {
    padding-top: 42px;
}

.widget .wpcf7-form-control {
    padding-left: 12px;
    padding-right: 12px;
}

.widget {
    padding-bottom: 30px;
}

.widget + .widget {
    padding-top: 20px;
}

@media (min-width: 768px) {
    .category .page-header {
        min-height: 148px;
        padding-top: 30px;
        padding-bottom: 40px;
    }

    .category .page-header > .container > span {
        font-size: 30px;
        line-height: 33px;
        margin-bottom: 13px;
    }

    .blog-grid {
        padding-right: 7px;
        margin-top: -13px;
    }

    .blog-grid .pagination .nav-links {
        padding-top: 36px;
    }

    .nav-links .page-numbers {
        padding: 0 11px;
    }

    .category .two-columns .sidebar {
        margin-top: -5px;
        padding-top: 0;
        margin-left: 50px;
    }

    .two-columns .sidebar > .widget:first-child > h3 {
        margin-top: -8px;
    }

    .widget {
        padding-bottom: 24px;
    }

    .widget + .widget {
        padding-top: 24px;
    }

    .widget_topics {
        padding-top: 30px;
    }

    .widget_topics h3 {
        margin-bottom: 14px;
    }
}

@media (min-width: 1200px) {
    .category .two-columns .sidebar {
        margin-left: 87px;
    }
    .single-product.woocommerce div.product div.summary {
        padding: 0 100px;
    }
}

@media (max-width: 1024px) {
    .short-thumb {
        width: calc(20% - 40px);
        margin-right: 50px;
    }
    .upper-nav-bar .upper-nav-inner ul li + li {
        margin-left: 45px;
    }
    .custom-banner-new {
        margin-top: 55px;
    }
}

@media (max-width: 920px) {
    .upper-nav-bar .upper-nav-inner ul li + li {
        margin-left: 25px;
    }
    .upper-nav-bar .upper-nav-inner ul li a {
        font-size: 18px;
    }
    .short-thumb {
        width: calc(20% - 24px);
        margin-right: 30px;
        margin-bottom: 15px;
    }
    .heading-box h3 {
        font-size: 28px;
    }
    .heading-text-box h4 {
        font-size: 32px;
    }
    .heading-text-box p {
        font-size: 12px;
    }
    .colm-box {
        padding-right: 20px;
    }
    .row-reverse .colm-box {
        padding-right: 0;
        padding-left: 20px;
    }
    .btn-custom {
        min-width: 260px;
    }
    .pop_up .popup_content {
        width: 90%;
        padding: 80px 150px 80px 150px;
    }
}

@media(min-width: 768px) {
    .short-thumb:nth-child(5n+5) {
        margin-right: 0;
    }
}

@media (max-width: 767px) {
    .category .page-header .page-title {
        font-size: 25px;
        line-height: 31px;
    }

    .category .two-columns {
        padding-top: 7px;
        padding-bottom: 0;
    }

    .two-columns .sidebar > .widget:first-child > h3 {
        margin-bottom: 12px;
    }

    .widget .products-grid {
        top: -4px;
    }

    .widget .products-grid .product-item {
        margin-bottom: 22px;
    }

    .widget_products {
        padding-bottom: 4px;
    }

    .widget_topics {
        padding-top: 25px;
    }

    .widget_topics h3 {
        margin-bottom: 12px;
    }

    .category .sidebar .widget:last-child {
        padding-bottom: 0;
    }

    .woocommerce-print-products-pdf-link {
        padding: 10px 20px;
        margin: 24px 0 15px;
    }
    .btn.btn-outline {
        font-size: 10px;
        padding: 10px 20px;
        margin: 0 0 6px;
    }
    .btn-outline [class*="icon-"] {
        width: 14px;
        height: 14px;
        margin-right: 10px;
    }
    .btn-link [class*="icon-"] {
        width: 20px;
        height: 20px;
    }
    .woocommerce div.product form.cart .variations td,
    .woocommerce div.product form.cart .variations th,
    .woocommerce div.product form.cart .variations td.label {
        display: block;
    }

    .woocommerce div.product form.cart .variations select {
        max-width: 100%;
        width: 100%;
    }

    .woocommerce div.product form.cart .button,
    .woocommerce .quantity .qty,
    form ul > li select,
    form ul .row > li select,
    .woocommerce .woocommerce-ordering select,
    .tinv-wishlist select,
    .woocommerce select,
    .tinv-wishlist .tinv-modal label select {
        height: 36px;
    }
    .woocommerce div.product form.cart .button {
        font-size: 20px;
        padding: 6px 20px;
    }
    .single-product.woocommerce div.product div.summary {
        margin-bottom: 50px;
    }

    .slider.wpgis-slider-for.slick-initialized.slick-slider .slick-slide {
        height: 400px;
    }

    /* m@ css*/
    .shop-sec .inner-content .g-card,
    .colm-img-box,
    .colm-box {
        width: 100%;
    }
    .colm-img-box {
        text-align: center;
    }
    .heading-text-box h4 br {
        display: none;
    }
    .heading-text-box p {
        margin-bottom: 25px;
    }

    .short-thumb {
        width: calc(33.333% - 10px);
        margin-right: 15px;
        margin-bottom: 15px;
    }
    .short-thumb:nth-child(3n+3) {
        margin-right: 0;
    }
    .shop-sec .inner-content .g-card {
        margin-bottom: 50px;
        max-width: 100%;
    }
    .shop-sec .inner-content .g-card:last-child {
        margin-bottom: 0px;
    }
    .our-metal-finishing .img-grid {
        justify-content: center;
    }
    .upper-nav-bar .upper-nav-inner ul li + li {
        margin-left: 15px;
    }
    .custom-banner-new {
        margin: 40px 0px 0px;
    }
    .q-search-form .slide {
        opacity: 0;
    }
    .colm-box {
        padding-right: 0px;
    }
    .upper-nav-bar .upper-nav-inner ul li a {
        font-size: 15px;
    }
    .row-reverse .colm-box {
        padding-left: 0px;
    }
    .pop_up .popup_content {
        padding: 80px 50px 80px 50px;
    }
}

@media (max-width: 600px) {
    .upper-nav-bar.fixed {
        display: none;
    }
    .page-header.custom-banner-new {
        padding: 38px 0;
    }
    .custom-banner-new.page-header .page-title.f-eaves {
        font-size: 24px;
    }
    .custom-banner-new.page-header h2.page-title {
        font-size: 30px;
        font-family: "Mrs Eaves OT", serif;
        letter-spacing: -0.82px;
        font-weight: 400;
        text-transform: capitalize;
    }

    .upper-nav-bar .upper-nav-inner ul {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-end;
        justify-content: space-between;
    }
    .upper-nav-bar .upper-nav-inner {
        padding: 20px 0px 5px;
    }
    .upper-nav-bar .upper-nav-inner ul li {
        width: calc(33.333% - 5px);
        margin: 0;
        text-align: center;
        text-decoration: none;
        margin-bottom: 20px;
    }
    .upper-nav-bar .upper-nav-inner ul li + li {
        margin-left: 0px;
    }
    .upper-nav-bar .upper-nav-inner ul li img {
        display: block;
        margin: 7px auto 0;
        width: 60px;
    }
    .upper-nav-bar .upper-nav-inner ul li a {
        font-size: 10px;
        font-weight: 400;
        text-transform: inherit;
        display: block;
        color: #303e4f;
        line-height: normal;
        font-family: "henderson-sans-basic", "henderson-sans-basic", sans-serif;
    }

    .heading-box h3 {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .g-sm-block {
        display: block;
    }
    .g-sm-none {
        display: none !important;
    }
    .for-desktop {
        display: none;
    }
    .for-mobile {
        display: block !important;
    }
    .colm-img-box img {
        width: auto;
        height: 200px;
        object-fit: contain;
    }
    #wod .colm-img-box img {
        height: 250px;
    }
    #wod + section + .our-metal-finishing {
        padding-top: 140px;
        margin-top: -150px;
    }
    #bespoke + section + .our-metal-finishing {
        padding-top: 80px;
        margin-top: -80px;
    }
    .heading-box {
        margin-bottom: 20px;
    }
    #marble .heading-box {
        margin-bottom: -25px;
    }
    #bespoke .heading-box {
        margin-bottom: -50px;
    }
    #metal .heading-box {
        margin-bottom: 30px;
    }
    .our-metal-finishing .heading-box h3 {
        font-size: 24px;
    }
    .metals-sec {
        padding: 35px 0px 0px;
    }
    .our-metal-finishing .md-container {
        padding-top: 0;
    }
    .our-metal-finishing .img-grid {
        border: none;
    }
    .our-metal-finishing {
        background: #e7e7e7;
        padding: 120px 0px 30px 0px;
        margin-top: -110px;
    }
    .our-metal-finishing .img-grid {
        padding-bottom: 0px;
    }
    .arow-text-btn {
        display: flex;
        align-items: center;
        justify-content: space-between;
        line-height: 1.5;
        letter-spacing: 0.4px;
        margin-bottom: 30px;
    }
    .see-all-btn {
        margin: 12px 0 35px;
    }
    .see-all-btn a {
        border: 1px solid #979797;
        font-size: 11px;
        font-weight: 400;
        letter-spacing: 0.24px;
        color: #1f2c47;
        line-height: 15px;
        padding: 5px 5px;
        text-transform: uppercase;
        display: block;
        position: relative;
    }
    .see-all-btn a:after {
        content: "";
        position: absolute;
        top: 0px;
        right: 0px;
        width: 25px;
        height: 25px;
        background: url(./images/arrow.png);
        background-repeat: no-repeat;
    }

    .short-img-grid ul {
        display: flex;
        margin: 0px;
    }
    .short-img-grid ul li {
        padding: 0px;
        display: block;
        margin: 0;
        box-sizing: border-box;
        position: relative;
        width: 100%;
    }
    .short-img-grid ul li img {
        width: 100%;
        height: 33px;
        object-fit: cover;
    }
    .short-img-grid ul li:after {
        content: "";
        position: absolute;
        top: 0px;
        height: 100%;
        background-image: linear-gradient(to right, #000000 0%, rgba(0, 0, 0, 0.34) 38%, rgba(0, 0, 0, 0) 100%);
        width: 20px;
        left: 0;
        opacity: 0.5;
    }
    .short-img-grid ul li:before {
        display: none;
    }
    .heading-text-box h4 {
        font-size: 30px;
        margin-bottom: 10px;
    }
    .heading-text-box h4 br {
        display: block;
    }
    .heading-text-box p {
        font-size: 10px;
        margin-bottom: 18px;
        line-height: 18px;
    }

    .short-thumb h6 {
        line-height: normal;
        font-size: 9px;
    }

    .heading-text-box h4 br {
        display: none;
    }

    .our-faux-leather-finishes {
        padding: 130px 0px 45px 0px;
        margin-top: -95px;
    }
    .our-marble-finishes {
        padding: 110px 0px 45px 0px;
        margin-top: -88px;
    }
    .pop_up .popup_content {
        width: 90%;
        margin: auto;
        padding: 30px 20px 30px 20px;
        height: auto;
    }
    .pop_up .popup_content .cross_icon {
        right: 0;
        top: 0;
        width: 45px;
        height: 45px;
    }
    .w-img .loader-img {
        width: 50px;
    }
    .cross_icon,
    .mobile-popup-product .cross_icon {
        right: 0;
        position: absolute;
        top: 20px;
        width: 65px;
    }

    .mobile-popup-product {
        padding: 80px 30px 30px;
    }
    .inner-popup-all-product {
        padding: 0px 0px 30px;
        margin: auto 0;
    }

    .single-product-thumb {
        flex-direction: column-reverse;
    }
    .single-product-thumb {
        width: 80%;
        margin: 0px auto;
    }
    .single-product-thumb h6 {
        font-size: 30px;
        text-transform: uppercase;
        color: #303e4f;
        letter-spacing: 0.58px;
        font-family: "Mrs Eaves OT", serif;
        line-height: 1;
        text-align: center;
    }
    .arow-text-btn img {
        margin-left: 0px;
    }
    .get-list {
        padding: 40px 0px 45px;
    }
    .get-list .heading-text-box h4 {
        font-size: 24px;
        margin-bottom: 15px;
    }
    .get-list .heading-text-box p {
        margin: 0 auto 25px;
        max-width: 80%;
    }
    .get-list a {
        font-size: 24px;
    }
    .get-list .heading-text-box {
        width: 92%;
        margin: 0px auto;
    }
    .shop-sec {
        padding: 35px 0px;
    }
    .shop-sec .inner-content .g-card h3 {
        font-size: 30px;
        line-height: 1;
        margin-bottom: 15px;
    }
    .shop-sec .desc,
    .shop-sec .btn-custom {
        display: none;
    }
    .shop-sec .product-img img {
        margin-bottom: 0;
    }
    .our-wood-finishes {
        margin-top: -98px;
        padding-top: 100px;
    }
}
