@charset "utf-8";

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

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

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

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

/** 1. Change the default font family in all browsers (opinionated). 2. Prevent adjustments of font size after orientation changes in IE and iOS. */
html {

    /* 1 */
    -ms-text-size-adjust: 100%;    /* 2 */
    -webkit-text-size-adjust: 100%;    /* 2 */
}

/* HTML5 display definitions ========================================================================== */

/** Add the correct display in IE 9-. 1. Add the correct display in Edge, IE, and Firefox. 2. Add the correct display in IE. */
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {

    /* 1 */
    display: block;
}

/** Add the correct display in IE 9-. */
audio, canvas, progress, video {
    display: inline-block;
}

/** Add the correct display in iOS 4-7. */
audio:not([controls]) {
    display: none;
    height: 0;
}

/** Add the correct vertical alignment in Chrome, Firefox, and Opera. */
progress {
    vertical-align: baseline;
}

/** Add the correct display in IE 10-. 1. Add the correct display in IE. */
template, [hidden] {
    display: none;
}

/* Links ========================================================================== */

/** Remove the gray background on active links in IE 10. */
a {
    background-color: transparent;
}

/** Remove the outline on focused links when they are also active or hovered in all browsers (opinionated). */
a:active, a:hover {
    outline-width: 0;
    text-decoration: none;
    outline: none;
    transition: 0.5s ease-in-out all;
    -webkit-transition: 0.5s ease-in-out all;
    -ms-transition: 0.5s ease-in-out all;
    -moz-transition: 0.5s ease-in-out all;
    -o-transition: 0.5s ease-in-out all;
}

/* Text-level semantics ========================================================================== */

/** 1. Remove the bottom border in Firefox 39-. 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. */
abbr[title] {
    border-bottom: none;    /* 1 */
    text-decoration: underline;    /* 2 */
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;    /* 2 */
}

a:visited {
    color: #000;
}

/** Prevent the duplicate application of `bolder` by the next rule in Safari 6. */
b, strong {
    font-weight: inherit;
}

/** Add the correct font weight in Chrome, Edge, and Safari. */
b, strong {
    font-weight: bold;
}

/** Add the correct font style in Android 4.3-. */
dfn {
    font-style: italic;
}

/** Add the correct background and color in IE 9-. */
mark {
    background-color: #ff0;
    color: #000;
}

/** Add the correct font size in all browsers. */
small {
    font-size: 80%;
}

/** Prevent `sub` and `sup` elements from affecting the line height in all browsers. */
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content ========================================================================== */

/** Remove the border on images inside links in IE 10-. */
img {
    border-style: none;
}

/** Hide the overflow in IE. */
svg:not(:root) {
    overflow: hidden;
}

/* Grouping content ========================================================================== */

/** 1. Correct the inheritance and scaling of font size in all browsers. 2. Correct the odd `em` font sizing in all browsers. */
code, kbd, pre, samp {

    /* 1 */
    font-size: 1em;    /* 2 */
}

/** Add the correct margin in IE 8. */
figure {
    margin: 1em 40px;
}

/** 1. Add the correct box sizing in Firefox. 2. Show the overflow in Edge and IE. */
hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;    /* 1 */
    height: 0;    /* 1 */
    overflow: visible;    /* 2 */
}

/* Forms ========================================================================== */

/** Change font properties to `inherit` in all browsers (opinionated). */
button, input, select, textarea {
    font: inherit;
}

/** Restore the font weight unset by the previous rule. */
optgroup {
    font-weight: bold;
}

/** Show the overflow in IE. 1. Show the overflow in Edge. 2. Show the overflow in Edge, Firefox, and IE. */
button, input, select {

    /* 2 */
    overflow: visible;
}

/** Remove the margin in Safari. 1. Remove the margin in Firefox and Safari. */
button, input, select, textarea {

    /* 1 */
    margin: 0;
}

/** Remove the inheritance of text transform in Edge, Firefox, and IE. 1. Remove the inheritance of text transform in Firefox. */
button, select {

    /* 1 */
    text-transform: none;
}

/** Change the cursor in all browsers (opinionated). */
button, [type="button"], [type="reset"], [type="submit"] {
    cursor: pointer;
}

/** Restore the default cursor to disabled elements unset by the previous rule. */
[disabled] {
    cursor: default;
}

/** 1. Prevent a WebKit bug where (2) destroys native `audio` and `video` controls in Android 4. 2. Correct the inability to style clickable types in iOS. */
button, html [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: button;    /* 2 */
}

/** Remove the inner border and padding in Firefox. */
button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/** Restore the focus styles unset by the previous rule. */
button:-moz-focusring, input:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/** Change the border, margin, and padding in all browsers (opinionated). */
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/** 1. Correct the text wrapping in Edge and IE. 2. Correct the color inheritance from `fieldset` elements in IE. 3. Remove the padding so developers are not caught out when they zero out `fieldset` elements in all browsers. */
legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;    /* 1 */
    color: inherit;    /* 2 */
    display: table;    /* 1 */
    max-width: 100%;    /* 1 */
    padding: 0;    /* 3 */
    white-space: normal;    /* 1 */
}

/** Remove the default vertical scrollbar in IE. */
textarea {
    overflow: auto;
}

/** 1. Add the correct box sizing in IE 10-. 2. Remove the padding in IE 10-. */
[type="checkbox"], [type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;    /* 1 */
    padding: 0;    /* 2 */
}

/** Correct the cursor style of increment and decrement buttons in Chrome. */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/** Correct the odd appearance of search inputs in Chrome and Safari. */
[type="search"] {
    -webkit-appearance: textfield;
}

/** Remove the inner padding and cancel buttons in Chrome on OS X and Safari on OS X. */
[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

blockquote {
    border-left: 0.3rem solid #d1d1d1;
    margin-left: 0;
    margin-right: 0;
    padding: 1rem 1.5rem;
}

blockquote *:last-child {
    margin: 0;
}

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

input[type='text'], input[type='email'], input[type='password'], input[type='tel'], input[type='url'], textarea, select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    border: 1px solid #d1d1d1;
    border-radius: .4rem;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: .6rem 1.0rem;
    width: 100%;
}

input[type='text']:focus, input[type='email']:focus, input[type='password']:focus, input[type='tel']:focus, input[type='url']:focus, textarea:focus, select:focus {
    border: 1px solid #f2a1ad;
    outline: 0;
}

textarea {
    padding-bottom: .6rem;
    padding-top: .6rem;
}

label, legend {
    font-size: 16px;
    display: block;
    margin-bottom: .5rem;
    color: #302C2E;
}

fieldset {
    border-width: 0;
    padding: 0;
}

input[type='checkbox'], input[type='radio'] {
    display: inline;
}

input[type='submit']:focus {
    outline: none;
}

input::-webkit-input-placeholder, select::-webkit-input-placeholder {
    color: rgba(47, 45, 45, 0.7);
}

input::-moz-placeholder, select::-moz-placeholder {
    color: rgba(47, 45, 45, 0.7);
}

input:-ms-input-placeholder, select:-ms-input-placeholder {
    color: rgba(47, 45, 45, 0.7);
}

input:-moz-placeholder, select:-moz-placeholder {
    color: rgba(47, 45, 45, 0.7);
}

input:focus {
    outline: none;
}

dl, ol, ul {
    margin-top: 0;
    padding-left: 0;
}

dl dl ul, dl ol, ol dl ul, ol ol, ul dl ul, ul ol {
    font-size: 90%;
    margin: 1.5rem 0 1.5rem 3.0rem;
}

dl {
    list-style: none;
}

ul {
    list-style: circle inside;
}

ol {
    list-style: decimal inside;
}

dt, dd, li {
    margin-bottom: 10px;
}

hr {
    border-top: 0.1rem solid #4A4D50;
    border-width: 0;
    margin-bottom: 3.5rem;
    margin-top: 3rem;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    height: auto;
}

.embed-container iframe, .embed-container object, .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

input, textarea, select, fieldset {
    margin-bottom: 1rem;
}

input:last-child, textarea:last-child, select:last-child, fieldset:last-child {
    margin-bottom: 0;
}

pre, blockquote, dl, figure, table, p, ul, ol, form {
    margin-bottom: 1.4rem;
}

p {
    font-family: 'BricolageGrotesque36pt-Light';
    font-size: 16px;
}

pre:last-child, blockquote:last-child, dl:last-child, figure:last-child, table:last-child, p:last-child, ul:last-child, ol:last-child, form:last-child {
    margin-bottom: 0;
}

a:focus {
    outline: none;
}

table {
    width: 100%;
}

.flex, .flex-row, .flex-column, .flex-start, .flex-end, .flex-center, .flex-stratch {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-wrap: wrap;
}

.flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.flex-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.flex-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.flex-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.flex-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.flex-stratch {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

@supports ((-o-object-fit:cover) or (object-fit:cover)) {
    .background-image img {
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
        height: 100%;
    }

}

.clearfix:after, .clearfix:before {
    content: '';
    display: table;
}

.clearfix:after {
    clear: both;
}

.tacenter {
    text-align: center;
}

.taright {
    text-align: right;
}

.taleft {
    text-align: left;
}

.relative {
    position: relative;
}

body, html {
    margin: 0px;
    padding: 0px;
    position: relative;
    font-size: 16px;
    line-height: 26px;
    color: #09090A;
}

body.admin-bar header {
    align-items: center;
    display: flex;
    top: 32px;
}

h1, h2, h3, h4, h5 {
    margin: 0px;
    margin-bottom: 20px;
    font-family: 'LibreBaskerville-Regular';
}

h1 {
    font-size: 80px;
    line-height: 102.5%;
    color: #fff;
    font-weight: 400;
}

h2 {
    color: #000;
    font-size: 40px;
    line-height: 102.5%;
    font-family: 'LibreBaskerville-Regular';
    font-weight: 400;
    text-transform: capitalize;
}

h3 {
    color: #000;
    font-weight: 400;
    font-size: 22px;
    line-height: 40px;
    letter-spacing: 0.02em;
    text-transform: capitalize;
}

h4 {
    font-size: 18px;
    line-height: 29px;
    font-weight: 500;
}

h5 {
    font-size: 16px;
    line-height: 28px;
    font-weight: 700;
    color: #501C36;
}

a {
    text-decoration: none;
    cursor: pointer;
    color: #151515;
    transition: all 0.5s ease-in-out;
    font-family: 'BricolageGrotesque36pt-Regular';
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 134%;
}

a:hover {
    text-decoration: none;
    outline: none;
    transition: 0.5s ease-in-out all;
    -webkit-transition: 0.5s ease-in-out all;
    -ms-transition: 0.5s ease-in-out all;
    -moz-transition: 0.5s ease-in-out all;
    -o-transition: 0.5s ease-in-out all;
    color: #EDE7E1;
}

ol, ul {
    margin-left: 0;
}

p {
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;/*    color: #193780;*/
    color: rgba(0, 0, 0, 0.50);
}

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

.tbl {
    display: table;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    text-align: center;
    position: relative;
    z-index: 9;
}

.tbl-cell {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}

.img-responsive {
    max-width: 100%;
    display: block;
    height: auto;
    margin: 0 auto;
}

.paddingtop {
    padding: 100px 0px;
}

.inline__block {
    float: left;
    width: 100%;
    vertical-align: top;
    position: relative;
}

.gfield_label {
    display: none !important;
}

.gform_wrapper .ginput_container input, .gform_wrapper .ginput_container textarea, .gform_wrapper .ginput_container select {
    background: #ffffff;
    border: none !important;
    outline: none;
    padding: 15px 15px 12px 15px !important;
    margin-bottom: 0px;
    height: 53px;
    outline: none;
    font-size: 16px !important;
    line-height: 26px;
    color: rgba(47, 45, 45, 0.7);
    border-radius: 8px;
}

.gform_wrapper .ginput_container textarea {
    height: 135px;
    margin-top: 0px;
}

.gform_wrapper input[type="submit"] {
    background: #EE4C29;
    text-align: center;
    color: #FFF;
    border: 1px solid #EE4C29;
    padding: 15px 54px 12px 54px !important;
    display: inline-block;
    transition: 0.5s ease-in-out all;
    -webkit-transition: 0.5s ease-in-out all;
    -ms-transition: 0.5s ease-in-out all;
    -moz-transition: 0.5s ease-in-out all;
    -o-transition: 0.5s ease-in-out all;
    width: calc(100% - 15px) !important;
    border-radius: 8px;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.gform_wrapper input[type="submit"]:hover {
    border: 1px solid #1D1854;
    background-color: #1D1854;
    color: #ffffff;
    outline: 0;
}

.gform_wrapper .validation_error {
    display: none;
}

.gform_wrapper .validation_message {
    display: inline-block;
    width: 100%;
    text-align: left;
    margin-top: 0px;
    color: #F00;
}

.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background: none !important;
    border: none !important;
}

img {
    border: none;
}

body {
    color: #373d48;
    font-size: 17px;
    line-height: 24px;
    overflow-x: hidden;
    position: relative;
    font-weight: 400;
}

html, body {
    -webkit-text-size-adjust: none;
    -webkit-font-smoothing: antialiased;
}

/*----- html5 tags ------*/
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
    display: block;
}

