/*
Theme Name: Open Mart
Theme URI: https://themehunk.com/product/open-mart/
Author: ThemeHunk
Author URI: https://www.themehunk.com
Description: Open Mart is a fully Versatile eCommerce WordPress theme suitable for any kind of Fashion Shop, Hightech Store, Gift Shop, Food, Grocery, Clothing Shop, Electronics shop and all kinds of marketplace business that needs a feature-rich and beautiful presence site. Theme option panel is so easy to use, and it is deeply integrated with Woocommerce plugin and Lead form Builder plugin. Some theme features are quick view, translation ready, shop with category, Top slider, Section on/off, Global Colors, Header & Footer layouts, Product Filter, Vertical Tabbed Carousel, Banner, Brand Section Etc. Theme is a fully responsive template that works perfect on all kind of resolutions as well for mobile, tablet, desktop having a medium and large screen.
Version: 1.2.9
Requires at least: 4.5
Tested up to: 6.1
Requires PHP: 5.6
License: GNU General Public License v3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.en.html
Text Domain: open-mart
Tags: wide-blocks, block-patterns, block-styles, editor-style, e-commerce, blog, grid-layout, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-logo, custom-menu, featured-image-header, featured-images, custom-header, footer-widgets, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap');
@font-face {
  font-family: 'DIN Pro';
  src: local('DIN Pro Black'), local('DIN-Pro-Black'),
      url('third-party/fonts/dinpro/DINPro-Black.woff2') format('woff2'),
      url('third-party/fonts/dinpro/DINPro-Black.woff') format('woff'),
      url('third-party/fonts/dinpro/DINPro-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'DIN Pro';
  src: local('DIN Pro Bold'), local('DIN-Pro-Bold'),
      url('third-party/fonts/dinpro/DINPro-Bold.woff2') format('woff2'),
      url('third-party/fonts/dinpro/DINPro-Bold.woff') format('woff'),
      url('third-party/fonts/dinpro/DINPro-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'DIN Pro';
  src: local('DIN Pro Medium'), local('DIN-Pro-Medium'),
      url('third-party/fonts/dinpro/DINPro-Medium.woff2') format('woff2'),
      url('third-party/fonts/dinpro/DINPro-Medium.woff') format('woff'),
      url('third-party/fonts/dinpro/DINPro-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

.thunk-product .woosw-btn:before,
.woosw-btn:before {
  content: "\f08a";
  font-family: 'fontawesome';
  margin: 0;
  font-size: 16px;
}

.thunk-product .woosw-btn,
.woosw-btn,
.thunk-product .wooscp-btn,
.wooscp-btn {
  position: relative;
  justify-content: center;
  font-size: 0;
  background: transparent;
}

.thunk-product .woosw-added:before,
.woosw-added:before {
  content: "\f004" !important;
  margin: 0 !important;
}

.thunk-product .wooscp-btn:before,
.wooscp-btn:before {
  content: "\f074" !important;
  font-family: 'fontawesome';
  margin: 0 !important;
  font-size: 16px;
}

/***********************/
/*structure style*/
/***********************/
/*--------------------------------------------------------------
1.0 Normalize
Styles based on Normalize v5.0.0 @link https://github.com/necolas/normalize.css
--------------------------------------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
  clear: both;
}

*,
html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
label,
fieldset,
input,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'DIN Pro';
  font-weight: 900;
  letter-spacing: 1px;

}

h1 {
  font-size: 24px;
  line-height: 38px;
}

h2 {
  font-size: 22px;
  line-height: 35px;
}

h3 {
  font-size: 20px;
  line-height: 32px;
}

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

h5 {
  font-size: 20px;
  line-height: 27px;
}

h6 {
  font-size: 16px;
  line-height: 25px;
}

a {

  text-decoration: none !important;
  cursor: pointer;
}

figcaption,
main {
  display: block;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

embed,
iframe,
object,
video {
  margin-bottom: 1.5em;
  max-width: 100%;
  vertical-align: middle;
}

iframe {
  width: 100%;

}

hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-size: 1em;
}

a:focus,
.main-header-bar .menu-toggle .menu-btn:focus {
  outline: thin dotted;
  text-decoration: underline;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

.entry-content p a,
.thunk-post-excerpt a,
.textwidget a {
  text-decoration: underline !important;
}

a,
a:hover,
button {
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

abbr[title] {
  border-bottom: 1px #767676 dotted;
  text-decoration: none;
}

b,
strong {
  font-weight: inherit;
}

code,
kbd,
samp {
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ffdc32;
  color: #000000;
  padding: .1875em 0.3em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

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

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  font-family: 'Roboto', sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

button {
  border: 0;
}

button:hover {
  cursor: pointer;
}

fieldset {
  border: 1px solid #bbb;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

.page-links {
  clear: both;
  padding: 15px 0px;
  width: 100%;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details,
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

table {
  border-collapse: separate;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  margin: 0 0 1.5em;
  width: 100%;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 8px;
  text-align: left;
  border-width: 0 1px 1px 0;
}

th,
th a,
dt,
b,
strong {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
}

table,
td,
th {
  border: 1px solid rgba(0, 0, 0, .1);
}

a {
  color: #000000;
}

a:hover, .wc-block-checkout__terms span a:hover,.tk-warranty-box p a:hover {
  color: #1573FF;
}

dd {
  margin: 0 1.5em 1.5em;
}

ul {
  list-style: none;
}

/* ol,
ul {
  margin: 0 0 1.5em 3em;
} */

address {
  margin: 0 0 1.5em;
}

blockquote {
  border-left: 5px solid rgba(0, 0, 0, .05);
  padding: 15px;
  font-size: 15px;
  font-style: italic;
  margin: 0 0 1.5em;
  line-height: inherit;
  position: relative;
}

blockquote,
q {
  quotes: "" "";
}

pre {
  background: #eee;
  margin-bottom: 1.6em;
  overflow: auto;
  max-width: 100%;
  padding: 1.6em;
}

code,
kbd,
pre,
samp {
  font-size: 1em;
  font-family: 'Roboto', sans-serif;
}

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

body {
  color: #000000;
  background: #ffffff;
  font-style: normal;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.8px;
  margin: 0;
  padding: 0;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  -moz-font-feature-settings: "liga" on;
}

.entry-content form.post-password-form input[type="password"] {
  width: 250px;
}

.entry-content form.post-password-form input[type="submit"] {
  background: #ff0052;
  border: medium none;
  color: #fff;
  display: inline-block;
  font-weight: 500;
  line-height: 36px;
  margin-right: 15px;
  text-align: center;
  padding: 0 10px;
  min-width: 110px;
  border-radius: 3px;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* WordPress Gallery 
------------------------------------------ */

.gallery {
  margin-left: -0.5em;
  margin-right: -0.5em;
}

.gallery:after {
  display: table;
  content: "";
  clear: both;
}

.gallery-item {
  margin: 0;
  float: left;
  padding: 0.5em;
}

.gallery-item img {
  width: 100%;
}

.gallery-columns-1 .gallery-item {
  width: 100%;
  float: none;
}

.gallery-columns-2 .gallery-item {
  width: 50%
}

.gallery-columns-3 .gallery-item {
  width: 33.3333%
}

.gallery-columns-4 .gallery-item {
  width: 25%
}

.gallery-columns-5 .gallery-item {
  width: 20%
}

.gallery-columns-6 .gallery-item {
  width: 16.6667%
}

.gallery-columns-7 .gallery-item {
  width: 14.2857%
}

.gallery-columns-8 .gallery-item {
  width: 12.5%
}

.gallery-columns-9 .gallery-item {
  width: 11.1111%
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
  clear: left;
}

.gallery-caption {}

.bypostauthor {}

/*************/
/*Pre-loader*/
/*************/
.open_mart_overlayloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f5f5f5;
  z-index: 99999;
  height: 100%;
  width: 100%;
  overflow: hidden !important;
}

.open-mart-pre-loader img {
  text-indent: -9999em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  background-position: center;
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}


/* Accessibility */
/* Text meant only for screen readers. */
/* .screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
} */
/* Many screen reader and browser combinations announce broken words as they would appear visually. */

.screen-reader-text:focus {
  background-color: #006799;
  border-radius: 0;
  box-shadow: none;
  clip: auto !important;
  clip-path: none;
  color: #fff;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 8px 25px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

.container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  /* max-width: 1300px; */
  width: 100%;
  box-sizing: border-box;
}

.top-header-bar,
.main-header-bar,
.top-footer-bar,
.below-footer-bar,
.widget-footer-wrap,
.widget-cs-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  justify-content: space-between;
}

.widget-cs-container {
  align-items: initial;
}

/*.below-footer .below-footer-bar {
  line-height: 40px;
}*/

header {
  background: #fff;
}

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

.top-header {
  border-bottom: solid;
  border-bottom-width: 0px;
}

.top-header,
.main-header,
.below-header {
  position: relative;
}

.top-header:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f7f8f9;
}

.top-header .top-header-bar {
  line-height: 45px;
}

/*below header special css*/
.below-header-col1 {
  width: auto;
}

.below-header-col2 {
  width: auto;
  margin: 0 2%;
  flex-grow: 2;
  text-align: center;
}

.below-header-col3 {
  width: auto;
}

.below-header {
  box-shadow: 0 4px 4px -4px #eee;
}

.below-header .thunk-icon .cart-icon {
  border-radius: 0;
}

/*.main-header:before,
.below-header:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
}*/

/********************/
/*thnk-col csss*/
/********************/
.thnk-col-3 .top-header-col1,
.thnk-col-3 .top-header-col2,
.thnk-col-3 .top-footer-col1,
.thnk-col-3 .top-footer-col2,
.thnk-col-3 .below-footer-col1,
.thnk-col-3 .below-footer-col2 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.thnk-col-3 .top-header-col2,
.thnk-col-3 .top-footer-col2,
.thnk-col-3 .below-footer-col2 {
  -webkit-box-pack: center;
  -webkit-justify-content: flex-center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: flex-center;
  text-align: center;
}

.thnk-col-3 .top-header-col3,
.thnk-col-3 .top-footer-col3,
.thnk-col-3 .below-footer-col3 {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: right;
}

.thnk-col-1 .top-header-col1,
.thnk-col-1 .top-footer-col1,
.thnk-col-1 .below-footer-col1 {
  text-align: center;
}

/*widget col style*/
.widget-footer-wrap {
  justify-content: flex-start !important;
  align-self: flex-start !important;
  align-items: baseline !important;
}

.thnk-col-1 .widget-footer-col1 {
  width: 100%;
  text-align: center;
  justify-content: flex-start;
  align-self: flex-start;
}

.thnk-col-2 .widget-footer-col1,
.thnk-col-2 .widget-footer-col2 {
  width: 50%;
  padding: 0px 7.5px;
  justify-content: flex-start;
  align-self: flex-start;
}

.thnk-col-3 .widget-footer-col1,
.thnk-col-3 .widget-footer-col2,
.thnk-col-3 .widget-footer-col3 {
  width: 33.33%;
  padding: 0px 7.5px;
  justify-content: flex-start;
  align-self: flex-start;
}

.thnk-col-4 .widget-footer-col1,
.thnk-col-4 .widget-footer-col2,
.thnk-col-4 .widget-footer-col3,
.thnk-col-4 .widget-footer-col4 {
  width: 25%;
  padding: 0px 7.5px;
  justify-content: flex-start;
  align-self: flex-start;
}

.thnk-col-5 .widget-footer-col1,
.thnk-col-5 .widget-footer-col2,
.thnk-col-5 .widget-footer-col3,
.thnk-col-5 .widget-footer-col4,
.thnk-col-5 .widget-footer-col5 {
  width: 20%;
  padding: 0px 7.5px;
  justify-content: flex-start;
  align-self: flex-start;
}

.thnk-col-5-1-4 .widget-footer-col1,
.thnk-col-5-1-4 .widget-footer-col2,
.thnk-col-5-1-4 .widget-footer-col3,
.thnk-col-5-1-4 .widget-footer-col4,
.thnk-col-5-1-4 .widget-footer-col5 {
  width: 15%;
  padding: 0px 7.5px;
  justify-content: flex-start;
  align-self: flex-start;
}

.thnk-col-5-1-4 .widget-footer-col1 {
  width: 40%;
}

.thnk-col-5-4-1 .widget-footer-col1,
.thnk-col-5-4-1 .widget-footer-col2,
.thnk-col-5-4-1 .widget-footer-col3,
.thnk-col-5-4-1 .widget-footer-col4,
.thnk-col-5-4-1 .widget-footer-col5 {
  width: 15%;
  padding: 0px 7.5px;
  justify-content: flex-start;
  align-self: flex-start;
}

.thnk-col-5-1-4 .widget-footer-col1 {
  width: 40%;
}

.thnk-col-3-1-2 .widget-footer-col1 {
  width: 50%;
  padding: 0px 7.5px;
  order: 1;
}

.thnk-col-3-1-2 .widget-footer-col2 {
  width: 20%;
  padding: 0px 7.5px;
  order: 2;
}

.thnk-col-3-1-2 .widget-footer-col3 {
  width: 20%;
  padding: 0px 7.5px;
  order: 3;
}

.thnk-col-3-2-1-2 .widget-footer-col1 {
  width: 25%;
  padding: 0px 7.5px;
  order: 1;
}

.thnk-col-3-2-1-2 .widget-footer-col2 {
  width: 50%;
  padding: 0px 7.5px;
  order: 2;
}

.thnk-col-3-2-1-2 .widget-footer-col3 {
  width: 25%;
  padding: 0px 7.5px;
  order: 3;
}

.thnk-col-2-1-2 .widget-footer-col1 {
  width: 70%;
  padding: 0px 7.5px;
  order: 1;
}

.thnk-col-2-1-2 .widget-footer-col2 {
  width: 30%;
  padding: 0px 7.5px;
  order: 2;
}

.thnk-col-2-2-1 .widget-footer-col1 {
  width: 30%;
  padding: 0px 7.5px;
  order: 1;
}

.thnk-col-2-2-1 .widget-footer-col2 {
  width: 70%;
  padding: 0px 7.5px;
  order: 2;
}

.main-header-col1 {
  justify-content: flex-start;
  width: 21%;
/*  padding: 27px 0px;*/
  align-items: center;
  display: inline-flex;
}

.main-header-col2 {
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  width: 50%;
  padding: 0 15px;
}

.main-header-col3 {
  text-align: right;
  width: 25%;
}

.main-area {
  display: flex;
  position: relative;
  flex-wrap: wrap;
}

.primary-content-area {
  width: 77%;
  box-sizing: border-box;
  /* margin: 20px 0px 0px 0px; */
  float: right;
}

.page-template-frontpage .primary-content-area {
  width: 100%;
}

.sidebar-content-area {
  width: 21%;
  box-sizing: border-box;
  margin-left: 2%;
}

/*.menu-category-list ul[data-menu-style="vertical"] {
  position: absolute;
  float: none;
  width: 248px;
  z-index: 99;
  display: none;
}*/

.page-content .primary-content-area {
  position: relative;
  min-height: 550px;
}

.page-content.left .primary-content-area {
  order: 2;
}

.page-content.left .sidebar-content-area {
  order: 1;
  margin-left: 0;
  margin-right: 2%;
}

.page-content.no-sidebar .primary-content-area {
  width: 100%;
}

.top-header-col1,
.top-footer-col1,
.below-footer-col1 {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

/*MAIN HEADER BUTTON*/
.mhdrthree #search-box form {
  justify-content: flex-end;
}

.mhdrthree .main-header-col2 #search-box {
  text-align: -webkit-right;
}

.btn-main-header {
  color: #fff;
  background: #ff0052;
  padding: 8px 12px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.btn-main-header:hover {
  color: #fff;
}

.header-support-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  float: right;
}

.header-support-icon {
  color: #26272c;
}

.header-support-content {
  padding-left: 15px;
  text-align: left;
}

.header-support-content .sprt-tel,
.header-support-content .sprt-eml {
  display: block;
}

/**********************/
/*Main Header Layout***/
/**********************/
/*first*/
.mhdrone .main-header-col1 {
  order: 3;
  text-align: end;
  justify-content: flex-end;
}

.mhdrone .main-header-col2 {
  order: 2;
}

.mhdrone .main-header-col3 {
  order: 1;
  text-align: start;
  display: flex;
}

/*second*/
.mhdrtwo .main-header-col1 {
  order: 2;
  width: 24%;
  text-align: center;
  justify-content: center;
}

.mhdrtwo .main-header-col2 {
  order: 1;
  width: 38%;
  text-align: start;
  flex: auto;
}

.mhdrtwo .main-header-col3 {
  order: 3;
  width: 38%;
  text-align: end;
}

.mhdrtwo.none .main-header-col1 {
  width: 21%;
  text-align: end;
}

/*third*/
.mhdrthree.left .below-header-col2 {
  text-align: left;
}

.mhdrthree.right .below-header-col2 {
  text-align: right;
}

.mhdrthree.center .below-header-col2 {
  text-align: center;
}

/* header common css STARTS */
.menu-category-list {
  position: relative;
  padding: 16px 0;
/*  cursor: pointer;*/
  overflow: hidden;
  transition: all 0.2s ease-in;
}

header .menu-category-list ul[data-menu-style="vertical"] {position: fixed;top: 159px;height: calc(100% - 159px);transition: 0.4s;background: rgba(0, 0, 0, 0.8);width: 320px !important;padding: 20px 0;left: -100%;overflow-y: auto;z-index: 999;}

header .menu-category-list:hover {
  overflow: visible;
  transition: all 0.3s ease-in;
}

/*header .menu-category-list:hover ul.product-cat-list {
  margin-top: 0;
  transition: all 0.3s ease-in;
}*/

.below-header .thunk-icon {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.page-template-frontpage header .slide-layout-1 .menu-category-list {
  overflow: visible;
}

.page-template-frontpage header .slide-layout-1 .menu-category-list ul.product-cat-list {
  margin-top: 0;
}

/* header common css END */
/*****************/
/*Menu Alignment*/
/*****************/
.right .main-header-col2,
.right .main-menu {
  text-align: end;
}

.left .main-header-col2,
.left .main-menu {
  text-align: start;
}

.overcenter .main-menu {
  text-align: center;
}

/*footer*/
.top-footer {
  border-bottom: solid;
  border-bottom-width: 0px;
  position: relative;
}

.below-footer {
  border-top: solid;
  border-bottom-width: 0px;
  position: relative;
}

.widget-footer {
  position: relative;
}

/*.top-footer:before,
.below-footer:before,
.widget-footer:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffff;
}*/

/*footer-menu*/
ul.open-bottom-menu {
  margin: 0;
  list-style: none;
}

ul.open-bottom-menu li {
  display: inline-block;
  padding-right: 20px;
  margin: 0;
}

ul.open-bottom-menu .sub-menu {
  display: none;
}

/********************/
/*Off canvas sidebar*/
/*********************/
.off-canvas-button span {
  display: block !important;
  background-color: #3a3a3a;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  margin: 3px;
  height: 2px;
}

.off-canvas-button span.cnv-top {
  width: 22px;
}

.off-canvas-button span.cnv-mid {
  width: 18px;
}

.off-canvas-button span.cnv-bot1 {
  width: 22px;
}

.off-canvas-button span.cnv-bot {
  width: 18px;
}

.bfr-logo .logo-content {
  order: 2;
}

.bfr-logo .canvas-icon {
  order: 1;
  margin-right: 10px;
}

.bfr-logo .main-header-col1 {
  justify-content: flex-start;
}

.aftr-logo .logo-content {
  order: 1;
}

.aftr-logo .canvas-icon {
  order: 2;
  margin-left: 15px;
}

.site-title span {
  font-size: 30px;
}

/***************/
/*top slider style*/
/***************/
.openmart-site section.thunk-slider-section {
  margin-top: 0;
  padding-top: 0;
  border-radius: 0;
}

.slide-content-wrap {
  position: absolute;
  height: 300px;
  width: 300px;
  background: #fff;
  right: 6px;
  top: 15%;
  padding: 0px 25px;
  display: table;
  border-radius: 5px;
}

.slide-content-wrap .slide-content {
  vertical-align: middle;
  display: table-cell;
  text-align: center;
}

.slide-content-wrap .logo img {
  max-width: 120px;
  width: auto !important;
}

.slide-content-wrap h1 {
  font-size: 22px;
  margin-bottom: 10px
}

.slide-content-wrap p {
  font-size: 15px;
  margin-bottom: 8px;
}

.slides img {
  width: 100%;
}

.slider-content-caption h2 {
  font-size: 44px;
  line-height: 44px;
  margin-bottom: 32px;
  font-family: 'DIN Pro';
  margin-top: 12PX;
  font-weight: 700;
}

.slider-content-caption p {
  font-size: 22px;
  line-height: 30px;
  /* font-family: "SourceSansPro-SemiBold", sans-serif; */
}

a.slide-btn {
  width: 140px;
  order: 3;
  flex-grow: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
  border: 1px solid;
  background: #ff0052;
  border-color: #ff0052;
  color: #fff;
  border-radius: 30px;
}

.slider-content-caption {
  position: absolute;
  bottom: 0%;
  left: 0%;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  text-align: left;
  line-height: 1;
  z-index: 1;
  padding: 20px;
  color: #fff;
  padding-left: 55px;
  max-width: 450px;
}

/*second jassor slider */
#thunk-single-slider a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5;
  display: flex;
  justify-content: center;
  align-items: center;
}

#thunk-single-slider .th-slides-content {
  width: auto;
  position: relative;
  left: initial;
  bottom: initial;
  margin: 0;
  text-align: center;
}

#thunk-single-slider .th-slide-button {
  margin: 0 auto;
}

#thunk-single-slider .owl-dots {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
}

/******************/
/*slider-layout-2*/
/******************/
/* img {
  vertical-align: middle;
  border-style: none;
  border-radius: 4px;
} */

.slide-layout-2 .thunk-widget-slider-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.slide-layout-2 .thunk-widget-slider-wrap .thunk-slider-content {
  width: 67%;
  padding-right: 7.5px;
}

.slide-layout-2 .thunk-widget-slider-wrap .thunk-add-content {
  width: 33%;
  padding-left: 7.5px;
}

/*slider navigation*/
.thunk-widget-slider-wrap:hover .thunk-top2-slide .owl-nav,
.thunk-3col-slider-wrap:hover .thunk-top2-slide .owl-nav,
.thunk-2col-slider-wrap:hover .thunk-top2-slide .owl-nav {
  opacity: 1;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.thunk-top2-slide.owl-carousel .owl-nav button {
  width: 40px;
  height: 40px;
  line-height: 40px !important;
  font-size: 17px;
  text-align: center;
  background: #fff;
  color: #999;
  border: 1px solid #eee;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 50%;

}

.thunk-top2-slide.owl-carousel .owl-nav button.owl-prev,
.thunk-top2-slide.owl-carousel .owl-nav button.owl-next {
  border-radius: 50% !important;
}

.thunk-top2-slide.owl-carousel .owl-nav button.owl-prev {
  margin-right: 5px;
}

.thunk-top2-slide.owl-carousel .owl-nav {
  position: absolute;
  top: auto;
  left: auto;
  right: 20px;
  height: 0;
  margin: 0 -10px;
  z-index: 2;
  font-size: 24px;

  bottom: 50px;
}

/*********************/
/*slider layout 3*/
/*********************/
.slide-layout-3 .thunk-3col-slider-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.slide-layout-3 .thunk-3col-slider-wrap .thunk-slider-content {
  flex: 0 0 76%;
  max-width: 76%;
  padding-right: 7.5px;
}

.slide-layout-3 .thunk-3col-slider-wrap .thunk-add-content {
  flex: 0 0 24%;
  max-width: 24%;
  padding-left: 7.5px;
}

.thunk-3-add-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.thunk-3-add-content .thunk-row {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 15px;
  position: relative;
  width: 100%;
}

.thunk-3-add-content .thunk-row:last-child {
  margin-bottom: 0;
}

/*********************/
/*slider layout 4*/
/*********************/
.slide-layout-4 .thunk-2col-slider-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.slide-layout-4 .thunk-2col-slider-wrap .thunk-slider-content {
  flex: 0 0 67.3%;
  max-width: 67.3%;
  padding-right: 7.5px;
}

.slide-layout-4 .thunk-2col-slider-wrap .thunk-add-content {
  flex: 0 0 32.7%;
  max-width: 32.7%;
  padding-left: 7.5px;
}

/*image overlay css*/
.thunk-to2-slide-list:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0, 0);
}

.thunk-slider-section.slide-layout-5 .slides a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0, 0);
  z-index: 2;
}

.thunk-slider-section.slide-layout-5 #thunk-single-slider .th-slides:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0, 0);
  z-index: 2;
}

.thunk-2-add-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.thunk-2-add-content .thunk-row {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 15px;
  position: relative;
  width: 100%;
}

.thunk-2-add-content .thunk-row:last-child {
  margin-bottom: 0;
}

/*.toggle-cat-wrap {
    width: 251px;
    box-sizing: border-box;
    padding: 0px 35px 0px 0;
    color: #fff;
    font-size: 15px;
}*/

.toggle-icon {
  float: right;
}

.toggle-cat-wrap .toggle-icon {
  display: none;
}

/* .menu-category-list .toggle-title {
  font-family: 'SourceSansPro-SemiBold', sans-serif;
} */

.toogleclose .product-cat-list.thunk-product-cat-list {
  display: none;
}

.no-sidebar .toggle-icon:before,
.toogleclose .toggle-icon:before,
.toggle-icon.icon-circle-arrow-down:before {
  content: "\f107";
}

.toggle-icon:before,
.no-sidebar .toggle-icon.icon-circle-arrow-down:before,
.toogleclose .toggle-icon.icon-circle-arrow-down:before {
  content: "\f106";
}

.toggle-icon:before,
.toggle-icon.icon-circle-arrow-down:before,
.no-sidebar .toggle-icon.icon-circle-arrow-down:before {
  height: auto;
  font-weight: 300;
  text-shadow: none;
  width: 10px;
  font-family: FontAwesome;
}

.cat-icon span {display: block !important;background-color: #000000;-webkit-border-radius: 2px;-moz-border-radius: 2px;border-radius: 2px;margin: 0;height: 2px;width: 22px;transition: 0.2s;position: absolute;}
.cat-icon span.cat-bot {width: 7px;}
.cat-icon span:nth-child(2) {width: 14px;}
.cat-icon span:nth-child(3) {bottom: 0;}
.shop-menu-open .cat-icon span {width: 100%;}
.shop-menu-open .cat-icon span:nth-child(1) {-o-transform: rotate(45deg);-ms-transform: rotate(45deg);-moz-transform: rotate(45deg);-webkit-transform: rotate(45deg);transform: rotate(45deg);top: inherit;}
.shop-menu-open .cat-icon span:nth-child(2) {visibility: hidden;opacity: 0;}
.shop-menu-open .cat-icon span:nth-child(3) {-o-transform: rotate(-45deg);-ms-transform: rotate(-45deg);-moz-transform: rotate(-45deg);-webkit-transform: rotate(-45deg);transform: rotate(-45deg);bottom: inherit;}
.cat-toggle .cat-icon {height: 14px;display: flex;flex-flow: column;justify-content: center;width: 22px;position: relative;}
.cat-icon span:first-child {top: 0;}
/* .shop-menu-open .cat-toggle .cat-icon {height: 22px;} */

.cat-toggle:hover {
  cursor: pointer;
}

.cat-toggle {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.cat-toggle .toggle-title {
  margin-left: 15px;
  text-transform: uppercase;
}

/******************/
/*slider-layout-5 Full Width*/
/******************/
section.slide-layout-5 {
  margin: 0 auto;
  background-position: center;
  background-size: cover;
}

.openmart-site section.thunk-slider-section.fullwidth {
  margin-top: -15px;
}

.th-slide-button:hover {
  opacity: 0.7;
}

.slide-layout-1.fullwidth:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0, 0);
}

.th-bigslider .th-slides {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 495px;
}

.th-slide-title {
  font-size: 50px;
  line-height: 57px;
  margin-bottom: 20px;
}

.th-slide-subtitle {
  font-size: 21px;
  line-height: 28px;
  margin-bottom: 7px;
}

.th-slides-content {
  width: 70%;
  max-width: 450px;
  color: #FFF;
  margin-left: 290px;
  z-index: 9;
}

.th-slides-content a {
  color: #212121;
}

.th-slide-img {
  width: 30%;
  z-index: 9;
}

.th-slide-button {
  min-width: 140px;
  order: 3;
  flex-grow: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
  background: #008c1e;
  color: #fff;
  border-radius: 30px;
}

.thunk-big-slider .owl-dots {
  display: none;
}

.thunk-big-slider.owl-carousel .owl-nav button.owl-prev,
.thunk-big-slider.owl-carousel .owl-nav button.owl-next {
  width: 50px;
  height: 50px;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  background: #FFF;
  transition: all 0.4s linear;
  border-radius: 30px;
  font-size: 15px;
}

.thunk-big-slider.owl-carousel .owl-nav button.owl-next {
  right: 20px;
  left: initial;
}

.thunk-big-slider.owl-carousel .owl-nav button.owl-prev:hover,
.thunk-big-slider.owl-carousel .owl-nav button.owl-next:hover {
  color: #FFF;
}

/* Vertical Menu Styles
----------------------------------------*/
/*.menu-category-list ul[data-menu-style="vertical"] {
  width: 100%;
  float: left;
  border: 1px solid #f1f1f1;
  border-top: 0;
  background: #ffffff;
  border-radius: 4px;
  position: relative;
}*/

.thunk-product-cat-list li:last-child a {
  border: 0;
}

.menu-category-list ul[data-menu-style="vertical"] li {
  float: none;
}

.menu-category-list ul[data-menu-style="vertical"] li ul.sub-menu li {
  width: 100%;
}

.menu-category-list ul[data-menu-style="vertical"] li a .arrow:before {
  float: right;
  content: "\f105";
  font-family: FontAwesome;
}

.menu-category-list ul[data-menu-style="vertical"] li.menu-active {
  position: relative;
}

.menu-category-list ul[data-menu-style="vertical"] li ul.sub-menu {-webkit-transition: -webkit-transform .3s ease, opacity .3s ease, visibility .3s ease;transition: transform .3s ease, opacity .3s ease, visibility .3s ease;display: none;}

/* .menu-category-list ul[data-menu-style="vertical"] li ul.sub-menu.slide {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
} */

.menu-category-list ul[data-menu-style="vertical"] li a i {
  padding-right: 10px;
  color: #FF5737;
}

.menu-category-list ul[data-menu-style="vertical"] li ul.sub-menu li ul.sub-menu {
  position: absolute;
  left: 100%;
}

.menu-category-list ul[data-menu-style="vertical"] li ul.sub-menu li ul.sub-menu li ul.sub-menu {
  position: absolute;
  width: 200px;
  left: 200px;
}

.menu-category-list ul[data-menu-style="vertical"] span.arrow {position: absolute;width: 40px;height: 40px;display: flex;justify-content: center;align-items: center;top: 0;right: 8px;bottom: 0;margin: auto;z-index: 9;transition: 0.3s;}
.menu-category-list ul[data-menu-style="vertical"] li.menu-active>a>span.arrow {transform: rotate(90deg);}

.thunk-product-cat-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.thunk-product-cat-list li {
  list-style: none;
}

.thunk-product-cat-list li ul {
  display: none;
}

.thunk-product-cat-list li {
  display: block;
  margin: 0;
  padding: 0;
  border: 0px;
  float: left;
}

.thunk-product-cat-list li a {
  display: block;
  position: relative;
  margin: 0;
  border: 0px;
  text-decoration: none;
  border-bottom: 1px solid #f1f1f1;
  height: auto;
  min-height: 0 !important;
  line-height: 1.8;
  padding: 8px 35px;
  text-decoration: none;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  font-size: 13px;
}

.thunk-product-cat-list>li>a i {
  text-shadow: none;
  color: #FF5737;
}

.thunk-product-cat-list>li>ul.sub-menu {
  display: none;
  list-style: none;
  clear: both;
  margin: 0;
  position: absolute;
  z-index: 99999;
}

.thunk-product-cat-list li ul.sub-menu li a {
  display: block;
  margin: 0;
  text-decoration: none;
  font-weight: normal;
  background: none;
}

.thunk-product-cat-list>li>ul.sub-menu>li {
  position: relative;
  line-height: initial;
}

.thunk-product-cat-list>li>ul.sub-menu>li ul.sub-menu {
  position: absolute;
  left: 185px;
  top: 0px;
  display: none;
  list-style: none;
  margin: 0;
}

.thunk-product-cat-list>li>ul.sub-menu li>a>.arrow:before {
  float: right;
  margin-right: 0px;
  display: inline;
  font-family: FontAwesome;
  height: auto;
  content: "\f105";
  text-shadow: none;
}

.thunk-product-cat-list li ul.sub-menu {
  text-align: left;
}

/*main header search */
#search-box form {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  border-radius: 30px;
  background: #f7f8f9;
}

#search-text {
  border-width: 0;
  background: transparent;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}

#search-box input[type="text"] {
  width: 50%;
  max-width: 100%;
  -webkit-appearance: none;

}

.vert-brd:after {
  content: '';
  width: 0;
  height: 20px;
  line-height: 30px;
  position: absolute;
  border: 0.5px solid #e4e4e4;
  bottom: 12.5px;
}

select#product_cat {
  border: 0;
  margin: 0;
  font-size: 13px;
  width: 50%;
  border-left: none !important;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;

}

#search-box input[type="text"],
select#product_cat {
  height: 45px;
  padding: 0px 15px;
  border: 0;
  background: none;

}

#search-button {
  border: 0;
  background: transparent;
  padding: 0 15px;
  cursor: pointer;
  color: #fff;
  width: auto;
  font-family: 'DIN Pro';
  font-weight: 700;
  font-size: 14px;
  position: relative;
}

#search-button:hover {
  opacity: 0.7;
}

/*#search-button .btn-text{
  color: #555;
}*/
#search-button i {
  display: none;
}

#search-text {
  border-radius: 30px 0 0 30px;
  color: #555;
}

#search-btn1 {
  font-size: 18px;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%);
  background-position: calc(100% - 20px) calc(1em + 0px), calc(100% - 15px) calc(1em + 0px), calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
}

.th-wp-auto-search.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5;
  z-index: 99999999;
  position: relative;
}

.th-wp-auto-search.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5;
  z-index: 99999999;
  position: relative;
  max-height: 320px;
  overflow-y: auto;
  overflow-x: hidden;
  background: #fff;
}

ul.th-wp-auto-search.ui-widget.ui-widget-content.has-search-category {
  left: 298px !important;
}

ul.th-wp-auto-search.ui-widget.ui-widget-content.no-has-search-category {
  left: 350px !important;
}


/***************/
/*Scrollbar*/
/***************/
.th-wp-auto-search::-webkit-scrollbar,
#product_cat::-webkit-scrollbar {
  width: 3px;

}

.th-wp-auto-search::-webkit-scrollbar-track-piece,
#product_cat::-webkit-scrollbar-track-piece {
  background: #eee;

}

.th-wp-auto-search::-webkit-scrollbar-thumb,
#product_cat::-webkit-scrollbar-thumb {
  background: #111;
}

.ui-menu .ui-menu-item {
  padding: 0px;
}

.ui-menu-item.ui-state-focus {
  background: #eee;
  color: #111;
}

.th-wp-auto-search .srch-prd-img {
  width: 60px;
}

.th-wp-auto-search li a {
  display: flex;
  align-items: center;
  padding: 15px;
  transition: background 0.2s ease-in-out;
}

.th-wp-auto-search .srch-prd-content {
  display: flex;
  flex-direction: column;
}

.th-wp-auto-search li a:hover {
  background: #f7f6f5;
}

/* .th-wp-auto-search .title,
.th-wp-auto-search .price {
  font-family: "JosefinSans-SemiBold", sans-serif;
} */

.th-wp-auto-search .price {
  color: #111;
  font-size: 11px;
}

.th-wp-auto-search .search-bar__view-all {
  width: 100%;
  padding: 10px 0px;
  text-align: center;
  background: #f7f6f5;
  display: block;
}

.th-wp-auto-search .no-result-msg {
  width: 100%;
  padding: 10px 0px;
  text-align: center;
  background: #f7f6f5;
  display: block;
}

.ui-autocomplete-loading {
  transition: none !important;
}

#search-button.ui-autocomplete-loading:before {
  content: url(image/Spinner.gif);
  top: 2px;
  right: 0px;
  position: absolute;
  width: 45px;
}

.ui-helper-hidden-accessible {
  display: none
}

#search-button.ui-autocomplete-loading .btn-text {
  visibility: hidden;
}

.catdisable form,
.catdisable input[type="text"] {
  width: 88% !important;
}

/*   Main Header Menu Icon       */
.main-header-bar .menu-toggle {
  display: none;
}

/*Dropdown Cart Style*/
.open-quickcart-dropdown::-webkit-scrollbar {
  width: 5px;
}

.open_woo_cart {
  position: relative;
}

.open-cart {
  text-align: left;
  height: auto;
  width: 260px;
  right: 0;
  position: absolute;
  top: 100%;
  z-index: 99;
  background-color: #fff;
  color: #26272c;
  padding-top: 0px;
  -webkit-box-shadow: 0 1px 3px -2px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .1);
  box-shadow: 0 1px 3px -2px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .1);
  visibility: hidden;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.open-quickcart-dropdown {
  padding: 15px 0px 0px;
}

.open-cart ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.open-cart li {
  -ms-user-select: none;
  -mos-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.open-cart li span {
  color: #555;
}

.woocommerce-js .open-cart li.woocommerce-mini-cart-item {
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
}

.open-cart a.remove {
  display: block;
  float: right;
  font-size: 1.2em;
  height: 1.2em;
  width: 1.2em;
  text-align: center;
  line-height: 1.2;
  border-radius: 0%;
  text-decoration: none;
  font-weight: 700;
  border: 0;
  opacity: 0.8;
  background: transparent;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.open-cart ul.cart_list li a {
  display: block;
  font-weight: 300;
  font-size: 14px;
  padding: 0;
}

.woocommerce-js .open-cart ul.cart_list li img {
  float: left;
  margin-left: 0px;
  margin-right: 10px;
  width: 50px;
  height: auto;
  box-shadow: none;
}

.open-cart p.total,
.widget p.total {
  margin: 0px;
  border-top: 1px solid rgba(187, 187, 187, 0.32);
  padding-top: 20px;
  padding-bottom: 10px;
  color: #26272c;
}

.open-cart p.buttons a {
  padding: 12px 20px;
  color: #ffffff;
  background-color: #141415;
  margin-top: 10px;
  display: inline-block;
  font-size: 12px;
  border: 1px solid;
  border-color: #141415;
  font-weight: normal;
  border-radius: 30px;
}

.open-cart p.buttons a:hover {
  background-color: #ff0052;
  border-color: #ff0052;
}

.open-cart p.buttons .checkout {
  margin-left: 10px;
}

.open-cart p.buttons a:hover {
  color: #fff;
}

.cart-contents:hover+.open-cart,
.open-cart:hover {
  visibility: visible;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
}

.cart-content {
  font-size: 12px;
}

.header-icon {
  display: inline-flex;
  align-items: center
}

.thunk-icon .cart-icon {
  color: #fff;
  background: transparent;
  display: table-cell;
  vertical-align: middle;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.thunk-icon .cart-icon a.cart-contents {
  color: #fff;
  display: flex;
  text-align: left;
  position: relative;
  width: auto;
}

.cart-content {
  display: block;
  font-size: 13px;
  line-height: 1;
  text-transform: none;
  position: relative;
}

.thunk-icon .cart-content span.count-iterm {
  display: block;
}

.cart-content .woocommerce-Price-amount,
.count-item .item {
  display: none !important;
}

header .taiowc-icon .th-icon,
header .taiowcp-icon .th-icon,
.sticky-header-col3 .taiowc-icon .th-icon,
.sticky-header-col3 .taiowcp-icon .th-icon {
  font-size: 2rem;
}

header .taiowc-content .taiowc-total,
header .taiowcp-content .taiowcp-total {
  margin-left: 0;
}

.below-header .taiowc-cart-item,
.below-header .taiowcp-cart-item {
  padding: 0;
}

.header-icon a {
  height: 44px;
  width: 44px;
  line-height: 44px;
  background: #f7f8f9;
  color: #555;
  padding: 0px 0px 0px 0px;
  margin: 0px 10px 0px 0px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  letter-spacing: normal;
}

.header-support-icon .callto-icon i {
  height: 44px;
  width: 44px;
  line-height: 44px;
  background: #f6f3e3;
  color: #fff;
  padding: 0;
  margin: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  font-size: 16px;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

/*header-icon*/
.header-icon a {
  display: block;
  text-align: center;
  float: left;
}

.header-icon a:hover {
  color: #ff0052;
}

.header-icon a i {
  font-size: 19px;
  line-height: inherit;
  font-weight: bold;
}

/*widget css*/
.open-mart-widget-content ul,
.open-mart-widget-content ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.widget-footer .widget-footer-wrap {
  padding: 15px 0px;
  margin: 0px -7.5px;
}

.open-mart-widget-content {
  padding: 15px;
  margin: 15px 0px;
  border-radius: 6px;
  border: 1px solid #f1f1f1;
  position: relative;
  background: #fff;
}

#sidebar-primary .widget {
  position: relative;
}

.widget.woocommerce .widget-title,
.open-widget-content .widget-title,
.widget-title {
  font-size: 16px;
  color: #090909;
}

.widget-title {
  padding-bottom: 15px;
}

.widget.woocommerce .woocommerce-widget-layered-nav-list__item a,
.widget.woocommerce .product-categories li a {
  font-weight: 400;
  display: inline-block;
}

.open-widget-content ul li:last-child {
  margin: 0;
}

.woocommerce-widget-layered-nav span.count {
  float: right;
}

.woocommerce .widget_rating_filter ul li a {
  width: 100%;
}

.woocommerce .widget_rating_filter ul li .star-rating {
  width: 92%;
}

.woocommerce .widget_price_filter .open-widget-content .ui-slider .ui-slider-range,
.woocommerce .widget_price_filter .open-widget-content .ui-slider .ui-slider-handle {
  background-color: #747474;
}

.woocommerce .widget_price_filter .open-widget-content .price_slider_wrapper .ui-widget-content {
  background-color: #e4e6eb;
}

.widget.woocommerce.widget_price_filter .open-widget-content .ui-slider-horizontal {
  height: 2px;
}

.widget.woocommerce.widget_price_filter .open-widget-content .price_slider {
  margin-bottom: 30px;
  overflow-y: inherit;
  overflow-x: inherit;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  top: -0.4rem;
}

.price_slider_wrapper button[type=submit] {
  width: 100%;
  margin-top: 30px;
  outline: 0;
  padding: 20px 0;
}

.woocommerce .price_slider_amount {
  position: relative;
}

.price_slider_amount .price_label {
  width: 100%;
  position: absolute;
  top: -14px;
  text-align: center;
}

.open-mart-widget-content li a {
  font-weight: 100;
}

.open-mart-widget-content ul li {
  margin-bottom: 5px;
  padding: 0;
}

.woocommerce ul.cart_list li,
.woocommerce ul.product_list_widget li {
  margin-bottom: 15px;
  padding: 0;
}

.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img,
.slide-two-product .thunk-list img {
  float: left;
  width: 60px;
  margin-left: 0;
  margin-right: 15px;
  border: 1px solid #F1F1F1;
}

.woocommerce ul.cart_list li a,
.woocommerce ul.product_list_widget li a {
  font-size: 13px;
  font-weight: normal;
  font-family: 'DIN Pro';
  font-weight: 700;
  color: #333
}

.widget.woocommerce .product_list_widget .star-rating {
  display: block;
}

.widget.woocommerce .product_list_widget .star-rating {
  margin-top: 5px;
  margin-bottom: 5px;
}

.woocommerce ul.cart_list li .woocommerce-Price-amount,
.woocommerce ul.product_list_widget li .woocommerce-Price-amount {
  font-size: 12px;
  color: #ff0052;
}

.woocommerce ul.cart_list li del .woocommerce-Price-amount,
.woocommerce ul.product_list_widget li del .woocommerce-Price-amount,
.woocommerce ul.cart_list li del,
.woocommerce ul.product_list_widget li del {
  color: #b8b8b8;
  margin-right: 2px;
  
}

.woocommerce ins {
  text-decoration: none;
}

.woocommerce .star-rating {
  font-size: 10px;
  margin: 0;
  right: 10px;
  top: 10px;
}


/* Tag Cloud */
.widget_tag_cloud a {
  display: inline-block;
  font-size: 11px !important;
  background: #b7b7b7;
  color: #fff;
  padding: 4px 6px;
  margin-bottom: 10px;
  border-radius: 5px;

}

.widget.widget_categories li {
  color: #9c9c9c;
}

.widget-footer .widget ul {
  margin: 0;
  list-style-type: none;
}

/* Cart */
.widget.woocommerce.widget_shopping_cart li a:first-child {
  left: 100%;
}

.open-widget-content li a {
  font-size: 14px;
  line-height: 20px;
}

.woocommerce .open-widget-content .widget_shopping_cart .total,
.woocommerce.widget_shopping_cart .open-widget-content .total {
  border: 0;
}

/****************************/
/*Off Canvas Sidebar*/
/****************************/
.open-mart-enabled-overlay .open-mart-off-canvas-sidebar-wrapper {
  visibility: visible;
  opacity: 1;
}

.open-mart-off-canvas-sidebar-wrapper {
  width: 100%;
  top: 0;
  position: fixed;
  height: 100%;
  background: rgba(0, 0, 0, .4);
  z-index: 99;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  z-index: 1001;
}

.open-mart-enabled-overlay .open-mart-off-canvas-sidebar-wrapper .open-mart-off-canvas-sidebar {
  right: 0;
}

.logged-in.admin-bar .open-mart-off-canvas-sidebar {
  top: 32px;
  height: -webkit-calc(100% - 32px);
  height: calc(100% - 32px);
}

.open-mart-off-canvas-sidebar-wrapper .open-mart-off-canvas-sidebar {
  position: absolute;
  background: #fff;
  height: 100%;
  top: 0;
  right: -100%;
  padding: 3.5em 1.5em;
  -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, .4);
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, .4);
  width: 280px;
  overflow: auto;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}

/*from left*/
.open-mart-off-canvas-sidebar::-webkit-scrollbar {
  width: 5px;
}

.open-mart-enabled-overlay .open-mart-off-canvas-sidebar-wrapper.from-left .open-mart-off-canvas-sidebar {
  left: 0;
}

.open-mart-off-canvas-sidebar-wrapper.from-left .open-mart-off-canvas-sidebar {
  position: absolute;
  background: #fff;
  height: 100%;
  top: 0;
  left: -100%;
  padding: 3.5em 1.5em;
  -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, .4);
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, .4);
  width: 280px;
  overflow: auto;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}

.logged-in.admin-bar .open-mart-off-canvas-sidebar {
  top: 32px;
  height: -webkit-calc(100% - 32px);
  height: calc(100% - 32px);
}

.open-mart-off-canvas-sidebar-wrapper.from-left .close-bn {
  width: 40px;
  height: 40px;
  top: 0;
  position: absolute;
  left: auto;
  right: 0;
  background: #111;
}

.close-bn {
  width: 40px;
  height: 40px;
  top: 0;
  position: absolute;
  left: 0;
  background: #ff0052;
}

.open-mart-off-canvas-sidebar-wrapper .close {
  margin: 10px;
  width: 14px;
  display: block;
  text-decoration: none;
  top: .75em;
  right: 1em;
  min-width: 1em;
  min-height: 1em;
  transform-origin: center;
  transition: all .3s linear;
  transition-property: transform;
  -webkit-backface-visibility: hidden;
  font-size: 20px;
  color: #fff;
  cursor: pointer;
}

.open-mart-off-canvas-sidebar .open-widget-content {
  padding-top: 25px;
  padding-bottom: 25px;
}

.open-mart-off-canvas-sidebar .widget:last-child .open-mart-widget-content {
  border: none;
}

.open-mart-off-canvas-sidebar .widget:last-child {
  padding-bottom: 50px;
}

.open-mart-off-canvas-sidebar .widget_search .form-content input[type="text"],
.open-mart-off-canvas-sidebar .woocommerce-product-search input[type="search"] {
  width: 100%;
}

.widget_search .form-content,
.widget_product_search .woocommerce-product-search,
.open-mart-off-canvas-sidebar .woocommerce-product-search {
  display: flex;
  align-items: flex-start;
}

.open-mart-filter-close:before,
.open-mart-filter-close:after {
  content: '';
  display: block;
  border-top: 1px solid;
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
}

.open-mart-filter-close:before {
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}

.open-mart-filter-close:after {
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.open-mart-filter-close:hover {
  -webkit-transform: rotateZ(90deg);
  -moz-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
}

.open-mart-filter-close {
  -webkit-transform: rotateZ(0deg);
  -moz-transform: rotateZ(0deg);
  transform: rotateZ(0deg);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/********************************/
/***********home section********/
/*******************************/
section .content-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 5px;
}

.thunk-vertical-cat-tab1:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}

section.thunk-vertical-product-tab-section .content-wrap:before {
  background: transparent;
}

section .widget .content-wrap:before {
  background: transparent;
}

.openmart-site section .content-wrap {
  padding: 15px;
}

.openmart-site section .content-wrap,
.thunk-product-tab-section .thunk-cat-tab,
.thunk-vertical-cat-tab {
  border: 1px solid #F1F1F1;
  border-radius: 5px;
}

.thunk-product-tab-section .content-wrap,
.thunk-vertical-cat-tab .content-wrap,
.th-cust-sect .widget-wrap .thunk-cat-tab,
.thunk-banner-section .content-wrap {
  border-radius: initial !important;
  border: initial !important;
}

.openmart-site section .widget .verti-prod-widget .content-wrap,
.openmart-site section .widget .verti-prod-banner-widget .content-wrap {
  padding: 15px;
}

/*.openmart-site section {
  margin: 20px 0;
  border-radius: 6px;
  position: relative;
}*/

.openmart-site.no-sidebar .primary-content-area {
  width: 100%;
  max-width: 100%;
}

.content-wrap,
.thunk-banner-wrap,
.thunk-cat-tab {
  position: relative;
}

/*section heading*/
.thunk-title .title {
  position: relative;
  display: inline-block;
  font-size: 20px;
  line-height: 27px;
  color: #333;
}

.thunk-product-tab-section .thunk-heading {
  margin-bottom: 0;
}

.thunk-heading {
  padding-bottom: 15px;
  max-width: 400px;
}

/* This is for making hover effect to overlap owl carousel  */
/* .owl-carousel:hover {
  z-index: 2;
} */

/*************************/
/*slide category section*/
/************************/
.thunk-category {
  text-align: center;
}

.thunk-woo-product-list .woocommerce-loop-product__title a,
.thunk-cat-title a {
  line-height: 21px;
  font-size: 13px;
  font-family: 'DIN Pro';
  font-weight: 700;
  color: #333;
  display: block;
}

.thunk-cat-text {
  display: inline-block;
  background-color: none;
  position: relative;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
  z-index: 15;
}

.thunk-cat-box {
  display: block;
  overflow: hidden;
  position: relative;
  border: 1px solid #f1f1f1;
  margin: 1px;
  border-radius: 50%;

}

.thunk-category.no-image .thunk-cat-box {
  border: 0;
}

.thunk-cat-box img {
  -webkit-transition: all .5s ease 0s;
  -o-transition: all .58s ease 0s;
  transition: all .5s ease 0s;
}

.thunk-cat-box a:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

/*category slider layout */
.thunk-category-slide-section .thunk-cat-slide.no-heading {
  border-top: 0;
}

.thunk-category-slide-section .cat-content {
  position: relative;
  display: flex;
  margin: -7.5px -7.5px;
  flex-wrap: wrap;
}

.thunk-category-slide-section .cat-content .cat-list {
  flex: 0 0 20%;
  max-width: 20%;
  padding: 7.5px 7.5px;
}

.cat-list a {
  position: relative;
  display: block;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.cat-list a span {
  position: absolute;
  color: #fff;
  font-size: 16px;
  /* font-family: "SourceSansPro-SemiBold", sans-serif; */
}

.cat-list a:after {
  position: absolute;
  display: block;
  content: "";
  background: #ff0052;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  transition: all 0.2s linear;
}

.cat-list a:hover:after {
  opacity: 0.8;
}

.cat-list a span {
  z-index: 2;
}

/*layout-3*/
.cat-layout-3 .cat-content-3 {
  overflow: hidden;
  position: relative;
  margin-right: -7.5px;
  margin-left: -7.5px;
  margin-bottom: -15px;
}

.cat-layout-3 .cat-content-3 .cat-col:nth-child(1) {
  width: 40%;
  float: left;
  overflow: hidden;
  position: relative;
}

.cat-layout-3 .cat-content-3 .cat-col:nth-child(1) img {
  width: 100%;

}

.cat-layout-3 .cat-content-3 .cat-col {
  width: 20%;
  float: left;
  padding-left: 7.5px;
  padding-right: 7.5px;

  margin-bottom: 15px;
  position: relative;
  overflow: hidden;
}

.cat-layout-3 .cat-content-3 .cat-col:nth-child(6),
.cat-layout-3 .cat-content .cat-col:nth-child(10) {
  clear: both;
}

.cat-layout-3 .cat-content-3 a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5;
}

.cat-layout-3 .cat-content-3 .hover-area {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  text-align: center;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
  -webkit-transform: translateY(50%) translateZ(0);
  transform: translateY(50%) translateZ(0);
}

.cat-layout-3 .cat-content-3 .hover-area .cat-title {
  font-size: 16px;
  /* font-family: "SourceSansPro-SemiBold", sans-serif; */
  color: #555;
}

.cat-layout-3 .cat-content-3 .cat-col:nth-child(1) .cat-content-wrap {
  width: 150px;
  display: block;
  background: #fffc;
  margin: auto;
  padding: 8px 5px;
  border-radius: 30px;
}

.cat-content-wrap {
  width: 130px;
  display: block;
  background: #fffc;
  margin: auto;
  padding: 5px;
  border-radius: 30px;
}

.prd-total-number {
  /* font-family: "SourceSansPro-SemiBold", sans-serif; */
  color: #555;
}

.cat-col:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.cat-col-wrap {
  position: relative;
  overflow: hidden;
  /*  border: 1px solid #f1f1f1;*/
}

.open-woo-hover-zoom .thunk-product-image img,
.cat-layout-3 img {
  -webkit-transition: all .5s ease 0s;
  -o-transition: all .58s ease 0s;
  transition: all .5s ease 0s;
}

/****************************/
/*woocommerce product style*/
/****************************/
.thunk-woo-product-list {
  list-style: none;
  text-align: center;
}

.thunk-woo-product-list .woocommerce-loop-product__title {
  font-weight: 400;
  margin-left: auto;
  margin-right: auto;
}

.woocommerce .thunk-woo-product-list .price {
  text-decoration: none;
  font-family: "Roboto-regular", sans-serif;
  margin-bottom: 8px !important;
}

.woocommerce .thunk-product-content .star-rating {
  font-size: 10px;
  float: none;
  margin: 0 auto;
  margin-bottom: 15px;
  width: 5.7em;
}

.woocommerce ul.products li.product .thunk-product-hover .button {
  margin-top: 0;
}

.thunk-wishlist .yith-wcwl-add-to-wishlist {
  margin: 0;
  line-height: initial;
}

.thunk-wishlist .yith-wcwl-add-button>a i {
  font-size: 16px;
  margin: 0;
}

.thunk-wishlist .yith-wcwl-add-button img,
.feedback {
  display: none !important;
}

.thunk-product .yith-wcwl-wishlistexistsbrowse:before,
.thunk-product .yith-wcwl-wishlistaddedbrowse:before {
  content: "\e909";
  font-family: 'th-icon';
  color: #ff0052;
  margin: 0;
  font-size: 16px;
}

.woocommerce .thunk-woo-product-list span.onsale {
  border-radius: 0px;
  right: auto;
  top: 7px;
  left: 7px;
  padding: 5px 10px;
  line-height: normal;
  min-height: auto;
  min-width: auto;
  background-color: #141415;
  margin: 0;
}

.single-product.woocommerce .thunk-woo-product-list span.onsale {
  left: initial;
  right: 20px;
  top: 20px;
}

.woocommerce ul.products li.product .onsale {
  right: initial;
  top: 7px;
  left: 7px;
  margin: 0;
}

.thunk-product-image {

  display: block;
  position: relative;
  overflow: hidden;
  margin: -1px;
  margin-bottom: 5px;
}

.thunk-quickview {
  position: absolute;
  top: 50%;
  bottom: 0;
  left: 0;
  right: 0;
  max-height: 25px;
}

.thunk-quickview a.woocommerce-loop-product__link {
  display: none;
}

.woocommerce .thunk-woo-product-list .price,
.woocommerce .thunk-3col-slide-wrap .thunk-woo-product-list .price {
  font-size: 12px;
}

.woocommerce .thunk-woo-product-list .price del,
.woocommerce .thunk-3col-slide-wrap .thunk-woo-product-list .price del {
  color: #666;
  margin-right: 10px;
}

.thunk-woo-product-list .thunk-quickview a {
  color: #fff;
  font-size: 12px;
  padding: 6px 10px;
  background: #ff0052;
  margin: 0 auto;
  white-space: nowrap;
  overflow: hidden;
  z-index: 99;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  font-family: 'DIN Pro';
  font-weight: 700;
}

.thunk-woo-product-list .thunk-quickview a:hover {
  color: #fff;
}

.woocommerce .thunk-product-hover a.added_to_cart {
  width: 100%;
  order: 5;
  display: block;
}

.thunk-compare .compare-button a {
  background-color: transparent;
  font-size: 14px;
  padding: 0;
  font-weight: normal;
  color: #555;
}

.thunk-compare .compare-button a:hover {
  background-color: transparent;
  color: #ff0052;
}

.thunk-compare .compare-button a.added {
  color: transparent !important;
}

.thunk-compare .compare-button a.added:after {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  color: #ff0052;
  margin: 0;
}

.thunk-product-hover .th-button.woocommerce ul.products .thunk-product-hover .add_to_cart_button,
.woocommerce ul.products .thunk-product-hover .woocommerce ul.products .thunk-product-hover .add_to_cart_button,
.woocommerce .thunk-product-hover a.th-butto,
.woocommerce ul.products li.product .product_type_variable,
.woocommerce ul.products li.product a.button.product_type_grouped,
.woocommerce .thunk-product-hover a.th-button,
.woocommerce .thunk-product-hover a.product_type_simple {
  /* font-family: "SourceSansPro-SemiBold", sans-serif; */
  font-weight: normal;
  width: auto;

  border: 1px solid #ff0052;
  font-weight: normal !important;
}

.woocommerce .thunk-list-view ul.products li.product a.button.product_type_grouped {
  width: auto;
}

.thunk-woo-product-list .thunk-quickview a {
  opacity: 0;
  transition: all .25s ease 0s;
}

.thunk-woo-product-list .thunk-product:hover .thunk-quickview a {
  opacity: 1;
}

.thunk-woo-product-list .thunk-quickview a {
  opacity: 0;
  transition: all .25s ease 0s;
}

.thunk-compare .compare-button a:before {
  content: "\e917";
  font-family: "th-icon" !important;
  margin-right: 0;
}

.thunk-wishlist,
.thunk-compare {
  width: 15%;
  display: inline-flex;
  margin-top: 0;
}

.thunk-wishlist a,
.thunk-compare a {
  font-size: 12px;
  color: #555;
}

.open-mart-wishlist-activate .thunk-compare .woocommerce.product.compare-button::before {
  color: #c8c8c8;
  content: " ";
  display: block;
  margin: 0;
}

.thunk-product-hover {
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  left: 0;
  right: 0;
  top: 100%;
  background: #fff;
  padding-bottom: 10px;
  -webkit-transform: translate(0, 20px);
  -ms-transform: translate(0, 20px);
  -o-transform: translate(0, 20px);
  transform: translate(0, 20px);
  opacity: 0;
  visibility: hidden;
  border-radius: 0 0 4px 4px;
  transition: all .25s ease 0s;
}

.thunk-product:hover .thunk-product-hover {
  opacity: 1;
  border-color: #f1f1f1;
  padding-bottom: 10px;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  top: 99%;
  visibility: visible;
  /* z-index: 15; */
}

.thunk-product {
  border: 1px solid transparent;
  background: #fff;
  border-radius: 4px;
}

.thunk-product-content,
.thunk-product-hover {
  padding: 0px 10px;
}

.thunk-product:hover .thunk-product-hover {
  border-top: none;
}

.os-product-excerpt {
  order: 1;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: initial;
  max-height: initial;
  text-overflow: ellipsis;
  display: initial;
  -webkit-line-clamp: initial;
  -webkit-box-orient: initial;
  margin-bottom: 10px;
  font-size: 12px;
  color: #555;
}

.os-product-excerpt a {
  text-align: center;
}

.prod-read-more {
  font-size: 27px;
  margin-top: -7px;
  padding-bottom: 2px;
}

.woocommerce .thunk-product-hover .os-product-excerpt+a,
.woocommerce .thunk-product-hover .os-product-excerpt+a.woocommerce ul.products .thunk-product-hover .add_to_cart_button {
  width: auto;
  order: 3;
  flex-grow: 2;
  margin: 0 2%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 7px 0;
  border: 1px solid;
  background: #008c1e;
  border-color: #008c1e;
  color: #fff;
  border-radius: 30px;
}

.thunk-vertical-cat-tab .woocommerce ul.products .thunk-product-hover .add_to_cart_button:after {
  color: #111;
}

.thunk-product .thunk-wishlist {
  width: 20%;
  order: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}

.thunk-product .thunk-compare {
  width: 20%;
  order: 4;
  justify-content: center;
  align-items: center;
  font-size: 16px;
}

.thunk-product .thunk-compare a.compare-button {
  display: flex;
  align-items: center;
  justify-content: center;
}

.thunk-woo-product-list .thunk-product-wrap:hover .thunk-product {
  box-shadow: 0 0 15px #eee;
}

.thunk-product:hover .thunk-product-hover {
  box-shadow: 0 0 15px #eee;
}

/* .thunk-product:hover .thunk-product-hover::before {
  position: absolute;
  content: '';
  bottom: 100%;
  left: 0;
  right: 0;
  height: 10px;
  background-color: #fff;
} */

.tab-link-wrap {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.thunk-list-view .thunk-product:hover .thunk-product-hover::before {
  position: absolute;
  content: '';
  bottom: 100%;
  left: 0;
  right: 0;
  height: 0px;
  background-color: #fff;
}

.woocommerce .thunk-list-view .thunk-product-hover .os-product-excerpt+a.woocommerce ul.products .thunk-product-hover .add_to_cart_button {
  max-width: 150px;
}

.thunk-slide .owl-stage-outer {
  padding: 0;
  margin: 0;
}

/*navigation*/
.thunk-slide .owl-nav {
  position: absolute;
  top: -46px;
  right: 0;
  color: #a3a3a3;
}

.thunk-slide .owl-nav button.owl-prev,
.thunk-slide .owl-nav button.owl-next {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  line-height: 30px !important;
  font-size: 16px;
  text-align: center;
  background: #FFF;
  color: #999;
  border: 1px solid #eee;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

.open-mart-slide-post .owl-nav button.owl-prev,
.open-mart-slide-post .owl-nav button.owl-next {
  width: 25px;
  height: 25px;
  line-height: 25px !important;
  font-size: 14px;
}

.thunk-slide .owl-nav button.owl-prev:hover,
.thunk-slide .owl-nav button.owl-next:hover,
.open-mart-slide-post .owl-nav button.owl-prev:hover,
.open-mart-slide-post .owl-nav button.owl-next:hover {
  color: #fff;
  background: #ff0052;
  border-color: #ff0052;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.thunk-slide .owl-nav button.owl-prev,
.open-mart-slide-post .owl-nav button.owl-prev {
  margin-right: 2px
}

.thunk-slide .owl-nav button.owl-next,
.open-mart-slide-post .owl-nav button.owl-next {
  margin-left: 2px;
}

.open-mart-slide-post .owl-nav {
  position: absolute;
  top: -40px;
  right: 0px;
  color: #a3a3a3;
}

/****************************/
/*woocommerce product style*/
/****************************/

/***********************/
/*Product Tab section*/
/***********************/
.thunk-cat-tab {
  position: relative;
}

#thunk-cat-tab:before,
.thunk-vertical-cat-tab1 .thunk-heading-wrap:before,
.thunk-vertical-cat-tab2 .thunk-heading-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 5px;
}

.thunk-product-tab-section .content-wrap,
.tabbed-prod-widget .content-wrap {
  display: flex;
  border-top: 1px solid #F1F1F1 !important;
  padding: 15px 0 !important;
  margin: 0 15px;
}

.tabbed-prod-widget .thunk-heading-wrap+.content-wrap {
  border-top: 1px solid #F1F1F1;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.thunk-product-tab-section .tab-image,
.tabbed-prod-widget .tab-image {
  position: relative;
  width: 20%;
  padding-right: 15px;
}

.thunk-product-tab-section .tab-content,
.tabbed-prod-widget .tab-content {
  width: 80%;
}

.thunk-product-tab-section .tab-content.image-disable,
.tabbed-prod-widget .tab-content.image-disable {
  width: 100%;
}

.thunk-product-tab-section .thunk-product-hover,
.tabbed-prod-widget .thunk-product-hover,
.open_shopproshowprd_one .thunk-product-hover {
  position: relative;
  opacity: 1;
  padding-bottom: 10px;
  visibility: visible;
  box-shadow: none;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  top: 99%;
}

.thunk-product-tab-section .thunk-product,
.tabbed-prod-widget .thunk-product,
.open_shopproshowprd_one .thunk-product {
  border: 2px solid transparent;
  -webkit-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.thunk-product-tab-section .thunk-woo-product-list .thunk-product-wrap:hover .thunk-product,
.tabbed-prod-widget .thunk-woo-product-list .thunk-product-wrap:hover .thunk-product {
  border-color: #008c1e;
  box-shadow: none;
  -webkit-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.thunk-product-tab-section .thunk-product:hover .thunk-product-hover,
.tabbed-prod-widget .thunk-product:hover .thunk-product-hover,
.open_shopproshowprd_one .thunk-product:hover .thunk-product-hover {
  box-shadow: none;
}

.thunk-product-tab-section .thunk-cat-tab .thunk-heading-wrap,
.open_shopproshowprd_one .thunk-cat-tab .thunk-heading-wrap {
  padding: 15px;
  margin-bottom: 0;
  justify-content: space-between;
}

.tabbed-prod-widget .thunk-cat-tab .thunk-heading-wrap {
  padding: 15px;
  margin-bottom: 0;
  justify-content: space-between;
}

.thunk-product-tab-section .thunk-product-image,
.tabbed-prod-widget .thunk-product-image,
.open_shopproshowprd_one .thunk-product-image {
  margin-bottom: 0;
  padding: 10px;
}

.woocommerce .thunk-product-tab-section .star-rating,
.woocommerce .tabbed-prod-widget .star-rating {
  right: 20px;
  top: 20px;
}

/*   tabbed product nav css for open mart sttyle changed only for this particular section css starts  */
.thunk-product-tab-section .thunk-slide .owl-nav,
.tabbed-prod-widget .thunk-slide .owl-nav {
  position: absolute;
  top: 40% !important;
  transform: translateY(-50%);
  right: 0;
  left: 0;
  line-height: 0;
  height: 0;
  opacity: 0 !important;
}

.thunk-product-tab-section .thunk-slide:hover .owl-nav,
.tabbed-prod-widget .thunk-slide:hover .owl-nav {
  opacity: 1 !important;
}

.thunk-product-tab-section .thunk-slide .owl-nav button.owl-next,
.tabbed-prod-widget .thunk-slide .owl-nav button.owl-next {
  right: 0;
  left: initial;
  position: absolute;
  margin-right: -27px;
}

.thunk-product-tab-section .thunk-slide .owl-nav button.owl-prev,
.tabbed-prod-widget .thunk-slide .owl-nav button.owl-prev {
  left: 0;
  right: initial;
  position: absolute;
  margin-left: -29px;
}

.thunk-product-tab-section .thunk-slide:hover .owl-nav button.owl-next,
.tabbed-prod-widget .thunk-slide:hover .owl-nav button.owl-next,
.thunk-product-tab-section .thunk-slide:hover .owl-nav button.owl-prev,
.tabbed-prod-widget .thunk-slide:hover .owl-nav button.owl-prev {
  margin: 0 5px 0 5px;
}

.thunk-product-tab-section .thunk-slide .owl-stage-outer,
.tabbed-prod-widget .thunk-slide .owl-stage-outer {
  margin: initial !important;
  padding: initial !important;
}

.thunk-product-tab-section .thunk-slide .owl-nav button,
.tabbed-prod-widget .thunk-slide.owl-carousel .owl-nav button {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 21px;
}

.product-slide-widget .owl-carousel .owl-nav button {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  font-size: 12px !important;
}

/*   tabbed product nav css for open mart sttyle changed only for this particular section css End  */
/*tab style*/
.thunk-cat-tab ul,
.resp-view-tab-head ul {
  display: inline-block;
  list-style: none;
  padding: 0;
  font-size: 0;
  line-height: 0;
  position: relative;
  padding: 0;
  margin: 0;
}

.thunk-cat-tab .tab-link li,
.resp-view-tab-head .tab-link li {
  display: inline-block;
  font-size: 14px;
  line-height: 21px;
}

.thunk-cat-tab .tab-link li a,
.resp-view-tab-head .tab-link li a {
  display: block;
  color: #666;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 0;
  padding-bottom: 0;
}

.thunk-cat-tab .tab-link li a.active,
.thunk-cat-tab .tab-link li a:hover,
.resp-view-tab-head .tab-link li a.active,
.resp-view-tab-head .tab-link li a:hover {
  color: #555;
  /* font-family: 'SourceSansPro-SemiBold'; */
}

.thunk-feature-product-section .thunk-cat-tab .tab-link li:first-child a {
  padding-left: 10px;
}

.thunk-cat-tab .tab-link li.active a {
  color: #555;
}

.thunk-heading-wrap {
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.thunk-heading-wrap .tab-head {
  width: 60%;
  text-align: right;
  padding-right: 70px;
}

.thunk-cat-tab .thunk-heading-wrap .thunk-heading {
  width: 40%;
  margin-bottom: 0;
  padding-bottom: 0;
}

#thunk-cat-tab .thunk-heading-wrap .tab-head,
.tabbed-prod-widget .thunk-heading-wrap .tab-head {
  width: 58%;
  padding-right: 0;
  margin-left: 2%;
}

.thunk-heading-wrap .thunk-title .title:after {
  display: none;
}

.thunk-feature-product-section .thunk-heading-wrap,
.thunk-product-tab-list-section .thunk-heading-wrap {
  margin-bottom: 15px;
  justify-content: space-between;
}

/********************/
/*Product List View*/
/********************/
.thunk-product-list-section .thunk-woo-product-list,
.thunk-product-tab-list-section .thunk-woo-product-list {
  display: flex;
}

.thunk-product-list-section .thunk-list,
.thunk-product-tab-list-section .thunk-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  text-align: left;
  background: #fff;
}

.thunk-product-list-section .thunk-list .thunk-product-image,
.thunk-product-tab-list-section .thunk-list .thunk-product-image {
  width: 40%;
  margin: 0;
  padding: 0;
}

.thunk-product-list-section .thunk-list .thunk-product-content,
.thunk-product-tab-list-section .thunk-list .thunk-product-content {
  width: 60%;
  margin: 0;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.thunk-product-list-section .thunk-list .thunk-product-content .star-rating,
.thunk-product-tab-list-section .thunk-list .thunk-product-content .star-rating {
  margin: 0;
  margin: 8px 0px;
  font-size: 11px;
}

.thunk-product-list-section .thunk-list .thunk-product-content .woocommerce-LoopProduct-title,
.thunk-product-tab-list-section .thunk-list .thunk-product-content .woocommerce-LoopProduct-title,
.thunk-product-tab-list-section .thunk-list .thunk-product-content .woocommerce-LoopProduct-title {
  line-height: 21px;
  font-size: 13px;
  font-family: 'DIN Pro';
  font-weight: 700;
  color: #333;
  display: block;
}

.woocommerce .thunk-3col-slide-wrap .thunk-woo-product-list {
  margin-bottom: 20px;
}

.woocommerce .thunk-product-tab-list-section .star-rating {
  position: relative;
  opacity: 1;
  margin-bottom: 10px;
  left: initial;
  right: initial;
  top: initial;
  margin: 0 0 5px 0 !important;
}

.thunk-product-tab-list-section .thunk-heading-wrap .tab-head {
  padding: 0;
}

/******************/
/*Banner section*/
/******************/
.thunk-banner-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;

}

section.thunk-banner-section .content-wrap:before {
  background: none;
}

.thunk-banner-wrap .thunk-banner-col1,
.thunk-banner-wrap .thunk-banner-col2,
.thunk-banner-wrap .thunk-banner-col3 {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.thunk-banner-col1,
.thunk-banner-col2,
.thunk-banner-col3 {
  overflow: hidden;
}

.thunk-banner-wrap img {
  border-radius: 4px;
}

.thnk-col-2 .thunk-banner-col1 {
  margin-right: 15px;
}

.thnk-col-3 .thunk-banner-col1,
.thnk-col-3 .thunk-banner-col2 {
  margin-right: 15px;
}

.openmart-site section.thunk-banner-section .content-wrap {
  padding: 0;
}

.thunk-banner-wrap a {
  position: relative;
  display: block;
}

.thunk-banner-wrap a:hover:after,
.thunk-banner-wrap a:hover:before {
  opacity: 1;
  width: 100%;
  height: 100%;
}

.thunk-banner-wrap a:after,
.thunk-banner-wrap a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  margin: auto;
  background: rgba(0, 0, 0, 0.15);
  opacity: 0;
  width: 0;
  height: 0;
  pointer-events: none;
  transition: 0.4s;
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
}

.thunk-banner-wrap a:after {
  top: auto;
  left: auto;
  bottom: 0;
  right: 0;
}

/*banner layout 4th*/
.thunk-banner-wrap.thnk-col-5 {
  margin-right: -7.5px;
  margin-left: -7.5px;
  margin-bottom: -15px;
}

.thunk-banner-wrap.bnr-layout-4 .thunk-banner-col {
  display: flex;
  flex-direction: column;
  flex: 1 0 0%;
}

.thunk-banner-wrap.bnr-layout-4 .thunk-banner-col:nth-child(2) {
  flex-grow: 1.38;
}

.thunk-banner-wrap.bnr-layout-4 .thunk-banner-col .thunk-banner-item {
  display: flex;
  flex-direction: column;
  flex: 1 0 auto;
}

.thunk-banner-wrap.bnr-layout-4 .thunk-banner-col .thunk-banner-item {
  padding: 0 7.5px 15px 7.5px;

}

.thunk-banner-wrap.bnr-layout-4 img {
  width: 100%;
}

/*banner layout five*/
.thunk-banner-wrap.bnr-layout-5.thnk-col-4 {
  margin-right: -7.5px;
  margin-left: -7.5px;
  margin-bottom: -15px;
}

.bnr-layout-5 .thunk-banner-col {
  display: flex;
  flex-direction: column;
  flex: 1 0 0%;
}

.bnr-layout-5 .thunk-banner-col:nth-child(1),
.bnr-layout-5 .thunk-banner-col:nth-child(3) {
  flex-grow: 1.38;
}

.bnr-layout-5 .thunk-banner-col .thunk-banner-item {
  padding: 0 7.5px 15px 7.5px;

}

.bnr-layout-5 .thunk-banner-col .thunk-banner-item>:first-child img {
  flex: 1 0 auto;
  width: 100%;
}

.bnr-layout-5 .thunk-banner-col:nth-child(2) .thunk-banner-item>:first-child img {
  flex: 1 0 auto;
  width: 100%;
}

/*banner layout six*/
.thunk-banner-wrap.bnr-layout-2-mix .thunk-banner-col2 {
  flex-grow: 2;
}

/*banner layout seven*/
.thunk-banner-wrap.bnr-layout-3-mix .thunk-banner-col2 {
  flex-grow: 2;
}

/*******************/
/*brand*/
/*******************/
section.thunk-brand-section .content-wrap:before {
  background: none;
}

section.thunk-brand-section .content-wrap {
  border: 0;
  padding: 0;
}

.owl-carousel .owl-item .thunk-brands img {
  margin: 0 auto;
  max-width: 100%;
  width: auto;
}

.thunk-slide.thunk-brand .owl-stage-outer {
  padding: 0;
  margin: 0;
}

.thunk-slide.thunk-brand .owl-nav {
  position: absolute;
  top: calc(50% - 15px) !important;
  left: 0;
  right: 0;
  height: 0;
  margin: 0 -10px;
  z-index: 2;
  font-size: 24px;
  opacity: 0;
}

.thunk-slide.thunk-brand .owl-nav .owl-prev {
  float: left;
}

.thunk-slide.thunk-brand .owl-nav .owl-next {
  float: right;
}

.thunk-brand-section .content-wrap:hover .thunk-slide.thunk-brand .owl-nav {
  opacity: 1;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.thunk-slide.thunk-brand .owl-nav button.owl-prev:after {
  display: none;
}

/*****************************/
/*Highlight Featured section*/
/******************************/
.thunk-highlight-feature-wrap {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  padding: 10px 0;
}

.thunk-highlight-col {
  width: 16.666%;
  padding: 15px;
  text-align: center;
}

.thunk-hglt-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;

}

.thunk-hglt-box .content {
  padding-left: 15px;
  text-align: left;
}

.thunk-hglt-icon {
  color: #ff0052;
  font-size: 45px;
}

.thunk-hglt-box h6 {
  font-size: 14px;
  color: #333;
  margin-bottom: 5px;
}

.thunk-hglt-box p {
  color: #555;
}

.thunk-highlight-col:last-child {
  border: none;
}

/******************************/
/*Featured Product Section*/
/******************************/
#thunk-feature-product-tab .content-wrap {
  display: flex;
  flex-wrap: wrap;
}

#thunk-feature-product-tab .tab-wrapper {
  width: 60%;
}

#thunk-feature-product-tab .content-featured-wrap {
  margin-left: 2%;
  width: 38%;
  position: relative;
  border: 2px solid #F1F1F1;
  align-self: center;
  border-radius: 4px;
}

#thunk-feature-product-tab .content-featured-wrap .thunk-product .thunk-wishlist,
#thunk-feature-product-tab .content-featured-wrap .thunk-product .thunk-compare,
.single-pro-widget .thunk-product .thunk-wishlist,
.single-pro-widget .thunk-product .thunk-compare {
  flex-grow: 2;
}

#thunk-feature-product-tab .content-featured-wrap .thunk-product-hover .os-product-excerpt+a,
.single-pro-widget .thunk-product-hover .os-product-excerpt+a {
  max-width: 151px;
  margin: 0 auto;
}

#thunk-feature-product-tab .thunk-heading-wrap .thunk-heading {
  width: 30%;
}

#thunk-feature-product-tab .thunk-heading-wrap .tab-head {
  width: 68%;
  margin-left: 2%;
}

#thunk-feature-product-tab .tab-link-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.thunk-featured-product-slide {
  border-top: 1px solid #F1F1F1;
  padding-top: 15px;
}

.content-featured-wrap .thunk-product-hover {
  border: none;
  padding-bottom: 10px;
  opacity: 1;
  border-color: #f1f1f1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  top: 99%;
  visibility: visible;
  z-index: 15;
  border-top: none;
  position: relative;
}

.content-featured-wrap .thunk-woo-product-list .thunk-product-wrap:hover .thunk-product,
.content-featured-wrap .thunk-product:hover .thunk-product-hover {
  box-shadow: initial;
}

.woocommerce .content-featured-wrap .thunk-woo-product-list span.onsale {
  top: 7px;
  left: 7px;
}

.content-featured-wrap .thunk-woo-product-list .woocommerce-loop-product__title {
  margin: 20px 0 10px 0;
}

.content-featured-wrap .os-product-excerpt {
  margin: 10px 0 20px 0;
}

.woocommerce .thunk-feature-product-section .thunk-product-hover .os-product-excerpt+a.woocommerce ul.products .thunk-product-hover .add_to_cart_button,
.woocommerce .single-pro-widget .thunk-product-hover .os-product-excerpt+a.woocommerce ul.products .thunk-product-hover .add_to_cart_button {
  padding: 9px 0;
}

#thunk-feature-product-tab .owl-nav {
  position: absolute;
  right: 0;
  color: #a3a3a3;
  top: -47px !important;
}

#thunk-feature-product-tab .thunk-heading-wrap .tab-head {
  text-align: left;
}

#thunk-feature-product-tab .tab-content .yith-wcwl-add-button a.add_to_wishlist,
#thunk-feature-product-tab .tab-content .yith-wcwl-wishlistexistsbrowse.show a {
  font-size: 0;
}

#thunk-feature-product-tab .tab-content .thunk-compare .compare-button a {
  /*font-size:0;*/
  letter-spacing: initial;
}

#thunk-feature-product-tab .tab-content .thunk-compare .compare-button a:before {
  font-size: 12px;
  margin: 0
}

#thunk-feature-product-tab .tab-content .thunk-wishlist .yith-wcwl-add-button>a i {
  margin: 0;
}

#thunk-feature-product-tab .tab-content .thunk-wishlist a::after {
  margin: 0;
}

#thunk-feature-product-tab .tab-content .thunk-wishlist {
  float: none;
}

#thunk-feature-product-tab .tab-content .thunk-compare {
  float: none;
}

#thunk-feature-product-tab .tab-content .thunk-product:hover .thunk-product-hover {
  padding-bottom: 5px;
}

#thunk-feature-product-tab .content-featured-wrap .thunk-product:hover .thunk-product-hover::before {
  height: 0;
}

#thunk-feature-product-tab .tab-content .yith-wcwl-wishlistexistsbrowse a,
#thunk-feature-product-tab .tab-content .yith-wcwl-wishlistaddedbrowse a {
  display: none;
}

/**********************************/
/*custom section widget area css*/
/**********************************/
.widget-wrap {
  position: relative;
  display: block;
}

.cs-1-3 .widget-cs-col1,
.cs-1-3 .widget-cs-col2,
.cs-1-3 .widget-cs-col3,
.cs-1-2 .widget-cs-col1,
.cs-1-2 .widget-cs-col2,
.cs-2-3 .widget-cs-col1,
.cs-2-3 .widget-cs-col2,
.cs-2-3 .widget-cs-col3,
.cs-2-2 .widget-cs-col1,
.cs-2-2 .widget-cs-col2,
.cs-3-3 .widget-cs-col1,
.cs-3-3 .widget-cs-col2,
.cs-3-3 .widget-cs-col3,
.cs-3-2 .widget-cs-col1,
.cs-3-2 .widget-cs-col2,
.cs-4-3 .widget-cs-col1,
.cs-4-3 .widget-cs-col2,
.cs-4-3 .widget-cs-col3,
.cs-4-2 .widget-cs-col1,
.cs-4-2 .widget-cs-col2 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100%;
  position: relative;
}

.cs-1-1 .widget-cs-col1,
.cs-2-1 .widget-cs-col1,
.cs-3-1 .widget-cs-col1,
.cs-4-1 .widget-cs-col1 {
  width: 100%;
  position: relative;
}

.cs-1-2 .widget-cs-col1,
.cs-1-2 .widget-cs-col2,
.cs-2-2 .widget-cs-col1,
.cs-2-2 .widget-cs-col2,
.cs-3-2 .widget-cs-col1,
.cs-3-2 .widget-cs-col2,
.cs-4-2 .widget-cs-col1,
.cs-4-2 .widget-cs-col2 {
  width: 50%;
  padding: 0px 7.5px;
}

.cs-1-3 .widget-cs-col1,
.cs-1-3 .widget-cs-col2,
.cs-1-3 .widget-cs-col3,
.cs-2-3 .widget-cs-col1,
.cs-2-3 .widget-cs-col2,
.cs-2-3 .widget-cs-col3,
.cs-3-3 .widget-cs-col1,
.cs-3-3 .widget-cs-col2,
.cs-3-3 .widget-cs-col3,
.cs-4-3 .widget-cs-col1,
.cs-4-3 .widget-cs-col2,
.cs-4-3 .widget-cs-col3 {
  width: 33.33%;
  padding: 0px 7.5px;
}

.widget-cs-bar.cs-1-2 .widget-cs-container,
.widget-cs-bar.cs-1-3 .widget-cs-container,
.widget-cs-bar.cs-2-2 .widget-cs-container,
.widget-cs-bar.cs-2-3 .widget-cs-container,
.widget-cs-bar.cs-3-2 .widget-cs-container,
.widget-cs-bar.cs-3-3 .widget-cs-container {
  margin: 0px -7.5px;
}

/*slide navigation*/
.widget-wrap .widget {
  margin-bottom: 50px;
}

.widget-wrap .widget:last-child {
  margin-bottom: 0;
}

.product-slide-widget .thunk-product-hover {
  z-index: 2;
}

.product-slide-widget .owl-carousel .owl-nav {
  position: absolute;
  top: 30%;
  left: 0;
  right: 0;
  height: 0;
  margin: 0 5px;
  background: #fff;
  z-index: 2;
  font-size: 24px;
  opacity: 0;
  transition: all 0.3s ease;
}

.product-slide-widget .owl-carousel:hover .owl-nav {
  opacity: 1;
  margin: 0;
  transition: all 0.3s ease;
}

.product-slide-widget .owl-carousel .owl-nav .owl-prev,
.thunk-slide.thunk-brand .owl-nav .owl-prev {
  float: left;
  margin-left: -5px;
}

.product-slide-widget .owl-nav .owl-next,
.thunk-slide.thunk-brand .owl-nav .owl-next {
  float: right;
  margin-right: -5px;
}

.thunk-slide.thunk-brand .owl-nav button {
  width: 30px;
  height: 30px;
  line-height: 30px !important;
  font-size: 17px;
  text-align: center;
  background: #fff;
  color: #999;
  border: 1px solid #eee;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

.product-slide-widget .owl-carousel .owl-nav button:hover,
.thunk-slide.thunk-brand .owl-nav button:hover,
.post-slide-widget .owl-carousel .owl-nav button:hover {
  color: #fff;
  background: #ff0052;
  border-color: #ff0052;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.product-slide-widget .owl-carousel .owl-nav button .slick-nav {
  font-size: 100%;
  line-height: normal;
}

.product-slide-widget .owl-carousel .owl-nav button .slick-nav:hover {
  color: #fff;
  cursor: pointer;
}

/*product widget single category css*/
.product-slide-one-widget {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

.product-slide-one-widget .widget-content-wrap {
  width: 18%;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-slide-one-widget .slide-wrap {
  width: calc(100% - 18%);
  position: relative;
  padding-left: 15px;
}

.product-slide-one-widget .slide-wrap.right {
  padding-left: 0px;
  padding-right: 15px;
}

.product-slide-one-widget .widget-content-wrap.right {
  margin-left: 0px;
}

/******************/
/*Tag Cloud Css*/
/*******************/
.tagcloud a,
.thunk-tags-wrapper a {
  background: #f7f7f7 none repeat scroll 0 0;
  color: #333;
  display: inline-block;
  padding: 4px 12px;
  text-transform: capitalize;
  font-size: 11px !important;
  margin: 0 4px 8px 0;
  border-radius: 50px;
  -webkit-border-radius: 30px;
  -khtml-border-radius: 30px;
  -moz-border-radius: 30px;
}

.tagcloud a:hover,
.thunk-tags-wrapper a:hover {
  background: #ff0052 none repeat scroll 0 0;
  color: #fff !important;
}

/******************/
/*About us widget*/
/******************/
.widget.th-about-me .about-social-meta ul {
  display: flex;
  justify-content: flex-start;
}

.widget.th-about-me p {
  margin-top: 15px;
  margin-bottom: 5px;
}

.widget.th-about-me a.read-more {
  font-weight: normal;
  line-height: noraml;
  display: inline-block;
  margin-bottom: 10px;
  color: #747474;
}

.widget.th-about-me a.read-more:hover {
  color: #ff0052;
}

.widget.th-about-me li.about-social-social {
  margin-right: 10px;
  font-size: 15px
}

/********************/
/*Calender*/
/*********************/
#wp-calendar thead th,
#wp-calendar table,
#wp-calendar td {
  border: none !important;
}

#wp-calendar {
  width: 100%;
  margin: 0;
}

#wp-calendar caption {
  text-align: left;
  color: #747474;
  font-size: 12px;
  margin-bottom: 10px;
  position: relative;
}

#wp-calendar thead {
  font-size: 9px;
}

#wp-calendar thead th {
  padding-bottom: 5px;
}

#wp-calendar tbody {
  color: #aaa;
}

#wp-calendar tbody td {
  background: #f7f7f7;
  border: 1px solid #fff;
  text-align: center;
  padding: 8px;
}

#wp-calendar tbody td:hover {
  background: #fff;
}

#wp-calendar tbody .pad {
  background: none;
}

#wp-calendar tfoot #next {
  font-size: 9px;
  text-transform: uppercase;
  text-align: right;
}

#wp-calendar tfoot #prev {
  font-size: 9px;
  text-transform: uppercase;
  padding-top: 10px;
}

/**********************/
/*price filter*/
/*********************/
.woocommerce .widget_price_filter .open-mart-widget-content .ui-slider .ui-slider-range,
.woocommerce .widget_price_filter .open-mart-widget-content .ui-slider .ui-slider-handle {
  background-color: #ff0052;
}

.woocommerce .widget_price_filter .open-mart-widget-content .price_slider_wrapper .ui-widget-content {
  background-color: #e4e6eb;

}

.widget.woocommerce.widget_price_filter .open-mart-widget-content .ui-slider-horizontal {
  height: 2px;
}

.widget.woocommerce.widget_price_filter .open-mart-widget-content .price_slider {
  margin-bottom: 30px;
  overflow-y: inherit;
  overflow-x: inherit;
  z-index: 0;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  top: -0.4rem;
}

.woocommerce .price_slider_amount {
  position: relative;
}

.price_slider_amount .price_label {
  width: 100%;
  position: absolute;
  top: -14px;
  text-align: center;
}

/*dropdown*/
select {
  width: 100%;
  max-width: 100%;
  padding: 5px;
  color: #666;
  border: 1px solid #ccc;
  font-size: 15px;
  line-height: 1.5em;
}

/**********************/
/*Post slide widget***/
/*********************/
.open-mart-slide-post .title {
  font-weight: 700;
}

.widget.open-mart-slide-post .post-thumb {
  margin-bottom: 10px;
}

/******************/
/*Shop Page */
/*****************/
.thunk-list-grid-switcher a {
  width: 35px;
  height: 35px;
  color: #fff;
  background: #ebe9eb;
  display: block;
  float: left;
  border: 1px solid #ddd;
  text-align: center;
  font-size: 20px;
  line-height: 35px;
  margin-right: 10px;
}

.thunk-list-grid-switcher a.selected,
.thunk-list-grid-switcher a:hover {
  background: #ff0052;
  border: 1px solid #ff0052;
  color: #fff;
}

.woocommerce .thunk-list-view ul.products li.product a.button.product_type_grouped {
  width: auto;
}

.thunk-list-view .thunk-product:hover .thunk-product-hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  ;
  box-shadow: none;
  ;
}

.woocommerce-page .thunk-list-view ul.products li.product {
  float: left;
  width: 49% !important;
  margin-right: 2% !important;
  margin-bottom: 15px !important;
}

.woocommerce-page .thunk-list-view ul.products li.product:nth-child(2n+2) {
  margin-right: 0% !important;
}

.woocommerce-page .thunk-list-view ul.products li.product .os-product-excerpt {
  order: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;

}

.woocommerce .thunk-list-view .products ul,
.woocommerce .thunk-list-view ul.products {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.woocommerce .thunk-list-view ul.products li.product a img {
  margin: 0;
}

.woocommerce .thunk-list-view ul.products li.product .onsale {
  top: 7px;
  right: auto;
  left: 7px;
}

.thunk-list-view .thunk-product {
  display: inline-block;
  width: 100%;
}

.thunk-list-view .thunk-product .thunk-product-image {
  margin: 0 !important;
  display: block;
  float: left !important;
  width: 35% !important;
}

.thunk-list-view .thunk-product .thunk-product-content,
.thunk-list-view .thunk-product .thunk-product-hover {
  width: 65% !important;
  text-align: start;
  float: left;
}

.thunk-list-view .thunk-product {
  border: none;
}

.thunk-list-view .thunk-product-image {
  padding-bottom: 0;
}

.os-product-excerpt {
  text-align: center;
}

/*.os-product-excerpt{
display:none;
}*/
.thunk-list-view .thunk-product .thunk-wishlist,
.thunk-list-view .thunk-product .thunk-compare {
  width: auto;
}

.thunk-list-view .thunk-product-hover .os-product-excerpt+a {
  width: 20% !important;
  flex-grow: initial;
  transition: initial;
}

.thunk-list-view .os-product-excerpt {
  display: block;
  margin-top: 15px;
  margin-bottom: 20px;
  text-align: left;
}

.thunk-list-view .thunk-quickview {
  display: none;
}

.thunk-list-view .thunk-product .thunk-product-hover {
  position: relative;
  z-index: 0;
  display: flex;
  left: 0;
  right: 0;
  top: 100%;
  background: #fff;
  padding-bottom: 0;
  -webkit-transform: inherit;
  -ms-transform: inherit;
  -o-transform: inherit;
  transform: inherit;
  opacity: 1;
  visibility: visible;
  border-radius: 0;
  border: none;
  transition: none;
}

.woocommerce .thunk-list-view .thunk-product-content .star-rating {
  margin: 0;
  margin-top: 10px;
}

.thunk-compare .compare-button a.compare.button {
  margin-top: 0 !important;
}

.thunk-list-view .thunk-compare .compare-button a.compare.button {
  display: inline !important;
}

.thunk-list-view .thunk-wishlist,
.thunk-list-view .thunk-compare {
  margin-top: 0;
}

.woocommerce .thunk-list-view ul.products .thunk-product-hover .woocommerce ul.products .thunk-product-hover .add_to_cart_button,
.woocommerce .thunk-list-view .thunk-product-hover a.th-button,
.woocommerce .thunk-list-view ul.products .thunk-product-hover .button {
  width: auto;
  display: table;
  text-align: center;
}

/* .woocommerce .thunk-list-view ul.products li.product.thunk-woo-product-list .woocommerce-loop-product__title {
  font-size: 21px;
  padding-top: 15px;
  padding-bottom: 15px;
} */

.woocommerce .thunk-list-view ul.products li.product.thunk-woo-product-list .price {
  font-size: 12px;
  color: #ff0052;
  margin-bottom: 0 !important;
}

.woocommerce ul.products li.product.thunk-woo-product-list .price {
  font-size: 12px;
  color: #ff0052;
}

.woocommerce ul.products li.product.thunk-woo-product-list .price del {
  color: #b8b8b8;
  margin-right: 10px;
  opacity: 1;
}

.woocommerce ul.products li.product .price ins {
  font-weight: normal;
}

.woocommerce .thunk-list-view ul.products li.product.thunk-woo-product-list .thunk-product-content,
.woocommerce .thunk-list-view ul.products li.product.thunk-woo-product-list .thunk-product-hover {
  padding: 0px 25px;
}

.woocommerce .thunk-list-view ul.products li.product.thunk-woo-product-list .thunk-product-hover {
  margin-bottom: 15px;
}

.thunk-list-grid-switcher {
  float: right;
  margin-right: 0px;
}

#shop-product-wrap select {
  width: 100%;
  padding: 5px;
  color: #666;
  border: 1px solid #ccc;
  font-size: 15px;
  line-height: 1.5em;
}

#shop-product-wrap ul.products {
  padding-top: 15px;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
  margin: 0;
  line-height: 21px;
  font-size: 13px;
  font-family: 'DIN Pro';
  font-weight: 700;
  color: #333;
  padding: 0;

}

.woocommerce nav.woocommerce-pagination {
  text-align: center;
  padding-bottom: 20px;
}

/************************/
/*Product catalog style*/
/************************/
/*Two coloum*/
.woocommerce ul.products.columns-2 li.product,
.woocommerce-page ul.products.columns-2 li.product {
  width: 49%;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  float: left;
  position: relative;
  margin: 0px 2% 1.5em 0px;
  padding: 0px;
}

.woocommerce ul.products li.last,
.woocommerce-page ul.products li.last {
  margin-right: 0;
}

/*three coloum*/
.woocommerce ul.products.columns-3 li.product,
.woocommerce-page ul.products.columns-3 li.product {
  width: 32%;
}

/*four coloum*/
.woocommerce ul.products.columns-4 li.product,
.woocommerce-page ul.products.columns-4 li.product {
  width: 23.5%;
}

/*five coloum*/
.woocommerce ul.products.columns-5 li.product,
.woocommerce-page ul.products.columns-5 li.product {
  width: 18.4%;
}

/*Six coloum*/
.woocommerce ul.products.columns-6 li.product,
.woocommerce-page ul.products.columns-6 li.product {
  width: 15%;
}

.archive.woocommerce-page .page-title {
  display: none;
}

/***************************************/
/*woocommerce single product page style*/
/***************************************/
/*breadcrumb*/
.thunk-breadcrumb-wrapper {
  text-align: center;
}

.thunk-breadcrumb {
  padding-bottom: 15px;
  list-style: none;
  margin: 0;
  text-align: right;
}

.thunk-breadcrumb li {
  display: inline;
  font-size: 12px;
  /* font-family: 'SourceSansPro-SemiBold'; */
}

/* Add a slash symbol (/) before/behind each list item */
.thunk-breadcrumb li+li:before {
  padding: 5px;
  content: "/\00a0";
}

.thunk-breadcrumb li a {
  text-decoration: none;
}

.woocommerce div.product div.images.woocommerce-product-gallery {
  margin: 0;
}

/* .thunk-single-product-summary-wrap {
  position: relative;
  padding: 15px;
  background: #fff;
  display: block;
  overflow: hidden;
  border-radius: 5px;
} */

.woocommerce .thunk-single-product-summary-wrap .woocommerce-product-rating .star-rating {
  margin: .5em 10px 0 0;
  float: left;
  width: 6em;
  line-height: normal;
  position: relative;
  opacity: 1;
  top: auto;
  right: auto;
  color: #2666ef;
}

.single-product .thunk-woo-product-list {
  text-align: left;
}

.woocommerce div.product .flex-viewport {
  width: 83%;
  float: right;
}

.woocommerce div.product div.images .flex-control-thumbs,
.woocommerce div.product div.images .flex-control-thumbs {
  width: calc(17% - 1em);
}

.woocommerce div.product div.images .flex-control-thumbs,
.woocommerce div.product div.images .flex-control-thumbs {
  width: 17%;
  width: -webkit-calc(17% - 1em);
  width: calc(17% - 1em);
}

.woocommerce div.product div.images .flex-control-thumbs li,
.woocommerce div.product div.images .flex-control-thumbs li {
  width: 100%;
}

.woocommerce div.product div.images .flex-control-thumbs li,
.woocommerce div.product div.images .flex-control-thumbs li {
  margin-right: 1em;
  margin-bottom: 1em;
}

.single-product .summary .thunk-woo-product-list {
  text-align: left;
}

.woocommerce .woocommerce-product-rating .star-rating {
  margin: .5em 10px 0 0;
  float: left;
  width: 5.4em;
  line-height: normal;
}

.woocommerce div.product .product_title,
.woocommerce div.product p.price,
.woocommerce-product-details__short-description,
.woocommerce div.product .woocommerce-product-rating {
  margin-bottom: 20px;
}

.woocommerce .woocommerce-product-rating .star-rating {
  margin: .5em 10px 0 0;
  float: left;
  width: 6em;
  line-height: normal;
}

.woocommerce div.product .product_title,
.woocommerce div.product p.price,
.woocommerce-product-details__short-description,
.woocommerce div.product .woocommerce-product-rating {
  margin-bottom: 10px;
}

.woocommerce .summary .star-rating {
  font-size: 13px;
}

.woocommerce-product-details__short-description {padding-bottom: 0;padding-top: 0;margin: 35px 0 0 0;}

.woocommerce table.shop_attributes td {
  padding: 0px 8px;
}

.woocommerce div.product .product_title,
section.related.products h2,
section.upsells.products h2,
.woocommerce #reviews #comments h2 {
  color: #333;
}

.woocommerce #content div.product div.summary .th-product-compare-btn:before {
  content: "\e917";
  font-family: 'th-icon';
  margin-right: 0;
  font-size: 13px;
}

.woocommerce #content div.product div.summary .th-product-compare-btn.th-added-compare {
  color: #ff0052;
}

.woocommerce #content div.product div.summary .th-product-compare-btn.loading:after {
  left: 18%;
  top: 16% !important;
}

/*quantity button*/
.single-product div.product form.cart button.minus {
  display: inline-block;
  float: left;
  font-size: 16px;
  font-weight: 100;
  height: 35px;
  line-height: 35px;
  text-align: center;
  width: 35px;
  background: transparent;
  color: #9c9c9c;
}

.single-product div.product form.cart button.plus {
  display: inline-block;
  float: left;
  font-size: 16px;
  font-weight: 100;
  height: 35px;
  line-height: 35px;
  text-align: center;
  width: 35px;
  background: transparent;
  color: #9c9c9c;
}

.single-product div.product form.cart input[type="number"] {
  border-color: #9c9c9c;
  border-width: 0 1px;
  color: #9c9c9c;
  float: left;
  font-size: 16px;
  background: transparent;
  height: 35px;
  line-height: 35px;
  padding: 0 5px;
  text-align: center;
  width: 35px;
  border-left: 1px solid;
  border-right: 1px solid;
  border-radius: 0;
  -webkit-border-radius: 0;
}

.single-product .product_meta {
  width: 100%;
  clear: both;
  border-radius: 5px;
}

.single-product.woocommerce ul.products li.product .woocommerce-loop-product__link,
.single-product.woocommerce-page ul.products li.product .woocommerce-loop-product__link {
  margin: 0;
}

.single-product .openmart-site.no-sidebar .primary-content-area {
  width: 100%;
  max-width: 100%;
}

.woocommerce div.product form.cart div.quantity {
  margin: 0;
}

.open-mart-quantity {
  margin-right: 15px;
  float: left;
  border: 1px solid #9c9c9c;
  display: flex;
  border-radius: 30px;
}

.summary input[type=number]::-webkit-inner-spin-button,
.summary input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

/* .woocommerce div.product form.cart {
  margin-bottom: 20px;
  float: left;
} */

.woocommerce div.product form.cart .variations select {
  z-index: 1;
  border: none;
  height: 35px;
  line-height: normal;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: #fff;
  position: relative;
  border: 1px solid #9c9c9c;
  padding: 0px 10px;
  width: 60%;
  margin-right: 10px;
  margin-bottom: 7.5px;
}

.woocommerce div.product form.cart .variations td.label {
  vertical-align: middle;
}

.woocommerce div.product form.cart table td {
  padding-left: 0;
  padding: 0;
}

.woocommerce-variation-price,
.woocommerce div.product form.cart .variations {
  margin-bottom: 20px;
}

.woocommerce #respond input#submit.alt.disabled,
.woocommerce #respond input#submit.alt.disabled:hover,
.woocommerce #respond input#submit.alt:disabled,
.woocommerce #respond input#submit.alt:disabled:hover,
.woocommerce #respond input#submit.alt:disabled[disabled],
.woocommerce #respond input#submit.alt:disabled[disabled]:hover,
.woocommerce a.button.alt.disabled,
.woocommerce a.button.alt.disabled:hover,
.woocommerce a.button.alt:disabled,
.woocommerce a.button.alt:disabled:hover,
.woocommerce a.button.alt:disabled[disabled],
.woocommerce a.button.alt:disabled[disabled]:hover,
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt:disabled,
.woocommerce button.button.alt:disabled:hover,
.woocommerce button.button.alt:disabled[disabled],
.woocommerce button.button.alt:disabled[disabled]:hover,
.woocommerce input.button.alt.disabled,
.woocommerce input.button.alt.disabled:hover,
.woocommerce input.button.alt:disabled,
.woocommerce input.button.alt:disabled:hover,
.woocommerce input.button.alt:disabled[disabled],
.woocommerce input.button.alt:disabled[disabled]:hover {
  background-color: #000;
  color: #fff;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
  padding: 15px 0px;
  margin: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
  border-bottom: none;
}

.woocommerce #content div.product .woocommerce-tabs ul.tabs li,
.woocommerce div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li {
  margin: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  background: transparent;
  z-index: 2;
  border-bottom-color: transparent;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  background: none;
  border: none;
  border-radius: 0;
  margin: 0;
  padding: 0;
  position: relative;
}

.woocommerce div.product p.price del,
.woocommerce div.product span.price del {
  margin-right: 10px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  padding: 15px 15px 15px 0px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  border: none;
  border-bottom: 2px solid transparent;
  box-shadow: none;
  text-shadow: none;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.05em;
  position: relative;
  /* font-family: 'SourceSansPro-SemiBold'; */
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
  display: none;
}

.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
  float: right;
  width: 48%;
  clear: none;
  text-align: start;
}

body .woocommerce-tabs .tabs li.active a::before,
body .woocommerce-tabs .tabs li:hover a::before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

body .woocommerce-tabs .tabs li.active a,
body .woocommerce-tabs .tabs li:hover a {
  color: #333 !important;
}

body .woocommerce-tabs .tabs li a::before {
  border-bottom: 2px solid #ff0052;
  bottom: -4px;
  left: 0;
  content: "";
  position: absolute;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  transition: transform 0.5s linear 0s;
  -o-transition: -o-transform 0.5s linear 0s;
  -webkit-transition: -webkit-transform 0.5s linear 0s;
  width: 100%;
}

.woocommerce div.product .woocommerce-tabs .panel {
  background: #fff;
  padding: 15px;
  position: relative;
  margin: 0 0 30px;
}

.product_meta {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 20px;
  background: #fff;
  padding: 7px;
  position: relative;
  justify-content: space-between;
}

.product_meta>span {
  display: table-cell;
  vertical-align: middle;
  font-weight: 500;
  line-height: 18px;
  text-align: left;
  padding: 7px 0;
}

.product_meta>span.tagged_as {
  border-right: none;
  text-align: right;
}

.woocommerce-Tabs-panel .woocommerce-Reviews {
  text-align: left;
}

section.related.products h2,
section.upsells.products h2 {
  margin-bottom: 20px;
}

section.related.products .thunk-woo-product-list,
section.upsells.products .thunk-woo-product-list {
  text-align: center;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
  border: none;
}

section.related.products ul.products {
  padding: 15px 15px 0px 15px;
  background: #fff;
  margin: 0;
  border-radius: 5px;
}

.woocommerce #reviews #comments ol.commentlist li {
  border-bottom: 1px solid #f1f1f1;
  list-style: outside none none;
  margin-bottom: 10px;
  padding-bottom: 30px;
}

.woocommerce #reviews #comments ol.commentlist li img.avatar {
  float: left;
  height: 50px;
  width: 50px;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
  overflow: hidden;
  padding: 0;
  margin: 0 0 0 65px;
}

.comment-text .star-rating {
  margin-bottom: 8px;
  width: 100%;
}

.woocommerce #reviews #comments .star-rating span,
.woocommerce p.stars a,
.woocommerce .woocommerce-product-rating .star-rating {
  color: #f78686;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
  color: #555;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p {
  margin: 0 0 0em;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
  font-style: italic;
}

.comment-form {
  margin-top: 10px;
  width: 60%;
}

.comment-form-rating {
  display: flex;
  line-height: normal;
  margin-bottom: 10px;
}

.comment-form-comment label {
  padding-bottom: 10px;
  display: block;
}

.woocommerce #review_form #respond p.stars {
  margin: 0px 0px 0px 10px;
}

.comment-form textarea {
  line-height: 28px;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
  line-height: 35px;
  min-height: 35px;
  background: #f7f8f9;
  border: 1px solid #f1f1f1;
}

.comment-form textarea {
  line-height: normal;
  min-height: 52px;
  background: transparent;
  border: 1px solid #f1f1f1;
  padding: 10px;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
  width: 80%;
}

.comment-form textarea {
  height: 200px;
}

.comment-form .form-submit {
  margin-top: 20px;
}

.comment-respond {
  display: flow-root;
}

.woocommerce #reviews #comment {
  height: 150px;
  padding: 10px;
}

/* .single_add_to_cart_button.button.alt,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce #respond input#submit,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce div.product form.cart .button {
  background: #ff0052;
  border: medium none;
  color: #fff;
  display: inline-block;
  float: left;
  font-family: 'DIN Pro';
  font-weight: 700;
  line-height: 36px;
  margin-right: 15px;
  text-align: center;
  padding: 0 25px;
  min-width: 110px;
  border-radius: 30px;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
} */

.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce #respond input#submit:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  background-color: #ff0052;
  color: #fff;
  opacity: 0.6;
}

.woocommerce-grouped-product-list.group_table {
  border: none;
}

.woocommerce-grouped-product-list-item__price {
  padding-right: 20px !important;
}

/*woocommerce meassage*/
.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  padding: 1em 2em 1em 2em;
  margin: 0 0 30px;
  position: relative;
  background-color: #f4f4f4;
  color: #292e32;
  border-top: 3px solid #292e32;
  list-style: none !important;
  width: auto;
  word-wrap: break-word;
}

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

.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-message .button {
  float: right;
  font-size: 13px;
  font-weight: normal;
  background: transparent;
  display: inline-block;
  padding: 0 10px;
  height: 24px;
  line-height: 24px;
  margin: 0;
  border: 1px solid #eee;
  transition: all .5s ease-out;
  border: 1px solid #ff0052;
  color: #ff0052;
}

.woocommerce .woocommerce-error .button:hover,
.woocommerce .woocommerce-info .button:hover,
.woocommerce .woocommerce-message .button:hover {
  color: #fff;
  background: #ff0052;
}

/*woocommerce meassage*/
.woocommerce.woocommerce-page .related ul.products .product,
.woocommerce.woocommerce-page .upsells.products li {
  display: inline-block;
  vertical-align: top;
}

/*VERTICAL STYLE*/
.woocommerce div.product.open-mart-single-product-tab-vertical .woocommerce-tabs ul.tabs {
  width: 200px;
  float: left;
  padding: 0px;
  margin: 0px;
  border-width: initial;
  border-style: none;
  border-color: initial;
  border-image: initial;
}

.woocommerce div.product.open-mart-single-product-tab-vertical .woocommerce-tabs ul.tabs li.active {
  z-index: 0;
  border-right-color: rgba(0, 0, 0, .1);
  border-bottom-color: rgba(0, 0, 0, .1);
}

.woocommerce div.product.open-mart-single-product-tab-vertical .woocommerce-tabs ul.tabs li {
  width: 100%;
  margin: 0px;
  border-width: 0px 0px 1px;
  border-style: solid;
  border-color: rgba(0, 0, 0, .1);
}

.woocommerce div.product.open-mart-single-product-tab-vertical .woocommerce-tabs .panel {
  margin-left: 220px;
  border-style: solid;
  border-color: rgba(0, 0, 0, .1);
  border-image: initial;
  border-width: 0px 0px 0px 1px;
  padding: 1.5em;
  text-align: left;
  margin-top: 30px;
}

.woocommerce div.product.open-mart-single-product-tab-vertical .woocommerce-tabs ul.tabs li a {
  width: 100%;
}

.woocommerce #reviews #comments h2 {
  clear: none;
  position: relative;
  margin-bottom: 20px;
}

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

.woocommerce section {
  clear: both;
}

.woocommerce .entry-summary .clear {
  clear: initial;
}

/************************/
/*wishlist icon*/
.summary .yith-wcwl-add-to-wishlist {
  float: left;
  margin: 0 0 17px 0;
}

.summary .yith-wcwl-add-button,
.summary .yith-wcwl-wishlistaddedbrowse,
.summary .yith-wcwl-wishlistexistsbrowse {
  display: inline-block;
  float: left;
  position: relative;
  text-align: center;
  font-size: 0;
}

.summary .yith-wcwl-add-button .show {
  display: block !important;
}

.summary .yith-wcwl-add-button a,
.summary .yith-wcwl-wishlistaddedbrowse a,
.summary .yith-wcwl-wishlistexistsbrowse a,
.summary .woosw-btn {
  border: 1px solid;
  border-radius: 30px;
  color: #9c9c9c;
  display: inline-block;
  font-size: 0;
  height: 35px;
  line-height: 35px;
  width: 35px;
  letter-spacing: normal;
}

.summary .yith-wcwl-add-to-wishlist .add_to_wishlist::before,
.summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a::before,
.summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a::before {
  content: "\e912";
  font-family: th-icon;
  font-size: 13px;
}

.thunk-single-product-summary-wrap .yith-wcwl-add-button .yith-wcwl-icon {
  display: block;
}

.summary .yith-wcwl-wishlistaddedbrowse a,
.summary .yith-wcwl-wishlistexistsbrowse a {
  color: #ff0052;
}

.summary .yith-wcwl-add-to-wishlist .ajax-loading {
  box-shadow: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  display: inline !important;
  margin-left: 0px;
  vertical-align: middle;
  visibility: hidden;
  width: 16px !important;
  height: 16px !important;
  position: absolute;
  left: 12px;
  top: 12px;
}

.summary .yith-wcwl-add-to-wishlist.show .add_to_wishlist::before,
.summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse.show a::before,
.summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse.show a::before {
  color: #ff0052;
  content: "\f004";
}

.woocommerce table.shop_table tbody.wishlist-items-wrapper img {
  max-width: 60px;
}

.wishlist_table .product-add-to-cart a {
  margin: 0 !important;
}

.wishlist_table .product-add-to-cart a.button {
  line-height: inherit;
  padding: 10px 12px !important;
  min-width: auto;
}

/*compare style*/
.woocommerce .entry-summary a.th-product-compare-btn,
.woocommerce .entry-summary a.compare.button,
.entry-summary .wooscp-btn {
  border: 1px solid;
  border-radius: 30px;
  color: #9c9c9c;
  display: inline-block;
  font-size: 0;
  height: 35px;
  line-height: 35px;
  width: 35px;
  background: transparent;
  text-align: center;
  margin-left: 10px;
  font-weight: normal;
  min-width: auto;
}

.entry-summary .wooscp-btn:before,
.summary .woosw-btn:before {
  font-size: 13px;
}

.entry-summary .wooscp-btn {
  margin-left: 0;
  margin-right: 10px;
}

.woocommerce .entry-summary a.th-product-compare-btn.btn_type:before,
.woocommerce .entry-summary a.compare.button:before {
  content: "\f0ec";
  font-family: FontAwesome;
  display: block;
  color: #9c9c9c;
  font-size: 13px;
}

.woocommerce .entry-summary a.th-product-compare-btn.btn_type {
  padding: 0;
}

.woocommerce .entry-summary a.compare.button.added:before {
  color: #ff0052;
}

.woocommerce .entry-summary .clear {
  clear: initial;
}

/************************/
/*woocommerce cart page*/
/************************/
.woocommerce table.shop_table {
  border-style: solid;
  margin: 0 -1px 24px 0;
  text-align: left;
  width: 100%;
  border-collapse: separate;
  border-color: #eaeaea;
  border: 0;
}

.woocommerce table.shop_table thead th {
  border-bottom: 1px solid #f1f1f1 !important;
}

.woocommerce table.shop_table thead th,
.cart-subtotal,
.order-total {
  font-weight: 600;
  border: none;
  color: #555;
}

.woocommerce table.shop_table th {
  padding: 0.8em;
  vertical-align: middle;
}

.woocommerce table.shop_table td {
  border-bottom: 1px solid #f1f1f1 !important;
}

.woocommerce table.shop_table td,
.woocommerce table.shop_table th {
  padding: 1em 1.41575em;
  text-align: left;
  vertical-align: top;
  border: none;
}

.woocommerce table.shop_table .product-thumbnail img,
.woocommerce-page table.shop_table .product-thumbnail img {
  width: auto;
  max-width: 90px;
  height: 100px;
}

.cross-sells h2,
.cart_totals h2 {
  margin: 40px 0px;
  color: #555;
}

table.cart .product-thumbnail img {
  margin: 0 auto;
  border-radius: 3px;
}

.woocommerce table.shop_table td {
  padding: 0.8em;
  vertical-align: middle;
  text-transform: capitalize;
  border-color: #f1f1f1;
}

.woocommerce #content table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text {
  width: auto;
  line-height: 23px;
}

.woocommerce table.shop_table .cart-subtotal td {
  border: none !important;
  background: #f7f8f9;
}

.woocommerce table.shop_table .order-total td {
  border-bottom: none !important;
  background: #f7f8f9;
}

/* .cart_totals .shop_table {
  padding: 0px 20px !important;
  background: #f7f8f9;
} */

.woocommerce table.shop_table td,
.woocommerce table.shop_table th {
  padding: 1em 0em;
}

.woocommerce .woocommerce-cart-form__cart-item .quantity .qty {
  height: 40px;
  background: #f7f8f9;
  border: 1px solid #eaeaea;
  border-radius: 30px;
  padding-left: 15px;
  width: 70px;
}

.woocommerce.woocommerce-cart .woocommerce-cart-form__cart-item .quantity .qty {
  padding-left: 0;
}

.woocommerce a.remove {
  color: #555 !important;
  font-size: 15px;
  border-radius: 0;
}

/* .woocommerce a.remove:hover {
  color: #fff !important;
  background: #555 !important;
} */

#add_payment_method table.cart td.actions .coupon .input-text,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text {
  border: 1px solid #f1f1f1;
}

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

#add_payment_method table.cart td.actions .coupon .input-text,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text {
  border-radius: 30px;
  padding: 6px 15px;
}

/************************/
/*woocommerce cart page*/
/************************/
/************************/
/*checkout page style*/
/************************/
.woocommerce-billing-fields {
  overflow: hidden;
}

.woocommerce-billing-fields h3 {
  margin: 0 0 30px;
}

.checkout .form-row>label {
  display: block;
  font-weight: 500;
}

.checkout input.input-text {
  background: #f7f8f9;
  border: 1px solid #eaeaea;
  color: #555;
  width: 100%;
}

input[type="text"],
input[type="email"],
input[type="url"],
textarea,
input[type="password"],
input[type="tel"],
input[type="search"] {
  border: 1px solid #eaeaea;
  border-radius: 0;
  font-size: 13px;
  line-height: 30px;
  padding: 0 10px;
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
}

.thunk-top2-slide.owl-carousel .owl-nav button.owl-prev {
  border-radius: 0px 3px 3px 0px;
}

.thunk-top2-slide.owl-carousel .owl-nav button.owl-next {
  border-radius: 3px 0px 0px 3px;
}

.woocommerce .thunk-woo-product-list span.onsale {
  border-radius: 30px;
}

#s {
  border-radius: 4px 0px 0px 4px;
}

.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 40px;
  color: #555;
  height: 40px;
}

.select2-container--default .select2-selection--single {
  border: 1px solid #eaeaea;
  border-radius: 0;
  background: #f7f8f9;
}

.checkout .select2-container .select2-selection--single {
  height: 40px;
  line-height: 40px;
  margin: 0;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: inherit;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 20px;
  height: auto;
}

.woocommerce .woocommerce-checkout #customer_details p.form-row label {
  margin: 0 0 5px;
  display: block;
}

.woocommerce-checkout>.col2-set>.col-2 {
  float: none;
  width: 100%;
}

.woocommerce-checkout #order_review {
  float: right;
  width: 48%;
}

.woocommerce-checkout h3#order_review_heading {
  float: right;
  width: 48%;
}

.woocommerce #order_review table.shop_table {
  margin: 0 0 40px;
  border: none;
}

.woocommerce-checkout>.col2-set {
  float: left;
  width: 48%;
}

.woocommerce-checkout>.col2-set>.col-1 {
  float: none;
  width: 100%;
  margin-bottom: 30px;
}

.woocommerce .form-row-first {
  float: left;
  width: 48%;
  margin-right: 4%;
}

.woocommerce-checkout #payment ul.payment_methods li:hover {
  background-color: #f7f8f9;
}

.woocommerce-checkout #payment ul.payment_methods li {
  background-color: #f7f8f9;
  text-align: left;
  border: 0;
  padding: 20px;
}

.woocommerce-checkout .thunk-content-wrap {
  display: -webkit-flex;
}

.woocommerce #order_review table.shop_table thead th {
  font-size: 15px;
  letter-spacing: 1px;
  padding: 20px;
}

.woocommerce #order_review table.shop_table th {
  border: none;
  padding: 16px 20px;
}

.woocommerce #order_review table.shop_table thead th.product-total {
  text-align: right;
}

.woocommerce #order_review table.shop_table tbody td.product-name {
  max-width: 376px;
  text-align: left;
}

.woocommerce #order_review table.shop_table td {
  border: none;
  padding: 16px 20px;
  text-align: right;
}

.woocommerce table.shop_table td {
  padding: 0.8em 0px;
  vertical-align: middle;
  text-transform: capitalize;
  border-color: #eaeaea;
}

.woocommerce #order_review table.shop_table tfoot th {
  font-weight: 600;
}

.woocommerce #order_review table tfoot th {
  text-transform: capitalize;
}

.woocommerce-checkout-review-order-table tfoot th {
  background: #f7f8f9;
}

.woocommerce-checkout #payment ul.payment_methods li:hover {
  background-color: #f5f5f5;
}

.woocommerce-checkout #payment ul.payment_methods {
  padding-bottom: 20px;
  padding: 0;
}

.woocommerce-checkout #payment {
  background: transparent;
}

.woocommerce-checkout #place_order {
  width: 100%;
  font-size: 15px;
  line-height: 1.6;
  padding: 16px 20px;
}

.woocommerce-checkout .woocommerce-info:before {
  color: #ddd;
}

.woocommerce-checkout form.checkout_coupon .form-row-first {
  float: left;
  width: 100%;
}

.woocommerce-checkout form.checkout_coupon .form-row-last {
  float: left;
  width: 100%;
}

.woocommerce-checkout form,
.woocommerce-checkout textarea {
  line-height: 1.5;
  resize: vertical;
}

.form-row {
  float: left;
  overflow: hidden;
  width: 100%;
  margin-bottom: 20px;
}

.woocommerce-input-wrapper textarea.input-text {
  background: #f7f8f9;
  border: 1px solid #eaeaea;
  color: #898989;
  width: 100%;
}

.woocommerce-input-wrapper textarea.input-text {
  background: #f7f8f9;
  border: 1px solid #eaeaea;
  color: #898989;
  width: 100%;
}

.woocommerce form .form-row textarea {
  border-radius: 0 !important;
  padding: 10px;
  -webkit-appearance: none;
  appearance: none;
}

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

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
  float: right;
  width: 100%;
  margin: 0;
  margin-top: 20px;
}

#add_payment_method #payment div.form-row,
.woocommerce-cart #payment div.form-row,
.woocommerce-checkout #payment div.form-row {
  padding: 1em;
  background: #f7f8f9;
}

.woocommerce form .form-row input.input-text {
  background: #f7f8f9;
  border: 1px solid #eaeaea;
  height: 40px;
  width: 100%;
}

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
  margin-top: 0;
  padding: 0;
  border: none;
}

.form-row {
  float: left;
  overflow: hidden;
  width: 100%;
  margin-bottom: 20px;
}

/************************/
/*checkout page style*/
/************************/
/************************/
/*account-page*/
/************************/
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
  margin-top: 20px;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {margin-top: 0;margin-bottom: 0;}

.woocommerce-account .woocommerce-MyAccount-navigation {
  float: left;
  width: 30%;
  padding: 0px 20px;
  background: #f7f8f9;
}

.woocommerce-account .woocommerce-MyAccount-content {
  float: right;
}

.woocommerce-MyAccount-navigation ul {
  margin: 0;
}

.woocommerce-MyAccount-navigation ul li {
  list-style: none;
  border-bottom: 1px solid #eaeaea;
  position: relative;
}

.woocommerce-MyAccount-navigation ul li a {
  padding: 15px 0;
  display: block;
  font-weight: 300;
}

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

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

.woocommerce form.checkout_coupon {
  border: 1px dashed;
  padding: 15px;
}

.woocommerce-MyAccount-content .woocommerce-info {
  line-height: 25px;
  background-color: #ededed;
}

/**************/
/*Blog page*/
/***************/
.thunk-woo-product-list.post,
article.thunk-post-article {
  text-align: left;
}

article.thunk-article,
article.thunk-post-article,
.single article,
.no-results.not-found,
#error-404 {
  background: #fff;
  padding: 15px;
  margin-bottom: 15px;
}

.thunk-post-img-wrapper {
  margin-bottom: 15px
}

h2.thunk-post-title,
h1.thunk-post-title {
  margin-bottom: 5px
}

.thunk-post-meta {
  margin-bottom: 15px;
  display: flex;
}

.entry-content p {
  margin-bottom: 25px;
  line-height: 1.8;
}

article.thunk-post-article .thunk-readmore.button {
  font-weight: normal;
  background: transparent;
  display: inline-block;
  padding: 0 10px;
  line-height: 28px;
  margin: 0;
  border: 1px solid #eee;
  transition: all .5s ease-out;
  border: 1px solid #ff0052;
  color: #fff;
  border-radius: 30px;
  text-decoration: none !important;
}

article.thunk-post-article .thunk-readmore.button:hover {
  color: #fff;
}

#load-more-posts {
  font-weight: normal;
  background: transparent;
  display: inline-block;
  padding: 0 10px;
  line-height: 28px;
  margin: 0;
  border: 1px solid #eee;
  transition: all .5s ease-out;
  border: 1px solid #ff0052;
  color: #ff0052;
  border-radius: 30px;
  text-decoration: none !important;
  margin: 20px 0;
}

.big-store-load-more {
  text-align: center;
}

#no-more {
  margin: 20px 0;
}

p.read-more {
  margin-bottom: 10px;
}

article.thunk-post-article .thunk-readmore.button:focus,
button:focus,
a.button:focus,
input:focus,
select:focus,
textarea:focus {
  outline: thin dotted;
  outline-color: #000;
}

.thunk-comments {
  background: #000;
  color: #fff;
  float: right;
  font-size: 11px;
  font-weight: 500;
  height: 20px;
  line-height: 20px;
  min-width: 27px;
  padding: 0 4px;
  position: relative;
  text-align: center;
  display: inline-block;
}

.thunk-comments span,
.thunk-comments a {
  color: #fff;
}

.thunk-post-info {
  width: 80%;
}

.thunk-post-comments {
  width: 20%;
}

.thunk-comments:before {
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #000;
  border-style: solid;
  border-width: 5px;
  bottom: -5px;
  content: "";
  left: 5px;
  position: absolute;
}

.thunk-post-info span:after {
  content: " ";
  width: 10px;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  display: inline-block;
  margin: 0px 5px;
  vertical-align: middle;
}

.thunk-post-info span:last-child:after {
  display: none;
}

/*post pagination*/
.navigation.pagination {
  margin: 30px 0px;
}

.nav-links {
  text-align: center;
}

.nav-links .page-numbers {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 13px;
  margin-right: 4px;
  text-align: center;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background-color: #f1f1f1;

}

.nav-links .page-numbers.current,
.nav-links .page-numbers:hover {
  background-color: #ff0052;
  color: #fff;
}

.nav-links .page-numbers.next:before {
  content: "\f105";
  font-family: fontAwesome;
  line-height: 1;
}

.nav-links .page-numbers.prev:before {
  content: "\f104";
  font-family: fontAwesome;
  line-height: 1;
}

.woocommerce nav.woocommerce-pagination ul {
  padding: 0;
  clear: both;
  border: 0;
  display: flex;
  justify-content: center;
  margin: 30px 0 0 0;
  white-space: normal;
  flex-flow: wrap;
}

.woocommerce nav.woocommerce-pagination ul li .page-numbers {
  width: 40px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  font-size: 13px;
  /* margin-right: 4px; */
  text-align: center;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  background-color: #f1f1f1;
}

.woocommerce nav.woocommerce-pagination ul li {
  float: none;
  border-right: 0;
}

.woocommerce nav.woocommerce-pagination ul li+li {
  margin-left: 10px;
  margin-bottom: 8px;
}

.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
  background-color: #ffdc32 !important;
  color: #000000;
}

/*Comment box & Author*/
.thunk-author-bio,
.thunk-author-bio {
  display: flex;
}

.author-info {
  align-self: center;
  margin-left: 20px;
}

.author-header a {
  color: #555;
}

.comment-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.single article.comment-body {
  padding: 0;
}

.thunk-single-post ol.children article,
.thunk-single-page ol.children article {
  background: #f6f7f9;
}

.single article.comment-body {
  background: #f6f7f9;
  padding: 15px;
  border-radius: 4px;
}

/* comment-list css Starts */
.thunk-single-post .comment,
.thunk-single-page .comment {
  margin-bottom: 15px;
}

.thunk-single-post .comment-author,
.thunk-single-page .comment-author {
  display: flex;
}

.thunk-single-post .comment-author img,
.thunk-single-page .comment-author img {
  margin-right: 15px;
  width: 64px;
  border: 1px solid #cecece;
  padding: 4px;
  border-radius: 5px;
}

.author-avatar img {
  width: 64px;
  border: 1px solid #cecece;
  padding: 4px;
  border-radius: 5px;
}

.thunk-single-post .comment-author .fn,
.thunk-single-page .comment-author .fn {
  margin-right: 5px;
}

.thunk-single-post .comment-author,
.thunk-single-post .comment-metadata,
.thunk-single-post .comment-content,
.thunk-single-post .reply,
.thunk-single-page .comment-author,
.thunk-single-page .comment-metadata,
.thunk-single-page .comment-content,
.thunk-single-page .reply {
  margin-bottom: 15px;
}

.thunk-single-post ol.children,
.thunk-single-page ol.children {
  list-style-type: none;
}

.thunk-single-post .comment-list,
.thunk-single-page .comment-list {
  margin: 10px 0;
  list-style-type: none;
}

/* comment-list css End */
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
/* .screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
} */
/* Many screen reader and browser combinations announce broken words as they would appear visually. */

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/*gallery style*/
.gallery:after {
  content: "";
  display: table;
  clear: both;
}

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

.gallery figure {
  float: left;
  margin: 0 2% 0.4em 0;
}

.gallery.gallery-columns-1 figure {
  width: 100%;
  margin: 0 0 1em 0;
  float: none;
}

.gallery.gallery-columns-3 figure {
  width: 32%;
}

.gallery.gallery-columns-3 figure:nth-of-type(3n+3) {
  margin-right: 0;
}

.gallery.gallery-columns-3 figure:nth-of-type(3n+4) {
  clear: left;
}

.gallery.gallery-columns-2 figure {
  width: 49%;
}

.gallery.gallery-columns-2 figure:nth-of-type(even) {
  margin-right: 0;
}

.gallery.gallery-columns-2 figure:nth-of-type(odd) {
  clear: left;
}

.gallery.gallery-columns-4 figure {
  width: 23.25%;
}

.gallery.gallery-columns-4 figure:nth-of-type(4n+4) {
  margin-right: 0;
}

.gallery.gallery-columns-4 figure:nth-of-type(4n+5) {
  clear: left;
}

.gallery.gallery-columns-5 figure {
  width: 18%;
}

.gallery.gallery-columns-5 figure:nth-of-type(5n+5) {
  margin-right: 0;
}

.gallery.gallery-columns-5 figure:nth-of-type(5n+6) {
  clear: left;
}

.gallery.gallery-columns-6 figure {
  width: 14.2%;
}

.gallery.gallery-columns-6 figure:nth-of-type(6n+6) {
  margin-right: 0;
}

.gallery.gallery-columns-6 figure:nth-of-type(6n+7) {
  clear: left;
}

.gallery.gallery-columns-7 figure {
  width: 12%;
}

.gallery.gallery-columns-7 figure:nth-of-type(7n+7) {
  margin-right: 0;
}

.gallery.gallery-columns-7 figure:nth-of-type(7n+8) {
  clear: left;
}

.gallery.gallery-columns-8 figure {
  width: 10.2%;
}

.gallery.gallery-columns-8 figure:nth-of-type(8n+8) {
  margin-right: 0;
}

.gallery.gallery-columns-8 figure:nth-of-type(8n+9) {
  clear: left;
}

.gallery.gallery-columns-9 figure {
  width: 8.85%;
}

.gallery.gallery-columns-9 figure:nth-of-type(9n+9) {
  margin-right: 0;
}

.gallery.gallery-columns-9 figure:nth-of-type(9n+10) {
  clear: left;
}

/*gallery style end*/

[hidden] {
  display: none;
}

/* =WordPress Core End */
#reply-title {
  padding: 10px 0;
}

.comment-notes {

  font-size: 16px;
  letter-spacing: 1px;
  margin-top: 20px;
  margin-bottom: 10px;
}

form p label {
  display: block;
  margin: 10px 0;
}

.logged-in-as {
  margin: 20px 0;
}

.logged-in-as a {
  color: #242424;
}

.thunk-single-post form p {
  color: #242424;
}

.thunk-single-post form p label,
.thunk-single-page form p label {
  display: block;
  margin: 10px 0;
}

.thunk-single-post .logged-in-as,
.thunk-single-page .logged-in-as {
  margin: 20px 0;
}

.thunk-single-post .logged-in-as a,
.thunk-single-page .logged-in-as a {
  color: #242424;
}

.thunk-single-post .logged-in-as a:nth-of-type(2),
.thunk-single-page .logged-in-as a:nth-of-type(2) {

  background: #d80303;
  padding: 5px 10px;
  color: #fff;
}

#wp-comment-cookies-consent {
  width: auto;
  float: left;
  margin-top: 5px;
  margin-right: 10px;
}

/*********************/
/*Pages Style*/
/*********************/
.thunk-page .thunk-content-wrap {
  padding: 15px;
  background: #fff;
  margin-bottom: 20px;
}

.page-head {
  padding-bottom: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.page-head h1 {
  color: #555;
}

.page-head .breadcrumb-trail.breadcrumbs {
  flex: 1;
}

.thunk-breadcrumb {
  padding-bottom: 0;
}

.single-product .page-head .breadcrumb-trail.breadcrumbs {
  flex: initial;

}

/*//LOADER*/
.thunk-loadContainer {
  display: none;
}

.thunk-loadContainer:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: " ";
  background: #fffffffa;
  z-index: 99;
}

.loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
}

.loader {
  border: 4px solid #fff;
  border-radius: 50%;
  border-top: 4px solid #fff;
  border-right: 4px solid #ff0052;
  border-bottom: 4px solid #ff0052;
  border-left: 4px solid #ff0052;
  width: 35px;
  height: 35px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

.woocommerce .loader::before {
  background: none;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*Blog post loader*/
.open-mart-load-more {
  text-align: center;
}

.open-mart-load-more button {
  font-weight: normal;
  background: transparent;
  display: inline-block;
  padding: 0 15px;
  height: 36px;
  line-height: 36px;
  margin: 0;
  border: 1px solid #eee;
  transition: all .5s ease-out;
  border: 1px solid #ff0052;
  color: #ff0052;
}

.open-mart-load-more button:hover {
  color: #fff;
  background: #ff0052;
}

#load-more-posts-error,
.scroll-error,
.opn-shop-pagination-infinite {
  text-align: center;
}

.inifiniteLoader,
#load-more-posts-error {
  display: none;
  text-align: center;

}

.opn-shop-pagination-infinite {
  margin-bottom: 30px;
}

.inifiniteLoader .loader {
  top: auto;
  left: auto;
  z-index: 999;
  margin: 0 auto;

}

.opn-shop-pagination-infinite .inifiniteLoader .loader {
  top: auto;
  left: 0;
  right: 0;
  z-index: 999;
  margin: 0 auto;
  position: relative;

}

/****************************/
/*woo-product-style on hover*/
/****************************/
.woocommerce .show-on-hover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: blur(0);
  transition: all .2s linear;
}

.woocommerce li.product:hover .show-on-hover {
  opacity: 1;
  transform: scale(1) translateZ(0) translateY(0);
  pointer-events: inherit;
}

.woocommerce li.product.open-woo-hover-swap.open-mart-swap-item-hover:hover img:first-of-type {
  opacity: 0;
}

.woocommerce li.product.open-woo-hover-swap:hover img.show-on-hover {
  opacity: 1;
}

.woocommerce ul.products li.product.open-woo-hover-zoom:hover img,
.woocommerce-page ul.products li.product.opena-woo-hover-zoom:hover img,
.woocommerce ul.thunk-products-ul li.product.open-woo-hover-zoom:hover img,
.woocommerce-page ul.thunk-products-ul li.product.open-woo-hover-zoom:hover img,
div.product.open-woo-hover-zoom .thunk-product:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.woocommerce ul.thunk-products-ul li.product .woocommerce-loop-product__link img,
.woocommerce-page ul.thunk-products-ul li.product .woocommerce-loop-product__link img {
  margin-bottom: 0px;
  backface-visibility: hidden;
  transition: filter 0.6s ease 0s, opacity 0.6s ease 0s, transform 0.6s ease 0s, -webkit-filter 0.6s ease 0s, -webkit-transform 0.6s ease 0s;
}

/*social icon*/
.content-social ul.social-icon {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-flex;
  flex-wrap: wrap;
}

.content-social ul.social-icon li {
  padding: 5px;
}

.content-social ul.social-icon li i {
  padding: 0;
}

.social-icon.original-social-icon i.fa-facebook {
  color: #4867AA;
}

.social-icon.original-social-icon i.fa-google-plus {
  color: #DE564A;
}

.social-icon.original-social-icon i.fa-linkedin {
  color: #007BB6;
}

.social-icon.original-social-icon i.fa-twitter {
  color: #00ACED;
}

.social-icon.original-social-icon i.fa-instagram {
  color: #C50067;
}

.social-icon.original-social-icon i.fa-pinterest {
  color: #BD081B;
}

.social-icon.original-social-icon i.fa-youtube-play {
  color: #FF0000;
}

.social-icon.original-social-icon i.fa-tumblr {
  color: #36465D;
}

.social-icon.original-social-icon i.fa-stumbleupon {
  color: #EB4823;
}

.social-icon.original-social-icon i.fa-dribbble {
  color: #EA4C89;
}

.social-icon.original-social-icon i.fa-skype {
  color: #00aff0;
}

.content-social .social-icon a {
  font-size: 14px;
  width: 1em;
  height: 1em;
  line-height: 1em;
  display: block;
  text-align: center;
  border: 1px solid transparent;
  color: #242424;
}

.social-icon.original-social-icon a {
  background-color: transparent !important;
  border: none;
  display: block;
}

/*social icon*/
/************************/
/*Ribbon Section*/
/************************/
section.thunk-ribbon-section .content-wrap {
  margin: 0;
}

.openmart-site section.thunk-ribbon-section .content-wrap {
  border: 0;
}

.thunk-ribbon-content {
  position: relative;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  padding: 50px 0;
}

.thunk-ribbon-content-col1,
.thunk-ribbon-content-col2,
.thunk-ribbon-content-col3 {
  width: 33.33%;
}

.thunk-ribbon-content-col1 {
  order: 1;
}

.thunk-ribbon-content-col2 {
  order: 2;
}

.thunk-ribbon-content-col3 {
  order: 3;
}

.thunk-ribbon-content.left .thunk-ribbon-content-col1 {
  order: 3;
}

.thunk-ribbon-content.left .thunk-ribbon-content-col3 {
  order: 1;
  text-align: right;
}

.th-rbn-txtwrap {
  text-align: center;
  padding: 20px 0px;
}

.th-rbn-txtwrap .rbn-heading {
  font-size: 24px;
  line-height: 31px;
  color: #fff;
}

.th-rbn-txtwrap .rbn-subheading {
  font-size: 31px;
  line-height: 38px;
  margin-bottom: 10px;
  color: #fff;
}

.openmart-site section.thunk-ribbon-section .content-wrap,
.thunk-ribbon-content {
  padding: 0;
}

.openmart-site section.thunk-ribbon-section .content-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 60%);
}

.ribbon-btn {
  display: inline-flex;
  font-size: 12px;
  padding: 7px 14px;
  background: #ff0052;
  overflow: hidden;
  z-index: 99;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.thunk-ribbon-content .ribbon-btn {
  color: #fff;
}

.thunk-ribbon-sideimg {
  margin-top: -35px;
  text-align: center;
}

/*404 page & no-result page*/
#no-results .page-content p,
#error-404 .page-content p {
  margin: 15px 0px;
}

.error-heading h2 {
  font-size: 50px;
  margin: 30px 0px
}

.error-heading h3 {
  font-size: 30px;
}

/*404 page & no-result page*/
/***************************/
/*Sticky Header*/
/****************************/
.sticky-header:before,
.search-wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}

.sticky-header-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.sticky-header-col1 {
  justify-content: flex-start;
  width: 21%;
  padding: 0px;
  align-items: center;
  display: inline-flex;
}

.sticky-header-col2 {
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  width: 54%;
}

.sticky-header-col3 {
  text-align: right;
  width: 25%;
}

.sticky-header-col3 .thunk-icon .cart-icon a.cart-contents,
.sticky-header-col3 .header-icon a,
a.prd-search {
  height: 44px;
  width: 44px;
  line-height: 44px;
  margin: 0px 8px 0px 0px;
}

.sticky-header-col3 .thunk-icon .cart-icon a.cart-contents {
  position: relative;
  padding: 0;
  text-align: center;
  background: transparent;
  color: #555;
  padding: 0;
  margin: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.sticky-header-col3 .thunk-icon .cart-icon a.cart-contents i,
.sticky-header .header-icon a i {
  font-size: 19px;
}

.sticky-header-col3 .thunk-icon .cart-icon a.cart-contents i {
  position: relative;
  left: auto;
  top: auto;
  z-index: 9;
  padding-right: 0;
  border-right: 0;
  -webkit-transform: inherit;
  -moz-transform: inherit;
  transform: inherit;
}

.sticky-header-col3 .thunk-icon .cart-icon {
  background: transparent;
}

.sticky-header-col3 .thunk-icon .cart-icon a.cart-contents i {
  border-right: none !important;
}

.sticky-header .thunk-icon {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.sticky-header {
  position: fixed;
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  background: #fff;
  width: 100%;
  -webkit-animation: fadeOutUpBig .5s ease;
  animation: fadeOutUpBig .5s ease;
  pointer-events: none;
  box-shadow: 0 0 10px rgba(0, 0, 0, .08);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-animation: none;
  animation: none;
  padding: 0.8rem 0;

}

.search-wrapper {
  z-index: 999;
}

.sticky-header.stick {
  visibility: visible;
  opacity: 1;

  -webkit-animation: fadeInDownBig .7s ease;
  animation: fadeInDownBig .7s ease;
  pointer-events: visible;
  pointer-events: unset;
  -webkit-transform: none;
  transform: none;
}

.sticky-header .logo-content {
  width: 100%;
  padding: 10px 0px;
}

.sticky-header .logo-content img {
  max-width: 65%;
}

.sticky-header-col3 .thaps-search-box .th-icon.click-icon,
.sticky-header-col3 .tapsp-search-box .th-icon.click-icon {
  font-size: 19px;
  height: 44px;
  width: 44px;
  line-height: 44px;
  margin: 0;
  text-align: center;
  font-weight: bold;
}

.sticky-header-col3 .thaps-search-box.icon_style,
.sticky-header-col3 .tapsp-search-box.icon_style {
  max-width: initial;
  min-width: auto;
}

/*search wrapper*/
.search-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  display: block;
  box-shadow: 0 0 10px rgba(0, 0, 0, .08);
  -webkit-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  transform: translate(0, -100%);
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  visibility: hidden;
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}

.search-wrapper.open {
  visibility: visible;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.search-wrapper .container {
  padding-top: 60px;
  padding-bottom: 60px;
  width: 50%;
}

.search-wrapper #search-box form {
  width: 100%;
}

.search-wrapper #search-box input[type="text"] {
  width: 100%;
}

.search-close {
  float: right;
  margin-bottom: 25px
}

.search-close-btn {
  display: block;
  text-decoration: none;
  min-width: 1.5em;
  min-height: 1.5em;
  transform-origin: center;
  transition: all .3s linear;
  transition-property: transform;
  -webkit-backface-visibility: hidden;
  color: #555;
}

.search-close-btn:before,
.search-close-btn:after {
  content: '';
  display: block;
  border-top: 1px solid;
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
}

.search-close-btn {
  -webkit-transform: rotateZ(0deg);
  -moz-transform: rotateZ(0deg);
  transform: rotateZ(0deg);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.search-close-btn:before {
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}

.search-close-btn:after {
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.search-close-btn:hover {
  -webkit-transform: rotateZ(90deg);
  -moz-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
}

/*cart show in sticky and mobile bottom nav*/
.sticky-header .thunk-icon .cart-content .count-item .item,
.sticky-header .thunk-icon .cart-content span.woocommerce-Price-amount,

#openmart-mobile-bar .cart-content .count-item .item,
#openmart-mobile-bar .cart-content span.woocommerce-Price-amount {
  display: none;
}

.sticky-header .count-item {
  position: absolute;
  top: -9px;
  right: -1px;
  background: #141415;
  color: #fff;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 100%;
  font-size: 10px;
}

#openmart-mobile-bar a {
  position: relative;
}

#openmart-mobile-bar .count-item,
.cart-content .count-item {
  position: absolute;
  top: 0;
  right: 27px;
  background: #141415;
  color: #fff;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 100%;
  font-size: 10px;
  text-align: center;
}

.cart-content .count-item {
  right: 0;
  top: -9px;
}

#openmart-mobile-bar .cart-icon-wrap {
  background: none;
}

/******************************/
/*Responsive*/
/******************************/
/*******************/
/*text ellips css start*/
/*******************/
.thunk-woo-product-list .woocommerce-loop-product__title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.thunk-list .thunk-product-content .woocommerce-LoopProduct-title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 21px;
  max-height: 42px;
}

.slide-content-wrap p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-height: 21px;
  max-height: 21px;
}

span.product-title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-height: 21px;
  max-height: 42px;
}

.slide-content h2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-height: 35px;
  max-height: 35px;
}

.thunk-list-view .thunk-woo-product-list .woocommerce-loop-product__title {
  overflow: hidden;
  text-overflow: initial;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: inherit;
  line-height: inherit;
  max-height: inherit;
}

/*******************/
/*text ellips css end*/
/*******************/
.thunk-icon {
  text-align: right;
  text-align: -webkit-right;
}

/*off canvas sidebar*/
.open-mart-off-canvas-sidebar .open-mart-widget-content {
  border: none;
  padding: 0
}

/*Back to top Start*/
#move-to-top {
  position: fixed;
  text-align: center;
  cursor: pointer;
  z-index: 9999;
  width: 2em;
  height: 2em;
  line-height: 2;
  color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

#move-to-top {
  background-color: #141415;
  font-size: 18px;
}

#move-to-top {
  right: 30px;
  bottom: 152px;
}

#move-to-top:not(.filling) {
  opacity: 0;
  visibility: hidden;
}

#move-to-top i {
  font-family: fontawesome;
  font-weight: normal;
}

#move-to-top:hover {
  opacity: 1;
}

/****************************/
/*post-slide-widget-style*/
/****************************/
.post-slide-widget .owl-nav {
  position: absolute;
  top: -35px;
  right: 0px;
  color: #a3a3a3;
  left: auto;
  margin: 0;
}

.post-slide-widget .owl-carousel .owl-nav button {
  width: 30px;
  height: 30px;
  line-height: 30px !important;
  font-size: 17px;
  text-align: center;
  background: #fff;
  color: #999;
  border: 1px solid #eee;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

.post-slide-widget .owl-carousel .owl-nav .owl-prev {
  margin-right: 4px;
}

.post-slide-widget .slide-widget-title {
  line-height: normal;
}

.post-slide-widget .post-thumb {
  margin-bottom: 10px;
}

.post-slide-widget .title {
  font-size: 14px;
}

/******************************/
/*extra list in drop down style*/
/******************************/
.header__cat__item.dropdown {
  display: inline-flex;
  position: relative;
  margin-left: 15px;
}

.header__cat__item.dropdown a.more-cat {
  width: 30px;
  height: 30px;
  line-height: 30px !important;
  font-size: 13px;
  text-align: center;
  background: #fff;
  color: #999;
  border: 1px solid #eee;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  margin-right: 8px;
}

.header__cat__item.dropdown.open ul.dropdown-link {
  margin-top: 9px;
  visibility: visible;
  opacity: 1;
  transition: all 0.3s linear;
}

.thunk-cat-tab ul.dropdown-link,
.thunk-vertical-cat-tab ul.dropdown-link {
  position: absolute;
  top: 100%;
  right: 8px;
  z-index: 1000;
  /*display:none;*/
  opacity: 0;
  visibility: hidden;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  font-size: 13px;
  line-height: 20px;
  background: #ffffff;
  border: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  margin: 21px 0 0 0;
  padding: 0;
}

ul.dropdown-link>li>a {
  display: block;
  text-decoration: none;
  padding: 8px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  white-space: nowrap;
}


/*max-mega-menu */
.mega-menu-open-mart-main-menu .main-header .sider.main {
  display: block;
}

.mega-menu-open-mart-main-menu .main-header .menu-toggle,
.mega-menu-open-mart-main-menu .main-header .sider.main .menu-close {
  display: none !important;
}

.mega-menu-open-mart-sticky-menu .sticky-header .sider.main {
  display: block;
}

.mega-menu-open-mart-sticky-menu .sticky-header .menu-toggle,
.mega-menu-open-mart-sticky-menu .sticky-header .sider.main .menu-close {
  display: none !important;
}

.mega-menu-open-mart-main-menu .main-header .sider.left,
.mega-menu-open-mart-main-menu .main-header .sider.right {
  display: block;
  position: inherit;
  top: 0;
  height: auto;
  z-index: 999999;
  width: auto;
  padding: 0;
  max-width: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  overflow-x: inherit;
  overflow-y: inherit;
  font-size: 15px;
  background-color: #fff;
  -webkit-touch-callout: none;
  user-select: none;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}

.woocommerce #shop-product-wrap .woocommerce-ordering {
  width: 210px;
  text-align: right;
}

/*************************************/
/*Page Template Style*/
/*************************************/
.thunk-contactus-detail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.thunk-contact-col {
  padding: 45px 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  border: 1px solid #f1f1f1;
  width: 23.5%;
  margin-right: 2%;
  text-align: center;
}

.thunk-contact-col:nth-child(4n+4) {
  margin-right: 0;
}

.thunk-contact-col .fa {
  font-size: 24px;
  margin-bottom: 10px;
  color: #ff0052;
  display: block;
}

.page-contact .leadform-show-form h1 {
  display: none;
}

.thunk-contactus {
  margin: 50px 0px;
}

.page-contact .leadform-show-form {
  max-width: 60%;
}

.page-contact .leadform-show-form label {
  color: #ff0052;
  margin-bottom: 16px;
  line-height: 1;
  font-size: 1em;
  font-family: 'DIN Pro';
  font-weight: 700;
}

.page-contact .leadform-show-form textarea,
.page-contact .leadform-show-form input:not([type]),
.page-contact .leadform-show-form input[type="email"],
.page-contact .leadform-show-form input[type="number"],
.page-contact .leadform-show-form input[type="password"],
.page-contact .leadform-show-form input[type="tel"],
.page-contact .leadform-show-form input[type="url"],
.page-contact .leadform-show-form input[type="text"],
.page-contact .leadform-show-form input[type="number"] {
  border-color: #f1f1f1;
  height: 52px;
  border-radius: 0;
  padding: 0 19px;
  box-shadow: none;
  background: transparent;
}

.page-contact .leadform-show-form .lf-field {
  position: initial;
}

.page-contact .leadform-show-form ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: transparent;
}

.page-contact .leadform-show-form :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: transparent;
}

.page-contact .leadform-show-form ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: transparent;
}

.page-contact .leadform-show-form :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: transparent;
}

.page-contact .leadform-show-form input::placeholder {
  color: transparent;
}

.page-contact .leadform-show-form textarea::-webkit-input-placeholder {
  /* WebKit browsers */
  color: transparent;
}

.page-contact .leadform-show-form textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: transparent;
}

.page-contact .leadform-show-form textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: transparent;
}

.page-contact .leadform-show-form textarea:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: transparent;
}

.page-contact .leadform-show-form textarea::placeholder {
  color: transparent;
}

.page-contact .leadform-show-form div.lf-field {
  margin-bottom: 20px;
}

.page-contact .leadform-show-form .lf-field:nth-of-type(1),
.page-contact .leadform-show-form .lf-field:nth-of-type(2) {
  width: 50%;
  float: left;
}

.page-contact .leadform-show-form .lf-field:nth-of-type(1) {
  padding-right: 7.5px;
}

.page-contact .leadform-show-form .lf-field:nth-of-type(2) {
  padding-left: 7.5px;
}

.page-contact .leadform-show-form input[type="submit"] {
  background: #ff0052;
  border: 1px solid #ff0052;
  border-radius: 30px;
}

.google-map iframe {
  margin: 0;
}

/* Faq Accordion CSS */
.accordion-wrapper {
  width: 60%;
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 50px;
}

.thunk-accordion .ac {
  margin-bottom: 30px;
  overflow: hidden;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
  margin-top: 5px;
  margin-bottom: 15px;
}

.thunk-accordion .ac>.ac-q {
  text-decoration: none;
  cursor: pointer;
  position: relative;
  width: 100%;
  padding: 15px;
  display: inline-block;
  background: #fff;
  transition: all linear 0.15s;
  font-size: 18px;
  line-height: 23px;
  text-decoration: none;
}

.thunk-accordion .ac>.ac-q::after {
  content: "+";
  color: #ff0052;
  font-weight: 600;
  text-align: center;
  width: 15px;
  font-size: 16px;
  right: 10px;
  top: 50%;
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  position: absolute;
}

.thunk-accordion .ac>.ac-a {
  -o-transition-property: all;
  -o-transition-timing-function: ease;
  -webkit-transition-property: all;
  -webkit-transition-timing-function: ease;
  transition-property: all;
  transition-timing-function: ease;
}

.thunk-accordion .ac>.ac-a p {
  font-size: 14px;
  line-height: 25px;
  margin: 0;
  padding: 15px;
}

.thunk-accordion .ac.active>.ac-q::after {
  content: "-";
}

.thunk-accordion .faq-sn {
  font-size: 20px;
  margin-right: 10px;
  font-weight: 600;
  display: none;
}

/* Services CSS Starts*/
.thunk-aboutus-page section {
  margin: 60px 0px;
}

.about-page-wrapper section.thunk-founder {
  margin-top: 0px;
}

.thunk-aboutus-page {
  position: relative;
  overflow: hidden;
}

.thunk-aboutus-page:before {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: '';
  position: absolute;
}

.thunk-service-wrapper {
  display: flex;
  flex-wrap: wrap;
}

.thunk-service-post {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 30px;
}

.thunk-service-post:nth-of-type(3n+3) {
  margin-right: 0;
}

.thunk-service-icon,
.thunk-service-title {
  text-align: center;
  margin-bottom: 10px;
}

.thunk-service-icon i {
  font-size: 34px;
}

.thunk-service-title {
  font-size: 20px;
  line-height: 27px;
  font-weight: 400;
}

.thunk-service-description {
  text-align: center;
}

/* Servives CSS End*/
/* Founder CSS Starts*/

/*Testimonial*/
.testimonial-post {
  background-color: transparent;
  min-height: 250px;
  max-width: 750px;
  margin: 0 auto;
}

.testimonial-author {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
  text-align: center;
}

.testimonial-author-image img {
  border-radius: 50%;
  max-height: 70px;
  max-width: 70px;
  margin: 0 auto;
}

h3.testimonial-name {
  font-size: 20px;
  font-weight: 400;
  line-height: 31px;
}

h5.testimonial-position {
  color: #666666;
  font-size: 12px;
  font-weight: bold;
  line-height: 23px;
  letter-spacing: 0;
}

.tetsimonial-content p {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 25px;
  text-align: center;
}

.thunk-testimonials .owl-dots {
  text-align: center;
}

.thunk-testimonials button.owl-dot {
  width: 10px;
  height: 10px;
  background: #bbbdbb;
  border-radius: 50%;
  margin-right: 5px;
  outline: none;
}

.thunk-testimonials button.owl-dot:focus,
.thunk-testimonials button.owl-dot.active {
  background: #242424;
}

.testimonial-author-image {
  margin-bottom: 10px;
}

/******************************/
/*thunk-team-section section start*/
/******************************/
.thunk-aboutus-page .thunk-heading {
  font-size: 40px;
  line-height: 51px;
  margin-bottom: 30px;
}

.thunk-sub-heading {
  font-size: 21px;
  line-height: 32px;
  margin: 30px 0;
}

.thunk-team.no-slider {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.thunk-team-post {
  margin-right: 2%;
  margin-bottom: 30px;
}

.thunk-team.thunk-four .thunk-team-post {
  width: 23.5%;
}

.thunk-team.thunk-four .thunk-team-post:nth-of-type(4n+4) {
  margin-right: 0;
}

.thunk-team-img {
  position: relative;
  overflow: hidden;
}

.thunk-team-img img {
  width: 100%;
}

.thunk-team-img-overlay {
  position: absolute;
  top: 0;
  left: 0px;
  width: 100%;
  height: 100%;
  background: transparent;
  color: #fff;
  text-align: center;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.thunk-team-post:hover .thunk-team-img-overlay {
  background: rgba(0, 0, 0, 0.6);
}

.thunk-team-post:hover .thunk-team-name,
.thunk-team-post:hover .thunk-team-position {
  color: #fff;
}

.thunk-team-description {
  margin-top: 50%;
}

.thunk-team-social {
  width: 100%;
  display: flex;
  margin: 0 auto;
  margin-bottom: 25px;
  justify-content: center;
  list-style-type: none;
}

.thunk-team-social li {
  cursor: pointer;
  font-size: 20px;
  margin: 0 5px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border: 1px solid #fff;
  border-radius: 50%;
}

.thunk-team-description p {
  color: #fff;
}

.thunk-team-heading {
  background: #fff;
  margin-top: 0;
  padding: 15px 0;
  margin: -27px 20px 0;
  display: flex;
  flex-direction: column;
  position: relative;
  text-align: center;
  z-index: 1;
  box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.thunk-team-post:hover .thunk-team-heading {
  background: transparent;
  box-shadow: none;
}

.thunk-team-name {
  color: #242424;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 25px;
  margin-bottom: 2px;
}

.thunk-team-position {
  color: #242424;
  font-size: 12px;
  text-transform: capitalize;
}

.thunk-team-social i,
.thunk-team-social li {
  color: #fff;
  opacity: 0;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
}

.thunk-team-post:hover .thunk-team-social i,
.thunk-team-post:hover .thunk-team-social li {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

/* Counter CSS Starts*/
.thunk-counter-wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.counter-content {
  width: 23.5%;
  text-align: center;
  border: 1px dashed #cccccc;
  margin-right: 2%;
  padding: 20px;
  margin-bottom: 30px;
}

.counter-content:nth-of-type(4n+4) {
  margin-right: 0;
}

.thunk-scroller {
  font-size: 35px;
  font-weight: 300;
  line-height: 2;
  color: #676b67;
}

.thunk-counter-title {
  font-size: 20px;
  line-height: 31px;
}

/************************/
/*menu description style*/
/************************/
#almaira-above-menu .menu-item-description,
#almaira-footer-menu .menu-item-description {
  display: none;
}

nav .menu-item-description {
  position: absolute;
  top: -3px;
  left: calc(100% - 25px);
  background-color: #bd8348;
  font-size: 11px;
  padding: 3px 5px;
  line-height: 10px;
  color: #fff;
}

nav .menu-item-description:after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-left: 0px solid transparent;
  border-right: 6px solid transparent;
  left: 3px;
  bottom: -4px;
}

/*red*/
.open-mart-menu>li:nth-child(4n+1) .menu-item-description {
  background: rgb(233, 102, 86);
}

.open-mart-menu>li:nth-child(4n+1) .menu-item-description:after {
  border-top: 4px solid rgb(233, 102, 86);
}

/*yellow*/
.open-mart-menu>li:nth-child(4n-2) .menu-item-description {
  background: rgb(243, 200, 36);
}

.open-mart-menu>li:nth-child(4n+2) .menu-item-description:after {
  border-top: 4px solid rgb(243, 200, 36);
}

/*green*/
.open-mart-menu>li:nth-child(4n-1) .menu-item-description {
  background: rgb(52, 210, 147);
}

.open-mart-menu>li:nth-child(4n-1) .menu-item-description:after {
  border-top: 4px solid rgb(52, 210, 147);
}

/*blue*/
.open-mart-menu>li:nth-child(4n) .menu-item-description {
  background: rgb(58, 176, 226);
}

.open-mart-menu>li:nth-child(4n) .menu-item-description:after {
  border-top: 4px solid rgb(58, 176, 226);
}

.mobile-menu-active nav .menu-item-description,
.mobile-above-menu-active nav .menu-item-description,
.pan-content nav .menu-item-description {
  position: relative;
  top: 0;
  left: auto;
  background-color: #bd8348;
  font-size: 11px;
  padding: 3px 5px;
  line-height: 10px;
  color: #fff;
  display: inline-block;
  margin-left: 10px;
}

/*****************/
/*mobile nav bar*/
/*****************/
#openmart-mobile-bar {
  display: none;
}

/* Open Mart css starts     */
.thunk-vertical-product-tab-section .thunk-heading-wrap {
  order: 1;
}

.thunk-vertical-cat-tab {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

.thunk-vertical-cat-tab .thunk-heading-wrap {
  width: 16%;
  flex-direction: column;
  text-align: center;
  background: #FFF;
  position: relative;
  border-right: 1px solid #F1F1F1;
}

.thunk-vertical-cat-tab .thunk-vt-banner-wrap {
  width: 32%;
  position: relative;
  padding: 15px;
}

.thunk-vertical-cat-tab .content-wrap {
  width: 52%;
}

.thunk-vertical-cat-tab .thunk-heading-wrap .thunk-heading {
  width: 100%;
  max-width: initial;
  position: relative;
  border-bottom: 1px solid #e9e9e9;
  padding: 15px;
}

.thunk-vertical-cat-tab .desktop-view-tab-head {
  width: 100%;
}

.thunk-vertical-cat-tab .thunk-heading-wrap .tab-head {
  width: 100%;
  text-align: initial;
  padding: 0;
}

.thunk-vertical-cat-tab .thunk-heading-wrap .tab-link-wrap {
  margin: 0;
}

.thunk-vertical-cat-tab .title {
  margin-bottom: 0;
}

.thunk-vertical-cat-tab .desktop-view-tab-head ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  font-size: 0;
  line-height: 0;
  position: relative;
  padding: 0;
}

.thunk-vertical-cat-tab .desktop-view-tab-head .tab-link li {
  width: 100%;
  display: block;
  font-size: 13px;
  line-height: initial;
  /* font-family: 'SourceSansPro-SemiBold'; */
}

.thunk-vertical-cat-tab .desktop-view-tab-head .tab-link li a {
  display: block;
  padding: 12px 0;
  text-align: center;
}

.thunk-vertical-cat-tab .tab-link li a {
  color: #333;
}

.thunk-vertical-cat-tab .tab-link li a.active,
.thunk-vertical-cat-tab .tab-link li a:hover {
  color: #333;
  background: #e7ece6;
}

.thunk-vertical-cat-tab .resp-view-tab-head .tab-link li a.active,
.thunk-vertical-cat-tab .resp-view-tab-head .tab-link li a:hover {
  background: transparent;
}

.resp-view-tab-head .tab-link {
  position: relative;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.page-template-frontpage .owl-dots {
  text-align: center;
  margin-top: 5px;
  position: relative;
  z-index: -1;
}

.page-template-frontpage .owl-carousel button.owl-dot,
.woocommerce #alm-quick-view-modal .alm-qv-image-slider .flex-control-paging li a {
  width: 9px;
  height: 9px;
  line-height: 9px;
  border-radius: 50%;
  background: #9e9e9efc;
  margin: 0 4px;
  opacity: 0.7;
}

.page-template-frontpage .owl-carousel button.owl-dot.active,
.woocommerce #alm-quick-view-modal .alm-qv-image-slider .flex-control-paging li a.flex-active {
  width: 21px;
  border-radius: 30px;
  line-height: initial;
  opacity: 1;
}

.woocommerce #alm-quick-view-modal .alm-qv-image-slider .flex-control-nav li {
  margin: 0;
}

.thunk-slide.thunk-product-vertical-cat-slide1 .owl-nav,
.thunk-slide.thunk-product-vertical-cat-slide2 .owl-nav {
  position: absolute;
  height: 0;
  left: 0;
  right: 0;
  opacity: 0;
  /*top: 260px;*/
}

.thunk-slide.thunk-product-vertical-cat-slide1:hover .owl-nav,
.thunk-slide.thunk-product-vertical-cat-slide2:hover .owl-nav {
  opacity: 1;
}

.thunk-vertical-cat-tab .thunk-slide.owl-carousel .owl-nav button.owl-prev,
.thunk-vertical-cat-tab .thunk-slide.owl-carousel .owl-nav button.owl-next {
  width: 40px;
  height: 51px;
  line-height: 90px;
  border-radius: initial;
  transition: all 0.4s linear;
}

.thunk-vertical-cat-tab .thunk-slide.owl-carousel .owl-nav button.owl-prev {
  float: left;
}

.thunk-vertical-cat-tab .thunk-slide.owl-carousel .owl-nav button.owl-next {
  float: right;
}

.thunk-vt1-banner.owl-carousel .owl-item img {
  width: initial;
}

.thunk-vt1-banner .owl-dots {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
}

.thunk-vt1-banner.owl-carousel button.owl-dot {
  width: 9px;
  height: 9px;
  line-height: 9px;
  border-radius: 50%;
  background: #FFF;
  opacity: 0.7;
  margin-right: 7px;
}

.thunk-vt1-banner.owl-carousel button.owl-dot.active {
  opacity: 1;
}

.woocommerce .thunk-vertical-cat-tab a.woocommerce ul.products .thunk-product-hover .add_to_cart_button {
  position: relative;
  width: auto !important;
  height: 25px;
  /*line-height: 30px;*/
  border-radius: 4px;
  margin: 0 7px 0 10px;
  background: none !important;
  color: #111 !important;
}

.thunk-vertical-cat-tab .woocommerce ul.products .thunk-product-hover .add_to_cart_button:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  content: "\e919";
  font-family: "th-icon";
  font-size: 13px;
  justify-content: center;
  align-items: center;
  align-content: center;
}

.woocommerce .thunk-vertical-cat-tab a.button.added::after {
  margin-left: 0;
}

.woocommerce .thunk-vertical-cat-tab .woocommerce ul.products .thunk-product-hover .add_to_cart_button.loading::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  font-size: 16px;
  justify-content: center;
  align-items: center;
  align-content: center;
}

.thunk-vertical-cat-tab .woocommerce ul.products .thunk-product-hover .add_to_cart_button span {
  display: none;
}

/*  vertical-product-tab2 CSS STARTS     */
.thunk-vertical-cat-tab2 .thunk-vt-banner-wrap {
  width: 100%;
  overflow: hidden;
  padding: 0;
}

.thunk-vt2-banner img {
  width: 100%;
}

.thunk-vertical-cat-tab2 .content-wrap {
  width: 84%;
}

.thunk-product-slide.owl-carousel,
.thunk-product-cat-slide.owl-carousel {
  z-index: 99;
}

/*  Open Mart css End  */
/*  Header CSS Starts   */
.main-header-col2 {
  flex-grow: 2;
}

.thunk-icon-market {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

ul.thunk-product-cat-list {
  z-index: 9;
}

.below-header:before {
  background: #FFDC32;
}

.mhdrfour .toggle-cat-wrap {
  position: relative;
  display: flex;
  line-height: initial;
}

.mhdrfour .toggle-cat-wrap .toggle-icon {
  position: absolute;
  right: 9px;
  top: 50%;
  transform: translateY(-50%);
}

.header-icon+.cart-icon {
  display: flex;
  align-items: center;
}

.cart-icon a.cart-contents {
  display: flex;
}

a.cart-contents i {
  align-self: center;
  font-size: 14px;
}

.cart-contents i {
  color: #555;
}

span.cart-content {
  display: flex;
  flex-direction: column;
  margin: 0;
}

.cart-content span {
  margin: 5px 0;
}

.cart-contents i {
  color: #1C1D1E;
}

.cart-icon-wrap {
  width: 44px;
  height: 44px;
  background: #f7f8f9;
  line-height: 44px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.thunk-big-slider.owl-carousel .fadeIn {
  animation-delay: 0.9s;
}

.thunk-vertical-cat-tab .content-wrap.second {
  order: 3;
}

.thunk-vertical-cat-tab .content-wrap.third {
  order: 2;
}

.thunk-vertical-cat-tab .content-wrap.second+.thunk-vt-banner-wrap {
  order: 2;
}

.thunk-vertical-cat-tab .content-wrap.third+.thunk-vt-banner-wrap {
  order: 3;
}

/*   tabbed product widget   */
.tabbed-prod-widget .tab-image.right {
  order: 2;
}

.verti-prod-banner-widget .thunk-vertical-cat-tab .thunk-vt-banner-wrap {
  width: 100%;
  max-height: 150px;
  overflow: hidden;
}

.verti-prod-banner-widget .content-wrap {
  width: 84%;
}

.open_shopproshowprd_one .owl-stage-outer {
  margin: initial !important;
  padding: initial !important;
}

.thunk-pl-wrapper {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.thunk-pl-banner {
  width: 28.5%;
  order: 1;
}

.thunk-pl-content {
  width: 70%;
  order: 2;
}

.thunk-pl-content.img-disable {
  width: 100%;
}

.thunk-blog-testimonial-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.thunk-blog-testimonial-content .th-left,
.thunk-blog-testimonial-content .th-right,
.thunk-blog-testimonial-content .th-middle {
  position: relative;
  display: flex;
  justify-content: space-between;
  border: 1px solid #F1F1F1;
  border-radius: 4px;
  padding: 15px 15px;
  background: #FFF;
}

.thunk-blog-testimonial-content .th-left,
.thunk-blog-testimonial-content .th-middle {
  width: 27%;
  margin-right: 2%;
  min-height: 165px;
  z-index: 0;
}

.thunk-blog-testimonial-content .th-right {
  width: 42%;
  min-height: 165px;
}

.thunk-blog-testimonial-content .thunk-title .title {
  font-size: 16px;
  line-height: 23px;
}

.thunk-blog-testimonial-content .thunk-title {
  margin-bottom: 10px;
}

.thunk-blog-part {
  width: 100%;
}

.thunk-testimonial-part {
  width: 100%;
  z-index: 0;
}

.thunk-blog-part .post-item {
  display: flex;
}

.thunk-blog-part .post {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}

/*.thunk-blog-part .post-thumb{
  width: 30%;
}*/
.thunk-blog-part .post-thumb img {
  border-radius: 50%;
  width: 70px;
  height: 70px;
  padding: 2px;
  border: 1px solid #ff0052;
}

.thunk-blog-part .entry-body {
  width: 70%;
  padding-left: 15px;
}

.thunk-blog-part .entry-meta {
  display: none;
}

.thunk-post-desc p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.thunk-blog-part .read-more,
.thunk-blog-part .read-more a,
.thunk-blog-part .read-more a:hover {
  padding: 0;
  margin: 0;
  background: none;
}

/*  testimonial section   */
.th-testimonial-list {
  display: flex;
}

.th-testimonial-img {
  width: 70px;
  height: 70px;
  line-height: 70px;
  overflow: hidden;
  border: 2px solid #ff0052;
  border-radius: 50%;
  padding: 2px;
  margin: auto;
}

.th-cont-wrap {
  width: 70%;
  padding-left: 15px;
}

.thunk-blog-part .post-item-content .title {
  width: 100%;
  margin-bottom: 7px;
  text-align: left;
  color: #111;
  line-height: 21px;
  font-size: 14px;
  font-family: 'DIN Pro';
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.thunk-blog-part .post-item-content .thunk-readmore.button {
  color: #999;
  line-height: 20px;
  font-size: 14px;
}

.th-testimonial-content {
  text-align: left;
}

.th-testimonial-name {
  margin-top: 7px;
  font-size: 14px;
  line-height: 21px;
  font-style: italic;
  color: #9999;
}

.th-testimonial .owl-nav,
.thunk-blog-part .owl-nav {
  position: absolute;
  top: -35px;
  right: 0px;
  color: #a3a3a3;
  left: auto;
  margin: 0;
}

.th-testimonial.owl-carousel .owl-nav button.owl-prev,
.th-testimonial.owl-carousel .owl-nav button.owl-next,
.thunk-blog-part .owl-carousel .owl-nav button.owl-prev,
.thunk-blog-part .owl-carousel .owl-nav button.owl-next {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  line-height: 30px !important;
  font-size: 14px;
  text-align: center;
  color: #a7a7a7;
  border: 1px solid #eee;
  border-radius: 50%;
}

.openmart-site .owl-carousel .owl-nav button.owl-prev,
.openmart-site .owl-carousel .owl-nav button.owl-next {
  background: #fff;
  border: 1px solid #eee !important;
  text-decoration: none;
}

.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel .owl-nav button.owl-next:hover {
  color: #fff;
}

.th-testimonial.owl-carousel .owl-nav button.owl-next,
.thunk-blog-part .owl-carousel .owl-nav button.owl-next {
  margin-left: 4px;
}

.th-testimonial .owl-carousel .owl-nav button.owl-prev:hover,
.th-testimonial .owl-carousel .owl-nav button.owl-next:hover {
  color: #fff;
}

.th-newsletter {
  width: 100%;
}

.thunk-nl-wrapper {
  display: flex;
  justify-content: space-between;
}

.thunk-nl-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px !important;
  height: 70px;
  line-height: 58px;
  color: #ccc;
  border: 2px solid #ff0052;
  border-radius: 50%;
  padding: 2px;
  font-size: 35px;
  text-align: center;
  margin: auto;
}

.thunk-nl-content {
  width: 70%;
  padding-left: 15px;
  flex-grow: 2;
}

.th-newsletter .leadform-show-form .lead-form-front {
  position: relative;
  margin: 0;
  padding: 0;
}

.th-newsletter .lf-form-panel {
  position: absolute;
  top: 15px;
  right: 0;
}

.th-newsletter .leadform-show-form input[type="submit"] {
  border-top-right-radius: 35px;
  border-bottom-right-radius: 35px;
  padding: 7px 21px;
  border: 0;
  background: #000000;
  font-weight: 100;
  letter-spacing: 1.5px;
  font-size: 14px;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.th-newsletter .leadform-show-form input[type="submit"]:hover {
  opacity: 0.7;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.th-newsletter .leadform-show-form div.lf-field,
.th-newsletter .leadform-show-form label {
  margin: 0;
}

.th-newsletter .lfb-heading+.lf-field {
  margin: 15px 0 0 0 !important;
}

.th-newsletter .lfb-heading,
.th-newsletter .lfb-heading+.text-type label {
  display: none;
}

.th-newsletter .leadform-show-form input[type="email"] {
  border-radius: 35px;
  padding-left: 10px;
}

.th-newsletter span {
  display: block;
}

.thunk-product-slide-section .thunk-product-slide,
.thunk-product-tab-list-section .tab-content,
.thunk-product-list-section .thunk-product-list,
.thunk-category-slide-section .thunk-cat-slide {
  position: relative;
  border-top: 1px solid #F1F1F1;
  padding-top: 15px;
}

.thunk-custom-one-section .content-wrap,
.thunk-custom-two-section .content-wrap,
.thunk-custom-three-section .content-wrap,
.thunk-custom-four-section .content-wrap {
  border-top: 0;
}

section.th-cust-sect .container>.content-wrap:before {
  background: #FFF;
}

.th-cust-sect .thunk-heading {
  padding: 0;
}

/*add to cart*/
header #open-cart {
  display: block;
  position: fixed;
  top: 0;
  height: 100vh;
  z-index: 999999;
  right: -300px;
  width: 300px;
  padding: 2em 1.5em;
  max-width: 100%;
  border-right: 1px solid rgba(0, 0, 0, .1);
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 15px;
  background-color: #fff;
  color: #555;
  -webkit-touch-callout: none;
  user-select: none;
  -webkit-overflow-scrolling: touch;
  visibility: visible;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
}

.cart-pan-active #open-cart {
  right: 0;
  left: auto;
  transition: right 0.2s ease;
}

.cart-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 400;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0, 0, 0, .7);
  transition: opacity .25s ease, visibility 0s ease .25s;
}

.cart-overlay.open {
  opacity: 1;
  visibility: visible;
  transition: opacity .25s ease, visibility 0s ease;
}

.cart-close-btn {
  padding-right: 18px;
  color: #333;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: .3px;
  font-weight: 600;
  font-size: 12px;
  position: relative;
  display: inline-block;
  cursor: pointer;
  line-height: 30px
}

.cart-close-btn:before,
.cart-close-btn:after {
  content: " ";
  position: absolute;
  top: 50%;
  display: inline-block;
  margin-top: -1px;
  width: 12px;
  height: 2px;
  background-color: #000;
  transition: background-color .2s ease-in-out, width .2s ease-in-out, -webkit-transform .2s ease-in-out;
  transition: background-color .2s ease-in-out, transform .2s ease-in-out, width .2s ease-in-out;
  transition: background-color .2s ease-in-out, transform .2s ease-in-out, width .2s ease-in-out, -webkit-transform .2s ease-in-out;
}

.cart-close-btn:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 0;
}

.cart-close-btn:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 0;
}

.woocommerce .open-cart .return {
  margin: 15px 0;
  border-radius: 30px;
  font-weight: initial;
  color: #FFF;
}

.woocommerce .open-cart .return:hover {
  color: #FFF;
  opacity: 0.9;
}

.cart-widget-heading {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  flex-direction: row;
  justify-content: flex-end;
  padding: 0px 0px 20px 0px;
  border-bottom: 1px solid;
  border-color: rgba(129, 129, 129, .2);
}

.cart-widget-heading h4 {
  flex: 1 1 auto;
  margin-bottom: 0;
  font-size: 18px;
  color: #333;
}

.woocommerce a.button.loading::after {
  right: 40%;
}

.resp-view-tab-head {
  width: 100%;
  display: none;
}

/******************************/
/*Multislide Product Widget Css*/
/******************************/
.open_mart_show_multi_slide .thunk-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  text-align: left;
  background: #fff;
  margin-bottom: 20px;
}

.open_mart_show_multi_slide .thunk-list .thunk-product-image {
  width: 60px;
  margin: 0;
  padding: 0;
}

.open_mart_show_multi_slide .thunk-list .thunk-product-content {
  margin: 0;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.open_mart_show_multi_slide .thunk-list .woocommerce-LoopProduct-title {
  line-height: 21px;
  font-size: 13px;
  font-family: 'DIN Pro';
  font-weight: 700;
  color: #333;
  display: block;
  margin-bottom: 5px;
}

.widget.open_mart_show_multi_slide .owl-nav {
  position: absolute;
  top: -48px;
  right: 0px;
  color: #a3a3a3;
  left: auto;
  margin: 0;
}

.widget.open_mart_show_multi_slide .owl-nav .owl-prev {
  margin-right: 4px;
  margin-left: 0;
}

.main-header .responsive-main-header {
  /* display: none; */
}

/*.menu-category-list:hover ul.product-cat-list {
  display: block;
  top: 100%;
}*/

/*.product-cat-list:before {
  position: absolute;
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-bottom: 11px solid;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 0;
  top: -8px;
  bottom: initial;
  left: 35px;
  border-bottom-color: #fff;
}*/

table.wishlist_table {
  font-size: inherit;
}

.site-title span a,
.sprt-tel b,
.widget.woocommerce .widget-title,
.open-widget-content .widget-title,
.widget-title,
.thunk-title .title,
.thunk-hglt-box h6,
h2.thunk-post-title a,
h1.thunk-post-title,
#reply-title,
h4.author-header,
.page-head h1,
.woocommerce div.product .product_title,
section.related.products h2,
section.upsells.products h2,
.woocommerce #reviews #comments h2,
.woocommerce table.shop_table thead th,
.cart-subtotal,
.order-total,
.cross-sells h2,
.cart_totals h2,
.woocommerce-billing-fields h3,
.page-head h1 a {
  color: #000000;
}

body.open-mart-end-to-end .container {
  max-width: 1583px;
}

.thunk-cat-tab .tab-link li a {
  padding-left: 0 !important;
  /* font-family: 'SourceSansPro-SemiBold'; */
  color: #999;
}

.thunk-product-wrap>a.compare.button {
  display: none;
}

.page-template-frontpage .slide-layout-1 ul.product-cat-list {
  display: block;
}

.dropdown-link:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-bottom: 11px solid;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 0;
  top: -9px;
  right: 7px;
  bottom: initial;
  content: ' ';
  border-bottom-color: #fff;
}

.sticky-header-bar .menu-close {
  display: none;
}

header .mobile-nav-bar.sider.left,
header .mobile-nav-bar.sider.right {
  display: none;
}

/*highlight widget style starts*/
.th-hlight {
  display: flex;
  padding: 20px 0;
  border-bottom: 1px solid #F1F1F1;
}

.th-hlight:nth-of-type(5) {
  border: 0;
  padding-bottom: 5px;
}

.th-hlight:nth-of-type(1) {
  padding-top: 5px;
}

.th-hlight-icon {
  width: 17%;
  margin-right: 5%;
  font-size: 30px;
  text-align: left;
}

.th-hlight-text-wrap {
  width: 78%;
  align-self: center;
}

.th-hlight-title {
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 5px;
  color: #111;
}

.th-hlight-wrapper .widget-title {
  display: none;
}

/* th advance product search */
.main-header-col2 a.plugin-active-msg,
.search-wrapper .container a.plugin-active-msg,
a.plugin-active-msg {
  background-color: #5662eb;
  display: block;
  font-size: 14px;
  padding: 5px;
  color: #fff;
  border-radius: 5px;
  width: 60%;
  margin-left: 20%;
  text-align: center;
}

.main-header-col2 a.plugin-active-msg:hover,
.search-wrapper .container a.plugin-active-msg:hover,
a.plugin-active-msg:hover {
  text-decoration: underline !important;
}

/*Th product compare plugin */
.woocommerce .entry-summary .th-product-compare-btn-wrap {
  display: inline-block;
}

.th-product-compare-btn {
  margin: 0;
  display: inline-block;
}

.th-product-compare-btn.btn_type.th-added-compare::before {
  padding: 0;
}

.thunk-icon-market .taiowc-cart-item,
.thunk-icon-market .taiowcp-cart-item,
.sticky-header-col3 .taiowc-cart-item,
.sticky-header-col3 .taiowcp-cart-item {
  padding: 0;
}

.thunk-icon-market .cart-count-item,
.sticky-header-col3 .cart-count-item {
  top: -22px;
}

.wp-block-latest-comments__comment {
  line-height: inherit;
}

.woocommerce .open-mart-widget-content .wc-block-grid__products .wc-block-grid__product {
  max-width: 100%;
  flex-basis: 100%;
}


/*03-Jan-2024 New CSS*/
.text-left {text-align: left !important;}
.tk-main-head.tk-white-head h2 {color: rgba(255,255,255,0.1);}
p {font-size: 18px;line-height: 28px;}
.tk-white-head h3 {color: #ffffff;}
section {position: relative;}
.tk-yellow-bg {background: #FFDC32;}

header .container {max-width: 100%;}
.main-header {background-color: #000000;padding: 20px 0;}
.below-header {background-color: #FFDC32;}
.thaps-search-form .thaps-from-wrap {background: transparent;border: none;border-radius: 0;}
.thaps-search-form .thaps-from-wrap input.thaps-form-control {border: 2px solid #FFDC32 !important;background-color: transparent;border-radius: 0;color: #FFDC32;font-weight: 500;min-height: auto;line-height: normal;padding: 11px 55px 11px 15px;}
.thaps-search-form .thaps-preloader {pointer-events: none;}
.thaps-search-form .thaps-from-wrap #thaps-search-button {position: absolute;right: 0;margin: 0;top: 0;bottom: 0;background-color: #FFDC32;border-radius: 0;color: #000000;width: 44px;}
.thaps-search-form .thaps-from-wrap #thaps-search-button:hover {background-color: #ffffff;}
.thaps-search-box .thaps-search-form .th-icon {font-size: 1.82rem;}
.thaps-from-wrap .th-icon-vector-search:before {content: "";background: url(image/search.png);width: 20px;display: block;height: 20px;background-size: contain;background-position: center center;background-repeat: no-repeat;}
.thunk-icon-market select[name="language"] option {color: #000000;font-size: 16px;}

.thaps-search-form .thaps-from-wrap input.thaps-form-control::-webkit-input-placeholder,.tk-location-search-box .form-group .form-control::-webkit-input-placeholder {color: #FFDC32 !important;}
.thaps-search-form .thaps-from-wrap input.thaps-form-control::-moz-placeholder,.tk-location-search-box .form-group .form-control::-moz-placeholder {color: #FFDC32 !important;}
.thaps-search-form .thaps-from-wrap input.thaps-form-control:-ms-input-placeholder,.tk-location-search-box .form-group .form-control:-ms-input-placeholder {color: #FFDC32 !important;}
.thaps-search-form .thaps-from-wrap input.thaps-form-control:-moz-placeholder,.tk-location-search-box .form-group .form-control:-moz-placeholder {color: #FFDC32 !important;}
.language select[name="language"] {text-transform: uppercase;padding: 0 20px 0 10px;border: none;background-color: transparent;background-image: linear-gradient(45deg, transparent 50%, #ffdc32 50%), linear-gradient(135deg, #ffdc32 50%, transparent 50%);background-position: calc(100% - 5px) calc(1em + -8px), calc(100% - 0px) calc(1em + -8px), calc(100% - 2.5em) 0.5em;width: auto;}

.thunk-icon-market ul.list-unstyled {display: flex;align-items: center;}
.thunk-icon-market ul.list-unstyled>li {display: flex;}
ul.list-unstyled {margin: 0;}
.thunk-icon-market ul.list-unstyled li .find-dealer {display: flex;}
.thunk-icon-market ul.list-unstyled li .find-dealer a, .language select[name="language"] {font-weight: bold;font-size: 18px;line-height: normal;color: #FFDC32;}
.thunk-icon-market ul.list-unstyled li .find-dealer a:hover {color: #ffffff;}
.find-dealer img {margin-right: 10px;}
.thunk-icon-market ul.list-unstyled>li+li,.navbar-nav>li+li,.below-header-col1>ul>li+li {margin-left: 40px;}

.language {display: flex;align-items: center;}
.navbar-nav li {display: flex;align-items: center;position: relative;}
.navbar-expand-lg .navbar-nav li .nav-link {display: flex;align-items: center;text-transform: uppercase;padding: 16px 0;}
.navbar-nav li .nav-link img, .below-header-col1>ul>li>a>img {margin-right: 10px;max-width: 18px;}
a:focus {outline: none !important;}
.below-header-col1>ul>li>a, .cat-toggle .toggle-title,.navbar-expand-lg .navbar-nav li .nav-link {color: #000000;font-size: 18px;font-weight: bold;}

nav.navbar {padding: 0;}
header .menu-category-list ul[data-menu-style="vertical"] li a {font-weight: bold;color: #FFDC32;padding: 10px 35px;border: none;line-height: normal;display: block;font-size: 22px;font-family: 'DIN Pro';position: relative;text-transform: uppercase;}
.below-header-bar .nav-item.at-has-menu ul {width: auto;padding: 10px 0;list-style: none;margin: 0;transition: all 0.3s;-o-transition: all 0.3s;-ms-transition: all 0.3s;-moz-transition: all 0.3s;-webkit-transition: all 0.3s;z-index: 1;}
.below-header-bar .nav-item.at-has-menu ul li {width: 100%;padding-left: 0;display: block;}
.below-header-bar .nav-item.at-has-menu ul li a {white-space: nowrap;padding: 10px 22px;display: flex;color: #ffffff;font-size: 14px;font-weight: 500;text-transform: uppercase;}
/* .below-header-bar .nav-item.at-has-menu ul li a:hover {color: #FFDC32;} */
.accordion-button.at-has-sub-menu-arrow {color: transparent !important;}

.thaps-search-form .thaps-loading {padding: 8px;border: 2px solid #ffdc32;border-right-color: #000000;top: 0;bottom: 0;margin-top: auto;margin-bottom: auto;}
.main-header-col2 .thaps-search-box {max-width: 560px;}

footer {background: #000000;}
footer .below-footer {border-top: 1px solid rgb(255,255,255,0.30);padding: 30px 0;}
footer .below-footer p {line-height: normal;color: #ffffff;font-size: 16px;font-weight: bold;}
footer .below-footer p a {color: inherit;}
footer .below-footer p a:hover {color: #FFDC32;}


.toggle-cat-wrap {cursor: pointer;}
.shop-menu-open header .menu-category-list ul[data-menu-style="vertical"] {left: 0;}
body.shop-menu-open {overflow: hidden;position: fixed;left: 0;right: 0;top: 0;}

.tk-ptb-100, .page-content .primary-content-area, .tk-careers-blocks {padding-top: 100px;padding-bottom: 100px;}
:not(.tk-capacity-specs) + .tk-capacity-specs {padding-top: 100px !important;}
.tk-main-head {text-align: center;margin-bottom: 80px;}
.tk-main-head h2 {text-transform: uppercase;font-size: 100px;line-height: 85px;color: rgba(0,0,0,0.1);}
.tk-main-head h3 {font-size: 40px;line-height: 46px;margin-top: -20px;text-transform: uppercase;}
.owl-carousel .tk-seen-slider-img a img {width: auto;display: block;margin: auto;max-height: 70px;object-fit: contain;}
.openmart-site .owl-carousel .owl-nav button.owl-prev {left: -70px;}
.openmart-site .owl-carousel .owl-nav button.owl-prev span, .openmart-site .owl-carousel .owl-nav button.owl-next span {font-size: 0;width: 20px;display: block;height: 20px;background-image: url(image/slider-left-arrow.png);background-size: contain;background-repeat: no-repeat;background-position: center center;transition: 0.3s;}
.openmart-site .owl-carousel .owl-nav button.owl-prev, .openmart-site .owl-carousel .owl-nav button.owl-next {background: transparent !important;border: none !important;text-decoration: none;position: absolute;top: 0;bottom: 0;height: 30px;width: 30px;margin: auto;display: flex;justify-content: center;align-items: center;}
.openmart-site .owl-carousel .owl-nav button.owl-next span {background-image: url(image/slider-right-arrow.png);}
.openmart-site .owl-carousel .owl-nav button.owl-next {right: -70px;}
.tk-section-btn {display: flex;justify-content: center;margin-top: 80px;}
/* Button CSS */
.btn, .woocommerce .woocommerce-form-login .woocommerce-form-login__submit, body .woocommerce button.button, .add_to_wishlist, .wp-block-woocommerce-cart table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link, .wc-block-components-button:not(.is-link), body .woocommerce-MyAccount-content .button, body.woocommerce-page #payment #place_order, body .tk-product-details .single_add_to_cart_button.button.alt, body .woocommerce .tk-product-details div.product form.cart .button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled[disabled], body.woocommerce .woocommerce-form-register .woocommerce-form-register__submit, .tk-delete-account-box form p>input[type="submit"], .delete_item, .woocommerce ul.products .thunk-product-hover .button, .tk-product-details .yith-wcwl-add-button .delete_item, .woocommerce-cart .tk-cart_totals .wc-proceed-to-checkout a.checkout-button, .woocommerce ul.products .thunk-product-hover .product_type_variation {background-color: #FFDC32 !important;border-radius: 0;color: #000000 !important;font-weight: bold;font-size: 15px;min-width: 220px;padding: 16px 20px;box-shadow: none !important;border: none !important;position: relative;transition: 0.3s;overflow: hidden;z-index: 1;line-height: normal;text-transform: uppercase;text-decoration: none;min-height: auto;margin-top: 0;}
.btn::before, .woocommerce .woocommerce-form-login .woocommerce-form-login__submit::before, .woocommerce button.button::before, .add_to_wishlist::before, .wp-block-woocommerce-cart table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link::before, .wc-block-components-button:not(.is-link)::before, body .woocommerce-MyAccount-content .button::before, body.woocommerce-page #payment #place_order::before, body .tk-product-details .single_add_to_cart_button.button.alt::before, body .woocommerce .tk-product-details div.product form.cart .button::before, body.woocommerce .woocommerce-form-register .woocommerce-form-register__submit::before, .delete_item::before, .woocommerce ul.products .thunk-product-hover .button::before, .tk-product-details .yith-wcwl-add-button .delete_item::before, .woocommerce-cart .tk-cart_totals .wc-proceed-to-checkout a.checkout-button::before {content: "";position: absolute;left: 0;bottom: 0;width: 100%;height: 0;right: 0;background-color: #000000;transition: 0.3s;z-index: -1;}
.btn:hover::before, .woocommerce .woocommerce-form-login .woocommerce-form-login__submit:hover::before, .woocommerce button.button:hover::before, .add_to_wishlist:hover::before, .wp-block-woocommerce-cart table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:hover::before, .wc-block-components-button:not(.is-link):hover::before, body .woocommerce-MyAccount-content .button:hover::before, body.woocommerce-page #payment #place_order:hover::before, body .tk-product-details .single_add_to_cart_button.button.alt:hover::before, body .woocommerce .tk-product-details div.product form.cart .button:hover::before, body.woocommerce .woocommerce-form-register .woocommerce-form-register__submit:hover::before, .delete_item:hover::before, .woocommerce ul.products .thunk-product-hover .button:hover::before, .tk-product-details .yith-wcwl-add-button .delete_item:hover::before, .woocommerce-cart .tk-cart_totals .wc-proceed-to-checkout a.checkout-button:hover::before {height: 100%;}
.btn:hover, .woocommerce .woocommerce-form-login .woocommerce-form-login__submit:hover, .woocommerce button.button:hover, .wp-block-woocommerce-cart table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:hover, .wc-block-components-button:not(.is-link):hover, body .woocommerce-MyAccount-content .button:hover, body.woocommerce-page #payment #place_order:hover, body .tk-product-details .single_add_to_cart_button.button.alt:hover, body .woocommerce .tk-product-details div.product form.cart .button:hover, body.woocommerce .woocommerce-form-register .woocommerce-form-register__submit:hover, .delete_item:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled[disabled]:hover, .woocommerce ul.products .thunk-product-hover .button:hover, .tk-product-details .yith-wcwl-add-button .delete_item:hover, .woocommerce-cart .tk-cart_totals .wc-proceed-to-checkout a.checkout-button:hover {color: #FFDC32 !important;opacity: 1;}
.btn.tk-btn-white-hover::before {background-color: #ffffff;}
.btn.tk-btn-white-hover:hover {color: #000000 !important;}
.btn.tk-black-btn-hover.tk-btn-white-hover::before {background-color: #ffffff;}
.tk-black-btn::before {background-color: #FFDC32;}
.btn.tk-black-btn:hover {color: #000000 !important;}
.tk-btn-white-line {background-color: transparent !important;color: #ffffff !important;border: 2px solid #ffffff !important;}
.tk-btn-white-line:hover {color: #000000 !important;}

.hero-slider.owl-carousel .item {min-height: auto;display: flex;justify-content: center;align-items: center;height: 100%;}
.hero-slider.owl-carousel .item img {position: absolute;left: 0;top: 0;bottom: 0;height: 100%;width: 100%;object-fit: cover;object-position: center center;}
/* .hero .carousel-item .container {display: flex;justify-content: center;align-items: center;} */
.top-slider {max-width: 690px;padding: 40px;background-color: rgba(0,0,0,0.7);margin: 40px auto 55px auto;}
.top-slider h1 {color: #ffffff;font-size: 45px;line-height: 50px;text-align: center;font-weight: bold;}
.hero .owl-carousel .owl-dots {position: absolute;bottom: 30px;left: 0;right: 0;display: flex;justify-content: center;}
.hero .owl-carousel .owl-dots button {width: 16px;height: 16px;border: 1px solid #ffffff;border-radius: 16px;background-color: #000000;margin: 0 5px;transition: 0.2s;position: relative;overflow: hidden;}
.hero .owl-carousel .owl-dots button.active {background-color: #FFDC32;}

.hero-slider.owl-carousel .item.tk-hero-only-img {min-height: auto !important;}
.hero-slider.owl-carousel .item.tk-hero-only-img img {position: relative;height: auto;}
/* .owl-stage {display: flex;} */
.hero-slider.owl-carousel .item:not(.tk-hero-only-img) {min-height: 525px;}




.openmart-site .bg-black .owl-carousel .owl-nav button.owl-prev span,.openmart-site .tk-bg-black .owl-carousel .owl-nav button.owl-prev span {background-image: url(image/slider-left-arrow-yellow.png);}
.openmart-site .bg-black .owl-carousel .owl-nav button.owl-next span,.openmart-site .tk-bg-black .owl-carousel .owl-nav button.owl-next span {background-image: url(image/slider-right-arrow-yellow.png);}
.owl-carousel .owl-item .tk-get-the-deets-img img {width: auto;margin: auto;}
.tk-get-the-deets-info {padding-right: 40px;}

.tk-get-the-deets-info span {color: #FFDC32;text-transform: uppercase;font-size: 20px;font-weight: 500;font-family: 'DIN Pro';}
.tk-get-the-deets-info h2 {font-size: 60px;line-height: 60px;margin-bottom: 20px;margin-top: 10px;color: #ffffff;}
.tk-get-the-deets-info p {color: #ffffff;}
.tk-get-the-deets-info .btn {margin-top: 50px;}
.tk-get-the-deets-slider .owl-stage {display: flex;justify-content: center;align-items: center;}
.owl-carousel.tk-get-the-deets-slider .owl-item {padding-left: 8px;}

.tk-awards-slider .item a {background-color: #ffffff;height: 190px;display: flex;align-items: center;justify-content: center;padding: 20px;}
.owl-carousel.tk-awards-slider .item a img {width: auto;margin: auto;max-height: 150px;}
.tk-awards-slider .item {text-align: center;color: #ffffff;}
.tk-awards-slider .item .tk-awards-slider-info {padding: 20px 25px 0;}
.tk-awards-slider .item .tk-awards-slider-info h5 {font-size: 18px;text-transform: uppercase;line-height: 25px;margin-bottom: 15px;}
.tk-awards-slider .item .tk-awards-slider-info p {line-height: 22px;font-size: 15px;}
.openmart-site .tk-awards-slider.owl-carousel .owl-nav button.owl-prev, .openmart-site .tk-awards-slider.owl-carousel .owl-nav button.owl-next {top: 80px;bottom: auto;}


.tk-bg-circle {position: relative;overflow: hidden;}
.tk-bg-circle::before,.tk-bg-circle::after {content: "";position: absolute;width: 360px;height: 360px;background-color: #FFDC32;border-radius: 100%;opacity: 0.15;}
.tk-bg-circle::before {top: -170px;left: -180px;}
.tk-bg-circle::after {right: -180px;bottom: -180px;}

.tk-main-head .tk-main-head-with-btn h3 {margin: 0;}
.tk-main-head-with-btn .product-cate-btn {margin-left: 60px;}
.tk-product-info .tk-product-info-img {height: 230px;display: flex;align-items: center;justify-content: center;margin-bottom: 30px;}
.owl-carousel .tk-product-info .tk-product-info-img img {width: auto;max-height: 230px;object-fit: contain;transition: 0.3s;mix-blend-mode: multiply;}
.tk-product-info {text-align: center;background-color: #ffffff;padding: 40px;position: relative;display: flex;justify-content: center;align-items: center;flex-flow: column;height: 100%;}
.tk-product-info h5 {font-size: 20px;font-weight: bold;color: #000000;transition: 0.3s;}
.tk-product-info .btn {position: absolute;opacity: 0;transform: translate(0, 50px);}
.tk-product-info:hover .btn {opacity: 1;transform: translate(0, 0);}
.tk-product-info:hover .tk-product-info-img img,.tk-product-info:hover h5 {opacity: 0.5;}
.tk-product-slider .owl-stage,.tk-product-list-slider .owl-stage {display: flex;padding-left: 5px;}
.tk-product-slider .owl-stage .item, .tk-product-list-slider .owl-stage .item {height: 100%;}

.tk-location-search-box {padding: 30px;background-color: #000000;box-shadow: 0 10px 40px rgba(0,0,0,0.1);}
.tk-location-search-box .form-group>label {color: #ffffff;font-size: 18px;font-weight: bold;margin-bottom: 15px;display: block;font-family: 'DIN Pro';text-transform: capitalize;}
.tk-location-search-box .form-group .form-control, .bg-black .form-group .form-control {border-radius: 0;border: 2px solid #FFDC32;background-color: transparent;color: #FFDC32;font-size: 14px;font-weight: 500;padding: 12px 12px;}
.tk-location-search-box .form-group .form-control option,.bg-black .form-group .form-control option {color: #000000;border-radius: 0;}

.custom_radio {position: relative;}
.custom_radio input[type="radio"] {position: absolute;top: 0;bottom: 0;left: 0;right: 0;z-index: 1;opacity: 0;cursor: pointer;}
.custom_radio input[type="radio"] + label {position: relative;display: inline-block;padding-left: 1.7em;cursor: pointer;line-height: 1em;-webkit-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;color: #FFDC32;font-size: 12px;margin-bottom: 0;}
.custom_radio input[type="radio"] + label:before, .custom_radio input[type="radio"] + label:after {content: '';position: absolute;top: 0;left: 0;width: 14px;height: 14px;text-align: center;border-radius: 50%;-webkit-transition: all .3s ease;transition: all .3s ease;}
.custom_radio input[type="radio"]:checked + label::after {transform: scale(1);}
.custom_radio input[type="radio"] + label:after {width: 6px;height: 6px;margin: auto;left: 4px;top: 4px;background-color: #FFDC32;transform: scale(0);}
.custom_radio input[type="radio"] + label:before {border: 2px solid #FFDC32;}
.tk-dealer-type-info {display: flex;min-height: 44px;align-items: center;border: 2px solid #FFDC32;padding: 8px 14px;}
.custom_radio+.custom_radio {margin-left: 20px;}
.tk-dealer-type-btn .btn {min-width: 170px;}


.tk-dealer-list-map {padding: 30px;background-color: #ffffff;box-shadow: 0 10px 40px rgba(0,0,0,0.1);}
.tk-dealer-list {height: 500px;overflow-y: auto;padding-right: 15px;width: 420px;}
#map_canvas {height: 500px;width: calc(100% - 420px);}
.tk-dealer-list-inner-box {display: flex;align-items: center;}
.tk-dealer-list-inner-info {width: calc(100% - 86px);padding-right: 25px;}
.tk-dealer-list-inner-info h2 {font-size: 20px;line-height: 25px;margin-bottom: 15px;}
.tk-dealer-list-inner-info p {line-height: 22px}
.tk-dealer-logo {width: 86px;height: 86px;border: 1px solid rgba(0,0,0,0.1);border-radius: 86px;display: flex;justify-content: center;align-items: center;overflow: hidden;}
.tk-dealer-logo img {max-height: 70px;object-fit: contain;}

.tk-dealer-more-info {margin-top: 25px;}
.tk-dealer-more-info .tk-dealer-more-btn {font-size: 20px;color: #000000;font-weight: bold;font-family: 'DIN Pro';width: auto;padding: 0 25px 0 0;background-color: transparent;}
.tk-dealer-more-info .tk-dealer-more-btn::after {display: none;}
.tk-dealer-more-info .tk-dealer-more-btn.accordion-button:not(.collapsed) {background-color: transparent;}
.tk-dealer-more-info .tk-dealer-more-btn::before {content: "";right: 0;position: absolute;top: 0;bottom: 0;width: 15px;height: 9px;margin: auto;background-position: center center;background-repeat: no-repeat;background-size: contain;background-image: url(image/down-arrow-black.svg);transition: 0.3s;}
.tk-dealer-more-info .tk-dealer-more-btn[aria-expanded="true"]::before {transform: rotate(180deg);}
.tk-dealer-more-info ul {margin: 0;margin-top: 10px;}
.tk-dealer-more-info ul li+li {margin-top: 10px;}
.tk-dealer-more-info ul li label {font-size: 16px;text-transform: capitalize;}
.tk-dealer-directions {margin-top: 20px;}
.tk-dealer-directions ul {display: flex;align-items: center;list-style: none;}
.tk-dealer-directions ul li+li {margin-top: 0;border-left: 2px solid #000000;padding-left: 15px;margin-left: 15px;}
.tk-dealer-directions ul li h5 {color: #000000;font-size: 18px;}
.tk-dealer-directions ul li h5 a, .tk-dealer-list-inner-info .tk-phone, .tk-dealer-list-inner-info h2 a:hover,.tk-download-brochure .tk-title-dis a:hover,.tk-blue-hover a:hover,.wp-block-woocommerce-cart .wc-block-components-product-name:hover,.woocommerce-table__product-name.product-name a:hover, .tk-cart-product-info-list .product-name>a:hover,.tk-custom-tab table tbody td a:hover,.accordion-body ul li a:hover {color: #1573FF;}
.tk-dealer-directions ul li h5 a:hover, .tk-dealer-list-inner-info .tk-phone:hover,.tk-marker-info .tk-marker-container a:hover {color: #000000;}
.tk-dealer-list-inner+.tk-dealer-list-inner {border-top: 2px solid rgba(0,0,0,0.15);margin-top: 30px;padding-top: 30px;}
.tk-dealer-more-info .tk-dealer-more-btn:hover,.tk-product-order-name-price h5 a:hover,.tk-suite-deal-product-title a:hover,.tk-marker-info .tk-marker-container a,.tk-marker-title a:hover {color: #1573FF;}

.container.tk-bg-circle {overflow: visible;}
.container.tk-bg-circle::before {top: -30px;left: -150px;}
.product-category {position: relative;z-index: 2;}
.container.tk-bg-circle::after {right: -150px;bottom: -240px;}
.tk-foot-logo a {display: inline-block;}
.tk-foot-logo a+a {margin-top: 40px;}

.tk-top-footer ul {margin: 0;list-style: none;}
.tk-foot-menu ul li a {color: #ffffff;font-size: 14px;text-transform: uppercase;font-family: 'DIN Pro';font-weight: 700;}
.tk-foot-menu ul li+li {margin-top: 10px;}
.tk-top-footer h5 {color: #ffffff;margin-bottom: 20px;}
.tk-foot-menu ul li a:hover {color: #FFDC32;}
.tk-foot-contact-info ul li a {color: #ffffff;display: flex;}
.tk-foot-contact-info ul li a:hover {color: #FFDC32 !important;}
.tk-foot-contact-info+.tk-foot-contact-info {margin-top: 40px;}
.tk-foot-contact-info ul li a img {margin-right: 12px;}
.tk-foot-contact-info .btn {margin-top: 30px;}
.tk-foot-social ul {display: flex;align-items: center;}
.tk-foot-social ul li a img {margin-right: 0;}
.tk-foot-social ul li+li {margin-left: 20px;}
.tk-top-footer {padding: 80px 0;border-top: 2px solid #FFDC32;}
.tk-foot-contact-info.tk-foot-social ul li a:hover {transform: scale(1.25);}

.tk-select-box {position: relative;}
.tk-select-box select {background: none;}
.tk-select-box:before {content: "";position: absolute;right: 20px;top: 0;bottom: 0;width: 19px;height: 10px;margin: auto;background-repeat: no-repeat;background-size: contain;background-position: center center;background: url("image/down-arrow-yellow.svg");}
.tk-location-search-box .form-group select.form-control,.bg-black .form-group .form-control {padding-right: 55px;}
.accordion-header {display: flex;}

/* Product Listing Page */
.tk-inner-banner {position: relative;min-height: 440px;display: flex;align-items: center;background-color: #000000;padding: 30px 0;}
.tk-inner-banner>img {position: absolute;top: 0;bottom: 0;width: 100%;height: 100%;object-fit: cover;left: 0;right: 0;opacity: 0.54;}
.tk-inner-banner h1,.woocommerce-lost-password .page-head h1 {font-size: 60px;color: #ffffff;text-align: center;line-height: 60px;text-transform: uppercase;}
.tk-product-list-slider .tk-product-info {padding: 40px 30px;background-color: #F6F6F6;border: 1px solid rgba(0,0,0,0.2);transition: 0.2s;}
.tk-product-list-slider .tk-product-info h5 {font-size: 18px;line-height: 22px;}
.tk-product-list-slider .tk-product-info:hover {background-color: #ffffff;}
.bg-black h2,.bg-black p,.bg-black h3,.bg-black h4 {color: #ffffff;}
h2.line-title {font-size: 60px;line-height: 70px;position: relative;padding-bottom: 35px;margin-bottom: 40px;text-transform: uppercase;}
.line-title::before {content: "";position: absolute;left: 0;right: 0;margin: auto;bottom: 0;width: 122px;height: 5px;background-color: #FFDC32;}
.tk-product,body.woocommerce.search ul.products li.product .thunk-product-wrap {padding: 32px 15px;background-color: #E7E7E7;text-align: center;height: 100%;display: flex;flex-flow: column;justify-content: space-between;transition: 0.3s;}
.tk-product-image, body.woocommerce.search ul.products li.product .thunk-product-wrap .thunk-product-image>.woocommerce-loop-product__link {min-height: 200px;display: flex;align-items: center;justify-content: center;margin-bottom: 35px;}
.tk-product-image img, body.woocommerce.search ul.products li.product .thunk-product-wrap .thunk-product-image .woocommerce-loop-product__link img {max-height: 200px;width: auto;object-fit: contain;margin-bottom: 0;-webkit-transform: scale(1);-ms-transform: scale(1);transform: scale(1);}
.tk-product-title a,body.woocommerce.search ul.products li.product .thunk-product-wrap .thunk-product .thunk-product-content .woocommerce-loop-product__title,.tk-product-title h4 {font-size: 18px;font-family: 'DIN Pro';font-weight: bold;color: #000000;text-transform: uppercase;overflow: hidden;display: -webkit-box;text-overflow: ellipsis;-webkit-box-orient: vertical;-webkit-line-clamp: 2;transition: 0.2s;min-height: 42px;line-height: normal;}
.tk-ratting {margin: 25px 0 35px 0;display: flex;justify-content: center;align-items: center;}
.tk-ratting ul {list-style: none;display: flex;justify-content: center;align-items: center;}
.tk-ratting ul li+li {margin-left: 2px;}
.tk-product-price {font-family: 'DIN Pro';font-weight: 900;font-size: 20px;line-height: 35px;}
.tk-product-price del {opacity: 0.4;margin-left: 10px;}
.tk-product-btns,body.woocommerce.search ul.products li.product .thunk-product-wrap .thunk-product-hover {display: flex;align-items: center;justify-content: center;margin-top: 30px;}
.tk-product-btns .btn, .add_to_wishlist, .delete_item, body.woocommerce.search ul.products li.product .thunk-product-wrap .thunk-product-hover a {font-size: 11px;min-width: 120px;padding-right: 15px;padding-left: 15px;}
/* .delete_item i {display: none;} */
.tk-product-list-slider .tk-product-info .tk-product-info-img {height: 80px;}
.tk-product-list-slider.owl-carousel .tk-product-info .tk-product-info-img img {max-height: 100%;}
.tk-product-list-slider .tk-product-info:hover .tk-product-info-img img, .tk-product-list-slider .tk-product-info:hover h5 {opacity: 1;}



.btn.tk-black-btn-hover,.add_to_wishlist,.delete_item {background-color: #000000 !important;color: #FFDC32 !important;}
.btn.tk-black-btn-hover::before,.add_to_wishlist::before,.delete_item::before {background-color: #FFDC32;}
.btn.tk-black-btn-hover:hover,.add_to_wishlist:hover,.delete_item:hover {color: #000000 !important;}
.tk-product:hover,body.woocommerce.search ul.products li.product .thunk-product-wrap:hover {background-color: #ffffff;box-shadow: 0 0 50px rgba(0,0,0,0.15);}
.tk-product-title a:hover,body.woocommerce.search ul.products li.product .thunk-product-wrap .thunk-product .thunk-product-content a:hover .woocommerce-loop-product__title {color: #1573FF;}
.tk-load-more-btn {margin-top: 80px;}
.yith-wcwl-add-to-wishlist,body.woocommerce.search ul.products li.product .thunk-product-wrap .thunk-product-hover .thunk-wishlist {margin-top: 0;display: flex;margin-left: 11px;}
.yith-wcwl-add-button {display: flex;}
.tk-product-btns .yith-wcwl-add-to-wishlist a .yith-wcwl-icon, body.woocommerce.search ul.products li.product .thunk-product-wrap .thunk-product-hover a .yith-wcwl-icon {display: none;}
.add_to_wishlist::before {z-index: 0;}
.add_to_wishlist span {position: relative;}



/* Login, Register, Forgot Password Page CSS */
.lost_password {overflow: hidden;width: 100%;}
.tk-login .container,.woocommerce-lost-password .woocommerce {display: flex;flex-flow: column;align-items: center;}
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register,.woocommerce .lost_reset_password {width: auto;margin: 0 -15px;display: flex;flex-flow: wrap;max-width: 675px;}
.woocommerce .openmart-site form.woocommerce-form .form-row-first, .woocommerce .openmart-site form.woocommerce-form .form-row-last, .woocommerce-page form.woocommerce-form .form-row-first, .woocommerce-page form.woocommerce-form .form-row-last {width: 100%;overflow: visible;}
.woocommerce form .form-row, .lost_password, .woocommerce-privacy-policy-text {margin: 0 0 30px 0;overflow: hidden;float: none;}
.woocommerce form.woocommerce-form-register .form-row:last-child {margin-bottom: 0;}
.woocommerce form.woocommerce-form .form-row-first, .woocommerce form.woocommerce-form .form-row-last, .woocommerce-page form.woocommerce-form .form-row-first, .woocommerce-page form.woocommerce-form .form-row-last, .woocommerce form .form-row, .lost_password, .woocommerce-privacy-policy-text, .woocommerce form>p {padding: 0 15px;}
/* .woocommerce form .form-row input.input-text,body .wc-stripe-elements-field,body .wc-stripe-iban-element-field {background: transparent;border: 1px solid #DDDDDD;height: auto;width: 100%;font-size: 14px;font-weight: 500;padding: 17px 30px;} */
.woocommerce form .form-row label {line-height: normal;margin: 0 0 15px;color: #000000;font-weight: 700;font-family: 'DIN Pro';text-transform: uppercase;font-size: 18px;}
.lost_password a {text-decoration: underline !important;}
.woocommerce-form a:hover, .tk-login a:hover, .lost_password a:hover {color: #1573FF;}
form .woocommerce-form-login__rememberme, form .form-group .woocommerce-form-login__rememberme {margin-top: 0;margin-bottom: 0;cursor: pointer;display: flex;}
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit, .woocommerce button.button, body .tk-product-details .single_add_to_cart_button.button.alt, body.woocommerce .woocommerce-form-register .woocommerce-form-register__submit, .woocommerce-lost-password.woocommerce-page form .woocommerce-Button, .woocommerce-lost-password.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled[disabled] {margin-top: 0;float: none;width: 100%;margin-right: 0;text-transform: uppercase;font-size: 24px;min-height: 70px;}
.woocommerce .tk-product-details div.product form.cart .variations {margin-bottom: 35px;}
.lost_password {text-align: center;}
.woocommerce form .password-input input[type=password], .woocommerce-page form .password-input input[type=password] {padding-right: 2.5rem;}
.woocommerce form .show-password-input::after, .woocommerce-page form .show-password-input::after {margin-left: 0;line-height: normal;}
.woocommerce form .show-password-input, .woocommerce-page form .show-password-input {top: 20px;display: flex;align-items: center;height: 19px;right: 15px;}

.woocommerce-form-login__rememberme input#rememberme, .woocommerce form .form-row .input-checkbox, .wpcf7-list-item label input, .tk-filter-menu .woocommerce-form-login__rememberme input {display: none;}
.woocommerce-form-login__rememberme>span, .woocommerce form .form-row label[for="terms_conditions"], .wpcf7-list-item label .wpcf7-list-item-label {position: relative;padding-left: 41px;margin-bottom: 0;overflow: visible;line-height: 1.7;text-transform: none;font-weight: normal;font-family: 'Roboto', sans-serif;font-size: 14px;}
.woocommerce-form-login__rememberme>span::before, .woocommerce form .form-row label[for="terms_conditions"] .tk-checkbox::before,.wpcf7-list-item label .wpcf7-list-item-label::before {content: "";width: 22px;position: absolute;left: 0;height: 22px;background-color: #FFDC32;top: 1px;}
.woocommerce-form-login__rememberme>span::after,.woocommerce form .form-row label[for="terms_conditions"] .tk-checkbox::after,.wpcf7-list-item label .wpcf7-list-item-label::after {content: "";position: absolute;left: 6px;width: 12px;height: 9px;background-repeat: no-repeat;background-size: contain;background-position: center center;background-image: url(image/black-check.svg);top: 7px;transition: 0.3s;transform: scale(0);}
.woocommerce-form-login__rememberme input[type="checkbox"]:checked + span::after,.woocommerce form .form-row label[for="terms_conditions"] input[type="checkbox"]:checked ~ .tk-checkbox::after,.wpcf7-list-item label input[type="checkbox"]:checked + .wpcf7-list-item-label::after {transform: scale(1);}
.tk-login .container>p {text-align: center;margin-top: 50px;}
.tk-login .container>p a {text-decoration: underline !important;}
.woocommerce form .form-row label[for="terms_conditions"] a,.woocommerce-form p a {text-decoration: underline !important;}
.tk-login-signup-head, .woocommerce-lost-password .page-head {margin-bottom: 45px;text-align: center;}
.tk-login-signup-head h4 {font-size: 24px;text-transform: uppercase;margin-bottom: 10px;}
.tk-login-signup-head h5 {font-size: 18px;font-weight: normal;font-family: 'Roboto', sans-serif;}
.woocommerce .openmart-site .tk-signup form.woocommerce-form .form-row-first, .woocommerce .openmart-site .tk-signup form.woocommerce-form .form-row-last, .woocommerce-page form.woocommerce-form .form-row-first, .woocommerce-page form.woocommerce-form .form-row-last {width: 50%;}
.thunk-page .thunk-content-wrap {padding: 0;margin-bottom: 0;}
.woocommerce-lost-password .page-head .breadcrumb-trail.breadcrumbs {display: none;}
.woocommerce-lost-password.woocommerce-page form .form-row-first {width: 100%;}
.woocommerce-lost-password.woocommerce-page form .woocommerce-Button, .woocommerce-lost-password.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled[disabled] {margin-top: 10px;}
.woocommerce .lost_reset_password p:first-child {text-align: center;margin-bottom: 40px;}
.woocommerce-lost-password .page-content .primary-content-area {min-height: auto;}
.woocommerce-lost-password .page-head {justify-content: center;padding-bottom: 0;}
.woocommerce-lost-password .page-head h1 {color: #000000;}
.woocommerce-form-login__rememberme .wpcf7-list-item {margin-left: 0;}
.woocommerce-form-login__rememberme .wpcf7-list-item label {margin-bottom: 0;cursor: pointer;}
.woocommerce-password-hint {margin: 10px 0 0;font-size: 15px;line-height: 24px;}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled[disabled],.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled[disabled]:hover {opacity: 0.5;}


/* FIND A DEALER CSS */
.tk-find-dealer-btn {justify-content: center;display: flex;align-items: center;}
.tk-find-dealer-btn .btn+.btn {margin-left: 30px;}
.btn svg {width: 28px;height: 29px;margin-right: 15px;}
.btn svg path {transition: 0.3s;}
.btn.tk-black-btn-hover:hover svg path {stroke: #000000;fill: transparent;}
.btn:hover svg path {fill: #FFDC32;}


/* Cart, Checkout Page */
.page-head nav.breadcrumbs {display: none;}
.page-head {padding-bottom: 0;margin-bottom: 30px;}
.page-head h1 {font-size: 40px;text-transform: uppercase;}
.page-content .primary-content-area {min-height: auto;width: 100%;}
 /* {color: #1573FF;} */
/* .wp-block-woocommerce-cart .wc-block-cart-items thead {display: none;} */
/* body .wp-block-woocommerce-cart .wc-block-cart .wc-block-cart-items td:after {display: none;} */
/* body .wp-block-woocommerce-cart .wc-block-cart .wc-block-cart-items:after {display: none;} */
/* .wp-block-woocommerce-cart .wc-block-components-sidebar-layout .wc-block-components-main {width: 66.66666667%;padding: 30px !important;box-shadow: 0 0 40px rgba(0,0,0,0.1);border: 1px solid rgba(0,0,0,0.2);} */
/* .wp-block-woocommerce-cart .wc-block-components-sidebar {width: 33.33333333%;padding-left: 30px;} */
/* body .wp-block-woocommerce-cart .wc-block-cart {margin-bottom: 0;} */
/* body .wp-block-woocommerce-cart .wc-block-cart .wc-block-cart-items {margin-bottom: 0;border-bottom: none;} */
/* .wp-block-woocommerce-cart .wc-block-cart__submit {margin: 0;} */
/* .wp-block-woocommerce-cart .wc-block-components-sidebar-layout .wc-block-components-main tr+tr {border-top: 1px solid rgba(0,0,0,0.2);} */
/* body .wp-block-woocommerce-cart .wc-block-cart .wc-block-cart-items td {padding: 30px 0 30px 30px;border-top: 0;} */
/* body .wp-block-woocommerce-cart .wc-block-cart .wc-block-cart-items td:first-child {padding-left: 0;width: 177px;} */
/* body .wp-block-woocommerce-cart .wc-block-cart .wc-block-cart-items td:last-child {padding-right: 0;} */
/* .wp-block-woocommerce-cart .wc-block-components-sidebar-layout .wc-block-components-main tr:first-child td {padding-top: 0;} */
/* .wp-block-woocommerce-cart .wc-block-components-sidebar-layout .wc-block-components-main tr:last-child td {padding-bottom: 0;} */
/* body .wp-block-woocommerce-cart .wc-block-components-product-name {font-size: 24px;line-height: 32px;font-family: 'DIN Pro';text-transform: uppercase;font-weight: bold;overflow: hidden;display: -webkit-box !important;text-overflow: ellipsis;-webkit-box-orient: vertical;-webkit-line-clamp: 1;} */
/* .wp-block-woocommerce-cart .wc-block-cart-item__total-price-and-sale-badge-wrapper .wc-block-components-formatted-money-amount {font-size: 18px;font-weight: 900;font-family: 'DIN Pro';} */
/* .wp-block-woocommerce-cart .wc-block-components-product-badge {padding: 2px 8px 1px 8px;margin-bottom: 10px;} */
/* .wp-block-woocommerce-cart .wc-block-cart-item__prices {margin: 5px 0 15px;} */
/* .wp-block-woocommerce-cart table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-metadata {margin-bottom: 20px;} */
/* .wp-block-woocommerce-cart table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-metadata .wc-block-components-product-details {margin-top: 0;} */
/* .wp-block-woocommerce-cart .wc-block-components-quantity-selector {border-radius: 0;margin: 0;width: 107px;border: 2px solid #000000;} */
/* .wp-block-woocommerce-cart .wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input {padding: 10px 0;box-shadow: none;} */
/* body .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:focus {box-shadow: none !important;} */
/* .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button {font-size: 20px;} */
/* .wp-block-woocommerce-cart .wc-block-cart-item__quantity {display: flex;justify-content: space-between;} */
/* .wp-block-woocommerce-cart .wc-block-cart-item__total-price-and-sale-badge-wrapper .wc-block-components-sale-badge .wc-block-formatted-money-amount {font-size: 14px;} */
/* .wp-block-woocommerce-cart .wc-block-components-quantity-selector:after {display: none;} */

/* .wp-block-woocommerce-cart .wc-block-components-product-details span.wc-block-components-product-details__value {font-size: 16px;} */
/* .wp-block-woocommerce-cart .wc-block-components-product-metadata .wc-block-components-product-metadata__description>p {margin: 0 !important;} */
/* body .wp-block-woocommerce-cart .wc-block-cart .wc-block-cart__totals-title {display: none;} */
/* body .wp-block-woocommerce-cart .wc-block-cart .wc-block-cart__totals-title {font-size: 40px;line-height: 45px;padding: 0;font-weight: 700;font-family: 'DIN Pro';margin-bottom: 20px;margin-top: -66px;text-align: left;text-transform: uppercase;} */
/* body .wp-block-woocommerce-cart .wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-block {box-shadow: 0 0 40px rgba(0,0,0,0.1);border: 1px solid rgba(0,0,0,0.2);} */
/* .wp-block-woocommerce-cart .wc-block-components-totals-wrapper:after {display: none;} */
/* .wc-block-components-totals-wrapper+.wc-block-components-totals-wrapper {border-top: 1px solid rgba(0,0,0,0.2);} */
/* body .wp-block-woocommerce-cart  .wc-block-components-sidebar .wc-block-components-panel,body .wp-block-woocommerce-cart  .wc-block-components-sidebar .wc-block-components-totals-coupon,body .wp-block-woocommerce-cart  .wc-block-components-sidebar .wc-block-components-totals-item,body .wp-block-woocommerce-cart .wc-block-components-totals-shipping fieldset.wc-block-components-totals-shipping__fieldset {padding-left: 30px;padding-right: 30px;} */
/* .wp-block-woocommerce-cart .wc-block-components-totals-item__value {font-size: 18px;font-family: 'DIN Pro';} */
/* body .wp-block-woocommerce-cart .wc-block-cart .wc-block-components-sidebar .wc-block-components-shipping-rates-control__package {padding: 0 !important;} */
/* .wp-block-woocommerce-cart .wc-block-components-totals-item__description:empty {display: none;} */
/* .wp-block-woocommerce-cart .wc-block-components-totals-item__description:empty {display: none;} */
/* .wp-block-woocommerce-cart .wc-block-cart__submit {margin: 30px 0 0;} */
/* .wp-block-woocommerce-cart .wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button {min-width: auto;} */

/* .woocommerce-cart .wp-block-woocommerce-cart-order-summary-coupon-form-block {border-top: 0;} */
/* .woocommerce-cart .wp-block-woocommerce-cart .wc-block-components-sidebar::before {content: "ORDER SUMMARY";} */
/* .woocommerce-cart .wp-block-woocommerce-cart .wc-block-components-sidebar::before,.woocommerce-cart .page-head h1::before {font-size: 40px;line-height: 45px;padding: 0;font-weight: 700;font-family: 'DIN Pro';margin-bottom: 27px;margin-top: -73px;text-align: left;text-transform: uppercase;display: block;} */
/* .woocommerce-cart .page-head h1 {font-size: 0;display: block;line-height: 0;} */
/* .woocommerce-cart .page-head h1::before {content: "Shopping Cart";margin: 0;} */

.wc-block-components-product-details li .wc-block-components-product-details__name {font-size: 14px;text-transform: uppercase;}
.wc-block-components-totals-wrapper:empty {display: none;}
body .wc-block-components-totals-item__label, body .wc-block-components-order-summary__button-text, .wc-block-components-totals-coupon-link {font-size: 18px;font-weight: bold;text-transform: uppercase;font-family: 'DIN Pro';}
body .wc-block-components-totals-item__description {margin-top: 4px;}
.wp-block-woocommerce-cart .wc-block-components-totals-shipping .wc-block-components-totals-shipping__options .wc-block-components-radio-control__label, .wc-block-components-totals-shipping .wc-block-components-totals-shipping__options .wc-block-components-radio-control__description, .wc-block-components-totals-shipping .wc-block-components-shipping-address,.wc-block-components-totals-shipping .wc-block-components-totals-shipping__change-address__link {font-size: 14px;}
body .wc-block-components-form .wc-block-components-text-input label,body .wc-block-components-text-input label,body .wc-block-components-combobox .wc-block-components-combobox-control label.components-base-control__label,body .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control label.components-base-control__label {left: 15px;top: 2px;}
body .wc-block-components-form .wc-block-components-text-input input:-webkit-autofill,body .wc-block-components-form .wc-block-components-text-input.is-active input[type=email],body .wc-block-components-form .wc-block-components-text-input.is-active input[type=number],body .wc-block-components-form .wc-block-components-text-input.is-active input[type=tel],body .wc-block-components-form .wc-block-components-text-input.is-active input[type=text],body .wc-block-components-form .wc-block-components-text-input.is-active input[type=url],body .wc-block-components-text-input input:-webkit-autofill,body .wc-block-components-text-input.is-active input[type=email],body .wc-block-components-text-input.is-active input[type=number],body .wc-block-components-text-input.is-active input[type=tel],body .wc-block-components-text-input.is-active input[type=text],body .wc-block-components-text-input.is-active input[type=url],body .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input,body .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input {padding: 1.7em 1em 0.5em;}
body .wc-block-components-text-input input[type=text]:focus,.wc-block-components-form .wc-block-components-text-input.has-error input:focus, .wc-block-components-text-input.has-error input:focus, .wc-block-components-text-input input[type=email]:focus {box-shadow: none !important;}
body .wc-block-components-validation-error>p {font-size: 14px;}
body .wc-block-components-form .wc-block-components-text-input input[type=email],body .wc-block-components-form .wc-block-components-text-input input[type=number],body .wc-block-components-form .wc-block-components-text-input input[type=tel],body .wc-block-components-form .wc-block-components-text-input input[type=text],body .wc-block-components-form .wc-block-components-text-input input[type=url],body .wc-block-components-text-input input[type=email],body .wc-block-components-text-input input[type=number],body .wc-block-components-text-input input[type=tel],body .wc-block-components-text-input input[type=text],body .wc-block-components-text-input input[type=url],body .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input,body .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input {border: 2px solid #DDDDDD;border-radius: 0;}
body .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:focus {outline: none;outline-offset: 0;}
body .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox] {background-color: #FFDC32 !important;border-radius: 0;height: 22px;min-height: auto;min-width: auto;width: 22px;border: none;}
body .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:not(:checked)+.wc-block-components-checkbox__mark {display: block;transform: scale(0);}
body .wc-block-components-checkbox .wc-block-components-checkbox__mark {height: 15px;margin-left: 0;margin-top: 0;width: 15px;left: 4px;top: 2px;transition: 0.3s;}
body .wc-block-components-checkbox .wc-block-components-checkbox__label, body .wc-block-components-checkbox>span {margin-top: 2px;}
.wc-block-components-checkout-return-to-cart-button:hover {color: #1573FF;}
body .wc-block-components-totals-wrapper:after {display: none;}
body .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input[aria-expanded=true] {box-shadow: none;}
body .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list, body .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list {border: 2px solid #dddddd;border-bottom-left-radius: 0;border-bottom-right-radius: 0;margin: 3.7em 0 0 0;border-top: 0;}
body .wc-block-components-order-summary .wc-block-components-order-summary-item {padding-top: 22px;}
.wc-block-components-product-metadata__description p {font-size: 12px;}
.wc-block-checkout__sidebar .wc-block-components-product-name {font-weight: 700;margin-bottom: 5px;}
body .wc-block-components-checkout-step__heading-content {font-size: 1em;}
body .wc-block-components-button:not(.is-link) {width: auto;}
.wc-block-components-payment-method-icons:last-child {display: none;}
.wc-block-gateway-container {margin-bottom: 0;}
.woocommerce .woocommerce-order-details table.shop_table td {border-bottom: none !important;}
.woocommerce .woocommerce-order-details .woocommerce-table__line-item.order_item+.woocommerce-table__line-item.order_item td {border-top: 1px solid rgba(0,0,0,.2) !important;}
.woocommerce .woocommerce-order-details table.shop_table tbody th, .woocommerce .woocommerce-order-details table.shop_table tfoot td, .woocommerce .woocommerce-order-details table.shop_table tfoot th {border-top: 1px solid rgba(0,0,0,.2);}
.woocommerce-Price-amount.amount {font-weight: 700;}
.woocommerce .woocommerce-order-details table.shop_table thead th {border-bottom: 1px solid rgba(0,0,0,0.2) !important;}
.wc-item-meta li {display: flex;align-items: center;}
.wc-item-meta li p {font-size: 14px;line-height: 23px;}
.wc-item-meta {margin: 5px 0 0 0;}
.woocommerce .woocommerce-order-details table.shop_table thead th {color: #000000;}
.woocommerce .woocommerce-order ul.order_details {margin: 0 0 2em;}
.woocommerce .woocommerce-order ul.order_details li {font-size: 12px;}
body.woocommerce-checkout .thunk-content-wrap {display: block;}
.woocommerce .woocommerce-order ul.order_details li:last-of-type {margin-right: 0;padding-right: 0;}
body .woocommerce .woocommerce-customer-details, body .woocommerce .woocommerce-order-details, body .woocommerce .woocommerce-order-downloads {margin-bottom: 0;}
.woocommerce-order-details .woocommerce-table__product-name>a {font-size: 16px;font-weight: bold;text-transform: uppercase;}
.wc-item-meta li .wc-item-meta-label {text-transform: uppercase;}
.wc-block-components-checkout-step__container .wc-block-components-checkout-step__description {margin-bottom: 10px;font-size: 14px;}
.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input:only-child, .wc-block-components-text-input:only-child {margin-top: 0;}
.woocommerce-checkout .wc-block-components-product-name {font-size: 16px;}
.woocommerce-checkout .wc-block-components-totals-item__description {font-size: 13px;}

/* Contact Page CSS */
.form-group select.form-control {background-image: url(image/down-arrow-yellow.svg);background-size: 20px;background-position-y: center;}
.form-group label, .tk-delete-account-box form label {font-weight: 700;margin: 0 0 15px;font-family: 'DIN Pro';text-transform: uppercase;font-size: 18px;}
.tk-contact-us .row>* {margin-top: 30px;}
.tk-contact-us .row>*:first-child, .tk-contact-us .row>*:nth-child(2), .tk-contact-us .tk-three-col.row>*:nth-child(3), .tk-contact-us .row.tk-four-col>*:nth-child(3), .tk-contact-us .row.tk-four-col>*:nth-child(4) {margin-top: 0;}
.form-group .form-control, .form-group .form-select, #no-results .form-content input[type="text"], #error-404 .form-content input[type="text"], .tk-delete-account-box form #plugin_delete_me_shortcode_password, .woocommerce form .form-row input.input-text, body .wc-stripe-elements-field, body .wc-stripe-iban-element-field, .woocommerce form .form-row .woocommerce-input-wrapper select, .select2-container--default .select2-selection--single, #shop-product-wrap select {padding: 18px 20px;font-size: 14px;font-weight: 500;border-radius: 0;border: 2px solid #DDDDDD;background-size: 18px 18px !important;background-position: right 1rem center !important;line-height: normal;box-shadow: none !important;color: #4E4E4E;outline: none;height: auto;background-color: transparent;margin: 0;}
.form-group textarea.form-control {height: 180px;}
body .form-group .form-select,#shop-product-wrap select {padding-right: 48px;}
.wpcf7-form .btn {margin-top: 20px;}
.form-group .form-control::-webkit-input-placeholder {color: #4E4E4E !important;}
.form-group .form-control::-moz-placeholder {color: #4E4E4E !important;}
.form-group .form-control:-ms-input-placeholder {color: #4E4E4E !important;}
.form-group .form-control:-moz-placeholder {color: #4E4E4E !important;}
.tk-contact-info-list li {text-align: center;padding: 30px;background-color: #000000;border: 3px solid #000000;transition: 0.3s;}
.tk-contact-info-list li h5,.tk-contact-info-list li h6 {color: #ffffff;font-size: 18px;transition: 0.3s;}
.tk-contact-info-list li h5 {text-transform: uppercase;margin: 20px 0 22px;font-weight: 700;}
.tk-contact-info-list li h6 {font-weight: normal;font-family: 'Roboto', sans-serif;margin-bottom: 24px;}
.tk-contact-info-list li:first-child {background-color: transparent;}
.tk-contact-info-list li:first-child h5 {color: #000000;}
.tk-contact-info-list li+li {margin-top: 30px;}
.tk-font-36,.thunk-post-excerpt>h2 {font-size: 36px;line-height: 40px;}
.tk-btn-w-200 {min-width: 200px;}
.tk-bg-img {position: absolute;top: 0;left: 0;right: 0;bottom: 0;width: 100%;height: 100% !important;object-fit: cover;object-position: center center;opacity: 0.2;}
.tk-find-dealer .btn {margin-top: 25px;}
.tk-bg-img.tk-op-50 {opacity: 0.5;}
.tk-bg-black {background: #000000;}
.tk-font-60,.tk-careers-title h2,.page-head h1.tk-font-60 {font-size: 60px;line-height: 60px;}
.tk-bg-black h1,.tk-bg-black h2,.tk-bg-black h3,.tk-bg-black h4,.tk-bg-black h5,.tk-bg-black h6,.tk-bg-black p,.tk-bg-black span,.tk-bg-black label {color: #ffffff;}
.tk-stay-updated h2 {margin: 15px 0 40px !important;}
.tk-bg-black .form-group .form-control, .tk-bg-black .form-group .form-select {background-color: transparent;border-color: #ffffff;color: #ffffff;}
.tk-bg-black .form-group .form-control::-webkit-input-placeholder {color: #ffffff !important;}
.tk-bg-black .form-group .form-control::-moz-placeholder {color: #ffffff !important;}
.tk-bg-black .form-group .form-control:-ms-input-placeholder {color: #ffffff !important;}

/* WHO WE ARE CSS */
p+p {margin-top: 25px;}
.tk-ptb-50 {padding-top: 40px;padding-bottom: 40px;}
.tk-left-img {position: relative;margin: -95px 0;padding: 20px 0 20px 20px;height: 555px;}
.tk-left-img::before {content: "";position: absolute;top: 0;left: 0px;right: 0;bottom: 0;z-index: 0;background: #FFDC32;width: 57%;}
.tk-left-img img {position: relative;height: 100%;object-fit: cover;width: 100%;}
.tk-left-img-right-content {margin: 55px 0px;}
.tk-right-img iframe {margin: 0;position: relative;height: 430px;}
.tk-right-img.tk-left-img::before {left: auto;}
.tk-left-img.tk-right-img {padding-right: 20px;padding-left: 0;height: auto;}
.tk-left-content p {text-align: right;}.tk-online-retailers ul {display: flex;flex-flow: wrap;margin: 0 -15px;}
.tk-online-retailers ul li {width: 16.66666667%;padding: 0 15px;}
.tk-online-retailers ul li a {display: flex;justify-content: center;align-items: center;height: 100%;padding: 16px 20px;box-shadow: 0 0 50px rgba(0,0,0,0.1);}
.tk-online-retailers ul li a img {max-height: 70px;}
.tk-online-retailers ul li+li+li+li+li+li+li {margin-top: 30px;}
.tk-online-retailers ul li a:hover {transform: scale(1.12);}


/* Press CSS */
.tk-press h2 {margin-bottom: 60px;}
.tk-press-box {height: 100%;display: block;background-color: #ffffff;border: 1px solid rgba(0,0,0,0.2);box-shadow: 0 0 50px rgba(0,0,0,0.1);}
.tk-press-info {padding: 30px;}
.tk-press-dis p,.tk-press-info h4 {overflow: hidden;display: -webkit-box;text-overflow: ellipsis;-webkit-box-orient: vertical;-webkit-line-clamp: 5;}
.tk-press-date {color: #4E4E4E;font-size: 14px;line-height: normal;font-family: 'DIN Pro';font-weight: 500;}
.tk-press-info h4 {margin: 11px 0 21px;text-transform: uppercase;transition: 0.2s;}
.tk-font-24,.tk-support-details h3 {font-size: 24px;line-height: 32px;}
.tk-press-info h4,.tk-press-info p {color: #000000;}
.tk-press-info h4:hover {color: #1573FF;}
.tk-press .col-lg-4+.col-lg-4+.col-lg-4+.col-lg-4 {margin-top: 30px;}
.tk-press-info h4 {-webkit-line-clamp: 2;}
.pagination {margin-top: 50px;}
.pagination .page-numbers {width: 36px;height: 36px;display: flex;justify-content: center;align-items: center;border: 1px solid rgba(0,0,0,0.2);}
.pagination .page-numbers.current,.pagination .page-numbers:hover {background-color: #000000;color: #ffffff;border-color: #000000;}
.pagination .page-numbers+.page-numbers {margin-left: 10px;}
.tk-press-img {height: 250px;overflow: hidden;}
.tk-press-img img {height: 100%;width: 100%;object-fit: cover;transition: 0.2s;}
.tk-press-box:hover .tk-press-img img {-webkit-transform: scale(1.15);-moz-transform: scale(1.15);-ms-transform: scale(1.15);-o-transform: scale(1.15);transform: scale(1.15);}

/* Become a retailer css */
.tk-title-dis {margin-bottom: 55px;}
.tk-title-dis h2 {margin-bottom: 28px;}

/* Service Page CSS */
/* .kwt-file {max-width: 100%;margin: 0 auto;} */
body .codedropz-upload-handler {position: relative;display: flex;align-items: center;width: 100%;padding: 25px;background-color: #ffffff;transition: 0.3s;border: 2px dashed #dddddd;flex-flow: column;}
body .codedropz-upload-handler .cd-upload-btn {margin-top: 15px;min-width: 120px;padding: 10px 18px;background-color: transparent !important;border: 1px solid #4E4E4E !important;color: #4E4E4E !important;display: flex;font-size: 0;justify-content: center;line-height: 0;}
body .codedropz-upload-handler .cd-upload-btn::after {content: "Select files";font-weight: 700;text-transform: uppercase;font-size: 12px;margin-left: -8px;line-height: normal;}
body .codedropz-upload-handler .cd-upload-btn svg {display: none;}
.codedropz-upload-inner>div:first-child, .codedropz-upload-inner>span {color: #4E4E4E;font-size: 14px;font-weight: 500;line-height: 1.4;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;text-transform: capitalize;}
.codedropz-upload-handler .codedropz-upload-container {padding: 0;width: 100%;}
.codedropz-btn-wrap {display: flex;align-items: center;justify-content: center;}
body .dnd-upload-status .dnd-upload-details .name {color: #000000;padding: 4px 30px 7px 0;font-size: 16px;}
.dnd-upload-status .dnd-upload-details span.has-error {font-size: 12px;}
/* .form-control.kwt-file__input {position: absolute;left: 0;top: 0;height: 100%;width: 100%;cursor: pointer;opacity: 0;}
.kwt-file__input:focus {outline: none;}
.kwt-file__delete {display: none;width: 18px;height: 18px;cursor: pointer;position: absolute;top: 20px;right: 20px;}
.kwt-file__delete:before {content: "";position: absolute;left: 0;transition: 0.3s;top: 0;z-index: 1;width: 100%;height: 100%;background-size: cover;background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg fill='%231d3557' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 438.5 438.5'%3e%3cpath d='M417.7 75.7A8.9 8.9 0 00411 73H323l-20-47.7c-2.8-7-8-13-15.4-18S272.5 0 264.9 0h-91.3C166 0 158.5 2.5 151 7.4c-7.4 5-12.5 11-15.4 18l-20 47.7H27.4a9 9 0 00-6.6 2.6 9 9 0 00-2.5 6.5v18.3c0 2.7.8 4.8 2.5 6.6a8.9 8.9 0 006.6 2.5h27.4v271.8c0 15.8 4.5 29.3 13.4 40.4a40.2 40.2 0 0032.3 16.7H338c12.6 0 23.4-5.7 32.3-17.2a64.8 64.8 0 0013.4-41V109.6h27.4c2.7 0 4.9-.8 6.6-2.5a8.9 8.9 0 002.6-6.6V82.2a9 9 0 00-2.6-6.5zm-248.4-36a8 8 0 014.9-3.2h90.5a8 8 0 014.8 3.2L283.2 73H155.3l14-33.4zm177.9 340.6a32.4 32.4 0 01-6.2 19.3c-1.4 1.6-2.4 2.4-3 2.4H100.5c-.6 0-1.6-.8-3-2.4a32.5 32.5 0 01-6.1-19.3V109.6h255.8v270.7z'/%3e%3cpath d='M137 347.2h18.3c2.7 0 4.9-.9 6.6-2.6a9 9 0 002.5-6.6V173.6a9 9 0 00-2.5-6.6 8.9 8.9 0 00-6.6-2.6H137c-2.6 0-4.8.9-6.5 2.6a8.9 8.9 0 00-2.6 6.6V338c0 2.7.9 4.9 2.6 6.6a8.9 8.9 0 006.5 2.6zM210.1 347.2h18.3a8.9 8.9 0 009.1-9.1V173.5c0-2.7-.8-4.9-2.5-6.6a8.9 8.9 0 00-6.6-2.6h-18.3a8.9 8.9 0 00-9.1 9.1V338a8.9 8.9 0 009.1 9.1zM283.2 347.2h18.3c2.7 0 4.8-.9 6.6-2.6a8.9 8.9 0 002.5-6.6V173.6c0-2.7-.8-4.9-2.5-6.6a8.9 8.9 0 00-6.6-2.6h-18.3a9 9 0 00-6.6 2.6 8.9 8.9 0 00-2.5 6.6V338a9 9 0 002.5 6.6 9 9 0 006.6 2.6z'/%3e%3c/svg%3e");}
.kwt-file__delete:after {content: "";position: absolute;opacity: 0;left: 50%;top: 50%;width: 100%;height: 100%;transform: translate(-50%, -50%) scale(0);background-color: #1d3557;border-radius: 50%;transition: 0.3s;}
.kwt-file__delete:hover:after {transform: translate(-50%, -50%) scale(2.2);opacity: 0.1;} */
.tk-input-text p {font-size: 14px;margin-top: 10px;line-height: 20px;}
.card-box {background: #000000;color: #ffffff;border-bottom: 10px solid #FFDC32;padding: 30px 36px 36px 36px;}
.card-box .card-body h2 {font-size: 48px;text-transform: uppercase;line-height: 48px;color: #FFDC32;margin-bottom: 22px;}
.card-body p .btn {margin-top: 15px;min-width: 150px;}
.card-box+.card-box {margin-top: 30px;}
.card-body p a {color: #FFDC32;}
.card-body p a:hover {color: #ffffff;}

/* Blog Page CSS */
.tk-press-box.tk-blog-box {height: auto;}
.tk-press-box.tk-blog-box+.tk-blog-box {margin-top: 30px;}
.tk-press-info .btn {min-width: 200px;margin-top: 25px;}
.tk-font-48,.search .thunk-page-top-title {font-size: 48px;line-height: 48px;}
.tk-blog-box .tk-press-info h4 {-webkit-line-clamp: inherit;}
.tk-search-box,.tk-recent-posts {background-color: #ffffff;border: 1px solid rgba(0,0,0,0.2);box-shadow: 0 0 50px rgba(0,0,0,0.1);}
.tk-search-box {padding: 30px;}
.tk-search-box .form-group {position: relative;}
.tk-search-box .form-group button {position: absolute;top: 0;right: 0;bottom: 0;width: 44px;background: #DDDDDD;}
.tk-search-box .form-group .form-control {padding: 12px 54px 13px 10px;}
.tk-recent-posts {margin-top: 30px;}
.tk-recent-posts h2 {text-transform: uppercase;font-weight: 500;border-bottom: 1px solid #dddddd;padding: 15px 20px;}
.tk-recent-posts ul {padding: 20px 25px;}
.tk-recent-posts ul li a {display: flex;text-decoration: underline !important;position: relative;padding-left: 20px;}
.tk-recent-posts ul li+li {margin-top: 20px;}
.tk-recent-posts ul li a:hover {color: #1573FF;}
.tk-recent-posts ul li a::before {content: "";background-image: url(image/arrow-right.svg);width: 12px;height: 12px;object-fit: contain;background-repeat: no-repeat;background-position: center center;position: absolute;left: 0;top: 5px;}

/* TERMS & CONDITIONS CSS */
.accordion-item:first-of-type {border-top-left-radius: 0;border-top-right-radius: 0;}
.accordion-item {border: none;}
body .accordion-item:first-of-type .accordion-button {border-radius: 0 !important;}
.accordion-button:not(.collapsed) {color: #000000;background-color: #FFDC32;box-shadow: none;}
.accordion-body {padding: 20px;border: 1px solid #FFDC32;margin-top: 2px;font-size: 15px;line-height: 25px;color: #000000;}
.accordion-button {padding: 20px 58px 20px 20px;font-size: 18px;font-family: 'DIN Pro';font-weight: bold;background-color: #E7E7E7;text-transform: uppercase;}
.accordion-button::after {background: url(image/down-arrow.svg) !important;background-repeat: no-repeat !important;width: 20px;height: 12px;position: absolute;right: 20px;top: 0;bottom: 0;margin: auto;background-size: contain !important;background-position: center center !important;}
.accordion-button:focus {border-color: transparent;box-shadow: none;}
.accordion-item+.accordion-item {margin-top: 10px;}
.tk-title-dis:empty {display: none;}
.wpcf7-not-valid-tip {font-size: 0.8em;line-height: normal;margin-top: 10px;}

.wpcf7-not-valid-tip {
  font-size: 0.8em;
  color: #DC3232 !important;
}


/* Blog Details */
.tk-date-cate {margin-bottom: 10px;}
.tk-date-cate span a {font-family: 'DIN Pro';text-transform: uppercase;font-weight: 700;text-decoration: underline !important;}
.tk-date-cate span a:hover {color: #1573FF;}
.thunk-post-excerpt {margin-top: 50px;margin-bottom: 70px;}
.thunk-post-excerpt>h2 {text-transform: uppercase;margin: 50px 0 35px;}
.thunk-post-excerpt ul {margin: 15px 0 22px;}
.thunk-post-excerpt ul li {font-size: 15px;line-height: 22px;position: relative;padding-left: 15px;}
.thunk-post-excerpt ul li+li {margin-top: 8px;}
.thunk-post-excerpt ul li::before {content: "";position: absolute;left: 0;top: 8px;width: 5px;height: 5px;border-radius: 5px;background: #000000;}
.thunk-post-excerpt>p {font-size: 15px;}
.thunk-related-links .nav-links a {font-size: 18px;font-weight: bold;position: relative;display: flex;}
.thunk-related-links .nav-links a::before {content: "";position: absolute;top: 0;bottom: 0;margin: auto;background-size: contain;background-position: center center;background-repeat: no-repeat;display: block;width: 40px;height: 40px;}
.thunk-related-links .nav-links .nav-previous a::before {background-image: url(image/left-fill-arrow.svg);left: 0;}
.thunk-related-links .nav-links .nav-next a::before {background-image: url(image/right-fill-arrow.svg);right: 0;}
.thunk-related-links {margin-bottom: 70px;}
.thunk-related-links .nav-links {display: flex;text-align: left;margin: 0 -15px;}
.thunk-related-links .nav-links .nav-previous, .thunk-related-links .nav-links .nav-next {width: 50%;padding: 0 15px;}
.thunk-related-links .nav-links .nav-previous a {padding-left: 55px;}
.thunk-related-links .nav-links .nav-next a {text-align: right;padding-right: 55px;}
.tk-related-posts h2 {margin-bottom: 35px;}
.tk-related-post-box {box-shadow: 0 0 50px rgba(0,0,0,0.15);border: 2px solid rgba(0,0,0,0.2);height: 100%;padding: 30px;}
.tk-related-post-box a.tk-related-post-title {font-weight: bold;margin-bottom: 30px;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;}
/* body a:hover {color: #1573FF !important;} */
.tk-related-post-readmore {display: flex;margin-top: 25px;}
.tk-related-post-readmore .tk-readmore-btn {font-size: 15px;text-transform: uppercase;font-family: 'DIN Pro';font-weight: bold;display: flex;}
.tk-related-post-readmore .tk-readmore-btn svg {margin-left: 11px;display: flex;margin-top: 3px;}
.tk-related-post-readmore .tk-readmore-btn svg path {transition: 0.3s;}
.tk-related-post-readmore .tk-readmore-btn:hover svg path {fill: #1573FF;}
.tk-related-post-box p {font-size: 15px;}


/* Warranty Page CSS */
.tk-warranty-box+.tk-warranty-box {margin-top: 65px;}
.tk-warranty-head {margin-bottom: 25px;}
.tk-warranty-head h4 {margin: 12px 0 0;}
#error-404 {padding: 0;margin: 0;text-align: center;}
#error-404 .error-heading h2 {margin: 0;font-size: 110px;line-height: 100px;}
#error-404 .error-heading h3 {margin: 20px 0;}
#no-results .page-content p, #error-404 .page-content p {margin: 0 0 20px;}


/* 404 CSS */
.error-404 .form-content {display: flex;align-items: center;justify-content: center;}
#searchform [type="submit"] {line-height: normal;padding: 19px 20px 19px 20px;font-size: 16px;border: none;max-height: 56px;background: #FFDC32;color: #000000;border-radius: 0;min-width: 150px;text-transform: uppercase;font-weight: bold;-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;-ms-transition: all 0.3s ease;-o-transition: all 0.3s ease;transition: all 0.3s ease;}
#no-results .form-content input[type="text"], #error-404 .form-content input[type="text"] {width: 350px;border-right: 0;}
.error404 .sidebar-content-area {display: none;}
.error404 .primary-content-area {width: 100%;}
body #searchform [type='submit']:hover {background-color: #000000;color: #ffffff;}

/* Support CSS */
.tk-support-tab .nav-pills .nav-link.active, .tk-support-tab .nav-pills .show>.nav-link, .tk-support-tab .nav-pills .nav-link:hover {color: #FFDC32;background-color: transparent;}
.tk-support-tab .nav-pills .nav-link {color: #ffffff;border-radius: 0;padding: 0;text-align: left;text-transform: uppercase;font-size: 18px;display: flex;line-height: normal;}
.tk-support-tab .container {display: flex;}
.tk-support-tab .nav-pills {width: 320px;height: 100%;background-color: #000000;padding: 30px;}
.tk-support-tab .tab-content {width: calc(100% - 320px);padding-left: 30px;}
.tk-support-tab .nav-pills .nav-link+.nav-link {margin-top: 20px;}
.tk-support-tab .nav-pills .nav-link svg {width: 15px;height: 15px;margin-right: 10px;margin-top: 3px;}
.tk-support-tab .nav-pills .nav-link svg path {transition: 0.3s;}
.tk-support-tab .nav-pills .nav-link.active svg path,.tk-support-tab .nav-pills .nav-link:hover svg path {fill: #FFDC32;}
.tk-support-tab .accordion-body h3 {text-transform: uppercase;margin-bottom: 20px;font-weight: bold;line-height: normal;}
.tk-articles a {padding: 20px;border: 1px solid rgba(0,0,0,0.2);display: block;}
.tk-articles p:empty {display: none;}
.tk-articles h4 {text-transform: capitalize;margin-bottom: 10px;}
.tk-articles p {margin-top: 0;}
.tk-articles p {font-size: 16px;line-height: 25px;}
.tk-articles+.tk-articles {margin-top: 10px;}
.tk-articles a:hover {background-color: #000000;border-color: #000000;}
.tk-articles a:hover p {color: #ffffff;}
.tk-articles a:hover h4 {color: #FFDC32;}
.tk-articles a p,.tk-articles a h4 {transition: 0.3s;}
.tk-faq>.container>h2 {margin-bottom: 50px;}
.tk-font-40,.product_title,.tk-gift-video .tk-left-content h3 {font-size: 40px;line-height: normal;}
.tk-support-tab .accordion-body h3:last-child {margin-bottom: 0;}


/* Support Details Page CSS */
.tk-support-details h3 {margin-bottom: 22px;}
.tk-support-details h3+h3,.tk-support-details p+h3 {margin-top: 60px;}
.tk-support-details-inner ul {margin: 20px 0 40px;}
.tk-support-details-inner ul li {position: relative;font-size: 18px;line-height: 24px;padding-left: 35px;}
.tk-support-details-inner ul li::before {content: "";position: absolute;left: 0;top: 4px;width: 20px;height: 19px;background-image: url(image/circle-black-check.svg);background-size: contain;background-repeat: no-repeat;background-position: center center;}
.tk-support-details-inner ul li+li {margin-top: 12px;}


/* Recipes Page CSS */
.tk-recipes .tk-press-info h4 {margin-top: 0;font-weight: bold;}
.tk-recipes .tk-press-info .tk-press-dis {font-size: 15px;color: #000000;}
.tk-recipes .tk-press-img {height: 310px;}
.tk-recipes-form form>p {padding: 0;margin-bottom: 50px;}
.tk-bg-black .tk-yellow-form .form-group .form-control, .tk-bg-black .tk-yellow-form .form-group .form-select {border-color: #FFDC32;}
.tk-bg-black .tk-yellow-form .form-group .form-select {background-image: url('data:image/svg+xml,<svg viewBox="0 0 20 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M0.418419 0.418419C0.976311 -0.139473 1.88083 -0.139473 2.43872 0.418419L10 7.97969L17.5613 0.418419C18.1192 -0.139473 19.0237 -0.139473 19.5816 0.418419C20.1395 0.976311 20.1395 1.88083 19.5816 2.43872L11.0102 11.0102C10.4523 11.568 9.54774 11.568 8.98985 11.0102L0.418419 2.43872C-0.139473 1.88083 -0.139473 0.976311 0.418419 0.418419Z" fill="white"/></svg>') !important;}
.tk-bg-black .tk-yellow-form .form-group .form-select option {color: #000000;}


/* As Seen In Page CSS */
.tk-as-seen-in.tk-online-retailers ul li a img {max-height: 130px;}
.tk-as-seen-in.tk-online-retailers ul li {width: 25%;}
.tk-as-seen-in.tk-online-retailers ul li a {min-height: 170px;}


/* Fancy Photos Page CSS */
#gallery.tk-fancy-photos .gallery_tabs {row-gap: 0.8rem;padding: 0;justify-content: center;}
#gallery.tk-fancy-photos .gallery_tabs li.active,#gallery.tk-fancy-photos .gallery_tabs li:hover {background-color: var(--main-color);color: #000000;}
#gallery.tk-fancy-photos .gallery_tabs li {padding: 0 0 10px 0;border-radius: 0;font-size: 18px;font-family: 'DIN Pro';font-weight: 700;position: relative;}
#gallery.tk-fancy-photos .gallery_tabs li::before {content: "";width: 100%;display: flex;position: absolute;bottom: 0;height: 3px;background-color: #FFDC32;left: 0;right: 0;width: 0;transition: 0.3s;margin: auto;}
#gallery.tk-fancy-photos .gallery_tabs li.active::before,#gallery.tk-fancy-photos .gallery_tabs li:hover::before {width: 100%;}
#gallery.tk-fancy-photos .gallery_tabs li+li {margin-left: 45px;}

#gallery.tk-fancy-photos .gallery_wrapper {margin-top: 60px;}
#gallery.tk-fancy-photos .gallery_item {border-radius: 0;}
#gallery.tk-fancy-photos .lightbox_content {border-radius: 0;}
#gallery.tk-fancy-photos .gallery_wrapper {grid-template-columns: repeat(3, 1fr);gap: 30px;}


/* REGISTER YOUR PRODUCT Page CSS */
[type="radio"]:checked,[type="radio"]:not(:checked) {position: absolute;left: -9999px;}
[type="radio"]:checked + label, [type="radio"]:not(:checked) + label {position: relative;padding-left: 28px;cursor: pointer;line-height: normal;display: inline-block;color: #666;font-size: 16px;}
[type="radio"]:checked + label:before, [type="radio"]:not(:checked) + label:before {content: '';position: absolute;left: 0;top: 4px;width: 18px;height: 18px;border: 1px solid #000000;border-radius: 100%;background: transparent;}
[type="radio"]:checked + label:after, [type="radio"]:not(:checked) + label:after {content: '';width: 8px;height: 8px;background: #000000;position: absolute;top: 9px;left: 5px;border-radius: 100%;-webkit-transition: all 0.2s ease;transition: all 0.2s ease;}
[type="radio"]:not(:checked) + label:after {opacity: 0;-webkit-transform: scale(0);transform: scale(0);}
[type="radio"]:checked + label:after {opacity: 1;-webkit-transform: scale(1);transform: scale(1);}
form .form-group .tk-radio-btn label {margin-bottom: 0;margin-top: 5px;}
.tk-radio-btn {position: relative;}
.tk-register-your-product-box {box-shadow: 0 0 50px rgba(0,0,0,0.1);border: 1px solid rgba(0,0,0,0.2);}
.tk-register-your-product-box .tk-register-title {padding: 16px 30px;border-bottom: 1px solid rgba(0,0,0,0.2);min-height: 75px;display: flex;align-items: center;}
.tk-register-box {padding: 30px;}
.tk-register-your-product-box+.tk-register-your-product-box {margin-top: 30px;}
.tk-form-btn {margin-top: 50px;}
.tk-register-your-product form>.form-group,.tk-register-your-product form>.row {margin-top: 35px;}
.tk-font-18 {font-size: 18px;line-height: 22px;}


/* Download Brochure Page CSS */
.tk-download-brochure-btn {display: flex;justify-content: center;margin-bottom: 50px;margin-top: 25px;}
.tk-download-brochure-btn a {display: flex;align-items: center;line-height: normal;position: relative;padding-left: 42px;min-height: 30px;font-size: 16px;}
.tk-download-brochure-btn a:hover {color: #1573FF;}
.tk-download-brochure-btn a img {position: absolute;left: 0;top: 0;bottom: 0;margin: auto;}
.tk-download-brochure .row+.row {margin-top: 80px;}
.tk-brochure-img {text-align: center;box-shadow: 0 0 50px rgba(0,0,0,0.1);padding: 25px 22px;}
.tk-brochure-img h4 {margin-bottom: 18px;}
body .accordion-item:last-of-type .accordion-button.collapsed {border-bottom-right-radius: 0;border-bottom-left-radius: 0;}
.tk-download-brochure-modal .modal-content {border: 0;border-radius: 0;}
.tk-download-brochure-modal .modal-content .modal-body {padding: 0;}
.modal {z-index: 9999999;}
.modal-backdrop {--bs-backdrop-zindex: 9999998;}
.btn-close {position: absolute;right: -15px;top: -15px;opacity: 1 !important;padding: 0;width: 40px;height: 40px;border-radius: 50px;background: #FFDC32;box-shadow: none !important;display: flex;align-items: center;justify-content: center;}
.btn-close img {max-width: 14px !important;}
input.btn:hover {background-color: #000000 !important;}
.tk-form-btn input.btn {margin-top: 0;}


/* Business Account Page CSS */
.tk-business-account-box {padding: 70px;background-color: #ffffff;border: 1px solid rgba(0,0,0,0.2);box-shadow: 0 0 50px rgba(0,0,0,0.1);display: flex;flex-flow: column;align-items: center;}
.tk-business-account-box+.tk-business-account-box {margin-top: 80px;}
.tk-business-account-box h2 {margin-bottom: 55px;}
.tk-business-account-box p+p {margin-top: 10px;}
.tk-business-account-box p a {text-decoration: underline !important;}
.tk-business-account-box p a:hover {color: #1573FF;}
.tk-business-account-box .btn {margin-bottom: 40px;}
.tk-business-account-box .btn:last-child {margin-bottom: 0;}
.tk-business-account-box p~.btn {margin-top: 40px;margin-bottom: 0;}
.tk-business-account-box-list {margin-top: 70px;border-top: 1px solid rgba(0, 0, 0, 0.1);padding-top: 70px;width: 100%;}
.tk-business-account-box-list li {display: flex;text-align: left;}
.tk-business-account-box-list li+li {margin-top: 30px;}
.tk-business-account-box-list li img {width: 80px;height: 80px;object-fit: contain;}
.tk-business-account-box-list li .tk-business-account-offer {width: calc(100% - 80px);padding-left: 30px;}
.tk-business-account-box-list li .tk-business-account-offer h4 {margin-bottom: 6px;text-transform: capitalize;}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {border-color: #DC3232;background-color: #DC3232;color: #ffffff;}
.wpcf7 form .wpcf7-response-output {margin: 3em 0 1em;padding: 11px 15px 8px 15px;border: 2px solid #00a0d2;}
.tk-stay-updated .wpcf7 form.sent .wpcf7-response-output {margin-bottom: 0;}
.tk-track-my-order-title {margin: 0 0 50px 0;}
.tk-track-my-order-title h1 {text-transform: uppercase;margin-top: 30px;}
.tk-form-group-inner img {position: absolute;top: 0;right: 20px;bottom: 0;margin: auto;}
.tk-form-group-inner {position: relative;}
.tk-form-group-inner .form-control {padding-right: 70px;}
form>.form-group+.form-group,.tk-my-profile form>.form-group+.form-group:last-child,.tk-my-profile form fieldset>.form-group+.form-group {margin-top: 30px;}
form>.form-group+.form-group:last-child {margin-top: 50px;}
.tk-big-btn {font-size: 24px;min-height: 70px;display: flex;justify-content: center;align-items: center;}


/* My Account Page CSS */
.woocommerce-account .woocommerce-MyAccount-navigation {padding: 0;background: transparent;width: 320px;}
.woocommerce-account .woocommerce-MyAccount-navigation nav{padding: 0;background: #000000;}
.woocommerce-account .woocommerce-MyAccount-navigation ul {padding: 35px;border-top: 1px solid #ffffff;}
.woocommerce-MyAccount-navigation ul li {border-bottom: none;}
.woocommerce-MyAccount-navigation ul li.is-active a, .woocommerce-MyAccount-navigation ul li a:hover {color: #FFDC32;}
.woocommerce-MyAccount-navigation ul li a {font-weight: bold;color: #ffffff;font-size: 18px;text-transform: uppercase;padding: 0 0 0 25px;}
.woocommerce-MyAccount-navigation ul li+li {margin-top: 30px;}
.woocommerce-MyAccount-navigation ul li a::before {content: "";position: absolute;left: 0;top: 0;width: 12px;height: 20px;background-size: contain;background-position: center center;background-repeat: no-repeat;background-image: url(image/arrow-right-white.svg);transition: 0.3s;}
.woocommerce-account .page-head {margin-bottom: 50px;}
.woocommerce-MyAccount-navigation ul li.is-active a::before,.woocommerce-MyAccount-navigation ul li a:hover::before {background-image: url(image/arrow-right-yellow.svg);}
.woocommerce-account footer.entry-footer {display: none;}
.woocommerce-account .woocommerce-MyAccount-content {width: calc(100% - 320px);padding-left: 30px;}
.woocommerce-account .entry-content p a:hover, .woocommerce-account .thunk-post-excerpt a:hover,.woocommerce-account .textwidget a:hover {color: #1573FF;}
body .wc-block-components-notice-banner.is-info {background-color: #000000;border-color: #000000;color: #ffffff;border-radius: 0;margin-top: 0;}
body .wc-block-components-notice-banner.is-info>svg {background-color: #ffdc32;fill: #000000;}
body .wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward {color: #ffffff !important;opacity: 1;text-transform: capitalize;min-width: auto;}
/* body .wc-block-components-notice-banner>.wc-block-components-notice-banner__content {display: flex;align-items: center;justify-content: space-between;} */
body .wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward:hover {color: #FFDC32 !important;}
.woocommerce-Address-title {display: flex;align-items: center;justify-content: space-between;width: 100%;}
.woocommerce-Address-title::before,.woocommerce-Address-title::after {display: none !important;}
.woocommerce-account .addresses .title a:hover {color: #1573FF;}

.woocommerce-Address-title {display: flex;align-items: center;justify-content: space-between;width: 100%;}
.woocommerce-account .addresses .title a:hover {color: #1573FF;}
.woocommerce-account .addresses .title .edit {font-size: 16px;}
.woocommerce .col2-set .woocommerce-Address, .woocommerce .woocommerce-columns--addresses .woocommerce-column {padding: 15px 22px;box-shadow: 0 0 50px rgba(0,0,0,0.1);border: 1px solid rgba(0,0,0,0.2);}
.woocommerce .woocommerce-Addresses,.woocommerce-columns--addresses {display: flex;justify-content: space-between;}
.woocommerce .woocommerce-Addresses::before, .woocommerce .woocommerce-Addresses::after, .woocommerce-Address-title::before, .woocommerce-Address-title::after, body .woocommerce-customer-details .woocommerce-columns--addresses::before, body .woocommerce-customer-details .woocommerce-columns--addresses::after {display: none;}
.woocommerce-account .addresses .title h3, .woocommerce .woocommerce-columns--addresses .woocommerce-column h2 {text-transform: uppercase;}
.woocommerce-Address address, body.woocommerce .woocommerce-customer-details address {margin-bottom: 0;line-height: 28px;font-size: 16px;margin-top: 12px;}
body.woocommerce .woocommerce-customer-details address {border: none;padding: 0;}
body.woocommerce .woocommerce-customer-details address p.woocommerce-customer-details--email {margin-top: 7px;font-size: 16px;}
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone {margin-bottom: 0;margin-top: 12px;}
body.woocommerce .woocommerce-customer-details address p {margin-top: 7px;font-size: 16px;}
body.woocommerce .tk-track-my-order-box .woocommerce-customer-details {margin-top: 35px;}

body .tk-track-my-order-box .woocommerce .woocommerce-order-details {margin-top: 25px;box-shadow: 0 0 50px rgba(0,0,0,0.1);border: 1px solid rgba(0,0,0,0.2);}
body .tk-track-my-order-box .woocommerce .woocommerce-order-details .woocommerce-order-details__title {padding: 11px 20px 14px 20px;border-bottom: 1px solid rgba(0,0,0,0.2);}
body .tk-track-my-order-box .woocommerce .woocommerce-order-details table th,body .tk-track-my-order-box .woocommerce .woocommerce-order-details table td {padding: 15px 20px 14px 20px;}
body .tk-track-my-order-box .woocommerce .woocommerce-order-details table th {font-size: 16px;}
body .tk-track-my-order-box .woocommerce .order-info {text-align: center;line-height: 29px;}
.tk-track-my-order-box .woocommerce .woocommerce-columns--addresses {flex-flow: column;}
.tk-track-my-order-box .woocommerce .woocommerce-columns--addresses .woocommerce-column {width: 100%;}
.tk-track-my-order-box .woocommerce .woocommerce-columns--addresses .woocommerce-column+.woocommerce-column {margin-top: 25px;}


.woocommerce-address-fields__field-wrapper,.woocommerce-EditAccountForm {display: flex;flex-flow: wrap;margin: 0 -15px;}
.woocommerce-MyAccount-content form>h3 {font-size: 30px;text-transform: uppercase;line-height: normal;margin-bottom: 30px;}
.woocommerce form .woocommerce-address-fields__field-wrapper .form-row-first, .woocommerce form .woocommerce-address-fields__field-wrapper .form-row-last, .woocommerce form.woocommerce-EditAccountForm .form-row-first, .woocommerce form.woocommerce-EditAccountForm .form-row-last {width: 50%;}
/* .select2-container--default .select2-selection--single {border-radius: 0;background: transparent;border: 1px solid #DDDDDD !important;height: auto;width: 100%;font-size: 14px;font-weight: 500;padding: 17px 55px 17px 30px;line-height: normal;margin: 0;} */
.select2-container--default .select2-selection--single span.select2-selection__rendered {padding: 0;line-height: inherit;height: auto;color: #000000;}
.select2-container--default .select2-selection--single .select2-selection__arrow {top: 0;height: auto;bottom: 0;right: 20px;}
.select2-container--default .select2-selection--single .select2-selection__arrow b {border-color: transparent !important;border-style: solid !important;border-width: 0 !important;position: absolute;background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");background-size: 20px 18px;background-position: right 1.3rem center;width: 22px;height: 18px;top: 0;bottom: 0;margin: auto;left: 0;}
.select2-dropdown {border: 1px solid #dddddd;}
.select2-search--dropdown {padding: 12px;}
.select2-container--default .select2-search--dropdown .select2-search__field {border: 1px solid #dddddd;padding: 12px 30px;line-height: normal;outline: none !important;font-size: 15px;}
.select2-results__option {padding: 10px 12px;}
.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected] {background-color: #FFDC32;color: #000000;}
.woocommerce-address-fields button.button {width: auto;}
.wc-block-components-notice-banner {border-radius: 0;}
.select2-container--default .select2-selection--single .select2-selection__placeholder {color: #5c5c5c;}
.woocommerce-EditAccountForm fieldset {width: 100%;padding: 0;border: none;}
.woocommerce-EditAccountForm fieldset legend {padding: 0px 15px 20px 15px;font-size: 25px;color: #000000;text-transform: uppercase;font-weight: bold;line-height: normal;}
.woocommerce-EditAccountForm fieldset .form-row:last-child {margin-bottom: 0;}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {border-radius: 0;}
#add_payment_method #payment div.form-row, .woocommerce-cart #payment div.form-row, .woocommerce-checkout #payment div.form-row {background: #ffffff;}
#add_payment_method #payment div.payment_box .wc-credit-card-form {display: flex;flex-flow: wrap;justify-content: space-between;}
#add_payment_method #payment div.payment_box .form-row.form-row-first, #add_payment_method #payment div.payment_box .form-row.form-row-last {width: 49%;}
#add_payment_method #payment div.payment_box .wc-payment-form>.clear, #add_payment_method #payment div.payment_box .wc-payment-form>.stripe-source-errors {display: none;}
#add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods {border-bottom: 0;}
body #add_payment_method #payment>div.form-row {padding: 0;margin-bottom: 0;}
.woocommerce-MyAccount-content .tk-location-search-box .row {align-items: flex-end;}
.woocommerce-MyAccount-content .tk-location-search-box .btn {min-width: 160px;}
.woocommerce .woocommerce-MyAccount-content  table.shop_table {border: 1px solid #dddddd;border-radius: 0;margin: 30px 0 0 0;border-bottom: 0;}
.woocommerce .woocommerce-MyAccount-content table.shop_table tbody tr td,.woocommerce .woocommerce-MyAccount-content table.shop_table tr th {padding: 15px 25px;}
.woocommerce .woocommerce-MyAccount-content table.shop_table tbody tr td, .woocommerce .woocommerce-MyAccount-content table.shop_table tr th {border-color: #dddddd !important;white-space: nowrap;}
.woocommerce .woocommerce-MyAccount-content table.shop_table thead tr th {text-transform: uppercase;font-size: 18px;color: #000000;font-family: 'DIN Pro';font-weight: bold;}
.woocommerce .woocommerce-MyAccount-content table.shop_table tbody tr td {font-size: 14px;font-weight: bold;vertical-align: middle;}
.woocommerce .woocommerce-MyAccount-content table.shop_table tbody tr td.woocommerce-orders-table__cell-order-actions a+a {margin-left: 12px;}
.woocommerce .woocommerce-MyAccount-content table.shop_table tbody tr td.woocommerce-orders-table__cell-order-actions,.woocommerce .woocommerce-MyAccount-content table.shop_table thead tr th.woocommerce-orders-table__header-order-actions {text-align: right;}
.woocommerce .woocommerce-MyAccount-content table.shop_table tfoot tr:last-child th,.woocommerce .woocommerce-MyAccount-content table.shop_table tfoot tr:last-child td {border-bottom: 1px solid #dddddd !important;}
.woocommerce-MyAccount-content .woocommerce-customer-details {margin-top: 30px;}
.woocommerce-MyAccount-content .woocommerce-customer-details .woocommerce-column__title {margin-bottom: 15px;}
.woocommerce-MyAccount-content .woocommerce-customer-details section.woocommerce-columns {display: flex;justify-content: space-between;}
.woocommerce-MyAccount-content .woocommerce-customer-details section.woocommerce-columns::before,.woocommerce-MyAccount-content .woocommerce-customer-details section.woocommerce-columns::after {display: none;}
.woocommerce-MyAccount-content .woocommerce-customer-details section.woocommerce-columns address {height: 100%;font-size: 16px;line-height: 26px;border-radius: 0;padding: 15px 20px;}
.woocommerce-MyAccount-content .woocommerce-customer-details section.woocommerce-columns .woocommerce-column {display: flex;flex-flow: column;}
.woocommerce-MyAccount-content .woocommerce-customer-details section.woocommerce-columns .woocommerce-column address p {margin-top: 15px;}
.woocommerce-MyAccount-content .woocommerce-customer-details section.woocommerce-columns .woocommerce-column address p+p {margin-top: 5px;}
.tk-profile-pic {padding: 35px;text-align: center;position: relative;}
.tk-edit-profile-btn input {position: absolute;top: 0;left: 0;right: 0;bottom: 0;width: 100%;height: 100%;overflow: hidden;border-radius: 40px;margin: auto;z-index: 4;opacity: 0;}
.tk-edit-profile-btn {position: relative;}
.tk-profile-pic #myForm {position: absolute;bottom: 0;right: 8px;}
.tk-profile-pic h5 {color: #ffffff;text-transform: uppercase;margin-top: 15px;}
.tk-profile-pic-img {position: relative;display: inline-block;}

header .menu-category-list ul[data-menu-style="vertical"] li ul li a {font-size: 14px;font-weight: 500;color: #ffffff;line-height: 22px;}
.menu-category-list ul[data-menu-style="vertical"] li ul.sub-menu {padding: 0 0 25px 20px;}
.menu-category-list ul[data-menu-style="vertical"] li ul li span.arrow {font-size: 22px;}
.openmart-site .owl-carousel .owl-nav button.owl-prev:hover span {background-image: url(image/slider-left-arrow-yellow.png);}
.openmart-site .owl-carousel .owl-nav button.owl-next:hover span {background-image: url(image/slider-right-arrow-yellow.png);}

.openmart-site .bg-black .owl-carousel .owl-nav button.owl-prev:hover span,.openmart-site .tk-bg-black .owl-carousel .owl-nav button.owl-prev:hover span {background-image: url(image/slider-left-arrow-white.png);}
.openmart-site .bg-black .owl-carousel .owl-nav button.owl-next:hover span,.openmart-site .tk-bg-black .owl-carousel .owl-nav button.owl-next:hover span {background-image: url(image/slider-right-arrow-white.png);}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--payment-methods {display: none;}
.woocommerce-password-strength {padding: 6px 0.5em;}
.wc-block-components-notice-banner {border-radius: 0;font-size: 14px;padding: 11px 14px!important;}

.slick-slide .tk-customer-img-box{ padding: 10px;}


/* Product Detail Page CSS */
.tk-bg-yellow {background: #FFDC32;}
.tk-product-name-price h2 {text-transform: uppercase;}
.tk-font-32 {font-size: 32px;line-height: normal;}
.tk-black-btn {background-color: #000000 !important;color: #FFDC32 !important;}
.tk-buynow-btn .btn {min-width: 170px;}
.tk-light-btn {background-color: rgba(0,0,0,0.60) !important;color: #FFDC32 !important;}
.tk-buynow-btn .btn+.btn {margin-left: 25px;}
.tk-buynow-btn {margin-left: 30px;}
.single-product nav.woocommerce-breadcrumb {display: none;}
.woocommerce div.product .product_title {text-transform: uppercase;color: #ffffff;margin-bottom: 32px;}
.woocommerce div.product p.price {display: none;}
.woocommerce .thunk-single-product-summary-wrap .woocommerce-product-rating .star-rating {color: #FFDC32 !important;margin-top: 0;font-size: 18px;}
.woocommerce div.product .woocommerce-product-rating {margin-bottom: 0;display: flex;align-items: center;}
.woocommerce div.product .woocommerce-product-rating a {color: #ffffff;font-size: 18px;}
.woocommerce-product-details__short-description p {line-height: 28px;}
body .tk-product-details .single_add_to_cart_button.button.alt::before {background-color: #ffffff;}
body .tk-product-details .single_add_to_cart_button.button.alt:hover {color: #000000 !important;}
.tk-product-details .open-mart-quantity {display: none;}
.tk-product-details .woocommerce-variation.single_variation {display: none;}
.tk-product-details .woocommerce div.product form.cart {margin-bottom: 0;margin-top: 20px;}
.tk-product-details .woocommerce div.product div.summary {margin-bottom: 0;}
.woocommerce .tk-product-details div.product form.cart .variations tbody tr th {color: #ffffff;padding: 0 0 20px 0px;}
.woocommerce .tk-product-details div.product form.cart .reset_variations {color: #ffffff;}
.th-variation-swatches.woocommerce div.product form.cart .variations tr {margin-bottom: 15px;}
.woocommerce .tk-product-details div.product div.summary {margin-bottom: 0;}
.woocommerce .tk-product-details .thunk-woo-product-list span.onsale {padding: 8px 14px;background-color: #FFDC32;color: #000000;}
/* .tk-product-details .woocommerce-variation.single_variation {display: none !important;} */
.tk-product-details .thunk-single-product-summary-wrap {display: flex;flex-flow: wrap;margin: 0 -15px;align-items: flex-start !important;}
.woocommerce-page .tk-product-details div.product div.images {float: none;padding: 0 15px;flex: 0 0 auto;width: 50%;position: sticky;top: 100px;}
.woocommerce-page .tk-product-details div.product div.summary {float: none;padding: 0 15px;flex: 0 0 auto;width: 50%;}
.tk-product-details [data-thvstooltip]:after {margin-left: -10px;border-top: 10px solid #FFDC32;border-right: 10px solid transparent;border-left: 10px solid transparent;}
.tk-product-details [data-thvstooltip]:before {margin-bottom: 5px;padding: 8px 10px 7px 10px;background-color: #FFDC32;color: #000000;font-size: 14px;min-width: auto;width: auto;white-space: nowrap;}
.tk-product-name-price {padding: 15px 0;/* position: sticky; *//* top: 0; *//* z-index: 1; */}
.tk-scroll-bar-inner ul li {margin: 0 60px;}
.tk-scroll-bar-inner ul li a {padding: 30px 12px;font-size: 22px;line-height: 28px;text-transform: uppercase;font-weight: 900;font-family: 'DIN Pro';position: relative;color: #000000;text-align: center;height: 100%;display: flex;justify-content: center;align-items: center;}
.tk-scroll-bar-inner ul li a::before {content: "";position: absolute;left: 0;right: 0;bottom: 0;height: 2px;margin: auto; background: #000000;width: 0;transition: 0.3s;}
.tk-scroll-bar-inner ul li a::after {content: "";position: absolute;bottom: -6px;left: 0;right: 0;margin: auto;width: 24px;height: 12px;background-image: url(image/down-arrow-black.svg);background-size: contain;background-position: center;background-repeat: no-repeat;transition: 0.3s;opacity: 0;}
.tk-scroll-bar-inner ul li a.active::before,.tk-scroll-bar-inner ul li a:hover::before {width: 100%;}
.tk-scroll-bar-inner ul li a.active::after,.tk-scroll-bar-inner ul li a:hover::after {opacity: 1;bottom: -12px;}
.tk-product-video-info iframe {margin: 0;height: 350px;}
.tk-product-video-info h5 {text-align: center;margin-top: 25px;}
.tk-font-30,.search .thunk-page-top-title span {font-size: 30px;line-height: normal;}
.tk-features-box ul {display: flex;margin: 0 -15px;flex-flow: wrap;}
.tk-features-box ul li {padding: 0 15px;height: 450px;width: 25%;transition: width 0.6s cubic-bezier(0.5, 1, 0.89, 1);}
/* .tk-features-box ul li:hover {width: 45%;} */
.tk-features-box ul li+li+li+li+li {margin-top: 30px;}
.tk-features-box ul li img {position: absolute;top: 0;width: 100%;height: 100%;object-fit: cover;left: 0;right: 0;pointer-events: none;}

.tk-features-box ul li .tk-features-box-inner {position: relative;height: 100%;padding: 40px;display: flex;flex-flow: column;justify-content: flex-end;overflow: hidden;}
.tk-features-box ul li .tk-features-box-inner h3,.tk-features-box ul li .tk-features-box-inner p {position: relative;z-index: 1;color: #ffffff;}
.tk-features-box ul li .tk-features-box-inner h3 {padding-bottom: 25px;text-transform: uppercase;max-width: 346px;}
.tk-features-box ul li .tk-features-box-inner h3::before {content: "";position: absolute;bottom: 0;height: 5px;width: 120px;background-color: #FFDC32;border-radius: 12px;}
.tk-features-box ul li .tk-features-box-inner::before {content: "";position: absolute;bottom: 0;left: 0;right: 0;background: rgb(0,0,0);background: -moz-linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.74) 51%, rgba(0,0,0,1) 100%);background: -webkit-linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.74) 51%, rgba(0,0,0,1) 100%);background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.74) 51%, rgba(0,0,0,1) 100%);filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);height: 100%;z-index: 1;pointer-events: none;}
.tk-features-box ul li .tk-features-box-inner p {opacity: 0;transition: 0.3s;margin-top: 35px;max-width: 346px;height: 0;}
.tk-features-box ul li:hover .tk-features-box-inner p {opacity: 1;height: auto;}
.tk-features-box ul li .tk-features-box-inner .tk-features-box-content {transform: translateY(35px);transition: all 0.6s cubic-bezier(0.5, 1, 0.89, 1);z-index: 1;}
.tk-features-box ul li:hover .tk-features-box-inner .tk-features-box-content {transform: translateY(0);}
/* .tk-features-box ul:hover li .tk-features-box-inner .tk-features-box-content {opacity: 0;} */
/* .tk-features-box ul li .tk-features-box-inner:hover .tk-features-box-content {opacity: 1;} */
/* .tk-scroll-bar-inner {position: sticky;top: 0px;z-index: 9;} */
.tk-product-details .entry-summary>.woocommerce-variation.single_variation.tk-no-variation {display: block;}
.woocommerce-product-details__short-description ul,.woocommerce-product-details__short-description ol {margin-top: 22px;}
.woocommerce-product-details__short-description ul li,.woocommerce-product-details__short-description ol li {color: #ffffff;font-size: 18px;line-height: 28px;position: relative;display: flex;}
.woocommerce-product-details__short-description ul li+li,.woocommerce-product-details__short-description ol li+li {margin-top: 12px;}
.woocommerce-product-details__short-description ul li::before,.woocommerce-product-details__short-description ol li::before {content: "";position: relative;left: 0;top: 11px;background-color: #ffffff;width: 5px;height: 5px;border-radius: 5px;display: inline-block;margin-right: 14px;}
.woocommerce-product-details__short-description ul:first-child,.woocommerce-product-details__short-description ol:first-child {margin-top: 0;}
.woocommerce-product-details__short-description ul ~ p,.woocommerce-product-details__short-description ol ~ p {margin-top: 30px;}

.tk-product-details .entry-summary .yith-wcwl-add-to-wishlist {margin: -60px 0 15px 245px;display: inline-block;width: auto;}
.tk-product-details .entry-summary .yith-wcwl-add-to-wishlist .yith-wcwl-add-button>a {min-width: 220px;min-height: 54px;}
.tk-product-details.tk-product-out-of-stock .entry-summary .yith-wcwl-add-to-wishlist {margin: 35px 0 0 0;}

.tk-capacity-specs>img {position: absolute;top: 0;bottom: 0;left: 0;right: 0;height: 100%;object-fit: cover;mix-blend-mode: luminosity;opacity: 0.3;width: 100%;}
.tk-capacity-specs h2 {text-align: center;}
.tk-capacity-box ul {display: flex;align-items: center;justify-content: center;text-align: center;flex-flow: wrap;height: 100%;}
.tk-capacity-box h5 {color: #000000;max-width: 135px;text-transform: uppercase;line-height: 22px;}
.tk-capacity-box li {width: 33.3%;padding: 25px 15px;display: flex;flex-flow: column;align-items: center;height: 100%;justify-content: center;}
.tk-capacity-box .tk-capacity-img {height: 60px;width: 60px;display: flex;align-items: center;margin-bottom: 18px;}
.tk-capacity-box .tk-capacity-img img {object-fit: contain;margin: auto;}
/* .tk-capacity-box li+li {border-left: 1px solid rgba(0,0,0,0.4);} */
.tk-capacity-box.tk-specs-box .tk-capacity-img {margin-top: 18px;}
.tk-capacity-box.tk-specs-box li+li {border-left: 0;}
.tk-capacity-box.tk-specs-box ul {background-color: transparent;padding: 0;}
.tk-capacity-specs::before {content: "";position: absolute;bottom: 0;left: 0;right: 0;height: 300px;z-index: 1;background: rgb(0,0,0);background: -moz-linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.74) 51%, rgba(0,0,0,1) 100%);background: -webkit-linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.74) 51%, rgba(0,0,0,1) 100%);background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.74) 51%, rgba(0,0,0,1) 100%);filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);}
.tk-capacity-specs-slider .tk-capacity-box {display: flex;flex-flow: column;align-items: center;background-color: #ffffff;width: 100%;height: 100%;padding: 30px 20px 35px 20px;text-align: center;margin: 0;}
.tk-capacity-specs-slider .tk-capacity-box h4 {color: #000000;}
.tk-capacity-specs-slider .owl-item .item {height: 100%;}
.tk-capacity-specs-slider .owl-stage-outer .owl-stage {display: flex;justify-content: center;margin: auto;}
.tk-capacity-specs-slider .owl-stage-outer .owl-stage .owl-item:last-child {margin-right: 0 !important;}
.tk-capacity-box.tk-specs-box li {padding-top: 0;padding-bottom: 0;}
.tk-capacity-box {height: 100%;}
.tk-font-22 {font-size: 22px;}
.tk-font-15 {font-size: 15px;}
.tk-capacity-specs .container{z-index: 2;}

.tk-owners .tk-capacity-box ul {background-color: transparent;padding: 0;}
.tk-owners .tk-capacity-box ul li {width: 25%;padding: 25px 15px;display: flex;flex-flow: column;align-items: center;height: 100%;justify-content: center;}
.tk-owners .tk-capacity-box ul li+li {border-left: 1px solid rgba(255,225,225,0.4);}
.tk-owners .tk-capacity-box ul li a {display: flex;flex-flow: column;align-items: center;}
.tk-owners .tk-capacity-box ul li h5 {color: #ffffff;max-width: max-content;font-weight: bold;}
.tk-owners .tk-capacity-box ul li .tk-capacity-img {width: 100px;height: 100px;margin-bottom: 30px;}
.tk-owners .tk-capacity-box ul li .tk-capacity-img img {max-width: 100px;}
.tk-product-details .woocommerce-tabs.wc-tabs-wrapper, .tk-product-details .product_meta,.tk-product-details .related.products {display: none;}
.tk-mb-70 {margin-bottom: 70px;}
.tk-related-product-slider .tk-product {box-shadow: none;border: 1px solid transparent;}
.tk-related-product-slider .tk-product:hover {border-color: rgba(0,0,0,0.15);}
.tk-ratting span {line-height: normal;margin-left: 12px;margin-top: 2px;}
.tk-product-code {display: inline-block;font-size: 14px;text-transform: uppercase;background-color: #FFDC32;padding: 3px 40px 2px 40px;margin-bottom: 25px;}
.tk-view-search-review .tk-ratting {margin: 0 0 12px;}
.tk-view-search-review {text-align: center;padding: 40px;background-color: #ffffff;box-shadow: 0 0 50px rgba(0,0,0,0.1);}
.tk-search-review {margin-top: 30px;position: relative;max-width: 1145px;margin-left: auto;margin-right: auto;}
.form-control.black-input {background-color: #000000;border: none;color: #ffffff;}
body .form-group .form-control.black-input::-webkit-input-placeholder {color: #ffffff !important;}
body .form-group .form-control.black-input::-moz-placeholder {color: #ffffff !important;}
body .form-group .form-control.black-input:-ms-input-placeholder {color: #ffffff !important;}
body .form-group .form-control.black-input:-moz-placeholder {color: #ffffff !important;}
.tk-search-review button {position: absolute;top: 0;right: 10px;bottom: 0;width: 55px;background-color: transparent;}
.woocommerce .tk-product-details div.product p.stock {font-size: 14px;padding: 0;}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .tk-product-details div.product .stock {color: #ffdc32;}

.tk-total-review {margin-top: 70px;}
/* === Firefox specific styles === */
input[type="range"],input[type="range"]::-moz-range-track,input[type="range"]::-moz-range-thumb {appearance: none;transition: all ease 100ms;height: var(--thumb-height);}
input[type="range"]::-moz-range-track,input[type="range"]::-moz-range-thumb,input[type="range"]::-moz-range-progress {background: #fff0;}
input[type="range"]::-moz-range-thumb {background: currentColor;border: 0;width: var(--thumb-width, var(--thumb-height));border-radius: var(--thumb-width, var(--thumb-height));cursor: grab;height: 0;}
input[type="range"]:active::-moz-range-thumb {cursor: grabbing;}
input[type="range"]::-moz-range-track {width: 100%;background: var(--track-color);}
input[type="range"]::-moz-range-progress {appearance: none;background: currentColor;transition-delay: 30ms;}
input[type="range"]::-moz-range-track,input[type="range"]::-moz-range-progress {height: 6px;}
input[type="range"]:disabled::-moz-range-thumb {cursor: not-allowed;}
/* === WebKit specific styles === */
input[type="range"],input[type="range"]::-webkit-slider-runnable-track,input[type="range"]::-webkit-slider-thumb {-webkit-appearance: none;transition: all ease 100ms;height: var(--thumb-height);pointer-events: none;}
input[type="range"]::-webkit-slider-runnable-track,input[type="range"]::-webkit-slider-thumb {position: relative;}
input[type="range"]::-webkit-slider-thumb {--thumb-radius: calc((var(--thumb-height) * 0.5) - 1px);--clip-top: calc((var(--thumb-height) - var(--track-height)) * 0.5 - 0.5px);--clip-bottom: calc(var(--thumb-height) - var(--clip-top));--clip-further: calc(100% + 1px);--box-fill: calc(-100vmax - var(--thumb-width, var(--thumb-height))) 0 0 100vmax currentColor;width: var(--thumb-width, var(--thumb-height));background: linear-gradient(currentColor 0 0) scroll no-repeat left center / 50% calc(var(--track-height) + 1px);/* background-color: currentColor; */box-shadow: var(--box-fill);/* border-radius: var(--thumb-width, var(--thumb-height)); */filter: brightness(100%);clip-path: polygon(100% -1px, var(--clip-edges) -1px, 0 var(--clip-top), -100vmax var(--clip-top), -100vmax var(--clip-bottom), 0 var(--clip-bottom), var(--clip-edges) 100%, var(--clip-further) var(--clip-further));}
input[type="range"]::-webkit-slider-runnable-track {background: linear-gradient(var(--track-color) 0 0) scroll no-repeat center / 100% calc(var(--track-height) + 1px);}
input[type="range"]:disabled::-webkit-slider-thumb {cursor: not-allowed;}
/* === range commons === */
input[type="range"] {position: relative;background: #fff0;overflow: hidden;}
input[type="range"]:active {cursor: grabbing;}
input[type="range"]:disabled {filter: grayscale(1);opacity: 0.3;cursor: not-allowed;}
/* === range theme and appearance === */
input[type="range"] {color: #FFDC32;--thumb-height: 1.125em;--track-height: 6px;--track-color: #000000;--brightness-hover: 180%;--brightness-down: 80%;--clip-edges: 0.125em;}
input[type="range"].win10-thumb {color: #2b2d42;--thumb-height: 1.375em;--thumb-width: 0.5em;--clip-edges: 0.0125em;}
.tk-rating-snapshot-box ul li {display: flex;align-items: center;}
.tk-rating-snapshot-box ul li input[type="range"] {width: 100%;overflow: hidden;}
.tk-total-review .col-lg-6:first-child {border-right: 1px solid rgba(0,0,0,0.2);}
.tk-rating-snapshot {display: flex;align-items: center;padding: 20px 50px 20px 0;}
.tk-rating-snapshot .tk-rating-snapshot-inner {max-width: 280px;}
.tk-rating-snapshot-box {width: calc(100% - 280px);padding-left: 50px;}
.tk-rating-snapshot-box ul li label {line-height: normal;font-size: 12px;font-weight: bold;font-family: 'DIN Pro';margin-top: 1px;}
.tk-rating-snapshot-box ul li img {margin: 0 12px 0 5px;}
.tk-rating-snapshot-box ul li span {line-height: normal;font-size: 12px;font-family: 'DIN Pro';font-weight: 500;margin-left: 10px;}
.tk-rating-snapshot-box ul li+li {margin-top: 6px;}

.tk-average-customer-ratings {display: flex;align-items: center;justify-content: space-between;padding-left: 50px;}
.tk-average-customer-ratings ul li .tk-ratting {margin: 0;justify-content: flex-start;}
.tk-average-customer-ratings .tk-ratting ul img, .tk-view-search-review .tk-ratting ul img {width: 20px;}
.tk-average-customer-ratings ul li .tk-ratting p {margin-right: 10px;margin-top: 4px;}
.tk-average-customer-ratings>ul>li+li {margin-top: 5px;}
.th-variation-swatches.woocommerce .tk-product-details div.product form.cart .variations tr {margin-bottom: 40px;}
.th-variation-swatches .tk-product-details .variable-items-wrapper[aria-label="size"] .variable-item.button-variable-item {padding: 0;border: none;background-color: transparent;margin-right: 30px;}
.th-variation-swatches .tk-product-details .variable-items-wrapper[aria-label="size"] .variable-item.button-variable-item .variable-item-span {font-size: 24px;font-weight: 900;color: #ffffff;padding: 0;}
.woocommerce .tk-product-details div.product form.cart .variations tbody tr th label,.woocommerce .tk-product-details div.product form.cart .variations tbody tr th span {font-size: 20px;text-transform: uppercase;font-weight: 900;line-height: normal;}
.th-variation-swatches .tk-product-details .variable-items-wrapper[aria-label="size"] .variable-item-contents {display: flex;position: relative;align-items: center;}
.th-variation-swatches .tk-product-details .variable-items-wrapper[aria-label="size"] .variable-item-contents::before {content: "";width: 22px;height: 22px;border: 1px solid #FFDC32;margin-right: 20px;transition: 0.3s;}
.th-variation-swatches .tk-product-details .variable-items-wrapper[aria-label="size"] .selected .variable-item-contents::before {background-color: #FFDC32;}
.th-variation-swatches .tk-product-details .variable-items-wrapper[aria-label="size"] .variable-item-contents::after {content: "";background-image: url(image/black-check.svg);position: absolute;top: 7px;width: 14px;height: 14px;left: 5px;transition: 0.3s;transform: scale(0);background-repeat: no-repeat;background-position: center center;background-size: contain;}
.th-variation-swatches .tk-product-details .variable-items-wrapper[aria-label="size"] .selected .variable-item-contents::after {transform: scale(1);}
.tk-product-details .wc-block-components-notice-banner>svg {height: 23px;width: 23px;}
body .tk-product-details .wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward {color: #000000 !important;margin-top: 3px;font-size: 15px;text-transform: uppercase;}

.openmart-site .owl-carousel.tk-round-arrow .owl-nav button.owl-prev, .openmart-site .owl-carousel.tk-round-arrow .owl-nav button.owl-next {width: 40px;height: 40px;border-radius: 40px;background-color: #000000 !important;}
.openmart-site .owl-carousel.tk-round-arrow .owl-nav button.owl-prev:hover, .openmart-site .owl-carousel.tk-round-arrow .owl-nav button.owl-next:hover {background-color: #FFDC32 !important;}
.openmart-site .owl-carousel.tk-round-arrow .owl-nav button.owl-next {right: -20px;}
.openmart-site .owl-carousel.tk-round-arrow .owl-nav button.owl-prev {left: -20px;}
.openmart-site .owl-carousel.tk-round-arrow .owl-nav button.owl-next span {background-image: url(image/right-arrow-yellow.png);}
.openmart-site .owl-carousel.tk-round-arrow .owl-nav button.owl-prev span {background-image: url(image/left-arrow-yellow.png);}
.openmart-site .owl-carousel.tk-round-arrow .owl-nav button.owl-next:hover span {background-image: url(image/right-arrow-black.png);}
.openmart-site .owl-carousel.tk-round-arrow .owl-nav button.owl-prev:hover span {background-image: url(image/left-arrow-black.png);}
.tk-customer-img-box img {height: 100%;object-fit: cover;}
.tk-review-filter {padding: 10px 30px;}
.tk-review-filter-box form .form-group label,.tk-review-filter-box form .form-group .form-control {white-space: nowrap;margin: 0;width: auto;font-size: 18px;font-weight: normal;text-transform: inherit;}
.tk-review-filter-box form .form-group .form-control {padding: 0 24px 0px 10px;border: none;width: auto;background-image: url(image/down-arrow-white.svg);background-size: 16px;background-position: right 0rem center;}
.tk-review-filter-box>a {margin-left: 30px;}
.tk-review-filter-box form .form-group .form-control option{color: #000000;}
.woo-variation-items-wrapper .button-variable-item span, .th-variation-swatches.thvs-style-squared .variable-items-wrapper .variable-item.button-variable-item .variable-item-span {color: #000000;}
.tk-review-filter ul.pagination li {margin-left: 15px;}
.tk-review-name, .tk-promotional-review {width: 220px;}
.tk-review-comments {width: calc(100% - 440px);padding: 0 30px;}
.tk-promotional-review {display: flex;justify-content: flex-end;}
.tk-review-name h5 {margin-bottom: 7px;}
.tk-review-name p {font-size: 14px;line-height: normal;}
.tk-review-name p+p {margin-top: 12px;}
.tk-review-comments .tk-ratting {margin: 0;}
.tk-review-comments h4 {margin: 10px 0 14px 0;}
.tk-review-comments label {font-weight: 600;font-size: 16px;}
.tk-review-comments>label {margin: 22px 0 28px;}
.tk-product-helpful li a {background-color: #EBEBEB;padding: 6px 20px;display: inline-block;text-transform: uppercase;font-weight: bold;margin-left: 15px;}
.tk-product-helpful li {display: flex;align-items: center;}
.tk-product-helpful li a:hover {background-color: #000000;color: #ffffff;}
.tk-review-comments-response {width: calc(100% - 250px);display: flex;flex-flow: column;margin-top: 50px;background-color: #EBEBEB;padding: 30px;}
.tk-review-inner-box>li {display: flex;flex-flow: column;align-items: flex-end;}
.tk-review-comments-response h5 {margin-bottom: 15px;}
.tk-review-inner-box>li+li {margin-top: 70px;}
.tk-review-inner-box {margin: 80px 0;}


/* Order Details Page CSS */
.btn.tk-btn-small {padding: 7px 10px;min-width: 120px;}
.tk-red-btn {background-color: #FF0F00 !important;color: #ffffff !important;}
.tk-order-details .tk-register-your-product-box .tk-register-title {padding: 10px 20px;min-height: 54px;}
.tk-order-details .tk-register-box {padding: 25px 20px;}

.entry-content .tk-order-detail-box>p,.entry-content .tk-order-estimated>p {font-size: 14px;line-height: normal;margin-bottom: 30px;}
.tk-product-order-img {width: 64px;}
.tk-product-order-name-price {width: calc(100% - 64px);padding-left: 16px;}
.tk-product-order-name-price p {margin-bottom: 0;line-height: normal;font-weight: bold;font-family: 'DIN Pro';}
.tk-product-order-name-price h5, .tk-order-estimated h5 {text-transform: uppercase;font-weight: bold;line-height: normal;margin-bottom: 5px;}
.tk-order-estimated h5 {margin-bottom: 10px;}
.entry-content .tk-payment-detail-box p {margin-bottom: 12px;font-size: 14px;}
.tk-payment-detail-box p+p {margin-top: 0;}
.tk-payment-detail-box h6>span {display: block;font-weight: normal;font-size: 12px;}
.entry-content .tk-delivery-detail-box address,.entry-content .tk-delivery-detail-box p {margin-bottom: 10px;font-size: 14px;line-height: normal;}
.tk-delivery-detail-box h6 {text-transform: uppercase;margin-bottom: 16px;}
.tk-delivery-detail-box p+p {margin-top: 0;}
.tk-delivery-detail-box p:last-child {margin-bottom: 0;}
.tk-personal-info.form-group label {text-transform: capitalize;font-family: 'Roboto', sans-serif;margin-bottom: 10px;}
.tk-personal-info h6 {font-size: 14px;text-transform: uppercase;font-family: 'Roboto', sans-serif;display: flex;align-items: center;line-height: normal;}
.tk-personal-info h6 img {margin-left: 10px;margin-top: -2px;}
.tk-my-profile .tk-register-box .col-lg-4+.col-lg-4+.col-lg-4+.col-lg-4 {margin-top: 30px;}
.tk-order-details .tk-contact-us .form-group label {font-size: 18px;}
.tk-edit-profile-info-btn {height: 40px;display: flex;align-items: center;justify-content: center;width: 40px;background-color: #FFDC32;border-radius: 40px;}
.tk-edit-profile-info-btn svg {margin-left: 2px;width: 22px;height: 22px;}
.tk-edit-profile-info-btn svg path {transition: 0.3s;}
.tk-edit-profile-info-btn:hover {background-color: #000000;}
.tk-edit-profile-info-btn:hover svg path {fill: #ffffff;}
.tk-order-details .tk-register-title h5 {font-weight: bold;}
.modal-body .form-group label {font-size: 18px;}
body .entry-content .tk-order-estimated>p {margin-bottom: 0;}
.entry-content p:last-child {margin-bottom: 0;}

/* Manage Addresses Page CSS */
.tk-manage-addresses ul li {display: flex;align-items: center;justify-content: space-between;padding: 30px;}
.tk-manage-addresses ul li .tk-address-icon-address-box {display: flex;align-items: center;width: calc(100% - 230px);padding-right: 30px;}
.tk-address-icon-address-box .tk-address-icon {width: 40px;display: flex;justify-content: center;align-items: center;}
.tk-address-icon-address-box .tk-address-box {width: calc(100% - 40px);padding-left: 20px;}
.tk-address-edit {width: 230px;display: flex;align-items: center;justify-content: flex-end;}
.tk-address-box h6 {text-transform: uppercase;margin-bottom: 5px;}
.tk-address-box p {font-size: 16px;line-height: 22px;}
body .tk-address-edit a {display: flex;align-items: center;color: #000000;font-size: 16px;}
.tk-address-edit a span {width: 35px;height: 35px;display: flex;justify-content: center;align-items: center;background-color: #FFDC32;border-radius: 35px;margin-right: 12px;}
.tk-address-edit a span svg {width: 17px;height: 17px;}
.tk-address-edit a:first-child span svg {margin-left: 2px;}
.tk-address-edit a span,.tk-address-edit a span svg path {transition: 0.3s;}
.tk-address-edit a:hover span {background-color: #000000;}
.tk-address-edit a:hover span svg path {fill: #ffffff;}
.tk-address-edit a+a {margin-left: 30px;}
.tk-manage-addresses .tk-register-box {padding: 0;}
.tk-manage-addresses ul li+li {border-top: 1px solid rgba(0,0,0,0.2);}
.tk-multibtn {margin-top: 20px;display: flex;align-items: center;}
.tk-multibtn .btn {min-width: 140px;}
.tk-multibtn .btn+.btn {margin-left: 30px;}

@media (min-width: 992px) {
  .tk-download-brochure-modal .modal-dialog.modal-lg {max-width: 600px;}
}
.tk-my-profile .woocommerce-address-fields__field-wrapper, .tk-my-profile .woocommerce-EditAccountForm {margin: 0;}
.tk-delete-account {margin-top: 30px;}

/* wishlist Page CSS */
.tk-wishlist .tk-product-image {min-height: 180px;}
.tk-wishlist .tk-product-btns {justify-content: center;}
.tk-wishlist .tk-product-btns .btn {width: 132px;font-size: 12px;padding: 12px 20px;}
.tk-delete-product {position: absolute;top: 12px;right: 10px;width: 30px;height: 30px;display: flex;align-items: center;justify-content: center;}
.tk-wishlist .tk-product {position: relative;padding: 50px 14px;}
.tk-delete-product img {width: 20px;}
.tk-wishlist .col-xl-4+.col-xl-4+.col-xl-4+.col-xl-4 {margin-top: 25px;}

/* Delete Account Page CSS */
.tk-delete-account-box {margin: 0;}
.tk-delete-account-box>p {margin-bottom: 0;}
.tk-delete-account-box form p {margin: 0;padding: 0;}
.tk-delete-account-box form p br {display: none;}
.tk-delete-account-box h2 {font-size: 28px;line-height: normal;margin-bottom: 30px;text-transform: uppercase;}
.tk-delete-account-box form p>input[type="submit"] {margin-top: 30px;}
.tk-delete-account-box form p>input[type="submit"]:hover {background-color: #000000 !important;color: #ffffff !important;}
.tk-delete-account-box form label {margin-top: 15px;}
.tk-delete-account-box form {max-width: 500px;}

/* Suite N the Deal Page CSS */
.tk-pt-75 {padding: 75px 0;}
/* .tk-build-own-suite .tk-product {padding: 40px 20px;} */
/* .tk-build-own-suite .tk-product-image {min-height: 355px;margin-bottom: 50px;} */
/* .tk-build-own-suite .tk-product-image img {max-height: inherit;mix-blend-mode: inherit;} */
/* .tk-build-own-suite .tk-product-title a {font-size: 30px;font-weight: 900;} */

/* .tk-wishlist .tk-suite-deal-slider .tk-product, .tk-choose-suite-deal-product {padding: 50px 20px 40px 20px;background-color: #F6F6F6;border: 1px solid rgba(0,0,0,0.2);box-shadow: none;width: 100%;} */
/* .tk-wishlist .tk-suite-deal-slider .tk-product-image {min-height: 150px;}
.tk-wishlist .tk-suite-deal-slider .tk-product-image img {max-height: 150px;} */
/* .tk-wishlist .tk-suite-deal-slider .tk-delete-product {width: 20px;height: 20px;} */
/* .owl-carousel.tk-suite-deal-slider {padding: 0 50px;} */
/* .openmart-site .owl-carousel.tk-suite-deal-slider .owl-nav button.owl-prev {left: -5px;}
.openmart-site .owl-carousel.tk-suite-deal-slider .owl-nav button.owl-next {right: -5px;} */

/* .tk-choose-suite-deal-product .btn {width: 100%;min-width: 100%;font-size: 13px;} */
/* .tk-choose-suite-deal-product {height: 100%;display: flex;flex-flow: column;justify-content: center;} */
/* .owl-carousel.tk-suite-deal-slider .owl-item .item {height: 100%;display: flex;justify-content: center;} */
/* .owl-carousel.tk-suite-deal-slider .owl-stage-outer .owl-stage {display: flex;} */

/* .tk-suite-deal-slider .owl-item::before {content: "";position: absolute;right: -25px;width: 20px;height: 20px;top: 0;bottom: 0;margin: auto;background-repeat: no-repeat;background-position: center center;background-size: contain;background-image: url(image/plus-icon.svg);} */
/* .tk-suite-deal-order-item {text-align: center;opacity: 0.5;transition: 0.3s;} */
/* .tk-suite-deal-order-item p {font-weight: 500;line-height: normal;margin-top: 5px;} */
/* .active .tk-suite-deal-order-item {opacity: 1;} */
/* .tk-suite-deal-order-item-list li {padding: 0 10px;position: relative;} */
/* .tk-suite-deal-order-item-list {margin: 0 -10px;} */
/* .tk-suite-deal-order-item-list li+li::before {content: "+";position: absolute;left: -6px;font-size: 18px;font-weight: bold;line-height: normal;} */
/* .tk-register-your-product-box.tk-suite-deal-order-summary .tk-register-title {min-height: auto;} */
/* .tk-suite-deal-order-summary .tk-register-box {padding: 20px;} */
/* .tk-suite-deal-discount>h6 {padding-top: 25px;border-top: 1px solid rgba(0,0,0,0.2);margin-top: 14px;padding-bottom: 25px;} */
/* .tk-suite-deal-discount-product-list li {border-top: 1px solid rgba(0,0,0,0.2);padding: 20px 0;}
.tk-suite-deal-discount-product-list li .tk-suite-deal-product-img {width: 65px;}
.tk-suite-deal-discount-product-list li .tk-suite-deal-product-title {width: calc(100% - 65px);padding-left: 16px;}
.tk-suite-deal-discount-product-list li .tk-suite-deal-product-title a {font-weight: bold;text-transform: uppercase;font-family: 'DIN Pro';line-height: normal;} */
/* .tk-suite-deal-discount-product {padding-right: 20px;} */
/* .tk-suite-deal-discount-total li {padding: 16px 0;border-top: 1px solid rgba(0,0,0,0.2);} */
/* .tk-suite-deal-discount .btn {margin-top: 10px;} */

.tk-suite-block .tk-left-img img {width: auto;height: auto;display: block;margin: auto;}
.tk-left-img-right-content.tk-careers-blocks .tk-right-content .btn, .tk-right-img-left-content.tk-careers-blocks .tk-left-content .btn {margin-top: 50px;min-width: 130px;font-size: 12px;padding: 10px 10px;}
.tk-suite-block.tk-careers-blocks h3 {text-transform: inherit;font-weight: 900;margin-bottom: 35px}
.owl-carousel.tk-suite-gallery {padding: 0 30px;margin-top: 50px;}
.openmart-site .owl-carousel.tk-suite-gallery .owl-nav button.owl-prev {left: -8px;}
.openmart-site .owl-carousel.tk-suite-gallery .owl-nav button.owl-next {right: -7px;}
.tk-suite-gallery .items {padding: 20px 20px;background-color: #F6F6F6;border: 1px solid rgba(0, 0, 0, 0.2);transition: 0.2s;height: 100%;display: flex;align-items: center;justify-content: center;}
.tk-suite-gallery .owl-stage {display: flex;}
.tk-suite-gallery .owl-item {padding-left: 3px;padding-right: 3px;}
.owl-carousel.tk-suite-gallery .items img {width: auto;height: 90px;object-fit: contain;}
.tk-suite-title-sku {margin: 30px 0 20px 0;}
.tk-suite-title-sku li+li {margin-top: 15px;}
.tk-suite-title-sku span {margin-top: 6px;display: block;color: #000000;font-size: 14px;opacity: 0.5;font-weight: bold;}
.tk-suite-title-sku h4 {text-transform: uppercase;}
.tk-suit-price del {margin-left: 0;}
.tk-suit-price ins {margin-left: 12px;}
.bg-black .tk-suite-title-sku span,.bg-black .tk-product-price,.tk-bg-black .tk-suite-title-sku span {color: #ffffff;}




/* Careers Page CSS */
.tk-careers-title {text-align: center;}
.tk-careers-title h2 {margin-top: 30px;font-weight: bold;}
#job-search-res .category-name {font-weight: bold;text-transform: uppercase;}
.tk-careers-box #jobSearchForm {margin-bottom: 60px;}
#jobSearchForm .form-group label {font-size: 18px;}
.tk-careers-vacancies-list {margin: 20px 0 60px;}
.tk-careers-vacancies-list:last-child {margin-bottom: 0;}
.tk-careers-vacancies-list>li {box-shadow: 0 0 50px rgba(0,0,0,0.1);border: 1px solid rgba(0,0,0,0.2);background-color: #ffffff;padding: 40px 30px;}
.tk-careers-vacancies-list>li+li {margin-top: 20px;}
.tk-font-20 {font-size: 20px;line-height: 28px;}
.tk-careers-location {font-size: 15px;margin-top: 6px;display: block;}
.tk-careers-position-location h5 {text-transform: uppercase;}
.tk-careers-info ul li .tk-careers-date+.tk-careers-date {margin-left: 50px;}
.tk-careers-info ul li {width: 50%;justify-content: space-between;}
.tk-careers-info ul li:first-child {justify-content: flex-start;}
.tk-careers-info ul li +li {padding-left: 20px;}
.tk-careers-info ul li .btn {margin-left: 20px;min-width: 150px;}
.tk-careers-info label,.tk-careers-info span {font-size: 15px;color: #4E4E4E;}
.tk-careers-info label {font-weight: bold;}
.tk-careers-video {min-height: 600px;display: flex;align-items: center;}
.tk-careers-video h2 {font-weight: 500;text-transform: uppercase;margin-bottom: 18px;}
.tk-careers-video .btn {margin-top: 50px;}
.tk-careers-video .tk-bg-img {opacity: 0.5;}
.tk-left-img-right-content.tk-careers-blocks {margin: 0;}
.tk-careers-blocks+.tk-careers-blocks {padding-top: 0;}
.tk-left-img-right-content.tk-careers-blocks .tk-left-img,.tk-right-img-left-content.tk-careers-blocks .tk-left-img.tk-right-img {margin: 0;padding: 0;height: auto;}
.tk-careers-blocks .tk-left-img::before,.tk-careers-blocks .tk-right-img.tk-left-img::before {display: none;}
.tk-right-img-left-content.tk-careers-blocks .tk-left-img.tk-right-img {padding: 0;}
.tk-left-img-right-content.tk-careers-blocks .tk-right-content p, .tk-right-img-left-content.tk-careers-blocks .tk-left-content p {text-align: left;}
.tk-careers-blocks h3 {margin-bottom: 25px;font-weight: bold;text-transform: uppercase;}
.tk-location-search-box .form-group [type="date"].form-control {color-scheme: dark;}

/* Careers Details Page CSS */
.tk-career-form-title h2 {text-transform: uppercase;margin-bottom: 17px;font-weight: bold;}
.tk-career-form-title {margin-bottom: 20px;}
.tk-careers-details-inner .page-head {flex-flow: column;align-items: flex-start;margin-bottom: 0;}
.tk-careers-details-inner .page-head h1 {font-weight: bold;margin-bottom: 22px;}
.tk-careers-details-inner .page-head p+p {margin-top: 0;}
.tk-careers-details-inner .thunk-post-excerpt h5 {margin-bottom: 18px;text-transform: uppercase;font-weight: bold;}
.tk-careers-details-inner .thunk-post-excerpt p+h5 {margin-top: 35px;}
.tk-careers-details-inner .thunk-post-excerpt ul {margin: 20px 0 40px;}

.tk-sell-thor {margin-bottom: 50px;}
.tk-affiliate-registration .btn {margin-top: 15px;}

.tk-product-list-information .col-xl-3+.col-xl-3+.col-xl-3+.col-xl-3+.col-xl-3 {margin-top: 25px;}
.woocommerce div.product div.images img {width: auto;margin: auto;}
.tk-profile-pic-img>img {width: 150px;height: 150px;border-radius: 150px;object-fit: cover;}
.woocommerce div.product div.images .flex-control-thumbs li img {transition: 0.3s;}


/* Thank You Page CSS */
.tk-thank-you .card {text-align: center;box-shadow: 0 0 50px rgba(0,0,0,0.1);border: 1px solid rgba(0,0,0,0.2);border-radius: 0;padding: 50px;}
/* .tk-thank-you .card p+p {margin-top: 5px;} */
.tk-thank-you .card h2 {margin-bottom: 32px;}
/* .tk-thank-you .card p {max-width: 550px;margin: auto;} */

.woocommerce-address-fields>p>button.button {margin-top: 40px;}
body .wc-block-components-notice-banner>.wc-block-components-notice-banner__content ol, body .wc-block-components-notice-banner>.wc-block-components-notice-banner__content ul {margin: 0;}
body .wc-block-components-notice-banner>.wc-block-components-notice-banner__content {margin-top: -2px;}
.woocommerce .gm-style img {max-width: none;}
.tk-Verify-number {display: flex;background-color: #FFDC32;padding: 7px 8px 5px 8px;font-weight: bold;font-size: 12px;margin-left: 5px;}
.tk-Verify-number:hover {background-color: #000000;color: #ffffff;}
.tk-register-box .wc-block-components-notice-banner {margin: 0 0 20px;}
/* body.woocommerce-cart table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link {min-width: 150px;font-size: 0;} */
/* body.woocommerce-cart table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link::after {content: "Remove";font-size: 15px;} */
/* .woocommerce-cart table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image img {max-height: 177px;object-fit: contain;} */
html body .form-select, .woocommerce form .form-row .woocommerce-input-wrapper select, #shop-product-wrap select, body .form-select:valid {background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e") !important;background-repeat: no-repeat;-webkit-appearance: none;-moz-appearance: none;appearance: none;}


.tk-affiliate-login .lost_password {margin-top: 40px;margin-bottom: 0;}
.btn.mh-70 {min-height: 70px;font-size: 24px;}
.woocommerce form .form-row .required, .required {color: red;font-weight: 700;border: 0!important;text-decoration: none;}
/* .tk-related-product-slider .tk-product-btns {justify-content: space-between;} */

.tk-dealer-more-info .tk-dealer-product-list {margin-top: 30px;}
.tk-dealer-more-info .tk-dealer-product-list li h6 {font-weight: bold;width: 100%;}
.tk-dealer-more-info .tk-dealer-product-list li h6 a {display: block;}
.tk-dealer-more-info .tk-dealer-product-list li span {color: #a3a3a3;}
.woocommerce-lost-password.woocommerce-page form .form-row-last {width: 100%;}
body .modal-dialog.modal-md {max-width: 600px;}
#verificationModal .tk-register-your-product-box {box-shadow: none;border: none;margin-top: 0;}
.tk-payment-detail-box h6>span bdi {font-size: 16px;font-weight: bold;}
.tk-dealer-more-info .tk-dealer-product-list li h6,.tk-product-order-name-price h5 a {overflow: hidden;display: -webkit-box;text-overflow: ellipsis;-webkit-box-orient: vertical;-webkit-line-clamp: 1;text-transform: uppercase;}
.th-variation-swatches .variable-items-wrapper[aria-label="FULE TYPE"] .variable-item.selected {background-color: #FFDC32;border-color: #FFDC32;}
.th-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item) {border-radius: 0;}
body .tk-product-details .single_add_to_cart_button.button.alt {width: auto;display: flex;flex-flow: row-reverse;justify-content: center;align-items: center;font-size: 15px;min-height: auto;}
body .tk-product-details .single_add_to_cart_button.button.alt::after {content: "";float: left;width: 28px;display: block;height: 23px;background-repeat: no-repeat;background-size: contain;background-position: center center;background-image: url(image/cart.svg);margin-right: 12px;}
.woocommerce .thunk-single-product-summary-wrap .woocommerce-product-rating .star-rating span {color: #FFDC32;}

.thunk-woo-product-list>section.up-sells.upsells.products, body .thunk-woo-product-list>.yith-wcwl-add-to-wishlist, .thunk-woo-product-list>.tk-product-shipping-info, body .thunk-woo-product-list>.woocommerce-variation.single_variation {display: none;}
.tk-product-details .upsells.products h2 {color: #ffffff;font-size: 20px;line-height: normal;margin-bottom: 30px;}
.tk-product-details .yith-wcwl-add-button {display: flex;width: 100%;}
.tk-product-details .yith-wcwl-add-button .add_to_wishlist,.tk-product-details .yith-wcwl-add-button .delete_item {width: auto !important;height: auto;line-height: normal;font-size: 15px;border-radius: 0;color: #000000 !important;background-color: #FFDC32 !important;display: flex;align-items: center;justify-content: center;}
.tk-product-details .yith-wcwl-add-button .add_to_wishlist span {color: inherit;}
.tk-product-details .yith-wcwl-add-button .blockUI.blockOverlay {background-color: rgba(255,255,255,0.9) !important;}
.tk-product-details .yith-wcwl-add-button .add_to_wishlist::before,.tk-product-details .yith-wcwl-add-button .delete_item::before {content: "";background-color: #ffffff;z-index: -1;}
.tk-product-details .yith-wcwl-add-button .add_to_wishlist:hover, .tk-product-details .yith-wcwl-add-button .delete_item:hover {color: #000000 !important;}
.tk-product-details .yith-wcwl-add-button .add_to_wishlist i {display: inline-block;color: #000000;z-index: 5;position: relative;font-family: th-icon;font-size: 16px;}
.tk-product-details .yith-wcwl-add-button .add_to_wishlist i::before {content: "\e912";font-family: "th-icon";}
.tk-product-details .yith-wcwl-add-to-wishlist {width: 100%;display: flex;margin: 40px 0 50px 0;float: none;}
.tk-product-details .upsells.products .products {display: flex;flex-flow: column;margin-bottom: 40px;}
.tk-product-details .upsells.products .products li.product {width: 100%;margin-right: 0;margin-bottom: 20px;}
.tk-product-details .upsells.products .products li.product .thunk-product {border: none;display: flex;align-items: center;padding: 18px 24px;border-radius: 0;box-shadow: none;justify-content: space-between;}
.tk-product-details .upsells.products .products li.product .thunk-product .thunk-product-image {width: 80px;margin: 0;}
.tk-product-details .upsells.products .products li.product .thunk-product .thunk-product-image .thunk-quik {display: none;}
.tk-product-details .upsells.products .products li.product .thunk-product .thunk-product-image img {width: auto;height: auto;margin-bottom: 0;-webkit-transform: scale(1);-ms-transform: scale(1);transform: scale(1);}
.tk-product-details .upsells.products .products li.product .thunk-product .thunk-product-content {width: calc(100% - 230px);display: flex;padding: 0 15px 0 20px;}
.tk-product-details .upsells.products .products li.product .thunk-product .thunk-product-content span {color: inherit;text-align: left;font-size: 18px;font-family: 'DIN Pro';font-weight: 900;}
.tk-product-details .upsells.products .products li.product .thunk-product .thunk-product-content span.price {display: flex;flex-flow: column;margin-bottom: 0 !important;padding-left: 30px;}
.tk-product-details .upsells.products .products li.product .thunk-product .thunk-product-content .woocommerce-loop-product__link {display: flex;align-items: center;width: 100%;justify-content: space-between;color: #000000;}
.tk-product-details .upsells.products .products li.product .thunk-product .thunk-product-content .woocommerce-loop-product__link h2 {font-size: 18px;font-weight: bold;text-align: left;text-transform: uppercase;line-height: normal;display: flex;overflow: hidden;display: -webkit-box;text-overflow: ellipsis;-webkit-box-orient: vertical;-webkit-line-clamp: 3;}
.tk-product-details .upsells.products .products li.product .thunk-product .thunk-product-content span.price del {margin-right: 0;}
.tk-product-details .upsells.products .products li.product .thunk-product .thunk-product-image .onsale {display: none;}
.tk-product-details .upsells.products .thunk-product-wrap .yith-wcwl-add-to-wishlist {display: none;}
.tk-product-details .upsells.products .products li.product:last-child {margin-bottom: 0;}
.tk-product-details .upsells.products .products li.product .thunk-product .thunk-product-hover {position: relative;opacity: 1;visibility: visible;box-shadow: none;-webkit-transform: translate(0, 0);-ms-transform: translate(0, 0);-o-transform: translate(0, 0);transform: translate(0, 0);top: 0;width: 150px;justify-content: flex-end;padding: 0;}
.tk-product-details .upsells.products .products li.product .thunk-product .thunk-product-hover::before {display: none;}
.tk-product-details .upsells.products .products li.product .thunk-product .thunk-product-hover .os-product-excerpt {display: none;}
body.woocommerce .tk-product-details ul.products .thunk-product-hover>.button {font-weight: bold !important;margin: 0;flex-grow: 0;min-width: 100%;padding: 10px 15px;font-size: 13px;}
.tk-product-details .upsells.products .products li.product .thunk-product .thunk-product-hover .thunk-wishlist {margin-right: 32px;}
.tk-product-details .upsells.products .products li.product .thunk-product>.woocommerce-loop-product__link {display: none;}
.tk-product-details .upsells.products .products li.product .thunk-product .thunk-product-content span.price ins {color: #000000;}
.woocommerce .tk-product-details div.product .flex-viewport {width: 100%;margin-bottom: 100px;background-image: url(image/product-bg.png);background-size: contain;background-position: center center;background-repeat: no-repeat;}
body.woocommerce .tk-product-details div.product .flex-control-thumbs {width: auto;display: flex;flex-flow: wrap;margin: 0 -18px;padding-right: 100px;}
body.woocommerce .tk-product-details div.product .flex-control-thumbs li {margin: 0;width: 33.3%;padding: 0 18px;overflow: hidden;}
body.woocommerce .tk-product-details div.product .flex-control-thumbs li img {width: 100%;opacity: 1;height: 161px;object-fit: contain;object-position: center;}
body.woocommerce .tk-product-details div.product .flex-control-thumbs li+li+li+li {margin-top: 36px;}
.tk-product-details .onsale {display: none;}
.woocommerce .tk-product-details  ul.products li.product .woocommerce-placeholder {border: 1px solid rgba(0, 0, 0, 0.15);}
.tk-capacity-specs-slider .owl-stage-outer {display: flex;}
.top_product_title_sku {font-size: 18px;font-family: 'DIN Pro';font-weight: 500;color: #FFDC32 !important;margin-bottom: 10px;}
.woocommerce-product-rating .text-white {display: flex;align-items: center;}
body.woocommerce div.product .woocommerce-product-rating .text-white a {margin-left: 40px;font-size: 16px;font-family: 'DIN Pro';font-weight: bold;text-decoration: underline !important;text-transform: capitalize;display: flex;align-items: center;line-height: normal;}
body.woocommerce div.product .woocommerce-product-rating .text-white a:hover,.tk-download-specs a:hover,.tk-product-shipping-info-list li a:hover {color: #FFDC32;}
body.woocommerce div.product .woocommerce-product-rating .text-white a::before {content: "";width: 16px;height: 16px;display: inline-block;background-repeat: no-repeat;background-size: contain;background-position: center center;background-image: url(image/edit-pen.png);margin-right: 12px;}
body.woocommerce div.product .woocommerce-product-rating .text-white a img.emoji {display: none !important;}
.woocommerce-product-rating .text-white>div {font-size: 18px;line-height: normal;}
.woocommerce .tk-product-details div.product form.cart, .tk-product-details .entry-summary>.woocommerce-variation.single_variation.tk-no-variation,body.woocommerce .tk-product-details .single_variation_wrap .woocommerce-variation-add-to-cart {margin: 50px 0 0;}
.tk-product-shipping-info {margin-top: 30px;}
.tk-product-details .entry-summary>.up-sells {margin-top: 50px;}
.tk-download-specs {margin-bottom: 40px;}
.tk-download-specs a, .tk-product-shipping-info .tk-download-specs li span {font-size: 16px;margin-left: 10px;color: #ffffff;font-weight: bold;line-height: normal;transition: 0.2s;}
body .tk-product-details [data-bv-show="rating_summary"] .bv_main_container .bv_button_buttonMinimalist:hover, .tk-product-shipping-info .tk-download-specs li span:hover {color: #ffdc32 !important;}
.tk-download-specs a {text-decoration: underline !important;}
.tk-product-shipping-info-list li {display: flex;align-items: center;font-size: 16px;line-height: normal;}
.tk-product-shipping-info-list li label {font-size: 20px;width: 100px;font-weight: bold;margin-right: 20px;}
.tk-product-shipping-info-list li a {font-weight: 600;color: #ffffff;text-decoration: underline !important;margin-left: 5px;}
.tk-product-shipping-info-list li+li {margin-top: 30px;}
.tk-download-specs li label {font-weight: bold;color: #FFDC32;}
.tk-download-specs li {display: flex;align-items: center;}
.tk-download-specs li+li {margin-top: 16px;}
.tk-download-specs li.top_product_title_sku {text-transform: uppercase;font-size: 28px;}
.th-variation-swatches.thvs-style-squared .tk-product-details  .variable-items-wrapper .variable-item.button-variable-item .variable-item-span {font-size: 16px;font-weight: 900;text-transform: uppercase;}
.tk-product-shipping-info {margin-top: 30px;}
.tk-product-shipping-info>h2 {margin-bottom: 18px;line-height: normal;}
body .tk-product-details [data-bv-show="rating_summary"] .bv_main_container .bv_button_buttonMinimalist:hover,.tk-product-shipping-info .tk-download-specs li span:hover {color: #ffdc32 !important;}



.tk-rememberme-loastpass .lost_password {margin-bottom: 0;padding: 0;width: auto;}
.tk-rememberme-loastpass {display: flex;justify-content: space-between;}
.tk-rememberme-loastpass::before,.tk-rememberme-loastpass::after {display: none !important;}
.wpcf7-spinner {margin: 0px 24px -8px 24px;}
.modal-body .form-group .wpcf7-list-item,.modal-body .form-group .wpcf7-list-item label {margin: 0;}
.modal .tk-register-your-product-box {border: none;box-shadow: none;}
.modal .wpcf7 form .wpcf7-response-output {max-width: 970px;margin: auto auto 30px;}
.wpcf7-list-item-label {display: flex;}
.tk-review-inner-reviews {width: 100%;}
.wpcf7 form.sent .wpcf7-response-output {border-color: #ffdc32;background-color: #ffdc32;color: #000000;}
.tk-product-name-price h2, .tk-product-name-price h3,.tk-product-name-price span {color: #000000;}
.tk-product-name-price h2 {overflow: hidden;display: -webkit-box;text-overflow: ellipsis;-webkit-box-orient: vertical;-webkit-line-clamp: 2;}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger {background: #ffdc32;top: 12px;right: 26px;display: flex;align-items: center;justify-content: center;width: 45px;height: 45px;background-image: url(image/search.png);background-size: 19px;background-position: center center;background-repeat: no-repeat;}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger::before,.woocommerce div.product div.images .woocommerce-product-gallery__trigger::after {display: none;}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger img {width: 0 !important;}

.woocommerce-checkout .woocommerce-order-details .woocommerce-order-details__title {border-bottom: 1px solid rgba(0,0,0,0.2);text-transform: uppercase;}
.woocommerce.woocommerce-checkout .woocommerce-order-details table.shop_table td, .woocommerce.woocommerce-checkout .woocommerce-order-details table.shop_table th, .woocommerce-checkout .woocommerce-order-details .woocommerce-order-details__title {padding: 15px 22px;}
.woocommerce-checkout .woocommerce-order {display: flex;flex-flow: wrap;align-items: flex-start;}
.woocommerce-checkout .woocommerce-order .woocommerce-order-overview {width: 100%;}
.woocommerce-checkout .woocommerce-order-details {box-shadow: 0 0 50px rgba(0,0,0,0.1);border: 1px solid rgba(0,0,0,0.2);width: 60%;}
.woocommerce-checkout .woocommerce-order .woocommerce-customer-details {width: 40%;padding-left: 30px;}
.woocommerce-checkout .woocommerce-order .woocommerce-customer-details .addresses {flex-flow: column;}
.woocommerce-checkout .woocommerce-order .woocommerce-customer-details .addresses .woocommerce-column {width: 100%;}
.woocommerce-checkout .woocommerce-order .woocommerce-customer-details .addresses .woocommerce-column+.woocommerce-column {margin-top: 30px;}

.datepicker table tr td.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active:hover {background-color: #ffdc32;background-image: -moz-linear-gradient(to bottom,#ffdc32,#ffdc32);background-image: -ms-linear-gradient(to bottom,#ffdc32,#ffdc32);background-image: -webkit-gradient(linear,0 0,0 100%,from(#ffdc32),to(#ffdc32));background-image: -webkit-linear-gradient(to bottom,#ffdc32,#ffdc32);background-image: -o-linear-gradient(to bottom,#ffdc32,#ffdc32);background-image: linear-gradient(to bottom,#ffdc32,#ffdc32);color: #000;}
.datepicker table {border: none;}
.sidebar-content-area {display: none;}
.woocommerce .tk-product-details div.product div.images img {height: 500px;object-fit: contain;}

/* Search Page CSS */
.search .page-head {margin-bottom: 50px;}
body.woocommerce.search ul.products {margin: 0;}
body.woocommerce.search ul.products li.product {width: 25%;margin: 0;padding: 0 12px;}
body.woocommerce.search ul.products li.product .thunk-product-wrap .thunk-product {border: none;background-color: transparent;border-radius: 0;box-shadow: none;}
body.woocommerce.search ul.products li.product .thunk-product-wrap .thunk-product-image .thunk-quik {display: none;}
body.woocommerce.search ul.products li.product .thunk-product-wrap .thunk-product .thunk-product-content .price {font-size: 15px;margin: 10px 0 0 0 !important;font-weight: bold;}
body.woocommerce.search ul.products li.product .thunk-product-wrap .thunk-product .thunk-product-content .price ins, body.woocommerce.search ul.products li.product .thunk-product-wrap .thunk-product .thunk-product-content .price {color: #000000;font-weight: bold;}
body.woocommerce.search ul.products li.product .thunk-product-wrap .thunk-product-image {margin: 0;}
body.woocommerce.search ul.products li.product .thunk-product-wrap>.yith-wcwl-add-to-wishlist {display: none;}
body.woocommerce.search ul.products li.product .thunk-product-wrap .thunk-product-content {padding: 0;}
body.woocommerce.search ul.products li.product .thunk-product-wrap .thunk-product-hover {box-shadow: none;position: relative;border: none;top: 0;opacity: 1;visibility: visible;background-color: transparent;border-radius: 0;padding: 0;-webkit-transform: translate(0);-ms-transform: translate(0);-o-transform: translate(0);transform: translate(0);flex-flow: row;}
body.woocommerce.search ul.products li.product .thunk-product-wrap .thunk-product-hover .thunk-wishlist {width: auto;height: auto;}
body.woocommerce.search ul.products li.product .thunk-product-wrap .thunk-product-hover a {display: flex;align-items: center;margin: 0;font-weight: bold !important;width: auto;flex-grow: 0;order: inherit;}
body.woocommerce.search ul.products li.product .thunk-product-wrap .thunk-product-hover .os-product-excerpt {margin: 0;display: none;}
.search-results nav.woocommerce-pagination {padding-bottom: 0;}

body .thunk-list-grid-switcher a.selected,body .thunk-list-grid-switcher a:hover {background-color: #ffdc32;color: #000000;border-color: #ffdc32;}
.thunk-list-grid-switcher a {width: 45px;height: 45px;color: #000000;background: transparent;border: 1px solid rgba(0,0,0,0.2);font-size: 22px;display: flex;justify-content: center;align-items: center;}
#shop-product-wrap select {padding-top: 13px;padding-bottom: 13px;}
body.woocommerce.search ul.products li.product .thunk-product-wrap .thunk-product-image .woocommerce-loop-product__link .onsale {display: none;}
body.woocommerce.search ul.products li.product+li.product+li.product+li.product+li.product {margin-top: 24px;}

/* Search List View CSS */
.woocommerce-page .thunk-list-view ul.products li.product {margin: 0 !important;width: 50% !important;}
.woocommerce-page .thunk-list-view ul.products li.product .thunk-product-image {width: 220px !important;}
.woocommerce-page .thunk-list-view ul.products li.product .thunk-product-content,.woocommerce-page .thunk-list-view ul.products li.product .thunk-product-hover {width: calc(100% - 220px) !important;padding-left: 40px !important;}
.woocommerce-page .thunk-list-view ul.products li.product .thunk-product-hover {justify-content: flex-start !important;margin-bottom: 0 !important;}
.woocommerce-page .thunk-list-view ul.products li.product .thunk-product-image .woocommerce-loop-product__link {margin-bottom: 0 !important;}
.woocommerce-page .thunk-list-view ul.products li.product+li.product+li.product {margin-top: 24px !important;}
.wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output {border-color: #dc3232;background-color: #dc3232;color: #ffffff;}

body .tk-product-details .single_variation .woocommerce-variation-price .price {font-size: 30px;font-family: 'DIN Pro';font-weight: 900;}
body .tk-product-details .single_variation .woocommerce-variation-price .price del {text-decoration: line-through #ffffff;}




.tk-discount-percentage {position: absolute;top: -16px;left: 3px;background-color: #FFDC32;padding: 4px 11px;z-index: 1;}
.tk-product-inner-info {position: relative;}
body.th-variation-swatches .variable-items-wrapper .variable-item.selected {border: 1px solid #ffdc32;background-color: #ffdc32;}
body.th-variation-swatches .variable-items-wrapper[aria-label="FULE TYPE"] .variable-item::before, body.th-variation-swatches .variable-items-wrapper[aria-label="FULE TYPE"] .variable-item::after {display: none;}
.tk-product-note {display: inline-block;background-color: #ffdc32;padding: 2px 11px;margin-bottom: 14px;}
body.th-variation-swatches .tk-product-details .variable-items-wrapper[aria-label="size"] .variable-item.button-variable-item::before,body.th-variation-swatches .tk-product-details .variable-items-wrapper[aria-label="size"] .variable-item.button-variable-item::after{display: none;}
.tk-content {margin-bottom: 40px;}
.tk-content h3 {font-size: 28px;line-height: normal;margin-bottom: 20px;margin-top: 40px;}
.woocommerce-orders-table__cell-order-actions form {display: flex;justify-content: flex-end;align-items: center;}
.woocommerce-orders-table__cell-order-actions form input[type="image"] {margin-left: 15px;outline: none;}
.woocommerce.page-template-register form .form-row .input-checkbox {display: block;position: absolute;left: 0;top: 0;bottom: 0;opacity: 0;}
.page-template-local-dealer section#store-locator {padding-top: 0 !important;}
body .tk-product-details [data-thvstooltip]:before,body .tk-product-details [data-thvstooltip]:after {display: none;}
header .menu-category-list ul[data-menu-style="vertical"] li ul li a:hover {color: #FFDC32;}
.woocommerce-cart .wc-block-grid.wp-block-product-new.wc-block-product-new.has-4-columns,.woocommerce-cart h2.wp-block-heading,.woocommerce-cart hr.wp-block-separator {display: none;}
.woocommerce-cart .wp-block-woocommerce-empty-cart-block h2.wp-block-heading:first-child {display: block;}
.woocommerce-cart .page-head {display: none;}
.wc-block-cart__empty-cart__title.with-empty-cart-icon:before {margin: 0 auto 0.6em;}
body .wc-block-components-notice-banner.is-success, .woocommerce-message {display: flex;align-items: center;background-color: #ffdc32;border: none;color: #000000;fill: #000000;line-height: normal;margin-bottom: 25px;justify-content: flex-start;text-align: left;}
.wc-block-components-notice-banner {font-size: 14px;}
body .wc-block-components-notice-banner.is-success svg {width: 30px;height: 30px;margin-right: 5px;background-color: #000000;}
.tk-product .top_product_title_sku {margin-top: 10px;display: block;color: #000000 !important;font-size: 14px;opacity: 0.8;font-weight: bold;text-transform: uppercase;}
.woocommerce-error, .woocommerce-info, .woocommerce-message {border-top: none;margin-bottom: 25px;}
.woocommerce-error {background-color: #ff0000;color: #ffffff;}
.tk-login .woocommerce-notices-wrapper {max-width: 645px;}
.woocommerce-error li+li, .woocommerce-info li+li, .woocommerce-message li+li {margin-top: 10px;}

body .tk-filter .tk-filter-inner {background-color: #FFDC32;position: relative;}
.tk-filter-inner::before {content: "";top: 0;position: absolute;left: 15px;bottom: 0;background-image: url(image/filter-icon.svg);width: 16px;height: 16px;margin: auto;background-size: contain;background-repeat: no-repeat;}
body .tk-filter .form-select, .styledSelect {min-width: 210px;border: none;font-size: 15px;text-transform: uppercase;background-color: transparent;font-weight: bold;background-size: 16px 16px;box-shadow: none;border-radius: 0;padding: 17px 40px 17px 44px;}
.s-hidden {visibility: hidden;padding-right: 10px;}
.styledSelect {position: absolute;top: 0;right: 0;bottom: 0;left: 0;background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e") !important;background-repeat: no-repeat;background-position: right 0.75rem center;display: flex;align-items: center;cursor: pointer;}
.options {display: none;position: absolute;top: 100%;right: 0;left: 0;z-index: 999;padding: 7px 0;border: 1px solid rgba(0, 0, 0, 0.2);background-color: #ffffff;}
.options li {padding: 7px 20px;font-size: 15px;line-height: normal;cursor: pointer;}
.tk-filter {margin-bottom: 60px;}
.lightbox_content img#popup_image {max-width: 900px;}
body #gallery .lightbox {display: flex;justify-content: center;align-items: flex-start;}
body #gallery .lightbox_wrapper {padding: 4rem 1.5rem;margin: 0;min-height: auto;}
body #gallery .lightbox_close {background-color: #FFDC32;border-radius: 30px;align-items: center;right: 40px;top: 12px;}
body #gallery .lightbox_close span {width: 50%;transition: 0.2s;}
body #gallery .social_share {display: flex;margin-top: 0;right: 90px;top: 15px;}
body #gallery .social_share .social_icon {height: 35px;width: 35px;display: flex;background-color: #000000;border-radius: 30px;justify-content: center;align-items: center;transition: 0.3s;}
body #gallery .social_share .social_icon:hover {transform: scale(1.12);}
body #gallery .social_share .social_icon img {max-width: 17px;height: auto;width: auto;object-fit: contain;}
body #gallery .gallery_item img {height: 315px;}
body #gallery .lightbox_close:hover span {background-color: #ffffff;}
body #gallery .lightbox_close:hover {background-color: #000000;}



.tk-leave-review-video-box .elementor-video {margin-bottom: 0;height: 380px;}
.tk-leave-review-content h2 {margin-bottom: 26px;}
.tk-leave-review-content .btn {margin-top: 50px;}
.tk-leave-review-content-box {padding: 30px;position: relative;}
.bg-white h3,.bg-white p {color: #000000;}
.tk-leave-review-content-box .tk-ratting {margin: 0 0 15px 0;}
.tk-leave-review-content-box h3 {margin-bottom: 24px;}
.tk-leave-review-content-box .btn {margin-top: 40px;}
.tk-leave-review-content-box-inner {padding: 20px 0;position: relative;}
.tk-leave-review-content-box-inner::before {content: "";position: absolute;left: 20px;right: 20px;bottom: 0;top: 0;margin: auto;background-color: #FFDC32;}
.tk-leave-review-slider .tk-font-24 {color: #ffffff;}
.openmart-site .owl-carousel.tk-leave-review-slider .owl-nav button.owl-prev, .openmart-site .owl-carousel.tk-leave-review-slider .owl-nav button.owl-next {position: relative;left: 0;right: 0;margin: 0;}
.openmart-site .owl-carousel.tk-leave-review-slider .owl-nav {display: flex;justify-content: flex-start;margin-top: 50px;}
body .openmart-site .owl-carousel.tk-leave-review-slider .owl-nav button+button {margin-left: 10px !important;}
.tk-op-30 {opacity: 0.3;}

.tk-related-product-slider.owl-carousel .owl-item {min-height: 578px;display: flex;}
.tk-related-product-slider.owl-carousel .owl-item .item .tk-product {height: 100%;}
.tk-marker-title {margin-bottom: 10px;}
.tk-marker-title a {font-size: 20px;text-transform: uppercase;font-weight: 900;font-family: 'DIN Pro';}
.tk-marker-title a strong {font-family: inherit;}
.tk-marker-container>div {line-height: 21px;display: block;}
.tk-marker-container>div+div {margin-top: 5px;}

/* Product Listing Page Filter section css */
.tk-product-filter {display: flex;margin-bottom: 30px;}
.btn.tk-filter-btn {min-width: 150px;border: 1px solid #FFDC32 !important;pointer-events: auto;/* position: fixed; *//* bottom: 100px; *//* right: 20px; */box-shadow: 0 0 10px rgba(0, 0, 0, 0.1) !important;}
/* .btn.tk-filter-btn:hover svg path {fill: transparent;stroke: #FFDC32;} */
.btn.tk-filter-btn svg {width: 18px;height: auto;}
.btn.tk-filter-btn-fixed {position: fixed;bottom: 85px;right: 20px;opacity: 0;pointer-events: none;}
.btn.tk-filter-btn-fixed.filter-btn-sticky {opacity: 1;pointer-events: all;bottom: 100px;}


.tk-filter-menu {position: fixed;top: 0;right: -355px;bottom: 0;z-index: 10;width: 355px;/* padding: 20px; */overflow-y: auto;transition: 0.2s;pointer-events: auto;}
.tk-filter-menu form {padding: 20px;padding-top: 0 !important;}
.tk-filter-title-btn {display: flex;align-items: center;justify-content: space-between;margin-bottom: 34px;background-color: #FFDC32;padding: 15px 20px;}
.tk-filter-title-btn h3 {display: flex;align-items: center;color: #000000;font-size: 15px;text-transform: uppercase;line-height: normal;}
.tk-filter-title-btn h3 svg {height: auto;margin-right: 10px;margin-bottom: -2px;}
.tk-filter-close-btn {width: auto;height: 24px;display: flex;align-items: center;flex-flow: column;justify-content: center;}
.tk-filter-close-btn span {height: 3px;margin-top: -1.5px;margin-bottom: -1.5px;background-color: #000000;transition: 0.3s;display: flex;width: 22px;}
.tk-filter-close-btn span:first-child {transform: rotate(45deg);}
.tk-filter-close-btn span:last-child {transform: rotate(-45deg);}
/* .tk-filter-close-btn:hover {background-color: #ffffff;} */
.tk-filter-menu-open .tk-filter-menu {right: 0;}
.tk-tk-filter-menu-overlay {content: "";position: fixed;left: 0;right: 0;top: 0;bottom: 0;background-color: rgba(0,0,0,0.45);z-index: 8;opacity: 0;pointer-events: none;}
.tk-filter-menu-open .tk-tk-filter-menu-overlay{opacity: 1;pointer-events: auto;}
.tk-filter-menu ul li {color: #ffffff;}
.tk-filter-menu ul li+li {margin-top: 40px;}
.tk-filter-menu ul li h4 {margin-bottom: 18px;text-transform: uppercase;font-weight: bold;}
.tk-filter-menu .woocommerce-form-login__rememberme {width: 100%;}
.tk-filter-menu .woocommerce-form-login__rememberme span {color: #ffffff;font-size: 18px;line-height: normal;}
.tk-filter-menu .woocommerce-form-login__rememberme+.woocommerce-form-login__rememberme {margin-top: 16px;}
.tk-filter-submit-btn {display: flex;justify-content: space-between;margin-top: 40px;}
.tk-filter-submit-btn .btn {min-width: 135px;}
.price-range-slider .range-bar {border: none;background: #fff;height: 10px;width: 97%;margin-left: 8px;border-radius: 10px;}
.price-range-slider .range-bar .ui-slider-range {background: #FFDC32;}
.price-range-slider .range-bar .ui-slider-handle {border: none;border-radius: 25px;background: #FFDC32;height: 18px;width: 18px;top: -0.32em;cursor: pointer;}
.price-range-slider .range-bar .ui-slider-handle {border: none;border-radius: 25px;background: #ffdc32;height: 18px;width: 18px;top: -4px;cursor: pointer;}
.price-range-slider .range-value input {width: 100%;background: none;color: #ffffff;font-size: 18px;font-weight: initial;box-shadow: none;border: none;margin: 0 0 20px 0;padding: 0;}
/* .tk-product-filter-section {position: sticky;top: 40px;bottom: 0;pointer-events: none;} */
/* Product Listing Page Filter section css END*/
.owl-carousel .owl-item .tk-get-the-deets-info-img img {width: auto;margin: auto;}

.grecaptcha-badge {z-index: 5;}
.tk-top-arrow {display: flex;align-items: center;justify-content: center;background: #ffdc32;border: 1px solid #ffdc32;border-radius: 50px;position: fixed;z-index: 9;right: 20px;bottom: 0;width: 45px;height: 45px;pointer-events: none;box-shadow: 0px 0px 10px rgba(30, 104, 178, 0.1);opacity: 0;transition: all 0.3s;-o-transition: all 0.3s;-ms-transition: all 0.3s;-moz-transition: all 0.3s;-webkit-transition: all 0.3s;}
.tk-top-arrow svg {width: 14px;transition: 0.2s;}
.tk-top-arrow.sticky {opacity: 1;bottom: 20px;pointer-events: auto;}
.tk-top-arrow:hover {background-color: #ffffff;border-color: #000000;}
body .tk-product-details [data-bv-show="rating_summary"] .bv_main_container .bv_button_buttonMinimalist, body .tk-product-details [data-bv-show="rating_summary"] .bv_main_container .bv_avgRating_component_container,body .tk-product-details [data-bv-show="rating_summary"] .bv_main_container .bv_numReviews_text {color: #ffffff !important;}

/* New Cart Page CSS */
.tk-cart-page .shop_table {padding: 30px;box-shadow: 0 0 40px rgba(0,0,0,0.1);border: 1px solid rgba(0, 0, 0, 0.2);}
.tk-cart-page .shop_table .tk-shop_table-inner li {display: flex;width: 100%;justify-content: flex-end;}
.tk-cart-page .shop_table .tk-shop_table-inner li .product-thumbnail {width: 180px;display: flex;}
.tk-cart-page .shop_table .tk-shop_table-inner li .tk-cart-product-info-list {width: calc(100% - 180px);padding-left: 28px;}
.tk-cart-product-info-list .product-name>a {font-size: 24px;font-family: 'DIN Pro';text-transform: uppercase;font-weight: bold;line-height: normal;}
.tk-cart-product-info-list .product-price {display: flex;align-items: center;margin: 10px 0 22px;}
.tk-cart-product-info-list .product-price .tk-cart-product-mrp {font-size: 18px;font-family: 'DIN Pro';text-transform: uppercase;font-weight: bold;}
.tk-cart-btn-box {display: flex;justify-content: space-between;align-items: center;}
.tk-cart-product-info-list .tk-cart-btn-box .product-quantity .quantity .qty {height: auto;width: 75px;border-radius: 0;padding: 16px;font-weight: 500;border: 1px solid #000000;background-color: transparent;outline: none;border-right: 0;border-left: 0;}
.product-remove {display: flex;}
.product-remove a.btn {width: auto;height: auto;color: #000000 !important;display: flex;align-items: center;justify-content: center;}
.product-remove a.btn:hover {color: #ffdc32 !important;}
.product-remove a.btn svg {width: 20px;height: 20px;}
.product-remove a.remove.btn {min-width: 150px;margin-left: 20px;}
.product-remove a.btn:hover path {fill: transparent;stroke: #FFDC32;}
.product-remove a.btn+a.btn {margin-left: 20px;}
.tk-cart-page .shop_table .tk-shop_table-inner li+li {border-top: 1px solid rgba(0,0,0,0.2);padding-top: 30px;margin-top: 30px;}
.tk-cart-page .tk-cart_totals .shop_table {padding: 0;}
.tk-cart-page .tk-cart_totals .shop_table>li {padding: 25px 30px;}
.tk-cart-page .tk-cart_totals .shop_table>li+li {border-top: 1px solid rgba(0,0,0,0.2);}
.tk-cart_totals .cart-subtotal, .tk-shipping-charge,.order-total,.tk-coupon-discount {display: flex;justify-content: space-between;align-items: center;}
.tk-cart_totals ul li h3 {text-transform: uppercase;line-height: normal;}
.tk-shipping-charge .woocommerce-shipping-destination, .tk-shipping-charge .woocommerce-shipping-calculator {display: none;}
.tk-shipping-charge, .tk-coupon-discount {font-size: 14px;margin-top: 20px;}
.tk-shipping-charge ul#shipping_method li {line-height: normal;margin: 0;}
.tk-cart_totals ul li .coupon {display: flex;}
.tk-cart_totals ul li .coupon .button {min-width: 150px;width: auto;}
.tk-cart_totals ul li .coupon input#coupon_code {padding: 10px 18px;font-size: 14px;outline: none;border: 2px solid #DDDDDD;}
.woocommerce-cart .tk-cart_totals .wc-proceed-to-checkout {padding: 0;}
.woocommerce-cart .tk-cart_totals .wc-proceed-to-checkout .checkout-button {margin-bottom: 0;}
.product-remove a.remove.btn:hover path {fill: #FFDC32;stroke: transparent;}
.tk-cart-page .tk-cart-title {margin-bottom: 30px;margin-top: 0;}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals.tk-cart_totals {width: 100%;float: none;}
.woocommerce-cart .thunk-content-wrap #post-13497>footer.entry-footer {display: none;}
.tk-cart-related-product {margin-top: 70px;}
.tk-cart-btn-box .yith-wcwl-add-to-wishlist {margin-left: 0;margin-top: 0;}
.tk-cart-btn-box .yith-wcwl-add-to-wishlist a {font-size: 15px;display: flex;align-items: center;justify-content: center;}
.tk-cart-btn-box .yith-wcwl-add-to-wishlist a .yith-wcwl-icon {display: inline-block;color: #FFDC32;transition: 0.2s;z-index: 1;margin-top: 0;font-family: 'FontAwesome';}
.tk-cart-btn-box .yith-wcwl-add-to-wishlist a:hover .yith-wcwl-icon {color: #000000 !important;}
.tk-cart-related-product h2 {margin-bottom: 50px;}
.tk-cart-product-info-list .product-price .tk-cart-product-mrp+.tk-cart-product-mrp {margin-left: 10px;}
.tk-related-product-slider.owl-carousel .owl-item .item {width: 100%;}

.tk-cart-product-info-list .variation {margin: 10px 0 20px;}
.tk-cart-product-info-list .tk-variation-list {display: flex;align-items: center;}
.tk-cart-product-info-list .tk-variation-list dd {margin: 0 0 0 10px;}
.tk-cart-product-info-list .tk-variation-list dd, .tk-cart-product-info-list .tk-variation-list dt, .tk-cart-product-info-list .tk-variation-list p {line-height: normal;font-size: 16px;}
.tk-cart-product-info-list .tk-variation-list + .tk-variation-list {margin-top: 8px;}
.tk-cart-btn-box .quantity button {display: flex;padding: 0;align-items: center;border: 1px solid #000000;background-color: transparent;width: 40px;justify-content: center;font-size: 20px;}
.tk-cart-btn-box .quantity {display: flex;}
.tk-cart-btn-box .quantity button.qty-minus {border-right: 0;}
.tk-cart-btn-box .quantity button.qty-plus {border-left: none;}
.openmart-site .owl-carousel.tk-leave-review-slider .owl-nav.disabled {display: none;}
.tk-coupon-discount>span {text-transform: uppercase;border: 1px dashed rgba(0,0,0,0.2);display: flex;align-items: center;line-height: normal;padding: 5px 12px;background-color: rgba(0,0,0,0.08);}
.tk-coupon-discount .woocommerce-remove-coupon {position: absolute;color: #ffffff;text-align: center;text-transform: uppercase;font-size: 11px;top: 6px;right: 0;line-height: normal;}
.tk-coupon-discount .woocommerce-remove-coupon::before {content: "Remove";position: absolute;margin: 0 auto;left: 0;right: 0;color: #1573FF;transition: 0.2s;}
.cart-discount {position: relative;}
.tk-coupon-discount .woocommerce-remove-coupon:hover::before {color: #000000;}
.tk-product-list-slider .owl-stage {margin: auto;}


.woocommerce-account .wc-block-components-notice-banner.is-error {display: flex;align-items: center;background-color: red;margin-bottom: 20px;color: #ffffff;}
.woocommerce-account .wc-block-components-notice-banner.is-error .wc-block-components-notice-banner__content {margin-left: 10px;}
.woocommerce-account .wc-block-components-notice-banner.is-error svg path {fill: #ffffff;}
.cart-empty.woocommerce-info {margin-bottom: 0;text-align: center;background-color: #ededed;}
.woocommerce-message a {color: #ffffff;}
.woocommerce-message .restore-item, .woocommerce .woocommerce-message .button.wc-forward {border: 1px solid #000000;padding: 5px 12px;margin-left: 10px;color: #000000;border-radius: 0;line-height: normal;height: auto;text-transform: capitalize;transition: 0.3s;text-transform: uppercase;}
.woocommerce-message .restore-item:hover,.woocommerce .woocommerce-message .button.wc-forward:hover {background-color: #000000;color: #ffdc32;}
.woocommerce .woocommerce-message .button.wc-forward {margin-right: 20px;margin-left: 0;}
/* .woocommerce .woocommerce-message .button.wc-forward:hover {background-color: #ffffff;color: #000000;} */
.ui-datepicker td span, .ui-datepicker td a {display: flex;padding: 6px 0 5px 0;align-items: center;justify-content: center;line-height: normal;}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {border: 1px solid #ffdc32;background: #ffdc32;color: #000000;}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {border: 1px solid #000000;background: #000000;color: #ffffff;}
.ui-datepicker-header.ui-widget-header .ui-state-hover {border: transparent;background: transparent;color: transparent;}
.ui-datepicker .ui-datepicker-prev span {background-image: url(image/arrow-right.svg);transform: rotate(180deg);}
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {background-position: center center;}
.ui-datepicker .ui-datepicker-next span {background-image: url(image/arrow-right.svg);}
.ui-datepicker .ui-datepicker-next {right: 0 !important;left: initial !important;top: inherit !important;}
.ui-datepicker .ui-datepicker-prev {left: 0;top: inherit;}
.woocommerce-product-details__short-description p a {color: #ffffff;text-decoration: underline !important;display: inline-block;}
.woocommerce-product-details__short-description p a:hover {color: #ffdc32;}
body.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .zoomImg {background-color: #000000;}
.woocommerce-orders-table tbody tr td a:hover {color: #1573FF;}
body div.bv_modal_component_container[data-bv-modal] {z-index: 0 !important;}

/* Search Section CSS Start*/
.thaps-autocomplete-suggestions .thaps-autocomplete-suggestion {padding: 0.5rem 1.2rem;}
.thaps-autocomplete-suggestions .thaps-autocomplete-suggestion .thaps-img {width: 70px;margin-right: 0;height: 70px;display: flex;justify-content: center;align-items: center;}
.thaps-autocomplete-suggestions .thaps-autocomplete-suggestion .thaps-img img {height: 100%;object-fit: contain;padding: 5px;background-color: #ffffff;border-radius: 5px;}
.thaps-autocomplete-suggestions .thaps-suggestion-heading .thaps-title {font-size: 18px;font-weight: bold;color: #000000;font-family: 'DIN Pro';}
.thaps-autocomplete-suggestions .thaps-suggestion-heading .thaps-title strong {color: inherit;font-size: inherit;font-weight: inherit;}
.thaps-autocomplete-suggestions .thaps-suggestion-product .thaps-content-wrapp {width: calc(100% - 70px);padding-left: 20px;}
.thaps-autocomplete-suggestions .thaps-suggestion-product .thaps-content-wrapp .thaps-content-left {padding-right: 20px;}
.thaps-autocomplete-suggestions .thaps-suggestion-more .thaps-title {margin-right: 0;text-transform: uppercase;line-height: normal;color: inherit;}
.thaps-autocomplete-suggestions .thaps-suggestion-more {background: #ffdc32;text-align: center;margin: 20px 0 0 0;padding: 10px 20px;}
.thaps-autocomplete-suggestions .thaps-suggestion-more:hover {background-color: #000000;color: #ffffff;}
/* .thaps-autocomplete-suggestions .thaps-suggestion-product:hover {color: #1573FF;} */
.thaps-suggestion-product .thaps-content-wrapp .thaps-content-left .thaps-title strong {font-weight: bold;background-color: #ffdc32;color: #000000;}
/* .thaps-autocomplete-suggestions .thaps-suggestion-product:hover,.thaps-autocomplete-selected {color: #1573FF;background: rgba(0,0,0,0.05);} */
/* .thaps-autocomplete-suggestions .thaps-suggestion-product:hover, .thaps-autocomplete-selected {color: #000000;background: rgba(0, 0, 0, 0.12);} */

/* .thaps-autocomplete-suggestions .thaps-suggestion-product:hover, .thaps-autocomplete-selected {color: #ffffff;background: rgb(3 3 3);} */
.thaps-autocomplete-suggestions .thaps-suggestion-product:hover, .thaps-autocomplete-selected {color: #000000;background: rgb(255 220 50);}
.thaps-suggestion-product .thaps-price del {color: #545454;}
.thaps-autocomplete-suggestion .thaps-title {color: #000000;}


/* Search Section CSS END*/

/* Shop Menu CSS */
.menu-body {width: 100%;left: 0;min-height: calc(50% - 79px);max-height: calc(100% - 158px);overflow: hidden;-webkit-overflow-scrolling: touch;pointer-events: none;position: fixed;transform: translateX(-100%) translateZ(0);z-index: 2;background: rgb(0 0 0 / 80%);display: flex;flex-flow: column;}
/* .menu-body {
  width: 100%;
  left: 0;
  height: calc(100% - 158px);
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
  pointer-events: none;
  position: fixed;
  transform: translateX(-100%) translateZ(0);
  z-index: 2;
  background: rgb(0 0 0 / 80%);
} */
.menu-body .submenu:not(.no-transition),.menu-body:not(.no-transition){transition:all 250ms}
.menu-body-overlay{background-color:rgba(0,0,0,.42);bottom:0;display:none;left:0;position:fixed;right:0;top:0;z-index:1010}
.zeynep-opened .menu-body-overlay{display:block}
.menu-body.opened, .shop-menu-open .menu-body{pointer-events:auto;transform:translateX(0) translateZ(0)}
.menu-body .submenu {overflow: hidden;-webkit-overflow-scrolling: touch;pointer-events: none;width: 100%;}
.menu-body .submenu.opened{pointer-events:auto}
.menu-body .submenu.opened:not(.current){overflow:hidden}
.menu-body ul, .menu-body .submenu {list-style-type: none;padding: 20px 0;-webkit-overflow-scrolling: touch;margin: 0;}
.menu-body ul > li {display: block;position: relative;}
.menu-body ul > li > a,.menu-body .submenu-header > h4 a {font-weight: bold;color: #FFDC32;padding: 10px 35px;border: none;line-height: normal;display: block;font-size: 18px;font-family: 'DIN Pro';position: relative;text-transform: uppercase;}
.submenu-open-btn {position: absolute;right: 0;top: 0;bottom: 0;width: 43px;color: #FFDC32;z-index: 8;cursor: pointer;transition: 0.2s;display: flex;justify-content: center;align-items: center;font-size: 22px;}
.submenu-open-btn::before {content: "\f105";font-family: FontAwesome;}
.menu-body ul > li > a:hover .submenu-open-btn {color: #ffffff;}
.menu-body ul > li > a:hover, .menu-body .second-level .submenu-header a:hover {color: #ffffff;}
.menu-body .submenu:not(.current) {display: none;}
.menu-body .second-level {z-index: 2;-webkit-transition: -webkit-transform .35s;transition: transform .35s;transition: transform .35s, -webkit-transform .35s;}
.menu-body .submenu-header > h4 {padding: 10px 35px;display: flex;align-items: center;}
.menu-body .submenu-header > h4 a {display: flex;font-size: 20px;margin: 0;font-weight: 900;padding: 0;}
.submenu-close-btn {display: none;}
.menu-body .navigation-lists-wrap {display: flex;height: 100%;width: 100%;}
.menu-body .navigation-col {-webkit-box-flex: 33.3333333%;-webkit-flex: 33.3333333%;-ms-flex: 33.3333333%;flex: 33.3333333%;max-width: 33.333333%;width: 33.333333%;border-right: 1px solid rgba(255, 255, 255, 0.2);}
.menu-body .first-level {z-index: 3;position: relative;}
.fly-out {height: 100%;overflow-y: auto;}
.m-navigation-flyout {height: 100%;position: relative;}
.m-navigation-flyout .navigation-lists-container {display: flex;width: 100%;overflow-x: hidden;}
.menu-body .submenu ul {padding: 0;}
.menu-body .submenu ul > li > a {color: #ffffff;font-size: 14px;font-weight: 500;}
.menu-body .submenu ul > li > a:hover {color: #FFDC32;}
@media only screen and (min-width: 576px) {
  .menu-body .second-level:not(.active) {-webkit-transform: translateX(-100%);-ms-transform: translateX(-100%);transform: translateX(-100%);}
  /* .menu-body .navigation-col {border-right: 1px solid rgba(255, 255, 255, 0.2);} */
}
.tk-menu-line {position: absolute;top: 0;bottom: 0;left: 0;right: 0;display: flex;justify-content: space-between;z-index: 3;pointer-events: none;border-bottom: 1px solid rgba(255, 255, 255, 0.2);display: none;}
.tk-menu-line span {width: 33.3%;border-right: 1px solid rgba(255, 255, 255, 0.2);}
/* .tk-special-feature-menu {border-top: 1px solid rgba(255, 255, 255, 0.2);} */
.divider {border-top: 1px solid rgba(255, 255, 255, 0.2);margin-top: 20px;padding-top: 20px;}
/* Shop Menu CSS */

body.woocommerce.search ul.products li.product .thunk-product-wrap .thunk-product-image>.woocommerce-loop-product__link .star-rating {display: none;}
.line-title:last-child {margin-bottom: 0;}

.tk-header {position: sticky;top: -98px;z-index: 8;transition: 0.3s;}
/* .tk-header.fixed-header {transform: translateY(-84px);transition: 0.4s;} */
#breadcrumbs {color: #ffffff;text-transform: uppercase;text-align: center;}
#breadcrumbs a {color: #ffffff;}
#breadcrumbs a:hover {color: #FFDC32;}
#breadcrumbs .breadcrumb_last {font-weight: 900;color: #FFDC32;}

/* Gift Page CSS */
.product_item {cursor: pointer;}
#product_search_results .tk-product-title h4 {margin-bottom: 12px;}
.tk-product-title p {font-size: 15px;line-height: 22px;}
#product_search .tk-product-list-information {margin-top: 40px;}
.tk-search-product-title-img {display: flex;align-items: center;width: 100%;padding-right: 70px;}
.tk-search-product-title-img .tk-search-product-img {width: 60px;}
.tk-search-product-title-img .tk-search-product-title {width: calc(100% - 60px);padding-left: 20px;}
.tk-search-product-popup .tk-register-title {position: relative;}
.tk-search-product-popup .tk-register-title #remove_selected_product {position: absolute;right: 30px;width: 40px;height: 40px;background-color: #FFDC32;}
.tk-search-product-title h5 {margin-bottom: 5px;}
.tk-search-product-title p {line-height: normal;font-size: 14px;}
.tk-search-product-popup .tk-register-title #remove_selected_product:hover {background-color: #000000;}
.tk-search-product-popup .tk-register-title #remove_selected_product:hover svg path {fill: #ffffff;}
.tk-search-product-popup .tk-register-title #remove_selected_product svg path {transition: 0.2s;}

.form-check-list {display: flex;flex-flow: column;}
.form-check-list .wpcf7-list-item label:last-child {margin-left: 0;}
.form-check-list .wpcf7-list-item label {margin-bottom: 0;}
.form-check-list .wpcf7-list-item+.wpcf7-list-item {margin-top: 10px;}
.gift-product-list {margin-top: 20px;}
.tk-contact-us .gift-product-list-inner .gift-product-list .row>* {margin-top: 0;}
.gift-product-list .tk-product-image {min-height: 120px;}
.gift-product-list .tk-product-image img {max-height: 120px;mix-blend-mode: normal;}
.gift-product-list .tk-product-price {display: flex;justify-content: center;font-size: 18px;line-height: normal;margin-top: 10px;align-items: center;}
.gift-product-list .tk-product-price ins {order: 1;}
.gift-product-list .tk-product-price del {order: 2;}
.gift-product-list .tk-product-price small {order: 3;margin-left: 8px;}
.gift-product-list .tk-product {background-color: transparent;border: 1px solid rgba(0,0,0,0.2);cursor: pointer;transition: 0.2s;position: relative;}
.gift-product-list .active .tk-product {background-color: #FFDC32;border-color: #FFDC32;}
.tk-product-inner-info>input[type="radio"] {position: absolute;top: 0;bottom: 0;left: 0;right: 0;opacity: 0;z-index: 1;cursor: pointer;}
.gift-product-list .tk-product .tk-product-inner-info {position: static;}
.tk-product-pic-uploads .file-row {padding: 0 12px;width: 50%;}

.tk-product-pic-uploads .file-row .tk-pic-uploads-preview {width: 100%;display: flex;align-items: start;border: 1px solid rgba(0, 0, 0, 0.2);padding: 20px;flex-flow: wrap;}
.tk-product-pic-uploads .file-row .tk-multi-btn {width: 100%;display: flex;align-items: center;margin-top: 18px;}
.tk-product-pic-uploads .file-row .tk-multi-btn .btn+.btn {margin-top: 0;margin-left: 20px;}
.tk-product-pic-uploads .file-row .tk-pic-uploads-preview .preview {width: 80px;display: flex;align-items: center;justify-content: center;}
.tk-pic-uploads-info {width: calc(100% - 80px);padding-left: 27px;}
.tk-pic-uploads-info .size {margin-top: 4px;font-size: 14px;}
.tk-product-pic-uploads .file-row .progress {height: 10px;margin-top: 5px;}
.tk-pic-uploads-info .name {font-size: 16px;line-height: normal;}
.tk-product-pic-uploads {display: flex;flex-flow: wrap;margin: 30px -12px 0 -12px;}
.tk-product-pic-uploads .file-row {margin-top: 24px;}

.tk-gift-video .tk-left-content {padding-right: 60px;}
.tk-gift-video .tk-left-content h3 {margin-bottom: 31px;}
.tk-dots-ul ul li {position: relative;display: flex;padding-left: 17px;font-size: 18px;line-height: normal;}
.tk-dots-ul ul li::before {content: "";position: absolute;left: 0;background-color: #000000;width: 5px;height: 5px;border-radius: 5px;top: 8px;}
.tk-dots-ul ul li+li {margin-top: 10px;}
.tk-gift-video {margin-bottom: 50px;}
.tk-gift-hero {margin-bottom: 40px;}



/* Gift Page CSS */


/* Country Dropdown CSS */
.tk-country-dropdown .dropdown-toggle {border: none;}
.tk-country-dropdown .dropdown-toggle::after {display: none;}
.dropdown-menu {padding: 5px;min-width: 230px;border-radius: 4px;border: none;box-shadow: 0 14px 35px 0 rgba(9, 9, 12, 0.15);margin-top: 15px !important;}
.dropdown-menu li .dropdown-item {display: flex;align-items: center;font-weight: 500;font-size: 15px;border-radius: 2px;padding: 5px 0;padding-left: 20px;padding-right: 15px;margin: 2px 0;color: #000000;}
.dropdown-menu li .dropdown-item span {line-height: normal;margin: 0 15px 0 20px;}
.dropdown-menu li .dropdown-item span.tk-sort-country {text-transform: uppercase;min-width: 24px;margin-left: 0;}
.dropdown-menu li .dropdown-item img {width: 25px;height: 25px;object-fit: cover;border-radius: 25px;border: 1px solid rgba(0,0,0,0.2);}
.dropdown-menu li .dropdown-item span.tk-full-country {margin-right: 0;opacity: 0.7;font-weight: normal;}
.dropdown-menu::before {position: absolute;top: -8px;right: 8px;width: 0;height: 0;border-left: 8px solid transparent;border-right: 8px solid transparent;border-bottom: 8px solid #ffffff;content: '';display: block;z-index: 1;}
.dropdown-menu li .dropdown-item:hover, .dropdown-menu li .dropdown-item:active, .dropdown-menu li .dropdown-item.active {background-color: rgba(0, 0, 0, 0.1);}

/* Country Dropdown CSS */

/* Site Switch CSS */
/* .tk-site-switch {display: none;} */

.tk-site-switch {margin: auto;padding: 20px;text-align: center;z-index: 10;}
.tk-site-switch-overlay {position: fixed;top: 0;left: 0;right: 0;bottom: 0;background-color: rgba(0,0,0,0.2);z-index: 9;}
.tk-note p {font-size: 16px;line-height: 25px;}
.tk-site-switch-select-btn {display: flex;justify-content: center;margin-top: 20px;}
.tk-site-switch-select-btn .form-group {width: 250px;}
.tk-site-switch-select-btn .form-group select {padding: 10px 40px 10px 15px;background-size: 15px 15px !important;}

.tk-site-switch-btn .btn {font-size: 14px;padding: 10px 18px;min-width: 150px;}
.tk-site-switch, .tk-site-switch-overlay {transition: 0.2s;}
.tk-site-switch-close .tk-site-switch, .tk-site-switch-close .tk-site-switch-overlay {opacity: 0;visibility: hidden;pointer-events: none;}

/* Site Switch CSS */

.tk-disclaimer {margin-top: 25px;}
.woocommerce-error li a {color: #ffffff;text-decoration: underline !important;}
.woocommerce-error li a:hover {color: #000000;}
.tk-product-video .owl-stage-outer .owl-stage {display: flex;}
.tk-product-video .owl-stage-outer .owl-stage .item,.tk-product-video .owl-stage-outer .owl-stage .item .tk-product-video-info {height: 100%;}
.tk-product-video .owl-stage-outer .owl-stage .item .tk-product-video-info {display: flex;flex-flow: column;}

.tk-content ul {margin-top: 12px;}
.tk-content ul li {position: relative;padding-left: 15px;font-size: 16px;line-height: normal;}
.tk-content ul li::before {content: "";left: 0;position: absolute;top: 8px;height: 5px;width: 5px;background-color: #000000;border-radius: 5px;}
.tk-content ul li+li {margin-top: 6px;}

#successModal .modal-content {border-radius: 0 !important;border-color: rgba(0,0,0,0.1);}
#successModal .modal-content svg {width: 70px;}
#successModal .modal-content h4 {margin: 20px auto 10px;max-width: 390px;}
#successModal .modal-content button {margin-top: 30px;min-width: 140px;padding: 12px 20px;}

/* Find Dealer Popup In PDP page CSS */
#find-dealer-popup .modal-dialog,.tk-full-with-modal .modal-dialog {max-width: 100%;}
#find-dealer-popup .modal-dialog .modal-content,.tk-full-with-modal .modal-dialog .modal-content {border-radius: 0;border: none;}
#find-dealer-popup .modal-dialog .modal-content .modal-body {padding: 0;border: 1px solid rgba(0,0,0,0.2);}
.tk-find-dealer-info-popup {padding: 30px;}
.tk-find-dealer-online-nearby .tk-careers-vacancies-list {margin: 0;}
.tk-custom-tab .tab-content {padding: 40px 30px 30px 30px;}
.tk-find-dealer-online-nearby .tab-content .tk-careers-position-location img {max-width: 170px;object-fit: contain;width: 100%;}
.tk-find-dealer-online-nearby .tab-content .tk-careers-info .btn {min-width: 150px;}
.tk-find-dealer-online-nearby .tab-content #store-locator, .tk-find-dealer-online-nearby .tab-content #store-locator .container {padding: 0;max-width: 100%;}


/* TECHNICAL DETAILS Section CSS in PDP page */
.tk-custom-tab table.table-bordered {margin-bottom: 0;}
.tk-custom-tab table.table-bordered td, .tk-custom-tab table.table-bordered th,.tk-custom-tab table.table-bordered {border: 1px solid rgba(0, 0, 0, .2);}
.tk-custom-tab table.table thead th {font-size: 18px;line-height: normal;padding: 15px 20px;font-family: 'DIN Pro';text-transform: uppercase;font-weight: 900;}
.tk-custom-tab table.table {color: #000000;}
.tk-technical-dis {margin-bottom: 30px;}
.tk-custom-tab table tbody td {padding: 11px 20px;}
.tk-technical-dis h5+h5 {margin-top: 8px;}
.tk-cutout-img ul {display: flex;margin-bottom: 56px;flex-flow: wrap;margin-left: -12px;margin-right: -12px;}
.tk-cutout-img ul li {width: 50%;padding: 0 12px;}
.tk-cutout-img ul li img {display: block;margin: auto;}
.tk-cutout-img ul li+li+li {margin-top: 40px;}
.tk-manuals-download h6 {margin-bottom: 18px;}
.tk-manuals-download ul li {display: flex;}
.tk-manuals-download ul li+li {margin-top: 18px;}
.tk-manuals-download ul li a {font-weight: bold;position: relative;display: flex;align-items: center;line-height: normal;}
.tk-manuals-download ul li a::before {content: "";width: 22px;height: 24px;background-image: url("image/pdf-icon.svg");display: flex;margin-right: 10px;background-size: contain;}


/* product gallery section CSS */
/* .tk-product-details .woocommerce-product-gallery__image, .woocommerce .tk-product-details div.product div.images .woocommerce-product-gallery__trigger,.tk-product-details .modelViewerBlock.wooCustomSelector {display: none;} */

/* .woocommerce .tk-product-details .tk-product-slider-box #sync2 .current .item {background: #0c83e7;} */
.woocommerce .tk-product-details .tk-product-slider-box .owl-theme .owl-nav [class*=owl-] {transition: all 0.3s ease;}
.woocommerce .tk-product-details .tk-product-slider-box .owl-theme .owl-nav [class*=owl-].disabled:hover {background-color: #D6D6D6;}
.woocommerce .tk-product-details .tk-product-slider-box #sync1.owl-theme {position: relative;background-image: url(image/product-bg.png);background-size: contain;background-position: center center;background-repeat: no-repeat;}
/* .woocommerce .tk-product-details .tk-product-slider-box #sync1.owl-theme .owl-next, .woocommerce .tk-product-details .tk-product-slider-box #sync1.owl-theme .owl-prev {width: 30px;height: 30px;margin-top: -20px;position: absolute;top: 50%;background-color: #ffffff;} */
.woocommerce .tk-product-details .tk-product-slider-box #sync1.owl-theme .owl-prev {left: 10px;}
.woocommerce .tk-product-details .tk-product-slider-box #sync1.owl-theme .owl-next {right: 10px;}
.woocommerce .tk-product-details .tk-product-slider-box .tk-product-main-img .owl-item .item {height: 550px;padding: 0 50px 50px 50px;display: flex;align-items: center;}
.woocommerce .tk-product-details .tk-product-slider-box .tk-product-main-img .owl-item .item img {height: 100%;object-fit: contain;}
.woocommerce .tk-product-details .tk-product-slider-box .tk-product-main-thumb .item {height: 131px;padding: 15px;position: relative;border: 5px solid;transition: 0.2s;}
.woocommerce .tk-product-details .tk-product-slider-box .tk-product-main-thumb .item img {height: 100%;object-fit: contain;}
.woocommerce .tk-product-details .tk-product-slider-box .tk-product-main-thumb .current .item {border-color: rgba(255, 255, 255, 0.2);}
.woocommerce .tk-product-details .tk-product-slider-box .tk-product-main-img .owl-item .item a {width: 100%;height: 100%;display: flex;align-items: center;}
.woocommerce .tk-product-details .tk-product-slider-box .tk-product-main-img .owl-item .item iframe {width: 100%;height: 400px;pointer-events: none;margin-bottom: 0;}
.tk-product-main-thumb .item.tk-3dmodel-viewer:before,.tk-product-main-thumb .item.tk-product-video-viewer:before {content: "";height: 100%;position: absolute;left: 0;right: 0;top: 0;background-color: rgba(0,0,0,0.4);}
.tk-product-main-thumb .item.tk-3dmodel-viewer:after,.tk-product-main-thumb .item.tk-product-video-viewer:after {content: "";position: absolute;top: 0;bottom: 0;left: 0;right: 0;width: 60px;height: 40px;margin: auto;background-image: url(image/360-icon.png);background-size: contain;background-position: center center;background-repeat: no-repeat;}
.tk-product-main-thumb .item.tk-product-video-viewer:after {background-image: url(image/play-btn.png);height: 45px;}
.tk-3dmodel-modal ul {display: flex;align-items: center;justify-content: center;}
.tk-3dmodel-modal {margin-bottom: 60px;}
.tk-3dmodel-modal ul li {position: relative;display: flex;align-items: center;}
.tk-3dmodel-modal ul li+li {margin-left: 0;padding-left: 0;border-left: 1px solid #000000;}
/* .tk-3dmodel-modal ul li+li:before {content: "";background-image: url(image/line-icon.png);height: 40px;width: 16px;background-size: contain;background-repeat: no-repeat;background-position: center center;position: absolute;left: 0;} */
.tk-3dmodel-modal ul li>a,.tk-3dmodel-viewer #ar-button {display: flex;align-items: center;justify-content: center;background-color: #ffdc32;padding: 10px 15px;text-transform: uppercase;font-weight: 600;color: #000000;min-width: 122px;font-size: 13px;line-height: normal;}
.woocommerce .tk-product-details div.product div.images .tk-3dmodel-modal ul li img,.tk-3dmodel-viewer #ar-button img {height: 18px;margin: 0 10px 0 0;}
.tk-product-details .thunk-single-product-summary-wrap .product-modal-wrap {position: sticky;top: 50px;}
.tk-product-slider-box .owl-theme .owl-nav {margin: 0;}
button.fancybox-button.fancybox-button--share {display: none;}
.tk-full-with-modal .modal-dialog {height: 100%;margin: 0;}
.tk-full-with-modal .modal-dialog .modal-content {height: 100%;background-color: #000000;}
.tk-full-with-modal .modal-dialog .tk-threeDModal-popup-info {height: 100%;}
.tk-full-with-modal .modal-dialog .tk-threeDModal-popup-info model-viewer {height: 100%;}
.tk-full-with-modal .modal-dialog .modal-content .modal-body {padding: 40px 80px;}
.tk-full-with-modal .modal-dialog .modal-content .modal-body .btn-close {z-index: 1;right: 20px;top: 20px;}
.tk-full-with-modal .modal-dialog .modal-content .modal-body .btn-close:hover {background-color: #ffffff;}
.tk-search-product-popup .tk-register-box .form-group .text-muted {margin-top: 5px;font-size: 12px;}
.woocommerce .woocommerce-order>p {width: 100%;}
.woocommerce img.fancybox-image, .woocommerce img.fancybox-spaceball {height: 100%;}

.tk-cart-page .shop_table .tk-shop_table-inner li .product-thumbnail>a {width: 100%;}
.tk-cart-page .shop_table .tk-shop_table-inner li .product-thumbnail>a>img {width: 100%;}
.blockUI.blockOverlay {z-index: 2 !important}
.wc-block-components-notice-banner>svg {display: none;}
.wc-block-components-notice-banner {border-radius: 0;}




/*0001 Responsive Start*/

@media only screen and (min-width: 992px) {
  .below-header-bar .nav-item.at-has-menu ul {position: absolute;transform: translate(0, 30px);-o-transform: translate(0, 30px);-moz-transform: translate(0, 30px);-webkit-transform: translate(0, 30px);opacity: 0;visibility: hidden;pointer-events: none;top: 100%;left: 0;background-color: rgba(0, 0, 0, 0.8);z-index: 3;box-shadow: 0 0 20px rgba(255,255,255,0.3);}
  .below-header-bar .nav-item.at-has-menu:hover>ul {transform: translate(0, 0);-o-transform: translate(0, 0);-ms-transform: translate(0, 0);-moz-transform: translate(0, 0);-webkit-transform: translate(0, 0);opacity: 1;visibility: visible;pointer-events: all;}
  .below-header-bar .nav-item.at-has-menu ul:before {position: absolute;content: '';display: block;width: 0;height: 0;border-bottom: 12px solid;border-left: 11px solid transparent;border-right: 11px solid transparent;border-top: 0;top: -12px;bottom: initial;left: 22px;border-bottom-color: rgba(0,0,0,0.8);}
  .below-header-bar .nav-item.at-has-menu ul li a:hover {color: #FFDC32;}
  .navbar-nav>li.at-has-menu:nth-last-child(2)>ul.collapse,.navbar-nav>li.at-has-menu:last-child>ul.collapse {left: auto;right: 0;}
  .navbar-nav>li.at-has-menu:nth-last-child(2)>ul.collapse:before, .navbar-nav>li.at-has-menu:last-child>ul.collapse:before {right: 12px;left: auto;}

}
@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {max-width: 1380px;}
}
@media only screen and (max-width: 1800px) {
  .btn.tk-filter-btn {min-width: 120px;padding: 12px 14px;font-size: 14px;}
  .btn.tk-filter-btn svg {margin-right: 6px;}


}
@media only screen and (max-width: 1660px) {
  .hero-slider.owl-carousel .item:not(.tk-hero-only-img) {min-height: 440px;}
  .btn.tk-filter-btn {min-width: 90px;padding: 10px 10px;font-size: 12px;}
  .btn.tk-filter-btn svg {width: 15px;}
  

}
@media only screen and (max-width: 1560px) {
  .tk-font-60,.tk-careers-title h2,.page-head h1.tk-font-60 {font-size: 52px;line-height: 50px;}
  .tk-stay-updated h2 {margin: 10px 0 30px !important;}
  .tk-font-36,.thunk-post-excerpt>h2 {font-size: 32px;line-height: 35px;}
  .card-box {padding: 22px 26px 26px 26px;}
  .card-box .card-body h2 {font-size: 38px;line-height: 38px;}
  .tk-font-48,.search .thunk-page-top-title {font-size: 38px;line-height: 38px;}
  .tk-inner-banner h1, .woocommerce-lost-password .page-head h1 {font-size: 45px;line-height: 50px;}
  .thunk-post-excerpt>h2 {margin: 30px 0 18px;}
  .thunk-post-excerpt {margin-top: 30px;margin-bottom: 40px;}
  .thunk-related-links {margin-bottom: 40px;}
  .tk-related-posts h2 {margin-bottom: 25px;}
  .tk-warranty-box+.tk-warranty-box {margin-top: 45px;}
  .tk-font-30, .search .thunk-page-top-title span {font-size: 22px;}
  .tk-warranty-head {margin-bottom: 18px;}
  .tk-font-40,.product_title,.tk-gift-video .tk-left-content h3 {font-size: 30px;}
  .tk-faq>.container>h2 {margin-bottom: 30px;}
  .tk-font-24, .tk-support-details h3 {font-size: 20px;line-height: 25px;}
  .tk-support-details h3 {margin-bottom: 15px;}
  .tk-support-details h3+h3, .tk-support-details p+h3 {margin-top: 40px;}
  .tk-download-brochure .row+.row {margin-top: 50px;}
  .tk-main-head h2 {font-size: 70px;}
  .tk-main-head h3 {font-size: 30px;line-height: 36px;margin-top: -35px;}
  .tk-main-head {margin-bottom: 50px;}
  .tk-get-the-deets-info h2 {font-size: 45px;line-height: 40px;}
  .tk-section-btn {margin-top: 50px;}
  .tk-big-btn {font-size: 18px;min-height: auto;}
  form>.form-group+.form-group,.tk-my-profile form>.form-group+.form-group:last-child,.tk-my-profile form fieldset>.form-group+.form-group {margin-top: 20px;}
  form>.form-group+.form-group:last-child {margin-top: 30px;}
  .tk-business-account-box {padding: 40px;}
  .tk-business-account-box h2 {margin-bottom: 35px;}
  .tk-business-account-box .btn {margin-bottom: 30px;}
  .tk-business-account-box p~.btn {margin-top: 30px;}
  .tk-business-account-box-list {margin-top: 50px;padding-top: 50px;}
  .tk-business-account-box+.tk-business-account-box {margin-top: 40px;}
  .tk-scroll-bar-inner ul li {margin: 0 40px;}
  .tk-scroll-bar-inner ul li a {padding: 20px 12px;font-size: 20px;}
  .tk-mb-70 {margin-bottom: 40px;}
  .tk-my-profile .tk-register-box .col-lg-4+.col-lg-4+.col-lg-4+.col-lg-4 {margin-top: 20px;}


}
@media only screen and (max-width: 1440px) {
  .thunk-icon-market ul.list-unstyled li .find-dealer a, .language select[name="language"] {font-size: 14px;}
  .logo-content .thunk-logo img, .sticky-header .logo-content img {max-width: 150px;}
  .below-header-col1>ul>li>a, .cat-toggle .toggle-title, .navbar-expand-lg .navbar-nav li .nav-link {font-size: 16px;}
  .thunk-icon-market ul.list-unstyled>li+li, .navbar-nav>li+li, .below-header-col1>ul>li+li {margin-left: 25px;}
  header .menu-category-list ul[data-menu-style="vertical"] {top: 144px;height: calc(100% - 144px);}
  .tk-bg-circle::before {top: -230px;left: -220px;}
  .tk-bg-circle::after {right: -210px;bottom: -210px;}
  .openmart-site .owl-carousel .owl-nav button.owl-next {right: -35px;}
  .openmart-site .owl-carousel .owl-nav button.owl-prev {left: -35px;}
  .tk-product-info .tk-product-info-img {height: 180px;margin-bottom: 20px;}
  .owl-carousel .tk-product-info .tk-product-info-img img {max-height: 180px;}
  .tk-product-list-slider .tk-product-info h5 {font-size: 15px;line-height: 18px;}
  header .menu-category-list ul[data-menu-style="vertical"] li a {font-size: 16px;}
  .menu-category-list ul[data-menu-style="vertical"] li ul.sub-menu {padding: 0 0 15px 20px;}
  .hero-slider.owl-carousel .item:not(.tk-hero-only-img) {min-height: 400px;}
  .tk-download-specs li.top_product_title_sku {font-size: 22px;}
  /* .menu-body {height: calc(100% - 144px);} */
  .menu-body {max-height: calc(100% - 144px);}
  .menu-body ul > li > a {font-size: 16px;}
  .tk-header {top: -85px;}
  .tk-filter-title-btn h3 svg {width: 18px;}
  .woocommerce .tk-product-details .tk-product-slider-box .tk-product-main-img .owl-item .item {height: 480px;padding: 0 40px 40px 40px;}
  /* .tk-3dmodel-modal {margin-bottom: 80px;margin-top: 20px;} */
  .woocommerce .tk-product-details .tk-product-slider-box .tk-product-main-thumb .item {height: 130px;padding: 10px;}
  .tk-product-main-thumb .item.tk-3dmodel-viewer:after, .tk-product-main-thumb .item.tk-product-video-viewer:after {width: 40px;height: 30px;}
  .tk-product-main-thumb .item.tk-product-video-viewer:after {height: 32px;}



}
@media only screen and (max-width: 1399px) {
  .tk-product-btns,body.woocommerce.search ul.products li.product .thunk-product-wrap .thunk-product-hover {margin-top: 20px;flex-flow: column;}
  .tk-product-btns .btn, .tk-product-btns .yith-wcwl-add-to-wishlist a, body.woocommerce.search ul.products li.product .thunk-product-wrap .thunk-product-hover a {width: 100% !important;justify-content: center;}
  .tk-product-btns .btn+.btn, .yith-wcwl-add-to-wishlist,body.woocommerce.search ul.products li.product .thunk-product-wrap .thunk-product-hover .thunk-wishlist {margin-top: 15px;margin-left: 0;}
  .tk-ratting {margin: 15px 0 20px 0;}
  .tk-product-title a,body.woocommerce.search ul.products li.product .thunk-product-wrap .thunk-product .thunk-product-content .woocommerce-loop-product__title,.tk-product-title h4 {font-size: 16px;}
  .tk-product-image, body.woocommerce.search ul.products li.product .thunk-product-wrap .thunk-product-image>.woocommerce-loop-product__link {min-height: 180px;margin-bottom: 25px;}
  .tk-product-image img,body.woocommerce.search ul.products li.product .thunk-product-wrap .thunk-product-image .woocommerce-loop-product__link img {max-height: 180px;}
  /* .tk-product-price {font-size: 25px;line-height: 30px;} */
  .tk-load-more-btn {margin-top: 50px;}
  .tk-foot-logo a img {max-width: 160px;}
  .tk-foot-logo a+a img {max-width: 130px;}
  .yith-wcwl-add-to-wishlist,.yith-wcwl-add-button,body.woocommerce.search ul.products li.product .thunk-product-wrap .thunk-product-hover .thunk-wishlist,body.woocommerce.search ul.products li.product .thunk-product-wrap .thunk-product-hover .thunk-wishlist>span {width: 100%;}
  /* .wp-block-woocommerce-cart .wc-block-components-product-name {font-size: 20px;} */
  /* body .wp-block-woocommerce-cart table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link {min-width: auto;} */
  .form-group label {font-size: 16px;line-height: 22px;}
  .thunk-related-links .nav-links a {font-size: 15px;}
  .tk-recipes .tk-press-img {height: 250px;}
  .tk-recipes-form form>p {margin-bottom: 30px;}
  .custom_radio input[type="radio"] + label {padding-left: 1.9em;line-height: 1.4em;font-size: 10px;}
  .custom_radio+.custom_radio {margin-left: 12px;}
  .tk-dealer-type-btn .btn {min-width: 110px;}
  .tk-download-brochure-btn {margin-bottom: 30px;}
  .woocommerce-MyAccount-content .tk-location-search-box .row .col {width: 50%;flex: inherit;}
  .woocommerce-MyAccount-content .tk-location-search-box .row .col+.col+.col {margin-top: 22px;}
  /* .woocommerce div.product .product_title {padding-right: 90px;} */
  .tk-product-price-btn h3 {font-size: 16px;}
  .tk-buynow-btn .btn {min-width: 150px;}
  .tk-features-box ul li .tk-features-box-inner {padding: 30px;}
  .tk-features-box ul li .tk-features-box-inner h3 {font-size: 22px;}
  .tk-features-box ul li .tk-features-box-inner p {margin-top: 25px;font-size: 15px;line-height: 24px;}

  /* .tk-features-box ul li .tk-features-box-inner .tk-features-box-content {transform: translateY(280px);} */
  .tk-features-box ul li {height: 430px;}
  .tk-features-box ul li .tk-features-box-inner .tk-features-box-content {transform: translateY(25px);}
  .tk-capacity-specs-slider .tk-capacity-box h4 {font-size: 16px;}
  .tk-capacity-box h5 {line-height: normal;}
  .tk-rating-snapshot-box {padding-left: 10px;}
  .tk-rating-snapshot {padding: 20px 30px 20px 0;}
  .tk-average-customer-ratings {padding-left: 30px;}
  .tk-wishlist .tk-product-image {min-height: 177px;}
  /* .tk-build-own-suite .tk-product-image {min-height: 312px;margin-bottom: 35px;} */
  /* .tk-build-own-suite .tk-product-title a {font-size: 25px;} */
  /* .tk-build-own-suite .tk-product {padding: 30px 20px;} */
  /* .tk-suite-deal-order-item p {font-size: 14px;} */
  /* .tk-suite-deal-discount-product-list li h5, .tk-suite-deal-discount-total li h6 {font-size: 14px;} */
  /* .tk-suite-deal-discount-total li {padding: 10px 0;} */
  /* .tk-suite-deal-discount>h6 {padding-top: 15px;padding-bottom: 18px;} */
  .tk-careers-info ul li .tk-careers-date+.tk-careers-date {margin-left: 20px;}
  .tk-careers-vacancies-list>li {padding: 22px 30px;}
  .tk-careers-vacancies-list {margin: 15px 0 40px;}
  .tk-careers-video {min-height: 400px;}
  .woocommerce-cart .page-head h1::before {font-size: 30px;line-height: 45px;}
  .tk-product-list-slider .tk-product-info .tk-product-info-img {height: 65px;}
  .tk-product-shipping-info,.woocommerce .tk-product-details div.product form.cart, .tk-product-details .entry-summary>.woocommerce-variation.single_variation.tk-no-variation,body.woocommerce .tk-product-details .single_variation_wrap .woocommerce-variation-add-to-cart {margin: 30px 0 0;}
  .tk-download-specs {margin-bottom: 30px;}
  .tk-download-specs li+li {margin-top: 20px;}
  /* .tk-download-specs li {font-size: 16px;} */
  .tk-download-specs a,.tk-product-shipping-info .tk-download-specs li span {font-size: 14px;}
  .tk-product-shipping-info-list li+li {margin-top: 20px;}
  .tk-product-shipping-info-list li {font-size: 12px;}
  .tk-product-shipping-info-list li label {font-size: 16px;}
  .tk-product-shipping-info-list li>img {max-height: 22px;}
  .tk-product-details .upsells.products .products li.product .thunk-product .thunk-product-content span {font-size: 15px;}
  .tk-product-details .upsells.products .products li.product .thunk-product .thunk-product-content .woocommerce-loop-product__link h2 {font-size: 15px;}
  .tk-product-details .upsells.products .products li.product .thunk-product .thunk-product-image {width: 60px;}
  .tk-product-details .upsells.products .products li.product .thunk-product .thunk-product-content {width: calc(100% - 190px);}
  .woocommerce .tk-product-details div.product .flex-viewport {margin-bottom: 50px;}
  .tk-product-details .yith-wcwl-add-to-wishlist {margin: 30px 0 35px 0;}
  .tk-product-details .upsells.products h2 {margin-bottom: 20px;}
  .tk-product-details .upsells.products .products li.product .thunk-product .thunk-product-content span.price {padding-left: 10px;}
  .tk-login .container>p {margin-top: 30px;}
  body.woocommerce .tk-product-details div.product .flex-control-thumbs li img {height: 120px;}
  .search .page-head {margin-bottom: 34px;}
  body .tk-product-details .single_variation .woocommerce-variation-price .price {font-size: 25px;}
  .tk-filter {margin-bottom: 40px;}
  .tk-filter-title-btn h3 {/* min-width: 130px; */font-size: 13px;/* padding: 12px 15px; */}
  /* .tk-filter-close-btn {width: 40px;height: 40px;} */
  .tk-filter-close-btn span {width: 18px;}
  .tk-suite-block.tk-careers-blocks h3 {margin-bottom: 23px;}
  .tk-left-img-right-content.tk-careers-blocks .tk-right-content .btn, .tk-right-img-left-content.tk-careers-blocks .tk-left-content .btn {margin-top: 30px;}
  .product-remove a.btn {font-size: 12px;}
  .product-remove a.btn svg {width: 16px;height: 16px;margin-right: 10px;}
  .tk-cart-product-info-list .tk-cart-btn-box .product-quantity .quantity .qty {width: 60px;padding: 15px 16px;}
  .tk-cart_totals ul li .coupon input#coupon_code {padding: 5px 18px;font-size: 12px;}
  .tk-cart_totals ul li .coupon .button {min-width: 140px;font-size: 13px;padding: 12px 15px;}
  .product-remove a.remove.btn {min-width: 120px;}
  .tk-cart-page .shop_table {padding: 20px;}
  .tk-cart-page .tk-cart_totals .shop_table>li {padding: 19px 25px;}
  .tk-shipping-charge, .tk-coupon-discount {font-size: 14px;margin-top: 12px;}
  .tk-cart_totals ul li h3 {font-size: 15px;}
  .tk-cart-related-product h2 {margin-bottom: 30px;}
  .tk-cart-related-product {margin-top: 50px;}
  .tk-cart-btn-box .yith-wcwl-add-to-wishlist a {font-size: 12px;min-width: 187px;}
  .tk-cart-btn-box .quantity button {width: 33px;font-size: 18px;}
  .tk-product-details.tk-product-out-of-stock .entry-summary .yith-wcwl-add-to-wishlist {margin: 20px 0 0 0;}
  body.woocommerce .tk-product-details ul.products .thunk-product-hover>.button {font-size: 12px;}
  .gift-product-list .tk-product-price {font-size: 14px;margin-top: 8px;}



}
@media only screen and (max-width: 1199px) {
  .thunk-icon-market ul.list-unstyled>li+li, .navbar-nav>li+li, .below-header-col1>ul>li+li {margin-left: 15px;}
  .below-header-col1>ul>li>a, .cat-toggle .toggle-title, .navbar-expand-lg .navbar-nav li .nav-link {font-size: 13px;}
  .main-header-col2 {width: 40%;}
  .main-header-col1 {width: 30%;}
  .main-header-col3 {width: 30%;}
  .below-header-bar .main-menu, .below-header-bar .menu-category-list {display: block;}
  .tk-inner-banner {min-height: 340px;}
  .tk-product-list-slider .tk-product-info {padding: 20px 20px;}
  .tk-product-slider .owl-stage, .tk-product-list-slider .owl-stage {padding-left: 0;}
  h2.line-title {font-size: 45px;line-height: 60px;padding-bottom: 25px;margin-bottom: 30px;}
  .tk-product-list-information .col-xl-3+.col-xl-3+.col-xl-3+.col-xl-3 {margin-top: 25px;}
  .woocommerce .woocommerce-form-login .woocommerce-form-login__submit {font-size: 16px;min-height: auto;}
  .woocommerce form .form-row, .lost_password, .woocommerce-privacy-policy-text {margin: 0 0 25px 0;}
  body   .page-head h1 {font-size: 30px;}
  .page-head {margin-bottom: 10px;}
  body .wc-block-components-sidebar-layout .wc-block-components-main,.wp-block-woocommerce-cart .wc-block-components-sidebar-layout .wc-block-components-main {width: 100%;order: 2;padding-right: 0;margin-top: 12px;}
  body .wc-block-components-sidebar,.wp-block-woocommerce-cart .wc-block-components-sidebar {order: 1;width: 100%;padding-left: 0;}
  body   .woocommerce-checkout  .wc-block-components-sidebar .wc-block-components-panel {padding: 0;}
  /* .wp-block-woocommerce-cart .wc-block-components-sidebar-layout .wc-block-components-main {order: 0;margin-top: 0;margin-bottom: 40px;overflow-x: auto;-webkit-overflow-scrolling: touch;} */
  /* .woocommerce-cart .wp-block-woocommerce-cart .wc-block-components-sidebar::before {margin-bottom: 10px;margin-top: 0;} */
  .form-group .form-control, .form-group .form-select, #no-results .form-content input[type="text"], #error-404 .form-content input[type="text"], .tk-delete-account-box form #plugin_delete_me_shortcode_password, .woocommerce form .form-row input.input-text, body .wc-stripe-elements-field, body .wc-stripe-iban-element-field,.woocommerce form .form-row .woocommerce-input-wrapper select,.select2-container--default .select2-selection--single,#shop-product-wrap select {padding: 12px 15px;font-size: 12px;background-size: 14px 14px;background-position: right 0.8rem center;}
  .tk-contact-us .row>* {margin-top: 20px;}
  .tk-font-36,.thunk-post-excerpt>h2 {font-size: 28px;line-height: 35px;}
  .tk-left-img {height: 665px;}
  .tk-left-img-right-content {margin: 38px 0px;}
  .tk-press-info {padding: 20px;}
  .tk-press-dis p {font-size: 15px;line-height: 24px;}
  .pagination {margin-top: 40px;}
  .tk-title-dis {margin-bottom: 30px;}
  .tk-font-48,.search .thunk-page-top-title {font-size: 28px;line-height: 32px;}
  .tk-press-info h4 {margin: 8px 0 15px;}
  .tk-font-24,.tk-support-details h3 {font-size: 18px;}
  #searchform [type="submit"] {padding: 14px 20px 13px 20px;font-size: 13px;}
  #no-results .form-content input[type="text"], #error-404 .form-content input[type="text"] {width: 300px;}
  #error-404 .error-heading h2 {font-size: 80px;line-height: 70px;}
  .error-heading h3 {font-size: 22px;}
  #error-404 .error-heading h3 {margin: 12px 0;}
  .tk-support-tab .nav-pills {width: 270px;}
  .tk-support-tab .tab-content {width: calc(100% - 270px);}
  .tk-support-tab .nav-pills .nav-link {font-size: 16px;}
  .tk-support-tab .nav-pills .nav-link svg {height: 12px;margin-right: 4px;margin-top: -2px;}
  .accordion-button {padding: 15px 58px 15px 20px;font-size: 15px;}
  .accordion-button::after {width: 14px;height: 8px;}
  .tk-recipes .tk-press-img {height: 200px;}
  #gallery.tk-fancy-photos .gallery_wrapper {margin-top: 40px;}
  #gallery.tk-fancy-photos .gallery_tabs li {font-size: 15px;}
  .tk-dealer-type .form-group {margin-right: 25px;width: 48.6%;}
  .tk-dealer-type {margin-top: 20px;justify-content: flex-start !important;}
  form .form-group .woocommerce-form-login__rememberme span {font-size: 16px;}
  .tk-download-brochure-modal .modal-dialog {max-width: 730px;}
  .tk-product-info {padding: 20px;}
  .tk-product-info h5 {font-size: 15px;line-height: 22px;}
  .tk-main-head h2 {font-size: 50px;line-height: 55px;}
  .tk-get-the-deets-info {padding-right: 0;}
  .tk-get-the-deets-info h2 {font-size: 38px;}
  .tk-get-the-deets-info .btn {margin-top: 30px;}
  .tk-big-btn {font-size: 14px;}
  .tk-track-my-order-title {margin: 0 0 32px 0;}
  .tk-track-my-order-title img {max-width: 120px;}
  .tk-font-60,.tk-careers-title h2,.page-head h1.tk-font-60 {font-size: 42px;line-height: 40px;}
  .tk-business-account-box {padding: 25px;}
  .tk-business-account-box h2 {margin-bottom: 20px;}
  .tk-business-account-box p~.btn {margin-top: 22px;}
  .tk-business-account-box .btn {margin-bottom: 22px;}
  .woocommerce-account .woocommerce-MyAccount-navigation ul,.tk-profile-pic {padding: 23px 25px;}
  .woocommerce-MyAccount-navigation ul li a {font-size: 14px;padding: 0 0 0 20px}
  .woocommerce-MyAccount-navigation ul li a::before {top: 4px;width: 12px;height: 13px;}
  .woocommerce-MyAccount-navigation ul li+li {margin-top: 15px;}
  .woocommerce-account .page-head {margin-bottom: 25px;}
  body .wc-block-components-notice-banner {padding: 10px 12px !important;}
  body .wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward {font-size: 12px;}
  .woocommerce .woocommerce-MyAccount-content table.shop_table tbody tr td {font-size: 12px;}
  .woocommerce .woocommerce-MyAccount-content table.shop_table thead tr th {font-size: 15px;}
  .woocommerce .woocommerce-MyAccount-content table.shop_table tbody tr td, .woocommerce .woocommerce-MyAccount-content table.shop_table tr th {padding: 12px 20px;}
  .woocommerce .woocommerce-MyAccount-content table.shop_table tbody tr td.woocommerce-orders-table__cell-order-actions a img {max-width: 20px;}
  .tk-product-price-btn {flex-flow: column;}
  .tk-buynow-btn {margin-left: 0;}
  .tk-features-box ul li .tk-features-box-inner h3 {font-size: 25px;}
  .tk-features-box ul li .tk-features-box-inner {padding: 30px;}
  .tk-features-box ul li .tk-features-box-inner::before {height: 100%;}
  /* .tk-features-box ul li .tk-features-box-inner .tk-features-box-content {transform: translateY(330px);} */
  /* .tk-specs-box {margin: 0 -15px 0 -15px;padding-top: 30px;} */
  .tk-owners .tk-capacity-box ul li .tk-capacity-img img {max-width: 70px;height: 100%;}
  .tk-owners .tk-capacity-box ul li .tk-capacity-img {width: 70px;height: 70px;margin-bottom: 20px;}
  .tk-total-review {margin-top: 40px;}
  .tk-view-search-review {padding: 20px;}
  .tk-average-customer-ratings>ul {margin-bottom: 15px;}
  .tk-average-customer-ratings {padding-left: 20px;flex-flow: column;align-items: flex-start;}
  .tk-rating-snapshot {padding: 20px 20px 20px 0;flex-flow: column;align-items: flex-start;}
  .tk-average-customer-ratings>ul {margin-bottom: 15px;}
  .tk-rating-snapshot-box {width: 100%;padding: 0;margin-top: 15px;}
  .tk-search-review button {width: 38px;}
  .entry-content .tk-order-detail-box>p,.entry-content .tk-order-estimated>p {margin-bottom: 15px;}
  .tk-order-estimated {margin-top: 20px;}
  .entry-content .tk-payment-detail-box p {margin-bottom: 5px;}
  .tk-personal-info.form-group label {line-height: normal;}
  .tk-manage-addresses ul li {align-items: flex-start;flex-flow: column;}
  .tk-address-edit {width: 100%;justify-content: flex-start;margin-top: 20px;}
  .tk-manage-addresses ul li .tk-address-icon-address-box {width: 100%;padding-right: 0;}
  .tk-address-box p {font-size: 14px;}
  body .tk-address-edit a {font-size: 14px;}
  .tk-address-edit a span {width: 28px;height: 28px;}
  .tk-address-edit a span svg {width: 13px;height: 13px;}
  .tk-edit-profile-info-btn {height: 35px;width: 35px;}
  .tk-edit-profile-info-btn svg {width: 17px;height: 18px;}
  .woocommerce form .show-password-input, .woocommerce-page form .show-password-input {top: 12px;}
  .tk-wishlist .col-xl-4+.col-xl-4+.col-xl-4+.col-xl-4, .tk-wishlist .col-xl-4+.col-xl-4+.col-xl-4 {margin-top: 25px;}
  /* .owl-carousel.tk-suite-deal-slider {padding: 0 30px;} */
  /* .tk-build-own-suite .tk-product-image {min-height: 252px;} */
  /* .tk-build-own-suite .tk-product-title a {font-size: 20px;} */
  .tk-pt-75 {padding: 55px 0;}
  
  .woocommerce-address-fields>p>button.button {margin-top: 10px;}
  .tk-Verify-number {padding: 6px 6px 4px 6px;font-size: 11px;}
  body.woocommerce-cart .wc-block-components-button:not(.is-link) {width: auto;}
  .tk-product-details .upsells.products .products li.product .thunk-product .thunk-product-content {padding: 0 10px 0 10px}
  .tk-product-details .upsells.products .products li.product .thunk-product {padding: 12px 15px;}
  .tk-product-details .upsells.products .products li.product .thunk-product .thunk-product-content .woocommerce-loop-product__link h2 {font-size: 13px;}
  .tk-product-details .upsells.products .products li.product .thunk-product .thunk-product-content span {font-size: 12px;line-height: normal;}
  body.woocommerce .tk-product-details ul.products .thunk-product-hover>.button {min-width: 110px;font-size: 11px;}
  body.woocommerce .tk-product-details div.product .flex-control-thumbs {padding-right: 0;}
  .woocommerce .tk-product-details div.product div.images img {height: 400px;}

  body.woocommerce.search ul.products li.product {width: 33.3%;}
  body.woocommerce.search ul.products li.product+li.product+li.product+li.product+li.product, body.woocommerce.search ul.products li.product+li.product+li.product+li.product {margin-top: 24px;}
  .woocommerce-page .thunk-list-view ul.products li.product .thunk-product-image {width: 180px !important;}
  .woocommerce-page .thunk-list-view ul.products li.product .thunk-product-content, .woocommerce-page .thunk-list-view ul.products li.product .thunk-product-hover {width: calc(100% - 180px) !important;padding-left: 25px !important;}
  body .tk-product-details .single_variation .woocommerce-variation-price .price {font-size: 20px;}
  .tk-related-product-slider.owl-carousel .owl-item {min-height: 590px;}
  .hero-slider.owl-carousel .item:not(.tk-hero-only-img) {min-height: 330px;}
  .tk-cart-product-info-list .tk-cart-btn-box .product-quantity .quantity .qty {padding: 11px 16px;}
  .tk-cart-btn-box {flex-flow: column;align-items: flex-start;}
  .product-remove {margin-top: 15px;}
  .tk-cart-page .tk-cart_totals .shop_table>li {padding: 15px 15px;}
  .tk-shipping-charge, .tk-coupon-discount {font-size: 13px;margin-top: 8px;}
  .tk-cart_totals ul li .coupon .button {min-width: 120px;font-size: 12px;}
  .tk-cart_totals ul li .coupon input#coupon_code {padding: 3px 12px;font-size: 12px;}
  .btn, .woocommerce .woocommerce-form-login .woocommerce-form-login__submit, body .woocommerce button.button, .add_to_wishlist, .wp-block-woocommerce-cart table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link, .wc-block-components-button:not(.is-link), body .woocommerce-MyAccount-content .button, body.woocommerce-page #payment #place_order, body .tk-product-details .single_add_to_cart_button.button.alt, body .woocommerce .tk-product-details div.product form.cart .button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled[disabled], body.woocommerce .woocommerce-form-register .woocommerce-form-register__submit, .tk-delete-account-box form p>input[type="submit"], .delete_item, .woocommerce ul.products .thunk-product-hover .add_to_cart_button, .tk-product-details .yith-wcwl-add-button .delete_item, .woocommerce-cart .tk-cart_totals .wc-proceed-to-checkout a.checkout-button {font-size: 13px;padding: 14px 20px;}
  .tk-cart-product-info-list .product-name>a {font-size: 20px;}
  .tk-cart-product-info-list .product-price {margin: 8px 0 18px;}
  .tk-cart-product-info-list .product-price .tk-cart-product-mrp {font-size: 15px;}
  .tk-cart-page .shop_table .tk-shop_table-inner li+li {padding-top: 20px;margin-top: 20px;}
  .tk-product-details .yith-wcwl-add-button .add_to_wishlist, .tk-product-details .yith-wcwl-add-button .delete_item {font-size: 13px;}
  .tk-product-details .entry-summary .yith-wcwl-add-to-wishlist .yith-wcwl-add-button>a {min-width: 200px;min-height: 51px;}
  .tk-product-details .entry-summary .yith-wcwl-add-to-wishlist {margin: -60px 0 15px 220px;}
  body .tk-product-details .single_add_to_cart_button.button.alt {min-width: 200px;}  
  .tk-download-specs a, .tk-product-shipping-info .tk-download-specs li span {font-size: 12px;}
  .cat-toggle .cat-icon {height: 14px;width: 17px;}
  .cat-toggle .toggle-title {margin-left: 8px;}
  .cat-icon span {width: 18px;}
  .dropdown-menu li .dropdown-item {font-size: 14px;padding-left: 14px;padding-right: 14px;}
  .dropdown-menu li .dropdown-item span {margin: 0 10px 0 15px;}
  .dropdown-menu {min-width: 210px;}
  .dropdown-menu li .dropdown-item img {width: 22px;height: 22px;}
  .tk-gift-video .tk-right-img iframe {height: 310px;}
  .tk-site-switch-btn .btn {font-size: 12px;}
  .tk-features-box ul li .tk-features-box-inner p {font-size: 15px;line-height: 23px;}
  .tk-custom-tab .tab-content {padding: 30px 20px 20px 20px;}
  .tk-find-dealer-info-popup {padding: 20px;}
  .tk-main-head h3 {margin-top: -29px;}
  .tk-features-box ul li {width: 33.3%;}
  .tk-features-box ul li+li+li+li+li, .tk-features-box ul li+li+li+li {margin-top: 30px;}
  .woocommerce .tk-product-details div.product div.images .tk-3dmodel-modal ul li img {max-height: 26px;}
  /* .tk-3dmodel-modal ul li+li {margin-left: 25px;padding-left: 35px;} */
  /* .tk-3dmodel-modal ul li+li:before {height: 30px;width: 12px;} */
  .woocommerce .tk-product-details .tk-product-slider-box .tk-product-main-img .owl-item .item iframe {height: 230px;}
  .tk-technical-details .tk-scroll-bar-inner ul li {margin: 0 25px;}
  .tk-scroll-bar-inner ul li a {padding: 20px 12px;font-size: 18px;line-height: 19px;}



}
@media only screen and (max-width: 1023px) {
  .tk-top-arrow {right: 10px;bottom: -10px;}
  .tk-top-arrow.sticky {bottom: 0px;}


}

@media only screen and (max-width: 991px) {
  .accordion-button.at-has-sub-menu-arrow {width: 25px;height: 25px;position: absolute;right: 0;top: 8px;font-size: 0;background-color: #000000;padding: 0;border-radius: 28px;}
  .accordion-button.at-has-sub-menu-arrow:before {content: "";background: #ffffff;width: 2px;height: 12px;position: absolute;transform: none;cursor: pointer;top: 0;bottom: 0;margin: auto;left: 0;right: 0;transition: all 0.3s;-o-transition: all 0.3s;-ms-transition: all 0.3s;-moz-transition: all 0.3s;-webkit-transition: all 0.3s;}
  .accordion-button.at-has-sub-menu-arrow:after {content: "";background: #ffffff !important;width: 12px;height: 2px;position: absolute;transform: none;cursor: pointer;left: 0;right: 0;margin: auto;}
  .accordion-button.at-has-sub-menu-arrow[data-bs-toggle=collapse][aria-expanded=true]:before {opacity: 0;-o-transform: rotate(90deg);-ms-transform: rotate(90deg);-moz-transform: rotate(90deg);-webkit-transform: rotate(90deg);transform: rotate(90deg);}
  .below-header-bar .nav-item.at-has-menu ul {width: 100%;}
  .below-header-bar .nav-item.at-has-menu ul li {border-top: 1px solid rgba(0,0,0,0.2);display: flex;justify-content: space-between;align-items: center;flex-flow: wrap;}
  .below-header-bar .nav-item.at-has-menu ul li a {padding: 8px 10px 8px 27px;white-space: normal;color: #000000;}

  .below-header-bar .navbar-toggler {position: relative;z-index: 3;background-color: transparent;border-radius: 0;padding: 0;border: 0;width: 35px;height: 35px;box-shadow: none;}
  .below-header-bar .navbar-toggler .navbar-toggler-animation {background-image: none;position: relative;height: 22px;width: 22px;display: inline-block;vertical-align: middle;background-repeat: no-repeat;background-position: center;background-size: 100%;transition: all 0.3s;-o-transition: all 0.3s;-ms-transition: all 0.3s;-moz-transition: all 0.3s;-webkit-transition: all 0.3s;}
  .below-header-bar .navbar-toggler .navbar-toggler-animation span {transition: all 0.3s;-o-transition: all 0.3s;-ms-transition: all 0.3s;-moz-transition: all 0.3s;-webkit-transition: all 0.3s;-o-transform: rotateZ(0deg);-ms-transform: rotateZ(0deg);-moz-transform: rotateZ(0deg);-webkit-transform: rotateZ(0deg);transform: rotateZ(0deg);height: 2px;background: #000000;display: block;position: absolute;width: 100%;border-radius: 30px;}
  .below-header-bar .navbar-toggler .navbar-toggler-animation span:nth-child(1) {top: 10%;}
  .below-header-bar .navbar-toggler .navbar-toggler-animation span:nth-child(2) {top: 50%;-o-transform: translateY(-50%);-ms-transform: translateY(-50%);-moz-transform: translateY(-50%);-webkit-transform: translateY(-50%);transform: translateY(-50%);}
  .below-header-bar .navbar-toggler .navbar-toggler-animation span:nth-child(3) {bottom: 10%;}
  .below-header-bar .navbar-toggler[data-bs-toggle=collapse][aria-expanded=true] {background-color: #FFDC32;}
  .below-header-bar .navbar-toggler[data-bs-toggle=collapse][aria-expanded=true] .navbar-toggler-animation span:nth-child(1) {-o-transform: rotateZ(45deg) translateY(-50%);-ms-transform: rotateZ(45deg) translateY(-50%);-moz-transform: rotateZ(45deg) translateY(-50%);-webkit-transform: rotateZ(45deg) translateY(-50%);transform: rotateZ(45deg) translateY(-50%);top: 49%;-webkit-transform-origin: 50% 0;transform-origin: 50% 0;width: 100%;}
  .below-header-bar .navbar-toggler[data-bs-toggle=collapse][aria-expanded=true] .navbar-toggler-animation span:nth-child(2) {visibility: hidden;-o-transition: all 0s ease-in-out;-ms-transition: all 0s ease-in-out;-moz-transition: all 0s ease-in-out;-webkit-transition: all 0s ease-in-out;transition: all 0s ease-in-out;}
  .below-header-bar .navbar-toggler[data-bs-toggle=collapse][aria-expanded=true] .navbar-toggler-animation span:nth-child(3) {-o-transform: rotateZ(-45deg) translateY(-50%);-ms-transform: rotateZ(-45deg) translateY(-50%);-moz-transform: rotateZ(-45deg) translateY(-50%);-webkit-transform: rotateZ(-45deg) translateY(-50%);transform: rotateZ(-45deg) translateY(-50%);bottom: 42%;-o-transform-origin: 50% 0;-ms-transform-origin: 50% 0;-moz-transform-origin: 50% 0;-webkit-transform-origin: 50% 0;transform-origin: 50% 0;width: 100%;}  

  .below-header-bar nav>.navbar-collapse {position: fixed;left: -100%;top: 0;height: 100% !important;background: #ffdc32;width: 320px;-o-transition: all 0.3s ease-in-out;-ms-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;z-index: 9999999;display: block !important;}
  body.navbar-open .below-header-bar .navbar-collapse {left: 0;}
  .below-header-bar:after {content: "";background: #000000;width: 100%;height: 100%;position: fixed;top: 0;left: 0;bottom: 0;right: 0;z-index: 2;opacity: 0;visibility: hidden;transition: all 0.3s;-o-transition: all 0.3s;-ms-transition: all 0.3s;-moz-transition: all 0.3s;-webkit-transition: all 0.3s;}
  body.navbar-open .below-header-bar:after {opacity: 0.6;visibility: visible;}
  .below-header-bar .navbar-nav {margin-top: 0;display: inline-block;width: 100%;padding: 9px 10px 20px 10px;height: 100%;overflow-y: auto;}
  .below-header-bar .navbar-nav>.nav-item {border-bottom: 1px solid rgba(0,0,0,0.2);display: flex !important;justify-content: space-between;flex-flow: wrap;align-items: center;}
  .navbar-expand-lg .navbar-nav li .nav-link,.language {padding: 12px 0;}

  .navbar-nav>li+li {margin-left: 0;}
  .language select[name="language"] {color: #000000;background-image: linear-gradient(45deg, transparent 50%, #000000 50%), linear-gradient(135deg, #000000 50%, transparent 50%);}
  .below-header-bar .nav-item.at-has-menu ul {padding: 0;}
  /* .hero-slider.owl-carousel .item {min-height: 350px;} */
  .top-slider h1 {font-size: 28px;line-height: 31px;}
  .top-slider {max-width: 520px;padding: 30px;}
  .tk-ptb-100, .page-content .primary-content-area, .tk-careers-blocks {padding-top: 50px;padding-bottom: 50px;}
  :not(.tk-capacity-specs) + .tk-capacity-specs {padding-top: 50px !important;}
  .hero .owl-carousel .owl-dots {bottom: 12px;}
  .hero .owl-carousel .owl-dots button {width: 12px;height: 12px;margin: 0 3px;}
  .openmart-site .owl-carousel .owl-nav button.owl-next {right: -35px;}
  .openmart-site .owl-carousel .owl-nav button.owl-prev {left: -35px;}
  .tk-product-list-information .col-xl-3+.col-xl-3+.col-xl-3+.col-xl-3, .tk-product-list-information .col-xl-3+.col-xl-3+.col-xl-3 {margin-top: 25px;}

  .tk-load-more-btn {margin-top: 30px;}
  .tk-foot-logo {text-align: center;margin-bottom: 40px;}
  .tk-foot-logo a+a {margin-top: 0;margin-left: 40px;}
  .tk-foot-logo a+a img {max-width: 100px;}
  .tk-foot-logo a img {max-width: 140px;}
  footer .below-footer {padding: 20px 0;}
  footer .below-footer p {font-size: 13px;}
  .tk-top-footer {padding: 50px 0;}
  .woocommerce .woocommerce-form-login .woocommerce-form-login__submit, .woocommerce button.button {font-size: 18px;min-height: auto;margin-top: 25px;}
  /* body .wp-block-woocommerce-cart .wc-block-cart .wc-block-cart-items td:first-child {width: auto;} */
  /* .wp-block-woocommerce-cart .wc-block-components-product-name {font-size: 16px;line-height: 22px;} */
  /* body .wp-block-woocommerce-cart .wc-block-components-sidebar .wc-block-components-panel, body .wp-block-woocommerce-cart .wc-block-components-sidebar .wc-block-components-totals-coupon, body .wp-block-woocommerce-cart .wc-block-components-sidebar .wc-block-components-totals-item, body .wp-block-woocommerce-cart .wc-block-components-totals-shipping fieldset.wc-block-components-totals-shipping__fieldset {padding-left: 20px;padding-right: 20px;} */
  body table.wc-block-cart-items .wc-block-cart-items__row:first-child {padding-top: 0 !important;}
  body .wc-block-cart table.wc-block-cart-items, body .wc-block-cart table.wc-block-cart-items td, body .wc-block-cart table.wc-block-cart-items th {margin: 0;}
  body table.wc-block-cart-items .wc-block-cart-items__row:last-child {padding-bottom: 0 !important;}
  body .is-medium table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity,body .is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity,body .is-small table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity {padding-top: 0;padding-right: 0;}
  body .is-medium .wc-block-cart__sidebar,body .is-mobile .wc-block-cart__sidebar,body .is-small .wc-block-cart__sidebar {order: 0;}
  .woocommerce .woocommerce-order ul.order_details li {font-size: 10px;margin-right: 1.5em;padding-right: 1.5em;}
  .woocommerce ul.order_details li strong {font-size: 1.2em;}
  .tk-contact-us .col-lg-8 {order: 2;}
  .tk-font-60,.tk-careers-title h2,.page-head h1.tk-font-60 {font-size: 35px;}
  .tk-stay-updated h2 {margin: 6px 0 16px !important;}
  .tk-font-36,.thunk-post-excerpt>h2 {font-size: 25px;}
  .tk-left-img {height: auto;margin: -80px 0 35px 0;padding: 12px 0 12px 12px;}
  .tk-left-img-right-content {margin: 38px 0px 0;}
  .tk-left-img.tk-right-img {padding-right: 12px;margin-bottom: 35px !important;}
  .tk-right-img iframe {height: 300px;}
  .tk-left-content p {text-align: left;}
  .tk-online-retailers ul li {width: 25%;}
  .tk-online-retailers ul li+li+li+li+li+li+li, .tk-online-retailers ul li+li+li+li+li+li, .tk-online-retailers ul li+li+li+li+li {margin-top: 30px;}
  .tk-press .col-lg-4+.col-lg-4+.col-lg-4+.col-lg-4, .tk-press .col-lg-4+.col-lg-4+.col-lg-4 {margin-top: 30px;}
  .tk-press h2 {margin-bottom: 35px;}
  .tk-contact-us .row>*, .tk-contact-us .tk-three-col.row>*:nth-child(3), .tk-contact-us .tk-three-col.row>*:nth-child(2), .tk-contact-us .row>*:nth-child(2) {margin-top: 20px;}
  .card-box:last-child {margin-bottom: 28px;}
  .tk-blogs-page .col-lg-8 {order: 2;}
  .tk-press-box.tk-blog-box:first-child {margin-top: 30px;}
  .tk-recent-posts {margin-top: 20px;}
  .tk-search-box {padding: 18px;}

  .tk-blog-details .col-lg-8 {order: 2;}
  .tk-blog-details-inner {margin-top: 30px;}
  p {line-height: 22px;font-size: 14px;}
  .tk-related-post-box a.tk-related-post-title {margin-bottom: 18px;}
  .tk-related-post-box {padding: 20px;}
  .tk-related-post-readmore {margin-top: 15px;}
  .tk-support-tab .container {flex-flow: column;}
  .tk-support-tab .nav-pills {width: 100%;}
  .tk-support-tab .tab-content {width: 100%;padding-left: 0;margin-top: 30px;}
  .tk-support-details-inner ul {margin: 15px 0 30px;}
  .tk-support-details-inner ul li+li {margin-top: 6px;}
  .tk-support-details-inner ul li {font-size: 15px;line-height: 22px;padding-left: 25px;}
  .tk-support-details-inner ul li::before {width: 16px;height: 14px;}
  .tk-as-seen-in.tk-online-retailers ul li {width: 33.3%;}
  .tk-as-seen-in.tk-online-retailers ul li a img {max-height: 70px;}
  .tk-as-seen-in.tk-online-retailers ul li a {min-height: 100px;}

  #gallery.tk-fancy-photos .gallery_tabs li+li {margin-left: 22px;}
  #gallery.tk-fancy-photos .gallery_tabs li {font-size: 13px;}
  #gallery.tk-fancy-photos .gallery_wrapper {margin-top: 20px;}
  #gallery.tk-fancy-photos .gallery_wrapper {gap: 15px;}
  .tk-dealer-type {justify-content: space-between !important;}
  .tk-dealer-type .form-group {margin-right: 0;width: calc(100% - 140px);}
  .tk-dealer-list {height: auto;width: 100%;padding-right: 0;max-height: 430px;}
  #map_canvas {height: 300px;width: 100%;margin-top: 25px;}
  .tk-dealer-list-map {padding: 20px;flex-flow: column;}  
  .tk-dealer-list-inner+.tk-dealer-list-inner {margin-top: 25px;padding-top: 25px;}
  .tk-register-box {padding: 15px 20px 20px 20px;}
  .tk-register-your-product-box .tk-register-title {padding: 16px 20px;}
  .tk-contact-us .row.tk-four-col>*+*+* {margin-top: 20px !important;}
  .tk-register-your-product form>.form-group, .tk-register-your-product form>.row {margin-top: 25px;}
  .tk-form-btn {margin-top: 40px;}
  .btn-close {right: -15px;top: -15px;width: 40px;height: 40px;}
  .btn-close img {max-width: 14px;}
  .tk-product-head {justify-content: flex-start !important;margin-bottom: 20px;}
  .tk-main-head .col-lg-7 {order: 2;}
  .tk-main-head {margin-bottom: 35px;}
  .tk-get-the-deets-slider {margin-top: 20px;}
  .tk-get-the-deets-info .btn {margin-top: 20px;margin-bottom: 30px;}
  .owl-carousel .tk-get-the-deets-info img {width: auto !important;margin: auto;}
  .tk-section-btn {margin-top: 20px;}
  .tk-awards-slider .item a {height: 160px;padding: 12px;}
  .openmart-site .tk-awards-slider.owl-carousel .owl-nav button.owl-prev, .openmart-site .tk-awards-slider.owl-carousel .owl-nav button.owl-next {top: 63px;}
  .tk-track-my-order-title img {max-width: 100px;}
  .tk-track-my-order-title h1 {margin-top: 20px;}

  .woocommerce form .woocommerce-address-fields__field-wrapper .form-row-first, .woocommerce form .woocommerce-address-fields__field-wrapper .form-row-last, .woocommerce form.woocommerce-EditAccountForm .form-row-first, .woocommerce form.woocommerce-EditAccountForm .form-row-last {width: 100%;}
  .woocommerce form .form-row input.input-text,body .wc-stripe-elements-field, body .wc-stripe-iban-element-field {font-size: 14px;padding: 12px 20px;}
  .woocommerce form .form-row label {margin: 0 0 9px;font-size: 15px;}
  .woocommerce-EditAccountForm fieldset legend {padding: 0px 15px 10px 15px;font-size: 18px;}
  .woocommerce-account .woocommerce-MyAccount-navigation ul,.tk-profile-pic {padding: 16px 20px;}
  .woocommerce-MyAccount-navigation ul li a {font-size: 13px;}
  .woocommerce-account .woocommerce-MyAccount-content {padding-left: 20px;}
  .woocommerce-account .woocommerce-MyAccount-navigation {width: 100%;}
  .woocommerce-account .woocommerce-MyAccount-content {padding-left: 0;width: 100%;margin-top: 22px;}
  
  .woocommerce .tk-product-details div.product .product_title {font-size: 22px;margin-bottom: 15px;line-height: 29px;}
  .woocommerce-product-details__short-description p {line-height: 22px;font-size: 15px;}
  .woocommerce-product-details__short-description p+p {margin-top: 16px;}
  .woocommerce-product-details__short-description ul li,.woocommerce-product-details__short-description ol li {font-size: 15px;line-height: 25px;}
  .woocommerce-product-details__short-description {margin: 18px 0 0 0;}
  .woocommerce .tk-product-details div.product form.cart .variations tbody tr th label, .woocommerce .tk-product-details div.product form.cart .variations tbody tr th span {font-size: 15px;}
  .woocommerce .tk-product-details div.product form.cart .variations tbody tr th {padding: 0 0 10px 0px;}
  .th-variation-swatches.woocommerce .tk-product-details div.product form.cart .variations tr {margin-bottom: 22px;}
  .th-variation-swatches .tk-product-details .variable-items-wrapper[aria-label="size"] .variable-item.button-variable-item .variable-item-span {font-size: 15px;}  
  .th-variation-swatches .tk-product-details .variable-items-wrapper[aria-label="size"] .variable-item-contents::before {width: 18px;height: 18px;margin-right: 10px;}
  .th-variation-swatches .tk-product-details .variable-items-wrapper[aria-label="size"] .variable-item.button-variable-item {margin-right: 22px;}
  .woocommerce .tk-product-details div.product form.cart .variations {margin-bottom: 0;}
  /* .tk-mb-70 {margin-bottom: 20px;} */
  /* .tk-font-30,.search .thunk-page-top-title span {font-size: 22px;} */
  .tk-product-video-info h5 {margin-top: 15px;}
  .tk-product-video-info iframe {height: 230px;}
  .tk-scroll-bar-inner ul li {margin: 0px 22px;}
  .tk-scroll-bar-inner ul li a {padding: 14px 8px;font-size: 16px;}
  
  .tk-features-box ul li {width: 50%;height: auto;}
  .tk-features-box ul {flex-flow: wrap;}
  /* .tk-features-box ul li:hover {width: 50%;} */
  .tk-features-box ul li .tk-features-box-inner .tk-features-box-content {transform: translateY(0);}
  .tk-features-box ul li .tk-features-box-inner p {opacity: 1;height: auto;max-width: 100%;}
  .tk-features-box ul li+li+li, .tk-features-box ul li+li+li+li {margin-top: 30px;}
  .tk-features-box ul li .tk-features-box-inner h3 {max-width: 100%;}

  .tk-total-review .col-lg-6:first-child {border-right: none;border-bottom: 1px solid rgba(0,0,0,0.2);margin-bottom: 20px;}
  .tk-rating-snapshot {padding: 0 0 20px 0;flex-flow: row;align-items: center;}
  .tk-average-customer-ratings {padding-left: 0;flex-flow: row;align-items: center;}
  .tk-search-review {margin-top: 16px;}
  .tk-total-review {margin-top: 20px;}
  .tk-rating-snapshot-box {margin-top: 0;padding-left: 15px;}
  .tk-review-inner-reviews {flex-flow: column;align-items: flex-start !important;}
  .tk-review-comments {width: 100%;padding: 25px 0 15px 0;}
  .tk-review-name, .tk-promotional-review {width: 100%;}
  .tk-promotional-review {justify-content: flex-start;}
  .tk-review-comments-response {width: 100%;margin-top: 30px;padding: 20px;}
  .tk-review-inner-box>li+li {margin-top: 40px;}
  .tk-review-inner-box {margin: 40px 0;}
  .tk-review-comments>label {margin: 15px 0 18px;}
  .tk-my-profile .tk-register-box .col-lg-4+.col-lg-4+.col-lg-4+.col-lg-4, .tk-my-profile .tk-register-box .col-lg-4+.col-lg-4+.col-lg-4 {margin-top: 20px;}
  .tk-manage-addresses ul li {padding: 16px 20px;}
  .tk-address-edit {margin-top: 14px;}
  .tk-delete-account {margin-top: 15px;}
  /* .tk-build-own-suite .tk-product-image {min-height: 171px;margin-bottom: 25px;} */
  /* .tk-suite-deal-order-item p {font-size: 13px;} */
  /* .tk-suite-deal-order-summary .tk-register-box {padding: 15px;} */
  /* .tk-suite-deal-discount>h6 {padding-top: 12px;padding-bottom: 12px;font-size: 16px;line-height: normal;} */
  /* .tk-suite-deal-discount-product-list li .tk-suite-deal-product-img {width: 50px;} */
  /* .tk-suite-deal-discount-product-list li .tk-suite-deal-product-title {width: calc(100% - 50px);} */
  /* .tk-suite-deal-discount-product-list li .tk-suite-deal-product-title a {line-height: 18px;font-size: 12px;display: block;} */
  .btn svg {width: 22px;height: 22px;margin-right: 10px;}
  tk-suite-deal-discount .btn {padding: 10px 20px;}
  /* .tk-wishlist .tk-suite-deal-slider .tk-product-image {min-height: 120px;}
  .tk-wishlist .tk-suite-deal-slider .tk-product-image img {max-height: 120px;} */
  .tk-product-price {font-size: 16px;line-height: 20px;}
  .tk-ratting {margin: 12px 0 15px 0;}
  .tk-ratting ul li img {max-width: 16px;}
  /* .tk-suite-deal-order-item img {max-width: 16px;} */
  /* .tk-wishlist .tk-suite-deal-slider .tk-delete-product {width: 15px;height: 15px;} */
  /* .tk-wishlist .tk-suite-deal-slider .tk-product, .tk-choose-suite-deal-product {padding: 40px 20px 30px 20px;} */
  /* .tk-build-own-suite .tk-product-title a {font-size: 16px;line-height: normal;} */
  .tk-careers-title h2 {margin-top: 20px;}
  .tk-careers-box #jobSearchForm {margin-bottom: 40px;}
  .tk-careers-info>ul {align-items: flex-start !important;margin-top: 18px;flex-flow: column;}
  .tk-careers-info ul li +li {padding-left: 0;margin-top: 14px;}
  .tk-careers-info ul li .btn {margin-left: 0;margin-top: 0;}
  .tk-careers-info ul li:first-child {justify-content: space-between;}
  .tk-careers-info ul li {width: 100%;}
  .tk-careers-video h2 {margin-bottom: 8px;}
  .tk-careers-video .btn {margin-top: 30px;}
  .tk-careers-video {min-height: 300px;}
  /* .tk-careers-blocks .tk-left-img {margin-bottom: 30px !important;}   */
  header .menu-category-list ul[data-menu-style="vertical"] {top: 138px;height: calc(100% - 138px);width: 270px !important;}
  .tk-affiliate-registration .btn {margin-top: 10px;}
  .tk-thank-you .card h2 {margin-bottom: 12px;}
  .tk-thank-you .card {padding: 30px;}
  .tk-product-list-slider .owl-stage-outer {padding: 0 2px;}
  /* .woocommerce-page .tk-product-details div.product div.images {width: 100%;}
  .woocommerce-page .tk-product-details div.product div.summary {width: 100%;margin-top: 15px;} */
  /* .tk-download-specs a,.tk-product-shipping-info .tk-download-specs li span {font-size: 12px;} */
  .tk-download-specs li img {max-width: 16px;}
  .tk-download-specs li+li {margin-top: 18px;}
  /* .tk-download-specs a, .tk-product-shipping-info .tk-download-specs li span {font-size: 12px;} */
  .tk-product-shipping-info-list li+li {margin-top: 18px;}
  .tk-product-shipping-info-list li label {width: 58px;}
  .tk-product-shipping-info-list li span {margin-top: 8px;}
  .tk-product-shipping-info-list li {font-size: 15px;flex-flow: column;align-items: flex-start;}
  /* .tk-download-specs li.tk-download-our-inner-box>span {margin-left: 0;margin-top: 4px;} */
  /* .woocommerce .woocommerce-form-login .woocommerce-form-login__submit, .woocommerce button.button, body .tk-product-details .single_add_to_cart_button.button.alt, body.woocommerce .woocommerce-form-register .woocommerce-form-register__submit, .woocommerce-lost-password.woocommerce-page form .woocommerce-Button, .woocommerce-lost-password.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled[disabled] {margin-top: 35px;font-size: 16px;min-height: auto;} */
  .th-variation-swatches .variable-items-wrapper .variable-item.button-variable-item {padding: 0.3rem 0.6rem;}
  body .woo-variation-items-wrapper .button-variable-item span, .th-variation-swatches.thvs-style-squared .variable-items-wrapper .variable-item.button-variable-item .variable-item-span {font-size: 13px;}
  .woocommerce-product-rating .text-white>div {font-size: 14px;}
  .woocommerce div.product .woocommerce-product-rating {align-items: flex-start;flex-flow: column;}
  .woocommerce-product-rating .text-white {margin-top: 8px;}
  body.woocommerce div.product .woocommerce-product-rating .text-white a::before {width: 13px;height: 13px;margin-right: 10px;}
  body.woocommerce div.product .woocommerce-product-rating .text-white a {margin-left: 0;font-size: 11px;}
  .tk-product-details .upsells.products .products li.product .thunk-product {flex-flow: wrap;}
  .tk-product-details .upsells.products .products li.product .thunk-product .thunk-product-content {padding: 0 15px 0 16px;width: calc(100% - 60px);}
  .tk-product-details .upsells.products .products li.product .thunk-product .thunk-product-hover {justify-content: flex-start;width: 100%;padding: 10px 0 0 76px;}
  .tk-product-details .upsells.products .products li.product .thunk-product .thunk-product-hover .thunk-wishlist {margin-right: 0;justify-content: flex-start;width: auto;}
  .th-variation-swatches .tk-product-details .variable-items-wrapper[aria-label="size"] .variable-item-contents::after {top: 4px;width: 11px;height: 10px;left: 4px;}
  .modal-body .form-group label {font-size: 14px;}
  body .tk-track-my-order-box .woocommerce .woocommerce-order-details .woocommerce-order-details__title {padding: 10px 20px 13px 20px;font-size: 18px;}
  body .tk-track-my-order-box .woocommerce .woocommerce-order-details table th, body .tk-track-my-order-box .woocommerce .woocommerce-order-details table td {padding: 11px 20px 11px 20px;}
  body .tk-track-my-order-box .woocommerce .woocommerce-order-details table th {font-size: 14px;}
  body.woocommerce .tk-product-details div.product .flex-control-thumbs {margin: 0 -12px;}
  body.woocommerce .tk-product-details div.product .flex-control-thumbs li img {height: 92px;}
  body.woocommerce .tk-product-details div.product .flex-control-thumbs li+li+li+li {margin-top: 26px;}
  body.woocommerce .tk-product-details div.product .flex-control-thumbs li {padding: 0 12px;}
  .tk-product-name-price {text-align: center;}
  .tk-buynow-btn {justify-content: center;}
  .tk-product-name-price {position: relative;}
  .woocommerce-page .tk-product-details div.product div.images {top: 20px;}
  .woocommerce-checkout .woocommerce-order h2 {font-size: 18px;line-height: normal;}
  .woocommerce.woocommerce-checkout .woocommerce-order-details table.shop_table td, .woocommerce.woocommerce-checkout .woocommerce-order-details table.shop_table th, .woocommerce-checkout .woocommerce-order-details .woocommerce-order-details__title {padding: 10px 16px;}
  .woocommerce-checkout .woocommerce-order-details {width: 100%;}
  .woocommerce-checkout .woocommerce-order .woocommerce-customer-details {width: 100%;padding-left: 0;}
  .woocommerce-checkout .woocommerce-order .woocommerce-customer-details .addresses {flex-flow: row;justify-content: space-between;margin-top: 30px;}
  .woocommerce-checkout .woocommerce-order .woocommerce-customer-details .addresses .woocommerce-column {width: 48%;}
  .woocommerce-checkout .woocommerce-order .woocommerce-customer-details .addresses .woocommerce-column+.woocommerce-column {margin-top: 0;}
  .woocommerce .tk-product-details div.product div.images img {height: 300px;}
  body.woocommerce.search ul.products li.product {width: 50%;}
  body.woocommerce.search ul.products li.product+li.product+li.product+li.product+li.product, body.woocommerce.search ul.products li.product+li.product+li.product+li.product, body.woocommerce.search ul.products li.product+li.product+li.product {margin-top: 24px;}
  .woocommerce-page .thunk-list-view ul.products li.product {width: 100% !important;}
  .woocommerce-page .thunk-list-view ul.products li.product+li.product+li.product, .woocommerce-page .thunk-list-view ul.products li.product+li.product {margin-top: 24px !important;}
  body.woocommerce.search .thunk-list-view ul.products li.product .thunk-product-wrap .thunk-product-hover {flex-flow: row;}
  body.woocommerce.search .thunk-list-view ul.products li.product .thunk-product-wrap .thunk-product-hover a {width: auto !important;}
  body.woocommerce.search .thunk-list-view ul.products li.product .thunk-product-wrap .thunk-product-hover .thunk-wishlist {width: auto !important;margin-top: 0;margin-left: 14px;}
  .tk-title-dis {margin-bottom: 20px;}
  .tk-filter {margin-bottom: 30px;}
  body .tk-filter .form-select, .styledSelect {min-width: 200px;font-size: 13px;padding: 12px 40px 12px 44px;}
  #gallery .lightbox_close {top: 14px;right: 25px;width: 35px;height: 35px;}
  #gallery .social_share {right: 70px;}
  .lightbox_content img#popup_image {max-width: 100%;}
  body #gallery .gallery_item img {height: 190px;}
  .tk-leave-review-video-box .elementor-video {height: 330px;}
  .tk-leave-review-slider {margin-top: 35px;}
  .tk-leave-review-content-box h3 {margin-bottom: 15px;}
  .tk-leave-review-content-box .btn {margin-top: 25px;}
  .openmart-site .owl-carousel.tk-leave-review-slider .owl-nav {margin-top: 30px;}
  .tk-related-product-slider.owl-carousel .owl-item {min-height: 535px;}
  body #gallery .lightbox_close {right: 20px;}
  body #gallery .social_share {right: 60px;}
  .tk-suite-block.tk-careers-blocks h3 {margin-bottom: 15px;}
  /* .tk-left-img-right-content.tk-careers-blocks .tk-right-content .btn, .tk-right-img-left-content.tk-careers-blocks .tk-left-content .btn {margin-top: 22px;} */
  .owl-carousel.tk-suite-gallery {margin-top: 30px;margin-bottom: 30px;}
  .tk-suite-title-sku {margin: 20px 0 20px 0;}
  .tk-suite-title-sku li+li {margin-top: 10px;}
  .tk-suite-title-sku span {margin-top: 4px;line-height: normal;}
  .hero-slider.owl-carousel .item:not(.tk-hero-only-img) {min-height: 250px;}
  .cart-collaterals {margin-top: 30px;}
  .tk-cart-title {margin-bottom: 20px;}
  .tk-cart-page .tk-cart_totals .shop_table>li {padding: 19px 18px;}
  .tk-cart-page .tk-cart-title, .tk-cart-related-product h2 {margin-bottom: 18px;margin-top: 0;}
  .tk-product-details .woocommerce-product-rating .bv_main_container>div.bv_main_container_row_flex {margin-top: 13px !important;}
  .th-variation-swatches.thvs-style-squared .tk-product-details .variable-items-wrapper .variable-item.button-variable-item .variable-item-span {font-size: 14px;line-height: normal;}
  .th-variation-swatches .tk-product-details .variable-items-wrapper .variable-item.button-variable-item {padding: 0.5rem 0.4rem;}
  .tk-product-details .variable-item:not(.radio-variable-item) {height: 22px;width: 22px;}
  body .tk-product-details .single_add_to_cart_button.button.alt::after {width: 20px;height: 20px;}
  .tk-product-details .entry-summary .yith-wcwl-add-to-wishlist .yith-wcwl-add-button>a {min-width: 184px;min-height: 48px;width: 100% !important;}
  body .tk-product-details .single_add_to_cart_button.button.alt {min-width: 180px;width: 100%;}
  .tk-product-details .entry-summary .yith-wcwl-add-to-wishlist {margin: 18px 0 0 0;width: 100%;}
  .tk-contact-us .tk-three-col.row>.col-md-6:nth-child(2) {margin-top: 0;}
  .form-group label, .tk-delete-account-box form label {margin: 0 0 10px;}
  .tk-product-details .entry-summary>.up-sells {margin-top: 30px;}
  .tk-download-specs li {font-size: 13px;}
  .tk-download-specs li label {font-size: 14px;}
  .tk-download-specs li.tk-download-our-inner-box,.tk-download-specs li.tk-dimension-our-inner-box {flex-flow: wrap;}
  .tk-download-our-inner, .tk-download-specs li.tk-dimension-our-inner-box>span {margin-top: 6px;width: 100%;}
  .tk-download-our-inner>a:first-child {margin-left: 0;}
  .tk-download-specs li.tk-dimension-our-inner-box {flex-flow: wrap;}
  .tk-download-specs li.tk-dimension-our-inner-box>span {width: 100%;margin-left: 0;}
  .bv_main_container>div.bv_main_container_row_flex {margin-top: 11px !important;width: 100% !important;}
  .main-header-col1 {width: 25%;}
  .main-header-col3 {width: 25%;}
  /* .menu-body {height: calc(100% - 138px);} */
  .menu-body {max-height: calc(100% - 138px);min-height: calc(50% - 69px);}
  .menu-body .navigation-col {-webkit-box-flex: 50%;-webkit-flex: 50%;-ms-flex: 50%;flex: 50%;max-width: 50%;width: 50%;}
  .tk-menu-line span:last-child {display: none;}
  .tk-menu-line span {width: 50%;}
  .tk-product-pic-uploads .file-row {width: 100%;}
  .tk-product-pic-uploads .file-row .tk-pic-uploads-preview {padding: 14px;}
  .tk-contact-us .gift-product-list-inner .gift-product-list .row>.gift-product-item+.gift-product-item+.gift-product-item {margin-top: 24px;}
  .tk-product-pic-uploads .file-row .tk-multi-btn .btn+.btn {margin-left: 10px;}
  .tk-gift-video .tk-left-content h3 {margin-bottom: 20px;}
  .tk-dots-ul ul li {font-size: 15px;}
  .tk-dots-ul ul li::before {top: 6px;}
  .tk-gift-video {margin-bottom: 40px;}
  .tk-gift-hero {margin-bottom: 30px;}
  .tk-gift-video .tk-left-content {padding-right: 0;}
  .tk-find-dealer-online-nearby .tab-content .tk-careers-position-location img {max-width: 100px;}
  .tk-find-dealer-online-nearby .tab-content .tk-careers-info .btn {min-width: 120px;}
  .tk-technical-info-table .col-lg-6+.col-lg-6 {margin-top: 30px;}
  .woocommerce .tk-product-details .tk-product-slider-box .tk-product-main-img .owl-item .item {height: 400px;padding: 0 30px 30px 30px;}
  .woocommerce .tk-product-details .tk-product-slider-box #sync1.owl-theme .owl-next {right: 0;}
  .woocommerce .tk-product-details .tk-product-slider-box #sync1.owl-theme .owl-prev {left: 0;}
  .woocommerce .tk-product-details .tk-product-slider-box .tk-product-main-img .owl-item .item iframe {height: 180px;}
  .tk-3dmodel-modal {margin-bottom: 40px;}
  .woocommerce .tk-product-details .tk-product-slider-box .tk-product-main-thumb .item {height: 100px;padding: 10px;border-width: 3px;}



}
@media (max-width: 782px) {
  .wc-block-cart .wc-block-cart__submit-container--sticky {display: none;}

  
}
@media screen and (max-width: 768px) {
  .woocommerce .woocommerce-Addresses {flex-flow: column;}
  .woocommerce .col2-set .woocommerce-Address+.woocommerce-Address {margin-top: 20px;}
  .woocommerce .col2-set .woocommerce-Address, .woocommerce .woocommerce-columns--addresses .woocommerce-column {padding: 11px 18px;}
  .woocommerce-Address address, body.woocommerce .woocommerce-customer-details address {line-height: 25px;font-size: 14px;margin-top: 8px;}
  h3 {font-size: 16px;line-height: 28px;}
  .woocommerce-account .addresses .title .edit {font-size: 14px;}
  .woocommerce.woocommerce-orders .woocommerce-MyAccount-content table.shop_table {border: none;}
  .woocommerce.woocommerce-orders .woocommerce-MyAccount-content table.shop_table tbody tr {border: 1px solid #dddddd;border-bottom: none;}
  .woocommerce.woocommerce-orders .woocommerce-MyAccount-content table.shop_table tbody tr+tr {margin-top: 20px;}

}
@media screen and (max-width: 767px) {
  .cat-toggle .toggle-title {margin-left: 10px;}
  .cat-icon {display: none;}
  .logo-content .thunk-logo img, .sticky-header .logo-content img {max-width: 110px;}
  footer .below-footer {padding: 15px 0;}
  footer .below-footer p {font-size: 14px;}
  .below-header-bar nav>.navbar-collapse {width: 260px;}

  /* .hero-slider.owl-carousel .item {min-height: 270px;} */
  .top-slider h1 {font-size: 22px;line-height: 28px;}
  .top-slider {/* max-width: 410px; */padding: 20px;margin-top: 10px;margin-bottom: 30px;}
  .tk-inner-banner h1, .woocommerce-lost-password .page-head h1 {font-size: 35px;line-height: 40px;}
  .tk-inner-banner {min-height: 250px;}
  h2.line-title {font-size: 32px;line-height: 40px;padding-bottom: 22px;margin-bottom: 25px;}
  .line-title::before {width: 100px;height: 3px;}
  .tk-product-list-information .col-xl-3+.col-xl-3+.col-xl-3+.col-xl-3, .tk-product-list-information .col-xl-3+.col-xl-3+.col-xl-3, .tk-product-list-information .col-xl-3+.col-xl-3 {margin-top: 25px;}
  /* .tk-product-price {font-size: 20px;line-height: 25px;} */
  .woocommerce form .form-row input.input-text,body .wc-stripe-elements-field, body .wc-stripe-iban-element-field {padding: 12px 20px;}
  .woocommerce form .form-row label {line-height: 25px;font-size: 15px;}
  .woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme span {padding-left: 31px;}
  .woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme span::before {width: 20px;height: 20px;top: 0px;}
  .woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme span::after {left: 6px;width: 11px;height: 9px;top: 6px;}
  .woocommerce .woocommerce-form-login .woocommerce-form-login__submit {margin-top: 22px;font-size: 14px;}
  .woocommerce form .form-row, .lost_password, .woocommerce-privacy-policy-text {margin: 0 0 15px 0;}
  .woocommerce form .form-row label {margin: 0 0 5px;}
  .tk-top-footer .col-md-4+.col-md-4+.col-md-4 {margin-top: 22px;}
  .tk-top-footer h5 {margin-bottom: 14px;}
  .tk-foot-menu ul li+li {margin-top: 10px;}
  .tk-foot-menu ul li a {font-size: 12px;line-height: 18px;display: block;}
  .tk-foot-contact-info .btn {margin-top: 22px;}

  .tk-login-signup-head, .woocommerce-lost-password .page-head {margin-bottom: 35px;}
  .woocommerce .openmart-site .tk-signup form.woocommerce-form .form-row-first, .woocommerce .openmart-site .tk-signup form.woocommerce-form .form-row-last, .woocommerce-page form.woocommerce-form .form-row-first, .woocommerce-page form.woocommerce-form .form-row-last {width: 100%;}
  .tk-login-signup-head, .woocommerce-lost-password .page-head {margin-bottom: 15px;}
  .woocommerce-lost-password .page-head h1 {line-height: normal;}
  body .is-small .wc-block-checkout__sidebar,body .is-medium .wc-block-checkout__sidebar,body .is-mobile .wc-block-checkout__sidebar,body .is-small .wc-block-checkout__sidebar {margin-bottom: 0;}
  body .wc-block-components-totals-item__label, body .wc-block-components-order-summary__button-text {font-size: 15px;} 
  body .wc-block-components-totals-item__description {font-size: 1em;}
  .page-head h1 {font-size: 22px;}
  .page-head {margin-bottom: 15px;}
  body .wc-block-components-order-summary .wc-block-components-order-summary-item__description {padding-bottom: 10px;padding-left: 18px;}
  body .wc-block-checkout__sidebar .wc-block-components-product-name {line-height: 17px;}
  body .wc-block-components-button:not(.is-link) {padding: 11px 20px;min-height: auto !important;}
  body .is-medium.wc-block-components-sidebar-layout,body .is-mobile.wc-block-components-sidebar-layout,body .is-small.wc-block-components-sidebar-layout {margin: 0;}
  table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product {width: 290px;}
  /* .wp-block-woocommerce-cart table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link {font-size: 12px;padding: 12px 20px;} */
  body .wc-block-components-notice-banner {padding: 11px 12px!important;}
  /* .tk-contact-us .row>*, .tk-contact-us .row>*:nth-child(2) {margin-bottom: 25px;} */
  .wpcf7-form .btn {margin-top: 8px;}
  .tk-font-36, .thunk-post-excerpt>h2 {font-size: 18px;line-height: 26px;}
  .tk-find-dealer .btn {margin-top: 20px;}
  .tk-font-60,.tk-careers-title h2,.page-head h1.tk-font-60 {font-size: 34px;line-height: 36px;}
  .tk-stay-updated h2 {margin: 4px 0 6px !important;}
  p+p {margin-top: 20px;}
  p {font-size: 15px;line-height: 22px;}
  .tk-left-img {margin: -80px 0 25px 0;}
  .tk-left-img.tk-right-img {margin-bottom: 25px !important;}
  .tk-online-retailers ul li {width: 33.3%;}
  .tk-online-retailers ul li+li+li+li+li+li+li, .tk-online-retailers ul li+li+li+li+li+li, .tk-online-retailers ul li+li+li+li {margin-top: 20px !important;}
  .tk-online-retailers ul li {padding: 0 10px;}
  .tk-online-retailers ul {margin: 0 -10px;}
  .tk-press-info h4 {margin: 8px 0 14px;}
  .tk-font-24,.tk-support-details h3 {font-size: 16px;line-height: 22px;}
  .tk-press-img {height: 170px;}
  .form-group textarea.form-control {height: 120px;}
  .tk-title-dis h2 {margin-bottom: 16px;}
  .card-box:last-child {margin-bottom: 10px;}
  .card-box .card-body h2 {font-size: 28px;line-height: 32px;margin-bottom: 15px;}
  .card-body p .btn {margin-top: 5px;}
  .card-box+.card-box {margin-top: 20px;}
  .card-box {padding: 16px 18px 18px 18px;}
  body .codedropz-upload-handler .cd-upload-btn::after {font-size: 12px;}
  body .codedropz-upload-handler .cd-upload-btn {min-width: 120px;padding: 10px 10px;}
  .codedropz-upload-inner>div:first-child, .codedropz-upload-inner>span {font-size: 12px;}
  body .codedropz-upload-handler {padding: 18px;}
  .tk-recent-posts ul {padding: 17px 18px;}
  .tk-recent-posts ul li+li {margin-top: 14px;}
  .tk-font-48,.search .thunk-page-top-title {font-size: 20px;line-height: 24px;}
  .tk-press-info {padding: 15px 18px;}
  .tk-press-info .btn {min-width: 140px;margin-top: 15px;}
  .accordion-button {padding: 15px 58px 15px 18px;font-size: 15px;}
  .tk-related-posts .col-md-6+.col-md-6 {margin-top: 25px;}
  .tk-related-posts h2 {margin-bottom: 16px;}
  .thunk-post-excerpt>h2 {margin: 20px 0 14px;}
  .thunk-post-excerpt {margin-top: 20px;margin-bottom: 30px;}
  .thunk-related-links {margin-bottom: 25px;}
  .thunk-post-excerpt ul {margin: 10px 0 22px;}
  .thunk-related-links .nav-links {margin: 0;flex-flow: column;align-items: center;}
  .thunk-related-links .nav-links .nav-previous, .thunk-related-links .nav-links .nav-next {padding: 0;width: 100%;}
  .thunk-related-links .nav-links .nav-next {margin-top: 20px;}
  .tk-warranty-box+.tk-warranty-box {margin-top: 30px;}
  .tk-warranty-head h4 {margin: 8px 0 0;}
  .tk-warranty-head {margin-bottom: 12px;}
  #searchform [type="submit"] {min-width: 120px;}
  .tk-font-40,.product_title,.tk-gift-video .tk-left-content h3 {font-size: 22px;}
  .tk-faq>.container>h2 {margin-bottom: 20px;}
  .tk-support-details h3+h3, .tk-support-details p+h3 {margin-top: 22px;}
  .tk-recipes .tk-press-img {height: 150px;}
  .tk-recipes-form-img img {max-width: 250px;margin: auto;}
  #gallery.tk-fancy-photos .gallery_wrapper {grid-template-columns: repeat(2, 1fr);}
  .tk-location-search-box .col-md-6+.col-md-6 {margin-top: 20px;}
  .tk-dealer-type {flex-flow: column;align-items: flex-start !important;}
  .tk-dealer-type .form-group {width: 100%;}
  .tk-dealer-type-btn {margin-top: 20px;}
  .tk-register-your-product-box .tk-register-title {padding: 12px 15px;min-height: auto;}
  .tk-font-18 {font-size: 15px;line-height: 20px;}
  .tk-register-box {padding: 12px 15px 15px 15px;}
  .tk-brochure-img {margin-bottom: 20px;}
  .tk-download-brochure .row+.row {margin-top: 30px;}
  .tk-download-brochure-modal .modal-dialog {max-width: 100%;margin: 0.7rem;}
  form .form-group .woocommerce-form-login__rememberme span {font-size: 14px;padding-left: 34px;}
  .btn-close {right: -7px;top: -8px;width: 32px;height: 32px;}
  .btn-close img {max-width: 10px;}
  .tk-awards-slider .item .tk-awards-slider-info {padding: 15px 9px 0;}
  .tk-awards-slider .item .tk-awards-slider-info h5 {font-size: 16px;line-height: 25px;margin-bottom: 10px;}
  .tk-location-search-box {padding: 15px 20px;}
  .tk-location-search-box .form-group>label {font-size: 15px;margin-bottom: 8px;}
  .tk-track-my-order-title {margin: 0 0 22px 0;}
  div#openmart-mobile-bar {display: none;}
  .open-mart-mobile-menu-wrapper {display: none;}
  .mobile-nav-bar.sider.main.left {display: none;}
  .tk-business-account-box-list {margin-top: 30px;padding-top: 30px;}
  body .wc-block-components-notice-banner.is-info:last-child {margin-bottom: 0;}
  .tk-profile-pic-img>img {width: 120px;height: 120px;}
  .tk-edit-profile-btn img {height: 30px;}
  .woocommerce-page .tk-product-details div.product div.images {width: 100%;position: relative;top: 0;}
  .woocommerce-page .tk-product-details div.product div.summary {width: 100%;margin-top: 35px;}
  .woo-variation-items-wrapper .button-variable-item span, .th-variation-swatches.thvs-style-squared .variable-items-wrapper .variable-item.button-variable-item .variable-item-span {font-size: 13px;}
  .tk-product-price-btn {margin-top: 12px;}
  .tk-features-box ul li,.tk-features-box ul li:hover {width: 100%;}
  .tk-features-box ul li+li+li, .tk-features-box ul li+li,.tk-features-box ul li+li+li+li {margin-top: 20px;}

  .tk-capacity-box li {padding: 15px 8px;}
  .tk-specs-box {margin: 0 -8px 0 -8px;padding-top: 16px;}
  .tk-specs-box-inner {padding: 20px 20px;}
  /* .tk-capacity-box .tk-capacity-img img {max-width: 50px;} */
  .tk-capacity-box .tk-capacity-img {height: 50px;width: 50px;margin-bottom: 12px;}
  .tk-capacity-box.tk-specs-box .tk-capacity-img {margin-top: 10px;}
  .tk-owners .tk-capacity-box ul li {width: 50%;padding: 20px 20px;}
  .tk-owners .tk-capacity-box ul li:nth-child(3) {border-left: none;}
  .tk-owners .tk-capacity-box ul li+li+li {border-top: 1px solid rgba(255,225,225,0.4);}

  .tk-review-filter-box form .form-group label, .tk-review-filter-box form .form-group .form-control {font-size: 11px !important;background-size: 11px;}
  .tk-review-filter-box>a {margin-left: 15px;}
  .tk-review-filter-box>a img {max-width: 20px;}
  .tk-review-filter {padding: 9px 12px;}
  .tk-font-22 {font-size: 18px;}
  .tk-review-comments-response h5 {margin-bottom: 8px;}
  .tk-review-comments-response {padding: 20px;}
  .tk-review-comments label {font-size: 14px;}
  .tk-product-helpful li a {padding: 5px 12px 4px 12px;margin-left: 15px;}
  .tk-review-filter-box form .form-group label, .tk-review-filter-box form .form-group .form-control {font-size: 11px !important;}
  .tk-review-filter p {font-size: 13px;line-height: normal;}
  .tk-review-filter-box form .form-group .form-control {padding: 0 20px 0px 6px;}
  .col-lg-4+.col-lg-4 .tk-payment-detail-box {margin-top: 20px;}
  .tk-order-details .tk-register-box {padding: 15px 18px;}
  .tk-order-details .tk-register-your-product-box .tk-register-title {padding: 10px 18px;}
  .tk-order-details .tk-contact-us .form-group label {font-size: 14px;}
  .form-group label {margin: 0 0 8px;}
  .tk-address-edit a:first-child span svg {margin-left: 0;}
  .tk-delete-account-box h2 {font-size: 22px;margin-bottom: 14px;}
  /* .tk-build-own-suite .tk-product-image {min-height: 204px;margin-bottom: 25px;} */
  /* .tk-build-own-suite .tk-product-title a {font-size: 18px;} */
  .tk-pt-75 {padding: 35px 0;}
  /* .tk-build-own-suite .col-sm-6+.col-sm-6+.col-sm-6 {margin-top: 24px;} */
  .tk-register-your-product-box {margin-top: 30px;}
  /* .tk-suite-deal-order-item-list li {width: 20%;} */
  .tk-careers-vacancies-list {margin: 10px 0 22px;}
  .tk-mb-70 {margin-bottom: 30px;}
  .tk-careers-title h2 {margin-top: 15px;}
  .tk-careers-box #jobSearchForm {margin-bottom: 30px;}
  header .menu-category-list ul[data-menu-style="vertical"] {top: 178px;height: calc(100% - 178px);padding: 10px 0;}
  header .menu-category-list ul[data-menu-style="vertical"] li a {font-size: 15px;padding: 9px 20px;}
  .menu-category-list ul[data-menu-style="vertical"] li ul.sub-menu {padding: 0 0 5px 12px;}
  header .menu-category-list ul[data-menu-style="vertical"] li ul li a {font-size: 12px;}
  .tk-career-form-title {margin-bottom: 0;}
  .tk-career-form-title h2 {margin-bottom: 8px;}
  .tk-careers-details-inner .thunk-post-excerpt p+h5 {margin-top: 25px;}
  .tk-careers-details-inner .thunk-post-excerpt h5 {margin-bottom: 10px;}
  .tk-careers-details-inner .thunk-post-excerpt ul {margin: 15px 0 24px;}
  .tk-sell-thor {margin-bottom: 40px;}
  .woocommerce-cart .wp-block-woocommerce-cart .wc-block-components-sidebar::before, .woocommerce-cart .page-head h1::before {font-size: 24px;line-height: 32px;text-align: center;}
  /* body.woocommerce-cart .wc-block-cart__main table.wc-block-cart-items tbody .wc-block-cart-items__row {display: flex;flex-flow: column;}
  body.woocommerce-cart .wc-block-cart__main table.wc-block-cart-items tbody tr.wc-block-cart-items__row td {padding: 0;width: 100%;text-align: center;}
  body.woocommerce-cart .wc-block-cart__main table.wc-block-cart-items tbody tr.wc-block-cart-items__row td.wc-block-cart-item__image img {width: auto;max-width: 170px;}
  body.woocommerce-cart .wc-block-cart__main table.wc-block-cart-items tbody tr.wc-block-cart-items__row td .wc-block-cart-item__wrap {display: flex;flex-flow: column;align-items: center;}
  body.woocommerce-cart .wc-block-cart__main table.wc-block-cart-items tbody tr.wc-block-cart-items__row td .wc-block-cart-item__wrap .wc-block-cart-item__quantity {width: 100%;flex-flow: column;align-items: center;} */
  /* .wp-block-woocommerce-cart .wc-block-components-product-name {margin: 18px 0 10px 0;} */
  /* .wp-block-woocommerce-cart .wc-block-components-product-badge {margin-bottom: 0;} */
  /* .wp-block-woocommerce-cart .wc-block-components-quantity-selector {margin: 0 0 20px 0;} */
  body .wc-block-cart-item__total-price-and-sale-badge-wrapper {align-items: center;}
  body.woocommerce-cart .wc-block-cart__main table.wc-block-cart-items tbody tr.wc-block-cart-items__row td.wc-block-cart-item__total {margin-top: 20px;}
  /* .wp-block-woocommerce-cart table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-metadata {margin-top: 10px;} */
  body .modal-dialog.modal-md {max-width: 100%;}
  .woocommerce .tk-product-details div.product .flex-viewport {margin-bottom: 30px;}
  /* body .tk-product-details .single_add_to_cart_button.button.alt {min-width: 230px;} */
  body .tk-product-details .single_add_to_cart_button.button.alt::after {width: 20px;height: 22px;margin-right: 10px;}
  .tk-login .container>p {margin-top: 20px;}
  .modal .wpcf7 form .wpcf7-response-output {margin: auto auto 0;}
  .tk-product-details .thunk-single-product-summary-wrap {grid-template-columns: inherit !important;}
  body.woocommerce .tk-product-details div.product .flex-control-thumbs li img {height: 153px;}
  .woocommerce-checkout .woocommerce-order .woocommerce-customer-details .addresses {flex-flow: column;}
  .woocommerce-checkout .woocommerce-order .woocommerce-customer-details .addresses .woocommerce-column {width: 100%;}
  .woocommerce-checkout .woocommerce-order .woocommerce-customer-details .addresses .woocommerce-column+.woocommerce-column {margin-top: 20px;}
  .woocommerce .tk-product-details div.product div.images img {height: 300px;}
  body.woocommerce.search ul.products li.product {width: 100%;}
  body.woocommerce.search ul.products li.product+li.product+li.product+li.product+li.product, body.woocommerce.search ul.products li.product+li.product+li.product+li.product, body.woocommerce.search ul.products li.product+li.product+li.product, body.woocommerce.search ul.products li.product+li.product {margin-top: 24px;}
  body #shop-product-wrap select {padding-top: 8px;padding-bottom: 8px;}
  .thunk-list-grid-switcher a {width: 40px;height: 40px;font-size: 15px;line-height: 40px;}
  .woocommerce #shop-product-wrap .woocommerce-ordering {width: 180px;}
  .search .page-head {margin-bottom: 21px;}
  body.woocommerce-page .thunk-list-view ul.products li.product .thunk-product-image .woocommerce-loop-product__link {min-height: 150px !important;}
  .woocommerce-page .thunk-list-view ul.products li.product .thunk-product-image {width: 150px !important;}
  .woocommerce-page .thunk-list-view ul.products li.product .thunk-product-content, .woocommerce-page .thunk-list-view ul.products li.product .thunk-product-hover {width: calc(100% - 150px) !important;}
  .woocommerce div.product .woocommerce-product-rating {align-items: center;flex-flow: row;}
  .woocommerce-product-rating .text-white {margin-top: 0;margin-left: 20px;}
  .woocommerce div.product .woocommerce-product-rating a {font-size: 14px;line-height: normal;}
  .woocommerce .thunk-single-product-summary-wrap .woocommerce-product-rating .star-rating {font-size: 14px;}
  .tk-leave-review-content {margin-top: 30px;}
  .tk-leave-review-content .btn {margin-top: 30px;}
  .tk-leave-review-content h2 {margin-bottom: 16px;}
  .tk-related-product-slider.owl-carousel .owl-item {min-height: auto;display: block;}
  .thunk-icon-market ul.list-unstyled li .find-dealer a, .language select[name="language"] {font-size: 12px;}
  .find-dealer img {margin-right: 5px;}
  .tk-filter-menu {width: 270px;}
  .tk-filter-menu .woocommerce-form-login__rememberme span {font-size: 14px;}
  .tk-filter-menu .woocommerce-form-login__rememberme>span::before{width: 17px;height: 17px;}
  .tk-filter-menu .woocommerce-form-login__rememberme>span::after {left: 3px;height: 8px;top: 6px;}
  .tk-filter-menu ul li+li {margin-top: 22px;}
  .tk-filter-menu ul li h4 {margin-bottom: 12px;}
  .price-range-slider .range-value input {font-size: 15px;margin: 0 0 12px 0;}
  .price-range-slider .range-bar {height: 6px;}
  .price-range-slider .range-bar .ui-slider-handle {height: 15px;width: 15px;}
  .tk-filter-submit-btn {margin-top: 30px;flex-flow: column;}
  .tk-filter-submit-btn .btn+.btn {margin-top: 14px;}
  .hero-slider.owl-carousel .item:not(.tk-hero-only-img) {min-height: 200px;}
  .product-remove a.btn {font-size: 12px;min-width: 180px;padding: 12px 17px;}
  .tk-cart-related-product {margin-top: 30px;}
  .tk-cart-related-product h2, .tk-cart-page .tk-cart-title {text-align: center;}

  .tk-cart-product-info-list .variation {display: flex;flex-flow: column;align-items: center;}
  .tk-cart-page .shop_table .tk-shop_table-inner li {flex-flow: column;align-items: center;}
  .tk-cart-page .shop_table .tk-shop_table-inner li .product-thumbnail {width: 160px;}
  .tk-cart-product-info-list .product-name>a {font-size: 22px;margin: auto;text-align: center;}
  .tk-cart-product-info-list .product-price {margin: 8px 0 25px;justify-content: center;}
  .tk-cart-btn-box {align-items: center;}
  .tk-cart-product-info-list .tk-cart-btn-box .product-quantity .quantity .qty {max-width: 80px;padding: 12px 16px;}
  .tk-cart-product-info-list .product-price .tk-cart-product-mrp {font-size: 15px;}
  .tk-cart-page .shop_table .tk-shop_table-inner li .tk-cart-product-info-list {width: 100%;padding-left: 0;margin-top: 25px;}
  .tk-cart_totals ul li h3 {font-size: 14px;}
  .product-remove {margin-top: 30px;}
  .tk-product-details .entry-summary .yith-wcwl-add-to-wishlist .yith-wcwl-add-button>a {min-height: 50px;width: auto !important;}
  body .tk-product-details .single_add_to_cart_button.button.alt {min-width: 184px;width: auto;}
  .tk-product-details .entry-summary .yith-wcwl-add-to-wishlist {margin: -52px 0px 15px 195px;width: auto;}
  .tk-contact-us .tk-three-col.row>.col-md-6:nth-child(2) {margin-top: 20px;}
  .tk-download-specs a, .tk-product-shipping-info .tk-download-specs li span {margin-left: 3px;}
  .tk-download-our-inner-box>img {margin-right: 7px;}
  .wc-block-components-notice-banner.is-success, .woocommerce-message {flex-flow: column;}
  .woocommerce .woocommerce-message .button.wc-forward {margin-right: 0;margin-bottom: 10px;text-align: center;}
  .main-header-col2 .thaps-search-box {max-width: 100%;}
  .menu-body ul, .menu-body .submenu {padding: 10px 0;}
  .menu-body ul > li > a {padding: 9px 20px;font-size: 15px;}
  .menu-body .submenu ul > li > a {font-size: 12px;}
  .menu-body .submenu-header > h4 a {font-size: 18px;}
  .submenu-open-btn {width: 35px;}
  /* .menu-body {height: calc(100% - 178px);} */
  .menu-body {max-height: calc(100% - 178px);}
  .tk-header {top: -130px;}
  .menu-body .submenu-header > h4 {padding: 9px 20px;}
  .tk-product-title a, body.woocommerce.search ul.products li.product .thunk-product-wrap .thunk-product .thunk-product-content .woocommerce-loop-product__title, .tk-product-title h4 {min-height: auto;}
  #product_search .tk-product-list-information {margin-top: 25px;}
  .tk-contact-us .gift-product-list-inner .gift-product-list .row>.gift-product-item+.gift-product-item+.gift-product-item, .tk-contact-us .gift-product-list-inner .gift-product-list .row>.gift-product-item+.gift-product-item {margin-top: 18px;}
  .gift-product-list {margin-top: 14px;}
  .tk-search-product-title-img .tk-search-product-img {width: 80px;}
  .tk-search-product-title-img .tk-search-product-title {width: 100%;padding-left: 0;margin-top: 12px;}
  .tk-search-product-popup .tk-register-title #remove_selected_product {right: 15px;width: 30px;height: 30px;top: 13px;}
  .tk-search-product-popup .tk-register-title #remove_selected_product svg {width: 12px;height: auto;}
  .tk-search-product-title-img {padding-right: 0;flex-flow: wrap;}
  .tk-filter-title-btn h3 svg {width: 16px;}
  .tk-filter-close-btn {height: 16px;}
  .tk-note p {font-size: 14px;}
  .tk-site-switch-inner .btn-close {right: -12px;top: -12px;}
  .tk-site-switch-btn .btn {padding: 12px 12px;min-width: 110px;}
  .tk-note p {font-size: 14px;line-height: 21px;}
  .tk-features-box ul li .tk-features-box-inner h3 {padding-bottom: 18px;}
  .tk-features-box ul li .tk-features-box-inner h3::before {height: 4px;width: 90px;}
  .tk-features-box ul li .tk-features-box-inner p {margin-top: 20px;}
  .tk-features-box ul li .tk-features-box-inner {padding: 20px;}
  .tk-scroll-bar-inner ul li,.tk-technical-details .tk-scroll-bar-inner ul li {margin: 0px 10px;}
  .tk-scroll-bar-inner ul li a {font-size: 14px;}
  .tk-custom-tab table tbody td {padding: 10px 14px;line-height: 18px;min-width: 90px;}
  .tk-custom-tab table.table thead th {font-size: 15px;padding: 12px 14px;}
  .tk-technical-info-table .col-lg-6+.col-lg-6 {margin-top: 20px;}
  .tk-cutout-img ul {margin-bottom: 30px;}
  .tk-technical-dis h5+h5 {margin-top: 4px;}
  .tk-manuals-download ul li+li {margin-top: 14px;}
  .tk-manuals-download ul li a::before {width: 20px;height: 22px;margin-right: 8px;}
  .tk-manuals-download h6 {margin-bottom: 15px;}
  .tk-technical-dis {margin-bottom: 22px;}
  .tk-product-details .thunk-single-product-summary-wrap .product-modal-wrap {position: relative;top: 0;}
  .divider {margin-top: 10px;padding-top: 10px;}
  .tk-font-30, .search .thunk-page-top-title span {font-size: 18px;}
  .tk-product-video-section h2 {text-align: center;}
  .tk-full-with-modal .modal-dialog .modal-content .modal-body {padding: 20px 20px;}
  .tk-search-product-popup .tk-register-box .form-group>.d-flex.justify-content-between {flex-flow: column;}
  


}
@media screen and (max-width: 575px) {
  .tk-foot-menu,.tk-foot-contact-info {text-align: center;}
  .tk-top-footer .col-md-4+.col-md-4+.col-md-4, .tk-top-footer .col-md-4+.col-md-4+.col-md-4 {margin-top: 22px;}
  .tk-foot-contact-info ul li a {justify-content: center;}
  .tk-foot-social ul {justify-content: center;}
  .tk-foot-contact-info+.tk-foot-contact-info {margin-top: 22px;}
  .tk-find-dealer-btn {flex-flow: column;}
  .tk-find-dealer-btn .btn {width: 100%;}
  .tk-find-dealer-btn .btn+.btn {margin-left: 0;margin-top: 16px;}
  .btn svg {width: 22px;height: 24px;margin-right: 8px;}
  .btn, .woocommerce .woocommerce-form-login .woocommerce-form-login__submit, body .woocommerce button.button, .add_to_wishlist, .wp-block-woocommerce-cart table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link, .wc-block-components-button:not(.is-link), body .woocommerce-MyAccount-content .button, body.woocommerce-page #payment #place_order, body .tk-product-details .single_add_to_cart_button.button.alt, body .woocommerce .tk-product-details div.product form.cart .button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled[disabled], body.woocommerce .woocommerce-form-register .woocommerce-form-register__submit, .tk-delete-account-box form p>input[type="submit"], .delete_item, .woocommerce ul.products .thunk-product-hover .button, .tk-product-details .yith-wcwl-add-button .delete_item, .woocommerce-cart .tk-cart_totals .wc-proceed-to-checkout a.checkout-button, .woocommerce ul.products .thunk-product-hover .product_type_variation,.woocommerce-lost-password.woocommerce-page form .woocommerce-Button  {font-size: 12px;padding: 14px 16px;min-width: 180px;min-height: auto;}
  body .tk-product-details .single_add_to_cart_button.button.alt::after {width: 18px;height: 16px;}
  .tk-foot-logo a+a {margin-left: 20px;}
  .tk-foot-logo a+a img {max-width: 80px;}
  .tk-foot-logo a img {max-width: 120px;}
  .tk-font-60,.tk-careers-title h2,.page-head h1.tk-font-60 {font-size: 28px;line-height: 33px;}
  .tk-right-img iframe {height: 230px;}
  .tk-press-img {height: 250px;}
  .tk-press .col-lg-4+.col-lg-4+.col-lg-4+.col-lg-4, .tk-press .col-lg-4+.col-lg-4+.col-lg-4, .tk-press .col-lg-4+.col-lg-4 {margin-top: 16px;}
  .pagination {margin-top: 24px;}
  .tk-ptb-100, .page-content .primary-content-area, .tk-careers-blocks {padding-top: 35px;padding-bottom: 35px;}
  :not(.tk-capacity-specs) + .tk-capacity-specs {padding-top: 35px !important;}
  .tk-support-tab .nav-pills {padding: 18px;}
  .tk-support-tab .nav-pills .nav-link {font-size: 13px;}
  .tk-support-tab .nav-pills .nav-link svg {height: 10px;margin-right: 0;margin-top: -1px;}
  .tk-support-tab .tab-content {margin-top: 20px;}
  .accordion-body {padding: 15px;}
  .tk-articles a {padding: 10px 15px;}
  .tk-articles p {font-size: 14px;line-height: 22px;}
  .tk-recipes .tk-press-img {height: 200px;}
  .tk-as-seen-in.tk-online-retailers ul li {width: 50%;}
  .tk-as-seen-in.tk-online-retailers ul li a img {max-height: 50px;}
  .tk-dealer-list-inner-info h2 {font-size: 15px;margin-bottom: 10px;}
  .tk-dealer-more-info {margin-top: 15px;}
  .tk-dealer-more-info .tk-dealer-more-btn {font-size: 16px;padding: 0 20px 0 0;}
  .tk-dealer-more-info .tk-dealer-more-btn::before {width: 12px;height: 9px;}
  .tk-dealer-directions {margin-top: 10px;}
  .tk-dealer-directions ul li h5 {font-size: 15px;line-height: normal;}
  .tk-dealer-directions ul li+li {padding-left: 10px;margin-left: 10px;}
  #map_canvas {height: 240px;}
  .tk-dealer-type-info {align-items: flex-start;padding: 8px 14px;flex-flow: column;}
  .custom_radio+.custom_radio {margin-left: 0;margin-top: 4px;}
  .tk-dealer-list-inner-box {align-items: flex-start;flex-flow: column-reverse;}
  .tk-dealer-list-inner-info {width: 100%;padding-right: 0;margin-top: 15px;}
  .tk-form-btn {margin-top: 25px;}
  .tk-register-your-product form>.form-group, .tk-register-your-product form>.row {margin-top: 20px;}
  .tk-product-info .tk-product-info-img {height: 230px;}
  .owl-carousel .tk-product-info .tk-product-info-img img {max-height: 230px;}
  .owl-carousel {padding: 0 40px;}
  .openmart-site .owl-carousel .owl-nav button.owl-prev, .openmart-site .owl-carousel .owl-nav button.owl-next {position: absolute;margin: auto;}
  .tk-main-head-with-btn .product-cate-btn {margin-left: 20px;}
  .product-cate-btn .btn {min-width: 150px;}
  .tk-main-head .col-lg-5 {display: none;}
  .tk-main-head h3 {font-size: 22px;line-height: 24px;margin-top: -19px;}

  .hero .hero-slider {padding: 0;}
  .tk-main-head h2 {font-size: 40px;line-height: 45px;}
  .tk-get-the-deets-info h2 {font-size: 28px;line-height: 30px;}
  .openmart-site .owl-carousel .owl-nav button.owl-prev {left: -10px;}
  .openmart-site .owl-carousel .owl-nav button.owl-next {right: -10px;}
  .tk-business-account-box-list li .tk-business-account-offer {width: calc(100% - 60px);padding-left: 20px;}
  .tk-business-account-box-list li img {width: 60px;height: 60px;}
  #add_payment_method #payment div.payment_box .form-row.form-row-first, #add_payment_method #payment div.payment_box .form-row.form-row-last {width: 100%;}
  body .wc-block-components-notice-banner.is-info {flex-flow: column;}
  body .wc-block-components-notice-banner>.wc-block-components-notice-banner__content {align-items: flex-start;flex-flow: column;width: 100%;}
  .woocommerce-MyAccount-content .tk-location-search-box .row .col {width: 100%;}
  .woocommerce-MyAccount-content .tk-location-search-box .row .col+.col+.col, .woocommerce-MyAccount-content .tk-location-search-box .row .col+.col {margin-top: 22px;}
  .woocommerce .woocommerce-form-login .woocommerce-form-login__submit, .woocommerce button.button {min-height: auto;}
  .tk-scroll-bar-inner ul li a::before, .tk-scroll-bar-inner ul li a::after {display: none;}
  .tk-scroll-bar-inner ul {flex-flow: column;}
  .tk-scroll-bar-inner {background-color: transparent;position: relative;}
  .tk-scroll-bar-inner .container {padding: 0;}
  .tk-scroll-bar-inner ul li {margin: 0;width: 100%;text-align: center;}
  .tk-scroll-bar-inner ul li a {background: #E7E7E7;}
  .tk-scroll-bar-inner ul li+li,.tk-technical-details .tk-scroll-bar-inner ul li+li {margin-top: 10px;}
  .tk-scroll-bar-inner ul li.active a {background-color: #FFDC32;}
  .tk-font-30,.search .thunk-page-top-title span {font-size: 18px;}
  /* .tk-capacity-box ul {flex-flow: column;} */
  /* .tk-capacity-box li+li {border-left: 0;border-top: 1px solid rgba(0,0,0,0.4);} */
  .tk-capacity-box li {width: 100%;height: auto;}
  /* .tk-capacity-box.tk-specs-box li {border-top: none;} */
  .tk-capacity-box.tk-specs-box li+li {padding-top: 15px;}
  .tk-owners .tk-capacity-box ul {flex-flow: wrap;align-items: flex-start;}
  .tk-owners .tk-capacity-box ul li+li {border-left: 1px solid rgba(255,225,225,0.4);}
  .tk-owners .tk-capacity-box ul li .tk-capacity-img img {max-width: 50px;}
  .tk-owners .tk-capacity-box ul li .tk-capacity-img {width: 50px;height: 50px;margin-bottom: 15px;}
  .text-center-sm {text-align: center;}
  .tk-rating-snapshot {flex-flow: column;align-items: flex-start;}
  .tk-rating-snapshot-box {margin-top: 12px;padding-left: 0;}
  .tk-rating-snapshot .tk-rating-snapshot-inner {max-width: 100%;}
  .tk-average-customer-ratings {flex-flow: column;align-items: flex-start;}
  .owl-carousel.tk-customer-images-slider {padding: 0;}
  .openmart-site .owl-carousel.tk-round-arrow .owl-nav button.owl-prev, .openmart-site .owl-carousel.tk-round-arrow .owl-nav button.owl-next {width: 30px;height: 30px;}
  .openmart-site .owl-carousel.tk-round-arrow .owl-nav button.owl-next {right: -10px;}
  .openmart-site .owl-carousel.tk-round-arrow .owl-nav button.owl-prev {left: -10px;}
  .tk-product-helpful li {flex-flow: wrap;}
  .tk-review-comments label {width: 100%;margin-bottom: 10px;}
  .tk-product-helpful li a:nth-child(2) {margin-left: 0;}
  .tk-review-inner-box {margin: 25px 0;}
  .tk-filter-box {flex-flow: column;align-items: flex-start !important;position: relative;padding: 9px 45px 9px 12px;}
  .tk-filter-box .tk-review-filter-box {margin-top: 10px;width: 100%;justify-content: space-between;}
  .tk-review-filter-box>a {position: absolute;margin: auto;right: 12px;top: 24px;}
  .tk-buynow-btn .btn {min-width: 140px;}
  .tk-buynow-btn .btn+.btn {margin-left: 10px;}
  .tk-my-profile .tk-register-box .col-lg-4+.col-lg-4+.col-lg-4+.col-lg-4, .tk-my-profile .tk-register-box .col-lg-4+.col-lg-4+.col-lg-4, .tk-my-profile .tk-register-box .col-lg-4+.col-lg-4 {margin-top: 20px;}
  .modal-body .form-group label {font-size: 14px;}
  .tk-register-your-product-box+.tk-register-your-product-box {margin-top: 20px;}
  .tk-wishlist .col-xl-4+.col-xl-4+.col-xl-4+.col-xl-4, .tk-wishlist .col-xl-4+.col-xl-4+.col-xl-4, .tk-wishlist .col-xl-4+.col-xl-4 {margin-top: 20px;}
  .tk-wishlist .tk-product-image {min-height: auto;}
  .tk-wishlist .tk-product {padding: 50px 14px 30px 14px;}
  /* .tk-build-own-suite .tk-product-image {min-height: auto;} */
  /* /* .tk-build-own-suite .col-sm-6+.col-sm-6+.col-sm-6, .tk-build-own-suite .col-sm-6+.col-sm-6 {margin-top: 20px;} */ */
  /* .owl-carousel.tk-suite-deal-slider {padding: 0 20px;} */
  /* .openmart-site .owl-carousel.tk-suite-deal-slider .owl-nav button.owl-prev {left: -10px;} */
  /* .openmart-site .owl-carousel.tk-suite-deal-slider .owl-nav button.owl-next {right: -10px;} */
  /* .owl-carousel.tk-suite-deal-slider .owl-item .item {padding: 0 2px;} */
  #jobSearchForm .col-sm-6+.col-sm-6 {margin-top: 15px;}
  #jobSearchForm .form-group label {font-size: 15px;}
  .tk-careers-vacancies-list>li {padding: 15px;}
  .tk-careers-info ul li {flex-flow: column;align-items: flex-start !important;}
  .tk-careers-info ul li .tk-careers-date+.tk-careers-date {margin-left: 0;margin-top: 6px;}
  .tk-careers-info ul li .btn {margin-top: 8px;}
  .tk-font-20 {font-size: 18px;line-height: 26px;}
  .tk-careers-video {min-height: auto;}
  .tk-careers-blocks h3 {margin-bottom: 15px;}
  .tk-careers-blocks .tk-left-img {margin-bottom: 25px !important;}
  .tk-thank-you .card {padding: 20px;}
  .wc-block-components-product-details li .wc-block-components-product-details__name {font-size: 12px;}
  .wp-block-woocommerce-cart .wc-block-components-product-details span.wc-block-components-product-details__value {font-size: 12px;}
  .btn.mh-70 {min-height: auto;font-size: 14px;}
  .tk-affiliate-login .lost_password {margin-top: 24px;}
  .tk-affiliate-login .lost_password p+p {margin-top: 10px;}
  .form-group label {font-size: 13px;line-height: 22px;}
  .tk-product-list-slider .owl-stage-outer .owl-item {padding-right: 2px;}
  .tk-product-list-slider .owl-stage-outer .owl-item:last-child {padding-left: 2px;}
  .tk-capacity-specs-slider .tk-capacity-box {padding: 15px 20px;}
  .tk-font-15 {font-size: 12px;}
  .tk-dealer-more-info ul li label {font-size: 14px;}
  .tk-product-details .yith-wcwl-add-button .add_to_wishlist,.tk-product-details .yith-wcwl-add-button .delete_item {font-size: 12px;}
  body.woocommerce .tk-product-details div.product .flex-control-thumbs li {padding: 0 10px;}
  body.woocommerce .tk-product-details div.product .flex-control-thumbs {margin: 0 -10px;}
  body.woocommerce .tk-product-details div.product .flex-control-thumbs li+li+li+li {margin-top: 20px;}
  body.woocommerce .woocommerce-customer-details address p.woocommerce-customer-details--email {font-size: 14px;}
  .tk-track-my-order-box .woocommerce .woocommerce-columns--addresses .woocommerce-column+.woocommerce-column {margin-top: 20px;}
  body.woocommerce .tk-track-my-order-box .woocommerce-customer-details {margin-top: 28px;}
  body.woocommerce .tk-product-details div.product .flex-control-thumbs li img {height: 100%;}

  .woocommerce-page .thunk-list-view ul.products li.product .thunk-product-image {width: 100% !important;}
  .woocommerce-page .thunk-list-view ul.products li.product .thunk-product-content, .woocommerce-page .thunk-list-view ul.products li.product .thunk-product-hover {width: 100% !important;padding-left: 0 !important;text-align: center;justify-content: center !important;}
  .woocommerce-page .thunk-list-view ul.products li.product .thunk-product-image .woocommerce-loop-product__link {margin-bottom: 25px !important;}
  body.woocommerce.search .thunk-list-view ul.products li.product .thunk-product-wrap .thunk-product-hover, body.woocommerce.search ul.products li.product .thunk-product-wrap .thunk-product-hover {flex-flow: row;}
  body.woocommerce.search .thunk-list-view ul.products li.product .thunk-product-wrap .thunk-product-hover a, body.woocommerce.search ul.products li.product .thunk-product-wrap .thunk-product-hover a {width: auto !important;}
  body.woocommerce.search .thunk-list-view ul.products li.product .thunk-product-wrap .thunk-product-hover .thunk-wishlist, body.woocommerce.search ul.products li.product .thunk-product-wrap .thunk-product-hover .thunk-wishlist {width: auto !important;margin-top: 0;margin-left: 14px;}
  .thunk-list-grid-switcher {display: none;}
  .woocommerce #shop-product-wrap .woocommerce-ordering {width: 100%;}
  .tk-top-footer .col-sm-6 {width: 50%;}
  .tk-dealer-list {max-height: 510px;}
  .th-variation-swatches.thvs-style-squared .tk-product-details .variable-items-wrapper .variable-item.button-variable-item .variable-item-span {font-size: 12px;line-height: normal;}
  .woocommerce-product-rating .text-white {margin-left: 16px;}
  .woocommerce div.product .woocommerce-product-rating {align-items: flex-start;flex-flow: column;}
  .woocommerce-product-rating .text-white {margin-top: 12px;margin-left: 0;}
  .woocommerce .tk-product-details div.product .product_title {font-size: 22px;}
  .top_product_title_sku {font-size: 14px;}
  body.woocommerce div.product .woocommerce-product-rating .text-white a {margin-left: 0;}
  .woocommerce .tk-product-details div.product .product_title {font-size: 22px;}
  .tk-filter {margin-bottom: 20px;}
  #gallery .lightbox_wrapper {margin: 4.2rem 1.5rem 1.5rem 1.5rem;min-height: auto;}
  .tk-leave-review-video-box .elementor-video {height: 260px;}
  .tk-leave-review-slider.owl-carousel {margin-top: 35px;padding: 0;}
  .openmart-site .owl-carousel.tk-leave-review-slider .owl-nav {margin-top: 20px;}
  .tk-leave-review-content-box {padding: 22px;}
  .tk-suite-block.tk-careers-blocks h3 {margin-bottom: 11px;}
  .hero-slider.owl-carousel .item:not(.tk-hero-only-img) {min-height: 170px;}
  .tk-top-arrow {width: 35px;height: 35px;}
  /* .tk-top-arrow.sticky {bottom: 10px;} */
  .tk-product-filter {margin-bottom: 20px;}
  .btn.tk-filter-btn {min-width: 90px;padding: 7px 10px;/* bottom: 55px; */}
  .btn.tk-filter-btn svg {width: 13px;}
  .tk-product-details .entry-summary .yith-wcwl-add-to-wishlist .yith-wcwl-add-button>a {min-height: 44px;}
  .menu-body .navigation-col {-webkit-box-flex: 100%;-webkit-flex: 100%;-ms-flex: 100%;flex: 100%;max-width: 100%;width: 100%;-webkit-flex-shrink: 0;-ms-flex-negative: 0;flex-shrink: 0;background-color: #000000;}
  .menu-body .second-level.active {-webkit-transform: translateX(-100%);-ms-transform: translateX(-100%);transform: translateX(-100%);}
  .menu-body .first-level {z-index: 1;}
  .submenu-close-btn {width: 10px;display: flex;margin-right: 14px;cursor: pointer;align-items: center;justify-content: center;font-size: 22px;color: #FFDC32;}
  .submenu-close-btn::before {content: "\f104";font-family: FontAwesome;}
  .tk-menu-line {display: none;}
  .woocommerce-form-login__rememberme>span, .woocommerce form .form-row label[for="terms_conditions"], .wpcf7-list-item label .wpcf7-list-item-label {padding-left: 34px;line-height: 1.4;}
  .tk-pic-uploads-info {width: 100%;padding-left: 0;margin-top: 14px;}
  .tk-product-pic-uploads .file-row .tk-multi-btn .tk-btn-small {width: 100%;min-width: inherit;}
  .tk-product-pic-uploads .file-row .tk-pic-uploads-preview {padding: 14px;}
  .tk-gift-video .tk-right-img iframe {height: 210px;}
  .btn.tk-filter-btn-fixed {bottom: 45px;right: 10px;}
  .btn.tk-filter-btn-fixed.filter-btn-sticky {bottom: 88px;}
  .menu-body {background: #000000;}
  .tk-find-dealer-product-img img {max-width: 150px;margin-bottom: 15px;margin-left: auto;margin-right: auto;display: block;}
  .modal-dialog {margin-top: 18px;margin-bottom: 18px;}
  #find-dealer-popup .modal-dialog {margin-left: 0;margin-right: 0;}
  .tk-scroll-bar-inner ul li a.active {background-color: #FFDC32;}
  .tk-find-dealer-online-nearby .tk-scroll-bar-inner ul {background-color: transparent;}
  .tk-find-dealer-product {text-align: center;}
  .tk-mb-70 {margin-bottom: 20px;}
  .woocommerce .tk-product-details .tk-product-slider-box #sync1.owl-theme, .woocommerce .tk-product-details .tk-product-slider-box #sync2.owl-theme {padding: 0;}
  .woocommerce .tk-product-details .tk-product-slider-box .tk-product-main-img .owl-item .item {height: 260px;padding: 0 30px 20px 30px;}
  .tk-technical-details .tk-scroll-bar-inner ul li {margin: 0;}



}
@media (min-width: 1200px) {
  .tk-download-brochure-modal .modal-dialog {max-width: 1030px;}
  
}



@media screen and (max-width: 420px) {
  /* .hero-slider.owl-carousel .item {min-height: 200px;} */
  .top-slider h1 {font-size: 14px;line-height: 16px;}
  .top-slider {max-width: 340px;}
  .tk-inner-banner h1,.woocommerce-lost-password .page-head h1 {font-size: 28px;}
  .tk-inner-banner {min-height: 170px;}
  h2.line-title {font-size: 25px;line-height: 30px;padding-bottom: 18px;margin-bottom: 20px;}
  .tk-load-more-btn {margin-top: 20px;}
  .btn, .woocommerce .woocommerce-form-login .woocommerce-form-login__submit, body .woocommerce button.button, .add_to_wishlist, .wp-block-woocommerce-cart table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link, .wc-block-components-button:not(.is-link), body .woocommerce-MyAccount-content .button, body.woocommerce-page #payment #place_order, body .tk-product-details .single_add_to_cart_button.button.alt, body .woocommerce .tk-product-details div.product form.cart .button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled[disabled], body.woocommerce .woocommerce-form-register .woocommerce-form-register__submit, .tk-delete-account-box form p>input[type="submit"], .delete_item, .woocommerce ul.products .thunk-product-hover .button, .tk-product-details .yith-wcwl-add-button .delete_item, .woocommerce-cart .tk-cart_totals .wc-proceed-to-checkout a.checkout-button, .woocommerce ul.products .thunk-product-hover .product_type_variation  {min-width: 140px;padding: 12px 15px;}
  #gallery.tk-fancy-photos .gallery_wrapper {margin-top: 11px;grid-template-columns: repeat(1, 1fr);}
  .tk-register-title .btn, .tk-register-title img {margin-top: 10px;}
  .tk-register-your-product-box .tk-register-title {flex-flow: column;align-items: flex-start !important;}
  .owl-carousel {padding: 0 25px;}
  .tk-order-details .tk-register-your-product-box .tk-register-title {justify-content: center !important;}
  .tk-order-details.tk-my-profile .tk-register-your-product-box .tk-register-title {flex-flow: row;justify-content: space-between !important;align-items: center !important;}
  .tk-edit-profile-info-btn {height: 30px;width: 30px;}
  .tk-edit-profile-info-btn svg {margin-left: 1px;width: 16px;height: 16px;}
  .tk-manage-addresses .tk-register-your-product-box .tk-register-title {flex-flow: row;align-items: center !important;}
  body .tk-address-box p {font-size: 12px;line-height: 18px;}
  .tk-manage-addresses ul li .tk-address-icon-address-box {flex-flow: column;align-items: self-start;}
  .tk-address-icon-address-box .tk-address-box {width: 100%;padding-left: 0;margin-top: 10px;}
  .tk-address-edit a+a {margin-left: 20px;}
  .tk-address-icon-address-box .tk-address-icon {width: auto;}
  /* .tk-suite-deal-order-item-list li+li::before {left: -6px;font-size: 15px;top: 1px;} */
  /* .tk-suite-deal-order-item-list li {padding: 0 5px;} */
  /* .tk-suite-deal-order-item-list {margin: 0 -5px;} */
  /* .tk-suite-deal-discount>h6 {font-size: 14px;} */
  /* .tk-suite-deal-discount-product-list li {flex-flow: column;align-items: flex-start !important;} */
  /* .tk-suite-deal-discount-product {padding-right: 0;margin-bottom: 9px;} */
  /* .tk-suite-deal-discount-product-list li h5 {padding-left: 68px;} */
  .openmart-site .owl-carousel .owl-nav button.owl-prev span, .openmart-site .owl-carousel .owl-nav button.owl-next span {width: 16px;height: 16px;}
  .tk-multibtn .btn+.btn {margin-left: 0;margin-top: 14px !important;}
  .tk-multibtn {margin-top: 10px;}
  .tk-multibtn p .btn,.tk-multibtn p {width: 100%;}
  body .dnd-upload-status .dnd-upload-details .dnd-progress-bar {height: 10px;}
  body .dnd-upload-status .dnd-upload-details .dnd-progress-bar span {font-size: 8px;line-height: 10px;}
  body .dnd-upload-status .dnd-upload-details .name {font-size: 12px;}
  body .dnd-upload-status .dnd-upload-image {width: 30px;height: 30px;}
  body .dnd-upload-status .dnd-upload-image span.file {height: 16px;width: 12px;}
  body .dnd-upload-status .dnd-upload-details {width: calc(100% - 30px);}
  .tk-product-details .upsells.products .products li.product .thunk-product .thunk-product-content {padding: 10px 0 0 0;width: 100%;}
  .tk-product-details .upsells.products .products li.product .thunk-product .thunk-product-hover {padding: 10px 0 0 0;}
  .tk-product-shipping-info-list li>img {max-height: 14px;}
  .tk-download-specs li label {width: 100%;}
  body #gallery .social_share .social_icon {height: 30px;width: 30px;}
  body #gallery .social_share .social_icon img {max-width: 14px;}
  .tk-suite-gallery .items {padding: 10px 15px;}
  .owl-carousel.tk-suite-gallery {padding: 0 20px;}
  .hero-slider.owl-carousel .item:not(.tk-hero-only-img) {min-height: auto;}
  .product-remove {margin-top: 25px;flex-flow: column;width: 100%;}
  .product-remove a.btn {min-width: 180px !important;}
  .product-remove a.btn+a.btn {margin-left: 0;margin-top: 15px;}
  .product-remove a.remove.btn {margin-left: 0;margin-top: 14px;}
  .product-remove a.btn svg {width: 13px;height: 13px;}
  .tk-cart-product-info-list .product-price .tk-cart-product-mrp+.tk-cart-product-mrp {margin-top: 2px;margin-left: 0;}
  .tk-cart-product-info-list .product-price {flex-flow: column;}
  body .tk-product-details .single_add_to_cart_button.button.alt {width: 100%;}
  .tk-product-details .entry-summary .yith-wcwl-add-to-wishlist {margin: 14px 0 0 0;width: 100%;}
  .tk-product-details .entry-summary .yith-wcwl-add-to-wishlist .yith-wcwl-add-button>a {min-height: 40px;width: 100% !important;}
  /* .woocommerce .woocommerce-form-login .woocommerce-form-login__submit, .woocommerce button.button, body .tk-product-details .single_add_to_cart_button.button.alt, body.woocommerce .woocommerce-form-register .woocommerce-form-register__submit, .woocommerce-lost-password.woocommerce-page form .woocommerce-Button, .woocommerce-lost-password.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled[disabled] {margin-top: 25px;} */
  .woocommerce .tk-product-details div.product form.cart .variations {margin-bottom: 25px;}

  .tk-cart-btn-box .yith-wcwl-add-to-wishlist a {width: 100%;}
  .thaps-autocomplete-suggestions .thaps-suggestion-product {flex-flow: wrap;}
  .thaps-autocomplete-suggestions .thaps-suggestion-product .thaps-img {display: none;}
  .thaps-autocomplete-suggestions .thaps-suggestion-product .thaps-content-wrapp {width: 100%;padding: 0;flex-flow: wrap;}
  .thaps-autocomplete-suggestions .thaps-suggestion-product .thaps-content-wrapp .thaps-content-left {padding-right: 0;margin-bottom: 6px;}
  .below-header-col1>ul>li>a, .cat-toggle .toggle-title, .navbar-expand-lg .navbar-nav li .nav-link {font-size: 12px;}
  .below-header-col1>ul>li+li {margin-left: 9px;}
  .below-header-bar .navbar-toggler {width: 30px;height: 30px;}
  .tk-search-product-title-img .tk-search-product-img img {margin-top: 0;}
  .tk-site-switch-select-btn {flex-flow: column;align-items: center;}
  .tk-find-dealer-online-nearby .tab-content .tk-careers-position-location img {max-width: 70px;}
  .tk-find-dealer-online-nearby .tab-content .tk-careers-info .btn {min-width: 90px;}
  .tk-font-40, .product_title, .tk-gift-video .tk-left-content h3 {font-size: 20px;}
  .tk-cutout-img ul li {width: 100%;}
  .tk-cutout-img ul li+li+li, .tk-cutout-img ul li+li {margin-top: 20px;}
  .tk-3dmodel-modal ul li>a, .tk-3dmodel-viewer #ar-button {padding: 9px 10px;min-width: 100px;font-size: 11px;}
  .woocommerce .tk-product-details div.product div.images .tk-3dmodel-modal ul li img, .tk-3dmodel-viewer #ar-button img {height: 15px;}

  .tk-online-retailers ul li {width: 50%;}
  .tk-online-retailers ul li+li+li+li+li+li+li, .tk-online-retailers ul li+li+li+li+li+li, .tk-online-retailers ul li+li+li+li, .tk-online-retailers ul li+li+li {margin-top: 20px;}
  .tk-online-retailers ul li a {min-height: 100px;}
  .tk-online-retailers ul li a img {max-height: 50px;}

  
  

}


/*03-Jan-2024 New CSS*/

@media screen and (max-width: 1024px) {
  .thunk-product-cat-list>li>ul.sub-menu li>a>.arrow:before {
    content: "\f107";
  }

  ul[data-menu-style="accordion"] ul.sub-menu li.menu-active>a>.arrow:before {
    content: "\f106";
  }

  header .mobile-nav-bar.sider.left,
  header .mobile-nav-bar.sider.right {
    display: block;
  }

  .main-header .desktop-main-header {
    /* display: none; */
  }

  .main-header .responsive-main-header {
    display: block;
  }

  .main-header-bar .menu-toggle {
    display: block;
  }

  .main-header-bar .menu-toggle .menu-btn {
    margin-left: 10px;
  }

  /*    responsive main header css starts           */
  .main-header .responsive-main-header .main-header-col1 {
    width: 21%;
    order: 1;
    justify-content: flex-start;
  }

  .main-header .responsive-main-header .main-header-col2 {
    width: 54%;
    order: 2;
    padding: 0 15px;
  }

  .main-header .responsive-main-header .main-header-col3 {
    width: 25%;
    order: 3;
    justify-content: flex-end;
  }

  /*    responsive main header css End           */
  .mhdrtwo .menu-toggle .menu-btn {
    float: none;
  }

  .sticky-header-col1,
  .sticky-header-col2,
  .sticky-header-col3 {
    width: auto;
  }

  .sticky-header-col2 {
    order: 3;
    width: auto;
  }

  .sticky-header-col3 {
    order: 2;
    flex: 12;
  }

  .sticky-header-col3 .thunk-icon .cart-icon a.cart-contents {
    margin-right: 5px;
  }

  .sticky-header {
    visibility: inherit;
    opacity: inherit;
    display: none;
  }

  .sticky-header.stick {
    visibility: inherit;
    opacity: inherit;
    display: block;
  }

  #openmart-mobile-bar .cart-content,
  .sticky-header .cart-content {
    display: block !important;
  }

  /*header icon*/
  .thunk-icon .cart-icon a.cart-contents {
    position: relative;
    padding: 0;
    width: auto;
    text-align: center;
    height: 49px;
    width: 49px;
    line-height: 49px;
    background: #f7f8f9;
    color: #555;
    padding: 0;
    margin: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 15px;
    font-weight: bold;
  }

  .cart-content {
    display: none;
  }

  .thunk-icon .cart-icon a.cart-contents i {
    position: relative;
    left: auto;
    top: auto;
    z-index: 9;
    padding-right: 0;
    border-right: 0;
    -webkit-transform: inherit;
    -moz-transform: inherit;
    transform: inherit;
  }

  .thunk-icon .cart-icon {
    background: transparent !important;
  }

  .thunk-icon .cart-icon a.cart-contents i {
    border-right: none !important;
  }

  .mobile-nav-tab-category ul[data-menu-style="accordion"] {
    width: 100%;
    z-index: 999;
    border-top: 0;
    background: transparent;
    border-radius: 5px;
    border: none;
    text-align: left;
  }

  .mobile-nav-tab-category.toogleopen .thunk-product-cat-list {
    display: none;
  }

  .mobile-nav-tab-category ul[data-menu-style="accordion"]>li {
    border: none;
    display: flow-root;
  }

  .mobile-nav-tab-category ul[data-menu-style="accordion"]>li>a>.arrow:before {
    float: right;
    font-family: FontAwesome;
    font-size: 16px;
  }

  .mobile-nav-tab-category ul[data-menu-style="accordion"] span.arrow {
    position: absolute;
    right: 10px;
    width: 40px;

  }

  .mobile-nav-tab-category ul[data-menu-style="accordion"] li a {
    display: block;
    position: relative;
    margin: 0;
    border: 0px;
    font-size: 12px;
    font-family: 'DIN Pro';
    font-weight: 700;
    padding: 10px 40px 10px 0px !important;
    color: #555;
    line-height: normal;
  }

  .mobile-nav-widget {
    display: flex;
    padding: 0px 15px 15px 15px;
  }

  .sider-inner .panel {
    overflow: hidden;
  }

  header .header-widget-wrap,
  header .header-support-wrap,
  header .btn-main-header,
  header .above.open-mart-menu-hide {
    display: none;
  }

  .btn-text {
    display: none;
  }

  #search-button i {
    display: block;
  }

  /*header-one*/
  .mhdrone .main-header-col1 {
    order: initial;
  }

  .mhdrone .main-header-col2 {
    order: 1;
    width: auto;
  }

  .mhdrone .menu-toggle .menu-btn {
    float: left;
  }

  .mhdrthree.center .below-header-col2 {
    width: auto;
    float: right;
    margin-left: 10px;
  }

  .mhdrthree .main-header-col1,
  .mhdrthree .main-header-col2,
  .mhdrthree .main-header-col3 {
    order: inherit;
  }

  .mhdrthree .main-header-col3 {
    width: 25%;
  }

  .mhdrthree .main-header-col2 {
    width: 54%;
    flex: auto;
  }

  /********************/
  /*product style*/
  /********************/
  .thunk-slide .owl-stage-outer {
    padding: 6px 6px 0px !important;
    margin: -6px -6px 0px !important;
  }

  .thunk-product-hover {
    position: relative;
    transform: translate(0);
    -webkit-transform:
      translate(0);
    -ms-transform:
      translate(0);
    -o-transform:
      translate(0);
    opacity: 1;
    visibility: visible;
    padding-bottom: 10px;
    top: 0;
    border: 0;
  }

  .thunk-product-hover::before {
    height: 0px;

  }

  .thunk-product:hover .thunk-product-hover {
    top: 0;
  }

  .thunk-product:hover .thunk-product-hover {
    box-shadow: none;
  }

  .thunk-quickview {
    display: none;
  }

  #thunk-feature-product-tab .tab-content .thunk-wishlist,
  #thunk-feature-product-tab .tab-content .thunk-compare {
    float: none;
  }

  .cat-layout-3 .cat-content-3 .hover-area {
    -webkit-transform: translateY(0%) translateZ(0);
    transform: translateY(0%) translateZ(0);
  }

  .thunk-slide .owl-nav {
    position: absolute;
    top: -45px !important;
  }

  .thunk-product-tab-list-section .thunk-slide .owl-nav {
    top: -65px !important;
  }

  .thunk-slide.thunk-product-vertical-cat-slide1 .owl-nav,
  .thunk-slide.thunk-product-vertical-cat-slide2 .owl-nav,
  .verti-prod-widget .owl-nav,
  .verti-prod-banner-widget .owl-nav {
    display: none;
  }

  #thunk-cat-list-tab .thunk-heading-wrap .tab-head,
  #thunk-cat-list-tab .thunk-heading-wrap .thunk-heading {
    max-width: initial;
  }

  #thunk-feature-product-tab.thunk-cat-tab .thunk-heading-wrap .thunk-heading {
    padding: 0;
    margin: 0;
  }

  #thunk-feature-product-tab .thunk-heading-wrap .tab-head {
    width: 100%;
    margin: 0;
    padding-right: 70px;
    margin-top: 10px;
  }

  #thunk-feature-product-tab .tab-link-wrap {
    justify-content: flex-start;
  }

  #thunk-feature-product-tab .thunk-heading-wrap .thunk-heading {
    width: 100%;
    margin-bottom: 10px;
  }

  .product-slide-widget .thunk-slide-widget .owl-nav {
    top: 45% !important;
    transform: translateY(-50%);
  }

  .product-slide-widget .owl-stage-outer {
    margin: initial !important;
    padding: initial !important;
  }

  /* Menu   */
  .menu-toggle .menu-btn span {
    color: #090909;
    align-self: center;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
  }

  .header-support-icon {
    font-size: 24px;
  }

  .thunk-featured-product-slide .os-product-excerpt {
    display: none;
  }

  .thunk-product-hover .os-product-excerpt+a {
    padding: 5px 0;
  }

  .content-featured-wrap .thunk-woo-product-list .woocommerce-loop-product__title a {
    font-size: 25px;
    line-height: 32px;
  }

  .woocommerce .content-featured-wrap .thunk-woo-product-list .price {
    font-size: 16px;
  }

  #thunk-feature-product-tab .content-featured-wrap {
    padding-bottom: 10px;
  }

  #thunk-feature-product-tab .content-featured-wrap .os-product-excerpt {
    -webkit-line-clamp: 5;
  }

  /* Open mart responsive frontpage   */
  .page-template-frontpage .menu-category-list.toogleopen .thunk-product-cat-list {
    display: none;
  }

  .th-slides-content {
    margin-left: 0;
  }

  .th-slide-title {
    font-size: 40px;
    line-height: 47px;
  }

  .th-slide-subtitle {
    font-size: 18px;
    line-height: 25px;
  }

  .th-slide-button {
    padding: 12px 50px;
  }

  .thunk-heading-wrap {
    flex-wrap: wrap;
  }

  .thunk-vertical-cat-tab .title {
    margin: 0;
    padding: 0;
  }

  .woocommerce .thunk-product-hover a.button {
    font-size: 11px;
  }

  .below-header {
    /* display: none; */
  }

  .thunk-product-tab-section .thunk-slide .owl-nav button.owl-prev,
  .tabbed-prod-widget .thunk-slide .owl-nav button.owl-prev {
    margin: 0;
  }

  .thunk-product-tab-section .thunk-slide .owl-nav button.owl-next,
  .tabbed-prod-widget .thunk-slide .owl-nav button.owl-next {
    margin: 0;
  }

  .thunk-product-tab-section .thunk-slide .owl-nav,
  .tabbed-prod-widget .thunk-slide .owl-nav {
    opacity: 1;
  }

  .thunk-product-tab-section .thunk-slide .owl-nav button,
  .tabbed-prod-widget .thunk-slide.owl-carousel .owl-nav button,
  .product-slide-widget .owl-carousel .owl-nav button {
    width: 25px;
    height: 25px;
    line-height: 25px !important;
    font-size: 16px;
  }

  .thunk-highlight-col {
    padding: 15px;
  }

  .th-wp-auto-search.has-search-category {
    max-width: 490px !important;
  }

  .th-wp-auto-search.no-has-search-category {
    max-width: 430px !important;
  }

  select#product_cat {
    width: 40%;
    z-index: 1;
  }


}

@media screen and (min-width: 768px) and (max-width: 980px) {

  /*.sidebar-content-area,
  .below-header-col1 {
    width: 27%;
  }*/

  /*#search-button{
font-size:0;
width:45px;
}*/
  .search-wrapper #search-button {
    width: 65px;
  }

  .thunk-highlight-col {
    width: 33.33%;
  }

  .thunk-highlight-col:nth-child(2) {
    border: none
  }
}

@media screen and (max-width: 990px) {

  .primary-content-area,
  .sidebar-content-area {
    width: 100%;
  }

  /*sidebar slide CSS Start  */
  .sidebar-content-area .widget-title+ul,
  .sidebar-content-area .widget-title+div,
  .sidebar-content-area .widget-title+form,
  .sidebar-content-area .widget-title+ul,
  .sidebar-content-area .widget-title+div,
  .sidebar-content-area .widget-title+form {
    display: none;
    padding: 20px 0;
  }

  .sidebar-content-area .widget-title {
    cursor: pointer;
  }

  /*open mart css starts */
  .thunk-vt-banner-wrap,
  .thunk-product-tab-section .tab-image,
  .thunk-pl-banner {
    display: none !important;
  }

  .thunk-vertical-cat-tab .content-wrap,
  .thunk-vertical-cat-tab .thunk-heading-wrap,
  .verti-prod-banner-widget .content-wrap,
  .thunk-product-tab-section .tab-content,
  .tabbed-prod-widget .tab-content,
  .thunk-pl-content {
    width: 100%;
  }

  .thunk-vertical-cat-tab .desktop-view-tab-head .tab-link li {
    width: 31.33%;
    margin: 0 1% 2% 1%;
  }

  .thunk-vertical-cat-tab .desktop-view-tab-head ul {
    margin: 0 1% -2% 1%;
  }

  .thunk-vertical-cat-tab .title {
    font-size: 16px;
    line-height: 23px;
  }

  .thunk-vertical-cat-tab .desktop-view-tab-head .tab-link li a {
    border-radius: 4px;
  }

  .thunk-vertical-cat-tab .content-wrap {
    border-top: 1px solid #F1F1F1;
  }

  .thunk-blog-testimonial-content .th-left,
  .thunk-blog-testimonial-content .th-middle,
  .thunk-blog-testimonial-content .th-right {
    width: 32%;
  }

  .th-newsletter .submit-type {
    max-width: 51px;
  }

  .th-newsletter .leadform-show-form .submit-type {
    width: 51px;
    font-size: 0;
    position: relative;
    padding: 0;
  }

  .th-newsletter .leadform-show-form .submit-type:after {
    position: absolute;
    font-family: 'fontAwesome';
    content: "\f178";
    right: 0;
    z-index: 9;
    top: 0;
    font-size: 20px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    color: #FFF;
  }

  .th-newsletter .leadform-show-form input[type="submit"] {
    color: transparent;
  }

  .thunk-blog-testimonial-content .th-right {
    width: 32%;
    margin-right: 0;
  }

  .thunk-nl-icon {
    display: none;
  }

  .thunk-nl-content {
    width: 100%
  }

  .resp-view-tab-head {
    width: 58%;
    margin-left: 2%;
    display: block;
  }

  .desktop-view-tab-head {
    display: none;
  }

  .thunk-vertical-cat-tab .thunk-heading-wrap {
    flex-direction: initial;
    padding: 15px;
  }

  .thunk-vertical-cat-tab .thunk-heading-wrap .thunk-heading {
    width: 40%;
    text-align: left;
    margin-bottom: 0;
    border: 0;
    padding: 0;
  }

  .woocommerce .thunk-feature-product-section .thunk-product-hover .os-product-excerpt+a.woocommerce ul.products .thunk-product-hover .add_to_cart_button {
    padding: 11px 0;
  }
}

@media screen and (max-width: 850px) {
  .header-icon a {
    width: initial;
    margin-right: 20px;
  }

  .header-icon a,
  .thunk-icon .cart-icon a.cart-contents {
    height: 35px;
    width: 35px;
    line-height: 35px;
    margin: 0px 8px 0px 0px;
  }

  .cart-icon-wrap {
    height: 35px;
    width: 35px;
    line-height: 35px;
  }

  .below-header-col1 {
    width: auto;
  }

  /* .menu-category-list ul[data-menu-style="vertical"] {
    position: absolute;
    float: none;
    width: 240px !important;
    z-index: 999;
    display: none;
  } */

  /*.menu-category-list .toggle-title,
  .menu-category-list .toggle-icon {
    display: none;
  }*/

  /*.toggle-cat-wrap {
    padding: 0;
    height: 45px;
    line-height: 45px;
    width: 45px;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }*/

  /*.cat-toggle {
    display: inline-flex;
  }*/


  /*.cat-icon {
    display: none;
  }*/

  /*.toggle-cat-wrap {
    width: 90px;
  }*/

  .cat-toggle {
    width: 100%;
    margin: 0;
  }

  /*.below-header-col2 {
    width: 57%;
    float: left;
    margin-left: 10px;
  }*/

  #search-box form {
    width: 100%;
  }

  .below-header-col3 {
    float: right;

  }

  /*wishlist and compare icon*/
  .thunk-wishlist .yith-wcwl-add-button a.add_to_wishlist,
  .thunk-wishlist .yith-wcwl-wishlistexistsbrowse.show a,
  .thunk-compare .compare-button a.compare.button {
    font-size: 0;
    letter-spacing: normal;
  }

  .thunk-wishlist .yith-wcwl-add-button>a i,
  .thunk-compare .compare-button a:before,
  .thunk-product .yith-wcwl-wishlistaddedbrowse.show:before,
  .thunk-product .yith-wcwl-wishlistexistsbrowse:before,
  .thunk-product .yith-wcwl-wishlistaddedbrowse:before {
    font-size: 12px;
    margin: 0;
    padding: 0;
    line-height: 25px;
  }

  .thunk-wishlist a::after {
    margin: 0;
  }

  .thunk-wishlist,
  .thunk-compare {
    height: 25px;
    line-height: 25px;
    text-align: center;
  }

  .thunk-wishlist a,
  .thunk-compare a {
    font-size: 0;
    margin: 0;
    display: block;
  }

  .thunk-wishlist {
    margin-left: 0px;
  }

  .thunk-product .woosw-btn:before,
  .woosw-btn:before,
  .thunk-product .woosw-added:before,
  .woosw-added:before {
    font-size: 12px;
  }

  .th-rbn-txtwrap .rbn-heading {
    font-size: 11px;
    line-height: 18px;
  }

  .th-rbn-txtwrap .rbn-subheading {
    font-size: 13px;
    line-height: 20px;
  }

  /*sidebar slide CSS Start  */
  .widget-footer-wrap.thunk-toggle-widget .widget-title+ul,
  .widget-footer-wrap.thunk-toggle-widget .widget-title+div,
  .widget-footer-wrap.thunk-toggle-widget .widget-title+form,
  .widget-footer-wrap.thunk-toggle-widget .widget-title+ul,
  .widget-footer-wrap.thunk-toggle-widget .widget-title+div,
  .widget-footer-wrap.thunk-toggle-widget .widget-title+form {
    display: none;
    padding: 10px 0;
  }

  .widget-footer-wrap.thunk-toggle-widget .widget-title {
    position: relative;
    padding-bottom: 0;
  }

  .widget-footer-wrap.thunk-toggle-widget .widget-title:after,
  .sidebar-main .widget-title:after {
    position: absolute;
    font-family: 'fontAwesome';
    content: "\f107";
    right: 10px;
  }

  .widget-footer-wrap.thunk-toggle-widget .widget-title.open:after,
  .sidebar-main .widget-title.open:after {
    content: "\f106";
  }

  .thunk-toggle-widget .widget-footer-col1,
  .thunk-toggle-widget .widget-footer-col2,
  .thunk-toggle-widget .widget-footer-col3,
  .thunk-toggle-widget .widget-footer-col4,
  .thunk-toggle-widget .widget-footer-col5 {
    width: 100%;
    margin: 0 !important;
    padding: 5px 10px;
    background: transparent;
    cursor: pointer;
  }
}

@media screen and (max-width: 768px) {

  /*typography*/
  h1 {
    font-size: 22px;
    line-height: 36px;
  }

  h2 {
    font-size: 20px;
    line-height: 33px;
  }


  h4 {
    font-size: 16px;
    line-height: 27px;
  }

  h5 {
    font-size: 16px;
    line-height: 25px;
  }

  h6 {
    font-size: 15px;
    line-height: 23px;
  }

  .thunk-title .title {
    font-size: 18px;
    line-height: 25px;
  }

  .woocommerce ul.products[class*=columns-] li.product,
  .woocommerce-page ul.products[class*=columns-] li.product {
    width: 48%;
    float: left;
    clear: both;
    margin: 0 0 0.5em;
  }

  /*single page*/
  .page-head .breadcrumb-trail.breadcrumbs {
    flex: inherit;
  }

  .woocommerce #content div.product div.summary,
  .woocommerce div.product div.summary,
  .woocommerce-page #content div.product div.summary,
  .woocommerce-page div.product div.summary {
    float: left;
    width: 100%;
    clear: none;
    text-align: start;
    margin-bottom: 0;
  }

  .woocommerce div.product .flex-viewport {
    width: 100%;
    float: right;
  }

  /* .woocommerce div.product div.images .flex-control-thumbs li,
  .woocommerce div.product div.images .flex-control-thumbs li {
    margin-right: 1em;
    margin-bottom: 1em;
    margin-top: 1em;
  } */

  /* .woocommerce div.product div.images .flex-control-thumbs,
  .woocommerce div.product div.images .flex-control-thumbs {
    width: 100%;
  } */

  /* .woocommerce div.product div.images .flex-control-thumbs li,
  .woocommerce div.product div.images .flex-control-thumbs li {
    width: 25%;
  } */

  /*checkout*/
  .woocommerce-checkout>.col2-set {
    float: left;
    width: 100%;
  }

  .woocommerce-checkout #order_review {
    float: left;
    width: 100%;
  }

  .thunk-highlight-col {
    width: 33.33%;
  }

  .cat-list a span {
    font-size: 13px;
  }

  .cat-layout-3 .cat-content-3 .hover-area .cat-title {
    font-size: 13px;
  }

  .prd-total-number {
    font-size: 11PX;
  }

  .prd-total-number {
    display: none;
  }

  .page-head h1 {
    width: 100%;
  }

  .woocommerce #content table.cart td.actions .coupon .input-text+.button {
    margin: 0;
  }

  /*top-slide*/
  .slide-layout-3 .thunk-3col-slider-wrap .thunk-slider-content {
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
  }

  .slide-layout-3 .thunk-3col-slider-wrap .thunk-add-content {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0;
  }

  .thunk-3-add-content .thunk-row {
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 100%;
    margin-bottom: 0;
    padding-top: 15px;
    padding-left: 7.5px;
    padding-right: 7.5px;
  }

  .slide-layout-3 .thunk-3-add-content {
    flex-wrap: inherit;
    margin-right: -7.5px;
    margin-left: -7.5px;
  }

  .woocommerce table.shop_table_responsive tr:nth-child(2n) td,
  .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
    background-color: transparent;
  }

  .thnk-col-4 .widget-footer-col1,
  .thnk-col-4 .widget-footer-col2,
  .thnk-col-4 .widget-footer-col3,
  .thnk-col-4 .widget-footer-col4 {
    width: 50%;
    margin: 7.5px 0px;
  }

  .thnk-col-5 .widget-footer-col1,
  .thnk-col-5 .widget-footer-col2,
  .thnk-col-5 .widget-footer-col3,
  .thnk-col-5 .widget-footer-col4,
  .thnk-col-5 .widget-footer-col5 {
    width: 100%;
    margin: 7.5px 0px;
    padding: 10px;
    cursor: pointer;
  }

  .thnk-col-3-1-2 .widget-footer-col1,
  .thnk-col-3-1-2 .widget-footer-col2,
  .thnk-col-3-1-2 .widget-footer-col3,
  .thnk-col-3-2-1-2 .widget-footer-col1,
  .thnk-col-3-2-1-2 .widget-footer-col2,
  .thnk-col-3-2-1-2 .widget-footer-col3 {
    width: 33.33%;
  }

  .thnk-col-2-1-2 .widget-footer-col1,
  .thnk-col-2-1-2 .widget-footer-col2,
  .thnk-col-2-2-1 .widget-footer-col1,
  .thnk-col-2-2-1 .widget-footer-col2 {
    width: 50%;
  }

  .product-slide-one-widget .slide-wrap {
    width: calc(100% - 29%);
    position: relative;
  }

  .product-slide-one-widget .widget-content-wrap {
    width: 29%;
  }

  .thunk-highlight-col {
    padding: 0 15px;
    margin-bottom: 15px;
  }

  .header-support-icon {
    font-size: 21px;
  }

  .thunk-product-hover .os-product-excerpt+a {
    padding: 7px 0;
  }

  .woocommerce .thunk-product-hover .os-product-excerpt+a {
    font-size: 11px;
  }

  .th-slides-content {
    margin-left: 70px;
    padding: 0;
  }

  .th-slide-img {
    margin-right: 70px;
  }

  .thunk-product-list-section .thunk-list .thunk-product-content .star-rating,
  .thunk-product-tab-list-section .thunk-list .thunk-product-content .star-rating {
    font-size: 9px;
  }

  .thunk-product-tab-list-section .thunk-list .thunk-product-content .woocommerce-LoopProduct-title {
    font-size: 13px;
    line-height: 20px;
  }

  .woocommerce .thunk-3col-slide-wrap .thunk-woo-product-list .price {
    font-size: 14px;
    line-height: 21px;
  }

  .slide-layout-3 .thunk-3-add-content {
    flex-wrap: inherit;
    margin-right: -3.25px;
    margin-left: -3.25px;
  }

  .slide-layout-3 .slider-content-caption h2,
  .slide-layout-4 .slider-content-caption h2,
  .th-slide-title {
    font-size: 26px;
    line-height: 34px;
    margin-top: 0;
    margin-bottom: 22px;
  }

  .slide-layout-3 .slider-content-caption p,
  .slide-layout-4 .slider-content-caption p,
  .th-slide-subtitle {
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 5px;
  }

  .slide-layout-3 a.slide-btn,
  .slide-layout-4 a.slide-btn {
    font-size: 12px;
  }

  .thunk-top2-slide.owl-carousel .owl-nav button {
    width: 30px;
    height: 30px;
    line-height: 30px !important;
    font-size: 17px !important;
  }

  .th-slide-title {
    font-size: 26px;
    line-height: 34px;
    margin-bottom: 10px;
  }

  .th-slide-subtitle {
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 10px;
  }

  .th-wp-auto-search.has-search-category {
    max-width: 350px !important;
  }

  .th-wp-auto-search.no-has-search-category {
    max-width: 300px !important;
  }

  header .taiowc-content .taiowc-total {
    display: none;
  }

  header .taiowc-cart-item {
    padding: 0.2rem;
  }

}

@media screen and (max-width: 767px) {

  .thunk-icon-market .cart-count-item,
  .sticky-header-col3 .cart-count-item {
    height: 20px;
    width: 20px;
    line-height: 20px;
    top: -17px;
    font-size: 0.78rem;
  }

  #openmart-mobile-bar .icon-bar {
    display: block !important;
    width: 20px;
    height: 1px;
    background-color: #fff;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    margin: 5px;

  }

.main-header-col1 {
    width: 40% !important;
    order: 1;
}

  .main-header-col2 {width: 100% !important;order: 3;justify-content: flex-end;margin: 15px 0 0 0;padding: 0}

  .main-header-col3 {
    width: 60% !important;
    order: 2;
}

  .main-header .responsive-main-header .main-header-col1 {
    order: 1;
  }

  .main-header .responsive-main-header .main-header-col2 {
    order: 3;
    padding: 0;
  }

  .main-header .responsive-main-header .main-header-col3 {
    order: 2;
  }

  .menu-category-list ul[data-menu-style="accordion"] {
    position: absolute;
    float: none;
    width: 150px !important;
    z-index: 999;
    display: none;
  }

  .menu-category-list ul[data-menu-style="accordion"] {
    width: 100%;
    float: left;
    border-top: 0;
    background: #ffffff;
    border-radius: 5px;
    border: none;
  }

  .page-template-frontpage .menu-category-list.toogleopen .thunk-product-cat-list {
    display: none;
  }

  .menu-category-list ul[data-menu-style="accordion"]>li {
    border: none;
    display: flow-root;
  }

  .menu-category-list ul[data-menu-style="accordion"]>li>a>.arrow:before {
    float: right;
    content: "\f105";
    font-family: FontAwesome;
  }

  .menu-category-list ul[data-menu-style="accordion"] span.arrow {
    position: absolute;
    right: 10px;
    width: 40px;
  }

  .menu-category-list ul[data-menu-style="accordion"] li:last-child a {
    border-bottom: 1px solid #f1f1f1;
  }

  /*sidebar Toggle*/
  .slide-toogle {
    position: absolute;
    top: 10px;
    right: 15px
  }

  .slide-toogle::before {
    height: auto;
    font-weight: 300;
    text-shadow: none;
    width: 10px;
    font-family: FontAwesome;
    content: "\f107";
  }

  .sidebar-widget-wrap {
    display: none;
    margin-top: 15px;
  }

  /*sidebar Toggle*/
  .site-title span {
    font-size: 20px;
  }

  .logo-content .thunk-logo {
    width: auto;
  }

  .mhdrthree .logo-content .thunk-logo {
    margin: auto;
  }

  .mhdrthree .logo-content {
    margin: auto;
    text-align: center;
  }

  .container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .openmart-site section .content-wrap,
  .thunk-product-tab-section .tab-content,
  .thunk-product-tab-section .thunk-heading-wrap {
    padding: 7.5px;
  }

  .thunk-product-tab-section .thunk-cat-tab .thunk-heading-wrap,
  .tabbed-prod-widget .thunk-cat-tab .thunk-heading-wrap,
  .open_shopproshowprd_one .thunk-cat-tab .thunk-heading-wrap {
    padding: 7.5px;
  }

  .open-mart-widget-content {
    padding: 10px;
    margin: 7.5px 0px;
  }

  .thunk-product-tab-section .content-wrap,
  .tabbed-prod-widget .content-wrap {
    padding: 7.5px 0;
    margin: 0 7.5px;
  }

  /*sticky header*/
  .sticky-header-col3 .thunk-icon .cart-icon a.cart-contents i,
  .sticky-header .header-icon a i {
    font-size: 18px;
  }

  .sticky-header-col3 .thunk-icon .cart-icon .cart-icon-wrap,
  .sticky-header-col3 .header-icon a,
  a.prd-search {
    height: 30px;
    width: 30px;
    line-height: 30px;
    margin: 0px 5px 0px 0px;
  }

  .sticky-header-bar .menu-toggle .icon-bar {
    display: block !important;
    width: 20px;
    height: 1px;
    background-color: #242424;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    margin: 5px;
  }

  .sticky-header-col1 {
    width: 40%;
  }

  .sticky-header-col3 .thaps-search-box .th-icon.click-icon,
  .sticky-header-col3 .tapsp-search-box .th-icon.click-icon {
    font-size: 18px;
    height: 30px;
    width: 30px;
    line-height: 30px;
    margin: 0;
    text-align: center;
    font-weight: bold;
  }

  .icon_style .thaps-search-form,
  .icon_style .tapsp-search-form {
    min-width: 300px;
  }

  /*header mhdrtwo*/
  .mhdrtwo .main-header-col1 {
    order: 1;
    width: 50%;
    text-align: left;
  }

  .mhdrtwo .menu-toggle .menu-btn {
    float: right;
  }

  .mhdrtwo .main-header-col2 {
    order: 3;
    width: auto;
    text-align: end;
    flex: 1;
  }

  .mhdrtwo .main-header-col3 {
    order: 2;
    width: auto;
  }

  .below-header-bar {
    height: 48px;
  }

  /**************/
  /*top-slider*/
  /**************/
  /*layout-2*/
  .slide-layout-2 .slider-content-caption h2 {
    font-size: 20px;
    line-height: 32px;
  }

  .slide-layout-2 .slider-content-caption p {
    font-size: 14px;
    margin-bottom: 5px;
  }

  .slide-layout-2 .slider-content-caption a {
    font-size: 11px;
  }

  /*layout-3*/
  .slide-layout-3 .thunk-3col-slider-wrap .thunk-slider-content {
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
  }

  .slide-layout-3 .thunk-3col-slider-wrap .thunk-add-content {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0;
  }

  .thunk-3-add-content .thunk-row {
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 100%;
    margin-bottom: 0;
    padding-top: 7.5px;
    padding-left: 3.25px;
    padding-right: 3.25px;
  }


  .slide-layout-4 .thunk-2col-slider-wrap .thunk-slider-content {
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
  }

  .slide-layout-4 .thunk-2col-slider-wrap .thunk-add-content {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0;
  }

  .thunk-2-add-content .thunk-row {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 100%;
    margin-bottom: 0;
    padding-top: 7.5px;
    padding-left: 3.25px;
    padding-right: 3.25px;
  }

  .slide-layout-3 .thunk-3-add-content {
    flex-wrap: inherit;
    margin-right: -3.25px;
    margin-left: -3.25px;
  }

  .slide-layout-4 .thunk-2-add-content {
    margin-left: -3.25px;
    margin-right: -3.25px;
  }

  .slider-content-caption {
    padding: 15px;
  }

  .th-bigslider .th-slides {
    height: initial;
  }

  .slide-layout-1 .th-slides-content,
  .slide-layout-1 .th-slide-img {
    padding: 10px 0;
    margin: 0;
  }

  .th-bigslider .th-slides {
    flex-wrap: wrap;
    padding: 30px 0;
  }

  .slide-layout-1 .th-slide-title {
    font-size: 27px;
    line-height: 34px;
  }

  .slide-layout-1 .th-slide-subtitle {
    font-size: 19px;
    line-height: 26px;
  }

  .slide-layout-1 .th-slide-button {
    padding: 7px 20px;
    min-width: 100px;
  }

  .thunk-big-slider .owl-dots {
    display: block;
    margin-bottom: 5px;
  }

  .thunk-big-slider.owl-carousel .owl-nav {
    display: none;
  }

  /**************/
  /*top-slider*/
  /**************/
  .menu-category-list ul[data-menu-style="vertical"] {
    position: absolute;
    float: none;
    width: 150px !important;
  }

  .thunk-product-cat-list li a {
    line-height: 1.3;
    padding: 8px;
    font-size: 10px;
  }

  .thunk-title .title:after {
    width: 85px;
  }

  .thunk-slide .owl-nav {
    top: -35px !important;
  }

  .thunk-product-tab-list-section .thunk-slide .owl-nav {
    top: -52px !important;
  }

  .thunk-feature-product-section .thunk-slide .owl-nav {
    top: -45px !important;
  }

  .thunk-heading {
    padding-bottom: 7.5px;
  }

  .thunk-feature-product-section .thunk-heading-wrap,
  .thunk-product-tab-list-section .thunk-heading-wrap {
    margin-bottom: 7.5px;
  }

  .product-slide-widget .owl-carousel .owl-nav {
    top: 50% !important;
    transform: translateY(-50%);
  }

  .product-slide-widget .owl-carousel .owl-nav button {
    width: 25px;
    height: 25px;
    line-height: 25px !important;
  }

  .product-slide-widget.openmart-pro-showprd-four-widget-4 .owl-nav {
    position: absolute;
    top: -30px !important;
  }

  .cat-layout-3 .cat-content-3 .cat-col:nth-child(1) {
    width: 100%;
    margin: 0;
  }

  .cat-layout-3 .cat-content-3 .cat-col {
    width: 50%;
    float: left;
    padding: 3.25px;
    margin: 0;
  }

  .cat-layout-3 .cat-content-3 {
    position: relative;
    margin-right: -3.25px;
    margin-left: -3.25px;
    margin-bottom: -3.25px;
    margin-top: -3.25px;
  }

  .thunk-category-slide-section .cat-content .cat-list {
    flex: 0 0 25%;
    max-width: 25%;
    padding: 3.25px 3.25px;
  }

  .thunk-category-slide-section .cat-content {
    margin: -3.25px -3.25px;
  }

  .thunk-cat-tab ul.dropdown-link {
    right: auto !important;
  }

  .woocommerce-product-search select#product_cat {
    display: none;

  }

  #search-box input[type="text"] {
    width: 100%;
  }

  .woocommerce-product-search .vert-brd {
    display: none;
  }

  /* .ui-widget.ui-widget-content {
    max-width: 190px !important;
  } */

  .sidebar-content-area {
    width: 100%;
    max-width: 100%;
    margin: 0;
  }

  .sidebar-content-area .sidebar-main {
    margin: auto;
    margin-bottom: 20px;
  }

  #sidebar-primary h4.widget-title:hover,
  .slide-toogle:hover {
    cursor: pointer;
  }

  .sidebar-content-area .sidebar-main .sidebar-widget-wrap {
    padding: 7.5px
  }

  #sidebar-primary h4.widget-title {
    padding-bottom: 0px;
  }

  .primary-content-area {
    width: 100%;
    /* margin: 10px 0px 0px 0px; */
  }

  #sidebar-primary .product-slide-widget .slide-two-product.featured-grid .owl-nav {
    top: -35px !important;
  }

  /*header col */
  .thnk-col-3 .top-header-col1,
  .thnk-col-3 .top-header-col2,
  .thnk-col-3 .top-header-col3,
  .thnk-col-2 .top-header-col1,
  .thnk-col-2 .top-header-col2 {
    width: 100%;
    flex: auto;
    justify-content: center;
    -webkit-box-pack: center;
    text-align: center;
  }

  .mhdrthree.bfr-logo .main-header-col1 {
    justify-content: center;
  }

  .header-icon a i,
  .thunk-icon .cart-icon a.cart-contents i {
    font-size: 18px;
  }

  /*     mhdrfour    */
  a.cart-contents i {
    margin-right: 0;
  }

  #search-box input[type="text"] {
    height: 35px;
  }

  #search-button:before {
    font-size: 12px;
  }

  /*.toggle-cat-wrap {
    height: 34px;
    width: 34px;
    line-height: 34px;
  }*/

  /*.cat-toggle {
    margin-top: 7px;
  }*/

  .cat-icon i {
    font-size: 12px;
  }

  .menu-toggle .icon-bar {
    display: block !important;
    width: 22px;
    height: 1px;
    background-color: #242424;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    margin: 5px;
  }

  /*.below-header-col2 {
    width: 45%;
    margin-left: 8px;
    margin-right: 8px;
  }*/

  .thnk-col-4 .widget-footer-col1,
  .thnk-col-4 .widget-footer-col2,
  .thnk-col-4 .widget-footer-col3,
  .thnk-col-4 .widget-footer-col4 {
    width: 50%;
  }

  .thnk-col-3 .widget-footer-col1,
  .thnk-col-3 .widget-footer-col2,
  .thnk-col-3 .widget-footer-col3 {
    width: 50%;
  }

  .thnk-col-2 .widget-footer-col1,
  .thnk-col-2 .widget-footer-col2 {
    width: 50%;
  }

  .thnk-col-3 .below-footer-col1,
  .thnk-col-3 .below-footer-col2,
  .thnk-col-3 .below-footer-col3,
  .thnk-col-2 .below-footer-col1,
  .thnk-col-2 .below-footer-col2,
  .thnk-col-3 .top-footer-col1,
  .thnk-col-3 .top-footer-col2,
  .thnk-col-3 .top-footer-col3,
  .thnk-col-2 .top-footer-col1,
  .thnk-col-2 .top-footer-col2 {
    width: 100%;
    flex: auto;
    justify-content: center;
    -webkit-box-pack: center;
    text-align: center;
  }

  #thunk-feature-product-tab .tab-content {
    width: 100%;
    /*overflow: hidden;*/
  }

  #thunk-feature-product-tab .tab-wrapper,
  #thunk-feature-product-tab .content-featured-wrap {
    width: 100%;
    margin: 0;
  }

  #thunk-feature-product-tab .tab-wrapper {
    order: 2;
    margin-top: 15px;
  }

  .nav-links .page-numbers {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
  }

  /*shop page*/
  .woocommerce .woocommerce-ordering,
  .woocommerce-page .woocommerce-ordering {
    float: left;
  }

  .woocommerce .woocommerce-result-count {
    float: none;
  }

  .thunk-list-grid-switcher a {
    margin-right: 0;
    margin-left: 8px;
  }

  .total-number {
    bottom: -5px;
  }

  .thunk-highlight-col {
    border-right-width: 0;
  }

  .thunk-product-hover .th-button.woocommerce ul.products .thunk-product-hover .add_to_cart_button,
  .woocommerce ul.products .thunk-product-hover .woocommerce ul.products .thunk-product-hover .add_to_cart_button,
  .woocommerce .thunk-product-hover a.th-butto,
  .woocommerce ul.products li.product .product_type_variable,
  .woocommerce ul.products li.product a.button.product_type_grouped,
  .woocommerce .thunk-product-hover a.th-button,
  .woocommerce .thunk-product-hover .os-product-excerpt+a,
  .woocommerce .thunk-product-hover .os-product-excerpt+a.woocommerce ul.products .thunk-product-hover .add_to_cart_button {
    margin: 0 auto;
    display: flex;
    font-size: 12px;
  }

  .woocommerce .thunk-list-view ul.products .thunk-product-hover .woocommerce ul.products .thunk-product-hover .add_to_cart_button,
  .woocommerce .thunk-list-view ul.products li.product a.button.product_type_grouped,
  .woocommerce .thunk-list-view .thunk-product-hover a.th-button {
    margin: inherit;
    margin-top: 10px !important;
    display: table;
  }

  /* .thunk-list-view .thunk-product .thunk-product-image {
    width: 100% !important;
    padding: 7.5px 7.5px 0px 7.5px;
    text-align: left;
  } */

  /* .woocommerce .thunk-list-view ul.products[class*=columns-] li.product,
  .woocommerce-page .thunk-list-view ul.products[class*=columns-] li.product {
    margin-bottom: 7.5px !important;
  } */

  .woocommerce .thunk-list-view ul.products li.product.thunk-woo-product-list .thunk-product-content,
  .woocommerce .thunk-list-view ul.products li.product.thunk-woo-product-list .thunk-product-hover {
    padding: 0px 15px;
  }

  .woocommerce .thunk-list-view ul.products li.product.thunk-woo-product-list .thunk-product-hover {
    margin-bottom: 7.5px;
  }

  .thunk-list-view .thunk-wishlist,
  .thunk-list-view .thunk-compare {
    margin: 0;
  }

  .woocommerce nav.woocommerce-pagination ul li .page-numbers {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
  }

  .thunk-category-slide-section .cat-content .cat-list {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .thunk-list-view .thunk-product .thunk-product-content,
  .thunk-list-view .thunk-product .thunk-product-hover {
    width: 100% !important;
  }

  /*ribbon*/
  .thunk-ribbon-content-col1,
  .thunk-ribbon-content-col2 {
    margin-right: 0;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .ribbon-btn {
    font-size: 11px;
    padding: 4px 9px;
  }

  .thunk-cat-tab .tab-link li a {
    display: block;
    padding: 7px 10px;
  }

  .header__cat__item.dropdown a.more-cat {
    width: 25px;
    height: 25px;
    line-height: 25px !important;
  }

  .thunk-list .thunk-product-content .woocommerce-LoopProduct-title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    line-height: 21px;
    max-height: 21px;
  }

  .thunk-banner-wrap.bnr-layout-4 .thunk-banner-col .thunk-banner-item {
    padding: 0 3.25px 3.25px 3.25px;

  }

  .thunk-banner-wrap.bnr-layout-4.thnk-col-5 {
    margin-right: -3.25px;
    margin-left: -3.25px;
    margin-bottom: -7.5px;
  }

  .thunk-banner-wrap.bnr-layout-4 .thunk-banner-col:nth-child(2) .thunk-banner-item {
    margin-bottom: 7.5px;
  }

  .bnr-layout-5 .thunk-banner-col .thunk-banner-item {
    padding: 3.25px;
  }

  .thunk-banner-wrap.bnr-layout-5.thnk-col-4 {
    margin-right: -3.25px;
    margin-left: -3.25px;
    margin-bottom: -7.5px;
  }

  /*.openmart-site section {
    margin: 10px 0px;
  }*/

  .thunk-title .title {
    line-height: 20px;
    max-height: 20px;
    font-size: 15px;
  }

  .thunk-cat-tab .tab-link li {
    display: inline-block;
    font-size: 12px;
    line-height: 22px;
  }

  ul.dropdown-link>li>a {
    line-height: 1.3;
    padding: 8px;
    font-size: 10px;
  }

  .thunk-cat-tab ul.dropdown-link {
    min-width: 150px;
  }

  select {
    font-size: 13px;
  }

  /*blog page*/
  h2 {
    font-size: 15px;
    line-height: 21px;
  }

  .entry-content p {
    margin-bottom: 10px;
    line-height: 1.8;
    font-size: 12px;
  }

  p.read-more {
    margin-bottom: 0;
  }

  .thunk-post-meta {
    margin-bottom: 10px;
    font-size: 12px;
  }

  article.thunk-article,
  article.thunk-post-article,
  .single article,
  .no-results.not-found,
  #error-404 {
    padding: 7.5px;
    margin-bottom: 7.5px;
  }

  .widget.woocommerce .widget-title,
  .open-widget-content .widget-title,
  .widget-title {
    font-size: 15px;
  }

  .widget-title {
    padding-bottom: 7.5px;
  }

  .woocommerce ul.cart_list li,
  .woocommerce ul.product_list_widget li {
    margin-bottom: 7.5px;
  }

  .open-mart-menu li a,
  .open-mart-menu>li>a,
  .top-header-bar .open-mart-menu>li>a,
  .bottom-header-bar .open-mart-menu>li>a {
    padding: 10px 20px 10px 0px !important;
    font-size: 12px;
  }

  .thunk-slide .owl-nav {
    right: 0;
  }

  .thunk-slide .owl-nav button.owl-prev,
  .thunk-slide .owl-nav button.owl-next,
  .open-mart-slide-post .owl-nav button.owl-prev,
  .open-mart-slide-post .owl-nav button.owl-next {
    width: 25px;
    height: 25px;
    line-height: 25px !important;
    font-size: 15px;
  }

  .header__cat__item.dropdown a.more-cat {
    width: 25px;
    height: 25px;
    line-height: 25px !important;
    font-size: 12px;
  }

  /*single page*/

  /* .woocommerce div.product div.images .flex-control-thumbs li,
  .woocommerce div.product div.images .flex-control-thumbs li {
    margin-right: 7.5px;
    margin-bottom: 15px;
    margin-top: 7.5px;
  } */

  h1 {
    font-size: 20px;
    line-height: 26px;
  }

  body {
    font-size: 12px;
  }

  .single-product div.product form.cart button.minus,
  .single-product div.product form.cart button.plus,
  .single-product div.product form.cart input[type="number"] {
    height: 30px;
    line-height: 30px;
    width: 30px;
    font-size: 13px
  }

  /* .single_add_to_cart_button.button.alt,
  .woocommerce #respond input#submit.alt,
  .woocommerce a.button.alt,
  .woocommerce button.button.alt,
  .woocommerce input.button.alt,
  .woocommerce #respond input#submit,
  .woocommerce button.button,
  .woocommerce input.button {
    line-height: 30px;
    min-width: 70px;
  } */

  .summary .yith-wcwl-add-button a,
  .summary .yith-wcwl-wishlistaddedbrowse a,
  .summary .yith-wcwl-wishlistexistsbrowse a,
  .woocommerce .entry-summary a.compare.button,
  .woocommerce .entry-summary a.th-product-compare-btn,
  .woocommerce .entry-summary a.compare.button {
    height: 30px;
    line-height: 30px;
    width: 30px;
  }

  .woocommerce div.product .woocommerce-tabs ul.tabs li {
    padding: 0px 7.5px 0px 0px;
  }

  .woocommerce div.product .woocommerce-tabs .panel {
    margin: 0 0 15px;
  }

  section.related.products h2,
  section.upsells.products h2 {
    margin-bottom: 15px;
  }

  section.related.products ul.products {
    padding: 7.5px 7.5px 0px 7.5px;
  }

  .woocommerce ul.products[class*=columns-] li.product,
  .woocommerce-page ul.products[class*=columns-] li.product {
    width: 49%;
  }

  /* .thunk-list-grid-switcher a {
    width: 30px;
    height: 30px;
    font-size: 15px;
    line-height: 30px;
  } */

  #shop-product-wrap select {
    font-size: 12px;
    line-height: 1.7em;
  }

  .thunk-ribbon-content-col1 h3 {
    font-size: 15px;
    line-height: 22px;
  }

  .cross-sells h2,
  .cart_totals h2 {
    margin: 15px 0px;
  }

  .search-wrapper .container {
    padding-top: 20px;
    padding-bottom: 20px;
    width: 100%;
  }

  /* .woocommerce form.checkout_coupon,
  .woocommerce form.login,
  .woocommerce form.register {
    width: 100%;
  } */

  /* .woocommerce form .form-row input.input-text,
  .checkout .select2-container .select2-selection--single,
  .select2-container--default .select2-selection--single,
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    height: 30px;
    line-height: 30px;
    font-size: 11px;
  } */

  .woocommerce-checkout #place_order {
    width: 100%;
    font-size: 11px;
    line-height: 1.6;
    padding: 10px 10px;
  }

  .woocommerce-checkout h3#order_review_heading {
    float: left;
    width: 100%;
  }

  .woocommerce-billing-fields h3 {
    margin: 0 0 10px;
  }

  .woocommerce #order_review table.shop_table thead th {
    font-size: 13px;
    letter-spacing: 1px;
    padding: 10px;
  }

  .woocommerce #order_review table.shop_table td {
    padding: 10px 10px;
    font-size: 11px;
  }

  .woocommerce #order_review table.shop_table th {
    border: none;
    padding: 10px;
  }

  .woocommerce #order_review table.shop_table {
    margin: 0 0 10px;
  }

  .woocommerce-checkout #payment ul.payment_methods li {
    padding: 10px;
    font-size: 11px;
  }

  #search-box input[type="text"],
  select#product_cat {
    padding: 0px 10px;
    font-size: 11px;
  }



  .woocommerce ul.order_details {
    margin: 0 0 0em;
  }

  .woocommerce ul.order_details li {
    width: 100%;
    margin-bottom: 10px;
    border-right: 0;
  }

  .cs-1-3 .widget-cs-col1,
  .cs-1-3 .widget-cs-col2,
  .cs-1-3 .widget-cs-col3,
  .cs-2-3 .widget-cs-col1,
  .cs-2-3 .widget-cs-col2,
  .cs-2-3 .widget-cs-col3,
  .cs-3-3 .widget-cs-col1,
  .cs-3-3 .widget-cs-col2,
  .cs-3-3 .widget-cs-col3,
  .cs-4-3 .widget-cs-col1,
  .cs-4-3 .widget-cs-col2,
  .cs-4-3 .widget-cs-col3 {
    width: 100%;
    padding: 0px 7.5px;
  }

  .cs-1-3 .widget-cs-col1,
  .cs-1-3 .widget-cs-col2,
  .cs-1-3 .widget-cs-col3,
  .cs-1-2 .widget-cs-col1,
  .cs-1-2 .widget-cs-col2,
  .cs-2-3 .widget-cs-col1,
  .cs-2-3 .widget-cs-col2,
  .cs-2-3 .widget-cs-col3,
  .cs-2-2 .widget-cs-col1,
  .cs-2-2 .widget-cs-col2,
  .cs-3-3 .widget-cs-col1,
  .cs-3-3 .widget-cs-col2,
  .cs-3-3 .widget-cs-col3,
  .cs-3-2 .widget-cs-col1,
  .cs-3-2 .widget-cs-col2,
  .cs-4-3 .widget-cs-col1,
  .cs-4-3 .widget-cs-col2,
  .cs-4-3 .widget-cs-col3,
  .cs-4-2 .widget-cs-col1,
  .cs-4-2 .widget-cs-col2 {
    -webkit-box-flex: initial;
    -webkit-flex: auto;
    -moz-box-flex: auto;
    -ms-flex: auto;
    flex: auto;
    width: 100%;
    position: relative;
  }

  /*page templates*/
  .thunk-service-post {
    width: 100%;
    margin-right: 0%;
  }

  .thunk-content-area {
    padding: 30px 0;
  }

  .thunk-founder .thunk-founder-wrapper {
    margin-right: auto;
  }

  .thunk-page-top-title,
  .thunk-founder-title {
    font-size: 21px;
    line-height: 32px;
  }

  .counter-content {
    width: 49%;
    padding: 10px;
  }

  .counter-content:nth-of-type(2n+2) {
    margin-right: 0;
  }

  .thunk-team.thunk-four .thunk-team-post {
    width: 49%;
  }

  .thunk-team.thunk-four .thunk-team-post:nth-of-type(2n+2) {
    margin-right: 0;
  }

  .thunk-team-heading {
    padding: 8px 0;
  }

  .thunk-team-name {
    font-size: 18px;
  }

  .thunk-team-social li {
    width: 38px;
    height: 38px;
    line-height: 38px;
  }

  .accordion-wrapper {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .thunk-accordion .ac>.ac-q {
    font-size: 15px;
    line-height: 21px;
  }

  /*****************/
  /*mobile nav bar*/
  /*****************/
  #openmart-mobile-bar {
    position: fixed;
    z-index: 999999;
    width: 100%;
    min-width: 100%;
    min-height: 35px;
    bottom: 0;
    left: 0;
    right: 0;
    background: #ff0052;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, .2);
    opacity: 0;
    transition: opacity 0.3s, visibility 0.2s;
    visibility: hidden;
    display: block;
  }

  #openmart-mobile-bar.active {
    opacity: 1;
    transition: opacity 0.2s, visibility 0.3s;
    visibility: visible;
  }

  #openmart-mobile-bar ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
  }

  #openmart-mobile-bar,
  #openmart-mobile-bar li {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }

  #openmart-mobile-bar li {
    list-style: none;
    -webkit-box-flex: 1;
    -ms-flex: 1 0;
    flex: 1 0;
  }

  #openmart-mobile-bar a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 0;
    color: #fff;
    height: 52px;
    line-height: 52px;
    transition: .3s;
    font-size: 21px;
  }

  #openmart-mobile-bar .count-item {
    right: -15px;
    top: -45px;
  }

  #openmart-mobile-bar .cart-contents i {
    color: #fff;
  }

  #move-to-top {
    right: 30px;
    bottom: 152px;
  }

  .thunk-product-tab-section .tab-content,
  .tabbed-prod-widget .tab-content {
    width: 100%;
  }

  .thunk-product-tab-section .tab-image,
  .tabbed-prod-widget .tab-image {
    display: none;
  }

  #thunk-cat-tab .thunk-heading-wrap .thunk-heading,
  #thunk-cat-tab .thunk-heading-wrap .tab-head,
  .thunk-cat-tab .thunk-heading-wrap .thunk-heading,
  .thunk-heading-wrap .tab-head,
  #thunk-feature-product-tab .thunk-heading-wrap .tab-head,
  .tabbed-prod-widget .thunk-heading-wrap .tab-head {
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: left;
  }

  .thunk-vertical-cat-tab .desktop-view-tab-head .tab-link li a {
    padding: 9px 0;
  }

  .thunk-blog-testimonial-content .th-left,
  .thunk-blog-testimonial-content .th-middle,
  .thunk-blog-testimonial-content .th-right {
    width: 100%;
    margin: 0 0 2% 0;
  }

  .thunk-blog-part .entry-body,
  .th-cont-wrap,
  .thunk-nl-content {
    width: 85%;
  }

  .thunk-nl-icon {
    display: block;
  }

  .thunk-nl-content {
    padding-left: 15px;
  }

  .thunk-blog-part .post-thumb img,
  .th-testimonial-img {
    margin: 0 auto;
  }

  .thunk-pl-banner {
    display: none;
  }

  .thunk-pl-content {
    width: 100%;
  }

  .th-newsletter .leadform-show-form {
    min-width: initial;
  }

  .thunk-vertical-cat-tab .thunk-heading-wrap .thunk-heading {
    margin-bottom: 0;
    padding: 7.5px;
  }

  .thunk-vertical-cat-tab .thunk-heading-wrap .tab-head {
    margin: 10px 0;
  }

  .woocommerce .thunk-product-hover a.button.added::after {
    display: none;
  }

  .tab-link-wrap {
    justify-content: flex-start;
  }

  .thunk-hglt-box h6 {
    font-size: 12px;
  }

  .thunk-highlight-feature-wrap {
    padding: 15px 0;
  }

  .th-slide-title {
    font-size: 18px;
    line-height: 25px;
  }

  .th-slide-subtitle {
    font-size: 13px;
    line-height: 20px;
  }

  a.slide-btn,
  .th-slide-button {
    display: none;
  }

  .thunk-contact-col {
    width: 49%;
    margin-right: 2%;
  }

  .thunk-contact-col:nth-child(4n+4) {
    margin-right: 2%;
  }

  .thunk-contact-col:nth-child(2n+2) {
    margin-right: 0;
  }

  .th-wp-auto-search.has-search-category {
    max-width: 350px !important;
  }

  .th-wp-auto-search.no-has-search-category {
    max-width: 300px !important;
  }
}

@media screen and (max-width:550px) {
  .sidebar-content-area {
    width: 100%;
    max-width: 100%;
  }

  .widget-footer-col1,
  .widget-footer-col2,
  .widget-footer-col3,
  .widget-footer-col4 {
    margin: 7.5px 0px
  }

  .thnk-col-5 .widget-footer-col1,
  .thnk-col-5 .widget-footer-col2,
  .thnk-col-5 .widget-footer-col3,
  .thnk-col-5 .widget-footer-col4,
  .thnk-col-5 .widget-footer-col5,
  .thnk-col-4 .widget-footer-col1,
  .thnk-col-4 .widget-footer-col2,
  .thnk-col-4 .widget-footer-col3,
  .thnk-col-4 .widget-footer-col4,
  .thnk-col-3 .widget-footer-col1,
  .thnk-col-3 .widget-footer-col2,
  .thnk-col-3 .widget-footer-col3,
  .thnk-col-2 .widget-footer-col1,
  .thnk-col-2 .widget-footer-col2,
  .thnk-col-3-1-2 .widget-footer-col1,
  .thnk-col-3-1-2 .widget-footer-col2,
  .thnk-col-3-1-2 .widget-footer-col3,
  .thnk-col-3-2-1-2 .widget-footer-col1,
  .thnk-col-3-2-1-2 .widget-footer-col2,
  .thnk-col-3-2-1-2 .widget-footer-col3,
  .thnk-col-2-1-2 .widget-footer-col1,
  .thnk-col-2-1-2 .widget-footer-col2,
  .thnk-col-2-2-1 .widget-footer-col1,
  .thnk-col-2-2-1 .widget-footer-col2 {
    width: 100%;
  }

  .thunk-highlight-col {
    width: 50%;
  }

  #search-button.ui-autocomplete-loading:before {
    top: 2px;
    right: 0px;
  }

  .th-wp-auto-search.no-has-search-category {
    max-width: 300px !important;
  }

}

@media screen and (max-width: 350px) {
  /*.below-header-col2 {
    width: 36%;
  }*/

  .th-wp-auto-search.no-has-search-category {
    max-width: 250px !important;
  }
}

/* Weavolve */
.taiowc-total span {
  display: none;
}

.taiowc-total::after {
  content: "SHOPPING CART";
}

/* Hide the default number input arrows */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button,
input[type="number"] {
    -webkit-appearance: none;
    margin: 0; /* Optional: Remove margin */
}

.wc-block-components-totals-shipping__fieldset{
  display: block;
}

.tk-marker-info{
  max-width: 300px;
}
.country-close {
    background: url(image/close-icon.svg);
    width: 41px;
    height: 41px;
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
}

.openmart-site .woocommerce-product-gallery__wrapper .owl-carousel .owl-nav button.owl-prev{
 
  left: -30px;
}
.openmart-site .woocommerce-product-gallery__wrapper .owl-carousel .owl-nav button.owl-next{
  right: -30px;
}


model-viewer {
  width: 100%;
  height: 90%;
  background-color: transparent;
}


.progress-bar {
  display: block;
  width: 33%;
  height: 10%;
  max-height: 2%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  border-radius: 25px;
  border: 1px solid rgba(255, 255, 255, 0.9);
  background-color: rgba(0, 0, 0, 0.5);
}

.progress-bar.hide {
  visibility: hidden;
  transition: visibility 0.3s;
}

.update-bar {
  background-color: rgba(255, 255, 255, 0.9);
  width: 0%;
  height: 100%;
  border-radius: 25px;
  float: left;
  transition: width 0.3s;
}

#ar-button {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  bottom: 16px;
  padding: 12px 16px;
  min-width: 160px;
  font-size: 12px;
}

/* #ar-button:active {
  background-color: #E8EAED;
}

#ar-button:focus {
  outline: none;
}

#ar-button:focus-visible {
  outline: 1px solid #4285f4;
} */

@keyframes circle {
  from { transform: translateX(-50%) rotate(0deg) translateX(50px) rotate(0deg); }
  to   { transform: translateX(-50%) rotate(360deg) translateX(50px) rotate(-360deg); }
}

@keyframes elongate {
  from { transform: translateX(100px); }
  to   { transform: translateX(-100px); }
}

model-viewer > #ar-prompt {
  position: absolute;
  left: 50%;
  bottom: 60px;
  animation: elongate 2s infinite ease-in-out alternate;
  display: none;
}

model-viewer[ar-status="session-started"] > #ar-prompt {
  display: block;
}

model-viewer > #ar-prompt > img {
  animation: circle 4s linear infinite;
}