/** Shopify CDN: Minification failed

Line 1139:10 Expected ":"

**/
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Syne:wght@400..800&display=swap');
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
  ## Links
  ## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
  ## Posts and pages
  ## Comments
# Infinite scroll
# Media
  ## Captions
  ## Galleries
## Bootstrap Sameheight
## Miscellaneous
## Font Fix Screen
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}
section {
  position: relative;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg {
  display: block;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp,
tt,
var {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
p {
  margin-bottom: 1.5em;
}
dfn,
cite,
em {
  font-style: italic;
}
cite {
  font-weight: 600;
}
blockquote {
  margin: 0 1.5em 20px;
  border-color: #111111;
}
address {
  margin: 0 0 1.5em;
}
pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}
abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}
big {
  font-size: 125%;
}
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}
body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}
blockquote,
q {
  quotes: "" "";
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}
ul,
ol {
  margin: 0 0 1em 1em;
  padding-left: 20px;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}
dt {
  font-weight: bold;
  margin-bottom: 10px;
}
dd {
  margin: 0 1.5em 1.5em;
}
img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}
figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 15px 0;
  width: 100%;
}
table th,
table td {
  border: 1px solid #dedede;
  padding: 5px;
  text-align: center;
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  background-color: #111111;
  border: medium none;
  color: #fff;
  padding: 2px 15px;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  background-color: #000;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
}
select {
  border: 1px solid #ccc;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}
textarea {
  width: 100%;
}
form.post-password-form label > input {
  background: #f8f8f8;
  border: 1px solid #dcdcdc;
  padding: 10px 8px;  
}
form.post-password-form input {
  padding: 11px 15px;
  font-weight: 700;
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a:link,
a:visited {
  transition: all 0.3s ease 0s;
  text-decoration: none;
}
a:hover,
a:focus,
a:active {
  text-decoration: none;
}
a:hover,
a:active {
  outline: 0;
  color: inherit;
}
body {
  font-family: 'Jost',sans-serif;
}
.ft_syne,h1,h2,h3,h4 {
  font-family: "Syne", sans-serif;
  font-weight: 700;
}
p {
  color: #232323;
  font-size: 18px;
  line-height: 26px;
}

/*-------------------------------------------------------------
                CUSTOM CSSS START  
--------------------------------------------------------------*/
.navbar-expand-lg {
  display: block;
}
.user_links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.user_links a {
  display: inline-block;
  text-decoration: none;
}
.user_links a:not(.toggle_link) {
  padding-left: 12px;
  margin-left: 12px;
  border-left: 1px solid #000;
}
.user_links .toggle_link {
  margin-left: 20px;
}
.user_links a.heart_link {
  margin: 0;
  padding: 0;
  border: none;
}
header#masthead {
  position: relative;
  padding: 5px 0;
  border-bottom: 1px solid #000;
  background: #fff;
  display: block;
}
.navbar-brand {
  padding: 0;
  margin: 0;
  text-align: center;
}
header#masthead .row {
  align-items: center;
}
.search_form .form .form-control {
  border: none;
  border-bottom: 2px solid #232323;
  box-shadow: none;
  outline: none;
  border-radius: 0;
  height: 40px;
  padding: 0 50px;
  color: #989898;
}
.search_form .form .form-control::placeholder {
  color: #989898;
}
.search_form .form {
  position: relative;
}
.search_form .form .btn-submit {
  width: 30px;
  height: 30px;
  background: transparent;
  color: #000;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  box-shadow: none;
  outline: none;
}
.secBanner {
  padding-top: 95px;
  background-size: cover;
  background-position: center;
}
.secBanner .row {
  align-items: center;
}
.bn_content h5 {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 10px;
  color: #047904;
  font-weight: 700;
}
.bn_content h1 {
  font-size: 50px;
  line-height: 60px;
  margin-bottom: 20px;
  color: #232323;
}
.bn_content p {
  margin-bottom: 40px;
}
.btn-custom {
  display: inline-block;
  text-decoration: none;
  font-size: 18px;
  line-height: 26px;
  color: #232323;
  font-weight: 700;
  padding: 16px 32px;
  background: #FFDE15;
  border-radius: 5px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: all 0.4s ease-in-out !important;
}
.btn-custom:before {
  content: '';
  width: 100px;
  height: 50px;
  background: #047904;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all 0.4s ease-in-out !important;
  pointer-events: none;
  border-radius: 100%;
  right: 0;
  margin: auto;
  transform: translateY(60px);
}
.btn-custom:hover:before {
  transform: none;
  width: 100%;
  height: 100%;
  border-radius: 0;
}
.btn-custom:hover {
  color: #fff;
}
.bn_thumb {
  text-align: right;
}
.bn_marq {
  background: #047904;
  padding: 13px 0;
  position: relative;
  margin-top: 92px;
}
.bn_marq marquee .icon {
  color: #FFDE15;
  margin: 0 20px;
}
.bn_marq marquee h3 {
  display: inline;
  color: #fff;
  font-size: 28px;
  line-height: 34px;
  margin: 0;
}
.secCat {
  padding: 37px 0 60px;
}
.top_head  h2 {
  font-size: 50px;
  line-height: 60px;
  margin-bottom: 12px;
}
.top_head p {
  margin: 0;
}
.cat_slider {
  margin-top: 40px;
}
.catBox {
  border: 1px solid #232323;
  border-radius: 5px;
  height: 215px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
}
.catBox .thumb  img {
  width: auto;
  margin: 0 auto;
}
.catBox .thumb {
  margin-bottom: 20px;
}
.style_nav .owl-dots {
  display: none;
}
.style_nav .owl-nav button {
  width: 68px;
  height: 68px;
  border: 1px solid #232323 !important;
  border-radius: 100%;
  background: transparent !important;
  font-size: 30px !important;
  box-shadow: none;
  outline: none;
  transition: all 0.3s ease-in-out !important;
  position: absolute;
  top: 72px;
}
.style_nav .owl-nav button:hover {
  background: #232323 !important;
  color: #fff !important;
}
.style_nav .owl-nav button.owl-prev {
  left: -100px;
}
.style_nav .owl-nav button.owl-next {
  right: -100px;
}
.catBox h4 {
  margin: 0;
  font-size: 20px;
  line-height: 24px;
}
.secCatalog {
  padding: 100px 0 50px;
}
.catalogBox {
  height: 320px;
  background-size: cover;
  background-position: center;
  padding: 103px 40px;
}
.catalogBox h3 {
  font-size: 28px;
  line-height: 34px;
  color: #000;
  margin-bottom: 20px;
}
.catalogBox a {
  color: #000;
  text-decoration: none;
  display: inline-block;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
}
.pdBox .thumb {
  background: #f7f7f7;
  position: relative;
  overflow: hidden;
  height: 314px;
  border-radius: 10px;
  margin-bottom: 20px;
}
.pdBox .thumb img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.pdBox .thumb .sale_tag {
  position: absolute;
  top: 20px;
  left: 20px;
  background: #232323;
  color: #FAF6EF;
  font-size: 16px;
  line-height: 23px;
  padding: 2px 12px;
  border-radius: 5px;
}
.pdBox {
  position: relative;
  text-align: center;
}
.pdBox h4 {
  font-size: 18px;
  line-height: 28px;
  font-family: 'Jost';
  font-weight: 500;
  color: #000;
  margin-bottom: 7px;
}
.pdBox .colors .color {
  width: 12px;
  height: 12px;
  display: inline-block;
  border-radius: 100%;
  margin: 0 5px;
}
.pdBox .colors {
  display: flex;
  justify-content: center;
}
.pd_grids .col-12.col-md-3 {
  margin-top: 56px;
}
.pd_grids {
  margin-bottom: 40px;
}
.secProducts {
  padding: 50px 0;
}
.secQuality {
  padding: 50px 0;
}
.qualityBox {
  height: 576px;
  background-size: cover;
  background-position: center;
  position: relative;
  padding: 144px 40px;
  padding-right: 50%;
}
.qualityBox h2 {
  margin-bottom: 44px;
  font-size: 50px;
  line-height: 60px;
  color: #000;
}
.qualityBox p {
  margin-bottom: 40px;
}
.infoBox {
  display: flex;
  align-items: center;
}
.infoBox .thumb {
  margin-right: 20px;
}
.infoBox .ctn h5 {
  font-weight: 700;
  color: #000;
  font-size: 18px;
  line-height: 28px;
  margin: 0;
}
.infoBox .ctn p {
  margin: 0;
}
.secQuality .info_grid {
  padding: 38px 0;
  border-bottom: 1px solid #989898;
}
.brand_box {
  border: 2px solid #232323;
  height: 145px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.brand_box img {
  width: auto !important;
}
.secBrands {
  padding: 50px 0 100px;
}
.brand_slider {
  margin-top: 40px;
}
.brand_slider.style_nav .owl-nav button {
  top: 35px;
}
.secTrend {
  background: #FAF6EF;
  padding: 100px 0;
}
.product_slider {
  margin-top: 40px;
}
.product_slider.style_nav .owl-nav button {
  top: 60%;
}
.secTestimonials {
  padding: 100px 0 50px;
}
.testimonial_slider {
  margin-top: 40px;
}
.tstBox {
  border: 1px solid #232323;
  border-radius: 20px;
  padding: 30px 20px;
}
.tstBox .ctn {
  position: relative;
  padding-left: 93px;
  min-height: 93px;
}
.tstBox .ctn .thumb {
  width: 73px;
  height: 73px;
  border-radius: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}
.tstBox .ctn h4 {
  color: #232323;
  font-size: 28px;
  line-height: 34px;
  margin-bottom: 5px;
}
.tstBox .ctn p {
  margin: 0;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
}
.tstBox .ctn .quote {
  background: #047904;
  width: 43px;
  height: 43px;
  border-radius: 100%;
  position: absolute;
  right: 0;
  top: 0;
  padding: 14px;
}
.tstBox .ctn .quote img {
  width: auto !important;
}
.tstBox  .txt {
  margin-top: 20px;
  margin-bottom: 50px;
}
.tstBox .txt p {
  margin: 0;
}
.tstBox .stars {
  color: #FFA600;
}
.testimonial_slider  .owl-nav {
  display: none;
}
.testimonial_slider  .owl-dots {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.testimonial_slider .owl-dots .owl-dot {
  width: 12px;
  height: 12px;
  background: #232323;
  border-radius: 100%;
  margin: 0 5px;
  box-shadow: none;
  outline: none;
  transition: all 0.3s ease-in-out !important;
}
.testimonial_slider .owl-dots .owl-dot:hover,
.testimonial_slider .owl-dots .owl-dot.active {
  background: #047904;
}
.secContact {
  padding: 50px 0 100px;
}
.ct_list {
  margin-top: 67px;
}
.ct_list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.ct_list ul li:not(:last-child) {
  margin-bottom: 20px;
}
.ct_list ul li {
  position: relative;
  padding-left: 76px;
  font-size: 20px;
  line-height: 33px;
  color: #232323;
}
.ct_list ul li .icon {
  width: 56px;
  height: 56px;
  background: #047904;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ct_list ul li strong {
  display: block;
}
.ct_list ul li a {
  color: #232323;
  display: inline-block;
  text-decoration: none;
}
.ct_form {
  margin-top: 47px;
}
.ct_form .form-control {
  border: 1px solid #000;
  height: 60px;
  border-radius: 0;
  font-size: 18px;
  color: #989898;
  box-shadow: none;
  outline: none;
  margin-bottom: 20px;
}
.ct_form .form-control::placeholder {
  color: #989898;
}
.ct_form textarea.form-control {
  height: 143px;
  padding: 17px;
}
.ct_form .btn-submit {
  background: #FFDE15;
  color: #232323;
  font-weight: 700;
  padding: 16px 32px;
  border-radius: 5px;
  border: 1px solid #FFDE15;
  font-size: 18px;
  box-shadow: none;
  outline: none;
  transition: all 0.3s ease-in-out !important;
}
.ct_form .btn-submit:hover {
  background: transparent;
}
.footer-widget {
  padding: 40px 0 60px;
  background: #047904;
}
.widget h3 {
  color: #fff;
  font-size: 38px;
  line-height: 46px;
  margin-bottom: 22px;
}
.widget ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.f-2 .widget ul li a {
  color: #F5F5F5;
  font-size: 18px;
  line-height: 26px;
  display: inline-block;
  text-decoration: none;
  transition: all 0.3s ease-in-out !important;
}
.f-2 .widget ul li a:hover {
  color: #ffde15;
}
.f-2 .widget ul li:not(:last-child) {
  margin-bottom: 6px;
}
.newsletter .form-control {
  height: 38px;
  background: transparent;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #fff;
  padding: 0;
  color: #F5F5F5;
  font-size: 18px;
  box-shadow: none;
  outline: none;
  margin-bottom: 30px;
}
.newsletter .form-control::placeholder {
  color: #F5F5F5;
}
.newsletter {
  position: relative;
}
.newsletter .bnt-submit {
  position: absolute;
  top: 0;
  right: 0;
  background: transparent;
  box-shadow: none;
  outline: none;
  padding: 0;
  font-size: 18px;
}
.newsletter  .check_agree {
  margin: 0;
  font-size: 14px;
  color: #FAF6EF;
  position: relative;
  padding-left: 28px;
  cursor: pointer;
}
.newsletter .check_agree input {
  width: 0;
  height: 0;
}
.newsletter .check_agree input:before {
  content: '';
  width: 18px;
  height: 18px;
  border: 1px solid #fff;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.newsletter .check_agree input:checked:before {
  content: '\f00c';
  font-family: 'Font Awesome 5 Free';
  font-weight: 600;
  background: #ffde15;
  border-color: #ffde15;
  color: #000;
}
.footer-widget .f-1 {
  padding-right: 10%;
}
.widget p {
  color: #fff;
  margin: 0;
}
.widget.social_links {
  margin-top: 60px;
}
.widget.social_links a {
  display: inline-block;
  text-decoration: none;
  margin-right: 12px;
}
.ft_logo {
  margin-bottom: 20px;
}
.footer {
  background: #047904;
  position: relative;
  padding: 22px 0;
  border-top: 1px solid #fff;
}
.site-info p {
  color: #fff;
  margin: 0;
}
.site-info .text-right p {
  text-align: right;
}
.site-info p a {
  text-decoration: none;
  color: #fff;
}
.main_nav {
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  z-index: 999;
  padding: 190px 60px 153px;
  transform: translateX(110%);
  transition: all 0.6s ease-in-out !important;
  width: 30%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow-y: scroll;
  background: rgb(0 0 0 / 81%);
  backdrop-filter: blur(22px);
}
.main_nav .close_menu {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  width: 38px;
  height: 38px;
  background: #fff;
  border-radius: 100%;
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 18px;
}
.main_nav .main_menu .nav-link {
  color: #fff;
  font-size: 28px;
  line-height: 34px;
  display: block;
  text-decoration: none;
  transition: all 0.3s ease-in-out !important;
  font-family: 'Syne',sans-serif;
  font-weight: 700;
}
.main_nav .main_menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
.main_nav .main_menu li:not(:last-child) {
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
}
.main_nav .main_menu .nav-link:hover {
  padding-left: 20px;
  padding-;
}
.main_nav:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  pointer-events: none;
}
.main_nav.open_menu {
  transform: none;
}
.main_nav .widget.social_links {
  margin-top: 140px;
}
.popup_search {
  display: none;
}
.inner_banner {
  padding: 120px 0;
  text-align: center;
  background-size: cover;
  background-position: center;
}
.inner_banner h1 {
  font-size: 50px;
  line-height: 60px;
  color: #232323;
}
.inner_banner p {
  margin: 0;
  font-size: 18px;
  color: #232323;
  font-weight: 500;
}
.inner_banner p a {
  text-decoration: none;
  color: #232323;
}
.inner_banner p .sep {
  margin: 0 10px;
}
.secAbout {
  padding: 100px 0 100px;
}
.secAbout .thumb {
  position: relative;
  padding-right: 100px;
}
.secAbout .thumb .thumb_style {
  position: absolute;
  bottom: -47px;
  right: 0;
}
.secAbout .top_head {
  padding-left: 40px;
}
.secAbout .row,.secFaq .row {
  align-items: center;
}
.secFaq {
  padding: 47px 0 100px;
}
.accordion-item .accordion-button {
  box-shadow: none;
  background: #232323;
  color: #fff;
  font-size: 28px;
  line-height: 34px;
  padding: 13px 20px;
}
.accordion-item .accordion-button:after {
  filter: brightness(0) invert(1);
}
.accordion-item .accordion-body p {
  margin: 0;
  color: #000;
}
.accordion-item {
  border-color: #000;
  margin-bottom: 20px;
}
.secCounter {
  padding: 94px 0;
  background-size: cover;
  background-position: center;
}
#counter .item h3 {
  color: #fff;
  font-size: 70px;
  line-height: 85px;
  font-weight: 700;
}
#counter .item p {
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  margin: 0;
  font-weight: 600;
}
#counter .item {
  text-align: center;
}
.secFaq .accordion {
  margin-top: 30px;
}
.teamBox .thumb {
  height: 404px;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.teamBox .thumb img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.4s ease-in-out !important;
}
.teamBox .ctn {
  background: #232323;
  border-radius: 5px;
  text-align: center;
  margin: 0 10%;
  padding: 20px;
  margin-top: -60px;
  z-index: 1;
  position: relative;
  transition: all 0.4s ease-in-out !important;
}
.teamBox:hover .ctn {
  background: #047904;
}
.teamBox .ctn h3 {
  color: #fff;
  font-size: 22px;
  line-height: 24px;
  margin: 0;
}
.teamBox .ctn p {
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  margin: 0;
}
.teamBox .thumb .social_icons {
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transform: translateX(100px);
  transition: all 0.6s ease-in-out !important;
  z-index: 2;
}
.teamBox .thumb .social_icons img {
  width: auto;
}
.teamBox .thumb .social_icons a {
  display: block;
  text-decoration: none;
}
.teamBox .thumb .social_icons a:not(:last-child) {
  margin-bottom: 15px;
}
.teamBox:hover .thumb .social_icons {
  transform: none;
}
.teamBox .thumb:before {
  content: '';
  width: 100%;
  height: 100%;
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.4s ease-in-out !important;
  z-index: 1;
  pointer-events: none;
}
.teamBox:hover .thumb:before {
  opacity: 0.5;
}
.teamBox:hover .thumb img {transform: scale(1.1);}
.secTeam {
  padding: 70px 0 90px;
}
.secTeam .col-12.col-md-3 {
  margin-top: 30px;
}
.secCustomize {
  padding: 80px 0;
  background: #FAF6EF;
}
.secChoose {
  padding: 80px 0 20px;
}
.secChoose .row {
  margin-top: 50px;
}
.chooseBox .thumb {
  width: 76px;
  height: 76px;
  background: #047904;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}
.chooseBox {
  text-align: center;
}
.chooseBox h4 {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 10px;
  color: #232323;
}
.chooseBox p {
  margin: 0;
  color: #989898;
}
.secAbout .top_head.pl-0 {
  padding-left: 0;
}
.secCustomize .top_head h2 {
  margin-bottom: 30px;
}



.clr-green {
  color: #047904;
}

@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1440px;
  }
}