/*----- Wrapper Part ------*/
#wrapper {
    width: 100%;
    height: auto;
}

.container {
    max-width: 1400px;
    height: auto;
    display: block;
    margin: 0 auto;
    clear: both;
    box-sizing: border-box;
    width: 100%;
    padding: 0 20px;
}

.sub-container {
    max-width: 1180px;
    height: auto;
    display: block;
    margin: 0 auto;
    clear: both;
    box-sizing: border-box;
    width: 100%;
    padding: 0 20px;
}

section {
    position: relative;
}

/*----- Wrapper Part ------*/
.primary_btn {
    height: 49px;
    background: #B71768;
    transition: all 0.3s ease-in-out;
    font-weight: 700;
    font-size: 16px;
    line-height: 49px;
    padding: 4px 15px;
    color: #fff;
    display: inline-block;
    min-width: 147px;
    text-align: center;
    position: relative;
    border-radius: 11px;
}

.border_btn {
    height: 49px;
    border: 2px solid #B71768;
    border-radius: 11px;
    position: relative;
    color: #501C36;
    min-width: fit-content;
    font-weight: 700;
    font-size: 16px;
    line-height: 49px;
    transition: 0.4s;
    display: inline-block;
    text-align: center;
    min-width: 147px;
}

.login #login_error, .login .message, .login .success {
    border-left: 0 !important;
}

.login form {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

body.login {
    background-color: #FFDFEA !important;
}

.login form .input, .login input[type=text] {
    background-color: transparent !important;
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
    border-radius: 0 !important;
}

.login #nav {
    margin: 24px 0 0;
    text-align: center;
    margin: 0;
}

.login #backtoblog, .login #nav {
    font-size: 13px;
    padding: 0 24px;
    text-align: center;
}

.wp-core-ui .button-group.button-large .button, .wp-core-ui .button.button-large {
    min-height: 32px;
    line-height: 2.30769231;
    padding: 0 12px;
    border-radius: 0;
    width: fit-content !important;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto !important;
    color: #FFF;
    text-align: center;
    font-family: 'BricolageGrotesque36pt-Regular';
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 134%;
    background-color: #000;
    border: none;
}

.wp-core-ui .button-group.button-large .button:hover, .wp-core-ui .button.button-large:hover {
    background-color: #FFDFEA;
    color: #000;
    border: none;
}

header {
    border-bottom: 1px solid #000;
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 99;
    background: #FFFCFD;
    padding: 21px 0 17px 0;
    min-height: 127px;
    height: auto;
    align-items: center;
    display: flex;
}

.menu_icon {
    width: 40px;
    height: 40px;
    position: relative;
    cursor: pointer;
    display: none;
}

.line-1 {
    background: #000;
    width: 100%;
    height: 4px;
    border-radius: 5px;
    position: absolute;    /* box-shadow: 0 0 10px rgba(0, 0, 0, .3); */
}

.line-2 {
    background: #000;
    width: 100%;
    height: 4px;
    border-radius: 5px;
    position: absolute;    /* box-shadow: 0 0 10px rgba(0, 0, 0, .3); */
}

.line-3 {
    background: #000;
    width: 100%;
    height: 4px;
    border-radius: 5px;
    position: absolute;    /* box-shadow: 0 0 10px rgba(0, 0, 0, .3); */
}

.line-1 {
    transition: 500ms;
    transform: translateY(-10px);
    animation: animateReverse 600ms ease-in-out;
}

.line-2 {
    transition: 500ms;
    transform: scale(1);
    opacity: 1;
}

.line-3 {
    transition: 500ms;
    transform: translateY(10px);
    animation: animate2Reverse 600ms ease-in-out;
}

.menu-icon.active {
    animation: rotateIcon 600ms ease-in-out forwards;
}

.line-1.active {
    animation: animate 600ms ease-in-out forwards;
}

.line-2.active {
    transform: scale(0);
    opacity: 0;
}

.line-3.active {
    animation: animate2 600ms linear forwards;
}

@keyframes animate {
    50% {
        transform: translateY(0px) rotate(0deg);
    }

    100% {
        transform: translateY(0px) rotate(-45deg);
    }

}

@keyframes animateReverse {
    0% {
        transform: translateY(0px) rotate(45deg);
    }

    50% {
        transform: translateY(0px) rotate(0deg);
    }

    100% {
        transform: translateY(-10px) rotate(0deg);
    }

}

@keyframes animate2 {
    50% {
        transform: translateY(0px) rotate(0deg);
    }

    100% {
        transform: translateY(0px) rotate(45deg);
    }

}

@keyframes animate2Reverse {
    0% {
        transform: translateY(0px) rotate(-45deg);
    }

    50% {
        transform: translateY(0px) rotate(0deg);
    }

    100% {
        transform: translateY(10px) rotate(0deg);
    }

}

@keyframes rotateIcon {
    100% {
        transform: rotate(90deg);
    }

}

