@charset "utf-8";
/* CSS Document */

*, *: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 {font-family: sans-serif; /* 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; padding-top: 40px;}
/** 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;transition: 0.4s ease-in-out all;}
/** 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.4s ease-in-out all; -webkit-transition: 0.4s ease-in-out all; -ms-transition: 0.4s ease-in-out all; -moz-transition: 0.4s ease-in-out all; -o-transition: 0.4s 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 */}
/** 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 {font-family: monospace, monospace; /* 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: 0; -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; border-radius: 0 !important}
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, textarea::-webkit-input-placeholder {color: #1E1E1E; font-size: 15px; font-weight: 400;font-family: aktiv-grotesk, sans-serif; }
input::-moz-placeholder,select::-moz-placeholder, textarea::-moz-placeholder {color: #1E1E1E;font-size: 15px; font-weight: 400;font-family: aktiv-grotesk, sans-serif; }
input:-ms-input-placeholder,select:-ms-input-placeholder, textarea:-ms-input-placeholder {color: #1E1E1E;font-size: 15px; font-weight: 400;font-family: aktiv-grotesk, sans-serif; }
input:-moz-placeholder,select:-moz-placeholder, textarea:-moz-placeholder {color: #1E1E1E;font-size: 15px; font-weight: 400;font-family: aktiv-grotesk, sans-serif; }
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;  font-family: aktiv-grotesk, sans-serif; }
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;}
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;}
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 {*zoom: 1;}
.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;background: #FFF; color:#09090A; font-family: aktiv-grotesk, sans-serif; }
h1,h2,h3,h4,h5 {margin: 0px;margin-bottom: 20px; }
h1 {font-weight: 700;font-size: 33px;line-height: 40px; font-family: termina, sans-serif;}
h2 {font-weight: 700;font-size: 33px;line-height: 40px; font-family: termina, sans-serif; color: #1E1E1E;}
h3 {font-weight: 700;font-size: 20px; font-family: termina, sans-serif;line-height: 112.6%; color: #1E1E1E;}
h4, .h4 {font-size: 20px;line-height: 25px; font-family: termina, sans-serif; font-weight: 700; color: #1E1E1E;}
h5, .h5 {font-weight: 700;font-size: 15px;line-height: 130%; font-family: aktiv-grotesk, sans-serif; color: #1E1E1E; }
a {text-decoration: none; cursor: pointer;color: #151515;}
a:hover {text-decoration: none;outline: none;transition: 0.4s ease-in-out all;-webkit-transition: 0.4s ease-in-out all;-ms-transition: 0.4s ease-in-out all;-moz-transition: 0.4s ease-in-out all;-o-transition: 0.4s ease-in-out all;color: #33A853;}
p { font-weight: 400;font-size: 17px;line-height: 27px; font-family: 'aktiv-grotesk', sans-serif; }
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: block; }
/* .gform_wrapper .ginput_container input, .gform_wrapper .ginput_container textarea, .gform_wrapper .ginput_container select {font-family: aktiv-grotesk, sans-serif !important;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.4s ease-in-out all; -webkit-transition: 0.4s ease-in-out all; -ms-transition: 0.4s ease-in-out all; -moz-transition: 0.4s ease-in-out all; -o-transition: 0.4s 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;}
.ie8 * {outline:none;}
img {border:none;}
body {color:#373d48; font-size:14px; font-family: aktiv-grotesk, sans-serif; font-weight: 400; line-height:22px; overflow-x: hidden; position: relative; background:#fff;}
html,body {-webkit-text-size-adjust:none; -webkit-font-smoothing: antialiased;}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {display: block;}
#wrapper {width:100%; height:auto;}
.container-fluid {max-width: 1400px; padding: 0 20px; margin: 0 auto; width: 100%;}
.container {max-width:1320px; height:auto; display:  block; margin:0 auto; clear:both;box-sizing: border-box; width: 100%; padding: 0 20px;}
.sub-container {max-width:1245px; height:auto; display:block; margin:0 auto; clear:both;box-sizing: border-box; width: 100%; padding: 0 20px;}
section {position: relative;}
.primary_btn {appearance: none; border: 0 !important; background: #33A853;border-radius: 3px; transition: all 0.3s ease-in-out; font-weight: 500; letter-spacing: 0.16em; font-size: 12px;text-transform: uppercase; color: #FFFFFF; font-family: aktiv-grotesk, sans-serif;display: inline-block; height: 38px; line-height: 38px; text-align: center; padding: 0 20px;}
.primary_btn:hover {background: #FB8A21; color: #fff;}
.primary_btn:hover svg {transform: scalex(1.3); transition: all 0.4s ease-in-out; stroke: #fff;}
.primary_btn svg {transform: scalex(1); transition: all 0.3s ease; margin-right: 10px; stroke:#D98370;}
.border_btn {height: 50px;border: 1px solid #F6CABF;border-radius: 100px; color: #333333; font-weight: 600;font-size: 16px;line-height: 35px; font-family: 'aktiv-grotesk', sans-serif;  transition:0.4s; display: inline-block; padding:0 20px; line-height: 50px; text-align: center; letter-spacing: 1.5px;}
.border_btn:hover {background: #F6CABF; color: #000;}
.border_btn:hover svg {transform: scalex(1.3); transition: all 0.4s ease-in-out;}
.border_btn svg {transform: scalex(1); transition: all 0.3s ease; margin-right: 10px;}
.btn_main {display: flex;}

/*=============================custom-css=============================*/
/*----- Header Part ------*/
@keyframes nextarrow {
    0%,to {
        background-position: 1%center
    }

    50% {
        background-position: 5%center
    }
}



.serach_form {
    margin-bottom: 0;
    position: relative
}

.banner_main h2,.serch_btn-mobile {
    font-family: aktiv-grotesk,sans-serif
}





.feture_slider .owl-nav .owl-next span,.feture_slider .owl-nav .owl-prev span,.shop_details_left span.onsale,.stage__slider .owl-nav .owl-next span,.stage__slider .owl-nav .owl-prev span {
    display: none
}

.banner__section .banner_bg {
    width: 100%;
    background-size: cover!important;
    height: 450px;
    display: flex;
    align-items: center;
    position: relative
}

.banner__section .banner_bg:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: linear-gradient(89.85deg,#000 -14.22%,transparent 59.17%),linear-gradient(179.98deg,#000 12.04%,transparent 41.16%)
}

.banner_main {
    position: relative;
    z-index: 1;
    max-width: 350px
}

.banner_main h2 {
    font-weight: 600;
    font-size: 47px;
    line-height: 101.6%;
    color: #fff
}

.banner_main p {
    font-weight: 700;
    font-size: 15px;
    line-height: 24px;
    color: #fff;
    font-family: termina,sans-serif
}

.banner__section .owl-dots {
    max-width: 1320px;
    margin: 0 auto;
    position: absolute;
    bottom: 28px;
    left: 0;
    right: 0;
    padding: 0 20px
}

.banner__section .owl-dots .owl-dot {
    background: rgba(244,243,235,.3)!important;
    width: 35px;
    height: 6px;
    margin: 0 9px
}

.banner__section .owl-dots .owl-dot:first-child {
    margin-left: 0
}

.banner__section .owl-dots .owl-dot.active {
    background: #fefefe!important
}

.product__category {
    padding: 100px 0;
    background: #f4f3eb
}

.product_grid {
    display: flex;
    margin: 60px -6px 0;
    flex-wrap: wrap
}

.products_box {
    padding: 0 6px 12px;
    width: 16.66%
}

.popular__project,.product_desc {
    background: #fff;
    position: relative
}

.product_desc {
    box-shadow: 0 0 3px rgba(0,0,0,.16);
    padding: 20px;
    height: 208px
}

.latest_right figure,.product_desc figure {
    margin: 0
}

.product_desc figure img {
    height: 162px;
    object-fit: contain
}

.products_box:hover .product_desc figcaption {
    background: rgba(51,168,83,.9);
    color: #fff;
    transition: all .3s ease-in-out
}

.product_desc figcaption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    padding: 5px 10px;
    background: rgba(255,255,255,.9);
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
    font-family: aktiv-grotesk,sans-serif;
    color: #1e1e1e;
    transition: all .3s ease-in-out;
    min-height: 51px;
    align-items: center;
    display: flex;
    justify-content: center
}

.popular__project {
    padding: 100px 0
}

.catalog__section:before,.popular__project:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.popular__project:before {
    background: url(../images/poplur_path.svg)no-repeat left top
}

.popular__project .container {
    position: relative;
    z-index: 1
}

.brand_top h2,.popular__project h2 {
    color: #1e1e1e;
    max-width: 200px
}

.get_bg {
    min-height: 100%;
    background-size: cover!important
}

.get_bg,.get_main {
    display: flex;
    align-items: center
}

.get_left {
    width: 50%
}

.get_left img {
    clip-path: polygon(100%0,88% 100%,49% 100%,0 100%,0 0);
    width: 100%;
    display: block;
    height: 100%;
    object-fit: cover
}

.get_right {
    width: 50%;
    padding: 30px 0
}

.get_right .primary_btn {
    background: #1e1e1e;
    min-width: 240px
}

ul.products li a.added_to_cart:hover,.feture_slider li a.button:hover,.get_right .primary_btn:hover,.woocommerce ul.products li.product .button:hover {
    background: #fb8a21
}

.get_desc {
    padding: 0 98px 0 58px
}

.popular__brand {
    padding: 100px 0
}

.brand_top {
    justify-content: space-between
}

.brand_top h2 {
    margin-bottom: 0
}

.brand_list,.brand_top,.view_btn {
    display: flex;
    align-items: center
}

.view_btn {
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: #000;
    font-family: aktiv-grotesk,sans-serif
}

.view_btn:hover {
    color: #fb8a21
}

.cart_icon:hover svg,.thumb:hover svg,.view_btn:hover svg {
    fill: #fb8a21
}

.view_btn svg {
    padding-left: 2px;
    position: relative;
    top: -3px;
    fill: #1e1e1e;
    transition: .4s ease-in-out all
}

.brand_list {
    flex-wrap: wrap;
    margin: 20px -10px 0
}

.brand_logo {
    width: 14%;
    padding: 0 10px 30px;
    text-align: center
}

.brand_logo img {
    filter: grayscale(100%);
    opacity: .5;
    transition: all .3s ease-in-out;
    cursor: pointer
}

.brand_logo:hover img {
    filter: grayscale(0);
    opacity: 1
}

.catalog__section {
    padding: 100px 0;
    width: 100%;
    background-size: cover!important;
    position: relative
}

.catalog__section:before {
    background: linear-gradient(0deg,rgba(0,0,0,.6),rgba(0,0,0,.6))
}

.catalog_main {
    position: relative;
    display: flex
}

.catalog_desc {
    display: flex;
    align-items: center;
    background-size: cover!important;
    height: 100%;
    padding-right: 20px
}

.catalog_box {
    width: 50%;
    padding-right: 43px;
    position: relative
}

.catalog_box:last-child {
    padding-right: 0;
    padding-left: 43px
}