@media screen and (max-width: 1640px) {
  .style_nav .owl-nav button.owl-prev {
    left: -80px;
  }
  .style_nav .owl-nav button.owl-next {
    right: -80px;
  }
} 

@media screen and (max-width: 1560px) {
  .style_nav .owl-nav button {
    width: 48px;
    height: 48px;
    font-size: 24px !important;
  }
  .style_nav .owl-nav button.owl-prev {
    left: -60px;
  }
  .style_nav .owl-nav button.owl-next {
    right: -60px;
  }
  .brand_slider.style_nav .owl-nav button {
    top: 45px;
  }
} 

@media screen and (max-width: 1500px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 100%;
    padding-left: 70px;
    padding-right: 70px;
  }
  .tstBox .ctn h4 {
    font-size: 24px;
    line-height: 26px;
  }
  .top_head h2 {
    font-size: 40px;
    line-height: 50px;
  }
  p {
    font-size: 16px;
  }
  .catBox h4 {
    font-size: 18px;
  }
  .catalogBox h3 {
    font-size: 24px;
    line-height: 32px;
  }
  .qualityBox h2 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 35px;
  }
  .btn-custom {
    font-size: 16px;
    line-height: 24px;
  }
}

@media screen and (max-width: 1400px) {
  .style_nav .owl-nav button.owl-prev {
    left: -55px;
  }
  .style_nav .owl-nav button.owl-next {
    right: -55px;
  }
  .teamBox .thumb {
    height: 345px;
  }
  .teamBox .ctn h3 {
    font-size: 20px;
  }
  .teamBox .ctn p {
    font-size: 16px;
  }
  .chooseBox h4 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 4px;
  }
}