header .header_part {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.current-menu-item a {
    font-weight: 700;
}
header .header_part .navbar ul a:hover {
    font-weight: 700;
}

header .header_part .navbar ul {
    list-style: none;
    margin-bottom: 0;
    margin-left: 0;
}

header .header_part .navbar ul li {
    font-family: 'BricolageGrotesque36pt-Regular';
    font-size: 15px;
    padding: 0 15px;
    margin-bottom: 0;
    text-transform: uppercase;
}

header .header_part .navbar ul li:first-child {
    padding-left: 0;
}

header .header_part .navbar ul li:hover {
    font-weight: 700;
}

header .header_part .navbar ul li:hover a {
    color: #000;
}

header .header_part .navbar, header .header_part .navbar ul, header .header_part .navbar .header_btn {
    display: flex;
    align-items: center;
}

.header_btn {
    display: flex;
    width: 6%;
    justify-content: end;
}

.sec_nav {
    justify-content: end;
    width: 100%;
}

.first_nav {
    width: 100%;
}

/* .search_header input {
display: none;
} */
.hidden_search_box {
    display: none;
    position: fixed;
    float: right;
    background-color: #ffdfeaed;
    z-index: 1000;
    top: 126px;
    left: 0;
}

.admin-bar .hidden_search_box {
    top: 158px;
}

form.hidden_search_box[style] {
    height: 100vh;
    width: 100% !important;
}

.input_group {
    display: flex;
    width: 30%;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.form_control {
    width: 20%;
    border: 1px solid #000 !important;
    margin-bottom: 0;
    border-radius: 0 !important;
    height: 50px;
    font-family: 'Manrope-SemiBold';
    font-weight: 600;
    transition: all 0.5s ease-in-out;
    font-family: 'BricolageGrotesque36pt-Regular';
}

.addon_btn {
    width: 50px;
    height: 50px;
    background-color: rgb(37, 51, 66);
    border: 0 none;
    color: #ffffff;
    border-radius: 0 !important;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease-in-out;
}

.search_header {
    display: flex;
    align-items: center;
    justify-content: center;    /* margin: 0 6px; */
}

.search_header>button {
    background-color: transparent;
    border: none;
    outline: none;
    display: flex;
    align-items: center;
    padding: 6px !important;
    margin-right: 15px;
}

.header_btn .cart {
    display: flex;
    align-items: center;
}

.header_btn form {
    margin-bottom: 0;
    padding-right: 15px;
}

header .custom-logo-link {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    z-index: 2;
    margin-right: -80px;/*    width: 100%;*/
    display: flex;
    justify-content: center;
}

.header_bottom {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}

/*404*/
.error404 .page_not_found {
    background-color: #FFFCFD;
    padding: 100px 0;
    border-bottom: 1px solid #E0E0E0;
}

.error404 .page_not_found a {
    margin: 0 auto;
}

.error_not_fount_img img {
    width: 50%;
}

.page_not_found .desc {
    margin: 0 auto;
}

/*Testimonials*/
.testimonials {
    padding: 124px 0 102px;
    border-bottom: 1px solid #E0E0E0;
}

.customers-testimonials .owl-item .stars_rating {
    display: flex;
    align-items: center;
}

.customers-testimonials .owl-item .shadow-effect p {
    font-family: 'BricolageGrotesque36pt-Light';
    color: rgba(0, 0, 0, 0.50);
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 134%;
    text-align: left;
}

.customers-testimonials .owl-item .stars_rating img {
    width: 17px;
    margin-right: 1px;
}

.customers-testimonials .owl-item .testimonial-name {
    text-transform: uppercase;
    display: flex;
    align-items: center;
    color: #000;
    font-family: 'LibreBaskerville-Regular';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 134%;
    margin-top: 24px;
}

.owl-dot span {
    background-color: #000;
    height: 1.5px;
    width: 8px;
    display: block;
    margin-right: 3px;
}

.owl-dot.active span {
    background-color: #878787;
}

.customers-testimonials .owl-item .testimonial-name img, .customers-testimonials .owl-item .testimonial-name .name_first_letter {
    width: 60px;
    height: 60px;
    border-radius: 500px;
    margin-right: 13px;
    background-color: #FFDFEA;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
}

.testimonial_slider {
    position: relative;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

.testimonial_slider .about_box {
    max-width: 435px;
    width: 30%;
    border-right: 1px solid #E0E0E0;
}

.testimonial_slider .customers-testimonials {
    max-width: 1120px;
    width: 70%;
    position: static;/*    padding-left: 102px;*/
}

.customers-testimonials .owl-dots {
    display: flex;
    align-items: center;
    margin-top: 55px;
}

.testimonials .container {
    max-width: calc(100% + (1400px - 100%)/ 2);
    margin-left: auto;
    margin-right: 0;
    padding-right: 0;
}

.testimonials .customers-testimonials::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 370px;
    background-color: #ffffff;
    right: 0;
    top: 0;
    opacity: 0.8;
}

.customers-testimonials .owl-nav .owl-next span {
    font-size: 0;
    background-image: url(../images/slider-icons.png);
    height: 53px;
    width: 53px;
    background-position: center;
    background-repeat: no-repeat;
    transform: rotate(180deg);
}

.customers-testimonials .owl-nav .owl-prev span {
    font-size: 0;
    background-image: url(../images/slider-icons.png);
    height: 53px;
    width: 53px;
    background-position: center;
    background-repeat: no-repeat;
}

.customers-testimonials .owl-nav {
    position: absolute;
    left: 0;
    top: 100px;
}

.customers-testimonials .owl-nav .owl-prev {
    margin-right: 18px;
}

.customers-testimonials .item {
    text-align: center;
    opacity: .2;
    transition: all 0.3s ease-in-out;
}

.customers-testimonials .owl-item.active .item {
    opacity: 1;
}

/* Banner */
.banner {
    position: relative;
}

.banner_carousel .owl-nav button.owl-prev, .banner_carousel .owl-nav button.owl-next {
    z-index: 1;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translatey(-50%);
}

.owl-nav button span {
    font-size: 30px;
    height: 100%;
    display: block;
    width: 100%;
}

.banner_carousel .owl-nav button.owl-prev {
    left: 0;
}

.banner_carousel .owl-nav button.owl-next {
    right: 0;
}

.banner_carousel .owl-nav {
    margin: 0;
}

.btn_wrap {
    text-align: end;
    width: 100%;
    position: absolute;
    bottom: 60px;
    z-index: 1;
    right: 257px;
}

.btn_wrap button {
    border: none;
    border-radius: 5px;
    transition: all 0.5s;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background-color: transparent;
    padding: 0 15px;
}

.owl-theme .owl-nav .disabled, button.disabled {
    opacity: 0.6;
}

.banner_carousel .owl-nav {
    display: none;
}

.banner_carousel .item {
    background-size: cover;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 40px 20px;
    min-height: 704px;
}

.banner_carousel .item .banner_data h2 {
    margin-bottom: 0;
    color: #fff;
    text-shadow: 0px 4px 13px rgba(0, 0, 0, 0.25);
    padding-bottom: 26px;
    text-transform: capitalize;
}

.banner_carousel .item .banner_data h1 {
    text-transform: capitalize;
    text-shadow: 0px 4px 13px rgba(0, 0, 0, 0.25);
}

.banner_carousel .item .banner_data .btn_bg_white {
    color: #000;
    text-align: center;
    font-family: 'BricolageGrotesque36pt-Regular';
    font-size: 17px;
    line-height: 134%;
    background-color: #fff;
    min-height: 50px;
    padding: 15px 15px;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1;
    min-width: 170px;
    width: fit-content;
}

.btn_hover {
    text-transform: uppercase;
    justify-content: center;
}

.btn_hover:hover {
    color: #000;
}

.btn_hover::before {
    height: 100%;
    width: 0%;
}

.btn_hover:hover::before {
    width: 100%;
    height: 100%;
}

.btn_hover::before {
    content: "";
    background-color: #FFDFEA;
    width: 100%;
    height: 0%;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    transition: 0.7s;
}

/* About */
.content_section {
    background: #FFFCFD;
    padding: 75px 0;
    border-bottom: 1px solid #E0E0E0;
}

.about_part {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.left_about_img {
    width: 100%;
    max-width: 681px;
    position: relative;
}

.right_about_data {
    max-width: 681px;
}

.right_about_data .about_box {
    max-width: 594px;
}

.tag_pera {
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 8px;
    color: rgba(0, 0, 0, 0.60);
}

.right_about_data .about_box .about_pera {
    margin-top: 0;
    color: rgba(0, 0, 0, 0.50);
}

.left_about_img .img_box {
    max-width: 594px;
    min-height: 560px;
    overflow: hidden;
}

.left_about_img .img_box::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 1px;
    background-color: #E0E0E0;
    right: 0;
}

.left_about_img .img_box img {
    transition: 300ms ease;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.btn_bg_pink {
    color: #000;
    text-align: center;
    font-family: 'BricolageGrotesque36pt-Regular';
    font-size: 17px;
    line-height: 134%;
    background-color: #FFDFEA;    /* max-width: 170px; */
    width: fit-content;
    min-height: 50px;
    padding: 15px 15px;
    display: flex;
    position: relative;
    z-index: 1;
    min-width: 170px;/*    margin: auto;*/
}

.more_link {
    display: flex;
    justify-content: center;
}

.right_about_data .btn_bg_pink {
    margin-top: 55px;
}

.btn_hover_pink {
    text-transform: uppercase;
    justify-content: center;
}

.btn_hover_pink:hover {
    color: #fff;
}

.btn_hover_pink::before {
    height: 100%;
    width: 0%;
}

.btn_hover_pink:hover::before {
    width: 100%;
    height: 100%;
}

.btn_hover_pink::before {
    content: "";
    background-color: #000;
    width: 100%;
    height: 0%;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    transition: 0.7s;
}

/* Offer card */
.offer_section {
    border-bottom: 1px solid #E0E0E0;
    padding-top: 95px;
    padding-bottom: 104px;
}

.offer_cards {
    display: flex;
    justify-content: space-between;
    margin: 0 -20px;
    flex-wrap: wrap;
}

.pera_offer p {
    color: rgba(0, 0, 0, 0.50);
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 134%;
    margin-top: 0;
    margin-bottom: 22px;
}

.members_card .pera_offer .shop_link {
    color: #000;
    font-family: 'BricolageGrotesque36pt-Regular';
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 134%;
    border-bottom: 1px solid #000;
    overflow: hidden;    /* padding: 0 4px; */
    height: 20px;
    display: inline-block;
}

.members_card {
    width: 25%;    /* max-width: 312px; */
    padding: 0 20px 30px 20px;
    border-right: 1px solid #E0E0E0;
}

.members_card:nth-child(4n) {
    border-right: 0;
}

.pera_offer {
    padding: 0 34px 0 0;
}

.offer_img img {
    object-fit: cover;
    width: 311px;
    height: 222px;
}

.offer_img {
    width: 312px;
    display: flex;
    margin-bottom: 60px;
}

.offer_details h3 {
    font-weight: 400;
    margin-bottom: 21px;
}

.pera_offer span {
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
}

.members_card:hover .pera_offer .shop_link span, .members_card:focus .pera_offer .shop_link span {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
}

.pera_offer .shop_link span::before {
    position: absolute;
    top: 100%;
    content: attr(data-hover);
    font-weight: 700;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.offer_card_pos h2 {
    margin-bottom: 108px;
}

/* Product */
.product_img {
    display: flex;
    margin-bottom: 26px;
    position: relative;
}

.product_img img {
    object-fit: cover;
    width: 100%;
    transform: scale(1);
    transition: all 0.4s ease-in-out;
}

.product_details .pera_offer span {
    color: rgba(0, 0, 0, 0.50);
    font-family: 'BricolageGrotesque36pt-Light';
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 134%;
    text-transform: capitalize;
}

.product_details .pera_offer h3 {
    margin-top: 15px;
    margin-bottom: 10px;
    line-height: 102.5%;
    text-transform: capitalize;
        text-shadow: 0px 0 #000;
        transition: all 0.4s ease-in-out;
}

.product_cards {
    padding-top: 0;
    display: flex;
    justify-content: space-between;
    margin: 0 -20px;
    flex-wrap: wrap;
}

.product_card {
    width: 33.33%;
    padding: 0 20px;
    margin-bottom: 60px;
}

.product_card_pos h2 {
    margin-bottom: 0;
}

.product_top {
    margin-bottom: 84px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.page-template-home-template .product_section {
    border-bottom: 0 !important;
}

.product_section {
    padding-top: 94px;
    padding-bottom: 152px;
    border-bottom: 1px solid #E0E0E0;
}

.list_breadcrumb {
    display: flex;
    align-items: center;
    margin-bottom: 21px;
}

.list_breadcrumb h3 {
    margin-right: 25px;
    position: relative;
    margin-bottom: 0;
    display: flex;
    align-items: center;
}

.list_breadcrumb h3::after {
    content: "";
    background-color: #000;
    border-radius: 100%;
    height: 4px;
    width: 4px;
    transform: translate(13px, 0);
}

.list_breadcrumb h3:last-child::after {
    content: none;
}

.material_part .right_about_data h2 {
    line-height: 138%;
}

.material_section {
    padding: 126px 0;
    border-bottom: 1px solid #E0E0E0;
}

/* Insight */
.time_part {
    margin-top: 0;
    color: rgba(0, 0, 0, 0.90);
    font-family: 'BricolageGrotesque36pt-Light';
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 134%;
    margin-bottom: 33px;
}

.category_tag {
    display: flex;
    margin-bottom: 42px;
}

.category_tag a {
    color: rgba(0, 0, 0, 0.50);
    font-family: 'BricolageGrotesque36pt-Light';
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 134%;
    position: relative;
    padding-right: 7px;
    margin-right: 7px;
}

.category_tag a::after {
    content: "";
    height: 100%;
    width: 1px;
    background-color: rgba(0, 0, 0, 0.25);
    position: absolute;
    right: 0;
}

.category_tag a:last-child::after {
    content: none;
}

.insight_card h3 {
    margin-bottom: 40px;
    text-transform: capitalize;
    line-height: 116.5%;
    font-weight: 400;
}

.insight_card a:hover {
    color: #000;
}

.insight_card {
    padding: 0 20px;
    width: 33.33%;
    border-right: 1px solid #E0E0E0;
    display: flex;
    flex-direction: column;
}

.insight_card:last-child {
    border-right: 0 !important;
}

.insight_card:nth-child(3n) {
    border-right: 0;
}

/* .insight_card:last-child {
border-right: 0;
} */

.insight_card .blog_link {
    margin-top: auto;
}

.insight_card .insight_img {
    margin-top: auto;
    display: flex;
}

.insight_card .insight_img a {
    width: 100%;
}

.insight_card .insight_img img {
    width: 100%;
    object-fit: cover;
    height: auto;
    display: block;
    aspect-ratio: 1 / 1;
}

.insight_card_part {
    display: flex;    /* justify-content: space-between; */
    margin: 0 -20px;
    flex-wrap: wrap;
}

.insight_section {
    border-bottom: 1px solid #E0E0E0;
    padding: 95px 0 126px 0;
    background: #FFFCFD;
}

.insight_section .btn_bg_pink {
    background-color: #000;
    color: #fff;
}

.insight_section .btn_hover_pink::before {
    content: "";
    background-color: #FFDFEA;
    width: 100%;
    height: 0%;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    transition: 0.7s;
}

.insight_section .btn_hover_pink:hover {
    color: #000;
}

.insight_section .btn_hover_pink:hover::before {
    width: 100%;
    height: 100%;
}

/*social feed*/
.social_feed {
    padding: 100px 0;
    border-bottom: 1px solid #E0E0E0;
}

.social_feed .text_center_title {
    margin-bottom: 87px;
}

/* Sign up form */
.title_signup {
    text-align: center;
}

.title_signup input {
    color: rgba(0, 0, 0, 0.50);
    font-family: 'BricolageGrotesque36pt-Light';
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 134%;
    border-left: 0;
    border-top: 0;
    border-right: 0;
    border-radius: 0;
    border-bottom: 1px solid #000;
    padding: 0 0 11px 0;
}

.title_signup input:focus {
    border-left: 0;
    border-top: 0;
    border-right: 0;
    border-bottom: 1px solid #000;
}

.title_signup form {
    max-width: 587px;
    margin: 0 auto;
    width: 100%;
    padding: 0 15px;
}

.title_signup h2 {
    margin-bottom: 29px;
}

.signup_part {
    padding: 101px 0 111px 0;
    border-bottom: 1px solid #E0E0E0;
}

/* Footer */
.footer_logo span {
    margin-top: 104px;
    display: block;
    font-size: 12px;
    font-family: 'BricolageGrotesque36pt-Light';
}

.footer_content {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin: 0 -20px;
    flex-wrap: wrap;
}

.footer_data {
    padding: 58px 20px;
    width: 25%;
    border-right: 1px solid #E0E0E0;
    height: 382px;
}

.footer_data:nth-child(4n) {
    border-right: 0;
}

.footer_data ul li {
    list-style: none;
    color: #000;
    font-family: 'BricolageGrotesque36pt-Light';
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: 178%;
    margin-bottom: 0;
}

.footer_data h3 {
    margin-bottom: 32px;
    line-height: 102.5%;
}

.footer_data ul {
    margin-left: 0;
    margin-bottom: 0;
}

.footer_logo a {
    display: flex;
}

.terms_privacy {
    margin-top: 36px;
}

.terms_privacy li {
    border-right: 1px solid #151515;
    line-height: 0.7 !important;
}

.terms_privacy li:last-child {
    border: none;
}

.terms_privacy li a {
    margin-right: 7px;
    font-size: 12px;
    margin-left: 7px;
    transition: all 0s ease-in-out;
}

.terms_privacy li a:hover, .footer_contact span a:hover {
    font-weight: 700;
    text-decoration: underline;
}
.terms_privacy li:first-child a {
    margin-left: 0;
}
.terms_privacy li:last-child a {
    margin-right: 7px;
    margin-left: 7px;
    font-size: 12px;
}

.terms_privacy {
    display: flex;
    align-items: center;
}

.footer_contact span {
    color: #000;
    font-family: 'BricolageGrotesque36pt-Light';
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: 154.5%;
    margin-top: 35px;
    display: block;
}

.footer_contact span a {
    text-decoration: underline;
    font-size: 12px;
}

.footer_parts a:hover {
    color: #000;
}

.footer_data p {
    margin: 0;
    color: #000;
    width: 70%;
}

.footer_data a, .footer_data span {
    transition: none;
    text-transform: uppercase;
    width: fit-content;
    color: #000;
}

.footer_data a:hover {
    text-decoration: underline;
    font-weight: 700;
}

/*Cart*/
.cart-empty {
    text-align: center;
    font-size: 30px;
    padding-bottom: 20px;
    background-color: transparent;
    border-top: none;
    line-height: 102.5%;
    margin-bottom: 0;
    color: #000;
    font-family: 'LibreBaskerville-Regular';
}

.cart-empty::before {
    content: none;
}

.page_not_found {
    background: #FFFCFD;
    border-bottom: 1px solid #E0E0E0;
    padding-bottom: 70px;
    padding-top: 100px;
}

.block_head h1 {
    color: #000;
    text-align: center;
}

.wc-backward {
    color: #000 !important;
    text-align: center;
    font-family: 'BricolageGrotesque36pt-Regular';
    font-size: 17px;
    line-height: 134%;
    background-color: #FFDFEA !important;
    font-weight: 400 !important;
    text-transform: uppercase;    /* max-width: 170px; */
    width: fit-content;
    min-height: 50px;
    padding: 15px 15px;
    display: flex !important;
    position: relative;
    align-items: center;
    justify-content: center;
    z-index: 1;
    min-width: 170px;
    margin: 0 auto !important;
}

.wc-backward:hover {
    color: #fff !important;
    text-decoration: none !important;
}

.restore-item:hover {
    color: #000 !important;
    text-decoration: underline !important;
}

.wc-backward::before {
    content: "";
    background-color: #000;
    width: 100%;
    height: 0%;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    transition: 0.7s;
}

.wc-backward:hover::before {
    width: 100%;
    height: 100%;
}

form .shop_table .coupon .input-text {
    border-radius: 0;
    width: 50% !important;
}

form .shop_table .coupon {
    display: flex;
}

form th, form td {
    font-family: 'BricolageGrotesque36pt-Regular';
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 134%;
}

.woocommerce-cart form {
    margin-bottom: 80px;
}

form .shop_table tbody tr .quantity {
    margin-bottom: 0 !important;
}

.content-area.woo_pages .woocommerce-notices-wrapper .woocommerce-error {
    border-top-color: transparent !important;
    background-color: transparent;
    margin: 0 auto;
    max-width: 1400px;
    display: flex;
    align-items: centers;
}

.content-area.woo_pages .woocommerce-notices-wrapper .woocommerce-message {
    border-top-color: transparent !important;
    background-color: transparent;
    margin: 0 auto;
    max-width: 1400px;
}

.woocommerce-message .button, .woocommerce-error .button {
    border-radius: 0 !important;
    font-weight: 400 !important;
    min-width: 170px;
    text-transform: uppercase;
    border: 1px solid #000 !important;
    background-color: #000 !important;
    color: #fff !important;
    transition: 0.5s ease-in-out all;
    text-align: center;
    min-height: 52.77px;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.woocommerce-error li {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
}

.woocommerce-message .button:hover, .woocommerce-error .button:hover {
    color: #000 !important;
    background-color: transparent !important;
}

.woocommerce-message::before, .woocommerce-error::before {
    content: none;
}

form .shop_table tbody tr:nth-child(odd) {
    background-color: #F6F6F8;
}

form .shop_table tbody tr:last-child {
    background-color: transparent;
}

form .shop_table .product-thumbnail a {
    display: flex;
}

form .shop_table tbody tr td.product-name a:hover {
    color: #000;
}

.cart_totals tr td {
    text-align: end !important;
}

.wc-proceed-to-checkout a {
    color: #000;
    text-align: center;
    font-family: 'BricolageGrotesque36pt-Regular';
    font-size: 17px;
    line-height: 134%;
    background-color: #000 !important;    /* max-width: 170px; */
    width: fit-content;
    min-height: 50px;
    padding: 15px 15px;
    display: flex;
    position: relative;
    z-index: 1;
    min-width: 170px;
    text-transform: uppercase;
    font-weight: 400 !important;
    margin: 0 auto !important;
    border-radius: 0 !important;
}

.wc-proceed-to-checkout a:hover {
    color: #000 !important;
}

.wc-proceed-to-checkout a:hover::before {
    width: 100%;
    height: 100%;
}

.wc-proceed-to-checkout a::before {
    content: "";
    background-color: #FFDFEA;
    width: 100%;
    height: 0%;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    transition: 0.7s;
}

.woocommerce-cart .cart_totals {
    margin: 0 auto;
    float: none !important;
    text-align: center !important;
    text-transform: capitalize !important;
}

.woocommerce-cart a.remove {
    font-size: 22px;
    text-align: center;
    border-radius: 100%;
    color: #9EA2A3 !important;
    text-decoration: none;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
    height: 35px;
    width: 35px;
    656565
}

.woocommerce-cart a.remove:hover {
    background: #656565;
}

/*checkout */
.woocommerce-checkout .woocommerce-info {
    border-top: none;
    padding-left: 20px;
    font-family: 'BricolageGrotesque36pt-Regular';
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
}

.woocommerce-info a:hover {
    color: #000;
    text-decoration: underline;
}

.woocommerce-info::before {
    content: none;
}

.select2-container .select2-selection--single {
    display: flex;
    align-items: center;
    height: 40px;
    background-color: transparent;
    border: 1px solid #d1d1d1;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 38px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
}

.woocommerce-checkout-payment .place-order .woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text {
    width: 80%;
}

.woocommerce-checkout .woocommerce-checkout-payment {
    background: transparent !important;
}

.woocommerce-checkout .woocommerce-checkout-payment .place-order {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.woocommerce-checkout .woocommerce-checkout-payment .place-order .woocommerce-terms-and-conditions-wrapper p {
    margin-top: 0;
}

.woocommerce-checkout .woocommerce-checkout-payment .place-order .woocommerce-terms-and-conditions-wrapper a:hover {
    color: #000;
}

.woocommerce-checkout .woocommerce-checkout-payment button {
    border-radius: 0 !important;
    font-weight: 400 !important;
    min-width: 170px;
    text-transform: uppercase;
    border: 1px solid #000 !important;
    background-color: #000 !important;
    color: #fff !important;
    transition: 0.5s ease-in-out all;
}

.woocommerce-checkout .woocommerce-checkout-payment button:hover {
    color: #000 !important;
    background-color: transparent !important;
}

/*Login*/
.woocommerce-account .login_register .form_part_login_reg form {
    width: 100% !important;
}

.woocommerce-account .page_not_found .woocommerce {
    margin: 70px 0;
}

.woocommerce-account .page_not_found .woocommerce h2 {
    text-align: center;
}

.woocommerce-account .woocommerce form.checkout_coupon, .woocommerce-account .woocommerce form.login, .woocommerce-account .woocommerce form.register {
    border: none;
    width: 50%;
    margin: 0 auto;
}

.woocommerce-account .woocommerce-Input {
    border: none;
    border-bottom: 1px solid #000;
    border-radius: 0;
    padding-left: 0;
}

.woocommerce-account .woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
    background-color: #000;
    color: #fff;
    border-radius: 0;
}

.woocommerce-account .woocommerce-Input:focus {
    border: none;
    border-bottom: 1px solid #000;
}

/*
.woocommerce-account .form-row{
display: flex;
align-items: center;
justify-content: space-between;
}*/

/* About Page */

.about_banner_title {
    padding: 0 191px;
}

.banner_part_cont {
    display: flex;
    justify-content: space-between
}

.banner_part_cont h3 {
    max-width: 405px;
    padding-left: 50px;
    line-height: 134%;
    margin-bottom: 0;
    border-left: 1px solid #000;
}

.banner_part_cont p {
    max-width: 390px;
    margin-top: 0;
    line-height: 134%;
    color: rgba(0, 0, 0, 0.50);
}

.about_banner_title h2 {
    color: #000;
    margin-bottom: 64px;
}

.about_banner {
    background-image: url(../images/ap.png);
    padding: 99px 0 120px 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border-bottom: 1px solid #E0E0E0;
}

/* about_section_peggy */
.about_section_peggy .about_part {
    flex-direction: row-reverse;
}

.about_section_peggy .left_about_img .img_box::after, .material_part .left_about_img .img_box::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 1px;
    background-color: #E0E0E0;
    left: 0;
}

.about_section_peggy .left_about_img, .material_part .left_about_img {
    display: flex;
    justify-content: end;
}

.about_section_peggy {
    background-color: #FFFCFD;
    padding: 97px 0 127px 0;
    border-bottom: 1px solid #E0E0E0;
}

.text_center_title {
    text-align: center;
}

.value_card_data h3 {
    line-height: 102.5%;
    margin-top: 26px;
    margin-bottom: 19px;
    text-transform: capitalize;
    width: 70%;
}

.our_values h2 {
    margin-bottom: 0;
}

.value_card_data p {
    color: rgba(0, 0, 0, 0.50);
    font-family: 'BricolageGrotesque36pt-Light';
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 134%;
    margin-top: 0;
}

.value_cards {
    display: flex;
    margin: 124px 0 0 0;
    flex-wrap: wrap;
}

.value_card_data {
    border-left: 1px solid #E0E0E0;
    padding: 0 80px 30px 22px;
    width: 25%;
}

.values_section {
    border-bottom: 1px solid #E0E0E0;
    padding: 95px 0 148px 0;
}

/*My Account*/
.woocommerce-account .woocommerce-MyAccount-navigation {
    padding: 0px 0;
    background: #f6f5f8;
    position: sticky;
    top: 200px;
}

.pass_save_remember {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pass_save_remember p {
    margin-top: 0;
}

.pass_save_remember p a:hover {
    text-decoration: underline;
    color: #000;
}

.log_in_button {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
}

.log_in_button button {
    margin-right: 0 !important;
}

button.button {
    border-radius: 0 !important;
    font-weight: 400 !important;
    min-width: 170px;
    text-transform: uppercase;
    border: 1px solid #000 !important;
    background-color: #000 !important;
    color: #fff !important;
    transition: 0.5s ease-in-out all;
    min-height: 52.77px;
}

button.button:hover {
    color: #000 !important;
    background-color: transparent !important;
}

.pass_save_remember label, .pass_save_remember label input {
    margin-bottom: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li {
    list-style: none;
    margin: 0 0;
    padding: 5px 25px;
    color: #1E1E1E;
    font-size: 16px;
    font-style: normal;
    border-bottom: 1px solid #D9D9D9;
    transition: all 0.5s ease-in-out;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li:last-child {
    border-bottom: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active {
    background: #000;
    color: #fff;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active:hover {
    background-color: #000;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li:hover {
    background-color: #FFDFEA;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
    color: #fff;
}

.woocommerce-account .woocommerce-MyAccount-content p a:hover {
    color: #000;
    text-decoration: underline;
}

.woocommerce-MyAccount-content .woocommerce-info {
    padding-left: 20px;
    padding-right: 20px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.woocommerce-MyAccount-content .woocommerce-info::before {
    content: none;
}

.woocommerce-MyAccount-content .woocommerce-info a {
    color: #000;
    text-align: center;
    font-family: 'BricolageGrotesque36pt-Regular';
    font-size: 17px;
    line-height: 134%;
    background-color: #FFDFEA;    /* max-width: 170px; */
    width: fit-content;
    min-height: 50px;
    padding: 15px 15px;
    display: flex;
    position: relative;
    z-index: 1;
    min-width: 170px;
    text-transform: uppercase;
    font-weight: 400;
    margin-left: auto;
}

.woocommerce-Address header {
    height: auto;
    position: static;
    min-height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.woocommerce-Address header a:hover {
    color: #000;
}

.woocommerce-account .addresses .title h3 {
    margin-bottom: 0;
    margin-right: auto;
}

.woocommerce-MyAccount-content .woocommerce-info a:hover {
    color: #fff;
}

.woocommerce-MyAccount-content .woocommerce-info a:hover::before {
    width: 100%;
    height: 100%;
}

.woocommerce-MyAccount-content .woocommerce-info a::before {
    content: "";
    background-color: #000;
    width: 100%;
    height: 0%;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    transition: 0.7s;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
    padding: 10px 0;
    display: block;
    color: #000;
    font-size: 18px;
}

.woocommerce-MyAccount-navigation ul {
    list-style: none;
}

.woocommerce-orders-table__cell a.view {
    color: #000;
    text-align: center;
    font-family: 'BricolageGrotesque36pt-Regular';
    font-size: 17px;
    line-height: 134%;
    background-color: #FFDFEA;    /* max-width: 170px; */
    width: fit-content;
    min-height: 50px;
    padding: 15px 15px;
    display: flex;
    position: relative;
    z-index: 1;
    min-width: 170px;    /* margin: auto; */
    justify-content: center;
    text-transform: uppercase;
    font-weight: 400;
}

.woocommerce-orders-table__cell a.view::before {
    content: "";
    background-color: #000;
    width: 100%;
    height: 0%;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    transition: 0.7s;
}

.woocommerce-orders-table__cell a.view:hover::before {
    width: 100%;
    height: 100%;
}

.woocommerce-orders-table__cell a.view:hover {
    color: #fff;
}

/*product Single*/
.woo_pages {
    padding: 98px 0;
}

.product_title {
    font-size: 40px;
    color: #000;
    margin-top: 20px !important;
}

.entry-summary {
    margin-top: 0 !important;
}

.woocommerce-Price-amount.amount bdi {
    font-family: 'BricolageGrotesque36pt-Regular';
}

.cart-collaterals .woocommerce-Price-amount.amount bdi {
    justify-content: end;
}

.woocommerce-Price-amount.amount bdi, .woocommerce div.product .stock {
    color: rgba(0, 0, 0, 0.50);
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 134%;
    display: inline;
    align-items: center;
}

.single-product .woocommerce-Price-amount.amount bdi, .single-product .woocommerce div.product .stock {
    color: rgba(0, 0, 0, 0.50);
    font-size: 22px;
    font-style: normal;
    font-weight: 300;
    line-height: 134%;
    display: flex;
    align-items: center;
}

.single-product #wooswipe {
    position: relative;
    width: 100%;
    max-width: 681px;
    position: relative;
    padding-bottom: 0;
}

.single-product #wooswipe::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 1px;
    background-color: #E0E0E0;
    right: -20px;
    top: 0;
}

.review_section {
    border-top: 1px solid #E0E0E0;
    border-bottom: 1px solid #E0E0E0;
    clear: both;
    background-color: #FFFCFD;
    padding: 118px 0;
}

.review_section .text_center_title {
    margin-bottom: 100px;
}

.checkout_option_product_summary {
    background-color: #FFDFEA4D;
    padding: 17px 32px;
}

#wooswipe .wooswipe-popup.wooswipe-mainimagepopup {
    z-index: 1;
}

.checkout_option_product_summary .txt p {
    margin-bottom: 10px;
    margin-top: 0;
}

.checkout_option_product_summary .wrap {
    display: flex;
    align-items: center;
}

.checkout_option_product_summary .wrap .item {
    margin-right: 16px;
}

.woocommerce-checkout-review-order .payment_box.payment_method_cod p {
    margin-top: 0;
}

.woocommerce-checkout-review-order .payment_box.payment_method_cod {
    background-color: #f6f5f8 !important;
}

.woocommerce-checkout-review-order .payment_box.payment_method_cod::before {
    border: 1em solid #f6f5f8 !important;
    border-right-color: transparent !important;
    border-left-color: transparent !important;
    border-top-color: transparent !important;
}

.review_section .woocommerce-tabs .tabs {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;    /* overflow: auto; */

    /* padding: 0 120px; */
    width: 80%;
    margin: 0 auto;
}

.review_section .woocommerce-tabs .woocommerce-Tabs-panel {
    max-width: 890px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 77px;
}

.review_section .woocommerce-tabs .woocommerce-Tabs-panel p {
    text-align: justify;
    margin-top: 0;
    margin-bottom: 24px;
}

.review_section .woocommerce-tabs .woocommerce-Tabs-panel p a:hover {
    color: rgba(0, 0, 0, 0.50);
}

.review_section .woocommerce-tabs .woocommerce-Tabs-panel p a {
    text-decoration: underline;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.50);
}

.review_section .woocommerce-tabs .woocommerce-Tabs-panel p strong {
    color: #000;
    font-family: 'LibreBaskerville-Regular';
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 102.5%; /* 22.55px */
    text-transform: capitalize;
}

.review_section .woocommerce-tabs .tabs li {
    margin-bottom: 0;    /* padding-right: 97px; */
    text-align: center;    /* padding-left: 97px; */
    border-bottom: 1px solid rgba(0, 0, 0, 0.50);
    position: relative;
    width: 33.33%;
}

.review_section .woocommerce-tabs .tabs li.active::after {
    content: "";
    height: 2px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.50);/*    border-bottom: 2px solid ;*/
    left: 0;
    position: absolute;
}

.review_section .woocommerce-tabs .tabs li a:hover {
    color: #000;
}

.review_section .woocommerce-tabs .tabs li a {
    color: #000;
    font-family: 'LibreBaskerville-Regular';
    font-size: 22px;
    display: block;
    margin-bottom: 24px;
}

.review_section .woocommerce-tabs .tabs li a:focus {
    color: #000;
}

.woocommerce div.product form.cart .button {
    min-width: 250.265px;
}

.woocommerce .quantity .qty {
    text-align: center;
    min-width: 250.265px;
    width: auto;
    min-height: 50px;
    border-radius: 0;
    margin-bottom: 0;
}

.variations_form.cart {
    margin-top: 25px;
    margin-right: 0;
}

.entry-summary .social_links h4 {
    text-transform: uppercase;
}

/* optional sect */
.optional_sect {
    background-color: #FFFCFD;
    padding: 97px 0 110px 0;
    border-bottom: 1px solid #E0E0E0;
}

.optional_sect .owl-nav.disabled {
    display: block !important;
}

.optional_sect .owl-item {
    color: white;
}

.optional_sect .owl-item.center span {
    color: #000;
    margin-top: 23px;
    display: block;
}

.optional_sect .owl-prev, .optional_sect .owl-next {
    display: inline-block;
}

.optional_sect .owl-next {
    float: right;
}

.optional_sect .slider-counter {
    text-align: center;
}

.optional_sect .owl-nav .owl-prev span {
    font-size: 0;
    background-image: url(../images/slider-icons.png);
    height: 53px;
    width: 53px;
    background-position: center;
    background-repeat: no-repeat;
}

.optional_sect .owl-nav .owl-next span {
    font-size: 0;
    background-image: url(../images/slider-icons.png);
    height: 53px;
    width: 53px;
    background-position: center;
    background-repeat: no-repeat;
    transform: rotate(180deg);
}

.optional_sect .owl-nav {
    position: absolute;
    top: 43%;
    display: flex;
    align-items: center;
    width: 100%;
}

.optional_sect .owl-nav .owl-prev {
    position: absolute;
    left: 24%;
}

.optional_sect .owl-nav .owl-next {
    position: absolute;
    right: 24%;
}

.counter_slider {
    display: flex;
    align-items: center;
    justify-content: end;
    width: 50%;    /* margin: 23px auto 0 auto; */
    padding: 0 10px;
    margin: -23px auto 0 auto;
}

.counter_slider span, .slider-counter {
    font-family: 'BricolageGrotesque36pt-Light';
}

.optional_sect .owl-dots {
    display: none;
}

.optional_sect .text_center_title h2 {
    margin-bottom: 0;
}

.slider {
    margin-top: 106px;
}

/* Blog */
.tab_cont {
    border-bottom: 1px solid #E0E0E0;
    padding: 98px 0 96px 0;
}

.tab_cont ul.tabs {
    padding-bottom: 42px;
    list-style: none;
    display: flex;
    justify-content: center;
    border-bottom: 1px solid #E0E0E0;
    margin-bottom: 113px;
    align-items: center;
    flex-wrap: wrap;
}

.tab_cont ul.tabs li {
    text-transform: uppercase;
    background: none;
    display: inline-block;
    padding: 5px 13px;
    margin-left: 38px;
    margin-right: 38px;
    cursor: pointer;
    color: #000;
    font-family: 'BricolageGrotesque36pt-Regular';
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 134%;
}

.tab_cont ul.tabs li .active {
    border-radius: 100px;
    background-color: #FFDFEA80;
    padding: 5px 12px;
}

.tab_cont ul.tabs li a:hover {
    color: #000;
}

/* .tab_cont .tab-content {
display: none;
padding: 15px;
} */
.tab_cont .active {
    display: inherit;
}

.tab_cont .about_banner_title h2 {
    margin-bottom: 105px;
}

.scroll_disable {
    overflow: hidden;
}

.tab_cont .insight_card {
    margin-bottom: 78px;
    padding: 0 20px 40px 20px;
}

/* Contact */
.contact-number {
    border-bottom: 1px solid #E0E0E0;
    padding-bottom: 37px;
    margin-top: 37px;
}

.contact-number a:hover {
    color: #000;
}

.contact-number h3 {
    margin-bottom: 0;
    line-height: 154.5%;
    font-weight: 400;
}

.contact-number p {
    margin-top: 11px;
    line-height: 0%;
    color: rgba(0, 0, 0, 0.50);
    margin-top: 0;
}

.contact-number p a {
    color: rgba(0, 0, 0, 0.50);
}

.contact-number p a:hover {
    color: rgba(0, 0, 0, 0.50);
}

.brdr_none {
    border-bottom: 0;
    padding-bottom: 0;
}

.brdr_none p {
    max-width: 370px;
    line-height: 1;
}

.brdr_none a {
    text-transform: uppercase;
    color: #303B33;
    font-family: 'BricolageGrotesque36pt-Regular';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 154.5%;    /* 21.63px */
    text-decoration-line: underline;
}

.form_desc p {
    max-width: 696px;
    margin: 0 auto;
}

.contact_form {
    padding: 100px 0 117px 0;
    background-color: #FFFCFD;
    border-bottom: 1px solid #E0E0E0;
}

.contact_form h2 {
    margin-bottom: 39px;
    color: #000;
}

.form_main form {
    max-width: 696px;
    margin: 0 auto;
}

.form_main form .ginput_container input, .form_main form .ginput_container textarea {
    background-color: transparent;
    color: rgba(0, 0, 0, 0.50);
    font-family: 'BricolageGrotesque36pt-Light';
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 134%;
    border-left: 0;
    border-top: 0;
    border-right: 0;
    border-radius: 0;
    border-bottom: 1px solid #E0E0E0 !important;
    padding: 0 0 11px 0 !important;
}

.form_main form .ginput_container textarea {
    height: 87px !important;
}

.form_main .gform_footer input {
    border-radius: 0;
    width: fit-content !important;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto !important;
    color: #FFF;
    text-align: center;
    font-family: 'BricolageGrotesque36pt-Regular';
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 134%;
    background-color: #000;
    border: none;
}

.form_main .gform_footer input:hover {
    background-color: #FFDFEA;
    color: #000;
    border: none;
}

.page-template-contact-template .about_section_peggy {
    background-color: #fff;
}

.form_main .gfield input {
    color: rgba(31, 31, 31, 0.50);
    font-family: 'BricolageGrotesque36pt-Light';
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 154.5%;
}

.form_main .gfield input[placeholder] {
    color: rgba(31, 31, 31, 0.50);
    font-family: 'BricolageGrotesque36pt-Light';
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 154.5%;
}

.form_main .gfield_visibility_visible {
    max-width: 274px;
    width: 100%;
}

.form_main .gfield--type-textarea {
    width: 100%;
    max-width: 100%;
}

.form_main .gfield:nth-child(even) {
    margin-left: auto;
}

.form_main .form {
    margin-top: 50px;
}

/*Blog Single*/
.blog_titles {
    text-align: center;
}

.blog_titles h2 {
    margin-bottom: 30px;
}

.blog_titles a {
    color: rgba(0, 0, 0, 0.50);
    font-family: 'BricolageGrotesque36pt-Light';
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 134%;
    margin-right: 27px;
}

.date_blog::before {
    content: "";
    background-color: #000;
    border-radius: 50px;
    height: 4px;
    width: 4px;
    position: absolute;
    left: -15px;
}

.date_blog {
    color: rgba(0, 0, 0, 0.50);
    font-family: 'BricolageGrotesque36pt-Light';
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 134%;
    position: relative;
    margin-top: 0;
    display: flex;
    align-items: center;
}

.pos_date {
    display: flex;
    align-items: center;
    justify-content: center;
}

.single_post_page {
    padding-top: 98px;
    border-bottom: 1px solid #E0E0E0;
    padding-bottom: 80px;
}

.single_post_page .social_links {
    margin-top: 133px;
    justify-content: center;
}

.single_blog_data .text_content {
    margin-top: 37px;
}

.single_blog_data .text_content p strong {
    color: rgba(0, 0, 0, 0.70);
    font-family: 'BricolageGrotesque36pt-Regular';
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 134%;
}

.single_blog_data .text_content p {
    color: rgba(0, 0, 0, 0.70);
    font-family: 'BricolageGrotesque36pt-Light';
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 134%
}

.single_blog_data {
    max-width: 858px;
    margin: 0 auto;
}

.single_blog_data .text_content h3 {
    margin-top: 43px;
    font-weight: 400;
    line-height: 116.5%;
}

.single_blog_data .text_content ul li {
    list-style: none;
    position: relative;
    display: flex;
    align-items: center;
    color: rgba(0, 0, 0, 0.50);
    font-family: 'BricolageGrotesque36pt-Light';
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 134%;
    margin-bottom: 5px;
}

.single_blog_data .text_content ul {
    margin-left: 0;
    padding-left: 18px;
}

.single_blog_data .text_content figure {
    margin-top: 90px;
    margin-bottom: 67px;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}

.single_blog_data .wp-block-quote {
    max-width: 591px;
    margin: 0 auto;
    border-left: 1px solid #E0E0E0;
    padding-left: 54px;
}

.single_blog_data .wp-block-quote p {
    color: rgba(0, 0, 0, 0.70);
    font-family: 'BricolageGrotesque36pt-Light';
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 25px;
    line-height: 134%;
}

.single_blog_data .wp-block-quote cite {
    color: #000;
    font-family: 'LibreBaskerville-Regular';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 134%;
}

.single_blog_data .text_content ul li::before {
    content: "";
    position: absolute;
    height: 8px;
    width: 8px;
    border-radius: 100px;
    background-color: #FFDFEA;
    left: -18px;
}

.single_blog_img {
    margin: 65px auto 0 auto;
}

.social_links {
    display: flex;
    align-items: center;/*    justify-content: center;*/

    /*    margin-top: 133px;*/
    margin-bottom: 20px;
}

.quantity {
    float: none !important;
    margin-bottom: 20px !important;
    max-width: 250.25px;
    display: flex;
    align-items: center;
    position: relative;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.quantity button:first-child {
    position: absolute;
    left: 0;
    background: transparent;
    border: none;
    font-size: 26px;
    top: -7px;
    width: 62.59px;
    color: #C1C1C1;
}

.quantity button:last-child {
    position: absolute;
    right: 0;
    background: transparent;
    border: none;
    font-size: 26px;
    top: -7px;
    width: 62.59px;
    color: #C1C1C1;
}

.stock.out-of-stock {
    color: #ff0000;
    font-weight: bold;
}

.social_links h4 {
    color: #000;
    font-family: 'BricolageGrotesque36pt-Light';
    margin-bottom: 0;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 134%;
}

.social_links ul li {
    margin-bottom: 0;
}

.social_links ul {
    list-style: none;
    display: flex;
    align-items: center;
    margin-left: 25px;
}

.social_links ul li a {
    margin-right: 15px;
    display: flex;
    align-items: center;
}

.single_blog_img img {
    height: 784px;
    width: 100%;
    object-fit: cover;
}

/*Search*/
.search-entry-row {
    display: flex;
    flex-wrap: wrap;/*    justify-content: space-between;*/
    margin: 40px -20px;
}

.search_page article.search-entry {
    display: block;
    background: #fff;
    box-shadow: 0px 0px 9px rgba(15, 27, 74, 0.15);
    border-radius: 8px;
    margin: 10px;
    text-align: center;
    transition: all 0.3s ease;
    width: calc(33.33% - 20px);
}

article.search-entry h3 {
    background-color: #fff;
    margin-bottom: 0;
    transition: all 0.3s ease;
}

.pagination ul {
    margin: 0;
    list-style: none;
    display: flex;
    justify-content: center;
}

.pagination ul li {
    margin-bottom: 0;
    display: flex;
    align-items: center;
}

.pagination span.page-numbers.current {
    background-color: #000;
    color: #fff;
}

.pagination ul li span {
    width: 32px;
    height: 32px;
    vertical-align: middle;
    color: rgba(27, 26, 25, 1);
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 8px;
    font-family: 'LibreBaskerville-Regular';
}

.pagination ul li a {
    width: 32px;
    height: 32px;
    vertical-align: middle;
    color: rgba(27, 26, 25, 1);
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 8px;
    font-family: 'LibreBaskerville-Regular';
}

article.search-entry h3 a {
    font-size: 22px;
    padding: 20px 30px;
    display: block;
}

article.search-entry h3:hover {
    background-color: #FFDFEA;
}

article.search-entry h3 a:hover {
    color: #000;
}

/*Category*/
section.related.products {
    margin: 0 !important;
    padding-top: 95px;
    padding-bottom: 60px;
    border-bottom: 1px solid #E0E0E0;
}

input:-internal-autofill-selected {
    background-color: transparent !important;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px #fffcfd inset !important;
}

.woocommerce .products {
    padding-top: 0;
    display: flex;    /* justify-content: space-between; */
    margin: 0 -20px !important;
    flex-wrap: wrap;
}

.logged-in .blog_single_page.page_not_found p a:hover {
    color: #000;
    text-decoration: underline;
}

.privacy-policy .blog_single_page p>a:hover, .page-template-default .blog_single_page p>a:hover {
    color: #000;
    text-decoration: underline;
}

.form_part_login_reg .woocommerce-privacy-policy-link:hover {
    color: #000;
    text-decoration: underline;
}

.form_part_login_reg .woocommerce-privacy-policy-text p {
    margin-top: 0;
}

.form_part_login_reg .woocommerce-form-register.register p {
    margin-bottom: 0;
}

.woocommerce ul.products li.product a img {
    margin-bottom: 35px;
}

.woocommerce nav.woocommerce-pagination ul {
    border: none;
}

.woocommerce nav.woocommerce-pagination ul li {
    border-right: none !important;
    padding: 0;
    margin: 0;
    float: left;
    display: flex !important;
    height: 34px;
    align-items: center;
    overflow: hidden;
    font-family: 'LibreBaskerville-Regular';
}

.woocommerce nav.woocommerce-pagination ul li a:hover {
    background-color: transparent;
    color: #000;
}

.woocommerce nav.woocommerce-pagination ul li span.current {
    width: 32px;
    height: 32px;
    vertical-align: middle;
    color: #fff;
    background-color: #000;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 8px;
    font-family: 'LibreBaskerville-Regular';
}

.woocommerce nav.woocommerce-pagination ul li a:focus {
    background-color: transparent;
}

.woocommerce .products .product a>p {
    margin-bottom: 0;
    color: rgba(0, 0, 0, 0.50);
    margin-top: 0;
}

.woocommerce .products .product a:hover {
    color: #000;
}

.woocommerce-pagination ul.page-numbers {
    height: 34px;
}

.woocommerce-pagination ul.page-numbers li a.next {
    font-size: 0;
    background-image: url(../images/next.svg);
    width: 10px;
    height: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
    margin-left: 15px;
}

.woocommerce-pagination ul.page-numbers li a.next:hover {
    background-image: url(../images/next.svg);
}

.woocommerce-pagination ul.page-numbers li a.prev:hover {
    background-image: url(../images/prev.svg);
}

.woocommerce-pagination ul.page-numbers li a.prev {
    font-size: 0;
    background-image: url(../images/prev.svg);
    width: 10px;
    height: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
    margin-right: 15px;
}

.woocommerce ul.products li.product .price {
    color: rgba(0, 0, 0, 0.50);
    display: block;
    font-weight: 400;
    margin-bottom: 0.5em;
    font-size: .857em;
    display: flex;
    align-items: center;
}

.related.products .status-publish bdi, .related.products .status-publish .stock {
    font-size: 16px !important;
}

.related.products .woocommerce-Price-amount.amount, .product_listing .products li .woocommerce-Price-amount.amount {
    margin-right: 7px;
}

.related.products .woocommerce-Price-amount.amount:nth-child(2), .product_listing .products li .woocommerce-Price-amount.amount:nth-child(2) {
    margin-left: 7px;
}

.woocommerce .woocommerce-loop-product__title {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
    line-height: 102.5%;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 22px !important;
    padding: 0 !important;
}

.woocommerce .products .product {
    width: 33.33% !important;
    padding: 0 20px !important;
    margin: 0 0 65px 0 !important;
    float: none !important;
}

/*Nothing Found*/
.head_title {
    text-align: center;
}

.search-no-results .search_page h1, .error404 .page_not_found h1, .search-results .search_page h1, .default_page h1 {
    text-align: center;
    margin-bottom: 0;
    font-size: 62px;
    color: #000;
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
    display: flex;
    align-items: center;
}

.woocommerce div.product p.price .woocommerce-Price-amount.amount, .woocommerce div.product span.price .woocommerce-Price-amount.amount {
    margin-right: 7px;
}

.woocommerce div.product p.price .woocommerce-Price-amount.amount:nth-child(2), .woocommerce div.product span.price .woocommerce-Price-amount.amount:nth-child(2) {
    margin-left: 7px;
}

.product_meta {
    color: rgba(0, 0, 0, 0.50);
    font-family: 'BricolageGrotesque36pt-Regular';
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 134%; /* 18.76px */
    text-transform: capitalize;
}

.reset_variations {
    margin-left: 7px;
}

.reset_variations:hover {
    color: #000;
}

.stock in-stock {
    margin-top: 0;
    margin-bottom: 20px;
}

.woocommerce-variation.single_variation {
    margin-bottom: 20px;
}

.woocommerce-variation .woocommerce-Price-amount.amount {
    font-family: 'BricolageGrotesque36pt-Light';
    color: rgba(0, 0, 0, 0.50);
    font-size: 22px;
    font-style: normal;
    font-weight: 300;
    line-height: 134%;
}

.page-content, .entry-content, .entry-summary {
    margin: 1.5em 0 0;
    padding-left: 40px;
}

.variations .label {
    display: none;
}

.variations select {
    border-radius: 0;
    width: auto !important;
    max-height: 50px;
    min-width: 250.5px !important;
    display: inline-block;
    display: flex;
    align-items: center;
    margin: 0;
    padding: 15px 28px;
    line-height: revert;
    margin-right: 0 !important;
    position: relative;
    background-image: url(../images/drp.svg);
    background-repeat: no-repeat;
    background-position: 91% 50%;
}

.variations select:focus {
    border: 1px solid #000;
}

.in-stock {
    border-radius: 100px;
    background: #FFF5F9;
    padding: 5px 12px;
    width: fit-content;
}

.reset_variations {
    display: none;
}

.search-no-results .search_page .page-content p {
    margin-top: 40px;
    text-align: center;
}

.search-no-results .search_page .search {
    display: flex;
    align-items: center;
    justify-content: center;
}

.search-no-results .search_page .search form {
    display: flex;
    align-items: center;
    width: 50%;
}

.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;
}

.search-no-results .search_page .search input {
    background-color: #fffcfd;
    margin-bottom: 0;
    border: 1px solid #000 !important;
    border-radius: 0 !important;
    height: 50px;
    font-family: 'BricolageGrotesque36pt-Light';
    transition: all 0.5s ease-in-out;
    padding: 0.6rem 1rem;
    width: 100%;
}

.search-no-results .search_page .search input#searchsubmit {
    width: 50px;
    height: 50px;
    background-color: #000;
    border: 0 none;
    color: #ffffff;
    border-radius: 0 !important;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease-in-out;
}

.search_page {
    padding: 100px 0;
    border-bottom: 1px solid #E0E0E0;
    background: #FFFCFD;
}

/*T&C*/
.default_page .text_center_title h1 {
    color: #000;
}

.page {
    margin: 0;
}

.default_page_content .page_content li {
    color: rgba(0, 0, 0, 0.50);
}

/*Privacy*/
.post-thumbnail {
    text-align: center;
}

.default_page_content .page_content p a:hover {
    color: #000;
}

.about_banner_title h1 {
    color: #000;/*    padding-top: 100px;*/
}

.default_page_content {
    padding-top: 40px;
    padding-bottom: 100px;
    border-bottom: 1px solid #E0E0E0;
}

/*Shop*/

/*.woocommerce-shop .products {
padding-top: 0;
display: flex;
margin: 0 -20px !important;
flex-wrap: wrap;
}*/

.woocommerce-shop .products .product {
    width: 33.33% !important;
    padding: 0 20px !important;
    margin: 0 0 65px 0 !important;
    float: none !important;
}

.woocommerce-shop .products .product a:hover .category_title {
    color: #000;
}

.woocommerce .products .product a span {
    color: rgba(0, 0, 0, 0.50);
    font-family: 'BricolageGrotesque36pt-Light';
    font-style: normal;
    font-weight: 300;
    line-height: 134%;
}

.woocommerce ul.products li.product a img {
    margin-bottom: 35px;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: all 0.4s ease-in-out;
}

.woocommerce .woocommerce-loop-product__title {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
    line-height: 102.5%;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 22px !important;
    padding: 0 !important;
    text-shadow: 0px 0 #000;
    transition: all 0.4s ease-in-out;
}

.woocommerce .products .product a>p {
    margin-bottom: 0;
    color: rgba(0, 0, 0, 0.50);
    margin-top: 0;
}

.product_filter_sec {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}

.drop-down {
    position: relative;
}

.product_filter_sec #dropdown .options ul {
    left: 0;
}

.product_filter_sec #dropdown_filter .options ul {
    right: 0;
}

.drop-down .selected a {
    background: #fff no-repeat scroll right center;
    display: flex;
    align-items: center;
    padding-right: 20px;
    width: 150px;
    text-decoration: none;
    color: #000;
    text-transform: uppercase;
    position: relative;
}

.drop-down .selected a::after {
    content: "";
    background-image: url("../images/dropdown_arrow.svg");
    background-repeat: no-repeat;
    height: 7px;
    width: 8px;
    position: absolute;
    right: 0;
    transform: rotate(180deg);
    transition: all 0.5s ease-in-out;
}

.drop-down.dropopen .selected a::after {
    background-image: url("../images/dropdown_arrow.svg");
    transform: none;
}

.drop-down .selected a span {
    cursor: pointer;
    display: block;
    padding: 5px;
}

.drop-down .option {
    position: relative;
}

.drop-down .options ul {
    background: #fff none repeat scroll 0 0;
    display: none;
    list-style: none;
    padding: 0px 0px;
    position: absolute;/*  left:0px; */
    top: 40px;
    width: auto;
    min-width: 201px;
    z-index: 1;
    box-shadow: 0px 4px 14px 0px rgba(189, 189, 189, 0.25);
}

.drop-down .selected span.value, .drop-down .options span.value {
    display: none;
}

.dropopen .options ul {
    display: block;
}

.drop-down .options ul li {
    margin-bottom: 0;
}

.drop-down .options ul li a {
    padding: 10px 23px;
    display: block;
    text-decoration: none;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    text-transform: capitalize;
}

.drop-down .options ul li a:hover {
    background: #FFDFEA;
    color: #000;
    transition: 0.2s ease;
}

.select-container {
    display: none;
}
.product_card:hover .product_img img {
    transform: scale(1.1);
}
.product_details .pera_offer span:hover {
    color: #000;
}

.product_card h3:hover {
    text-shadow: 1px 0 #000;
}


span.onsale {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000!important;
    font-weight: 300 !important;
    font-size: 14px !important;
    background-color: #FFDFEA!important;
    font-family: 'BricolageGrotesque36pt-Regular'!important;
    width: 57px;
    height: 57px;
    border-radius: 50%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

.product_img a {
    display: flex;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.woocommerce ul.products li.product a:hover .woocommerce-loop-product__title {
    text-shadow: 1px 0 #000;
}
.archive-img-wrap {
    overflow: hidden;
    height: 426px;
    margin-bottom: 20px;
}

.woocommerce ul.products li.product a:hover .archive-img-wrap img {
    transform: scale(1.2);
}




section.faq_page {
    padding: 120px 0;
}

section.faq_page .container {
    max-width: 1020px;
    margin: 0 auto;
}

section.faq_page .container .text_center_title {
    max-width: 600px;
    margin: 0 auto 80px;
}

section.faq_page .container .accordion-wrapper {
    margin-bottom: 30px;
    border: 1px solid #000;
    position: relative;
}

section.faq_page .container .accordion-wrapper button {
    width: 100%;
    border: 0px solid #000;
    text-align: left;
    background: transparent;
    padding: 15px 20px;
    font-size: 18px;
    font-weight: 500;
    color: #000;
}

section.faq_page .collepsing-div {
    margin: 0;
    padding: 0 20px 20px;
}

section.faq_page .container .accordion-wrapper .btn-wrapper:before {
    position: absolute;
    content: "";
    background: url(../images/close.svg) no-repeat center / 14px;
    width: 17px;
    height: 17px;
    right: 20px;
    top: 17px;
        transform: rotate(45deg);
        transition: all 0.4s ease-in-out;
}
section.faq_page .container .accordion-wrapper.active .btn-wrapper:before {
    transform: rotate(90deg);
}

.woocommerce-info {
    border-top-color: #fdadc9;
    background: #FFDFEA;
    color: #000;
}







/* Responsive */
@media (max-width:1390px) {
    .single-product #wooswipe {
        max-width: 600px;
    }

    .page-content, .entry-content, .entry-summary {
        padding-left: 0;
    }

    .testimonials .customers-testimonials::after {
        content: none;
    }

    .testimonial_slider .customers-testimonials {
        max-width: 991px;
        width: 65%;
    }

    .members_card {
        width: 32.33%;
        margin-bottom: 40px;
    }

    .members_card:nth-child(3n) {
        border-right: 0;
    }

    .members_card:last-child {
        margin-bottom: 0;
    }

    .about_section_peggy .left_about_img, .material_part .left_about_img {
        display: block;
    }

    .product_top {
        margin-bottom: 40px;
    }

    .left_about_img {
        width: 100%;
        max-width: 45%;
    }
    .left_about_img .img_box {
        max-width: 90%;
    }
    .right_about_data {
        max-width: 50%;
    }
    .right_about_data .about_box {
        max-width: 100%;
    }

    .material_section .about_part.material_part .left_about_img .img_box {
        margin-left: auto;
    }

}

@media (max-width:1140px) {
    .single-product #wooswipe {
        max-width: inherit;
    }

    .header_btn {
        width: 25%;
    }

    .single-product #wooswipe::after {
        content: none;
    }

    .woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
        width: 100%;
    }

    .testimonial_slider .about_box {
        width: 32%;
    }

    .testimonials .container {
        max-width: 1400px;
        height: auto;
        display: block;
        margin: 0 auto;
        clear: both;
        box-sizing: border-box;
        width: 100%;
        padding: 0 20px;
    }

    .members_card {
        width: 50%;
    }

    .members_card:nth-child(2n) {
        border-right: 0;
    }

    .members_card:nth-child(3n) {
        border-right: 1px solid #E0E0E0;
    }

    .product_top div:first-child {
        width: 100%;
        margin-bottom: 24px;
    }

    .product_cards {
        padding-top: 20px;
    }

    .btn_wrap {
        text-align: center;
        right: 0;
        bottom: 135px;
    }

}

@media (max-width:991px) {
    .single_blog_img img {
        height: 500px;
    }
    .menu-footer-menu-container .current-menu-item a {
        color: #000 !important;
        font-weight: 700;
    }

    .left_about_img .img_box::after {
        content: none;
    }

    .left_about_img .img_box, .left_about_img, .right_about_data, .right_about_data .about_box {
        max-width: inherit;
    }

    .about_section_peggy .left_about_img .img_box::after, .material_part .left_about_img .img_box::after {
        display: none;
    }

    .left_about_img .img_box {
        margin-bottom: 40px;
    }

    .left_about_img .img_box img {
        width: 100%;
    }

    .woocommerce-account .woocommerce-MyAccount-navigation {
        position: static;
        margin-bottom: 20px;
    }

    .woocommerce-account .woocommerce form.checkout_coupon, .woocommerce-account .woocommerce form.login, .woocommerce-account .woocommerce form.register {
        width: 100%;
    }

    .woocommerce .products .product {
        width: 100% !important;
        padding: 0 !important;
    }

    .woocommerce .products {
        margin: 0 !important;
    }

    .review_section .woocommerce-tabs .tabs li:last-child {
        margin-bottom: 0;
    }

    .review_section .woocommerce-tabs .tabs li.active {
        font-weight: bold;
        margin-bottom: 0;
        border-bottom: 0;
    }

    .review_section .woocommerce-tabs .tabs li.active a {
        font-weight: bold;
        border-bottom: 1px solid #000;
    }

    .review_section .woocommerce-tabs .tabs li a {
        font-size: 16px;
        margin-bottom: 0;
        padding-bottom: 20px;
    }

    .testimonial_slider {
        display: block;
    }

    .testimonial_slider .about_box {
        width: 100%;
        border-right: 0;
    }

    .customers-testimonials .owl-nav {
        right: 0;
        top: 0;
        left: inherit;
    }

    .testimonial_slider .customers-testimonials {
        width: 100%;
    }

    .single_blog_img {
        height: auto;
    }

    .form_main .gfield_visibility_visible {
        max-width: 100%;
        width: 100%;
    }

    header .custom-logo-link {
        margin: 0;
    }

    .about_section_peggy .left_about_img .img_box::after {
        content: none;
    }

    .about_section_peggy .left_about_img {
        display: block;
    }

    .about_banner_title {
        padding: 0;
    }

    .banner_part_cont h3 {
        max-width: 100%;
        padding-left: 25px;
        margin-bottom: 20px;
    }

    .banner_part_cont {
        flex-direction: column;
    }

    .banner_part_cont p {
        max-width: 100%;
    }

    .value_card_data {
        width: 50%;
        margin-bottom: 40px;
        border: 0;
    }

    .menu_icon {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .header_bottom {
        display: none !important;
    }

    .menu_icon.active~.header_bottom {
        display: flex !important;
        flex-direction: column;
        position: absolute;
        top: 126px;
        background: #000;
        left: 0;
        height: 100vh;
        justify-content: center;
        padding-top: 90px;
        overflow: scroll;
        padding-bottom: 200px;
    }

    .menu_icon.active~.header_bottom ul li a {
        color: #fff;
        font-size: 52px;    /* line-height: 2; */

        /* margin: 30px 0; */
        display: block;
    }

    header .header_part .navbar, header .header_part .navbar ul, header .header_part .navbar .header_btn {
        flex-direction: column;
    }

    header .header_part .navbar ul li:hover a {
        color: #ffdfea !important;
    }

    .input_group {
        width: 90%;
    }

    .addon_btn img {
        width: 18px !important;
        margin-left: 0 !important;
    }

    .header_btn {
        position: fixed;
        right: 20px;
        top: 45px;
        width: 20%;
    }

    .admin-bar .header_btn {
        top: 80px;
        width: 20%;
    }

    .header_btn button img, .header_btn a img {
        width: 30px;
        margin-left: 7px;
    }

    .product_card_pos .insight_card_part .insight_card {
        width: 50%;
    }

    .insight_card:nth-child(2n) {
        border-right: 0;
    }

    .insight_card:nth-child(even) {
        border-right: 0;
    }

    .insight_card:nth-child(odd) {
        border-right: 1px solid #E0E0E0;
    }

    .tab_cont .insight_card:last-child {
        border-right: 0;
    }

    .insight_card {

        /*        padding: 0;*/
        margin-bottom: 40px;
    }

    .insight_card:last-child {
        margin-bottom: 0;
    }

    .footer_content {
        margin: 0;
    }

    .footer_data {
        padding: 58px 0;
        border: none;
        height: auto;
    }

    .insight_card_part {
        margin: 0;
    }

    .footer_logo {
        width: 100%;
        padding-bottom: 0;
    }

    .footer_logo span {

        /* display: none; */
        position: absolute;
        bottom: 13px;
        text-align: center;
        display: flex;
        justify-content: center;
        left: 0;        /* transform: translate(50%, 0%); */
        width: 100%;
    }

    .footer_data a, .footer_data span, .footer_data p {
        line-height: 20px;
        font-size: 13px;
    }

    .footer_data h3 {
        margin-bottom: 20px;
    }

    .left_about_img .img_box {
        min-height: auto;
    }

    section {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }

    .offer_card_pos h2 {
        margin-bottom: 40px;
    }

    .offer_img {
        margin-bottom: 40px;
    }

    section.banner_section {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .current-menu-item a {
        color: #ffdfea !important;
    }




    section.faq_page {
    padding: 60px 0;
        }


        section.faq_page .container .text_center_title {
            margin: 0 auto 50px;
        }

        section.faq_page .container .accordion-wrapper {
            margin-bottom: 20px;
        }

        section.faq_page .container .accordion-wrapper button {
            padding: 12px 20px;
        }




}

@media (max-width:690px) {
    .single_blog_img img {
        height: 400px;
    }
    .product_filter_sec {
        flex-direction: column;
    }

    .product_filter_sec #dropdown_filter .options ul {
        left: 0;
        right: inherit;
    }

    .drop-down .selected a {
        width: 100%;
    }

    .woocommerce-error li {
        flex-direction: column-reverse;
    }

    .woocommerce-error, .woocommerce-info, .woocommerce-message {
        padding: 20px !important;
    }

    .content-area.woo_pages .woocommerce-notices-wrapper .woocommerce-message {
        display: flex;
        flex-direction: column-reverse;
    }

    .woocommerce-account .login_register .u-column2 {
        margin-top: 40px;
    }

    .variations tbody tr .value {
        text-align: center;
    }

    .review_section .woocommerce-tabs .tabs {
        flex-direction: column;
        margin-top: 40px;
    }

    .review_section .woocommerce-tabs .tabs li {
        width: 100%;
        border-bottom: 0;
    }

    .review_section .woocommerce-tabs .tabs li.active::after {
        content: none;
    }

    .review_section .woocommerce-tabs .tabs li a {
        border-bottom: 0 !important;
    }

    .review_section .text_center_title {
        margin-bottom: 20px;
    }

    .review_section .woocommerce-tabs .tabs li:last-child a {
        padding-bottom: 0;
    }

    .review_section .woocommerce-tabs .woocommerce-Tabs-panel {
        margin-top: 20px;
    }

    .tab_cont ul.tabs {
        flex-direction: column;
    }

    .woocommerce div.product form.cart .button {
        float: none;
        justify-content: center;
        display: flex;
        align-items: center;
        margin: 0 auto;
    }

    .woocommerce div.product form.cart div.quantity {
        margin-left: auto;
        margin-right: auto;
    }

    .woocommerce .quantity .qty {
        display: flex;
        justify-content: center;
        margin: 0 auto;
    }

    .entry-summary .social_links {
        margin-top: 20px;
        justify-content: center;
        clear: both;
        float: none;
    }

    .time_part {
        margin-bottom: 20px;
    }

    .customers-testimonials .owl-nav .owl-prev {
        margin-right: 0;
    }

    .customers-testimonials .owl-dots {
        margin-top: 40px;
        justify-content: center;
    }

    .signup_part form {
        display: block !important;
    }

    .signup_part form .gform_footer.top_label {
        justify-content: center;
    }

    .signup_part form .gform_footer.top_label input {
        width: 70% !important;
        padding: 7px !important;
    }

    .hidden_search_box {
        background-color: #ffdfea;
    }

    .tab_cont .product_card_pos .center_btn .more_link {
        margin-top: 40px;
    }

    .optional_sect .owl-nav {
        top: -20%;
    }

    .value_card_data {
        width: 100%;
    }

    .counter_slider {
        margin: 30px auto 0 auto;
        width: 100%;
    }

    .slider {
        margin-top: 90px;
    }

    .optional_sect .owl-nav .owl-prev {
        left: 20px;
    }

    .optional_sect .owl-nav .owl-next {
        right: 20px;
    }

    h1 {
        font-size: 46px;
    }

    h2 {
        font-size: 24px;
    }

    h3 {
        font-size: 20px;
    }

    .insight_card h3 {
        margin-bottom: 20px;
    }

    .header_logo_center {
        margin-right: 30px;
    }

    .members_card {
        width: 100%;
        border-right: 0 !important;
        border-bottom: 1px solid #E0E0E0;
        margin-bottom: 40px;
    }

    .members_card:last-child {
        border-bottom: 0;
        margin-bottom: 0;
    }

    .product_card {
        width: 100%;
        margin-bottom: 40px;
    }

    .product_card:last-child {
        margin-bottom: 0;
    }

    .product_card_pos .insight_card_part .insight_card {
        width: 100%;
        border-right: 0 !important;
        border-bottom: 1px solid #E0E0E0;
        padding-bottom: 40px;
        padding-left: 0;
        padding-right: 0;
    }

    .product_card_pos .insight_card_part .insight_card:last-child {
        border-bottom: 0;
        padding-bottom: 0;
    }

    .footer_data {
        width: 100%;
        padding-bottom: 0;
        padding-top: 40px;
    }

    .footer_data:last-child {
        padding-bottom: 40px;
    }

    .terms_privacy {
        position: absolute;
        right: 20px;
        bottom: 40px;
    }

    .footer_data ul {
        display: flex;
        align-items: center;
    }

    .footer_data ul li {
        padding-right: 17px;
    }

    .footer_data .terms_privacy li {
        padding-right: 0;
    }

    .list_breadcrumb h3 {
        margin-right: 13px;
    }

    .list_breadcrumb h3::after {
        transform: translate(7px, 0);
    }

    header .custom-logo-link {
        width: 50%;
        margin-right: 30px;
        justify-content: center;
    }

    header .header_part .navbar ul li:first-child {
        padding-right: 0;
    }

    .offer_img, .offer_img img {
        width: 100%;
    }

    .menu_icon.active~nav.navbar::after {
        top: 439px;
        margin: 30px 0;
    }

    .menu_icon.active~nav.first_nav {
        padding-top: 700px;
    }

    .cart-empty {
        padding: 0;
    }

    .woocommerce-Price-amount.amount bdi, .woocommerce div.product .stock {
        font-size: 16px;
    }

    .woocommerce-shop .woocommerce-loop-product__title {
        font-size: 16px !important;
        margin-top: 5px !important;
        margin-bottom: 5px !important;
    }

    .woocommerce-shop ul.products li.product a img {
        margin-bottom: 15px;
    }

    p {
        font-size: 14px;
    }

    .product_filter {
        flex-direction: column;
    }


}

@media (max-width:450px) {
    .header_btn {
        top: 25px;
    }

    .admin-bar .header_btn {
        top: 55px;
    }

    .woocommerce-shop .products .product {
        width: 100% !important;
    }

    .menu_icon.active~nav.navbar::after {
        top: 437px;
    }

    .hidden_search_box {
        top: 90px;
    }

    header {
        min-height: auto;
        height: auto;
    }

    header .custom-logo-link img {
        width: 40%;
    }
            .menu_icon.active~.header_bottom {

        top: 78px;
    }


}

@media (max-width:380px) {
    .menu_icon.active~nav.first_nav {
        padding-top: 440px;
    }

    .menu_icon.active~nav.sec_nav {
        top: 325px !important;
    }

    .menu_icon.active~nav.navbar::after {
        top: 287px;
    }

    .menu_icon.active~nav.navbar ul li a {
        font-size: 42px;
    }

}

/* Landscape */
@media (orientation:landscape) {
    .menu_icon.active~.header_bottom {
        padding-top: 170px;
        top: 125px;
    }

    .menu_icon.active~.header_bottom {
        display: flex !important;
        flex-direction: column;
        position: absolute;
        top: 0;
        background: #000;
        left: 0;
        height: 100vh;
        justify-content: center;
        padding-top: 90px;
        overflow: scroll;
        padding-bottom: 110px;
    }

    .line-1.active, .line-3.active {
        background: #fff;
        z-index: 2;
    }

    header .custom-logo-link {
        margin-right: 30px;
        justify-content: center;
        z-index: 1;
    }

}