.catalog_left {
    width: 50%;
    padding-left: 20px;
    margin-top: -42px
}

.catalog_left img {
    width: 100%;
    height: 100%
}

.catalog_right {
    width: 60%;
    padding-left: 30px
}

.catalog_right h3 {
    max-width: 231px
}

.get_tocuh_box .catalog_left {
    width: 50%;
    padding-left: 0;
    margin-top: 0
}

.get_tocuh_box .catalog_left img {
    display: block;
    clip-path: polygon(100%0,77% 100%,49% 100%,0 100%,0 0);
    height: 100%;
    width: auto
}

.get_tocuh_box .catalog_right {
    width: 50%;
    padding-left: 0
}

.get_tocuh_box .catalog_right a,.get_tocuh_box .catalog_right address {
    display: block;
    font-weight: 500;
    font-size: 15px;
    line-height: 19px;
    color: #111;
    font-family: aktiv-grotesk,sans-serif;
    margin-bottom: 15px;
    display: flex;
    align-items: flex-start;
    padding: 0 !important;
    border: 0 !important;
}

.get_tocuh_box .catalog_right a img,.get_tocuh_box .catalog_right address img {
    margin-right: 9px;
    width: 23px
}

.get_tocuh_box .catalog_right address {
    font-style: normal
}

.catalog_box:after {
    background: #fff;
    width: 1px;
    height: calc(100% + 80px);
    position: absolute;
    content: "";
    top: -40px;
    right: 0
}

.catalog_box:last-child:after {
    display: none
}

.review__section {
    padding: 100px 0;
    text-align: center
}

.review__section h3 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 22px;
    line-height: 26px;
    color: #1e1e1e;
    margin-bottom: 30px
}

.review__section h3 img {
    margin-left: 10px
}

.latest__resource {
    padding: 100px 0;
    background: #f4f3eb
}

.latest_main {
    display: flex;
    flex-wrap: wrap
}

.latest_left {
    width: 25%
}

.latest_left h2 {
    max-width: 200px
}

.latest_right {
    width: 75%;
    padding-left: 60px;
    display: flex;
    margin: 0-12px
}

.latest_box {
    width: 50%;
    padding: 0 12px
}

.latest_box:hover img,.list_box:hover img {
    margin-left: 0;
    transition: all .3s ease-in-out
}

.latest_right figure {
    overflow: hidden
}

.latest_right figure img,.list_box figure img {
    width: 100%;
    display: block;
    height: 266px;
    object-fit: cover;
    transform: scale(1.2);
    transition: all .3s ease-in-out;
    margin-left: 30px
}

.category_list li a:hover,.footer_block ul li a:hover,.latest_box:hover h4,.list_box:hover h3 {
    color: #33a853
}

.latest_deatil {
    background: #fff;
    padding: 14px 20px 30px;
    height: calc(100% - 266px);
    position: relative
}

.latest_deatil h4 {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    font-family: termina,sans-serif;
    color: #1e1e1e
}

.latest_deatil ul {
    display: flex;
    position: absolute;
    bottom: 5px
}

.latest_deatil ul li {
    list-style: none;
    padding: 0 5px;
    font-weight: 400;
    font-size: 13px;
    line-height: 17px;
    font-family: aktiv-grotesk,sans-serif;
    color: #1e1e1e
}

footer {
    background: #25272a;
    padding: 90px 0 0
}

.footer_main {
    display: flex;
    flex-wrap: wrap
}

.footer_left {
    width: 35%
}

.footer_left P,.footer_left h3 {
    line-height: 168.6%;
    color: #e5e5e0
}

.footer_left h3 {
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 0
}

.footer_left P {
    font-weight: 500;
    font-size: 15px;
    font-family: aktiv-grotesk,sans-serif;
    margin-top: 0
}

.footer_right {
    width: 65%;
    padding-left: 130px
}

.footer_desc {
    display: flex
}

.footer_block {
    width: 50%;
    position: relative
}

.footer_block .title {
    font-weight: 400;
    margin-bottom: 15px;
    display: inline-block
}

.footer_block ul {
    margin: 0 0 28px;
    padding: 0
}

.footer_block ul li {
    list-style: none;
    margin-bottom: 3px
}

.footer_block ul li a {
    font-weight: 600
}

.ebay_store span {
    padding-right: 5px
}

.ebay_store a {
    text-decoration: underline
}

.accept_block span,.footer_block .title,.footer_block ul li,.footer_block ul li a {
    font-size: 15px;
    line-height: 168.6%;
    font-family: aktiv-grotesk,sans-serif;
    color: #e5e5e0
}

.accept_block span,.footer_block ul li {
    font-weight: 500
}

.accept_block span {
    margin-bottom: 0;
    display: inline-block
}

.copy_right {
    background: #e8e6d8;
    min-height: 52px;
    display: flex;
    align-items: center;
    margin-top: 30px
}

.copy_main {
    display: flex;
    justify-content: space-between
}

.breadcrumb-wrap ul li,.copy_text,.site_by {
    font-weight: 500;
    font-size: 12px;
    line-height: 168.6%;
    font-family: aktiv-grotesk,sans-serif;
    color: #000
}

.site_by a:hover {
    color: #fb8a21
}

.accept_block img {
    mix-blend-mode: lighten;
    width: 100%
}

.social_icon {
    position: static;
    top: 0;
    right: 0
}

.inner__banner {
    height: 285px;
    display: flex;
    align-items: flex-end;
    background-size: cover!important;
    position: relative
}

.inner__banner:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: linear-gradient(90deg,#000 .71%,transparent 51.29%)
}

.inner__banner h1 {
    color: #fff;
    margin-bottom: 0
}

.blog__single .blog_left ul,{
    display: flex
}




.category_list li a {
    color: #fff;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    font-family: aktiv-grotesk,sans-serif
}

.inner_banner_main {
    padding-bottom: 34px;
    position: relative
}

.default_page_section {
    padding: 60px 0
}

.category__page {
    padding: 50px 0 100px
}

.category_main {
    display: flex;
    align-items: flex-start
}

.category__page aside {
    width: 300px;
    margin-right: 40px
}

.category__page aside h3 {
    color: #1e1e1e
}

.category__page .category_grid {
    width: calc(100% - 271px);
    display: flex;
    flex-wrap: wrap
}

.category_grid .products_box {
    padding: 0 6px 12px;
}

.category_grid .products_box:hover figcaption {
    background: rgba(255,255,255,.9);
    color: rgba(51,168,83,.9)
}



.about__two__coloum {
    padding: 100px 0
}

.two_main {
    display: flex;
    align-items: center
}

.two_left {
    width: 50%;
    padding-right: 30px
}

.two_right {
    width: 50%;
    padding-left: 30px
}

.two_right img {
    width: 100%;
    display: block
}

.blog__top {
    padding: 45px 0 30px;
}

.blog__top .breadcrumb-wrap li,.blog__top .breadcrumb-wrap li a {
    color: #000
}

.blog_dropdown {
    display: flex;
    align-items: center;
    margin-bottom: 50px
}

.blog_dropdown select {
    height: 42px;
    width: 298px;
    border: 1px solid #2ba783;
    border-radius: 3px;
    background: url(../images/down_arrow.svg)no-repeat right 20px center
}

.blog_dropdown label {
    margin-right: 25px
}

.blog__list .list_main {
    display: flex;
    flex-wrap: wrap;
    margin: -60px -15px 0
}

.list_box {
    width: 33.33%;
    padding: 0 15px 40px
}

.list_box figure {
    margin: 0 0 15px;
    overflow: hidden
}

.blog__list {
    background: #f4f3eb;
    display: inline-block;
    width: 100%;
    padding-top: 30px
}

.list_box h3 {
    font-family: termina,sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #1e1e1e;
    margin-bottom: 10px
}

.blog_list_desc {
    background: #fff;
    height: 100%;
    padding-bottom: 0;
    position: relative
}

.blog_deatils {
    padding: 0 23px;
    height: calc(100% - 270px);
    display: flex;
    flex-direction: column;
    justify-content: start
}

.about_list_main ul,.blog_deatils ul {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    margin: auto -5px 15px
}

.blog_deatils ul li {
    list-style: none;
    padding: 0 5px;
    margin-bottom: 3px
}

.category_list li a.active,.single_main .blog_nav a:hover {
    color: #33a853
}
.list_box a:hover .blog_deatils ul li{
    color: #151515;
}
.about_list_main ul {
    margin: 0;
    align-items: center
}

.about_list_main ul li {
    list-style: none;
    display: flex;
    align-items: center;
    margin-right: 48px;
    font-weight: 500;
    font-size: 18px;
    line-height: 137%;
    color: #000;
    font-family: termina,sans-seri;
    width: calc(25% - 48px)
}

.about_list_main ul li span {
    padding-left: 20px
}

.about__list {
    padding-bottom: 60px
}

.stage__slider img {
    height: 450px;
    width: auto;
    /* object-fit: cover */
}

.stage__slider .owl-nav {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    width: 100%
}

.stage__slider .owl-nav .owl-next,.stage__slider .owl-nav .owl-prev {
    width: 57px;
    height: 57px;
    border-radius: 50%
}

.stage__slider .owl-nav .owl-prev {
    background: rgba(244,243,235,.5)url(../images/slider_arrow_left.svg)no-repeat center!important;
    position: absolute;
    left: 30px
}

.stage__slider .owl-nav .owl-next {
    background: rgba(244,243,235,.5)url(../images/slider_arrow_right.svg)no-repeat center!important;
    position: absolute;
    right: 30px
}

.stage__slider .owl-dots {
    width: 100%;
    margin: 30px 0;
    display: flex;
    justify-content: center!important
}

.stage__slider .owl-dot {
    background: rgba(211,209,198,.3)!important;
    width: 32px;
    height: 6px;
    display: inline-block;
    margin: 0 5px
}

.stage__slider .owl-dot.active {
    background: #d3d1c6!important
}

.video__section {
    padding: 30px 0 70px
}

.video__section .video_main {
    max-width: 640px;
    margin: 0 auto
}

.about__category h2 {
    margin-bottom: 0;
    color: #1e1e1e
}

.about__category .product_grid {
    margin: 40px -6px 0
}

.contact_main {
    display: flex;
    flex-wrap: wrap
}

.contact__section {
    padding: 70px 0;
    background: #f4f3eb
}

.conatct_desc {
    background: #fff;
    box-shadow: 0 0 9px rgba(0,0,0,.16);
    border-radius: 5px;
    padding: 21px 21px 50px;
    height: 100%
}

.contact_box {
    width: 33.33%;
    padding: 0 13px;
    position: relative
}

.contact_box .login_btn {
    margin-bottom: 20px
}

.contact_box .login_btn:last-child {
    margin-bottom: 0
}

.contact_box .login_btn .primary_btn {
    width: 100%;
    text-decoration: none
}

.contact_box .login_btn p {
    margin-top: 10px
}

.contact_box ul,.faq_left ul {
    margin: 0;
    padding: 0
}

.contact_box ul li {
    list-style: none;
    margin-bottom: 0;
    color: #000
}