@media screen and (max-width: 1300px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    padding-left: 30px;
    padding-right: 30px;
  }
  .style_nav .owl-nav button.owl-prev {
    left: -25px;
  }
  .style_nav .owl-nav button.owl-next {
    right: -25px;
  }
  .style_nav .owl-nav button {
    background: #232323 !important;
    color: #fff !important;
  }
  .tstBox .ctn {
    padding-right: 15%;
  }
  .widget h3 {
    font-size: 33px;
    line-height: 40px;
  }
}

@media screen and (max-width: 1199px) {
  .bn_marq marquee h3 {
    font-size: 24px;
  }
  .bn_content h1 {
    font-size: 36px;
    line-height: 1.4;
  }
  .top_head h2 {
    font-size: 36px;
    line-height: 1.4;
  }
  .catBox {
    height: 165px;
  }
  .catBox .thumb {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .catBox .thumb img {
    height: 100%;
    object-fit: cover;
  }
  .style_nav .owl-nav button {
    top: 60px;
    width: 43px;
    height: 43px;
    font-size: 18px !important;
  }
  .catalogBox {
    height: 260px;
    padding: 80px 30px;
  }
  .secCatalog {
    padding-top: 50px;
  }
  .catalogBox h3 {
    font-size: 22px;
    line-height: 30px;
  }
  .pdBox .thumb {
    height: 254px;
  }
  .qualityBox {
    height: 485px;
    padding: 120px 30px;
    padding-right: 40%;
  }
  .infoBox .ctn h5 {line-height: 24px;}
  .infoBox .ctn p {
    font-size: 13px;
  }
  .secQuality {
    padding-bottom: 0;
  }
  .secBrands {
    padding-bottom: 50px;
  }
  .secTrend {
    padding: 50px 0;
  }
  .brand_box {
    height: 100px;
    padding: 20px;
  }
  .brand_slider.style_nav .owl-nav button {
    top: 30px;
  }
  .product_slider.style_nav .owl-nav button {
    top: 54%;
  }
  .ct_form .form-control {
    height: 52px;
  }
  .ct_form .btn-submit {
    font-size: 16px;
  }
  .widget h3 {
    font-size: 28px;
    line-height: 35px;
  }
  .f-2 .widget ul li a {
    font-size: 16px;
  }
  .newsletter .form-control {
    font-size: 15px;
  }
  .newsletter .bnt-submit {
    font-size: 15px;
    top: 6px;
  }
  .main_nav {
    width: 45%;
  }
  .secAbout .top_head {
    padding-left: 20px;
  }
  #counter .item h3 {
    font-size: 60px;
    line-height: 70px;
  }
  .secAbout .thumb .thumb_style {
    width: 190px;
  }
  .inner_banner {
    padding: 100px 0;
  }
  .inner_banner h1 {
    font-size: 40px;
    line-height: 1.4;
  }
  .accordion-item .accordion-button {
    font-size: 20px;
    line-height: 30px;
    padding: 12px 18px;
  }
  .secAbout {
    padding-bottom: 50px;
  }
  .secTeam .col-12.col-md-3 {
    width: 33.33%;
  }
  .chooseBox h4  {
    font-size: 18px;
  }
}