.conatct_desc .note_text {
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #000;
    padding-right: 0!important
}

.conatct_desc p,.contact_box .login_btn p,.contact_box ul li,.warehouse p {
    font-weight: 400;
    font-size: 15px;
    line-height: 19px
}

.conatct_desc p {
    margin-bottom: 15px
}

.warehouse p {
    padding-right: 163px
}

.conatct_desc .number {
    display: block;
    font-weight: 600;
    font-size: 15px;
    line-height: 19px;
    color: #111
}

.contact_box .icon {
    position: absolute;
    bottom: 7px
}

.login_btn a {
    text-decoration: underline;
    color: #fff
}
.contact_box .login_btn p a {
    color: #373d48;
}
.contact__coloum {
    padding: 70px 0
}

.contact_coloum_main {
    display: flex;
    flex-wrap: wrap
}

.contact_left {
    width: 60%;
    padding-right: 50px
}

.basic__section h3,.blog__top h1,.contact_left h3,.default__page__section h2 {
    color: #1e1e1e
}

.contact_right {
    width: 40%
}

.faq__section {
    padding: 70px 0 100px;
    position: relative
}

.faq__section:after {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: url(../images/dotted_bg_right.svg)no-repeat right bottom;
    content: "";
    right: 0
}

.faq__section p {
    margin-top: 0;
    margin-bottom: 20px
}

.faq_left {
    width: 35%
}

.faq_right {
    width: 65%;
    padding-left: 100px
}

.faq_left ul li {
    list-style: none;
    width: 100%
}

.faq_left ul li a {
    font-weight: 700;
    font-size: 15px;
    line-height: 187%;
    font-family: aktiv-grotesk,sans-serif;
    color: #000;
    padding: 10px 24px;
    text-align: left;
    width: calc(100% - 30px);
    display: inline-block
}

.faq_left ul li a:hover,.faq_left ul li.active a {
    background: #33a853;
    border-radius: 5px;
    color: #fff
}

.faq_main {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 1
}

.accordion-wrapper p {
    margin-top: 0
}

.accordion-wrapper {
    border-bottom: .5px solid #bcbcbc;
    padding-bottom: 20px;
    margin-bottom: 20px
}

.productfaq .accordion-wrapper:first-child {
    border-top: .5px solid #bcbcbc;
    padding-top: 20px
}

.accordion-wrapper .btn-wrapper button {
    background: url(../images/plus_icon.svg)no-repeat right 20px center;
    border: 0;
    padding-left: 0;
    width: 100%;
    text-align: left;
    font-weight: 700;
    font-size: 20px;
    line-height: 112.6%;
    font-family: termina,sans-serif;
    color: #1e1e1e;
    position: relative;
    padding-right: 50px
}

.accordion-wrapper.active .btn-wrapper button {
    background: url(../images/accor_cross.svg)no-repeat right 20px center
}

.basic__section h5,.faq_right h5 {
    font-weight: 700;
    font-family: aktiv-grotesk,sans-serif
}

.faq_right h5 {
    font-size: 15px;
    line-height: 140%;
    color: #33a853;
    border-bottom: .5px solid #bcbcbc;
    padding-bottom: 20px
}

.basic__section {
    padding: 70px 0
}

.basic_img,.basic_main {
    max-width: 875px;
    margin: 0 auto
}

.basic__section h5 {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 130%;
    color: #1e1e1e
}

.basic__section p,.basic__section ul li {
    line-height: 23px;
    color: #000;
    font-weight: 400;
    font-size: 18px
}

.basic__section p {
    margin-top: 0;
    margin-bottom: 20px
}

.basic__section ul {
    margin: 0 0 30px;
    padding: 0 0 0 20px
}

.basic__section ul li {
    list-style: disc;
    margin-bottom: 0;
    font-family: aktiv-grotesk,sans-serif;
    position: relative
}

.basic__section hr {
    border-bottom: .5px solid #bcbcbc
}

.basic_img {
    max-width: 600px;
    display: block
}

.basic_box {
    border-bottom: .5px solid #bcbcbc;
    padding-bottom: 28px;
    margin-bottom: 28px
}

.basic_box:last-child {
    border-bottom: 0
}

.blog__single {
    padding: 80px 0;
    background: #f4f3eb
}

.blog__single .blog_main {
    max-width: 900px;
    margin: 0 auto
}

.blog__single .blog_main h3 {
    font-size: 22px;
    color: #1e1e1e
}

.blog__single .blog_left ul li {
    list-style: none;
    margin: 0 5px;
    font-weight: 400;
    font-size: 13px;
    line-height: 17px;
    font-family: aktiv-grotesk,sans-serif;
    color: #000
}

.blog__single .blog_date {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
    align-items: center
}

.blog__single .blog_right,.blog__single .blog_right ul li a {
    display: flex
}

.blog__single .blog_right span {
    display: flex;
    font-weight: 500;
    font-size: 12px;
    color: #1e1e1e
}

.blog__single .blog_right ul {
    display: flex;
    align-items: center;
    margin-left: 10px
}

.blog__single .blog_right ul li {
    list-style: none;
    margin-right: 10px;
    margin-bottom: 0
}

.blog__single .blog_right ul li a svg {
    fill: #000
}

.blog__single .blog_right ul li a:hover svg,.header_top_right svg {
    fill: #33a853
}

.single__content {
    padding: 70px 0
}

.single_main {
    max-width: 874px;
    margin: 0 auto
}

.single__content .blog_image {
    max-width: 700px;
    margin: 0 auto 30px;
    display: block
}

.single_main blockquote,.single_main h6 {
    font-weight: 500;
    font-size: 18px;
    line-height: 137%;
    color: #000;
    font-family: termina,sans-serif
}

.single_main h6 {
    margin-top: 0
}

.single_main p,.single_main ul li {
    font-weight: 400;
    font-size: 18px;
    line-height: 128%;
    color: #000
}

.single_main p {
    margin-top: 0;
    margin-bottom: 20px
}

.single_main ul {
    padding: 10px 0 20px 20px
}

.single_main ul li {
    list-style: disc;
    padding: 0;
    margin-bottom: 0;
    font-family: aktiv-grotesk,sans-serif
}

.single_main .video_main {
    padding: 30px 0;
    max-width: 700px;
    margin: 0 auto
}

.single_main h5,.wholesale_main h5 {
    margin-bottom: 10px
}

.single_main blockquote {
    background: #f4f3eb;
    padding: 73px 55px;
    border-left: 0
}

.single_main blockquote span {
    display: block;
    padding-top: 20px
}

.single_main .blog_nav {
    display: flex;
    justify-content: space-between
}

.single_main .blog_nav a,.single_main blockquote span {
    font-family: aktiv-grotesk,sans-serif
}

.wholesale__section {
    padding: 30px 0
}

.wholesale_main {
    max-width: 870px;
    margin: 0 auto
}

.wholesaler_login {
    background: #f4f3eb;
    min-height: 61px;
    text-align: center;
    font-weight: 700;
    font-size: 15px;
    line-height: 130%;
    color: #1e1e1e;
    font-family: aktiv-grotesk,sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px
}

.pagination .page-numbers,.single_main .blog_nav a,.single_main blockquote span,.wholesale_main p {
    font-weight: 400;
    font-size: 15px;
    line-height: 19px;
    color: #000
}

.wholesale__form {
    padding: 0 0 50px
}

.form_main {
    background: #fff;
    box-shadow: 0 0 7px rgba(0,0,0,.16);
    border-radius: 5px;
    max-width: 870px;
    margin: 0 auto;
    padding: 44px 80px;
    text-align: center
}

.form_main h3 {
    color: #000
}








.contact_right iframe {
    width: 100%!important
}

.gform_wrapper .gform_required_legend{
  display: none;
}



/* .modal .gform_wrapper .gform_body .ginput_container input,
.modal .gform_wrapper .gform_body .ginput_container select,
.modal .gform_wrapper .gform_body .ginput_container textarea{
    padding: 0 0 0!important;
    height: 35px;
    border-bottom: 2px solid #000 !important;
    resize: none;
} */
.modal .gform_wrapper input[type="submit"]:hover {
    border: none;
}
div#field_4_4 {
    margin-top: 30px;
}
.gform_wrapper .gform_footer .gform_button {
    background: #33a853;
    border-radius: 3px;
    width: 169px!important;
    height: 38px;
    line-height: 38px;
    padding: 0!important;
    border-color: #33a853;
    margin: 15px auto 0
}

.gform_wrapper .gform_footer .gform_button:hover {
    background: #fb8a21;
    border-color: #fb8a21
}

.feture_slider .owl-nav {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    width: 100%
}

.feture_slider .owl-nav .owl-next,.feture_slider .owl-nav .owl-prev {
    width: 43px;
    height: 43px;
    border-radius: 50%;
    display: inline-block;
    position: absolute
}

.feture_slider .owl-nav .owl-prev {
    left: -60px;
    background: rgba(244,243,235,.5)url(../images/fatu_left_arrow.svg)no-repeat center!important
}

.feture_slider .owl-nav .owl-next {
    right: -60px;
    background: rgba(244,243,235,.5)url(../images/fatu_right_arrow.svg)no-repeat center!important
}

.toggle_close,.toggle_navigation {
    display: none
}

.review__section .slickwprev-next:focus,.review__section .slickwprev-next:hover,.review__section .slickwprev-prev:focus,.review__section .slickwprev-prev:hover {
    top: 50%
}

.single_main iframe,.single_main img {
    display: block;
    margin: 0 auto
}

.default__page__section {
    padding: 100px 0
}

.mobile-logo,.woocommerce ul.products li.product .star-rating {
    display: none
}

.collepsing-div li {
    list-style: inside
}

.collepsing-div {
    padding-top: 25px
}

.collepsing-div ul {
    margin-top: 15PX
}

.accept_block_main {
    display: flex;
    justify-content: flex-end;
    margin-top: -84px;
    z-index: 0
}

.user_login {
    position: relative;
}
ul.user_dropdown {
    position: absolute;
    padding-top: 17px;
    border-radius: 13px;
    right: 0;
    width: 163px;
}

ul.user_dropdown li:first-child {
    border-radius: 13px 13px 0 0
}

ul.user_dropdown li:last-child {
    border-radius: 0 0 13px 13px;
    border-bottom: 0
}

ul.user_dropdown li {
    list-style: none;
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
    margin-bottom: 0;
    background: #fff;
    box-shadow: 0 0 7px rgb(0 0 0/16%)
}

ul.user_dropdown li a {
    font-family: aktiv-grotesk,sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 112%;
    color: #1e1e1e;
    padding: 0 15px
}

.feture_slider a.added_to_cart:hover,ul.user_dropdown li a:hover {
    color: #fb8a21
}

.shop_details_right a.tinvwl_add_to_wishlist_button span,.user_login svg {
    margin-right: 10px
}

.modal,.modal-overlay {
    position: fixed;
    left: 0;
    width: 100%;
    height: 100%
}

.modal {
    z-index: 10000;
    top: 50%;
    visibility: collapse;
    transform: translateY(-50%);
    transition: visibility 0s linear .25s,opacity .25s 0s,transform .25s
}

.modal.is-visible {
    visibility: visible;
    transition: visibility 0s linear 0s,opacity .25s 0s,transform .25s
}

.modal-overlay {
    z-index: 10;
    top: 0;
    background: rgba(254,254,254,.9);
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s linear .3s,opacity .3s
}

.modal.is-visible .modal-overlay {
    opacity: 1;
    visibility: visible;
    transition-delay: 0s
}

.modal-wrapper {
    position: absolute;
    z-index: 9999;
    top: 35%;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 627px;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 0 1.5em rgba(0,0,0,.35);
    transform: translate(-50%,-50%)
}

.modal-transition {
    transition: all .3s .12s;
    transform: translateY(-10%);
    opacity: 0
}

.modal.is-visible .modal-transition {
    transform: translateY(0);
    opacity: 1
}

.modal-content {
    padding: 20px
}

.modal-header {
    position: relative;
    background-color: #fff
}

.modal-close {
    position: absolute;
    top: 15px;
    right: 15px;
    padding: 1em;
    color: #aaa;
    background: 0 0;
    border: 0;
    background: url(../images/accor_cross.svg)no-repeat center;
    width: 20px;
    height: 20px
}

.gfield_no_follows_desc {
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    color: #000
}

.modal-close:hover {
    color: #777
}

.modal-heading {
    font-size: 1.125em;
    margin: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.modal-content>:first-child {
    margin-top: 0
}

.modal-content>:last-child {
    margin-bottom: 0
}

footer .gform_wrapper .ginput_container input {
    border-bottom: 2px solid #d3d1c6!important;
    background: 0 0;
    border-radius: 0;
    color: #fff;
    font-family: aktiv-grotesk,sans-serif!important;
    padding: 5px 0!important;
    height: auto
}

.gfield_label {
    display: block!important
}

footer input::-webkit-input-placeholder,select::-webkit-input-placeholder {
    color: #e5e5e0;
    font-family: aktiv-grotesk,sans-serif;
    font-weight: 300;
    font-size: 15px
}

footer input::-moz-placeholder,select::-moz-placeholder {
    color: #e5e5e0;
    font-family: aktiv-grotesk,sans-serif;
    font-weight: 300;
    font-size: 15px
}

footer input:-ms-input-placeholder,select:-ms-input-placeholder {
    color: #e5e5e0;
    font-family: aktiv-grotesk,sans-serif;
    font-weight: 300;
    font-size: 15px
}

footer input:-moz-placeholder,select:-moz-placeholder {
    color: #e5e5e0;
    font-family: aktiv-grotesk, sans-serifk font-weight: 300;
    font-size: 15px
}

footer .gform_wrapper .gform_body .ginput_container input {
    color: #e5e5e0
}

footer input#gform_submit_button_1 {
    position: absolute;
    top: 0;
    right: -45px;
    max-width: 25px
}

footer .footer_left form {
    position: relative
}

.gform_wrapper .gfield_validation_message,.gform_wrapper .validation_message {
    background: 0 0!important;
    border: 0!important;
    padding: 0!important
}

.gform_wrapper .gform_validation_errors,.woocommerce ul.products li.product a.added {
    display: none
}





.category__page .category_grid {
    display: inline
}

h4 {
    font-size: 18px
}

.single_main iframe {
    max-width: 711px;
    height: 442px;
    object-fit: cover;
    width: 100%
}

.page-template-blog #breadcrumbs span {
    color: #1e1e1e;
    font-weight: 800
}

.page-template-blog #breadcrumbs a {
    color: #1e1e1e;
    font-weight: 700
}

.two_main .two_left h3,.two_main .two_left p {
    color: #1e1e1e
}

.video__section video.video {
    max-width: 640px;
    width: 100%;
    height: 398px;
    object-fit: cover;
    padding: 0;
    margin-top: 45px
}

/* #mini-cart-count {
    background: #33a853;
    color: #fff;
    border-radius: 50%;
    position: absolute;
    top: -14px;
    right: -9px;
    padding: 3px 5px;
    font-size: 11px;
    line-height: 11px;
    border: 1px solid #fff
} */

.header_space {
    height: 230px
}

.feture_slider h2,li h2.woocommerce-loop-product__title {
    font-weight: 500;
    line-height: 19px;
    text-align: center;
    color: #111
}

.feture_slider h2 {
    font-size: 15px;
    font-family: aktiv-grotesk,sans-serif!important;
    margin: 10px 0 20px;
    max-width: 100%
}

.feture_slider .owl-stage {
    display: flex
}

.feture_slider .owl-items {
    display: flex;
    flex: 1 0 auto;
    height: 100%
}

.feture_slider .item {
    height: 100%;
    display: flex;
    margin: 4px;
    background: #fff
}

.feture_slider .item li {
    position: relative;
    flex-direction: row;
    align-items: flex-start;
    list-style: none;
    box-shadow: 0 0 7px rgb(0 0 0/16%);
    padding: 10px
}

.feture_slider .owl-item img,.woocommerce ul.products li.product a img {
    height: 253px;
    object-fit: contain
}

.feture_slider li a.button,.woocommerce ul.products li.product .button,ul.products li a.added_to_cart {
    margin-top: auto;
    background: #33a853;
    border-radius: 3px;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: #fff;
    padding: 11px;
    font-family: aktiv-grotesk,sans-serif!important;
    width: calc(100% - 48px);
    margin-right: 10px;
    transition: .4s all ease
}

.tinv-wraper.tinv-wishlist {
    font-size: 100%;
    margin-top: auto;
    height: 38px
}

.archive .tinv-wraper.tinv-wishlist, .custom_relatedproduct ul.products li .tinv-wraper.tinv-wishlist{
    float: right
}

.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-custom.no-txt {
    display: inline-block;
    width: 38px;
    height: 38px;
    margin-top: 0
}

.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-custom.no-txt img,a.wishlist_products_counter.top_wishlist-custom.no-txt img,span.wishlist_products_counter.top_wishlist-custom.no-txt img {
    max-width: 38px;
    max-height: 38px
}

.feture_slider span.price,.woocommerce ul.products li.product .price {
    font-family: aktiv-grotesk,sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
    color: #33a853;
    display: flex;
    justify-content: center;
    margin-bottom: 10px
}

li.product:hover h2 {
    color: #33a853;
    transition: .4s all ease
}

.feture_slider a.added_to_cart {
    margin-top: 8px;
    background: #fb8a21;
    border-radius: 3px;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: #fff !important;
    padding: 11px;
    font-family: aktiv-grotesk,sans-serif!important;
    width: calc(100% - 48px);
    margin-right: 10px;
    transition: .4s all ease;
}

.feture-slider .owl-dot {
    background: #d9d9d9!important;
    width: 35px;
    height: 6px;
    margin: 0 5px
}

.feture-slider .owl-dot.active {
    background: #1e1e1e!important
}

.feture-slider .owl-dots {
    text-align: center
}

.banner_main h1 {
    font-weight: 600;
    font-size: 47px;
    line-height: 101.6%;
    color: #fff;
    font-family: aktiv-grotesk,sans-serif
}

#wprev-slider-1 .wprev_preview_tcolor1_T1 {
    font-family: aktiv-grotesk,sans-serif;
    font-style: normal
}

img.desktop_logo {
    transition: .3s ease-in-out all
}

.fixed-header img.desktop_logo {
    transition: .3s ease-in-out all;
    max-width: 60%
}

.category_filter.make_filter {
    border-top: 0
}

.category_filter.brands_filter {
    margin-bottom: 0
}

.category_filter .holder {
    padding-top: 20px
}

.category_grid_itam,.feture_slider .item li {
    display: flex;
    flex-wrap: wrap
}

.category__page .woocommerce-result-count {
    /* float: right; */
    color: #838383;
    font-size: 13px
}

.category__page .woocommerce-ordering {
    float: left;
    display: inline-flex;
    align-items: center
}

.category__page .woocommerce-ordering select {
    margin: 0;
    border: 1px solid #2ba783;
    background: url(../images/arrow-down.svg)no-repeat right 6px;
}

.category__page .woocommerce-ordering label {
    width: 96px;
    margin: 0;
    color: #000;
    font-weight: 500
}



.playpause {
    background-image: url(../images/video_main.svg);
    background-repeat: no-repeat;
    width: 100px;
    height: 100px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-size: contain;
    background-position: center;
    cursor: pointer
}

/* .woocommerce .products ul,.woocommerce ul.products {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    margin-right: 10px;
    margin-bottom: 15px;
    width: 24%;
    box-shadow: 0 0 7px rgb(0 0 0/16%);
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    background: #fff
}

.woocommerce ul.products li.last,.woocommerce-page ul.products li.last {
    margin-right: 0
} */

li h2.woocommerce-loop-product__title {
    font-size: 15px!important;
    font-family: aktiv-grotesk,sans-serif;
    margin-bottom: 10px!important
}



.woocommerce ul.products li.product .price del {
    margin-right: 5px
}

.woocommerce nav.woocommerce-pagination ul,.woocommerce nav.woocommerce-pagination ul li {
    border: 0
}

/* .woocommerce nav.woocommerce-pagination ul li a,.woocommerce nav.woocommerce-pagination ul li span {
  font-weight: 500;
font-size: 15px;
border-radius: 50%;
padding: 7px 0;
margin: 0 3px;
width: 30px;
height: 30px;
text-align: center;
} */

.woocommerce nav.woocommerce-pagination ul li a:not(.next, .prev):focus,.woocommerce nav.woocommerce-pagination ul li a:not(.next, .prev):hover,.woocommerce nav.woocommerce-pagination ul li .current {
    background: #33a853 !important;
    color: #fff !important;
}

nav.woocommerce-pagination ul li a.next:hover,
nav.woocommerce-pagination ul li a.prev:hover{
  border-color: #33a853 !important;
}

.woocommerce nav.woocommerce-pagination {
    text-align: center;
    margin-top: 50px
}

.mini-cart-list {
    position: relative;
    padding-bottom: 18px;
    top: 10px
}

.mini-cart-list .widget_shopping_cart_content{
    display: block;
    position: absolute;
    list-style: none;
    background: #25272a;
    width: 240px;
    left: -84px;
    padding: 10px 5px 10px 10px;
    top: 40px;
    border-radius: 3px;
    transform: scale(0);
    z-index: 2000;
    transition: all 0.4s ease;
}
.mini-cart-list:hover .widget_shopping_cart_content, .mini-cart-list .widget_shopping_cart_content.active{
    transform: scale(1);
    transition: 0.4s all ease;
}

.widget_shopping_cart_content,.woocommerce ul.products li.product .onsale {
    display: none;
}

.mini-cart-list span.quantity {
    color: #9aa0a7;
    display: block;
    border: 0;
    height: 24px
}

.mini-cart-list .woocommerce-mini-cart__total.total {
    color: #e5e5e0;
    text-align: center;
    margin-bottom: 0
}

.mini-cart-list ul.cart_list {
    max-height: 265px;
    overflow-y: auto;
    padding-right: 5px;
    margin: 0
}