@media screen and (max-width: 840px) {
  .style_nav .owl-nav {
    display: none;
  }
  .style_nav .owl-dots {
    display: flex;
    justify-content: center;
    margin-top: 40px;
  }
  .style_nav .owl-dots  .owl-dot {
    width: 12px;
    height: 12px;
    background: #232323;
    border-radius: 100%;
    margin: 0 5px;
    box-shadow: none;
    outline: none;
  }
  .style_nav .owl-dots .owl-dot.active,
  .style_nav .owl-dots .owl-dot:hover {
    background: #047904;
  }
  .pd_grids .col-12.col-md-3 {
    width: 33.33%;
  }
  .qualityBox {
    height: 405px;
    padding: 70px 30px;
    padding-right: 20%;
  }
  .catalogBox {
    height: 240px;
    padding: 65px 30px;
  }
  .catalogBox h3 {
    font-size: 18px;
    line-height: 1.4;
  }
  .secCat {
    padding-bottom: 40px;
  }
  .secQuality {
    padding-top: 30px;
  }
  .info_grid .col-12.col-md-3 {
    width: 50%;
    margin-top: 30px;
  }
  .secQuality .info_grid {
    padding-top: 0;
  }
  .top_head h2 {
    font-size: 30px;
  }
  .ct_list ul li {
    font-size: 17px;
    line-height: 28px;
    padding-left: 62px;
  }
  .ct_list ul li .icon {
    width: 44px;
    height: 44px;
    padding: 10px;
  }
  .ct_form .btn-submit {
    padding: 12px 24px;
  }
  .btn-custom {
    padding: 12px 24px;
  }
  .secBanner {
    padding-top: 75px;
  }
  .ct_form .col-12.col-md-6 {
    width: 100%;
  }
  .footer-widget .col-12.col-md-6,.footer-widget .col-12.col-md-3 {
    width: 100%;
    text-align: center;
    padding: 0 16%;
  }
  .footer-widget .f-2 {
    margin: 40px 0;
  }
  .main_nav {
    width: 65%;
  }
  .catalogBox a {
    font-size: 16px;
    line-height: 22px;
  }
  .secAbout .col-12.col-md-6,
  .secFaq .col-12.col-md-6 {
    width: 100%;
    margin: 20px 0;
  }
  .secAbout .thumb .thumb_style {
    width: 350px;
  }
  .secAbout .col-12.col-md-6:last-child,
  .secFaq .col-12.col-md-6:last-child{
    margin-bottom: 0;
  }
  .secAbout {
    padding-bottom: 0;
    padding-top: 50px;
  }
  #counter .item h3 {
    font-size: 40px;
    line-height: 50px;
  }
  #counter .item p {
    font-size: 16px;
  }
  .secCounter {
    padding: 75px 0;
  }
  .secAbout .top_head {
    padding-left: 0px;
  }
  .secTeam .col-12.col-md-3 {
    width: 50%;
  }
  .teamBox .thumb {
    height: 404px;
  }
  .secCustomize {
    margin-top: 40px;
  }
  .secChoose .col-12.col-md-3 {
    width: 50%;
    margin-top: 30px;
  }
  .secChoose .row {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .ct_list {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .site-info .col-12.col-md-6 {
    width: 50%;
  }
  .secCatalog .col-12.col-md-6 {
    width: 50%;
  }
  .bn_thumb {
    margin-top: 30px;
  }
  .catalogBox a {
    font-size: 15px;
  }
  .catalogBox {
    height: 220px;
    padding: 55px 30px;
  }
  .catalogBox h3 {
    margin-bottom: 15px;
  }
  .popup_search {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgb(0 0 0 / 91%);
    z-index: 999;
  }
  .popup_search .ctn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
  }
  .popup_search .form {
    width: 70%;
    background: #fff;
    padding: 30px;
    position: relative;
    border-radius: 10px;
  }
  .popup_search .form .btn-submit {
    background: transparent;
    padding: 0;
    position: absolute;
    right: 40px;
    top: 40px;
  }
  .popup_search .form .form-control {
    height: 54px;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 0 20px;
    color: #000;
    box-shadow: none;
    outline: none;
  }
  .search_form .form {
    display: none;
  }
  .popup_search .close_popup {
    background: #f00;
    width: 32px;
    height: 32px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    position: absolute;
    right: -15px;
    top: -15px;
  }
  .user_links a:not(.toggle_link) {
    display: none;
  }
  .main_nav .user_links a:not(.toggle_link) {
    display: block;
  }
  .main_nav .user_links a.toggle_link {
    display: none;
  }
  .main_nav .user_links a img {
    filter: brightness(0) invert(1);
  }
  .user_links a:not(.toggle_link) {
    border-color: #fff;
  }
  .main_nav .user_links {
    justify-content: center;
    margin-top: 70px;
  }
  .main_nav .widget.social_links {
    text-align: center;
    margin-top: 70px;
  }
  .main_nav {
    width: 60%;
    padding: 0 40px;
    padding-top: 100px;
    padding-bottom: 40px;
  }
  .main_nav .main_menu .nav-link {
    font-size: 24px;
    line-height: 30px;
  }
  header#masthead .row .col-12.col-md-4 {
    width: 33.33%;
  }
  .bn_content {
    text-align: center;
  }
  #counter .col-12.col-md-3 {
    width: 50%;
    margin: 20px 0;
  }
  .secCounter {
    padding: 55px 0;
  }
  .secTeam {
    padding: 30px 0 60px;
  }
  .secCustomize {
    padding: 60px 0;
  }
}