.mini-cart-list ul.cart_list li {
    padding: 4px 0;
    margin: 0;
    list-style: none
}

.mini-cart-list ul.cart_list li a img {
    width: 40px;
    height: 50px;
    object-fit: cover;
    float: right;
    margin-left: 4px
}

.mini-cart-list ul.cart_list li a {
    display: inline!important;
    color: #e5e5e0;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    font-family: aktiv-grotesk,sans-serif
}

.mini-cart-list ul.cart_list li a.remove {
    color: red!important
}

.mini-cart-list ul.cart_list li a:hover,.woocommerce div.product .stock {
    color: #33a853
}

.mini-cart-list .woocommerce-mini-cart__buttons {
    margin-top: 0!important;
    padding-right: 5px
}

.woocommerce-mini-cart__buttons a {
    background: #33a853!important;
    font-weight: 500!important;
    font-size: 12px!important;
    line-height: 15px!important;
    color: #fff!important;
    width: 100%;
    text-align: center;
    padding: 10px!important;
    border-radius: 3px!important;
    letter-spacing: .16em;
    text-transform: uppercase;
    margin-top: 10px!important;
    display: inline-block
}

.woocommerce-mini-cart__buttons a.checkout {
    background: #f6b500!important
}

.woocommerce-mini-cart__buttons a:hover {
    background: #22833c!important
}

.woocommerce-mini-cart__buttons a.checkout:hover {
    background: #fb8a21!important
}

.mini-cart-list .woocommerce-mini-cart__empty-message {
    margin: 0;
    color: #e5e5e0;
    font-size: 14px;
    text-align: center
}

.mini-cart-list ::-webkit-scrollbar {
    width: 2px
}

.mini-cart-list ::-webkit-scrollbar-track {
    background: #f1f1f1
}

.mini-cart-list ::-webkit-scrollbar-thumb {
    background: #fb8a21
}

.mini-cart-list ::-webkit-scrollbar-thumb:hover {
    background: #e0702d
}

span.badge {
    top: 0;
    right: auto;
    left: 0;
    margin: 0;
    position: absolute;
    background: #e07030;
    color: #fff;
    z-index: 7;
    font-weight: 500;
    font-size: 12px;
    line-height: 12px;
    text-align: center;
    text-transform: uppercase;
    padding: 8px 10px
}

.archive nav.woocommerce-breadcrumb,.shop_details .moreinfo_desc,.woocommerce-shop nav.woocommerce-breadcrumb,ul.products li .wcwl_frontend_wrap.bound {
    display: none
}

.shop_details span.product_stock.out {
    color: red;
    display: flex;
    align-items: center
}

.shop_details span.product_stock svg {
    margin-right: 7px
}

.shop_details span.product_stock {
    color: #33a853;
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 15px
}

.shop_details span.product_stock.out svg path {
    fill: red
}

.woocommerce-product-details__short-description p,.woocommerce-product-details__short-description ul li,.woocommerce-variation-description p, .component_data p {
    font-size: 15px;
    color: #000;
    margin-bottom: 7px;
    list-style: disc;
    line-height: 23px
}
.component_data p{
    margin-top: 0;
}

.woocommerce-product-details__short-description ul {
    margin-left: 15px
}

.shop_details .shop_details_right span.badge {
    position: relative;
    left: 0;
    top: 0;
}

/* .woocommerce .woocommerce-breadcrumb,.woocommerce .woocommerce-breadcrumb a {
    font-weight: 700;
    font-size: 13px;
    line-height: 17px;
    padding-top: 15px;
    color: #1e1e1e
}

.woocommerce .woocommerce-breadcrumb a:hover {
    color: #33a853
} */

.shop_details {
    padding-top: 20px
}

.shop_details h1 {
    font-weight: 700;
    font-size: 20px;
    line-height: 115%;
    color: #1e1e1e;
    margin-top: 17px!important;
    margin-bottom: 5px
}

.shop_details_main {
    flex-wrap: wrap;
    display: flex;
    padding-bottom: 60px
}

.shop_details_left {
    width: 50%;
    padding-right: 50px
}

.shop_details_right {
    width: 50%;
    padding-left: 50px
}

#wooswipe {
    width: 100%;
    margin-bottom: 0;
    padding-bottom: 0
}

.shop_details span.product_sku {
    font-size: 15px;
    line-height: 19px;
    color: #838383;
    font-weight: 500
}

.shop_details .shop_details_right .price {
    font-weight: 500;
    font-size: 28px!important;
    line-height: 100%;
    color: #33a853!important;
    margin: 20px 0;
}

.shop_details_right form.variations_form.cart,.woocommerce-product-details__short-description {
    margin-top: 15px
}

.moreinfo_desc p:first-child {
    margin-top: 0
}

.shop_details .moreinfo .readmore {
    background: url(../images/readmore.svg)no-repeat 80px center;
    padding: 5px 0;
    font-weight: 500;
    font-size: 15px;
    background-size: 22px!important;
    color: #000
}

.shop_details .moreinfo .readmore.show {
    background: url(../images/readless.svg)no-repeat 80px center
}

.moreinfo_desc p {
    font-size: 15px;
    line-height: 23px
}

.shop_details .payment_option {
    border-top: .5px solid #bcbcbc;
    border-bottom: .5px solid #bcbcbc;
    display: flex;
    flex-wrap: wrap;
    padding: 14px 0;
    justify-content: space-between;
    align-items: center;
    margin-top: 25px
}

.product_bs_itam .product_title h3,.shop_details .payment_option h3 {
    font-weight: 500;
    font-size: 15px;
    line-height: 19px;
    font-family: aktiv-grotesk,sans-serif
}

.shop_details .payment_option h3 {
    color: #000;
    margin: 0
}

.shop_details .payment_logo {
    display: flex;
    align-items: center;
    justify-content: center
}

.shop_details .pay_icon {
    padding: 0 15px;
    display: inherit
}

table.variations tr th label {
    padding-top: 9px
}

table.variations tr td,table.variations tr th {
    padding-top: 15px!important
}

.woocommerce div.product form.cart .variations select {
    margin-bottom: 0;
    border: 1px solid #1e1e1e;
    border-radius: 5px
}

.woocommerce div.product form.cart .button {
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: #fff;
    padding: 13px 10px;

    height: auto;
    background: #33a853;
    border-radius: 3px;
    opacity: 1;
    transition: .3s all ease
}

.woocommerce div.product form.cart .button:hover {
    background: #fb8a21;
    transition: .3s all ease
}

.woocommerce div.product form.cart .quantity{
  margin-right: 30px !important;
}

.woocommerce div.product form.cart button[type="submit"]{
  width: calc(100% - 170px) !important;
  /* margin-left: 30px !important; */
}

.woocommerce div.product form.cart .variations {
    margin-bottom: 0
}

.woocommerce-variation-add-to-cart {
    display: flex;
    flex-wrap: wrap
}

.product_share {
    display: flex;
    width: 50%;
    align-items: center;
    margin-top: 30px
}

.product_share ul {
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0 0 0 15px
}

.product_share ul li {
    list-style: none;
    margin-bottom: 0;
    display: flex;
    margin-right: 15px
}

.product_share ul li svg{
  display: block;
}

.product_share ul li svg *{
  transition: 0.3s ease all;
}

.shop_details_right form.cart {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px
}

.product_contact,.woocommerce .quantity {
    display: flex;
    align-items: center;
    border-radius: 5px
}

.woocommerce .quantity {
    float: none;
    margin: 0 4px 0 0;
    border: 1px solid #000;
    height: 38px;
    width: 130px;
    justify-content: center
}

.woocommerce .quantity .qty {
    width: 3.631em;
    text-align: center;
    border: 0;
    background: 0 0;
    display: flex;
    align-items: center;
    margin-bottom: 0
}

.quantity .minus,.quantity .plus {
    width: 40px;
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
    cursor: pointer !important;
}

.quantity .minus {
    border-right: 1px solid #000
}

.quantity .plus {
    border-left: 1px solid #000
}

.woocommerce div.product form.cart .tinv-wraper.tinv-wishlist {
    width: 50%
}

.product_contact {
    background: #e07030;
    justify-content: space-between;
    padding: 10px 10px 10px 20px
}

.product_contact .pc_block {
    padding-left: 16px
}

.product_contact .pc_left {
    display: flex
}

.product_contact .pc_block p,.product_contact .pc_block span {
    font-size: 15px;
    line-height: 19px;
    color: #fff;
    margin: 0;
    font-weight: 500
}

.product_contact .primary_btn {
    background: #fff;
    color: #e07030
}

input#register:hover, .product_contact .primary_btn:hover,.woocommerce #respond input#submit:hover,.woocommerce a.button:hover,.woocommerce button.button:hover,.woocommerce input.button:hover {
    background: #fb8a21;
    color: #fff
}

.shop_details_right a.tinvwl_add_to_wishlist_button img {
    max-width: 38px!important;
    max-height: 38px!important
}

.shop_details_right a.tinvwl_add_to_wishlist_button {
    flex-direction: row-reverse;
    display: flex;
    align-items: center;
    margin-top: 7px!important
}

.productfaq .list_main {
    display: flex;
    padding-top: 30px;
    margin: 0-10px
}

.productfaq .list_main img {
    height: 125px
}

.product_middle {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 50px
}

.productfaq {
    width: 50%;
    padding-right: 0
}

.product_bs_main {
    width: 50%;
    padding-left: 50px
}

.product_bs_itam {
    display: flex;
    align-items: center;
    border-bottom: .5px solid #bcbcbc;
    padding-bottom: 14px;
    margin-bottom: 14px
}

.product_bs_itam figure {
    margin: 0 30px 0 0;
    width: 70px
}

.product_bs_itam figure img {
    width: 70px;
    display: block;
    max-width: 70px;
    height: 83px;
    object-fit: contain;
}

.product_bs_box {
    background: #fff;
    box-shadow: 0 0 7px rgb(0 0 0/16%);
    border-radius: 5px;
    padding: 28px 15px
}

.product_bs_box h2 {
    font-weight: 700;
    font-size: 20px;
    line-height: 112.6%;
    font-family: termina,sans-serif;
    margin-bottom: 36px
}

.product_bs_itam .product_title h3 {
    margin-bottom: 0;
    color: #111
}

.product_bs_itam:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0
}

.product_bs_detail .product_title {
    width: 80%
}

.product_bs_detail {
    display: flex;
    justify-content: space-between;
    width: 83%
}

.collepsing_box {
    background: #fff;
    border: 1px solid rgba(0,0,0,.5);
    border-radius: 5px;
    margin-bottom: 30px
}

.collepsing_box ul li .title {
    width: 50%;
    display: inline-block
}

.collepsing_box ul li {
    list-style: none;
    padding: 0 15px;
    margin-bottom: 0
}

.collepsing_box ul li span {
    font-weight: 400;
    font-size: 15px;
    line-height: 234%;
    font-family: aktiv-grotesk,sans-serif;
    color: #000
}

.collepsing_box ul li:nth-child(even) {
    background: #f4f3eb
}