@media screen and (max-width: 540px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    padding-left: 15px;
    padding-right: 15px;
  }
  .bn_marq marquee h3 {
    font-size: 20px;
  }
  .pd_grids .col-12.col-md-3 {
    width: 50%;
  }
  .qualityBox h2 {
    font-size: 28px;
    line-height: 1.4;
    margin-bottom: 20px;
  }
  .qualityBox {
    height: auto;
    padding: 40px 20px;
  }
  .qualityBox p {
    margin-bottom: 25px;
  }
  .footer-widget .col-12.col-md-6, 
  .footer-widget .col-12.col-md-3 {
    padding: 0 10%;
  }
  .site-info .col-12.col-md-6 {
    width: 100%;
    text-align: center;
  }
  .site-info .text-right p {
    text-align: center;
  }
  .catalogBox {
    height: auto;
  }
  .secCatalog .col-12.col-md-6 {
    width: 100%;
    margin: 10px 0;
  }
  .main_nav {
    width: 100%;
  }
  .secAbout .thumb .thumb_style {
    width: 190px;
  }
  .secAbout .thumb {
    padding-right: 50px;
  }
  .secTeam .col-12.col-md-3 {
    width: 100%;
  }
  .inner_banner h1 {
    font-size: 30px;
  }
  .secChoose .col-12.col-md-3 {
    width: 100%;
  }
}