.collepsing-div h2,.collepsing-div h3 {
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
    color: #000;
    font-family: aktiv-grotesk,sans-serif
}

.accordion-wrapper button:focus {
    outline: 0;
    border: 0
}

.collepsing_box ul {
    margin-top: 0
}

.productfaq .list_main .list_box {
    padding: 0 10px 10px
}

.productfaq .list_main .blog_deatils {
    padding: 0
}

.productfaq .list_main .blog_deatils ul {
    position: relative;
    margin: auto -5px 0
}

.productfaq .list_main .blog_deatils ul li {
    margin-bottom: 0;
    font-size: 13px
}

.rate-percent {
    background-color: #33a853
}

input#register, .woocommerce #respond input#submit,.woocommerce a.button,.woocommerce button.button,.woocommerce input.button, .woocommerce button.button.alt {
    color: #fff;
    background-color: #33a853;
    font-family: aktiv-grotesk,sans-serif;
    font-size: 12px;
    line-height: 38px;
    text-transform: uppercase;
    letter-spacing: .16em;
    border-radius: 5px;
    padding: 0 15px;
    border: none;
}
.custom_relatedproduct ul.products {
    margin-top: 25px;
}
.product_bs_detail span.woocommerce-Price-amount.amount {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    color: #33a853;
    font-family: aktiv-grotesk,sans-serif;
    padding-top: 9px;
    display: inline-flex
}

.product_bs_detail del {
    color: #33a853;
    padding-right: 5px
}

.product_bs_detail ins,.woocommerce .price ins,.woocommerce ul.products li.product .price ins {
    text-decoration: none
}

.related.products>h2 {
    display: table-caption
}

.custom_relatedproduct ul li,.related.products li,section.upsells.products ul li {
    width: 19.35%!important
}

.custom_relatedproduct {
    background: #f3f3eb;
    padding: 80px 0
}

section.upsells.products {
    padding-bottom: 50px
}

.shop_details_right label.quantitylabel.screen-reader-text {
    width: auto;
    height: auto;
    position: relative!important;
    clip-path: inset(0);
    font-weight: 500;
    font-size: 15px;
    line-height: 19px;
    color: #000;
    display: inline-flex;
    float: left;
    padding-top: 12px;
    padding-right: 20px
}

.woocommerce #respond input#submit.alt.disabled, .woocommerce button.button.alt:hover,.woocommerce #respond input#submit.alt.disabled:hover,.woocommerce #respond input#submit.alt:disabled,.woocommerce #respond input#submit.alt:disabled:hover,.woocommerce #respond input#submit.alt:disabled[disabled],.woocommerce #respond input#submit.alt:disabled[disabled]:hover,.woocommerce a.button.alt.disabled,.woocommerce a.button.alt.disabled:hover,.woocommerce a.button.alt:disabled,.woocommerce a.button.alt:disabled:hover,.woocommerce a.button.alt:disabled[disabled],.woocommerce a.button.alt:disabled[disabled]:hover,.woocommerce button.button.alt.disabled,.woocommerce button.button.alt.disabled:hover,.woocommerce button.button.alt:disabled,.woocommerce button.button.alt:disabled:hover,.woocommerce button.button.alt:disabled[disabled],.woocommerce button.button.alt:disabled[disabled]:hover,.woocommerce input.button.alt.disabled,.woocommerce input.button.alt.disabled:hover,.woocommerce input.button.alt:disabled,.woocommerce input.button.alt:disabled:hover,.woocommerce input.button.alt:disabled[disabled],.woocommerce input.button.alt:disabled[disabled]:hover {
    background-color: #fb8a21
}

a.checkout-button {
    background-color: #f6b500!important;
    padding: 10px!important
}

a.checkout-button:hover {
    background-color: #fb8a21!important
}

.woocommerce #respond input#submit.disabled,.woocommerce #respond input#submit:disabled,.woocommerce #respond input#submit:disabled[disabled],.woocommerce a.button.disabled,.woocommerce a.button:disabled,.woocommerce a.button:disabled[disabled],.woocommerce button.button.disabled,.woocommerce button.button:disabled,.woocommerce button.button:disabled[disabled],.woocommerce input.button.disabled,.woocommerce input.button:disabled,.woocommerce input.button:disabled[disabled] {
    padding: 0 10px;
    color: #fff
}

ul.wc_payment_methods.payment_methods.methods li {
    list-style: none!important
}

.product_share a:hover svg path {
    fill: #fb8a21;
    transition: .3s all ease
}

.product_tc_main {
  border-top: .5px solid #bcbcbc;
  padding-top: 55px;
  width: 100%;
}

.product_tc_item {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 0 60px
}

.product_tc_item .tc_left {
    width: 65%;
    padding-right: 40px
}

.product_tc_item .tc_right {
    width: 35%;
    padding-left: 40px
}

.product_tc_item:nth-child(even) {
    flex-direction: row-reverse
}

.product_tc_item:nth-child(even) .tc_left {
    padding: 0 0 0 40px
}

.product_tc_item:nth-child(even) .tc_right {
    padding: 0 40px 0 0
}

.product_tc_item .tc_right img {
    height: auto;
    width: 100%;
    /* object-fit: cover */
}

.search section.blog__list {
    padding: 80px 0
}

.custom_relatedproduct ul li:last-child {
    margin-right: 0!important
}

.register p {
    font-size: 15px;
    line-height: 128%;
    color: #1e1e1e;
    margin-bottom: 15px
}

.woocommerce-MyAccount-navigation ul {
    padding: 0 30px 0 0
}

.woocommerce-MyAccount-navigation ul li {
    padding: 10px 0;
    border-top: 1px solid #000;
    list-style: inside
}

.woocommerce-MyAccount-navigation ul li:last-child {
    border-bottom: 1px solid #000
}

.is-active a {
    color: #33a853
}

.addresses header {
    position: relative;
    z-index: 0;
    box-shadow: none
}

.tinv-wishlist table td,.tinv-wishlist table th {
    padding: 8px
}

.tinvwl-input-group .form-control {
    padding: 0 13px
}

button.wooswipe-next.slick-arrow,button.wooswipe-prev.slick-arrow {
    z-index: 9
}

.modal .gform_wrapper .gform_footer .gform_button {
    width: 100%!important
}

.woo_content_area {
    padding-top: 40px
}


.mega-menu {
    opacity: 0;
    position: fixed;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 356px;
    background: #fff;
    box-shadow: 0px 4px 13px rgba(0, 0, 0, 0.13);
    z-index: 999;
    transform: translateX(-365px);
    transition-duration: 0.3s;
    padding: 0;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;

}

.show-menu .mega-menu{
    opacity: 1;
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    top: 0;
}

.menu_logo {
    background: #D9D9D9;
    padding: 20px;
}

.menu_logo img{
    max-width: 250px;
    display: block;
    margin: 0 auto;
}

.main-menu-arrow {
    width: 100%;
    padding: 25px 10px 25px 35px;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #33A853;
    font-family: aktiv-grotesk, sans-serif;
    border-bottom: 0.5px solid #BCBCBC;
    margin-bottom: 20px;
}


.mega-menu-inner {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    overflow-y: auto;
    overflow-x: hidden;
    flex-direction: column;
}

.close-menu-icon {
    background:#fff url(../images/menu_aarow.svg) no-repeat center;
    width: 40px;
    height: 40px;
    border-right: 0;
    top: 10px;
    position: absolute;
    right: -45px;
    border-radius: 50%;
}
.show-menu #site-navigation:before {
    content: "";
    background: rgba(0,0,0,0.2);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    position: fixed;
}

.mega-menu .mega-menu-inner {
    min-height: calc( 100% - 147px);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
.mega-menu .sidebar_num {
    width: 100%;
    background: #000;
    color: #fff;
    text-align: center;
    padding: 20px 0;
    margin-top: auto;
}
.mega-menu .call_block a {
    font-weight: 600;
    font-size: 18px;
    line-height: 123%;
    color: #FFFFFF;
    display: block;
}
.mega-menu .call_block span {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #F2F2F2;
}

.mega-menu .call_block {
    text-align: left;
    margin: 0 27px;
    background: url(../images/phone_icon.svg)no-repeat left center;
    padding-left: 40px;
}

.mega-menu .menu {
    flex-direction: column;
    width: 100%;
}

.show-menu  .main-navigation .menu{
    align-items: flex-start;
    padding-top: 86px;
}
.show-menu ul.primary-toggle {
    padding-top: 0 !important;
}

.mega-menu ul li .sub-menu {
    flex-direction: column;
    width: 100%;
    box-shadow: none;
    left: auto;
    display: none;
    background: #fff;

}

.mega-menu ul.primary-toggle li .sub-menu {
    display: block;
}

.mega-menu li {
    position: relative;
    list-style: none;
    margin-bottom: 0;
}

.mega-menu ul a{
    font-weight: 500;
    font-size: 18px;
    line-height: 34px;
    color: #1e1e1e;
    font-family: aktiv-grotesk, sans-serif;
    background: transparent;
    padding: 1px 30px 1px 39px;
    width: 100%;
    display: inline-block;
}

.mega-menu ul a:hover, .mega-menu ul li.current-menu-item > a{
    color: #33A853;
    background: rgba(229,229,224,0.5);
}
.mega-menu ul li .sub-menu li .sub-menu li.current-menu-item a{
    color: #33A853;
    background: rgba(229,229,224, 0.50);
}

.mega-menu .primary-toggle li.menu-item-has-children:before{
    display: none;
}
.mega-menu ul ul .menu-item-has-children:before {
    content: "";
    position: absolute;
    right: 17px;
    top: 8px;
    background: url(../images/menu-arrow.svg) no-repeat right center;
    width: 20px;
    height: 20px;
    display: inline-block;

}
.mega-menu ul li > .sub-menu li a {
    font-weight: 400;
    font-size: 15px;
    line-height: 199%;
    font-family: aktiv-grotesk, sans-serif;
    color: #1E1E1E;
}

.mega-menu ul li > .sub-menu li a:hover{
    color: #33A853 !important;
    background: rgba(229,229,224,0.5) !important;
}
.mega-menu ul.menu >li.active >ul {
    display: block;
}
.mega-menu ul.menu >li.active >a {
    display: none;
}
.mega-menu ul a, .mega-menu ul li > .sub-menu li a {
    font-weight: 500;
    font-size: 18px;
    line-height: 34px;
    color: #1e1e1e;
    font-family: aktiv-grotesk, sans-serif;
    background: transparent;
    padding: 0px 0px 0px 39px;
    width: 100%;
    display: inline-block;
}
.mega-menu ul li .sub-menu li.current-menu-ancestor > a {
    color: #33A853;
    background: rgba(229,229,224, 0.50);
}
.mega-menu ul.primary-toggle li .sub-menu li.current-menu-ancestor > a {
    color: #1e1e1e;
    background: none;
}
 .mega-menu ul li .sub-menu li .sub-menu li a{
    font-weight: 400;
    font-size: 15px;
    line-height: 199%;
    font-family: aktiv-grotesk, sans-serif;
}

div#field_4_5 span {
    font-weight: 500;
}
.basic__section .woocommerce ul.woocommerce-error, .basic__section .woocommerce ul.woocommerce-info, .basic__section .woocommerce ul.woocommerce-message {
    padding: 1em 2em 1em 3.5em;
}
.basic__section .woocommerce ul.woocommerce-error li, .basic__section .woocommerce ul.woocommerce-info li, .basic__section .woocommerce ul.woocommerce-message li {
    font-size: 14px;
}

.wwp-wholesale-pricing-details p {
    margin: 4px 0;
    align-items: center;
    display: flex;
}
.wwp-wholesale-pricing-details p s, .wwp-wholesale-pricing-details span.amount{
    font-weight: 500;
    color: #33a853!important;
}
.wwp-wholesale-pricing-details s span.amount {
    font-size: inherit;
}
.wwp-wholesale-pricing-details span.amount, .wwp-wholesale-pricing-details p span.price-text + span.amount {
    font-size: 28px;
    line-height: 32px;
    padding-left: 3px;
}
.wwp-wholesale-pricing-details b span.amount {
    font-size: inherit;
}
p.must-log-in a {
    color: #33a853;
    font-weight: 500;
}
.woocommerce p.stars a, p.stars a:hover{
    color: #ffb600;
}
.wcpr-stars-count {
    padding-left: 0;
}

.tinv-wishlist form .product-action button.button.alt {
    padding: 0 8px;
    background-color: #33a853;
    border-radius: 3px;
}

.select2-container .select2-selection--single{
    height: 38px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 38px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 38px !important;
}
.review__section button.slickwprev-arrow {
    z-index: 9;
    padding: 21px;
    border-radius: 50%;
}
.review__section button.slickwprev-arrow.slickwprev-prev{
    background: rgba(244, 243, 235, 0.5)url('../images/fatu_left_arrow.svg')no-repeat center!important;
    left: -40px;
}
.review__section button.slickwprev-arrow.slickwprev-next{
    background: rgba(244, 243, 235, 0.5)url('../images/fatu_right_arrow.svg')no-repeat center!important;
    right: -40px;
}
.review__section .slickwprev-next:before, .review__section .slickwprev-prev:before, .review__section .slickwprev-dots li button:before{
    display: none;
}
.review__section .slickwprev-arrow.slickwprev-disabled, .review__section .slickwprev-arrow.slickwprev-disabled{
    opacity: 0.5;
}
.review__section span.wprevpro_star_imgs_T1 {
    display: block;
}
.review__section #wprev-slider-1 .wprev_preview_tcolor1_T1{
    font-size: 16px;
    line-height: 23px;
}
.review__section #wprev-slider-1 .wprev_preview_tcolor2_T1{
    color: #838383;
    font-size: 16px;
    text-transform: inherit;
}
.review__section .wprevpro_t1_DIV_2:before{
    top: 49px;
    font-family: aktiv-grotesk, sans-serif;
    color: #1E1E1E;
}
.review__section .slickwprev-dots li button{
    background: #F4F3EB !important;
    width: 35px;
    height: 6px;
    padding: 0;
    margin: 0 6px;
}
.review__section li.slickwprev-active button {
    background: #1E1E1E !important;
}
.review__section .slickwprev-dots li {
    width: auto;
}
.review__section .slickwprev-dots{
    bottom: -45px;
}

@media screen and (min-width: 991px) {
  span.submenu-toggle-btn svg path {
      fill: #fff;
      transform: rotate(180deg);
      transform-origin: center center;
  }
}
.woocommerce-form a {
    color: #33A853;
}
.woocommerce-form a:hover {
    color: #fb8a21;
}
.feture_slider .item li a.woocommerce-loop-product__link {
    width: 100%;
}
.woocommerce-privacy-policy-text p {
    font-size: 15px;
    line-height: 22px;
}
.woocommerce-privacy-policy-text p a {
    color: #33A853;
}
.woocommerce-privacy-policy-text p a:hover {
    color: #fb8a21;
}
.woocommerce-page .basic_main{
    max-width: 1000px;
}
.woocommerce table.my_account_orders {
    font-size: 14px;
}
.woocommerce table.my_account_orders .button {
    margin-right: 6px;
}
.woocommerce table.my_account_orders .button:last-child {
    margin-right: 0;
}
table#wholesale_tire_price {
    margin-top: 15px;
    text-align: left;
}
.shop_details_right h2,.composite_form .component_title_toggled .component_title_text {
    font-weight: 700;
    font-size: 20px !important;
}
.composite_data {
    width: 100%;
}
.mini-cart-list dl.variation{
    margin-top: 5px !important;
}
.mini-cart-list dl.variation p{
    margin-top: 0 !important;
}
.mini-cart-list dl.variation, dl.variation p {
    color: #e5e5e0;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    font-family: aktiv-grotesk,sans-serif;
    border: none !important;
    padding-left: 4px !important;
}
.mini-cart-list .variation dd {
    margin-left: 25px !important;
    margin-bottom: 10px !important;
}
.modal-open .modal {
    opacity: 1;
    visibility: visible;
    display: flex;
    align-items: center;
    justify-content: center;
}
.modal-open .modal.fade .modal-dialog{
    transform: none;
}
a.logo {
    display: inherit;
}
.search .blog__list .list_main {
    margin-top: 0;
}
nav.navigation.posts-navigation {
    width: 100%;
    padding: 0 15px;
}
.nav-next a {
    font-size: 16px;
    color: #33a853;
}
.p_ins {
    display: flex;
    justify-content: space-between;
    background: #F3F3EB;
    border-radius: 5px;
    padding: 15px 18px;
}
/* .p_ins_right a:last-child {
    border-left: 1px solid #151515;
    padding-left: 15px;
    margin-left: 15px;
} */
.p_ins p, .p_ins a {
    font-family: aktiv-grotesk, sans-serif;
    font-weight: 600;
    font-size: 15px;
    line-height: 19px;
}
.p_ins_right .p_ins_link svg {
    top: 3px;
    position: relative;
}

.p_ins_right svg {
    margin-left: 3px;
}


@media (min-width:991px) {
    .header_middle ul li>.sub-menu {
        position: absolute;
        left: 50%;
        width: 180px;
        padding: 0;
        background: #fff;
        top: 35px;
        display: none;
        z-index: 1;
        box-shadow: 0 0 7px rgb(0 0 0/16%);
        transform: translateX(-50%)
    }

    ul.user_dropdown {
        display: none
    }
    .header_middle ul li:hover>.sub-menu{
        display: none;
    }
    .user_login:hover .user_dropdown {
        display: block
    }

    .header_middle ul li>.sub-menu li {
        border-bottom: 1px solid #ccc;
        padding: 10px 0;
        margin-right: 0
    }

    .header_middle ul li>.sub-menu li:last-child {
        border-bottom: 0
    }

    .header_middle ul li>.sub-menu li a {
        padding: 0 20px
    }
    span.submenu-toggle-btn {
        position: absolute;
        transform: rotate(180deg);
        right: -14px;
        top: -2px;
    }

}
@media (max-width:1400px) {
    .feture_slider .owl-nav .owl-next {
        right: -23px;
    }
    .feture_slider .owl-nav .owl-prev {
        left: -23px;
    }
}
@media (max-width:1350px) {
    .feture_slider .owl-nav, .review__section button.slickwprev-arrow{
        display: none !important;
    }
}
@media (max-width:1199px) {
    .header_bottom ul {
        flex-wrap: wrap
    }
    .get_tocuh_box .catalog_right a, .get_tocuh_box .catalog_right address{
        word-break: break-all;
    }

     .feture_slider .owl-nav .owl-prev,.review__section .slickwprev-prev {
        left: 0
    }

    .feture_slider .owl-nav .owl-next {
        right: 0
    }

    .slickwprev-next{
        right: 0 !important;
    }

    .slickwprev-prev{
        left: 0 !important;
    }

    /* .header_bottom ul li {
        padding: 0 5px
    } */

    .about_list_main ul li {
        width: calc(33.33% - 48px)
    }

    .list_box {
        width: 50%
    }

    .serach_form input {
        width: 100%
    }
}