@media screen and (max-width: 390px) {
  .bn_content h1 {
    font-size: 30px;
    line-height: 1.2;
  }
  .bn_content h5 {
    font-size: 16px;
    line-height: 1.2;
  }
  .bn_content p {
    margin-bottom: 30px;
  }
  .top_head h2 {
    font-size: 24px;
    line-height: 1.2;
  }
  .secCatalog {
    padding-top: 0;
  }
  .secProducts {
    padding-top: 0;
  }
  .pdBox .thumb {
    height: 185px;
  }
  .pdBox .thumb .sale_tag {
    font-size: 13px;
  }
  .pdBox h4 {
    font-size: 16px;
    line-height: 1.4;
  }
  .qualityBox h2 {
    font-size: 24px;
  }
  .info_grid .col-12.col-md-3 {
    width: 100%;
  }
  .tstBox .ctn h4 {
    font-size: 18px;
    line-height: 1.1;
  }
  .tstBox .ctn {
    min-height: inherit;
    margin-bottom: 40px;
  }
  .tstBox .txt {
    margin-top: 0;
    margin-bottom: 30px;
  }
  .secContact {
    padding-top: 0;
    padding-bottom: 50px;
  }
  .widget h3 {
    font-size: 24px;
    line-height: 1.2;
  }
  .popup_search .form {
    padding: 20px;
    width: 90%;
  }
  .popup_search .form .btn-submit {
    right: 32px;
    top: 33px;
  }
  .secAbout .thumb {
    padding-right: 0px;
  }
}

#FacetsWrapperDesktop h2 , #FacetsWrapperDesktop span{
  font-weight: 500;
  font-size: 16px;
}

#customify-container {
    border: 2px solid black;
    padding: 15px;
    text-align: center;
}

#customify-container a{
    color: #000;
}
#customify-container:hover {
    background-color: black;
}
#customify-container:hover a{
   color: white;
}
.colors{
  display: flex;
  justify-content: center;
}
.colors span.color{
width: 12px;
    height: 12px;
    display: inline-block;
    border-radius: 100%;
    margin: 10px 5px;
}

#cst-container .single-option-selector {
   padding: 10px;
}