@media (max-width:991px) {
    .header_bottom{
        display: none;
    }
    /* .header_bottom ul li {
        width: 33.33%;
        border: 0.5px solid rgba(255,255,255,0.5);
        padding: 5px;
        justify-content: flex-start
    }
     .header_bottom ul li:nth-last-child(1){ border-top:0 ; border-bottom:0 ;}
     .header_bottom ul li:nth-last-child(2){ border-top:0 ; border-bottom:0 ; }
     .header_bottom ul li:nth-last-child(3){ border-top:0 ; border-bottom:0 ; } */

    .footer_desc {
        flex-wrap: wrap
    }

    /* .woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
        justify-content: center;
    } */

    /* .woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
        margin: 0 10px 0 0;
        width: calc( 50% - 10px);
    }

    .woocommerce ul.products li.product:nth-child(even), .woocommerce-page ul.products li.product:nth-child(even) {
        margin-right: 0;
    } */

    .custom_relatedproduct .products ul li {
        width: calc(50% - 10px) !important;
        margin: 0 20px 20px 0 !important;
    }

    .custom_relatedproduct .products ul li:nth-child(even){
        margin-right: 0 !important;
    }



    .accept_block_main {
        margin-top: 0;
        justify-content: flex-start
    }
    span.submenu-toggle-btn {
        position: absolute;
        transform: rotate(90deg);
    }
    .header_middle ul li>.sub-menu li {
        margin-bottom: 0
    }
    .header_middle ul li>.sub-menu .sub-menu a{
        padding: 0 0 0 30px;
    }
    .header_middle ul li>.sub-menu li:last-child {
        border-bottom: 0;
        padding-bottom: 0;
    }
    .header_middle ul li>.sub-menu li:first-child{
        border-top: 1px solid black;
    }
    .header_middle ul li>.sub-menu {
        padding: 10px 0 0;
        display: none;
    }

    .header_middle ul li>.sub-menu.open {
        display: block;
    }
    .mobile-logo,.serch_btn-mobile {
        display: block
    }

    .get_main {
        align-items: flex-start
    }

    .contact_box .icon {
        bottom: 29px
    }

    .contact_box {
        width: 50%;
        padding: 0 13px 30px
    }

    .about_list_main ul li {
        width: calc(50% - 48px)
    }

    .toggle_navigation {
        display: block;
        margin-left: 8px;
        padding: 10px 0;
    }

    .header_middle {
        padding: 0;
        min-height: 0
    }

    .navigaiton_menu .toggle_close {
        position: absolute;
        right: 15px;
        top: 24px
    }

    .header_space {
        height: 130px;
    }

    .toggle_close img {
        width: 30px
    }

    .toggle_close {
        display: block
    }

    /* .header_bottom ul li:last-child {
        border-right: 0.5px solid rgba(255,255,255,0.5);
        border-left: 0.5px solid rgba(255,255,255,0.5);
    }

    .header_bottom ul li:first-child {
        padding-left: 5px;
        border-left: 0.5px solid rgba(255,255,255,0.5);
    } */

    .product__category {
        padding: 50px 0
    }

    .products_box {
        width: 25%
    }

    .popular__project {
        padding: 50px 0
    }

    .serach_form input {
        width: 100%
    }

    .logo {
        width: 160px;
        display: flex;
        align-content: center;
    }

    .fixed-header img.desktop_logo {
        transition: .3s ease-in-out all;
        max-width: 100%!important
    }

    .header_top_right .call_block .phone {
        font-size: 15px
    }

    .navigaiton_menu {
        position: fixed;
        top: 0;
        right: 0;
        width: 400px;
        height: 100%;
        transform: translateX(100%);
        transition: .3s;
        padding: 0;
        background: #fff;
        z-index: 9
    }



    .show_nav .navigaiton_menu {
        transform: translateX(0);
        transition: .3s
    }

    .navigaiton_menu .mobile-logo {
        margin-bottom: 20px;
        background: #ccc;
        width: 100%;
        display: inline-block;
        padding: 14px 15px;
    }

    .navigaiton_menu .mobile-logo img {
        max-width: 200px;
    }

    .header_middle .toggle_navigation {
        color: #fff;
        display: flex;
        align-items: center
    }
    span.submenu-toggle-btn {
        position: absolute;
        right: 2px;
        width: 30px;
        /* height: 30px; */
        /* background: #000; */
        /* padding: 10px 13px; */
        top: 14px;
        text-align: center;
        justify-content: center;
        display: flex;
        border-radius: 50%;
    }

    span.submenu-toggle-btn svg{
      transition: 0.3s all ease;
    }

    span.submenu-toggle-btn.btn-open svg {
        transform: rotate(180deg);
    }

    .header_middle ul {
        flex-direction: column;
        align-items: flex-start;
        padding: 0 30px;
        overflow-y: auto;
        max-height: calc(100% - 129px);
    }

    .header_middle ul li {
        margin-right: 0;
        display: inline-block;
        width: 100%;
        padding-bottom: 10px;
        padding-top: 12px;
        border-bottom: 1px solid black;
    }

    .header_middle ul li a {
        font-size: 18px;
        color: #000;
        display: inline-block;
        width: 100%;
        padding-bottom: 0;
        text-transform: inherit;
    }

    .header_middle,.header_middle ul {
        justify-content: flex-start
    }

    .header_middle .toggle_navigation img {
        margin-right: 10px
    }

    .header_middle .container-fluid {
        margin: 0
    }

    .header_top_right .mini-cart-list {
        padding-bottom: 15px
    }

    .catalog_desc {
        flex-direction: column;
        padding-right: 0
    }

    .get_tocuh_box .catalog_left {
        width: 100%
    }

    .get_tocuh_box .catalog_right {
        width: 100%;
        padding: 15px;
        word-break: break-all
    }

    .get_tocuh_box .catalog_left img {
        width: 100%;
        display: block;
        clip-path: none
    }

    .catalog_right {
        width: 100%;
        padding: 20px
    }

    .latest__resource,.popular__brand,.review__section {
        padding: 50px 0
    }

    h2 {
        font-size: 30px;
        line-height: 40px
    }

    .brand_top h2,.latest_left h2 {
        max-width: 100%
    }

    .footer_main,.latest_main {
        flex-direction: column
    }

    .latest_right {
        width: 100%;
        padding-left: 0;
        margin: 50px -12px 0
    }

    .latest_left {
        width: 100%
    }

    .footer_left {
        width: calc(100% - 40px)
    }

    .footer_right {
        width: 100%;
        padding-left: 0
    }

    .review__section .slickwprev-next,.review__section .slickwprev-prev {
        top: 35%
    }

    .review__section .slickwprev-next {
        right: 0
    }



    .about__two__coloum {
        padding: 50px 0
    }

    .contact_right iframe {
        width: 100%
    }

    /* .category_grid .products_box {
        width: 33.33%
    } */

    .faq_right {
        padding-left: 40px
    }

    .accordion-wrapper button {
        font-size: 17px
    }

    .serach_form {
        margin-right: 20px;
        position: absolute;
        top: 77px;
        width: 100%;
        left: 0;
        display: none;
    }

    .header_top_right .call_block {
        display: none
    }
    ul.user_dropdown{
        display: none;
    }
    .mega-menu { display:none; }

    ul.user_dropdown {
        position: absolute;
        padding-top: 17px;
        border-radius: 13px;
        z-index: 99;
        right: 0;
    }

    .shop_details_right{
        padding-left: 0;
    }


}

@media (max-width:767px) {
    /* .header_bottom ul li {
        width: 50%;
    } */

    .modal-wrapper{
        top: 15%;
    }

    /* .header_bottom ul li:first-child { border-left: 0.5px solid rgba(255,255,255,0.5);}
    .header_bottom ul li:nth-last-child(3) { border-top: 0;  border-bottom: 0.5px solid rgba(255,255,255,0.5);}
    .header_bottom ul li:nth-child(5){ border-bottom: 0; border-left: 0.5px solid rgba(255,255,255,0.5);}
    .header_bottom ul li:nth-child(even) {border-left: 0; }
    .header_bottom ul li:first-child { border-left: 0.5px solid rgba(255,255,255,0.5); border-bottom: 0;} */

    ul.products.columns-5 {
        justify-content: flex-start;
    }

    .header_top_right .thumb{
        margin-right: 3px;
    }

    .woocommerce .products ul, .woocommerce ul.products{
        justify-content: space-between;
    }

    .footer_block {
        width: 50%
    }

    .single_main iframe,.single_main img {
        max-width: 100%;
        width: 100%
    }

    .blog_deatils ul {
        position: static
    }

    .list_box {
        width: 100%
    }

    .single_main blockquote {
        padding: 30px
    }

    .single__content {
        padding: 50px 0
    }

    .navigaiton_menu {
        width: 100%
    }

    .serach_form {
        display: none
    }



    .header_top_right .sing_in {
        font-size: 0
    }

    .header_top_right .cart_icon {
        margin-right: 15px
    }

    .catalog_box:after,.header_top_right .call_block {
        display: none
    }

    .catalog_main {
        flex-direction: column
    }

    .catalog_box {
        width: 100%;
        padding-right: 0;
        margin-bottom: 20px
    }

    .catalog_box:last-child {
        padding-left: 0
    }

    .get_main {
        flex-direction: column
    }

    .get_left,.get_right {
        width: 100%
    }

    .get_left img {
        clip-path: none
    }

    .products_box {
        width: 33.33%
    }

    .get_right .primary_btn {
        min-width: 100%
    }

    .get_desc {
        padding: 20px
    }

    .brand_logo {
        width: 25%
    }

    .category_main,.two_main {
        flex-direction: column
    }

    .category__page .category_grid {
        width: 100%
    }

    .category__page aside,.two_left {
        width: 100%;
        padding-right: 0
    }

    .two_left {
        margin-bottom: 30px
    }

    .two_right {
        width: 100%;
        padding-left: 0
    }

    .video__section .video_main {
        max-width: 100%
    }

    .contact_coloum_main {
        flex-direction: column
    }

    .contact_left {
        width: 100%;
        padding-right: 0;
        margin-bottom: 0
    }

    .contact_right {
        width: 100%
    }

    .contact__coloum {
        padding: 50px 0
    }

    .contact_box {
        width: 100%;
        padding: 0 0 30px
    }

    .contact__section {
        padding: 50px 0 20px
    }

    .faq_main {
        flex-direction: column
    }

    .faq_left {
        width: 100%;
        margin-bottom: 50px
    }

    .faq_right {
        width: 100%;
        padding-left: 0
    }

    .faq__section {
        padding: 50px 0
    }

    .inner__banner h1 {
        font-size: 24px
    }
    .navigaiton_menu .mobile-logo img {
        max-width: 147px;
    }

    .shop_details_main{
        flex-direction: column;
    }

    .shop_details_left{
        width: 100%;
        padding-right: 0;
    }

    .shop_details_right{
        width: 100%;
    }

    .product_middle{
        flex-direction: column;
    }

    .productfaq{
        width: 100%;
    }

    .product_bs_main{
        width: 100%;
        padding-left: 0;
    }


    .product_tc_item{
        flex-direction: column;
    }

    .product_tc_item .tc_left{
        width: 100%;
        padding-right: 0;
        order: 1;
        margin-top: 30px;
    }

    .product_tc_item .tc_right{
        width: 100%;
        padding-left: 0;
    }

    .product_tc_item:nth-child(even) .tc_left{
        padding-left: 0;
    }

    .shop_details_main{
        padding-bottom: 30px;
    }

    .product_tc_main{
        padding-top: 30px;
    }

    .product_tc_item:nth-child(even) .tc_right{
        padding-right: 0;
    }
    .header_bottom .container-fluid{
        padding: 0 12px;
    }
    .p_ins {
        display: block;
    }
    .p_ins_left {
        margin-bottom: 10px;
    }
    .p_ins_right a:last-child {
        padding-left: 8px;
        margin-left: 8px;
    }
}

@media (max-width:500px) {
    .category_grid .products_box,.products_box {
        width: 50%
    }

    .woocommerce div.product form.cart .button {
        width: 100%;
        margin-left: 0;
    }

    .cat_filter_list{
        align-items: flex-start;
        flex-direction: column;
    }

    .category_selectd{
        margin: 15px 0;
    }

    /* .woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
        display: inline-block;
    }

    .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
        margin: 0 0 20px 0 !important;
        width: 100% !important;
    } */

    .serach_form{
        bottom: 105px;
    }

    .brand_logo {
        width: 33.33%
    }

    .brand_top,.latest_right {
        flex-direction: column
    }

    .slickwprev-slide .wprevpro_t1_DIV_1 {
        padding: 0
    }

    .latest_box {
        width: 100%;
        padding: 0;
        margin-bottom: 30px
    }

    .latest_right {
        margin: 50px 0 0
    }

    h2 {
        font-size: 26px;
        line-height: 32px
    }

    .popular__project h2 {
        max-width: 100%
    }

    .footer_right {
        flex-direction: column
    }

    .footer_block {
        width: 100%
    }

    footer input#gform_submit_button_1 {
        position: static!important;
        margin: 0 0 30px
    }

    .about_list_main ul li {
        width: 100%;
        font-size: 15px;
        margin-bottom: 20px;
        margin-right: 0
    }

    .about_list_main ul li span br {
        display: none
    }
    .logo {
        width: 140px;
    }
    .shop_details_right a.tinvwl_add_to_wishlist_button{
        justify-content: flex-end;
    }
    .woocommerce div.product form.cart .tinv-wraper.tinv-wishlist, .product_share {
        width: 100%;
    }
    .product_bs_itam{
        align-items: flex-start;
    }
    .product_bs_detail .product_title {
        width: 100%;
    }
    .product_bs_detail{
        flex-wrap: wrap;
    }

}
/*************
 font-family: aktiv-grotesk, sans-serif;
 font-family: termina, sans-serif;

 **************/


 .category__page .category_grid {
     width: 100%;
 }
